]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/configure
Remove use of alloca.
[thirdparty/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.26.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.26.51'
560 PACKAGE_STRING='binutils 2.26.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 BUILD_NLMCONV
618 NLMCONV_DEFS
619 LTLIBICONV
620 LIBICONV
621 zlibinc
622 zlibdir
623 ALLOCA
624 DEMANGLER_NAME
625 EXEEXT_FOR_BUILD
626 CC_FOR_BUILD
627 HDEFINES
628 GENINSRC_NEVER_FALSE
629 GENINSRC_NEVER_TRUE
630 MAINT
631 MAINTAINER_MODE_FALSE
632 MAINTAINER_MODE_TRUE
633 MSGMERGE
634 MSGFMT
635 MKINSTALLDIRS
636 CATOBJEXT
637 GENCAT
638 INSTOBJEXT
639 DATADIRNAME
640 CATALOGS
641 POSUB
642 GMSGFMT
643 XGETTEXT
644 INCINTL
645 LIBINTL_DEP
646 LIBINTL
647 USE_NLS
648 LEXLIB
649 LEX_OUTPUT_ROOT
650 LEX
651 YFLAGS
652 YACC
653 NO_WERROR
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 AMDEPBACKSLASH
678 AMDEP_FALSE
679 AMDEP_TRUE
680 am__quote
681 am__include
682 DEPDIR
683 am__untar
684 am__tar
685 AMTAR
686 am__leading_dot
687 SET_MAKE
688 AWK
689 mkdir_p
690 MKDIR_P
691 INSTALL_STRIP_PROGRAM
692 STRIP
693 install_sh
694 MAKEINFO
695 AUTOHEADER
696 AUTOMAKE
697 AUTOCONF
698 ACLOCAL
699 VERSION
700 PACKAGE
701 CYGPATH_W
702 am__isrc
703 INSTALL_DATA
704 INSTALL_SCRIPT
705 INSTALL_PROGRAM
706 OBJEXT
707 EXEEXT
708 ac_ct_CC
709 CPPFLAGS
710 LDFLAGS
711 CFLAGS
712 CC
713 target_os
714 target_vendor
715 target_cpu
716 target
717 host_os
718 host_vendor
719 host_cpu
720 host
721 build_os
722 build_vendor
723 build_cpu
724 build
725 target_alias
726 host_alias
727 build_alias
728 LIBS
729 ECHO_T
730 ECHO_N
731 ECHO_C
732 DEFS
733 mandir
734 localedir
735 libdir
736 psdir
737 pdfdir
738 dvidir
739 htmldir
740 infodir
741 docdir
742 oldincludedir
743 includedir
744 localstatedir
745 sharedstatedir
746 sysconfdir
747 datadir
748 datarootdir
749 libexecdir
750 sbindir
751 bindir
752 program_transform_name
753 prefix
754 exec_prefix
755 PACKAGE_URL
756 PACKAGE_BUGREPORT
757 PACKAGE_STRING
758 PACKAGE_VERSION
759 PACKAGE_TARNAME
760 PACKAGE_NAME
761 PATH_SEPARATOR
762 SHELL'
763 ac_subst_files=''
764 ac_user_opts='
765 enable_option_checking
766 enable_dependency_tracking
767 enable_shared
768 enable_static
769 with_pic
770 enable_fast_install
771 with_gnu_ld
772 enable_libtool_lock
773 enable_plugins
774 enable_largefile
775 enable_targets
776 enable_deterministic_archives
777 enable_default_strings_all
778 enable_werror
779 enable_build_warnings
780 enable_nls
781 enable_maintainer_mode
782 with_system_zlib
783 enable_rpath
784 with_libiconv_prefix
785 '
786 ac_precious_vars='build_alias
787 host_alias
788 target_alias
789 CC
790 CFLAGS
791 LDFLAGS
792 LIBS
793 CPPFLAGS
794 CPP
795 YACC
796 YFLAGS'
797
798
799 # Initialize some variables set by options.
800 ac_init_help=
801 ac_init_version=false
802 ac_unrecognized_opts=
803 ac_unrecognized_sep=
804 # The variables have the same names as the options, with
805 # dashes changed to underlines.
806 cache_file=/dev/null
807 exec_prefix=NONE
808 no_create=
809 no_recursion=
810 prefix=NONE
811 program_prefix=NONE
812 program_suffix=NONE
813 program_transform_name=s,x,x,
814 silent=
815 site=
816 srcdir=
817 verbose=
818 x_includes=NONE
819 x_libraries=NONE
820
821 # Installation directory options.
822 # These are left unexpanded so users can "make install exec_prefix=/foo"
823 # and all the variables that are supposed to be based on exec_prefix
824 # by default will actually change.
825 # Use braces instead of parens because sh, perl, etc. also accept them.
826 # (The list follows the same order as the GNU Coding Standards.)
827 bindir='${exec_prefix}/bin'
828 sbindir='${exec_prefix}/sbin'
829 libexecdir='${exec_prefix}/libexec'
830 datarootdir='${prefix}/share'
831 datadir='${datarootdir}'
832 sysconfdir='${prefix}/etc'
833 sharedstatedir='${prefix}/com'
834 localstatedir='${prefix}/var'
835 includedir='${prefix}/include'
836 oldincludedir='/usr/include'
837 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
838 infodir='${datarootdir}/info'
839 htmldir='${docdir}'
840 dvidir='${docdir}'
841 pdfdir='${docdir}'
842 psdir='${docdir}'
843 libdir='${exec_prefix}/lib'
844 localedir='${datarootdir}/locale'
845 mandir='${datarootdir}/man'
846
847 ac_prev=
848 ac_dashdash=
849 for ac_option
850 do
851 # If the previous option needs an argument, assign it.
852 if test -n "$ac_prev"; then
853 eval $ac_prev=\$ac_option
854 ac_prev=
855 continue
856 fi
857
858 case $ac_option in
859 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
860 *) ac_optarg=yes ;;
861 esac
862
863 # Accept the important Cygnus configure options, so we can diagnose typos.
864
865 case $ac_dashdash$ac_option in
866 --)
867 ac_dashdash=yes ;;
868
869 -bindir | --bindir | --bindi | --bind | --bin | --bi)
870 ac_prev=bindir ;;
871 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
872 bindir=$ac_optarg ;;
873
874 -build | --build | --buil | --bui | --bu)
875 ac_prev=build_alias ;;
876 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
877 build_alias=$ac_optarg ;;
878
879 -cache-file | --cache-file | --cache-fil | --cache-fi \
880 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
881 ac_prev=cache_file ;;
882 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
883 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
884 cache_file=$ac_optarg ;;
885
886 --config-cache | -C)
887 cache_file=config.cache ;;
888
889 -datadir | --datadir | --datadi | --datad)
890 ac_prev=datadir ;;
891 -datadir=* | --datadir=* | --datadi=* | --datad=*)
892 datadir=$ac_optarg ;;
893
894 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
895 | --dataroo | --dataro | --datar)
896 ac_prev=datarootdir ;;
897 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
898 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
899 datarootdir=$ac_optarg ;;
900
901 -disable-* | --disable-*)
902 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
903 # Reject names that are not valid shell variable names.
904 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
905 as_fn_error "invalid feature name: $ac_useropt"
906 ac_useropt_orig=$ac_useropt
907 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
908 case $ac_user_opts in
909 *"
910 "enable_$ac_useropt"
911 "*) ;;
912 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
913 ac_unrecognized_sep=', ';;
914 esac
915 eval enable_$ac_useropt=no ;;
916
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
921
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
926
927 -enable-* | --enable-*)
928 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
931 as_fn_error "invalid feature name: $ac_useropt"
932 ac_useropt_orig=$ac_useropt
933 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
934 case $ac_user_opts in
935 *"
936 "enable_$ac_useropt"
937 "*) ;;
938 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
939 ac_unrecognized_sep=', ';;
940 esac
941 eval enable_$ac_useropt=\$ac_optarg ;;
942
943 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
944 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
945 | --exec | --exe | --ex)
946 ac_prev=exec_prefix ;;
947 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
948 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
949 | --exec=* | --exe=* | --ex=*)
950 exec_prefix=$ac_optarg ;;
951
952 -gas | --gas | --ga | --g)
953 # Obsolete; use --with-gas.
954 with_gas=yes ;;
955
956 -help | --help | --hel | --he | -h)
957 ac_init_help=long ;;
958 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
959 ac_init_help=recursive ;;
960 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
961 ac_init_help=short ;;
962
963 -host | --host | --hos | --ho)
964 ac_prev=host_alias ;;
965 -host=* | --host=* | --hos=* | --ho=*)
966 host_alias=$ac_optarg ;;
967
968 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
969 ac_prev=htmldir ;;
970 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
971 | --ht=*)
972 htmldir=$ac_optarg ;;
973
974 -includedir | --includedir | --includedi | --included | --include \
975 | --includ | --inclu | --incl | --inc)
976 ac_prev=includedir ;;
977 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
978 | --includ=* | --inclu=* | --incl=* | --inc=*)
979 includedir=$ac_optarg ;;
980
981 -infodir | --infodir | --infodi | --infod | --info | --inf)
982 ac_prev=infodir ;;
983 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
984 infodir=$ac_optarg ;;
985
986 -libdir | --libdir | --libdi | --libd)
987 ac_prev=libdir ;;
988 -libdir=* | --libdir=* | --libdi=* | --libd=*)
989 libdir=$ac_optarg ;;
990
991 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
992 | --libexe | --libex | --libe)
993 ac_prev=libexecdir ;;
994 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
995 | --libexe=* | --libex=* | --libe=*)
996 libexecdir=$ac_optarg ;;
997
998 -localedir | --localedir | --localedi | --localed | --locale)
999 ac_prev=localedir ;;
1000 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1001 localedir=$ac_optarg ;;
1002
1003 -localstatedir | --localstatedir | --localstatedi | --localstated \
1004 | --localstate | --localstat | --localsta | --localst | --locals)
1005 ac_prev=localstatedir ;;
1006 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1007 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1008 localstatedir=$ac_optarg ;;
1009
1010 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1011 ac_prev=mandir ;;
1012 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1013 mandir=$ac_optarg ;;
1014
1015 -nfp | --nfp | --nf)
1016 # Obsolete; use --without-fp.
1017 with_fp=no ;;
1018
1019 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1020 | --no-cr | --no-c | -n)
1021 no_create=yes ;;
1022
1023 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1024 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1025 no_recursion=yes ;;
1026
1027 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1028 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1029 | --oldin | --oldi | --old | --ol | --o)
1030 ac_prev=oldincludedir ;;
1031 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1032 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1033 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1034 oldincludedir=$ac_optarg ;;
1035
1036 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1037 ac_prev=prefix ;;
1038 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1039 prefix=$ac_optarg ;;
1040
1041 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1042 | --program-pre | --program-pr | --program-p)
1043 ac_prev=program_prefix ;;
1044 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1045 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1046 program_prefix=$ac_optarg ;;
1047
1048 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1049 | --program-suf | --program-su | --program-s)
1050 ac_prev=program_suffix ;;
1051 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1052 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1053 program_suffix=$ac_optarg ;;
1054
1055 -program-transform-name | --program-transform-name \
1056 | --program-transform-nam | --program-transform-na \
1057 | --program-transform-n | --program-transform- \
1058 | --program-transform | --program-transfor \
1059 | --program-transfo | --program-transf \
1060 | --program-trans | --program-tran \
1061 | --progr-tra | --program-tr | --program-t)
1062 ac_prev=program_transform_name ;;
1063 -program-transform-name=* | --program-transform-name=* \
1064 | --program-transform-nam=* | --program-transform-na=* \
1065 | --program-transform-n=* | --program-transform-=* \
1066 | --program-transform=* | --program-transfor=* \
1067 | --program-transfo=* | --program-transf=* \
1068 | --program-trans=* | --program-tran=* \
1069 | --progr-tra=* | --program-tr=* | --program-t=*)
1070 program_transform_name=$ac_optarg ;;
1071
1072 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1073 ac_prev=pdfdir ;;
1074 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1075 pdfdir=$ac_optarg ;;
1076
1077 -psdir | --psdir | --psdi | --psd | --ps)
1078 ac_prev=psdir ;;
1079 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1080 psdir=$ac_optarg ;;
1081
1082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1083 | -silent | --silent | --silen | --sile | --sil)
1084 silent=yes ;;
1085
1086 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1087 ac_prev=sbindir ;;
1088 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1089 | --sbi=* | --sb=*)
1090 sbindir=$ac_optarg ;;
1091
1092 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1093 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1094 | --sharedst | --shareds | --shared | --share | --shar \
1095 | --sha | --sh)
1096 ac_prev=sharedstatedir ;;
1097 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1098 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1099 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1100 | --sha=* | --sh=*)
1101 sharedstatedir=$ac_optarg ;;
1102
1103 -site | --site | --sit)
1104 ac_prev=site ;;
1105 -site=* | --site=* | --sit=*)
1106 site=$ac_optarg ;;
1107
1108 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1109 ac_prev=srcdir ;;
1110 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1111 srcdir=$ac_optarg ;;
1112
1113 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1114 | --syscon | --sysco | --sysc | --sys | --sy)
1115 ac_prev=sysconfdir ;;
1116 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1117 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1118 sysconfdir=$ac_optarg ;;
1119
1120 -target | --target | --targe | --targ | --tar | --ta | --t)
1121 ac_prev=target_alias ;;
1122 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1123 target_alias=$ac_optarg ;;
1124
1125 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1126 verbose=yes ;;
1127
1128 -version | --version | --versio | --versi | --vers | -V)
1129 ac_init_version=: ;;
1130
1131 -with-* | --with-*)
1132 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1135 as_fn_error "invalid package name: $ac_useropt"
1136 ac_useropt_orig=$ac_useropt
1137 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1138 case $ac_user_opts in
1139 *"
1140 "with_$ac_useropt"
1141 "*) ;;
1142 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1143 ac_unrecognized_sep=', ';;
1144 esac
1145 eval with_$ac_useropt=\$ac_optarg ;;
1146
1147 -without-* | --without-*)
1148 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1149 # Reject names that are not valid shell variable names.
1150 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1151 as_fn_error "invalid package name: $ac_useropt"
1152 ac_useropt_orig=$ac_useropt
1153 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1154 case $ac_user_opts in
1155 *"
1156 "with_$ac_useropt"
1157 "*) ;;
1158 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1159 ac_unrecognized_sep=', ';;
1160 esac
1161 eval with_$ac_useropt=no ;;
1162
1163 --x)
1164 # Obsolete; use --with-x.
1165 with_x=yes ;;
1166
1167 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1168 | --x-incl | --x-inc | --x-in | --x-i)
1169 ac_prev=x_includes ;;
1170 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1171 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1172 x_includes=$ac_optarg ;;
1173
1174 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1175 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1176 ac_prev=x_libraries ;;
1177 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1178 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1179 x_libraries=$ac_optarg ;;
1180
1181 -*) as_fn_error "unrecognized option: \`$ac_option'
1182 Try \`$0 --help' for more information."
1183 ;;
1184
1185 *=*)
1186 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1187 # Reject names that are not valid shell variable names.
1188 case $ac_envvar in #(
1189 '' | [0-9]* | *[!_$as_cr_alnum]* )
1190 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1191 esac
1192 eval $ac_envvar=\$ac_optarg
1193 export $ac_envvar ;;
1194
1195 *)
1196 # FIXME: should be removed in autoconf 3.0.
1197 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1198 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1199 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1200 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1201 ;;
1202
1203 esac
1204 done
1205
1206 if test -n "$ac_prev"; then
1207 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1208 as_fn_error "missing argument to $ac_option"
1209 fi
1210
1211 if test -n "$ac_unrecognized_opts"; then
1212 case $enable_option_checking in
1213 no) ;;
1214 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1215 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1216 esac
1217 fi
1218
1219 # Check all directory arguments for consistency.
1220 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1221 datadir sysconfdir sharedstatedir localstatedir includedir \
1222 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1223 libdir localedir mandir
1224 do
1225 eval ac_val=\$$ac_var
1226 # Remove trailing slashes.
1227 case $ac_val in
1228 */ )
1229 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1230 eval $ac_var=\$ac_val;;
1231 esac
1232 # Be sure to have absolute directory names.
1233 case $ac_val in
1234 [\\/$]* | ?:[\\/]* ) continue;;
1235 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1236 esac
1237 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1238 done
1239
1240 # There might be people who depend on the old broken behavior: `$host'
1241 # used to hold the argument of --host etc.
1242 # FIXME: To remove some day.
1243 build=$build_alias
1244 host=$host_alias
1245 target=$target_alias
1246
1247 # FIXME: To remove some day.
1248 if test "x$host_alias" != x; then
1249 if test "x$build_alias" = x; then
1250 cross_compiling=maybe
1251 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1252 If a cross compiler is detected then cross compile mode will be used." >&2
1253 elif test "x$build_alias" != "x$host_alias"; then
1254 cross_compiling=yes
1255 fi
1256 fi
1257
1258 ac_tool_prefix=
1259 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1260
1261 test "$silent" = yes && exec 6>/dev/null
1262
1263
1264 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1265 ac_ls_di=`ls -di .` &&
1266 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1267 as_fn_error "working directory cannot be determined"
1268 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1269 as_fn_error "pwd does not report name of working directory"
1270
1271
1272 # Find the source files, if location was not specified.
1273 if test -z "$srcdir"; then
1274 ac_srcdir_defaulted=yes
1275 # Try the directory containing this script, then the parent directory.
1276 ac_confdir=`$as_dirname -- "$as_myself" ||
1277 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1278 X"$as_myself" : 'X\(//\)[^/]' \| \
1279 X"$as_myself" : 'X\(//\)$' \| \
1280 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1281 $as_echo X"$as_myself" |
1282 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1283 s//\1/
1284 q
1285 }
1286 /^X\(\/\/\)[^/].*/{
1287 s//\1/
1288 q
1289 }
1290 /^X\(\/\/\)$/{
1291 s//\1/
1292 q
1293 }
1294 /^X\(\/\).*/{
1295 s//\1/
1296 q
1297 }
1298 s/.*/./; q'`
1299 srcdir=$ac_confdir
1300 if test ! -r "$srcdir/$ac_unique_file"; then
1301 srcdir=..
1302 fi
1303 else
1304 ac_srcdir_defaulted=no
1305 fi
1306 if test ! -r "$srcdir/$ac_unique_file"; then
1307 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1308 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1309 fi
1310 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1311 ac_abs_confdir=`(
1312 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1313 pwd)`
1314 # When building in place, set srcdir=.
1315 if test "$ac_abs_confdir" = "$ac_pwd"; then
1316 srcdir=.
1317 fi
1318 # Remove unnecessary trailing slashes from srcdir.
1319 # Double slashes in file names in object file debugging info
1320 # mess up M-x gdb in Emacs.
1321 case $srcdir in
1322 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1323 esac
1324 for ac_var in $ac_precious_vars; do
1325 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1326 eval ac_env_${ac_var}_value=\$${ac_var}
1327 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1328 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1329 done
1330
1331 #
1332 # Report the --help message.
1333 #
1334 if test "$ac_init_help" = "long"; then
1335 # Omit some internal or obsolete options to make the list less imposing.
1336 # This message is too long to be a string in the A/UX 3.1 sh.
1337 cat <<_ACEOF
1338 \`configure' configures binutils 2.26.51 to adapt to many kinds of systems.
1339
1340 Usage: $0 [OPTION]... [VAR=VALUE]...
1341
1342 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1343 VAR=VALUE. See below for descriptions of some of the useful variables.
1344
1345 Defaults for the options are specified in brackets.
1346
1347 Configuration:
1348 -h, --help display this help and exit
1349 --help=short display options specific to this package
1350 --help=recursive display the short help of all the included packages
1351 -V, --version display version information and exit
1352 -q, --quiet, --silent do not print \`checking...' messages
1353 --cache-file=FILE cache test results in FILE [disabled]
1354 -C, --config-cache alias for \`--cache-file=config.cache'
1355 -n, --no-create do not create output files
1356 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1357
1358 Installation directories:
1359 --prefix=PREFIX install architecture-independent files in PREFIX
1360 [$ac_default_prefix]
1361 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1362 [PREFIX]
1363
1364 By default, \`make install' will install all the files in
1365 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1366 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1367 for instance \`--prefix=\$HOME'.
1368
1369 For better control, use the options below.
1370
1371 Fine tuning of the installation directories:
1372 --bindir=DIR user executables [EPREFIX/bin]
1373 --sbindir=DIR system admin executables [EPREFIX/sbin]
1374 --libexecdir=DIR program executables [EPREFIX/libexec]
1375 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1376 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1377 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1378 --libdir=DIR object code libraries [EPREFIX/lib]
1379 --includedir=DIR C header files [PREFIX/include]
1380 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1381 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1382 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1383 --infodir=DIR info documentation [DATAROOTDIR/info]
1384 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1385 --mandir=DIR man documentation [DATAROOTDIR/man]
1386 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1387 --htmldir=DIR html documentation [DOCDIR]
1388 --dvidir=DIR dvi documentation [DOCDIR]
1389 --pdfdir=DIR pdf documentation [DOCDIR]
1390 --psdir=DIR ps documentation [DOCDIR]
1391 _ACEOF
1392
1393 cat <<\_ACEOF
1394
1395 Program names:
1396 --program-prefix=PREFIX prepend PREFIX to installed program names
1397 --program-suffix=SUFFIX append SUFFIX to installed program names
1398 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1399
1400 System types:
1401 --build=BUILD configure for building on BUILD [guessed]
1402 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1403 --target=TARGET configure for building compilers for TARGET [HOST]
1404 _ACEOF
1405 fi
1406
1407 if test -n "$ac_init_help"; then
1408 case $ac_init_help in
1409 short | recursive ) echo "Configuration of binutils 2.26.51:";;
1410 esac
1411 cat <<\_ACEOF
1412
1413 Optional Features:
1414 --disable-option-checking ignore unrecognized --enable/--with options
1415 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1416 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1417 --disable-dependency-tracking speeds up one-time build
1418 --enable-dependency-tracking do not reject slow dependency extractors
1419 --enable-shared[=PKGS] build shared libraries [default=yes]
1420 --enable-static[=PKGS] build static libraries [default=yes]
1421 --enable-fast-install[=PKGS]
1422 optimize for fast installation [default=yes]
1423 --disable-libtool-lock avoid locking (might break parallel builds)
1424 --enable-plugins Enable support for plugins
1425 --disable-largefile omit support for large files
1426 --enable-targets alternative target configurations
1427 --enable-deterministic-archives
1428 ar and ranlib default to -D behavior
1429 --disable-default-strings-all
1430 strings defaults to --data behavior
1431 --enable-werror treat compile warnings as errors
1432 --enable-build-warnings enable build-time compiler warnings
1433 --disable-nls do not use Native Language Support
1434 --enable-maintainer-mode enable make rules and dependencies not useful
1435 (and sometimes confusing) to the casual installer
1436 --disable-rpath do not hardcode runtime library paths
1437
1438 Optional Packages:
1439 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1440 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1441 --with-pic try to use only PIC/non-PIC objects [default=use
1442 both]
1443 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1444 --with-system-zlib use installed libz
1445 --with-gnu-ld assume the C compiler uses GNU ld default=no
1446 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1447 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1448
1449 Some influential environment variables:
1450 CC C compiler command
1451 CFLAGS C compiler flags
1452 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1453 nonstandard directory <lib dir>
1454 LIBS libraries to pass to the linker, e.g. -l<library>
1455 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1456 you have headers in a nonstandard directory <include dir>
1457 CPP C preprocessor
1458 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1459 the first program found out of: `bison -y', `byacc', `yacc'.
1460 YFLAGS The list of arguments that will be passed by default to $YACC.
1461 This script will default YFLAGS to the empty string to avoid a
1462 default value of `-d' given by some make applications.
1463
1464 Use these variables to override the choices made by `configure' or to help
1465 it to find libraries and programs with nonstandard names/locations.
1466
1467 Report bugs to the package provider.
1468 _ACEOF
1469 ac_status=$?
1470 fi
1471
1472 if test "$ac_init_help" = "recursive"; then
1473 # If there are subdirs, report their specific --help.
1474 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1475 test -d "$ac_dir" ||
1476 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1477 continue
1478 ac_builddir=.
1479
1480 case "$ac_dir" in
1481 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1482 *)
1483 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1484 # A ".." for each directory in $ac_dir_suffix.
1485 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1486 case $ac_top_builddir_sub in
1487 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1488 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1489 esac ;;
1490 esac
1491 ac_abs_top_builddir=$ac_pwd
1492 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1493 # for backward compatibility:
1494 ac_top_builddir=$ac_top_build_prefix
1495
1496 case $srcdir in
1497 .) # We are building in place.
1498 ac_srcdir=.
1499 ac_top_srcdir=$ac_top_builddir_sub
1500 ac_abs_top_srcdir=$ac_pwd ;;
1501 [\\/]* | ?:[\\/]* ) # Absolute name.
1502 ac_srcdir=$srcdir$ac_dir_suffix;
1503 ac_top_srcdir=$srcdir
1504 ac_abs_top_srcdir=$srcdir ;;
1505 *) # Relative name.
1506 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1507 ac_top_srcdir=$ac_top_build_prefix$srcdir
1508 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1509 esac
1510 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1511
1512 cd "$ac_dir" || { ac_status=$?; continue; }
1513 # Check for guested configure.
1514 if test -f "$ac_srcdir/configure.gnu"; then
1515 echo &&
1516 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1517 elif test -f "$ac_srcdir/configure"; then
1518 echo &&
1519 $SHELL "$ac_srcdir/configure" --help=recursive
1520 else
1521 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1522 fi || ac_status=$?
1523 cd "$ac_pwd" || { ac_status=$?; break; }
1524 done
1525 fi
1526
1527 test -n "$ac_init_help" && exit $ac_status
1528 if $ac_init_version; then
1529 cat <<\_ACEOF
1530 binutils configure 2.26.51
1531 generated by GNU Autoconf 2.64
1532
1533 Copyright (C) 2009 Free Software Foundation, Inc.
1534 This configure script is free software; the Free Software Foundation
1535 gives unlimited permission to copy, distribute and modify it.
1536 _ACEOF
1537 exit
1538 fi
1539
1540 ## ------------------------ ##
1541 ## Autoconf initialization. ##
1542 ## ------------------------ ##
1543
1544 # ac_fn_c_try_compile LINENO
1545 # --------------------------
1546 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1547 ac_fn_c_try_compile ()
1548 {
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 rm -f conftest.$ac_objext
1551 if { { ac_try="$ac_compile"
1552 case "(($ac_try" in
1553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1554 *) ac_try_echo=$ac_try;;
1555 esac
1556 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1557 $as_echo "$ac_try_echo"; } >&5
1558 (eval "$ac_compile") 2>conftest.err
1559 ac_status=$?
1560 if test -s conftest.err; then
1561 grep -v '^ *+' conftest.err >conftest.er1
1562 cat conftest.er1 >&5
1563 mv -f conftest.er1 conftest.err
1564 fi
1565 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1566 test $ac_status = 0; } && {
1567 test -z "$ac_c_werror_flag" ||
1568 test ! -s conftest.err
1569 } && test -s conftest.$ac_objext; then :
1570 ac_retval=0
1571 else
1572 $as_echo "$as_me: failed program was:" >&5
1573 sed 's/^/| /' conftest.$ac_ext >&5
1574
1575 ac_retval=1
1576 fi
1577 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1578 return $ac_retval
1579
1580 } # ac_fn_c_try_compile
1581
1582 # ac_fn_c_try_link LINENO
1583 # -----------------------
1584 # Try to link conftest.$ac_ext, and return whether this succeeded.
1585 ac_fn_c_try_link ()
1586 {
1587 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1588 rm -f conftest.$ac_objext conftest$ac_exeext
1589 if { { ac_try="$ac_link"
1590 case "(($ac_try" in
1591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1592 *) ac_try_echo=$ac_try;;
1593 esac
1594 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1595 $as_echo "$ac_try_echo"; } >&5
1596 (eval "$ac_link") 2>conftest.err
1597 ac_status=$?
1598 if test -s conftest.err; then
1599 grep -v '^ *+' conftest.err >conftest.er1
1600 cat conftest.er1 >&5
1601 mv -f conftest.er1 conftest.err
1602 fi
1603 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1604 test $ac_status = 0; } && {
1605 test -z "$ac_c_werror_flag" ||
1606 test ! -s conftest.err
1607 } && test -s conftest$ac_exeext && {
1608 test "$cross_compiling" = yes ||
1609 $as_test_x conftest$ac_exeext
1610 }; then :
1611 ac_retval=0
1612 else
1613 $as_echo "$as_me: failed program was:" >&5
1614 sed 's/^/| /' conftest.$ac_ext >&5
1615
1616 ac_retval=1
1617 fi
1618 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1619 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1620 # interfere with the next link command; also delete a directory that is
1621 # left behind by Apple's compiler. We do this before executing the actions.
1622 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1623 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1624 return $ac_retval
1625
1626 } # ac_fn_c_try_link
1627
1628 # ac_fn_c_try_cpp LINENO
1629 # ----------------------
1630 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1631 ac_fn_c_try_cpp ()
1632 {
1633 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1634 if { { ac_try="$ac_cpp conftest.$ac_ext"
1635 case "(($ac_try" in
1636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1637 *) ac_try_echo=$ac_try;;
1638 esac
1639 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1640 $as_echo "$ac_try_echo"; } >&5
1641 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1642 ac_status=$?
1643 if test -s conftest.err; then
1644 grep -v '^ *+' conftest.err >conftest.er1
1645 cat conftest.er1 >&5
1646 mv -f conftest.er1 conftest.err
1647 fi
1648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1649 test $ac_status = 0; } >/dev/null && {
1650 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1651 test ! -s conftest.err
1652 }; then :
1653 ac_retval=0
1654 else
1655 $as_echo "$as_me: failed program was:" >&5
1656 sed 's/^/| /' conftest.$ac_ext >&5
1657
1658 ac_retval=1
1659 fi
1660 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1661 return $ac_retval
1662
1663 } # ac_fn_c_try_cpp
1664
1665 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1666 # -------------------------------------------------------
1667 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1668 # the include files in INCLUDES and setting the cache variable VAR
1669 # accordingly.
1670 ac_fn_c_check_header_mongrel ()
1671 {
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1675 $as_echo_n "checking for $2... " >&6; }
1676 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1677 $as_echo_n "(cached) " >&6
1678 fi
1679 eval ac_res=\$$3
1680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1681 $as_echo "$ac_res" >&6; }
1682 else
1683 # Is the header compilable?
1684 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1685 $as_echo_n "checking $2 usability... " >&6; }
1686 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1687 /* end confdefs.h. */
1688 $4
1689 #include <$2>
1690 _ACEOF
1691 if ac_fn_c_try_compile "$LINENO"; then :
1692 ac_header_compiler=yes
1693 else
1694 ac_header_compiler=no
1695 fi
1696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1698 $as_echo "$ac_header_compiler" >&6; }
1699
1700 # Is the header present?
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1702 $as_echo_n "checking $2 presence... " >&6; }
1703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1704 /* end confdefs.h. */
1705 #include <$2>
1706 _ACEOF
1707 if ac_fn_c_try_cpp "$LINENO"; then :
1708 ac_header_preproc=yes
1709 else
1710 ac_header_preproc=no
1711 fi
1712 rm -f conftest.err conftest.$ac_ext
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1714 $as_echo "$ac_header_preproc" >&6; }
1715
1716 # So? What about this header?
1717 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1718 yes:no: )
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1720 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1722 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1723 ;;
1724 no:yes:* )
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1726 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1728 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1730 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1732 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1734 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1735 ;;
1736 esac
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1738 $as_echo_n "checking for $2... " >&6; }
1739 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1740 $as_echo_n "(cached) " >&6
1741 else
1742 eval "$3=\$ac_header_compiler"
1743 fi
1744 eval ac_res=\$$3
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1746 $as_echo "$ac_res" >&6; }
1747 fi
1748 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1749
1750 } # ac_fn_c_check_header_mongrel
1751
1752 # ac_fn_c_try_run LINENO
1753 # ----------------------
1754 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1755 # that executables *can* be run.
1756 ac_fn_c_try_run ()
1757 {
1758 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1759 if { { ac_try="$ac_link"
1760 case "(($ac_try" in
1761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1762 *) ac_try_echo=$ac_try;;
1763 esac
1764 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1765 $as_echo "$ac_try_echo"; } >&5
1766 (eval "$ac_link") 2>&5
1767 ac_status=$?
1768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1769 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1770 { { case "(($ac_try" in
1771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1772 *) ac_try_echo=$ac_try;;
1773 esac
1774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1775 $as_echo "$ac_try_echo"; } >&5
1776 (eval "$ac_try") 2>&5
1777 ac_status=$?
1778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1779 test $ac_status = 0; }; }; then :
1780 ac_retval=0
1781 else
1782 $as_echo "$as_me: program exited with status $ac_status" >&5
1783 $as_echo "$as_me: failed program was:" >&5
1784 sed 's/^/| /' conftest.$ac_ext >&5
1785
1786 ac_retval=$ac_status
1787 fi
1788 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1789 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1790 return $ac_retval
1791
1792 } # ac_fn_c_try_run
1793
1794 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1795 # -------------------------------------------------------
1796 # Tests whether HEADER exists and can be compiled using the include files in
1797 # INCLUDES, setting the cache variable VAR accordingly.
1798 ac_fn_c_check_header_compile ()
1799 {
1800 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1802 $as_echo_n "checking for $2... " >&6; }
1803 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1804 $as_echo_n "(cached) " >&6
1805 else
1806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807 /* end confdefs.h. */
1808 $4
1809 #include <$2>
1810 _ACEOF
1811 if ac_fn_c_try_compile "$LINENO"; then :
1812 eval "$3=yes"
1813 else
1814 eval "$3=no"
1815 fi
1816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1817 fi
1818 eval ac_res=\$$3
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1820 $as_echo "$ac_res" >&6; }
1821 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1822
1823 } # ac_fn_c_check_header_compile
1824
1825 # ac_fn_c_check_func LINENO FUNC VAR
1826 # ----------------------------------
1827 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1828 ac_fn_c_check_func ()
1829 {
1830 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1832 $as_echo_n "checking for $2... " >&6; }
1833 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1834 $as_echo_n "(cached) " >&6
1835 else
1836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1837 /* end confdefs.h. */
1838 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1839 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1840 #define $2 innocuous_$2
1841
1842 /* System header to define __stub macros and hopefully few prototypes,
1843 which can conflict with char $2 (); below.
1844 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1845 <limits.h> exists even on freestanding compilers. */
1846
1847 #ifdef __STDC__
1848 # include <limits.h>
1849 #else
1850 # include <assert.h>
1851 #endif
1852
1853 #undef $2
1854
1855 /* Override any GCC internal prototype to avoid an error.
1856 Use char because int might match the return type of a GCC
1857 builtin and then its argument prototype would still apply. */
1858 #ifdef __cplusplus
1859 extern "C"
1860 #endif
1861 char $2 ();
1862 /* The GNU C library defines this for functions which it implements
1863 to always fail with ENOSYS. Some functions are actually named
1864 something starting with __ and the normal name is an alias. */
1865 #if defined __stub_$2 || defined __stub___$2
1866 choke me
1867 #endif
1868
1869 int
1870 main ()
1871 {
1872 return $2 ();
1873 ;
1874 return 0;
1875 }
1876 _ACEOF
1877 if ac_fn_c_try_link "$LINENO"; then :
1878 eval "$3=yes"
1879 else
1880 eval "$3=no"
1881 fi
1882 rm -f core conftest.err conftest.$ac_objext \
1883 conftest$ac_exeext conftest.$ac_ext
1884 fi
1885 eval ac_res=\$$3
1886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1887 $as_echo "$ac_res" >&6; }
1888 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1889
1890 } # ac_fn_c_check_func
1891
1892 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1893 # --------------------------------------------
1894 # Tries to find the compile-time value of EXPR in a program that includes
1895 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1896 # computed
1897 ac_fn_c_compute_int ()
1898 {
1899 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1900 if test "$cross_compiling" = yes; then
1901 # Depending upon the size, compute the lo and hi bounds.
1902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1903 /* end confdefs.h. */
1904 $4
1905 int
1906 main ()
1907 {
1908 static int test_array [1 - 2 * !(($2) >= 0)];
1909 test_array [0] = 0
1910
1911 ;
1912 return 0;
1913 }
1914 _ACEOF
1915 if ac_fn_c_try_compile "$LINENO"; then :
1916 ac_lo=0 ac_mid=0
1917 while :; do
1918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1919 /* end confdefs.h. */
1920 $4
1921 int
1922 main ()
1923 {
1924 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1925 test_array [0] = 0
1926
1927 ;
1928 return 0;
1929 }
1930 _ACEOF
1931 if ac_fn_c_try_compile "$LINENO"; then :
1932 ac_hi=$ac_mid; break
1933 else
1934 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1935 if test $ac_lo -le $ac_mid; then
1936 ac_lo= ac_hi=
1937 break
1938 fi
1939 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1940 fi
1941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1942 done
1943 else
1944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1945 /* end confdefs.h. */
1946 $4
1947 int
1948 main ()
1949 {
1950 static int test_array [1 - 2 * !(($2) < 0)];
1951 test_array [0] = 0
1952
1953 ;
1954 return 0;
1955 }
1956 _ACEOF
1957 if ac_fn_c_try_compile "$LINENO"; then :
1958 ac_hi=-1 ac_mid=-1
1959 while :; do
1960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1961 /* end confdefs.h. */
1962 $4
1963 int
1964 main ()
1965 {
1966 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1967 test_array [0] = 0
1968
1969 ;
1970 return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974 ac_lo=$ac_mid; break
1975 else
1976 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1977 if test $ac_mid -le $ac_hi; then
1978 ac_lo= ac_hi=
1979 break
1980 fi
1981 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1982 fi
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984 done
1985 else
1986 ac_lo= ac_hi=
1987 fi
1988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1989 fi
1990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 # Binary search between lo and hi bounds.
1992 while test "x$ac_lo" != "x$ac_hi"; do
1993 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1995 /* end confdefs.h. */
1996 $4
1997 int
1998 main ()
1999 {
2000 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2001 test_array [0] = 0
2002
2003 ;
2004 return 0;
2005 }
2006 _ACEOF
2007 if ac_fn_c_try_compile "$LINENO"; then :
2008 ac_hi=$ac_mid
2009 else
2010 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2011 fi
2012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2013 done
2014 case $ac_lo in #((
2015 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2016 '') ac_retval=1 ;;
2017 esac
2018 else
2019 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2020 /* end confdefs.h. */
2021 $4
2022 static long int longval () { return $2; }
2023 static unsigned long int ulongval () { return $2; }
2024 #include <stdio.h>
2025 #include <stdlib.h>
2026 int
2027 main ()
2028 {
2029
2030 FILE *f = fopen ("conftest.val", "w");
2031 if (! f)
2032 return 1;
2033 if (($2) < 0)
2034 {
2035 long int i = longval ();
2036 if (i != ($2))
2037 return 1;
2038 fprintf (f, "%ld", i);
2039 }
2040 else
2041 {
2042 unsigned long int i = ulongval ();
2043 if (i != ($2))
2044 return 1;
2045 fprintf (f, "%lu", i);
2046 }
2047 /* Do not output a trailing newline, as this causes \r\n confusion
2048 on some platforms. */
2049 return ferror (f) || fclose (f) != 0;
2050
2051 ;
2052 return 0;
2053 }
2054 _ACEOF
2055 if ac_fn_c_try_run "$LINENO"; then :
2056 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2057 else
2058 ac_retval=1
2059 fi
2060 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2061 conftest.$ac_objext conftest.beam conftest.$ac_ext
2062 rm -f conftest.val
2063
2064 fi
2065 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2066 return $ac_retval
2067
2068 } # ac_fn_c_compute_int
2069
2070 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2071 # -------------------------------------------
2072 # Tests whether TYPE exists after having included INCLUDES, setting cache
2073 # variable VAR accordingly.
2074 ac_fn_c_check_type ()
2075 {
2076 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2078 $as_echo_n "checking for $2... " >&6; }
2079 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2080 $as_echo_n "(cached) " >&6
2081 else
2082 eval "$3=no"
2083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2084 /* end confdefs.h. */
2085 $4
2086 int
2087 main ()
2088 {
2089 if (sizeof ($2))
2090 return 0;
2091 ;
2092 return 0;
2093 }
2094 _ACEOF
2095 if ac_fn_c_try_compile "$LINENO"; then :
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h. */
2098 $4
2099 int
2100 main ()
2101 {
2102 if (sizeof (($2)))
2103 return 0;
2104 ;
2105 return 0;
2106 }
2107 _ACEOF
2108 if ac_fn_c_try_compile "$LINENO"; then :
2109
2110 else
2111 eval "$3=yes"
2112 fi
2113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2114 fi
2115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2116 fi
2117 eval ac_res=\$$3
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2119 $as_echo "$ac_res" >&6; }
2120 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2121
2122 } # ac_fn_c_check_type
2123
2124 # ac_fn_c_check_decl LINENO SYMBOL VAR
2125 # ------------------------------------
2126 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
2127 ac_fn_c_check_decl ()
2128 {
2129 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2130 as_decl_name=`echo $2|sed 's/ *(.*//'`
2131 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2133 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2134 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
2135 $as_echo_n "(cached) " >&6
2136 else
2137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2138 /* end confdefs.h. */
2139 $4
2140 int
2141 main ()
2142 {
2143 #ifndef $as_decl_name
2144 #ifdef __cplusplus
2145 (void) $as_decl_use;
2146 #else
2147 (void) $as_decl_name;
2148 #endif
2149 #endif
2150
2151 ;
2152 return 0;
2153 }
2154 _ACEOF
2155 if ac_fn_c_try_compile "$LINENO"; then :
2156 eval "$3=yes"
2157 else
2158 eval "$3=no"
2159 fi
2160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2161 fi
2162 eval ac_res=\$$3
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2164 $as_echo "$ac_res" >&6; }
2165 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2166
2167 } # ac_fn_c_check_decl
2168 cat >config.log <<_ACEOF
2169 This file contains any messages produced by compilers while
2170 running configure, to aid debugging if configure makes a mistake.
2171
2172 It was created by binutils $as_me 2.26.51, which was
2173 generated by GNU Autoconf 2.64. Invocation command line was
2174
2175 $ $0 $@
2176
2177 _ACEOF
2178 exec 5>>config.log
2179 {
2180 cat <<_ASUNAME
2181 ## --------- ##
2182 ## Platform. ##
2183 ## --------- ##
2184
2185 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2186 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2187 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2188 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2189 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2190
2191 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2192 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2193
2194 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2195 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2196 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2197 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2198 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2199 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2200 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2201
2202 _ASUNAME
2203
2204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2205 for as_dir in $PATH
2206 do
2207 IFS=$as_save_IFS
2208 test -z "$as_dir" && as_dir=.
2209 $as_echo "PATH: $as_dir"
2210 done
2211 IFS=$as_save_IFS
2212
2213 } >&5
2214
2215 cat >&5 <<_ACEOF
2216
2217
2218 ## ----------- ##
2219 ## Core tests. ##
2220 ## ----------- ##
2221
2222 _ACEOF
2223
2224
2225 # Keep a trace of the command line.
2226 # Strip out --no-create and --no-recursion so they do not pile up.
2227 # Strip out --silent because we don't want to record it for future runs.
2228 # Also quote any args containing shell meta-characters.
2229 # Make two passes to allow for proper duplicate-argument suppression.
2230 ac_configure_args=
2231 ac_configure_args0=
2232 ac_configure_args1=
2233 ac_must_keep_next=false
2234 for ac_pass in 1 2
2235 do
2236 for ac_arg
2237 do
2238 case $ac_arg in
2239 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2240 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2241 | -silent | --silent | --silen | --sile | --sil)
2242 continue ;;
2243 *\'*)
2244 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2245 esac
2246 case $ac_pass in
2247 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2248 2)
2249 as_fn_append ac_configure_args1 " '$ac_arg'"
2250 if test $ac_must_keep_next = true; then
2251 ac_must_keep_next=false # Got value, back to normal.
2252 else
2253 case $ac_arg in
2254 *=* | --config-cache | -C | -disable-* | --disable-* \
2255 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2256 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2257 | -with-* | --with-* | -without-* | --without-* | --x)
2258 case "$ac_configure_args0 " in
2259 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2260 esac
2261 ;;
2262 -* ) ac_must_keep_next=true ;;
2263 esac
2264 fi
2265 as_fn_append ac_configure_args " '$ac_arg'"
2266 ;;
2267 esac
2268 done
2269 done
2270 { ac_configure_args0=; unset ac_configure_args0;}
2271 { ac_configure_args1=; unset ac_configure_args1;}
2272
2273 # When interrupted or exit'd, cleanup temporary files, and complete
2274 # config.log. We remove comments because anyway the quotes in there
2275 # would cause problems or look ugly.
2276 # WARNING: Use '\'' to represent an apostrophe within the trap.
2277 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2278 trap 'exit_status=$?
2279 # Save into config.log some information that might help in debugging.
2280 {
2281 echo
2282
2283 cat <<\_ASBOX
2284 ## ---------------- ##
2285 ## Cache variables. ##
2286 ## ---------------- ##
2287 _ASBOX
2288 echo
2289 # The following way of writing the cache mishandles newlines in values,
2290 (
2291 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2292 eval ac_val=\$$ac_var
2293 case $ac_val in #(
2294 *${as_nl}*)
2295 case $ac_var in #(
2296 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2297 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2298 esac
2299 case $ac_var in #(
2300 _ | IFS | as_nl) ;; #(
2301 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2302 *) { eval $ac_var=; unset $ac_var;} ;;
2303 esac ;;
2304 esac
2305 done
2306 (set) 2>&1 |
2307 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2308 *${as_nl}ac_space=\ *)
2309 sed -n \
2310 "s/'\''/'\''\\\\'\'''\''/g;
2311 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2312 ;; #(
2313 *)
2314 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2315 ;;
2316 esac |
2317 sort
2318 )
2319 echo
2320
2321 cat <<\_ASBOX
2322 ## ----------------- ##
2323 ## Output variables. ##
2324 ## ----------------- ##
2325 _ASBOX
2326 echo
2327 for ac_var in $ac_subst_vars
2328 do
2329 eval ac_val=\$$ac_var
2330 case $ac_val in
2331 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2332 esac
2333 $as_echo "$ac_var='\''$ac_val'\''"
2334 done | sort
2335 echo
2336
2337 if test -n "$ac_subst_files"; then
2338 cat <<\_ASBOX
2339 ## ------------------- ##
2340 ## File substitutions. ##
2341 ## ------------------- ##
2342 _ASBOX
2343 echo
2344 for ac_var in $ac_subst_files
2345 do
2346 eval ac_val=\$$ac_var
2347 case $ac_val in
2348 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2349 esac
2350 $as_echo "$ac_var='\''$ac_val'\''"
2351 done | sort
2352 echo
2353 fi
2354
2355 if test -s confdefs.h; then
2356 cat <<\_ASBOX
2357 ## ----------- ##
2358 ## confdefs.h. ##
2359 ## ----------- ##
2360 _ASBOX
2361 echo
2362 cat confdefs.h
2363 echo
2364 fi
2365 test "$ac_signal" != 0 &&
2366 $as_echo "$as_me: caught signal $ac_signal"
2367 $as_echo "$as_me: exit $exit_status"
2368 } >&5
2369 rm -f core *.core core.conftest.* &&
2370 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2371 exit $exit_status
2372 ' 0
2373 for ac_signal in 1 2 13 15; do
2374 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2375 done
2376 ac_signal=0
2377
2378 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2379 rm -f -r conftest* confdefs.h
2380
2381 $as_echo "/* confdefs.h */" > confdefs.h
2382
2383 # Predefined preprocessor variables.
2384
2385 cat >>confdefs.h <<_ACEOF
2386 #define PACKAGE_NAME "$PACKAGE_NAME"
2387 _ACEOF
2388
2389 cat >>confdefs.h <<_ACEOF
2390 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2391 _ACEOF
2392
2393 cat >>confdefs.h <<_ACEOF
2394 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2395 _ACEOF
2396
2397 cat >>confdefs.h <<_ACEOF
2398 #define PACKAGE_STRING "$PACKAGE_STRING"
2399 _ACEOF
2400
2401 cat >>confdefs.h <<_ACEOF
2402 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2403 _ACEOF
2404
2405 cat >>confdefs.h <<_ACEOF
2406 #define PACKAGE_URL "$PACKAGE_URL"
2407 _ACEOF
2408
2409
2410 # Let the site file select an alternate cache file if it wants to.
2411 # Prefer an explicitly selected file to automatically selected ones.
2412 ac_site_file1=NONE
2413 ac_site_file2=NONE
2414 if test -n "$CONFIG_SITE"; then
2415 ac_site_file1=$CONFIG_SITE
2416 elif test "x$prefix" != xNONE; then
2417 ac_site_file1=$prefix/share/config.site
2418 ac_site_file2=$prefix/etc/config.site
2419 else
2420 ac_site_file1=$ac_default_prefix/share/config.site
2421 ac_site_file2=$ac_default_prefix/etc/config.site
2422 fi
2423 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2424 do
2425 test "x$ac_site_file" = xNONE && continue
2426 if test -r "$ac_site_file"; then
2427 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2428 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2429 sed 's/^/| /' "$ac_site_file" >&5
2430 . "$ac_site_file"
2431 fi
2432 done
2433
2434 if test -r "$cache_file"; then
2435 # Some versions of bash will fail to source /dev/null (special
2436 # files actually), so we avoid doing that.
2437 if test -f "$cache_file"; then
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2439 $as_echo "$as_me: loading cache $cache_file" >&6;}
2440 case $cache_file in
2441 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2442 *) . "./$cache_file";;
2443 esac
2444 fi
2445 else
2446 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2447 $as_echo "$as_me: creating cache $cache_file" >&6;}
2448 >$cache_file
2449 fi
2450
2451 # Check that the precious variables saved in the cache have kept the same
2452 # value.
2453 ac_cache_corrupted=false
2454 for ac_var in $ac_precious_vars; do
2455 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2456 eval ac_new_set=\$ac_env_${ac_var}_set
2457 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2458 eval ac_new_val=\$ac_env_${ac_var}_value
2459 case $ac_old_set,$ac_new_set in
2460 set,)
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2462 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2463 ac_cache_corrupted=: ;;
2464 ,set)
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2466 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2467 ac_cache_corrupted=: ;;
2468 ,);;
2469 *)
2470 if test "x$ac_old_val" != "x$ac_new_val"; then
2471 # differences in whitespace do not lead to failure.
2472 ac_old_val_w=`echo x $ac_old_val`
2473 ac_new_val_w=`echo x $ac_new_val`
2474 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2476 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2477 ac_cache_corrupted=:
2478 else
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2480 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2481 eval $ac_var=\$ac_old_val
2482 fi
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2484 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2486 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2487 fi;;
2488 esac
2489 # Pass precious variables to config.status.
2490 if test "$ac_new_set" = set; then
2491 case $ac_new_val in
2492 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2493 *) ac_arg=$ac_var=$ac_new_val ;;
2494 esac
2495 case " $ac_configure_args " in
2496 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2497 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2498 esac
2499 fi
2500 done
2501 if $ac_cache_corrupted; then
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2504 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2505 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2506 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2507 fi
2508 ## -------------------- ##
2509 ## Main body of script. ##
2510 ## -------------------- ##
2511
2512 ac_ext=c
2513 ac_cpp='$CPP $CPPFLAGS'
2514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2517
2518
2519
2520
2521
2522
2523
2524 ac_aux_dir=
2525 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2526 for ac_t in install-sh install.sh shtool; do
2527 if test -f "$ac_dir/$ac_t"; then
2528 ac_aux_dir=$ac_dir
2529 ac_install_sh="$ac_aux_dir/$ac_t -c"
2530 break 2
2531 fi
2532 done
2533 done
2534 if test -z "$ac_aux_dir"; then
2535 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2536 fi
2537
2538 # These three variables are undocumented and unsupported,
2539 # and are intended to be withdrawn in a future Autoconf release.
2540 # They can cause serious problems if a builder's source tree is in a directory
2541 # whose full name contains unusual characters.
2542 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2543 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2544 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2545
2546
2547 # Make sure we can run config.sub.
2548 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2549 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2550
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2552 $as_echo_n "checking build system type... " >&6; }
2553 if test "${ac_cv_build+set}" = set; then :
2554 $as_echo_n "(cached) " >&6
2555 else
2556 ac_build_alias=$build_alias
2557 test "x$ac_build_alias" = x &&
2558 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2559 test "x$ac_build_alias" = x &&
2560 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2561 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2562 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2563
2564 fi
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2566 $as_echo "$ac_cv_build" >&6; }
2567 case $ac_cv_build in
2568 *-*-*) ;;
2569 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2570 esac
2571 build=$ac_cv_build
2572 ac_save_IFS=$IFS; IFS='-'
2573 set x $ac_cv_build
2574 shift
2575 build_cpu=$1
2576 build_vendor=$2
2577 shift; shift
2578 # Remember, the first character of IFS is used to create $*,
2579 # except with old shells:
2580 build_os=$*
2581 IFS=$ac_save_IFS
2582 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2583
2584
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2586 $as_echo_n "checking host system type... " >&6; }
2587 if test "${ac_cv_host+set}" = set; then :
2588 $as_echo_n "(cached) " >&6
2589 else
2590 if test "x$host_alias" = x; then
2591 ac_cv_host=$ac_cv_build
2592 else
2593 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2594 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2595 fi
2596
2597 fi
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2599 $as_echo "$ac_cv_host" >&6; }
2600 case $ac_cv_host in
2601 *-*-*) ;;
2602 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2603 esac
2604 host=$ac_cv_host
2605 ac_save_IFS=$IFS; IFS='-'
2606 set x $ac_cv_host
2607 shift
2608 host_cpu=$1
2609 host_vendor=$2
2610 shift; shift
2611 # Remember, the first character of IFS is used to create $*,
2612 # except with old shells:
2613 host_os=$*
2614 IFS=$ac_save_IFS
2615 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2616
2617
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2619 $as_echo_n "checking target system type... " >&6; }
2620 if test "${ac_cv_target+set}" = set; then :
2621 $as_echo_n "(cached) " >&6
2622 else
2623 if test "x$target_alias" = x; then
2624 ac_cv_target=$ac_cv_host
2625 else
2626 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2627 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2628 fi
2629
2630 fi
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2632 $as_echo "$ac_cv_target" >&6; }
2633 case $ac_cv_target in
2634 *-*-*) ;;
2635 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2636 esac
2637 target=$ac_cv_target
2638 ac_save_IFS=$IFS; IFS='-'
2639 set x $ac_cv_target
2640 shift
2641 target_cpu=$1
2642 target_vendor=$2
2643 shift; shift
2644 # Remember, the first character of IFS is used to create $*,
2645 # except with old shells:
2646 target_os=$*
2647 IFS=$ac_save_IFS
2648 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2649
2650
2651 # The aliases save the names the user supplied, while $host etc.
2652 # will get canonicalized.
2653 test -n "$target_alias" &&
2654 test "$program_prefix$program_suffix$program_transform_name" = \
2655 NONENONEs,x,x, &&
2656 program_prefix=${target_alias}-
2657 ac_ext=c
2658 ac_cpp='$CPP $CPPFLAGS'
2659 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2660 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2661 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2662 if test -n "$ac_tool_prefix"; then
2663 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2664 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2666 $as_echo_n "checking for $ac_word... " >&6; }
2667 if test "${ac_cv_prog_CC+set}" = set; then :
2668 $as_echo_n "(cached) " >&6
2669 else
2670 if test -n "$CC"; then
2671 ac_cv_prog_CC="$CC" # Let the user override the test.
2672 else
2673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2674 for as_dir in $PATH
2675 do
2676 IFS=$as_save_IFS
2677 test -z "$as_dir" && as_dir=.
2678 for ac_exec_ext in '' $ac_executable_extensions; do
2679 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2682 break 2
2683 fi
2684 done
2685 done
2686 IFS=$as_save_IFS
2687
2688 fi
2689 fi
2690 CC=$ac_cv_prog_CC
2691 if test -n "$CC"; then
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2693 $as_echo "$CC" >&6; }
2694 else
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2696 $as_echo "no" >&6; }
2697 fi
2698
2699
2700 fi
2701 if test -z "$ac_cv_prog_CC"; then
2702 ac_ct_CC=$CC
2703 # Extract the first word of "gcc", so it can be a program name with args.
2704 set dummy gcc; ac_word=$2
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2706 $as_echo_n "checking for $ac_word... " >&6; }
2707 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2708 $as_echo_n "(cached) " >&6
2709 else
2710 if test -n "$ac_ct_CC"; then
2711 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2712 else
2713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2714 for as_dir in $PATH
2715 do
2716 IFS=$as_save_IFS
2717 test -z "$as_dir" && as_dir=.
2718 for ac_exec_ext in '' $ac_executable_extensions; do
2719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720 ac_cv_prog_ac_ct_CC="gcc"
2721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2722 break 2
2723 fi
2724 done
2725 done
2726 IFS=$as_save_IFS
2727
2728 fi
2729 fi
2730 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2731 if test -n "$ac_ct_CC"; then
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2733 $as_echo "$ac_ct_CC" >&6; }
2734 else
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2736 $as_echo "no" >&6; }
2737 fi
2738
2739 if test "x$ac_ct_CC" = x; then
2740 CC=""
2741 else
2742 case $cross_compiling:$ac_tool_warned in
2743 yes:)
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2745 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2746 ac_tool_warned=yes ;;
2747 esac
2748 CC=$ac_ct_CC
2749 fi
2750 else
2751 CC="$ac_cv_prog_CC"
2752 fi
2753
2754 if test -z "$CC"; then
2755 if test -n "$ac_tool_prefix"; then
2756 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2757 set dummy ${ac_tool_prefix}cc; ac_word=$2
2758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2759 $as_echo_n "checking for $ac_word... " >&6; }
2760 if test "${ac_cv_prog_CC+set}" = set; then :
2761 $as_echo_n "(cached) " >&6
2762 else
2763 if test -n "$CC"; then
2764 ac_cv_prog_CC="$CC" # Let the user override the test.
2765 else
2766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2767 for as_dir in $PATH
2768 do
2769 IFS=$as_save_IFS
2770 test -z "$as_dir" && as_dir=.
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2773 ac_cv_prog_CC="${ac_tool_prefix}cc"
2774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2775 break 2
2776 fi
2777 done
2778 done
2779 IFS=$as_save_IFS
2780
2781 fi
2782 fi
2783 CC=$ac_cv_prog_CC
2784 if test -n "$CC"; then
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2786 $as_echo "$CC" >&6; }
2787 else
2788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2789 $as_echo "no" >&6; }
2790 fi
2791
2792
2793 fi
2794 fi
2795 if test -z "$CC"; then
2796 # Extract the first word of "cc", so it can be a program name with args.
2797 set dummy cc; ac_word=$2
2798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2799 $as_echo_n "checking for $ac_word... " >&6; }
2800 if test "${ac_cv_prog_CC+set}" = set; then :
2801 $as_echo_n "(cached) " >&6
2802 else
2803 if test -n "$CC"; then
2804 ac_cv_prog_CC="$CC" # Let the user override the test.
2805 else
2806 ac_prog_rejected=no
2807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2808 for as_dir in $PATH
2809 do
2810 IFS=$as_save_IFS
2811 test -z "$as_dir" && as_dir=.
2812 for ac_exec_ext in '' $ac_executable_extensions; do
2813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2815 ac_prog_rejected=yes
2816 continue
2817 fi
2818 ac_cv_prog_CC="cc"
2819 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2820 break 2
2821 fi
2822 done
2823 done
2824 IFS=$as_save_IFS
2825
2826 if test $ac_prog_rejected = yes; then
2827 # We found a bogon in the path, so make sure we never use it.
2828 set dummy $ac_cv_prog_CC
2829 shift
2830 if test $# != 0; then
2831 # We chose a different compiler from the bogus one.
2832 # However, it has the same basename, so the bogon will be chosen
2833 # first if we set CC to just the basename; use the full file name.
2834 shift
2835 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2836 fi
2837 fi
2838 fi
2839 fi
2840 CC=$ac_cv_prog_CC
2841 if test -n "$CC"; then
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2843 $as_echo "$CC" >&6; }
2844 else
2845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846 $as_echo "no" >&6; }
2847 fi
2848
2849
2850 fi
2851 if test -z "$CC"; then
2852 if test -n "$ac_tool_prefix"; then
2853 for ac_prog in cl.exe
2854 do
2855 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2856 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if test "${ac_cv_prog_CC+set}" = set; then :
2860 $as_echo_n "(cached) " >&6
2861 else
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2864 else
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866 for as_dir in $PATH
2867 do
2868 IFS=$as_save_IFS
2869 test -z "$as_dir" && as_dir=.
2870 for ac_exec_ext in '' $ac_executable_extensions; do
2871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2872 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2874 break 2
2875 fi
2876 done
2877 done
2878 IFS=$as_save_IFS
2879
2880 fi
2881 fi
2882 CC=$ac_cv_prog_CC
2883 if test -n "$CC"; then
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2886 else
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2889 fi
2890
2891
2892 test -n "$CC" && break
2893 done
2894 fi
2895 if test -z "$CC"; then
2896 ac_ct_CC=$CC
2897 for ac_prog in cl.exe
2898 do
2899 # Extract the first word of "$ac_prog", so it can be a program name with args.
2900 set dummy $ac_prog; ac_word=$2
2901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2902 $as_echo_n "checking for $ac_word... " >&6; }
2903 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2904 $as_echo_n "(cached) " >&6
2905 else
2906 if test -n "$ac_ct_CC"; then
2907 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2908 else
2909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2910 for as_dir in $PATH
2911 do
2912 IFS=$as_save_IFS
2913 test -z "$as_dir" && as_dir=.
2914 for ac_exec_ext in '' $ac_executable_extensions; do
2915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2916 ac_cv_prog_ac_ct_CC="$ac_prog"
2917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2918 break 2
2919 fi
2920 done
2921 done
2922 IFS=$as_save_IFS
2923
2924 fi
2925 fi
2926 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2927 if test -n "$ac_ct_CC"; then
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2929 $as_echo "$ac_ct_CC" >&6; }
2930 else
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2932 $as_echo "no" >&6; }
2933 fi
2934
2935
2936 test -n "$ac_ct_CC" && break
2937 done
2938
2939 if test "x$ac_ct_CC" = x; then
2940 CC=""
2941 else
2942 case $cross_compiling:$ac_tool_warned in
2943 yes:)
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2945 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2946 ac_tool_warned=yes ;;
2947 esac
2948 CC=$ac_ct_CC
2949 fi
2950 fi
2951
2952 fi
2953
2954
2955 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2957 as_fn_error "no acceptable C compiler found in \$PATH
2958 See \`config.log' for more details." "$LINENO" 5; }
2959
2960 # Provide some information about the compiler.
2961 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2962 set X $ac_compile
2963 ac_compiler=$2
2964 for ac_option in --version -v -V -qversion; do
2965 { { ac_try="$ac_compiler $ac_option >&5"
2966 case "(($ac_try" in
2967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2968 *) ac_try_echo=$ac_try;;
2969 esac
2970 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2971 $as_echo "$ac_try_echo"; } >&5
2972 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2973 ac_status=$?
2974 if test -s conftest.err; then
2975 sed '10a\
2976 ... rest of stderr output deleted ...
2977 10q' conftest.err >conftest.er1
2978 cat conftest.er1 >&5
2979 rm -f conftest.er1 conftest.err
2980 fi
2981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2982 test $ac_status = 0; }
2983 done
2984
2985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2986 /* end confdefs.h. */
2987
2988 int
2989 main ()
2990 {
2991
2992 ;
2993 return 0;
2994 }
2995 _ACEOF
2996 ac_clean_files_save=$ac_clean_files
2997 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2998 # Try to create an executable without -o first, disregard a.out.
2999 # It will help us diagnose broken compilers, and finding out an intuition
3000 # of exeext.
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3002 $as_echo_n "checking for C compiler default output file name... " >&6; }
3003 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3004
3005 # The possible output files:
3006 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3007
3008 ac_rmfiles=
3009 for ac_file in $ac_files
3010 do
3011 case $ac_file in
3012 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3013 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3014 esac
3015 done
3016 rm -f $ac_rmfiles
3017
3018 if { { ac_try="$ac_link_default"
3019 case "(($ac_try" in
3020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3021 *) ac_try_echo=$ac_try;;
3022 esac
3023 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3024 $as_echo "$ac_try_echo"; } >&5
3025 (eval "$ac_link_default") 2>&5
3026 ac_status=$?
3027 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3028 test $ac_status = 0; }; then :
3029 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3030 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3031 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3032 # so that the user can short-circuit this test for compilers unknown to
3033 # Autoconf.
3034 for ac_file in $ac_files ''
3035 do
3036 test -f "$ac_file" || continue
3037 case $ac_file in
3038 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3039 ;;
3040 [ab].out )
3041 # We found the default executable, but exeext='' is most
3042 # certainly right.
3043 break;;
3044 *.* )
3045 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3046 then :; else
3047 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3048 fi
3049 # We set ac_cv_exeext here because the later test for it is not
3050 # safe: cross compilers may not add the suffix if given an `-o'
3051 # argument, so we may need to know it at that point already.
3052 # Even if this section looks crufty: it has the advantage of
3053 # actually working.
3054 break;;
3055 * )
3056 break;;
3057 esac
3058 done
3059 test "$ac_cv_exeext" = no && ac_cv_exeext=
3060
3061 else
3062 ac_file=''
3063 fi
3064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3065 $as_echo "$ac_file" >&6; }
3066 if test -z "$ac_file"; then :
3067 $as_echo "$as_me: failed program was:" >&5
3068 sed 's/^/| /' conftest.$ac_ext >&5
3069
3070 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3072 { as_fn_set_status 77
3073 as_fn_error "C compiler cannot create executables
3074 See \`config.log' for more details." "$LINENO" 5; }; }
3075 fi
3076 ac_exeext=$ac_cv_exeext
3077
3078 # Check that the compiler produces executables we can run. If not, either
3079 # the compiler is broken, or we cross compile.
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3081 $as_echo_n "checking whether the C compiler works... " >&6; }
3082 # If not cross compiling, check that we can run a simple program.
3083 if test "$cross_compiling" != yes; then
3084 if { ac_try='./$ac_file'
3085 { { case "(($ac_try" in
3086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3088 esac
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_try") 2>&5
3092 ac_status=$?
3093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094 test $ac_status = 0; }; }; then
3095 cross_compiling=no
3096 else
3097 if test "$cross_compiling" = maybe; then
3098 cross_compiling=yes
3099 else
3100 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3101 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3102 as_fn_error "cannot run C compiled programs.
3103 If you meant to cross compile, use \`--host'.
3104 See \`config.log' for more details." "$LINENO" 5; }
3105 fi
3106 fi
3107 fi
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3109 $as_echo "yes" >&6; }
3110
3111 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3112 ac_clean_files=$ac_clean_files_save
3113 # Check that the compiler produces executables we can run. If not, either
3114 # the compiler is broken, or we cross compile.
3115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3116 $as_echo_n "checking whether we are cross compiling... " >&6; }
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3118 $as_echo "$cross_compiling" >&6; }
3119
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3121 $as_echo_n "checking for suffix of executables... " >&6; }
3122 if { { ac_try="$ac_link"
3123 case "(($ac_try" in
3124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3125 *) ac_try_echo=$ac_try;;
3126 esac
3127 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3128 $as_echo "$ac_try_echo"; } >&5
3129 (eval "$ac_link") 2>&5
3130 ac_status=$?
3131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3132 test $ac_status = 0; }; then :
3133 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3134 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3135 # work properly (i.e., refer to `conftest.exe'), while it won't with
3136 # `rm'.
3137 for ac_file in conftest.exe conftest conftest.*; do
3138 test -f "$ac_file" || continue
3139 case $ac_file in
3140 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3141 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3142 break;;
3143 * ) break;;
3144 esac
3145 done
3146 else
3147 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3148 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3149 as_fn_error "cannot compute suffix of executables: cannot compile and link
3150 See \`config.log' for more details." "$LINENO" 5; }
3151 fi
3152 rm -f conftest$ac_cv_exeext
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3154 $as_echo "$ac_cv_exeext" >&6; }
3155
3156 rm -f conftest.$ac_ext
3157 EXEEXT=$ac_cv_exeext
3158 ac_exeext=$EXEEXT
3159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3160 $as_echo_n "checking for suffix of object files... " >&6; }
3161 if test "${ac_cv_objext+set}" = set; then :
3162 $as_echo_n "(cached) " >&6
3163 else
3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h. */
3166
3167 int
3168 main ()
3169 {
3170
3171 ;
3172 return 0;
3173 }
3174 _ACEOF
3175 rm -f conftest.o conftest.obj
3176 if { { ac_try="$ac_compile"
3177 case "(($ac_try" in
3178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3179 *) ac_try_echo=$ac_try;;
3180 esac
3181 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3182 $as_echo "$ac_try_echo"; } >&5
3183 (eval "$ac_compile") 2>&5
3184 ac_status=$?
3185 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3186 test $ac_status = 0; }; then :
3187 for ac_file in conftest.o conftest.obj conftest.*; do
3188 test -f "$ac_file" || continue;
3189 case $ac_file in
3190 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3191 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3192 break;;
3193 esac
3194 done
3195 else
3196 $as_echo "$as_me: failed program was:" >&5
3197 sed 's/^/| /' conftest.$ac_ext >&5
3198
3199 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3200 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3201 as_fn_error "cannot compute suffix of object files: cannot compile
3202 See \`config.log' for more details." "$LINENO" 5; }
3203 fi
3204 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3205 fi
3206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3207 $as_echo "$ac_cv_objext" >&6; }
3208 OBJEXT=$ac_cv_objext
3209 ac_objext=$OBJEXT
3210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3211 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3212 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3213 $as_echo_n "(cached) " >&6
3214 else
3215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216 /* end confdefs.h. */
3217
3218 int
3219 main ()
3220 {
3221 #ifndef __GNUC__
3222 choke me
3223 #endif
3224
3225 ;
3226 return 0;
3227 }
3228 _ACEOF
3229 if ac_fn_c_try_compile "$LINENO"; then :
3230 ac_compiler_gnu=yes
3231 else
3232 ac_compiler_gnu=no
3233 fi
3234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3235 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3236
3237 fi
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3239 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3240 if test $ac_compiler_gnu = yes; then
3241 GCC=yes
3242 else
3243 GCC=
3244 fi
3245 ac_test_CFLAGS=${CFLAGS+set}
3246 ac_save_CFLAGS=$CFLAGS
3247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3248 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3249 if test "${ac_cv_prog_cc_g+set}" = set; then :
3250 $as_echo_n "(cached) " >&6
3251 else
3252 ac_save_c_werror_flag=$ac_c_werror_flag
3253 ac_c_werror_flag=yes
3254 ac_cv_prog_cc_g=no
3255 CFLAGS="-g"
3256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3257 /* end confdefs.h. */
3258
3259 int
3260 main ()
3261 {
3262
3263 ;
3264 return 0;
3265 }
3266 _ACEOF
3267 if ac_fn_c_try_compile "$LINENO"; then :
3268 ac_cv_prog_cc_g=yes
3269 else
3270 CFLAGS=""
3271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3272 /* end confdefs.h. */
3273
3274 int
3275 main ()
3276 {
3277
3278 ;
3279 return 0;
3280 }
3281 _ACEOF
3282 if ac_fn_c_try_compile "$LINENO"; then :
3283
3284 else
3285 ac_c_werror_flag=$ac_save_c_werror_flag
3286 CFLAGS="-g"
3287 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3288 /* end confdefs.h. */
3289
3290 int
3291 main ()
3292 {
3293
3294 ;
3295 return 0;
3296 }
3297 _ACEOF
3298 if ac_fn_c_try_compile "$LINENO"; then :
3299 ac_cv_prog_cc_g=yes
3300 fi
3301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3302 fi
3303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3304 fi
3305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3306 ac_c_werror_flag=$ac_save_c_werror_flag
3307 fi
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3309 $as_echo "$ac_cv_prog_cc_g" >&6; }
3310 if test "$ac_test_CFLAGS" = set; then
3311 CFLAGS=$ac_save_CFLAGS
3312 elif test $ac_cv_prog_cc_g = yes; then
3313 if test "$GCC" = yes; then
3314 CFLAGS="-g -O2"
3315 else
3316 CFLAGS="-g"
3317 fi
3318 else
3319 if test "$GCC" = yes; then
3320 CFLAGS="-O2"
3321 else
3322 CFLAGS=
3323 fi
3324 fi
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3326 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3327 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3328 $as_echo_n "(cached) " >&6
3329 else
3330 ac_cv_prog_cc_c89=no
3331 ac_save_CC=$CC
3332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3333 /* end confdefs.h. */
3334 #include <stdarg.h>
3335 #include <stdio.h>
3336 #include <sys/types.h>
3337 #include <sys/stat.h>
3338 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3339 struct buf { int x; };
3340 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3341 static char *e (p, i)
3342 char **p;
3343 int i;
3344 {
3345 return p[i];
3346 }
3347 static char *f (char * (*g) (char **, int), char **p, ...)
3348 {
3349 char *s;
3350 va_list v;
3351 va_start (v,p);
3352 s = g (p, va_arg (v,int));
3353 va_end (v);
3354 return s;
3355 }
3356
3357 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3358 function prototypes and stuff, but not '\xHH' hex character constants.
3359 These don't provoke an error unfortunately, instead are silently treated
3360 as 'x'. The following induces an error, until -std is added to get
3361 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3362 array size at least. It's necessary to write '\x00'==0 to get something
3363 that's true only with -std. */
3364 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3365
3366 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3367 inside strings and character constants. */
3368 #define FOO(x) 'x'
3369 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3370
3371 int test (int i, double x);
3372 struct s1 {int (*f) (int a);};
3373 struct s2 {int (*f) (double a);};
3374 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3375 int argc;
3376 char **argv;
3377 int
3378 main ()
3379 {
3380 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3381 ;
3382 return 0;
3383 }
3384 _ACEOF
3385 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3386 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3387 do
3388 CC="$ac_save_CC $ac_arg"
3389 if ac_fn_c_try_compile "$LINENO"; then :
3390 ac_cv_prog_cc_c89=$ac_arg
3391 fi
3392 rm -f core conftest.err conftest.$ac_objext
3393 test "x$ac_cv_prog_cc_c89" != "xno" && break
3394 done
3395 rm -f conftest.$ac_ext
3396 CC=$ac_save_CC
3397
3398 fi
3399 # AC_CACHE_VAL
3400 case "x$ac_cv_prog_cc_c89" in
3401 x)
3402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3403 $as_echo "none needed" >&6; } ;;
3404 xno)
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3406 $as_echo "unsupported" >&6; } ;;
3407 *)
3408 CC="$CC $ac_cv_prog_cc_c89"
3409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3410 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3411 esac
3412 if test "x$ac_cv_prog_cc_c89" != xno; then :
3413
3414 fi
3415
3416 ac_ext=c
3417 ac_cpp='$CPP $CPPFLAGS'
3418 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3419 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3420 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3421
3422
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3424 $as_echo_n "checking for library containing strerror... " >&6; }
3425 if test "${ac_cv_search_strerror+set}" = set; then :
3426 $as_echo_n "(cached) " >&6
3427 else
3428 ac_func_search_save_LIBS=$LIBS
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h. */
3431
3432 /* Override any GCC internal prototype to avoid an error.
3433 Use char because int might match the return type of a GCC
3434 builtin and then its argument prototype would still apply. */
3435 #ifdef __cplusplus
3436 extern "C"
3437 #endif
3438 char strerror ();
3439 int
3440 main ()
3441 {
3442 return strerror ();
3443 ;
3444 return 0;
3445 }
3446 _ACEOF
3447 for ac_lib in '' cposix; do
3448 if test -z "$ac_lib"; then
3449 ac_res="none required"
3450 else
3451 ac_res=-l$ac_lib
3452 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3453 fi
3454 if ac_fn_c_try_link "$LINENO"; then :
3455 ac_cv_search_strerror=$ac_res
3456 fi
3457 rm -f core conftest.err conftest.$ac_objext \
3458 conftest$ac_exeext
3459 if test "${ac_cv_search_strerror+set}" = set; then :
3460 break
3461 fi
3462 done
3463 if test "${ac_cv_search_strerror+set}" = set; then :
3464
3465 else
3466 ac_cv_search_strerror=no
3467 fi
3468 rm conftest.$ac_ext
3469 LIBS=$ac_func_search_save_LIBS
3470 fi
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3472 $as_echo "$ac_cv_search_strerror" >&6; }
3473 ac_res=$ac_cv_search_strerror
3474 if test "$ac_res" != no; then :
3475 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3476
3477 fi
3478
3479
3480 am__api_version='1.11'
3481
3482 # Find a good install program. We prefer a C program (faster),
3483 # so one script is as good as another. But avoid the broken or
3484 # incompatible versions:
3485 # SysV /etc/install, /usr/sbin/install
3486 # SunOS /usr/etc/install
3487 # IRIX /sbin/install
3488 # AIX /bin/install
3489 # AmigaOS /C/install, which installs bootblocks on floppy discs
3490 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3491 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3492 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3493 # OS/2's system install, which has a completely different semantic
3494 # ./install, which can be erroneously created by make from ./install.sh.
3495 # Reject install programs that cannot install multiple files.
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3497 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3498 if test -z "$INSTALL"; then
3499 if test "${ac_cv_path_install+set}" = set; then :
3500 $as_echo_n "(cached) " >&6
3501 else
3502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3503 for as_dir in $PATH
3504 do
3505 IFS=$as_save_IFS
3506 test -z "$as_dir" && as_dir=.
3507 # Account for people who put trailing slashes in PATH elements.
3508 case $as_dir/ in #((
3509 ./ | .// | /[cC]/* | \
3510 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3511 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3512 /usr/ucb/* ) ;;
3513 *)
3514 # OSF1 and SCO ODT 3.0 have their own names for install.
3515 # Don't use installbsd from OSF since it installs stuff as root
3516 # by default.
3517 for ac_prog in ginstall scoinst install; do
3518 for ac_exec_ext in '' $ac_executable_extensions; do
3519 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3520 if test $ac_prog = install &&
3521 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3522 # AIX install. It has an incompatible calling convention.
3523 :
3524 elif test $ac_prog = install &&
3525 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3526 # program-specific install script used by HP pwplus--don't use.
3527 :
3528 else
3529 rm -rf conftest.one conftest.two conftest.dir
3530 echo one > conftest.one
3531 echo two > conftest.two
3532 mkdir conftest.dir
3533 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3534 test -s conftest.one && test -s conftest.two &&
3535 test -s conftest.dir/conftest.one &&
3536 test -s conftest.dir/conftest.two
3537 then
3538 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3539 break 3
3540 fi
3541 fi
3542 fi
3543 done
3544 done
3545 ;;
3546 esac
3547
3548 done
3549 IFS=$as_save_IFS
3550
3551 rm -rf conftest.one conftest.two conftest.dir
3552
3553 fi
3554 if test "${ac_cv_path_install+set}" = set; then
3555 INSTALL=$ac_cv_path_install
3556 else
3557 # As a last resort, use the slow shell script. Don't cache a
3558 # value for INSTALL within a source directory, because that will
3559 # break other packages using the cache if that directory is
3560 # removed, or if the value is a relative name.
3561 INSTALL=$ac_install_sh
3562 fi
3563 fi
3564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3565 $as_echo "$INSTALL" >&6; }
3566
3567 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3568 # It thinks the first close brace ends the variable substitution.
3569 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3570
3571 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3572
3573 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3574
3575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3576 $as_echo_n "checking whether build environment is sane... " >&6; }
3577 # Just in case
3578 sleep 1
3579 echo timestamp > conftest.file
3580 # Reject unsafe characters in $srcdir or the absolute working directory
3581 # name. Accept space and tab only in the latter.
3582 am_lf='
3583 '
3584 case `pwd` in
3585 *[\\\"\#\$\&\'\`$am_lf]*)
3586 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3587 esac
3588 case $srcdir in
3589 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3590 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3591 esac
3592
3593 # Do `set' in a subshell so we don't clobber the current shell's
3594 # arguments. Must try -L first in case configure is actually a
3595 # symlink; some systems play weird games with the mod time of symlinks
3596 # (eg FreeBSD returns the mod time of the symlink's containing
3597 # directory).
3598 if (
3599 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3600 if test "$*" = "X"; then
3601 # -L didn't work.
3602 set X `ls -t "$srcdir/configure" conftest.file`
3603 fi
3604 rm -f conftest.file
3605 if test "$*" != "X $srcdir/configure conftest.file" \
3606 && test "$*" != "X conftest.file $srcdir/configure"; then
3607
3608 # If neither matched, then we have a broken ls. This can happen
3609 # if, for instance, CONFIG_SHELL is bash and it inherits a
3610 # broken ls alias from the environment. This has actually
3611 # happened. Such a system could not be considered "sane".
3612 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3613 alias in your environment" "$LINENO" 5
3614 fi
3615
3616 test "$2" = conftest.file
3617 )
3618 then
3619 # Ok.
3620 :
3621 else
3622 as_fn_error "newly created file is older than distributed files!
3623 Check your system clock" "$LINENO" 5
3624 fi
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3626 $as_echo "yes" >&6; }
3627 test "$program_prefix" != NONE &&
3628 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3629 # Use a double $ so make ignores it.
3630 test "$program_suffix" != NONE &&
3631 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3632 # Double any \ or $.
3633 # By default was `s,x,x', remove it if useless.
3634 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3635 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3636
3637 # expand $ac_aux_dir to an absolute path
3638 am_aux_dir=`cd $ac_aux_dir && pwd`
3639
3640 if test x"${MISSING+set}" != xset; then
3641 case $am_aux_dir in
3642 *\ * | *\ *)
3643 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3644 *)
3645 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3646 esac
3647 fi
3648 # Use eval to expand $SHELL
3649 if eval "$MISSING --run true"; then
3650 am_missing_run="$MISSING --run "
3651 else
3652 am_missing_run=
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3654 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3655 fi
3656
3657 if test x"${install_sh}" != xset; then
3658 case $am_aux_dir in
3659 *\ * | *\ *)
3660 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3661 *)
3662 install_sh="\${SHELL} $am_aux_dir/install-sh"
3663 esac
3664 fi
3665
3666 # Installed binaries are usually stripped using `strip' when the user
3667 # run `make install-strip'. However `strip' might not be the right
3668 # tool to use in cross-compilation environments, therefore Automake
3669 # will honor the `STRIP' environment variable to overrule this program.
3670 if test "$cross_compiling" != no; then
3671 if test -n "$ac_tool_prefix"; then
3672 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3673 set dummy ${ac_tool_prefix}strip; ac_word=$2
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3675 $as_echo_n "checking for $ac_word... " >&6; }
3676 if test "${ac_cv_prog_STRIP+set}" = set; then :
3677 $as_echo_n "(cached) " >&6
3678 else
3679 if test -n "$STRIP"; then
3680 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3681 else
3682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3683 for as_dir in $PATH
3684 do
3685 IFS=$as_save_IFS
3686 test -z "$as_dir" && as_dir=.
3687 for ac_exec_ext in '' $ac_executable_extensions; do
3688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3689 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3691 break 2
3692 fi
3693 done
3694 done
3695 IFS=$as_save_IFS
3696
3697 fi
3698 fi
3699 STRIP=$ac_cv_prog_STRIP
3700 if test -n "$STRIP"; then
3701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3702 $as_echo "$STRIP" >&6; }
3703 else
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3705 $as_echo "no" >&6; }
3706 fi
3707
3708
3709 fi
3710 if test -z "$ac_cv_prog_STRIP"; then
3711 ac_ct_STRIP=$STRIP
3712 # Extract the first word of "strip", so it can be a program name with args.
3713 set dummy strip; ac_word=$2
3714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3715 $as_echo_n "checking for $ac_word... " >&6; }
3716 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3717 $as_echo_n "(cached) " >&6
3718 else
3719 if test -n "$ac_ct_STRIP"; then
3720 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3721 else
3722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3723 for as_dir in $PATH
3724 do
3725 IFS=$as_save_IFS
3726 test -z "$as_dir" && as_dir=.
3727 for ac_exec_ext in '' $ac_executable_extensions; do
3728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729 ac_cv_prog_ac_ct_STRIP="strip"
3730 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731 break 2
3732 fi
3733 done
3734 done
3735 IFS=$as_save_IFS
3736
3737 fi
3738 fi
3739 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3740 if test -n "$ac_ct_STRIP"; then
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3742 $as_echo "$ac_ct_STRIP" >&6; }
3743 else
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3745 $as_echo "no" >&6; }
3746 fi
3747
3748 if test "x$ac_ct_STRIP" = x; then
3749 STRIP=":"
3750 else
3751 case $cross_compiling:$ac_tool_warned in
3752 yes:)
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3754 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3755 ac_tool_warned=yes ;;
3756 esac
3757 STRIP=$ac_ct_STRIP
3758 fi
3759 else
3760 STRIP="$ac_cv_prog_STRIP"
3761 fi
3762
3763 fi
3764 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3767 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3768 if test -z "$MKDIR_P"; then
3769 if test "${ac_cv_path_mkdir+set}" = set; then :
3770 $as_echo_n "(cached) " >&6
3771 else
3772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3773 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3774 do
3775 IFS=$as_save_IFS
3776 test -z "$as_dir" && as_dir=.
3777 for ac_prog in mkdir gmkdir; do
3778 for ac_exec_ext in '' $ac_executable_extensions; do
3779 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3780 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3781 'mkdir (GNU coreutils) '* | \
3782 'mkdir (coreutils) '* | \
3783 'mkdir (fileutils) '4.1*)
3784 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3785 break 3;;
3786 esac
3787 done
3788 done
3789 done
3790 IFS=$as_save_IFS
3791
3792 fi
3793
3794 if test "${ac_cv_path_mkdir+set}" = set; then
3795 MKDIR_P="$ac_cv_path_mkdir -p"
3796 else
3797 # As a last resort, use the slow shell script. Don't cache a
3798 # value for MKDIR_P within a source directory, because that will
3799 # break other packages using the cache if that directory is
3800 # removed, or if the value is a relative name.
3801 test -d ./--version && rmdir ./--version
3802 MKDIR_P="$ac_install_sh -d"
3803 fi
3804 fi
3805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3806 $as_echo "$MKDIR_P" >&6; }
3807
3808 mkdir_p="$MKDIR_P"
3809 case $mkdir_p in
3810 [\\/$]* | ?:[\\/]*) ;;
3811 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3812 esac
3813
3814 for ac_prog in gawk mawk nawk awk
3815 do
3816 # Extract the first word of "$ac_prog", so it can be a program name with args.
3817 set dummy $ac_prog; ac_word=$2
3818 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3819 $as_echo_n "checking for $ac_word... " >&6; }
3820 if test "${ac_cv_prog_AWK+set}" = set; then :
3821 $as_echo_n "(cached) " >&6
3822 else
3823 if test -n "$AWK"; then
3824 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3825 else
3826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3827 for as_dir in $PATH
3828 do
3829 IFS=$as_save_IFS
3830 test -z "$as_dir" && as_dir=.
3831 for ac_exec_ext in '' $ac_executable_extensions; do
3832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3833 ac_cv_prog_AWK="$ac_prog"
3834 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3835 break 2
3836 fi
3837 done
3838 done
3839 IFS=$as_save_IFS
3840
3841 fi
3842 fi
3843 AWK=$ac_cv_prog_AWK
3844 if test -n "$AWK"; then
3845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3846 $as_echo "$AWK" >&6; }
3847 else
3848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3849 $as_echo "no" >&6; }
3850 fi
3851
3852
3853 test -n "$AWK" && break
3854 done
3855
3856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3857 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3858 set x ${MAKE-make}
3859 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3860 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3861 $as_echo_n "(cached) " >&6
3862 else
3863 cat >conftest.make <<\_ACEOF
3864 SHELL = /bin/sh
3865 all:
3866 @echo '@@@%%%=$(MAKE)=@@@%%%'
3867 _ACEOF
3868 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3869 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3870 *@@@%%%=?*=@@@%%%*)
3871 eval ac_cv_prog_make_${ac_make}_set=yes;;
3872 *)
3873 eval ac_cv_prog_make_${ac_make}_set=no;;
3874 esac
3875 rm -f conftest.make
3876 fi
3877 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3879 $as_echo "yes" >&6; }
3880 SET_MAKE=
3881 else
3882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3883 $as_echo "no" >&6; }
3884 SET_MAKE="MAKE=${MAKE-make}"
3885 fi
3886
3887 rm -rf .tst 2>/dev/null
3888 mkdir .tst 2>/dev/null
3889 if test -d .tst; then
3890 am__leading_dot=.
3891 else
3892 am__leading_dot=_
3893 fi
3894 rmdir .tst 2>/dev/null
3895
3896 DEPDIR="${am__leading_dot}deps"
3897
3898 ac_config_commands="$ac_config_commands depfiles"
3899
3900
3901 am_make=${MAKE-make}
3902 cat > confinc << 'END'
3903 am__doit:
3904 @echo this is the am__doit target
3905 .PHONY: am__doit
3906 END
3907 # If we don't find an include directive, just comment out the code.
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3909 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3910 am__include="#"
3911 am__quote=
3912 _am_result=none
3913 # First try GNU make style include.
3914 echo "include confinc" > confmf
3915 # Ignore all kinds of additional output from `make'.
3916 case `$am_make -s -f confmf 2> /dev/null` in #(
3917 *the\ am__doit\ target*)
3918 am__include=include
3919 am__quote=
3920 _am_result=GNU
3921 ;;
3922 esac
3923 # Now try BSD make style include.
3924 if test "$am__include" = "#"; then
3925 echo '.include "confinc"' > confmf
3926 case `$am_make -s -f confmf 2> /dev/null` in #(
3927 *the\ am__doit\ target*)
3928 am__include=.include
3929 am__quote="\""
3930 _am_result=BSD
3931 ;;
3932 esac
3933 fi
3934
3935
3936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3937 $as_echo "$_am_result" >&6; }
3938 rm -f confinc confmf
3939
3940 # Check whether --enable-dependency-tracking was given.
3941 if test "${enable_dependency_tracking+set}" = set; then :
3942 enableval=$enable_dependency_tracking;
3943 fi
3944
3945 if test "x$enable_dependency_tracking" != xno; then
3946 am_depcomp="$ac_aux_dir/depcomp"
3947 AMDEPBACKSLASH='\'
3948 fi
3949 if test "x$enable_dependency_tracking" != xno; then
3950 AMDEP_TRUE=
3951 AMDEP_FALSE='#'
3952 else
3953 AMDEP_TRUE='#'
3954 AMDEP_FALSE=
3955 fi
3956
3957
3958 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3959 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3960 # is not polluted with repeated "-I."
3961 am__isrc=' -I$(srcdir)'
3962 # test to see if srcdir already configured
3963 if test -f $srcdir/config.status; then
3964 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3965 fi
3966 fi
3967
3968 # test whether we have cygpath
3969 if test -z "$CYGPATH_W"; then
3970 if (cygpath --version) >/dev/null 2>/dev/null; then
3971 CYGPATH_W='cygpath -w'
3972 else
3973 CYGPATH_W=echo
3974 fi
3975 fi
3976
3977
3978 # Define the identity of the package.
3979 PACKAGE='binutils'
3980 VERSION='2.26.51'
3981
3982
3983 cat >>confdefs.h <<_ACEOF
3984 #define PACKAGE "$PACKAGE"
3985 _ACEOF
3986
3987
3988 cat >>confdefs.h <<_ACEOF
3989 #define VERSION "$VERSION"
3990 _ACEOF
3991
3992 # Some tools Automake needs.
3993
3994 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3995
3996
3997 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3998
3999
4000 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4001
4002
4003 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4004
4005
4006 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4007
4008 # We need awk for the "check" target. The system "awk" is bad on
4009 # some platforms.
4010 # Always define AMTAR for backward compatibility.
4011
4012 AMTAR=${AMTAR-"${am_missing_run}tar"}
4013
4014 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
4015
4016
4017
4018
4019 depcc="$CC" am_compiler_list=
4020
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4022 $as_echo_n "checking dependency style of $depcc... " >&6; }
4023 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4024 $as_echo_n "(cached) " >&6
4025 else
4026 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4027 # We make a subdir and do the tests there. Otherwise we can end up
4028 # making bogus files that we don't know about and never remove. For
4029 # instance it was reported that on HP-UX the gcc test will end up
4030 # making a dummy file named `D' -- because `-MD' means `put the output
4031 # in D'.
4032 mkdir conftest.dir
4033 # Copy depcomp to subdir because otherwise we won't find it if we're
4034 # using a relative directory.
4035 cp "$am_depcomp" conftest.dir
4036 cd conftest.dir
4037 # We will build objects and dependencies in a subdirectory because
4038 # it helps to detect inapplicable dependency modes. For instance
4039 # both Tru64's cc and ICC support -MD to output dependencies as a
4040 # side effect of compilation, but ICC will put the dependencies in
4041 # the current directory while Tru64 will put them in the object
4042 # directory.
4043 mkdir sub
4044
4045 am_cv_CC_dependencies_compiler_type=none
4046 if test "$am_compiler_list" = ""; then
4047 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4048 fi
4049 am__universal=false
4050 case " $depcc " in #(
4051 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4052 esac
4053
4054 for depmode in $am_compiler_list; do
4055 # Setup a source with many dependencies, because some compilers
4056 # like to wrap large dependency lists on column 80 (with \), and
4057 # we should not choose a depcomp mode which is confused by this.
4058 #
4059 # We need to recreate these files for each test, as the compiler may
4060 # overwrite some of them when testing with obscure command lines.
4061 # This happens at least with the AIX C compiler.
4062 : > sub/conftest.c
4063 for i in 1 2 3 4 5 6; do
4064 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4065 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4066 # Solaris 8's {/usr,}/bin/sh.
4067 touch sub/conftst$i.h
4068 done
4069 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4070
4071 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4072 # mode. It turns out that the SunPro C++ compiler does not properly
4073 # handle `-M -o', and we need to detect this. Also, some Intel
4074 # versions had trouble with output in subdirs
4075 am__obj=sub/conftest.${OBJEXT-o}
4076 am__minus_obj="-o $am__obj"
4077 case $depmode in
4078 gcc)
4079 # This depmode causes a compiler race in universal mode.
4080 test "$am__universal" = false || continue
4081 ;;
4082 nosideeffect)
4083 # after this tag, mechanisms are not by side-effect, so they'll
4084 # only be used when explicitly requested
4085 if test "x$enable_dependency_tracking" = xyes; then
4086 continue
4087 else
4088 break
4089 fi
4090 ;;
4091 msvisualcpp | msvcmsys)
4092 # This compiler won't grok `-c -o', but also, the minuso test has
4093 # not run yet. These depmodes are late enough in the game, and
4094 # so weak that their functioning should not be impacted.
4095 am__obj=conftest.${OBJEXT-o}
4096 am__minus_obj=
4097 ;;
4098 none) break ;;
4099 esac
4100 if depmode=$depmode \
4101 source=sub/conftest.c object=$am__obj \
4102 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4103 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4104 >/dev/null 2>conftest.err &&
4105 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4106 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4107 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4108 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4109 # icc doesn't choke on unknown options, it will just issue warnings
4110 # or remarks (even with -Werror). So we grep stderr for any message
4111 # that says an option was ignored or not supported.
4112 # When given -MP, icc 7.0 and 7.1 complain thusly:
4113 # icc: Command line warning: ignoring option '-M'; no argument required
4114 # The diagnosis changed in icc 8.0:
4115 # icc: Command line remark: option '-MP' not supported
4116 if (grep 'ignoring option' conftest.err ||
4117 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4118 am_cv_CC_dependencies_compiler_type=$depmode
4119 break
4120 fi
4121 fi
4122 done
4123
4124 cd ..
4125 rm -rf conftest.dir
4126 else
4127 am_cv_CC_dependencies_compiler_type=none
4128 fi
4129
4130 fi
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4132 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4133 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4134
4135 if
4136 test "x$enable_dependency_tracking" != xno \
4137 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4138 am__fastdepCC_TRUE=
4139 am__fastdepCC_FALSE='#'
4140 else
4141 am__fastdepCC_TRUE='#'
4142 am__fastdepCC_FALSE=
4143 fi
4144
4145
4146
4147
4148 ac_ext=c
4149 ac_cpp='$CPP $CPPFLAGS'
4150 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4151 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4152 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4153 if test -n "$ac_tool_prefix"; then
4154 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4155 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4157 $as_echo_n "checking for $ac_word... " >&6; }
4158 if test "${ac_cv_prog_CC+set}" = set; then :
4159 $as_echo_n "(cached) " >&6
4160 else
4161 if test -n "$CC"; then
4162 ac_cv_prog_CC="$CC" # Let the user override the test.
4163 else
4164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4165 for as_dir in $PATH
4166 do
4167 IFS=$as_save_IFS
4168 test -z "$as_dir" && as_dir=.
4169 for ac_exec_ext in '' $ac_executable_extensions; do
4170 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4171 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4172 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4173 break 2
4174 fi
4175 done
4176 done
4177 IFS=$as_save_IFS
4178
4179 fi
4180 fi
4181 CC=$ac_cv_prog_CC
4182 if test -n "$CC"; then
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4184 $as_echo "$CC" >&6; }
4185 else
4186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4187 $as_echo "no" >&6; }
4188 fi
4189
4190
4191 fi
4192 if test -z "$ac_cv_prog_CC"; then
4193 ac_ct_CC=$CC
4194 # Extract the first word of "gcc", so it can be a program name with args.
4195 set dummy gcc; ac_word=$2
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4197 $as_echo_n "checking for $ac_word... " >&6; }
4198 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4199 $as_echo_n "(cached) " >&6
4200 else
4201 if test -n "$ac_ct_CC"; then
4202 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4203 else
4204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4205 for as_dir in $PATH
4206 do
4207 IFS=$as_save_IFS
4208 test -z "$as_dir" && as_dir=.
4209 for ac_exec_ext in '' $ac_executable_extensions; do
4210 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4211 ac_cv_prog_ac_ct_CC="gcc"
4212 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4213 break 2
4214 fi
4215 done
4216 done
4217 IFS=$as_save_IFS
4218
4219 fi
4220 fi
4221 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4222 if test -n "$ac_ct_CC"; then
4223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4224 $as_echo "$ac_ct_CC" >&6; }
4225 else
4226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4227 $as_echo "no" >&6; }
4228 fi
4229
4230 if test "x$ac_ct_CC" = x; then
4231 CC=""
4232 else
4233 case $cross_compiling:$ac_tool_warned in
4234 yes:)
4235 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4236 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4237 ac_tool_warned=yes ;;
4238 esac
4239 CC=$ac_ct_CC
4240 fi
4241 else
4242 CC="$ac_cv_prog_CC"
4243 fi
4244
4245 if test -z "$CC"; then
4246 if test -n "$ac_tool_prefix"; then
4247 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4248 set dummy ${ac_tool_prefix}cc; ac_word=$2
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4250 $as_echo_n "checking for $ac_word... " >&6; }
4251 if test "${ac_cv_prog_CC+set}" = set; then :
4252 $as_echo_n "(cached) " >&6
4253 else
4254 if test -n "$CC"; then
4255 ac_cv_prog_CC="$CC" # Let the user override the test.
4256 else
4257 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4258 for as_dir in $PATH
4259 do
4260 IFS=$as_save_IFS
4261 test -z "$as_dir" && as_dir=.
4262 for ac_exec_ext in '' $ac_executable_extensions; do
4263 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4264 ac_cv_prog_CC="${ac_tool_prefix}cc"
4265 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4266 break 2
4267 fi
4268 done
4269 done
4270 IFS=$as_save_IFS
4271
4272 fi
4273 fi
4274 CC=$ac_cv_prog_CC
4275 if test -n "$CC"; then
4276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4277 $as_echo "$CC" >&6; }
4278 else
4279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4280 $as_echo "no" >&6; }
4281 fi
4282
4283
4284 fi
4285 fi
4286 if test -z "$CC"; then
4287 # Extract the first word of "cc", so it can be a program name with args.
4288 set dummy cc; ac_word=$2
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4290 $as_echo_n "checking for $ac_word... " >&6; }
4291 if test "${ac_cv_prog_CC+set}" = set; then :
4292 $as_echo_n "(cached) " >&6
4293 else
4294 if test -n "$CC"; then
4295 ac_cv_prog_CC="$CC" # Let the user override the test.
4296 else
4297 ac_prog_rejected=no
4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4299 for as_dir in $PATH
4300 do
4301 IFS=$as_save_IFS
4302 test -z "$as_dir" && as_dir=.
4303 for ac_exec_ext in '' $ac_executable_extensions; do
4304 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4305 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4306 ac_prog_rejected=yes
4307 continue
4308 fi
4309 ac_cv_prog_CC="cc"
4310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4311 break 2
4312 fi
4313 done
4314 done
4315 IFS=$as_save_IFS
4316
4317 if test $ac_prog_rejected = yes; then
4318 # We found a bogon in the path, so make sure we never use it.
4319 set dummy $ac_cv_prog_CC
4320 shift
4321 if test $# != 0; then
4322 # We chose a different compiler from the bogus one.
4323 # However, it has the same basename, so the bogon will be chosen
4324 # first if we set CC to just the basename; use the full file name.
4325 shift
4326 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4327 fi
4328 fi
4329 fi
4330 fi
4331 CC=$ac_cv_prog_CC
4332 if test -n "$CC"; then
4333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4334 $as_echo "$CC" >&6; }
4335 else
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4337 $as_echo "no" >&6; }
4338 fi
4339
4340
4341 fi
4342 if test -z "$CC"; then
4343 if test -n "$ac_tool_prefix"; then
4344 for ac_prog in cl.exe
4345 do
4346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4349 $as_echo_n "checking for $ac_word... " >&6; }
4350 if test "${ac_cv_prog_CC+set}" = set; then :
4351 $as_echo_n "(cached) " >&6
4352 else
4353 if test -n "$CC"; then
4354 ac_cv_prog_CC="$CC" # Let the user override the test.
4355 else
4356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4357 for as_dir in $PATH
4358 do
4359 IFS=$as_save_IFS
4360 test -z "$as_dir" && as_dir=.
4361 for ac_exec_ext in '' $ac_executable_extensions; do
4362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4363 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4365 break 2
4366 fi
4367 done
4368 done
4369 IFS=$as_save_IFS
4370
4371 fi
4372 fi
4373 CC=$ac_cv_prog_CC
4374 if test -n "$CC"; then
4375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4376 $as_echo "$CC" >&6; }
4377 else
4378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4379 $as_echo "no" >&6; }
4380 fi
4381
4382
4383 test -n "$CC" && break
4384 done
4385 fi
4386 if test -z "$CC"; then
4387 ac_ct_CC=$CC
4388 for ac_prog in cl.exe
4389 do
4390 # Extract the first word of "$ac_prog", so it can be a program name with args.
4391 set dummy $ac_prog; ac_word=$2
4392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4393 $as_echo_n "checking for $ac_word... " >&6; }
4394 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4395 $as_echo_n "(cached) " >&6
4396 else
4397 if test -n "$ac_ct_CC"; then
4398 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4399 else
4400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4401 for as_dir in $PATH
4402 do
4403 IFS=$as_save_IFS
4404 test -z "$as_dir" && as_dir=.
4405 for ac_exec_ext in '' $ac_executable_extensions; do
4406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4407 ac_cv_prog_ac_ct_CC="$ac_prog"
4408 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4409 break 2
4410 fi
4411 done
4412 done
4413 IFS=$as_save_IFS
4414
4415 fi
4416 fi
4417 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4418 if test -n "$ac_ct_CC"; then
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4420 $as_echo "$ac_ct_CC" >&6; }
4421 else
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4423 $as_echo "no" >&6; }
4424 fi
4425
4426
4427 test -n "$ac_ct_CC" && break
4428 done
4429
4430 if test "x$ac_ct_CC" = x; then
4431 CC=""
4432 else
4433 case $cross_compiling:$ac_tool_warned in
4434 yes:)
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4436 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4437 ac_tool_warned=yes ;;
4438 esac
4439 CC=$ac_ct_CC
4440 fi
4441 fi
4442
4443 fi
4444
4445
4446 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4447 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4448 as_fn_error "no acceptable C compiler found in \$PATH
4449 See \`config.log' for more details." "$LINENO" 5; }
4450
4451 # Provide some information about the compiler.
4452 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4453 set X $ac_compile
4454 ac_compiler=$2
4455 for ac_option in --version -v -V -qversion; do
4456 { { ac_try="$ac_compiler $ac_option >&5"
4457 case "(($ac_try" in
4458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4459 *) ac_try_echo=$ac_try;;
4460 esac
4461 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4462 $as_echo "$ac_try_echo"; } >&5
4463 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4464 ac_status=$?
4465 if test -s conftest.err; then
4466 sed '10a\
4467 ... rest of stderr output deleted ...
4468 10q' conftest.err >conftest.er1
4469 cat conftest.er1 >&5
4470 rm -f conftest.er1 conftest.err
4471 fi
4472 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4473 test $ac_status = 0; }
4474 done
4475
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4477 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4478 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4479 $as_echo_n "(cached) " >&6
4480 else
4481 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4482 /* end confdefs.h. */
4483
4484 int
4485 main ()
4486 {
4487 #ifndef __GNUC__
4488 choke me
4489 #endif
4490
4491 ;
4492 return 0;
4493 }
4494 _ACEOF
4495 if ac_fn_c_try_compile "$LINENO"; then :
4496 ac_compiler_gnu=yes
4497 else
4498 ac_compiler_gnu=no
4499 fi
4500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4501 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4502
4503 fi
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4505 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4506 if test $ac_compiler_gnu = yes; then
4507 GCC=yes
4508 else
4509 GCC=
4510 fi
4511 ac_test_CFLAGS=${CFLAGS+set}
4512 ac_save_CFLAGS=$CFLAGS
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4514 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4515 if test "${ac_cv_prog_cc_g+set}" = set; then :
4516 $as_echo_n "(cached) " >&6
4517 else
4518 ac_save_c_werror_flag=$ac_c_werror_flag
4519 ac_c_werror_flag=yes
4520 ac_cv_prog_cc_g=no
4521 CFLAGS="-g"
4522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4523 /* end confdefs.h. */
4524
4525 int
4526 main ()
4527 {
4528
4529 ;
4530 return 0;
4531 }
4532 _ACEOF
4533 if ac_fn_c_try_compile "$LINENO"; then :
4534 ac_cv_prog_cc_g=yes
4535 else
4536 CFLAGS=""
4537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4538 /* end confdefs.h. */
4539
4540 int
4541 main ()
4542 {
4543
4544 ;
4545 return 0;
4546 }
4547 _ACEOF
4548 if ac_fn_c_try_compile "$LINENO"; then :
4549
4550 else
4551 ac_c_werror_flag=$ac_save_c_werror_flag
4552 CFLAGS="-g"
4553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4554 /* end confdefs.h. */
4555
4556 int
4557 main ()
4558 {
4559
4560 ;
4561 return 0;
4562 }
4563 _ACEOF
4564 if ac_fn_c_try_compile "$LINENO"; then :
4565 ac_cv_prog_cc_g=yes
4566 fi
4567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4568 fi
4569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4570 fi
4571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4572 ac_c_werror_flag=$ac_save_c_werror_flag
4573 fi
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4575 $as_echo "$ac_cv_prog_cc_g" >&6; }
4576 if test "$ac_test_CFLAGS" = set; then
4577 CFLAGS=$ac_save_CFLAGS
4578 elif test $ac_cv_prog_cc_g = yes; then
4579 if test "$GCC" = yes; then
4580 CFLAGS="-g -O2"
4581 else
4582 CFLAGS="-g"
4583 fi
4584 else
4585 if test "$GCC" = yes; then
4586 CFLAGS="-O2"
4587 else
4588 CFLAGS=
4589 fi
4590 fi
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4592 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4593 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4594 $as_echo_n "(cached) " >&6
4595 else
4596 ac_cv_prog_cc_c89=no
4597 ac_save_CC=$CC
4598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4599 /* end confdefs.h. */
4600 #include <stdarg.h>
4601 #include <stdio.h>
4602 #include <sys/types.h>
4603 #include <sys/stat.h>
4604 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4605 struct buf { int x; };
4606 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4607 static char *e (p, i)
4608 char **p;
4609 int i;
4610 {
4611 return p[i];
4612 }
4613 static char *f (char * (*g) (char **, int), char **p, ...)
4614 {
4615 char *s;
4616 va_list v;
4617 va_start (v,p);
4618 s = g (p, va_arg (v,int));
4619 va_end (v);
4620 return s;
4621 }
4622
4623 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4624 function prototypes and stuff, but not '\xHH' hex character constants.
4625 These don't provoke an error unfortunately, instead are silently treated
4626 as 'x'. The following induces an error, until -std is added to get
4627 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4628 array size at least. It's necessary to write '\x00'==0 to get something
4629 that's true only with -std. */
4630 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4631
4632 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4633 inside strings and character constants. */
4634 #define FOO(x) 'x'
4635 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4636
4637 int test (int i, double x);
4638 struct s1 {int (*f) (int a);};
4639 struct s2 {int (*f) (double a);};
4640 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4641 int argc;
4642 char **argv;
4643 int
4644 main ()
4645 {
4646 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4647 ;
4648 return 0;
4649 }
4650 _ACEOF
4651 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4652 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4653 do
4654 CC="$ac_save_CC $ac_arg"
4655 if ac_fn_c_try_compile "$LINENO"; then :
4656 ac_cv_prog_cc_c89=$ac_arg
4657 fi
4658 rm -f core conftest.err conftest.$ac_objext
4659 test "x$ac_cv_prog_cc_c89" != "xno" && break
4660 done
4661 rm -f conftest.$ac_ext
4662 CC=$ac_save_CC
4663
4664 fi
4665 # AC_CACHE_VAL
4666 case "x$ac_cv_prog_cc_c89" in
4667 x)
4668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4669 $as_echo "none needed" >&6; } ;;
4670 xno)
4671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4672 $as_echo "unsupported" >&6; } ;;
4673 *)
4674 CC="$CC $ac_cv_prog_cc_c89"
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4676 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4677 esac
4678 if test "x$ac_cv_prog_cc_c89" != xno; then :
4679
4680 fi
4681
4682 ac_ext=c
4683 ac_cpp='$CPP $CPPFLAGS'
4684 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4685 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4686 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4687
4688 ac_ext=c
4689 ac_cpp='$CPP $CPPFLAGS'
4690 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4691 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4692 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4694 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4695 # On Suns, sometimes $CPP names a directory.
4696 if test -n "$CPP" && test -d "$CPP"; then
4697 CPP=
4698 fi
4699 if test -z "$CPP"; then
4700 if test "${ac_cv_prog_CPP+set}" = set; then :
4701 $as_echo_n "(cached) " >&6
4702 else
4703 # Double quotes because CPP needs to be expanded
4704 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4705 do
4706 ac_preproc_ok=false
4707 for ac_c_preproc_warn_flag in '' yes
4708 do
4709 # Use a header file that comes with gcc, so configuring glibc
4710 # with a fresh cross-compiler works.
4711 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4712 # <limits.h> exists even on freestanding compilers.
4713 # On the NeXT, cc -E runs the code through the compiler's parser,
4714 # not just through cpp. "Syntax error" is here to catch this case.
4715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4716 /* end confdefs.h. */
4717 #ifdef __STDC__
4718 # include <limits.h>
4719 #else
4720 # include <assert.h>
4721 #endif
4722 Syntax error
4723 _ACEOF
4724 if ac_fn_c_try_cpp "$LINENO"; then :
4725
4726 else
4727 # Broken: fails on valid input.
4728 continue
4729 fi
4730 rm -f conftest.err conftest.$ac_ext
4731
4732 # OK, works on sane cases. Now check whether nonexistent headers
4733 # can be detected and how.
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735 /* end confdefs.h. */
4736 #include <ac_nonexistent.h>
4737 _ACEOF
4738 if ac_fn_c_try_cpp "$LINENO"; then :
4739 # Broken: success on invalid input.
4740 continue
4741 else
4742 # Passes both tests.
4743 ac_preproc_ok=:
4744 break
4745 fi
4746 rm -f conftest.err conftest.$ac_ext
4747
4748 done
4749 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4750 rm -f conftest.err conftest.$ac_ext
4751 if $ac_preproc_ok; then :
4752 break
4753 fi
4754
4755 done
4756 ac_cv_prog_CPP=$CPP
4757
4758 fi
4759 CPP=$ac_cv_prog_CPP
4760 else
4761 ac_cv_prog_CPP=$CPP
4762 fi
4763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4764 $as_echo "$CPP" >&6; }
4765 ac_preproc_ok=false
4766 for ac_c_preproc_warn_flag in '' yes
4767 do
4768 # Use a header file that comes with gcc, so configuring glibc
4769 # with a fresh cross-compiler works.
4770 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4771 # <limits.h> exists even on freestanding compilers.
4772 # On the NeXT, cc -E runs the code through the compiler's parser,
4773 # not just through cpp. "Syntax error" is here to catch this case.
4774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4775 /* end confdefs.h. */
4776 #ifdef __STDC__
4777 # include <limits.h>
4778 #else
4779 # include <assert.h>
4780 #endif
4781 Syntax error
4782 _ACEOF
4783 if ac_fn_c_try_cpp "$LINENO"; then :
4784
4785 else
4786 # Broken: fails on valid input.
4787 continue
4788 fi
4789 rm -f conftest.err conftest.$ac_ext
4790
4791 # OK, works on sane cases. Now check whether nonexistent headers
4792 # can be detected and how.
4793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4794 /* end confdefs.h. */
4795 #include <ac_nonexistent.h>
4796 _ACEOF
4797 if ac_fn_c_try_cpp "$LINENO"; then :
4798 # Broken: success on invalid input.
4799 continue
4800 else
4801 # Passes both tests.
4802 ac_preproc_ok=:
4803 break
4804 fi
4805 rm -f conftest.err conftest.$ac_ext
4806
4807 done
4808 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4809 rm -f conftest.err conftest.$ac_ext
4810 if $ac_preproc_ok; then :
4811
4812 else
4813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4815 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4816 See \`config.log' for more details." "$LINENO" 5; }
4817 fi
4818
4819 ac_ext=c
4820 ac_cpp='$CPP $CPPFLAGS'
4821 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4822 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4823 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4824
4825
4826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4827 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4828 if test "${ac_cv_path_GREP+set}" = set; then :
4829 $as_echo_n "(cached) " >&6
4830 else
4831 if test -z "$GREP"; then
4832 ac_path_GREP_found=false
4833 # Loop through the user's path and test for each of PROGNAME-LIST
4834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4835 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4836 do
4837 IFS=$as_save_IFS
4838 test -z "$as_dir" && as_dir=.
4839 for ac_prog in grep ggrep; do
4840 for ac_exec_ext in '' $ac_executable_extensions; do
4841 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4842 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4843 # Check for GNU ac_path_GREP and select it if it is found.
4844 # Check for GNU $ac_path_GREP
4845 case `"$ac_path_GREP" --version 2>&1` in
4846 *GNU*)
4847 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4848 *)
4849 ac_count=0
4850 $as_echo_n 0123456789 >"conftest.in"
4851 while :
4852 do
4853 cat "conftest.in" "conftest.in" >"conftest.tmp"
4854 mv "conftest.tmp" "conftest.in"
4855 cp "conftest.in" "conftest.nl"
4856 $as_echo 'GREP' >> "conftest.nl"
4857 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4858 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4859 as_fn_arith $ac_count + 1 && ac_count=$as_val
4860 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4861 # Best one so far, save it but keep looking for a better one
4862 ac_cv_path_GREP="$ac_path_GREP"
4863 ac_path_GREP_max=$ac_count
4864 fi
4865 # 10*(2^10) chars as input seems more than enough
4866 test $ac_count -gt 10 && break
4867 done
4868 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4869 esac
4870
4871 $ac_path_GREP_found && break 3
4872 done
4873 done
4874 done
4875 IFS=$as_save_IFS
4876 if test -z "$ac_cv_path_GREP"; then
4877 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4878 fi
4879 else
4880 ac_cv_path_GREP=$GREP
4881 fi
4882
4883 fi
4884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4885 $as_echo "$ac_cv_path_GREP" >&6; }
4886 GREP="$ac_cv_path_GREP"
4887
4888
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4890 $as_echo_n "checking for egrep... " >&6; }
4891 if test "${ac_cv_path_EGREP+set}" = set; then :
4892 $as_echo_n "(cached) " >&6
4893 else
4894 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4895 then ac_cv_path_EGREP="$GREP -E"
4896 else
4897 if test -z "$EGREP"; then
4898 ac_path_EGREP_found=false
4899 # Loop through the user's path and test for each of PROGNAME-LIST
4900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4901 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4902 do
4903 IFS=$as_save_IFS
4904 test -z "$as_dir" && as_dir=.
4905 for ac_prog in egrep; do
4906 for ac_exec_ext in '' $ac_executable_extensions; do
4907 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4908 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4909 # Check for GNU ac_path_EGREP and select it if it is found.
4910 # Check for GNU $ac_path_EGREP
4911 case `"$ac_path_EGREP" --version 2>&1` in
4912 *GNU*)
4913 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4914 *)
4915 ac_count=0
4916 $as_echo_n 0123456789 >"conftest.in"
4917 while :
4918 do
4919 cat "conftest.in" "conftest.in" >"conftest.tmp"
4920 mv "conftest.tmp" "conftest.in"
4921 cp "conftest.in" "conftest.nl"
4922 $as_echo 'EGREP' >> "conftest.nl"
4923 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4924 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4925 as_fn_arith $ac_count + 1 && ac_count=$as_val
4926 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4927 # Best one so far, save it but keep looking for a better one
4928 ac_cv_path_EGREP="$ac_path_EGREP"
4929 ac_path_EGREP_max=$ac_count
4930 fi
4931 # 10*(2^10) chars as input seems more than enough
4932 test $ac_count -gt 10 && break
4933 done
4934 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4935 esac
4936
4937 $ac_path_EGREP_found && break 3
4938 done
4939 done
4940 done
4941 IFS=$as_save_IFS
4942 if test -z "$ac_cv_path_EGREP"; then
4943 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4944 fi
4945 else
4946 ac_cv_path_EGREP=$EGREP
4947 fi
4948
4949 fi
4950 fi
4951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4952 $as_echo "$ac_cv_path_EGREP" >&6; }
4953 EGREP="$ac_cv_path_EGREP"
4954
4955
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4957 $as_echo_n "checking for ANSI C header files... " >&6; }
4958 if test "${ac_cv_header_stdc+set}" = set; then :
4959 $as_echo_n "(cached) " >&6
4960 else
4961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4962 /* end confdefs.h. */
4963 #include <stdlib.h>
4964 #include <stdarg.h>
4965 #include <string.h>
4966 #include <float.h>
4967
4968 int
4969 main ()
4970 {
4971
4972 ;
4973 return 0;
4974 }
4975 _ACEOF
4976 if ac_fn_c_try_compile "$LINENO"; then :
4977 ac_cv_header_stdc=yes
4978 else
4979 ac_cv_header_stdc=no
4980 fi
4981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4982
4983 if test $ac_cv_header_stdc = yes; then
4984 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4986 /* end confdefs.h. */
4987 #include <string.h>
4988
4989 _ACEOF
4990 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4991 $EGREP "memchr" >/dev/null 2>&1; then :
4992
4993 else
4994 ac_cv_header_stdc=no
4995 fi
4996 rm -f conftest*
4997
4998 fi
4999
5000 if test $ac_cv_header_stdc = yes; then
5001 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5003 /* end confdefs.h. */
5004 #include <stdlib.h>
5005
5006 _ACEOF
5007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5008 $EGREP "free" >/dev/null 2>&1; then :
5009
5010 else
5011 ac_cv_header_stdc=no
5012 fi
5013 rm -f conftest*
5014
5015 fi
5016
5017 if test $ac_cv_header_stdc = yes; then
5018 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5019 if test "$cross_compiling" = yes; then :
5020 :
5021 else
5022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5023 /* end confdefs.h. */
5024 #include <ctype.h>
5025 #include <stdlib.h>
5026 #if ((' ' & 0x0FF) == 0x020)
5027 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5028 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5029 #else
5030 # define ISLOWER(c) \
5031 (('a' <= (c) && (c) <= 'i') \
5032 || ('j' <= (c) && (c) <= 'r') \
5033 || ('s' <= (c) && (c) <= 'z'))
5034 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5035 #endif
5036
5037 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5038 int
5039 main ()
5040 {
5041 int i;
5042 for (i = 0; i < 256; i++)
5043 if (XOR (islower (i), ISLOWER (i))
5044 || toupper (i) != TOUPPER (i))
5045 return 2;
5046 return 0;
5047 }
5048 _ACEOF
5049 if ac_fn_c_try_run "$LINENO"; then :
5050
5051 else
5052 ac_cv_header_stdc=no
5053 fi
5054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5055 conftest.$ac_objext conftest.beam conftest.$ac_ext
5056 fi
5057
5058 fi
5059 fi
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5061 $as_echo "$ac_cv_header_stdc" >&6; }
5062 if test $ac_cv_header_stdc = yes; then
5063
5064 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5065
5066 fi
5067
5068 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5069 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5070 inttypes.h stdint.h unistd.h
5071 do :
5072 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5073 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5074 "
5075 eval as_val=\$$as_ac_Header
5076 if test "x$as_val" = x""yes; then :
5077 cat >>confdefs.h <<_ACEOF
5078 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5079 _ACEOF
5080
5081 fi
5082
5083 done
5084
5085
5086
5087 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5088 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5089 MINIX=yes
5090 else
5091 MINIX=
5092 fi
5093
5094
5095 if test "$MINIX" = yes; then
5096
5097 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5098
5099
5100 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5101
5102
5103 $as_echo "#define _MINIX 1" >>confdefs.h
5104
5105 fi
5106
5107
5108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5109 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5110 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5111 $as_echo_n "(cached) " >&6
5112 else
5113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5114 /* end confdefs.h. */
5115
5116 # define __EXTENSIONS__ 1
5117 $ac_includes_default
5118 int
5119 main ()
5120 {
5121
5122 ;
5123 return 0;
5124 }
5125 _ACEOF
5126 if ac_fn_c_try_compile "$LINENO"; then :
5127 ac_cv_safe_to_define___extensions__=yes
5128 else
5129 ac_cv_safe_to_define___extensions__=no
5130 fi
5131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5132 fi
5133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5134 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5135 test $ac_cv_safe_to_define___extensions__ = yes &&
5136 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5137
5138 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5139
5140 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5141
5142 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5143
5144 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5145
5146
5147
5148
5149
5150 case `pwd` in
5151 *\ * | *\ *)
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5153 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5154 esac
5155
5156
5157
5158 macro_version='2.2.7a'
5159 macro_revision='1.3134'
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
5170
5171
5172
5173 ltmain="$ac_aux_dir/ltmain.sh"
5174
5175 # Backslashify metacharacters that are still active within
5176 # double-quoted strings.
5177 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5178
5179 # Same as above, but do not quote variable references.
5180 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5181
5182 # Sed substitution to delay expansion of an escaped shell variable in a
5183 # double_quote_subst'ed string.
5184 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5185
5186 # Sed substitution to delay expansion of an escaped single quote.
5187 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5188
5189 # Sed substitution to avoid accidental globbing in evaled expressions
5190 no_glob_subst='s/\*/\\\*/g'
5191
5192 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5193 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5194 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5195
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5197 $as_echo_n "checking how to print strings... " >&6; }
5198 # Test print first, because it will be a builtin if present.
5199 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5200 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5201 ECHO='print -r --'
5202 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5203 ECHO='printf %s\n'
5204 else
5205 # Use this function as a fallback that always works.
5206 func_fallback_echo ()
5207 {
5208 eval 'cat <<_LTECHO_EOF
5209 $1
5210 _LTECHO_EOF'
5211 }
5212 ECHO='func_fallback_echo'
5213 fi
5214
5215 # func_echo_all arg...
5216 # Invoke $ECHO with all args, space-separated.
5217 func_echo_all ()
5218 {
5219 $ECHO ""
5220 }
5221
5222 case "$ECHO" in
5223 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5224 $as_echo "printf" >&6; } ;;
5225 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5226 $as_echo "print -r" >&6; } ;;
5227 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5228 $as_echo "cat" >&6; } ;;
5229 esac
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5245 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5246 if test "${ac_cv_path_SED+set}" = set; then :
5247 $as_echo_n "(cached) " >&6
5248 else
5249 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5250 for ac_i in 1 2 3 4 5 6 7; do
5251 ac_script="$ac_script$as_nl$ac_script"
5252 done
5253 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5254 { ac_script=; unset ac_script;}
5255 if test -z "$SED"; then
5256 ac_path_SED_found=false
5257 # Loop through the user's path and test for each of PROGNAME-LIST
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5260 do
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_prog in sed gsed; do
5264 for ac_exec_ext in '' $ac_executable_extensions; do
5265 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5266 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5267 # Check for GNU ac_path_SED and select it if it is found.
5268 # Check for GNU $ac_path_SED
5269 case `"$ac_path_SED" --version 2>&1` in
5270 *GNU*)
5271 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5272 *)
5273 ac_count=0
5274 $as_echo_n 0123456789 >"conftest.in"
5275 while :
5276 do
5277 cat "conftest.in" "conftest.in" >"conftest.tmp"
5278 mv "conftest.tmp" "conftest.in"
5279 cp "conftest.in" "conftest.nl"
5280 $as_echo '' >> "conftest.nl"
5281 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5282 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5283 as_fn_arith $ac_count + 1 && ac_count=$as_val
5284 if test $ac_count -gt ${ac_path_SED_max-0}; then
5285 # Best one so far, save it but keep looking for a better one
5286 ac_cv_path_SED="$ac_path_SED"
5287 ac_path_SED_max=$ac_count
5288 fi
5289 # 10*(2^10) chars as input seems more than enough
5290 test $ac_count -gt 10 && break
5291 done
5292 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5293 esac
5294
5295 $ac_path_SED_found && break 3
5296 done
5297 done
5298 done
5299 IFS=$as_save_IFS
5300 if test -z "$ac_cv_path_SED"; then
5301 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5302 fi
5303 else
5304 ac_cv_path_SED=$SED
5305 fi
5306
5307 fi
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5309 $as_echo "$ac_cv_path_SED" >&6; }
5310 SED="$ac_cv_path_SED"
5311 rm -f conftest.sed
5312
5313 test -z "$SED" && SED=sed
5314 Xsed="$SED -e 1s/^X//"
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5327 $as_echo_n "checking for fgrep... " >&6; }
5328 if test "${ac_cv_path_FGREP+set}" = set; then :
5329 $as_echo_n "(cached) " >&6
5330 else
5331 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5332 then ac_cv_path_FGREP="$GREP -F"
5333 else
5334 if test -z "$FGREP"; then
5335 ac_path_FGREP_found=false
5336 # Loop through the user's path and test for each of PROGNAME-LIST
5337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5338 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5339 do
5340 IFS=$as_save_IFS
5341 test -z "$as_dir" && as_dir=.
5342 for ac_prog in fgrep; do
5343 for ac_exec_ext in '' $ac_executable_extensions; do
5344 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5345 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5346 # Check for GNU ac_path_FGREP and select it if it is found.
5347 # Check for GNU $ac_path_FGREP
5348 case `"$ac_path_FGREP" --version 2>&1` in
5349 *GNU*)
5350 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5351 *)
5352 ac_count=0
5353 $as_echo_n 0123456789 >"conftest.in"
5354 while :
5355 do
5356 cat "conftest.in" "conftest.in" >"conftest.tmp"
5357 mv "conftest.tmp" "conftest.in"
5358 cp "conftest.in" "conftest.nl"
5359 $as_echo 'FGREP' >> "conftest.nl"
5360 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5361 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5362 as_fn_arith $ac_count + 1 && ac_count=$as_val
5363 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5364 # Best one so far, save it but keep looking for a better one
5365 ac_cv_path_FGREP="$ac_path_FGREP"
5366 ac_path_FGREP_max=$ac_count
5367 fi
5368 # 10*(2^10) chars as input seems more than enough
5369 test $ac_count -gt 10 && break
5370 done
5371 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5372 esac
5373
5374 $ac_path_FGREP_found && break 3
5375 done
5376 done
5377 done
5378 IFS=$as_save_IFS
5379 if test -z "$ac_cv_path_FGREP"; then
5380 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5381 fi
5382 else
5383 ac_cv_path_FGREP=$FGREP
5384 fi
5385
5386 fi
5387 fi
5388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5389 $as_echo "$ac_cv_path_FGREP" >&6; }
5390 FGREP="$ac_cv_path_FGREP"
5391
5392
5393 test -z "$GREP" && GREP=grep
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413 # Check whether --with-gnu-ld was given.
5414 if test "${with_gnu_ld+set}" = set; then :
5415 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5416 else
5417 with_gnu_ld=no
5418 fi
5419
5420 ac_prog=ld
5421 if test "$GCC" = yes; then
5422 # Check if gcc -print-prog-name=ld gives a path.
5423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5424 $as_echo_n "checking for ld used by $CC... " >&6; }
5425 case $host in
5426 *-*-mingw*)
5427 # gcc leaves a trailing carriage return which upsets mingw
5428 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5429 *)
5430 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5431 esac
5432 case $ac_prog in
5433 # Accept absolute paths.
5434 [\\/]* | ?:[\\/]*)
5435 re_direlt='/[^/][^/]*/\.\./'
5436 # Canonicalize the pathname of ld
5437 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5438 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5439 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5440 done
5441 test -z "$LD" && LD="$ac_prog"
5442 ;;
5443 "")
5444 # If it fails, then pretend we aren't using GCC.
5445 ac_prog=ld
5446 ;;
5447 *)
5448 # If it is relative, then search for the first ld in PATH.
5449 with_gnu_ld=unknown
5450 ;;
5451 esac
5452 elif test "$with_gnu_ld" = yes; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5454 $as_echo_n "checking for GNU ld... " >&6; }
5455 else
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5457 $as_echo_n "checking for non-GNU ld... " >&6; }
5458 fi
5459 if test "${lt_cv_path_LD+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5461 else
5462 if test -z "$LD"; then
5463 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5464 for ac_dir in $PATH; do
5465 IFS="$lt_save_ifs"
5466 test -z "$ac_dir" && ac_dir=.
5467 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5468 lt_cv_path_LD="$ac_dir/$ac_prog"
5469 # Check to see if the program is GNU ld. I'd rather use --version,
5470 # but apparently some variants of GNU ld only accept -v.
5471 # Break only if it was the GNU/non-GNU ld that we prefer.
5472 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5473 *GNU* | *'with BFD'*)
5474 test "$with_gnu_ld" != no && break
5475 ;;
5476 *)
5477 test "$with_gnu_ld" != yes && break
5478 ;;
5479 esac
5480 fi
5481 done
5482 IFS="$lt_save_ifs"
5483 else
5484 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5485 fi
5486 fi
5487
5488 LD="$lt_cv_path_LD"
5489 if test -n "$LD"; then
5490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5491 $as_echo "$LD" >&6; }
5492 else
5493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5494 $as_echo "no" >&6; }
5495 fi
5496 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5498 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5499 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5500 $as_echo_n "(cached) " >&6
5501 else
5502 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5503 case `$LD -v 2>&1 </dev/null` in
5504 *GNU* | *'with BFD'*)
5505 lt_cv_prog_gnu_ld=yes
5506 ;;
5507 *)
5508 lt_cv_prog_gnu_ld=no
5509 ;;
5510 esac
5511 fi
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5513 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5514 with_gnu_ld=$lt_cv_prog_gnu_ld
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5525 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5526 if test "${lt_cv_path_NM+set}" = set; then :
5527 $as_echo_n "(cached) " >&6
5528 else
5529 if test -n "$NM"; then
5530 # Let the user override the test.
5531 lt_cv_path_NM="$NM"
5532 else
5533 lt_nm_to_check="${ac_tool_prefix}nm"
5534 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5535 lt_nm_to_check="$lt_nm_to_check nm"
5536 fi
5537 for lt_tmp_nm in $lt_nm_to_check; do
5538 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5539 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5540 IFS="$lt_save_ifs"
5541 test -z "$ac_dir" && ac_dir=.
5542 tmp_nm="$ac_dir/$lt_tmp_nm"
5543 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5544 # Check to see if the nm accepts a BSD-compat flag.
5545 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5546 # nm: unknown option "B" ignored
5547 # Tru64's nm complains that /dev/null is an invalid object file
5548 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5549 */dev/null* | *'Invalid file or object type'*)
5550 lt_cv_path_NM="$tmp_nm -B"
5551 break
5552 ;;
5553 *)
5554 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5555 */dev/null*)
5556 lt_cv_path_NM="$tmp_nm -p"
5557 break
5558 ;;
5559 *)
5560 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5561 continue # so that we can try to find one that supports BSD flags
5562 ;;
5563 esac
5564 ;;
5565 esac
5566 fi
5567 done
5568 IFS="$lt_save_ifs"
5569 done
5570 : ${lt_cv_path_NM=no}
5571 fi
5572 fi
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5574 $as_echo "$lt_cv_path_NM" >&6; }
5575 if test "$lt_cv_path_NM" != "no"; then
5576 NM="$lt_cv_path_NM"
5577 else
5578 # Didn't find any BSD compatible name lister, look for dumpbin.
5579 if test -n "$DUMPBIN"; then :
5580 # Let the user override the test.
5581 else
5582 if test -n "$ac_tool_prefix"; then
5583 for ac_prog in dumpbin "link -dump"
5584 do
5585 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5586 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5588 $as_echo_n "checking for $ac_word... " >&6; }
5589 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5590 $as_echo_n "(cached) " >&6
5591 else
5592 if test -n "$DUMPBIN"; then
5593 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5594 else
5595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5596 for as_dir in $PATH
5597 do
5598 IFS=$as_save_IFS
5599 test -z "$as_dir" && as_dir=.
5600 for ac_exec_ext in '' $ac_executable_extensions; do
5601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5602 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5604 break 2
5605 fi
5606 done
5607 done
5608 IFS=$as_save_IFS
5609
5610 fi
5611 fi
5612 DUMPBIN=$ac_cv_prog_DUMPBIN
5613 if test -n "$DUMPBIN"; then
5614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5615 $as_echo "$DUMPBIN" >&6; }
5616 else
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5618 $as_echo "no" >&6; }
5619 fi
5620
5621
5622 test -n "$DUMPBIN" && break
5623 done
5624 fi
5625 if test -z "$DUMPBIN"; then
5626 ac_ct_DUMPBIN=$DUMPBIN
5627 for ac_prog in dumpbin "link -dump"
5628 do
5629 # Extract the first word of "$ac_prog", so it can be a program name with args.
5630 set dummy $ac_prog; ac_word=$2
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5632 $as_echo_n "checking for $ac_word... " >&6; }
5633 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5634 $as_echo_n "(cached) " >&6
5635 else
5636 if test -n "$ac_ct_DUMPBIN"; then
5637 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5638 else
5639 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5640 for as_dir in $PATH
5641 do
5642 IFS=$as_save_IFS
5643 test -z "$as_dir" && as_dir=.
5644 for ac_exec_ext in '' $ac_executable_extensions; do
5645 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5647 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5648 break 2
5649 fi
5650 done
5651 done
5652 IFS=$as_save_IFS
5653
5654 fi
5655 fi
5656 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5657 if test -n "$ac_ct_DUMPBIN"; then
5658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5659 $as_echo "$ac_ct_DUMPBIN" >&6; }
5660 else
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5662 $as_echo "no" >&6; }
5663 fi
5664
5665
5666 test -n "$ac_ct_DUMPBIN" && break
5667 done
5668
5669 if test "x$ac_ct_DUMPBIN" = x; then
5670 DUMPBIN=":"
5671 else
5672 case $cross_compiling:$ac_tool_warned in
5673 yes:)
5674 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5675 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5676 ac_tool_warned=yes ;;
5677 esac
5678 DUMPBIN=$ac_ct_DUMPBIN
5679 fi
5680 fi
5681
5682 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5683 *COFF*)
5684 DUMPBIN="$DUMPBIN -symbols"
5685 ;;
5686 *)
5687 DUMPBIN=:
5688 ;;
5689 esac
5690 fi
5691
5692 if test "$DUMPBIN" != ":"; then
5693 NM="$DUMPBIN"
5694 fi
5695 fi
5696 test -z "$NM" && NM=nm
5697
5698
5699
5700
5701
5702
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5704 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5705 if test "${lt_cv_nm_interface+set}" = set; then :
5706 $as_echo_n "(cached) " >&6
5707 else
5708 lt_cv_nm_interface="BSD nm"
5709 echo "int some_variable = 0;" > conftest.$ac_ext
5710 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5711 (eval "$ac_compile" 2>conftest.err)
5712 cat conftest.err >&5
5713 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5714 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5715 cat conftest.err >&5
5716 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5717 cat conftest.out >&5
5718 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5719 lt_cv_nm_interface="MS dumpbin"
5720 fi
5721 rm -f conftest*
5722 fi
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5724 $as_echo "$lt_cv_nm_interface" >&6; }
5725
5726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5727 $as_echo_n "checking whether ln -s works... " >&6; }
5728 LN_S=$as_ln_s
5729 if test "$LN_S" = "ln -s"; then
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5731 $as_echo "yes" >&6; }
5732 else
5733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5734 $as_echo "no, using $LN_S" >&6; }
5735 fi
5736
5737 # find the maximum length of command line arguments
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5739 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5740 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5741 $as_echo_n "(cached) " >&6
5742 else
5743 i=0
5744 teststring="ABCD"
5745
5746 case $build_os in
5747 msdosdjgpp*)
5748 # On DJGPP, this test can blow up pretty badly due to problems in libc
5749 # (any single argument exceeding 2000 bytes causes a buffer overrun
5750 # during glob expansion). Even if it were fixed, the result of this
5751 # check would be larger than it should be.
5752 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5753 ;;
5754
5755 gnu*)
5756 # Under GNU Hurd, this test is not required because there is
5757 # no limit to the length of command line arguments.
5758 # Libtool will interpret -1 as no limit whatsoever
5759 lt_cv_sys_max_cmd_len=-1;
5760 ;;
5761
5762 cygwin* | mingw* | cegcc*)
5763 # On Win9x/ME, this test blows up -- it succeeds, but takes
5764 # about 5 minutes as the teststring grows exponentially.
5765 # Worse, since 9x/ME are not pre-emptively multitasking,
5766 # you end up with a "frozen" computer, even though with patience
5767 # the test eventually succeeds (with a max line length of 256k).
5768 # Instead, let's just punt: use the minimum linelength reported by
5769 # all of the supported platforms: 8192 (on NT/2K/XP).
5770 lt_cv_sys_max_cmd_len=8192;
5771 ;;
5772
5773 mint*)
5774 # On MiNT this can take a long time and run out of memory.
5775 lt_cv_sys_max_cmd_len=8192;
5776 ;;
5777
5778 amigaos*)
5779 # On AmigaOS with pdksh, this test takes hours, literally.
5780 # So we just punt and use a minimum line length of 8192.
5781 lt_cv_sys_max_cmd_len=8192;
5782 ;;
5783
5784 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5785 # This has been around since 386BSD, at least. Likely further.
5786 if test -x /sbin/sysctl; then
5787 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5788 elif test -x /usr/sbin/sysctl; then
5789 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5790 else
5791 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5792 fi
5793 # And add a safety zone
5794 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5795 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5796 ;;
5797
5798 interix*)
5799 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5800 lt_cv_sys_max_cmd_len=196608
5801 ;;
5802
5803 osf*)
5804 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5805 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5806 # nice to cause kernel panics so lets avoid the loop below.
5807 # First set a reasonable default.
5808 lt_cv_sys_max_cmd_len=16384
5809 #
5810 if test -x /sbin/sysconfig; then
5811 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5812 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5813 esac
5814 fi
5815 ;;
5816 sco3.2v5*)
5817 lt_cv_sys_max_cmd_len=102400
5818 ;;
5819 sysv5* | sco5v6* | sysv4.2uw2*)
5820 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5821 if test -n "$kargmax"; then
5822 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5823 else
5824 lt_cv_sys_max_cmd_len=32768
5825 fi
5826 ;;
5827 *)
5828 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5829 if test -n "$lt_cv_sys_max_cmd_len"; then
5830 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5831 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5832 else
5833 # Make teststring a little bigger before we do anything with it.
5834 # a 1K string should be a reasonable start.
5835 for i in 1 2 3 4 5 6 7 8 ; do
5836 teststring=$teststring$teststring
5837 done
5838 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5839 # If test is not a shell built-in, we'll probably end up computing a
5840 # maximum length that is only half of the actual maximum length, but
5841 # we can't tell.
5842 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5843 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5844 test $i != 17 # 1/2 MB should be enough
5845 do
5846 i=`expr $i + 1`
5847 teststring=$teststring$teststring
5848 done
5849 # Only check the string length outside the loop.
5850 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5851 teststring=
5852 # Add a significant safety factor because C++ compilers can tack on
5853 # massive amounts of additional arguments before passing them to the
5854 # linker. It appears as though 1/2 is a usable value.
5855 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5856 fi
5857 ;;
5858 esac
5859
5860 fi
5861
5862 if test -n $lt_cv_sys_max_cmd_len ; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5864 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5865 else
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5867 $as_echo "none" >&6; }
5868 fi
5869 max_cmd_len=$lt_cv_sys_max_cmd_len
5870
5871
5872
5873
5874
5875
5876 : ${CP="cp -f"}
5877 : ${MV="mv -f"}
5878 : ${RM="rm -f"}
5879
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5881 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5882 # Try some XSI features
5883 xsi_shell=no
5884 ( _lt_dummy="a/b/c"
5885 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5886 = c,a/b,, \
5887 && eval 'test $(( 1 + 1 )) -eq 2 \
5888 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5889 && xsi_shell=yes
5890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5891 $as_echo "$xsi_shell" >&6; }
5892
5893
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5895 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5896 lt_shell_append=no
5897 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5898 >/dev/null 2>&1 \
5899 && lt_shell_append=yes
5900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5901 $as_echo "$lt_shell_append" >&6; }
5902
5903
5904 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5905 lt_unset=unset
5906 else
5907 lt_unset=false
5908 fi
5909
5910
5911
5912
5913
5914 # test EBCDIC or ASCII
5915 case `echo X|tr X '\101'` in
5916 A) # ASCII based system
5917 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5918 lt_SP2NL='tr \040 \012'
5919 lt_NL2SP='tr \015\012 \040\040'
5920 ;;
5921 *) # EBCDIC based system
5922 lt_SP2NL='tr \100 \n'
5923 lt_NL2SP='tr \r\n \100\100'
5924 ;;
5925 esac
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5936 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5937 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5938 $as_echo_n "(cached) " >&6
5939 else
5940 lt_cv_ld_reload_flag='-r'
5941 fi
5942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5943 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5944 reload_flag=$lt_cv_ld_reload_flag
5945 case $reload_flag in
5946 "" | " "*) ;;
5947 *) reload_flag=" $reload_flag" ;;
5948 esac
5949 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5950 case $host_os in
5951 darwin*)
5952 if test "$GCC" = yes; then
5953 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5954 else
5955 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5956 fi
5957 ;;
5958 esac
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968 if test -n "$ac_tool_prefix"; then
5969 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5970 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5972 $as_echo_n "checking for $ac_word... " >&6; }
5973 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5974 $as_echo_n "(cached) " >&6
5975 else
5976 if test -n "$OBJDUMP"; then
5977 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5978 else
5979 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5980 for as_dir in $PATH
5981 do
5982 IFS=$as_save_IFS
5983 test -z "$as_dir" && as_dir=.
5984 for ac_exec_ext in '' $ac_executable_extensions; do
5985 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5986 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5987 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5988 break 2
5989 fi
5990 done
5991 done
5992 IFS=$as_save_IFS
5993
5994 fi
5995 fi
5996 OBJDUMP=$ac_cv_prog_OBJDUMP
5997 if test -n "$OBJDUMP"; then
5998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5999 $as_echo "$OBJDUMP" >&6; }
6000 else
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6002 $as_echo "no" >&6; }
6003 fi
6004
6005
6006 fi
6007 if test -z "$ac_cv_prog_OBJDUMP"; then
6008 ac_ct_OBJDUMP=$OBJDUMP
6009 # Extract the first word of "objdump", so it can be a program name with args.
6010 set dummy objdump; ac_word=$2
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6012 $as_echo_n "checking for $ac_word... " >&6; }
6013 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6014 $as_echo_n "(cached) " >&6
6015 else
6016 if test -n "$ac_ct_OBJDUMP"; then
6017 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6018 else
6019 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6020 for as_dir in $PATH
6021 do
6022 IFS=$as_save_IFS
6023 test -z "$as_dir" && as_dir=.
6024 for ac_exec_ext in '' $ac_executable_extensions; do
6025 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6026 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6027 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6028 break 2
6029 fi
6030 done
6031 done
6032 IFS=$as_save_IFS
6033
6034 fi
6035 fi
6036 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6037 if test -n "$ac_ct_OBJDUMP"; then
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6039 $as_echo "$ac_ct_OBJDUMP" >&6; }
6040 else
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6042 $as_echo "no" >&6; }
6043 fi
6044
6045 if test "x$ac_ct_OBJDUMP" = x; then
6046 OBJDUMP="false"
6047 else
6048 case $cross_compiling:$ac_tool_warned in
6049 yes:)
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6051 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054 OBJDUMP=$ac_ct_OBJDUMP
6055 fi
6056 else
6057 OBJDUMP="$ac_cv_prog_OBJDUMP"
6058 fi
6059
6060 test -z "$OBJDUMP" && OBJDUMP=objdump
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6071 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6072 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6073 $as_echo_n "(cached) " >&6
6074 else
6075 lt_cv_file_magic_cmd='$MAGIC_CMD'
6076 lt_cv_file_magic_test_file=
6077 lt_cv_deplibs_check_method='unknown'
6078 # Need to set the preceding variable on all platforms that support
6079 # interlibrary dependencies.
6080 # 'none' -- dependencies not supported.
6081 # `unknown' -- same as none, but documents that we really don't know.
6082 # 'pass_all' -- all dependencies passed with no checks.
6083 # 'test_compile' -- check by making test program.
6084 # 'file_magic [[regex]]' -- check by looking for files in library path
6085 # which responds to the $file_magic_cmd with a given extended regex.
6086 # If you have `file' or equivalent on your system and you're not sure
6087 # whether `pass_all' will *always* work, you probably want this one.
6088
6089 case $host_os in
6090 aix[4-9]*)
6091 lt_cv_deplibs_check_method=pass_all
6092 ;;
6093
6094 beos*)
6095 lt_cv_deplibs_check_method=pass_all
6096 ;;
6097
6098 bsdi[45]*)
6099 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6100 lt_cv_file_magic_cmd='/usr/bin/file -L'
6101 lt_cv_file_magic_test_file=/shlib/libc.so
6102 ;;
6103
6104 cygwin*)
6105 # func_win32_libid is a shell function defined in ltmain.sh
6106 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6107 lt_cv_file_magic_cmd='func_win32_libid'
6108 ;;
6109
6110 mingw* | pw32*)
6111 # Base MSYS/MinGW do not provide the 'file' command needed by
6112 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6113 # unless we find 'file', for example because we are cross-compiling.
6114 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6115 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6116 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6117 lt_cv_file_magic_cmd='func_win32_libid'
6118 else
6119 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6120 lt_cv_file_magic_cmd='$OBJDUMP -f'
6121 fi
6122 ;;
6123
6124 cegcc*)
6125 # use the weaker test based on 'objdump'. See mingw*.
6126 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6127 lt_cv_file_magic_cmd='$OBJDUMP -f'
6128 ;;
6129
6130 darwin* | rhapsody*)
6131 lt_cv_deplibs_check_method=pass_all
6132 ;;
6133
6134 freebsd* | dragonfly*)
6135 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6136 case $host_cpu in
6137 i*86 )
6138 # Not sure whether the presence of OpenBSD here was a mistake.
6139 # Let's accept both of them until this is cleared up.
6140 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6141 lt_cv_file_magic_cmd=/usr/bin/file
6142 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6143 ;;
6144 esac
6145 else
6146 lt_cv_deplibs_check_method=pass_all
6147 fi
6148 ;;
6149
6150 gnu*)
6151 lt_cv_deplibs_check_method=pass_all
6152 ;;
6153
6154 haiku*)
6155 lt_cv_deplibs_check_method=pass_all
6156 ;;
6157
6158 hpux10.20* | hpux11*)
6159 lt_cv_file_magic_cmd=/usr/bin/file
6160 case $host_cpu in
6161 ia64*)
6162 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6163 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6164 ;;
6165 hppa*64*)
6166 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]'
6167 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6168 ;;
6169 *)
6170 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6171 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6172 ;;
6173 esac
6174 ;;
6175
6176 interix[3-9]*)
6177 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6179 ;;
6180
6181 irix5* | irix6* | nonstopux*)
6182 case $LD in
6183 *-32|*"-32 ") libmagic=32-bit;;
6184 *-n32|*"-n32 ") libmagic=N32;;
6185 *-64|*"-64 ") libmagic=64-bit;;
6186 *) libmagic=never-match;;
6187 esac
6188 lt_cv_deplibs_check_method=pass_all
6189 ;;
6190
6191 # This must be Linux ELF.
6192 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
6195
6196 netbsd*)
6197 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199 else
6200 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6201 fi
6202 ;;
6203
6204 newos6*)
6205 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6206 lt_cv_file_magic_cmd=/usr/bin/file
6207 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6208 ;;
6209
6210 *nto* | *qnx*)
6211 lt_cv_deplibs_check_method=pass_all
6212 ;;
6213
6214 openbsd*)
6215 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6216 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6217 else
6218 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6219 fi
6220 ;;
6221
6222 osf3* | osf4* | osf5*)
6223 lt_cv_deplibs_check_method=pass_all
6224 ;;
6225
6226 rdos*)
6227 lt_cv_deplibs_check_method=pass_all
6228 ;;
6229
6230 solaris*)
6231 lt_cv_deplibs_check_method=pass_all
6232 ;;
6233
6234 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6235 lt_cv_deplibs_check_method=pass_all
6236 ;;
6237
6238 sysv4 | sysv4.3*)
6239 case $host_vendor in
6240 motorola)
6241 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]'
6242 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6243 ;;
6244 ncr)
6245 lt_cv_deplibs_check_method=pass_all
6246 ;;
6247 sequent)
6248 lt_cv_file_magic_cmd='/bin/file'
6249 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6250 ;;
6251 sni)
6252 lt_cv_file_magic_cmd='/bin/file'
6253 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6254 lt_cv_file_magic_test_file=/lib/libc.so
6255 ;;
6256 siemens)
6257 lt_cv_deplibs_check_method=pass_all
6258 ;;
6259 pc)
6260 lt_cv_deplibs_check_method=pass_all
6261 ;;
6262 esac
6263 ;;
6264
6265 tpf*)
6266 lt_cv_deplibs_check_method=pass_all
6267 ;;
6268 esac
6269
6270 fi
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6272 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6273 file_magic_cmd=$lt_cv_file_magic_cmd
6274 deplibs_check_method=$lt_cv_deplibs_check_method
6275 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288 if test -n "$ac_tool_prefix"; then
6289 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6290 set dummy ${ac_tool_prefix}ar; ac_word=$2
6291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6292 $as_echo_n "checking for $ac_word... " >&6; }
6293 if test "${ac_cv_prog_AR+set}" = set; then :
6294 $as_echo_n "(cached) " >&6
6295 else
6296 if test -n "$AR"; then
6297 ac_cv_prog_AR="$AR" # Let the user override the test.
6298 else
6299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6300 for as_dir in $PATH
6301 do
6302 IFS=$as_save_IFS
6303 test -z "$as_dir" && as_dir=.
6304 for ac_exec_ext in '' $ac_executable_extensions; do
6305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6306 ac_cv_prog_AR="${ac_tool_prefix}ar"
6307 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308 break 2
6309 fi
6310 done
6311 done
6312 IFS=$as_save_IFS
6313
6314 fi
6315 fi
6316 AR=$ac_cv_prog_AR
6317 if test -n "$AR"; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6319 $as_echo "$AR" >&6; }
6320 else
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6322 $as_echo "no" >&6; }
6323 fi
6324
6325
6326 fi
6327 if test -z "$ac_cv_prog_AR"; then
6328 ac_ct_AR=$AR
6329 # Extract the first word of "ar", so it can be a program name with args.
6330 set dummy ar; ac_word=$2
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6332 $as_echo_n "checking for $ac_word... " >&6; }
6333 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6334 $as_echo_n "(cached) " >&6
6335 else
6336 if test -n "$ac_ct_AR"; then
6337 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6338 else
6339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6340 for as_dir in $PATH
6341 do
6342 IFS=$as_save_IFS
6343 test -z "$as_dir" && as_dir=.
6344 for ac_exec_ext in '' $ac_executable_extensions; do
6345 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6346 ac_cv_prog_ac_ct_AR="ar"
6347 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6348 break 2
6349 fi
6350 done
6351 done
6352 IFS=$as_save_IFS
6353
6354 fi
6355 fi
6356 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6357 if test -n "$ac_ct_AR"; then
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6359 $as_echo "$ac_ct_AR" >&6; }
6360 else
6361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6362 $as_echo "no" >&6; }
6363 fi
6364
6365 if test "x$ac_ct_AR" = x; then
6366 AR="false"
6367 else
6368 case $cross_compiling:$ac_tool_warned in
6369 yes:)
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6371 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6372 ac_tool_warned=yes ;;
6373 esac
6374 AR=$ac_ct_AR
6375 fi
6376 else
6377 AR="$ac_cv_prog_AR"
6378 fi
6379
6380 test -z "$AR" && AR=ar
6381 test -z "$AR_FLAGS" && AR_FLAGS=cru
6382
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392
6393 if test -n "$ac_tool_prefix"; then
6394 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6395 set dummy ${ac_tool_prefix}strip; ac_word=$2
6396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6397 $as_echo_n "checking for $ac_word... " >&6; }
6398 if test "${ac_cv_prog_STRIP+set}" = set; then :
6399 $as_echo_n "(cached) " >&6
6400 else
6401 if test -n "$STRIP"; then
6402 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6403 else
6404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405 for as_dir in $PATH
6406 do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6413 break 2
6414 fi
6415 done
6416 done
6417 IFS=$as_save_IFS
6418
6419 fi
6420 fi
6421 STRIP=$ac_cv_prog_STRIP
6422 if test -n "$STRIP"; then
6423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6424 $as_echo "$STRIP" >&6; }
6425 else
6426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6427 $as_echo "no" >&6; }
6428 fi
6429
6430
6431 fi
6432 if test -z "$ac_cv_prog_STRIP"; then
6433 ac_ct_STRIP=$STRIP
6434 # Extract the first word of "strip", so it can be a program name with args.
6435 set dummy strip; ac_word=$2
6436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6439 $as_echo_n "(cached) " >&6
6440 else
6441 if test -n "$ac_ct_STRIP"; then
6442 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6443 else
6444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6445 for as_dir in $PATH
6446 do
6447 IFS=$as_save_IFS
6448 test -z "$as_dir" && as_dir=.
6449 for ac_exec_ext in '' $ac_executable_extensions; do
6450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6451 ac_cv_prog_ac_ct_STRIP="strip"
6452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6453 break 2
6454 fi
6455 done
6456 done
6457 IFS=$as_save_IFS
6458
6459 fi
6460 fi
6461 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6462 if test -n "$ac_ct_STRIP"; then
6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6464 $as_echo "$ac_ct_STRIP" >&6; }
6465 else
6466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6467 $as_echo "no" >&6; }
6468 fi
6469
6470 if test "x$ac_ct_STRIP" = x; then
6471 STRIP=":"
6472 else
6473 case $cross_compiling:$ac_tool_warned in
6474 yes:)
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6476 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6477 ac_tool_warned=yes ;;
6478 esac
6479 STRIP=$ac_ct_STRIP
6480 fi
6481 else
6482 STRIP="$ac_cv_prog_STRIP"
6483 fi
6484
6485 test -z "$STRIP" && STRIP=:
6486
6487
6488
6489
6490
6491
6492 if test -n "$ac_tool_prefix"; then
6493 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6494 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6496 $as_echo_n "checking for $ac_word... " >&6; }
6497 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6498 $as_echo_n "(cached) " >&6
6499 else
6500 if test -n "$RANLIB"; then
6501 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6505 do
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6512 break 2
6513 fi
6514 done
6515 done
6516 IFS=$as_save_IFS
6517
6518 fi
6519 fi
6520 RANLIB=$ac_cv_prog_RANLIB
6521 if test -n "$RANLIB"; then
6522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6523 $as_echo "$RANLIB" >&6; }
6524 else
6525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6526 $as_echo "no" >&6; }
6527 fi
6528
6529
6530 fi
6531 if test -z "$ac_cv_prog_RANLIB"; then
6532 ac_ct_RANLIB=$RANLIB
6533 # Extract the first word of "ranlib", so it can be a program name with args.
6534 set dummy ranlib; ac_word=$2
6535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6536 $as_echo_n "checking for $ac_word... " >&6; }
6537 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6538 $as_echo_n "(cached) " >&6
6539 else
6540 if test -n "$ac_ct_RANLIB"; then
6541 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6542 else
6543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6544 for as_dir in $PATH
6545 do
6546 IFS=$as_save_IFS
6547 test -z "$as_dir" && as_dir=.
6548 for ac_exec_ext in '' $ac_executable_extensions; do
6549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6550 ac_cv_prog_ac_ct_RANLIB="ranlib"
6551 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6552 break 2
6553 fi
6554 done
6555 done
6556 IFS=$as_save_IFS
6557
6558 fi
6559 fi
6560 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6561 if test -n "$ac_ct_RANLIB"; then
6562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6563 $as_echo "$ac_ct_RANLIB" >&6; }
6564 else
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6566 $as_echo "no" >&6; }
6567 fi
6568
6569 if test "x$ac_ct_RANLIB" = x; then
6570 RANLIB=":"
6571 else
6572 case $cross_compiling:$ac_tool_warned in
6573 yes:)
6574 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6575 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6576 ac_tool_warned=yes ;;
6577 esac
6578 RANLIB=$ac_ct_RANLIB
6579 fi
6580 else
6581 RANLIB="$ac_cv_prog_RANLIB"
6582 fi
6583
6584 test -z "$RANLIB" && RANLIB=:
6585
6586
6587
6588
6589
6590
6591 # Determine commands to create old-style static archives.
6592 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6593 old_postinstall_cmds='chmod 644 $oldlib'
6594 old_postuninstall_cmds=
6595
6596 if test -n "$RANLIB"; then
6597 case $host_os in
6598 openbsd*)
6599 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6600 ;;
6601 *)
6602 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6603 ;;
6604 esac
6605 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6606 fi
6607
6608 case $host_os in
6609 darwin*)
6610 lock_old_archive_extraction=yes ;;
6611 *)
6612 lock_old_archive_extraction=no ;;
6613 esac
6614
6615
6616
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 # If no C compiler was specified, use CC.
6654 LTCC=${LTCC-"$CC"}
6655
6656 # If no C compiler flags were specified, use CFLAGS.
6657 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6658
6659 # Allow CC to be a program name with arguments.
6660 compiler=$CC
6661
6662
6663 # Check for command to grab the raw symbol name followed by C symbol from nm.
6664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6665 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6666 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6667 $as_echo_n "(cached) " >&6
6668 else
6669
6670 # These are sane defaults that work on at least a few old systems.
6671 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6672
6673 # Character class describing NM global symbol codes.
6674 symcode='[BCDEGRST]'
6675
6676 # Regexp to match symbols that can be accessed directly from C.
6677 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6678
6679 # Define system-specific variables.
6680 case $host_os in
6681 aix*)
6682 symcode='[BCDT]'
6683 ;;
6684 cygwin* | mingw* | pw32* | cegcc*)
6685 symcode='[ABCDGISTW]'
6686 ;;
6687 hpux*)
6688 if test "$host_cpu" = ia64; then
6689 symcode='[ABCDEGRST]'
6690 fi
6691 ;;
6692 irix* | nonstopux*)
6693 symcode='[BCDEGRST]'
6694 ;;
6695 osf*)
6696 symcode='[BCDEGQRST]'
6697 ;;
6698 solaris*)
6699 symcode='[BDRT]'
6700 ;;
6701 sco3.2v5*)
6702 symcode='[DT]'
6703 ;;
6704 sysv4.2uw2*)
6705 symcode='[DT]'
6706 ;;
6707 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6708 symcode='[ABDT]'
6709 ;;
6710 sysv4)
6711 symcode='[DFNSTU]'
6712 ;;
6713 esac
6714
6715 # If we're using GNU nm, then use its standard symbol codes.
6716 case `$NM -V 2>&1` in
6717 *GNU* | *'with BFD'*)
6718 symcode='[ABCDGIRSTW]' ;;
6719 esac
6720
6721 # Transform an extracted symbol line into a proper C declaration.
6722 # Some systems (esp. on ia64) link data and code symbols differently,
6723 # so use this general approach.
6724 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6725
6726 # Transform an extracted symbol line into symbol name and symbol address
6727 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6728 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'"
6729
6730 # Handle CRLF in mingw tool chain
6731 opt_cr=
6732 case $build_os in
6733 mingw*)
6734 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6735 ;;
6736 esac
6737
6738 # Try without a prefix underscore, then with it.
6739 for ac_symprfx in "" "_"; do
6740
6741 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6742 symxfrm="\\1 $ac_symprfx\\2 \\2"
6743
6744 # Write the raw and C identifiers.
6745 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6746 # Fake it for dumpbin and say T for any non-static function
6747 # and D for any global variable.
6748 # Also find C++ and __fastcall symbols from MSVC++,
6749 # which start with @ or ?.
6750 lt_cv_sys_global_symbol_pipe="$AWK '"\
6751 " {last_section=section; section=\$ 3};"\
6752 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6753 " \$ 0!~/External *\|/{next};"\
6754 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6755 " {if(hide[section]) next};"\
6756 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6757 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6758 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6759 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6760 " ' prfx=^$ac_symprfx"
6761 else
6762 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6763 fi
6764
6765 # Check to see that the pipe works correctly.
6766 pipe_works=no
6767
6768 rm -f conftest*
6769 cat > conftest.$ac_ext <<_LT_EOF
6770 #ifdef __cplusplus
6771 extern "C" {
6772 #endif
6773 char nm_test_var;
6774 void nm_test_func(void);
6775 void nm_test_func(void){}
6776 #ifdef __cplusplus
6777 }
6778 #endif
6779 int main(){nm_test_var='a';nm_test_func();return(0);}
6780 _LT_EOF
6781
6782 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6783 (eval $ac_compile) 2>&5
6784 ac_status=$?
6785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6786 test $ac_status = 0; }; then
6787 # Now try to grab the symbols.
6788 nlist=conftest.nm
6789 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6790 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6791 ac_status=$?
6792 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6793 test $ac_status = 0; } && test -s "$nlist"; then
6794 # Try sorting and uniquifying the output.
6795 if sort "$nlist" | uniq > "$nlist"T; then
6796 mv -f "$nlist"T "$nlist"
6797 else
6798 rm -f "$nlist"T
6799 fi
6800
6801 # Make sure that we snagged all the symbols we need.
6802 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6803 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6804 cat <<_LT_EOF > conftest.$ac_ext
6805 #ifdef __cplusplus
6806 extern "C" {
6807 #endif
6808
6809 _LT_EOF
6810 # Now generate the symbol file.
6811 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6812
6813 cat <<_LT_EOF >> conftest.$ac_ext
6814
6815 /* The mapping between symbol names and symbols. */
6816 const struct {
6817 const char *name;
6818 void *address;
6819 }
6820 lt__PROGRAM__LTX_preloaded_symbols[] =
6821 {
6822 { "@PROGRAM@", (void *) 0 },
6823 _LT_EOF
6824 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6825 cat <<\_LT_EOF >> conftest.$ac_ext
6826 {0, (void *) 0}
6827 };
6828
6829 /* This works around a problem in FreeBSD linker */
6830 #ifdef FREEBSD_WORKAROUND
6831 static const void *lt_preloaded_setup() {
6832 return lt__PROGRAM__LTX_preloaded_symbols;
6833 }
6834 #endif
6835
6836 #ifdef __cplusplus
6837 }
6838 #endif
6839 _LT_EOF
6840 # Now try linking the two files.
6841 mv conftest.$ac_objext conftstm.$ac_objext
6842 lt_save_LIBS="$LIBS"
6843 lt_save_CFLAGS="$CFLAGS"
6844 LIBS="conftstm.$ac_objext"
6845 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6847 (eval $ac_link) 2>&5
6848 ac_status=$?
6849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6850 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6851 pipe_works=yes
6852 fi
6853 LIBS="$lt_save_LIBS"
6854 CFLAGS="$lt_save_CFLAGS"
6855 else
6856 echo "cannot find nm_test_func in $nlist" >&5
6857 fi
6858 else
6859 echo "cannot find nm_test_var in $nlist" >&5
6860 fi
6861 else
6862 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6863 fi
6864 else
6865 echo "$progname: failed program was:" >&5
6866 cat conftest.$ac_ext >&5
6867 fi
6868 rm -rf conftest* conftst*
6869
6870 # Do not use the global_symbol_pipe unless it works.
6871 if test "$pipe_works" = yes; then
6872 break
6873 else
6874 lt_cv_sys_global_symbol_pipe=
6875 fi
6876 done
6877
6878 fi
6879
6880 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6881 lt_cv_sys_global_symbol_to_cdecl=
6882 fi
6883 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6885 $as_echo "failed" >&6; }
6886 else
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6888 $as_echo "ok" >&6; }
6889 fi
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906
6907
6908
6909
6910
6911
6912 # Check whether --enable-libtool-lock was given.
6913 if test "${enable_libtool_lock+set}" = set; then :
6914 enableval=$enable_libtool_lock;
6915 fi
6916
6917 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6918
6919 # Some flags need to be propagated to the compiler or linker for good
6920 # libtool support.
6921 case $host in
6922 ia64-*-hpux*)
6923 # Find out which ABI we are using.
6924 echo 'int i;' > conftest.$ac_ext
6925 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6926 (eval $ac_compile) 2>&5
6927 ac_status=$?
6928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6929 test $ac_status = 0; }; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6931 *ELF-32*)
6932 HPUX_IA64_MODE="32"
6933 ;;
6934 *ELF-64*)
6935 HPUX_IA64_MODE="64"
6936 ;;
6937 esac
6938 fi
6939 rm -rf conftest*
6940 ;;
6941 *-*-irix6*)
6942 # Find out which ABI we are using.
6943 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6944 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6945 (eval $ac_compile) 2>&5
6946 ac_status=$?
6947 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6948 test $ac_status = 0; }; then
6949 if test "$lt_cv_prog_gnu_ld" = yes; then
6950 case `/usr/bin/file conftest.$ac_objext` in
6951 *32-bit*)
6952 LD="${LD-ld} -melf32bsmip"
6953 ;;
6954 *N32*)
6955 LD="${LD-ld} -melf32bmipn32"
6956 ;;
6957 *64-bit*)
6958 LD="${LD-ld} -melf64bmip"
6959 ;;
6960 esac
6961 else
6962 case `/usr/bin/file conftest.$ac_objext` in
6963 *32-bit*)
6964 LD="${LD-ld} -32"
6965 ;;
6966 *N32*)
6967 LD="${LD-ld} -n32"
6968 ;;
6969 *64-bit*)
6970 LD="${LD-ld} -64"
6971 ;;
6972 esac
6973 fi
6974 fi
6975 rm -rf conftest*
6976 ;;
6977
6978 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6979 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6980 # Find out which ABI we are using.
6981 echo 'int i;' > conftest.$ac_ext
6982 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6983 (eval $ac_compile) 2>&5
6984 ac_status=$?
6985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6986 test $ac_status = 0; }; then
6987 case `/usr/bin/file conftest.o` in
6988 *32-bit*)
6989 case $host in
6990 x86_64-*kfreebsd*-gnu)
6991 LD="${LD-ld} -m elf_i386_fbsd"
6992 ;;
6993 x86_64-*linux*)
6994 case `/usr/bin/file conftest.o` in
6995 *x86-64*)
6996 LD="${LD-ld} -m elf32_x86_64"
6997 ;;
6998 *)
6999 LD="${LD-ld} -m elf_i386"
7000 ;;
7001 esac
7002 ;;
7003 powerpc64le-*linux*)
7004 LD="${LD-ld} -m elf32lppclinux"
7005 ;;
7006 powerpc64-*linux*)
7007 LD="${LD-ld} -m elf32ppclinux"
7008 ;;
7009 s390x-*linux*)
7010 LD="${LD-ld} -m elf_s390"
7011 ;;
7012 sparc64-*linux*)
7013 LD="${LD-ld} -m elf32_sparc"
7014 ;;
7015 esac
7016 ;;
7017 *64-bit*)
7018 case $host in
7019 x86_64-*kfreebsd*-gnu)
7020 LD="${LD-ld} -m elf_x86_64_fbsd"
7021 ;;
7022 x86_64-*linux*)
7023 LD="${LD-ld} -m elf_x86_64"
7024 ;;
7025 powerpcle-*linux*)
7026 LD="${LD-ld} -m elf64lppc"
7027 ;;
7028 powerpc-*linux*)
7029 LD="${LD-ld} -m elf64ppc"
7030 ;;
7031 s390*-*linux*|s390*-*tpf*)
7032 LD="${LD-ld} -m elf64_s390"
7033 ;;
7034 sparc*-*linux*)
7035 LD="${LD-ld} -m elf64_sparc"
7036 ;;
7037 esac
7038 ;;
7039 esac
7040 fi
7041 rm -rf conftest*
7042 ;;
7043
7044 *-*-sco3.2v5*)
7045 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7046 SAVE_CFLAGS="$CFLAGS"
7047 CFLAGS="$CFLAGS -belf"
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7049 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7050 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7051 $as_echo_n "(cached) " >&6
7052 else
7053 ac_ext=c
7054 ac_cpp='$CPP $CPPFLAGS'
7055 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7056 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7057 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7058
7059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7060 /* end confdefs.h. */
7061
7062 int
7063 main ()
7064 {
7065
7066 ;
7067 return 0;
7068 }
7069 _ACEOF
7070 if ac_fn_c_try_link "$LINENO"; then :
7071 lt_cv_cc_needs_belf=yes
7072 else
7073 lt_cv_cc_needs_belf=no
7074 fi
7075 rm -f core conftest.err conftest.$ac_objext \
7076 conftest$ac_exeext conftest.$ac_ext
7077 ac_ext=c
7078 ac_cpp='$CPP $CPPFLAGS'
7079 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7080 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7081 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7082
7083 fi
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7085 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7086 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7087 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7088 CFLAGS="$SAVE_CFLAGS"
7089 fi
7090 ;;
7091 sparc*-*solaris*)
7092 # Find out which ABI we are using.
7093 echo 'int i;' > conftest.$ac_ext
7094 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7095 (eval $ac_compile) 2>&5
7096 ac_status=$?
7097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098 test $ac_status = 0; }; then
7099 case `/usr/bin/file conftest.o` in
7100 *64-bit*)
7101 case $lt_cv_prog_gnu_ld in
7102 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7103 *)
7104 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7105 LD="${LD-ld} -64"
7106 fi
7107 ;;
7108 esac
7109 ;;
7110 esac
7111 fi
7112 rm -rf conftest*
7113 ;;
7114 esac
7115
7116 need_locks="$enable_libtool_lock"
7117
7118
7119 case $host_os in
7120 rhapsody* | darwin*)
7121 if test -n "$ac_tool_prefix"; then
7122 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7123 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7125 $as_echo_n "checking for $ac_word... " >&6; }
7126 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7127 $as_echo_n "(cached) " >&6
7128 else
7129 if test -n "$DSYMUTIL"; then
7130 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7131 else
7132 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7133 for as_dir in $PATH
7134 do
7135 IFS=$as_save_IFS
7136 test -z "$as_dir" && as_dir=.
7137 for ac_exec_ext in '' $ac_executable_extensions; do
7138 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7139 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7140 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7141 break 2
7142 fi
7143 done
7144 done
7145 IFS=$as_save_IFS
7146
7147 fi
7148 fi
7149 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7150 if test -n "$DSYMUTIL"; then
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7152 $as_echo "$DSYMUTIL" >&6; }
7153 else
7154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7155 $as_echo "no" >&6; }
7156 fi
7157
7158
7159 fi
7160 if test -z "$ac_cv_prog_DSYMUTIL"; then
7161 ac_ct_DSYMUTIL=$DSYMUTIL
7162 # Extract the first word of "dsymutil", so it can be a program name with args.
7163 set dummy dsymutil; ac_word=$2
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7165 $as_echo_n "checking for $ac_word... " >&6; }
7166 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7167 $as_echo_n "(cached) " >&6
7168 else
7169 if test -n "$ac_ct_DSYMUTIL"; then
7170 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7171 else
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 for as_dir in $PATH
7174 do
7175 IFS=$as_save_IFS
7176 test -z "$as_dir" && as_dir=.
7177 for ac_exec_ext in '' $ac_executable_extensions; do
7178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7179 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7181 break 2
7182 fi
7183 done
7184 done
7185 IFS=$as_save_IFS
7186
7187 fi
7188 fi
7189 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7190 if test -n "$ac_ct_DSYMUTIL"; then
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7192 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7193 else
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7195 $as_echo "no" >&6; }
7196 fi
7197
7198 if test "x$ac_ct_DSYMUTIL" = x; then
7199 DSYMUTIL=":"
7200 else
7201 case $cross_compiling:$ac_tool_warned in
7202 yes:)
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7204 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7205 ac_tool_warned=yes ;;
7206 esac
7207 DSYMUTIL=$ac_ct_DSYMUTIL
7208 fi
7209 else
7210 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7211 fi
7212
7213 if test -n "$ac_tool_prefix"; then
7214 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7215 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7217 $as_echo_n "checking for $ac_word... " >&6; }
7218 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7219 $as_echo_n "(cached) " >&6
7220 else
7221 if test -n "$NMEDIT"; then
7222 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7223 else
7224 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7225 for as_dir in $PATH
7226 do
7227 IFS=$as_save_IFS
7228 test -z "$as_dir" && as_dir=.
7229 for ac_exec_ext in '' $ac_executable_extensions; do
7230 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7231 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7232 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7233 break 2
7234 fi
7235 done
7236 done
7237 IFS=$as_save_IFS
7238
7239 fi
7240 fi
7241 NMEDIT=$ac_cv_prog_NMEDIT
7242 if test -n "$NMEDIT"; then
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7244 $as_echo "$NMEDIT" >&6; }
7245 else
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7247 $as_echo "no" >&6; }
7248 fi
7249
7250
7251 fi
7252 if test -z "$ac_cv_prog_NMEDIT"; then
7253 ac_ct_NMEDIT=$NMEDIT
7254 # Extract the first word of "nmedit", so it can be a program name with args.
7255 set dummy nmedit; ac_word=$2
7256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7257 $as_echo_n "checking for $ac_word... " >&6; }
7258 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7259 $as_echo_n "(cached) " >&6
7260 else
7261 if test -n "$ac_ct_NMEDIT"; then
7262 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7263 else
7264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7265 for as_dir in $PATH
7266 do
7267 IFS=$as_save_IFS
7268 test -z "$as_dir" && as_dir=.
7269 for ac_exec_ext in '' $ac_executable_extensions; do
7270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7271 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7272 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7273 break 2
7274 fi
7275 done
7276 done
7277 IFS=$as_save_IFS
7278
7279 fi
7280 fi
7281 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7282 if test -n "$ac_ct_NMEDIT"; then
7283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7284 $as_echo "$ac_ct_NMEDIT" >&6; }
7285 else
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7287 $as_echo "no" >&6; }
7288 fi
7289
7290 if test "x$ac_ct_NMEDIT" = x; then
7291 NMEDIT=":"
7292 else
7293 case $cross_compiling:$ac_tool_warned in
7294 yes:)
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7296 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7297 ac_tool_warned=yes ;;
7298 esac
7299 NMEDIT=$ac_ct_NMEDIT
7300 fi
7301 else
7302 NMEDIT="$ac_cv_prog_NMEDIT"
7303 fi
7304
7305 if test -n "$ac_tool_prefix"; then
7306 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7307 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7309 $as_echo_n "checking for $ac_word... " >&6; }
7310 if test "${ac_cv_prog_LIPO+set}" = set; then :
7311 $as_echo_n "(cached) " >&6
7312 else
7313 if test -n "$LIPO"; then
7314 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7315 else
7316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7317 for as_dir in $PATH
7318 do
7319 IFS=$as_save_IFS
7320 test -z "$as_dir" && as_dir=.
7321 for ac_exec_ext in '' $ac_executable_extensions; do
7322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7323 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7324 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7325 break 2
7326 fi
7327 done
7328 done
7329 IFS=$as_save_IFS
7330
7331 fi
7332 fi
7333 LIPO=$ac_cv_prog_LIPO
7334 if test -n "$LIPO"; then
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7336 $as_echo "$LIPO" >&6; }
7337 else
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7339 $as_echo "no" >&6; }
7340 fi
7341
7342
7343 fi
7344 if test -z "$ac_cv_prog_LIPO"; then
7345 ac_ct_LIPO=$LIPO
7346 # Extract the first word of "lipo", so it can be a program name with args.
7347 set dummy lipo; ac_word=$2
7348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7349 $as_echo_n "checking for $ac_word... " >&6; }
7350 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7351 $as_echo_n "(cached) " >&6
7352 else
7353 if test -n "$ac_ct_LIPO"; then
7354 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7355 else
7356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7357 for as_dir in $PATH
7358 do
7359 IFS=$as_save_IFS
7360 test -z "$as_dir" && as_dir=.
7361 for ac_exec_ext in '' $ac_executable_extensions; do
7362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7363 ac_cv_prog_ac_ct_LIPO="lipo"
7364 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7365 break 2
7366 fi
7367 done
7368 done
7369 IFS=$as_save_IFS
7370
7371 fi
7372 fi
7373 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7374 if test -n "$ac_ct_LIPO"; then
7375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7376 $as_echo "$ac_ct_LIPO" >&6; }
7377 else
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7379 $as_echo "no" >&6; }
7380 fi
7381
7382 if test "x$ac_ct_LIPO" = x; then
7383 LIPO=":"
7384 else
7385 case $cross_compiling:$ac_tool_warned in
7386 yes:)
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7388 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7389 ac_tool_warned=yes ;;
7390 esac
7391 LIPO=$ac_ct_LIPO
7392 fi
7393 else
7394 LIPO="$ac_cv_prog_LIPO"
7395 fi
7396
7397 if test -n "$ac_tool_prefix"; then
7398 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7399 set dummy ${ac_tool_prefix}otool; ac_word=$2
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7401 $as_echo_n "checking for $ac_word... " >&6; }
7402 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7403 $as_echo_n "(cached) " >&6
7404 else
7405 if test -n "$OTOOL"; then
7406 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7407 else
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409 for as_dir in $PATH
7410 do
7411 IFS=$as_save_IFS
7412 test -z "$as_dir" && as_dir=.
7413 for ac_exec_ext in '' $ac_executable_extensions; do
7414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7415 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7416 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7417 break 2
7418 fi
7419 done
7420 done
7421 IFS=$as_save_IFS
7422
7423 fi
7424 fi
7425 OTOOL=$ac_cv_prog_OTOOL
7426 if test -n "$OTOOL"; then
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7428 $as_echo "$OTOOL" >&6; }
7429 else
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7431 $as_echo "no" >&6; }
7432 fi
7433
7434
7435 fi
7436 if test -z "$ac_cv_prog_OTOOL"; then
7437 ac_ct_OTOOL=$OTOOL
7438 # Extract the first word of "otool", so it can be a program name with args.
7439 set dummy otool; ac_word=$2
7440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7441 $as_echo_n "checking for $ac_word... " >&6; }
7442 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7443 $as_echo_n "(cached) " >&6
7444 else
7445 if test -n "$ac_ct_OTOOL"; then
7446 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7447 else
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449 for as_dir in $PATH
7450 do
7451 IFS=$as_save_IFS
7452 test -z "$as_dir" && as_dir=.
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455 ac_cv_prog_ac_ct_OTOOL="otool"
7456 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7457 break 2
7458 fi
7459 done
7460 done
7461 IFS=$as_save_IFS
7462
7463 fi
7464 fi
7465 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7466 if test -n "$ac_ct_OTOOL"; then
7467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7468 $as_echo "$ac_ct_OTOOL" >&6; }
7469 else
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7471 $as_echo "no" >&6; }
7472 fi
7473
7474 if test "x$ac_ct_OTOOL" = x; then
7475 OTOOL=":"
7476 else
7477 case $cross_compiling:$ac_tool_warned in
7478 yes:)
7479 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7480 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7481 ac_tool_warned=yes ;;
7482 esac
7483 OTOOL=$ac_ct_OTOOL
7484 fi
7485 else
7486 OTOOL="$ac_cv_prog_OTOOL"
7487 fi
7488
7489 if test -n "$ac_tool_prefix"; then
7490 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7491 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7493 $as_echo_n "checking for $ac_word... " >&6; }
7494 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7495 $as_echo_n "(cached) " >&6
7496 else
7497 if test -n "$OTOOL64"; then
7498 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7499 else
7500 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7501 for as_dir in $PATH
7502 do
7503 IFS=$as_save_IFS
7504 test -z "$as_dir" && as_dir=.
7505 for ac_exec_ext in '' $ac_executable_extensions; do
7506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7507 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7509 break 2
7510 fi
7511 done
7512 done
7513 IFS=$as_save_IFS
7514
7515 fi
7516 fi
7517 OTOOL64=$ac_cv_prog_OTOOL64
7518 if test -n "$OTOOL64"; then
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7520 $as_echo "$OTOOL64" >&6; }
7521 else
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523 $as_echo "no" >&6; }
7524 fi
7525
7526
7527 fi
7528 if test -z "$ac_cv_prog_OTOOL64"; then
7529 ac_ct_OTOOL64=$OTOOL64
7530 # Extract the first word of "otool64", so it can be a program name with args.
7531 set dummy otool64; ac_word=$2
7532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7533 $as_echo_n "checking for $ac_word... " >&6; }
7534 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7535 $as_echo_n "(cached) " >&6
7536 else
7537 if test -n "$ac_ct_OTOOL64"; then
7538 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7539 else
7540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7541 for as_dir in $PATH
7542 do
7543 IFS=$as_save_IFS
7544 test -z "$as_dir" && as_dir=.
7545 for ac_exec_ext in '' $ac_executable_extensions; do
7546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547 ac_cv_prog_ac_ct_OTOOL64="otool64"
7548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7549 break 2
7550 fi
7551 done
7552 done
7553 IFS=$as_save_IFS
7554
7555 fi
7556 fi
7557 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7558 if test -n "$ac_ct_OTOOL64"; then
7559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7560 $as_echo "$ac_ct_OTOOL64" >&6; }
7561 else
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7563 $as_echo "no" >&6; }
7564 fi
7565
7566 if test "x$ac_ct_OTOOL64" = x; then
7567 OTOOL64=":"
7568 else
7569 case $cross_compiling:$ac_tool_warned in
7570 yes:)
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7572 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7573 ac_tool_warned=yes ;;
7574 esac
7575 OTOOL64=$ac_ct_OTOOL64
7576 fi
7577 else
7578 OTOOL64="$ac_cv_prog_OTOOL64"
7579 fi
7580
7581
7582
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7608 $as_echo_n "checking for -single_module linker flag... " >&6; }
7609 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7610 $as_echo_n "(cached) " >&6
7611 else
7612 lt_cv_apple_cc_single_mod=no
7613 if test -z "${LT_MULTI_MODULE}"; then
7614 # By default we will add the -single_module flag. You can override
7615 # by either setting the environment variable LT_MULTI_MODULE
7616 # non-empty at configure time, or by adding -multi_module to the
7617 # link flags.
7618 rm -rf libconftest.dylib*
7619 echo "int foo(void){return 1;}" > conftest.c
7620 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7621 -dynamiclib -Wl,-single_module conftest.c" >&5
7622 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7623 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7624 _lt_result=$?
7625 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7626 lt_cv_apple_cc_single_mod=yes
7627 else
7628 cat conftest.err >&5
7629 fi
7630 rm -rf libconftest.dylib*
7631 rm -f conftest.*
7632 fi
7633 fi
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7635 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7637 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7638 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7639 $as_echo_n "(cached) " >&6
7640 else
7641 lt_cv_ld_exported_symbols_list=no
7642 save_LDFLAGS=$LDFLAGS
7643 echo "_main" > conftest.sym
7644 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7646 /* end confdefs.h. */
7647
7648 int
7649 main ()
7650 {
7651
7652 ;
7653 return 0;
7654 }
7655 _ACEOF
7656 if ac_fn_c_try_link "$LINENO"; then :
7657 lt_cv_ld_exported_symbols_list=yes
7658 else
7659 lt_cv_ld_exported_symbols_list=no
7660 fi
7661 rm -f core conftest.err conftest.$ac_objext \
7662 conftest$ac_exeext conftest.$ac_ext
7663 LDFLAGS="$save_LDFLAGS"
7664
7665 fi
7666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7667 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7669 $as_echo_n "checking for -force_load linker flag... " >&6; }
7670 if test "${lt_cv_ld_force_load+set}" = set; then :
7671 $as_echo_n "(cached) " >&6
7672 else
7673 lt_cv_ld_force_load=no
7674 cat > conftest.c << _LT_EOF
7675 int forced_loaded() { return 2;}
7676 _LT_EOF
7677 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7678 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7679 echo "$AR cru libconftest.a conftest.o" >&5
7680 $AR cru libconftest.a conftest.o 2>&5
7681 cat > conftest.c << _LT_EOF
7682 int main() { return 0;}
7683 _LT_EOF
7684 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7685 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7686 _lt_result=$?
7687 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7688 lt_cv_ld_force_load=yes
7689 else
7690 cat conftest.err >&5
7691 fi
7692 rm -f conftest.err libconftest.a conftest conftest.c
7693 rm -rf conftest.dSYM
7694
7695 fi
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7697 $as_echo "$lt_cv_ld_force_load" >&6; }
7698 case $host_os in
7699 rhapsody* | darwin1.[012])
7700 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7701 darwin1.*)
7702 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7703 darwin*) # darwin 5.x on
7704 # if running on 10.5 or later, the deployment target defaults
7705 # to the OS version, if on x86, and 10.4, the deployment
7706 # target defaults to 10.4. Don't you love it?
7707 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7708 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7709 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7710 10.[012][,.]*)
7711 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7712 10.*)
7713 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7714 esac
7715 ;;
7716 esac
7717 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7718 _lt_dar_single_mod='$single_module'
7719 fi
7720 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7721 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7722 else
7723 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7724 fi
7725 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7726 _lt_dsymutil='~$DSYMUTIL $lib || :'
7727 else
7728 _lt_dsymutil=
7729 fi
7730 ;;
7731 esac
7732
7733 for ac_header in dlfcn.h
7734 do :
7735 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7736 "
7737 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7738 cat >>confdefs.h <<_ACEOF
7739 #define HAVE_DLFCN_H 1
7740 _ACEOF
7741
7742 fi
7743
7744 done
7745
7746
7747
7748
7749
7750 # Set options
7751
7752
7753
7754 enable_dlopen=no
7755
7756
7757 enable_win32_dll=no
7758
7759
7760 # Check whether --enable-shared was given.
7761 if test "${enable_shared+set}" = set; then :
7762 enableval=$enable_shared; p=${PACKAGE-default}
7763 case $enableval in
7764 yes) enable_shared=yes ;;
7765 no) enable_shared=no ;;
7766 *)
7767 enable_shared=no
7768 # Look at the argument we got. We use all the common list separators.
7769 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7770 for pkg in $enableval; do
7771 IFS="$lt_save_ifs"
7772 if test "X$pkg" = "X$p"; then
7773 enable_shared=yes
7774 fi
7775 done
7776 IFS="$lt_save_ifs"
7777 ;;
7778 esac
7779 else
7780 enable_shared=yes
7781 fi
7782
7783
7784
7785
7786
7787
7788
7789
7790
7791 # Check whether --enable-static was given.
7792 if test "${enable_static+set}" = set; then :
7793 enableval=$enable_static; p=${PACKAGE-default}
7794 case $enableval in
7795 yes) enable_static=yes ;;
7796 no) enable_static=no ;;
7797 *)
7798 enable_static=no
7799 # Look at the argument we got. We use all the common list separators.
7800 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7801 for pkg in $enableval; do
7802 IFS="$lt_save_ifs"
7803 if test "X$pkg" = "X$p"; then
7804 enable_static=yes
7805 fi
7806 done
7807 IFS="$lt_save_ifs"
7808 ;;
7809 esac
7810 else
7811 enable_static=yes
7812 fi
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823 # Check whether --with-pic was given.
7824 if test "${with_pic+set}" = set; then :
7825 withval=$with_pic; pic_mode="$withval"
7826 else
7827 pic_mode=default
7828 fi
7829
7830
7831 test -z "$pic_mode" && pic_mode=default
7832
7833
7834
7835
7836
7837
7838
7839 # Check whether --enable-fast-install was given.
7840 if test "${enable_fast_install+set}" = set; then :
7841 enableval=$enable_fast_install; p=${PACKAGE-default}
7842 case $enableval in
7843 yes) enable_fast_install=yes ;;
7844 no) enable_fast_install=no ;;
7845 *)
7846 enable_fast_install=no
7847 # Look at the argument we got. We use all the common list separators.
7848 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7849 for pkg in $enableval; do
7850 IFS="$lt_save_ifs"
7851 if test "X$pkg" = "X$p"; then
7852 enable_fast_install=yes
7853 fi
7854 done
7855 IFS="$lt_save_ifs"
7856 ;;
7857 esac
7858 else
7859 enable_fast_install=yes
7860 fi
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872 # This can be used to rebuild libtool when needed
7873 LIBTOOL_DEPS="$ltmain"
7874
7875 # Always use our own libtool.
7876 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7877
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903 test -z "$LN_S" && LN_S="ln -s"
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918 if test -n "${ZSH_VERSION+set}" ; then
7919 setopt NO_GLOB_SUBST
7920 fi
7921
7922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7923 $as_echo_n "checking for objdir... " >&6; }
7924 if test "${lt_cv_objdir+set}" = set; then :
7925 $as_echo_n "(cached) " >&6
7926 else
7927 rm -f .libs 2>/dev/null
7928 mkdir .libs 2>/dev/null
7929 if test -d .libs; then
7930 lt_cv_objdir=.libs
7931 else
7932 # MS-DOS does not allow filenames that begin with a dot.
7933 lt_cv_objdir=_libs
7934 fi
7935 rmdir .libs 2>/dev/null
7936 fi
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7938 $as_echo "$lt_cv_objdir" >&6; }
7939 objdir=$lt_cv_objdir
7940
7941
7942
7943
7944
7945 cat >>confdefs.h <<_ACEOF
7946 #define LT_OBJDIR "$lt_cv_objdir/"
7947 _ACEOF
7948
7949
7950
7951
7952 case $host_os in
7953 aix3*)
7954 # AIX sometimes has problems with the GCC collect2 program. For some
7955 # reason, if we set the COLLECT_NAMES environment variable, the problems
7956 # vanish in a puff of smoke.
7957 if test "X${COLLECT_NAMES+set}" != Xset; then
7958 COLLECT_NAMES=
7959 export COLLECT_NAMES
7960 fi
7961 ;;
7962 esac
7963
7964 # Global variables:
7965 ofile=libtool
7966 can_build_shared=yes
7967
7968 # All known linkers require a `.a' archive for static linking (except MSVC,
7969 # which needs '.lib').
7970 libext=a
7971
7972 with_gnu_ld="$lt_cv_prog_gnu_ld"
7973
7974 old_CC="$CC"
7975 old_CFLAGS="$CFLAGS"
7976
7977 # Set sane defaults for various variables
7978 test -z "$CC" && CC=cc
7979 test -z "$LTCC" && LTCC=$CC
7980 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7981 test -z "$LD" && LD=ld
7982 test -z "$ac_objext" && ac_objext=o
7983
7984 for cc_temp in $compiler""; do
7985 case $cc_temp in
7986 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7987 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7988 \-*) ;;
7989 *) break;;
7990 esac
7991 done
7992 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7993
7994
7995 # Only perform the check for file, if the check method requires it
7996 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7997 case $deplibs_check_method in
7998 file_magic*)
7999 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8001 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8002 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8003 $as_echo_n "(cached) " >&6
8004 else
8005 case $MAGIC_CMD in
8006 [\\/*] | ?:[\\/]*)
8007 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8008 ;;
8009 *)
8010 lt_save_MAGIC_CMD="$MAGIC_CMD"
8011 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8012 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8013 for ac_dir in $ac_dummy; do
8014 IFS="$lt_save_ifs"
8015 test -z "$ac_dir" && ac_dir=.
8016 if test -f $ac_dir/${ac_tool_prefix}file; then
8017 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8018 if test -n "$file_magic_test_file"; then
8019 case $deplibs_check_method in
8020 "file_magic "*)
8021 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8022 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8023 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8024 $EGREP "$file_magic_regex" > /dev/null; then
8025 :
8026 else
8027 cat <<_LT_EOF 1>&2
8028
8029 *** Warning: the command libtool uses to detect shared libraries,
8030 *** $file_magic_cmd, produces output that libtool cannot recognize.
8031 *** The result is that libtool may fail to recognize shared libraries
8032 *** as such. This will affect the creation of libtool libraries that
8033 *** depend on shared libraries, but programs linked with such libtool
8034 *** libraries will work regardless of this problem. Nevertheless, you
8035 *** may want to report the problem to your system manager and/or to
8036 *** bug-libtool@gnu.org
8037
8038 _LT_EOF
8039 fi ;;
8040 esac
8041 fi
8042 break
8043 fi
8044 done
8045 IFS="$lt_save_ifs"
8046 MAGIC_CMD="$lt_save_MAGIC_CMD"
8047 ;;
8048 esac
8049 fi
8050
8051 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8052 if test -n "$MAGIC_CMD"; then
8053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8054 $as_echo "$MAGIC_CMD" >&6; }
8055 else
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8057 $as_echo "no" >&6; }
8058 fi
8059
8060
8061
8062
8063
8064 if test -z "$lt_cv_path_MAGIC_CMD"; then
8065 if test -n "$ac_tool_prefix"; then
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8067 $as_echo_n "checking for file... " >&6; }
8068 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8069 $as_echo_n "(cached) " >&6
8070 else
8071 case $MAGIC_CMD in
8072 [\\/*] | ?:[\\/]*)
8073 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8074 ;;
8075 *)
8076 lt_save_MAGIC_CMD="$MAGIC_CMD"
8077 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8078 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8079 for ac_dir in $ac_dummy; do
8080 IFS="$lt_save_ifs"
8081 test -z "$ac_dir" && ac_dir=.
8082 if test -f $ac_dir/file; then
8083 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8084 if test -n "$file_magic_test_file"; then
8085 case $deplibs_check_method in
8086 "file_magic "*)
8087 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8088 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8089 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8090 $EGREP "$file_magic_regex" > /dev/null; then
8091 :
8092 else
8093 cat <<_LT_EOF 1>&2
8094
8095 *** Warning: the command libtool uses to detect shared libraries,
8096 *** $file_magic_cmd, produces output that libtool cannot recognize.
8097 *** The result is that libtool may fail to recognize shared libraries
8098 *** as such. This will affect the creation of libtool libraries that
8099 *** depend on shared libraries, but programs linked with such libtool
8100 *** libraries will work regardless of this problem. Nevertheless, you
8101 *** may want to report the problem to your system manager and/or to
8102 *** bug-libtool@gnu.org
8103
8104 _LT_EOF
8105 fi ;;
8106 esac
8107 fi
8108 break
8109 fi
8110 done
8111 IFS="$lt_save_ifs"
8112 MAGIC_CMD="$lt_save_MAGIC_CMD"
8113 ;;
8114 esac
8115 fi
8116
8117 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8118 if test -n "$MAGIC_CMD"; then
8119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8120 $as_echo "$MAGIC_CMD" >&6; }
8121 else
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8123 $as_echo "no" >&6; }
8124 fi
8125
8126
8127 else
8128 MAGIC_CMD=:
8129 fi
8130 fi
8131
8132 fi
8133 ;;
8134 esac
8135
8136 # Use C for the default configuration in the libtool script
8137
8138 lt_save_CC="$CC"
8139 ac_ext=c
8140 ac_cpp='$CPP $CPPFLAGS'
8141 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8142 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8143 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8144
8145
8146 # Source file extension for C test sources.
8147 ac_ext=c
8148
8149 # Object file extension for compiled C test sources.
8150 objext=o
8151 objext=$objext
8152
8153 # Code to be used in simple compile tests
8154 lt_simple_compile_test_code="int some_variable = 0;"
8155
8156 # Code to be used in simple link tests
8157 lt_simple_link_test_code='int main(){return(0);}'
8158
8159
8160
8161
8162
8163
8164
8165 # If no C compiler was specified, use CC.
8166 LTCC=${LTCC-"$CC"}
8167
8168 # If no C compiler flags were specified, use CFLAGS.
8169 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8170
8171 # Allow CC to be a program name with arguments.
8172 compiler=$CC
8173
8174 # Save the default compiler, since it gets overwritten when the other
8175 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8176 compiler_DEFAULT=$CC
8177
8178 # save warnings/boilerplate of simple test code
8179 ac_outfile=conftest.$ac_objext
8180 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8181 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8182 _lt_compiler_boilerplate=`cat conftest.err`
8183 $RM conftest*
8184
8185 ac_outfile=conftest.$ac_objext
8186 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8187 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8188 _lt_linker_boilerplate=`cat conftest.err`
8189 $RM -r conftest*
8190
8191
8192 ## CAVEAT EMPTOR:
8193 ## There is no encapsulation within the following macros, do not change
8194 ## the running order or otherwise move them around unless you know exactly
8195 ## what you are doing...
8196 if test -n "$compiler"; then
8197
8198 lt_prog_compiler_no_builtin_flag=
8199
8200 if test "$GCC" = yes; then
8201 case $cc_basename in
8202 nvcc*)
8203 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8204 *)
8205 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8206 esac
8207
8208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8209 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8210 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8211 $as_echo_n "(cached) " >&6
8212 else
8213 lt_cv_prog_compiler_rtti_exceptions=no
8214 ac_outfile=conftest.$ac_objext
8215 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8216 lt_compiler_flag="-fno-rtti -fno-exceptions"
8217 # Insert the option either (1) after the last *FLAGS variable, or
8218 # (2) before a word containing "conftest.", or (3) at the end.
8219 # Note that $ac_compile itself does not contain backslashes and begins
8220 # with a dollar sign (not a hyphen), so the echo should work correctly.
8221 # The option is referenced via a variable to avoid confusing sed.
8222 lt_compile=`echo "$ac_compile" | $SED \
8223 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8224 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8225 -e 's:$: $lt_compiler_flag:'`
8226 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8227 (eval "$lt_compile" 2>conftest.err)
8228 ac_status=$?
8229 cat conftest.err >&5
8230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231 if (exit $ac_status) && test -s "$ac_outfile"; then
8232 # The compiler can only warn and ignore the option if not recognized
8233 # So say no if there are warnings other than the usual output.
8234 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8235 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8236 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8237 lt_cv_prog_compiler_rtti_exceptions=yes
8238 fi
8239 fi
8240 $RM conftest*
8241
8242 fi
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8244 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8245
8246 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8247 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8248 else
8249 :
8250 fi
8251
8252 fi
8253
8254
8255
8256
8257
8258
8259 lt_prog_compiler_wl=
8260 lt_prog_compiler_pic=
8261 lt_prog_compiler_static=
8262
8263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8264 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8265
8266 if test "$GCC" = yes; then
8267 lt_prog_compiler_wl='-Wl,'
8268 lt_prog_compiler_static='-static'
8269
8270 case $host_os in
8271 aix*)
8272 # All AIX code is PIC.
8273 if test "$host_cpu" = ia64; then
8274 # AIX 5 now supports IA64 processor
8275 lt_prog_compiler_static='-Bstatic'
8276 fi
8277 lt_prog_compiler_pic='-fPIC'
8278 ;;
8279
8280 amigaos*)
8281 case $host_cpu in
8282 powerpc)
8283 # see comment about AmigaOS4 .so support
8284 lt_prog_compiler_pic='-fPIC'
8285 ;;
8286 m68k)
8287 # FIXME: we need at least 68020 code to build shared libraries, but
8288 # adding the `-m68020' flag to GCC prevents building anything better,
8289 # like `-m68040'.
8290 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8291 ;;
8292 esac
8293 ;;
8294
8295 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8296 # PIC is the default for these OSes.
8297 ;;
8298
8299 mingw* | cygwin* | pw32* | os2* | cegcc*)
8300 # This hack is so that the source file can tell whether it is being
8301 # built for inclusion in a dll (and should export symbols for example).
8302 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8303 # (--disable-auto-import) libraries
8304 lt_prog_compiler_pic='-DDLL_EXPORT'
8305 ;;
8306
8307 darwin* | rhapsody*)
8308 # PIC is the default on this platform
8309 # Common symbols not allowed in MH_DYLIB files
8310 lt_prog_compiler_pic='-fno-common'
8311 ;;
8312
8313 haiku*)
8314 # PIC is the default for Haiku.
8315 # The "-static" flag exists, but is broken.
8316 lt_prog_compiler_static=
8317 ;;
8318
8319 hpux*)
8320 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8321 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8322 # sets the default TLS model and affects inlining.
8323 case $host_cpu in
8324 hppa*64*)
8325 # +Z the default
8326 ;;
8327 *)
8328 lt_prog_compiler_pic='-fPIC'
8329 ;;
8330 esac
8331 ;;
8332
8333 interix[3-9]*)
8334 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8335 # Instead, we relocate shared libraries at runtime.
8336 ;;
8337
8338 msdosdjgpp*)
8339 # Just because we use GCC doesn't mean we suddenly get shared libraries
8340 # on systems that don't support them.
8341 lt_prog_compiler_can_build_shared=no
8342 enable_shared=no
8343 ;;
8344
8345 *nto* | *qnx*)
8346 # QNX uses GNU C++, but need to define -shared option too, otherwise
8347 # it will coredump.
8348 lt_prog_compiler_pic='-fPIC -shared'
8349 ;;
8350
8351 sysv4*MP*)
8352 if test -d /usr/nec; then
8353 lt_prog_compiler_pic=-Kconform_pic
8354 fi
8355 ;;
8356
8357 *)
8358 lt_prog_compiler_pic='-fPIC'
8359 ;;
8360 esac
8361
8362 case $cc_basename in
8363 nvcc*) # Cuda Compiler Driver 2.2
8364 lt_prog_compiler_wl='-Xlinker '
8365 lt_prog_compiler_pic='-Xcompiler -fPIC'
8366 ;;
8367 esac
8368 else
8369 # PORTME Check for flag to pass linker flags through the system compiler.
8370 case $host_os in
8371 aix*)
8372 lt_prog_compiler_wl='-Wl,'
8373 if test "$host_cpu" = ia64; then
8374 # AIX 5 now supports IA64 processor
8375 lt_prog_compiler_static='-Bstatic'
8376 else
8377 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8378 fi
8379 ;;
8380
8381 mingw* | cygwin* | pw32* | os2* | cegcc*)
8382 # This hack is so that the source file can tell whether it is being
8383 # built for inclusion in a dll (and should export symbols for example).
8384 lt_prog_compiler_pic='-DDLL_EXPORT'
8385 ;;
8386
8387 hpux9* | hpux10* | hpux11*)
8388 lt_prog_compiler_wl='-Wl,'
8389 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8390 # not for PA HP-UX.
8391 case $host_cpu in
8392 hppa*64*|ia64*)
8393 # +Z the default
8394 ;;
8395 *)
8396 lt_prog_compiler_pic='+Z'
8397 ;;
8398 esac
8399 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8400 lt_prog_compiler_static='${wl}-a ${wl}archive'
8401 ;;
8402
8403 irix5* | irix6* | nonstopux*)
8404 lt_prog_compiler_wl='-Wl,'
8405 # PIC (with -KPIC) is the default.
8406 lt_prog_compiler_static='-non_shared'
8407 ;;
8408
8409 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8410 case $cc_basename in
8411 # old Intel for x86_64 which still supported -KPIC.
8412 ecc*)
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_pic='-KPIC'
8415 lt_prog_compiler_static='-static'
8416 ;;
8417 # icc used to be incompatible with GCC.
8418 # ICC 10 doesn't accept -KPIC any more.
8419 icc* | ifort*)
8420 lt_prog_compiler_wl='-Wl,'
8421 lt_prog_compiler_pic='-fPIC'
8422 lt_prog_compiler_static='-static'
8423 ;;
8424 # Lahey Fortran 8.1.
8425 lf95*)
8426 lt_prog_compiler_wl='-Wl,'
8427 lt_prog_compiler_pic='--shared'
8428 lt_prog_compiler_static='--static'
8429 ;;
8430 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8431 # Portland Group compilers (*not* the Pentium gcc compiler,
8432 # which looks to be a dead project)
8433 lt_prog_compiler_wl='-Wl,'
8434 lt_prog_compiler_pic='-fpic'
8435 lt_prog_compiler_static='-Bstatic'
8436 ;;
8437 ccc*)
8438 lt_prog_compiler_wl='-Wl,'
8439 # All Alpha code is PIC.
8440 lt_prog_compiler_static='-non_shared'
8441 ;;
8442 xl* | bgxl* | bgf* | mpixl*)
8443 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8444 lt_prog_compiler_wl='-Wl,'
8445 lt_prog_compiler_pic='-qpic'
8446 lt_prog_compiler_static='-qstaticlink'
8447 ;;
8448 *)
8449 case `$CC -V 2>&1 | sed 5q` in
8450 *Sun\ F* | *Sun*Fortran*)
8451 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8452 lt_prog_compiler_pic='-KPIC'
8453 lt_prog_compiler_static='-Bstatic'
8454 lt_prog_compiler_wl=''
8455 ;;
8456 *Sun\ C*)
8457 # Sun C 5.9
8458 lt_prog_compiler_pic='-KPIC'
8459 lt_prog_compiler_static='-Bstatic'
8460 lt_prog_compiler_wl='-Wl,'
8461 ;;
8462 esac
8463 ;;
8464 esac
8465 ;;
8466
8467 newsos6)
8468 lt_prog_compiler_pic='-KPIC'
8469 lt_prog_compiler_static='-Bstatic'
8470 ;;
8471
8472 *nto* | *qnx*)
8473 # QNX uses GNU C++, but need to define -shared option too, otherwise
8474 # it will coredump.
8475 lt_prog_compiler_pic='-fPIC -shared'
8476 ;;
8477
8478 osf3* | osf4* | osf5*)
8479 lt_prog_compiler_wl='-Wl,'
8480 # All OSF/1 code is PIC.
8481 lt_prog_compiler_static='-non_shared'
8482 ;;
8483
8484 rdos*)
8485 lt_prog_compiler_static='-non_shared'
8486 ;;
8487
8488 solaris*)
8489 lt_prog_compiler_pic='-KPIC'
8490 lt_prog_compiler_static='-Bstatic'
8491 case $cc_basename in
8492 f77* | f90* | f95*)
8493 lt_prog_compiler_wl='-Qoption ld ';;
8494 *)
8495 lt_prog_compiler_wl='-Wl,';;
8496 esac
8497 ;;
8498
8499 sunos4*)
8500 lt_prog_compiler_wl='-Qoption ld '
8501 lt_prog_compiler_pic='-PIC'
8502 lt_prog_compiler_static='-Bstatic'
8503 ;;
8504
8505 sysv4 | sysv4.2uw2* | sysv4.3*)
8506 lt_prog_compiler_wl='-Wl,'
8507 lt_prog_compiler_pic='-KPIC'
8508 lt_prog_compiler_static='-Bstatic'
8509 ;;
8510
8511 sysv4*MP*)
8512 if test -d /usr/nec ;then
8513 lt_prog_compiler_pic='-Kconform_pic'
8514 lt_prog_compiler_static='-Bstatic'
8515 fi
8516 ;;
8517
8518 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8519 lt_prog_compiler_wl='-Wl,'
8520 lt_prog_compiler_pic='-KPIC'
8521 lt_prog_compiler_static='-Bstatic'
8522 ;;
8523
8524 unicos*)
8525 lt_prog_compiler_wl='-Wl,'
8526 lt_prog_compiler_can_build_shared=no
8527 ;;
8528
8529 uts4*)
8530 lt_prog_compiler_pic='-pic'
8531 lt_prog_compiler_static='-Bstatic'
8532 ;;
8533
8534 *)
8535 lt_prog_compiler_can_build_shared=no
8536 ;;
8537 esac
8538 fi
8539
8540 case $host_os in
8541 # For platforms which do not support PIC, -DPIC is meaningless:
8542 *djgpp*)
8543 lt_prog_compiler_pic=
8544 ;;
8545 *)
8546 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8547 ;;
8548 esac
8549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8550 $as_echo "$lt_prog_compiler_pic" >&6; }
8551
8552
8553
8554
8555
8556
8557 #
8558 # Check to make sure the PIC flag actually works.
8559 #
8560 if test -n "$lt_prog_compiler_pic"; then
8561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8562 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8563 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8564 $as_echo_n "(cached) " >&6
8565 else
8566 lt_cv_prog_compiler_pic_works=no
8567 ac_outfile=conftest.$ac_objext
8568 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8569 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8570 # Insert the option either (1) after the last *FLAGS variable, or
8571 # (2) before a word containing "conftest.", or (3) at the end.
8572 # Note that $ac_compile itself does not contain backslashes and begins
8573 # with a dollar sign (not a hyphen), so the echo should work correctly.
8574 # The option is referenced via a variable to avoid confusing sed.
8575 lt_compile=`echo "$ac_compile" | $SED \
8576 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8577 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8578 -e 's:$: $lt_compiler_flag:'`
8579 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8580 (eval "$lt_compile" 2>conftest.err)
8581 ac_status=$?
8582 cat conftest.err >&5
8583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8584 if (exit $ac_status) && test -s "$ac_outfile"; then
8585 # The compiler can only warn and ignore the option if not recognized
8586 # So say no if there are warnings other than the usual output.
8587 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8588 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8589 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8590 lt_cv_prog_compiler_pic_works=yes
8591 fi
8592 fi
8593 $RM conftest*
8594
8595 fi
8596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8597 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8598
8599 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8600 case $lt_prog_compiler_pic in
8601 "" | " "*) ;;
8602 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8603 esac
8604 else
8605 lt_prog_compiler_pic=
8606 lt_prog_compiler_can_build_shared=no
8607 fi
8608
8609 fi
8610
8611
8612
8613
8614
8615
8616 #
8617 # Check to make sure the static flag actually works.
8618 #
8619 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8621 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8622 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8623 $as_echo_n "(cached) " >&6
8624 else
8625 lt_cv_prog_compiler_static_works=no
8626 save_LDFLAGS="$LDFLAGS"
8627 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8628 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8629 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8630 # The linker can only warn and ignore the option if not recognized
8631 # So say no if there are warnings
8632 if test -s conftest.err; then
8633 # Append any errors to the config.log.
8634 cat conftest.err 1>&5
8635 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8636 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8637 if diff conftest.exp conftest.er2 >/dev/null; then
8638 lt_cv_prog_compiler_static_works=yes
8639 fi
8640 else
8641 lt_cv_prog_compiler_static_works=yes
8642 fi
8643 fi
8644 $RM -r conftest*
8645 LDFLAGS="$save_LDFLAGS"
8646
8647 fi
8648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8649 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8650
8651 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8652 :
8653 else
8654 lt_prog_compiler_static=
8655 fi
8656
8657
8658
8659
8660
8661
8662
8663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8664 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8665 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8666 $as_echo_n "(cached) " >&6
8667 else
8668 lt_cv_prog_compiler_c_o=no
8669 $RM -r conftest 2>/dev/null
8670 mkdir conftest
8671 cd conftest
8672 mkdir out
8673 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8674
8675 lt_compiler_flag="-o out/conftest2.$ac_objext"
8676 # Insert the option either (1) after the last *FLAGS variable, or
8677 # (2) before a word containing "conftest.", or (3) at the end.
8678 # Note that $ac_compile itself does not contain backslashes and begins
8679 # with a dollar sign (not a hyphen), so the echo should work correctly.
8680 lt_compile=`echo "$ac_compile" | $SED \
8681 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8682 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8683 -e 's:$: $lt_compiler_flag:'`
8684 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8685 (eval "$lt_compile" 2>out/conftest.err)
8686 ac_status=$?
8687 cat out/conftest.err >&5
8688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8689 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8690 then
8691 # The compiler can only warn and ignore the option if not recognized
8692 # So say no if there are warnings
8693 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8694 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8695 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8696 lt_cv_prog_compiler_c_o=yes
8697 fi
8698 fi
8699 chmod u+w . 2>&5
8700 $RM conftest*
8701 # SGI C++ compiler will create directory out/ii_files/ for
8702 # template instantiation
8703 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8704 $RM out/* && rmdir out
8705 cd ..
8706 $RM -r conftest
8707 $RM conftest*
8708
8709 fi
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8711 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8712
8713
8714
8715
8716
8717
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8719 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8720 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8721 $as_echo_n "(cached) " >&6
8722 else
8723 lt_cv_prog_compiler_c_o=no
8724 $RM -r conftest 2>/dev/null
8725 mkdir conftest
8726 cd conftest
8727 mkdir out
8728 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8729
8730 lt_compiler_flag="-o out/conftest2.$ac_objext"
8731 # Insert the option either (1) after the last *FLAGS variable, or
8732 # (2) before a word containing "conftest.", or (3) at the end.
8733 # Note that $ac_compile itself does not contain backslashes and begins
8734 # with a dollar sign (not a hyphen), so the echo should work correctly.
8735 lt_compile=`echo "$ac_compile" | $SED \
8736 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8737 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8738 -e 's:$: $lt_compiler_flag:'`
8739 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8740 (eval "$lt_compile" 2>out/conftest.err)
8741 ac_status=$?
8742 cat out/conftest.err >&5
8743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8744 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8745 then
8746 # The compiler can only warn and ignore the option if not recognized
8747 # So say no if there are warnings
8748 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8749 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8750 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8751 lt_cv_prog_compiler_c_o=yes
8752 fi
8753 fi
8754 chmod u+w . 2>&5
8755 $RM conftest*
8756 # SGI C++ compiler will create directory out/ii_files/ for
8757 # template instantiation
8758 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8759 $RM out/* && rmdir out
8760 cd ..
8761 $RM -r conftest
8762 $RM conftest*
8763
8764 fi
8765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8766 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8767
8768
8769
8770
8771 hard_links="nottested"
8772 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8773 # do not overwrite the value of need_locks provided by the user
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8775 $as_echo_n "checking if we can lock with hard links... " >&6; }
8776 hard_links=yes
8777 $RM conftest*
8778 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8779 touch conftest.a
8780 ln conftest.a conftest.b 2>&5 || hard_links=no
8781 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8783 $as_echo "$hard_links" >&6; }
8784 if test "$hard_links" = no; then
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8786 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8787 need_locks=warn
8788 fi
8789 else
8790 need_locks=no
8791 fi
8792
8793
8794
8795
8796
8797
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8799 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8800
8801 runpath_var=
8802 allow_undefined_flag=
8803 always_export_symbols=no
8804 archive_cmds=
8805 archive_expsym_cmds=
8806 compiler_needs_object=no
8807 enable_shared_with_static_runtimes=no
8808 export_dynamic_flag_spec=
8809 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8810 hardcode_automatic=no
8811 hardcode_direct=no
8812 hardcode_direct_absolute=no
8813 hardcode_libdir_flag_spec=
8814 hardcode_libdir_flag_spec_ld=
8815 hardcode_libdir_separator=
8816 hardcode_minus_L=no
8817 hardcode_shlibpath_var=unsupported
8818 inherit_rpath=no
8819 link_all_deplibs=unknown
8820 module_cmds=
8821 module_expsym_cmds=
8822 old_archive_from_new_cmds=
8823 old_archive_from_expsyms_cmds=
8824 thread_safe_flag_spec=
8825 whole_archive_flag_spec=
8826 # include_expsyms should be a list of space-separated symbols to be *always*
8827 # included in the symbol list
8828 include_expsyms=
8829 # exclude_expsyms can be an extended regexp of symbols to exclude
8830 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8831 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8832 # as well as any symbol that contains `d'.
8833 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8834 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8835 # platforms (ab)use it in PIC code, but their linkers get confused if
8836 # the symbol is explicitly referenced. Since portable code cannot
8837 # rely on this symbol name, it's probably fine to never include it in
8838 # preloaded symbol tables.
8839 # Exclude shared library initialization/finalization symbols.
8840 extract_expsyms_cmds=
8841
8842 case $host_os in
8843 cygwin* | mingw* | pw32* | cegcc*)
8844 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8845 # When not using gcc, we currently assume that we are using
8846 # Microsoft Visual C++.
8847 if test "$GCC" != yes; then
8848 with_gnu_ld=no
8849 fi
8850 ;;
8851 interix*)
8852 # we just hope/assume this is gcc and not c89 (= MSVC++)
8853 with_gnu_ld=yes
8854 ;;
8855 openbsd*)
8856 with_gnu_ld=no
8857 ;;
8858 esac
8859
8860 ld_shlibs=yes
8861
8862 # On some targets, GNU ld is compatible enough with the native linker
8863 # that we're better off using the native interface for both.
8864 lt_use_gnu_ld_interface=no
8865 if test "$with_gnu_ld" = yes; then
8866 case $host_os in
8867 aix*)
8868 # The AIX port of GNU ld has always aspired to compatibility
8869 # with the native linker. However, as the warning in the GNU ld
8870 # block says, versions before 2.19.5* couldn't really create working
8871 # shared libraries, regardless of the interface used.
8872 case `$LD -v 2>&1` in
8873 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8874 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8875 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8876 *)
8877 lt_use_gnu_ld_interface=yes
8878 ;;
8879 esac
8880 ;;
8881 *)
8882 lt_use_gnu_ld_interface=yes
8883 ;;
8884 esac
8885 fi
8886
8887 if test "$lt_use_gnu_ld_interface" = yes; then
8888 # If archive_cmds runs LD, not CC, wlarc should be empty
8889 wlarc='${wl}'
8890
8891 # Set some defaults for GNU ld with shared library support. These
8892 # are reset later if shared libraries are not supported. Putting them
8893 # here allows them to be overridden if necessary.
8894 runpath_var=LD_RUN_PATH
8895 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8896 export_dynamic_flag_spec='${wl}--export-dynamic'
8897 # ancient GNU ld didn't support --whole-archive et. al.
8898 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8899 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8900 else
8901 whole_archive_flag_spec=
8902 fi
8903 supports_anon_versioning=no
8904 case `$LD -v 2>&1` in
8905 *GNU\ gold*) supports_anon_versioning=yes ;;
8906 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8907 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8908 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8909 *\ 2.11.*) ;; # other 2.11 versions
8910 *) supports_anon_versioning=yes ;;
8911 esac
8912
8913 # See if GNU ld supports shared libraries.
8914 case $host_os in
8915 aix[3-9]*)
8916 # On AIX/PPC, the GNU linker is very broken
8917 if test "$host_cpu" != ia64; then
8918 ld_shlibs=no
8919 cat <<_LT_EOF 1>&2
8920
8921 *** Warning: the GNU linker, at least up to release 2.19, is reported
8922 *** to be unable to reliably create shared libraries on AIX.
8923 *** Therefore, libtool is disabling shared libraries support. If you
8924 *** really care for shared libraries, you may want to install binutils
8925 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8926 *** You will then need to restart the configuration process.
8927
8928 _LT_EOF
8929 fi
8930 ;;
8931
8932 amigaos*)
8933 case $host_cpu in
8934 powerpc)
8935 # see comment about AmigaOS4 .so support
8936 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8937 archive_expsym_cmds=''
8938 ;;
8939 m68k)
8940 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)'
8941 hardcode_libdir_flag_spec='-L$libdir'
8942 hardcode_minus_L=yes
8943 ;;
8944 esac
8945 ;;
8946
8947 beos*)
8948 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8949 allow_undefined_flag=unsupported
8950 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8951 # support --undefined. This deserves some investigation. FIXME
8952 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8953 else
8954 ld_shlibs=no
8955 fi
8956 ;;
8957
8958 cygwin* | mingw* | pw32* | cegcc*)
8959 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8960 # as there is no search path for DLLs.
8961 hardcode_libdir_flag_spec='-L$libdir'
8962 export_dynamic_flag_spec='${wl}--export-all-symbols'
8963 allow_undefined_flag=unsupported
8964 always_export_symbols=no
8965 enable_shared_with_static_runtimes=yes
8966 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8967
8968 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8970 # If the export-symbols file already is a .def file (1st line
8971 # is EXPORTS), use it as is; otherwise, prepend...
8972 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8973 cp $export_symbols $output_objdir/$soname.def;
8974 else
8975 echo EXPORTS > $output_objdir/$soname.def;
8976 cat $export_symbols >> $output_objdir/$soname.def;
8977 fi~
8978 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8979 else
8980 ld_shlibs=no
8981 fi
8982 ;;
8983
8984 haiku*)
8985 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8986 link_all_deplibs=yes
8987 ;;
8988
8989 interix[3-9]*)
8990 hardcode_direct=no
8991 hardcode_shlibpath_var=no
8992 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8993 export_dynamic_flag_spec='${wl}-E'
8994 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8995 # Instead, shared libraries are loaded at an image base (0x10000000 by
8996 # default) and relocated if they conflict, which is a slow very memory
8997 # consuming and fragmenting process. To avoid this, we pick a random,
8998 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8999 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9000 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9001 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'
9002 ;;
9003
9004 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9005 tmp_diet=no
9006 if test "$host_os" = linux-dietlibc; then
9007 case $cc_basename in
9008 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9009 esac
9010 fi
9011 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9012 && test "$tmp_diet" = no
9013 then
9014 tmp_addflag=' $pic_flag'
9015 tmp_sharedflag='-shared'
9016 case $cc_basename,$host_cpu in
9017 pgcc*) # Portland Group C compiler
9018 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'
9019 tmp_addflag=' $pic_flag'
9020 ;;
9021 pgf77* | pgf90* | pgf95* | pgfortran*)
9022 # Portland Group f77 and f90 compilers
9023 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'
9024 tmp_addflag=' $pic_flag -Mnomain' ;;
9025 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9026 tmp_addflag=' -i_dynamic' ;;
9027 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9028 tmp_addflag=' -i_dynamic -nofor_main' ;;
9029 ifc* | ifort*) # Intel Fortran compiler
9030 tmp_addflag=' -nofor_main' ;;
9031 lf95*) # Lahey Fortran 8.1
9032 whole_archive_flag_spec=
9033 tmp_sharedflag='--shared' ;;
9034 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9035 tmp_sharedflag='-qmkshrobj'
9036 tmp_addflag= ;;
9037 nvcc*) # Cuda Compiler Driver 2.2
9038 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'
9039 compiler_needs_object=yes
9040 ;;
9041 esac
9042 case `$CC -V 2>&1 | sed 5q` in
9043 *Sun\ C*) # Sun C 5.9
9044 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'
9045 compiler_needs_object=yes
9046 tmp_sharedflag='-G' ;;
9047 *Sun\ F*) # Sun Fortran 8.3
9048 tmp_sharedflag='-G' ;;
9049 esac
9050 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9051
9052 if test "x$supports_anon_versioning" = xyes; then
9053 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9054 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9055 echo "local: *; };" >> $output_objdir/$libname.ver~
9056 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9057 fi
9058
9059 case $cc_basename in
9060 xlf* | bgf* | bgxlf* | mpixlf*)
9061 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9062 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9063 hardcode_libdir_flag_spec=
9064 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9065 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9066 if test "x$supports_anon_versioning" = xyes; then
9067 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9068 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9069 echo "local: *; };" >> $output_objdir/$libname.ver~
9070 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9071 fi
9072 ;;
9073 esac
9074 else
9075 ld_shlibs=no
9076 fi
9077 ;;
9078
9079 netbsd*)
9080 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9081 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9082 wlarc=
9083 else
9084 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9085 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9086 fi
9087 ;;
9088
9089 solaris*)
9090 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9091 ld_shlibs=no
9092 cat <<_LT_EOF 1>&2
9093
9094 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9095 *** create shared libraries on Solaris systems. Therefore, libtool
9096 *** is disabling shared libraries support. We urge you to upgrade GNU
9097 *** binutils to release 2.9.1 or newer. Another option is to modify
9098 *** your PATH or compiler configuration so that the native linker is
9099 *** used, and then restart.
9100
9101 _LT_EOF
9102 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9103 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9104 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9105 else
9106 ld_shlibs=no
9107 fi
9108 ;;
9109
9110 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9111 case `$LD -v 2>&1` in
9112 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9113 ld_shlibs=no
9114 cat <<_LT_EOF 1>&2
9115
9116 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9117 *** reliably create shared libraries on SCO systems. Therefore, libtool
9118 *** is disabling shared libraries support. We urge you to upgrade GNU
9119 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9120 *** your PATH or compiler configuration so that the native linker is
9121 *** used, and then restart.
9122
9123 _LT_EOF
9124 ;;
9125 *)
9126 # For security reasons, it is highly recommended that you always
9127 # use absolute paths for naming shared libraries, and exclude the
9128 # DT_RUNPATH tag from executables and libraries. But doing so
9129 # requires that you compile everything twice, which is a pain.
9130 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9131 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9132 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9133 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9134 else
9135 ld_shlibs=no
9136 fi
9137 ;;
9138 esac
9139 ;;
9140
9141 sunos4*)
9142 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9143 wlarc=
9144 hardcode_direct=yes
9145 hardcode_shlibpath_var=no
9146 ;;
9147
9148 *)
9149 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9150 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9151 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9152 else
9153 ld_shlibs=no
9154 fi
9155 ;;
9156 esac
9157
9158 if test "$ld_shlibs" = no; then
9159 runpath_var=
9160 hardcode_libdir_flag_spec=
9161 export_dynamic_flag_spec=
9162 whole_archive_flag_spec=
9163 fi
9164 else
9165 # PORTME fill in a description of your system's linker (not GNU ld)
9166 case $host_os in
9167 aix3*)
9168 allow_undefined_flag=unsupported
9169 always_export_symbols=yes
9170 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'
9171 # Note: this linker hardcodes the directories in LIBPATH if there
9172 # are no directories specified by -L.
9173 hardcode_minus_L=yes
9174 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9175 # Neither direct hardcoding nor static linking is supported with a
9176 # broken collect2.
9177 hardcode_direct=unsupported
9178 fi
9179 ;;
9180
9181 aix[4-9]*)
9182 if test "$host_cpu" = ia64; then
9183 # On IA64, the linker does run time linking by default, so we don't
9184 # have to do anything special.
9185 aix_use_runtimelinking=no
9186 exp_sym_flag='-Bexport'
9187 no_entry_flag=""
9188 else
9189 # If we're using GNU nm, then we don't want the "-C" option.
9190 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9191 # Also, AIX nm treats weak defined symbols like other global
9192 # defined symbols, whereas GNU nm marks them as "W".
9193 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9194 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'
9195 else
9196 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'
9197 fi
9198 aix_use_runtimelinking=no
9199
9200 # Test if we are trying to use run time linking or normal
9201 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9202 # need to do runtime linking.
9203 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9204 for ld_flag in $LDFLAGS; do
9205 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9206 aix_use_runtimelinking=yes
9207 break
9208 fi
9209 done
9210 ;;
9211 esac
9212
9213 exp_sym_flag='-bexport'
9214 no_entry_flag='-bnoentry'
9215 fi
9216
9217 # When large executables or shared objects are built, AIX ld can
9218 # have problems creating the table of contents. If linking a library
9219 # or program results in "error TOC overflow" add -mminimal-toc to
9220 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9221 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9222
9223 archive_cmds=''
9224 hardcode_direct=yes
9225 hardcode_direct_absolute=yes
9226 hardcode_libdir_separator=':'
9227 link_all_deplibs=yes
9228 file_list_spec='${wl}-f,'
9229
9230 if test "$GCC" = yes; then
9231 case $host_os in aix4.[012]|aix4.[012].*)
9232 # We only want to do this on AIX 4.2 and lower, the check
9233 # below for broken collect2 doesn't work under 4.3+
9234 collect2name=`${CC} -print-prog-name=collect2`
9235 if test -f "$collect2name" &&
9236 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9237 then
9238 # We have reworked collect2
9239 :
9240 else
9241 # We have old collect2
9242 hardcode_direct=unsupported
9243 # It fails to find uninstalled libraries when the uninstalled
9244 # path is not listed in the libpath. Setting hardcode_minus_L
9245 # to unsupported forces relinking
9246 hardcode_minus_L=yes
9247 hardcode_libdir_flag_spec='-L$libdir'
9248 hardcode_libdir_separator=
9249 fi
9250 ;;
9251 esac
9252 shared_flag='-shared'
9253 if test "$aix_use_runtimelinking" = yes; then
9254 shared_flag="$shared_flag "'${wl}-G'
9255 fi
9256 else
9257 # not using gcc
9258 if test "$host_cpu" = ia64; then
9259 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9260 # chokes on -Wl,-G. The following line is correct:
9261 shared_flag='-G'
9262 else
9263 if test "$aix_use_runtimelinking" = yes; then
9264 shared_flag='${wl}-G'
9265 else
9266 shared_flag='${wl}-bM:SRE'
9267 fi
9268 fi
9269 fi
9270
9271 export_dynamic_flag_spec='${wl}-bexpall'
9272 # It seems that -bexpall does not export symbols beginning with
9273 # underscore (_), so it is better to generate a list of symbols to export.
9274 always_export_symbols=yes
9275 if test "$aix_use_runtimelinking" = yes; then
9276 # Warning - without using the other runtime loading flags (-brtl),
9277 # -berok will link without error, but may produce a broken library.
9278 allow_undefined_flag='-berok'
9279 # Determine the default libpath from the value encoded in an
9280 # empty executable.
9281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9282 /* end confdefs.h. */
9283
9284 int
9285 main ()
9286 {
9287
9288 ;
9289 return 0;
9290 }
9291 _ACEOF
9292 if ac_fn_c_try_link "$LINENO"; then :
9293
9294 lt_aix_libpath_sed='
9295 /Import File Strings/,/^$/ {
9296 /^0/ {
9297 s/^0 *\(.*\)$/\1/
9298 p
9299 }
9300 }'
9301 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9302 # Check for a 64-bit object if we didn't find anything.
9303 if test -z "$aix_libpath"; then
9304 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9305 fi
9306 fi
9307 rm -f core conftest.err conftest.$ac_objext \
9308 conftest$ac_exeext conftest.$ac_ext
9309 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9310
9311 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9312 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"
9313 else
9314 if test "$host_cpu" = ia64; then
9315 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9316 allow_undefined_flag="-z nodefs"
9317 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"
9318 else
9319 # Determine the default libpath from the value encoded in an
9320 # empty executable.
9321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9322 /* end confdefs.h. */
9323
9324 int
9325 main ()
9326 {
9327
9328 ;
9329 return 0;
9330 }
9331 _ACEOF
9332 if ac_fn_c_try_link "$LINENO"; then :
9333
9334 lt_aix_libpath_sed='
9335 /Import File Strings/,/^$/ {
9336 /^0/ {
9337 s/^0 *\(.*\)$/\1/
9338 p
9339 }
9340 }'
9341 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9342 # Check for a 64-bit object if we didn't find anything.
9343 if test -z "$aix_libpath"; then
9344 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9345 fi
9346 fi
9347 rm -f core conftest.err conftest.$ac_objext \
9348 conftest$ac_exeext conftest.$ac_ext
9349 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9350
9351 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9352 # Warning - without using the other run time loading flags,
9353 # -berok will link without error, but may produce a broken library.
9354 no_undefined_flag=' ${wl}-bernotok'
9355 allow_undefined_flag=' ${wl}-berok'
9356 if test "$with_gnu_ld" = yes; then
9357 # We only use this code for GNU lds that support --whole-archive.
9358 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9359 else
9360 # Exported symbols can be pulled into shared objects from archives
9361 whole_archive_flag_spec='$convenience'
9362 fi
9363 archive_cmds_need_lc=yes
9364 # This is similar to how AIX traditionally builds its shared libraries.
9365 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'
9366 fi
9367 fi
9368 ;;
9369
9370 amigaos*)
9371 case $host_cpu in
9372 powerpc)
9373 # see comment about AmigaOS4 .so support
9374 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9375 archive_expsym_cmds=''
9376 ;;
9377 m68k)
9378 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)'
9379 hardcode_libdir_flag_spec='-L$libdir'
9380 hardcode_minus_L=yes
9381 ;;
9382 esac
9383 ;;
9384
9385 bsdi[45]*)
9386 export_dynamic_flag_spec=-rdynamic
9387 ;;
9388
9389 cygwin* | mingw* | pw32* | cegcc*)
9390 # When not using gcc, we currently assume that we are using
9391 # Microsoft Visual C++.
9392 # hardcode_libdir_flag_spec is actually meaningless, as there is
9393 # no search path for DLLs.
9394 hardcode_libdir_flag_spec=' '
9395 allow_undefined_flag=unsupported
9396 # Tell ltmain to make .lib files, not .a files.
9397 libext=lib
9398 # Tell ltmain to make .dll files, not .so files.
9399 shrext_cmds=".dll"
9400 # FIXME: Setting linknames here is a bad hack.
9401 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9402 # The linker will automatically build a .lib file if we build a DLL.
9403 old_archive_from_new_cmds='true'
9404 # FIXME: Should let the user specify the lib program.
9405 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9406 fix_srcfile_path='`cygpath -w "$srcfile"`'
9407 enable_shared_with_static_runtimes=yes
9408 ;;
9409
9410 darwin* | rhapsody*)
9411
9412
9413 archive_cmds_need_lc=no
9414 hardcode_direct=no
9415 hardcode_automatic=yes
9416 hardcode_shlibpath_var=unsupported
9417 if test "$lt_cv_ld_force_load" = "yes"; then
9418 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\"`'
9419 else
9420 whole_archive_flag_spec=''
9421 fi
9422 link_all_deplibs=yes
9423 allow_undefined_flag="$_lt_dar_allow_undefined"
9424 case $cc_basename in
9425 ifort*) _lt_dar_can_shared=yes ;;
9426 *) _lt_dar_can_shared=$GCC ;;
9427 esac
9428 if test "$_lt_dar_can_shared" = "yes"; then
9429 output_verbose_link_cmd=func_echo_all
9430 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9431 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9432 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}"
9433 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}"
9434
9435 else
9436 ld_shlibs=no
9437 fi
9438
9439 ;;
9440
9441 dgux*)
9442 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9443 hardcode_libdir_flag_spec='-L$libdir'
9444 hardcode_shlibpath_var=no
9445 ;;
9446
9447 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9448 # support. Future versions do this automatically, but an explicit c++rt0.o
9449 # does not break anything, and helps significantly (at the cost of a little
9450 # extra space).
9451 freebsd2.2*)
9452 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9453 hardcode_libdir_flag_spec='-R$libdir'
9454 hardcode_direct=yes
9455 hardcode_shlibpath_var=no
9456 ;;
9457
9458 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9459 freebsd2.*)
9460 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9461 hardcode_direct=yes
9462 hardcode_minus_L=yes
9463 hardcode_shlibpath_var=no
9464 ;;
9465
9466 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9467 freebsd* | dragonfly*)
9468 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9469 hardcode_libdir_flag_spec='-R$libdir'
9470 hardcode_direct=yes
9471 hardcode_shlibpath_var=no
9472 ;;
9473
9474 hpux9*)
9475 if test "$GCC" = yes; then
9476 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'
9477 else
9478 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'
9479 fi
9480 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9481 hardcode_libdir_separator=:
9482 hardcode_direct=yes
9483
9484 # hardcode_minus_L: Not really in the search PATH,
9485 # but as the default location of the library.
9486 hardcode_minus_L=yes
9487 export_dynamic_flag_spec='${wl}-E'
9488 ;;
9489
9490 hpux10*)
9491 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9492 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9493 else
9494 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9495 fi
9496 if test "$with_gnu_ld" = no; then
9497 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9498 hardcode_libdir_flag_spec_ld='+b $libdir'
9499 hardcode_libdir_separator=:
9500 hardcode_direct=yes
9501 hardcode_direct_absolute=yes
9502 export_dynamic_flag_spec='${wl}-E'
9503 # hardcode_minus_L: Not really in the search PATH,
9504 # but as the default location of the library.
9505 hardcode_minus_L=yes
9506 fi
9507 ;;
9508
9509 hpux11*)
9510 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9511 case $host_cpu in
9512 hppa*64*)
9513 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9514 ;;
9515 ia64*)
9516 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9517 ;;
9518 *)
9519 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9520 ;;
9521 esac
9522 else
9523 case $host_cpu in
9524 hppa*64*)
9525 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9526 ;;
9527 ia64*)
9528 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9529 ;;
9530 *)
9531
9532 # Older versions of the 11.00 compiler do not understand -b yet
9533 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9535 $as_echo_n "checking if $CC understands -b... " >&6; }
9536 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9537 $as_echo_n "(cached) " >&6
9538 else
9539 lt_cv_prog_compiler__b=no
9540 save_LDFLAGS="$LDFLAGS"
9541 LDFLAGS="$LDFLAGS -b"
9542 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9543 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9544 # The linker can only warn and ignore the option if not recognized
9545 # So say no if there are warnings
9546 if test -s conftest.err; then
9547 # Append any errors to the config.log.
9548 cat conftest.err 1>&5
9549 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9550 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9551 if diff conftest.exp conftest.er2 >/dev/null; then
9552 lt_cv_prog_compiler__b=yes
9553 fi
9554 else
9555 lt_cv_prog_compiler__b=yes
9556 fi
9557 fi
9558 $RM -r conftest*
9559 LDFLAGS="$save_LDFLAGS"
9560
9561 fi
9562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9563 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9564
9565 if test x"$lt_cv_prog_compiler__b" = xyes; then
9566 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9567 else
9568 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9569 fi
9570
9571 ;;
9572 esac
9573 fi
9574 if test "$with_gnu_ld" = no; then
9575 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9576 hardcode_libdir_separator=:
9577
9578 case $host_cpu in
9579 hppa*64*|ia64*)
9580 hardcode_direct=no
9581 hardcode_shlibpath_var=no
9582 ;;
9583 *)
9584 hardcode_direct=yes
9585 hardcode_direct_absolute=yes
9586 export_dynamic_flag_spec='${wl}-E'
9587
9588 # hardcode_minus_L: Not really in the search PATH,
9589 # but as the default location of the library.
9590 hardcode_minus_L=yes
9591 ;;
9592 esac
9593 fi
9594 ;;
9595
9596 irix5* | irix6* | nonstopux*)
9597 if test "$GCC" = yes; then
9598 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'
9599 # Try to use the -exported_symbol ld option, if it does not
9600 # work, assume that -exports_file does not work either and
9601 # implicitly export all symbols.
9602 save_LDFLAGS="$LDFLAGS"
9603 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9605 /* end confdefs.h. */
9606 int foo(void) {}
9607 _ACEOF
9608 if ac_fn_c_try_link "$LINENO"; then :
9609 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'
9610
9611 fi
9612 rm -f core conftest.err conftest.$ac_objext \
9613 conftest$ac_exeext conftest.$ac_ext
9614 LDFLAGS="$save_LDFLAGS"
9615 else
9616 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'
9617 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'
9618 fi
9619 archive_cmds_need_lc='no'
9620 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9621 hardcode_libdir_separator=:
9622 inherit_rpath=yes
9623 link_all_deplibs=yes
9624 ;;
9625
9626 netbsd*)
9627 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9628 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9629 else
9630 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9631 fi
9632 hardcode_libdir_flag_spec='-R$libdir'
9633 hardcode_direct=yes
9634 hardcode_shlibpath_var=no
9635 ;;
9636
9637 newsos6)
9638 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9639 hardcode_direct=yes
9640 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9641 hardcode_libdir_separator=:
9642 hardcode_shlibpath_var=no
9643 ;;
9644
9645 *nto* | *qnx*)
9646 ;;
9647
9648 openbsd*)
9649 if test -f /usr/libexec/ld.so; then
9650 hardcode_direct=yes
9651 hardcode_shlibpath_var=no
9652 hardcode_direct_absolute=yes
9653 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9654 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9655 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9656 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9657 export_dynamic_flag_spec='${wl}-E'
9658 else
9659 case $host_os in
9660 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9661 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9662 hardcode_libdir_flag_spec='-R$libdir'
9663 ;;
9664 *)
9665 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9666 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9667 ;;
9668 esac
9669 fi
9670 else
9671 ld_shlibs=no
9672 fi
9673 ;;
9674
9675 os2*)
9676 hardcode_libdir_flag_spec='-L$libdir'
9677 hardcode_minus_L=yes
9678 allow_undefined_flag=unsupported
9679 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'
9680 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9681 ;;
9682
9683 osf3*)
9684 if test "$GCC" = yes; then
9685 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9686 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'
9687 else
9688 allow_undefined_flag=' -expect_unresolved \*'
9689 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'
9690 fi
9691 archive_cmds_need_lc='no'
9692 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9693 hardcode_libdir_separator=:
9694 ;;
9695
9696 osf4* | osf5*) # as osf3* with the addition of -msym flag
9697 if test "$GCC" = yes; then
9698 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9699 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'
9700 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9701 else
9702 allow_undefined_flag=' -expect_unresolved \*'
9703 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'
9704 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~
9705 $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'
9706
9707 # Both c and cxx compiler support -rpath directly
9708 hardcode_libdir_flag_spec='-rpath $libdir'
9709 fi
9710 archive_cmds_need_lc='no'
9711 hardcode_libdir_separator=:
9712 ;;
9713
9714 solaris*)
9715 no_undefined_flag=' -z defs'
9716 if test "$GCC" = yes; then
9717 wlarc='${wl}'
9718 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9719 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9720 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9721 else
9722 case `$CC -V 2>&1` in
9723 *"Compilers 5.0"*)
9724 wlarc=''
9725 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9727 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9728 ;;
9729 *)
9730 wlarc='${wl}'
9731 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9732 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9734 ;;
9735 esac
9736 fi
9737 hardcode_libdir_flag_spec='-R$libdir'
9738 hardcode_shlibpath_var=no
9739 case $host_os in
9740 solaris2.[0-5] | solaris2.[0-5].*) ;;
9741 *)
9742 # The compiler driver will combine and reorder linker options,
9743 # but understands `-z linker_flag'. GCC discards it without `$wl',
9744 # but is careful enough not to reorder.
9745 # Supported since Solaris 2.6 (maybe 2.5.1?)
9746 if test "$GCC" = yes; then
9747 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9748 else
9749 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9750 fi
9751 ;;
9752 esac
9753 link_all_deplibs=yes
9754 ;;
9755
9756 sunos4*)
9757 if test "x$host_vendor" = xsequent; then
9758 # Use $CC to link under sequent, because it throws in some extra .o
9759 # files that make .init and .fini sections work.
9760 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9761 else
9762 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9763 fi
9764 hardcode_libdir_flag_spec='-L$libdir'
9765 hardcode_direct=yes
9766 hardcode_minus_L=yes
9767 hardcode_shlibpath_var=no
9768 ;;
9769
9770 sysv4)
9771 case $host_vendor in
9772 sni)
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_direct=yes # is this really true???
9775 ;;
9776 siemens)
9777 ## LD is ld it makes a PLAMLIB
9778 ## CC just makes a GrossModule.
9779 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9780 reload_cmds='$CC -r -o $output$reload_objs'
9781 hardcode_direct=no
9782 ;;
9783 motorola)
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9786 ;;
9787 esac
9788 runpath_var='LD_RUN_PATH'
9789 hardcode_shlibpath_var=no
9790 ;;
9791
9792 sysv4.3*)
9793 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9794 hardcode_shlibpath_var=no
9795 export_dynamic_flag_spec='-Bexport'
9796 ;;
9797
9798 sysv4*MP*)
9799 if test -d /usr/nec; then
9800 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9801 hardcode_shlibpath_var=no
9802 runpath_var=LD_RUN_PATH
9803 hardcode_runpath_var=yes
9804 ld_shlibs=yes
9805 fi
9806 ;;
9807
9808 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9809 no_undefined_flag='${wl}-z,text'
9810 archive_cmds_need_lc=no
9811 hardcode_shlibpath_var=no
9812 runpath_var='LD_RUN_PATH'
9813
9814 if test "$GCC" = yes; then
9815 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9817 else
9818 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9820 fi
9821 ;;
9822
9823 sysv5* | sco3.2v5* | sco5v6*)
9824 # Note: We can NOT use -z defs as we might desire, because we do not
9825 # link with -lc, and that would cause any symbols used from libc to
9826 # always be unresolved, which means just about no library would
9827 # ever link correctly. If we're not using GNU ld we use -z text
9828 # though, which does catch some bad symbols but isn't as heavy-handed
9829 # as -z defs.
9830 no_undefined_flag='${wl}-z,text'
9831 allow_undefined_flag='${wl}-z,nodefs'
9832 archive_cmds_need_lc=no
9833 hardcode_shlibpath_var=no
9834 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9835 hardcode_libdir_separator=':'
9836 link_all_deplibs=yes
9837 export_dynamic_flag_spec='${wl}-Bexport'
9838 runpath_var='LD_RUN_PATH'
9839
9840 if test "$GCC" = yes; then
9841 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9842 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9843 else
9844 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9845 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9846 fi
9847 ;;
9848
9849 uts4*)
9850 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9851 hardcode_libdir_flag_spec='-L$libdir'
9852 hardcode_shlibpath_var=no
9853 ;;
9854
9855 *)
9856 ld_shlibs=no
9857 ;;
9858 esac
9859
9860 if test x$host_vendor = xsni; then
9861 case $host in
9862 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9863 export_dynamic_flag_spec='${wl}-Blargedynsym'
9864 ;;
9865 esac
9866 fi
9867 fi
9868
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9870 $as_echo "$ld_shlibs" >&6; }
9871 test "$ld_shlibs" = no && can_build_shared=no
9872
9873 with_gnu_ld=$with_gnu_ld
9874
9875
9876
9877
9878
9879
9880
9881
9882
9883
9884
9885
9886
9887
9888
9889 #
9890 # Do we need to explicitly link libc?
9891 #
9892 case "x$archive_cmds_need_lc" in
9893 x|xyes)
9894 # Assume -lc should be added
9895 archive_cmds_need_lc=yes
9896
9897 if test "$enable_shared" = yes && test "$GCC" = yes; then
9898 case $archive_cmds in
9899 *'~'*)
9900 # FIXME: we may have to deal with multi-command sequences.
9901 ;;
9902 '$CC '*)
9903 # Test whether the compiler implicitly links with -lc since on some
9904 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9905 # to ld, don't add -lc before -lgcc.
9906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9907 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9908 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9909 $as_echo_n "(cached) " >&6
9910 else
9911 $RM conftest*
9912 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9913
9914 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9915 (eval $ac_compile) 2>&5
9916 ac_status=$?
9917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9918 test $ac_status = 0; } 2>conftest.err; then
9919 soname=conftest
9920 lib=conftest
9921 libobjs=conftest.$ac_objext
9922 deplibs=
9923 wl=$lt_prog_compiler_wl
9924 pic_flag=$lt_prog_compiler_pic
9925 compiler_flags=-v
9926 linker_flags=-v
9927 verstring=
9928 output_objdir=.
9929 libname=conftest
9930 lt_save_allow_undefined_flag=$allow_undefined_flag
9931 allow_undefined_flag=
9932 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9933 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9934 ac_status=$?
9935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9936 test $ac_status = 0; }
9937 then
9938 lt_cv_archive_cmds_need_lc=no
9939 else
9940 lt_cv_archive_cmds_need_lc=yes
9941 fi
9942 allow_undefined_flag=$lt_save_allow_undefined_flag
9943 else
9944 cat conftest.err 1>&5
9945 fi
9946 $RM conftest*
9947
9948 fi
9949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9950 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9951 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9952 ;;
9953 esac
9954 fi
9955 ;;
9956 esac
9957
9958
9959
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10115 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10116
10117 if test "$GCC" = yes; then
10118 case $host_os in
10119 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10120 *) lt_awk_arg="/^libraries:/" ;;
10121 esac
10122 case $host_os in
10123 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10124 *) lt_sed_strip_eq="s,=/,/,g" ;;
10125 esac
10126 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10127 case $lt_search_path_spec in
10128 *\;*)
10129 # if the path contains ";" then we assume it to be the separator
10130 # otherwise default to the standard path separator (i.e. ":") - it is
10131 # assumed that no part of a normal pathname contains ";" but that should
10132 # okay in the real world where ";" in dirpaths is itself problematic.
10133 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10134 ;;
10135 *)
10136 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10137 ;;
10138 esac
10139 # Ok, now we have the path, separated by spaces, we can step through it
10140 # and add multilib dir if necessary.
10141 lt_tmp_lt_search_path_spec=
10142 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10143 for lt_sys_path in $lt_search_path_spec; do
10144 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10145 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10146 else
10147 test -d "$lt_sys_path" && \
10148 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10149 fi
10150 done
10151 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10152 BEGIN {RS=" "; FS="/|\n";} {
10153 lt_foo="";
10154 lt_count=0;
10155 for (lt_i = NF; lt_i > 0; lt_i--) {
10156 if ($lt_i != "" && $lt_i != ".") {
10157 if ($lt_i == "..") {
10158 lt_count++;
10159 } else {
10160 if (lt_count == 0) {
10161 lt_foo="/" $lt_i lt_foo;
10162 } else {
10163 lt_count--;
10164 }
10165 }
10166 }
10167 }
10168 if (lt_foo != "") { lt_freq[lt_foo]++; }
10169 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10170 }'`
10171 # AWK program above erroneously prepends '/' to C:/dos/paths
10172 # for these hosts.
10173 case $host_os in
10174 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10175 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10176 esac
10177 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10178 else
10179 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10180 fi
10181 library_names_spec=
10182 libname_spec='lib$name'
10183 soname_spec=
10184 shrext_cmds=".so"
10185 postinstall_cmds=
10186 postuninstall_cmds=
10187 finish_cmds=
10188 finish_eval=
10189 shlibpath_var=
10190 shlibpath_overrides_runpath=unknown
10191 version_type=none
10192 dynamic_linker="$host_os ld.so"
10193 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10194 need_lib_prefix=unknown
10195 hardcode_into_libs=no
10196
10197 # when you set need_version to no, make sure it does not cause -set_version
10198 # flags to be left without arguments
10199 need_version=unknown
10200
10201 case $host_os in
10202 aix3*)
10203 version_type=linux
10204 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10205 shlibpath_var=LIBPATH
10206
10207 # AIX 3 has no versioning support, so we append a major version to the name.
10208 soname_spec='${libname}${release}${shared_ext}$major'
10209 ;;
10210
10211 aix[4-9]*)
10212 version_type=linux
10213 need_lib_prefix=no
10214 need_version=no
10215 hardcode_into_libs=yes
10216 if test "$host_cpu" = ia64; then
10217 # AIX 5 supports IA64
10218 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10219 shlibpath_var=LD_LIBRARY_PATH
10220 else
10221 # With GCC up to 2.95.x, collect2 would create an import file
10222 # for dependence libraries. The import file would start with
10223 # the line `#! .'. This would cause the generated library to
10224 # depend on `.', always an invalid library. This was fixed in
10225 # development snapshots of GCC prior to 3.0.
10226 case $host_os in
10227 aix4 | aix4.[01] | aix4.[01].*)
10228 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10229 echo ' yes '
10230 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10231 :
10232 else
10233 can_build_shared=no
10234 fi
10235 ;;
10236 esac
10237 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10238 # soname into executable. Probably we can add versioning support to
10239 # collect2, so additional links can be useful in future.
10240 if test "$aix_use_runtimelinking" = yes; then
10241 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10242 # instead of lib<name>.a to let people know that these are not
10243 # typical AIX shared libraries.
10244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10245 else
10246 # We preserve .a as extension for shared libraries through AIX4.2
10247 # and later when we are not doing run time linking.
10248 library_names_spec='${libname}${release}.a $libname.a'
10249 soname_spec='${libname}${release}${shared_ext}$major'
10250 fi
10251 shlibpath_var=LIBPATH
10252 fi
10253 ;;
10254
10255 amigaos*)
10256 case $host_cpu in
10257 powerpc)
10258 # Since July 2007 AmigaOS4 officially supports .so libraries.
10259 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10261 ;;
10262 m68k)
10263 library_names_spec='$libname.ixlibrary $libname.a'
10264 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10265 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'
10266 ;;
10267 esac
10268 ;;
10269
10270 beos*)
10271 library_names_spec='${libname}${shared_ext}'
10272 dynamic_linker="$host_os ld.so"
10273 shlibpath_var=LIBRARY_PATH
10274 ;;
10275
10276 bsdi[45]*)
10277 version_type=linux
10278 need_version=no
10279 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10280 soname_spec='${libname}${release}${shared_ext}$major'
10281 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10282 shlibpath_var=LD_LIBRARY_PATH
10283 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10284 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10285 # the default ld.so.conf also contains /usr/contrib/lib and
10286 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10287 # libtool to hard-code these into programs
10288 ;;
10289
10290 cygwin* | mingw* | pw32* | cegcc*)
10291 version_type=windows
10292 shrext_cmds=".dll"
10293 need_version=no
10294 need_lib_prefix=no
10295
10296 case $GCC,$host_os in
10297 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10298 library_names_spec='$libname.dll.a'
10299 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10300 postinstall_cmds='base_file=`basename \${file}`~
10301 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10302 dldir=$destdir/`dirname \$dlpath`~
10303 test -d \$dldir || mkdir -p \$dldir~
10304 $install_prog $dir/$dlname \$dldir/$dlname~
10305 chmod a+x \$dldir/$dlname~
10306 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10307 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10308 fi'
10309 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10310 dlpath=$dir/\$dldll~
10311 $RM \$dlpath'
10312 shlibpath_overrides_runpath=yes
10313
10314 case $host_os in
10315 cygwin*)
10316 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10317 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10318
10319 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10320 ;;
10321 mingw* | cegcc*)
10322 # MinGW DLLs use traditional 'lib' prefix
10323 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10324 ;;
10325 pw32*)
10326 # pw32 DLLs use 'pw' prefix rather than 'lib'
10327 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10328 ;;
10329 esac
10330 ;;
10331
10332 *)
10333 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10334 ;;
10335 esac
10336 dynamic_linker='Win32 ld.exe'
10337 # FIXME: first we should search . and the directory the executable is in
10338 shlibpath_var=PATH
10339 ;;
10340
10341 darwin* | rhapsody*)
10342 dynamic_linker="$host_os dyld"
10343 version_type=darwin
10344 need_lib_prefix=no
10345 need_version=no
10346 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10347 soname_spec='${libname}${release}${major}$shared_ext'
10348 shlibpath_overrides_runpath=yes
10349 shlibpath_var=DYLD_LIBRARY_PATH
10350 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10351
10352 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10353 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10354 ;;
10355
10356 dgux*)
10357 version_type=linux
10358 need_lib_prefix=no
10359 need_version=no
10360 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 shlibpath_var=LD_LIBRARY_PATH
10363 ;;
10364
10365 freebsd* | dragonfly*)
10366 # DragonFly does not have aout. When/if they implement a new
10367 # versioning mechanism, adjust this.
10368 if test -x /usr/bin/objformat; then
10369 objformat=`/usr/bin/objformat`
10370 else
10371 case $host_os in
10372 freebsd[23].*) objformat=aout ;;
10373 *) objformat=elf ;;
10374 esac
10375 fi
10376 version_type=freebsd-$objformat
10377 case $version_type in
10378 freebsd-elf*)
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10380 need_version=no
10381 need_lib_prefix=no
10382 ;;
10383 freebsd-*)
10384 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10385 need_version=yes
10386 ;;
10387 esac
10388 shlibpath_var=LD_LIBRARY_PATH
10389 case $host_os in
10390 freebsd2.*)
10391 shlibpath_overrides_runpath=yes
10392 ;;
10393 freebsd3.[01]* | freebsdelf3.[01]*)
10394 shlibpath_overrides_runpath=yes
10395 hardcode_into_libs=yes
10396 ;;
10397 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10398 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10399 shlibpath_overrides_runpath=no
10400 hardcode_into_libs=yes
10401 ;;
10402 *) # from 4.6 on, and DragonFly
10403 shlibpath_overrides_runpath=yes
10404 hardcode_into_libs=yes
10405 ;;
10406 esac
10407 ;;
10408
10409 gnu*)
10410 version_type=linux
10411 need_lib_prefix=no
10412 need_version=no
10413 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10414 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LD_LIBRARY_PATH
10416 hardcode_into_libs=yes
10417 ;;
10418
10419 haiku*)
10420 version_type=linux
10421 need_lib_prefix=no
10422 need_version=no
10423 dynamic_linker="$host_os runtime_loader"
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10425 soname_spec='${libname}${release}${shared_ext}$major'
10426 shlibpath_var=LIBRARY_PATH
10427 shlibpath_overrides_runpath=yes
10428 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10429 hardcode_into_libs=yes
10430 ;;
10431
10432 hpux9* | hpux10* | hpux11*)
10433 # Give a soname corresponding to the major version so that dld.sl refuses to
10434 # link against other versions.
10435 version_type=sunos
10436 need_lib_prefix=no
10437 need_version=no
10438 case $host_cpu in
10439 ia64*)
10440 shrext_cmds='.so'
10441 hardcode_into_libs=yes
10442 dynamic_linker="$host_os dld.so"
10443 shlibpath_var=LD_LIBRARY_PATH
10444 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10445 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10446 soname_spec='${libname}${release}${shared_ext}$major'
10447 if test "X$HPUX_IA64_MODE" = X32; then
10448 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10449 else
10450 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10451 fi
10452 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10453 ;;
10454 hppa*64*)
10455 shrext_cmds='.sl'
10456 hardcode_into_libs=yes
10457 dynamic_linker="$host_os dld.sl"
10458 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10459 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10460 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10461 soname_spec='${libname}${release}${shared_ext}$major'
10462 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10463 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10464 ;;
10465 *)
10466 shrext_cmds='.sl'
10467 dynamic_linker="$host_os dld.sl"
10468 shlibpath_var=SHLIB_PATH
10469 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10470 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10471 soname_spec='${libname}${release}${shared_ext}$major'
10472 ;;
10473 esac
10474 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10475 postinstall_cmds='chmod 555 $lib'
10476 # or fails outright, so override atomically:
10477 install_override_mode=555
10478 ;;
10479
10480 interix[3-9]*)
10481 version_type=linux
10482 need_lib_prefix=no
10483 need_version=no
10484 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10485 soname_spec='${libname}${release}${shared_ext}$major'
10486 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10487 shlibpath_var=LD_LIBRARY_PATH
10488 shlibpath_overrides_runpath=no
10489 hardcode_into_libs=yes
10490 ;;
10491
10492 irix5* | irix6* | nonstopux*)
10493 case $host_os in
10494 nonstopux*) version_type=nonstopux ;;
10495 *)
10496 if test "$lt_cv_prog_gnu_ld" = yes; then
10497 version_type=linux
10498 else
10499 version_type=irix
10500 fi ;;
10501 esac
10502 need_lib_prefix=no
10503 need_version=no
10504 soname_spec='${libname}${release}${shared_ext}$major'
10505 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10506 case $host_os in
10507 irix5* | nonstopux*)
10508 libsuff= shlibsuff=
10509 ;;
10510 *)
10511 case $LD in # libtool.m4 will add one of these switches to LD
10512 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10513 libsuff= shlibsuff= libmagic=32-bit;;
10514 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10515 libsuff=32 shlibsuff=N32 libmagic=N32;;
10516 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10517 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10518 *) libsuff= shlibsuff= libmagic=never-match;;
10519 esac
10520 ;;
10521 esac
10522 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10523 shlibpath_overrides_runpath=no
10524 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10525 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10526 hardcode_into_libs=yes
10527 ;;
10528
10529 # No shared lib support for Linux oldld, aout, or coff.
10530 linux*oldld* | linux*aout* | linux*coff*)
10531 dynamic_linker=no
10532 ;;
10533
10534 # This must be Linux ELF.
10535 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10536 version_type=linux
10537 need_lib_prefix=no
10538 need_version=no
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10540 soname_spec='${libname}${release}${shared_ext}$major'
10541 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10542 shlibpath_var=LD_LIBRARY_PATH
10543 shlibpath_overrides_runpath=no
10544
10545 # Some binutils ld are patched to set DT_RUNPATH
10546 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10547 $as_echo_n "(cached) " >&6
10548 else
10549 lt_cv_shlibpath_overrides_runpath=no
10550 save_LDFLAGS=$LDFLAGS
10551 save_libdir=$libdir
10552 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10553 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10556
10557 int
10558 main ()
10559 {
10560
10561 ;
10562 return 0;
10563 }
10564 _ACEOF
10565 if ac_fn_c_try_link "$LINENO"; then :
10566 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10567 lt_cv_shlibpath_overrides_runpath=yes
10568 fi
10569 fi
10570 rm -f core conftest.err conftest.$ac_objext \
10571 conftest$ac_exeext conftest.$ac_ext
10572 LDFLAGS=$save_LDFLAGS
10573 libdir=$save_libdir
10574
10575 fi
10576
10577 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10578
10579 # This implies no fast_install, which is unacceptable.
10580 # Some rework will be needed to allow for fast_install
10581 # before this can be enabled.
10582 hardcode_into_libs=yes
10583
10584 # Append ld.so.conf contents to the search path
10585 if test -f /etc/ld.so.conf; then
10586 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' ' '`
10587 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10588 fi
10589
10590 # We used to test for /lib/ld.so.1 and disable shared libraries on
10591 # powerpc, because MkLinux only supported shared libraries with the
10592 # GNU dynamic linker. Since this was broken with cross compilers,
10593 # most powerpc-linux boxes support dynamic linking these days and
10594 # people can always --disable-shared, the test was removed, and we
10595 # assume the GNU/Linux dynamic linker is in use.
10596 dynamic_linker='GNU/Linux ld.so'
10597 ;;
10598
10599 netbsd*)
10600 version_type=sunos
10601 need_lib_prefix=no
10602 need_version=no
10603 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10604 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10605 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10606 dynamic_linker='NetBSD (a.out) ld.so'
10607 else
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 dynamic_linker='NetBSD ld.elf_so'
10611 fi
10612 shlibpath_var=LD_LIBRARY_PATH
10613 shlibpath_overrides_runpath=yes
10614 hardcode_into_libs=yes
10615 ;;
10616
10617 newsos6)
10618 version_type=linux
10619 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 shlibpath_overrides_runpath=yes
10622 ;;
10623
10624 *nto* | *qnx*)
10625 version_type=qnx
10626 need_lib_prefix=no
10627 need_version=no
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10629 soname_spec='${libname}${release}${shared_ext}$major'
10630 shlibpath_var=LD_LIBRARY_PATH
10631 shlibpath_overrides_runpath=no
10632 hardcode_into_libs=yes
10633 dynamic_linker='ldqnx.so'
10634 ;;
10635
10636 openbsd*)
10637 version_type=sunos
10638 sys_lib_dlsearch_path_spec="/usr/lib"
10639 need_lib_prefix=no
10640 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10641 case $host_os in
10642 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10643 *) need_version=no ;;
10644 esac
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10646 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10649 case $host_os in
10650 openbsd2.[89] | openbsd2.[89].*)
10651 shlibpath_overrides_runpath=no
10652 ;;
10653 *)
10654 shlibpath_overrides_runpath=yes
10655 ;;
10656 esac
10657 else
10658 shlibpath_overrides_runpath=yes
10659 fi
10660 ;;
10661
10662 os2*)
10663 libname_spec='$name'
10664 shrext_cmds=".dll"
10665 need_lib_prefix=no
10666 library_names_spec='$libname${shared_ext} $libname.a'
10667 dynamic_linker='OS/2 ld.exe'
10668 shlibpath_var=LIBPATH
10669 ;;
10670
10671 osf3* | osf4* | osf5*)
10672 version_type=osf
10673 need_lib_prefix=no
10674 need_version=no
10675 soname_spec='${libname}${release}${shared_ext}$major'
10676 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10677 shlibpath_var=LD_LIBRARY_PATH
10678 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10679 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10680 ;;
10681
10682 rdos*)
10683 dynamic_linker=no
10684 ;;
10685
10686 solaris*)
10687 version_type=linux
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 shlibpath_overrides_runpath=yes
10694 hardcode_into_libs=yes
10695 # ldd complains unless libraries are executable
10696 postinstall_cmds='chmod +x $lib'
10697 ;;
10698
10699 sunos4*)
10700 version_type=sunos
10701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10702 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=yes
10705 if test "$with_gnu_ld" = yes; then
10706 need_lib_prefix=no
10707 fi
10708 need_version=yes
10709 ;;
10710
10711 sysv4 | sysv4.3*)
10712 version_type=linux
10713 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10714 soname_spec='${libname}${release}${shared_ext}$major'
10715 shlibpath_var=LD_LIBRARY_PATH
10716 case $host_vendor in
10717 sni)
10718 shlibpath_overrides_runpath=no
10719 need_lib_prefix=no
10720 runpath_var=LD_RUN_PATH
10721 ;;
10722 siemens)
10723 need_lib_prefix=no
10724 ;;
10725 motorola)
10726 need_lib_prefix=no
10727 need_version=no
10728 shlibpath_overrides_runpath=no
10729 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10730 ;;
10731 esac
10732 ;;
10733
10734 sysv4*MP*)
10735 if test -d /usr/nec ;then
10736 version_type=linux
10737 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10738 soname_spec='$libname${shared_ext}.$major'
10739 shlibpath_var=LD_LIBRARY_PATH
10740 fi
10741 ;;
10742
10743 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10744 version_type=freebsd-elf
10745 need_lib_prefix=no
10746 need_version=no
10747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10748 soname_spec='${libname}${release}${shared_ext}$major'
10749 shlibpath_var=LD_LIBRARY_PATH
10750 shlibpath_overrides_runpath=yes
10751 hardcode_into_libs=yes
10752 if test "$with_gnu_ld" = yes; then
10753 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10754 else
10755 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10756 case $host_os in
10757 sco3.2v5*)
10758 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10759 ;;
10760 esac
10761 fi
10762 sys_lib_dlsearch_path_spec='/usr/lib'
10763 ;;
10764
10765 tpf*)
10766 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10767 version_type=linux
10768 need_lib_prefix=no
10769 need_version=no
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10771 shlibpath_var=LD_LIBRARY_PATH
10772 shlibpath_overrides_runpath=no
10773 hardcode_into_libs=yes
10774 ;;
10775
10776 uts4*)
10777 version_type=linux
10778 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10779 soname_spec='${libname}${release}${shared_ext}$major'
10780 shlibpath_var=LD_LIBRARY_PATH
10781 ;;
10782
10783 *)
10784 dynamic_linker=no
10785 ;;
10786 esac
10787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10788 $as_echo "$dynamic_linker" >&6; }
10789 test "$dynamic_linker" = no && can_build_shared=no
10790
10791 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10792 if test "$GCC" = yes; then
10793 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10794 fi
10795
10796 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10797 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10798 fi
10799 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10800 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10801 fi
10802
10803
10804
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10895 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10896 hardcode_action=
10897 if test -n "$hardcode_libdir_flag_spec" ||
10898 test -n "$runpath_var" ||
10899 test "X$hardcode_automatic" = "Xyes" ; then
10900
10901 # We can hardcode non-existent directories.
10902 if test "$hardcode_direct" != no &&
10903 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10904 # have to relink, otherwise we might link with an installed library
10905 # when we should be linking with a yet-to-be-installed one
10906 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10907 test "$hardcode_minus_L" != no; then
10908 # Linking always hardcodes the temporary library directory.
10909 hardcode_action=relink
10910 else
10911 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10912 hardcode_action=immediate
10913 fi
10914 else
10915 # We cannot hardcode anything, or else we can only hardcode existing
10916 # directories.
10917 hardcode_action=unsupported
10918 fi
10919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10920 $as_echo "$hardcode_action" >&6; }
10921
10922 if test "$hardcode_action" = relink ||
10923 test "$inherit_rpath" = yes; then
10924 # Fast installation is not supported
10925 enable_fast_install=no
10926 elif test "$shlibpath_overrides_runpath" = yes ||
10927 test "$enable_shared" = no; then
10928 # Fast installation is not necessary
10929 enable_fast_install=needless
10930 fi
10931
10932
10933
10934
10935
10936
10937 if test "x$enable_dlopen" != xyes; then
10938 enable_dlopen=unknown
10939 enable_dlopen_self=unknown
10940 enable_dlopen_self_static=unknown
10941 else
10942 lt_cv_dlopen=no
10943 lt_cv_dlopen_libs=
10944
10945 case $host_os in
10946 beos*)
10947 lt_cv_dlopen="load_add_on"
10948 lt_cv_dlopen_libs=
10949 lt_cv_dlopen_self=yes
10950 ;;
10951
10952 mingw* | pw32* | cegcc*)
10953 lt_cv_dlopen="LoadLibrary"
10954 lt_cv_dlopen_libs=
10955 ;;
10956
10957 cygwin*)
10958 lt_cv_dlopen="dlopen"
10959 lt_cv_dlopen_libs=
10960 ;;
10961
10962 darwin*)
10963 # if libdl is installed we need to link against it
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10965 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10966 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10967 $as_echo_n "(cached) " >&6
10968 else
10969 ac_check_lib_save_LIBS=$LIBS
10970 LIBS="-ldl $LIBS"
10971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10972 /* end confdefs.h. */
10973
10974 /* Override any GCC internal prototype to avoid an error.
10975 Use char because int might match the return type of a GCC
10976 builtin and then its argument prototype would still apply. */
10977 #ifdef __cplusplus
10978 extern "C"
10979 #endif
10980 char dlopen ();
10981 int
10982 main ()
10983 {
10984 return dlopen ();
10985 ;
10986 return 0;
10987 }
10988 _ACEOF
10989 if ac_fn_c_try_link "$LINENO"; then :
10990 ac_cv_lib_dl_dlopen=yes
10991 else
10992 ac_cv_lib_dl_dlopen=no
10993 fi
10994 rm -f core conftest.err conftest.$ac_objext \
10995 conftest$ac_exeext conftest.$ac_ext
10996 LIBS=$ac_check_lib_save_LIBS
10997 fi
10998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10999 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11000 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11001 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11002 else
11003
11004 lt_cv_dlopen="dyld"
11005 lt_cv_dlopen_libs=
11006 lt_cv_dlopen_self=yes
11007
11008 fi
11009
11010 ;;
11011
11012 *)
11013 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11014 if test "x$ac_cv_func_shl_load" = x""yes; then :
11015 lt_cv_dlopen="shl_load"
11016 else
11017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11018 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11019 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11020 $as_echo_n "(cached) " >&6
11021 else
11022 ac_check_lib_save_LIBS=$LIBS
11023 LIBS="-ldld $LIBS"
11024 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11025 /* end confdefs.h. */
11026
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char shl_load ();
11034 int
11035 main ()
11036 {
11037 return shl_load ();
11038 ;
11039 return 0;
11040 }
11041 _ACEOF
11042 if ac_fn_c_try_link "$LINENO"; then :
11043 ac_cv_lib_dld_shl_load=yes
11044 else
11045 ac_cv_lib_dld_shl_load=no
11046 fi
11047 rm -f core conftest.err conftest.$ac_objext \
11048 conftest$ac_exeext conftest.$ac_ext
11049 LIBS=$ac_check_lib_save_LIBS
11050 fi
11051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11052 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11053 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11054 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11055 else
11056 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11057 if test "x$ac_cv_func_dlopen" = x""yes; then :
11058 lt_cv_dlopen="dlopen"
11059 else
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11061 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11062 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11063 $as_echo_n "(cached) " >&6
11064 else
11065 ac_check_lib_save_LIBS=$LIBS
11066 LIBS="-ldl $LIBS"
11067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11068 /* end confdefs.h. */
11069
11070 /* Override any GCC internal prototype to avoid an error.
11071 Use char because int might match the return type of a GCC
11072 builtin and then its argument prototype would still apply. */
11073 #ifdef __cplusplus
11074 extern "C"
11075 #endif
11076 char dlopen ();
11077 int
11078 main ()
11079 {
11080 return dlopen ();
11081 ;
11082 return 0;
11083 }
11084 _ACEOF
11085 if ac_fn_c_try_link "$LINENO"; then :
11086 ac_cv_lib_dl_dlopen=yes
11087 else
11088 ac_cv_lib_dl_dlopen=no
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext conftest.$ac_ext
11092 LIBS=$ac_check_lib_save_LIBS
11093 fi
11094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11095 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11096 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11097 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11098 else
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11100 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11101 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11102 $as_echo_n "(cached) " >&6
11103 else
11104 ac_check_lib_save_LIBS=$LIBS
11105 LIBS="-lsvld $LIBS"
11106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11107 /* end confdefs.h. */
11108
11109 /* Override any GCC internal prototype to avoid an error.
11110 Use char because int might match the return type of a GCC
11111 builtin and then its argument prototype would still apply. */
11112 #ifdef __cplusplus
11113 extern "C"
11114 #endif
11115 char dlopen ();
11116 int
11117 main ()
11118 {
11119 return dlopen ();
11120 ;
11121 return 0;
11122 }
11123 _ACEOF
11124 if ac_fn_c_try_link "$LINENO"; then :
11125 ac_cv_lib_svld_dlopen=yes
11126 else
11127 ac_cv_lib_svld_dlopen=no
11128 fi
11129 rm -f core conftest.err conftest.$ac_objext \
11130 conftest$ac_exeext conftest.$ac_ext
11131 LIBS=$ac_check_lib_save_LIBS
11132 fi
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11134 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11135 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11136 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11137 else
11138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11139 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11140 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11141 $as_echo_n "(cached) " >&6
11142 else
11143 ac_check_lib_save_LIBS=$LIBS
11144 LIBS="-ldld $LIBS"
11145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11146 /* end confdefs.h. */
11147
11148 /* Override any GCC internal prototype to avoid an error.
11149 Use char because int might match the return type of a GCC
11150 builtin and then its argument prototype would still apply. */
11151 #ifdef __cplusplus
11152 extern "C"
11153 #endif
11154 char dld_link ();
11155 int
11156 main ()
11157 {
11158 return dld_link ();
11159 ;
11160 return 0;
11161 }
11162 _ACEOF
11163 if ac_fn_c_try_link "$LINENO"; then :
11164 ac_cv_lib_dld_dld_link=yes
11165 else
11166 ac_cv_lib_dld_dld_link=no
11167 fi
11168 rm -f core conftest.err conftest.$ac_objext \
11169 conftest$ac_exeext conftest.$ac_ext
11170 LIBS=$ac_check_lib_save_LIBS
11171 fi
11172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11173 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11174 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11175 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11176 fi
11177
11178
11179 fi
11180
11181
11182 fi
11183
11184
11185 fi
11186
11187
11188 fi
11189
11190
11191 fi
11192
11193 ;;
11194 esac
11195
11196 if test "x$lt_cv_dlopen" != xno; then
11197 enable_dlopen=yes
11198 else
11199 enable_dlopen=no
11200 fi
11201
11202 case $lt_cv_dlopen in
11203 dlopen)
11204 save_CPPFLAGS="$CPPFLAGS"
11205 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11206
11207 save_LDFLAGS="$LDFLAGS"
11208 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11209
11210 save_LIBS="$LIBS"
11211 LIBS="$lt_cv_dlopen_libs $LIBS"
11212
11213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11214 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11215 if test "${lt_cv_dlopen_self+set}" = set; then :
11216 $as_echo_n "(cached) " >&6
11217 else
11218 if test "$cross_compiling" = yes; then :
11219 lt_cv_dlopen_self=cross
11220 else
11221 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11222 lt_status=$lt_dlunknown
11223 cat > conftest.$ac_ext <<_LT_EOF
11224 #line 11224 "configure"
11225 #include "confdefs.h"
11226
11227 #if HAVE_DLFCN_H
11228 #include <dlfcn.h>
11229 #endif
11230
11231 #include <stdio.h>
11232
11233 #ifdef RTLD_GLOBAL
11234 # define LT_DLGLOBAL RTLD_GLOBAL
11235 #else
11236 # ifdef DL_GLOBAL
11237 # define LT_DLGLOBAL DL_GLOBAL
11238 # else
11239 # define LT_DLGLOBAL 0
11240 # endif
11241 #endif
11242
11243 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11244 find out it does not work in some platform. */
11245 #ifndef LT_DLLAZY_OR_NOW
11246 # ifdef RTLD_LAZY
11247 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11248 # else
11249 # ifdef DL_LAZY
11250 # define LT_DLLAZY_OR_NOW DL_LAZY
11251 # else
11252 # ifdef RTLD_NOW
11253 # define LT_DLLAZY_OR_NOW RTLD_NOW
11254 # else
11255 # ifdef DL_NOW
11256 # define LT_DLLAZY_OR_NOW DL_NOW
11257 # else
11258 # define LT_DLLAZY_OR_NOW 0
11259 # endif
11260 # endif
11261 # endif
11262 # endif
11263 #endif
11264
11265 /* When -fvisbility=hidden is used, assume the code has been annotated
11266 correspondingly for the symbols needed. */
11267 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11268 void fnord () __attribute__((visibility("default")));
11269 #endif
11270
11271 void fnord () { int i=42; }
11272 int main ()
11273 {
11274 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11275 int status = $lt_dlunknown;
11276
11277 if (self)
11278 {
11279 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11280 else
11281 {
11282 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11283 else puts (dlerror ());
11284 }
11285 /* dlclose (self); */
11286 }
11287 else
11288 puts (dlerror ());
11289
11290 return status;
11291 }
11292 _LT_EOF
11293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11294 (eval $ac_link) 2>&5
11295 ac_status=$?
11296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11297 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11298 (./conftest; exit; ) >&5 2>/dev/null
11299 lt_status=$?
11300 case x$lt_status in
11301 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11302 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11303 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11304 esac
11305 else :
11306 # compilation failed
11307 lt_cv_dlopen_self=no
11308 fi
11309 fi
11310 rm -fr conftest*
11311
11312
11313 fi
11314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11315 $as_echo "$lt_cv_dlopen_self" >&6; }
11316
11317 if test "x$lt_cv_dlopen_self" = xyes; then
11318 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11320 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11321 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11322 $as_echo_n "(cached) " >&6
11323 else
11324 if test "$cross_compiling" = yes; then :
11325 lt_cv_dlopen_self_static=cross
11326 else
11327 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11328 lt_status=$lt_dlunknown
11329 cat > conftest.$ac_ext <<_LT_EOF
11330 #line 11330 "configure"
11331 #include "confdefs.h"
11332
11333 #if HAVE_DLFCN_H
11334 #include <dlfcn.h>
11335 #endif
11336
11337 #include <stdio.h>
11338
11339 #ifdef RTLD_GLOBAL
11340 # define LT_DLGLOBAL RTLD_GLOBAL
11341 #else
11342 # ifdef DL_GLOBAL
11343 # define LT_DLGLOBAL DL_GLOBAL
11344 # else
11345 # define LT_DLGLOBAL 0
11346 # endif
11347 #endif
11348
11349 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11350 find out it does not work in some platform. */
11351 #ifndef LT_DLLAZY_OR_NOW
11352 # ifdef RTLD_LAZY
11353 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11354 # else
11355 # ifdef DL_LAZY
11356 # define LT_DLLAZY_OR_NOW DL_LAZY
11357 # else
11358 # ifdef RTLD_NOW
11359 # define LT_DLLAZY_OR_NOW RTLD_NOW
11360 # else
11361 # ifdef DL_NOW
11362 # define LT_DLLAZY_OR_NOW DL_NOW
11363 # else
11364 # define LT_DLLAZY_OR_NOW 0
11365 # endif
11366 # endif
11367 # endif
11368 # endif
11369 #endif
11370
11371 /* When -fvisbility=hidden is used, assume the code has been annotated
11372 correspondingly for the symbols needed. */
11373 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11374 void fnord () __attribute__((visibility("default")));
11375 #endif
11376
11377 void fnord () { int i=42; }
11378 int main ()
11379 {
11380 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11381 int status = $lt_dlunknown;
11382
11383 if (self)
11384 {
11385 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11386 else
11387 {
11388 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11389 else puts (dlerror ());
11390 }
11391 /* dlclose (self); */
11392 }
11393 else
11394 puts (dlerror ());
11395
11396 return status;
11397 }
11398 _LT_EOF
11399 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11400 (eval $ac_link) 2>&5
11401 ac_status=$?
11402 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11403 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11404 (./conftest; exit; ) >&5 2>/dev/null
11405 lt_status=$?
11406 case x$lt_status in
11407 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11408 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11409 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11410 esac
11411 else :
11412 # compilation failed
11413 lt_cv_dlopen_self_static=no
11414 fi
11415 fi
11416 rm -fr conftest*
11417
11418
11419 fi
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11421 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11422 fi
11423
11424 CPPFLAGS="$save_CPPFLAGS"
11425 LDFLAGS="$save_LDFLAGS"
11426 LIBS="$save_LIBS"
11427 ;;
11428 esac
11429
11430 case $lt_cv_dlopen_self in
11431 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11432 *) enable_dlopen_self=unknown ;;
11433 esac
11434
11435 case $lt_cv_dlopen_self_static in
11436 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11437 *) enable_dlopen_self_static=unknown ;;
11438 esac
11439 fi
11440
11441
11442
11443
11444
11445
11446
11447
11448
11449
11450
11451
11452
11453
11454
11455
11456
11457 striplib=
11458 old_striplib=
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11460 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11461 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11462 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11463 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11465 $as_echo "yes" >&6; }
11466 else
11467 # FIXME - insert some real tests, host_os isn't really good enough
11468 case $host_os in
11469 darwin*)
11470 if test -n "$STRIP" ; then
11471 striplib="$STRIP -x"
11472 old_striplib="$STRIP -S"
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11474 $as_echo "yes" >&6; }
11475 else
11476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11477 $as_echo "no" >&6; }
11478 fi
11479 ;;
11480 *)
11481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11482 $as_echo "no" >&6; }
11483 ;;
11484 esac
11485 fi
11486
11487
11488
11489
11490
11491
11492
11493
11494
11495
11496
11497
11498 # Report which library types will actually be built
11499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11500 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11502 $as_echo "$can_build_shared" >&6; }
11503
11504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11505 $as_echo_n "checking whether to build shared libraries... " >&6; }
11506 test "$can_build_shared" = "no" && enable_shared=no
11507
11508 # On AIX, shared libraries and static libraries use the same namespace, and
11509 # are all built from PIC.
11510 case $host_os in
11511 aix3*)
11512 test "$enable_shared" = yes && enable_static=no
11513 if test -n "$RANLIB"; then
11514 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11515 postinstall_cmds='$RANLIB $lib'
11516 fi
11517 ;;
11518
11519 aix[4-9]*)
11520 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11521 test "$enable_shared" = yes && enable_static=no
11522 fi
11523 ;;
11524 esac
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11526 $as_echo "$enable_shared" >&6; }
11527
11528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11529 $as_echo_n "checking whether to build static libraries... " >&6; }
11530 # Make sure either enable_shared or enable_static is yes.
11531 test "$enable_shared" = yes || enable_static=yes
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11533 $as_echo "$enable_static" >&6; }
11534
11535
11536
11537
11538 fi
11539 ac_ext=c
11540 ac_cpp='$CPP $CPPFLAGS'
11541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11544
11545 CC="$lt_save_CC"
11546
11547
11548
11549
11550
11551
11552
11553
11554
11555
11556
11557
11558
11559 ac_config_commands="$ac_config_commands libtool"
11560
11561
11562
11563
11564 # Only expand once:
11565
11566
11567
11568 # The tests for host and target for $enable_largefile require
11569 # canonical names.
11570
11571
11572
11573 # As the $enable_largefile decision depends on --enable-plugins we must set it
11574 # even in directories otherwise not depending on the $plugins option.
11575
11576
11577 maybe_plugins=no
11578 for ac_header in dlfcn.h
11579 do :
11580 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11581 "
11582 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
11583 cat >>confdefs.h <<_ACEOF
11584 #define HAVE_DLFCN_H 1
11585 _ACEOF
11586 maybe_plugins=yes
11587 fi
11588
11589 done
11590
11591 for ac_header in windows.h
11592 do :
11593 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11594 "
11595 if test "x$ac_cv_header_windows_h" = x""yes; then :
11596 cat >>confdefs.h <<_ACEOF
11597 #define HAVE_WINDOWS_H 1
11598 _ACEOF
11599 maybe_plugins=yes
11600 fi
11601
11602 done
11603
11604
11605 # Check whether --enable-plugins was given.
11606 if test "${enable_plugins+set}" = set; then :
11607 enableval=$enable_plugins; case "${enableval}" in
11608 no) plugins=no ;;
11609 *) plugins=yes
11610 if test "$maybe_plugins" != "yes" ; then
11611 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11612 fi ;;
11613 esac
11614 else
11615 plugins=$maybe_plugins
11616
11617 fi
11618
11619 if test "$plugins" = "yes"; then
11620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
11621 $as_echo_n "checking for library containing dlopen... " >&6; }
11622 if test "${ac_cv_search_dlopen+set}" = set; then :
11623 $as_echo_n "(cached) " >&6
11624 else
11625 ac_func_search_save_LIBS=$LIBS
11626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11627 /* end confdefs.h. */
11628
11629 /* Override any GCC internal prototype to avoid an error.
11630 Use char because int might match the return type of a GCC
11631 builtin and then its argument prototype would still apply. */
11632 #ifdef __cplusplus
11633 extern "C"
11634 #endif
11635 char dlopen ();
11636 int
11637 main ()
11638 {
11639 return dlopen ();
11640 ;
11641 return 0;
11642 }
11643 _ACEOF
11644 for ac_lib in '' dl; do
11645 if test -z "$ac_lib"; then
11646 ac_res="none required"
11647 else
11648 ac_res=-l$ac_lib
11649 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11650 fi
11651 if ac_fn_c_try_link "$LINENO"; then :
11652 ac_cv_search_dlopen=$ac_res
11653 fi
11654 rm -f core conftest.err conftest.$ac_objext \
11655 conftest$ac_exeext
11656 if test "${ac_cv_search_dlopen+set}" = set; then :
11657 break
11658 fi
11659 done
11660 if test "${ac_cv_search_dlopen+set}" = set; then :
11661
11662 else
11663 ac_cv_search_dlopen=no
11664 fi
11665 rm conftest.$ac_ext
11666 LIBS=$ac_func_search_save_LIBS
11667 fi
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
11669 $as_echo "$ac_cv_search_dlopen" >&6; }
11670 ac_res=$ac_cv_search_dlopen
11671 if test "$ac_res" != no; then :
11672 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11673
11674 fi
11675
11676 fi
11677
11678
11679 case "${host}" in
11680 sparc-*-solaris*|i[3-7]86-*-solaris*)
11681 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11682 # are mutually exclusive; and without procfs support, the bfd/ elf module
11683 # cannot provide certain routines such as elfcore_write_prpsinfo
11684 # or elfcore_write_prstatus. So unless the user explicitly requested
11685 # large-file support through the --enable-largefile switch, disable
11686 # large-file support in favor of procfs support.
11687 test "${target}" = "${host}" -a "x$plugins" = xno \
11688 && : ${enable_largefile="no"}
11689 ;;
11690 esac
11691
11692 # Check whether --enable-largefile was given.
11693 if test "${enable_largefile+set}" = set; then :
11694 enableval=$enable_largefile;
11695 fi
11696
11697 if test "$enable_largefile" != no; then
11698
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11700 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11701 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
11702 $as_echo_n "(cached) " >&6
11703 else
11704 ac_cv_sys_largefile_CC=no
11705 if test "$GCC" != yes; then
11706 ac_save_CC=$CC
11707 while :; do
11708 # IRIX 6.2 and later do not support large files by default,
11709 # so use the C compiler's -n32 option if that helps.
11710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h. */
11712 #include <sys/types.h>
11713 /* Check that off_t can represent 2**63 - 1 correctly.
11714 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11715 since some C++ compilers masquerading as C compilers
11716 incorrectly reject 9223372036854775807. */
11717 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11718 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11719 && LARGE_OFF_T % 2147483647 == 1)
11720 ? 1 : -1];
11721 int
11722 main ()
11723 {
11724
11725 ;
11726 return 0;
11727 }
11728 _ACEOF
11729 if ac_fn_c_try_compile "$LINENO"; then :
11730 break
11731 fi
11732 rm -f core conftest.err conftest.$ac_objext
11733 CC="$CC -n32"
11734 if ac_fn_c_try_compile "$LINENO"; then :
11735 ac_cv_sys_largefile_CC=' -n32'; break
11736 fi
11737 rm -f core conftest.err conftest.$ac_objext
11738 break
11739 done
11740 CC=$ac_save_CC
11741 rm -f conftest.$ac_ext
11742 fi
11743 fi
11744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11745 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11746 if test "$ac_cv_sys_largefile_CC" != no; then
11747 CC=$CC$ac_cv_sys_largefile_CC
11748 fi
11749
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11751 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11752 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
11753 $as_echo_n "(cached) " >&6
11754 else
11755 while :; do
11756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11757 /* end confdefs.h. */
11758 #include <sys/types.h>
11759 /* Check that off_t can represent 2**63 - 1 correctly.
11760 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11761 since some C++ compilers masquerading as C compilers
11762 incorrectly reject 9223372036854775807. */
11763 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11764 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11765 && LARGE_OFF_T % 2147483647 == 1)
11766 ? 1 : -1];
11767 int
11768 main ()
11769 {
11770
11771 ;
11772 return 0;
11773 }
11774 _ACEOF
11775 if ac_fn_c_try_compile "$LINENO"; then :
11776 ac_cv_sys_file_offset_bits=no; break
11777 fi
11778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11780 /* end confdefs.h. */
11781 #define _FILE_OFFSET_BITS 64
11782 #include <sys/types.h>
11783 /* Check that off_t can represent 2**63 - 1 correctly.
11784 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11785 since some C++ compilers masquerading as C compilers
11786 incorrectly reject 9223372036854775807. */
11787 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11788 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11789 && LARGE_OFF_T % 2147483647 == 1)
11790 ? 1 : -1];
11791 int
11792 main ()
11793 {
11794
11795 ;
11796 return 0;
11797 }
11798 _ACEOF
11799 if ac_fn_c_try_compile "$LINENO"; then :
11800 ac_cv_sys_file_offset_bits=64; break
11801 fi
11802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11803 ac_cv_sys_file_offset_bits=unknown
11804 break
11805 done
11806 fi
11807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11808 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11809 case $ac_cv_sys_file_offset_bits in #(
11810 no | unknown) ;;
11811 *)
11812 cat >>confdefs.h <<_ACEOF
11813 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11814 _ACEOF
11815 ;;
11816 esac
11817 rm -rf conftest*
11818 if test $ac_cv_sys_file_offset_bits = unknown; then
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11820 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11821 if test "${ac_cv_sys_large_files+set}" = set; then :
11822 $as_echo_n "(cached) " >&6
11823 else
11824 while :; do
11825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11826 /* end confdefs.h. */
11827 #include <sys/types.h>
11828 /* Check that off_t can represent 2**63 - 1 correctly.
11829 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11830 since some C++ compilers masquerading as C compilers
11831 incorrectly reject 9223372036854775807. */
11832 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11833 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11834 && LARGE_OFF_T % 2147483647 == 1)
11835 ? 1 : -1];
11836 int
11837 main ()
11838 {
11839
11840 ;
11841 return 0;
11842 }
11843 _ACEOF
11844 if ac_fn_c_try_compile "$LINENO"; then :
11845 ac_cv_sys_large_files=no; break
11846 fi
11847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11849 /* end confdefs.h. */
11850 #define _LARGE_FILES 1
11851 #include <sys/types.h>
11852 /* Check that off_t can represent 2**63 - 1 correctly.
11853 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11854 since some C++ compilers masquerading as C compilers
11855 incorrectly reject 9223372036854775807. */
11856 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11857 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11858 && LARGE_OFF_T % 2147483647 == 1)
11859 ? 1 : -1];
11860 int
11861 main ()
11862 {
11863
11864 ;
11865 return 0;
11866 }
11867 _ACEOF
11868 if ac_fn_c_try_compile "$LINENO"; then :
11869 ac_cv_sys_large_files=1; break
11870 fi
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872 ac_cv_sys_large_files=unknown
11873 break
11874 done
11875 fi
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11877 $as_echo "$ac_cv_sys_large_files" >&6; }
11878 case $ac_cv_sys_large_files in #(
11879 no | unknown) ;;
11880 *)
11881 cat >>confdefs.h <<_ACEOF
11882 #define _LARGE_FILES $ac_cv_sys_large_files
11883 _ACEOF
11884 ;;
11885 esac
11886 rm -rf conftest*
11887 fi
11888 fi
11889
11890
11891
11892 # Check whether --enable-targets was given.
11893 if test "${enable_targets+set}" = set; then :
11894 enableval=$enable_targets; case "${enableval}" in
11895 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11896 ;;
11897 no) enable_targets= ;;
11898 *) enable_targets=$enableval ;;
11899 esac
11900 fi
11901
11902 # Check whether --enable-deterministic-archives was given.
11903 if test "${enable_deterministic_archives+set}" = set; then :
11904 enableval=$enable_deterministic_archives;
11905 if test "${enableval}" = no; then
11906 default_ar_deterministic=0
11907 else
11908 default_ar_deterministic=1
11909 fi
11910 else
11911 default_ar_deterministic=0
11912 fi
11913
11914
11915
11916 cat >>confdefs.h <<_ACEOF
11917 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11918 _ACEOF
11919
11920
11921 # Check whether --enable-default-strings-all was given.
11922 if test "${enable_default_strings_all+set}" = set; then :
11923 enableval=$enable_default_strings_all;
11924 if test "${enableval}" = no; then
11925 default_strings_all=0
11926 else
11927 default_strings_all=1
11928 fi
11929 else
11930 default_strings_all=1
11931 fi
11932
11933
11934
11935 cat >>confdefs.h <<_ACEOF
11936 #define DEFAULT_STRINGS_ALL $default_strings_all
11937 _ACEOF
11938
11939
11940
11941 # Set the 'development' global.
11942 . $srcdir/../bfd/development.sh
11943
11944 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11946 /* end confdefs.h. */
11947 __GNUC__
11948 _ACEOF
11949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11950 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11951
11952 else
11953 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11954 fi
11955 rm -f conftest*
11956
11957
11958 # Check whether --enable-werror was given.
11959 if test "${enable_werror+set}" = set; then :
11960 enableval=$enable_werror; case "${enableval}" in
11961 yes | y) ERROR_ON_WARNING="yes" ;;
11962 no | n) ERROR_ON_WARNING="no" ;;
11963 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11964 esac
11965 fi
11966
11967
11968 # Disable -Wformat by default when using gcc on mingw
11969 case "${host}" in
11970 *-*-mingw32*)
11971 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11972 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11973 fi
11974 ;;
11975 *) ;;
11976 esac
11977
11978 # Enable -Werror by default when using gcc. Turn it off for releases.
11979 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11980 ERROR_ON_WARNING=yes
11981 fi
11982
11983 NO_WERROR=
11984 if test "${ERROR_ON_WARNING}" = yes ; then
11985 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror -Wstack-usage=262144"
11986 NO_WERROR="-Wno-error"
11987 fi
11988
11989 if test "${GCC}" = yes ; then
11990 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11991 fi
11992
11993 # Check whether --enable-build-warnings was given.
11994 if test "${enable_build_warnings+set}" = set; then :
11995 enableval=$enable_build_warnings; case "${enableval}" in
11996 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11997 no) if test "${GCC}" = yes ; then
11998 WARN_CFLAGS="-w"
11999 fi;;
12000 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12001 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
12002 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12003 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
12004 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12005 esac
12006 fi
12007
12008
12009 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12010 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12011 fi
12012
12013
12014
12015
12016
12017 ac_config_headers="$ac_config_headers config.h:config.in"
12018
12019
12020
12021
12022 if test -z "$target" ; then
12023 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
12024 fi
12025 if test -z "$host" ; then
12026 as_fn_error "Unrecognized host system type; please check config.sub." "$LINENO" 5
12027 fi
12028
12029 for ac_prog in 'bison -y' byacc
12030 do
12031 # Extract the first word of "$ac_prog", so it can be a program name with args.
12032 set dummy $ac_prog; ac_word=$2
12033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12034 $as_echo_n "checking for $ac_word... " >&6; }
12035 if test "${ac_cv_prog_YACC+set}" = set; then :
12036 $as_echo_n "(cached) " >&6
12037 else
12038 if test -n "$YACC"; then
12039 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12040 else
12041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12042 for as_dir in $PATH
12043 do
12044 IFS=$as_save_IFS
12045 test -z "$as_dir" && as_dir=.
12046 for ac_exec_ext in '' $ac_executable_extensions; do
12047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12048 ac_cv_prog_YACC="$ac_prog"
12049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12050 break 2
12051 fi
12052 done
12053 done
12054 IFS=$as_save_IFS
12055
12056 fi
12057 fi
12058 YACC=$ac_cv_prog_YACC
12059 if test -n "$YACC"; then
12060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12061 $as_echo "$YACC" >&6; }
12062 else
12063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12064 $as_echo "no" >&6; }
12065 fi
12066
12067
12068 test -n "$YACC" && break
12069 done
12070 test -n "$YACC" || YACC="yacc"
12071
12072 for ac_prog in flex lex
12073 do
12074 # Extract the first word of "$ac_prog", so it can be a program name with args.
12075 set dummy $ac_prog; ac_word=$2
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12077 $as_echo_n "checking for $ac_word... " >&6; }
12078 if test "${ac_cv_prog_LEX+set}" = set; then :
12079 $as_echo_n "(cached) " >&6
12080 else
12081 if test -n "$LEX"; then
12082 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12083 else
12084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12085 for as_dir in $PATH
12086 do
12087 IFS=$as_save_IFS
12088 test -z "$as_dir" && as_dir=.
12089 for ac_exec_ext in '' $ac_executable_extensions; do
12090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12091 ac_cv_prog_LEX="$ac_prog"
12092 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12093 break 2
12094 fi
12095 done
12096 done
12097 IFS=$as_save_IFS
12098
12099 fi
12100 fi
12101 LEX=$ac_cv_prog_LEX
12102 if test -n "$LEX"; then
12103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12104 $as_echo "$LEX" >&6; }
12105 else
12106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12107 $as_echo "no" >&6; }
12108 fi
12109
12110
12111 test -n "$LEX" && break
12112 done
12113 test -n "$LEX" || LEX=":"
12114
12115 case "$LEX" in
12116 :|*"missing "*) ;;
12117 *) cat >conftest.l <<_ACEOF
12118 %%
12119 a { ECHO; }
12120 b { REJECT; }
12121 c { yymore (); }
12122 d { yyless (1); }
12123 e { yyless (input () != 0); }
12124 f { unput (yytext[0]); }
12125 . { BEGIN INITIAL; }
12126 %%
12127 #ifdef YYTEXT_POINTER
12128 extern char *yytext;
12129 #endif
12130 int
12131 main (void)
12132 {
12133 return ! yylex () + ! yywrap ();
12134 }
12135 _ACEOF
12136 { { ac_try="$LEX conftest.l"
12137 case "(($ac_try" in
12138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12139 *) ac_try_echo=$ac_try;;
12140 esac
12141 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12142 $as_echo "$ac_try_echo"; } >&5
12143 (eval "$LEX conftest.l") 2>&5
12144 ac_status=$?
12145 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12146 test $ac_status = 0; }
12147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12148 $as_echo_n "checking lex output file root... " >&6; }
12149 if test "${ac_cv_prog_lex_root+set}" = set; then :
12150 $as_echo_n "(cached) " >&6
12151 else
12152
12153 if test -f lex.yy.c; then
12154 ac_cv_prog_lex_root=lex.yy
12155 elif test -f lexyy.c; then
12156 ac_cv_prog_lex_root=lexyy
12157 else
12158 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12159 fi
12160 fi
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12162 $as_echo "$ac_cv_prog_lex_root" >&6; }
12163 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12164
12165 if test -z "${LEXLIB+set}"; then
12166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12167 $as_echo_n "checking lex library... " >&6; }
12168 if test "${ac_cv_lib_lex+set}" = set; then :
12169 $as_echo_n "(cached) " >&6
12170 else
12171
12172 ac_save_LIBS=$LIBS
12173 ac_cv_lib_lex='none needed'
12174 for ac_lib in '' -lfl -ll; do
12175 LIBS="$ac_lib $ac_save_LIBS"
12176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12177 /* end confdefs.h. */
12178 `cat $LEX_OUTPUT_ROOT.c`
12179 _ACEOF
12180 if ac_fn_c_try_link "$LINENO"; then :
12181 ac_cv_lib_lex=$ac_lib
12182 fi
12183 rm -f core conftest.err conftest.$ac_objext \
12184 conftest$ac_exeext conftest.$ac_ext
12185 test "$ac_cv_lib_lex" != 'none needed' && break
12186 done
12187 LIBS=$ac_save_LIBS
12188
12189 fi
12190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12191 $as_echo "$ac_cv_lib_lex" >&6; }
12192 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12193 fi
12194
12195
12196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12197 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12198 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12199 $as_echo_n "(cached) " >&6
12200 else
12201 # POSIX says lex can declare yytext either as a pointer or an array; the
12202 # default is implementation-dependent. Figure out which it is, since
12203 # not all implementations provide the %pointer and %array declarations.
12204 ac_cv_prog_lex_yytext_pointer=no
12205 ac_save_LIBS=$LIBS
12206 LIBS="$LEXLIB $ac_save_LIBS"
12207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12208 /* end confdefs.h. */
12209 #define YYTEXT_POINTER 1
12210 `cat $LEX_OUTPUT_ROOT.c`
12211 _ACEOF
12212 if ac_fn_c_try_link "$LINENO"; then :
12213 ac_cv_prog_lex_yytext_pointer=yes
12214 fi
12215 rm -f core conftest.err conftest.$ac_objext \
12216 conftest$ac_exeext conftest.$ac_ext
12217 LIBS=$ac_save_LIBS
12218
12219 fi
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12221 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12222 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12223
12224 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12225
12226 fi
12227 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12228 ;;
12229 esac
12230 if test "$LEX" = :; then
12231 LEX=${am_missing_run}flex
12232 fi
12233
12234 ALL_LINGUAS="bg da es fi fr id it ja ro ru rw sk sv tr uk vi zh_CN zh_TW hr ca"
12235 # If we haven't got the data from the intl directory,
12236 # assume NLS is disabled.
12237 USE_NLS=no
12238 LIBINTL=
12239 LIBINTL_DEP=
12240 INCINTL=
12241 XGETTEXT=
12242 GMSGFMT=
12243 POSUB=
12244
12245 if test -f ../intl/config.intl; then
12246 . ../intl/config.intl
12247 fi
12248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12249 $as_echo_n "checking whether NLS is requested... " >&6; }
12250 if test x"$USE_NLS" != xyes; then
12251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12252 $as_echo "no" >&6; }
12253 else
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12255 $as_echo "yes" >&6; }
12256
12257 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12258
12259
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12261 $as_echo_n "checking for catalogs to be installed... " >&6; }
12262 # Look for .po and .gmo files in the source directory.
12263 CATALOGS=
12264 XLINGUAS=
12265 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12266 # If there aren't any .gmo files the shell will give us the
12267 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12268 # weeded out.
12269 case "$cat" in *\**)
12270 continue;;
12271 esac
12272 # The quadruple backslash is collapsed to a double backslash
12273 # by the backticks, then collapsed again by the double quotes,
12274 # leaving us with one backslash in the sed expression (right
12275 # before the dot that mustn't act as a wildcard).
12276 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12277 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12278 # The user is allowed to set LINGUAS to a list of languages to
12279 # install catalogs for. If it's empty that means "all of them."
12280 if test "x$LINGUAS" = x; then
12281 CATALOGS="$CATALOGS $cat"
12282 XLINGUAS="$XLINGUAS $lang"
12283 else
12284 case "$LINGUAS" in *$lang*)
12285 CATALOGS="$CATALOGS $cat"
12286 XLINGUAS="$XLINGUAS $lang"
12287 ;;
12288 esac
12289 fi
12290 done
12291 LINGUAS="$XLINGUAS"
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12293 $as_echo "$LINGUAS" >&6; }
12294
12295
12296 DATADIRNAME=share
12297
12298 INSTOBJEXT=.mo
12299
12300 GENCAT=gencat
12301
12302 CATOBJEXT=.gmo
12303
12304 fi
12305
12306 MKINSTALLDIRS=
12307 if test -n "$ac_aux_dir"; then
12308 case "$ac_aux_dir" in
12309 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12310 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12311 esac
12312 fi
12313 if test -z "$MKINSTALLDIRS"; then
12314 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12315 fi
12316
12317
12318
12319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12320 $as_echo_n "checking whether NLS is requested... " >&6; }
12321 # Check whether --enable-nls was given.
12322 if test "${enable_nls+set}" = set; then :
12323 enableval=$enable_nls; USE_NLS=$enableval
12324 else
12325 USE_NLS=yes
12326 fi
12327
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12329 $as_echo "$USE_NLS" >&6; }
12330
12331
12332
12333
12334
12335
12336 # Prepare PATH_SEPARATOR.
12337 # The user is always right.
12338 if test "${PATH_SEPARATOR+set}" != set; then
12339 echo "#! /bin/sh" >conf$$.sh
12340 echo "exit 0" >>conf$$.sh
12341 chmod +x conf$$.sh
12342 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12343 PATH_SEPARATOR=';'
12344 else
12345 PATH_SEPARATOR=:
12346 fi
12347 rm -f conf$$.sh
12348 fi
12349
12350 # Find out how to test for executable files. Don't use a zero-byte file,
12351 # as systems may use methods other than mode bits to determine executability.
12352 cat >conf$$.file <<_ASEOF
12353 #! /bin/sh
12354 exit 0
12355 _ASEOF
12356 chmod +x conf$$.file
12357 if test -x conf$$.file >/dev/null 2>&1; then
12358 ac_executable_p="test -x"
12359 else
12360 ac_executable_p="test -f"
12361 fi
12362 rm -f conf$$.file
12363
12364 # Extract the first word of "msgfmt", so it can be a program name with args.
12365 set dummy msgfmt; ac_word=$2
12366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12367 $as_echo_n "checking for $ac_word... " >&6; }
12368 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12369 $as_echo_n "(cached) " >&6
12370 else
12371 case "$MSGFMT" in
12372 [\\/]* | ?:[\\/]*)
12373 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12374 ;;
12375 *)
12376 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12377 for ac_dir in $PATH; do
12378 IFS="$ac_save_IFS"
12379 test -z "$ac_dir" && ac_dir=.
12380 for ac_exec_ext in '' $ac_executable_extensions; do
12381 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12382 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12383 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12384 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12385 break 2
12386 fi
12387 fi
12388 done
12389 done
12390 IFS="$ac_save_IFS"
12391 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12392 ;;
12393 esac
12394 fi
12395 MSGFMT="$ac_cv_path_MSGFMT"
12396 if test "$MSGFMT" != ":"; then
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12398 $as_echo "$MSGFMT" >&6; }
12399 else
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12401 $as_echo "no" >&6; }
12402 fi
12403
12404 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12405 set dummy gmsgfmt; ac_word=$2
12406 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12407 $as_echo_n "checking for $ac_word... " >&6; }
12408 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12409 $as_echo_n "(cached) " >&6
12410 else
12411 case $GMSGFMT in
12412 [\\/]* | ?:[\\/]*)
12413 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12414 ;;
12415 *)
12416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12417 for as_dir in $PATH
12418 do
12419 IFS=$as_save_IFS
12420 test -z "$as_dir" && as_dir=.
12421 for ac_exec_ext in '' $ac_executable_extensions; do
12422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12423 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12425 break 2
12426 fi
12427 done
12428 done
12429 IFS=$as_save_IFS
12430
12431 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12432 ;;
12433 esac
12434 fi
12435 GMSGFMT=$ac_cv_path_GMSGFMT
12436 if test -n "$GMSGFMT"; then
12437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12438 $as_echo "$GMSGFMT" >&6; }
12439 else
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12441 $as_echo "no" >&6; }
12442 fi
12443
12444
12445
12446
12447 # Prepare PATH_SEPARATOR.
12448 # The user is always right.
12449 if test "${PATH_SEPARATOR+set}" != set; then
12450 echo "#! /bin/sh" >conf$$.sh
12451 echo "exit 0" >>conf$$.sh
12452 chmod +x conf$$.sh
12453 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12454 PATH_SEPARATOR=';'
12455 else
12456 PATH_SEPARATOR=:
12457 fi
12458 rm -f conf$$.sh
12459 fi
12460
12461 # Find out how to test for executable files. Don't use a zero-byte file,
12462 # as systems may use methods other than mode bits to determine executability.
12463 cat >conf$$.file <<_ASEOF
12464 #! /bin/sh
12465 exit 0
12466 _ASEOF
12467 chmod +x conf$$.file
12468 if test -x conf$$.file >/dev/null 2>&1; then
12469 ac_executable_p="test -x"
12470 else
12471 ac_executable_p="test -f"
12472 fi
12473 rm -f conf$$.file
12474
12475 # Extract the first word of "xgettext", so it can be a program name with args.
12476 set dummy xgettext; ac_word=$2
12477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12478 $as_echo_n "checking for $ac_word... " >&6; }
12479 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12480 $as_echo_n "(cached) " >&6
12481 else
12482 case "$XGETTEXT" in
12483 [\\/]* | ?:[\\/]*)
12484 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12485 ;;
12486 *)
12487 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12488 for ac_dir in $PATH; do
12489 IFS="$ac_save_IFS"
12490 test -z "$ac_dir" && ac_dir=.
12491 for ac_exec_ext in '' $ac_executable_extensions; do
12492 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12493 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12494 (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
12495 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12496 break 2
12497 fi
12498 fi
12499 done
12500 done
12501 IFS="$ac_save_IFS"
12502 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12503 ;;
12504 esac
12505 fi
12506 XGETTEXT="$ac_cv_path_XGETTEXT"
12507 if test "$XGETTEXT" != ":"; then
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12509 $as_echo "$XGETTEXT" >&6; }
12510 else
12511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12512 $as_echo "no" >&6; }
12513 fi
12514
12515 rm -f messages.po
12516
12517
12518 # Prepare PATH_SEPARATOR.
12519 # The user is always right.
12520 if test "${PATH_SEPARATOR+set}" != set; then
12521 echo "#! /bin/sh" >conf$$.sh
12522 echo "exit 0" >>conf$$.sh
12523 chmod +x conf$$.sh
12524 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12525 PATH_SEPARATOR=';'
12526 else
12527 PATH_SEPARATOR=:
12528 fi
12529 rm -f conf$$.sh
12530 fi
12531
12532 # Find out how to test for executable files. Don't use a zero-byte file,
12533 # as systems may use methods other than mode bits to determine executability.
12534 cat >conf$$.file <<_ASEOF
12535 #! /bin/sh
12536 exit 0
12537 _ASEOF
12538 chmod +x conf$$.file
12539 if test -x conf$$.file >/dev/null 2>&1; then
12540 ac_executable_p="test -x"
12541 else
12542 ac_executable_p="test -f"
12543 fi
12544 rm -f conf$$.file
12545
12546 # Extract the first word of "msgmerge", so it can be a program name with args.
12547 set dummy msgmerge; ac_word=$2
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12549 $as_echo_n "checking for $ac_word... " >&6; }
12550 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12551 $as_echo_n "(cached) " >&6
12552 else
12553 case "$MSGMERGE" in
12554 [\\/]* | ?:[\\/]*)
12555 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12556 ;;
12557 *)
12558 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12559 for ac_dir in $PATH; do
12560 IFS="$ac_save_IFS"
12561 test -z "$ac_dir" && ac_dir=.
12562 for ac_exec_ext in '' $ac_executable_extensions; do
12563 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12564 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12565 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12566 break 2
12567 fi
12568 fi
12569 done
12570 done
12571 IFS="$ac_save_IFS"
12572 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12573 ;;
12574 esac
12575 fi
12576 MSGMERGE="$ac_cv_path_MSGMERGE"
12577 if test "$MSGMERGE" != ":"; then
12578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12579 $as_echo "$MSGMERGE" >&6; }
12580 else
12581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12582 $as_echo "no" >&6; }
12583 fi
12584
12585
12586 if test "$GMSGFMT" != ":"; then
12587 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12588 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12589 : ;
12590 else
12591 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12593 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12594 GMSGFMT=":"
12595 fi
12596 fi
12597
12598 if test "$XGETTEXT" != ":"; then
12599 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12600 (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
12601 : ;
12602 else
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12604 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12605 XGETTEXT=":"
12606 fi
12607 rm -f messages.po
12608 fi
12609
12610 ac_config_commands="$ac_config_commands default-1"
12611
12612
12613
12614
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12616 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12617 # Check whether --enable-maintainer-mode was given.
12618 if test "${enable_maintainer_mode+set}" = set; then :
12619 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12620 else
12621 USE_MAINTAINER_MODE=no
12622 fi
12623
12624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12625 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12626 if test $USE_MAINTAINER_MODE = yes; then
12627 MAINTAINER_MODE_TRUE=
12628 MAINTAINER_MODE_FALSE='#'
12629 else
12630 MAINTAINER_MODE_TRUE='#'
12631 MAINTAINER_MODE_FALSE=
12632 fi
12633
12634 MAINT=$MAINTAINER_MODE_TRUE
12635
12636
12637 if false; then
12638 GENINSRC_NEVER_TRUE=
12639 GENINSRC_NEVER_FALSE='#'
12640 else
12641 GENINSRC_NEVER_TRUE='#'
12642 GENINSRC_NEVER_FALSE=
12643 fi
12644
12645
12646 if test -n "$EXEEXT"; then
12647
12648 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12649
12650 fi
12651
12652 cat >>confdefs.h <<_ACEOF
12653 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12654 _ACEOF
12655
12656
12657 # host-specific stuff:
12658
12659 HDEFINES=
12660
12661 . ${srcdir}/../bfd/configure.host
12662
12663
12664 AR=${AR-ar}
12665
12666 if test -n "$ac_tool_prefix"; then
12667 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12668 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12670 $as_echo_n "checking for $ac_word... " >&6; }
12671 if test "${ac_cv_prog_RANLIB+set}" = set; then :
12672 $as_echo_n "(cached) " >&6
12673 else
12674 if test -n "$RANLIB"; then
12675 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12676 else
12677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12678 for as_dir in $PATH
12679 do
12680 IFS=$as_save_IFS
12681 test -z "$as_dir" && as_dir=.
12682 for ac_exec_ext in '' $ac_executable_extensions; do
12683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12684 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12685 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12686 break 2
12687 fi
12688 done
12689 done
12690 IFS=$as_save_IFS
12691
12692 fi
12693 fi
12694 RANLIB=$ac_cv_prog_RANLIB
12695 if test -n "$RANLIB"; then
12696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12697 $as_echo "$RANLIB" >&6; }
12698 else
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12700 $as_echo "no" >&6; }
12701 fi
12702
12703
12704 fi
12705 if test -z "$ac_cv_prog_RANLIB"; then
12706 ac_ct_RANLIB=$RANLIB
12707 # Extract the first word of "ranlib", so it can be a program name with args.
12708 set dummy ranlib; ac_word=$2
12709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12710 $as_echo_n "checking for $ac_word... " >&6; }
12711 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
12712 $as_echo_n "(cached) " >&6
12713 else
12714 if test -n "$ac_ct_RANLIB"; then
12715 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12716 else
12717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12718 for as_dir in $PATH
12719 do
12720 IFS=$as_save_IFS
12721 test -z "$as_dir" && as_dir=.
12722 for ac_exec_ext in '' $ac_executable_extensions; do
12723 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12724 ac_cv_prog_ac_ct_RANLIB="ranlib"
12725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12726 break 2
12727 fi
12728 done
12729 done
12730 IFS=$as_save_IFS
12731
12732 fi
12733 fi
12734 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12735 if test -n "$ac_ct_RANLIB"; then
12736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12737 $as_echo "$ac_ct_RANLIB" >&6; }
12738 else
12739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12740 $as_echo "no" >&6; }
12741 fi
12742
12743 if test "x$ac_ct_RANLIB" = x; then
12744 RANLIB=":"
12745 else
12746 case $cross_compiling:$ac_tool_warned in
12747 yes:)
12748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12750 ac_tool_warned=yes ;;
12751 esac
12752 RANLIB=$ac_ct_RANLIB
12753 fi
12754 else
12755 RANLIB="$ac_cv_prog_RANLIB"
12756 fi
12757
12758
12759
12760 # Put a plausible default for CC_FOR_BUILD in Makefile.
12761 if test -z "$CC_FOR_BUILD"; then
12762 if test "x$cross_compiling" = "xno"; then
12763 CC_FOR_BUILD='$(CC)'
12764 else
12765 CC_FOR_BUILD=gcc
12766 fi
12767 fi
12768
12769 # Also set EXEEXT_FOR_BUILD.
12770 if test "x$cross_compiling" = "xno"; then
12771 EXEEXT_FOR_BUILD='$(EXEEXT)'
12772 else
12773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12774 $as_echo_n "checking for build system executable suffix... " >&6; }
12775 if test "${bfd_cv_build_exeext+set}" = set; then :
12776 $as_echo_n "(cached) " >&6
12777 else
12778 rm -f conftest*
12779 echo 'int main () { return 0; }' > conftest.c
12780 bfd_cv_build_exeext=
12781 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12782 for file in conftest.*; do
12783 case $file in
12784 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12785 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12786 esac
12787 done
12788 rm -f conftest*
12789 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12790 fi
12791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12792 $as_echo "$bfd_cv_build_exeext" >&6; }
12793 EXEEXT_FOR_BUILD=""
12794 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12795 fi
12796
12797
12798 DEMANGLER_NAME=c++filt
12799 case "${host}" in
12800 *-*-go32* | *-*-msdos*)
12801 DEMANGLER_NAME=cxxfilt
12802 esac
12803
12804
12805 # The cast to long int works around a bug in the HP C Compiler
12806 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12807 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12808 # This bug is HP SR number 8606223364.
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12810 $as_echo_n "checking size of long... " >&6; }
12811 if test "${ac_cv_sizeof_long+set}" = set; then :
12812 $as_echo_n "(cached) " >&6
12813 else
12814 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12815
12816 else
12817 if test "$ac_cv_type_long" = yes; then
12818 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12820 { as_fn_set_status 77
12821 as_fn_error "cannot compute sizeof (long)
12822 See \`config.log' for more details." "$LINENO" 5; }; }
12823 else
12824 ac_cv_sizeof_long=0
12825 fi
12826 fi
12827
12828 fi
12829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12830 $as_echo "$ac_cv_sizeof_long" >&6; }
12831
12832
12833
12834 cat >>confdefs.h <<_ACEOF
12835 #define SIZEOF_LONG $ac_cv_sizeof_long
12836 _ACEOF
12837
12838
12839 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
12840 if test "x$ac_cv_type_long_long" = x""yes; then :
12841
12842 cat >>confdefs.h <<_ACEOF
12843 #define HAVE_LONG_LONG 1
12844 _ACEOF
12845
12846 # The cast to long int works around a bug in the HP C Compiler
12847 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12848 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12849 # This bug is HP SR number 8606223364.
12850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
12851 $as_echo_n "checking size of long long... " >&6; }
12852 if test "${ac_cv_sizeof_long_long+set}" = set; then :
12853 $as_echo_n "(cached) " >&6
12854 else
12855 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
12856
12857 else
12858 if test "$ac_cv_type_long_long" = yes; then
12859 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12860 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12861 { as_fn_set_status 77
12862 as_fn_error "cannot compute sizeof (long long)
12863 See \`config.log' for more details." "$LINENO" 5; }; }
12864 else
12865 ac_cv_sizeof_long_long=0
12866 fi
12867 fi
12868
12869 fi
12870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
12871 $as_echo "$ac_cv_sizeof_long_long" >&6; }
12872
12873
12874
12875 cat >>confdefs.h <<_ACEOF
12876 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
12877 _ACEOF
12878
12879
12880 fi
12881
12882
12883 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
12884 do :
12885 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12886 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12887 eval as_val=\$$as_ac_Header
12888 if test "x$as_val" = x""yes; then :
12889 cat >>confdefs.h <<_ACEOF
12890 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12891 _ACEOF
12892
12893 fi
12894
12895 done
12896
12897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12898 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12899 if test "${ac_cv_header_sys_wait_h+set}" = set; then :
12900 $as_echo_n "(cached) " >&6
12901 else
12902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12903 /* end confdefs.h. */
12904 #include <sys/types.h>
12905 #include <sys/wait.h>
12906 #ifndef WEXITSTATUS
12907 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12908 #endif
12909 #ifndef WIFEXITED
12910 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12911 #endif
12912
12913 int
12914 main ()
12915 {
12916 int s;
12917 wait (&s);
12918 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12919 ;
12920 return 0;
12921 }
12922 _ACEOF
12923 if ac_fn_c_try_compile "$LINENO"; then :
12924 ac_cv_header_sys_wait_h=yes
12925 else
12926 ac_cv_header_sys_wait_h=no
12927 fi
12928 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12929 fi
12930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12931 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12932 if test $ac_cv_header_sys_wait_h = yes; then
12933
12934 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12935
12936 fi
12937
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12939 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12940 if test "${gcc_cv_header_string+set}" = set; then :
12941 $as_echo_n "(cached) " >&6
12942 else
12943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12944 /* end confdefs.h. */
12945 #include <string.h>
12946 #include <strings.h>
12947 int
12948 main ()
12949 {
12950
12951 ;
12952 return 0;
12953 }
12954 _ACEOF
12955 if ac_fn_c_try_compile "$LINENO"; then :
12956 gcc_cv_header_string=yes
12957 else
12958 gcc_cv_header_string=no
12959 fi
12960 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12961 fi
12962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12963 $as_echo "$gcc_cv_header_string" >&6; }
12964 if test $gcc_cv_header_string = yes; then
12965
12966 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12967
12968 fi
12969
12970 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
12971 # for constant arguments. Useless!
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
12973 $as_echo_n "checking for working alloca.h... " >&6; }
12974 if test "${ac_cv_working_alloca_h+set}" = set; then :
12975 $as_echo_n "(cached) " >&6
12976 else
12977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12978 /* end confdefs.h. */
12979 #include <alloca.h>
12980 int
12981 main ()
12982 {
12983 char *p = (char *) alloca (2 * sizeof (int));
12984 if (p) return 0;
12985 ;
12986 return 0;
12987 }
12988 _ACEOF
12989 if ac_fn_c_try_link "$LINENO"; then :
12990 ac_cv_working_alloca_h=yes
12991 else
12992 ac_cv_working_alloca_h=no
12993 fi
12994 rm -f core conftest.err conftest.$ac_objext \
12995 conftest$ac_exeext conftest.$ac_ext
12996 fi
12997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
12998 $as_echo "$ac_cv_working_alloca_h" >&6; }
12999 if test $ac_cv_working_alloca_h = yes; then
13000
13001 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13002
13003 fi
13004
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13006 $as_echo_n "checking for alloca... " >&6; }
13007 if test "${ac_cv_func_alloca_works+set}" = set; then :
13008 $as_echo_n "(cached) " >&6
13009 else
13010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13011 /* end confdefs.h. */
13012 #ifdef __GNUC__
13013 # define alloca __builtin_alloca
13014 #else
13015 # ifdef _MSC_VER
13016 # include <malloc.h>
13017 # define alloca _alloca
13018 # else
13019 # ifdef HAVE_ALLOCA_H
13020 # include <alloca.h>
13021 # else
13022 # ifdef _AIX
13023 #pragma alloca
13024 # else
13025 # ifndef alloca /* predefined by HP cc +Olibcalls */
13026 char *alloca ();
13027 # endif
13028 # endif
13029 # endif
13030 # endif
13031 #endif
13032
13033 int
13034 main ()
13035 {
13036 char *p = (char *) alloca (1);
13037 if (p) return 0;
13038 ;
13039 return 0;
13040 }
13041 _ACEOF
13042 if ac_fn_c_try_link "$LINENO"; then :
13043 ac_cv_func_alloca_works=yes
13044 else
13045 ac_cv_func_alloca_works=no
13046 fi
13047 rm -f core conftest.err conftest.$ac_objext \
13048 conftest$ac_exeext conftest.$ac_ext
13049 fi
13050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13051 $as_echo "$ac_cv_func_alloca_works" >&6; }
13052
13053 if test $ac_cv_func_alloca_works = yes; then
13054
13055 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13056
13057 else
13058 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13059 # that cause trouble. Some versions do not even contain alloca or
13060 # contain a buggy version. If you still want to use their alloca,
13061 # use ar to extract alloca.o from them instead of compiling alloca.c.
13062
13063 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13064
13065 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13066
13067
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13069 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13070 if test "${ac_cv_os_cray+set}" = set; then :
13071 $as_echo_n "(cached) " >&6
13072 else
13073 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13074 /* end confdefs.h. */
13075 #if defined CRAY && ! defined CRAY2
13076 webecray
13077 #else
13078 wenotbecray
13079 #endif
13080
13081 _ACEOF
13082 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13083 $EGREP "webecray" >/dev/null 2>&1; then :
13084 ac_cv_os_cray=yes
13085 else
13086 ac_cv_os_cray=no
13087 fi
13088 rm -f conftest*
13089
13090 fi
13091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13092 $as_echo "$ac_cv_os_cray" >&6; }
13093 if test $ac_cv_os_cray = yes; then
13094 for ac_func in _getb67 GETB67 getb67; do
13095 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13096 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13097 eval as_val=\$$as_ac_var
13098 if test "x$as_val" = x""yes; then :
13099
13100 cat >>confdefs.h <<_ACEOF
13101 #define CRAY_STACKSEG_END $ac_func
13102 _ACEOF
13103
13104 break
13105 fi
13106
13107 done
13108 fi
13109
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13111 $as_echo_n "checking stack direction for C alloca... " >&6; }
13112 if test "${ac_cv_c_stack_direction+set}" = set; then :
13113 $as_echo_n "(cached) " >&6
13114 else
13115 if test "$cross_compiling" = yes; then :
13116 ac_cv_c_stack_direction=0
13117 else
13118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13119 /* end confdefs.h. */
13120 $ac_includes_default
13121 int
13122 find_stack_direction ()
13123 {
13124 static char *addr = 0;
13125 auto char dummy;
13126 if (addr == 0)
13127 {
13128 addr = &dummy;
13129 return find_stack_direction ();
13130 }
13131 else
13132 return (&dummy > addr) ? 1 : -1;
13133 }
13134
13135 int
13136 main ()
13137 {
13138 return find_stack_direction () < 0;
13139 }
13140 _ACEOF
13141 if ac_fn_c_try_run "$LINENO"; then :
13142 ac_cv_c_stack_direction=1
13143 else
13144 ac_cv_c_stack_direction=-1
13145 fi
13146 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13147 conftest.$ac_objext conftest.beam conftest.$ac_ext
13148 fi
13149
13150 fi
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13152 $as_echo "$ac_cv_c_stack_direction" >&6; }
13153 cat >>confdefs.h <<_ACEOF
13154 #define STACK_DIRECTION $ac_cv_c_stack_direction
13155 _ACEOF
13156
13157
13158 fi
13159
13160 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13161 do :
13162 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13163 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13164 eval as_val=\$$as_ac_var
13165 if test "x$as_val" = x""yes; then :
13166 cat >>confdefs.h <<_ACEOF
13167 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13168 _ACEOF
13169
13170 fi
13171 done
13172
13173 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13174 if test "x$ac_cv_func_mkstemp" = x""yes; then :
13175
13176 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13177
13178 fi
13179
13180 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13181 if test "x$ac_cv_func_mkdtemp" = x""yes; then :
13182
13183 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13184
13185 fi
13186
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13188 $as_echo_n "checking for mbstate_t... " >&6; }
13189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13190 /* end confdefs.h. */
13191 #include <wchar.h>
13192 int
13193 main ()
13194 {
13195 mbstate_t teststate;
13196 ;
13197 return 0;
13198 }
13199 _ACEOF
13200 if ac_fn_c_try_compile "$LINENO"; then :
13201 have_mbstate_t=yes
13202 else
13203 have_mbstate_t=no
13204 fi
13205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13207 $as_echo "$have_mbstate_t" >&6; }
13208 if test x"$have_mbstate_t" = xyes; then
13209
13210 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13211
13212 fi
13213
13214 # Some systems have frexp only in -lm, not in -lc.
13215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13216 $as_echo_n "checking for library containing frexp... " >&6; }
13217 if test "${ac_cv_search_frexp+set}" = set; then :
13218 $as_echo_n "(cached) " >&6
13219 else
13220 ac_func_search_save_LIBS=$LIBS
13221 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13222 /* end confdefs.h. */
13223
13224 /* Override any GCC internal prototype to avoid an error.
13225 Use char because int might match the return type of a GCC
13226 builtin and then its argument prototype would still apply. */
13227 #ifdef __cplusplus
13228 extern "C"
13229 #endif
13230 char frexp ();
13231 int
13232 main ()
13233 {
13234 return frexp ();
13235 ;
13236 return 0;
13237 }
13238 _ACEOF
13239 for ac_lib in '' m; do
13240 if test -z "$ac_lib"; then
13241 ac_res="none required"
13242 else
13243 ac_res=-l$ac_lib
13244 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13245 fi
13246 if ac_fn_c_try_link "$LINENO"; then :
13247 ac_cv_search_frexp=$ac_res
13248 fi
13249 rm -f core conftest.err conftest.$ac_objext \
13250 conftest$ac_exeext
13251 if test "${ac_cv_search_frexp+set}" = set; then :
13252 break
13253 fi
13254 done
13255 if test "${ac_cv_search_frexp+set}" = set; then :
13256
13257 else
13258 ac_cv_search_frexp=no
13259 fi
13260 rm conftest.$ac_ext
13261 LIBS=$ac_func_search_save_LIBS
13262 fi
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13264 $as_echo "$ac_cv_search_frexp" >&6; }
13265 ac_res=$ac_cv_search_frexp
13266 if test "$ac_res" != no; then :
13267 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13268
13269 fi
13270
13271
13272
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13274 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13275 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13276 $as_echo_n "(cached) " >&6
13277 else
13278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13279 /* end confdefs.h. */
13280 #include <locale.h>
13281 int
13282 main ()
13283 {
13284 return LC_MESSAGES
13285 ;
13286 return 0;
13287 }
13288 _ACEOF
13289 if ac_fn_c_try_link "$LINENO"; then :
13290 am_cv_val_LC_MESSAGES=yes
13291 else
13292 am_cv_val_LC_MESSAGES=no
13293 fi
13294 rm -f core conftest.err conftest.$ac_objext \
13295 conftest$ac_exeext conftest.$ac_ext
13296 fi
13297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13298 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13299 if test $am_cv_val_LC_MESSAGES = yes; then
13300
13301 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13302
13303 fi
13304
13305
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
13307 $as_echo_n "checking for time_t in time.h... " >&6; }
13308 if test "${bu_cv_decl_time_t_time_h+set}" = set; then :
13309 $as_echo_n "(cached) " >&6
13310 else
13311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13312 /* end confdefs.h. */
13313 #include <time.h>
13314 int
13315 main ()
13316 {
13317 time_t i;
13318 ;
13319 return 0;
13320 }
13321 _ACEOF
13322 if ac_fn_c_try_compile "$LINENO"; then :
13323 bu_cv_decl_time_t_time_h=yes
13324 else
13325 bu_cv_decl_time_t_time_h=no
13326 fi
13327 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13328 fi
13329
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
13331 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
13332 if test $bu_cv_decl_time_t_time_h = yes; then
13333
13334 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
13335
13336 fi
13337
13338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
13339 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
13340 if test "${bu_cv_decl_time_t_types_h+set}" = set; then :
13341 $as_echo_n "(cached) " >&6
13342 else
13343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13345 #include <sys/types.h>
13346 int
13347 main ()
13348 {
13349 time_t i;
13350 ;
13351 return 0;
13352 }
13353 _ACEOF
13354 if ac_fn_c_try_compile "$LINENO"; then :
13355 bu_cv_decl_time_t_types_h=yes
13356 else
13357 bu_cv_decl_time_t_types_h=no
13358 fi
13359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13360 fi
13361
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
13363 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
13364 if test $bu_cv_decl_time_t_types_h = yes; then
13365
13366 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
13367
13368 fi
13369
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13371 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13372 if test "${bu_cv_decl_getopt_unistd_h+set}" = set; then :
13373 $as_echo_n "(cached) " >&6
13374 else
13375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13376 /* end confdefs.h. */
13377 #include <unistd.h>
13378 int
13379 main ()
13380 {
13381 extern int getopt (int, char *const*, const char *);
13382 ;
13383 return 0;
13384 }
13385 _ACEOF
13386 if ac_fn_c_try_compile "$LINENO"; then :
13387 bu_cv_decl_getopt_unistd_h=yes
13388 else
13389 bu_cv_decl_getopt_unistd_h=no
13390 fi
13391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13392 fi
13393
13394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13395 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13396 if test $bu_cv_decl_getopt_unistd_h = yes; then
13397
13398 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13399
13400 fi
13401
13402 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13403 # by default.
13404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13405 $as_echo_n "checking for utime.h... " >&6; }
13406 if test "${bu_cv_header_utime_h+set}" = set; then :
13407 $as_echo_n "(cached) " >&6
13408 else
13409 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13410 /* end confdefs.h. */
13411 #include <sys/types.h>
13412 #ifdef HAVE_TIME_H
13413 #include <time.h>
13414 #endif
13415 #include <utime.h>
13416 int
13417 main ()
13418 {
13419 struct utimbuf s;
13420 ;
13421 return 0;
13422 }
13423 _ACEOF
13424 if ac_fn_c_try_compile "$LINENO"; then :
13425 bu_cv_header_utime_h=yes
13426 else
13427 bu_cv_header_utime_h=no
13428 fi
13429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13430 fi
13431
13432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13433 $as_echo "$bu_cv_header_utime_h" >&6; }
13434 if test $bu_cv_header_utime_h = yes; then
13435
13436 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13437
13438 fi
13439
13440 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13441 if test "x$ac_cv_have_decl_environ" = x""yes; then :
13442 ac_have_decl=1
13443 else
13444 ac_have_decl=0
13445 fi
13446
13447 cat >>confdefs.h <<_ACEOF
13448 #define HAVE_DECL_ENVIRON $ac_have_decl
13449 _ACEOF
13450 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
13451 if test "x$ac_cv_have_decl_fprintf" = x""yes; then :
13452 ac_have_decl=1
13453 else
13454 ac_have_decl=0
13455 fi
13456
13457 cat >>confdefs.h <<_ACEOF
13458 #define HAVE_DECL_FPRINTF $ac_have_decl
13459 _ACEOF
13460 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13461 if test "x$ac_cv_have_decl_getc_unlocked" = x""yes; then :
13462 ac_have_decl=1
13463 else
13464 ac_have_decl=0
13465 fi
13466
13467 cat >>confdefs.h <<_ACEOF
13468 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13469 _ACEOF
13470 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
13471 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
13472 ac_have_decl=1
13473 else
13474 ac_have_decl=0
13475 fi
13476
13477 cat >>confdefs.h <<_ACEOF
13478 #define HAVE_DECL_GETENV $ac_have_decl
13479 _ACEOF
13480 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13481 if test "x$ac_cv_have_decl_sbrk" = x""yes; then :
13482 ac_have_decl=1
13483 else
13484 ac_have_decl=0
13485 fi
13486
13487 cat >>confdefs.h <<_ACEOF
13488 #define HAVE_DECL_SBRK $ac_have_decl
13489 _ACEOF
13490 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
13491 if test "x$ac_cv_have_decl_snprintf" = x""yes; then :
13492 ac_have_decl=1
13493 else
13494 ac_have_decl=0
13495 fi
13496
13497 cat >>confdefs.h <<_ACEOF
13498 #define HAVE_DECL_SNPRINTF $ac_have_decl
13499 _ACEOF
13500 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13501 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
13502 ac_have_decl=1
13503 else
13504 ac_have_decl=0
13505 fi
13506
13507 cat >>confdefs.h <<_ACEOF
13508 #define HAVE_DECL_STPCPY $ac_have_decl
13509 _ACEOF
13510 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13511 if test "x$ac_cv_have_decl_strnlen" = x""yes; then :
13512 ac_have_decl=1
13513 else
13514 ac_have_decl=0
13515 fi
13516
13517 cat >>confdefs.h <<_ACEOF
13518 #define HAVE_DECL_STRNLEN $ac_have_decl
13519 _ACEOF
13520 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
13521 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
13522 ac_have_decl=1
13523 else
13524 ac_have_decl=0
13525 fi
13526
13527 cat >>confdefs.h <<_ACEOF
13528 #define HAVE_DECL_STRSTR $ac_have_decl
13529 _ACEOF
13530 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
13531 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
13532 ac_have_decl=1
13533 else
13534 ac_have_decl=0
13535 fi
13536
13537 cat >>confdefs.h <<_ACEOF
13538 #define HAVE_DECL_VSNPRINTF $ac_have_decl
13539 _ACEOF
13540
13541
13542 # Link in zlib if we can. This allows us to read compressed debug
13543 # sections. This is used only by readelf.c (objdump uses bfd for
13544 # reading compressed sections).
13545
13546 # Use the system's zlib library.
13547 zlibdir="-L\$(top_builddir)/../zlib"
13548 zlibinc="-I\$(top_srcdir)/../zlib"
13549
13550 # Check whether --with-system-zlib was given.
13551 if test "${with_system_zlib+set}" = set; then :
13552 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13553 zlibdir=
13554 zlibinc=
13555 fi
13556
13557 fi
13558
13559
13560
13561
13562
13563
13564 case "${host}" in
13565 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13566
13567 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13568 ;;
13569 esac
13570
13571 # target-specific stuff:
13572
13573 # Canonicalize the secondary target names.
13574 if test -n "$enable_targets"; then
13575 for targ in `echo $enable_targets | sed 's/,/ /g'`
13576 do
13577 result=`$ac_config_sub $targ 2>/dev/null`
13578 if test -n "$result"; then
13579 canon_targets="$canon_targets $result"
13580 else
13581 # Allow targets that config.sub doesn't recognize, like "all".
13582 canon_targets="$canon_targets $targ"
13583 fi
13584 done
13585 fi
13586
13587 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13588 if test "x$ac_cv_header_iconv_h" = x""yes; then :
13589
13590 fi
13591
13592
13593
13594 if test "X$prefix" = "XNONE"; then
13595 acl_final_prefix="$ac_default_prefix"
13596 else
13597 acl_final_prefix="$prefix"
13598 fi
13599 if test "X$exec_prefix" = "XNONE"; then
13600 acl_final_exec_prefix='${prefix}'
13601 else
13602 acl_final_exec_prefix="$exec_prefix"
13603 fi
13604 acl_save_prefix="$prefix"
13605 prefix="$acl_final_prefix"
13606 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13607 prefix="$acl_save_prefix"
13608
13609
13610 # Check whether --with-gnu-ld was given.
13611 if test "${with_gnu_ld+set}" = set; then :
13612 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13613 else
13614 with_gnu_ld=no
13615 fi
13616
13617 # Prepare PATH_SEPARATOR.
13618 # The user is always right.
13619 if test "${PATH_SEPARATOR+set}" != set; then
13620 echo "#! /bin/sh" >conf$$.sh
13621 echo "exit 0" >>conf$$.sh
13622 chmod +x conf$$.sh
13623 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13624 PATH_SEPARATOR=';'
13625 else
13626 PATH_SEPARATOR=:
13627 fi
13628 rm -f conf$$.sh
13629 fi
13630 ac_prog=ld
13631 if test "$GCC" = yes; then
13632 # Check if gcc -print-prog-name=ld gives a path.
13633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13634 $as_echo_n "checking for ld used by GCC... " >&6; }
13635 case $host in
13636 *-*-mingw*)
13637 # gcc leaves a trailing carriage return which upsets mingw
13638 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13639 *)
13640 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13641 esac
13642 case $ac_prog in
13643 # Accept absolute paths.
13644 [\\/]* | [A-Za-z]:[\\/]*)
13645 re_direlt='/[^/][^/]*/\.\./'
13646 # Canonicalize the path of ld
13647 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13648 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13649 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13650 done
13651 test -z "$LD" && LD="$ac_prog"
13652 ;;
13653 "")
13654 # If it fails, then pretend we aren't using GCC.
13655 ac_prog=ld
13656 ;;
13657 *)
13658 # If it is relative, then search for the first ld in PATH.
13659 with_gnu_ld=unknown
13660 ;;
13661 esac
13662 elif test "$with_gnu_ld" = yes; then
13663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13664 $as_echo_n "checking for GNU ld... " >&6; }
13665 else
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13667 $as_echo_n "checking for non-GNU ld... " >&6; }
13668 fi
13669 if test "${acl_cv_path_LD+set}" = set; then :
13670 $as_echo_n "(cached) " >&6
13671 else
13672 if test -z "$LD"; then
13673 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13674 for ac_dir in $PATH; do
13675 test -z "$ac_dir" && ac_dir=.
13676 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13677 acl_cv_path_LD="$ac_dir/$ac_prog"
13678 # Check to see if the program is GNU ld. I'd rather use --version,
13679 # but apparently some GNU ld's only accept -v.
13680 # Break only if it was the GNU/non-GNU ld that we prefer.
13681 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13682 test "$with_gnu_ld" != no && break
13683 else
13684 test "$with_gnu_ld" != yes && break
13685 fi
13686 fi
13687 done
13688 IFS="$ac_save_ifs"
13689 else
13690 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13691 fi
13692 fi
13693
13694 LD="$acl_cv_path_LD"
13695 if test -n "$LD"; then
13696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13697 $as_echo "$LD" >&6; }
13698 else
13699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13700 $as_echo "no" >&6; }
13701 fi
13702 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13704 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13705 if test "${acl_cv_prog_gnu_ld+set}" = set; then :
13706 $as_echo_n "(cached) " >&6
13707 else
13708 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13709 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13710 acl_cv_prog_gnu_ld=yes
13711 else
13712 acl_cv_prog_gnu_ld=no
13713 fi
13714 fi
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13716 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13717 with_gnu_ld=$acl_cv_prog_gnu_ld
13718
13719
13720
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13722 $as_echo_n "checking for shared library run path origin... " >&6; }
13723 if test "${acl_cv_rpath+set}" = set; then :
13724 $as_echo_n "(cached) " >&6
13725 else
13726
13727 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13728 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13729 . ./conftest.sh
13730 rm -f ./conftest.sh
13731 acl_cv_rpath=done
13732
13733 fi
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13735 $as_echo "$acl_cv_rpath" >&6; }
13736 wl="$acl_cv_wl"
13737 libext="$acl_cv_libext"
13738 shlibext="$acl_cv_shlibext"
13739 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13740 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13741 hardcode_direct="$acl_cv_hardcode_direct"
13742 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13743 # Check whether --enable-rpath was given.
13744 if test "${enable_rpath+set}" = set; then :
13745 enableval=$enable_rpath; :
13746 else
13747 enable_rpath=yes
13748 fi
13749
13750
13751
13752
13753
13754
13755
13756
13757 use_additional=yes
13758
13759 acl_save_prefix="$prefix"
13760 prefix="$acl_final_prefix"
13761 acl_save_exec_prefix="$exec_prefix"
13762 exec_prefix="$acl_final_exec_prefix"
13763
13764 eval additional_includedir=\"$includedir\"
13765 eval additional_libdir=\"$libdir\"
13766
13767 exec_prefix="$acl_save_exec_prefix"
13768 prefix="$acl_save_prefix"
13769
13770
13771 # Check whether --with-libiconv-prefix was given.
13772 if test "${with_libiconv_prefix+set}" = set; then :
13773 withval=$with_libiconv_prefix;
13774 if test "X$withval" = "Xno"; then
13775 use_additional=no
13776 else
13777 if test "X$withval" = "X"; then
13778
13779 acl_save_prefix="$prefix"
13780 prefix="$acl_final_prefix"
13781 acl_save_exec_prefix="$exec_prefix"
13782 exec_prefix="$acl_final_exec_prefix"
13783
13784 eval additional_includedir=\"$includedir\"
13785 eval additional_libdir=\"$libdir\"
13786
13787 exec_prefix="$acl_save_exec_prefix"
13788 prefix="$acl_save_prefix"
13789
13790 else
13791 additional_includedir="$withval/include"
13792 additional_libdir="$withval/lib"
13793 fi
13794 fi
13795
13796 fi
13797
13798 LIBICONV=
13799 LTLIBICONV=
13800 INCICONV=
13801 rpathdirs=
13802 ltrpathdirs=
13803 names_already_handled=
13804 names_next_round='iconv '
13805 while test -n "$names_next_round"; do
13806 names_this_round="$names_next_round"
13807 names_next_round=
13808 for name in $names_this_round; do
13809 already_handled=
13810 for n in $names_already_handled; do
13811 if test "$n" = "$name"; then
13812 already_handled=yes
13813 break
13814 fi
13815 done
13816 if test -z "$already_handled"; then
13817 names_already_handled="$names_already_handled $name"
13818 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13819 eval value=\"\$HAVE_LIB$uppername\"
13820 if test -n "$value"; then
13821 if test "$value" = yes; then
13822 eval value=\"\$LIB$uppername\"
13823 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13824 eval value=\"\$LTLIB$uppername\"
13825 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13826 else
13827 :
13828 fi
13829 else
13830 found_dir=
13831 found_la=
13832 found_so=
13833 found_a=
13834 if test $use_additional = yes; then
13835 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
13836 found_dir="$additional_libdir"
13837 found_so="$additional_libdir/lib$name.$shlibext"
13838 if test -f "$additional_libdir/lib$name.la"; then
13839 found_la="$additional_libdir/lib$name.la"
13840 fi
13841 else
13842 if test -f "$additional_libdir/lib$name.$libext"; then
13843 found_dir="$additional_libdir"
13844 found_a="$additional_libdir/lib$name.$libext"
13845 if test -f "$additional_libdir/lib$name.la"; then
13846 found_la="$additional_libdir/lib$name.la"
13847 fi
13848 fi
13849 fi
13850 fi
13851 if test "X$found_dir" = "X"; then
13852 for x in $LDFLAGS $LTLIBICONV; do
13853
13854 acl_save_prefix="$prefix"
13855 prefix="$acl_final_prefix"
13856 acl_save_exec_prefix="$exec_prefix"
13857 exec_prefix="$acl_final_exec_prefix"
13858 eval x=\"$x\"
13859 exec_prefix="$acl_save_exec_prefix"
13860 prefix="$acl_save_prefix"
13861
13862 case "$x" in
13863 -L*)
13864 dir=`echo "X$x" | sed -e 's/^X-L//'`
13865 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
13866 found_dir="$dir"
13867 found_so="$dir/lib$name.$shlibext"
13868 if test -f "$dir/lib$name.la"; then
13869 found_la="$dir/lib$name.la"
13870 fi
13871 else
13872 if test -f "$dir/lib$name.$libext"; then
13873 found_dir="$dir"
13874 found_a="$dir/lib$name.$libext"
13875 if test -f "$dir/lib$name.la"; then
13876 found_la="$dir/lib$name.la"
13877 fi
13878 fi
13879 fi
13880 ;;
13881 esac
13882 if test "X$found_dir" != "X"; then
13883 break
13884 fi
13885 done
13886 fi
13887 if test "X$found_dir" != "X"; then
13888 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13889 if test "X$found_so" != "X"; then
13890 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13891 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13892 else
13893 haveit=
13894 for x in $ltrpathdirs; do
13895 if test "X$x" = "X$found_dir"; then
13896 haveit=yes
13897 break
13898 fi
13899 done
13900 if test -z "$haveit"; then
13901 ltrpathdirs="$ltrpathdirs $found_dir"
13902 fi
13903 if test "$hardcode_direct" = yes; then
13904 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13905 else
13906 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13907 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13908 haveit=
13909 for x in $rpathdirs; do
13910 if test "X$x" = "X$found_dir"; then
13911 haveit=yes
13912 break
13913 fi
13914 done
13915 if test -z "$haveit"; then
13916 rpathdirs="$rpathdirs $found_dir"
13917 fi
13918 else
13919 haveit=
13920 for x in $LDFLAGS $LIBICONV; do
13921
13922 acl_save_prefix="$prefix"
13923 prefix="$acl_final_prefix"
13924 acl_save_exec_prefix="$exec_prefix"
13925 exec_prefix="$acl_final_exec_prefix"
13926 eval x=\"$x\"
13927 exec_prefix="$acl_save_exec_prefix"
13928 prefix="$acl_save_prefix"
13929
13930 if test "X$x" = "X-L$found_dir"; then
13931 haveit=yes
13932 break
13933 fi
13934 done
13935 if test -z "$haveit"; then
13936 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13937 fi
13938 if test "$hardcode_minus_L" != no; then
13939 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13940 else
13941 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13942 fi
13943 fi
13944 fi
13945 fi
13946 else
13947 if test "X$found_a" != "X"; then
13948 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
13949 else
13950 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
13951 fi
13952 fi
13953 additional_includedir=
13954 case "$found_dir" in
13955 */lib | */lib/)
13956 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
13957 additional_includedir="$basedir/include"
13958 ;;
13959 esac
13960 if test "X$additional_includedir" != "X"; then
13961 if test "X$additional_includedir" != "X/usr/include"; then
13962 haveit=
13963 if test "X$additional_includedir" = "X/usr/local/include"; then
13964 if test -n "$GCC"; then
13965 case $host_os in
13966 linux*) haveit=yes;;
13967 esac
13968 fi
13969 fi
13970 if test -z "$haveit"; then
13971 for x in $CPPFLAGS $INCICONV; do
13972
13973 acl_save_prefix="$prefix"
13974 prefix="$acl_final_prefix"
13975 acl_save_exec_prefix="$exec_prefix"
13976 exec_prefix="$acl_final_exec_prefix"
13977 eval x=\"$x\"
13978 exec_prefix="$acl_save_exec_prefix"
13979 prefix="$acl_save_prefix"
13980
13981 if test "X$x" = "X-I$additional_includedir"; then
13982 haveit=yes
13983 break
13984 fi
13985 done
13986 if test -z "$haveit"; then
13987 if test -d "$additional_includedir"; then
13988 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
13989 fi
13990 fi
13991 fi
13992 fi
13993 fi
13994 if test -n "$found_la"; then
13995 save_libdir="$libdir"
13996 case "$found_la" in
13997 */* | *\\*) . "$found_la" ;;
13998 *) . "./$found_la" ;;
13999 esac
14000 libdir="$save_libdir"
14001 for dep in $dependency_libs; do
14002 case "$dep" in
14003 -L*)
14004 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14005 if test "X$additional_libdir" != "X/usr/lib"; then
14006 haveit=
14007 if test "X$additional_libdir" = "X/usr/local/lib"; then
14008 if test -n "$GCC"; then
14009 case $host_os in
14010 linux*) haveit=yes;;
14011 esac
14012 fi
14013 fi
14014 if test -z "$haveit"; then
14015 haveit=
14016 for x in $LDFLAGS $LIBICONV; do
14017
14018 acl_save_prefix="$prefix"
14019 prefix="$acl_final_prefix"
14020 acl_save_exec_prefix="$exec_prefix"
14021 exec_prefix="$acl_final_exec_prefix"
14022 eval x=\"$x\"
14023 exec_prefix="$acl_save_exec_prefix"
14024 prefix="$acl_save_prefix"
14025
14026 if test "X$x" = "X-L$additional_libdir"; then
14027 haveit=yes
14028 break
14029 fi
14030 done
14031 if test -z "$haveit"; then
14032 if test -d "$additional_libdir"; then
14033 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14034 fi
14035 fi
14036 haveit=
14037 for x in $LDFLAGS $LTLIBICONV; do
14038
14039 acl_save_prefix="$prefix"
14040 prefix="$acl_final_prefix"
14041 acl_save_exec_prefix="$exec_prefix"
14042 exec_prefix="$acl_final_exec_prefix"
14043 eval x=\"$x\"
14044 exec_prefix="$acl_save_exec_prefix"
14045 prefix="$acl_save_prefix"
14046
14047 if test "X$x" = "X-L$additional_libdir"; then
14048 haveit=yes
14049 break
14050 fi
14051 done
14052 if test -z "$haveit"; then
14053 if test -d "$additional_libdir"; then
14054 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14055 fi
14056 fi
14057 fi
14058 fi
14059 ;;
14060 -R*)
14061 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14062 if test "$enable_rpath" != no; then
14063 haveit=
14064 for x in $rpathdirs; do
14065 if test "X$x" = "X$dir"; then
14066 haveit=yes
14067 break
14068 fi
14069 done
14070 if test -z "$haveit"; then
14071 rpathdirs="$rpathdirs $dir"
14072 fi
14073 haveit=
14074 for x in $ltrpathdirs; do
14075 if test "X$x" = "X$dir"; then
14076 haveit=yes
14077 break
14078 fi
14079 done
14080 if test -z "$haveit"; then
14081 ltrpathdirs="$ltrpathdirs $dir"
14082 fi
14083 fi
14084 ;;
14085 -l*)
14086 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14087 ;;
14088 *.la)
14089 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14090 ;;
14091 *)
14092 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14093 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14094 ;;
14095 esac
14096 done
14097 fi
14098 else
14099 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14100 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14101 fi
14102 fi
14103 fi
14104 done
14105 done
14106 if test "X$rpathdirs" != "X"; then
14107 if test -n "$hardcode_libdir_separator"; then
14108 alldirs=
14109 for found_dir in $rpathdirs; do
14110 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14111 done
14112 acl_save_libdir="$libdir"
14113 libdir="$alldirs"
14114 eval flag=\"$hardcode_libdir_flag_spec\"
14115 libdir="$acl_save_libdir"
14116 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14117 else
14118 for found_dir in $rpathdirs; do
14119 acl_save_libdir="$libdir"
14120 libdir="$found_dir"
14121 eval flag=\"$hardcode_libdir_flag_spec\"
14122 libdir="$acl_save_libdir"
14123 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14124 done
14125 fi
14126 fi
14127 if test "X$ltrpathdirs" != "X"; then
14128 for found_dir in $ltrpathdirs; do
14129 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14130 done
14131 fi
14132
14133
14134
14135
14136
14137
14138
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14140 $as_echo_n "checking for iconv... " >&6; }
14141 if test "${am_cv_func_iconv+set}" = set; then :
14142 $as_echo_n "(cached) " >&6
14143 else
14144
14145 am_cv_func_iconv="no, consider installing GNU libiconv"
14146 am_cv_lib_iconv=no
14147 am_save_CPPFLAGS="$CPPFLAGS"
14148 CPPFLAGS="$CPPFLAGS $INCICONV"
14149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14150 /* end confdefs.h. */
14151 #include <stdlib.h>
14152 #include <iconv.h>
14153 int
14154 main ()
14155 {
14156 iconv_t cd = iconv_open("","");
14157 iconv(cd,NULL,NULL,NULL,NULL);
14158 iconv_close(cd);
14159 ;
14160 return 0;
14161 }
14162 _ACEOF
14163 if ac_fn_c_try_link "$LINENO"; then :
14164 am_cv_func_iconv=yes
14165 fi
14166 rm -f core conftest.err conftest.$ac_objext \
14167 conftest$ac_exeext conftest.$ac_ext
14168 CPPFLAGS="$am_save_CPPFLAGS"
14169
14170 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14171 for _libs in .libs _libs; do
14172 am_save_CPPFLAGS="$CPPFLAGS"
14173 am_save_LIBS="$LIBS"
14174 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14175 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14176 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14177 /* end confdefs.h. */
14178 #include <stdlib.h>
14179 #include <iconv.h>
14180 int
14181 main ()
14182 {
14183 iconv_t cd = iconv_open("","");
14184 iconv(cd,NULL,NULL,NULL,NULL);
14185 iconv_close(cd);
14186 ;
14187 return 0;
14188 }
14189 _ACEOF
14190 if ac_fn_c_try_link "$LINENO"; then :
14191 INCICONV="-I../libiconv/include"
14192 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14193 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14194 am_cv_lib_iconv=yes
14195 am_cv_func_iconv=yes
14196 fi
14197 rm -f core conftest.err conftest.$ac_objext \
14198 conftest$ac_exeext conftest.$ac_ext
14199 CPPFLAGS="$am_save_CPPFLAGS"
14200 LIBS="$am_save_LIBS"
14201 if test "$am_cv_func_iconv" = "yes"; then
14202 break
14203 fi
14204 done
14205 fi
14206
14207 if test "$am_cv_func_iconv" != yes; then
14208 am_save_CPPFLAGS="$CPPFLAGS"
14209 am_save_LIBS="$LIBS"
14210 CPPFLAGS="$LIBS $INCICONV"
14211 LIBS="$LIBS $LIBICONV"
14212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14213 /* end confdefs.h. */
14214 #include <stdlib.h>
14215 #include <iconv.h>
14216 int
14217 main ()
14218 {
14219 iconv_t cd = iconv_open("","");
14220 iconv(cd,NULL,NULL,NULL,NULL);
14221 iconv_close(cd);
14222 ;
14223 return 0;
14224 }
14225 _ACEOF
14226 if ac_fn_c_try_link "$LINENO"; then :
14227 am_cv_lib_iconv=yes
14228 am_cv_func_iconv=yes
14229 fi
14230 rm -f core conftest.err conftest.$ac_objext \
14231 conftest$ac_exeext conftest.$ac_ext
14232 CPPFLAGS="$am_save_CPPFLAGS"
14233 LIBS="$am_save_LIBS"
14234 fi
14235
14236 fi
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14238 $as_echo "$am_cv_func_iconv" >&6; }
14239 if test "$am_cv_func_iconv" = yes; then
14240
14241 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14242
14243 fi
14244 if test "$am_cv_lib_iconv" = yes; then
14245
14246 for element in $INCICONV; do
14247 haveit=
14248 for x in $CPPFLAGS; do
14249
14250 acl_save_prefix="$prefix"
14251 prefix="$acl_final_prefix"
14252 acl_save_exec_prefix="$exec_prefix"
14253 exec_prefix="$acl_final_exec_prefix"
14254 eval x=\"$x\"
14255 exec_prefix="$acl_save_exec_prefix"
14256 prefix="$acl_save_prefix"
14257
14258 if test "X$x" = "X$element"; then
14259 haveit=yes
14260 break
14261 fi
14262 done
14263 if test -z "$haveit"; then
14264 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14265 fi
14266 done
14267
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14269 $as_echo_n "checking how to link with libiconv... " >&6; }
14270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14271 $as_echo "$LIBICONV" >&6; }
14272 else
14273 LIBICONV=
14274 LTLIBICONV=
14275 fi
14276
14277
14278
14279 if test "$am_cv_func_iconv" = yes; then
14280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14281 $as_echo_n "checking for iconv declaration... " >&6; }
14282 if test "${am_cv_proto_iconv+set}" = set; then :
14283 $as_echo_n "(cached) " >&6
14284 else
14285
14286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14287 /* end confdefs.h. */
14288
14289 #include <stdlib.h>
14290 #include <iconv.h>
14291 extern
14292 #ifdef __cplusplus
14293 "C"
14294 #endif
14295 #if defined(__STDC__) || defined(__cplusplus)
14296 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14297 #else
14298 size_t iconv();
14299 #endif
14300
14301 int
14302 main ()
14303 {
14304
14305 ;
14306 return 0;
14307 }
14308 _ACEOF
14309 if ac_fn_c_try_compile "$LINENO"; then :
14310 am_cv_proto_iconv_arg1=""
14311 else
14312 am_cv_proto_iconv_arg1="const"
14313 fi
14314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14315 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);"
14316 fi
14317
14318 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14320 }$am_cv_proto_iconv" >&5
14321 $as_echo "${ac_t:-
14322 }$am_cv_proto_iconv" >&6; }
14323
14324 cat >>confdefs.h <<_ACEOF
14325 #define ICONV_CONST $am_cv_proto_iconv_arg1
14326 _ACEOF
14327
14328 fi
14329
14330
14331 all_targets=false
14332 BUILD_NLMCONV=
14333 NLMCONV_DEFS=
14334 BUILD_SRCONV=
14335 BUILD_DLLTOOL=
14336 DLLTOOL_DEFS=
14337 DLLTOOL_DEFAULT=
14338 BUILD_WINDRES=
14339 BUILD_WINDMC=
14340 BUILD_DLLWRAP=
14341 BUILD_MISC=
14342 BUILD_INSTALL_MISC=
14343 OBJDUMP_DEFS=
14344 OBJDUMP_PRIVATE_VECTORS=
14345 OBJDUMP_PRIVATE_OFILES=
14346 od_vectors=
14347
14348 for targ in $target $canon_targets
14349 do
14350 if test "x$targ" = "xall"; then
14351 all_targets=true
14352 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14353 BUILD_SRCONV='$(SRCONV_PROG)'
14354 NLMCONV_DEFS="-DNLMCONV_I386 -DNLMCONV_ALPHA -DNLMCONV_POWERPC -DNLMCONV_SPARC"
14355 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14356 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14357 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14358 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14359 if test -z "$DLLTOOL_DEFAULT"; then
14360 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14361 fi
14362 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14363 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14364 od_vectors="$od_vectors objdump_private_desc_xcoff"
14365 else
14366 case $targ in
14367 i[3-7]86*-*-netware*)
14368 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14369 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_I386"
14370 ;;
14371 alpha*-*-netware*)
14372 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14373 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_ALPHA"
14374 ;;
14375 powerpc*-*-netware*)
14376 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14377 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_POWERPC"
14378 ;;
14379 sparc*-*-netware*)
14380 BUILD_NLMCONV='$(NLMCONV_PROG)$(EXEEXT)'
14381 NLMCONV_DEFS="$NLMCONV_DEFS -DNLMCONV_SPARC"
14382 ;;
14383 esac
14384
14385 case $targ in
14386 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14387 esac
14388
14389 case $targ in
14390 arm-epoc-pe*)
14391 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14392 if test -z "$DLLTOOL_DEFAULT"; then
14393 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_EPOC"
14394 fi
14395 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_EPOC -DDLLTOOL_ARM"
14396 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14397 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14398 ;;
14399 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14400 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14401 if test -z "$DLLTOOL_DEFAULT"; then
14402 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14403 fi
14404 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14405 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14406 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14407 ;;
14408 arm-*-pe*)
14409 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14410 if test -z "$DLLTOOL_DEFAULT"; then
14411 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14412 fi
14413 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14414 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14415 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14416 ;;
14417 x86_64-*-mingw* | x86_64-*-cygwin*)
14418 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14419 if test -z "$DLLTOOL_DEFAULT"; then
14420 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14421 fi
14422 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14423 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14424 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14425 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14426 ;;
14427 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14428 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14429 if test -z "$DLLTOOL_DEFAULT"; then
14430 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14431 fi
14432 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14433 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14434 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14435 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14436 ;;
14437 i[3-7]86-*-interix)
14438 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14439 if test -z "$DLLTOOL_DEFAULT"; then
14440 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14441 fi
14442 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14443 ;;
14444 powerpc*-aix5.[01])
14445 ;;
14446 powerpc*-aix[5-9].*)
14447 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14448 ;;
14449 powerpc*-*-pe* | powerpc*-*-cygwin*)
14450 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14451 if test -z "$DLLTOOL_DEFAULT"; then
14452 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
14453 fi
14454 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
14455 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14456 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14457 ;;
14458 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14459 case "$BUILD_INSTALL_MISC" in
14460 *embedspu*) ;;
14461 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14462 esac
14463 ;;
14464 sh*-*-pe)
14465 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14466 if test -z "$DLLTOOL_DEFAULT"; then
14467 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14468 fi
14469 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14470 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14471 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14472 ;;
14473 spu-*-*)
14474 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14475 ;;
14476 mips*-*-pe)
14477 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14478 if test -z "$DLLTOOL_DEFAULT"; then
14479 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14480 fi
14481 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14482 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14483 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14484 ;;
14485 mcore-*-pe)
14486 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14487 if test -z "$DLLTOOL_DEFAULT"; then
14488 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14489 fi
14490 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14491 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14492 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14493 ;;
14494 mcore-*-elf)
14495 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14496 if test -z "$DLLTOOL_DEFAULT"; then
14497 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14498 fi
14499 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14500 ;;
14501 mep-*)
14502 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14503 ;;
14504 esac
14505
14506 # Add objdump private vectors.
14507 case $targ in
14508 avr-*-*)
14509 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14510 ;;
14511 powerpc-*-aix*)
14512 od_vectors="$od_vectors objdump_private_desc_xcoff"
14513 ;;
14514 *-*-darwin*)
14515 od_vectors="$od_vectors objdump_private_desc_mach_o"
14516 ;;
14517 esac
14518 fi
14519 done
14520
14521 # Uniq objdump private vector, build objdump target ofiles.
14522 od_files=
14523 f=""
14524 for i in $od_vectors ; do
14525 case " $f " in
14526 *" $i "*) ;;
14527 *)
14528 f="$f $i"
14529 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14530 case $i in
14531 objdump_private_desc_elf32_avr)
14532 od_files="$od_files od-elf32_avr" ;;
14533 objdump_private_desc_xcoff)
14534 od_files="$od_files od-xcoff" ;;
14535 objdump_private_desc_mach_o)
14536 od_files="$od_files od-macho" ;;
14537 *) as_fn_error "*** unknown private vector $i" "$LINENO" 5 ;;
14538 esac
14539 ;;
14540 esac
14541 done
14542
14543 # Uniq objdump target ofiles
14544 f=""
14545 for i in $od_files ; do
14546 case " $f " in
14547 *" $i "*) ;;
14548 *)
14549 f="$f $i"
14550 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14551 ;;
14552 esac
14553 done
14554
14555 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14556
14557 if test "${with_windres+set}" = set; then
14558 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14559 fi
14560
14561 if test "${with_windmc+set}" = set; then
14562 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14563 fi
14564
14565 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14566
14567
14568
14569
14570
14571
14572
14573
14574
14575
14576
14577
14578
14579
14580
14581 cat >>confdefs.h <<_ACEOF
14582 #define TARGET "${target}"
14583 _ACEOF
14584
14585
14586 targ=$target
14587 . $srcdir/../bfd/config.bfd
14588 if test "x$targ_underscore" = "xyes"; then
14589 UNDERSCORE=1
14590 else
14591 UNDERSCORE=0
14592 fi
14593
14594 cat >>confdefs.h <<_ACEOF
14595 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14596 _ACEOF
14597
14598
14599 # Emulation
14600 targ=$target
14601 . ${srcdir}/configure.tgt
14602 EMULATION=$targ_emul
14603 EMULATION_VECTOR=$targ_emul_vector
14604
14605
14606
14607
14608 # Required for html and install-html
14609
14610
14611
14612
14613
14614 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14615
14616 cat >confcache <<\_ACEOF
14617 # This file is a shell script that caches the results of configure
14618 # tests run on this system so they can be shared between configure
14619 # scripts and configure runs, see configure's option --config-cache.
14620 # It is not useful on other systems. If it contains results you don't
14621 # want to keep, you may remove or edit it.
14622 #
14623 # config.status only pays attention to the cache file if you give it
14624 # the --recheck option to rerun configure.
14625 #
14626 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14627 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14628 # following values.
14629
14630 _ACEOF
14631
14632 # The following way of writing the cache mishandles newlines in values,
14633 # but we know of no workaround that is simple, portable, and efficient.
14634 # So, we kill variables containing newlines.
14635 # Ultrix sh set writes to stderr and can't be redirected directly,
14636 # and sets the high bit in the cache file unless we assign to the vars.
14637 (
14638 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14639 eval ac_val=\$$ac_var
14640 case $ac_val in #(
14641 *${as_nl}*)
14642 case $ac_var in #(
14643 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14644 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14645 esac
14646 case $ac_var in #(
14647 _ | IFS | as_nl) ;; #(
14648 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14649 *) { eval $ac_var=; unset $ac_var;} ;;
14650 esac ;;
14651 esac
14652 done
14653
14654 (set) 2>&1 |
14655 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14656 *${as_nl}ac_space=\ *)
14657 # `set' does not quote correctly, so add quotes: double-quote
14658 # substitution turns \\\\ into \\, and sed turns \\ into \.
14659 sed -n \
14660 "s/'/'\\\\''/g;
14661 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14662 ;; #(
14663 *)
14664 # `set' quotes correctly as required by POSIX, so do not add quotes.
14665 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14666 ;;
14667 esac |
14668 sort
14669 ) |
14670 sed '
14671 /^ac_cv_env_/b end
14672 t clear
14673 :clear
14674 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14675 t end
14676 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14677 :end' >>confcache
14678 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14679 if test -w "$cache_file"; then
14680 test "x$cache_file" != "x/dev/null" &&
14681 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14682 $as_echo "$as_me: updating cache $cache_file" >&6;}
14683 cat confcache >$cache_file
14684 else
14685 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14686 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14687 fi
14688 fi
14689 rm -f confcache
14690
14691 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14692 # Let make expand exec_prefix.
14693 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14694
14695 DEFS=-DHAVE_CONFIG_H
14696
14697 ac_libobjs=
14698 ac_ltlibobjs=
14699 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14700 # 1. Remove the extension, and $U if already installed.
14701 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14702 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14703 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14704 # will be set to the directory where LIBOBJS objects are built.
14705 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14706 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14707 done
14708 LIBOBJS=$ac_libobjs
14709
14710 LTLIBOBJS=$ac_ltlibobjs
14711
14712
14713 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14714 as_fn_error "conditional \"AMDEP\" was never defined.
14715 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14716 fi
14717 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14718 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14719 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14720 fi
14721 if test -n "$EXEEXT"; then
14722 am__EXEEXT_TRUE=
14723 am__EXEEXT_FALSE='#'
14724 else
14725 am__EXEEXT_TRUE='#'
14726 am__EXEEXT_FALSE=
14727 fi
14728
14729 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14730 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14731 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14732 fi
14733 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14734 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14735 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14736 fi
14737
14738 : ${CONFIG_STATUS=./config.status}
14739 ac_write_fail=0
14740 ac_clean_files_save=$ac_clean_files
14741 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14742 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14743 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14744 as_write_fail=0
14745 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14746 #! $SHELL
14747 # Generated by $as_me.
14748 # Run this file to recreate the current configuration.
14749 # Compiler output produced by configure, useful for debugging
14750 # configure, is in config.log if it exists.
14751
14752 debug=false
14753 ac_cs_recheck=false
14754 ac_cs_silent=false
14755
14756 SHELL=\${CONFIG_SHELL-$SHELL}
14757 export SHELL
14758 _ASEOF
14759 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14760 ## -------------------- ##
14761 ## M4sh Initialization. ##
14762 ## -------------------- ##
14763
14764 # Be more Bourne compatible
14765 DUALCASE=1; export DUALCASE # for MKS sh
14766 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14767 emulate sh
14768 NULLCMD=:
14769 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14770 # is contrary to our usage. Disable this feature.
14771 alias -g '${1+"$@"}'='"$@"'
14772 setopt NO_GLOB_SUBST
14773 else
14774 case `(set -o) 2>/dev/null` in #(
14775 *posix*) :
14776 set -o posix ;; #(
14777 *) :
14778 ;;
14779 esac
14780 fi
14781
14782
14783 as_nl='
14784 '
14785 export as_nl
14786 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14787 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14788 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14789 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14790 # Prefer a ksh shell builtin over an external printf program on Solaris,
14791 # but without wasting forks for bash or zsh.
14792 if test -z "$BASH_VERSION$ZSH_VERSION" \
14793 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14794 as_echo='print -r --'
14795 as_echo_n='print -rn --'
14796 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14797 as_echo='printf %s\n'
14798 as_echo_n='printf %s'
14799 else
14800 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14801 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14802 as_echo_n='/usr/ucb/echo -n'
14803 else
14804 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14805 as_echo_n_body='eval
14806 arg=$1;
14807 case $arg in #(
14808 *"$as_nl"*)
14809 expr "X$arg" : "X\\(.*\\)$as_nl";
14810 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14811 esac;
14812 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14813 '
14814 export as_echo_n_body
14815 as_echo_n='sh -c $as_echo_n_body as_echo'
14816 fi
14817 export as_echo_body
14818 as_echo='sh -c $as_echo_body as_echo'
14819 fi
14820
14821 # The user is always right.
14822 if test "${PATH_SEPARATOR+set}" != set; then
14823 PATH_SEPARATOR=:
14824 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14825 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14826 PATH_SEPARATOR=';'
14827 }
14828 fi
14829
14830
14831 # IFS
14832 # We need space, tab and new line, in precisely that order. Quoting is
14833 # there to prevent editors from complaining about space-tab.
14834 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14835 # splitting by setting IFS to empty value.)
14836 IFS=" "" $as_nl"
14837
14838 # Find who we are. Look in the path if we contain no directory separator.
14839 case $0 in #((
14840 *[\\/]* ) as_myself=$0 ;;
14841 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14842 for as_dir in $PATH
14843 do
14844 IFS=$as_save_IFS
14845 test -z "$as_dir" && as_dir=.
14846 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14847 done
14848 IFS=$as_save_IFS
14849
14850 ;;
14851 esac
14852 # We did not find ourselves, most probably we were run as `sh COMMAND'
14853 # in which case we are not to be found in the path.
14854 if test "x$as_myself" = x; then
14855 as_myself=$0
14856 fi
14857 if test ! -f "$as_myself"; then
14858 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14859 exit 1
14860 fi
14861
14862 # Unset variables that we do not need and which cause bugs (e.g. in
14863 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14864 # suppresses any "Segmentation fault" message there. '((' could
14865 # trigger a bug in pdksh 5.2.14.
14866 for as_var in BASH_ENV ENV MAIL MAILPATH
14867 do eval test x\${$as_var+set} = xset \
14868 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14869 done
14870 PS1='$ '
14871 PS2='> '
14872 PS4='+ '
14873
14874 # NLS nuisances.
14875 LC_ALL=C
14876 export LC_ALL
14877 LANGUAGE=C
14878 export LANGUAGE
14879
14880 # CDPATH.
14881 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14882
14883
14884 # as_fn_error ERROR [LINENO LOG_FD]
14885 # ---------------------------------
14886 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14887 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14888 # script with status $?, using 1 if that was 0.
14889 as_fn_error ()
14890 {
14891 as_status=$?; test $as_status -eq 0 && as_status=1
14892 if test "$3"; then
14893 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14894 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14895 fi
14896 $as_echo "$as_me: error: $1" >&2
14897 as_fn_exit $as_status
14898 } # as_fn_error
14899
14900
14901 # as_fn_set_status STATUS
14902 # -----------------------
14903 # Set $? to STATUS, without forking.
14904 as_fn_set_status ()
14905 {
14906 return $1
14907 } # as_fn_set_status
14908
14909 # as_fn_exit STATUS
14910 # -----------------
14911 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14912 as_fn_exit ()
14913 {
14914 set +e
14915 as_fn_set_status $1
14916 exit $1
14917 } # as_fn_exit
14918
14919 # as_fn_unset VAR
14920 # ---------------
14921 # Portably unset VAR.
14922 as_fn_unset ()
14923 {
14924 { eval $1=; unset $1;}
14925 }
14926 as_unset=as_fn_unset
14927 # as_fn_append VAR VALUE
14928 # ----------------------
14929 # Append the text in VALUE to the end of the definition contained in VAR. Take
14930 # advantage of any shell optimizations that allow amortized linear growth over
14931 # repeated appends, instead of the typical quadratic growth present in naive
14932 # implementations.
14933 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14934 eval 'as_fn_append ()
14935 {
14936 eval $1+=\$2
14937 }'
14938 else
14939 as_fn_append ()
14940 {
14941 eval $1=\$$1\$2
14942 }
14943 fi # as_fn_append
14944
14945 # as_fn_arith ARG...
14946 # ------------------
14947 # Perform arithmetic evaluation on the ARGs, and store the result in the
14948 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14949 # must be portable across $(()) and expr.
14950 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14951 eval 'as_fn_arith ()
14952 {
14953 as_val=$(( $* ))
14954 }'
14955 else
14956 as_fn_arith ()
14957 {
14958 as_val=`expr "$@" || test $? -eq 1`
14959 }
14960 fi # as_fn_arith
14961
14962
14963 if expr a : '\(a\)' >/dev/null 2>&1 &&
14964 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14965 as_expr=expr
14966 else
14967 as_expr=false
14968 fi
14969
14970 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14971 as_basename=basename
14972 else
14973 as_basename=false
14974 fi
14975
14976 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14977 as_dirname=dirname
14978 else
14979 as_dirname=false
14980 fi
14981
14982 as_me=`$as_basename -- "$0" ||
14983 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14984 X"$0" : 'X\(//\)$' \| \
14985 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14986 $as_echo X/"$0" |
14987 sed '/^.*\/\([^/][^/]*\)\/*$/{
14988 s//\1/
14989 q
14990 }
14991 /^X\/\(\/\/\)$/{
14992 s//\1/
14993 q
14994 }
14995 /^X\/\(\/\).*/{
14996 s//\1/
14997 q
14998 }
14999 s/.*/./; q'`
15000
15001 # Avoid depending upon Character Ranges.
15002 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15003 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15004 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15005 as_cr_digits='0123456789'
15006 as_cr_alnum=$as_cr_Letters$as_cr_digits
15007
15008 ECHO_C= ECHO_N= ECHO_T=
15009 case `echo -n x` in #(((((
15010 -n*)
15011 case `echo 'xy\c'` in
15012 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15013 xy) ECHO_C='\c';;
15014 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15015 ECHO_T=' ';;
15016 esac;;
15017 *)
15018 ECHO_N='-n';;
15019 esac
15020
15021 rm -f conf$$ conf$$.exe conf$$.file
15022 if test -d conf$$.dir; then
15023 rm -f conf$$.dir/conf$$.file
15024 else
15025 rm -f conf$$.dir
15026 mkdir conf$$.dir 2>/dev/null
15027 fi
15028 if (echo >conf$$.file) 2>/dev/null; then
15029 if ln -s conf$$.file conf$$ 2>/dev/null; then
15030 as_ln_s='ln -s'
15031 # ... but there are two gotchas:
15032 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15033 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15034 # In both cases, we have to default to `cp -p'.
15035 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15036 as_ln_s='cp -p'
15037 elif ln conf$$.file conf$$ 2>/dev/null; then
15038 as_ln_s=ln
15039 else
15040 as_ln_s='cp -p'
15041 fi
15042 else
15043 as_ln_s='cp -p'
15044 fi
15045 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15046 rmdir conf$$.dir 2>/dev/null
15047
15048
15049 # as_fn_mkdir_p
15050 # -------------
15051 # Create "$as_dir" as a directory, including parents if necessary.
15052 as_fn_mkdir_p ()
15053 {
15054
15055 case $as_dir in #(
15056 -*) as_dir=./$as_dir;;
15057 esac
15058 test -d "$as_dir" || eval $as_mkdir_p || {
15059 as_dirs=
15060 while :; do
15061 case $as_dir in #(
15062 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15063 *) as_qdir=$as_dir;;
15064 esac
15065 as_dirs="'$as_qdir' $as_dirs"
15066 as_dir=`$as_dirname -- "$as_dir" ||
15067 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15068 X"$as_dir" : 'X\(//\)[^/]' \| \
15069 X"$as_dir" : 'X\(//\)$' \| \
15070 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15071 $as_echo X"$as_dir" |
15072 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15073 s//\1/
15074 q
15075 }
15076 /^X\(\/\/\)[^/].*/{
15077 s//\1/
15078 q
15079 }
15080 /^X\(\/\/\)$/{
15081 s//\1/
15082 q
15083 }
15084 /^X\(\/\).*/{
15085 s//\1/
15086 q
15087 }
15088 s/.*/./; q'`
15089 test -d "$as_dir" && break
15090 done
15091 test -z "$as_dirs" || eval "mkdir $as_dirs"
15092 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
15093
15094
15095 } # as_fn_mkdir_p
15096 if mkdir -p . 2>/dev/null; then
15097 as_mkdir_p='mkdir -p "$as_dir"'
15098 else
15099 test -d ./-p && rmdir ./-p
15100 as_mkdir_p=false
15101 fi
15102
15103 if test -x / >/dev/null 2>&1; then
15104 as_test_x='test -x'
15105 else
15106 if ls -dL / >/dev/null 2>&1; then
15107 as_ls_L_option=L
15108 else
15109 as_ls_L_option=
15110 fi
15111 as_test_x='
15112 eval sh -c '\''
15113 if test -d "$1"; then
15114 test -d "$1/.";
15115 else
15116 case $1 in #(
15117 -*)set "./$1";;
15118 esac;
15119 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15120 ???[sx]*):;;*)false;;esac;fi
15121 '\'' sh
15122 '
15123 fi
15124 as_executable_p=$as_test_x
15125
15126 # Sed expression to map a string onto a valid CPP name.
15127 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15128
15129 # Sed expression to map a string onto a valid variable name.
15130 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15131
15132
15133 exec 6>&1
15134 ## ----------------------------------- ##
15135 ## Main body of $CONFIG_STATUS script. ##
15136 ## ----------------------------------- ##
15137 _ASEOF
15138 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15139
15140 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15141 # Save the log message, to keep $0 and so on meaningful, and to
15142 # report actual input values of CONFIG_FILES etc. instead of their
15143 # values after options handling.
15144 ac_log="
15145 This file was extended by binutils $as_me 2.26.51, which was
15146 generated by GNU Autoconf 2.64. Invocation command line was
15147
15148 CONFIG_FILES = $CONFIG_FILES
15149 CONFIG_HEADERS = $CONFIG_HEADERS
15150 CONFIG_LINKS = $CONFIG_LINKS
15151 CONFIG_COMMANDS = $CONFIG_COMMANDS
15152 $ $0 $@
15153
15154 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15155 "
15156
15157 _ACEOF
15158
15159 case $ac_config_files in *"
15160 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15161 esac
15162
15163 case $ac_config_headers in *"
15164 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15165 esac
15166
15167
15168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15169 # Files that config.status was made for.
15170 config_files="$ac_config_files"
15171 config_headers="$ac_config_headers"
15172 config_commands="$ac_config_commands"
15173
15174 _ACEOF
15175
15176 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15177 ac_cs_usage="\
15178 \`$as_me' instantiates files and other configuration actions
15179 from templates according to the current configuration. Unless the files
15180 and actions are specified as TAGs, all are instantiated by default.
15181
15182 Usage: $0 [OPTION]... [TAG]...
15183
15184 -h, --help print this help, then exit
15185 -V, --version print version number and configuration settings, then exit
15186 -q, --quiet, --silent
15187 do not print progress messages
15188 -d, --debug don't remove temporary files
15189 --recheck update $as_me by reconfiguring in the same conditions
15190 --file=FILE[:TEMPLATE]
15191 instantiate the configuration file FILE
15192 --header=FILE[:TEMPLATE]
15193 instantiate the configuration header FILE
15194
15195 Configuration files:
15196 $config_files
15197
15198 Configuration headers:
15199 $config_headers
15200
15201 Configuration commands:
15202 $config_commands
15203
15204 Report bugs to the package provider."
15205
15206 _ACEOF
15207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15208 ac_cs_version="\\
15209 binutils config.status 2.26.51
15210 configured by $0, generated by GNU Autoconf 2.64,
15211 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
15212
15213 Copyright (C) 2009 Free Software Foundation, Inc.
15214 This config.status script is free software; the Free Software Foundation
15215 gives unlimited permission to copy, distribute and modify it."
15216
15217 ac_pwd='$ac_pwd'
15218 srcdir='$srcdir'
15219 INSTALL='$INSTALL'
15220 MKDIR_P='$MKDIR_P'
15221 AWK='$AWK'
15222 test -n "\$AWK" || AWK=awk
15223 _ACEOF
15224
15225 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15226 # The default lists apply if the user does not specify any file.
15227 ac_need_defaults=:
15228 while test $# != 0
15229 do
15230 case $1 in
15231 --*=*)
15232 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15233 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15234 ac_shift=:
15235 ;;
15236 *)
15237 ac_option=$1
15238 ac_optarg=$2
15239 ac_shift=shift
15240 ;;
15241 esac
15242
15243 case $ac_option in
15244 # Handling of the options.
15245 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15246 ac_cs_recheck=: ;;
15247 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15248 $as_echo "$ac_cs_version"; exit ;;
15249 --debug | --debu | --deb | --de | --d | -d )
15250 debug=: ;;
15251 --file | --fil | --fi | --f )
15252 $ac_shift
15253 case $ac_optarg in
15254 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15255 esac
15256 as_fn_append CONFIG_FILES " '$ac_optarg'"
15257 ac_need_defaults=false;;
15258 --header | --heade | --head | --hea )
15259 $ac_shift
15260 case $ac_optarg in
15261 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15262 esac
15263 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15264 ac_need_defaults=false;;
15265 --he | --h)
15266 # Conflict between --help and --header
15267 as_fn_error "ambiguous option: \`$1'
15268 Try \`$0 --help' for more information.";;
15269 --help | --hel | -h )
15270 $as_echo "$ac_cs_usage"; exit ;;
15271 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15272 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15273 ac_cs_silent=: ;;
15274
15275 # This is an error.
15276 -*) as_fn_error "unrecognized option: \`$1'
15277 Try \`$0 --help' for more information." ;;
15278
15279 *) as_fn_append ac_config_targets " $1"
15280 ac_need_defaults=false ;;
15281
15282 esac
15283 shift
15284 done
15285
15286 ac_configure_extra_args=
15287
15288 if $ac_cs_silent; then
15289 exec 6>/dev/null
15290 ac_configure_extra_args="$ac_configure_extra_args --silent"
15291 fi
15292
15293 _ACEOF
15294 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15295 if \$ac_cs_recheck; then
15296 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15297 shift
15298 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15299 CONFIG_SHELL='$SHELL'
15300 export CONFIG_SHELL
15301 exec "\$@"
15302 fi
15303
15304 _ACEOF
15305 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15306 exec 5>>config.log
15307 {
15308 echo
15309 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15310 ## Running $as_me. ##
15311 _ASBOX
15312 $as_echo "$ac_log"
15313 } >&5
15314
15315 _ACEOF
15316 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15317 #
15318 # INIT-COMMANDS
15319 #
15320 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15321
15322
15323 # The HP-UX ksh and POSIX shell print the target directory to stdout
15324 # if CDPATH is set.
15325 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15326
15327 sed_quote_subst='$sed_quote_subst'
15328 double_quote_subst='$double_quote_subst'
15329 delay_variable_subst='$delay_variable_subst'
15330 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15331 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15332 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15333 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15334 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15335 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15336 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15337 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15338 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15339 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15340 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15341 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15342 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15343 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15344 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15345 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15346 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15347 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15348 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15349 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15350 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15351 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15352 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15353 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15354 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15355 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15356 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15357 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15358 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15359 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15360 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15361 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15362 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15363 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15364 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15365 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15366 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15367 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15368 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15369 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15370 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15371 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15372 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15373 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15374 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15375 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15376 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15377 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15378 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"`'
15379 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15380 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15381 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15382 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15383 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15384 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15385 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15386 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15387 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15388 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15389 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15390 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15391 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15392 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15393 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15394 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15395 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15396 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15397 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15398 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15399 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15400 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15401 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15402 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15403 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15404 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15405 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15406 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15407 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15408 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15409 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15410 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15411 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15412 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15413 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15414 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15415 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15416 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15417 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15418 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15419 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15420 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15421 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15422 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15423 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15424 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15425 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15426 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15427 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15428 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15429 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15430 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15431 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15432 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15433 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15434 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15435 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15436 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15437 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15438 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15439 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15440 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15441 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15442 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15443 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15444 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15445 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15446 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15447 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15448 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15449 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15450
15451 LTCC='$LTCC'
15452 LTCFLAGS='$LTCFLAGS'
15453 compiler='$compiler_DEFAULT'
15454
15455 # A function that is used when there is no print builtin or printf.
15456 func_fallback_echo ()
15457 {
15458 eval 'cat <<_LTECHO_EOF
15459 \$1
15460 _LTECHO_EOF'
15461 }
15462
15463 # Quote evaled strings.
15464 for var in SHELL \
15465 ECHO \
15466 SED \
15467 GREP \
15468 EGREP \
15469 FGREP \
15470 LD \
15471 NM \
15472 LN_S \
15473 lt_SP2NL \
15474 lt_NL2SP \
15475 reload_flag \
15476 OBJDUMP \
15477 deplibs_check_method \
15478 file_magic_cmd \
15479 AR \
15480 AR_FLAGS \
15481 STRIP \
15482 RANLIB \
15483 CC \
15484 CFLAGS \
15485 compiler \
15486 lt_cv_sys_global_symbol_pipe \
15487 lt_cv_sys_global_symbol_to_cdecl \
15488 lt_cv_sys_global_symbol_to_c_name_address \
15489 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15490 lt_prog_compiler_no_builtin_flag \
15491 lt_prog_compiler_wl \
15492 lt_prog_compiler_pic \
15493 lt_prog_compiler_static \
15494 lt_cv_prog_compiler_c_o \
15495 need_locks \
15496 DSYMUTIL \
15497 NMEDIT \
15498 LIPO \
15499 OTOOL \
15500 OTOOL64 \
15501 shrext_cmds \
15502 export_dynamic_flag_spec \
15503 whole_archive_flag_spec \
15504 compiler_needs_object \
15505 with_gnu_ld \
15506 allow_undefined_flag \
15507 no_undefined_flag \
15508 hardcode_libdir_flag_spec \
15509 hardcode_libdir_flag_spec_ld \
15510 hardcode_libdir_separator \
15511 fix_srcfile_path \
15512 exclude_expsyms \
15513 include_expsyms \
15514 file_list_spec \
15515 variables_saved_for_relink \
15516 libname_spec \
15517 library_names_spec \
15518 soname_spec \
15519 install_override_mode \
15520 finish_eval \
15521 old_striplib \
15522 striplib; do
15523 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15524 *[\\\\\\\`\\"\\\$]*)
15525 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15526 ;;
15527 *)
15528 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15529 ;;
15530 esac
15531 done
15532
15533 # Double-quote double-evaled strings.
15534 for var in reload_cmds \
15535 old_postinstall_cmds \
15536 old_postuninstall_cmds \
15537 old_archive_cmds \
15538 extract_expsyms_cmds \
15539 old_archive_from_new_cmds \
15540 old_archive_from_expsyms_cmds \
15541 archive_cmds \
15542 archive_expsym_cmds \
15543 module_cmds \
15544 module_expsym_cmds \
15545 export_symbols_cmds \
15546 prelink_cmds \
15547 postinstall_cmds \
15548 postuninstall_cmds \
15549 finish_cmds \
15550 sys_lib_search_path_spec \
15551 sys_lib_dlsearch_path_spec; do
15552 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15553 *[\\\\\\\`\\"\\\$]*)
15554 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15555 ;;
15556 *)
15557 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15558 ;;
15559 esac
15560 done
15561
15562 ac_aux_dir='$ac_aux_dir'
15563 xsi_shell='$xsi_shell'
15564 lt_shell_append='$lt_shell_append'
15565
15566 # See if we are running on zsh, and set the options which allow our
15567 # commands through without removal of \ escapes INIT.
15568 if test -n "\${ZSH_VERSION+set}" ; then
15569 setopt NO_GLOB_SUBST
15570 fi
15571
15572
15573 PACKAGE='$PACKAGE'
15574 VERSION='$VERSION'
15575 TIMESTAMP='$TIMESTAMP'
15576 RM='$RM'
15577 ofile='$ofile'
15578
15579
15580
15581 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15582 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15583 # from automake.
15584 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15585 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15586 LINGUAS="${LINGUAS-%UNSET%}"
15587
15588
15589 _ACEOF
15590
15591 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15592
15593 # Handling of arguments.
15594 for ac_config_target in $ac_config_targets
15595 do
15596 case $ac_config_target in
15597 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15598 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15599 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15600 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15601 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15602 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15603 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15604
15605 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15606 esac
15607 done
15608
15609
15610 # If the user did not use the arguments to specify the items to instantiate,
15611 # then the envvar interface is used. Set only those that are not.
15612 # We use the long form for the default assignment because of an extremely
15613 # bizarre bug on SunOS 4.1.3.
15614 if $ac_need_defaults; then
15615 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15616 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15617 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15618 fi
15619
15620 # Have a temporary directory for convenience. Make it in the build tree
15621 # simply because there is no reason against having it here, and in addition,
15622 # creating and moving files from /tmp can sometimes cause problems.
15623 # Hook for its removal unless debugging.
15624 # Note that there is a small window in which the directory will not be cleaned:
15625 # after its creation but before its name has been assigned to `$tmp'.
15626 $debug ||
15627 {
15628 tmp=
15629 trap 'exit_status=$?
15630 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15631 ' 0
15632 trap 'as_fn_exit 1' 1 2 13 15
15633 }
15634 # Create a (secure) tmp directory for tmp files.
15635
15636 {
15637 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15638 test -n "$tmp" && test -d "$tmp"
15639 } ||
15640 {
15641 tmp=./conf$$-$RANDOM
15642 (umask 077 && mkdir "$tmp")
15643 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15644
15645 # Set up the scripts for CONFIG_FILES section.
15646 # No need to generate them if there are no CONFIG_FILES.
15647 # This happens for instance with `./config.status config.h'.
15648 if test -n "$CONFIG_FILES"; then
15649
15650
15651 ac_cr=`echo X | tr X '\015'`
15652 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15653 # But we know of no other shell where ac_cr would be empty at this
15654 # point, so we can use a bashism as a fallback.
15655 if test "x$ac_cr" = x; then
15656 eval ac_cr=\$\'\\r\'
15657 fi
15658 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15659 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15660 ac_cs_awk_cr='\r'
15661 else
15662 ac_cs_awk_cr=$ac_cr
15663 fi
15664
15665 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15666 _ACEOF
15667
15668
15669 {
15670 echo "cat >conf$$subs.awk <<_ACEOF" &&
15671 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15672 echo "_ACEOF"
15673 } >conf$$subs.sh ||
15674 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15675 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15676 ac_delim='%!_!# '
15677 for ac_last_try in false false false false false :; do
15678 . ./conf$$subs.sh ||
15679 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15680
15681 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15682 if test $ac_delim_n = $ac_delim_num; then
15683 break
15684 elif $ac_last_try; then
15685 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15686 else
15687 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15688 fi
15689 done
15690 rm -f conf$$subs.sh
15691
15692 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15693 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15694 _ACEOF
15695 sed -n '
15696 h
15697 s/^/S["/; s/!.*/"]=/
15698 p
15699 g
15700 s/^[^!]*!//
15701 :repl
15702 t repl
15703 s/'"$ac_delim"'$//
15704 t delim
15705 :nl
15706 h
15707 s/\(.\{148\}\).*/\1/
15708 t more1
15709 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15710 p
15711 n
15712 b repl
15713 :more1
15714 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15715 p
15716 g
15717 s/.\{148\}//
15718 t nl
15719 :delim
15720 h
15721 s/\(.\{148\}\).*/\1/
15722 t more2
15723 s/["\\]/\\&/g; s/^/"/; s/$/"/
15724 p
15725 b
15726 :more2
15727 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15728 p
15729 g
15730 s/.\{148\}//
15731 t delim
15732 ' <conf$$subs.awk | sed '
15733 /^[^""]/{
15734 N
15735 s/\n//
15736 }
15737 ' >>$CONFIG_STATUS || ac_write_fail=1
15738 rm -f conf$$subs.awk
15739 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15740 _ACAWK
15741 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15742 for (key in S) S_is_set[key] = 1
15743 FS = "\a"
15744
15745 }
15746 {
15747 line = $ 0
15748 nfields = split(line, field, "@")
15749 substed = 0
15750 len = length(field[1])
15751 for (i = 2; i < nfields; i++) {
15752 key = field[i]
15753 keylen = length(key)
15754 if (S_is_set[key]) {
15755 value = S[key]
15756 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15757 len += length(value) + length(field[++i])
15758 substed = 1
15759 } else
15760 len += 1 + keylen
15761 }
15762
15763 print line
15764 }
15765
15766 _ACAWK
15767 _ACEOF
15768 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15769 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15770 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15771 else
15772 cat
15773 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15774 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15775 _ACEOF
15776
15777 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15778 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15779 # trailing colons and then remove the whole line if VPATH becomes empty
15780 # (actually we leave an empty line to preserve line numbers).
15781 if test "x$srcdir" = x.; then
15782 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15783 s/:*\$(srcdir):*/:/
15784 s/:*\${srcdir}:*/:/
15785 s/:*@srcdir@:*/:/
15786 s/^\([^=]*=[ ]*\):*/\1/
15787 s/:*$//
15788 s/^[^=]*=[ ]*$//
15789 }'
15790 fi
15791
15792 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15793 fi # test -n "$CONFIG_FILES"
15794
15795 # Set up the scripts for CONFIG_HEADERS section.
15796 # No need to generate them if there are no CONFIG_HEADERS.
15797 # This happens for instance with `./config.status Makefile'.
15798 if test -n "$CONFIG_HEADERS"; then
15799 cat >"$tmp/defines.awk" <<\_ACAWK ||
15800 BEGIN {
15801 _ACEOF
15802
15803 # Transform confdefs.h into an awk script `defines.awk', embedded as
15804 # here-document in config.status, that substitutes the proper values into
15805 # config.h.in to produce config.h.
15806
15807 # Create a delimiter string that does not exist in confdefs.h, to ease
15808 # handling of long lines.
15809 ac_delim='%!_!# '
15810 for ac_last_try in false false :; do
15811 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15812 if test -z "$ac_t"; then
15813 break
15814 elif $ac_last_try; then
15815 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15816 else
15817 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15818 fi
15819 done
15820
15821 # For the awk script, D is an array of macro values keyed by name,
15822 # likewise P contains macro parameters if any. Preserve backslash
15823 # newline sequences.
15824
15825 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15826 sed -n '
15827 s/.\{148\}/&'"$ac_delim"'/g
15828 t rset
15829 :rset
15830 s/^[ ]*#[ ]*define[ ][ ]*/ /
15831 t def
15832 d
15833 :def
15834 s/\\$//
15835 t bsnl
15836 s/["\\]/\\&/g
15837 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15838 D["\1"]=" \3"/p
15839 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15840 d
15841 :bsnl
15842 s/["\\]/\\&/g
15843 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15844 D["\1"]=" \3\\\\\\n"\\/p
15845 t cont
15846 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15847 t cont
15848 d
15849 :cont
15850 n
15851 s/.\{148\}/&'"$ac_delim"'/g
15852 t clear
15853 :clear
15854 s/\\$//
15855 t bsnlc
15856 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15857 d
15858 :bsnlc
15859 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15860 b cont
15861 ' <confdefs.h | sed '
15862 s/'"$ac_delim"'/"\\\
15863 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15864
15865 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15866 for (key in D) D_is_set[key] = 1
15867 FS = "\a"
15868 }
15869 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15870 line = \$ 0
15871 split(line, arg, " ")
15872 if (arg[1] == "#") {
15873 defundef = arg[2]
15874 mac1 = arg[3]
15875 } else {
15876 defundef = substr(arg[1], 2)
15877 mac1 = arg[2]
15878 }
15879 split(mac1, mac2, "(") #)
15880 macro = mac2[1]
15881 prefix = substr(line, 1, index(line, defundef) - 1)
15882 if (D_is_set[macro]) {
15883 # Preserve the white space surrounding the "#".
15884 print prefix "define", macro P[macro] D[macro]
15885 next
15886 } else {
15887 # Replace #undef with comments. This is necessary, for example,
15888 # in the case of _POSIX_SOURCE, which is predefined and required
15889 # on some systems where configure will not decide to define it.
15890 if (defundef == "undef") {
15891 print "/*", prefix defundef, macro, "*/"
15892 next
15893 }
15894 }
15895 }
15896 { print }
15897 _ACAWK
15898 _ACEOF
15899 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15900 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15901 fi # test -n "$CONFIG_HEADERS"
15902
15903
15904 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15905 shift
15906 for ac_tag
15907 do
15908 case $ac_tag in
15909 :[FHLC]) ac_mode=$ac_tag; continue;;
15910 esac
15911 case $ac_mode$ac_tag in
15912 :[FHL]*:*);;
15913 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15914 :[FH]-) ac_tag=-:-;;
15915 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15916 esac
15917 ac_save_IFS=$IFS
15918 IFS=:
15919 set x $ac_tag
15920 IFS=$ac_save_IFS
15921 shift
15922 ac_file=$1
15923 shift
15924
15925 case $ac_mode in
15926 :L) ac_source=$1;;
15927 :[FH])
15928 ac_file_inputs=
15929 for ac_f
15930 do
15931 case $ac_f in
15932 -) ac_f="$tmp/stdin";;
15933 *) # Look for the file first in the build tree, then in the source tree
15934 # (if the path is not absolute). The absolute path cannot be DOS-style,
15935 # because $ac_f cannot contain `:'.
15936 test -f "$ac_f" ||
15937 case $ac_f in
15938 [\\/$]*) false;;
15939 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15940 esac ||
15941 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15942 esac
15943 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15944 as_fn_append ac_file_inputs " '$ac_f'"
15945 done
15946
15947 # Let's still pretend it is `configure' which instantiates (i.e., don't
15948 # use $as_me), people would be surprised to read:
15949 # /* config.h. Generated by config.status. */
15950 configure_input='Generated from '`
15951 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15952 `' by configure.'
15953 if test x"$ac_file" != x-; then
15954 configure_input="$ac_file. $configure_input"
15955 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15956 $as_echo "$as_me: creating $ac_file" >&6;}
15957 fi
15958 # Neutralize special characters interpreted by sed in replacement strings.
15959 case $configure_input in #(
15960 *\&* | *\|* | *\\* )
15961 ac_sed_conf_input=`$as_echo "$configure_input" |
15962 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15963 *) ac_sed_conf_input=$configure_input;;
15964 esac
15965
15966 case $ac_tag in
15967 *:-:* | *:-) cat >"$tmp/stdin" \
15968 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15969 esac
15970 ;;
15971 esac
15972
15973 ac_dir=`$as_dirname -- "$ac_file" ||
15974 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15975 X"$ac_file" : 'X\(//\)[^/]' \| \
15976 X"$ac_file" : 'X\(//\)$' \| \
15977 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15978 $as_echo X"$ac_file" |
15979 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15980 s//\1/
15981 q
15982 }
15983 /^X\(\/\/\)[^/].*/{
15984 s//\1/
15985 q
15986 }
15987 /^X\(\/\/\)$/{
15988 s//\1/
15989 q
15990 }
15991 /^X\(\/\).*/{
15992 s//\1/
15993 q
15994 }
15995 s/.*/./; q'`
15996 as_dir="$ac_dir"; as_fn_mkdir_p
15997 ac_builddir=.
15998
15999 case "$ac_dir" in
16000 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16001 *)
16002 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16003 # A ".." for each directory in $ac_dir_suffix.
16004 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16005 case $ac_top_builddir_sub in
16006 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16007 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16008 esac ;;
16009 esac
16010 ac_abs_top_builddir=$ac_pwd
16011 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16012 # for backward compatibility:
16013 ac_top_builddir=$ac_top_build_prefix
16014
16015 case $srcdir in
16016 .) # We are building in place.
16017 ac_srcdir=.
16018 ac_top_srcdir=$ac_top_builddir_sub
16019 ac_abs_top_srcdir=$ac_pwd ;;
16020 [\\/]* | ?:[\\/]* ) # Absolute name.
16021 ac_srcdir=$srcdir$ac_dir_suffix;
16022 ac_top_srcdir=$srcdir
16023 ac_abs_top_srcdir=$srcdir ;;
16024 *) # Relative name.
16025 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16026 ac_top_srcdir=$ac_top_build_prefix$srcdir
16027 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16028 esac
16029 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16030
16031
16032 case $ac_mode in
16033 :F)
16034 #
16035 # CONFIG_FILE
16036 #
16037
16038 case $INSTALL in
16039 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16040 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16041 esac
16042 ac_MKDIR_P=$MKDIR_P
16043 case $MKDIR_P in
16044 [\\/$]* | ?:[\\/]* ) ;;
16045 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16046 esac
16047 _ACEOF
16048
16049 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16050 # If the template does not know about datarootdir, expand it.
16051 # FIXME: This hack should be removed a few years after 2.60.
16052 ac_datarootdir_hack=; ac_datarootdir_seen=
16053 ac_sed_dataroot='
16054 /datarootdir/ {
16055 p
16056 q
16057 }
16058 /@datadir@/p
16059 /@docdir@/p
16060 /@infodir@/p
16061 /@localedir@/p
16062 /@mandir@/p'
16063 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16064 *datarootdir*) ac_datarootdir_seen=yes;;
16065 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16067 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16068 _ACEOF
16069 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16070 ac_datarootdir_hack='
16071 s&@datadir@&$datadir&g
16072 s&@docdir@&$docdir&g
16073 s&@infodir@&$infodir&g
16074 s&@localedir@&$localedir&g
16075 s&@mandir@&$mandir&g
16076 s&\\\${datarootdir}&$datarootdir&g' ;;
16077 esac
16078 _ACEOF
16079
16080 # Neutralize VPATH when `$srcdir' = `.'.
16081 # Shell code in configure.ac might set extrasub.
16082 # FIXME: do we really want to maintain this feature?
16083 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16084 ac_sed_extra="$ac_vpsub
16085 $extrasub
16086 _ACEOF
16087 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16088 :t
16089 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16090 s|@configure_input@|$ac_sed_conf_input|;t t
16091 s&@top_builddir@&$ac_top_builddir_sub&;t t
16092 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16093 s&@srcdir@&$ac_srcdir&;t t
16094 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16095 s&@top_srcdir@&$ac_top_srcdir&;t t
16096 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16097 s&@builddir@&$ac_builddir&;t t
16098 s&@abs_builddir@&$ac_abs_builddir&;t t
16099 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16100 s&@INSTALL@&$ac_INSTALL&;t t
16101 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16102 $ac_datarootdir_hack
16103 "
16104 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
16105 || as_fn_error "could not create $ac_file" "$LINENO" 5
16106
16107 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16108 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
16109 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
16110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16111 which seems to be undefined. Please make sure it is defined." >&5
16112 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16113 which seems to be undefined. Please make sure it is defined." >&2;}
16114
16115 rm -f "$tmp/stdin"
16116 case $ac_file in
16117 -) cat "$tmp/out" && rm -f "$tmp/out";;
16118 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
16119 esac \
16120 || as_fn_error "could not create $ac_file" "$LINENO" 5
16121 ;;
16122 :H)
16123 #
16124 # CONFIG_HEADER
16125 #
16126 if test x"$ac_file" != x-; then
16127 {
16128 $as_echo "/* $configure_input */" \
16129 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
16130 } >"$tmp/config.h" \
16131 || as_fn_error "could not create $ac_file" "$LINENO" 5
16132 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
16133 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16134 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16135 else
16136 rm -f "$ac_file"
16137 mv "$tmp/config.h" "$ac_file" \
16138 || as_fn_error "could not create $ac_file" "$LINENO" 5
16139 fi
16140 else
16141 $as_echo "/* $configure_input */" \
16142 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
16143 || as_fn_error "could not create -" "$LINENO" 5
16144 fi
16145 # Compute "$ac_file"'s index in $config_headers.
16146 _am_arg="$ac_file"
16147 _am_stamp_count=1
16148 for _am_header in $config_headers :; do
16149 case $_am_header in
16150 $_am_arg | $_am_arg:* )
16151 break ;;
16152 * )
16153 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16154 esac
16155 done
16156 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16157 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16158 X"$_am_arg" : 'X\(//\)[^/]' \| \
16159 X"$_am_arg" : 'X\(//\)$' \| \
16160 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16161 $as_echo X"$_am_arg" |
16162 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16163 s//\1/
16164 q
16165 }
16166 /^X\(\/\/\)[^/].*/{
16167 s//\1/
16168 q
16169 }
16170 /^X\(\/\/\)$/{
16171 s//\1/
16172 q
16173 }
16174 /^X\(\/\).*/{
16175 s//\1/
16176 q
16177 }
16178 s/.*/./; q'`/stamp-h$_am_stamp_count
16179 ;;
16180
16181 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16182 $as_echo "$as_me: executing $ac_file commands" >&6;}
16183 ;;
16184 esac
16185
16186
16187 case $ac_file$ac_mode in
16188 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16189 # Autoconf 2.62 quotes --file arguments for eval, but not when files
16190 # are listed without --file. Let's play safe and only enable the eval
16191 # if we detect the quoting.
16192 case $CONFIG_FILES in
16193 *\'*) eval set x "$CONFIG_FILES" ;;
16194 *) set x $CONFIG_FILES ;;
16195 esac
16196 shift
16197 for mf
16198 do
16199 # Strip MF so we end up with the name of the file.
16200 mf=`echo "$mf" | sed -e 's/:.*$//'`
16201 # Check whether this is an Automake generated Makefile or not.
16202 # We used to match only the files named `Makefile.in', but
16203 # some people rename them; so instead we look at the file content.
16204 # Grep'ing the first line is not enough: some people post-process
16205 # each Makefile.in and add a new line on top of each file to say so.
16206 # Grep'ing the whole file is not good either: AIX grep has a line
16207 # limit of 2048, but all sed's we know have understand at least 4000.
16208 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16209 dirpart=`$as_dirname -- "$mf" ||
16210 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16211 X"$mf" : 'X\(//\)[^/]' \| \
16212 X"$mf" : 'X\(//\)$' \| \
16213 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16214 $as_echo X"$mf" |
16215 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16216 s//\1/
16217 q
16218 }
16219 /^X\(\/\/\)[^/].*/{
16220 s//\1/
16221 q
16222 }
16223 /^X\(\/\/\)$/{
16224 s//\1/
16225 q
16226 }
16227 /^X\(\/\).*/{
16228 s//\1/
16229 q
16230 }
16231 s/.*/./; q'`
16232 else
16233 continue
16234 fi
16235 # Extract the definition of DEPDIR, am__include, and am__quote
16236 # from the Makefile without running `make'.
16237 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16238 test -z "$DEPDIR" && continue
16239 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16240 test -z "am__include" && continue
16241 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16242 # When using ansi2knr, U may be empty or an underscore; expand it
16243 U=`sed -n 's/^U = //p' < "$mf"`
16244 # Find all dependency output files, they are included files with
16245 # $(DEPDIR) in their names. We invoke sed twice because it is the
16246 # simplest approach to changing $(DEPDIR) to its actual value in the
16247 # expansion.
16248 for file in `sed -n "
16249 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16250 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16251 # Make sure the directory exists.
16252 test -f "$dirpart/$file" && continue
16253 fdir=`$as_dirname -- "$file" ||
16254 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16255 X"$file" : 'X\(//\)[^/]' \| \
16256 X"$file" : 'X\(//\)$' \| \
16257 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16258 $as_echo X"$file" |
16259 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16260 s//\1/
16261 q
16262 }
16263 /^X\(\/\/\)[^/].*/{
16264 s//\1/
16265 q
16266 }
16267 /^X\(\/\/\)$/{
16268 s//\1/
16269 q
16270 }
16271 /^X\(\/\).*/{
16272 s//\1/
16273 q
16274 }
16275 s/.*/./; q'`
16276 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16277 # echo "creating $dirpart/$file"
16278 echo '# dummy' > "$dirpart/$file"
16279 done
16280 done
16281 }
16282 ;;
16283 "libtool":C)
16284
16285 # See if we are running on zsh, and set the options which allow our
16286 # commands through without removal of \ escapes.
16287 if test -n "${ZSH_VERSION+set}" ; then
16288 setopt NO_GLOB_SUBST
16289 fi
16290
16291 cfgfile="${ofile}T"
16292 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16293 $RM "$cfgfile"
16294
16295 cat <<_LT_EOF >> "$cfgfile"
16296 #! $SHELL
16297
16298 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16299 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16300 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16301 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16302 #
16303 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16304 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16305 # Written by Gordon Matzigkeit, 1996
16306 #
16307 # This file is part of GNU Libtool.
16308 #
16309 # GNU Libtool is free software; you can redistribute it and/or
16310 # modify it under the terms of the GNU General Public License as
16311 # published by the Free Software Foundation; either version 2 of
16312 # the License, or (at your option) any later version.
16313 #
16314 # As a special exception to the GNU General Public License,
16315 # if you distribute this file as part of a program or library that
16316 # is built using GNU Libtool, you may include this file under the
16317 # same distribution terms that you use for the rest of that program.
16318 #
16319 # GNU Libtool is distributed in the hope that it will be useful,
16320 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16321 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16322 # GNU General Public License for more details.
16323 #
16324 # You should have received a copy of the GNU General Public License
16325 # along with GNU Libtool; see the file COPYING. If not, a copy
16326 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16327 # obtained by writing to the Free Software Foundation, Inc.,
16328 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16329
16330
16331 # The names of the tagged configurations supported by this script.
16332 available_tags=""
16333
16334 # ### BEGIN LIBTOOL CONFIG
16335
16336 # Which release of libtool.m4 was used?
16337 macro_version=$macro_version
16338 macro_revision=$macro_revision
16339
16340 # Whether or not to build shared libraries.
16341 build_libtool_libs=$enable_shared
16342
16343 # Whether or not to build static libraries.
16344 build_old_libs=$enable_static
16345
16346 # What type of objects to build.
16347 pic_mode=$pic_mode
16348
16349 # Whether or not to optimize for fast installation.
16350 fast_install=$enable_fast_install
16351
16352 # Shell to use when invoking shell scripts.
16353 SHELL=$lt_SHELL
16354
16355 # An echo program that protects backslashes.
16356 ECHO=$lt_ECHO
16357
16358 # The host system.
16359 host_alias=$host_alias
16360 host=$host
16361 host_os=$host_os
16362
16363 # The build system.
16364 build_alias=$build_alias
16365 build=$build
16366 build_os=$build_os
16367
16368 # A sed program that does not truncate output.
16369 SED=$lt_SED
16370
16371 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16372 Xsed="\$SED -e 1s/^X//"
16373
16374 # A grep program that handles long lines.
16375 GREP=$lt_GREP
16376
16377 # An ERE matcher.
16378 EGREP=$lt_EGREP
16379
16380 # A literal string matcher.
16381 FGREP=$lt_FGREP
16382
16383 # A BSD- or MS-compatible name lister.
16384 NM=$lt_NM
16385
16386 # Whether we need soft or hard links.
16387 LN_S=$lt_LN_S
16388
16389 # What is the maximum length of a command?
16390 max_cmd_len=$max_cmd_len
16391
16392 # Object file suffix (normally "o").
16393 objext=$ac_objext
16394
16395 # Executable file suffix (normally "").
16396 exeext=$exeext
16397
16398 # whether the shell understands "unset".
16399 lt_unset=$lt_unset
16400
16401 # turn spaces into newlines.
16402 SP2NL=$lt_lt_SP2NL
16403
16404 # turn newlines into spaces.
16405 NL2SP=$lt_lt_NL2SP
16406
16407 # An object symbol dumper.
16408 OBJDUMP=$lt_OBJDUMP
16409
16410 # Method to check whether dependent libraries are shared objects.
16411 deplibs_check_method=$lt_deplibs_check_method
16412
16413 # Command to use when deplibs_check_method == "file_magic".
16414 file_magic_cmd=$lt_file_magic_cmd
16415
16416 # The archiver.
16417 AR=$lt_AR
16418 AR_FLAGS=$lt_AR_FLAGS
16419
16420 # A symbol stripping program.
16421 STRIP=$lt_STRIP
16422
16423 # Commands used to install an old-style archive.
16424 RANLIB=$lt_RANLIB
16425 old_postinstall_cmds=$lt_old_postinstall_cmds
16426 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16427
16428 # Whether to use a lock for old archive extraction.
16429 lock_old_archive_extraction=$lock_old_archive_extraction
16430
16431 # A C compiler.
16432 LTCC=$lt_CC
16433
16434 # LTCC compiler flags.
16435 LTCFLAGS=$lt_CFLAGS
16436
16437 # Take the output of nm and produce a listing of raw symbols and C names.
16438 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16439
16440 # Transform the output of nm in a proper C declaration.
16441 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16442
16443 # Transform the output of nm in a C name address pair.
16444 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16445
16446 # Transform the output of nm in a C name address pair when lib prefix is needed.
16447 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16448
16449 # The name of the directory that contains temporary libtool files.
16450 objdir=$objdir
16451
16452 # Used to examine libraries when file_magic_cmd begins with "file".
16453 MAGIC_CMD=$MAGIC_CMD
16454
16455 # Must we lock files when doing compilation?
16456 need_locks=$lt_need_locks
16457
16458 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16459 DSYMUTIL=$lt_DSYMUTIL
16460
16461 # Tool to change global to local symbols on Mac OS X.
16462 NMEDIT=$lt_NMEDIT
16463
16464 # Tool to manipulate fat objects and archives on Mac OS X.
16465 LIPO=$lt_LIPO
16466
16467 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16468 OTOOL=$lt_OTOOL
16469
16470 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16471 OTOOL64=$lt_OTOOL64
16472
16473 # Old archive suffix (normally "a").
16474 libext=$libext
16475
16476 # Shared library suffix (normally ".so").
16477 shrext_cmds=$lt_shrext_cmds
16478
16479 # The commands to extract the exported symbol list from a shared archive.
16480 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16481
16482 # Variables whose values should be saved in libtool wrapper scripts and
16483 # restored at link time.
16484 variables_saved_for_relink=$lt_variables_saved_for_relink
16485
16486 # Do we need the "lib" prefix for modules?
16487 need_lib_prefix=$need_lib_prefix
16488
16489 # Do we need a version for libraries?
16490 need_version=$need_version
16491
16492 # Library versioning type.
16493 version_type=$version_type
16494
16495 # Shared library runtime path variable.
16496 runpath_var=$runpath_var
16497
16498 # Shared library path variable.
16499 shlibpath_var=$shlibpath_var
16500
16501 # Is shlibpath searched before the hard-coded library search path?
16502 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16503
16504 # Format of library name prefix.
16505 libname_spec=$lt_libname_spec
16506
16507 # List of archive names. First name is the real one, the rest are links.
16508 # The last name is the one that the linker finds with -lNAME
16509 library_names_spec=$lt_library_names_spec
16510
16511 # The coded name of the library, if different from the real name.
16512 soname_spec=$lt_soname_spec
16513
16514 # Permission mode override for installation of shared libraries.
16515 install_override_mode=$lt_install_override_mode
16516
16517 # Command to use after installation of a shared archive.
16518 postinstall_cmds=$lt_postinstall_cmds
16519
16520 # Command to use after uninstallation of a shared archive.
16521 postuninstall_cmds=$lt_postuninstall_cmds
16522
16523 # Commands used to finish a libtool library installation in a directory.
16524 finish_cmds=$lt_finish_cmds
16525
16526 # As "finish_cmds", except a single script fragment to be evaled but
16527 # not shown.
16528 finish_eval=$lt_finish_eval
16529
16530 # Whether we should hardcode library paths into libraries.
16531 hardcode_into_libs=$hardcode_into_libs
16532
16533 # Compile-time system search path for libraries.
16534 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16535
16536 # Run-time system search path for libraries.
16537 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16538
16539 # Whether dlopen is supported.
16540 dlopen_support=$enable_dlopen
16541
16542 # Whether dlopen of programs is supported.
16543 dlopen_self=$enable_dlopen_self
16544
16545 # Whether dlopen of statically linked programs is supported.
16546 dlopen_self_static=$enable_dlopen_self_static
16547
16548 # Commands to strip libraries.
16549 old_striplib=$lt_old_striplib
16550 striplib=$lt_striplib
16551
16552
16553 # The linker used to build libraries.
16554 LD=$lt_LD
16555
16556 # How to create reloadable object files.
16557 reload_flag=$lt_reload_flag
16558 reload_cmds=$lt_reload_cmds
16559
16560 # Commands used to build an old-style archive.
16561 old_archive_cmds=$lt_old_archive_cmds
16562
16563 # A language specific compiler.
16564 CC=$lt_compiler
16565
16566 # Is the compiler the GNU compiler?
16567 with_gcc=$GCC
16568
16569 # Compiler flag to turn off builtin functions.
16570 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16571
16572 # How to pass a linker flag through the compiler.
16573 wl=$lt_lt_prog_compiler_wl
16574
16575 # Additional compiler flags for building library objects.
16576 pic_flag=$lt_lt_prog_compiler_pic
16577
16578 # Compiler flag to prevent dynamic linking.
16579 link_static_flag=$lt_lt_prog_compiler_static
16580
16581 # Does compiler simultaneously support -c and -o options?
16582 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16583
16584 # Whether or not to add -lc for building shared libraries.
16585 build_libtool_need_lc=$archive_cmds_need_lc
16586
16587 # Whether or not to disallow shared libs when runtime libs are static.
16588 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16589
16590 # Compiler flag to allow reflexive dlopens.
16591 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16592
16593 # Compiler flag to generate shared objects directly from archives.
16594 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16595
16596 # Whether the compiler copes with passing no objects directly.
16597 compiler_needs_object=$lt_compiler_needs_object
16598
16599 # Create an old-style archive from a shared archive.
16600 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16601
16602 # Create a temporary old-style archive to link instead of a shared archive.
16603 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16604
16605 # Commands used to build a shared archive.
16606 archive_cmds=$lt_archive_cmds
16607 archive_expsym_cmds=$lt_archive_expsym_cmds
16608
16609 # Commands used to build a loadable module if different from building
16610 # a shared archive.
16611 module_cmds=$lt_module_cmds
16612 module_expsym_cmds=$lt_module_expsym_cmds
16613
16614 # Whether we are building with GNU ld or not.
16615 with_gnu_ld=$lt_with_gnu_ld
16616
16617 # Flag that allows shared libraries with undefined symbols to be built.
16618 allow_undefined_flag=$lt_allow_undefined_flag
16619
16620 # Flag that enforces no undefined symbols.
16621 no_undefined_flag=$lt_no_undefined_flag
16622
16623 # Flag to hardcode \$libdir into a binary during linking.
16624 # This must work even if \$libdir does not exist
16625 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16626
16627 # If ld is used when linking, flag to hardcode \$libdir into a binary
16628 # during linking. This must work even if \$libdir does not exist.
16629 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16630
16631 # Whether we need a single "-rpath" flag with a separated argument.
16632 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16633
16634 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16635 # DIR into the resulting binary.
16636 hardcode_direct=$hardcode_direct
16637
16638 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16639 # DIR into the resulting binary and the resulting library dependency is
16640 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16641 # library is relocated.
16642 hardcode_direct_absolute=$hardcode_direct_absolute
16643
16644 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16645 # into the resulting binary.
16646 hardcode_minus_L=$hardcode_minus_L
16647
16648 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16649 # into the resulting binary.
16650 hardcode_shlibpath_var=$hardcode_shlibpath_var
16651
16652 # Set to "yes" if building a shared library automatically hardcodes DIR
16653 # into the library and all subsequent libraries and executables linked
16654 # against it.
16655 hardcode_automatic=$hardcode_automatic
16656
16657 # Set to yes if linker adds runtime paths of dependent libraries
16658 # to runtime path list.
16659 inherit_rpath=$inherit_rpath
16660
16661 # Whether libtool must link a program against all its dependency libraries.
16662 link_all_deplibs=$link_all_deplibs
16663
16664 # Fix the shell variable \$srcfile for the compiler.
16665 fix_srcfile_path=$lt_fix_srcfile_path
16666
16667 # Set to "yes" if exported symbols are required.
16668 always_export_symbols=$always_export_symbols
16669
16670 # The commands to list exported symbols.
16671 export_symbols_cmds=$lt_export_symbols_cmds
16672
16673 # Symbols that should not be listed in the preloaded symbols.
16674 exclude_expsyms=$lt_exclude_expsyms
16675
16676 # Symbols that must always be exported.
16677 include_expsyms=$lt_include_expsyms
16678
16679 # Commands necessary for linking programs (against libraries) with templates.
16680 prelink_cmds=$lt_prelink_cmds
16681
16682 # Specify filename containing input files.
16683 file_list_spec=$lt_file_list_spec
16684
16685 # How to hardcode a shared library path into an executable.
16686 hardcode_action=$hardcode_action
16687
16688 # ### END LIBTOOL CONFIG
16689
16690 _LT_EOF
16691
16692 case $host_os in
16693 aix3*)
16694 cat <<\_LT_EOF >> "$cfgfile"
16695 # AIX sometimes has problems with the GCC collect2 program. For some
16696 # reason, if we set the COLLECT_NAMES environment variable, the problems
16697 # vanish in a puff of smoke.
16698 if test "X${COLLECT_NAMES+set}" != Xset; then
16699 COLLECT_NAMES=
16700 export COLLECT_NAMES
16701 fi
16702 _LT_EOF
16703 ;;
16704 esac
16705
16706
16707 ltmain="$ac_aux_dir/ltmain.sh"
16708
16709
16710 # We use sed instead of cat because bash on DJGPP gets confused if
16711 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16712 # text mode, it properly converts lines to CR/LF. This bash problem
16713 # is reportedly fixed, but why not run on old versions too?
16714 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16715 || (rm -f "$cfgfile"; exit 1)
16716
16717 case $xsi_shell in
16718 yes)
16719 cat << \_LT_EOF >> "$cfgfile"
16720
16721 # func_dirname file append nondir_replacement
16722 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16723 # otherwise set result to NONDIR_REPLACEMENT.
16724 func_dirname ()
16725 {
16726 case ${1} in
16727 */*) func_dirname_result="${1%/*}${2}" ;;
16728 * ) func_dirname_result="${3}" ;;
16729 esac
16730 }
16731
16732 # func_basename file
16733 func_basename ()
16734 {
16735 func_basename_result="${1##*/}"
16736 }
16737
16738 # func_dirname_and_basename file append nondir_replacement
16739 # perform func_basename and func_dirname in a single function
16740 # call:
16741 # dirname: Compute the dirname of FILE. If nonempty,
16742 # add APPEND to the result, otherwise set result
16743 # to NONDIR_REPLACEMENT.
16744 # value returned in "$func_dirname_result"
16745 # basename: Compute filename of FILE.
16746 # value retuned in "$func_basename_result"
16747 # Implementation must be kept synchronized with func_dirname
16748 # and func_basename. For efficiency, we do not delegate to
16749 # those functions but instead duplicate the functionality here.
16750 func_dirname_and_basename ()
16751 {
16752 case ${1} in
16753 */*) func_dirname_result="${1%/*}${2}" ;;
16754 * ) func_dirname_result="${3}" ;;
16755 esac
16756 func_basename_result="${1##*/}"
16757 }
16758
16759 # func_stripname prefix suffix name
16760 # strip PREFIX and SUFFIX off of NAME.
16761 # PREFIX and SUFFIX must not contain globbing or regex special
16762 # characters, hashes, percent signs, but SUFFIX may contain a leading
16763 # dot (in which case that matches only a dot).
16764 func_stripname ()
16765 {
16766 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16767 # positional parameters, so assign one to ordinary parameter first.
16768 func_stripname_result=${3}
16769 func_stripname_result=${func_stripname_result#"${1}"}
16770 func_stripname_result=${func_stripname_result%"${2}"}
16771 }
16772
16773 # func_opt_split
16774 func_opt_split ()
16775 {
16776 func_opt_split_opt=${1%%=*}
16777 func_opt_split_arg=${1#*=}
16778 }
16779
16780 # func_lo2o object
16781 func_lo2o ()
16782 {
16783 case ${1} in
16784 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16785 *) func_lo2o_result=${1} ;;
16786 esac
16787 }
16788
16789 # func_xform libobj-or-source
16790 func_xform ()
16791 {
16792 func_xform_result=${1%.*}.lo
16793 }
16794
16795 # func_arith arithmetic-term...
16796 func_arith ()
16797 {
16798 func_arith_result=$(( $* ))
16799 }
16800
16801 # func_len string
16802 # STRING may not start with a hyphen.
16803 func_len ()
16804 {
16805 func_len_result=${#1}
16806 }
16807
16808 _LT_EOF
16809 ;;
16810 *) # Bourne compatible functions.
16811 cat << \_LT_EOF >> "$cfgfile"
16812
16813 # func_dirname file append nondir_replacement
16814 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16815 # otherwise set result to NONDIR_REPLACEMENT.
16816 func_dirname ()
16817 {
16818 # Extract subdirectory from the argument.
16819 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16820 if test "X$func_dirname_result" = "X${1}"; then
16821 func_dirname_result="${3}"
16822 else
16823 func_dirname_result="$func_dirname_result${2}"
16824 fi
16825 }
16826
16827 # func_basename file
16828 func_basename ()
16829 {
16830 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16831 }
16832
16833
16834 # func_stripname prefix suffix name
16835 # strip PREFIX and SUFFIX off of NAME.
16836 # PREFIX and SUFFIX must not contain globbing or regex special
16837 # characters, hashes, percent signs, but SUFFIX may contain a leading
16838 # dot (in which case that matches only a dot).
16839 # func_strip_suffix prefix name
16840 func_stripname ()
16841 {
16842 case ${2} in
16843 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16844 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16845 esac
16846 }
16847
16848 # sed scripts:
16849 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16850 my_sed_long_arg='1s/^-[^=]*=//'
16851
16852 # func_opt_split
16853 func_opt_split ()
16854 {
16855 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16856 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16857 }
16858
16859 # func_lo2o object
16860 func_lo2o ()
16861 {
16862 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16863 }
16864
16865 # func_xform libobj-or-source
16866 func_xform ()
16867 {
16868 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16869 }
16870
16871 # func_arith arithmetic-term...
16872 func_arith ()
16873 {
16874 func_arith_result=`expr "$@"`
16875 }
16876
16877 # func_len string
16878 # STRING may not start with a hyphen.
16879 func_len ()
16880 {
16881 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16882 }
16883
16884 _LT_EOF
16885 esac
16886
16887 case $lt_shell_append in
16888 yes)
16889 cat << \_LT_EOF >> "$cfgfile"
16890
16891 # func_append var value
16892 # Append VALUE to the end of shell variable VAR.
16893 func_append ()
16894 {
16895 eval "$1+=\$2"
16896 }
16897 _LT_EOF
16898 ;;
16899 *)
16900 cat << \_LT_EOF >> "$cfgfile"
16901
16902 # func_append var value
16903 # Append VALUE to the end of shell variable VAR.
16904 func_append ()
16905 {
16906 eval "$1=\$$1\$2"
16907 }
16908
16909 _LT_EOF
16910 ;;
16911 esac
16912
16913
16914 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16915 || (rm -f "$cfgfile"; exit 1)
16916
16917 mv -f "$cfgfile" "$ofile" ||
16918 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16919 chmod +x "$ofile"
16920
16921 ;;
16922 "default-1":C)
16923 for ac_file in $CONFIG_FILES; do
16924 # Support "outfile[:infile[:infile...]]"
16925 case "$ac_file" in
16926 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16927 esac
16928 # PO directories have a Makefile.in generated from Makefile.in.in.
16929 case "$ac_file" in */Makefile.in)
16930 # Adjust a relative srcdir.
16931 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16932 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16933 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16934 # In autoconf-2.13 it is called $ac_given_srcdir.
16935 # In autoconf-2.50 it is called $srcdir.
16936 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16937 case "$ac_given_srcdir" in
16938 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16939 /*) top_srcdir="$ac_given_srcdir" ;;
16940 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16941 esac
16942 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16943 rm -f "$ac_dir/POTFILES"
16944 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16945 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16946 POMAKEFILEDEPS="POTFILES.in"
16947 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16948 # on $ac_dir but don't depend on user-specified configuration
16949 # parameters.
16950 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16951 # The LINGUAS file contains the set of available languages.
16952 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16953 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16954 fi
16955 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16956 # Hide the ALL_LINGUAS assigment from automake.
16957 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16958 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16959 else
16960 # The set of available languages was given in configure.ac.
16961 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16962 fi
16963 case "$ac_given_srcdir" in
16964 .) srcdirpre= ;;
16965 *) srcdirpre='$(srcdir)/' ;;
16966 esac
16967 POFILES=
16968 GMOFILES=
16969 UPDATEPOFILES=
16970 DUMMYPOFILES=
16971 for lang in $ALL_LINGUAS; do
16972 POFILES="$POFILES $srcdirpre$lang.po"
16973 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16974 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16975 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16976 done
16977 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16978 # environment variable.
16979 INST_LINGUAS=
16980 if test -n "$ALL_LINGUAS"; then
16981 for presentlang in $ALL_LINGUAS; do
16982 useit=no
16983 if test "%UNSET%" != "$LINGUAS"; then
16984 desiredlanguages="$LINGUAS"
16985 else
16986 desiredlanguages="$ALL_LINGUAS"
16987 fi
16988 for desiredlang in $desiredlanguages; do
16989 # Use the presentlang catalog if desiredlang is
16990 # a. equal to presentlang, or
16991 # b. a variant of presentlang (because in this case,
16992 # presentlang can be used as a fallback for messages
16993 # which are not translated in the desiredlang catalog).
16994 case "$desiredlang" in
16995 "$presentlang"*) useit=yes;;
16996 esac
16997 done
16998 if test $useit = yes; then
16999 INST_LINGUAS="$INST_LINGUAS $presentlang"
17000 fi
17001 done
17002 fi
17003 CATALOGS=
17004 if test -n "$INST_LINGUAS"; then
17005 for lang in $INST_LINGUAS; do
17006 CATALOGS="$CATALOGS $lang.gmo"
17007 done
17008 fi
17009 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17010 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"
17011 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17012 if test -f "$f"; then
17013 case "$f" in
17014 *.orig | *.bak | *~) ;;
17015 *) cat "$f" >> "$ac_dir/Makefile" ;;
17016 esac
17017 fi
17018 done
17019 fi
17020 ;;
17021 esac
17022 done ;;
17023
17024 esac
17025 done # for ac_tag
17026
17027
17028 as_fn_exit 0
17029 _ACEOF
17030 ac_clean_files=$ac_clean_files_save
17031
17032 test $ac_write_fail = 0 ||
17033 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
17034
17035
17036 # configure is writing to config.log, and then calls config.status.
17037 # config.status does its own redirection, appending to config.log.
17038 # Unfortunately, on DOS this fails, as config.log is still kept open
17039 # by configure, so config.status won't be able to write to it; its
17040 # output is simply discarded. So we exec the FD to /dev/null,
17041 # effectively closing config.log, so it can be properly (re)opened and
17042 # appended to by config.status. When coming back to configure, we
17043 # need to make the FD available again.
17044 if test "$no_create" != yes; then
17045 ac_cs_success=:
17046 ac_config_status_args=
17047 test "$silent" = yes &&
17048 ac_config_status_args="$ac_config_status_args --quiet"
17049 exec 5>/dev/null
17050 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17051 exec 5>>config.log
17052 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17053 # would make configure fail if this is the last instruction.
17054 $ac_cs_success || as_fn_exit $?
17055 fi
17056 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17057 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17058 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17059 fi
17060