Remove netware support
[deliverable/binutils-gdb.git] / binutils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for binutils 2.30.51.
4 #
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.
8 #
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 ## -------------------- ##
14
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 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
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"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
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=';'
78 }
79 fi
80
81
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"
88
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
94 do
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
100
101 ;;
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
107 fi
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
111 fi
112
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='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
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 *) :
147 ;;
148 esac
149 fi
150 "
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; }
156
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 :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
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
173
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
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
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
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
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
206 fi
207 fi
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
217
218
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+"$@"}
228 fi
229
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."
241 fi
242 exit 1
243 fi
244 fi
245 fi
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
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
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 ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
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/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
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"
326
327
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 ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
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 ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
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 ()
371 {
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
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
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
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
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
398 fi
399
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/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
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
425
426
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 '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
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; }
449
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
456 }
457
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;;
467 *)
468 ECHO_N='-n';;
469 esac
470
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
477 fi
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'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
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
503 fi
504
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=
512 fi
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
524 '
525 fi
526 as_executable_p=$as_test_x
527
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'"
530
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'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
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`
543
544 #
545 # Initializations.
546 #
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=
555
556 # Identity of this package.
557 PACKAGE_NAME='binutils'
558 PACKAGE_TARNAME='binutils'
559 PACKAGE_VERSION='2.30.51'
560 PACKAGE_STRING='binutils 2.30.51'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="ar.c"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 EMULATION_VECTOR
606 EMULATION
607 OBJDUMP_PRIVATE_OFILES
608 OBJDUMP_DEFS
609 BUILD_INSTALL_MISC
610 BUILD_MISC
611 BUILD_DLLWRAP
612 BUILD_WINDMC
613 BUILD_WINDRES
614 DLLTOOL_DEFS
615 BUILD_DLLTOOL
616 BUILD_SRCONV
617 LTLIBICONV
618 LIBICONV
619 zlibinc
620 zlibdir
621 ALLOCA
622 DEMANGLER_NAME
623 EXEEXT_FOR_BUILD
624 CC_FOR_BUILD
625 HDEFINES
626 GENINSRC_NEVER_FALSE
627 GENINSRC_NEVER_TRUE
628 MAINT
629 MAINTAINER_MODE_FALSE
630 MAINTAINER_MODE_TRUE
631 MSGMERGE
632 MSGFMT
633 MKINSTALLDIRS
634 CATOBJEXT
635 GENCAT
636 INSTOBJEXT
637 DATADIRNAME
638 CATALOGS
639 POSUB
640 GMSGFMT
641 XGETTEXT
642 INCINTL
643 LIBINTL_DEP
644 LIBINTL
645 USE_NLS
646 LEXLIB
647 LEX_OUTPUT_ROOT
648 LEX
649 YFLAGS
650 YACC
651 WARN_WRITE_STRINGS
652 NO_WERROR
653 WARN_CFLAGS_FOR_BUILD
654 WARN_CFLAGS
655 OTOOL64
656 OTOOL
657 LIPO
658 NMEDIT
659 DSYMUTIL
660 RANLIB
661 AR
662 OBJDUMP
663 LN_S
664 NM
665 ac_ct_DUMPBIN
666 DUMPBIN
667 LD
668 FGREP
669 SED
670 LIBTOOL
671 EGREP
672 GREP
673 CPP
674 am__fastdepCC_FALSE
675 am__fastdepCC_TRUE
676 CCDEPMODE
677 am__nodep
678 AMDEPBACKSLASH
679 AMDEP_FALSE
680 AMDEP_TRUE
681 am__quote
682 am__include
683 DEPDIR
684 am__untar
685 am__tar
686 AMTAR
687 am__leading_dot
688 SET_MAKE
689 AWK
690 mkdir_p
691 MKDIR_P
692 INSTALL_STRIP_PROGRAM
693 STRIP
694 install_sh
695 MAKEINFO
696 AUTOHEADER
697 AUTOMAKE
698 AUTOCONF
699 ACLOCAL
700 VERSION
701 PACKAGE
702 CYGPATH_W
703 am__isrc
704 INSTALL_DATA
705 INSTALL_SCRIPT
706 INSTALL_PROGRAM
707 OBJEXT
708 EXEEXT
709 ac_ct_CC
710 CPPFLAGS
711 LDFLAGS
712 CFLAGS
713 CC
714 target_os
715 target_vendor
716 target_cpu
717 target
718 host_os
719 host_vendor
720 host_cpu
721 host
722 build_os
723 build_vendor
724 build_cpu
725 build
726 target_alias
727 host_alias
728 build_alias
729 LIBS
730 ECHO_T
731 ECHO_N
732 ECHO_C
733 DEFS
734 mandir
735 localedir
736 libdir
737 psdir
738 pdfdir
739 dvidir
740 htmldir
741 infodir
742 docdir
743 oldincludedir
744 includedir
745 localstatedir
746 sharedstatedir
747 sysconfdir
748 datadir
749 datarootdir
750 libexecdir
751 sbindir
752 bindir
753 program_transform_name
754 prefix
755 exec_prefix
756 PACKAGE_URL
757 PACKAGE_BUGREPORT
758 PACKAGE_STRING
759 PACKAGE_VERSION
760 PACKAGE_TARNAME
761 PACKAGE_NAME
762 PATH_SEPARATOR
763 SHELL'
764 ac_subst_files=''
765 ac_user_opts='
766 enable_option_checking
767 enable_dependency_tracking
768 enable_shared
769 enable_static
770 with_pic
771 enable_fast_install
772 with_gnu_ld
773 enable_libtool_lock
774 enable_plugins
775 enable_largefile
776 enable_targets
777 enable_deterministic_archives
778 enable_default_strings_all
779 enable_werror
780 enable_build_warnings
781 enable_nls
782 enable_maintainer_mode
783 with_system_zlib
784 enable_rpath
785 with_libiconv_prefix
786 '
787 ac_precious_vars='build_alias
788 host_alias
789 target_alias
790 CC
791 CFLAGS
792 LDFLAGS
793 LIBS
794 CPPFLAGS
795 CPP
796 YACC
797 YFLAGS'
798
799
800 # Initialize some variables set by options.
801 ac_init_help=
802 ac_init_version=false
803 ac_unrecognized_opts=
804 ac_unrecognized_sep=
805 # The variables have the same names as the options, with
806 # dashes changed to underlines.
807 cache_file=/dev/null
808 exec_prefix=NONE
809 no_create=
810 no_recursion=
811 prefix=NONE
812 program_prefix=NONE
813 program_suffix=NONE
814 program_transform_name=s,x,x,
815 silent=
816 site=
817 srcdir=
818 verbose=
819 x_includes=NONE
820 x_libraries=NONE
821
822 # Installation directory options.
823 # These are left unexpanded so users can "make install exec_prefix=/foo"
824 # and all the variables that are supposed to be based on exec_prefix
825 # by default will actually change.
826 # Use braces instead of parens because sh, perl, etc. also accept them.
827 # (The list follows the same order as the GNU Coding Standards.)
828 bindir='${exec_prefix}/bin'
829 sbindir='${exec_prefix}/sbin'
830 libexecdir='${exec_prefix}/libexec'
831 datarootdir='${prefix}/share'
832 datadir='${datarootdir}'
833 sysconfdir='${prefix}/etc'
834 sharedstatedir='${prefix}/com'
835 localstatedir='${prefix}/var'
836 includedir='${prefix}/include'
837 oldincludedir='/usr/include'
838 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
839 infodir='${datarootdir}/info'
840 htmldir='${docdir}'
841 dvidir='${docdir}'
842 pdfdir='${docdir}'
843 psdir='${docdir}'
844 libdir='${exec_prefix}/lib'
845 localedir='${datarootdir}/locale'
846 mandir='${datarootdir}/man'
847
848 ac_prev=
849 ac_dashdash=
850 for ac_option
851 do
852 # If the previous option needs an argument, assign it.
853 if test -n "$ac_prev"; then
854 eval $ac_prev=\$ac_option
855 ac_prev=
856 continue
857 fi
858
859 case $ac_option in
860 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
861 *) ac_optarg=yes ;;
862 esac
863
864 # Accept the important Cygnus configure options, so we can diagnose typos.
865
866 case $ac_dashdash$ac_option in
867 --)
868 ac_dashdash=yes ;;
869
870 -bindir | --bindir | --bindi | --bind | --bin | --bi)
871 ac_prev=bindir ;;
872 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
873 bindir=$ac_optarg ;;
874
875 -build | --build | --buil | --bui | --bu)
876 ac_prev=build_alias ;;
877 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
878 build_alias=$ac_optarg ;;
879
880 -cache-file | --cache-file | --cache-fil | --cache-fi \
881 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
882 ac_prev=cache_file ;;
883 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
884 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
885 cache_file=$ac_optarg ;;
886
887 --config-cache | -C)
888 cache_file=config.cache ;;
889
890 -datadir | --datadir | --datadi | --datad)
891 ac_prev=datadir ;;
892 -datadir=* | --datadir=* | --datadi=* | --datad=*)
893 datadir=$ac_optarg ;;
894
895 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
896 | --dataroo | --dataro | --datar)
897 ac_prev=datarootdir ;;
898 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
899 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
900 datarootdir=$ac_optarg ;;
901
902 -disable-* | --disable-*)
903 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
904 # Reject names that are not valid shell variable names.
905 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
906 as_fn_error "invalid feature name: $ac_useropt"
907 ac_useropt_orig=$ac_useropt
908 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
909 case $ac_user_opts in
910 *"
911 "enable_$ac_useropt"
912 "*) ;;
913 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
914 ac_unrecognized_sep=', ';;
915 esac
916 eval enable_$ac_useropt=no ;;
917
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
922
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
927
928 -enable-* | --enable-*)
929 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
932 as_fn_error "invalid feature name: $ac_useropt"
933 ac_useropt_orig=$ac_useropt
934 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
935 case $ac_user_opts in
936 *"
937 "enable_$ac_useropt"
938 "*) ;;
939 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
940 ac_unrecognized_sep=', ';;
941 esac
942 eval enable_$ac_useropt=\$ac_optarg ;;
943
944 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
945 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
946 | --exec | --exe | --ex)
947 ac_prev=exec_prefix ;;
948 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
949 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
950 | --exec=* | --exe=* | --ex=*)
951 exec_prefix=$ac_optarg ;;
952
953 -gas | --gas | --ga | --g)
954 # Obsolete; use --with-gas.
955 with_gas=yes ;;
956
957 -help | --help | --hel | --he | -h)
958 ac_init_help=long ;;
959 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
960 ac_init_help=recursive ;;
961 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
962 ac_init_help=short ;;
963
964 -host | --host | --hos | --ho)
965 ac_prev=host_alias ;;
966 -host=* | --host=* | --hos=* | --ho=*)
967 host_alias=$ac_optarg ;;
968
969 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
970 ac_prev=htmldir ;;
971 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
972 | --ht=*)
973 htmldir=$ac_optarg ;;
974
975 -includedir | --includedir | --includedi | --included | --include \
976 | --includ | --inclu | --incl | --inc)
977 ac_prev=includedir ;;
978 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
979 | --includ=* | --inclu=* | --incl=* | --inc=*)
980 includedir=$ac_optarg ;;
981
982 -infodir | --infodir | --infodi | --infod | --info | --inf)
983 ac_prev=infodir ;;
984 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
985 infodir=$ac_optarg ;;
986
987 -libdir | --libdir | --libdi | --libd)
988 ac_prev=libdir ;;
989 -libdir=* | --libdir=* | --libdi=* | --libd=*)
990 libdir=$ac_optarg ;;
991
992 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
993 | --libexe | --libex | --libe)
994 ac_prev=libexecdir ;;
995 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
996 | --libexe=* | --libex=* | --libe=*)
997 libexecdir=$ac_optarg ;;
998
999 -localedir | --localedir | --localedi | --localed | --locale)
1000 ac_prev=localedir ;;
1001 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1002 localedir=$ac_optarg ;;
1003
1004 -localstatedir | --localstatedir | --localstatedi | --localstated \
1005 | --localstate | --localstat | --localsta | --localst | --locals)
1006 ac_prev=localstatedir ;;
1007 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1008 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1009 localstatedir=$ac_optarg ;;
1010
1011 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1012 ac_prev=mandir ;;
1013 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1014 mandir=$ac_optarg ;;
1015
1016 -nfp | --nfp | --nf)
1017 # Obsolete; use --without-fp.
1018 with_fp=no ;;
1019
1020 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1021 | --no-cr | --no-c | -n)
1022 no_create=yes ;;
1023
1024 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1025 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1026 no_recursion=yes ;;
1027
1028 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1029 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1030 | --oldin | --oldi | --old | --ol | --o)
1031 ac_prev=oldincludedir ;;
1032 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1033 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1034 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1035 oldincludedir=$ac_optarg ;;
1036
1037 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1038 ac_prev=prefix ;;
1039 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1040 prefix=$ac_optarg ;;
1041
1042 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1043 | --program-pre | --program-pr | --program-p)
1044 ac_prev=program_prefix ;;
1045 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1046 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1047 program_prefix=$ac_optarg ;;
1048
1049 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1050 | --program-suf | --program-su | --program-s)
1051 ac_prev=program_suffix ;;
1052 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1053 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1054 program_suffix=$ac_optarg ;;
1055
1056 -program-transform-name | --program-transform-name \
1057 | --program-transform-nam | --program-transform-na \
1058 | --program-transform-n | --program-transform- \
1059 | --program-transform | --program-transfor \
1060 | --program-transfo | --program-transf \
1061 | --program-trans | --program-tran \
1062 | --progr-tra | --program-tr | --program-t)
1063 ac_prev=program_transform_name ;;
1064 -program-transform-name=* | --program-transform-name=* \
1065 | --program-transform-nam=* | --program-transform-na=* \
1066 | --program-transform-n=* | --program-transform-=* \
1067 | --program-transform=* | --program-transfor=* \
1068 | --program-transfo=* | --program-transf=* \
1069 | --program-trans=* | --program-tran=* \
1070 | --progr-tra=* | --program-tr=* | --program-t=*)
1071 program_transform_name=$ac_optarg ;;
1072
1073 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1074 ac_prev=pdfdir ;;
1075 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1076 pdfdir=$ac_optarg ;;
1077
1078 -psdir | --psdir | --psdi | --psd | --ps)
1079 ac_prev=psdir ;;
1080 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1081 psdir=$ac_optarg ;;
1082
1083 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1084 | -silent | --silent | --silen | --sile | --sil)
1085 silent=yes ;;
1086
1087 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1088 ac_prev=sbindir ;;
1089 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1090 | --sbi=* | --sb=*)
1091 sbindir=$ac_optarg ;;
1092
1093 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1094 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1095 | --sharedst | --shareds | --shared | --share | --shar \
1096 | --sha | --sh)
1097 ac_prev=sharedstatedir ;;
1098 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1099 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1100 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1101 | --sha=* | --sh=*)
1102 sharedstatedir=$ac_optarg ;;
1103
1104 -site | --site | --sit)
1105 ac_prev=site ;;
1106 -site=* | --site=* | --sit=*)
1107 site=$ac_optarg ;;
1108
1109 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1110 ac_prev=srcdir ;;
1111 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1112 srcdir=$ac_optarg ;;
1113
1114 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1115 | --syscon | --sysco | --sysc | --sys | --sy)
1116 ac_prev=sysconfdir ;;
1117 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1118 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1119 sysconfdir=$ac_optarg ;;
1120
1121 -target | --target | --targe | --targ | --tar | --ta | --t)
1122 ac_prev=target_alias ;;
1123 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1124 target_alias=$ac_optarg ;;
1125
1126 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1127 verbose=yes ;;
1128
1129 -version | --version | --versio | --versi | --vers | -V)
1130 ac_init_version=: ;;
1131
1132 -with-* | --with-*)
1133 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141 "with_$ac_useropt"
1142 "*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=\$ac_optarg ;;
1147
1148 -without-* | --without-*)
1149 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1150 # Reject names that are not valid shell variable names.
1151 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1152 as_fn_error "invalid package name: $ac_useropt"
1153 ac_useropt_orig=$ac_useropt
1154 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1155 case $ac_user_opts in
1156 *"
1157 "with_$ac_useropt"
1158 "*) ;;
1159 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1160 ac_unrecognized_sep=', ';;
1161 esac
1162 eval with_$ac_useropt=no ;;
1163
1164 --x)
1165 # Obsolete; use --with-x.
1166 with_x=yes ;;
1167
1168 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1169 | --x-incl | --x-inc | --x-in | --x-i)
1170 ac_prev=x_includes ;;
1171 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1172 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1173 x_includes=$ac_optarg ;;
1174
1175 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1176 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1177 ac_prev=x_libraries ;;
1178 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1179 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1180 x_libraries=$ac_optarg ;;
1181
1182 -*) as_fn_error "unrecognized option: \`$ac_option'
1183 Try \`$0 --help' for more information."
1184 ;;
1185
1186 *=*)
1187 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1188 # Reject names that are not valid shell variable names.
1189 case $ac_envvar in #(
1190 '' | [0-9]* | *[!_$as_cr_alnum]* )
1191 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1192 esac
1193 eval $ac_envvar=\$ac_optarg
1194 export $ac_envvar ;;
1195
1196 *)
1197 # FIXME: should be removed in autoconf 3.0.
1198 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1199 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1200 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1201 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1202 ;;
1203
1204 esac
1205 done
1206
1207 if test -n "$ac_prev"; then
1208 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1209 as_fn_error "missing argument to $ac_option"
1210 fi
1211
1212 if test -n "$ac_unrecognized_opts"; then
1213 case $enable_option_checking in
1214 no) ;;
1215 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1216 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1217 esac
1218 fi
1219
1220 # Check all directory arguments for consistency.
1221 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1222 datadir sysconfdir sharedstatedir localstatedir includedir \
1223 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1224 libdir localedir mandir
1225 do
1226 eval ac_val=\$$ac_var
1227 # Remove trailing slashes.
1228 case $ac_val in
1229 */ )
1230 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1231 eval $ac_var=\$ac_val;;
1232 esac
1233 # Be sure to have absolute directory names.
1234 case $ac_val in
1235 [\\/$]* | ?:[\\/]* ) continue;;
1236 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1237 esac
1238 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1239 done
1240
1241 # There might be people who depend on the old broken behavior: `$host'
1242 # used to hold the argument of --host etc.
1243 # FIXME: To remove some day.
1244 build=$build_alias
1245 host=$host_alias
1246 target=$target_alias
1247
1248 # FIXME: To remove some day.
1249 if test "x$host_alias" != x; then
1250 if test "x$build_alias" = x; then
1251 cross_compiling=maybe
1252 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1253 If a cross compiler is detected then cross compile mode will be used." >&2
1254 elif test "x$build_alias" != "x$host_alias"; then
1255 cross_compiling=yes
1256 fi
1257 fi
1258
1259 ac_tool_prefix=
1260 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1261
1262 test "$silent" = yes && exec 6>/dev/null
1263
1264
1265 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1266 ac_ls_di=`ls -di .` &&
1267 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1268 as_fn_error "working directory cannot be determined"
1269 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1270 as_fn_error "pwd does not report name of working directory"
1271
1272
1273 # Find the source files, if location was not specified.
1274 if test -z "$srcdir"; then
1275 ac_srcdir_defaulted=yes
1276 # Try the directory containing this script, then the parent directory.
1277 ac_confdir=`$as_dirname -- "$as_myself" ||
1278 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1279 X"$as_myself" : 'X\(//\)[^/]' \| \
1280 X"$as_myself" : 'X\(//\)$' \| \
1281 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1282 $as_echo X"$as_myself" |
1283 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1284 s//\1/
1285 q
1286 }
1287 /^X\(\/\/\)[^/].*/{
1288 s//\1/
1289 q
1290 }
1291 /^X\(\/\/\)$/{
1292 s//\1/
1293 q
1294 }
1295 /^X\(\/\).*/{
1296 s//\1/
1297 q
1298 }
1299 s/.*/./; q'`
1300 srcdir=$ac_confdir
1301 if test ! -r "$srcdir/$ac_unique_file"; then
1302 srcdir=..
1303 fi
1304 else
1305 ac_srcdir_defaulted=no
1306 fi
1307 if test ! -r "$srcdir/$ac_unique_file"; then
1308 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1309 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1310 fi
1311 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1312 ac_abs_confdir=`(
1313 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1314 pwd)`
1315 # When building in place, set srcdir=.
1316 if test "$ac_abs_confdir" = "$ac_pwd"; then
1317 srcdir=.
1318 fi
1319 # Remove unnecessary trailing slashes from srcdir.
1320 # Double slashes in file names in object file debugging info
1321 # mess up M-x gdb in Emacs.
1322 case $srcdir in
1323 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1324 esac
1325 for ac_var in $ac_precious_vars; do
1326 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1327 eval ac_env_${ac_var}_value=\$${ac_var}
1328 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1329 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1330 done
1331
1332 #
1333 # Report the --help message.
1334 #
1335 if test "$ac_init_help" = "long"; then
1336 # Omit some internal or obsolete options to make the list less imposing.
1337 # This message is too long to be a string in the A/UX 3.1 sh.
1338 cat <<_ACEOF
1339 \`configure' configures binutils 2.30.51 to adapt to many kinds of systems.
1340
1341 Usage: $0 [OPTION]... [VAR=VALUE]...
1342
1343 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1344 VAR=VALUE. See below for descriptions of some of the useful variables.
1345
1346 Defaults for the options are specified in brackets.
1347
1348 Configuration:
1349 -h, --help display this help and exit
1350 --help=short display options specific to this package
1351 --help=recursive display the short help of all the included packages
1352 -V, --version display version information and exit
1353 -q, --quiet, --silent do not print \`checking...' messages
1354 --cache-file=FILE cache test results in FILE [disabled]
1355 -C, --config-cache alias for \`--cache-file=config.cache'
1356 -n, --no-create do not create output files
1357 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1358
1359 Installation directories:
1360 --prefix=PREFIX install architecture-independent files in PREFIX
1361 [$ac_default_prefix]
1362 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1363 [PREFIX]
1364
1365 By default, \`make install' will install all the files in
1366 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1367 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1368 for instance \`--prefix=\$HOME'.
1369
1370 For better control, use the options below.
1371
1372 Fine tuning of the installation directories:
1373 --bindir=DIR user executables [EPREFIX/bin]
1374 --sbindir=DIR system admin executables [EPREFIX/sbin]
1375 --libexecdir=DIR program executables [EPREFIX/libexec]
1376 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1377 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1378 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1379 --libdir=DIR object code libraries [EPREFIX/lib]
1380 --includedir=DIR C header files [PREFIX/include]
1381 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1382 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1383 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1384 --infodir=DIR info documentation [DATAROOTDIR/info]
1385 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1386 --mandir=DIR man documentation [DATAROOTDIR/man]
1387 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1388 --htmldir=DIR html documentation [DOCDIR]
1389 --dvidir=DIR dvi documentation [DOCDIR]
1390 --pdfdir=DIR pdf documentation [DOCDIR]
1391 --psdir=DIR ps documentation [DOCDIR]
1392 _ACEOF
1393
1394 cat <<\_ACEOF
1395
1396 Program names:
1397 --program-prefix=PREFIX prepend PREFIX to installed program names
1398 --program-suffix=SUFFIX append SUFFIX to installed program names
1399 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1400
1401 System types:
1402 --build=BUILD configure for building on BUILD [guessed]
1403 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1404 --target=TARGET configure for building compilers for TARGET [HOST]
1405 _ACEOF
1406 fi
1407
1408 if test -n "$ac_init_help"; then
1409 case $ac_init_help in
1410 short | recursive ) echo "Configuration of binutils 2.30.51:";;
1411 esac
1412 cat <<\_ACEOF
1413
1414 Optional Features:
1415 --disable-option-checking ignore unrecognized --enable/--with options
1416 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1417 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1418 --disable-dependency-tracking speeds up one-time build
1419 --enable-dependency-tracking do not reject slow dependency extractors
1420 --enable-shared[=PKGS] build shared libraries [default=yes]
1421 --enable-static[=PKGS] build static libraries [default=yes]
1422 --enable-fast-install[=PKGS]
1423 optimize for fast installation [default=yes]
1424 --disable-libtool-lock avoid locking (might break parallel builds)
1425 --enable-plugins Enable support for plugins
1426 --disable-largefile omit support for large files
1427 --enable-targets alternative target configurations
1428 --enable-deterministic-archives
1429 ar and ranlib default to -D behavior
1430 --disable-default-strings-all
1431 strings defaults to --data behavior
1432 --enable-werror treat compile warnings as errors
1433 --enable-build-warnings enable build-time compiler warnings
1434 --disable-nls do not use Native Language Support
1435 --enable-maintainer-mode enable make rules and dependencies not useful
1436 (and sometimes confusing) to the casual installer
1437 --disable-rpath do not hardcode runtime library paths
1438
1439 Optional Packages:
1440 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1441 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1442 --with-pic try to use only PIC/non-PIC objects [default=use
1443 both]
1444 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1445 --with-system-zlib use installed libz
1446 --with-gnu-ld assume the C compiler uses GNU ld default=no
1447 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1448 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1449
1450 Some influential environment variables:
1451 CC C compiler command
1452 CFLAGS C compiler flags
1453 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1454 nonstandard directory <lib dir>
1455 LIBS libraries to pass to the linker, e.g. -l<library>
1456 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1457 you have headers in a nonstandard directory <include dir>
1458 CPP C preprocessor
1459 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1460 the first program found out of: `bison -y', `byacc', `yacc'.
1461 YFLAGS The list of arguments that will be passed by default to $YACC.
1462 This script will default YFLAGS to the empty string to avoid a
1463 default value of `-d' given by some make applications.
1464
1465 Use these variables to override the choices made by `configure' or to help
1466 it to find libraries and programs with nonstandard names/locations.
1467
1468 Report bugs to the package provider.
1469 _ACEOF
1470 ac_status=$?
1471 fi
1472
1473 if test "$ac_init_help" = "recursive"; then
1474 # If there are subdirs, report their specific --help.
1475 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1476 test -d "$ac_dir" ||
1477 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1478 continue
1479 ac_builddir=.
1480
1481 case "$ac_dir" in
1482 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1483 *)
1484 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1485 # A ".." for each directory in $ac_dir_suffix.
1486 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1487 case $ac_top_builddir_sub in
1488 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1489 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1490 esac ;;
1491 esac
1492 ac_abs_top_builddir=$ac_pwd
1493 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1494 # for backward compatibility:
1495 ac_top_builddir=$ac_top_build_prefix
1496
1497 case $srcdir in
1498 .) # We are building in place.
1499 ac_srcdir=.
1500 ac_top_srcdir=$ac_top_builddir_sub
1501 ac_abs_top_srcdir=$ac_pwd ;;
1502 [\\/]* | ?:[\\/]* ) # Absolute name.
1503 ac_srcdir=$srcdir$ac_dir_suffix;
1504 ac_top_srcdir=$srcdir
1505 ac_abs_top_srcdir=$srcdir ;;
1506 *) # Relative name.
1507 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1508 ac_top_srcdir=$ac_top_build_prefix$srcdir
1509 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1510 esac
1511 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1512
1513 cd "$ac_dir" || { ac_status=$?; continue; }
1514 # Check for guested configure.
1515 if test -f "$ac_srcdir/configure.gnu"; then
1516 echo &&
1517 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1518 elif test -f "$ac_srcdir/configure"; then
1519 echo &&
1520 $SHELL "$ac_srcdir/configure" --help=recursive
1521 else
1522 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1523 fi || ac_status=$?
1524 cd "$ac_pwd" || { ac_status=$?; break; }
1525 done
1526 fi
1527
1528 test -n "$ac_init_help" && exit $ac_status
1529 if $ac_init_version; then
1530 cat <<\_ACEOF
1531 binutils configure 2.30.51
1532 generated by GNU Autoconf 2.64
1533
1534 Copyright (C) 2009 Free Software Foundation, Inc.
1535 This configure script is free software; the Free Software Foundation
1536 gives unlimited permission to copy, distribute and modify it.
1537 _ACEOF
1538 exit
1539 fi
1540
1541 ## ------------------------ ##
1542 ## Autoconf initialization. ##
1543 ## ------------------------ ##
1544
1545 # ac_fn_c_try_compile LINENO
1546 # --------------------------
1547 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1548 ac_fn_c_try_compile ()
1549 {
1550 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1551 rm -f conftest.$ac_objext
1552 if { { ac_try="$ac_compile"
1553 case "(($ac_try" in
1554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1555 *) ac_try_echo=$ac_try;;
1556 esac
1557 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1558 $as_echo "$ac_try_echo"; } >&5
1559 (eval "$ac_compile") 2>conftest.err
1560 ac_status=$?
1561 if test -s conftest.err; then
1562 grep -v '^ *+' conftest.err >conftest.er1
1563 cat conftest.er1 >&5
1564 mv -f conftest.er1 conftest.err
1565 fi
1566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1567 test $ac_status = 0; } && {
1568 test -z "$ac_c_werror_flag" ||
1569 test ! -s conftest.err
1570 } && test -s conftest.$ac_objext; then :
1571 ac_retval=0
1572 else
1573 $as_echo "$as_me: failed program was:" >&5
1574 sed 's/^/| /' conftest.$ac_ext >&5
1575
1576 ac_retval=1
1577 fi
1578 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1579 return $ac_retval
1580
1581 } # ac_fn_c_try_compile
1582
1583 # ac_fn_c_try_link LINENO
1584 # -----------------------
1585 # Try to link conftest.$ac_ext, and return whether this succeeded.
1586 ac_fn_c_try_link ()
1587 {
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 rm -f conftest.$ac_objext conftest$ac_exeext
1590 if { { ac_try="$ac_link"
1591 case "(($ac_try" in
1592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1593 *) ac_try_echo=$ac_try;;
1594 esac
1595 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1596 $as_echo "$ac_try_echo"; } >&5
1597 (eval "$ac_link") 2>conftest.err
1598 ac_status=$?
1599 if test -s conftest.err; then
1600 grep -v '^ *+' conftest.err >conftest.er1
1601 cat conftest.er1 >&5
1602 mv -f conftest.er1 conftest.err
1603 fi
1604 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1605 test $ac_status = 0; } && {
1606 test -z "$ac_c_werror_flag" ||
1607 test ! -s conftest.err
1608 } && test -s conftest$ac_exeext && {
1609 test "$cross_compiling" = yes ||
1610 $as_test_x conftest$ac_exeext
1611 }; then :
1612 ac_retval=0
1613 else
1614 $as_echo "$as_me: failed program was:" >&5
1615 sed 's/^/| /' conftest.$ac_ext >&5
1616
1617 ac_retval=1
1618 fi
1619 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1620 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1621 # interfere with the next link command; also delete a directory that is
1622 # left behind by Apple's compiler. We do this before executing the actions.
1623 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1624 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1625 return $ac_retval
1626
1627 } # ac_fn_c_try_link
1628
1629 # ac_fn_c_try_cpp LINENO
1630 # ----------------------
1631 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1632 ac_fn_c_try_cpp ()
1633 {
1634 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1635 if { { ac_try="$ac_cpp conftest.$ac_ext"
1636 case "(($ac_try" in
1637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1638 *) ac_try_echo=$ac_try;;
1639 esac
1640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1641 $as_echo "$ac_try_echo"; } >&5
1642 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1643 ac_status=$?
1644 if test -s conftest.err; then
1645 grep -v '^ *+' conftest.err >conftest.er1
1646 cat conftest.er1 >&5
1647 mv -f conftest.er1 conftest.err
1648 fi
1649 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1650 test $ac_status = 0; } >/dev/null && {
1651 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1652 test ! -s conftest.err
1653 }; then :
1654 ac_retval=0
1655 else
1656 $as_echo "$as_me: failed program was:" >&5
1657 sed 's/^/| /' conftest.$ac_ext >&5
1658
1659 ac_retval=1
1660 fi
1661 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1662 return $ac_retval
1663
1664 } # ac_fn_c_try_cpp
1665
1666 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1667 # -------------------------------------------------------
1668 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1669 # the include files in INCLUDES and setting the cache variable VAR
1670 # accordingly.
1671 ac_fn_c_check_header_mongrel ()
1672 {
1673 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1674 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1676 $as_echo_n "checking for $2... " >&6; }
1677 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1678 $as_echo_n "(cached) " >&6
1679 fi
1680 eval ac_res=\$$3
1681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1682 $as_echo "$ac_res" >&6; }
1683 else
1684 # Is the header compilable?
1685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1686 $as_echo_n "checking $2 usability... " >&6; }
1687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1688 /* end confdefs.h. */
1689 $4
1690 #include <$2>
1691 _ACEOF
1692 if ac_fn_c_try_compile "$LINENO"; then :
1693 ac_header_compiler=yes
1694 else
1695 ac_header_compiler=no
1696 fi
1697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1699 $as_echo "$ac_header_compiler" >&6; }
1700
1701 # Is the header present?
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1703 $as_echo_n "checking $2 presence... " >&6; }
1704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1705 /* end confdefs.h. */
1706 #include <$2>
1707 _ACEOF
1708 if ac_fn_c_try_cpp "$LINENO"; then :
1709 ac_header_preproc=yes
1710 else
1711 ac_header_preproc=no
1712 fi
1713 rm -f conftest.err conftest.$ac_ext
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1715 $as_echo "$ac_header_preproc" >&6; }
1716
1717 # So? What about this header?
1718 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1719 yes:no: )
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1721 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1723 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1724 ;;
1725 no:yes:* )
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1727 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1729 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1731 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1733 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1735 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1736 ;;
1737 esac
1738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1739 $as_echo_n "checking for $2... " >&6; }
1740 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1741 $as_echo_n "(cached) " >&6
1742 else
1743 eval "$3=\$ac_header_compiler"
1744 fi
1745 eval ac_res=\$$3
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1747 $as_echo "$ac_res" >&6; }
1748 fi
1749 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1750
1751 } # ac_fn_c_check_header_mongrel
1752
1753 # ac_fn_c_try_run LINENO
1754 # ----------------------
1755 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1756 # that executables *can* be run.
1757 ac_fn_c_try_run ()
1758 {
1759 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1760 if { { ac_try="$ac_link"
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_link") 2>&5
1768 ac_status=$?
1769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1770 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1771 { { case "(($ac_try" in
1772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773 *) ac_try_echo=$ac_try;;
1774 esac
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777 (eval "$ac_try") 2>&5
1778 ac_status=$?
1779 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780 test $ac_status = 0; }; }; then :
1781 ac_retval=0
1782 else
1783 $as_echo "$as_me: program exited with status $ac_status" >&5
1784 $as_echo "$as_me: failed program was:" >&5
1785 sed 's/^/| /' conftest.$ac_ext >&5
1786
1787 ac_retval=$ac_status
1788 fi
1789 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1790 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1791 return $ac_retval
1792
1793 } # ac_fn_c_try_run
1794
1795 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1796 # -------------------------------------------------------
1797 # Tests whether HEADER exists and can be compiled using the include files in
1798 # INCLUDES, setting the cache variable VAR accordingly.
1799 ac_fn_c_check_header_compile ()
1800 {
1801 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1803 $as_echo_n "checking for $2... " >&6; }
1804 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1805 $as_echo_n "(cached) " >&6
1806 else
1807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1808 /* end confdefs.h. */
1809 $4
1810 #include <$2>
1811 _ACEOF
1812 if ac_fn_c_try_compile "$LINENO"; then :
1813 eval "$3=yes"
1814 else
1815 eval "$3=no"
1816 fi
1817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1818 fi
1819 eval ac_res=\$$3
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821 $as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
1824 } # ac_fn_c_check_header_compile
1825
1826 # ac_fn_c_check_func LINENO FUNC VAR
1827 # ----------------------------------
1828 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1829 ac_fn_c_check_func ()
1830 {
1831 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1833 $as_echo_n "checking for $2... " >&6; }
1834 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1835 $as_echo_n "(cached) " >&6
1836 else
1837 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1838 /* end confdefs.h. */
1839 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1841 #define $2 innocuous_$2
1842
1843 /* System header to define __stub macros and hopefully few prototypes,
1844 which can conflict with char $2 (); below.
1845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1846 <limits.h> exists even on freestanding compilers. */
1847
1848 #ifdef __STDC__
1849 # include <limits.h>
1850 #else
1851 # include <assert.h>
1852 #endif
1853
1854 #undef $2
1855
1856 /* Override any GCC internal prototype to avoid an error.
1857 Use char because int might match the return type of a GCC
1858 builtin and then its argument prototype would still apply. */
1859 #ifdef __cplusplus
1860 extern "C"
1861 #endif
1862 char $2 ();
1863 /* The GNU C library defines this for functions which it implements
1864 to always fail with ENOSYS. Some functions are actually named
1865 something starting with __ and the normal name is an alias. */
1866 #if defined __stub_$2 || defined __stub___$2
1867 choke me
1868 #endif
1869
1870 int
1871 main ()
1872 {
1873 return $2 ();
1874 ;
1875 return 0;
1876 }
1877 _ACEOF
1878 if ac_fn_c_try_link "$LINENO"; then :
1879 eval "$3=yes"
1880 else
1881 eval "$3=no"
1882 fi
1883 rm -f core conftest.err conftest.$ac_objext \
1884 conftest$ac_exeext conftest.$ac_ext
1885 fi
1886 eval ac_res=\$$3
1887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888 $as_echo "$ac_res" >&6; }
1889 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1890
1891 } # ac_fn_c_check_func
1892
1893 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1894 # --------------------------------------------
1895 # Tries to find the compile-time value of EXPR in a program that includes
1896 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1897 # computed
1898 ac_fn_c_compute_int ()
1899 {
1900 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1901 if test "$cross_compiling" = yes; then
1902 # Depending upon the size, compute the lo and hi bounds.
1903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1904 /* end confdefs.h. */
1905 $4
1906 int
1907 main ()
1908 {
1909 static int test_array [1 - 2 * !(($2) >= 0)];
1910 test_array [0] = 0
1911
1912 ;
1913 return 0;
1914 }
1915 _ACEOF
1916 if ac_fn_c_try_compile "$LINENO"; then :
1917 ac_lo=0 ac_mid=0
1918 while :; do
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920 /* end confdefs.h. */
1921 $4
1922 int
1923 main ()
1924 {
1925 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1926 test_array [0] = 0
1927
1928 ;
1929 return 0;
1930 }
1931 _ACEOF
1932 if ac_fn_c_try_compile "$LINENO"; then :
1933 ac_hi=$ac_mid; break
1934 else
1935 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1936 if test $ac_lo -le $ac_mid; then
1937 ac_lo= ac_hi=
1938 break
1939 fi
1940 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1941 fi
1942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1943 done
1944 else
1945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946 /* end confdefs.h. */
1947 $4
1948 int
1949 main ()
1950 {
1951 static int test_array [1 - 2 * !(($2) < 0)];
1952 test_array [0] = 0
1953
1954 ;
1955 return 0;
1956 }
1957 _ACEOF
1958 if ac_fn_c_try_compile "$LINENO"; then :
1959 ac_hi=-1 ac_mid=-1
1960 while :; do
1961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1962 /* end confdefs.h. */
1963 $4
1964 int
1965 main ()
1966 {
1967 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1968 test_array [0] = 0
1969
1970 ;
1971 return 0;
1972 }
1973 _ACEOF
1974 if ac_fn_c_try_compile "$LINENO"; then :
1975 ac_lo=$ac_mid; break
1976 else
1977 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1978 if test $ac_mid -le $ac_hi; then
1979 ac_lo= ac_hi=
1980 break
1981 fi
1982 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1983 fi
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985 done
1986 else
1987 ac_lo= ac_hi=
1988 fi
1989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1990 fi
1991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1992 # Binary search between lo and hi bounds.
1993 while test "x$ac_lo" != "x$ac_hi"; do
1994 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
1997 $4
1998 int
1999 main ()
2000 {
2001 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2002 test_array [0] = 0
2003
2004 ;
2005 return 0;
2006 }
2007 _ACEOF
2008 if ac_fn_c_try_compile "$LINENO"; then :
2009 ac_hi=$ac_mid
2010 else
2011 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2012 fi
2013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2014 done
2015 case $ac_lo in #((
2016 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2017 '') ac_retval=1 ;;
2018 esac
2019 else
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h. */
2022 $4
2023 static long int longval () { return $2; }
2024 static unsigned long int ulongval () { return $2; }
2025 #include <stdio.h>
2026 #include <stdlib.h>
2027 int
2028 main ()
2029 {
2030
2031 FILE *f = fopen ("conftest.val", "w");
2032 if (! f)
2033 return 1;
2034 if (($2) < 0)
2035 {
2036 long int i = longval ();
2037 if (i != ($2))
2038 return 1;
2039 fprintf (f, "%ld", i);
2040 }
2041 else
2042 {
2043 unsigned long int i = ulongval ();
2044 if (i != ($2))
2045 return 1;
2046 fprintf (f, "%lu", i);
2047 }
2048 /* Do not output a trailing newline, as this causes \r\n confusion
2049 on some platforms. */
2050 return ferror (f) || fclose (f) != 0;
2051
2052 ;
2053 return 0;
2054 }
2055 _ACEOF
2056 if ac_fn_c_try_run "$LINENO"; then :
2057 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2058 else
2059 ac_retval=1
2060 fi
2061 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2062 conftest.$ac_objext conftest.beam conftest.$ac_ext
2063 rm -f conftest.val
2064
2065 fi
2066 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2067 return $ac_retval
2068
2069 } # ac_fn_c_compute_int
2070
2071 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2072 # -------------------------------------------
2073 # Tests whether TYPE exists after having included INCLUDES, setting cache
2074 # variable VAR accordingly.
2075 ac_fn_c_check_type ()
2076 {
2077 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2079 $as_echo_n "checking for $2... " >&6; }
2080 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2081 $as_echo_n "(cached) " >&6
2082 else
2083 eval "$3=no"
2084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2085 /* end confdefs.h. */
2086 $4
2087 int
2088 main ()
2089 {
2090 if (sizeof ($2))
2091 return 0;
2092 ;
2093 return 0;
2094 }
2095 _ACEOF
2096 if ac_fn_c_try_compile "$LINENO"; then :
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098 /* end confdefs.h. */
2099 $4
2100 int
2101 main ()
2102 {
2103 if (sizeof (($2)))
2104 return 0;
2105 ;
2106 return 0;
2107 }
2108 _ACEOF
2109 if ac_fn_c_try_compile "$LINENO"; then :
2110
2111 else
2112 eval "$3=yes"
2113 fi
2114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115 fi
2116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117 fi
2118 eval ac_res=\$$3
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2120 $as_echo "$ac_res" >&6; }
2121 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2122
2123 } # ac_fn_c_check_type
2124
2125 # ac_fn_c_check_decl LINENO SYMBOL VAR
2126 # ------------------------------------
2127 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2128 ac_fn_c_check_decl ()
2129 {
2130 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2131 as_decl_name=`echo $2|sed 's/ *(.*//'`
2132 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2134 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2135 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2136 $as_echo_n "(cached) " >&6
2137 else
2138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2139 /* end confdefs.h. */
2140 $4
2141 int
2142 main ()
2143 {
2144 #ifndef $as_decl_name
2145 #ifdef __cplusplus
2146 (void) $as_decl_use;
2147 #else
2148 (void) $as_decl_name;
2149 #endif
2150 #endif
2151
2152 ;
2153 return 0;
2154 }
2155 _ACEOF
2156 if ac_fn_c_try_compile "$LINENO"; then :
2157 eval "$3=yes"
2158 else
2159 eval "$3=no"
2160 fi
2161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2162 fi
2163 eval ac_res=\$$3
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2165 $as_echo "$ac_res" >&6; }
2166 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2167
2168 } # ac_fn_c_check_decl
2169 cat >config.log <<_ACEOF
2170 This file contains any messages produced by compilers while
2171 running configure, to aid debugging if configure makes a mistake.
2172
2173 It was created by binutils $as_me 2.30.51, which was
2174 generated by GNU Autoconf 2.64. Invocation command line was
2175
2176 $ $0 $@
2177
2178 _ACEOF
2179 exec 5>>config.log
2180 {
2181 cat <<_ASUNAME
2182 ## --------- ##
2183 ## Platform. ##
2184 ## --------- ##
2185
2186 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2187 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2188 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2189 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2190 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2191
2192 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2193 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2194
2195 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2196 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2197 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2198 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2199 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2200 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2201 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2202
2203 _ASUNAME
2204
2205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2206 for as_dir in $PATH
2207 do
2208 IFS=$as_save_IFS
2209 test -z "$as_dir" && as_dir=.
2210 $as_echo "PATH: $as_dir"
2211 done
2212 IFS=$as_save_IFS
2213
2214 } >&5
2215
2216 cat >&5 <<_ACEOF
2217
2218
2219 ## ----------- ##
2220 ## Core tests. ##
2221 ## ----------- ##
2222
2223 _ACEOF
2224
2225
2226 # Keep a trace of the command line.
2227 # Strip out --no-create and --no-recursion so they do not pile up.
2228 # Strip out --silent because we don't want to record it for future runs.
2229 # Also quote any args containing shell meta-characters.
2230 # Make two passes to allow for proper duplicate-argument suppression.
2231 ac_configure_args=
2232 ac_configure_args0=
2233 ac_configure_args1=
2234 ac_must_keep_next=false
2235 for ac_pass in 1 2
2236 do
2237 for ac_arg
2238 do
2239 case $ac_arg in
2240 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2242 | -silent | --silent | --silen | --sile | --sil)
2243 continue ;;
2244 *\'*)
2245 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2246 esac
2247 case $ac_pass in
2248 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2249 2)
2250 as_fn_append ac_configure_args1 " '$ac_arg'"
2251 if test $ac_must_keep_next = true; then
2252 ac_must_keep_next=false # Got value, back to normal.
2253 else
2254 case $ac_arg in
2255 *=* | --config-cache | -C | -disable-* | --disable-* \
2256 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2257 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2258 | -with-* | --with-* | -without-* | --without-* | --x)
2259 case "$ac_configure_args0 " in
2260 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2261 esac
2262 ;;
2263 -* ) ac_must_keep_next=true ;;
2264 esac
2265 fi
2266 as_fn_append ac_configure_args " '$ac_arg'"
2267 ;;
2268 esac
2269 done
2270 done
2271 { ac_configure_args0=; unset ac_configure_args0;}
2272 { ac_configure_args1=; unset ac_configure_args1;}
2273
2274 # When interrupted or exit'd, cleanup temporary files, and complete
2275 # config.log. We remove comments because anyway the quotes in there
2276 # would cause problems or look ugly.
2277 # WARNING: Use '\'' to represent an apostrophe within the trap.
2278 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2279 trap 'exit_status=$?
2280 # Save into config.log some information that might help in debugging.
2281 {
2282 echo
2283
2284 cat <<\_ASBOX
2285 ## ---------------- ##
2286 ## Cache variables. ##
2287 ## ---------------- ##
2288 _ASBOX
2289 echo
2290 # The following way of writing the cache mishandles newlines in values,
2291 (
2292 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2293 eval ac_val=\$$ac_var
2294 case $ac_val in #(
2295 *${as_nl}*)
2296 case $ac_var in #(
2297 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2298 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2299 esac
2300 case $ac_var in #(
2301 _ | IFS | as_nl) ;; #(
2302 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2303 *) { eval $ac_var=; unset $ac_var;} ;;
2304 esac ;;
2305 esac
2306 done
2307 (set) 2>&1 |
2308 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2309 *${as_nl}ac_space=\ *)
2310 sed -n \
2311 "s/'\''/'\''\\\\'\'''\''/g;
2312 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2313 ;; #(
2314 *)
2315 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2316 ;;
2317 esac |
2318 sort
2319 )
2320 echo
2321
2322 cat <<\_ASBOX
2323 ## ----------------- ##
2324 ## Output variables. ##
2325 ## ----------------- ##
2326 _ASBOX
2327 echo
2328 for ac_var in $ac_subst_vars
2329 do
2330 eval ac_val=\$$ac_var
2331 case $ac_val in
2332 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2333 esac
2334 $as_echo "$ac_var='\''$ac_val'\''"
2335 done | sort
2336 echo
2337
2338 if test -n "$ac_subst_files"; then
2339 cat <<\_ASBOX
2340 ## ------------------- ##
2341 ## File substitutions. ##
2342 ## ------------------- ##
2343 _ASBOX
2344 echo
2345 for ac_var in $ac_subst_files
2346 do
2347 eval ac_val=\$$ac_var
2348 case $ac_val in
2349 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2350 esac
2351 $as_echo "$ac_var='\''$ac_val'\''"
2352 done | sort
2353 echo
2354 fi
2355
2356 if test -s confdefs.h; then
2357 cat <<\_ASBOX
2358 ## ----------- ##
2359 ## confdefs.h. ##
2360 ## ----------- ##
2361 _ASBOX
2362 echo
2363 cat confdefs.h
2364 echo
2365 fi
2366 test "$ac_signal" != 0 &&
2367 $as_echo "$as_me: caught signal $ac_signal"
2368 $as_echo "$as_me: exit $exit_status"
2369 } >&5
2370 rm -f core *.core core.conftest.* &&
2371 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2372 exit $exit_status
2373 ' 0
2374 for ac_signal in 1 2 13 15; do
2375 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2376 done
2377 ac_signal=0
2378
2379 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2380 rm -f -r conftest* confdefs.h
2381
2382 $as_echo "/* confdefs.h */" > confdefs.h
2383
2384 # Predefined preprocessor variables.
2385
2386 cat >>confdefs.h <<_ACEOF
2387 #define PACKAGE_NAME "$PACKAGE_NAME"
2388 _ACEOF
2389
2390 cat >>confdefs.h <<_ACEOF
2391 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2392 _ACEOF
2393
2394 cat >>confdefs.h <<_ACEOF
2395 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2396 _ACEOF
2397
2398 cat >>confdefs.h <<_ACEOF
2399 #define PACKAGE_STRING "$PACKAGE_STRING"
2400 _ACEOF
2401
2402 cat >>confdefs.h <<_ACEOF
2403 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2404 _ACEOF
2405
2406 cat >>confdefs.h <<_ACEOF
2407 #define PACKAGE_URL "$PACKAGE_URL"
2408 _ACEOF
2409
2410
2411 # Let the site file select an alternate cache file if it wants to.
2412 # Prefer an explicitly selected file to automatically selected ones.
2413 ac_site_file1=NONE
2414 ac_site_file2=NONE
2415 if test -n "$CONFIG_SITE"; then
2416 ac_site_file1=$CONFIG_SITE
2417 elif test "x$prefix" != xNONE; then
2418 ac_site_file1=$prefix/share/config.site
2419 ac_site_file2=$prefix/etc/config.site
2420 else
2421 ac_site_file1=$ac_default_prefix/share/config.site
2422 ac_site_file2=$ac_default_prefix/etc/config.site
2423 fi
2424 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2425 do
2426 test "x$ac_site_file" = xNONE && continue
2427 if test -r "$ac_site_file"; then
2428 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2429 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2430 sed 's/^/| /' "$ac_site_file" >&5
2431 . "$ac_site_file"
2432 fi
2433 done
2434
2435 if test -r "$cache_file"; then
2436 # Some versions of bash will fail to source /dev/null (special
2437 # files actually), so we avoid doing that.
2438 if test -f "$cache_file"; then
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2440 $as_echo "$as_me: loading cache $cache_file" >&6;}
2441 case $cache_file in
2442 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2443 *) . "./$cache_file";;
2444 esac
2445 fi
2446 else
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2448 $as_echo "$as_me: creating cache $cache_file" >&6;}
2449 >$cache_file
2450 fi
2451
2452 # Check that the precious variables saved in the cache have kept the same
2453 # value.
2454 ac_cache_corrupted=false
2455 for ac_var in $ac_precious_vars; do
2456 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2457 eval ac_new_set=\$ac_env_${ac_var}_set
2458 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2459 eval ac_new_val=\$ac_env_${ac_var}_value
2460 case $ac_old_set,$ac_new_set in
2461 set,)
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2463 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2464 ac_cache_corrupted=: ;;
2465 ,set)
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2467 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2468 ac_cache_corrupted=: ;;
2469 ,);;
2470 *)
2471 if test "x$ac_old_val" != "x$ac_new_val"; then
2472 # differences in whitespace do not lead to failure.
2473 ac_old_val_w=`echo x $ac_old_val`
2474 ac_new_val_w=`echo x $ac_new_val`
2475 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2477 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2478 ac_cache_corrupted=:
2479 else
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2481 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2482 eval $ac_var=\$ac_old_val
2483 fi
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2485 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2487 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2488 fi;;
2489 esac
2490 # Pass precious variables to config.status.
2491 if test "$ac_new_set" = set; then
2492 case $ac_new_val in
2493 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2494 *) ac_arg=$ac_var=$ac_new_val ;;
2495 esac
2496 case " $ac_configure_args " in
2497 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2498 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2499 esac
2500 fi
2501 done
2502 if $ac_cache_corrupted; then
2503 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2506 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2507 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2508 fi
2509 ## -------------------- ##
2510 ## Main body of script. ##
2511 ## -------------------- ##
2512
2513 ac_ext=c
2514 ac_cpp='$CPP $CPPFLAGS'
2515 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2516 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2517 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2518
2519
2520
2521
2522
2523
2524
2525 ac_aux_dir=
2526 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2527 for ac_t in install-sh install.sh shtool; do
2528 if test -f "$ac_dir/$ac_t"; then
2529 ac_aux_dir=$ac_dir
2530 ac_install_sh="$ac_aux_dir/$ac_t -c"
2531 break 2
2532 fi
2533 done
2534 done
2535 if test -z "$ac_aux_dir"; then
2536 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2537 fi
2538
2539 # These three variables are undocumented and unsupported,
2540 # and are intended to be withdrawn in a future Autoconf release.
2541 # They can cause serious problems if a builder's source tree is in a directory
2542 # whose full name contains unusual characters.
2543 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2544 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2545 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2546
2547
2548 # Make sure we can run config.sub.
2549 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2550 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2551
2552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2553 $as_echo_n "checking build system type... " >&6; }
2554 if test "${ac_cv_build+set}" = set; then :
2555 $as_echo_n "(cached) " >&6
2556 else
2557 ac_build_alias=$build_alias
2558 test "x$ac_build_alias" = x &&
2559 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2560 test "x$ac_build_alias" = x &&
2561 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2562 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2563 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2564
2565 fi
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2567 $as_echo "$ac_cv_build" >&6; }
2568 case $ac_cv_build in
2569 *-*-*) ;;
2570 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2571 esac
2572 build=$ac_cv_build
2573 ac_save_IFS=$IFS; IFS='-'
2574 set x $ac_cv_build
2575 shift
2576 build_cpu=$1
2577 build_vendor=$2
2578 shift; shift
2579 # Remember, the first character of IFS is used to create $*,
2580 # except with old shells:
2581 build_os=$*
2582 IFS=$ac_save_IFS
2583 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2584
2585
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2587 $as_echo_n "checking host system type... " >&6; }
2588 if test "${ac_cv_host+set}" = set; then :
2589 $as_echo_n "(cached) " >&6
2590 else
2591 if test "x$host_alias" = x; then
2592 ac_cv_host=$ac_cv_build
2593 else
2594 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2595 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2596 fi
2597
2598 fi
2599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2600 $as_echo "$ac_cv_host" >&6; }
2601 case $ac_cv_host in
2602 *-*-*) ;;
2603 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2604 esac
2605 host=$ac_cv_host
2606 ac_save_IFS=$IFS; IFS='-'
2607 set x $ac_cv_host
2608 shift
2609 host_cpu=$1
2610 host_vendor=$2
2611 shift; shift
2612 # Remember, the first character of IFS is used to create $*,
2613 # except with old shells:
2614 host_os=$*
2615 IFS=$ac_save_IFS
2616 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2617
2618
2619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2620 $as_echo_n "checking target system type... " >&6; }
2621 if test "${ac_cv_target+set}" = set; then :
2622 $as_echo_n "(cached) " >&6
2623 else
2624 if test "x$target_alias" = x; then
2625 ac_cv_target=$ac_cv_host
2626 else
2627 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2628 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2629 fi
2630
2631 fi
2632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2633 $as_echo "$ac_cv_target" >&6; }
2634 case $ac_cv_target in
2635 *-*-*) ;;
2636 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2637 esac
2638 target=$ac_cv_target
2639 ac_save_IFS=$IFS; IFS='-'
2640 set x $ac_cv_target
2641 shift
2642 target_cpu=$1
2643 target_vendor=$2
2644 shift; shift
2645 # Remember, the first character of IFS is used to create $*,
2646 # except with old shells:
2647 target_os=$*
2648 IFS=$ac_save_IFS
2649 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2650
2651
2652 # The aliases save the names the user supplied, while $host etc.
2653 # will get canonicalized.
2654 test -n "$target_alias" &&
2655 test "$program_prefix$program_suffix$program_transform_name" = \
2656 NONENONEs,x,x, &&
2657 program_prefix=${target_alias}-
2658 ac_ext=c
2659 ac_cpp='$CPP $CPPFLAGS'
2660 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2661 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2662 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2663 if test -n "$ac_tool_prefix"; then
2664 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2665 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2667 $as_echo_n "checking for $ac_word... " >&6; }
2668 if test "${ac_cv_prog_CC+set}" = set; then :
2669 $as_echo_n "(cached) " >&6
2670 else
2671 if test -n "$CC"; then
2672 ac_cv_prog_CC="$CC" # Let the user override the test.
2673 else
2674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2675 for as_dir in $PATH
2676 do
2677 IFS=$as_save_IFS
2678 test -z "$as_dir" && as_dir=.
2679 for ac_exec_ext in '' $ac_executable_extensions; do
2680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2681 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2683 break 2
2684 fi
2685 done
2686 done
2687 IFS=$as_save_IFS
2688
2689 fi
2690 fi
2691 CC=$ac_cv_prog_CC
2692 if test -n "$CC"; then
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2694 $as_echo "$CC" >&6; }
2695 else
2696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2697 $as_echo "no" >&6; }
2698 fi
2699
2700
2701 fi
2702 if test -z "$ac_cv_prog_CC"; then
2703 ac_ct_CC=$CC
2704 # Extract the first word of "gcc", so it can be a program name with args.
2705 set dummy gcc; ac_word=$2
2706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2707 $as_echo_n "checking for $ac_word... " >&6; }
2708 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2709 $as_echo_n "(cached) " >&6
2710 else
2711 if test -n "$ac_ct_CC"; then
2712 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2713 else
2714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2715 for as_dir in $PATH
2716 do
2717 IFS=$as_save_IFS
2718 test -z "$as_dir" && as_dir=.
2719 for ac_exec_ext in '' $ac_executable_extensions; do
2720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2721 ac_cv_prog_ac_ct_CC="gcc"
2722 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2723 break 2
2724 fi
2725 done
2726 done
2727 IFS=$as_save_IFS
2728
2729 fi
2730 fi
2731 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2732 if test -n "$ac_ct_CC"; then
2733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2734 $as_echo "$ac_ct_CC" >&6; }
2735 else
2736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2737 $as_echo "no" >&6; }
2738 fi
2739
2740 if test "x$ac_ct_CC" = x; then
2741 CC=""
2742 else
2743 case $cross_compiling:$ac_tool_warned in
2744 yes:)
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2746 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2747 ac_tool_warned=yes ;;
2748 esac
2749 CC=$ac_ct_CC
2750 fi
2751 else
2752 CC="$ac_cv_prog_CC"
2753 fi
2754
2755 if test -z "$CC"; then
2756 if test -n "$ac_tool_prefix"; then
2757 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2758 set dummy ${ac_tool_prefix}cc; ac_word=$2
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2760 $as_echo_n "checking for $ac_word... " >&6; }
2761 if test "${ac_cv_prog_CC+set}" = set; then :
2762 $as_echo_n "(cached) " >&6
2763 else
2764 if test -n "$CC"; then
2765 ac_cv_prog_CC="$CC" # Let the user override the test.
2766 else
2767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2768 for as_dir in $PATH
2769 do
2770 IFS=$as_save_IFS
2771 test -z "$as_dir" && as_dir=.
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2774 ac_cv_prog_CC="${ac_tool_prefix}cc"
2775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2776 break 2
2777 fi
2778 done
2779 done
2780 IFS=$as_save_IFS
2781
2782 fi
2783 fi
2784 CC=$ac_cv_prog_CC
2785 if test -n "$CC"; then
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2787 $as_echo "$CC" >&6; }
2788 else
2789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2790 $as_echo "no" >&6; }
2791 fi
2792
2793
2794 fi
2795 fi
2796 if test -z "$CC"; then
2797 # Extract the first word of "cc", so it can be a program name with args.
2798 set dummy cc; ac_word=$2
2799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2800 $as_echo_n "checking for $ac_word... " >&6; }
2801 if test "${ac_cv_prog_CC+set}" = set; then :
2802 $as_echo_n "(cached) " >&6
2803 else
2804 if test -n "$CC"; then
2805 ac_cv_prog_CC="$CC" # Let the user override the test.
2806 else
2807 ac_prog_rejected=no
2808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809 for as_dir in $PATH
2810 do
2811 IFS=$as_save_IFS
2812 test -z "$as_dir" && as_dir=.
2813 for ac_exec_ext in '' $ac_executable_extensions; do
2814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2815 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2816 ac_prog_rejected=yes
2817 continue
2818 fi
2819 ac_cv_prog_CC="cc"
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2821 break 2
2822 fi
2823 done
2824 done
2825 IFS=$as_save_IFS
2826
2827 if test $ac_prog_rejected = yes; then
2828 # We found a bogon in the path, so make sure we never use it.
2829 set dummy $ac_cv_prog_CC
2830 shift
2831 if test $# != 0; then
2832 # We chose a different compiler from the bogus one.
2833 # However, it has the same basename, so the bogon will be chosen
2834 # first if we set CC to just the basename; use the full file name.
2835 shift
2836 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2837 fi
2838 fi
2839 fi
2840 fi
2841 CC=$ac_cv_prog_CC
2842 if test -n "$CC"; then
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2844 $as_echo "$CC" >&6; }
2845 else
2846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2847 $as_echo "no" >&6; }
2848 fi
2849
2850
2851 fi
2852 if test -z "$CC"; then
2853 if test -n "$ac_tool_prefix"; then
2854 for ac_prog in cl.exe
2855 do
2856 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2857 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2859 $as_echo_n "checking for $ac_word... " >&6; }
2860 if test "${ac_cv_prog_CC+set}" = set; then :
2861 $as_echo_n "(cached) " >&6
2862 else
2863 if test -n "$CC"; then
2864 ac_cv_prog_CC="$CC" # Let the user override the test.
2865 else
2866 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2867 for as_dir in $PATH
2868 do
2869 IFS=$as_save_IFS
2870 test -z "$as_dir" && as_dir=.
2871 for ac_exec_ext in '' $ac_executable_extensions; do
2872 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2873 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2874 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2875 break 2
2876 fi
2877 done
2878 done
2879 IFS=$as_save_IFS
2880
2881 fi
2882 fi
2883 CC=$ac_cv_prog_CC
2884 if test -n "$CC"; then
2885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2886 $as_echo "$CC" >&6; }
2887 else
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2889 $as_echo "no" >&6; }
2890 fi
2891
2892
2893 test -n "$CC" && break
2894 done
2895 fi
2896 if test -z "$CC"; then
2897 ac_ct_CC=$CC
2898 for ac_prog in cl.exe
2899 do
2900 # Extract the first word of "$ac_prog", so it can be a program name with args.
2901 set dummy $ac_prog; ac_word=$2
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2903 $as_echo_n "checking for $ac_word... " >&6; }
2904 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
2906 else
2907 if test -n "$ac_ct_CC"; then
2908 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2909 else
2910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2911 for as_dir in $PATH
2912 do
2913 IFS=$as_save_IFS
2914 test -z "$as_dir" && as_dir=.
2915 for ac_exec_ext in '' $ac_executable_extensions; do
2916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2917 ac_cv_prog_ac_ct_CC="$ac_prog"
2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2919 break 2
2920 fi
2921 done
2922 done
2923 IFS=$as_save_IFS
2924
2925 fi
2926 fi
2927 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2928 if test -n "$ac_ct_CC"; then
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2930 $as_echo "$ac_ct_CC" >&6; }
2931 else
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2933 $as_echo "no" >&6; }
2934 fi
2935
2936
2937 test -n "$ac_ct_CC" && break
2938 done
2939
2940 if test "x$ac_ct_CC" = x; then
2941 CC=""
2942 else
2943 case $cross_compiling:$ac_tool_warned in
2944 yes:)
2945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2947 ac_tool_warned=yes ;;
2948 esac
2949 CC=$ac_ct_CC
2950 fi
2951 fi
2952
2953 fi
2954
2955
2956 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2957 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2958 as_fn_error "no acceptable C compiler found in \$PATH
2959 See \`config.log' for more details." "$LINENO" 5; }
2960
2961 # Provide some information about the compiler.
2962 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2963 set X $ac_compile
2964 ac_compiler=$2
2965 for ac_option in --version -v -V -qversion; do
2966 { { ac_try="$ac_compiler $ac_option >&5"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2972 $as_echo "$ac_try_echo"; } >&5
2973 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2974 ac_status=$?
2975 if test -s conftest.err; then
2976 sed '10a\
2977 ... rest of stderr output deleted ...
2978 10q' conftest.err >conftest.er1
2979 cat conftest.er1 >&5
2980 rm -f conftest.er1 conftest.err
2981 fi
2982 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2983 test $ac_status = 0; }
2984 done
2985
2986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2987 /* end confdefs.h. */
2988
2989 int
2990 main ()
2991 {
2992
2993 ;
2994 return 0;
2995 }
2996 _ACEOF
2997 ac_clean_files_save=$ac_clean_files
2998 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2999 # Try to create an executable without -o first, disregard a.out.
3000 # It will help us diagnose broken compilers, and finding out an intuition
3001 # of exeext.
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3003 $as_echo_n "checking for C compiler default output file name... " >&6; }
3004 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3005
3006 # The possible output files:
3007 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3008
3009 ac_rmfiles=
3010 for ac_file in $ac_files
3011 do
3012 case $ac_file in
3013 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3014 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3015 esac
3016 done
3017 rm -f $ac_rmfiles
3018
3019 if { { ac_try="$ac_link_default"
3020 case "(($ac_try" in
3021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3022 *) ac_try_echo=$ac_try;;
3023 esac
3024 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3025 $as_echo "$ac_try_echo"; } >&5
3026 (eval "$ac_link_default") 2>&5
3027 ac_status=$?
3028 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3029 test $ac_status = 0; }; then :
3030 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3031 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3032 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3033 # so that the user can short-circuit this test for compilers unknown to
3034 # Autoconf.
3035 for ac_file in $ac_files ''
3036 do
3037 test -f "$ac_file" || continue
3038 case $ac_file in
3039 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3040 ;;
3041 [ab].out )
3042 # We found the default executable, but exeext='' is most
3043 # certainly right.
3044 break;;
3045 *.* )
3046 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3047 then :; else
3048 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3049 fi
3050 # We set ac_cv_exeext here because the later test for it is not
3051 # safe: cross compilers may not add the suffix if given an `-o'
3052 # argument, so we may need to know it at that point already.
3053 # Even if this section looks crufty: it has the advantage of
3054 # actually working.
3055 break;;
3056 * )
3057 break;;
3058 esac
3059 done
3060 test "$ac_cv_exeext" = no && ac_cv_exeext=
3061
3062 else
3063 ac_file=''
3064 fi
3065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3066 $as_echo "$ac_file" >&6; }
3067 if test -z "$ac_file"; then :
3068 $as_echo "$as_me: failed program was:" >&5
3069 sed 's/^/| /' conftest.$ac_ext >&5
3070
3071 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3072 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3073 { as_fn_set_status 77
3074 as_fn_error "C compiler cannot create executables
3075 See \`config.log' for more details." "$LINENO" 5; }; }
3076 fi
3077 ac_exeext=$ac_cv_exeext
3078
3079 # Check that the compiler produces executables we can run. If not, either
3080 # the compiler is broken, or we cross compile.
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3082 $as_echo_n "checking whether the C compiler works... " >&6; }
3083 # If not cross compiling, check that we can run a simple program.
3084 if test "$cross_compiling" != yes; then
3085 if { ac_try='./$ac_file'
3086 { { case "(($ac_try" in
3087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3088 *) ac_try_echo=$ac_try;;
3089 esac
3090 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3091 $as_echo "$ac_try_echo"; } >&5
3092 (eval "$ac_try") 2>&5
3093 ac_status=$?
3094 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3095 test $ac_status = 0; }; }; then
3096 cross_compiling=no
3097 else
3098 if test "$cross_compiling" = maybe; then
3099 cross_compiling=yes
3100 else
3101 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3102 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3103 as_fn_error "cannot run C compiled programs.
3104 If you meant to cross compile, use \`--host'.
3105 See \`config.log' for more details." "$LINENO" 5; }
3106 fi
3107 fi
3108 fi
3109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3110 $as_echo "yes" >&6; }
3111
3112 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3113 ac_clean_files=$ac_clean_files_save
3114 # Check that the compiler produces executables we can run. If not, either
3115 # the compiler is broken, or we cross compile.
3116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3117 $as_echo_n "checking whether we are cross compiling... " >&6; }
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3119 $as_echo "$cross_compiling" >&6; }
3120
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3122 $as_echo_n "checking for suffix of executables... " >&6; }
3123 if { { ac_try="$ac_link"
3124 case "(($ac_try" in
3125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3126 *) ac_try_echo=$ac_try;;
3127 esac
3128 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3129 $as_echo "$ac_try_echo"; } >&5
3130 (eval "$ac_link") 2>&5
3131 ac_status=$?
3132 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3133 test $ac_status = 0; }; then :
3134 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3135 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3136 # work properly (i.e., refer to `conftest.exe'), while it won't with
3137 # `rm'.
3138 for ac_file in conftest.exe conftest conftest.*; do
3139 test -f "$ac_file" || continue
3140 case $ac_file in
3141 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3142 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3143 break;;
3144 * ) break;;
3145 esac
3146 done
3147 else
3148 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3149 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3150 as_fn_error "cannot compute suffix of executables: cannot compile and link
3151 See \`config.log' for more details." "$LINENO" 5; }
3152 fi
3153 rm -f conftest$ac_cv_exeext
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3155 $as_echo "$ac_cv_exeext" >&6; }
3156
3157 rm -f conftest.$ac_ext
3158 EXEEXT=$ac_cv_exeext
3159 ac_exeext=$EXEEXT
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3161 $as_echo_n "checking for suffix of object files... " >&6; }
3162 if test "${ac_cv_objext+set}" = set; then :
3163 $as_echo_n "(cached) " >&6
3164 else
3165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3166 /* end confdefs.h. */
3167
3168 int
3169 main ()
3170 {
3171
3172 ;
3173 return 0;
3174 }
3175 _ACEOF
3176 rm -f conftest.o conftest.obj
3177 if { { ac_try="$ac_compile"
3178 case "(($ac_try" in
3179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3180 *) ac_try_echo=$ac_try;;
3181 esac
3182 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3183 $as_echo "$ac_try_echo"; } >&5
3184 (eval "$ac_compile") 2>&5
3185 ac_status=$?
3186 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3187 test $ac_status = 0; }; then :
3188 for ac_file in conftest.o conftest.obj conftest.*; do
3189 test -f "$ac_file" || continue;
3190 case $ac_file in
3191 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3192 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3193 break;;
3194 esac
3195 done
3196 else
3197 $as_echo "$as_me: failed program was:" >&5
3198 sed 's/^/| /' conftest.$ac_ext >&5
3199
3200 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3201 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3202 as_fn_error "cannot compute suffix of object files: cannot compile
3203 See \`config.log' for more details." "$LINENO" 5; }
3204 fi
3205 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3206 fi
3207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3208 $as_echo "$ac_cv_objext" >&6; }
3209 OBJEXT=$ac_cv_objext
3210 ac_objext=$OBJEXT
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3212 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3213 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3214 $as_echo_n "(cached) " >&6
3215 else
3216 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3217 /* end confdefs.h. */
3218
3219 int
3220 main ()
3221 {
3222 #ifndef __GNUC__
3223 choke me
3224 #endif
3225
3226 ;
3227 return 0;
3228 }
3229 _ACEOF
3230 if ac_fn_c_try_compile "$LINENO"; then :
3231 ac_compiler_gnu=yes
3232 else
3233 ac_compiler_gnu=no
3234 fi
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3236 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3237
3238 fi
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3240 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3241 if test $ac_compiler_gnu = yes; then
3242 GCC=yes
3243 else
3244 GCC=
3245 fi
3246 ac_test_CFLAGS=${CFLAGS+set}
3247 ac_save_CFLAGS=$CFLAGS
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3249 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3250 if test "${ac_cv_prog_cc_g+set}" = set; then :
3251 $as_echo_n "(cached) " >&6
3252 else
3253 ac_save_c_werror_flag=$ac_c_werror_flag
3254 ac_c_werror_flag=yes
3255 ac_cv_prog_cc_g=no
3256 CFLAGS="-g"
3257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3258 /* end confdefs.h. */
3259
3260 int
3261 main ()
3262 {
3263
3264 ;
3265 return 0;
3266 }
3267 _ACEOF
3268 if ac_fn_c_try_compile "$LINENO"; then :
3269 ac_cv_prog_cc_g=yes
3270 else
3271 CFLAGS=""
3272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3273 /* end confdefs.h. */
3274
3275 int
3276 main ()
3277 {
3278
3279 ;
3280 return 0;
3281 }
3282 _ACEOF
3283 if ac_fn_c_try_compile "$LINENO"; then :
3284
3285 else
3286 ac_c_werror_flag=$ac_save_c_werror_flag
3287 CFLAGS="-g"
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h. */
3290
3291 int
3292 main ()
3293 {
3294
3295 ;
3296 return 0;
3297 }
3298 _ACEOF
3299 if ac_fn_c_try_compile "$LINENO"; then :
3300 ac_cv_prog_cc_g=yes
3301 fi
3302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3303 fi
3304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3305 fi
3306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3307 ac_c_werror_flag=$ac_save_c_werror_flag
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3310 $as_echo "$ac_cv_prog_cc_g" >&6; }
3311 if test "$ac_test_CFLAGS" = set; then
3312 CFLAGS=$ac_save_CFLAGS
3313 elif test $ac_cv_prog_cc_g = yes; then
3314 if test "$GCC" = yes; then
3315 CFLAGS="-g -O2"
3316 else
3317 CFLAGS="-g"
3318 fi
3319 else
3320 if test "$GCC" = yes; then
3321 CFLAGS="-O2"
3322 else
3323 CFLAGS=
3324 fi
3325 fi
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3327 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3328 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3329 $as_echo_n "(cached) " >&6
3330 else
3331 ac_cv_prog_cc_c89=no
3332 ac_save_CC=$CC
3333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3334 /* end confdefs.h. */
3335 #include <stdarg.h>
3336 #include <stdio.h>
3337 #include <sys/types.h>
3338 #include <sys/stat.h>
3339 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3340 struct buf { int x; };
3341 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3342 static char *e (p, i)
3343 char **p;
3344 int i;
3345 {
3346 return p[i];
3347 }
3348 static char *f (char * (*g) (char **, int), char **p, ...)
3349 {
3350 char *s;
3351 va_list v;
3352 va_start (v,p);
3353 s = g (p, va_arg (v,int));
3354 va_end (v);
3355 return s;
3356 }
3357
3358 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3359 function prototypes and stuff, but not '\xHH' hex character constants.
3360 These don't provoke an error unfortunately, instead are silently treated
3361 as 'x'. The following induces an error, until -std is added to get
3362 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3363 array size at least. It's necessary to write '\x00'==0 to get something
3364 that's true only with -std. */
3365 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3366
3367 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3368 inside strings and character constants. */
3369 #define FOO(x) 'x'
3370 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3371
3372 int test (int i, double x);
3373 struct s1 {int (*f) (int a);};
3374 struct s2 {int (*f) (double a);};
3375 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3376 int argc;
3377 char **argv;
3378 int
3379 main ()
3380 {
3381 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3382 ;
3383 return 0;
3384 }
3385 _ACEOF
3386 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3387 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3388 do
3389 CC="$ac_save_CC $ac_arg"
3390 if ac_fn_c_try_compile "$LINENO"; then :
3391 ac_cv_prog_cc_c89=$ac_arg
3392 fi
3393 rm -f core conftest.err conftest.$ac_objext
3394 test "x$ac_cv_prog_cc_c89" != "xno" && break
3395 done
3396 rm -f conftest.$ac_ext
3397 CC=$ac_save_CC
3398
3399 fi
3400 # AC_CACHE_VAL
3401 case "x$ac_cv_prog_cc_c89" in
3402 x)
3403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3404 $as_echo "none needed" >&6; } ;;
3405 xno)
3406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3407 $as_echo "unsupported" >&6; } ;;
3408 *)
3409 CC="$CC $ac_cv_prog_cc_c89"
3410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3411 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3412 esac
3413 if test "x$ac_cv_prog_cc_c89" != xno; then :
3414
3415 fi
3416
3417 ac_ext=c
3418 ac_cpp='$CPP $CPPFLAGS'
3419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3422
3423
3424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3425 $as_echo_n "checking for library containing strerror... " >&6; }
3426 if test "${ac_cv_search_strerror+set}" = set; then :
3427 $as_echo_n "(cached) " >&6
3428 else
3429 ac_func_search_save_LIBS=$LIBS
3430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3431 /* end confdefs.h. */
3432
3433 /* Override any GCC internal prototype to avoid an error.
3434 Use char because int might match the return type of a GCC
3435 builtin and then its argument prototype would still apply. */
3436 #ifdef __cplusplus
3437 extern "C"
3438 #endif
3439 char strerror ();
3440 int
3441 main ()
3442 {
3443 return strerror ();
3444 ;
3445 return 0;
3446 }
3447 _ACEOF
3448 for ac_lib in '' cposix; do
3449 if test -z "$ac_lib"; then
3450 ac_res="none required"
3451 else
3452 ac_res=-l$ac_lib
3453 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3454 fi
3455 if ac_fn_c_try_link "$LINENO"; then :
3456 ac_cv_search_strerror=$ac_res
3457 fi
3458 rm -f core conftest.err conftest.$ac_objext \
3459 conftest$ac_exeext
3460 if test "${ac_cv_search_strerror+set}" = set; then :
3461 break
3462 fi
3463 done
3464 if test "${ac_cv_search_strerror+set}" = set; then :
3465
3466 else
3467 ac_cv_search_strerror=no
3468 fi
3469 rm conftest.$ac_ext
3470 LIBS=$ac_func_search_save_LIBS
3471 fi
3472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3473 $as_echo "$ac_cv_search_strerror" >&6; }
3474 ac_res=$ac_cv_search_strerror
3475 if test "$ac_res" != no; then :
3476 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3477
3478 fi
3479
3480
3481 am__api_version='1.11'
3482
3483 # Find a good install program. We prefer a C program (faster),
3484 # so one script is as good as another. But avoid the broken or
3485 # incompatible versions:
3486 # SysV /etc/install, /usr/sbin/install
3487 # SunOS /usr/etc/install
3488 # IRIX /sbin/install
3489 # AIX /bin/install
3490 # AmigaOS /C/install, which installs bootblocks on floppy discs
3491 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3492 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3493 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3494 # OS/2's system install, which has a completely different semantic
3495 # ./install, which can be erroneously created by make from ./install.sh.
3496 # Reject install programs that cannot install multiple files.
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3498 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3499 if test -z "$INSTALL"; then
3500 if test "${ac_cv_path_install+set}" = set; then :
3501 $as_echo_n "(cached) " >&6
3502 else
3503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3504 for as_dir in $PATH
3505 do
3506 IFS=$as_save_IFS
3507 test -z "$as_dir" && as_dir=.
3508 # Account for people who put trailing slashes in PATH elements.
3509 case $as_dir/ in #((
3510 ./ | .// | /[cC]/* | \
3511 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3512 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3513 /usr/ucb/* ) ;;
3514 *)
3515 # OSF1 and SCO ODT 3.0 have their own names for install.
3516 # Don't use installbsd from OSF since it installs stuff as root
3517 # by default.
3518 for ac_prog in ginstall scoinst install; do
3519 for ac_exec_ext in '' $ac_executable_extensions; do
3520 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3521 if test $ac_prog = install &&
3522 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3523 # AIX install. It has an incompatible calling convention.
3524 :
3525 elif test $ac_prog = install &&
3526 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3527 # program-specific install script used by HP pwplus--don't use.
3528 :
3529 else
3530 rm -rf conftest.one conftest.two conftest.dir
3531 echo one > conftest.one
3532 echo two > conftest.two
3533 mkdir conftest.dir
3534 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3535 test -s conftest.one && test -s conftest.two &&
3536 test -s conftest.dir/conftest.one &&
3537 test -s conftest.dir/conftest.two
3538 then
3539 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3540 break 3
3541 fi
3542 fi
3543 fi
3544 done
3545 done
3546 ;;
3547 esac
3548
3549 done
3550 IFS=$as_save_IFS
3551
3552 rm -rf conftest.one conftest.two conftest.dir
3553
3554 fi
3555 if test "${ac_cv_path_install+set}" = set; then
3556 INSTALL=$ac_cv_path_install
3557 else
3558 # As a last resort, use the slow shell script. Don't cache a
3559 # value for INSTALL within a source directory, because that will
3560 # break other packages using the cache if that directory is
3561 # removed, or if the value is a relative name.
3562 INSTALL=$ac_install_sh
3563 fi
3564 fi
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3566 $as_echo "$INSTALL" >&6; }
3567
3568 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3569 # It thinks the first close brace ends the variable substitution.
3570 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3571
3572 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3573
3574 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3575
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3577 $as_echo_n "checking whether build environment is sane... " >&6; }
3578 # Just in case
3579 sleep 1
3580 echo timestamp > conftest.file
3581 # Reject unsafe characters in $srcdir or the absolute working directory
3582 # name. Accept space and tab only in the latter.
3583 am_lf='
3584 '
3585 case `pwd` in
3586 *[\\\"\#\$\&\'\`$am_lf]*)
3587 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3588 esac
3589 case $srcdir in
3590 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3591 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3592 esac
3593
3594 # Do `set' in a subshell so we don't clobber the current shell's
3595 # arguments. Must try -L first in case configure is actually a
3596 # symlink; some systems play weird games with the mod time of symlinks
3597 # (eg FreeBSD returns the mod time of the symlink's containing
3598 # directory).
3599 if (
3600 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3601 if test "$*" = "X"; then
3602 # -L didn't work.
3603 set X `ls -t "$srcdir/configure" conftest.file`
3604 fi
3605 rm -f conftest.file
3606 if test "$*" != "X $srcdir/configure conftest.file" \
3607 && test "$*" != "X conftest.file $srcdir/configure"; then
3608
3609 # If neither matched, then we have a broken ls. This can happen
3610 # if, for instance, CONFIG_SHELL is bash and it inherits a
3611 # broken ls alias from the environment. This has actually
3612 # happened. Such a system could not be considered "sane".
3613 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3614 alias in your environment" "$LINENO" 5
3615 fi
3616
3617 test "$2" = conftest.file
3618 )
3619 then
3620 # Ok.
3621 :
3622 else
3623 as_fn_error "newly created file is older than distributed files!
3624 Check your system clock" "$LINENO" 5
3625 fi
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3627 $as_echo "yes" >&6; }
3628 test "$program_prefix" != NONE &&
3629 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3630 # Use a double $ so make ignores it.
3631 test "$program_suffix" != NONE &&
3632 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3633 # Double any \ or $.
3634 # By default was `s,x,x', remove it if useless.
3635 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3636 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3637
3638 # expand $ac_aux_dir to an absolute path
3639 am_aux_dir=`cd $ac_aux_dir && pwd`
3640
3641 if test x"${MISSING+set}" != xset; then
3642 case $am_aux_dir in
3643 *\ * | *\ *)
3644 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3645 *)
3646 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3647 esac
3648 fi
3649 # Use eval to expand $SHELL
3650 if eval "$MISSING --run true"; then
3651 am_missing_run="$MISSING --run "
3652 else
3653 am_missing_run=
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3655 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3656 fi
3657
3658 if test x"${install_sh}" != xset; then
3659 case $am_aux_dir in
3660 *\ * | *\ *)
3661 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3662 *)
3663 install_sh="\${SHELL} $am_aux_dir/install-sh"
3664 esac
3665 fi
3666
3667 # Installed binaries are usually stripped using `strip' when the user
3668 # run `make install-strip'. However `strip' might not be the right
3669 # tool to use in cross-compilation environments, therefore Automake
3670 # will honor the `STRIP' environment variable to overrule this program.
3671 if test "$cross_compiling" != no; then
3672 if test -n "$ac_tool_prefix"; then
3673 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3674 set dummy ${ac_tool_prefix}strip; ac_word=$2
3675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3676 $as_echo_n "checking for $ac_word... " >&6; }
3677 if test "${ac_cv_prog_STRIP+set}" = set; then :
3678 $as_echo_n "(cached) " >&6
3679 else
3680 if test -n "$STRIP"; then
3681 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3682 else
3683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3684 for as_dir in $PATH
3685 do
3686 IFS=$as_save_IFS
3687 test -z "$as_dir" && as_dir=.
3688 for ac_exec_ext in '' $ac_executable_extensions; do
3689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3690 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3691 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3692 break 2
3693 fi
3694 done
3695 done
3696 IFS=$as_save_IFS
3697
3698 fi
3699 fi
3700 STRIP=$ac_cv_prog_STRIP
3701 if test -n "$STRIP"; then
3702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3703 $as_echo "$STRIP" >&6; }
3704 else
3705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3706 $as_echo "no" >&6; }
3707 fi
3708
3709
3710 fi
3711 if test -z "$ac_cv_prog_STRIP"; then
3712 ac_ct_STRIP=$STRIP
3713 # Extract the first word of "strip", so it can be a program name with args.
3714 set dummy strip; ac_word=$2
3715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$ac_ct_STRIP"; then
3721 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3725 do
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_ac_ct_STRIP="strip"
3731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3733 fi
3734 done
3735 done
3736 IFS=$as_save_IFS
3737
3738 fi
3739 fi
3740 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3741 if test -n "$ac_ct_STRIP"; then
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3743 $as_echo "$ac_ct_STRIP" >&6; }
3744 else
3745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3746 $as_echo "no" >&6; }
3747 fi
3748
3749 if test "x$ac_ct_STRIP" = x; then
3750 STRIP=":"
3751 else
3752 case $cross_compiling:$ac_tool_warned in
3753 yes:)
3754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3755 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3756 ac_tool_warned=yes ;;
3757 esac
3758 STRIP=$ac_ct_STRIP
3759 fi
3760 else
3761 STRIP="$ac_cv_prog_STRIP"
3762 fi
3763
3764 fi
3765 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3766
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3768 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3769 if test -z "$MKDIR_P"; then
3770 if test "${ac_cv_path_mkdir+set}" = set; then :
3771 $as_echo_n "(cached) " >&6
3772 else
3773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3774 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3775 do
3776 IFS=$as_save_IFS
3777 test -z "$as_dir" && as_dir=.
3778 for ac_prog in mkdir gmkdir; do
3779 for ac_exec_ext in '' $ac_executable_extensions; do
3780 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3781 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3782 'mkdir (GNU coreutils) '* | \
3783 'mkdir (coreutils) '* | \
3784 'mkdir (fileutils) '4.1*)
3785 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3786 break 3;;
3787 esac
3788 done
3789 done
3790 done
3791 IFS=$as_save_IFS
3792
3793 fi
3794
3795 if test "${ac_cv_path_mkdir+set}" = set; then
3796 MKDIR_P="$ac_cv_path_mkdir -p"
3797 else
3798 # As a last resort, use the slow shell script. Don't cache a
3799 # value for MKDIR_P within a source directory, because that will
3800 # break other packages using the cache if that directory is
3801 # removed, or if the value is a relative name.
3802 test -d ./--version && rmdir ./--version
3803 MKDIR_P="$ac_install_sh -d"
3804 fi
3805 fi
3806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3807 $as_echo "$MKDIR_P" >&6; }
3808
3809 mkdir_p="$MKDIR_P"
3810 case $mkdir_p in
3811 [\\/$]* | ?:[\\/]*) ;;
3812 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3813 esac
3814
3815 for ac_prog in gawk mawk nawk awk
3816 do
3817 # Extract the first word of "$ac_prog", so it can be a program name with args.
3818 set dummy $ac_prog; ac_word=$2
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3820 $as_echo_n "checking for $ac_word... " >&6; }
3821 if test "${ac_cv_prog_AWK+set}" = set; then :
3822 $as_echo_n "(cached) " >&6
3823 else
3824 if test -n "$AWK"; then
3825 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3826 else
3827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3828 for as_dir in $PATH
3829 do
3830 IFS=$as_save_IFS
3831 test -z "$as_dir" && as_dir=.
3832 for ac_exec_ext in '' $ac_executable_extensions; do
3833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3834 ac_cv_prog_AWK="$ac_prog"
3835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3836 break 2
3837 fi
3838 done
3839 done
3840 IFS=$as_save_IFS
3841
3842 fi
3843 fi
3844 AWK=$ac_cv_prog_AWK
3845 if test -n "$AWK"; then
3846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3847 $as_echo "$AWK" >&6; }
3848 else
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3850 $as_echo "no" >&6; }
3851 fi
3852
3853
3854 test -n "$AWK" && break
3855 done
3856
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3858 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3859 set x ${MAKE-make}
3860 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3861 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3862 $as_echo_n "(cached) " >&6
3863 else
3864 cat >conftest.make <<\_ACEOF
3865 SHELL = /bin/sh
3866 all:
3867 @echo '@@@%%%=$(MAKE)=@@@%%%'
3868 _ACEOF
3869 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3870 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3871 *@@@%%%=?*=@@@%%%*)
3872 eval ac_cv_prog_make_${ac_make}_set=yes;;
3873 *)
3874 eval ac_cv_prog_make_${ac_make}_set=no;;
3875 esac
3876 rm -f conftest.make
3877 fi
3878 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3880 $as_echo "yes" >&6; }
3881 SET_MAKE=
3882 else
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3884 $as_echo "no" >&6; }
3885 SET_MAKE="MAKE=${MAKE-make}"
3886 fi
3887
3888 rm -rf .tst 2>/dev/null
3889 mkdir .tst 2>/dev/null
3890 if test -d .tst; then
3891 am__leading_dot=.
3892 else
3893 am__leading_dot=_
3894 fi
3895 rmdir .tst 2>/dev/null
3896
3897 DEPDIR="${am__leading_dot}deps"
3898
3899 ac_config_commands="$ac_config_commands depfiles"
3900
3901
3902 am_make=${MAKE-make}
3903 cat > confinc << 'END'
3904 am__doit:
3905 @echo this is the am__doit target
3906 .PHONY: am__doit
3907 END
3908 # If we don't find an include directive, just comment out the code.
3909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3910 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3911 am__include="#"
3912 am__quote=
3913 _am_result=none
3914 # First try GNU make style include.
3915 echo "include confinc" > confmf
3916 # Ignore all kinds of additional output from `make'.
3917 case `$am_make -s -f confmf 2> /dev/null` in #(
3918 *the\ am__doit\ target*)
3919 am__include=include
3920 am__quote=
3921 _am_result=GNU
3922 ;;
3923 esac
3924 # Now try BSD make style include.
3925 if test "$am__include" = "#"; then
3926 echo '.include "confinc"' > confmf
3927 case `$am_make -s -f confmf 2> /dev/null` in #(
3928 *the\ am__doit\ target*)
3929 am__include=.include
3930 am__quote="\""
3931 _am_result=BSD
3932 ;;
3933 esac
3934 fi
3935
3936
3937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3938 $as_echo "$_am_result" >&6; }
3939 rm -f confinc confmf
3940
3941 # Check whether --enable-dependency-tracking was given.
3942 if test "${enable_dependency_tracking+set}" = set; then :
3943 enableval=$enable_dependency_tracking;
3944 fi
3945
3946 if test "x$enable_dependency_tracking" != xno; then
3947 am_depcomp="$ac_aux_dir/depcomp"
3948 AMDEPBACKSLASH='\'
3949 am__nodep='_no'
3950 fi
3951 if test "x$enable_dependency_tracking" != xno; then
3952 AMDEP_TRUE=
3953 AMDEP_FALSE='#'
3954 else
3955 AMDEP_TRUE='#'
3956 AMDEP_FALSE=
3957 fi
3958
3959
3960 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3961 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3962 # is not polluted with repeated "-I."
3963 am__isrc=' -I$(srcdir)'
3964 # test to see if srcdir already configured
3965 if test -f $srcdir/config.status; then
3966 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3967 fi
3968 fi
3969
3970 # test whether we have cygpath
3971 if test -z "$CYGPATH_W"; then
3972 if (cygpath --version) >/dev/null 2>/dev/null; then
3973 CYGPATH_W='cygpath -w'
3974 else
3975 CYGPATH_W=echo
3976 fi
3977 fi
3978
3979
3980 # Define the identity of the package.
3981 PACKAGE='binutils'
3982 VERSION='2.30.51'
3983
3984
3985 cat >>confdefs.h <<_ACEOF
3986 #define PACKAGE "$PACKAGE"
3987 _ACEOF
3988
3989
3990 cat >>confdefs.h <<_ACEOF
3991 #define VERSION "$VERSION"
3992 _ACEOF
3993
3994 # Some tools Automake needs.
3995
3996 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3997
3998
3999 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4000
4001
4002 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4003
4004
4005 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4006
4007
4008 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4009
4010 # We need awk for the "check" target. The system "awk" is bad on
4011 # some platforms.
4012 # Always define AMTAR for backward compatibility. Yes, it's still used
4013 # in the wild :-( We should find a proper way to deprecate it ...
4014 AMTAR='$${TAR-tar}'
4015
4016 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4017
4018
4019
4020
4021 depcc="$CC" am_compiler_list=
4022
4023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4024 $as_echo_n "checking dependency style of $depcc... " >&6; }
4025 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4026 $as_echo_n "(cached) " >&6
4027 else
4028 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4029 # We make a subdir and do the tests there. Otherwise we can end up
4030 # making bogus files that we don't know about and never remove. For
4031 # instance it was reported that on HP-UX the gcc test will end up
4032 # making a dummy file named `D' -- because `-MD' means `put the output
4033 # in D'.
4034 rm -rf conftest.dir
4035 mkdir conftest.dir
4036 # Copy depcomp to subdir because otherwise we won't find it if we're
4037 # using a relative directory.
4038 cp "$am_depcomp" conftest.dir
4039 cd conftest.dir
4040 # We will build objects and dependencies in a subdirectory because
4041 # it helps to detect inapplicable dependency modes. For instance
4042 # both Tru64's cc and ICC support -MD to output dependencies as a
4043 # side effect of compilation, but ICC will put the dependencies in
4044 # the current directory while Tru64 will put them in the object
4045 # directory.
4046 mkdir sub
4047
4048 am_cv_CC_dependencies_compiler_type=none
4049 if test "$am_compiler_list" = ""; then
4050 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4051 fi
4052 am__universal=false
4053 case " $depcc " in #(
4054 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4055 esac
4056
4057 for depmode in $am_compiler_list; do
4058 # Setup a source with many dependencies, because some compilers
4059 # like to wrap large dependency lists on column 80 (with \), and
4060 # we should not choose a depcomp mode which is confused by this.
4061 #
4062 # We need to recreate these files for each test, as the compiler may
4063 # overwrite some of them when testing with obscure command lines.
4064 # This happens at least with the AIX C compiler.
4065 : > sub/conftest.c
4066 for i in 1 2 3 4 5 6; do
4067 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4068 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4069 # Solaris 8's {/usr,}/bin/sh.
4070 touch sub/conftst$i.h
4071 done
4072 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4073
4074 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4075 # mode. It turns out that the SunPro C++ compiler does not properly
4076 # handle `-M -o', and we need to detect this. Also, some Intel
4077 # versions had trouble with output in subdirs
4078 am__obj=sub/conftest.${OBJEXT-o}
4079 am__minus_obj="-o $am__obj"
4080 case $depmode in
4081 gcc)
4082 # This depmode causes a compiler race in universal mode.
4083 test "$am__universal" = false || continue
4084 ;;
4085 nosideeffect)
4086 # after this tag, mechanisms are not by side-effect, so they'll
4087 # only be used when explicitly requested
4088 if test "x$enable_dependency_tracking" = xyes; then
4089 continue
4090 else
4091 break
4092 fi
4093 ;;
4094 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4095 # This compiler won't grok `-c -o', but also, the minuso test has
4096 # not run yet. These depmodes are late enough in the game, and
4097 # so weak that their functioning should not be impacted.
4098 am__obj=conftest.${OBJEXT-o}
4099 am__minus_obj=
4100 ;;
4101 none) break ;;
4102 esac
4103 if depmode=$depmode \
4104 source=sub/conftest.c object=$am__obj \
4105 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4106 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4107 >/dev/null 2>conftest.err &&
4108 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4109 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4110 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4111 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4112 # icc doesn't choke on unknown options, it will just issue warnings
4113 # or remarks (even with -Werror). So we grep stderr for any message
4114 # that says an option was ignored or not supported.
4115 # When given -MP, icc 7.0 and 7.1 complain thusly:
4116 # icc: Command line warning: ignoring option '-M'; no argument required
4117 # The diagnosis changed in icc 8.0:
4118 # icc: Command line remark: option '-MP' not supported
4119 if (grep 'ignoring option' conftest.err ||
4120 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4121 am_cv_CC_dependencies_compiler_type=$depmode
4122 break
4123 fi
4124 fi
4125 done
4126
4127 cd ..
4128 rm -rf conftest.dir
4129 else
4130 am_cv_CC_dependencies_compiler_type=none
4131 fi
4132
4133 fi
4134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4135 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4136 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4137
4138 if
4139 test "x$enable_dependency_tracking" != xno \
4140 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4141 am__fastdepCC_TRUE=
4142 am__fastdepCC_FALSE='#'
4143 else
4144 am__fastdepCC_TRUE='#'
4145 am__fastdepCC_FALSE=
4146 fi
4147
4148
4149
4150
4151 ac_ext=c
4152 ac_cpp='$CPP $CPPFLAGS'
4153 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4154 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4155 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4156 if test -n "$ac_tool_prefix"; then
4157 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4158 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4160 $as_echo_n "checking for $ac_word... " >&6; }
4161 if test "${ac_cv_prog_CC+set}" = set; then :
4162 $as_echo_n "(cached) " >&6
4163 else
4164 if test -n "$CC"; then
4165 ac_cv_prog_CC="$CC" # Let the user override the test.
4166 else
4167 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4168 for as_dir in $PATH
4169 do
4170 IFS=$as_save_IFS
4171 test -z "$as_dir" && as_dir=.
4172 for ac_exec_ext in '' $ac_executable_extensions; do
4173 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4174 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4175 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4176 break 2
4177 fi
4178 done
4179 done
4180 IFS=$as_save_IFS
4181
4182 fi
4183 fi
4184 CC=$ac_cv_prog_CC
4185 if test -n "$CC"; then
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4187 $as_echo "$CC" >&6; }
4188 else
4189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4190 $as_echo "no" >&6; }
4191 fi
4192
4193
4194 fi
4195 if test -z "$ac_cv_prog_CC"; then
4196 ac_ct_CC=$CC
4197 # Extract the first word of "gcc", so it can be a program name with args.
4198 set dummy gcc; ac_word=$2
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4200 $as_echo_n "checking for $ac_word... " >&6; }
4201 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4202 $as_echo_n "(cached) " >&6
4203 else
4204 if test -n "$ac_ct_CC"; then
4205 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4206 else
4207 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4208 for as_dir in $PATH
4209 do
4210 IFS=$as_save_IFS
4211 test -z "$as_dir" && as_dir=.
4212 for ac_exec_ext in '' $ac_executable_extensions; do
4213 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4214 ac_cv_prog_ac_ct_CC="gcc"
4215 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4216 break 2
4217 fi
4218 done
4219 done
4220 IFS=$as_save_IFS
4221
4222 fi
4223 fi
4224 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4225 if test -n "$ac_ct_CC"; then
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4227 $as_echo "$ac_ct_CC" >&6; }
4228 else
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4230 $as_echo "no" >&6; }
4231 fi
4232
4233 if test "x$ac_ct_CC" = x; then
4234 CC=""
4235 else
4236 case $cross_compiling:$ac_tool_warned in
4237 yes:)
4238 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4239 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4240 ac_tool_warned=yes ;;
4241 esac
4242 CC=$ac_ct_CC
4243 fi
4244 else
4245 CC="$ac_cv_prog_CC"
4246 fi
4247
4248 if test -z "$CC"; then
4249 if test -n "$ac_tool_prefix"; then
4250 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4251 set dummy ${ac_tool_prefix}cc; ac_word=$2
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4253 $as_echo_n "checking for $ac_word... " >&6; }
4254 if test "${ac_cv_prog_CC+set}" = set; then :
4255 $as_echo_n "(cached) " >&6
4256 else
4257 if test -n "$CC"; then
4258 ac_cv_prog_CC="$CC" # Let the user override the test.
4259 else
4260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4261 for as_dir in $PATH
4262 do
4263 IFS=$as_save_IFS
4264 test -z "$as_dir" && as_dir=.
4265 for ac_exec_ext in '' $ac_executable_extensions; do
4266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4267 ac_cv_prog_CC="${ac_tool_prefix}cc"
4268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4269 break 2
4270 fi
4271 done
4272 done
4273 IFS=$as_save_IFS
4274
4275 fi
4276 fi
4277 CC=$ac_cv_prog_CC
4278 if test -n "$CC"; then
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4280 $as_echo "$CC" >&6; }
4281 else
4282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4283 $as_echo "no" >&6; }
4284 fi
4285
4286
4287 fi
4288 fi
4289 if test -z "$CC"; then
4290 # Extract the first word of "cc", so it can be a program name with args.
4291 set dummy cc; ac_word=$2
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4293 $as_echo_n "checking for $ac_word... " >&6; }
4294 if test "${ac_cv_prog_CC+set}" = set; then :
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -n "$CC"; then
4298 ac_cv_prog_CC="$CC" # Let the user override the test.
4299 else
4300 ac_prog_rejected=no
4301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4302 for as_dir in $PATH
4303 do
4304 IFS=$as_save_IFS
4305 test -z "$as_dir" && as_dir=.
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4308 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4309 ac_prog_rejected=yes
4310 continue
4311 fi
4312 ac_cv_prog_CC="cc"
4313 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4314 break 2
4315 fi
4316 done
4317 done
4318 IFS=$as_save_IFS
4319
4320 if test $ac_prog_rejected = yes; then
4321 # We found a bogon in the path, so make sure we never use it.
4322 set dummy $ac_cv_prog_CC
4323 shift
4324 if test $# != 0; then
4325 # We chose a different compiler from the bogus one.
4326 # However, it has the same basename, so the bogon will be chosen
4327 # first if we set CC to just the basename; use the full file name.
4328 shift
4329 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4330 fi
4331 fi
4332 fi
4333 fi
4334 CC=$ac_cv_prog_CC
4335 if test -n "$CC"; then
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4337 $as_echo "$CC" >&6; }
4338 else
4339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4340 $as_echo "no" >&6; }
4341 fi
4342
4343
4344 fi
4345 if test -z "$CC"; then
4346 if test -n "$ac_tool_prefix"; then
4347 for ac_prog in cl.exe
4348 do
4349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4350 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4352 $as_echo_n "checking for $ac_word... " >&6; }
4353 if test "${ac_cv_prog_CC+set}" = set; then :
4354 $as_echo_n "(cached) " >&6
4355 else
4356 if test -n "$CC"; then
4357 ac_cv_prog_CC="$CC" # Let the user override the test.
4358 else
4359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4360 for as_dir in $PATH
4361 do
4362 IFS=$as_save_IFS
4363 test -z "$as_dir" && as_dir=.
4364 for ac_exec_ext in '' $ac_executable_extensions; do
4365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4366 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4368 break 2
4369 fi
4370 done
4371 done
4372 IFS=$as_save_IFS
4373
4374 fi
4375 fi
4376 CC=$ac_cv_prog_CC
4377 if test -n "$CC"; then
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4379 $as_echo "$CC" >&6; }
4380 else
4381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4382 $as_echo "no" >&6; }
4383 fi
4384
4385
4386 test -n "$CC" && break
4387 done
4388 fi
4389 if test -z "$CC"; then
4390 ac_ct_CC=$CC
4391 for ac_prog in cl.exe
4392 do
4393 # Extract the first word of "$ac_prog", so it can be a program name with args.
4394 set dummy $ac_prog; ac_word=$2
4395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4396 $as_echo_n "checking for $ac_word... " >&6; }
4397 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4398 $as_echo_n "(cached) " >&6
4399 else
4400 if test -n "$ac_ct_CC"; then
4401 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4402 else
4403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4404 for as_dir in $PATH
4405 do
4406 IFS=$as_save_IFS
4407 test -z "$as_dir" && as_dir=.
4408 for ac_exec_ext in '' $ac_executable_extensions; do
4409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4410 ac_cv_prog_ac_ct_CC="$ac_prog"
4411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4412 break 2
4413 fi
4414 done
4415 done
4416 IFS=$as_save_IFS
4417
4418 fi
4419 fi
4420 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4421 if test -n "$ac_ct_CC"; then
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4423 $as_echo "$ac_ct_CC" >&6; }
4424 else
4425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4426 $as_echo "no" >&6; }
4427 fi
4428
4429
4430 test -n "$ac_ct_CC" && break
4431 done
4432
4433 if test "x$ac_ct_CC" = x; then
4434 CC=""
4435 else
4436 case $cross_compiling:$ac_tool_warned in
4437 yes:)
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4439 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4440 ac_tool_warned=yes ;;
4441 esac
4442 CC=$ac_ct_CC
4443 fi
4444 fi
4445
4446 fi
4447
4448
4449 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4450 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4451 as_fn_error "no acceptable C compiler found in \$PATH
4452 See \`config.log' for more details." "$LINENO" 5; }
4453
4454 # Provide some information about the compiler.
4455 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4456 set X $ac_compile
4457 ac_compiler=$2
4458 for ac_option in --version -v -V -qversion; do
4459 { { ac_try="$ac_compiler $ac_option >&5"
4460 case "(($ac_try" in
4461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4462 *) ac_try_echo=$ac_try;;
4463 esac
4464 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4465 $as_echo "$ac_try_echo"; } >&5
4466 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4467 ac_status=$?
4468 if test -s conftest.err; then
4469 sed '10a\
4470 ... rest of stderr output deleted ...
4471 10q' conftest.err >conftest.er1
4472 cat conftest.er1 >&5
4473 rm -f conftest.er1 conftest.err
4474 fi
4475 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4476 test $ac_status = 0; }
4477 done
4478
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4480 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4481 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4482 $as_echo_n "(cached) " >&6
4483 else
4484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4485 /* end confdefs.h. */
4486
4487 int
4488 main ()
4489 {
4490 #ifndef __GNUC__
4491 choke me
4492 #endif
4493
4494 ;
4495 return 0;
4496 }
4497 _ACEOF
4498 if ac_fn_c_try_compile "$LINENO"; then :
4499 ac_compiler_gnu=yes
4500 else
4501 ac_compiler_gnu=no
4502 fi
4503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4504 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4505
4506 fi
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4508 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4509 if test $ac_compiler_gnu = yes; then
4510 GCC=yes
4511 else
4512 GCC=
4513 fi
4514 ac_test_CFLAGS=${CFLAGS+set}
4515 ac_save_CFLAGS=$CFLAGS
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4517 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4518 if test "${ac_cv_prog_cc_g+set}" = set; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 ac_save_c_werror_flag=$ac_c_werror_flag
4522 ac_c_werror_flag=yes
4523 ac_cv_prog_cc_g=no
4524 CFLAGS="-g"
4525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4526 /* end confdefs.h. */
4527
4528 int
4529 main ()
4530 {
4531
4532 ;
4533 return 0;
4534 }
4535 _ACEOF
4536 if ac_fn_c_try_compile "$LINENO"; then :
4537 ac_cv_prog_cc_g=yes
4538 else
4539 CFLAGS=""
4540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4541 /* end confdefs.h. */
4542
4543 int
4544 main ()
4545 {
4546
4547 ;
4548 return 0;
4549 }
4550 _ACEOF
4551 if ac_fn_c_try_compile "$LINENO"; then :
4552
4553 else
4554 ac_c_werror_flag=$ac_save_c_werror_flag
4555 CFLAGS="-g"
4556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557 /* end confdefs.h. */
4558
4559 int
4560 main ()
4561 {
4562
4563 ;
4564 return 0;
4565 }
4566 _ACEOF
4567 if ac_fn_c_try_compile "$LINENO"; then :
4568 ac_cv_prog_cc_g=yes
4569 fi
4570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4571 fi
4572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4573 fi
4574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4575 ac_c_werror_flag=$ac_save_c_werror_flag
4576 fi
4577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4578 $as_echo "$ac_cv_prog_cc_g" >&6; }
4579 if test "$ac_test_CFLAGS" = set; then
4580 CFLAGS=$ac_save_CFLAGS
4581 elif test $ac_cv_prog_cc_g = yes; then
4582 if test "$GCC" = yes; then
4583 CFLAGS="-g -O2"
4584 else
4585 CFLAGS="-g"
4586 fi
4587 else
4588 if test "$GCC" = yes; then
4589 CFLAGS="-O2"
4590 else
4591 CFLAGS=
4592 fi
4593 fi
4594 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4595 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4596 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4597 $as_echo_n "(cached) " >&6
4598 else
4599 ac_cv_prog_cc_c89=no
4600 ac_save_CC=$CC
4601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4602 /* end confdefs.h. */
4603 #include <stdarg.h>
4604 #include <stdio.h>
4605 #include <sys/types.h>
4606 #include <sys/stat.h>
4607 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4608 struct buf { int x; };
4609 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4610 static char *e (p, i)
4611 char **p;
4612 int i;
4613 {
4614 return p[i];
4615 }
4616 static char *f (char * (*g) (char **, int), char **p, ...)
4617 {
4618 char *s;
4619 va_list v;
4620 va_start (v,p);
4621 s = g (p, va_arg (v,int));
4622 va_end (v);
4623 return s;
4624 }
4625
4626 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4627 function prototypes and stuff, but not '\xHH' hex character constants.
4628 These don't provoke an error unfortunately, instead are silently treated
4629 as 'x'. The following induces an error, until -std is added to get
4630 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4631 array size at least. It's necessary to write '\x00'==0 to get something
4632 that's true only with -std. */
4633 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4634
4635 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4636 inside strings and character constants. */
4637 #define FOO(x) 'x'
4638 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4639
4640 int test (int i, double x);
4641 struct s1 {int (*f) (int a);};
4642 struct s2 {int (*f) (double a);};
4643 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4644 int argc;
4645 char **argv;
4646 int
4647 main ()
4648 {
4649 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4650 ;
4651 return 0;
4652 }
4653 _ACEOF
4654 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4655 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4656 do
4657 CC="$ac_save_CC $ac_arg"
4658 if ac_fn_c_try_compile "$LINENO"; then :
4659 ac_cv_prog_cc_c89=$ac_arg
4660 fi
4661 rm -f core conftest.err conftest.$ac_objext
4662 test "x$ac_cv_prog_cc_c89" != "xno" && break
4663 done
4664 rm -f conftest.$ac_ext
4665 CC=$ac_save_CC
4666
4667 fi
4668 # AC_CACHE_VAL
4669 case "x$ac_cv_prog_cc_c89" in
4670 x)
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4672 $as_echo "none needed" >&6; } ;;
4673 xno)
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4675 $as_echo "unsupported" >&6; } ;;
4676 *)
4677 CC="$CC $ac_cv_prog_cc_c89"
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4679 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4680 esac
4681 if test "x$ac_cv_prog_cc_c89" != xno; then :
4682
4683 fi
4684
4685 ac_ext=c
4686 ac_cpp='$CPP $CPPFLAGS'
4687 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4688 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4689 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4690
4691 ac_ext=c
4692 ac_cpp='$CPP $CPPFLAGS'
4693 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4694 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4695 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4697 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4698 # On Suns, sometimes $CPP names a directory.
4699 if test -n "$CPP" && test -d "$CPP"; then
4700 CPP=
4701 fi
4702 if test -z "$CPP"; then
4703 if test "${ac_cv_prog_CPP+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4705 else
4706 # Double quotes because CPP needs to be expanded
4707 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4708 do
4709 ac_preproc_ok=false
4710 for ac_c_preproc_warn_flag in '' yes
4711 do
4712 # Use a header file that comes with gcc, so configuring glibc
4713 # with a fresh cross-compiler works.
4714 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4715 # <limits.h> exists even on freestanding compilers.
4716 # On the NeXT, cc -E runs the code through the compiler's parser,
4717 # not just through cpp. "Syntax error" is here to catch this case.
4718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4719 /* end confdefs.h. */
4720 #ifdef __STDC__
4721 # include <limits.h>
4722 #else
4723 # include <assert.h>
4724 #endif
4725 Syntax error
4726 _ACEOF
4727 if ac_fn_c_try_cpp "$LINENO"; then :
4728
4729 else
4730 # Broken: fails on valid input.
4731 continue
4732 fi
4733 rm -f conftest.err conftest.$ac_ext
4734
4735 # OK, works on sane cases. Now check whether nonexistent headers
4736 # can be detected and how.
4737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4738 /* end confdefs.h. */
4739 #include <ac_nonexistent.h>
4740 _ACEOF
4741 if ac_fn_c_try_cpp "$LINENO"; then :
4742 # Broken: success on invalid input.
4743 continue
4744 else
4745 # Passes both tests.
4746 ac_preproc_ok=:
4747 break
4748 fi
4749 rm -f conftest.err conftest.$ac_ext
4750
4751 done
4752 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4753 rm -f conftest.err conftest.$ac_ext
4754 if $ac_preproc_ok; then :
4755 break
4756 fi
4757
4758 done
4759 ac_cv_prog_CPP=$CPP
4760
4761 fi
4762 CPP=$ac_cv_prog_CPP
4763 else
4764 ac_cv_prog_CPP=$CPP
4765 fi
4766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4767 $as_echo "$CPP" >&6; }
4768 ac_preproc_ok=false
4769 for ac_c_preproc_warn_flag in '' yes
4770 do
4771 # Use a header file that comes with gcc, so configuring glibc
4772 # with a fresh cross-compiler works.
4773 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4774 # <limits.h> exists even on freestanding compilers.
4775 # On the NeXT, cc -E runs the code through the compiler's parser,
4776 # not just through cpp. "Syntax error" is here to catch this case.
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4778 /* end confdefs.h. */
4779 #ifdef __STDC__
4780 # include <limits.h>
4781 #else
4782 # include <assert.h>
4783 #endif
4784 Syntax error
4785 _ACEOF
4786 if ac_fn_c_try_cpp "$LINENO"; then :
4787
4788 else
4789 # Broken: fails on valid input.
4790 continue
4791 fi
4792 rm -f conftest.err conftest.$ac_ext
4793
4794 # OK, works on sane cases. Now check whether nonexistent headers
4795 # can be detected and how.
4796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4797 /* end confdefs.h. */
4798 #include <ac_nonexistent.h>
4799 _ACEOF
4800 if ac_fn_c_try_cpp "$LINENO"; then :
4801 # Broken: success on invalid input.
4802 continue
4803 else
4804 # Passes both tests.
4805 ac_preproc_ok=:
4806 break
4807 fi
4808 rm -f conftest.err conftest.$ac_ext
4809
4810 done
4811 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4812 rm -f conftest.err conftest.$ac_ext
4813 if $ac_preproc_ok; then :
4814
4815 else
4816 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4817 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4818 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4819 See \`config.log' for more details." "$LINENO" 5; }
4820 fi
4821
4822 ac_ext=c
4823 ac_cpp='$CPP $CPPFLAGS'
4824 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4825 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4826 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4827
4828
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4830 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4831 if test "${ac_cv_path_GREP+set}" = set; then :
4832 $as_echo_n "(cached) " >&6
4833 else
4834 if test -z "$GREP"; then
4835 ac_path_GREP_found=false
4836 # Loop through the user's path and test for each of PROGNAME-LIST
4837 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4838 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4839 do
4840 IFS=$as_save_IFS
4841 test -z "$as_dir" && as_dir=.
4842 for ac_prog in grep ggrep; do
4843 for ac_exec_ext in '' $ac_executable_extensions; do
4844 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4845 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4846 # Check for GNU ac_path_GREP and select it if it is found.
4847 # Check for GNU $ac_path_GREP
4848 case `"$ac_path_GREP" --version 2>&1` in
4849 *GNU*)
4850 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4851 *)
4852 ac_count=0
4853 $as_echo_n 0123456789 >"conftest.in"
4854 while :
4855 do
4856 cat "conftest.in" "conftest.in" >"conftest.tmp"
4857 mv "conftest.tmp" "conftest.in"
4858 cp "conftest.in" "conftest.nl"
4859 $as_echo 'GREP' >> "conftest.nl"
4860 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4861 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4862 as_fn_arith $ac_count + 1 && ac_count=$as_val
4863 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4864 # Best one so far, save it but keep looking for a better one
4865 ac_cv_path_GREP="$ac_path_GREP"
4866 ac_path_GREP_max=$ac_count
4867 fi
4868 # 10*(2^10) chars as input seems more than enough
4869 test $ac_count -gt 10 && break
4870 done
4871 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4872 esac
4873
4874 $ac_path_GREP_found && break 3
4875 done
4876 done
4877 done
4878 IFS=$as_save_IFS
4879 if test -z "$ac_cv_path_GREP"; then
4880 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4881 fi
4882 else
4883 ac_cv_path_GREP=$GREP
4884 fi
4885
4886 fi
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4888 $as_echo "$ac_cv_path_GREP" >&6; }
4889 GREP="$ac_cv_path_GREP"
4890
4891
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4893 $as_echo_n "checking for egrep... " >&6; }
4894 if test "${ac_cv_path_EGREP+set}" = set; then :
4895 $as_echo_n "(cached) " >&6
4896 else
4897 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4898 then ac_cv_path_EGREP="$GREP -E"
4899 else
4900 if test -z "$EGREP"; then
4901 ac_path_EGREP_found=false
4902 # Loop through the user's path and test for each of PROGNAME-LIST
4903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4904 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4905 do
4906 IFS=$as_save_IFS
4907 test -z "$as_dir" && as_dir=.
4908 for ac_prog in egrep; do
4909 for ac_exec_ext in '' $ac_executable_extensions; do
4910 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4911 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4912 # Check for GNU ac_path_EGREP and select it if it is found.
4913 # Check for GNU $ac_path_EGREP
4914 case `"$ac_path_EGREP" --version 2>&1` in
4915 *GNU*)
4916 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4917 *)
4918 ac_count=0
4919 $as_echo_n 0123456789 >"conftest.in"
4920 while :
4921 do
4922 cat "conftest.in" "conftest.in" >"conftest.tmp"
4923 mv "conftest.tmp" "conftest.in"
4924 cp "conftest.in" "conftest.nl"
4925 $as_echo 'EGREP' >> "conftest.nl"
4926 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4927 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4928 as_fn_arith $ac_count + 1 && ac_count=$as_val
4929 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4930 # Best one so far, save it but keep looking for a better one
4931 ac_cv_path_EGREP="$ac_path_EGREP"
4932 ac_path_EGREP_max=$ac_count
4933 fi
4934 # 10*(2^10) chars as input seems more than enough
4935 test $ac_count -gt 10 && break
4936 done
4937 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4938 esac
4939
4940 $ac_path_EGREP_found && break 3
4941 done
4942 done
4943 done
4944 IFS=$as_save_IFS
4945 if test -z "$ac_cv_path_EGREP"; then
4946 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4947 fi
4948 else
4949 ac_cv_path_EGREP=$EGREP
4950 fi
4951
4952 fi
4953 fi
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4955 $as_echo "$ac_cv_path_EGREP" >&6; }
4956 EGREP="$ac_cv_path_EGREP"
4957
4958
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4960 $as_echo_n "checking for ANSI C header files... " >&6; }
4961 if test "${ac_cv_header_stdc+set}" = set; then :
4962 $as_echo_n "(cached) " >&6
4963 else
4964 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4965 /* end confdefs.h. */
4966 #include <stdlib.h>
4967 #include <stdarg.h>
4968 #include <string.h>
4969 #include <float.h>
4970
4971 int
4972 main ()
4973 {
4974
4975 ;
4976 return 0;
4977 }
4978 _ACEOF
4979 if ac_fn_c_try_compile "$LINENO"; then :
4980 ac_cv_header_stdc=yes
4981 else
4982 ac_cv_header_stdc=no
4983 fi
4984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4985
4986 if test $ac_cv_header_stdc = yes; then
4987 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4989 /* end confdefs.h. */
4990 #include <string.h>
4991
4992 _ACEOF
4993 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4994 $EGREP "memchr" >/dev/null 2>&1; then :
4995
4996 else
4997 ac_cv_header_stdc=no
4998 fi
4999 rm -f conftest*
5000
5001 fi
5002
5003 if test $ac_cv_header_stdc = yes; then
5004 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5006 /* end confdefs.h. */
5007 #include <stdlib.h>
5008
5009 _ACEOF
5010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5011 $EGREP "free" >/dev/null 2>&1; then :
5012
5013 else
5014 ac_cv_header_stdc=no
5015 fi
5016 rm -f conftest*
5017
5018 fi
5019
5020 if test $ac_cv_header_stdc = yes; then
5021 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5022 if test "$cross_compiling" = yes; then :
5023 :
5024 else
5025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5026 /* end confdefs.h. */
5027 #include <ctype.h>
5028 #include <stdlib.h>
5029 #if ((' ' & 0x0FF) == 0x020)
5030 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5031 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5032 #else
5033 # define ISLOWER(c) \
5034 (('a' <= (c) && (c) <= 'i') \
5035 || ('j' <= (c) && (c) <= 'r') \
5036 || ('s' <= (c) && (c) <= 'z'))
5037 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5038 #endif
5039
5040 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5041 int
5042 main ()
5043 {
5044 int i;
5045 for (i = 0; i < 256; i++)
5046 if (XOR (islower (i), ISLOWER (i))
5047 || toupper (i) != TOUPPER (i))
5048 return 2;
5049 return 0;
5050 }
5051 _ACEOF
5052 if ac_fn_c_try_run "$LINENO"; then :
5053
5054 else
5055 ac_cv_header_stdc=no
5056 fi
5057 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5058 conftest.$ac_objext conftest.beam conftest.$ac_ext
5059 fi
5060
5061 fi
5062 fi
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5064 $as_echo "$ac_cv_header_stdc" >&6; }
5065 if test $ac_cv_header_stdc = yes; then
5066
5067 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5068
5069 fi
5070
5071 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5072 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5073 inttypes.h stdint.h unistd.h
5074 do :
5075 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5076 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5077 "
5078 eval as_val=\$$as_ac_Header
5079 if test "x$as_val" = x""yes; then :
5080 cat >>confdefs.h <<_ACEOF
5081 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5082 _ACEOF
5083
5084 fi
5085
5086 done
5087
5088
5089
5090 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5091 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5092 MINIX=yes
5093 else
5094 MINIX=
5095 fi
5096
5097
5098 if test "$MINIX" = yes; then
5099
5100 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5101
5102
5103 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5104
5105
5106 $as_echo "#define _MINIX 1" >>confdefs.h
5107
5108 fi
5109
5110
5111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5112 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5113 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5114 $as_echo_n "(cached) " >&6
5115 else
5116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5117 /* end confdefs.h. */
5118
5119 # define __EXTENSIONS__ 1
5120 $ac_includes_default
5121 int
5122 main ()
5123 {
5124
5125 ;
5126 return 0;
5127 }
5128 _ACEOF
5129 if ac_fn_c_try_compile "$LINENO"; then :
5130 ac_cv_safe_to_define___extensions__=yes
5131 else
5132 ac_cv_safe_to_define___extensions__=no
5133 fi
5134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5135 fi
5136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5137 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5138 test $ac_cv_safe_to_define___extensions__ = yes &&
5139 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5140
5141 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5142
5143 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5144
5145 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5146
5147 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5148
5149
5150
5151
5152
5153 case `pwd` in
5154 *\ * | *\ *)
5155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5156 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5157 esac
5158
5159
5160
5161 macro_version='2.2.7a'
5162 macro_revision='1.3134'
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173
5174
5175
5176 ltmain="$ac_aux_dir/ltmain.sh"
5177
5178 # Backslashify metacharacters that are still active within
5179 # double-quoted strings.
5180 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5181
5182 # Same as above, but do not quote variable references.
5183 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5184
5185 # Sed substitution to delay expansion of an escaped shell variable in a
5186 # double_quote_subst'ed string.
5187 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5188
5189 # Sed substitution to delay expansion of an escaped single quote.
5190 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5191
5192 # Sed substitution to avoid accidental globbing in evaled expressions
5193 no_glob_subst='s/\*/\\\*/g'
5194
5195 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5196 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5197 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5198
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5200 $as_echo_n "checking how to print strings... " >&6; }
5201 # Test print first, because it will be a builtin if present.
5202 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5203 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5204 ECHO='print -r --'
5205 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5206 ECHO='printf %s\n'
5207 else
5208 # Use this function as a fallback that always works.
5209 func_fallback_echo ()
5210 {
5211 eval 'cat <<_LTECHO_EOF
5212 $1
5213 _LTECHO_EOF'
5214 }
5215 ECHO='func_fallback_echo'
5216 fi
5217
5218 # func_echo_all arg...
5219 # Invoke $ECHO with all args, space-separated.
5220 func_echo_all ()
5221 {
5222 $ECHO ""
5223 }
5224
5225 case "$ECHO" in
5226 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5227 $as_echo "printf" >&6; } ;;
5228 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5229 $as_echo "print -r" >&6; } ;;
5230 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5231 $as_echo "cat" >&6; } ;;
5232 esac
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5248 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5249 if test "${ac_cv_path_SED+set}" = set; then :
5250 $as_echo_n "(cached) " >&6
5251 else
5252 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5253 for ac_i in 1 2 3 4 5 6 7; do
5254 ac_script="$ac_script$as_nl$ac_script"
5255 done
5256 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5257 { ac_script=; unset ac_script;}
5258 if test -z "$SED"; then
5259 ac_path_SED_found=false
5260 # Loop through the user's path and test for each of PROGNAME-LIST
5261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5262 for as_dir in $PATH
5263 do
5264 IFS=$as_save_IFS
5265 test -z "$as_dir" && as_dir=.
5266 for ac_prog in sed gsed; do
5267 for ac_exec_ext in '' $ac_executable_extensions; do
5268 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5269 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5270 # Check for GNU ac_path_SED and select it if it is found.
5271 # Check for GNU $ac_path_SED
5272 case `"$ac_path_SED" --version 2>&1` in
5273 *GNU*)
5274 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5275 *)
5276 ac_count=0
5277 $as_echo_n 0123456789 >"conftest.in"
5278 while :
5279 do
5280 cat "conftest.in" "conftest.in" >"conftest.tmp"
5281 mv "conftest.tmp" "conftest.in"
5282 cp "conftest.in" "conftest.nl"
5283 $as_echo '' >> "conftest.nl"
5284 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5285 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5286 as_fn_arith $ac_count + 1 && ac_count=$as_val
5287 if test $ac_count -gt ${ac_path_SED_max-0}; then
5288 # Best one so far, save it but keep looking for a better one
5289 ac_cv_path_SED="$ac_path_SED"
5290 ac_path_SED_max=$ac_count
5291 fi
5292 # 10*(2^10) chars as input seems more than enough
5293 test $ac_count -gt 10 && break
5294 done
5295 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5296 esac
5297
5298 $ac_path_SED_found && break 3
5299 done
5300 done
5301 done
5302 IFS=$as_save_IFS
5303 if test -z "$ac_cv_path_SED"; then
5304 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5305 fi
5306 else
5307 ac_cv_path_SED=$SED
5308 fi
5309
5310 fi
5311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5312 $as_echo "$ac_cv_path_SED" >&6; }
5313 SED="$ac_cv_path_SED"
5314 rm -f conftest.sed
5315
5316 test -z "$SED" && SED=sed
5317 Xsed="$SED -e 1s/^X//"
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5330 $as_echo_n "checking for fgrep... " >&6; }
5331 if test "${ac_cv_path_FGREP+set}" = set; then :
5332 $as_echo_n "(cached) " >&6
5333 else
5334 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5335 then ac_cv_path_FGREP="$GREP -F"
5336 else
5337 if test -z "$FGREP"; then
5338 ac_path_FGREP_found=false
5339 # Loop through the user's path and test for each of PROGNAME-LIST
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5342 do
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_prog in fgrep; do
5346 for ac_exec_ext in '' $ac_executable_extensions; do
5347 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5348 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5349 # Check for GNU ac_path_FGREP and select it if it is found.
5350 # Check for GNU $ac_path_FGREP
5351 case `"$ac_path_FGREP" --version 2>&1` in
5352 *GNU*)
5353 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5354 *)
5355 ac_count=0
5356 $as_echo_n 0123456789 >"conftest.in"
5357 while :
5358 do
5359 cat "conftest.in" "conftest.in" >"conftest.tmp"
5360 mv "conftest.tmp" "conftest.in"
5361 cp "conftest.in" "conftest.nl"
5362 $as_echo 'FGREP' >> "conftest.nl"
5363 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5364 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5365 as_fn_arith $ac_count + 1 && ac_count=$as_val
5366 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5367 # Best one so far, save it but keep looking for a better one
5368 ac_cv_path_FGREP="$ac_path_FGREP"
5369 ac_path_FGREP_max=$ac_count
5370 fi
5371 # 10*(2^10) chars as input seems more than enough
5372 test $ac_count -gt 10 && break
5373 done
5374 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5375 esac
5376
5377 $ac_path_FGREP_found && break 3
5378 done
5379 done
5380 done
5381 IFS=$as_save_IFS
5382 if test -z "$ac_cv_path_FGREP"; then
5383 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5384 fi
5385 else
5386 ac_cv_path_FGREP=$FGREP
5387 fi
5388
5389 fi
5390 fi
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5392 $as_echo "$ac_cv_path_FGREP" >&6; }
5393 FGREP="$ac_cv_path_FGREP"
5394
5395
5396 test -z "$GREP" && GREP=grep
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416 # Check whether --with-gnu-ld was given.
5417 if test "${with_gnu_ld+set}" = set; then :
5418 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5419 else
5420 with_gnu_ld=no
5421 fi
5422
5423 ac_prog=ld
5424 if test "$GCC" = yes; then
5425 # Check if gcc -print-prog-name=ld gives a path.
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5427 $as_echo_n "checking for ld used by $CC... " >&6; }
5428 case $host in
5429 *-*-mingw*)
5430 # gcc leaves a trailing carriage return which upsets mingw
5431 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5432 *)
5433 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5434 esac
5435 case $ac_prog in
5436 # Accept absolute paths.
5437 [\\/]* | ?:[\\/]*)
5438 re_direlt='/[^/][^/]*/\.\./'
5439 # Canonicalize the pathname of ld
5440 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5441 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5442 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5443 done
5444 test -z "$LD" && LD="$ac_prog"
5445 ;;
5446 "")
5447 # If it fails, then pretend we aren't using GCC.
5448 ac_prog=ld
5449 ;;
5450 *)
5451 # If it is relative, then search for the first ld in PATH.
5452 with_gnu_ld=unknown
5453 ;;
5454 esac
5455 elif test "$with_gnu_ld" = yes; then
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5457 $as_echo_n "checking for GNU ld... " >&6; }
5458 else
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5460 $as_echo_n "checking for non-GNU ld... " >&6; }
5461 fi
5462 if test "${lt_cv_path_LD+set}" = set; then :
5463 $as_echo_n "(cached) " >&6
5464 else
5465 if test -z "$LD"; then
5466 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5467 for ac_dir in $PATH; do
5468 IFS="$lt_save_ifs"
5469 test -z "$ac_dir" && ac_dir=.
5470 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5471 lt_cv_path_LD="$ac_dir/$ac_prog"
5472 # Check to see if the program is GNU ld. I'd rather use --version,
5473 # but apparently some variants of GNU ld only accept -v.
5474 # Break only if it was the GNU/non-GNU ld that we prefer.
5475 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5476 *GNU* | *'with BFD'*)
5477 test "$with_gnu_ld" != no && break
5478 ;;
5479 *)
5480 test "$with_gnu_ld" != yes && break
5481 ;;
5482 esac
5483 fi
5484 done
5485 IFS="$lt_save_ifs"
5486 else
5487 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5488 fi
5489 fi
5490
5491 LD="$lt_cv_path_LD"
5492 if test -n "$LD"; then
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5494 $as_echo "$LD" >&6; }
5495 else
5496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5497 $as_echo "no" >&6; }
5498 fi
5499 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5501 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5502 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5503 $as_echo_n "(cached) " >&6
5504 else
5505 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5506 case `$LD -v 2>&1 </dev/null` in
5507 *GNU* | *'with BFD'*)
5508 lt_cv_prog_gnu_ld=yes
5509 ;;
5510 *)
5511 lt_cv_prog_gnu_ld=no
5512 ;;
5513 esac
5514 fi
5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5516 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5517 with_gnu_ld=$lt_cv_prog_gnu_ld
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5528 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5529 if test "${lt_cv_path_NM+set}" = set; then :
5530 $as_echo_n "(cached) " >&6
5531 else
5532 if test -n "$NM"; then
5533 # Let the user override the test.
5534 lt_cv_path_NM="$NM"
5535 else
5536 lt_nm_to_check="${ac_tool_prefix}nm"
5537 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5538 lt_nm_to_check="$lt_nm_to_check nm"
5539 fi
5540 for lt_tmp_nm in $lt_nm_to_check; do
5541 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5542 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5543 IFS="$lt_save_ifs"
5544 test -z "$ac_dir" && ac_dir=.
5545 tmp_nm="$ac_dir/$lt_tmp_nm"
5546 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5547 # Check to see if the nm accepts a BSD-compat flag.
5548 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5549 # nm: unknown option "B" ignored
5550 # Tru64's nm complains that /dev/null is an invalid object file
5551 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5552 */dev/null* | *'Invalid file or object type'*)
5553 lt_cv_path_NM="$tmp_nm -B"
5554 break
5555 ;;
5556 *)
5557 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5558 */dev/null*)
5559 lt_cv_path_NM="$tmp_nm -p"
5560 break
5561 ;;
5562 *)
5563 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5564 continue # so that we can try to find one that supports BSD flags
5565 ;;
5566 esac
5567 ;;
5568 esac
5569 fi
5570 done
5571 IFS="$lt_save_ifs"
5572 done
5573 : ${lt_cv_path_NM=no}
5574 fi
5575 fi
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5577 $as_echo "$lt_cv_path_NM" >&6; }
5578 if test "$lt_cv_path_NM" != "no"; then
5579 NM="$lt_cv_path_NM"
5580 else
5581 # Didn't find any BSD compatible name lister, look for dumpbin.
5582 if test -n "$DUMPBIN"; then :
5583 # Let the user override the test.
5584 else
5585 if test -n "$ac_tool_prefix"; then
5586 for ac_prog in dumpbin "link -dump"
5587 do
5588 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5589 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5591 $as_echo_n "checking for $ac_word... " >&6; }
5592 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5593 $as_echo_n "(cached) " >&6
5594 else
5595 if test -n "$DUMPBIN"; then
5596 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5597 else
5598 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5599 for as_dir in $PATH
5600 do
5601 IFS=$as_save_IFS
5602 test -z "$as_dir" && as_dir=.
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5605 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5606 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5607 break 2
5608 fi
5609 done
5610 done
5611 IFS=$as_save_IFS
5612
5613 fi
5614 fi
5615 DUMPBIN=$ac_cv_prog_DUMPBIN
5616 if test -n "$DUMPBIN"; then
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5618 $as_echo "$DUMPBIN" >&6; }
5619 else
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5621 $as_echo "no" >&6; }
5622 fi
5623
5624
5625 test -n "$DUMPBIN" && break
5626 done
5627 fi
5628 if test -z "$DUMPBIN"; then
5629 ac_ct_DUMPBIN=$DUMPBIN
5630 for ac_prog in dumpbin "link -dump"
5631 do
5632 # Extract the first word of "$ac_prog", so it can be a program name with args.
5633 set dummy $ac_prog; ac_word=$2
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5635 $as_echo_n "checking for $ac_word... " >&6; }
5636 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5637 $as_echo_n "(cached) " >&6
5638 else
5639 if test -n "$ac_ct_DUMPBIN"; then
5640 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5641 else
5642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5643 for as_dir in $PATH
5644 do
5645 IFS=$as_save_IFS
5646 test -z "$as_dir" && as_dir=.
5647 for ac_exec_ext in '' $ac_executable_extensions; do
5648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5649 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5650 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5651 break 2
5652 fi
5653 done
5654 done
5655 IFS=$as_save_IFS
5656
5657 fi
5658 fi
5659 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5660 if test -n "$ac_ct_DUMPBIN"; then
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5662 $as_echo "$ac_ct_DUMPBIN" >&6; }
5663 else
5664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5665 $as_echo "no" >&6; }
5666 fi
5667
5668
5669 test -n "$ac_ct_DUMPBIN" && break
5670 done
5671
5672 if test "x$ac_ct_DUMPBIN" = x; then
5673 DUMPBIN=":"
5674 else
5675 case $cross_compiling:$ac_tool_warned in
5676 yes:)
5677 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5678 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5679 ac_tool_warned=yes ;;
5680 esac
5681 DUMPBIN=$ac_ct_DUMPBIN
5682 fi
5683 fi
5684
5685 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5686 *COFF*)
5687 DUMPBIN="$DUMPBIN -symbols"
5688 ;;
5689 *)
5690 DUMPBIN=:
5691 ;;
5692 esac
5693 fi
5694
5695 if test "$DUMPBIN" != ":"; then
5696 NM="$DUMPBIN"
5697 fi
5698 fi
5699 test -z "$NM" && NM=nm
5700
5701
5702
5703
5704
5705
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5707 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5708 if test "${lt_cv_nm_interface+set}" = set; then :
5709 $as_echo_n "(cached) " >&6
5710 else
5711 lt_cv_nm_interface="BSD nm"
5712 echo "int some_variable = 0;" > conftest.$ac_ext
5713 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5714 (eval "$ac_compile" 2>conftest.err)
5715 cat conftest.err >&5
5716 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5717 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5718 cat conftest.err >&5
5719 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5720 cat conftest.out >&5
5721 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5722 lt_cv_nm_interface="MS dumpbin"
5723 fi
5724 rm -f conftest*
5725 fi
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5727 $as_echo "$lt_cv_nm_interface" >&6; }
5728
5729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5730 $as_echo_n "checking whether ln -s works... " >&6; }
5731 LN_S=$as_ln_s
5732 if test "$LN_S" = "ln -s"; then
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5734 $as_echo "yes" >&6; }
5735 else
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5737 $as_echo "no, using $LN_S" >&6; }
5738 fi
5739
5740 # find the maximum length of command line arguments
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5742 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5743 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5744 $as_echo_n "(cached) " >&6
5745 else
5746 i=0
5747 teststring="ABCD"
5748
5749 case $build_os in
5750 msdosdjgpp*)
5751 # On DJGPP, this test can blow up pretty badly due to problems in libc
5752 # (any single argument exceeding 2000 bytes causes a buffer overrun
5753 # during glob expansion). Even if it were fixed, the result of this
5754 # check would be larger than it should be.
5755 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5756 ;;
5757
5758 gnu*)
5759 # Under GNU Hurd, this test is not required because there is
5760 # no limit to the length of command line arguments.
5761 # Libtool will interpret -1 as no limit whatsoever
5762 lt_cv_sys_max_cmd_len=-1;
5763 ;;
5764
5765 cygwin* | mingw* | cegcc*)
5766 # On Win9x/ME, this test blows up -- it succeeds, but takes
5767 # about 5 minutes as the teststring grows exponentially.
5768 # Worse, since 9x/ME are not pre-emptively multitasking,
5769 # you end up with a "frozen" computer, even though with patience
5770 # the test eventually succeeds (with a max line length of 256k).
5771 # Instead, let's just punt: use the minimum linelength reported by
5772 # all of the supported platforms: 8192 (on NT/2K/XP).
5773 lt_cv_sys_max_cmd_len=8192;
5774 ;;
5775
5776 mint*)
5777 # On MiNT this can take a long time and run out of memory.
5778 lt_cv_sys_max_cmd_len=8192;
5779 ;;
5780
5781 amigaos*)
5782 # On AmigaOS with pdksh, this test takes hours, literally.
5783 # So we just punt and use a minimum line length of 8192.
5784 lt_cv_sys_max_cmd_len=8192;
5785 ;;
5786
5787 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5788 # This has been around since 386BSD, at least. Likely further.
5789 if test -x /sbin/sysctl; then
5790 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5791 elif test -x /usr/sbin/sysctl; then
5792 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5793 else
5794 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5795 fi
5796 # And add a safety zone
5797 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5798 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5799 ;;
5800
5801 interix*)
5802 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5803 lt_cv_sys_max_cmd_len=196608
5804 ;;
5805
5806 osf*)
5807 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5808 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5809 # nice to cause kernel panics so lets avoid the loop below.
5810 # First set a reasonable default.
5811 lt_cv_sys_max_cmd_len=16384
5812 #
5813 if test -x /sbin/sysconfig; then
5814 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5815 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5816 esac
5817 fi
5818 ;;
5819 sco3.2v5*)
5820 lt_cv_sys_max_cmd_len=102400
5821 ;;
5822 sysv5* | sco5v6* | sysv4.2uw2*)
5823 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5824 if test -n "$kargmax"; then
5825 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5826 else
5827 lt_cv_sys_max_cmd_len=32768
5828 fi
5829 ;;
5830 *)
5831 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5832 if test -n "$lt_cv_sys_max_cmd_len"; then
5833 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5834 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5835 else
5836 # Make teststring a little bigger before we do anything with it.
5837 # a 1K string should be a reasonable start.
5838 for i in 1 2 3 4 5 6 7 8 ; do
5839 teststring=$teststring$teststring
5840 done
5841 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5842 # If test is not a shell built-in, we'll probably end up computing a
5843 # maximum length that is only half of the actual maximum length, but
5844 # we can't tell.
5845 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5846 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5847 test $i != 17 # 1/2 MB should be enough
5848 do
5849 i=`expr $i + 1`
5850 teststring=$teststring$teststring
5851 done
5852 # Only check the string length outside the loop.
5853 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5854 teststring=
5855 # Add a significant safety factor because C++ compilers can tack on
5856 # massive amounts of additional arguments before passing them to the
5857 # linker. It appears as though 1/2 is a usable value.
5858 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5859 fi
5860 ;;
5861 esac
5862
5863 fi
5864
5865 if test -n $lt_cv_sys_max_cmd_len ; then
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5867 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5868 else
5869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5870 $as_echo "none" >&6; }
5871 fi
5872 max_cmd_len=$lt_cv_sys_max_cmd_len
5873
5874
5875
5876
5877
5878
5879 : ${CP="cp -f"}
5880 : ${MV="mv -f"}
5881 : ${RM="rm -f"}
5882
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5884 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5885 # Try some XSI features
5886 xsi_shell=no
5887 ( _lt_dummy="a/b/c"
5888 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5889 = c,a/b,, \
5890 && eval 'test $(( 1 + 1 )) -eq 2 \
5891 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5892 && xsi_shell=yes
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5894 $as_echo "$xsi_shell" >&6; }
5895
5896
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5898 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5899 lt_shell_append=no
5900 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5901 >/dev/null 2>&1 \
5902 && lt_shell_append=yes
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5904 $as_echo "$lt_shell_append" >&6; }
5905
5906
5907 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5908 lt_unset=unset
5909 else
5910 lt_unset=false
5911 fi
5912
5913
5914
5915
5916
5917 # test EBCDIC or ASCII
5918 case `echo X|tr X '\101'` in
5919 A) # ASCII based system
5920 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5921 lt_SP2NL='tr \040 \012'
5922 lt_NL2SP='tr \015\012 \040\040'
5923 ;;
5924 *) # EBCDIC based system
5925 lt_SP2NL='tr \100 \n'
5926 lt_NL2SP='tr \r\n \100\100'
5927 ;;
5928 esac
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5939 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5940 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5941 $as_echo_n "(cached) " >&6
5942 else
5943 lt_cv_ld_reload_flag='-r'
5944 fi
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5946 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5947 reload_flag=$lt_cv_ld_reload_flag
5948 case $reload_flag in
5949 "" | " "*) ;;
5950 *) reload_flag=" $reload_flag" ;;
5951 esac
5952 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5953 case $host_os in
5954 darwin*)
5955 if test "$GCC" = yes; then
5956 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5957 else
5958 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5959 fi
5960 ;;
5961 esac
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971 if test -n "$ac_tool_prefix"; then
5972 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5973 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5975 $as_echo_n "checking for $ac_word... " >&6; }
5976 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5977 $as_echo_n "(cached) " >&6
5978 else
5979 if test -n "$OBJDUMP"; then
5980 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5981 else
5982 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5983 for as_dir in $PATH
5984 do
5985 IFS=$as_save_IFS
5986 test -z "$as_dir" && as_dir=.
5987 for ac_exec_ext in '' $ac_executable_extensions; do
5988 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5989 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5990 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5991 break 2
5992 fi
5993 done
5994 done
5995 IFS=$as_save_IFS
5996
5997 fi
5998 fi
5999 OBJDUMP=$ac_cv_prog_OBJDUMP
6000 if test -n "$OBJDUMP"; then
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6002 $as_echo "$OBJDUMP" >&6; }
6003 else
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6005 $as_echo "no" >&6; }
6006 fi
6007
6008
6009 fi
6010 if test -z "$ac_cv_prog_OBJDUMP"; then
6011 ac_ct_OBJDUMP=$OBJDUMP
6012 # Extract the first word of "objdump", so it can be a program name with args.
6013 set dummy objdump; ac_word=$2
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6015 $as_echo_n "checking for $ac_word... " >&6; }
6016 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6017 $as_echo_n "(cached) " >&6
6018 else
6019 if test -n "$ac_ct_OBJDUMP"; then
6020 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6021 else
6022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6023 for as_dir in $PATH
6024 do
6025 IFS=$as_save_IFS
6026 test -z "$as_dir" && as_dir=.
6027 for ac_exec_ext in '' $ac_executable_extensions; do
6028 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6029 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6030 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6031 break 2
6032 fi
6033 done
6034 done
6035 IFS=$as_save_IFS
6036
6037 fi
6038 fi
6039 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6040 if test -n "$ac_ct_OBJDUMP"; then
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6042 $as_echo "$ac_ct_OBJDUMP" >&6; }
6043 else
6044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6045 $as_echo "no" >&6; }
6046 fi
6047
6048 if test "x$ac_ct_OBJDUMP" = x; then
6049 OBJDUMP="false"
6050 else
6051 case $cross_compiling:$ac_tool_warned in
6052 yes:)
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6054 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6055 ac_tool_warned=yes ;;
6056 esac
6057 OBJDUMP=$ac_ct_OBJDUMP
6058 fi
6059 else
6060 OBJDUMP="$ac_cv_prog_OBJDUMP"
6061 fi
6062
6063 test -z "$OBJDUMP" && OBJDUMP=objdump
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6074 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6075 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6076 $as_echo_n "(cached) " >&6
6077 else
6078 lt_cv_file_magic_cmd='$MAGIC_CMD'
6079 lt_cv_file_magic_test_file=
6080 lt_cv_deplibs_check_method='unknown'
6081 # Need to set the preceding variable on all platforms that support
6082 # interlibrary dependencies.
6083 # 'none' -- dependencies not supported.
6084 # `unknown' -- same as none, but documents that we really don't know.
6085 # 'pass_all' -- all dependencies passed with no checks.
6086 # 'test_compile' -- check by making test program.
6087 # 'file_magic [[regex]]' -- check by looking for files in library path
6088 # which responds to the $file_magic_cmd with a given extended regex.
6089 # If you have `file' or equivalent on your system and you're not sure
6090 # whether `pass_all' will *always* work, you probably want this one.
6091
6092 case $host_os in
6093 aix[4-9]*)
6094 lt_cv_deplibs_check_method=pass_all
6095 ;;
6096
6097 beos*)
6098 lt_cv_deplibs_check_method=pass_all
6099 ;;
6100
6101 bsdi[45]*)
6102 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6103 lt_cv_file_magic_cmd='/usr/bin/file -L'
6104 lt_cv_file_magic_test_file=/shlib/libc.so
6105 ;;
6106
6107 cygwin*)
6108 # func_win32_libid is a shell function defined in ltmain.sh
6109 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6110 lt_cv_file_magic_cmd='func_win32_libid'
6111 ;;
6112
6113 mingw* | pw32*)
6114 # Base MSYS/MinGW do not provide the 'file' command needed by
6115 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6116 # unless we find 'file', for example because we are cross-compiling.
6117 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6118 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6119 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6120 lt_cv_file_magic_cmd='func_win32_libid'
6121 else
6122 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6123 lt_cv_file_magic_cmd='$OBJDUMP -f'
6124 fi
6125 ;;
6126
6127 cegcc*)
6128 # use the weaker test based on 'objdump'. See mingw*.
6129 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6130 lt_cv_file_magic_cmd='$OBJDUMP -f'
6131 ;;
6132
6133 darwin* | rhapsody*)
6134 lt_cv_deplibs_check_method=pass_all
6135 ;;
6136
6137 freebsd* | dragonfly*)
6138 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6139 case $host_cpu in
6140 i*86 )
6141 # Not sure whether the presence of OpenBSD here was a mistake.
6142 # Let's accept both of them until this is cleared up.
6143 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6144 lt_cv_file_magic_cmd=/usr/bin/file
6145 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6146 ;;
6147 esac
6148 else
6149 lt_cv_deplibs_check_method=pass_all
6150 fi
6151 ;;
6152
6153 gnu*)
6154 lt_cv_deplibs_check_method=pass_all
6155 ;;
6156
6157 haiku*)
6158 lt_cv_deplibs_check_method=pass_all
6159 ;;
6160
6161 hpux10.20* | hpux11*)
6162 lt_cv_file_magic_cmd=/usr/bin/file
6163 case $host_cpu in
6164 ia64*)
6165 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6166 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6167 ;;
6168 hppa*64*)
6169 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]'
6170 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6171 ;;
6172 *)
6173 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6174 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6175 ;;
6176 esac
6177 ;;
6178
6179 interix[3-9]*)
6180 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6181 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6182 ;;
6183
6184 irix5* | irix6* | nonstopux*)
6185 case $LD in
6186 *-32|*"-32 ") libmagic=32-bit;;
6187 *-n32|*"-n32 ") libmagic=N32;;
6188 *-64|*"-64 ") libmagic=64-bit;;
6189 *) libmagic=never-match;;
6190 esac
6191 lt_cv_deplibs_check_method=pass_all
6192 ;;
6193
6194 # This must be Linux ELF.
6195 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6196 lt_cv_deplibs_check_method=pass_all
6197 ;;
6198
6199 netbsd*)
6200 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6202 else
6203 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6204 fi
6205 ;;
6206
6207 newos6*)
6208 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6209 lt_cv_file_magic_cmd=/usr/bin/file
6210 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6211 ;;
6212
6213 *nto* | *qnx*)
6214 lt_cv_deplibs_check_method=pass_all
6215 ;;
6216
6217 openbsd*)
6218 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6219 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6220 else
6221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6222 fi
6223 ;;
6224
6225 osf3* | osf4* | osf5*)
6226 lt_cv_deplibs_check_method=pass_all
6227 ;;
6228
6229 rdos*)
6230 lt_cv_deplibs_check_method=pass_all
6231 ;;
6232
6233 solaris*)
6234 lt_cv_deplibs_check_method=pass_all
6235 ;;
6236
6237 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6238 lt_cv_deplibs_check_method=pass_all
6239 ;;
6240
6241 sysv4 | sysv4.3*)
6242 case $host_vendor in
6243 motorola)
6244 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]'
6245 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6246 ;;
6247 ncr)
6248 lt_cv_deplibs_check_method=pass_all
6249 ;;
6250 sequent)
6251 lt_cv_file_magic_cmd='/bin/file'
6252 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6253 ;;
6254 sni)
6255 lt_cv_file_magic_cmd='/bin/file'
6256 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6257 lt_cv_file_magic_test_file=/lib/libc.so
6258 ;;
6259 siemens)
6260 lt_cv_deplibs_check_method=pass_all
6261 ;;
6262 pc)
6263 lt_cv_deplibs_check_method=pass_all
6264 ;;
6265 esac
6266 ;;
6267
6268 tpf*)
6269 lt_cv_deplibs_check_method=pass_all
6270 ;;
6271 esac
6272
6273 fi
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6275 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6276 file_magic_cmd=$lt_cv_file_magic_cmd
6277 deplibs_check_method=$lt_cv_deplibs_check_method
6278 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291 if test -n "$ac_tool_prefix"; then
6292 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6293 set dummy ${ac_tool_prefix}ar; ac_word=$2
6294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6295 $as_echo_n "checking for $ac_word... " >&6; }
6296 if test "${ac_cv_prog_AR+set}" = set; then :
6297 $as_echo_n "(cached) " >&6
6298 else
6299 if test -n "$AR"; then
6300 ac_cv_prog_AR="$AR" # Let the user override the test.
6301 else
6302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6303 for as_dir in $PATH
6304 do
6305 IFS=$as_save_IFS
6306 test -z "$as_dir" && as_dir=.
6307 for ac_exec_ext in '' $ac_executable_extensions; do
6308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6309 ac_cv_prog_AR="${ac_tool_prefix}ar"
6310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6311 break 2
6312 fi
6313 done
6314 done
6315 IFS=$as_save_IFS
6316
6317 fi
6318 fi
6319 AR=$ac_cv_prog_AR
6320 if test -n "$AR"; then
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6322 $as_echo "$AR" >&6; }
6323 else
6324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6325 $as_echo "no" >&6; }
6326 fi
6327
6328
6329 fi
6330 if test -z "$ac_cv_prog_AR"; then
6331 ac_ct_AR=$AR
6332 # Extract the first word of "ar", so it can be a program name with args.
6333 set dummy ar; ac_word=$2
6334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6335 $as_echo_n "checking for $ac_word... " >&6; }
6336 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6337 $as_echo_n "(cached) " >&6
6338 else
6339 if test -n "$ac_ct_AR"; then
6340 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6341 else
6342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6343 for as_dir in $PATH
6344 do
6345 IFS=$as_save_IFS
6346 test -z "$as_dir" && as_dir=.
6347 for ac_exec_ext in '' $ac_executable_extensions; do
6348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6349 ac_cv_prog_ac_ct_AR="ar"
6350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6351 break 2
6352 fi
6353 done
6354 done
6355 IFS=$as_save_IFS
6356
6357 fi
6358 fi
6359 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6360 if test -n "$ac_ct_AR"; then
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6362 $as_echo "$ac_ct_AR" >&6; }
6363 else
6364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6365 $as_echo "no" >&6; }
6366 fi
6367
6368 if test "x$ac_ct_AR" = x; then
6369 AR="false"
6370 else
6371 case $cross_compiling:$ac_tool_warned in
6372 yes:)
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6375 ac_tool_warned=yes ;;
6376 esac
6377 AR=$ac_ct_AR
6378 fi
6379 else
6380 AR="$ac_cv_prog_AR"
6381 fi
6382
6383 test -z "$AR" && AR=ar
6384 test -z "$AR_FLAGS" && AR_FLAGS=cru
6385
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396 if test -n "$ac_tool_prefix"; then
6397 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6398 set dummy ${ac_tool_prefix}strip; ac_word=$2
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6400 $as_echo_n "checking for $ac_word... " >&6; }
6401 if test "${ac_cv_prog_STRIP+set}" = set; then :
6402 $as_echo_n "(cached) " >&6
6403 else
6404 if test -n "$STRIP"; then
6405 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6406 else
6407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6408 for as_dir in $PATH
6409 do
6410 IFS=$as_save_IFS
6411 test -z "$as_dir" && as_dir=.
6412 for ac_exec_ext in '' $ac_executable_extensions; do
6413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6414 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6416 break 2
6417 fi
6418 done
6419 done
6420 IFS=$as_save_IFS
6421
6422 fi
6423 fi
6424 STRIP=$ac_cv_prog_STRIP
6425 if test -n "$STRIP"; then
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6427 $as_echo "$STRIP" >&6; }
6428 else
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6430 $as_echo "no" >&6; }
6431 fi
6432
6433
6434 fi
6435 if test -z "$ac_cv_prog_STRIP"; then
6436 ac_ct_STRIP=$STRIP
6437 # Extract the first word of "strip", so it can be a program name with args.
6438 set dummy strip; ac_word=$2
6439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6440 $as_echo_n "checking for $ac_word... " >&6; }
6441 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6442 $as_echo_n "(cached) " >&6
6443 else
6444 if test -n "$ac_ct_STRIP"; then
6445 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6446 else
6447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6448 for as_dir in $PATH
6449 do
6450 IFS=$as_save_IFS
6451 test -z "$as_dir" && as_dir=.
6452 for ac_exec_ext in '' $ac_executable_extensions; do
6453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6454 ac_cv_prog_ac_ct_STRIP="strip"
6455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6456 break 2
6457 fi
6458 done
6459 done
6460 IFS=$as_save_IFS
6461
6462 fi
6463 fi
6464 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6465 if test -n "$ac_ct_STRIP"; then
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6467 $as_echo "$ac_ct_STRIP" >&6; }
6468 else
6469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6470 $as_echo "no" >&6; }
6471 fi
6472
6473 if test "x$ac_ct_STRIP" = x; then
6474 STRIP=":"
6475 else
6476 case $cross_compiling:$ac_tool_warned in
6477 yes:)
6478 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6479 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6480 ac_tool_warned=yes ;;
6481 esac
6482 STRIP=$ac_ct_STRIP
6483 fi
6484 else
6485 STRIP="$ac_cv_prog_STRIP"
6486 fi
6487
6488 test -z "$STRIP" && STRIP=:
6489
6490
6491
6492
6493
6494
6495 if test -n "$ac_tool_prefix"; then
6496 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6497 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6499 $as_echo_n "checking for $ac_word... " >&6; }
6500 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6501 $as_echo_n "(cached) " >&6
6502 else
6503 if test -n "$RANLIB"; then
6504 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6505 else
6506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6507 for as_dir in $PATH
6508 do
6509 IFS=$as_save_IFS
6510 test -z "$as_dir" && as_dir=.
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6513 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6514 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6515 break 2
6516 fi
6517 done
6518 done
6519 IFS=$as_save_IFS
6520
6521 fi
6522 fi
6523 RANLIB=$ac_cv_prog_RANLIB
6524 if test -n "$RANLIB"; then
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6526 $as_echo "$RANLIB" >&6; }
6527 else
6528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6529 $as_echo "no" >&6; }
6530 fi
6531
6532
6533 fi
6534 if test -z "$ac_cv_prog_RANLIB"; then
6535 ac_ct_RANLIB=$RANLIB
6536 # Extract the first word of "ranlib", so it can be a program name with args.
6537 set dummy ranlib; ac_word=$2
6538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6539 $as_echo_n "checking for $ac_word... " >&6; }
6540 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6541 $as_echo_n "(cached) " >&6
6542 else
6543 if test -n "$ac_ct_RANLIB"; then
6544 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6548 do
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_prog_ac_ct_RANLIB="ranlib"
6554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6555 break 2
6556 fi
6557 done
6558 done
6559 IFS=$as_save_IFS
6560
6561 fi
6562 fi
6563 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6564 if test -n "$ac_ct_RANLIB"; then
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6566 $as_echo "$ac_ct_RANLIB" >&6; }
6567 else
6568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6569 $as_echo "no" >&6; }
6570 fi
6571
6572 if test "x$ac_ct_RANLIB" = x; then
6573 RANLIB=":"
6574 else
6575 case $cross_compiling:$ac_tool_warned in
6576 yes:)
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6578 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6579 ac_tool_warned=yes ;;
6580 esac
6581 RANLIB=$ac_ct_RANLIB
6582 fi
6583 else
6584 RANLIB="$ac_cv_prog_RANLIB"
6585 fi
6586
6587 test -z "$RANLIB" && RANLIB=:
6588
6589
6590
6591
6592
6593
6594 # Determine commands to create old-style static archives.
6595 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6596 old_postinstall_cmds='chmod 644 $oldlib'
6597 old_postuninstall_cmds=
6598
6599 if test -n "$RANLIB"; then
6600 case $host_os in
6601 openbsd*)
6602 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6603 ;;
6604 *)
6605 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6606 ;;
6607 esac
6608 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6609 fi
6610
6611 case $host_os in
6612 darwin*)
6613 lock_old_archive_extraction=yes ;;
6614 *)
6615 lock_old_archive_extraction=no ;;
6616 esac
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636
6637
6638
6639
6640
6641
6642
6643
6644
6645
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655
6656 # If no C compiler was specified, use CC.
6657 LTCC=${LTCC-"$CC"}
6658
6659 # If no C compiler flags were specified, use CFLAGS.
6660 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6661
6662 # Allow CC to be a program name with arguments.
6663 compiler=$CC
6664
6665
6666 # Check for command to grab the raw symbol name followed by C symbol from nm.
6667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6668 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6669 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6670 $as_echo_n "(cached) " >&6
6671 else
6672
6673 # These are sane defaults that work on at least a few old systems.
6674 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6675
6676 # Character class describing NM global symbol codes.
6677 symcode='[BCDEGRST]'
6678
6679 # Regexp to match symbols that can be accessed directly from C.
6680 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6681
6682 # Define system-specific variables.
6683 case $host_os in
6684 aix*)
6685 symcode='[BCDT]'
6686 ;;
6687 cygwin* | mingw* | pw32* | cegcc*)
6688 symcode='[ABCDGISTW]'
6689 ;;
6690 hpux*)
6691 if test "$host_cpu" = ia64; then
6692 symcode='[ABCDEGRST]'
6693 fi
6694 ;;
6695 irix* | nonstopux*)
6696 symcode='[BCDEGRST]'
6697 ;;
6698 osf*)
6699 symcode='[BCDEGQRST]'
6700 ;;
6701 solaris*)
6702 symcode='[BDRT]'
6703 ;;
6704 sco3.2v5*)
6705 symcode='[DT]'
6706 ;;
6707 sysv4.2uw2*)
6708 symcode='[DT]'
6709 ;;
6710 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6711 symcode='[ABDT]'
6712 ;;
6713 sysv4)
6714 symcode='[DFNSTU]'
6715 ;;
6716 esac
6717
6718 # If we're using GNU nm, then use its standard symbol codes.
6719 case `$NM -V 2>&1` in
6720 *GNU* | *'with BFD'*)
6721 symcode='[ABCDGIRSTW]' ;;
6722 esac
6723
6724 # Transform an extracted symbol line into a proper C declaration.
6725 # Some systems (esp. on ia64) link data and code symbols differently,
6726 # so use this general approach.
6727 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6728
6729 # Transform an extracted symbol line into symbol name and symbol address
6730 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6731 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'"
6732
6733 # Handle CRLF in mingw tool chain
6734 opt_cr=
6735 case $build_os in
6736 mingw*)
6737 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6738 ;;
6739 esac
6740
6741 # Try without a prefix underscore, then with it.
6742 for ac_symprfx in "" "_"; do
6743
6744 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6745 symxfrm="\\1 $ac_symprfx\\2 \\2"
6746
6747 # Write the raw and C identifiers.
6748 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6749 # Fake it for dumpbin and say T for any non-static function
6750 # and D for any global variable.
6751 # Also find C++ and __fastcall symbols from MSVC++,
6752 # which start with @ or ?.
6753 lt_cv_sys_global_symbol_pipe="$AWK '"\
6754 " {last_section=section; section=\$ 3};"\
6755 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6756 " \$ 0!~/External *\|/{next};"\
6757 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6758 " {if(hide[section]) next};"\
6759 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6760 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6761 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6762 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6763 " ' prfx=^$ac_symprfx"
6764 else
6765 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6766 fi
6767
6768 # Check to see that the pipe works correctly.
6769 pipe_works=no
6770
6771 rm -f conftest*
6772 cat > conftest.$ac_ext <<_LT_EOF
6773 #ifdef __cplusplus
6774 extern "C" {
6775 #endif
6776 char nm_test_var;
6777 void nm_test_func(void);
6778 void nm_test_func(void){}
6779 #ifdef __cplusplus
6780 }
6781 #endif
6782 int main(){nm_test_var='a';nm_test_func();return(0);}
6783 _LT_EOF
6784
6785 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6786 (eval $ac_compile) 2>&5
6787 ac_status=$?
6788 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6789 test $ac_status = 0; }; then
6790 # Now try to grab the symbols.
6791 nlist=conftest.nm
6792 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6793 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6794 ac_status=$?
6795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6796 test $ac_status = 0; } && test -s "$nlist"; then
6797 # Try sorting and uniquifying the output.
6798 if sort "$nlist" | uniq > "$nlist"T; then
6799 mv -f "$nlist"T "$nlist"
6800 else
6801 rm -f "$nlist"T
6802 fi
6803
6804 # Make sure that we snagged all the symbols we need.
6805 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6806 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6807 cat <<_LT_EOF > conftest.$ac_ext
6808 #ifdef __cplusplus
6809 extern "C" {
6810 #endif
6811
6812 _LT_EOF
6813 # Now generate the symbol file.
6814 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6815
6816 cat <<_LT_EOF >> conftest.$ac_ext
6817
6818 /* The mapping between symbol names and symbols. */
6819 const struct {
6820 const char *name;
6821 void *address;
6822 }
6823 lt__PROGRAM__LTX_preloaded_symbols[] =
6824 {
6825 { "@PROGRAM@", (void *) 0 },
6826 _LT_EOF
6827 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6828 cat <<\_LT_EOF >> conftest.$ac_ext
6829 {0, (void *) 0}
6830 };
6831
6832 /* This works around a problem in FreeBSD linker */
6833 #ifdef FREEBSD_WORKAROUND
6834 static const void *lt_preloaded_setup() {
6835 return lt__PROGRAM__LTX_preloaded_symbols;
6836 }
6837 #endif
6838
6839 #ifdef __cplusplus
6840 }
6841 #endif
6842 _LT_EOF
6843 # Now try linking the two files.
6844 mv conftest.$ac_objext conftstm.$ac_objext
6845 lt_save_LIBS="$LIBS"
6846 lt_save_CFLAGS="$CFLAGS"
6847 LIBS="conftstm.$ac_objext"
6848 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6849 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6850 (eval $ac_link) 2>&5
6851 ac_status=$?
6852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6853 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6854 pipe_works=yes
6855 fi
6856 LIBS="$lt_save_LIBS"
6857 CFLAGS="$lt_save_CFLAGS"
6858 else
6859 echo "cannot find nm_test_func in $nlist" >&5
6860 fi
6861 else
6862 echo "cannot find nm_test_var in $nlist" >&5
6863 fi
6864 else
6865 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6866 fi
6867 else
6868 echo "$progname: failed program was:" >&5
6869 cat conftest.$ac_ext >&5
6870 fi
6871 rm -rf conftest* conftst*
6872
6873 # Do not use the global_symbol_pipe unless it works.
6874 if test "$pipe_works" = yes; then
6875 break
6876 else
6877 lt_cv_sys_global_symbol_pipe=
6878 fi
6879 done
6880
6881 fi
6882
6883 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6884 lt_cv_sys_global_symbol_to_cdecl=
6885 fi
6886 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6888 $as_echo "failed" >&6; }
6889 else
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6891 $as_echo "ok" >&6; }
6892 fi
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912
6913
6914
6915 # Check whether --enable-libtool-lock was given.
6916 if test "${enable_libtool_lock+set}" = set; then :
6917 enableval=$enable_libtool_lock;
6918 fi
6919
6920 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6921
6922 # Some flags need to be propagated to the compiler or linker for good
6923 # libtool support.
6924 case $host in
6925 ia64-*-hpux*)
6926 # Find out which ABI we are using.
6927 echo 'int i;' > conftest.$ac_ext
6928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6929 (eval $ac_compile) 2>&5
6930 ac_status=$?
6931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6932 test $ac_status = 0; }; then
6933 case `/usr/bin/file conftest.$ac_objext` in
6934 *ELF-32*)
6935 HPUX_IA64_MODE="32"
6936 ;;
6937 *ELF-64*)
6938 HPUX_IA64_MODE="64"
6939 ;;
6940 esac
6941 fi
6942 rm -rf conftest*
6943 ;;
6944 *-*-irix6*)
6945 # Find out which ABI we are using.
6946 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6947 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6948 (eval $ac_compile) 2>&5
6949 ac_status=$?
6950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6951 test $ac_status = 0; }; then
6952 if test "$lt_cv_prog_gnu_ld" = yes; then
6953 case `/usr/bin/file conftest.$ac_objext` in
6954 *32-bit*)
6955 LD="${LD-ld} -melf32bsmip"
6956 ;;
6957 *N32*)
6958 LD="${LD-ld} -melf32bmipn32"
6959 ;;
6960 *64-bit*)
6961 LD="${LD-ld} -melf64bmip"
6962 ;;
6963 esac
6964 else
6965 case `/usr/bin/file conftest.$ac_objext` in
6966 *32-bit*)
6967 LD="${LD-ld} -32"
6968 ;;
6969 *N32*)
6970 LD="${LD-ld} -n32"
6971 ;;
6972 *64-bit*)
6973 LD="${LD-ld} -64"
6974 ;;
6975 esac
6976 fi
6977 fi
6978 rm -rf conftest*
6979 ;;
6980
6981 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6982 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6983 # Find out which ABI we are using.
6984 echo 'int i;' > conftest.$ac_ext
6985 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6986 (eval $ac_compile) 2>&5
6987 ac_status=$?
6988 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6989 test $ac_status = 0; }; then
6990 case `/usr/bin/file conftest.o` in
6991 *32-bit*)
6992 case $host in
6993 x86_64-*kfreebsd*-gnu)
6994 LD="${LD-ld} -m elf_i386_fbsd"
6995 ;;
6996 x86_64-*linux*)
6997 case `/usr/bin/file conftest.o` in
6998 *x86-64*)
6999 LD="${LD-ld} -m elf32_x86_64"
7000 ;;
7001 *)
7002 LD="${LD-ld} -m elf_i386"
7003 ;;
7004 esac
7005 ;;
7006 powerpc64le-*linux*)
7007 LD="${LD-ld} -m elf32lppclinux"
7008 ;;
7009 powerpc64-*linux*)
7010 LD="${LD-ld} -m elf32ppclinux"
7011 ;;
7012 s390x-*linux*)
7013 LD="${LD-ld} -m elf_s390"
7014 ;;
7015 sparc64-*linux*)
7016 LD="${LD-ld} -m elf32_sparc"
7017 ;;
7018 esac
7019 ;;
7020 *64-bit*)
7021 case $host in
7022 x86_64-*kfreebsd*-gnu)
7023 LD="${LD-ld} -m elf_x86_64_fbsd"
7024 ;;
7025 x86_64-*linux*)
7026 LD="${LD-ld} -m elf_x86_64"
7027 ;;
7028 powerpcle-*linux*)
7029 LD="${LD-ld} -m elf64lppc"
7030 ;;
7031 powerpc-*linux*)
7032 LD="${LD-ld} -m elf64ppc"
7033 ;;
7034 s390*-*linux*|s390*-*tpf*)
7035 LD="${LD-ld} -m elf64_s390"
7036 ;;
7037 sparc*-*linux*)
7038 LD="${LD-ld} -m elf64_sparc"
7039 ;;
7040 esac
7041 ;;
7042 esac
7043 fi
7044 rm -rf conftest*
7045 ;;
7046
7047 *-*-sco3.2v5*)
7048 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7049 SAVE_CFLAGS="$CFLAGS"
7050 CFLAGS="$CFLAGS -belf"
7051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7052 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7053 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7054 $as_echo_n "(cached) " >&6
7055 else
7056 ac_ext=c
7057 ac_cpp='$CPP $CPPFLAGS'
7058 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7059 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7060 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7061
7062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7063 /* end confdefs.h. */
7064
7065 int
7066 main ()
7067 {
7068
7069 ;
7070 return 0;
7071 }
7072 _ACEOF
7073 if ac_fn_c_try_link "$LINENO"; then :
7074 lt_cv_cc_needs_belf=yes
7075 else
7076 lt_cv_cc_needs_belf=no
7077 fi
7078 rm -f core conftest.err conftest.$ac_objext \
7079 conftest$ac_exeext conftest.$ac_ext
7080 ac_ext=c
7081 ac_cpp='$CPP $CPPFLAGS'
7082 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7083 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7084 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7085
7086 fi
7087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7088 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7089 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7090 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7091 CFLAGS="$SAVE_CFLAGS"
7092 fi
7093 ;;
7094 sparc*-*solaris*)
7095 # Find out which ABI we are using.
7096 echo 'int i;' > conftest.$ac_ext
7097 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7098 (eval $ac_compile) 2>&5
7099 ac_status=$?
7100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7101 test $ac_status = 0; }; then
7102 case `/usr/bin/file conftest.o` in
7103 *64-bit*)
7104 case $lt_cv_prog_gnu_ld in
7105 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7106 *)
7107 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7108 LD="${LD-ld} -64"
7109 fi
7110 ;;
7111 esac
7112 ;;
7113 esac
7114 fi
7115 rm -rf conftest*
7116 ;;
7117 esac
7118
7119 need_locks="$enable_libtool_lock"
7120
7121
7122 case $host_os in
7123 rhapsody* | darwin*)
7124 if test -n "$ac_tool_prefix"; then
7125 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7126 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7128 $as_echo_n "checking for $ac_word... " >&6; }
7129 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7130 $as_echo_n "(cached) " >&6
7131 else
7132 if test -n "$DSYMUTIL"; then
7133 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7134 else
7135 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7136 for as_dir in $PATH
7137 do
7138 IFS=$as_save_IFS
7139 test -z "$as_dir" && as_dir=.
7140 for ac_exec_ext in '' $ac_executable_extensions; do
7141 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7142 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7143 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7144 break 2
7145 fi
7146 done
7147 done
7148 IFS=$as_save_IFS
7149
7150 fi
7151 fi
7152 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7153 if test -n "$DSYMUTIL"; then
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7155 $as_echo "$DSYMUTIL" >&6; }
7156 else
7157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7158 $as_echo "no" >&6; }
7159 fi
7160
7161
7162 fi
7163 if test -z "$ac_cv_prog_DSYMUTIL"; then
7164 ac_ct_DSYMUTIL=$DSYMUTIL
7165 # Extract the first word of "dsymutil", so it can be a program name with args.
7166 set dummy dsymutil; ac_word=$2
7167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7168 $as_echo_n "checking for $ac_word... " >&6; }
7169 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7170 $as_echo_n "(cached) " >&6
7171 else
7172 if test -n "$ac_ct_DSYMUTIL"; then
7173 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7174 else
7175 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7176 for as_dir in $PATH
7177 do
7178 IFS=$as_save_IFS
7179 test -z "$as_dir" && as_dir=.
7180 for ac_exec_ext in '' $ac_executable_extensions; do
7181 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7182 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7183 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7184 break 2
7185 fi
7186 done
7187 done
7188 IFS=$as_save_IFS
7189
7190 fi
7191 fi
7192 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7193 if test -n "$ac_ct_DSYMUTIL"; then
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7195 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7196 else
7197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7198 $as_echo "no" >&6; }
7199 fi
7200
7201 if test "x$ac_ct_DSYMUTIL" = x; then
7202 DSYMUTIL=":"
7203 else
7204 case $cross_compiling:$ac_tool_warned in
7205 yes:)
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7207 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7208 ac_tool_warned=yes ;;
7209 esac
7210 DSYMUTIL=$ac_ct_DSYMUTIL
7211 fi
7212 else
7213 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7214 fi
7215
7216 if test -n "$ac_tool_prefix"; then
7217 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7218 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7220 $as_echo_n "checking for $ac_word... " >&6; }
7221 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7222 $as_echo_n "(cached) " >&6
7223 else
7224 if test -n "$NMEDIT"; then
7225 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7226 else
7227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7228 for as_dir in $PATH
7229 do
7230 IFS=$as_save_IFS
7231 test -z "$as_dir" && as_dir=.
7232 for ac_exec_ext in '' $ac_executable_extensions; do
7233 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7234 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7235 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7236 break 2
7237 fi
7238 done
7239 done
7240 IFS=$as_save_IFS
7241
7242 fi
7243 fi
7244 NMEDIT=$ac_cv_prog_NMEDIT
7245 if test -n "$NMEDIT"; then
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7247 $as_echo "$NMEDIT" >&6; }
7248 else
7249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7250 $as_echo "no" >&6; }
7251 fi
7252
7253
7254 fi
7255 if test -z "$ac_cv_prog_NMEDIT"; then
7256 ac_ct_NMEDIT=$NMEDIT
7257 # Extract the first word of "nmedit", so it can be a program name with args.
7258 set dummy nmedit; ac_word=$2
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7260 $as_echo_n "checking for $ac_word... " >&6; }
7261 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7262 $as_echo_n "(cached) " >&6
7263 else
7264 if test -n "$ac_ct_NMEDIT"; then
7265 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7266 else
7267 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7268 for as_dir in $PATH
7269 do
7270 IFS=$as_save_IFS
7271 test -z "$as_dir" && as_dir=.
7272 for ac_exec_ext in '' $ac_executable_extensions; do
7273 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7274 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7275 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7276 break 2
7277 fi
7278 done
7279 done
7280 IFS=$as_save_IFS
7281
7282 fi
7283 fi
7284 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7285 if test -n "$ac_ct_NMEDIT"; then
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7287 $as_echo "$ac_ct_NMEDIT" >&6; }
7288 else
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7290 $as_echo "no" >&6; }
7291 fi
7292
7293 if test "x$ac_ct_NMEDIT" = x; then
7294 NMEDIT=":"
7295 else
7296 case $cross_compiling:$ac_tool_warned in
7297 yes:)
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7299 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7300 ac_tool_warned=yes ;;
7301 esac
7302 NMEDIT=$ac_ct_NMEDIT
7303 fi
7304 else
7305 NMEDIT="$ac_cv_prog_NMEDIT"
7306 fi
7307
7308 if test -n "$ac_tool_prefix"; then
7309 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7310 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7312 $as_echo_n "checking for $ac_word... " >&6; }
7313 if test "${ac_cv_prog_LIPO+set}" = set; then :
7314 $as_echo_n "(cached) " >&6
7315 else
7316 if test -n "$LIPO"; then
7317 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7318 else
7319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7320 for as_dir in $PATH
7321 do
7322 IFS=$as_save_IFS
7323 test -z "$as_dir" && as_dir=.
7324 for ac_exec_ext in '' $ac_executable_extensions; do
7325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7326 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7328 break 2
7329 fi
7330 done
7331 done
7332 IFS=$as_save_IFS
7333
7334 fi
7335 fi
7336 LIPO=$ac_cv_prog_LIPO
7337 if test -n "$LIPO"; then
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7339 $as_echo "$LIPO" >&6; }
7340 else
7341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7342 $as_echo "no" >&6; }
7343 fi
7344
7345
7346 fi
7347 if test -z "$ac_cv_prog_LIPO"; then
7348 ac_ct_LIPO=$LIPO
7349 # Extract the first word of "lipo", so it can be a program name with args.
7350 set dummy lipo; ac_word=$2
7351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7352 $as_echo_n "checking for $ac_word... " >&6; }
7353 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7354 $as_echo_n "(cached) " >&6
7355 else
7356 if test -n "$ac_ct_LIPO"; then
7357 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7358 else
7359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7360 for as_dir in $PATH
7361 do
7362 IFS=$as_save_IFS
7363 test -z "$as_dir" && as_dir=.
7364 for ac_exec_ext in '' $ac_executable_extensions; do
7365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7366 ac_cv_prog_ac_ct_LIPO="lipo"
7367 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7368 break 2
7369 fi
7370 done
7371 done
7372 IFS=$as_save_IFS
7373
7374 fi
7375 fi
7376 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7377 if test -n "$ac_ct_LIPO"; then
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7379 $as_echo "$ac_ct_LIPO" >&6; }
7380 else
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7382 $as_echo "no" >&6; }
7383 fi
7384
7385 if test "x$ac_ct_LIPO" = x; then
7386 LIPO=":"
7387 else
7388 case $cross_compiling:$ac_tool_warned in
7389 yes:)
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7391 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7392 ac_tool_warned=yes ;;
7393 esac
7394 LIPO=$ac_ct_LIPO
7395 fi
7396 else
7397 LIPO="$ac_cv_prog_LIPO"
7398 fi
7399
7400 if test -n "$ac_tool_prefix"; then
7401 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7402 set dummy ${ac_tool_prefix}otool; ac_word=$2
7403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7404 $as_echo_n "checking for $ac_word... " >&6; }
7405 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7406 $as_echo_n "(cached) " >&6
7407 else
7408 if test -n "$OTOOL"; then
7409 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7410 else
7411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7412 for as_dir in $PATH
7413 do
7414 IFS=$as_save_IFS
7415 test -z "$as_dir" && as_dir=.
7416 for ac_exec_ext in '' $ac_executable_extensions; do
7417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7418 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7419 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7420 break 2
7421 fi
7422 done
7423 done
7424 IFS=$as_save_IFS
7425
7426 fi
7427 fi
7428 OTOOL=$ac_cv_prog_OTOOL
7429 if test -n "$OTOOL"; then
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7431 $as_echo "$OTOOL" >&6; }
7432 else
7433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7434 $as_echo "no" >&6; }
7435 fi
7436
7437
7438 fi
7439 if test -z "$ac_cv_prog_OTOOL"; then
7440 ac_ct_OTOOL=$OTOOL
7441 # Extract the first word of "otool", so it can be a program name with args.
7442 set dummy otool; ac_word=$2
7443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7444 $as_echo_n "checking for $ac_word... " >&6; }
7445 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7446 $as_echo_n "(cached) " >&6
7447 else
7448 if test -n "$ac_ct_OTOOL"; then
7449 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7450 else
7451 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7452 for as_dir in $PATH
7453 do
7454 IFS=$as_save_IFS
7455 test -z "$as_dir" && as_dir=.
7456 for ac_exec_ext in '' $ac_executable_extensions; do
7457 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7458 ac_cv_prog_ac_ct_OTOOL="otool"
7459 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7460 break 2
7461 fi
7462 done
7463 done
7464 IFS=$as_save_IFS
7465
7466 fi
7467 fi
7468 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7469 if test -n "$ac_ct_OTOOL"; then
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7471 $as_echo "$ac_ct_OTOOL" >&6; }
7472 else
7473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7474 $as_echo "no" >&6; }
7475 fi
7476
7477 if test "x$ac_ct_OTOOL" = x; then
7478 OTOOL=":"
7479 else
7480 case $cross_compiling:$ac_tool_warned in
7481 yes:)
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7484 ac_tool_warned=yes ;;
7485 esac
7486 OTOOL=$ac_ct_OTOOL
7487 fi
7488 else
7489 OTOOL="$ac_cv_prog_OTOOL"
7490 fi
7491
7492 if test -n "$ac_tool_prefix"; then
7493 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7494 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7496 $as_echo_n "checking for $ac_word... " >&6; }
7497 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7498 $as_echo_n "(cached) " >&6
7499 else
7500 if test -n "$OTOOL64"; then
7501 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7502 else
7503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7504 for as_dir in $PATH
7505 do
7506 IFS=$as_save_IFS
7507 test -z "$as_dir" && as_dir=.
7508 for ac_exec_ext in '' $ac_executable_extensions; do
7509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7510 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7512 break 2
7513 fi
7514 done
7515 done
7516 IFS=$as_save_IFS
7517
7518 fi
7519 fi
7520 OTOOL64=$ac_cv_prog_OTOOL64
7521 if test -n "$OTOOL64"; then
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7523 $as_echo "$OTOOL64" >&6; }
7524 else
7525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7526 $as_echo "no" >&6; }
7527 fi
7528
7529
7530 fi
7531 if test -z "$ac_cv_prog_OTOOL64"; then
7532 ac_ct_OTOOL64=$OTOOL64
7533 # Extract the first word of "otool64", so it can be a program name with args.
7534 set dummy otool64; ac_word=$2
7535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7536 $as_echo_n "checking for $ac_word... " >&6; }
7537 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7538 $as_echo_n "(cached) " >&6
7539 else
7540 if test -n "$ac_ct_OTOOL64"; then
7541 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7542 else
7543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7544 for as_dir in $PATH
7545 do
7546 IFS=$as_save_IFS
7547 test -z "$as_dir" && as_dir=.
7548 for ac_exec_ext in '' $ac_executable_extensions; do
7549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7550 ac_cv_prog_ac_ct_OTOOL64="otool64"
7551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7552 break 2
7553 fi
7554 done
7555 done
7556 IFS=$as_save_IFS
7557
7558 fi
7559 fi
7560 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7561 if test -n "$ac_ct_OTOOL64"; then
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7563 $as_echo "$ac_ct_OTOOL64" >&6; }
7564 else
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7566 $as_echo "no" >&6; }
7567 fi
7568
7569 if test "x$ac_ct_OTOOL64" = x; then
7570 OTOOL64=":"
7571 else
7572 case $cross_compiling:$ac_tool_warned in
7573 yes:)
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7576 ac_tool_warned=yes ;;
7577 esac
7578 OTOOL64=$ac_ct_OTOOL64
7579 fi
7580 else
7581 OTOOL64="$ac_cv_prog_OTOOL64"
7582 fi
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592
7593
7594
7595
7596
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7611 $as_echo_n "checking for -single_module linker flag... " >&6; }
7612 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
7614 else
7615 lt_cv_apple_cc_single_mod=no
7616 if test -z "${LT_MULTI_MODULE}"; then
7617 # By default we will add the -single_module flag. You can override
7618 # by either setting the environment variable LT_MULTI_MODULE
7619 # non-empty at configure time, or by adding -multi_module to the
7620 # link flags.
7621 rm -rf libconftest.dylib*
7622 echo "int foo(void){return 1;}" > conftest.c
7623 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7624 -dynamiclib -Wl,-single_module conftest.c" >&5
7625 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7626 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7627 _lt_result=$?
7628 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7629 lt_cv_apple_cc_single_mod=yes
7630 else
7631 cat conftest.err >&5
7632 fi
7633 rm -rf libconftest.dylib*
7634 rm -f conftest.*
7635 fi
7636 fi
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7638 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7640 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7641 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7642 $as_echo_n "(cached) " >&6
7643 else
7644 lt_cv_ld_exported_symbols_list=no
7645 save_LDFLAGS=$LDFLAGS
7646 echo "_main" > conftest.sym
7647 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7648 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7649 /* end confdefs.h. */
7650
7651 int
7652 main ()
7653 {
7654
7655 ;
7656 return 0;
7657 }
7658 _ACEOF
7659 if ac_fn_c_try_link "$LINENO"; then :
7660 lt_cv_ld_exported_symbols_list=yes
7661 else
7662 lt_cv_ld_exported_symbols_list=no
7663 fi
7664 rm -f core conftest.err conftest.$ac_objext \
7665 conftest$ac_exeext conftest.$ac_ext
7666 LDFLAGS="$save_LDFLAGS"
7667
7668 fi
7669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7670 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7672 $as_echo_n "checking for -force_load linker flag... " >&6; }
7673 if test "${lt_cv_ld_force_load+set}" = set; then :
7674 $as_echo_n "(cached) " >&6
7675 else
7676 lt_cv_ld_force_load=no
7677 cat > conftest.c << _LT_EOF
7678 int forced_loaded() { return 2;}
7679 _LT_EOF
7680 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7681 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7682 echo "$AR cru libconftest.a conftest.o" >&5
7683 $AR cru libconftest.a conftest.o 2>&5
7684 cat > conftest.c << _LT_EOF
7685 int main() { return 0;}
7686 _LT_EOF
7687 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7688 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7689 _lt_result=$?
7690 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7691 lt_cv_ld_force_load=yes
7692 else
7693 cat conftest.err >&5
7694 fi
7695 rm -f conftest.err libconftest.a conftest conftest.c
7696 rm -rf conftest.dSYM
7697
7698 fi
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7700 $as_echo "$lt_cv_ld_force_load" >&6; }
7701 case $host_os in
7702 rhapsody* | darwin1.[012])
7703 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7704 darwin1.*)
7705 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7706 darwin*) # darwin 5.x on
7707 # if running on 10.5 or later, the deployment target defaults
7708 # to the OS version, if on x86, and 10.4, the deployment
7709 # target defaults to 10.4. Don't you love it?
7710 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7711 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7712 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7713 10.[012][,.]*)
7714 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7715 10.*)
7716 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7717 esac
7718 ;;
7719 esac
7720 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7721 _lt_dar_single_mod='$single_module'
7722 fi
7723 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7724 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7725 else
7726 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7727 fi
7728 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7729 _lt_dsymutil='~$DSYMUTIL $lib || :'
7730 else
7731 _lt_dsymutil=
7732 fi
7733 ;;
7734 esac
7735
7736 for ac_header in dlfcn.h
7737 do :
7738 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7739 "
7740 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7741 cat >>confdefs.h <<_ACEOF
7742 #define HAVE_DLFCN_H 1
7743 _ACEOF
7744
7745 fi
7746
7747 done
7748
7749
7750
7751
7752
7753 # Set options
7754
7755
7756
7757 enable_dlopen=no
7758
7759
7760 enable_win32_dll=no
7761
7762
7763 # Check whether --enable-shared was given.
7764 if test "${enable_shared+set}" = set; then :
7765 enableval=$enable_shared; p=${PACKAGE-default}
7766 case $enableval in
7767 yes) enable_shared=yes ;;
7768 no) enable_shared=no ;;
7769 *)
7770 enable_shared=no
7771 # Look at the argument we got. We use all the common list separators.
7772 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7773 for pkg in $enableval; do
7774 IFS="$lt_save_ifs"
7775 if test "X$pkg" = "X$p"; then
7776 enable_shared=yes
7777 fi
7778 done
7779 IFS="$lt_save_ifs"
7780 ;;
7781 esac
7782 else
7783 enable_shared=yes
7784 fi
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794 # Check whether --enable-static was given.
7795 if test "${enable_static+set}" = set; then :
7796 enableval=$enable_static; p=${PACKAGE-default}
7797 case $enableval in
7798 yes) enable_static=yes ;;
7799 no) enable_static=no ;;
7800 *)
7801 enable_static=no
7802 # Look at the argument we got. We use all the common list separators.
7803 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7804 for pkg in $enableval; do
7805 IFS="$lt_save_ifs"
7806 if test "X$pkg" = "X$p"; then
7807 enable_static=yes
7808 fi
7809 done
7810 IFS="$lt_save_ifs"
7811 ;;
7812 esac
7813 else
7814 enable_static=yes
7815 fi
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826 # Check whether --with-pic was given.
7827 if test "${with_pic+set}" = set; then :
7828 withval=$with_pic; pic_mode="$withval"
7829 else
7830 pic_mode=default
7831 fi
7832
7833
7834 test -z "$pic_mode" && pic_mode=default
7835
7836
7837
7838
7839
7840
7841
7842 # Check whether --enable-fast-install was given.
7843 if test "${enable_fast_install+set}" = set; then :
7844 enableval=$enable_fast_install; p=${PACKAGE-default}
7845 case $enableval in
7846 yes) enable_fast_install=yes ;;
7847 no) enable_fast_install=no ;;
7848 *)
7849 enable_fast_install=no
7850 # Look at the argument we got. We use all the common list separators.
7851 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7852 for pkg in $enableval; do
7853 IFS="$lt_save_ifs"
7854 if test "X$pkg" = "X$p"; then
7855 enable_fast_install=yes
7856 fi
7857 done
7858 IFS="$lt_save_ifs"
7859 ;;
7860 esac
7861 else
7862 enable_fast_install=yes
7863 fi
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875 # This can be used to rebuild libtool when needed
7876 LIBTOOL_DEPS="$ltmain"
7877
7878 # Always use our own libtool.
7879 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906 test -z "$LN_S" && LN_S="ln -s"
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921 if test -n "${ZSH_VERSION+set}" ; then
7922 setopt NO_GLOB_SUBST
7923 fi
7924
7925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7926 $as_echo_n "checking for objdir... " >&6; }
7927 if test "${lt_cv_objdir+set}" = set; then :
7928 $as_echo_n "(cached) " >&6
7929 else
7930 rm -f .libs 2>/dev/null
7931 mkdir .libs 2>/dev/null
7932 if test -d .libs; then
7933 lt_cv_objdir=.libs
7934 else
7935 # MS-DOS does not allow filenames that begin with a dot.
7936 lt_cv_objdir=_libs
7937 fi
7938 rmdir .libs 2>/dev/null
7939 fi
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7941 $as_echo "$lt_cv_objdir" >&6; }
7942 objdir=$lt_cv_objdir
7943
7944
7945
7946
7947
7948 cat >>confdefs.h <<_ACEOF
7949 #define LT_OBJDIR "$lt_cv_objdir/"
7950 _ACEOF
7951
7952
7953
7954
7955 case $host_os in
7956 aix3*)
7957 # AIX sometimes has problems with the GCC collect2 program. For some
7958 # reason, if we set the COLLECT_NAMES environment variable, the problems
7959 # vanish in a puff of smoke.
7960 if test "X${COLLECT_NAMES+set}" != Xset; then
7961 COLLECT_NAMES=
7962 export COLLECT_NAMES
7963 fi
7964 ;;
7965 esac
7966
7967 # Global variables:
7968 ofile=libtool
7969 can_build_shared=yes
7970
7971 # All known linkers require a `.a' archive for static linking (except MSVC,
7972 # which needs '.lib').
7973 libext=a
7974
7975 with_gnu_ld="$lt_cv_prog_gnu_ld"
7976
7977 old_CC="$CC"
7978 old_CFLAGS="$CFLAGS"
7979
7980 # Set sane defaults for various variables
7981 test -z "$CC" && CC=cc
7982 test -z "$LTCC" && LTCC=$CC
7983 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7984 test -z "$LD" && LD=ld
7985 test -z "$ac_objext" && ac_objext=o
7986
7987 for cc_temp in $compiler""; do
7988 case $cc_temp in
7989 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7990 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7991 \-*) ;;
7992 *) break;;
7993 esac
7994 done
7995 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7996
7997
7998 # Only perform the check for file, if the check method requires it
7999 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8000 case $deplibs_check_method in
8001 file_magic*)
8002 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8004 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8005 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8006 $as_echo_n "(cached) " >&6
8007 else
8008 case $MAGIC_CMD in
8009 [\\/*] | ?:[\\/]*)
8010 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8011 ;;
8012 *)
8013 lt_save_MAGIC_CMD="$MAGIC_CMD"
8014 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8015 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8016 for ac_dir in $ac_dummy; do
8017 IFS="$lt_save_ifs"
8018 test -z "$ac_dir" && ac_dir=.
8019 if test -f $ac_dir/${ac_tool_prefix}file; then
8020 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8021 if test -n "$file_magic_test_file"; then
8022 case $deplibs_check_method in
8023 "file_magic "*)
8024 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8025 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8026 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8027 $EGREP "$file_magic_regex" > /dev/null; then
8028 :
8029 else
8030 cat <<_LT_EOF 1>&2
8031
8032 *** Warning: the command libtool uses to detect shared libraries,
8033 *** $file_magic_cmd, produces output that libtool cannot recognize.
8034 *** The result is that libtool may fail to recognize shared libraries
8035 *** as such. This will affect the creation of libtool libraries that
8036 *** depend on shared libraries, but programs linked with such libtool
8037 *** libraries will work regardless of this problem. Nevertheless, you
8038 *** may want to report the problem to your system manager and/or to
8039 *** bug-libtool@gnu.org
8040
8041 _LT_EOF
8042 fi ;;
8043 esac
8044 fi
8045 break
8046 fi
8047 done
8048 IFS="$lt_save_ifs"
8049 MAGIC_CMD="$lt_save_MAGIC_CMD"
8050 ;;
8051 esac
8052 fi
8053
8054 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8055 if test -n "$MAGIC_CMD"; then
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8057 $as_echo "$MAGIC_CMD" >&6; }
8058 else
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8060 $as_echo "no" >&6; }
8061 fi
8062
8063
8064
8065
8066
8067 if test -z "$lt_cv_path_MAGIC_CMD"; then
8068 if test -n "$ac_tool_prefix"; then
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8070 $as_echo_n "checking for file... " >&6; }
8071 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8072 $as_echo_n "(cached) " >&6
8073 else
8074 case $MAGIC_CMD in
8075 [\\/*] | ?:[\\/]*)
8076 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8077 ;;
8078 *)
8079 lt_save_MAGIC_CMD="$MAGIC_CMD"
8080 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8081 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8082 for ac_dir in $ac_dummy; do
8083 IFS="$lt_save_ifs"
8084 test -z "$ac_dir" && ac_dir=.
8085 if test -f $ac_dir/file; then
8086 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8087 if test -n "$file_magic_test_file"; then
8088 case $deplibs_check_method in
8089 "file_magic "*)
8090 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8091 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8092 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8093 $EGREP "$file_magic_regex" > /dev/null; then
8094 :
8095 else
8096 cat <<_LT_EOF 1>&2
8097
8098 *** Warning: the command libtool uses to detect shared libraries,
8099 *** $file_magic_cmd, produces output that libtool cannot recognize.
8100 *** The result is that libtool may fail to recognize shared libraries
8101 *** as such. This will affect the creation of libtool libraries that
8102 *** depend on shared libraries, but programs linked with such libtool
8103 *** libraries will work regardless of this problem. Nevertheless, you
8104 *** may want to report the problem to your system manager and/or to
8105 *** bug-libtool@gnu.org
8106
8107 _LT_EOF
8108 fi ;;
8109 esac
8110 fi
8111 break
8112 fi
8113 done
8114 IFS="$lt_save_ifs"
8115 MAGIC_CMD="$lt_save_MAGIC_CMD"
8116 ;;
8117 esac
8118 fi
8119
8120 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8121 if test -n "$MAGIC_CMD"; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8123 $as_echo "$MAGIC_CMD" >&6; }
8124 else
8125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8126 $as_echo "no" >&6; }
8127 fi
8128
8129
8130 else
8131 MAGIC_CMD=:
8132 fi
8133 fi
8134
8135 fi
8136 ;;
8137 esac
8138
8139 # Use C for the default configuration in the libtool script
8140
8141 lt_save_CC="$CC"
8142 ac_ext=c
8143 ac_cpp='$CPP $CPPFLAGS'
8144 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8145 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8146 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8147
8148
8149 # Source file extension for C test sources.
8150 ac_ext=c
8151
8152 # Object file extension for compiled C test sources.
8153 objext=o
8154 objext=$objext
8155
8156 # Code to be used in simple compile tests
8157 lt_simple_compile_test_code="int some_variable = 0;"
8158
8159 # Code to be used in simple link tests
8160 lt_simple_link_test_code='int main(){return(0);}'
8161
8162
8163
8164
8165
8166
8167
8168 # If no C compiler was specified, use CC.
8169 LTCC=${LTCC-"$CC"}
8170
8171 # If no C compiler flags were specified, use CFLAGS.
8172 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8173
8174 # Allow CC to be a program name with arguments.
8175 compiler=$CC
8176
8177 # Save the default compiler, since it gets overwritten when the other
8178 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8179 compiler_DEFAULT=$CC
8180
8181 # save warnings/boilerplate of simple test code
8182 ac_outfile=conftest.$ac_objext
8183 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8184 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8185 _lt_compiler_boilerplate=`cat conftest.err`
8186 $RM conftest*
8187
8188 ac_outfile=conftest.$ac_objext
8189 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8190 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8191 _lt_linker_boilerplate=`cat conftest.err`
8192 $RM -r conftest*
8193
8194
8195 ## CAVEAT EMPTOR:
8196 ## There is no encapsulation within the following macros, do not change
8197 ## the running order or otherwise move them around unless you know exactly
8198 ## what you are doing...
8199 if test -n "$compiler"; then
8200
8201 lt_prog_compiler_no_builtin_flag=
8202
8203 if test "$GCC" = yes; then
8204 case $cc_basename in
8205 nvcc*)
8206 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8207 *)
8208 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8209 esac
8210
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8212 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8213 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8214 $as_echo_n "(cached) " >&6
8215 else
8216 lt_cv_prog_compiler_rtti_exceptions=no
8217 ac_outfile=conftest.$ac_objext
8218 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8219 lt_compiler_flag="-fno-rtti -fno-exceptions"
8220 # Insert the option either (1) after the last *FLAGS variable, or
8221 # (2) before a word containing "conftest.", or (3) at the end.
8222 # Note that $ac_compile itself does not contain backslashes and begins
8223 # with a dollar sign (not a hyphen), so the echo should work correctly.
8224 # The option is referenced via a variable to avoid confusing sed.
8225 lt_compile=`echo "$ac_compile" | $SED \
8226 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8227 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8228 -e 's:$: $lt_compiler_flag:'`
8229 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8230 (eval "$lt_compile" 2>conftest.err)
8231 ac_status=$?
8232 cat conftest.err >&5
8233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8234 if (exit $ac_status) && test -s "$ac_outfile"; then
8235 # The compiler can only warn and ignore the option if not recognized
8236 # So say no if there are warnings other than the usual output.
8237 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8238 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8239 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8240 lt_cv_prog_compiler_rtti_exceptions=yes
8241 fi
8242 fi
8243 $RM conftest*
8244
8245 fi
8246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8247 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8248
8249 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8250 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8251 else
8252 :
8253 fi
8254
8255 fi
8256
8257
8258
8259
8260
8261
8262 lt_prog_compiler_wl=
8263 lt_prog_compiler_pic=
8264 lt_prog_compiler_static=
8265
8266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8267 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8268
8269 if test "$GCC" = yes; then
8270 lt_prog_compiler_wl='-Wl,'
8271 lt_prog_compiler_static='-static'
8272
8273 case $host_os in
8274 aix*)
8275 # All AIX code is PIC.
8276 if test "$host_cpu" = ia64; then
8277 # AIX 5 now supports IA64 processor
8278 lt_prog_compiler_static='-Bstatic'
8279 fi
8280 lt_prog_compiler_pic='-fPIC'
8281 ;;
8282
8283 amigaos*)
8284 case $host_cpu in
8285 powerpc)
8286 # see comment about AmigaOS4 .so support
8287 lt_prog_compiler_pic='-fPIC'
8288 ;;
8289 m68k)
8290 # FIXME: we need at least 68020 code to build shared libraries, but
8291 # adding the `-m68020' flag to GCC prevents building anything better,
8292 # like `-m68040'.
8293 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8294 ;;
8295 esac
8296 ;;
8297
8298 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8299 # PIC is the default for these OSes.
8300 ;;
8301
8302 mingw* | cygwin* | pw32* | os2* | cegcc*)
8303 # This hack is so that the source file can tell whether it is being
8304 # built for inclusion in a dll (and should export symbols for example).
8305 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8306 # (--disable-auto-import) libraries
8307 lt_prog_compiler_pic='-DDLL_EXPORT'
8308 ;;
8309
8310 darwin* | rhapsody*)
8311 # PIC is the default on this platform
8312 # Common symbols not allowed in MH_DYLIB files
8313 lt_prog_compiler_pic='-fno-common'
8314 ;;
8315
8316 haiku*)
8317 # PIC is the default for Haiku.
8318 # The "-static" flag exists, but is broken.
8319 lt_prog_compiler_static=
8320 ;;
8321
8322 hpux*)
8323 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8324 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8325 # sets the default TLS model and affects inlining.
8326 case $host_cpu in
8327 hppa*64*)
8328 # +Z the default
8329 ;;
8330 *)
8331 lt_prog_compiler_pic='-fPIC'
8332 ;;
8333 esac
8334 ;;
8335
8336 interix[3-9]*)
8337 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8338 # Instead, we relocate shared libraries at runtime.
8339 ;;
8340
8341 msdosdjgpp*)
8342 # Just because we use GCC doesn't mean we suddenly get shared libraries
8343 # on systems that don't support them.
8344 lt_prog_compiler_can_build_shared=no
8345 enable_shared=no
8346 ;;
8347
8348 *nto* | *qnx*)
8349 # QNX uses GNU C++, but need to define -shared option too, otherwise
8350 # it will coredump.
8351 lt_prog_compiler_pic='-fPIC -shared'
8352 ;;
8353
8354 sysv4*MP*)
8355 if test -d /usr/nec; then
8356 lt_prog_compiler_pic=-Kconform_pic
8357 fi
8358 ;;
8359
8360 *)
8361 lt_prog_compiler_pic='-fPIC'
8362 ;;
8363 esac
8364
8365 case $cc_basename in
8366 nvcc*) # Cuda Compiler Driver 2.2
8367 lt_prog_compiler_wl='-Xlinker '
8368 lt_prog_compiler_pic='-Xcompiler -fPIC'
8369 ;;
8370 esac
8371 else
8372 # PORTME Check for flag to pass linker flags through the system compiler.
8373 case $host_os in
8374 aix*)
8375 lt_prog_compiler_wl='-Wl,'
8376 if test "$host_cpu" = ia64; then
8377 # AIX 5 now supports IA64 processor
8378 lt_prog_compiler_static='-Bstatic'
8379 else
8380 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8381 fi
8382 ;;
8383
8384 mingw* | cygwin* | pw32* | os2* | cegcc*)
8385 # This hack is so that the source file can tell whether it is being
8386 # built for inclusion in a dll (and should export symbols for example).
8387 lt_prog_compiler_pic='-DDLL_EXPORT'
8388 ;;
8389
8390 hpux9* | hpux10* | hpux11*)
8391 lt_prog_compiler_wl='-Wl,'
8392 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8393 # not for PA HP-UX.
8394 case $host_cpu in
8395 hppa*64*|ia64*)
8396 # +Z the default
8397 ;;
8398 *)
8399 lt_prog_compiler_pic='+Z'
8400 ;;
8401 esac
8402 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8403 lt_prog_compiler_static='${wl}-a ${wl}archive'
8404 ;;
8405
8406 irix5* | irix6* | nonstopux*)
8407 lt_prog_compiler_wl='-Wl,'
8408 # PIC (with -KPIC) is the default.
8409 lt_prog_compiler_static='-non_shared'
8410 ;;
8411
8412 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8413 case $cc_basename in
8414 # old Intel for x86_64 which still supported -KPIC.
8415 ecc*)
8416 lt_prog_compiler_wl='-Wl,'
8417 lt_prog_compiler_pic='-KPIC'
8418 lt_prog_compiler_static='-static'
8419 ;;
8420 # icc used to be incompatible with GCC.
8421 # ICC 10 doesn't accept -KPIC any more.
8422 icc* | ifort*)
8423 lt_prog_compiler_wl='-Wl,'
8424 lt_prog_compiler_pic='-fPIC'
8425 lt_prog_compiler_static='-static'
8426 ;;
8427 # Lahey Fortran 8.1.
8428 lf95*)
8429 lt_prog_compiler_wl='-Wl,'
8430 lt_prog_compiler_pic='--shared'
8431 lt_prog_compiler_static='--static'
8432 ;;
8433 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8434 # Portland Group compilers (*not* the Pentium gcc compiler,
8435 # which looks to be a dead project)
8436 lt_prog_compiler_wl='-Wl,'
8437 lt_prog_compiler_pic='-fpic'
8438 lt_prog_compiler_static='-Bstatic'
8439 ;;
8440 ccc*)
8441 lt_prog_compiler_wl='-Wl,'
8442 # All Alpha code is PIC.
8443 lt_prog_compiler_static='-non_shared'
8444 ;;
8445 xl* | bgxl* | bgf* | mpixl*)
8446 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8447 lt_prog_compiler_wl='-Wl,'
8448 lt_prog_compiler_pic='-qpic'
8449 lt_prog_compiler_static='-qstaticlink'
8450 ;;
8451 *)
8452 case `$CC -V 2>&1 | sed 5q` in
8453 *Sun\ F* | *Sun*Fortran*)
8454 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8455 lt_prog_compiler_pic='-KPIC'
8456 lt_prog_compiler_static='-Bstatic'
8457 lt_prog_compiler_wl=''
8458 ;;
8459 *Sun\ C*)
8460 # Sun C 5.9
8461 lt_prog_compiler_pic='-KPIC'
8462 lt_prog_compiler_static='-Bstatic'
8463 lt_prog_compiler_wl='-Wl,'
8464 ;;
8465 esac
8466 ;;
8467 esac
8468 ;;
8469
8470 newsos6)
8471 lt_prog_compiler_pic='-KPIC'
8472 lt_prog_compiler_static='-Bstatic'
8473 ;;
8474
8475 *nto* | *qnx*)
8476 # QNX uses GNU C++, but need to define -shared option too, otherwise
8477 # it will coredump.
8478 lt_prog_compiler_pic='-fPIC -shared'
8479 ;;
8480
8481 osf3* | osf4* | osf5*)
8482 lt_prog_compiler_wl='-Wl,'
8483 # All OSF/1 code is PIC.
8484 lt_prog_compiler_static='-non_shared'
8485 ;;
8486
8487 rdos*)
8488 lt_prog_compiler_static='-non_shared'
8489 ;;
8490
8491 solaris*)
8492 lt_prog_compiler_pic='-KPIC'
8493 lt_prog_compiler_static='-Bstatic'
8494 case $cc_basename in
8495 f77* | f90* | f95*)
8496 lt_prog_compiler_wl='-Qoption ld ';;
8497 *)
8498 lt_prog_compiler_wl='-Wl,';;
8499 esac
8500 ;;
8501
8502 sunos4*)
8503 lt_prog_compiler_wl='-Qoption ld '
8504 lt_prog_compiler_pic='-PIC'
8505 lt_prog_compiler_static='-Bstatic'
8506 ;;
8507
8508 sysv4 | sysv4.2uw2* | sysv4.3*)
8509 lt_prog_compiler_wl='-Wl,'
8510 lt_prog_compiler_pic='-KPIC'
8511 lt_prog_compiler_static='-Bstatic'
8512 ;;
8513
8514 sysv4*MP*)
8515 if test -d /usr/nec ;then
8516 lt_prog_compiler_pic='-Kconform_pic'
8517 lt_prog_compiler_static='-Bstatic'
8518 fi
8519 ;;
8520
8521 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8522 lt_prog_compiler_wl='-Wl,'
8523 lt_prog_compiler_pic='-KPIC'
8524 lt_prog_compiler_static='-Bstatic'
8525 ;;
8526
8527 unicos*)
8528 lt_prog_compiler_wl='-Wl,'
8529 lt_prog_compiler_can_build_shared=no
8530 ;;
8531
8532 uts4*)
8533 lt_prog_compiler_pic='-pic'
8534 lt_prog_compiler_static='-Bstatic'
8535 ;;
8536
8537 *)
8538 lt_prog_compiler_can_build_shared=no
8539 ;;
8540 esac
8541 fi
8542
8543 case $host_os in
8544 # For platforms which do not support PIC, -DPIC is meaningless:
8545 *djgpp*)
8546 lt_prog_compiler_pic=
8547 ;;
8548 *)
8549 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8550 ;;
8551 esac
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8553 $as_echo "$lt_prog_compiler_pic" >&6; }
8554
8555
8556
8557
8558
8559
8560 #
8561 # Check to make sure the PIC flag actually works.
8562 #
8563 if test -n "$lt_prog_compiler_pic"; then
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8565 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8566 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8567 $as_echo_n "(cached) " >&6
8568 else
8569 lt_cv_prog_compiler_pic_works=no
8570 ac_outfile=conftest.$ac_objext
8571 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8572 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8573 # Insert the option either (1) after the last *FLAGS variable, or
8574 # (2) before a word containing "conftest.", or (3) at the end.
8575 # Note that $ac_compile itself does not contain backslashes and begins
8576 # with a dollar sign (not a hyphen), so the echo should work correctly.
8577 # The option is referenced via a variable to avoid confusing sed.
8578 lt_compile=`echo "$ac_compile" | $SED \
8579 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8580 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8581 -e 's:$: $lt_compiler_flag:'`
8582 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8583 (eval "$lt_compile" 2>conftest.err)
8584 ac_status=$?
8585 cat conftest.err >&5
8586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8587 if (exit $ac_status) && test -s "$ac_outfile"; then
8588 # The compiler can only warn and ignore the option if not recognized
8589 # So say no if there are warnings other than the usual output.
8590 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8591 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8592 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8593 lt_cv_prog_compiler_pic_works=yes
8594 fi
8595 fi
8596 $RM conftest*
8597
8598 fi
8599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8600 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8601
8602 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8603 case $lt_prog_compiler_pic in
8604 "" | " "*) ;;
8605 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8606 esac
8607 else
8608 lt_prog_compiler_pic=
8609 lt_prog_compiler_can_build_shared=no
8610 fi
8611
8612 fi
8613
8614
8615
8616
8617
8618
8619 #
8620 # Check to make sure the static flag actually works.
8621 #
8622 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8624 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8625 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8626 $as_echo_n "(cached) " >&6
8627 else
8628 lt_cv_prog_compiler_static_works=no
8629 save_LDFLAGS="$LDFLAGS"
8630 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8631 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8632 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8633 # The linker can only warn and ignore the option if not recognized
8634 # So say no if there are warnings
8635 if test -s conftest.err; then
8636 # Append any errors to the config.log.
8637 cat conftest.err 1>&5
8638 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8639 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8640 if diff conftest.exp conftest.er2 >/dev/null; then
8641 lt_cv_prog_compiler_static_works=yes
8642 fi
8643 else
8644 lt_cv_prog_compiler_static_works=yes
8645 fi
8646 fi
8647 $RM -r conftest*
8648 LDFLAGS="$save_LDFLAGS"
8649
8650 fi
8651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8652 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8653
8654 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8655 :
8656 else
8657 lt_prog_compiler_static=
8658 fi
8659
8660
8661
8662
8663
8664
8665
8666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8667 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8668 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8669 $as_echo_n "(cached) " >&6
8670 else
8671 lt_cv_prog_compiler_c_o=no
8672 $RM -r conftest 2>/dev/null
8673 mkdir conftest
8674 cd conftest
8675 mkdir out
8676 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8677
8678 lt_compiler_flag="-o out/conftest2.$ac_objext"
8679 # Insert the option either (1) after the last *FLAGS variable, or
8680 # (2) before a word containing "conftest.", or (3) at the end.
8681 # Note that $ac_compile itself does not contain backslashes and begins
8682 # with a dollar sign (not a hyphen), so the echo should work correctly.
8683 lt_compile=`echo "$ac_compile" | $SED \
8684 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8685 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8686 -e 's:$: $lt_compiler_flag:'`
8687 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8688 (eval "$lt_compile" 2>out/conftest.err)
8689 ac_status=$?
8690 cat out/conftest.err >&5
8691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8692 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8693 then
8694 # The compiler can only warn and ignore the option if not recognized
8695 # So say no if there are warnings
8696 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8697 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8698 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8699 lt_cv_prog_compiler_c_o=yes
8700 fi
8701 fi
8702 chmod u+w . 2>&5
8703 $RM conftest*
8704 # SGI C++ compiler will create directory out/ii_files/ for
8705 # template instantiation
8706 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8707 $RM out/* && rmdir out
8708 cd ..
8709 $RM -r conftest
8710 $RM conftest*
8711
8712 fi
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8714 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8715
8716
8717
8718
8719
8720
8721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8722 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8723 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8724 $as_echo_n "(cached) " >&6
8725 else
8726 lt_cv_prog_compiler_c_o=no
8727 $RM -r conftest 2>/dev/null
8728 mkdir conftest
8729 cd conftest
8730 mkdir out
8731 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8732
8733 lt_compiler_flag="-o out/conftest2.$ac_objext"
8734 # Insert the option either (1) after the last *FLAGS variable, or
8735 # (2) before a word containing "conftest.", or (3) at the end.
8736 # Note that $ac_compile itself does not contain backslashes and begins
8737 # with a dollar sign (not a hyphen), so the echo should work correctly.
8738 lt_compile=`echo "$ac_compile" | $SED \
8739 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8740 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8741 -e 's:$: $lt_compiler_flag:'`
8742 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8743 (eval "$lt_compile" 2>out/conftest.err)
8744 ac_status=$?
8745 cat out/conftest.err >&5
8746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8747 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8748 then
8749 # The compiler can only warn and ignore the option if not recognized
8750 # So say no if there are warnings
8751 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8752 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8753 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8754 lt_cv_prog_compiler_c_o=yes
8755 fi
8756 fi
8757 chmod u+w . 2>&5
8758 $RM conftest*
8759 # SGI C++ compiler will create directory out/ii_files/ for
8760 # template instantiation
8761 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8762 $RM out/* && rmdir out
8763 cd ..
8764 $RM -r conftest
8765 $RM conftest*
8766
8767 fi
8768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8769 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8770
8771
8772
8773
8774 hard_links="nottested"
8775 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8776 # do not overwrite the value of need_locks provided by the user
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8778 $as_echo_n "checking if we can lock with hard links... " >&6; }
8779 hard_links=yes
8780 $RM conftest*
8781 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782 touch conftest.a
8783 ln conftest.a conftest.b 2>&5 || hard_links=no
8784 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8786 $as_echo "$hard_links" >&6; }
8787 if test "$hard_links" = no; then
8788 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8789 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8790 need_locks=warn
8791 fi
8792 else
8793 need_locks=no
8794 fi
8795
8796
8797
8798
8799
8800
8801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8802 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8803
8804 runpath_var=
8805 allow_undefined_flag=
8806 always_export_symbols=no
8807 archive_cmds=
8808 archive_expsym_cmds=
8809 compiler_needs_object=no
8810 enable_shared_with_static_runtimes=no
8811 export_dynamic_flag_spec=
8812 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8813 hardcode_automatic=no
8814 hardcode_direct=no
8815 hardcode_direct_absolute=no
8816 hardcode_libdir_flag_spec=
8817 hardcode_libdir_flag_spec_ld=
8818 hardcode_libdir_separator=
8819 hardcode_minus_L=no
8820 hardcode_shlibpath_var=unsupported
8821 inherit_rpath=no
8822 link_all_deplibs=unknown
8823 module_cmds=
8824 module_expsym_cmds=
8825 old_archive_from_new_cmds=
8826 old_archive_from_expsyms_cmds=
8827 thread_safe_flag_spec=
8828 whole_archive_flag_spec=
8829 # include_expsyms should be a list of space-separated symbols to be *always*
8830 # included in the symbol list
8831 include_expsyms=
8832 # exclude_expsyms can be an extended regexp of symbols to exclude
8833 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8834 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8835 # as well as any symbol that contains `d'.
8836 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8837 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8838 # platforms (ab)use it in PIC code, but their linkers get confused if
8839 # the symbol is explicitly referenced. Since portable code cannot
8840 # rely on this symbol name, it's probably fine to never include it in
8841 # preloaded symbol tables.
8842 # Exclude shared library initialization/finalization symbols.
8843 extract_expsyms_cmds=
8844
8845 case $host_os in
8846 cygwin* | mingw* | pw32* | cegcc*)
8847 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8848 # When not using gcc, we currently assume that we are using
8849 # Microsoft Visual C++.
8850 if test "$GCC" != yes; then
8851 with_gnu_ld=no
8852 fi
8853 ;;
8854 interix*)
8855 # we just hope/assume this is gcc and not c89 (= MSVC++)
8856 with_gnu_ld=yes
8857 ;;
8858 openbsd*)
8859 with_gnu_ld=no
8860 ;;
8861 esac
8862
8863 ld_shlibs=yes
8864
8865 # On some targets, GNU ld is compatible enough with the native linker
8866 # that we're better off using the native interface for both.
8867 lt_use_gnu_ld_interface=no
8868 if test "$with_gnu_ld" = yes; then
8869 case $host_os in
8870 aix*)
8871 # The AIX port of GNU ld has always aspired to compatibility
8872 # with the native linker. However, as the warning in the GNU ld
8873 # block says, versions before 2.19.5* couldn't really create working
8874 # shared libraries, regardless of the interface used.
8875 case `$LD -v 2>&1` in
8876 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8877 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8878 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8879 *)
8880 lt_use_gnu_ld_interface=yes
8881 ;;
8882 esac
8883 ;;
8884 *)
8885 lt_use_gnu_ld_interface=yes
8886 ;;
8887 esac
8888 fi
8889
8890 if test "$lt_use_gnu_ld_interface" = yes; then
8891 # If archive_cmds runs LD, not CC, wlarc should be empty
8892 wlarc='${wl}'
8893
8894 # Set some defaults for GNU ld with shared library support. These
8895 # are reset later if shared libraries are not supported. Putting them
8896 # here allows them to be overridden if necessary.
8897 runpath_var=LD_RUN_PATH
8898 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8899 export_dynamic_flag_spec='${wl}--export-dynamic'
8900 # ancient GNU ld didn't support --whole-archive et. al.
8901 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8902 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8903 else
8904 whole_archive_flag_spec=
8905 fi
8906 supports_anon_versioning=no
8907 case `$LD -v 2>&1` in
8908 *GNU\ gold*) supports_anon_versioning=yes ;;
8909 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8910 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8911 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8912 *\ 2.11.*) ;; # other 2.11 versions
8913 *) supports_anon_versioning=yes ;;
8914 esac
8915
8916 # See if GNU ld supports shared libraries.
8917 case $host_os in
8918 aix[3-9]*)
8919 # On AIX/PPC, the GNU linker is very broken
8920 if test "$host_cpu" != ia64; then
8921 ld_shlibs=no
8922 cat <<_LT_EOF 1>&2
8923
8924 *** Warning: the GNU linker, at least up to release 2.19, is reported
8925 *** to be unable to reliably create shared libraries on AIX.
8926 *** Therefore, libtool is disabling shared libraries support. If you
8927 *** really care for shared libraries, you may want to install binutils
8928 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8929 *** You will then need to restart the configuration process.
8930
8931 _LT_EOF
8932 fi
8933 ;;
8934
8935 amigaos*)
8936 case $host_cpu in
8937 powerpc)
8938 # see comment about AmigaOS4 .so support
8939 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8940 archive_expsym_cmds=''
8941 ;;
8942 m68k)
8943 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)'
8944 hardcode_libdir_flag_spec='-L$libdir'
8945 hardcode_minus_L=yes
8946 ;;
8947 esac
8948 ;;
8949
8950 beos*)
8951 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8952 allow_undefined_flag=unsupported
8953 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8954 # support --undefined. This deserves some investigation. FIXME
8955 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8956 else
8957 ld_shlibs=no
8958 fi
8959 ;;
8960
8961 cygwin* | mingw* | pw32* | cegcc*)
8962 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8963 # as there is no search path for DLLs.
8964 hardcode_libdir_flag_spec='-L$libdir'
8965 export_dynamic_flag_spec='${wl}--export-all-symbols'
8966 allow_undefined_flag=unsupported
8967 always_export_symbols=no
8968 enable_shared_with_static_runtimes=yes
8969 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8970
8971 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8972 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8973 # If the export-symbols file already is a .def file (1st line
8974 # is EXPORTS), use it as is; otherwise, prepend...
8975 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8976 cp $export_symbols $output_objdir/$soname.def;
8977 else
8978 echo EXPORTS > $output_objdir/$soname.def;
8979 cat $export_symbols >> $output_objdir/$soname.def;
8980 fi~
8981 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8982 else
8983 ld_shlibs=no
8984 fi
8985 ;;
8986
8987 haiku*)
8988 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8989 link_all_deplibs=yes
8990 ;;
8991
8992 interix[3-9]*)
8993 hardcode_direct=no
8994 hardcode_shlibpath_var=no
8995 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8996 export_dynamic_flag_spec='${wl}-E'
8997 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8998 # Instead, shared libraries are loaded at an image base (0x10000000 by
8999 # default) and relocated if they conflict, which is a slow very memory
9000 # consuming and fragmenting process. To avoid this, we pick a random,
9001 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9002 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9003 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9004 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'
9005 ;;
9006
9007 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9008 tmp_diet=no
9009 if test "$host_os" = linux-dietlibc; then
9010 case $cc_basename in
9011 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9012 esac
9013 fi
9014 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9015 && test "$tmp_diet" = no
9016 then
9017 tmp_addflag=' $pic_flag'
9018 tmp_sharedflag='-shared'
9019 case $cc_basename,$host_cpu in
9020 pgcc*) # Portland Group C compiler
9021 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'
9022 tmp_addflag=' $pic_flag'
9023 ;;
9024 pgf77* | pgf90* | pgf95* | pgfortran*)
9025 # Portland Group f77 and f90 compilers
9026 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'
9027 tmp_addflag=' $pic_flag -Mnomain' ;;
9028 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9029 tmp_addflag=' -i_dynamic' ;;
9030 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9031 tmp_addflag=' -i_dynamic -nofor_main' ;;
9032 ifc* | ifort*) # Intel Fortran compiler
9033 tmp_addflag=' -nofor_main' ;;
9034 lf95*) # Lahey Fortran 8.1
9035 whole_archive_flag_spec=
9036 tmp_sharedflag='--shared' ;;
9037 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9038 tmp_sharedflag='-qmkshrobj'
9039 tmp_addflag= ;;
9040 nvcc*) # Cuda Compiler Driver 2.2
9041 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'
9042 compiler_needs_object=yes
9043 ;;
9044 esac
9045 case `$CC -V 2>&1 | sed 5q` in
9046 *Sun\ C*) # Sun C 5.9
9047 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'
9048 compiler_needs_object=yes
9049 tmp_sharedflag='-G' ;;
9050 *Sun\ F*) # Sun Fortran 8.3
9051 tmp_sharedflag='-G' ;;
9052 esac
9053 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9054
9055 if test "x$supports_anon_versioning" = xyes; then
9056 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9057 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9058 echo "local: *; };" >> $output_objdir/$libname.ver~
9059 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9060 fi
9061
9062 case $cc_basename in
9063 xlf* | bgf* | bgxlf* | mpixlf*)
9064 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9065 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9066 hardcode_libdir_flag_spec=
9067 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9068 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9069 if test "x$supports_anon_versioning" = xyes; then
9070 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9071 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9072 echo "local: *; };" >> $output_objdir/$libname.ver~
9073 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9074 fi
9075 ;;
9076 esac
9077 else
9078 ld_shlibs=no
9079 fi
9080 ;;
9081
9082 netbsd*)
9083 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9084 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9085 wlarc=
9086 else
9087 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9088 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9089 fi
9090 ;;
9091
9092 solaris*)
9093 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9094 ld_shlibs=no
9095 cat <<_LT_EOF 1>&2
9096
9097 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9098 *** create shared libraries on Solaris systems. Therefore, libtool
9099 *** is disabling shared libraries support. We urge you to upgrade GNU
9100 *** binutils to release 2.9.1 or newer. Another option is to modify
9101 *** your PATH or compiler configuration so that the native linker is
9102 *** used, and then restart.
9103
9104 _LT_EOF
9105 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9106 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9107 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9108 else
9109 ld_shlibs=no
9110 fi
9111 ;;
9112
9113 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9114 case `$LD -v 2>&1` in
9115 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9116 ld_shlibs=no
9117 cat <<_LT_EOF 1>&2
9118
9119 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9120 *** reliably create shared libraries on SCO systems. Therefore, libtool
9121 *** is disabling shared libraries support. We urge you to upgrade GNU
9122 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9123 *** your PATH or compiler configuration so that the native linker is
9124 *** used, and then restart.
9125
9126 _LT_EOF
9127 ;;
9128 *)
9129 # For security reasons, it is highly recommended that you always
9130 # use absolute paths for naming shared libraries, and exclude the
9131 # DT_RUNPATH tag from executables and libraries. But doing so
9132 # requires that you compile everything twice, which is a pain.
9133 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9134 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9135 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9136 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9137 else
9138 ld_shlibs=no
9139 fi
9140 ;;
9141 esac
9142 ;;
9143
9144 sunos4*)
9145 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9146 wlarc=
9147 hardcode_direct=yes
9148 hardcode_shlibpath_var=no
9149 ;;
9150
9151 *)
9152 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9153 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9154 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9155 else
9156 ld_shlibs=no
9157 fi
9158 ;;
9159 esac
9160
9161 if test "$ld_shlibs" = no; then
9162 runpath_var=
9163 hardcode_libdir_flag_spec=
9164 export_dynamic_flag_spec=
9165 whole_archive_flag_spec=
9166 fi
9167 else
9168 # PORTME fill in a description of your system's linker (not GNU ld)
9169 case $host_os in
9170 aix3*)
9171 allow_undefined_flag=unsupported
9172 always_export_symbols=yes
9173 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'
9174 # Note: this linker hardcodes the directories in LIBPATH if there
9175 # are no directories specified by -L.
9176 hardcode_minus_L=yes
9177 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9178 # Neither direct hardcoding nor static linking is supported with a
9179 # broken collect2.
9180 hardcode_direct=unsupported
9181 fi
9182 ;;
9183
9184 aix[4-9]*)
9185 if test "$host_cpu" = ia64; then
9186 # On IA64, the linker does run time linking by default, so we don't
9187 # have to do anything special.
9188 aix_use_runtimelinking=no
9189 exp_sym_flag='-Bexport'
9190 no_entry_flag=""
9191 else
9192 # If we're using GNU nm, then we don't want the "-C" option.
9193 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9194 # Also, AIX nm treats weak defined symbols like other global
9195 # defined symbols, whereas GNU nm marks them as "W".
9196 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9197 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'
9198 else
9199 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9200 fi
9201 aix_use_runtimelinking=no
9202
9203 # Test if we are trying to use run time linking or normal
9204 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9205 # need to do runtime linking.
9206 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9207 for ld_flag in $LDFLAGS; do
9208 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9209 aix_use_runtimelinking=yes
9210 break
9211 fi
9212 done
9213 ;;
9214 esac
9215
9216 exp_sym_flag='-bexport'
9217 no_entry_flag='-bnoentry'
9218 fi
9219
9220 # When large executables or shared objects are built, AIX ld can
9221 # have problems creating the table of contents. If linking a library
9222 # or program results in "error TOC overflow" add -mminimal-toc to
9223 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9224 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9225
9226 archive_cmds=''
9227 hardcode_direct=yes
9228 hardcode_direct_absolute=yes
9229 hardcode_libdir_separator=':'
9230 link_all_deplibs=yes
9231 file_list_spec='${wl}-f,'
9232
9233 if test "$GCC" = yes; then
9234 case $host_os in aix4.[012]|aix4.[012].*)
9235 # We only want to do this on AIX 4.2 and lower, the check
9236 # below for broken collect2 doesn't work under 4.3+
9237 collect2name=`${CC} -print-prog-name=collect2`
9238 if test -f "$collect2name" &&
9239 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9240 then
9241 # We have reworked collect2
9242 :
9243 else
9244 # We have old collect2
9245 hardcode_direct=unsupported
9246 # It fails to find uninstalled libraries when the uninstalled
9247 # path is not listed in the libpath. Setting hardcode_minus_L
9248 # to unsupported forces relinking
9249 hardcode_minus_L=yes
9250 hardcode_libdir_flag_spec='-L$libdir'
9251 hardcode_libdir_separator=
9252 fi
9253 ;;
9254 esac
9255 shared_flag='-shared'
9256 if test "$aix_use_runtimelinking" = yes; then
9257 shared_flag="$shared_flag "'${wl}-G'
9258 fi
9259 else
9260 # not using gcc
9261 if test "$host_cpu" = ia64; then
9262 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9263 # chokes on -Wl,-G. The following line is correct:
9264 shared_flag='-G'
9265 else
9266 if test "$aix_use_runtimelinking" = yes; then
9267 shared_flag='${wl}-G'
9268 else
9269 shared_flag='${wl}-bM:SRE'
9270 fi
9271 fi
9272 fi
9273
9274 export_dynamic_flag_spec='${wl}-bexpall'
9275 # It seems that -bexpall does not export symbols beginning with
9276 # underscore (_), so it is better to generate a list of symbols to export.
9277 always_export_symbols=yes
9278 if test "$aix_use_runtimelinking" = yes; then
9279 # Warning - without using the other runtime loading flags (-brtl),
9280 # -berok will link without error, but may produce a broken library.
9281 allow_undefined_flag='-berok'
9282 # Determine the default libpath from the value encoded in an
9283 # empty executable.
9284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9285 /* end confdefs.h. */
9286
9287 int
9288 main ()
9289 {
9290
9291 ;
9292 return 0;
9293 }
9294 _ACEOF
9295 if ac_fn_c_try_link "$LINENO"; then :
9296
9297 lt_aix_libpath_sed='
9298 /Import File Strings/,/^$/ {
9299 /^0/ {
9300 s/^0 *\(.*\)$/\1/
9301 p
9302 }
9303 }'
9304 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305 # Check for a 64-bit object if we didn't find anything.
9306 if test -z "$aix_libpath"; then
9307 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9308 fi
9309 fi
9310 rm -f core conftest.err conftest.$ac_objext \
9311 conftest$ac_exeext conftest.$ac_ext
9312 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9313
9314 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9315 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"
9316 else
9317 if test "$host_cpu" = ia64; then
9318 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9319 allow_undefined_flag="-z nodefs"
9320 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"
9321 else
9322 # Determine the default libpath from the value encoded in an
9323 # empty executable.
9324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9325 /* end confdefs.h. */
9326
9327 int
9328 main ()
9329 {
9330
9331 ;
9332 return 0;
9333 }
9334 _ACEOF
9335 if ac_fn_c_try_link "$LINENO"; then :
9336
9337 lt_aix_libpath_sed='
9338 /Import File Strings/,/^$/ {
9339 /^0/ {
9340 s/^0 *\(.*\)$/\1/
9341 p
9342 }
9343 }'
9344 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345 # Check for a 64-bit object if we didn't find anything.
9346 if test -z "$aix_libpath"; then
9347 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9348 fi
9349 fi
9350 rm -f core conftest.err conftest.$ac_objext \
9351 conftest$ac_exeext conftest.$ac_ext
9352 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9353
9354 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9355 # Warning - without using the other run time loading flags,
9356 # -berok will link without error, but may produce a broken library.
9357 no_undefined_flag=' ${wl}-bernotok'
9358 allow_undefined_flag=' ${wl}-berok'
9359 if test "$with_gnu_ld" = yes; then
9360 # We only use this code for GNU lds that support --whole-archive.
9361 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9362 else
9363 # Exported symbols can be pulled into shared objects from archives
9364 whole_archive_flag_spec='$convenience'
9365 fi
9366 archive_cmds_need_lc=yes
9367 # This is similar to how AIX traditionally builds its shared libraries.
9368 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'
9369 fi
9370 fi
9371 ;;
9372
9373 amigaos*)
9374 case $host_cpu in
9375 powerpc)
9376 # see comment about AmigaOS4 .so support
9377 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9378 archive_expsym_cmds=''
9379 ;;
9380 m68k)
9381 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)'
9382 hardcode_libdir_flag_spec='-L$libdir'
9383 hardcode_minus_L=yes
9384 ;;
9385 esac
9386 ;;
9387
9388 bsdi[45]*)
9389 export_dynamic_flag_spec=-rdynamic
9390 ;;
9391
9392 cygwin* | mingw* | pw32* | cegcc*)
9393 # When not using gcc, we currently assume that we are using
9394 # Microsoft Visual C++.
9395 # hardcode_libdir_flag_spec is actually meaningless, as there is
9396 # no search path for DLLs.
9397 hardcode_libdir_flag_spec=' '
9398 allow_undefined_flag=unsupported
9399 # Tell ltmain to make .lib files, not .a files.
9400 libext=lib
9401 # Tell ltmain to make .dll files, not .so files.
9402 shrext_cmds=".dll"
9403 # FIXME: Setting linknames here is a bad hack.
9404 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9405 # The linker will automatically build a .lib file if we build a DLL.
9406 old_archive_from_new_cmds='true'
9407 # FIXME: Should let the user specify the lib program.
9408 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9409 fix_srcfile_path='`cygpath -w "$srcfile"`'
9410 enable_shared_with_static_runtimes=yes
9411 ;;
9412
9413 darwin* | rhapsody*)
9414
9415
9416 archive_cmds_need_lc=no
9417 hardcode_direct=no
9418 hardcode_automatic=yes
9419 hardcode_shlibpath_var=unsupported
9420 if test "$lt_cv_ld_force_load" = "yes"; then
9421 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\"`'
9422 else
9423 whole_archive_flag_spec=''
9424 fi
9425 link_all_deplibs=yes
9426 allow_undefined_flag="$_lt_dar_allow_undefined"
9427 case $cc_basename in
9428 ifort*) _lt_dar_can_shared=yes ;;
9429 *) _lt_dar_can_shared=$GCC ;;
9430 esac
9431 if test "$_lt_dar_can_shared" = "yes"; then
9432 output_verbose_link_cmd=func_echo_all
9433 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9434 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9435 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}"
9436 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}"
9437
9438 else
9439 ld_shlibs=no
9440 fi
9441
9442 ;;
9443
9444 dgux*)
9445 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9446 hardcode_libdir_flag_spec='-L$libdir'
9447 hardcode_shlibpath_var=no
9448 ;;
9449
9450 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9451 # support. Future versions do this automatically, but an explicit c++rt0.o
9452 # does not break anything, and helps significantly (at the cost of a little
9453 # extra space).
9454 freebsd2.2*)
9455 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9456 hardcode_libdir_flag_spec='-R$libdir'
9457 hardcode_direct=yes
9458 hardcode_shlibpath_var=no
9459 ;;
9460
9461 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9462 freebsd2.*)
9463 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9464 hardcode_direct=yes
9465 hardcode_minus_L=yes
9466 hardcode_shlibpath_var=no
9467 ;;
9468
9469 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9470 freebsd* | dragonfly*)
9471 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9472 hardcode_libdir_flag_spec='-R$libdir'
9473 hardcode_direct=yes
9474 hardcode_shlibpath_var=no
9475 ;;
9476
9477 hpux9*)
9478 if test "$GCC" = yes; then
9479 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'
9480 else
9481 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'
9482 fi
9483 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9484 hardcode_libdir_separator=:
9485 hardcode_direct=yes
9486
9487 # hardcode_minus_L: Not really in the search PATH,
9488 # but as the default location of the library.
9489 hardcode_minus_L=yes
9490 export_dynamic_flag_spec='${wl}-E'
9491 ;;
9492
9493 hpux10*)
9494 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9495 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9496 else
9497 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9498 fi
9499 if test "$with_gnu_ld" = no; then
9500 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9501 hardcode_libdir_flag_spec_ld='+b $libdir'
9502 hardcode_libdir_separator=:
9503 hardcode_direct=yes
9504 hardcode_direct_absolute=yes
9505 export_dynamic_flag_spec='${wl}-E'
9506 # hardcode_minus_L: Not really in the search PATH,
9507 # but as the default location of the library.
9508 hardcode_minus_L=yes
9509 fi
9510 ;;
9511
9512 hpux11*)
9513 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9514 case $host_cpu in
9515 hppa*64*)
9516 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9517 ;;
9518 ia64*)
9519 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9520 ;;
9521 *)
9522 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9523 ;;
9524 esac
9525 else
9526 case $host_cpu in
9527 hppa*64*)
9528 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9529 ;;
9530 ia64*)
9531 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9532 ;;
9533 *)
9534
9535 # Older versions of the 11.00 compiler do not understand -b yet
9536 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9538 $as_echo_n "checking if $CC understands -b... " >&6; }
9539 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9540 $as_echo_n "(cached) " >&6
9541 else
9542 lt_cv_prog_compiler__b=no
9543 save_LDFLAGS="$LDFLAGS"
9544 LDFLAGS="$LDFLAGS -b"
9545 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9546 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9547 # The linker can only warn and ignore the option if not recognized
9548 # So say no if there are warnings
9549 if test -s conftest.err; then
9550 # Append any errors to the config.log.
9551 cat conftest.err 1>&5
9552 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9553 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9554 if diff conftest.exp conftest.er2 >/dev/null; then
9555 lt_cv_prog_compiler__b=yes
9556 fi
9557 else
9558 lt_cv_prog_compiler__b=yes
9559 fi
9560 fi
9561 $RM -r conftest*
9562 LDFLAGS="$save_LDFLAGS"
9563
9564 fi
9565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9566 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9567
9568 if test x"$lt_cv_prog_compiler__b" = xyes; then
9569 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9570 else
9571 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9572 fi
9573
9574 ;;
9575 esac
9576 fi
9577 if test "$with_gnu_ld" = no; then
9578 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9579 hardcode_libdir_separator=:
9580
9581 case $host_cpu in
9582 hppa*64*|ia64*)
9583 hardcode_direct=no
9584 hardcode_shlibpath_var=no
9585 ;;
9586 *)
9587 hardcode_direct=yes
9588 hardcode_direct_absolute=yes
9589 export_dynamic_flag_spec='${wl}-E'
9590
9591 # hardcode_minus_L: Not really in the search PATH,
9592 # but as the default location of the library.
9593 hardcode_minus_L=yes
9594 ;;
9595 esac
9596 fi
9597 ;;
9598
9599 irix5* | irix6* | nonstopux*)
9600 if test "$GCC" = yes; then
9601 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'
9602 # Try to use the -exported_symbol ld option, if it does not
9603 # work, assume that -exports_file does not work either and
9604 # implicitly export all symbols.
9605 save_LDFLAGS="$LDFLAGS"
9606 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9608 /* end confdefs.h. */
9609 int foo(void) {}
9610 _ACEOF
9611 if ac_fn_c_try_link "$LINENO"; then :
9612 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'
9613
9614 fi
9615 rm -f core conftest.err conftest.$ac_objext \
9616 conftest$ac_exeext conftest.$ac_ext
9617 LDFLAGS="$save_LDFLAGS"
9618 else
9619 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'
9620 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'
9621 fi
9622 archive_cmds_need_lc='no'
9623 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9624 hardcode_libdir_separator=:
9625 inherit_rpath=yes
9626 link_all_deplibs=yes
9627 ;;
9628
9629 netbsd*)
9630 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9631 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9632 else
9633 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9634 fi
9635 hardcode_libdir_flag_spec='-R$libdir'
9636 hardcode_direct=yes
9637 hardcode_shlibpath_var=no
9638 ;;
9639
9640 newsos6)
9641 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9642 hardcode_direct=yes
9643 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9644 hardcode_libdir_separator=:
9645 hardcode_shlibpath_var=no
9646 ;;
9647
9648 *nto* | *qnx*)
9649 ;;
9650
9651 openbsd*)
9652 if test -f /usr/libexec/ld.so; then
9653 hardcode_direct=yes
9654 hardcode_shlibpath_var=no
9655 hardcode_direct_absolute=yes
9656 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9657 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9658 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9659 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9660 export_dynamic_flag_spec='${wl}-E'
9661 else
9662 case $host_os in
9663 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9664 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9665 hardcode_libdir_flag_spec='-R$libdir'
9666 ;;
9667 *)
9668 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9669 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9670 ;;
9671 esac
9672 fi
9673 else
9674 ld_shlibs=no
9675 fi
9676 ;;
9677
9678 os2*)
9679 hardcode_libdir_flag_spec='-L$libdir'
9680 hardcode_minus_L=yes
9681 allow_undefined_flag=unsupported
9682 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'
9683 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9684 ;;
9685
9686 osf3*)
9687 if test "$GCC" = yes; then
9688 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9689 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'
9690 else
9691 allow_undefined_flag=' -expect_unresolved \*'
9692 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'
9693 fi
9694 archive_cmds_need_lc='no'
9695 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9696 hardcode_libdir_separator=:
9697 ;;
9698
9699 osf4* | osf5*) # as osf3* with the addition of -msym flag
9700 if test "$GCC" = yes; then
9701 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9702 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'
9703 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9704 else
9705 allow_undefined_flag=' -expect_unresolved \*'
9706 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'
9707 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~
9708 $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'
9709
9710 # Both c and cxx compiler support -rpath directly
9711 hardcode_libdir_flag_spec='-rpath $libdir'
9712 fi
9713 archive_cmds_need_lc='no'
9714 hardcode_libdir_separator=:
9715 ;;
9716
9717 solaris*)
9718 no_undefined_flag=' -z defs'
9719 if test "$GCC" = yes; then
9720 wlarc='${wl}'
9721 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9722 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9723 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9724 else
9725 case `$CC -V 2>&1` in
9726 *"Compilers 5.0"*)
9727 wlarc=''
9728 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9729 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9730 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9731 ;;
9732 *)
9733 wlarc='${wl}'
9734 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9735 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9736 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9737 ;;
9738 esac
9739 fi
9740 hardcode_libdir_flag_spec='-R$libdir'
9741 hardcode_shlibpath_var=no
9742 case $host_os in
9743 solaris2.[0-5] | solaris2.[0-5].*) ;;
9744 *)
9745 # The compiler driver will combine and reorder linker options,
9746 # but understands `-z linker_flag'. GCC discards it without `$wl',
9747 # but is careful enough not to reorder.
9748 # Supported since Solaris 2.6 (maybe 2.5.1?)
9749 if test "$GCC" = yes; then
9750 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9751 else
9752 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9753 fi
9754 ;;
9755 esac
9756 link_all_deplibs=yes
9757 ;;
9758
9759 sunos4*)
9760 if test "x$host_vendor" = xsequent; then
9761 # Use $CC to link under sequent, because it throws in some extra .o
9762 # files that make .init and .fini sections work.
9763 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9764 else
9765 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9766 fi
9767 hardcode_libdir_flag_spec='-L$libdir'
9768 hardcode_direct=yes
9769 hardcode_minus_L=yes
9770 hardcode_shlibpath_var=no
9771 ;;
9772
9773 sysv4)
9774 case $host_vendor in
9775 sni)
9776 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9777 hardcode_direct=yes # is this really true???
9778 ;;
9779 siemens)
9780 ## LD is ld it makes a PLAMLIB
9781 ## CC just makes a GrossModule.
9782 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9783 reload_cmds='$CC -r -o $output$reload_objs'
9784 hardcode_direct=no
9785 ;;
9786 motorola)
9787 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9788 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9789 ;;
9790 esac
9791 runpath_var='LD_RUN_PATH'
9792 hardcode_shlibpath_var=no
9793 ;;
9794
9795 sysv4.3*)
9796 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9797 hardcode_shlibpath_var=no
9798 export_dynamic_flag_spec='-Bexport'
9799 ;;
9800
9801 sysv4*MP*)
9802 if test -d /usr/nec; then
9803 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9804 hardcode_shlibpath_var=no
9805 runpath_var=LD_RUN_PATH
9806 hardcode_runpath_var=yes
9807 ld_shlibs=yes
9808 fi
9809 ;;
9810
9811 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9812 no_undefined_flag='${wl}-z,text'
9813 archive_cmds_need_lc=no
9814 hardcode_shlibpath_var=no
9815 runpath_var='LD_RUN_PATH'
9816
9817 if test "$GCC" = yes; then
9818 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 else
9821 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9822 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9823 fi
9824 ;;
9825
9826 sysv5* | sco3.2v5* | sco5v6*)
9827 # Note: We can NOT use -z defs as we might desire, because we do not
9828 # link with -lc, and that would cause any symbols used from libc to
9829 # always be unresolved, which means just about no library would
9830 # ever link correctly. If we're not using GNU ld we use -z text
9831 # though, which does catch some bad symbols but isn't as heavy-handed
9832 # as -z defs.
9833 no_undefined_flag='${wl}-z,text'
9834 allow_undefined_flag='${wl}-z,nodefs'
9835 archive_cmds_need_lc=no
9836 hardcode_shlibpath_var=no
9837 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9838 hardcode_libdir_separator=':'
9839 link_all_deplibs=yes
9840 export_dynamic_flag_spec='${wl}-Bexport'
9841 runpath_var='LD_RUN_PATH'
9842
9843 if test "$GCC" = yes; then
9844 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 else
9847 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9848 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9849 fi
9850 ;;
9851
9852 uts4*)
9853 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9854 hardcode_libdir_flag_spec='-L$libdir'
9855 hardcode_shlibpath_var=no
9856 ;;
9857
9858 *)
9859 ld_shlibs=no
9860 ;;
9861 esac
9862
9863 if test x$host_vendor = xsni; then
9864 case $host in
9865 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9866 export_dynamic_flag_spec='${wl}-Blargedynsym'
9867 ;;
9868 esac
9869 fi
9870 fi
9871
9872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9873 $as_echo "$ld_shlibs" >&6; }
9874 test "$ld_shlibs" = no && can_build_shared=no
9875
9876 with_gnu_ld=$with_gnu_ld
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889
9890
9891
9892 #
9893 # Do we need to explicitly link libc?
9894 #
9895 case "x$archive_cmds_need_lc" in
9896 x|xyes)
9897 # Assume -lc should be added
9898 archive_cmds_need_lc=yes
9899
9900 if test "$enable_shared" = yes && test "$GCC" = yes; then
9901 case $archive_cmds in
9902 *'~'*)
9903 # FIXME: we may have to deal with multi-command sequences.
9904 ;;
9905 '$CC '*)
9906 # Test whether the compiler implicitly links with -lc since on some
9907 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9908 # to ld, don't add -lc before -lgcc.
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9910 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9911 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9912 $as_echo_n "(cached) " >&6
9913 else
9914 $RM conftest*
9915 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9916
9917 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9918 (eval $ac_compile) 2>&5
9919 ac_status=$?
9920 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9921 test $ac_status = 0; } 2>conftest.err; then
9922 soname=conftest
9923 lib=conftest
9924 libobjs=conftest.$ac_objext
9925 deplibs=
9926 wl=$lt_prog_compiler_wl
9927 pic_flag=$lt_prog_compiler_pic
9928 compiler_flags=-v
9929 linker_flags=-v
9930 verstring=
9931 output_objdir=.
9932 libname=conftest
9933 lt_save_allow_undefined_flag=$allow_undefined_flag
9934 allow_undefined_flag=
9935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9936 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9937 ac_status=$?
9938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9939 test $ac_status = 0; }
9940 then
9941 lt_cv_archive_cmds_need_lc=no
9942 else
9943 lt_cv_archive_cmds_need_lc=yes
9944 fi
9945 allow_undefined_flag=$lt_save_allow_undefined_flag
9946 else
9947 cat conftest.err 1>&5
9948 fi
9949 $RM conftest*
9950
9951 fi
9952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9953 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9954 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9955 ;;
9956 esac
9957 fi
9958 ;;
9959 esac
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10118 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10119
10120 if test "$GCC" = yes; then
10121 case $host_os in
10122 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10123 *) lt_awk_arg="/^libraries:/" ;;
10124 esac
10125 case $host_os in
10126 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10127 *) lt_sed_strip_eq="s,=/,/,g" ;;
10128 esac
10129 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10130 case $lt_search_path_spec in
10131 *\;*)
10132 # if the path contains ";" then we assume it to be the separator
10133 # otherwise default to the standard path separator (i.e. ":") - it is
10134 # assumed that no part of a normal pathname contains ";" but that should
10135 # okay in the real world where ";" in dirpaths is itself problematic.
10136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10137 ;;
10138 *)
10139 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10140 ;;
10141 esac
10142 # Ok, now we have the path, separated by spaces, we can step through it
10143 # and add multilib dir if necessary.
10144 lt_tmp_lt_search_path_spec=
10145 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10146 for lt_sys_path in $lt_search_path_spec; do
10147 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10149 else
10150 test -d "$lt_sys_path" && \
10151 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10152 fi
10153 done
10154 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10155 BEGIN {RS=" "; FS="/|\n";} {
10156 lt_foo="";
10157 lt_count=0;
10158 for (lt_i = NF; lt_i > 0; lt_i--) {
10159 if ($lt_i != "" && $lt_i != ".") {
10160 if ($lt_i == "..") {
10161 lt_count++;
10162 } else {
10163 if (lt_count == 0) {
10164 lt_foo="/" $lt_i lt_foo;
10165 } else {
10166 lt_count--;
10167 }
10168 }
10169 }
10170 }
10171 if (lt_foo != "") { lt_freq[lt_foo]++; }
10172 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10173 }'`
10174 # AWK program above erroneously prepends '/' to C:/dos/paths
10175 # for these hosts.
10176 case $host_os in
10177 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10178 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10179 esac
10180 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10181 else
10182 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10183 fi
10184 library_names_spec=
10185 libname_spec='lib$name'
10186 soname_spec=
10187 shrext_cmds=".so"
10188 postinstall_cmds=
10189 postuninstall_cmds=
10190 finish_cmds=
10191 finish_eval=
10192 shlibpath_var=
10193 shlibpath_overrides_runpath=unknown
10194 version_type=none
10195 dynamic_linker="$host_os ld.so"
10196 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10197 need_lib_prefix=unknown
10198 hardcode_into_libs=no
10199
10200 # when you set need_version to no, make sure it does not cause -set_version
10201 # flags to be left without arguments
10202 need_version=unknown
10203
10204 case $host_os in
10205 aix3*)
10206 version_type=linux
10207 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10208 shlibpath_var=LIBPATH
10209
10210 # AIX 3 has no versioning support, so we append a major version to the name.
10211 soname_spec='${libname}${release}${shared_ext}$major'
10212 ;;
10213
10214 aix[4-9]*)
10215 version_type=linux
10216 need_lib_prefix=no
10217 need_version=no
10218 hardcode_into_libs=yes
10219 if test "$host_cpu" = ia64; then
10220 # AIX 5 supports IA64
10221 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10222 shlibpath_var=LD_LIBRARY_PATH
10223 else
10224 # With GCC up to 2.95.x, collect2 would create an import file
10225 # for dependence libraries. The import file would start with
10226 # the line `#! .'. This would cause the generated library to
10227 # depend on `.', always an invalid library. This was fixed in
10228 # development snapshots of GCC prior to 3.0.
10229 case $host_os in
10230 aix4 | aix4.[01] | aix4.[01].*)
10231 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10232 echo ' yes '
10233 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10234 :
10235 else
10236 can_build_shared=no
10237 fi
10238 ;;
10239 esac
10240 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10241 # soname into executable. Probably we can add versioning support to
10242 # collect2, so additional links can be useful in future.
10243 if test "$aix_use_runtimelinking" = yes; then
10244 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10245 # instead of lib<name>.a to let people know that these are not
10246 # typical AIX shared libraries.
10247 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10248 else
10249 # We preserve .a as extension for shared libraries through AIX4.2
10250 # and later when we are not doing run time linking.
10251 library_names_spec='${libname}${release}.a $libname.a'
10252 soname_spec='${libname}${release}${shared_ext}$major'
10253 fi
10254 shlibpath_var=LIBPATH
10255 fi
10256 ;;
10257
10258 amigaos*)
10259 case $host_cpu in
10260 powerpc)
10261 # Since July 2007 AmigaOS4 officially supports .so libraries.
10262 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10263 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10264 ;;
10265 m68k)
10266 library_names_spec='$libname.ixlibrary $libname.a'
10267 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10268 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'
10269 ;;
10270 esac
10271 ;;
10272
10273 beos*)
10274 library_names_spec='${libname}${shared_ext}'
10275 dynamic_linker="$host_os ld.so"
10276 shlibpath_var=LIBRARY_PATH
10277 ;;
10278
10279 bsdi[45]*)
10280 version_type=linux
10281 need_version=no
10282 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10283 soname_spec='${libname}${release}${shared_ext}$major'
10284 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10287 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10288 # the default ld.so.conf also contains /usr/contrib/lib and
10289 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10290 # libtool to hard-code these into programs
10291 ;;
10292
10293 cygwin* | mingw* | pw32* | cegcc*)
10294 version_type=windows
10295 shrext_cmds=".dll"
10296 need_version=no
10297 need_lib_prefix=no
10298
10299 case $GCC,$host_os in
10300 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10301 library_names_spec='$libname.dll.a'
10302 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10303 postinstall_cmds='base_file=`basename \${file}`~
10304 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10305 dldir=$destdir/`dirname \$dlpath`~
10306 test -d \$dldir || mkdir -p \$dldir~
10307 $install_prog $dir/$dlname \$dldir/$dlname~
10308 chmod a+x \$dldir/$dlname~
10309 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10310 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10311 fi'
10312 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10313 dlpath=$dir/\$dldll~
10314 $RM \$dlpath'
10315 shlibpath_overrides_runpath=yes
10316
10317 case $host_os in
10318 cygwin*)
10319 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10320 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10321
10322 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10323 ;;
10324 mingw* | cegcc*)
10325 # MinGW DLLs use traditional 'lib' prefix
10326 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10327 ;;
10328 pw32*)
10329 # pw32 DLLs use 'pw' prefix rather than 'lib'
10330 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10331 ;;
10332 esac
10333 ;;
10334
10335 *)
10336 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10337 ;;
10338 esac
10339 dynamic_linker='Win32 ld.exe'
10340 # FIXME: first we should search . and the directory the executable is in
10341 shlibpath_var=PATH
10342 ;;
10343
10344 darwin* | rhapsody*)
10345 dynamic_linker="$host_os dyld"
10346 version_type=darwin
10347 need_lib_prefix=no
10348 need_version=no
10349 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10350 soname_spec='${libname}${release}${major}$shared_ext'
10351 shlibpath_overrides_runpath=yes
10352 shlibpath_var=DYLD_LIBRARY_PATH
10353 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10354
10355 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10356 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10357 ;;
10358
10359 dgux*)
10360 version_type=linux
10361 need_lib_prefix=no
10362 need_version=no
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10364 soname_spec='${libname}${release}${shared_ext}$major'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 ;;
10367
10368 freebsd* | dragonfly*)
10369 # DragonFly does not have aout. When/if they implement a new
10370 # versioning mechanism, adjust this.
10371 if test -x /usr/bin/objformat; then
10372 objformat=`/usr/bin/objformat`
10373 else
10374 case $host_os in
10375 freebsd[23].*) objformat=aout ;;
10376 *) objformat=elf ;;
10377 esac
10378 fi
10379 version_type=freebsd-$objformat
10380 case $version_type in
10381 freebsd-elf*)
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10383 need_version=no
10384 need_lib_prefix=no
10385 ;;
10386 freebsd-*)
10387 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10388 need_version=yes
10389 ;;
10390 esac
10391 shlibpath_var=LD_LIBRARY_PATH
10392 case $host_os in
10393 freebsd2.*)
10394 shlibpath_overrides_runpath=yes
10395 ;;
10396 freebsd3.[01]* | freebsdelf3.[01]*)
10397 shlibpath_overrides_runpath=yes
10398 hardcode_into_libs=yes
10399 ;;
10400 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10401 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10402 shlibpath_overrides_runpath=no
10403 hardcode_into_libs=yes
10404 ;;
10405 *) # from 4.6 on, and DragonFly
10406 shlibpath_overrides_runpath=yes
10407 hardcode_into_libs=yes
10408 ;;
10409 esac
10410 ;;
10411
10412 gnu*)
10413 version_type=linux
10414 need_lib_prefix=no
10415 need_version=no
10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 shlibpath_var=LD_LIBRARY_PATH
10419 hardcode_into_libs=yes
10420 ;;
10421
10422 haiku*)
10423 version_type=linux
10424 need_lib_prefix=no
10425 need_version=no
10426 dynamic_linker="$host_os runtime_loader"
10427 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10428 soname_spec='${libname}${release}${shared_ext}$major'
10429 shlibpath_var=LIBRARY_PATH
10430 shlibpath_overrides_runpath=yes
10431 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10432 hardcode_into_libs=yes
10433 ;;
10434
10435 hpux9* | hpux10* | hpux11*)
10436 # Give a soname corresponding to the major version so that dld.sl refuses to
10437 # link against other versions.
10438 version_type=sunos
10439 need_lib_prefix=no
10440 need_version=no
10441 case $host_cpu in
10442 ia64*)
10443 shrext_cmds='.so'
10444 hardcode_into_libs=yes
10445 dynamic_linker="$host_os dld.so"
10446 shlibpath_var=LD_LIBRARY_PATH
10447 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10448 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10449 soname_spec='${libname}${release}${shared_ext}$major'
10450 if test "X$HPUX_IA64_MODE" = X32; then
10451 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10452 else
10453 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10454 fi
10455 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10456 ;;
10457 hppa*64*)
10458 shrext_cmds='.sl'
10459 hardcode_into_libs=yes
10460 dynamic_linker="$host_os dld.sl"
10461 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10462 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10463 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10464 soname_spec='${libname}${release}${shared_ext}$major'
10465 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10466 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10467 ;;
10468 *)
10469 shrext_cmds='.sl'
10470 dynamic_linker="$host_os dld.sl"
10471 shlibpath_var=SHLIB_PATH
10472 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 ;;
10476 esac
10477 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10478 postinstall_cmds='chmod 555 $lib'
10479 # or fails outright, so override atomically:
10480 install_override_mode=555
10481 ;;
10482
10483 interix[3-9]*)
10484 version_type=linux
10485 need_lib_prefix=no
10486 need_version=no
10487 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10488 soname_spec='${libname}${release}${shared_ext}$major'
10489 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10490 shlibpath_var=LD_LIBRARY_PATH
10491 shlibpath_overrides_runpath=no
10492 hardcode_into_libs=yes
10493 ;;
10494
10495 irix5* | irix6* | nonstopux*)
10496 case $host_os in
10497 nonstopux*) version_type=nonstopux ;;
10498 *)
10499 if test "$lt_cv_prog_gnu_ld" = yes; then
10500 version_type=linux
10501 else
10502 version_type=irix
10503 fi ;;
10504 esac
10505 need_lib_prefix=no
10506 need_version=no
10507 soname_spec='${libname}${release}${shared_ext}$major'
10508 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10509 case $host_os in
10510 irix5* | nonstopux*)
10511 libsuff= shlibsuff=
10512 ;;
10513 *)
10514 case $LD in # libtool.m4 will add one of these switches to LD
10515 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10516 libsuff= shlibsuff= libmagic=32-bit;;
10517 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10518 libsuff=32 shlibsuff=N32 libmagic=N32;;
10519 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10520 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10521 *) libsuff= shlibsuff= libmagic=never-match;;
10522 esac
10523 ;;
10524 esac
10525 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10526 shlibpath_overrides_runpath=no
10527 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10528 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10529 hardcode_into_libs=yes
10530 ;;
10531
10532 # No shared lib support for Linux oldld, aout, or coff.
10533 linux*oldld* | linux*aout* | linux*coff*)
10534 dynamic_linker=no
10535 ;;
10536
10537 # This must be Linux ELF.
10538 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10539 version_type=linux
10540 need_lib_prefix=no
10541 need_version=no
10542 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10545 shlibpath_var=LD_LIBRARY_PATH
10546 shlibpath_overrides_runpath=no
10547
10548 # Some binutils ld are patched to set DT_RUNPATH
10549 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10550 $as_echo_n "(cached) " >&6
10551 else
10552 lt_cv_shlibpath_overrides_runpath=no
10553 save_LDFLAGS=$LDFLAGS
10554 save_libdir=$libdir
10555 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10556 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10557 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10558 /* end confdefs.h. */
10559
10560 int
10561 main ()
10562 {
10563
10564 ;
10565 return 0;
10566 }
10567 _ACEOF
10568 if ac_fn_c_try_link "$LINENO"; then :
10569 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10570 lt_cv_shlibpath_overrides_runpath=yes
10571 fi
10572 fi
10573 rm -f core conftest.err conftest.$ac_objext \
10574 conftest$ac_exeext conftest.$ac_ext
10575 LDFLAGS=$save_LDFLAGS
10576 libdir=$save_libdir
10577
10578 fi
10579
10580 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10581
10582 # This implies no fast_install, which is unacceptable.
10583 # Some rework will be needed to allow for fast_install
10584 # before this can be enabled.
10585 hardcode_into_libs=yes
10586
10587 # Append ld.so.conf contents to the search path
10588 if test -f /etc/ld.so.conf; then
10589 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' ' '`
10590 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10591 fi
10592
10593 # We used to test for /lib/ld.so.1 and disable shared libraries on
10594 # powerpc, because MkLinux only supported shared libraries with the
10595 # GNU dynamic linker. Since this was broken with cross compilers,
10596 # most powerpc-linux boxes support dynamic linking these days and
10597 # people can always --disable-shared, the test was removed, and we
10598 # assume the GNU/Linux dynamic linker is in use.
10599 dynamic_linker='GNU/Linux ld.so'
10600 ;;
10601
10602 netbsd*)
10603 version_type=sunos
10604 need_lib_prefix=no
10605 need_version=no
10606 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10607 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10608 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10609 dynamic_linker='NetBSD (a.out) ld.so'
10610 else
10611 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10612 soname_spec='${libname}${release}${shared_ext}$major'
10613 dynamic_linker='NetBSD ld.elf_so'
10614 fi
10615 shlibpath_var=LD_LIBRARY_PATH
10616 shlibpath_overrides_runpath=yes
10617 hardcode_into_libs=yes
10618 ;;
10619
10620 newsos6)
10621 version_type=linux
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10623 shlibpath_var=LD_LIBRARY_PATH
10624 shlibpath_overrides_runpath=yes
10625 ;;
10626
10627 *nto* | *qnx*)
10628 version_type=qnx
10629 need_lib_prefix=no
10630 need_version=no
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec='${libname}${release}${shared_ext}$major'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 shlibpath_overrides_runpath=no
10635 hardcode_into_libs=yes
10636 dynamic_linker='ldqnx.so'
10637 ;;
10638
10639 openbsd*)
10640 version_type=sunos
10641 sys_lib_dlsearch_path_spec="/usr/lib"
10642 need_lib_prefix=no
10643 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10644 case $host_os in
10645 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10646 *) need_version=no ;;
10647 esac
10648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10649 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10650 shlibpath_var=LD_LIBRARY_PATH
10651 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10652 case $host_os in
10653 openbsd2.[89] | openbsd2.[89].*)
10654 shlibpath_overrides_runpath=no
10655 ;;
10656 *)
10657 shlibpath_overrides_runpath=yes
10658 ;;
10659 esac
10660 else
10661 shlibpath_overrides_runpath=yes
10662 fi
10663 ;;
10664
10665 os2*)
10666 libname_spec='$name'
10667 shrext_cmds=".dll"
10668 need_lib_prefix=no
10669 library_names_spec='$libname${shared_ext} $libname.a'
10670 dynamic_linker='OS/2 ld.exe'
10671 shlibpath_var=LIBPATH
10672 ;;
10673
10674 osf3* | osf4* | osf5*)
10675 version_type=osf
10676 need_lib_prefix=no
10677 need_version=no
10678 soname_spec='${libname}${release}${shared_ext}$major'
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10680 shlibpath_var=LD_LIBRARY_PATH
10681 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10682 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10683 ;;
10684
10685 rdos*)
10686 dynamic_linker=no
10687 ;;
10688
10689 solaris*)
10690 version_type=linux
10691 need_lib_prefix=no
10692 need_version=no
10693 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10694 soname_spec='${libname}${release}${shared_ext}$major'
10695 shlibpath_var=LD_LIBRARY_PATH
10696 shlibpath_overrides_runpath=yes
10697 hardcode_into_libs=yes
10698 # ldd complains unless libraries are executable
10699 postinstall_cmds='chmod +x $lib'
10700 ;;
10701
10702 sunos4*)
10703 version_type=sunos
10704 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10705 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10706 shlibpath_var=LD_LIBRARY_PATH
10707 shlibpath_overrides_runpath=yes
10708 if test "$with_gnu_ld" = yes; then
10709 need_lib_prefix=no
10710 fi
10711 need_version=yes
10712 ;;
10713
10714 sysv4 | sysv4.3*)
10715 version_type=linux
10716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10717 soname_spec='${libname}${release}${shared_ext}$major'
10718 shlibpath_var=LD_LIBRARY_PATH
10719 case $host_vendor in
10720 sni)
10721 shlibpath_overrides_runpath=no
10722 need_lib_prefix=no
10723 runpath_var=LD_RUN_PATH
10724 ;;
10725 siemens)
10726 need_lib_prefix=no
10727 ;;
10728 motorola)
10729 need_lib_prefix=no
10730 need_version=no
10731 shlibpath_overrides_runpath=no
10732 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10733 ;;
10734 esac
10735 ;;
10736
10737 sysv4*MP*)
10738 if test -d /usr/nec ;then
10739 version_type=linux
10740 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10741 soname_spec='$libname${shared_ext}.$major'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 fi
10744 ;;
10745
10746 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10747 version_type=freebsd-elf
10748 need_lib_prefix=no
10749 need_version=no
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10753 shlibpath_overrides_runpath=yes
10754 hardcode_into_libs=yes
10755 if test "$with_gnu_ld" = yes; then
10756 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10757 else
10758 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10759 case $host_os in
10760 sco3.2v5*)
10761 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10762 ;;
10763 esac
10764 fi
10765 sys_lib_dlsearch_path_spec='/usr/lib'
10766 ;;
10767
10768 tpf*)
10769 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10770 version_type=linux
10771 need_lib_prefix=no
10772 need_version=no
10773 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10774 shlibpath_var=LD_LIBRARY_PATH
10775 shlibpath_overrides_runpath=no
10776 hardcode_into_libs=yes
10777 ;;
10778
10779 uts4*)
10780 version_type=linux
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10782 soname_spec='${libname}${release}${shared_ext}$major'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 ;;
10785
10786 *)
10787 dynamic_linker=no
10788 ;;
10789 esac
10790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10791 $as_echo "$dynamic_linker" >&6; }
10792 test "$dynamic_linker" = no && can_build_shared=no
10793
10794 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10795 if test "$GCC" = yes; then
10796 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10797 fi
10798
10799 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10800 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10801 fi
10802 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10803 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10804 fi
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867
10868
10869
10870
10871
10872
10873
10874
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10898 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10899 hardcode_action=
10900 if test -n "$hardcode_libdir_flag_spec" ||
10901 test -n "$runpath_var" ||
10902 test "X$hardcode_automatic" = "Xyes" ; then
10903
10904 # We can hardcode non-existent directories.
10905 if test "$hardcode_direct" != no &&
10906 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10907 # have to relink, otherwise we might link with an installed library
10908 # when we should be linking with a yet-to-be-installed one
10909 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10910 test "$hardcode_minus_L" != no; then
10911 # Linking always hardcodes the temporary library directory.
10912 hardcode_action=relink
10913 else
10914 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10915 hardcode_action=immediate
10916 fi
10917 else
10918 # We cannot hardcode anything, or else we can only hardcode existing
10919 # directories.
10920 hardcode_action=unsupported
10921 fi
10922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10923 $as_echo "$hardcode_action" >&6; }
10924
10925 if test "$hardcode_action" = relink ||
10926 test "$inherit_rpath" = yes; then
10927 # Fast installation is not supported
10928 enable_fast_install=no
10929 elif test "$shlibpath_overrides_runpath" = yes ||
10930 test "$enable_shared" = no; then
10931 # Fast installation is not necessary
10932 enable_fast_install=needless
10933 fi
10934
10935
10936
10937
10938
10939
10940 if test "x$enable_dlopen" != xyes; then
10941 enable_dlopen=unknown
10942 enable_dlopen_self=unknown
10943 enable_dlopen_self_static=unknown
10944 else
10945 lt_cv_dlopen=no
10946 lt_cv_dlopen_libs=
10947
10948 case $host_os in
10949 beos*)
10950 lt_cv_dlopen="load_add_on"
10951 lt_cv_dlopen_libs=
10952 lt_cv_dlopen_self=yes
10953 ;;
10954
10955 mingw* | pw32* | cegcc*)
10956 lt_cv_dlopen="LoadLibrary"
10957 lt_cv_dlopen_libs=
10958 ;;
10959
10960 cygwin*)
10961 lt_cv_dlopen="dlopen"
10962 lt_cv_dlopen_libs=
10963 ;;
10964
10965 darwin*)
10966 # if libdl is installed we need to link against it
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10968 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10969 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10970 $as_echo_n "(cached) " >&6
10971 else
10972 ac_check_lib_save_LIBS=$LIBS
10973 LIBS="-ldl $LIBS"
10974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10975 /* end confdefs.h. */
10976
10977 /* Override any GCC internal prototype to avoid an error.
10978 Use char because int might match the return type of a GCC
10979 builtin and then its argument prototype would still apply. */
10980 #ifdef __cplusplus
10981 extern "C"
10982 #endif
10983 char dlopen ();
10984 int
10985 main ()
10986 {
10987 return dlopen ();
10988 ;
10989 return 0;
10990 }
10991 _ACEOF
10992 if ac_fn_c_try_link "$LINENO"; then :
10993 ac_cv_lib_dl_dlopen=yes
10994 else
10995 ac_cv_lib_dl_dlopen=no
10996 fi
10997 rm -f core conftest.err conftest.$ac_objext \
10998 conftest$ac_exeext conftest.$ac_ext
10999 LIBS=$ac_check_lib_save_LIBS
11000 fi
11001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11002 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11003 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11004 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11005 else
11006
11007 lt_cv_dlopen="dyld"
11008 lt_cv_dlopen_libs=
11009 lt_cv_dlopen_self=yes
11010
11011 fi
11012
11013 ;;
11014
11015 *)
11016 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11017 if test "x$ac_cv_func_shl_load" = x""yes; then :
11018 lt_cv_dlopen="shl_load"
11019 else
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11021 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11022 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11023 $as_echo_n "(cached) " >&6
11024 else
11025 ac_check_lib_save_LIBS=$LIBS
11026 LIBS="-ldld $LIBS"
11027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11028 /* end confdefs.h. */
11029
11030 /* Override any GCC internal prototype to avoid an error.
11031 Use char because int might match the return type of a GCC
11032 builtin and then its argument prototype would still apply. */
11033 #ifdef __cplusplus
11034 extern "C"
11035 #endif
11036 char shl_load ();
11037 int
11038 main ()
11039 {
11040 return shl_load ();
11041 ;
11042 return 0;
11043 }
11044 _ACEOF
11045 if ac_fn_c_try_link "$LINENO"; then :
11046 ac_cv_lib_dld_shl_load=yes
11047 else
11048 ac_cv_lib_dld_shl_load=no
11049 fi
11050 rm -f core conftest.err conftest.$ac_objext \
11051 conftest$ac_exeext conftest.$ac_ext
11052 LIBS=$ac_check_lib_save_LIBS
11053 fi
11054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11055 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11056 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11057 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11058 else
11059 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11060 if test "x$ac_cv_func_dlopen" = x""yes; then :
11061 lt_cv_dlopen="dlopen"
11062 else
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11064 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11065 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11066 $as_echo_n "(cached) " >&6
11067 else
11068 ac_check_lib_save_LIBS=$LIBS
11069 LIBS="-ldl $LIBS"
11070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11071 /* end confdefs.h. */
11072
11073 /* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char dlopen ();
11080 int
11081 main ()
11082 {
11083 return dlopen ();
11084 ;
11085 return 0;
11086 }
11087 _ACEOF
11088 if ac_fn_c_try_link "$LINENO"; then :
11089 ac_cv_lib_dl_dlopen=yes
11090 else
11091 ac_cv_lib_dl_dlopen=no
11092 fi
11093 rm -f core conftest.err conftest.$ac_objext \
11094 conftest$ac_exeext conftest.$ac_ext
11095 LIBS=$ac_check_lib_save_LIBS
11096 fi
11097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11098 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11099 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11100 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11101 else
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11103 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11104 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11105 $as_echo_n "(cached) " >&6
11106 else
11107 ac_check_lib_save_LIBS=$LIBS
11108 LIBS="-lsvld $LIBS"
11109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11110 /* end confdefs.h. */
11111
11112 /* Override any GCC internal prototype to avoid an error.
11113 Use char because int might match the return type of a GCC
11114 builtin and then its argument prototype would still apply. */
11115 #ifdef __cplusplus
11116 extern "C"
11117 #endif
11118 char dlopen ();
11119 int
11120 main ()
11121 {
11122 return dlopen ();
11123 ;
11124 return 0;
11125 }
11126 _ACEOF
11127 if ac_fn_c_try_link "$LINENO"; then :
11128 ac_cv_lib_svld_dlopen=yes
11129 else
11130 ac_cv_lib_svld_dlopen=no
11131 fi
11132 rm -f core conftest.err conftest.$ac_objext \
11133 conftest$ac_exeext conftest.$ac_ext
11134 LIBS=$ac_check_lib_save_LIBS
11135 fi
11136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11137 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11138 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11139 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11140 else
11141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11142 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11143 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11144 $as_echo_n "(cached) " >&6
11145 else
11146 ac_check_lib_save_LIBS=$LIBS
11147 LIBS="-ldld $LIBS"
11148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11149 /* end confdefs.h. */
11150
11151 /* Override any GCC internal prototype to avoid an error.
11152 Use char because int might match the return type of a GCC
11153 builtin and then its argument prototype would still apply. */
11154 #ifdef __cplusplus
11155 extern "C"
11156 #endif
11157 char dld_link ();
11158 int
11159 main ()
11160 {
11161 return dld_link ();
11162 ;
11163 return 0;
11164 }
11165 _ACEOF
11166 if ac_fn_c_try_link "$LINENO"; then :
11167 ac_cv_lib_dld_dld_link=yes
11168 else
11169 ac_cv_lib_dld_dld_link=no
11170 fi
11171 rm -f core conftest.err conftest.$ac_objext \
11172 conftest$ac_exeext conftest.$ac_ext
11173 LIBS=$ac_check_lib_save_LIBS
11174 fi
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11176 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11177 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11178 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11179 fi
11180
11181
11182 fi
11183
11184
11185 fi
11186
11187
11188 fi
11189
11190
11191 fi
11192
11193
11194 fi
11195
11196 ;;
11197 esac
11198
11199 if test "x$lt_cv_dlopen" != xno; then
11200 enable_dlopen=yes
11201 else
11202 enable_dlopen=no
11203 fi
11204
11205 case $lt_cv_dlopen in
11206 dlopen)
11207 save_CPPFLAGS="$CPPFLAGS"
11208 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11209
11210 save_LDFLAGS="$LDFLAGS"
11211 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11212
11213 save_LIBS="$LIBS"
11214 LIBS="$lt_cv_dlopen_libs $LIBS"
11215
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11217 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11218 if test "${lt_cv_dlopen_self+set}" = set; then :
11219 $as_echo_n "(cached) " >&6
11220 else
11221 if test "$cross_compiling" = yes; then :
11222 lt_cv_dlopen_self=cross
11223 else
11224 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11225 lt_status=$lt_dlunknown
11226 cat > conftest.$ac_ext <<_LT_EOF
11227 #line 11227 "configure"
11228 #include "confdefs.h"
11229
11230 #if HAVE_DLFCN_H
11231 #include <dlfcn.h>
11232 #endif
11233
11234 #include <stdio.h>
11235
11236 #ifdef RTLD_GLOBAL
11237 # define LT_DLGLOBAL RTLD_GLOBAL
11238 #else
11239 # ifdef DL_GLOBAL
11240 # define LT_DLGLOBAL DL_GLOBAL
11241 # else
11242 # define LT_DLGLOBAL 0
11243 # endif
11244 #endif
11245
11246 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11247 find out it does not work in some platform. */
11248 #ifndef LT_DLLAZY_OR_NOW
11249 # ifdef RTLD_LAZY
11250 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11251 # else
11252 # ifdef DL_LAZY
11253 # define LT_DLLAZY_OR_NOW DL_LAZY
11254 # else
11255 # ifdef RTLD_NOW
11256 # define LT_DLLAZY_OR_NOW RTLD_NOW
11257 # else
11258 # ifdef DL_NOW
11259 # define LT_DLLAZY_OR_NOW DL_NOW
11260 # else
11261 # define LT_DLLAZY_OR_NOW 0
11262 # endif
11263 # endif
11264 # endif
11265 # endif
11266 #endif
11267
11268 /* When -fvisbility=hidden is used, assume the code has been annotated
11269 correspondingly for the symbols needed. */
11270 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11271 void fnord () __attribute__((visibility("default")));
11272 #endif
11273
11274 void fnord () { int i=42; }
11275 int main ()
11276 {
11277 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11278 int status = $lt_dlunknown;
11279
11280 if (self)
11281 {
11282 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11283 else
11284 {
11285 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11286 else puts (dlerror ());
11287 }
11288 /* dlclose (self); */
11289 }
11290 else
11291 puts (dlerror ());
11292
11293 return status;
11294 }
11295 _LT_EOF
11296 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11297 (eval $ac_link) 2>&5
11298 ac_status=$?
11299 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11300 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11301 (./conftest; exit; ) >&5 2>/dev/null
11302 lt_status=$?
11303 case x$lt_status in
11304 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11305 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11306 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11307 esac
11308 else :
11309 # compilation failed
11310 lt_cv_dlopen_self=no
11311 fi
11312 fi
11313 rm -fr conftest*
11314
11315
11316 fi
11317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11318 $as_echo "$lt_cv_dlopen_self" >&6; }
11319
11320 if test "x$lt_cv_dlopen_self" = xyes; then
11321 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11323 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11324 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11325 $as_echo_n "(cached) " >&6
11326 else
11327 if test "$cross_compiling" = yes; then :
11328 lt_cv_dlopen_self_static=cross
11329 else
11330 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11331 lt_status=$lt_dlunknown
11332 cat > conftest.$ac_ext <<_LT_EOF
11333 #line 11333 "configure"
11334 #include "confdefs.h"
11335
11336 #if HAVE_DLFCN_H
11337 #include <dlfcn.h>
11338 #endif
11339
11340 #include <stdio.h>
11341
11342 #ifdef RTLD_GLOBAL
11343 # define LT_DLGLOBAL RTLD_GLOBAL
11344 #else
11345 # ifdef DL_GLOBAL
11346 # define LT_DLGLOBAL DL_GLOBAL
11347 # else
11348 # define LT_DLGLOBAL 0
11349 # endif
11350 #endif
11351
11352 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11353 find out it does not work in some platform. */
11354 #ifndef LT_DLLAZY_OR_NOW
11355 # ifdef RTLD_LAZY
11356 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11357 # else
11358 # ifdef DL_LAZY
11359 # define LT_DLLAZY_OR_NOW DL_LAZY
11360 # else
11361 # ifdef RTLD_NOW
11362 # define LT_DLLAZY_OR_NOW RTLD_NOW
11363 # else
11364 # ifdef DL_NOW
11365 # define LT_DLLAZY_OR_NOW DL_NOW
11366 # else
11367 # define LT_DLLAZY_OR_NOW 0
11368 # endif
11369 # endif
11370 # endif
11371 # endif
11372 #endif
11373
11374 /* When -fvisbility=hidden is used, assume the code has been annotated
11375 correspondingly for the symbols needed. */
11376 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11377 void fnord () __attribute__((visibility("default")));
11378 #endif
11379
11380 void fnord () { int i=42; }
11381 int main ()
11382 {
11383 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11384 int status = $lt_dlunknown;
11385
11386 if (self)
11387 {
11388 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11389 else
11390 {
11391 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11392 else puts (dlerror ());
11393 }
11394 /* dlclose (self); */
11395 }
11396 else
11397 puts (dlerror ());
11398
11399 return status;
11400 }
11401 _LT_EOF
11402 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11403 (eval $ac_link) 2>&5
11404 ac_status=$?
11405 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11406 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11407 (./conftest; exit; ) >&5 2>/dev/null
11408 lt_status=$?
11409 case x$lt_status in
11410 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11411 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11412 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11413 esac
11414 else :
11415 # compilation failed
11416 lt_cv_dlopen_self_static=no
11417 fi
11418 fi
11419 rm -fr conftest*
11420
11421
11422 fi
11423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11424 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11425 fi
11426
11427 CPPFLAGS="$save_CPPFLAGS"
11428 LDFLAGS="$save_LDFLAGS"
11429 LIBS="$save_LIBS"
11430 ;;
11431 esac
11432
11433 case $lt_cv_dlopen_self in
11434 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11435 *) enable_dlopen_self=unknown ;;
11436 esac
11437
11438 case $lt_cv_dlopen_self_static in
11439 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11440 *) enable_dlopen_self_static=unknown ;;
11441 esac
11442 fi
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457
11458
11459
11460 striplib=
11461 old_striplib=
11462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11463 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11464 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11465 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11466 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11468 $as_echo "yes" >&6; }
11469 else
11470 # FIXME - insert some real tests, host_os isn't really good enough
11471 case $host_os in
11472 darwin*)
11473 if test -n "$STRIP" ; then
11474 striplib="$STRIP -x"
11475 old_striplib="$STRIP -S"
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11477 $as_echo "yes" >&6; }
11478 else
11479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11480 $as_echo "no" >&6; }
11481 fi
11482 ;;
11483 *)
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11485 $as_echo "no" >&6; }
11486 ;;
11487 esac
11488 fi
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498
11499
11500
11501 # Report which library types will actually be built
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11503 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11505 $as_echo "$can_build_shared" >&6; }
11506
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11508 $as_echo_n "checking whether to build shared libraries... " >&6; }
11509 test "$can_build_shared" = "no" && enable_shared=no
11510
11511 # On AIX, shared libraries and static libraries use the same namespace, and
11512 # are all built from PIC.
11513 case $host_os in
11514 aix3*)
11515 test "$enable_shared" = yes && enable_static=no
11516 if test -n "$RANLIB"; then
11517 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11518 postinstall_cmds='$RANLIB $lib'
11519 fi
11520 ;;
11521
11522 aix[4-9]*)
11523 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11524 test "$enable_shared" = yes && enable_static=no
11525 fi
11526 ;;
11527 esac
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11529 $as_echo "$enable_shared" >&6; }
11530
11531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11532 $as_echo_n "checking whether to build static libraries... " >&6; }
11533 # Make sure either enable_shared or enable_static is yes.
11534 test "$enable_shared" = yes || enable_static=yes
11535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11536 $as_echo "$enable_static" >&6; }
11537
11538
11539
11540
11541 fi
11542 ac_ext=c
11543 ac_cpp='$CPP $CPPFLAGS'
11544 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11545 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11546 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11547
11548 CC="$lt_save_CC"
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559
11560
11561
11562 ac_config_commands="$ac_config_commands libtool"
11563
11564
11565
11566
11567 # Only expand once:
11568
11569
11570
11571 # The tests for host and target for $enable_largefile require
11572 # canonical names.
11573
11574
11575
11576 # As the $enable_largefile decision depends on --enable-plugins we must set it
11577 # even in directories otherwise not depending on the $plugins option.
11578
11579
11580 maybe_plugins=no
11581 for ac_header in dlfcn.h
11582 do :
11583 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11584 "
11585 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11586 cat >>confdefs.h <<_ACEOF
11587 #define HAVE_DLFCN_H 1
11588 _ACEOF
11589 maybe_plugins=yes
11590 fi
11591
11592 done
11593
11594 for ac_header in windows.h
11595 do :
11596 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11597 "
11598 if test "x$ac_cv_header_windows_h" = x""yes; then :
11599 cat >>confdefs.h <<_ACEOF
11600 #define HAVE_WINDOWS_H 1
11601 _ACEOF
11602 maybe_plugins=yes
11603 fi
11604
11605 done
11606
11607
11608 # Check whether --enable-plugins was given.
11609 if test "${enable_plugins+set}" = set; then :
11610 enableval=$enable_plugins; case "${enableval}" in
11611 no) plugins=no ;;
11612 *) plugins=yes
11613 if test "$maybe_plugins" != "yes" ; then
11614 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11615 fi ;;
11616 esac
11617 else
11618 plugins=$maybe_plugins
11619
11620 fi
11621
11622 if test "$plugins" = "yes"; then
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11624 $as_echo_n "checking for library containing dlsym... " >&6; }
11625 if test "${ac_cv_search_dlsym+set}" = set; then :
11626 $as_echo_n "(cached) " >&6
11627 else
11628 ac_func_search_save_LIBS=$LIBS
11629 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11630 /* end confdefs.h. */
11631
11632 /* Override any GCC internal prototype to avoid an error.
11633 Use char because int might match the return type of a GCC
11634 builtin and then its argument prototype would still apply. */
11635 #ifdef __cplusplus
11636 extern "C"
11637 #endif
11638 char dlsym ();
11639 int
11640 main ()
11641 {
11642 return dlsym ();
11643 ;
11644 return 0;
11645 }
11646 _ACEOF
11647 for ac_lib in '' dl; do
11648 if test -z "$ac_lib"; then
11649 ac_res="none required"
11650 else
11651 ac_res=-l$ac_lib
11652 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11653 fi
11654 if ac_fn_c_try_link "$LINENO"; then :
11655 ac_cv_search_dlsym=$ac_res
11656 fi
11657 rm -f core conftest.err conftest.$ac_objext \
11658 conftest$ac_exeext
11659 if test "${ac_cv_search_dlsym+set}" = set; then :
11660 break
11661 fi
11662 done
11663 if test "${ac_cv_search_dlsym+set}" = set; then :
11664
11665 else
11666 ac_cv_search_dlsym=no
11667 fi
11668 rm conftest.$ac_ext
11669 LIBS=$ac_func_search_save_LIBS
11670 fi
11671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11672 $as_echo "$ac_cv_search_dlsym" >&6; }
11673 ac_res=$ac_cv_search_dlsym
11674 if test "$ac_res" != no; then :
11675 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11676
11677 fi
11678
11679 fi
11680
11681
11682 case "${host}" in
11683 sparc-*-solaris*|i[3-7]86-*-solaris*)
11684 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11685 # are mutually exclusive; and without procfs support, the bfd/ elf module
11686 # cannot provide certain routines such as elfcore_write_prpsinfo
11687 # or elfcore_write_prstatus. So unless the user explicitly requested
11688 # large-file support through the --enable-largefile switch, disable
11689 # large-file support in favor of procfs support.
11690 test "${target}" = "${host}" -a "x$plugins" = xno \
11691 && : ${enable_largefile="no"}
11692 ;;
11693 esac
11694
11695 # Check whether --enable-largefile was given.
11696 if test "${enable_largefile+set}" = set; then :
11697 enableval=$enable_largefile;
11698 fi
11699
11700 if test "$enable_largefile" != no; then
11701
11702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11703 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11704 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11705 $as_echo_n "(cached) " >&6
11706 else
11707 ac_cv_sys_largefile_CC=no
11708 if test "$GCC" != yes; then
11709 ac_save_CC=$CC
11710 while :; do
11711 # IRIX 6.2 and later do not support large files by default,
11712 # so use the C compiler's -n32 option if that helps.
11713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11714 /* end confdefs.h. */
11715 #include <sys/types.h>
11716 /* Check that off_t can represent 2**63 - 1 correctly.
11717 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11718 since some C++ compilers masquerading as C compilers
11719 incorrectly reject 9223372036854775807. */
11720 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11721 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11722 && LARGE_OFF_T % 2147483647 == 1)
11723 ? 1 : -1];
11724 int
11725 main ()
11726 {
11727
11728 ;
11729 return 0;
11730 }
11731 _ACEOF
11732 if ac_fn_c_try_compile "$LINENO"; then :
11733 break
11734 fi
11735 rm -f core conftest.err conftest.$ac_objext
11736 CC="$CC -n32"
11737 if ac_fn_c_try_compile "$LINENO"; then :
11738 ac_cv_sys_largefile_CC=' -n32'; break
11739 fi
11740 rm -f core conftest.err conftest.$ac_objext
11741 break
11742 done
11743 CC=$ac_save_CC
11744 rm -f conftest.$ac_ext
11745 fi
11746 fi
11747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11748 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11749 if test "$ac_cv_sys_largefile_CC" != no; then
11750 CC=$CC$ac_cv_sys_largefile_CC
11751 fi
11752
11753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11754 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11755 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11756 $as_echo_n "(cached) " >&6
11757 else
11758 while :; do
11759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11760 /* end confdefs.h. */
11761 #include <sys/types.h>
11762 /* Check that off_t can represent 2**63 - 1 correctly.
11763 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11764 since some C++ compilers masquerading as C compilers
11765 incorrectly reject 9223372036854775807. */
11766 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11767 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11768 && LARGE_OFF_T % 2147483647 == 1)
11769 ? 1 : -1];
11770 int
11771 main ()
11772 {
11773
11774 ;
11775 return 0;
11776 }
11777 _ACEOF
11778 if ac_fn_c_try_compile "$LINENO"; then :
11779 ac_cv_sys_file_offset_bits=no; break
11780 fi
11781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11783 /* end confdefs.h. */
11784 #define _FILE_OFFSET_BITS 64
11785 #include <sys/types.h>
11786 /* Check that off_t can represent 2**63 - 1 correctly.
11787 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11788 since some C++ compilers masquerading as C compilers
11789 incorrectly reject 9223372036854775807. */
11790 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11791 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11792 && LARGE_OFF_T % 2147483647 == 1)
11793 ? 1 : -1];
11794 int
11795 main ()
11796 {
11797
11798 ;
11799 return 0;
11800 }
11801 _ACEOF
11802 if ac_fn_c_try_compile "$LINENO"; then :
11803 ac_cv_sys_file_offset_bits=64; break
11804 fi
11805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11806 ac_cv_sys_file_offset_bits=unknown
11807 break
11808 done
11809 fi
11810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11811 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11812 case $ac_cv_sys_file_offset_bits in #(
11813 no | unknown) ;;
11814 *)
11815 cat >>confdefs.h <<_ACEOF
11816 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11817 _ACEOF
11818 ;;
11819 esac
11820 rm -rf conftest*
11821 if test $ac_cv_sys_file_offset_bits = unknown; then
11822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11823 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11824 if test "${ac_cv_sys_large_files+set}" = set; then :
11825 $as_echo_n "(cached) " >&6
11826 else
11827 while :; do
11828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11829 /* end confdefs.h. */
11830 #include <sys/types.h>
11831 /* Check that off_t can represent 2**63 - 1 correctly.
11832 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11833 since some C++ compilers masquerading as C compilers
11834 incorrectly reject 9223372036854775807. */
11835 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11836 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11837 && LARGE_OFF_T % 2147483647 == 1)
11838 ? 1 : -1];
11839 int
11840 main ()
11841 {
11842
11843 ;
11844 return 0;
11845 }
11846 _ACEOF
11847 if ac_fn_c_try_compile "$LINENO"; then :
11848 ac_cv_sys_large_files=no; break
11849 fi
11850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11852 /* end confdefs.h. */
11853 #define _LARGE_FILES 1
11854 #include <sys/types.h>
11855 /* Check that off_t can represent 2**63 - 1 correctly.
11856 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11857 since some C++ compilers masquerading as C compilers
11858 incorrectly reject 9223372036854775807. */
11859 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11860 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11861 && LARGE_OFF_T % 2147483647 == 1)
11862 ? 1 : -1];
11863 int
11864 main ()
11865 {
11866
11867 ;
11868 return 0;
11869 }
11870 _ACEOF
11871 if ac_fn_c_try_compile "$LINENO"; then :
11872 ac_cv_sys_large_files=1; break
11873 fi
11874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11875 ac_cv_sys_large_files=unknown
11876 break
11877 done
11878 fi
11879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11880 $as_echo "$ac_cv_sys_large_files" >&6; }
11881 case $ac_cv_sys_large_files in #(
11882 no | unknown) ;;
11883 *)
11884 cat >>confdefs.h <<_ACEOF
11885 #define _LARGE_FILES $ac_cv_sys_large_files
11886 _ACEOF
11887 ;;
11888 esac
11889 rm -rf conftest*
11890 fi
11891 fi
11892
11893
11894
11895 # Check whether --enable-targets was given.
11896 if test "${enable_targets+set}" = set; then :
11897 enableval=$enable_targets; case "${enableval}" in
11898 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11899 ;;
11900 no) enable_targets= ;;
11901 *) enable_targets=$enableval ;;
11902 esac
11903 fi
11904
11905 # Check whether --enable-deterministic-archives was given.
11906 if test "${enable_deterministic_archives+set}" = set; then :
11907 enableval=$enable_deterministic_archives;
11908 if test "${enableval}" = no; then
11909 default_ar_deterministic=0
11910 else
11911 default_ar_deterministic=1
11912 fi
11913 else
11914 default_ar_deterministic=0
11915 fi
11916
11917
11918
11919 cat >>confdefs.h <<_ACEOF
11920 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11921 _ACEOF
11922
11923
11924 # Check whether --enable-default-strings-all was given.
11925 if test "${enable_default_strings_all+set}" = set; then :
11926 enableval=$enable_default_strings_all;
11927 if test "${enableval}" = no; then
11928 default_strings_all=0
11929 else
11930 default_strings_all=1
11931 fi
11932 else
11933 default_strings_all=1
11934 fi
11935
11936
11937
11938 cat >>confdefs.h <<_ACEOF
11939 #define DEFAULT_STRINGS_ALL $default_strings_all
11940 _ACEOF
11941
11942
11943
11944 # Set the 'development' global.
11945 . $srcdir/../bfd/development.sh
11946
11947 # Set acp_cpp_for_build variable
11948 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11949
11950 # Default set of GCC warnings to enable.
11951 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11952 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11953
11954 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11956 /* end confdefs.h. */
11957 __GNUC__
11958 _ACEOF
11959 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11960 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11961
11962 else
11963 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11964 fi
11965 rm -f conftest*
11966
11967
11968 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11969 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11970 /* end confdefs.h. */
11971 __GNUC__
11972 _ACEOF
11973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11974 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11975
11976 else
11977 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11978 fi
11979 rm -f conftest*
11980
11981
11982 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11983 WARN_WRITE_STRINGS=""
11984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11985 /* end confdefs.h. */
11986 __GNUC__
11987 _ACEOF
11988 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11989 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11990
11991 else
11992 WARN_WRITE_STRINGS="-Wwrite-strings"
11993 fi
11994 rm -f conftest*
11995
11996
11997 # Verify CC_FOR_BUILD to be compatible with warning flags
11998
11999 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12001 /* end confdefs.h. */
12002 __GNUC__
12003 _ACEOF
12004 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12005 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
12006
12007 else
12008 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12009 fi
12010 rm -f conftest*
12011
12012
12013 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12015 /* end confdefs.h. */
12016 __GNUC__
12017 _ACEOF
12018 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12019 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
12020
12021 else
12022 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12023 fi
12024 rm -f conftest*
12025
12026
12027 # Check whether --enable-werror was given.
12028 if test "${enable_werror+set}" = set; then :
12029 enableval=$enable_werror; case "${enableval}" in
12030 yes | y) ERROR_ON_WARNING="yes" ;;
12031 no | n) ERROR_ON_WARNING="no" ;;
12032 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12033 esac
12034 fi
12035
12036
12037 # Disable -Wformat by default when using gcc on mingw
12038 case "${host}" in
12039 *-*-mingw32*)
12040 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12041 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12042 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12043 fi
12044 ;;
12045 *) ;;
12046 esac
12047
12048 # Enable -Werror by default when using gcc. Turn it off for releases.
12049 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12050 ERROR_ON_WARNING=yes
12051 fi
12052
12053 NO_WERROR=
12054 if test "${ERROR_ON_WARNING}" = yes ; then
12055 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12056 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12057 NO_WERROR="-Wno-error"
12058 fi
12059
12060 if test "${GCC}" = yes ; then
12061 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12062 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12063 fi
12064
12065 # Check whether --enable-build-warnings was given.
12066 if test "${enable_build_warnings+set}" = set; then :
12067 enableval=$enable_build_warnings; case "${enableval}" in
12068 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12069 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12070 no) if test "${GCC}" = yes ; then
12071 WARN_CFLAGS="-w"
12072 WARN_CFLAGS_FOR_BUILD="-w"
12073 fi;;
12074 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12075 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12076 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12077 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12078 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12079 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12080 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12081 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12082 esac
12083 fi
12084
12085
12086 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12087 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12088 fi
12089
12090
12091
12092
12093
12094
12095
12096 ac_config_headers="$ac_config_headers config.h:config.in"
12097
12098
12099
12100
12101 if test -z "$target" ; then
12102 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12103 fi
12104 if test -z "$host" ; then
12105 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12106 fi
12107
12108 for ac_prog in 'bison -y' byacc
12109 do
12110 # Extract the first word of "$ac_prog", so it can be a program name with args.
12111 set dummy $ac_prog; ac_word=$2
12112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12113 $as_echo_n "checking for $ac_word... " >&6; }
12114 if test "${ac_cv_prog_YACC+set}" = set; then :
12115 $as_echo_n "(cached) " >&6
12116 else
12117 if test -n "$YACC"; then
12118 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12119 else
12120 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12121 for as_dir in $PATH
12122 do
12123 IFS=$as_save_IFS
12124 test -z "$as_dir" && as_dir=.
12125 for ac_exec_ext in '' $ac_executable_extensions; do
12126 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12127 ac_cv_prog_YACC="$ac_prog"
12128 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12129 break 2
12130 fi
12131 done
12132 done
12133 IFS=$as_save_IFS
12134
12135 fi
12136 fi
12137 YACC=$ac_cv_prog_YACC
12138 if test -n "$YACC"; then
12139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12140 $as_echo "$YACC" >&6; }
12141 else
12142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12143 $as_echo "no" >&6; }
12144 fi
12145
12146
12147 test -n "$YACC" && break
12148 done
12149 test -n "$YACC" || YACC="yacc"
12150
12151 for ac_prog in flex lex
12152 do
12153 # Extract the first word of "$ac_prog", so it can be a program name with args.
12154 set dummy $ac_prog; ac_word=$2
12155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12156 $as_echo_n "checking for $ac_word... " >&6; }
12157 if test "${ac_cv_prog_LEX+set}" = set; then :
12158 $as_echo_n "(cached) " >&6
12159 else
12160 if test -n "$LEX"; then
12161 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12162 else
12163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12164 for as_dir in $PATH
12165 do
12166 IFS=$as_save_IFS
12167 test -z "$as_dir" && as_dir=.
12168 for ac_exec_ext in '' $ac_executable_extensions; do
12169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12170 ac_cv_prog_LEX="$ac_prog"
12171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12172 break 2
12173 fi
12174 done
12175 done
12176 IFS=$as_save_IFS
12177
12178 fi
12179 fi
12180 LEX=$ac_cv_prog_LEX
12181 if test -n "$LEX"; then
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12183 $as_echo "$LEX" >&6; }
12184 else
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12186 $as_echo "no" >&6; }
12187 fi
12188
12189
12190 test -n "$LEX" && break
12191 done
12192 test -n "$LEX" || LEX=":"
12193
12194 case "$LEX" in
12195 :|*"missing "*) ;;
12196 *) cat >conftest.l <<_ACEOF
12197 %%
12198 a { ECHO; }
12199 b { REJECT; }
12200 c { yymore (); }
12201 d { yyless (1); }
12202 e { yyless (input () != 0); }
12203 f { unput (yytext[0]); }
12204 . { BEGIN INITIAL; }
12205 %%
12206 #ifdef YYTEXT_POINTER
12207 extern char *yytext;
12208 #endif
12209 int
12210 main (void)
12211 {
12212 return ! yylex () + ! yywrap ();
12213 }
12214 _ACEOF
12215 { { ac_try="$LEX conftest.l"
12216 case "(($ac_try" in
12217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12218 *) ac_try_echo=$ac_try;;
12219 esac
12220 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12221 $as_echo "$ac_try_echo"; } >&5
12222 (eval "$LEX conftest.l") 2>&5
12223 ac_status=$?
12224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12225 test $ac_status = 0; }
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12227 $as_echo_n "checking lex output file root... " >&6; }
12228 if test "${ac_cv_prog_lex_root+set}" = set; then :
12229 $as_echo_n "(cached) " >&6
12230 else
12231
12232 if test -f lex.yy.c; then
12233 ac_cv_prog_lex_root=lex.yy
12234 elif test -f lexyy.c; then
12235 ac_cv_prog_lex_root=lexyy
12236 else
12237 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12238 fi
12239 fi
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12241 $as_echo "$ac_cv_prog_lex_root" >&6; }
12242 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12243
12244 if test -z "${LEXLIB+set}"; then
12245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12246 $as_echo_n "checking lex library... " >&6; }
12247 if test "${ac_cv_lib_lex+set}" = set; then :
12248 $as_echo_n "(cached) " >&6
12249 else
12250
12251 ac_save_LIBS=$LIBS
12252 ac_cv_lib_lex='none needed'
12253 for ac_lib in '' -lfl -ll; do
12254 LIBS="$ac_lib $ac_save_LIBS"
12255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12256 /* end confdefs.h. */
12257 `cat $LEX_OUTPUT_ROOT.c`
12258 _ACEOF
12259 if ac_fn_c_try_link "$LINENO"; then :
12260 ac_cv_lib_lex=$ac_lib
12261 fi
12262 rm -f core conftest.err conftest.$ac_objext \
12263 conftest$ac_exeext conftest.$ac_ext
12264 test "$ac_cv_lib_lex" != 'none needed' && break
12265 done
12266 LIBS=$ac_save_LIBS
12267
12268 fi
12269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12270 $as_echo "$ac_cv_lib_lex" >&6; }
12271 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12272 fi
12273
12274
12275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12276 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12277 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12278 $as_echo_n "(cached) " >&6
12279 else
12280 # POSIX says lex can declare yytext either as a pointer or an array; the
12281 # default is implementation-dependent. Figure out which it is, since
12282 # not all implementations provide the %pointer and %array declarations.
12283 ac_cv_prog_lex_yytext_pointer=no
12284 ac_save_LIBS=$LIBS
12285 LIBS="$LEXLIB $ac_save_LIBS"
12286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12287 /* end confdefs.h. */
12288 #define YYTEXT_POINTER 1
12289 `cat $LEX_OUTPUT_ROOT.c`
12290 _ACEOF
12291 if ac_fn_c_try_link "$LINENO"; then :
12292 ac_cv_prog_lex_yytext_pointer=yes
12293 fi
12294 rm -f core conftest.err conftest.$ac_objext \
12295 conftest$ac_exeext conftest.$ac_ext
12296 LIBS=$ac_save_LIBS
12297
12298 fi
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12300 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12301 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12302
12303 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12304
12305 fi
12306 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12307 ;;
12308 esac
12309 if test "$LEX" = :; then
12310 LEX=${am_missing_run}flex
12311 fi
12312
12313 ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
12314 # If we haven't got the data from the intl directory,
12315 # assume NLS is disabled.
12316 USE_NLS=no
12317 LIBINTL=
12318 LIBINTL_DEP=
12319 INCINTL=
12320 XGETTEXT=
12321 GMSGFMT=
12322 POSUB=
12323
12324 if test -f ../intl/config.intl; then
12325 . ../intl/config.intl
12326 fi
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12328 $as_echo_n "checking whether NLS is requested... " >&6; }
12329 if test x"$USE_NLS" != xyes; then
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12331 $as_echo "no" >&6; }
12332 else
12333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12334 $as_echo "yes" >&6; }
12335
12336 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12337
12338
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12340 $as_echo_n "checking for catalogs to be installed... " >&6; }
12341 # Look for .po and .gmo files in the source directory.
12342 CATALOGS=
12343 XLINGUAS=
12344 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12345 # If there aren't any .gmo files the shell will give us the
12346 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12347 # weeded out.
12348 case "$cat" in *\**)
12349 continue;;
12350 esac
12351 # The quadruple backslash is collapsed to a double backslash
12352 # by the backticks, then collapsed again by the double quotes,
12353 # leaving us with one backslash in the sed expression (right
12354 # before the dot that mustn't act as a wildcard).
12355 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12356 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12357 # The user is allowed to set LINGUAS to a list of languages to
12358 # install catalogs for. If it's empty that means "all of them."
12359 if test "x$LINGUAS" = x; then
12360 CATALOGS="$CATALOGS $cat"
12361 XLINGUAS="$XLINGUAS $lang"
12362 else
12363 case "$LINGUAS" in *$lang*)
12364 CATALOGS="$CATALOGS $cat"
12365 XLINGUAS="$XLINGUAS $lang"
12366 ;;
12367 esac
12368 fi
12369 done
12370 LINGUAS="$XLINGUAS"
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12372 $as_echo "$LINGUAS" >&6; }
12373
12374
12375 DATADIRNAME=share
12376
12377 INSTOBJEXT=.mo
12378
12379 GENCAT=gencat
12380
12381 CATOBJEXT=.gmo
12382
12383 fi
12384
12385 MKINSTALLDIRS=
12386 if test -n "$ac_aux_dir"; then
12387 case "$ac_aux_dir" in
12388 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12389 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12390 esac
12391 fi
12392 if test -z "$MKINSTALLDIRS"; then
12393 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12394 fi
12395
12396
12397
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12399 $as_echo_n "checking whether NLS is requested... " >&6; }
12400 # Check whether --enable-nls was given.
12401 if test "${enable_nls+set}" = set; then :
12402 enableval=$enable_nls; USE_NLS=$enableval
12403 else
12404 USE_NLS=yes
12405 fi
12406
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12408 $as_echo "$USE_NLS" >&6; }
12409
12410
12411
12412
12413
12414
12415 # Prepare PATH_SEPARATOR.
12416 # The user is always right.
12417 if test "${PATH_SEPARATOR+set}" != set; then
12418 echo "#! /bin/sh" >conf$$.sh
12419 echo "exit 0" >>conf$$.sh
12420 chmod +x conf$$.sh
12421 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12422 PATH_SEPARATOR=';'
12423 else
12424 PATH_SEPARATOR=:
12425 fi
12426 rm -f conf$$.sh
12427 fi
12428
12429 # Find out how to test for executable files. Don't use a zero-byte file,
12430 # as systems may use methods other than mode bits to determine executability.
12431 cat >conf$$.file <<_ASEOF
12432 #! /bin/sh
12433 exit 0
12434 _ASEOF
12435 chmod +x conf$$.file
12436 if test -x conf$$.file >/dev/null 2>&1; then
12437 ac_executable_p="test -x"
12438 else
12439 ac_executable_p="test -f"
12440 fi
12441 rm -f conf$$.file
12442
12443 # Extract the first word of "msgfmt", so it can be a program name with args.
12444 set dummy msgfmt; ac_word=$2
12445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12446 $as_echo_n "checking for $ac_word... " >&6; }
12447 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12448 $as_echo_n "(cached) " >&6
12449 else
12450 case "$MSGFMT" in
12451 [\\/]* | ?:[\\/]*)
12452 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12453 ;;
12454 *)
12455 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12456 for ac_dir in $PATH; do
12457 IFS="$ac_save_IFS"
12458 test -z "$ac_dir" && ac_dir=.
12459 for ac_exec_ext in '' $ac_executable_extensions; do
12460 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12461 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12462 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12463 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12464 break 2
12465 fi
12466 fi
12467 done
12468 done
12469 IFS="$ac_save_IFS"
12470 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12471 ;;
12472 esac
12473 fi
12474 MSGFMT="$ac_cv_path_MSGFMT"
12475 if test "$MSGFMT" != ":"; then
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12477 $as_echo "$MSGFMT" >&6; }
12478 else
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12480 $as_echo "no" >&6; }
12481 fi
12482
12483 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12484 set dummy gmsgfmt; ac_word=$2
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12486 $as_echo_n "checking for $ac_word... " >&6; }
12487 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12488 $as_echo_n "(cached) " >&6
12489 else
12490 case $GMSGFMT in
12491 [\\/]* | ?:[\\/]*)
12492 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12493 ;;
12494 *)
12495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12496 for as_dir in $PATH
12497 do
12498 IFS=$as_save_IFS
12499 test -z "$as_dir" && as_dir=.
12500 for ac_exec_ext in '' $ac_executable_extensions; do
12501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12502 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12503 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12504 break 2
12505 fi
12506 done
12507 done
12508 IFS=$as_save_IFS
12509
12510 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12511 ;;
12512 esac
12513 fi
12514 GMSGFMT=$ac_cv_path_GMSGFMT
12515 if test -n "$GMSGFMT"; then
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12517 $as_echo "$GMSGFMT" >&6; }
12518 else
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12520 $as_echo "no" >&6; }
12521 fi
12522
12523
12524
12525
12526 # Prepare PATH_SEPARATOR.
12527 # The user is always right.
12528 if test "${PATH_SEPARATOR+set}" != set; then
12529 echo "#! /bin/sh" >conf$$.sh
12530 echo "exit 0" >>conf$$.sh
12531 chmod +x conf$$.sh
12532 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12533 PATH_SEPARATOR=';'
12534 else
12535 PATH_SEPARATOR=:
12536 fi
12537 rm -f conf$$.sh
12538 fi
12539
12540 # Find out how to test for executable files. Don't use a zero-byte file,
12541 # as systems may use methods other than mode bits to determine executability.
12542 cat >conf$$.file <<_ASEOF
12543 #! /bin/sh
12544 exit 0
12545 _ASEOF
12546 chmod +x conf$$.file
12547 if test -x conf$$.file >/dev/null 2>&1; then
12548 ac_executable_p="test -x"
12549 else
12550 ac_executable_p="test -f"
12551 fi
12552 rm -f conf$$.file
12553
12554 # Extract the first word of "xgettext", so it can be a program name with args.
12555 set dummy xgettext; ac_word=$2
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12557 $as_echo_n "checking for $ac_word... " >&6; }
12558 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12559 $as_echo_n "(cached) " >&6
12560 else
12561 case "$XGETTEXT" in
12562 [\\/]* | ?:[\\/]*)
12563 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12564 ;;
12565 *)
12566 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12567 for ac_dir in $PATH; do
12568 IFS="$ac_save_IFS"
12569 test -z "$ac_dir" && ac_dir=.
12570 for ac_exec_ext in '' $ac_executable_extensions; do
12571 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12572 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12573 (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
12574 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12575 break 2
12576 fi
12577 fi
12578 done
12579 done
12580 IFS="$ac_save_IFS"
12581 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12582 ;;
12583 esac
12584 fi
12585 XGETTEXT="$ac_cv_path_XGETTEXT"
12586 if test "$XGETTEXT" != ":"; then
12587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12588 $as_echo "$XGETTEXT" >&6; }
12589 else
12590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12591 $as_echo "no" >&6; }
12592 fi
12593
12594 rm -f messages.po
12595
12596
12597 # Prepare PATH_SEPARATOR.
12598 # The user is always right.
12599 if test "${PATH_SEPARATOR+set}" != set; then
12600 echo "#! /bin/sh" >conf$$.sh
12601 echo "exit 0" >>conf$$.sh
12602 chmod +x conf$$.sh
12603 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12604 PATH_SEPARATOR=';'
12605 else
12606 PATH_SEPARATOR=:
12607 fi
12608 rm -f conf$$.sh
12609 fi
12610
12611 # Find out how to test for executable files. Don't use a zero-byte file,
12612 # as systems may use methods other than mode bits to determine executability.
12613 cat >conf$$.file <<_ASEOF
12614 #! /bin/sh
12615 exit 0
12616 _ASEOF
12617 chmod +x conf$$.file
12618 if test -x conf$$.file >/dev/null 2>&1; then
12619 ac_executable_p="test -x"
12620 else
12621 ac_executable_p="test -f"
12622 fi
12623 rm -f conf$$.file
12624
12625 # Extract the first word of "msgmerge", so it can be a program name with args.
12626 set dummy msgmerge; ac_word=$2
12627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12628 $as_echo_n "checking for $ac_word... " >&6; }
12629 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12630 $as_echo_n "(cached) " >&6
12631 else
12632 case "$MSGMERGE" in
12633 [\\/]* | ?:[\\/]*)
12634 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12635 ;;
12636 *)
12637 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12638 for ac_dir in $PATH; do
12639 IFS="$ac_save_IFS"
12640 test -z "$ac_dir" && ac_dir=.
12641 for ac_exec_ext in '' $ac_executable_extensions; do
12642 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12643 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12644 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12645 break 2
12646 fi
12647 fi
12648 done
12649 done
12650 IFS="$ac_save_IFS"
12651 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12652 ;;
12653 esac
12654 fi
12655 MSGMERGE="$ac_cv_path_MSGMERGE"
12656 if test "$MSGMERGE" != ":"; then
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12658 $as_echo "$MSGMERGE" >&6; }
12659 else
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12661 $as_echo "no" >&6; }
12662 fi
12663
12664
12665 if test "$GMSGFMT" != ":"; then
12666 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12667 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12668 : ;
12669 else
12670 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12672 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12673 GMSGFMT=":"
12674 fi
12675 fi
12676
12677 if test "$XGETTEXT" != ":"; then
12678 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12679 (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
12680 : ;
12681 else
12682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12683 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12684 XGETTEXT=":"
12685 fi
12686 rm -f messages.po
12687 fi
12688
12689 ac_config_commands="$ac_config_commands default-1"
12690
12691
12692
12693
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12695 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12696 # Check whether --enable-maintainer-mode was given.
12697 if test "${enable_maintainer_mode+set}" = set; then :
12698 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12699 else
12700 USE_MAINTAINER_MODE=no
12701 fi
12702
12703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12704 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12705 if test $USE_MAINTAINER_MODE = yes; then
12706 MAINTAINER_MODE_TRUE=
12707 MAINTAINER_MODE_FALSE='#'
12708 else
12709 MAINTAINER_MODE_TRUE='#'
12710 MAINTAINER_MODE_FALSE=
12711 fi
12712
12713 MAINT=$MAINTAINER_MODE_TRUE
12714
12715
12716 if false; then
12717 GENINSRC_NEVER_TRUE=
12718 GENINSRC_NEVER_FALSE='#'
12719 else
12720 GENINSRC_NEVER_TRUE='#'
12721 GENINSRC_NEVER_FALSE=
12722 fi
12723
12724
12725 if test -n "$EXEEXT"; then
12726
12727 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12728
12729 fi
12730
12731 cat >>confdefs.h <<_ACEOF
12732 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12733 _ACEOF
12734
12735
12736 # host-specific stuff:
12737
12738 HDEFINES=
12739
12740 . ${srcdir}/../bfd/configure.host
12741
12742
12743 AR=${AR-ar}
12744
12745 if test -n "$ac_tool_prefix"; then
12746 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12747 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12749 $as_echo_n "checking for $ac_word... " >&6; }
12750 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12751 $as_echo_n "(cached) " >&6
12752 else
12753 if test -n "$RANLIB"; then
12754 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12755 else
12756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12757 for as_dir in $PATH
12758 do
12759 IFS=$as_save_IFS
12760 test -z "$as_dir" && as_dir=.
12761 for ac_exec_ext in '' $ac_executable_extensions; do
12762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12763 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12765 break 2
12766 fi
12767 done
12768 done
12769 IFS=$as_save_IFS
12770
12771 fi
12772 fi
12773 RANLIB=$ac_cv_prog_RANLIB
12774 if test -n "$RANLIB"; then
12775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12776 $as_echo "$RANLIB" >&6; }
12777 else
12778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12779 $as_echo "no" >&6; }
12780 fi
12781
12782
12783 fi
12784 if test -z "$ac_cv_prog_RANLIB"; then
12785 ac_ct_RANLIB=$RANLIB
12786 # Extract the first word of "ranlib", so it can be a program name with args.
12787 set dummy ranlib; ac_word=$2
12788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12789 $as_echo_n "checking for $ac_word... " >&6; }
12790 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12791 $as_echo_n "(cached) " >&6
12792 else
12793 if test -n "$ac_ct_RANLIB"; then
12794 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12795 else
12796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12797 for as_dir in $PATH
12798 do
12799 IFS=$as_save_IFS
12800 test -z "$as_dir" && as_dir=.
12801 for ac_exec_ext in '' $ac_executable_extensions; do
12802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12803 ac_cv_prog_ac_ct_RANLIB="ranlib"
12804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12805 break 2
12806 fi
12807 done
12808 done
12809 IFS=$as_save_IFS
12810
12811 fi
12812 fi
12813 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12814 if test -n "$ac_ct_RANLIB"; then
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12816 $as_echo "$ac_ct_RANLIB" >&6; }
12817 else
12818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12819 $as_echo "no" >&6; }
12820 fi
12821
12822 if test "x$ac_ct_RANLIB" = x; then
12823 RANLIB=":"
12824 else
12825 case $cross_compiling:$ac_tool_warned in
12826 yes:)
12827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12828 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12829 ac_tool_warned=yes ;;
12830 esac
12831 RANLIB=$ac_ct_RANLIB
12832 fi
12833 else
12834 RANLIB="$ac_cv_prog_RANLIB"
12835 fi
12836
12837
12838
12839 # Put a plausible default for CC_FOR_BUILD in Makefile.
12840 if test -z "$CC_FOR_BUILD"; then
12841 if test "x$cross_compiling" = "xno"; then
12842 CC_FOR_BUILD='$(CC)'
12843 else
12844 CC_FOR_BUILD=gcc
12845 fi
12846 fi
12847
12848 # Also set EXEEXT_FOR_BUILD.
12849 if test "x$cross_compiling" = "xno"; then
12850 EXEEXT_FOR_BUILD='$(EXEEXT)'
12851 else
12852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12853 $as_echo_n "checking for build system executable suffix... " >&6; }
12854 if test "${bfd_cv_build_exeext+set}" = set; then :
12855 $as_echo_n "(cached) " >&6
12856 else
12857 rm -f conftest*
12858 echo 'int main () { return 0; }' > conftest.c
12859 bfd_cv_build_exeext=
12860 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12861 for file in conftest.*; do
12862 case $file in
12863 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12864 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12865 esac
12866 done
12867 rm -f conftest*
12868 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12869 fi
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12871 $as_echo "$bfd_cv_build_exeext" >&6; }
12872 EXEEXT_FOR_BUILD=""
12873 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12874 fi
12875
12876
12877 DEMANGLER_NAME=c++filt
12878 case "${host}" in
12879 *-*-go32* | *-*-msdos*)
12880 DEMANGLER_NAME=cxxfilt
12881 esac
12882
12883
12884 # The cast to long int works around a bug in the HP C Compiler
12885 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12886 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12887 # This bug is HP SR number 8606223364.
12888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12889 $as_echo_n "checking size of long... " >&6; }
12890 if test "${ac_cv_sizeof_long+set}" = set; then :
12891 $as_echo_n "(cached) " >&6
12892 else
12893 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12894
12895 else
12896 if test "$ac_cv_type_long" = yes; then
12897 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12898 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12899 { as_fn_set_status 77
12900 as_fn_error "cannot compute sizeof (long)
12901 See \`config.log' for more details." "$LINENO" 5; }; }
12902 else
12903 ac_cv_sizeof_long=0
12904 fi
12905 fi
12906
12907 fi
12908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12909 $as_echo "$ac_cv_sizeof_long" >&6; }
12910
12911
12912
12913 cat >>confdefs.h <<_ACEOF
12914 #define SIZEOF_LONG $ac_cv_sizeof_long
12915 _ACEOF
12916
12917
12918 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12919 if test "x$ac_cv_type_long_long" = x""yes; then :
12920
12921 cat >>confdefs.h <<_ACEOF
12922 #define HAVE_LONG_LONG 1
12923 _ACEOF
12924
12925 # The cast to long int works around a bug in the HP C Compiler
12926 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12927 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12928 # This bug is HP SR number 8606223364.
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12930 $as_echo_n "checking size of long long... " >&6; }
12931 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12932 $as_echo_n "(cached) " >&6
12933 else
12934 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12935
12936 else
12937 if test "$ac_cv_type_long_long" = yes; then
12938 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12939 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12940 { as_fn_set_status 77
12941 as_fn_error "cannot compute sizeof (long long)
12942 See \`config.log' for more details." "$LINENO" 5; }; }
12943 else
12944 ac_cv_sizeof_long_long=0
12945 fi
12946 fi
12947
12948 fi
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12950 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12951
12952
12953
12954 cat >>confdefs.h <<_ACEOF
12955 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12956 _ACEOF
12957
12958
12959 fi
12960
12961
12962 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
12963 do :
12964 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12965 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12966 eval as_val=\$$as_ac_Header
12967 if test "x$as_val" = x""yes; then :
12968 cat >>confdefs.h <<_ACEOF
12969 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12970 _ACEOF
12971
12972 fi
12973
12974 done
12975
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12977 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12978 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12979 $as_echo_n "(cached) " >&6
12980 else
12981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12982 /* end confdefs.h. */
12983 #include <sys/types.h>
12984 #include <sys/wait.h>
12985 #ifndef WEXITSTATUS
12986 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12987 #endif
12988 #ifndef WIFEXITED
12989 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12990 #endif
12991
12992 int
12993 main ()
12994 {
12995 int s;
12996 wait (&s);
12997 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12998 ;
12999 return 0;
13000 }
13001 _ACEOF
13002 if ac_fn_c_try_compile "$LINENO"; then :
13003 ac_cv_header_sys_wait_h=yes
13004 else
13005 ac_cv_header_sys_wait_h=no
13006 fi
13007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13008 fi
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13010 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13011 if test $ac_cv_header_sys_wait_h = yes; then
13012
13013 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13014
13015 fi
13016
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13018 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13019 if test "${gcc_cv_header_string+set}" = set; then :
13020 $as_echo_n "(cached) " >&6
13021 else
13022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13023 /* end confdefs.h. */
13024 #include <string.h>
13025 #include <strings.h>
13026 int
13027 main ()
13028 {
13029
13030 ;
13031 return 0;
13032 }
13033 _ACEOF
13034 if ac_fn_c_try_compile "$LINENO"; then :
13035 gcc_cv_header_string=yes
13036 else
13037 gcc_cv_header_string=no
13038 fi
13039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13040 fi
13041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13042 $as_echo "$gcc_cv_header_string" >&6; }
13043 if test $gcc_cv_header_string = yes; then
13044
13045 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13046
13047 fi
13048
13049 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13050 # for constant arguments. Useless!
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13052 $as_echo_n "checking for working alloca.h... " >&6; }
13053 if test "${ac_cv_working_alloca_h+set}" = set; then :
13054 $as_echo_n "(cached) " >&6
13055 else
13056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13057 /* end confdefs.h. */
13058 #include <alloca.h>
13059 int
13060 main ()
13061 {
13062 char *p = (char *) alloca (2 * sizeof (int));
13063 if (p) return 0;
13064 ;
13065 return 0;
13066 }
13067 _ACEOF
13068 if ac_fn_c_try_link "$LINENO"; then :
13069 ac_cv_working_alloca_h=yes
13070 else
13071 ac_cv_working_alloca_h=no
13072 fi
13073 rm -f core conftest.err conftest.$ac_objext \
13074 conftest$ac_exeext conftest.$ac_ext
13075 fi
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13077 $as_echo "$ac_cv_working_alloca_h" >&6; }
13078 if test $ac_cv_working_alloca_h = yes; then
13079
13080 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13081
13082 fi
13083
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13085 $as_echo_n "checking for alloca... " >&6; }
13086 if test "${ac_cv_func_alloca_works+set}" = set; then :
13087 $as_echo_n "(cached) " >&6
13088 else
13089 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13090 /* end confdefs.h. */
13091 #ifdef __GNUC__
13092 # define alloca __builtin_alloca
13093 #else
13094 # ifdef _MSC_VER
13095 # include <malloc.h>
13096 # define alloca _alloca
13097 # else
13098 # ifdef HAVE_ALLOCA_H
13099 # include <alloca.h>
13100 # else
13101 # ifdef _AIX
13102 #pragma alloca
13103 # else
13104 # ifndef alloca /* predefined by HP cc +Olibcalls */
13105 char *alloca ();
13106 # endif
13107 # endif
13108 # endif
13109 # endif
13110 #endif
13111
13112 int
13113 main ()
13114 {
13115 char *p = (char *) alloca (1);
13116 if (p) return 0;
13117 ;
13118 return 0;
13119 }
13120 _ACEOF
13121 if ac_fn_c_try_link "$LINENO"; then :
13122 ac_cv_func_alloca_works=yes
13123 else
13124 ac_cv_func_alloca_works=no
13125 fi
13126 rm -f core conftest.err conftest.$ac_objext \
13127 conftest$ac_exeext conftest.$ac_ext
13128 fi
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13130 $as_echo "$ac_cv_func_alloca_works" >&6; }
13131
13132 if test $ac_cv_func_alloca_works = yes; then
13133
13134 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13135
13136 else
13137 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13138 # that cause trouble. Some versions do not even contain alloca or
13139 # contain a buggy version. If you still want to use their alloca,
13140 # use ar to extract alloca.o from them instead of compiling alloca.c.
13141
13142 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13143
13144 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13145
13146
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13148 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13149 if test "${ac_cv_os_cray+set}" = set; then :
13150 $as_echo_n "(cached) " >&6
13151 else
13152 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13153 /* end confdefs.h. */
13154 #if defined CRAY && ! defined CRAY2
13155 webecray
13156 #else
13157 wenotbecray
13158 #endif
13159
13160 _ACEOF
13161 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13162 $EGREP "webecray" >/dev/null 2>&1; then :
13163 ac_cv_os_cray=yes
13164 else
13165 ac_cv_os_cray=no
13166 fi
13167 rm -f conftest*
13168
13169 fi
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13171 $as_echo "$ac_cv_os_cray" >&6; }
13172 if test $ac_cv_os_cray = yes; then
13173 for ac_func in _getb67 GETB67 getb67; do
13174 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13175 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13176 eval as_val=\$$as_ac_var
13177 if test "x$as_val" = x""yes; then :
13178
13179 cat >>confdefs.h <<_ACEOF
13180 #define CRAY_STACKSEG_END $ac_func
13181 _ACEOF
13182
13183 break
13184 fi
13185
13186 done
13187 fi
13188
13189 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13190 $as_echo_n "checking stack direction for C alloca... " >&6; }
13191 if test "${ac_cv_c_stack_direction+set}" = set; then :
13192 $as_echo_n "(cached) " >&6
13193 else
13194 if test "$cross_compiling" = yes; then :
13195 ac_cv_c_stack_direction=0
13196 else
13197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13198 /* end confdefs.h. */
13199 $ac_includes_default
13200 int
13201 find_stack_direction ()
13202 {
13203 static char *addr = 0;
13204 auto char dummy;
13205 if (addr == 0)
13206 {
13207 addr = &dummy;
13208 return find_stack_direction ();
13209 }
13210 else
13211 return (&dummy > addr) ? 1 : -1;
13212 }
13213
13214 int
13215 main ()
13216 {
13217 return find_stack_direction () < 0;
13218 }
13219 _ACEOF
13220 if ac_fn_c_try_run "$LINENO"; then :
13221 ac_cv_c_stack_direction=1
13222 else
13223 ac_cv_c_stack_direction=-1
13224 fi
13225 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13226 conftest.$ac_objext conftest.beam conftest.$ac_ext
13227 fi
13228
13229 fi
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13231 $as_echo "$ac_cv_c_stack_direction" >&6; }
13232 cat >>confdefs.h <<_ACEOF
13233 #define STACK_DIRECTION $ac_cv_c_stack_direction
13234 _ACEOF
13235
13236
13237 fi
13238
13239 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13240 do :
13241 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13242 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13243 eval as_val=\$$as_ac_var
13244 if test "x$as_val" = x""yes; then :
13245 cat >>confdefs.h <<_ACEOF
13246 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13247 _ACEOF
13248
13249 fi
13250 done
13251
13252 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13253 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13254
13255 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13256
13257 fi
13258
13259 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13260 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13261
13262 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13263
13264 fi
13265
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13267 $as_echo_n "checking for mbstate_t... " >&6; }
13268 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13269 /* end confdefs.h. */
13270 #include <wchar.h>
13271 int
13272 main ()
13273 {
13274 mbstate_t teststate;
13275 ;
13276 return 0;
13277 }
13278 _ACEOF
13279 if ac_fn_c_try_compile "$LINENO"; then :
13280 have_mbstate_t=yes
13281 else
13282 have_mbstate_t=no
13283 fi
13284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13286 $as_echo "$have_mbstate_t" >&6; }
13287 if test x"$have_mbstate_t" = xyes; then
13288
13289 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13290
13291 fi
13292
13293 # Some systems have frexp only in -lm, not in -lc.
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13295 $as_echo_n "checking for library containing frexp... " >&6; }
13296 if test "${ac_cv_search_frexp+set}" = set; then :
13297 $as_echo_n "(cached) " >&6
13298 else
13299 ac_func_search_save_LIBS=$LIBS
13300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13301 /* end confdefs.h. */
13302
13303 /* Override any GCC internal prototype to avoid an error.
13304 Use char because int might match the return type of a GCC
13305 builtin and then its argument prototype would still apply. */
13306 #ifdef __cplusplus
13307 extern "C"
13308 #endif
13309 char frexp ();
13310 int
13311 main ()
13312 {
13313 return frexp ();
13314 ;
13315 return 0;
13316 }
13317 _ACEOF
13318 for ac_lib in '' m; do
13319 if test -z "$ac_lib"; then
13320 ac_res="none required"
13321 else
13322 ac_res=-l$ac_lib
13323 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13324 fi
13325 if ac_fn_c_try_link "$LINENO"; then :
13326 ac_cv_search_frexp=$ac_res
13327 fi
13328 rm -f core conftest.err conftest.$ac_objext \
13329 conftest$ac_exeext
13330 if test "${ac_cv_search_frexp+set}" = set; then :
13331 break
13332 fi
13333 done
13334 if test "${ac_cv_search_frexp+set}" = set; then :
13335
13336 else
13337 ac_cv_search_frexp=no
13338 fi
13339 rm conftest.$ac_ext
13340 LIBS=$ac_func_search_save_LIBS
13341 fi
13342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13343 $as_echo "$ac_cv_search_frexp" >&6; }
13344 ac_res=$ac_cv_search_frexp
13345 if test "$ac_res" != no; then :
13346 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13347
13348 fi
13349
13350
13351
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13353 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13354 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13355 $as_echo_n "(cached) " >&6
13356 else
13357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13358 /* end confdefs.h. */
13359 #include <locale.h>
13360 int
13361 main ()
13362 {
13363 return LC_MESSAGES
13364 ;
13365 return 0;
13366 }
13367 _ACEOF
13368 if ac_fn_c_try_link "$LINENO"; then :
13369 am_cv_val_LC_MESSAGES=yes
13370 else
13371 am_cv_val_LC_MESSAGES=no
13372 fi
13373 rm -f core conftest.err conftest.$ac_objext \
13374 conftest$ac_exeext conftest.$ac_ext
13375 fi
13376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13377 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13378 if test $am_cv_val_LC_MESSAGES = yes; then
13379
13380 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13381
13382 fi
13383
13384
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13386 $as_echo_n "checking for time_t in time.h... " >&6; }
13387 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13388 $as_echo_n "(cached) " >&6
13389 else
13390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13391 /* end confdefs.h. */
13392 #include <time.h>
13393 int
13394 main ()
13395 {
13396 time_t i;
13397 ;
13398 return 0;
13399 }
13400 _ACEOF
13401 if ac_fn_c_try_compile "$LINENO"; then :
13402 bu_cv_decl_time_t_time_h=yes
13403 else
13404 bu_cv_decl_time_t_time_h=no
13405 fi
13406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13407 fi
13408
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13410 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13411 if test $bu_cv_decl_time_t_time_h = yes; then
13412
13413 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13414
13415 fi
13416
13417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13418 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13419 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13420 $as_echo_n "(cached) " >&6
13421 else
13422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13423 /* end confdefs.h. */
13424 #include <sys/types.h>
13425 int
13426 main ()
13427 {
13428 time_t i;
13429 ;
13430 return 0;
13431 }
13432 _ACEOF
13433 if ac_fn_c_try_compile "$LINENO"; then :
13434 bu_cv_decl_time_t_types_h=yes
13435 else
13436 bu_cv_decl_time_t_types_h=no
13437 fi
13438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13439 fi
13440
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13442 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13443 if test $bu_cv_decl_time_t_types_h = yes; then
13444
13445 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13446
13447 fi
13448
13449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13450 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13451 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13452 $as_echo_n "(cached) " >&6
13453 else
13454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13455 /* end confdefs.h. */
13456 #include <unistd.h>
13457 int
13458 main ()
13459 {
13460 extern int getopt (int, char *const*, const char *);
13461 ;
13462 return 0;
13463 }
13464 _ACEOF
13465 if ac_fn_c_try_compile "$LINENO"; then :
13466 bu_cv_decl_getopt_unistd_h=yes
13467 else
13468 bu_cv_decl_getopt_unistd_h=no
13469 fi
13470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13471 fi
13472
13473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13474 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13475 if test $bu_cv_decl_getopt_unistd_h = yes; then
13476
13477 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13478
13479 fi
13480
13481 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13482 # by default.
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13484 $as_echo_n "checking for utime.h... " >&6; }
13485 if test "${bu_cv_header_utime_h+set}" = set; then :
13486 $as_echo_n "(cached) " >&6
13487 else
13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13489 /* end confdefs.h. */
13490 #include <sys/types.h>
13491 #ifdef HAVE_TIME_H
13492 #include <time.h>
13493 #endif
13494 #include <utime.h>
13495 int
13496 main ()
13497 {
13498 struct utimbuf s;
13499 ;
13500 return 0;
13501 }
13502 _ACEOF
13503 if ac_fn_c_try_compile "$LINENO"; then :
13504 bu_cv_header_utime_h=yes
13505 else
13506 bu_cv_header_utime_h=no
13507 fi
13508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13509 fi
13510
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13512 $as_echo "$bu_cv_header_utime_h" >&6; }
13513 if test $bu_cv_header_utime_h = yes; then
13514
13515 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13516
13517 fi
13518
13519 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13520 if test "x$ac_cv_have_decl_asprintf" = x""yes; then :
13521 ac_have_decl=1
13522 else
13523 ac_have_decl=0
13524 fi
13525
13526 cat >>confdefs.h <<_ACEOF
13527 #define HAVE_DECL_ASPRINTF $ac_have_decl
13528 _ACEOF
13529 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13530 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13531 ac_have_decl=1
13532 else
13533 ac_have_decl=0
13534 fi
13535
13536 cat >>confdefs.h <<_ACEOF
13537 #define HAVE_DECL_ENVIRON $ac_have_decl
13538 _ACEOF
13539 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13540 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13541 ac_have_decl=1
13542 else
13543 ac_have_decl=0
13544 fi
13545
13546 cat >>confdefs.h <<_ACEOF
13547 #define HAVE_DECL_FPRINTF $ac_have_decl
13548 _ACEOF
13549 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13550 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13551 ac_have_decl=1
13552 else
13553 ac_have_decl=0
13554 fi
13555
13556 cat >>confdefs.h <<_ACEOF
13557 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13558 _ACEOF
13559 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13560 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13561 ac_have_decl=1
13562 else
13563 ac_have_decl=0
13564 fi
13565
13566 cat >>confdefs.h <<_ACEOF
13567 #define HAVE_DECL_GETENV $ac_have_decl
13568 _ACEOF
13569 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13570 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13571 ac_have_decl=1
13572 else
13573 ac_have_decl=0
13574 fi
13575
13576 cat >>confdefs.h <<_ACEOF
13577 #define HAVE_DECL_SBRK $ac_have_decl
13578 _ACEOF
13579 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13580 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13581 ac_have_decl=1
13582 else
13583 ac_have_decl=0
13584 fi
13585
13586 cat >>confdefs.h <<_ACEOF
13587 #define HAVE_DECL_SNPRINTF $ac_have_decl
13588 _ACEOF
13589 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13590 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13591 ac_have_decl=1
13592 else
13593 ac_have_decl=0
13594 fi
13595
13596 cat >>confdefs.h <<_ACEOF
13597 #define HAVE_DECL_STPCPY $ac_have_decl
13598 _ACEOF
13599 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13600 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13601 ac_have_decl=1
13602 else
13603 ac_have_decl=0
13604 fi
13605
13606 cat >>confdefs.h <<_ACEOF
13607 #define HAVE_DECL_STRNLEN $ac_have_decl
13608 _ACEOF
13609 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13610 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13611 ac_have_decl=1
13612 else
13613 ac_have_decl=0
13614 fi
13615
13616 cat >>confdefs.h <<_ACEOF
13617 #define HAVE_DECL_STRSTR $ac_have_decl
13618 _ACEOF
13619 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13620 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13621 ac_have_decl=1
13622 else
13623 ac_have_decl=0
13624 fi
13625
13626 cat >>confdefs.h <<_ACEOF
13627 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13628 _ACEOF
13629
13630
13631 # Link in zlib if we can. This allows us to read compressed debug
13632 # sections. This is used only by readelf.c (objdump uses bfd for
13633 # reading compressed sections).
13634
13635 # Use the system's zlib library.
13636 zlibdir="-L\$(top_builddir)/../zlib"
13637 zlibinc="-I\$(top_srcdir)/../zlib"
13638
13639 # Check whether --with-system-zlib was given.
13640 if test "${with_system_zlib+set}" = set; then :
13641 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13642 zlibdir=
13643 zlibinc=
13644 fi
13645
13646 fi
13647
13648
13649
13650
13651
13652
13653 case "${host}" in
13654 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13655
13656 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13657 ;;
13658 esac
13659
13660 # target-specific stuff:
13661
13662 # Canonicalize the secondary target names.
13663 if test -n "$enable_targets"; then
13664 for targ in `echo $enable_targets | sed 's/,/ /g'`
13665 do
13666 result=`$ac_config_sub $targ 2>/dev/null`
13667 if test -n "$result"; then
13668 canon_targets="$canon_targets $result"
13669 else
13670 # Allow targets that config.sub doesn't recognize, like "all".
13671 canon_targets="$canon_targets $targ"
13672 fi
13673 done
13674 fi
13675
13676 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13677 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13678
13679 fi
13680
13681
13682
13683 if test "X$prefix" = "XNONE"; then
13684 acl_final_prefix="$ac_default_prefix"
13685 else
13686 acl_final_prefix="$prefix"
13687 fi
13688 if test "X$exec_prefix" = "XNONE"; then
13689 acl_final_exec_prefix='${prefix}'
13690 else
13691 acl_final_exec_prefix="$exec_prefix"
13692 fi
13693 acl_save_prefix="$prefix"
13694 prefix="$acl_final_prefix"
13695 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13696 prefix="$acl_save_prefix"
13697
13698
13699 # Check whether --with-gnu-ld was given.
13700 if test "${with_gnu_ld+set}" = set; then :
13701 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13702 else
13703 with_gnu_ld=no
13704 fi
13705
13706 # Prepare PATH_SEPARATOR.
13707 # The user is always right.
13708 if test "${PATH_SEPARATOR+set}" != set; then
13709 echo "#! /bin/sh" >conf$$.sh
13710 echo "exit 0" >>conf$$.sh
13711 chmod +x conf$$.sh
13712 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13713 PATH_SEPARATOR=';'
13714 else
13715 PATH_SEPARATOR=:
13716 fi
13717 rm -f conf$$.sh
13718 fi
13719 ac_prog=ld
13720 if test "$GCC" = yes; then
13721 # Check if gcc -print-prog-name=ld gives a path.
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13723 $as_echo_n "checking for ld used by GCC... " >&6; }
13724 case $host in
13725 *-*-mingw*)
13726 # gcc leaves a trailing carriage return which upsets mingw
13727 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13728 *)
13729 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13730 esac
13731 case $ac_prog in
13732 # Accept absolute paths.
13733 [\\/]* | [A-Za-z]:[\\/]*)
13734 re_direlt='/[^/][^/]*/\.\./'
13735 # Canonicalize the path of ld
13736 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13737 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13738 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13739 done
13740 test -z "$LD" && LD="$ac_prog"
13741 ;;
13742 "")
13743 # If it fails, then pretend we aren't using GCC.
13744 ac_prog=ld
13745 ;;
13746 *)
13747 # If it is relative, then search for the first ld in PATH.
13748 with_gnu_ld=unknown
13749 ;;
13750 esac
13751 elif test "$with_gnu_ld" = yes; then
13752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13753 $as_echo_n "checking for GNU ld... " >&6; }
13754 else
13755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13756 $as_echo_n "checking for non-GNU ld... " >&6; }
13757 fi
13758 if test "${acl_cv_path_LD+set}" = set; then :
13759 $as_echo_n "(cached) " >&6
13760 else
13761 if test -z "$LD"; then
13762 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13763 for ac_dir in $PATH; do
13764 test -z "$ac_dir" && ac_dir=.
13765 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13766 acl_cv_path_LD="$ac_dir/$ac_prog"
13767 # Check to see if the program is GNU ld. I'd rather use --version,
13768 # but apparently some GNU ld's only accept -v.
13769 # Break only if it was the GNU/non-GNU ld that we prefer.
13770 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13771 test "$with_gnu_ld" != no && break
13772 else
13773 test "$with_gnu_ld" != yes && break
13774 fi
13775 fi
13776 done
13777 IFS="$ac_save_ifs"
13778 else
13779 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13780 fi
13781 fi
13782
13783 LD="$acl_cv_path_LD"
13784 if test -n "$LD"; then
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13786 $as_echo "$LD" >&6; }
13787 else
13788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13789 $as_echo "no" >&6; }
13790 fi
13791 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13793 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13794 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13795 $as_echo_n "(cached) " >&6
13796 else
13797 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13798 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13799 acl_cv_prog_gnu_ld=yes
13800 else
13801 acl_cv_prog_gnu_ld=no
13802 fi
13803 fi
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13805 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13806 with_gnu_ld=$acl_cv_prog_gnu_ld
13807
13808
13809
13810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13811 $as_echo_n "checking for shared library run path origin... " >&6; }
13812 if test "${acl_cv_rpath+set}" = set; then :
13813 $as_echo_n "(cached) " >&6
13814 else
13815
13816 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13817 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13818 . ./conftest.sh
13819 rm -f ./conftest.sh
13820 acl_cv_rpath=done
13821
13822 fi
13823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13824 $as_echo "$acl_cv_rpath" >&6; }
13825 wl="$acl_cv_wl"
13826 libext="$acl_cv_libext"
13827 shlibext="$acl_cv_shlibext"
13828 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13829 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13830 hardcode_direct="$acl_cv_hardcode_direct"
13831 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13832 # Check whether --enable-rpath was given.
13833 if test "${enable_rpath+set}" = set; then :
13834 enableval=$enable_rpath; :
13835 else
13836 enable_rpath=yes
13837 fi
13838
13839
13840
13841
13842
13843
13844
13845
13846 use_additional=yes
13847
13848 acl_save_prefix="$prefix"
13849 prefix="$acl_final_prefix"
13850 acl_save_exec_prefix="$exec_prefix"
13851 exec_prefix="$acl_final_exec_prefix"
13852
13853 eval additional_includedir=\"$includedir\"
13854 eval additional_libdir=\"$libdir\"
13855
13856 exec_prefix="$acl_save_exec_prefix"
13857 prefix="$acl_save_prefix"
13858
13859
13860 # Check whether --with-libiconv-prefix was given.
13861 if test "${with_libiconv_prefix+set}" = set; then :
13862 withval=$with_libiconv_prefix;
13863 if test "X$withval" = "Xno"; then
13864 use_additional=no
13865 else
13866 if test "X$withval" = "X"; then
13867
13868 acl_save_prefix="$prefix"
13869 prefix="$acl_final_prefix"
13870 acl_save_exec_prefix="$exec_prefix"
13871 exec_prefix="$acl_final_exec_prefix"
13872
13873 eval additional_includedir=\"$includedir\"
13874 eval additional_libdir=\"$libdir\"
13875
13876 exec_prefix="$acl_save_exec_prefix"
13877 prefix="$acl_save_prefix"
13878
13879 else
13880 additional_includedir="$withval/include"
13881 additional_libdir="$withval/lib"
13882 fi
13883 fi
13884
13885 fi
13886
13887 LIBICONV=
13888 LTLIBICONV=
13889 INCICONV=
13890 rpathdirs=
13891 ltrpathdirs=
13892 names_already_handled=
13893 names_next_round='iconv '
13894 while test -n "$names_next_round"; do
13895 names_this_round="$names_next_round"
13896 names_next_round=
13897 for name in $names_this_round; do
13898 already_handled=
13899 for n in $names_already_handled; do
13900 if test "$n" = "$name"; then
13901 already_handled=yes
13902 break
13903 fi
13904 done
13905 if test -z "$already_handled"; then
13906 names_already_handled="$names_already_handled $name"
13907 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13908 eval value=\"\$HAVE_LIB$uppername\"
13909 if test -n "$value"; then
13910 if test "$value" = yes; then
13911 eval value=\"\$LIB$uppername\"
13912 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13913 eval value=\"\$LTLIB$uppername\"
13914 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13915 else
13916 :
13917 fi
13918 else
13919 found_dir=
13920 found_la=
13921 found_so=
13922 found_a=
13923 if test $use_additional = yes; then
13924 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13925 found_dir="$additional_libdir"
13926 found_so="$additional_libdir/lib$name.$shlibext"
13927 if test -f "$additional_libdir/lib$name.la"; then
13928 found_la="$additional_libdir/lib$name.la"
13929 fi
13930 else
13931 if test -f "$additional_libdir/lib$name.$libext"; then
13932 found_dir="$additional_libdir"
13933 found_a="$additional_libdir/lib$name.$libext"
13934 if test -f "$additional_libdir/lib$name.la"; then
13935 found_la="$additional_libdir/lib$name.la"
13936 fi
13937 fi
13938 fi
13939 fi
13940 if test "X$found_dir" = "X"; then
13941 for x in $LDFLAGS $LTLIBICONV; do
13942
13943 acl_save_prefix="$prefix"
13944 prefix="$acl_final_prefix"
13945 acl_save_exec_prefix="$exec_prefix"
13946 exec_prefix="$acl_final_exec_prefix"
13947 eval x=\"$x\"
13948 exec_prefix="$acl_save_exec_prefix"
13949 prefix="$acl_save_prefix"
13950
13951 case "$x" in
13952 -L*)
13953 dir=`echo "X$x" | sed -e 's/^X-L//'`
13954 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13955 found_dir="$dir"
13956 found_so="$dir/lib$name.$shlibext"
13957 if test -f "$dir/lib$name.la"; then
13958 found_la="$dir/lib$name.la"
13959 fi
13960 else
13961 if test -f "$dir/lib$name.$libext"; then
13962 found_dir="$dir"
13963 found_a="$dir/lib$name.$libext"
13964 if test -f "$dir/lib$name.la"; then
13965 found_la="$dir/lib$name.la"
13966 fi
13967 fi
13968 fi
13969 ;;
13970 esac
13971 if test "X$found_dir" != "X"; then
13972 break
13973 fi
13974 done
13975 fi
13976 if test "X$found_dir" != "X"; then
13977 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13978 if test "X$found_so" != "X"; then
13979 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13980 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13981 else
13982 haveit=
13983 for x in $ltrpathdirs; do
13984 if test "X$x" = "X$found_dir"; then
13985 haveit=yes
13986 break
13987 fi
13988 done
13989 if test -z "$haveit"; then
13990 ltrpathdirs="$ltrpathdirs $found_dir"
13991 fi
13992 if test "$hardcode_direct" = yes; then
13993 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13994 else
13995 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13996 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13997 haveit=
13998 for x in $rpathdirs; do
13999 if test "X$x" = "X$found_dir"; then
14000 haveit=yes
14001 break
14002 fi
14003 done
14004 if test -z "$haveit"; then
14005 rpathdirs="$rpathdirs $found_dir"
14006 fi
14007 else
14008 haveit=
14009 for x in $LDFLAGS $LIBICONV; do
14010
14011 acl_save_prefix="$prefix"
14012 prefix="$acl_final_prefix"
14013 acl_save_exec_prefix="$exec_prefix"
14014 exec_prefix="$acl_final_exec_prefix"
14015 eval x=\"$x\"
14016 exec_prefix="$acl_save_exec_prefix"
14017 prefix="$acl_save_prefix"
14018
14019 if test "X$x" = "X-L$found_dir"; then
14020 haveit=yes
14021 break
14022 fi
14023 done
14024 if test -z "$haveit"; then
14025 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14026 fi
14027 if test "$hardcode_minus_L" != no; then
14028 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14029 else
14030 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14031 fi
14032 fi
14033 fi
14034 fi
14035 else
14036 if test "X$found_a" != "X"; then
14037 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14038 else
14039 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14040 fi
14041 fi
14042 additional_includedir=
14043 case "$found_dir" in
14044 */lib | */lib/)
14045 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14046 additional_includedir="$basedir/include"
14047 ;;
14048 esac
14049 if test "X$additional_includedir" != "X"; then
14050 if test "X$additional_includedir" != "X/usr/include"; then
14051 haveit=
14052 if test "X$additional_includedir" = "X/usr/local/include"; then
14053 if test -n "$GCC"; then
14054 case $host_os in
14055 linux*) haveit=yes;;
14056 esac
14057 fi
14058 fi
14059 if test -z "$haveit"; then
14060 for x in $CPPFLAGS $INCICONV; do
14061
14062 acl_save_prefix="$prefix"
14063 prefix="$acl_final_prefix"
14064 acl_save_exec_prefix="$exec_prefix"
14065 exec_prefix="$acl_final_exec_prefix"
14066 eval x=\"$x\"
14067 exec_prefix="$acl_save_exec_prefix"
14068 prefix="$acl_save_prefix"
14069
14070 if test "X$x" = "X-I$additional_includedir"; then
14071 haveit=yes
14072 break
14073 fi
14074 done
14075 if test -z "$haveit"; then
14076 if test -d "$additional_includedir"; then
14077 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14078 fi
14079 fi
14080 fi
14081 fi
14082 fi
14083 if test -n "$found_la"; then
14084 save_libdir="$libdir"
14085 case "$found_la" in
14086 */* | *\\*) . "$found_la" ;;
14087 *) . "./$found_la" ;;
14088 esac
14089 libdir="$save_libdir"
14090 for dep in $dependency_libs; do
14091 case "$dep" in
14092 -L*)
14093 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14094 if test "X$additional_libdir" != "X/usr/lib"; then
14095 haveit=
14096 if test "X$additional_libdir" = "X/usr/local/lib"; then
14097 if test -n "$GCC"; then
14098 case $host_os in
14099 linux*) haveit=yes;;
14100 esac
14101 fi
14102 fi
14103 if test -z "$haveit"; then
14104 haveit=
14105 for x in $LDFLAGS $LIBICONV; do
14106
14107 acl_save_prefix="$prefix"
14108 prefix="$acl_final_prefix"
14109 acl_save_exec_prefix="$exec_prefix"
14110 exec_prefix="$acl_final_exec_prefix"
14111 eval x=\"$x\"
14112 exec_prefix="$acl_save_exec_prefix"
14113 prefix="$acl_save_prefix"
14114
14115 if test "X$x" = "X-L$additional_libdir"; then
14116 haveit=yes
14117 break
14118 fi
14119 done
14120 if test -z "$haveit"; then
14121 if test -d "$additional_libdir"; then
14122 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14123 fi
14124 fi
14125 haveit=
14126 for x in $LDFLAGS $LTLIBICONV; do
14127
14128 acl_save_prefix="$prefix"
14129 prefix="$acl_final_prefix"
14130 acl_save_exec_prefix="$exec_prefix"
14131 exec_prefix="$acl_final_exec_prefix"
14132 eval x=\"$x\"
14133 exec_prefix="$acl_save_exec_prefix"
14134 prefix="$acl_save_prefix"
14135
14136 if test "X$x" = "X-L$additional_libdir"; then
14137 haveit=yes
14138 break
14139 fi
14140 done
14141 if test -z "$haveit"; then
14142 if test -d "$additional_libdir"; then
14143 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14144 fi
14145 fi
14146 fi
14147 fi
14148 ;;
14149 -R*)
14150 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14151 if test "$enable_rpath" != no; then
14152 haveit=
14153 for x in $rpathdirs; do
14154 if test "X$x" = "X$dir"; then
14155 haveit=yes
14156 break
14157 fi
14158 done
14159 if test -z "$haveit"; then
14160 rpathdirs="$rpathdirs $dir"
14161 fi
14162 haveit=
14163 for x in $ltrpathdirs; do
14164 if test "X$x" = "X$dir"; then
14165 haveit=yes
14166 break
14167 fi
14168 done
14169 if test -z "$haveit"; then
14170 ltrpathdirs="$ltrpathdirs $dir"
14171 fi
14172 fi
14173 ;;
14174 -l*)
14175 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14176 ;;
14177 *.la)
14178 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14179 ;;
14180 *)
14181 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14182 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14183 ;;
14184 esac
14185 done
14186 fi
14187 else
14188 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14189 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14190 fi
14191 fi
14192 fi
14193 done
14194 done
14195 if test "X$rpathdirs" != "X"; then
14196 if test -n "$hardcode_libdir_separator"; then
14197 alldirs=
14198 for found_dir in $rpathdirs; do
14199 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14200 done
14201 acl_save_libdir="$libdir"
14202 libdir="$alldirs"
14203 eval flag=\"$hardcode_libdir_flag_spec\"
14204 libdir="$acl_save_libdir"
14205 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14206 else
14207 for found_dir in $rpathdirs; do
14208 acl_save_libdir="$libdir"
14209 libdir="$found_dir"
14210 eval flag=\"$hardcode_libdir_flag_spec\"
14211 libdir="$acl_save_libdir"
14212 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14213 done
14214 fi
14215 fi
14216 if test "X$ltrpathdirs" != "X"; then
14217 for found_dir in $ltrpathdirs; do
14218 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14219 done
14220 fi
14221
14222
14223
14224
14225
14226
14227
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14229 $as_echo_n "checking for iconv... " >&6; }
14230 if test "${am_cv_func_iconv+set}" = set; then :
14231 $as_echo_n "(cached) " >&6
14232 else
14233
14234 am_cv_func_iconv="no, consider installing GNU libiconv"
14235 am_cv_lib_iconv=no
14236 am_save_CPPFLAGS="$CPPFLAGS"
14237 CPPFLAGS="$CPPFLAGS $INCICONV"
14238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14239 /* end confdefs.h. */
14240 #include <stdlib.h>
14241 #include <iconv.h>
14242 int
14243 main ()
14244 {
14245 iconv_t cd = iconv_open("","");
14246 iconv(cd,NULL,NULL,NULL,NULL);
14247 iconv_close(cd);
14248 ;
14249 return 0;
14250 }
14251 _ACEOF
14252 if ac_fn_c_try_link "$LINENO"; then :
14253 am_cv_func_iconv=yes
14254 fi
14255 rm -f core conftest.err conftest.$ac_objext \
14256 conftest$ac_exeext conftest.$ac_ext
14257 CPPFLAGS="$am_save_CPPFLAGS"
14258
14259 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14260 for _libs in .libs _libs; do
14261 am_save_CPPFLAGS="$CPPFLAGS"
14262 am_save_LIBS="$LIBS"
14263 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14264 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14266 /* end confdefs.h. */
14267 #include <stdlib.h>
14268 #include <iconv.h>
14269 int
14270 main ()
14271 {
14272 iconv_t cd = iconv_open("","");
14273 iconv(cd,NULL,NULL,NULL,NULL);
14274 iconv_close(cd);
14275 ;
14276 return 0;
14277 }
14278 _ACEOF
14279 if ac_fn_c_try_link "$LINENO"; then :
14280 INCICONV="-I../libiconv/include"
14281 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14282 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14283 am_cv_lib_iconv=yes
14284 am_cv_func_iconv=yes
14285 fi
14286 rm -f core conftest.err conftest.$ac_objext \
14287 conftest$ac_exeext conftest.$ac_ext
14288 CPPFLAGS="$am_save_CPPFLAGS"
14289 LIBS="$am_save_LIBS"
14290 if test "$am_cv_func_iconv" = "yes"; then
14291 break
14292 fi
14293 done
14294 fi
14295
14296 if test "$am_cv_func_iconv" != yes; then
14297 am_save_CPPFLAGS="$CPPFLAGS"
14298 am_save_LIBS="$LIBS"
14299 CPPFLAGS="$LIBS $INCICONV"
14300 LIBS="$LIBS $LIBICONV"
14301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14302 /* end confdefs.h. */
14303 #include <stdlib.h>
14304 #include <iconv.h>
14305 int
14306 main ()
14307 {
14308 iconv_t cd = iconv_open("","");
14309 iconv(cd,NULL,NULL,NULL,NULL);
14310 iconv_close(cd);
14311 ;
14312 return 0;
14313 }
14314 _ACEOF
14315 if ac_fn_c_try_link "$LINENO"; then :
14316 am_cv_lib_iconv=yes
14317 am_cv_func_iconv=yes
14318 fi
14319 rm -f core conftest.err conftest.$ac_objext \
14320 conftest$ac_exeext conftest.$ac_ext
14321 CPPFLAGS="$am_save_CPPFLAGS"
14322 LIBS="$am_save_LIBS"
14323 fi
14324
14325 fi
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14327 $as_echo "$am_cv_func_iconv" >&6; }
14328 if test "$am_cv_func_iconv" = yes; then
14329
14330 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14331
14332 fi
14333 if test "$am_cv_lib_iconv" = yes; then
14334
14335 for element in $INCICONV; do
14336 haveit=
14337 for x in $CPPFLAGS; do
14338
14339 acl_save_prefix="$prefix"
14340 prefix="$acl_final_prefix"
14341 acl_save_exec_prefix="$exec_prefix"
14342 exec_prefix="$acl_final_exec_prefix"
14343 eval x=\"$x\"
14344 exec_prefix="$acl_save_exec_prefix"
14345 prefix="$acl_save_prefix"
14346
14347 if test "X$x" = "X$element"; then
14348 haveit=yes
14349 break
14350 fi
14351 done
14352 if test -z "$haveit"; then
14353 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14354 fi
14355 done
14356
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14358 $as_echo_n "checking how to link with libiconv... " >&6; }
14359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14360 $as_echo "$LIBICONV" >&6; }
14361 else
14362 LIBICONV=
14363 LTLIBICONV=
14364 fi
14365
14366
14367
14368 if test "$am_cv_func_iconv" = yes; then
14369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14370 $as_echo_n "checking for iconv declaration... " >&6; }
14371 if test "${am_cv_proto_iconv+set}" = set; then :
14372 $as_echo_n "(cached) " >&6
14373 else
14374
14375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14376 /* end confdefs.h. */
14377
14378 #include <stdlib.h>
14379 #include <iconv.h>
14380 extern
14381 #ifdef __cplusplus
14382 "C"
14383 #endif
14384 #if defined(__STDC__) || defined(__cplusplus)
14385 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14386 #else
14387 size_t iconv();
14388 #endif
14389
14390 int
14391 main ()
14392 {
14393
14394 ;
14395 return 0;
14396 }
14397 _ACEOF
14398 if ac_fn_c_try_compile "$LINENO"; then :
14399 am_cv_proto_iconv_arg1=""
14400 else
14401 am_cv_proto_iconv_arg1="const"
14402 fi
14403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14404 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
14405 fi
14406
14407 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14409 }$am_cv_proto_iconv" >&5
14410 $as_echo "${ac_t:-
14411 }$am_cv_proto_iconv" >&6; }
14412
14413 cat >>confdefs.h <<_ACEOF
14414 #define ICONV_CONST $am_cv_proto_iconv_arg1
14415 _ACEOF
14416
14417 fi
14418
14419
14420 all_targets=false
14421 BUILD_SRCONV=
14422 BUILD_DLLTOOL=
14423 DLLTOOL_DEFS=
14424 DLLTOOL_DEFAULT=
14425 BUILD_WINDRES=
14426 BUILD_WINDMC=
14427 BUILD_DLLWRAP=
14428 BUILD_MISC=
14429 BUILD_INSTALL_MISC=
14430 OBJDUMP_DEFS=
14431 OBJDUMP_PRIVATE_VECTORS=
14432 OBJDUMP_PRIVATE_OFILES=
14433 od_vectors=
14434
14435 for targ in $target $canon_targets
14436 do
14437 if test "x$targ" = "xall"; then
14438 all_targets=true
14439 BUILD_SRCONV='$(SRCONV_PROG)'
14440 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14441 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14442 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14443 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14444 if test -z "$DLLTOOL_DEFAULT"; then
14445 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14446 fi
14447 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14448 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14449 od_vectors="$od_vectors objdump_private_desc_xcoff"
14450 else
14451 case $targ in
14452 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14453 esac
14454
14455 case $targ in
14456 arm-epoc-pe*)
14457 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14458 if test -z "$DLLTOOL_DEFAULT"; then
14459 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14460 fi
14461 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14462 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14463 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14464 ;;
14465 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14466 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14467 if test -z "$DLLTOOL_DEFAULT"; then
14468 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14469 fi
14470 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14471 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14472 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14473 ;;
14474 arm-*-pe*)
14475 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14476 if test -z "$DLLTOOL_DEFAULT"; then
14477 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14478 fi
14479 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14480 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14481 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14482 ;;
14483 x86_64-*-mingw* | x86_64-*-cygwin*)
14484 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14485 if test -z "$DLLTOOL_DEFAULT"; then
14486 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14487 fi
14488 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14489 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14490 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14491 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14492 ;;
14493 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14494 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14495 if test -z "$DLLTOOL_DEFAULT"; then
14496 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14497 fi
14498 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14499 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14500 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14501 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14502 ;;
14503 i[3-7]86-*-interix)
14504 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14505 if test -z "$DLLTOOL_DEFAULT"; then
14506 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14507 fi
14508 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14509 ;;
14510 powerpc*-aix5.[01])
14511 ;;
14512 powerpc*-aix[5-9].*)
14513 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14514 ;;
14515 powerpc*-*-pe* | powerpc*-*-cygwin*)
14516 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14517 if test -z "$DLLTOOL_DEFAULT"; then
14518 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14519 fi
14520 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14521 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14522 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14523 ;;
14524 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14525 case "$BUILD_INSTALL_MISC" in
14526 *embedspu*) ;;
14527 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14528 esac
14529 ;;
14530 sh*-*-pe)
14531 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14532 if test -z "$DLLTOOL_DEFAULT"; then
14533 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14534 fi
14535 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14536 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14537 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14538 ;;
14539 spu-*-*)
14540 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14541 ;;
14542 mips*-*-pe)
14543 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14544 if test -z "$DLLTOOL_DEFAULT"; then
14545 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14546 fi
14547 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14548 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14549 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14550 ;;
14551 mcore-*-pe)
14552 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14553 if test -z "$DLLTOOL_DEFAULT"; then
14554 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14555 fi
14556 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14557 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14558 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14559 ;;
14560 mcore-*-elf)
14561 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14562 if test -z "$DLLTOOL_DEFAULT"; then
14563 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14564 fi
14565 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14566 ;;
14567 mep-*)
14568 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14569 ;;
14570 esac
14571
14572 # Add objdump private vectors.
14573 case $targ in
14574 avr-*-*)
14575 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14576 ;;
14577 powerpc*-*-aix* | rs6000-*-aix*)
14578 od_vectors="$od_vectors objdump_private_desc_xcoff"
14579 ;;
14580 *-*-darwin*)
14581 od_vectors="$od_vectors objdump_private_desc_mach_o"
14582 ;;
14583 esac
14584 fi
14585 done
14586
14587 # Uniq objdump private vector, build objdump target ofiles.
14588 od_files=
14589 f=""
14590 for i in $od_vectors ; do
14591 case " $f " in
14592 *" $i "*) ;;
14593 *)
14594 f="$f $i"
14595 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14596 case $i in
14597 objdump_private_desc_elf32_avr)
14598 od_files="$od_files od-elf32_avr" ;;
14599 objdump_private_desc_xcoff)
14600 od_files="$od_files od-xcoff" ;;
14601 objdump_private_desc_mach_o)
14602 od_files="$od_files od-macho" ;;
14603 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14604 esac
14605 ;;
14606 esac
14607 done
14608
14609 # Uniq objdump target ofiles
14610 f=""
14611 for i in $od_files ; do
14612 case " $f " in
14613 *" $i "*) ;;
14614 *)
14615 f="$f $i"
14616 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14617 ;;
14618 esac
14619 done
14620
14621 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14622
14623 if test "${with_windres+set}" = set; then
14624 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14625 fi
14626
14627 if test "${with_windmc+set}" = set; then
14628 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14629 fi
14630
14631 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14632
14633
14634
14635
14636
14637
14638
14639
14640
14641
14642
14643
14644
14645 cat >>confdefs.h <<_ACEOF
14646 #define TARGET "${target}"
14647 _ACEOF
14648
14649
14650 targ=$target
14651 . $srcdir/../bfd/config.bfd
14652 if test "x$targ_underscore" = "xyes"; then
14653 UNDERSCORE=1
14654 else
14655 UNDERSCORE=0
14656 fi
14657
14658 cat >>confdefs.h <<_ACEOF
14659 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14660 _ACEOF
14661
14662
14663 # Emulation
14664 targ=$target
14665 . ${srcdir}/configure.tgt
14666 EMULATION=$targ_emul
14667 EMULATION_VECTOR=$targ_emul_vector
14668
14669
14670
14671
14672 # Required for html and install-html
14673
14674
14675
14676
14677
14678 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14679
14680 cat >confcache <<\_ACEOF
14681 # This file is a shell script that caches the results of configure
14682 # tests run on this system so they can be shared between configure
14683 # scripts and configure runs, see configure's option --config-cache.
14684 # It is not useful on other systems. If it contains results you don't
14685 # want to keep, you may remove or edit it.
14686 #
14687 # config.status only pays attention to the cache file if you give it
14688 # the --recheck option to rerun configure.
14689 #
14690 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14691 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14692 # following values.
14693
14694 _ACEOF
14695
14696 # The following way of writing the cache mishandles newlines in values,
14697 # but we know of no workaround that is simple, portable, and efficient.
14698 # So, we kill variables containing newlines.
14699 # Ultrix sh set writes to stderr and can't be redirected directly,
14700 # and sets the high bit in the cache file unless we assign to the vars.
14701 (
14702 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14703 eval ac_val=\$$ac_var
14704 case $ac_val in #(
14705 *${as_nl}*)
14706 case $ac_var in #(
14707 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14708 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14709 esac
14710 case $ac_var in #(
14711 _ | IFS | as_nl) ;; #(
14712 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14713 *) { eval $ac_var=; unset $ac_var;} ;;
14714 esac ;;
14715 esac
14716 done
14717
14718 (set) 2>&1 |
14719 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14720 *${as_nl}ac_space=\ *)
14721 # `set' does not quote correctly, so add quotes: double-quote
14722 # substitution turns \\\\ into \\, and sed turns \\ into \.
14723 sed -n \
14724 "s/'/'\\\\''/g;
14725 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14726 ;; #(
14727 *)
14728 # `set' quotes correctly as required by POSIX, so do not add quotes.
14729 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14730 ;;
14731 esac |
14732 sort
14733 ) |
14734 sed '
14735 /^ac_cv_env_/b end
14736 t clear
14737 :clear
14738 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14739 t end
14740 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14741 :end' >>confcache
14742 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14743 if test -w "$cache_file"; then
14744 test "x$cache_file" != "x/dev/null" &&
14745 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14746 $as_echo "$as_me: updating cache $cache_file" >&6;}
14747 cat confcache >$cache_file
14748 else
14749 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14750 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14751 fi
14752 fi
14753 rm -f confcache
14754
14755 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14756 # Let make expand exec_prefix.
14757 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14758
14759 DEFS=-DHAVE_CONFIG_H
14760
14761 ac_libobjs=
14762 ac_ltlibobjs=
14763 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14764 # 1. Remove the extension, and $U if already installed.
14765 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14766 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14767 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14768 # will be set to the directory where LIBOBJS objects are built.
14769 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14770 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14771 done
14772 LIBOBJS=$ac_libobjs
14773
14774 LTLIBOBJS=$ac_ltlibobjs
14775
14776
14777 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14778 as_fn_error "conditional \"AMDEP\" was never defined.
14779 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14780 fi
14781 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14782 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14783 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14784 fi
14785 if test -n "$EXEEXT"; then
14786 am__EXEEXT_TRUE=
14787 am__EXEEXT_FALSE='#'
14788 else
14789 am__EXEEXT_TRUE='#'
14790 am__EXEEXT_FALSE=
14791 fi
14792
14793 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14794 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14795 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14796 fi
14797 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14798 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14799 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14800 fi
14801
14802 : ${CONFIG_STATUS=./config.status}
14803 ac_write_fail=0
14804 ac_clean_files_save=$ac_clean_files
14805 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14806 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14807 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14808 as_write_fail=0
14809 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14810 #! $SHELL
14811 # Generated by $as_me.
14812 # Run this file to recreate the current configuration.
14813 # Compiler output produced by configure, useful for debugging
14814 # configure, is in config.log if it exists.
14815
14816 debug=false
14817 ac_cs_recheck=false
14818 ac_cs_silent=false
14819
14820 SHELL=\${CONFIG_SHELL-$SHELL}
14821 export SHELL
14822 _ASEOF
14823 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14824 ## -------------------- ##
14825 ## M4sh Initialization. ##
14826 ## -------------------- ##
14827
14828 # Be more Bourne compatible
14829 DUALCASE=1; export DUALCASE # for MKS sh
14830 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14831 emulate sh
14832 NULLCMD=:
14833 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14834 # is contrary to our usage. Disable this feature.
14835 alias -g '${1+"$@"}'='"$@"'
14836 setopt NO_GLOB_SUBST
14837 else
14838 case `(set -o) 2>/dev/null` in #(
14839 *posix*) :
14840 set -o posix ;; #(
14841 *) :
14842 ;;
14843 esac
14844 fi
14845
14846
14847 as_nl='
14848 '
14849 export as_nl
14850 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14851 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14852 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14853 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14854 # Prefer a ksh shell builtin over an external printf program on Solaris,
14855 # but without wasting forks for bash or zsh.
14856 if test -z "$BASH_VERSION$ZSH_VERSION" \
14857 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14858 as_echo='print -r --'
14859 as_echo_n='print -rn --'
14860 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14861 as_echo='printf %s\n'
14862 as_echo_n='printf %s'
14863 else
14864 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14865 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14866 as_echo_n='/usr/ucb/echo -n'
14867 else
14868 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14869 as_echo_n_body='eval
14870 arg=$1;
14871 case $arg in #(
14872 *"$as_nl"*)
14873 expr "X$arg" : "X\\(.*\\)$as_nl";
14874 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14875 esac;
14876 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14877 '
14878 export as_echo_n_body
14879 as_echo_n='sh -c $as_echo_n_body as_echo'
14880 fi
14881 export as_echo_body
14882 as_echo='sh -c $as_echo_body as_echo'
14883 fi
14884
14885 # The user is always right.
14886 if test "${PATH_SEPARATOR+set}" != set; then
14887 PATH_SEPARATOR=:
14888 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14889 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14890 PATH_SEPARATOR=';'
14891 }
14892 fi
14893
14894
14895 # IFS
14896 # We need space, tab and new line, in precisely that order. Quoting is
14897 # there to prevent editors from complaining about space-tab.
14898 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14899 # splitting by setting IFS to empty value.)
14900 IFS=" "" $as_nl"
14901
14902 # Find who we are. Look in the path if we contain no directory separator.
14903 case $0 in #((
14904 *[\\/]* ) as_myself=$0 ;;
14905 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14906 for as_dir in $PATH
14907 do
14908 IFS=$as_save_IFS
14909 test -z "$as_dir" && as_dir=.
14910 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14911 done
14912 IFS=$as_save_IFS
14913
14914 ;;
14915 esac
14916 # We did not find ourselves, most probably we were run as `sh COMMAND'
14917 # in which case we are not to be found in the path.
14918 if test "x$as_myself" = x; then
14919 as_myself=$0
14920 fi
14921 if test ! -f "$as_myself"; then
14922 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14923 exit 1
14924 fi
14925
14926 # Unset variables that we do not need and which cause bugs (e.g. in
14927 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14928 # suppresses any "Segmentation fault" message there. '((' could
14929 # trigger a bug in pdksh 5.2.14.
14930 for as_var in BASH_ENV ENV MAIL MAILPATH
14931 do eval test x\${$as_var+set} = xset \
14932 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14933 done
14934 PS1='$ '
14935 PS2='> '
14936 PS4='+ '
14937
14938 # NLS nuisances.
14939 LC_ALL=C
14940 export LC_ALL
14941 LANGUAGE=C
14942 export LANGUAGE
14943
14944 # CDPATH.
14945 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14946
14947
14948 # as_fn_error ERROR [LINENO LOG_FD]
14949 # ---------------------------------
14950 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14951 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14952 # script with status $?, using 1 if that was 0.
14953 as_fn_error ()
14954 {
14955 as_status=$?; test $as_status -eq 0 && as_status=1
14956 if test "$3"; then
14957 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14958 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14959 fi
14960 $as_echo "$as_me: error: $1" >&2
14961 as_fn_exit $as_status
14962 } # as_fn_error
14963
14964
14965 # as_fn_set_status STATUS
14966 # -----------------------
14967 # Set $? to STATUS, without forking.
14968 as_fn_set_status ()
14969 {
14970 return $1
14971 } # as_fn_set_status
14972
14973 # as_fn_exit STATUS
14974 # -----------------
14975 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14976 as_fn_exit ()
14977 {
14978 set +e
14979 as_fn_set_status $1
14980 exit $1
14981 } # as_fn_exit
14982
14983 # as_fn_unset VAR
14984 # ---------------
14985 # Portably unset VAR.
14986 as_fn_unset ()
14987 {
14988 { eval $1=; unset $1;}
14989 }
14990 as_unset=as_fn_unset
14991 # as_fn_append VAR VALUE
14992 # ----------------------
14993 # Append the text in VALUE to the end of the definition contained in VAR. Take
14994 # advantage of any shell optimizations that allow amortized linear growth over
14995 # repeated appends, instead of the typical quadratic growth present in naive
14996 # implementations.
14997 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14998 eval 'as_fn_append ()
14999 {
15000 eval $1+=\$2
15001 }'
15002 else
15003 as_fn_append ()
15004 {
15005 eval $1=\$$1\$2
15006 }
15007 fi # as_fn_append
15008
15009 # as_fn_arith ARG...
15010 # ------------------
15011 # Perform arithmetic evaluation on the ARGs, and store the result in the
15012 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15013 # must be portable across $(()) and expr.
15014 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15015 eval 'as_fn_arith ()
15016 {
15017 as_val=$(( $* ))
15018 }'
15019 else
15020 as_fn_arith ()
15021 {
15022 as_val=`expr "$@" || test $? -eq 1`
15023 }
15024 fi # as_fn_arith
15025
15026
15027 if expr a : '\(a\)' >/dev/null 2>&1 &&
15028 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15029 as_expr=expr
15030 else
15031 as_expr=false
15032 fi
15033
15034 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15035 as_basename=basename
15036 else
15037 as_basename=false
15038 fi
15039
15040 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15041 as_dirname=dirname
15042 else
15043 as_dirname=false
15044 fi
15045
15046 as_me=`$as_basename -- "$0" ||
15047 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15048 X"$0" : 'X\(//\)$' \| \
15049 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15050 $as_echo X/"$0" |
15051 sed '/^.*\/\([^/][^/]*\)\/*$/{
15052 s//\1/
15053 q
15054 }
15055 /^X\/\(\/\/\)$/{
15056 s//\1/
15057 q
15058 }
15059 /^X\/\(\/\).*/{
15060 s//\1/
15061 q
15062 }
15063 s/.*/./; q'`
15064
15065 # Avoid depending upon Character Ranges.
15066 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15067 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15068 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15069 as_cr_digits='0123456789'
15070 as_cr_alnum=$as_cr_Letters$as_cr_digits
15071
15072 ECHO_C= ECHO_N= ECHO_T=
15073 case `echo -n x` in #(((((
15074 -n*)
15075 case `echo 'xy\c'` in
15076 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15077 xy) ECHO_C='\c';;
15078 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15079 ECHO_T=' ';;
15080 esac;;
15081 *)
15082 ECHO_N='-n';;
15083 esac
15084
15085 rm -f conf$$ conf$$.exe conf$$.file
15086 if test -d conf$$.dir; then
15087 rm -f conf$$.dir/conf$$.file
15088 else
15089 rm -f conf$$.dir
15090 mkdir conf$$.dir 2>/dev/null
15091 fi
15092 if (echo >conf$$.file) 2>/dev/null; then
15093 if ln -s conf$$.file conf$$ 2>/dev/null; then
15094 as_ln_s='ln -s'
15095 # ... but there are two gotchas:
15096 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15097 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15098 # In both cases, we have to default to `cp -p'.
15099 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15100 as_ln_s='cp -p'
15101 elif ln conf$$.file conf$$ 2>/dev/null; then
15102 as_ln_s=ln
15103 else
15104 as_ln_s='cp -p'
15105 fi
15106 else
15107 as_ln_s='cp -p'
15108 fi
15109 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15110 rmdir conf$$.dir 2>/dev/null
15111
15112
15113 # as_fn_mkdir_p
15114 # -------------
15115 # Create "$as_dir" as a directory, including parents if necessary.
15116 as_fn_mkdir_p ()
15117 {
15118
15119 case $as_dir in #(
15120 -*) as_dir=./$as_dir;;
15121 esac
15122 test -d "$as_dir" || eval $as_mkdir_p || {
15123 as_dirs=
15124 while :; do
15125 case $as_dir in #(
15126 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15127 *) as_qdir=$as_dir;;
15128 esac
15129 as_dirs="'$as_qdir' $as_dirs"
15130 as_dir=`$as_dirname -- "$as_dir" ||
15131 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15132 X"$as_dir" : 'X\(//\)[^/]' \| \
15133 X"$as_dir" : 'X\(//\)$' \| \
15134 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15135 $as_echo X"$as_dir" |
15136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15137 s//\1/
15138 q
15139 }
15140 /^X\(\/\/\)[^/].*/{
15141 s//\1/
15142 q
15143 }
15144 /^X\(\/\/\)$/{
15145 s//\1/
15146 q
15147 }
15148 /^X\(\/\).*/{
15149 s//\1/
15150 q
15151 }
15152 s/.*/./; q'`
15153 test -d "$as_dir" && break
15154 done
15155 test -z "$as_dirs" || eval "mkdir $as_dirs"
15156 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15157
15158
15159 } # as_fn_mkdir_p
15160 if mkdir -p . 2>/dev/null; then
15161 as_mkdir_p='mkdir -p "$as_dir"'
15162 else
15163 test -d ./-p && rmdir ./-p
15164 as_mkdir_p=false
15165 fi
15166
15167 if test -x / >/dev/null 2>&1; then
15168 as_test_x='test -x'
15169 else
15170 if ls -dL / >/dev/null 2>&1; then
15171 as_ls_L_option=L
15172 else
15173 as_ls_L_option=
15174 fi
15175 as_test_x='
15176 eval sh -c '\''
15177 if test -d "$1"; then
15178 test -d "$1/.";
15179 else
15180 case $1 in #(
15181 -*)set "./$1";;
15182 esac;
15183 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15184 ???[sx]*):;;*)false;;esac;fi
15185 '\'' sh
15186 '
15187 fi
15188 as_executable_p=$as_test_x
15189
15190 # Sed expression to map a string onto a valid CPP name.
15191 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15192
15193 # Sed expression to map a string onto a valid variable name.
15194 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15195
15196
15197 exec 6>&1
15198 ## ----------------------------------- ##
15199 ## Main body of $CONFIG_STATUS script. ##
15200 ## ----------------------------------- ##
15201 _ASEOF
15202 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15203
15204 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15205 # Save the log message, to keep $0 and so on meaningful, and to
15206 # report actual input values of CONFIG_FILES etc. instead of their
15207 # values after options handling.
15208 ac_log="
15209 This file was extended by binutils $as_me 2.30.51, which was
15210 generated by GNU Autoconf 2.64. Invocation command line was
15211
15212 CONFIG_FILES = $CONFIG_FILES
15213 CONFIG_HEADERS = $CONFIG_HEADERS
15214 CONFIG_LINKS = $CONFIG_LINKS
15215 CONFIG_COMMANDS = $CONFIG_COMMANDS
15216 $ $0 $@
15217
15218 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15219 "
15220
15221 _ACEOF
15222
15223 case $ac_config_files in *"
15224 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15225 esac
15226
15227 case $ac_config_headers in *"
15228 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15229 esac
15230
15231
15232 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15233 # Files that config.status was made for.
15234 config_files="$ac_config_files"
15235 config_headers="$ac_config_headers"
15236 config_commands="$ac_config_commands"
15237
15238 _ACEOF
15239
15240 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15241 ac_cs_usage="\
15242 \`$as_me' instantiates files and other configuration actions
15243 from templates according to the current configuration. Unless the files
15244 and actions are specified as TAGs, all are instantiated by default.
15245
15246 Usage: $0 [OPTION]... [TAG]...
15247
15248 -h, --help print this help, then exit
15249 -V, --version print version number and configuration settings, then exit
15250 -q, --quiet, --silent
15251 do not print progress messages
15252 -d, --debug don't remove temporary files
15253 --recheck update $as_me by reconfiguring in the same conditions
15254 --file=FILE[:TEMPLATE]
15255 instantiate the configuration file FILE
15256 --header=FILE[:TEMPLATE]
15257 instantiate the configuration header FILE
15258
15259 Configuration files:
15260 $config_files
15261
15262 Configuration headers:
15263 $config_headers
15264
15265 Configuration commands:
15266 $config_commands
15267
15268 Report bugs to the package provider."
15269
15270 _ACEOF
15271 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15272 ac_cs_version="\\
15273 binutils config.status 2.30.51
15274 configured by $0, generated by GNU Autoconf 2.64,
15275 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15276
15277 Copyright (C) 2009 Free Software Foundation, Inc.
15278 This config.status script is free software; the Free Software Foundation
15279 gives unlimited permission to copy, distribute and modify it."
15280
15281 ac_pwd='$ac_pwd'
15282 srcdir='$srcdir'
15283 INSTALL='$INSTALL'
15284 MKDIR_P='$MKDIR_P'
15285 AWK='$AWK'
15286 test -n "\$AWK" || AWK=awk
15287 _ACEOF
15288
15289 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15290 # The default lists apply if the user does not specify any file.
15291 ac_need_defaults=:
15292 while test $# != 0
15293 do
15294 case $1 in
15295 --*=*)
15296 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15297 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15298 ac_shift=:
15299 ;;
15300 *)
15301 ac_option=$1
15302 ac_optarg=$2
15303 ac_shift=shift
15304 ;;
15305 esac
15306
15307 case $ac_option in
15308 # Handling of the options.
15309 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15310 ac_cs_recheck=: ;;
15311 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15312 $as_echo "$ac_cs_version"; exit ;;
15313 --debug | --debu | --deb | --de | --d | -d )
15314 debug=: ;;
15315 --file | --fil | --fi | --f )
15316 $ac_shift
15317 case $ac_optarg in
15318 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15319 esac
15320 as_fn_append CONFIG_FILES " '$ac_optarg'"
15321 ac_need_defaults=false;;
15322 --header | --heade | --head | --hea )
15323 $ac_shift
15324 case $ac_optarg in
15325 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15326 esac
15327 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15328 ac_need_defaults=false;;
15329 --he | --h)
15330 # Conflict between --help and --header
15331 as_fn_error "ambiguous option: \`$1'
15332 Try \`$0 --help' for more information.";;
15333 --help | --hel | -h )
15334 $as_echo "$ac_cs_usage"; exit ;;
15335 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15336 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15337 ac_cs_silent=: ;;
15338
15339 # This is an error.
15340 -*) as_fn_error "unrecognized option: \`$1'
15341 Try \`$0 --help' for more information." ;;
15342
15343 *) as_fn_append ac_config_targets " $1"
15344 ac_need_defaults=false ;;
15345
15346 esac
15347 shift
15348 done
15349
15350 ac_configure_extra_args=
15351
15352 if $ac_cs_silent; then
15353 exec 6>/dev/null
15354 ac_configure_extra_args="$ac_configure_extra_args --silent"
15355 fi
15356
15357 _ACEOF
15358 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15359 if \$ac_cs_recheck; then
15360 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15361 shift
15362 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15363 CONFIG_SHELL='$SHELL'
15364 export CONFIG_SHELL
15365 exec "\$@"
15366 fi
15367
15368 _ACEOF
15369 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15370 exec 5>>config.log
15371 {
15372 echo
15373 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15374 ## Running $as_me. ##
15375 _ASBOX
15376 $as_echo "$ac_log"
15377 } >&5
15378
15379 _ACEOF
15380 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15381 #
15382 # INIT-COMMANDS
15383 #
15384 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15385
15386
15387 # The HP-UX ksh and POSIX shell print the target directory to stdout
15388 # if CDPATH is set.
15389 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15390
15391 sed_quote_subst='$sed_quote_subst'
15392 double_quote_subst='$double_quote_subst'
15393 delay_variable_subst='$delay_variable_subst'
15394 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15395 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15396 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15397 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15398 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15399 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15400 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15401 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15402 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15403 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15404 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15405 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15406 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15407 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15408 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15409 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15410 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15411 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15412 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15413 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15414 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15415 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15416 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15417 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15418 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15419 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15420 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15421 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15422 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15423 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15424 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15425 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15426 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15427 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15428 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15429 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15430 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15431 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15432 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15433 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15434 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15435 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15436 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15437 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15438 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15439 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15440 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15441 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15442 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"`'
15443 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15444 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15445 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15446 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15447 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15448 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15449 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15450 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15451 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15452 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15453 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15454 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15455 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15456 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15457 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15458 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15459 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15460 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15461 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15462 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15463 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15464 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15465 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15466 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15467 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15468 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15469 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15470 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15471 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15472 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15473 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15474 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15475 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15476 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15477 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15478 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15479 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15480 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15481 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15482 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15483 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15484 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15485 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15486 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15487 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15488 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15489 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15490 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15491 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15492 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15493 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15494 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15495 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15496 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15497 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15498 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15499 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15500 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15501 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15502 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15503 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15504 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15505 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15506 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15507 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15508 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15509 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15510 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15511 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15512 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15513 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15514
15515 LTCC='$LTCC'
15516 LTCFLAGS='$LTCFLAGS'
15517 compiler='$compiler_DEFAULT'
15518
15519 # A function that is used when there is no print builtin or printf.
15520 func_fallback_echo ()
15521 {
15522 eval 'cat <<_LTECHO_EOF
15523 \$1
15524 _LTECHO_EOF'
15525 }
15526
15527 # Quote evaled strings.
15528 for var in SHELL \
15529 ECHO \
15530 SED \
15531 GREP \
15532 EGREP \
15533 FGREP \
15534 LD \
15535 NM \
15536 LN_S \
15537 lt_SP2NL \
15538 lt_NL2SP \
15539 reload_flag \
15540 OBJDUMP \
15541 deplibs_check_method \
15542 file_magic_cmd \
15543 AR \
15544 AR_FLAGS \
15545 STRIP \
15546 RANLIB \
15547 CC \
15548 CFLAGS \
15549 compiler \
15550 lt_cv_sys_global_symbol_pipe \
15551 lt_cv_sys_global_symbol_to_cdecl \
15552 lt_cv_sys_global_symbol_to_c_name_address \
15553 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15554 lt_prog_compiler_no_builtin_flag \
15555 lt_prog_compiler_wl \
15556 lt_prog_compiler_pic \
15557 lt_prog_compiler_static \
15558 lt_cv_prog_compiler_c_o \
15559 need_locks \
15560 DSYMUTIL \
15561 NMEDIT \
15562 LIPO \
15563 OTOOL \
15564 OTOOL64 \
15565 shrext_cmds \
15566 export_dynamic_flag_spec \
15567 whole_archive_flag_spec \
15568 compiler_needs_object \
15569 with_gnu_ld \
15570 allow_undefined_flag \
15571 no_undefined_flag \
15572 hardcode_libdir_flag_spec \
15573 hardcode_libdir_flag_spec_ld \
15574 hardcode_libdir_separator \
15575 fix_srcfile_path \
15576 exclude_expsyms \
15577 include_expsyms \
15578 file_list_spec \
15579 variables_saved_for_relink \
15580 libname_spec \
15581 library_names_spec \
15582 soname_spec \
15583 install_override_mode \
15584 finish_eval \
15585 old_striplib \
15586 striplib; do
15587 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15588 *[\\\\\\\`\\"\\\$]*)
15589 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15590 ;;
15591 *)
15592 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15593 ;;
15594 esac
15595 done
15596
15597 # Double-quote double-evaled strings.
15598 for var in reload_cmds \
15599 old_postinstall_cmds \
15600 old_postuninstall_cmds \
15601 old_archive_cmds \
15602 extract_expsyms_cmds \
15603 old_archive_from_new_cmds \
15604 old_archive_from_expsyms_cmds \
15605 archive_cmds \
15606 archive_expsym_cmds \
15607 module_cmds \
15608 module_expsym_cmds \
15609 export_symbols_cmds \
15610 prelink_cmds \
15611 postinstall_cmds \
15612 postuninstall_cmds \
15613 finish_cmds \
15614 sys_lib_search_path_spec \
15615 sys_lib_dlsearch_path_spec; do
15616 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15617 *[\\\\\\\`\\"\\\$]*)
15618 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15619 ;;
15620 *)
15621 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15622 ;;
15623 esac
15624 done
15625
15626 ac_aux_dir='$ac_aux_dir'
15627 xsi_shell='$xsi_shell'
15628 lt_shell_append='$lt_shell_append'
15629
15630 # See if we are running on zsh, and set the options which allow our
15631 # commands through without removal of \ escapes INIT.
15632 if test -n "\${ZSH_VERSION+set}" ; then
15633 setopt NO_GLOB_SUBST
15634 fi
15635
15636
15637 PACKAGE='$PACKAGE'
15638 VERSION='$VERSION'
15639 TIMESTAMP='$TIMESTAMP'
15640 RM='$RM'
15641 ofile='$ofile'
15642
15643
15644
15645 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15646 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15647 # from automake.
15648 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15649 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15650 LINGUAS="${LINGUAS-%UNSET%}"
15651
15652
15653 _ACEOF
15654
15655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15656
15657 # Handling of arguments.
15658 for ac_config_target in $ac_config_targets
15659 do
15660 case $ac_config_target in
15661 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15662 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15663 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15664 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15665 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15666 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15667 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15668
15669 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15670 esac
15671 done
15672
15673
15674 # If the user did not use the arguments to specify the items to instantiate,
15675 # then the envvar interface is used. Set only those that are not.
15676 # We use the long form for the default assignment because of an extremely
15677 # bizarre bug on SunOS 4.1.3.
15678 if $ac_need_defaults; then
15679 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15680 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15681 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15682 fi
15683
15684 # Have a temporary directory for convenience. Make it in the build tree
15685 # simply because there is no reason against having it here, and in addition,
15686 # creating and moving files from /tmp can sometimes cause problems.
15687 # Hook for its removal unless debugging.
15688 # Note that there is a small window in which the directory will not be cleaned:
15689 # after its creation but before its name has been assigned to `$tmp'.
15690 $debug ||
15691 {
15692 tmp=
15693 trap 'exit_status=$?
15694 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15695 ' 0
15696 trap 'as_fn_exit 1' 1 2 13 15
15697 }
15698 # Create a (secure) tmp directory for tmp files.
15699
15700 {
15701 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15702 test -n "$tmp" && test -d "$tmp"
15703 } ||
15704 {
15705 tmp=./conf$$-$RANDOM
15706 (umask 077 && mkdir "$tmp")
15707 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15708
15709 # Set up the scripts for CONFIG_FILES section.
15710 # No need to generate them if there are no CONFIG_FILES.
15711 # This happens for instance with `./config.status config.h'.
15712 if test -n "$CONFIG_FILES"; then
15713
15714
15715 ac_cr=`echo X | tr X '\015'`
15716 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15717 # But we know of no other shell where ac_cr would be empty at this
15718 # point, so we can use a bashism as a fallback.
15719 if test "x$ac_cr" = x; then
15720 eval ac_cr=\$\'\\r\'
15721 fi
15722 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15723 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15724 ac_cs_awk_cr='\r'
15725 else
15726 ac_cs_awk_cr=$ac_cr
15727 fi
15728
15729 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15730 _ACEOF
15731
15732
15733 {
15734 echo "cat >conf$$subs.awk <<_ACEOF" &&
15735 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15736 echo "_ACEOF"
15737 } >conf$$subs.sh ||
15738 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15739 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15740 ac_delim='%!_!# '
15741 for ac_last_try in false false false false false :; do
15742 . ./conf$$subs.sh ||
15743 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15744
15745 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15746 if test $ac_delim_n = $ac_delim_num; then
15747 break
15748 elif $ac_last_try; then
15749 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15750 else
15751 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15752 fi
15753 done
15754 rm -f conf$$subs.sh
15755
15756 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15757 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15758 _ACEOF
15759 sed -n '
15760 h
15761 s/^/S["/; s/!.*/"]=/
15762 p
15763 g
15764 s/^[^!]*!//
15765 :repl
15766 t repl
15767 s/'"$ac_delim"'$//
15768 t delim
15769 :nl
15770 h
15771 s/\(.\{148\}\).*/\1/
15772 t more1
15773 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15774 p
15775 n
15776 b repl
15777 :more1
15778 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15779 p
15780 g
15781 s/.\{148\}//
15782 t nl
15783 :delim
15784 h
15785 s/\(.\{148\}\).*/\1/
15786 t more2
15787 s/["\\]/\\&/g; s/^/"/; s/$/"/
15788 p
15789 b
15790 :more2
15791 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15792 p
15793 g
15794 s/.\{148\}//
15795 t delim
15796 ' <conf$$subs.awk | sed '
15797 /^[^""]/{
15798 N
15799 s/\n//
15800 }
15801 ' >>$CONFIG_STATUS || ac_write_fail=1
15802 rm -f conf$$subs.awk
15803 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15804 _ACAWK
15805 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15806 for (key in S) S_is_set[key] = 1
15807 FS = "\a"
15808
15809 }
15810 {
15811 line = $ 0
15812 nfields = split(line, field, "@")
15813 substed = 0
15814 len = length(field[1])
15815 for (i = 2; i < nfields; i++) {
15816 key = field[i]
15817 keylen = length(key)
15818 if (S_is_set[key]) {
15819 value = S[key]
15820 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15821 len += length(value) + length(field[++i])
15822 substed = 1
15823 } else
15824 len += 1 + keylen
15825 }
15826
15827 print line
15828 }
15829
15830 _ACAWK
15831 _ACEOF
15832 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15833 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15834 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15835 else
15836 cat
15837 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15838 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15839 _ACEOF
15840
15841 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15842 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15843 # trailing colons and then remove the whole line if VPATH becomes empty
15844 # (actually we leave an empty line to preserve line numbers).
15845 if test "x$srcdir" = x.; then
15846 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15847 s/:*\$(srcdir):*/:/
15848 s/:*\${srcdir}:*/:/
15849 s/:*@srcdir@:*/:/
15850 s/^\([^=]*=[ ]*\):*/\1/
15851 s/:*$//
15852 s/^[^=]*=[ ]*$//
15853 }'
15854 fi
15855
15856 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15857 fi # test -n "$CONFIG_FILES"
15858
15859 # Set up the scripts for CONFIG_HEADERS section.
15860 # No need to generate them if there are no CONFIG_HEADERS.
15861 # This happens for instance with `./config.status Makefile'.
15862 if test -n "$CONFIG_HEADERS"; then
15863 cat >"$tmp/defines.awk" <<\_ACAWK ||
15864 BEGIN {
15865 _ACEOF
15866
15867 # Transform confdefs.h into an awk script `defines.awk', embedded as
15868 # here-document in config.status, that substitutes the proper values into
15869 # config.h.in to produce config.h.
15870
15871 # Create a delimiter string that does not exist in confdefs.h, to ease
15872 # handling of long lines.
15873 ac_delim='%!_!# '
15874 for ac_last_try in false false :; do
15875 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15876 if test -z "$ac_t"; then
15877 break
15878 elif $ac_last_try; then
15879 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15880 else
15881 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15882 fi
15883 done
15884
15885 # For the awk script, D is an array of macro values keyed by name,
15886 # likewise P contains macro parameters if any. Preserve backslash
15887 # newline sequences.
15888
15889 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15890 sed -n '
15891 s/.\{148\}/&'"$ac_delim"'/g
15892 t rset
15893 :rset
15894 s/^[ ]*#[ ]*define[ ][ ]*/ /
15895 t def
15896 d
15897 :def
15898 s/\\$//
15899 t bsnl
15900 s/["\\]/\\&/g
15901 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15902 D["\1"]=" \3"/p
15903 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15904 d
15905 :bsnl
15906 s/["\\]/\\&/g
15907 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15908 D["\1"]=" \3\\\\\\n"\\/p
15909 t cont
15910 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15911 t cont
15912 d
15913 :cont
15914 n
15915 s/.\{148\}/&'"$ac_delim"'/g
15916 t clear
15917 :clear
15918 s/\\$//
15919 t bsnlc
15920 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15921 d
15922 :bsnlc
15923 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15924 b cont
15925 ' <confdefs.h | sed '
15926 s/'"$ac_delim"'/"\\\
15927 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15928
15929 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15930 for (key in D) D_is_set[key] = 1
15931 FS = "\a"
15932 }
15933 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15934 line = \$ 0
15935 split(line, arg, " ")
15936 if (arg[1] == "#") {
15937 defundef = arg[2]
15938 mac1 = arg[3]
15939 } else {
15940 defundef = substr(arg[1], 2)
15941 mac1 = arg[2]
15942 }
15943 split(mac1, mac2, "(") #)
15944 macro = mac2[1]
15945 prefix = substr(line, 1, index(line, defundef) - 1)
15946 if (D_is_set[macro]) {
15947 # Preserve the white space surrounding the "#".
15948 print prefix "define", macro P[macro] D[macro]
15949 next
15950 } else {
15951 # Replace #undef with comments. This is necessary, for example,
15952 # in the case of _POSIX_SOURCE, which is predefined and required
15953 # on some systems where configure will not decide to define it.
15954 if (defundef == "undef") {
15955 print "/*", prefix defundef, macro, "*/"
15956 next
15957 }
15958 }
15959 }
15960 { print }
15961 _ACAWK
15962 _ACEOF
15963 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15964 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15965 fi # test -n "$CONFIG_HEADERS"
15966
15967
15968 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15969 shift
15970 for ac_tag
15971 do
15972 case $ac_tag in
15973 :[FHLC]) ac_mode=$ac_tag; continue;;
15974 esac
15975 case $ac_mode$ac_tag in
15976 :[FHL]*:*);;
15977 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15978 :[FH]-) ac_tag=-:-;;
15979 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15980 esac
15981 ac_save_IFS=$IFS
15982 IFS=:
15983 set x $ac_tag
15984 IFS=$ac_save_IFS
15985 shift
15986 ac_file=$1
15987 shift
15988
15989 case $ac_mode in
15990 :L) ac_source=$1;;
15991 :[FH])
15992 ac_file_inputs=
15993 for ac_f
15994 do
15995 case $ac_f in
15996 -) ac_f="$tmp/stdin";;
15997 *) # Look for the file first in the build tree, then in the source tree
15998 # (if the path is not absolute). The absolute path cannot be DOS-style,
15999 # because $ac_f cannot contain `:'.
16000 test -f "$ac_f" ||
16001 case $ac_f in
16002 [\\/$]*) false;;
16003 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16004 esac ||
16005 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16006 esac
16007 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16008 as_fn_append ac_file_inputs " '$ac_f'"
16009 done
16010
16011 # Let's still pretend it is `configure' which instantiates (i.e., don't
16012 # use $as_me), people would be surprised to read:
16013 # /* config.h. Generated by config.status. */
16014 configure_input='Generated from '`
16015 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16016 `' by configure.'
16017 if test x"$ac_file" != x-; then
16018 configure_input="$ac_file. $configure_input"
16019 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16020 $as_echo "$as_me: creating $ac_file" >&6;}
16021 fi
16022 # Neutralize special characters interpreted by sed in replacement strings.
16023 case $configure_input in #(
16024 *\&* | *\|* | *\\* )
16025 ac_sed_conf_input=`$as_echo "$configure_input" |
16026 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16027 *) ac_sed_conf_input=$configure_input;;
16028 esac
16029
16030 case $ac_tag in
16031 *:-:* | *:-) cat >"$tmp/stdin" \
16032 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
16033 esac
16034 ;;
16035 esac
16036
16037 ac_dir=`$as_dirname -- "$ac_file" ||
16038 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16039 X"$ac_file" : 'X\(//\)[^/]' \| \
16040 X"$ac_file" : 'X\(//\)$' \| \
16041 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16042 $as_echo X"$ac_file" |
16043 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16044 s//\1/
16045 q
16046 }
16047 /^X\(\/\/\)[^/].*/{
16048 s//\1/
16049 q
16050 }
16051 /^X\(\/\/\)$/{
16052 s//\1/
16053 q
16054 }
16055 /^X\(\/\).*/{
16056 s//\1/
16057 q
16058 }
16059 s/.*/./; q'`
16060 as_dir="$ac_dir"; as_fn_mkdir_p
16061 ac_builddir=.
16062
16063 case "$ac_dir" in
16064 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16065 *)
16066 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16067 # A ".." for each directory in $ac_dir_suffix.
16068 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16069 case $ac_top_builddir_sub in
16070 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16071 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16072 esac ;;
16073 esac
16074 ac_abs_top_builddir=$ac_pwd
16075 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16076 # for backward compatibility:
16077 ac_top_builddir=$ac_top_build_prefix
16078
16079 case $srcdir in
16080 .) # We are building in place.
16081 ac_srcdir=.
16082 ac_top_srcdir=$ac_top_builddir_sub
16083 ac_abs_top_srcdir=$ac_pwd ;;
16084 [\\/]* | ?:[\\/]* ) # Absolute name.
16085 ac_srcdir=$srcdir$ac_dir_suffix;
16086 ac_top_srcdir=$srcdir
16087 ac_abs_top_srcdir=$srcdir ;;
16088 *) # Relative name.
16089 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16090 ac_top_srcdir=$ac_top_build_prefix$srcdir
16091 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16092 esac
16093 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16094
16095
16096 case $ac_mode in
16097 :F)
16098 #
16099 # CONFIG_FILE
16100 #
16101
16102 case $INSTALL in
16103 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16104 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16105 esac
16106 ac_MKDIR_P=$MKDIR_P
16107 case $MKDIR_P in
16108 [\\/$]* | ?:[\\/]* ) ;;
16109 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16110 esac
16111 _ACEOF
16112
16113 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16114 # If the template does not know about datarootdir, expand it.
16115 # FIXME: This hack should be removed a few years after 2.60.
16116 ac_datarootdir_hack=; ac_datarootdir_seen=
16117 ac_sed_dataroot='
16118 /datarootdir/ {
16119 p
16120 q
16121 }
16122 /@datadir@/p
16123 /@docdir@/p
16124 /@infodir@/p
16125 /@localedir@/p
16126 /@mandir@/p'
16127 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16128 *datarootdir*) ac_datarootdir_seen=yes;;
16129 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16131 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16132 _ACEOF
16133 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16134 ac_datarootdir_hack='
16135 s&@datadir@&$datadir&g
16136 s&@docdir@&$docdir&g
16137 s&@infodir@&$infodir&g
16138 s&@localedir@&$localedir&g
16139 s&@mandir@&$mandir&g
16140 s&\\\${datarootdir}&$datarootdir&g' ;;
16141 esac
16142 _ACEOF
16143
16144 # Neutralize VPATH when `$srcdir' = `.'.
16145 # Shell code in configure.ac might set extrasub.
16146 # FIXME: do we really want to maintain this feature?
16147 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16148 ac_sed_extra="$ac_vpsub
16149 $extrasub
16150 _ACEOF
16151 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16152 :t
16153 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16154 s|@configure_input@|$ac_sed_conf_input|;t t
16155 s&@top_builddir@&$ac_top_builddir_sub&;t t
16156 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16157 s&@srcdir@&$ac_srcdir&;t t
16158 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16159 s&@top_srcdir@&$ac_top_srcdir&;t t
16160 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16161 s&@builddir@&$ac_builddir&;t t
16162 s&@abs_builddir@&$ac_abs_builddir&;t t
16163 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16164 s&@INSTALL@&$ac_INSTALL&;t t
16165 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16166 $ac_datarootdir_hack
16167 "
16168 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16169 || as_fn_error "could not create $ac_file" "$LINENO" 5
16170
16171 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16172 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16173 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16174 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16175 which seems to be undefined. Please make sure it is defined." >&5
16176 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16177 which seems to be undefined. Please make sure it is defined." >&2;}
16178
16179 rm -f "$tmp/stdin"
16180 case $ac_file in
16181 -) cat "$tmp/out" && rm -f "$tmp/out";;
16182 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16183 esac \
16184 || as_fn_error "could not create $ac_file" "$LINENO" 5
16185 ;;
16186 :H)
16187 #
16188 # CONFIG_HEADER
16189 #
16190 if test x"$ac_file" != x-; then
16191 {
16192 $as_echo "/* $configure_input */" \
16193 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16194 } >"$tmp/config.h" \
16195 || as_fn_error "could not create $ac_file" "$LINENO" 5
16196 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16197 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16198 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16199 else
16200 rm -f "$ac_file"
16201 mv "$tmp/config.h" "$ac_file" \
16202 || as_fn_error "could not create $ac_file" "$LINENO" 5
16203 fi
16204 else
16205 $as_echo "/* $configure_input */" \
16206 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16207 || as_fn_error "could not create -" "$LINENO" 5
16208 fi
16209 # Compute "$ac_file"'s index in $config_headers.
16210 _am_arg="$ac_file"
16211 _am_stamp_count=1
16212 for _am_header in $config_headers :; do
16213 case $_am_header in
16214 $_am_arg | $_am_arg:* )
16215 break ;;
16216 * )
16217 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16218 esac
16219 done
16220 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16221 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16222 X"$_am_arg" : 'X\(//\)[^/]' \| \
16223 X"$_am_arg" : 'X\(//\)$' \| \
16224 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16225 $as_echo X"$_am_arg" |
16226 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16227 s//\1/
16228 q
16229 }
16230 /^X\(\/\/\)[^/].*/{
16231 s//\1/
16232 q
16233 }
16234 /^X\(\/\/\)$/{
16235 s//\1/
16236 q
16237 }
16238 /^X\(\/\).*/{
16239 s//\1/
16240 q
16241 }
16242 s/.*/./; q'`/stamp-h$_am_stamp_count
16243 ;;
16244
16245 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16246 $as_echo "$as_me: executing $ac_file commands" >&6;}
16247 ;;
16248 esac
16249
16250
16251 case $ac_file$ac_mode in
16252 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16253 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16254 # are listed without --file. Let's play safe and only enable the eval
16255 # if we detect the quoting.
16256 case $CONFIG_FILES in
16257 *\'*) eval set x "$CONFIG_FILES" ;;
16258 *) set x $CONFIG_FILES ;;
16259 esac
16260 shift
16261 for mf
16262 do
16263 # Strip MF so we end up with the name of the file.
16264 mf=`echo "$mf" | sed -e 's/:.*$//'`
16265 # Check whether this is an Automake generated Makefile or not.
16266 # We used to match only the files named `Makefile.in', but
16267 # some people rename them; so instead we look at the file content.
16268 # Grep'ing the first line is not enough: some people post-process
16269 # each Makefile.in and add a new line on top of each file to say so.
16270 # Grep'ing the whole file is not good either: AIX grep has a line
16271 # limit of 2048, but all sed's we know have understand at least 4000.
16272 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16273 dirpart=`$as_dirname -- "$mf" ||
16274 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16275 X"$mf" : 'X\(//\)[^/]' \| \
16276 X"$mf" : 'X\(//\)$' \| \
16277 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16278 $as_echo X"$mf" |
16279 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16280 s//\1/
16281 q
16282 }
16283 /^X\(\/\/\)[^/].*/{
16284 s//\1/
16285 q
16286 }
16287 /^X\(\/\/\)$/{
16288 s//\1/
16289 q
16290 }
16291 /^X\(\/\).*/{
16292 s//\1/
16293 q
16294 }
16295 s/.*/./; q'`
16296 else
16297 continue
16298 fi
16299 # Extract the definition of DEPDIR, am__include, and am__quote
16300 # from the Makefile without running `make'.
16301 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16302 test -z "$DEPDIR" && continue
16303 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16304 test -z "am__include" && continue
16305 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16306 # When using ansi2knr, U may be empty or an underscore; expand it
16307 U=`sed -n 's/^U = //p' < "$mf"`
16308 # Find all dependency output files, they are included files with
16309 # $(DEPDIR) in their names. We invoke sed twice because it is the
16310 # simplest approach to changing $(DEPDIR) to its actual value in the
16311 # expansion.
16312 for file in `sed -n "
16313 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16314 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16315 # Make sure the directory exists.
16316 test -f "$dirpart/$file" && continue
16317 fdir=`$as_dirname -- "$file" ||
16318 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16319 X"$file" : 'X\(//\)[^/]' \| \
16320 X"$file" : 'X\(//\)$' \| \
16321 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16322 $as_echo X"$file" |
16323 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16324 s//\1/
16325 q
16326 }
16327 /^X\(\/\/\)[^/].*/{
16328 s//\1/
16329 q
16330 }
16331 /^X\(\/\/\)$/{
16332 s//\1/
16333 q
16334 }
16335 /^X\(\/\).*/{
16336 s//\1/
16337 q
16338 }
16339 s/.*/./; q'`
16340 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16341 # echo "creating $dirpart/$file"
16342 echo '# dummy' > "$dirpart/$file"
16343 done
16344 done
16345 }
16346 ;;
16347 "libtool":C)
16348
16349 # See if we are running on zsh, and set the options which allow our
16350 # commands through without removal of \ escapes.
16351 if test -n "${ZSH_VERSION+set}" ; then
16352 setopt NO_GLOB_SUBST
16353 fi
16354
16355 cfgfile="${ofile}T"
16356 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16357 $RM "$cfgfile"
16358
16359 cat <<_LT_EOF >> "$cfgfile"
16360 #! $SHELL
16361
16362 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16363 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16364 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16365 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16366 #
16367 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16368 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16369 # Written by Gordon Matzigkeit, 1996
16370 #
16371 # This file is part of GNU Libtool.
16372 #
16373 # GNU Libtool is free software; you can redistribute it and/or
16374 # modify it under the terms of the GNU General Public License as
16375 # published by the Free Software Foundation; either version 2 of
16376 # the License, or (at your option) any later version.
16377 #
16378 # As a special exception to the GNU General Public License,
16379 # if you distribute this file as part of a program or library that
16380 # is built using GNU Libtool, you may include this file under the
16381 # same distribution terms that you use for the rest of that program.
16382 #
16383 # GNU Libtool is distributed in the hope that it will be useful,
16384 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16385 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16386 # GNU General Public License for more details.
16387 #
16388 # You should have received a copy of the GNU General Public License
16389 # along with GNU Libtool; see the file COPYING. If not, a copy
16390 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16391 # obtained by writing to the Free Software Foundation, Inc.,
16392 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16393
16394
16395 # The names of the tagged configurations supported by this script.
16396 available_tags=""
16397
16398 # ### BEGIN LIBTOOL CONFIG
16399
16400 # Which release of libtool.m4 was used?
16401 macro_version=$macro_version
16402 macro_revision=$macro_revision
16403
16404 # Whether or not to build shared libraries.
16405 build_libtool_libs=$enable_shared
16406
16407 # Whether or not to build static libraries.
16408 build_old_libs=$enable_static
16409
16410 # What type of objects to build.
16411 pic_mode=$pic_mode
16412
16413 # Whether or not to optimize for fast installation.
16414 fast_install=$enable_fast_install
16415
16416 # Shell to use when invoking shell scripts.
16417 SHELL=$lt_SHELL
16418
16419 # An echo program that protects backslashes.
16420 ECHO=$lt_ECHO
16421
16422 # The host system.
16423 host_alias=$host_alias
16424 host=$host
16425 host_os=$host_os
16426
16427 # The build system.
16428 build_alias=$build_alias
16429 build=$build
16430 build_os=$build_os
16431
16432 # A sed program that does not truncate output.
16433 SED=$lt_SED
16434
16435 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16436 Xsed="\$SED -e 1s/^X//"
16437
16438 # A grep program that handles long lines.
16439 GREP=$lt_GREP
16440
16441 # An ERE matcher.
16442 EGREP=$lt_EGREP
16443
16444 # A literal string matcher.
16445 FGREP=$lt_FGREP
16446
16447 # A BSD- or MS-compatible name lister.
16448 NM=$lt_NM
16449
16450 # Whether we need soft or hard links.
16451 LN_S=$lt_LN_S
16452
16453 # What is the maximum length of a command?
16454 max_cmd_len=$max_cmd_len
16455
16456 # Object file suffix (normally "o").
16457 objext=$ac_objext
16458
16459 # Executable file suffix (normally "").
16460 exeext=$exeext
16461
16462 # whether the shell understands "unset".
16463 lt_unset=$lt_unset
16464
16465 # turn spaces into newlines.
16466 SP2NL=$lt_lt_SP2NL
16467
16468 # turn newlines into spaces.
16469 NL2SP=$lt_lt_NL2SP
16470
16471 # An object symbol dumper.
16472 OBJDUMP=$lt_OBJDUMP
16473
16474 # Method to check whether dependent libraries are shared objects.
16475 deplibs_check_method=$lt_deplibs_check_method
16476
16477 # Command to use when deplibs_check_method == "file_magic".
16478 file_magic_cmd=$lt_file_magic_cmd
16479
16480 # The archiver.
16481 AR=$lt_AR
16482 AR_FLAGS=$lt_AR_FLAGS
16483
16484 # A symbol stripping program.
16485 STRIP=$lt_STRIP
16486
16487 # Commands used to install an old-style archive.
16488 RANLIB=$lt_RANLIB
16489 old_postinstall_cmds=$lt_old_postinstall_cmds
16490 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16491
16492 # Whether to use a lock for old archive extraction.
16493 lock_old_archive_extraction=$lock_old_archive_extraction
16494
16495 # A C compiler.
16496 LTCC=$lt_CC
16497
16498 # LTCC compiler flags.
16499 LTCFLAGS=$lt_CFLAGS
16500
16501 # Take the output of nm and produce a listing of raw symbols and C names.
16502 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16503
16504 # Transform the output of nm in a proper C declaration.
16505 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16506
16507 # Transform the output of nm in a C name address pair.
16508 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16509
16510 # Transform the output of nm in a C name address pair when lib prefix is needed.
16511 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16512
16513 # The name of the directory that contains temporary libtool files.
16514 objdir=$objdir
16515
16516 # Used to examine libraries when file_magic_cmd begins with "file".
16517 MAGIC_CMD=$MAGIC_CMD
16518
16519 # Must we lock files when doing compilation?
16520 need_locks=$lt_need_locks
16521
16522 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16523 DSYMUTIL=$lt_DSYMUTIL
16524
16525 # Tool to change global to local symbols on Mac OS X.
16526 NMEDIT=$lt_NMEDIT
16527
16528 # Tool to manipulate fat objects and archives on Mac OS X.
16529 LIPO=$lt_LIPO
16530
16531 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16532 OTOOL=$lt_OTOOL
16533
16534 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16535 OTOOL64=$lt_OTOOL64
16536
16537 # Old archive suffix (normally "a").
16538 libext=$libext
16539
16540 # Shared library suffix (normally ".so").
16541 shrext_cmds=$lt_shrext_cmds
16542
16543 # The commands to extract the exported symbol list from a shared archive.
16544 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16545
16546 # Variables whose values should be saved in libtool wrapper scripts and
16547 # restored at link time.
16548 variables_saved_for_relink=$lt_variables_saved_for_relink
16549
16550 # Do we need the "lib" prefix for modules?
16551 need_lib_prefix=$need_lib_prefix
16552
16553 # Do we need a version for libraries?
16554 need_version=$need_version
16555
16556 # Library versioning type.
16557 version_type=$version_type
16558
16559 # Shared library runtime path variable.
16560 runpath_var=$runpath_var
16561
16562 # Shared library path variable.
16563 shlibpath_var=$shlibpath_var
16564
16565 # Is shlibpath searched before the hard-coded library search path?
16566 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16567
16568 # Format of library name prefix.
16569 libname_spec=$lt_libname_spec
16570
16571 # List of archive names. First name is the real one, the rest are links.
16572 # The last name is the one that the linker finds with -lNAME
16573 library_names_spec=$lt_library_names_spec
16574
16575 # The coded name of the library, if different from the real name.
16576 soname_spec=$lt_soname_spec
16577
16578 # Permission mode override for installation of shared libraries.
16579 install_override_mode=$lt_install_override_mode
16580
16581 # Command to use after installation of a shared archive.
16582 postinstall_cmds=$lt_postinstall_cmds
16583
16584 # Command to use after uninstallation of a shared archive.
16585 postuninstall_cmds=$lt_postuninstall_cmds
16586
16587 # Commands used to finish a libtool library installation in a directory.
16588 finish_cmds=$lt_finish_cmds
16589
16590 # As "finish_cmds", except a single script fragment to be evaled but
16591 # not shown.
16592 finish_eval=$lt_finish_eval
16593
16594 # Whether we should hardcode library paths into libraries.
16595 hardcode_into_libs=$hardcode_into_libs
16596
16597 # Compile-time system search path for libraries.
16598 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16599
16600 # Run-time system search path for libraries.
16601 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16602
16603 # Whether dlopen is supported.
16604 dlopen_support=$enable_dlopen
16605
16606 # Whether dlopen of programs is supported.
16607 dlopen_self=$enable_dlopen_self
16608
16609 # Whether dlopen of statically linked programs is supported.
16610 dlopen_self_static=$enable_dlopen_self_static
16611
16612 # Commands to strip libraries.
16613 old_striplib=$lt_old_striplib
16614 striplib=$lt_striplib
16615
16616
16617 # The linker used to build libraries.
16618 LD=$lt_LD
16619
16620 # How to create reloadable object files.
16621 reload_flag=$lt_reload_flag
16622 reload_cmds=$lt_reload_cmds
16623
16624 # Commands used to build an old-style archive.
16625 old_archive_cmds=$lt_old_archive_cmds
16626
16627 # A language specific compiler.
16628 CC=$lt_compiler
16629
16630 # Is the compiler the GNU compiler?
16631 with_gcc=$GCC
16632
16633 # Compiler flag to turn off builtin functions.
16634 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16635
16636 # How to pass a linker flag through the compiler.
16637 wl=$lt_lt_prog_compiler_wl
16638
16639 # Additional compiler flags for building library objects.
16640 pic_flag=$lt_lt_prog_compiler_pic
16641
16642 # Compiler flag to prevent dynamic linking.
16643 link_static_flag=$lt_lt_prog_compiler_static
16644
16645 # Does compiler simultaneously support -c and -o options?
16646 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16647
16648 # Whether or not to add -lc for building shared libraries.
16649 build_libtool_need_lc=$archive_cmds_need_lc
16650
16651 # Whether or not to disallow shared libs when runtime libs are static.
16652 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16653
16654 # Compiler flag to allow reflexive dlopens.
16655 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16656
16657 # Compiler flag to generate shared objects directly from archives.
16658 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16659
16660 # Whether the compiler copes with passing no objects directly.
16661 compiler_needs_object=$lt_compiler_needs_object
16662
16663 # Create an old-style archive from a shared archive.
16664 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16665
16666 # Create a temporary old-style archive to link instead of a shared archive.
16667 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16668
16669 # Commands used to build a shared archive.
16670 archive_cmds=$lt_archive_cmds
16671 archive_expsym_cmds=$lt_archive_expsym_cmds
16672
16673 # Commands used to build a loadable module if different from building
16674 # a shared archive.
16675 module_cmds=$lt_module_cmds
16676 module_expsym_cmds=$lt_module_expsym_cmds
16677
16678 # Whether we are building with GNU ld or not.
16679 with_gnu_ld=$lt_with_gnu_ld
16680
16681 # Flag that allows shared libraries with undefined symbols to be built.
16682 allow_undefined_flag=$lt_allow_undefined_flag
16683
16684 # Flag that enforces no undefined symbols.
16685 no_undefined_flag=$lt_no_undefined_flag
16686
16687 # Flag to hardcode \$libdir into a binary during linking.
16688 # This must work even if \$libdir does not exist
16689 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16690
16691 # If ld is used when linking, flag to hardcode \$libdir into a binary
16692 # during linking. This must work even if \$libdir does not exist.
16693 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16694
16695 # Whether we need a single "-rpath" flag with a separated argument.
16696 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16697
16698 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16699 # DIR into the resulting binary.
16700 hardcode_direct=$hardcode_direct
16701
16702 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16703 # DIR into the resulting binary and the resulting library dependency is
16704 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16705 # library is relocated.
16706 hardcode_direct_absolute=$hardcode_direct_absolute
16707
16708 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16709 # into the resulting binary.
16710 hardcode_minus_L=$hardcode_minus_L
16711
16712 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16713 # into the resulting binary.
16714 hardcode_shlibpath_var=$hardcode_shlibpath_var
16715
16716 # Set to "yes" if building a shared library automatically hardcodes DIR
16717 # into the library and all subsequent libraries and executables linked
16718 # against it.
16719 hardcode_automatic=$hardcode_automatic
16720
16721 # Set to yes if linker adds runtime paths of dependent libraries
16722 # to runtime path list.
16723 inherit_rpath=$inherit_rpath
16724
16725 # Whether libtool must link a program against all its dependency libraries.
16726 link_all_deplibs=$link_all_deplibs
16727
16728 # Fix the shell variable \$srcfile for the compiler.
16729 fix_srcfile_path=$lt_fix_srcfile_path
16730
16731 # Set to "yes" if exported symbols are required.
16732 always_export_symbols=$always_export_symbols
16733
16734 # The commands to list exported symbols.
16735 export_symbols_cmds=$lt_export_symbols_cmds
16736
16737 # Symbols that should not be listed in the preloaded symbols.
16738 exclude_expsyms=$lt_exclude_expsyms
16739
16740 # Symbols that must always be exported.
16741 include_expsyms=$lt_include_expsyms
16742
16743 # Commands necessary for linking programs (against libraries) with templates.
16744 prelink_cmds=$lt_prelink_cmds
16745
16746 # Specify filename containing input files.
16747 file_list_spec=$lt_file_list_spec
16748
16749 # How to hardcode a shared library path into an executable.
16750 hardcode_action=$hardcode_action
16751
16752 # ### END LIBTOOL CONFIG
16753
16754 _LT_EOF
16755
16756 case $host_os in
16757 aix3*)
16758 cat <<\_LT_EOF >> "$cfgfile"
16759 # AIX sometimes has problems with the GCC collect2 program. For some
16760 # reason, if we set the COLLECT_NAMES environment variable, the problems
16761 # vanish in a puff of smoke.
16762 if test "X${COLLECT_NAMES+set}" != Xset; then
16763 COLLECT_NAMES=
16764 export COLLECT_NAMES
16765 fi
16766 _LT_EOF
16767 ;;
16768 esac
16769
16770
16771 ltmain="$ac_aux_dir/ltmain.sh"
16772
16773
16774 # We use sed instead of cat because bash on DJGPP gets confused if
16775 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16776 # text mode, it properly converts lines to CR/LF. This bash problem
16777 # is reportedly fixed, but why not run on old versions too?
16778 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16779 || (rm -f "$cfgfile"; exit 1)
16780
16781 case $xsi_shell in
16782 yes)
16783 cat << \_LT_EOF >> "$cfgfile"
16784
16785 # func_dirname file append nondir_replacement
16786 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16787 # otherwise set result to NONDIR_REPLACEMENT.
16788 func_dirname ()
16789 {
16790 case ${1} in
16791 */*) func_dirname_result="${1%/*}${2}" ;;
16792 * ) func_dirname_result="${3}" ;;
16793 esac
16794 }
16795
16796 # func_basename file
16797 func_basename ()
16798 {
16799 func_basename_result="${1##*/}"
16800 }
16801
16802 # func_dirname_and_basename file append nondir_replacement
16803 # perform func_basename and func_dirname in a single function
16804 # call:
16805 # dirname: Compute the dirname of FILE. If nonempty,
16806 # add APPEND to the result, otherwise set result
16807 # to NONDIR_REPLACEMENT.
16808 # value returned in "$func_dirname_result"
16809 # basename: Compute filename of FILE.
16810 # value retuned in "$func_basename_result"
16811 # Implementation must be kept synchronized with func_dirname
16812 # and func_basename. For efficiency, we do not delegate to
16813 # those functions but instead duplicate the functionality here.
16814 func_dirname_and_basename ()
16815 {
16816 case ${1} in
16817 */*) func_dirname_result="${1%/*}${2}" ;;
16818 * ) func_dirname_result="${3}" ;;
16819 esac
16820 func_basename_result="${1##*/}"
16821 }
16822
16823 # func_stripname prefix suffix name
16824 # strip PREFIX and SUFFIX off of NAME.
16825 # PREFIX and SUFFIX must not contain globbing or regex special
16826 # characters, hashes, percent signs, but SUFFIX may contain a leading
16827 # dot (in which case that matches only a dot).
16828 func_stripname ()
16829 {
16830 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16831 # positional parameters, so assign one to ordinary parameter first.
16832 func_stripname_result=${3}
16833 func_stripname_result=${func_stripname_result#"${1}"}
16834 func_stripname_result=${func_stripname_result%"${2}"}
16835 }
16836
16837 # func_opt_split
16838 func_opt_split ()
16839 {
16840 func_opt_split_opt=${1%%=*}
16841 func_opt_split_arg=${1#*=}
16842 }
16843
16844 # func_lo2o object
16845 func_lo2o ()
16846 {
16847 case ${1} in
16848 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16849 *) func_lo2o_result=${1} ;;
16850 esac
16851 }
16852
16853 # func_xform libobj-or-source
16854 func_xform ()
16855 {
16856 func_xform_result=${1%.*}.lo
16857 }
16858
16859 # func_arith arithmetic-term...
16860 func_arith ()
16861 {
16862 func_arith_result=$(( $* ))
16863 }
16864
16865 # func_len string
16866 # STRING may not start with a hyphen.
16867 func_len ()
16868 {
16869 func_len_result=${#1}
16870 }
16871
16872 _LT_EOF
16873 ;;
16874 *) # Bourne compatible functions.
16875 cat << \_LT_EOF >> "$cfgfile"
16876
16877 # func_dirname file append nondir_replacement
16878 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16879 # otherwise set result to NONDIR_REPLACEMENT.
16880 func_dirname ()
16881 {
16882 # Extract subdirectory from the argument.
16883 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16884 if test "X$func_dirname_result" = "X${1}"; then
16885 func_dirname_result="${3}"
16886 else
16887 func_dirname_result="$func_dirname_result${2}"
16888 fi
16889 }
16890
16891 # func_basename file
16892 func_basename ()
16893 {
16894 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16895 }
16896
16897
16898 # func_stripname prefix suffix name
16899 # strip PREFIX and SUFFIX off of NAME.
16900 # PREFIX and SUFFIX must not contain globbing or regex special
16901 # characters, hashes, percent signs, but SUFFIX may contain a leading
16902 # dot (in which case that matches only a dot).
16903 # func_strip_suffix prefix name
16904 func_stripname ()
16905 {
16906 case ${2} in
16907 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16908 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16909 esac
16910 }
16911
16912 # sed scripts:
16913 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16914 my_sed_long_arg='1s/^-[^=]*=//'
16915
16916 # func_opt_split
16917 func_opt_split ()
16918 {
16919 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16920 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16921 }
16922
16923 # func_lo2o object
16924 func_lo2o ()
16925 {
16926 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16927 }
16928
16929 # func_xform libobj-or-source
16930 func_xform ()
16931 {
16932 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16933 }
16934
16935 # func_arith arithmetic-term...
16936 func_arith ()
16937 {
16938 func_arith_result=`expr "$@"`
16939 }
16940
16941 # func_len string
16942 # STRING may not start with a hyphen.
16943 func_len ()
16944 {
16945 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16946 }
16947
16948 _LT_EOF
16949 esac
16950
16951 case $lt_shell_append in
16952 yes)
16953 cat << \_LT_EOF >> "$cfgfile"
16954
16955 # func_append var value
16956 # Append VALUE to the end of shell variable VAR.
16957 func_append ()
16958 {
16959 eval "$1+=\$2"
16960 }
16961 _LT_EOF
16962 ;;
16963 *)
16964 cat << \_LT_EOF >> "$cfgfile"
16965
16966 # func_append var value
16967 # Append VALUE to the end of shell variable VAR.
16968 func_append ()
16969 {
16970 eval "$1=\$$1\$2"
16971 }
16972
16973 _LT_EOF
16974 ;;
16975 esac
16976
16977
16978 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16979 || (rm -f "$cfgfile"; exit 1)
16980
16981 mv -f "$cfgfile" "$ofile" ||
16982 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16983 chmod +x "$ofile"
16984
16985 ;;
16986 "default-1":C)
16987 for ac_file in $CONFIG_FILES; do
16988 # Support "outfile[:infile[:infile...]]"
16989 case "$ac_file" in
16990 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16991 esac
16992 # PO directories have a Makefile.in generated from Makefile.in.in.
16993 case "$ac_file" in */Makefile.in)
16994 # Adjust a relative srcdir.
16995 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16996 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16997 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16998 # In autoconf-2.13 it is called $ac_given_srcdir.
16999 # In autoconf-2.50 it is called $srcdir.
17000 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17001 case "$ac_given_srcdir" in
17002 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17003 /*) top_srcdir="$ac_given_srcdir" ;;
17004 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17005 esac
17006 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17007 rm -f "$ac_dir/POTFILES"
17008 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17009 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17010 POMAKEFILEDEPS="POTFILES.in"
17011 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17012 # on $ac_dir but don't depend on user-specified configuration
17013 # parameters.
17014 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17015 # The LINGUAS file contains the set of available languages.
17016 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17017 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17018 fi
17019 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17020 # Hide the ALL_LINGUAS assigment from automake.
17021 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17022 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17023 else
17024 # The set of available languages was given in configure.ac.
17025 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17026 fi
17027 case "$ac_given_srcdir" in
17028 .) srcdirpre= ;;
17029 *) srcdirpre='$(srcdir)/' ;;
17030 esac
17031 POFILES=
17032 GMOFILES=
17033 UPDATEPOFILES=
17034 DUMMYPOFILES=
17035 for lang in $ALL_LINGUAS; do
17036 POFILES="$POFILES $srcdirpre$lang.po"
17037 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17038 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17039 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17040 done
17041 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17042 # environment variable.
17043 INST_LINGUAS=
17044 if test -n "$ALL_LINGUAS"; then
17045 for presentlang in $ALL_LINGUAS; do
17046 useit=no
17047 if test "%UNSET%" != "$LINGUAS"; then
17048 desiredlanguages="$LINGUAS"
17049 else
17050 desiredlanguages="$ALL_LINGUAS"
17051 fi
17052 for desiredlang in $desiredlanguages; do
17053 # Use the presentlang catalog if desiredlang is
17054 # a. equal to presentlang, or
17055 # b. a variant of presentlang (because in this case,
17056 # presentlang can be used as a fallback for messages
17057 # which are not translated in the desiredlang catalog).
17058 case "$desiredlang" in
17059 "$presentlang"*) useit=yes;;
17060 esac
17061 done
17062 if test $useit = yes; then
17063 INST_LINGUAS="$INST_LINGUAS $presentlang"
17064 fi
17065 done
17066 fi
17067 CATALOGS=
17068 if test -n "$INST_LINGUAS"; then
17069 for lang in $INST_LINGUAS; do
17070 CATALOGS="$CATALOGS $lang.gmo"
17071 done
17072 fi
17073 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17074 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"
17075 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17076 if test -f "$f"; then
17077 case "$f" in
17078 *.orig | *.bak | *~) ;;
17079 *) cat "$f" >> "$ac_dir/Makefile" ;;
17080 esac
17081 fi
17082 done
17083 fi
17084 ;;
17085 esac
17086 done ;;
17087
17088 esac
17089 done # for ac_tag
17090
17091
17092 as_fn_exit 0
17093 _ACEOF
17094 ac_clean_files=$ac_clean_files_save
17095
17096 test $ac_write_fail = 0 ||
17097 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17098
17099
17100 # configure is writing to config.log, and then calls config.status.
17101 # config.status does its own redirection, appending to config.log.
17102 # Unfortunately, on DOS this fails, as config.log is still kept open
17103 # by configure, so config.status won't be able to write to it; its
17104 # output is simply discarded. So we exec the FD to /dev/null,
17105 # effectively closing config.log, so it can be properly (re)opened and
17106 # appended to by config.status. When coming back to configure, we
17107 # need to make the FD available again.
17108 if test "$no_create" != yes; then
17109 ac_cs_success=:
17110 ac_config_status_args=
17111 test "$silent" = yes &&
17112 ac_config_status_args="$ac_config_status_args --quiet"
17113 exec 5>/dev/null
17114 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17115 exec 5>>config.log
17116 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17117 # would make configure fail if this is the last instruction.
17118 $ac_cs_success || as_fn_exit $?
17119 fi
17120 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17122 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17123 fi
17124
This page took 1.266204 seconds and 4 git commands to generate.