blackfin: add support for L1 code/data flags
[binutils.git] / ld / configure
blob3367a88a3289ba370dbe891baff58e8f73923792
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="ldmain.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 TESTBFDLIB
606 EMULATION_LIBPATH
607 LIB_PATH
608 EMUL_EXTRA_OFILES
609 EMULATION_OFILES
610 EMUL
611 STRINGIFY
612 ENABLE_PLUGINS_FALSE
613 ENABLE_PLUGINS_TRUE
614 NATIVE_LIB_DIRS
615 HOSTING_LIBS
616 HOSTING_CRT0
617 HDEFINES
618 do_compare
619 GENINSRC_NEVER_FALSE
620 GENINSRC_NEVER_TRUE
621 LEXLIB
622 LEX_OUTPUT_ROOT
624 YFLAGS
625 YACC
626 MSGMERGE
627 MSGFMT
628 MKINSTALLDIRS
629 CATOBJEXT
630 GENCAT
631 INSTOBJEXT
632 DATADIRNAME
633 CATALOGS
634 POSUB
635 GMSGFMT
636 XGETTEXT
637 INCINTL
638 LIBINTL_DEP
639 LIBINTL
640 USE_NLS
641 OTOOL64
642 OTOOL
643 LIPO
644 NMEDIT
645 DSYMUTIL
646 RANLIB
648 OBJDUMP
649 LN_S
651 ac_ct_DUMPBIN
652 DUMPBIN
654 FGREP
656 LIBTOOL
657 NO_WERROR
658 WARN_CFLAGS
659 EGREP
660 GREP
662 installed_linker
663 install_as_default
664 TARGET_SYSTEM_ROOT_DEFINE
665 TARGET_SYSTEM_ROOT
666 use_sysroot
667 MAINT
668 MAINTAINER_MODE_FALSE
669 MAINTAINER_MODE_TRUE
670 am__fastdepCC_FALSE
671 am__fastdepCC_TRUE
672 CCDEPMODE
673 AMDEPBACKSLASH
674 AMDEP_FALSE
675 AMDEP_TRUE
676 am__quote
677 am__include
678 DEPDIR
679 am__untar
680 am__tar
681 AMTAR
682 am__leading_dot
683 SET_MAKE
685 mkdir_p
686 MKDIR_P
687 INSTALL_STRIP_PROGRAM
688 STRIP
689 install_sh
690 MAKEINFO
691 AUTOHEADER
692 AUTOMAKE
693 AUTOCONF
694 ACLOCAL
695 VERSION
696 PACKAGE
697 CYGPATH_W
698 am__isrc
699 INSTALL_DATA
700 INSTALL_SCRIPT
701 INSTALL_PROGRAM
702 OBJEXT
703 EXEEXT
704 ac_ct_CC
705 CPPFLAGS
706 LDFLAGS
707 CFLAGS
709 target_os
710 target_vendor
711 target_cpu
712 target
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL'
759 ac_subst_files='TDIRS'
760 ac_user_opts='
761 enable_option_checking
762 enable_dependency_tracking
763 enable_maintainer_mode
764 with_lib_path
765 enable_targets
766 enable_64_bit_bfd
767 with_sysroot
768 enable_gold
769 enable_got
770 enable_werror
771 enable_build_warnings
772 enable_plugins
773 enable_largefile
774 enable_shared
775 enable_static
776 with_pic
777 enable_fast_install
778 with_gnu_ld
779 enable_libtool_lock
780 enable_nls
782 ac_precious_vars='build_alias
783 host_alias
784 target_alias
786 CFLAGS
787 LDFLAGS
788 LIBS
789 CPPFLAGS
791 YACC
792 YFLAGS'
795 # Initialize some variables set by options.
796 ac_init_help=
797 ac_init_version=false
798 ac_unrecognized_opts=
799 ac_unrecognized_sep=
800 # The variables have the same names as the options, with
801 # dashes changed to underlines.
802 cache_file=/dev/null
803 exec_prefix=NONE
804 no_create=
805 no_recursion=
806 prefix=NONE
807 program_prefix=NONE
808 program_suffix=NONE
809 program_transform_name=s,x,x,
810 silent=
811 site=
812 srcdir=
813 verbose=
814 x_includes=NONE
815 x_libraries=NONE
817 # Installation directory options.
818 # These are left unexpanded so users can "make install exec_prefix=/foo"
819 # and all the variables that are supposed to be based on exec_prefix
820 # by default will actually change.
821 # Use braces instead of parens because sh, perl, etc. also accept them.
822 # (The list follows the same order as the GNU Coding Standards.)
823 bindir='${exec_prefix}/bin'
824 sbindir='${exec_prefix}/sbin'
825 libexecdir='${exec_prefix}/libexec'
826 datarootdir='${prefix}/share'
827 datadir='${datarootdir}'
828 sysconfdir='${prefix}/etc'
829 sharedstatedir='${prefix}/com'
830 localstatedir='${prefix}/var'
831 includedir='${prefix}/include'
832 oldincludedir='/usr/include'
833 docdir='${datarootdir}/doc/${PACKAGE}'
834 infodir='${datarootdir}/info'
835 htmldir='${docdir}'
836 dvidir='${docdir}'
837 pdfdir='${docdir}'
838 psdir='${docdir}'
839 libdir='${exec_prefix}/lib'
840 localedir='${datarootdir}/locale'
841 mandir='${datarootdir}/man'
843 ac_prev=
844 ac_dashdash=
845 for ac_option
847 # If the previous option needs an argument, assign it.
848 if test -n "$ac_prev"; then
849 eval $ac_prev=\$ac_option
850 ac_prev=
851 continue
854 case $ac_option in
855 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
856 *) ac_optarg=yes ;;
857 esac
859 # Accept the important Cygnus configure options, so we can diagnose typos.
861 case $ac_dashdash$ac_option in
863 ac_dashdash=yes ;;
865 -bindir | --bindir | --bindi | --bind | --bin | --bi)
866 ac_prev=bindir ;;
867 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
868 bindir=$ac_optarg ;;
870 -build | --build | --buil | --bui | --bu)
871 ac_prev=build_alias ;;
872 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
873 build_alias=$ac_optarg ;;
875 -cache-file | --cache-file | --cache-fil | --cache-fi \
876 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
877 ac_prev=cache_file ;;
878 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
879 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
880 cache_file=$ac_optarg ;;
882 --config-cache | -C)
883 cache_file=config.cache ;;
885 -datadir | --datadir | --datadi | --datad)
886 ac_prev=datadir ;;
887 -datadir=* | --datadir=* | --datadi=* | --datad=*)
888 datadir=$ac_optarg ;;
890 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
891 | --dataroo | --dataro | --datar)
892 ac_prev=datarootdir ;;
893 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
894 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
895 datarootdir=$ac_optarg ;;
897 -disable-* | --disable-*)
898 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
899 # Reject names that are not valid shell variable names.
900 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
901 as_fn_error "invalid feature name: $ac_useropt"
902 ac_useropt_orig=$ac_useropt
903 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
904 case $ac_user_opts in
906 "enable_$ac_useropt"
907 "*) ;;
908 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
909 ac_unrecognized_sep=', ';;
910 esac
911 eval enable_$ac_useropt=no ;;
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
923 -enable-* | --enable-*)
924 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
927 as_fn_error "invalid feature name: $ac_useropt"
928 ac_useropt_orig=$ac_useropt
929 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
930 case $ac_user_opts in
932 "enable_$ac_useropt"
933 "*) ;;
934 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
935 ac_unrecognized_sep=', ';;
936 esac
937 eval enable_$ac_useropt=\$ac_optarg ;;
939 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
940 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
941 | --exec | --exe | --ex)
942 ac_prev=exec_prefix ;;
943 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
944 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
945 | --exec=* | --exe=* | --ex=*)
946 exec_prefix=$ac_optarg ;;
948 -gas | --gas | --ga | --g)
949 # Obsolete; use --with-gas.
950 with_gas=yes ;;
952 -help | --help | --hel | --he | -h)
953 ac_init_help=long ;;
954 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
955 ac_init_help=recursive ;;
956 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
957 ac_init_help=short ;;
959 -host | --host | --hos | --ho)
960 ac_prev=host_alias ;;
961 -host=* | --host=* | --hos=* | --ho=*)
962 host_alias=$ac_optarg ;;
964 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
965 ac_prev=htmldir ;;
966 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
967 | --ht=*)
968 htmldir=$ac_optarg ;;
970 -includedir | --includedir | --includedi | --included | --include \
971 | --includ | --inclu | --incl | --inc)
972 ac_prev=includedir ;;
973 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
974 | --includ=* | --inclu=* | --incl=* | --inc=*)
975 includedir=$ac_optarg ;;
977 -infodir | --infodir | --infodi | --infod | --info | --inf)
978 ac_prev=infodir ;;
979 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
980 infodir=$ac_optarg ;;
982 -libdir | --libdir | --libdi | --libd)
983 ac_prev=libdir ;;
984 -libdir=* | --libdir=* | --libdi=* | --libd=*)
985 libdir=$ac_optarg ;;
987 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
988 | --libexe | --libex | --libe)
989 ac_prev=libexecdir ;;
990 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
991 | --libexe=* | --libex=* | --libe=*)
992 libexecdir=$ac_optarg ;;
994 -localedir | --localedir | --localedi | --localed | --locale)
995 ac_prev=localedir ;;
996 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
997 localedir=$ac_optarg ;;
999 -localstatedir | --localstatedir | --localstatedi | --localstated \
1000 | --localstate | --localstat | --localsta | --localst | --locals)
1001 ac_prev=localstatedir ;;
1002 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1003 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1004 localstatedir=$ac_optarg ;;
1006 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1007 ac_prev=mandir ;;
1008 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1009 mandir=$ac_optarg ;;
1011 -nfp | --nfp | --nf)
1012 # Obsolete; use --without-fp.
1013 with_fp=no ;;
1015 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1016 | --no-cr | --no-c | -n)
1017 no_create=yes ;;
1019 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1020 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1021 no_recursion=yes ;;
1023 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1024 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1025 | --oldin | --oldi | --old | --ol | --o)
1026 ac_prev=oldincludedir ;;
1027 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1028 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1029 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1030 oldincludedir=$ac_optarg ;;
1032 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1033 ac_prev=prefix ;;
1034 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1035 prefix=$ac_optarg ;;
1037 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1038 | --program-pre | --program-pr | --program-p)
1039 ac_prev=program_prefix ;;
1040 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1041 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1042 program_prefix=$ac_optarg ;;
1044 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1045 | --program-suf | --program-su | --program-s)
1046 ac_prev=program_suffix ;;
1047 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1048 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1049 program_suffix=$ac_optarg ;;
1051 -program-transform-name | --program-transform-name \
1052 | --program-transform-nam | --program-transform-na \
1053 | --program-transform-n | --program-transform- \
1054 | --program-transform | --program-transfor \
1055 | --program-transfo | --program-transf \
1056 | --program-trans | --program-tran \
1057 | --progr-tra | --program-tr | --program-t)
1058 ac_prev=program_transform_name ;;
1059 -program-transform-name=* | --program-transform-name=* \
1060 | --program-transform-nam=* | --program-transform-na=* \
1061 | --program-transform-n=* | --program-transform-=* \
1062 | --program-transform=* | --program-transfor=* \
1063 | --program-transfo=* | --program-transf=* \
1064 | --program-trans=* | --program-tran=* \
1065 | --progr-tra=* | --program-tr=* | --program-t=*)
1066 program_transform_name=$ac_optarg ;;
1068 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1069 ac_prev=pdfdir ;;
1070 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1071 pdfdir=$ac_optarg ;;
1073 -psdir | --psdir | --psdi | --psd | --ps)
1074 ac_prev=psdir ;;
1075 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1076 psdir=$ac_optarg ;;
1078 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1079 | -silent | --silent | --silen | --sile | --sil)
1080 silent=yes ;;
1082 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1083 ac_prev=sbindir ;;
1084 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1085 | --sbi=* | --sb=*)
1086 sbindir=$ac_optarg ;;
1088 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1089 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1090 | --sharedst | --shareds | --shared | --share | --shar \
1091 | --sha | --sh)
1092 ac_prev=sharedstatedir ;;
1093 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1094 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1095 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1096 | --sha=* | --sh=*)
1097 sharedstatedir=$ac_optarg ;;
1099 -site | --site | --sit)
1100 ac_prev=site ;;
1101 -site=* | --site=* | --sit=*)
1102 site=$ac_optarg ;;
1104 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1105 ac_prev=srcdir ;;
1106 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1107 srcdir=$ac_optarg ;;
1109 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1110 | --syscon | --sysco | --sysc | --sys | --sy)
1111 ac_prev=sysconfdir ;;
1112 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1113 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1114 sysconfdir=$ac_optarg ;;
1116 -target | --target | --targe | --targ | --tar | --ta | --t)
1117 ac_prev=target_alias ;;
1118 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1119 target_alias=$ac_optarg ;;
1121 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1122 verbose=yes ;;
1124 -version | --version | --versio | --versi | --vers | -V)
1125 ac_init_version=: ;;
1127 -with-* | --with-*)
1128 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1129 # Reject names that are not valid shell variable names.
1130 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1131 as_fn_error "invalid package name: $ac_useropt"
1132 ac_useropt_orig=$ac_useropt
1133 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1134 case $ac_user_opts in
1136 "with_$ac_useropt"
1137 "*) ;;
1138 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1139 ac_unrecognized_sep=', ';;
1140 esac
1141 eval with_$ac_useropt=\$ac_optarg ;;
1143 -without-* | --without-*)
1144 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1145 # Reject names that are not valid shell variable names.
1146 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1147 as_fn_error "invalid package name: $ac_useropt"
1148 ac_useropt_orig=$ac_useropt
1149 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1150 case $ac_user_opts in
1152 "with_$ac_useropt"
1153 "*) ;;
1154 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1155 ac_unrecognized_sep=', ';;
1156 esac
1157 eval with_$ac_useropt=no ;;
1159 --x)
1160 # Obsolete; use --with-x.
1161 with_x=yes ;;
1163 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1164 | --x-incl | --x-inc | --x-in | --x-i)
1165 ac_prev=x_includes ;;
1166 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1167 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1168 x_includes=$ac_optarg ;;
1170 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1171 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1172 ac_prev=x_libraries ;;
1173 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1174 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1175 x_libraries=$ac_optarg ;;
1177 -*) as_fn_error "unrecognized option: \`$ac_option'
1178 Try \`$0 --help' for more information."
1181 *=*)
1182 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1183 # Reject names that are not valid shell variable names.
1184 case $ac_envvar in #(
1185 '' | [0-9]* | *[!_$as_cr_alnum]* )
1186 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1187 esac
1188 eval $ac_envvar=\$ac_optarg
1189 export $ac_envvar ;;
1192 # FIXME: should be removed in autoconf 3.0.
1193 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1194 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1195 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1196 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1199 esac
1200 done
1202 if test -n "$ac_prev"; then
1203 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1204 as_fn_error "missing argument to $ac_option"
1207 if test -n "$ac_unrecognized_opts"; then
1208 case $enable_option_checking in
1209 no) ;;
1210 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1211 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1212 esac
1215 # Check all directory arguments for consistency.
1216 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1217 datadir sysconfdir sharedstatedir localstatedir includedir \
1218 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1219 libdir localedir mandir
1221 eval ac_val=\$$ac_var
1222 # Remove trailing slashes.
1223 case $ac_val in
1224 */ )
1225 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1226 eval $ac_var=\$ac_val;;
1227 esac
1228 # Be sure to have absolute directory names.
1229 case $ac_val in
1230 [\\/$]* | ?:[\\/]* ) continue;;
1231 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1232 esac
1233 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1234 done
1236 # There might be people who depend on the old broken behavior: `$host'
1237 # used to hold the argument of --host etc.
1238 # FIXME: To remove some day.
1239 build=$build_alias
1240 host=$host_alias
1241 target=$target_alias
1243 # FIXME: To remove some day.
1244 if test "x$host_alias" != x; then
1245 if test "x$build_alias" = x; then
1246 cross_compiling=maybe
1247 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1248 If a cross compiler is detected then cross compile mode will be used." >&2
1249 elif test "x$build_alias" != "x$host_alias"; then
1250 cross_compiling=yes
1254 ac_tool_prefix=
1255 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1257 test "$silent" = yes && exec 6>/dev/null
1260 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1261 ac_ls_di=`ls -di .` &&
1262 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1263 as_fn_error "working directory cannot be determined"
1264 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1265 as_fn_error "pwd does not report name of working directory"
1268 # Find the source files, if location was not specified.
1269 if test -z "$srcdir"; then
1270 ac_srcdir_defaulted=yes
1271 # Try the directory containing this script, then the parent directory.
1272 ac_confdir=`$as_dirname -- "$as_myself" ||
1273 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1274 X"$as_myself" : 'X\(//\)[^/]' \| \
1275 X"$as_myself" : 'X\(//\)$' \| \
1276 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1277 $as_echo X"$as_myself" |
1278 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1279 s//\1/
1282 /^X\(\/\/\)[^/].*/{
1283 s//\1/
1286 /^X\(\/\/\)$/{
1287 s//\1/
1290 /^X\(\/\).*/{
1291 s//\1/
1294 s/.*/./; q'`
1295 srcdir=$ac_confdir
1296 if test ! -r "$srcdir/$ac_unique_file"; then
1297 srcdir=..
1299 else
1300 ac_srcdir_defaulted=no
1302 if test ! -r "$srcdir/$ac_unique_file"; then
1303 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1304 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1306 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1307 ac_abs_confdir=`(
1308 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1309 pwd)`
1310 # When building in place, set srcdir=.
1311 if test "$ac_abs_confdir" = "$ac_pwd"; then
1312 srcdir=.
1314 # Remove unnecessary trailing slashes from srcdir.
1315 # Double slashes in file names in object file debugging info
1316 # mess up M-x gdb in Emacs.
1317 case $srcdir in
1318 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1319 esac
1320 for ac_var in $ac_precious_vars; do
1321 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1322 eval ac_env_${ac_var}_value=\$${ac_var}
1323 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1324 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1325 done
1328 # Report the --help message.
1330 if test "$ac_init_help" = "long"; then
1331 # Omit some internal or obsolete options to make the list less imposing.
1332 # This message is too long to be a string in the A/UX 3.1 sh.
1333 cat <<_ACEOF
1334 \`configure' configures this package to adapt to many kinds of systems.
1336 Usage: $0 [OPTION]... [VAR=VALUE]...
1338 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1339 VAR=VALUE. See below for descriptions of some of the useful variables.
1341 Defaults for the options are specified in brackets.
1343 Configuration:
1344 -h, --help display this help and exit
1345 --help=short display options specific to this package
1346 --help=recursive display the short help of all the included packages
1347 -V, --version display version information and exit
1348 -q, --quiet, --silent do not print \`checking...' messages
1349 --cache-file=FILE cache test results in FILE [disabled]
1350 -C, --config-cache alias for \`--cache-file=config.cache'
1351 -n, --no-create do not create output files
1352 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1354 Installation directories:
1355 --prefix=PREFIX install architecture-independent files in PREFIX
1356 [$ac_default_prefix]
1357 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1358 [PREFIX]
1360 By default, \`make install' will install all the files in
1361 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1362 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1363 for instance \`--prefix=\$HOME'.
1365 For better control, use the options below.
1367 Fine tuning of the installation directories:
1368 --bindir=DIR user executables [EPREFIX/bin]
1369 --sbindir=DIR system admin executables [EPREFIX/sbin]
1370 --libexecdir=DIR program executables [EPREFIX/libexec]
1371 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1372 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1373 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1374 --libdir=DIR object code libraries [EPREFIX/lib]
1375 --includedir=DIR C header files [PREFIX/include]
1376 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1377 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1378 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1379 --infodir=DIR info documentation [DATAROOTDIR/info]
1380 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1381 --mandir=DIR man documentation [DATAROOTDIR/man]
1382 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1383 --htmldir=DIR html documentation [DOCDIR]
1384 --dvidir=DIR dvi documentation [DOCDIR]
1385 --pdfdir=DIR pdf documentation [DOCDIR]
1386 --psdir=DIR ps documentation [DOCDIR]
1387 _ACEOF
1389 cat <<\_ACEOF
1391 Program names:
1392 --program-prefix=PREFIX prepend PREFIX to installed program names
1393 --program-suffix=SUFFIX append SUFFIX to installed program names
1394 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1396 System types:
1397 --build=BUILD configure for building on BUILD [guessed]
1398 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1399 --target=TARGET configure for building compilers for TARGET [HOST]
1400 _ACEOF
1403 if test -n "$ac_init_help"; then
1405 cat <<\_ACEOF
1407 Optional Features:
1408 --disable-option-checking ignore unrecognized --enable/--with options
1409 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1410 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1411 --disable-dependency-tracking speeds up one-time build
1412 --enable-dependency-tracking do not reject slow dependency extractors
1413 --enable-maintainer-mode enable make rules and dependencies not useful
1414 (and sometimes confusing) to the casual installer
1415 --enable-targets alternative target configurations
1416 --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes)
1417 --enable-gold[=ARG] build gold [ARG={both}[/{gold,ld}]]
1418 --enable-got=<type> GOT handling scheme (target, single, negative,
1419 multigot)
1420 --enable-werror treat compile warnings as errors
1421 --enable-build-warnings enable build-time compiler warnings
1422 --enable-plugins Enable support for plugins (defaults no)
1423 --disable-largefile omit support for large files
1424 --enable-shared[=PKGS] build shared libraries [default=yes]
1425 --enable-static[=PKGS] build static libraries [default=yes]
1426 --enable-fast-install[=PKGS]
1427 optimize for fast installation [default=yes]
1428 --disable-libtool-lock avoid locking (might break parallel builds)
1429 --disable-nls do not use Native Language Support
1431 Optional Packages:
1432 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1433 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1434 --with-lib-path=dir1:dir2... set default LIB_PATH
1435 --with-sysroot=DIR Search for usr/lib et al within DIR.
1436 --with-pic try to use only PIC/non-PIC objects [default=use
1437 both]
1438 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1440 Some influential environment variables:
1441 CC C compiler command
1442 CFLAGS C compiler flags
1443 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1444 nonstandard directory <lib dir>
1445 LIBS libraries to pass to the linker, e.g. -l<library>
1446 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1447 you have headers in a nonstandard directory <include dir>
1448 CPP C preprocessor
1449 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1450 the first program found out of: `bison -y', `byacc', `yacc'.
1451 YFLAGS The list of arguments that will be passed by default to $YACC.
1452 This script will default YFLAGS to the empty string to avoid a
1453 default value of `-d' given by some make applications.
1455 Use these variables to override the choices made by `configure' or to help
1456 it to find libraries and programs with nonstandard names/locations.
1458 Report bugs to the package provider.
1459 _ACEOF
1460 ac_status=$?
1463 if test "$ac_init_help" = "recursive"; then
1464 # If there are subdirs, report their specific --help.
1465 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1466 test -d "$ac_dir" ||
1467 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1468 continue
1469 ac_builddir=.
1471 case "$ac_dir" in
1472 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1474 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1475 # A ".." for each directory in $ac_dir_suffix.
1476 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1477 case $ac_top_builddir_sub in
1478 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1479 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1480 esac ;;
1481 esac
1482 ac_abs_top_builddir=$ac_pwd
1483 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1484 # for backward compatibility:
1485 ac_top_builddir=$ac_top_build_prefix
1487 case $srcdir in
1488 .) # We are building in place.
1489 ac_srcdir=.
1490 ac_top_srcdir=$ac_top_builddir_sub
1491 ac_abs_top_srcdir=$ac_pwd ;;
1492 [\\/]* | ?:[\\/]* ) # Absolute name.
1493 ac_srcdir=$srcdir$ac_dir_suffix;
1494 ac_top_srcdir=$srcdir
1495 ac_abs_top_srcdir=$srcdir ;;
1496 *) # Relative name.
1497 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1498 ac_top_srcdir=$ac_top_build_prefix$srcdir
1499 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1500 esac
1501 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1503 cd "$ac_dir" || { ac_status=$?; continue; }
1504 # Check for guested configure.
1505 if test -f "$ac_srcdir/configure.gnu"; then
1506 echo &&
1507 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1508 elif test -f "$ac_srcdir/configure"; then
1509 echo &&
1510 $SHELL "$ac_srcdir/configure" --help=recursive
1511 else
1512 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1513 fi || ac_status=$?
1514 cd "$ac_pwd" || { ac_status=$?; break; }
1515 done
1518 test -n "$ac_init_help" && exit $ac_status
1519 if $ac_init_version; then
1520 cat <<\_ACEOF
1521 configure
1522 generated by GNU Autoconf 2.64
1524 Copyright (C) 2009 Free Software Foundation, Inc.
1525 This configure script is free software; the Free Software Foundation
1526 gives unlimited permission to copy, distribute and modify it.
1527 _ACEOF
1528 exit
1531 ## ------------------------ ##
1532 ## Autoconf initialization. ##
1533 ## ------------------------ ##
1535 # ac_fn_c_try_compile LINENO
1536 # --------------------------
1537 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1538 ac_fn_c_try_compile ()
1540 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1541 rm -f conftest.$ac_objext
1542 if { { ac_try="$ac_compile"
1543 case "(($ac_try" in
1544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1545 *) ac_try_echo=$ac_try;;
1546 esac
1547 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1548 $as_echo "$ac_try_echo"; } >&5
1549 (eval "$ac_compile") 2>conftest.err
1550 ac_status=$?
1551 if test -s conftest.err; then
1552 grep -v '^ *+' conftest.err >conftest.er1
1553 cat conftest.er1 >&5
1554 mv -f conftest.er1 conftest.err
1556 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1557 test $ac_status = 0; } && {
1558 test -z "$ac_c_werror_flag" ||
1559 test ! -s conftest.err
1560 } && test -s conftest.$ac_objext; then :
1561 ac_retval=0
1562 else
1563 $as_echo "$as_me: failed program was:" >&5
1564 sed 's/^/| /' conftest.$ac_ext >&5
1566 ac_retval=1
1568 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1569 return $ac_retval
1571 } # ac_fn_c_try_compile
1573 # ac_fn_c_try_link LINENO
1574 # -----------------------
1575 # Try to link conftest.$ac_ext, and return whether this succeeded.
1576 ac_fn_c_try_link ()
1578 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1579 rm -f conftest.$ac_objext conftest$ac_exeext
1580 if { { ac_try="$ac_link"
1581 case "(($ac_try" in
1582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1583 *) ac_try_echo=$ac_try;;
1584 esac
1585 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1586 $as_echo "$ac_try_echo"; } >&5
1587 (eval "$ac_link") 2>conftest.err
1588 ac_status=$?
1589 if test -s conftest.err; then
1590 grep -v '^ *+' conftest.err >conftest.er1
1591 cat conftest.er1 >&5
1592 mv -f conftest.er1 conftest.err
1594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1595 test $ac_status = 0; } && {
1596 test -z "$ac_c_werror_flag" ||
1597 test ! -s conftest.err
1598 } && test -s conftest$ac_exeext && {
1599 test "$cross_compiling" = yes ||
1600 $as_test_x conftest$ac_exeext
1601 }; then :
1602 ac_retval=0
1603 else
1604 $as_echo "$as_me: failed program was:" >&5
1605 sed 's/^/| /' conftest.$ac_ext >&5
1607 ac_retval=1
1609 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1610 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1611 # interfere with the next link command; also delete a directory that is
1612 # left behind by Apple's compiler. We do this before executing the actions.
1613 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1614 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1615 return $ac_retval
1617 } # ac_fn_c_try_link
1619 # ac_fn_c_try_cpp LINENO
1620 # ----------------------
1621 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1622 ac_fn_c_try_cpp ()
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1625 if { { ac_try="$ac_cpp conftest.$ac_ext"
1626 case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629 esac
1630 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631 $as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } >/dev/null && {
1641 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1642 test ! -s conftest.err
1643 }; then :
1644 ac_retval=0
1645 else
1646 $as_echo "$as_me: failed program was:" >&5
1647 sed 's/^/| /' conftest.$ac_ext >&5
1649 ac_retval=1
1651 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1652 return $ac_retval
1654 } # ac_fn_c_try_cpp
1656 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1657 # -------------------------------------------------------
1658 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1659 # the include files in INCLUDES and setting the cache variable VAR
1660 # accordingly.
1661 ac_fn_c_check_header_mongrel ()
1663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1664 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1666 $as_echo_n "checking for $2... " >&6; }
1667 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1668 $as_echo_n "(cached) " >&6
1670 eval ac_res=\$$3
1671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1672 $as_echo "$ac_res" >&6; }
1673 else
1674 # Is the header compilable?
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1676 $as_echo_n "checking $2 usability... " >&6; }
1677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1678 /* end confdefs.h. */
1680 #include <$2>
1681 _ACEOF
1682 if ac_fn_c_try_compile "$LINENO"; then :
1683 ac_header_compiler=yes
1684 else
1685 ac_header_compiler=no
1687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1689 $as_echo "$ac_header_compiler" >&6; }
1691 # Is the header present?
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1693 $as_echo_n "checking $2 presence... " >&6; }
1694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1695 /* end confdefs.h. */
1696 #include <$2>
1697 _ACEOF
1698 if ac_fn_c_try_cpp "$LINENO"; then :
1699 ac_header_preproc=yes
1700 else
1701 ac_header_preproc=no
1703 rm -f conftest.err conftest.$ac_ext
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1705 $as_echo "$ac_header_preproc" >&6; }
1707 # So? What about this header?
1708 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1709 yes:no: )
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1711 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1713 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1715 no:yes:* )
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1717 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1719 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1721 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1723 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1725 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1727 esac
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1729 $as_echo_n "checking for $2... " >&6; }
1730 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1731 $as_echo_n "(cached) " >&6
1732 else
1733 eval "$3=\$ac_header_compiler"
1735 eval ac_res=\$$3
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1737 $as_echo "$ac_res" >&6; }
1739 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1741 } # ac_fn_c_check_header_mongrel
1743 # ac_fn_c_try_run LINENO
1744 # ----------------------
1745 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1746 # that executables *can* be run.
1747 ac_fn_c_try_run ()
1749 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1750 if { { ac_try="$ac_link"
1751 case "(($ac_try" in
1752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1753 *) ac_try_echo=$ac_try;;
1754 esac
1755 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1756 $as_echo "$ac_try_echo"; } >&5
1757 (eval "$ac_link") 2>&5
1758 ac_status=$?
1759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1761 { { case "(($ac_try" in
1762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1763 *) ac_try_echo=$ac_try;;
1764 esac
1765 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1766 $as_echo "$ac_try_echo"; } >&5
1767 (eval "$ac_try") 2>&5
1768 ac_status=$?
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; }; }; then :
1771 ac_retval=0
1772 else
1773 $as_echo "$as_me: program exited with status $ac_status" >&5
1774 $as_echo "$as_me: failed program was:" >&5
1775 sed 's/^/| /' conftest.$ac_ext >&5
1777 ac_retval=$ac_status
1779 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1780 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1781 return $ac_retval
1783 } # ac_fn_c_try_run
1785 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1786 # -------------------------------------------------------
1787 # Tests whether HEADER exists and can be compiled using the include files in
1788 # INCLUDES, setting the cache variable VAR accordingly.
1789 ac_fn_c_check_header_compile ()
1791 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1793 $as_echo_n "checking for $2... " >&6; }
1794 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1795 $as_echo_n "(cached) " >&6
1796 else
1797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1798 /* end confdefs.h. */
1800 #include <$2>
1801 _ACEOF
1802 if ac_fn_c_try_compile "$LINENO"; then :
1803 eval "$3=yes"
1804 else
1805 eval "$3=no"
1807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1809 eval ac_res=\$$3
1810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1811 $as_echo "$ac_res" >&6; }
1812 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1814 } # ac_fn_c_check_header_compile
1816 # ac_fn_c_check_func LINENO FUNC VAR
1817 # ----------------------------------
1818 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1819 ac_fn_c_check_func ()
1821 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1823 $as_echo_n "checking for $2... " >&6; }
1824 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1825 $as_echo_n "(cached) " >&6
1826 else
1827 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828 /* end confdefs.h. */
1829 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1830 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1831 #define $2 innocuous_$2
1833 /* System header to define __stub macros and hopefully few prototypes,
1834 which can conflict with char $2 (); below.
1835 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1836 <limits.h> exists even on freestanding compilers. */
1838 #ifdef __STDC__
1839 # include <limits.h>
1840 #else
1841 # include <assert.h>
1842 #endif
1844 #undef $2
1846 /* Override any GCC internal prototype to avoid an error.
1847 Use char because int might match the return type of a GCC
1848 builtin and then its argument prototype would still apply. */
1849 #ifdef __cplusplus
1850 extern "C"
1851 #endif
1852 char $2 ();
1853 /* The GNU C library defines this for functions which it implements
1854 to always fail with ENOSYS. Some functions are actually named
1855 something starting with __ and the normal name is an alias. */
1856 #if defined __stub_$2 || defined __stub___$2
1857 choke me
1858 #endif
1861 main ()
1863 return $2 ();
1865 return 0;
1867 _ACEOF
1868 if ac_fn_c_try_link "$LINENO"; then :
1869 eval "$3=yes"
1870 else
1871 eval "$3=no"
1873 rm -f core conftest.err conftest.$ac_objext \
1874 conftest$ac_exeext conftest.$ac_ext
1876 eval ac_res=\$$3
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1878 $as_echo "$ac_res" >&6; }
1879 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1881 } # ac_fn_c_check_func
1883 # ac_fn_c_check_decl LINENO SYMBOL VAR
1884 # ------------------------------------
1885 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1886 ac_fn_c_check_decl ()
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 as_decl_name=`echo $2|sed 's/ *(.*//'`
1890 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1892 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1893 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1894 $as_echo_n "(cached) " >&6
1895 else
1896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1897 /* end confdefs.h. */
1900 main ()
1902 #ifndef $as_decl_name
1903 #ifdef __cplusplus
1904 (void) $as_decl_use;
1905 #else
1906 (void) $as_decl_name;
1907 #endif
1908 #endif
1911 return 0;
1913 _ACEOF
1914 if ac_fn_c_try_compile "$LINENO"; then :
1915 eval "$3=yes"
1916 else
1917 eval "$3=no"
1919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1926 } # ac_fn_c_check_decl
1928 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1929 # --------------------------------------------
1930 # Tries to find the compile-time value of EXPR in a program that includes
1931 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1932 # computed
1933 ac_fn_c_compute_int ()
1935 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1936 if test "$cross_compiling" = yes; then
1937 # Depending upon the size, compute the lo and hi bounds.
1938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1939 /* end confdefs.h. */
1942 main ()
1944 static int test_array [1 - 2 * !(($2) >= 0)];
1945 test_array [0] = 0
1948 return 0;
1950 _ACEOF
1951 if ac_fn_c_try_compile "$LINENO"; then :
1952 ac_lo=0 ac_mid=0
1953 while :; do
1954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1955 /* end confdefs.h. */
1958 main ()
1960 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1961 test_array [0] = 0
1964 return 0;
1966 _ACEOF
1967 if ac_fn_c_try_compile "$LINENO"; then :
1968 ac_hi=$ac_mid; break
1969 else
1970 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1971 if test $ac_lo -le $ac_mid; then
1972 ac_lo= ac_hi=
1973 break
1975 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1978 done
1979 else
1980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1981 /* end confdefs.h. */
1984 main ()
1986 static int test_array [1 - 2 * !(($2) < 0)];
1987 test_array [0] = 0
1990 return 0;
1992 _ACEOF
1993 if ac_fn_c_try_compile "$LINENO"; then :
1994 ac_hi=-1 ac_mid=-1
1995 while :; do
1996 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1997 /* end confdefs.h. */
2000 main ()
2002 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2003 test_array [0] = 0
2006 return 0;
2008 _ACEOF
2009 if ac_fn_c_try_compile "$LINENO"; then :
2010 ac_lo=$ac_mid; break
2011 else
2012 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2013 if test $ac_mid -le $ac_hi; then
2014 ac_lo= ac_hi=
2015 break
2017 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2020 done
2021 else
2022 ac_lo= ac_hi=
2024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2027 # Binary search between lo and hi bounds.
2028 while test "x$ac_lo" != "x$ac_hi"; do
2029 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2031 /* end confdefs.h. */
2034 main ()
2036 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2037 test_array [0] = 0
2040 return 0;
2042 _ACEOF
2043 if ac_fn_c_try_compile "$LINENO"; then :
2044 ac_hi=$ac_mid
2045 else
2046 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2049 done
2050 case $ac_lo in #((
2051 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2052 '') ac_retval=1 ;;
2053 esac
2054 else
2055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2056 /* end confdefs.h. */
2058 static long int longval () { return $2; }
2059 static unsigned long int ulongval () { return $2; }
2060 #include <stdio.h>
2061 #include <stdlib.h>
2063 main ()
2066 FILE *f = fopen ("conftest.val", "w");
2067 if (! f)
2068 return 1;
2069 if (($2) < 0)
2071 long int i = longval ();
2072 if (i != ($2))
2073 return 1;
2074 fprintf (f, "%ld", i);
2076 else
2078 unsigned long int i = ulongval ();
2079 if (i != ($2))
2080 return 1;
2081 fprintf (f, "%lu", i);
2083 /* Do not output a trailing newline, as this causes \r\n confusion
2084 on some platforms. */
2085 return ferror (f) || fclose (f) != 0;
2088 return 0;
2090 _ACEOF
2091 if ac_fn_c_try_run "$LINENO"; then :
2092 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2093 else
2094 ac_retval=1
2096 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2097 conftest.$ac_objext conftest.beam conftest.$ac_ext
2098 rm -f conftest.val
2101 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2102 return $ac_retval
2104 } # ac_fn_c_compute_int
2105 cat >config.log <<_ACEOF
2106 This file contains any messages produced by compilers while
2107 running configure, to aid debugging if configure makes a mistake.
2109 It was created by $as_me, which was
2110 generated by GNU Autoconf 2.64. Invocation command line was
2112 $ $0 $@
2114 _ACEOF
2115 exec 5>>config.log
2117 cat <<_ASUNAME
2118 ## --------- ##
2119 ## Platform. ##
2120 ## --------- ##
2122 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2123 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2124 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2125 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2126 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2128 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2129 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2131 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2132 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2133 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2134 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2135 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2136 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2137 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2139 _ASUNAME
2141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2142 for as_dir in $PATH
2144 IFS=$as_save_IFS
2145 test -z "$as_dir" && as_dir=.
2146 $as_echo "PATH: $as_dir"
2147 done
2148 IFS=$as_save_IFS
2150 } >&5
2152 cat >&5 <<_ACEOF
2155 ## ----------- ##
2156 ## Core tests. ##
2157 ## ----------- ##
2159 _ACEOF
2162 # Keep a trace of the command line.
2163 # Strip out --no-create and --no-recursion so they do not pile up.
2164 # Strip out --silent because we don't want to record it for future runs.
2165 # Also quote any args containing shell meta-characters.
2166 # Make two passes to allow for proper duplicate-argument suppression.
2167 ac_configure_args=
2168 ac_configure_args0=
2169 ac_configure_args1=
2170 ac_must_keep_next=false
2171 for ac_pass in 1 2
2173 for ac_arg
2175 case $ac_arg in
2176 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2177 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2178 | -silent | --silent | --silen | --sile | --sil)
2179 continue ;;
2180 *\'*)
2181 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2182 esac
2183 case $ac_pass in
2184 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2186 as_fn_append ac_configure_args1 " '$ac_arg'"
2187 if test $ac_must_keep_next = true; then
2188 ac_must_keep_next=false # Got value, back to normal.
2189 else
2190 case $ac_arg in
2191 *=* | --config-cache | -C | -disable-* | --disable-* \
2192 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2193 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2194 | -with-* | --with-* | -without-* | --without-* | --x)
2195 case "$ac_configure_args0 " in
2196 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2197 esac
2199 -* ) ac_must_keep_next=true ;;
2200 esac
2202 as_fn_append ac_configure_args " '$ac_arg'"
2204 esac
2205 done
2206 done
2207 { ac_configure_args0=; unset ac_configure_args0;}
2208 { ac_configure_args1=; unset ac_configure_args1;}
2210 # When interrupted or exit'd, cleanup temporary files, and complete
2211 # config.log. We remove comments because anyway the quotes in there
2212 # would cause problems or look ugly.
2213 # WARNING: Use '\'' to represent an apostrophe within the trap.
2214 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2215 trap 'exit_status=$?
2216 # Save into config.log some information that might help in debugging.
2218 echo
2220 cat <<\_ASBOX
2221 ## ---------------- ##
2222 ## Cache variables. ##
2223 ## ---------------- ##
2224 _ASBOX
2225 echo
2226 # The following way of writing the cache mishandles newlines in values,
2228 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2229 eval ac_val=\$$ac_var
2230 case $ac_val in #(
2231 *${as_nl}*)
2232 case $ac_var in #(
2233 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2234 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2235 esac
2236 case $ac_var in #(
2237 _ | IFS | as_nl) ;; #(
2238 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2239 *) { eval $ac_var=; unset $ac_var;} ;;
2240 esac ;;
2241 esac
2242 done
2243 (set) 2>&1 |
2244 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2245 *${as_nl}ac_space=\ *)
2246 sed -n \
2247 "s/'\''/'\''\\\\'\'''\''/g;
2248 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2249 ;; #(
2251 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2253 esac |
2254 sort
2256 echo
2258 cat <<\_ASBOX
2259 ## ----------------- ##
2260 ## Output variables. ##
2261 ## ----------------- ##
2262 _ASBOX
2263 echo
2264 for ac_var in $ac_subst_vars
2266 eval ac_val=\$$ac_var
2267 case $ac_val in
2268 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2269 esac
2270 $as_echo "$ac_var='\''$ac_val'\''"
2271 done | sort
2272 echo
2274 if test -n "$ac_subst_files"; then
2275 cat <<\_ASBOX
2276 ## ------------------- ##
2277 ## File substitutions. ##
2278 ## ------------------- ##
2279 _ASBOX
2280 echo
2281 for ac_var in $ac_subst_files
2283 eval ac_val=\$$ac_var
2284 case $ac_val in
2285 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2286 esac
2287 $as_echo "$ac_var='\''$ac_val'\''"
2288 done | sort
2289 echo
2292 if test -s confdefs.h; then
2293 cat <<\_ASBOX
2294 ## ----------- ##
2295 ## confdefs.h. ##
2296 ## ----------- ##
2297 _ASBOX
2298 echo
2299 cat confdefs.h
2300 echo
2302 test "$ac_signal" != 0 &&
2303 $as_echo "$as_me: caught signal $ac_signal"
2304 $as_echo "$as_me: exit $exit_status"
2305 } >&5
2306 rm -f core *.core core.conftest.* &&
2307 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2308 exit $exit_status
2310 for ac_signal in 1 2 13 15; do
2311 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2312 done
2313 ac_signal=0
2315 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2316 rm -f -r conftest* confdefs.h
2318 $as_echo "/* confdefs.h */" > confdefs.h
2320 # Predefined preprocessor variables.
2322 cat >>confdefs.h <<_ACEOF
2323 #define PACKAGE_NAME "$PACKAGE_NAME"
2324 _ACEOF
2326 cat >>confdefs.h <<_ACEOF
2327 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2328 _ACEOF
2330 cat >>confdefs.h <<_ACEOF
2331 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2332 _ACEOF
2334 cat >>confdefs.h <<_ACEOF
2335 #define PACKAGE_STRING "$PACKAGE_STRING"
2336 _ACEOF
2338 cat >>confdefs.h <<_ACEOF
2339 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2340 _ACEOF
2342 cat >>confdefs.h <<_ACEOF
2343 #define PACKAGE_URL "$PACKAGE_URL"
2344 _ACEOF
2347 # Let the site file select an alternate cache file if it wants to.
2348 # Prefer an explicitly selected file to automatically selected ones.
2349 ac_site_file1=NONE
2350 ac_site_file2=NONE
2351 if test -n "$CONFIG_SITE"; then
2352 ac_site_file1=$CONFIG_SITE
2353 elif test "x$prefix" != xNONE; then
2354 ac_site_file1=$prefix/share/config.site
2355 ac_site_file2=$prefix/etc/config.site
2356 else
2357 ac_site_file1=$ac_default_prefix/share/config.site
2358 ac_site_file2=$ac_default_prefix/etc/config.site
2360 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2362 test "x$ac_site_file" = xNONE && continue
2363 if test -r "$ac_site_file"; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2365 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2366 sed 's/^/| /' "$ac_site_file" >&5
2367 . "$ac_site_file"
2369 done
2371 if test -r "$cache_file"; then
2372 # Some versions of bash will fail to source /dev/null (special
2373 # files actually), so we avoid doing that.
2374 if test -f "$cache_file"; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2376 $as_echo "$as_me: loading cache $cache_file" >&6;}
2377 case $cache_file in
2378 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2379 *) . "./$cache_file";;
2380 esac
2382 else
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2384 $as_echo "$as_me: creating cache $cache_file" >&6;}
2385 >$cache_file
2388 # Check that the precious variables saved in the cache have kept the same
2389 # value.
2390 ac_cache_corrupted=false
2391 for ac_var in $ac_precious_vars; do
2392 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2393 eval ac_new_set=\$ac_env_${ac_var}_set
2394 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2395 eval ac_new_val=\$ac_env_${ac_var}_value
2396 case $ac_old_set,$ac_new_set in
2397 set,)
2398 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2399 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2400 ac_cache_corrupted=: ;;
2401 ,set)
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2403 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2404 ac_cache_corrupted=: ;;
2405 ,);;
2407 if test "x$ac_old_val" != "x$ac_new_val"; then
2408 # differences in whitespace do not lead to failure.
2409 ac_old_val_w=`echo x $ac_old_val`
2410 ac_new_val_w=`echo x $ac_new_val`
2411 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2412 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2413 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2414 ac_cache_corrupted=:
2415 else
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2417 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2418 eval $ac_var=\$ac_old_val
2420 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2421 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2423 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2424 fi;;
2425 esac
2426 # Pass precious variables to config.status.
2427 if test "$ac_new_set" = set; then
2428 case $ac_new_val in
2429 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2430 *) ac_arg=$ac_var=$ac_new_val ;;
2431 esac
2432 case " $ac_configure_args " in
2433 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2434 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2435 esac
2437 done
2438 if $ac_cache_corrupted; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2440 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2441 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2442 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2443 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2445 ## -------------------- ##
2446 ## Main body of script. ##
2447 ## -------------------- ##
2449 ac_ext=c
2450 ac_cpp='$CPP $CPPFLAGS'
2451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2461 ac_aux_dir=
2462 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2463 for ac_t in install-sh install.sh shtool; do
2464 if test -f "$ac_dir/$ac_t"; then
2465 ac_aux_dir=$ac_dir
2466 ac_install_sh="$ac_aux_dir/$ac_t -c"
2467 break 2
2469 done
2470 done
2471 if test -z "$ac_aux_dir"; then
2472 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2475 # These three variables are undocumented and unsupported,
2476 # and are intended to be withdrawn in a future Autoconf release.
2477 # They can cause serious problems if a builder's source tree is in a directory
2478 # whose full name contains unusual characters.
2479 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2480 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2481 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2484 # Make sure we can run config.sub.
2485 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2486 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2489 $as_echo_n "checking build system type... " >&6; }
2490 if test "${ac_cv_build+set}" = set; then :
2491 $as_echo_n "(cached) " >&6
2492 else
2493 ac_build_alias=$build_alias
2494 test "x$ac_build_alias" = x &&
2495 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2496 test "x$ac_build_alias" = x &&
2497 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2498 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2499 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2503 $as_echo "$ac_cv_build" >&6; }
2504 case $ac_cv_build in
2505 *-*-*) ;;
2506 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2507 esac
2508 build=$ac_cv_build
2509 ac_save_IFS=$IFS; IFS='-'
2510 set x $ac_cv_build
2511 shift
2512 build_cpu=$1
2513 build_vendor=$2
2514 shift; shift
2515 # Remember, the first character of IFS is used to create $*,
2516 # except with old shells:
2517 build_os=$*
2518 IFS=$ac_save_IFS
2519 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2523 $as_echo_n "checking host system type... " >&6; }
2524 if test "${ac_cv_host+set}" = set; then :
2525 $as_echo_n "(cached) " >&6
2526 else
2527 if test "x$host_alias" = x; then
2528 ac_cv_host=$ac_cv_build
2529 else
2530 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2531 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2536 $as_echo "$ac_cv_host" >&6; }
2537 case $ac_cv_host in
2538 *-*-*) ;;
2539 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2540 esac
2541 host=$ac_cv_host
2542 ac_save_IFS=$IFS; IFS='-'
2543 set x $ac_cv_host
2544 shift
2545 host_cpu=$1
2546 host_vendor=$2
2547 shift; shift
2548 # Remember, the first character of IFS is used to create $*,
2549 # except with old shells:
2550 host_os=$*
2551 IFS=$ac_save_IFS
2552 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2556 $as_echo_n "checking target system type... " >&6; }
2557 if test "${ac_cv_target+set}" = set; then :
2558 $as_echo_n "(cached) " >&6
2559 else
2560 if test "x$target_alias" = x; then
2561 ac_cv_target=$ac_cv_host
2562 else
2563 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2564 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2569 $as_echo "$ac_cv_target" >&6; }
2570 case $ac_cv_target in
2571 *-*-*) ;;
2572 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2573 esac
2574 target=$ac_cv_target
2575 ac_save_IFS=$IFS; IFS='-'
2576 set x $ac_cv_target
2577 shift
2578 target_cpu=$1
2579 target_vendor=$2
2580 shift; shift
2581 # Remember, the first character of IFS is used to create $*,
2582 # except with old shells:
2583 target_os=$*
2584 IFS=$ac_save_IFS
2585 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2588 # The aliases save the names the user supplied, while $host etc.
2589 # will get canonicalized.
2590 test -n "$target_alias" &&
2591 test "$program_prefix$program_suffix$program_transform_name" = \
2592 NONENONEs,x,x, &&
2593 program_prefix=${target_alias}-
2594 ac_ext=c
2595 ac_cpp='$CPP $CPPFLAGS'
2596 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2597 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2598 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2599 if test -n "$ac_tool_prefix"; then
2600 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2601 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2603 $as_echo_n "checking for $ac_word... " >&6; }
2604 if test "${ac_cv_prog_CC+set}" = set; then :
2605 $as_echo_n "(cached) " >&6
2606 else
2607 if test -n "$CC"; then
2608 ac_cv_prog_CC="$CC" # Let the user override the test.
2609 else
2610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2611 for as_dir in $PATH
2613 IFS=$as_save_IFS
2614 test -z "$as_dir" && as_dir=.
2615 for ac_exec_ext in '' $ac_executable_extensions; do
2616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2617 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2619 break 2
2621 done
2622 done
2623 IFS=$as_save_IFS
2627 CC=$ac_cv_prog_CC
2628 if test -n "$CC"; then
2629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2630 $as_echo "$CC" >&6; }
2631 else
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2633 $as_echo "no" >&6; }
2638 if test -z "$ac_cv_prog_CC"; then
2639 ac_ct_CC=$CC
2640 # Extract the first word of "gcc", so it can be a program name with args.
2641 set dummy gcc; ac_word=$2
2642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2643 $as_echo_n "checking for $ac_word... " >&6; }
2644 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2645 $as_echo_n "(cached) " >&6
2646 else
2647 if test -n "$ac_ct_CC"; then
2648 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2649 else
2650 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2651 for as_dir in $PATH
2653 IFS=$as_save_IFS
2654 test -z "$as_dir" && as_dir=.
2655 for ac_exec_ext in '' $ac_executable_extensions; do
2656 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2657 ac_cv_prog_ac_ct_CC="gcc"
2658 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2659 break 2
2661 done
2662 done
2663 IFS=$as_save_IFS
2667 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2668 if test -n "$ac_ct_CC"; then
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2670 $as_echo "$ac_ct_CC" >&6; }
2671 else
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2673 $as_echo "no" >&6; }
2676 if test "x$ac_ct_CC" = x; then
2677 CC=""
2678 else
2679 case $cross_compiling:$ac_tool_warned in
2680 yes:)
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2682 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2683 ac_tool_warned=yes ;;
2684 esac
2685 CC=$ac_ct_CC
2687 else
2688 CC="$ac_cv_prog_CC"
2691 if test -z "$CC"; then
2692 if test -n "$ac_tool_prefix"; then
2693 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2694 set dummy ${ac_tool_prefix}cc; ac_word=$2
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2696 $as_echo_n "checking for $ac_word... " >&6; }
2697 if test "${ac_cv_prog_CC+set}" = set; then :
2698 $as_echo_n "(cached) " >&6
2699 else
2700 if test -n "$CC"; then
2701 ac_cv_prog_CC="$CC" # Let the user override the test.
2702 else
2703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2704 for as_dir in $PATH
2706 IFS=$as_save_IFS
2707 test -z "$as_dir" && as_dir=.
2708 for ac_exec_ext in '' $ac_executable_extensions; do
2709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710 ac_cv_prog_CC="${ac_tool_prefix}cc"
2711 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2712 break 2
2714 done
2715 done
2716 IFS=$as_save_IFS
2720 CC=$ac_cv_prog_CC
2721 if test -n "$CC"; then
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2723 $as_echo "$CC" >&6; }
2724 else
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2726 $as_echo "no" >&6; }
2732 if test -z "$CC"; then
2733 # Extract the first word of "cc", so it can be a program name with args.
2734 set dummy cc; ac_word=$2
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2736 $as_echo_n "checking for $ac_word... " >&6; }
2737 if test "${ac_cv_prog_CC+set}" = set; then :
2738 $as_echo_n "(cached) " >&6
2739 else
2740 if test -n "$CC"; then
2741 ac_cv_prog_CC="$CC" # Let the user override the test.
2742 else
2743 ac_prog_rejected=no
2744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2745 for as_dir in $PATH
2747 IFS=$as_save_IFS
2748 test -z "$as_dir" && as_dir=.
2749 for ac_exec_ext in '' $ac_executable_extensions; do
2750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2751 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2752 ac_prog_rejected=yes
2753 continue
2755 ac_cv_prog_CC="cc"
2756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757 break 2
2759 done
2760 done
2761 IFS=$as_save_IFS
2763 if test $ac_prog_rejected = yes; then
2764 # We found a bogon in the path, so make sure we never use it.
2765 set dummy $ac_cv_prog_CC
2766 shift
2767 if test $# != 0; then
2768 # We chose a different compiler from the bogus one.
2769 # However, it has the same basename, so the bogon will be chosen
2770 # first if we set CC to just the basename; use the full file name.
2771 shift
2772 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2777 CC=$ac_cv_prog_CC
2778 if test -n "$CC"; then
2779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2780 $as_echo "$CC" >&6; }
2781 else
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2783 $as_echo "no" >&6; }
2788 if test -z "$CC"; then
2789 if test -n "$ac_tool_prefix"; then
2790 for ac_prog in cl.exe
2792 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2793 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2795 $as_echo_n "checking for $ac_word... " >&6; }
2796 if test "${ac_cv_prog_CC+set}" = set; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test -n "$CC"; then
2800 ac_cv_prog_CC="$CC" # Let the user override the test.
2801 else
2802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803 for as_dir in $PATH
2805 IFS=$as_save_IFS
2806 test -z "$as_dir" && as_dir=.
2807 for ac_exec_ext in '' $ac_executable_extensions; do
2808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2809 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2811 break 2
2813 done
2814 done
2815 IFS=$as_save_IFS
2819 CC=$ac_cv_prog_CC
2820 if test -n "$CC"; then
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2822 $as_echo "$CC" >&6; }
2823 else
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2825 $as_echo "no" >&6; }
2829 test -n "$CC" && break
2830 done
2832 if test -z "$CC"; then
2833 ac_ct_CC=$CC
2834 for ac_prog in cl.exe
2836 # Extract the first word of "$ac_prog", so it can be a program name with args.
2837 set dummy $ac_prog; ac_word=$2
2838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2839 $as_echo_n "checking for $ac_word... " >&6; }
2840 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2841 $as_echo_n "(cached) " >&6
2842 else
2843 if test -n "$ac_ct_CC"; then
2844 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2845 else
2846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2847 for as_dir in $PATH
2849 IFS=$as_save_IFS
2850 test -z "$as_dir" && as_dir=.
2851 for ac_exec_ext in '' $ac_executable_extensions; do
2852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2853 ac_cv_prog_ac_ct_CC="$ac_prog"
2854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2855 break 2
2857 done
2858 done
2859 IFS=$as_save_IFS
2863 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2864 if test -n "$ac_ct_CC"; then
2865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2866 $as_echo "$ac_ct_CC" >&6; }
2867 else
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2869 $as_echo "no" >&6; }
2873 test -n "$ac_ct_CC" && break
2874 done
2876 if test "x$ac_ct_CC" = x; then
2877 CC=""
2878 else
2879 case $cross_compiling:$ac_tool_warned in
2880 yes:)
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2882 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2883 ac_tool_warned=yes ;;
2884 esac
2885 CC=$ac_ct_CC
2892 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2893 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2894 as_fn_error "no acceptable C compiler found in \$PATH
2895 See \`config.log' for more details." "$LINENO" 5; }
2897 # Provide some information about the compiler.
2898 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2899 set X $ac_compile
2900 ac_compiler=$2
2901 for ac_option in --version -v -V -qversion; do
2902 { { ac_try="$ac_compiler $ac_option >&5"
2903 case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2908 $as_echo "$ac_try_echo"; } >&5
2909 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2910 ac_status=$?
2911 if test -s conftest.err; then
2912 sed '10a\
2913 ... rest of stderr output deleted ...
2914 10q' conftest.err >conftest.er1
2915 cat conftest.er1 >&5
2916 rm -f conftest.er1 conftest.err
2918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2919 test $ac_status = 0; }
2920 done
2922 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2923 /* end confdefs.h. */
2926 main ()
2930 return 0;
2932 _ACEOF
2933 ac_clean_files_save=$ac_clean_files
2934 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2935 # Try to create an executable without -o first, disregard a.out.
2936 # It will help us diagnose broken compilers, and finding out an intuition
2937 # of exeext.
2938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2939 $as_echo_n "checking for C compiler default output file name... " >&6; }
2940 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2942 # The possible output files:
2943 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2945 ac_rmfiles=
2946 for ac_file in $ac_files
2948 case $ac_file in
2949 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2950 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2951 esac
2952 done
2953 rm -f $ac_rmfiles
2955 if { { ac_try="$ac_link_default"
2956 case "(($ac_try" in
2957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2958 *) ac_try_echo=$ac_try;;
2959 esac
2960 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2961 $as_echo "$ac_try_echo"; } >&5
2962 (eval "$ac_link_default") 2>&5
2963 ac_status=$?
2964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2965 test $ac_status = 0; }; then :
2966 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2967 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2968 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2969 # so that the user can short-circuit this test for compilers unknown to
2970 # Autoconf.
2971 for ac_file in $ac_files ''
2973 test -f "$ac_file" || continue
2974 case $ac_file in
2975 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2977 [ab].out )
2978 # We found the default executable, but exeext='' is most
2979 # certainly right.
2980 break;;
2981 *.* )
2982 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2983 then :; else
2984 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2986 # We set ac_cv_exeext here because the later test for it is not
2987 # safe: cross compilers may not add the suffix if given an `-o'
2988 # argument, so we may need to know it at that point already.
2989 # Even if this section looks crufty: it has the advantage of
2990 # actually working.
2991 break;;
2993 break;;
2994 esac
2995 done
2996 test "$ac_cv_exeext" = no && ac_cv_exeext=
2998 else
2999 ac_file=''
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3002 $as_echo "$ac_file" >&6; }
3003 if test -z "$ac_file"; then :
3004 $as_echo "$as_me: failed program was:" >&5
3005 sed 's/^/| /' conftest.$ac_ext >&5
3007 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3008 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3009 { as_fn_set_status 77
3010 as_fn_error "C compiler cannot create executables
3011 See \`config.log' for more details." "$LINENO" 5; }; }
3013 ac_exeext=$ac_cv_exeext
3015 # Check that the compiler produces executables we can run. If not, either
3016 # the compiler is broken, or we cross compile.
3017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3018 $as_echo_n "checking whether the C compiler works... " >&6; }
3019 # If not cross compiling, check that we can run a simple program.
3020 if test "$cross_compiling" != yes; then
3021 if { ac_try='./$ac_file'
3022 { { case "(($ac_try" in
3023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3024 *) ac_try_echo=$ac_try;;
3025 esac
3026 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3027 $as_echo "$ac_try_echo"; } >&5
3028 (eval "$ac_try") 2>&5
3029 ac_status=$?
3030 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3031 test $ac_status = 0; }; }; then
3032 cross_compiling=no
3033 else
3034 if test "$cross_compiling" = maybe; then
3035 cross_compiling=yes
3036 else
3037 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3038 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3039 as_fn_error "cannot run C compiled programs.
3040 If you meant to cross compile, use \`--host'.
3041 See \`config.log' for more details." "$LINENO" 5; }
3045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3046 $as_echo "yes" >&6; }
3048 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3049 ac_clean_files=$ac_clean_files_save
3050 # Check that the compiler produces executables we can run. If not, either
3051 # the compiler is broken, or we cross compile.
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3053 $as_echo_n "checking whether we are cross compiling... " >&6; }
3054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3055 $as_echo "$cross_compiling" >&6; }
3057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3058 $as_echo_n "checking for suffix of executables... " >&6; }
3059 if { { ac_try="$ac_link"
3060 case "(($ac_try" in
3061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3062 *) ac_try_echo=$ac_try;;
3063 esac
3064 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3065 $as_echo "$ac_try_echo"; } >&5
3066 (eval "$ac_link") 2>&5
3067 ac_status=$?
3068 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3069 test $ac_status = 0; }; then :
3070 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3071 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3072 # work properly (i.e., refer to `conftest.exe'), while it won't with
3073 # `rm'.
3074 for ac_file in conftest.exe conftest conftest.*; do
3075 test -f "$ac_file" || continue
3076 case $ac_file in
3077 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3078 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3079 break;;
3080 * ) break;;
3081 esac
3082 done
3083 else
3084 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3085 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3086 as_fn_error "cannot compute suffix of executables: cannot compile and link
3087 See \`config.log' for more details." "$LINENO" 5; }
3089 rm -f conftest$ac_cv_exeext
3090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3091 $as_echo "$ac_cv_exeext" >&6; }
3093 rm -f conftest.$ac_ext
3094 EXEEXT=$ac_cv_exeext
3095 ac_exeext=$EXEEXT
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3097 $as_echo_n "checking for suffix of object files... " >&6; }
3098 if test "${ac_cv_objext+set}" = set; then :
3099 $as_echo_n "(cached) " >&6
3100 else
3101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3102 /* end confdefs.h. */
3105 main ()
3109 return 0;
3111 _ACEOF
3112 rm -f conftest.o conftest.obj
3113 if { { ac_try="$ac_compile"
3114 case "(($ac_try" in
3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3116 *) ac_try_echo=$ac_try;;
3117 esac
3118 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3119 $as_echo "$ac_try_echo"; } >&5
3120 (eval "$ac_compile") 2>&5
3121 ac_status=$?
3122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3123 test $ac_status = 0; }; then :
3124 for ac_file in conftest.o conftest.obj conftest.*; do
3125 test -f "$ac_file" || continue;
3126 case $ac_file in
3127 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3128 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3129 break;;
3130 esac
3131 done
3132 else
3133 $as_echo "$as_me: failed program was:" >&5
3134 sed 's/^/| /' conftest.$ac_ext >&5
3136 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3137 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3138 as_fn_error "cannot compute suffix of object files: cannot compile
3139 See \`config.log' for more details." "$LINENO" 5; }
3141 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3144 $as_echo "$ac_cv_objext" >&6; }
3145 OBJEXT=$ac_cv_objext
3146 ac_objext=$OBJEXT
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3148 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3149 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3150 $as_echo_n "(cached) " >&6
3151 else
3152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3153 /* end confdefs.h. */
3156 main ()
3158 #ifndef __GNUC__
3159 choke me
3160 #endif
3163 return 0;
3165 _ACEOF
3166 if ac_fn_c_try_compile "$LINENO"; then :
3167 ac_compiler_gnu=yes
3168 else
3169 ac_compiler_gnu=no
3171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3172 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3176 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3177 if test $ac_compiler_gnu = yes; then
3178 GCC=yes
3179 else
3180 GCC=
3182 ac_test_CFLAGS=${CFLAGS+set}
3183 ac_save_CFLAGS=$CFLAGS
3184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3185 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3186 if test "${ac_cv_prog_cc_g+set}" = set; then :
3187 $as_echo_n "(cached) " >&6
3188 else
3189 ac_save_c_werror_flag=$ac_c_werror_flag
3190 ac_c_werror_flag=yes
3191 ac_cv_prog_cc_g=no
3192 CFLAGS="-g"
3193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3194 /* end confdefs.h. */
3197 main ()
3201 return 0;
3203 _ACEOF
3204 if ac_fn_c_try_compile "$LINENO"; then :
3205 ac_cv_prog_cc_g=yes
3206 else
3207 CFLAGS=""
3208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3209 /* end confdefs.h. */
3212 main ()
3216 return 0;
3218 _ACEOF
3219 if ac_fn_c_try_compile "$LINENO"; then :
3221 else
3222 ac_c_werror_flag=$ac_save_c_werror_flag
3223 CFLAGS="-g"
3224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3225 /* end confdefs.h. */
3228 main ()
3232 return 0;
3234 _ACEOF
3235 if ac_fn_c_try_compile "$LINENO"; then :
3236 ac_cv_prog_cc_g=yes
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3243 ac_c_werror_flag=$ac_save_c_werror_flag
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3246 $as_echo "$ac_cv_prog_cc_g" >&6; }
3247 if test "$ac_test_CFLAGS" = set; then
3248 CFLAGS=$ac_save_CFLAGS
3249 elif test $ac_cv_prog_cc_g = yes; then
3250 if test "$GCC" = yes; then
3251 CFLAGS="-g -O2"
3252 else
3253 CFLAGS="-g"
3255 else
3256 if test "$GCC" = yes; then
3257 CFLAGS="-O2"
3258 else
3259 CFLAGS=
3262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3263 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3264 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3265 $as_echo_n "(cached) " >&6
3266 else
3267 ac_cv_prog_cc_c89=no
3268 ac_save_CC=$CC
3269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3270 /* end confdefs.h. */
3271 #include <stdarg.h>
3272 #include <stdio.h>
3273 #include <sys/types.h>
3274 #include <sys/stat.h>
3275 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3276 struct buf { int x; };
3277 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3278 static char *e (p, i)
3279 char **p;
3280 int i;
3282 return p[i];
3284 static char *f (char * (*g) (char **, int), char **p, ...)
3286 char *s;
3287 va_list v;
3288 va_start (v,p);
3289 s = g (p, va_arg (v,int));
3290 va_end (v);
3291 return s;
3294 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3295 function prototypes and stuff, but not '\xHH' hex character constants.
3296 These don't provoke an error unfortunately, instead are silently treated
3297 as 'x'. The following induces an error, until -std is added to get
3298 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3299 array size at least. It's necessary to write '\x00'==0 to get something
3300 that's true only with -std. */
3301 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3303 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3304 inside strings and character constants. */
3305 #define FOO(x) 'x'
3306 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3308 int test (int i, double x);
3309 struct s1 {int (*f) (int a);};
3310 struct s2 {int (*f) (double a);};
3311 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3312 int argc;
3313 char **argv;
3315 main ()
3317 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3319 return 0;
3321 _ACEOF
3322 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3323 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3325 CC="$ac_save_CC $ac_arg"
3326 if ac_fn_c_try_compile "$LINENO"; then :
3327 ac_cv_prog_cc_c89=$ac_arg
3329 rm -f core conftest.err conftest.$ac_objext
3330 test "x$ac_cv_prog_cc_c89" != "xno" && break
3331 done
3332 rm -f conftest.$ac_ext
3333 CC=$ac_save_CC
3336 # AC_CACHE_VAL
3337 case "x$ac_cv_prog_cc_c89" in
3339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3340 $as_echo "none needed" >&6; } ;;
3341 xno)
3342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3343 $as_echo "unsupported" >&6; } ;;
3345 CC="$CC $ac_cv_prog_cc_c89"
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3347 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3348 esac
3349 if test "x$ac_cv_prog_cc_c89" != xno; then :
3353 ac_ext=c
3354 ac_cpp='$CPP $CPPFLAGS'
3355 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3356 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3357 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3361 $as_echo_n "checking for library containing strerror... " >&6; }
3362 if test "${ac_cv_search_strerror+set}" = set; then :
3363 $as_echo_n "(cached) " >&6
3364 else
3365 ac_func_search_save_LIBS=$LIBS
3366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3367 /* end confdefs.h. */
3369 /* Override any GCC internal prototype to avoid an error.
3370 Use char because int might match the return type of a GCC
3371 builtin and then its argument prototype would still apply. */
3372 #ifdef __cplusplus
3373 extern "C"
3374 #endif
3375 char strerror ();
3377 main ()
3379 return strerror ();
3381 return 0;
3383 _ACEOF
3384 for ac_lib in '' cposix; do
3385 if test -z "$ac_lib"; then
3386 ac_res="none required"
3387 else
3388 ac_res=-l$ac_lib
3389 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3391 if ac_fn_c_try_link "$LINENO"; then :
3392 ac_cv_search_strerror=$ac_res
3394 rm -f core conftest.err conftest.$ac_objext \
3395 conftest$ac_exeext
3396 if test "${ac_cv_search_strerror+set}" = set; then :
3397 break
3399 done
3400 if test "${ac_cv_search_strerror+set}" = set; then :
3402 else
3403 ac_cv_search_strerror=no
3405 rm conftest.$ac_ext
3406 LIBS=$ac_func_search_save_LIBS
3408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3409 $as_echo "$ac_cv_search_strerror" >&6; }
3410 ac_res=$ac_cv_search_strerror
3411 if test "$ac_res" != no; then :
3412 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3417 BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${srcdir}/../bfd/configure.in`
3418 am__api_version='1.11'
3420 # Find a good install program. We prefer a C program (faster),
3421 # so one script is as good as another. But avoid the broken or
3422 # incompatible versions:
3423 # SysV /etc/install, /usr/sbin/install
3424 # SunOS /usr/etc/install
3425 # IRIX /sbin/install
3426 # AIX /bin/install
3427 # AmigaOS /C/install, which installs bootblocks on floppy discs
3428 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3429 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3430 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3431 # OS/2's system install, which has a completely different semantic
3432 # ./install, which can be erroneously created by make from ./install.sh.
3433 # Reject install programs that cannot install multiple files.
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3435 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3436 if test -z "$INSTALL"; then
3437 if test "${ac_cv_path_install+set}" = set; then :
3438 $as_echo_n "(cached) " >&6
3439 else
3440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3441 for as_dir in $PATH
3443 IFS=$as_save_IFS
3444 test -z "$as_dir" && as_dir=.
3445 # Account for people who put trailing slashes in PATH elements.
3446 case $as_dir/ in #((
3447 ./ | .// | /[cC]/* | \
3448 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3449 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3450 /usr/ucb/* ) ;;
3452 # OSF1 and SCO ODT 3.0 have their own names for install.
3453 # Don't use installbsd from OSF since it installs stuff as root
3454 # by default.
3455 for ac_prog in ginstall scoinst install; do
3456 for ac_exec_ext in '' $ac_executable_extensions; do
3457 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3458 if test $ac_prog = install &&
3459 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3460 # AIX install. It has an incompatible calling convention.
3462 elif test $ac_prog = install &&
3463 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3464 # program-specific install script used by HP pwplus--don't use.
3466 else
3467 rm -rf conftest.one conftest.two conftest.dir
3468 echo one > conftest.one
3469 echo two > conftest.two
3470 mkdir conftest.dir
3471 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3472 test -s conftest.one && test -s conftest.two &&
3473 test -s conftest.dir/conftest.one &&
3474 test -s conftest.dir/conftest.two
3475 then
3476 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3477 break 3
3481 done
3482 done
3484 esac
3486 done
3487 IFS=$as_save_IFS
3489 rm -rf conftest.one conftest.two conftest.dir
3492 if test "${ac_cv_path_install+set}" = set; then
3493 INSTALL=$ac_cv_path_install
3494 else
3495 # As a last resort, use the slow shell script. Don't cache a
3496 # value for INSTALL within a source directory, because that will
3497 # break other packages using the cache if that directory is
3498 # removed, or if the value is a relative name.
3499 INSTALL=$ac_install_sh
3502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3503 $as_echo "$INSTALL" >&6; }
3505 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3506 # It thinks the first close brace ends the variable substitution.
3507 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3509 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3511 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3514 $as_echo_n "checking whether build environment is sane... " >&6; }
3515 # Just in case
3516 sleep 1
3517 echo timestamp > conftest.file
3518 # Reject unsafe characters in $srcdir or the absolute working directory
3519 # name. Accept space and tab only in the latter.
3520 am_lf='
3522 case `pwd` in
3523 *[\\\"\#\$\&\'\`$am_lf]*)
3524 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3525 esac
3526 case $srcdir in
3527 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3528 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3529 esac
3531 # Do `set' in a subshell so we don't clobber the current shell's
3532 # arguments. Must try -L first in case configure is actually a
3533 # symlink; some systems play weird games with the mod time of symlinks
3534 # (eg FreeBSD returns the mod time of the symlink's containing
3535 # directory).
3536 if (
3537 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3538 if test "$*" = "X"; then
3539 # -L didn't work.
3540 set X `ls -t "$srcdir/configure" conftest.file`
3542 rm -f conftest.file
3543 if test "$*" != "X $srcdir/configure conftest.file" \
3544 && test "$*" != "X conftest.file $srcdir/configure"; then
3546 # If neither matched, then we have a broken ls. This can happen
3547 # if, for instance, CONFIG_SHELL is bash and it inherits a
3548 # broken ls alias from the environment. This has actually
3549 # happened. Such a system could not be considered "sane".
3550 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3551 alias in your environment" "$LINENO" 5
3554 test "$2" = conftest.file
3556 then
3557 # Ok.
3559 else
3560 as_fn_error "newly created file is older than distributed files!
3561 Check your system clock" "$LINENO" 5
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3564 $as_echo "yes" >&6; }
3565 test "$program_prefix" != NONE &&
3566 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3567 # Use a double $ so make ignores it.
3568 test "$program_suffix" != NONE &&
3569 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3570 # Double any \ or $.
3571 # By default was `s,x,x', remove it if useless.
3572 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3573 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3575 # expand $ac_aux_dir to an absolute path
3576 am_aux_dir=`cd $ac_aux_dir && pwd`
3578 if test x"${MISSING+set}" != xset; then
3579 case $am_aux_dir in
3580 *\ * | *\ *)
3581 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3583 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3584 esac
3586 # Use eval to expand $SHELL
3587 if eval "$MISSING --run true"; then
3588 am_missing_run="$MISSING --run "
3589 else
3590 am_missing_run=
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3592 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3595 if test x"${install_sh}" != xset; then
3596 case $am_aux_dir in
3597 *\ * | *\ *)
3598 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3600 install_sh="\${SHELL} $am_aux_dir/install-sh"
3601 esac
3604 # Installed binaries are usually stripped using `strip' when the user
3605 # run `make install-strip'. However `strip' might not be the right
3606 # tool to use in cross-compilation environments, therefore Automake
3607 # will honor the `STRIP' environment variable to overrule this program.
3608 if test "$cross_compiling" != no; then
3609 if test -n "$ac_tool_prefix"; then
3610 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3611 set dummy ${ac_tool_prefix}strip; ac_word=$2
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3613 $as_echo_n "checking for $ac_word... " >&6; }
3614 if test "${ac_cv_prog_STRIP+set}" = set; then :
3615 $as_echo_n "(cached) " >&6
3616 else
3617 if test -n "$STRIP"; then
3618 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3619 else
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 for as_dir in $PATH
3623 IFS=$as_save_IFS
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3627 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 break 2
3631 done
3632 done
3633 IFS=$as_save_IFS
3637 STRIP=$ac_cv_prog_STRIP
3638 if test -n "$STRIP"; then
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3640 $as_echo "$STRIP" >&6; }
3641 else
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3643 $as_echo "no" >&6; }
3648 if test -z "$ac_cv_prog_STRIP"; then
3649 ac_ct_STRIP=$STRIP
3650 # Extract the first word of "strip", so it can be a program name with args.
3651 set dummy strip; ac_word=$2
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3653 $as_echo_n "checking for $ac_word... " >&6; }
3654 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3655 $as_echo_n "(cached) " >&6
3656 else
3657 if test -n "$ac_ct_STRIP"; then
3658 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3659 else
3660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3661 for as_dir in $PATH
3663 IFS=$as_save_IFS
3664 test -z "$as_dir" && as_dir=.
3665 for ac_exec_ext in '' $ac_executable_extensions; do
3666 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3667 ac_cv_prog_ac_ct_STRIP="strip"
3668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3669 break 2
3671 done
3672 done
3673 IFS=$as_save_IFS
3677 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3678 if test -n "$ac_ct_STRIP"; then
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3680 $as_echo "$ac_ct_STRIP" >&6; }
3681 else
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3683 $as_echo "no" >&6; }
3686 if test "x$ac_ct_STRIP" = x; then
3687 STRIP=":"
3688 else
3689 case $cross_compiling:$ac_tool_warned in
3690 yes:)
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3692 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3693 ac_tool_warned=yes ;;
3694 esac
3695 STRIP=$ac_ct_STRIP
3697 else
3698 STRIP="$ac_cv_prog_STRIP"
3702 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3705 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3706 if test -z "$MKDIR_P"; then
3707 if test "${ac_cv_path_mkdir+set}" = set; then :
3708 $as_echo_n "(cached) " >&6
3709 else
3710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3711 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3713 IFS=$as_save_IFS
3714 test -z "$as_dir" && as_dir=.
3715 for ac_prog in mkdir gmkdir; do
3716 for ac_exec_ext in '' $ac_executable_extensions; do
3717 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3718 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3719 'mkdir (GNU coreutils) '* | \
3720 'mkdir (coreutils) '* | \
3721 'mkdir (fileutils) '4.1*)
3722 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3723 break 3;;
3724 esac
3725 done
3726 done
3727 done
3728 IFS=$as_save_IFS
3732 if test "${ac_cv_path_mkdir+set}" = set; then
3733 MKDIR_P="$ac_cv_path_mkdir -p"
3734 else
3735 # As a last resort, use the slow shell script. Don't cache a
3736 # value for MKDIR_P within a source directory, because that will
3737 # break other packages using the cache if that directory is
3738 # removed, or if the value is a relative name.
3739 test -d ./--version && rmdir ./--version
3740 MKDIR_P="$ac_install_sh -d"
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3744 $as_echo "$MKDIR_P" >&6; }
3746 mkdir_p="$MKDIR_P"
3747 case $mkdir_p in
3748 [\\/$]* | ?:[\\/]*) ;;
3749 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3750 esac
3752 for ac_prog in gawk mawk nawk awk
3754 # Extract the first word of "$ac_prog", so it can be a program name with args.
3755 set dummy $ac_prog; ac_word=$2
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3757 $as_echo_n "checking for $ac_word... " >&6; }
3758 if test "${ac_cv_prog_AWK+set}" = set; then :
3759 $as_echo_n "(cached) " >&6
3760 else
3761 if test -n "$AWK"; then
3762 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3763 else
3764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3765 for as_dir in $PATH
3767 IFS=$as_save_IFS
3768 test -z "$as_dir" && as_dir=.
3769 for ac_exec_ext in '' $ac_executable_extensions; do
3770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3771 ac_cv_prog_AWK="$ac_prog"
3772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3773 break 2
3775 done
3776 done
3777 IFS=$as_save_IFS
3781 AWK=$ac_cv_prog_AWK
3782 if test -n "$AWK"; then
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3784 $as_echo "$AWK" >&6; }
3785 else
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3787 $as_echo "no" >&6; }
3791 test -n "$AWK" && break
3792 done
3794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3795 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3796 set x ${MAKE-make}
3797 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3798 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3799 $as_echo_n "(cached) " >&6
3800 else
3801 cat >conftest.make <<\_ACEOF
3802 SHELL = /bin/sh
3803 all:
3804 @echo '@@@%%%=$(MAKE)=@@@%%%'
3805 _ACEOF
3806 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3807 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3808 *@@@%%%=?*=@@@%%%*)
3809 eval ac_cv_prog_make_${ac_make}_set=yes;;
3811 eval ac_cv_prog_make_${ac_make}_set=no;;
3812 esac
3813 rm -f conftest.make
3815 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3817 $as_echo "yes" >&6; }
3818 SET_MAKE=
3819 else
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 $as_echo "no" >&6; }
3822 SET_MAKE="MAKE=${MAKE-make}"
3825 rm -rf .tst 2>/dev/null
3826 mkdir .tst 2>/dev/null
3827 if test -d .tst; then
3828 am__leading_dot=.
3829 else
3830 am__leading_dot=_
3832 rmdir .tst 2>/dev/null
3834 DEPDIR="${am__leading_dot}deps"
3836 ac_config_commands="$ac_config_commands depfiles"
3839 am_make=${MAKE-make}
3840 cat > confinc << 'END'
3841 am__doit:
3842 @echo this is the am__doit target
3843 .PHONY: am__doit
3845 # If we don't find an include directive, just comment out the code.
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3847 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3848 am__include="#"
3849 am__quote=
3850 _am_result=none
3851 # First try GNU make style include.
3852 echo "include confinc" > confmf
3853 # Ignore all kinds of additional output from `make'.
3854 case `$am_make -s -f confmf 2> /dev/null` in #(
3855 *the\ am__doit\ target*)
3856 am__include=include
3857 am__quote=
3858 _am_result=GNU
3860 esac
3861 # Now try BSD make style include.
3862 if test "$am__include" = "#"; then
3863 echo '.include "confinc"' > confmf
3864 case `$am_make -s -f confmf 2> /dev/null` in #(
3865 *the\ am__doit\ target*)
3866 am__include=.include
3867 am__quote="\""
3868 _am_result=BSD
3870 esac
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3875 $as_echo "$_am_result" >&6; }
3876 rm -f confinc confmf
3878 # Check whether --enable-dependency-tracking was given.
3879 if test "${enable_dependency_tracking+set}" = set; then :
3880 enableval=$enable_dependency_tracking;
3883 if test "x$enable_dependency_tracking" != xno; then
3884 am_depcomp="$ac_aux_dir/depcomp"
3885 AMDEPBACKSLASH='\'
3887 if test "x$enable_dependency_tracking" != xno; then
3888 AMDEP_TRUE=
3889 AMDEP_FALSE='#'
3890 else
3891 AMDEP_TRUE='#'
3892 AMDEP_FALSE=
3896 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3897 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3898 # is not polluted with repeated "-I."
3899 am__isrc=' -I$(srcdir)'
3900 # test to see if srcdir already configured
3901 if test -f $srcdir/config.status; then
3902 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3906 # test whether we have cygpath
3907 if test -z "$CYGPATH_W"; then
3908 if (cygpath --version) >/dev/null 2>/dev/null; then
3909 CYGPATH_W='cygpath -w'
3910 else
3911 CYGPATH_W=echo
3916 # Define the identity of the package.
3917 PACKAGE=ld
3918 VERSION=${BFD_VERSION}
3921 cat >>confdefs.h <<_ACEOF
3922 #define PACKAGE "$PACKAGE"
3923 _ACEOF
3926 cat >>confdefs.h <<_ACEOF
3927 #define VERSION "$VERSION"
3928 _ACEOF
3930 # Some tools Automake needs.
3932 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3935 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3938 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3941 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3944 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3946 # We need awk for the "check" target. The system "awk" is bad on
3947 # some platforms.
3948 # Always define AMTAR for backward compatibility.
3950 AMTAR=${AMTAR-"${am_missing_run}tar"}
3952 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3957 depcc="$CC" am_compiler_list=
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3960 $as_echo_n "checking dependency style of $depcc... " >&6; }
3961 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3962 $as_echo_n "(cached) " >&6
3963 else
3964 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3965 # We make a subdir and do the tests there. Otherwise we can end up
3966 # making bogus files that we don't know about and never remove. For
3967 # instance it was reported that on HP-UX the gcc test will end up
3968 # making a dummy file named `D' -- because `-MD' means `put the output
3969 # in D'.
3970 mkdir conftest.dir
3971 # Copy depcomp to subdir because otherwise we won't find it if we're
3972 # using a relative directory.
3973 cp "$am_depcomp" conftest.dir
3974 cd conftest.dir
3975 # We will build objects and dependencies in a subdirectory because
3976 # it helps to detect inapplicable dependency modes. For instance
3977 # both Tru64's cc and ICC support -MD to output dependencies as a
3978 # side effect of compilation, but ICC will put the dependencies in
3979 # the current directory while Tru64 will put them in the object
3980 # directory.
3981 mkdir sub
3983 am_cv_CC_dependencies_compiler_type=none
3984 if test "$am_compiler_list" = ""; then
3985 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3987 am__universal=false
3988 case " $depcc " in #(
3989 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3990 esac
3992 for depmode in $am_compiler_list; do
3993 # Setup a source with many dependencies, because some compilers
3994 # like to wrap large dependency lists on column 80 (with \), and
3995 # we should not choose a depcomp mode which is confused by this.
3997 # We need to recreate these files for each test, as the compiler may
3998 # overwrite some of them when testing with obscure command lines.
3999 # This happens at least with the AIX C compiler.
4000 : > sub/conftest.c
4001 for i in 1 2 3 4 5 6; do
4002 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4003 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4004 # Solaris 8's {/usr,}/bin/sh.
4005 touch sub/conftst$i.h
4006 done
4007 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4009 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4010 # mode. It turns out that the SunPro C++ compiler does not properly
4011 # handle `-M -o', and we need to detect this. Also, some Intel
4012 # versions had trouble with output in subdirs
4013 am__obj=sub/conftest.${OBJEXT-o}
4014 am__minus_obj="-o $am__obj"
4015 case $depmode in
4016 gcc)
4017 # This depmode causes a compiler race in universal mode.
4018 test "$am__universal" = false || continue
4020 nosideeffect)
4021 # after this tag, mechanisms are not by side-effect, so they'll
4022 # only be used when explicitly requested
4023 if test "x$enable_dependency_tracking" = xyes; then
4024 continue
4025 else
4026 break
4029 msvisualcpp | msvcmsys)
4030 # This compiler won't grok `-c -o', but also, the minuso test has
4031 # not run yet. These depmodes are late enough in the game, and
4032 # so weak that their functioning should not be impacted.
4033 am__obj=conftest.${OBJEXT-o}
4034 am__minus_obj=
4036 none) break ;;
4037 esac
4038 if depmode=$depmode \
4039 source=sub/conftest.c object=$am__obj \
4040 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4041 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4042 >/dev/null 2>conftest.err &&
4043 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4044 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4045 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4046 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4047 # icc doesn't choke on unknown options, it will just issue warnings
4048 # or remarks (even with -Werror). So we grep stderr for any message
4049 # that says an option was ignored or not supported.
4050 # When given -MP, icc 7.0 and 7.1 complain thusly:
4051 # icc: Command line warning: ignoring option '-M'; no argument required
4052 # The diagnosis changed in icc 8.0:
4053 # icc: Command line remark: option '-MP' not supported
4054 if (grep 'ignoring option' conftest.err ||
4055 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4056 am_cv_CC_dependencies_compiler_type=$depmode
4057 break
4060 done
4062 cd ..
4063 rm -rf conftest.dir
4064 else
4065 am_cv_CC_dependencies_compiler_type=none
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4070 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4071 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4074 test "x$enable_dependency_tracking" != xno \
4075 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4076 am__fastdepCC_TRUE=
4077 am__fastdepCC_FALSE='#'
4078 else
4079 am__fastdepCC_TRUE='#'
4080 am__fastdepCC_FALSE=
4086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
4087 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
4088 # Check whether --enable-maintainer-mode was given.
4089 if test "${enable_maintainer_mode+set}" = set; then :
4090 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
4091 else
4092 USE_MAINTAINER_MODE=no
4095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
4096 $as_echo "$USE_MAINTAINER_MODE" >&6; }
4097 if test $USE_MAINTAINER_MODE = yes; then
4098 MAINTAINER_MODE_TRUE=
4099 MAINTAINER_MODE_FALSE='#'
4100 else
4101 MAINTAINER_MODE_TRUE='#'
4102 MAINTAINER_MODE_FALSE=
4105 MAINT=$MAINTAINER_MODE_TRUE
4110 # Check whether --with-lib-path was given.
4111 if test "${with_lib_path+set}" = set; then :
4112 withval=$with_lib_path; LIB_PATH=$withval
4115 # Check whether --enable-targets was given.
4116 if test "${enable_targets+set}" = set; then :
4117 enableval=$enable_targets; case "${enableval}" in
4118 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
4120 no) enable_targets= ;;
4121 *) enable_targets=$enableval ;;
4122 esac
4124 # Check whether --enable-64-bit-bfd was given.
4125 if test "${enable_64_bit_bfd+set}" = set; then :
4126 enableval=$enable_64_bit_bfd; case "${enableval}" in
4127 yes) want64=true ;;
4128 no) want64=false ;;
4129 *) as_fn_error "bad value ${enableval} for 64-bit-bfd option" "$LINENO" 5 ;;
4130 esac
4131 else
4132 want64=false
4136 # Check whether --with-sysroot was given.
4137 if test "${with_sysroot+set}" = set; then :
4138 withval=$with_sysroot;
4139 case ${with_sysroot} in
4140 yes) TARGET_SYSTEM_ROOT='${exec_prefix}/${target_alias}/sys-root' ;;
4141 *) TARGET_SYSTEM_ROOT=$with_sysroot ;;
4142 esac
4144 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"$(TARGET_SYSTEM_ROOT)\"'
4145 use_sysroot=yes
4147 if test "x$prefix" = xNONE; then
4148 test_prefix=/usr/local
4149 else
4150 test_prefix=$prefix
4152 if test "x$exec_prefix" = xNONE; then
4153 test_exec_prefix=$test_prefix
4154 else
4155 test_exec_prefix=$exec_prefix
4157 case ${TARGET_SYSTEM_ROOT} in
4158 "${test_prefix}"|"${test_prefix}/"*|\
4159 "${test_exec_prefix}"|"${test_exec_prefix}/"*|\
4160 '${prefix}'|'${prefix}/'*|\
4161 '${exec_prefix}'|'${exec_prefix}/'*)
4162 t="$TARGET_SYSTEM_ROOT_DEFINE -DTARGET_SYSTEM_ROOT_RELOCATABLE"
4163 TARGET_SYSTEM_ROOT_DEFINE="$t"
4165 esac
4167 else
4169 use_sysroot=no
4170 TARGET_SYSTEM_ROOT=
4171 TARGET_SYSTEM_ROOT_DEFINE='-DTARGET_SYSTEM_ROOT=\"\"'
4179 # Check whether --enable-gold was given.
4180 if test "${enable_gold+set}" = set; then :
4181 enableval=$enable_gold; case "${enableval}" in
4182 yes|both/gold)
4183 install_as_default=no
4184 installed_linker=ld.bfd
4186 both|both/ld)
4187 install_as_default=yes
4188 installed_linker=ld.bfd
4191 as_fn_error "invalid --enable-gold argument" "$LINENO" 5
4193 esac
4194 else
4195 install_as_default=ld
4196 installed_linker=ld
4202 # Check whether --enable-got was given.
4203 if test "${enable_got+set}" = set; then :
4204 enableval=$enable_got; case "${enableval}" in
4205 target | single | negative | multigot) got_handling=$enableval ;;
4206 *) as_fn_error "bad value ${enableval} for --enable-got option" "$LINENO" 5 ;;
4207 esac
4208 else
4209 got_handling=target
4213 case "${got_handling}" in
4214 target)
4216 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_TARGET_DEFAULT" >>confdefs.h
4218 single)
4220 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_SINGLE" >>confdefs.h
4222 negative)
4224 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_NEGATIVE" >>confdefs.h
4226 multigot)
4228 $as_echo "#define GOT_HANDLING_DEFAULT GOT_HANDLING_MULTIGOT" >>confdefs.h
4230 *) as_fn_error "bad value ${got_handling} for --enable-got option" "$LINENO" 5 ;;
4231 esac
4233 ac_ext=c
4234 ac_cpp='$CPP $CPPFLAGS'
4235 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4236 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4237 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4239 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4240 # On Suns, sometimes $CPP names a directory.
4241 if test -n "$CPP" && test -d "$CPP"; then
4242 CPP=
4244 if test -z "$CPP"; then
4245 if test "${ac_cv_prog_CPP+set}" = set; then :
4246 $as_echo_n "(cached) " >&6
4247 else
4248 # Double quotes because CPP needs to be expanded
4249 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4251 ac_preproc_ok=false
4252 for ac_c_preproc_warn_flag in '' yes
4254 # Use a header file that comes with gcc, so configuring glibc
4255 # with a fresh cross-compiler works.
4256 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4257 # <limits.h> exists even on freestanding compilers.
4258 # On the NeXT, cc -E runs the code through the compiler's parser,
4259 # not just through cpp. "Syntax error" is here to catch this case.
4260 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4261 /* end confdefs.h. */
4262 #ifdef __STDC__
4263 # include <limits.h>
4264 #else
4265 # include <assert.h>
4266 #endif
4267 Syntax error
4268 _ACEOF
4269 if ac_fn_c_try_cpp "$LINENO"; then :
4271 else
4272 # Broken: fails on valid input.
4273 continue
4275 rm -f conftest.err conftest.$ac_ext
4277 # OK, works on sane cases. Now check whether nonexistent headers
4278 # can be detected and how.
4279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4280 /* end confdefs.h. */
4281 #include <ac_nonexistent.h>
4282 _ACEOF
4283 if ac_fn_c_try_cpp "$LINENO"; then :
4284 # Broken: success on invalid input.
4285 continue
4286 else
4287 # Passes both tests.
4288 ac_preproc_ok=:
4289 break
4291 rm -f conftest.err conftest.$ac_ext
4293 done
4294 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4295 rm -f conftest.err conftest.$ac_ext
4296 if $ac_preproc_ok; then :
4297 break
4300 done
4301 ac_cv_prog_CPP=$CPP
4304 CPP=$ac_cv_prog_CPP
4305 else
4306 ac_cv_prog_CPP=$CPP
4308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4309 $as_echo "$CPP" >&6; }
4310 ac_preproc_ok=false
4311 for ac_c_preproc_warn_flag in '' yes
4313 # Use a header file that comes with gcc, so configuring glibc
4314 # with a fresh cross-compiler works.
4315 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4316 # <limits.h> exists even on freestanding compilers.
4317 # On the NeXT, cc -E runs the code through the compiler's parser,
4318 # not just through cpp. "Syntax error" is here to catch this case.
4319 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4320 /* end confdefs.h. */
4321 #ifdef __STDC__
4322 # include <limits.h>
4323 #else
4324 # include <assert.h>
4325 #endif
4326 Syntax error
4327 _ACEOF
4328 if ac_fn_c_try_cpp "$LINENO"; then :
4330 else
4331 # Broken: fails on valid input.
4332 continue
4334 rm -f conftest.err conftest.$ac_ext
4336 # OK, works on sane cases. Now check whether nonexistent headers
4337 # can be detected and how.
4338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4339 /* end confdefs.h. */
4340 #include <ac_nonexistent.h>
4341 _ACEOF
4342 if ac_fn_c_try_cpp "$LINENO"; then :
4343 # Broken: success on invalid input.
4344 continue
4345 else
4346 # Passes both tests.
4347 ac_preproc_ok=:
4348 break
4350 rm -f conftest.err conftest.$ac_ext
4352 done
4353 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4354 rm -f conftest.err conftest.$ac_ext
4355 if $ac_preproc_ok; then :
4357 else
4358 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4359 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4360 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4361 See \`config.log' for more details." "$LINENO" 5; }
4364 ac_ext=c
4365 ac_cpp='$CPP $CPPFLAGS'
4366 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4367 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4368 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4372 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4373 if test "${ac_cv_path_GREP+set}" = set; then :
4374 $as_echo_n "(cached) " >&6
4375 else
4376 if test -z "$GREP"; then
4377 ac_path_GREP_found=false
4378 # Loop through the user's path and test for each of PROGNAME-LIST
4379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4380 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4382 IFS=$as_save_IFS
4383 test -z "$as_dir" && as_dir=.
4384 for ac_prog in grep ggrep; do
4385 for ac_exec_ext in '' $ac_executable_extensions; do
4386 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4387 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4388 # Check for GNU ac_path_GREP and select it if it is found.
4389 # Check for GNU $ac_path_GREP
4390 case `"$ac_path_GREP" --version 2>&1` in
4391 *GNU*)
4392 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4394 ac_count=0
4395 $as_echo_n 0123456789 >"conftest.in"
4396 while :
4398 cat "conftest.in" "conftest.in" >"conftest.tmp"
4399 mv "conftest.tmp" "conftest.in"
4400 cp "conftest.in" "conftest.nl"
4401 $as_echo 'GREP' >> "conftest.nl"
4402 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4403 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4404 as_fn_arith $ac_count + 1 && ac_count=$as_val
4405 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4406 # Best one so far, save it but keep looking for a better one
4407 ac_cv_path_GREP="$ac_path_GREP"
4408 ac_path_GREP_max=$ac_count
4410 # 10*(2^10) chars as input seems more than enough
4411 test $ac_count -gt 10 && break
4412 done
4413 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4414 esac
4416 $ac_path_GREP_found && break 3
4417 done
4418 done
4419 done
4420 IFS=$as_save_IFS
4421 if test -z "$ac_cv_path_GREP"; then
4422 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4424 else
4425 ac_cv_path_GREP=$GREP
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4430 $as_echo "$ac_cv_path_GREP" >&6; }
4431 GREP="$ac_cv_path_GREP"
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4435 $as_echo_n "checking for egrep... " >&6; }
4436 if test "${ac_cv_path_EGREP+set}" = set; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4440 then ac_cv_path_EGREP="$GREP -E"
4441 else
4442 if test -z "$EGREP"; then
4443 ac_path_EGREP_found=false
4444 # Loop through the user's path and test for each of PROGNAME-LIST
4445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4446 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4448 IFS=$as_save_IFS
4449 test -z "$as_dir" && as_dir=.
4450 for ac_prog in egrep; do
4451 for ac_exec_ext in '' $ac_executable_extensions; do
4452 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4453 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4454 # Check for GNU ac_path_EGREP and select it if it is found.
4455 # Check for GNU $ac_path_EGREP
4456 case `"$ac_path_EGREP" --version 2>&1` in
4457 *GNU*)
4458 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4460 ac_count=0
4461 $as_echo_n 0123456789 >"conftest.in"
4462 while :
4464 cat "conftest.in" "conftest.in" >"conftest.tmp"
4465 mv "conftest.tmp" "conftest.in"
4466 cp "conftest.in" "conftest.nl"
4467 $as_echo 'EGREP' >> "conftest.nl"
4468 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4469 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4470 as_fn_arith $ac_count + 1 && ac_count=$as_val
4471 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4472 # Best one so far, save it but keep looking for a better one
4473 ac_cv_path_EGREP="$ac_path_EGREP"
4474 ac_path_EGREP_max=$ac_count
4476 # 10*(2^10) chars as input seems more than enough
4477 test $ac_count -gt 10 && break
4478 done
4479 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4480 esac
4482 $ac_path_EGREP_found && break 3
4483 done
4484 done
4485 done
4486 IFS=$as_save_IFS
4487 if test -z "$ac_cv_path_EGREP"; then
4488 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4490 else
4491 ac_cv_path_EGREP=$EGREP
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4497 $as_echo "$ac_cv_path_EGREP" >&6; }
4498 EGREP="$ac_cv_path_EGREP"
4502 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
4503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4504 /* end confdefs.h. */
4505 __GNUC__
4506 _ACEOF
4507 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4508 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
4510 else
4511 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
4513 rm -f conftest*
4516 # Check whether --enable-werror was given.
4517 if test "${enable_werror+set}" = set; then :
4518 enableval=$enable_werror; case "${enableval}" in
4519 yes | y) ERROR_ON_WARNING="yes" ;;
4520 no | n) ERROR_ON_WARNING="no" ;;
4521 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
4522 esac
4526 # Disable -Wformat by default when using gcc on mingw
4527 case "${host}" in
4528 *-*-mingw32*)
4529 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4530 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
4533 *) ;;
4534 esac
4536 # Enable -Werror by default when using gcc
4537 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
4538 ERROR_ON_WARNING=yes
4541 NO_WERROR=
4542 if test "${ERROR_ON_WARNING}" = yes ; then
4543 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
4544 NO_WERROR="-Wno-error"
4547 if test "${GCC}" = yes ; then
4548 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
4551 # Check whether --enable-build-warnings was given.
4552 if test "${enable_build_warnings+set}" = set; then :
4553 enableval=$enable_build_warnings; case "${enableval}" in
4554 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
4555 no) if test "${GCC}" = yes ; then
4556 WARN_CFLAGS="-w"
4557 fi;;
4558 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4559 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
4560 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
4561 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
4562 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
4563 esac
4567 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
4568 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
4575 ac_config_headers="$ac_config_headers config.h:config.in"
4578 if test -z "$target" ; then
4579 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
4581 if test -z "$host" ; then
4582 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
4585 # host-specific stuff:
4587 ac_ext=c
4588 ac_cpp='$CPP $CPPFLAGS'
4589 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4590 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4591 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4592 if test -n "$ac_tool_prefix"; then
4593 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4594 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4596 $as_echo_n "checking for $ac_word... " >&6; }
4597 if test "${ac_cv_prog_CC+set}" = set; then :
4598 $as_echo_n "(cached) " >&6
4599 else
4600 if test -n "$CC"; then
4601 ac_cv_prog_CC="$CC" # Let the user override the test.
4602 else
4603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4604 for as_dir in $PATH
4606 IFS=$as_save_IFS
4607 test -z "$as_dir" && as_dir=.
4608 for ac_exec_ext in '' $ac_executable_extensions; do
4609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4610 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4611 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4612 break 2
4614 done
4615 done
4616 IFS=$as_save_IFS
4620 CC=$ac_cv_prog_CC
4621 if test -n "$CC"; then
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4623 $as_echo "$CC" >&6; }
4624 else
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4626 $as_echo "no" >&6; }
4631 if test -z "$ac_cv_prog_CC"; then
4632 ac_ct_CC=$CC
4633 # Extract the first word of "gcc", so it can be a program name with args.
4634 set dummy gcc; ac_word=$2
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4636 $as_echo_n "checking for $ac_word... " >&6; }
4637 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4638 $as_echo_n "(cached) " >&6
4639 else
4640 if test -n "$ac_ct_CC"; then
4641 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4642 else
4643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4644 for as_dir in $PATH
4646 IFS=$as_save_IFS
4647 test -z "$as_dir" && as_dir=.
4648 for ac_exec_ext in '' $ac_executable_extensions; do
4649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4650 ac_cv_prog_ac_ct_CC="gcc"
4651 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4652 break 2
4654 done
4655 done
4656 IFS=$as_save_IFS
4660 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4661 if test -n "$ac_ct_CC"; then
4662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4663 $as_echo "$ac_ct_CC" >&6; }
4664 else
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4666 $as_echo "no" >&6; }
4669 if test "x$ac_ct_CC" = x; then
4670 CC=""
4671 else
4672 case $cross_compiling:$ac_tool_warned in
4673 yes:)
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4676 ac_tool_warned=yes ;;
4677 esac
4678 CC=$ac_ct_CC
4680 else
4681 CC="$ac_cv_prog_CC"
4684 if test -z "$CC"; then
4685 if test -n "$ac_tool_prefix"; then
4686 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4687 set dummy ${ac_tool_prefix}cc; ac_word=$2
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4689 $as_echo_n "checking for $ac_word... " >&6; }
4690 if test "${ac_cv_prog_CC+set}" = set; then :
4691 $as_echo_n "(cached) " >&6
4692 else
4693 if test -n "$CC"; then
4694 ac_cv_prog_CC="$CC" # Let the user override the test.
4695 else
4696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 for as_dir in $PATH
4699 IFS=$as_save_IFS
4700 test -z "$as_dir" && as_dir=.
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4703 ac_cv_prog_CC="${ac_tool_prefix}cc"
4704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4705 break 2
4707 done
4708 done
4709 IFS=$as_save_IFS
4713 CC=$ac_cv_prog_CC
4714 if test -n "$CC"; then
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4716 $as_echo "$CC" >&6; }
4717 else
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719 $as_echo "no" >&6; }
4725 if test -z "$CC"; then
4726 # Extract the first word of "cc", so it can be a program name with args.
4727 set dummy cc; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if test "${ac_cv_prog_CC+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732 else
4733 if test -n "$CC"; then
4734 ac_cv_prog_CC="$CC" # Let the user override the test.
4735 else
4736 ac_prog_rejected=no
4737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4738 for as_dir in $PATH
4740 IFS=$as_save_IFS
4741 test -z "$as_dir" && as_dir=.
4742 for ac_exec_ext in '' $ac_executable_extensions; do
4743 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4744 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4745 ac_prog_rejected=yes
4746 continue
4748 ac_cv_prog_CC="cc"
4749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750 break 2
4752 done
4753 done
4754 IFS=$as_save_IFS
4756 if test $ac_prog_rejected = yes; then
4757 # We found a bogon in the path, so make sure we never use it.
4758 set dummy $ac_cv_prog_CC
4759 shift
4760 if test $# != 0; then
4761 # We chose a different compiler from the bogus one.
4762 # However, it has the same basename, so the bogon will be chosen
4763 # first if we set CC to just the basename; use the full file name.
4764 shift
4765 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4770 CC=$ac_cv_prog_CC
4771 if test -n "$CC"; then
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4773 $as_echo "$CC" >&6; }
4774 else
4775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4776 $as_echo "no" >&6; }
4781 if test -z "$CC"; then
4782 if test -n "$ac_tool_prefix"; then
4783 for ac_prog in cl.exe
4785 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4786 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4788 $as_echo_n "checking for $ac_word... " >&6; }
4789 if test "${ac_cv_prog_CC+set}" = set; then :
4790 $as_echo_n "(cached) " >&6
4791 else
4792 if test -n "$CC"; then
4793 ac_cv_prog_CC="$CC" # Let the user override the test.
4794 else
4795 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4796 for as_dir in $PATH
4798 IFS=$as_save_IFS
4799 test -z "$as_dir" && as_dir=.
4800 for ac_exec_ext in '' $ac_executable_extensions; do
4801 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4802 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4803 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4804 break 2
4806 done
4807 done
4808 IFS=$as_save_IFS
4812 CC=$ac_cv_prog_CC
4813 if test -n "$CC"; then
4814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4815 $as_echo "$CC" >&6; }
4816 else
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4818 $as_echo "no" >&6; }
4822 test -n "$CC" && break
4823 done
4825 if test -z "$CC"; then
4826 ac_ct_CC=$CC
4827 for ac_prog in cl.exe
4829 # Extract the first word of "$ac_prog", so it can be a program name with args.
4830 set dummy $ac_prog; ac_word=$2
4831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4832 $as_echo_n "checking for $ac_word... " >&6; }
4833 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4834 $as_echo_n "(cached) " >&6
4835 else
4836 if test -n "$ac_ct_CC"; then
4837 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4838 else
4839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4840 for as_dir in $PATH
4842 IFS=$as_save_IFS
4843 test -z "$as_dir" && as_dir=.
4844 for ac_exec_ext in '' $ac_executable_extensions; do
4845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4846 ac_cv_prog_ac_ct_CC="$ac_prog"
4847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4848 break 2
4850 done
4851 done
4852 IFS=$as_save_IFS
4856 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4857 if test -n "$ac_ct_CC"; then
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4859 $as_echo "$ac_ct_CC" >&6; }
4860 else
4861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4862 $as_echo "no" >&6; }
4866 test -n "$ac_ct_CC" && break
4867 done
4869 if test "x$ac_ct_CC" = x; then
4870 CC=""
4871 else
4872 case $cross_compiling:$ac_tool_warned in
4873 yes:)
4874 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4875 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4876 ac_tool_warned=yes ;;
4877 esac
4878 CC=$ac_ct_CC
4885 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4887 as_fn_error "no acceptable C compiler found in \$PATH
4888 See \`config.log' for more details." "$LINENO" 5; }
4890 # Provide some information about the compiler.
4891 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4892 set X $ac_compile
4893 ac_compiler=$2
4894 for ac_option in --version -v -V -qversion; do
4895 { { ac_try="$ac_compiler $ac_option >&5"
4896 case "(($ac_try" in
4897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4898 *) ac_try_echo=$ac_try;;
4899 esac
4900 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4901 $as_echo "$ac_try_echo"; } >&5
4902 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4903 ac_status=$?
4904 if test -s conftest.err; then
4905 sed '10a\
4906 ... rest of stderr output deleted ...
4907 10q' conftest.err >conftest.er1
4908 cat conftest.er1 >&5
4909 rm -f conftest.er1 conftest.err
4911 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4912 test $ac_status = 0; }
4913 done
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4916 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4917 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4918 $as_echo_n "(cached) " >&6
4919 else
4920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4921 /* end confdefs.h. */
4924 main ()
4926 #ifndef __GNUC__
4927 choke me
4928 #endif
4931 return 0;
4933 _ACEOF
4934 if ac_fn_c_try_compile "$LINENO"; then :
4935 ac_compiler_gnu=yes
4936 else
4937 ac_compiler_gnu=no
4939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4940 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4944 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4945 if test $ac_compiler_gnu = yes; then
4946 GCC=yes
4947 else
4948 GCC=
4950 ac_test_CFLAGS=${CFLAGS+set}
4951 ac_save_CFLAGS=$CFLAGS
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4953 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4954 if test "${ac_cv_prog_cc_g+set}" = set; then :
4955 $as_echo_n "(cached) " >&6
4956 else
4957 ac_save_c_werror_flag=$ac_c_werror_flag
4958 ac_c_werror_flag=yes
4959 ac_cv_prog_cc_g=no
4960 CFLAGS="-g"
4961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4962 /* end confdefs.h. */
4965 main ()
4969 return 0;
4971 _ACEOF
4972 if ac_fn_c_try_compile "$LINENO"; then :
4973 ac_cv_prog_cc_g=yes
4974 else
4975 CFLAGS=""
4976 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4977 /* end confdefs.h. */
4980 main ()
4984 return 0;
4986 _ACEOF
4987 if ac_fn_c_try_compile "$LINENO"; then :
4989 else
4990 ac_c_werror_flag=$ac_save_c_werror_flag
4991 CFLAGS="-g"
4992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4993 /* end confdefs.h. */
4996 main ()
5000 return 0;
5002 _ACEOF
5003 if ac_fn_c_try_compile "$LINENO"; then :
5004 ac_cv_prog_cc_g=yes
5006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5011 ac_c_werror_flag=$ac_save_c_werror_flag
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
5014 $as_echo "$ac_cv_prog_cc_g" >&6; }
5015 if test "$ac_test_CFLAGS" = set; then
5016 CFLAGS=$ac_save_CFLAGS
5017 elif test $ac_cv_prog_cc_g = yes; then
5018 if test "$GCC" = yes; then
5019 CFLAGS="-g -O2"
5020 else
5021 CFLAGS="-g"
5023 else
5024 if test "$GCC" = yes; then
5025 CFLAGS="-O2"
5026 else
5027 CFLAGS=
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
5031 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
5032 if test "${ac_cv_prog_cc_c89+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 ac_cv_prog_cc_c89=no
5036 ac_save_CC=$CC
5037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5038 /* end confdefs.h. */
5039 #include <stdarg.h>
5040 #include <stdio.h>
5041 #include <sys/types.h>
5042 #include <sys/stat.h>
5043 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5044 struct buf { int x; };
5045 FILE * (*rcsopen) (struct buf *, struct stat *, int);
5046 static char *e (p, i)
5047 char **p;
5048 int i;
5050 return p[i];
5052 static char *f (char * (*g) (char **, int), char **p, ...)
5054 char *s;
5055 va_list v;
5056 va_start (v,p);
5057 s = g (p, va_arg (v,int));
5058 va_end (v);
5059 return s;
5062 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
5063 function prototypes and stuff, but not '\xHH' hex character constants.
5064 These don't provoke an error unfortunately, instead are silently treated
5065 as 'x'. The following induces an error, until -std is added to get
5066 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
5067 array size at least. It's necessary to write '\x00'==0 to get something
5068 that's true only with -std. */
5069 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
5071 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
5072 inside strings and character constants. */
5073 #define FOO(x) 'x'
5074 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
5076 int test (int i, double x);
5077 struct s1 {int (*f) (int a);};
5078 struct s2 {int (*f) (double a);};
5079 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
5080 int argc;
5081 char **argv;
5083 main ()
5085 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
5087 return 0;
5089 _ACEOF
5090 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
5091 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
5093 CC="$ac_save_CC $ac_arg"
5094 if ac_fn_c_try_compile "$LINENO"; then :
5095 ac_cv_prog_cc_c89=$ac_arg
5097 rm -f core conftest.err conftest.$ac_objext
5098 test "x$ac_cv_prog_cc_c89" != "xno" && break
5099 done
5100 rm -f conftest.$ac_ext
5101 CC=$ac_save_CC
5104 # AC_CACHE_VAL
5105 case "x$ac_cv_prog_cc_c89" in
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
5108 $as_echo "none needed" >&6; } ;;
5109 xno)
5110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
5111 $as_echo "unsupported" >&6; } ;;
5113 CC="$CC $ac_cv_prog_cc_c89"
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
5115 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
5116 esac
5117 if test "x$ac_cv_prog_cc_c89" != xno; then :
5121 ac_ext=c
5122 ac_cpp='$CPP $CPPFLAGS'
5123 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5124 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5125 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5128 $as_echo_n "checking for ANSI C header files... " >&6; }
5129 if test "${ac_cv_header_stdc+set}" = set; then :
5130 $as_echo_n "(cached) " >&6
5131 else
5132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5133 /* end confdefs.h. */
5134 #include <stdlib.h>
5135 #include <stdarg.h>
5136 #include <string.h>
5137 #include <float.h>
5140 main ()
5144 return 0;
5146 _ACEOF
5147 if ac_fn_c_try_compile "$LINENO"; then :
5148 ac_cv_header_stdc=yes
5149 else
5150 ac_cv_header_stdc=no
5152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5154 if test $ac_cv_header_stdc = yes; then
5155 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5157 /* end confdefs.h. */
5158 #include <string.h>
5160 _ACEOF
5161 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5162 $EGREP "memchr" >/dev/null 2>&1; then :
5164 else
5165 ac_cv_header_stdc=no
5167 rm -f conftest*
5171 if test $ac_cv_header_stdc = yes; then
5172 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5174 /* end confdefs.h. */
5175 #include <stdlib.h>
5177 _ACEOF
5178 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5179 $EGREP "free" >/dev/null 2>&1; then :
5181 else
5182 ac_cv_header_stdc=no
5184 rm -f conftest*
5188 if test $ac_cv_header_stdc = yes; then
5189 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5190 if test "$cross_compiling" = yes; then :
5192 else
5193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5194 /* end confdefs.h. */
5195 #include <ctype.h>
5196 #include <stdlib.h>
5197 #if ((' ' & 0x0FF) == 0x020)
5198 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5199 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5200 #else
5201 # define ISLOWER(c) \
5202 (('a' <= (c) && (c) <= 'i') \
5203 || ('j' <= (c) && (c) <= 'r') \
5204 || ('s' <= (c) && (c) <= 'z'))
5205 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5206 #endif
5208 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5210 main ()
5212 int i;
5213 for (i = 0; i < 256; i++)
5214 if (XOR (islower (i), ISLOWER (i))
5215 || toupper (i) != TOUPPER (i))
5216 return 2;
5217 return 0;
5219 _ACEOF
5220 if ac_fn_c_try_run "$LINENO"; then :
5222 else
5223 ac_cv_header_stdc=no
5225 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5226 conftest.$ac_objext conftest.beam conftest.$ac_ext
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5232 $as_echo "$ac_cv_header_stdc" >&6; }
5233 if test $ac_cv_header_stdc = yes; then
5235 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5239 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5240 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5241 inttypes.h stdint.h unistd.h
5242 do :
5243 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5244 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5246 eval as_val=\$$as_ac_Header
5247 if test "x$as_val" = x""yes; then :
5248 cat >>confdefs.h <<_ACEOF
5249 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5250 _ACEOF
5254 done
5258 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5259 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5260 MINIX=yes
5261 else
5262 MINIX=
5266 if test "$MINIX" = yes; then
5268 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5271 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5274 $as_echo "#define _MINIX 1" >>confdefs.h
5279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5280 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5281 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5282 $as_echo_n "(cached) " >&6
5283 else
5284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5285 /* end confdefs.h. */
5287 # define __EXTENSIONS__ 1
5288 $ac_includes_default
5290 main ()
5294 return 0;
5296 _ACEOF
5297 if ac_fn_c_try_compile "$LINENO"; then :
5298 ac_cv_safe_to_define___extensions__=yes
5299 else
5300 ac_cv_safe_to_define___extensions__=no
5302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5305 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5306 test $ac_cv_safe_to_define___extensions__ = yes &&
5307 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5309 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5311 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5313 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5315 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5321 # The tests for host and target for $enable_largefile require
5322 # canonical names.
5326 # As the $enable_largefile decision depends on --enable-plugins we must set it
5327 # even in directories otherwise not depending on the $plugins option.
5330 # Check whether --enable-plugins was given.
5331 if test "${enable_plugins+set}" = set; then :
5332 enableval=$enable_plugins; case "${enableval}" in
5333 yes | "") plugins=yes ;;
5334 no) plugins=no ;;
5335 *) plugins=yes ;;
5336 esac
5337 else
5338 plugins=no
5343 case "${host}" in
5344 sparc-*-solaris*|i[3-7]86-*-solaris*)
5345 # On native 32bit sparc and ia32 solaris, large-file and procfs support
5346 # are mutually exclusive; and without procfs support, the bfd/ elf module
5347 # cannot provide certain routines such as elfcore_write_prpsinfo
5348 # or elfcore_write_prstatus. So unless the user explicitly requested
5349 # large-file support through the --enable-largefile switch, disable
5350 # large-file support in favor of procfs support.
5351 test "${target}" = "${host}" -a "x$plugins" = xno \
5352 && : ${enable_largefile="no"}
5354 esac
5356 # Check whether --enable-largefile was given.
5357 if test "${enable_largefile+set}" = set; then :
5358 enableval=$enable_largefile;
5361 if test "$enable_largefile" != no; then
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
5364 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
5365 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
5366 $as_echo_n "(cached) " >&6
5367 else
5368 ac_cv_sys_largefile_CC=no
5369 if test "$GCC" != yes; then
5370 ac_save_CC=$CC
5371 while :; do
5372 # IRIX 6.2 and later do not support large files by default,
5373 # so use the C compiler's -n32 option if that helps.
5374 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5375 /* end confdefs.h. */
5376 #include <sys/types.h>
5377 /* Check that off_t can represent 2**63 - 1 correctly.
5378 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5379 since some C++ compilers masquerading as C compilers
5380 incorrectly reject 9223372036854775807. */
5381 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5382 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5383 && LARGE_OFF_T % 2147483647 == 1)
5384 ? 1 : -1];
5386 main ()
5390 return 0;
5392 _ACEOF
5393 if ac_fn_c_try_compile "$LINENO"; then :
5394 break
5396 rm -f core conftest.err conftest.$ac_objext
5397 CC="$CC -n32"
5398 if ac_fn_c_try_compile "$LINENO"; then :
5399 ac_cv_sys_largefile_CC=' -n32'; break
5401 rm -f core conftest.err conftest.$ac_objext
5402 break
5403 done
5404 CC=$ac_save_CC
5405 rm -f conftest.$ac_ext
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
5409 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
5410 if test "$ac_cv_sys_largefile_CC" != no; then
5411 CC=$CC$ac_cv_sys_largefile_CC
5414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5415 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
5416 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
5417 $as_echo_n "(cached) " >&6
5418 else
5419 while :; do
5420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5421 /* end confdefs.h. */
5422 #include <sys/types.h>
5423 /* Check that off_t can represent 2**63 - 1 correctly.
5424 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5425 since some C++ compilers masquerading as C compilers
5426 incorrectly reject 9223372036854775807. */
5427 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5428 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5429 && LARGE_OFF_T % 2147483647 == 1)
5430 ? 1 : -1];
5432 main ()
5436 return 0;
5438 _ACEOF
5439 if ac_fn_c_try_compile "$LINENO"; then :
5440 ac_cv_sys_file_offset_bits=no; break
5442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h. */
5445 #define _FILE_OFFSET_BITS 64
5446 #include <sys/types.h>
5447 /* Check that off_t can represent 2**63 - 1 correctly.
5448 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5449 since some C++ compilers masquerading as C compilers
5450 incorrectly reject 9223372036854775807. */
5451 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5452 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5453 && LARGE_OFF_T % 2147483647 == 1)
5454 ? 1 : -1];
5456 main ()
5460 return 0;
5462 _ACEOF
5463 if ac_fn_c_try_compile "$LINENO"; then :
5464 ac_cv_sys_file_offset_bits=64; break
5466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5467 ac_cv_sys_file_offset_bits=unknown
5468 break
5469 done
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5472 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5473 case $ac_cv_sys_file_offset_bits in #(
5474 no | unknown) ;;
5476 cat >>confdefs.h <<_ACEOF
5477 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5478 _ACEOF
5480 esac
5481 rm -rf conftest*
5482 if test $ac_cv_sys_file_offset_bits = unknown; then
5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5484 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5485 if test "${ac_cv_sys_large_files+set}" = set; then :
5486 $as_echo_n "(cached) " >&6
5487 else
5488 while :; do
5489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5490 /* end confdefs.h. */
5491 #include <sys/types.h>
5492 /* Check that off_t can represent 2**63 - 1 correctly.
5493 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5494 since some C++ compilers masquerading as C compilers
5495 incorrectly reject 9223372036854775807. */
5496 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5497 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5498 && LARGE_OFF_T % 2147483647 == 1)
5499 ? 1 : -1];
5501 main ()
5505 return 0;
5507 _ACEOF
5508 if ac_fn_c_try_compile "$LINENO"; then :
5509 ac_cv_sys_large_files=no; break
5511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5512 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5513 /* end confdefs.h. */
5514 #define _LARGE_FILES 1
5515 #include <sys/types.h>
5516 /* Check that off_t can represent 2**63 - 1 correctly.
5517 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5518 since some C++ compilers masquerading as C compilers
5519 incorrectly reject 9223372036854775807. */
5520 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5521 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5522 && LARGE_OFF_T % 2147483647 == 1)
5523 ? 1 : -1];
5525 main ()
5529 return 0;
5531 _ACEOF
5532 if ac_fn_c_try_compile "$LINENO"; then :
5533 ac_cv_sys_large_files=1; break
5535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5536 ac_cv_sys_large_files=unknown
5537 break
5538 done
5540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5541 $as_echo "$ac_cv_sys_large_files" >&6; }
5542 case $ac_cv_sys_large_files in #(
5543 no | unknown) ;;
5545 cat >>confdefs.h <<_ACEOF
5546 #define _LARGE_FILES $ac_cv_sys_large_files
5547 _ACEOF
5549 esac
5550 rm -rf conftest*
5557 case `pwd` in
5558 *\ * | *\ *)
5559 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5560 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5561 esac
5565 macro_version='2.2.7a'
5566 macro_revision='1.3134'
5580 ltmain="$ac_aux_dir/ltmain.sh"
5582 # Backslashify metacharacters that are still active within
5583 # double-quoted strings.
5584 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5586 # Same as above, but do not quote variable references.
5587 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5589 # Sed substitution to delay expansion of an escaped shell variable in a
5590 # double_quote_subst'ed string.
5591 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5593 # Sed substitution to delay expansion of an escaped single quote.
5594 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5596 # Sed substitution to avoid accidental globbing in evaled expressions
5597 no_glob_subst='s/\*/\\\*/g'
5599 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5600 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5601 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5604 $as_echo_n "checking how to print strings... " >&6; }
5605 # Test print first, because it will be a builtin if present.
5606 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5607 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5608 ECHO='print -r --'
5609 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5610 ECHO='printf %s\n'
5611 else
5612 # Use this function as a fallback that always works.
5613 func_fallback_echo ()
5615 eval 'cat <<_LTECHO_EOF
5617 _LTECHO_EOF'
5619 ECHO='func_fallback_echo'
5622 # func_echo_all arg...
5623 # Invoke $ECHO with all args, space-separated.
5624 func_echo_all ()
5626 $ECHO ""
5629 case "$ECHO" in
5630 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5631 $as_echo "printf" >&6; } ;;
5632 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5633 $as_echo "print -r" >&6; } ;;
5634 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5635 $as_echo "cat" >&6; } ;;
5636 esac
5651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5652 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5653 if test "${ac_cv_path_SED+set}" = set; then :
5654 $as_echo_n "(cached) " >&6
5655 else
5656 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5657 for ac_i in 1 2 3 4 5 6 7; do
5658 ac_script="$ac_script$as_nl$ac_script"
5659 done
5660 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5661 { ac_script=; unset ac_script;}
5662 if test -z "$SED"; then
5663 ac_path_SED_found=false
5664 # Loop through the user's path and test for each of PROGNAME-LIST
5665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5666 for as_dir in $PATH
5668 IFS=$as_save_IFS
5669 test -z "$as_dir" && as_dir=.
5670 for ac_prog in sed gsed; do
5671 for ac_exec_ext in '' $ac_executable_extensions; do
5672 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5673 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5674 # Check for GNU ac_path_SED and select it if it is found.
5675 # Check for GNU $ac_path_SED
5676 case `"$ac_path_SED" --version 2>&1` in
5677 *GNU*)
5678 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5680 ac_count=0
5681 $as_echo_n 0123456789 >"conftest.in"
5682 while :
5684 cat "conftest.in" "conftest.in" >"conftest.tmp"
5685 mv "conftest.tmp" "conftest.in"
5686 cp "conftest.in" "conftest.nl"
5687 $as_echo '' >> "conftest.nl"
5688 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5689 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5690 as_fn_arith $ac_count + 1 && ac_count=$as_val
5691 if test $ac_count -gt ${ac_path_SED_max-0}; then
5692 # Best one so far, save it but keep looking for a better one
5693 ac_cv_path_SED="$ac_path_SED"
5694 ac_path_SED_max=$ac_count
5696 # 10*(2^10) chars as input seems more than enough
5697 test $ac_count -gt 10 && break
5698 done
5699 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5700 esac
5702 $ac_path_SED_found && break 3
5703 done
5704 done
5705 done
5706 IFS=$as_save_IFS
5707 if test -z "$ac_cv_path_SED"; then
5708 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5710 else
5711 ac_cv_path_SED=$SED
5715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5716 $as_echo "$ac_cv_path_SED" >&6; }
5717 SED="$ac_cv_path_SED"
5718 rm -f conftest.sed
5720 test -z "$SED" && SED=sed
5721 Xsed="$SED -e 1s/^X//"
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5734 $as_echo_n "checking for fgrep... " >&6; }
5735 if test "${ac_cv_path_FGREP+set}" = set; then :
5736 $as_echo_n "(cached) " >&6
5737 else
5738 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5739 then ac_cv_path_FGREP="$GREP -F"
5740 else
5741 if test -z "$FGREP"; then
5742 ac_path_FGREP_found=false
5743 # Loop through the user's path and test for each of PROGNAME-LIST
5744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5745 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5747 IFS=$as_save_IFS
5748 test -z "$as_dir" && as_dir=.
5749 for ac_prog in fgrep; do
5750 for ac_exec_ext in '' $ac_executable_extensions; do
5751 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5752 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5753 # Check for GNU ac_path_FGREP and select it if it is found.
5754 # Check for GNU $ac_path_FGREP
5755 case `"$ac_path_FGREP" --version 2>&1` in
5756 *GNU*)
5757 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5759 ac_count=0
5760 $as_echo_n 0123456789 >"conftest.in"
5761 while :
5763 cat "conftest.in" "conftest.in" >"conftest.tmp"
5764 mv "conftest.tmp" "conftest.in"
5765 cp "conftest.in" "conftest.nl"
5766 $as_echo 'FGREP' >> "conftest.nl"
5767 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5768 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5769 as_fn_arith $ac_count + 1 && ac_count=$as_val
5770 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5771 # Best one so far, save it but keep looking for a better one
5772 ac_cv_path_FGREP="$ac_path_FGREP"
5773 ac_path_FGREP_max=$ac_count
5775 # 10*(2^10) chars as input seems more than enough
5776 test $ac_count -gt 10 && break
5777 done
5778 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5779 esac
5781 $ac_path_FGREP_found && break 3
5782 done
5783 done
5784 done
5785 IFS=$as_save_IFS
5786 if test -z "$ac_cv_path_FGREP"; then
5787 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5789 else
5790 ac_cv_path_FGREP=$FGREP
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5796 $as_echo "$ac_cv_path_FGREP" >&6; }
5797 FGREP="$ac_cv_path_FGREP"
5800 test -z "$GREP" && GREP=grep
5820 # Check whether --with-gnu-ld was given.
5821 if test "${with_gnu_ld+set}" = set; then :
5822 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5823 else
5824 with_gnu_ld=no
5827 ac_prog=ld
5828 if test "$GCC" = yes; then
5829 # Check if gcc -print-prog-name=ld gives a path.
5830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5831 $as_echo_n "checking for ld used by $CC... " >&6; }
5832 case $host in
5833 *-*-mingw*)
5834 # gcc leaves a trailing carriage return which upsets mingw
5835 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5837 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5838 esac
5839 case $ac_prog in
5840 # Accept absolute paths.
5841 [\\/]* | ?:[\\/]*)
5842 re_direlt='/[^/][^/]*/\.\./'
5843 # Canonicalize the pathname of ld
5844 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5845 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5846 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5847 done
5848 test -z "$LD" && LD="$ac_prog"
5851 # If it fails, then pretend we aren't using GCC.
5852 ac_prog=ld
5855 # If it is relative, then search for the first ld in PATH.
5856 with_gnu_ld=unknown
5858 esac
5859 elif test "$with_gnu_ld" = yes; then
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5861 $as_echo_n "checking for GNU ld... " >&6; }
5862 else
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5864 $as_echo_n "checking for non-GNU ld... " >&6; }
5866 if test "${lt_cv_path_LD+set}" = set; then :
5867 $as_echo_n "(cached) " >&6
5868 else
5869 if test -z "$LD"; then
5870 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5871 for ac_dir in $PATH; do
5872 IFS="$lt_save_ifs"
5873 test -z "$ac_dir" && ac_dir=.
5874 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5875 lt_cv_path_LD="$ac_dir/$ac_prog"
5876 # Check to see if the program is GNU ld. I'd rather use --version,
5877 # but apparently some variants of GNU ld only accept -v.
5878 # Break only if it was the GNU/non-GNU ld that we prefer.
5879 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5880 *GNU* | *'with BFD'*)
5881 test "$with_gnu_ld" != no && break
5884 test "$with_gnu_ld" != yes && break
5886 esac
5888 done
5889 IFS="$lt_save_ifs"
5890 else
5891 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5895 LD="$lt_cv_path_LD"
5896 if test -n "$LD"; then
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5898 $as_echo "$LD" >&6; }
5899 else
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5901 $as_echo "no" >&6; }
5903 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5905 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5906 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5910 case `$LD -v 2>&1 </dev/null` in
5911 *GNU* | *'with BFD'*)
5912 lt_cv_prog_gnu_ld=yes
5915 lt_cv_prog_gnu_ld=no
5917 esac
5919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5920 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5921 with_gnu_ld=$lt_cv_prog_gnu_ld
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5932 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5933 if test "${lt_cv_path_NM+set}" = set; then :
5934 $as_echo_n "(cached) " >&6
5935 else
5936 if test -n "$NM"; then
5937 # Let the user override the test.
5938 lt_cv_path_NM="$NM"
5939 else
5940 lt_nm_to_check="${ac_tool_prefix}nm"
5941 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5942 lt_nm_to_check="$lt_nm_to_check nm"
5944 for lt_tmp_nm in $lt_nm_to_check; do
5945 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5946 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5947 IFS="$lt_save_ifs"
5948 test -z "$ac_dir" && ac_dir=.
5949 tmp_nm="$ac_dir/$lt_tmp_nm"
5950 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5951 # Check to see if the nm accepts a BSD-compat flag.
5952 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5953 # nm: unknown option "B" ignored
5954 # Tru64's nm complains that /dev/null is an invalid object file
5955 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5956 */dev/null* | *'Invalid file or object type'*)
5957 lt_cv_path_NM="$tmp_nm -B"
5958 break
5961 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5962 */dev/null*)
5963 lt_cv_path_NM="$tmp_nm -p"
5964 break
5967 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5968 continue # so that we can try to find one that supports BSD flags
5970 esac
5972 esac
5974 done
5975 IFS="$lt_save_ifs"
5976 done
5977 : ${lt_cv_path_NM=no}
5980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5981 $as_echo "$lt_cv_path_NM" >&6; }
5982 if test "$lt_cv_path_NM" != "no"; then
5983 NM="$lt_cv_path_NM"
5984 else
5985 # Didn't find any BSD compatible name lister, look for dumpbin.
5986 if test -n "$DUMPBIN"; then :
5987 # Let the user override the test.
5988 else
5989 if test -n "$ac_tool_prefix"; then
5990 for ac_prog in dumpbin "link -dump"
5992 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5993 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5995 $as_echo_n "checking for $ac_word... " >&6; }
5996 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5997 $as_echo_n "(cached) " >&6
5998 else
5999 if test -n "$DUMPBIN"; then
6000 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6001 else
6002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6003 for as_dir in $PATH
6005 IFS=$as_save_IFS
6006 test -z "$as_dir" && as_dir=.
6007 for ac_exec_ext in '' $ac_executable_extensions; do
6008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6009 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6011 break 2
6013 done
6014 done
6015 IFS=$as_save_IFS
6019 DUMPBIN=$ac_cv_prog_DUMPBIN
6020 if test -n "$DUMPBIN"; then
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6022 $as_echo "$DUMPBIN" >&6; }
6023 else
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6025 $as_echo "no" >&6; }
6029 test -n "$DUMPBIN" && break
6030 done
6032 if test -z "$DUMPBIN"; then
6033 ac_ct_DUMPBIN=$DUMPBIN
6034 for ac_prog in dumpbin "link -dump"
6036 # Extract the first word of "$ac_prog", so it can be a program name with args.
6037 set dummy $ac_prog; ac_word=$2
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6039 $as_echo_n "checking for $ac_word... " >&6; }
6040 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6041 $as_echo_n "(cached) " >&6
6042 else
6043 if test -n "$ac_ct_DUMPBIN"; then
6044 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6045 else
6046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6047 for as_dir in $PATH
6049 IFS=$as_save_IFS
6050 test -z "$as_dir" && as_dir=.
6051 for ac_exec_ext in '' $ac_executable_extensions; do
6052 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6053 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6054 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6055 break 2
6057 done
6058 done
6059 IFS=$as_save_IFS
6063 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6064 if test -n "$ac_ct_DUMPBIN"; then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6066 $as_echo "$ac_ct_DUMPBIN" >&6; }
6067 else
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6069 $as_echo "no" >&6; }
6073 test -n "$ac_ct_DUMPBIN" && break
6074 done
6076 if test "x$ac_ct_DUMPBIN" = x; then
6077 DUMPBIN=":"
6078 else
6079 case $cross_compiling:$ac_tool_warned in
6080 yes:)
6081 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6082 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6083 ac_tool_warned=yes ;;
6084 esac
6085 DUMPBIN=$ac_ct_DUMPBIN
6089 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6090 *COFF*)
6091 DUMPBIN="$DUMPBIN -symbols"
6094 DUMPBIN=:
6096 esac
6099 if test "$DUMPBIN" != ":"; then
6100 NM="$DUMPBIN"
6103 test -z "$NM" && NM=nm
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6111 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6112 if test "${lt_cv_nm_interface+set}" = set; then :
6113 $as_echo_n "(cached) " >&6
6114 else
6115 lt_cv_nm_interface="BSD nm"
6116 echo "int some_variable = 0;" > conftest.$ac_ext
6117 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6118 (eval "$ac_compile" 2>conftest.err)
6119 cat conftest.err >&5
6120 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6121 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6122 cat conftest.err >&5
6123 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6124 cat conftest.out >&5
6125 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6126 lt_cv_nm_interface="MS dumpbin"
6128 rm -f conftest*
6130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6131 $as_echo "$lt_cv_nm_interface" >&6; }
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6134 $as_echo_n "checking whether ln -s works... " >&6; }
6135 LN_S=$as_ln_s
6136 if test "$LN_S" = "ln -s"; then
6137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6138 $as_echo "yes" >&6; }
6139 else
6140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6141 $as_echo "no, using $LN_S" >&6; }
6144 # find the maximum length of command line arguments
6145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6146 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6147 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6148 $as_echo_n "(cached) " >&6
6149 else
6151 teststring="ABCD"
6153 case $build_os in
6154 msdosdjgpp*)
6155 # On DJGPP, this test can blow up pretty badly due to problems in libc
6156 # (any single argument exceeding 2000 bytes causes a buffer overrun
6157 # during glob expansion). Even if it were fixed, the result of this
6158 # check would be larger than it should be.
6159 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6162 gnu*)
6163 # Under GNU Hurd, this test is not required because there is
6164 # no limit to the length of command line arguments.
6165 # Libtool will interpret -1 as no limit whatsoever
6166 lt_cv_sys_max_cmd_len=-1;
6169 cygwin* | mingw* | cegcc*)
6170 # On Win9x/ME, this test blows up -- it succeeds, but takes
6171 # about 5 minutes as the teststring grows exponentially.
6172 # Worse, since 9x/ME are not pre-emptively multitasking,
6173 # you end up with a "frozen" computer, even though with patience
6174 # the test eventually succeeds (with a max line length of 256k).
6175 # Instead, let's just punt: use the minimum linelength reported by
6176 # all of the supported platforms: 8192 (on NT/2K/XP).
6177 lt_cv_sys_max_cmd_len=8192;
6180 mint*)
6181 # On MiNT this can take a long time and run out of memory.
6182 lt_cv_sys_max_cmd_len=8192;
6185 amigaos*)
6186 # On AmigaOS with pdksh, this test takes hours, literally.
6187 # So we just punt and use a minimum line length of 8192.
6188 lt_cv_sys_max_cmd_len=8192;
6191 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6192 # This has been around since 386BSD, at least. Likely further.
6193 if test -x /sbin/sysctl; then
6194 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6195 elif test -x /usr/sbin/sysctl; then
6196 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6197 else
6198 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6200 # And add a safety zone
6201 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6202 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6205 interix*)
6206 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6207 lt_cv_sys_max_cmd_len=196608
6210 osf*)
6211 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6212 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6213 # nice to cause kernel panics so lets avoid the loop below.
6214 # First set a reasonable default.
6215 lt_cv_sys_max_cmd_len=16384
6217 if test -x /sbin/sysconfig; then
6218 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6219 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6220 esac
6223 sco3.2v5*)
6224 lt_cv_sys_max_cmd_len=102400
6226 sysv5* | sco5v6* | sysv4.2uw2*)
6227 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6228 if test -n "$kargmax"; then
6229 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6230 else
6231 lt_cv_sys_max_cmd_len=32768
6235 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6236 if test -n "$lt_cv_sys_max_cmd_len"; then
6237 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6238 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6239 else
6240 # Make teststring a little bigger before we do anything with it.
6241 # a 1K string should be a reasonable start.
6242 for i in 1 2 3 4 5 6 7 8 ; do
6243 teststring=$teststring$teststring
6244 done
6245 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6246 # If test is not a shell built-in, we'll probably end up computing a
6247 # maximum length that is only half of the actual maximum length, but
6248 # we can't tell.
6249 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6250 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6251 test $i != 17 # 1/2 MB should be enough
6253 i=`expr $i + 1`
6254 teststring=$teststring$teststring
6255 done
6256 # Only check the string length outside the loop.
6257 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6258 teststring=
6259 # Add a significant safety factor because C++ compilers can tack on
6260 # massive amounts of additional arguments before passing them to the
6261 # linker. It appears as though 1/2 is a usable value.
6262 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6265 esac
6269 if test -n $lt_cv_sys_max_cmd_len ; then
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6271 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6272 else
6273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6274 $as_echo "none" >&6; }
6276 max_cmd_len=$lt_cv_sys_max_cmd_len
6283 : ${CP="cp -f"}
6284 : ${MV="mv -f"}
6285 : ${RM="rm -f"}
6287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6288 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6289 # Try some XSI features
6290 xsi_shell=no
6291 ( _lt_dummy="a/b/c"
6292 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6293 = c,a/b,, \
6294 && eval 'test $(( 1 + 1 )) -eq 2 \
6295 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6296 && xsi_shell=yes
6297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6298 $as_echo "$xsi_shell" >&6; }
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6302 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6303 lt_shell_append=no
6304 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6305 >/dev/null 2>&1 \
6306 && lt_shell_append=yes
6307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6308 $as_echo "$lt_shell_append" >&6; }
6311 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6312 lt_unset=unset
6313 else
6314 lt_unset=false
6321 # test EBCDIC or ASCII
6322 case `echo X|tr X '\101'` in
6323 A) # ASCII based system
6324 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6325 lt_SP2NL='tr \040 \012'
6326 lt_NL2SP='tr \015\012 \040\040'
6328 *) # EBCDIC based system
6329 lt_SP2NL='tr \100 \n'
6330 lt_NL2SP='tr \r\n \100\100'
6332 esac
6342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6343 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6344 if test "${lt_cv_ld_reload_flag+set}" = set; then :
6345 $as_echo_n "(cached) " >&6
6346 else
6347 lt_cv_ld_reload_flag='-r'
6349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6350 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6351 reload_flag=$lt_cv_ld_reload_flag
6352 case $reload_flag in
6353 "" | " "*) ;;
6354 *) reload_flag=" $reload_flag" ;;
6355 esac
6356 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6357 case $host_os in
6358 darwin*)
6359 if test "$GCC" = yes; then
6360 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6361 else
6362 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6365 esac
6375 if test -n "$ac_tool_prefix"; then
6376 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6377 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6379 $as_echo_n "checking for $ac_word... " >&6; }
6380 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6381 $as_echo_n "(cached) " >&6
6382 else
6383 if test -n "$OBJDUMP"; then
6384 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6385 else
6386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6387 for as_dir in $PATH
6389 IFS=$as_save_IFS
6390 test -z "$as_dir" && as_dir=.
6391 for ac_exec_ext in '' $ac_executable_extensions; do
6392 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6393 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6395 break 2
6397 done
6398 done
6399 IFS=$as_save_IFS
6403 OBJDUMP=$ac_cv_prog_OBJDUMP
6404 if test -n "$OBJDUMP"; then
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6406 $as_echo "$OBJDUMP" >&6; }
6407 else
6408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6409 $as_echo "no" >&6; }
6414 if test -z "$ac_cv_prog_OBJDUMP"; then
6415 ac_ct_OBJDUMP=$OBJDUMP
6416 # Extract the first word of "objdump", so it can be a program name with args.
6417 set dummy objdump; ac_word=$2
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6419 $as_echo_n "checking for $ac_word... " >&6; }
6420 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6421 $as_echo_n "(cached) " >&6
6422 else
6423 if test -n "$ac_ct_OBJDUMP"; then
6424 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6425 else
6426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6427 for as_dir in $PATH
6429 IFS=$as_save_IFS
6430 test -z "$as_dir" && as_dir=.
6431 for ac_exec_ext in '' $ac_executable_extensions; do
6432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6433 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6434 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6435 break 2
6437 done
6438 done
6439 IFS=$as_save_IFS
6443 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6444 if test -n "$ac_ct_OBJDUMP"; then
6445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6446 $as_echo "$ac_ct_OBJDUMP" >&6; }
6447 else
6448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6449 $as_echo "no" >&6; }
6452 if test "x$ac_ct_OBJDUMP" = x; then
6453 OBJDUMP="false"
6454 else
6455 case $cross_compiling:$ac_tool_warned in
6456 yes:)
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6458 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6459 ac_tool_warned=yes ;;
6460 esac
6461 OBJDUMP=$ac_ct_OBJDUMP
6463 else
6464 OBJDUMP="$ac_cv_prog_OBJDUMP"
6467 test -z "$OBJDUMP" && OBJDUMP=objdump
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6478 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6479 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6480 $as_echo_n "(cached) " >&6
6481 else
6482 lt_cv_file_magic_cmd='$MAGIC_CMD'
6483 lt_cv_file_magic_test_file=
6484 lt_cv_deplibs_check_method='unknown'
6485 # Need to set the preceding variable on all platforms that support
6486 # interlibrary dependencies.
6487 # 'none' -- dependencies not supported.
6488 # `unknown' -- same as none, but documents that we really don't know.
6489 # 'pass_all' -- all dependencies passed with no checks.
6490 # 'test_compile' -- check by making test program.
6491 # 'file_magic [[regex]]' -- check by looking for files in library path
6492 # which responds to the $file_magic_cmd with a given extended regex.
6493 # If you have `file' or equivalent on your system and you're not sure
6494 # whether `pass_all' will *always* work, you probably want this one.
6496 case $host_os in
6497 aix[4-9]*)
6498 lt_cv_deplibs_check_method=pass_all
6501 beos*)
6502 lt_cv_deplibs_check_method=pass_all
6505 bsdi[45]*)
6506 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6507 lt_cv_file_magic_cmd='/usr/bin/file -L'
6508 lt_cv_file_magic_test_file=/shlib/libc.so
6511 cygwin*)
6512 # func_win32_libid is a shell function defined in ltmain.sh
6513 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6514 lt_cv_file_magic_cmd='func_win32_libid'
6517 mingw* | pw32*)
6518 # Base MSYS/MinGW do not provide the 'file' command needed by
6519 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6520 # unless we find 'file', for example because we are cross-compiling.
6521 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6522 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6523 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6524 lt_cv_file_magic_cmd='func_win32_libid'
6525 else
6526 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6527 lt_cv_file_magic_cmd='$OBJDUMP -f'
6531 cegcc*)
6532 # use the weaker test based on 'objdump'. See mingw*.
6533 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6534 lt_cv_file_magic_cmd='$OBJDUMP -f'
6537 darwin* | rhapsody*)
6538 lt_cv_deplibs_check_method=pass_all
6541 freebsd* | dragonfly*)
6542 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6543 case $host_cpu in
6544 i*86 )
6545 # Not sure whether the presence of OpenBSD here was a mistake.
6546 # Let's accept both of them until this is cleared up.
6547 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6548 lt_cv_file_magic_cmd=/usr/bin/file
6549 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6551 esac
6552 else
6553 lt_cv_deplibs_check_method=pass_all
6557 gnu*)
6558 lt_cv_deplibs_check_method=pass_all
6561 haiku*)
6562 lt_cv_deplibs_check_method=pass_all
6565 hpux10.20* | hpux11*)
6566 lt_cv_file_magic_cmd=/usr/bin/file
6567 case $host_cpu in
6568 ia64*)
6569 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6570 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6572 hppa*64*)
6573 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]'
6574 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6577 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6578 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6580 esac
6583 interix[3-9]*)
6584 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6585 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6588 irix5* | irix6* | nonstopux*)
6589 case $LD in
6590 *-32|*"-32 ") libmagic=32-bit;;
6591 *-n32|*"-n32 ") libmagic=N32;;
6592 *-64|*"-64 ") libmagic=64-bit;;
6593 *) libmagic=never-match;;
6594 esac
6595 lt_cv_deplibs_check_method=pass_all
6598 # This must be Linux ELF.
6599 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6600 lt_cv_deplibs_check_method=pass_all
6603 netbsd*)
6604 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6605 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6606 else
6607 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6611 newos6*)
6612 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6613 lt_cv_file_magic_cmd=/usr/bin/file
6614 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6617 *nto* | *qnx*)
6618 lt_cv_deplibs_check_method=pass_all
6621 openbsd*)
6622 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6623 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6624 else
6625 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6629 osf3* | osf4* | osf5*)
6630 lt_cv_deplibs_check_method=pass_all
6633 rdos*)
6634 lt_cv_deplibs_check_method=pass_all
6637 solaris*)
6638 lt_cv_deplibs_check_method=pass_all
6641 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6642 lt_cv_deplibs_check_method=pass_all
6645 sysv4 | sysv4.3*)
6646 case $host_vendor in
6647 motorola)
6648 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]'
6649 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6651 ncr)
6652 lt_cv_deplibs_check_method=pass_all
6654 sequent)
6655 lt_cv_file_magic_cmd='/bin/file'
6656 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6658 sni)
6659 lt_cv_file_magic_cmd='/bin/file'
6660 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6661 lt_cv_file_magic_test_file=/lib/libc.so
6663 siemens)
6664 lt_cv_deplibs_check_method=pass_all
6667 lt_cv_deplibs_check_method=pass_all
6669 esac
6672 tpf*)
6673 lt_cv_deplibs_check_method=pass_all
6675 esac
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6679 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6680 file_magic_cmd=$lt_cv_file_magic_cmd
6681 deplibs_check_method=$lt_cv_deplibs_check_method
6682 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6695 if test -n "$ac_tool_prefix"; then
6696 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6697 set dummy ${ac_tool_prefix}ar; ac_word=$2
6698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6699 $as_echo_n "checking for $ac_word... " >&6; }
6700 if test "${ac_cv_prog_AR+set}" = set; then :
6701 $as_echo_n "(cached) " >&6
6702 else
6703 if test -n "$AR"; then
6704 ac_cv_prog_AR="$AR" # Let the user override the test.
6705 else
6706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6707 for as_dir in $PATH
6709 IFS=$as_save_IFS
6710 test -z "$as_dir" && as_dir=.
6711 for ac_exec_ext in '' $ac_executable_extensions; do
6712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6713 ac_cv_prog_AR="${ac_tool_prefix}ar"
6714 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6715 break 2
6717 done
6718 done
6719 IFS=$as_save_IFS
6723 AR=$ac_cv_prog_AR
6724 if test -n "$AR"; then
6725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6726 $as_echo "$AR" >&6; }
6727 else
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6729 $as_echo "no" >&6; }
6734 if test -z "$ac_cv_prog_AR"; then
6735 ac_ct_AR=$AR
6736 # Extract the first word of "ar", so it can be a program name with args.
6737 set dummy ar; ac_word=$2
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6739 $as_echo_n "checking for $ac_word... " >&6; }
6740 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6741 $as_echo_n "(cached) " >&6
6742 else
6743 if test -n "$ac_ct_AR"; then
6744 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6745 else
6746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6747 for as_dir in $PATH
6749 IFS=$as_save_IFS
6750 test -z "$as_dir" && as_dir=.
6751 for ac_exec_ext in '' $ac_executable_extensions; do
6752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6753 ac_cv_prog_ac_ct_AR="ar"
6754 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6755 break 2
6757 done
6758 done
6759 IFS=$as_save_IFS
6763 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6764 if test -n "$ac_ct_AR"; then
6765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6766 $as_echo "$ac_ct_AR" >&6; }
6767 else
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6769 $as_echo "no" >&6; }
6772 if test "x$ac_ct_AR" = x; then
6773 AR="false"
6774 else
6775 case $cross_compiling:$ac_tool_warned in
6776 yes:)
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6778 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6779 ac_tool_warned=yes ;;
6780 esac
6781 AR=$ac_ct_AR
6783 else
6784 AR="$ac_cv_prog_AR"
6787 test -z "$AR" && AR=ar
6788 test -z "$AR_FLAGS" && AR_FLAGS=cru
6800 if test -n "$ac_tool_prefix"; then
6801 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6802 set dummy ${ac_tool_prefix}strip; ac_word=$2
6803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6804 $as_echo_n "checking for $ac_word... " >&6; }
6805 if test "${ac_cv_prog_STRIP+set}" = set; then :
6806 $as_echo_n "(cached) " >&6
6807 else
6808 if test -n "$STRIP"; then
6809 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6810 else
6811 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6812 for as_dir in $PATH
6814 IFS=$as_save_IFS
6815 test -z "$as_dir" && as_dir=.
6816 for ac_exec_ext in '' $ac_executable_extensions; do
6817 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6818 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6820 break 2
6822 done
6823 done
6824 IFS=$as_save_IFS
6828 STRIP=$ac_cv_prog_STRIP
6829 if test -n "$STRIP"; then
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6831 $as_echo "$STRIP" >&6; }
6832 else
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6834 $as_echo "no" >&6; }
6839 if test -z "$ac_cv_prog_STRIP"; then
6840 ac_ct_STRIP=$STRIP
6841 # Extract the first word of "strip", so it can be a program name with args.
6842 set dummy strip; ac_word=$2
6843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6844 $as_echo_n "checking for $ac_word... " >&6; }
6845 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6846 $as_echo_n "(cached) " >&6
6847 else
6848 if test -n "$ac_ct_STRIP"; then
6849 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6850 else
6851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6852 for as_dir in $PATH
6854 IFS=$as_save_IFS
6855 test -z "$as_dir" && as_dir=.
6856 for ac_exec_ext in '' $ac_executable_extensions; do
6857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6858 ac_cv_prog_ac_ct_STRIP="strip"
6859 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6860 break 2
6862 done
6863 done
6864 IFS=$as_save_IFS
6868 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6869 if test -n "$ac_ct_STRIP"; then
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6871 $as_echo "$ac_ct_STRIP" >&6; }
6872 else
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6874 $as_echo "no" >&6; }
6877 if test "x$ac_ct_STRIP" = x; then
6878 STRIP=":"
6879 else
6880 case $cross_compiling:$ac_tool_warned in
6881 yes:)
6882 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6883 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6884 ac_tool_warned=yes ;;
6885 esac
6886 STRIP=$ac_ct_STRIP
6888 else
6889 STRIP="$ac_cv_prog_STRIP"
6892 test -z "$STRIP" && STRIP=:
6899 if test -n "$ac_tool_prefix"; then
6900 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6901 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6903 $as_echo_n "checking for $ac_word... " >&6; }
6904 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6905 $as_echo_n "(cached) " >&6
6906 else
6907 if test -n "$RANLIB"; then
6908 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6909 else
6910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6911 for as_dir in $PATH
6913 IFS=$as_save_IFS
6914 test -z "$as_dir" && as_dir=.
6915 for ac_exec_ext in '' $ac_executable_extensions; do
6916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6917 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6919 break 2
6921 done
6922 done
6923 IFS=$as_save_IFS
6927 RANLIB=$ac_cv_prog_RANLIB
6928 if test -n "$RANLIB"; then
6929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6930 $as_echo "$RANLIB" >&6; }
6931 else
6932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6933 $as_echo "no" >&6; }
6938 if test -z "$ac_cv_prog_RANLIB"; then
6939 ac_ct_RANLIB=$RANLIB
6940 # Extract the first word of "ranlib", so it can be a program name with args.
6941 set dummy ranlib; ac_word=$2
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6943 $as_echo_n "checking for $ac_word... " >&6; }
6944 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6945 $as_echo_n "(cached) " >&6
6946 else
6947 if test -n "$ac_ct_RANLIB"; then
6948 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6949 else
6950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6951 for as_dir in $PATH
6953 IFS=$as_save_IFS
6954 test -z "$as_dir" && as_dir=.
6955 for ac_exec_ext in '' $ac_executable_extensions; do
6956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6957 ac_cv_prog_ac_ct_RANLIB="ranlib"
6958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6959 break 2
6961 done
6962 done
6963 IFS=$as_save_IFS
6967 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6968 if test -n "$ac_ct_RANLIB"; then
6969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6970 $as_echo "$ac_ct_RANLIB" >&6; }
6971 else
6972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6973 $as_echo "no" >&6; }
6976 if test "x$ac_ct_RANLIB" = x; then
6977 RANLIB=":"
6978 else
6979 case $cross_compiling:$ac_tool_warned in
6980 yes:)
6981 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6982 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6983 ac_tool_warned=yes ;;
6984 esac
6985 RANLIB=$ac_ct_RANLIB
6987 else
6988 RANLIB="$ac_cv_prog_RANLIB"
6991 test -z "$RANLIB" && RANLIB=:
6998 # Determine commands to create old-style static archives.
6999 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7000 old_postinstall_cmds='chmod 644 $oldlib'
7001 old_postuninstall_cmds=
7003 if test -n "$RANLIB"; then
7004 case $host_os in
7005 openbsd*)
7006 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7009 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7011 esac
7012 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7015 case $host_os in
7016 darwin*)
7017 lock_old_archive_extraction=yes ;;
7019 lock_old_archive_extraction=no ;;
7020 esac
7060 # If no C compiler was specified, use CC.
7061 LTCC=${LTCC-"$CC"}
7063 # If no C compiler flags were specified, use CFLAGS.
7064 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7066 # Allow CC to be a program name with arguments.
7067 compiler=$CC
7070 # Check for command to grab the raw symbol name followed by C symbol from nm.
7071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7072 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7073 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7074 $as_echo_n "(cached) " >&6
7075 else
7077 # These are sane defaults that work on at least a few old systems.
7078 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7080 # Character class describing NM global symbol codes.
7081 symcode='[BCDEGRST]'
7083 # Regexp to match symbols that can be accessed directly from C.
7084 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7086 # Define system-specific variables.
7087 case $host_os in
7088 aix*)
7089 symcode='[BCDT]'
7091 cygwin* | mingw* | pw32* | cegcc*)
7092 symcode='[ABCDGISTW]'
7094 hpux*)
7095 if test "$host_cpu" = ia64; then
7096 symcode='[ABCDEGRST]'
7099 irix* | nonstopux*)
7100 symcode='[BCDEGRST]'
7102 osf*)
7103 symcode='[BCDEGQRST]'
7105 solaris*)
7106 symcode='[BDRT]'
7108 sco3.2v5*)
7109 symcode='[DT]'
7111 sysv4.2uw2*)
7112 symcode='[DT]'
7114 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7115 symcode='[ABDT]'
7117 sysv4)
7118 symcode='[DFNSTU]'
7120 esac
7122 # If we're using GNU nm, then use its standard symbol codes.
7123 case `$NM -V 2>&1` in
7124 *GNU* | *'with BFD'*)
7125 symcode='[ABCDGIRSTW]' ;;
7126 esac
7128 # Transform an extracted symbol line into a proper C declaration.
7129 # Some systems (esp. on ia64) link data and code symbols differently,
7130 # so use this general approach.
7131 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7133 # Transform an extracted symbol line into symbol name and symbol address
7134 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7135 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'"
7137 # Handle CRLF in mingw tool chain
7138 opt_cr=
7139 case $build_os in
7140 mingw*)
7141 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7143 esac
7145 # Try without a prefix underscore, then with it.
7146 for ac_symprfx in "" "_"; do
7148 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7149 symxfrm="\\1 $ac_symprfx\\2 \\2"
7151 # Write the raw and C identifiers.
7152 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7153 # Fake it for dumpbin and say T for any non-static function
7154 # and D for any global variable.
7155 # Also find C++ and __fastcall symbols from MSVC++,
7156 # which start with @ or ?.
7157 lt_cv_sys_global_symbol_pipe="$AWK '"\
7158 " {last_section=section; section=\$ 3};"\
7159 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7160 " \$ 0!~/External *\|/{next};"\
7161 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7162 " {if(hide[section]) next};"\
7163 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7164 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7165 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7166 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7167 " ' prfx=^$ac_symprfx"
7168 else
7169 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7172 # Check to see that the pipe works correctly.
7173 pipe_works=no
7175 rm -f conftest*
7176 cat > conftest.$ac_ext <<_LT_EOF
7177 #ifdef __cplusplus
7178 extern "C" {
7179 #endif
7180 char nm_test_var;
7181 void nm_test_func(void);
7182 void nm_test_func(void){}
7183 #ifdef __cplusplus
7185 #endif
7186 int main(){nm_test_var='a';nm_test_func();return(0);}
7187 _LT_EOF
7189 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7190 (eval $ac_compile) 2>&5
7191 ac_status=$?
7192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7193 test $ac_status = 0; }; then
7194 # Now try to grab the symbols.
7195 nlist=conftest.nm
7196 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7197 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7198 ac_status=$?
7199 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7200 test $ac_status = 0; } && test -s "$nlist"; then
7201 # Try sorting and uniquifying the output.
7202 if sort "$nlist" | uniq > "$nlist"T; then
7203 mv -f "$nlist"T "$nlist"
7204 else
7205 rm -f "$nlist"T
7208 # Make sure that we snagged all the symbols we need.
7209 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7210 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7211 cat <<_LT_EOF > conftest.$ac_ext
7212 #ifdef __cplusplus
7213 extern "C" {
7214 #endif
7216 _LT_EOF
7217 # Now generate the symbol file.
7218 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7220 cat <<_LT_EOF >> conftest.$ac_ext
7222 /* The mapping between symbol names and symbols. */
7223 const struct {
7224 const char *name;
7225 void *address;
7227 lt__PROGRAM__LTX_preloaded_symbols[] =
7229 { "@PROGRAM@", (void *) 0 },
7230 _LT_EOF
7231 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7232 cat <<\_LT_EOF >> conftest.$ac_ext
7233 {0, (void *) 0}
7236 /* This works around a problem in FreeBSD linker */
7237 #ifdef FREEBSD_WORKAROUND
7238 static const void *lt_preloaded_setup() {
7239 return lt__PROGRAM__LTX_preloaded_symbols;
7241 #endif
7243 #ifdef __cplusplus
7245 #endif
7246 _LT_EOF
7247 # Now try linking the two files.
7248 mv conftest.$ac_objext conftstm.$ac_objext
7249 lt_save_LIBS="$LIBS"
7250 lt_save_CFLAGS="$CFLAGS"
7251 LIBS="conftstm.$ac_objext"
7252 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7253 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7254 (eval $ac_link) 2>&5
7255 ac_status=$?
7256 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7257 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7258 pipe_works=yes
7260 LIBS="$lt_save_LIBS"
7261 CFLAGS="$lt_save_CFLAGS"
7262 else
7263 echo "cannot find nm_test_func in $nlist" >&5
7265 else
7266 echo "cannot find nm_test_var in $nlist" >&5
7268 else
7269 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7271 else
7272 echo "$progname: failed program was:" >&5
7273 cat conftest.$ac_ext >&5
7275 rm -rf conftest* conftst*
7277 # Do not use the global_symbol_pipe unless it works.
7278 if test "$pipe_works" = yes; then
7279 break
7280 else
7281 lt_cv_sys_global_symbol_pipe=
7283 done
7287 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7288 lt_cv_sys_global_symbol_to_cdecl=
7290 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7292 $as_echo "failed" >&6; }
7293 else
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7295 $as_echo "ok" >&6; }
7319 # Check whether --enable-libtool-lock was given.
7320 if test "${enable_libtool_lock+set}" = set; then :
7321 enableval=$enable_libtool_lock;
7324 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7326 # Some flags need to be propagated to the compiler or linker for good
7327 # libtool support.
7328 case $host in
7329 ia64-*-hpux*)
7330 # Find out which ABI we are using.
7331 echo 'int i;' > conftest.$ac_ext
7332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7333 (eval $ac_compile) 2>&5
7334 ac_status=$?
7335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7336 test $ac_status = 0; }; then
7337 case `/usr/bin/file conftest.$ac_objext` in
7338 *ELF-32*)
7339 HPUX_IA64_MODE="32"
7341 *ELF-64*)
7342 HPUX_IA64_MODE="64"
7344 esac
7346 rm -rf conftest*
7348 *-*-irix6*)
7349 # Find out which ABI we are using.
7350 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7351 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7352 (eval $ac_compile) 2>&5
7353 ac_status=$?
7354 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7355 test $ac_status = 0; }; then
7356 if test "$lt_cv_prog_gnu_ld" = yes; then
7357 case `/usr/bin/file conftest.$ac_objext` in
7358 *32-bit*)
7359 LD="${LD-ld} -melf32bsmip"
7361 *N32*)
7362 LD="${LD-ld} -melf32bmipn32"
7364 *64-bit*)
7365 LD="${LD-ld} -melf64bmip"
7367 esac
7368 else
7369 case `/usr/bin/file conftest.$ac_objext` in
7370 *32-bit*)
7371 LD="${LD-ld} -32"
7373 *N32*)
7374 LD="${LD-ld} -n32"
7376 *64-bit*)
7377 LD="${LD-ld} -64"
7379 esac
7382 rm -rf conftest*
7385 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7386 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7387 # Find out which ABI we are using.
7388 echo 'int i;' > conftest.$ac_ext
7389 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7390 (eval $ac_compile) 2>&5
7391 ac_status=$?
7392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7393 test $ac_status = 0; }; then
7394 case `/usr/bin/file conftest.o` in
7395 *32-bit*)
7396 case $host in
7397 x86_64-*kfreebsd*-gnu)
7398 LD="${LD-ld} -m elf_i386_fbsd"
7400 x86_64-*linux*)
7401 LD="${LD-ld} -m elf_i386"
7403 ppc64-*linux*|powerpc64-*linux*)
7404 LD="${LD-ld} -m elf32ppclinux"
7406 s390x-*linux*)
7407 LD="${LD-ld} -m elf_s390"
7409 sparc64-*linux*)
7410 LD="${LD-ld} -m elf32_sparc"
7412 esac
7414 *64-bit*)
7415 case $host in
7416 x86_64-*kfreebsd*-gnu)
7417 LD="${LD-ld} -m elf_x86_64_fbsd"
7419 x86_64-*linux*)
7420 LD="${LD-ld} -m elf_x86_64"
7422 ppc*-*linux*|powerpc*-*linux*)
7423 LD="${LD-ld} -m elf64ppc"
7425 s390*-*linux*|s390*-*tpf*)
7426 LD="${LD-ld} -m elf64_s390"
7428 sparc*-*linux*)
7429 LD="${LD-ld} -m elf64_sparc"
7431 esac
7433 esac
7435 rm -rf conftest*
7438 *-*-sco3.2v5*)
7439 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7440 SAVE_CFLAGS="$CFLAGS"
7441 CFLAGS="$CFLAGS -belf"
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7443 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7444 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7445 $as_echo_n "(cached) " >&6
7446 else
7447 ac_ext=c
7448 ac_cpp='$CPP $CPPFLAGS'
7449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7450 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7453 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7454 /* end confdefs.h. */
7457 main ()
7461 return 0;
7463 _ACEOF
7464 if ac_fn_c_try_link "$LINENO"; then :
7465 lt_cv_cc_needs_belf=yes
7466 else
7467 lt_cv_cc_needs_belf=no
7469 rm -f core conftest.err conftest.$ac_objext \
7470 conftest$ac_exeext conftest.$ac_ext
7471 ac_ext=c
7472 ac_cpp='$CPP $CPPFLAGS'
7473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7479 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7480 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7481 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7482 CFLAGS="$SAVE_CFLAGS"
7485 sparc*-*solaris*)
7486 # Find out which ABI we are using.
7487 echo 'int i;' > conftest.$ac_ext
7488 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7489 (eval $ac_compile) 2>&5
7490 ac_status=$?
7491 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7492 test $ac_status = 0; }; then
7493 case `/usr/bin/file conftest.o` in
7494 *64-bit*)
7495 case $lt_cv_prog_gnu_ld in
7496 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7498 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7499 LD="${LD-ld} -64"
7502 esac
7504 esac
7506 rm -rf conftest*
7508 esac
7510 need_locks="$enable_libtool_lock"
7513 case $host_os in
7514 rhapsody* | darwin*)
7515 if test -n "$ac_tool_prefix"; then
7516 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7517 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7519 $as_echo_n "checking for $ac_word... " >&6; }
7520 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7521 $as_echo_n "(cached) " >&6
7522 else
7523 if test -n "$DSYMUTIL"; then
7524 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7525 else
7526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7527 for as_dir in $PATH
7529 IFS=$as_save_IFS
7530 test -z "$as_dir" && as_dir=.
7531 for ac_exec_ext in '' $ac_executable_extensions; do
7532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7533 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7535 break 2
7537 done
7538 done
7539 IFS=$as_save_IFS
7543 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7544 if test -n "$DSYMUTIL"; then
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7546 $as_echo "$DSYMUTIL" >&6; }
7547 else
7548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7549 $as_echo "no" >&6; }
7554 if test -z "$ac_cv_prog_DSYMUTIL"; then
7555 ac_ct_DSYMUTIL=$DSYMUTIL
7556 # Extract the first word of "dsymutil", so it can be a program name with args.
7557 set dummy dsymutil; ac_word=$2
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7559 $as_echo_n "checking for $ac_word... " >&6; }
7560 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7561 $as_echo_n "(cached) " >&6
7562 else
7563 if test -n "$ac_ct_DSYMUTIL"; then
7564 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7565 else
7566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7567 for as_dir in $PATH
7569 IFS=$as_save_IFS
7570 test -z "$as_dir" && as_dir=.
7571 for ac_exec_ext in '' $ac_executable_extensions; do
7572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7573 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7575 break 2
7577 done
7578 done
7579 IFS=$as_save_IFS
7583 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7584 if test -n "$ac_ct_DSYMUTIL"; then
7585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7586 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7587 else
7588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7589 $as_echo "no" >&6; }
7592 if test "x$ac_ct_DSYMUTIL" = x; then
7593 DSYMUTIL=":"
7594 else
7595 case $cross_compiling:$ac_tool_warned in
7596 yes:)
7597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7599 ac_tool_warned=yes ;;
7600 esac
7601 DSYMUTIL=$ac_ct_DSYMUTIL
7603 else
7604 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7607 if test -n "$ac_tool_prefix"; then
7608 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7609 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7611 $as_echo_n "checking for $ac_word... " >&6; }
7612 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
7614 else
7615 if test -n "$NMEDIT"; then
7616 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7617 else
7618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7619 for as_dir in $PATH
7621 IFS=$as_save_IFS
7622 test -z "$as_dir" && as_dir=.
7623 for ac_exec_ext in '' $ac_executable_extensions; do
7624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7625 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7627 break 2
7629 done
7630 done
7631 IFS=$as_save_IFS
7635 NMEDIT=$ac_cv_prog_NMEDIT
7636 if test -n "$NMEDIT"; then
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7638 $as_echo "$NMEDIT" >&6; }
7639 else
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7641 $as_echo "no" >&6; }
7646 if test -z "$ac_cv_prog_NMEDIT"; then
7647 ac_ct_NMEDIT=$NMEDIT
7648 # Extract the first word of "nmedit", so it can be a program name with args.
7649 set dummy nmedit; ac_word=$2
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7651 $as_echo_n "checking for $ac_word... " >&6; }
7652 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7653 $as_echo_n "(cached) " >&6
7654 else
7655 if test -n "$ac_ct_NMEDIT"; then
7656 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7657 else
7658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7659 for as_dir in $PATH
7661 IFS=$as_save_IFS
7662 test -z "$as_dir" && as_dir=.
7663 for ac_exec_ext in '' $ac_executable_extensions; do
7664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7665 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7666 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7667 break 2
7669 done
7670 done
7671 IFS=$as_save_IFS
7675 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7676 if test -n "$ac_ct_NMEDIT"; then
7677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7678 $as_echo "$ac_ct_NMEDIT" >&6; }
7679 else
7680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7681 $as_echo "no" >&6; }
7684 if test "x$ac_ct_NMEDIT" = x; then
7685 NMEDIT=":"
7686 else
7687 case $cross_compiling:$ac_tool_warned in
7688 yes:)
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7691 ac_tool_warned=yes ;;
7692 esac
7693 NMEDIT=$ac_ct_NMEDIT
7695 else
7696 NMEDIT="$ac_cv_prog_NMEDIT"
7699 if test -n "$ac_tool_prefix"; then
7700 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7701 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7703 $as_echo_n "checking for $ac_word... " >&6; }
7704 if test "${ac_cv_prog_LIPO+set}" = set; then :
7705 $as_echo_n "(cached) " >&6
7706 else
7707 if test -n "$LIPO"; then
7708 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7709 else
7710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7711 for as_dir in $PATH
7713 IFS=$as_save_IFS
7714 test -z "$as_dir" && as_dir=.
7715 for ac_exec_ext in '' $ac_executable_extensions; do
7716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7717 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7719 break 2
7721 done
7722 done
7723 IFS=$as_save_IFS
7727 LIPO=$ac_cv_prog_LIPO
7728 if test -n "$LIPO"; then
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7730 $as_echo "$LIPO" >&6; }
7731 else
7732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7733 $as_echo "no" >&6; }
7738 if test -z "$ac_cv_prog_LIPO"; then
7739 ac_ct_LIPO=$LIPO
7740 # Extract the first word of "lipo", so it can be a program name with args.
7741 set dummy lipo; ac_word=$2
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7743 $as_echo_n "checking for $ac_word... " >&6; }
7744 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7745 $as_echo_n "(cached) " >&6
7746 else
7747 if test -n "$ac_ct_LIPO"; then
7748 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7749 else
7750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7751 for as_dir in $PATH
7753 IFS=$as_save_IFS
7754 test -z "$as_dir" && as_dir=.
7755 for ac_exec_ext in '' $ac_executable_extensions; do
7756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7757 ac_cv_prog_ac_ct_LIPO="lipo"
7758 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7759 break 2
7761 done
7762 done
7763 IFS=$as_save_IFS
7767 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7768 if test -n "$ac_ct_LIPO"; then
7769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7770 $as_echo "$ac_ct_LIPO" >&6; }
7771 else
7772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7773 $as_echo "no" >&6; }
7776 if test "x$ac_ct_LIPO" = x; then
7777 LIPO=":"
7778 else
7779 case $cross_compiling:$ac_tool_warned in
7780 yes:)
7781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7782 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7783 ac_tool_warned=yes ;;
7784 esac
7785 LIPO=$ac_ct_LIPO
7787 else
7788 LIPO="$ac_cv_prog_LIPO"
7791 if test -n "$ac_tool_prefix"; then
7792 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7793 set dummy ${ac_tool_prefix}otool; ac_word=$2
7794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7795 $as_echo_n "checking for $ac_word... " >&6; }
7796 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7797 $as_echo_n "(cached) " >&6
7798 else
7799 if test -n "$OTOOL"; then
7800 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7801 else
7802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7803 for as_dir in $PATH
7805 IFS=$as_save_IFS
7806 test -z "$as_dir" && as_dir=.
7807 for ac_exec_ext in '' $ac_executable_extensions; do
7808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7809 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7811 break 2
7813 done
7814 done
7815 IFS=$as_save_IFS
7819 OTOOL=$ac_cv_prog_OTOOL
7820 if test -n "$OTOOL"; then
7821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7822 $as_echo "$OTOOL" >&6; }
7823 else
7824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7825 $as_echo "no" >&6; }
7830 if test -z "$ac_cv_prog_OTOOL"; then
7831 ac_ct_OTOOL=$OTOOL
7832 # Extract the first word of "otool", so it can be a program name with args.
7833 set dummy otool; ac_word=$2
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7835 $as_echo_n "checking for $ac_word... " >&6; }
7836 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7837 $as_echo_n "(cached) " >&6
7838 else
7839 if test -n "$ac_ct_OTOOL"; then
7840 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7841 else
7842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7843 for as_dir in $PATH
7845 IFS=$as_save_IFS
7846 test -z "$as_dir" && as_dir=.
7847 for ac_exec_ext in '' $ac_executable_extensions; do
7848 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7849 ac_cv_prog_ac_ct_OTOOL="otool"
7850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7851 break 2
7853 done
7854 done
7855 IFS=$as_save_IFS
7859 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7860 if test -n "$ac_ct_OTOOL"; then
7861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7862 $as_echo "$ac_ct_OTOOL" >&6; }
7863 else
7864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7865 $as_echo "no" >&6; }
7868 if test "x$ac_ct_OTOOL" = x; then
7869 OTOOL=":"
7870 else
7871 case $cross_compiling:$ac_tool_warned in
7872 yes:)
7873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7874 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7875 ac_tool_warned=yes ;;
7876 esac
7877 OTOOL=$ac_ct_OTOOL
7879 else
7880 OTOOL="$ac_cv_prog_OTOOL"
7883 if test -n "$ac_tool_prefix"; then
7884 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7885 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7887 $as_echo_n "checking for $ac_word... " >&6; }
7888 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7889 $as_echo_n "(cached) " >&6
7890 else
7891 if test -n "$OTOOL64"; then
7892 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7893 else
7894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7895 for as_dir in $PATH
7897 IFS=$as_save_IFS
7898 test -z "$as_dir" && as_dir=.
7899 for ac_exec_ext in '' $ac_executable_extensions; do
7900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7901 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7903 break 2
7905 done
7906 done
7907 IFS=$as_save_IFS
7911 OTOOL64=$ac_cv_prog_OTOOL64
7912 if test -n "$OTOOL64"; then
7913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7914 $as_echo "$OTOOL64" >&6; }
7915 else
7916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7917 $as_echo "no" >&6; }
7922 if test -z "$ac_cv_prog_OTOOL64"; then
7923 ac_ct_OTOOL64=$OTOOL64
7924 # Extract the first word of "otool64", so it can be a program name with args.
7925 set dummy otool64; ac_word=$2
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7927 $as_echo_n "checking for $ac_word... " >&6; }
7928 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7929 $as_echo_n "(cached) " >&6
7930 else
7931 if test -n "$ac_ct_OTOOL64"; then
7932 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7933 else
7934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7935 for as_dir in $PATH
7937 IFS=$as_save_IFS
7938 test -z "$as_dir" && as_dir=.
7939 for ac_exec_ext in '' $ac_executable_extensions; do
7940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7941 ac_cv_prog_ac_ct_OTOOL64="otool64"
7942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7943 break 2
7945 done
7946 done
7947 IFS=$as_save_IFS
7951 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7952 if test -n "$ac_ct_OTOOL64"; then
7953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7954 $as_echo "$ac_ct_OTOOL64" >&6; }
7955 else
7956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7957 $as_echo "no" >&6; }
7960 if test "x$ac_ct_OTOOL64" = x; then
7961 OTOOL64=":"
7962 else
7963 case $cross_compiling:$ac_tool_warned in
7964 yes:)
7965 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7966 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7967 ac_tool_warned=yes ;;
7968 esac
7969 OTOOL64=$ac_ct_OTOOL64
7971 else
7972 OTOOL64="$ac_cv_prog_OTOOL64"
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8002 $as_echo_n "checking for -single_module linker flag... " >&6; }
8003 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8004 $as_echo_n "(cached) " >&6
8005 else
8006 lt_cv_apple_cc_single_mod=no
8007 if test -z "${LT_MULTI_MODULE}"; then
8008 # By default we will add the -single_module flag. You can override
8009 # by either setting the environment variable LT_MULTI_MODULE
8010 # non-empty at configure time, or by adding -multi_module to the
8011 # link flags.
8012 rm -rf libconftest.dylib*
8013 echo "int foo(void){return 1;}" > conftest.c
8014 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8015 -dynamiclib -Wl,-single_module conftest.c" >&5
8016 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8017 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8018 _lt_result=$?
8019 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8020 lt_cv_apple_cc_single_mod=yes
8021 else
8022 cat conftest.err >&5
8024 rm -rf libconftest.dylib*
8025 rm -f conftest.*
8028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8029 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8031 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8032 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8033 $as_echo_n "(cached) " >&6
8034 else
8035 lt_cv_ld_exported_symbols_list=no
8036 save_LDFLAGS=$LDFLAGS
8037 echo "_main" > conftest.sym
8038 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8040 /* end confdefs.h. */
8043 main ()
8047 return 0;
8049 _ACEOF
8050 if ac_fn_c_try_link "$LINENO"; then :
8051 lt_cv_ld_exported_symbols_list=yes
8052 else
8053 lt_cv_ld_exported_symbols_list=no
8055 rm -f core conftest.err conftest.$ac_objext \
8056 conftest$ac_exeext conftest.$ac_ext
8057 LDFLAGS="$save_LDFLAGS"
8060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8061 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8063 $as_echo_n "checking for -force_load linker flag... " >&6; }
8064 if test "${lt_cv_ld_force_load+set}" = set; then :
8065 $as_echo_n "(cached) " >&6
8066 else
8067 lt_cv_ld_force_load=no
8068 cat > conftest.c << _LT_EOF
8069 int forced_loaded() { return 2;}
8070 _LT_EOF
8071 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8072 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8073 echo "$AR cru libconftest.a conftest.o" >&5
8074 $AR cru libconftest.a conftest.o 2>&5
8075 cat > conftest.c << _LT_EOF
8076 int main() { return 0;}
8077 _LT_EOF
8078 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8079 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8080 _lt_result=$?
8081 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8082 lt_cv_ld_force_load=yes
8083 else
8084 cat conftest.err >&5
8086 rm -f conftest.err libconftest.a conftest conftest.c
8087 rm -rf conftest.dSYM
8090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8091 $as_echo "$lt_cv_ld_force_load" >&6; }
8092 case $host_os in
8093 rhapsody* | darwin1.[012])
8094 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8095 darwin1.*)
8096 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8097 darwin*) # darwin 5.x on
8098 # if running on 10.5 or later, the deployment target defaults
8099 # to the OS version, if on x86, and 10.4, the deployment
8100 # target defaults to 10.4. Don't you love it?
8101 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8102 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8103 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8104 10.[012]*)
8105 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8106 10.*)
8107 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8108 esac
8110 esac
8111 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8112 _lt_dar_single_mod='$single_module'
8114 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8115 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8116 else
8117 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8119 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8120 _lt_dsymutil='~$DSYMUTIL $lib || :'
8121 else
8122 _lt_dsymutil=
8125 esac
8127 for ac_header in dlfcn.h
8128 do :
8129 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8131 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8132 cat >>confdefs.h <<_ACEOF
8133 #define HAVE_DLFCN_H 1
8134 _ACEOF
8138 done
8144 # Set options
8148 enable_dlopen=no
8151 enable_win32_dll=no
8154 # Check whether --enable-shared was given.
8155 if test "${enable_shared+set}" = set; then :
8156 enableval=$enable_shared; p=${PACKAGE-default}
8157 case $enableval in
8158 yes) enable_shared=yes ;;
8159 no) enable_shared=no ;;
8161 enable_shared=no
8162 # Look at the argument we got. We use all the common list separators.
8163 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8164 for pkg in $enableval; do
8165 IFS="$lt_save_ifs"
8166 if test "X$pkg" = "X$p"; then
8167 enable_shared=yes
8169 done
8170 IFS="$lt_save_ifs"
8172 esac
8173 else
8174 enable_shared=yes
8185 # Check whether --enable-static was given.
8186 if test "${enable_static+set}" = set; then :
8187 enableval=$enable_static; p=${PACKAGE-default}
8188 case $enableval in
8189 yes) enable_static=yes ;;
8190 no) enable_static=no ;;
8192 enable_static=no
8193 # Look at the argument we got. We use all the common list separators.
8194 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8195 for pkg in $enableval; do
8196 IFS="$lt_save_ifs"
8197 if test "X$pkg" = "X$p"; then
8198 enable_static=yes
8200 done
8201 IFS="$lt_save_ifs"
8203 esac
8204 else
8205 enable_static=yes
8217 # Check whether --with-pic was given.
8218 if test "${with_pic+set}" = set; then :
8219 withval=$with_pic; pic_mode="$withval"
8220 else
8221 pic_mode=default
8225 test -z "$pic_mode" && pic_mode=default
8233 # Check whether --enable-fast-install was given.
8234 if test "${enable_fast_install+set}" = set; then :
8235 enableval=$enable_fast_install; p=${PACKAGE-default}
8236 case $enableval in
8237 yes) enable_fast_install=yes ;;
8238 no) enable_fast_install=no ;;
8240 enable_fast_install=no
8241 # Look at the argument we got. We use all the common list separators.
8242 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8243 for pkg in $enableval; do
8244 IFS="$lt_save_ifs"
8245 if test "X$pkg" = "X$p"; then
8246 enable_fast_install=yes
8248 done
8249 IFS="$lt_save_ifs"
8251 esac
8252 else
8253 enable_fast_install=yes
8266 # This can be used to rebuild libtool when needed
8267 LIBTOOL_DEPS="$ltmain"
8269 # Always use our own libtool.
8270 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8297 test -z "$LN_S" && LN_S="ln -s"
8312 if test -n "${ZSH_VERSION+set}" ; then
8313 setopt NO_GLOB_SUBST
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8317 $as_echo_n "checking for objdir... " >&6; }
8318 if test "${lt_cv_objdir+set}" = set; then :
8319 $as_echo_n "(cached) " >&6
8320 else
8321 rm -f .libs 2>/dev/null
8322 mkdir .libs 2>/dev/null
8323 if test -d .libs; then
8324 lt_cv_objdir=.libs
8325 else
8326 # MS-DOS does not allow filenames that begin with a dot.
8327 lt_cv_objdir=_libs
8329 rmdir .libs 2>/dev/null
8331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8332 $as_echo "$lt_cv_objdir" >&6; }
8333 objdir=$lt_cv_objdir
8339 cat >>confdefs.h <<_ACEOF
8340 #define LT_OBJDIR "$lt_cv_objdir/"
8341 _ACEOF
8346 case $host_os in
8347 aix3*)
8348 # AIX sometimes has problems with the GCC collect2 program. For some
8349 # reason, if we set the COLLECT_NAMES environment variable, the problems
8350 # vanish in a puff of smoke.
8351 if test "X${COLLECT_NAMES+set}" != Xset; then
8352 COLLECT_NAMES=
8353 export COLLECT_NAMES
8356 esac
8358 # Global variables:
8359 ofile=libtool
8360 can_build_shared=yes
8362 # All known linkers require a `.a' archive for static linking (except MSVC,
8363 # which needs '.lib').
8364 libext=a
8366 with_gnu_ld="$lt_cv_prog_gnu_ld"
8368 old_CC="$CC"
8369 old_CFLAGS="$CFLAGS"
8371 # Set sane defaults for various variables
8372 test -z "$CC" && CC=cc
8373 test -z "$LTCC" && LTCC=$CC
8374 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8375 test -z "$LD" && LD=ld
8376 test -z "$ac_objext" && ac_objext=o
8378 for cc_temp in $compiler""; do
8379 case $cc_temp in
8380 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8381 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8382 \-*) ;;
8383 *) break;;
8384 esac
8385 done
8386 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8389 # Only perform the check for file, if the check method requires it
8390 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8391 case $deplibs_check_method in
8392 file_magic*)
8393 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8395 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8396 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8397 $as_echo_n "(cached) " >&6
8398 else
8399 case $MAGIC_CMD in
8400 [\\/*] | ?:[\\/]*)
8401 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8404 lt_save_MAGIC_CMD="$MAGIC_CMD"
8405 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8406 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8407 for ac_dir in $ac_dummy; do
8408 IFS="$lt_save_ifs"
8409 test -z "$ac_dir" && ac_dir=.
8410 if test -f $ac_dir/${ac_tool_prefix}file; then
8411 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8412 if test -n "$file_magic_test_file"; then
8413 case $deplibs_check_method in
8414 "file_magic "*)
8415 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8416 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8417 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8418 $EGREP "$file_magic_regex" > /dev/null; then
8420 else
8421 cat <<_LT_EOF 1>&2
8423 *** Warning: the command libtool uses to detect shared libraries,
8424 *** $file_magic_cmd, produces output that libtool cannot recognize.
8425 *** The result is that libtool may fail to recognize shared libraries
8426 *** as such. This will affect the creation of libtool libraries that
8427 *** depend on shared libraries, but programs linked with such libtool
8428 *** libraries will work regardless of this problem. Nevertheless, you
8429 *** may want to report the problem to your system manager and/or to
8430 *** bug-libtool@gnu.org
8432 _LT_EOF
8433 fi ;;
8434 esac
8436 break
8438 done
8439 IFS="$lt_save_ifs"
8440 MAGIC_CMD="$lt_save_MAGIC_CMD"
8442 esac
8445 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8446 if test -n "$MAGIC_CMD"; then
8447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8448 $as_echo "$MAGIC_CMD" >&6; }
8449 else
8450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8451 $as_echo "no" >&6; }
8458 if test -z "$lt_cv_path_MAGIC_CMD"; then
8459 if test -n "$ac_tool_prefix"; then
8460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8461 $as_echo_n "checking for file... " >&6; }
8462 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8463 $as_echo_n "(cached) " >&6
8464 else
8465 case $MAGIC_CMD in
8466 [\\/*] | ?:[\\/]*)
8467 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8470 lt_save_MAGIC_CMD="$MAGIC_CMD"
8471 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8472 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8473 for ac_dir in $ac_dummy; do
8474 IFS="$lt_save_ifs"
8475 test -z "$ac_dir" && ac_dir=.
8476 if test -f $ac_dir/file; then
8477 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8478 if test -n "$file_magic_test_file"; then
8479 case $deplibs_check_method in
8480 "file_magic "*)
8481 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8482 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8483 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8484 $EGREP "$file_magic_regex" > /dev/null; then
8486 else
8487 cat <<_LT_EOF 1>&2
8489 *** Warning: the command libtool uses to detect shared libraries,
8490 *** $file_magic_cmd, produces output that libtool cannot recognize.
8491 *** The result is that libtool may fail to recognize shared libraries
8492 *** as such. This will affect the creation of libtool libraries that
8493 *** depend on shared libraries, but programs linked with such libtool
8494 *** libraries will work regardless of this problem. Nevertheless, you
8495 *** may want to report the problem to your system manager and/or to
8496 *** bug-libtool@gnu.org
8498 _LT_EOF
8499 fi ;;
8500 esac
8502 break
8504 done
8505 IFS="$lt_save_ifs"
8506 MAGIC_CMD="$lt_save_MAGIC_CMD"
8508 esac
8511 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8512 if test -n "$MAGIC_CMD"; then
8513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8514 $as_echo "$MAGIC_CMD" >&6; }
8515 else
8516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8517 $as_echo "no" >&6; }
8521 else
8522 MAGIC_CMD=:
8528 esac
8530 # Use C for the default configuration in the libtool script
8532 lt_save_CC="$CC"
8533 ac_ext=c
8534 ac_cpp='$CPP $CPPFLAGS'
8535 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8536 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8537 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8540 # Source file extension for C test sources.
8541 ac_ext=c
8543 # Object file extension for compiled C test sources.
8544 objext=o
8545 objext=$objext
8547 # Code to be used in simple compile tests
8548 lt_simple_compile_test_code="int some_variable = 0;"
8550 # Code to be used in simple link tests
8551 lt_simple_link_test_code='int main(){return(0);}'
8559 # If no C compiler was specified, use CC.
8560 LTCC=${LTCC-"$CC"}
8562 # If no C compiler flags were specified, use CFLAGS.
8563 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8565 # Allow CC to be a program name with arguments.
8566 compiler=$CC
8568 # Save the default compiler, since it gets overwritten when the other
8569 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8570 compiler_DEFAULT=$CC
8572 # save warnings/boilerplate of simple test code
8573 ac_outfile=conftest.$ac_objext
8574 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8575 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8576 _lt_compiler_boilerplate=`cat conftest.err`
8577 $RM conftest*
8579 ac_outfile=conftest.$ac_objext
8580 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8581 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8582 _lt_linker_boilerplate=`cat conftest.err`
8583 $RM -r conftest*
8586 ## CAVEAT EMPTOR:
8587 ## There is no encapsulation within the following macros, do not change
8588 ## the running order or otherwise move them around unless you know exactly
8589 ## what you are doing...
8590 if test -n "$compiler"; then
8592 lt_prog_compiler_no_builtin_flag=
8594 if test "$GCC" = yes; then
8595 case $cc_basename in
8596 nvcc*)
8597 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8599 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8600 esac
8602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8603 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8604 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8605 $as_echo_n "(cached) " >&6
8606 else
8607 lt_cv_prog_compiler_rtti_exceptions=no
8608 ac_outfile=conftest.$ac_objext
8609 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8610 lt_compiler_flag="-fno-rtti -fno-exceptions"
8611 # Insert the option either (1) after the last *FLAGS variable, or
8612 # (2) before a word containing "conftest.", or (3) at the end.
8613 # Note that $ac_compile itself does not contain backslashes and begins
8614 # with a dollar sign (not a hyphen), so the echo should work correctly.
8615 # The option is referenced via a variable to avoid confusing sed.
8616 lt_compile=`echo "$ac_compile" | $SED \
8617 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8618 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8619 -e 's:$: $lt_compiler_flag:'`
8620 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8621 (eval "$lt_compile" 2>conftest.err)
8622 ac_status=$?
8623 cat conftest.err >&5
8624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8625 if (exit $ac_status) && test -s "$ac_outfile"; then
8626 # The compiler can only warn and ignore the option if not recognized
8627 # So say no if there are warnings other than the usual output.
8628 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8629 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8630 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8631 lt_cv_prog_compiler_rtti_exceptions=yes
8634 $RM conftest*
8637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8638 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8640 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8641 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8642 else
8653 lt_prog_compiler_wl=
8654 lt_prog_compiler_pic=
8655 lt_prog_compiler_static=
8657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8658 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8660 if test "$GCC" = yes; then
8661 lt_prog_compiler_wl='-Wl,'
8662 lt_prog_compiler_static='-static'
8664 case $host_os in
8665 aix*)
8666 # All AIX code is PIC.
8667 if test "$host_cpu" = ia64; then
8668 # AIX 5 now supports IA64 processor
8669 lt_prog_compiler_static='-Bstatic'
8673 amigaos*)
8674 case $host_cpu in
8675 powerpc)
8676 # see comment about AmigaOS4 .so support
8677 lt_prog_compiler_pic='-fPIC'
8679 m68k)
8680 # FIXME: we need at least 68020 code to build shared libraries, but
8681 # adding the `-m68020' flag to GCC prevents building anything better,
8682 # like `-m68040'.
8683 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8685 esac
8688 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8689 # PIC is the default for these OSes.
8692 mingw* | cygwin* | pw32* | os2* | cegcc*)
8693 # This hack is so that the source file can tell whether it is being
8694 # built for inclusion in a dll (and should export symbols for example).
8695 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8696 # (--disable-auto-import) libraries
8697 lt_prog_compiler_pic='-DDLL_EXPORT'
8700 darwin* | rhapsody*)
8701 # PIC is the default on this platform
8702 # Common symbols not allowed in MH_DYLIB files
8703 lt_prog_compiler_pic='-fno-common'
8706 haiku*)
8707 # PIC is the default for Haiku.
8708 # The "-static" flag exists, but is broken.
8709 lt_prog_compiler_static=
8712 hpux*)
8713 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8714 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8715 # sets the default TLS model and affects inlining.
8716 case $host_cpu in
8717 hppa*64*)
8718 # +Z the default
8721 lt_prog_compiler_pic='-fPIC'
8723 esac
8726 interix[3-9]*)
8727 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8728 # Instead, we relocate shared libraries at runtime.
8731 msdosdjgpp*)
8732 # Just because we use GCC doesn't mean we suddenly get shared libraries
8733 # on systems that don't support them.
8734 lt_prog_compiler_can_build_shared=no
8735 enable_shared=no
8738 *nto* | *qnx*)
8739 # QNX uses GNU C++, but need to define -shared option too, otherwise
8740 # it will coredump.
8741 lt_prog_compiler_pic='-fPIC -shared'
8744 sysv4*MP*)
8745 if test -d /usr/nec; then
8746 lt_prog_compiler_pic=-Kconform_pic
8751 lt_prog_compiler_pic='-fPIC'
8753 esac
8755 case $cc_basename in
8756 nvcc*) # Cuda Compiler Driver 2.2
8757 lt_prog_compiler_wl='-Xlinker '
8758 lt_prog_compiler_pic='-Xcompiler -fPIC'
8760 esac
8761 else
8762 # PORTME Check for flag to pass linker flags through the system compiler.
8763 case $host_os in
8764 aix*)
8765 lt_prog_compiler_wl='-Wl,'
8766 if test "$host_cpu" = ia64; then
8767 # AIX 5 now supports IA64 processor
8768 lt_prog_compiler_static='-Bstatic'
8769 else
8770 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8774 mingw* | cygwin* | pw32* | os2* | cegcc*)
8775 # This hack is so that the source file can tell whether it is being
8776 # built for inclusion in a dll (and should export symbols for example).
8777 lt_prog_compiler_pic='-DDLL_EXPORT'
8780 hpux9* | hpux10* | hpux11*)
8781 lt_prog_compiler_wl='-Wl,'
8782 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8783 # not for PA HP-UX.
8784 case $host_cpu in
8785 hppa*64*|ia64*)
8786 # +Z the default
8789 lt_prog_compiler_pic='+Z'
8791 esac
8792 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8793 lt_prog_compiler_static='${wl}-a ${wl}archive'
8796 irix5* | irix6* | nonstopux*)
8797 lt_prog_compiler_wl='-Wl,'
8798 # PIC (with -KPIC) is the default.
8799 lt_prog_compiler_static='-non_shared'
8802 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8803 case $cc_basename in
8804 # old Intel for x86_64 which still supported -KPIC.
8805 ecc*)
8806 lt_prog_compiler_wl='-Wl,'
8807 lt_prog_compiler_pic='-KPIC'
8808 lt_prog_compiler_static='-static'
8810 # icc used to be incompatible with GCC.
8811 # ICC 10 doesn't accept -KPIC any more.
8812 icc* | ifort*)
8813 lt_prog_compiler_wl='-Wl,'
8814 lt_prog_compiler_pic='-fPIC'
8815 lt_prog_compiler_static='-static'
8817 # Lahey Fortran 8.1.
8818 lf95*)
8819 lt_prog_compiler_wl='-Wl,'
8820 lt_prog_compiler_pic='--shared'
8821 lt_prog_compiler_static='--static'
8823 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8824 # Portland Group compilers (*not* the Pentium gcc compiler,
8825 # which looks to be a dead project)
8826 lt_prog_compiler_wl='-Wl,'
8827 lt_prog_compiler_pic='-fpic'
8828 lt_prog_compiler_static='-Bstatic'
8830 ccc*)
8831 lt_prog_compiler_wl='-Wl,'
8832 # All Alpha code is PIC.
8833 lt_prog_compiler_static='-non_shared'
8835 xl* | bgxl* | bgf* | mpixl*)
8836 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8837 lt_prog_compiler_wl='-Wl,'
8838 lt_prog_compiler_pic='-qpic'
8839 lt_prog_compiler_static='-qstaticlink'
8842 case `$CC -V 2>&1 | sed 5q` in
8843 *Sun\ F* | *Sun*Fortran*)
8844 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8845 lt_prog_compiler_pic='-KPIC'
8846 lt_prog_compiler_static='-Bstatic'
8847 lt_prog_compiler_wl=''
8849 *Sun\ C*)
8850 # Sun C 5.9
8851 lt_prog_compiler_pic='-KPIC'
8852 lt_prog_compiler_static='-Bstatic'
8853 lt_prog_compiler_wl='-Wl,'
8855 esac
8857 esac
8860 newsos6)
8861 lt_prog_compiler_pic='-KPIC'
8862 lt_prog_compiler_static='-Bstatic'
8865 *nto* | *qnx*)
8866 # QNX uses GNU C++, but need to define -shared option too, otherwise
8867 # it will coredump.
8868 lt_prog_compiler_pic='-fPIC -shared'
8871 osf3* | osf4* | osf5*)
8872 lt_prog_compiler_wl='-Wl,'
8873 # All OSF/1 code is PIC.
8874 lt_prog_compiler_static='-non_shared'
8877 rdos*)
8878 lt_prog_compiler_static='-non_shared'
8881 solaris*)
8882 lt_prog_compiler_pic='-KPIC'
8883 lt_prog_compiler_static='-Bstatic'
8884 case $cc_basename in
8885 f77* | f90* | f95*)
8886 lt_prog_compiler_wl='-Qoption ld ';;
8888 lt_prog_compiler_wl='-Wl,';;
8889 esac
8892 sunos4*)
8893 lt_prog_compiler_wl='-Qoption ld '
8894 lt_prog_compiler_pic='-PIC'
8895 lt_prog_compiler_static='-Bstatic'
8898 sysv4 | sysv4.2uw2* | sysv4.3*)
8899 lt_prog_compiler_wl='-Wl,'
8900 lt_prog_compiler_pic='-KPIC'
8901 lt_prog_compiler_static='-Bstatic'
8904 sysv4*MP*)
8905 if test -d /usr/nec ;then
8906 lt_prog_compiler_pic='-Kconform_pic'
8907 lt_prog_compiler_static='-Bstatic'
8911 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8912 lt_prog_compiler_wl='-Wl,'
8913 lt_prog_compiler_pic='-KPIC'
8914 lt_prog_compiler_static='-Bstatic'
8917 unicos*)
8918 lt_prog_compiler_wl='-Wl,'
8919 lt_prog_compiler_can_build_shared=no
8922 uts4*)
8923 lt_prog_compiler_pic='-pic'
8924 lt_prog_compiler_static='-Bstatic'
8928 lt_prog_compiler_can_build_shared=no
8930 esac
8933 case $host_os in
8934 # For platforms which do not support PIC, -DPIC is meaningless:
8935 *djgpp*)
8936 lt_prog_compiler_pic=
8939 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8941 esac
8942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8943 $as_echo "$lt_prog_compiler_pic" >&6; }
8951 # Check to make sure the PIC flag actually works.
8953 if test -n "$lt_prog_compiler_pic"; then
8954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8955 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8956 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8957 $as_echo_n "(cached) " >&6
8958 else
8959 lt_cv_prog_compiler_pic_works=no
8960 ac_outfile=conftest.$ac_objext
8961 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8962 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8963 # Insert the option either (1) after the last *FLAGS variable, or
8964 # (2) before a word containing "conftest.", or (3) at the end.
8965 # Note that $ac_compile itself does not contain backslashes and begins
8966 # with a dollar sign (not a hyphen), so the echo should work correctly.
8967 # The option is referenced via a variable to avoid confusing sed.
8968 lt_compile=`echo "$ac_compile" | $SED \
8969 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8970 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8971 -e 's:$: $lt_compiler_flag:'`
8972 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8973 (eval "$lt_compile" 2>conftest.err)
8974 ac_status=$?
8975 cat conftest.err >&5
8976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8977 if (exit $ac_status) && test -s "$ac_outfile"; then
8978 # The compiler can only warn and ignore the option if not recognized
8979 # So say no if there are warnings other than the usual output.
8980 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8981 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8982 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8983 lt_cv_prog_compiler_pic_works=yes
8986 $RM conftest*
8989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8990 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8992 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8993 case $lt_prog_compiler_pic in
8994 "" | " "*) ;;
8995 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8996 esac
8997 else
8998 lt_prog_compiler_pic=
8999 lt_prog_compiler_can_build_shared=no
9010 # Check to make sure the static flag actually works.
9012 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
9013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9014 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
9015 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
9016 $as_echo_n "(cached) " >&6
9017 else
9018 lt_cv_prog_compiler_static_works=no
9019 save_LDFLAGS="$LDFLAGS"
9020 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
9021 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9022 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9023 # The linker can only warn and ignore the option if not recognized
9024 # So say no if there are warnings
9025 if test -s conftest.err; then
9026 # Append any errors to the config.log.
9027 cat conftest.err 1>&5
9028 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9029 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9030 if diff conftest.exp conftest.er2 >/dev/null; then
9031 lt_cv_prog_compiler_static_works=yes
9033 else
9034 lt_cv_prog_compiler_static_works=yes
9037 $RM -r conftest*
9038 LDFLAGS="$save_LDFLAGS"
9041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9042 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9044 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9046 else
9047 lt_prog_compiler_static=
9056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9057 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9058 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9059 $as_echo_n "(cached) " >&6
9060 else
9061 lt_cv_prog_compiler_c_o=no
9062 $RM -r conftest 2>/dev/null
9063 mkdir conftest
9064 cd conftest
9065 mkdir out
9066 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9068 lt_compiler_flag="-o out/conftest2.$ac_objext"
9069 # Insert the option either (1) after the last *FLAGS variable, or
9070 # (2) before a word containing "conftest.", or (3) at the end.
9071 # Note that $ac_compile itself does not contain backslashes and begins
9072 # with a dollar sign (not a hyphen), so the echo should work correctly.
9073 lt_compile=`echo "$ac_compile" | $SED \
9074 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9075 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9076 -e 's:$: $lt_compiler_flag:'`
9077 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9078 (eval "$lt_compile" 2>out/conftest.err)
9079 ac_status=$?
9080 cat out/conftest.err >&5
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9083 then
9084 # The compiler can only warn and ignore the option if not recognized
9085 # So say no if there are warnings
9086 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9087 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9088 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9089 lt_cv_prog_compiler_c_o=yes
9092 chmod u+w . 2>&5
9093 $RM conftest*
9094 # SGI C++ compiler will create directory out/ii_files/ for
9095 # template instantiation
9096 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9097 $RM out/* && rmdir out
9098 cd ..
9099 $RM -r conftest
9100 $RM conftest*
9103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9104 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9112 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9113 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
9114 $as_echo_n "(cached) " >&6
9115 else
9116 lt_cv_prog_compiler_c_o=no
9117 $RM -r conftest 2>/dev/null
9118 mkdir conftest
9119 cd conftest
9120 mkdir out
9121 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9123 lt_compiler_flag="-o out/conftest2.$ac_objext"
9124 # Insert the option either (1) after the last *FLAGS variable, or
9125 # (2) before a word containing "conftest.", or (3) at the end.
9126 # Note that $ac_compile itself does not contain backslashes and begins
9127 # with a dollar sign (not a hyphen), so the echo should work correctly.
9128 lt_compile=`echo "$ac_compile" | $SED \
9129 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9130 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9131 -e 's:$: $lt_compiler_flag:'`
9132 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9133 (eval "$lt_compile" 2>out/conftest.err)
9134 ac_status=$?
9135 cat out/conftest.err >&5
9136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9137 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9138 then
9139 # The compiler can only warn and ignore the option if not recognized
9140 # So say no if there are warnings
9141 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9142 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9143 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9144 lt_cv_prog_compiler_c_o=yes
9147 chmod u+w . 2>&5
9148 $RM conftest*
9149 # SGI C++ compiler will create directory out/ii_files/ for
9150 # template instantiation
9151 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9152 $RM out/* && rmdir out
9153 cd ..
9154 $RM -r conftest
9155 $RM conftest*
9158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9159 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9164 hard_links="nottested"
9165 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9166 # do not overwrite the value of need_locks provided by the user
9167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9168 $as_echo_n "checking if we can lock with hard links... " >&6; }
9169 hard_links=yes
9170 $RM conftest*
9171 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9172 touch conftest.a
9173 ln conftest.a conftest.b 2>&5 || hard_links=no
9174 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9176 $as_echo "$hard_links" >&6; }
9177 if test "$hard_links" = no; then
9178 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9179 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9180 need_locks=warn
9182 else
9183 need_locks=no
9191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9192 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9194 runpath_var=
9195 allow_undefined_flag=
9196 always_export_symbols=no
9197 archive_cmds=
9198 archive_expsym_cmds=
9199 compiler_needs_object=no
9200 enable_shared_with_static_runtimes=no
9201 export_dynamic_flag_spec=
9202 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9203 hardcode_automatic=no
9204 hardcode_direct=no
9205 hardcode_direct_absolute=no
9206 hardcode_libdir_flag_spec=
9207 hardcode_libdir_flag_spec_ld=
9208 hardcode_libdir_separator=
9209 hardcode_minus_L=no
9210 hardcode_shlibpath_var=unsupported
9211 inherit_rpath=no
9212 link_all_deplibs=unknown
9213 module_cmds=
9214 module_expsym_cmds=
9215 old_archive_from_new_cmds=
9216 old_archive_from_expsyms_cmds=
9217 thread_safe_flag_spec=
9218 whole_archive_flag_spec=
9219 # include_expsyms should be a list of space-separated symbols to be *always*
9220 # included in the symbol list
9221 include_expsyms=
9222 # exclude_expsyms can be an extended regexp of symbols to exclude
9223 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9224 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9225 # as well as any symbol that contains `d'.
9226 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9227 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9228 # platforms (ab)use it in PIC code, but their linkers get confused if
9229 # the symbol is explicitly referenced. Since portable code cannot
9230 # rely on this symbol name, it's probably fine to never include it in
9231 # preloaded symbol tables.
9232 # Exclude shared library initialization/finalization symbols.
9233 extract_expsyms_cmds=
9235 case $host_os in
9236 cygwin* | mingw* | pw32* | cegcc*)
9237 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9238 # When not using gcc, we currently assume that we are using
9239 # Microsoft Visual C++.
9240 if test "$GCC" != yes; then
9241 with_gnu_ld=no
9244 interix*)
9245 # we just hope/assume this is gcc and not c89 (= MSVC++)
9246 with_gnu_ld=yes
9248 openbsd*)
9249 with_gnu_ld=no
9251 esac
9253 ld_shlibs=yes
9255 # On some targets, GNU ld is compatible enough with the native linker
9256 # that we're better off using the native interface for both.
9257 lt_use_gnu_ld_interface=no
9258 if test "$with_gnu_ld" = yes; then
9259 case $host_os in
9260 aix*)
9261 # The AIX port of GNU ld has always aspired to compatibility
9262 # with the native linker. However, as the warning in the GNU ld
9263 # block says, versions before 2.19.5* couldn't really create working
9264 # shared libraries, regardless of the interface used.
9265 case `$LD -v 2>&1` in
9266 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9267 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9268 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9270 lt_use_gnu_ld_interface=yes
9272 esac
9275 lt_use_gnu_ld_interface=yes
9277 esac
9280 if test "$lt_use_gnu_ld_interface" = yes; then
9281 # If archive_cmds runs LD, not CC, wlarc should be empty
9282 wlarc='${wl}'
9284 # Set some defaults for GNU ld with shared library support. These
9285 # are reset later if shared libraries are not supported. Putting them
9286 # here allows them to be overridden if necessary.
9287 runpath_var=LD_RUN_PATH
9288 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9289 export_dynamic_flag_spec='${wl}--export-dynamic'
9290 # ancient GNU ld didn't support --whole-archive et. al.
9291 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9292 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9293 else
9294 whole_archive_flag_spec=
9296 supports_anon_versioning=no
9297 case `$LD -v 2>&1` in
9298 *GNU\ gold*) supports_anon_versioning=yes ;;
9299 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9300 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9301 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9302 *\ 2.11.*) ;; # other 2.11 versions
9303 *) supports_anon_versioning=yes ;;
9304 esac
9306 # See if GNU ld supports shared libraries.
9307 case $host_os in
9308 aix[3-9]*)
9309 # On AIX/PPC, the GNU linker is very broken
9310 if test "$host_cpu" != ia64; then
9311 ld_shlibs=no
9312 cat <<_LT_EOF 1>&2
9314 *** Warning: the GNU linker, at least up to release 2.19, is reported
9315 *** to be unable to reliably create shared libraries on AIX.
9316 *** Therefore, libtool is disabling shared libraries support. If you
9317 *** really care for shared libraries, you may want to install binutils
9318 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9319 *** You will then need to restart the configuration process.
9321 _LT_EOF
9325 amigaos*)
9326 case $host_cpu in
9327 powerpc)
9328 # see comment about AmigaOS4 .so support
9329 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9330 archive_expsym_cmds=''
9332 m68k)
9333 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)'
9334 hardcode_libdir_flag_spec='-L$libdir'
9335 hardcode_minus_L=yes
9337 esac
9340 beos*)
9341 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9342 allow_undefined_flag=unsupported
9343 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9344 # support --undefined. This deserves some investigation. FIXME
9345 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9346 else
9347 ld_shlibs=no
9351 cygwin* | mingw* | pw32* | cegcc*)
9352 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9353 # as there is no search path for DLLs.
9354 hardcode_libdir_flag_spec='-L$libdir'
9355 export_dynamic_flag_spec='${wl}--export-all-symbols'
9356 allow_undefined_flag=unsupported
9357 always_export_symbols=no
9358 enable_shared_with_static_runtimes=yes
9359 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9361 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9362 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9363 # If the export-symbols file already is a .def file (1st line
9364 # is EXPORTS), use it as is; otherwise, prepend...
9365 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9366 cp $export_symbols $output_objdir/$soname.def;
9367 else
9368 echo EXPORTS > $output_objdir/$soname.def;
9369 cat $export_symbols >> $output_objdir/$soname.def;
9371 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9372 else
9373 ld_shlibs=no
9377 haiku*)
9378 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9379 link_all_deplibs=yes
9382 interix[3-9]*)
9383 hardcode_direct=no
9384 hardcode_shlibpath_var=no
9385 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9386 export_dynamic_flag_spec='${wl}-E'
9387 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9388 # Instead, shared libraries are loaded at an image base (0x10000000 by
9389 # default) and relocated if they conflict, which is a slow very memory
9390 # consuming and fragmenting process. To avoid this, we pick a random,
9391 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9392 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9393 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9394 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'
9397 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9398 tmp_diet=no
9399 if test "$host_os" = linux-dietlibc; then
9400 case $cc_basename in
9401 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9402 esac
9404 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9405 && test "$tmp_diet" = no
9406 then
9407 tmp_addflag=
9408 tmp_sharedflag='-shared'
9409 case $cc_basename,$host_cpu in
9410 pgcc*) # Portland Group C compiler
9411 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'
9412 tmp_addflag=' $pic_flag'
9414 pgf77* | pgf90* | pgf95* | pgfortran*)
9415 # Portland Group f77 and f90 compilers
9416 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'
9417 tmp_addflag=' $pic_flag -Mnomain' ;;
9418 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9419 tmp_addflag=' -i_dynamic' ;;
9420 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9421 tmp_addflag=' -i_dynamic -nofor_main' ;;
9422 ifc* | ifort*) # Intel Fortran compiler
9423 tmp_addflag=' -nofor_main' ;;
9424 lf95*) # Lahey Fortran 8.1
9425 whole_archive_flag_spec=
9426 tmp_sharedflag='--shared' ;;
9427 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9428 tmp_sharedflag='-qmkshrobj'
9429 tmp_addflag= ;;
9430 nvcc*) # Cuda Compiler Driver 2.2
9431 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'
9432 compiler_needs_object=yes
9434 esac
9435 case `$CC -V 2>&1 | sed 5q` in
9436 *Sun\ C*) # Sun C 5.9
9437 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'
9438 compiler_needs_object=yes
9439 tmp_sharedflag='-G' ;;
9440 *Sun\ F*) # Sun Fortran 8.3
9441 tmp_sharedflag='-G' ;;
9442 esac
9443 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9445 if test "x$supports_anon_versioning" = xyes; then
9446 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9447 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9448 echo "local: *; };" >> $output_objdir/$libname.ver~
9449 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9452 case $cc_basename in
9453 xlf* | bgf* | bgxlf* | mpixlf*)
9454 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9455 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9456 hardcode_libdir_flag_spec=
9457 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9458 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9459 if test "x$supports_anon_versioning" = xyes; then
9460 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9461 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9462 echo "local: *; };" >> $output_objdir/$libname.ver~
9463 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9466 esac
9467 else
9468 ld_shlibs=no
9472 netbsd*)
9473 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9474 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9475 wlarc=
9476 else
9477 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9478 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9482 solaris*)
9483 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9484 ld_shlibs=no
9485 cat <<_LT_EOF 1>&2
9487 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9488 *** create shared libraries on Solaris systems. Therefore, libtool
9489 *** is disabling shared libraries support. We urge you to upgrade GNU
9490 *** binutils to release 2.9.1 or newer. Another option is to modify
9491 *** your PATH or compiler configuration so that the native linker is
9492 *** used, and then restart.
9494 _LT_EOF
9495 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9496 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9497 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9498 else
9499 ld_shlibs=no
9503 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9504 case `$LD -v 2>&1` in
9505 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9506 ld_shlibs=no
9507 cat <<_LT_EOF 1>&2
9509 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9510 *** reliably create shared libraries on SCO systems. Therefore, libtool
9511 *** is disabling shared libraries support. We urge you to upgrade GNU
9512 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9513 *** your PATH or compiler configuration so that the native linker is
9514 *** used, and then restart.
9516 _LT_EOF
9519 # For security reasons, it is highly recommended that you always
9520 # use absolute paths for naming shared libraries, and exclude the
9521 # DT_RUNPATH tag from executables and libraries. But doing so
9522 # requires that you compile everything twice, which is a pain.
9523 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9524 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9525 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9526 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9527 else
9528 ld_shlibs=no
9531 esac
9534 sunos4*)
9535 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9536 wlarc=
9537 hardcode_direct=yes
9538 hardcode_shlibpath_var=no
9542 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9543 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9544 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9545 else
9546 ld_shlibs=no
9549 esac
9551 if test "$ld_shlibs" = no; then
9552 runpath_var=
9553 hardcode_libdir_flag_spec=
9554 export_dynamic_flag_spec=
9555 whole_archive_flag_spec=
9557 else
9558 # PORTME fill in a description of your system's linker (not GNU ld)
9559 case $host_os in
9560 aix3*)
9561 allow_undefined_flag=unsupported
9562 always_export_symbols=yes
9563 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'
9564 # Note: this linker hardcodes the directories in LIBPATH if there
9565 # are no directories specified by -L.
9566 hardcode_minus_L=yes
9567 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9568 # Neither direct hardcoding nor static linking is supported with a
9569 # broken collect2.
9570 hardcode_direct=unsupported
9574 aix[4-9]*)
9575 if test "$host_cpu" = ia64; then
9576 # On IA64, the linker does run time linking by default, so we don't
9577 # have to do anything special.
9578 aix_use_runtimelinking=no
9579 exp_sym_flag='-Bexport'
9580 no_entry_flag=""
9581 else
9582 # If we're using GNU nm, then we don't want the "-C" option.
9583 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9584 # Also, AIX nm treats weak defined symbols like other global
9585 # defined symbols, whereas GNU nm marks them as "W".
9586 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9587 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'
9588 else
9589 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'
9591 aix_use_runtimelinking=no
9593 # Test if we are trying to use run time linking or normal
9594 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9595 # need to do runtime linking.
9596 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9597 for ld_flag in $LDFLAGS; do
9598 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9599 aix_use_runtimelinking=yes
9600 break
9602 done
9604 esac
9606 exp_sym_flag='-bexport'
9607 no_entry_flag='-bnoentry'
9610 # When large executables or shared objects are built, AIX ld can
9611 # have problems creating the table of contents. If linking a library
9612 # or program results in "error TOC overflow" add -mminimal-toc to
9613 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9614 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9616 archive_cmds=''
9617 hardcode_direct=yes
9618 hardcode_direct_absolute=yes
9619 hardcode_libdir_separator=':'
9620 link_all_deplibs=yes
9621 file_list_spec='${wl}-f,'
9623 if test "$GCC" = yes; then
9624 case $host_os in aix4.[012]|aix4.[012].*)
9625 # We only want to do this on AIX 4.2 and lower, the check
9626 # below for broken collect2 doesn't work under 4.3+
9627 collect2name=`${CC} -print-prog-name=collect2`
9628 if test -f "$collect2name" &&
9629 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9630 then
9631 # We have reworked collect2
9633 else
9634 # We have old collect2
9635 hardcode_direct=unsupported
9636 # It fails to find uninstalled libraries when the uninstalled
9637 # path is not listed in the libpath. Setting hardcode_minus_L
9638 # to unsupported forces relinking
9639 hardcode_minus_L=yes
9640 hardcode_libdir_flag_spec='-L$libdir'
9641 hardcode_libdir_separator=
9644 esac
9645 shared_flag='-shared'
9646 if test "$aix_use_runtimelinking" = yes; then
9647 shared_flag="$shared_flag "'${wl}-G'
9649 else
9650 # not using gcc
9651 if test "$host_cpu" = ia64; then
9652 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9653 # chokes on -Wl,-G. The following line is correct:
9654 shared_flag='-G'
9655 else
9656 if test "$aix_use_runtimelinking" = yes; then
9657 shared_flag='${wl}-G'
9658 else
9659 shared_flag='${wl}-bM:SRE'
9664 export_dynamic_flag_spec='${wl}-bexpall'
9665 # It seems that -bexpall does not export symbols beginning with
9666 # underscore (_), so it is better to generate a list of symbols to export.
9667 always_export_symbols=yes
9668 if test "$aix_use_runtimelinking" = yes; then
9669 # Warning - without using the other runtime loading flags (-brtl),
9670 # -berok will link without error, but may produce a broken library.
9671 allow_undefined_flag='-berok'
9672 # Determine the default libpath from the value encoded in an
9673 # empty executable.
9674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9675 /* end confdefs.h. */
9678 main ()
9682 return 0;
9684 _ACEOF
9685 if ac_fn_c_try_link "$LINENO"; then :
9687 lt_aix_libpath_sed='
9688 /Import File Strings/,/^$/ {
9689 /^0/ {
9690 s/^0 *\(.*\)$/\1/
9694 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9695 # Check for a 64-bit object if we didn't find anything.
9696 if test -z "$aix_libpath"; then
9697 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9700 rm -f core conftest.err conftest.$ac_objext \
9701 conftest$ac_exeext conftest.$ac_ext
9702 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9704 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9705 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"
9706 else
9707 if test "$host_cpu" = ia64; then
9708 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9709 allow_undefined_flag="-z nodefs"
9710 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"
9711 else
9712 # Determine the default libpath from the value encoded in an
9713 # empty executable.
9714 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9715 /* end confdefs.h. */
9718 main ()
9722 return 0;
9724 _ACEOF
9725 if ac_fn_c_try_link "$LINENO"; then :
9727 lt_aix_libpath_sed='
9728 /Import File Strings/,/^$/ {
9729 /^0/ {
9730 s/^0 *\(.*\)$/\1/
9734 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9735 # Check for a 64-bit object if we didn't find anything.
9736 if test -z "$aix_libpath"; then
9737 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9740 rm -f core conftest.err conftest.$ac_objext \
9741 conftest$ac_exeext conftest.$ac_ext
9742 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9744 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9745 # Warning - without using the other run time loading flags,
9746 # -berok will link without error, but may produce a broken library.
9747 no_undefined_flag=' ${wl}-bernotok'
9748 allow_undefined_flag=' ${wl}-berok'
9749 if test "$with_gnu_ld" = yes; then
9750 # We only use this code for GNU lds that support --whole-archive.
9751 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9752 else
9753 # Exported symbols can be pulled into shared objects from archives
9754 whole_archive_flag_spec='$convenience'
9756 archive_cmds_need_lc=yes
9757 # This is similar to how AIX traditionally builds its shared libraries.
9758 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'
9763 amigaos*)
9764 case $host_cpu in
9765 powerpc)
9766 # see comment about AmigaOS4 .so support
9767 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9768 archive_expsym_cmds=''
9770 m68k)
9771 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)'
9772 hardcode_libdir_flag_spec='-L$libdir'
9773 hardcode_minus_L=yes
9775 esac
9778 bsdi[45]*)
9779 export_dynamic_flag_spec=-rdynamic
9782 cygwin* | mingw* | pw32* | cegcc*)
9783 # When not using gcc, we currently assume that we are using
9784 # Microsoft Visual C++.
9785 # hardcode_libdir_flag_spec is actually meaningless, as there is
9786 # no search path for DLLs.
9787 hardcode_libdir_flag_spec=' '
9788 allow_undefined_flag=unsupported
9789 # Tell ltmain to make .lib files, not .a files.
9790 libext=lib
9791 # Tell ltmain to make .dll files, not .so files.
9792 shrext_cmds=".dll"
9793 # FIXME: Setting linknames here is a bad hack.
9794 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9795 # The linker will automatically build a .lib file if we build a DLL.
9796 old_archive_from_new_cmds='true'
9797 # FIXME: Should let the user specify the lib program.
9798 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9799 fix_srcfile_path='`cygpath -w "$srcfile"`'
9800 enable_shared_with_static_runtimes=yes
9803 darwin* | rhapsody*)
9806 archive_cmds_need_lc=no
9807 hardcode_direct=no
9808 hardcode_automatic=yes
9809 hardcode_shlibpath_var=unsupported
9810 if test "$lt_cv_ld_force_load" = "yes"; then
9811 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\"`'
9812 else
9813 whole_archive_flag_spec=''
9815 link_all_deplibs=yes
9816 allow_undefined_flag="$_lt_dar_allow_undefined"
9817 case $cc_basename in
9818 ifort*) _lt_dar_can_shared=yes ;;
9819 *) _lt_dar_can_shared=$GCC ;;
9820 esac
9821 if test "$_lt_dar_can_shared" = "yes"; then
9822 output_verbose_link_cmd=func_echo_all
9823 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9824 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9825 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}"
9826 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}"
9828 else
9829 ld_shlibs=no
9834 dgux*)
9835 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9836 hardcode_libdir_flag_spec='-L$libdir'
9837 hardcode_shlibpath_var=no
9840 freebsd1*)
9841 ld_shlibs=no
9844 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9845 # support. Future versions do this automatically, but an explicit c++rt0.o
9846 # does not break anything, and helps significantly (at the cost of a little
9847 # extra space).
9848 freebsd2.2*)
9849 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9850 hardcode_libdir_flag_spec='-R$libdir'
9851 hardcode_direct=yes
9852 hardcode_shlibpath_var=no
9855 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9856 freebsd2*)
9857 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9858 hardcode_direct=yes
9859 hardcode_minus_L=yes
9860 hardcode_shlibpath_var=no
9863 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9864 freebsd* | dragonfly*)
9865 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9866 hardcode_libdir_flag_spec='-R$libdir'
9867 hardcode_direct=yes
9868 hardcode_shlibpath_var=no
9871 hpux9*)
9872 if test "$GCC" = yes; then
9873 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'
9874 else
9875 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'
9877 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9878 hardcode_libdir_separator=:
9879 hardcode_direct=yes
9881 # hardcode_minus_L: Not really in the search PATH,
9882 # but as the default location of the library.
9883 hardcode_minus_L=yes
9884 export_dynamic_flag_spec='${wl}-E'
9887 hpux10*)
9888 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9889 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9890 else
9891 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9893 if test "$with_gnu_ld" = no; then
9894 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9895 hardcode_libdir_flag_spec_ld='+b $libdir'
9896 hardcode_libdir_separator=:
9897 hardcode_direct=yes
9898 hardcode_direct_absolute=yes
9899 export_dynamic_flag_spec='${wl}-E'
9900 # hardcode_minus_L: Not really in the search PATH,
9901 # but as the default location of the library.
9902 hardcode_minus_L=yes
9906 hpux11*)
9907 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9908 case $host_cpu in
9909 hppa*64*)
9910 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9912 ia64*)
9913 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9916 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9918 esac
9919 else
9920 case $host_cpu in
9921 hppa*64*)
9922 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9924 ia64*)
9925 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9929 # Older versions of the 11.00 compiler do not understand -b yet
9930 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9932 $as_echo_n "checking if $CC understands -b... " >&6; }
9933 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9934 $as_echo_n "(cached) " >&6
9935 else
9936 lt_cv_prog_compiler__b=no
9937 save_LDFLAGS="$LDFLAGS"
9938 LDFLAGS="$LDFLAGS -b"
9939 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9940 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9941 # The linker can only warn and ignore the option if not recognized
9942 # So say no if there are warnings
9943 if test -s conftest.err; then
9944 # Append any errors to the config.log.
9945 cat conftest.err 1>&5
9946 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9947 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9948 if diff conftest.exp conftest.er2 >/dev/null; then
9949 lt_cv_prog_compiler__b=yes
9951 else
9952 lt_cv_prog_compiler__b=yes
9955 $RM -r conftest*
9956 LDFLAGS="$save_LDFLAGS"
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9960 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9962 if test x"$lt_cv_prog_compiler__b" = xyes; then
9963 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9964 else
9965 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9969 esac
9971 if test "$with_gnu_ld" = no; then
9972 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9973 hardcode_libdir_separator=:
9975 case $host_cpu in
9976 hppa*64*|ia64*)
9977 hardcode_direct=no
9978 hardcode_shlibpath_var=no
9981 hardcode_direct=yes
9982 hardcode_direct_absolute=yes
9983 export_dynamic_flag_spec='${wl}-E'
9985 # hardcode_minus_L: Not really in the search PATH,
9986 # but as the default location of the library.
9987 hardcode_minus_L=yes
9989 esac
9993 irix5* | irix6* | nonstopux*)
9994 if test "$GCC" = yes; then
9995 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'
9996 # Try to use the -exported_symbol ld option, if it does not
9997 # work, assume that -exports_file does not work either and
9998 # implicitly export all symbols.
9999 save_LDFLAGS="$LDFLAGS"
10000 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10002 /* end confdefs.h. */
10003 int foo(void) {}
10004 _ACEOF
10005 if ac_fn_c_try_link "$LINENO"; then :
10006 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'
10009 rm -f core conftest.err conftest.$ac_objext \
10010 conftest$ac_exeext conftest.$ac_ext
10011 LDFLAGS="$save_LDFLAGS"
10012 else
10013 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'
10014 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'
10016 archive_cmds_need_lc='no'
10017 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10018 hardcode_libdir_separator=:
10019 inherit_rpath=yes
10020 link_all_deplibs=yes
10023 netbsd*)
10024 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10025 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10026 else
10027 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10029 hardcode_libdir_flag_spec='-R$libdir'
10030 hardcode_direct=yes
10031 hardcode_shlibpath_var=no
10034 newsos6)
10035 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10036 hardcode_direct=yes
10037 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10038 hardcode_libdir_separator=:
10039 hardcode_shlibpath_var=no
10042 *nto* | *qnx*)
10045 openbsd*)
10046 if test -f /usr/libexec/ld.so; then
10047 hardcode_direct=yes
10048 hardcode_shlibpath_var=no
10049 hardcode_direct_absolute=yes
10050 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10051 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10052 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10053 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10054 export_dynamic_flag_spec='${wl}-E'
10055 else
10056 case $host_os in
10057 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10058 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10059 hardcode_libdir_flag_spec='-R$libdir'
10062 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10063 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10065 esac
10067 else
10068 ld_shlibs=no
10072 os2*)
10073 hardcode_libdir_flag_spec='-L$libdir'
10074 hardcode_minus_L=yes
10075 allow_undefined_flag=unsupported
10076 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'
10077 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10080 osf3*)
10081 if test "$GCC" = yes; then
10082 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10083 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'
10084 else
10085 allow_undefined_flag=' -expect_unresolved \*'
10086 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'
10088 archive_cmds_need_lc='no'
10089 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10090 hardcode_libdir_separator=:
10093 osf4* | osf5*) # as osf3* with the addition of -msym flag
10094 if test "$GCC" = yes; then
10095 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10096 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'
10097 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10098 else
10099 allow_undefined_flag=' -expect_unresolved \*'
10100 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'
10101 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~
10102 $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'
10104 # Both c and cxx compiler support -rpath directly
10105 hardcode_libdir_flag_spec='-rpath $libdir'
10107 archive_cmds_need_lc='no'
10108 hardcode_libdir_separator=:
10111 solaris*)
10112 no_undefined_flag=' -z defs'
10113 if test "$GCC" = yes; then
10114 wlarc='${wl}'
10115 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10116 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10117 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10118 else
10119 case `$CC -V 2>&1` in
10120 *"Compilers 5.0"*)
10121 wlarc=''
10122 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10123 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10124 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10127 wlarc='${wl}'
10128 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10129 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10130 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10132 esac
10134 hardcode_libdir_flag_spec='-R$libdir'
10135 hardcode_shlibpath_var=no
10136 case $host_os in
10137 solaris2.[0-5] | solaris2.[0-5].*) ;;
10139 # The compiler driver will combine and reorder linker options,
10140 # but understands `-z linker_flag'. GCC discards it without `$wl',
10141 # but is careful enough not to reorder.
10142 # Supported since Solaris 2.6 (maybe 2.5.1?)
10143 if test "$GCC" = yes; then
10144 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10145 else
10146 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10149 esac
10150 link_all_deplibs=yes
10153 sunos4*)
10154 if test "x$host_vendor" = xsequent; then
10155 # Use $CC to link under sequent, because it throws in some extra .o
10156 # files that make .init and .fini sections work.
10157 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10158 else
10159 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10161 hardcode_libdir_flag_spec='-L$libdir'
10162 hardcode_direct=yes
10163 hardcode_minus_L=yes
10164 hardcode_shlibpath_var=no
10167 sysv4)
10168 case $host_vendor in
10169 sni)
10170 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10171 hardcode_direct=yes # is this really true???
10173 siemens)
10174 ## LD is ld it makes a PLAMLIB
10175 ## CC just makes a GrossModule.
10176 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10177 reload_cmds='$CC -r -o $output$reload_objs'
10178 hardcode_direct=no
10180 motorola)
10181 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10182 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10184 esac
10185 runpath_var='LD_RUN_PATH'
10186 hardcode_shlibpath_var=no
10189 sysv4.3*)
10190 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10191 hardcode_shlibpath_var=no
10192 export_dynamic_flag_spec='-Bexport'
10195 sysv4*MP*)
10196 if test -d /usr/nec; then
10197 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10198 hardcode_shlibpath_var=no
10199 runpath_var=LD_RUN_PATH
10200 hardcode_runpath_var=yes
10201 ld_shlibs=yes
10205 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10206 no_undefined_flag='${wl}-z,text'
10207 archive_cmds_need_lc=no
10208 hardcode_shlibpath_var=no
10209 runpath_var='LD_RUN_PATH'
10211 if test "$GCC" = yes; then
10212 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10213 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10214 else
10215 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10216 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10220 sysv5* | sco3.2v5* | sco5v6*)
10221 # Note: We can NOT use -z defs as we might desire, because we do not
10222 # link with -lc, and that would cause any symbols used from libc to
10223 # always be unresolved, which means just about no library would
10224 # ever link correctly. If we're not using GNU ld we use -z text
10225 # though, which does catch some bad symbols but isn't as heavy-handed
10226 # as -z defs.
10227 no_undefined_flag='${wl}-z,text'
10228 allow_undefined_flag='${wl}-z,nodefs'
10229 archive_cmds_need_lc=no
10230 hardcode_shlibpath_var=no
10231 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10232 hardcode_libdir_separator=':'
10233 link_all_deplibs=yes
10234 export_dynamic_flag_spec='${wl}-Bexport'
10235 runpath_var='LD_RUN_PATH'
10237 if test "$GCC" = yes; then
10238 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10239 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10240 else
10241 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10242 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10246 uts4*)
10247 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10248 hardcode_libdir_flag_spec='-L$libdir'
10249 hardcode_shlibpath_var=no
10253 ld_shlibs=no
10255 esac
10257 if test x$host_vendor = xsni; then
10258 case $host in
10259 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10260 export_dynamic_flag_spec='${wl}-Blargedynsym'
10262 esac
10266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10267 $as_echo "$ld_shlibs" >&6; }
10268 test "$ld_shlibs" = no && can_build_shared=no
10270 with_gnu_ld=$with_gnu_ld
10287 # Do we need to explicitly link libc?
10289 case "x$archive_cmds_need_lc" in
10290 x|xyes)
10291 # Assume -lc should be added
10292 archive_cmds_need_lc=yes
10294 if test "$enable_shared" = yes && test "$GCC" = yes; then
10295 case $archive_cmds in
10296 *'~'*)
10297 # FIXME: we may have to deal with multi-command sequences.
10299 '$CC '*)
10300 # Test whether the compiler implicitly links with -lc since on some
10301 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10302 # to ld, don't add -lc before -lgcc.
10303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10304 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10305 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10306 $as_echo_n "(cached) " >&6
10307 else
10308 $RM conftest*
10309 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10311 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10312 (eval $ac_compile) 2>&5
10313 ac_status=$?
10314 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10315 test $ac_status = 0; } 2>conftest.err; then
10316 soname=conftest
10317 lib=conftest
10318 libobjs=conftest.$ac_objext
10319 deplibs=
10320 wl=$lt_prog_compiler_wl
10321 pic_flag=$lt_prog_compiler_pic
10322 compiler_flags=-v
10323 linker_flags=-v
10324 verstring=
10325 output_objdir=.
10326 libname=conftest
10327 lt_save_allow_undefined_flag=$allow_undefined_flag
10328 allow_undefined_flag=
10329 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10330 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10331 ac_status=$?
10332 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10333 test $ac_status = 0; }
10334 then
10335 lt_cv_archive_cmds_need_lc=no
10336 else
10337 lt_cv_archive_cmds_need_lc=yes
10339 allow_undefined_flag=$lt_save_allow_undefined_flag
10340 else
10341 cat conftest.err 1>&5
10343 $RM conftest*
10346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10347 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10348 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10350 esac
10353 esac
10511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10512 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10514 if test "$GCC" = yes; then
10515 case $host_os in
10516 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10517 *) lt_awk_arg="/^libraries:/" ;;
10518 esac
10519 case $host_os in
10520 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10521 *) lt_sed_strip_eq="s,=/,/,g" ;;
10522 esac
10523 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10524 case $lt_search_path_spec in
10525 *\;*)
10526 # if the path contains ";" then we assume it to be the separator
10527 # otherwise default to the standard path separator (i.e. ":") - it is
10528 # assumed that no part of a normal pathname contains ";" but that should
10529 # okay in the real world where ";" in dirpaths is itself problematic.
10530 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10533 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10535 esac
10536 # Ok, now we have the path, separated by spaces, we can step through it
10537 # and add multilib dir if necessary.
10538 lt_tmp_lt_search_path_spec=
10539 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10540 for lt_sys_path in $lt_search_path_spec; do
10541 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10542 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10543 else
10544 test -d "$lt_sys_path" && \
10545 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10547 done
10548 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10549 BEGIN {RS=" "; FS="/|\n";} {
10550 lt_foo="";
10551 lt_count=0;
10552 for (lt_i = NF; lt_i > 0; lt_i--) {
10553 if ($lt_i != "" && $lt_i != ".") {
10554 if ($lt_i == "..") {
10555 lt_count++;
10556 } else {
10557 if (lt_count == 0) {
10558 lt_foo="/" $lt_i lt_foo;
10559 } else {
10560 lt_count--;
10565 if (lt_foo != "") { lt_freq[lt_foo]++; }
10566 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10568 # AWK program above erroneously prepends '/' to C:/dos/paths
10569 # for these hosts.
10570 case $host_os in
10571 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10572 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10573 esac
10574 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10575 else
10576 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10578 library_names_spec=
10579 libname_spec='lib$name'
10580 soname_spec=
10581 shrext_cmds=".so"
10582 postinstall_cmds=
10583 postuninstall_cmds=
10584 finish_cmds=
10585 finish_eval=
10586 shlibpath_var=
10587 shlibpath_overrides_runpath=unknown
10588 version_type=none
10589 dynamic_linker="$host_os ld.so"
10590 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10591 need_lib_prefix=unknown
10592 hardcode_into_libs=no
10594 # when you set need_version to no, make sure it does not cause -set_version
10595 # flags to be left without arguments
10596 need_version=unknown
10598 case $host_os in
10599 aix3*)
10600 version_type=linux
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10602 shlibpath_var=LIBPATH
10604 # AIX 3 has no versioning support, so we append a major version to the name.
10605 soname_spec='${libname}${release}${shared_ext}$major'
10608 aix[4-9]*)
10609 version_type=linux
10610 need_lib_prefix=no
10611 need_version=no
10612 hardcode_into_libs=yes
10613 if test "$host_cpu" = ia64; then
10614 # AIX 5 supports IA64
10615 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10616 shlibpath_var=LD_LIBRARY_PATH
10617 else
10618 # With GCC up to 2.95.x, collect2 would create an import file
10619 # for dependence libraries. The import file would start with
10620 # the line `#! .'. This would cause the generated library to
10621 # depend on `.', always an invalid library. This was fixed in
10622 # development snapshots of GCC prior to 3.0.
10623 case $host_os in
10624 aix4 | aix4.[01] | aix4.[01].*)
10625 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10626 echo ' yes '
10627 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10629 else
10630 can_build_shared=no
10633 esac
10634 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10635 # soname into executable. Probably we can add versioning support to
10636 # collect2, so additional links can be useful in future.
10637 if test "$aix_use_runtimelinking" = yes; then
10638 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10639 # instead of lib<name>.a to let people know that these are not
10640 # typical AIX shared libraries.
10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10642 else
10643 # We preserve .a as extension for shared libraries through AIX4.2
10644 # and later when we are not doing run time linking.
10645 library_names_spec='${libname}${release}.a $libname.a'
10646 soname_spec='${libname}${release}${shared_ext}$major'
10648 shlibpath_var=LIBPATH
10652 amigaos*)
10653 case $host_cpu in
10654 powerpc)
10655 # Since July 2007 AmigaOS4 officially supports .so libraries.
10656 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10657 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10659 m68k)
10660 library_names_spec='$libname.ixlibrary $libname.a'
10661 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10662 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'
10664 esac
10667 beos*)
10668 library_names_spec='${libname}${shared_ext}'
10669 dynamic_linker="$host_os ld.so"
10670 shlibpath_var=LIBRARY_PATH
10673 bsdi[45]*)
10674 version_type=linux
10675 need_version=no
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 soname_spec='${libname}${release}${shared_ext}$major'
10678 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10679 shlibpath_var=LD_LIBRARY_PATH
10680 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10681 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10682 # the default ld.so.conf also contains /usr/contrib/lib and
10683 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10684 # libtool to hard-code these into programs
10687 cygwin* | mingw* | pw32* | cegcc*)
10688 version_type=windows
10689 shrext_cmds=".dll"
10690 need_version=no
10691 need_lib_prefix=no
10693 case $GCC,$host_os in
10694 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10695 library_names_spec='$libname.dll.a'
10696 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10697 postinstall_cmds='base_file=`basename \${file}`~
10698 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10699 dldir=$destdir/`dirname \$dlpath`~
10700 test -d \$dldir || mkdir -p \$dldir~
10701 $install_prog $dir/$dlname \$dldir/$dlname~
10702 chmod a+x \$dldir/$dlname~
10703 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10704 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10706 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10707 dlpath=$dir/\$dldll~
10708 $RM \$dlpath'
10709 shlibpath_overrides_runpath=yes
10711 case $host_os in
10712 cygwin*)
10713 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10714 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10716 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10718 mingw* | cegcc*)
10719 # MinGW DLLs use traditional 'lib' prefix
10720 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10722 pw32*)
10723 # pw32 DLLs use 'pw' prefix rather than 'lib'
10724 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10726 esac
10730 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10732 esac
10733 dynamic_linker='Win32 ld.exe'
10734 # FIXME: first we should search . and the directory the executable is in
10735 shlibpath_var=PATH
10738 darwin* | rhapsody*)
10739 dynamic_linker="$host_os dyld"
10740 version_type=darwin
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10744 soname_spec='${libname}${release}${major}$shared_ext'
10745 shlibpath_overrides_runpath=yes
10746 shlibpath_var=DYLD_LIBRARY_PATH
10747 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10749 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10750 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10753 dgux*)
10754 version_type=linux
10755 need_lib_prefix=no
10756 need_version=no
10757 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10758 soname_spec='${libname}${release}${shared_ext}$major'
10759 shlibpath_var=LD_LIBRARY_PATH
10762 freebsd1*)
10763 dynamic_linker=no
10766 freebsd* | dragonfly*)
10767 # DragonFly does not have aout. When/if they implement a new
10768 # versioning mechanism, adjust this.
10769 if test -x /usr/bin/objformat; then
10770 objformat=`/usr/bin/objformat`
10771 else
10772 case $host_os in
10773 freebsd[123]*) objformat=aout ;;
10774 *) objformat=elf ;;
10775 esac
10777 version_type=freebsd-$objformat
10778 case $version_type in
10779 freebsd-elf*)
10780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10781 need_version=no
10782 need_lib_prefix=no
10784 freebsd-*)
10785 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10786 need_version=yes
10788 esac
10789 shlibpath_var=LD_LIBRARY_PATH
10790 case $host_os in
10791 freebsd2*)
10792 shlibpath_overrides_runpath=yes
10794 freebsd3.[01]* | freebsdelf3.[01]*)
10795 shlibpath_overrides_runpath=yes
10796 hardcode_into_libs=yes
10798 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10799 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10800 shlibpath_overrides_runpath=no
10801 hardcode_into_libs=yes
10803 *) # from 4.6 on, and DragonFly
10804 shlibpath_overrides_runpath=yes
10805 hardcode_into_libs=yes
10807 esac
10810 gnu*)
10811 version_type=linux
10812 need_lib_prefix=no
10813 need_version=no
10814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10815 soname_spec='${libname}${release}${shared_ext}$major'
10816 shlibpath_var=LD_LIBRARY_PATH
10817 hardcode_into_libs=yes
10820 haiku*)
10821 version_type=linux
10822 need_lib_prefix=no
10823 need_version=no
10824 dynamic_linker="$host_os runtime_loader"
10825 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10826 soname_spec='${libname}${release}${shared_ext}$major'
10827 shlibpath_var=LIBRARY_PATH
10828 shlibpath_overrides_runpath=yes
10829 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10830 hardcode_into_libs=yes
10833 hpux9* | hpux10* | hpux11*)
10834 # Give a soname corresponding to the major version so that dld.sl refuses to
10835 # link against other versions.
10836 version_type=sunos
10837 need_lib_prefix=no
10838 need_version=no
10839 case $host_cpu in
10840 ia64*)
10841 shrext_cmds='.so'
10842 hardcode_into_libs=yes
10843 dynamic_linker="$host_os dld.so"
10844 shlibpath_var=LD_LIBRARY_PATH
10845 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10846 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10847 soname_spec='${libname}${release}${shared_ext}$major'
10848 if test "X$HPUX_IA64_MODE" = X32; then
10849 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10850 else
10851 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10853 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10855 hppa*64*)
10856 shrext_cmds='.sl'
10857 hardcode_into_libs=yes
10858 dynamic_linker="$host_os dld.sl"
10859 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10860 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10861 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10862 soname_spec='${libname}${release}${shared_ext}$major'
10863 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10864 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10867 shrext_cmds='.sl'
10868 dynamic_linker="$host_os dld.sl"
10869 shlibpath_var=SHLIB_PATH
10870 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10871 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10872 soname_spec='${libname}${release}${shared_ext}$major'
10874 esac
10875 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10876 postinstall_cmds='chmod 555 $lib'
10877 # or fails outright, so override atomically:
10878 install_override_mode=555
10881 interix[3-9]*)
10882 version_type=linux
10883 need_lib_prefix=no
10884 need_version=no
10885 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10886 soname_spec='${libname}${release}${shared_ext}$major'
10887 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10888 shlibpath_var=LD_LIBRARY_PATH
10889 shlibpath_overrides_runpath=no
10890 hardcode_into_libs=yes
10893 irix5* | irix6* | nonstopux*)
10894 case $host_os in
10895 nonstopux*) version_type=nonstopux ;;
10897 if test "$lt_cv_prog_gnu_ld" = yes; then
10898 version_type=linux
10899 else
10900 version_type=irix
10901 fi ;;
10902 esac
10903 need_lib_prefix=no
10904 need_version=no
10905 soname_spec='${libname}${release}${shared_ext}$major'
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10907 case $host_os in
10908 irix5* | nonstopux*)
10909 libsuff= shlibsuff=
10912 case $LD in # libtool.m4 will add one of these switches to LD
10913 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10914 libsuff= shlibsuff= libmagic=32-bit;;
10915 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10916 libsuff=32 shlibsuff=N32 libmagic=N32;;
10917 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10918 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10919 *) libsuff= shlibsuff= libmagic=never-match;;
10920 esac
10922 esac
10923 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10924 shlibpath_overrides_runpath=no
10925 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10926 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10927 hardcode_into_libs=yes
10930 # No shared lib support for Linux oldld, aout, or coff.
10931 linux*oldld* | linux*aout* | linux*coff*)
10932 dynamic_linker=no
10935 # This must be Linux ELF.
10936 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10937 version_type=linux
10938 need_lib_prefix=no
10939 need_version=no
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10941 soname_spec='${libname}${release}${shared_ext}$major'
10942 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10943 shlibpath_var=LD_LIBRARY_PATH
10944 shlibpath_overrides_runpath=no
10946 # Some binutils ld are patched to set DT_RUNPATH
10947 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10948 $as_echo_n "(cached) " >&6
10949 else
10950 lt_cv_shlibpath_overrides_runpath=no
10951 save_LDFLAGS=$LDFLAGS
10952 save_libdir=$libdir
10953 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10954 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10956 /* end confdefs.h. */
10959 main ()
10963 return 0;
10965 _ACEOF
10966 if ac_fn_c_try_link "$LINENO"; then :
10967 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10968 lt_cv_shlibpath_overrides_runpath=yes
10971 rm -f core conftest.err conftest.$ac_objext \
10972 conftest$ac_exeext conftest.$ac_ext
10973 LDFLAGS=$save_LDFLAGS
10974 libdir=$save_libdir
10978 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10980 # This implies no fast_install, which is unacceptable.
10981 # Some rework will be needed to allow for fast_install
10982 # before this can be enabled.
10983 hardcode_into_libs=yes
10985 # Append ld.so.conf contents to the search path
10986 if test -f /etc/ld.so.conf; then
10987 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' ' '`
10988 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10991 # We used to test for /lib/ld.so.1 and disable shared libraries on
10992 # powerpc, because MkLinux only supported shared libraries with the
10993 # GNU dynamic linker. Since this was broken with cross compilers,
10994 # most powerpc-linux boxes support dynamic linking these days and
10995 # people can always --disable-shared, the test was removed, and we
10996 # assume the GNU/Linux dynamic linker is in use.
10997 dynamic_linker='GNU/Linux ld.so'
11000 netbsd*)
11001 version_type=sunos
11002 need_lib_prefix=no
11003 need_version=no
11004 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11006 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11007 dynamic_linker='NetBSD (a.out) ld.so'
11008 else
11009 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11010 soname_spec='${libname}${release}${shared_ext}$major'
11011 dynamic_linker='NetBSD ld.elf_so'
11013 shlibpath_var=LD_LIBRARY_PATH
11014 shlibpath_overrides_runpath=yes
11015 hardcode_into_libs=yes
11018 newsos6)
11019 version_type=linux
11020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11021 shlibpath_var=LD_LIBRARY_PATH
11022 shlibpath_overrides_runpath=yes
11025 *nto* | *qnx*)
11026 version_type=qnx
11027 need_lib_prefix=no
11028 need_version=no
11029 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11030 soname_spec='${libname}${release}${shared_ext}$major'
11031 shlibpath_var=LD_LIBRARY_PATH
11032 shlibpath_overrides_runpath=no
11033 hardcode_into_libs=yes
11034 dynamic_linker='ldqnx.so'
11037 openbsd*)
11038 version_type=sunos
11039 sys_lib_dlsearch_path_spec="/usr/lib"
11040 need_lib_prefix=no
11041 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11042 case $host_os in
11043 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11044 *) need_version=no ;;
11045 esac
11046 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11047 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11048 shlibpath_var=LD_LIBRARY_PATH
11049 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11050 case $host_os in
11051 openbsd2.[89] | openbsd2.[89].*)
11052 shlibpath_overrides_runpath=no
11055 shlibpath_overrides_runpath=yes
11057 esac
11058 else
11059 shlibpath_overrides_runpath=yes
11063 os2*)
11064 libname_spec='$name'
11065 shrext_cmds=".dll"
11066 need_lib_prefix=no
11067 library_names_spec='$libname${shared_ext} $libname.a'
11068 dynamic_linker='OS/2 ld.exe'
11069 shlibpath_var=LIBPATH
11072 osf3* | osf4* | osf5*)
11073 version_type=osf
11074 need_lib_prefix=no
11075 need_version=no
11076 soname_spec='${libname}${release}${shared_ext}$major'
11077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11078 shlibpath_var=LD_LIBRARY_PATH
11079 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11080 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11083 rdos*)
11084 dynamic_linker=no
11087 solaris*)
11088 version_type=linux
11089 need_lib_prefix=no
11090 need_version=no
11091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11092 soname_spec='${libname}${release}${shared_ext}$major'
11093 shlibpath_var=LD_LIBRARY_PATH
11094 shlibpath_overrides_runpath=yes
11095 hardcode_into_libs=yes
11096 # ldd complains unless libraries are executable
11097 postinstall_cmds='chmod +x $lib'
11100 sunos4*)
11101 version_type=sunos
11102 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11103 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11104 shlibpath_var=LD_LIBRARY_PATH
11105 shlibpath_overrides_runpath=yes
11106 if test "$with_gnu_ld" = yes; then
11107 need_lib_prefix=no
11109 need_version=yes
11112 sysv4 | sysv4.3*)
11113 version_type=linux
11114 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11115 soname_spec='${libname}${release}${shared_ext}$major'
11116 shlibpath_var=LD_LIBRARY_PATH
11117 case $host_vendor in
11118 sni)
11119 shlibpath_overrides_runpath=no
11120 need_lib_prefix=no
11121 runpath_var=LD_RUN_PATH
11123 siemens)
11124 need_lib_prefix=no
11126 motorola)
11127 need_lib_prefix=no
11128 need_version=no
11129 shlibpath_overrides_runpath=no
11130 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11132 esac
11135 sysv4*MP*)
11136 if test -d /usr/nec ;then
11137 version_type=linux
11138 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11139 soname_spec='$libname${shared_ext}.$major'
11140 shlibpath_var=LD_LIBRARY_PATH
11144 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11145 version_type=freebsd-elf
11146 need_lib_prefix=no
11147 need_version=no
11148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11149 soname_spec='${libname}${release}${shared_ext}$major'
11150 shlibpath_var=LD_LIBRARY_PATH
11151 shlibpath_overrides_runpath=yes
11152 hardcode_into_libs=yes
11153 if test "$with_gnu_ld" = yes; then
11154 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11155 else
11156 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11157 case $host_os in
11158 sco3.2v5*)
11159 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11161 esac
11163 sys_lib_dlsearch_path_spec='/usr/lib'
11166 tpf*)
11167 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11168 version_type=linux
11169 need_lib_prefix=no
11170 need_version=no
11171 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11172 shlibpath_var=LD_LIBRARY_PATH
11173 shlibpath_overrides_runpath=no
11174 hardcode_into_libs=yes
11177 uts4*)
11178 version_type=linux
11179 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11180 soname_spec='${libname}${release}${shared_ext}$major'
11181 shlibpath_var=LD_LIBRARY_PATH
11185 dynamic_linker=no
11187 esac
11188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11189 $as_echo "$dynamic_linker" >&6; }
11190 test "$dynamic_linker" = no && can_build_shared=no
11192 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11193 if test "$GCC" = yes; then
11194 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11197 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11198 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11200 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11201 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11296 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11297 hardcode_action=
11298 if test -n "$hardcode_libdir_flag_spec" ||
11299 test -n "$runpath_var" ||
11300 test "X$hardcode_automatic" = "Xyes" ; then
11302 # We can hardcode non-existent directories.
11303 if test "$hardcode_direct" != no &&
11304 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11305 # have to relink, otherwise we might link with an installed library
11306 # when we should be linking with a yet-to-be-installed one
11307 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11308 test "$hardcode_minus_L" != no; then
11309 # Linking always hardcodes the temporary library directory.
11310 hardcode_action=relink
11311 else
11312 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11313 hardcode_action=immediate
11315 else
11316 # We cannot hardcode anything, or else we can only hardcode existing
11317 # directories.
11318 hardcode_action=unsupported
11320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11321 $as_echo "$hardcode_action" >&6; }
11323 if test "$hardcode_action" = relink ||
11324 test "$inherit_rpath" = yes; then
11325 # Fast installation is not supported
11326 enable_fast_install=no
11327 elif test "$shlibpath_overrides_runpath" = yes ||
11328 test "$enable_shared" = no; then
11329 # Fast installation is not necessary
11330 enable_fast_install=needless
11338 if test "x$enable_dlopen" != xyes; then
11339 enable_dlopen=unknown
11340 enable_dlopen_self=unknown
11341 enable_dlopen_self_static=unknown
11342 else
11343 lt_cv_dlopen=no
11344 lt_cv_dlopen_libs=
11346 case $host_os in
11347 beos*)
11348 lt_cv_dlopen="load_add_on"
11349 lt_cv_dlopen_libs=
11350 lt_cv_dlopen_self=yes
11353 mingw* | pw32* | cegcc*)
11354 lt_cv_dlopen="LoadLibrary"
11355 lt_cv_dlopen_libs=
11358 cygwin*)
11359 lt_cv_dlopen="dlopen"
11360 lt_cv_dlopen_libs=
11363 darwin*)
11364 # if libdl is installed we need to link against it
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11366 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11367 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11368 $as_echo_n "(cached) " >&6
11369 else
11370 ac_check_lib_save_LIBS=$LIBS
11371 LIBS="-ldl $LIBS"
11372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11373 /* end confdefs.h. */
11375 /* Override any GCC internal prototype to avoid an error.
11376 Use char because int might match the return type of a GCC
11377 builtin and then its argument prototype would still apply. */
11378 #ifdef __cplusplus
11379 extern "C"
11380 #endif
11381 char dlopen ();
11383 main ()
11385 return dlopen ();
11387 return 0;
11389 _ACEOF
11390 if ac_fn_c_try_link "$LINENO"; then :
11391 ac_cv_lib_dl_dlopen=yes
11392 else
11393 ac_cv_lib_dl_dlopen=no
11395 rm -f core conftest.err conftest.$ac_objext \
11396 conftest$ac_exeext conftest.$ac_ext
11397 LIBS=$ac_check_lib_save_LIBS
11399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11400 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11401 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11402 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11403 else
11405 lt_cv_dlopen="dyld"
11406 lt_cv_dlopen_libs=
11407 lt_cv_dlopen_self=yes
11414 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11415 if test "x$ac_cv_func_shl_load" = x""yes; then :
11416 lt_cv_dlopen="shl_load"
11417 else
11418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11419 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11420 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11421 $as_echo_n "(cached) " >&6
11422 else
11423 ac_check_lib_save_LIBS=$LIBS
11424 LIBS="-ldld $LIBS"
11425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11426 /* end confdefs.h. */
11428 /* Override any GCC internal prototype to avoid an error.
11429 Use char because int might match the return type of a GCC
11430 builtin and then its argument prototype would still apply. */
11431 #ifdef __cplusplus
11432 extern "C"
11433 #endif
11434 char shl_load ();
11436 main ()
11438 return shl_load ();
11440 return 0;
11442 _ACEOF
11443 if ac_fn_c_try_link "$LINENO"; then :
11444 ac_cv_lib_dld_shl_load=yes
11445 else
11446 ac_cv_lib_dld_shl_load=no
11448 rm -f core conftest.err conftest.$ac_objext \
11449 conftest$ac_exeext conftest.$ac_ext
11450 LIBS=$ac_check_lib_save_LIBS
11452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11453 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11454 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11455 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11456 else
11457 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11458 if test "x$ac_cv_func_dlopen" = x""yes; then :
11459 lt_cv_dlopen="dlopen"
11460 else
11461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11462 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11463 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11464 $as_echo_n "(cached) " >&6
11465 else
11466 ac_check_lib_save_LIBS=$LIBS
11467 LIBS="-ldl $LIBS"
11468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11469 /* end confdefs.h. */
11471 /* Override any GCC internal prototype to avoid an error.
11472 Use char because int might match the return type of a GCC
11473 builtin and then its argument prototype would still apply. */
11474 #ifdef __cplusplus
11475 extern "C"
11476 #endif
11477 char dlopen ();
11479 main ()
11481 return dlopen ();
11483 return 0;
11485 _ACEOF
11486 if ac_fn_c_try_link "$LINENO"; then :
11487 ac_cv_lib_dl_dlopen=yes
11488 else
11489 ac_cv_lib_dl_dlopen=no
11491 rm -f core conftest.err conftest.$ac_objext \
11492 conftest$ac_exeext conftest.$ac_ext
11493 LIBS=$ac_check_lib_save_LIBS
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11496 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11497 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11498 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11499 else
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11501 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11502 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11503 $as_echo_n "(cached) " >&6
11504 else
11505 ac_check_lib_save_LIBS=$LIBS
11506 LIBS="-lsvld $LIBS"
11507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11508 /* end confdefs.h. */
11510 /* Override any GCC internal prototype to avoid an error.
11511 Use char because int might match the return type of a GCC
11512 builtin and then its argument prototype would still apply. */
11513 #ifdef __cplusplus
11514 extern "C"
11515 #endif
11516 char dlopen ();
11518 main ()
11520 return dlopen ();
11522 return 0;
11524 _ACEOF
11525 if ac_fn_c_try_link "$LINENO"; then :
11526 ac_cv_lib_svld_dlopen=yes
11527 else
11528 ac_cv_lib_svld_dlopen=no
11530 rm -f core conftest.err conftest.$ac_objext \
11531 conftest$ac_exeext conftest.$ac_ext
11532 LIBS=$ac_check_lib_save_LIBS
11534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11535 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11536 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11537 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11538 else
11539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11540 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11541 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11542 $as_echo_n "(cached) " >&6
11543 else
11544 ac_check_lib_save_LIBS=$LIBS
11545 LIBS="-ldld $LIBS"
11546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11547 /* end confdefs.h. */
11549 /* Override any GCC internal prototype to avoid an error.
11550 Use char because int might match the return type of a GCC
11551 builtin and then its argument prototype would still apply. */
11552 #ifdef __cplusplus
11553 extern "C"
11554 #endif
11555 char dld_link ();
11557 main ()
11559 return dld_link ();
11561 return 0;
11563 _ACEOF
11564 if ac_fn_c_try_link "$LINENO"; then :
11565 ac_cv_lib_dld_dld_link=yes
11566 else
11567 ac_cv_lib_dld_dld_link=no
11569 rm -f core conftest.err conftest.$ac_objext \
11570 conftest$ac_exeext conftest.$ac_ext
11571 LIBS=$ac_check_lib_save_LIBS
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11574 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11575 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11576 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11595 esac
11597 if test "x$lt_cv_dlopen" != xno; then
11598 enable_dlopen=yes
11599 else
11600 enable_dlopen=no
11603 case $lt_cv_dlopen in
11604 dlopen)
11605 save_CPPFLAGS="$CPPFLAGS"
11606 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11608 save_LDFLAGS="$LDFLAGS"
11609 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11611 save_LIBS="$LIBS"
11612 LIBS="$lt_cv_dlopen_libs $LIBS"
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11615 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11616 if test "${lt_cv_dlopen_self+set}" = set; then :
11617 $as_echo_n "(cached) " >&6
11618 else
11619 if test "$cross_compiling" = yes; then :
11620 lt_cv_dlopen_self=cross
11621 else
11622 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11623 lt_status=$lt_dlunknown
11624 cat > conftest.$ac_ext <<_LT_EOF
11625 #line 11625 "configure"
11626 #include "confdefs.h"
11628 #if HAVE_DLFCN_H
11629 #include <dlfcn.h>
11630 #endif
11632 #include <stdio.h>
11634 #ifdef RTLD_GLOBAL
11635 # define LT_DLGLOBAL RTLD_GLOBAL
11636 #else
11637 # ifdef DL_GLOBAL
11638 # define LT_DLGLOBAL DL_GLOBAL
11639 # else
11640 # define LT_DLGLOBAL 0
11641 # endif
11642 #endif
11644 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11645 find out it does not work in some platform. */
11646 #ifndef LT_DLLAZY_OR_NOW
11647 # ifdef RTLD_LAZY
11648 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11649 # else
11650 # ifdef DL_LAZY
11651 # define LT_DLLAZY_OR_NOW DL_LAZY
11652 # else
11653 # ifdef RTLD_NOW
11654 # define LT_DLLAZY_OR_NOW RTLD_NOW
11655 # else
11656 # ifdef DL_NOW
11657 # define LT_DLLAZY_OR_NOW DL_NOW
11658 # else
11659 # define LT_DLLAZY_OR_NOW 0
11660 # endif
11661 # endif
11662 # endif
11663 # endif
11664 #endif
11666 /* When -fvisbility=hidden is used, assume the code has been annotated
11667 correspondingly for the symbols needed. */
11668 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11669 void fnord () __attribute__((visibility("default")));
11670 #endif
11672 void fnord () { int i=42; }
11673 int main ()
11675 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11676 int status = $lt_dlunknown;
11678 if (self)
11680 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11681 else
11683 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11684 else puts (dlerror ());
11686 /* dlclose (self); */
11688 else
11689 puts (dlerror ());
11691 return status;
11693 _LT_EOF
11694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11695 (eval $ac_link) 2>&5
11696 ac_status=$?
11697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11698 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11699 (./conftest; exit; ) >&5 2>/dev/null
11700 lt_status=$?
11701 case x$lt_status in
11702 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11703 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11704 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11705 esac
11706 else :
11707 # compilation failed
11708 lt_cv_dlopen_self=no
11711 rm -fr conftest*
11715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11716 $as_echo "$lt_cv_dlopen_self" >&6; }
11718 if test "x$lt_cv_dlopen_self" = xyes; then
11719 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11721 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11722 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11723 $as_echo_n "(cached) " >&6
11724 else
11725 if test "$cross_compiling" = yes; then :
11726 lt_cv_dlopen_self_static=cross
11727 else
11728 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11729 lt_status=$lt_dlunknown
11730 cat > conftest.$ac_ext <<_LT_EOF
11731 #line 11731 "configure"
11732 #include "confdefs.h"
11734 #if HAVE_DLFCN_H
11735 #include <dlfcn.h>
11736 #endif
11738 #include <stdio.h>
11740 #ifdef RTLD_GLOBAL
11741 # define LT_DLGLOBAL RTLD_GLOBAL
11742 #else
11743 # ifdef DL_GLOBAL
11744 # define LT_DLGLOBAL DL_GLOBAL
11745 # else
11746 # define LT_DLGLOBAL 0
11747 # endif
11748 #endif
11750 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11751 find out it does not work in some platform. */
11752 #ifndef LT_DLLAZY_OR_NOW
11753 # ifdef RTLD_LAZY
11754 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11755 # else
11756 # ifdef DL_LAZY
11757 # define LT_DLLAZY_OR_NOW DL_LAZY
11758 # else
11759 # ifdef RTLD_NOW
11760 # define LT_DLLAZY_OR_NOW RTLD_NOW
11761 # else
11762 # ifdef DL_NOW
11763 # define LT_DLLAZY_OR_NOW DL_NOW
11764 # else
11765 # define LT_DLLAZY_OR_NOW 0
11766 # endif
11767 # endif
11768 # endif
11769 # endif
11770 #endif
11772 /* When -fvisbility=hidden is used, assume the code has been annotated
11773 correspondingly for the symbols needed. */
11774 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11775 void fnord () __attribute__((visibility("default")));
11776 #endif
11778 void fnord () { int i=42; }
11779 int main ()
11781 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11782 int status = $lt_dlunknown;
11784 if (self)
11786 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11787 else
11789 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11790 else puts (dlerror ());
11792 /* dlclose (self); */
11794 else
11795 puts (dlerror ());
11797 return status;
11799 _LT_EOF
11800 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11801 (eval $ac_link) 2>&5
11802 ac_status=$?
11803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11804 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11805 (./conftest; exit; ) >&5 2>/dev/null
11806 lt_status=$?
11807 case x$lt_status in
11808 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11809 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11810 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11811 esac
11812 else :
11813 # compilation failed
11814 lt_cv_dlopen_self_static=no
11817 rm -fr conftest*
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11822 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11825 CPPFLAGS="$save_CPPFLAGS"
11826 LDFLAGS="$save_LDFLAGS"
11827 LIBS="$save_LIBS"
11829 esac
11831 case $lt_cv_dlopen_self in
11832 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11833 *) enable_dlopen_self=unknown ;;
11834 esac
11836 case $lt_cv_dlopen_self_static in
11837 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11838 *) enable_dlopen_self_static=unknown ;;
11839 esac
11858 striplib=
11859 old_striplib=
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11861 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11862 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11863 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11864 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11866 $as_echo "yes" >&6; }
11867 else
11868 # FIXME - insert some real tests, host_os isn't really good enough
11869 case $host_os in
11870 darwin*)
11871 if test -n "$STRIP" ; then
11872 striplib="$STRIP -x"
11873 old_striplib="$STRIP -S"
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11875 $as_echo "yes" >&6; }
11876 else
11877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11878 $as_echo "no" >&6; }
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11883 $as_echo "no" >&6; }
11885 esac
11899 # Report which library types will actually be built
11900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11901 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11903 $as_echo "$can_build_shared" >&6; }
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11906 $as_echo_n "checking whether to build shared libraries... " >&6; }
11907 test "$can_build_shared" = "no" && enable_shared=no
11909 # On AIX, shared libraries and static libraries use the same namespace, and
11910 # are all built from PIC.
11911 case $host_os in
11912 aix3*)
11913 test "$enable_shared" = yes && enable_static=no
11914 if test -n "$RANLIB"; then
11915 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11916 postinstall_cmds='$RANLIB $lib'
11920 aix[4-9]*)
11921 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11922 test "$enable_shared" = yes && enable_static=no
11925 esac
11926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11927 $as_echo "$enable_shared" >&6; }
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11930 $as_echo_n "checking whether to build static libraries... " >&6; }
11931 # Make sure either enable_shared or enable_static is yes.
11932 test "$enable_shared" = yes || enable_static=yes
11933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11934 $as_echo "$enable_static" >&6; }
11940 ac_ext=c
11941 ac_cpp='$CPP $CPPFLAGS'
11942 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11943 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11944 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11946 CC="$lt_save_CC"
11960 ac_config_commands="$ac_config_commands libtool"
11965 # Only expand once:
11969 ALL_LINGUAS="fr sv tr es da vi zh_CN zh_TW ga fi id bg"
11970 # If we haven't got the data from the intl directory,
11971 # assume NLS is disabled.
11972 USE_NLS=no
11973 LIBINTL=
11974 LIBINTL_DEP=
11975 INCINTL=
11976 XGETTEXT=
11977 GMSGFMT=
11978 POSUB=
11980 if test -f ../intl/config.intl; then
11981 . ../intl/config.intl
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11984 $as_echo_n "checking whether NLS is requested... " >&6; }
11985 if test x"$USE_NLS" != xyes; then
11986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11987 $as_echo "no" >&6; }
11988 else
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11990 $as_echo "yes" >&6; }
11992 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11996 $as_echo_n "checking for catalogs to be installed... " >&6; }
11997 # Look for .po and .gmo files in the source directory.
11998 CATALOGS=
11999 XLINGUAS=
12000 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12001 # If there aren't any .gmo files the shell will give us the
12002 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12003 # weeded out.
12004 case "$cat" in *\**)
12005 continue;;
12006 esac
12007 # The quadruple backslash is collapsed to a double backslash
12008 # by the backticks, then collapsed again by the double quotes,
12009 # leaving us with one backslash in the sed expression (right
12010 # before the dot that mustn't act as a wildcard).
12011 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12012 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12013 # The user is allowed to set LINGUAS to a list of languages to
12014 # install catalogs for. If it's empty that means "all of them."
12015 if test "x$LINGUAS" = x; then
12016 CATALOGS="$CATALOGS $cat"
12017 XLINGUAS="$XLINGUAS $lang"
12018 else
12019 case "$LINGUAS" in *$lang*)
12020 CATALOGS="$CATALOGS $cat"
12021 XLINGUAS="$XLINGUAS $lang"
12023 esac
12025 done
12026 LINGUAS="$XLINGUAS"
12027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12028 $as_echo "$LINGUAS" >&6; }
12031 DATADIRNAME=share
12033 INSTOBJEXT=.mo
12035 GENCAT=gencat
12037 CATOBJEXT=.gmo
12041 MKINSTALLDIRS=
12042 if test -n "$ac_aux_dir"; then
12043 case "$ac_aux_dir" in
12044 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12045 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12046 esac
12048 if test -z "$MKINSTALLDIRS"; then
12049 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12055 $as_echo_n "checking whether NLS is requested... " >&6; }
12056 # Check whether --enable-nls was given.
12057 if test "${enable_nls+set}" = set; then :
12058 enableval=$enable_nls; USE_NLS=$enableval
12059 else
12060 USE_NLS=yes
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12064 $as_echo "$USE_NLS" >&6; }
12071 # Prepare PATH_SEPARATOR.
12072 # The user is always right.
12073 if test "${PATH_SEPARATOR+set}" != set; then
12074 echo "#! /bin/sh" >conf$$.sh
12075 echo "exit 0" >>conf$$.sh
12076 chmod +x conf$$.sh
12077 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12078 PATH_SEPARATOR=';'
12079 else
12080 PATH_SEPARATOR=:
12082 rm -f conf$$.sh
12085 # Find out how to test for executable files. Don't use a zero-byte file,
12086 # as systems may use methods other than mode bits to determine executability.
12087 cat >conf$$.file <<_ASEOF
12088 #! /bin/sh
12089 exit 0
12090 _ASEOF
12091 chmod +x conf$$.file
12092 if test -x conf$$.file >/dev/null 2>&1; then
12093 ac_executable_p="test -x"
12094 else
12095 ac_executable_p="test -f"
12097 rm -f conf$$.file
12099 # Extract the first word of "msgfmt", so it can be a program name with args.
12100 set dummy msgfmt; ac_word=$2
12101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12102 $as_echo_n "checking for $ac_word... " >&6; }
12103 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12104 $as_echo_n "(cached) " >&6
12105 else
12106 case "$MSGFMT" in
12107 [\\/]* | ?:[\\/]*)
12108 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12111 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12112 for ac_dir in $PATH; do
12113 IFS="$ac_save_IFS"
12114 test -z "$ac_dir" && ac_dir=.
12115 for ac_exec_ext in '' $ac_executable_extensions; do
12116 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12117 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12118 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12119 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12120 break 2
12123 done
12124 done
12125 IFS="$ac_save_IFS"
12126 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12128 esac
12130 MSGFMT="$ac_cv_path_MSGFMT"
12131 if test "$MSGFMT" != ":"; then
12132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12133 $as_echo "$MSGFMT" >&6; }
12134 else
12135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12136 $as_echo "no" >&6; }
12139 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12140 set dummy gmsgfmt; ac_word=$2
12141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12142 $as_echo_n "checking for $ac_word... " >&6; }
12143 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12144 $as_echo_n "(cached) " >&6
12145 else
12146 case $GMSGFMT in
12147 [\\/]* | ?:[\\/]*)
12148 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12152 for as_dir in $PATH
12154 IFS=$as_save_IFS
12155 test -z "$as_dir" && as_dir=.
12156 for ac_exec_ext in '' $ac_executable_extensions; do
12157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12158 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12160 break 2
12162 done
12163 done
12164 IFS=$as_save_IFS
12166 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12168 esac
12170 GMSGFMT=$ac_cv_path_GMSGFMT
12171 if test -n "$GMSGFMT"; then
12172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12173 $as_echo "$GMSGFMT" >&6; }
12174 else
12175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12176 $as_echo "no" >&6; }
12182 # Prepare PATH_SEPARATOR.
12183 # The user is always right.
12184 if test "${PATH_SEPARATOR+set}" != set; then
12185 echo "#! /bin/sh" >conf$$.sh
12186 echo "exit 0" >>conf$$.sh
12187 chmod +x conf$$.sh
12188 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12189 PATH_SEPARATOR=';'
12190 else
12191 PATH_SEPARATOR=:
12193 rm -f conf$$.sh
12196 # Find out how to test for executable files. Don't use a zero-byte file,
12197 # as systems may use methods other than mode bits to determine executability.
12198 cat >conf$$.file <<_ASEOF
12199 #! /bin/sh
12200 exit 0
12201 _ASEOF
12202 chmod +x conf$$.file
12203 if test -x conf$$.file >/dev/null 2>&1; then
12204 ac_executable_p="test -x"
12205 else
12206 ac_executable_p="test -f"
12208 rm -f conf$$.file
12210 # Extract the first word of "xgettext", so it can be a program name with args.
12211 set dummy xgettext; ac_word=$2
12212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12213 $as_echo_n "checking for $ac_word... " >&6; }
12214 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12215 $as_echo_n "(cached) " >&6
12216 else
12217 case "$XGETTEXT" in
12218 [\\/]* | ?:[\\/]*)
12219 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12222 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12223 for ac_dir in $PATH; do
12224 IFS="$ac_save_IFS"
12225 test -z "$ac_dir" && ac_dir=.
12226 for ac_exec_ext in '' $ac_executable_extensions; do
12227 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12228 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12229 (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
12230 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12231 break 2
12234 done
12235 done
12236 IFS="$ac_save_IFS"
12237 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12239 esac
12241 XGETTEXT="$ac_cv_path_XGETTEXT"
12242 if test "$XGETTEXT" != ":"; then
12243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12244 $as_echo "$XGETTEXT" >&6; }
12245 else
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12247 $as_echo "no" >&6; }
12250 rm -f messages.po
12253 # Prepare PATH_SEPARATOR.
12254 # The user is always right.
12255 if test "${PATH_SEPARATOR+set}" != set; then
12256 echo "#! /bin/sh" >conf$$.sh
12257 echo "exit 0" >>conf$$.sh
12258 chmod +x conf$$.sh
12259 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12260 PATH_SEPARATOR=';'
12261 else
12262 PATH_SEPARATOR=:
12264 rm -f conf$$.sh
12267 # Find out how to test for executable files. Don't use a zero-byte file,
12268 # as systems may use methods other than mode bits to determine executability.
12269 cat >conf$$.file <<_ASEOF
12270 #! /bin/sh
12271 exit 0
12272 _ASEOF
12273 chmod +x conf$$.file
12274 if test -x conf$$.file >/dev/null 2>&1; then
12275 ac_executable_p="test -x"
12276 else
12277 ac_executable_p="test -f"
12279 rm -f conf$$.file
12281 # Extract the first word of "msgmerge", so it can be a program name with args.
12282 set dummy msgmerge; ac_word=$2
12283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12284 $as_echo_n "checking for $ac_word... " >&6; }
12285 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12286 $as_echo_n "(cached) " >&6
12287 else
12288 case "$MSGMERGE" in
12289 [\\/]* | ?:[\\/]*)
12290 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12293 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12294 for ac_dir in $PATH; do
12295 IFS="$ac_save_IFS"
12296 test -z "$ac_dir" && ac_dir=.
12297 for ac_exec_ext in '' $ac_executable_extensions; do
12298 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12299 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12300 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12301 break 2
12304 done
12305 done
12306 IFS="$ac_save_IFS"
12307 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12309 esac
12311 MSGMERGE="$ac_cv_path_MSGMERGE"
12312 if test "$MSGMERGE" != ":"; then
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12314 $as_echo "$MSGMERGE" >&6; }
12315 else
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12317 $as_echo "no" >&6; }
12321 if test "$GMSGFMT" != ":"; then
12322 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12323 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12325 else
12326 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12328 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12329 GMSGFMT=":"
12333 if test "$XGETTEXT" != ":"; then
12334 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12335 (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
12337 else
12338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12339 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12340 XGETTEXT=":"
12342 rm -f messages.po
12345 ac_config_commands="$ac_config_commands default-1"
12351 for ac_prog in 'bison -y' byacc
12353 # Extract the first word of "$ac_prog", so it can be a program name with args.
12354 set dummy $ac_prog; ac_word=$2
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12356 $as_echo_n "checking for $ac_word... " >&6; }
12357 if test "${ac_cv_prog_YACC+set}" = set; then :
12358 $as_echo_n "(cached) " >&6
12359 else
12360 if test -n "$YACC"; then
12361 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12362 else
12363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12364 for as_dir in $PATH
12366 IFS=$as_save_IFS
12367 test -z "$as_dir" && as_dir=.
12368 for ac_exec_ext in '' $ac_executable_extensions; do
12369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12370 ac_cv_prog_YACC="$ac_prog"
12371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12372 break 2
12374 done
12375 done
12376 IFS=$as_save_IFS
12380 YACC=$ac_cv_prog_YACC
12381 if test -n "$YACC"; then
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12383 $as_echo "$YACC" >&6; }
12384 else
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12386 $as_echo "no" >&6; }
12390 test -n "$YACC" && break
12391 done
12392 test -n "$YACC" || YACC="yacc"
12394 for ac_prog in flex lex
12396 # Extract the first word of "$ac_prog", so it can be a program name with args.
12397 set dummy $ac_prog; ac_word=$2
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12399 $as_echo_n "checking for $ac_word... " >&6; }
12400 if test "${ac_cv_prog_LEX+set}" = set; then :
12401 $as_echo_n "(cached) " >&6
12402 else
12403 if test -n "$LEX"; then
12404 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12405 else
12406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12407 for as_dir in $PATH
12409 IFS=$as_save_IFS
12410 test -z "$as_dir" && as_dir=.
12411 for ac_exec_ext in '' $ac_executable_extensions; do
12412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12413 ac_cv_prog_LEX="$ac_prog"
12414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12415 break 2
12417 done
12418 done
12419 IFS=$as_save_IFS
12423 LEX=$ac_cv_prog_LEX
12424 if test -n "$LEX"; then
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12426 $as_echo "$LEX" >&6; }
12427 else
12428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12429 $as_echo "no" >&6; }
12433 test -n "$LEX" && break
12434 done
12435 test -n "$LEX" || LEX=":"
12437 if test "x$LEX" != "x:"; then
12438 cat >conftest.l <<_ACEOF
12440 a { ECHO; }
12441 b { REJECT; }
12442 c { yymore (); }
12443 d { yyless (1); }
12444 e { yyless (input () != 0); }
12445 f { unput (yytext[0]); }
12446 . { BEGIN INITIAL; }
12448 #ifdef YYTEXT_POINTER
12449 extern char *yytext;
12450 #endif
12452 main (void)
12454 return ! yylex () + ! yywrap ();
12456 _ACEOF
12457 { { ac_try="$LEX conftest.l"
12458 case "(($ac_try" in
12459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12460 *) ac_try_echo=$ac_try;;
12461 esac
12462 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12463 $as_echo "$ac_try_echo"; } >&5
12464 (eval "$LEX conftest.l") 2>&5
12465 ac_status=$?
12466 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12467 test $ac_status = 0; }
12468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12469 $as_echo_n "checking lex output file root... " >&6; }
12470 if test "${ac_cv_prog_lex_root+set}" = set; then :
12471 $as_echo_n "(cached) " >&6
12472 else
12474 if test -f lex.yy.c; then
12475 ac_cv_prog_lex_root=lex.yy
12476 elif test -f lexyy.c; then
12477 ac_cv_prog_lex_root=lexyy
12478 else
12479 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12483 $as_echo "$ac_cv_prog_lex_root" >&6; }
12484 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12486 if test -z "${LEXLIB+set}"; then
12487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12488 $as_echo_n "checking lex library... " >&6; }
12489 if test "${ac_cv_lib_lex+set}" = set; then :
12490 $as_echo_n "(cached) " >&6
12491 else
12493 ac_save_LIBS=$LIBS
12494 ac_cv_lib_lex='none needed'
12495 for ac_lib in '' -lfl -ll; do
12496 LIBS="$ac_lib $ac_save_LIBS"
12497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12498 /* end confdefs.h. */
12499 `cat $LEX_OUTPUT_ROOT.c`
12500 _ACEOF
12501 if ac_fn_c_try_link "$LINENO"; then :
12502 ac_cv_lib_lex=$ac_lib
12504 rm -f core conftest.err conftest.$ac_objext \
12505 conftest$ac_exeext conftest.$ac_ext
12506 test "$ac_cv_lib_lex" != 'none needed' && break
12507 done
12508 LIBS=$ac_save_LIBS
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12512 $as_echo "$ac_cv_lib_lex" >&6; }
12513 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12518 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12519 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12520 $as_echo_n "(cached) " >&6
12521 else
12522 # POSIX says lex can declare yytext either as a pointer or an array; the
12523 # default is implementation-dependent. Figure out which it is, since
12524 # not all implementations provide the %pointer and %array declarations.
12525 ac_cv_prog_lex_yytext_pointer=no
12526 ac_save_LIBS=$LIBS
12527 LIBS="$LEXLIB $ac_save_LIBS"
12528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12529 /* end confdefs.h. */
12530 #define YYTEXT_POINTER 1
12531 `cat $LEX_OUTPUT_ROOT.c`
12532 _ACEOF
12533 if ac_fn_c_try_link "$LINENO"; then :
12534 ac_cv_prog_lex_yytext_pointer=yes
12536 rm -f core conftest.err conftest.$ac_objext \
12537 conftest$ac_exeext conftest.$ac_ext
12538 LIBS=$ac_save_LIBS
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12542 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12543 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12545 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12548 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12551 if test "$LEX" = :; then
12552 LEX=${am_missing_run}flex
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12557 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12558 # Check whether --enable-maintainer-mode was given.
12559 if test "${enable_maintainer_mode+set}" = set; then :
12560 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12561 else
12562 USE_MAINTAINER_MODE=no
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12566 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12567 if test $USE_MAINTAINER_MODE = yes; then
12568 MAINTAINER_MODE_TRUE=
12569 MAINTAINER_MODE_FALSE='#'
12570 else
12571 MAINTAINER_MODE_TRUE='#'
12572 MAINTAINER_MODE_FALSE=
12575 MAINT=$MAINTAINER_MODE_TRUE
12578 if false; then
12579 GENINSRC_NEVER_TRUE=
12580 GENINSRC_NEVER_FALSE='#'
12581 else
12582 GENINSRC_NEVER_TRUE='#'
12583 GENINSRC_NEVER_FALSE=
12586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12587 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
12588 if test "${gcc_cv_prog_cmp_skip+set}" = set; then :
12589 $as_echo_n "(cached) " >&6
12590 else
12591 echo abfoo >t1
12592 echo cdfoo >t2
12593 gcc_cv_prog_cmp_skip='tail +16c $$f1 > tmp-foo1; tail +16c $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
12594 if cmp t1 t2 2 2 > /dev/null 2>&1; then
12595 if cmp t1 t2 1 1 > /dev/null 2>&1; then
12597 else
12598 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
12601 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
12602 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
12604 else
12605 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
12608 rm t1 t2
12611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12612 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12613 do_compare="$gcc_cv_prog_cmp_skip"
12617 . ${srcdir}/configure.host
12624 for ac_header in string.h strings.h stdlib.h unistd.h elf-hints.h limits.h sys/param.h
12625 do :
12626 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12627 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12628 eval as_val=\$$as_ac_Header
12629 if test "x$as_val" = x""yes; then :
12630 cat >>confdefs.h <<_ACEOF
12631 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12632 _ACEOF
12636 done
12638 for ac_header in fcntl.h sys/file.h sys/time.h sys/stat.h
12639 do :
12640 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12641 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12642 eval as_val=\$$as_ac_Header
12643 if test "x$as_val" = x""yes; then :
12644 cat >>confdefs.h <<_ACEOF
12645 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12646 _ACEOF
12650 done
12652 for ac_func in glob mkstemp realpath sbrk waitpid
12653 do :
12654 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12655 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12656 eval as_val=\$$as_ac_var
12657 if test "x$as_val" = x""yes; then :
12658 cat >>confdefs.h <<_ACEOF
12659 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12660 _ACEOF
12663 done
12665 for ac_func in open lseek close
12666 do :
12667 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12668 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12669 eval as_val=\$$as_ac_var
12670 if test "x$as_val" = x""yes; then :
12671 cat >>confdefs.h <<_ACEOF
12672 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12673 _ACEOF
12676 done
12678 ac_header_dirent=no
12679 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
12680 as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
12682 $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; }
12683 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then :
12684 $as_echo_n "(cached) " >&6
12685 else
12686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12687 /* end confdefs.h. */
12688 #include <sys/types.h>
12689 #include <$ac_hdr>
12692 main ()
12694 if ((DIR *) 0)
12695 return 0;
12697 return 0;
12699 _ACEOF
12700 if ac_fn_c_try_compile "$LINENO"; then :
12701 eval "$as_ac_Header=yes"
12702 else
12703 eval "$as_ac_Header=no"
12705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12707 eval ac_res=\$$as_ac_Header
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
12709 $as_echo "$ac_res" >&6; }
12710 eval as_val=\$$as_ac_Header
12711 if test "x$as_val" = x""yes; then :
12712 cat >>confdefs.h <<_ACEOF
12713 #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
12714 _ACEOF
12716 ac_header_dirent=$ac_hdr; break
12719 done
12720 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
12721 if test $ac_header_dirent = dirent.h; then
12722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
12723 $as_echo_n "checking for library containing opendir... " >&6; }
12724 if test "${ac_cv_search_opendir+set}" = set; then :
12725 $as_echo_n "(cached) " >&6
12726 else
12727 ac_func_search_save_LIBS=$LIBS
12728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12729 /* end confdefs.h. */
12731 /* Override any GCC internal prototype to avoid an error.
12732 Use char because int might match the return type of a GCC
12733 builtin and then its argument prototype would still apply. */
12734 #ifdef __cplusplus
12735 extern "C"
12736 #endif
12737 char opendir ();
12739 main ()
12741 return opendir ();
12743 return 0;
12745 _ACEOF
12746 for ac_lib in '' dir; do
12747 if test -z "$ac_lib"; then
12748 ac_res="none required"
12749 else
12750 ac_res=-l$ac_lib
12751 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12753 if ac_fn_c_try_link "$LINENO"; then :
12754 ac_cv_search_opendir=$ac_res
12756 rm -f core conftest.err conftest.$ac_objext \
12757 conftest$ac_exeext
12758 if test "${ac_cv_search_opendir+set}" = set; then :
12759 break
12761 done
12762 if test "${ac_cv_search_opendir+set}" = set; then :
12764 else
12765 ac_cv_search_opendir=no
12767 rm conftest.$ac_ext
12768 LIBS=$ac_func_search_save_LIBS
12770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
12771 $as_echo "$ac_cv_search_opendir" >&6; }
12772 ac_res=$ac_cv_search_opendir
12773 if test "$ac_res" != no; then :
12774 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12778 else
12779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5
12780 $as_echo_n "checking for library containing opendir... " >&6; }
12781 if test "${ac_cv_search_opendir+set}" = set; then :
12782 $as_echo_n "(cached) " >&6
12783 else
12784 ac_func_search_save_LIBS=$LIBS
12785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12786 /* end confdefs.h. */
12788 /* Override any GCC internal prototype to avoid an error.
12789 Use char because int might match the return type of a GCC
12790 builtin and then its argument prototype would still apply. */
12791 #ifdef __cplusplus
12792 extern "C"
12793 #endif
12794 char opendir ();
12796 main ()
12798 return opendir ();
12800 return 0;
12802 _ACEOF
12803 for ac_lib in '' x; do
12804 if test -z "$ac_lib"; then
12805 ac_res="none required"
12806 else
12807 ac_res=-l$ac_lib
12808 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12810 if ac_fn_c_try_link "$LINENO"; then :
12811 ac_cv_search_opendir=$ac_res
12813 rm -f core conftest.err conftest.$ac_objext \
12814 conftest$ac_exeext
12815 if test "${ac_cv_search_opendir+set}" = set; then :
12816 break
12818 done
12819 if test "${ac_cv_search_opendir+set}" = set; then :
12821 else
12822 ac_cv_search_opendir=no
12824 rm conftest.$ac_ext
12825 LIBS=$ac_func_search_save_LIBS
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5
12828 $as_echo "$ac_cv_search_opendir" >&6; }
12829 ac_res=$ac_cv_search_opendir
12830 if test "$ac_res" != no; then :
12831 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12838 # Check for dlopen support and enable plugins if possible.
12839 enable_plugins=yes
12840 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
12842 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
12844 else
12845 enable_plugins=no
12849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
12850 $as_echo_n "checking for library containing dlopen... " >&6; }
12851 if test "${ac_cv_search_dlopen+set}" = set; then :
12852 $as_echo_n "(cached) " >&6
12853 else
12854 ac_func_search_save_LIBS=$LIBS
12855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12856 /* end confdefs.h. */
12858 /* Override any GCC internal prototype to avoid an error.
12859 Use char because int might match the return type of a GCC
12860 builtin and then its argument prototype would still apply. */
12861 #ifdef __cplusplus
12862 extern "C"
12863 #endif
12864 char dlopen ();
12866 main ()
12868 return dlopen ();
12870 return 0;
12872 _ACEOF
12873 for ac_lib in '' dl; do
12874 if test -z "$ac_lib"; then
12875 ac_res="none required"
12876 else
12877 ac_res=-l$ac_lib
12878 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12880 if ac_fn_c_try_link "$LINENO"; then :
12881 ac_cv_search_dlopen=$ac_res
12883 rm -f core conftest.err conftest.$ac_objext \
12884 conftest$ac_exeext
12885 if test "${ac_cv_search_dlopen+set}" = set; then :
12886 break
12888 done
12889 if test "${ac_cv_search_dlopen+set}" = set; then :
12891 else
12892 ac_cv_search_dlopen=no
12894 rm conftest.$ac_ext
12895 LIBS=$ac_func_search_save_LIBS
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
12898 $as_echo "$ac_cv_search_dlopen" >&6; }
12899 ac_res=$ac_cv_search_dlopen
12900 if test "$ac_res" != no; then :
12901 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12903 else
12904 enable_plugins=no
12907 for ac_func in dlopen dlsym dlclose
12908 do :
12909 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
12910 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
12911 eval as_val=\$$as_ac_var
12912 if test "x$as_val" = x""yes; then :
12913 cat >>confdefs.h <<_ACEOF
12914 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
12915 _ACEOF
12917 else
12918 enable_plugins=no
12920 done
12922 # We also support plugins on Windows (MinGW).
12923 if test x$enable_plugins = xno ; then
12924 for ac_header in Windows.h
12925 do :
12926 ac_fn_c_check_header_compile "$LINENO" "Windows.h" "ac_cv_header_Windows_h" "$ac_includes_default
12928 if test "x$ac_cv_header_Windows_h" = x""yes; then :
12929 cat >>confdefs.h <<_ACEOF
12930 #define HAVE_WINDOWS_H 1
12931 _ACEOF
12932 enable_plugins=yes
12935 done
12938 if test x$enable_plugins = xyes; then
12939 ENABLE_PLUGINS_TRUE=
12940 ENABLE_PLUGINS_FALSE='#'
12941 else
12942 ENABLE_PLUGINS_TRUE='#'
12943 ENABLE_PLUGINS_FALSE=
12947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
12948 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
12949 if test "${ld_cv_decl_getopt_unistd_h+set}" = set; then :
12950 $as_echo_n "(cached) " >&6
12951 else
12952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h. */
12954 #include <unistd.h>
12956 main ()
12958 extern int getopt (int, char *const*, const char *);
12960 return 0;
12962 _ACEOF
12963 if ac_fn_c_try_compile "$LINENO"; then :
12964 ld_cv_decl_getopt_unistd_h=yes
12965 else
12966 ld_cv_decl_getopt_unistd_h=no
12968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_decl_getopt_unistd_h" >&5
12972 $as_echo "$ld_cv_decl_getopt_unistd_h" >&6; }
12973 if test $ld_cv_decl_getopt_unistd_h = yes; then
12975 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
12980 case "${host}" in
12981 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
12983 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
12985 esac
12987 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
12988 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
12989 ac_have_decl=1
12990 else
12991 ac_have_decl=0
12994 cat >>confdefs.h <<_ACEOF
12995 #define HAVE_DECL_STRSTR $ac_have_decl
12996 _ACEOF
12997 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
12998 if test "x$ac_cv_have_decl_free" = x""yes; then :
12999 ac_have_decl=1
13000 else
13001 ac_have_decl=0
13004 cat >>confdefs.h <<_ACEOF
13005 #define HAVE_DECL_FREE $ac_have_decl
13006 _ACEOF
13007 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13008 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13009 ac_have_decl=1
13010 else
13011 ac_have_decl=0
13014 cat >>confdefs.h <<_ACEOF
13015 #define HAVE_DECL_SBRK $ac_have_decl
13016 _ACEOF
13017 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13018 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13019 ac_have_decl=1
13020 else
13021 ac_have_decl=0
13024 cat >>confdefs.h <<_ACEOF
13025 #define HAVE_DECL_GETENV $ac_have_decl
13026 _ACEOF
13027 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13028 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13029 ac_have_decl=1
13030 else
13031 ac_have_decl=0
13034 cat >>confdefs.h <<_ACEOF
13035 #define HAVE_DECL_ENVIRON $ac_have_decl
13036 _ACEOF
13039 # Link in zlib if we can. This is needed only for the bootstrap tests
13040 # right now, since those tests use libbfd, which depends on zlib.
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
13042 $as_echo_n "checking for library containing zlibVersion... " >&6; }
13043 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13044 $as_echo_n "(cached) " >&6
13045 else
13046 ac_func_search_save_LIBS=$LIBS
13047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13048 /* end confdefs.h. */
13050 /* Override any GCC internal prototype to avoid an error.
13051 Use char because int might match the return type of a GCC
13052 builtin and then its argument prototype would still apply. */
13053 #ifdef __cplusplus
13054 extern "C"
13055 #endif
13056 char zlibVersion ();
13058 main ()
13060 return zlibVersion ();
13062 return 0;
13064 _ACEOF
13065 for ac_lib in '' z; do
13066 if test -z "$ac_lib"; then
13067 ac_res="none required"
13068 else
13069 ac_res=-l$ac_lib
13070 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13072 if ac_fn_c_try_link "$LINENO"; then :
13073 ac_cv_search_zlibVersion=$ac_res
13075 rm -f core conftest.err conftest.$ac_objext \
13076 conftest$ac_exeext
13077 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13078 break
13080 done
13081 if test "${ac_cv_search_zlibVersion+set}" = set; then :
13083 else
13084 ac_cv_search_zlibVersion=no
13086 rm conftest.$ac_ext
13087 LIBS=$ac_func_search_save_LIBS
13089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
13090 $as_echo "$ac_cv_search_zlibVersion" >&6; }
13091 ac_res=$ac_cv_search_zlibVersion
13092 if test "$ac_res" != no; then :
13093 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13094 for ac_header in zlib.h
13095 do :
13096 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13097 if test "x$ac_cv_header_zlib_h" = x""yes; then :
13098 cat >>confdefs.h <<_ACEOF
13099 #define HAVE_ZLIB_H 1
13100 _ACEOF
13104 done
13109 # When converting linker scripts into strings for use in emulation
13110 # files, use astring.sed if the compiler supports ANSI string
13111 # concatenation, or ostring.sed otherwise. This is to support the
13112 # broken Microsoft MSVC compiler, which limits the length of string
13113 # constants, while still supporting pre-ANSI compilers which do not
13114 # support string concatenation.
13115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ANSI C string concatenation works" >&5
13116 $as_echo_n "checking whether ANSI C string concatenation works... " >&6; }
13117 if test "${ld_cv_string_concatenation+set}" = set; then :
13118 $as_echo_n "(cached) " >&6
13119 else
13120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13121 /* end confdefs.h. */
13124 main ()
13126 char *a = "a" "a";
13128 return 0;
13130 _ACEOF
13131 if ac_fn_c_try_compile "$LINENO"; then :
13132 ld_cv_string_concatenation=yes
13133 else
13134 ld_cv_string_concatenation=no
13136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_cv_string_concatenation" >&5
13140 $as_echo "$ld_cv_string_concatenation" >&6; }
13141 if test "$ld_cv_string_concatenation" = "yes"; then
13142 STRINGIFY=astring.sed
13143 else
13144 STRINGIFY=ostring.sed
13148 # target-specific stuff:
13150 all_targets=
13151 EMUL=
13152 all_emuls=
13153 all_emul_extras=
13154 all_libpath=
13156 rm -f tdirs
13158 for targ_alias in `echo $target_alias $enable_targets | sed 's/,/ /g'`
13160 if test "$targ_alias" = "all"; then
13161 all_targets=true
13162 else
13163 # Canonicalize the secondary target names.
13164 result=`$ac_config_sub $targ_alias 2>/dev/null`
13165 if test -n "$result"; then
13166 targ=$result
13167 else
13168 targ=$targ_alias
13171 . ${srcdir}/configure.tgt
13173 if test "$targ" = "$target"; then
13174 EMUL=$targ_emul
13177 if test x${want64} = xfalse; then
13178 . ${srcdir}/../bfd/config.bfd
13181 if test x${want64} = xtrue; then
13182 targ_extra_emuls="$targ_extra_emuls $targ64_extra_emuls"
13183 targ_extra_libpath="$targ_extra_libpath $targ64_extra_libpath"
13186 for i in $targ_emul $targ_extra_emuls $targ_extra_libpath; do
13187 case " $all_emuls " in
13188 *" e${i}.o "*) ;;
13190 all_emuls="$all_emuls e${i}.o"
13191 eval result=\$tdir_$i
13192 test -z "$result" && result=$targ_alias
13193 echo tdir_$i=$result >> tdirs
13195 esac
13196 done
13198 for i in $targ_emul $targ_extra_libpath; do
13199 case " $all_libpath " in
13200 *" ${i} "*) ;;
13202 if test -z "$all_libpath"; then
13203 all_libpath=${i}
13204 else
13205 all_libpath="$all_libpath ${i}"
13208 esac
13209 done
13211 for i in $targ_extra_ofiles; do
13212 case " $all_emul_extras " in
13213 *" ${i} "*) ;;
13215 all_emul_extras="$all_emul_extras ${i}"
13217 esac
13218 done
13220 done
13224 TDIRS=tdirs
13227 if test x${all_targets} = xtrue; then
13228 if test x${want64} = xfalse; then
13229 # The cast to long int works around a bug in the HP C Compiler
13230 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13231 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13232 # This bug is HP SR number 8606223364.
13233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13234 $as_echo_n "checking size of long... " >&6; }
13235 if test "${ac_cv_sizeof_long+set}" = set; then :
13236 $as_echo_n "(cached) " >&6
13237 else
13238 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13240 else
13241 if test "$ac_cv_type_long" = yes; then
13242 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13243 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13244 { as_fn_set_status 77
13245 as_fn_error "cannot compute sizeof (long)
13246 See \`config.log' for more details." "$LINENO" 5; }; }
13247 else
13248 ac_cv_sizeof_long=0
13253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13254 $as_echo "$ac_cv_sizeof_long" >&6; }
13258 cat >>confdefs.h <<_ACEOF
13259 #define SIZEOF_LONG $ac_cv_sizeof_long
13260 _ACEOF
13263 if test "x${ac_cv_sizeof_long}" = "x8"; then
13264 want64=true
13267 if test x${want64} = xtrue; then
13268 EMULATION_OFILES='$(ALL_EMULATIONS) $(ALL_64_EMULATIONS)'
13269 else
13270 EMULATION_OFILES='$(ALL_EMULATIONS)'
13272 EMUL_EXTRA_OFILES='$(ALL_EMUL_EXTRA_OFILES)'
13273 else
13274 EMULATION_OFILES=$all_emuls
13275 EMUL_EXTRA_OFILES=$all_emul_extras
13281 EMULATION_LIBPATH=$all_libpath
13284 if test x${enable_static} = xno; then
13285 TESTBFDLIB="--rpath ../bfd/.libs ../bfd/.libs/libbfd.so"
13286 else
13287 TESTBFDLIB="../bfd/.libs/libbfd.a"
13291 target_vendor=${target_vendor=$host_vendor}
13292 case "$target_vendor" in
13293 hp) EXTRA_SHLIB_EXTENSION=".sl" ;;
13294 *) EXTRA_SHLIB_EXTENSION= ;;
13295 esac
13297 case "$target_os" in
13298 lynxos) EXTRA_SHLIB_EXTENSION=".a" ;;
13299 esac
13301 if test x${EXTRA_SHLIB_EXTENSION} != x ; then
13303 cat >>confdefs.h <<_ACEOF
13304 #define EXTRA_SHLIB_EXTENSION "$EXTRA_SHLIB_EXTENSION"
13305 _ACEOF
13314 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
13316 cat >confcache <<\_ACEOF
13317 # This file is a shell script that caches the results of configure
13318 # tests run on this system so they can be shared between configure
13319 # scripts and configure runs, see configure's option --config-cache.
13320 # It is not useful on other systems. If it contains results you don't
13321 # want to keep, you may remove or edit it.
13323 # config.status only pays attention to the cache file if you give it
13324 # the --recheck option to rerun configure.
13326 # `ac_cv_env_foo' variables (set or unset) will be overridden when
13327 # loading this file, other *unset* `ac_cv_foo' will be assigned the
13328 # following values.
13330 _ACEOF
13332 # The following way of writing the cache mishandles newlines in values,
13333 # but we know of no workaround that is simple, portable, and efficient.
13334 # So, we kill variables containing newlines.
13335 # Ultrix sh set writes to stderr and can't be redirected directly,
13336 # and sets the high bit in the cache file unless we assign to the vars.
13338 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13339 eval ac_val=\$$ac_var
13340 case $ac_val in #(
13341 *${as_nl}*)
13342 case $ac_var in #(
13343 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13344 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13345 esac
13346 case $ac_var in #(
13347 _ | IFS | as_nl) ;; #(
13348 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13349 *) { eval $ac_var=; unset $ac_var;} ;;
13350 esac ;;
13351 esac
13352 done
13354 (set) 2>&1 |
13355 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13356 *${as_nl}ac_space=\ *)
13357 # `set' does not quote correctly, so add quotes: double-quote
13358 # substitution turns \\\\ into \\, and sed turns \\ into \.
13359 sed -n \
13360 "s/'/'\\\\''/g;
13361 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13362 ;; #(
13364 # `set' quotes correctly as required by POSIX, so do not add quotes.
13365 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13367 esac |
13368 sort
13370 sed '
13371 /^ac_cv_env_/b end
13372 t clear
13373 :clear
13374 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13375 t end
13376 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13377 :end' >>confcache
13378 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13379 if test -w "$cache_file"; then
13380 test "x$cache_file" != "x/dev/null" &&
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13382 $as_echo "$as_me: updating cache $cache_file" >&6;}
13383 cat confcache >$cache_file
13384 else
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13386 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13389 rm -f confcache
13391 test "x$prefix" = xNONE && prefix=$ac_default_prefix
13392 # Let make expand exec_prefix.
13393 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13395 DEFS=-DHAVE_CONFIG_H
13397 ac_libobjs=
13398 ac_ltlibobjs=
13399 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13400 # 1. Remove the extension, and $U if already installed.
13401 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13402 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13403 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13404 # will be set to the directory where LIBOBJS objects are built.
13405 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13406 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13407 done
13408 LIBOBJS=$ac_libobjs
13410 LTLIBOBJS=$ac_ltlibobjs
13413 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
13414 as_fn_error "conditional \"AMDEP\" was never defined.
13415 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13417 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
13418 as_fn_error "conditional \"am__fastdepCC\" was never defined.
13419 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13421 if test -n "$EXEEXT"; then
13422 am__EXEEXT_TRUE=
13423 am__EXEEXT_FALSE='#'
13424 else
13425 am__EXEEXT_TRUE='#'
13426 am__EXEEXT_FALSE=
13429 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13430 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13431 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13433 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13434 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13435 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13437 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
13438 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
13439 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13441 if test -z "${ENABLE_PLUGINS_TRUE}" && test -z "${ENABLE_PLUGINS_FALSE}"; then
13442 as_fn_error "conditional \"ENABLE_PLUGINS\" was never defined.
13443 Usually this means the macro was only invoked conditionally." "$LINENO" 5
13446 : ${CONFIG_STATUS=./config.status}
13447 ac_write_fail=0
13448 ac_clean_files_save=$ac_clean_files
13449 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13451 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13452 as_write_fail=0
13453 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13454 #! $SHELL
13455 # Generated by $as_me.
13456 # Run this file to recreate the current configuration.
13457 # Compiler output produced by configure, useful for debugging
13458 # configure, is in config.log if it exists.
13460 debug=false
13461 ac_cs_recheck=false
13462 ac_cs_silent=false
13464 SHELL=\${CONFIG_SHELL-$SHELL}
13465 export SHELL
13466 _ASEOF
13467 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13468 ## -------------------- ##
13469 ## M4sh Initialization. ##
13470 ## -------------------- ##
13472 # Be more Bourne compatible
13473 DUALCASE=1; export DUALCASE # for MKS sh
13474 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13475 emulate sh
13476 NULLCMD=:
13477 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13478 # is contrary to our usage. Disable this feature.
13479 alias -g '${1+"$@"}'='"$@"'
13480 setopt NO_GLOB_SUBST
13481 else
13482 case `(set -o) 2>/dev/null` in #(
13483 *posix*) :
13484 set -o posix ;; #(
13485 *) :
13487 esac
13491 as_nl='
13493 export as_nl
13494 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13495 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13496 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13497 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13498 # Prefer a ksh shell builtin over an external printf program on Solaris,
13499 # but without wasting forks for bash or zsh.
13500 if test -z "$BASH_VERSION$ZSH_VERSION" \
13501 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13502 as_echo='print -r --'
13503 as_echo_n='print -rn --'
13504 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13505 as_echo='printf %s\n'
13506 as_echo_n='printf %s'
13507 else
13508 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13509 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13510 as_echo_n='/usr/ucb/echo -n'
13511 else
13512 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13513 as_echo_n_body='eval
13514 arg=$1;
13515 case $arg in #(
13516 *"$as_nl"*)
13517 expr "X$arg" : "X\\(.*\\)$as_nl";
13518 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13519 esac;
13520 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13522 export as_echo_n_body
13523 as_echo_n='sh -c $as_echo_n_body as_echo'
13525 export as_echo_body
13526 as_echo='sh -c $as_echo_body as_echo'
13529 # The user is always right.
13530 if test "${PATH_SEPARATOR+set}" != set; then
13531 PATH_SEPARATOR=:
13532 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13533 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13534 PATH_SEPARATOR=';'
13539 # IFS
13540 # We need space, tab and new line, in precisely that order. Quoting is
13541 # there to prevent editors from complaining about space-tab.
13542 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13543 # splitting by setting IFS to empty value.)
13544 IFS=" "" $as_nl"
13546 # Find who we are. Look in the path if we contain no directory separator.
13547 case $0 in #((
13548 *[\\/]* ) as_myself=$0 ;;
13549 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13550 for as_dir in $PATH
13552 IFS=$as_save_IFS
13553 test -z "$as_dir" && as_dir=.
13554 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13555 done
13556 IFS=$as_save_IFS
13559 esac
13560 # We did not find ourselves, most probably we were run as `sh COMMAND'
13561 # in which case we are not to be found in the path.
13562 if test "x$as_myself" = x; then
13563 as_myself=$0
13565 if test ! -f "$as_myself"; then
13566 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13567 exit 1
13570 # Unset variables that we do not need and which cause bugs (e.g. in
13571 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13572 # suppresses any "Segmentation fault" message there. '((' could
13573 # trigger a bug in pdksh 5.2.14.
13574 for as_var in BASH_ENV ENV MAIL MAILPATH
13575 do eval test x\${$as_var+set} = xset \
13576 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13577 done
13578 PS1='$ '
13579 PS2='> '
13580 PS4='+ '
13582 # NLS nuisances.
13583 LC_ALL=C
13584 export LC_ALL
13585 LANGUAGE=C
13586 export LANGUAGE
13588 # CDPATH.
13589 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13592 # as_fn_error ERROR [LINENO LOG_FD]
13593 # ---------------------------------
13594 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13595 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13596 # script with status $?, using 1 if that was 0.
13597 as_fn_error ()
13599 as_status=$?; test $as_status -eq 0 && as_status=1
13600 if test "$3"; then
13601 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13602 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13604 $as_echo "$as_me: error: $1" >&2
13605 as_fn_exit $as_status
13606 } # as_fn_error
13609 # as_fn_set_status STATUS
13610 # -----------------------
13611 # Set $? to STATUS, without forking.
13612 as_fn_set_status ()
13614 return $1
13615 } # as_fn_set_status
13617 # as_fn_exit STATUS
13618 # -----------------
13619 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13620 as_fn_exit ()
13622 set +e
13623 as_fn_set_status $1
13624 exit $1
13625 } # as_fn_exit
13627 # as_fn_unset VAR
13628 # ---------------
13629 # Portably unset VAR.
13630 as_fn_unset ()
13632 { eval $1=; unset $1;}
13634 as_unset=as_fn_unset
13635 # as_fn_append VAR VALUE
13636 # ----------------------
13637 # Append the text in VALUE to the end of the definition contained in VAR. Take
13638 # advantage of any shell optimizations that allow amortized linear growth over
13639 # repeated appends, instead of the typical quadratic growth present in naive
13640 # implementations.
13641 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13642 eval 'as_fn_append ()
13644 eval $1+=\$2
13646 else
13647 as_fn_append ()
13649 eval $1=\$$1\$2
13651 fi # as_fn_append
13653 # as_fn_arith ARG...
13654 # ------------------
13655 # Perform arithmetic evaluation on the ARGs, and store the result in the
13656 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13657 # must be portable across $(()) and expr.
13658 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13659 eval 'as_fn_arith ()
13661 as_val=$(( $* ))
13663 else
13664 as_fn_arith ()
13666 as_val=`expr "$@" || test $? -eq 1`
13668 fi # as_fn_arith
13671 if expr a : '\(a\)' >/dev/null 2>&1 &&
13672 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13673 as_expr=expr
13674 else
13675 as_expr=false
13678 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13679 as_basename=basename
13680 else
13681 as_basename=false
13684 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13685 as_dirname=dirname
13686 else
13687 as_dirname=false
13690 as_me=`$as_basename -- "$0" ||
13691 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13692 X"$0" : 'X\(//\)$' \| \
13693 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13694 $as_echo X/"$0" |
13695 sed '/^.*\/\([^/][^/]*\)\/*$/{
13696 s//\1/
13699 /^X\/\(\/\/\)$/{
13700 s//\1/
13703 /^X\/\(\/\).*/{
13704 s//\1/
13707 s/.*/./; q'`
13709 # Avoid depending upon Character Ranges.
13710 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13711 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13712 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13713 as_cr_digits='0123456789'
13714 as_cr_alnum=$as_cr_Letters$as_cr_digits
13716 ECHO_C= ECHO_N= ECHO_T=
13717 case `echo -n x` in #(((((
13718 -n*)
13719 case `echo 'xy\c'` in
13720 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13721 xy) ECHO_C='\c';;
13722 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13723 ECHO_T=' ';;
13724 esac;;
13726 ECHO_N='-n';;
13727 esac
13729 rm -f conf$$ conf$$.exe conf$$.file
13730 if test -d conf$$.dir; then
13731 rm -f conf$$.dir/conf$$.file
13732 else
13733 rm -f conf$$.dir
13734 mkdir conf$$.dir 2>/dev/null
13736 if (echo >conf$$.file) 2>/dev/null; then
13737 if ln -s conf$$.file conf$$ 2>/dev/null; then
13738 as_ln_s='ln -s'
13739 # ... but there are two gotchas:
13740 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13741 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13742 # In both cases, we have to default to `cp -p'.
13743 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13744 as_ln_s='cp -p'
13745 elif ln conf$$.file conf$$ 2>/dev/null; then
13746 as_ln_s=ln
13747 else
13748 as_ln_s='cp -p'
13750 else
13751 as_ln_s='cp -p'
13753 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13754 rmdir conf$$.dir 2>/dev/null
13757 # as_fn_mkdir_p
13758 # -------------
13759 # Create "$as_dir" as a directory, including parents if necessary.
13760 as_fn_mkdir_p ()
13763 case $as_dir in #(
13764 -*) as_dir=./$as_dir;;
13765 esac
13766 test -d "$as_dir" || eval $as_mkdir_p || {
13767 as_dirs=
13768 while :; do
13769 case $as_dir in #(
13770 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13771 *) as_qdir=$as_dir;;
13772 esac
13773 as_dirs="'$as_qdir' $as_dirs"
13774 as_dir=`$as_dirname -- "$as_dir" ||
13775 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13776 X"$as_dir" : 'X\(//\)[^/]' \| \
13777 X"$as_dir" : 'X\(//\)$' \| \
13778 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13779 $as_echo X"$as_dir" |
13780 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13781 s//\1/
13784 /^X\(\/\/\)[^/].*/{
13785 s//\1/
13788 /^X\(\/\/\)$/{
13789 s//\1/
13792 /^X\(\/\).*/{
13793 s//\1/
13796 s/.*/./; q'`
13797 test -d "$as_dir" && break
13798 done
13799 test -z "$as_dirs" || eval "mkdir $as_dirs"
13800 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13803 } # as_fn_mkdir_p
13804 if mkdir -p . 2>/dev/null; then
13805 as_mkdir_p='mkdir -p "$as_dir"'
13806 else
13807 test -d ./-p && rmdir ./-p
13808 as_mkdir_p=false
13811 if test -x / >/dev/null 2>&1; then
13812 as_test_x='test -x'
13813 else
13814 if ls -dL / >/dev/null 2>&1; then
13815 as_ls_L_option=L
13816 else
13817 as_ls_L_option=
13819 as_test_x='
13820 eval sh -c '\''
13821 if test -d "$1"; then
13822 test -d "$1/.";
13823 else
13824 case $1 in #(
13825 -*)set "./$1";;
13826 esac;
13827 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13828 ???[sx]*):;;*)false;;esac;fi
13829 '\'' sh
13832 as_executable_p=$as_test_x
13834 # Sed expression to map a string onto a valid CPP name.
13835 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13837 # Sed expression to map a string onto a valid variable name.
13838 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13841 exec 6>&1
13842 ## ----------------------------------- ##
13843 ## Main body of $CONFIG_STATUS script. ##
13844 ## ----------------------------------- ##
13845 _ASEOF
13846 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13849 # Save the log message, to keep $0 and so on meaningful, and to
13850 # report actual input values of CONFIG_FILES etc. instead of their
13851 # values after options handling.
13852 ac_log="
13853 This file was extended by $as_me, which was
13854 generated by GNU Autoconf 2.64. Invocation command line was
13856 CONFIG_FILES = $CONFIG_FILES
13857 CONFIG_HEADERS = $CONFIG_HEADERS
13858 CONFIG_LINKS = $CONFIG_LINKS
13859 CONFIG_COMMANDS = $CONFIG_COMMANDS
13860 $ $0 $@
13862 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13865 _ACEOF
13867 case $ac_config_files in *"
13868 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13869 esac
13871 case $ac_config_headers in *"
13872 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13873 esac
13876 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13877 # Files that config.status was made for.
13878 config_files="$ac_config_files"
13879 config_headers="$ac_config_headers"
13880 config_commands="$ac_config_commands"
13882 _ACEOF
13884 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13885 ac_cs_usage="\
13886 \`$as_me' instantiates files and other configuration actions
13887 from templates according to the current configuration. Unless the files
13888 and actions are specified as TAGs, all are instantiated by default.
13890 Usage: $0 [OPTION]... [TAG]...
13892 -h, --help print this help, then exit
13893 -V, --version print version number and configuration settings, then exit
13894 -q, --quiet, --silent
13895 do not print progress messages
13896 -d, --debug don't remove temporary files
13897 --recheck update $as_me by reconfiguring in the same conditions
13898 --file=FILE[:TEMPLATE]
13899 instantiate the configuration file FILE
13900 --header=FILE[:TEMPLATE]
13901 instantiate the configuration header FILE
13903 Configuration files:
13904 $config_files
13906 Configuration headers:
13907 $config_headers
13909 Configuration commands:
13910 $config_commands
13912 Report bugs to the package provider."
13914 _ACEOF
13915 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13916 ac_cs_version="\\
13917 config.status
13918 configured by $0, generated by GNU Autoconf 2.64,
13919 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13921 Copyright (C) 2009 Free Software Foundation, Inc.
13922 This config.status script is free software; the Free Software Foundation
13923 gives unlimited permission to copy, distribute and modify it."
13925 ac_pwd='$ac_pwd'
13926 srcdir='$srcdir'
13927 INSTALL='$INSTALL'
13928 MKDIR_P='$MKDIR_P'
13929 AWK='$AWK'
13930 test -n "\$AWK" || AWK=awk
13931 _ACEOF
13933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13934 # The default lists apply if the user does not specify any file.
13935 ac_need_defaults=:
13936 while test $# != 0
13938 case $1 in
13939 --*=*)
13940 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13941 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13942 ac_shift=:
13945 ac_option=$1
13946 ac_optarg=$2
13947 ac_shift=shift
13949 esac
13951 case $ac_option in
13952 # Handling of the options.
13953 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13954 ac_cs_recheck=: ;;
13955 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13956 $as_echo "$ac_cs_version"; exit ;;
13957 --debug | --debu | --deb | --de | --d | -d )
13958 debug=: ;;
13959 --file | --fil | --fi | --f )
13960 $ac_shift
13961 case $ac_optarg in
13962 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13963 esac
13964 as_fn_append CONFIG_FILES " '$ac_optarg'"
13965 ac_need_defaults=false;;
13966 --header | --heade | --head | --hea )
13967 $ac_shift
13968 case $ac_optarg in
13969 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13970 esac
13971 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13972 ac_need_defaults=false;;
13973 --he | --h)
13974 # Conflict between --help and --header
13975 as_fn_error "ambiguous option: \`$1'
13976 Try \`$0 --help' for more information.";;
13977 --help | --hel | -h )
13978 $as_echo "$ac_cs_usage"; exit ;;
13979 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13980 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13981 ac_cs_silent=: ;;
13983 # This is an error.
13984 -*) as_fn_error "unrecognized option: \`$1'
13985 Try \`$0 --help' for more information." ;;
13987 *) as_fn_append ac_config_targets " $1"
13988 ac_need_defaults=false ;;
13990 esac
13991 shift
13992 done
13994 ac_configure_extra_args=
13996 if $ac_cs_silent; then
13997 exec 6>/dev/null
13998 ac_configure_extra_args="$ac_configure_extra_args --silent"
14001 _ACEOF
14002 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14003 if \$ac_cs_recheck; then
14004 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14005 shift
14006 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14007 CONFIG_SHELL='$SHELL'
14008 export CONFIG_SHELL
14009 exec "\$@"
14012 _ACEOF
14013 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14014 exec 5>>config.log
14016 echo
14017 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14018 ## Running $as_me. ##
14019 _ASBOX
14020 $as_echo "$ac_log"
14021 } >&5
14023 _ACEOF
14024 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14026 # INIT-COMMANDS
14028 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14031 # The HP-UX ksh and POSIX shell print the target directory to stdout
14032 # if CDPATH is set.
14033 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14035 sed_quote_subst='$sed_quote_subst'
14036 double_quote_subst='$double_quote_subst'
14037 delay_variable_subst='$delay_variable_subst'
14038 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14039 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14040 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14041 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14042 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14043 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14044 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14045 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14046 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14047 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14048 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14049 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14050 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14051 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14052 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14053 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14054 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14055 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14056 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14057 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14058 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14059 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14060 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14061 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14062 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14063 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14064 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14065 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14066 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14067 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14068 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14069 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14070 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14071 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14072 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14073 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14074 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14075 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14076 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14077 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14078 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14079 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14080 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14081 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14082 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14083 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14084 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14085 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14086 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"`'
14087 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14088 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14089 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14090 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14091 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14092 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14093 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14094 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14095 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14096 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14097 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14098 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14099 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14100 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14101 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14102 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14103 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14104 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14105 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14106 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14107 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14108 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14109 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14110 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14111 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14112 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14113 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14114 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14115 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14116 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14117 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14118 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14119 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14120 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14121 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14122 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14123 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14124 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14125 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14126 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14127 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14128 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14129 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14130 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14131 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14132 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14133 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14134 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14135 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14136 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14137 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14138 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14139 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14140 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14141 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14142 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14143 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14144 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14145 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14146 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14147 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14148 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14149 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14150 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14151 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14152 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14153 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14154 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14155 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14156 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14157 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14159 LTCC='$LTCC'
14160 LTCFLAGS='$LTCFLAGS'
14161 compiler='$compiler_DEFAULT'
14163 # A function that is used when there is no print builtin or printf.
14164 func_fallback_echo ()
14166 eval 'cat <<_LTECHO_EOF
14168 _LTECHO_EOF'
14171 # Quote evaled strings.
14172 for var in SHELL \
14173 ECHO \
14174 SED \
14175 GREP \
14176 EGREP \
14177 FGREP \
14178 LD \
14179 NM \
14180 LN_S \
14181 lt_SP2NL \
14182 lt_NL2SP \
14183 reload_flag \
14184 OBJDUMP \
14185 deplibs_check_method \
14186 file_magic_cmd \
14187 AR \
14188 AR_FLAGS \
14189 STRIP \
14190 RANLIB \
14191 CC \
14192 CFLAGS \
14193 compiler \
14194 lt_cv_sys_global_symbol_pipe \
14195 lt_cv_sys_global_symbol_to_cdecl \
14196 lt_cv_sys_global_symbol_to_c_name_address \
14197 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14198 lt_prog_compiler_no_builtin_flag \
14199 lt_prog_compiler_wl \
14200 lt_prog_compiler_pic \
14201 lt_prog_compiler_static \
14202 lt_cv_prog_compiler_c_o \
14203 need_locks \
14204 DSYMUTIL \
14205 NMEDIT \
14206 LIPO \
14207 OTOOL \
14208 OTOOL64 \
14209 shrext_cmds \
14210 export_dynamic_flag_spec \
14211 whole_archive_flag_spec \
14212 compiler_needs_object \
14213 with_gnu_ld \
14214 allow_undefined_flag \
14215 no_undefined_flag \
14216 hardcode_libdir_flag_spec \
14217 hardcode_libdir_flag_spec_ld \
14218 hardcode_libdir_separator \
14219 fix_srcfile_path \
14220 exclude_expsyms \
14221 include_expsyms \
14222 file_list_spec \
14223 variables_saved_for_relink \
14224 libname_spec \
14225 library_names_spec \
14226 soname_spec \
14227 install_override_mode \
14228 finish_eval \
14229 old_striplib \
14230 striplib; do
14231 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14232 *[\\\\\\\`\\"\\\$]*)
14233 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14236 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14238 esac
14239 done
14241 # Double-quote double-evaled strings.
14242 for var in reload_cmds \
14243 old_postinstall_cmds \
14244 old_postuninstall_cmds \
14245 old_archive_cmds \
14246 extract_expsyms_cmds \
14247 old_archive_from_new_cmds \
14248 old_archive_from_expsyms_cmds \
14249 archive_cmds \
14250 archive_expsym_cmds \
14251 module_cmds \
14252 module_expsym_cmds \
14253 export_symbols_cmds \
14254 prelink_cmds \
14255 postinstall_cmds \
14256 postuninstall_cmds \
14257 finish_cmds \
14258 sys_lib_search_path_spec \
14259 sys_lib_dlsearch_path_spec; do
14260 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14261 *[\\\\\\\`\\"\\\$]*)
14262 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14265 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14267 esac
14268 done
14270 ac_aux_dir='$ac_aux_dir'
14271 xsi_shell='$xsi_shell'
14272 lt_shell_append='$lt_shell_append'
14274 # See if we are running on zsh, and set the options which allow our
14275 # commands through without removal of \ escapes INIT.
14276 if test -n "\${ZSH_VERSION+set}" ; then
14277 setopt NO_GLOB_SUBST
14281 PACKAGE='$PACKAGE'
14282 VERSION='$VERSION'
14283 TIMESTAMP='$TIMESTAMP'
14284 RM='$RM'
14285 ofile='$ofile'
14289 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
14290 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
14291 # from automake.
14292 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
14293 # Capture the value of LINGUAS because we need it to compute CATALOGS.
14294 LINGUAS="${LINGUAS-%UNSET%}"
14297 _ACEOF
14299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14301 # Handling of arguments.
14302 for ac_config_target in $ac_config_targets
14304 case $ac_config_target in
14305 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
14306 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
14307 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
14308 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
14309 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
14310 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
14312 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14313 esac
14314 done
14317 # If the user did not use the arguments to specify the items to instantiate,
14318 # then the envvar interface is used. Set only those that are not.
14319 # We use the long form for the default assignment because of an extremely
14320 # bizarre bug on SunOS 4.1.3.
14321 if $ac_need_defaults; then
14322 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14323 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
14324 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14327 # Have a temporary directory for convenience. Make it in the build tree
14328 # simply because there is no reason against having it here, and in addition,
14329 # creating and moving files from /tmp can sometimes cause problems.
14330 # Hook for its removal unless debugging.
14331 # Note that there is a small window in which the directory will not be cleaned:
14332 # after its creation but before its name has been assigned to `$tmp'.
14333 $debug ||
14335 tmp=
14336 trap 'exit_status=$?
14337 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14339 trap 'as_fn_exit 1' 1 2 13 15
14341 # Create a (secure) tmp directory for tmp files.
14344 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14345 test -n "$tmp" && test -d "$tmp"
14346 } ||
14348 tmp=./conf$$-$RANDOM
14349 (umask 077 && mkdir "$tmp")
14350 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14352 # Set up the scripts for CONFIG_FILES section.
14353 # No need to generate them if there are no CONFIG_FILES.
14354 # This happens for instance with `./config.status config.h'.
14355 if test -n "$CONFIG_FILES"; then
14357 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
14358 ac_cs_awk_getline=:
14359 ac_cs_awk_pipe_init=
14360 ac_cs_awk_read_file='
14361 while ((getline aline < (F[key])) > 0)
14362 print(aline)
14363 close(F[key])'
14364 ac_cs_awk_pipe_fini=
14365 else
14366 ac_cs_awk_getline=false
14367 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
14368 ac_cs_awk_read_file='
14369 print "|#_!!_#|"
14370 print "cat " F[key] " &&"
14371 '$ac_cs_awk_pipe_init
14372 # The final `:' finishes the AND list.
14373 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
14375 ac_cr=`echo X | tr X '\015'`
14376 # On cygwin, bash can eat \r inside `` if the user requested igncr.
14377 # But we know of no other shell where ac_cr would be empty at this
14378 # point, so we can use a bashism as a fallback.
14379 if test "x$ac_cr" = x; then
14380 eval ac_cr=\$\'\\r\'
14382 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14383 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14384 ac_cs_awk_cr='\r'
14385 else
14386 ac_cs_awk_cr=$ac_cr
14389 echo 'BEGIN {' >"$tmp/subs1.awk" &&
14390 _ACEOF
14392 # Create commands to substitute file output variables.
14394 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
14395 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
14396 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
14397 echo "_ACAWK" &&
14398 echo "_ACEOF"
14399 } >conf$$files.sh &&
14400 . ./conf$$files.sh ||
14401 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14402 rm -f conf$$files.sh
14405 echo "cat >conf$$subs.awk <<_ACEOF" &&
14406 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14407 echo "_ACEOF"
14408 } >conf$$subs.sh ||
14409 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14410 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14411 ac_delim='%!_!# '
14412 for ac_last_try in false false false false false :; do
14413 . ./conf$$subs.sh ||
14414 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14416 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14417 if test $ac_delim_n = $ac_delim_num; then
14418 break
14419 elif $ac_last_try; then
14420 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14421 else
14422 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14424 done
14425 rm -f conf$$subs.sh
14427 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14428 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14429 _ACEOF
14430 sed -n '
14432 s/^/S["/; s/!.*/"]=/
14435 s/^[^!]*!//
14436 :repl
14437 t repl
14438 s/'"$ac_delim"'$//
14439 t delim
14442 s/\(.\{148\}\).*/\1/
14443 t more1
14444 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14447 b repl
14448 :more1
14449 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14452 s/.\{148\}//
14453 t nl
14454 :delim
14456 s/\(.\{148\}\).*/\1/
14457 t more2
14458 s/["\\]/\\&/g; s/^/"/; s/$/"/
14461 :more2
14462 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14465 s/.\{148\}//
14466 t delim
14467 ' <conf$$subs.awk | sed '
14468 /^[^""]/{
14470 s/\n//
14472 ' >>$CONFIG_STATUS || ac_write_fail=1
14473 rm -f conf$$subs.awk
14474 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14475 _ACAWK
14476 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14477 for (key in S) S_is_set[key] = 1
14478 FS = "\a"
14479 \$ac_cs_awk_pipe_init
14482 line = $ 0
14483 nfields = split(line, field, "@")
14484 substed = 0
14485 len = length(field[1])
14486 for (i = 2; i < nfields; i++) {
14487 key = field[i]
14488 keylen = length(key)
14489 if (S_is_set[key]) {
14490 value = S[key]
14491 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14492 len += length(value) + length(field[++i])
14493 substed = 1
14494 } else
14495 len += 1 + keylen
14497 if (nfields == 3 && !substed) {
14498 key = field[2]
14499 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
14500 \$ac_cs_awk_read_file
14501 next
14504 print line
14506 \$ac_cs_awk_pipe_fini
14507 _ACAWK
14508 _ACEOF
14509 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14510 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14511 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14512 else
14514 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14515 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14516 _ACEOF
14518 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14519 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14520 # trailing colons and then remove the whole line if VPATH becomes empty
14521 # (actually we leave an empty line to preserve line numbers).
14522 if test "x$srcdir" = x.; then
14523 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14524 s/:*\$(srcdir):*/:/
14525 s/:*\${srcdir}:*/:/
14526 s/:*@srcdir@:*/:/
14527 s/^\([^=]*=[ ]*\):*/\1/
14528 s/:*$//
14529 s/^[^=]*=[ ]*$//
14533 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14534 fi # test -n "$CONFIG_FILES"
14536 # Set up the scripts for CONFIG_HEADERS section.
14537 # No need to generate them if there are no CONFIG_HEADERS.
14538 # This happens for instance with `./config.status Makefile'.
14539 if test -n "$CONFIG_HEADERS"; then
14540 cat >"$tmp/defines.awk" <<\_ACAWK ||
14541 BEGIN {
14542 _ACEOF
14544 # Transform confdefs.h into an awk script `defines.awk', embedded as
14545 # here-document in config.status, that substitutes the proper values into
14546 # config.h.in to produce config.h.
14548 # Create a delimiter string that does not exist in confdefs.h, to ease
14549 # handling of long lines.
14550 ac_delim='%!_!# '
14551 for ac_last_try in false false :; do
14552 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14553 if test -z "$ac_t"; then
14554 break
14555 elif $ac_last_try; then
14556 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14557 else
14558 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14560 done
14562 # For the awk script, D is an array of macro values keyed by name,
14563 # likewise P contains macro parameters if any. Preserve backslash
14564 # newline sequences.
14566 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14567 sed -n '
14568 s/.\{148\}/&'"$ac_delim"'/g
14569 t rset
14570 :rset
14571 s/^[ ]*#[ ]*define[ ][ ]*/ /
14572 t def
14574 :def
14575 s/\\$//
14576 t bsnl
14577 s/["\\]/\\&/g
14578 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14579 D["\1"]=" \3"/p
14580 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14582 :bsnl
14583 s/["\\]/\\&/g
14584 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14585 D["\1"]=" \3\\\\\\n"\\/p
14586 t cont
14587 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14588 t cont
14590 :cont
14592 s/.\{148\}/&'"$ac_delim"'/g
14593 t clear
14594 :clear
14595 s/\\$//
14596 t bsnlc
14597 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14599 :bsnlc
14600 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14601 b cont
14602 ' <confdefs.h | sed '
14603 s/'"$ac_delim"'/"\\\
14604 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14606 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14607 for (key in D) D_is_set[key] = 1
14608 FS = "\a"
14610 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14611 line = \$ 0
14612 split(line, arg, " ")
14613 if (arg[1] == "#") {
14614 defundef = arg[2]
14615 mac1 = arg[3]
14616 } else {
14617 defundef = substr(arg[1], 2)
14618 mac1 = arg[2]
14620 split(mac1, mac2, "(") #)
14621 macro = mac2[1]
14622 prefix = substr(line, 1, index(line, defundef) - 1)
14623 if (D_is_set[macro]) {
14624 # Preserve the white space surrounding the "#".
14625 print prefix "define", macro P[macro] D[macro]
14626 next
14627 } else {
14628 # Replace #undef with comments. This is necessary, for example,
14629 # in the case of _POSIX_SOURCE, which is predefined and required
14630 # on some systems where configure will not decide to define it.
14631 if (defundef == "undef") {
14632 print "/*", prefix defundef, macro, "*/"
14633 next
14637 { print }
14638 _ACAWK
14639 _ACEOF
14640 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14641 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14642 fi # test -n "$CONFIG_HEADERS"
14645 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14646 shift
14647 for ac_tag
14649 case $ac_tag in
14650 :[FHLC]) ac_mode=$ac_tag; continue;;
14651 esac
14652 case $ac_mode$ac_tag in
14653 :[FHL]*:*);;
14654 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14655 :[FH]-) ac_tag=-:-;;
14656 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14657 esac
14658 ac_save_IFS=$IFS
14659 IFS=:
14660 set x $ac_tag
14661 IFS=$ac_save_IFS
14662 shift
14663 ac_file=$1
14664 shift
14666 case $ac_mode in
14667 :L) ac_source=$1;;
14668 :[FH])
14669 ac_file_inputs=
14670 for ac_f
14672 case $ac_f in
14673 -) ac_f="$tmp/stdin";;
14674 *) # Look for the file first in the build tree, then in the source tree
14675 # (if the path is not absolute). The absolute path cannot be DOS-style,
14676 # because $ac_f cannot contain `:'.
14677 test -f "$ac_f" ||
14678 case $ac_f in
14679 [\\/$]*) false;;
14680 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14681 esac ||
14682 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14683 esac
14684 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14685 as_fn_append ac_file_inputs " '$ac_f'"
14686 done
14688 # Let's still pretend it is `configure' which instantiates (i.e., don't
14689 # use $as_me), people would be surprised to read:
14690 # /* config.h. Generated by config.status. */
14691 configure_input='Generated from '`
14692 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14693 `' by configure.'
14694 if test x"$ac_file" != x-; then
14695 configure_input="$ac_file. $configure_input"
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14697 $as_echo "$as_me: creating $ac_file" >&6;}
14699 # Neutralize special characters interpreted by sed in replacement strings.
14700 case $configure_input in #(
14701 *\&* | *\|* | *\\* )
14702 ac_sed_conf_input=`$as_echo "$configure_input" |
14703 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14704 *) ac_sed_conf_input=$configure_input;;
14705 esac
14707 case $ac_tag in
14708 *:-:* | *:-) cat >"$tmp/stdin" \
14709 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14710 esac
14712 esac
14714 ac_dir=`$as_dirname -- "$ac_file" ||
14715 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14716 X"$ac_file" : 'X\(//\)[^/]' \| \
14717 X"$ac_file" : 'X\(//\)$' \| \
14718 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14719 $as_echo X"$ac_file" |
14720 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14721 s//\1/
14724 /^X\(\/\/\)[^/].*/{
14725 s//\1/
14728 /^X\(\/\/\)$/{
14729 s//\1/
14732 /^X\(\/\).*/{
14733 s//\1/
14736 s/.*/./; q'`
14737 as_dir="$ac_dir"; as_fn_mkdir_p
14738 ac_builddir=.
14740 case "$ac_dir" in
14741 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14743 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14744 # A ".." for each directory in $ac_dir_suffix.
14745 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14746 case $ac_top_builddir_sub in
14747 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14748 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14749 esac ;;
14750 esac
14751 ac_abs_top_builddir=$ac_pwd
14752 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14753 # for backward compatibility:
14754 ac_top_builddir=$ac_top_build_prefix
14756 case $srcdir in
14757 .) # We are building in place.
14758 ac_srcdir=.
14759 ac_top_srcdir=$ac_top_builddir_sub
14760 ac_abs_top_srcdir=$ac_pwd ;;
14761 [\\/]* | ?:[\\/]* ) # Absolute name.
14762 ac_srcdir=$srcdir$ac_dir_suffix;
14763 ac_top_srcdir=$srcdir
14764 ac_abs_top_srcdir=$srcdir ;;
14765 *) # Relative name.
14766 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14767 ac_top_srcdir=$ac_top_build_prefix$srcdir
14768 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14769 esac
14770 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14773 case $ac_mode in
14776 # CONFIG_FILE
14779 case $INSTALL in
14780 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14781 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14782 esac
14783 ac_MKDIR_P=$MKDIR_P
14784 case $MKDIR_P in
14785 [\\/$]* | ?:[\\/]* ) ;;
14786 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14787 esac
14788 _ACEOF
14790 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14791 # If the template does not know about datarootdir, expand it.
14792 # FIXME: This hack should be removed a few years after 2.60.
14793 ac_datarootdir_hack=; ac_datarootdir_seen=
14794 ac_sed_dataroot='
14795 /datarootdir/ {
14799 /@datadir@/p
14800 /@docdir@/p
14801 /@infodir@/p
14802 /@localedir@/p
14803 /@mandir@/p'
14804 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14805 *datarootdir*) ac_datarootdir_seen=yes;;
14806 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14808 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14809 _ACEOF
14810 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14811 ac_datarootdir_hack='
14812 s&@datadir@&$datadir&g
14813 s&@docdir@&$docdir&g
14814 s&@infodir@&$infodir&g
14815 s&@localedir@&$localedir&g
14816 s&@mandir@&$mandir&g
14817 s&\\\${datarootdir}&$datarootdir&g' ;;
14818 esac
14819 _ACEOF
14821 # Neutralize VPATH when `$srcdir' = `.'.
14822 # Shell code in configure.ac might set extrasub.
14823 # FIXME: do we really want to maintain this feature?
14824 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14825 ac_sed_extra="$ac_vpsub
14826 $extrasub
14827 _ACEOF
14828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14830 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14831 s|@configure_input@|$ac_sed_conf_input|;t t
14832 s&@top_builddir@&$ac_top_builddir_sub&;t t
14833 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14834 s&@srcdir@&$ac_srcdir&;t t
14835 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14836 s&@top_srcdir@&$ac_top_srcdir&;t t
14837 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14838 s&@builddir@&$ac_builddir&;t t
14839 s&@abs_builddir@&$ac_abs_builddir&;t t
14840 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14841 s&@INSTALL@&$ac_INSTALL&;t t
14842 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14843 $ac_datarootdir_hack
14845 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
14846 if $ac_cs_awk_getline; then
14847 $AWK -f "$tmp/subs.awk"
14848 else
14849 $AWK -f "$tmp/subs.awk" | $SHELL
14850 fi >$tmp/out \
14851 || as_fn_error "could not create $ac_file" "$LINENO" 5
14853 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14854 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14855 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14857 which seems to be undefined. Please make sure it is defined." >&5
14858 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14859 which seems to be undefined. Please make sure it is defined." >&2;}
14861 rm -f "$tmp/stdin"
14862 case $ac_file in
14863 -) cat "$tmp/out" && rm -f "$tmp/out";;
14864 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14865 esac \
14866 || as_fn_error "could not create $ac_file" "$LINENO" 5
14870 # CONFIG_HEADER
14872 if test x"$ac_file" != x-; then
14874 $as_echo "/* $configure_input */" \
14875 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14876 } >"$tmp/config.h" \
14877 || as_fn_error "could not create $ac_file" "$LINENO" 5
14878 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14880 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14881 else
14882 rm -f "$ac_file"
14883 mv "$tmp/config.h" "$ac_file" \
14884 || as_fn_error "could not create $ac_file" "$LINENO" 5
14886 else
14887 $as_echo "/* $configure_input */" \
14888 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14889 || as_fn_error "could not create -" "$LINENO" 5
14891 # Compute "$ac_file"'s index in $config_headers.
14892 _am_arg="$ac_file"
14893 _am_stamp_count=1
14894 for _am_header in $config_headers :; do
14895 case $_am_header in
14896 $_am_arg | $_am_arg:* )
14897 break ;;
14899 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14900 esac
14901 done
14902 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14903 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14904 X"$_am_arg" : 'X\(//\)[^/]' \| \
14905 X"$_am_arg" : 'X\(//\)$' \| \
14906 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14907 $as_echo X"$_am_arg" |
14908 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14909 s//\1/
14912 /^X\(\/\/\)[^/].*/{
14913 s//\1/
14916 /^X\(\/\/\)$/{
14917 s//\1/
14920 /^X\(\/\).*/{
14921 s//\1/
14924 s/.*/./; q'`/stamp-h$_am_stamp_count
14927 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14928 $as_echo "$as_me: executing $ac_file commands" >&6;}
14930 esac
14933 case $ac_file$ac_mode in
14934 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14935 # Autoconf 2.62 quotes --file arguments for eval, but not when files
14936 # are listed without --file. Let's play safe and only enable the eval
14937 # if we detect the quoting.
14938 case $CONFIG_FILES in
14939 *\'*) eval set x "$CONFIG_FILES" ;;
14940 *) set x $CONFIG_FILES ;;
14941 esac
14942 shift
14943 for mf
14945 # Strip MF so we end up with the name of the file.
14946 mf=`echo "$mf" | sed -e 's/:.*$//'`
14947 # Check whether this is an Automake generated Makefile or not.
14948 # We used to match only the files named `Makefile.in', but
14949 # some people rename them; so instead we look at the file content.
14950 # Grep'ing the first line is not enough: some people post-process
14951 # each Makefile.in and add a new line on top of each file to say so.
14952 # Grep'ing the whole file is not good either: AIX grep has a line
14953 # limit of 2048, but all sed's we know have understand at least 4000.
14954 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14955 dirpart=`$as_dirname -- "$mf" ||
14956 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14957 X"$mf" : 'X\(//\)[^/]' \| \
14958 X"$mf" : 'X\(//\)$' \| \
14959 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14960 $as_echo X"$mf" |
14961 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14962 s//\1/
14965 /^X\(\/\/\)[^/].*/{
14966 s//\1/
14969 /^X\(\/\/\)$/{
14970 s//\1/
14973 /^X\(\/\).*/{
14974 s//\1/
14977 s/.*/./; q'`
14978 else
14979 continue
14981 # Extract the definition of DEPDIR, am__include, and am__quote
14982 # from the Makefile without running `make'.
14983 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14984 test -z "$DEPDIR" && continue
14985 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14986 test -z "am__include" && continue
14987 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14988 # When using ansi2knr, U may be empty or an underscore; expand it
14989 U=`sed -n 's/^U = //p' < "$mf"`
14990 # Find all dependency output files, they are included files with
14991 # $(DEPDIR) in their names. We invoke sed twice because it is the
14992 # simplest approach to changing $(DEPDIR) to its actual value in the
14993 # expansion.
14994 for file in `sed -n "
14995 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14996 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14997 # Make sure the directory exists.
14998 test -f "$dirpart/$file" && continue
14999 fdir=`$as_dirname -- "$file" ||
15000 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15001 X"$file" : 'X\(//\)[^/]' \| \
15002 X"$file" : 'X\(//\)$' \| \
15003 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15004 $as_echo X"$file" |
15005 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15006 s//\1/
15009 /^X\(\/\/\)[^/].*/{
15010 s//\1/
15013 /^X\(\/\/\)$/{
15014 s//\1/
15017 /^X\(\/\).*/{
15018 s//\1/
15021 s/.*/./; q'`
15022 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15023 # echo "creating $dirpart/$file"
15024 echo '# dummy' > "$dirpart/$file"
15025 done
15026 done
15029 "libtool":C)
15031 # See if we are running on zsh, and set the options which allow our
15032 # commands through without removal of \ escapes.
15033 if test -n "${ZSH_VERSION+set}" ; then
15034 setopt NO_GLOB_SUBST
15037 cfgfile="${ofile}T"
15038 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15039 $RM "$cfgfile"
15041 cat <<_LT_EOF >> "$cfgfile"
15042 #! $SHELL
15044 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15045 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15046 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15047 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15049 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15050 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15051 # Written by Gordon Matzigkeit, 1996
15053 # This file is part of GNU Libtool.
15055 # GNU Libtool is free software; you can redistribute it and/or
15056 # modify it under the terms of the GNU General Public License as
15057 # published by the Free Software Foundation; either version 2 of
15058 # the License, or (at your option) any later version.
15060 # As a special exception to the GNU General Public License,
15061 # if you distribute this file as part of a program or library that
15062 # is built using GNU Libtool, you may include this file under the
15063 # same distribution terms that you use for the rest of that program.
15065 # GNU Libtool is distributed in the hope that it will be useful,
15066 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15067 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15068 # GNU General Public License for more details.
15070 # You should have received a copy of the GNU General Public License
15071 # along with GNU Libtool; see the file COPYING. If not, a copy
15072 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15073 # obtained by writing to the Free Software Foundation, Inc.,
15074 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15077 # The names of the tagged configurations supported by this script.
15078 available_tags=""
15080 # ### BEGIN LIBTOOL CONFIG
15082 # Which release of libtool.m4 was used?
15083 macro_version=$macro_version
15084 macro_revision=$macro_revision
15086 # Whether or not to build shared libraries.
15087 build_libtool_libs=$enable_shared
15089 # Whether or not to build static libraries.
15090 build_old_libs=$enable_static
15092 # What type of objects to build.
15093 pic_mode=$pic_mode
15095 # Whether or not to optimize for fast installation.
15096 fast_install=$enable_fast_install
15098 # Shell to use when invoking shell scripts.
15099 SHELL=$lt_SHELL
15101 # An echo program that protects backslashes.
15102 ECHO=$lt_ECHO
15104 # The host system.
15105 host_alias=$host_alias
15106 host=$host
15107 host_os=$host_os
15109 # The build system.
15110 build_alias=$build_alias
15111 build=$build
15112 build_os=$build_os
15114 # A sed program that does not truncate output.
15115 SED=$lt_SED
15117 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15118 Xsed="\$SED -e 1s/^X//"
15120 # A grep program that handles long lines.
15121 GREP=$lt_GREP
15123 # An ERE matcher.
15124 EGREP=$lt_EGREP
15126 # A literal string matcher.
15127 FGREP=$lt_FGREP
15129 # A BSD- or MS-compatible name lister.
15130 NM=$lt_NM
15132 # Whether we need soft or hard links.
15133 LN_S=$lt_LN_S
15135 # What is the maximum length of a command?
15136 max_cmd_len=$max_cmd_len
15138 # Object file suffix (normally "o").
15139 objext=$ac_objext
15141 # Executable file suffix (normally "").
15142 exeext=$exeext
15144 # whether the shell understands "unset".
15145 lt_unset=$lt_unset
15147 # turn spaces into newlines.
15148 SP2NL=$lt_lt_SP2NL
15150 # turn newlines into spaces.
15151 NL2SP=$lt_lt_NL2SP
15153 # An object symbol dumper.
15154 OBJDUMP=$lt_OBJDUMP
15156 # Method to check whether dependent libraries are shared objects.
15157 deplibs_check_method=$lt_deplibs_check_method
15159 # Command to use when deplibs_check_method == "file_magic".
15160 file_magic_cmd=$lt_file_magic_cmd
15162 # The archiver.
15163 AR=$lt_AR
15164 AR_FLAGS=$lt_AR_FLAGS
15166 # A symbol stripping program.
15167 STRIP=$lt_STRIP
15169 # Commands used to install an old-style archive.
15170 RANLIB=$lt_RANLIB
15171 old_postinstall_cmds=$lt_old_postinstall_cmds
15172 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15174 # Whether to use a lock for old archive extraction.
15175 lock_old_archive_extraction=$lock_old_archive_extraction
15177 # A C compiler.
15178 LTCC=$lt_CC
15180 # LTCC compiler flags.
15181 LTCFLAGS=$lt_CFLAGS
15183 # Take the output of nm and produce a listing of raw symbols and C names.
15184 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15186 # Transform the output of nm in a proper C declaration.
15187 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15189 # Transform the output of nm in a C name address pair.
15190 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15192 # Transform the output of nm in a C name address pair when lib prefix is needed.
15193 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15195 # The name of the directory that contains temporary libtool files.
15196 objdir=$objdir
15198 # Used to examine libraries when file_magic_cmd begins with "file".
15199 MAGIC_CMD=$MAGIC_CMD
15201 # Must we lock files when doing compilation?
15202 need_locks=$lt_need_locks
15204 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15205 DSYMUTIL=$lt_DSYMUTIL
15207 # Tool to change global to local symbols on Mac OS X.
15208 NMEDIT=$lt_NMEDIT
15210 # Tool to manipulate fat objects and archives on Mac OS X.
15211 LIPO=$lt_LIPO
15213 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15214 OTOOL=$lt_OTOOL
15216 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15217 OTOOL64=$lt_OTOOL64
15219 # Old archive suffix (normally "a").
15220 libext=$libext
15222 # Shared library suffix (normally ".so").
15223 shrext_cmds=$lt_shrext_cmds
15225 # The commands to extract the exported symbol list from a shared archive.
15226 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15228 # Variables whose values should be saved in libtool wrapper scripts and
15229 # restored at link time.
15230 variables_saved_for_relink=$lt_variables_saved_for_relink
15232 # Do we need the "lib" prefix for modules?
15233 need_lib_prefix=$need_lib_prefix
15235 # Do we need a version for libraries?
15236 need_version=$need_version
15238 # Library versioning type.
15239 version_type=$version_type
15241 # Shared library runtime path variable.
15242 runpath_var=$runpath_var
15244 # Shared library path variable.
15245 shlibpath_var=$shlibpath_var
15247 # Is shlibpath searched before the hard-coded library search path?
15248 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15250 # Format of library name prefix.
15251 libname_spec=$lt_libname_spec
15253 # List of archive names. First name is the real one, the rest are links.
15254 # The last name is the one that the linker finds with -lNAME
15255 library_names_spec=$lt_library_names_spec
15257 # The coded name of the library, if different from the real name.
15258 soname_spec=$lt_soname_spec
15260 # Permission mode override for installation of shared libraries.
15261 install_override_mode=$lt_install_override_mode
15263 # Command to use after installation of a shared archive.
15264 postinstall_cmds=$lt_postinstall_cmds
15266 # Command to use after uninstallation of a shared archive.
15267 postuninstall_cmds=$lt_postuninstall_cmds
15269 # Commands used to finish a libtool library installation in a directory.
15270 finish_cmds=$lt_finish_cmds
15272 # As "finish_cmds", except a single script fragment to be evaled but
15273 # not shown.
15274 finish_eval=$lt_finish_eval
15276 # Whether we should hardcode library paths into libraries.
15277 hardcode_into_libs=$hardcode_into_libs
15279 # Compile-time system search path for libraries.
15280 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15282 # Run-time system search path for libraries.
15283 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15285 # Whether dlopen is supported.
15286 dlopen_support=$enable_dlopen
15288 # Whether dlopen of programs is supported.
15289 dlopen_self=$enable_dlopen_self
15291 # Whether dlopen of statically linked programs is supported.
15292 dlopen_self_static=$enable_dlopen_self_static
15294 # Commands to strip libraries.
15295 old_striplib=$lt_old_striplib
15296 striplib=$lt_striplib
15299 # The linker used to build libraries.
15300 LD=$lt_LD
15302 # How to create reloadable object files.
15303 reload_flag=$lt_reload_flag
15304 reload_cmds=$lt_reload_cmds
15306 # Commands used to build an old-style archive.
15307 old_archive_cmds=$lt_old_archive_cmds
15309 # A language specific compiler.
15310 CC=$lt_compiler
15312 # Is the compiler the GNU compiler?
15313 with_gcc=$GCC
15315 # Compiler flag to turn off builtin functions.
15316 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15318 # How to pass a linker flag through the compiler.
15319 wl=$lt_lt_prog_compiler_wl
15321 # Additional compiler flags for building library objects.
15322 pic_flag=$lt_lt_prog_compiler_pic
15324 # Compiler flag to prevent dynamic linking.
15325 link_static_flag=$lt_lt_prog_compiler_static
15327 # Does compiler simultaneously support -c and -o options?
15328 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15330 # Whether or not to add -lc for building shared libraries.
15331 build_libtool_need_lc=$archive_cmds_need_lc
15333 # Whether or not to disallow shared libs when runtime libs are static.
15334 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15336 # Compiler flag to allow reflexive dlopens.
15337 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15339 # Compiler flag to generate shared objects directly from archives.
15340 whole_archive_flag_spec=$lt_whole_archive_flag_spec
15342 # Whether the compiler copes with passing no objects directly.
15343 compiler_needs_object=$lt_compiler_needs_object
15345 # Create an old-style archive from a shared archive.
15346 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15348 # Create a temporary old-style archive to link instead of a shared archive.
15349 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15351 # Commands used to build a shared archive.
15352 archive_cmds=$lt_archive_cmds
15353 archive_expsym_cmds=$lt_archive_expsym_cmds
15355 # Commands used to build a loadable module if different from building
15356 # a shared archive.
15357 module_cmds=$lt_module_cmds
15358 module_expsym_cmds=$lt_module_expsym_cmds
15360 # Whether we are building with GNU ld or not.
15361 with_gnu_ld=$lt_with_gnu_ld
15363 # Flag that allows shared libraries with undefined symbols to be built.
15364 allow_undefined_flag=$lt_allow_undefined_flag
15366 # Flag that enforces no undefined symbols.
15367 no_undefined_flag=$lt_no_undefined_flag
15369 # Flag to hardcode \$libdir into a binary during linking.
15370 # This must work even if \$libdir does not exist
15371 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15373 # If ld is used when linking, flag to hardcode \$libdir into a binary
15374 # during linking. This must work even if \$libdir does not exist.
15375 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15377 # Whether we need a single "-rpath" flag with a separated argument.
15378 hardcode_libdir_separator=$lt_hardcode_libdir_separator
15380 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15381 # DIR into the resulting binary.
15382 hardcode_direct=$hardcode_direct
15384 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15385 # DIR into the resulting binary and the resulting library dependency is
15386 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15387 # library is relocated.
15388 hardcode_direct_absolute=$hardcode_direct_absolute
15390 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15391 # into the resulting binary.
15392 hardcode_minus_L=$hardcode_minus_L
15394 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15395 # into the resulting binary.
15396 hardcode_shlibpath_var=$hardcode_shlibpath_var
15398 # Set to "yes" if building a shared library automatically hardcodes DIR
15399 # into the library and all subsequent libraries and executables linked
15400 # against it.
15401 hardcode_automatic=$hardcode_automatic
15403 # Set to yes if linker adds runtime paths of dependent libraries
15404 # to runtime path list.
15405 inherit_rpath=$inherit_rpath
15407 # Whether libtool must link a program against all its dependency libraries.
15408 link_all_deplibs=$link_all_deplibs
15410 # Fix the shell variable \$srcfile for the compiler.
15411 fix_srcfile_path=$lt_fix_srcfile_path
15413 # Set to "yes" if exported symbols are required.
15414 always_export_symbols=$always_export_symbols
15416 # The commands to list exported symbols.
15417 export_symbols_cmds=$lt_export_symbols_cmds
15419 # Symbols that should not be listed in the preloaded symbols.
15420 exclude_expsyms=$lt_exclude_expsyms
15422 # Symbols that must always be exported.
15423 include_expsyms=$lt_include_expsyms
15425 # Commands necessary for linking programs (against libraries) with templates.
15426 prelink_cmds=$lt_prelink_cmds
15428 # Specify filename containing input files.
15429 file_list_spec=$lt_file_list_spec
15431 # How to hardcode a shared library path into an executable.
15432 hardcode_action=$hardcode_action
15434 # ### END LIBTOOL CONFIG
15436 _LT_EOF
15438 case $host_os in
15439 aix3*)
15440 cat <<\_LT_EOF >> "$cfgfile"
15441 # AIX sometimes has problems with the GCC collect2 program. For some
15442 # reason, if we set the COLLECT_NAMES environment variable, the problems
15443 # vanish in a puff of smoke.
15444 if test "X${COLLECT_NAMES+set}" != Xset; then
15445 COLLECT_NAMES=
15446 export COLLECT_NAMES
15448 _LT_EOF
15450 esac
15453 ltmain="$ac_aux_dir/ltmain.sh"
15456 # We use sed instead of cat because bash on DJGPP gets confused if
15457 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15458 # text mode, it properly converts lines to CR/LF. This bash problem
15459 # is reportedly fixed, but why not run on old versions too?
15460 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15461 || (rm -f "$cfgfile"; exit 1)
15463 case $xsi_shell in
15464 yes)
15465 cat << \_LT_EOF >> "$cfgfile"
15467 # func_dirname file append nondir_replacement
15468 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15469 # otherwise set result to NONDIR_REPLACEMENT.
15470 func_dirname ()
15472 case ${1} in
15473 */*) func_dirname_result="${1%/*}${2}" ;;
15474 * ) func_dirname_result="${3}" ;;
15475 esac
15478 # func_basename file
15479 func_basename ()
15481 func_basename_result="${1##*/}"
15484 # func_dirname_and_basename file append nondir_replacement
15485 # perform func_basename and func_dirname in a single function
15486 # call:
15487 # dirname: Compute the dirname of FILE. If nonempty,
15488 # add APPEND to the result, otherwise set result
15489 # to NONDIR_REPLACEMENT.
15490 # value returned in "$func_dirname_result"
15491 # basename: Compute filename of FILE.
15492 # value retuned in "$func_basename_result"
15493 # Implementation must be kept synchronized with func_dirname
15494 # and func_basename. For efficiency, we do not delegate to
15495 # those functions but instead duplicate the functionality here.
15496 func_dirname_and_basename ()
15498 case ${1} in
15499 */*) func_dirname_result="${1%/*}${2}" ;;
15500 * ) func_dirname_result="${3}" ;;
15501 esac
15502 func_basename_result="${1##*/}"
15505 # func_stripname prefix suffix name
15506 # strip PREFIX and SUFFIX off of NAME.
15507 # PREFIX and SUFFIX must not contain globbing or regex special
15508 # characters, hashes, percent signs, but SUFFIX may contain a leading
15509 # dot (in which case that matches only a dot).
15510 func_stripname ()
15512 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15513 # positional parameters, so assign one to ordinary parameter first.
15514 func_stripname_result=${3}
15515 func_stripname_result=${func_stripname_result#"${1}"}
15516 func_stripname_result=${func_stripname_result%"${2}"}
15519 # func_opt_split
15520 func_opt_split ()
15522 func_opt_split_opt=${1%%=*}
15523 func_opt_split_arg=${1#*=}
15526 # func_lo2o object
15527 func_lo2o ()
15529 case ${1} in
15530 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15531 *) func_lo2o_result=${1} ;;
15532 esac
15535 # func_xform libobj-or-source
15536 func_xform ()
15538 func_xform_result=${1%.*}.lo
15541 # func_arith arithmetic-term...
15542 func_arith ()
15544 func_arith_result=$(( $* ))
15547 # func_len string
15548 # STRING may not start with a hyphen.
15549 func_len ()
15551 func_len_result=${#1}
15554 _LT_EOF
15556 *) # Bourne compatible functions.
15557 cat << \_LT_EOF >> "$cfgfile"
15559 # func_dirname file append nondir_replacement
15560 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15561 # otherwise set result to NONDIR_REPLACEMENT.
15562 func_dirname ()
15564 # Extract subdirectory from the argument.
15565 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15566 if test "X$func_dirname_result" = "X${1}"; then
15567 func_dirname_result="${3}"
15568 else
15569 func_dirname_result="$func_dirname_result${2}"
15573 # func_basename file
15574 func_basename ()
15576 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15580 # func_stripname prefix suffix name
15581 # strip PREFIX and SUFFIX off of NAME.
15582 # PREFIX and SUFFIX must not contain globbing or regex special
15583 # characters, hashes, percent signs, but SUFFIX may contain a leading
15584 # dot (in which case that matches only a dot).
15585 # func_strip_suffix prefix name
15586 func_stripname ()
15588 case ${2} in
15589 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15590 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15591 esac
15594 # sed scripts:
15595 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15596 my_sed_long_arg='1s/^-[^=]*=//'
15598 # func_opt_split
15599 func_opt_split ()
15601 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15602 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15605 # func_lo2o object
15606 func_lo2o ()
15608 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15611 # func_xform libobj-or-source
15612 func_xform ()
15614 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15617 # func_arith arithmetic-term...
15618 func_arith ()
15620 func_arith_result=`expr "$@"`
15623 # func_len string
15624 # STRING may not start with a hyphen.
15625 func_len ()
15627 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15630 _LT_EOF
15631 esac
15633 case $lt_shell_append in
15634 yes)
15635 cat << \_LT_EOF >> "$cfgfile"
15637 # func_append var value
15638 # Append VALUE to the end of shell variable VAR.
15639 func_append ()
15641 eval "$1+=\$2"
15643 _LT_EOF
15646 cat << \_LT_EOF >> "$cfgfile"
15648 # func_append var value
15649 # Append VALUE to the end of shell variable VAR.
15650 func_append ()
15652 eval "$1=\$$1\$2"
15655 _LT_EOF
15657 esac
15660 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15661 || (rm -f "$cfgfile"; exit 1)
15663 mv -f "$cfgfile" "$ofile" ||
15664 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15665 chmod +x "$ofile"
15668 "default-1":C)
15669 for ac_file in $CONFIG_FILES; do
15670 # Support "outfile[:infile[:infile...]]"
15671 case "$ac_file" in
15672 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15673 esac
15674 # PO directories have a Makefile.in generated from Makefile.in.in.
15675 case "$ac_file" in */Makefile.in)
15676 # Adjust a relative srcdir.
15677 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15678 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15679 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15680 # In autoconf-2.13 it is called $ac_given_srcdir.
15681 # In autoconf-2.50 it is called $srcdir.
15682 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15683 case "$ac_given_srcdir" in
15684 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15685 /*) top_srcdir="$ac_given_srcdir" ;;
15686 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15687 esac
15688 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15689 rm -f "$ac_dir/POTFILES"
15690 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15691 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15692 POMAKEFILEDEPS="POTFILES.in"
15693 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15694 # on $ac_dir but don't depend on user-specified configuration
15695 # parameters.
15696 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15697 # The LINGUAS file contains the set of available languages.
15698 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15699 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
15701 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15702 # Hide the ALL_LINGUAS assigment from automake.
15703 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15704 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15705 else
15706 # The set of available languages was given in configure.in.
15707 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15709 case "$ac_given_srcdir" in
15710 .) srcdirpre= ;;
15711 *) srcdirpre='$(srcdir)/' ;;
15712 esac
15713 POFILES=
15714 GMOFILES=
15715 UPDATEPOFILES=
15716 DUMMYPOFILES=
15717 for lang in $ALL_LINGUAS; do
15718 POFILES="$POFILES $srcdirpre$lang.po"
15719 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15720 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15721 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15722 done
15723 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15724 # environment variable.
15725 INST_LINGUAS=
15726 if test -n "$ALL_LINGUAS"; then
15727 for presentlang in $ALL_LINGUAS; do
15728 useit=no
15729 if test "%UNSET%" != "$LINGUAS"; then
15730 desiredlanguages="$LINGUAS"
15731 else
15732 desiredlanguages="$ALL_LINGUAS"
15734 for desiredlang in $desiredlanguages; do
15735 # Use the presentlang catalog if desiredlang is
15736 # a. equal to presentlang, or
15737 # b. a variant of presentlang (because in this case,
15738 # presentlang can be used as a fallback for messages
15739 # which are not translated in the desiredlang catalog).
15740 case "$desiredlang" in
15741 "$presentlang"*) useit=yes;;
15742 esac
15743 done
15744 if test $useit = yes; then
15745 INST_LINGUAS="$INST_LINGUAS $presentlang"
15747 done
15749 CATALOGS=
15750 if test -n "$INST_LINGUAS"; then
15751 for lang in $INST_LINGUAS; do
15752 CATALOGS="$CATALOGS $lang.gmo"
15753 done
15755 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15756 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"
15757 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15758 if test -f "$f"; then
15759 case "$f" in
15760 *.orig | *.bak | *~) ;;
15761 *) cat "$f" >> "$ac_dir/Makefile" ;;
15762 esac
15764 done
15767 esac
15768 done ;;
15770 esac
15771 done # for ac_tag
15774 as_fn_exit 0
15775 _ACEOF
15776 ac_clean_files=$ac_clean_files_save
15778 test $ac_write_fail = 0 ||
15779 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15782 # configure is writing to config.log, and then calls config.status.
15783 # config.status does its own redirection, appending to config.log.
15784 # Unfortunately, on DOS this fails, as config.log is still kept open
15785 # by configure, so config.status won't be able to write to it; its
15786 # output is simply discarded. So we exec the FD to /dev/null,
15787 # effectively closing config.log, so it can be properly (re)opened and
15788 # appended to by config.status. When coming back to configure, we
15789 # need to make the FD available again.
15790 if test "$no_create" != yes; then
15791 ac_cs_success=:
15792 ac_config_status_args=
15793 test "$silent" = yes &&
15794 ac_config_status_args="$ac_config_status_args --quiet"
15795 exec 5>/dev/null
15796 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15797 exec 5>>config.log
15798 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15799 # would make configure fail if this is the last instruction.
15800 $ac_cs_success || as_fn_exit $?
15802 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15804 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}