386352e4d9e6c27ac9e69a661a4ecdf04fbab4fa
[deliverable/binutils-gdb.git] / opcodes / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for opcodes 2.28.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='opcodes'
558 PACKAGE_TARNAME='opcodes'
559 PACKAGE_VERSION='2.28.51'
560 PACKAGE_STRING='opcodes 2.28.51'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL=''
563
564 ac_unique_file="z8k-dis.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 BFD_MACHINES
606 archdefs
607 BFDLIB
608 BFDHDIR
609 SHARED_DEPENDENCIES
610 SHARED_LIBADD
611 SHARED_LDFLAGS
612 BUILD_LIB_DEPS
613 BUILD_LIBS
614 LIBM
615 cgendir
616 CGEN_MAINT_FALSE
617 CGEN_MAINT_TRUE
618 HDEFINES
619 EXEEXT_FOR_BUILD
620 CC_FOR_BUILD
621 MSGMERGE
622 MSGFMT
623 MKINSTALLDIRS
624 CATOBJEXT
625 GENCAT
626 INSTOBJEXT
627 DATADIRNAME
628 CATALOGS
629 POSUB
630 GMSGFMT
631 XGETTEXT
632 INCINTL
633 LIBINTL_DEP
634 LIBINTL
635 USE_NLS
636 bfdincludedir
637 bfdlibdir
638 target_noncanonical
639 host_noncanonical
640 INSTALL_LIBBFD_FALSE
641 INSTALL_LIBBFD_TRUE
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 NO_WMISSING_FIELD_INITIALIZERS
646 WARN_WRITE_STRINGS
647 NO_WERROR
648 WARN_CFLAGS_FOR_BUILD
649 WARN_CFLAGS
650 OTOOL64
651 OTOOL
652 LIPO
653 NMEDIT
654 DSYMUTIL
655 OBJDUMP
656 LN_S
657 NM
658 ac_ct_DUMPBIN
659 DUMPBIN
660 LD
661 FGREP
662 SED
663 LIBTOOL
664 RANLIB
665 AR
666 EGREP
667 GREP
668 CPP
669 am__fastdepCC_FALSE
670 am__fastdepCC_TRUE
671 CCDEPMODE
672 am__nodep
673 AMDEPBACKSLASH
674 AMDEP_FALSE
675 AMDEP_TRUE
676 am__quote
677 am__include
678 DEPDIR
679 am__untar
680 am__tar
681 AMTAR
682 am__leading_dot
683 SET_MAKE
684 AWK
685 mkdir_p
686 MKDIR_P
687 INSTALL_STRIP_PROGRAM
688 STRIP
689 install_sh
690 MAKEINFO
691 AUTOHEADER
692 AUTOMAKE
693 AUTOCONF
694 ACLOCAL
695 VERSION
696 PACKAGE
697 CYGPATH_W
698 am__isrc
699 INSTALL_DATA
700 INSTALL_SCRIPT
701 INSTALL_PROGRAM
702 OBJEXT
703 EXEEXT
704 ac_ct_CC
705 CPPFLAGS
706 LDFLAGS
707 CFLAGS
708 CC
709 target_os
710 target_vendor
711 target_cpu
712 target
713 host_os
714 host_vendor
715 host_cpu
716 host
717 build_os
718 build_vendor
719 build_cpu
720 build
721 target_alias
722 host_alias
723 build_alias
724 LIBS
725 ECHO_T
726 ECHO_N
727 ECHO_C
728 DEFS
729 mandir
730 localedir
731 libdir
732 psdir
733 pdfdir
734 dvidir
735 htmldir
736 infodir
737 docdir
738 oldincludedir
739 includedir
740 localstatedir
741 sharedstatedir
742 sysconfdir
743 datadir
744 datarootdir
745 libexecdir
746 sbindir
747 bindir
748 program_transform_name
749 prefix
750 exec_prefix
751 PACKAGE_URL
752 PACKAGE_BUGREPORT
753 PACKAGE_STRING
754 PACKAGE_VERSION
755 PACKAGE_TARNAME
756 PACKAGE_NAME
757 PATH_SEPARATOR
758 SHELL'
759 ac_subst_files=''
760 ac_user_opts='
761 enable_option_checking
762 enable_dependency_tracking
763 enable_shared
764 enable_static
765 with_pic
766 enable_fast_install
767 with_gnu_ld
768 enable_libtool_lock
769 enable_targets
770 enable_werror
771 enable_build_warnings
772 enable_maintainer_mode
773 enable_install_libbfd
774 enable_nls
775 enable_cgen_maint
776 '
777 ac_precious_vars='build_alias
778 host_alias
779 target_alias
780 CC
781 CFLAGS
782 LDFLAGS
783 LIBS
784 CPPFLAGS
785 CPP'
786
787
788 # Initialize some variables set by options.
789 ac_init_help=
790 ac_init_version=false
791 ac_unrecognized_opts=
792 ac_unrecognized_sep=
793 # The variables have the same names as the options, with
794 # dashes changed to underlines.
795 cache_file=/dev/null
796 exec_prefix=NONE
797 no_create=
798 no_recursion=
799 prefix=NONE
800 program_prefix=NONE
801 program_suffix=NONE
802 program_transform_name=s,x,x,
803 silent=
804 site=
805 srcdir=
806 verbose=
807 x_includes=NONE
808 x_libraries=NONE
809
810 # Installation directory options.
811 # These are left unexpanded so users can "make install exec_prefix=/foo"
812 # and all the variables that are supposed to be based on exec_prefix
813 # by default will actually change.
814 # Use braces instead of parens because sh, perl, etc. also accept them.
815 # (The list follows the same order as the GNU Coding Standards.)
816 bindir='${exec_prefix}/bin'
817 sbindir='${exec_prefix}/sbin'
818 libexecdir='${exec_prefix}/libexec'
819 datarootdir='${prefix}/share'
820 datadir='${datarootdir}'
821 sysconfdir='${prefix}/etc'
822 sharedstatedir='${prefix}/com'
823 localstatedir='${prefix}/var'
824 includedir='${prefix}/include'
825 oldincludedir='/usr/include'
826 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
827 infodir='${datarootdir}/info'
828 htmldir='${docdir}'
829 dvidir='${docdir}'
830 pdfdir='${docdir}'
831 psdir='${docdir}'
832 libdir='${exec_prefix}/lib'
833 localedir='${datarootdir}/locale'
834 mandir='${datarootdir}/man'
835
836 ac_prev=
837 ac_dashdash=
838 for ac_option
839 do
840 # If the previous option needs an argument, assign it.
841 if test -n "$ac_prev"; then
842 eval $ac_prev=\$ac_option
843 ac_prev=
844 continue
845 fi
846
847 case $ac_option in
848 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
849 *) ac_optarg=yes ;;
850 esac
851
852 # Accept the important Cygnus configure options, so we can diagnose typos.
853
854 case $ac_dashdash$ac_option in
855 --)
856 ac_dashdash=yes ;;
857
858 -bindir | --bindir | --bindi | --bind | --bin | --bi)
859 ac_prev=bindir ;;
860 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
861 bindir=$ac_optarg ;;
862
863 -build | --build | --buil | --bui | --bu)
864 ac_prev=build_alias ;;
865 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
866 build_alias=$ac_optarg ;;
867
868 -cache-file | --cache-file | --cache-fil | --cache-fi \
869 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
870 ac_prev=cache_file ;;
871 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
872 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
873 cache_file=$ac_optarg ;;
874
875 --config-cache | -C)
876 cache_file=config.cache ;;
877
878 -datadir | --datadir | --datadi | --datad)
879 ac_prev=datadir ;;
880 -datadir=* | --datadir=* | --datadi=* | --datad=*)
881 datadir=$ac_optarg ;;
882
883 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
884 | --dataroo | --dataro | --datar)
885 ac_prev=datarootdir ;;
886 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
887 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
888 datarootdir=$ac_optarg ;;
889
890 -disable-* | --disable-*)
891 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
892 # Reject names that are not valid shell variable names.
893 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
894 as_fn_error "invalid feature name: $ac_useropt"
895 ac_useropt_orig=$ac_useropt
896 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
897 case $ac_user_opts in
898 *"
899 "enable_$ac_useropt"
900 "*) ;;
901 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
902 ac_unrecognized_sep=', ';;
903 esac
904 eval enable_$ac_useropt=no ;;
905
906 -docdir | --docdir | --docdi | --doc | --do)
907 ac_prev=docdir ;;
908 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
909 docdir=$ac_optarg ;;
910
911 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
912 ac_prev=dvidir ;;
913 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
914 dvidir=$ac_optarg ;;
915
916 -enable-* | --enable-*)
917 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
918 # Reject names that are not valid shell variable names.
919 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
920 as_fn_error "invalid feature name: $ac_useropt"
921 ac_useropt_orig=$ac_useropt
922 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
923 case $ac_user_opts in
924 *"
925 "enable_$ac_useropt"
926 "*) ;;
927 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
928 ac_unrecognized_sep=', ';;
929 esac
930 eval enable_$ac_useropt=\$ac_optarg ;;
931
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
940
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
944
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
951
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
956
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
962
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
969
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
974
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
979
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
986
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
991
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
998
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1003
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1007
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1011
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1015
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1024
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1029
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1036
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1043
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1060
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1065
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1070
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1074
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1080
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1091
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1096
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1101
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1108
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1113
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1116
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1119
1120 -with-* | --with-*)
1121 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1124 as_fn_error "invalid package name: $ac_useropt"
1125 ac_useropt_orig=$ac_useropt
1126 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1127 case $ac_user_opts in
1128 *"
1129 "with_$ac_useropt"
1130 "*) ;;
1131 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1132 ac_unrecognized_sep=', ';;
1133 esac
1134 eval with_$ac_useropt=\$ac_optarg ;;
1135
1136 -without-* | --without-*)
1137 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1138 # Reject names that are not valid shell variable names.
1139 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1140 as_fn_error "invalid package name: $ac_useropt"
1141 ac_useropt_orig=$ac_useropt
1142 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1143 case $ac_user_opts in
1144 *"
1145 "with_$ac_useropt"
1146 "*) ;;
1147 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1148 ac_unrecognized_sep=', ';;
1149 esac
1150 eval with_$ac_useropt=no ;;
1151
1152 --x)
1153 # Obsolete; use --with-x.
1154 with_x=yes ;;
1155
1156 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1157 | --x-incl | --x-inc | --x-in | --x-i)
1158 ac_prev=x_includes ;;
1159 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1160 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1161 x_includes=$ac_optarg ;;
1162
1163 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1164 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1165 ac_prev=x_libraries ;;
1166 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1167 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1168 x_libraries=$ac_optarg ;;
1169
1170 -*) as_fn_error "unrecognized option: \`$ac_option'
1171 Try \`$0 --help' for more information."
1172 ;;
1173
1174 *=*)
1175 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1176 # Reject names that are not valid shell variable names.
1177 case $ac_envvar in #(
1178 '' | [0-9]* | *[!_$as_cr_alnum]* )
1179 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1180 esac
1181 eval $ac_envvar=\$ac_optarg
1182 export $ac_envvar ;;
1183
1184 *)
1185 # FIXME: should be removed in autoconf 3.0.
1186 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1187 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1188 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1189 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1190 ;;
1191
1192 esac
1193 done
1194
1195 if test -n "$ac_prev"; then
1196 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1197 as_fn_error "missing argument to $ac_option"
1198 fi
1199
1200 if test -n "$ac_unrecognized_opts"; then
1201 case $enable_option_checking in
1202 no) ;;
1203 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1204 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1205 esac
1206 fi
1207
1208 # Check all directory arguments for consistency.
1209 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1210 datadir sysconfdir sharedstatedir localstatedir includedir \
1211 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1212 libdir localedir mandir
1213 do
1214 eval ac_val=\$$ac_var
1215 # Remove trailing slashes.
1216 case $ac_val in
1217 */ )
1218 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1219 eval $ac_var=\$ac_val;;
1220 esac
1221 # Be sure to have absolute directory names.
1222 case $ac_val in
1223 [\\/$]* | ?:[\\/]* ) continue;;
1224 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1225 esac
1226 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1227 done
1228
1229 # There might be people who depend on the old broken behavior: `$host'
1230 # used to hold the argument of --host etc.
1231 # FIXME: To remove some day.
1232 build=$build_alias
1233 host=$host_alias
1234 target=$target_alias
1235
1236 # FIXME: To remove some day.
1237 if test "x$host_alias" != x; then
1238 if test "x$build_alias" = x; then
1239 cross_compiling=maybe
1240 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1241 If a cross compiler is detected then cross compile mode will be used." >&2
1242 elif test "x$build_alias" != "x$host_alias"; then
1243 cross_compiling=yes
1244 fi
1245 fi
1246
1247 ac_tool_prefix=
1248 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1249
1250 test "$silent" = yes && exec 6>/dev/null
1251
1252
1253 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1254 ac_ls_di=`ls -di .` &&
1255 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1256 as_fn_error "working directory cannot be determined"
1257 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1258 as_fn_error "pwd does not report name of working directory"
1259
1260
1261 # Find the source files, if location was not specified.
1262 if test -z "$srcdir"; then
1263 ac_srcdir_defaulted=yes
1264 # Try the directory containing this script, then the parent directory.
1265 ac_confdir=`$as_dirname -- "$as_myself" ||
1266 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1267 X"$as_myself" : 'X\(//\)[^/]' \| \
1268 X"$as_myself" : 'X\(//\)$' \| \
1269 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1270 $as_echo X"$as_myself" |
1271 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)[^/].*/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\/\)$/{
1280 s//\1/
1281 q
1282 }
1283 /^X\(\/\).*/{
1284 s//\1/
1285 q
1286 }
1287 s/.*/./; q'`
1288 srcdir=$ac_confdir
1289 if test ! -r "$srcdir/$ac_unique_file"; then
1290 srcdir=..
1291 fi
1292 else
1293 ac_srcdir_defaulted=no
1294 fi
1295 if test ! -r "$srcdir/$ac_unique_file"; then
1296 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1297 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1298 fi
1299 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1300 ac_abs_confdir=`(
1301 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1302 pwd)`
1303 # When building in place, set srcdir=.
1304 if test "$ac_abs_confdir" = "$ac_pwd"; then
1305 srcdir=.
1306 fi
1307 # Remove unnecessary trailing slashes from srcdir.
1308 # Double slashes in file names in object file debugging info
1309 # mess up M-x gdb in Emacs.
1310 case $srcdir in
1311 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1312 esac
1313 for ac_var in $ac_precious_vars; do
1314 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1315 eval ac_env_${ac_var}_value=\$${ac_var}
1316 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1317 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1318 done
1319
1320 #
1321 # Report the --help message.
1322 #
1323 if test "$ac_init_help" = "long"; then
1324 # Omit some internal or obsolete options to make the list less imposing.
1325 # This message is too long to be a string in the A/UX 3.1 sh.
1326 cat <<_ACEOF
1327 \`configure' configures opcodes 2.28.51 to adapt to many kinds of systems.
1328
1329 Usage: $0 [OPTION]... [VAR=VALUE]...
1330
1331 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1332 VAR=VALUE. See below for descriptions of some of the useful variables.
1333
1334 Defaults for the options are specified in brackets.
1335
1336 Configuration:
1337 -h, --help display this help and exit
1338 --help=short display options specific to this package
1339 --help=recursive display the short help of all the included packages
1340 -V, --version display version information and exit
1341 -q, --quiet, --silent do not print \`checking...' messages
1342 --cache-file=FILE cache test results in FILE [disabled]
1343 -C, --config-cache alias for \`--cache-file=config.cache'
1344 -n, --no-create do not create output files
1345 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1346
1347 Installation directories:
1348 --prefix=PREFIX install architecture-independent files in PREFIX
1349 [$ac_default_prefix]
1350 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1351 [PREFIX]
1352
1353 By default, \`make install' will install all the files in
1354 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1355 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1356 for instance \`--prefix=\$HOME'.
1357
1358 For better control, use the options below.
1359
1360 Fine tuning of the installation directories:
1361 --bindir=DIR user executables [EPREFIX/bin]
1362 --sbindir=DIR system admin executables [EPREFIX/sbin]
1363 --libexecdir=DIR program executables [EPREFIX/libexec]
1364 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1365 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1366 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1367 --libdir=DIR object code libraries [EPREFIX/lib]
1368 --includedir=DIR C header files [PREFIX/include]
1369 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1370 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1371 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1372 --infodir=DIR info documentation [DATAROOTDIR/info]
1373 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1374 --mandir=DIR man documentation [DATAROOTDIR/man]
1375 --docdir=DIR documentation root [DATAROOTDIR/doc/opcodes]
1376 --htmldir=DIR html documentation [DOCDIR]
1377 --dvidir=DIR dvi documentation [DOCDIR]
1378 --pdfdir=DIR pdf documentation [DOCDIR]
1379 --psdir=DIR ps documentation [DOCDIR]
1380 _ACEOF
1381
1382 cat <<\_ACEOF
1383
1384 Program names:
1385 --program-prefix=PREFIX prepend PREFIX to installed program names
1386 --program-suffix=SUFFIX append SUFFIX to installed program names
1387 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1388
1389 System types:
1390 --build=BUILD configure for building on BUILD [guessed]
1391 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1392 --target=TARGET configure for building compilers for TARGET [HOST]
1393 _ACEOF
1394 fi
1395
1396 if test -n "$ac_init_help"; then
1397 case $ac_init_help in
1398 short | recursive ) echo "Configuration of opcodes 2.28.51:";;
1399 esac
1400 cat <<\_ACEOF
1401
1402 Optional Features:
1403 --disable-option-checking ignore unrecognized --enable/--with options
1404 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1405 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1406 --disable-dependency-tracking speeds up one-time build
1407 --enable-dependency-tracking do not reject slow dependency extractors
1408 --enable-shared[=PKGS] build shared libraries [default=no]
1409 --enable-static[=PKGS] build static libraries [default=yes]
1410 --enable-fast-install[=PKGS]
1411 optimize for fast installation [default=yes]
1412 --disable-libtool-lock avoid locking (might break parallel builds)
1413 --enable-targets alternative target configurations
1414 --enable-werror treat compile warnings as errors
1415 --enable-build-warnings enable build-time compiler warnings
1416 --enable-maintainer-mode enable make rules and dependencies not useful
1417 (and sometimes confusing) to the casual installer
1418 --enable-install-libbfd controls installation of libbfd and related headers
1419 --disable-nls do not use Native Language Support
1420 --enable-cgen-maint=dir build cgen generated files
1421
1422 Optional Packages:
1423 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1424 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1425 --with-pic try to use only PIC/non-PIC objects [default=use
1426 both]
1427 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1428
1429 Some influential environment variables:
1430 CC C compiler command
1431 CFLAGS C compiler flags
1432 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1433 nonstandard directory <lib dir>
1434 LIBS libraries to pass to the linker, e.g. -l<library>
1435 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1436 you have headers in a nonstandard directory <include dir>
1437 CPP C preprocessor
1438
1439 Use these variables to override the choices made by `configure' or to help
1440 it to find libraries and programs with nonstandard names/locations.
1441
1442 Report bugs to the package provider.
1443 _ACEOF
1444 ac_status=$?
1445 fi
1446
1447 if test "$ac_init_help" = "recursive"; then
1448 # If there are subdirs, report their specific --help.
1449 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1450 test -d "$ac_dir" ||
1451 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1452 continue
1453 ac_builddir=.
1454
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1457 *)
1458 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1470
1471 case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1486
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1500 fi
1501
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 opcodes configure 2.28.51
1506 generated by GNU Autoconf 2.64
1507
1508 Copyright (C) 2009 Free Software Foundation, Inc.
1509 This configure script is free software; the Free Software Foundation
1510 gives unlimited permission to copy, distribute and modify it.
1511 _ACEOF
1512 exit
1513 fi
1514
1515 ## ------------------------ ##
1516 ## Autoconf initialization. ##
1517 ## ------------------------ ##
1518
1519 # ac_fn_c_try_compile LINENO
1520 # --------------------------
1521 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1522 ac_fn_c_try_compile ()
1523 {
1524 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1525 rm -f conftest.$ac_objext
1526 if { { ac_try="$ac_compile"
1527 case "(($ac_try" in
1528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1529 *) ac_try_echo=$ac_try;;
1530 esac
1531 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1532 $as_echo "$ac_try_echo"; } >&5
1533 (eval "$ac_compile") 2>conftest.err
1534 ac_status=$?
1535 if test -s conftest.err; then
1536 grep -v '^ *+' conftest.err >conftest.er1
1537 cat conftest.er1 >&5
1538 mv -f conftest.er1 conftest.err
1539 fi
1540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1541 test $ac_status = 0; } && {
1542 test -z "$ac_c_werror_flag" ||
1543 test ! -s conftest.err
1544 } && test -s conftest.$ac_objext; then :
1545 ac_retval=0
1546 else
1547 $as_echo "$as_me: failed program was:" >&5
1548 sed 's/^/| /' conftest.$ac_ext >&5
1549
1550 ac_retval=1
1551 fi
1552 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1553 return $ac_retval
1554
1555 } # ac_fn_c_try_compile
1556
1557 # ac_fn_c_try_link LINENO
1558 # -----------------------
1559 # Try to link conftest.$ac_ext, and return whether this succeeded.
1560 ac_fn_c_try_link ()
1561 {
1562 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1563 rm -f conftest.$ac_objext conftest$ac_exeext
1564 if { { ac_try="$ac_link"
1565 case "(($ac_try" in
1566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1567 *) ac_try_echo=$ac_try;;
1568 esac
1569 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1570 $as_echo "$ac_try_echo"; } >&5
1571 (eval "$ac_link") 2>conftest.err
1572 ac_status=$?
1573 if test -s conftest.err; then
1574 grep -v '^ *+' conftest.err >conftest.er1
1575 cat conftest.er1 >&5
1576 mv -f conftest.er1 conftest.err
1577 fi
1578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1579 test $ac_status = 0; } && {
1580 test -z "$ac_c_werror_flag" ||
1581 test ! -s conftest.err
1582 } && test -s conftest$ac_exeext && {
1583 test "$cross_compiling" = yes ||
1584 $as_test_x conftest$ac_exeext
1585 }; then :
1586 ac_retval=0
1587 else
1588 $as_echo "$as_me: failed program was:" >&5
1589 sed 's/^/| /' conftest.$ac_ext >&5
1590
1591 ac_retval=1
1592 fi
1593 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1594 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1595 # interfere with the next link command; also delete a directory that is
1596 # left behind by Apple's compiler. We do this before executing the actions.
1597 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1598 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1599 return $ac_retval
1600
1601 } # ac_fn_c_try_link
1602
1603 # ac_fn_c_try_cpp LINENO
1604 # ----------------------
1605 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1606 ac_fn_c_try_cpp ()
1607 {
1608 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1609 if { { ac_try="$ac_cpp conftest.$ac_ext"
1610 case "(($ac_try" in
1611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1612 *) ac_try_echo=$ac_try;;
1613 esac
1614 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1615 $as_echo "$ac_try_echo"; } >&5
1616 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1617 ac_status=$?
1618 if test -s conftest.err; then
1619 grep -v '^ *+' conftest.err >conftest.er1
1620 cat conftest.er1 >&5
1621 mv -f conftest.er1 conftest.err
1622 fi
1623 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1624 test $ac_status = 0; } >/dev/null && {
1625 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1626 test ! -s conftest.err
1627 }; then :
1628 ac_retval=0
1629 else
1630 $as_echo "$as_me: failed program was:" >&5
1631 sed 's/^/| /' conftest.$ac_ext >&5
1632
1633 ac_retval=1
1634 fi
1635 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1636 return $ac_retval
1637
1638 } # ac_fn_c_try_cpp
1639
1640 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1641 # -------------------------------------------------------
1642 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1643 # the include files in INCLUDES and setting the cache variable VAR
1644 # accordingly.
1645 ac_fn_c_check_header_mongrel ()
1646 {
1647 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1648 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1650 $as_echo_n "checking for $2... " >&6; }
1651 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1652 $as_echo_n "(cached) " >&6
1653 fi
1654 eval ac_res=\$$3
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1656 $as_echo "$ac_res" >&6; }
1657 else
1658 # Is the header compilable?
1659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1660 $as_echo_n "checking $2 usability... " >&6; }
1661 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1662 /* end confdefs.h. */
1663 $4
1664 #include <$2>
1665 _ACEOF
1666 if ac_fn_c_try_compile "$LINENO"; then :
1667 ac_header_compiler=yes
1668 else
1669 ac_header_compiler=no
1670 fi
1671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1673 $as_echo "$ac_header_compiler" >&6; }
1674
1675 # Is the header present?
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1677 $as_echo_n "checking $2 presence... " >&6; }
1678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679 /* end confdefs.h. */
1680 #include <$2>
1681 _ACEOF
1682 if ac_fn_c_try_cpp "$LINENO"; then :
1683 ac_header_preproc=yes
1684 else
1685 ac_header_preproc=no
1686 fi
1687 rm -f conftest.err conftest.$ac_ext
1688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1689 $as_echo "$ac_header_preproc" >&6; }
1690
1691 # So? What about this header?
1692 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1693 yes:no: )
1694 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1695 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1697 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1698 ;;
1699 no:yes:* )
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1701 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1703 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1705 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1707 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1709 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1710 ;;
1711 esac
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1713 $as_echo_n "checking for $2... " >&6; }
1714 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1715 $as_echo_n "(cached) " >&6
1716 else
1717 eval "$3=\$ac_header_compiler"
1718 fi
1719 eval ac_res=\$$3
1720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721 $as_echo "$ac_res" >&6; }
1722 fi
1723 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1724
1725 } # ac_fn_c_check_header_mongrel
1726
1727 # ac_fn_c_try_run LINENO
1728 # ----------------------
1729 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1730 # that executables *can* be run.
1731 ac_fn_c_try_run ()
1732 {
1733 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1734 if { { ac_try="$ac_link"
1735 case "(($ac_try" in
1736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1737 *) ac_try_echo=$ac_try;;
1738 esac
1739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1740 $as_echo "$ac_try_echo"; } >&5
1741 (eval "$ac_link") 2>&5
1742 ac_status=$?
1743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1744 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1745 { { case "(($ac_try" in
1746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1747 *) ac_try_echo=$ac_try;;
1748 esac
1749 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1750 $as_echo "$ac_try_echo"; } >&5
1751 (eval "$ac_try") 2>&5
1752 ac_status=$?
1753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1754 test $ac_status = 0; }; }; then :
1755 ac_retval=0
1756 else
1757 $as_echo "$as_me: program exited with status $ac_status" >&5
1758 $as_echo "$as_me: failed program was:" >&5
1759 sed 's/^/| /' conftest.$ac_ext >&5
1760
1761 ac_retval=$ac_status
1762 fi
1763 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1764 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1765 return $ac_retval
1766
1767 } # ac_fn_c_try_run
1768
1769 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1770 # -------------------------------------------------------
1771 # Tests whether HEADER exists and can be compiled using the include files in
1772 # INCLUDES, setting the cache variable VAR accordingly.
1773 ac_fn_c_check_header_compile ()
1774 {
1775 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1777 $as_echo_n "checking for $2... " >&6; }
1778 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1779 $as_echo_n "(cached) " >&6
1780 else
1781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1782 /* end confdefs.h. */
1783 $4
1784 #include <$2>
1785 _ACEOF
1786 if ac_fn_c_try_compile "$LINENO"; then :
1787 eval "$3=yes"
1788 else
1789 eval "$3=no"
1790 fi
1791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1792 fi
1793 eval ac_res=\$$3
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795 $as_echo "$ac_res" >&6; }
1796 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1797
1798 } # ac_fn_c_check_header_compile
1799
1800 # ac_fn_c_check_func LINENO FUNC VAR
1801 # ----------------------------------
1802 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1803 ac_fn_c_check_func ()
1804 {
1805 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1807 $as_echo_n "checking for $2... " >&6; }
1808 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1809 $as_echo_n "(cached) " >&6
1810 else
1811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1812 /* end confdefs.h. */
1813 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1814 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1815 #define $2 innocuous_$2
1816
1817 /* System header to define __stub macros and hopefully few prototypes,
1818 which can conflict with char $2 (); below.
1819 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1820 <limits.h> exists even on freestanding compilers. */
1821
1822 #ifdef __STDC__
1823 # include <limits.h>
1824 #else
1825 # include <assert.h>
1826 #endif
1827
1828 #undef $2
1829
1830 /* Override any GCC internal prototype to avoid an error.
1831 Use char because int might match the return type of a GCC
1832 builtin and then its argument prototype would still apply. */
1833 #ifdef __cplusplus
1834 extern "C"
1835 #endif
1836 char $2 ();
1837 /* The GNU C library defines this for functions which it implements
1838 to always fail with ENOSYS. Some functions are actually named
1839 something starting with __ and the normal name is an alias. */
1840 #if defined __stub_$2 || defined __stub___$2
1841 choke me
1842 #endif
1843
1844 int
1845 main ()
1846 {
1847 return $2 ();
1848 ;
1849 return 0;
1850 }
1851 _ACEOF
1852 if ac_fn_c_try_link "$LINENO"; then :
1853 eval "$3=yes"
1854 else
1855 eval "$3=no"
1856 fi
1857 rm -f core conftest.err conftest.$ac_objext \
1858 conftest$ac_exeext conftest.$ac_ext
1859 fi
1860 eval ac_res=\$$3
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1862 $as_echo "$ac_res" >&6; }
1863 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1864
1865 } # ac_fn_c_check_func
1866
1867 # ac_fn_c_check_decl LINENO SYMBOL VAR
1868 # ------------------------------------
1869 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1870 ac_fn_c_check_decl ()
1871 {
1872 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1873 as_decl_name=`echo $2|sed 's/ *(.*//'`
1874 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1876 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1877 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1878 $as_echo_n "(cached) " >&6
1879 else
1880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1881 /* end confdefs.h. */
1882 $4
1883 int
1884 main ()
1885 {
1886 #ifndef $as_decl_name
1887 #ifdef __cplusplus
1888 (void) $as_decl_use;
1889 #else
1890 (void) $as_decl_name;
1891 #endif
1892 #endif
1893
1894 ;
1895 return 0;
1896 }
1897 _ACEOF
1898 if ac_fn_c_try_compile "$LINENO"; then :
1899 eval "$3=yes"
1900 else
1901 eval "$3=no"
1902 fi
1903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904 fi
1905 eval ac_res=\$$3
1906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1907 $as_echo "$ac_res" >&6; }
1908 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1909
1910 } # ac_fn_c_check_decl
1911 cat >config.log <<_ACEOF
1912 This file contains any messages produced by compilers while
1913 running configure, to aid debugging if configure makes a mistake.
1914
1915 It was created by opcodes $as_me 2.28.51, which was
1916 generated by GNU Autoconf 2.64. Invocation command line was
1917
1918 $ $0 $@
1919
1920 _ACEOF
1921 exec 5>>config.log
1922 {
1923 cat <<_ASUNAME
1924 ## --------- ##
1925 ## Platform. ##
1926 ## --------- ##
1927
1928 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1929 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1930 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1931 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1932 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1933
1934 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1935 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1936
1937 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1938 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1939 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1940 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1941 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1942 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1943 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1944
1945 _ASUNAME
1946
1947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1948 for as_dir in $PATH
1949 do
1950 IFS=$as_save_IFS
1951 test -z "$as_dir" && as_dir=.
1952 $as_echo "PATH: $as_dir"
1953 done
1954 IFS=$as_save_IFS
1955
1956 } >&5
1957
1958 cat >&5 <<_ACEOF
1959
1960
1961 ## ----------- ##
1962 ## Core tests. ##
1963 ## ----------- ##
1964
1965 _ACEOF
1966
1967
1968 # Keep a trace of the command line.
1969 # Strip out --no-create and --no-recursion so they do not pile up.
1970 # Strip out --silent because we don't want to record it for future runs.
1971 # Also quote any args containing shell meta-characters.
1972 # Make two passes to allow for proper duplicate-argument suppression.
1973 ac_configure_args=
1974 ac_configure_args0=
1975 ac_configure_args1=
1976 ac_must_keep_next=false
1977 for ac_pass in 1 2
1978 do
1979 for ac_arg
1980 do
1981 case $ac_arg in
1982 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1983 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1984 | -silent | --silent | --silen | --sile | --sil)
1985 continue ;;
1986 *\'*)
1987 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1988 esac
1989 case $ac_pass in
1990 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1991 2)
1992 as_fn_append ac_configure_args1 " '$ac_arg'"
1993 if test $ac_must_keep_next = true; then
1994 ac_must_keep_next=false # Got value, back to normal.
1995 else
1996 case $ac_arg in
1997 *=* | --config-cache | -C | -disable-* | --disable-* \
1998 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1999 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2000 | -with-* | --with-* | -without-* | --without-* | --x)
2001 case "$ac_configure_args0 " in
2002 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2003 esac
2004 ;;
2005 -* ) ac_must_keep_next=true ;;
2006 esac
2007 fi
2008 as_fn_append ac_configure_args " '$ac_arg'"
2009 ;;
2010 esac
2011 done
2012 done
2013 { ac_configure_args0=; unset ac_configure_args0;}
2014 { ac_configure_args1=; unset ac_configure_args1;}
2015
2016 # When interrupted or exit'd, cleanup temporary files, and complete
2017 # config.log. We remove comments because anyway the quotes in there
2018 # would cause problems or look ugly.
2019 # WARNING: Use '\'' to represent an apostrophe within the trap.
2020 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2021 trap 'exit_status=$?
2022 # Save into config.log some information that might help in debugging.
2023 {
2024 echo
2025
2026 cat <<\_ASBOX
2027 ## ---------------- ##
2028 ## Cache variables. ##
2029 ## ---------------- ##
2030 _ASBOX
2031 echo
2032 # The following way of writing the cache mishandles newlines in values,
2033 (
2034 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2035 eval ac_val=\$$ac_var
2036 case $ac_val in #(
2037 *${as_nl}*)
2038 case $ac_var in #(
2039 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2040 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2041 esac
2042 case $ac_var in #(
2043 _ | IFS | as_nl) ;; #(
2044 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2045 *) { eval $ac_var=; unset $ac_var;} ;;
2046 esac ;;
2047 esac
2048 done
2049 (set) 2>&1 |
2050 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2051 *${as_nl}ac_space=\ *)
2052 sed -n \
2053 "s/'\''/'\''\\\\'\'''\''/g;
2054 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2055 ;; #(
2056 *)
2057 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2058 ;;
2059 esac |
2060 sort
2061 )
2062 echo
2063
2064 cat <<\_ASBOX
2065 ## ----------------- ##
2066 ## Output variables. ##
2067 ## ----------------- ##
2068 _ASBOX
2069 echo
2070 for ac_var in $ac_subst_vars
2071 do
2072 eval ac_val=\$$ac_var
2073 case $ac_val in
2074 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2075 esac
2076 $as_echo "$ac_var='\''$ac_val'\''"
2077 done | sort
2078 echo
2079
2080 if test -n "$ac_subst_files"; then
2081 cat <<\_ASBOX
2082 ## ------------------- ##
2083 ## File substitutions. ##
2084 ## ------------------- ##
2085 _ASBOX
2086 echo
2087 for ac_var in $ac_subst_files
2088 do
2089 eval ac_val=\$$ac_var
2090 case $ac_val in
2091 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2092 esac
2093 $as_echo "$ac_var='\''$ac_val'\''"
2094 done | sort
2095 echo
2096 fi
2097
2098 if test -s confdefs.h; then
2099 cat <<\_ASBOX
2100 ## ----------- ##
2101 ## confdefs.h. ##
2102 ## ----------- ##
2103 _ASBOX
2104 echo
2105 cat confdefs.h
2106 echo
2107 fi
2108 test "$ac_signal" != 0 &&
2109 $as_echo "$as_me: caught signal $ac_signal"
2110 $as_echo "$as_me: exit $exit_status"
2111 } >&5
2112 rm -f core *.core core.conftest.* &&
2113 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2114 exit $exit_status
2115 ' 0
2116 for ac_signal in 1 2 13 15; do
2117 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2118 done
2119 ac_signal=0
2120
2121 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2122 rm -f -r conftest* confdefs.h
2123
2124 $as_echo "/* confdefs.h */" > confdefs.h
2125
2126 # Predefined preprocessor variables.
2127
2128 cat >>confdefs.h <<_ACEOF
2129 #define PACKAGE_NAME "$PACKAGE_NAME"
2130 _ACEOF
2131
2132 cat >>confdefs.h <<_ACEOF
2133 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2134 _ACEOF
2135
2136 cat >>confdefs.h <<_ACEOF
2137 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2138 _ACEOF
2139
2140 cat >>confdefs.h <<_ACEOF
2141 #define PACKAGE_STRING "$PACKAGE_STRING"
2142 _ACEOF
2143
2144 cat >>confdefs.h <<_ACEOF
2145 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2146 _ACEOF
2147
2148 cat >>confdefs.h <<_ACEOF
2149 #define PACKAGE_URL "$PACKAGE_URL"
2150 _ACEOF
2151
2152
2153 # Let the site file select an alternate cache file if it wants to.
2154 # Prefer an explicitly selected file to automatically selected ones.
2155 ac_site_file1=NONE
2156 ac_site_file2=NONE
2157 if test -n "$CONFIG_SITE"; then
2158 ac_site_file1=$CONFIG_SITE
2159 elif test "x$prefix" != xNONE; then
2160 ac_site_file1=$prefix/share/config.site
2161 ac_site_file2=$prefix/etc/config.site
2162 else
2163 ac_site_file1=$ac_default_prefix/share/config.site
2164 ac_site_file2=$ac_default_prefix/etc/config.site
2165 fi
2166 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2167 do
2168 test "x$ac_site_file" = xNONE && continue
2169 if test -r "$ac_site_file"; then
2170 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2171 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2172 sed 's/^/| /' "$ac_site_file" >&5
2173 . "$ac_site_file"
2174 fi
2175 done
2176
2177 if test -r "$cache_file"; then
2178 # Some versions of bash will fail to source /dev/null (special
2179 # files actually), so we avoid doing that.
2180 if test -f "$cache_file"; then
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2182 $as_echo "$as_me: loading cache $cache_file" >&6;}
2183 case $cache_file in
2184 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2185 *) . "./$cache_file";;
2186 esac
2187 fi
2188 else
2189 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2190 $as_echo "$as_me: creating cache $cache_file" >&6;}
2191 >$cache_file
2192 fi
2193
2194 # Check that the precious variables saved in the cache have kept the same
2195 # value.
2196 ac_cache_corrupted=false
2197 for ac_var in $ac_precious_vars; do
2198 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2199 eval ac_new_set=\$ac_env_${ac_var}_set
2200 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2201 eval ac_new_val=\$ac_env_${ac_var}_value
2202 case $ac_old_set,$ac_new_set in
2203 set,)
2204 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2205 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2206 ac_cache_corrupted=: ;;
2207 ,set)
2208 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2209 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2210 ac_cache_corrupted=: ;;
2211 ,);;
2212 *)
2213 if test "x$ac_old_val" != "x$ac_new_val"; then
2214 # differences in whitespace do not lead to failure.
2215 ac_old_val_w=`echo x $ac_old_val`
2216 ac_new_val_w=`echo x $ac_new_val`
2217 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2219 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2220 ac_cache_corrupted=:
2221 else
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2223 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2224 eval $ac_var=\$ac_old_val
2225 fi
2226 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2227 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2228 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2229 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2230 fi;;
2231 esac
2232 # Pass precious variables to config.status.
2233 if test "$ac_new_set" = set; then
2234 case $ac_new_val in
2235 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2236 *) ac_arg=$ac_var=$ac_new_val ;;
2237 esac
2238 case " $ac_configure_args " in
2239 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2240 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2241 esac
2242 fi
2243 done
2244 if $ac_cache_corrupted; then
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2246 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2247 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2248 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2249 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2250 fi
2251 ## -------------------- ##
2252 ## Main body of script. ##
2253 ## -------------------- ##
2254
2255 ac_ext=c
2256 ac_cpp='$CPP $CPPFLAGS'
2257 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2258 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2259 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2260
2261
2262
2263
2264
2265
2266
2267 ac_aux_dir=
2268 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2269 for ac_t in install-sh install.sh shtool; do
2270 if test -f "$ac_dir/$ac_t"; then
2271 ac_aux_dir=$ac_dir
2272 ac_install_sh="$ac_aux_dir/$ac_t -c"
2273 break 2
2274 fi
2275 done
2276 done
2277 if test -z "$ac_aux_dir"; then
2278 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2279 fi
2280
2281 # These three variables are undocumented and unsupported,
2282 # and are intended to be withdrawn in a future Autoconf release.
2283 # They can cause serious problems if a builder's source tree is in a directory
2284 # whose full name contains unusual characters.
2285 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2286 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2287 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2288
2289
2290 # Make sure we can run config.sub.
2291 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2292 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2293
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2295 $as_echo_n "checking build system type... " >&6; }
2296 if test "${ac_cv_build+set}" = set; then :
2297 $as_echo_n "(cached) " >&6
2298 else
2299 ac_build_alias=$build_alias
2300 test "x$ac_build_alias" = x &&
2301 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2302 test "x$ac_build_alias" = x &&
2303 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2304 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2305 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2306
2307 fi
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2309 $as_echo "$ac_cv_build" >&6; }
2310 case $ac_cv_build in
2311 *-*-*) ;;
2312 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2313 esac
2314 build=$ac_cv_build
2315 ac_save_IFS=$IFS; IFS='-'
2316 set x $ac_cv_build
2317 shift
2318 build_cpu=$1
2319 build_vendor=$2
2320 shift; shift
2321 # Remember, the first character of IFS is used to create $*,
2322 # except with old shells:
2323 build_os=$*
2324 IFS=$ac_save_IFS
2325 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326
2327
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2329 $as_echo_n "checking host system type... " >&6; }
2330 if test "${ac_cv_host+set}" = set; then :
2331 $as_echo_n "(cached) " >&6
2332 else
2333 if test "x$host_alias" = x; then
2334 ac_cv_host=$ac_cv_build
2335 else
2336 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2337 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2338 fi
2339
2340 fi
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2346 esac
2347 host=$ac_cv_host
2348 ac_save_IFS=$IFS; IFS='-'
2349 set x $ac_cv_host
2350 shift
2351 host_cpu=$1
2352 host_vendor=$2
2353 shift; shift
2354 # Remember, the first character of IFS is used to create $*,
2355 # except with old shells:
2356 host_os=$*
2357 IFS=$ac_save_IFS
2358 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2359
2360
2361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2362 $as_echo_n "checking target system type... " >&6; }
2363 if test "${ac_cv_target+set}" = set; then :
2364 $as_echo_n "(cached) " >&6
2365 else
2366 if test "x$target_alias" = x; then
2367 ac_cv_target=$ac_cv_host
2368 else
2369 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2370 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2371 fi
2372
2373 fi
2374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2375 $as_echo "$ac_cv_target" >&6; }
2376 case $ac_cv_target in
2377 *-*-*) ;;
2378 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2379 esac
2380 target=$ac_cv_target
2381 ac_save_IFS=$IFS; IFS='-'
2382 set x $ac_cv_target
2383 shift
2384 target_cpu=$1
2385 target_vendor=$2
2386 shift; shift
2387 # Remember, the first character of IFS is used to create $*,
2388 # except with old shells:
2389 target_os=$*
2390 IFS=$ac_save_IFS
2391 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2392
2393
2394 # The aliases save the names the user supplied, while $host etc.
2395 # will get canonicalized.
2396 test -n "$target_alias" &&
2397 test "$program_prefix$program_suffix$program_transform_name" = \
2398 NONENONEs,x,x, &&
2399 program_prefix=${target_alias}-
2400 ac_ext=c
2401 ac_cpp='$CPP $CPPFLAGS'
2402 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2403 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2404 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2405 if test -n "$ac_tool_prefix"; then
2406 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2407 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2409 $as_echo_n "checking for $ac_word... " >&6; }
2410 if test "${ac_cv_prog_CC+set}" = set; then :
2411 $as_echo_n "(cached) " >&6
2412 else
2413 if test -n "$CC"; then
2414 ac_cv_prog_CC="$CC" # Let the user override the test.
2415 else
2416 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2417 for as_dir in $PATH
2418 do
2419 IFS=$as_save_IFS
2420 test -z "$as_dir" && as_dir=.
2421 for ac_exec_ext in '' $ac_executable_extensions; do
2422 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2423 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2424 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2425 break 2
2426 fi
2427 done
2428 done
2429 IFS=$as_save_IFS
2430
2431 fi
2432 fi
2433 CC=$ac_cv_prog_CC
2434 if test -n "$CC"; then
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2436 $as_echo "$CC" >&6; }
2437 else
2438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2439 $as_echo "no" >&6; }
2440 fi
2441
2442
2443 fi
2444 if test -z "$ac_cv_prog_CC"; then
2445 ac_ct_CC=$CC
2446 # Extract the first word of "gcc", so it can be a program name with args.
2447 set dummy gcc; ac_word=$2
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2449 $as_echo_n "checking for $ac_word... " >&6; }
2450 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2451 $as_echo_n "(cached) " >&6
2452 else
2453 if test -n "$ac_ct_CC"; then
2454 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2455 else
2456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2457 for as_dir in $PATH
2458 do
2459 IFS=$as_save_IFS
2460 test -z "$as_dir" && as_dir=.
2461 for ac_exec_ext in '' $ac_executable_extensions; do
2462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2463 ac_cv_prog_ac_ct_CC="gcc"
2464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2465 break 2
2466 fi
2467 done
2468 done
2469 IFS=$as_save_IFS
2470
2471 fi
2472 fi
2473 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2474 if test -n "$ac_ct_CC"; then
2475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2476 $as_echo "$ac_ct_CC" >&6; }
2477 else
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2479 $as_echo "no" >&6; }
2480 fi
2481
2482 if test "x$ac_ct_CC" = x; then
2483 CC=""
2484 else
2485 case $cross_compiling:$ac_tool_warned in
2486 yes:)
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2488 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2489 ac_tool_warned=yes ;;
2490 esac
2491 CC=$ac_ct_CC
2492 fi
2493 else
2494 CC="$ac_cv_prog_CC"
2495 fi
2496
2497 if test -z "$CC"; then
2498 if test -n "$ac_tool_prefix"; then
2499 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2500 set dummy ${ac_tool_prefix}cc; ac_word=$2
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2502 $as_echo_n "checking for $ac_word... " >&6; }
2503 if test "${ac_cv_prog_CC+set}" = set; then :
2504 $as_echo_n "(cached) " >&6
2505 else
2506 if test -n "$CC"; then
2507 ac_cv_prog_CC="$CC" # Let the user override the test.
2508 else
2509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2510 for as_dir in $PATH
2511 do
2512 IFS=$as_save_IFS
2513 test -z "$as_dir" && as_dir=.
2514 for ac_exec_ext in '' $ac_executable_extensions; do
2515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2516 ac_cv_prog_CC="${ac_tool_prefix}cc"
2517 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2518 break 2
2519 fi
2520 done
2521 done
2522 IFS=$as_save_IFS
2523
2524 fi
2525 fi
2526 CC=$ac_cv_prog_CC
2527 if test -n "$CC"; then
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2529 $as_echo "$CC" >&6; }
2530 else
2531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2532 $as_echo "no" >&6; }
2533 fi
2534
2535
2536 fi
2537 fi
2538 if test -z "$CC"; then
2539 # Extract the first word of "cc", so it can be a program name with args.
2540 set dummy cc; ac_word=$2
2541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2542 $as_echo_n "checking for $ac_word... " >&6; }
2543 if test "${ac_cv_prog_CC+set}" = set; then :
2544 $as_echo_n "(cached) " >&6
2545 else
2546 if test -n "$CC"; then
2547 ac_cv_prog_CC="$CC" # Let the user override the test.
2548 else
2549 ac_prog_rejected=no
2550 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2551 for as_dir in $PATH
2552 do
2553 IFS=$as_save_IFS
2554 test -z "$as_dir" && as_dir=.
2555 for ac_exec_ext in '' $ac_executable_extensions; do
2556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2557 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2558 ac_prog_rejected=yes
2559 continue
2560 fi
2561 ac_cv_prog_CC="cc"
2562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 break 2
2564 fi
2565 done
2566 done
2567 IFS=$as_save_IFS
2568
2569 if test $ac_prog_rejected = yes; then
2570 # We found a bogon in the path, so make sure we never use it.
2571 set dummy $ac_cv_prog_CC
2572 shift
2573 if test $# != 0; then
2574 # We chose a different compiler from the bogus one.
2575 # However, it has the same basename, so the bogon will be chosen
2576 # first if we set CC to just the basename; use the full file name.
2577 shift
2578 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2579 fi
2580 fi
2581 fi
2582 fi
2583 CC=$ac_cv_prog_CC
2584 if test -n "$CC"; then
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2586 $as_echo "$CC" >&6; }
2587 else
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2589 $as_echo "no" >&6; }
2590 fi
2591
2592
2593 fi
2594 if test -z "$CC"; then
2595 if test -n "$ac_tool_prefix"; then
2596 for ac_prog in cl.exe
2597 do
2598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2601 $as_echo_n "checking for $ac_word... " >&6; }
2602 if test "${ac_cv_prog_CC+set}" = set; then :
2603 $as_echo_n "(cached) " >&6
2604 else
2605 if test -n "$CC"; then
2606 ac_cv_prog_CC="$CC" # Let the user override the test.
2607 else
2608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2609 for as_dir in $PATH
2610 do
2611 IFS=$as_save_IFS
2612 test -z "$as_dir" && as_dir=.
2613 for ac_exec_ext in '' $ac_executable_extensions; do
2614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2615 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2616 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2617 break 2
2618 fi
2619 done
2620 done
2621 IFS=$as_save_IFS
2622
2623 fi
2624 fi
2625 CC=$ac_cv_prog_CC
2626 if test -n "$CC"; then
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2628 $as_echo "$CC" >&6; }
2629 else
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2631 $as_echo "no" >&6; }
2632 fi
2633
2634
2635 test -n "$CC" && break
2636 done
2637 fi
2638 if test -z "$CC"; then
2639 ac_ct_CC=$CC
2640 for ac_prog in cl.exe
2641 do
2642 # Extract the first word of "$ac_prog", so it can be a program name with args.
2643 set dummy $ac_prog; ac_word=$2
2644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2645 $as_echo_n "checking for $ac_word... " >&6; }
2646 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2647 $as_echo_n "(cached) " >&6
2648 else
2649 if test -n "$ac_ct_CC"; then
2650 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2651 else
2652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2653 for as_dir in $PATH
2654 do
2655 IFS=$as_save_IFS
2656 test -z "$as_dir" && as_dir=.
2657 for ac_exec_ext in '' $ac_executable_extensions; do
2658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2659 ac_cv_prog_ac_ct_CC="$ac_prog"
2660 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2661 break 2
2662 fi
2663 done
2664 done
2665 IFS=$as_save_IFS
2666
2667 fi
2668 fi
2669 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2670 if test -n "$ac_ct_CC"; then
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2672 $as_echo "$ac_ct_CC" >&6; }
2673 else
2674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2675 $as_echo "no" >&6; }
2676 fi
2677
2678
2679 test -n "$ac_ct_CC" && break
2680 done
2681
2682 if test "x$ac_ct_CC" = x; then
2683 CC=""
2684 else
2685 case $cross_compiling:$ac_tool_warned in
2686 yes:)
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2689 ac_tool_warned=yes ;;
2690 esac
2691 CC=$ac_ct_CC
2692 fi
2693 fi
2694
2695 fi
2696
2697
2698 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2699 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2700 as_fn_error "no acceptable C compiler found in \$PATH
2701 See \`config.log' for more details." "$LINENO" 5; }
2702
2703 # Provide some information about the compiler.
2704 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2705 set X $ac_compile
2706 ac_compiler=$2
2707 for ac_option in --version -v -V -qversion; do
2708 { { ac_try="$ac_compiler $ac_option >&5"
2709 case "(($ac_try" in
2710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2711 *) ac_try_echo=$ac_try;;
2712 esac
2713 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2714 $as_echo "$ac_try_echo"; } >&5
2715 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2716 ac_status=$?
2717 if test -s conftest.err; then
2718 sed '10a\
2719 ... rest of stderr output deleted ...
2720 10q' conftest.err >conftest.er1
2721 cat conftest.er1 >&5
2722 rm -f conftest.er1 conftest.err
2723 fi
2724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2725 test $ac_status = 0; }
2726 done
2727
2728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2729 /* end confdefs.h. */
2730
2731 int
2732 main ()
2733 {
2734
2735 ;
2736 return 0;
2737 }
2738 _ACEOF
2739 ac_clean_files_save=$ac_clean_files
2740 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2741 # Try to create an executable without -o first, disregard a.out.
2742 # It will help us diagnose broken compilers, and finding out an intuition
2743 # of exeext.
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2745 $as_echo_n "checking for C compiler default output file name... " >&6; }
2746 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2747
2748 # The possible output files:
2749 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2750
2751 ac_rmfiles=
2752 for ac_file in $ac_files
2753 do
2754 case $ac_file in
2755 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2756 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2757 esac
2758 done
2759 rm -f $ac_rmfiles
2760
2761 if { { ac_try="$ac_link_default"
2762 case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765 esac
2766 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2767 $as_echo "$ac_try_echo"; } >&5
2768 (eval "$ac_link_default") 2>&5
2769 ac_status=$?
2770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2771 test $ac_status = 0; }; then :
2772 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2773 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2774 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2775 # so that the user can short-circuit this test for compilers unknown to
2776 # Autoconf.
2777 for ac_file in $ac_files ''
2778 do
2779 test -f "$ac_file" || continue
2780 case $ac_file in
2781 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2782 ;;
2783 [ab].out )
2784 # We found the default executable, but exeext='' is most
2785 # certainly right.
2786 break;;
2787 *.* )
2788 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2789 then :; else
2790 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2791 fi
2792 # We set ac_cv_exeext here because the later test for it is not
2793 # safe: cross compilers may not add the suffix if given an `-o'
2794 # argument, so we may need to know it at that point already.
2795 # Even if this section looks crufty: it has the advantage of
2796 # actually working.
2797 break;;
2798 * )
2799 break;;
2800 esac
2801 done
2802 test "$ac_cv_exeext" = no && ac_cv_exeext=
2803
2804 else
2805 ac_file=''
2806 fi
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2808 $as_echo "$ac_file" >&6; }
2809 if test -z "$ac_file"; then :
2810 $as_echo "$as_me: failed program was:" >&5
2811 sed 's/^/| /' conftest.$ac_ext >&5
2812
2813 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2814 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2815 { as_fn_set_status 77
2816 as_fn_error "C compiler cannot create executables
2817 See \`config.log' for more details." "$LINENO" 5; }; }
2818 fi
2819 ac_exeext=$ac_cv_exeext
2820
2821 # Check that the compiler produces executables we can run. If not, either
2822 # the compiler is broken, or we cross compile.
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2824 $as_echo_n "checking whether the C compiler works... " >&6; }
2825 # If not cross compiling, check that we can run a simple program.
2826 if test "$cross_compiling" != yes; then
2827 if { ac_try='./$ac_file'
2828 { { case "(($ac_try" in
2829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2830 *) ac_try_echo=$ac_try;;
2831 esac
2832 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2833 $as_echo "$ac_try_echo"; } >&5
2834 (eval "$ac_try") 2>&5
2835 ac_status=$?
2836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2837 test $ac_status = 0; }; }; then
2838 cross_compiling=no
2839 else
2840 if test "$cross_compiling" = maybe; then
2841 cross_compiling=yes
2842 else
2843 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2844 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2845 as_fn_error "cannot run C compiled programs.
2846 If you meant to cross compile, use \`--host'.
2847 See \`config.log' for more details." "$LINENO" 5; }
2848 fi
2849 fi
2850 fi
2851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2852 $as_echo "yes" >&6; }
2853
2854 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2855 ac_clean_files=$ac_clean_files_save
2856 # Check that the compiler produces executables we can run. If not, either
2857 # the compiler is broken, or we cross compile.
2858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2859 $as_echo_n "checking whether we are cross compiling... " >&6; }
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2861 $as_echo "$cross_compiling" >&6; }
2862
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2864 $as_echo_n "checking for suffix of executables... " >&6; }
2865 if { { ac_try="$ac_link"
2866 case "(($ac_try" in
2867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2868 *) ac_try_echo=$ac_try;;
2869 esac
2870 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2871 $as_echo "$ac_try_echo"; } >&5
2872 (eval "$ac_link") 2>&5
2873 ac_status=$?
2874 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2875 test $ac_status = 0; }; then :
2876 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2877 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2878 # work properly (i.e., refer to `conftest.exe'), while it won't with
2879 # `rm'.
2880 for ac_file in conftest.exe conftest conftest.*; do
2881 test -f "$ac_file" || continue
2882 case $ac_file in
2883 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2884 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2885 break;;
2886 * ) break;;
2887 esac
2888 done
2889 else
2890 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2891 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2892 as_fn_error "cannot compute suffix of executables: cannot compile and link
2893 See \`config.log' for more details." "$LINENO" 5; }
2894 fi
2895 rm -f conftest$ac_cv_exeext
2896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2897 $as_echo "$ac_cv_exeext" >&6; }
2898
2899 rm -f conftest.$ac_ext
2900 EXEEXT=$ac_cv_exeext
2901 ac_exeext=$EXEEXT
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2903 $as_echo_n "checking for suffix of object files... " >&6; }
2904 if test "${ac_cv_objext+set}" = set; then :
2905 $as_echo_n "(cached) " >&6
2906 else
2907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2908 /* end confdefs.h. */
2909
2910 int
2911 main ()
2912 {
2913
2914 ;
2915 return 0;
2916 }
2917 _ACEOF
2918 rm -f conftest.o conftest.obj
2919 if { { ac_try="$ac_compile"
2920 case "(($ac_try" in
2921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2922 *) ac_try_echo=$ac_try;;
2923 esac
2924 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2925 $as_echo "$ac_try_echo"; } >&5
2926 (eval "$ac_compile") 2>&5
2927 ac_status=$?
2928 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2929 test $ac_status = 0; }; then :
2930 for ac_file in conftest.o conftest.obj conftest.*; do
2931 test -f "$ac_file" || continue;
2932 case $ac_file in
2933 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2934 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2935 break;;
2936 esac
2937 done
2938 else
2939 $as_echo "$as_me: failed program was:" >&5
2940 sed 's/^/| /' conftest.$ac_ext >&5
2941
2942 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2943 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2944 as_fn_error "cannot compute suffix of object files: cannot compile
2945 See \`config.log' for more details." "$LINENO" 5; }
2946 fi
2947 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2948 fi
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2950 $as_echo "$ac_cv_objext" >&6; }
2951 OBJEXT=$ac_cv_objext
2952 ac_objext=$OBJEXT
2953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2954 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2955 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2956 $as_echo_n "(cached) " >&6
2957 else
2958 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2959 /* end confdefs.h. */
2960
2961 int
2962 main ()
2963 {
2964 #ifndef __GNUC__
2965 choke me
2966 #endif
2967
2968 ;
2969 return 0;
2970 }
2971 _ACEOF
2972 if ac_fn_c_try_compile "$LINENO"; then :
2973 ac_compiler_gnu=yes
2974 else
2975 ac_compiler_gnu=no
2976 fi
2977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2978 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2979
2980 fi
2981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2982 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2983 if test $ac_compiler_gnu = yes; then
2984 GCC=yes
2985 else
2986 GCC=
2987 fi
2988 ac_test_CFLAGS=${CFLAGS+set}
2989 ac_save_CFLAGS=$CFLAGS
2990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2991 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2992 if test "${ac_cv_prog_cc_g+set}" = set; then :
2993 $as_echo_n "(cached) " >&6
2994 else
2995 ac_save_c_werror_flag=$ac_c_werror_flag
2996 ac_c_werror_flag=yes
2997 ac_cv_prog_cc_g=no
2998 CFLAGS="-g"
2999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3000 /* end confdefs.h. */
3001
3002 int
3003 main ()
3004 {
3005
3006 ;
3007 return 0;
3008 }
3009 _ACEOF
3010 if ac_fn_c_try_compile "$LINENO"; then :
3011 ac_cv_prog_cc_g=yes
3012 else
3013 CFLAGS=""
3014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3015 /* end confdefs.h. */
3016
3017 int
3018 main ()
3019 {
3020
3021 ;
3022 return 0;
3023 }
3024 _ACEOF
3025 if ac_fn_c_try_compile "$LINENO"; then :
3026
3027 else
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029 CFLAGS="-g"
3030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3031 /* end confdefs.h. */
3032
3033 int
3034 main ()
3035 {
3036
3037 ;
3038 return 0;
3039 }
3040 _ACEOF
3041 if ac_fn_c_try_compile "$LINENO"; then :
3042 ac_cv_prog_cc_g=yes
3043 fi
3044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3045 fi
3046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3047 fi
3048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3049 ac_c_werror_flag=$ac_save_c_werror_flag
3050 fi
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3052 $as_echo "$ac_cv_prog_cc_g" >&6; }
3053 if test "$ac_test_CFLAGS" = set; then
3054 CFLAGS=$ac_save_CFLAGS
3055 elif test $ac_cv_prog_cc_g = yes; then
3056 if test "$GCC" = yes; then
3057 CFLAGS="-g -O2"
3058 else
3059 CFLAGS="-g"
3060 fi
3061 else
3062 if test "$GCC" = yes; then
3063 CFLAGS="-O2"
3064 else
3065 CFLAGS=
3066 fi
3067 fi
3068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3069 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3070 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3071 $as_echo_n "(cached) " >&6
3072 else
3073 ac_cv_prog_cc_c89=no
3074 ac_save_CC=$CC
3075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3076 /* end confdefs.h. */
3077 #include <stdarg.h>
3078 #include <stdio.h>
3079 #include <sys/types.h>
3080 #include <sys/stat.h>
3081 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3082 struct buf { int x; };
3083 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3084 static char *e (p, i)
3085 char **p;
3086 int i;
3087 {
3088 return p[i];
3089 }
3090 static char *f (char * (*g) (char **, int), char **p, ...)
3091 {
3092 char *s;
3093 va_list v;
3094 va_start (v,p);
3095 s = g (p, va_arg (v,int));
3096 va_end (v);
3097 return s;
3098 }
3099
3100 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3101 function prototypes and stuff, but not '\xHH' hex character constants.
3102 These don't provoke an error unfortunately, instead are silently treated
3103 as 'x'. The following induces an error, until -std is added to get
3104 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3105 array size at least. It's necessary to write '\x00'==0 to get something
3106 that's true only with -std. */
3107 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3108
3109 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3110 inside strings and character constants. */
3111 #define FOO(x) 'x'
3112 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3113
3114 int test (int i, double x);
3115 struct s1 {int (*f) (int a);};
3116 struct s2 {int (*f) (double a);};
3117 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3118 int argc;
3119 char **argv;
3120 int
3121 main ()
3122 {
3123 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3124 ;
3125 return 0;
3126 }
3127 _ACEOF
3128 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3129 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3130 do
3131 CC="$ac_save_CC $ac_arg"
3132 if ac_fn_c_try_compile "$LINENO"; then :
3133 ac_cv_prog_cc_c89=$ac_arg
3134 fi
3135 rm -f core conftest.err conftest.$ac_objext
3136 test "x$ac_cv_prog_cc_c89" != "xno" && break
3137 done
3138 rm -f conftest.$ac_ext
3139 CC=$ac_save_CC
3140
3141 fi
3142 # AC_CACHE_VAL
3143 case "x$ac_cv_prog_cc_c89" in
3144 x)
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3146 $as_echo "none needed" >&6; } ;;
3147 xno)
3148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3149 $as_echo "unsupported" >&6; } ;;
3150 *)
3151 CC="$CC $ac_cv_prog_cc_c89"
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3153 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3154 esac
3155 if test "x$ac_cv_prog_cc_c89" != xno; then :
3156
3157 fi
3158
3159 ac_ext=c
3160 ac_cpp='$CPP $CPPFLAGS'
3161 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3162 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3163 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3164
3165
3166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3167 $as_echo_n "checking for library containing strerror... " >&6; }
3168 if test "${ac_cv_search_strerror+set}" = set; then :
3169 $as_echo_n "(cached) " >&6
3170 else
3171 ac_func_search_save_LIBS=$LIBS
3172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3173 /* end confdefs.h. */
3174
3175 /* Override any GCC internal prototype to avoid an error.
3176 Use char because int might match the return type of a GCC
3177 builtin and then its argument prototype would still apply. */
3178 #ifdef __cplusplus
3179 extern "C"
3180 #endif
3181 char strerror ();
3182 int
3183 main ()
3184 {
3185 return strerror ();
3186 ;
3187 return 0;
3188 }
3189 _ACEOF
3190 for ac_lib in '' cposix; do
3191 if test -z "$ac_lib"; then
3192 ac_res="none required"
3193 else
3194 ac_res=-l$ac_lib
3195 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3196 fi
3197 if ac_fn_c_try_link "$LINENO"; then :
3198 ac_cv_search_strerror=$ac_res
3199 fi
3200 rm -f core conftest.err conftest.$ac_objext \
3201 conftest$ac_exeext
3202 if test "${ac_cv_search_strerror+set}" = set; then :
3203 break
3204 fi
3205 done
3206 if test "${ac_cv_search_strerror+set}" = set; then :
3207
3208 else
3209 ac_cv_search_strerror=no
3210 fi
3211 rm conftest.$ac_ext
3212 LIBS=$ac_func_search_save_LIBS
3213 fi
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3215 $as_echo "$ac_cv_search_strerror" >&6; }
3216 ac_res=$ac_cv_search_strerror
3217 if test "$ac_res" != no; then :
3218 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3219
3220 fi
3221
3222
3223 am__api_version='1.11'
3224
3225 # Find a good install program. We prefer a C program (faster),
3226 # so one script is as good as another. But avoid the broken or
3227 # incompatible versions:
3228 # SysV /etc/install, /usr/sbin/install
3229 # SunOS /usr/etc/install
3230 # IRIX /sbin/install
3231 # AIX /bin/install
3232 # AmigaOS /C/install, which installs bootblocks on floppy discs
3233 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3234 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3235 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3236 # OS/2's system install, which has a completely different semantic
3237 # ./install, which can be erroneously created by make from ./install.sh.
3238 # Reject install programs that cannot install multiple files.
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3240 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3241 if test -z "$INSTALL"; then
3242 if test "${ac_cv_path_install+set}" = set; then :
3243 $as_echo_n "(cached) " >&6
3244 else
3245 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3246 for as_dir in $PATH
3247 do
3248 IFS=$as_save_IFS
3249 test -z "$as_dir" && as_dir=.
3250 # Account for people who put trailing slashes in PATH elements.
3251 case $as_dir/ in #((
3252 ./ | .// | /[cC]/* | \
3253 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3254 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3255 /usr/ucb/* ) ;;
3256 *)
3257 # OSF1 and SCO ODT 3.0 have their own names for install.
3258 # Don't use installbsd from OSF since it installs stuff as root
3259 # by default.
3260 for ac_prog in ginstall scoinst install; do
3261 for ac_exec_ext in '' $ac_executable_extensions; do
3262 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3263 if test $ac_prog = install &&
3264 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3265 # AIX install. It has an incompatible calling convention.
3266 :
3267 elif test $ac_prog = install &&
3268 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3269 # program-specific install script used by HP pwplus--don't use.
3270 :
3271 else
3272 rm -rf conftest.one conftest.two conftest.dir
3273 echo one > conftest.one
3274 echo two > conftest.two
3275 mkdir conftest.dir
3276 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3277 test -s conftest.one && test -s conftest.two &&
3278 test -s conftest.dir/conftest.one &&
3279 test -s conftest.dir/conftest.two
3280 then
3281 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3282 break 3
3283 fi
3284 fi
3285 fi
3286 done
3287 done
3288 ;;
3289 esac
3290
3291 done
3292 IFS=$as_save_IFS
3293
3294 rm -rf conftest.one conftest.two conftest.dir
3295
3296 fi
3297 if test "${ac_cv_path_install+set}" = set; then
3298 INSTALL=$ac_cv_path_install
3299 else
3300 # As a last resort, use the slow shell script. Don't cache a
3301 # value for INSTALL within a source directory, because that will
3302 # break other packages using the cache if that directory is
3303 # removed, or if the value is a relative name.
3304 INSTALL=$ac_install_sh
3305 fi
3306 fi
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3308 $as_echo "$INSTALL" >&6; }
3309
3310 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3311 # It thinks the first close brace ends the variable substitution.
3312 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3313
3314 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3315
3316 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3317
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3319 $as_echo_n "checking whether build environment is sane... " >&6; }
3320 # Just in case
3321 sleep 1
3322 echo timestamp > conftest.file
3323 # Reject unsafe characters in $srcdir or the absolute working directory
3324 # name. Accept space and tab only in the latter.
3325 am_lf='
3326 '
3327 case `pwd` in
3328 *[\\\"\#\$\&\'\`$am_lf]*)
3329 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3330 esac
3331 case $srcdir in
3332 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3333 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3334 esac
3335
3336 # Do `set' in a subshell so we don't clobber the current shell's
3337 # arguments. Must try -L first in case configure is actually a
3338 # symlink; some systems play weird games with the mod time of symlinks
3339 # (eg FreeBSD returns the mod time of the symlink's containing
3340 # directory).
3341 if (
3342 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3343 if test "$*" = "X"; then
3344 # -L didn't work.
3345 set X `ls -t "$srcdir/configure" conftest.file`
3346 fi
3347 rm -f conftest.file
3348 if test "$*" != "X $srcdir/configure conftest.file" \
3349 && test "$*" != "X conftest.file $srcdir/configure"; then
3350
3351 # If neither matched, then we have a broken ls. This can happen
3352 # if, for instance, CONFIG_SHELL is bash and it inherits a
3353 # broken ls alias from the environment. This has actually
3354 # happened. Such a system could not be considered "sane".
3355 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3356 alias in your environment" "$LINENO" 5
3357 fi
3358
3359 test "$2" = conftest.file
3360 )
3361 then
3362 # Ok.
3363 :
3364 else
3365 as_fn_error "newly created file is older than distributed files!
3366 Check your system clock" "$LINENO" 5
3367 fi
3368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3369 $as_echo "yes" >&6; }
3370 test "$program_prefix" != NONE &&
3371 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3372 # Use a double $ so make ignores it.
3373 test "$program_suffix" != NONE &&
3374 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3375 # Double any \ or $.
3376 # By default was `s,x,x', remove it if useless.
3377 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3378 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3379
3380 # expand $ac_aux_dir to an absolute path
3381 am_aux_dir=`cd $ac_aux_dir && pwd`
3382
3383 if test x"${MISSING+set}" != xset; then
3384 case $am_aux_dir in
3385 *\ * | *\ *)
3386 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3387 *)
3388 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3389 esac
3390 fi
3391 # Use eval to expand $SHELL
3392 if eval "$MISSING --run true"; then
3393 am_missing_run="$MISSING --run "
3394 else
3395 am_missing_run=
3396 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3397 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3398 fi
3399
3400 if test x"${install_sh}" != xset; then
3401 case $am_aux_dir in
3402 *\ * | *\ *)
3403 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3404 *)
3405 install_sh="\${SHELL} $am_aux_dir/install-sh"
3406 esac
3407 fi
3408
3409 # Installed binaries are usually stripped using `strip' when the user
3410 # run `make install-strip'. However `strip' might not be the right
3411 # tool to use in cross-compilation environments, therefore Automake
3412 # will honor the `STRIP' environment variable to overrule this program.
3413 if test "$cross_compiling" != no; then
3414 if test -n "$ac_tool_prefix"; then
3415 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3416 set dummy ${ac_tool_prefix}strip; ac_word=$2
3417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3418 $as_echo_n "checking for $ac_word... " >&6; }
3419 if test "${ac_cv_prog_STRIP+set}" = set; then :
3420 $as_echo_n "(cached) " >&6
3421 else
3422 if test -n "$STRIP"; then
3423 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3424 else
3425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3426 for as_dir in $PATH
3427 do
3428 IFS=$as_save_IFS
3429 test -z "$as_dir" && as_dir=.
3430 for ac_exec_ext in '' $ac_executable_extensions; do
3431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3432 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3433 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3434 break 2
3435 fi
3436 done
3437 done
3438 IFS=$as_save_IFS
3439
3440 fi
3441 fi
3442 STRIP=$ac_cv_prog_STRIP
3443 if test -n "$STRIP"; then
3444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3445 $as_echo "$STRIP" >&6; }
3446 else
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448 $as_echo "no" >&6; }
3449 fi
3450
3451
3452 fi
3453 if test -z "$ac_cv_prog_STRIP"; then
3454 ac_ct_STRIP=$STRIP
3455 # Extract the first word of "strip", so it can be a program name with args.
3456 set dummy strip; ac_word=$2
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3458 $as_echo_n "checking for $ac_word... " >&6; }
3459 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3460 $as_echo_n "(cached) " >&6
3461 else
3462 if test -n "$ac_ct_STRIP"; then
3463 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3464 else
3465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3466 for as_dir in $PATH
3467 do
3468 IFS=$as_save_IFS
3469 test -z "$as_dir" && as_dir=.
3470 for ac_exec_ext in '' $ac_executable_extensions; do
3471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3472 ac_cv_prog_ac_ct_STRIP="strip"
3473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3474 break 2
3475 fi
3476 done
3477 done
3478 IFS=$as_save_IFS
3479
3480 fi
3481 fi
3482 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3483 if test -n "$ac_ct_STRIP"; then
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3485 $as_echo "$ac_ct_STRIP" >&6; }
3486 else
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3488 $as_echo "no" >&6; }
3489 fi
3490
3491 if test "x$ac_ct_STRIP" = x; then
3492 STRIP=":"
3493 else
3494 case $cross_compiling:$ac_tool_warned in
3495 yes:)
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3497 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3498 ac_tool_warned=yes ;;
3499 esac
3500 STRIP=$ac_ct_STRIP
3501 fi
3502 else
3503 STRIP="$ac_cv_prog_STRIP"
3504 fi
3505
3506 fi
3507 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3508
3509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3510 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3511 if test -z "$MKDIR_P"; then
3512 if test "${ac_cv_path_mkdir+set}" = set; then :
3513 $as_echo_n "(cached) " >&6
3514 else
3515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3516 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3517 do
3518 IFS=$as_save_IFS
3519 test -z "$as_dir" && as_dir=.
3520 for ac_prog in mkdir gmkdir; do
3521 for ac_exec_ext in '' $ac_executable_extensions; do
3522 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3523 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3524 'mkdir (GNU coreutils) '* | \
3525 'mkdir (coreutils) '* | \
3526 'mkdir (fileutils) '4.1*)
3527 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3528 break 3;;
3529 esac
3530 done
3531 done
3532 done
3533 IFS=$as_save_IFS
3534
3535 fi
3536
3537 if test "${ac_cv_path_mkdir+set}" = set; then
3538 MKDIR_P="$ac_cv_path_mkdir -p"
3539 else
3540 # As a last resort, use the slow shell script. Don't cache a
3541 # value for MKDIR_P within a source directory, because that will
3542 # break other packages using the cache if that directory is
3543 # removed, or if the value is a relative name.
3544 test -d ./--version && rmdir ./--version
3545 MKDIR_P="$ac_install_sh -d"
3546 fi
3547 fi
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3549 $as_echo "$MKDIR_P" >&6; }
3550
3551 mkdir_p="$MKDIR_P"
3552 case $mkdir_p in
3553 [\\/$]* | ?:[\\/]*) ;;
3554 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3555 esac
3556
3557 for ac_prog in gawk mawk nawk awk
3558 do
3559 # Extract the first word of "$ac_prog", so it can be a program name with args.
3560 set dummy $ac_prog; ac_word=$2
3561 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3562 $as_echo_n "checking for $ac_word... " >&6; }
3563 if test "${ac_cv_prog_AWK+set}" = set; then :
3564 $as_echo_n "(cached) " >&6
3565 else
3566 if test -n "$AWK"; then
3567 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3568 else
3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3570 for as_dir in $PATH
3571 do
3572 IFS=$as_save_IFS
3573 test -z "$as_dir" && as_dir=.
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3576 ac_cv_prog_AWK="$ac_prog"
3577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3578 break 2
3579 fi
3580 done
3581 done
3582 IFS=$as_save_IFS
3583
3584 fi
3585 fi
3586 AWK=$ac_cv_prog_AWK
3587 if test -n "$AWK"; then
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3589 $as_echo "$AWK" >&6; }
3590 else
3591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3592 $as_echo "no" >&6; }
3593 fi
3594
3595
3596 test -n "$AWK" && break
3597 done
3598
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3600 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3601 set x ${MAKE-make}
3602 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3603 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3604 $as_echo_n "(cached) " >&6
3605 else
3606 cat >conftest.make <<\_ACEOF
3607 SHELL = /bin/sh
3608 all:
3609 @echo '@@@%%%=$(MAKE)=@@@%%%'
3610 _ACEOF
3611 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3612 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3613 *@@@%%%=?*=@@@%%%*)
3614 eval ac_cv_prog_make_${ac_make}_set=yes;;
3615 *)
3616 eval ac_cv_prog_make_${ac_make}_set=no;;
3617 esac
3618 rm -f conftest.make
3619 fi
3620 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3622 $as_echo "yes" >&6; }
3623 SET_MAKE=
3624 else
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3626 $as_echo "no" >&6; }
3627 SET_MAKE="MAKE=${MAKE-make}"
3628 fi
3629
3630 rm -rf .tst 2>/dev/null
3631 mkdir .tst 2>/dev/null
3632 if test -d .tst; then
3633 am__leading_dot=.
3634 else
3635 am__leading_dot=_
3636 fi
3637 rmdir .tst 2>/dev/null
3638
3639 DEPDIR="${am__leading_dot}deps"
3640
3641 ac_config_commands="$ac_config_commands depfiles"
3642
3643
3644 am_make=${MAKE-make}
3645 cat > confinc << 'END'
3646 am__doit:
3647 @echo this is the am__doit target
3648 .PHONY: am__doit
3649 END
3650 # If we don't find an include directive, just comment out the code.
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3652 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3653 am__include="#"
3654 am__quote=
3655 _am_result=none
3656 # First try GNU make style include.
3657 echo "include confinc" > confmf
3658 # Ignore all kinds of additional output from `make'.
3659 case `$am_make -s -f confmf 2> /dev/null` in #(
3660 *the\ am__doit\ target*)
3661 am__include=include
3662 am__quote=
3663 _am_result=GNU
3664 ;;
3665 esac
3666 # Now try BSD make style include.
3667 if test "$am__include" = "#"; then
3668 echo '.include "confinc"' > confmf
3669 case `$am_make -s -f confmf 2> /dev/null` in #(
3670 *the\ am__doit\ target*)
3671 am__include=.include
3672 am__quote="\""
3673 _am_result=BSD
3674 ;;
3675 esac
3676 fi
3677
3678
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3680 $as_echo "$_am_result" >&6; }
3681 rm -f confinc confmf
3682
3683 # Check whether --enable-dependency-tracking was given.
3684 if test "${enable_dependency_tracking+set}" = set; then :
3685 enableval=$enable_dependency_tracking;
3686 fi
3687
3688 if test "x$enable_dependency_tracking" != xno; then
3689 am_depcomp="$ac_aux_dir/depcomp"
3690 AMDEPBACKSLASH='\'
3691 am__nodep='_no'
3692 fi
3693 if test "x$enable_dependency_tracking" != xno; then
3694 AMDEP_TRUE=
3695 AMDEP_FALSE='#'
3696 else
3697 AMDEP_TRUE='#'
3698 AMDEP_FALSE=
3699 fi
3700
3701
3702 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3703 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3704 # is not polluted with repeated "-I."
3705 am__isrc=' -I$(srcdir)'
3706 # test to see if srcdir already configured
3707 if test -f $srcdir/config.status; then
3708 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3709 fi
3710 fi
3711
3712 # test whether we have cygpath
3713 if test -z "$CYGPATH_W"; then
3714 if (cygpath --version) >/dev/null 2>/dev/null; then
3715 CYGPATH_W='cygpath -w'
3716 else
3717 CYGPATH_W=echo
3718 fi
3719 fi
3720
3721
3722 # Define the identity of the package.
3723 PACKAGE='opcodes'
3724 VERSION='2.28.51'
3725
3726
3727 cat >>confdefs.h <<_ACEOF
3728 #define PACKAGE "$PACKAGE"
3729 _ACEOF
3730
3731
3732 cat >>confdefs.h <<_ACEOF
3733 #define VERSION "$VERSION"
3734 _ACEOF
3735
3736 # Some tools Automake needs.
3737
3738 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3739
3740
3741 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3742
3743
3744 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3745
3746
3747 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3748
3749
3750 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3751
3752 # We need awk for the "check" target. The system "awk" is bad on
3753 # some platforms.
3754 # Always define AMTAR for backward compatibility. Yes, it's still used
3755 # in the wild :-( We should find a proper way to deprecate it ...
3756 AMTAR='$${TAR-tar}'
3757
3758 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3759
3760
3761
3762
3763 depcc="$CC" am_compiler_list=
3764
3765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3766 $as_echo_n "checking dependency style of $depcc... " >&6; }
3767 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3768 $as_echo_n "(cached) " >&6
3769 else
3770 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3771 # We make a subdir and do the tests there. Otherwise we can end up
3772 # making bogus files that we don't know about and never remove. For
3773 # instance it was reported that on HP-UX the gcc test will end up
3774 # making a dummy file named `D' -- because `-MD' means `put the output
3775 # in D'.
3776 rm -rf conftest.dir
3777 mkdir conftest.dir
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3781 cd conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3787 # directory.
3788 mkdir sub
3789
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 fi
3794 am__universal=false
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 esac
3798
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3803 #
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3807 : > sub/conftest.c
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
3813 done
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3815
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
3822 case $depmode in
3823 gcc)
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3826 ;;
3827 nosideeffect)
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3831 continue
3832 else
3833 break
3834 fi
3835 ;;
3836 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3841 am__minus_obj=
3842 ;;
3843 none) break ;;
3844 esac
3845 if depmode=$depmode \
3846 source=sub/conftest.c object=$am__obj \
3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3849 >/dev/null 2>conftest.err &&
3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3863 am_cv_CC_dependencies_compiler_type=$depmode
3864 break
3865 fi
3866 fi
3867 done
3868
3869 cd ..
3870 rm -rf conftest.dir
3871 else
3872 am_cv_CC_dependencies_compiler_type=none
3873 fi
3874
3875 fi
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3878 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3879
3880 if
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3883 am__fastdepCC_TRUE=
3884 am__fastdepCC_FALSE='#'
3885 else
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
3888 fi
3889
3890
3891
3892
3893 ac_ext=c
3894 ac_cpp='$CPP $CPPFLAGS'
3895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898 if test -n "$ac_tool_prefix"; then
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
3905 else
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
3908 else
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910 for as_dir in $PATH
3911 do
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918 break 2
3919 fi
3920 done
3921 done
3922 IFS=$as_save_IFS
3923
3924 fi
3925 fi
3926 CC=$ac_cv_prog_CC
3927 if test -n "$CC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929 $as_echo "$CC" >&6; }
3930 else
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 fi
3934
3935
3936 fi
3937 if test -z "$ac_cv_prog_CC"; then
3938 ac_ct_CC=$CC
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940 set dummy gcc; ac_word=$2
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942 $as_echo_n "checking for $ac_word... " >&6; }
3943 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
3945 else
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3948 else
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950 for as_dir in $PATH
3951 do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3956 ac_cv_prog_ac_ct_CC="gcc"
3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3958 break 2
3959 fi
3960 done
3961 done
3962 IFS=$as_save_IFS
3963
3964 fi
3965 fi
3966 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967 if test -n "$ac_ct_CC"; then
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969 $as_echo "$ac_ct_CC" >&6; }
3970 else
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972 $as_echo "no" >&6; }
3973 fi
3974
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979 yes:)
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982 ac_tool_warned=yes ;;
3983 esac
3984 CC=$ac_ct_CC
3985 fi
3986 else
3987 CC="$ac_cv_prog_CC"
3988 fi
3989
3990 if test -z "$CC"; then
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3993 set dummy ${ac_tool_prefix}cc; ac_word=$2
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995 $as_echo_n "checking for $ac_word... " >&6; }
3996 if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
3998 else
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
4001 else
4002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003 for as_dir in $PATH
4004 do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4011 break 2
4012 fi
4013 done
4014 done
4015 IFS=$as_save_IFS
4016
4017 fi
4018 fi
4019 CC=$ac_cv_prog_CC
4020 if test -n "$CC"; then
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022 $as_echo "$CC" >&6; }
4023 else
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025 $as_echo "no" >&6; }
4026 fi
4027
4028
4029 fi
4030 fi
4031 if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033 set dummy cc; ac_word=$2
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035 $as_echo_n "checking for $ac_word... " >&6; }
4036 if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
4038 else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041 else
4042 ac_prog_rejected=no
4043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4044 for as_dir in $PATH
4045 do
4046 IFS=$as_save_IFS
4047 test -z "$as_dir" && as_dir=.
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4052 continue
4053 fi
4054 ac_cv_prog_CC="cc"
4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4056 break 2
4057 fi
4058 done
4059 done
4060 IFS=$as_save_IFS
4061
4062 if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4065 shift
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4070 shift
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4072 fi
4073 fi
4074 fi
4075 fi
4076 CC=$ac_cv_prog_CC
4077 if test -n "$CC"; then
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079 $as_echo "$CC" >&6; }
4080 else
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082 $as_echo "no" >&6; }
4083 fi
4084
4085
4086 fi
4087 if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
4089 for ac_prog in cl.exe
4090 do
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094 $as_echo_n "checking for $ac_word... " >&6; }
4095 if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4097 else
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4100 else
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102 for as_dir in $PATH
4103 do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4110 break 2
4111 fi
4112 done
4113 done
4114 IFS=$as_save_IFS
4115
4116 fi
4117 fi
4118 CC=$ac_cv_prog_CC
4119 if test -n "$CC"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121 $as_echo "$CC" >&6; }
4122 else
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124 $as_echo "no" >&6; }
4125 fi
4126
4127
4128 test -n "$CC" && break
4129 done
4130 fi
4131 if test -z "$CC"; then
4132 ac_ct_CC=$CC
4133 for ac_prog in cl.exe
4134 do
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136 set dummy $ac_prog; ac_word=$2
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138 $as_echo_n "checking for $ac_word... " >&6; }
4139 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141 else
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4147 do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_ac_ct_CC="$ac_prog"
4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4155 fi
4156 done
4157 done
4158 IFS=$as_save_IFS
4159
4160 fi
4161 fi
4162 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163 if test -n "$ac_ct_CC"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165 $as_echo "$ac_ct_CC" >&6; }
4166 else
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4169 fi
4170
4171
4172 test -n "$ac_ct_CC" && break
4173 done
4174
4175 if test "x$ac_ct_CC" = x; then
4176 CC=""
4177 else
4178 case $cross_compiling:$ac_tool_warned in
4179 yes:)
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182 ac_tool_warned=yes ;;
4183 esac
4184 CC=$ac_ct_CC
4185 fi
4186 fi
4187
4188 fi
4189
4190
4191 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193 as_fn_error "no acceptable C compiler found in \$PATH
4194 See \`config.log' for more details." "$LINENO" 5; }
4195
4196 # Provide some information about the compiler.
4197 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198 set X $ac_compile
4199 ac_compiler=$2
4200 for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4202 case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205 esac
4206 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207 $as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4209 ac_status=$?
4210 if test -s conftest.err; then
4211 sed '10a\
4212 ... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4216 fi
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4219 done
4220
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4225 else
4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4227 /* end confdefs.h. */
4228
4229 int
4230 main ()
4231 {
4232 #ifndef __GNUC__
4233 choke me
4234 #endif
4235
4236 ;
4237 return 0;
4238 }
4239 _ACEOF
4240 if ac_fn_c_try_compile "$LINENO"; then :
4241 ac_compiler_gnu=yes
4242 else
4243 ac_compiler_gnu=no
4244 fi
4245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4246 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4247
4248 fi
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251 if test $ac_compiler_gnu = yes; then
4252 GCC=yes
4253 else
4254 GCC=
4255 fi
4256 ac_test_CFLAGS=${CFLAGS+set}
4257 ac_save_CFLAGS=$CFLAGS
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4260 if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262 else
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4265 ac_cv_prog_cc_g=no
4266 CFLAGS="-g"
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4268 /* end confdefs.h. */
4269
4270 int
4271 main ()
4272 {
4273
4274 ;
4275 return 0;
4276 }
4277 _ACEOF
4278 if ac_fn_c_try_compile "$LINENO"; then :
4279 ac_cv_prog_cc_g=yes
4280 else
4281 CFLAGS=""
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4284
4285 int
4286 main ()
4287 {
4288
4289 ;
4290 return 0;
4291 }
4292 _ACEOF
4293 if ac_fn_c_try_compile "$LINENO"; then :
4294
4295 else
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4300
4301 int
4302 main ()
4303 {
4304
4305 ;
4306 return 0;
4307 }
4308 _ACEOF
4309 if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311 fi
4312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4313 fi
4314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4315 fi
4316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4318 fi
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320 $as_echo "$ac_cv_prog_cc_g" >&6; }
4321 if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323 elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4325 CFLAGS="-g -O2"
4326 else
4327 CFLAGS="-g"
4328 fi
4329 else
4330 if test "$GCC" = yes; then
4331 CFLAGS="-O2"
4332 else
4333 CFLAGS=
4334 fi
4335 fi
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
4340 else
4341 ac_cv_prog_cc_c89=no
4342 ac_save_CC=$CC
4343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4344 /* end confdefs.h. */
4345 #include <stdarg.h>
4346 #include <stdio.h>
4347 #include <sys/types.h>
4348 #include <sys/stat.h>
4349 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350 struct buf { int x; };
4351 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352 static char *e (p, i)
4353 char **p;
4354 int i;
4355 {
4356 return p[i];
4357 }
4358 static char *f (char * (*g) (char **, int), char **p, ...)
4359 {
4360 char *s;
4361 va_list v;
4362 va_start (v,p);
4363 s = g (p, va_arg (v,int));
4364 va_end (v);
4365 return s;
4366 }
4367
4368 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
4371 as 'x'. The following induces an error, until -std is added to get
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
4374 that's true only with -std. */
4375 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4376
4377 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4379 #define FOO(x) 'x'
4380 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4381
4382 int test (int i, double x);
4383 struct s1 {int (*f) (int a);};
4384 struct s2 {int (*f) (double a);};
4385 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4386 int argc;
4387 char **argv;
4388 int
4389 main ()
4390 {
4391 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4392 ;
4393 return 0;
4394 }
4395 _ACEOF
4396 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4398 do
4399 CC="$ac_save_CC $ac_arg"
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
4402 fi
4403 rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
4405 done
4406 rm -f conftest.$ac_ext
4407 CC=$ac_save_CC
4408
4409 fi
4410 # AC_CACHE_VAL
4411 case "x$ac_cv_prog_cc_c89" in
4412 x)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414 $as_echo "none needed" >&6; } ;;
4415 xno)
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417 $as_echo "unsupported" >&6; } ;;
4418 *)
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4422 esac
4423 if test "x$ac_cv_prog_cc_c89" != xno; then :
4424
4425 fi
4426
4427 ac_ext=c
4428 ac_cpp='$CPP $CPPFLAGS'
4429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4432
4433 ac_ext=c
4434 ac_cpp='$CPP $CPPFLAGS'
4435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4440 # On Suns, sometimes $CPP names a directory.
4441 if test -n "$CPP" && test -d "$CPP"; then
4442 CPP=
4443 fi
4444 if test -z "$CPP"; then
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
4447 else
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 do
4451 ac_preproc_ok=false
4452 for ac_c_preproc_warn_flag in '' yes
4453 do
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4461 /* end confdefs.h. */
4462 #ifdef __STDC__
4463 # include <limits.h>
4464 #else
4465 # include <assert.h>
4466 #endif
4467 Syntax error
4468 _ACEOF
4469 if ac_fn_c_try_cpp "$LINENO"; then :
4470
4471 else
4472 # Broken: fails on valid input.
4473 continue
4474 fi
4475 rm -f conftest.err conftest.$ac_ext
4476
4477 # OK, works on sane cases. Now check whether nonexistent headers
4478 # can be detected and how.
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480 /* end confdefs.h. */
4481 #include <ac_nonexistent.h>
4482 _ACEOF
4483 if ac_fn_c_try_cpp "$LINENO"; then :
4484 # Broken: success on invalid input.
4485 continue
4486 else
4487 # Passes both tests.
4488 ac_preproc_ok=:
4489 break
4490 fi
4491 rm -f conftest.err conftest.$ac_ext
4492
4493 done
4494 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495 rm -f conftest.err conftest.$ac_ext
4496 if $ac_preproc_ok; then :
4497 break
4498 fi
4499
4500 done
4501 ac_cv_prog_CPP=$CPP
4502
4503 fi
4504 CPP=$ac_cv_prog_CPP
4505 else
4506 ac_cv_prog_CPP=$CPP
4507 fi
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509 $as_echo "$CPP" >&6; }
4510 ac_preproc_ok=false
4511 for ac_c_preproc_warn_flag in '' yes
4512 do
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4520 /* end confdefs.h. */
4521 #ifdef __STDC__
4522 # include <limits.h>
4523 #else
4524 # include <assert.h>
4525 #endif
4526 Syntax error
4527 _ACEOF
4528 if ac_fn_c_try_cpp "$LINENO"; then :
4529
4530 else
4531 # Broken: fails on valid input.
4532 continue
4533 fi
4534 rm -f conftest.err conftest.$ac_ext
4535
4536 # OK, works on sane cases. Now check whether nonexistent headers
4537 # can be detected and how.
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h. */
4540 #include <ac_nonexistent.h>
4541 _ACEOF
4542 if ac_fn_c_try_cpp "$LINENO"; then :
4543 # Broken: success on invalid input.
4544 continue
4545 else
4546 # Passes both tests.
4547 ac_preproc_ok=:
4548 break
4549 fi
4550 rm -f conftest.err conftest.$ac_ext
4551
4552 done
4553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554 rm -f conftest.err conftest.$ac_ext
4555 if $ac_preproc_ok; then :
4556
4557 else
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561 See \`config.log' for more details." "$LINENO" 5; }
4562 fi
4563
4564 ac_ext=c
4565 ac_cpp='$CPP $CPPFLAGS'
4566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4569
4570
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573 if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4575 else
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581 do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588 # Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590 case `"$ac_path_GREP" --version 2>&1` in
4591 *GNU*)
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593 *)
4594 ac_count=0
4595 $as_echo_n 0123456789 >"conftest.in"
4596 while :
4597 do
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
4609 fi
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4612 done
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614 esac
4615
4616 $ac_path_GREP_found && break 3
4617 done
4618 done
4619 done
4620 IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi
4624 else
4625 ac_cv_path_GREP=$GREP
4626 fi
4627
4628 fi
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630 $as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
4632
4633
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635 $as_echo_n "checking for egrep... " >&6; }
4636 if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
4638 else
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4641 else
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647 do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654 # Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656 case `"$ac_path_EGREP" --version 2>&1` in
4657 *GNU*)
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659 *)
4660 ac_count=0
4661 $as_echo_n 0123456789 >"conftest.in"
4662 while :
4663 do
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
4675 fi
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4678 done
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680 esac
4681
4682 $ac_path_EGREP_found && break 3
4683 done
4684 done
4685 done
4686 IFS=$as_save_IFS
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 fi
4690 else
4691 ac_cv_path_EGREP=$EGREP
4692 fi
4693
4694 fi
4695 fi
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697 $as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
4699
4700
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702 $as_echo_n "checking for ANSI C header files... " >&6; }
4703 if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4705 else
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4707 /* end confdefs.h. */
4708 #include <stdlib.h>
4709 #include <stdarg.h>
4710 #include <string.h>
4711 #include <float.h>
4712
4713 int
4714 main ()
4715 {
4716
4717 ;
4718 return 0;
4719 }
4720 _ACEOF
4721 if ac_fn_c_try_compile "$LINENO"; then :
4722 ac_cv_header_stdc=yes
4723 else
4724 ac_cv_header_stdc=no
4725 fi
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727
4728 if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4731 /* end confdefs.h. */
4732 #include <string.h>
4733
4734 _ACEOF
4735 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4737
4738 else
4739 ac_cv_header_stdc=no
4740 fi
4741 rm -f conftest*
4742
4743 fi
4744
4745 if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748 /* end confdefs.h. */
4749 #include <stdlib.h>
4750
4751 _ACEOF
4752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4753 $EGREP "free" >/dev/null 2>&1; then :
4754
4755 else
4756 ac_cv_header_stdc=no
4757 fi
4758 rm -f conftest*
4759
4760 fi
4761
4762 if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4764 if test "$cross_compiling" = yes; then :
4765 :
4766 else
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4769 #include <ctype.h>
4770 #include <stdlib.h>
4771 #if ((' ' & 0x0FF) == 0x020)
4772 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4774 #else
4775 # define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780 #endif
4781
4782 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4783 int
4784 main ()
4785 {
4786 int i;
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
4790 return 2;
4791 return 0;
4792 }
4793 _ACEOF
4794 if ac_fn_c_try_run "$LINENO"; then :
4795
4796 else
4797 ac_cv_header_stdc=no
4798 fi
4799 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
4801 fi
4802
4803 fi
4804 fi
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806 $as_echo "$ac_cv_header_stdc" >&6; }
4807 if test $ac_cv_header_stdc = yes; then
4808
4809 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4810
4811 fi
4812
4813 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4814 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
4816 do :
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4819 "
4820 eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
4822 cat >>confdefs.h <<_ACEOF
4823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4824 _ACEOF
4825
4826 fi
4827
4828 done
4829
4830
4831
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4834 MINIX=yes
4835 else
4836 MINIX=
4837 fi
4838
4839
4840 if test "$MINIX" = yes; then
4841
4842 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4843
4844
4845 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4846
4847
4848 $as_echo "#define _MINIX 1" >>confdefs.h
4849
4850 fi
4851
4852
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4857 else
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4860
4861 # define __EXTENSIONS__ 1
4862 $ac_includes_default
4863 int
4864 main ()
4865 {
4866
4867 ;
4868 return 0;
4869 }
4870 _ACEOF
4871 if ac_fn_c_try_compile "$LINENO"; then :
4872 ac_cv_safe_to_define___extensions__=yes
4873 else
4874 ac_cv_safe_to_define___extensions__=no
4875 fi
4876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4877 fi
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4880 test $ac_cv_safe_to_define___extensions__ = yes &&
4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4882
4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4884
4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4886
4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4888
4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4890
4891
4892
4893
4894
4895 if test -n "$ac_tool_prefix"; then
4896 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4897 set dummy ${ac_tool_prefix}ar; ac_word=$2
4898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4899 $as_echo_n "checking for $ac_word... " >&6; }
4900 if test "${ac_cv_prog_AR+set}" = set; then :
4901 $as_echo_n "(cached) " >&6
4902 else
4903 if test -n "$AR"; then
4904 ac_cv_prog_AR="$AR" # Let the user override the test.
4905 else
4906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4907 for as_dir in $PATH
4908 do
4909 IFS=$as_save_IFS
4910 test -z "$as_dir" && as_dir=.
4911 for ac_exec_ext in '' $ac_executable_extensions; do
4912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4913 ac_cv_prog_AR="${ac_tool_prefix}ar"
4914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4915 break 2
4916 fi
4917 done
4918 done
4919 IFS=$as_save_IFS
4920
4921 fi
4922 fi
4923 AR=$ac_cv_prog_AR
4924 if test -n "$AR"; then
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4926 $as_echo "$AR" >&6; }
4927 else
4928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4929 $as_echo "no" >&6; }
4930 fi
4931
4932
4933 fi
4934 if test -z "$ac_cv_prog_AR"; then
4935 ac_ct_AR=$AR
4936 # Extract the first word of "ar", so it can be a program name with args.
4937 set dummy ar; ac_word=$2
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4939 $as_echo_n "checking for $ac_word... " >&6; }
4940 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4941 $as_echo_n "(cached) " >&6
4942 else
4943 if test -n "$ac_ct_AR"; then
4944 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4945 else
4946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4947 for as_dir in $PATH
4948 do
4949 IFS=$as_save_IFS
4950 test -z "$as_dir" && as_dir=.
4951 for ac_exec_ext in '' $ac_executable_extensions; do
4952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4953 ac_cv_prog_ac_ct_AR="ar"
4954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4955 break 2
4956 fi
4957 done
4958 done
4959 IFS=$as_save_IFS
4960
4961 fi
4962 fi
4963 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4964 if test -n "$ac_ct_AR"; then
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4966 $as_echo "$ac_ct_AR" >&6; }
4967 else
4968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4969 $as_echo "no" >&6; }
4970 fi
4971
4972 if test "x$ac_ct_AR" = x; then
4973 AR=""
4974 else
4975 case $cross_compiling:$ac_tool_warned in
4976 yes:)
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4978 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4979 ac_tool_warned=yes ;;
4980 esac
4981 AR=$ac_ct_AR
4982 fi
4983 else
4984 AR="$ac_cv_prog_AR"
4985 fi
4986
4987 if test -n "$ac_tool_prefix"; then
4988 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4989 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4991 $as_echo_n "checking for $ac_word... " >&6; }
4992 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4993 $as_echo_n "(cached) " >&6
4994 else
4995 if test -n "$RANLIB"; then
4996 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4997 else
4998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4999 for as_dir in $PATH
5000 do
5001 IFS=$as_save_IFS
5002 test -z "$as_dir" && as_dir=.
5003 for ac_exec_ext in '' $ac_executable_extensions; do
5004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5005 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5007 break 2
5008 fi
5009 done
5010 done
5011 IFS=$as_save_IFS
5012
5013 fi
5014 fi
5015 RANLIB=$ac_cv_prog_RANLIB
5016 if test -n "$RANLIB"; then
5017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5018 $as_echo "$RANLIB" >&6; }
5019 else
5020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5021 $as_echo "no" >&6; }
5022 fi
5023
5024
5025 fi
5026 if test -z "$ac_cv_prog_RANLIB"; then
5027 ac_ct_RANLIB=$RANLIB
5028 # Extract the first word of "ranlib", so it can be a program name with args.
5029 set dummy ranlib; ac_word=$2
5030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5031 $as_echo_n "checking for $ac_word... " >&6; }
5032 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5033 $as_echo_n "(cached) " >&6
5034 else
5035 if test -n "$ac_ct_RANLIB"; then
5036 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5037 else
5038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5039 for as_dir in $PATH
5040 do
5041 IFS=$as_save_IFS
5042 test -z "$as_dir" && as_dir=.
5043 for ac_exec_ext in '' $ac_executable_extensions; do
5044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5045 ac_cv_prog_ac_ct_RANLIB="ranlib"
5046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5047 break 2
5048 fi
5049 done
5050 done
5051 IFS=$as_save_IFS
5052
5053 fi
5054 fi
5055 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5056 if test -n "$ac_ct_RANLIB"; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5058 $as_echo "$ac_ct_RANLIB" >&6; }
5059 else
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5061 $as_echo "no" >&6; }
5062 fi
5063
5064 if test "x$ac_ct_RANLIB" = x; then
5065 RANLIB=":"
5066 else
5067 case $cross_compiling:$ac_tool_warned in
5068 yes:)
5069 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5070 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5071 ac_tool_warned=yes ;;
5072 esac
5073 RANLIB=$ac_ct_RANLIB
5074 fi
5075 else
5076 RANLIB="$ac_cv_prog_RANLIB"
5077 fi
5078
5079
5080 # Check whether --enable-shared was given.
5081 if test "${enable_shared+set}" = set; then :
5082 enableval=$enable_shared; p=${PACKAGE-default}
5083 case $enableval in
5084 yes) enable_shared=yes ;;
5085 no) enable_shared=no ;;
5086 *)
5087 enable_shared=no
5088 # Look at the argument we got. We use all the common list separators.
5089 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
5090 for pkg in $enableval; do
5091 IFS="$lt_save_ifs"
5092 if test "X$pkg" = "X$p"; then
5093 enable_shared=yes
5094 fi
5095 done
5096 IFS="$lt_save_ifs"
5097 ;;
5098 esac
5099 else
5100 enable_shared=no
5101 fi
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112 case `pwd` in
5113 *\ * | *\ *)
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5115 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5116 esac
5117
5118
5119
5120 macro_version='2.2.7a'
5121 macro_revision='1.3134'
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135 ltmain="$ac_aux_dir/ltmain.sh"
5136
5137 # Backslashify metacharacters that are still active within
5138 # double-quoted strings.
5139 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5140
5141 # Same as above, but do not quote variable references.
5142 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5143
5144 # Sed substitution to delay expansion of an escaped shell variable in a
5145 # double_quote_subst'ed string.
5146 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5147
5148 # Sed substitution to delay expansion of an escaped single quote.
5149 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5150
5151 # Sed substitution to avoid accidental globbing in evaled expressions
5152 no_glob_subst='s/\*/\\\*/g'
5153
5154 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5155 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5156 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5157
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5159 $as_echo_n "checking how to print strings... " >&6; }
5160 # Test print first, because it will be a builtin if present.
5161 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5162 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5163 ECHO='print -r --'
5164 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5165 ECHO='printf %s\n'
5166 else
5167 # Use this function as a fallback that always works.
5168 func_fallback_echo ()
5169 {
5170 eval 'cat <<_LTECHO_EOF
5171 $1
5172 _LTECHO_EOF'
5173 }
5174 ECHO='func_fallback_echo'
5175 fi
5176
5177 # func_echo_all arg...
5178 # Invoke $ECHO with all args, space-separated.
5179 func_echo_all ()
5180 {
5181 $ECHO ""
5182 }
5183
5184 case "$ECHO" in
5185 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5186 $as_echo "printf" >&6; } ;;
5187 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5188 $as_echo "print -r" >&6; } ;;
5189 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5190 $as_echo "cat" >&6; } ;;
5191 esac
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5207 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5208 if test "${ac_cv_path_SED+set}" = set; then :
5209 $as_echo_n "(cached) " >&6
5210 else
5211 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5212 for ac_i in 1 2 3 4 5 6 7; do
5213 ac_script="$ac_script$as_nl$ac_script"
5214 done
5215 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5216 { ac_script=; unset ac_script;}
5217 if test -z "$SED"; then
5218 ac_path_SED_found=false
5219 # Loop through the user's path and test for each of PROGNAME-LIST
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5221 for as_dir in $PATH
5222 do
5223 IFS=$as_save_IFS
5224 test -z "$as_dir" && as_dir=.
5225 for ac_prog in sed gsed; do
5226 for ac_exec_ext in '' $ac_executable_extensions; do
5227 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5228 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5229 # Check for GNU ac_path_SED and select it if it is found.
5230 # Check for GNU $ac_path_SED
5231 case `"$ac_path_SED" --version 2>&1` in
5232 *GNU*)
5233 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5234 *)
5235 ac_count=0
5236 $as_echo_n 0123456789 >"conftest.in"
5237 while :
5238 do
5239 cat "conftest.in" "conftest.in" >"conftest.tmp"
5240 mv "conftest.tmp" "conftest.in"
5241 cp "conftest.in" "conftest.nl"
5242 $as_echo '' >> "conftest.nl"
5243 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5244 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5245 as_fn_arith $ac_count + 1 && ac_count=$as_val
5246 if test $ac_count -gt ${ac_path_SED_max-0}; then
5247 # Best one so far, save it but keep looking for a better one
5248 ac_cv_path_SED="$ac_path_SED"
5249 ac_path_SED_max=$ac_count
5250 fi
5251 # 10*(2^10) chars as input seems more than enough
5252 test $ac_count -gt 10 && break
5253 done
5254 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5255 esac
5256
5257 $ac_path_SED_found && break 3
5258 done
5259 done
5260 done
5261 IFS=$as_save_IFS
5262 if test -z "$ac_cv_path_SED"; then
5263 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5264 fi
5265 else
5266 ac_cv_path_SED=$SED
5267 fi
5268
5269 fi
5270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5271 $as_echo "$ac_cv_path_SED" >&6; }
5272 SED="$ac_cv_path_SED"
5273 rm -f conftest.sed
5274
5275 test -z "$SED" && SED=sed
5276 Xsed="$SED -e 1s/^X//"
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5289 $as_echo_n "checking for fgrep... " >&6; }
5290 if test "${ac_cv_path_FGREP+set}" = set; then :
5291 $as_echo_n "(cached) " >&6
5292 else
5293 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5294 then ac_cv_path_FGREP="$GREP -F"
5295 else
5296 if test -z "$FGREP"; then
5297 ac_path_FGREP_found=false
5298 # Loop through the user's path and test for each of PROGNAME-LIST
5299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5300 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5301 do
5302 IFS=$as_save_IFS
5303 test -z "$as_dir" && as_dir=.
5304 for ac_prog in fgrep; do
5305 for ac_exec_ext in '' $ac_executable_extensions; do
5306 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5307 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5308 # Check for GNU ac_path_FGREP and select it if it is found.
5309 # Check for GNU $ac_path_FGREP
5310 case `"$ac_path_FGREP" --version 2>&1` in
5311 *GNU*)
5312 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5313 *)
5314 ac_count=0
5315 $as_echo_n 0123456789 >"conftest.in"
5316 while :
5317 do
5318 cat "conftest.in" "conftest.in" >"conftest.tmp"
5319 mv "conftest.tmp" "conftest.in"
5320 cp "conftest.in" "conftest.nl"
5321 $as_echo 'FGREP' >> "conftest.nl"
5322 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5323 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5324 as_fn_arith $ac_count + 1 && ac_count=$as_val
5325 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5326 # Best one so far, save it but keep looking for a better one
5327 ac_cv_path_FGREP="$ac_path_FGREP"
5328 ac_path_FGREP_max=$ac_count
5329 fi
5330 # 10*(2^10) chars as input seems more than enough
5331 test $ac_count -gt 10 && break
5332 done
5333 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5334 esac
5335
5336 $ac_path_FGREP_found && break 3
5337 done
5338 done
5339 done
5340 IFS=$as_save_IFS
5341 if test -z "$ac_cv_path_FGREP"; then
5342 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5343 fi
5344 else
5345 ac_cv_path_FGREP=$FGREP
5346 fi
5347
5348 fi
5349 fi
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5351 $as_echo "$ac_cv_path_FGREP" >&6; }
5352 FGREP="$ac_cv_path_FGREP"
5353
5354
5355 test -z "$GREP" && GREP=grep
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375 # Check whether --with-gnu-ld was given.
5376 if test "${with_gnu_ld+set}" = set; then :
5377 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5378 else
5379 with_gnu_ld=no
5380 fi
5381
5382 ac_prog=ld
5383 if test "$GCC" = yes; then
5384 # Check if gcc -print-prog-name=ld gives a path.
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5386 $as_echo_n "checking for ld used by $CC... " >&6; }
5387 case $host in
5388 *-*-mingw*)
5389 # gcc leaves a trailing carriage return which upsets mingw
5390 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5391 *)
5392 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5393 esac
5394 case $ac_prog in
5395 # Accept absolute paths.
5396 [\\/]* | ?:[\\/]*)
5397 re_direlt='/[^/][^/]*/\.\./'
5398 # Canonicalize the pathname of ld
5399 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5400 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5401 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5402 done
5403 test -z "$LD" && LD="$ac_prog"
5404 ;;
5405 "")
5406 # If it fails, then pretend we aren't using GCC.
5407 ac_prog=ld
5408 ;;
5409 *)
5410 # If it is relative, then search for the first ld in PATH.
5411 with_gnu_ld=unknown
5412 ;;
5413 esac
5414 elif test "$with_gnu_ld" = yes; then
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5416 $as_echo_n "checking for GNU ld... " >&6; }
5417 else
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5419 $as_echo_n "checking for non-GNU ld... " >&6; }
5420 fi
5421 if test "${lt_cv_path_LD+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 if test -z "$LD"; then
5425 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5426 for ac_dir in $PATH; do
5427 IFS="$lt_save_ifs"
5428 test -z "$ac_dir" && ac_dir=.
5429 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5430 lt_cv_path_LD="$ac_dir/$ac_prog"
5431 # Check to see if the program is GNU ld. I'd rather use --version,
5432 # but apparently some variants of GNU ld only accept -v.
5433 # Break only if it was the GNU/non-GNU ld that we prefer.
5434 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5435 *GNU* | *'with BFD'*)
5436 test "$with_gnu_ld" != no && break
5437 ;;
5438 *)
5439 test "$with_gnu_ld" != yes && break
5440 ;;
5441 esac
5442 fi
5443 done
5444 IFS="$lt_save_ifs"
5445 else
5446 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5447 fi
5448 fi
5449
5450 LD="$lt_cv_path_LD"
5451 if test -n "$LD"; then
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5453 $as_echo "$LD" >&6; }
5454 else
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456 $as_echo "no" >&6; }
5457 fi
5458 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5460 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5461 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
5463 else
5464 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5465 case `$LD -v 2>&1 </dev/null` in
5466 *GNU* | *'with BFD'*)
5467 lt_cv_prog_gnu_ld=yes
5468 ;;
5469 *)
5470 lt_cv_prog_gnu_ld=no
5471 ;;
5472 esac
5473 fi
5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5475 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5476 with_gnu_ld=$lt_cv_prog_gnu_ld
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5487 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5488 if test "${lt_cv_path_NM+set}" = set; then :
5489 $as_echo_n "(cached) " >&6
5490 else
5491 if test -n "$NM"; then
5492 # Let the user override the test.
5493 lt_cv_path_NM="$NM"
5494 else
5495 lt_nm_to_check="${ac_tool_prefix}nm"
5496 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5497 lt_nm_to_check="$lt_nm_to_check nm"
5498 fi
5499 for lt_tmp_nm in $lt_nm_to_check; do
5500 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5501 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5502 IFS="$lt_save_ifs"
5503 test -z "$ac_dir" && ac_dir=.
5504 tmp_nm="$ac_dir/$lt_tmp_nm"
5505 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5506 # Check to see if the nm accepts a BSD-compat flag.
5507 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5508 # nm: unknown option "B" ignored
5509 # Tru64's nm complains that /dev/null is an invalid object file
5510 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5511 */dev/null* | *'Invalid file or object type'*)
5512 lt_cv_path_NM="$tmp_nm -B"
5513 break
5514 ;;
5515 *)
5516 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5517 */dev/null*)
5518 lt_cv_path_NM="$tmp_nm -p"
5519 break
5520 ;;
5521 *)
5522 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5523 continue # so that we can try to find one that supports BSD flags
5524 ;;
5525 esac
5526 ;;
5527 esac
5528 fi
5529 done
5530 IFS="$lt_save_ifs"
5531 done
5532 : ${lt_cv_path_NM=no}
5533 fi
5534 fi
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5536 $as_echo "$lt_cv_path_NM" >&6; }
5537 if test "$lt_cv_path_NM" != "no"; then
5538 NM="$lt_cv_path_NM"
5539 else
5540 # Didn't find any BSD compatible name lister, look for dumpbin.
5541 if test -n "$DUMPBIN"; then :
5542 # Let the user override the test.
5543 else
5544 if test -n "$ac_tool_prefix"; then
5545 for ac_prog in dumpbin "link -dump"
5546 do
5547 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5548 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5552 $as_echo_n "(cached) " >&6
5553 else
5554 if test -n "$DUMPBIN"; then
5555 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5559 do
5560 IFS=$as_save_IFS
5561 test -z "$as_dir" && as_dir=.
5562 for ac_exec_ext in '' $ac_executable_extensions; do
5563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5566 break 2
5567 fi
5568 done
5569 done
5570 IFS=$as_save_IFS
5571
5572 fi
5573 fi
5574 DUMPBIN=$ac_cv_prog_DUMPBIN
5575 if test -n "$DUMPBIN"; then
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5577 $as_echo "$DUMPBIN" >&6; }
5578 else
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5580 $as_echo "no" >&6; }
5581 fi
5582
5583
5584 test -n "$DUMPBIN" && break
5585 done
5586 fi
5587 if test -z "$DUMPBIN"; then
5588 ac_ct_DUMPBIN=$DUMPBIN
5589 for ac_prog in dumpbin "link -dump"
5590 do
5591 # Extract the first word of "$ac_prog", so it can be a program name with args.
5592 set dummy $ac_prog; ac_word=$2
5593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5594 $as_echo_n "checking for $ac_word... " >&6; }
5595 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5596 $as_echo_n "(cached) " >&6
5597 else
5598 if test -n "$ac_ct_DUMPBIN"; then
5599 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5600 else
5601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5602 for as_dir in $PATH
5603 do
5604 IFS=$as_save_IFS
5605 test -z "$as_dir" && as_dir=.
5606 for ac_exec_ext in '' $ac_executable_extensions; do
5607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5608 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5609 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5610 break 2
5611 fi
5612 done
5613 done
5614 IFS=$as_save_IFS
5615
5616 fi
5617 fi
5618 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5619 if test -n "$ac_ct_DUMPBIN"; then
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5621 $as_echo "$ac_ct_DUMPBIN" >&6; }
5622 else
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5624 $as_echo "no" >&6; }
5625 fi
5626
5627
5628 test -n "$ac_ct_DUMPBIN" && break
5629 done
5630
5631 if test "x$ac_ct_DUMPBIN" = x; then
5632 DUMPBIN=":"
5633 else
5634 case $cross_compiling:$ac_tool_warned in
5635 yes:)
5636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5637 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5638 ac_tool_warned=yes ;;
5639 esac
5640 DUMPBIN=$ac_ct_DUMPBIN
5641 fi
5642 fi
5643
5644 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5645 *COFF*)
5646 DUMPBIN="$DUMPBIN -symbols"
5647 ;;
5648 *)
5649 DUMPBIN=:
5650 ;;
5651 esac
5652 fi
5653
5654 if test "$DUMPBIN" != ":"; then
5655 NM="$DUMPBIN"
5656 fi
5657 fi
5658 test -z "$NM" && NM=nm
5659
5660
5661
5662
5663
5664
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5666 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5667 if test "${lt_cv_nm_interface+set}" = set; then :
5668 $as_echo_n "(cached) " >&6
5669 else
5670 lt_cv_nm_interface="BSD nm"
5671 echo "int some_variable = 0;" > conftest.$ac_ext
5672 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5673 (eval "$ac_compile" 2>conftest.err)
5674 cat conftest.err >&5
5675 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5676 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5677 cat conftest.err >&5
5678 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5679 cat conftest.out >&5
5680 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5681 lt_cv_nm_interface="MS dumpbin"
5682 fi
5683 rm -f conftest*
5684 fi
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5686 $as_echo "$lt_cv_nm_interface" >&6; }
5687
5688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5689 $as_echo_n "checking whether ln -s works... " >&6; }
5690 LN_S=$as_ln_s
5691 if test "$LN_S" = "ln -s"; then
5692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5693 $as_echo "yes" >&6; }
5694 else
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5696 $as_echo "no, using $LN_S" >&6; }
5697 fi
5698
5699 # find the maximum length of command line arguments
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5701 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5702 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5703 $as_echo_n "(cached) " >&6
5704 else
5705 i=0
5706 teststring="ABCD"
5707
5708 case $build_os in
5709 msdosdjgpp*)
5710 # On DJGPP, this test can blow up pretty badly due to problems in libc
5711 # (any single argument exceeding 2000 bytes causes a buffer overrun
5712 # during glob expansion). Even if it were fixed, the result of this
5713 # check would be larger than it should be.
5714 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5715 ;;
5716
5717 gnu*)
5718 # Under GNU Hurd, this test is not required because there is
5719 # no limit to the length of command line arguments.
5720 # Libtool will interpret -1 as no limit whatsoever
5721 lt_cv_sys_max_cmd_len=-1;
5722 ;;
5723
5724 cygwin* | mingw* | cegcc*)
5725 # On Win9x/ME, this test blows up -- it succeeds, but takes
5726 # about 5 minutes as the teststring grows exponentially.
5727 # Worse, since 9x/ME are not pre-emptively multitasking,
5728 # you end up with a "frozen" computer, even though with patience
5729 # the test eventually succeeds (with a max line length of 256k).
5730 # Instead, let's just punt: use the minimum linelength reported by
5731 # all of the supported platforms: 8192 (on NT/2K/XP).
5732 lt_cv_sys_max_cmd_len=8192;
5733 ;;
5734
5735 mint*)
5736 # On MiNT this can take a long time and run out of memory.
5737 lt_cv_sys_max_cmd_len=8192;
5738 ;;
5739
5740 amigaos*)
5741 # On AmigaOS with pdksh, this test takes hours, literally.
5742 # So we just punt and use a minimum line length of 8192.
5743 lt_cv_sys_max_cmd_len=8192;
5744 ;;
5745
5746 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5747 # This has been around since 386BSD, at least. Likely further.
5748 if test -x /sbin/sysctl; then
5749 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5750 elif test -x /usr/sbin/sysctl; then
5751 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5752 else
5753 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5754 fi
5755 # And add a safety zone
5756 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5757 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5758 ;;
5759
5760 interix*)
5761 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5762 lt_cv_sys_max_cmd_len=196608
5763 ;;
5764
5765 osf*)
5766 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5767 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5768 # nice to cause kernel panics so lets avoid the loop below.
5769 # First set a reasonable default.
5770 lt_cv_sys_max_cmd_len=16384
5771 #
5772 if test -x /sbin/sysconfig; then
5773 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5774 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5775 esac
5776 fi
5777 ;;
5778 sco3.2v5*)
5779 lt_cv_sys_max_cmd_len=102400
5780 ;;
5781 sysv5* | sco5v6* | sysv4.2uw2*)
5782 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5783 if test -n "$kargmax"; then
5784 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5785 else
5786 lt_cv_sys_max_cmd_len=32768
5787 fi
5788 ;;
5789 *)
5790 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5791 if test -n "$lt_cv_sys_max_cmd_len"; then
5792 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5793 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5794 else
5795 # Make teststring a little bigger before we do anything with it.
5796 # a 1K string should be a reasonable start.
5797 for i in 1 2 3 4 5 6 7 8 ; do
5798 teststring=$teststring$teststring
5799 done
5800 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5801 # If test is not a shell built-in, we'll probably end up computing a
5802 # maximum length that is only half of the actual maximum length, but
5803 # we can't tell.
5804 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5805 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5806 test $i != 17 # 1/2 MB should be enough
5807 do
5808 i=`expr $i + 1`
5809 teststring=$teststring$teststring
5810 done
5811 # Only check the string length outside the loop.
5812 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5813 teststring=
5814 # Add a significant safety factor because C++ compilers can tack on
5815 # massive amounts of additional arguments before passing them to the
5816 # linker. It appears as though 1/2 is a usable value.
5817 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5818 fi
5819 ;;
5820 esac
5821
5822 fi
5823
5824 if test -n $lt_cv_sys_max_cmd_len ; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5826 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5827 else
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5829 $as_echo "none" >&6; }
5830 fi
5831 max_cmd_len=$lt_cv_sys_max_cmd_len
5832
5833
5834
5835
5836
5837
5838 : ${CP="cp -f"}
5839 : ${MV="mv -f"}
5840 : ${RM="rm -f"}
5841
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5843 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5844 # Try some XSI features
5845 xsi_shell=no
5846 ( _lt_dummy="a/b/c"
5847 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5848 = c,a/b,, \
5849 && eval 'test $(( 1 + 1 )) -eq 2 \
5850 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5851 && xsi_shell=yes
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5853 $as_echo "$xsi_shell" >&6; }
5854
5855
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5857 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5858 lt_shell_append=no
5859 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5860 >/dev/null 2>&1 \
5861 && lt_shell_append=yes
5862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5863 $as_echo "$lt_shell_append" >&6; }
5864
5865
5866 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5867 lt_unset=unset
5868 else
5869 lt_unset=false
5870 fi
5871
5872
5873
5874
5875
5876 # test EBCDIC or ASCII
5877 case `echo X|tr X '\101'` in
5878 A) # ASCII based system
5879 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5880 lt_SP2NL='tr \040 \012'
5881 lt_NL2SP='tr \015\012 \040\040'
5882 ;;
5883 *) # EBCDIC based system
5884 lt_SP2NL='tr \100 \n'
5885 lt_NL2SP='tr \r\n \100\100'
5886 ;;
5887 esac
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5898 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5899 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5900 $as_echo_n "(cached) " >&6
5901 else
5902 lt_cv_ld_reload_flag='-r'
5903 fi
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5905 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5906 reload_flag=$lt_cv_ld_reload_flag
5907 case $reload_flag in
5908 "" | " "*) ;;
5909 *) reload_flag=" $reload_flag" ;;
5910 esac
5911 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5912 case $host_os in
5913 darwin*)
5914 if test "$GCC" = yes; then
5915 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5916 else
5917 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5918 fi
5919 ;;
5920 esac
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930 if test -n "$ac_tool_prefix"; then
5931 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5932 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5934 $as_echo_n "checking for $ac_word... " >&6; }
5935 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5936 $as_echo_n "(cached) " >&6
5937 else
5938 if test -n "$OBJDUMP"; then
5939 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5940 else
5941 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5942 for as_dir in $PATH
5943 do
5944 IFS=$as_save_IFS
5945 test -z "$as_dir" && as_dir=.
5946 for ac_exec_ext in '' $ac_executable_extensions; do
5947 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5948 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5949 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5950 break 2
5951 fi
5952 done
5953 done
5954 IFS=$as_save_IFS
5955
5956 fi
5957 fi
5958 OBJDUMP=$ac_cv_prog_OBJDUMP
5959 if test -n "$OBJDUMP"; then
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5961 $as_echo "$OBJDUMP" >&6; }
5962 else
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5964 $as_echo "no" >&6; }
5965 fi
5966
5967
5968 fi
5969 if test -z "$ac_cv_prog_OBJDUMP"; then
5970 ac_ct_OBJDUMP=$OBJDUMP
5971 # Extract the first word of "objdump", so it can be a program name with args.
5972 set dummy objdump; ac_word=$2
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5974 $as_echo_n "checking for $ac_word... " >&6; }
5975 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5976 $as_echo_n "(cached) " >&6
5977 else
5978 if test -n "$ac_ct_OBJDUMP"; then
5979 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5980 else
5981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5982 for as_dir in $PATH
5983 do
5984 IFS=$as_save_IFS
5985 test -z "$as_dir" && as_dir=.
5986 for ac_exec_ext in '' $ac_executable_extensions; do
5987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5988 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5990 break 2
5991 fi
5992 done
5993 done
5994 IFS=$as_save_IFS
5995
5996 fi
5997 fi
5998 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5999 if test -n "$ac_ct_OBJDUMP"; then
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6001 $as_echo "$ac_ct_OBJDUMP" >&6; }
6002 else
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6004 $as_echo "no" >&6; }
6005 fi
6006
6007 if test "x$ac_ct_OBJDUMP" = x; then
6008 OBJDUMP="false"
6009 else
6010 case $cross_compiling:$ac_tool_warned in
6011 yes:)
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6013 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6014 ac_tool_warned=yes ;;
6015 esac
6016 OBJDUMP=$ac_ct_OBJDUMP
6017 fi
6018 else
6019 OBJDUMP="$ac_cv_prog_OBJDUMP"
6020 fi
6021
6022 test -z "$OBJDUMP" && OBJDUMP=objdump
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6033 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6034 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6035 $as_echo_n "(cached) " >&6
6036 else
6037 lt_cv_file_magic_cmd='$MAGIC_CMD'
6038 lt_cv_file_magic_test_file=
6039 lt_cv_deplibs_check_method='unknown'
6040 # Need to set the preceding variable on all platforms that support
6041 # interlibrary dependencies.
6042 # 'none' -- dependencies not supported.
6043 # `unknown' -- same as none, but documents that we really don't know.
6044 # 'pass_all' -- all dependencies passed with no checks.
6045 # 'test_compile' -- check by making test program.
6046 # 'file_magic [[regex]]' -- check by looking for files in library path
6047 # which responds to the $file_magic_cmd with a given extended regex.
6048 # If you have `file' or equivalent on your system and you're not sure
6049 # whether `pass_all' will *always* work, you probably want this one.
6050
6051 case $host_os in
6052 aix[4-9]*)
6053 lt_cv_deplibs_check_method=pass_all
6054 ;;
6055
6056 beos*)
6057 lt_cv_deplibs_check_method=pass_all
6058 ;;
6059
6060 bsdi[45]*)
6061 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6062 lt_cv_file_magic_cmd='/usr/bin/file -L'
6063 lt_cv_file_magic_test_file=/shlib/libc.so
6064 ;;
6065
6066 cygwin*)
6067 # func_win32_libid is a shell function defined in ltmain.sh
6068 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6069 lt_cv_file_magic_cmd='func_win32_libid'
6070 ;;
6071
6072 mingw* | pw32*)
6073 # Base MSYS/MinGW do not provide the 'file' command needed by
6074 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6075 # unless we find 'file', for example because we are cross-compiling.
6076 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6077 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6078 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6079 lt_cv_file_magic_cmd='func_win32_libid'
6080 else
6081 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6082 lt_cv_file_magic_cmd='$OBJDUMP -f'
6083 fi
6084 ;;
6085
6086 cegcc*)
6087 # use the weaker test based on 'objdump'. See mingw*.
6088 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6089 lt_cv_file_magic_cmd='$OBJDUMP -f'
6090 ;;
6091
6092 darwin* | rhapsody*)
6093 lt_cv_deplibs_check_method=pass_all
6094 ;;
6095
6096 freebsd* | dragonfly*)
6097 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6098 case $host_cpu in
6099 i*86 )
6100 # Not sure whether the presence of OpenBSD here was a mistake.
6101 # Let's accept both of them until this is cleared up.
6102 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6103 lt_cv_file_magic_cmd=/usr/bin/file
6104 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6105 ;;
6106 esac
6107 else
6108 lt_cv_deplibs_check_method=pass_all
6109 fi
6110 ;;
6111
6112 gnu*)
6113 lt_cv_deplibs_check_method=pass_all
6114 ;;
6115
6116 haiku*)
6117 lt_cv_deplibs_check_method=pass_all
6118 ;;
6119
6120 hpux10.20* | hpux11*)
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 case $host_cpu in
6123 ia64*)
6124 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6125 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6126 ;;
6127 hppa*64*)
6128 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]'
6129 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6130 ;;
6131 *)
6132 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6133 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6134 ;;
6135 esac
6136 ;;
6137
6138 interix[3-9]*)
6139 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6140 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6141 ;;
6142
6143 irix5* | irix6* | nonstopux*)
6144 case $LD in
6145 *-32|*"-32 ") libmagic=32-bit;;
6146 *-n32|*"-n32 ") libmagic=N32;;
6147 *-64|*"-64 ") libmagic=64-bit;;
6148 *) libmagic=never-match;;
6149 esac
6150 lt_cv_deplibs_check_method=pass_all
6151 ;;
6152
6153 # This must be Linux ELF.
6154 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6155 lt_cv_deplibs_check_method=pass_all
6156 ;;
6157
6158 netbsd*)
6159 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6160 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6161 else
6162 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6163 fi
6164 ;;
6165
6166 newos6*)
6167 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6168 lt_cv_file_magic_cmd=/usr/bin/file
6169 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6170 ;;
6171
6172 *nto* | *qnx*)
6173 lt_cv_deplibs_check_method=pass_all
6174 ;;
6175
6176 openbsd*)
6177 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6179 else
6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6181 fi
6182 ;;
6183
6184 osf3* | osf4* | osf5*)
6185 lt_cv_deplibs_check_method=pass_all
6186 ;;
6187
6188 rdos*)
6189 lt_cv_deplibs_check_method=pass_all
6190 ;;
6191
6192 solaris*)
6193 lt_cv_deplibs_check_method=pass_all
6194 ;;
6195
6196 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6197 lt_cv_deplibs_check_method=pass_all
6198 ;;
6199
6200 sysv4 | sysv4.3*)
6201 case $host_vendor in
6202 motorola)
6203 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]'
6204 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6205 ;;
6206 ncr)
6207 lt_cv_deplibs_check_method=pass_all
6208 ;;
6209 sequent)
6210 lt_cv_file_magic_cmd='/bin/file'
6211 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6212 ;;
6213 sni)
6214 lt_cv_file_magic_cmd='/bin/file'
6215 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6216 lt_cv_file_magic_test_file=/lib/libc.so
6217 ;;
6218 siemens)
6219 lt_cv_deplibs_check_method=pass_all
6220 ;;
6221 pc)
6222 lt_cv_deplibs_check_method=pass_all
6223 ;;
6224 esac
6225 ;;
6226
6227 tpf*)
6228 lt_cv_deplibs_check_method=pass_all
6229 ;;
6230 esac
6231
6232 fi
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6234 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6235 file_magic_cmd=$lt_cv_file_magic_cmd
6236 deplibs_check_method=$lt_cv_deplibs_check_method
6237 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247
6248
6249
6250 if test -n "$ac_tool_prefix"; then
6251 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6252 set dummy ${ac_tool_prefix}ar; ac_word=$2
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6254 $as_echo_n "checking for $ac_word... " >&6; }
6255 if test "${ac_cv_prog_AR+set}" = set; then :
6256 $as_echo_n "(cached) " >&6
6257 else
6258 if test -n "$AR"; then
6259 ac_cv_prog_AR="$AR" # Let the user override the test.
6260 else
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in $PATH
6263 do
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_prog_AR="${ac_tool_prefix}ar"
6269 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6271 fi
6272 done
6273 done
6274 IFS=$as_save_IFS
6275
6276 fi
6277 fi
6278 AR=$ac_cv_prog_AR
6279 if test -n "$AR"; then
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6281 $as_echo "$AR" >&6; }
6282 else
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6284 $as_echo "no" >&6; }
6285 fi
6286
6287
6288 fi
6289 if test -z "$ac_cv_prog_AR"; then
6290 ac_ct_AR=$AR
6291 # Extract the first word of "ar", so it can be a program name with args.
6292 set dummy ar; ac_word=$2
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6294 $as_echo_n "checking for $ac_word... " >&6; }
6295 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6296 $as_echo_n "(cached) " >&6
6297 else
6298 if test -n "$ac_ct_AR"; then
6299 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6300 else
6301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302 for as_dir in $PATH
6303 do
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
6306 for ac_exec_ext in '' $ac_executable_extensions; do
6307 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6308 ac_cv_prog_ac_ct_AR="ar"
6309 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6310 break 2
6311 fi
6312 done
6313 done
6314 IFS=$as_save_IFS
6315
6316 fi
6317 fi
6318 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6319 if test -n "$ac_ct_AR"; then
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6321 $as_echo "$ac_ct_AR" >&6; }
6322 else
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6324 $as_echo "no" >&6; }
6325 fi
6326
6327 if test "x$ac_ct_AR" = x; then
6328 AR="false"
6329 else
6330 case $cross_compiling:$ac_tool_warned in
6331 yes:)
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6333 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6334 ac_tool_warned=yes ;;
6335 esac
6336 AR=$ac_ct_AR
6337 fi
6338 else
6339 AR="$ac_cv_prog_AR"
6340 fi
6341
6342 test -z "$AR" && AR=ar
6343 test -z "$AR_FLAGS" && AR_FLAGS=cru
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355 if test -n "$ac_tool_prefix"; then
6356 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6357 set dummy ${ac_tool_prefix}strip; ac_word=$2
6358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6359 $as_echo_n "checking for $ac_word... " >&6; }
6360 if test "${ac_cv_prog_STRIP+set}" = set; then :
6361 $as_echo_n "(cached) " >&6
6362 else
6363 if test -n "$STRIP"; then
6364 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6365 else
6366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6367 for as_dir in $PATH
6368 do
6369 IFS=$as_save_IFS
6370 test -z "$as_dir" && as_dir=.
6371 for ac_exec_ext in '' $ac_executable_extensions; do
6372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6373 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6375 break 2
6376 fi
6377 done
6378 done
6379 IFS=$as_save_IFS
6380
6381 fi
6382 fi
6383 STRIP=$ac_cv_prog_STRIP
6384 if test -n "$STRIP"; then
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6386 $as_echo "$STRIP" >&6; }
6387 else
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389 $as_echo "no" >&6; }
6390 fi
6391
6392
6393 fi
6394 if test -z "$ac_cv_prog_STRIP"; then
6395 ac_ct_STRIP=$STRIP
6396 # Extract the first word of "strip", so it can be a program name with args.
6397 set dummy strip; ac_word=$2
6398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6399 $as_echo_n "checking for $ac_word... " >&6; }
6400 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6401 $as_echo_n "(cached) " >&6
6402 else
6403 if test -n "$ac_ct_STRIP"; then
6404 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6405 else
6406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6407 for as_dir in $PATH
6408 do
6409 IFS=$as_save_IFS
6410 test -z "$as_dir" && as_dir=.
6411 for ac_exec_ext in '' $ac_executable_extensions; do
6412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6413 ac_cv_prog_ac_ct_STRIP="strip"
6414 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6415 break 2
6416 fi
6417 done
6418 done
6419 IFS=$as_save_IFS
6420
6421 fi
6422 fi
6423 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6424 if test -n "$ac_ct_STRIP"; then
6425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6426 $as_echo "$ac_ct_STRIP" >&6; }
6427 else
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6429 $as_echo "no" >&6; }
6430 fi
6431
6432 if test "x$ac_ct_STRIP" = x; then
6433 STRIP=":"
6434 else
6435 case $cross_compiling:$ac_tool_warned in
6436 yes:)
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6438 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6439 ac_tool_warned=yes ;;
6440 esac
6441 STRIP=$ac_ct_STRIP
6442 fi
6443 else
6444 STRIP="$ac_cv_prog_STRIP"
6445 fi
6446
6447 test -z "$STRIP" && STRIP=:
6448
6449
6450
6451
6452
6453
6454 if test -n "$ac_tool_prefix"; then
6455 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6456 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6458 $as_echo_n "checking for $ac_word... " >&6; }
6459 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6460 $as_echo_n "(cached) " >&6
6461 else
6462 if test -n "$RANLIB"; then
6463 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6464 else
6465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6466 for as_dir in $PATH
6467 do
6468 IFS=$as_save_IFS
6469 test -z "$as_dir" && as_dir=.
6470 for ac_exec_ext in '' $ac_executable_extensions; do
6471 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6472 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6474 break 2
6475 fi
6476 done
6477 done
6478 IFS=$as_save_IFS
6479
6480 fi
6481 fi
6482 RANLIB=$ac_cv_prog_RANLIB
6483 if test -n "$RANLIB"; then
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6485 $as_echo "$RANLIB" >&6; }
6486 else
6487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6488 $as_echo "no" >&6; }
6489 fi
6490
6491
6492 fi
6493 if test -z "$ac_cv_prog_RANLIB"; then
6494 ac_ct_RANLIB=$RANLIB
6495 # Extract the first word of "ranlib", so it can be a program name with args.
6496 set dummy ranlib; ac_word=$2
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6498 $as_echo_n "checking for $ac_word... " >&6; }
6499 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6500 $as_echo_n "(cached) " >&6
6501 else
6502 if test -n "$ac_ct_RANLIB"; then
6503 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6504 else
6505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6506 for as_dir in $PATH
6507 do
6508 IFS=$as_save_IFS
6509 test -z "$as_dir" && as_dir=.
6510 for ac_exec_ext in '' $ac_executable_extensions; do
6511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6512 ac_cv_prog_ac_ct_RANLIB="ranlib"
6513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6514 break 2
6515 fi
6516 done
6517 done
6518 IFS=$as_save_IFS
6519
6520 fi
6521 fi
6522 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6523 if test -n "$ac_ct_RANLIB"; then
6524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6525 $as_echo "$ac_ct_RANLIB" >&6; }
6526 else
6527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6528 $as_echo "no" >&6; }
6529 fi
6530
6531 if test "x$ac_ct_RANLIB" = x; then
6532 RANLIB=":"
6533 else
6534 case $cross_compiling:$ac_tool_warned in
6535 yes:)
6536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6537 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6538 ac_tool_warned=yes ;;
6539 esac
6540 RANLIB=$ac_ct_RANLIB
6541 fi
6542 else
6543 RANLIB="$ac_cv_prog_RANLIB"
6544 fi
6545
6546 test -z "$RANLIB" && RANLIB=:
6547
6548
6549
6550
6551
6552
6553 # Determine commands to create old-style static archives.
6554 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6555 old_postinstall_cmds='chmod 644 $oldlib'
6556 old_postuninstall_cmds=
6557
6558 if test -n "$RANLIB"; then
6559 case $host_os in
6560 openbsd*)
6561 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6562 ;;
6563 *)
6564 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6565 ;;
6566 esac
6567 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6568 fi
6569
6570 case $host_os in
6571 darwin*)
6572 lock_old_archive_extraction=yes ;;
6573 *)
6574 lock_old_archive_extraction=no ;;
6575 esac
6576
6577
6578
6579
6580
6581
6582
6583
6584
6585
6586
6587
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615 # If no C compiler was specified, use CC.
6616 LTCC=${LTCC-"$CC"}
6617
6618 # If no C compiler flags were specified, use CFLAGS.
6619 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6620
6621 # Allow CC to be a program name with arguments.
6622 compiler=$CC
6623
6624
6625 # Check for command to grab the raw symbol name followed by C symbol from nm.
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6627 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6628 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6629 $as_echo_n "(cached) " >&6
6630 else
6631
6632 # These are sane defaults that work on at least a few old systems.
6633 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6634
6635 # Character class describing NM global symbol codes.
6636 symcode='[BCDEGRST]'
6637
6638 # Regexp to match symbols that can be accessed directly from C.
6639 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6640
6641 # Define system-specific variables.
6642 case $host_os in
6643 aix*)
6644 symcode='[BCDT]'
6645 ;;
6646 cygwin* | mingw* | pw32* | cegcc*)
6647 symcode='[ABCDGISTW]'
6648 ;;
6649 hpux*)
6650 if test "$host_cpu" = ia64; then
6651 symcode='[ABCDEGRST]'
6652 fi
6653 ;;
6654 irix* | nonstopux*)
6655 symcode='[BCDEGRST]'
6656 ;;
6657 osf*)
6658 symcode='[BCDEGQRST]'
6659 ;;
6660 solaris*)
6661 symcode='[BDRT]'
6662 ;;
6663 sco3.2v5*)
6664 symcode='[DT]'
6665 ;;
6666 sysv4.2uw2*)
6667 symcode='[DT]'
6668 ;;
6669 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6670 symcode='[ABDT]'
6671 ;;
6672 sysv4)
6673 symcode='[DFNSTU]'
6674 ;;
6675 esac
6676
6677 # If we're using GNU nm, then use its standard symbol codes.
6678 case `$NM -V 2>&1` in
6679 *GNU* | *'with BFD'*)
6680 symcode='[ABCDGIRSTW]' ;;
6681 esac
6682
6683 # Transform an extracted symbol line into a proper C declaration.
6684 # Some systems (esp. on ia64) link data and code symbols differently,
6685 # so use this general approach.
6686 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6687
6688 # Transform an extracted symbol line into symbol name and symbol address
6689 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6690 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'"
6691
6692 # Handle CRLF in mingw tool chain
6693 opt_cr=
6694 case $build_os in
6695 mingw*)
6696 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6697 ;;
6698 esac
6699
6700 # Try without a prefix underscore, then with it.
6701 for ac_symprfx in "" "_"; do
6702
6703 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6704 symxfrm="\\1 $ac_symprfx\\2 \\2"
6705
6706 # Write the raw and C identifiers.
6707 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6708 # Fake it for dumpbin and say T for any non-static function
6709 # and D for any global variable.
6710 # Also find C++ and __fastcall symbols from MSVC++,
6711 # which start with @ or ?.
6712 lt_cv_sys_global_symbol_pipe="$AWK '"\
6713 " {last_section=section; section=\$ 3};"\
6714 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6715 " \$ 0!~/External *\|/{next};"\
6716 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6717 " {if(hide[section]) next};"\
6718 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6719 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6720 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6721 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6722 " ' prfx=^$ac_symprfx"
6723 else
6724 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6725 fi
6726
6727 # Check to see that the pipe works correctly.
6728 pipe_works=no
6729
6730 rm -f conftest*
6731 cat > conftest.$ac_ext <<_LT_EOF
6732 #ifdef __cplusplus
6733 extern "C" {
6734 #endif
6735 char nm_test_var;
6736 void nm_test_func(void);
6737 void nm_test_func(void){}
6738 #ifdef __cplusplus
6739 }
6740 #endif
6741 int main(){nm_test_var='a';nm_test_func();return(0);}
6742 _LT_EOF
6743
6744 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6745 (eval $ac_compile) 2>&5
6746 ac_status=$?
6747 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6748 test $ac_status = 0; }; then
6749 # Now try to grab the symbols.
6750 nlist=conftest.nm
6751 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6752 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6753 ac_status=$?
6754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6755 test $ac_status = 0; } && test -s "$nlist"; then
6756 # Try sorting and uniquifying the output.
6757 if sort "$nlist" | uniq > "$nlist"T; then
6758 mv -f "$nlist"T "$nlist"
6759 else
6760 rm -f "$nlist"T
6761 fi
6762
6763 # Make sure that we snagged all the symbols we need.
6764 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6765 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6766 cat <<_LT_EOF > conftest.$ac_ext
6767 #ifdef __cplusplus
6768 extern "C" {
6769 #endif
6770
6771 _LT_EOF
6772 # Now generate the symbol file.
6773 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6774
6775 cat <<_LT_EOF >> conftest.$ac_ext
6776
6777 /* The mapping between symbol names and symbols. */
6778 const struct {
6779 const char *name;
6780 void *address;
6781 }
6782 lt__PROGRAM__LTX_preloaded_symbols[] =
6783 {
6784 { "@PROGRAM@", (void *) 0 },
6785 _LT_EOF
6786 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6787 cat <<\_LT_EOF >> conftest.$ac_ext
6788 {0, (void *) 0}
6789 };
6790
6791 /* This works around a problem in FreeBSD linker */
6792 #ifdef FREEBSD_WORKAROUND
6793 static const void *lt_preloaded_setup() {
6794 return lt__PROGRAM__LTX_preloaded_symbols;
6795 }
6796 #endif
6797
6798 #ifdef __cplusplus
6799 }
6800 #endif
6801 _LT_EOF
6802 # Now try linking the two files.
6803 mv conftest.$ac_objext conftstm.$ac_objext
6804 lt_save_LIBS="$LIBS"
6805 lt_save_CFLAGS="$CFLAGS"
6806 LIBS="conftstm.$ac_objext"
6807 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6808 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6809 (eval $ac_link) 2>&5
6810 ac_status=$?
6811 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6812 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6813 pipe_works=yes
6814 fi
6815 LIBS="$lt_save_LIBS"
6816 CFLAGS="$lt_save_CFLAGS"
6817 else
6818 echo "cannot find nm_test_func in $nlist" >&5
6819 fi
6820 else
6821 echo "cannot find nm_test_var in $nlist" >&5
6822 fi
6823 else
6824 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6825 fi
6826 else
6827 echo "$progname: failed program was:" >&5
6828 cat conftest.$ac_ext >&5
6829 fi
6830 rm -rf conftest* conftst*
6831
6832 # Do not use the global_symbol_pipe unless it works.
6833 if test "$pipe_works" = yes; then
6834 break
6835 else
6836 lt_cv_sys_global_symbol_pipe=
6837 fi
6838 done
6839
6840 fi
6841
6842 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6843 lt_cv_sys_global_symbol_to_cdecl=
6844 fi
6845 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6847 $as_echo "failed" >&6; }
6848 else
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6850 $as_echo "ok" >&6; }
6851 fi
6852
6853
6854
6855
6856
6857
6858
6859
6860
6861
6862
6863
6864
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874 # Check whether --enable-libtool-lock was given.
6875 if test "${enable_libtool_lock+set}" = set; then :
6876 enableval=$enable_libtool_lock;
6877 fi
6878
6879 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6880
6881 # Some flags need to be propagated to the compiler or linker for good
6882 # libtool support.
6883 case $host in
6884 ia64-*-hpux*)
6885 # Find out which ABI we are using.
6886 echo 'int i;' > conftest.$ac_ext
6887 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6888 (eval $ac_compile) 2>&5
6889 ac_status=$?
6890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6891 test $ac_status = 0; }; then
6892 case `/usr/bin/file conftest.$ac_objext` in
6893 *ELF-32*)
6894 HPUX_IA64_MODE="32"
6895 ;;
6896 *ELF-64*)
6897 HPUX_IA64_MODE="64"
6898 ;;
6899 esac
6900 fi
6901 rm -rf conftest*
6902 ;;
6903 *-*-irix6*)
6904 # Find out which ABI we are using.
6905 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6906 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6907 (eval $ac_compile) 2>&5
6908 ac_status=$?
6909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6910 test $ac_status = 0; }; then
6911 if test "$lt_cv_prog_gnu_ld" = yes; then
6912 case `/usr/bin/file conftest.$ac_objext` in
6913 *32-bit*)
6914 LD="${LD-ld} -melf32bsmip"
6915 ;;
6916 *N32*)
6917 LD="${LD-ld} -melf32bmipn32"
6918 ;;
6919 *64-bit*)
6920 LD="${LD-ld} -melf64bmip"
6921 ;;
6922 esac
6923 else
6924 case `/usr/bin/file conftest.$ac_objext` in
6925 *32-bit*)
6926 LD="${LD-ld} -32"
6927 ;;
6928 *N32*)
6929 LD="${LD-ld} -n32"
6930 ;;
6931 *64-bit*)
6932 LD="${LD-ld} -64"
6933 ;;
6934 esac
6935 fi
6936 fi
6937 rm -rf conftest*
6938 ;;
6939
6940 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6941 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6942 # Find out which ABI we are using.
6943 echo 'int i;' > 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 case `/usr/bin/file conftest.o` in
6950 *32-bit*)
6951 case $host in
6952 x86_64-*kfreebsd*-gnu)
6953 LD="${LD-ld} -m elf_i386_fbsd"
6954 ;;
6955 x86_64-*linux*)
6956 case `/usr/bin/file conftest.o` in
6957 *x86-64*)
6958 LD="${LD-ld} -m elf32_x86_64"
6959 ;;
6960 *)
6961 LD="${LD-ld} -m elf_i386"
6962 ;;
6963 esac
6964 ;;
6965 powerpc64le-*linux*)
6966 LD="${LD-ld} -m elf32lppclinux"
6967 ;;
6968 powerpc64-*linux*)
6969 LD="${LD-ld} -m elf32ppclinux"
6970 ;;
6971 s390x-*linux*)
6972 LD="${LD-ld} -m elf_s390"
6973 ;;
6974 sparc64-*linux*)
6975 LD="${LD-ld} -m elf32_sparc"
6976 ;;
6977 esac
6978 ;;
6979 *64-bit*)
6980 case $host in
6981 x86_64-*kfreebsd*-gnu)
6982 LD="${LD-ld} -m elf_x86_64_fbsd"
6983 ;;
6984 x86_64-*linux*)
6985 LD="${LD-ld} -m elf_x86_64"
6986 ;;
6987 powerpcle-*linux*)
6988 LD="${LD-ld} -m elf64lppc"
6989 ;;
6990 powerpc-*linux*)
6991 LD="${LD-ld} -m elf64ppc"
6992 ;;
6993 s390*-*linux*|s390*-*tpf*)
6994 LD="${LD-ld} -m elf64_s390"
6995 ;;
6996 sparc*-*linux*)
6997 LD="${LD-ld} -m elf64_sparc"
6998 ;;
6999 esac
7000 ;;
7001 esac
7002 fi
7003 rm -rf conftest*
7004 ;;
7005
7006 *-*-sco3.2v5*)
7007 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7008 SAVE_CFLAGS="$CFLAGS"
7009 CFLAGS="$CFLAGS -belf"
7010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7011 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7012 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7013 $as_echo_n "(cached) " >&6
7014 else
7015 ac_ext=c
7016 ac_cpp='$CPP $CPPFLAGS'
7017 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7018 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7019 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7020
7021 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7022 /* end confdefs.h. */
7023
7024 int
7025 main ()
7026 {
7027
7028 ;
7029 return 0;
7030 }
7031 _ACEOF
7032 if ac_fn_c_try_link "$LINENO"; then :
7033 lt_cv_cc_needs_belf=yes
7034 else
7035 lt_cv_cc_needs_belf=no
7036 fi
7037 rm -f core conftest.err conftest.$ac_objext \
7038 conftest$ac_exeext conftest.$ac_ext
7039 ac_ext=c
7040 ac_cpp='$CPP $CPPFLAGS'
7041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7044
7045 fi
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7047 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7048 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7049 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7050 CFLAGS="$SAVE_CFLAGS"
7051 fi
7052 ;;
7053 sparc*-*solaris*)
7054 # Find out which ABI we are using.
7055 echo 'int i;' > conftest.$ac_ext
7056 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7057 (eval $ac_compile) 2>&5
7058 ac_status=$?
7059 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7060 test $ac_status = 0; }; then
7061 case `/usr/bin/file conftest.o` in
7062 *64-bit*)
7063 case $lt_cv_prog_gnu_ld in
7064 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7065 *)
7066 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7067 LD="${LD-ld} -64"
7068 fi
7069 ;;
7070 esac
7071 ;;
7072 esac
7073 fi
7074 rm -rf conftest*
7075 ;;
7076 esac
7077
7078 need_locks="$enable_libtool_lock"
7079
7080
7081 case $host_os in
7082 rhapsody* | darwin*)
7083 if test -n "$ac_tool_prefix"; then
7084 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7085 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7087 $as_echo_n "checking for $ac_word... " >&6; }
7088 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7089 $as_echo_n "(cached) " >&6
7090 else
7091 if test -n "$DSYMUTIL"; then
7092 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7093 else
7094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7095 for as_dir in $PATH
7096 do
7097 IFS=$as_save_IFS
7098 test -z "$as_dir" && as_dir=.
7099 for ac_exec_ext in '' $ac_executable_extensions; do
7100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7101 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7103 break 2
7104 fi
7105 done
7106 done
7107 IFS=$as_save_IFS
7108
7109 fi
7110 fi
7111 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7112 if test -n "$DSYMUTIL"; then
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7114 $as_echo "$DSYMUTIL" >&6; }
7115 else
7116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7117 $as_echo "no" >&6; }
7118 fi
7119
7120
7121 fi
7122 if test -z "$ac_cv_prog_DSYMUTIL"; then
7123 ac_ct_DSYMUTIL=$DSYMUTIL
7124 # Extract the first word of "dsymutil", so it can be a program name with args.
7125 set dummy dsymutil; ac_word=$2
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7127 $as_echo_n "checking for $ac_word... " >&6; }
7128 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7129 $as_echo_n "(cached) " >&6
7130 else
7131 if test -n "$ac_ct_DSYMUTIL"; then
7132 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7133 else
7134 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7135 for as_dir in $PATH
7136 do
7137 IFS=$as_save_IFS
7138 test -z "$as_dir" && as_dir=.
7139 for ac_exec_ext in '' $ac_executable_extensions; do
7140 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7141 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7142 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7143 break 2
7144 fi
7145 done
7146 done
7147 IFS=$as_save_IFS
7148
7149 fi
7150 fi
7151 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7152 if test -n "$ac_ct_DSYMUTIL"; then
7153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7154 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7155 else
7156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7157 $as_echo "no" >&6; }
7158 fi
7159
7160 if test "x$ac_ct_DSYMUTIL" = x; then
7161 DSYMUTIL=":"
7162 else
7163 case $cross_compiling:$ac_tool_warned in
7164 yes:)
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7166 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7167 ac_tool_warned=yes ;;
7168 esac
7169 DSYMUTIL=$ac_ct_DSYMUTIL
7170 fi
7171 else
7172 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7173 fi
7174
7175 if test -n "$ac_tool_prefix"; then
7176 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7177 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7179 $as_echo_n "checking for $ac_word... " >&6; }
7180 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7181 $as_echo_n "(cached) " >&6
7182 else
7183 if test -n "$NMEDIT"; then
7184 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7185 else
7186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7187 for as_dir in $PATH
7188 do
7189 IFS=$as_save_IFS
7190 test -z "$as_dir" && as_dir=.
7191 for ac_exec_ext in '' $ac_executable_extensions; do
7192 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7193 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7194 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7195 break 2
7196 fi
7197 done
7198 done
7199 IFS=$as_save_IFS
7200
7201 fi
7202 fi
7203 NMEDIT=$ac_cv_prog_NMEDIT
7204 if test -n "$NMEDIT"; then
7205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7206 $as_echo "$NMEDIT" >&6; }
7207 else
7208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7209 $as_echo "no" >&6; }
7210 fi
7211
7212
7213 fi
7214 if test -z "$ac_cv_prog_NMEDIT"; then
7215 ac_ct_NMEDIT=$NMEDIT
7216 # Extract the first word of "nmedit", so it can be a program name with args.
7217 set dummy nmedit; ac_word=$2
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7219 $as_echo_n "checking for $ac_word... " >&6; }
7220 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7221 $as_echo_n "(cached) " >&6
7222 else
7223 if test -n "$ac_ct_NMEDIT"; then
7224 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7225 else
7226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7227 for as_dir in $PATH
7228 do
7229 IFS=$as_save_IFS
7230 test -z "$as_dir" && as_dir=.
7231 for ac_exec_ext in '' $ac_executable_extensions; do
7232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7233 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7234 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7235 break 2
7236 fi
7237 done
7238 done
7239 IFS=$as_save_IFS
7240
7241 fi
7242 fi
7243 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7244 if test -n "$ac_ct_NMEDIT"; then
7245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7246 $as_echo "$ac_ct_NMEDIT" >&6; }
7247 else
7248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7249 $as_echo "no" >&6; }
7250 fi
7251
7252 if test "x$ac_ct_NMEDIT" = x; then
7253 NMEDIT=":"
7254 else
7255 case $cross_compiling:$ac_tool_warned in
7256 yes:)
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7258 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7259 ac_tool_warned=yes ;;
7260 esac
7261 NMEDIT=$ac_ct_NMEDIT
7262 fi
7263 else
7264 NMEDIT="$ac_cv_prog_NMEDIT"
7265 fi
7266
7267 if test -n "$ac_tool_prefix"; then
7268 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7269 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7271 $as_echo_n "checking for $ac_word... " >&6; }
7272 if test "${ac_cv_prog_LIPO+set}" = set; then :
7273 $as_echo_n "(cached) " >&6
7274 else
7275 if test -n "$LIPO"; then
7276 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7277 else
7278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279 for as_dir in $PATH
7280 do
7281 IFS=$as_save_IFS
7282 test -z "$as_dir" && as_dir=.
7283 for ac_exec_ext in '' $ac_executable_extensions; do
7284 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7285 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7287 break 2
7288 fi
7289 done
7290 done
7291 IFS=$as_save_IFS
7292
7293 fi
7294 fi
7295 LIPO=$ac_cv_prog_LIPO
7296 if test -n "$LIPO"; then
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7298 $as_echo "$LIPO" >&6; }
7299 else
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301 $as_echo "no" >&6; }
7302 fi
7303
7304
7305 fi
7306 if test -z "$ac_cv_prog_LIPO"; then
7307 ac_ct_LIPO=$LIPO
7308 # Extract the first word of "lipo", so it can be a program name with args.
7309 set dummy lipo; ac_word=$2
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311 $as_echo_n "checking for $ac_word... " >&6; }
7312 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7313 $as_echo_n "(cached) " >&6
7314 else
7315 if test -n "$ac_ct_LIPO"; then
7316 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7317 else
7318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 for as_dir in $PATH
7320 do
7321 IFS=$as_save_IFS
7322 test -z "$as_dir" && as_dir=.
7323 for ac_exec_ext in '' $ac_executable_extensions; do
7324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7325 ac_cv_prog_ac_ct_LIPO="lipo"
7326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 break 2
7328 fi
7329 done
7330 done
7331 IFS=$as_save_IFS
7332
7333 fi
7334 fi
7335 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7336 if test -n "$ac_ct_LIPO"; then
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7338 $as_echo "$ac_ct_LIPO" >&6; }
7339 else
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341 $as_echo "no" >&6; }
7342 fi
7343
7344 if test "x$ac_ct_LIPO" = x; then
7345 LIPO=":"
7346 else
7347 case $cross_compiling:$ac_tool_warned in
7348 yes:)
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7351 ac_tool_warned=yes ;;
7352 esac
7353 LIPO=$ac_ct_LIPO
7354 fi
7355 else
7356 LIPO="$ac_cv_prog_LIPO"
7357 fi
7358
7359 if test -n "$ac_tool_prefix"; then
7360 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7361 set dummy ${ac_tool_prefix}otool; ac_word=$2
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7363 $as_echo_n "checking for $ac_word... " >&6; }
7364 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7365 $as_echo_n "(cached) " >&6
7366 else
7367 if test -n "$OTOOL"; then
7368 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7369 else
7370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7371 for as_dir in $PATH
7372 do
7373 IFS=$as_save_IFS
7374 test -z "$as_dir" && as_dir=.
7375 for ac_exec_ext in '' $ac_executable_extensions; do
7376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7377 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7379 break 2
7380 fi
7381 done
7382 done
7383 IFS=$as_save_IFS
7384
7385 fi
7386 fi
7387 OTOOL=$ac_cv_prog_OTOOL
7388 if test -n "$OTOOL"; then
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7390 $as_echo "$OTOOL" >&6; }
7391 else
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7393 $as_echo "no" >&6; }
7394 fi
7395
7396
7397 fi
7398 if test -z "$ac_cv_prog_OTOOL"; then
7399 ac_ct_OTOOL=$OTOOL
7400 # Extract the first word of "otool", so it can be a program name with args.
7401 set dummy otool; ac_word=$2
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7403 $as_echo_n "checking for $ac_word... " >&6; }
7404 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7405 $as_echo_n "(cached) " >&6
7406 else
7407 if test -n "$ac_ct_OTOOL"; then
7408 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7409 else
7410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7411 for as_dir in $PATH
7412 do
7413 IFS=$as_save_IFS
7414 test -z "$as_dir" && as_dir=.
7415 for ac_exec_ext in '' $ac_executable_extensions; do
7416 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7417 ac_cv_prog_ac_ct_OTOOL="otool"
7418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7419 break 2
7420 fi
7421 done
7422 done
7423 IFS=$as_save_IFS
7424
7425 fi
7426 fi
7427 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7428 if test -n "$ac_ct_OTOOL"; then
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7430 $as_echo "$ac_ct_OTOOL" >&6; }
7431 else
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433 $as_echo "no" >&6; }
7434 fi
7435
7436 if test "x$ac_ct_OTOOL" = x; then
7437 OTOOL=":"
7438 else
7439 case $cross_compiling:$ac_tool_warned in
7440 yes:)
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7443 ac_tool_warned=yes ;;
7444 esac
7445 OTOOL=$ac_ct_OTOOL
7446 fi
7447 else
7448 OTOOL="$ac_cv_prog_OTOOL"
7449 fi
7450
7451 if test -n "$ac_tool_prefix"; then
7452 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7453 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7455 $as_echo_n "checking for $ac_word... " >&6; }
7456 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 if test -n "$OTOOL64"; then
7460 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7461 else
7462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463 for as_dir in $PATH
7464 do
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
7467 for ac_exec_ext in '' $ac_executable_extensions; do
7468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7469 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 break 2
7472 fi
7473 done
7474 done
7475 IFS=$as_save_IFS
7476
7477 fi
7478 fi
7479 OTOOL64=$ac_cv_prog_OTOOL64
7480 if test -n "$OTOOL64"; then
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7482 $as_echo "$OTOOL64" >&6; }
7483 else
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485 $as_echo "no" >&6; }
7486 fi
7487
7488
7489 fi
7490 if test -z "$ac_cv_prog_OTOOL64"; then
7491 ac_ct_OTOOL64=$OTOOL64
7492 # Extract the first word of "otool64", so it can be a program name with args.
7493 set dummy otool64; ac_word=$2
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7495 $as_echo_n "checking for $ac_word... " >&6; }
7496 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7497 $as_echo_n "(cached) " >&6
7498 else
7499 if test -n "$ac_ct_OTOOL64"; then
7500 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7501 else
7502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7503 for as_dir in $PATH
7504 do
7505 IFS=$as_save_IFS
7506 test -z "$as_dir" && as_dir=.
7507 for ac_exec_ext in '' $ac_executable_extensions; do
7508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7509 ac_cv_prog_ac_ct_OTOOL64="otool64"
7510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7511 break 2
7512 fi
7513 done
7514 done
7515 IFS=$as_save_IFS
7516
7517 fi
7518 fi
7519 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7520 if test -n "$ac_ct_OTOOL64"; then
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7522 $as_echo "$ac_ct_OTOOL64" >&6; }
7523 else
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525 $as_echo "no" >&6; }
7526 fi
7527
7528 if test "x$ac_ct_OTOOL64" = x; then
7529 OTOOL64=":"
7530 else
7531 case $cross_compiling:$ac_tool_warned in
7532 yes:)
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7535 ac_tool_warned=yes ;;
7536 esac
7537 OTOOL64=$ac_ct_OTOOL64
7538 fi
7539 else
7540 OTOOL64="$ac_cv_prog_OTOOL64"
7541 fi
7542
7543
7544
7545
7546
7547
7548
7549
7550
7551
7552
7553
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7570 $as_echo_n "checking for -single_module linker flag... " >&6; }
7571 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7572 $as_echo_n "(cached) " >&6
7573 else
7574 lt_cv_apple_cc_single_mod=no
7575 if test -z "${LT_MULTI_MODULE}"; then
7576 # By default we will add the -single_module flag. You can override
7577 # by either setting the environment variable LT_MULTI_MODULE
7578 # non-empty at configure time, or by adding -multi_module to the
7579 # link flags.
7580 rm -rf libconftest.dylib*
7581 echo "int foo(void){return 1;}" > conftest.c
7582 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7583 -dynamiclib -Wl,-single_module conftest.c" >&5
7584 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7585 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7586 _lt_result=$?
7587 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7588 lt_cv_apple_cc_single_mod=yes
7589 else
7590 cat conftest.err >&5
7591 fi
7592 rm -rf libconftest.dylib*
7593 rm -f conftest.*
7594 fi
7595 fi
7596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7597 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7599 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7600 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7601 $as_echo_n "(cached) " >&6
7602 else
7603 lt_cv_ld_exported_symbols_list=no
7604 save_LDFLAGS=$LDFLAGS
7605 echo "_main" > conftest.sym
7606 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7608 /* end confdefs.h. */
7609
7610 int
7611 main ()
7612 {
7613
7614 ;
7615 return 0;
7616 }
7617 _ACEOF
7618 if ac_fn_c_try_link "$LINENO"; then :
7619 lt_cv_ld_exported_symbols_list=yes
7620 else
7621 lt_cv_ld_exported_symbols_list=no
7622 fi
7623 rm -f core conftest.err conftest.$ac_objext \
7624 conftest$ac_exeext conftest.$ac_ext
7625 LDFLAGS="$save_LDFLAGS"
7626
7627 fi
7628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7629 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7631 $as_echo_n "checking for -force_load linker flag... " >&6; }
7632 if test "${lt_cv_ld_force_load+set}" = set; then :
7633 $as_echo_n "(cached) " >&6
7634 else
7635 lt_cv_ld_force_load=no
7636 cat > conftest.c << _LT_EOF
7637 int forced_loaded() { return 2;}
7638 _LT_EOF
7639 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7640 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7641 echo "$AR cru libconftest.a conftest.o" >&5
7642 $AR cru libconftest.a conftest.o 2>&5
7643 cat > conftest.c << _LT_EOF
7644 int main() { return 0;}
7645 _LT_EOF
7646 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7647 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7648 _lt_result=$?
7649 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7650 lt_cv_ld_force_load=yes
7651 else
7652 cat conftest.err >&5
7653 fi
7654 rm -f conftest.err libconftest.a conftest conftest.c
7655 rm -rf conftest.dSYM
7656
7657 fi
7658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7659 $as_echo "$lt_cv_ld_force_load" >&6; }
7660 case $host_os in
7661 rhapsody* | darwin1.[012])
7662 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7663 darwin1.*)
7664 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7665 darwin*) # darwin 5.x on
7666 # if running on 10.5 or later, the deployment target defaults
7667 # to the OS version, if on x86, and 10.4, the deployment
7668 # target defaults to 10.4. Don't you love it?
7669 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7670 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7671 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7672 10.[012][,.]*)
7673 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7674 10.*)
7675 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7676 esac
7677 ;;
7678 esac
7679 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7680 _lt_dar_single_mod='$single_module'
7681 fi
7682 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7683 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7684 else
7685 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7686 fi
7687 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7688 _lt_dsymutil='~$DSYMUTIL $lib || :'
7689 else
7690 _lt_dsymutil=
7691 fi
7692 ;;
7693 esac
7694
7695 for ac_header in dlfcn.h
7696 do :
7697 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7698 "
7699 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7700 cat >>confdefs.h <<_ACEOF
7701 #define HAVE_DLFCN_H 1
7702 _ACEOF
7703
7704 fi
7705
7706 done
7707
7708
7709
7710
7711
7712 # Set options
7713
7714
7715
7716 enable_dlopen=no
7717
7718
7719 enable_win32_dll=no
7720
7721
7722
7723 # Check whether --enable-static was given.
7724 if test "${enable_static+set}" = set; then :
7725 enableval=$enable_static; p=${PACKAGE-default}
7726 case $enableval in
7727 yes) enable_static=yes ;;
7728 no) enable_static=no ;;
7729 *)
7730 enable_static=no
7731 # Look at the argument we got. We use all the common list separators.
7732 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7733 for pkg in $enableval; do
7734 IFS="$lt_save_ifs"
7735 if test "X$pkg" = "X$p"; then
7736 enable_static=yes
7737 fi
7738 done
7739 IFS="$lt_save_ifs"
7740 ;;
7741 esac
7742 else
7743 enable_static=yes
7744 fi
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755 # Check whether --with-pic was given.
7756 if test "${with_pic+set}" = set; then :
7757 withval=$with_pic; pic_mode="$withval"
7758 else
7759 pic_mode=default
7760 fi
7761
7762
7763 test -z "$pic_mode" && pic_mode=default
7764
7765
7766
7767
7768
7769
7770
7771 # Check whether --enable-fast-install was given.
7772 if test "${enable_fast_install+set}" = set; then :
7773 enableval=$enable_fast_install; p=${PACKAGE-default}
7774 case $enableval in
7775 yes) enable_fast_install=yes ;;
7776 no) enable_fast_install=no ;;
7777 *)
7778 enable_fast_install=no
7779 # Look at the argument we got. We use all the common list separators.
7780 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7781 for pkg in $enableval; do
7782 IFS="$lt_save_ifs"
7783 if test "X$pkg" = "X$p"; then
7784 enable_fast_install=yes
7785 fi
7786 done
7787 IFS="$lt_save_ifs"
7788 ;;
7789 esac
7790 else
7791 enable_fast_install=yes
7792 fi
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804 # This can be used to rebuild libtool when needed
7805 LIBTOOL_DEPS="$ltmain"
7806
7807 # Always use our own libtool.
7808 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7809
7810
7811
7812
7813
7814
7815
7816
7817
7818
7819
7820
7821
7822
7823
7824
7825
7826
7827
7828
7829
7830
7831
7832
7833
7834
7835 test -z "$LN_S" && LN_S="ln -s"
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846
7847
7848
7849
7850 if test -n "${ZSH_VERSION+set}" ; then
7851 setopt NO_GLOB_SUBST
7852 fi
7853
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7855 $as_echo_n "checking for objdir... " >&6; }
7856 if test "${lt_cv_objdir+set}" = set; then :
7857 $as_echo_n "(cached) " >&6
7858 else
7859 rm -f .libs 2>/dev/null
7860 mkdir .libs 2>/dev/null
7861 if test -d .libs; then
7862 lt_cv_objdir=.libs
7863 else
7864 # MS-DOS does not allow filenames that begin with a dot.
7865 lt_cv_objdir=_libs
7866 fi
7867 rmdir .libs 2>/dev/null
7868 fi
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7870 $as_echo "$lt_cv_objdir" >&6; }
7871 objdir=$lt_cv_objdir
7872
7873
7874
7875
7876
7877 cat >>confdefs.h <<_ACEOF
7878 #define LT_OBJDIR "$lt_cv_objdir/"
7879 _ACEOF
7880
7881
7882
7883
7884 case $host_os in
7885 aix3*)
7886 # AIX sometimes has problems with the GCC collect2 program. For some
7887 # reason, if we set the COLLECT_NAMES environment variable, the problems
7888 # vanish in a puff of smoke.
7889 if test "X${COLLECT_NAMES+set}" != Xset; then
7890 COLLECT_NAMES=
7891 export COLLECT_NAMES
7892 fi
7893 ;;
7894 esac
7895
7896 # Global variables:
7897 ofile=libtool
7898 can_build_shared=yes
7899
7900 # All known linkers require a `.a' archive for static linking (except MSVC,
7901 # which needs '.lib').
7902 libext=a
7903
7904 with_gnu_ld="$lt_cv_prog_gnu_ld"
7905
7906 old_CC="$CC"
7907 old_CFLAGS="$CFLAGS"
7908
7909 # Set sane defaults for various variables
7910 test -z "$CC" && CC=cc
7911 test -z "$LTCC" && LTCC=$CC
7912 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7913 test -z "$LD" && LD=ld
7914 test -z "$ac_objext" && ac_objext=o
7915
7916 for cc_temp in $compiler""; do
7917 case $cc_temp in
7918 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7919 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7920 \-*) ;;
7921 *) break;;
7922 esac
7923 done
7924 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7925
7926
7927 # Only perform the check for file, if the check method requires it
7928 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7929 case $deplibs_check_method in
7930 file_magic*)
7931 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7933 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7934 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7935 $as_echo_n "(cached) " >&6
7936 else
7937 case $MAGIC_CMD in
7938 [\\/*] | ?:[\\/]*)
7939 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7940 ;;
7941 *)
7942 lt_save_MAGIC_CMD="$MAGIC_CMD"
7943 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7944 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7945 for ac_dir in $ac_dummy; do
7946 IFS="$lt_save_ifs"
7947 test -z "$ac_dir" && ac_dir=.
7948 if test -f $ac_dir/${ac_tool_prefix}file; then
7949 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7950 if test -n "$file_magic_test_file"; then
7951 case $deplibs_check_method in
7952 "file_magic "*)
7953 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7954 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7955 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7956 $EGREP "$file_magic_regex" > /dev/null; then
7957 :
7958 else
7959 cat <<_LT_EOF 1>&2
7960
7961 *** Warning: the command libtool uses to detect shared libraries,
7962 *** $file_magic_cmd, produces output that libtool cannot recognize.
7963 *** The result is that libtool may fail to recognize shared libraries
7964 *** as such. This will affect the creation of libtool libraries that
7965 *** depend on shared libraries, but programs linked with such libtool
7966 *** libraries will work regardless of this problem. Nevertheless, you
7967 *** may want to report the problem to your system manager and/or to
7968 *** bug-libtool@gnu.org
7969
7970 _LT_EOF
7971 fi ;;
7972 esac
7973 fi
7974 break
7975 fi
7976 done
7977 IFS="$lt_save_ifs"
7978 MAGIC_CMD="$lt_save_MAGIC_CMD"
7979 ;;
7980 esac
7981 fi
7982
7983 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7984 if test -n "$MAGIC_CMD"; then
7985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7986 $as_echo "$MAGIC_CMD" >&6; }
7987 else
7988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7989 $as_echo "no" >&6; }
7990 fi
7991
7992
7993
7994
7995
7996 if test -z "$lt_cv_path_MAGIC_CMD"; then
7997 if test -n "$ac_tool_prefix"; then
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7999 $as_echo_n "checking for file... " >&6; }
8000 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8001 $as_echo_n "(cached) " >&6
8002 else
8003 case $MAGIC_CMD in
8004 [\\/*] | ?:[\\/]*)
8005 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8006 ;;
8007 *)
8008 lt_save_MAGIC_CMD="$MAGIC_CMD"
8009 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8010 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8011 for ac_dir in $ac_dummy; do
8012 IFS="$lt_save_ifs"
8013 test -z "$ac_dir" && ac_dir=.
8014 if test -f $ac_dir/file; then
8015 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8016 if test -n "$file_magic_test_file"; then
8017 case $deplibs_check_method in
8018 "file_magic "*)
8019 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8020 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8021 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8022 $EGREP "$file_magic_regex" > /dev/null; then
8023 :
8024 else
8025 cat <<_LT_EOF 1>&2
8026
8027 *** Warning: the command libtool uses to detect shared libraries,
8028 *** $file_magic_cmd, produces output that libtool cannot recognize.
8029 *** The result is that libtool may fail to recognize shared libraries
8030 *** as such. This will affect the creation of libtool libraries that
8031 *** depend on shared libraries, but programs linked with such libtool
8032 *** libraries will work regardless of this problem. Nevertheless, you
8033 *** may want to report the problem to your system manager and/or to
8034 *** bug-libtool@gnu.org
8035
8036 _LT_EOF
8037 fi ;;
8038 esac
8039 fi
8040 break
8041 fi
8042 done
8043 IFS="$lt_save_ifs"
8044 MAGIC_CMD="$lt_save_MAGIC_CMD"
8045 ;;
8046 esac
8047 fi
8048
8049 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8050 if test -n "$MAGIC_CMD"; then
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8052 $as_echo "$MAGIC_CMD" >&6; }
8053 else
8054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8055 $as_echo "no" >&6; }
8056 fi
8057
8058
8059 else
8060 MAGIC_CMD=:
8061 fi
8062 fi
8063
8064 fi
8065 ;;
8066 esac
8067
8068 # Use C for the default configuration in the libtool script
8069
8070 lt_save_CC="$CC"
8071 ac_ext=c
8072 ac_cpp='$CPP $CPPFLAGS'
8073 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8074 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8075 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8076
8077
8078 # Source file extension for C test sources.
8079 ac_ext=c
8080
8081 # Object file extension for compiled C test sources.
8082 objext=o
8083 objext=$objext
8084
8085 # Code to be used in simple compile tests
8086 lt_simple_compile_test_code="int some_variable = 0;"
8087
8088 # Code to be used in simple link tests
8089 lt_simple_link_test_code='int main(){return(0);}'
8090
8091
8092
8093
8094
8095
8096
8097 # If no C compiler was specified, use CC.
8098 LTCC=${LTCC-"$CC"}
8099
8100 # If no C compiler flags were specified, use CFLAGS.
8101 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8102
8103 # Allow CC to be a program name with arguments.
8104 compiler=$CC
8105
8106 # Save the default compiler, since it gets overwritten when the other
8107 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8108 compiler_DEFAULT=$CC
8109
8110 # save warnings/boilerplate of simple test code
8111 ac_outfile=conftest.$ac_objext
8112 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8113 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8114 _lt_compiler_boilerplate=`cat conftest.err`
8115 $RM conftest*
8116
8117 ac_outfile=conftest.$ac_objext
8118 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8119 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8120 _lt_linker_boilerplate=`cat conftest.err`
8121 $RM -r conftest*
8122
8123
8124 ## CAVEAT EMPTOR:
8125 ## There is no encapsulation within the following macros, do not change
8126 ## the running order or otherwise move them around unless you know exactly
8127 ## what you are doing...
8128 if test -n "$compiler"; then
8129
8130 lt_prog_compiler_no_builtin_flag=
8131
8132 if test "$GCC" = yes; then
8133 case $cc_basename in
8134 nvcc*)
8135 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8136 *)
8137 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8138 esac
8139
8140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8141 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8142 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8143 $as_echo_n "(cached) " >&6
8144 else
8145 lt_cv_prog_compiler_rtti_exceptions=no
8146 ac_outfile=conftest.$ac_objext
8147 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8148 lt_compiler_flag="-fno-rtti -fno-exceptions"
8149 # Insert the option either (1) after the last *FLAGS variable, or
8150 # (2) before a word containing "conftest.", or (3) at the end.
8151 # Note that $ac_compile itself does not contain backslashes and begins
8152 # with a dollar sign (not a hyphen), so the echo should work correctly.
8153 # The option is referenced via a variable to avoid confusing sed.
8154 lt_compile=`echo "$ac_compile" | $SED \
8155 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8156 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8157 -e 's:$: $lt_compiler_flag:'`
8158 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8159 (eval "$lt_compile" 2>conftest.err)
8160 ac_status=$?
8161 cat conftest.err >&5
8162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8163 if (exit $ac_status) && test -s "$ac_outfile"; then
8164 # The compiler can only warn and ignore the option if not recognized
8165 # So say no if there are warnings other than the usual output.
8166 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8167 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8168 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8169 lt_cv_prog_compiler_rtti_exceptions=yes
8170 fi
8171 fi
8172 $RM conftest*
8173
8174 fi
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8176 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8177
8178 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8179 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8180 else
8181 :
8182 fi
8183
8184 fi
8185
8186
8187
8188
8189
8190
8191 lt_prog_compiler_wl=
8192 lt_prog_compiler_pic=
8193 lt_prog_compiler_static=
8194
8195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8196 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8197
8198 if test "$GCC" = yes; then
8199 lt_prog_compiler_wl='-Wl,'
8200 lt_prog_compiler_static='-static'
8201
8202 case $host_os in
8203 aix*)
8204 # All AIX code is PIC.
8205 if test "$host_cpu" = ia64; then
8206 # AIX 5 now supports IA64 processor
8207 lt_prog_compiler_static='-Bstatic'
8208 fi
8209 lt_prog_compiler_pic='-fPIC'
8210 ;;
8211
8212 amigaos*)
8213 case $host_cpu in
8214 powerpc)
8215 # see comment about AmigaOS4 .so support
8216 lt_prog_compiler_pic='-fPIC'
8217 ;;
8218 m68k)
8219 # FIXME: we need at least 68020 code to build shared libraries, but
8220 # adding the `-m68020' flag to GCC prevents building anything better,
8221 # like `-m68040'.
8222 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8223 ;;
8224 esac
8225 ;;
8226
8227 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8228 # PIC is the default for these OSes.
8229 ;;
8230
8231 mingw* | cygwin* | pw32* | os2* | cegcc*)
8232 # This hack is so that the source file can tell whether it is being
8233 # built for inclusion in a dll (and should export symbols for example).
8234 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8235 # (--disable-auto-import) libraries
8236 lt_prog_compiler_pic='-DDLL_EXPORT'
8237 ;;
8238
8239 darwin* | rhapsody*)
8240 # PIC is the default on this platform
8241 # Common symbols not allowed in MH_DYLIB files
8242 lt_prog_compiler_pic='-fno-common'
8243 ;;
8244
8245 haiku*)
8246 # PIC is the default for Haiku.
8247 # The "-static" flag exists, but is broken.
8248 lt_prog_compiler_static=
8249 ;;
8250
8251 hpux*)
8252 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8253 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8254 # sets the default TLS model and affects inlining.
8255 case $host_cpu in
8256 hppa*64*)
8257 # +Z the default
8258 ;;
8259 *)
8260 lt_prog_compiler_pic='-fPIC'
8261 ;;
8262 esac
8263 ;;
8264
8265 interix[3-9]*)
8266 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8267 # Instead, we relocate shared libraries at runtime.
8268 ;;
8269
8270 msdosdjgpp*)
8271 # Just because we use GCC doesn't mean we suddenly get shared libraries
8272 # on systems that don't support them.
8273 lt_prog_compiler_can_build_shared=no
8274 enable_shared=no
8275 ;;
8276
8277 *nto* | *qnx*)
8278 # QNX uses GNU C++, but need to define -shared option too, otherwise
8279 # it will coredump.
8280 lt_prog_compiler_pic='-fPIC -shared'
8281 ;;
8282
8283 sysv4*MP*)
8284 if test -d /usr/nec; then
8285 lt_prog_compiler_pic=-Kconform_pic
8286 fi
8287 ;;
8288
8289 *)
8290 lt_prog_compiler_pic='-fPIC'
8291 ;;
8292 esac
8293
8294 case $cc_basename in
8295 nvcc*) # Cuda Compiler Driver 2.2
8296 lt_prog_compiler_wl='-Xlinker '
8297 lt_prog_compiler_pic='-Xcompiler -fPIC'
8298 ;;
8299 esac
8300 else
8301 # PORTME Check for flag to pass linker flags through the system compiler.
8302 case $host_os in
8303 aix*)
8304 lt_prog_compiler_wl='-Wl,'
8305 if test "$host_cpu" = ia64; then
8306 # AIX 5 now supports IA64 processor
8307 lt_prog_compiler_static='-Bstatic'
8308 else
8309 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8310 fi
8311 ;;
8312
8313 mingw* | cygwin* | pw32* | os2* | cegcc*)
8314 # This hack is so that the source file can tell whether it is being
8315 # built for inclusion in a dll (and should export symbols for example).
8316 lt_prog_compiler_pic='-DDLL_EXPORT'
8317 ;;
8318
8319 hpux9* | hpux10* | hpux11*)
8320 lt_prog_compiler_wl='-Wl,'
8321 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8322 # not for PA HP-UX.
8323 case $host_cpu in
8324 hppa*64*|ia64*)
8325 # +Z the default
8326 ;;
8327 *)
8328 lt_prog_compiler_pic='+Z'
8329 ;;
8330 esac
8331 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8332 lt_prog_compiler_static='${wl}-a ${wl}archive'
8333 ;;
8334
8335 irix5* | irix6* | nonstopux*)
8336 lt_prog_compiler_wl='-Wl,'
8337 # PIC (with -KPIC) is the default.
8338 lt_prog_compiler_static='-non_shared'
8339 ;;
8340
8341 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8342 case $cc_basename in
8343 # old Intel for x86_64 which still supported -KPIC.
8344 ecc*)
8345 lt_prog_compiler_wl='-Wl,'
8346 lt_prog_compiler_pic='-KPIC'
8347 lt_prog_compiler_static='-static'
8348 ;;
8349 # icc used to be incompatible with GCC.
8350 # ICC 10 doesn't accept -KPIC any more.
8351 icc* | ifort*)
8352 lt_prog_compiler_wl='-Wl,'
8353 lt_prog_compiler_pic='-fPIC'
8354 lt_prog_compiler_static='-static'
8355 ;;
8356 # Lahey Fortran 8.1.
8357 lf95*)
8358 lt_prog_compiler_wl='-Wl,'
8359 lt_prog_compiler_pic='--shared'
8360 lt_prog_compiler_static='--static'
8361 ;;
8362 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8363 # Portland Group compilers (*not* the Pentium gcc compiler,
8364 # which looks to be a dead project)
8365 lt_prog_compiler_wl='-Wl,'
8366 lt_prog_compiler_pic='-fpic'
8367 lt_prog_compiler_static='-Bstatic'
8368 ;;
8369 ccc*)
8370 lt_prog_compiler_wl='-Wl,'
8371 # All Alpha code is PIC.
8372 lt_prog_compiler_static='-non_shared'
8373 ;;
8374 xl* | bgxl* | bgf* | mpixl*)
8375 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8376 lt_prog_compiler_wl='-Wl,'
8377 lt_prog_compiler_pic='-qpic'
8378 lt_prog_compiler_static='-qstaticlink'
8379 ;;
8380 *)
8381 case `$CC -V 2>&1 | sed 5q` in
8382 *Sun\ F* | *Sun*Fortran*)
8383 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8384 lt_prog_compiler_pic='-KPIC'
8385 lt_prog_compiler_static='-Bstatic'
8386 lt_prog_compiler_wl=''
8387 ;;
8388 *Sun\ C*)
8389 # Sun C 5.9
8390 lt_prog_compiler_pic='-KPIC'
8391 lt_prog_compiler_static='-Bstatic'
8392 lt_prog_compiler_wl='-Wl,'
8393 ;;
8394 esac
8395 ;;
8396 esac
8397 ;;
8398
8399 newsos6)
8400 lt_prog_compiler_pic='-KPIC'
8401 lt_prog_compiler_static='-Bstatic'
8402 ;;
8403
8404 *nto* | *qnx*)
8405 # QNX uses GNU C++, but need to define -shared option too, otherwise
8406 # it will coredump.
8407 lt_prog_compiler_pic='-fPIC -shared'
8408 ;;
8409
8410 osf3* | osf4* | osf5*)
8411 lt_prog_compiler_wl='-Wl,'
8412 # All OSF/1 code is PIC.
8413 lt_prog_compiler_static='-non_shared'
8414 ;;
8415
8416 rdos*)
8417 lt_prog_compiler_static='-non_shared'
8418 ;;
8419
8420 solaris*)
8421 lt_prog_compiler_pic='-KPIC'
8422 lt_prog_compiler_static='-Bstatic'
8423 case $cc_basename in
8424 f77* | f90* | f95*)
8425 lt_prog_compiler_wl='-Qoption ld ';;
8426 *)
8427 lt_prog_compiler_wl='-Wl,';;
8428 esac
8429 ;;
8430
8431 sunos4*)
8432 lt_prog_compiler_wl='-Qoption ld '
8433 lt_prog_compiler_pic='-PIC'
8434 lt_prog_compiler_static='-Bstatic'
8435 ;;
8436
8437 sysv4 | sysv4.2uw2* | sysv4.3*)
8438 lt_prog_compiler_wl='-Wl,'
8439 lt_prog_compiler_pic='-KPIC'
8440 lt_prog_compiler_static='-Bstatic'
8441 ;;
8442
8443 sysv4*MP*)
8444 if test -d /usr/nec ;then
8445 lt_prog_compiler_pic='-Kconform_pic'
8446 lt_prog_compiler_static='-Bstatic'
8447 fi
8448 ;;
8449
8450 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8451 lt_prog_compiler_wl='-Wl,'
8452 lt_prog_compiler_pic='-KPIC'
8453 lt_prog_compiler_static='-Bstatic'
8454 ;;
8455
8456 unicos*)
8457 lt_prog_compiler_wl='-Wl,'
8458 lt_prog_compiler_can_build_shared=no
8459 ;;
8460
8461 uts4*)
8462 lt_prog_compiler_pic='-pic'
8463 lt_prog_compiler_static='-Bstatic'
8464 ;;
8465
8466 *)
8467 lt_prog_compiler_can_build_shared=no
8468 ;;
8469 esac
8470 fi
8471
8472 case $host_os in
8473 # For platforms which do not support PIC, -DPIC is meaningless:
8474 *djgpp*)
8475 lt_prog_compiler_pic=
8476 ;;
8477 *)
8478 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8479 ;;
8480 esac
8481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8482 $as_echo "$lt_prog_compiler_pic" >&6; }
8483
8484
8485
8486
8487
8488
8489 #
8490 # Check to make sure the PIC flag actually works.
8491 #
8492 if test -n "$lt_prog_compiler_pic"; then
8493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8494 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8495 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8496 $as_echo_n "(cached) " >&6
8497 else
8498 lt_cv_prog_compiler_pic_works=no
8499 ac_outfile=conftest.$ac_objext
8500 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8501 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8502 # Insert the option either (1) after the last *FLAGS variable, or
8503 # (2) before a word containing "conftest.", or (3) at the end.
8504 # Note that $ac_compile itself does not contain backslashes and begins
8505 # with a dollar sign (not a hyphen), so the echo should work correctly.
8506 # The option is referenced via a variable to avoid confusing sed.
8507 lt_compile=`echo "$ac_compile" | $SED \
8508 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8509 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8510 -e 's:$: $lt_compiler_flag:'`
8511 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8512 (eval "$lt_compile" 2>conftest.err)
8513 ac_status=$?
8514 cat conftest.err >&5
8515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8516 if (exit $ac_status) && test -s "$ac_outfile"; then
8517 # The compiler can only warn and ignore the option if not recognized
8518 # So say no if there are warnings other than the usual output.
8519 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8520 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8521 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8522 lt_cv_prog_compiler_pic_works=yes
8523 fi
8524 fi
8525 $RM conftest*
8526
8527 fi
8528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8529 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8530
8531 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8532 case $lt_prog_compiler_pic in
8533 "" | " "*) ;;
8534 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8535 esac
8536 else
8537 lt_prog_compiler_pic=
8538 lt_prog_compiler_can_build_shared=no
8539 fi
8540
8541 fi
8542
8543
8544
8545
8546
8547
8548 #
8549 # Check to make sure the static flag actually works.
8550 #
8551 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8553 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8554 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8555 $as_echo_n "(cached) " >&6
8556 else
8557 lt_cv_prog_compiler_static_works=no
8558 save_LDFLAGS="$LDFLAGS"
8559 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8560 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8561 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8562 # The linker can only warn and ignore the option if not recognized
8563 # So say no if there are warnings
8564 if test -s conftest.err; then
8565 # Append any errors to the config.log.
8566 cat conftest.err 1>&5
8567 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8568 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8569 if diff conftest.exp conftest.er2 >/dev/null; then
8570 lt_cv_prog_compiler_static_works=yes
8571 fi
8572 else
8573 lt_cv_prog_compiler_static_works=yes
8574 fi
8575 fi
8576 $RM -r conftest*
8577 LDFLAGS="$save_LDFLAGS"
8578
8579 fi
8580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8581 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8582
8583 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8584 :
8585 else
8586 lt_prog_compiler_static=
8587 fi
8588
8589
8590
8591
8592
8593
8594
8595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8596 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8597 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8598 $as_echo_n "(cached) " >&6
8599 else
8600 lt_cv_prog_compiler_c_o=no
8601 $RM -r conftest 2>/dev/null
8602 mkdir conftest
8603 cd conftest
8604 mkdir out
8605 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8606
8607 lt_compiler_flag="-o out/conftest2.$ac_objext"
8608 # Insert the option either (1) after the last *FLAGS variable, or
8609 # (2) before a word containing "conftest.", or (3) at the end.
8610 # Note that $ac_compile itself does not contain backslashes and begins
8611 # with a dollar sign (not a hyphen), so the echo should work correctly.
8612 lt_compile=`echo "$ac_compile" | $SED \
8613 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8614 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8615 -e 's:$: $lt_compiler_flag:'`
8616 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8617 (eval "$lt_compile" 2>out/conftest.err)
8618 ac_status=$?
8619 cat out/conftest.err >&5
8620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8622 then
8623 # The compiler can only warn and ignore the option if not recognized
8624 # So say no if there are warnings
8625 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8626 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8627 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8628 lt_cv_prog_compiler_c_o=yes
8629 fi
8630 fi
8631 chmod u+w . 2>&5
8632 $RM conftest*
8633 # SGI C++ compiler will create directory out/ii_files/ for
8634 # template instantiation
8635 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8636 $RM out/* && rmdir out
8637 cd ..
8638 $RM -r conftest
8639 $RM conftest*
8640
8641 fi
8642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8643 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8644
8645
8646
8647
8648
8649
8650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8651 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8652 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8653 $as_echo_n "(cached) " >&6
8654 else
8655 lt_cv_prog_compiler_c_o=no
8656 $RM -r conftest 2>/dev/null
8657 mkdir conftest
8658 cd conftest
8659 mkdir out
8660 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8661
8662 lt_compiler_flag="-o out/conftest2.$ac_objext"
8663 # Insert the option either (1) after the last *FLAGS variable, or
8664 # (2) before a word containing "conftest.", or (3) at the end.
8665 # Note that $ac_compile itself does not contain backslashes and begins
8666 # with a dollar sign (not a hyphen), so the echo should work correctly.
8667 lt_compile=`echo "$ac_compile" | $SED \
8668 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8669 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8670 -e 's:$: $lt_compiler_flag:'`
8671 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8672 (eval "$lt_compile" 2>out/conftest.err)
8673 ac_status=$?
8674 cat out/conftest.err >&5
8675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8676 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8677 then
8678 # The compiler can only warn and ignore the option if not recognized
8679 # So say no if there are warnings
8680 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8681 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8682 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8683 lt_cv_prog_compiler_c_o=yes
8684 fi
8685 fi
8686 chmod u+w . 2>&5
8687 $RM conftest*
8688 # SGI C++ compiler will create directory out/ii_files/ for
8689 # template instantiation
8690 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8691 $RM out/* && rmdir out
8692 cd ..
8693 $RM -r conftest
8694 $RM conftest*
8695
8696 fi
8697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8698 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8699
8700
8701
8702
8703 hard_links="nottested"
8704 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8705 # do not overwrite the value of need_locks provided by the user
8706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8707 $as_echo_n "checking if we can lock with hard links... " >&6; }
8708 hard_links=yes
8709 $RM conftest*
8710 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8711 touch conftest.a
8712 ln conftest.a conftest.b 2>&5 || hard_links=no
8713 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8715 $as_echo "$hard_links" >&6; }
8716 if test "$hard_links" = no; then
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8718 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8719 need_locks=warn
8720 fi
8721 else
8722 need_locks=no
8723 fi
8724
8725
8726
8727
8728
8729
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8731 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8732
8733 runpath_var=
8734 allow_undefined_flag=
8735 always_export_symbols=no
8736 archive_cmds=
8737 archive_expsym_cmds=
8738 compiler_needs_object=no
8739 enable_shared_with_static_runtimes=no
8740 export_dynamic_flag_spec=
8741 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8742 hardcode_automatic=no
8743 hardcode_direct=no
8744 hardcode_direct_absolute=no
8745 hardcode_libdir_flag_spec=
8746 hardcode_libdir_flag_spec_ld=
8747 hardcode_libdir_separator=
8748 hardcode_minus_L=no
8749 hardcode_shlibpath_var=unsupported
8750 inherit_rpath=no
8751 link_all_deplibs=unknown
8752 module_cmds=
8753 module_expsym_cmds=
8754 old_archive_from_new_cmds=
8755 old_archive_from_expsyms_cmds=
8756 thread_safe_flag_spec=
8757 whole_archive_flag_spec=
8758 # include_expsyms should be a list of space-separated symbols to be *always*
8759 # included in the symbol list
8760 include_expsyms=
8761 # exclude_expsyms can be an extended regexp of symbols to exclude
8762 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8763 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8764 # as well as any symbol that contains `d'.
8765 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8766 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8767 # platforms (ab)use it in PIC code, but their linkers get confused if
8768 # the symbol is explicitly referenced. Since portable code cannot
8769 # rely on this symbol name, it's probably fine to never include it in
8770 # preloaded symbol tables.
8771 # Exclude shared library initialization/finalization symbols.
8772 extract_expsyms_cmds=
8773
8774 case $host_os in
8775 cygwin* | mingw* | pw32* | cegcc*)
8776 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8777 # When not using gcc, we currently assume that we are using
8778 # Microsoft Visual C++.
8779 if test "$GCC" != yes; then
8780 with_gnu_ld=no
8781 fi
8782 ;;
8783 interix*)
8784 # we just hope/assume this is gcc and not c89 (= MSVC++)
8785 with_gnu_ld=yes
8786 ;;
8787 openbsd*)
8788 with_gnu_ld=no
8789 ;;
8790 esac
8791
8792 ld_shlibs=yes
8793
8794 # On some targets, GNU ld is compatible enough with the native linker
8795 # that we're better off using the native interface for both.
8796 lt_use_gnu_ld_interface=no
8797 if test "$with_gnu_ld" = yes; then
8798 case $host_os in
8799 aix*)
8800 # The AIX port of GNU ld has always aspired to compatibility
8801 # with the native linker. However, as the warning in the GNU ld
8802 # block says, versions before 2.19.5* couldn't really create working
8803 # shared libraries, regardless of the interface used.
8804 case `$LD -v 2>&1` in
8805 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8806 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8807 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8808 *)
8809 lt_use_gnu_ld_interface=yes
8810 ;;
8811 esac
8812 ;;
8813 *)
8814 lt_use_gnu_ld_interface=yes
8815 ;;
8816 esac
8817 fi
8818
8819 if test "$lt_use_gnu_ld_interface" = yes; then
8820 # If archive_cmds runs LD, not CC, wlarc should be empty
8821 wlarc='${wl}'
8822
8823 # Set some defaults for GNU ld with shared library support. These
8824 # are reset later if shared libraries are not supported. Putting them
8825 # here allows them to be overridden if necessary.
8826 runpath_var=LD_RUN_PATH
8827 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8828 export_dynamic_flag_spec='${wl}--export-dynamic'
8829 # ancient GNU ld didn't support --whole-archive et. al.
8830 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8831 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8832 else
8833 whole_archive_flag_spec=
8834 fi
8835 supports_anon_versioning=no
8836 case `$LD -v 2>&1` in
8837 *GNU\ gold*) supports_anon_versioning=yes ;;
8838 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8839 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8840 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8841 *\ 2.11.*) ;; # other 2.11 versions
8842 *) supports_anon_versioning=yes ;;
8843 esac
8844
8845 # See if GNU ld supports shared libraries.
8846 case $host_os in
8847 aix[3-9]*)
8848 # On AIX/PPC, the GNU linker is very broken
8849 if test "$host_cpu" != ia64; then
8850 ld_shlibs=no
8851 cat <<_LT_EOF 1>&2
8852
8853 *** Warning: the GNU linker, at least up to release 2.19, is reported
8854 *** to be unable to reliably create shared libraries on AIX.
8855 *** Therefore, libtool is disabling shared libraries support. If you
8856 *** really care for shared libraries, you may want to install binutils
8857 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8858 *** You will then need to restart the configuration process.
8859
8860 _LT_EOF
8861 fi
8862 ;;
8863
8864 amigaos*)
8865 case $host_cpu in
8866 powerpc)
8867 # see comment about AmigaOS4 .so support
8868 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8869 archive_expsym_cmds=''
8870 ;;
8871 m68k)
8872 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)'
8873 hardcode_libdir_flag_spec='-L$libdir'
8874 hardcode_minus_L=yes
8875 ;;
8876 esac
8877 ;;
8878
8879 beos*)
8880 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8881 allow_undefined_flag=unsupported
8882 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8883 # support --undefined. This deserves some investigation. FIXME
8884 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8885 else
8886 ld_shlibs=no
8887 fi
8888 ;;
8889
8890 cygwin* | mingw* | pw32* | cegcc*)
8891 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8892 # as there is no search path for DLLs.
8893 hardcode_libdir_flag_spec='-L$libdir'
8894 export_dynamic_flag_spec='${wl}--export-all-symbols'
8895 allow_undefined_flag=unsupported
8896 always_export_symbols=no
8897 enable_shared_with_static_runtimes=yes
8898 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8899
8900 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8901 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8902 # If the export-symbols file already is a .def file (1st line
8903 # is EXPORTS), use it as is; otherwise, prepend...
8904 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8905 cp $export_symbols $output_objdir/$soname.def;
8906 else
8907 echo EXPORTS > $output_objdir/$soname.def;
8908 cat $export_symbols >> $output_objdir/$soname.def;
8909 fi~
8910 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8911 else
8912 ld_shlibs=no
8913 fi
8914 ;;
8915
8916 haiku*)
8917 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8918 link_all_deplibs=yes
8919 ;;
8920
8921 interix[3-9]*)
8922 hardcode_direct=no
8923 hardcode_shlibpath_var=no
8924 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8925 export_dynamic_flag_spec='${wl}-E'
8926 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8927 # Instead, shared libraries are loaded at an image base (0x10000000 by
8928 # default) and relocated if they conflict, which is a slow very memory
8929 # consuming and fragmenting process. To avoid this, we pick a random,
8930 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8931 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8932 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8933 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'
8934 ;;
8935
8936 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8937 tmp_diet=no
8938 if test "$host_os" = linux-dietlibc; then
8939 case $cc_basename in
8940 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8941 esac
8942 fi
8943 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8944 && test "$tmp_diet" = no
8945 then
8946 tmp_addflag=' $pic_flag'
8947 tmp_sharedflag='-shared'
8948 case $cc_basename,$host_cpu in
8949 pgcc*) # Portland Group C compiler
8950 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'
8951 tmp_addflag=' $pic_flag'
8952 ;;
8953 pgf77* | pgf90* | pgf95* | pgfortran*)
8954 # Portland Group f77 and f90 compilers
8955 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'
8956 tmp_addflag=' $pic_flag -Mnomain' ;;
8957 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8958 tmp_addflag=' -i_dynamic' ;;
8959 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8960 tmp_addflag=' -i_dynamic -nofor_main' ;;
8961 ifc* | ifort*) # Intel Fortran compiler
8962 tmp_addflag=' -nofor_main' ;;
8963 lf95*) # Lahey Fortran 8.1
8964 whole_archive_flag_spec=
8965 tmp_sharedflag='--shared' ;;
8966 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8967 tmp_sharedflag='-qmkshrobj'
8968 tmp_addflag= ;;
8969 nvcc*) # Cuda Compiler Driver 2.2
8970 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'
8971 compiler_needs_object=yes
8972 ;;
8973 esac
8974 case `$CC -V 2>&1 | sed 5q` in
8975 *Sun\ C*) # Sun C 5.9
8976 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'
8977 compiler_needs_object=yes
8978 tmp_sharedflag='-G' ;;
8979 *Sun\ F*) # Sun Fortran 8.3
8980 tmp_sharedflag='-G' ;;
8981 esac
8982 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8983
8984 if test "x$supports_anon_versioning" = xyes; then
8985 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8986 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8987 echo "local: *; };" >> $output_objdir/$libname.ver~
8988 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8989 fi
8990
8991 case $cc_basename in
8992 xlf* | bgf* | bgxlf* | mpixlf*)
8993 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8994 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8995 hardcode_libdir_flag_spec=
8996 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8997 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8998 if test "x$supports_anon_versioning" = xyes; then
8999 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9000 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9001 echo "local: *; };" >> $output_objdir/$libname.ver~
9002 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9003 fi
9004 ;;
9005 esac
9006 else
9007 ld_shlibs=no
9008 fi
9009 ;;
9010
9011 netbsd*)
9012 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9013 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9014 wlarc=
9015 else
9016 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9017 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9018 fi
9019 ;;
9020
9021 solaris*)
9022 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9023 ld_shlibs=no
9024 cat <<_LT_EOF 1>&2
9025
9026 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9027 *** create shared libraries on Solaris systems. Therefore, libtool
9028 *** is disabling shared libraries support. We urge you to upgrade GNU
9029 *** binutils to release 2.9.1 or newer. Another option is to modify
9030 *** your PATH or compiler configuration so that the native linker is
9031 *** used, and then restart.
9032
9033 _LT_EOF
9034 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9035 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9036 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9037 else
9038 ld_shlibs=no
9039 fi
9040 ;;
9041
9042 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9043 case `$LD -v 2>&1` in
9044 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9045 ld_shlibs=no
9046 cat <<_LT_EOF 1>&2
9047
9048 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9049 *** reliably create shared libraries on SCO systems. Therefore, libtool
9050 *** is disabling shared libraries support. We urge you to upgrade GNU
9051 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9052 *** your PATH or compiler configuration so that the native linker is
9053 *** used, and then restart.
9054
9055 _LT_EOF
9056 ;;
9057 *)
9058 # For security reasons, it is highly recommended that you always
9059 # use absolute paths for naming shared libraries, and exclude the
9060 # DT_RUNPATH tag from executables and libraries. But doing so
9061 # requires that you compile everything twice, which is a pain.
9062 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9063 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9064 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9065 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9066 else
9067 ld_shlibs=no
9068 fi
9069 ;;
9070 esac
9071 ;;
9072
9073 sunos4*)
9074 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9075 wlarc=
9076 hardcode_direct=yes
9077 hardcode_shlibpath_var=no
9078 ;;
9079
9080 *)
9081 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9082 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9083 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9084 else
9085 ld_shlibs=no
9086 fi
9087 ;;
9088 esac
9089
9090 if test "$ld_shlibs" = no; then
9091 runpath_var=
9092 hardcode_libdir_flag_spec=
9093 export_dynamic_flag_spec=
9094 whole_archive_flag_spec=
9095 fi
9096 else
9097 # PORTME fill in a description of your system's linker (not GNU ld)
9098 case $host_os in
9099 aix3*)
9100 allow_undefined_flag=unsupported
9101 always_export_symbols=yes
9102 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'
9103 # Note: this linker hardcodes the directories in LIBPATH if there
9104 # are no directories specified by -L.
9105 hardcode_minus_L=yes
9106 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9107 # Neither direct hardcoding nor static linking is supported with a
9108 # broken collect2.
9109 hardcode_direct=unsupported
9110 fi
9111 ;;
9112
9113 aix[4-9]*)
9114 if test "$host_cpu" = ia64; then
9115 # On IA64, the linker does run time linking by default, so we don't
9116 # have to do anything special.
9117 aix_use_runtimelinking=no
9118 exp_sym_flag='-Bexport'
9119 no_entry_flag=""
9120 else
9121 # If we're using GNU nm, then we don't want the "-C" option.
9122 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9123 # Also, AIX nm treats weak defined symbols like other global
9124 # defined symbols, whereas GNU nm marks them as "W".
9125 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9126 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'
9127 else
9128 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'
9129 fi
9130 aix_use_runtimelinking=no
9131
9132 # Test if we are trying to use run time linking or normal
9133 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9134 # need to do runtime linking.
9135 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9136 for ld_flag in $LDFLAGS; do
9137 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9138 aix_use_runtimelinking=yes
9139 break
9140 fi
9141 done
9142 ;;
9143 esac
9144
9145 exp_sym_flag='-bexport'
9146 no_entry_flag='-bnoentry'
9147 fi
9148
9149 # When large executables or shared objects are built, AIX ld can
9150 # have problems creating the table of contents. If linking a library
9151 # or program results in "error TOC overflow" add -mminimal-toc to
9152 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9153 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9154
9155 archive_cmds=''
9156 hardcode_direct=yes
9157 hardcode_direct_absolute=yes
9158 hardcode_libdir_separator=':'
9159 link_all_deplibs=yes
9160 file_list_spec='${wl}-f,'
9161
9162 if test "$GCC" = yes; then
9163 case $host_os in aix4.[012]|aix4.[012].*)
9164 # We only want to do this on AIX 4.2 and lower, the check
9165 # below for broken collect2 doesn't work under 4.3+
9166 collect2name=`${CC} -print-prog-name=collect2`
9167 if test -f "$collect2name" &&
9168 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9169 then
9170 # We have reworked collect2
9171 :
9172 else
9173 # We have old collect2
9174 hardcode_direct=unsupported
9175 # It fails to find uninstalled libraries when the uninstalled
9176 # path is not listed in the libpath. Setting hardcode_minus_L
9177 # to unsupported forces relinking
9178 hardcode_minus_L=yes
9179 hardcode_libdir_flag_spec='-L$libdir'
9180 hardcode_libdir_separator=
9181 fi
9182 ;;
9183 esac
9184 shared_flag='-shared'
9185 if test "$aix_use_runtimelinking" = yes; then
9186 shared_flag="$shared_flag "'${wl}-G'
9187 fi
9188 else
9189 # not using gcc
9190 if test "$host_cpu" = ia64; then
9191 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9192 # chokes on -Wl,-G. The following line is correct:
9193 shared_flag='-G'
9194 else
9195 if test "$aix_use_runtimelinking" = yes; then
9196 shared_flag='${wl}-G'
9197 else
9198 shared_flag='${wl}-bM:SRE'
9199 fi
9200 fi
9201 fi
9202
9203 export_dynamic_flag_spec='${wl}-bexpall'
9204 # It seems that -bexpall does not export symbols beginning with
9205 # underscore (_), so it is better to generate a list of symbols to export.
9206 always_export_symbols=yes
9207 if test "$aix_use_runtimelinking" = yes; then
9208 # Warning - without using the other runtime loading flags (-brtl),
9209 # -berok will link without error, but may produce a broken library.
9210 allow_undefined_flag='-berok'
9211 # Determine the default libpath from the value encoded in an
9212 # empty executable.
9213 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9214 /* end confdefs.h. */
9215
9216 int
9217 main ()
9218 {
9219
9220 ;
9221 return 0;
9222 }
9223 _ACEOF
9224 if ac_fn_c_try_link "$LINENO"; then :
9225
9226 lt_aix_libpath_sed='
9227 /Import File Strings/,/^$/ {
9228 /^0/ {
9229 s/^0 *\(.*\)$/\1/
9230 p
9231 }
9232 }'
9233 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9234 # Check for a 64-bit object if we didn't find anything.
9235 if test -z "$aix_libpath"; then
9236 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9237 fi
9238 fi
9239 rm -f core conftest.err conftest.$ac_objext \
9240 conftest$ac_exeext conftest.$ac_ext
9241 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9242
9243 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9244 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"
9245 else
9246 if test "$host_cpu" = ia64; then
9247 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9248 allow_undefined_flag="-z nodefs"
9249 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"
9250 else
9251 # Determine the default libpath from the value encoded in an
9252 # empty executable.
9253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9254 /* end confdefs.h. */
9255
9256 int
9257 main ()
9258 {
9259
9260 ;
9261 return 0;
9262 }
9263 _ACEOF
9264 if ac_fn_c_try_link "$LINENO"; then :
9265
9266 lt_aix_libpath_sed='
9267 /Import File Strings/,/^$/ {
9268 /^0/ {
9269 s/^0 *\(.*\)$/\1/
9270 p
9271 }
9272 }'
9273 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9274 # Check for a 64-bit object if we didn't find anything.
9275 if test -z "$aix_libpath"; then
9276 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9277 fi
9278 fi
9279 rm -f core conftest.err conftest.$ac_objext \
9280 conftest$ac_exeext conftest.$ac_ext
9281 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9282
9283 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9284 # Warning - without using the other run time loading flags,
9285 # -berok will link without error, but may produce a broken library.
9286 no_undefined_flag=' ${wl}-bernotok'
9287 allow_undefined_flag=' ${wl}-berok'
9288 if test "$with_gnu_ld" = yes; then
9289 # We only use this code for GNU lds that support --whole-archive.
9290 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9291 else
9292 # Exported symbols can be pulled into shared objects from archives
9293 whole_archive_flag_spec='$convenience'
9294 fi
9295 archive_cmds_need_lc=yes
9296 # This is similar to how AIX traditionally builds its shared libraries.
9297 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'
9298 fi
9299 fi
9300 ;;
9301
9302 amigaos*)
9303 case $host_cpu in
9304 powerpc)
9305 # see comment about AmigaOS4 .so support
9306 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9307 archive_expsym_cmds=''
9308 ;;
9309 m68k)
9310 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)'
9311 hardcode_libdir_flag_spec='-L$libdir'
9312 hardcode_minus_L=yes
9313 ;;
9314 esac
9315 ;;
9316
9317 bsdi[45]*)
9318 export_dynamic_flag_spec=-rdynamic
9319 ;;
9320
9321 cygwin* | mingw* | pw32* | cegcc*)
9322 # When not using gcc, we currently assume that we are using
9323 # Microsoft Visual C++.
9324 # hardcode_libdir_flag_spec is actually meaningless, as there is
9325 # no search path for DLLs.
9326 hardcode_libdir_flag_spec=' '
9327 allow_undefined_flag=unsupported
9328 # Tell ltmain to make .lib files, not .a files.
9329 libext=lib
9330 # Tell ltmain to make .dll files, not .so files.
9331 shrext_cmds=".dll"
9332 # FIXME: Setting linknames here is a bad hack.
9333 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9334 # The linker will automatically build a .lib file if we build a DLL.
9335 old_archive_from_new_cmds='true'
9336 # FIXME: Should let the user specify the lib program.
9337 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9338 fix_srcfile_path='`cygpath -w "$srcfile"`'
9339 enable_shared_with_static_runtimes=yes
9340 ;;
9341
9342 darwin* | rhapsody*)
9343
9344
9345 archive_cmds_need_lc=no
9346 hardcode_direct=no
9347 hardcode_automatic=yes
9348 hardcode_shlibpath_var=unsupported
9349 if test "$lt_cv_ld_force_load" = "yes"; then
9350 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\"`'
9351 else
9352 whole_archive_flag_spec=''
9353 fi
9354 link_all_deplibs=yes
9355 allow_undefined_flag="$_lt_dar_allow_undefined"
9356 case $cc_basename in
9357 ifort*) _lt_dar_can_shared=yes ;;
9358 *) _lt_dar_can_shared=$GCC ;;
9359 esac
9360 if test "$_lt_dar_can_shared" = "yes"; then
9361 output_verbose_link_cmd=func_echo_all
9362 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9363 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9364 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}"
9365 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}"
9366
9367 else
9368 ld_shlibs=no
9369 fi
9370
9371 ;;
9372
9373 dgux*)
9374 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9375 hardcode_libdir_flag_spec='-L$libdir'
9376 hardcode_shlibpath_var=no
9377 ;;
9378
9379 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9380 # support. Future versions do this automatically, but an explicit c++rt0.o
9381 # does not break anything, and helps significantly (at the cost of a little
9382 # extra space).
9383 freebsd2.2*)
9384 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9385 hardcode_libdir_flag_spec='-R$libdir'
9386 hardcode_direct=yes
9387 hardcode_shlibpath_var=no
9388 ;;
9389
9390 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9391 freebsd2.*)
9392 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9393 hardcode_direct=yes
9394 hardcode_minus_L=yes
9395 hardcode_shlibpath_var=no
9396 ;;
9397
9398 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9399 freebsd* | dragonfly*)
9400 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9401 hardcode_libdir_flag_spec='-R$libdir'
9402 hardcode_direct=yes
9403 hardcode_shlibpath_var=no
9404 ;;
9405
9406 hpux9*)
9407 if test "$GCC" = yes; then
9408 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'
9409 else
9410 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'
9411 fi
9412 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9413 hardcode_libdir_separator=:
9414 hardcode_direct=yes
9415
9416 # hardcode_minus_L: Not really in the search PATH,
9417 # but as the default location of the library.
9418 hardcode_minus_L=yes
9419 export_dynamic_flag_spec='${wl}-E'
9420 ;;
9421
9422 hpux10*)
9423 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9424 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9425 else
9426 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9427 fi
9428 if test "$with_gnu_ld" = no; then
9429 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9430 hardcode_libdir_flag_spec_ld='+b $libdir'
9431 hardcode_libdir_separator=:
9432 hardcode_direct=yes
9433 hardcode_direct_absolute=yes
9434 export_dynamic_flag_spec='${wl}-E'
9435 # hardcode_minus_L: Not really in the search PATH,
9436 # but as the default location of the library.
9437 hardcode_minus_L=yes
9438 fi
9439 ;;
9440
9441 hpux11*)
9442 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9443 case $host_cpu in
9444 hppa*64*)
9445 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9446 ;;
9447 ia64*)
9448 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9449 ;;
9450 *)
9451 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9452 ;;
9453 esac
9454 else
9455 case $host_cpu in
9456 hppa*64*)
9457 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9458 ;;
9459 ia64*)
9460 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9461 ;;
9462 *)
9463
9464 # Older versions of the 11.00 compiler do not understand -b yet
9465 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9467 $as_echo_n "checking if $CC understands -b... " >&6; }
9468 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9469 $as_echo_n "(cached) " >&6
9470 else
9471 lt_cv_prog_compiler__b=no
9472 save_LDFLAGS="$LDFLAGS"
9473 LDFLAGS="$LDFLAGS -b"
9474 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9475 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9476 # The linker can only warn and ignore the option if not recognized
9477 # So say no if there are warnings
9478 if test -s conftest.err; then
9479 # Append any errors to the config.log.
9480 cat conftest.err 1>&5
9481 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9482 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9483 if diff conftest.exp conftest.er2 >/dev/null; then
9484 lt_cv_prog_compiler__b=yes
9485 fi
9486 else
9487 lt_cv_prog_compiler__b=yes
9488 fi
9489 fi
9490 $RM -r conftest*
9491 LDFLAGS="$save_LDFLAGS"
9492
9493 fi
9494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9495 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9496
9497 if test x"$lt_cv_prog_compiler__b" = xyes; then
9498 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9499 else
9500 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9501 fi
9502
9503 ;;
9504 esac
9505 fi
9506 if test "$with_gnu_ld" = no; then
9507 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9508 hardcode_libdir_separator=:
9509
9510 case $host_cpu in
9511 hppa*64*|ia64*)
9512 hardcode_direct=no
9513 hardcode_shlibpath_var=no
9514 ;;
9515 *)
9516 hardcode_direct=yes
9517 hardcode_direct_absolute=yes
9518 export_dynamic_flag_spec='${wl}-E'
9519
9520 # hardcode_minus_L: Not really in the search PATH,
9521 # but as the default location of the library.
9522 hardcode_minus_L=yes
9523 ;;
9524 esac
9525 fi
9526 ;;
9527
9528 irix5* | irix6* | nonstopux*)
9529 if test "$GCC" = yes; then
9530 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'
9531 # Try to use the -exported_symbol ld option, if it does not
9532 # work, assume that -exports_file does not work either and
9533 # implicitly export all symbols.
9534 save_LDFLAGS="$LDFLAGS"
9535 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9537 /* end confdefs.h. */
9538 int foo(void) {}
9539 _ACEOF
9540 if ac_fn_c_try_link "$LINENO"; then :
9541 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'
9542
9543 fi
9544 rm -f core conftest.err conftest.$ac_objext \
9545 conftest$ac_exeext conftest.$ac_ext
9546 LDFLAGS="$save_LDFLAGS"
9547 else
9548 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'
9549 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'
9550 fi
9551 archive_cmds_need_lc='no'
9552 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9553 hardcode_libdir_separator=:
9554 inherit_rpath=yes
9555 link_all_deplibs=yes
9556 ;;
9557
9558 netbsd*)
9559 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9560 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9561 else
9562 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9563 fi
9564 hardcode_libdir_flag_spec='-R$libdir'
9565 hardcode_direct=yes
9566 hardcode_shlibpath_var=no
9567 ;;
9568
9569 newsos6)
9570 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571 hardcode_direct=yes
9572 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9573 hardcode_libdir_separator=:
9574 hardcode_shlibpath_var=no
9575 ;;
9576
9577 *nto* | *qnx*)
9578 ;;
9579
9580 openbsd*)
9581 if test -f /usr/libexec/ld.so; then
9582 hardcode_direct=yes
9583 hardcode_shlibpath_var=no
9584 hardcode_direct_absolute=yes
9585 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9586 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9587 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9588 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9589 export_dynamic_flag_spec='${wl}-E'
9590 else
9591 case $host_os in
9592 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9593 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9594 hardcode_libdir_flag_spec='-R$libdir'
9595 ;;
9596 *)
9597 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9598 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9599 ;;
9600 esac
9601 fi
9602 else
9603 ld_shlibs=no
9604 fi
9605 ;;
9606
9607 os2*)
9608 hardcode_libdir_flag_spec='-L$libdir'
9609 hardcode_minus_L=yes
9610 allow_undefined_flag=unsupported
9611 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'
9612 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9613 ;;
9614
9615 osf3*)
9616 if test "$GCC" = yes; then
9617 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9618 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'
9619 else
9620 allow_undefined_flag=' -expect_unresolved \*'
9621 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'
9622 fi
9623 archive_cmds_need_lc='no'
9624 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9625 hardcode_libdir_separator=:
9626 ;;
9627
9628 osf4* | osf5*) # as osf3* with the addition of -msym flag
9629 if test "$GCC" = yes; then
9630 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9631 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'
9632 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9633 else
9634 allow_undefined_flag=' -expect_unresolved \*'
9635 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'
9636 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~
9637 $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'
9638
9639 # Both c and cxx compiler support -rpath directly
9640 hardcode_libdir_flag_spec='-rpath $libdir'
9641 fi
9642 archive_cmds_need_lc='no'
9643 hardcode_libdir_separator=:
9644 ;;
9645
9646 solaris*)
9647 no_undefined_flag=' -z defs'
9648 if test "$GCC" = yes; then
9649 wlarc='${wl}'
9650 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9651 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9652 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9653 else
9654 case `$CC -V 2>&1` in
9655 *"Compilers 5.0"*)
9656 wlarc=''
9657 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9658 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9659 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9660 ;;
9661 *)
9662 wlarc='${wl}'
9663 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9664 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9665 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9666 ;;
9667 esac
9668 fi
9669 hardcode_libdir_flag_spec='-R$libdir'
9670 hardcode_shlibpath_var=no
9671 case $host_os in
9672 solaris2.[0-5] | solaris2.[0-5].*) ;;
9673 *)
9674 # The compiler driver will combine and reorder linker options,
9675 # but understands `-z linker_flag'. GCC discards it without `$wl',
9676 # but is careful enough not to reorder.
9677 # Supported since Solaris 2.6 (maybe 2.5.1?)
9678 if test "$GCC" = yes; then
9679 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9680 else
9681 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9682 fi
9683 ;;
9684 esac
9685 link_all_deplibs=yes
9686 ;;
9687
9688 sunos4*)
9689 if test "x$host_vendor" = xsequent; then
9690 # Use $CC to link under sequent, because it throws in some extra .o
9691 # files that make .init and .fini sections work.
9692 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9693 else
9694 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9695 fi
9696 hardcode_libdir_flag_spec='-L$libdir'
9697 hardcode_direct=yes
9698 hardcode_minus_L=yes
9699 hardcode_shlibpath_var=no
9700 ;;
9701
9702 sysv4)
9703 case $host_vendor in
9704 sni)
9705 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9706 hardcode_direct=yes # is this really true???
9707 ;;
9708 siemens)
9709 ## LD is ld it makes a PLAMLIB
9710 ## CC just makes a GrossModule.
9711 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9712 reload_cmds='$CC -r -o $output$reload_objs'
9713 hardcode_direct=no
9714 ;;
9715 motorola)
9716 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9717 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9718 ;;
9719 esac
9720 runpath_var='LD_RUN_PATH'
9721 hardcode_shlibpath_var=no
9722 ;;
9723
9724 sysv4.3*)
9725 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9726 hardcode_shlibpath_var=no
9727 export_dynamic_flag_spec='-Bexport'
9728 ;;
9729
9730 sysv4*MP*)
9731 if test -d /usr/nec; then
9732 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9733 hardcode_shlibpath_var=no
9734 runpath_var=LD_RUN_PATH
9735 hardcode_runpath_var=yes
9736 ld_shlibs=yes
9737 fi
9738 ;;
9739
9740 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9741 no_undefined_flag='${wl}-z,text'
9742 archive_cmds_need_lc=no
9743 hardcode_shlibpath_var=no
9744 runpath_var='LD_RUN_PATH'
9745
9746 if test "$GCC" = yes; then
9747 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9748 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9749 else
9750 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9751 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9752 fi
9753 ;;
9754
9755 sysv5* | sco3.2v5* | sco5v6*)
9756 # Note: We can NOT use -z defs as we might desire, because we do not
9757 # link with -lc, and that would cause any symbols used from libc to
9758 # always be unresolved, which means just about no library would
9759 # ever link correctly. If we're not using GNU ld we use -z text
9760 # though, which does catch some bad symbols but isn't as heavy-handed
9761 # as -z defs.
9762 no_undefined_flag='${wl}-z,text'
9763 allow_undefined_flag='${wl}-z,nodefs'
9764 archive_cmds_need_lc=no
9765 hardcode_shlibpath_var=no
9766 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9767 hardcode_libdir_separator=':'
9768 link_all_deplibs=yes
9769 export_dynamic_flag_spec='${wl}-Bexport'
9770 runpath_var='LD_RUN_PATH'
9771
9772 if test "$GCC" = yes; then
9773 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9774 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9775 else
9776 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9778 fi
9779 ;;
9780
9781 uts4*)
9782 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9783 hardcode_libdir_flag_spec='-L$libdir'
9784 hardcode_shlibpath_var=no
9785 ;;
9786
9787 *)
9788 ld_shlibs=no
9789 ;;
9790 esac
9791
9792 if test x$host_vendor = xsni; then
9793 case $host in
9794 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9795 export_dynamic_flag_spec='${wl}-Blargedynsym'
9796 ;;
9797 esac
9798 fi
9799 fi
9800
9801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9802 $as_echo "$ld_shlibs" >&6; }
9803 test "$ld_shlibs" = no && can_build_shared=no
9804
9805 with_gnu_ld=$with_gnu_ld
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821 #
9822 # Do we need to explicitly link libc?
9823 #
9824 case "x$archive_cmds_need_lc" in
9825 x|xyes)
9826 # Assume -lc should be added
9827 archive_cmds_need_lc=yes
9828
9829 if test "$enable_shared" = yes && test "$GCC" = yes; then
9830 case $archive_cmds in
9831 *'~'*)
9832 # FIXME: we may have to deal with multi-command sequences.
9833 ;;
9834 '$CC '*)
9835 # Test whether the compiler implicitly links with -lc since on some
9836 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9837 # to ld, don't add -lc before -lgcc.
9838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9839 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9840 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9841 $as_echo_n "(cached) " >&6
9842 else
9843 $RM conftest*
9844 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9845
9846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9847 (eval $ac_compile) 2>&5
9848 ac_status=$?
9849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9850 test $ac_status = 0; } 2>conftest.err; then
9851 soname=conftest
9852 lib=conftest
9853 libobjs=conftest.$ac_objext
9854 deplibs=
9855 wl=$lt_prog_compiler_wl
9856 pic_flag=$lt_prog_compiler_pic
9857 compiler_flags=-v
9858 linker_flags=-v
9859 verstring=
9860 output_objdir=.
9861 libname=conftest
9862 lt_save_allow_undefined_flag=$allow_undefined_flag
9863 allow_undefined_flag=
9864 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9865 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9866 ac_status=$?
9867 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9868 test $ac_status = 0; }
9869 then
9870 lt_cv_archive_cmds_need_lc=no
9871 else
9872 lt_cv_archive_cmds_need_lc=yes
9873 fi
9874 allow_undefined_flag=$lt_save_allow_undefined_flag
9875 else
9876 cat conftest.err 1>&5
9877 fi
9878 $RM conftest*
9879
9880 fi
9881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9882 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9883 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9884 ;;
9885 esac
9886 fi
9887 ;;
9888 esac
9889
9890
9891
9892
9893
9894
9895
9896
9897
9898
9899
9900
9901
9902
9903
9904
9905
9906
9907
9908
9909
9910
9911
9912
9913
9914
9915
9916
9917
9918
9919
9920
9921
9922
9923
9924
9925
9926
9927
9928
9929
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10047 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10048
10049 if test "$GCC" = yes; then
10050 case $host_os in
10051 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10052 *) lt_awk_arg="/^libraries:/" ;;
10053 esac
10054 case $host_os in
10055 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10056 *) lt_sed_strip_eq="s,=/,/,g" ;;
10057 esac
10058 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10059 case $lt_search_path_spec in
10060 *\;*)
10061 # if the path contains ";" then we assume it to be the separator
10062 # otherwise default to the standard path separator (i.e. ":") - it is
10063 # assumed that no part of a normal pathname contains ";" but that should
10064 # okay in the real world where ";" in dirpaths is itself problematic.
10065 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10066 ;;
10067 *)
10068 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10069 ;;
10070 esac
10071 # Ok, now we have the path, separated by spaces, we can step through it
10072 # and add multilib dir if necessary.
10073 lt_tmp_lt_search_path_spec=
10074 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10075 for lt_sys_path in $lt_search_path_spec; do
10076 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10077 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10078 else
10079 test -d "$lt_sys_path" && \
10080 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10081 fi
10082 done
10083 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10084 BEGIN {RS=" "; FS="/|\n";} {
10085 lt_foo="";
10086 lt_count=0;
10087 for (lt_i = NF; lt_i > 0; lt_i--) {
10088 if ($lt_i != "" && $lt_i != ".") {
10089 if ($lt_i == "..") {
10090 lt_count++;
10091 } else {
10092 if (lt_count == 0) {
10093 lt_foo="/" $lt_i lt_foo;
10094 } else {
10095 lt_count--;
10096 }
10097 }
10098 }
10099 }
10100 if (lt_foo != "") { lt_freq[lt_foo]++; }
10101 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10102 }'`
10103 # AWK program above erroneously prepends '/' to C:/dos/paths
10104 # for these hosts.
10105 case $host_os in
10106 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10107 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10108 esac
10109 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10110 else
10111 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10112 fi
10113 library_names_spec=
10114 libname_spec='lib$name'
10115 soname_spec=
10116 shrext_cmds=".so"
10117 postinstall_cmds=
10118 postuninstall_cmds=
10119 finish_cmds=
10120 finish_eval=
10121 shlibpath_var=
10122 shlibpath_overrides_runpath=unknown
10123 version_type=none
10124 dynamic_linker="$host_os ld.so"
10125 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10126 need_lib_prefix=unknown
10127 hardcode_into_libs=no
10128
10129 # when you set need_version to no, make sure it does not cause -set_version
10130 # flags to be left without arguments
10131 need_version=unknown
10132
10133 case $host_os in
10134 aix3*)
10135 version_type=linux
10136 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10137 shlibpath_var=LIBPATH
10138
10139 # AIX 3 has no versioning support, so we append a major version to the name.
10140 soname_spec='${libname}${release}${shared_ext}$major'
10141 ;;
10142
10143 aix[4-9]*)
10144 version_type=linux
10145 need_lib_prefix=no
10146 need_version=no
10147 hardcode_into_libs=yes
10148 if test "$host_cpu" = ia64; then
10149 # AIX 5 supports IA64
10150 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10151 shlibpath_var=LD_LIBRARY_PATH
10152 else
10153 # With GCC up to 2.95.x, collect2 would create an import file
10154 # for dependence libraries. The import file would start with
10155 # the line `#! .'. This would cause the generated library to
10156 # depend on `.', always an invalid library. This was fixed in
10157 # development snapshots of GCC prior to 3.0.
10158 case $host_os in
10159 aix4 | aix4.[01] | aix4.[01].*)
10160 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10161 echo ' yes '
10162 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10163 :
10164 else
10165 can_build_shared=no
10166 fi
10167 ;;
10168 esac
10169 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10170 # soname into executable. Probably we can add versioning support to
10171 # collect2, so additional links can be useful in future.
10172 if test "$aix_use_runtimelinking" = yes; then
10173 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10174 # instead of lib<name>.a to let people know that these are not
10175 # typical AIX shared libraries.
10176 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10177 else
10178 # We preserve .a as extension for shared libraries through AIX4.2
10179 # and later when we are not doing run time linking.
10180 library_names_spec='${libname}${release}.a $libname.a'
10181 soname_spec='${libname}${release}${shared_ext}$major'
10182 fi
10183 shlibpath_var=LIBPATH
10184 fi
10185 ;;
10186
10187 amigaos*)
10188 case $host_cpu in
10189 powerpc)
10190 # Since July 2007 AmigaOS4 officially supports .so libraries.
10191 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10192 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10193 ;;
10194 m68k)
10195 library_names_spec='$libname.ixlibrary $libname.a'
10196 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10197 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'
10198 ;;
10199 esac
10200 ;;
10201
10202 beos*)
10203 library_names_spec='${libname}${shared_ext}'
10204 dynamic_linker="$host_os ld.so"
10205 shlibpath_var=LIBRARY_PATH
10206 ;;
10207
10208 bsdi[45]*)
10209 version_type=linux
10210 need_version=no
10211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10212 soname_spec='${libname}${release}${shared_ext}$major'
10213 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10214 shlibpath_var=LD_LIBRARY_PATH
10215 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10216 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10217 # the default ld.so.conf also contains /usr/contrib/lib and
10218 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10219 # libtool to hard-code these into programs
10220 ;;
10221
10222 cygwin* | mingw* | pw32* | cegcc*)
10223 version_type=windows
10224 shrext_cmds=".dll"
10225 need_version=no
10226 need_lib_prefix=no
10227
10228 case $GCC,$host_os in
10229 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10230 library_names_spec='$libname.dll.a'
10231 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10232 postinstall_cmds='base_file=`basename \${file}`~
10233 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10234 dldir=$destdir/`dirname \$dlpath`~
10235 test -d \$dldir || mkdir -p \$dldir~
10236 $install_prog $dir/$dlname \$dldir/$dlname~
10237 chmod a+x \$dldir/$dlname~
10238 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10239 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10240 fi'
10241 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10242 dlpath=$dir/\$dldll~
10243 $RM \$dlpath'
10244 shlibpath_overrides_runpath=yes
10245
10246 case $host_os in
10247 cygwin*)
10248 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10249 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10250
10251 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10252 ;;
10253 mingw* | cegcc*)
10254 # MinGW DLLs use traditional 'lib' prefix
10255 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10256 ;;
10257 pw32*)
10258 # pw32 DLLs use 'pw' prefix rather than 'lib'
10259 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10260 ;;
10261 esac
10262 ;;
10263
10264 *)
10265 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10266 ;;
10267 esac
10268 dynamic_linker='Win32 ld.exe'
10269 # FIXME: first we should search . and the directory the executable is in
10270 shlibpath_var=PATH
10271 ;;
10272
10273 darwin* | rhapsody*)
10274 dynamic_linker="$host_os dyld"
10275 version_type=darwin
10276 need_lib_prefix=no
10277 need_version=no
10278 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10279 soname_spec='${libname}${release}${major}$shared_ext'
10280 shlibpath_overrides_runpath=yes
10281 shlibpath_var=DYLD_LIBRARY_PATH
10282 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10283
10284 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10285 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10286 ;;
10287
10288 dgux*)
10289 version_type=linux
10290 need_lib_prefix=no
10291 need_version=no
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10293 soname_spec='${libname}${release}${shared_ext}$major'
10294 shlibpath_var=LD_LIBRARY_PATH
10295 ;;
10296
10297 freebsd* | dragonfly*)
10298 # DragonFly does not have aout. When/if they implement a new
10299 # versioning mechanism, adjust this.
10300 if test -x /usr/bin/objformat; then
10301 objformat=`/usr/bin/objformat`
10302 else
10303 case $host_os in
10304 freebsd[23].*) objformat=aout ;;
10305 *) objformat=elf ;;
10306 esac
10307 fi
10308 version_type=freebsd-$objformat
10309 case $version_type in
10310 freebsd-elf*)
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10312 need_version=no
10313 need_lib_prefix=no
10314 ;;
10315 freebsd-*)
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10317 need_version=yes
10318 ;;
10319 esac
10320 shlibpath_var=LD_LIBRARY_PATH
10321 case $host_os in
10322 freebsd2.*)
10323 shlibpath_overrides_runpath=yes
10324 ;;
10325 freebsd3.[01]* | freebsdelf3.[01]*)
10326 shlibpath_overrides_runpath=yes
10327 hardcode_into_libs=yes
10328 ;;
10329 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10330 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10331 shlibpath_overrides_runpath=no
10332 hardcode_into_libs=yes
10333 ;;
10334 *) # from 4.6 on, and DragonFly
10335 shlibpath_overrides_runpath=yes
10336 hardcode_into_libs=yes
10337 ;;
10338 esac
10339 ;;
10340
10341 gnu*)
10342 version_type=linux
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LD_LIBRARY_PATH
10348 hardcode_into_libs=yes
10349 ;;
10350
10351 haiku*)
10352 version_type=linux
10353 need_lib_prefix=no
10354 need_version=no
10355 dynamic_linker="$host_os runtime_loader"
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10357 soname_spec='${libname}${release}${shared_ext}$major'
10358 shlibpath_var=LIBRARY_PATH
10359 shlibpath_overrides_runpath=yes
10360 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10361 hardcode_into_libs=yes
10362 ;;
10363
10364 hpux9* | hpux10* | hpux11*)
10365 # Give a soname corresponding to the major version so that dld.sl refuses to
10366 # link against other versions.
10367 version_type=sunos
10368 need_lib_prefix=no
10369 need_version=no
10370 case $host_cpu in
10371 ia64*)
10372 shrext_cmds='.so'
10373 hardcode_into_libs=yes
10374 dynamic_linker="$host_os dld.so"
10375 shlibpath_var=LD_LIBRARY_PATH
10376 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10378 soname_spec='${libname}${release}${shared_ext}$major'
10379 if test "X$HPUX_IA64_MODE" = X32; then
10380 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10381 else
10382 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10383 fi
10384 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10385 ;;
10386 hppa*64*)
10387 shrext_cmds='.sl'
10388 hardcode_into_libs=yes
10389 dynamic_linker="$host_os dld.sl"
10390 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10391 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10393 soname_spec='${libname}${release}${shared_ext}$major'
10394 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10395 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10396 ;;
10397 *)
10398 shrext_cmds='.sl'
10399 dynamic_linker="$host_os dld.sl"
10400 shlibpath_var=SHLIB_PATH
10401 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10402 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10403 soname_spec='${libname}${release}${shared_ext}$major'
10404 ;;
10405 esac
10406 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10407 postinstall_cmds='chmod 555 $lib'
10408 # or fails outright, so override atomically:
10409 install_override_mode=555
10410 ;;
10411
10412 interix[3-9]*)
10413 version_type=linux
10414 need_lib_prefix=no
10415 need_version=no
10416 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10417 soname_spec='${libname}${release}${shared_ext}$major'
10418 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10419 shlibpath_var=LD_LIBRARY_PATH
10420 shlibpath_overrides_runpath=no
10421 hardcode_into_libs=yes
10422 ;;
10423
10424 irix5* | irix6* | nonstopux*)
10425 case $host_os in
10426 nonstopux*) version_type=nonstopux ;;
10427 *)
10428 if test "$lt_cv_prog_gnu_ld" = yes; then
10429 version_type=linux
10430 else
10431 version_type=irix
10432 fi ;;
10433 esac
10434 need_lib_prefix=no
10435 need_version=no
10436 soname_spec='${libname}${release}${shared_ext}$major'
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10438 case $host_os in
10439 irix5* | nonstopux*)
10440 libsuff= shlibsuff=
10441 ;;
10442 *)
10443 case $LD in # libtool.m4 will add one of these switches to LD
10444 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10445 libsuff= shlibsuff= libmagic=32-bit;;
10446 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10447 libsuff=32 shlibsuff=N32 libmagic=N32;;
10448 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10449 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10450 *) libsuff= shlibsuff= libmagic=never-match;;
10451 esac
10452 ;;
10453 esac
10454 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10455 shlibpath_overrides_runpath=no
10456 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10457 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10458 hardcode_into_libs=yes
10459 ;;
10460
10461 # No shared lib support for Linux oldld, aout, or coff.
10462 linux*oldld* | linux*aout* | linux*coff*)
10463 dynamic_linker=no
10464 ;;
10465
10466 # This must be Linux ELF.
10467 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10468 version_type=linux
10469 need_lib_prefix=no
10470 need_version=no
10471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10472 soname_spec='${libname}${release}${shared_ext}$major'
10473 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10474 shlibpath_var=LD_LIBRARY_PATH
10475 shlibpath_overrides_runpath=no
10476
10477 # Some binutils ld are patched to set DT_RUNPATH
10478 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10479 $as_echo_n "(cached) " >&6
10480 else
10481 lt_cv_shlibpath_overrides_runpath=no
10482 save_LDFLAGS=$LDFLAGS
10483 save_libdir=$libdir
10484 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10485 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10487 /* end confdefs.h. */
10488
10489 int
10490 main ()
10491 {
10492
10493 ;
10494 return 0;
10495 }
10496 _ACEOF
10497 if ac_fn_c_try_link "$LINENO"; then :
10498 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10499 lt_cv_shlibpath_overrides_runpath=yes
10500 fi
10501 fi
10502 rm -f core conftest.err conftest.$ac_objext \
10503 conftest$ac_exeext conftest.$ac_ext
10504 LDFLAGS=$save_LDFLAGS
10505 libdir=$save_libdir
10506
10507 fi
10508
10509 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10510
10511 # This implies no fast_install, which is unacceptable.
10512 # Some rework will be needed to allow for fast_install
10513 # before this can be enabled.
10514 hardcode_into_libs=yes
10515
10516 # Append ld.so.conf contents to the search path
10517 if test -f /etc/ld.so.conf; then
10518 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' ' '`
10519 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10520 fi
10521
10522 # We used to test for /lib/ld.so.1 and disable shared libraries on
10523 # powerpc, because MkLinux only supported shared libraries with the
10524 # GNU dynamic linker. Since this was broken with cross compilers,
10525 # most powerpc-linux boxes support dynamic linking these days and
10526 # people can always --disable-shared, the test was removed, and we
10527 # assume the GNU/Linux dynamic linker is in use.
10528 dynamic_linker='GNU/Linux ld.so'
10529 ;;
10530
10531 netbsd*)
10532 version_type=sunos
10533 need_lib_prefix=no
10534 need_version=no
10535 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10537 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10538 dynamic_linker='NetBSD (a.out) ld.so'
10539 else
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10541 soname_spec='${libname}${release}${shared_ext}$major'
10542 dynamic_linker='NetBSD ld.elf_so'
10543 fi
10544 shlibpath_var=LD_LIBRARY_PATH
10545 shlibpath_overrides_runpath=yes
10546 hardcode_into_libs=yes
10547 ;;
10548
10549 newsos6)
10550 version_type=linux
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10552 shlibpath_var=LD_LIBRARY_PATH
10553 shlibpath_overrides_runpath=yes
10554 ;;
10555
10556 *nto* | *qnx*)
10557 version_type=qnx
10558 need_lib_prefix=no
10559 need_version=no
10560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 shlibpath_var=LD_LIBRARY_PATH
10563 shlibpath_overrides_runpath=no
10564 hardcode_into_libs=yes
10565 dynamic_linker='ldqnx.so'
10566 ;;
10567
10568 openbsd*)
10569 version_type=sunos
10570 sys_lib_dlsearch_path_spec="/usr/lib"
10571 need_lib_prefix=no
10572 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10573 case $host_os in
10574 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10575 *) need_version=no ;;
10576 esac
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10578 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10579 shlibpath_var=LD_LIBRARY_PATH
10580 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10581 case $host_os in
10582 openbsd2.[89] | openbsd2.[89].*)
10583 shlibpath_overrides_runpath=no
10584 ;;
10585 *)
10586 shlibpath_overrides_runpath=yes
10587 ;;
10588 esac
10589 else
10590 shlibpath_overrides_runpath=yes
10591 fi
10592 ;;
10593
10594 os2*)
10595 libname_spec='$name'
10596 shrext_cmds=".dll"
10597 need_lib_prefix=no
10598 library_names_spec='$libname${shared_ext} $libname.a'
10599 dynamic_linker='OS/2 ld.exe'
10600 shlibpath_var=LIBPATH
10601 ;;
10602
10603 osf3* | osf4* | osf5*)
10604 version_type=osf
10605 need_lib_prefix=no
10606 need_version=no
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10609 shlibpath_var=LD_LIBRARY_PATH
10610 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10611 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10612 ;;
10613
10614 rdos*)
10615 dynamic_linker=no
10616 ;;
10617
10618 solaris*)
10619 version_type=linux
10620 need_lib_prefix=no
10621 need_version=no
10622 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10623 soname_spec='${libname}${release}${shared_ext}$major'
10624 shlibpath_var=LD_LIBRARY_PATH
10625 shlibpath_overrides_runpath=yes
10626 hardcode_into_libs=yes
10627 # ldd complains unless libraries are executable
10628 postinstall_cmds='chmod +x $lib'
10629 ;;
10630
10631 sunos4*)
10632 version_type=sunos
10633 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10634 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10635 shlibpath_var=LD_LIBRARY_PATH
10636 shlibpath_overrides_runpath=yes
10637 if test "$with_gnu_ld" = yes; then
10638 need_lib_prefix=no
10639 fi
10640 need_version=yes
10641 ;;
10642
10643 sysv4 | sysv4.3*)
10644 version_type=linux
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10646 soname_spec='${libname}${release}${shared_ext}$major'
10647 shlibpath_var=LD_LIBRARY_PATH
10648 case $host_vendor in
10649 sni)
10650 shlibpath_overrides_runpath=no
10651 need_lib_prefix=no
10652 runpath_var=LD_RUN_PATH
10653 ;;
10654 siemens)
10655 need_lib_prefix=no
10656 ;;
10657 motorola)
10658 need_lib_prefix=no
10659 need_version=no
10660 shlibpath_overrides_runpath=no
10661 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10662 ;;
10663 esac
10664 ;;
10665
10666 sysv4*MP*)
10667 if test -d /usr/nec ;then
10668 version_type=linux
10669 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10670 soname_spec='$libname${shared_ext}.$major'
10671 shlibpath_var=LD_LIBRARY_PATH
10672 fi
10673 ;;
10674
10675 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10676 version_type=freebsd-elf
10677 need_lib_prefix=no
10678 need_version=no
10679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10680 soname_spec='${libname}${release}${shared_ext}$major'
10681 shlibpath_var=LD_LIBRARY_PATH
10682 shlibpath_overrides_runpath=yes
10683 hardcode_into_libs=yes
10684 if test "$with_gnu_ld" = yes; then
10685 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10686 else
10687 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10688 case $host_os in
10689 sco3.2v5*)
10690 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10691 ;;
10692 esac
10693 fi
10694 sys_lib_dlsearch_path_spec='/usr/lib'
10695 ;;
10696
10697 tpf*)
10698 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10699 version_type=linux
10700 need_lib_prefix=no
10701 need_version=no
10702 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10703 shlibpath_var=LD_LIBRARY_PATH
10704 shlibpath_overrides_runpath=no
10705 hardcode_into_libs=yes
10706 ;;
10707
10708 uts4*)
10709 version_type=linux
10710 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10711 soname_spec='${libname}${release}${shared_ext}$major'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 ;;
10714
10715 *)
10716 dynamic_linker=no
10717 ;;
10718 esac
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10720 $as_echo "$dynamic_linker" >&6; }
10721 test "$dynamic_linker" = no && can_build_shared=no
10722
10723 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10724 if test "$GCC" = yes; then
10725 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10726 fi
10727
10728 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10729 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10730 fi
10731 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10732 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10733 fi
10734
10735
10736
10737
10738
10739
10740
10741
10742
10743
10744
10745
10746
10747
10748
10749
10750
10751
10752
10753
10754
10755
10756
10757
10758
10759
10760
10761
10762
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10827 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10828 hardcode_action=
10829 if test -n "$hardcode_libdir_flag_spec" ||
10830 test -n "$runpath_var" ||
10831 test "X$hardcode_automatic" = "Xyes" ; then
10832
10833 # We can hardcode non-existent directories.
10834 if test "$hardcode_direct" != no &&
10835 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10836 # have to relink, otherwise we might link with an installed library
10837 # when we should be linking with a yet-to-be-installed one
10838 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10839 test "$hardcode_minus_L" != no; then
10840 # Linking always hardcodes the temporary library directory.
10841 hardcode_action=relink
10842 else
10843 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10844 hardcode_action=immediate
10845 fi
10846 else
10847 # We cannot hardcode anything, or else we can only hardcode existing
10848 # directories.
10849 hardcode_action=unsupported
10850 fi
10851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10852 $as_echo "$hardcode_action" >&6; }
10853
10854 if test "$hardcode_action" = relink ||
10855 test "$inherit_rpath" = yes; then
10856 # Fast installation is not supported
10857 enable_fast_install=no
10858 elif test "$shlibpath_overrides_runpath" = yes ||
10859 test "$enable_shared" = no; then
10860 # Fast installation is not necessary
10861 enable_fast_install=needless
10862 fi
10863
10864
10865
10866
10867
10868
10869 if test "x$enable_dlopen" != xyes; then
10870 enable_dlopen=unknown
10871 enable_dlopen_self=unknown
10872 enable_dlopen_self_static=unknown
10873 else
10874 lt_cv_dlopen=no
10875 lt_cv_dlopen_libs=
10876
10877 case $host_os in
10878 beos*)
10879 lt_cv_dlopen="load_add_on"
10880 lt_cv_dlopen_libs=
10881 lt_cv_dlopen_self=yes
10882 ;;
10883
10884 mingw* | pw32* | cegcc*)
10885 lt_cv_dlopen="LoadLibrary"
10886 lt_cv_dlopen_libs=
10887 ;;
10888
10889 cygwin*)
10890 lt_cv_dlopen="dlopen"
10891 lt_cv_dlopen_libs=
10892 ;;
10893
10894 darwin*)
10895 # if libdl is installed we need to link against it
10896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10897 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10898 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10899 $as_echo_n "(cached) " >&6
10900 else
10901 ac_check_lib_save_LIBS=$LIBS
10902 LIBS="-ldl $LIBS"
10903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10904 /* end confdefs.h. */
10905
10906 /* Override any GCC internal prototype to avoid an error.
10907 Use char because int might match the return type of a GCC
10908 builtin and then its argument prototype would still apply. */
10909 #ifdef __cplusplus
10910 extern "C"
10911 #endif
10912 char dlopen ();
10913 int
10914 main ()
10915 {
10916 return dlopen ();
10917 ;
10918 return 0;
10919 }
10920 _ACEOF
10921 if ac_fn_c_try_link "$LINENO"; then :
10922 ac_cv_lib_dl_dlopen=yes
10923 else
10924 ac_cv_lib_dl_dlopen=no
10925 fi
10926 rm -f core conftest.err conftest.$ac_objext \
10927 conftest$ac_exeext conftest.$ac_ext
10928 LIBS=$ac_check_lib_save_LIBS
10929 fi
10930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10931 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10932 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10933 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10934 else
10935
10936 lt_cv_dlopen="dyld"
10937 lt_cv_dlopen_libs=
10938 lt_cv_dlopen_self=yes
10939
10940 fi
10941
10942 ;;
10943
10944 *)
10945 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10946 if test "x$ac_cv_func_shl_load" = x""yes; then :
10947 lt_cv_dlopen="shl_load"
10948 else
10949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10950 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10951 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10952 $as_echo_n "(cached) " >&6
10953 else
10954 ac_check_lib_save_LIBS=$LIBS
10955 LIBS="-ldld $LIBS"
10956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10957 /* end confdefs.h. */
10958
10959 /* Override any GCC internal prototype to avoid an error.
10960 Use char because int might match the return type of a GCC
10961 builtin and then its argument prototype would still apply. */
10962 #ifdef __cplusplus
10963 extern "C"
10964 #endif
10965 char shl_load ();
10966 int
10967 main ()
10968 {
10969 return shl_load ();
10970 ;
10971 return 0;
10972 }
10973 _ACEOF
10974 if ac_fn_c_try_link "$LINENO"; then :
10975 ac_cv_lib_dld_shl_load=yes
10976 else
10977 ac_cv_lib_dld_shl_load=no
10978 fi
10979 rm -f core conftest.err conftest.$ac_objext \
10980 conftest$ac_exeext conftest.$ac_ext
10981 LIBS=$ac_check_lib_save_LIBS
10982 fi
10983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10984 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10985 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10986 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10987 else
10988 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10989 if test "x$ac_cv_func_dlopen" = x""yes; then :
10990 lt_cv_dlopen="dlopen"
10991 else
10992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10993 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10994 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10995 $as_echo_n "(cached) " >&6
10996 else
10997 ac_check_lib_save_LIBS=$LIBS
10998 LIBS="-ldl $LIBS"
10999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11000 /* end confdefs.h. */
11001
11002 /* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
11005 #ifdef __cplusplus
11006 extern "C"
11007 #endif
11008 char dlopen ();
11009 int
11010 main ()
11011 {
11012 return dlopen ();
11013 ;
11014 return 0;
11015 }
11016 _ACEOF
11017 if ac_fn_c_try_link "$LINENO"; then :
11018 ac_cv_lib_dl_dlopen=yes
11019 else
11020 ac_cv_lib_dl_dlopen=no
11021 fi
11022 rm -f core conftest.err conftest.$ac_objext \
11023 conftest$ac_exeext conftest.$ac_ext
11024 LIBS=$ac_check_lib_save_LIBS
11025 fi
11026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11027 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11028 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11029 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11030 else
11031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11032 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11033 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11034 $as_echo_n "(cached) " >&6
11035 else
11036 ac_check_lib_save_LIBS=$LIBS
11037 LIBS="-lsvld $LIBS"
11038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11039 /* end confdefs.h. */
11040
11041 /* Override any GCC internal prototype to avoid an error.
11042 Use char because int might match the return type of a GCC
11043 builtin and then its argument prototype would still apply. */
11044 #ifdef __cplusplus
11045 extern "C"
11046 #endif
11047 char dlopen ();
11048 int
11049 main ()
11050 {
11051 return dlopen ();
11052 ;
11053 return 0;
11054 }
11055 _ACEOF
11056 if ac_fn_c_try_link "$LINENO"; then :
11057 ac_cv_lib_svld_dlopen=yes
11058 else
11059 ac_cv_lib_svld_dlopen=no
11060 fi
11061 rm -f core conftest.err conftest.$ac_objext \
11062 conftest$ac_exeext conftest.$ac_ext
11063 LIBS=$ac_check_lib_save_LIBS
11064 fi
11065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11066 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11067 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11068 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11069 else
11070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11071 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11072 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11073 $as_echo_n "(cached) " >&6
11074 else
11075 ac_check_lib_save_LIBS=$LIBS
11076 LIBS="-ldld $LIBS"
11077 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11078 /* end confdefs.h. */
11079
11080 /* Override any GCC internal prototype to avoid an error.
11081 Use char because int might match the return type of a GCC
11082 builtin and then its argument prototype would still apply. */
11083 #ifdef __cplusplus
11084 extern "C"
11085 #endif
11086 char dld_link ();
11087 int
11088 main ()
11089 {
11090 return dld_link ();
11091 ;
11092 return 0;
11093 }
11094 _ACEOF
11095 if ac_fn_c_try_link "$LINENO"; then :
11096 ac_cv_lib_dld_dld_link=yes
11097 else
11098 ac_cv_lib_dld_dld_link=no
11099 fi
11100 rm -f core conftest.err conftest.$ac_objext \
11101 conftest$ac_exeext conftest.$ac_ext
11102 LIBS=$ac_check_lib_save_LIBS
11103 fi
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11105 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11106 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11107 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11108 fi
11109
11110
11111 fi
11112
11113
11114 fi
11115
11116
11117 fi
11118
11119
11120 fi
11121
11122
11123 fi
11124
11125 ;;
11126 esac
11127
11128 if test "x$lt_cv_dlopen" != xno; then
11129 enable_dlopen=yes
11130 else
11131 enable_dlopen=no
11132 fi
11133
11134 case $lt_cv_dlopen in
11135 dlopen)
11136 save_CPPFLAGS="$CPPFLAGS"
11137 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11138
11139 save_LDFLAGS="$LDFLAGS"
11140 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11141
11142 save_LIBS="$LIBS"
11143 LIBS="$lt_cv_dlopen_libs $LIBS"
11144
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11146 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11147 if test "${lt_cv_dlopen_self+set}" = set; then :
11148 $as_echo_n "(cached) " >&6
11149 else
11150 if test "$cross_compiling" = yes; then :
11151 lt_cv_dlopen_self=cross
11152 else
11153 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11154 lt_status=$lt_dlunknown
11155 cat > conftest.$ac_ext <<_LT_EOF
11156 #line 11156 "configure"
11157 #include "confdefs.h"
11158
11159 #if HAVE_DLFCN_H
11160 #include <dlfcn.h>
11161 #endif
11162
11163 #include <stdio.h>
11164
11165 #ifdef RTLD_GLOBAL
11166 # define LT_DLGLOBAL RTLD_GLOBAL
11167 #else
11168 # ifdef DL_GLOBAL
11169 # define LT_DLGLOBAL DL_GLOBAL
11170 # else
11171 # define LT_DLGLOBAL 0
11172 # endif
11173 #endif
11174
11175 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11176 find out it does not work in some platform. */
11177 #ifndef LT_DLLAZY_OR_NOW
11178 # ifdef RTLD_LAZY
11179 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11180 # else
11181 # ifdef DL_LAZY
11182 # define LT_DLLAZY_OR_NOW DL_LAZY
11183 # else
11184 # ifdef RTLD_NOW
11185 # define LT_DLLAZY_OR_NOW RTLD_NOW
11186 # else
11187 # ifdef DL_NOW
11188 # define LT_DLLAZY_OR_NOW DL_NOW
11189 # else
11190 # define LT_DLLAZY_OR_NOW 0
11191 # endif
11192 # endif
11193 # endif
11194 # endif
11195 #endif
11196
11197 /* When -fvisbility=hidden is used, assume the code has been annotated
11198 correspondingly for the symbols needed. */
11199 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11200 void fnord () __attribute__((visibility("default")));
11201 #endif
11202
11203 void fnord () { int i=42; }
11204 int main ()
11205 {
11206 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11207 int status = $lt_dlunknown;
11208
11209 if (self)
11210 {
11211 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11212 else
11213 {
11214 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11215 else puts (dlerror ());
11216 }
11217 /* dlclose (self); */
11218 }
11219 else
11220 puts (dlerror ());
11221
11222 return status;
11223 }
11224 _LT_EOF
11225 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11226 (eval $ac_link) 2>&5
11227 ac_status=$?
11228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11229 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11230 (./conftest; exit; ) >&5 2>/dev/null
11231 lt_status=$?
11232 case x$lt_status in
11233 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11234 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11235 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11236 esac
11237 else :
11238 # compilation failed
11239 lt_cv_dlopen_self=no
11240 fi
11241 fi
11242 rm -fr conftest*
11243
11244
11245 fi
11246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11247 $as_echo "$lt_cv_dlopen_self" >&6; }
11248
11249 if test "x$lt_cv_dlopen_self" = xyes; then
11250 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11252 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11253 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11254 $as_echo_n "(cached) " >&6
11255 else
11256 if test "$cross_compiling" = yes; then :
11257 lt_cv_dlopen_self_static=cross
11258 else
11259 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11260 lt_status=$lt_dlunknown
11261 cat > conftest.$ac_ext <<_LT_EOF
11262 #line 11262 "configure"
11263 #include "confdefs.h"
11264
11265 #if HAVE_DLFCN_H
11266 #include <dlfcn.h>
11267 #endif
11268
11269 #include <stdio.h>
11270
11271 #ifdef RTLD_GLOBAL
11272 # define LT_DLGLOBAL RTLD_GLOBAL
11273 #else
11274 # ifdef DL_GLOBAL
11275 # define LT_DLGLOBAL DL_GLOBAL
11276 # else
11277 # define LT_DLGLOBAL 0
11278 # endif
11279 #endif
11280
11281 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11282 find out it does not work in some platform. */
11283 #ifndef LT_DLLAZY_OR_NOW
11284 # ifdef RTLD_LAZY
11285 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11286 # else
11287 # ifdef DL_LAZY
11288 # define LT_DLLAZY_OR_NOW DL_LAZY
11289 # else
11290 # ifdef RTLD_NOW
11291 # define LT_DLLAZY_OR_NOW RTLD_NOW
11292 # else
11293 # ifdef DL_NOW
11294 # define LT_DLLAZY_OR_NOW DL_NOW
11295 # else
11296 # define LT_DLLAZY_OR_NOW 0
11297 # endif
11298 # endif
11299 # endif
11300 # endif
11301 #endif
11302
11303 /* When -fvisbility=hidden is used, assume the code has been annotated
11304 correspondingly for the symbols needed. */
11305 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11306 void fnord () __attribute__((visibility("default")));
11307 #endif
11308
11309 void fnord () { int i=42; }
11310 int main ()
11311 {
11312 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11313 int status = $lt_dlunknown;
11314
11315 if (self)
11316 {
11317 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11318 else
11319 {
11320 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11321 else puts (dlerror ());
11322 }
11323 /* dlclose (self); */
11324 }
11325 else
11326 puts (dlerror ());
11327
11328 return status;
11329 }
11330 _LT_EOF
11331 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11332 (eval $ac_link) 2>&5
11333 ac_status=$?
11334 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11335 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11336 (./conftest; exit; ) >&5 2>/dev/null
11337 lt_status=$?
11338 case x$lt_status in
11339 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11340 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11341 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11342 esac
11343 else :
11344 # compilation failed
11345 lt_cv_dlopen_self_static=no
11346 fi
11347 fi
11348 rm -fr conftest*
11349
11350
11351 fi
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11353 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11354 fi
11355
11356 CPPFLAGS="$save_CPPFLAGS"
11357 LDFLAGS="$save_LDFLAGS"
11358 LIBS="$save_LIBS"
11359 ;;
11360 esac
11361
11362 case $lt_cv_dlopen_self in
11363 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11364 *) enable_dlopen_self=unknown ;;
11365 esac
11366
11367 case $lt_cv_dlopen_self_static in
11368 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11369 *) enable_dlopen_self_static=unknown ;;
11370 esac
11371 fi
11372
11373
11374
11375
11376
11377
11378
11379
11380
11381
11382
11383
11384
11385
11386
11387
11388
11389 striplib=
11390 old_striplib=
11391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11392 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11393 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11394 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11395 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11397 $as_echo "yes" >&6; }
11398 else
11399 # FIXME - insert some real tests, host_os isn't really good enough
11400 case $host_os in
11401 darwin*)
11402 if test -n "$STRIP" ; then
11403 striplib="$STRIP -x"
11404 old_striplib="$STRIP -S"
11405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11406 $as_echo "yes" >&6; }
11407 else
11408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11409 $as_echo "no" >&6; }
11410 fi
11411 ;;
11412 *)
11413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11414 $as_echo "no" >&6; }
11415 ;;
11416 esac
11417 fi
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430 # Report which library types will actually be built
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11432 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11434 $as_echo "$can_build_shared" >&6; }
11435
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11437 $as_echo_n "checking whether to build shared libraries... " >&6; }
11438 test "$can_build_shared" = "no" && enable_shared=no
11439
11440 # On AIX, shared libraries and static libraries use the same namespace, and
11441 # are all built from PIC.
11442 case $host_os in
11443 aix3*)
11444 test "$enable_shared" = yes && enable_static=no
11445 if test -n "$RANLIB"; then
11446 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11447 postinstall_cmds='$RANLIB $lib'
11448 fi
11449 ;;
11450
11451 aix[4-9]*)
11452 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11453 test "$enable_shared" = yes && enable_static=no
11454 fi
11455 ;;
11456 esac
11457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11458 $as_echo "$enable_shared" >&6; }
11459
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11461 $as_echo_n "checking whether to build static libraries... " >&6; }
11462 # Make sure either enable_shared or enable_static is yes.
11463 test "$enable_shared" = yes || enable_static=yes
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11465 $as_echo "$enable_static" >&6; }
11466
11467
11468
11469
11470 fi
11471 ac_ext=c
11472 ac_cpp='$CPP $CPPFLAGS'
11473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11476
11477 CC="$lt_save_CC"
11478
11479
11480
11481
11482
11483
11484
11485
11486
11487
11488
11489
11490
11491 ac_config_commands="$ac_config_commands libtool"
11492
11493
11494
11495
11496 # Only expand once:
11497
11498
11499
11500 # Check whether --enable-targets was given.
11501 if test "${enable_targets+set}" = set; then :
11502 enableval=$enable_targets; case "${enableval}" in
11503 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11504 ;;
11505 no) enable_targets= ;;
11506 *) enable_targets=$enableval ;;
11507 esac
11508 fi
11509
11510
11511 # Set the 'development' global.
11512 . $srcdir/../bfd/development.sh
11513
11514 # Set acp_cpp_for_build variable
11515 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11516
11517 # Default set of GCC warnings to enable.
11518 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11519 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11520
11521 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11523 /* end confdefs.h. */
11524 __GNUC__
11525 _ACEOF
11526 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11527 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11528
11529 else
11530 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11531 fi
11532 rm -f conftest*
11533
11534
11535 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11537 /* end confdefs.h. */
11538 __GNUC__
11539 _ACEOF
11540 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11541 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11542
11543 else
11544 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11545 fi
11546 rm -f conftest*
11547
11548
11549 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11550 WARN_WRITE_STRINGS=""
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552 /* end confdefs.h. */
11553 __GNUC__
11554 _ACEOF
11555 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11556 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11557
11558 else
11559 WARN_WRITE_STRINGS="-Wwrite-strings"
11560 fi
11561 rm -f conftest*
11562
11563
11564 # Verify CC_FOR_BUILD to be compatible with warning flags
11565
11566 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11568 /* end confdefs.h. */
11569 __GNUC__
11570 _ACEOF
11571 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11572 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11573
11574 else
11575 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11576 fi
11577 rm -f conftest*
11578
11579
11580 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11582 /* end confdefs.h. */
11583 __GNUC__
11584 _ACEOF
11585 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11586 $EGREP "^[0-4]$" >/dev/null 2>&1; then :
11587
11588 else
11589 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11590 fi
11591 rm -f conftest*
11592
11593
11594 # Check whether --enable-werror was given.
11595 if test "${enable_werror+set}" = set; then :
11596 enableval=$enable_werror; case "${enableval}" in
11597 yes | y) ERROR_ON_WARNING="yes" ;;
11598 no | n) ERROR_ON_WARNING="no" ;;
11599 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11600 esac
11601 fi
11602
11603
11604 # Disable -Wformat by default when using gcc on mingw
11605 case "${host}" in
11606 *-*-mingw32*)
11607 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11608 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11609 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11610 fi
11611 ;;
11612 *) ;;
11613 esac
11614
11615 # Enable -Werror by default when using gcc. Turn it off for releases.
11616 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11617 ERROR_ON_WARNING=yes
11618 fi
11619
11620 NO_WERROR=
11621 if test "${ERROR_ON_WARNING}" = yes ; then
11622 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11623 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11624 NO_WERROR="-Wno-error"
11625 fi
11626
11627 if test "${GCC}" = yes ; then
11628 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11629 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11630 fi
11631
11632 # Check whether --enable-build-warnings was given.
11633 if test "${enable_build_warnings+set}" = set; then :
11634 enableval=$enable_build_warnings; case "${enableval}" in
11635 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11636 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11637 no) if test "${GCC}" = yes ; then
11638 WARN_CFLAGS="-w"
11639 WARN_CFLAGS_FOR_BUILD="-w"
11640 fi;;
11641 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11642 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11643 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11644 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11645 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11646 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11647 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11648 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11649 esac
11650 fi
11651
11652
11653 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11654 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11655 fi
11656
11657
11658
11659
11660
11661
11662 ac_ext=c
11663 ac_cpp='$CPP $CPPFLAGS'
11664 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11665 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11666 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11667
11668 NO_WMISSING_FIELD_INITIALIZERS=
11669 save_CFLAGS="$CFLAGS"
11670 for real_option in -Wno-missing-field-initializers; do
11671 # Do the check with the no- prefix removed since gcc silently
11672 # accepts any -Wno-* option on purpose
11673 case $real_option in
11674 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11675 *) option=$real_option ;;
11676 esac
11677 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11678
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11680 $as_echo_n "checking whether $CC supports $option... " >&6; }
11681 if { as_var=$as_acx_Woption; eval "test \"\${$as_var+set}\" = set"; }; then :
11682 $as_echo_n "(cached) " >&6
11683 else
11684 CFLAGS="$option"
11685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11686 /* end confdefs.h. */
11687
11688 int
11689 main ()
11690 {
11691
11692 ;
11693 return 0;
11694 }
11695 _ACEOF
11696 if ac_fn_c_try_compile "$LINENO"; then :
11697 eval "$as_acx_Woption=yes"
11698 else
11699 eval "$as_acx_Woption=no"
11700 fi
11701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11702
11703 fi
11704 eval ac_res=\$$as_acx_Woption
11705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11706 $as_echo "$ac_res" >&6; }
11707 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11708 NO_WMISSING_FIELD_INITIALIZERS="$NO_WMISSING_FIELD_INITIALIZERS${NO_WMISSING_FIELD_INITIALIZERS:+ }$real_option"
11709 fi
11710 done
11711 CFLAGS="$save_CFLAGS"
11712 ac_ext=c
11713 ac_cpp='$CPP $CPPFLAGS'
11714 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11715 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11716 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11717
11718
11719
11720 ac_config_headers="$ac_config_headers config.h:config.in"
11721
11722
11723 # PR 14072
11724
11725
11726 if test -z "$target" ; then
11727 as_fn_error "Unrecognized target system type; please check config.sub." "$LINENO" 5
11728 fi
11729
11730
11731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11732 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11733 # Check whether --enable-maintainer-mode was given.
11734 if test "${enable_maintainer_mode+set}" = set; then :
11735 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11736 else
11737 USE_MAINTAINER_MODE=no
11738 fi
11739
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11741 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11742 if test $USE_MAINTAINER_MODE = yes; then
11743 MAINTAINER_MODE_TRUE=
11744 MAINTAINER_MODE_FALSE='#'
11745 else
11746 MAINTAINER_MODE_TRUE='#'
11747 MAINTAINER_MODE_FALSE=
11748 fi
11749
11750 MAINT=$MAINTAINER_MODE_TRUE
11751
11752
11753 case ${build_alias} in
11754 "") build_noncanonical=${build} ;;
11755 *) build_noncanonical=${build_alias} ;;
11756 esac
11757
11758 case ${host_alias} in
11759 "") host_noncanonical=${build_noncanonical} ;;
11760 *) host_noncanonical=${host_alias} ;;
11761 esac
11762
11763 case ${target_alias} in
11764 "") target_noncanonical=${host_noncanonical} ;;
11765 *) target_noncanonical=${target_alias} ;;
11766 esac
11767
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to install libbfd" >&5
11769 $as_echo_n "checking whether to install libbfd... " >&6; }
11770 # Check whether --enable-install-libbfd was given.
11771 if test "${enable_install_libbfd+set}" = set; then :
11772 enableval=$enable_install_libbfd; install_libbfd_p=$enableval
11773 else
11774 if test "${host}" = "${target}" || test "$enable_shared" = "yes"; then
11775 install_libbfd_p=yes
11776 else
11777 install_libbfd_p=no
11778 fi
11779 fi
11780
11781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $install_libbfd_p" >&5
11782 $as_echo "$install_libbfd_p" >&6; }
11783 if test $install_libbfd_p = yes; then
11784 INSTALL_LIBBFD_TRUE=
11785 INSTALL_LIBBFD_FALSE='#'
11786 else
11787 INSTALL_LIBBFD_TRUE='#'
11788 INSTALL_LIBBFD_FALSE=
11789 fi
11790
11791 # Need _noncanonical variables for this.
11792
11793
11794
11795
11796 # libbfd.a is a host library containing target dependent code
11797 bfdlibdir='$(libdir)'
11798 bfdincludedir='$(includedir)'
11799 if test "${host}" != "${target}"; then
11800 bfdlibdir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/lib'
11801 bfdincludedir='$(exec_prefix)/$(host_noncanonical)/$(target_noncanonical)/include'
11802 fi
11803
11804
11805
11806
11807
11808
11809
11810
11811 # host-specific stuff:
11812
11813 ALL_LINGUAS="fr sv tr es da de id pt_BR ro nl fi vi ga zh_CN it uk"
11814 # If we haven't got the data from the intl directory,
11815 # assume NLS is disabled.
11816 USE_NLS=no
11817 LIBINTL=
11818 LIBINTL_DEP=
11819 INCINTL=
11820 XGETTEXT=
11821 GMSGFMT=
11822 POSUB=
11823
11824 if test -f ../intl/config.intl; then
11825 . ../intl/config.intl
11826 fi
11827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11828 $as_echo_n "checking whether NLS is requested... " >&6; }
11829 if test x"$USE_NLS" != xyes; then
11830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11831 $as_echo "no" >&6; }
11832 else
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11834 $as_echo "yes" >&6; }
11835
11836 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
11837
11838
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
11840 $as_echo_n "checking for catalogs to be installed... " >&6; }
11841 # Look for .po and .gmo files in the source directory.
11842 CATALOGS=
11843 XLINGUAS=
11844 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
11845 # If there aren't any .gmo files the shell will give us the
11846 # literal string "../path/to/srcdir/po/*.gmo" which has to be
11847 # weeded out.
11848 case "$cat" in *\**)
11849 continue;;
11850 esac
11851 # The quadruple backslash is collapsed to a double backslash
11852 # by the backticks, then collapsed again by the double quotes,
11853 # leaving us with one backslash in the sed expression (right
11854 # before the dot that mustn't act as a wildcard).
11855 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
11856 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
11857 # The user is allowed to set LINGUAS to a list of languages to
11858 # install catalogs for. If it's empty that means "all of them."
11859 if test "x$LINGUAS" = x; then
11860 CATALOGS="$CATALOGS $cat"
11861 XLINGUAS="$XLINGUAS $lang"
11862 else
11863 case "$LINGUAS" in *$lang*)
11864 CATALOGS="$CATALOGS $cat"
11865 XLINGUAS="$XLINGUAS $lang"
11866 ;;
11867 esac
11868 fi
11869 done
11870 LINGUAS="$XLINGUAS"
11871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
11872 $as_echo "$LINGUAS" >&6; }
11873
11874
11875 DATADIRNAME=share
11876
11877 INSTOBJEXT=.mo
11878
11879 GENCAT=gencat
11880
11881 CATOBJEXT=.gmo
11882
11883 fi
11884
11885 MKINSTALLDIRS=
11886 if test -n "$ac_aux_dir"; then
11887 case "$ac_aux_dir" in
11888 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
11889 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
11890 esac
11891 fi
11892 if test -z "$MKINSTALLDIRS"; then
11893 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
11894 fi
11895
11896
11897
11898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
11899 $as_echo_n "checking whether NLS is requested... " >&6; }
11900 # Check whether --enable-nls was given.
11901 if test "${enable_nls+set}" = set; then :
11902 enableval=$enable_nls; USE_NLS=$enableval
11903 else
11904 USE_NLS=yes
11905 fi
11906
11907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
11908 $as_echo "$USE_NLS" >&6; }
11909
11910
11911
11912
11913
11914
11915 # Prepare PATH_SEPARATOR.
11916 # The user is always right.
11917 if test "${PATH_SEPARATOR+set}" != set; then
11918 echo "#! /bin/sh" >conf$$.sh
11919 echo "exit 0" >>conf$$.sh
11920 chmod +x conf$$.sh
11921 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
11922 PATH_SEPARATOR=';'
11923 else
11924 PATH_SEPARATOR=:
11925 fi
11926 rm -f conf$$.sh
11927 fi
11928
11929 # Find out how to test for executable files. Don't use a zero-byte file,
11930 # as systems may use methods other than mode bits to determine executability.
11931 cat >conf$$.file <<_ASEOF
11932 #! /bin/sh
11933 exit 0
11934 _ASEOF
11935 chmod +x conf$$.file
11936 if test -x conf$$.file >/dev/null 2>&1; then
11937 ac_executable_p="test -x"
11938 else
11939 ac_executable_p="test -f"
11940 fi
11941 rm -f conf$$.file
11942
11943 # Extract the first word of "msgfmt", so it can be a program name with args.
11944 set dummy msgfmt; ac_word=$2
11945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11946 $as_echo_n "checking for $ac_word... " >&6; }
11947 if test "${ac_cv_path_MSGFMT+set}" = set; then :
11948 $as_echo_n "(cached) " >&6
11949 else
11950 case "$MSGFMT" in
11951 [\\/]* | ?:[\\/]*)
11952 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
11953 ;;
11954 *)
11955 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
11956 for ac_dir in $PATH; do
11957 IFS="$ac_save_IFS"
11958 test -z "$ac_dir" && ac_dir=.
11959 for ac_exec_ext in '' $ac_executable_extensions; do
11960 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
11961 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
11962 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
11963 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
11964 break 2
11965 fi
11966 fi
11967 done
11968 done
11969 IFS="$ac_save_IFS"
11970 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
11971 ;;
11972 esac
11973 fi
11974 MSGFMT="$ac_cv_path_MSGFMT"
11975 if test "$MSGFMT" != ":"; then
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
11977 $as_echo "$MSGFMT" >&6; }
11978 else
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11980 $as_echo "no" >&6; }
11981 fi
11982
11983 # Extract the first word of "gmsgfmt", so it can be a program name with args.
11984 set dummy gmsgfmt; ac_word=$2
11985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11986 $as_echo_n "checking for $ac_word... " >&6; }
11987 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
11988 $as_echo_n "(cached) " >&6
11989 else
11990 case $GMSGFMT in
11991 [\\/]* | ?:[\\/]*)
11992 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
11993 ;;
11994 *)
11995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11996 for as_dir in $PATH
11997 do
11998 IFS=$as_save_IFS
11999 test -z "$as_dir" && as_dir=.
12000 for ac_exec_ext in '' $ac_executable_extensions; do
12001 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12002 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12004 break 2
12005 fi
12006 done
12007 done
12008 IFS=$as_save_IFS
12009
12010 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12011 ;;
12012 esac
12013 fi
12014 GMSGFMT=$ac_cv_path_GMSGFMT
12015 if test -n "$GMSGFMT"; then
12016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12017 $as_echo "$GMSGFMT" >&6; }
12018 else
12019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12020 $as_echo "no" >&6; }
12021 fi
12022
12023
12024
12025
12026 # Prepare PATH_SEPARATOR.
12027 # The user is always right.
12028 if test "${PATH_SEPARATOR+set}" != set; then
12029 echo "#! /bin/sh" >conf$$.sh
12030 echo "exit 0" >>conf$$.sh
12031 chmod +x conf$$.sh
12032 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12033 PATH_SEPARATOR=';'
12034 else
12035 PATH_SEPARATOR=:
12036 fi
12037 rm -f conf$$.sh
12038 fi
12039
12040 # Find out how to test for executable files. Don't use a zero-byte file,
12041 # as systems may use methods other than mode bits to determine executability.
12042 cat >conf$$.file <<_ASEOF
12043 #! /bin/sh
12044 exit 0
12045 _ASEOF
12046 chmod +x conf$$.file
12047 if test -x conf$$.file >/dev/null 2>&1; then
12048 ac_executable_p="test -x"
12049 else
12050 ac_executable_p="test -f"
12051 fi
12052 rm -f conf$$.file
12053
12054 # Extract the first word of "xgettext", so it can be a program name with args.
12055 set dummy xgettext; ac_word=$2
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12057 $as_echo_n "checking for $ac_word... " >&6; }
12058 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
12059 $as_echo_n "(cached) " >&6
12060 else
12061 case "$XGETTEXT" in
12062 [\\/]* | ?:[\\/]*)
12063 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12064 ;;
12065 *)
12066 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12067 for ac_dir in $PATH; do
12068 IFS="$ac_save_IFS"
12069 test -z "$ac_dir" && ac_dir=.
12070 for ac_exec_ext in '' $ac_executable_extensions; do
12071 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12072 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12073 (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
12074 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12075 break 2
12076 fi
12077 fi
12078 done
12079 done
12080 IFS="$ac_save_IFS"
12081 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12082 ;;
12083 esac
12084 fi
12085 XGETTEXT="$ac_cv_path_XGETTEXT"
12086 if test "$XGETTEXT" != ":"; then
12087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12088 $as_echo "$XGETTEXT" >&6; }
12089 else
12090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12091 $as_echo "no" >&6; }
12092 fi
12093
12094 rm -f messages.po
12095
12096
12097 # Prepare PATH_SEPARATOR.
12098 # The user is always right.
12099 if test "${PATH_SEPARATOR+set}" != set; then
12100 echo "#! /bin/sh" >conf$$.sh
12101 echo "exit 0" >>conf$$.sh
12102 chmod +x conf$$.sh
12103 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12104 PATH_SEPARATOR=';'
12105 else
12106 PATH_SEPARATOR=:
12107 fi
12108 rm -f conf$$.sh
12109 fi
12110
12111 # Find out how to test for executable files. Don't use a zero-byte file,
12112 # as systems may use methods other than mode bits to determine executability.
12113 cat >conf$$.file <<_ASEOF
12114 #! /bin/sh
12115 exit 0
12116 _ASEOF
12117 chmod +x conf$$.file
12118 if test -x conf$$.file >/dev/null 2>&1; then
12119 ac_executable_p="test -x"
12120 else
12121 ac_executable_p="test -f"
12122 fi
12123 rm -f conf$$.file
12124
12125 # Extract the first word of "msgmerge", so it can be a program name with args.
12126 set dummy msgmerge; ac_word=$2
12127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12128 $as_echo_n "checking for $ac_word... " >&6; }
12129 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
12130 $as_echo_n "(cached) " >&6
12131 else
12132 case "$MSGMERGE" in
12133 [\\/]* | ?:[\\/]*)
12134 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12135 ;;
12136 *)
12137 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12138 for ac_dir in $PATH; do
12139 IFS="$ac_save_IFS"
12140 test -z "$ac_dir" && ac_dir=.
12141 for ac_exec_ext in '' $ac_executable_extensions; do
12142 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12143 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12144 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12145 break 2
12146 fi
12147 fi
12148 done
12149 done
12150 IFS="$ac_save_IFS"
12151 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12152 ;;
12153 esac
12154 fi
12155 MSGMERGE="$ac_cv_path_MSGMERGE"
12156 if test "$MSGMERGE" != ":"; then
12157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12158 $as_echo "$MSGMERGE" >&6; }
12159 else
12160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12161 $as_echo "no" >&6; }
12162 fi
12163
12164
12165 if test "$GMSGFMT" != ":"; then
12166 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12167 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12168 : ;
12169 else
12170 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12172 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12173 GMSGFMT=":"
12174 fi
12175 fi
12176
12177 if test "$XGETTEXT" != ":"; then
12178 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12179 (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
12180 : ;
12181 else
12182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12183 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12184 XGETTEXT=":"
12185 fi
12186 rm -f messages.po
12187 fi
12188
12189 ac_config_commands="$ac_config_commands default-1"
12190
12191
12192
12193 . ${srcdir}/../bfd/configure.host
12194
12195 # Put a plausible default for CC_FOR_BUILD in Makefile.
12196 if test -z "$CC_FOR_BUILD"; then
12197 if test "x$cross_compiling" = "xno"; then
12198 CC_FOR_BUILD='$(CC)'
12199 else
12200 CC_FOR_BUILD=gcc
12201 fi
12202 fi
12203
12204 # Also set EXEEXT_FOR_BUILD.
12205 if test "x$cross_compiling" = "xno"; then
12206 EXEEXT_FOR_BUILD='$(EXEEXT)'
12207 else
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12209 $as_echo_n "checking for build system executable suffix... " >&6; }
12210 if test "${bfd_cv_build_exeext+set}" = set; then :
12211 $as_echo_n "(cached) " >&6
12212 else
12213 rm -f conftest*
12214 echo 'int main () { return 0; }' > conftest.c
12215 bfd_cv_build_exeext=
12216 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12217 for file in conftest.*; do
12218 case $file in
12219 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12220 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12221 esac
12222 done
12223 rm -f conftest*
12224 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12225 fi
12226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12227 $as_echo "$bfd_cv_build_exeext" >&6; }
12228 EXEEXT_FOR_BUILD=""
12229 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12230 fi
12231
12232
12233
12234
12235
12236 for ac_header in string.h strings.h stdlib.h limits.h
12237 do :
12238 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12239 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12240 eval as_val=\$$as_ac_Header
12241 if test "x$as_val" = x""yes; then :
12242 cat >>confdefs.h <<_ACEOF
12243 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12244 _ACEOF
12245
12246 fi
12247
12248 done
12249
12250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
12251 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
12252 if test "${gcc_cv_header_string+set}" = set; then :
12253 $as_echo_n "(cached) " >&6
12254 else
12255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12256 /* end confdefs.h. */
12257 #include <string.h>
12258 #include <strings.h>
12259 int
12260 main ()
12261 {
12262
12263 ;
12264 return 0;
12265 }
12266 _ACEOF
12267 if ac_fn_c_try_compile "$LINENO"; then :
12268 gcc_cv_header_string=yes
12269 else
12270 gcc_cv_header_string=no
12271 fi
12272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12273 fi
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12275 $as_echo "$gcc_cv_header_string" >&6; }
12276 if test $gcc_cv_header_string = yes; then
12277
12278 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12279
12280 fi
12281
12282
12283 ac_fn_c_check_decl "$LINENO" "basename" "ac_cv_have_decl_basename" "$ac_includes_default"
12284 if test "x$ac_cv_have_decl_basename" = x""yes; then :
12285 ac_have_decl=1
12286 else
12287 ac_have_decl=0
12288 fi
12289
12290 cat >>confdefs.h <<_ACEOF
12291 #define HAVE_DECL_BASENAME $ac_have_decl
12292 _ACEOF
12293 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
12294 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
12295 ac_have_decl=1
12296 else
12297 ac_have_decl=0
12298 fi
12299
12300 cat >>confdefs.h <<_ACEOF
12301 #define HAVE_DECL_STPCPY $ac_have_decl
12302 _ACEOF
12303
12304
12305 # Check if sigsetjmp is available. Using AC_CHECK_FUNCS won't do
12306 # since sigsetjmp might only be defined as a macro.
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sigsetjmp" >&5
12308 $as_echo_n "checking for sigsetjmp... " >&6; }
12309 if test "${gdb_cv_func_sigsetjmp+set}" = set; then :
12310 $as_echo_n "(cached) " >&6
12311 else
12312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12313 /* end confdefs.h. */
12314
12315 #include <setjmp.h>
12316
12317 int
12318 main ()
12319 {
12320 sigjmp_buf env; while (! sigsetjmp (env, 1)) siglongjmp (env, 1);
12321 ;
12322 return 0;
12323 }
12324 _ACEOF
12325 if ac_fn_c_try_compile "$LINENO"; then :
12326 bfd_cv_func_sigsetjmp=yes
12327 else
12328 bfd_cv_func_sigsetjmp=no
12329 fi
12330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12331 fi
12332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gdb_cv_func_sigsetjmp" >&5
12333 $as_echo "$gdb_cv_func_sigsetjmp" >&6; }
12334 if test $bfd_cv_func_sigsetjmp = yes; then
12335
12336 $as_echo "#define HAVE_SIGSETJMP 1" >>confdefs.h
12337
12338 fi
12339
12340 cgen_maint=no
12341 cgendir='$(srcdir)/../cgen'
12342
12343 # Check whether --enable-cgen-maint was given.
12344 if test "${enable_cgen_maint+set}" = set; then :
12345 enableval=$enable_cgen_maint; case "${enableval}" in
12346 yes) cgen_maint=yes ;;
12347 no) cgen_maint=no ;;
12348 *)
12349 # argument is cgen install directory (not implemented yet).
12350 # Having a `share' directory might be more appropriate for the .scm,
12351 # .cpu, etc. files.
12352 cgen_maint=yes
12353 cgendir=${cgen_maint}/lib/cgen
12354 ;;
12355 esac
12356 fi
12357 if test x${cgen_maint} = xyes; then
12358 CGEN_MAINT_TRUE=
12359 CGEN_MAINT_FALSE='#'
12360 else
12361 CGEN_MAINT_TRUE='#'
12362 CGEN_MAINT_FALSE=
12363 fi
12364
12365
12366
12367 using_cgen=no
12368
12369 # Check if linker supports --as-needed and --no-as-needed options
12370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking linker --as-needed support" >&5
12371 $as_echo_n "checking linker --as-needed support... " >&6; }
12372 if test "${bfd_cv_ld_as_needed+set}" = set; then :
12373 $as_echo_n "(cached) " >&6
12374 else
12375 bfd_cv_ld_as_needed=no
12376 if $LD --help 2>/dev/null | grep as-needed > /dev/null; then
12377 bfd_cv_ld_as_needed=yes
12378 fi
12379
12380 fi
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_ld_as_needed" >&5
12382 $as_echo "$bfd_cv_ld_as_needed" >&6; }
12383
12384 LIBM=
12385 case $host in
12386 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
12387 # These system don't have libm, or don't need it
12388 ;;
12389 *-ncr-sysv4.3*)
12390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
12391 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
12392 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
12393 $as_echo_n "(cached) " >&6
12394 else
12395 ac_check_lib_save_LIBS=$LIBS
12396 LIBS="-lmw $LIBS"
12397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12398 /* end confdefs.h. */
12399
12400 /* Override any GCC internal prototype to avoid an error.
12401 Use char because int might match the return type of a GCC
12402 builtin and then its argument prototype would still apply. */
12403 #ifdef __cplusplus
12404 extern "C"
12405 #endif
12406 char _mwvalidcheckl ();
12407 int
12408 main ()
12409 {
12410 return _mwvalidcheckl ();
12411 ;
12412 return 0;
12413 }
12414 _ACEOF
12415 if ac_fn_c_try_link "$LINENO"; then :
12416 ac_cv_lib_mw__mwvalidcheckl=yes
12417 else
12418 ac_cv_lib_mw__mwvalidcheckl=no
12419 fi
12420 rm -f core conftest.err conftest.$ac_objext \
12421 conftest$ac_exeext conftest.$ac_ext
12422 LIBS=$ac_check_lib_save_LIBS
12423 fi
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
12425 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
12426 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
12427 LIBM="-lmw"
12428 fi
12429
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12431 $as_echo_n "checking for cos in -lm... " >&6; }
12432 if test "${ac_cv_lib_m_cos+set}" = set; then :
12433 $as_echo_n "(cached) " >&6
12434 else
12435 ac_check_lib_save_LIBS=$LIBS
12436 LIBS="-lm $LIBS"
12437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12438 /* end confdefs.h. */
12439
12440 /* Override any GCC internal prototype to avoid an error.
12441 Use char because int might match the return type of a GCC
12442 builtin and then its argument prototype would still apply. */
12443 #ifdef __cplusplus
12444 extern "C"
12445 #endif
12446 char cos ();
12447 int
12448 main ()
12449 {
12450 return cos ();
12451 ;
12452 return 0;
12453 }
12454 _ACEOF
12455 if ac_fn_c_try_link "$LINENO"; then :
12456 ac_cv_lib_m_cos=yes
12457 else
12458 ac_cv_lib_m_cos=no
12459 fi
12460 rm -f core conftest.err conftest.$ac_objext \
12461 conftest$ac_exeext conftest.$ac_ext
12462 LIBS=$ac_check_lib_save_LIBS
12463 fi
12464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12465 $as_echo "$ac_cv_lib_m_cos" >&6; }
12466 if test "x$ac_cv_lib_m_cos" = x""yes; then :
12467 LIBM="$LIBM -lm"
12468 fi
12469
12470 ;;
12471 *)
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
12473 $as_echo_n "checking for cos in -lm... " >&6; }
12474 if test "${ac_cv_lib_m_cos+set}" = set; then :
12475 $as_echo_n "(cached) " >&6
12476 else
12477 ac_check_lib_save_LIBS=$LIBS
12478 LIBS="-lm $LIBS"
12479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12480 /* end confdefs.h. */
12481
12482 /* Override any GCC internal prototype to avoid an error.
12483 Use char because int might match the return type of a GCC
12484 builtin and then its argument prototype would still apply. */
12485 #ifdef __cplusplus
12486 extern "C"
12487 #endif
12488 char cos ();
12489 int
12490 main ()
12491 {
12492 return cos ();
12493 ;
12494 return 0;
12495 }
12496 _ACEOF
12497 if ac_fn_c_try_link "$LINENO"; then :
12498 ac_cv_lib_m_cos=yes
12499 else
12500 ac_cv_lib_m_cos=no
12501 fi
12502 rm -f core conftest.err conftest.$ac_objext \
12503 conftest$ac_exeext conftest.$ac_ext
12504 LIBS=$ac_check_lib_save_LIBS
12505 fi
12506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
12507 $as_echo "$ac_cv_lib_m_cos" >&6; }
12508 if test "x$ac_cv_lib_m_cos" = x""yes; then :
12509 LIBM="-lm"
12510 fi
12511
12512 ;;
12513 esac
12514
12515
12516
12517 #Libs for generator progs
12518 if test "x$cross_compiling" = "xno"; then
12519 BUILD_LIBS=../libiberty/libiberty.a
12520 BUILD_LIB_DEPS=$BUILD_LIBS
12521 else
12522 # if cross-compiling, assume that the system provides -liberty
12523 # and that the version is compatible with new headers.
12524 BUILD_LIBS=-liberty
12525 BUILD_LIB_DEPS=
12526 fi
12527 BUILD_LIBS="$BUILD_LIBS $LIBINTL"
12528 BUILD_LIB_DEPS="$BUILD_LIB_DEPS $LIBINTL_DEP"
12529
12530
12531
12532
12533 # Horrible hacks to build DLLs on Windows and a shared library elsewhere.
12534 SHARED_LDFLAGS=
12535 SHARED_LIBADD=
12536 SHARED_DEPENDENCIES=
12537 if test "$enable_shared" = "yes"; then
12538 # When building a shared libopcodes, link against the pic version of libiberty
12539 # so that apps that use libopcodes won't need libiberty just to satisfy any
12540 # libopcodes references.
12541 # We can't do that if a pic libiberty is unavailable since including non-pic
12542 # code would insert text relocations into libopcodes.
12543 # Note that linking against libbfd as we do here, which is itself linked
12544 # against libiberty, may not satisfy all the libopcodes libiberty references
12545 # since libbfd may not pull in the entirety of libiberty.
12546 x=`sed -n -e 's/^[ ]*PICFLAG[ ]*=[ ]*//p' < ../libiberty/Makefile | sed -n '$p'`
12547 if test -n "$x"; then
12548 SHARED_LIBADD="-L`pwd`/../libiberty/pic -liberty"
12549 fi
12550
12551 case "${host}" in
12552 *-*-cygwin*)
12553 SHARED_LDFLAGS="-no-undefined"
12554 SHARED_LIBADD="-L`pwd`/../bfd -lbfd -L`pwd`/../libiberty -liberty -L`pwd`/../intl -lintl -lcygwin"
12555 ;;
12556 *-*-darwin*)
12557 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.dylib ${SHARED_LIBADD}"
12558 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12559 ;;
12560 *)
12561 case "$host_vendor" in
12562 hp)
12563 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.sl ${SHARED_LIBADD}"
12564 ;;
12565 *)
12566 SHARED_LIBADD="-Wl,`pwd`/../bfd/.libs/libbfd.so ${SHARED_LIBADD}"
12567 ;;
12568 esac
12569 SHARED_DEPENDENCIES="../bfd/libbfd.la"
12570 ;;
12571 esac
12572
12573 if test -n "$SHARED_LIBADD"; then
12574 if test -n "$LIBM"; then
12575 if test x"$bfd_cv_ld_as_needed" = xyes; then
12576 # Link against libm only when needed. Put -lc, -lm inside -Wl
12577 # to stop libtool reordering these options.
12578 SHARED_LIBADD="$SHARED_LIBADD -Wl,-lc,--as-needed,`echo $LIBM | sed 's/ /,/g'`,--no-as-needed"
12579 else
12580 SHARED_LIBADD="$SHARED_LIBADD $LIBM"
12581 fi
12582 fi
12583 fi
12584 fi
12585
12586
12587
12588
12589 # target-specific stuff:
12590
12591 # Check if `bfd_mips_elf_get_abiflags' is present in BFD, needed by
12592 # `mips-dis.c'. Avoid using AC_CHECK_LIB as it uses a cache variable
12593 # which could hold the wrong value if we are rerun due to the
12594 # `../bfd/libbfd.la' dependency for `config.status', so use a handcoded
12595 # sequence which is equivalent but does not use the cache.
12596
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the bfd header in the build tree" >&5
12598 $as_echo_n "checking for the bfd header in the build tree... " >&6; }
12599 dirlist=".. ../../ ../../../ ../../../../ ../../../../../ ../../../../../../ ../../../../../../.. ../../../../../../../.. ../../../../../../../../.. ../../../../../../../../../.."
12600 if test "${ac_cv_c_bfdh+set}" = set; then :
12601 $as_echo_n "(cached) " >&6
12602 else
12603
12604 for i in $dirlist; do
12605 if test -f "$i/bfd/bfd.h" ; then
12606 ac_cv_c_bfdh=`(cd $i/bfd; ${PWDCMD-pwd})`
12607 break
12608 fi
12609 done
12610
12611 fi
12612
12613 if test x"${ac_cv_c_bfdh}" != x; then
12614 BFDHDIR="-I${ac_cv_c_bfdh}"
12615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_c_bfdh}" >&5
12616 $as_echo "${ac_cv_c_bfdh}" >&6; }
12617 else
12618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12619 $as_echo "none" >&6; }
12620 fi
12621
12622
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the bfd library in the build tree" >&5
12624 $as_echo_n "checking for the bfd library in the build tree... " >&6; }
12625 if test "${ac_cv_c_bfdlib+set}" = set; then :
12626 $as_echo_n "(cached) " >&6
12627 else
12628
12629 for i in $dirlist; do
12630 if test -f "$i/bfd/Makefile" ; then
12631 ac_cv_c_bfdlib=`(cd $i/bfd; ${PWDCMD-pwd})`
12632 fi
12633 done
12634
12635 fi
12636
12637 if test x"${ac_cv_c_bfdlib}" != x; then
12638 BFDLIB="-L${ac_cv_c_bfdlib} -L${ac_cv_c_bfdlib}/.libs"
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_cv_c_bfdlib}" >&5
12640 $as_echo "${ac_cv_c_bfdlib}" >&6; }
12641 else
12642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
12643 $as_echo "none" >&6; }
12644 fi
12645
12646
12647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_mips_elf_get_abiflags in -lbfd" >&5
12648 $as_echo_n "checking for bfd_mips_elf_get_abiflags in -lbfd... " >&6; }
12649 opcodes_save_LIBS=$LIBS
12650 LIBS="$BFDLIB -lbfd ../libiberty/libiberty.a `test -e ../bfd/libbfd.la && . ../bfd/libbfd.la; echo $dependency_libs`"
12651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12652 /* end confdefs.h. */
12653
12654 /* Override any GCC internal prototype to avoid an error.
12655 Use char because int might match the return type of a GCC
12656 builtin and then its argument prototype would still apply. */
12657 #ifdef __cplusplus
12658 extern "C"
12659 #endif
12660 char bfd_mips_elf_get_abiflags ();
12661 int
12662 main ()
12663 {
12664 return bfd_mips_elf_get_abiflags ();
12665 ;
12666 return 0;
12667 }
12668 _ACEOF
12669 if ac_fn_c_try_link "$LINENO"; then :
12670 opcodes_lib_bfd_bfd_mips_elf_get_abiflags=yes
12671 else
12672 opcodes_lib_bfd_bfd_mips_elf_get_abiflags=no
12673 fi
12674 rm -f core conftest.err conftest.$ac_objext \
12675 conftest$ac_exeext conftest.$ac_ext
12676 LIBS=$opcodes_save_LIBS
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $opcodes_lib_bfd_bfd_mips_elf_get_abiflags" >&5
12678 $as_echo "$opcodes_lib_bfd_bfd_mips_elf_get_abiflags" >&6; }
12679 if test x"$opcodes_lib_bfd_bfd_mips_elf_get_abiflags" = xyes; then
12680
12681 $as_echo "#define HAVE_BFD_MIPS_ELF_GET_ABIFLAGS 1" >>confdefs.h
12682
12683 fi
12684
12685 # Canonicalize the secondary target names.
12686 if test -n "$enable_targets" ; then
12687 for targ in `echo $enable_targets | sed 's/,/ /g'`
12688 do
12689 result=`$ac_config_sub $targ 2>/dev/null`
12690 if test -n "$result" ; then
12691 canon_targets="$canon_targets $result"
12692 else
12693 # Allow targets that config.sub doesn't recognize, like "all".
12694 canon_targets="$canon_targets $targ"
12695 fi
12696 done
12697 fi
12698
12699 all_targets=false
12700 selarchs=
12701 for targ in $target $canon_targets
12702 do
12703 if test "x$targ" = "xall" ; then
12704 all_targets=true
12705 else
12706 . $srcdir/../bfd/config.bfd
12707 selarchs="$selarchs $targ_archs"
12708 fi
12709 done
12710
12711 # Utility var, documents generic cgen support files.
12712
12713 cgen_files="cgen-opc.lo cgen-asm.lo cgen-dis.lo cgen-bitset.lo"
12714
12715 # We don't do any links based on the target system, just makefile config.
12716
12717 if test x${all_targets} = xfalse ; then
12718
12719 # Target architecture .o files.
12720 ta=
12721
12722 for arch in $selarchs
12723 do
12724 ad=`echo $arch | sed -e s/bfd_//g -e s/_arch//g`
12725 archdefs="$archdefs -DARCH_$ad"
12726 case "$arch" in
12727 bfd_aarch64_arch) ta="$ta aarch64-asm.lo aarch64-dis.lo aarch64-opc.lo aarch64-asm-2.lo aarch64-dis-2.lo aarch64-opc-2.lo" ;;
12728 bfd_alpha_arch) ta="$ta alpha-dis.lo alpha-opc.lo" ;;
12729 bfd_arc_arch) ta="$ta arc-dis.lo arc-opc.lo arc-ext.lo" ;;
12730 bfd_arm_arch) ta="$ta arm-dis.lo" ;;
12731 bfd_avr_arch) ta="$ta avr-dis.lo" ;;
12732 bfd_bfin_arch) ta="$ta bfin-dis.lo" ;;
12733 bfd_cr16_arch) ta="$ta cr16-dis.lo cr16-opc.lo" ;;
12734 bfd_cris_arch) ta="$ta cris-dis.lo cris-opc.lo cgen-bitset.lo" ;;
12735 bfd_crx_arch) ta="$ta crx-dis.lo crx-opc.lo" ;;
12736 bfd_d10v_arch) ta="$ta d10v-dis.lo d10v-opc.lo" ;;
12737 bfd_d30v_arch) ta="$ta d30v-dis.lo d30v-opc.lo" ;;
12738 bfd_dlx_arch) ta="$ta dlx-dis.lo" ;;
12739 bfd_fr30_arch) ta="$ta fr30-asm.lo fr30-desc.lo fr30-dis.lo fr30-ibld.lo fr30-opc.lo" using_cgen=yes ;;
12740 bfd_frv_arch) ta="$ta frv-asm.lo frv-desc.lo frv-dis.lo frv-ibld.lo frv-opc.lo" using_cgen=yes ;;
12741 bfd_ft32_arch) ta="$ta ft32-opc.lo ft32-dis.lo" ;;
12742 bfd_moxie_arch) ta="$ta moxie-dis.lo moxie-opc.lo" ;;
12743 bfd_h8300_arch) ta="$ta h8300-dis.lo" ;;
12744 bfd_h8500_arch) ta="$ta h8500-dis.lo" ;;
12745 bfd_hppa_arch) ta="$ta hppa-dis.lo" ;;
12746 bfd_i370_arch) ta="$ta i370-dis.lo i370-opc.lo" ;;
12747 bfd_i386_arch|bfd_iamcu_arch|bfd_l1om_arch|bfd_k1om_arch)
12748 ta="$ta i386-dis.lo i386-opc.lo" ;;
12749 bfd_i860_arch) ta="$ta i860-dis.lo" ;;
12750 bfd_i960_arch) ta="$ta i960-dis.lo" ;;
12751 bfd_ia64_arch) ta="$ta ia64-dis.lo ia64-opc.lo" ;;
12752 bfd_ip2k_arch) ta="$ta ip2k-asm.lo ip2k-desc.lo ip2k-dis.lo ip2k-ibld.lo ip2k-opc.lo" using_cgen=yes ;;
12753 bfd_epiphany_arch) ta="$ta epiphany-asm.lo epiphany-desc.lo epiphany-dis.lo epiphany-ibld.lo epiphany-opc.lo" using_cgen=yes ;;
12754 bfd_iq2000_arch) ta="$ta iq2000-asm.lo iq2000-desc.lo iq2000-dis.lo iq2000-ibld.lo iq2000-opc.lo" using_cgen=yes ;;
12755 bfd_lm32_arch) ta="$ta lm32-asm.lo lm32-desc.lo lm32-dis.lo lm32-ibld.lo lm32-opc.lo lm32-opinst.lo" using_cgen=yes ;;
12756 bfd_m32c_arch) ta="$ta m32c-asm.lo m32c-desc.lo m32c-dis.lo m32c-ibld.lo m32c-opc.lo" using_cgen=yes ;;
12757 bfd_m32r_arch) ta="$ta m32r-asm.lo m32r-desc.lo m32r-dis.lo m32r-ibld.lo m32r-opc.lo m32r-opinst.lo" using_cgen=yes ;;
12758 bfd_m68hc11_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12759 bfd_m68hc12_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12760 bfd_m9s12x_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12761 bfd_m9s12xg_arch) ta="$ta m68hc11-dis.lo m68hc11-opc.lo" ;;
12762 bfd_m68k_arch) ta="$ta m68k-dis.lo m68k-opc.lo" ;;
12763 bfd_m88k_arch) ta="$ta m88k-dis.lo" ;;
12764 bfd_mcore_arch) ta="$ta mcore-dis.lo" ;;
12765 bfd_mep_arch) ta="$ta mep-asm.lo mep-desc.lo mep-dis.lo mep-ibld.lo mep-opc.lo" using_cgen=yes ;;
12766 bfd_metag_arch) ta="$ta metag-dis.lo" ;;
12767 bfd_microblaze_arch) ta="$ta microblaze-dis.lo" ;;
12768 bfd_mips_arch) ta="$ta mips-dis.lo mips-opc.lo mips16-opc.lo micromips-opc.lo" ;;
12769 bfd_mmix_arch) ta="$ta mmix-dis.lo mmix-opc.lo" ;;
12770 bfd_mn10200_arch) ta="$ta m10200-dis.lo m10200-opc.lo" ;;
12771 bfd_mn10300_arch) ta="$ta m10300-dis.lo m10300-opc.lo" ;;
12772 bfd_mt_arch) ta="$ta mt-asm.lo mt-desc.lo mt-dis.lo mt-ibld.lo mt-opc.lo" using_cgen=yes ;;
12773 bfd_msp430_arch) ta="$ta msp430-dis.lo msp430-decode.lo" ;;
12774 bfd_nds32_arch) ta="$ta nds32-asm.lo nds32-dis.lo" ;;
12775 bfd_nios2_arch) ta="$ta nios2-dis.lo nios2-opc.lo" ;;
12776 bfd_ns32k_arch) ta="$ta ns32k-dis.lo" ;;
12777 bfd_or1k_arch) ta="$ta or1k-asm.lo or1k-desc.lo or1k-dis.lo or1k-ibld.lo or1k-opc.lo" using_cgen=yes ;;
12778 bfd_pdp11_arch) ta="$ta pdp11-dis.lo pdp11-opc.lo" ;;
12779 bfd_pj_arch) ta="$ta pj-dis.lo pj-opc.lo" ;;
12780 bfd_powerpc_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12781 bfd_powerpc_64_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12782 bfd_pyramid_arch) ;;
12783 bfd_romp_arch) ;;
12784 bfd_riscv_arch) ta="$ta riscv-dis.lo riscv-opc.lo" ;;
12785 bfd_rs6000_arch) ta="$ta ppc-dis.lo ppc-opc.lo" ;;
12786 bfd_rl78_arch) ta="$ta rl78-dis.lo rl78-decode.lo";;
12787 bfd_rx_arch) ta="$ta rx-dis.lo rx-decode.lo";;
12788 bfd_s390_arch) ta="$ta s390-dis.lo s390-opc.lo" ;;
12789 bfd_score_arch) ta="$ta score-dis.lo score7-dis.lo" ;;
12790 bfd_sh_arch)
12791 # We can't decide what we want just from the CPU family.
12792 # We want SH5 support unless a specific version of sh is
12793 # specified, as in sh3-elf, sh3b-linux-gnu, etc.
12794 # Include it just for ELF targets, since the SH5 bfd:s are ELF only.
12795 for t in $target $canon_targets; do
12796 case $t in
12797 all | sh5*-* | sh64*-* | sh-*-*elf* | shl*-*-*elf* | \
12798 sh-*-linux* | shl-*-linux*)
12799 ta="$ta sh64-dis.lo sh64-opc.lo"
12800 archdefs="$archdefs -DINCLUDE_SHMEDIA"
12801 break;;
12802 esac;
12803 done
12804 ta="$ta sh-dis.lo cgen-bitset.lo" ;;
12805 bfd_sparc_arch) ta="$ta sparc-dis.lo sparc-opc.lo" ;;
12806 bfd_spu_arch) ta="$ta spu-dis.lo spu-opc.lo" ;;
12807 bfd_tahoe_arch) ;;
12808 bfd_tic30_arch) ta="$ta tic30-dis.lo" ;;
12809 bfd_tic4x_arch) ta="$ta tic4x-dis.lo" ;;
12810 bfd_tic54x_arch) ta="$ta tic54x-dis.lo tic54x-opc.lo" ;;
12811 bfd_tic6x_arch) ta="$ta tic6x-dis.lo" ;;
12812 bfd_tic80_arch) ta="$ta tic80-dis.lo tic80-opc.lo" ;;
12813 bfd_tilegx_arch) ta="$ta tilegx-dis.lo tilegx-opc.lo" ;;
12814 bfd_tilepro_arch) ta="$ta tilepro-dis.lo tilepro-opc.lo" ;;
12815 bfd_v850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12816 bfd_v850e_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12817 bfd_v850ea_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12818 bfd_v850_rh850_arch) ta="$ta v850-opc.lo v850-dis.lo" ;;
12819 bfd_vax_arch) ta="$ta vax-dis.lo" ;;
12820 bfd_visium_arch) ta="$ta visium-dis.lo visium-opc.lo" ;;
12821 bfd_w65_arch) ta="$ta w65-dis.lo" ;;
12822 bfd_we32k_arch) ;;
12823 bfd_xc16x_arch) ta="$ta xc16x-asm.lo xc16x-desc.lo xc16x-dis.lo xc16x-ibld.lo xc16x-opc.lo" using_cgen=yes ;;
12824 bfd_xgate_arch) ta="$ta xgate-dis.lo xgate-opc.lo" ;;
12825 bfd_xstormy16_arch) ta="$ta xstormy16-asm.lo xstormy16-desc.lo xstormy16-dis.lo xstormy16-ibld.lo xstormy16-opc.lo" using_cgen=yes ;;
12826 bfd_xtensa_arch) ta="$ta xtensa-dis.lo" ;;
12827 bfd_z80_arch) ta="$ta z80-dis.lo" ;;
12828 bfd_z8k_arch) ta="$ta z8k-dis.lo" ;;
12829
12830 "") ;;
12831 *) as_fn_error "*** unknown target architecture $arch" "$LINENO" 5 ;;
12832 esac
12833 done
12834
12835 if test $using_cgen = yes ; then
12836 ta="$ta $cgen_files"
12837 fi
12838
12839 # Weed out duplicate .o files.
12840 f=""
12841 for i in $ta ; do
12842 case " $f " in
12843 *" $i "*) ;;
12844 *) f="$f $i" ;;
12845 esac
12846 done
12847 ta="$f"
12848
12849 # And duplicate -D flags.
12850 f=""
12851 for i in $archdefs ; do
12852 case " $f " in
12853 *" $i "*) ;;
12854 *) f="$f $i" ;;
12855 esac
12856 done
12857 archdefs="$f"
12858
12859 BFD_MACHINES="$ta"
12860
12861 else # all_targets is true
12862 archdefs=-DARCH_all
12863 BFD_MACHINES='$(ALL_MACHINES)'
12864 fi
12865
12866
12867
12868
12869 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
12870
12871 cat >confcache <<\_ACEOF
12872 # This file is a shell script that caches the results of configure
12873 # tests run on this system so they can be shared between configure
12874 # scripts and configure runs, see configure's option --config-cache.
12875 # It is not useful on other systems. If it contains results you don't
12876 # want to keep, you may remove or edit it.
12877 #
12878 # config.status only pays attention to the cache file if you give it
12879 # the --recheck option to rerun configure.
12880 #
12881 # `ac_cv_env_foo' variables (set or unset) will be overridden when
12882 # loading this file, other *unset* `ac_cv_foo' will be assigned the
12883 # following values.
12884
12885 _ACEOF
12886
12887 # The following way of writing the cache mishandles newlines in values,
12888 # but we know of no workaround that is simple, portable, and efficient.
12889 # So, we kill variables containing newlines.
12890 # Ultrix sh set writes to stderr and can't be redirected directly,
12891 # and sets the high bit in the cache file unless we assign to the vars.
12892 (
12893 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
12894 eval ac_val=\$$ac_var
12895 case $ac_val in #(
12896 *${as_nl}*)
12897 case $ac_var in #(
12898 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
12899 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
12900 esac
12901 case $ac_var in #(
12902 _ | IFS | as_nl) ;; #(
12903 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
12904 *) { eval $ac_var=; unset $ac_var;} ;;
12905 esac ;;
12906 esac
12907 done
12908
12909 (set) 2>&1 |
12910 case $as_nl`(ac_space=' '; set) 2>&1` in #(
12911 *${as_nl}ac_space=\ *)
12912 # `set' does not quote correctly, so add quotes: double-quote
12913 # substitution turns \\\\ into \\, and sed turns \\ into \.
12914 sed -n \
12915 "s/'/'\\\\''/g;
12916 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
12917 ;; #(
12918 *)
12919 # `set' quotes correctly as required by POSIX, so do not add quotes.
12920 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
12921 ;;
12922 esac |
12923 sort
12924 ) |
12925 sed '
12926 /^ac_cv_env_/b end
12927 t clear
12928 :clear
12929 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
12930 t end
12931 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
12932 :end' >>confcache
12933 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
12934 if test -w "$cache_file"; then
12935 test "x$cache_file" != "x/dev/null" &&
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
12937 $as_echo "$as_me: updating cache $cache_file" >&6;}
12938 cat confcache >$cache_file
12939 else
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
12941 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
12942 fi
12943 fi
12944 rm -f confcache
12945
12946 test "x$prefix" = xNONE && prefix=$ac_default_prefix
12947 # Let make expand exec_prefix.
12948 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
12949
12950 DEFS=-DHAVE_CONFIG_H
12951
12952 ac_libobjs=
12953 ac_ltlibobjs=
12954 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
12955 # 1. Remove the extension, and $U if already installed.
12956 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
12957 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
12958 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
12959 # will be set to the directory where LIBOBJS objects are built.
12960 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
12961 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
12962 done
12963 LIBOBJS=$ac_libobjs
12964
12965 LTLIBOBJS=$ac_ltlibobjs
12966
12967
12968 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
12969 as_fn_error "conditional \"AMDEP\" was never defined.
12970 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12971 fi
12972 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
12973 as_fn_error "conditional \"am__fastdepCC\" was never defined.
12974 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12975 fi
12976 if test -n "$EXEEXT"; then
12977 am__EXEEXT_TRUE=
12978 am__EXEEXT_FALSE='#'
12979 else
12980 am__EXEEXT_TRUE='#'
12981 am__EXEEXT_FALSE=
12982 fi
12983
12984 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
12985 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
12986 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12987 fi
12988 if test -z "${INSTALL_LIBBFD_TRUE}" && test -z "${INSTALL_LIBBFD_FALSE}"; then
12989 as_fn_error "conditional \"INSTALL_LIBBFD\" was never defined.
12990 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12991 fi
12992 if test -z "${CGEN_MAINT_TRUE}" && test -z "${CGEN_MAINT_FALSE}"; then
12993 as_fn_error "conditional \"CGEN_MAINT\" was never defined.
12994 Usually this means the macro was only invoked conditionally." "$LINENO" 5
12995 fi
12996
12997 : ${CONFIG_STATUS=./config.status}
12998 ac_write_fail=0
12999 ac_clean_files_save=$ac_clean_files
13000 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13002 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13003 as_write_fail=0
13004 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13005 #! $SHELL
13006 # Generated by $as_me.
13007 # Run this file to recreate the current configuration.
13008 # Compiler output produced by configure, useful for debugging
13009 # configure, is in config.log if it exists.
13010
13011 debug=false
13012 ac_cs_recheck=false
13013 ac_cs_silent=false
13014
13015 SHELL=\${CONFIG_SHELL-$SHELL}
13016 export SHELL
13017 _ASEOF
13018 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13019 ## -------------------- ##
13020 ## M4sh Initialization. ##
13021 ## -------------------- ##
13022
13023 # Be more Bourne compatible
13024 DUALCASE=1; export DUALCASE # for MKS sh
13025 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13026 emulate sh
13027 NULLCMD=:
13028 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13029 # is contrary to our usage. Disable this feature.
13030 alias -g '${1+"$@"}'='"$@"'
13031 setopt NO_GLOB_SUBST
13032 else
13033 case `(set -o) 2>/dev/null` in #(
13034 *posix*) :
13035 set -o posix ;; #(
13036 *) :
13037 ;;
13038 esac
13039 fi
13040
13041
13042 as_nl='
13043 '
13044 export as_nl
13045 # Printing a long string crashes Solaris 7 /usr/bin/printf.
13046 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13047 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13048 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13049 # Prefer a ksh shell builtin over an external printf program on Solaris,
13050 # but without wasting forks for bash or zsh.
13051 if test -z "$BASH_VERSION$ZSH_VERSION" \
13052 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13053 as_echo='print -r --'
13054 as_echo_n='print -rn --'
13055 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13056 as_echo='printf %s\n'
13057 as_echo_n='printf %s'
13058 else
13059 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13060 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13061 as_echo_n='/usr/ucb/echo -n'
13062 else
13063 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13064 as_echo_n_body='eval
13065 arg=$1;
13066 case $arg in #(
13067 *"$as_nl"*)
13068 expr "X$arg" : "X\\(.*\\)$as_nl";
13069 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13070 esac;
13071 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13072 '
13073 export as_echo_n_body
13074 as_echo_n='sh -c $as_echo_n_body as_echo'
13075 fi
13076 export as_echo_body
13077 as_echo='sh -c $as_echo_body as_echo'
13078 fi
13079
13080 # The user is always right.
13081 if test "${PATH_SEPARATOR+set}" != set; then
13082 PATH_SEPARATOR=:
13083 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13084 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13085 PATH_SEPARATOR=';'
13086 }
13087 fi
13088
13089
13090 # IFS
13091 # We need space, tab and new line, in precisely that order. Quoting is
13092 # there to prevent editors from complaining about space-tab.
13093 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
13094 # splitting by setting IFS to empty value.)
13095 IFS=" "" $as_nl"
13096
13097 # Find who we are. Look in the path if we contain no directory separator.
13098 case $0 in #((
13099 *[\\/]* ) as_myself=$0 ;;
13100 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13101 for as_dir in $PATH
13102 do
13103 IFS=$as_save_IFS
13104 test -z "$as_dir" && as_dir=.
13105 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13106 done
13107 IFS=$as_save_IFS
13108
13109 ;;
13110 esac
13111 # We did not find ourselves, most probably we were run as `sh COMMAND'
13112 # in which case we are not to be found in the path.
13113 if test "x$as_myself" = x; then
13114 as_myself=$0
13115 fi
13116 if test ! -f "$as_myself"; then
13117 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13118 exit 1
13119 fi
13120
13121 # Unset variables that we do not need and which cause bugs (e.g. in
13122 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13123 # suppresses any "Segmentation fault" message there. '((' could
13124 # trigger a bug in pdksh 5.2.14.
13125 for as_var in BASH_ENV ENV MAIL MAILPATH
13126 do eval test x\${$as_var+set} = xset \
13127 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13128 done
13129 PS1='$ '
13130 PS2='> '
13131 PS4='+ '
13132
13133 # NLS nuisances.
13134 LC_ALL=C
13135 export LC_ALL
13136 LANGUAGE=C
13137 export LANGUAGE
13138
13139 # CDPATH.
13140 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13141
13142
13143 # as_fn_error ERROR [LINENO LOG_FD]
13144 # ---------------------------------
13145 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13146 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13147 # script with status $?, using 1 if that was 0.
13148 as_fn_error ()
13149 {
13150 as_status=$?; test $as_status -eq 0 && as_status=1
13151 if test "$3"; then
13152 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13153 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13154 fi
13155 $as_echo "$as_me: error: $1" >&2
13156 as_fn_exit $as_status
13157 } # as_fn_error
13158
13159
13160 # as_fn_set_status STATUS
13161 # -----------------------
13162 # Set $? to STATUS, without forking.
13163 as_fn_set_status ()
13164 {
13165 return $1
13166 } # as_fn_set_status
13167
13168 # as_fn_exit STATUS
13169 # -----------------
13170 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13171 as_fn_exit ()
13172 {
13173 set +e
13174 as_fn_set_status $1
13175 exit $1
13176 } # as_fn_exit
13177
13178 # as_fn_unset VAR
13179 # ---------------
13180 # Portably unset VAR.
13181 as_fn_unset ()
13182 {
13183 { eval $1=; unset $1;}
13184 }
13185 as_unset=as_fn_unset
13186 # as_fn_append VAR VALUE
13187 # ----------------------
13188 # Append the text in VALUE to the end of the definition contained in VAR. Take
13189 # advantage of any shell optimizations that allow amortized linear growth over
13190 # repeated appends, instead of the typical quadratic growth present in naive
13191 # implementations.
13192 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13193 eval 'as_fn_append ()
13194 {
13195 eval $1+=\$2
13196 }'
13197 else
13198 as_fn_append ()
13199 {
13200 eval $1=\$$1\$2
13201 }
13202 fi # as_fn_append
13203
13204 # as_fn_arith ARG...
13205 # ------------------
13206 # Perform arithmetic evaluation on the ARGs, and store the result in the
13207 # global $as_val. Take advantage of shells that can avoid forks. The arguments
13208 # must be portable across $(()) and expr.
13209 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13210 eval 'as_fn_arith ()
13211 {
13212 as_val=$(( $* ))
13213 }'
13214 else
13215 as_fn_arith ()
13216 {
13217 as_val=`expr "$@" || test $? -eq 1`
13218 }
13219 fi # as_fn_arith
13220
13221
13222 if expr a : '\(a\)' >/dev/null 2>&1 &&
13223 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13224 as_expr=expr
13225 else
13226 as_expr=false
13227 fi
13228
13229 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13230 as_basename=basename
13231 else
13232 as_basename=false
13233 fi
13234
13235 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13236 as_dirname=dirname
13237 else
13238 as_dirname=false
13239 fi
13240
13241 as_me=`$as_basename -- "$0" ||
13242 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13243 X"$0" : 'X\(//\)$' \| \
13244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13245 $as_echo X/"$0" |
13246 sed '/^.*\/\([^/][^/]*\)\/*$/{
13247 s//\1/
13248 q
13249 }
13250 /^X\/\(\/\/\)$/{
13251 s//\1/
13252 q
13253 }
13254 /^X\/\(\/\).*/{
13255 s//\1/
13256 q
13257 }
13258 s/.*/./; q'`
13259
13260 # Avoid depending upon Character Ranges.
13261 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13262 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13263 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13264 as_cr_digits='0123456789'
13265 as_cr_alnum=$as_cr_Letters$as_cr_digits
13266
13267 ECHO_C= ECHO_N= ECHO_T=
13268 case `echo -n x` in #(((((
13269 -n*)
13270 case `echo 'xy\c'` in
13271 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13272 xy) ECHO_C='\c';;
13273 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13274 ECHO_T=' ';;
13275 esac;;
13276 *)
13277 ECHO_N='-n';;
13278 esac
13279
13280 rm -f conf$$ conf$$.exe conf$$.file
13281 if test -d conf$$.dir; then
13282 rm -f conf$$.dir/conf$$.file
13283 else
13284 rm -f conf$$.dir
13285 mkdir conf$$.dir 2>/dev/null
13286 fi
13287 if (echo >conf$$.file) 2>/dev/null; then
13288 if ln -s conf$$.file conf$$ 2>/dev/null; then
13289 as_ln_s='ln -s'
13290 # ... but there are two gotchas:
13291 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13292 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13293 # In both cases, we have to default to `cp -p'.
13294 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13295 as_ln_s='cp -p'
13296 elif ln conf$$.file conf$$ 2>/dev/null; then
13297 as_ln_s=ln
13298 else
13299 as_ln_s='cp -p'
13300 fi
13301 else
13302 as_ln_s='cp -p'
13303 fi
13304 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13305 rmdir conf$$.dir 2>/dev/null
13306
13307
13308 # as_fn_mkdir_p
13309 # -------------
13310 # Create "$as_dir" as a directory, including parents if necessary.
13311 as_fn_mkdir_p ()
13312 {
13313
13314 case $as_dir in #(
13315 -*) as_dir=./$as_dir;;
13316 esac
13317 test -d "$as_dir" || eval $as_mkdir_p || {
13318 as_dirs=
13319 while :; do
13320 case $as_dir in #(
13321 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13322 *) as_qdir=$as_dir;;
13323 esac
13324 as_dirs="'$as_qdir' $as_dirs"
13325 as_dir=`$as_dirname -- "$as_dir" ||
13326 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13327 X"$as_dir" : 'X\(//\)[^/]' \| \
13328 X"$as_dir" : 'X\(//\)$' \| \
13329 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13330 $as_echo X"$as_dir" |
13331 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13332 s//\1/
13333 q
13334 }
13335 /^X\(\/\/\)[^/].*/{
13336 s//\1/
13337 q
13338 }
13339 /^X\(\/\/\)$/{
13340 s//\1/
13341 q
13342 }
13343 /^X\(\/\).*/{
13344 s//\1/
13345 q
13346 }
13347 s/.*/./; q'`
13348 test -d "$as_dir" && break
13349 done
13350 test -z "$as_dirs" || eval "mkdir $as_dirs"
13351 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13352
13353
13354 } # as_fn_mkdir_p
13355 if mkdir -p . 2>/dev/null; then
13356 as_mkdir_p='mkdir -p "$as_dir"'
13357 else
13358 test -d ./-p && rmdir ./-p
13359 as_mkdir_p=false
13360 fi
13361
13362 if test -x / >/dev/null 2>&1; then
13363 as_test_x='test -x'
13364 else
13365 if ls -dL / >/dev/null 2>&1; then
13366 as_ls_L_option=L
13367 else
13368 as_ls_L_option=
13369 fi
13370 as_test_x='
13371 eval sh -c '\''
13372 if test -d "$1"; then
13373 test -d "$1/.";
13374 else
13375 case $1 in #(
13376 -*)set "./$1";;
13377 esac;
13378 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13379 ???[sx]*):;;*)false;;esac;fi
13380 '\'' sh
13381 '
13382 fi
13383 as_executable_p=$as_test_x
13384
13385 # Sed expression to map a string onto a valid CPP name.
13386 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
13387
13388 # Sed expression to map a string onto a valid variable name.
13389 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
13390
13391
13392 exec 6>&1
13393 ## ----------------------------------- ##
13394 ## Main body of $CONFIG_STATUS script. ##
13395 ## ----------------------------------- ##
13396 _ASEOF
13397 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
13398
13399 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13400 # Save the log message, to keep $0 and so on meaningful, and to
13401 # report actual input values of CONFIG_FILES etc. instead of their
13402 # values after options handling.
13403 ac_log="
13404 This file was extended by opcodes $as_me 2.28.51, which was
13405 generated by GNU Autoconf 2.64. Invocation command line was
13406
13407 CONFIG_FILES = $CONFIG_FILES
13408 CONFIG_HEADERS = $CONFIG_HEADERS
13409 CONFIG_LINKS = $CONFIG_LINKS
13410 CONFIG_COMMANDS = $CONFIG_COMMANDS
13411 $ $0 $@
13412
13413 on `(hostname || uname -n) 2>/dev/null | sed 1q`
13414 "
13415
13416 _ACEOF
13417
13418 case $ac_config_files in *"
13419 "*) set x $ac_config_files; shift; ac_config_files=$*;;
13420 esac
13421
13422 case $ac_config_headers in *"
13423 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
13424 esac
13425
13426
13427 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13428 # Files that config.status was made for.
13429 config_files="$ac_config_files"
13430 config_headers="$ac_config_headers"
13431 config_commands="$ac_config_commands"
13432
13433 _ACEOF
13434
13435 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13436 ac_cs_usage="\
13437 \`$as_me' instantiates files and other configuration actions
13438 from templates according to the current configuration. Unless the files
13439 and actions are specified as TAGs, all are instantiated by default.
13440
13441 Usage: $0 [OPTION]... [TAG]...
13442
13443 -h, --help print this help, then exit
13444 -V, --version print version number and configuration settings, then exit
13445 -q, --quiet, --silent
13446 do not print progress messages
13447 -d, --debug don't remove temporary files
13448 --recheck update $as_me by reconfiguring in the same conditions
13449 --file=FILE[:TEMPLATE]
13450 instantiate the configuration file FILE
13451 --header=FILE[:TEMPLATE]
13452 instantiate the configuration header FILE
13453
13454 Configuration files:
13455 $config_files
13456
13457 Configuration headers:
13458 $config_headers
13459
13460 Configuration commands:
13461 $config_commands
13462
13463 Report bugs to the package provider."
13464
13465 _ACEOF
13466 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13467 ac_cs_version="\\
13468 opcodes config.status 2.28.51
13469 configured by $0, generated by GNU Autoconf 2.64,
13470 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
13471
13472 Copyright (C) 2009 Free Software Foundation, Inc.
13473 This config.status script is free software; the Free Software Foundation
13474 gives unlimited permission to copy, distribute and modify it."
13475
13476 ac_pwd='$ac_pwd'
13477 srcdir='$srcdir'
13478 INSTALL='$INSTALL'
13479 MKDIR_P='$MKDIR_P'
13480 AWK='$AWK'
13481 test -n "\$AWK" || AWK=awk
13482 _ACEOF
13483
13484 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13485 # The default lists apply if the user does not specify any file.
13486 ac_need_defaults=:
13487 while test $# != 0
13488 do
13489 case $1 in
13490 --*=*)
13491 ac_option=`expr "X$1" : 'X\([^=]*\)='`
13492 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
13493 ac_shift=:
13494 ;;
13495 *)
13496 ac_option=$1
13497 ac_optarg=$2
13498 ac_shift=shift
13499 ;;
13500 esac
13501
13502 case $ac_option in
13503 # Handling of the options.
13504 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
13505 ac_cs_recheck=: ;;
13506 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
13507 $as_echo "$ac_cs_version"; exit ;;
13508 --debug | --debu | --deb | --de | --d | -d )
13509 debug=: ;;
13510 --file | --fil | --fi | --f )
13511 $ac_shift
13512 case $ac_optarg in
13513 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13514 esac
13515 as_fn_append CONFIG_FILES " '$ac_optarg'"
13516 ac_need_defaults=false;;
13517 --header | --heade | --head | --hea )
13518 $ac_shift
13519 case $ac_optarg in
13520 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
13521 esac
13522 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
13523 ac_need_defaults=false;;
13524 --he | --h)
13525 # Conflict between --help and --header
13526 as_fn_error "ambiguous option: \`$1'
13527 Try \`$0 --help' for more information.";;
13528 --help | --hel | -h )
13529 $as_echo "$ac_cs_usage"; exit ;;
13530 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
13531 | -silent | --silent | --silen | --sile | --sil | --si | --s)
13532 ac_cs_silent=: ;;
13533
13534 # This is an error.
13535 -*) as_fn_error "unrecognized option: \`$1'
13536 Try \`$0 --help' for more information." ;;
13537
13538 *) as_fn_append ac_config_targets " $1"
13539 ac_need_defaults=false ;;
13540
13541 esac
13542 shift
13543 done
13544
13545 ac_configure_extra_args=
13546
13547 if $ac_cs_silent; then
13548 exec 6>/dev/null
13549 ac_configure_extra_args="$ac_configure_extra_args --silent"
13550 fi
13551
13552 _ACEOF
13553 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13554 if \$ac_cs_recheck; then
13555 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
13556 shift
13557 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
13558 CONFIG_SHELL='$SHELL'
13559 export CONFIG_SHELL
13560 exec "\$@"
13561 fi
13562
13563 _ACEOF
13564 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13565 exec 5>>config.log
13566 {
13567 echo
13568 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
13569 ## Running $as_me. ##
13570 _ASBOX
13571 $as_echo "$ac_log"
13572 } >&5
13573
13574 _ACEOF
13575 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13576 #
13577 # INIT-COMMANDS
13578 #
13579 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
13580
13581
13582 # The HP-UX ksh and POSIX shell print the target directory to stdout
13583 # if CDPATH is set.
13584 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13585
13586 sed_quote_subst='$sed_quote_subst'
13587 double_quote_subst='$double_quote_subst'
13588 delay_variable_subst='$delay_variable_subst'
13589 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
13590 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
13591 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
13592 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
13593 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
13594 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
13595 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
13596 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
13597 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
13598 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
13599 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
13600 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
13601 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
13602 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
13603 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
13604 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
13605 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
13606 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
13607 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
13608 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
13609 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
13610 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
13611 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
13612 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
13613 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
13614 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
13615 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
13616 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
13617 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
13618 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
13619 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
13620 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
13621 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
13622 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
13623 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
13624 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
13625 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
13626 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13627 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13628 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
13629 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
13630 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
13631 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
13632 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
13633 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
13634 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
13635 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
13636 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
13637 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"`'
13638 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
13639 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
13640 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
13641 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
13642 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
13643 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
13644 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
13645 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
13646 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
13647 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
13648 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
13649 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
13650 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
13651 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
13652 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
13653 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13654 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
13655 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
13656 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
13657 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
13658 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
13659 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
13660 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
13661 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
13662 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13663 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
13664 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
13665 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
13666 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
13667 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
13668 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
13669 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
13670 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
13671 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
13672 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
13673 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
13674 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
13675 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
13676 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
13677 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
13678 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
13679 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
13680 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
13681 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
13682 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
13683 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
13684 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
13685 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
13686 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
13687 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
13688 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
13689 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
13690 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
13691 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
13692 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
13693 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
13694 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
13695 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
13696 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
13697 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
13698 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
13699 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
13700 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
13701 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
13702 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
13703 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
13704 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
13705 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
13706 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
13707 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
13708 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
13709
13710 LTCC='$LTCC'
13711 LTCFLAGS='$LTCFLAGS'
13712 compiler='$compiler_DEFAULT'
13713
13714 # A function that is used when there is no print builtin or printf.
13715 func_fallback_echo ()
13716 {
13717 eval 'cat <<_LTECHO_EOF
13718 \$1
13719 _LTECHO_EOF'
13720 }
13721
13722 # Quote evaled strings.
13723 for var in SHELL \
13724 ECHO \
13725 SED \
13726 GREP \
13727 EGREP \
13728 FGREP \
13729 LD \
13730 NM \
13731 LN_S \
13732 lt_SP2NL \
13733 lt_NL2SP \
13734 reload_flag \
13735 OBJDUMP \
13736 deplibs_check_method \
13737 file_magic_cmd \
13738 AR \
13739 AR_FLAGS \
13740 STRIP \
13741 RANLIB \
13742 CC \
13743 CFLAGS \
13744 compiler \
13745 lt_cv_sys_global_symbol_pipe \
13746 lt_cv_sys_global_symbol_to_cdecl \
13747 lt_cv_sys_global_symbol_to_c_name_address \
13748 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
13749 lt_prog_compiler_no_builtin_flag \
13750 lt_prog_compiler_wl \
13751 lt_prog_compiler_pic \
13752 lt_prog_compiler_static \
13753 lt_cv_prog_compiler_c_o \
13754 need_locks \
13755 DSYMUTIL \
13756 NMEDIT \
13757 LIPO \
13758 OTOOL \
13759 OTOOL64 \
13760 shrext_cmds \
13761 export_dynamic_flag_spec \
13762 whole_archive_flag_spec \
13763 compiler_needs_object \
13764 with_gnu_ld \
13765 allow_undefined_flag \
13766 no_undefined_flag \
13767 hardcode_libdir_flag_spec \
13768 hardcode_libdir_flag_spec_ld \
13769 hardcode_libdir_separator \
13770 fix_srcfile_path \
13771 exclude_expsyms \
13772 include_expsyms \
13773 file_list_spec \
13774 variables_saved_for_relink \
13775 libname_spec \
13776 library_names_spec \
13777 soname_spec \
13778 install_override_mode \
13779 finish_eval \
13780 old_striplib \
13781 striplib; do
13782 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13783 *[\\\\\\\`\\"\\\$]*)
13784 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
13785 ;;
13786 *)
13787 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13788 ;;
13789 esac
13790 done
13791
13792 # Double-quote double-evaled strings.
13793 for var in reload_cmds \
13794 old_postinstall_cmds \
13795 old_postuninstall_cmds \
13796 old_archive_cmds \
13797 extract_expsyms_cmds \
13798 old_archive_from_new_cmds \
13799 old_archive_from_expsyms_cmds \
13800 archive_cmds \
13801 archive_expsym_cmds \
13802 module_cmds \
13803 module_expsym_cmds \
13804 export_symbols_cmds \
13805 prelink_cmds \
13806 postinstall_cmds \
13807 postuninstall_cmds \
13808 finish_cmds \
13809 sys_lib_search_path_spec \
13810 sys_lib_dlsearch_path_spec; do
13811 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
13812 *[\\\\\\\`\\"\\\$]*)
13813 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
13814 ;;
13815 *)
13816 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
13817 ;;
13818 esac
13819 done
13820
13821 ac_aux_dir='$ac_aux_dir'
13822 xsi_shell='$xsi_shell'
13823 lt_shell_append='$lt_shell_append'
13824
13825 # See if we are running on zsh, and set the options which allow our
13826 # commands through without removal of \ escapes INIT.
13827 if test -n "\${ZSH_VERSION+set}" ; then
13828 setopt NO_GLOB_SUBST
13829 fi
13830
13831
13832 PACKAGE='$PACKAGE'
13833 VERSION='$VERSION'
13834 TIMESTAMP='$TIMESTAMP'
13835 RM='$RM'
13836 ofile='$ofile'
13837
13838
13839
13840 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
13841 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
13842 # from automake.
13843 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
13844 # Capture the value of LINGUAS because we need it to compute CATALOGS.
13845 LINGUAS="${LINGUAS-%UNSET%}"
13846
13847
13848 _ACEOF
13849
13850 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13851
13852 # Handling of arguments.
13853 for ac_config_target in $ac_config_targets
13854 do
13855 case $ac_config_target in
13856 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
13857 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
13858 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
13859 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
13860 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
13861 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
13862
13863 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
13864 esac
13865 done
13866
13867
13868 # If the user did not use the arguments to specify the items to instantiate,
13869 # then the envvar interface is used. Set only those that are not.
13870 # We use the long form for the default assignment because of an extremely
13871 # bizarre bug on SunOS 4.1.3.
13872 if $ac_need_defaults; then
13873 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
13874 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
13875 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
13876 fi
13877
13878 # Have a temporary directory for convenience. Make it in the build tree
13879 # simply because there is no reason against having it here, and in addition,
13880 # creating and moving files from /tmp can sometimes cause problems.
13881 # Hook for its removal unless debugging.
13882 # Note that there is a small window in which the directory will not be cleaned:
13883 # after its creation but before its name has been assigned to `$tmp'.
13884 $debug ||
13885 {
13886 tmp=
13887 trap 'exit_status=$?
13888 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
13889 ' 0
13890 trap 'as_fn_exit 1' 1 2 13 15
13891 }
13892 # Create a (secure) tmp directory for tmp files.
13893
13894 {
13895 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
13896 test -n "$tmp" && test -d "$tmp"
13897 } ||
13898 {
13899 tmp=./conf$$-$RANDOM
13900 (umask 077 && mkdir "$tmp")
13901 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
13902
13903 # Set up the scripts for CONFIG_FILES section.
13904 # No need to generate them if there are no CONFIG_FILES.
13905 # This happens for instance with `./config.status config.h'.
13906 if test -n "$CONFIG_FILES"; then
13907
13908
13909 ac_cr=`echo X | tr X '\015'`
13910 # On cygwin, bash can eat \r inside `` if the user requested igncr.
13911 # But we know of no other shell where ac_cr would be empty at this
13912 # point, so we can use a bashism as a fallback.
13913 if test "x$ac_cr" = x; then
13914 eval ac_cr=\$\'\\r\'
13915 fi
13916 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
13917 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
13918 ac_cs_awk_cr='\r'
13919 else
13920 ac_cs_awk_cr=$ac_cr
13921 fi
13922
13923 echo 'BEGIN {' >"$tmp/subs1.awk" &&
13924 _ACEOF
13925
13926
13927 {
13928 echo "cat >conf$$subs.awk <<_ACEOF" &&
13929 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
13930 echo "_ACEOF"
13931 } >conf$$subs.sh ||
13932 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13933 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
13934 ac_delim='%!_!# '
13935 for ac_last_try in false false false false false :; do
13936 . ./conf$$subs.sh ||
13937 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13938
13939 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
13940 if test $ac_delim_n = $ac_delim_num; then
13941 break
13942 elif $ac_last_try; then
13943 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
13944 else
13945 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
13946 fi
13947 done
13948 rm -f conf$$subs.sh
13949
13950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13951 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
13952 _ACEOF
13953 sed -n '
13954 h
13955 s/^/S["/; s/!.*/"]=/
13956 p
13957 g
13958 s/^[^!]*!//
13959 :repl
13960 t repl
13961 s/'"$ac_delim"'$//
13962 t delim
13963 :nl
13964 h
13965 s/\(.\{148\}\).*/\1/
13966 t more1
13967 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
13968 p
13969 n
13970 b repl
13971 :more1
13972 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13973 p
13974 g
13975 s/.\{148\}//
13976 t nl
13977 :delim
13978 h
13979 s/\(.\{148\}\).*/\1/
13980 t more2
13981 s/["\\]/\\&/g; s/^/"/; s/$/"/
13982 p
13983 b
13984 :more2
13985 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
13986 p
13987 g
13988 s/.\{148\}//
13989 t delim
13990 ' <conf$$subs.awk | sed '
13991 /^[^""]/{
13992 N
13993 s/\n//
13994 }
13995 ' >>$CONFIG_STATUS || ac_write_fail=1
13996 rm -f conf$$subs.awk
13997 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13998 _ACAWK
13999 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14000 for (key in S) S_is_set[key] = 1
14001 FS = "\a"
14002
14003 }
14004 {
14005 line = $ 0
14006 nfields = split(line, field, "@")
14007 substed = 0
14008 len = length(field[1])
14009 for (i = 2; i < nfields; i++) {
14010 key = field[i]
14011 keylen = length(key)
14012 if (S_is_set[key]) {
14013 value = S[key]
14014 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14015 len += length(value) + length(field[++i])
14016 substed = 1
14017 } else
14018 len += 1 + keylen
14019 }
14020
14021 print line
14022 }
14023
14024 _ACAWK
14025 _ACEOF
14026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14027 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14028 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14029 else
14030 cat
14031 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14032 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14033 _ACEOF
14034
14035 # VPATH may cause trouble with some makes, so we remove $(srcdir),
14036 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14037 # trailing colons and then remove the whole line if VPATH becomes empty
14038 # (actually we leave an empty line to preserve line numbers).
14039 if test "x$srcdir" = x.; then
14040 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14041 s/:*\$(srcdir):*/:/
14042 s/:*\${srcdir}:*/:/
14043 s/:*@srcdir@:*/:/
14044 s/^\([^=]*=[ ]*\):*/\1/
14045 s/:*$//
14046 s/^[^=]*=[ ]*$//
14047 }'
14048 fi
14049
14050 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14051 fi # test -n "$CONFIG_FILES"
14052
14053 # Set up the scripts for CONFIG_HEADERS section.
14054 # No need to generate them if there are no CONFIG_HEADERS.
14055 # This happens for instance with `./config.status Makefile'.
14056 if test -n "$CONFIG_HEADERS"; then
14057 cat >"$tmp/defines.awk" <<\_ACAWK ||
14058 BEGIN {
14059 _ACEOF
14060
14061 # Transform confdefs.h into an awk script `defines.awk', embedded as
14062 # here-document in config.status, that substitutes the proper values into
14063 # config.h.in to produce config.h.
14064
14065 # Create a delimiter string that does not exist in confdefs.h, to ease
14066 # handling of long lines.
14067 ac_delim='%!_!# '
14068 for ac_last_try in false false :; do
14069 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14070 if test -z "$ac_t"; then
14071 break
14072 elif $ac_last_try; then
14073 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14074 else
14075 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14076 fi
14077 done
14078
14079 # For the awk script, D is an array of macro values keyed by name,
14080 # likewise P contains macro parameters if any. Preserve backslash
14081 # newline sequences.
14082
14083 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14084 sed -n '
14085 s/.\{148\}/&'"$ac_delim"'/g
14086 t rset
14087 :rset
14088 s/^[ ]*#[ ]*define[ ][ ]*/ /
14089 t def
14090 d
14091 :def
14092 s/\\$//
14093 t bsnl
14094 s/["\\]/\\&/g
14095 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14096 D["\1"]=" \3"/p
14097 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14098 d
14099 :bsnl
14100 s/["\\]/\\&/g
14101 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14102 D["\1"]=" \3\\\\\\n"\\/p
14103 t cont
14104 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14105 t cont
14106 d
14107 :cont
14108 n
14109 s/.\{148\}/&'"$ac_delim"'/g
14110 t clear
14111 :clear
14112 s/\\$//
14113 t bsnlc
14114 s/["\\]/\\&/g; s/^/"/; s/$/"/p
14115 d
14116 :bsnlc
14117 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14118 b cont
14119 ' <confdefs.h | sed '
14120 s/'"$ac_delim"'/"\\\
14121 "/g' >>$CONFIG_STATUS || ac_write_fail=1
14122
14123 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14124 for (key in D) D_is_set[key] = 1
14125 FS = "\a"
14126 }
14127 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14128 line = \$ 0
14129 split(line, arg, " ")
14130 if (arg[1] == "#") {
14131 defundef = arg[2]
14132 mac1 = arg[3]
14133 } else {
14134 defundef = substr(arg[1], 2)
14135 mac1 = arg[2]
14136 }
14137 split(mac1, mac2, "(") #)
14138 macro = mac2[1]
14139 prefix = substr(line, 1, index(line, defundef) - 1)
14140 if (D_is_set[macro]) {
14141 # Preserve the white space surrounding the "#".
14142 print prefix "define", macro P[macro] D[macro]
14143 next
14144 } else {
14145 # Replace #undef with comments. This is necessary, for example,
14146 # in the case of _POSIX_SOURCE, which is predefined and required
14147 # on some systems where configure will not decide to define it.
14148 if (defundef == "undef") {
14149 print "/*", prefix defundef, macro, "*/"
14150 next
14151 }
14152 }
14153 }
14154 { print }
14155 _ACAWK
14156 _ACEOF
14157 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14158 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14159 fi # test -n "$CONFIG_HEADERS"
14160
14161
14162 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
14163 shift
14164 for ac_tag
14165 do
14166 case $ac_tag in
14167 :[FHLC]) ac_mode=$ac_tag; continue;;
14168 esac
14169 case $ac_mode$ac_tag in
14170 :[FHL]*:*);;
14171 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14172 :[FH]-) ac_tag=-:-;;
14173 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14174 esac
14175 ac_save_IFS=$IFS
14176 IFS=:
14177 set x $ac_tag
14178 IFS=$ac_save_IFS
14179 shift
14180 ac_file=$1
14181 shift
14182
14183 case $ac_mode in
14184 :L) ac_source=$1;;
14185 :[FH])
14186 ac_file_inputs=
14187 for ac_f
14188 do
14189 case $ac_f in
14190 -) ac_f="$tmp/stdin";;
14191 *) # Look for the file first in the build tree, then in the source tree
14192 # (if the path is not absolute). The absolute path cannot be DOS-style,
14193 # because $ac_f cannot contain `:'.
14194 test -f "$ac_f" ||
14195 case $ac_f in
14196 [\\/$]*) false;;
14197 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14198 esac ||
14199 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14200 esac
14201 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14202 as_fn_append ac_file_inputs " '$ac_f'"
14203 done
14204
14205 # Let's still pretend it is `configure' which instantiates (i.e., don't
14206 # use $as_me), people would be surprised to read:
14207 # /* config.h. Generated by config.status. */
14208 configure_input='Generated from '`
14209 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14210 `' by configure.'
14211 if test x"$ac_file" != x-; then
14212 configure_input="$ac_file. $configure_input"
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14214 $as_echo "$as_me: creating $ac_file" >&6;}
14215 fi
14216 # Neutralize special characters interpreted by sed in replacement strings.
14217 case $configure_input in #(
14218 *\&* | *\|* | *\\* )
14219 ac_sed_conf_input=`$as_echo "$configure_input" |
14220 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14221 *) ac_sed_conf_input=$configure_input;;
14222 esac
14223
14224 case $ac_tag in
14225 *:-:* | *:-) cat >"$tmp/stdin" \
14226 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14227 esac
14228 ;;
14229 esac
14230
14231 ac_dir=`$as_dirname -- "$ac_file" ||
14232 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14233 X"$ac_file" : 'X\(//\)[^/]' \| \
14234 X"$ac_file" : 'X\(//\)$' \| \
14235 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14236 $as_echo X"$ac_file" |
14237 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14238 s//\1/
14239 q
14240 }
14241 /^X\(\/\/\)[^/].*/{
14242 s//\1/
14243 q
14244 }
14245 /^X\(\/\/\)$/{
14246 s//\1/
14247 q
14248 }
14249 /^X\(\/\).*/{
14250 s//\1/
14251 q
14252 }
14253 s/.*/./; q'`
14254 as_dir="$ac_dir"; as_fn_mkdir_p
14255 ac_builddir=.
14256
14257 case "$ac_dir" in
14258 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14259 *)
14260 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14261 # A ".." for each directory in $ac_dir_suffix.
14262 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14263 case $ac_top_builddir_sub in
14264 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14265 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14266 esac ;;
14267 esac
14268 ac_abs_top_builddir=$ac_pwd
14269 ac_abs_builddir=$ac_pwd$ac_dir_suffix
14270 # for backward compatibility:
14271 ac_top_builddir=$ac_top_build_prefix
14272
14273 case $srcdir in
14274 .) # We are building in place.
14275 ac_srcdir=.
14276 ac_top_srcdir=$ac_top_builddir_sub
14277 ac_abs_top_srcdir=$ac_pwd ;;
14278 [\\/]* | ?:[\\/]* ) # Absolute name.
14279 ac_srcdir=$srcdir$ac_dir_suffix;
14280 ac_top_srcdir=$srcdir
14281 ac_abs_top_srcdir=$srcdir ;;
14282 *) # Relative name.
14283 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14284 ac_top_srcdir=$ac_top_build_prefix$srcdir
14285 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14286 esac
14287 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14288
14289
14290 case $ac_mode in
14291 :F)
14292 #
14293 # CONFIG_FILE
14294 #
14295
14296 case $INSTALL in
14297 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14298 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14299 esac
14300 ac_MKDIR_P=$MKDIR_P
14301 case $MKDIR_P in
14302 [\\/$]* | ?:[\\/]* ) ;;
14303 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
14304 esac
14305 _ACEOF
14306
14307 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14308 # If the template does not know about datarootdir, expand it.
14309 # FIXME: This hack should be removed a few years after 2.60.
14310 ac_datarootdir_hack=; ac_datarootdir_seen=
14311 ac_sed_dataroot='
14312 /datarootdir/ {
14313 p
14314 q
14315 }
14316 /@datadir@/p
14317 /@docdir@/p
14318 /@infodir@/p
14319 /@localedir@/p
14320 /@mandir@/p'
14321 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14322 *datarootdir*) ac_datarootdir_seen=yes;;
14323 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14325 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14326 _ACEOF
14327 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14328 ac_datarootdir_hack='
14329 s&@datadir@&$datadir&g
14330 s&@docdir@&$docdir&g
14331 s&@infodir@&$infodir&g
14332 s&@localedir@&$localedir&g
14333 s&@mandir@&$mandir&g
14334 s&\\\${datarootdir}&$datarootdir&g' ;;
14335 esac
14336 _ACEOF
14337
14338 # Neutralize VPATH when `$srcdir' = `.'.
14339 # Shell code in configure.ac might set extrasub.
14340 # FIXME: do we really want to maintain this feature?
14341 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14342 ac_sed_extra="$ac_vpsub
14343 $extrasub
14344 _ACEOF
14345 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14346 :t
14347 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14348 s|@configure_input@|$ac_sed_conf_input|;t t
14349 s&@top_builddir@&$ac_top_builddir_sub&;t t
14350 s&@top_build_prefix@&$ac_top_build_prefix&;t t
14351 s&@srcdir@&$ac_srcdir&;t t
14352 s&@abs_srcdir@&$ac_abs_srcdir&;t t
14353 s&@top_srcdir@&$ac_top_srcdir&;t t
14354 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14355 s&@builddir@&$ac_builddir&;t t
14356 s&@abs_builddir@&$ac_abs_builddir&;t t
14357 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14358 s&@INSTALL@&$ac_INSTALL&;t t
14359 s&@MKDIR_P@&$ac_MKDIR_P&;t t
14360 $ac_datarootdir_hack
14361 "
14362 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14363 || as_fn_error "could not create $ac_file" "$LINENO" 5
14364
14365 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14366 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14367 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14369 which seems to be undefined. Please make sure it is defined." >&5
14370 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14371 which seems to be undefined. Please make sure it is defined." >&2;}
14372
14373 rm -f "$tmp/stdin"
14374 case $ac_file in
14375 -) cat "$tmp/out" && rm -f "$tmp/out";;
14376 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14377 esac \
14378 || as_fn_error "could not create $ac_file" "$LINENO" 5
14379 ;;
14380 :H)
14381 #
14382 # CONFIG_HEADER
14383 #
14384 if test x"$ac_file" != x-; then
14385 {
14386 $as_echo "/* $configure_input */" \
14387 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14388 } >"$tmp/config.h" \
14389 || as_fn_error "could not create $ac_file" "$LINENO" 5
14390 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14391 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14392 $as_echo "$as_me: $ac_file is unchanged" >&6;}
14393 else
14394 rm -f "$ac_file"
14395 mv "$tmp/config.h" "$ac_file" \
14396 || as_fn_error "could not create $ac_file" "$LINENO" 5
14397 fi
14398 else
14399 $as_echo "/* $configure_input */" \
14400 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
14401 || as_fn_error "could not create -" "$LINENO" 5
14402 fi
14403 # Compute "$ac_file"'s index in $config_headers.
14404 _am_arg="$ac_file"
14405 _am_stamp_count=1
14406 for _am_header in $config_headers :; do
14407 case $_am_header in
14408 $_am_arg | $_am_arg:* )
14409 break ;;
14410 * )
14411 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
14412 esac
14413 done
14414 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
14415 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14416 X"$_am_arg" : 'X\(//\)[^/]' \| \
14417 X"$_am_arg" : 'X\(//\)$' \| \
14418 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
14419 $as_echo X"$_am_arg" |
14420 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14421 s//\1/
14422 q
14423 }
14424 /^X\(\/\/\)[^/].*/{
14425 s//\1/
14426 q
14427 }
14428 /^X\(\/\/\)$/{
14429 s//\1/
14430 q
14431 }
14432 /^X\(\/\).*/{
14433 s//\1/
14434 q
14435 }
14436 s/.*/./; q'`/stamp-h$_am_stamp_count
14437 ;;
14438
14439 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
14440 $as_echo "$as_me: executing $ac_file commands" >&6;}
14441 ;;
14442 esac
14443
14444
14445 case $ac_file$ac_mode in
14446 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
14447 # Autoconf 2.62 quotes --file arguments for eval, but not when files
14448 # are listed without --file. Let's play safe and only enable the eval
14449 # if we detect the quoting.
14450 case $CONFIG_FILES in
14451 *\'*) eval set x "$CONFIG_FILES" ;;
14452 *) set x $CONFIG_FILES ;;
14453 esac
14454 shift
14455 for mf
14456 do
14457 # Strip MF so we end up with the name of the file.
14458 mf=`echo "$mf" | sed -e 's/:.*$//'`
14459 # Check whether this is an Automake generated Makefile or not.
14460 # We used to match only the files named `Makefile.in', but
14461 # some people rename them; so instead we look at the file content.
14462 # Grep'ing the first line is not enough: some people post-process
14463 # each Makefile.in and add a new line on top of each file to say so.
14464 # Grep'ing the whole file is not good either: AIX grep has a line
14465 # limit of 2048, but all sed's we know have understand at least 4000.
14466 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
14467 dirpart=`$as_dirname -- "$mf" ||
14468 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14469 X"$mf" : 'X\(//\)[^/]' \| \
14470 X"$mf" : 'X\(//\)$' \| \
14471 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
14472 $as_echo X"$mf" |
14473 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14474 s//\1/
14475 q
14476 }
14477 /^X\(\/\/\)[^/].*/{
14478 s//\1/
14479 q
14480 }
14481 /^X\(\/\/\)$/{
14482 s//\1/
14483 q
14484 }
14485 /^X\(\/\).*/{
14486 s//\1/
14487 q
14488 }
14489 s/.*/./; q'`
14490 else
14491 continue
14492 fi
14493 # Extract the definition of DEPDIR, am__include, and am__quote
14494 # from the Makefile without running `make'.
14495 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
14496 test -z "$DEPDIR" && continue
14497 am__include=`sed -n 's/^am__include = //p' < "$mf"`
14498 test -z "am__include" && continue
14499 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
14500 # When using ansi2knr, U may be empty or an underscore; expand it
14501 U=`sed -n 's/^U = //p' < "$mf"`
14502 # Find all dependency output files, they are included files with
14503 # $(DEPDIR) in their names. We invoke sed twice because it is the
14504 # simplest approach to changing $(DEPDIR) to its actual value in the
14505 # expansion.
14506 for file in `sed -n "
14507 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
14508 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
14509 # Make sure the directory exists.
14510 test -f "$dirpart/$file" && continue
14511 fdir=`$as_dirname -- "$file" ||
14512 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14513 X"$file" : 'X\(//\)[^/]' \| \
14514 X"$file" : 'X\(//\)$' \| \
14515 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
14516 $as_echo X"$file" |
14517 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14518 s//\1/
14519 q
14520 }
14521 /^X\(\/\/\)[^/].*/{
14522 s//\1/
14523 q
14524 }
14525 /^X\(\/\/\)$/{
14526 s//\1/
14527 q
14528 }
14529 /^X\(\/\).*/{
14530 s//\1/
14531 q
14532 }
14533 s/.*/./; q'`
14534 as_dir=$dirpart/$fdir; as_fn_mkdir_p
14535 # echo "creating $dirpart/$file"
14536 echo '# dummy' > "$dirpart/$file"
14537 done
14538 done
14539 }
14540 ;;
14541 "libtool":C)
14542
14543 # See if we are running on zsh, and set the options which allow our
14544 # commands through without removal of \ escapes.
14545 if test -n "${ZSH_VERSION+set}" ; then
14546 setopt NO_GLOB_SUBST
14547 fi
14548
14549 cfgfile="${ofile}T"
14550 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
14551 $RM "$cfgfile"
14552
14553 cat <<_LT_EOF >> "$cfgfile"
14554 #! $SHELL
14555
14556 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
14557 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
14558 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
14559 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
14560 #
14561 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
14562 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
14563 # Written by Gordon Matzigkeit, 1996
14564 #
14565 # This file is part of GNU Libtool.
14566 #
14567 # GNU Libtool is free software; you can redistribute it and/or
14568 # modify it under the terms of the GNU General Public License as
14569 # published by the Free Software Foundation; either version 2 of
14570 # the License, or (at your option) any later version.
14571 #
14572 # As a special exception to the GNU General Public License,
14573 # if you distribute this file as part of a program or library that
14574 # is built using GNU Libtool, you may include this file under the
14575 # same distribution terms that you use for the rest of that program.
14576 #
14577 # GNU Libtool is distributed in the hope that it will be useful,
14578 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14579 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14580 # GNU General Public License for more details.
14581 #
14582 # You should have received a copy of the GNU General Public License
14583 # along with GNU Libtool; see the file COPYING. If not, a copy
14584 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
14585 # obtained by writing to the Free Software Foundation, Inc.,
14586 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
14587
14588
14589 # The names of the tagged configurations supported by this script.
14590 available_tags=""
14591
14592 # ### BEGIN LIBTOOL CONFIG
14593
14594 # Whether or not to build shared libraries.
14595 build_libtool_libs=$enable_shared
14596
14597 # Which release of libtool.m4 was used?
14598 macro_version=$macro_version
14599 macro_revision=$macro_revision
14600
14601 # Whether or not to build static libraries.
14602 build_old_libs=$enable_static
14603
14604 # What type of objects to build.
14605 pic_mode=$pic_mode
14606
14607 # Whether or not to optimize for fast installation.
14608 fast_install=$enable_fast_install
14609
14610 # Shell to use when invoking shell scripts.
14611 SHELL=$lt_SHELL
14612
14613 # An echo program that protects backslashes.
14614 ECHO=$lt_ECHO
14615
14616 # The host system.
14617 host_alias=$host_alias
14618 host=$host
14619 host_os=$host_os
14620
14621 # The build system.
14622 build_alias=$build_alias
14623 build=$build
14624 build_os=$build_os
14625
14626 # A sed program that does not truncate output.
14627 SED=$lt_SED
14628
14629 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
14630 Xsed="\$SED -e 1s/^X//"
14631
14632 # A grep program that handles long lines.
14633 GREP=$lt_GREP
14634
14635 # An ERE matcher.
14636 EGREP=$lt_EGREP
14637
14638 # A literal string matcher.
14639 FGREP=$lt_FGREP
14640
14641 # A BSD- or MS-compatible name lister.
14642 NM=$lt_NM
14643
14644 # Whether we need soft or hard links.
14645 LN_S=$lt_LN_S
14646
14647 # What is the maximum length of a command?
14648 max_cmd_len=$max_cmd_len
14649
14650 # Object file suffix (normally "o").
14651 objext=$ac_objext
14652
14653 # Executable file suffix (normally "").
14654 exeext=$exeext
14655
14656 # whether the shell understands "unset".
14657 lt_unset=$lt_unset
14658
14659 # turn spaces into newlines.
14660 SP2NL=$lt_lt_SP2NL
14661
14662 # turn newlines into spaces.
14663 NL2SP=$lt_lt_NL2SP
14664
14665 # An object symbol dumper.
14666 OBJDUMP=$lt_OBJDUMP
14667
14668 # Method to check whether dependent libraries are shared objects.
14669 deplibs_check_method=$lt_deplibs_check_method
14670
14671 # Command to use when deplibs_check_method == "file_magic".
14672 file_magic_cmd=$lt_file_magic_cmd
14673
14674 # The archiver.
14675 AR=$lt_AR
14676 AR_FLAGS=$lt_AR_FLAGS
14677
14678 # A symbol stripping program.
14679 STRIP=$lt_STRIP
14680
14681 # Commands used to install an old-style archive.
14682 RANLIB=$lt_RANLIB
14683 old_postinstall_cmds=$lt_old_postinstall_cmds
14684 old_postuninstall_cmds=$lt_old_postuninstall_cmds
14685
14686 # Whether to use a lock for old archive extraction.
14687 lock_old_archive_extraction=$lock_old_archive_extraction
14688
14689 # A C compiler.
14690 LTCC=$lt_CC
14691
14692 # LTCC compiler flags.
14693 LTCFLAGS=$lt_CFLAGS
14694
14695 # Take the output of nm and produce a listing of raw symbols and C names.
14696 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
14697
14698 # Transform the output of nm in a proper C declaration.
14699 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
14700
14701 # Transform the output of nm in a C name address pair.
14702 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
14703
14704 # Transform the output of nm in a C name address pair when lib prefix is needed.
14705 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
14706
14707 # The name of the directory that contains temporary libtool files.
14708 objdir=$objdir
14709
14710 # Used to examine libraries when file_magic_cmd begins with "file".
14711 MAGIC_CMD=$MAGIC_CMD
14712
14713 # Must we lock files when doing compilation?
14714 need_locks=$lt_need_locks
14715
14716 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
14717 DSYMUTIL=$lt_DSYMUTIL
14718
14719 # Tool to change global to local symbols on Mac OS X.
14720 NMEDIT=$lt_NMEDIT
14721
14722 # Tool to manipulate fat objects and archives on Mac OS X.
14723 LIPO=$lt_LIPO
14724
14725 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
14726 OTOOL=$lt_OTOOL
14727
14728 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
14729 OTOOL64=$lt_OTOOL64
14730
14731 # Old archive suffix (normally "a").
14732 libext=$libext
14733
14734 # Shared library suffix (normally ".so").
14735 shrext_cmds=$lt_shrext_cmds
14736
14737 # The commands to extract the exported symbol list from a shared archive.
14738 extract_expsyms_cmds=$lt_extract_expsyms_cmds
14739
14740 # Variables whose values should be saved in libtool wrapper scripts and
14741 # restored at link time.
14742 variables_saved_for_relink=$lt_variables_saved_for_relink
14743
14744 # Do we need the "lib" prefix for modules?
14745 need_lib_prefix=$need_lib_prefix
14746
14747 # Do we need a version for libraries?
14748 need_version=$need_version
14749
14750 # Library versioning type.
14751 version_type=$version_type
14752
14753 # Shared library runtime path variable.
14754 runpath_var=$runpath_var
14755
14756 # Shared library path variable.
14757 shlibpath_var=$shlibpath_var
14758
14759 # Is shlibpath searched before the hard-coded library search path?
14760 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
14761
14762 # Format of library name prefix.
14763 libname_spec=$lt_libname_spec
14764
14765 # List of archive names. First name is the real one, the rest are links.
14766 # The last name is the one that the linker finds with -lNAME
14767 library_names_spec=$lt_library_names_spec
14768
14769 # The coded name of the library, if different from the real name.
14770 soname_spec=$lt_soname_spec
14771
14772 # Permission mode override for installation of shared libraries.
14773 install_override_mode=$lt_install_override_mode
14774
14775 # Command to use after installation of a shared archive.
14776 postinstall_cmds=$lt_postinstall_cmds
14777
14778 # Command to use after uninstallation of a shared archive.
14779 postuninstall_cmds=$lt_postuninstall_cmds
14780
14781 # Commands used to finish a libtool library installation in a directory.
14782 finish_cmds=$lt_finish_cmds
14783
14784 # As "finish_cmds", except a single script fragment to be evaled but
14785 # not shown.
14786 finish_eval=$lt_finish_eval
14787
14788 # Whether we should hardcode library paths into libraries.
14789 hardcode_into_libs=$hardcode_into_libs
14790
14791 # Compile-time system search path for libraries.
14792 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
14793
14794 # Run-time system search path for libraries.
14795 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
14796
14797 # Whether dlopen is supported.
14798 dlopen_support=$enable_dlopen
14799
14800 # Whether dlopen of programs is supported.
14801 dlopen_self=$enable_dlopen_self
14802
14803 # Whether dlopen of statically linked programs is supported.
14804 dlopen_self_static=$enable_dlopen_self_static
14805
14806 # Commands to strip libraries.
14807 old_striplib=$lt_old_striplib
14808 striplib=$lt_striplib
14809
14810
14811 # The linker used to build libraries.
14812 LD=$lt_LD
14813
14814 # How to create reloadable object files.
14815 reload_flag=$lt_reload_flag
14816 reload_cmds=$lt_reload_cmds
14817
14818 # Commands used to build an old-style archive.
14819 old_archive_cmds=$lt_old_archive_cmds
14820
14821 # A language specific compiler.
14822 CC=$lt_compiler
14823
14824 # Is the compiler the GNU compiler?
14825 with_gcc=$GCC
14826
14827 # Compiler flag to turn off builtin functions.
14828 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
14829
14830 # How to pass a linker flag through the compiler.
14831 wl=$lt_lt_prog_compiler_wl
14832
14833 # Additional compiler flags for building library objects.
14834 pic_flag=$lt_lt_prog_compiler_pic
14835
14836 # Compiler flag to prevent dynamic linking.
14837 link_static_flag=$lt_lt_prog_compiler_static
14838
14839 # Does compiler simultaneously support -c and -o options?
14840 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
14841
14842 # Whether or not to add -lc for building shared libraries.
14843 build_libtool_need_lc=$archive_cmds_need_lc
14844
14845 # Whether or not to disallow shared libs when runtime libs are static.
14846 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
14847
14848 # Compiler flag to allow reflexive dlopens.
14849 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
14850
14851 # Compiler flag to generate shared objects directly from archives.
14852 whole_archive_flag_spec=$lt_whole_archive_flag_spec
14853
14854 # Whether the compiler copes with passing no objects directly.
14855 compiler_needs_object=$lt_compiler_needs_object
14856
14857 # Create an old-style archive from a shared archive.
14858 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
14859
14860 # Create a temporary old-style archive to link instead of a shared archive.
14861 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
14862
14863 # Commands used to build a shared archive.
14864 archive_cmds=$lt_archive_cmds
14865 archive_expsym_cmds=$lt_archive_expsym_cmds
14866
14867 # Commands used to build a loadable module if different from building
14868 # a shared archive.
14869 module_cmds=$lt_module_cmds
14870 module_expsym_cmds=$lt_module_expsym_cmds
14871
14872 # Whether we are building with GNU ld or not.
14873 with_gnu_ld=$lt_with_gnu_ld
14874
14875 # Flag that allows shared libraries with undefined symbols to be built.
14876 allow_undefined_flag=$lt_allow_undefined_flag
14877
14878 # Flag that enforces no undefined symbols.
14879 no_undefined_flag=$lt_no_undefined_flag
14880
14881 # Flag to hardcode \$libdir into a binary during linking.
14882 # This must work even if \$libdir does not exist
14883 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
14884
14885 # If ld is used when linking, flag to hardcode \$libdir into a binary
14886 # during linking. This must work even if \$libdir does not exist.
14887 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
14888
14889 # Whether we need a single "-rpath" flag with a separated argument.
14890 hardcode_libdir_separator=$lt_hardcode_libdir_separator
14891
14892 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14893 # DIR into the resulting binary.
14894 hardcode_direct=$hardcode_direct
14895
14896 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
14897 # DIR into the resulting binary and the resulting library dependency is
14898 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
14899 # library is relocated.
14900 hardcode_direct_absolute=$hardcode_direct_absolute
14901
14902 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
14903 # into the resulting binary.
14904 hardcode_minus_L=$hardcode_minus_L
14905
14906 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
14907 # into the resulting binary.
14908 hardcode_shlibpath_var=$hardcode_shlibpath_var
14909
14910 # Set to "yes" if building a shared library automatically hardcodes DIR
14911 # into the library and all subsequent libraries and executables linked
14912 # against it.
14913 hardcode_automatic=$hardcode_automatic
14914
14915 # Set to yes if linker adds runtime paths of dependent libraries
14916 # to runtime path list.
14917 inherit_rpath=$inherit_rpath
14918
14919 # Whether libtool must link a program against all its dependency libraries.
14920 link_all_deplibs=$link_all_deplibs
14921
14922 # Fix the shell variable \$srcfile for the compiler.
14923 fix_srcfile_path=$lt_fix_srcfile_path
14924
14925 # Set to "yes" if exported symbols are required.
14926 always_export_symbols=$always_export_symbols
14927
14928 # The commands to list exported symbols.
14929 export_symbols_cmds=$lt_export_symbols_cmds
14930
14931 # Symbols that should not be listed in the preloaded symbols.
14932 exclude_expsyms=$lt_exclude_expsyms
14933
14934 # Symbols that must always be exported.
14935 include_expsyms=$lt_include_expsyms
14936
14937 # Commands necessary for linking programs (against libraries) with templates.
14938 prelink_cmds=$lt_prelink_cmds
14939
14940 # Specify filename containing input files.
14941 file_list_spec=$lt_file_list_spec
14942
14943 # How to hardcode a shared library path into an executable.
14944 hardcode_action=$hardcode_action
14945
14946 # ### END LIBTOOL CONFIG
14947
14948 _LT_EOF
14949
14950 case $host_os in
14951 aix3*)
14952 cat <<\_LT_EOF >> "$cfgfile"
14953 # AIX sometimes has problems with the GCC collect2 program. For some
14954 # reason, if we set the COLLECT_NAMES environment variable, the problems
14955 # vanish in a puff of smoke.
14956 if test "X${COLLECT_NAMES+set}" != Xset; then
14957 COLLECT_NAMES=
14958 export COLLECT_NAMES
14959 fi
14960 _LT_EOF
14961 ;;
14962 esac
14963
14964
14965 ltmain="$ac_aux_dir/ltmain.sh"
14966
14967
14968 # We use sed instead of cat because bash on DJGPP gets confused if
14969 # if finds mixed CR/LF and LF-only lines. Since sed operates in
14970 # text mode, it properly converts lines to CR/LF. This bash problem
14971 # is reportedly fixed, but why not run on old versions too?
14972 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
14973 || (rm -f "$cfgfile"; exit 1)
14974
14975 case $xsi_shell in
14976 yes)
14977 cat << \_LT_EOF >> "$cfgfile"
14978
14979 # func_dirname file append nondir_replacement
14980 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
14981 # otherwise set result to NONDIR_REPLACEMENT.
14982 func_dirname ()
14983 {
14984 case ${1} in
14985 */*) func_dirname_result="${1%/*}${2}" ;;
14986 * ) func_dirname_result="${3}" ;;
14987 esac
14988 }
14989
14990 # func_basename file
14991 func_basename ()
14992 {
14993 func_basename_result="${1##*/}"
14994 }
14995
14996 # func_dirname_and_basename file append nondir_replacement
14997 # perform func_basename and func_dirname in a single function
14998 # call:
14999 # dirname: Compute the dirname of FILE. If nonempty,
15000 # add APPEND to the result, otherwise set result
15001 # to NONDIR_REPLACEMENT.
15002 # value returned in "$func_dirname_result"
15003 # basename: Compute filename of FILE.
15004 # value retuned in "$func_basename_result"
15005 # Implementation must be kept synchronized with func_dirname
15006 # and func_basename. For efficiency, we do not delegate to
15007 # those functions but instead duplicate the functionality here.
15008 func_dirname_and_basename ()
15009 {
15010 case ${1} in
15011 */*) func_dirname_result="${1%/*}${2}" ;;
15012 * ) func_dirname_result="${3}" ;;
15013 esac
15014 func_basename_result="${1##*/}"
15015 }
15016
15017 # func_stripname prefix suffix name
15018 # strip PREFIX and SUFFIX off of NAME.
15019 # PREFIX and SUFFIX must not contain globbing or regex special
15020 # characters, hashes, percent signs, but SUFFIX may contain a leading
15021 # dot (in which case that matches only a dot).
15022 func_stripname ()
15023 {
15024 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15025 # positional parameters, so assign one to ordinary parameter first.
15026 func_stripname_result=${3}
15027 func_stripname_result=${func_stripname_result#"${1}"}
15028 func_stripname_result=${func_stripname_result%"${2}"}
15029 }
15030
15031 # func_opt_split
15032 func_opt_split ()
15033 {
15034 func_opt_split_opt=${1%%=*}
15035 func_opt_split_arg=${1#*=}
15036 }
15037
15038 # func_lo2o object
15039 func_lo2o ()
15040 {
15041 case ${1} in
15042 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15043 *) func_lo2o_result=${1} ;;
15044 esac
15045 }
15046
15047 # func_xform libobj-or-source
15048 func_xform ()
15049 {
15050 func_xform_result=${1%.*}.lo
15051 }
15052
15053 # func_arith arithmetic-term...
15054 func_arith ()
15055 {
15056 func_arith_result=$(( $* ))
15057 }
15058
15059 # func_len string
15060 # STRING may not start with a hyphen.
15061 func_len ()
15062 {
15063 func_len_result=${#1}
15064 }
15065
15066 _LT_EOF
15067 ;;
15068 *) # Bourne compatible functions.
15069 cat << \_LT_EOF >> "$cfgfile"
15070
15071 # func_dirname file append nondir_replacement
15072 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
15073 # otherwise set result to NONDIR_REPLACEMENT.
15074 func_dirname ()
15075 {
15076 # Extract subdirectory from the argument.
15077 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15078 if test "X$func_dirname_result" = "X${1}"; then
15079 func_dirname_result="${3}"
15080 else
15081 func_dirname_result="$func_dirname_result${2}"
15082 fi
15083 }
15084
15085 # func_basename file
15086 func_basename ()
15087 {
15088 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15089 }
15090
15091
15092 # func_stripname prefix suffix name
15093 # strip PREFIX and SUFFIX off of NAME.
15094 # PREFIX and SUFFIX must not contain globbing or regex special
15095 # characters, hashes, percent signs, but SUFFIX may contain a leading
15096 # dot (in which case that matches only a dot).
15097 # func_strip_suffix prefix name
15098 func_stripname ()
15099 {
15100 case ${2} in
15101 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15102 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15103 esac
15104 }
15105
15106 # sed scripts:
15107 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15108 my_sed_long_arg='1s/^-[^=]*=//'
15109
15110 # func_opt_split
15111 func_opt_split ()
15112 {
15113 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15114 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15115 }
15116
15117 # func_lo2o object
15118 func_lo2o ()
15119 {
15120 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15121 }
15122
15123 # func_xform libobj-or-source
15124 func_xform ()
15125 {
15126 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15127 }
15128
15129 # func_arith arithmetic-term...
15130 func_arith ()
15131 {
15132 func_arith_result=`expr "$@"`
15133 }
15134
15135 # func_len string
15136 # STRING may not start with a hyphen.
15137 func_len ()
15138 {
15139 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15140 }
15141
15142 _LT_EOF
15143 esac
15144
15145 case $lt_shell_append in
15146 yes)
15147 cat << \_LT_EOF >> "$cfgfile"
15148
15149 # func_append var value
15150 # Append VALUE to the end of shell variable VAR.
15151 func_append ()
15152 {
15153 eval "$1+=\$2"
15154 }
15155 _LT_EOF
15156 ;;
15157 *)
15158 cat << \_LT_EOF >> "$cfgfile"
15159
15160 # func_append var value
15161 # Append VALUE to the end of shell variable VAR.
15162 func_append ()
15163 {
15164 eval "$1=\$$1\$2"
15165 }
15166
15167 _LT_EOF
15168 ;;
15169 esac
15170
15171
15172 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15173 || (rm -f "$cfgfile"; exit 1)
15174
15175 mv -f "$cfgfile" "$ofile" ||
15176 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15177 chmod +x "$ofile"
15178
15179 ;;
15180 "default-1":C)
15181 for ac_file in $CONFIG_FILES; do
15182 # Support "outfile[:infile[:infile...]]"
15183 case "$ac_file" in
15184 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
15185 esac
15186 # PO directories have a Makefile.in generated from Makefile.in.in.
15187 case "$ac_file" in */Makefile.in)
15188 # Adjust a relative srcdir.
15189 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
15190 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
15191 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
15192 # In autoconf-2.13 it is called $ac_given_srcdir.
15193 # In autoconf-2.50 it is called $srcdir.
15194 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
15195 case "$ac_given_srcdir" in
15196 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
15197 /*) top_srcdir="$ac_given_srcdir" ;;
15198 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
15199 esac
15200 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
15201 rm -f "$ac_dir/POTFILES"
15202 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
15203 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
15204 POMAKEFILEDEPS="POTFILES.in"
15205 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
15206 # on $ac_dir but don't depend on user-specified configuration
15207 # parameters.
15208 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
15209 # The LINGUAS file contains the set of available languages.
15210 if test -n "$OBSOLETE_ALL_LINGUAS"; then
15211 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
15212 fi
15213 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
15214 # Hide the ALL_LINGUAS assigment from automake.
15215 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
15216 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
15217 else
15218 # The set of available languages was given in configure.ac.
15219 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
15220 fi
15221 case "$ac_given_srcdir" in
15222 .) srcdirpre= ;;
15223 *) srcdirpre='$(srcdir)/' ;;
15224 esac
15225 POFILES=
15226 GMOFILES=
15227 UPDATEPOFILES=
15228 DUMMYPOFILES=
15229 for lang in $ALL_LINGUAS; do
15230 POFILES="$POFILES $srcdirpre$lang.po"
15231 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
15232 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
15233 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
15234 done
15235 # CATALOGS depends on both $ac_dir and the user's LINGUAS
15236 # environment variable.
15237 INST_LINGUAS=
15238 if test -n "$ALL_LINGUAS"; then
15239 for presentlang in $ALL_LINGUAS; do
15240 useit=no
15241 if test "%UNSET%" != "$LINGUAS"; then
15242 desiredlanguages="$LINGUAS"
15243 else
15244 desiredlanguages="$ALL_LINGUAS"
15245 fi
15246 for desiredlang in $desiredlanguages; do
15247 # Use the presentlang catalog if desiredlang is
15248 # a. equal to presentlang, or
15249 # b. a variant of presentlang (because in this case,
15250 # presentlang can be used as a fallback for messages
15251 # which are not translated in the desiredlang catalog).
15252 case "$desiredlang" in
15253 "$presentlang"*) useit=yes;;
15254 esac
15255 done
15256 if test $useit = yes; then
15257 INST_LINGUAS="$INST_LINGUAS $presentlang"
15258 fi
15259 done
15260 fi
15261 CATALOGS=
15262 if test -n "$INST_LINGUAS"; then
15263 for lang in $INST_LINGUAS; do
15264 CATALOGS="$CATALOGS $lang.gmo"
15265 done
15266 fi
15267 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
15268 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"
15269 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
15270 if test -f "$f"; then
15271 case "$f" in
15272 *.orig | *.bak | *~) ;;
15273 *) cat "$f" >> "$ac_dir/Makefile" ;;
15274 esac
15275 fi
15276 done
15277 fi
15278 ;;
15279 esac
15280 done ;;
15281
15282 esac
15283 done # for ac_tag
15284
15285
15286 as_fn_exit 0
15287 _ACEOF
15288 ac_clean_files=$ac_clean_files_save
15289
15290 test $ac_write_fail = 0 ||
15291 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15292
15293
15294 # configure is writing to config.log, and then calls config.status.
15295 # config.status does its own redirection, appending to config.log.
15296 # Unfortunately, on DOS this fails, as config.log is still kept open
15297 # by configure, so config.status won't be able to write to it; its
15298 # output is simply discarded. So we exec the FD to /dev/null,
15299 # effectively closing config.log, so it can be properly (re)opened and
15300 # appended to by config.status. When coming back to configure, we
15301 # need to make the FD available again.
15302 if test "$no_create" != yes; then
15303 ac_cs_success=:
15304 ac_config_status_args=
15305 test "$silent" = yes &&
15306 ac_config_status_args="$ac_config_status_args --quiet"
15307 exec 5>/dev/null
15308 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15309 exec 5>>config.log
15310 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15311 # would make configure fail if this is the last instruction.
15312 $ac_cs_success || as_fn_exit $?
15313 fi
15314 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15315 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15316 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15317 fi
15318
This page took 0.575759 seconds and 4 git commands to generate.