Split out eval_op_func_static_var
[deliverable/binutils-gdb.git] / binutils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for binutils 2.36.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
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 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='binutils'
589 PACKAGE_TARNAME='binutils'
590 PACKAGE_VERSION='2.36.50'
591 PACKAGE_STRING='binutils 2.36.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="ar.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 EMULATION_VECTOR
638 EMULATION
639 OBJDUMP_PRIVATE_OFILES
640 OBJDUMP_DEFS
641 BUILD_INSTALL_MISC
642 BUILD_MISC
643 BUILD_DLLWRAP
644 BUILD_WINDMC
645 BUILD_WINDRES
646 DLLTOOL_DEFS
647 BUILD_DLLTOOL
648 BUILD_SRCONV
649 LTLIBICONV
650 LIBICONV
651 zlibinc
652 zlibdir
653 ALLOCA
654 DEMANGLER_NAME
655 EXEEXT_FOR_BUILD
656 CC_FOR_BUILD
657 HDEFINES
658 GENINSRC_NEVER_FALSE
659 GENINSRC_NEVER_TRUE
660 MAINT
661 MAINTAINER_MODE_FALSE
662 MAINTAINER_MODE_TRUE
663 MSGMERGE
664 MSGFMT
665 MKINSTALLDIRS
666 CATOBJEXT
667 GENCAT
668 INSTOBJEXT
669 DATADIRNAME
670 CATALOGS
671 POSUB
672 GMSGFMT
673 XGETTEXT
674 INCINTL
675 LIBINTL_DEP
676 LIBINTL
677 USE_NLS
678 LEXLIB
679 LEX_OUTPUT_ROOT
680 LEX
681 YFLAGS
682 YACC
683 WARN_WRITE_STRINGS
684 NO_WERROR
685 WARN_CFLAGS_FOR_BUILD
686 WARN_CFLAGS
687 ENABLE_LIBCTF_FALSE
688 ENABLE_LIBCTF_TRUE
689 DEBUGINFOD_LIBS
690 DEBUGINFOD_CFLAGS
691 PKG_CONFIG_LIBDIR
692 PKG_CONFIG_PATH
693 PKG_CONFIG
694 LARGEFILE_CPPFLAGS
695 OTOOL64
696 OTOOL
697 LIPO
698 NMEDIT
699 DSYMUTIL
700 RANLIB
701 AR
702 OBJDUMP
703 LN_S
704 NM
705 ac_ct_DUMPBIN
706 DUMPBIN
707 LD
708 FGREP
709 SED
710 LIBTOOL
711 EGREP
712 GREP
713 CPP
714 AM_BACKSLASH
715 AM_DEFAULT_VERBOSITY
716 AM_DEFAULT_V
717 AM_V
718 am__fastdepCC_FALSE
719 am__fastdepCC_TRUE
720 CCDEPMODE
721 am__nodep
722 AMDEPBACKSLASH
723 AMDEP_FALSE
724 AMDEP_TRUE
725 am__quote
726 am__include
727 DEPDIR
728 am__untar
729 am__tar
730 AMTAR
731 am__leading_dot
732 SET_MAKE
733 AWK
734 mkdir_p
735 MKDIR_P
736 INSTALL_STRIP_PROGRAM
737 STRIP
738 install_sh
739 MAKEINFO
740 AUTOHEADER
741 AUTOMAKE
742 AUTOCONF
743 ACLOCAL
744 VERSION
745 PACKAGE
746 CYGPATH_W
747 am__isrc
748 INSTALL_DATA
749 INSTALL_SCRIPT
750 INSTALL_PROGRAM
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
757 CC
758 target_os
759 target_vendor
760 target_cpu
761 target
762 host_os
763 host_vendor
764 host_cpu
765 host
766 build_os
767 build_vendor
768 build_cpu
769 build
770 target_alias
771 host_alias
772 build_alias
773 LIBS
774 ECHO_T
775 ECHO_N
776 ECHO_C
777 DEFS
778 mandir
779 localedir
780 libdir
781 psdir
782 pdfdir
783 dvidir
784 htmldir
785 infodir
786 docdir
787 oldincludedir
788 includedir
789 localstatedir
790 sharedstatedir
791 sysconfdir
792 datadir
793 datarootdir
794 libexecdir
795 sbindir
796 bindir
797 program_transform_name
798 prefix
799 exec_prefix
800 PACKAGE_URL
801 PACKAGE_BUGREPORT
802 PACKAGE_STRING
803 PACKAGE_VERSION
804 PACKAGE_TARNAME
805 PACKAGE_NAME
806 PATH_SEPARATOR
807 SHELL'
808 ac_subst_files=''
809 ac_user_opts='
810 enable_option_checking
811 enable_dependency_tracking
812 enable_silent_rules
813 enable_shared
814 enable_static
815 with_pic
816 enable_fast_install
817 with_gnu_ld
818 enable_libtool_lock
819 enable_plugins
820 enable_largefile
821 enable_targets
822 enable_deterministic_archives
823 enable_default_strings_all
824 enable_f_for_ifunc_symbols
825 enable_follow_debug_links
826 with_debuginfod
827 enable_libctf
828 enable_werror
829 enable_build_warnings
830 enable_nls
831 enable_maintainer_mode
832 with_system_zlib
833 enable_rpath
834 with_libiconv_prefix
835 with_libiconv_type
836 '
837 ac_precious_vars='build_alias
838 host_alias
839 target_alias
840 CC
841 CFLAGS
842 LDFLAGS
843 LIBS
844 CPPFLAGS
845 CPP
846 PKG_CONFIG
847 PKG_CONFIG_PATH
848 PKG_CONFIG_LIBDIR
849 DEBUGINFOD_CFLAGS
850 DEBUGINFOD_LIBS
851 YACC
852 YFLAGS'
853
854
855 # Initialize some variables set by options.
856 ac_init_help=
857 ac_init_version=false
858 ac_unrecognized_opts=
859 ac_unrecognized_sep=
860 # The variables have the same names as the options, with
861 # dashes changed to underlines.
862 cache_file=/dev/null
863 exec_prefix=NONE
864 no_create=
865 no_recursion=
866 prefix=NONE
867 program_prefix=NONE
868 program_suffix=NONE
869 program_transform_name=s,x,x,
870 silent=
871 site=
872 srcdir=
873 verbose=
874 x_includes=NONE
875 x_libraries=NONE
876
877 # Installation directory options.
878 # These are left unexpanded so users can "make install exec_prefix=/foo"
879 # and all the variables that are supposed to be based on exec_prefix
880 # by default will actually change.
881 # Use braces instead of parens because sh, perl, etc. also accept them.
882 # (The list follows the same order as the GNU Coding Standards.)
883 bindir='${exec_prefix}/bin'
884 sbindir='${exec_prefix}/sbin'
885 libexecdir='${exec_prefix}/libexec'
886 datarootdir='${prefix}/share'
887 datadir='${datarootdir}'
888 sysconfdir='${prefix}/etc'
889 sharedstatedir='${prefix}/com'
890 localstatedir='${prefix}/var'
891 includedir='${prefix}/include'
892 oldincludedir='/usr/include'
893 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
894 infodir='${datarootdir}/info'
895 htmldir='${docdir}'
896 dvidir='${docdir}'
897 pdfdir='${docdir}'
898 psdir='${docdir}'
899 libdir='${exec_prefix}/lib'
900 localedir='${datarootdir}/locale'
901 mandir='${datarootdir}/man'
902
903 ac_prev=
904 ac_dashdash=
905 for ac_option
906 do
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
909 eval $ac_prev=\$ac_option
910 ac_prev=
911 continue
912 fi
913
914 case $ac_option in
915 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
916 *=) ac_optarg= ;;
917 *) ac_optarg=yes ;;
918 esac
919
920 # Accept the important Cygnus configure options, so we can diagnose typos.
921
922 case $ac_dashdash$ac_option in
923 --)
924 ac_dashdash=yes ;;
925
926 -bindir | --bindir | --bindi | --bind | --bin | --bi)
927 ac_prev=bindir ;;
928 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
929 bindir=$ac_optarg ;;
930
931 -build | --build | --buil | --bui | --bu)
932 ac_prev=build_alias ;;
933 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
934 build_alias=$ac_optarg ;;
935
936 -cache-file | --cache-file | --cache-fil | --cache-fi \
937 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
938 ac_prev=cache_file ;;
939 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
940 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
941 cache_file=$ac_optarg ;;
942
943 --config-cache | -C)
944 cache_file=config.cache ;;
945
946 -datadir | --datadir | --datadi | --datad)
947 ac_prev=datadir ;;
948 -datadir=* | --datadir=* | --datadi=* | --datad=*)
949 datadir=$ac_optarg ;;
950
951 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
952 | --dataroo | --dataro | --datar)
953 ac_prev=datarootdir ;;
954 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
955 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
956 datarootdir=$ac_optarg ;;
957
958 -disable-* | --disable-*)
959 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
962 as_fn_error $? "invalid feature name: $ac_useropt"
963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
966 *"
967 "enable_$ac_useropt"
968 "*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
971 esac
972 eval enable_$ac_useropt=no ;;
973
974 -docdir | --docdir | --docdi | --doc | --do)
975 ac_prev=docdir ;;
976 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
977 docdir=$ac_optarg ;;
978
979 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
980 ac_prev=dvidir ;;
981 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
982 dvidir=$ac_optarg ;;
983
984 -enable-* | --enable-*)
985 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
986 # Reject names that are not valid shell variable names.
987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
988 as_fn_error $? "invalid feature name: $ac_useropt"
989 ac_useropt_orig=$ac_useropt
990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
992 *"
993 "enable_$ac_useropt"
994 "*) ;;
995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep=', ';;
997 esac
998 eval enable_$ac_useropt=\$ac_optarg ;;
999
1000 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1001 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1002 | --exec | --exe | --ex)
1003 ac_prev=exec_prefix ;;
1004 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1005 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1006 | --exec=* | --exe=* | --ex=*)
1007 exec_prefix=$ac_optarg ;;
1008
1009 -gas | --gas | --ga | --g)
1010 # Obsolete; use --with-gas.
1011 with_gas=yes ;;
1012
1013 -help | --help | --hel | --he | -h)
1014 ac_init_help=long ;;
1015 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1016 ac_init_help=recursive ;;
1017 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1018 ac_init_help=short ;;
1019
1020 -host | --host | --hos | --ho)
1021 ac_prev=host_alias ;;
1022 -host=* | --host=* | --hos=* | --ho=*)
1023 host_alias=$ac_optarg ;;
1024
1025 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1026 ac_prev=htmldir ;;
1027 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1028 | --ht=*)
1029 htmldir=$ac_optarg ;;
1030
1031 -includedir | --includedir | --includedi | --included | --include \
1032 | --includ | --inclu | --incl | --inc)
1033 ac_prev=includedir ;;
1034 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1035 | --includ=* | --inclu=* | --incl=* | --inc=*)
1036 includedir=$ac_optarg ;;
1037
1038 -infodir | --infodir | --infodi | --infod | --info | --inf)
1039 ac_prev=infodir ;;
1040 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1041 infodir=$ac_optarg ;;
1042
1043 -libdir | --libdir | --libdi | --libd)
1044 ac_prev=libdir ;;
1045 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1046 libdir=$ac_optarg ;;
1047
1048 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1049 | --libexe | --libex | --libe)
1050 ac_prev=libexecdir ;;
1051 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1052 | --libexe=* | --libex=* | --libe=*)
1053 libexecdir=$ac_optarg ;;
1054
1055 -localedir | --localedir | --localedi | --localed | --locale)
1056 ac_prev=localedir ;;
1057 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1058 localedir=$ac_optarg ;;
1059
1060 -localstatedir | --localstatedir | --localstatedi | --localstated \
1061 | --localstate | --localstat | --localsta | --localst | --locals)
1062 ac_prev=localstatedir ;;
1063 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1064 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1065 localstatedir=$ac_optarg ;;
1066
1067 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1068 ac_prev=mandir ;;
1069 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1070 mandir=$ac_optarg ;;
1071
1072 -nfp | --nfp | --nf)
1073 # Obsolete; use --without-fp.
1074 with_fp=no ;;
1075
1076 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1077 | --no-cr | --no-c | -n)
1078 no_create=yes ;;
1079
1080 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1081 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1082 no_recursion=yes ;;
1083
1084 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1085 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1086 | --oldin | --oldi | --old | --ol | --o)
1087 ac_prev=oldincludedir ;;
1088 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1089 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1090 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1091 oldincludedir=$ac_optarg ;;
1092
1093 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1094 ac_prev=prefix ;;
1095 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1096 prefix=$ac_optarg ;;
1097
1098 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1099 | --program-pre | --program-pr | --program-p)
1100 ac_prev=program_prefix ;;
1101 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1102 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1103 program_prefix=$ac_optarg ;;
1104
1105 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1106 | --program-suf | --program-su | --program-s)
1107 ac_prev=program_suffix ;;
1108 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1109 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1110 program_suffix=$ac_optarg ;;
1111
1112 -program-transform-name | --program-transform-name \
1113 | --program-transform-nam | --program-transform-na \
1114 | --program-transform-n | --program-transform- \
1115 | --program-transform | --program-transfor \
1116 | --program-transfo | --program-transf \
1117 | --program-trans | --program-tran \
1118 | --progr-tra | --program-tr | --program-t)
1119 ac_prev=program_transform_name ;;
1120 -program-transform-name=* | --program-transform-name=* \
1121 | --program-transform-nam=* | --program-transform-na=* \
1122 | --program-transform-n=* | --program-transform-=* \
1123 | --program-transform=* | --program-transfor=* \
1124 | --program-transfo=* | --program-transf=* \
1125 | --program-trans=* | --program-tran=* \
1126 | --progr-tra=* | --program-tr=* | --program-t=*)
1127 program_transform_name=$ac_optarg ;;
1128
1129 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1130 ac_prev=pdfdir ;;
1131 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1132 pdfdir=$ac_optarg ;;
1133
1134 -psdir | --psdir | --psdi | --psd | --ps)
1135 ac_prev=psdir ;;
1136 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1137 psdir=$ac_optarg ;;
1138
1139 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1140 | -silent | --silent | --silen | --sile | --sil)
1141 silent=yes ;;
1142
1143 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1144 ac_prev=sbindir ;;
1145 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1146 | --sbi=* | --sb=*)
1147 sbindir=$ac_optarg ;;
1148
1149 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1150 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1151 | --sharedst | --shareds | --shared | --share | --shar \
1152 | --sha | --sh)
1153 ac_prev=sharedstatedir ;;
1154 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1155 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1156 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1157 | --sha=* | --sh=*)
1158 sharedstatedir=$ac_optarg ;;
1159
1160 -site | --site | --sit)
1161 ac_prev=site ;;
1162 -site=* | --site=* | --sit=*)
1163 site=$ac_optarg ;;
1164
1165 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1166 ac_prev=srcdir ;;
1167 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1168 srcdir=$ac_optarg ;;
1169
1170 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1171 | --syscon | --sysco | --sysc | --sys | --sy)
1172 ac_prev=sysconfdir ;;
1173 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1174 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1175 sysconfdir=$ac_optarg ;;
1176
1177 -target | --target | --targe | --targ | --tar | --ta | --t)
1178 ac_prev=target_alias ;;
1179 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1180 target_alias=$ac_optarg ;;
1181
1182 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1183 verbose=yes ;;
1184
1185 -version | --version | --versio | --versi | --vers | -V)
1186 ac_init_version=: ;;
1187
1188 -with-* | --with-*)
1189 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1192 as_fn_error $? "invalid package name: $ac_useropt"
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197 "with_$ac_useropt"
1198 "*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
1201 esac
1202 eval with_$ac_useropt=\$ac_optarg ;;
1203
1204 -without-* | --without-*)
1205 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1208 as_fn_error $? "invalid package name: $ac_useropt"
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1212 *"
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=no ;;
1219
1220 --x)
1221 # Obsolete; use --with-x.
1222 with_x=yes ;;
1223
1224 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1225 | --x-incl | --x-inc | --x-in | --x-i)
1226 ac_prev=x_includes ;;
1227 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1228 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1229 x_includes=$ac_optarg ;;
1230
1231 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1232 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1233 ac_prev=x_libraries ;;
1234 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1235 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1236 x_libraries=$ac_optarg ;;
1237
1238 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1239 Try \`$0 --help' for more information"
1240 ;;
1241
1242 *=*)
1243 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
1245 case $ac_envvar in #(
1246 '' | [0-9]* | *[!_$as_cr_alnum]* )
1247 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1248 esac
1249 eval $ac_envvar=\$ac_optarg
1250 export $ac_envvar ;;
1251
1252 *)
1253 # FIXME: should be removed in autoconf 3.0.
1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1258 ;;
1259
1260 esac
1261 done
1262
1263 if test -n "$ac_prev"; then
1264 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1265 as_fn_error $? "missing argument to $ac_option"
1266 fi
1267
1268 if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1270 no) ;;
1271 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1273 esac
1274 fi
1275
1276 # Check all directory arguments for consistency.
1277 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1280 libdir localedir mandir
1281 do
1282 eval ac_val=\$$ac_var
1283 # Remove trailing slashes.
1284 case $ac_val in
1285 */ )
1286 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\$ac_val;;
1288 esac
1289 # Be sure to have absolute directory names.
1290 case $ac_val in
1291 [\\/$]* | ?:[\\/]* ) continue;;
1292 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1293 esac
1294 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1295 done
1296
1297 # There might be people who depend on the old broken behavior: `$host'
1298 # used to hold the argument of --host etc.
1299 # FIXME: To remove some day.
1300 build=$build_alias
1301 host=$host_alias
1302 target=$target_alias
1303
1304 # FIXME: To remove some day.
1305 if test "x$host_alias" != x; then
1306 if test "x$build_alias" = x; then
1307 cross_compiling=maybe
1308 elif test "x$build_alias" != "x$host_alias"; then
1309 cross_compiling=yes
1310 fi
1311 fi
1312
1313 ac_tool_prefix=
1314 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1315
1316 test "$silent" = yes && exec 6>/dev/null
1317
1318
1319 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1320 ac_ls_di=`ls -di .` &&
1321 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1322 as_fn_error $? "working directory cannot be determined"
1323 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1324 as_fn_error $? "pwd does not report name of working directory"
1325
1326
1327 # Find the source files, if location was not specified.
1328 if test -z "$srcdir"; then
1329 ac_srcdir_defaulted=yes
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir=`$as_dirname -- "$as_myself" ||
1332 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336 $as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\/\)[^/].*/{
1342 s//\1/
1343 q
1344 }
1345 /^X\(\/\/\)$/{
1346 s//\1/
1347 q
1348 }
1349 /^X\(\/\).*/{
1350 s//\1/
1351 q
1352 }
1353 s/.*/./; q'`
1354 srcdir=$ac_confdir
1355 if test ! -r "$srcdir/$ac_unique_file"; then
1356 srcdir=..
1357 fi
1358 else
1359 ac_srcdir_defaulted=no
1360 fi
1361 if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1363 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1364 fi
1365 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1366 ac_abs_confdir=`(
1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1368 pwd)`
1369 # When building in place, set srcdir=.
1370 if test "$ac_abs_confdir" = "$ac_pwd"; then
1371 srcdir=.
1372 fi
1373 # Remove unnecessary trailing slashes from srcdir.
1374 # Double slashes in file names in object file debugging info
1375 # mess up M-x gdb in Emacs.
1376 case $srcdir in
1377 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1378 esac
1379 for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1384 done
1385
1386 #
1387 # Report the --help message.
1388 #
1389 if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1392 cat <<_ACEOF
1393 \`configure' configures binutils 2.36.50 to adapt to many kinds of systems.
1394
1395 Usage: $0 [OPTION]... [VAR=VALUE]...
1396
1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398 VAR=VALUE. See below for descriptions of some of the useful variables.
1399
1400 Defaults for the options are specified in brackets.
1401
1402 Configuration:
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking ...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1412
1413 Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1417 [PREFIX]
1418
1419 By default, \`make install' will install all the files in
1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422 for instance \`--prefix=\$HOME'.
1423
1424 For better control, use the options below.
1425
1426 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1446 _ACEOF
1447
1448 cat <<\_ACEOF
1449
1450 Program names:
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1454
1455 System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459 _ACEOF
1460 fi
1461
1462 if test -n "$ac_init_help"; then
1463 case $ac_init_help in
1464 short | recursive ) echo "Configuration of binutils 2.36.50:";;
1465 esac
1466 cat <<\_ACEOF
1467
1468 Optional Features:
1469 --disable-option-checking ignore unrecognized --enable/--with options
1470 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1471 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1472 --enable-dependency-tracking
1473 do not reject slow dependency extractors
1474 --disable-dependency-tracking
1475 speeds up one-time build
1476 --enable-silent-rules less verbose build output (undo: "make V=1")
1477 --disable-silent-rules verbose build output (undo: "make V=0")
1478 --enable-shared[=PKGS] build shared libraries [default=yes]
1479 --enable-static[=PKGS] build static libraries [default=yes]
1480 --enable-fast-install[=PKGS]
1481 optimize for fast installation [default=yes]
1482 --disable-libtool-lock avoid locking (might break parallel builds)
1483 --enable-plugins Enable support for plugins
1484 --disable-largefile omit support for large files
1485 --enable-targets alternative target configurations
1486 --enable-deterministic-archives
1487 ar and ranlib default to -D behavior
1488 --disable-default-strings-all
1489 strings defaults to --data behavior
1490 --enable-f-for-ifunc-symbols
1491 Have nm use F and f for global and local ifunc
1492 symbols
1493 --enable-follow-debug-links
1494 Have readelf and objdump follow debug links by
1495 default
1496 --enable-libctf Handle .ctf type-info sections [default=yes]
1497 --enable-werror treat compile warnings as errors
1498 --enable-build-warnings enable build-time compiler warnings
1499 --disable-nls do not use Native Language Support
1500 --enable-maintainer-mode
1501 enable make rules and dependencies not useful (and
1502 sometimes confusing) to the casual installer
1503 --disable-rpath do not hardcode runtime library paths
1504
1505 Optional Packages:
1506 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1507 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1508 --with-pic try to use only PIC/non-PIC objects [default=use
1509 both]
1510 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1511 --with-debuginfod Enable debuginfo lookups with debuginfod
1512 (auto/yes/no)
1513 --with-system-zlib use installed libz
1514 --with-gnu-ld assume the C compiler uses GNU ld default=no
1515 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1516 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1517 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1518
1519 Some influential environment variables:
1520 CC C compiler command
1521 CFLAGS C compiler flags
1522 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1523 nonstandard directory <lib dir>
1524 LIBS libraries to pass to the linker, e.g. -l<library>
1525 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1526 you have headers in a nonstandard directory <include dir>
1527 CPP C preprocessor
1528 PKG_CONFIG path to pkg-config utility
1529 PKG_CONFIG_PATH
1530 directories to add to pkg-config's search path
1531 PKG_CONFIG_LIBDIR
1532 path overriding pkg-config's built-in search path
1533 DEBUGINFOD_CFLAGS
1534 C compiler flags for DEBUGINFOD, overriding pkg-config
1535 DEBUGINFOD_LIBS
1536 linker flags for DEBUGINFOD, overriding pkg-config
1537 YACC The `Yet Another Compiler Compiler' implementation to use.
1538 Defaults to the first program found out of: `bison -y', `byacc',
1539 `yacc'.
1540 YFLAGS The list of arguments that will be passed by default to $YACC.
1541 This script will default YFLAGS to the empty string to avoid a
1542 default value of `-d' given by some make applications.
1543
1544 Use these variables to override the choices made by `configure' or to help
1545 it to find libraries and programs with nonstandard names/locations.
1546
1547 Report bugs to the package provider.
1548 _ACEOF
1549 ac_status=$?
1550 fi
1551
1552 if test "$ac_init_help" = "recursive"; then
1553 # If there are subdirs, report their specific --help.
1554 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1555 test -d "$ac_dir" ||
1556 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1557 continue
1558 ac_builddir=.
1559
1560 case "$ac_dir" in
1561 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562 *)
1563 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1564 # A ".." for each directory in $ac_dir_suffix.
1565 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1566 case $ac_top_builddir_sub in
1567 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1568 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1569 esac ;;
1570 esac
1571 ac_abs_top_builddir=$ac_pwd
1572 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1573 # for backward compatibility:
1574 ac_top_builddir=$ac_top_build_prefix
1575
1576 case $srcdir in
1577 .) # We are building in place.
1578 ac_srcdir=.
1579 ac_top_srcdir=$ac_top_builddir_sub
1580 ac_abs_top_srcdir=$ac_pwd ;;
1581 [\\/]* | ?:[\\/]* ) # Absolute name.
1582 ac_srcdir=$srcdir$ac_dir_suffix;
1583 ac_top_srcdir=$srcdir
1584 ac_abs_top_srcdir=$srcdir ;;
1585 *) # Relative name.
1586 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1587 ac_top_srcdir=$ac_top_build_prefix$srcdir
1588 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1589 esac
1590 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1591
1592 cd "$ac_dir" || { ac_status=$?; continue; }
1593 # Check for guested configure.
1594 if test -f "$ac_srcdir/configure.gnu"; then
1595 echo &&
1596 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1597 elif test -f "$ac_srcdir/configure"; then
1598 echo &&
1599 $SHELL "$ac_srcdir/configure" --help=recursive
1600 else
1601 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1602 fi || ac_status=$?
1603 cd "$ac_pwd" || { ac_status=$?; break; }
1604 done
1605 fi
1606
1607 test -n "$ac_init_help" && exit $ac_status
1608 if $ac_init_version; then
1609 cat <<\_ACEOF
1610 binutils configure 2.36.50
1611 generated by GNU Autoconf 2.69
1612
1613 Copyright (C) 2012 Free Software Foundation, Inc.
1614 This configure script is free software; the Free Software Foundation
1615 gives unlimited permission to copy, distribute and modify it.
1616 _ACEOF
1617 exit
1618 fi
1619
1620 ## ------------------------ ##
1621 ## Autoconf initialization. ##
1622 ## ------------------------ ##
1623
1624 # ac_fn_c_try_compile LINENO
1625 # --------------------------
1626 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1627 ac_fn_c_try_compile ()
1628 {
1629 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630 rm -f conftest.$ac_objext
1631 if { { ac_try="$ac_compile"
1632 case "(($ac_try" in
1633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1634 *) ac_try_echo=$ac_try;;
1635 esac
1636 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637 $as_echo "$ac_try_echo"; } >&5
1638 (eval "$ac_compile") 2>conftest.err
1639 ac_status=$?
1640 if test -s conftest.err; then
1641 grep -v '^ *+' conftest.err >conftest.er1
1642 cat conftest.er1 >&5
1643 mv -f conftest.er1 conftest.err
1644 fi
1645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646 test $ac_status = 0; } && {
1647 test -z "$ac_c_werror_flag" ||
1648 test ! -s conftest.err
1649 } && test -s conftest.$ac_objext; then :
1650 ac_retval=0
1651 else
1652 $as_echo "$as_me: failed program was:" >&5
1653 sed 's/^/| /' conftest.$ac_ext >&5
1654
1655 ac_retval=1
1656 fi
1657 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1658 as_fn_set_status $ac_retval
1659
1660 } # ac_fn_c_try_compile
1661
1662 # ac_fn_c_try_link LINENO
1663 # -----------------------
1664 # Try to link conftest.$ac_ext, and return whether this succeeded.
1665 ac_fn_c_try_link ()
1666 {
1667 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668 rm -f conftest.$ac_objext conftest$ac_exeext
1669 if { { ac_try="$ac_link"
1670 case "(($ac_try" in
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1673 esac
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_link") 2>conftest.err
1677 ac_status=$?
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1682 fi
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } && {
1685 test -z "$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 } && test -s conftest$ac_exeext && {
1688 test "$cross_compiling" = yes ||
1689 test -x conftest$ac_exeext
1690 }; then :
1691 ac_retval=0
1692 else
1693 $as_echo "$as_me: failed program was:" >&5
1694 sed 's/^/| /' conftest.$ac_ext >&5
1695
1696 ac_retval=1
1697 fi
1698 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1699 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1700 # interfere with the next link command; also delete a directory that is
1701 # left behind by Apple's compiler. We do this before executing the actions.
1702 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1703 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1704 as_fn_set_status $ac_retval
1705
1706 } # ac_fn_c_try_link
1707
1708 # ac_fn_c_try_cpp LINENO
1709 # ----------------------
1710 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1711 ac_fn_c_try_cpp ()
1712 {
1713 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1714 if { { ac_try="$ac_cpp conftest.$ac_ext"
1715 case "(($ac_try" in
1716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1717 *) ac_try_echo=$ac_try;;
1718 esac
1719 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1720 $as_echo "$ac_try_echo"; } >&5
1721 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1722 ac_status=$?
1723 if test -s conftest.err; then
1724 grep -v '^ *+' conftest.err >conftest.er1
1725 cat conftest.er1 >&5
1726 mv -f conftest.er1 conftest.err
1727 fi
1728 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1729 test $ac_status = 0; } > conftest.i && {
1730 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1731 test ! -s conftest.err
1732 }; then :
1733 ac_retval=0
1734 else
1735 $as_echo "$as_me: failed program was:" >&5
1736 sed 's/^/| /' conftest.$ac_ext >&5
1737
1738 ac_retval=1
1739 fi
1740 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1741 as_fn_set_status $ac_retval
1742
1743 } # ac_fn_c_try_cpp
1744
1745 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1746 # -------------------------------------------------------
1747 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1748 # the include files in INCLUDES and setting the cache variable VAR
1749 # accordingly.
1750 ac_fn_c_check_header_mongrel ()
1751 {
1752 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1753 if eval \${$3+:} false; then :
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1755 $as_echo_n "checking for $2... " >&6; }
1756 if eval \${$3+:} false; then :
1757 $as_echo_n "(cached) " >&6
1758 fi
1759 eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761 $as_echo "$ac_res" >&6; }
1762 else
1763 # Is the header compilable?
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1765 $as_echo_n "checking $2 usability... " >&6; }
1766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1767 /* end confdefs.h. */
1768 $4
1769 #include <$2>
1770 _ACEOF
1771 if ac_fn_c_try_compile "$LINENO"; then :
1772 ac_header_compiler=yes
1773 else
1774 ac_header_compiler=no
1775 fi
1776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1778 $as_echo "$ac_header_compiler" >&6; }
1779
1780 # Is the header present?
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1782 $as_echo_n "checking $2 presence... " >&6; }
1783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1784 /* end confdefs.h. */
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_cpp "$LINENO"; then :
1788 ac_header_preproc=yes
1789 else
1790 ac_header_preproc=no
1791 fi
1792 rm -f conftest.err conftest.i conftest.$ac_ext
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1794 $as_echo "$ac_header_preproc" >&6; }
1795
1796 # So? What about this header?
1797 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1798 yes:no: )
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1800 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1802 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1803 ;;
1804 no:yes:* )
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1806 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1808 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1810 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1812 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1814 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1815 ;;
1816 esac
1817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1818 $as_echo_n "checking for $2... " >&6; }
1819 if eval \${$3+:} false; then :
1820 $as_echo_n "(cached) " >&6
1821 else
1822 eval "$3=\$ac_header_compiler"
1823 fi
1824 eval ac_res=\$$3
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1826 $as_echo "$ac_res" >&6; }
1827 fi
1828 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1829
1830 } # ac_fn_c_check_header_mongrel
1831
1832 # ac_fn_c_try_run LINENO
1833 # ----------------------
1834 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1835 # that executables *can* be run.
1836 ac_fn_c_try_run ()
1837 {
1838 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1839 if { { ac_try="$ac_link"
1840 case "(($ac_try" in
1841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1842 *) ac_try_echo=$ac_try;;
1843 esac
1844 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1845 $as_echo "$ac_try_echo"; } >&5
1846 (eval "$ac_link") 2>&5
1847 ac_status=$?
1848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1849 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1850 { { case "(($ac_try" in
1851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1852 *) ac_try_echo=$ac_try;;
1853 esac
1854 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1855 $as_echo "$ac_try_echo"; } >&5
1856 (eval "$ac_try") 2>&5
1857 ac_status=$?
1858 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1859 test $ac_status = 0; }; }; then :
1860 ac_retval=0
1861 else
1862 $as_echo "$as_me: program exited with status $ac_status" >&5
1863 $as_echo "$as_me: failed program was:" >&5
1864 sed 's/^/| /' conftest.$ac_ext >&5
1865
1866 ac_retval=$ac_status
1867 fi
1868 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870 as_fn_set_status $ac_retval
1871
1872 } # ac_fn_c_try_run
1873
1874 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1875 # -------------------------------------------------------
1876 # Tests whether HEADER exists and can be compiled using the include files in
1877 # INCLUDES, setting the cache variable VAR accordingly.
1878 ac_fn_c_check_header_compile ()
1879 {
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if eval \${$3+:} false; then :
1884 $as_echo_n "(cached) " >&6
1885 else
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1888 $4
1889 #include <$2>
1890 _ACEOF
1891 if ac_fn_c_try_compile "$LINENO"; then :
1892 eval "$3=yes"
1893 else
1894 eval "$3=no"
1895 fi
1896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1897 fi
1898 eval ac_res=\$$3
1899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1900 $as_echo "$ac_res" >&6; }
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902
1903 } # ac_fn_c_check_header_compile
1904
1905 # ac_fn_c_check_func LINENO FUNC VAR
1906 # ----------------------------------
1907 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1908 ac_fn_c_check_func ()
1909 {
1910 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1912 $as_echo_n "checking for $2... " >&6; }
1913 if eval \${$3+:} false; then :
1914 $as_echo_n "(cached) " >&6
1915 else
1916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1917 /* end confdefs.h. */
1918 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1919 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1920 #define $2 innocuous_$2
1921
1922 /* System header to define __stub macros and hopefully few prototypes,
1923 which can conflict with char $2 (); below.
1924 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1925 <limits.h> exists even on freestanding compilers. */
1926
1927 #ifdef __STDC__
1928 # include <limits.h>
1929 #else
1930 # include <assert.h>
1931 #endif
1932
1933 #undef $2
1934
1935 /* Override any GCC internal prototype to avoid an error.
1936 Use char because int might match the return type of a GCC
1937 builtin and then its argument prototype would still apply. */
1938 #ifdef __cplusplus
1939 extern "C"
1940 #endif
1941 char $2 ();
1942 /* The GNU C library defines this for functions which it implements
1943 to always fail with ENOSYS. Some functions are actually named
1944 something starting with __ and the normal name is an alias. */
1945 #if defined __stub_$2 || defined __stub___$2
1946 choke me
1947 #endif
1948
1949 int
1950 main ()
1951 {
1952 return $2 ();
1953 ;
1954 return 0;
1955 }
1956 _ACEOF
1957 if ac_fn_c_try_link "$LINENO"; then :
1958 eval "$3=yes"
1959 else
1960 eval "$3=no"
1961 fi
1962 rm -f core conftest.err conftest.$ac_objext \
1963 conftest$ac_exeext conftest.$ac_ext
1964 fi
1965 eval ac_res=\$$3
1966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1967 $as_echo "$ac_res" >&6; }
1968 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1969
1970 } # ac_fn_c_check_func
1971
1972 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1973 # --------------------------------------------
1974 # Tries to find the compile-time value of EXPR in a program that includes
1975 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1976 # computed
1977 ac_fn_c_compute_int ()
1978 {
1979 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1980 if test "$cross_compiling" = yes; then
1981 # Depending upon the size, compute the lo and hi bounds.
1982 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1983 /* end confdefs.h. */
1984 $4
1985 int
1986 main ()
1987 {
1988 static int test_array [1 - 2 * !(($2) >= 0)];
1989 test_array [0] = 0;
1990 return test_array [0];
1991
1992 ;
1993 return 0;
1994 }
1995 _ACEOF
1996 if ac_fn_c_try_compile "$LINENO"; then :
1997 ac_lo=0 ac_mid=0
1998 while :; do
1999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2000 /* end confdefs.h. */
2001 $4
2002 int
2003 main ()
2004 {
2005 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2006 test_array [0] = 0;
2007 return test_array [0];
2008
2009 ;
2010 return 0;
2011 }
2012 _ACEOF
2013 if ac_fn_c_try_compile "$LINENO"; then :
2014 ac_hi=$ac_mid; break
2015 else
2016 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2017 if test $ac_lo -le $ac_mid; then
2018 ac_lo= ac_hi=
2019 break
2020 fi
2021 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2022 fi
2023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2024 done
2025 else
2026 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2027 /* end confdefs.h. */
2028 $4
2029 int
2030 main ()
2031 {
2032 static int test_array [1 - 2 * !(($2) < 0)];
2033 test_array [0] = 0;
2034 return test_array [0];
2035
2036 ;
2037 return 0;
2038 }
2039 _ACEOF
2040 if ac_fn_c_try_compile "$LINENO"; then :
2041 ac_hi=-1 ac_mid=-1
2042 while :; do
2043 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2044 /* end confdefs.h. */
2045 $4
2046 int
2047 main ()
2048 {
2049 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2050 test_array [0] = 0;
2051 return test_array [0];
2052
2053 ;
2054 return 0;
2055 }
2056 _ACEOF
2057 if ac_fn_c_try_compile "$LINENO"; then :
2058 ac_lo=$ac_mid; break
2059 else
2060 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2061 if test $ac_mid -le $ac_hi; then
2062 ac_lo= ac_hi=
2063 break
2064 fi
2065 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2066 fi
2067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2068 done
2069 else
2070 ac_lo= ac_hi=
2071 fi
2072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2073 fi
2074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2075 # Binary search between lo and hi bounds.
2076 while test "x$ac_lo" != "x$ac_hi"; do
2077 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2079 /* end confdefs.h. */
2080 $4
2081 int
2082 main ()
2083 {
2084 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2085 test_array [0] = 0;
2086 return test_array [0];
2087
2088 ;
2089 return 0;
2090 }
2091 _ACEOF
2092 if ac_fn_c_try_compile "$LINENO"; then :
2093 ac_hi=$ac_mid
2094 else
2095 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2096 fi
2097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2098 done
2099 case $ac_lo in #((
2100 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2101 '') ac_retval=1 ;;
2102 esac
2103 else
2104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2105 /* end confdefs.h. */
2106 $4
2107 static long int longval () { return $2; }
2108 static unsigned long int ulongval () { return $2; }
2109 #include <stdio.h>
2110 #include <stdlib.h>
2111 int
2112 main ()
2113 {
2114
2115 FILE *f = fopen ("conftest.val", "w");
2116 if (! f)
2117 return 1;
2118 if (($2) < 0)
2119 {
2120 long int i = longval ();
2121 if (i != ($2))
2122 return 1;
2123 fprintf (f, "%ld", i);
2124 }
2125 else
2126 {
2127 unsigned long int i = ulongval ();
2128 if (i != ($2))
2129 return 1;
2130 fprintf (f, "%lu", i);
2131 }
2132 /* Do not output a trailing newline, as this causes \r\n confusion
2133 on some platforms. */
2134 return ferror (f) || fclose (f) != 0;
2135
2136 ;
2137 return 0;
2138 }
2139 _ACEOF
2140 if ac_fn_c_try_run "$LINENO"; then :
2141 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2142 else
2143 ac_retval=1
2144 fi
2145 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2146 conftest.$ac_objext conftest.beam conftest.$ac_ext
2147 rm -f conftest.val
2148
2149 fi
2150 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2151 as_fn_set_status $ac_retval
2152
2153 } # ac_fn_c_compute_int
2154
2155 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2156 # -------------------------------------------
2157 # Tests whether TYPE exists after having included INCLUDES, setting cache
2158 # variable VAR accordingly.
2159 ac_fn_c_check_type ()
2160 {
2161 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2163 $as_echo_n "checking for $2... " >&6; }
2164 if eval \${$3+:} false; then :
2165 $as_echo_n "(cached) " >&6
2166 else
2167 eval "$3=no"
2168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2169 /* end confdefs.h. */
2170 $4
2171 int
2172 main ()
2173 {
2174 if (sizeof ($2))
2175 return 0;
2176 ;
2177 return 0;
2178 }
2179 _ACEOF
2180 if ac_fn_c_try_compile "$LINENO"; then :
2181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2182 /* end confdefs.h. */
2183 $4
2184 int
2185 main ()
2186 {
2187 if (sizeof (($2)))
2188 return 0;
2189 ;
2190 return 0;
2191 }
2192 _ACEOF
2193 if ac_fn_c_try_compile "$LINENO"; then :
2194
2195 else
2196 eval "$3=yes"
2197 fi
2198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2199 fi
2200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2201 fi
2202 eval ac_res=\$$3
2203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2204 $as_echo "$ac_res" >&6; }
2205 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2206
2207 } # ac_fn_c_check_type
2208
2209 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2210 # ---------------------------------------------
2211 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2212 # accordingly.
2213 ac_fn_c_check_decl ()
2214 {
2215 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2216 as_decl_name=`echo $2|sed 's/ *(.*//'`
2217 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2219 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2220 if eval \${$3+:} false; then :
2221 $as_echo_n "(cached) " >&6
2222 else
2223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2224 /* end confdefs.h. */
2225 $4
2226 int
2227 main ()
2228 {
2229 #ifndef $as_decl_name
2230 #ifdef __cplusplus
2231 (void) $as_decl_use;
2232 #else
2233 (void) $as_decl_name;
2234 #endif
2235 #endif
2236
2237 ;
2238 return 0;
2239 }
2240 _ACEOF
2241 if ac_fn_c_try_compile "$LINENO"; then :
2242 eval "$3=yes"
2243 else
2244 eval "$3=no"
2245 fi
2246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2247 fi
2248 eval ac_res=\$$3
2249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2250 $as_echo "$ac_res" >&6; }
2251 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2252
2253 } # ac_fn_c_check_decl
2254 cat >config.log <<_ACEOF
2255 This file contains any messages produced by compilers while
2256 running configure, to aid debugging if configure makes a mistake.
2257
2258 It was created by binutils $as_me 2.36.50, which was
2259 generated by GNU Autoconf 2.69. Invocation command line was
2260
2261 $ $0 $@
2262
2263 _ACEOF
2264 exec 5>>config.log
2265 {
2266 cat <<_ASUNAME
2267 ## --------- ##
2268 ## Platform. ##
2269 ## --------- ##
2270
2271 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2272 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2273 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2274 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2275 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2276
2277 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2278 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2279
2280 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2281 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2282 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2283 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2284 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2285 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2286 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2287
2288 _ASUNAME
2289
2290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2291 for as_dir in $PATH
2292 do
2293 IFS=$as_save_IFS
2294 test -z "$as_dir" && as_dir=.
2295 $as_echo "PATH: $as_dir"
2296 done
2297 IFS=$as_save_IFS
2298
2299 } >&5
2300
2301 cat >&5 <<_ACEOF
2302
2303
2304 ## ----------- ##
2305 ## Core tests. ##
2306 ## ----------- ##
2307
2308 _ACEOF
2309
2310
2311 # Keep a trace of the command line.
2312 # Strip out --no-create and --no-recursion so they do not pile up.
2313 # Strip out --silent because we don't want to record it for future runs.
2314 # Also quote any args containing shell meta-characters.
2315 # Make two passes to allow for proper duplicate-argument suppression.
2316 ac_configure_args=
2317 ac_configure_args0=
2318 ac_configure_args1=
2319 ac_must_keep_next=false
2320 for ac_pass in 1 2
2321 do
2322 for ac_arg
2323 do
2324 case $ac_arg in
2325 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2326 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2327 | -silent | --silent | --silen | --sile | --sil)
2328 continue ;;
2329 *\'*)
2330 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2331 esac
2332 case $ac_pass in
2333 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2334 2)
2335 as_fn_append ac_configure_args1 " '$ac_arg'"
2336 if test $ac_must_keep_next = true; then
2337 ac_must_keep_next=false # Got value, back to normal.
2338 else
2339 case $ac_arg in
2340 *=* | --config-cache | -C | -disable-* | --disable-* \
2341 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2342 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2343 | -with-* | --with-* | -without-* | --without-* | --x)
2344 case "$ac_configure_args0 " in
2345 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2346 esac
2347 ;;
2348 -* ) ac_must_keep_next=true ;;
2349 esac
2350 fi
2351 as_fn_append ac_configure_args " '$ac_arg'"
2352 ;;
2353 esac
2354 done
2355 done
2356 { ac_configure_args0=; unset ac_configure_args0;}
2357 { ac_configure_args1=; unset ac_configure_args1;}
2358
2359 # When interrupted or exit'd, cleanup temporary files, and complete
2360 # config.log. We remove comments because anyway the quotes in there
2361 # would cause problems or look ugly.
2362 # WARNING: Use '\'' to represent an apostrophe within the trap.
2363 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2364 trap 'exit_status=$?
2365 # Save into config.log some information that might help in debugging.
2366 {
2367 echo
2368
2369 $as_echo "## ---------------- ##
2370 ## Cache variables. ##
2371 ## ---------------- ##"
2372 echo
2373 # The following way of writing the cache mishandles newlines in values,
2374 (
2375 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2376 eval ac_val=\$$ac_var
2377 case $ac_val in #(
2378 *${as_nl}*)
2379 case $ac_var in #(
2380 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2381 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2382 esac
2383 case $ac_var in #(
2384 _ | IFS | as_nl) ;; #(
2385 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2386 *) { eval $ac_var=; unset $ac_var;} ;;
2387 esac ;;
2388 esac
2389 done
2390 (set) 2>&1 |
2391 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2392 *${as_nl}ac_space=\ *)
2393 sed -n \
2394 "s/'\''/'\''\\\\'\'''\''/g;
2395 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2396 ;; #(
2397 *)
2398 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2399 ;;
2400 esac |
2401 sort
2402 )
2403 echo
2404
2405 $as_echo "## ----------------- ##
2406 ## Output variables. ##
2407 ## ----------------- ##"
2408 echo
2409 for ac_var in $ac_subst_vars
2410 do
2411 eval ac_val=\$$ac_var
2412 case $ac_val in
2413 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2414 esac
2415 $as_echo "$ac_var='\''$ac_val'\''"
2416 done | sort
2417 echo
2418
2419 if test -n "$ac_subst_files"; then
2420 $as_echo "## ------------------- ##
2421 ## File substitutions. ##
2422 ## ------------------- ##"
2423 echo
2424 for ac_var in $ac_subst_files
2425 do
2426 eval ac_val=\$$ac_var
2427 case $ac_val in
2428 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2429 esac
2430 $as_echo "$ac_var='\''$ac_val'\''"
2431 done | sort
2432 echo
2433 fi
2434
2435 if test -s confdefs.h; then
2436 $as_echo "## ----------- ##
2437 ## confdefs.h. ##
2438 ## ----------- ##"
2439 echo
2440 cat confdefs.h
2441 echo
2442 fi
2443 test "$ac_signal" != 0 &&
2444 $as_echo "$as_me: caught signal $ac_signal"
2445 $as_echo "$as_me: exit $exit_status"
2446 } >&5
2447 rm -f core *.core core.conftest.* &&
2448 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2449 exit $exit_status
2450 ' 0
2451 for ac_signal in 1 2 13 15; do
2452 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2453 done
2454 ac_signal=0
2455
2456 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2457 rm -f -r conftest* confdefs.h
2458
2459 $as_echo "/* confdefs.h */" > confdefs.h
2460
2461 # Predefined preprocessor variables.
2462
2463 cat >>confdefs.h <<_ACEOF
2464 #define PACKAGE_NAME "$PACKAGE_NAME"
2465 _ACEOF
2466
2467 cat >>confdefs.h <<_ACEOF
2468 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2469 _ACEOF
2470
2471 cat >>confdefs.h <<_ACEOF
2472 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2473 _ACEOF
2474
2475 cat >>confdefs.h <<_ACEOF
2476 #define PACKAGE_STRING "$PACKAGE_STRING"
2477 _ACEOF
2478
2479 cat >>confdefs.h <<_ACEOF
2480 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2481 _ACEOF
2482
2483 cat >>confdefs.h <<_ACEOF
2484 #define PACKAGE_URL "$PACKAGE_URL"
2485 _ACEOF
2486
2487
2488 # Let the site file select an alternate cache file if it wants to.
2489 # Prefer an explicitly selected file to automatically selected ones.
2490 ac_site_file1=NONE
2491 ac_site_file2=NONE
2492 if test -n "$CONFIG_SITE"; then
2493 # We do not want a PATH search for config.site.
2494 case $CONFIG_SITE in #((
2495 -*) ac_site_file1=./$CONFIG_SITE;;
2496 */*) ac_site_file1=$CONFIG_SITE;;
2497 *) ac_site_file1=./$CONFIG_SITE;;
2498 esac
2499 elif test "x$prefix" != xNONE; then
2500 ac_site_file1=$prefix/share/config.site
2501 ac_site_file2=$prefix/etc/config.site
2502 else
2503 ac_site_file1=$ac_default_prefix/share/config.site
2504 ac_site_file2=$ac_default_prefix/etc/config.site
2505 fi
2506 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2507 do
2508 test "x$ac_site_file" = xNONE && continue
2509 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2511 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2512 sed 's/^/| /' "$ac_site_file" >&5
2513 . "$ac_site_file" \
2514 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2515 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2516 as_fn_error $? "failed to load site script $ac_site_file
2517 See \`config.log' for more details" "$LINENO" 5; }
2518 fi
2519 done
2520
2521 if test -r "$cache_file"; then
2522 # Some versions of bash will fail to source /dev/null (special files
2523 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2524 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2526 $as_echo "$as_me: loading cache $cache_file" >&6;}
2527 case $cache_file in
2528 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2529 *) . "./$cache_file";;
2530 esac
2531 fi
2532 else
2533 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2534 $as_echo "$as_me: creating cache $cache_file" >&6;}
2535 >$cache_file
2536 fi
2537
2538 as_fn_append ac_header_list " stdlib.h"
2539 as_fn_append ac_header_list " unistd.h"
2540 as_fn_append ac_header_list " sys/param.h"
2541 # Check that the precious variables saved in the cache have kept the same
2542 # value.
2543 ac_cache_corrupted=false
2544 for ac_var in $ac_precious_vars; do
2545 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2546 eval ac_new_set=\$ac_env_${ac_var}_set
2547 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2548 eval ac_new_val=\$ac_env_${ac_var}_value
2549 case $ac_old_set,$ac_new_set in
2550 set,)
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2552 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2553 ac_cache_corrupted=: ;;
2554 ,set)
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2556 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2557 ac_cache_corrupted=: ;;
2558 ,);;
2559 *)
2560 if test "x$ac_old_val" != "x$ac_new_val"; then
2561 # differences in whitespace do not lead to failure.
2562 ac_old_val_w=`echo x $ac_old_val`
2563 ac_new_val_w=`echo x $ac_new_val`
2564 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2566 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2567 ac_cache_corrupted=:
2568 else
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2570 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2571 eval $ac_var=\$ac_old_val
2572 fi
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2574 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2576 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2577 fi;;
2578 esac
2579 # Pass precious variables to config.status.
2580 if test "$ac_new_set" = set; then
2581 case $ac_new_val in
2582 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2583 *) ac_arg=$ac_var=$ac_new_val ;;
2584 esac
2585 case " $ac_configure_args " in
2586 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2587 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2588 esac
2589 fi
2590 done
2591 if $ac_cache_corrupted; then
2592 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2593 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2594 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2595 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2596 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2597 fi
2598 ## -------------------- ##
2599 ## Main body of script. ##
2600 ## -------------------- ##
2601
2602 ac_ext=c
2603 ac_cpp='$CPP $CPPFLAGS'
2604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2607
2608
2609
2610
2611
2612
2613
2614 ac_aux_dir=
2615 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2616 if test -f "$ac_dir/install-sh"; then
2617 ac_aux_dir=$ac_dir
2618 ac_install_sh="$ac_aux_dir/install-sh -c"
2619 break
2620 elif test -f "$ac_dir/install.sh"; then
2621 ac_aux_dir=$ac_dir
2622 ac_install_sh="$ac_aux_dir/install.sh -c"
2623 break
2624 elif test -f "$ac_dir/shtool"; then
2625 ac_aux_dir=$ac_dir
2626 ac_install_sh="$ac_aux_dir/shtool install -c"
2627 break
2628 fi
2629 done
2630 if test -z "$ac_aux_dir"; then
2631 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2632 fi
2633
2634 # These three variables are undocumented and unsupported,
2635 # and are intended to be withdrawn in a future Autoconf release.
2636 # They can cause serious problems if a builder's source tree is in a directory
2637 # whose full name contains unusual characters.
2638 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2639 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2640 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2641
2642
2643 # Make sure we can run config.sub.
2644 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2645 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2646
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2648 $as_echo_n "checking build system type... " >&6; }
2649 if ${ac_cv_build+:} false; then :
2650 $as_echo_n "(cached) " >&6
2651 else
2652 ac_build_alias=$build_alias
2653 test "x$ac_build_alias" = x &&
2654 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2655 test "x$ac_build_alias" = x &&
2656 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2657 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2658 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2659
2660 fi
2661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2662 $as_echo "$ac_cv_build" >&6; }
2663 case $ac_cv_build in
2664 *-*-*) ;;
2665 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2666 esac
2667 build=$ac_cv_build
2668 ac_save_IFS=$IFS; IFS='-'
2669 set x $ac_cv_build
2670 shift
2671 build_cpu=$1
2672 build_vendor=$2
2673 shift; shift
2674 # Remember, the first character of IFS is used to create $*,
2675 # except with old shells:
2676 build_os=$*
2677 IFS=$ac_save_IFS
2678 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2679
2680
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2682 $as_echo_n "checking host system type... " >&6; }
2683 if ${ac_cv_host+:} false; then :
2684 $as_echo_n "(cached) " >&6
2685 else
2686 if test "x$host_alias" = x; then
2687 ac_cv_host=$ac_cv_build
2688 else
2689 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2690 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2691 fi
2692
2693 fi
2694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2695 $as_echo "$ac_cv_host" >&6; }
2696 case $ac_cv_host in
2697 *-*-*) ;;
2698 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2699 esac
2700 host=$ac_cv_host
2701 ac_save_IFS=$IFS; IFS='-'
2702 set x $ac_cv_host
2703 shift
2704 host_cpu=$1
2705 host_vendor=$2
2706 shift; shift
2707 # Remember, the first character of IFS is used to create $*,
2708 # except with old shells:
2709 host_os=$*
2710 IFS=$ac_save_IFS
2711 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2712
2713
2714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2715 $as_echo_n "checking target system type... " >&6; }
2716 if ${ac_cv_target+:} false; then :
2717 $as_echo_n "(cached) " >&6
2718 else
2719 if test "x$target_alias" = x; then
2720 ac_cv_target=$ac_cv_host
2721 else
2722 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2723 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2724 fi
2725
2726 fi
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2728 $as_echo "$ac_cv_target" >&6; }
2729 case $ac_cv_target in
2730 *-*-*) ;;
2731 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2732 esac
2733 target=$ac_cv_target
2734 ac_save_IFS=$IFS; IFS='-'
2735 set x $ac_cv_target
2736 shift
2737 target_cpu=$1
2738 target_vendor=$2
2739 shift; shift
2740 # Remember, the first character of IFS is used to create $*,
2741 # except with old shells:
2742 target_os=$*
2743 IFS=$ac_save_IFS
2744 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2745
2746
2747 # The aliases save the names the user supplied, while $host etc.
2748 # will get canonicalized.
2749 test -n "$target_alias" &&
2750 test "$program_prefix$program_suffix$program_transform_name" = \
2751 NONENONEs,x,x, &&
2752 program_prefix=${target_alias}-
2753 # Expand $ac_aux_dir to an absolute path.
2754 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2755
2756 ac_ext=c
2757 ac_cpp='$CPP $CPPFLAGS'
2758 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2759 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2760 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2761 if test -n "$ac_tool_prefix"; then
2762 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2763 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2765 $as_echo_n "checking for $ac_word... " >&6; }
2766 if ${ac_cv_prog_CC+:} false; then :
2767 $as_echo_n "(cached) " >&6
2768 else
2769 if test -n "$CC"; then
2770 ac_cv_prog_CC="$CC" # Let the user override the test.
2771 else
2772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2773 for as_dir in $PATH
2774 do
2775 IFS=$as_save_IFS
2776 test -z "$as_dir" && as_dir=.
2777 for ac_exec_ext in '' $ac_executable_extensions; do
2778 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2779 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2780 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2781 break 2
2782 fi
2783 done
2784 done
2785 IFS=$as_save_IFS
2786
2787 fi
2788 fi
2789 CC=$ac_cv_prog_CC
2790 if test -n "$CC"; then
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2792 $as_echo "$CC" >&6; }
2793 else
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2795 $as_echo "no" >&6; }
2796 fi
2797
2798
2799 fi
2800 if test -z "$ac_cv_prog_CC"; then
2801 ac_ct_CC=$CC
2802 # Extract the first word of "gcc", so it can be a program name with args.
2803 set dummy gcc; ac_word=$2
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2805 $as_echo_n "checking for $ac_word... " >&6; }
2806 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2807 $as_echo_n "(cached) " >&6
2808 else
2809 if test -n "$ac_ct_CC"; then
2810 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2811 else
2812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2813 for as_dir in $PATH
2814 do
2815 IFS=$as_save_IFS
2816 test -z "$as_dir" && as_dir=.
2817 for ac_exec_ext in '' $ac_executable_extensions; do
2818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2819 ac_cv_prog_ac_ct_CC="gcc"
2820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2821 break 2
2822 fi
2823 done
2824 done
2825 IFS=$as_save_IFS
2826
2827 fi
2828 fi
2829 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2830 if test -n "$ac_ct_CC"; then
2831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2832 $as_echo "$ac_ct_CC" >&6; }
2833 else
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2835 $as_echo "no" >&6; }
2836 fi
2837
2838 if test "x$ac_ct_CC" = x; then
2839 CC=""
2840 else
2841 case $cross_compiling:$ac_tool_warned in
2842 yes:)
2843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2845 ac_tool_warned=yes ;;
2846 esac
2847 CC=$ac_ct_CC
2848 fi
2849 else
2850 CC="$ac_cv_prog_CC"
2851 fi
2852
2853 if test -z "$CC"; then
2854 if test -n "$ac_tool_prefix"; then
2855 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2856 set dummy ${ac_tool_prefix}cc; ac_word=$2
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2858 $as_echo_n "checking for $ac_word... " >&6; }
2859 if ${ac_cv_prog_CC+:} false; then :
2860 $as_echo_n "(cached) " >&6
2861 else
2862 if test -n "$CC"; then
2863 ac_cv_prog_CC="$CC" # Let the user override the test.
2864 else
2865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2866 for as_dir in $PATH
2867 do
2868 IFS=$as_save_IFS
2869 test -z "$as_dir" && as_dir=.
2870 for ac_exec_ext in '' $ac_executable_extensions; do
2871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2872 ac_cv_prog_CC="${ac_tool_prefix}cc"
2873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2874 break 2
2875 fi
2876 done
2877 done
2878 IFS=$as_save_IFS
2879
2880 fi
2881 fi
2882 CC=$ac_cv_prog_CC
2883 if test -n "$CC"; then
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2885 $as_echo "$CC" >&6; }
2886 else
2887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2888 $as_echo "no" >&6; }
2889 fi
2890
2891
2892 fi
2893 fi
2894 if test -z "$CC"; then
2895 # Extract the first word of "cc", so it can be a program name with args.
2896 set dummy cc; ac_word=$2
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2898 $as_echo_n "checking for $ac_word... " >&6; }
2899 if ${ac_cv_prog_CC+:} false; then :
2900 $as_echo_n "(cached) " >&6
2901 else
2902 if test -n "$CC"; then
2903 ac_cv_prog_CC="$CC" # Let the user override the test.
2904 else
2905 ac_prog_rejected=no
2906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907 for as_dir in $PATH
2908 do
2909 IFS=$as_save_IFS
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2913 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2914 ac_prog_rejected=yes
2915 continue
2916 fi
2917 ac_cv_prog_CC="cc"
2918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2919 break 2
2920 fi
2921 done
2922 done
2923 IFS=$as_save_IFS
2924
2925 if test $ac_prog_rejected = yes; then
2926 # We found a bogon in the path, so make sure we never use it.
2927 set dummy $ac_cv_prog_CC
2928 shift
2929 if test $# != 0; then
2930 # We chose a different compiler from the bogus one.
2931 # However, it has the same basename, so the bogon will be chosen
2932 # first if we set CC to just the basename; use the full file name.
2933 shift
2934 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2935 fi
2936 fi
2937 fi
2938 fi
2939 CC=$ac_cv_prog_CC
2940 if test -n "$CC"; then
2941 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2942 $as_echo "$CC" >&6; }
2943 else
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2945 $as_echo "no" >&6; }
2946 fi
2947
2948
2949 fi
2950 if test -z "$CC"; then
2951 if test -n "$ac_tool_prefix"; then
2952 for ac_prog in cl.exe
2953 do
2954 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2955 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2957 $as_echo_n "checking for $ac_word... " >&6; }
2958 if ${ac_cv_prog_CC+:} false; then :
2959 $as_echo_n "(cached) " >&6
2960 else
2961 if test -n "$CC"; then
2962 ac_cv_prog_CC="$CC" # Let the user override the test.
2963 else
2964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2965 for as_dir in $PATH
2966 do
2967 IFS=$as_save_IFS
2968 test -z "$as_dir" && as_dir=.
2969 for ac_exec_ext in '' $ac_executable_extensions; do
2970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2971 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2973 break 2
2974 fi
2975 done
2976 done
2977 IFS=$as_save_IFS
2978
2979 fi
2980 fi
2981 CC=$ac_cv_prog_CC
2982 if test -n "$CC"; then
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2984 $as_echo "$CC" >&6; }
2985 else
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2987 $as_echo "no" >&6; }
2988 fi
2989
2990
2991 test -n "$CC" && break
2992 done
2993 fi
2994 if test -z "$CC"; then
2995 ac_ct_CC=$CC
2996 for ac_prog in cl.exe
2997 do
2998 # Extract the first word of "$ac_prog", so it can be a program name with args.
2999 set dummy $ac_prog; ac_word=$2
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3001 $as_echo_n "checking for $ac_word... " >&6; }
3002 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3003 $as_echo_n "(cached) " >&6
3004 else
3005 if test -n "$ac_ct_CC"; then
3006 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3007 else
3008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3009 for as_dir in $PATH
3010 do
3011 IFS=$as_save_IFS
3012 test -z "$as_dir" && as_dir=.
3013 for ac_exec_ext in '' $ac_executable_extensions; do
3014 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3015 ac_cv_prog_ac_ct_CC="$ac_prog"
3016 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3017 break 2
3018 fi
3019 done
3020 done
3021 IFS=$as_save_IFS
3022
3023 fi
3024 fi
3025 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3026 if test -n "$ac_ct_CC"; then
3027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3028 $as_echo "$ac_ct_CC" >&6; }
3029 else
3030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3031 $as_echo "no" >&6; }
3032 fi
3033
3034
3035 test -n "$ac_ct_CC" && break
3036 done
3037
3038 if test "x$ac_ct_CC" = x; then
3039 CC=""
3040 else
3041 case $cross_compiling:$ac_tool_warned in
3042 yes:)
3043 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3044 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3045 ac_tool_warned=yes ;;
3046 esac
3047 CC=$ac_ct_CC
3048 fi
3049 fi
3050
3051 fi
3052
3053
3054 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3056 as_fn_error $? "no acceptable C compiler found in \$PATH
3057 See \`config.log' for more details" "$LINENO" 5; }
3058
3059 # Provide some information about the compiler.
3060 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3061 set X $ac_compile
3062 ac_compiler=$2
3063 for ac_option in --version -v -V -qversion; do
3064 { { ac_try="$ac_compiler $ac_option >&5"
3065 case "(($ac_try" in
3066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3067 *) ac_try_echo=$ac_try;;
3068 esac
3069 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3070 $as_echo "$ac_try_echo"; } >&5
3071 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3072 ac_status=$?
3073 if test -s conftest.err; then
3074 sed '10a\
3075 ... rest of stderr output deleted ...
3076 10q' conftest.err >conftest.er1
3077 cat conftest.er1 >&5
3078 fi
3079 rm -f conftest.er1 conftest.err
3080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3081 test $ac_status = 0; }
3082 done
3083
3084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3085 /* end confdefs.h. */
3086
3087 int
3088 main ()
3089 {
3090
3091 ;
3092 return 0;
3093 }
3094 _ACEOF
3095 ac_clean_files_save=$ac_clean_files
3096 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3097 # Try to create an executable without -o first, disregard a.out.
3098 # It will help us diagnose broken compilers, and finding out an intuition
3099 # of exeext.
3100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3101 $as_echo_n "checking whether the C compiler works... " >&6; }
3102 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3103
3104 # The possible output files:
3105 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3106
3107 ac_rmfiles=
3108 for ac_file in $ac_files
3109 do
3110 case $ac_file in
3111 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3112 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3113 esac
3114 done
3115 rm -f $ac_rmfiles
3116
3117 if { { ac_try="$ac_link_default"
3118 case "(($ac_try" in
3119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3120 *) ac_try_echo=$ac_try;;
3121 esac
3122 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3123 $as_echo "$ac_try_echo"; } >&5
3124 (eval "$ac_link_default") 2>&5
3125 ac_status=$?
3126 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3127 test $ac_status = 0; }; then :
3128 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3129 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3130 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3131 # so that the user can short-circuit this test for compilers unknown to
3132 # Autoconf.
3133 for ac_file in $ac_files ''
3134 do
3135 test -f "$ac_file" || continue
3136 case $ac_file in
3137 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3138 ;;
3139 [ab].out )
3140 # We found the default executable, but exeext='' is most
3141 # certainly right.
3142 break;;
3143 *.* )
3144 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3145 then :; else
3146 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3147 fi
3148 # We set ac_cv_exeext here because the later test for it is not
3149 # safe: cross compilers may not add the suffix if given an `-o'
3150 # argument, so we may need to know it at that point already.
3151 # Even if this section looks crufty: it has the advantage of
3152 # actually working.
3153 break;;
3154 * )
3155 break;;
3156 esac
3157 done
3158 test "$ac_cv_exeext" = no && ac_cv_exeext=
3159
3160 else
3161 ac_file=''
3162 fi
3163 if test -z "$ac_file"; then :
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 $as_echo "$as_me: failed program was:" >&5
3167 sed 's/^/| /' conftest.$ac_ext >&5
3168
3169 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3170 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3171 as_fn_error 77 "C compiler cannot create executables
3172 See \`config.log' for more details" "$LINENO" 5; }
3173 else
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3175 $as_echo "yes" >&6; }
3176 fi
3177 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3178 $as_echo_n "checking for C compiler default output file name... " >&6; }
3179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3180 $as_echo "$ac_file" >&6; }
3181 ac_exeext=$ac_cv_exeext
3182
3183 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3184 ac_clean_files=$ac_clean_files_save
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3186 $as_echo_n "checking for suffix of executables... " >&6; }
3187 if { { ac_try="$ac_link"
3188 case "(($ac_try" in
3189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3190 *) ac_try_echo=$ac_try;;
3191 esac
3192 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3193 $as_echo "$ac_try_echo"; } >&5
3194 (eval "$ac_link") 2>&5
3195 ac_status=$?
3196 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3197 test $ac_status = 0; }; then :
3198 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3199 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3200 # work properly (i.e., refer to `conftest.exe'), while it won't with
3201 # `rm'.
3202 for ac_file in conftest.exe conftest conftest.*; do
3203 test -f "$ac_file" || continue
3204 case $ac_file in
3205 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3206 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3207 break;;
3208 * ) break;;
3209 esac
3210 done
3211 else
3212 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3213 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3214 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3215 See \`config.log' for more details" "$LINENO" 5; }
3216 fi
3217 rm -f conftest conftest$ac_cv_exeext
3218 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3219 $as_echo "$ac_cv_exeext" >&6; }
3220
3221 rm -f conftest.$ac_ext
3222 EXEEXT=$ac_cv_exeext
3223 ac_exeext=$EXEEXT
3224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3225 /* end confdefs.h. */
3226 #include <stdio.h>
3227 int
3228 main ()
3229 {
3230 FILE *f = fopen ("conftest.out", "w");
3231 return ferror (f) || fclose (f) != 0;
3232
3233 ;
3234 return 0;
3235 }
3236 _ACEOF
3237 ac_clean_files="$ac_clean_files conftest.out"
3238 # Check that the compiler produces executables we can run. If not, either
3239 # the compiler is broken, or we cross compile.
3240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3241 $as_echo_n "checking whether we are cross compiling... " >&6; }
3242 if test "$cross_compiling" != yes; then
3243 { { ac_try="$ac_link"
3244 case "(($ac_try" in
3245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3246 *) ac_try_echo=$ac_try;;
3247 esac
3248 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3249 $as_echo "$ac_try_echo"; } >&5
3250 (eval "$ac_link") 2>&5
3251 ac_status=$?
3252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3253 test $ac_status = 0; }
3254 if { ac_try='./conftest$ac_cv_exeext'
3255 { { case "(($ac_try" in
3256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3257 *) ac_try_echo=$ac_try;;
3258 esac
3259 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3260 $as_echo "$ac_try_echo"; } >&5
3261 (eval "$ac_try") 2>&5
3262 ac_status=$?
3263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3264 test $ac_status = 0; }; }; then
3265 cross_compiling=no
3266 else
3267 if test "$cross_compiling" = maybe; then
3268 cross_compiling=yes
3269 else
3270 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3272 as_fn_error $? "cannot run C compiled programs.
3273 If you meant to cross compile, use \`--host'.
3274 See \`config.log' for more details" "$LINENO" 5; }
3275 fi
3276 fi
3277 fi
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3279 $as_echo "$cross_compiling" >&6; }
3280
3281 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3282 ac_clean_files=$ac_clean_files_save
3283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3284 $as_echo_n "checking for suffix of object files... " >&6; }
3285 if ${ac_cv_objext+:} false; then :
3286 $as_echo_n "(cached) " >&6
3287 else
3288 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3289 /* end confdefs.h. */
3290
3291 int
3292 main ()
3293 {
3294
3295 ;
3296 return 0;
3297 }
3298 _ACEOF
3299 rm -f conftest.o conftest.obj
3300 if { { ac_try="$ac_compile"
3301 case "(($ac_try" in
3302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3303 *) ac_try_echo=$ac_try;;
3304 esac
3305 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3306 $as_echo "$ac_try_echo"; } >&5
3307 (eval "$ac_compile") 2>&5
3308 ac_status=$?
3309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3310 test $ac_status = 0; }; then :
3311 for ac_file in conftest.o conftest.obj conftest.*; do
3312 test -f "$ac_file" || continue;
3313 case $ac_file in
3314 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3315 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3316 break;;
3317 esac
3318 done
3319 else
3320 $as_echo "$as_me: failed program was:" >&5
3321 sed 's/^/| /' conftest.$ac_ext >&5
3322
3323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3324 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3325 as_fn_error $? "cannot compute suffix of object files: cannot compile
3326 See \`config.log' for more details" "$LINENO" 5; }
3327 fi
3328 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3329 fi
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3331 $as_echo "$ac_cv_objext" >&6; }
3332 OBJEXT=$ac_cv_objext
3333 ac_objext=$OBJEXT
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3335 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3336 if ${ac_cv_c_compiler_gnu+:} false; then :
3337 $as_echo_n "(cached) " >&6
3338 else
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3341
3342 int
3343 main ()
3344 {
3345 #ifndef __GNUC__
3346 choke me
3347 #endif
3348
3349 ;
3350 return 0;
3351 }
3352 _ACEOF
3353 if ac_fn_c_try_compile "$LINENO"; then :
3354 ac_compiler_gnu=yes
3355 else
3356 ac_compiler_gnu=no
3357 fi
3358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3359 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3360
3361 fi
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3363 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3364 if test $ac_compiler_gnu = yes; then
3365 GCC=yes
3366 else
3367 GCC=
3368 fi
3369 ac_test_CFLAGS=${CFLAGS+set}
3370 ac_save_CFLAGS=$CFLAGS
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3372 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3373 if ${ac_cv_prog_cc_g+:} false; then :
3374 $as_echo_n "(cached) " >&6
3375 else
3376 ac_save_c_werror_flag=$ac_c_werror_flag
3377 ac_c_werror_flag=yes
3378 ac_cv_prog_cc_g=no
3379 CFLAGS="-g"
3380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3381 /* end confdefs.h. */
3382
3383 int
3384 main ()
3385 {
3386
3387 ;
3388 return 0;
3389 }
3390 _ACEOF
3391 if ac_fn_c_try_compile "$LINENO"; then :
3392 ac_cv_prog_cc_g=yes
3393 else
3394 CFLAGS=""
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h. */
3397
3398 int
3399 main ()
3400 {
3401
3402 ;
3403 return 0;
3404 }
3405 _ACEOF
3406 if ac_fn_c_try_compile "$LINENO"; then :
3407
3408 else
3409 ac_c_werror_flag=$ac_save_c_werror_flag
3410 CFLAGS="-g"
3411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3412 /* end confdefs.h. */
3413
3414 int
3415 main ()
3416 {
3417
3418 ;
3419 return 0;
3420 }
3421 _ACEOF
3422 if ac_fn_c_try_compile "$LINENO"; then :
3423 ac_cv_prog_cc_g=yes
3424 fi
3425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3426 fi
3427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3428 fi
3429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3430 ac_c_werror_flag=$ac_save_c_werror_flag
3431 fi
3432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3433 $as_echo "$ac_cv_prog_cc_g" >&6; }
3434 if test "$ac_test_CFLAGS" = set; then
3435 CFLAGS=$ac_save_CFLAGS
3436 elif test $ac_cv_prog_cc_g = yes; then
3437 if test "$GCC" = yes; then
3438 CFLAGS="-g -O2"
3439 else
3440 CFLAGS="-g"
3441 fi
3442 else
3443 if test "$GCC" = yes; then
3444 CFLAGS="-O2"
3445 else
3446 CFLAGS=
3447 fi
3448 fi
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3450 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3451 if ${ac_cv_prog_cc_c89+:} false; then :
3452 $as_echo_n "(cached) " >&6
3453 else
3454 ac_cv_prog_cc_c89=no
3455 ac_save_CC=$CC
3456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3457 /* end confdefs.h. */
3458 #include <stdarg.h>
3459 #include <stdio.h>
3460 struct stat;
3461 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3462 struct buf { int x; };
3463 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3464 static char *e (p, i)
3465 char **p;
3466 int i;
3467 {
3468 return p[i];
3469 }
3470 static char *f (char * (*g) (char **, int), char **p, ...)
3471 {
3472 char *s;
3473 va_list v;
3474 va_start (v,p);
3475 s = g (p, va_arg (v,int));
3476 va_end (v);
3477 return s;
3478 }
3479
3480 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3481 function prototypes and stuff, but not '\xHH' hex character constants.
3482 These don't provoke an error unfortunately, instead are silently treated
3483 as 'x'. The following induces an error, until -std is added to get
3484 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3485 array size at least. It's necessary to write '\x00'==0 to get something
3486 that's true only with -std. */
3487 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3488
3489 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3490 inside strings and character constants. */
3491 #define FOO(x) 'x'
3492 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3493
3494 int test (int i, double x);
3495 struct s1 {int (*f) (int a);};
3496 struct s2 {int (*f) (double a);};
3497 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3498 int argc;
3499 char **argv;
3500 int
3501 main ()
3502 {
3503 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3504 ;
3505 return 0;
3506 }
3507 _ACEOF
3508 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3509 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3510 do
3511 CC="$ac_save_CC $ac_arg"
3512 if ac_fn_c_try_compile "$LINENO"; then :
3513 ac_cv_prog_cc_c89=$ac_arg
3514 fi
3515 rm -f core conftest.err conftest.$ac_objext
3516 test "x$ac_cv_prog_cc_c89" != "xno" && break
3517 done
3518 rm -f conftest.$ac_ext
3519 CC=$ac_save_CC
3520
3521 fi
3522 # AC_CACHE_VAL
3523 case "x$ac_cv_prog_cc_c89" in
3524 x)
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3526 $as_echo "none needed" >&6; } ;;
3527 xno)
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3529 $as_echo "unsupported" >&6; } ;;
3530 *)
3531 CC="$CC $ac_cv_prog_cc_c89"
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3533 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3534 esac
3535 if test "x$ac_cv_prog_cc_c89" != xno; then :
3536
3537 fi
3538
3539 ac_ext=c
3540 ac_cpp='$CPP $CPPFLAGS'
3541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3544
3545 ac_ext=c
3546 ac_cpp='$CPP $CPPFLAGS'
3547 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3548 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3549 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3551 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3552 if ${am_cv_prog_cc_c_o+:} false; then :
3553 $as_echo_n "(cached) " >&6
3554 else
3555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3556 /* end confdefs.h. */
3557
3558 int
3559 main ()
3560 {
3561
3562 ;
3563 return 0;
3564 }
3565 _ACEOF
3566 # Make sure it works both with $CC and with simple cc.
3567 # Following AC_PROG_CC_C_O, we do the test twice because some
3568 # compilers refuse to overwrite an existing .o file with -o,
3569 # though they will create one.
3570 am_cv_prog_cc_c_o=yes
3571 for am_i in 1 2; do
3572 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3573 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3574 ac_status=$?
3575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3576 (exit $ac_status); } \
3577 && test -f conftest2.$ac_objext; then
3578 : OK
3579 else
3580 am_cv_prog_cc_c_o=no
3581 break
3582 fi
3583 done
3584 rm -f core conftest*
3585 unset am_i
3586 fi
3587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3588 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3589 if test "$am_cv_prog_cc_c_o" != yes; then
3590 # Losing compiler, so override with the script.
3591 # FIXME: It is wrong to rewrite CC.
3592 # But if we don't then we get into trouble of one sort or another.
3593 # A longer-term fix would be to have automake use am__CC in this case,
3594 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3595 CC="$am_aux_dir/compile $CC"
3596 fi
3597 ac_ext=c
3598 ac_cpp='$CPP $CPPFLAGS'
3599 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3600 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3601 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3602
3603
3604
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3606 $as_echo_n "checking for library containing strerror... " >&6; }
3607 if ${ac_cv_search_strerror+:} false; then :
3608 $as_echo_n "(cached) " >&6
3609 else
3610 ac_func_search_save_LIBS=$LIBS
3611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3612 /* end confdefs.h. */
3613
3614 /* Override any GCC internal prototype to avoid an error.
3615 Use char because int might match the return type of a GCC
3616 builtin and then its argument prototype would still apply. */
3617 #ifdef __cplusplus
3618 extern "C"
3619 #endif
3620 char strerror ();
3621 int
3622 main ()
3623 {
3624 return strerror ();
3625 ;
3626 return 0;
3627 }
3628 _ACEOF
3629 for ac_lib in '' cposix; do
3630 if test -z "$ac_lib"; then
3631 ac_res="none required"
3632 else
3633 ac_res=-l$ac_lib
3634 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3635 fi
3636 if ac_fn_c_try_link "$LINENO"; then :
3637 ac_cv_search_strerror=$ac_res
3638 fi
3639 rm -f core conftest.err conftest.$ac_objext \
3640 conftest$ac_exeext
3641 if ${ac_cv_search_strerror+:} false; then :
3642 break
3643 fi
3644 done
3645 if ${ac_cv_search_strerror+:} false; then :
3646
3647 else
3648 ac_cv_search_strerror=no
3649 fi
3650 rm conftest.$ac_ext
3651 LIBS=$ac_func_search_save_LIBS
3652 fi
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3654 $as_echo "$ac_cv_search_strerror" >&6; }
3655 ac_res=$ac_cv_search_strerror
3656 if test "$ac_res" != no; then :
3657 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3658
3659 fi
3660
3661
3662 am__api_version='1.15'
3663
3664 # Find a good install program. We prefer a C program (faster),
3665 # so one script is as good as another. But avoid the broken or
3666 # incompatible versions:
3667 # SysV /etc/install, /usr/sbin/install
3668 # SunOS /usr/etc/install
3669 # IRIX /sbin/install
3670 # AIX /bin/install
3671 # AmigaOS /C/install, which installs bootblocks on floppy discs
3672 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3673 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3674 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3675 # OS/2's system install, which has a completely different semantic
3676 # ./install, which can be erroneously created by make from ./install.sh.
3677 # Reject install programs that cannot install multiple files.
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3679 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3680 if test -z "$INSTALL"; then
3681 if ${ac_cv_path_install+:} false; then :
3682 $as_echo_n "(cached) " >&6
3683 else
3684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3685 for as_dir in $PATH
3686 do
3687 IFS=$as_save_IFS
3688 test -z "$as_dir" && as_dir=.
3689 # Account for people who put trailing slashes in PATH elements.
3690 case $as_dir/ in #((
3691 ./ | .// | /[cC]/* | \
3692 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3693 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3694 /usr/ucb/* ) ;;
3695 *)
3696 # OSF1 and SCO ODT 3.0 have their own names for install.
3697 # Don't use installbsd from OSF since it installs stuff as root
3698 # by default.
3699 for ac_prog in ginstall scoinst install; do
3700 for ac_exec_ext in '' $ac_executable_extensions; do
3701 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3702 if test $ac_prog = install &&
3703 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # AIX install. It has an incompatible calling convention.
3705 :
3706 elif test $ac_prog = install &&
3707 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3708 # program-specific install script used by HP pwplus--don't use.
3709 :
3710 else
3711 rm -rf conftest.one conftest.two conftest.dir
3712 echo one > conftest.one
3713 echo two > conftest.two
3714 mkdir conftest.dir
3715 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3716 test -s conftest.one && test -s conftest.two &&
3717 test -s conftest.dir/conftest.one &&
3718 test -s conftest.dir/conftest.two
3719 then
3720 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3721 break 3
3722 fi
3723 fi
3724 fi
3725 done
3726 done
3727 ;;
3728 esac
3729
3730 done
3731 IFS=$as_save_IFS
3732
3733 rm -rf conftest.one conftest.two conftest.dir
3734
3735 fi
3736 if test "${ac_cv_path_install+set}" = set; then
3737 INSTALL=$ac_cv_path_install
3738 else
3739 # As a last resort, use the slow shell script. Don't cache a
3740 # value for INSTALL within a source directory, because that will
3741 # break other packages using the cache if that directory is
3742 # removed, or if the value is a relative name.
3743 INSTALL=$ac_install_sh
3744 fi
3745 fi
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3747 $as_echo "$INSTALL" >&6; }
3748
3749 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3750 # It thinks the first close brace ends the variable substitution.
3751 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3752
3753 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3754
3755 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3756
3757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3758 $as_echo_n "checking whether build environment is sane... " >&6; }
3759 # Reject unsafe characters in $srcdir or the absolute working directory
3760 # name. Accept space and tab only in the latter.
3761 am_lf='
3762 '
3763 case `pwd` in
3764 *[\\\"\#\$\&\'\`$am_lf]*)
3765 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3766 esac
3767 case $srcdir in
3768 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3769 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3770 esac
3771
3772 # Do 'set' in a subshell so we don't clobber the current shell's
3773 # arguments. Must try -L first in case configure is actually a
3774 # symlink; some systems play weird games with the mod time of symlinks
3775 # (eg FreeBSD returns the mod time of the symlink's containing
3776 # directory).
3777 if (
3778 am_has_slept=no
3779 for am_try in 1 2; do
3780 echo "timestamp, slept: $am_has_slept" > conftest.file
3781 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3782 if test "$*" = "X"; then
3783 # -L didn't work.
3784 set X `ls -t "$srcdir/configure" conftest.file`
3785 fi
3786 if test "$*" != "X $srcdir/configure conftest.file" \
3787 && test "$*" != "X conftest.file $srcdir/configure"; then
3788
3789 # If neither matched, then we have a broken ls. This can happen
3790 # if, for instance, CONFIG_SHELL is bash and it inherits a
3791 # broken ls alias from the environment. This has actually
3792 # happened. Such a system could not be considered "sane".
3793 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3794 alias in your environment" "$LINENO" 5
3795 fi
3796 if test "$2" = conftest.file || test $am_try -eq 2; then
3797 break
3798 fi
3799 # Just in case.
3800 sleep 1
3801 am_has_slept=yes
3802 done
3803 test "$2" = conftest.file
3804 )
3805 then
3806 # Ok.
3807 :
3808 else
3809 as_fn_error $? "newly created file is older than distributed files!
3810 Check your system clock" "$LINENO" 5
3811 fi
3812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3813 $as_echo "yes" >&6; }
3814 # If we didn't sleep, we still need to ensure time stamps of config.status and
3815 # generated files are strictly newer.
3816 am_sleep_pid=
3817 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3818 ( sleep 1 ) &
3819 am_sleep_pid=$!
3820 fi
3821
3822 rm -f conftest.file
3823
3824 test "$program_prefix" != NONE &&
3825 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3826 # Use a double $ so make ignores it.
3827 test "$program_suffix" != NONE &&
3828 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3829 # Double any \ or $.
3830 # By default was `s,x,x', remove it if useless.
3831 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3832 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3833
3834 if test x"${MISSING+set}" != xset; then
3835 case $am_aux_dir in
3836 *\ * | *\ *)
3837 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3838 *)
3839 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3840 esac
3841 fi
3842 # Use eval to expand $SHELL
3843 if eval "$MISSING --is-lightweight"; then
3844 am_missing_run="$MISSING "
3845 else
3846 am_missing_run=
3847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3848 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3849 fi
3850
3851 if test x"${install_sh+set}" != xset; then
3852 case $am_aux_dir in
3853 *\ * | *\ *)
3854 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3855 *)
3856 install_sh="\${SHELL} $am_aux_dir/install-sh"
3857 esac
3858 fi
3859
3860 # Installed binaries are usually stripped using 'strip' when the user
3861 # run "make install-strip". However 'strip' might not be the right
3862 # tool to use in cross-compilation environments, therefore Automake
3863 # will honor the 'STRIP' environment variable to overrule this program.
3864 if test "$cross_compiling" != no; then
3865 if test -n "$ac_tool_prefix"; then
3866 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3867 set dummy ${ac_tool_prefix}strip; ac_word=$2
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3869 $as_echo_n "checking for $ac_word... " >&6; }
3870 if ${ac_cv_prog_STRIP+:} false; then :
3871 $as_echo_n "(cached) " >&6
3872 else
3873 if test -n "$STRIP"; then
3874 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3875 else
3876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3877 for as_dir in $PATH
3878 do
3879 IFS=$as_save_IFS
3880 test -z "$as_dir" && as_dir=.
3881 for ac_exec_ext in '' $ac_executable_extensions; do
3882 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3883 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3884 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3885 break 2
3886 fi
3887 done
3888 done
3889 IFS=$as_save_IFS
3890
3891 fi
3892 fi
3893 STRIP=$ac_cv_prog_STRIP
3894 if test -n "$STRIP"; then
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3896 $as_echo "$STRIP" >&6; }
3897 else
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3899 $as_echo "no" >&6; }
3900 fi
3901
3902
3903 fi
3904 if test -z "$ac_cv_prog_STRIP"; then
3905 ac_ct_STRIP=$STRIP
3906 # Extract the first word of "strip", so it can be a program name with args.
3907 set dummy strip; ac_word=$2
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3909 $as_echo_n "checking for $ac_word... " >&6; }
3910 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 if test -n "$ac_ct_STRIP"; then
3914 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3915 else
3916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3917 for as_dir in $PATH
3918 do
3919 IFS=$as_save_IFS
3920 test -z "$as_dir" && as_dir=.
3921 for ac_exec_ext in '' $ac_executable_extensions; do
3922 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3923 ac_cv_prog_ac_ct_STRIP="strip"
3924 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3925 break 2
3926 fi
3927 done
3928 done
3929 IFS=$as_save_IFS
3930
3931 fi
3932 fi
3933 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3934 if test -n "$ac_ct_STRIP"; then
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3936 $as_echo "$ac_ct_STRIP" >&6; }
3937 else
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3939 $as_echo "no" >&6; }
3940 fi
3941
3942 if test "x$ac_ct_STRIP" = x; then
3943 STRIP=":"
3944 else
3945 case $cross_compiling:$ac_tool_warned in
3946 yes:)
3947 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3948 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3949 ac_tool_warned=yes ;;
3950 esac
3951 STRIP=$ac_ct_STRIP
3952 fi
3953 else
3954 STRIP="$ac_cv_prog_STRIP"
3955 fi
3956
3957 fi
3958 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3959
3960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3961 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3962 if test -z "$MKDIR_P"; then
3963 if ${ac_cv_path_mkdir+:} false; then :
3964 $as_echo_n "(cached) " >&6
3965 else
3966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3967 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3968 do
3969 IFS=$as_save_IFS
3970 test -z "$as_dir" && as_dir=.
3971 for ac_prog in mkdir gmkdir; do
3972 for ac_exec_ext in '' $ac_executable_extensions; do
3973 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3974 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3975 'mkdir (GNU coreutils) '* | \
3976 'mkdir (coreutils) '* | \
3977 'mkdir (fileutils) '4.1*)
3978 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3979 break 3;;
3980 esac
3981 done
3982 done
3983 done
3984 IFS=$as_save_IFS
3985
3986 fi
3987
3988 test -d ./--version && rmdir ./--version
3989 if test "${ac_cv_path_mkdir+set}" = set; then
3990 MKDIR_P="$ac_cv_path_mkdir -p"
3991 else
3992 # As a last resort, use the slow shell script. Don't cache a
3993 # value for MKDIR_P within a source directory, because that will
3994 # break other packages using the cache if that directory is
3995 # removed, or if the value is a relative name.
3996 MKDIR_P="$ac_install_sh -d"
3997 fi
3998 fi
3999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4000 $as_echo "$MKDIR_P" >&6; }
4001
4002 for ac_prog in gawk mawk nawk awk
4003 do
4004 # Extract the first word of "$ac_prog", so it can be a program name with args.
4005 set dummy $ac_prog; ac_word=$2
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4007 $as_echo_n "checking for $ac_word... " >&6; }
4008 if ${ac_cv_prog_AWK+:} false; then :
4009 $as_echo_n "(cached) " >&6
4010 else
4011 if test -n "$AWK"; then
4012 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4013 else
4014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4015 for as_dir in $PATH
4016 do
4017 IFS=$as_save_IFS
4018 test -z "$as_dir" && as_dir=.
4019 for ac_exec_ext in '' $ac_executable_extensions; do
4020 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4021 ac_cv_prog_AWK="$ac_prog"
4022 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4023 break 2
4024 fi
4025 done
4026 done
4027 IFS=$as_save_IFS
4028
4029 fi
4030 fi
4031 AWK=$ac_cv_prog_AWK
4032 if test -n "$AWK"; then
4033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4034 $as_echo "$AWK" >&6; }
4035 else
4036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4037 $as_echo "no" >&6; }
4038 fi
4039
4040
4041 test -n "$AWK" && break
4042 done
4043
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4045 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4046 set x ${MAKE-make}
4047 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4048 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4049 $as_echo_n "(cached) " >&6
4050 else
4051 cat >conftest.make <<\_ACEOF
4052 SHELL = /bin/sh
4053 all:
4054 @echo '@@@%%%=$(MAKE)=@@@%%%'
4055 _ACEOF
4056 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4057 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4058 *@@@%%%=?*=@@@%%%*)
4059 eval ac_cv_prog_make_${ac_make}_set=yes;;
4060 *)
4061 eval ac_cv_prog_make_${ac_make}_set=no;;
4062 esac
4063 rm -f conftest.make
4064 fi
4065 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4067 $as_echo "yes" >&6; }
4068 SET_MAKE=
4069 else
4070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4071 $as_echo "no" >&6; }
4072 SET_MAKE="MAKE=${MAKE-make}"
4073 fi
4074
4075 rm -rf .tst 2>/dev/null
4076 mkdir .tst 2>/dev/null
4077 if test -d .tst; then
4078 am__leading_dot=.
4079 else
4080 am__leading_dot=_
4081 fi
4082 rmdir .tst 2>/dev/null
4083
4084 DEPDIR="${am__leading_dot}deps"
4085
4086 ac_config_commands="$ac_config_commands depfiles"
4087
4088
4089 am_make=${MAKE-make}
4090 cat > confinc << 'END'
4091 am__doit:
4092 @echo this is the am__doit target
4093 .PHONY: am__doit
4094 END
4095 # If we don't find an include directive, just comment out the code.
4096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4097 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4098 am__include="#"
4099 am__quote=
4100 _am_result=none
4101 # First try GNU make style include.
4102 echo "include confinc" > confmf
4103 # Ignore all kinds of additional output from 'make'.
4104 case `$am_make -s -f confmf 2> /dev/null` in #(
4105 *the\ am__doit\ target*)
4106 am__include=include
4107 am__quote=
4108 _am_result=GNU
4109 ;;
4110 esac
4111 # Now try BSD make style include.
4112 if test "$am__include" = "#"; then
4113 echo '.include "confinc"' > confmf
4114 case `$am_make -s -f confmf 2> /dev/null` in #(
4115 *the\ am__doit\ target*)
4116 am__include=.include
4117 am__quote="\""
4118 _am_result=BSD
4119 ;;
4120 esac
4121 fi
4122
4123
4124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4125 $as_echo "$_am_result" >&6; }
4126 rm -f confinc confmf
4127
4128 # Check whether --enable-dependency-tracking was given.
4129 if test "${enable_dependency_tracking+set}" = set; then :
4130 enableval=$enable_dependency_tracking;
4131 fi
4132
4133 if test "x$enable_dependency_tracking" != xno; then
4134 am_depcomp="$ac_aux_dir/depcomp"
4135 AMDEPBACKSLASH='\'
4136 am__nodep='_no'
4137 fi
4138 if test "x$enable_dependency_tracking" != xno; then
4139 AMDEP_TRUE=
4140 AMDEP_FALSE='#'
4141 else
4142 AMDEP_TRUE='#'
4143 AMDEP_FALSE=
4144 fi
4145
4146
4147 # Check whether --enable-silent-rules was given.
4148 if test "${enable_silent_rules+set}" = set; then :
4149 enableval=$enable_silent_rules;
4150 fi
4151
4152 case $enable_silent_rules in # (((
4153 yes) AM_DEFAULT_VERBOSITY=0;;
4154 no) AM_DEFAULT_VERBOSITY=1;;
4155 *) AM_DEFAULT_VERBOSITY=1;;
4156 esac
4157 am_make=${MAKE-make}
4158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4159 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4160 if ${am_cv_make_support_nested_variables+:} false; then :
4161 $as_echo_n "(cached) " >&6
4162 else
4163 if $as_echo 'TRUE=$(BAR$(V))
4164 BAR0=false
4165 BAR1=true
4166 V=1
4167 am__doit:
4168 @$(TRUE)
4169 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4170 am_cv_make_support_nested_variables=yes
4171 else
4172 am_cv_make_support_nested_variables=no
4173 fi
4174 fi
4175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4176 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4177 if test $am_cv_make_support_nested_variables = yes; then
4178 AM_V='$(V)'
4179 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4180 else
4181 AM_V=$AM_DEFAULT_VERBOSITY
4182 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4183 fi
4184 AM_BACKSLASH='\'
4185
4186 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4187 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4188 # is not polluted with repeated "-I."
4189 am__isrc=' -I$(srcdir)'
4190 # test to see if srcdir already configured
4191 if test -f $srcdir/config.status; then
4192 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4193 fi
4194 fi
4195
4196 # test whether we have cygpath
4197 if test -z "$CYGPATH_W"; then
4198 if (cygpath --version) >/dev/null 2>/dev/null; then
4199 CYGPATH_W='cygpath -w'
4200 else
4201 CYGPATH_W=echo
4202 fi
4203 fi
4204
4205
4206 # Define the identity of the package.
4207 PACKAGE='binutils'
4208 VERSION='2.36.50'
4209
4210
4211 cat >>confdefs.h <<_ACEOF
4212 #define PACKAGE "$PACKAGE"
4213 _ACEOF
4214
4215
4216 cat >>confdefs.h <<_ACEOF
4217 #define VERSION "$VERSION"
4218 _ACEOF
4219
4220 # Some tools Automake needs.
4221
4222 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4223
4224
4225 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4226
4227
4228 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4229
4230
4231 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4232
4233
4234 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4235
4236 # For better backward compatibility. To be removed once Automake 1.9.x
4237 # dies out for good. For more background, see:
4238 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4239 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4240 mkdir_p='$(MKDIR_P)'
4241
4242 # We need awk for the "check" target (and possibly the TAP driver). The
4243 # system "awk" is bad on some platforms.
4244 # Always define AMTAR for backward compatibility. Yes, it's still used
4245 # in the wild :-( We should find a proper way to deprecate it ...
4246 AMTAR='$${TAR-tar}'
4247
4248
4249 # We'll loop over all known methods to create a tar archive until one works.
4250 _am_tools='gnutar pax cpio none'
4251
4252 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4253
4254
4255
4256
4257
4258 depcc="$CC" am_compiler_list=
4259
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4261 $as_echo_n "checking dependency style of $depcc... " >&6; }
4262 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4263 $as_echo_n "(cached) " >&6
4264 else
4265 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4266 # We make a subdir and do the tests there. Otherwise we can end up
4267 # making bogus files that we don't know about and never remove. For
4268 # instance it was reported that on HP-UX the gcc test will end up
4269 # making a dummy file named 'D' -- because '-MD' means "put the output
4270 # in D".
4271 rm -rf conftest.dir
4272 mkdir conftest.dir
4273 # Copy depcomp to subdir because otherwise we won't find it if we're
4274 # using a relative directory.
4275 cp "$am_depcomp" conftest.dir
4276 cd conftest.dir
4277 # We will build objects and dependencies in a subdirectory because
4278 # it helps to detect inapplicable dependency modes. For instance
4279 # both Tru64's cc and ICC support -MD to output dependencies as a
4280 # side effect of compilation, but ICC will put the dependencies in
4281 # the current directory while Tru64 will put them in the object
4282 # directory.
4283 mkdir sub
4284
4285 am_cv_CC_dependencies_compiler_type=none
4286 if test "$am_compiler_list" = ""; then
4287 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4288 fi
4289 am__universal=false
4290 case " $depcc " in #(
4291 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4292 esac
4293
4294 for depmode in $am_compiler_list; do
4295 # Setup a source with many dependencies, because some compilers
4296 # like to wrap large dependency lists on column 80 (with \), and
4297 # we should not choose a depcomp mode which is confused by this.
4298 #
4299 # We need to recreate these files for each test, as the compiler may
4300 # overwrite some of them when testing with obscure command lines.
4301 # This happens at least with the AIX C compiler.
4302 : > sub/conftest.c
4303 for i in 1 2 3 4 5 6; do
4304 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4305 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4306 # Solaris 10 /bin/sh.
4307 echo '/* dummy */' > sub/conftst$i.h
4308 done
4309 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4310
4311 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4312 # mode. It turns out that the SunPro C++ compiler does not properly
4313 # handle '-M -o', and we need to detect this. Also, some Intel
4314 # versions had trouble with output in subdirs.
4315 am__obj=sub/conftest.${OBJEXT-o}
4316 am__minus_obj="-o $am__obj"
4317 case $depmode in
4318 gcc)
4319 # This depmode causes a compiler race in universal mode.
4320 test "$am__universal" = false || continue
4321 ;;
4322 nosideeffect)
4323 # After this tag, mechanisms are not by side-effect, so they'll
4324 # only be used when explicitly requested.
4325 if test "x$enable_dependency_tracking" = xyes; then
4326 continue
4327 else
4328 break
4329 fi
4330 ;;
4331 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4332 # This compiler won't grok '-c -o', but also, the minuso test has
4333 # not run yet. These depmodes are late enough in the game, and
4334 # so weak that their functioning should not be impacted.
4335 am__obj=conftest.${OBJEXT-o}
4336 am__minus_obj=
4337 ;;
4338 none) break ;;
4339 esac
4340 if depmode=$depmode \
4341 source=sub/conftest.c object=$am__obj \
4342 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4343 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4344 >/dev/null 2>conftest.err &&
4345 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4346 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4347 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4348 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4349 # icc doesn't choke on unknown options, it will just issue warnings
4350 # or remarks (even with -Werror). So we grep stderr for any message
4351 # that says an option was ignored or not supported.
4352 # When given -MP, icc 7.0 and 7.1 complain thusly:
4353 # icc: Command line warning: ignoring option '-M'; no argument required
4354 # The diagnosis changed in icc 8.0:
4355 # icc: Command line remark: option '-MP' not supported
4356 if (grep 'ignoring option' conftest.err ||
4357 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4358 am_cv_CC_dependencies_compiler_type=$depmode
4359 break
4360 fi
4361 fi
4362 done
4363
4364 cd ..
4365 rm -rf conftest.dir
4366 else
4367 am_cv_CC_dependencies_compiler_type=none
4368 fi
4369
4370 fi
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4372 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4373 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4374
4375 if
4376 test "x$enable_dependency_tracking" != xno \
4377 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4378 am__fastdepCC_TRUE=
4379 am__fastdepCC_FALSE='#'
4380 else
4381 am__fastdepCC_TRUE='#'
4382 am__fastdepCC_FALSE=
4383 fi
4384
4385
4386
4387 # POSIX will say in a future version that running "rm -f" with no argument
4388 # is OK; and we want to be able to make that assumption in our Makefile
4389 # recipes. So use an aggressive probe to check that the usage we want is
4390 # actually supported "in the wild" to an acceptable degree.
4391 # See automake bug#10828.
4392 # To make any issue more visible, cause the running configure to be aborted
4393 # by default if the 'rm' program in use doesn't match our expectations; the
4394 # user can still override this though.
4395 if rm -f && rm -fr && rm -rf; then : OK; else
4396 cat >&2 <<'END'
4397 Oops!
4398
4399 Your 'rm' program seems unable to run without file operands specified
4400 on the command line, even when the '-f' option is present. This is contrary
4401 to the behaviour of most rm programs out there, and not conforming with
4402 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4403
4404 Please tell bug-automake@gnu.org about your system, including the value
4405 of your $PATH and any error possibly output before this message. This
4406 can help us improve future automake versions.
4407
4408 END
4409 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4410 echo 'Configuration will proceed anyway, since you have set the' >&2
4411 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4412 echo >&2
4413 else
4414 cat >&2 <<'END'
4415 Aborting the configuration process, to ensure you take notice of the issue.
4416
4417 You can download and install GNU coreutils to get an 'rm' implementation
4418 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4419
4420 If you want to complete the configuration process using your problematic
4421 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4422 to "yes", and re-run configure.
4423
4424 END
4425 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4426 fi
4427 fi
4428
4429
4430 ac_ext=c
4431 ac_cpp='$CPP $CPPFLAGS'
4432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4435 if test -n "$ac_tool_prefix"; then
4436 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4437 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4439 $as_echo_n "checking for $ac_word... " >&6; }
4440 if ${ac_cv_prog_CC+:} false; then :
4441 $as_echo_n "(cached) " >&6
4442 else
4443 if test -n "$CC"; then
4444 ac_cv_prog_CC="$CC" # Let the user override the test.
4445 else
4446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4447 for as_dir in $PATH
4448 do
4449 IFS=$as_save_IFS
4450 test -z "$as_dir" && as_dir=.
4451 for ac_exec_ext in '' $ac_executable_extensions; do
4452 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4453 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4454 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4455 break 2
4456 fi
4457 done
4458 done
4459 IFS=$as_save_IFS
4460
4461 fi
4462 fi
4463 CC=$ac_cv_prog_CC
4464 if test -n "$CC"; then
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4466 $as_echo "$CC" >&6; }
4467 else
4468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4469 $as_echo "no" >&6; }
4470 fi
4471
4472
4473 fi
4474 if test -z "$ac_cv_prog_CC"; then
4475 ac_ct_CC=$CC
4476 # Extract the first word of "gcc", so it can be a program name with args.
4477 set dummy gcc; ac_word=$2
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4479 $as_echo_n "checking for $ac_word... " >&6; }
4480 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4481 $as_echo_n "(cached) " >&6
4482 else
4483 if test -n "$ac_ct_CC"; then
4484 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4485 else
4486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4487 for as_dir in $PATH
4488 do
4489 IFS=$as_save_IFS
4490 test -z "$as_dir" && as_dir=.
4491 for ac_exec_ext in '' $ac_executable_extensions; do
4492 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4493 ac_cv_prog_ac_ct_CC="gcc"
4494 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4495 break 2
4496 fi
4497 done
4498 done
4499 IFS=$as_save_IFS
4500
4501 fi
4502 fi
4503 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4504 if test -n "$ac_ct_CC"; then
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4506 $as_echo "$ac_ct_CC" >&6; }
4507 else
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4509 $as_echo "no" >&6; }
4510 fi
4511
4512 if test "x$ac_ct_CC" = x; then
4513 CC=""
4514 else
4515 case $cross_compiling:$ac_tool_warned in
4516 yes:)
4517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4519 ac_tool_warned=yes ;;
4520 esac
4521 CC=$ac_ct_CC
4522 fi
4523 else
4524 CC="$ac_cv_prog_CC"
4525 fi
4526
4527 if test -z "$CC"; then
4528 if test -n "$ac_tool_prefix"; then
4529 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4530 set dummy ${ac_tool_prefix}cc; ac_word=$2
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4532 $as_echo_n "checking for $ac_word... " >&6; }
4533 if ${ac_cv_prog_CC+:} false; then :
4534 $as_echo_n "(cached) " >&6
4535 else
4536 if test -n "$CC"; then
4537 ac_cv_prog_CC="$CC" # Let the user override the test.
4538 else
4539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4540 for as_dir in $PATH
4541 do
4542 IFS=$as_save_IFS
4543 test -z "$as_dir" && as_dir=.
4544 for ac_exec_ext in '' $ac_executable_extensions; do
4545 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4546 ac_cv_prog_CC="${ac_tool_prefix}cc"
4547 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4548 break 2
4549 fi
4550 done
4551 done
4552 IFS=$as_save_IFS
4553
4554 fi
4555 fi
4556 CC=$ac_cv_prog_CC
4557 if test -n "$CC"; then
4558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4559 $as_echo "$CC" >&6; }
4560 else
4561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4562 $as_echo "no" >&6; }
4563 fi
4564
4565
4566 fi
4567 fi
4568 if test -z "$CC"; then
4569 # Extract the first word of "cc", so it can be a program name with args.
4570 set dummy cc; ac_word=$2
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4572 $as_echo_n "checking for $ac_word... " >&6; }
4573 if ${ac_cv_prog_CC+:} false; then :
4574 $as_echo_n "(cached) " >&6
4575 else
4576 if test -n "$CC"; then
4577 ac_cv_prog_CC="$CC" # Let the user override the test.
4578 else
4579 ac_prog_rejected=no
4580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4581 for as_dir in $PATH
4582 do
4583 IFS=$as_save_IFS
4584 test -z "$as_dir" && as_dir=.
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4587 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4588 ac_prog_rejected=yes
4589 continue
4590 fi
4591 ac_cv_prog_CC="cc"
4592 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4593 break 2
4594 fi
4595 done
4596 done
4597 IFS=$as_save_IFS
4598
4599 if test $ac_prog_rejected = yes; then
4600 # We found a bogon in the path, so make sure we never use it.
4601 set dummy $ac_cv_prog_CC
4602 shift
4603 if test $# != 0; then
4604 # We chose a different compiler from the bogus one.
4605 # However, it has the same basename, so the bogon will be chosen
4606 # first if we set CC to just the basename; use the full file name.
4607 shift
4608 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4609 fi
4610 fi
4611 fi
4612 fi
4613 CC=$ac_cv_prog_CC
4614 if test -n "$CC"; then
4615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4616 $as_echo "$CC" >&6; }
4617 else
4618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4619 $as_echo "no" >&6; }
4620 fi
4621
4622
4623 fi
4624 if test -z "$CC"; then
4625 if test -n "$ac_tool_prefix"; then
4626 for ac_prog in cl.exe
4627 do
4628 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4629 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4631 $as_echo_n "checking for $ac_word... " >&6; }
4632 if ${ac_cv_prog_CC+:} false; then :
4633 $as_echo_n "(cached) " >&6
4634 else
4635 if test -n "$CC"; then
4636 ac_cv_prog_CC="$CC" # Let the user override the test.
4637 else
4638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4639 for as_dir in $PATH
4640 do
4641 IFS=$as_save_IFS
4642 test -z "$as_dir" && as_dir=.
4643 for ac_exec_ext in '' $ac_executable_extensions; do
4644 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4646 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4647 break 2
4648 fi
4649 done
4650 done
4651 IFS=$as_save_IFS
4652
4653 fi
4654 fi
4655 CC=$ac_cv_prog_CC
4656 if test -n "$CC"; then
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4658 $as_echo "$CC" >&6; }
4659 else
4660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4661 $as_echo "no" >&6; }
4662 fi
4663
4664
4665 test -n "$CC" && break
4666 done
4667 fi
4668 if test -z "$CC"; then
4669 ac_ct_CC=$CC
4670 for ac_prog in cl.exe
4671 do
4672 # Extract the first word of "$ac_prog", so it can be a program name with args.
4673 set dummy $ac_prog; ac_word=$2
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4675 $as_echo_n "checking for $ac_word... " >&6; }
4676 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4677 $as_echo_n "(cached) " >&6
4678 else
4679 if test -n "$ac_ct_CC"; then
4680 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4681 else
4682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4683 for as_dir in $PATH
4684 do
4685 IFS=$as_save_IFS
4686 test -z "$as_dir" && as_dir=.
4687 for ac_exec_ext in '' $ac_executable_extensions; do
4688 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4689 ac_cv_prog_ac_ct_CC="$ac_prog"
4690 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4691 break 2
4692 fi
4693 done
4694 done
4695 IFS=$as_save_IFS
4696
4697 fi
4698 fi
4699 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4700 if test -n "$ac_ct_CC"; then
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4702 $as_echo "$ac_ct_CC" >&6; }
4703 else
4704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4705 $as_echo "no" >&6; }
4706 fi
4707
4708
4709 test -n "$ac_ct_CC" && break
4710 done
4711
4712 if test "x$ac_ct_CC" = x; then
4713 CC=""
4714 else
4715 case $cross_compiling:$ac_tool_warned in
4716 yes:)
4717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4719 ac_tool_warned=yes ;;
4720 esac
4721 CC=$ac_ct_CC
4722 fi
4723 fi
4724
4725 fi
4726
4727
4728 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4729 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4730 as_fn_error $? "no acceptable C compiler found in \$PATH
4731 See \`config.log' for more details" "$LINENO" 5; }
4732
4733 # Provide some information about the compiler.
4734 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4735 set X $ac_compile
4736 ac_compiler=$2
4737 for ac_option in --version -v -V -qversion; do
4738 { { ac_try="$ac_compiler $ac_option >&5"
4739 case "(($ac_try" in
4740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4741 *) ac_try_echo=$ac_try;;
4742 esac
4743 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4744 $as_echo "$ac_try_echo"; } >&5
4745 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4746 ac_status=$?
4747 if test -s conftest.err; then
4748 sed '10a\
4749 ... rest of stderr output deleted ...
4750 10q' conftest.err >conftest.er1
4751 cat conftest.er1 >&5
4752 fi
4753 rm -f conftest.er1 conftest.err
4754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4755 test $ac_status = 0; }
4756 done
4757
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4759 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4760 if ${ac_cv_c_compiler_gnu+:} false; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4765
4766 int
4767 main ()
4768 {
4769 #ifndef __GNUC__
4770 choke me
4771 #endif
4772
4773 ;
4774 return 0;
4775 }
4776 _ACEOF
4777 if ac_fn_c_try_compile "$LINENO"; then :
4778 ac_compiler_gnu=yes
4779 else
4780 ac_compiler_gnu=no
4781 fi
4782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4783 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4784
4785 fi
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4787 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4788 if test $ac_compiler_gnu = yes; then
4789 GCC=yes
4790 else
4791 GCC=
4792 fi
4793 ac_test_CFLAGS=${CFLAGS+set}
4794 ac_save_CFLAGS=$CFLAGS
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4796 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4797 if ${ac_cv_prog_cc_g+:} false; then :
4798 $as_echo_n "(cached) " >&6
4799 else
4800 ac_save_c_werror_flag=$ac_c_werror_flag
4801 ac_c_werror_flag=yes
4802 ac_cv_prog_cc_g=no
4803 CFLAGS="-g"
4804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4805 /* end confdefs.h. */
4806
4807 int
4808 main ()
4809 {
4810
4811 ;
4812 return 0;
4813 }
4814 _ACEOF
4815 if ac_fn_c_try_compile "$LINENO"; then :
4816 ac_cv_prog_cc_g=yes
4817 else
4818 CFLAGS=""
4819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4820 /* end confdefs.h. */
4821
4822 int
4823 main ()
4824 {
4825
4826 ;
4827 return 0;
4828 }
4829 _ACEOF
4830 if ac_fn_c_try_compile "$LINENO"; then :
4831
4832 else
4833 ac_c_werror_flag=$ac_save_c_werror_flag
4834 CFLAGS="-g"
4835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4836 /* end confdefs.h. */
4837
4838 int
4839 main ()
4840 {
4841
4842 ;
4843 return 0;
4844 }
4845 _ACEOF
4846 if ac_fn_c_try_compile "$LINENO"; then :
4847 ac_cv_prog_cc_g=yes
4848 fi
4849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4850 fi
4851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4852 fi
4853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4854 ac_c_werror_flag=$ac_save_c_werror_flag
4855 fi
4856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4857 $as_echo "$ac_cv_prog_cc_g" >&6; }
4858 if test "$ac_test_CFLAGS" = set; then
4859 CFLAGS=$ac_save_CFLAGS
4860 elif test $ac_cv_prog_cc_g = yes; then
4861 if test "$GCC" = yes; then
4862 CFLAGS="-g -O2"
4863 else
4864 CFLAGS="-g"
4865 fi
4866 else
4867 if test "$GCC" = yes; then
4868 CFLAGS="-O2"
4869 else
4870 CFLAGS=
4871 fi
4872 fi
4873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4874 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4875 if ${ac_cv_prog_cc_c89+:} false; then :
4876 $as_echo_n "(cached) " >&6
4877 else
4878 ac_cv_prog_cc_c89=no
4879 ac_save_CC=$CC
4880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4881 /* end confdefs.h. */
4882 #include <stdarg.h>
4883 #include <stdio.h>
4884 struct stat;
4885 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4886 struct buf { int x; };
4887 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4888 static char *e (p, i)
4889 char **p;
4890 int i;
4891 {
4892 return p[i];
4893 }
4894 static char *f (char * (*g) (char **, int), char **p, ...)
4895 {
4896 char *s;
4897 va_list v;
4898 va_start (v,p);
4899 s = g (p, va_arg (v,int));
4900 va_end (v);
4901 return s;
4902 }
4903
4904 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4905 function prototypes and stuff, but not '\xHH' hex character constants.
4906 These don't provoke an error unfortunately, instead are silently treated
4907 as 'x'. The following induces an error, until -std is added to get
4908 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4909 array size at least. It's necessary to write '\x00'==0 to get something
4910 that's true only with -std. */
4911 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4912
4913 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4914 inside strings and character constants. */
4915 #define FOO(x) 'x'
4916 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4917
4918 int test (int i, double x);
4919 struct s1 {int (*f) (int a);};
4920 struct s2 {int (*f) (double a);};
4921 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4922 int argc;
4923 char **argv;
4924 int
4925 main ()
4926 {
4927 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4928 ;
4929 return 0;
4930 }
4931 _ACEOF
4932 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4933 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4934 do
4935 CC="$ac_save_CC $ac_arg"
4936 if ac_fn_c_try_compile "$LINENO"; then :
4937 ac_cv_prog_cc_c89=$ac_arg
4938 fi
4939 rm -f core conftest.err conftest.$ac_objext
4940 test "x$ac_cv_prog_cc_c89" != "xno" && break
4941 done
4942 rm -f conftest.$ac_ext
4943 CC=$ac_save_CC
4944
4945 fi
4946 # AC_CACHE_VAL
4947 case "x$ac_cv_prog_cc_c89" in
4948 x)
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4950 $as_echo "none needed" >&6; } ;;
4951 xno)
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4953 $as_echo "unsupported" >&6; } ;;
4954 *)
4955 CC="$CC $ac_cv_prog_cc_c89"
4956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4957 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4958 esac
4959 if test "x$ac_cv_prog_cc_c89" != xno; then :
4960
4961 fi
4962
4963 ac_ext=c
4964 ac_cpp='$CPP $CPPFLAGS'
4965 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4966 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4967 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4968
4969 ac_ext=c
4970 ac_cpp='$CPP $CPPFLAGS'
4971 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4972 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4973 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4975 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4976 if ${am_cv_prog_cc_c_o+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978 else
4979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4980 /* end confdefs.h. */
4981
4982 int
4983 main ()
4984 {
4985
4986 ;
4987 return 0;
4988 }
4989 _ACEOF
4990 # Make sure it works both with $CC and with simple cc.
4991 # Following AC_PROG_CC_C_O, we do the test twice because some
4992 # compilers refuse to overwrite an existing .o file with -o,
4993 # though they will create one.
4994 am_cv_prog_cc_c_o=yes
4995 for am_i in 1 2; do
4996 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4997 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4998 ac_status=$?
4999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5000 (exit $ac_status); } \
5001 && test -f conftest2.$ac_objext; then
5002 : OK
5003 else
5004 am_cv_prog_cc_c_o=no
5005 break
5006 fi
5007 done
5008 rm -f core conftest*
5009 unset am_i
5010 fi
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5012 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5013 if test "$am_cv_prog_cc_c_o" != yes; then
5014 # Losing compiler, so override with the script.
5015 # FIXME: It is wrong to rewrite CC.
5016 # But if we don't then we get into trouble of one sort or another.
5017 # A longer-term fix would be to have automake use am__CC in this case,
5018 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5019 CC="$am_aux_dir/compile $CC"
5020 fi
5021 ac_ext=c
5022 ac_cpp='$CPP $CPPFLAGS'
5023 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5024 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5025 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5026
5027
5028 ac_ext=c
5029 ac_cpp='$CPP $CPPFLAGS'
5030 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5031 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5032 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5034 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5035 # On Suns, sometimes $CPP names a directory.
5036 if test -n "$CPP" && test -d "$CPP"; then
5037 CPP=
5038 fi
5039 if test -z "$CPP"; then
5040 if ${ac_cv_prog_CPP+:} false; then :
5041 $as_echo_n "(cached) " >&6
5042 else
5043 # Double quotes because CPP needs to be expanded
5044 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5045 do
5046 ac_preproc_ok=false
5047 for ac_c_preproc_warn_flag in '' yes
5048 do
5049 # Use a header file that comes with gcc, so configuring glibc
5050 # with a fresh cross-compiler works.
5051 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 # <limits.h> exists even on freestanding compilers.
5053 # On the NeXT, cc -E runs the code through the compiler's parser,
5054 # not just through cpp. "Syntax error" is here to catch this case.
5055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5056 /* end confdefs.h. */
5057 #ifdef __STDC__
5058 # include <limits.h>
5059 #else
5060 # include <assert.h>
5061 #endif
5062 Syntax error
5063 _ACEOF
5064 if ac_fn_c_try_cpp "$LINENO"; then :
5065
5066 else
5067 # Broken: fails on valid input.
5068 continue
5069 fi
5070 rm -f conftest.err conftest.i conftest.$ac_ext
5071
5072 # OK, works on sane cases. Now check whether nonexistent headers
5073 # can be detected and how.
5074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5075 /* end confdefs.h. */
5076 #include <ac_nonexistent.h>
5077 _ACEOF
5078 if ac_fn_c_try_cpp "$LINENO"; then :
5079 # Broken: success on invalid input.
5080 continue
5081 else
5082 # Passes both tests.
5083 ac_preproc_ok=:
5084 break
5085 fi
5086 rm -f conftest.err conftest.i conftest.$ac_ext
5087
5088 done
5089 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5090 rm -f conftest.i conftest.err conftest.$ac_ext
5091 if $ac_preproc_ok; then :
5092 break
5093 fi
5094
5095 done
5096 ac_cv_prog_CPP=$CPP
5097
5098 fi
5099 CPP=$ac_cv_prog_CPP
5100 else
5101 ac_cv_prog_CPP=$CPP
5102 fi
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5104 $as_echo "$CPP" >&6; }
5105 ac_preproc_ok=false
5106 for ac_c_preproc_warn_flag in '' yes
5107 do
5108 # Use a header file that comes with gcc, so configuring glibc
5109 # with a fresh cross-compiler works.
5110 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5111 # <limits.h> exists even on freestanding compilers.
5112 # On the NeXT, cc -E runs the code through the compiler's parser,
5113 # not just through cpp. "Syntax error" is here to catch this case.
5114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5115 /* end confdefs.h. */
5116 #ifdef __STDC__
5117 # include <limits.h>
5118 #else
5119 # include <assert.h>
5120 #endif
5121 Syntax error
5122 _ACEOF
5123 if ac_fn_c_try_cpp "$LINENO"; then :
5124
5125 else
5126 # Broken: fails on valid input.
5127 continue
5128 fi
5129 rm -f conftest.err conftest.i conftest.$ac_ext
5130
5131 # OK, works on sane cases. Now check whether nonexistent headers
5132 # can be detected and how.
5133 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5134 /* end confdefs.h. */
5135 #include <ac_nonexistent.h>
5136 _ACEOF
5137 if ac_fn_c_try_cpp "$LINENO"; then :
5138 # Broken: success on invalid input.
5139 continue
5140 else
5141 # Passes both tests.
5142 ac_preproc_ok=:
5143 break
5144 fi
5145 rm -f conftest.err conftest.i conftest.$ac_ext
5146
5147 done
5148 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5149 rm -f conftest.i conftest.err conftest.$ac_ext
5150 if $ac_preproc_ok; then :
5151
5152 else
5153 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5154 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5155 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5156 See \`config.log' for more details" "$LINENO" 5; }
5157 fi
5158
5159 ac_ext=c
5160 ac_cpp='$CPP $CPPFLAGS'
5161 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5162 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5163 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5164
5165
5166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5167 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5168 if ${ac_cv_path_GREP+:} false; then :
5169 $as_echo_n "(cached) " >&6
5170 else
5171 if test -z "$GREP"; then
5172 ac_path_GREP_found=false
5173 # Loop through the user's path and test for each of PROGNAME-LIST
5174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5175 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5176 do
5177 IFS=$as_save_IFS
5178 test -z "$as_dir" && as_dir=.
5179 for ac_prog in grep ggrep; do
5180 for ac_exec_ext in '' $ac_executable_extensions; do
5181 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5182 as_fn_executable_p "$ac_path_GREP" || continue
5183 # Check for GNU ac_path_GREP and select it if it is found.
5184 # Check for GNU $ac_path_GREP
5185 case `"$ac_path_GREP" --version 2>&1` in
5186 *GNU*)
5187 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5188 *)
5189 ac_count=0
5190 $as_echo_n 0123456789 >"conftest.in"
5191 while :
5192 do
5193 cat "conftest.in" "conftest.in" >"conftest.tmp"
5194 mv "conftest.tmp" "conftest.in"
5195 cp "conftest.in" "conftest.nl"
5196 $as_echo 'GREP' >> "conftest.nl"
5197 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5199 as_fn_arith $ac_count + 1 && ac_count=$as_val
5200 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5201 # Best one so far, save it but keep looking for a better one
5202 ac_cv_path_GREP="$ac_path_GREP"
5203 ac_path_GREP_max=$ac_count
5204 fi
5205 # 10*(2^10) chars as input seems more than enough
5206 test $ac_count -gt 10 && break
5207 done
5208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5209 esac
5210
5211 $ac_path_GREP_found && break 3
5212 done
5213 done
5214 done
5215 IFS=$as_save_IFS
5216 if test -z "$ac_cv_path_GREP"; then
5217 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5218 fi
5219 else
5220 ac_cv_path_GREP=$GREP
5221 fi
5222
5223 fi
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5225 $as_echo "$ac_cv_path_GREP" >&6; }
5226 GREP="$ac_cv_path_GREP"
5227
5228
5229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5230 $as_echo_n "checking for egrep... " >&6; }
5231 if ${ac_cv_path_EGREP+:} false; then :
5232 $as_echo_n "(cached) " >&6
5233 else
5234 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5235 then ac_cv_path_EGREP="$GREP -E"
5236 else
5237 if test -z "$EGREP"; then
5238 ac_path_EGREP_found=false
5239 # Loop through the user's path and test for each of PROGNAME-LIST
5240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5241 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5242 do
5243 IFS=$as_save_IFS
5244 test -z "$as_dir" && as_dir=.
5245 for ac_prog in egrep; do
5246 for ac_exec_ext in '' $ac_executable_extensions; do
5247 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5248 as_fn_executable_p "$ac_path_EGREP" || continue
5249 # Check for GNU ac_path_EGREP and select it if it is found.
5250 # Check for GNU $ac_path_EGREP
5251 case `"$ac_path_EGREP" --version 2>&1` in
5252 *GNU*)
5253 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5254 *)
5255 ac_count=0
5256 $as_echo_n 0123456789 >"conftest.in"
5257 while :
5258 do
5259 cat "conftest.in" "conftest.in" >"conftest.tmp"
5260 mv "conftest.tmp" "conftest.in"
5261 cp "conftest.in" "conftest.nl"
5262 $as_echo 'EGREP' >> "conftest.nl"
5263 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5264 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5265 as_fn_arith $ac_count + 1 && ac_count=$as_val
5266 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5267 # Best one so far, save it but keep looking for a better one
5268 ac_cv_path_EGREP="$ac_path_EGREP"
5269 ac_path_EGREP_max=$ac_count
5270 fi
5271 # 10*(2^10) chars as input seems more than enough
5272 test $ac_count -gt 10 && break
5273 done
5274 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5275 esac
5276
5277 $ac_path_EGREP_found && break 3
5278 done
5279 done
5280 done
5281 IFS=$as_save_IFS
5282 if test -z "$ac_cv_path_EGREP"; then
5283 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5284 fi
5285 else
5286 ac_cv_path_EGREP=$EGREP
5287 fi
5288
5289 fi
5290 fi
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5292 $as_echo "$ac_cv_path_EGREP" >&6; }
5293 EGREP="$ac_cv_path_EGREP"
5294
5295
5296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5297 $as_echo_n "checking for ANSI C header files... " >&6; }
5298 if ${ac_cv_header_stdc+:} false; then :
5299 $as_echo_n "(cached) " >&6
5300 else
5301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5302 /* end confdefs.h. */
5303 #include <stdlib.h>
5304 #include <stdarg.h>
5305 #include <string.h>
5306 #include <float.h>
5307
5308 int
5309 main ()
5310 {
5311
5312 ;
5313 return 0;
5314 }
5315 _ACEOF
5316 if ac_fn_c_try_compile "$LINENO"; then :
5317 ac_cv_header_stdc=yes
5318 else
5319 ac_cv_header_stdc=no
5320 fi
5321 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5322
5323 if test $ac_cv_header_stdc = yes; then
5324 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5326 /* end confdefs.h. */
5327 #include <string.h>
5328
5329 _ACEOF
5330 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5331 $EGREP "memchr" >/dev/null 2>&1; then :
5332
5333 else
5334 ac_cv_header_stdc=no
5335 fi
5336 rm -f conftest*
5337
5338 fi
5339
5340 if test $ac_cv_header_stdc = yes; then
5341 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5343 /* end confdefs.h. */
5344 #include <stdlib.h>
5345
5346 _ACEOF
5347 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5348 $EGREP "free" >/dev/null 2>&1; then :
5349
5350 else
5351 ac_cv_header_stdc=no
5352 fi
5353 rm -f conftest*
5354
5355 fi
5356
5357 if test $ac_cv_header_stdc = yes; then
5358 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5359 if test "$cross_compiling" = yes; then :
5360 :
5361 else
5362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5363 /* end confdefs.h. */
5364 #include <ctype.h>
5365 #include <stdlib.h>
5366 #if ((' ' & 0x0FF) == 0x020)
5367 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5368 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5369 #else
5370 # define ISLOWER(c) \
5371 (('a' <= (c) && (c) <= 'i') \
5372 || ('j' <= (c) && (c) <= 'r') \
5373 || ('s' <= (c) && (c) <= 'z'))
5374 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5375 #endif
5376
5377 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5378 int
5379 main ()
5380 {
5381 int i;
5382 for (i = 0; i < 256; i++)
5383 if (XOR (islower (i), ISLOWER (i))
5384 || toupper (i) != TOUPPER (i))
5385 return 2;
5386 return 0;
5387 }
5388 _ACEOF
5389 if ac_fn_c_try_run "$LINENO"; then :
5390
5391 else
5392 ac_cv_header_stdc=no
5393 fi
5394 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5395 conftest.$ac_objext conftest.beam conftest.$ac_ext
5396 fi
5397
5398 fi
5399 fi
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5401 $as_echo "$ac_cv_header_stdc" >&6; }
5402 if test $ac_cv_header_stdc = yes; then
5403
5404 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5405
5406 fi
5407
5408 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5409 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5410 inttypes.h stdint.h unistd.h
5411 do :
5412 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5413 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5414 "
5415 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5416 cat >>confdefs.h <<_ACEOF
5417 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5418 _ACEOF
5419
5420 fi
5421
5422 done
5423
5424
5425
5426 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5427 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5428 MINIX=yes
5429 else
5430 MINIX=
5431 fi
5432
5433
5434 if test "$MINIX" = yes; then
5435
5436 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5437
5438
5439 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5440
5441
5442 $as_echo "#define _MINIX 1" >>confdefs.h
5443
5444 fi
5445
5446
5447 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5448 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5449 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5450 $as_echo_n "(cached) " >&6
5451 else
5452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5453 /* end confdefs.h. */
5454
5455 # define __EXTENSIONS__ 1
5456 $ac_includes_default
5457 int
5458 main ()
5459 {
5460
5461 ;
5462 return 0;
5463 }
5464 _ACEOF
5465 if ac_fn_c_try_compile "$LINENO"; then :
5466 ac_cv_safe_to_define___extensions__=yes
5467 else
5468 ac_cv_safe_to_define___extensions__=no
5469 fi
5470 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5471 fi
5472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5473 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5474 test $ac_cv_safe_to_define___extensions__ = yes &&
5475 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5476
5477 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5478
5479 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5480
5481 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5482
5483 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5484
5485
5486
5487
5488
5489 case `pwd` in
5490 *\ * | *\ *)
5491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5492 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5493 esac
5494
5495
5496
5497 macro_version='2.2.7a'
5498 macro_revision='1.3134'
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508
5509
5510
5511
5512 ltmain="$ac_aux_dir/ltmain.sh"
5513
5514 # Backslashify metacharacters that are still active within
5515 # double-quoted strings.
5516 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5517
5518 # Same as above, but do not quote variable references.
5519 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5520
5521 # Sed substitution to delay expansion of an escaped shell variable in a
5522 # double_quote_subst'ed string.
5523 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5524
5525 # Sed substitution to delay expansion of an escaped single quote.
5526 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5527
5528 # Sed substitution to avoid accidental globbing in evaled expressions
5529 no_glob_subst='s/\*/\\\*/g'
5530
5531 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5532 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5533 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5534
5535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5536 $as_echo_n "checking how to print strings... " >&6; }
5537 # Test print first, because it will be a builtin if present.
5538 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5539 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5540 ECHO='print -r --'
5541 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5542 ECHO='printf %s\n'
5543 else
5544 # Use this function as a fallback that always works.
5545 func_fallback_echo ()
5546 {
5547 eval 'cat <<_LTECHO_EOF
5548 $1
5549 _LTECHO_EOF'
5550 }
5551 ECHO='func_fallback_echo'
5552 fi
5553
5554 # func_echo_all arg...
5555 # Invoke $ECHO with all args, space-separated.
5556 func_echo_all ()
5557 {
5558 $ECHO ""
5559 }
5560
5561 case "$ECHO" in
5562 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5563 $as_echo "printf" >&6; } ;;
5564 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5565 $as_echo "print -r" >&6; } ;;
5566 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5567 $as_echo "cat" >&6; } ;;
5568 esac
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5584 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5585 if ${ac_cv_path_SED+:} false; then :
5586 $as_echo_n "(cached) " >&6
5587 else
5588 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5589 for ac_i in 1 2 3 4 5 6 7; do
5590 ac_script="$ac_script$as_nl$ac_script"
5591 done
5592 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5593 { ac_script=; unset ac_script;}
5594 if test -z "$SED"; then
5595 ac_path_SED_found=false
5596 # Loop through the user's path and test for each of PROGNAME-LIST
5597 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5598 for as_dir in $PATH
5599 do
5600 IFS=$as_save_IFS
5601 test -z "$as_dir" && as_dir=.
5602 for ac_prog in sed gsed; do
5603 for ac_exec_ext in '' $ac_executable_extensions; do
5604 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5605 as_fn_executable_p "$ac_path_SED" || continue
5606 # Check for GNU ac_path_SED and select it if it is found.
5607 # Check for GNU $ac_path_SED
5608 case `"$ac_path_SED" --version 2>&1` in
5609 *GNU*)
5610 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5611 *)
5612 ac_count=0
5613 $as_echo_n 0123456789 >"conftest.in"
5614 while :
5615 do
5616 cat "conftest.in" "conftest.in" >"conftest.tmp"
5617 mv "conftest.tmp" "conftest.in"
5618 cp "conftest.in" "conftest.nl"
5619 $as_echo '' >> "conftest.nl"
5620 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5621 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5622 as_fn_arith $ac_count + 1 && ac_count=$as_val
5623 if test $ac_count -gt ${ac_path_SED_max-0}; then
5624 # Best one so far, save it but keep looking for a better one
5625 ac_cv_path_SED="$ac_path_SED"
5626 ac_path_SED_max=$ac_count
5627 fi
5628 # 10*(2^10) chars as input seems more than enough
5629 test $ac_count -gt 10 && break
5630 done
5631 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5632 esac
5633
5634 $ac_path_SED_found && break 3
5635 done
5636 done
5637 done
5638 IFS=$as_save_IFS
5639 if test -z "$ac_cv_path_SED"; then
5640 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5641 fi
5642 else
5643 ac_cv_path_SED=$SED
5644 fi
5645
5646 fi
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5648 $as_echo "$ac_cv_path_SED" >&6; }
5649 SED="$ac_cv_path_SED"
5650 rm -f conftest.sed
5651
5652 test -z "$SED" && SED=sed
5653 Xsed="$SED -e 1s/^X//"
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5666 $as_echo_n "checking for fgrep... " >&6; }
5667 if ${ac_cv_path_FGREP+:} false; then :
5668 $as_echo_n "(cached) " >&6
5669 else
5670 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5671 then ac_cv_path_FGREP="$GREP -F"
5672 else
5673 if test -z "$FGREP"; then
5674 ac_path_FGREP_found=false
5675 # Loop through the user's path and test for each of PROGNAME-LIST
5676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5677 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5678 do
5679 IFS=$as_save_IFS
5680 test -z "$as_dir" && as_dir=.
5681 for ac_prog in fgrep; do
5682 for ac_exec_ext in '' $ac_executable_extensions; do
5683 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5684 as_fn_executable_p "$ac_path_FGREP" || continue
5685 # Check for GNU ac_path_FGREP and select it if it is found.
5686 # Check for GNU $ac_path_FGREP
5687 case `"$ac_path_FGREP" --version 2>&1` in
5688 *GNU*)
5689 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5690 *)
5691 ac_count=0
5692 $as_echo_n 0123456789 >"conftest.in"
5693 while :
5694 do
5695 cat "conftest.in" "conftest.in" >"conftest.tmp"
5696 mv "conftest.tmp" "conftest.in"
5697 cp "conftest.in" "conftest.nl"
5698 $as_echo 'FGREP' >> "conftest.nl"
5699 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5700 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5701 as_fn_arith $ac_count + 1 && ac_count=$as_val
5702 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5703 # Best one so far, save it but keep looking for a better one
5704 ac_cv_path_FGREP="$ac_path_FGREP"
5705 ac_path_FGREP_max=$ac_count
5706 fi
5707 # 10*(2^10) chars as input seems more than enough
5708 test $ac_count -gt 10 && break
5709 done
5710 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5711 esac
5712
5713 $ac_path_FGREP_found && break 3
5714 done
5715 done
5716 done
5717 IFS=$as_save_IFS
5718 if test -z "$ac_cv_path_FGREP"; then
5719 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5720 fi
5721 else
5722 ac_cv_path_FGREP=$FGREP
5723 fi
5724
5725 fi
5726 fi
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5728 $as_echo "$ac_cv_path_FGREP" >&6; }
5729 FGREP="$ac_cv_path_FGREP"
5730
5731
5732 test -z "$GREP" && GREP=grep
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752 # Check whether --with-gnu-ld was given.
5753 if test "${with_gnu_ld+set}" = set; then :
5754 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5755 else
5756 with_gnu_ld=no
5757 fi
5758
5759 ac_prog=ld
5760 if test "$GCC" = yes; then
5761 # Check if gcc -print-prog-name=ld gives a path.
5762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5763 $as_echo_n "checking for ld used by $CC... " >&6; }
5764 case $host in
5765 *-*-mingw*)
5766 # gcc leaves a trailing carriage return which upsets mingw
5767 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5768 *)
5769 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5770 esac
5771 case $ac_prog in
5772 # Accept absolute paths.
5773 [\\/]* | ?:[\\/]*)
5774 re_direlt='/[^/][^/]*/\.\./'
5775 # Canonicalize the pathname of ld
5776 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5777 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5778 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5779 done
5780 test -z "$LD" && LD="$ac_prog"
5781 ;;
5782 "")
5783 # If it fails, then pretend we aren't using GCC.
5784 ac_prog=ld
5785 ;;
5786 *)
5787 # If it is relative, then search for the first ld in PATH.
5788 with_gnu_ld=unknown
5789 ;;
5790 esac
5791 elif test "$with_gnu_ld" = yes; then
5792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5793 $as_echo_n "checking for GNU ld... " >&6; }
5794 else
5795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5796 $as_echo_n "checking for non-GNU ld... " >&6; }
5797 fi
5798 if ${lt_cv_path_LD+:} false; then :
5799 $as_echo_n "(cached) " >&6
5800 else
5801 if test -z "$LD"; then
5802 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5803 for ac_dir in $PATH; do
5804 IFS="$lt_save_ifs"
5805 test -z "$ac_dir" && ac_dir=.
5806 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5807 lt_cv_path_LD="$ac_dir/$ac_prog"
5808 # Check to see if the program is GNU ld. I'd rather use --version,
5809 # but apparently some variants of GNU ld only accept -v.
5810 # Break only if it was the GNU/non-GNU ld that we prefer.
5811 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5812 *GNU* | *'with BFD'*)
5813 test "$with_gnu_ld" != no && break
5814 ;;
5815 *)
5816 test "$with_gnu_ld" != yes && break
5817 ;;
5818 esac
5819 fi
5820 done
5821 IFS="$lt_save_ifs"
5822 else
5823 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5824 fi
5825 fi
5826
5827 LD="$lt_cv_path_LD"
5828 if test -n "$LD"; then
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5830 $as_echo "$LD" >&6; }
5831 else
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5833 $as_echo "no" >&6; }
5834 fi
5835 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5837 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5838 if ${lt_cv_prog_gnu_ld+:} false; then :
5839 $as_echo_n "(cached) " >&6
5840 else
5841 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5842 case `$LD -v 2>&1 </dev/null` in
5843 *GNU* | *'with BFD'*)
5844 lt_cv_prog_gnu_ld=yes
5845 ;;
5846 *)
5847 lt_cv_prog_gnu_ld=no
5848 ;;
5849 esac
5850 fi
5851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5852 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5853 with_gnu_ld=$lt_cv_prog_gnu_ld
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5864 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5865 if ${lt_cv_path_NM+:} false; then :
5866 $as_echo_n "(cached) " >&6
5867 else
5868 if test -n "$NM"; then
5869 # Let the user override the test.
5870 lt_cv_path_NM="$NM"
5871 else
5872 lt_nm_to_check="${ac_tool_prefix}nm"
5873 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5874 lt_nm_to_check="$lt_nm_to_check nm"
5875 fi
5876 for lt_tmp_nm in $lt_nm_to_check; do
5877 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5878 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5879 IFS="$lt_save_ifs"
5880 test -z "$ac_dir" && ac_dir=.
5881 tmp_nm="$ac_dir/$lt_tmp_nm"
5882 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5883 # Check to see if the nm accepts a BSD-compat flag.
5884 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5885 # nm: unknown option "B" ignored
5886 # Tru64's nm complains that /dev/null is an invalid object file
5887 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5888 */dev/null* | *'Invalid file or object type'*)
5889 lt_cv_path_NM="$tmp_nm -B"
5890 break
5891 ;;
5892 *)
5893 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5894 */dev/null*)
5895 lt_cv_path_NM="$tmp_nm -p"
5896 break
5897 ;;
5898 *)
5899 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5900 continue # so that we can try to find one that supports BSD flags
5901 ;;
5902 esac
5903 ;;
5904 esac
5905 fi
5906 done
5907 IFS="$lt_save_ifs"
5908 done
5909 : ${lt_cv_path_NM=no}
5910 fi
5911 fi
5912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5913 $as_echo "$lt_cv_path_NM" >&6; }
5914 if test "$lt_cv_path_NM" != "no"; then
5915 NM="$lt_cv_path_NM"
5916 else
5917 # Didn't find any BSD compatible name lister, look for dumpbin.
5918 if test -n "$DUMPBIN"; then :
5919 # Let the user override the test.
5920 else
5921 if test -n "$ac_tool_prefix"; then
5922 for ac_prog in dumpbin "link -dump"
5923 do
5924 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5925 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5927 $as_echo_n "checking for $ac_word... " >&6; }
5928 if ${ac_cv_prog_DUMPBIN+:} false; then :
5929 $as_echo_n "(cached) " >&6
5930 else
5931 if test -n "$DUMPBIN"; then
5932 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5933 else
5934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5935 for as_dir in $PATH
5936 do
5937 IFS=$as_save_IFS
5938 test -z "$as_dir" && as_dir=.
5939 for ac_exec_ext in '' $ac_executable_extensions; do
5940 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5941 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5942 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5943 break 2
5944 fi
5945 done
5946 done
5947 IFS=$as_save_IFS
5948
5949 fi
5950 fi
5951 DUMPBIN=$ac_cv_prog_DUMPBIN
5952 if test -n "$DUMPBIN"; then
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5954 $as_echo "$DUMPBIN" >&6; }
5955 else
5956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5957 $as_echo "no" >&6; }
5958 fi
5959
5960
5961 test -n "$DUMPBIN" && break
5962 done
5963 fi
5964 if test -z "$DUMPBIN"; then
5965 ac_ct_DUMPBIN=$DUMPBIN
5966 for ac_prog in dumpbin "link -dump"
5967 do
5968 # Extract the first word of "$ac_prog", so it can be a program name with args.
5969 set dummy $ac_prog; ac_word=$2
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5971 $as_echo_n "checking for $ac_word... " >&6; }
5972 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5973 $as_echo_n "(cached) " >&6
5974 else
5975 if test -n "$ac_ct_DUMPBIN"; then
5976 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5977 else
5978 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5979 for as_dir in $PATH
5980 do
5981 IFS=$as_save_IFS
5982 test -z "$as_dir" && as_dir=.
5983 for ac_exec_ext in '' $ac_executable_extensions; do
5984 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5985 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5986 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5987 break 2
5988 fi
5989 done
5990 done
5991 IFS=$as_save_IFS
5992
5993 fi
5994 fi
5995 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5996 if test -n "$ac_ct_DUMPBIN"; then
5997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5998 $as_echo "$ac_ct_DUMPBIN" >&6; }
5999 else
6000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6001 $as_echo "no" >&6; }
6002 fi
6003
6004
6005 test -n "$ac_ct_DUMPBIN" && break
6006 done
6007
6008 if test "x$ac_ct_DUMPBIN" = x; then
6009 DUMPBIN=":"
6010 else
6011 case $cross_compiling:$ac_tool_warned in
6012 yes:)
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6014 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6015 ac_tool_warned=yes ;;
6016 esac
6017 DUMPBIN=$ac_ct_DUMPBIN
6018 fi
6019 fi
6020
6021 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6022 *COFF*)
6023 DUMPBIN="$DUMPBIN -symbols"
6024 ;;
6025 *)
6026 DUMPBIN=:
6027 ;;
6028 esac
6029 fi
6030
6031 if test "$DUMPBIN" != ":"; then
6032 NM="$DUMPBIN"
6033 fi
6034 fi
6035 test -z "$NM" && NM=nm
6036
6037
6038
6039
6040
6041
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6043 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6044 if ${lt_cv_nm_interface+:} false; then :
6045 $as_echo_n "(cached) " >&6
6046 else
6047 lt_cv_nm_interface="BSD nm"
6048 echo "int some_variable = 0;" > conftest.$ac_ext
6049 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6050 (eval "$ac_compile" 2>conftest.err)
6051 cat conftest.err >&5
6052 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6053 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6054 cat conftest.err >&5
6055 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6056 cat conftest.out >&5
6057 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6058 lt_cv_nm_interface="MS dumpbin"
6059 fi
6060 rm -f conftest*
6061 fi
6062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6063 $as_echo "$lt_cv_nm_interface" >&6; }
6064
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6066 $as_echo_n "checking whether ln -s works... " >&6; }
6067 LN_S=$as_ln_s
6068 if test "$LN_S" = "ln -s"; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6070 $as_echo "yes" >&6; }
6071 else
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6073 $as_echo "no, using $LN_S" >&6; }
6074 fi
6075
6076 # find the maximum length of command line arguments
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6078 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6079 if ${lt_cv_sys_max_cmd_len+:} false; then :
6080 $as_echo_n "(cached) " >&6
6081 else
6082 i=0
6083 teststring="ABCD"
6084
6085 case $build_os in
6086 msdosdjgpp*)
6087 # On DJGPP, this test can blow up pretty badly due to problems in libc
6088 # (any single argument exceeding 2000 bytes causes a buffer overrun
6089 # during glob expansion). Even if it were fixed, the result of this
6090 # check would be larger than it should be.
6091 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6092 ;;
6093
6094 gnu*)
6095 # Under GNU Hurd, this test is not required because there is
6096 # no limit to the length of command line arguments.
6097 # Libtool will interpret -1 as no limit whatsoever
6098 lt_cv_sys_max_cmd_len=-1;
6099 ;;
6100
6101 cygwin* | mingw* | cegcc*)
6102 # On Win9x/ME, this test blows up -- it succeeds, but takes
6103 # about 5 minutes as the teststring grows exponentially.
6104 # Worse, since 9x/ME are not pre-emptively multitasking,
6105 # you end up with a "frozen" computer, even though with patience
6106 # the test eventually succeeds (with a max line length of 256k).
6107 # Instead, let's just punt: use the minimum linelength reported by
6108 # all of the supported platforms: 8192 (on NT/2K/XP).
6109 lt_cv_sys_max_cmd_len=8192;
6110 ;;
6111
6112 mint*)
6113 # On MiNT this can take a long time and run out of memory.
6114 lt_cv_sys_max_cmd_len=8192;
6115 ;;
6116
6117 amigaos*)
6118 # On AmigaOS with pdksh, this test takes hours, literally.
6119 # So we just punt and use a minimum line length of 8192.
6120 lt_cv_sys_max_cmd_len=8192;
6121 ;;
6122
6123 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6124 # This has been around since 386BSD, at least. Likely further.
6125 if test -x /sbin/sysctl; then
6126 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6127 elif test -x /usr/sbin/sysctl; then
6128 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6129 else
6130 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6131 fi
6132 # And add a safety zone
6133 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6134 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6135 ;;
6136
6137 interix*)
6138 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6139 lt_cv_sys_max_cmd_len=196608
6140 ;;
6141
6142 osf*)
6143 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6144 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6145 # nice to cause kernel panics so lets avoid the loop below.
6146 # First set a reasonable default.
6147 lt_cv_sys_max_cmd_len=16384
6148 #
6149 if test -x /sbin/sysconfig; then
6150 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6151 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6152 esac
6153 fi
6154 ;;
6155 sco3.2v5*)
6156 lt_cv_sys_max_cmd_len=102400
6157 ;;
6158 sysv5* | sco5v6* | sysv4.2uw2*)
6159 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6160 if test -n "$kargmax"; then
6161 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6162 else
6163 lt_cv_sys_max_cmd_len=32768
6164 fi
6165 ;;
6166 *)
6167 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6168 if test -n "$lt_cv_sys_max_cmd_len"; then
6169 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6170 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6171 else
6172 # Make teststring a little bigger before we do anything with it.
6173 # a 1K string should be a reasonable start.
6174 for i in 1 2 3 4 5 6 7 8 ; do
6175 teststring=$teststring$teststring
6176 done
6177 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6178 # If test is not a shell built-in, we'll probably end up computing a
6179 # maximum length that is only half of the actual maximum length, but
6180 # we can't tell.
6181 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6182 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6183 test $i != 17 # 1/2 MB should be enough
6184 do
6185 i=`expr $i + 1`
6186 teststring=$teststring$teststring
6187 done
6188 # Only check the string length outside the loop.
6189 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6190 teststring=
6191 # Add a significant safety factor because C++ compilers can tack on
6192 # massive amounts of additional arguments before passing them to the
6193 # linker. It appears as though 1/2 is a usable value.
6194 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6195 fi
6196 ;;
6197 esac
6198
6199 fi
6200
6201 if test -n $lt_cv_sys_max_cmd_len ; then
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6203 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6204 else
6205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6206 $as_echo "none" >&6; }
6207 fi
6208 max_cmd_len=$lt_cv_sys_max_cmd_len
6209
6210
6211
6212
6213
6214
6215 : ${CP="cp -f"}
6216 : ${MV="mv -f"}
6217 : ${RM="rm -f"}
6218
6219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6220 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6221 # Try some XSI features
6222 xsi_shell=no
6223 ( _lt_dummy="a/b/c"
6224 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6225 = c,a/b,, \
6226 && eval 'test $(( 1 + 1 )) -eq 2 \
6227 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6228 && xsi_shell=yes
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6230 $as_echo "$xsi_shell" >&6; }
6231
6232
6233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6234 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6235 lt_shell_append=no
6236 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6237 >/dev/null 2>&1 \
6238 && lt_shell_append=yes
6239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6240 $as_echo "$lt_shell_append" >&6; }
6241
6242
6243 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6244 lt_unset=unset
6245 else
6246 lt_unset=false
6247 fi
6248
6249
6250
6251
6252
6253 # test EBCDIC or ASCII
6254 case `echo X|tr X '\101'` in
6255 A) # ASCII based system
6256 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6257 lt_SP2NL='tr \040 \012'
6258 lt_NL2SP='tr \015\012 \040\040'
6259 ;;
6260 *) # EBCDIC based system
6261 lt_SP2NL='tr \100 \n'
6262 lt_NL2SP='tr \r\n \100\100'
6263 ;;
6264 esac
6265
6266
6267
6268
6269
6270
6271
6272
6273
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6275 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6276 if ${lt_cv_ld_reload_flag+:} false; then :
6277 $as_echo_n "(cached) " >&6
6278 else
6279 lt_cv_ld_reload_flag='-r'
6280 fi
6281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6282 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6283 reload_flag=$lt_cv_ld_reload_flag
6284 case $reload_flag in
6285 "" | " "*) ;;
6286 *) reload_flag=" $reload_flag" ;;
6287 esac
6288 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6289 case $host_os in
6290 darwin*)
6291 if test "$GCC" = yes; then
6292 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6293 else
6294 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6295 fi
6296 ;;
6297 esac
6298
6299
6300
6301
6302
6303
6304
6305
6306
6307 if test -n "$ac_tool_prefix"; then
6308 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6309 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6311 $as_echo_n "checking for $ac_word... " >&6; }
6312 if ${ac_cv_prog_OBJDUMP+:} false; then :
6313 $as_echo_n "(cached) " >&6
6314 else
6315 if test -n "$OBJDUMP"; then
6316 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6317 else
6318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6319 for as_dir in $PATH
6320 do
6321 IFS=$as_save_IFS
6322 test -z "$as_dir" && as_dir=.
6323 for ac_exec_ext in '' $ac_executable_extensions; do
6324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6325 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6327 break 2
6328 fi
6329 done
6330 done
6331 IFS=$as_save_IFS
6332
6333 fi
6334 fi
6335 OBJDUMP=$ac_cv_prog_OBJDUMP
6336 if test -n "$OBJDUMP"; then
6337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6338 $as_echo "$OBJDUMP" >&6; }
6339 else
6340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6341 $as_echo "no" >&6; }
6342 fi
6343
6344
6345 fi
6346 if test -z "$ac_cv_prog_OBJDUMP"; then
6347 ac_ct_OBJDUMP=$OBJDUMP
6348 # Extract the first word of "objdump", so it can be a program name with args.
6349 set dummy objdump; ac_word=$2
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6351 $as_echo_n "checking for $ac_word... " >&6; }
6352 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6353 $as_echo_n "(cached) " >&6
6354 else
6355 if test -n "$ac_ct_OBJDUMP"; then
6356 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6357 else
6358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6359 for as_dir in $PATH
6360 do
6361 IFS=$as_save_IFS
6362 test -z "$as_dir" && as_dir=.
6363 for ac_exec_ext in '' $ac_executable_extensions; do
6364 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6365 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6367 break 2
6368 fi
6369 done
6370 done
6371 IFS=$as_save_IFS
6372
6373 fi
6374 fi
6375 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6376 if test -n "$ac_ct_OBJDUMP"; then
6377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6378 $as_echo "$ac_ct_OBJDUMP" >&6; }
6379 else
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6381 $as_echo "no" >&6; }
6382 fi
6383
6384 if test "x$ac_ct_OBJDUMP" = x; then
6385 OBJDUMP="false"
6386 else
6387 case $cross_compiling:$ac_tool_warned in
6388 yes:)
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6391 ac_tool_warned=yes ;;
6392 esac
6393 OBJDUMP=$ac_ct_OBJDUMP
6394 fi
6395 else
6396 OBJDUMP="$ac_cv_prog_OBJDUMP"
6397 fi
6398
6399 test -z "$OBJDUMP" && OBJDUMP=objdump
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6410 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6411 if ${lt_cv_deplibs_check_method+:} false; then :
6412 $as_echo_n "(cached) " >&6
6413 else
6414 lt_cv_file_magic_cmd='$MAGIC_CMD'
6415 lt_cv_file_magic_test_file=
6416 lt_cv_deplibs_check_method='unknown'
6417 # Need to set the preceding variable on all platforms that support
6418 # interlibrary dependencies.
6419 # 'none' -- dependencies not supported.
6420 # `unknown' -- same as none, but documents that we really don't know.
6421 # 'pass_all' -- all dependencies passed with no checks.
6422 # 'test_compile' -- check by making test program.
6423 # 'file_magic [[regex]]' -- check by looking for files in library path
6424 # which responds to the $file_magic_cmd with a given extended regex.
6425 # If you have `file' or equivalent on your system and you're not sure
6426 # whether `pass_all' will *always* work, you probably want this one.
6427
6428 case $host_os in
6429 aix[4-9]*)
6430 lt_cv_deplibs_check_method=pass_all
6431 ;;
6432
6433 beos*)
6434 lt_cv_deplibs_check_method=pass_all
6435 ;;
6436
6437 bsdi[45]*)
6438 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6439 lt_cv_file_magic_cmd='/usr/bin/file -L'
6440 lt_cv_file_magic_test_file=/shlib/libc.so
6441 ;;
6442
6443 cygwin*)
6444 # func_win32_libid is a shell function defined in ltmain.sh
6445 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6446 lt_cv_file_magic_cmd='func_win32_libid'
6447 ;;
6448
6449 mingw* | pw32*)
6450 # Base MSYS/MinGW do not provide the 'file' command needed by
6451 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6452 # unless we find 'file', for example because we are cross-compiling.
6453 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6454 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6455 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6456 lt_cv_file_magic_cmd='func_win32_libid'
6457 else
6458 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6459 lt_cv_file_magic_cmd='$OBJDUMP -f'
6460 fi
6461 ;;
6462
6463 cegcc*)
6464 # use the weaker test based on 'objdump'. See mingw*.
6465 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6466 lt_cv_file_magic_cmd='$OBJDUMP -f'
6467 ;;
6468
6469 darwin* | rhapsody*)
6470 lt_cv_deplibs_check_method=pass_all
6471 ;;
6472
6473 freebsd* | dragonfly*)
6474 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6475 case $host_cpu in
6476 i*86 )
6477 # Not sure whether the presence of OpenBSD here was a mistake.
6478 # Let's accept both of them until this is cleared up.
6479 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6480 lt_cv_file_magic_cmd=/usr/bin/file
6481 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6482 ;;
6483 esac
6484 else
6485 lt_cv_deplibs_check_method=pass_all
6486 fi
6487 ;;
6488
6489 gnu*)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492
6493 haiku*)
6494 lt_cv_deplibs_check_method=pass_all
6495 ;;
6496
6497 hpux10.20* | hpux11*)
6498 lt_cv_file_magic_cmd=/usr/bin/file
6499 case $host_cpu in
6500 ia64*)
6501 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6502 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6503 ;;
6504 hppa*64*)
6505 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]'
6506 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6507 ;;
6508 *)
6509 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6510 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6511 ;;
6512 esac
6513 ;;
6514
6515 interix[3-9]*)
6516 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6517 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6518 ;;
6519
6520 irix5* | irix6* | nonstopux*)
6521 case $LD in
6522 *-32|*"-32 ") libmagic=32-bit;;
6523 *-n32|*"-n32 ") libmagic=N32;;
6524 *-64|*"-64 ") libmagic=64-bit;;
6525 *) libmagic=never-match;;
6526 esac
6527 lt_cv_deplibs_check_method=pass_all
6528 ;;
6529
6530 # This must be Linux ELF.
6531 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6532 lt_cv_deplibs_check_method=pass_all
6533 ;;
6534
6535 netbsd*)
6536 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6537 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6538 else
6539 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6540 fi
6541 ;;
6542
6543 newos6*)
6544 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6545 lt_cv_file_magic_cmd=/usr/bin/file
6546 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6547 ;;
6548
6549 *nto* | *qnx*)
6550 lt_cv_deplibs_check_method=pass_all
6551 ;;
6552
6553 openbsd*)
6554 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6555 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6556 else
6557 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6558 fi
6559 ;;
6560
6561 osf3* | osf4* | osf5*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565 rdos*)
6566 lt_cv_deplibs_check_method=pass_all
6567 ;;
6568
6569 solaris*)
6570 lt_cv_deplibs_check_method=pass_all
6571 ;;
6572
6573 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6574 lt_cv_deplibs_check_method=pass_all
6575 ;;
6576
6577 sysv4 | sysv4.3*)
6578 case $host_vendor in
6579 motorola)
6580 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]'
6581 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6582 ;;
6583 ncr)
6584 lt_cv_deplibs_check_method=pass_all
6585 ;;
6586 sequent)
6587 lt_cv_file_magic_cmd='/bin/file'
6588 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6589 ;;
6590 sni)
6591 lt_cv_file_magic_cmd='/bin/file'
6592 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6593 lt_cv_file_magic_test_file=/lib/libc.so
6594 ;;
6595 siemens)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598 pc)
6599 lt_cv_deplibs_check_method=pass_all
6600 ;;
6601 esac
6602 ;;
6603
6604 tpf*)
6605 lt_cv_deplibs_check_method=pass_all
6606 ;;
6607 esac
6608
6609 fi
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6611 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6612 file_magic_cmd=$lt_cv_file_magic_cmd
6613 deplibs_check_method=$lt_cv_deplibs_check_method
6614 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627 plugin_option=
6628 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6629 for plugin in $plugin_names; do
6630 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6631 if test x$plugin_so = x$plugin; then
6632 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6633 fi
6634 if test x$plugin_so != x$plugin; then
6635 plugin_option="--plugin $plugin_so"
6636 break
6637 fi
6638 done
6639
6640 if test -n "$ac_tool_prefix"; then
6641 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6642 set dummy ${ac_tool_prefix}ar; ac_word=$2
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if ${ac_cv_prog_AR+:} false; then :
6646 $as_echo_n "(cached) " >&6
6647 else
6648 if test -n "$AR"; then
6649 ac_cv_prog_AR="$AR" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6653 do
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6658 ac_cv_prog_AR="${ac_tool_prefix}ar"
6659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6660 break 2
6661 fi
6662 done
6663 done
6664 IFS=$as_save_IFS
6665
6666 fi
6667 fi
6668 AR=$ac_cv_prog_AR
6669 if test -n "$AR"; then
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6671 $as_echo "$AR" >&6; }
6672 else
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6674 $as_echo "no" >&6; }
6675 fi
6676
6677
6678 fi
6679 if test -z "$ac_cv_prog_AR"; then
6680 ac_ct_AR=$AR
6681 # Extract the first word of "ar", so it can be a program name with args.
6682 set dummy ar; ac_word=$2
6683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6684 $as_echo_n "checking for $ac_word... " >&6; }
6685 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6686 $as_echo_n "(cached) " >&6
6687 else
6688 if test -n "$ac_ct_AR"; then
6689 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6690 else
6691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6692 for as_dir in $PATH
6693 do
6694 IFS=$as_save_IFS
6695 test -z "$as_dir" && as_dir=.
6696 for ac_exec_ext in '' $ac_executable_extensions; do
6697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6698 ac_cv_prog_ac_ct_AR="ar"
6699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6700 break 2
6701 fi
6702 done
6703 done
6704 IFS=$as_save_IFS
6705
6706 fi
6707 fi
6708 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6709 if test -n "$ac_ct_AR"; then
6710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6711 $as_echo "$ac_ct_AR" >&6; }
6712 else
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6714 $as_echo "no" >&6; }
6715 fi
6716
6717 if test "x$ac_ct_AR" = x; then
6718 AR="false"
6719 else
6720 case $cross_compiling:$ac_tool_warned in
6721 yes:)
6722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6723 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6724 ac_tool_warned=yes ;;
6725 esac
6726 AR=$ac_ct_AR
6727 fi
6728 else
6729 AR="$ac_cv_prog_AR"
6730 fi
6731
6732 test -z "$AR" && AR=ar
6733 if test -n "$plugin_option"; then
6734 if $AR --help 2>&1 | grep -q "\--plugin"; then
6735 touch conftest.c
6736 $AR $plugin_option rc conftest.a conftest.c
6737 if test "$?" != 0; then
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6739 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6740 else
6741 AR="$AR $plugin_option"
6742 fi
6743 rm -f conftest.*
6744 fi
6745 fi
6746 test -z "$AR_FLAGS" && AR_FLAGS=cru
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758 if test -n "$ac_tool_prefix"; then
6759 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6760 set dummy ${ac_tool_prefix}strip; ac_word=$2
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6762 $as_echo_n "checking for $ac_word... " >&6; }
6763 if ${ac_cv_prog_STRIP+:} false; then :
6764 $as_echo_n "(cached) " >&6
6765 else
6766 if test -n "$STRIP"; then
6767 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6768 else
6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6770 for as_dir in $PATH
6771 do
6772 IFS=$as_save_IFS
6773 test -z "$as_dir" && as_dir=.
6774 for ac_exec_ext in '' $ac_executable_extensions; do
6775 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6776 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6777 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6778 break 2
6779 fi
6780 done
6781 done
6782 IFS=$as_save_IFS
6783
6784 fi
6785 fi
6786 STRIP=$ac_cv_prog_STRIP
6787 if test -n "$STRIP"; then
6788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6789 $as_echo "$STRIP" >&6; }
6790 else
6791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6792 $as_echo "no" >&6; }
6793 fi
6794
6795
6796 fi
6797 if test -z "$ac_cv_prog_STRIP"; then
6798 ac_ct_STRIP=$STRIP
6799 # Extract the first word of "strip", so it can be a program name with args.
6800 set dummy strip; ac_word=$2
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6802 $as_echo_n "checking for $ac_word... " >&6; }
6803 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6804 $as_echo_n "(cached) " >&6
6805 else
6806 if test -n "$ac_ct_STRIP"; then
6807 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6808 else
6809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6810 for as_dir in $PATH
6811 do
6812 IFS=$as_save_IFS
6813 test -z "$as_dir" && as_dir=.
6814 for ac_exec_ext in '' $ac_executable_extensions; do
6815 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6816 ac_cv_prog_ac_ct_STRIP="strip"
6817 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6818 break 2
6819 fi
6820 done
6821 done
6822 IFS=$as_save_IFS
6823
6824 fi
6825 fi
6826 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6827 if test -n "$ac_ct_STRIP"; then
6828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6829 $as_echo "$ac_ct_STRIP" >&6; }
6830 else
6831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6832 $as_echo "no" >&6; }
6833 fi
6834
6835 if test "x$ac_ct_STRIP" = x; then
6836 STRIP=":"
6837 else
6838 case $cross_compiling:$ac_tool_warned in
6839 yes:)
6840 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6841 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6842 ac_tool_warned=yes ;;
6843 esac
6844 STRIP=$ac_ct_STRIP
6845 fi
6846 else
6847 STRIP="$ac_cv_prog_STRIP"
6848 fi
6849
6850 test -z "$STRIP" && STRIP=:
6851
6852
6853
6854
6855
6856
6857 if test -n "$ac_tool_prefix"; then
6858 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6859 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6861 $as_echo_n "checking for $ac_word... " >&6; }
6862 if ${ac_cv_prog_RANLIB+:} false; then :
6863 $as_echo_n "(cached) " >&6
6864 else
6865 if test -n "$RANLIB"; then
6866 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6867 else
6868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6869 for as_dir in $PATH
6870 do
6871 IFS=$as_save_IFS
6872 test -z "$as_dir" && as_dir=.
6873 for ac_exec_ext in '' $ac_executable_extensions; do
6874 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6875 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6876 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6877 break 2
6878 fi
6879 done
6880 done
6881 IFS=$as_save_IFS
6882
6883 fi
6884 fi
6885 RANLIB=$ac_cv_prog_RANLIB
6886 if test -n "$RANLIB"; then
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6888 $as_echo "$RANLIB" >&6; }
6889 else
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6891 $as_echo "no" >&6; }
6892 fi
6893
6894
6895 fi
6896 if test -z "$ac_cv_prog_RANLIB"; then
6897 ac_ct_RANLIB=$RANLIB
6898 # Extract the first word of "ranlib", so it can be a program name with args.
6899 set dummy ranlib; ac_word=$2
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6901 $as_echo_n "checking for $ac_word... " >&6; }
6902 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6903 $as_echo_n "(cached) " >&6
6904 else
6905 if test -n "$ac_ct_RANLIB"; then
6906 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6907 else
6908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6909 for as_dir in $PATH
6910 do
6911 IFS=$as_save_IFS
6912 test -z "$as_dir" && as_dir=.
6913 for ac_exec_ext in '' $ac_executable_extensions; do
6914 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6915 ac_cv_prog_ac_ct_RANLIB="ranlib"
6916 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6917 break 2
6918 fi
6919 done
6920 done
6921 IFS=$as_save_IFS
6922
6923 fi
6924 fi
6925 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6926 if test -n "$ac_ct_RANLIB"; then
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6928 $as_echo "$ac_ct_RANLIB" >&6; }
6929 else
6930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6931 $as_echo "no" >&6; }
6932 fi
6933
6934 if test "x$ac_ct_RANLIB" = x; then
6935 RANLIB=":"
6936 else
6937 case $cross_compiling:$ac_tool_warned in
6938 yes:)
6939 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6940 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6941 ac_tool_warned=yes ;;
6942 esac
6943 RANLIB=$ac_ct_RANLIB
6944 fi
6945 else
6946 RANLIB="$ac_cv_prog_RANLIB"
6947 fi
6948
6949 test -z "$RANLIB" && RANLIB=:
6950 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6951 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6952 RANLIB="$RANLIB $plugin_option"
6953 fi
6954 fi
6955
6956
6957
6958
6959
6960
6961 # Determine commands to create old-style static archives.
6962 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6963 old_postinstall_cmds='chmod 644 $oldlib'
6964 old_postuninstall_cmds=
6965
6966 if test -n "$RANLIB"; then
6967 case $host_os in
6968 openbsd*)
6969 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6970 ;;
6971 *)
6972 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6973 ;;
6974 esac
6975 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6976 fi
6977
6978 case $host_os in
6979 darwin*)
6980 lock_old_archive_extraction=yes ;;
6981 *)
6982 lock_old_archive_extraction=no ;;
6983 esac
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
7009
7010
7011
7012
7013
7014
7015
7016
7017
7018
7019
7020
7021
7022
7023 # If no C compiler was specified, use CC.
7024 LTCC=${LTCC-"$CC"}
7025
7026 # If no C compiler flags were specified, use CFLAGS.
7027 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7028
7029 # Allow CC to be a program name with arguments.
7030 compiler=$CC
7031
7032
7033 # Check for command to grab the raw symbol name followed by C symbol from nm.
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7035 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7036 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7037 $as_echo_n "(cached) " >&6
7038 else
7039
7040 # These are sane defaults that work on at least a few old systems.
7041 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7042
7043 # Character class describing NM global symbol codes.
7044 symcode='[BCDEGRST]'
7045
7046 # Regexp to match symbols that can be accessed directly from C.
7047 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7048
7049 # Define system-specific variables.
7050 case $host_os in
7051 aix*)
7052 symcode='[BCDT]'
7053 ;;
7054 cygwin* | mingw* | pw32* | cegcc*)
7055 symcode='[ABCDGISTW]'
7056 ;;
7057 hpux*)
7058 if test "$host_cpu" = ia64; then
7059 symcode='[ABCDEGRST]'
7060 fi
7061 ;;
7062 irix* | nonstopux*)
7063 symcode='[BCDEGRST]'
7064 ;;
7065 osf*)
7066 symcode='[BCDEGQRST]'
7067 ;;
7068 solaris*)
7069 symcode='[BDRT]'
7070 ;;
7071 sco3.2v5*)
7072 symcode='[DT]'
7073 ;;
7074 sysv4.2uw2*)
7075 symcode='[DT]'
7076 ;;
7077 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7078 symcode='[ABDT]'
7079 ;;
7080 sysv4)
7081 symcode='[DFNSTU]'
7082 ;;
7083 esac
7084
7085 # If we're using GNU nm, then use its standard symbol codes.
7086 case `$NM -V 2>&1` in
7087 *GNU* | *'with BFD'*)
7088 symcode='[ABCDGIRSTW]' ;;
7089 esac
7090
7091 # Transform an extracted symbol line into a proper C declaration.
7092 # Some systems (esp. on ia64) link data and code symbols differently,
7093 # so use this general approach.
7094 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7095
7096 # Transform an extracted symbol line into symbol name and symbol address
7097 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7098 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'"
7099
7100 # Handle CRLF in mingw tool chain
7101 opt_cr=
7102 case $build_os in
7103 mingw*)
7104 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7105 ;;
7106 esac
7107
7108 # Try without a prefix underscore, then with it.
7109 for ac_symprfx in "" "_"; do
7110
7111 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7112 symxfrm="\\1 $ac_symprfx\\2 \\2"
7113
7114 # Write the raw and C identifiers.
7115 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7116 # Fake it for dumpbin and say T for any non-static function
7117 # and D for any global variable.
7118 # Also find C++ and __fastcall symbols from MSVC++,
7119 # which start with @ or ?.
7120 lt_cv_sys_global_symbol_pipe="$AWK '"\
7121 " {last_section=section; section=\$ 3};"\
7122 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7123 " \$ 0!~/External *\|/{next};"\
7124 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7125 " {if(hide[section]) next};"\
7126 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7127 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7128 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7129 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7130 " ' prfx=^$ac_symprfx"
7131 else
7132 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7133 fi
7134
7135 # Check to see that the pipe works correctly.
7136 pipe_works=no
7137
7138 rm -f conftest*
7139 cat > conftest.$ac_ext <<_LT_EOF
7140 #ifdef __cplusplus
7141 extern "C" {
7142 #endif
7143 char nm_test_var;
7144 void nm_test_func(void);
7145 void nm_test_func(void){}
7146 #ifdef __cplusplus
7147 }
7148 #endif
7149 int main(){nm_test_var='a';nm_test_func();return(0);}
7150 _LT_EOF
7151
7152 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7153 (eval $ac_compile) 2>&5
7154 ac_status=$?
7155 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7156 test $ac_status = 0; }; then
7157 # Now try to grab the symbols.
7158 nlist=conftest.nm
7159 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7160 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7161 ac_status=$?
7162 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7163 test $ac_status = 0; } && test -s "$nlist"; then
7164 # Try sorting and uniquifying the output.
7165 if sort "$nlist" | uniq > "$nlist"T; then
7166 mv -f "$nlist"T "$nlist"
7167 else
7168 rm -f "$nlist"T
7169 fi
7170
7171 # Make sure that we snagged all the symbols we need.
7172 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7173 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7174 cat <<_LT_EOF > conftest.$ac_ext
7175 #ifdef __cplusplus
7176 extern "C" {
7177 #endif
7178
7179 _LT_EOF
7180 # Now generate the symbol file.
7181 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7182
7183 cat <<_LT_EOF >> conftest.$ac_ext
7184
7185 /* The mapping between symbol names and symbols. */
7186 const struct {
7187 const char *name;
7188 void *address;
7189 }
7190 lt__PROGRAM__LTX_preloaded_symbols[] =
7191 {
7192 { "@PROGRAM@", (void *) 0 },
7193 _LT_EOF
7194 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7195 cat <<\_LT_EOF >> conftest.$ac_ext
7196 {0, (void *) 0}
7197 };
7198
7199 /* This works around a problem in FreeBSD linker */
7200 #ifdef FREEBSD_WORKAROUND
7201 static const void *lt_preloaded_setup() {
7202 return lt__PROGRAM__LTX_preloaded_symbols;
7203 }
7204 #endif
7205
7206 #ifdef __cplusplus
7207 }
7208 #endif
7209 _LT_EOF
7210 # Now try linking the two files.
7211 mv conftest.$ac_objext conftstm.$ac_objext
7212 lt_save_LIBS="$LIBS"
7213 lt_save_CFLAGS="$CFLAGS"
7214 LIBS="conftstm.$ac_objext"
7215 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7217 (eval $ac_link) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7221 pipe_works=yes
7222 fi
7223 LIBS="$lt_save_LIBS"
7224 CFLAGS="$lt_save_CFLAGS"
7225 else
7226 echo "cannot find nm_test_func in $nlist" >&5
7227 fi
7228 else
7229 echo "cannot find nm_test_var in $nlist" >&5
7230 fi
7231 else
7232 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7233 fi
7234 else
7235 echo "$progname: failed program was:" >&5
7236 cat conftest.$ac_ext >&5
7237 fi
7238 rm -rf conftest* conftst*
7239
7240 # Do not use the global_symbol_pipe unless it works.
7241 if test "$pipe_works" = yes; then
7242 break
7243 else
7244 lt_cv_sys_global_symbol_pipe=
7245 fi
7246 done
7247
7248 fi
7249
7250 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7251 lt_cv_sys_global_symbol_to_cdecl=
7252 fi
7253 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7255 $as_echo "failed" >&6; }
7256 else
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7258 $as_echo "ok" >&6; }
7259 fi
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282 # Check whether --enable-libtool-lock was given.
7283 if test "${enable_libtool_lock+set}" = set; then :
7284 enableval=$enable_libtool_lock;
7285 fi
7286
7287 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7288
7289 # Some flags need to be propagated to the compiler or linker for good
7290 # libtool support.
7291 case $host in
7292 ia64-*-hpux*)
7293 # Find out which ABI we are using.
7294 echo 'int i;' > conftest.$ac_ext
7295 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7296 (eval $ac_compile) 2>&5
7297 ac_status=$?
7298 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7299 test $ac_status = 0; }; then
7300 case `/usr/bin/file conftest.$ac_objext` in
7301 *ELF-32*)
7302 HPUX_IA64_MODE="32"
7303 ;;
7304 *ELF-64*)
7305 HPUX_IA64_MODE="64"
7306 ;;
7307 esac
7308 fi
7309 rm -rf conftest*
7310 ;;
7311 *-*-irix6*)
7312 # Find out which ABI we are using.
7313 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7314 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7315 (eval $ac_compile) 2>&5
7316 ac_status=$?
7317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7318 test $ac_status = 0; }; then
7319 if test "$lt_cv_prog_gnu_ld" = yes; then
7320 case `/usr/bin/file conftest.$ac_objext` in
7321 *32-bit*)
7322 LD="${LD-ld} -melf32bsmip"
7323 ;;
7324 *N32*)
7325 LD="${LD-ld} -melf32bmipn32"
7326 ;;
7327 *64-bit*)
7328 LD="${LD-ld} -melf64bmip"
7329 ;;
7330 esac
7331 else
7332 case `/usr/bin/file conftest.$ac_objext` in
7333 *32-bit*)
7334 LD="${LD-ld} -32"
7335 ;;
7336 *N32*)
7337 LD="${LD-ld} -n32"
7338 ;;
7339 *64-bit*)
7340 LD="${LD-ld} -64"
7341 ;;
7342 esac
7343 fi
7344 fi
7345 rm -rf conftest*
7346 ;;
7347
7348 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7349 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7350 # Find out which ABI we are using.
7351 echo 'int i;' > conftest.$ac_ext
7352 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7353 (eval $ac_compile) 2>&5
7354 ac_status=$?
7355 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7356 test $ac_status = 0; }; then
7357 case `/usr/bin/file conftest.o` in
7358 *32-bit*)
7359 case $host in
7360 x86_64-*kfreebsd*-gnu)
7361 LD="${LD-ld} -m elf_i386_fbsd"
7362 ;;
7363 x86_64-*linux*)
7364 case `/usr/bin/file conftest.o` in
7365 *x86-64*)
7366 LD="${LD-ld} -m elf32_x86_64"
7367 ;;
7368 *)
7369 LD="${LD-ld} -m elf_i386"
7370 ;;
7371 esac
7372 ;;
7373 powerpc64le-*linux*)
7374 LD="${LD-ld} -m elf32lppclinux"
7375 ;;
7376 powerpc64-*linux*)
7377 LD="${LD-ld} -m elf32ppclinux"
7378 ;;
7379 s390x-*linux*)
7380 LD="${LD-ld} -m elf_s390"
7381 ;;
7382 sparc64-*linux*)
7383 LD="${LD-ld} -m elf32_sparc"
7384 ;;
7385 esac
7386 ;;
7387 *64-bit*)
7388 case $host in
7389 x86_64-*kfreebsd*-gnu)
7390 LD="${LD-ld} -m elf_x86_64_fbsd"
7391 ;;
7392 x86_64-*linux*)
7393 LD="${LD-ld} -m elf_x86_64"
7394 ;;
7395 powerpcle-*linux*)
7396 LD="${LD-ld} -m elf64lppc"
7397 ;;
7398 powerpc-*linux*)
7399 LD="${LD-ld} -m elf64ppc"
7400 ;;
7401 s390*-*linux*|s390*-*tpf*)
7402 LD="${LD-ld} -m elf64_s390"
7403 ;;
7404 sparc*-*linux*)
7405 LD="${LD-ld} -m elf64_sparc"
7406 ;;
7407 esac
7408 ;;
7409 esac
7410 fi
7411 rm -rf conftest*
7412 ;;
7413
7414 *-*-sco3.2v5*)
7415 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7416 SAVE_CFLAGS="$CFLAGS"
7417 CFLAGS="$CFLAGS -belf"
7418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7419 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7420 if ${lt_cv_cc_needs_belf+:} false; then :
7421 $as_echo_n "(cached) " >&6
7422 else
7423 ac_ext=c
7424 ac_cpp='$CPP $CPPFLAGS'
7425 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7426 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7427 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7428
7429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7430 /* end confdefs.h. */
7431
7432 int
7433 main ()
7434 {
7435
7436 ;
7437 return 0;
7438 }
7439 _ACEOF
7440 if ac_fn_c_try_link "$LINENO"; then :
7441 lt_cv_cc_needs_belf=yes
7442 else
7443 lt_cv_cc_needs_belf=no
7444 fi
7445 rm -f core conftest.err conftest.$ac_objext \
7446 conftest$ac_exeext conftest.$ac_ext
7447 ac_ext=c
7448 ac_cpp='$CPP $CPPFLAGS'
7449 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7450 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7451 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7452
7453 fi
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7455 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7456 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7457 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7458 CFLAGS="$SAVE_CFLAGS"
7459 fi
7460 ;;
7461 sparc*-*solaris*)
7462 # Find out which ABI we are using.
7463 echo 'int i;' > conftest.$ac_ext
7464 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7465 (eval $ac_compile) 2>&5
7466 ac_status=$?
7467 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7468 test $ac_status = 0; }; then
7469 case `/usr/bin/file conftest.o` in
7470 *64-bit*)
7471 case $lt_cv_prog_gnu_ld in
7472 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7473 *)
7474 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7475 LD="${LD-ld} -64"
7476 fi
7477 ;;
7478 esac
7479 ;;
7480 esac
7481 fi
7482 rm -rf conftest*
7483 ;;
7484 esac
7485
7486 need_locks="$enable_libtool_lock"
7487
7488
7489 case $host_os in
7490 rhapsody* | darwin*)
7491 if test -n "$ac_tool_prefix"; then
7492 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7493 set dummy ${ac_tool_prefix}dsymutil; 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 ${ac_cv_prog_DSYMUTIL+:} false; then :
7497 $as_echo_n "(cached) " >&6
7498 else
7499 if test -n "$DSYMUTIL"; then
7500 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # 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 as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7509 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
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 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7520 if test -n "$DSYMUTIL"; then
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7522 $as_echo "$DSYMUTIL" >&6; }
7523 else
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525 $as_echo "no" >&6; }
7526 fi
7527
7528
7529 fi
7530 if test -z "$ac_cv_prog_DSYMUTIL"; then
7531 ac_ct_DSYMUTIL=$DSYMUTIL
7532 # Extract the first word of "dsymutil", so it can be a program name with args.
7533 set dummy dsymutil; ac_word=$2
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7535 $as_echo_n "checking for $ac_word... " >&6; }
7536 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7537 $as_echo_n "(cached) " >&6
7538 else
7539 if test -n "$ac_ct_DSYMUTIL"; then
7540 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7541 else
7542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7543 for as_dir in $PATH
7544 do
7545 IFS=$as_save_IFS
7546 test -z "$as_dir" && as_dir=.
7547 for ac_exec_ext in '' $ac_executable_extensions; do
7548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7549 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7551 break 2
7552 fi
7553 done
7554 done
7555 IFS=$as_save_IFS
7556
7557 fi
7558 fi
7559 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7560 if test -n "$ac_ct_DSYMUTIL"; then
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7562 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7563 else
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7565 $as_echo "no" >&6; }
7566 fi
7567
7568 if test "x$ac_ct_DSYMUTIL" = x; then
7569 DSYMUTIL=":"
7570 else
7571 case $cross_compiling:$ac_tool_warned in
7572 yes:)
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7574 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7575 ac_tool_warned=yes ;;
7576 esac
7577 DSYMUTIL=$ac_ct_DSYMUTIL
7578 fi
7579 else
7580 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7581 fi
7582
7583 if test -n "$ac_tool_prefix"; then
7584 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7585 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7587 $as_echo_n "checking for $ac_word... " >&6; }
7588 if ${ac_cv_prog_NMEDIT+:} false; then :
7589 $as_echo_n "(cached) " >&6
7590 else
7591 if test -n "$NMEDIT"; then
7592 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7593 else
7594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7595 for as_dir in $PATH
7596 do
7597 IFS=$as_save_IFS
7598 test -z "$as_dir" && as_dir=.
7599 for ac_exec_ext in '' $ac_executable_extensions; do
7600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7601 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7603 break 2
7604 fi
7605 done
7606 done
7607 IFS=$as_save_IFS
7608
7609 fi
7610 fi
7611 NMEDIT=$ac_cv_prog_NMEDIT
7612 if test -n "$NMEDIT"; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7614 $as_echo "$NMEDIT" >&6; }
7615 else
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7617 $as_echo "no" >&6; }
7618 fi
7619
7620
7621 fi
7622 if test -z "$ac_cv_prog_NMEDIT"; then
7623 ac_ct_NMEDIT=$NMEDIT
7624 # Extract the first word of "nmedit", so it can be a program name with args.
7625 set dummy nmedit; ac_word=$2
7626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7627 $as_echo_n "checking for $ac_word... " >&6; }
7628 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7629 $as_echo_n "(cached) " >&6
7630 else
7631 if test -n "$ac_ct_NMEDIT"; then
7632 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7633 else
7634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7635 for as_dir in $PATH
7636 do
7637 IFS=$as_save_IFS
7638 test -z "$as_dir" && as_dir=.
7639 for ac_exec_ext in '' $ac_executable_extensions; do
7640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7641 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7643 break 2
7644 fi
7645 done
7646 done
7647 IFS=$as_save_IFS
7648
7649 fi
7650 fi
7651 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7652 if test -n "$ac_ct_NMEDIT"; then
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7654 $as_echo "$ac_ct_NMEDIT" >&6; }
7655 else
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7657 $as_echo "no" >&6; }
7658 fi
7659
7660 if test "x$ac_ct_NMEDIT" = x; then
7661 NMEDIT=":"
7662 else
7663 case $cross_compiling:$ac_tool_warned in
7664 yes:)
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7666 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7667 ac_tool_warned=yes ;;
7668 esac
7669 NMEDIT=$ac_ct_NMEDIT
7670 fi
7671 else
7672 NMEDIT="$ac_cv_prog_NMEDIT"
7673 fi
7674
7675 if test -n "$ac_tool_prefix"; then
7676 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7677 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679 $as_echo_n "checking for $ac_word... " >&6; }
7680 if ${ac_cv_prog_LIPO+:} false; then :
7681 $as_echo_n "(cached) " >&6
7682 else
7683 if test -n "$LIPO"; then
7684 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7685 else
7686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687 for as_dir in $PATH
7688 do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7693 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7695 break 2
7696 fi
7697 done
7698 done
7699 IFS=$as_save_IFS
7700
7701 fi
7702 fi
7703 LIPO=$ac_cv_prog_LIPO
7704 if test -n "$LIPO"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7706 $as_echo "$LIPO" >&6; }
7707 else
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709 $as_echo "no" >&6; }
7710 fi
7711
7712
7713 fi
7714 if test -z "$ac_cv_prog_LIPO"; then
7715 ac_ct_LIPO=$LIPO
7716 # Extract the first word of "lipo", so it can be a program name with args.
7717 set dummy lipo; ac_word=$2
7718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7719 $as_echo_n "checking for $ac_word... " >&6; }
7720 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7721 $as_echo_n "(cached) " >&6
7722 else
7723 if test -n "$ac_ct_LIPO"; then
7724 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7725 else
7726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7727 for as_dir in $PATH
7728 do
7729 IFS=$as_save_IFS
7730 test -z "$as_dir" && as_dir=.
7731 for ac_exec_ext in '' $ac_executable_extensions; do
7732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7733 ac_cv_prog_ac_ct_LIPO="lipo"
7734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7735 break 2
7736 fi
7737 done
7738 done
7739 IFS=$as_save_IFS
7740
7741 fi
7742 fi
7743 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7744 if test -n "$ac_ct_LIPO"; then
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7746 $as_echo "$ac_ct_LIPO" >&6; }
7747 else
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7749 $as_echo "no" >&6; }
7750 fi
7751
7752 if test "x$ac_ct_LIPO" = x; then
7753 LIPO=":"
7754 else
7755 case $cross_compiling:$ac_tool_warned in
7756 yes:)
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7758 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7759 ac_tool_warned=yes ;;
7760 esac
7761 LIPO=$ac_ct_LIPO
7762 fi
7763 else
7764 LIPO="$ac_cv_prog_LIPO"
7765 fi
7766
7767 if test -n "$ac_tool_prefix"; then
7768 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7769 set dummy ${ac_tool_prefix}otool; ac_word=$2
7770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7771 $as_echo_n "checking for $ac_word... " >&6; }
7772 if ${ac_cv_prog_OTOOL+:} false; then :
7773 $as_echo_n "(cached) " >&6
7774 else
7775 if test -n "$OTOOL"; then
7776 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7777 else
7778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7779 for as_dir in $PATH
7780 do
7781 IFS=$as_save_IFS
7782 test -z "$as_dir" && as_dir=.
7783 for ac_exec_ext in '' $ac_executable_extensions; do
7784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7785 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7787 break 2
7788 fi
7789 done
7790 done
7791 IFS=$as_save_IFS
7792
7793 fi
7794 fi
7795 OTOOL=$ac_cv_prog_OTOOL
7796 if test -n "$OTOOL"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7798 $as_echo "$OTOOL" >&6; }
7799 else
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7801 $as_echo "no" >&6; }
7802 fi
7803
7804
7805 fi
7806 if test -z "$ac_cv_prog_OTOOL"; then
7807 ac_ct_OTOOL=$OTOOL
7808 # Extract the first word of "otool", so it can be a program name with args.
7809 set dummy otool; ac_word=$2
7810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7811 $as_echo_n "checking for $ac_word... " >&6; }
7812 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7813 $as_echo_n "(cached) " >&6
7814 else
7815 if test -n "$ac_ct_OTOOL"; then
7816 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7817 else
7818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819 for as_dir in $PATH
7820 do
7821 IFS=$as_save_IFS
7822 test -z "$as_dir" && as_dir=.
7823 for ac_exec_ext in '' $ac_executable_extensions; do
7824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7825 ac_cv_prog_ac_ct_OTOOL="otool"
7826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7827 break 2
7828 fi
7829 done
7830 done
7831 IFS=$as_save_IFS
7832
7833 fi
7834 fi
7835 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7836 if test -n "$ac_ct_OTOOL"; then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7838 $as_echo "$ac_ct_OTOOL" >&6; }
7839 else
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7841 $as_echo "no" >&6; }
7842 fi
7843
7844 if test "x$ac_ct_OTOOL" = x; then
7845 OTOOL=":"
7846 else
7847 case $cross_compiling:$ac_tool_warned in
7848 yes:)
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7850 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7851 ac_tool_warned=yes ;;
7852 esac
7853 OTOOL=$ac_ct_OTOOL
7854 fi
7855 else
7856 OTOOL="$ac_cv_prog_OTOOL"
7857 fi
7858
7859 if test -n "$ac_tool_prefix"; then
7860 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7861 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7863 $as_echo_n "checking for $ac_word... " >&6; }
7864 if ${ac_cv_prog_OTOOL64+:} false; then :
7865 $as_echo_n "(cached) " >&6
7866 else
7867 if test -n "$OTOOL64"; then
7868 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7869 else
7870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7871 for as_dir in $PATH
7872 do
7873 IFS=$as_save_IFS
7874 test -z "$as_dir" && as_dir=.
7875 for ac_exec_ext in '' $ac_executable_extensions; do
7876 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7877 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7879 break 2
7880 fi
7881 done
7882 done
7883 IFS=$as_save_IFS
7884
7885 fi
7886 fi
7887 OTOOL64=$ac_cv_prog_OTOOL64
7888 if test -n "$OTOOL64"; then
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7890 $as_echo "$OTOOL64" >&6; }
7891 else
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893 $as_echo "no" >&6; }
7894 fi
7895
7896
7897 fi
7898 if test -z "$ac_cv_prog_OTOOL64"; then
7899 ac_ct_OTOOL64=$OTOOL64
7900 # Extract the first word of "otool64", so it can be a program name with args.
7901 set dummy otool64; ac_word=$2
7902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7903 $as_echo_n "checking for $ac_word... " >&6; }
7904 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7905 $as_echo_n "(cached) " >&6
7906 else
7907 if test -n "$ac_ct_OTOOL64"; then
7908 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7909 else
7910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7911 for as_dir in $PATH
7912 do
7913 IFS=$as_save_IFS
7914 test -z "$as_dir" && as_dir=.
7915 for ac_exec_ext in '' $ac_executable_extensions; do
7916 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7917 ac_cv_prog_ac_ct_OTOOL64="otool64"
7918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7919 break 2
7920 fi
7921 done
7922 done
7923 IFS=$as_save_IFS
7924
7925 fi
7926 fi
7927 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7928 if test -n "$ac_ct_OTOOL64"; then
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7930 $as_echo "$ac_ct_OTOOL64" >&6; }
7931 else
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7933 $as_echo "no" >&6; }
7934 fi
7935
7936 if test "x$ac_ct_OTOOL64" = x; then
7937 OTOOL64=":"
7938 else
7939 case $cross_compiling:$ac_tool_warned in
7940 yes:)
7941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7943 ac_tool_warned=yes ;;
7944 esac
7945 OTOOL64=$ac_ct_OTOOL64
7946 fi
7947 else
7948 OTOOL64="$ac_cv_prog_OTOOL64"
7949 fi
7950
7951
7952
7953
7954
7955
7956
7957
7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969
7970
7971
7972
7973
7974
7975
7976
7977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7978 $as_echo_n "checking for -single_module linker flag... " >&6; }
7979 if ${lt_cv_apple_cc_single_mod+:} false; then :
7980 $as_echo_n "(cached) " >&6
7981 else
7982 lt_cv_apple_cc_single_mod=no
7983 if test -z "${LT_MULTI_MODULE}"; then
7984 # By default we will add the -single_module flag. You can override
7985 # by either setting the environment variable LT_MULTI_MODULE
7986 # non-empty at configure time, or by adding -multi_module to the
7987 # link flags.
7988 rm -rf libconftest.dylib*
7989 echo "int foo(void){return 1;}" > conftest.c
7990 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7991 -dynamiclib -Wl,-single_module conftest.c" >&5
7992 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7993 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7994 _lt_result=$?
7995 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7996 lt_cv_apple_cc_single_mod=yes
7997 else
7998 cat conftest.err >&5
7999 fi
8000 rm -rf libconftest.dylib*
8001 rm -f conftest.*
8002 fi
8003 fi
8004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8005 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8007 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8008 if ${lt_cv_ld_exported_symbols_list+:} false; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 lt_cv_ld_exported_symbols_list=no
8012 save_LDFLAGS=$LDFLAGS
8013 echo "_main" > conftest.sym
8014 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8016 /* end confdefs.h. */
8017
8018 int
8019 main ()
8020 {
8021
8022 ;
8023 return 0;
8024 }
8025 _ACEOF
8026 if ac_fn_c_try_link "$LINENO"; then :
8027 lt_cv_ld_exported_symbols_list=yes
8028 else
8029 lt_cv_ld_exported_symbols_list=no
8030 fi
8031 rm -f core conftest.err conftest.$ac_objext \
8032 conftest$ac_exeext conftest.$ac_ext
8033 LDFLAGS="$save_LDFLAGS"
8034
8035 fi
8036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8037 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8039 $as_echo_n "checking for -force_load linker flag... " >&6; }
8040 if ${lt_cv_ld_force_load+:} false; then :
8041 $as_echo_n "(cached) " >&6
8042 else
8043 lt_cv_ld_force_load=no
8044 cat > conftest.c << _LT_EOF
8045 int forced_loaded() { return 2;}
8046 _LT_EOF
8047 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8048 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8049 echo "$AR cru libconftest.a conftest.o" >&5
8050 $AR cru libconftest.a conftest.o 2>&5
8051 cat > conftest.c << _LT_EOF
8052 int main() { return 0;}
8053 _LT_EOF
8054 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8055 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8056 _lt_result=$?
8057 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8058 lt_cv_ld_force_load=yes
8059 else
8060 cat conftest.err >&5
8061 fi
8062 rm -f conftest.err libconftest.a conftest conftest.c
8063 rm -rf conftest.dSYM
8064
8065 fi
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8067 $as_echo "$lt_cv_ld_force_load" >&6; }
8068 case $host_os in
8069 rhapsody* | darwin1.[012])
8070 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8071 darwin1.*)
8072 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8073 darwin*) # darwin 5.x on
8074 # if running on 10.5 or later, the deployment target defaults
8075 # to the OS version, if on x86, and 10.4, the deployment
8076 # target defaults to 10.4. Don't you love it?
8077 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8078 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8079 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8080 10.[012][,.]*)
8081 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8082 10.*)
8083 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8084 esac
8085 ;;
8086 esac
8087 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8088 _lt_dar_single_mod='$single_module'
8089 fi
8090 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8091 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8092 else
8093 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8094 fi
8095 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8096 _lt_dsymutil='~$DSYMUTIL $lib || :'
8097 else
8098 _lt_dsymutil=
8099 fi
8100 ;;
8101 esac
8102
8103 for ac_header in dlfcn.h
8104 do :
8105 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8106 "
8107 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8108 cat >>confdefs.h <<_ACEOF
8109 #define HAVE_DLFCN_H 1
8110 _ACEOF
8111
8112 fi
8113
8114 done
8115
8116
8117
8118
8119
8120 # Set options
8121
8122
8123
8124 enable_dlopen=no
8125
8126
8127 enable_win32_dll=no
8128
8129
8130 # Check whether --enable-shared was given.
8131 if test "${enable_shared+set}" = set; then :
8132 enableval=$enable_shared; p=${PACKAGE-default}
8133 case $enableval in
8134 yes) enable_shared=yes ;;
8135 no) enable_shared=no ;;
8136 *)
8137 enable_shared=no
8138 # Look at the argument we got. We use all the common list separators.
8139 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8140 for pkg in $enableval; do
8141 IFS="$lt_save_ifs"
8142 if test "X$pkg" = "X$p"; then
8143 enable_shared=yes
8144 fi
8145 done
8146 IFS="$lt_save_ifs"
8147 ;;
8148 esac
8149 else
8150 enable_shared=yes
8151 fi
8152
8153
8154
8155
8156
8157
8158
8159
8160
8161 # Check whether --enable-static was given.
8162 if test "${enable_static+set}" = set; then :
8163 enableval=$enable_static; p=${PACKAGE-default}
8164 case $enableval in
8165 yes) enable_static=yes ;;
8166 no) enable_static=no ;;
8167 *)
8168 enable_static=no
8169 # Look at the argument we got. We use all the common list separators.
8170 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8171 for pkg in $enableval; do
8172 IFS="$lt_save_ifs"
8173 if test "X$pkg" = "X$p"; then
8174 enable_static=yes
8175 fi
8176 done
8177 IFS="$lt_save_ifs"
8178 ;;
8179 esac
8180 else
8181 enable_static=yes
8182 fi
8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
8193 # Check whether --with-pic was given.
8194 if test "${with_pic+set}" = set; then :
8195 withval=$with_pic; pic_mode="$withval"
8196 else
8197 pic_mode=default
8198 fi
8199
8200
8201 test -z "$pic_mode" && pic_mode=default
8202
8203
8204
8205
8206
8207
8208
8209 # Check whether --enable-fast-install was given.
8210 if test "${enable_fast_install+set}" = set; then :
8211 enableval=$enable_fast_install; p=${PACKAGE-default}
8212 case $enableval in
8213 yes) enable_fast_install=yes ;;
8214 no) enable_fast_install=no ;;
8215 *)
8216 enable_fast_install=no
8217 # Look at the argument we got. We use all the common list separators.
8218 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8219 for pkg in $enableval; do
8220 IFS="$lt_save_ifs"
8221 if test "X$pkg" = "X$p"; then
8222 enable_fast_install=yes
8223 fi
8224 done
8225 IFS="$lt_save_ifs"
8226 ;;
8227 esac
8228 else
8229 enable_fast_install=yes
8230 fi
8231
8232
8233
8234
8235
8236
8237
8238
8239
8240
8241
8242 # This can be used to rebuild libtool when needed
8243 LIBTOOL_DEPS="$ltmain"
8244
8245 # Always use our own libtool.
8246 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8247
8248
8249
8250
8251
8252
8253
8254
8255
8256
8257
8258
8259
8260
8261
8262
8263
8264
8265
8266
8267
8268
8269
8270
8271
8272
8273 test -z "$LN_S" && LN_S="ln -s"
8274
8275
8276
8277
8278
8279
8280
8281
8282
8283
8284
8285
8286
8287
8288 if test -n "${ZSH_VERSION+set}" ; then
8289 setopt NO_GLOB_SUBST
8290 fi
8291
8292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8293 $as_echo_n "checking for objdir... " >&6; }
8294 if ${lt_cv_objdir+:} false; then :
8295 $as_echo_n "(cached) " >&6
8296 else
8297 rm -f .libs 2>/dev/null
8298 mkdir .libs 2>/dev/null
8299 if test -d .libs; then
8300 lt_cv_objdir=.libs
8301 else
8302 # MS-DOS does not allow filenames that begin with a dot.
8303 lt_cv_objdir=_libs
8304 fi
8305 rmdir .libs 2>/dev/null
8306 fi
8307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8308 $as_echo "$lt_cv_objdir" >&6; }
8309 objdir=$lt_cv_objdir
8310
8311
8312
8313
8314
8315 cat >>confdefs.h <<_ACEOF
8316 #define LT_OBJDIR "$lt_cv_objdir/"
8317 _ACEOF
8318
8319
8320
8321
8322 case $host_os in
8323 aix3*)
8324 # AIX sometimes has problems with the GCC collect2 program. For some
8325 # reason, if we set the COLLECT_NAMES environment variable, the problems
8326 # vanish in a puff of smoke.
8327 if test "X${COLLECT_NAMES+set}" != Xset; then
8328 COLLECT_NAMES=
8329 export COLLECT_NAMES
8330 fi
8331 ;;
8332 esac
8333
8334 # Global variables:
8335 ofile=libtool
8336 can_build_shared=yes
8337
8338 # All known linkers require a `.a' archive for static linking (except MSVC,
8339 # which needs '.lib').
8340 libext=a
8341
8342 with_gnu_ld="$lt_cv_prog_gnu_ld"
8343
8344 old_CC="$CC"
8345 old_CFLAGS="$CFLAGS"
8346
8347 # Set sane defaults for various variables
8348 test -z "$CC" && CC=cc
8349 test -z "$LTCC" && LTCC=$CC
8350 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8351 test -z "$LD" && LD=ld
8352 test -z "$ac_objext" && ac_objext=o
8353
8354 for cc_temp in $compiler""; do
8355 case $cc_temp in
8356 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8357 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8358 \-*) ;;
8359 *) break;;
8360 esac
8361 done
8362 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8363
8364
8365 # Only perform the check for file, if the check method requires it
8366 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8367 case $deplibs_check_method in
8368 file_magic*)
8369 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8371 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8372 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8373 $as_echo_n "(cached) " >&6
8374 else
8375 case $MAGIC_CMD in
8376 [\\/*] | ?:[\\/]*)
8377 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8378 ;;
8379 *)
8380 lt_save_MAGIC_CMD="$MAGIC_CMD"
8381 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8382 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8383 for ac_dir in $ac_dummy; do
8384 IFS="$lt_save_ifs"
8385 test -z "$ac_dir" && ac_dir=.
8386 if test -f $ac_dir/${ac_tool_prefix}file; then
8387 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8388 if test -n "$file_magic_test_file"; then
8389 case $deplibs_check_method in
8390 "file_magic "*)
8391 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8392 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8393 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8394 $EGREP "$file_magic_regex" > /dev/null; then
8395 :
8396 else
8397 cat <<_LT_EOF 1>&2
8398
8399 *** Warning: the command libtool uses to detect shared libraries,
8400 *** $file_magic_cmd, produces output that libtool cannot recognize.
8401 *** The result is that libtool may fail to recognize shared libraries
8402 *** as such. This will affect the creation of libtool libraries that
8403 *** depend on shared libraries, but programs linked with such libtool
8404 *** libraries will work regardless of this problem. Nevertheless, you
8405 *** may want to report the problem to your system manager and/or to
8406 *** bug-libtool@gnu.org
8407
8408 _LT_EOF
8409 fi ;;
8410 esac
8411 fi
8412 break
8413 fi
8414 done
8415 IFS="$lt_save_ifs"
8416 MAGIC_CMD="$lt_save_MAGIC_CMD"
8417 ;;
8418 esac
8419 fi
8420
8421 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8422 if test -n "$MAGIC_CMD"; then
8423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8424 $as_echo "$MAGIC_CMD" >&6; }
8425 else
8426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8427 $as_echo "no" >&6; }
8428 fi
8429
8430
8431
8432
8433
8434 if test -z "$lt_cv_path_MAGIC_CMD"; then
8435 if test -n "$ac_tool_prefix"; then
8436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8437 $as_echo_n "checking for file... " >&6; }
8438 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8439 $as_echo_n "(cached) " >&6
8440 else
8441 case $MAGIC_CMD in
8442 [\\/*] | ?:[\\/]*)
8443 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8444 ;;
8445 *)
8446 lt_save_MAGIC_CMD="$MAGIC_CMD"
8447 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8448 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8449 for ac_dir in $ac_dummy; do
8450 IFS="$lt_save_ifs"
8451 test -z "$ac_dir" && ac_dir=.
8452 if test -f $ac_dir/file; then
8453 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8454 if test -n "$file_magic_test_file"; then
8455 case $deplibs_check_method in
8456 "file_magic "*)
8457 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8458 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8459 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8460 $EGREP "$file_magic_regex" > /dev/null; then
8461 :
8462 else
8463 cat <<_LT_EOF 1>&2
8464
8465 *** Warning: the command libtool uses to detect shared libraries,
8466 *** $file_magic_cmd, produces output that libtool cannot recognize.
8467 *** The result is that libtool may fail to recognize shared libraries
8468 *** as such. This will affect the creation of libtool libraries that
8469 *** depend on shared libraries, but programs linked with such libtool
8470 *** libraries will work regardless of this problem. Nevertheless, you
8471 *** may want to report the problem to your system manager and/or to
8472 *** bug-libtool@gnu.org
8473
8474 _LT_EOF
8475 fi ;;
8476 esac
8477 fi
8478 break
8479 fi
8480 done
8481 IFS="$lt_save_ifs"
8482 MAGIC_CMD="$lt_save_MAGIC_CMD"
8483 ;;
8484 esac
8485 fi
8486
8487 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8488 if test -n "$MAGIC_CMD"; then
8489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8490 $as_echo "$MAGIC_CMD" >&6; }
8491 else
8492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8493 $as_echo "no" >&6; }
8494 fi
8495
8496
8497 else
8498 MAGIC_CMD=:
8499 fi
8500 fi
8501
8502 fi
8503 ;;
8504 esac
8505
8506 # Use C for the default configuration in the libtool script
8507
8508 lt_save_CC="$CC"
8509 ac_ext=c
8510 ac_cpp='$CPP $CPPFLAGS'
8511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8514
8515
8516 # Source file extension for C test sources.
8517 ac_ext=c
8518
8519 # Object file extension for compiled C test sources.
8520 objext=o
8521 objext=$objext
8522
8523 # Code to be used in simple compile tests
8524 lt_simple_compile_test_code="int some_variable = 0;"
8525
8526 # Code to be used in simple link tests
8527 lt_simple_link_test_code='int main(){return(0);}'
8528
8529
8530
8531
8532
8533
8534
8535 # If no C compiler was specified, use CC.
8536 LTCC=${LTCC-"$CC"}
8537
8538 # If no C compiler flags were specified, use CFLAGS.
8539 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8540
8541 # Allow CC to be a program name with arguments.
8542 compiler=$CC
8543
8544 # Save the default compiler, since it gets overwritten when the other
8545 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8546 compiler_DEFAULT=$CC
8547
8548 # save warnings/boilerplate of simple test code
8549 ac_outfile=conftest.$ac_objext
8550 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8551 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8552 _lt_compiler_boilerplate=`cat conftest.err`
8553 $RM conftest*
8554
8555 ac_outfile=conftest.$ac_objext
8556 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8557 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8558 _lt_linker_boilerplate=`cat conftest.err`
8559 $RM -r conftest*
8560
8561
8562 ## CAVEAT EMPTOR:
8563 ## There is no encapsulation within the following macros, do not change
8564 ## the running order or otherwise move them around unless you know exactly
8565 ## what you are doing...
8566 if test -n "$compiler"; then
8567
8568 lt_prog_compiler_no_builtin_flag=
8569
8570 if test "$GCC" = yes; then
8571 case $cc_basename in
8572 nvcc*)
8573 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8574 *)
8575 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8576 esac
8577
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8579 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8580 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8581 $as_echo_n "(cached) " >&6
8582 else
8583 lt_cv_prog_compiler_rtti_exceptions=no
8584 ac_outfile=conftest.$ac_objext
8585 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8586 lt_compiler_flag="-fno-rtti -fno-exceptions"
8587 # Insert the option either (1) after the last *FLAGS variable, or
8588 # (2) before a word containing "conftest.", or (3) at the end.
8589 # Note that $ac_compile itself does not contain backslashes and begins
8590 # with a dollar sign (not a hyphen), so the echo should work correctly.
8591 # The option is referenced via a variable to avoid confusing sed.
8592 lt_compile=`echo "$ac_compile" | $SED \
8593 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8594 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8595 -e 's:$: $lt_compiler_flag:'`
8596 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8597 (eval "$lt_compile" 2>conftest.err)
8598 ac_status=$?
8599 cat conftest.err >&5
8600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8601 if (exit $ac_status) && test -s "$ac_outfile"; then
8602 # The compiler can only warn and ignore the option if not recognized
8603 # So say no if there are warnings other than the usual output.
8604 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8605 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8606 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8607 lt_cv_prog_compiler_rtti_exceptions=yes
8608 fi
8609 fi
8610 $RM conftest*
8611
8612 fi
8613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8614 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8615
8616 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8617 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8618 else
8619 :
8620 fi
8621
8622 fi
8623
8624
8625
8626
8627
8628
8629 lt_prog_compiler_wl=
8630 lt_prog_compiler_pic=
8631 lt_prog_compiler_static=
8632
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8634 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8635
8636 if test "$GCC" = yes; then
8637 lt_prog_compiler_wl='-Wl,'
8638 lt_prog_compiler_static='-static'
8639
8640 case $host_os in
8641 aix*)
8642 # All AIX code is PIC.
8643 if test "$host_cpu" = ia64; then
8644 # AIX 5 now supports IA64 processor
8645 lt_prog_compiler_static='-Bstatic'
8646 fi
8647 lt_prog_compiler_pic='-fPIC'
8648 ;;
8649
8650 amigaos*)
8651 case $host_cpu in
8652 powerpc)
8653 # see comment about AmigaOS4 .so support
8654 lt_prog_compiler_pic='-fPIC'
8655 ;;
8656 m68k)
8657 # FIXME: we need at least 68020 code to build shared libraries, but
8658 # adding the `-m68020' flag to GCC prevents building anything better,
8659 # like `-m68040'.
8660 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8661 ;;
8662 esac
8663 ;;
8664
8665 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8666 # PIC is the default for these OSes.
8667 ;;
8668
8669 mingw* | cygwin* | pw32* | os2* | cegcc*)
8670 # This hack is so that the source file can tell whether it is being
8671 # built for inclusion in a dll (and should export symbols for example).
8672 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8673 # (--disable-auto-import) libraries
8674 lt_prog_compiler_pic='-DDLL_EXPORT'
8675 ;;
8676
8677 darwin* | rhapsody*)
8678 # PIC is the default on this platform
8679 # Common symbols not allowed in MH_DYLIB files
8680 lt_prog_compiler_pic='-fno-common'
8681 ;;
8682
8683 haiku*)
8684 # PIC is the default for Haiku.
8685 # The "-static" flag exists, but is broken.
8686 lt_prog_compiler_static=
8687 ;;
8688
8689 hpux*)
8690 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8691 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8692 # sets the default TLS model and affects inlining.
8693 case $host_cpu in
8694 hppa*64*)
8695 # +Z the default
8696 ;;
8697 *)
8698 lt_prog_compiler_pic='-fPIC'
8699 ;;
8700 esac
8701 ;;
8702
8703 interix[3-9]*)
8704 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8705 # Instead, we relocate shared libraries at runtime.
8706 ;;
8707
8708 msdosdjgpp*)
8709 # Just because we use GCC doesn't mean we suddenly get shared libraries
8710 # on systems that don't support them.
8711 lt_prog_compiler_can_build_shared=no
8712 enable_shared=no
8713 ;;
8714
8715 *nto* | *qnx*)
8716 # QNX uses GNU C++, but need to define -shared option too, otherwise
8717 # it will coredump.
8718 lt_prog_compiler_pic='-fPIC -shared'
8719 ;;
8720
8721 sysv4*MP*)
8722 if test -d /usr/nec; then
8723 lt_prog_compiler_pic=-Kconform_pic
8724 fi
8725 ;;
8726
8727 *)
8728 lt_prog_compiler_pic='-fPIC'
8729 ;;
8730 esac
8731
8732 case $cc_basename in
8733 nvcc*) # Cuda Compiler Driver 2.2
8734 lt_prog_compiler_wl='-Xlinker '
8735 lt_prog_compiler_pic='-Xcompiler -fPIC'
8736 ;;
8737 esac
8738 else
8739 # PORTME Check for flag to pass linker flags through the system compiler.
8740 case $host_os in
8741 aix*)
8742 lt_prog_compiler_wl='-Wl,'
8743 if test "$host_cpu" = ia64; then
8744 # AIX 5 now supports IA64 processor
8745 lt_prog_compiler_static='-Bstatic'
8746 else
8747 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8748 fi
8749 ;;
8750
8751 mingw* | cygwin* | pw32* | os2* | cegcc*)
8752 # This hack is so that the source file can tell whether it is being
8753 # built for inclusion in a dll (and should export symbols for example).
8754 lt_prog_compiler_pic='-DDLL_EXPORT'
8755 ;;
8756
8757 hpux9* | hpux10* | hpux11*)
8758 lt_prog_compiler_wl='-Wl,'
8759 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8760 # not for PA HP-UX.
8761 case $host_cpu in
8762 hppa*64*|ia64*)
8763 # +Z the default
8764 ;;
8765 *)
8766 lt_prog_compiler_pic='+Z'
8767 ;;
8768 esac
8769 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8770 lt_prog_compiler_static='${wl}-a ${wl}archive'
8771 ;;
8772
8773 irix5* | irix6* | nonstopux*)
8774 lt_prog_compiler_wl='-Wl,'
8775 # PIC (with -KPIC) is the default.
8776 lt_prog_compiler_static='-non_shared'
8777 ;;
8778
8779 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8780 case $cc_basename in
8781 # old Intel for x86_64 which still supported -KPIC.
8782 ecc*)
8783 lt_prog_compiler_wl='-Wl,'
8784 lt_prog_compiler_pic='-KPIC'
8785 lt_prog_compiler_static='-static'
8786 ;;
8787 # icc used to be incompatible with GCC.
8788 # ICC 10 doesn't accept -KPIC any more.
8789 icc* | ifort*)
8790 lt_prog_compiler_wl='-Wl,'
8791 lt_prog_compiler_pic='-fPIC'
8792 lt_prog_compiler_static='-static'
8793 ;;
8794 # Lahey Fortran 8.1.
8795 lf95*)
8796 lt_prog_compiler_wl='-Wl,'
8797 lt_prog_compiler_pic='--shared'
8798 lt_prog_compiler_static='--static'
8799 ;;
8800 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8801 # Portland Group compilers (*not* the Pentium gcc compiler,
8802 # which looks to be a dead project)
8803 lt_prog_compiler_wl='-Wl,'
8804 lt_prog_compiler_pic='-fpic'
8805 lt_prog_compiler_static='-Bstatic'
8806 ;;
8807 ccc*)
8808 lt_prog_compiler_wl='-Wl,'
8809 # All Alpha code is PIC.
8810 lt_prog_compiler_static='-non_shared'
8811 ;;
8812 xl* | bgxl* | bgf* | mpixl*)
8813 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8814 lt_prog_compiler_wl='-Wl,'
8815 lt_prog_compiler_pic='-qpic'
8816 lt_prog_compiler_static='-qstaticlink'
8817 ;;
8818 *)
8819 case `$CC -V 2>&1 | sed 5q` in
8820 *Sun\ F* | *Sun*Fortran*)
8821 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8822 lt_prog_compiler_pic='-KPIC'
8823 lt_prog_compiler_static='-Bstatic'
8824 lt_prog_compiler_wl=''
8825 ;;
8826 *Sun\ C*)
8827 # Sun C 5.9
8828 lt_prog_compiler_pic='-KPIC'
8829 lt_prog_compiler_static='-Bstatic'
8830 lt_prog_compiler_wl='-Wl,'
8831 ;;
8832 esac
8833 ;;
8834 esac
8835 ;;
8836
8837 newsos6)
8838 lt_prog_compiler_pic='-KPIC'
8839 lt_prog_compiler_static='-Bstatic'
8840 ;;
8841
8842 *nto* | *qnx*)
8843 # QNX uses GNU C++, but need to define -shared option too, otherwise
8844 # it will coredump.
8845 lt_prog_compiler_pic='-fPIC -shared'
8846 ;;
8847
8848 osf3* | osf4* | osf5*)
8849 lt_prog_compiler_wl='-Wl,'
8850 # All OSF/1 code is PIC.
8851 lt_prog_compiler_static='-non_shared'
8852 ;;
8853
8854 rdos*)
8855 lt_prog_compiler_static='-non_shared'
8856 ;;
8857
8858 solaris*)
8859 lt_prog_compiler_pic='-KPIC'
8860 lt_prog_compiler_static='-Bstatic'
8861 case $cc_basename in
8862 f77* | f90* | f95*)
8863 lt_prog_compiler_wl='-Qoption ld ';;
8864 *)
8865 lt_prog_compiler_wl='-Wl,';;
8866 esac
8867 ;;
8868
8869 sunos4*)
8870 lt_prog_compiler_wl='-Qoption ld '
8871 lt_prog_compiler_pic='-PIC'
8872 lt_prog_compiler_static='-Bstatic'
8873 ;;
8874
8875 sysv4 | sysv4.2uw2* | sysv4.3*)
8876 lt_prog_compiler_wl='-Wl,'
8877 lt_prog_compiler_pic='-KPIC'
8878 lt_prog_compiler_static='-Bstatic'
8879 ;;
8880
8881 sysv4*MP*)
8882 if test -d /usr/nec ;then
8883 lt_prog_compiler_pic='-Kconform_pic'
8884 lt_prog_compiler_static='-Bstatic'
8885 fi
8886 ;;
8887
8888 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8889 lt_prog_compiler_wl='-Wl,'
8890 lt_prog_compiler_pic='-KPIC'
8891 lt_prog_compiler_static='-Bstatic'
8892 ;;
8893
8894 unicos*)
8895 lt_prog_compiler_wl='-Wl,'
8896 lt_prog_compiler_can_build_shared=no
8897 ;;
8898
8899 uts4*)
8900 lt_prog_compiler_pic='-pic'
8901 lt_prog_compiler_static='-Bstatic'
8902 ;;
8903
8904 *)
8905 lt_prog_compiler_can_build_shared=no
8906 ;;
8907 esac
8908 fi
8909
8910 case $host_os in
8911 # For platforms which do not support PIC, -DPIC is meaningless:
8912 *djgpp*)
8913 lt_prog_compiler_pic=
8914 ;;
8915 *)
8916 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8917 ;;
8918 esac
8919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8920 $as_echo "$lt_prog_compiler_pic" >&6; }
8921
8922
8923
8924
8925
8926
8927 #
8928 # Check to make sure the PIC flag actually works.
8929 #
8930 if test -n "$lt_prog_compiler_pic"; then
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8932 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8933 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8934 $as_echo_n "(cached) " >&6
8935 else
8936 lt_cv_prog_compiler_pic_works=no
8937 ac_outfile=conftest.$ac_objext
8938 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8939 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8940 # Insert the option either (1) after the last *FLAGS variable, or
8941 # (2) before a word containing "conftest.", or (3) at the end.
8942 # Note that $ac_compile itself does not contain backslashes and begins
8943 # with a dollar sign (not a hyphen), so the echo should work correctly.
8944 # The option is referenced via a variable to avoid confusing sed.
8945 lt_compile=`echo "$ac_compile" | $SED \
8946 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8947 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8948 -e 's:$: $lt_compiler_flag:'`
8949 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8950 (eval "$lt_compile" 2>conftest.err)
8951 ac_status=$?
8952 cat conftest.err >&5
8953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8954 if (exit $ac_status) && test -s "$ac_outfile"; then
8955 # The compiler can only warn and ignore the option if not recognized
8956 # So say no if there are warnings other than the usual output.
8957 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8958 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8959 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8960 lt_cv_prog_compiler_pic_works=yes
8961 fi
8962 fi
8963 $RM conftest*
8964
8965 fi
8966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8967 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8968
8969 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8970 case $lt_prog_compiler_pic in
8971 "" | " "*) ;;
8972 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8973 esac
8974 else
8975 lt_prog_compiler_pic=
8976 lt_prog_compiler_can_build_shared=no
8977 fi
8978
8979 fi
8980
8981
8982
8983
8984
8985
8986 #
8987 # Check to make sure the static flag actually works.
8988 #
8989 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8991 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8992 if ${lt_cv_prog_compiler_static_works+:} false; then :
8993 $as_echo_n "(cached) " >&6
8994 else
8995 lt_cv_prog_compiler_static_works=no
8996 save_LDFLAGS="$LDFLAGS"
8997 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8998 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8999 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9000 # The linker can only warn and ignore the option if not recognized
9001 # So say no if there are warnings
9002 if test -s conftest.err; then
9003 # Append any errors to the config.log.
9004 cat conftest.err 1>&5
9005 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9006 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9007 if diff conftest.exp conftest.er2 >/dev/null; then
9008 lt_cv_prog_compiler_static_works=yes
9009 fi
9010 else
9011 lt_cv_prog_compiler_static_works=yes
9012 fi
9013 fi
9014 $RM -r conftest*
9015 LDFLAGS="$save_LDFLAGS"
9016
9017 fi
9018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
9019 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
9020
9021 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
9022 :
9023 else
9024 lt_prog_compiler_static=
9025 fi
9026
9027
9028
9029
9030
9031
9032
9033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9034 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9035 if ${lt_cv_prog_compiler_c_o+:} false; then :
9036 $as_echo_n "(cached) " >&6
9037 else
9038 lt_cv_prog_compiler_c_o=no
9039 $RM -r conftest 2>/dev/null
9040 mkdir conftest
9041 cd conftest
9042 mkdir out
9043 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9044
9045 lt_compiler_flag="-o out/conftest2.$ac_objext"
9046 # Insert the option either (1) after the last *FLAGS variable, or
9047 # (2) before a word containing "conftest.", or (3) at the end.
9048 # Note that $ac_compile itself does not contain backslashes and begins
9049 # with a dollar sign (not a hyphen), so the echo should work correctly.
9050 lt_compile=`echo "$ac_compile" | $SED \
9051 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9052 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9053 -e 's:$: $lt_compiler_flag:'`
9054 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9055 (eval "$lt_compile" 2>out/conftest.err)
9056 ac_status=$?
9057 cat out/conftest.err >&5
9058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9059 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9060 then
9061 # The compiler can only warn and ignore the option if not recognized
9062 # So say no if there are warnings
9063 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9064 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9065 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9066 lt_cv_prog_compiler_c_o=yes
9067 fi
9068 fi
9069 chmod u+w . 2>&5
9070 $RM conftest*
9071 # SGI C++ compiler will create directory out/ii_files/ for
9072 # template instantiation
9073 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9074 $RM out/* && rmdir out
9075 cd ..
9076 $RM -r conftest
9077 $RM conftest*
9078
9079 fi
9080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9081 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9082
9083
9084
9085
9086
9087
9088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9089 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9090 if ${lt_cv_prog_compiler_c_o+:} false; then :
9091 $as_echo_n "(cached) " >&6
9092 else
9093 lt_cv_prog_compiler_c_o=no
9094 $RM -r conftest 2>/dev/null
9095 mkdir conftest
9096 cd conftest
9097 mkdir out
9098 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9099
9100 lt_compiler_flag="-o out/conftest2.$ac_objext"
9101 # Insert the option either (1) after the last *FLAGS variable, or
9102 # (2) before a word containing "conftest.", or (3) at the end.
9103 # Note that $ac_compile itself does not contain backslashes and begins
9104 # with a dollar sign (not a hyphen), so the echo should work correctly.
9105 lt_compile=`echo "$ac_compile" | $SED \
9106 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9107 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9108 -e 's:$: $lt_compiler_flag:'`
9109 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9110 (eval "$lt_compile" 2>out/conftest.err)
9111 ac_status=$?
9112 cat out/conftest.err >&5
9113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9114 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9115 then
9116 # The compiler can only warn and ignore the option if not recognized
9117 # So say no if there are warnings
9118 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9119 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9120 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9121 lt_cv_prog_compiler_c_o=yes
9122 fi
9123 fi
9124 chmod u+w . 2>&5
9125 $RM conftest*
9126 # SGI C++ compiler will create directory out/ii_files/ for
9127 # template instantiation
9128 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9129 $RM out/* && rmdir out
9130 cd ..
9131 $RM -r conftest
9132 $RM conftest*
9133
9134 fi
9135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9136 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9137
9138
9139
9140
9141 hard_links="nottested"
9142 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9143 # do not overwrite the value of need_locks provided by the user
9144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9145 $as_echo_n "checking if we can lock with hard links... " >&6; }
9146 hard_links=yes
9147 $RM conftest*
9148 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9149 touch conftest.a
9150 ln conftest.a conftest.b 2>&5 || hard_links=no
9151 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9153 $as_echo "$hard_links" >&6; }
9154 if test "$hard_links" = no; then
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9156 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9157 need_locks=warn
9158 fi
9159 else
9160 need_locks=no
9161 fi
9162
9163
9164
9165
9166
9167
9168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9169 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9170
9171 runpath_var=
9172 allow_undefined_flag=
9173 always_export_symbols=no
9174 archive_cmds=
9175 archive_expsym_cmds=
9176 compiler_needs_object=no
9177 enable_shared_with_static_runtimes=no
9178 export_dynamic_flag_spec=
9179 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9180 hardcode_automatic=no
9181 hardcode_direct=no
9182 hardcode_direct_absolute=no
9183 hardcode_libdir_flag_spec=
9184 hardcode_libdir_flag_spec_ld=
9185 hardcode_libdir_separator=
9186 hardcode_minus_L=no
9187 hardcode_shlibpath_var=unsupported
9188 inherit_rpath=no
9189 link_all_deplibs=unknown
9190 module_cmds=
9191 module_expsym_cmds=
9192 old_archive_from_new_cmds=
9193 old_archive_from_expsyms_cmds=
9194 thread_safe_flag_spec=
9195 whole_archive_flag_spec=
9196 # include_expsyms should be a list of space-separated symbols to be *always*
9197 # included in the symbol list
9198 include_expsyms=
9199 # exclude_expsyms can be an extended regexp of symbols to exclude
9200 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9201 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9202 # as well as any symbol that contains `d'.
9203 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9204 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9205 # platforms (ab)use it in PIC code, but their linkers get confused if
9206 # the symbol is explicitly referenced. Since portable code cannot
9207 # rely on this symbol name, it's probably fine to never include it in
9208 # preloaded symbol tables.
9209 # Exclude shared library initialization/finalization symbols.
9210 extract_expsyms_cmds=
9211
9212 case $host_os in
9213 cygwin* | mingw* | pw32* | cegcc*)
9214 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9215 # When not using gcc, we currently assume that we are using
9216 # Microsoft Visual C++.
9217 if test "$GCC" != yes; then
9218 with_gnu_ld=no
9219 fi
9220 ;;
9221 interix*)
9222 # we just hope/assume this is gcc and not c89 (= MSVC++)
9223 with_gnu_ld=yes
9224 ;;
9225 openbsd*)
9226 with_gnu_ld=no
9227 ;;
9228 esac
9229
9230 ld_shlibs=yes
9231
9232 # On some targets, GNU ld is compatible enough with the native linker
9233 # that we're better off using the native interface for both.
9234 lt_use_gnu_ld_interface=no
9235 if test "$with_gnu_ld" = yes; then
9236 case $host_os in
9237 aix*)
9238 # The AIX port of GNU ld has always aspired to compatibility
9239 # with the native linker. However, as the warning in the GNU ld
9240 # block says, versions before 2.19.5* couldn't really create working
9241 # shared libraries, regardless of the interface used.
9242 case `$LD -v 2>&1` in
9243 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9244 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9245 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9246 *)
9247 lt_use_gnu_ld_interface=yes
9248 ;;
9249 esac
9250 ;;
9251 *)
9252 lt_use_gnu_ld_interface=yes
9253 ;;
9254 esac
9255 fi
9256
9257 if test "$lt_use_gnu_ld_interface" = yes; then
9258 # If archive_cmds runs LD, not CC, wlarc should be empty
9259 wlarc='${wl}'
9260
9261 # Set some defaults for GNU ld with shared library support. These
9262 # are reset later if shared libraries are not supported. Putting them
9263 # here allows them to be overridden if necessary.
9264 runpath_var=LD_RUN_PATH
9265 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9266 export_dynamic_flag_spec='${wl}--export-dynamic'
9267 # ancient GNU ld didn't support --whole-archive et. al.
9268 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9269 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9270 else
9271 whole_archive_flag_spec=
9272 fi
9273 supports_anon_versioning=no
9274 case `$LD -v 2>&1` in
9275 *GNU\ gold*) supports_anon_versioning=yes ;;
9276 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9277 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9278 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9279 *\ 2.11.*) ;; # other 2.11 versions
9280 *) supports_anon_versioning=yes ;;
9281 esac
9282
9283 # See if GNU ld supports shared libraries.
9284 case $host_os in
9285 aix[3-9]*)
9286 # On AIX/PPC, the GNU linker is very broken
9287 if test "$host_cpu" != ia64; then
9288 ld_shlibs=no
9289 cat <<_LT_EOF 1>&2
9290
9291 *** Warning: the GNU linker, at least up to release 2.19, is reported
9292 *** to be unable to reliably create shared libraries on AIX.
9293 *** Therefore, libtool is disabling shared libraries support. If you
9294 *** really care for shared libraries, you may want to install binutils
9295 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9296 *** You will then need to restart the configuration process.
9297
9298 _LT_EOF
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 beos*)
9318 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9319 allow_undefined_flag=unsupported
9320 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9321 # support --undefined. This deserves some investigation. FIXME
9322 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9323 else
9324 ld_shlibs=no
9325 fi
9326 ;;
9327
9328 cygwin* | mingw* | pw32* | cegcc*)
9329 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9330 # as there is no search path for DLLs.
9331 hardcode_libdir_flag_spec='-L$libdir'
9332 export_dynamic_flag_spec='${wl}--export-all-symbols'
9333 allow_undefined_flag=unsupported
9334 always_export_symbols=no
9335 enable_shared_with_static_runtimes=yes
9336 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9337
9338 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9339 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9340 # If the export-symbols file already is a .def file (1st line
9341 # is EXPORTS), use it as is; otherwise, prepend...
9342 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9343 cp $export_symbols $output_objdir/$soname.def;
9344 else
9345 echo EXPORTS > $output_objdir/$soname.def;
9346 cat $export_symbols >> $output_objdir/$soname.def;
9347 fi~
9348 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9349 else
9350 ld_shlibs=no
9351 fi
9352 ;;
9353
9354 haiku*)
9355 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9356 link_all_deplibs=yes
9357 ;;
9358
9359 interix[3-9]*)
9360 hardcode_direct=no
9361 hardcode_shlibpath_var=no
9362 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9363 export_dynamic_flag_spec='${wl}-E'
9364 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9365 # Instead, shared libraries are loaded at an image base (0x10000000 by
9366 # default) and relocated if they conflict, which is a slow very memory
9367 # consuming and fragmenting process. To avoid this, we pick a random,
9368 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9369 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9370 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9371 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'
9372 ;;
9373
9374 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9375 tmp_diet=no
9376 if test "$host_os" = linux-dietlibc; then
9377 case $cc_basename in
9378 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9379 esac
9380 fi
9381 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9382 && test "$tmp_diet" = no
9383 then
9384 tmp_addflag=' $pic_flag'
9385 tmp_sharedflag='-shared'
9386 case $cc_basename,$host_cpu in
9387 pgcc*) # Portland Group C compiler
9388 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'
9389 tmp_addflag=' $pic_flag'
9390 ;;
9391 pgf77* | pgf90* | pgf95* | pgfortran*)
9392 # Portland Group f77 and f90 compilers
9393 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'
9394 tmp_addflag=' $pic_flag -Mnomain' ;;
9395 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9396 tmp_addflag=' -i_dynamic' ;;
9397 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9398 tmp_addflag=' -i_dynamic -nofor_main' ;;
9399 ifc* | ifort*) # Intel Fortran compiler
9400 tmp_addflag=' -nofor_main' ;;
9401 lf95*) # Lahey Fortran 8.1
9402 whole_archive_flag_spec=
9403 tmp_sharedflag='--shared' ;;
9404 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9405 tmp_sharedflag='-qmkshrobj'
9406 tmp_addflag= ;;
9407 nvcc*) # Cuda Compiler Driver 2.2
9408 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'
9409 compiler_needs_object=yes
9410 ;;
9411 esac
9412 case `$CC -V 2>&1 | sed 5q` in
9413 *Sun\ C*) # Sun C 5.9
9414 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'
9415 compiler_needs_object=yes
9416 tmp_sharedflag='-G' ;;
9417 *Sun\ F*) # Sun Fortran 8.3
9418 tmp_sharedflag='-G' ;;
9419 esac
9420 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9421
9422 if test "x$supports_anon_versioning" = xyes; then
9423 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9424 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9425 echo "local: *; };" >> $output_objdir/$libname.ver~
9426 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9427 fi
9428
9429 case $cc_basename in
9430 xlf* | bgf* | bgxlf* | mpixlf*)
9431 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9432 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9433 hardcode_libdir_flag_spec=
9434 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9435 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9436 if test "x$supports_anon_versioning" = xyes; then
9437 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9438 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9439 echo "local: *; };" >> $output_objdir/$libname.ver~
9440 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9441 fi
9442 ;;
9443 esac
9444 else
9445 ld_shlibs=no
9446 fi
9447 ;;
9448
9449 netbsd*)
9450 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9451 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9452 wlarc=
9453 else
9454 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9455 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9456 fi
9457 ;;
9458
9459 solaris*)
9460 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9461 ld_shlibs=no
9462 cat <<_LT_EOF 1>&2
9463
9464 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9465 *** create shared libraries on Solaris systems. Therefore, libtool
9466 *** is disabling shared libraries support. We urge you to upgrade GNU
9467 *** binutils to release 2.9.1 or newer. Another option is to modify
9468 *** your PATH or compiler configuration so that the native linker is
9469 *** used, and then restart.
9470
9471 _LT_EOF
9472 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9473 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9474 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9475 else
9476 ld_shlibs=no
9477 fi
9478 ;;
9479
9480 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9481 case `$LD -v 2>&1` in
9482 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9483 ld_shlibs=no
9484 cat <<_LT_EOF 1>&2
9485
9486 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9487 *** reliably create shared libraries on SCO systems. Therefore, libtool
9488 *** is disabling shared libraries support. We urge you to upgrade GNU
9489 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9490 *** your PATH or compiler configuration so that the native linker is
9491 *** used, and then restart.
9492
9493 _LT_EOF
9494 ;;
9495 *)
9496 # For security reasons, it is highly recommended that you always
9497 # use absolute paths for naming shared libraries, and exclude the
9498 # DT_RUNPATH tag from executables and libraries. But doing so
9499 # requires that you compile everything twice, which is a pain.
9500 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9501 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9502 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9503 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9504 else
9505 ld_shlibs=no
9506 fi
9507 ;;
9508 esac
9509 ;;
9510
9511 sunos4*)
9512 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9513 wlarc=
9514 hardcode_direct=yes
9515 hardcode_shlibpath_var=no
9516 ;;
9517
9518 *)
9519 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9520 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9521 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9522 else
9523 ld_shlibs=no
9524 fi
9525 ;;
9526 esac
9527
9528 if test "$ld_shlibs" = no; then
9529 runpath_var=
9530 hardcode_libdir_flag_spec=
9531 export_dynamic_flag_spec=
9532 whole_archive_flag_spec=
9533 fi
9534 else
9535 # PORTME fill in a description of your system's linker (not GNU ld)
9536 case $host_os in
9537 aix3*)
9538 allow_undefined_flag=unsupported
9539 always_export_symbols=yes
9540 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'
9541 # Note: this linker hardcodes the directories in LIBPATH if there
9542 # are no directories specified by -L.
9543 hardcode_minus_L=yes
9544 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9545 # Neither direct hardcoding nor static linking is supported with a
9546 # broken collect2.
9547 hardcode_direct=unsupported
9548 fi
9549 ;;
9550
9551 aix[4-9]*)
9552 if test "$host_cpu" = ia64; then
9553 # On IA64, the linker does run time linking by default, so we don't
9554 # have to do anything special.
9555 aix_use_runtimelinking=no
9556 exp_sym_flag='-Bexport'
9557 no_entry_flag=""
9558 else
9559 # If we're using GNU nm, then we don't want the "-C" option.
9560 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9561 # Also, AIX nm treats weak defined symbols like other global
9562 # defined symbols, whereas GNU nm marks them as "W".
9563 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9564 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'
9565 else
9566 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'
9567 fi
9568 aix_use_runtimelinking=no
9569
9570 # Test if we are trying to use run time linking or normal
9571 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9572 # need to do runtime linking.
9573 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9574 for ld_flag in $LDFLAGS; do
9575 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9576 aix_use_runtimelinking=yes
9577 break
9578 fi
9579 done
9580 ;;
9581 esac
9582
9583 exp_sym_flag='-bexport'
9584 no_entry_flag='-bnoentry'
9585 fi
9586
9587 # When large executables or shared objects are built, AIX ld can
9588 # have problems creating the table of contents. If linking a library
9589 # or program results in "error TOC overflow" add -mminimal-toc to
9590 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9591 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9592
9593 archive_cmds=''
9594 hardcode_direct=yes
9595 hardcode_direct_absolute=yes
9596 hardcode_libdir_separator=':'
9597 link_all_deplibs=yes
9598 file_list_spec='${wl}-f,'
9599
9600 if test "$GCC" = yes; then
9601 case $host_os in aix4.[012]|aix4.[012].*)
9602 # We only want to do this on AIX 4.2 and lower, the check
9603 # below for broken collect2 doesn't work under 4.3+
9604 collect2name=`${CC} -print-prog-name=collect2`
9605 if test -f "$collect2name" &&
9606 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9607 then
9608 # We have reworked collect2
9609 :
9610 else
9611 # We have old collect2
9612 hardcode_direct=unsupported
9613 # It fails to find uninstalled libraries when the uninstalled
9614 # path is not listed in the libpath. Setting hardcode_minus_L
9615 # to unsupported forces relinking
9616 hardcode_minus_L=yes
9617 hardcode_libdir_flag_spec='-L$libdir'
9618 hardcode_libdir_separator=
9619 fi
9620 ;;
9621 esac
9622 shared_flag='-shared'
9623 if test "$aix_use_runtimelinking" = yes; then
9624 shared_flag="$shared_flag "'${wl}-G'
9625 fi
9626 else
9627 # not using gcc
9628 if test "$host_cpu" = ia64; then
9629 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9630 # chokes on -Wl,-G. The following line is correct:
9631 shared_flag='-G'
9632 else
9633 if test "$aix_use_runtimelinking" = yes; then
9634 shared_flag='${wl}-G'
9635 else
9636 shared_flag='${wl}-bM:SRE'
9637 fi
9638 fi
9639 fi
9640
9641 export_dynamic_flag_spec='${wl}-bexpall'
9642 # It seems that -bexpall does not export symbols beginning with
9643 # underscore (_), so it is better to generate a list of symbols to export.
9644 always_export_symbols=yes
9645 if test "$aix_use_runtimelinking" = yes; then
9646 # Warning - without using the other runtime loading flags (-brtl),
9647 # -berok will link without error, but may produce a broken library.
9648 allow_undefined_flag='-berok'
9649 # Determine the default libpath from the value encoded in an
9650 # empty executable.
9651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9652 /* end confdefs.h. */
9653
9654 int
9655 main ()
9656 {
9657
9658 ;
9659 return 0;
9660 }
9661 _ACEOF
9662 if ac_fn_c_try_link "$LINENO"; then :
9663
9664 lt_aix_libpath_sed='
9665 /Import File Strings/,/^$/ {
9666 /^0/ {
9667 s/^0 *\(.*\)$/\1/
9668 p
9669 }
9670 }'
9671 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9672 # Check for a 64-bit object if we didn't find anything.
9673 if test -z "$aix_libpath"; then
9674 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9675 fi
9676 fi
9677 rm -f core conftest.err conftest.$ac_objext \
9678 conftest$ac_exeext conftest.$ac_ext
9679 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9680
9681 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9682 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"
9683 else
9684 if test "$host_cpu" = ia64; then
9685 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9686 allow_undefined_flag="-z nodefs"
9687 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"
9688 else
9689 # Determine the default libpath from the value encoded in an
9690 # empty executable.
9691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9692 /* end confdefs.h. */
9693
9694 int
9695 main ()
9696 {
9697
9698 ;
9699 return 0;
9700 }
9701 _ACEOF
9702 if ac_fn_c_try_link "$LINENO"; then :
9703
9704 lt_aix_libpath_sed='
9705 /Import File Strings/,/^$/ {
9706 /^0/ {
9707 s/^0 *\(.*\)$/\1/
9708 p
9709 }
9710 }'
9711 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9712 # Check for a 64-bit object if we didn't find anything.
9713 if test -z "$aix_libpath"; then
9714 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9715 fi
9716 fi
9717 rm -f core conftest.err conftest.$ac_objext \
9718 conftest$ac_exeext conftest.$ac_ext
9719 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9720
9721 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9722 # Warning - without using the other run time loading flags,
9723 # -berok will link without error, but may produce a broken library.
9724 no_undefined_flag=' ${wl}-bernotok'
9725 allow_undefined_flag=' ${wl}-berok'
9726 if test "$with_gnu_ld" = yes; then
9727 # We only use this code for GNU lds that support --whole-archive.
9728 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9729 else
9730 # Exported symbols can be pulled into shared objects from archives
9731 whole_archive_flag_spec='$convenience'
9732 fi
9733 archive_cmds_need_lc=yes
9734 # This is similar to how AIX traditionally builds its shared libraries.
9735 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'
9736 fi
9737 fi
9738 ;;
9739
9740 amigaos*)
9741 case $host_cpu in
9742 powerpc)
9743 # see comment about AmigaOS4 .so support
9744 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9745 archive_expsym_cmds=''
9746 ;;
9747 m68k)
9748 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)'
9749 hardcode_libdir_flag_spec='-L$libdir'
9750 hardcode_minus_L=yes
9751 ;;
9752 esac
9753 ;;
9754
9755 bsdi[45]*)
9756 export_dynamic_flag_spec=-rdynamic
9757 ;;
9758
9759 cygwin* | mingw* | pw32* | cegcc*)
9760 # When not using gcc, we currently assume that we are using
9761 # Microsoft Visual C++.
9762 # hardcode_libdir_flag_spec is actually meaningless, as there is
9763 # no search path for DLLs.
9764 hardcode_libdir_flag_spec=' '
9765 allow_undefined_flag=unsupported
9766 # Tell ltmain to make .lib files, not .a files.
9767 libext=lib
9768 # Tell ltmain to make .dll files, not .so files.
9769 shrext_cmds=".dll"
9770 # FIXME: Setting linknames here is a bad hack.
9771 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9772 # The linker will automatically build a .lib file if we build a DLL.
9773 old_archive_from_new_cmds='true'
9774 # FIXME: Should let the user specify the lib program.
9775 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9776 fix_srcfile_path='`cygpath -w "$srcfile"`'
9777 enable_shared_with_static_runtimes=yes
9778 ;;
9779
9780 darwin* | rhapsody*)
9781
9782
9783 archive_cmds_need_lc=no
9784 hardcode_direct=no
9785 hardcode_automatic=yes
9786 hardcode_shlibpath_var=unsupported
9787 if test "$lt_cv_ld_force_load" = "yes"; then
9788 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\"`'
9789 else
9790 whole_archive_flag_spec=''
9791 fi
9792 link_all_deplibs=yes
9793 allow_undefined_flag="$_lt_dar_allow_undefined"
9794 case $cc_basename in
9795 ifort*) _lt_dar_can_shared=yes ;;
9796 *) _lt_dar_can_shared=$GCC ;;
9797 esac
9798 if test "$_lt_dar_can_shared" = "yes"; then
9799 output_verbose_link_cmd=func_echo_all
9800 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9801 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9802 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}"
9803 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}"
9804
9805 else
9806 ld_shlibs=no
9807 fi
9808
9809 ;;
9810
9811 dgux*)
9812 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9813 hardcode_libdir_flag_spec='-L$libdir'
9814 hardcode_shlibpath_var=no
9815 ;;
9816
9817 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9818 # support. Future versions do this automatically, but an explicit c++rt0.o
9819 # does not break anything, and helps significantly (at the cost of a little
9820 # extra space).
9821 freebsd2.2*)
9822 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9823 hardcode_libdir_flag_spec='-R$libdir'
9824 hardcode_direct=yes
9825 hardcode_shlibpath_var=no
9826 ;;
9827
9828 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9829 freebsd2.*)
9830 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9831 hardcode_direct=yes
9832 hardcode_minus_L=yes
9833 hardcode_shlibpath_var=no
9834 ;;
9835
9836 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9837 freebsd* | dragonfly*)
9838 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9839 hardcode_libdir_flag_spec='-R$libdir'
9840 hardcode_direct=yes
9841 hardcode_shlibpath_var=no
9842 ;;
9843
9844 hpux9*)
9845 if test "$GCC" = yes; then
9846 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'
9847 else
9848 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'
9849 fi
9850 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9851 hardcode_libdir_separator=:
9852 hardcode_direct=yes
9853
9854 # hardcode_minus_L: Not really in the search PATH,
9855 # but as the default location of the library.
9856 hardcode_minus_L=yes
9857 export_dynamic_flag_spec='${wl}-E'
9858 ;;
9859
9860 hpux10*)
9861 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9862 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9863 else
9864 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9865 fi
9866 if test "$with_gnu_ld" = no; then
9867 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9868 hardcode_libdir_flag_spec_ld='+b $libdir'
9869 hardcode_libdir_separator=:
9870 hardcode_direct=yes
9871 hardcode_direct_absolute=yes
9872 export_dynamic_flag_spec='${wl}-E'
9873 # hardcode_minus_L: Not really in the search PATH,
9874 # but as the default location of the library.
9875 hardcode_minus_L=yes
9876 fi
9877 ;;
9878
9879 hpux11*)
9880 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9881 case $host_cpu in
9882 hppa*64*)
9883 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9884 ;;
9885 ia64*)
9886 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9887 ;;
9888 *)
9889 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9890 ;;
9891 esac
9892 else
9893 case $host_cpu in
9894 hppa*64*)
9895 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9896 ;;
9897 ia64*)
9898 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9899 ;;
9900 *)
9901
9902 # Older versions of the 11.00 compiler do not understand -b yet
9903 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9905 $as_echo_n "checking if $CC understands -b... " >&6; }
9906 if ${lt_cv_prog_compiler__b+:} false; then :
9907 $as_echo_n "(cached) " >&6
9908 else
9909 lt_cv_prog_compiler__b=no
9910 save_LDFLAGS="$LDFLAGS"
9911 LDFLAGS="$LDFLAGS -b"
9912 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9913 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9914 # The linker can only warn and ignore the option if not recognized
9915 # So say no if there are warnings
9916 if test -s conftest.err; then
9917 # Append any errors to the config.log.
9918 cat conftest.err 1>&5
9919 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9920 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9921 if diff conftest.exp conftest.er2 >/dev/null; then
9922 lt_cv_prog_compiler__b=yes
9923 fi
9924 else
9925 lt_cv_prog_compiler__b=yes
9926 fi
9927 fi
9928 $RM -r conftest*
9929 LDFLAGS="$save_LDFLAGS"
9930
9931 fi
9932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9933 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9934
9935 if test x"$lt_cv_prog_compiler__b" = xyes; then
9936 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9937 else
9938 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9939 fi
9940
9941 ;;
9942 esac
9943 fi
9944 if test "$with_gnu_ld" = no; then
9945 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9946 hardcode_libdir_separator=:
9947
9948 case $host_cpu in
9949 hppa*64*|ia64*)
9950 hardcode_direct=no
9951 hardcode_shlibpath_var=no
9952 ;;
9953 *)
9954 hardcode_direct=yes
9955 hardcode_direct_absolute=yes
9956 export_dynamic_flag_spec='${wl}-E'
9957
9958 # hardcode_minus_L: Not really in the search PATH,
9959 # but as the default location of the library.
9960 hardcode_minus_L=yes
9961 ;;
9962 esac
9963 fi
9964 ;;
9965
9966 irix5* | irix6* | nonstopux*)
9967 if test "$GCC" = yes; then
9968 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'
9969 # Try to use the -exported_symbol ld option, if it does not
9970 # work, assume that -exports_file does not work either and
9971 # implicitly export all symbols.
9972 save_LDFLAGS="$LDFLAGS"
9973 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9975 /* end confdefs.h. */
9976 int foo(void) {}
9977 _ACEOF
9978 if ac_fn_c_try_link "$LINENO"; then :
9979 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'
9980
9981 fi
9982 rm -f core conftest.err conftest.$ac_objext \
9983 conftest$ac_exeext conftest.$ac_ext
9984 LDFLAGS="$save_LDFLAGS"
9985 else
9986 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'
9987 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'
9988 fi
9989 archive_cmds_need_lc='no'
9990 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9991 hardcode_libdir_separator=:
9992 inherit_rpath=yes
9993 link_all_deplibs=yes
9994 ;;
9995
9996 netbsd*)
9997 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9998 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9999 else
10000 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10001 fi
10002 hardcode_libdir_flag_spec='-R$libdir'
10003 hardcode_direct=yes
10004 hardcode_shlibpath_var=no
10005 ;;
10006
10007 newsos6)
10008 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10009 hardcode_direct=yes
10010 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10011 hardcode_libdir_separator=:
10012 hardcode_shlibpath_var=no
10013 ;;
10014
10015 *nto* | *qnx*)
10016 ;;
10017
10018 openbsd*)
10019 if test -f /usr/libexec/ld.so; then
10020 hardcode_direct=yes
10021 hardcode_shlibpath_var=no
10022 hardcode_direct_absolute=yes
10023 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10024 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10025 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10026 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10027 export_dynamic_flag_spec='${wl}-E'
10028 else
10029 case $host_os in
10030 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
10031 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10032 hardcode_libdir_flag_spec='-R$libdir'
10033 ;;
10034 *)
10035 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10036 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10037 ;;
10038 esac
10039 fi
10040 else
10041 ld_shlibs=no
10042 fi
10043 ;;
10044
10045 os2*)
10046 hardcode_libdir_flag_spec='-L$libdir'
10047 hardcode_minus_L=yes
10048 allow_undefined_flag=unsupported
10049 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'
10050 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10051 ;;
10052
10053 osf3*)
10054 if test "$GCC" = yes; then
10055 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10056 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'
10057 else
10058 allow_undefined_flag=' -expect_unresolved \*'
10059 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'
10060 fi
10061 archive_cmds_need_lc='no'
10062 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10063 hardcode_libdir_separator=:
10064 ;;
10065
10066 osf4* | osf5*) # as osf3* with the addition of -msym flag
10067 if test "$GCC" = yes; then
10068 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10069 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'
10070 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10071 else
10072 allow_undefined_flag=' -expect_unresolved \*'
10073 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'
10074 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~
10075 $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'
10076
10077 # Both c and cxx compiler support -rpath directly
10078 hardcode_libdir_flag_spec='-rpath $libdir'
10079 fi
10080 archive_cmds_need_lc='no'
10081 hardcode_libdir_separator=:
10082 ;;
10083
10084 solaris*)
10085 no_undefined_flag=' -z defs'
10086 if test "$GCC" = yes; then
10087 wlarc='${wl}'
10088 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10089 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10090 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10091 else
10092 case `$CC -V 2>&1` in
10093 *"Compilers 5.0"*)
10094 wlarc=''
10095 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10096 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10097 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10098 ;;
10099 *)
10100 wlarc='${wl}'
10101 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10102 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10103 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10104 ;;
10105 esac
10106 fi
10107 hardcode_libdir_flag_spec='-R$libdir'
10108 hardcode_shlibpath_var=no
10109 case $host_os in
10110 solaris2.[0-5] | solaris2.[0-5].*) ;;
10111 *)
10112 # The compiler driver will combine and reorder linker options,
10113 # but understands `-z linker_flag'. GCC discards it without `$wl',
10114 # but is careful enough not to reorder.
10115 # Supported since Solaris 2.6 (maybe 2.5.1?)
10116 if test "$GCC" = yes; then
10117 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10118 else
10119 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10120 fi
10121 ;;
10122 esac
10123 link_all_deplibs=yes
10124 ;;
10125
10126 sunos4*)
10127 if test "x$host_vendor" = xsequent; then
10128 # Use $CC to link under sequent, because it throws in some extra .o
10129 # files that make .init and .fini sections work.
10130 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10131 else
10132 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10133 fi
10134 hardcode_libdir_flag_spec='-L$libdir'
10135 hardcode_direct=yes
10136 hardcode_minus_L=yes
10137 hardcode_shlibpath_var=no
10138 ;;
10139
10140 sysv4)
10141 case $host_vendor in
10142 sni)
10143 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10144 hardcode_direct=yes # is this really true???
10145 ;;
10146 siemens)
10147 ## LD is ld it makes a PLAMLIB
10148 ## CC just makes a GrossModule.
10149 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10150 reload_cmds='$CC -r -o $output$reload_objs'
10151 hardcode_direct=no
10152 ;;
10153 motorola)
10154 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10155 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10156 ;;
10157 esac
10158 runpath_var='LD_RUN_PATH'
10159 hardcode_shlibpath_var=no
10160 ;;
10161
10162 sysv4.3*)
10163 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10164 hardcode_shlibpath_var=no
10165 export_dynamic_flag_spec='-Bexport'
10166 ;;
10167
10168 sysv4*MP*)
10169 if test -d /usr/nec; then
10170 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10171 hardcode_shlibpath_var=no
10172 runpath_var=LD_RUN_PATH
10173 hardcode_runpath_var=yes
10174 ld_shlibs=yes
10175 fi
10176 ;;
10177
10178 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10179 no_undefined_flag='${wl}-z,text'
10180 archive_cmds_need_lc=no
10181 hardcode_shlibpath_var=no
10182 runpath_var='LD_RUN_PATH'
10183
10184 if test "$GCC" = yes; then
10185 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10186 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10187 else
10188 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10189 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10190 fi
10191 ;;
10192
10193 sysv5* | sco3.2v5* | sco5v6*)
10194 # Note: We can NOT use -z defs as we might desire, because we do not
10195 # link with -lc, and that would cause any symbols used from libc to
10196 # always be unresolved, which means just about no library would
10197 # ever link correctly. If we're not using GNU ld we use -z text
10198 # though, which does catch some bad symbols but isn't as heavy-handed
10199 # as -z defs.
10200 no_undefined_flag='${wl}-z,text'
10201 allow_undefined_flag='${wl}-z,nodefs'
10202 archive_cmds_need_lc=no
10203 hardcode_shlibpath_var=no
10204 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10205 hardcode_libdir_separator=':'
10206 link_all_deplibs=yes
10207 export_dynamic_flag_spec='${wl}-Bexport'
10208 runpath_var='LD_RUN_PATH'
10209
10210 if test "$GCC" = yes; then
10211 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10212 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10213 else
10214 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10215 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10216 fi
10217 ;;
10218
10219 uts4*)
10220 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10221 hardcode_libdir_flag_spec='-L$libdir'
10222 hardcode_shlibpath_var=no
10223 ;;
10224
10225 *)
10226 ld_shlibs=no
10227 ;;
10228 esac
10229
10230 if test x$host_vendor = xsni; then
10231 case $host in
10232 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10233 export_dynamic_flag_spec='${wl}-Blargedynsym'
10234 ;;
10235 esac
10236 fi
10237 fi
10238
10239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10240 $as_echo "$ld_shlibs" >&6; }
10241 test "$ld_shlibs" = no && can_build_shared=no
10242
10243 with_gnu_ld=$with_gnu_ld
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259 #
10260 # Do we need to explicitly link libc?
10261 #
10262 case "x$archive_cmds_need_lc" in
10263 x|xyes)
10264 # Assume -lc should be added
10265 archive_cmds_need_lc=yes
10266
10267 if test "$enable_shared" = yes && test "$GCC" = yes; then
10268 case $archive_cmds in
10269 *'~'*)
10270 # FIXME: we may have to deal with multi-command sequences.
10271 ;;
10272 '$CC '*)
10273 # Test whether the compiler implicitly links with -lc since on some
10274 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10275 # to ld, don't add -lc before -lgcc.
10276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10277 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10278 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10279 $as_echo_n "(cached) " >&6
10280 else
10281 $RM conftest*
10282 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10283
10284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10285 (eval $ac_compile) 2>&5
10286 ac_status=$?
10287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10288 test $ac_status = 0; } 2>conftest.err; then
10289 soname=conftest
10290 lib=conftest
10291 libobjs=conftest.$ac_objext
10292 deplibs=
10293 wl=$lt_prog_compiler_wl
10294 pic_flag=$lt_prog_compiler_pic
10295 compiler_flags=-v
10296 linker_flags=-v
10297 verstring=
10298 output_objdir=.
10299 libname=conftest
10300 lt_save_allow_undefined_flag=$allow_undefined_flag
10301 allow_undefined_flag=
10302 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10303 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10304 ac_status=$?
10305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10306 test $ac_status = 0; }
10307 then
10308 lt_cv_archive_cmds_need_lc=no
10309 else
10310 lt_cv_archive_cmds_need_lc=yes
10311 fi
10312 allow_undefined_flag=$lt_save_allow_undefined_flag
10313 else
10314 cat conftest.err 1>&5
10315 fi
10316 $RM conftest*
10317
10318 fi
10319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10320 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10321 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10322 ;;
10323 esac
10324 fi
10325 ;;
10326 esac
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477
10478
10479
10480
10481
10482
10483
10484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10485 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10486
10487 if test "$GCC" = yes; then
10488 case $host_os in
10489 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10490 *) lt_awk_arg="/^libraries:/" ;;
10491 esac
10492 case $host_os in
10493 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10494 *) lt_sed_strip_eq="s,=/,/,g" ;;
10495 esac
10496 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10497 case $lt_search_path_spec in
10498 *\;*)
10499 # if the path contains ";" then we assume it to be the separator
10500 # otherwise default to the standard path separator (i.e. ":") - it is
10501 # assumed that no part of a normal pathname contains ";" but that should
10502 # okay in the real world where ";" in dirpaths is itself problematic.
10503 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10504 ;;
10505 *)
10506 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10507 ;;
10508 esac
10509 # Ok, now we have the path, separated by spaces, we can step through it
10510 # and add multilib dir if necessary.
10511 lt_tmp_lt_search_path_spec=
10512 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10513 for lt_sys_path in $lt_search_path_spec; do
10514 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10515 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10516 else
10517 test -d "$lt_sys_path" && \
10518 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10519 fi
10520 done
10521 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10522 BEGIN {RS=" "; FS="/|\n";} {
10523 lt_foo="";
10524 lt_count=0;
10525 for (lt_i = NF; lt_i > 0; lt_i--) {
10526 if ($lt_i != "" && $lt_i != ".") {
10527 if ($lt_i == "..") {
10528 lt_count++;
10529 } else {
10530 if (lt_count == 0) {
10531 lt_foo="/" $lt_i lt_foo;
10532 } else {
10533 lt_count--;
10534 }
10535 }
10536 }
10537 }
10538 if (lt_foo != "") { lt_freq[lt_foo]++; }
10539 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10540 }'`
10541 # AWK program above erroneously prepends '/' to C:/dos/paths
10542 # for these hosts.
10543 case $host_os in
10544 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10545 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10546 esac
10547 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10548 else
10549 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10550 fi
10551 library_names_spec=
10552 libname_spec='lib$name'
10553 soname_spec=
10554 shrext_cmds=".so"
10555 postinstall_cmds=
10556 postuninstall_cmds=
10557 finish_cmds=
10558 finish_eval=
10559 shlibpath_var=
10560 shlibpath_overrides_runpath=unknown
10561 version_type=none
10562 dynamic_linker="$host_os ld.so"
10563 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10564 need_lib_prefix=unknown
10565 hardcode_into_libs=no
10566
10567 # when you set need_version to no, make sure it does not cause -set_version
10568 # flags to be left without arguments
10569 need_version=unknown
10570
10571 case $host_os in
10572 aix3*)
10573 version_type=linux
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10575 shlibpath_var=LIBPATH
10576
10577 # AIX 3 has no versioning support, so we append a major version to the name.
10578 soname_spec='${libname}${release}${shared_ext}$major'
10579 ;;
10580
10581 aix[4-9]*)
10582 version_type=linux
10583 need_lib_prefix=no
10584 need_version=no
10585 hardcode_into_libs=yes
10586 if test "$host_cpu" = ia64; then
10587 # AIX 5 supports IA64
10588 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10589 shlibpath_var=LD_LIBRARY_PATH
10590 else
10591 # With GCC up to 2.95.x, collect2 would create an import file
10592 # for dependence libraries. The import file would start with
10593 # the line `#! .'. This would cause the generated library to
10594 # depend on `.', always an invalid library. This was fixed in
10595 # development snapshots of GCC prior to 3.0.
10596 case $host_os in
10597 aix4 | aix4.[01] | aix4.[01].*)
10598 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10599 echo ' yes '
10600 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10601 :
10602 else
10603 can_build_shared=no
10604 fi
10605 ;;
10606 esac
10607 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10608 # soname into executable. Probably we can add versioning support to
10609 # collect2, so additional links can be useful in future.
10610 if test "$aix_use_runtimelinking" = yes; then
10611 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10612 # instead of lib<name>.a to let people know that these are not
10613 # typical AIX shared libraries.
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10615 else
10616 # We preserve .a as extension for shared libraries through AIX4.2
10617 # and later when we are not doing run time linking.
10618 library_names_spec='${libname}${release}.a $libname.a'
10619 soname_spec='${libname}${release}${shared_ext}$major'
10620 fi
10621 shlibpath_var=LIBPATH
10622 fi
10623 ;;
10624
10625 amigaos*)
10626 case $host_cpu in
10627 powerpc)
10628 # Since July 2007 AmigaOS4 officially supports .so libraries.
10629 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10630 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10631 ;;
10632 m68k)
10633 library_names_spec='$libname.ixlibrary $libname.a'
10634 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10635 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'
10636 ;;
10637 esac
10638 ;;
10639
10640 beos*)
10641 library_names_spec='${libname}${shared_ext}'
10642 dynamic_linker="$host_os ld.so"
10643 shlibpath_var=LIBRARY_PATH
10644 ;;
10645
10646 bsdi[45]*)
10647 version_type=linux
10648 need_version=no
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 soname_spec='${libname}${release}${shared_ext}$major'
10651 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10652 shlibpath_var=LD_LIBRARY_PATH
10653 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10654 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10655 # the default ld.so.conf also contains /usr/contrib/lib and
10656 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10657 # libtool to hard-code these into programs
10658 ;;
10659
10660 cygwin* | mingw* | pw32* | cegcc*)
10661 version_type=windows
10662 shrext_cmds=".dll"
10663 need_version=no
10664 need_lib_prefix=no
10665
10666 case $GCC,$host_os in
10667 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10668 library_names_spec='$libname.dll.a'
10669 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10670 postinstall_cmds='base_file=`basename \${file}`~
10671 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10672 dldir=$destdir/`dirname \$dlpath`~
10673 test -d \$dldir || mkdir -p \$dldir~
10674 $install_prog $dir/$dlname \$dldir/$dlname~
10675 chmod a+x \$dldir/$dlname~
10676 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10677 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10678 fi'
10679 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10680 dlpath=$dir/\$dldll~
10681 $RM \$dlpath'
10682 shlibpath_overrides_runpath=yes
10683
10684 case $host_os in
10685 cygwin*)
10686 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10687 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10688
10689 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10690 ;;
10691 mingw* | cegcc*)
10692 # MinGW DLLs use traditional 'lib' prefix
10693 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10694 ;;
10695 pw32*)
10696 # pw32 DLLs use 'pw' prefix rather than 'lib'
10697 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10698 ;;
10699 esac
10700 ;;
10701
10702 *)
10703 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10704 ;;
10705 esac
10706 dynamic_linker='Win32 ld.exe'
10707 # FIXME: first we should search . and the directory the executable is in
10708 shlibpath_var=PATH
10709 ;;
10710
10711 darwin* | rhapsody*)
10712 dynamic_linker="$host_os dyld"
10713 version_type=darwin
10714 need_lib_prefix=no
10715 need_version=no
10716 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10717 soname_spec='${libname}${release}${major}$shared_ext'
10718 shlibpath_overrides_runpath=yes
10719 shlibpath_var=DYLD_LIBRARY_PATH
10720 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10721
10722 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10723 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10724 ;;
10725
10726 dgux*)
10727 version_type=linux
10728 need_lib_prefix=no
10729 need_version=no
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10731 soname_spec='${libname}${release}${shared_ext}$major'
10732 shlibpath_var=LD_LIBRARY_PATH
10733 ;;
10734
10735 freebsd* | dragonfly*)
10736 # DragonFly does not have aout. When/if they implement a new
10737 # versioning mechanism, adjust this.
10738 if test -x /usr/bin/objformat; then
10739 objformat=`/usr/bin/objformat`
10740 else
10741 case $host_os in
10742 freebsd[23].*) objformat=aout ;;
10743 *) objformat=elf ;;
10744 esac
10745 fi
10746 version_type=freebsd-$objformat
10747 case $version_type in
10748 freebsd-elf*)
10749 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10750 need_version=no
10751 need_lib_prefix=no
10752 ;;
10753 freebsd-*)
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10755 need_version=yes
10756 ;;
10757 esac
10758 shlibpath_var=LD_LIBRARY_PATH
10759 case $host_os in
10760 freebsd2.*)
10761 shlibpath_overrides_runpath=yes
10762 ;;
10763 freebsd3.[01]* | freebsdelf3.[01]*)
10764 shlibpath_overrides_runpath=yes
10765 hardcode_into_libs=yes
10766 ;;
10767 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10768 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10769 shlibpath_overrides_runpath=no
10770 hardcode_into_libs=yes
10771 ;;
10772 *) # from 4.6 on, and DragonFly
10773 shlibpath_overrides_runpath=yes
10774 hardcode_into_libs=yes
10775 ;;
10776 esac
10777 ;;
10778
10779 haiku*)
10780 version_type=linux
10781 need_lib_prefix=no
10782 need_version=no
10783 dynamic_linker="$host_os runtime_loader"
10784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10785 soname_spec='${libname}${release}${shared_ext}$major'
10786 shlibpath_var=LIBRARY_PATH
10787 shlibpath_overrides_runpath=yes
10788 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10789 hardcode_into_libs=yes
10790 ;;
10791
10792 hpux9* | hpux10* | hpux11*)
10793 # Give a soname corresponding to the major version so that dld.sl refuses to
10794 # link against other versions.
10795 version_type=sunos
10796 need_lib_prefix=no
10797 need_version=no
10798 case $host_cpu in
10799 ia64*)
10800 shrext_cmds='.so'
10801 hardcode_into_libs=yes
10802 dynamic_linker="$host_os dld.so"
10803 shlibpath_var=LD_LIBRARY_PATH
10804 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10806 soname_spec='${libname}${release}${shared_ext}$major'
10807 if test "X$HPUX_IA64_MODE" = X32; then
10808 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10809 else
10810 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10811 fi
10812 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10813 ;;
10814 hppa*64*)
10815 shrext_cmds='.sl'
10816 hardcode_into_libs=yes
10817 dynamic_linker="$host_os dld.sl"
10818 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10819 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10820 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10821 soname_spec='${libname}${release}${shared_ext}$major'
10822 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10823 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10824 ;;
10825 *)
10826 shrext_cmds='.sl'
10827 dynamic_linker="$host_os dld.sl"
10828 shlibpath_var=SHLIB_PATH
10829 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10830 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10831 soname_spec='${libname}${release}${shared_ext}$major'
10832 ;;
10833 esac
10834 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10835 postinstall_cmds='chmod 555 $lib'
10836 # or fails outright, so override atomically:
10837 install_override_mode=555
10838 ;;
10839
10840 interix[3-9]*)
10841 version_type=linux
10842 need_lib_prefix=no
10843 need_version=no
10844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10845 soname_spec='${libname}${release}${shared_ext}$major'
10846 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10847 shlibpath_var=LD_LIBRARY_PATH
10848 shlibpath_overrides_runpath=no
10849 hardcode_into_libs=yes
10850 ;;
10851
10852 irix5* | irix6* | nonstopux*)
10853 case $host_os in
10854 nonstopux*) version_type=nonstopux ;;
10855 *)
10856 if test "$lt_cv_prog_gnu_ld" = yes; then
10857 version_type=linux
10858 else
10859 version_type=irix
10860 fi ;;
10861 esac
10862 need_lib_prefix=no
10863 need_version=no
10864 soname_spec='${libname}${release}${shared_ext}$major'
10865 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10866 case $host_os in
10867 irix5* | nonstopux*)
10868 libsuff= shlibsuff=
10869 ;;
10870 *)
10871 case $LD in # libtool.m4 will add one of these switches to LD
10872 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10873 libsuff= shlibsuff= libmagic=32-bit;;
10874 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10875 libsuff=32 shlibsuff=N32 libmagic=N32;;
10876 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10877 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10878 *) libsuff= shlibsuff= libmagic=never-match;;
10879 esac
10880 ;;
10881 esac
10882 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10883 shlibpath_overrides_runpath=no
10884 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10885 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10886 hardcode_into_libs=yes
10887 ;;
10888
10889 # No shared lib support for Linux oldld, aout, or coff.
10890 linux*oldld* | linux*aout* | linux*coff*)
10891 dynamic_linker=no
10892 ;;
10893
10894 # This must be Linux ELF.
10895 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10896 version_type=linux
10897 need_lib_prefix=no
10898 need_version=no
10899 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10900 soname_spec='${libname}${release}${shared_ext}$major'
10901 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10902 shlibpath_var=LD_LIBRARY_PATH
10903 shlibpath_overrides_runpath=no
10904
10905 # Some binutils ld are patched to set DT_RUNPATH
10906 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10907 $as_echo_n "(cached) " >&6
10908 else
10909 lt_cv_shlibpath_overrides_runpath=no
10910 save_LDFLAGS=$LDFLAGS
10911 save_libdir=$libdir
10912 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10913 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10915 /* end confdefs.h. */
10916
10917 int
10918 main ()
10919 {
10920
10921 ;
10922 return 0;
10923 }
10924 _ACEOF
10925 if ac_fn_c_try_link "$LINENO"; then :
10926 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10927 lt_cv_shlibpath_overrides_runpath=yes
10928 fi
10929 fi
10930 rm -f core conftest.err conftest.$ac_objext \
10931 conftest$ac_exeext conftest.$ac_ext
10932 LDFLAGS=$save_LDFLAGS
10933 libdir=$save_libdir
10934
10935 fi
10936
10937 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10938
10939 # This implies no fast_install, which is unacceptable.
10940 # Some rework will be needed to allow for fast_install
10941 # before this can be enabled.
10942 hardcode_into_libs=yes
10943
10944 # Append ld.so.conf contents to the search path
10945 if test -f /etc/ld.so.conf; then
10946 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' ' '`
10947 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10948 fi
10949
10950 # We used to test for /lib/ld.so.1 and disable shared libraries on
10951 # powerpc, because MkLinux only supported shared libraries with the
10952 # GNU dynamic linker. Since this was broken with cross compilers,
10953 # most powerpc-linux boxes support dynamic linking these days and
10954 # people can always --disable-shared, the test was removed, and we
10955 # assume the GNU/Linux dynamic linker is in use.
10956 dynamic_linker='GNU/Linux ld.so'
10957 ;;
10958
10959 netbsd*)
10960 version_type=sunos
10961 need_lib_prefix=no
10962 need_version=no
10963 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10965 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10966 dynamic_linker='NetBSD (a.out) ld.so'
10967 else
10968 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10969 soname_spec='${libname}${release}${shared_ext}$major'
10970 dynamic_linker='NetBSD ld.elf_so'
10971 fi
10972 shlibpath_var=LD_LIBRARY_PATH
10973 shlibpath_overrides_runpath=yes
10974 hardcode_into_libs=yes
10975 ;;
10976
10977 newsos6)
10978 version_type=linux
10979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10980 shlibpath_var=LD_LIBRARY_PATH
10981 shlibpath_overrides_runpath=yes
10982 ;;
10983
10984 *nto* | *qnx*)
10985 version_type=qnx
10986 need_lib_prefix=no
10987 need_version=no
10988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10989 soname_spec='${libname}${release}${shared_ext}$major'
10990 shlibpath_var=LD_LIBRARY_PATH
10991 shlibpath_overrides_runpath=no
10992 hardcode_into_libs=yes
10993 dynamic_linker='ldqnx.so'
10994 ;;
10995
10996 openbsd*)
10997 version_type=sunos
10998 sys_lib_dlsearch_path_spec="/usr/lib"
10999 need_lib_prefix=no
11000 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11001 case $host_os in
11002 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
11003 *) need_version=no ;;
11004 esac
11005 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11006 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11007 shlibpath_var=LD_LIBRARY_PATH
11008 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11009 case $host_os in
11010 openbsd2.[89] | openbsd2.[89].*)
11011 shlibpath_overrides_runpath=no
11012 ;;
11013 *)
11014 shlibpath_overrides_runpath=yes
11015 ;;
11016 esac
11017 else
11018 shlibpath_overrides_runpath=yes
11019 fi
11020 ;;
11021
11022 os2*)
11023 libname_spec='$name'
11024 shrext_cmds=".dll"
11025 need_lib_prefix=no
11026 library_names_spec='$libname${shared_ext} $libname.a'
11027 dynamic_linker='OS/2 ld.exe'
11028 shlibpath_var=LIBPATH
11029 ;;
11030
11031 osf3* | osf4* | osf5*)
11032 version_type=osf
11033 need_lib_prefix=no
11034 need_version=no
11035 soname_spec='${libname}${release}${shared_ext}$major'
11036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11037 shlibpath_var=LD_LIBRARY_PATH
11038 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11039 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11040 ;;
11041
11042 rdos*)
11043 dynamic_linker=no
11044 ;;
11045
11046 solaris*)
11047 version_type=linux
11048 need_lib_prefix=no
11049 need_version=no
11050 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11051 soname_spec='${libname}${release}${shared_ext}$major'
11052 shlibpath_var=LD_LIBRARY_PATH
11053 shlibpath_overrides_runpath=yes
11054 hardcode_into_libs=yes
11055 # ldd complains unless libraries are executable
11056 postinstall_cmds='chmod +x $lib'
11057 ;;
11058
11059 sunos4*)
11060 version_type=sunos
11061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11062 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11063 shlibpath_var=LD_LIBRARY_PATH
11064 shlibpath_overrides_runpath=yes
11065 if test "$with_gnu_ld" = yes; then
11066 need_lib_prefix=no
11067 fi
11068 need_version=yes
11069 ;;
11070
11071 sysv4 | sysv4.3*)
11072 version_type=linux
11073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11074 soname_spec='${libname}${release}${shared_ext}$major'
11075 shlibpath_var=LD_LIBRARY_PATH
11076 case $host_vendor in
11077 sni)
11078 shlibpath_overrides_runpath=no
11079 need_lib_prefix=no
11080 runpath_var=LD_RUN_PATH
11081 ;;
11082 siemens)
11083 need_lib_prefix=no
11084 ;;
11085 motorola)
11086 need_lib_prefix=no
11087 need_version=no
11088 shlibpath_overrides_runpath=no
11089 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11090 ;;
11091 esac
11092 ;;
11093
11094 sysv4*MP*)
11095 if test -d /usr/nec ;then
11096 version_type=linux
11097 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11098 soname_spec='$libname${shared_ext}.$major'
11099 shlibpath_var=LD_LIBRARY_PATH
11100 fi
11101 ;;
11102
11103 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11104 version_type=freebsd-elf
11105 need_lib_prefix=no
11106 need_version=no
11107 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11108 soname_spec='${libname}${release}${shared_ext}$major'
11109 shlibpath_var=LD_LIBRARY_PATH
11110 shlibpath_overrides_runpath=yes
11111 hardcode_into_libs=yes
11112 if test "$with_gnu_ld" = yes; then
11113 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11114 else
11115 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11116 case $host_os in
11117 sco3.2v5*)
11118 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11119 ;;
11120 esac
11121 fi
11122 sys_lib_dlsearch_path_spec='/usr/lib'
11123 ;;
11124
11125 tpf*)
11126 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11127 version_type=linux
11128 need_lib_prefix=no
11129 need_version=no
11130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11131 shlibpath_var=LD_LIBRARY_PATH
11132 shlibpath_overrides_runpath=no
11133 hardcode_into_libs=yes
11134 ;;
11135
11136 uts4*)
11137 version_type=linux
11138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11139 soname_spec='${libname}${release}${shared_ext}$major'
11140 shlibpath_var=LD_LIBRARY_PATH
11141 ;;
11142
11143 *)
11144 dynamic_linker=no
11145 ;;
11146 esac
11147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11148 $as_echo "$dynamic_linker" >&6; }
11149 test "$dynamic_linker" = no && can_build_shared=no
11150
11151 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11152 if test "$GCC" = yes; then
11153 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11154 fi
11155
11156 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11157 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11158 fi
11159 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11160 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11161 fi
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229
11230
11231
11232
11233
11234
11235
11236
11237
11238
11239
11240
11241
11242
11243
11244
11245
11246
11247
11248
11249
11250
11251
11252
11253
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11255 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11256 hardcode_action=
11257 if test -n "$hardcode_libdir_flag_spec" ||
11258 test -n "$runpath_var" ||
11259 test "X$hardcode_automatic" = "Xyes" ; then
11260
11261 # We can hardcode non-existent directories.
11262 if test "$hardcode_direct" != no &&
11263 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11264 # have to relink, otherwise we might link with an installed library
11265 # when we should be linking with a yet-to-be-installed one
11266 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11267 test "$hardcode_minus_L" != no; then
11268 # Linking always hardcodes the temporary library directory.
11269 hardcode_action=relink
11270 else
11271 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11272 hardcode_action=immediate
11273 fi
11274 else
11275 # We cannot hardcode anything, or else we can only hardcode existing
11276 # directories.
11277 hardcode_action=unsupported
11278 fi
11279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11280 $as_echo "$hardcode_action" >&6; }
11281
11282 if test "$hardcode_action" = relink ||
11283 test "$inherit_rpath" = yes; then
11284 # Fast installation is not supported
11285 enable_fast_install=no
11286 elif test "$shlibpath_overrides_runpath" = yes ||
11287 test "$enable_shared" = no; then
11288 # Fast installation is not necessary
11289 enable_fast_install=needless
11290 fi
11291
11292
11293
11294
11295
11296
11297 if test "x$enable_dlopen" != xyes; then
11298 enable_dlopen=unknown
11299 enable_dlopen_self=unknown
11300 enable_dlopen_self_static=unknown
11301 else
11302 lt_cv_dlopen=no
11303 lt_cv_dlopen_libs=
11304
11305 case $host_os in
11306 beos*)
11307 lt_cv_dlopen="load_add_on"
11308 lt_cv_dlopen_libs=
11309 lt_cv_dlopen_self=yes
11310 ;;
11311
11312 mingw* | pw32* | cegcc*)
11313 lt_cv_dlopen="LoadLibrary"
11314 lt_cv_dlopen_libs=
11315 ;;
11316
11317 cygwin*)
11318 lt_cv_dlopen="dlopen"
11319 lt_cv_dlopen_libs=
11320 ;;
11321
11322 darwin*)
11323 # if libdl is installed we need to link against it
11324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11325 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11326 if ${ac_cv_lib_dl_dlopen+:} false; then :
11327 $as_echo_n "(cached) " >&6
11328 else
11329 ac_check_lib_save_LIBS=$LIBS
11330 LIBS="-ldl $LIBS"
11331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11332 /* end confdefs.h. */
11333
11334 /* Override any GCC internal prototype to avoid an error.
11335 Use char because int might match the return type of a GCC
11336 builtin and then its argument prototype would still apply. */
11337 #ifdef __cplusplus
11338 extern "C"
11339 #endif
11340 char dlopen ();
11341 int
11342 main ()
11343 {
11344 return dlopen ();
11345 ;
11346 return 0;
11347 }
11348 _ACEOF
11349 if ac_fn_c_try_link "$LINENO"; then :
11350 ac_cv_lib_dl_dlopen=yes
11351 else
11352 ac_cv_lib_dl_dlopen=no
11353 fi
11354 rm -f core conftest.err conftest.$ac_objext \
11355 conftest$ac_exeext conftest.$ac_ext
11356 LIBS=$ac_check_lib_save_LIBS
11357 fi
11358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11359 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11360 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11361 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11362 else
11363
11364 lt_cv_dlopen="dyld"
11365 lt_cv_dlopen_libs=
11366 lt_cv_dlopen_self=yes
11367
11368 fi
11369
11370 ;;
11371
11372 *)
11373 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11374 if test "x$ac_cv_func_shl_load" = xyes; then :
11375 lt_cv_dlopen="shl_load"
11376 else
11377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11378 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11379 if ${ac_cv_lib_dld_shl_load+:} false; then :
11380 $as_echo_n "(cached) " >&6
11381 else
11382 ac_check_lib_save_LIBS=$LIBS
11383 LIBS="-ldld $LIBS"
11384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11385 /* end confdefs.h. */
11386
11387 /* Override any GCC internal prototype to avoid an error.
11388 Use char because int might match the return type of a GCC
11389 builtin and then its argument prototype would still apply. */
11390 #ifdef __cplusplus
11391 extern "C"
11392 #endif
11393 char shl_load ();
11394 int
11395 main ()
11396 {
11397 return shl_load ();
11398 ;
11399 return 0;
11400 }
11401 _ACEOF
11402 if ac_fn_c_try_link "$LINENO"; then :
11403 ac_cv_lib_dld_shl_load=yes
11404 else
11405 ac_cv_lib_dld_shl_load=no
11406 fi
11407 rm -f core conftest.err conftest.$ac_objext \
11408 conftest$ac_exeext conftest.$ac_ext
11409 LIBS=$ac_check_lib_save_LIBS
11410 fi
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11412 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11413 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11414 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11415 else
11416 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11417 if test "x$ac_cv_func_dlopen" = xyes; then :
11418 lt_cv_dlopen="dlopen"
11419 else
11420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11421 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11422 if ${ac_cv_lib_dl_dlopen+:} false; then :
11423 $as_echo_n "(cached) " >&6
11424 else
11425 ac_check_lib_save_LIBS=$LIBS
11426 LIBS="-ldl $LIBS"
11427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11428 /* end confdefs.h. */
11429
11430 /* Override any GCC internal prototype to avoid an error.
11431 Use char because int might match the return type of a GCC
11432 builtin and then its argument prototype would still apply. */
11433 #ifdef __cplusplus
11434 extern "C"
11435 #endif
11436 char dlopen ();
11437 int
11438 main ()
11439 {
11440 return dlopen ();
11441 ;
11442 return 0;
11443 }
11444 _ACEOF
11445 if ac_fn_c_try_link "$LINENO"; then :
11446 ac_cv_lib_dl_dlopen=yes
11447 else
11448 ac_cv_lib_dl_dlopen=no
11449 fi
11450 rm -f core conftest.err conftest.$ac_objext \
11451 conftest$ac_exeext conftest.$ac_ext
11452 LIBS=$ac_check_lib_save_LIBS
11453 fi
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11455 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11456 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11457 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11458 else
11459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11460 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11461 if ${ac_cv_lib_svld_dlopen+:} false; then :
11462 $as_echo_n "(cached) " >&6
11463 else
11464 ac_check_lib_save_LIBS=$LIBS
11465 LIBS="-lsvld $LIBS"
11466 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11467 /* end confdefs.h. */
11468
11469 /* Override any GCC internal prototype to avoid an error.
11470 Use char because int might match the return type of a GCC
11471 builtin and then its argument prototype would still apply. */
11472 #ifdef __cplusplus
11473 extern "C"
11474 #endif
11475 char dlopen ();
11476 int
11477 main ()
11478 {
11479 return dlopen ();
11480 ;
11481 return 0;
11482 }
11483 _ACEOF
11484 if ac_fn_c_try_link "$LINENO"; then :
11485 ac_cv_lib_svld_dlopen=yes
11486 else
11487 ac_cv_lib_svld_dlopen=no
11488 fi
11489 rm -f core conftest.err conftest.$ac_objext \
11490 conftest$ac_exeext conftest.$ac_ext
11491 LIBS=$ac_check_lib_save_LIBS
11492 fi
11493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11494 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11495 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11496 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11497 else
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11499 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11500 if ${ac_cv_lib_dld_dld_link+:} false; then :
11501 $as_echo_n "(cached) " >&6
11502 else
11503 ac_check_lib_save_LIBS=$LIBS
11504 LIBS="-ldld $LIBS"
11505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11506 /* end confdefs.h. */
11507
11508 /* Override any GCC internal prototype to avoid an error.
11509 Use char because int might match the return type of a GCC
11510 builtin and then its argument prototype would still apply. */
11511 #ifdef __cplusplus
11512 extern "C"
11513 #endif
11514 char dld_link ();
11515 int
11516 main ()
11517 {
11518 return dld_link ();
11519 ;
11520 return 0;
11521 }
11522 _ACEOF
11523 if ac_fn_c_try_link "$LINENO"; then :
11524 ac_cv_lib_dld_dld_link=yes
11525 else
11526 ac_cv_lib_dld_dld_link=no
11527 fi
11528 rm -f core conftest.err conftest.$ac_objext \
11529 conftest$ac_exeext conftest.$ac_ext
11530 LIBS=$ac_check_lib_save_LIBS
11531 fi
11532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11533 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11534 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11535 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11536 fi
11537
11538
11539 fi
11540
11541
11542 fi
11543
11544
11545 fi
11546
11547
11548 fi
11549
11550
11551 fi
11552
11553 ;;
11554 esac
11555
11556 if test "x$lt_cv_dlopen" != xno; then
11557 enable_dlopen=yes
11558 else
11559 enable_dlopen=no
11560 fi
11561
11562 case $lt_cv_dlopen in
11563 dlopen)
11564 save_CPPFLAGS="$CPPFLAGS"
11565 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11566
11567 save_LDFLAGS="$LDFLAGS"
11568 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11569
11570 save_LIBS="$LIBS"
11571 LIBS="$lt_cv_dlopen_libs $LIBS"
11572
11573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11574 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11575 if ${lt_cv_dlopen_self+:} false; then :
11576 $as_echo_n "(cached) " >&6
11577 else
11578 if test "$cross_compiling" = yes; then :
11579 lt_cv_dlopen_self=cross
11580 else
11581 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11582 lt_status=$lt_dlunknown
11583 cat > conftest.$ac_ext <<_LT_EOF
11584 #line 11584 "configure"
11585 #include "confdefs.h"
11586
11587 #if HAVE_DLFCN_H
11588 #include <dlfcn.h>
11589 #endif
11590
11591 #include <stdio.h>
11592
11593 #ifdef RTLD_GLOBAL
11594 # define LT_DLGLOBAL RTLD_GLOBAL
11595 #else
11596 # ifdef DL_GLOBAL
11597 # define LT_DLGLOBAL DL_GLOBAL
11598 # else
11599 # define LT_DLGLOBAL 0
11600 # endif
11601 #endif
11602
11603 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11604 find out it does not work in some platform. */
11605 #ifndef LT_DLLAZY_OR_NOW
11606 # ifdef RTLD_LAZY
11607 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11608 # else
11609 # ifdef DL_LAZY
11610 # define LT_DLLAZY_OR_NOW DL_LAZY
11611 # else
11612 # ifdef RTLD_NOW
11613 # define LT_DLLAZY_OR_NOW RTLD_NOW
11614 # else
11615 # ifdef DL_NOW
11616 # define LT_DLLAZY_OR_NOW DL_NOW
11617 # else
11618 # define LT_DLLAZY_OR_NOW 0
11619 # endif
11620 # endif
11621 # endif
11622 # endif
11623 #endif
11624
11625 /* When -fvisbility=hidden is used, assume the code has been annotated
11626 correspondingly for the symbols needed. */
11627 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11628 void fnord () __attribute__((visibility("default")));
11629 #endif
11630
11631 void fnord () { int i=42; }
11632 int main ()
11633 {
11634 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11635 int status = $lt_dlunknown;
11636
11637 if (self)
11638 {
11639 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11640 else
11641 {
11642 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11643 else puts (dlerror ());
11644 }
11645 /* dlclose (self); */
11646 }
11647 else
11648 puts (dlerror ());
11649
11650 return status;
11651 }
11652 _LT_EOF
11653 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11654 (eval $ac_link) 2>&5
11655 ac_status=$?
11656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11657 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11658 (./conftest; exit; ) >&5 2>/dev/null
11659 lt_status=$?
11660 case x$lt_status in
11661 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11662 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11663 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11664 esac
11665 else :
11666 # compilation failed
11667 lt_cv_dlopen_self=no
11668 fi
11669 fi
11670 rm -fr conftest*
11671
11672
11673 fi
11674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11675 $as_echo "$lt_cv_dlopen_self" >&6; }
11676
11677 if test "x$lt_cv_dlopen_self" = xyes; then
11678 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11680 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11681 if ${lt_cv_dlopen_self_static+:} false; then :
11682 $as_echo_n "(cached) " >&6
11683 else
11684 if test "$cross_compiling" = yes; then :
11685 lt_cv_dlopen_self_static=cross
11686 else
11687 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11688 lt_status=$lt_dlunknown
11689 cat > conftest.$ac_ext <<_LT_EOF
11690 #line 11690 "configure"
11691 #include "confdefs.h"
11692
11693 #if HAVE_DLFCN_H
11694 #include <dlfcn.h>
11695 #endif
11696
11697 #include <stdio.h>
11698
11699 #ifdef RTLD_GLOBAL
11700 # define LT_DLGLOBAL RTLD_GLOBAL
11701 #else
11702 # ifdef DL_GLOBAL
11703 # define LT_DLGLOBAL DL_GLOBAL
11704 # else
11705 # define LT_DLGLOBAL 0
11706 # endif
11707 #endif
11708
11709 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11710 find out it does not work in some platform. */
11711 #ifndef LT_DLLAZY_OR_NOW
11712 # ifdef RTLD_LAZY
11713 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11714 # else
11715 # ifdef DL_LAZY
11716 # define LT_DLLAZY_OR_NOW DL_LAZY
11717 # else
11718 # ifdef RTLD_NOW
11719 # define LT_DLLAZY_OR_NOW RTLD_NOW
11720 # else
11721 # ifdef DL_NOW
11722 # define LT_DLLAZY_OR_NOW DL_NOW
11723 # else
11724 # define LT_DLLAZY_OR_NOW 0
11725 # endif
11726 # endif
11727 # endif
11728 # endif
11729 #endif
11730
11731 /* When -fvisbility=hidden is used, assume the code has been annotated
11732 correspondingly for the symbols needed. */
11733 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11734 void fnord () __attribute__((visibility("default")));
11735 #endif
11736
11737 void fnord () { int i=42; }
11738 int main ()
11739 {
11740 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11741 int status = $lt_dlunknown;
11742
11743 if (self)
11744 {
11745 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11746 else
11747 {
11748 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11749 else puts (dlerror ());
11750 }
11751 /* dlclose (self); */
11752 }
11753 else
11754 puts (dlerror ());
11755
11756 return status;
11757 }
11758 _LT_EOF
11759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11760 (eval $ac_link) 2>&5
11761 ac_status=$?
11762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11763 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11764 (./conftest; exit; ) >&5 2>/dev/null
11765 lt_status=$?
11766 case x$lt_status in
11767 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11768 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11769 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11770 esac
11771 else :
11772 # compilation failed
11773 lt_cv_dlopen_self_static=no
11774 fi
11775 fi
11776 rm -fr conftest*
11777
11778
11779 fi
11780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11781 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11782 fi
11783
11784 CPPFLAGS="$save_CPPFLAGS"
11785 LDFLAGS="$save_LDFLAGS"
11786 LIBS="$save_LIBS"
11787 ;;
11788 esac
11789
11790 case $lt_cv_dlopen_self in
11791 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11792 *) enable_dlopen_self=unknown ;;
11793 esac
11794
11795 case $lt_cv_dlopen_self_static in
11796 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11797 *) enable_dlopen_self_static=unknown ;;
11798 esac
11799 fi
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817 striplib=
11818 old_striplib=
11819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11820 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11821 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11822 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11823 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11825 $as_echo "yes" >&6; }
11826 else
11827 # FIXME - insert some real tests, host_os isn't really good enough
11828 case $host_os in
11829 darwin*)
11830 if test -n "$STRIP" ; then
11831 striplib="$STRIP -x"
11832 old_striplib="$STRIP -S"
11833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11834 $as_echo "yes" >&6; }
11835 else
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11837 $as_echo "no" >&6; }
11838 fi
11839 ;;
11840 *)
11841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11842 $as_echo "no" >&6; }
11843 ;;
11844 esac
11845 fi
11846
11847
11848
11849
11850
11851
11852
11853
11854
11855
11856
11857
11858 # Report which library types will actually be built
11859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11860 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11862 $as_echo "$can_build_shared" >&6; }
11863
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11865 $as_echo_n "checking whether to build shared libraries... " >&6; }
11866 test "$can_build_shared" = "no" && enable_shared=no
11867
11868 # On AIX, shared libraries and static libraries use the same namespace, and
11869 # are all built from PIC.
11870 case $host_os in
11871 aix3*)
11872 test "$enable_shared" = yes && enable_static=no
11873 if test -n "$RANLIB"; then
11874 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11875 postinstall_cmds='$RANLIB $lib'
11876 fi
11877 ;;
11878
11879 aix[4-9]*)
11880 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11881 test "$enable_shared" = yes && enable_static=no
11882 fi
11883 ;;
11884 esac
11885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11886 $as_echo "$enable_shared" >&6; }
11887
11888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11889 $as_echo_n "checking whether to build static libraries... " >&6; }
11890 # Make sure either enable_shared or enable_static is yes.
11891 test "$enable_shared" = yes || enable_static=yes
11892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11893 $as_echo "$enable_static" >&6; }
11894
11895
11896
11897
11898 fi
11899 ac_ext=c
11900 ac_cpp='$CPP $CPPFLAGS'
11901 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11902 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11903 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11904
11905 CC="$lt_save_CC"
11906
11907
11908
11909
11910
11911
11912
11913
11914
11915
11916
11917
11918
11919 ac_config_commands="$ac_config_commands libtool"
11920
11921
11922
11923
11924 # Only expand once:
11925
11926
11927
11928 # The tests for host and target for $enable_largefile require
11929 # canonical names.
11930
11931
11932
11933 # As the $enable_largefile decision depends on --enable-plugins we must set it
11934 # even in directories otherwise not depending on the $plugins option.
11935
11936
11937 maybe_plugins=no
11938 for ac_header in dlfcn.h
11939 do :
11940 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11941 "
11942 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11943 cat >>confdefs.h <<_ACEOF
11944 #define HAVE_DLFCN_H 1
11945 _ACEOF
11946 maybe_plugins=yes
11947 fi
11948
11949 done
11950
11951 for ac_header in windows.h
11952 do :
11953 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11954 "
11955 if test "x$ac_cv_header_windows_h" = xyes; then :
11956 cat >>confdefs.h <<_ACEOF
11957 #define HAVE_WINDOWS_H 1
11958 _ACEOF
11959 maybe_plugins=yes
11960 fi
11961
11962 done
11963
11964
11965 # Check whether --enable-plugins was given.
11966 if test "${enable_plugins+set}" = set; then :
11967 enableval=$enable_plugins; case "${enableval}" in
11968 no) plugins=no ;;
11969 *) plugins=yes
11970 if test "$maybe_plugins" != "yes" ; then
11971 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11972 fi ;;
11973 esac
11974 else
11975 plugins=$maybe_plugins
11976
11977 fi
11978
11979 if test "$plugins" = "yes"; then
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11981 $as_echo_n "checking for library containing dlsym... " >&6; }
11982 if ${ac_cv_search_dlsym+:} false; then :
11983 $as_echo_n "(cached) " >&6
11984 else
11985 ac_func_search_save_LIBS=$LIBS
11986 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11987 /* end confdefs.h. */
11988
11989 /* Override any GCC internal prototype to avoid an error.
11990 Use char because int might match the return type of a GCC
11991 builtin and then its argument prototype would still apply. */
11992 #ifdef __cplusplus
11993 extern "C"
11994 #endif
11995 char dlsym ();
11996 int
11997 main ()
11998 {
11999 return dlsym ();
12000 ;
12001 return 0;
12002 }
12003 _ACEOF
12004 for ac_lib in '' dl; do
12005 if test -z "$ac_lib"; then
12006 ac_res="none required"
12007 else
12008 ac_res=-l$ac_lib
12009 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
12010 fi
12011 if ac_fn_c_try_link "$LINENO"; then :
12012 ac_cv_search_dlsym=$ac_res
12013 fi
12014 rm -f core conftest.err conftest.$ac_objext \
12015 conftest$ac_exeext
12016 if ${ac_cv_search_dlsym+:} false; then :
12017 break
12018 fi
12019 done
12020 if ${ac_cv_search_dlsym+:} false; then :
12021
12022 else
12023 ac_cv_search_dlsym=no
12024 fi
12025 rm conftest.$ac_ext
12026 LIBS=$ac_func_search_save_LIBS
12027 fi
12028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12029 $as_echo "$ac_cv_search_dlsym" >&6; }
12030 ac_res=$ac_cv_search_dlsym
12031 if test "$ac_res" != no; then :
12032 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12033
12034 fi
12035
12036 fi
12037
12038
12039 case "${host}" in
12040 sparc-*-solaris*|i?86-*-solaris*)
12041 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12042 # were mutually exclusive until Solaris 11.3. Without procfs support,
12043 # the bfd/ elf module cannot provide certain routines such as
12044 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12045 # explicitly requested large-file support through the
12046 # --enable-largefile switch, disable large-file support in favor of
12047 # procfs support.
12048 #
12049 # Check if <sys/procfs.h> is incompatible with large-file support.
12050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12051 /* end confdefs.h. */
12052 #define _FILE_OFFSET_BITS 64
12053 #define _STRUCTURED_PROC 1
12054 #include <sys/procfs.h>
12055 int
12056 main ()
12057 {
12058
12059 ;
12060 return 0;
12061 }
12062 _ACEOF
12063 if ac_fn_c_try_compile "$LINENO"; then :
12064 acx_cv_procfs_lfs=yes
12065 else
12066 acx_cv_procfs_lfs=no
12067 fi
12068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12069 #
12070 # Forcefully disable large-file support only if necessary, gdb is in
12071 # tree and enabled.
12072 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12073 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
12074 : ${enable_largefile="no"}
12075 if test "$plugins" = yes; then
12076 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12077 plugin support disabled; require large-file support which is incompatible with GDB." >&5
12078 $as_echo "$as_me: WARNING:
12079 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12080 plugins=no
12081 fi
12082 fi
12083 #
12084 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12085 # benefit of g++ 9+ which predefines it on Solaris.
12086 if test "$enable_largefile" = no; then
12087 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
12088
12089 fi
12090 ;;
12091 esac
12092
12093 # Check whether --enable-largefile was given.
12094 if test "${enable_largefile+set}" = set; then :
12095 enableval=$enable_largefile;
12096 fi
12097
12098 if test "$enable_largefile" != no; then
12099
12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12101 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12102 if ${ac_cv_sys_largefile_CC+:} false; then :
12103 $as_echo_n "(cached) " >&6
12104 else
12105 ac_cv_sys_largefile_CC=no
12106 if test "$GCC" != yes; then
12107 ac_save_CC=$CC
12108 while :; do
12109 # IRIX 6.2 and later do not support large files by default,
12110 # so use the C compiler's -n32 option if that helps.
12111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12112 /* end confdefs.h. */
12113 #include <sys/types.h>
12114 /* Check that off_t can represent 2**63 - 1 correctly.
12115 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12116 since some C++ compilers masquerading as C compilers
12117 incorrectly reject 9223372036854775807. */
12118 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12119 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12120 && LARGE_OFF_T % 2147483647 == 1)
12121 ? 1 : -1];
12122 int
12123 main ()
12124 {
12125
12126 ;
12127 return 0;
12128 }
12129 _ACEOF
12130 if ac_fn_c_try_compile "$LINENO"; then :
12131 break
12132 fi
12133 rm -f core conftest.err conftest.$ac_objext
12134 CC="$CC -n32"
12135 if ac_fn_c_try_compile "$LINENO"; then :
12136 ac_cv_sys_largefile_CC=' -n32'; break
12137 fi
12138 rm -f core conftest.err conftest.$ac_objext
12139 break
12140 done
12141 CC=$ac_save_CC
12142 rm -f conftest.$ac_ext
12143 fi
12144 fi
12145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12146 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12147 if test "$ac_cv_sys_largefile_CC" != no; then
12148 CC=$CC$ac_cv_sys_largefile_CC
12149 fi
12150
12151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12152 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12153 if ${ac_cv_sys_file_offset_bits+:} false; then :
12154 $as_echo_n "(cached) " >&6
12155 else
12156 while :; do
12157 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12158 /* end confdefs.h. */
12159 #include <sys/types.h>
12160 /* Check that off_t can represent 2**63 - 1 correctly.
12161 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12162 since some C++ compilers masquerading as C compilers
12163 incorrectly reject 9223372036854775807. */
12164 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12165 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12166 && LARGE_OFF_T % 2147483647 == 1)
12167 ? 1 : -1];
12168 int
12169 main ()
12170 {
12171
12172 ;
12173 return 0;
12174 }
12175 _ACEOF
12176 if ac_fn_c_try_compile "$LINENO"; then :
12177 ac_cv_sys_file_offset_bits=no; break
12178 fi
12179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12181 /* end confdefs.h. */
12182 #define _FILE_OFFSET_BITS 64
12183 #include <sys/types.h>
12184 /* Check that off_t can represent 2**63 - 1 correctly.
12185 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12186 since some C++ compilers masquerading as C compilers
12187 incorrectly reject 9223372036854775807. */
12188 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12189 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12190 && LARGE_OFF_T % 2147483647 == 1)
12191 ? 1 : -1];
12192 int
12193 main ()
12194 {
12195
12196 ;
12197 return 0;
12198 }
12199 _ACEOF
12200 if ac_fn_c_try_compile "$LINENO"; then :
12201 ac_cv_sys_file_offset_bits=64; break
12202 fi
12203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12204 ac_cv_sys_file_offset_bits=unknown
12205 break
12206 done
12207 fi
12208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12209 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12210 case $ac_cv_sys_file_offset_bits in #(
12211 no | unknown) ;;
12212 *)
12213 cat >>confdefs.h <<_ACEOF
12214 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12215 _ACEOF
12216 ;;
12217 esac
12218 rm -rf conftest*
12219 if test $ac_cv_sys_file_offset_bits = unknown; then
12220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12221 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12222 if ${ac_cv_sys_large_files+:} false; then :
12223 $as_echo_n "(cached) " >&6
12224 else
12225 while :; do
12226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12227 /* end confdefs.h. */
12228 #include <sys/types.h>
12229 /* Check that off_t can represent 2**63 - 1 correctly.
12230 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12231 since some C++ compilers masquerading as C compilers
12232 incorrectly reject 9223372036854775807. */
12233 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12234 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12235 && LARGE_OFF_T % 2147483647 == 1)
12236 ? 1 : -1];
12237 int
12238 main ()
12239 {
12240
12241 ;
12242 return 0;
12243 }
12244 _ACEOF
12245 if ac_fn_c_try_compile "$LINENO"; then :
12246 ac_cv_sys_large_files=no; break
12247 fi
12248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12250 /* end confdefs.h. */
12251 #define _LARGE_FILES 1
12252 #include <sys/types.h>
12253 /* Check that off_t can represent 2**63 - 1 correctly.
12254 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12255 since some C++ compilers masquerading as C compilers
12256 incorrectly reject 9223372036854775807. */
12257 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12258 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12259 && LARGE_OFF_T % 2147483647 == 1)
12260 ? 1 : -1];
12261 int
12262 main ()
12263 {
12264
12265 ;
12266 return 0;
12267 }
12268 _ACEOF
12269 if ac_fn_c_try_compile "$LINENO"; then :
12270 ac_cv_sys_large_files=1; break
12271 fi
12272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12273 ac_cv_sys_large_files=unknown
12274 break
12275 done
12276 fi
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12278 $as_echo "$ac_cv_sys_large_files" >&6; }
12279 case $ac_cv_sys_large_files in #(
12280 no | unknown) ;;
12281 *)
12282 cat >>confdefs.h <<_ACEOF
12283 #define _LARGE_FILES $ac_cv_sys_large_files
12284 _ACEOF
12285 ;;
12286 esac
12287 rm -rf conftest*
12288 fi
12289
12290
12291 fi
12292
12293
12294
12295 # Check whether --enable-targets was given.
12296 if test "${enable_targets+set}" = set; then :
12297 enableval=$enable_targets; case "${enableval}" in
12298 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12299 ;;
12300 no) enable_targets= ;;
12301 *) enable_targets=$enableval ;;
12302 esac
12303 fi
12304
12305
12306 # Check whether --enable-deterministic-archives was given.
12307 if test "${enable_deterministic_archives+set}" = set; then :
12308 enableval=$enable_deterministic_archives;
12309 if test "${enableval}" = no; then
12310 default_ar_deterministic=0
12311 else
12312 default_ar_deterministic=1
12313 fi
12314 else
12315 default_ar_deterministic=0
12316 fi
12317
12318
12319
12320 cat >>confdefs.h <<_ACEOF
12321 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12322 _ACEOF
12323
12324
12325
12326 # Check whether --enable-default-strings-all was given.
12327 if test "${enable_default_strings_all+set}" = set; then :
12328 enableval=$enable_default_strings_all;
12329 if test "${enableval}" = no; then
12330 default_strings_all=0
12331 else
12332 default_strings_all=1
12333 fi
12334 else
12335 default_strings_all=1
12336 fi
12337
12338
12339
12340 cat >>confdefs.h <<_ACEOF
12341 #define DEFAULT_STRINGS_ALL $default_strings_all
12342 _ACEOF
12343
12344
12345
12346 # Check whether --enable-f-for-ifunc-symbols was given.
12347 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
12348 enableval=$enable_f_for_ifunc_symbols;
12349 if test "${enableval}" = no; then
12350 default_f_for_ifunc=0
12351 else
12352 default_f_for_ifunc=1
12353 fi
12354 else
12355 default_f_for_ifunc=0
12356 fi
12357
12358
12359
12360 cat >>confdefs.h <<_ACEOF
12361 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
12362 _ACEOF
12363
12364
12365
12366 # Check whether --enable-follow-debug-links was given.
12367 if test "${enable_follow_debug_links+set}" = set; then :
12368 enableval=$enable_follow_debug_links;
12369 if test "${enableval}" = no; then
12370 default_for_follow_links=0
12371 else
12372 default_for_follow_links=1
12373 fi
12374 else
12375 default_for_follow_links=1
12376 fi
12377
12378
12379
12380 cat >>confdefs.h <<_ACEOF
12381 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
12382 _ACEOF
12383
12384
12385
12386
12387
12388
12389
12390
12391
12392
12393 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12394 if test -n "$ac_tool_prefix"; then
12395 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12396 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12398 $as_echo_n "checking for $ac_word... " >&6; }
12399 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12400 $as_echo_n "(cached) " >&6
12401 else
12402 case $PKG_CONFIG in
12403 [\\/]* | ?:[\\/]*)
12404 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12405 ;;
12406 *)
12407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12408 for as_dir in $PATH
12409 do
12410 IFS=$as_save_IFS
12411 test -z "$as_dir" && as_dir=.
12412 for ac_exec_ext in '' $ac_executable_extensions; do
12413 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12414 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12415 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12416 break 2
12417 fi
12418 done
12419 done
12420 IFS=$as_save_IFS
12421
12422 ;;
12423 esac
12424 fi
12425 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12426 if test -n "$PKG_CONFIG"; then
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12428 $as_echo "$PKG_CONFIG" >&6; }
12429 else
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12431 $as_echo "no" >&6; }
12432 fi
12433
12434
12435 fi
12436 if test -z "$ac_cv_path_PKG_CONFIG"; then
12437 ac_pt_PKG_CONFIG=$PKG_CONFIG
12438 # Extract the first word of "pkg-config", so it can be a program name with args.
12439 set dummy pkg-config; ac_word=$2
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12441 $as_echo_n "checking for $ac_word... " >&6; }
12442 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12443 $as_echo_n "(cached) " >&6
12444 else
12445 case $ac_pt_PKG_CONFIG in
12446 [\\/]* | ?:[\\/]*)
12447 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12448 ;;
12449 *)
12450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12451 for as_dir in $PATH
12452 do
12453 IFS=$as_save_IFS
12454 test -z "$as_dir" && as_dir=.
12455 for ac_exec_ext in '' $ac_executable_extensions; do
12456 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12457 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12458 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12459 break 2
12460 fi
12461 done
12462 done
12463 IFS=$as_save_IFS
12464
12465 ;;
12466 esac
12467 fi
12468 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12469 if test -n "$ac_pt_PKG_CONFIG"; then
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12471 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
12472 else
12473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12474 $as_echo "no" >&6; }
12475 fi
12476
12477 if test "x$ac_pt_PKG_CONFIG" = x; then
12478 PKG_CONFIG=""
12479 else
12480 case $cross_compiling:$ac_tool_warned in
12481 yes:)
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12483 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12484 ac_tool_warned=yes ;;
12485 esac
12486 PKG_CONFIG=$ac_pt_PKG_CONFIG
12487 fi
12488 else
12489 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12490 fi
12491
12492 fi
12493 if test -n "$PKG_CONFIG"; then
12494 _pkg_min_version=0.9.0
12495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12496 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12497 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12499 $as_echo "yes" >&6; }
12500 else
12501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12502 $as_echo "no" >&6; }
12503 PKG_CONFIG=""
12504 fi
12505 fi
12506
12507 # Handle optional debuginfod support
12508
12509 # Check whether --with-debuginfod was given.
12510 if test "${with_debuginfod+set}" = set; then :
12511 withval=$with_debuginfod;
12512 else
12513 with_debuginfod=auto
12514 fi
12515
12516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12517 $as_echo_n "checking whether to use debuginfod... " >&6; }
12518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12519 $as_echo "$with_debuginfod" >&6; }
12520
12521 if test "x$with_debuginfod" != xno; then
12522
12523 pkg_failed=no
12524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12525 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12526
12527 if test -n "$DEBUGINFOD_CFLAGS"; then
12528 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
12529 elif test -n "$PKG_CONFIG"; then
12530 if test -n "$PKG_CONFIG" && \
12531 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12532 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12533 ac_status=$?
12534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12535 test $ac_status = 0; }; then
12536 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12537 test "x$?" != "x0" && pkg_failed=yes
12538 else
12539 pkg_failed=yes
12540 fi
12541 else
12542 pkg_failed=untried
12543 fi
12544 if test -n "$DEBUGINFOD_LIBS"; then
12545 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
12546 elif test -n "$PKG_CONFIG"; then
12547 if test -n "$PKG_CONFIG" && \
12548 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12549 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12550 ac_status=$?
12551 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12552 test $ac_status = 0; }; then
12553 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12554 test "x$?" != "x0" && pkg_failed=yes
12555 else
12556 pkg_failed=yes
12557 fi
12558 else
12559 pkg_failed=untried
12560 fi
12561
12562 if test $pkg_failed = no; then
12563 pkg_save_LDFLAGS="$LDFLAGS"
12564 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
12565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12566 /* end confdefs.h. */
12567
12568 int
12569 main ()
12570 {
12571
12572 ;
12573 return 0;
12574 }
12575 _ACEOF
12576 if ac_fn_c_try_link "$LINENO"; then :
12577
12578 else
12579 pkg_failed=yes
12580 fi
12581 rm -f core conftest.err conftest.$ac_objext \
12582 conftest$ac_exeext conftest.$ac_ext
12583 LDFLAGS=$pkg_save_LDFLAGS
12584 fi
12585
12586
12587
12588 if test $pkg_failed = yes; then
12589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12590 $as_echo "no" >&6; }
12591
12592 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12593 _pkg_short_errors_supported=yes
12594 else
12595 _pkg_short_errors_supported=no
12596 fi
12597 if test $_pkg_short_errors_supported = yes; then
12598 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12599 else
12600 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12601 fi
12602 # Put the nasty error message in config.log where it belongs
12603 echo "$DEBUGINFOD_PKG_ERRORS" >&5
12604
12605 if test "x$with_debuginfod" = xyes; then
12606 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12607 else
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12609 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12610 fi
12611 elif test $pkg_failed = untried; then
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12613 $as_echo "no" >&6; }
12614 if test "x$with_debuginfod" = xyes; then
12615 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12616 else
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12618 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12619 fi
12620 else
12621 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12622 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12624 $as_echo "yes" >&6; }
12625
12626 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12627
12628 fi
12629 else
12630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12631 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12632 fi
12633
12634
12635 # Check whether --enable-libctf was given.
12636 if test "${enable_libctf+set}" = set; then :
12637 enableval=$enable_libctf;
12638 case "$enableval" in
12639 yes|no) ;;
12640 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12641 esac
12642
12643 else
12644 enable_libctf=yes
12645 fi
12646
12647
12648 if test "${enable_libctf}" = yes; then
12649
12650 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12651
12652 fi
12653 if test "${enable_libctf}" = yes; then
12654 ENABLE_LIBCTF_TRUE=
12655 ENABLE_LIBCTF_FALSE='#'
12656 else
12657 ENABLE_LIBCTF_TRUE='#'
12658 ENABLE_LIBCTF_FALSE=
12659 fi
12660
12661
12662
12663 # Set the 'development' global.
12664 . $srcdir/../bfd/development.sh
12665
12666 # Set acp_cpp_for_build variable
12667 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12668
12669 # Default set of GCC warnings to enable.
12670 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12671 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12672
12673 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12674 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12675 /* end confdefs.h. */
12676 __GNUC__
12677 _ACEOF
12678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12679 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12680
12681 else
12682 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12683 fi
12684 rm -f conftest*
12685
12686
12687 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12688 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12689 /* end confdefs.h. */
12690 __GNUC__
12691 _ACEOF
12692 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12693 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12694
12695 else
12696 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12697 fi
12698 rm -f conftest*
12699
12700
12701 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12702 WARN_WRITE_STRINGS=""
12703 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12704 /* end confdefs.h. */
12705 __GNUC__
12706 _ACEOF
12707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12708 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12709
12710 else
12711 WARN_WRITE_STRINGS="-Wwrite-strings"
12712 fi
12713 rm -f conftest*
12714
12715
12716 # Verify CC_FOR_BUILD to be compatible with warning flags
12717
12718 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12719 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12720 /* end confdefs.h. */
12721 __GNUC__
12722 _ACEOF
12723 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12724 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12725
12726 else
12727 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12728 fi
12729 rm -f conftest*
12730
12731
12732 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12733 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12734 /* end confdefs.h. */
12735 __GNUC__
12736 _ACEOF
12737 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12738 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12739
12740 else
12741 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12742 fi
12743 rm -f conftest*
12744
12745
12746 # Check whether --enable-werror was given.
12747 if test "${enable_werror+set}" = set; then :
12748 enableval=$enable_werror; case "${enableval}" in
12749 yes | y) ERROR_ON_WARNING="yes" ;;
12750 no | n) ERROR_ON_WARNING="no" ;;
12751 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12752 esac
12753 fi
12754
12755
12756 # Disable -Wformat by default when using gcc on mingw
12757 case "${host}" in
12758 *-*-mingw32*)
12759 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12760 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12761 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12762 fi
12763 ;;
12764 *) ;;
12765 esac
12766
12767 # Enable -Werror by default when using gcc. Turn it off for releases.
12768 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12769 ERROR_ON_WARNING=yes
12770 fi
12771
12772 NO_WERROR=
12773 if test "${ERROR_ON_WARNING}" = yes ; then
12774 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12775 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12776 NO_WERROR="-Wno-error"
12777 fi
12778
12779 if test "${GCC}" = yes ; then
12780 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12781 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12782 fi
12783
12784 # Check whether --enable-build-warnings was given.
12785 if test "${enable_build_warnings+set}" = set; then :
12786 enableval=$enable_build_warnings; case "${enableval}" in
12787 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12788 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12789 no) if test "${GCC}" = yes ; then
12790 WARN_CFLAGS="-w"
12791 WARN_CFLAGS_FOR_BUILD="-w"
12792 fi;;
12793 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12794 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12795 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12796 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12797 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12798 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12799 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12800 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12801 esac
12802 fi
12803
12804
12805 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12806 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12807 fi
12808
12809
12810
12811
12812
12813
12814
12815 ac_config_headers="$ac_config_headers config.h:config.in"
12816
12817
12818
12819
12820 if test -z "$target" ; then
12821 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12822 fi
12823 if test -z "$host" ; then
12824 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12825 fi
12826
12827 for ac_prog in 'bison -y' byacc
12828 do
12829 # Extract the first word of "$ac_prog", so it can be a program name with args.
12830 set dummy $ac_prog; ac_word=$2
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12832 $as_echo_n "checking for $ac_word... " >&6; }
12833 if ${ac_cv_prog_YACC+:} false; then :
12834 $as_echo_n "(cached) " >&6
12835 else
12836 if test -n "$YACC"; then
12837 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12838 else
12839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12840 for as_dir in $PATH
12841 do
12842 IFS=$as_save_IFS
12843 test -z "$as_dir" && as_dir=.
12844 for ac_exec_ext in '' $ac_executable_extensions; do
12845 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12846 ac_cv_prog_YACC="$ac_prog"
12847 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12848 break 2
12849 fi
12850 done
12851 done
12852 IFS=$as_save_IFS
12853
12854 fi
12855 fi
12856 YACC=$ac_cv_prog_YACC
12857 if test -n "$YACC"; then
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12859 $as_echo "$YACC" >&6; }
12860 else
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12862 $as_echo "no" >&6; }
12863 fi
12864
12865
12866 test -n "$YACC" && break
12867 done
12868 test -n "$YACC" || YACC="yacc"
12869
12870 for ac_prog in flex lex
12871 do
12872 # Extract the first word of "$ac_prog", so it can be a program name with args.
12873 set dummy $ac_prog; ac_word=$2
12874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12875 $as_echo_n "checking for $ac_word... " >&6; }
12876 if ${ac_cv_prog_LEX+:} false; then :
12877 $as_echo_n "(cached) " >&6
12878 else
12879 if test -n "$LEX"; then
12880 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12881 else
12882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12883 for as_dir in $PATH
12884 do
12885 IFS=$as_save_IFS
12886 test -z "$as_dir" && as_dir=.
12887 for ac_exec_ext in '' $ac_executable_extensions; do
12888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12889 ac_cv_prog_LEX="$ac_prog"
12890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12891 break 2
12892 fi
12893 done
12894 done
12895 IFS=$as_save_IFS
12896
12897 fi
12898 fi
12899 LEX=$ac_cv_prog_LEX
12900 if test -n "$LEX"; then
12901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12902 $as_echo "$LEX" >&6; }
12903 else
12904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12905 $as_echo "no" >&6; }
12906 fi
12907
12908
12909 test -n "$LEX" && break
12910 done
12911 test -n "$LEX" || LEX=":"
12912
12913 case "$LEX" in
12914 :|*"missing "*) ;;
12915 *) cat >conftest.l <<_ACEOF
12916 %%
12917 a { ECHO; }
12918 b { REJECT; }
12919 c { yymore (); }
12920 d { yyless (1); }
12921 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12922 yyless ((input () != 0)); }
12923 f { unput (yytext[0]); }
12924 . { BEGIN INITIAL; }
12925 %%
12926 #ifdef YYTEXT_POINTER
12927 extern char *yytext;
12928 #endif
12929 int
12930 main (void)
12931 {
12932 return ! yylex () + ! yywrap ();
12933 }
12934 _ACEOF
12935 { { ac_try="$LEX conftest.l"
12936 case "(($ac_try" in
12937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12938 *) ac_try_echo=$ac_try;;
12939 esac
12940 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12941 $as_echo "$ac_try_echo"; } >&5
12942 (eval "$LEX conftest.l") 2>&5
12943 ac_status=$?
12944 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12945 test $ac_status = 0; }
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12947 $as_echo_n "checking lex output file root... " >&6; }
12948 if ${ac_cv_prog_lex_root+:} false; then :
12949 $as_echo_n "(cached) " >&6
12950 else
12951
12952 if test -f lex.yy.c; then
12953 ac_cv_prog_lex_root=lex.yy
12954 elif test -f lexyy.c; then
12955 ac_cv_prog_lex_root=lexyy
12956 else
12957 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12958 fi
12959 fi
12960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12961 $as_echo "$ac_cv_prog_lex_root" >&6; }
12962 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12963
12964 if test -z "${LEXLIB+set}"; then
12965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12966 $as_echo_n "checking lex library... " >&6; }
12967 if ${ac_cv_lib_lex+:} false; then :
12968 $as_echo_n "(cached) " >&6
12969 else
12970
12971 ac_save_LIBS=$LIBS
12972 ac_cv_lib_lex='none needed'
12973 for ac_lib in '' -lfl -ll; do
12974 LIBS="$ac_lib $ac_save_LIBS"
12975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12976 /* end confdefs.h. */
12977 `cat $LEX_OUTPUT_ROOT.c`
12978 _ACEOF
12979 if ac_fn_c_try_link "$LINENO"; then :
12980 ac_cv_lib_lex=$ac_lib
12981 fi
12982 rm -f core conftest.err conftest.$ac_objext \
12983 conftest$ac_exeext conftest.$ac_ext
12984 test "$ac_cv_lib_lex" != 'none needed' && break
12985 done
12986 LIBS=$ac_save_LIBS
12987
12988 fi
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12990 $as_echo "$ac_cv_lib_lex" >&6; }
12991 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12992 fi
12993
12994
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12996 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12997 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12998 $as_echo_n "(cached) " >&6
12999 else
13000 # POSIX says lex can declare yytext either as a pointer or an array; the
13001 # default is implementation-dependent. Figure out which it is, since
13002 # not all implementations provide the %pointer and %array declarations.
13003 ac_cv_prog_lex_yytext_pointer=no
13004 ac_save_LIBS=$LIBS
13005 LIBS="$LEXLIB $ac_save_LIBS"
13006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13007 /* end confdefs.h. */
13008
13009 #define YYTEXT_POINTER 1
13010 `cat $LEX_OUTPUT_ROOT.c`
13011 _ACEOF
13012 if ac_fn_c_try_link "$LINENO"; then :
13013 ac_cv_prog_lex_yytext_pointer=yes
13014 fi
13015 rm -f core conftest.err conftest.$ac_objext \
13016 conftest$ac_exeext conftest.$ac_ext
13017 LIBS=$ac_save_LIBS
13018
13019 fi
13020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13021 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13022 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13023
13024 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13025
13026 fi
13027 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13028 ;;
13029 esac
13030 if test "$LEX" = :; then
13031 LEX=${am_missing_run}flex
13032 fi
13033
13034 ALL_LINGUAS="bg ca da es fi fr hr id it ja pt ro ru rw sk sr sv tr uk vi zh_CN zh_TW"
13035 # If we haven't got the data from the intl directory,
13036 # assume NLS is disabled.
13037 USE_NLS=no
13038 LIBINTL=
13039 LIBINTL_DEP=
13040 INCINTL=
13041 XGETTEXT=
13042 GMSGFMT=
13043 POSUB=
13044
13045 if test -f ../intl/config.intl; then
13046 . ../intl/config.intl
13047 fi
13048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13049 $as_echo_n "checking whether NLS is requested... " >&6; }
13050 if test x"$USE_NLS" != xyes; then
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13052 $as_echo "no" >&6; }
13053 else
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13055 $as_echo "yes" >&6; }
13056
13057 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13058
13059
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13061 $as_echo_n "checking for catalogs to be installed... " >&6; }
13062 # Look for .po and .gmo files in the source directory.
13063 CATALOGS=
13064 XLINGUAS=
13065 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13066 # If there aren't any .gmo files the shell will give us the
13067 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13068 # weeded out.
13069 case "$cat" in *\**)
13070 continue;;
13071 esac
13072 # The quadruple backslash is collapsed to a double backslash
13073 # by the backticks, then collapsed again by the double quotes,
13074 # leaving us with one backslash in the sed expression (right
13075 # before the dot that mustn't act as a wildcard).
13076 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13077 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13078 # The user is allowed to set LINGUAS to a list of languages to
13079 # install catalogs for. If it's empty that means "all of them."
13080 if test "x$LINGUAS" = x; then
13081 CATALOGS="$CATALOGS $cat"
13082 XLINGUAS="$XLINGUAS $lang"
13083 else
13084 case "$LINGUAS" in *$lang*)
13085 CATALOGS="$CATALOGS $cat"
13086 XLINGUAS="$XLINGUAS $lang"
13087 ;;
13088 esac
13089 fi
13090 done
13091 LINGUAS="$XLINGUAS"
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13093 $as_echo "$LINGUAS" >&6; }
13094
13095
13096 DATADIRNAME=share
13097
13098 INSTOBJEXT=.mo
13099
13100 GENCAT=gencat
13101
13102 CATOBJEXT=.gmo
13103
13104 fi
13105
13106 MKINSTALLDIRS=
13107 if test -n "$ac_aux_dir"; then
13108 case "$ac_aux_dir" in
13109 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13110 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13111 esac
13112 fi
13113 if test -z "$MKINSTALLDIRS"; then
13114 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13115 fi
13116
13117
13118
13119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13120 $as_echo_n "checking whether NLS is requested... " >&6; }
13121 # Check whether --enable-nls was given.
13122 if test "${enable_nls+set}" = set; then :
13123 enableval=$enable_nls; USE_NLS=$enableval
13124 else
13125 USE_NLS=yes
13126 fi
13127
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13129 $as_echo "$USE_NLS" >&6; }
13130
13131
13132
13133
13134
13135
13136 # Prepare PATH_SEPARATOR.
13137 # The user is always right.
13138 if test "${PATH_SEPARATOR+set}" != set; then
13139 echo "#! /bin/sh" >conf$$.sh
13140 echo "exit 0" >>conf$$.sh
13141 chmod +x conf$$.sh
13142 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13143 PATH_SEPARATOR=';'
13144 else
13145 PATH_SEPARATOR=:
13146 fi
13147 rm -f conf$$.sh
13148 fi
13149
13150 # Find out how to test for executable files. Don't use a zero-byte file,
13151 # as systems may use methods other than mode bits to determine executability.
13152 cat >conf$$.file <<_ASEOF
13153 #! /bin/sh
13154 exit 0
13155 _ASEOF
13156 chmod +x conf$$.file
13157 if test -x conf$$.file >/dev/null 2>&1; then
13158 ac_executable_p="test -x"
13159 else
13160 ac_executable_p="test -f"
13161 fi
13162 rm -f conf$$.file
13163
13164 # Extract the first word of "msgfmt", so it can be a program name with args.
13165 set dummy msgfmt; ac_word=$2
13166 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13167 $as_echo_n "checking for $ac_word... " >&6; }
13168 if ${ac_cv_path_MSGFMT+:} false; then :
13169 $as_echo_n "(cached) " >&6
13170 else
13171 case "$MSGFMT" in
13172 [\\/]* | ?:[\\/]*)
13173 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13174 ;;
13175 *)
13176 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13177 for ac_dir in $PATH; do
13178 IFS="$ac_save_IFS"
13179 test -z "$ac_dir" && ac_dir=.
13180 for ac_exec_ext in '' $ac_executable_extensions; do
13181 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13182 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13183 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13184 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13185 break 2
13186 fi
13187 fi
13188 done
13189 done
13190 IFS="$ac_save_IFS"
13191 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13192 ;;
13193 esac
13194 fi
13195 MSGFMT="$ac_cv_path_MSGFMT"
13196 if test "$MSGFMT" != ":"; then
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13198 $as_echo "$MSGFMT" >&6; }
13199 else
13200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13201 $as_echo "no" >&6; }
13202 fi
13203
13204 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13205 set dummy gmsgfmt; ac_word=$2
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13207 $as_echo_n "checking for $ac_word... " >&6; }
13208 if ${ac_cv_path_GMSGFMT+:} false; then :
13209 $as_echo_n "(cached) " >&6
13210 else
13211 case $GMSGFMT in
13212 [\\/]* | ?:[\\/]*)
13213 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13214 ;;
13215 *)
13216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13217 for as_dir in $PATH
13218 do
13219 IFS=$as_save_IFS
13220 test -z "$as_dir" && as_dir=.
13221 for ac_exec_ext in '' $ac_executable_extensions; do
13222 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13223 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13224 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13225 break 2
13226 fi
13227 done
13228 done
13229 IFS=$as_save_IFS
13230
13231 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13232 ;;
13233 esac
13234 fi
13235 GMSGFMT=$ac_cv_path_GMSGFMT
13236 if test -n "$GMSGFMT"; then
13237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13238 $as_echo "$GMSGFMT" >&6; }
13239 else
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13241 $as_echo "no" >&6; }
13242 fi
13243
13244
13245
13246
13247 # Prepare PATH_SEPARATOR.
13248 # The user is always right.
13249 if test "${PATH_SEPARATOR+set}" != set; then
13250 echo "#! /bin/sh" >conf$$.sh
13251 echo "exit 0" >>conf$$.sh
13252 chmod +x conf$$.sh
13253 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13254 PATH_SEPARATOR=';'
13255 else
13256 PATH_SEPARATOR=:
13257 fi
13258 rm -f conf$$.sh
13259 fi
13260
13261 # Find out how to test for executable files. Don't use a zero-byte file,
13262 # as systems may use methods other than mode bits to determine executability.
13263 cat >conf$$.file <<_ASEOF
13264 #! /bin/sh
13265 exit 0
13266 _ASEOF
13267 chmod +x conf$$.file
13268 if test -x conf$$.file >/dev/null 2>&1; then
13269 ac_executable_p="test -x"
13270 else
13271 ac_executable_p="test -f"
13272 fi
13273 rm -f conf$$.file
13274
13275 # Extract the first word of "xgettext", so it can be a program name with args.
13276 set dummy xgettext; ac_word=$2
13277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13278 $as_echo_n "checking for $ac_word... " >&6; }
13279 if ${ac_cv_path_XGETTEXT+:} false; then :
13280 $as_echo_n "(cached) " >&6
13281 else
13282 case "$XGETTEXT" in
13283 [\\/]* | ?:[\\/]*)
13284 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13285 ;;
13286 *)
13287 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13288 for ac_dir in $PATH; do
13289 IFS="$ac_save_IFS"
13290 test -z "$ac_dir" && ac_dir=.
13291 for ac_exec_ext in '' $ac_executable_extensions; do
13292 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13293 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13294 (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
13295 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13296 break 2
13297 fi
13298 fi
13299 done
13300 done
13301 IFS="$ac_save_IFS"
13302 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13303 ;;
13304 esac
13305 fi
13306 XGETTEXT="$ac_cv_path_XGETTEXT"
13307 if test "$XGETTEXT" != ":"; then
13308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13309 $as_echo "$XGETTEXT" >&6; }
13310 else
13311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13312 $as_echo "no" >&6; }
13313 fi
13314
13315 rm -f messages.po
13316
13317
13318 # Prepare PATH_SEPARATOR.
13319 # The user is always right.
13320 if test "${PATH_SEPARATOR+set}" != set; then
13321 echo "#! /bin/sh" >conf$$.sh
13322 echo "exit 0" >>conf$$.sh
13323 chmod +x conf$$.sh
13324 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13325 PATH_SEPARATOR=';'
13326 else
13327 PATH_SEPARATOR=:
13328 fi
13329 rm -f conf$$.sh
13330 fi
13331
13332 # Find out how to test for executable files. Don't use a zero-byte file,
13333 # as systems may use methods other than mode bits to determine executability.
13334 cat >conf$$.file <<_ASEOF
13335 #! /bin/sh
13336 exit 0
13337 _ASEOF
13338 chmod +x conf$$.file
13339 if test -x conf$$.file >/dev/null 2>&1; then
13340 ac_executable_p="test -x"
13341 else
13342 ac_executable_p="test -f"
13343 fi
13344 rm -f conf$$.file
13345
13346 # Extract the first word of "msgmerge", so it can be a program name with args.
13347 set dummy msgmerge; ac_word=$2
13348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13349 $as_echo_n "checking for $ac_word... " >&6; }
13350 if ${ac_cv_path_MSGMERGE+:} false; then :
13351 $as_echo_n "(cached) " >&6
13352 else
13353 case "$MSGMERGE" in
13354 [\\/]* | ?:[\\/]*)
13355 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13356 ;;
13357 *)
13358 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13359 for ac_dir in $PATH; do
13360 IFS="$ac_save_IFS"
13361 test -z "$ac_dir" && ac_dir=.
13362 for ac_exec_ext in '' $ac_executable_extensions; do
13363 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13364 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13365 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13366 break 2
13367 fi
13368 fi
13369 done
13370 done
13371 IFS="$ac_save_IFS"
13372 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13373 ;;
13374 esac
13375 fi
13376 MSGMERGE="$ac_cv_path_MSGMERGE"
13377 if test "$MSGMERGE" != ":"; then
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13379 $as_echo "$MSGMERGE" >&6; }
13380 else
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13382 $as_echo "no" >&6; }
13383 fi
13384
13385
13386 if test "$GMSGFMT" != ":"; then
13387 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13388 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13389 : ;
13390 else
13391 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13393 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13394 GMSGFMT=":"
13395 fi
13396 fi
13397
13398 if test "$XGETTEXT" != ":"; then
13399 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13400 (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
13401 : ;
13402 else
13403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13404 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13405 XGETTEXT=":"
13406 fi
13407 rm -f messages.po
13408 fi
13409
13410 ac_config_commands="$ac_config_commands default-1"
13411
13412
13413
13414
13415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13416 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13417 # Check whether --enable-maintainer-mode was given.
13418 if test "${enable_maintainer_mode+set}" = set; then :
13419 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13420 else
13421 USE_MAINTAINER_MODE=no
13422 fi
13423
13424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13425 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13426 if test $USE_MAINTAINER_MODE = yes; then
13427 MAINTAINER_MODE_TRUE=
13428 MAINTAINER_MODE_FALSE='#'
13429 else
13430 MAINTAINER_MODE_TRUE='#'
13431 MAINTAINER_MODE_FALSE=
13432 fi
13433
13434 MAINT=$MAINTAINER_MODE_TRUE
13435
13436
13437 if false; then
13438 GENINSRC_NEVER_TRUE=
13439 GENINSRC_NEVER_FALSE='#'
13440 else
13441 GENINSRC_NEVER_TRUE='#'
13442 GENINSRC_NEVER_FALSE=
13443 fi
13444
13445
13446 if test -n "$EXEEXT"; then
13447
13448 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
13449
13450 fi
13451
13452 cat >>confdefs.h <<_ACEOF
13453 #define EXECUTABLE_SUFFIX "${EXEEXT}"
13454 _ACEOF
13455
13456
13457 # host-specific stuff:
13458
13459 HDEFINES=
13460
13461 . ${srcdir}/../bfd/configure.host
13462
13463
13464 AR=${AR-ar}
13465
13466 if test -n "$ac_tool_prefix"; then
13467 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13468 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13470 $as_echo_n "checking for $ac_word... " >&6; }
13471 if ${ac_cv_prog_RANLIB+:} false; then :
13472 $as_echo_n "(cached) " >&6
13473 else
13474 if test -n "$RANLIB"; then
13475 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13476 else
13477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13478 for as_dir in $PATH
13479 do
13480 IFS=$as_save_IFS
13481 test -z "$as_dir" && as_dir=.
13482 for ac_exec_ext in '' $ac_executable_extensions; do
13483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13484 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13486 break 2
13487 fi
13488 done
13489 done
13490 IFS=$as_save_IFS
13491
13492 fi
13493 fi
13494 RANLIB=$ac_cv_prog_RANLIB
13495 if test -n "$RANLIB"; then
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13497 $as_echo "$RANLIB" >&6; }
13498 else
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13500 $as_echo "no" >&6; }
13501 fi
13502
13503
13504 fi
13505 if test -z "$ac_cv_prog_RANLIB"; then
13506 ac_ct_RANLIB=$RANLIB
13507 # Extract the first word of "ranlib", so it can be a program name with args.
13508 set dummy ranlib; ac_word=$2
13509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13510 $as_echo_n "checking for $ac_word... " >&6; }
13511 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
13512 $as_echo_n "(cached) " >&6
13513 else
13514 if test -n "$ac_ct_RANLIB"; then
13515 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13516 else
13517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13518 for as_dir in $PATH
13519 do
13520 IFS=$as_save_IFS
13521 test -z "$as_dir" && as_dir=.
13522 for ac_exec_ext in '' $ac_executable_extensions; do
13523 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13524 ac_cv_prog_ac_ct_RANLIB="ranlib"
13525 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13526 break 2
13527 fi
13528 done
13529 done
13530 IFS=$as_save_IFS
13531
13532 fi
13533 fi
13534 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13535 if test -n "$ac_ct_RANLIB"; then
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13537 $as_echo "$ac_ct_RANLIB" >&6; }
13538 else
13539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13540 $as_echo "no" >&6; }
13541 fi
13542
13543 if test "x$ac_ct_RANLIB" = x; then
13544 RANLIB=":"
13545 else
13546 case $cross_compiling:$ac_tool_warned in
13547 yes:)
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13549 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13550 ac_tool_warned=yes ;;
13551 esac
13552 RANLIB=$ac_ct_RANLIB
13553 fi
13554 else
13555 RANLIB="$ac_cv_prog_RANLIB"
13556 fi
13557
13558
13559
13560 # Put a plausible default for CC_FOR_BUILD in Makefile.
13561 if test -z "$CC_FOR_BUILD"; then
13562 if test "x$cross_compiling" = "xno"; then
13563 CC_FOR_BUILD='$(CC)'
13564 else
13565 CC_FOR_BUILD=gcc
13566 fi
13567 fi
13568
13569 # Also set EXEEXT_FOR_BUILD.
13570 if test "x$cross_compiling" = "xno"; then
13571 EXEEXT_FOR_BUILD='$(EXEEXT)'
13572 else
13573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13574 $as_echo_n "checking for build system executable suffix... " >&6; }
13575 if ${bfd_cv_build_exeext+:} false; then :
13576 $as_echo_n "(cached) " >&6
13577 else
13578 rm -f conftest*
13579 echo 'int main () { return 0; }' > conftest.c
13580 bfd_cv_build_exeext=
13581 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13582 for file in conftest.*; do
13583 case $file in
13584 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13585 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13586 esac
13587 done
13588 rm -f conftest*
13589 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13590 fi
13591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13592 $as_echo "$bfd_cv_build_exeext" >&6; }
13593 EXEEXT_FOR_BUILD=""
13594 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13595 fi
13596
13597
13598 DEMANGLER_NAME=c++filt
13599 case "${host}" in
13600 *-*-go32* | *-*-msdos*)
13601 DEMANGLER_NAME=cxxfilt
13602 esac
13603
13604
13605 # The cast to long int works around a bug in the HP C Compiler
13606 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13607 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13608 # This bug is HP SR number 8606223364.
13609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13610 $as_echo_n "checking size of long... " >&6; }
13611 if ${ac_cv_sizeof_long+:} false; then :
13612 $as_echo_n "(cached) " >&6
13613 else
13614 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13615
13616 else
13617 if test "$ac_cv_type_long" = yes; then
13618 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13619 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13620 as_fn_error 77 "cannot compute sizeof (long)
13621 See \`config.log' for more details" "$LINENO" 5; }
13622 else
13623 ac_cv_sizeof_long=0
13624 fi
13625 fi
13626
13627 fi
13628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13629 $as_echo "$ac_cv_sizeof_long" >&6; }
13630
13631
13632
13633 cat >>confdefs.h <<_ACEOF
13634 #define SIZEOF_LONG $ac_cv_sizeof_long
13635 _ACEOF
13636
13637
13638 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13639 if test "x$ac_cv_type_long_long" = xyes; then :
13640
13641 cat >>confdefs.h <<_ACEOF
13642 #define HAVE_LONG_LONG 1
13643 _ACEOF
13644
13645 # The cast to long int works around a bug in the HP C Compiler
13646 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13647 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13648 # This bug is HP SR number 8606223364.
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13650 $as_echo_n "checking size of long long... " >&6; }
13651 if ${ac_cv_sizeof_long_long+:} false; then :
13652 $as_echo_n "(cached) " >&6
13653 else
13654 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13655
13656 else
13657 if test "$ac_cv_type_long_long" = yes; then
13658 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13659 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13660 as_fn_error 77 "cannot compute sizeof (long long)
13661 See \`config.log' for more details" "$LINENO" 5; }
13662 else
13663 ac_cv_sizeof_long_long=0
13664 fi
13665 fi
13666
13667 fi
13668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13669 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13670
13671
13672
13673 cat >>confdefs.h <<_ACEOF
13674 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13675 _ACEOF
13676
13677
13678 fi
13679
13680
13681 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
13682 do :
13683 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13684 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13685 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13686 cat >>confdefs.h <<_ACEOF
13687 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13688 _ACEOF
13689
13690 fi
13691
13692 done
13693
13694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13695 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13696 if ${ac_cv_header_sys_wait_h+:} false; then :
13697 $as_echo_n "(cached) " >&6
13698 else
13699 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13700 /* end confdefs.h. */
13701 #include <sys/types.h>
13702 #include <sys/wait.h>
13703 #ifndef WEXITSTATUS
13704 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13705 #endif
13706 #ifndef WIFEXITED
13707 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13708 #endif
13709
13710 int
13711 main ()
13712 {
13713 int s;
13714 wait (&s);
13715 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13716 ;
13717 return 0;
13718 }
13719 _ACEOF
13720 if ac_fn_c_try_compile "$LINENO"; then :
13721 ac_cv_header_sys_wait_h=yes
13722 else
13723 ac_cv_header_sys_wait_h=no
13724 fi
13725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13726 fi
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13728 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13729 if test $ac_cv_header_sys_wait_h = yes; then
13730
13731 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13732
13733 fi
13734
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13736 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13737 if ${gcc_cv_header_string+:} false; then :
13738 $as_echo_n "(cached) " >&6
13739 else
13740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13741 /* end confdefs.h. */
13742 #include <string.h>
13743 #include <strings.h>
13744 int
13745 main ()
13746 {
13747
13748 ;
13749 return 0;
13750 }
13751 _ACEOF
13752 if ac_fn_c_try_compile "$LINENO"; then :
13753 gcc_cv_header_string=yes
13754 else
13755 gcc_cv_header_string=no
13756 fi
13757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13758 fi
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13760 $as_echo "$gcc_cv_header_string" >&6; }
13761 if test $gcc_cv_header_string = yes; then
13762
13763 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13764
13765 fi
13766
13767 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13768 if test "x$ac_cv_type_size_t" = xyes; then :
13769
13770 else
13771
13772 cat >>confdefs.h <<_ACEOF
13773 #define size_t unsigned int
13774 _ACEOF
13775
13776 fi
13777
13778 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13779 # for constant arguments. Useless!
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13781 $as_echo_n "checking for working alloca.h... " >&6; }
13782 if ${ac_cv_working_alloca_h+:} false; then :
13783 $as_echo_n "(cached) " >&6
13784 else
13785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13786 /* end confdefs.h. */
13787 #include <alloca.h>
13788 int
13789 main ()
13790 {
13791 char *p = (char *) alloca (2 * sizeof (int));
13792 if (p) return 0;
13793 ;
13794 return 0;
13795 }
13796 _ACEOF
13797 if ac_fn_c_try_link "$LINENO"; then :
13798 ac_cv_working_alloca_h=yes
13799 else
13800 ac_cv_working_alloca_h=no
13801 fi
13802 rm -f core conftest.err conftest.$ac_objext \
13803 conftest$ac_exeext conftest.$ac_ext
13804 fi
13805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13806 $as_echo "$ac_cv_working_alloca_h" >&6; }
13807 if test $ac_cv_working_alloca_h = yes; then
13808
13809 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13810
13811 fi
13812
13813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13814 $as_echo_n "checking for alloca... " >&6; }
13815 if ${ac_cv_func_alloca_works+:} false; then :
13816 $as_echo_n "(cached) " >&6
13817 else
13818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13819 /* end confdefs.h. */
13820 #ifdef __GNUC__
13821 # define alloca __builtin_alloca
13822 #else
13823 # ifdef _MSC_VER
13824 # include <malloc.h>
13825 # define alloca _alloca
13826 # else
13827 # ifdef HAVE_ALLOCA_H
13828 # include <alloca.h>
13829 # else
13830 # ifdef _AIX
13831 #pragma alloca
13832 # else
13833 # ifndef alloca /* predefined by HP cc +Olibcalls */
13834 void *alloca (size_t);
13835 # endif
13836 # endif
13837 # endif
13838 # endif
13839 #endif
13840
13841 int
13842 main ()
13843 {
13844 char *p = (char *) alloca (1);
13845 if (p) return 0;
13846 ;
13847 return 0;
13848 }
13849 _ACEOF
13850 if ac_fn_c_try_link "$LINENO"; then :
13851 ac_cv_func_alloca_works=yes
13852 else
13853 ac_cv_func_alloca_works=no
13854 fi
13855 rm -f core conftest.err conftest.$ac_objext \
13856 conftest$ac_exeext conftest.$ac_ext
13857 fi
13858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13859 $as_echo "$ac_cv_func_alloca_works" >&6; }
13860
13861 if test $ac_cv_func_alloca_works = yes; then
13862
13863 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13864
13865 else
13866 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13867 # that cause trouble. Some versions do not even contain alloca or
13868 # contain a buggy version. If you still want to use their alloca,
13869 # use ar to extract alloca.o from them instead of compiling alloca.c.
13870
13871 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13872
13873 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13874
13875
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13877 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13878 if ${ac_cv_os_cray+:} false; then :
13879 $as_echo_n "(cached) " >&6
13880 else
13881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13882 /* end confdefs.h. */
13883 #if defined CRAY && ! defined CRAY2
13884 webecray
13885 #else
13886 wenotbecray
13887 #endif
13888
13889 _ACEOF
13890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13891 $EGREP "webecray" >/dev/null 2>&1; then :
13892 ac_cv_os_cray=yes
13893 else
13894 ac_cv_os_cray=no
13895 fi
13896 rm -f conftest*
13897
13898 fi
13899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13900 $as_echo "$ac_cv_os_cray" >&6; }
13901 if test $ac_cv_os_cray = yes; then
13902 for ac_func in _getb67 GETB67 getb67; do
13903 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13904 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13905 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13906
13907 cat >>confdefs.h <<_ACEOF
13908 #define CRAY_STACKSEG_END $ac_func
13909 _ACEOF
13910
13911 break
13912 fi
13913
13914 done
13915 fi
13916
13917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13918 $as_echo_n "checking stack direction for C alloca... " >&6; }
13919 if ${ac_cv_c_stack_direction+:} false; then :
13920 $as_echo_n "(cached) " >&6
13921 else
13922 if test "$cross_compiling" = yes; then :
13923 ac_cv_c_stack_direction=0
13924 else
13925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13926 /* end confdefs.h. */
13927 $ac_includes_default
13928 int
13929 find_stack_direction (int *addr, int depth)
13930 {
13931 int dir, dummy = 0;
13932 if (! addr)
13933 addr = &dummy;
13934 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13935 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13936 return dir + dummy;
13937 }
13938
13939 int
13940 main (int argc, char **argv)
13941 {
13942 return find_stack_direction (0, argc + !argv + 20) < 0;
13943 }
13944 _ACEOF
13945 if ac_fn_c_try_run "$LINENO"; then :
13946 ac_cv_c_stack_direction=1
13947 else
13948 ac_cv_c_stack_direction=-1
13949 fi
13950 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13951 conftest.$ac_objext conftest.beam conftest.$ac_ext
13952 fi
13953
13954 fi
13955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13956 $as_echo "$ac_cv_c_stack_direction" >&6; }
13957 cat >>confdefs.h <<_ACEOF
13958 #define STACK_DIRECTION $ac_cv_c_stack_direction
13959 _ACEOF
13960
13961
13962 fi
13963
13964
13965
13966
13967 for ac_header in $ac_header_list
13968 do :
13969 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13970 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13971 "
13972 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13973 cat >>confdefs.h <<_ACEOF
13974 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13975 _ACEOF
13976
13977 fi
13978
13979 done
13980
13981
13982
13983
13984
13985
13986
13987
13988 for ac_func in getpagesize
13989 do :
13990 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13991 if test "x$ac_cv_func_getpagesize" = xyes; then :
13992 cat >>confdefs.h <<_ACEOF
13993 #define HAVE_GETPAGESIZE 1
13994 _ACEOF
13995
13996 fi
13997 done
13998
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
14000 $as_echo_n "checking for working mmap... " >&6; }
14001 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
14002 $as_echo_n "(cached) " >&6
14003 else
14004 if test "$cross_compiling" = yes; then :
14005 ac_cv_func_mmap_fixed_mapped=no
14006 else
14007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14009 $ac_includes_default
14010 /* malloc might have been renamed as rpl_malloc. */
14011 #undef malloc
14012
14013 /* Thanks to Mike Haertel and Jim Avera for this test.
14014 Here is a matrix of mmap possibilities:
14015 mmap private not fixed
14016 mmap private fixed at somewhere currently unmapped
14017 mmap private fixed at somewhere already mapped
14018 mmap shared not fixed
14019 mmap shared fixed at somewhere currently unmapped
14020 mmap shared fixed at somewhere already mapped
14021 For private mappings, we should verify that changes cannot be read()
14022 back from the file, nor mmap's back from the file at a different
14023 address. (There have been systems where private was not correctly
14024 implemented like the infamous i386 svr4.0, and systems where the
14025 VM page cache was not coherent with the file system buffer cache
14026 like early versions of FreeBSD and possibly contemporary NetBSD.)
14027 For shared mappings, we should conversely verify that changes get
14028 propagated back to all the places they're supposed to be.
14029
14030 Grep wants private fixed already mapped.
14031 The main things grep needs to know about mmap are:
14032 * does it exist and is it safe to write into the mmap'd area
14033 * how to use it (BSD variants) */
14034
14035 #include <fcntl.h>
14036 #include <sys/mman.h>
14037
14038 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
14039 char *malloc ();
14040 #endif
14041
14042 /* This mess was copied from the GNU getpagesize.h. */
14043 #ifndef HAVE_GETPAGESIZE
14044 # ifdef _SC_PAGESIZE
14045 # define getpagesize() sysconf(_SC_PAGESIZE)
14046 # else /* no _SC_PAGESIZE */
14047 # ifdef HAVE_SYS_PARAM_H
14048 # include <sys/param.h>
14049 # ifdef EXEC_PAGESIZE
14050 # define getpagesize() EXEC_PAGESIZE
14051 # else /* no EXEC_PAGESIZE */
14052 # ifdef NBPG
14053 # define getpagesize() NBPG * CLSIZE
14054 # ifndef CLSIZE
14055 # define CLSIZE 1
14056 # endif /* no CLSIZE */
14057 # else /* no NBPG */
14058 # ifdef NBPC
14059 # define getpagesize() NBPC
14060 # else /* no NBPC */
14061 # ifdef PAGESIZE
14062 # define getpagesize() PAGESIZE
14063 # endif /* PAGESIZE */
14064 # endif /* no NBPC */
14065 # endif /* no NBPG */
14066 # endif /* no EXEC_PAGESIZE */
14067 # else /* no HAVE_SYS_PARAM_H */
14068 # define getpagesize() 8192 /* punt totally */
14069 # endif /* no HAVE_SYS_PARAM_H */
14070 # endif /* no _SC_PAGESIZE */
14071
14072 #endif /* no HAVE_GETPAGESIZE */
14073
14074 int
14075 main ()
14076 {
14077 char *data, *data2, *data3;
14078 const char *cdata2;
14079 int i, pagesize;
14080 int fd, fd2;
14081
14082 pagesize = getpagesize ();
14083
14084 /* First, make a file with some known garbage in it. */
14085 data = (char *) malloc (pagesize);
14086 if (!data)
14087 return 1;
14088 for (i = 0; i < pagesize; ++i)
14089 *(data + i) = rand ();
14090 umask (0);
14091 fd = creat ("conftest.mmap", 0600);
14092 if (fd < 0)
14093 return 2;
14094 if (write (fd, data, pagesize) != pagesize)
14095 return 3;
14096 close (fd);
14097
14098 /* Next, check that the tail of a page is zero-filled. File must have
14099 non-zero length, otherwise we risk SIGBUS for entire page. */
14100 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14101 if (fd2 < 0)
14102 return 4;
14103 cdata2 = "";
14104 if (write (fd2, cdata2, 1) != 1)
14105 return 5;
14106 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14107 if (data2 == MAP_FAILED)
14108 return 6;
14109 for (i = 0; i < pagesize; ++i)
14110 if (*(data2 + i))
14111 return 7;
14112 close (fd2);
14113 if (munmap (data2, pagesize))
14114 return 8;
14115
14116 /* Next, try to mmap the file at a fixed address which already has
14117 something else allocated at it. If we can, also make sure that
14118 we see the same garbage. */
14119 fd = open ("conftest.mmap", O_RDWR);
14120 if (fd < 0)
14121 return 9;
14122 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14123 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14124 return 10;
14125 for (i = 0; i < pagesize; ++i)
14126 if (*(data + i) != *(data2 + i))
14127 return 11;
14128
14129 /* Finally, make sure that changes to the mapped area do not
14130 percolate back to the file as seen by read(). (This is a bug on
14131 some variants of i386 svr4.0.) */
14132 for (i = 0; i < pagesize; ++i)
14133 *(data2 + i) = *(data2 + i) + 1;
14134 data3 = (char *) malloc (pagesize);
14135 if (!data3)
14136 return 12;
14137 if (read (fd, data3, pagesize) != pagesize)
14138 return 13;
14139 for (i = 0; i < pagesize; ++i)
14140 if (*(data + i) != *(data3 + i))
14141 return 14;
14142 close (fd);
14143 return 0;
14144 }
14145 _ACEOF
14146 if ac_fn_c_try_run "$LINENO"; then :
14147 ac_cv_func_mmap_fixed_mapped=yes
14148 else
14149 ac_cv_func_mmap_fixed_mapped=no
14150 fi
14151 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14152 conftest.$ac_objext conftest.beam conftest.$ac_ext
14153 fi
14154
14155 fi
14156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14157 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14158 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14159
14160 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14161
14162 fi
14163 rm -f conftest.mmap conftest.txt
14164
14165 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
14166 do :
14167 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14168 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14169 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14170 cat >>confdefs.h <<_ACEOF
14171 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14172 _ACEOF
14173
14174 fi
14175 done
14176
14177 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
14178 if test "x$ac_cv_func_mkstemp" = xyes; then :
14179
14180 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
14181
14182 fi
14183
14184 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
14185 if test "x$ac_cv_func_mkdtemp" = xyes; then :
14186
14187 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
14188
14189 fi
14190
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14192 $as_echo_n "checking for mbstate_t... " >&6; }
14193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14194 /* end confdefs.h. */
14195 #include <wchar.h>
14196 int
14197 main ()
14198 {
14199 mbstate_t teststate;
14200 ;
14201 return 0;
14202 }
14203 _ACEOF
14204 if ac_fn_c_try_compile "$LINENO"; then :
14205 have_mbstate_t=yes
14206 else
14207 have_mbstate_t=no
14208 fi
14209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14211 $as_echo "$have_mbstate_t" >&6; }
14212 if test x"$have_mbstate_t" = xyes; then
14213
14214 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14215
14216 fi
14217
14218 # Some systems have frexp only in -lm, not in -lc.
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14220 $as_echo_n "checking for library containing frexp... " >&6; }
14221 if ${ac_cv_search_frexp+:} false; then :
14222 $as_echo_n "(cached) " >&6
14223 else
14224 ac_func_search_save_LIBS=$LIBS
14225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14226 /* end confdefs.h. */
14227
14228 /* Override any GCC internal prototype to avoid an error.
14229 Use char because int might match the return type of a GCC
14230 builtin and then its argument prototype would still apply. */
14231 #ifdef __cplusplus
14232 extern "C"
14233 #endif
14234 char frexp ();
14235 int
14236 main ()
14237 {
14238 return frexp ();
14239 ;
14240 return 0;
14241 }
14242 _ACEOF
14243 for ac_lib in '' m; do
14244 if test -z "$ac_lib"; then
14245 ac_res="none required"
14246 else
14247 ac_res=-l$ac_lib
14248 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14249 fi
14250 if ac_fn_c_try_link "$LINENO"; then :
14251 ac_cv_search_frexp=$ac_res
14252 fi
14253 rm -f core conftest.err conftest.$ac_objext \
14254 conftest$ac_exeext
14255 if ${ac_cv_search_frexp+:} false; then :
14256 break
14257 fi
14258 done
14259 if ${ac_cv_search_frexp+:} false; then :
14260
14261 else
14262 ac_cv_search_frexp=no
14263 fi
14264 rm conftest.$ac_ext
14265 LIBS=$ac_func_search_save_LIBS
14266 fi
14267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14268 $as_echo "$ac_cv_search_frexp" >&6; }
14269 ac_res=$ac_cv_search_frexp
14270 if test "$ac_res" != no; then :
14271 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14272
14273 fi
14274
14275
14276
14277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14278 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14279 if ${am_cv_val_LC_MESSAGES+:} false; then :
14280 $as_echo_n "(cached) " >&6
14281 else
14282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14283 /* end confdefs.h. */
14284 #include <locale.h>
14285 int
14286 main ()
14287 {
14288 return LC_MESSAGES
14289 ;
14290 return 0;
14291 }
14292 _ACEOF
14293 if ac_fn_c_try_link "$LINENO"; then :
14294 am_cv_val_LC_MESSAGES=yes
14295 else
14296 am_cv_val_LC_MESSAGES=no
14297 fi
14298 rm -f core conftest.err conftest.$ac_objext \
14299 conftest$ac_exeext conftest.$ac_ext
14300 fi
14301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14302 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14303 if test $am_cv_val_LC_MESSAGES = yes; then
14304
14305 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14306
14307 fi
14308
14309
14310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14311 $as_echo_n "checking for time_t in time.h... " >&6; }
14312 if ${bu_cv_decl_time_t_time_h+:} false; then :
14313 $as_echo_n "(cached) " >&6
14314 else
14315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14316 /* end confdefs.h. */
14317 #include <time.h>
14318 int
14319 main ()
14320 {
14321 time_t i;
14322 ;
14323 return 0;
14324 }
14325 _ACEOF
14326 if ac_fn_c_try_compile "$LINENO"; then :
14327 bu_cv_decl_time_t_time_h=yes
14328 else
14329 bu_cv_decl_time_t_time_h=no
14330 fi
14331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14332 fi
14333
14334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14335 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
14336 if test $bu_cv_decl_time_t_time_h = yes; then
14337
14338 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
14339
14340 fi
14341
14342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14343 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
14344 if ${bu_cv_decl_time_t_types_h+:} false; then :
14345 $as_echo_n "(cached) " >&6
14346 else
14347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14348 /* end confdefs.h. */
14349 #include <sys/types.h>
14350 int
14351 main ()
14352 {
14353 time_t i;
14354 ;
14355 return 0;
14356 }
14357 _ACEOF
14358 if ac_fn_c_try_compile "$LINENO"; then :
14359 bu_cv_decl_time_t_types_h=yes
14360 else
14361 bu_cv_decl_time_t_types_h=no
14362 fi
14363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14364 fi
14365
14366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14367 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
14368 if test $bu_cv_decl_time_t_types_h = yes; then
14369
14370 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
14371
14372 fi
14373
14374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14375 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14376 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
14377 $as_echo_n "(cached) " >&6
14378 else
14379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14380 /* end confdefs.h. */
14381 #include <unistd.h>
14382 int
14383 main ()
14384 {
14385 extern int getopt (int, char *const*, const char *);
14386 ;
14387 return 0;
14388 }
14389 _ACEOF
14390 if ac_fn_c_try_compile "$LINENO"; then :
14391 bu_cv_decl_getopt_unistd_h=yes
14392 else
14393 bu_cv_decl_getopt_unistd_h=no
14394 fi
14395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14396 fi
14397
14398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14399 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
14400 if test $bu_cv_decl_getopt_unistd_h = yes; then
14401
14402 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14403
14404 fi
14405
14406 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14407 # by default.
14408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14409 $as_echo_n "checking for utime.h... " >&6; }
14410 if ${bu_cv_header_utime_h+:} false; then :
14411 $as_echo_n "(cached) " >&6
14412 else
14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */
14415 #include <sys/types.h>
14416 #ifdef HAVE_TIME_H
14417 #include <time.h>
14418 #endif
14419 #include <utime.h>
14420 int
14421 main ()
14422 {
14423 struct utimbuf s;
14424 ;
14425 return 0;
14426 }
14427 _ACEOF
14428 if ac_fn_c_try_compile "$LINENO"; then :
14429 bu_cv_header_utime_h=yes
14430 else
14431 bu_cv_header_utime_h=no
14432 fi
14433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14434 fi
14435
14436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14437 $as_echo "$bu_cv_header_utime_h" >&6; }
14438 if test $bu_cv_header_utime_h = yes; then
14439
14440 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
14441
14442 fi
14443
14444 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14445 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14446 ac_have_decl=1
14447 else
14448 ac_have_decl=0
14449 fi
14450
14451 cat >>confdefs.h <<_ACEOF
14452 #define HAVE_DECL_ASPRINTF $ac_have_decl
14453 _ACEOF
14454 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
14455 if test "x$ac_cv_have_decl_environ" = xyes; then :
14456 ac_have_decl=1
14457 else
14458 ac_have_decl=0
14459 fi
14460
14461 cat >>confdefs.h <<_ACEOF
14462 #define HAVE_DECL_ENVIRON $ac_have_decl
14463 _ACEOF
14464 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
14465 if test "x$ac_cv_have_decl_fprintf" = xyes; then :
14466 ac_have_decl=1
14467 else
14468 ac_have_decl=0
14469 fi
14470
14471 cat >>confdefs.h <<_ACEOF
14472 #define HAVE_DECL_FPRINTF $ac_have_decl
14473 _ACEOF
14474 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
14475 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
14476 ac_have_decl=1
14477 else
14478 ac_have_decl=0
14479 fi
14480
14481 cat >>confdefs.h <<_ACEOF
14482 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
14483 _ACEOF
14484 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14485 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14486 ac_have_decl=1
14487 else
14488 ac_have_decl=0
14489 fi
14490
14491 cat >>confdefs.h <<_ACEOF
14492 #define HAVE_DECL_GETENV $ac_have_decl
14493 _ACEOF
14494 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
14495 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
14496 ac_have_decl=1
14497 else
14498 ac_have_decl=0
14499 fi
14500
14501 cat >>confdefs.h <<_ACEOF
14502 #define HAVE_DECL_SBRK $ac_have_decl
14503 _ACEOF
14504 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14505 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14506 ac_have_decl=1
14507 else
14508 ac_have_decl=0
14509 fi
14510
14511 cat >>confdefs.h <<_ACEOF
14512 #define HAVE_DECL_SNPRINTF $ac_have_decl
14513 _ACEOF
14514 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14515 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14516 ac_have_decl=1
14517 else
14518 ac_have_decl=0
14519 fi
14520
14521 cat >>confdefs.h <<_ACEOF
14522 #define HAVE_DECL_STPCPY $ac_have_decl
14523 _ACEOF
14524 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14525 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14526 ac_have_decl=1
14527 else
14528 ac_have_decl=0
14529 fi
14530
14531 cat >>confdefs.h <<_ACEOF
14532 #define HAVE_DECL_STRNLEN $ac_have_decl
14533 _ACEOF
14534 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14535 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14536 ac_have_decl=1
14537 else
14538 ac_have_decl=0
14539 fi
14540
14541 cat >>confdefs.h <<_ACEOF
14542 #define HAVE_DECL_STRSTR $ac_have_decl
14543 _ACEOF
14544 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14545 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14546 ac_have_decl=1
14547 else
14548 ac_have_decl=0
14549 fi
14550
14551 cat >>confdefs.h <<_ACEOF
14552 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14553 _ACEOF
14554
14555
14556 # Link in zlib if we can. This allows us to read compressed debug
14557 # sections. This is used only by readelf.c (objdump uses bfd for
14558 # reading compressed sections).
14559
14560 # Use the system's zlib library.
14561 zlibdir="-L\$(top_builddir)/../zlib"
14562 zlibinc="-I\$(top_srcdir)/../zlib"
14563
14564 # Check whether --with-system-zlib was given.
14565 if test "${with_system_zlib+set}" = set; then :
14566 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14567 zlibdir=
14568 zlibinc=
14569 fi
14570
14571 fi
14572
14573
14574
14575
14576
14577
14578 case "${host}" in
14579 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14580
14581 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14582 ;;
14583 esac
14584
14585 # target-specific stuff:
14586
14587 # Canonicalize the secondary target names.
14588 if test -n "$enable_targets"; then
14589 for targ in `echo $enable_targets | sed 's/,/ /g'`
14590 do
14591 result=`$ac_config_sub $targ 2>/dev/null`
14592 if test -n "$result"; then
14593 canon_targets="$canon_targets $result"
14594 else
14595 # Allow targets that config.sub doesn't recognize, like "all".
14596 canon_targets="$canon_targets $targ"
14597 fi
14598 done
14599 fi
14600
14601 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
14602 if test "x$ac_cv_header_iconv_h" = xyes; then :
14603
14604 fi
14605
14606
14607
14608 if test "X$prefix" = "XNONE"; then
14609 acl_final_prefix="$ac_default_prefix"
14610 else
14611 acl_final_prefix="$prefix"
14612 fi
14613 if test "X$exec_prefix" = "XNONE"; then
14614 acl_final_exec_prefix='${prefix}'
14615 else
14616 acl_final_exec_prefix="$exec_prefix"
14617 fi
14618 acl_save_prefix="$prefix"
14619 prefix="$acl_final_prefix"
14620 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14621 prefix="$acl_save_prefix"
14622
14623
14624 # Check whether --with-gnu-ld was given.
14625 if test "${with_gnu_ld+set}" = set; then :
14626 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
14627 else
14628 with_gnu_ld=no
14629 fi
14630
14631 # Prepare PATH_SEPARATOR.
14632 # The user is always right.
14633 if test "${PATH_SEPARATOR+set}" != set; then
14634 echo "#! /bin/sh" >conf$$.sh
14635 echo "exit 0" >>conf$$.sh
14636 chmod +x conf$$.sh
14637 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14638 PATH_SEPARATOR=';'
14639 else
14640 PATH_SEPARATOR=:
14641 fi
14642 rm -f conf$$.sh
14643 fi
14644 ac_prog=ld
14645 if test "$GCC" = yes; then
14646 # Check if gcc -print-prog-name=ld gives a path.
14647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14648 $as_echo_n "checking for ld used by GCC... " >&6; }
14649 case $host in
14650 *-*-mingw*)
14651 # gcc leaves a trailing carriage return which upsets mingw
14652 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14653 *)
14654 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14655 esac
14656 case $ac_prog in
14657 # Accept absolute paths.
14658 [\\/]* | [A-Za-z]:[\\/]*)
14659 re_direlt='/[^/][^/]*/\.\./'
14660 # Canonicalize the path of ld
14661 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14662 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14663 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14664 done
14665 test -z "$LD" && LD="$ac_prog"
14666 ;;
14667 "")
14668 # If it fails, then pretend we aren't using GCC.
14669 ac_prog=ld
14670 ;;
14671 *)
14672 # If it is relative, then search for the first ld in PATH.
14673 with_gnu_ld=unknown
14674 ;;
14675 esac
14676 elif test "$with_gnu_ld" = yes; then
14677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14678 $as_echo_n "checking for GNU ld... " >&6; }
14679 else
14680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14681 $as_echo_n "checking for non-GNU ld... " >&6; }
14682 fi
14683 if ${acl_cv_path_LD+:} false; then :
14684 $as_echo_n "(cached) " >&6
14685 else
14686 if test -z "$LD"; then
14687 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14688 for ac_dir in $PATH; do
14689 test -z "$ac_dir" && ac_dir=.
14690 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14691 acl_cv_path_LD="$ac_dir/$ac_prog"
14692 # Check to see if the program is GNU ld. I'd rather use --version,
14693 # but apparently some GNU ld's only accept -v.
14694 # Break only if it was the GNU/non-GNU ld that we prefer.
14695 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14696 test "$with_gnu_ld" != no && break
14697 else
14698 test "$with_gnu_ld" != yes && break
14699 fi
14700 fi
14701 done
14702 IFS="$ac_save_ifs"
14703 else
14704 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14705 fi
14706 fi
14707
14708 LD="$acl_cv_path_LD"
14709 if test -n "$LD"; then
14710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14711 $as_echo "$LD" >&6; }
14712 else
14713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14714 $as_echo "no" >&6; }
14715 fi
14716 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14718 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14719 if ${acl_cv_prog_gnu_ld+:} false; then :
14720 $as_echo_n "(cached) " >&6
14721 else
14722 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14723 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14724 acl_cv_prog_gnu_ld=yes
14725 else
14726 acl_cv_prog_gnu_ld=no
14727 fi
14728 fi
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14730 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14731 with_gnu_ld=$acl_cv_prog_gnu_ld
14732
14733
14734
14735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14736 $as_echo_n "checking for shared library run path origin... " >&6; }
14737 if ${acl_cv_rpath+:} false; then :
14738 $as_echo_n "(cached) " >&6
14739 else
14740
14741 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14742 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14743 . ./conftest.sh
14744 rm -f ./conftest.sh
14745 acl_cv_rpath=done
14746
14747 fi
14748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14749 $as_echo "$acl_cv_rpath" >&6; }
14750 wl="$acl_cv_wl"
14751 libext="$acl_cv_libext"
14752 shlibext="$acl_cv_shlibext"
14753 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14754 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14755 hardcode_direct="$acl_cv_hardcode_direct"
14756 hardcode_minus_L="$acl_cv_hardcode_minus_L"
14757 # Check whether --enable-rpath was given.
14758 if test "${enable_rpath+set}" = set; then :
14759 enableval=$enable_rpath; :
14760 else
14761 enable_rpath=yes
14762 fi
14763
14764
14765
14766
14767
14768
14769
14770
14771 use_additional=yes
14772
14773 acl_save_prefix="$prefix"
14774 prefix="$acl_final_prefix"
14775 acl_save_exec_prefix="$exec_prefix"
14776 exec_prefix="$acl_final_exec_prefix"
14777
14778 eval additional_includedir=\"$includedir\"
14779 eval additional_libdir=\"$libdir\"
14780
14781 exec_prefix="$acl_save_exec_prefix"
14782 prefix="$acl_save_prefix"
14783
14784
14785 # Check whether --with-libiconv-prefix was given.
14786 if test "${with_libiconv_prefix+set}" = set; then :
14787 withval=$with_libiconv_prefix;
14788 if test "X$withval" = "Xno"; then
14789 use_additional=no
14790 else
14791 if test "X$withval" = "X"; then
14792
14793 acl_save_prefix="$prefix"
14794 prefix="$acl_final_prefix"
14795 acl_save_exec_prefix="$exec_prefix"
14796 exec_prefix="$acl_final_exec_prefix"
14797
14798 eval additional_includedir=\"$includedir\"
14799 eval additional_libdir=\"$libdir\"
14800
14801 exec_prefix="$acl_save_exec_prefix"
14802 prefix="$acl_save_prefix"
14803
14804 else
14805 additional_includedir="$withval/include"
14806 additional_libdir="$withval/lib"
14807 fi
14808 fi
14809
14810 fi
14811
14812
14813 # Check whether --with-libiconv-type was given.
14814 if test "${with_libiconv_type+set}" = set; then :
14815 withval=$with_libiconv_type; with_libiconv_type=$withval
14816 else
14817 with_libiconv_type=auto
14818 fi
14819
14820 lib_type=`eval echo \$with_libiconv_type`
14821
14822 LIBICONV=
14823 LTLIBICONV=
14824 INCICONV=
14825 rpathdirs=
14826 ltrpathdirs=
14827 names_already_handled=
14828 names_next_round='iconv '
14829 while test -n "$names_next_round"; do
14830 names_this_round="$names_next_round"
14831 names_next_round=
14832 for name in $names_this_round; do
14833 already_handled=
14834 for n in $names_already_handled; do
14835 if test "$n" = "$name"; then
14836 already_handled=yes
14837 break
14838 fi
14839 done
14840 if test -z "$already_handled"; then
14841 names_already_handled="$names_already_handled $name"
14842 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14843 eval value=\"\$HAVE_LIB$uppername\"
14844 if test -n "$value"; then
14845 if test "$value" = yes; then
14846 eval value=\"\$LIB$uppername\"
14847 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14848 eval value=\"\$LTLIB$uppername\"
14849 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14850 else
14851 :
14852 fi
14853 else
14854 found_dir=
14855 found_la=
14856 found_so=
14857 found_a=
14858 if test $use_additional = yes; then
14859 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14860 found_dir="$additional_libdir"
14861 found_so="$additional_libdir/lib$name.$shlibext"
14862 if test -f "$additional_libdir/lib$name.la"; then
14863 found_la="$additional_libdir/lib$name.la"
14864 fi
14865 elif test x$lib_type != xshared; then
14866 if test -f "$additional_libdir/lib$name.$libext"; then
14867 found_dir="$additional_libdir"
14868 found_a="$additional_libdir/lib$name.$libext"
14869 if test -f "$additional_libdir/lib$name.la"; then
14870 found_la="$additional_libdir/lib$name.la"
14871 fi
14872 fi
14873 fi
14874 fi
14875 if test "X$found_dir" = "X"; then
14876 for x in $LDFLAGS $LTLIBICONV; do
14877
14878 acl_save_prefix="$prefix"
14879 prefix="$acl_final_prefix"
14880 acl_save_exec_prefix="$exec_prefix"
14881 exec_prefix="$acl_final_exec_prefix"
14882 eval x=\"$x\"
14883 exec_prefix="$acl_save_exec_prefix"
14884 prefix="$acl_save_prefix"
14885
14886 case "$x" in
14887 -L*)
14888 dir=`echo "X$x" | sed -e 's/^X-L//'`
14889 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14890 found_dir="$dir"
14891 found_so="$dir/lib$name.$shlibext"
14892 if test -f "$dir/lib$name.la"; then
14893 found_la="$dir/lib$name.la"
14894 fi
14895 elif test x$lib_type != xshared; then
14896 if test -f "$dir/lib$name.$libext"; then
14897 found_dir="$dir"
14898 found_a="$dir/lib$name.$libext"
14899 if test -f "$dir/lib$name.la"; then
14900 found_la="$dir/lib$name.la"
14901 fi
14902 fi
14903 fi
14904 ;;
14905 esac
14906 if test "X$found_dir" != "X"; then
14907 break
14908 fi
14909 done
14910 fi
14911 if test "X$found_dir" != "X"; then
14912 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14913 if test "X$found_so" != "X"; then
14914 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14915 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14916 else
14917 haveit=
14918 for x in $ltrpathdirs; do
14919 if test "X$x" = "X$found_dir"; then
14920 haveit=yes
14921 break
14922 fi
14923 done
14924 if test -z "$haveit"; then
14925 ltrpathdirs="$ltrpathdirs $found_dir"
14926 fi
14927 if test "$hardcode_direct" = yes; then
14928 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14929 else
14930 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14931 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14932 haveit=
14933 for x in $rpathdirs; do
14934 if test "X$x" = "X$found_dir"; then
14935 haveit=yes
14936 break
14937 fi
14938 done
14939 if test -z "$haveit"; then
14940 rpathdirs="$rpathdirs $found_dir"
14941 fi
14942 else
14943 haveit=
14944 for x in $LDFLAGS $LIBICONV; do
14945
14946 acl_save_prefix="$prefix"
14947 prefix="$acl_final_prefix"
14948 acl_save_exec_prefix="$exec_prefix"
14949 exec_prefix="$acl_final_exec_prefix"
14950 eval x=\"$x\"
14951 exec_prefix="$acl_save_exec_prefix"
14952 prefix="$acl_save_prefix"
14953
14954 if test "X$x" = "X-L$found_dir"; then
14955 haveit=yes
14956 break
14957 fi
14958 done
14959 if test -z "$haveit"; then
14960 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14961 fi
14962 if test "$hardcode_minus_L" != no; then
14963 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14964 else
14965 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14966 fi
14967 fi
14968 fi
14969 fi
14970 else
14971 if test "X$found_a" != "X"; then
14972 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14973 else
14974 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14975 fi
14976 fi
14977 additional_includedir=
14978 case "$found_dir" in
14979 */lib | */lib/)
14980 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14981 additional_includedir="$basedir/include"
14982 ;;
14983 esac
14984 if test "X$additional_includedir" != "X"; then
14985 if test "X$additional_includedir" != "X/usr/include"; then
14986 haveit=
14987 if test "X$additional_includedir" = "X/usr/local/include"; then
14988 if test -n "$GCC"; then
14989 case $host_os in
14990 linux*) haveit=yes;;
14991 esac
14992 fi
14993 fi
14994 if test -z "$haveit"; then
14995 for x in $CPPFLAGS $INCICONV; do
14996
14997 acl_save_prefix="$prefix"
14998 prefix="$acl_final_prefix"
14999 acl_save_exec_prefix="$exec_prefix"
15000 exec_prefix="$acl_final_exec_prefix"
15001 eval x=\"$x\"
15002 exec_prefix="$acl_save_exec_prefix"
15003 prefix="$acl_save_prefix"
15004
15005 if test "X$x" = "X-I$additional_includedir"; then
15006 haveit=yes
15007 break
15008 fi
15009 done
15010 if test -z "$haveit"; then
15011 if test -d "$additional_includedir"; then
15012 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
15013 fi
15014 fi
15015 fi
15016 fi
15017 fi
15018 if test -n "$found_la"; then
15019 save_libdir="$libdir"
15020 case "$found_la" in
15021 */* | *\\*) . "$found_la" ;;
15022 *) . "./$found_la" ;;
15023 esac
15024 libdir="$save_libdir"
15025 for dep in $dependency_libs; do
15026 case "$dep" in
15027 -L*)
15028 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
15029 if test "X$additional_libdir" != "X/usr/lib"; then
15030 haveit=
15031 if test "X$additional_libdir" = "X/usr/local/lib"; then
15032 if test -n "$GCC"; then
15033 case $host_os in
15034 linux*) haveit=yes;;
15035 esac
15036 fi
15037 fi
15038 if test -z "$haveit"; then
15039 haveit=
15040 for x in $LDFLAGS $LIBICONV; do
15041
15042 acl_save_prefix="$prefix"
15043 prefix="$acl_final_prefix"
15044 acl_save_exec_prefix="$exec_prefix"
15045 exec_prefix="$acl_final_exec_prefix"
15046 eval x=\"$x\"
15047 exec_prefix="$acl_save_exec_prefix"
15048 prefix="$acl_save_prefix"
15049
15050 if test "X$x" = "X-L$additional_libdir"; then
15051 haveit=yes
15052 break
15053 fi
15054 done
15055 if test -z "$haveit"; then
15056 if test -d "$additional_libdir"; then
15057 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
15058 fi
15059 fi
15060 haveit=
15061 for x in $LDFLAGS $LTLIBICONV; do
15062
15063 acl_save_prefix="$prefix"
15064 prefix="$acl_final_prefix"
15065 acl_save_exec_prefix="$exec_prefix"
15066 exec_prefix="$acl_final_exec_prefix"
15067 eval x=\"$x\"
15068 exec_prefix="$acl_save_exec_prefix"
15069 prefix="$acl_save_prefix"
15070
15071 if test "X$x" = "X-L$additional_libdir"; then
15072 haveit=yes
15073 break
15074 fi
15075 done
15076 if test -z "$haveit"; then
15077 if test -d "$additional_libdir"; then
15078 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
15079 fi
15080 fi
15081 fi
15082 fi
15083 ;;
15084 -R*)
15085 dir=`echo "X$dep" | sed -e 's/^X-R//'`
15086 if test "$enable_rpath" != no; then
15087 haveit=
15088 for x in $rpathdirs; do
15089 if test "X$x" = "X$dir"; then
15090 haveit=yes
15091 break
15092 fi
15093 done
15094 if test -z "$haveit"; then
15095 rpathdirs="$rpathdirs $dir"
15096 fi
15097 haveit=
15098 for x in $ltrpathdirs; do
15099 if test "X$x" = "X$dir"; then
15100 haveit=yes
15101 break
15102 fi
15103 done
15104 if test -z "$haveit"; then
15105 ltrpathdirs="$ltrpathdirs $dir"
15106 fi
15107 fi
15108 ;;
15109 -l*)
15110 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15111 ;;
15112 *.la)
15113 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15114 ;;
15115 *)
15116 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
15117 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
15118 ;;
15119 esac
15120 done
15121 fi
15122 else
15123 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
15124 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
15125 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
15126 else
15127 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
15128 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
15129 fi
15130 fi
15131 fi
15132 fi
15133 done
15134 done
15135 if test "X$rpathdirs" != "X"; then
15136 if test -n "$hardcode_libdir_separator"; then
15137 alldirs=
15138 for found_dir in $rpathdirs; do
15139 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15140 done
15141 acl_save_libdir="$libdir"
15142 libdir="$alldirs"
15143 eval flag=\"$hardcode_libdir_flag_spec\"
15144 libdir="$acl_save_libdir"
15145 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15146 else
15147 for found_dir in $rpathdirs; do
15148 acl_save_libdir="$libdir"
15149 libdir="$found_dir"
15150 eval flag=\"$hardcode_libdir_flag_spec\"
15151 libdir="$acl_save_libdir"
15152 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15153 done
15154 fi
15155 fi
15156 if test "X$ltrpathdirs" != "X"; then
15157 for found_dir in $ltrpathdirs; do
15158 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15159 done
15160 fi
15161
15162
15163
15164
15165
15166
15167
15168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15169 $as_echo_n "checking for iconv... " >&6; }
15170 if ${am_cv_func_iconv+:} false; then :
15171 $as_echo_n "(cached) " >&6
15172 else
15173
15174 am_cv_func_iconv="no, consider installing GNU libiconv"
15175 am_cv_lib_iconv=no
15176 am_save_CPPFLAGS="$CPPFLAGS"
15177 CPPFLAGS="$CPPFLAGS $INCICONV"
15178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15179 /* end confdefs.h. */
15180 #include <stdlib.h>
15181 #include <iconv.h>
15182 int
15183 main ()
15184 {
15185 iconv_t cd = iconv_open("","");
15186 iconv(cd,NULL,NULL,NULL,NULL);
15187 iconv_close(cd);
15188 ;
15189 return 0;
15190 }
15191 _ACEOF
15192 if ac_fn_c_try_link "$LINENO"; then :
15193 am_cv_func_iconv=yes
15194 fi
15195 rm -f core conftest.err conftest.$ac_objext \
15196 conftest$ac_exeext conftest.$ac_ext
15197 CPPFLAGS="$am_save_CPPFLAGS"
15198
15199 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
15200 for _libs in .libs _libs; do
15201 am_save_CPPFLAGS="$CPPFLAGS"
15202 am_save_LIBS="$LIBS"
15203 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
15204 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15206 /* end confdefs.h. */
15207 #include <stdlib.h>
15208 #include <iconv.h>
15209 int
15210 main ()
15211 {
15212 iconv_t cd = iconv_open("","");
15213 iconv(cd,NULL,NULL,NULL,NULL);
15214 iconv_close(cd);
15215 ;
15216 return 0;
15217 }
15218 _ACEOF
15219 if ac_fn_c_try_link "$LINENO"; then :
15220 INCICONV="-I../libiconv/include"
15221 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
15222 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
15223 am_cv_lib_iconv=yes
15224 am_cv_func_iconv=yes
15225 fi
15226 rm -f core conftest.err conftest.$ac_objext \
15227 conftest$ac_exeext conftest.$ac_ext
15228 CPPFLAGS="$am_save_CPPFLAGS"
15229 LIBS="$am_save_LIBS"
15230 if test "$am_cv_func_iconv" = "yes"; then
15231 break
15232 fi
15233 done
15234 fi
15235
15236 if test "$am_cv_func_iconv" != yes; then
15237 am_save_CPPFLAGS="$CPPFLAGS"
15238 am_save_LIBS="$LIBS"
15239 CPPFLAGS="$CPPFLAGS $INCICONV"
15240 LIBS="$LIBS $LIBICONV"
15241 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15242 /* end confdefs.h. */
15243 #include <stdlib.h>
15244 #include <iconv.h>
15245 int
15246 main ()
15247 {
15248 iconv_t cd = iconv_open("","");
15249 iconv(cd,NULL,NULL,NULL,NULL);
15250 iconv_close(cd);
15251 ;
15252 return 0;
15253 }
15254 _ACEOF
15255 if ac_fn_c_try_link "$LINENO"; then :
15256 am_cv_lib_iconv=yes
15257 am_cv_func_iconv=yes
15258 fi
15259 rm -f core conftest.err conftest.$ac_objext \
15260 conftest$ac_exeext conftest.$ac_ext
15261 CPPFLAGS="$am_save_CPPFLAGS"
15262 LIBS="$am_save_LIBS"
15263 fi
15264
15265 fi
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15267 $as_echo "$am_cv_func_iconv" >&6; }
15268 if test "$am_cv_func_iconv" = yes; then
15269
15270 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
15271
15272 fi
15273 if test "$am_cv_lib_iconv" = yes; then
15274
15275 for element in $INCICONV; do
15276 haveit=
15277 for x in $CPPFLAGS; do
15278
15279 acl_save_prefix="$prefix"
15280 prefix="$acl_final_prefix"
15281 acl_save_exec_prefix="$exec_prefix"
15282 exec_prefix="$acl_final_exec_prefix"
15283 eval x=\"$x\"
15284 exec_prefix="$acl_save_exec_prefix"
15285 prefix="$acl_save_prefix"
15286
15287 if test "X$x" = "X$element"; then
15288 haveit=yes
15289 break
15290 fi
15291 done
15292 if test -z "$haveit"; then
15293 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15294 fi
15295 done
15296
15297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15298 $as_echo_n "checking how to link with libiconv... " >&6; }
15299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15300 $as_echo "$LIBICONV" >&6; }
15301 else
15302 LIBICONV=
15303 LTLIBICONV=
15304 fi
15305
15306
15307
15308 if test "$am_cv_func_iconv" = yes; then
15309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15310 $as_echo_n "checking for iconv declaration... " >&6; }
15311 if ${am_cv_proto_iconv+:} false; then :
15312 $as_echo_n "(cached) " >&6
15313 else
15314
15315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15316 /* end confdefs.h. */
15317
15318 #include <stdlib.h>
15319 #include <iconv.h>
15320 extern
15321 #ifdef __cplusplus
15322 "C"
15323 #endif
15324 #if defined(__STDC__) || defined(__cplusplus)
15325 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15326 #else
15327 size_t iconv();
15328 #endif
15329
15330 int
15331 main ()
15332 {
15333
15334 ;
15335 return 0;
15336 }
15337 _ACEOF
15338 if ac_fn_c_try_compile "$LINENO"; then :
15339 am_cv_proto_iconv_arg1=""
15340 else
15341 am_cv_proto_iconv_arg1="const"
15342 fi
15343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15344 am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
15345 fi
15346
15347 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
15349 }$am_cv_proto_iconv" >&5
15350 $as_echo "${ac_t:-
15351 }$am_cv_proto_iconv" >&6; }
15352
15353 cat >>confdefs.h <<_ACEOF
15354 #define ICONV_CONST $am_cv_proto_iconv_arg1
15355 _ACEOF
15356
15357 fi
15358
15359
15360 all_targets=false
15361 BUILD_SRCONV=
15362 BUILD_DLLTOOL=
15363 DLLTOOL_DEFS=
15364 DLLTOOL_DEFAULT=
15365 BUILD_WINDRES=
15366 BUILD_WINDMC=
15367 BUILD_DLLWRAP=
15368 BUILD_MISC=
15369 BUILD_INSTALL_MISC=
15370 OBJDUMP_DEFS=
15371 OBJDUMP_PRIVATE_VECTORS=
15372 OBJDUMP_PRIVATE_OFILES=
15373 od_vectors=
15374
15375 for targ in $target $canon_targets
15376 do
15377 if test "x$targ" = "xall"; then
15378 all_targets=true
15379 BUILD_SRCONV='$(SRCONV_PROG)'
15380 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15381 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15382 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15383 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15384 if test -z "$DLLTOOL_DEFAULT"; then
15385 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15386 fi
15387 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15388 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15389 od_vectors="$od_vectors objdump_private_desc_xcoff"
15390 else
15391 case $targ in
15392 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15393 esac
15394
15395 case $targ in
15396 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
15397 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15398 if test -z "$DLLTOOL_DEFAULT"; then
15399 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15400 fi
15401 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15402 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15403 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15404 ;;
15405 arm-*-pe*)
15406 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15407 if test -z "$DLLTOOL_DEFAULT"; then
15408 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15409 fi
15410 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15411 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15412 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15413 ;;
15414 x86_64-*-mingw* | x86_64-*-cygwin*)
15415 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15416 if test -z "$DLLTOOL_DEFAULT"; then
15417 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15418 fi
15419 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15420 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15421 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15422 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15423 ;;
15424 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
15425 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15426 if test -z "$DLLTOOL_DEFAULT"; then
15427 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15428 fi
15429 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15430 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15431 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15432 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15433 ;;
15434 i[3-7]86-*-interix)
15435 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
15436 if test -z "$DLLTOOL_DEFAULT"; then
15437 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15438 fi
15439 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15440 ;;
15441 powerpc*-aix5.[01])
15442 ;;
15443 powerpc*-aix[5-9].*)
15444 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15445 ;;
15446 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
15447 case "$BUILD_INSTALL_MISC" in
15448 *embedspu*) ;;
15449 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15450 esac
15451 ;;
15452 sh*-*-pe)
15453 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15454 if test -z "$DLLTOOL_DEFAULT"; then
15455 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15456 fi
15457 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15458 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15459 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15460 ;;
15461 spu-*-*)
15462 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15463 ;;
15464 mips*-*-pe)
15465 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15466 if test -z "$DLLTOOL_DEFAULT"; then
15467 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15468 fi
15469 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15470 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15471 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15472 ;;
15473 mcore-*-pe)
15474 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15475 if test -z "$DLLTOOL_DEFAULT"; then
15476 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15477 fi
15478 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15479 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15480 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15481 ;;
15482 mcore-*-elf)
15483 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15484 if test -z "$DLLTOOL_DEFAULT"; then
15485 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15486 fi
15487 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
15488 ;;
15489 mep-*)
15490 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15491 ;;
15492 esac
15493
15494 # Add objdump private vectors.
15495 case $targ in
15496 avr-*-*)
15497 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15498 ;;
15499 powerpc*-*-aix* | rs6000-*-aix*)
15500 od_vectors="$od_vectors objdump_private_desc_xcoff"
15501 ;;
15502 *-*-darwin*)
15503 od_vectors="$od_vectors objdump_private_desc_mach_o"
15504 ;;
15505 esac
15506 fi
15507 done
15508
15509 # Uniq objdump private vector, build objdump target ofiles.
15510 od_files=
15511 f=""
15512 for i in $od_vectors ; do
15513 case " $f " in
15514 *" $i "*) ;;
15515 *)
15516 f="$f $i"
15517 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15518 case $i in
15519 objdump_private_desc_elf32_avr)
15520 od_files="$od_files od-elf32_avr" ;;
15521 objdump_private_desc_xcoff)
15522 od_files="$od_files od-xcoff" ;;
15523 objdump_private_desc_mach_o)
15524 od_files="$od_files od-macho" ;;
15525 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
15526 esac
15527 ;;
15528 esac
15529 done
15530
15531 # Uniq objdump target ofiles
15532 f=""
15533 for i in $od_files ; do
15534 case " $f " in
15535 *" $i "*) ;;
15536 *)
15537 f="$f $i"
15538 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15539 ;;
15540 esac
15541 done
15542
15543 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15544
15545 if test "${with_windres+set}" = set; then
15546 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15547 fi
15548
15549 if test "${with_windmc+set}" = set; then
15550 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15551 fi
15552
15553 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15554
15555
15556
15557
15558
15559
15560
15561
15562
15563
15564
15565
15566
15567 cat >>confdefs.h <<_ACEOF
15568 #define TARGET "${target}"
15569 _ACEOF
15570
15571
15572 targ=$target
15573 . $srcdir/../bfd/config.bfd
15574 if test "x$targ_underscore" = "xyes"; then
15575 UNDERSCORE=1
15576 else
15577 UNDERSCORE=0
15578 fi
15579
15580 cat >>confdefs.h <<_ACEOF
15581 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15582 _ACEOF
15583
15584
15585 # Emulation
15586 targ=$target
15587 . ${srcdir}/configure.tgt
15588 EMULATION=$targ_emul
15589 EMULATION_VECTOR=$targ_emul_vector
15590
15591
15592
15593
15594 # Required for html and install-html
15595
15596
15597
15598
15599
15600 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15601
15602 cat >confcache <<\_ACEOF
15603 # This file is a shell script that caches the results of configure
15604 # tests run on this system so they can be shared between configure
15605 # scripts and configure runs, see configure's option --config-cache.
15606 # It is not useful on other systems. If it contains results you don't
15607 # want to keep, you may remove or edit it.
15608 #
15609 # config.status only pays attention to the cache file if you give it
15610 # the --recheck option to rerun configure.
15611 #
15612 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15613 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15614 # following values.
15615
15616 _ACEOF
15617
15618 # The following way of writing the cache mishandles newlines in values,
15619 # but we know of no workaround that is simple, portable, and efficient.
15620 # So, we kill variables containing newlines.
15621 # Ultrix sh set writes to stderr and can't be redirected directly,
15622 # and sets the high bit in the cache file unless we assign to the vars.
15623 (
15624 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15625 eval ac_val=\$$ac_var
15626 case $ac_val in #(
15627 *${as_nl}*)
15628 case $ac_var in #(
15629 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15630 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15631 esac
15632 case $ac_var in #(
15633 _ | IFS | as_nl) ;; #(
15634 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15635 *) { eval $ac_var=; unset $ac_var;} ;;
15636 esac ;;
15637 esac
15638 done
15639
15640 (set) 2>&1 |
15641 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15642 *${as_nl}ac_space=\ *)
15643 # `set' does not quote correctly, so add quotes: double-quote
15644 # substitution turns \\\\ into \\, and sed turns \\ into \.
15645 sed -n \
15646 "s/'/'\\\\''/g;
15647 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15648 ;; #(
15649 *)
15650 # `set' quotes correctly as required by POSIX, so do not add quotes.
15651 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15652 ;;
15653 esac |
15654 sort
15655 ) |
15656 sed '
15657 /^ac_cv_env_/b end
15658 t clear
15659 :clear
15660 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15661 t end
15662 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15663 :end' >>confcache
15664 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15665 if test -w "$cache_file"; then
15666 if test "x$cache_file" != "x/dev/null"; then
15667 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15668 $as_echo "$as_me: updating cache $cache_file" >&6;}
15669 if test ! -f "$cache_file" || test -h "$cache_file"; then
15670 cat confcache >"$cache_file"
15671 else
15672 case $cache_file in #(
15673 */* | ?:*)
15674 mv -f confcache "$cache_file"$$ &&
15675 mv -f "$cache_file"$$ "$cache_file" ;; #(
15676 *)
15677 mv -f confcache "$cache_file" ;;
15678 esac
15679 fi
15680 fi
15681 else
15682 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15683 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15684 fi
15685 fi
15686 rm -f confcache
15687
15688 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15689 # Let make expand exec_prefix.
15690 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15691
15692 DEFS=-DHAVE_CONFIG_H
15693
15694 ac_libobjs=
15695 ac_ltlibobjs=
15696 U=
15697 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15698 # 1. Remove the extension, and $U if already installed.
15699 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15700 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15701 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15702 # will be set to the directory where LIBOBJS objects are built.
15703 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15704 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15705 done
15706 LIBOBJS=$ac_libobjs
15707
15708 LTLIBOBJS=$ac_ltlibobjs
15709
15710
15711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15712 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15713 if test -n "$am_sleep_pid"; then
15714 # Hide warnings about reused PIDs.
15715 wait $am_sleep_pid 2>/dev/null
15716 fi
15717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15718 $as_echo "done" >&6; }
15719 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15720 as_fn_error $? "conditional \"AMDEP\" was never defined.
15721 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15722 fi
15723 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15724 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15725 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15726 fi
15727 if test -n "$EXEEXT"; then
15728 am__EXEEXT_TRUE=
15729 am__EXEEXT_FALSE='#'
15730 else
15731 am__EXEEXT_TRUE='#'
15732 am__EXEEXT_FALSE=
15733 fi
15734
15735 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15736 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15737 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15738 fi
15739 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15740 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15741 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15742 fi
15743 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15744 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15745 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15746 fi
15747
15748 : "${CONFIG_STATUS=./config.status}"
15749 ac_write_fail=0
15750 ac_clean_files_save=$ac_clean_files
15751 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15752 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15753 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15754 as_write_fail=0
15755 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15756 #! $SHELL
15757 # Generated by $as_me.
15758 # Run this file to recreate the current configuration.
15759 # Compiler output produced by configure, useful for debugging
15760 # configure, is in config.log if it exists.
15761
15762 debug=false
15763 ac_cs_recheck=false
15764 ac_cs_silent=false
15765
15766 SHELL=\${CONFIG_SHELL-$SHELL}
15767 export SHELL
15768 _ASEOF
15769 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15770 ## -------------------- ##
15771 ## M4sh Initialization. ##
15772 ## -------------------- ##
15773
15774 # Be more Bourne compatible
15775 DUALCASE=1; export DUALCASE # for MKS sh
15776 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15777 emulate sh
15778 NULLCMD=:
15779 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15780 # is contrary to our usage. Disable this feature.
15781 alias -g '${1+"$@"}'='"$@"'
15782 setopt NO_GLOB_SUBST
15783 else
15784 case `(set -o) 2>/dev/null` in #(
15785 *posix*) :
15786 set -o posix ;; #(
15787 *) :
15788 ;;
15789 esac
15790 fi
15791
15792
15793 as_nl='
15794 '
15795 export as_nl
15796 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15797 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15798 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15799 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15800 # Prefer a ksh shell builtin over an external printf program on Solaris,
15801 # but without wasting forks for bash or zsh.
15802 if test -z "$BASH_VERSION$ZSH_VERSION" \
15803 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15804 as_echo='print -r --'
15805 as_echo_n='print -rn --'
15806 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15807 as_echo='printf %s\n'
15808 as_echo_n='printf %s'
15809 else
15810 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15811 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15812 as_echo_n='/usr/ucb/echo -n'
15813 else
15814 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15815 as_echo_n_body='eval
15816 arg=$1;
15817 case $arg in #(
15818 *"$as_nl"*)
15819 expr "X$arg" : "X\\(.*\\)$as_nl";
15820 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15821 esac;
15822 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15823 '
15824 export as_echo_n_body
15825 as_echo_n='sh -c $as_echo_n_body as_echo'
15826 fi
15827 export as_echo_body
15828 as_echo='sh -c $as_echo_body as_echo'
15829 fi
15830
15831 # The user is always right.
15832 if test "${PATH_SEPARATOR+set}" != set; then
15833 PATH_SEPARATOR=:
15834 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15835 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15836 PATH_SEPARATOR=';'
15837 }
15838 fi
15839
15840
15841 # IFS
15842 # We need space, tab and new line, in precisely that order. Quoting is
15843 # there to prevent editors from complaining about space-tab.
15844 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15845 # splitting by setting IFS to empty value.)
15846 IFS=" "" $as_nl"
15847
15848 # Find who we are. Look in the path if we contain no directory separator.
15849 as_myself=
15850 case $0 in #((
15851 *[\\/]* ) as_myself=$0 ;;
15852 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15853 for as_dir in $PATH
15854 do
15855 IFS=$as_save_IFS
15856 test -z "$as_dir" && as_dir=.
15857 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15858 done
15859 IFS=$as_save_IFS
15860
15861 ;;
15862 esac
15863 # We did not find ourselves, most probably we were run as `sh COMMAND'
15864 # in which case we are not to be found in the path.
15865 if test "x$as_myself" = x; then
15866 as_myself=$0
15867 fi
15868 if test ! -f "$as_myself"; then
15869 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15870 exit 1
15871 fi
15872
15873 # Unset variables that we do not need and which cause bugs (e.g. in
15874 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15875 # suppresses any "Segmentation fault" message there. '((' could
15876 # trigger a bug in pdksh 5.2.14.
15877 for as_var in BASH_ENV ENV MAIL MAILPATH
15878 do eval test x\${$as_var+set} = xset \
15879 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15880 done
15881 PS1='$ '
15882 PS2='> '
15883 PS4='+ '
15884
15885 # NLS nuisances.
15886 LC_ALL=C
15887 export LC_ALL
15888 LANGUAGE=C
15889 export LANGUAGE
15890
15891 # CDPATH.
15892 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15893
15894
15895 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15896 # ----------------------------------------
15897 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15898 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15899 # script with STATUS, using 1 if that was 0.
15900 as_fn_error ()
15901 {
15902 as_status=$1; test $as_status -eq 0 && as_status=1
15903 if test "$4"; then
15904 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15905 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15906 fi
15907 $as_echo "$as_me: error: $2" >&2
15908 as_fn_exit $as_status
15909 } # as_fn_error
15910
15911
15912 # as_fn_set_status STATUS
15913 # -----------------------
15914 # Set $? to STATUS, without forking.
15915 as_fn_set_status ()
15916 {
15917 return $1
15918 } # as_fn_set_status
15919
15920 # as_fn_exit STATUS
15921 # -----------------
15922 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15923 as_fn_exit ()
15924 {
15925 set +e
15926 as_fn_set_status $1
15927 exit $1
15928 } # as_fn_exit
15929
15930 # as_fn_unset VAR
15931 # ---------------
15932 # Portably unset VAR.
15933 as_fn_unset ()
15934 {
15935 { eval $1=; unset $1;}
15936 }
15937 as_unset=as_fn_unset
15938 # as_fn_append VAR VALUE
15939 # ----------------------
15940 # Append the text in VALUE to the end of the definition contained in VAR. Take
15941 # advantage of any shell optimizations that allow amortized linear growth over
15942 # repeated appends, instead of the typical quadratic growth present in naive
15943 # implementations.
15944 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15945 eval 'as_fn_append ()
15946 {
15947 eval $1+=\$2
15948 }'
15949 else
15950 as_fn_append ()
15951 {
15952 eval $1=\$$1\$2
15953 }
15954 fi # as_fn_append
15955
15956 # as_fn_arith ARG...
15957 # ------------------
15958 # Perform arithmetic evaluation on the ARGs, and store the result in the
15959 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15960 # must be portable across $(()) and expr.
15961 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15962 eval 'as_fn_arith ()
15963 {
15964 as_val=$(( $* ))
15965 }'
15966 else
15967 as_fn_arith ()
15968 {
15969 as_val=`expr "$@" || test $? -eq 1`
15970 }
15971 fi # as_fn_arith
15972
15973
15974 if expr a : '\(a\)' >/dev/null 2>&1 &&
15975 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15976 as_expr=expr
15977 else
15978 as_expr=false
15979 fi
15980
15981 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15982 as_basename=basename
15983 else
15984 as_basename=false
15985 fi
15986
15987 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15988 as_dirname=dirname
15989 else
15990 as_dirname=false
15991 fi
15992
15993 as_me=`$as_basename -- "$0" ||
15994 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15995 X"$0" : 'X\(//\)$' \| \
15996 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15997 $as_echo X/"$0" |
15998 sed '/^.*\/\([^/][^/]*\)\/*$/{
15999 s//\1/
16000 q
16001 }
16002 /^X\/\(\/\/\)$/{
16003 s//\1/
16004 q
16005 }
16006 /^X\/\(\/\).*/{
16007 s//\1/
16008 q
16009 }
16010 s/.*/./; q'`
16011
16012 # Avoid depending upon Character Ranges.
16013 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16014 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16015 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16016 as_cr_digits='0123456789'
16017 as_cr_alnum=$as_cr_Letters$as_cr_digits
16018
16019 ECHO_C= ECHO_N= ECHO_T=
16020 case `echo -n x` in #(((((
16021 -n*)
16022 case `echo 'xy\c'` in
16023 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16024 xy) ECHO_C='\c';;
16025 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16026 ECHO_T=' ';;
16027 esac;;
16028 *)
16029 ECHO_N='-n';;
16030 esac
16031
16032 rm -f conf$$ conf$$.exe conf$$.file
16033 if test -d conf$$.dir; then
16034 rm -f conf$$.dir/conf$$.file
16035 else
16036 rm -f conf$$.dir
16037 mkdir conf$$.dir 2>/dev/null
16038 fi
16039 if (echo >conf$$.file) 2>/dev/null; then
16040 if ln -s conf$$.file conf$$ 2>/dev/null; then
16041 as_ln_s='ln -s'
16042 # ... but there are two gotchas:
16043 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16044 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16045 # In both cases, we have to default to `cp -pR'.
16046 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16047 as_ln_s='cp -pR'
16048 elif ln conf$$.file conf$$ 2>/dev/null; then
16049 as_ln_s=ln
16050 else
16051 as_ln_s='cp -pR'
16052 fi
16053 else
16054 as_ln_s='cp -pR'
16055 fi
16056 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16057 rmdir conf$$.dir 2>/dev/null
16058
16059
16060 # as_fn_mkdir_p
16061 # -------------
16062 # Create "$as_dir" as a directory, including parents if necessary.
16063 as_fn_mkdir_p ()
16064 {
16065
16066 case $as_dir in #(
16067 -*) as_dir=./$as_dir;;
16068 esac
16069 test -d "$as_dir" || eval $as_mkdir_p || {
16070 as_dirs=
16071 while :; do
16072 case $as_dir in #(
16073 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16074 *) as_qdir=$as_dir;;
16075 esac
16076 as_dirs="'$as_qdir' $as_dirs"
16077 as_dir=`$as_dirname -- "$as_dir" ||
16078 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16079 X"$as_dir" : 'X\(//\)[^/]' \| \
16080 X"$as_dir" : 'X\(//\)$' \| \
16081 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16082 $as_echo X"$as_dir" |
16083 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16084 s//\1/
16085 q
16086 }
16087 /^X\(\/\/\)[^/].*/{
16088 s//\1/
16089 q
16090 }
16091 /^X\(\/\/\)$/{
16092 s//\1/
16093 q
16094 }
16095 /^X\(\/\).*/{
16096 s//\1/
16097 q
16098 }
16099 s/.*/./; q'`
16100 test -d "$as_dir" && break
16101 done
16102 test -z "$as_dirs" || eval "mkdir $as_dirs"
16103 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16104
16105
16106 } # as_fn_mkdir_p
16107 if mkdir -p . 2>/dev/null; then
16108 as_mkdir_p='mkdir -p "$as_dir"'
16109 else
16110 test -d ./-p && rmdir ./-p
16111 as_mkdir_p=false
16112 fi
16113
16114
16115 # as_fn_executable_p FILE
16116 # -----------------------
16117 # Test if FILE is an executable regular file.
16118 as_fn_executable_p ()
16119 {
16120 test -f "$1" && test -x "$1"
16121 } # as_fn_executable_p
16122 as_test_x='test -x'
16123 as_executable_p=as_fn_executable_p
16124
16125 # Sed expression to map a string onto a valid CPP name.
16126 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16127
16128 # Sed expression to map a string onto a valid variable name.
16129 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16130
16131
16132 exec 6>&1
16133 ## ----------------------------------- ##
16134 ## Main body of $CONFIG_STATUS script. ##
16135 ## ----------------------------------- ##
16136 _ASEOF
16137 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16138
16139 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16140 # Save the log message, to keep $0 and so on meaningful, and to
16141 # report actual input values of CONFIG_FILES etc. instead of their
16142 # values after options handling.
16143 ac_log="
16144 This file was extended by binutils $as_me 2.36.50, which was
16145 generated by GNU Autoconf 2.69. Invocation command line was
16146
16147 CONFIG_FILES = $CONFIG_FILES
16148 CONFIG_HEADERS = $CONFIG_HEADERS
16149 CONFIG_LINKS = $CONFIG_LINKS
16150 CONFIG_COMMANDS = $CONFIG_COMMANDS
16151 $ $0 $@
16152
16153 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16154 "
16155
16156 _ACEOF
16157
16158 case $ac_config_files in *"
16159 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16160 esac
16161
16162 case $ac_config_headers in *"
16163 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16164 esac
16165
16166
16167 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16168 # Files that config.status was made for.
16169 config_files="$ac_config_files"
16170 config_headers="$ac_config_headers"
16171 config_commands="$ac_config_commands"
16172
16173 _ACEOF
16174
16175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16176 ac_cs_usage="\
16177 \`$as_me' instantiates files and other configuration actions
16178 from templates according to the current configuration. Unless the files
16179 and actions are specified as TAGs, all are instantiated by default.
16180
16181 Usage: $0 [OPTION]... [TAG]...
16182
16183 -h, --help print this help, then exit
16184 -V, --version print version number and configuration settings, then exit
16185 --config print configuration, then exit
16186 -q, --quiet, --silent
16187 do not print progress messages
16188 -d, --debug don't remove temporary files
16189 --recheck update $as_me by reconfiguring in the same conditions
16190 --file=FILE[:TEMPLATE]
16191 instantiate the configuration file FILE
16192 --header=FILE[:TEMPLATE]
16193 instantiate the configuration header FILE
16194
16195 Configuration files:
16196 $config_files
16197
16198 Configuration headers:
16199 $config_headers
16200
16201 Configuration commands:
16202 $config_commands
16203
16204 Report bugs to the package provider."
16205
16206 _ACEOF
16207 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16208 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16209 ac_cs_version="\\
16210 binutils config.status 2.36.50
16211 configured by $0, generated by GNU Autoconf 2.69,
16212 with options \\"\$ac_cs_config\\"
16213
16214 Copyright (C) 2012 Free Software Foundation, Inc.
16215 This config.status script is free software; the Free Software Foundation
16216 gives unlimited permission to copy, distribute and modify it."
16217
16218 ac_pwd='$ac_pwd'
16219 srcdir='$srcdir'
16220 INSTALL='$INSTALL'
16221 MKDIR_P='$MKDIR_P'
16222 AWK='$AWK'
16223 test -n "\$AWK" || AWK=awk
16224 _ACEOF
16225
16226 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16227 # The default lists apply if the user does not specify any file.
16228 ac_need_defaults=:
16229 while test $# != 0
16230 do
16231 case $1 in
16232 --*=?*)
16233 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16234 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16235 ac_shift=:
16236 ;;
16237 --*=)
16238 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16239 ac_optarg=
16240 ac_shift=:
16241 ;;
16242 *)
16243 ac_option=$1
16244 ac_optarg=$2
16245 ac_shift=shift
16246 ;;
16247 esac
16248
16249 case $ac_option in
16250 # Handling of the options.
16251 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16252 ac_cs_recheck=: ;;
16253 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16254 $as_echo "$ac_cs_version"; exit ;;
16255 --config | --confi | --conf | --con | --co | --c )
16256 $as_echo "$ac_cs_config"; exit ;;
16257 --debug | --debu | --deb | --de | --d | -d )
16258 debug=: ;;
16259 --file | --fil | --fi | --f )
16260 $ac_shift
16261 case $ac_optarg in
16262 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16263 '') as_fn_error $? "missing file argument" ;;
16264 esac
16265 as_fn_append CONFIG_FILES " '$ac_optarg'"
16266 ac_need_defaults=false;;
16267 --header | --heade | --head | --hea )
16268 $ac_shift
16269 case $ac_optarg in
16270 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16271 esac
16272 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16273 ac_need_defaults=false;;
16274 --he | --h)
16275 # Conflict between --help and --header
16276 as_fn_error $? "ambiguous option: \`$1'
16277 Try \`$0 --help' for more information.";;
16278 --help | --hel | -h )
16279 $as_echo "$ac_cs_usage"; exit ;;
16280 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16281 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16282 ac_cs_silent=: ;;
16283
16284 # This is an error.
16285 -*) as_fn_error $? "unrecognized option: \`$1'
16286 Try \`$0 --help' for more information." ;;
16287
16288 *) as_fn_append ac_config_targets " $1"
16289 ac_need_defaults=false ;;
16290
16291 esac
16292 shift
16293 done
16294
16295 ac_configure_extra_args=
16296
16297 if $ac_cs_silent; then
16298 exec 6>/dev/null
16299 ac_configure_extra_args="$ac_configure_extra_args --silent"
16300 fi
16301
16302 _ACEOF
16303 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16304 if \$ac_cs_recheck; then
16305 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16306 shift
16307 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16308 CONFIG_SHELL='$SHELL'
16309 export CONFIG_SHELL
16310 exec "\$@"
16311 fi
16312
16313 _ACEOF
16314 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16315 exec 5>>config.log
16316 {
16317 echo
16318 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16319 ## Running $as_me. ##
16320 _ASBOX
16321 $as_echo "$ac_log"
16322 } >&5
16323
16324 _ACEOF
16325 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16326 #
16327 # INIT-COMMANDS
16328 #
16329 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16330
16331
16332 # The HP-UX ksh and POSIX shell print the target directory to stdout
16333 # if CDPATH is set.
16334 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16335
16336 sed_quote_subst='$sed_quote_subst'
16337 double_quote_subst='$double_quote_subst'
16338 delay_variable_subst='$delay_variable_subst'
16339 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16340 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16341 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16342 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16343 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16344 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16345 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16346 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16347 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16348 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16349 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16350 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16351 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16352 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16353 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16354 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16355 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16356 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16357 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16358 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16359 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16360 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16361 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16362 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16363 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16364 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16365 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16366 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16367 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16368 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16369 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16370 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16371 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16372 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16373 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16374 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16375 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16376 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16377 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16378 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16379 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16380 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16381 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16382 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16383 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16384 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16385 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16386 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16387 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"`'
16388 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16389 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16390 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16391 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16392 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16393 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16394 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16395 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16396 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16397 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16398 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16399 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16400 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16401 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16402 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16403 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16404 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16405 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16406 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16407 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16408 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16409 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16410 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16411 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16412 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16413 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16414 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16415 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16416 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16417 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16418 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16419 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16420 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16421 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16422 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16423 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16424 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16425 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16426 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16427 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16428 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16429 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16430 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16431 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16432 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16433 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16434 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16435 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16436 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16437 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16438 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16439 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16440 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16441 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16442 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16443 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16444 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16445 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16446 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16447 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16448 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16449 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16450 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16451 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16452 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16453 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16454 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16455 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16456 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16457 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16458 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16459
16460 LTCC='$LTCC'
16461 LTCFLAGS='$LTCFLAGS'
16462 compiler='$compiler_DEFAULT'
16463
16464 # A function that is used when there is no print builtin or printf.
16465 func_fallback_echo ()
16466 {
16467 eval 'cat <<_LTECHO_EOF
16468 \$1
16469 _LTECHO_EOF'
16470 }
16471
16472 # Quote evaled strings.
16473 for var in SHELL \
16474 ECHO \
16475 SED \
16476 GREP \
16477 EGREP \
16478 FGREP \
16479 LD \
16480 NM \
16481 LN_S \
16482 lt_SP2NL \
16483 lt_NL2SP \
16484 reload_flag \
16485 OBJDUMP \
16486 deplibs_check_method \
16487 file_magic_cmd \
16488 AR \
16489 AR_FLAGS \
16490 STRIP \
16491 RANLIB \
16492 CC \
16493 CFLAGS \
16494 compiler \
16495 lt_cv_sys_global_symbol_pipe \
16496 lt_cv_sys_global_symbol_to_cdecl \
16497 lt_cv_sys_global_symbol_to_c_name_address \
16498 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16499 lt_prog_compiler_no_builtin_flag \
16500 lt_prog_compiler_wl \
16501 lt_prog_compiler_pic \
16502 lt_prog_compiler_static \
16503 lt_cv_prog_compiler_c_o \
16504 need_locks \
16505 DSYMUTIL \
16506 NMEDIT \
16507 LIPO \
16508 OTOOL \
16509 OTOOL64 \
16510 shrext_cmds \
16511 export_dynamic_flag_spec \
16512 whole_archive_flag_spec \
16513 compiler_needs_object \
16514 with_gnu_ld \
16515 allow_undefined_flag \
16516 no_undefined_flag \
16517 hardcode_libdir_flag_spec \
16518 hardcode_libdir_flag_spec_ld \
16519 hardcode_libdir_separator \
16520 fix_srcfile_path \
16521 exclude_expsyms \
16522 include_expsyms \
16523 file_list_spec \
16524 variables_saved_for_relink \
16525 libname_spec \
16526 library_names_spec \
16527 soname_spec \
16528 install_override_mode \
16529 finish_eval \
16530 old_striplib \
16531 striplib; do
16532 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16533 *[\\\\\\\`\\"\\\$]*)
16534 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16535 ;;
16536 *)
16537 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16538 ;;
16539 esac
16540 done
16541
16542 # Double-quote double-evaled strings.
16543 for var in reload_cmds \
16544 old_postinstall_cmds \
16545 old_postuninstall_cmds \
16546 old_archive_cmds \
16547 extract_expsyms_cmds \
16548 old_archive_from_new_cmds \
16549 old_archive_from_expsyms_cmds \
16550 archive_cmds \
16551 archive_expsym_cmds \
16552 module_cmds \
16553 module_expsym_cmds \
16554 export_symbols_cmds \
16555 prelink_cmds \
16556 postinstall_cmds \
16557 postuninstall_cmds \
16558 finish_cmds \
16559 sys_lib_search_path_spec \
16560 sys_lib_dlsearch_path_spec; do
16561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16562 *[\\\\\\\`\\"\\\$]*)
16563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16564 ;;
16565 *)
16566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16567 ;;
16568 esac
16569 done
16570
16571 ac_aux_dir='$ac_aux_dir'
16572 xsi_shell='$xsi_shell'
16573 lt_shell_append='$lt_shell_append'
16574
16575 # See if we are running on zsh, and set the options which allow our
16576 # commands through without removal of \ escapes INIT.
16577 if test -n "\${ZSH_VERSION+set}" ; then
16578 setopt NO_GLOB_SUBST
16579 fi
16580
16581
16582 PACKAGE='$PACKAGE'
16583 VERSION='$VERSION'
16584 TIMESTAMP='$TIMESTAMP'
16585 RM='$RM'
16586 ofile='$ofile'
16587
16588
16589
16590 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16591 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16592 # from automake.
16593 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16594 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16595 LINGUAS="${LINGUAS-%UNSET%}"
16596
16597
16598 _ACEOF
16599
16600 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16601
16602 # Handling of arguments.
16603 for ac_config_target in $ac_config_targets
16604 do
16605 case $ac_config_target in
16606 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16607 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16608 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16609 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16610 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16611 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16612 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16613
16614 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16615 esac
16616 done
16617
16618
16619 # If the user did not use the arguments to specify the items to instantiate,
16620 # then the envvar interface is used. Set only those that are not.
16621 # We use the long form for the default assignment because of an extremely
16622 # bizarre bug on SunOS 4.1.3.
16623 if $ac_need_defaults; then
16624 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16625 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16626 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16627 fi
16628
16629 # Have a temporary directory for convenience. Make it in the build tree
16630 # simply because there is no reason against having it here, and in addition,
16631 # creating and moving files from /tmp can sometimes cause problems.
16632 # Hook for its removal unless debugging.
16633 # Note that there is a small window in which the directory will not be cleaned:
16634 # after its creation but before its name has been assigned to `$tmp'.
16635 $debug ||
16636 {
16637 tmp= ac_tmp=
16638 trap 'exit_status=$?
16639 : "${ac_tmp:=$tmp}"
16640 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16641 ' 0
16642 trap 'as_fn_exit 1' 1 2 13 15
16643 }
16644 # Create a (secure) tmp directory for tmp files.
16645
16646 {
16647 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16648 test -d "$tmp"
16649 } ||
16650 {
16651 tmp=./conf$$-$RANDOM
16652 (umask 077 && mkdir "$tmp")
16653 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16654 ac_tmp=$tmp
16655
16656 # Set up the scripts for CONFIG_FILES section.
16657 # No need to generate them if there are no CONFIG_FILES.
16658 # This happens for instance with `./config.status config.h'.
16659 if test -n "$CONFIG_FILES"; then
16660
16661
16662 ac_cr=`echo X | tr X '\015'`
16663 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16664 # But we know of no other shell where ac_cr would be empty at this
16665 # point, so we can use a bashism as a fallback.
16666 if test "x$ac_cr" = x; then
16667 eval ac_cr=\$\'\\r\'
16668 fi
16669 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16670 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16671 ac_cs_awk_cr='\\r'
16672 else
16673 ac_cs_awk_cr=$ac_cr
16674 fi
16675
16676 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16677 _ACEOF
16678
16679
16680 {
16681 echo "cat >conf$$subs.awk <<_ACEOF" &&
16682 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16683 echo "_ACEOF"
16684 } >conf$$subs.sh ||
16685 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16686 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16687 ac_delim='%!_!# '
16688 for ac_last_try in false false false false false :; do
16689 . ./conf$$subs.sh ||
16690 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16691
16692 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16693 if test $ac_delim_n = $ac_delim_num; then
16694 break
16695 elif $ac_last_try; then
16696 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16697 else
16698 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16699 fi
16700 done
16701 rm -f conf$$subs.sh
16702
16703 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16704 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16705 _ACEOF
16706 sed -n '
16707 h
16708 s/^/S["/; s/!.*/"]=/
16709 p
16710 g
16711 s/^[^!]*!//
16712 :repl
16713 t repl
16714 s/'"$ac_delim"'$//
16715 t delim
16716 :nl
16717 h
16718 s/\(.\{148\}\)..*/\1/
16719 t more1
16720 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16721 p
16722 n
16723 b repl
16724 :more1
16725 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16726 p
16727 g
16728 s/.\{148\}//
16729 t nl
16730 :delim
16731 h
16732 s/\(.\{148\}\)..*/\1/
16733 t more2
16734 s/["\\]/\\&/g; s/^/"/; s/$/"/
16735 p
16736 b
16737 :more2
16738 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16739 p
16740 g
16741 s/.\{148\}//
16742 t delim
16743 ' <conf$$subs.awk | sed '
16744 /^[^""]/{
16745 N
16746 s/\n//
16747 }
16748 ' >>$CONFIG_STATUS || ac_write_fail=1
16749 rm -f conf$$subs.awk
16750 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16751 _ACAWK
16752 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16753 for (key in S) S_is_set[key] = 1
16754 FS = "\a"
16755
16756 }
16757 {
16758 line = $ 0
16759 nfields = split(line, field, "@")
16760 substed = 0
16761 len = length(field[1])
16762 for (i = 2; i < nfields; i++) {
16763 key = field[i]
16764 keylen = length(key)
16765 if (S_is_set[key]) {
16766 value = S[key]
16767 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16768 len += length(value) + length(field[++i])
16769 substed = 1
16770 } else
16771 len += 1 + keylen
16772 }
16773
16774 print line
16775 }
16776
16777 _ACAWK
16778 _ACEOF
16779 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16780 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16781 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16782 else
16783 cat
16784 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16785 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16786 _ACEOF
16787
16788 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16789 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16790 # trailing colons and then remove the whole line if VPATH becomes empty
16791 # (actually we leave an empty line to preserve line numbers).
16792 if test "x$srcdir" = x.; then
16793 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16794 h
16795 s///
16796 s/^/:/
16797 s/[ ]*$/:/
16798 s/:\$(srcdir):/:/g
16799 s/:\${srcdir}:/:/g
16800 s/:@srcdir@:/:/g
16801 s/^:*//
16802 s/:*$//
16803 x
16804 s/\(=[ ]*\).*/\1/
16805 G
16806 s/\n//
16807 s/^[^=]*=[ ]*$//
16808 }'
16809 fi
16810
16811 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16812 fi # test -n "$CONFIG_FILES"
16813
16814 # Set up the scripts for CONFIG_HEADERS section.
16815 # No need to generate them if there are no CONFIG_HEADERS.
16816 # This happens for instance with `./config.status Makefile'.
16817 if test -n "$CONFIG_HEADERS"; then
16818 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16819 BEGIN {
16820 _ACEOF
16821
16822 # Transform confdefs.h into an awk script `defines.awk', embedded as
16823 # here-document in config.status, that substitutes the proper values into
16824 # config.h.in to produce config.h.
16825
16826 # Create a delimiter string that does not exist in confdefs.h, to ease
16827 # handling of long lines.
16828 ac_delim='%!_!# '
16829 for ac_last_try in false false :; do
16830 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16831 if test -z "$ac_tt"; then
16832 break
16833 elif $ac_last_try; then
16834 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16835 else
16836 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16837 fi
16838 done
16839
16840 # For the awk script, D is an array of macro values keyed by name,
16841 # likewise P contains macro parameters if any. Preserve backslash
16842 # newline sequences.
16843
16844 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16845 sed -n '
16846 s/.\{148\}/&'"$ac_delim"'/g
16847 t rset
16848 :rset
16849 s/^[ ]*#[ ]*define[ ][ ]*/ /
16850 t def
16851 d
16852 :def
16853 s/\\$//
16854 t bsnl
16855 s/["\\]/\\&/g
16856 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16857 D["\1"]=" \3"/p
16858 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16859 d
16860 :bsnl
16861 s/["\\]/\\&/g
16862 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16863 D["\1"]=" \3\\\\\\n"\\/p
16864 t cont
16865 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16866 t cont
16867 d
16868 :cont
16869 n
16870 s/.\{148\}/&'"$ac_delim"'/g
16871 t clear
16872 :clear
16873 s/\\$//
16874 t bsnlc
16875 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16876 d
16877 :bsnlc
16878 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16879 b cont
16880 ' <confdefs.h | sed '
16881 s/'"$ac_delim"'/"\\\
16882 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16883
16884 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16885 for (key in D) D_is_set[key] = 1
16886 FS = "\a"
16887 }
16888 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16889 line = \$ 0
16890 split(line, arg, " ")
16891 if (arg[1] == "#") {
16892 defundef = arg[2]
16893 mac1 = arg[3]
16894 } else {
16895 defundef = substr(arg[1], 2)
16896 mac1 = arg[2]
16897 }
16898 split(mac1, mac2, "(") #)
16899 macro = mac2[1]
16900 prefix = substr(line, 1, index(line, defundef) - 1)
16901 if (D_is_set[macro]) {
16902 # Preserve the white space surrounding the "#".
16903 print prefix "define", macro P[macro] D[macro]
16904 next
16905 } else {
16906 # Replace #undef with comments. This is necessary, for example,
16907 # in the case of _POSIX_SOURCE, which is predefined and required
16908 # on some systems where configure will not decide to define it.
16909 if (defundef == "undef") {
16910 print "/*", prefix defundef, macro, "*/"
16911 next
16912 }
16913 }
16914 }
16915 { print }
16916 _ACAWK
16917 _ACEOF
16918 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16919 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16920 fi # test -n "$CONFIG_HEADERS"
16921
16922
16923 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16924 shift
16925 for ac_tag
16926 do
16927 case $ac_tag in
16928 :[FHLC]) ac_mode=$ac_tag; continue;;
16929 esac
16930 case $ac_mode$ac_tag in
16931 :[FHL]*:*);;
16932 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16933 :[FH]-) ac_tag=-:-;;
16934 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16935 esac
16936 ac_save_IFS=$IFS
16937 IFS=:
16938 set x $ac_tag
16939 IFS=$ac_save_IFS
16940 shift
16941 ac_file=$1
16942 shift
16943
16944 case $ac_mode in
16945 :L) ac_source=$1;;
16946 :[FH])
16947 ac_file_inputs=
16948 for ac_f
16949 do
16950 case $ac_f in
16951 -) ac_f="$ac_tmp/stdin";;
16952 *) # Look for the file first in the build tree, then in the source tree
16953 # (if the path is not absolute). The absolute path cannot be DOS-style,
16954 # because $ac_f cannot contain `:'.
16955 test -f "$ac_f" ||
16956 case $ac_f in
16957 [\\/$]*) false;;
16958 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16959 esac ||
16960 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16961 esac
16962 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16963 as_fn_append ac_file_inputs " '$ac_f'"
16964 done
16965
16966 # Let's still pretend it is `configure' which instantiates (i.e., don't
16967 # use $as_me), people would be surprised to read:
16968 # /* config.h. Generated by config.status. */
16969 configure_input='Generated from '`
16970 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16971 `' by configure.'
16972 if test x"$ac_file" != x-; then
16973 configure_input="$ac_file. $configure_input"
16974 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16975 $as_echo "$as_me: creating $ac_file" >&6;}
16976 fi
16977 # Neutralize special characters interpreted by sed in replacement strings.
16978 case $configure_input in #(
16979 *\&* | *\|* | *\\* )
16980 ac_sed_conf_input=`$as_echo "$configure_input" |
16981 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16982 *) ac_sed_conf_input=$configure_input;;
16983 esac
16984
16985 case $ac_tag in
16986 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16987 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16988 esac
16989 ;;
16990 esac
16991
16992 ac_dir=`$as_dirname -- "$ac_file" ||
16993 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16994 X"$ac_file" : 'X\(//\)[^/]' \| \
16995 X"$ac_file" : 'X\(//\)$' \| \
16996 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16997 $as_echo X"$ac_file" |
16998 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16999 s//\1/
17000 q
17001 }
17002 /^X\(\/\/\)[^/].*/{
17003 s//\1/
17004 q
17005 }
17006 /^X\(\/\/\)$/{
17007 s//\1/
17008 q
17009 }
17010 /^X\(\/\).*/{
17011 s//\1/
17012 q
17013 }
17014 s/.*/./; q'`
17015 as_dir="$ac_dir"; as_fn_mkdir_p
17016 ac_builddir=.
17017
17018 case "$ac_dir" in
17019 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17020 *)
17021 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17022 # A ".." for each directory in $ac_dir_suffix.
17023 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17024 case $ac_top_builddir_sub in
17025 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17026 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17027 esac ;;
17028 esac
17029 ac_abs_top_builddir=$ac_pwd
17030 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17031 # for backward compatibility:
17032 ac_top_builddir=$ac_top_build_prefix
17033
17034 case $srcdir in
17035 .) # We are building in place.
17036 ac_srcdir=.
17037 ac_top_srcdir=$ac_top_builddir_sub
17038 ac_abs_top_srcdir=$ac_pwd ;;
17039 [\\/]* | ?:[\\/]* ) # Absolute name.
17040 ac_srcdir=$srcdir$ac_dir_suffix;
17041 ac_top_srcdir=$srcdir
17042 ac_abs_top_srcdir=$srcdir ;;
17043 *) # Relative name.
17044 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17045 ac_top_srcdir=$ac_top_build_prefix$srcdir
17046 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17047 esac
17048 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17049
17050
17051 case $ac_mode in
17052 :F)
17053 #
17054 # CONFIG_FILE
17055 #
17056
17057 case $INSTALL in
17058 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17059 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17060 esac
17061 ac_MKDIR_P=$MKDIR_P
17062 case $MKDIR_P in
17063 [\\/$]* | ?:[\\/]* ) ;;
17064 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17065 esac
17066 _ACEOF
17067
17068 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17069 # If the template does not know about datarootdir, expand it.
17070 # FIXME: This hack should be removed a few years after 2.60.
17071 ac_datarootdir_hack=; ac_datarootdir_seen=
17072 ac_sed_dataroot='
17073 /datarootdir/ {
17074 p
17075 q
17076 }
17077 /@datadir@/p
17078 /@docdir@/p
17079 /@infodir@/p
17080 /@localedir@/p
17081 /@mandir@/p'
17082 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17083 *datarootdir*) ac_datarootdir_seen=yes;;
17084 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17085 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17086 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17087 _ACEOF
17088 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17089 ac_datarootdir_hack='
17090 s&@datadir@&$datadir&g
17091 s&@docdir@&$docdir&g
17092 s&@infodir@&$infodir&g
17093 s&@localedir@&$localedir&g
17094 s&@mandir@&$mandir&g
17095 s&\\\${datarootdir}&$datarootdir&g' ;;
17096 esac
17097 _ACEOF
17098
17099 # Neutralize VPATH when `$srcdir' = `.'.
17100 # Shell code in configure.ac might set extrasub.
17101 # FIXME: do we really want to maintain this feature?
17102 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17103 ac_sed_extra="$ac_vpsub
17104 $extrasub
17105 _ACEOF
17106 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17107 :t
17108 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17109 s|@configure_input@|$ac_sed_conf_input|;t t
17110 s&@top_builddir@&$ac_top_builddir_sub&;t t
17111 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17112 s&@srcdir@&$ac_srcdir&;t t
17113 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17114 s&@top_srcdir@&$ac_top_srcdir&;t t
17115 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17116 s&@builddir@&$ac_builddir&;t t
17117 s&@abs_builddir@&$ac_abs_builddir&;t t
17118 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17119 s&@INSTALL@&$ac_INSTALL&;t t
17120 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17121 $ac_datarootdir_hack
17122 "
17123 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17124 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17125
17126 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17127 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17128 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17129 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17131 which seems to be undefined. Please make sure it is defined" >&5
17132 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17133 which seems to be undefined. Please make sure it is defined" >&2;}
17134
17135 rm -f "$ac_tmp/stdin"
17136 case $ac_file in
17137 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17138 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17139 esac \
17140 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17141 ;;
17142 :H)
17143 #
17144 # CONFIG_HEADER
17145 #
17146 if test x"$ac_file" != x-; then
17147 {
17148 $as_echo "/* $configure_input */" \
17149 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17150 } >"$ac_tmp/config.h" \
17151 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17152 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17153 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17154 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17155 else
17156 rm -f "$ac_file"
17157 mv "$ac_tmp/config.h" "$ac_file" \
17158 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17159 fi
17160 else
17161 $as_echo "/* $configure_input */" \
17162 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17163 || as_fn_error $? "could not create -" "$LINENO" 5
17164 fi
17165 # Compute "$ac_file"'s index in $config_headers.
17166 _am_arg="$ac_file"
17167 _am_stamp_count=1
17168 for _am_header in $config_headers :; do
17169 case $_am_header in
17170 $_am_arg | $_am_arg:* )
17171 break ;;
17172 * )
17173 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17174 esac
17175 done
17176 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17177 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17178 X"$_am_arg" : 'X\(//\)[^/]' \| \
17179 X"$_am_arg" : 'X\(//\)$' \| \
17180 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17181 $as_echo X"$_am_arg" |
17182 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17183 s//\1/
17184 q
17185 }
17186 /^X\(\/\/\)[^/].*/{
17187 s//\1/
17188 q
17189 }
17190 /^X\(\/\/\)$/{
17191 s//\1/
17192 q
17193 }
17194 /^X\(\/\).*/{
17195 s//\1/
17196 q
17197 }
17198 s/.*/./; q'`/stamp-h$_am_stamp_count
17199 ;;
17200
17201 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17202 $as_echo "$as_me: executing $ac_file commands" >&6;}
17203 ;;
17204 esac
17205
17206
17207 case $ac_file$ac_mode in
17208 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17209 # Older Autoconf quotes --file arguments for eval, but not when files
17210 # are listed without --file. Let's play safe and only enable the eval
17211 # if we detect the quoting.
17212 case $CONFIG_FILES in
17213 *\'*) eval set x "$CONFIG_FILES" ;;
17214 *) set x $CONFIG_FILES ;;
17215 esac
17216 shift
17217 for mf
17218 do
17219 # Strip MF so we end up with the name of the file.
17220 mf=`echo "$mf" | sed -e 's/:.*$//'`
17221 # Check whether this is an Automake generated Makefile or not.
17222 # We used to match only the files named 'Makefile.in', but
17223 # some people rename them; so instead we look at the file content.
17224 # Grep'ing the first line is not enough: some people post-process
17225 # each Makefile.in and add a new line on top of each file to say so.
17226 # Grep'ing the whole file is not good either: AIX grep has a line
17227 # limit of 2048, but all sed's we know have understand at least 4000.
17228 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17229 dirpart=`$as_dirname -- "$mf" ||
17230 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17231 X"$mf" : 'X\(//\)[^/]' \| \
17232 X"$mf" : 'X\(//\)$' \| \
17233 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17234 $as_echo X"$mf" |
17235 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17236 s//\1/
17237 q
17238 }
17239 /^X\(\/\/\)[^/].*/{
17240 s//\1/
17241 q
17242 }
17243 /^X\(\/\/\)$/{
17244 s//\1/
17245 q
17246 }
17247 /^X\(\/\).*/{
17248 s//\1/
17249 q
17250 }
17251 s/.*/./; q'`
17252 else
17253 continue
17254 fi
17255 # Extract the definition of DEPDIR, am__include, and am__quote
17256 # from the Makefile without running 'make'.
17257 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17258 test -z "$DEPDIR" && continue
17259 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17260 test -z "$am__include" && continue
17261 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17262 # Find all dependency output files, they are included files with
17263 # $(DEPDIR) in their names. We invoke sed twice because it is the
17264 # simplest approach to changing $(DEPDIR) to its actual value in the
17265 # expansion.
17266 for file in `sed -n "
17267 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17268 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17269 # Make sure the directory exists.
17270 test -f "$dirpart/$file" && continue
17271 fdir=`$as_dirname -- "$file" ||
17272 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17273 X"$file" : 'X\(//\)[^/]' \| \
17274 X"$file" : 'X\(//\)$' \| \
17275 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17276 $as_echo X"$file" |
17277 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17278 s//\1/
17279 q
17280 }
17281 /^X\(\/\/\)[^/].*/{
17282 s//\1/
17283 q
17284 }
17285 /^X\(\/\/\)$/{
17286 s//\1/
17287 q
17288 }
17289 /^X\(\/\).*/{
17290 s//\1/
17291 q
17292 }
17293 s/.*/./; q'`
17294 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17295 # echo "creating $dirpart/$file"
17296 echo '# dummy' > "$dirpart/$file"
17297 done
17298 done
17299 }
17300 ;;
17301 "libtool":C)
17302
17303 # See if we are running on zsh, and set the options which allow our
17304 # commands through without removal of \ escapes.
17305 if test -n "${ZSH_VERSION+set}" ; then
17306 setopt NO_GLOB_SUBST
17307 fi
17308
17309 cfgfile="${ofile}T"
17310 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17311 $RM "$cfgfile"
17312
17313 cat <<_LT_EOF >> "$cfgfile"
17314 #! $SHELL
17315
17316 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17317 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17318 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17319 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17320 #
17321 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17322 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17323 # Written by Gordon Matzigkeit, 1996
17324 #
17325 # This file is part of GNU Libtool.
17326 #
17327 # GNU Libtool is free software; you can redistribute it and/or
17328 # modify it under the terms of the GNU General Public License as
17329 # published by the Free Software Foundation; either version 2 of
17330 # the License, or (at your option) any later version.
17331 #
17332 # As a special exception to the GNU General Public License,
17333 # if you distribute this file as part of a program or library that
17334 # is built using GNU Libtool, you may include this file under the
17335 # same distribution terms that you use for the rest of that program.
17336 #
17337 # GNU Libtool is distributed in the hope that it will be useful,
17338 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17339 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17340 # GNU General Public License for more details.
17341 #
17342 # You should have received a copy of the GNU General Public License
17343 # along with GNU Libtool; see the file COPYING. If not, a copy
17344 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17345 # obtained by writing to the Free Software Foundation, Inc.,
17346 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17347
17348
17349 # The names of the tagged configurations supported by this script.
17350 available_tags=""
17351
17352 # ### BEGIN LIBTOOL CONFIG
17353
17354 # Which release of libtool.m4 was used?
17355 macro_version=$macro_version
17356 macro_revision=$macro_revision
17357
17358 # Whether or not to build shared libraries.
17359 build_libtool_libs=$enable_shared
17360
17361 # Whether or not to build static libraries.
17362 build_old_libs=$enable_static
17363
17364 # What type of objects to build.
17365 pic_mode=$pic_mode
17366
17367 # Whether or not to optimize for fast installation.
17368 fast_install=$enable_fast_install
17369
17370 # Shell to use when invoking shell scripts.
17371 SHELL=$lt_SHELL
17372
17373 # An echo program that protects backslashes.
17374 ECHO=$lt_ECHO
17375
17376 # The host system.
17377 host_alias=$host_alias
17378 host=$host
17379 host_os=$host_os
17380
17381 # The build system.
17382 build_alias=$build_alias
17383 build=$build
17384 build_os=$build_os
17385
17386 # A sed program that does not truncate output.
17387 SED=$lt_SED
17388
17389 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17390 Xsed="\$SED -e 1s/^X//"
17391
17392 # A grep program that handles long lines.
17393 GREP=$lt_GREP
17394
17395 # An ERE matcher.
17396 EGREP=$lt_EGREP
17397
17398 # A literal string matcher.
17399 FGREP=$lt_FGREP
17400
17401 # A BSD- or MS-compatible name lister.
17402 NM=$lt_NM
17403
17404 # Whether we need soft or hard links.
17405 LN_S=$lt_LN_S
17406
17407 # What is the maximum length of a command?
17408 max_cmd_len=$max_cmd_len
17409
17410 # Object file suffix (normally "o").
17411 objext=$ac_objext
17412
17413 # Executable file suffix (normally "").
17414 exeext=$exeext
17415
17416 # whether the shell understands "unset".
17417 lt_unset=$lt_unset
17418
17419 # turn spaces into newlines.
17420 SP2NL=$lt_lt_SP2NL
17421
17422 # turn newlines into spaces.
17423 NL2SP=$lt_lt_NL2SP
17424
17425 # An object symbol dumper.
17426 OBJDUMP=$lt_OBJDUMP
17427
17428 # Method to check whether dependent libraries are shared objects.
17429 deplibs_check_method=$lt_deplibs_check_method
17430
17431 # Command to use when deplibs_check_method == "file_magic".
17432 file_magic_cmd=$lt_file_magic_cmd
17433
17434 # The archiver.
17435 AR=$lt_AR
17436 AR_FLAGS=$lt_AR_FLAGS
17437
17438 # A symbol stripping program.
17439 STRIP=$lt_STRIP
17440
17441 # Commands used to install an old-style archive.
17442 RANLIB=$lt_RANLIB
17443 old_postinstall_cmds=$lt_old_postinstall_cmds
17444 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17445
17446 # Whether to use a lock for old archive extraction.
17447 lock_old_archive_extraction=$lock_old_archive_extraction
17448
17449 # A C compiler.
17450 LTCC=$lt_CC
17451
17452 # LTCC compiler flags.
17453 LTCFLAGS=$lt_CFLAGS
17454
17455 # Take the output of nm and produce a listing of raw symbols and C names.
17456 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17457
17458 # Transform the output of nm in a proper C declaration.
17459 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17460
17461 # Transform the output of nm in a C name address pair.
17462 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17463
17464 # Transform the output of nm in a C name address pair when lib prefix is needed.
17465 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17466
17467 # The name of the directory that contains temporary libtool files.
17468 objdir=$objdir
17469
17470 # Used to examine libraries when file_magic_cmd begins with "file".
17471 MAGIC_CMD=$MAGIC_CMD
17472
17473 # Must we lock files when doing compilation?
17474 need_locks=$lt_need_locks
17475
17476 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17477 DSYMUTIL=$lt_DSYMUTIL
17478
17479 # Tool to change global to local symbols on Mac OS X.
17480 NMEDIT=$lt_NMEDIT
17481
17482 # Tool to manipulate fat objects and archives on Mac OS X.
17483 LIPO=$lt_LIPO
17484
17485 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17486 OTOOL=$lt_OTOOL
17487
17488 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17489 OTOOL64=$lt_OTOOL64
17490
17491 # Old archive suffix (normally "a").
17492 libext=$libext
17493
17494 # Shared library suffix (normally ".so").
17495 shrext_cmds=$lt_shrext_cmds
17496
17497 # The commands to extract the exported symbol list from a shared archive.
17498 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17499
17500 # Variables whose values should be saved in libtool wrapper scripts and
17501 # restored at link time.
17502 variables_saved_for_relink=$lt_variables_saved_for_relink
17503
17504 # Do we need the "lib" prefix for modules?
17505 need_lib_prefix=$need_lib_prefix
17506
17507 # Do we need a version for libraries?
17508 need_version=$need_version
17509
17510 # Library versioning type.
17511 version_type=$version_type
17512
17513 # Shared library runtime path variable.
17514 runpath_var=$runpath_var
17515
17516 # Shared library path variable.
17517 shlibpath_var=$shlibpath_var
17518
17519 # Is shlibpath searched before the hard-coded library search path?
17520 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17521
17522 # Format of library name prefix.
17523 libname_spec=$lt_libname_spec
17524
17525 # List of archive names. First name is the real one, the rest are links.
17526 # The last name is the one that the linker finds with -lNAME
17527 library_names_spec=$lt_library_names_spec
17528
17529 # The coded name of the library, if different from the real name.
17530 soname_spec=$lt_soname_spec
17531
17532 # Permission mode override for installation of shared libraries.
17533 install_override_mode=$lt_install_override_mode
17534
17535 # Command to use after installation of a shared archive.
17536 postinstall_cmds=$lt_postinstall_cmds
17537
17538 # Command to use after uninstallation of a shared archive.
17539 postuninstall_cmds=$lt_postuninstall_cmds
17540
17541 # Commands used to finish a libtool library installation in a directory.
17542 finish_cmds=$lt_finish_cmds
17543
17544 # As "finish_cmds", except a single script fragment to be evaled but
17545 # not shown.
17546 finish_eval=$lt_finish_eval
17547
17548 # Whether we should hardcode library paths into libraries.
17549 hardcode_into_libs=$hardcode_into_libs
17550
17551 # Compile-time system search path for libraries.
17552 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17553
17554 # Run-time system search path for libraries.
17555 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17556
17557 # Whether dlopen is supported.
17558 dlopen_support=$enable_dlopen
17559
17560 # Whether dlopen of programs is supported.
17561 dlopen_self=$enable_dlopen_self
17562
17563 # Whether dlopen of statically linked programs is supported.
17564 dlopen_self_static=$enable_dlopen_self_static
17565
17566 # Commands to strip libraries.
17567 old_striplib=$lt_old_striplib
17568 striplib=$lt_striplib
17569
17570
17571 # The linker used to build libraries.
17572 LD=$lt_LD
17573
17574 # How to create reloadable object files.
17575 reload_flag=$lt_reload_flag
17576 reload_cmds=$lt_reload_cmds
17577
17578 # Commands used to build an old-style archive.
17579 old_archive_cmds=$lt_old_archive_cmds
17580
17581 # A language specific compiler.
17582 CC=$lt_compiler
17583
17584 # Is the compiler the GNU compiler?
17585 with_gcc=$GCC
17586
17587 # Compiler flag to turn off builtin functions.
17588 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17589
17590 # How to pass a linker flag through the compiler.
17591 wl=$lt_lt_prog_compiler_wl
17592
17593 # Additional compiler flags for building library objects.
17594 pic_flag=$lt_lt_prog_compiler_pic
17595
17596 # Compiler flag to prevent dynamic linking.
17597 link_static_flag=$lt_lt_prog_compiler_static
17598
17599 # Does compiler simultaneously support -c and -o options?
17600 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17601
17602 # Whether or not to add -lc for building shared libraries.
17603 build_libtool_need_lc=$archive_cmds_need_lc
17604
17605 # Whether or not to disallow shared libs when runtime libs are static.
17606 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17607
17608 # Compiler flag to allow reflexive dlopens.
17609 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17610
17611 # Compiler flag to generate shared objects directly from archives.
17612 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17613
17614 # Whether the compiler copes with passing no objects directly.
17615 compiler_needs_object=$lt_compiler_needs_object
17616
17617 # Create an old-style archive from a shared archive.
17618 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17619
17620 # Create a temporary old-style archive to link instead of a shared archive.
17621 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17622
17623 # Commands used to build a shared archive.
17624 archive_cmds=$lt_archive_cmds
17625 archive_expsym_cmds=$lt_archive_expsym_cmds
17626
17627 # Commands used to build a loadable module if different from building
17628 # a shared archive.
17629 module_cmds=$lt_module_cmds
17630 module_expsym_cmds=$lt_module_expsym_cmds
17631
17632 # Whether we are building with GNU ld or not.
17633 with_gnu_ld=$lt_with_gnu_ld
17634
17635 # Flag that allows shared libraries with undefined symbols to be built.
17636 allow_undefined_flag=$lt_allow_undefined_flag
17637
17638 # Flag that enforces no undefined symbols.
17639 no_undefined_flag=$lt_no_undefined_flag
17640
17641 # Flag to hardcode \$libdir into a binary during linking.
17642 # This must work even if \$libdir does not exist
17643 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17644
17645 # If ld is used when linking, flag to hardcode \$libdir into a binary
17646 # during linking. This must work even if \$libdir does not exist.
17647 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17648
17649 # Whether we need a single "-rpath" flag with a separated argument.
17650 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17651
17652 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17653 # DIR into the resulting binary.
17654 hardcode_direct=$hardcode_direct
17655
17656 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17657 # DIR into the resulting binary and the resulting library dependency is
17658 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17659 # library is relocated.
17660 hardcode_direct_absolute=$hardcode_direct_absolute
17661
17662 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17663 # into the resulting binary.
17664 hardcode_minus_L=$hardcode_minus_L
17665
17666 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17667 # into the resulting binary.
17668 hardcode_shlibpath_var=$hardcode_shlibpath_var
17669
17670 # Set to "yes" if building a shared library automatically hardcodes DIR
17671 # into the library and all subsequent libraries and executables linked
17672 # against it.
17673 hardcode_automatic=$hardcode_automatic
17674
17675 # Set to yes if linker adds runtime paths of dependent libraries
17676 # to runtime path list.
17677 inherit_rpath=$inherit_rpath
17678
17679 # Whether libtool must link a program against all its dependency libraries.
17680 link_all_deplibs=$link_all_deplibs
17681
17682 # Fix the shell variable \$srcfile for the compiler.
17683 fix_srcfile_path=$lt_fix_srcfile_path
17684
17685 # Set to "yes" if exported symbols are required.
17686 always_export_symbols=$always_export_symbols
17687
17688 # The commands to list exported symbols.
17689 export_symbols_cmds=$lt_export_symbols_cmds
17690
17691 # Symbols that should not be listed in the preloaded symbols.
17692 exclude_expsyms=$lt_exclude_expsyms
17693
17694 # Symbols that must always be exported.
17695 include_expsyms=$lt_include_expsyms
17696
17697 # Commands necessary for linking programs (against libraries) with templates.
17698 prelink_cmds=$lt_prelink_cmds
17699
17700 # Specify filename containing input files.
17701 file_list_spec=$lt_file_list_spec
17702
17703 # How to hardcode a shared library path into an executable.
17704 hardcode_action=$hardcode_action
17705
17706 # ### END LIBTOOL CONFIG
17707
17708 _LT_EOF
17709
17710 case $host_os in
17711 aix3*)
17712 cat <<\_LT_EOF >> "$cfgfile"
17713 # AIX sometimes has problems with the GCC collect2 program. For some
17714 # reason, if we set the COLLECT_NAMES environment variable, the problems
17715 # vanish in a puff of smoke.
17716 if test "X${COLLECT_NAMES+set}" != Xset; then
17717 COLLECT_NAMES=
17718 export COLLECT_NAMES
17719 fi
17720 _LT_EOF
17721 ;;
17722 esac
17723
17724
17725 ltmain="$ac_aux_dir/ltmain.sh"
17726
17727
17728 # We use sed instead of cat because bash on DJGPP gets confused if
17729 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17730 # text mode, it properly converts lines to CR/LF. This bash problem
17731 # is reportedly fixed, but why not run on old versions too?
17732 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17733 || (rm -f "$cfgfile"; exit 1)
17734
17735 case $xsi_shell in
17736 yes)
17737 cat << \_LT_EOF >> "$cfgfile"
17738
17739 # func_dirname file append nondir_replacement
17740 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17741 # otherwise set result to NONDIR_REPLACEMENT.
17742 func_dirname ()
17743 {
17744 case ${1} in
17745 */*) func_dirname_result="${1%/*}${2}" ;;
17746 * ) func_dirname_result="${3}" ;;
17747 esac
17748 }
17749
17750 # func_basename file
17751 func_basename ()
17752 {
17753 func_basename_result="${1##*/}"
17754 }
17755
17756 # func_dirname_and_basename file append nondir_replacement
17757 # perform func_basename and func_dirname in a single function
17758 # call:
17759 # dirname: Compute the dirname of FILE. If nonempty,
17760 # add APPEND to the result, otherwise set result
17761 # to NONDIR_REPLACEMENT.
17762 # value returned in "$func_dirname_result"
17763 # basename: Compute filename of FILE.
17764 # value retuned in "$func_basename_result"
17765 # Implementation must be kept synchronized with func_dirname
17766 # and func_basename. For efficiency, we do not delegate to
17767 # those functions but instead duplicate the functionality here.
17768 func_dirname_and_basename ()
17769 {
17770 case ${1} in
17771 */*) func_dirname_result="${1%/*}${2}" ;;
17772 * ) func_dirname_result="${3}" ;;
17773 esac
17774 func_basename_result="${1##*/}"
17775 }
17776
17777 # func_stripname prefix suffix name
17778 # strip PREFIX and SUFFIX off of NAME.
17779 # PREFIX and SUFFIX must not contain globbing or regex special
17780 # characters, hashes, percent signs, but SUFFIX may contain a leading
17781 # dot (in which case that matches only a dot).
17782 func_stripname ()
17783 {
17784 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17785 # positional parameters, so assign one to ordinary parameter first.
17786 func_stripname_result=${3}
17787 func_stripname_result=${func_stripname_result#"${1}"}
17788 func_stripname_result=${func_stripname_result%"${2}"}
17789 }
17790
17791 # func_opt_split
17792 func_opt_split ()
17793 {
17794 func_opt_split_opt=${1%%=*}
17795 func_opt_split_arg=${1#*=}
17796 }
17797
17798 # func_lo2o object
17799 func_lo2o ()
17800 {
17801 case ${1} in
17802 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17803 *) func_lo2o_result=${1} ;;
17804 esac
17805 }
17806
17807 # func_xform libobj-or-source
17808 func_xform ()
17809 {
17810 func_xform_result=${1%.*}.lo
17811 }
17812
17813 # func_arith arithmetic-term...
17814 func_arith ()
17815 {
17816 func_arith_result=$(( $* ))
17817 }
17818
17819 # func_len string
17820 # STRING may not start with a hyphen.
17821 func_len ()
17822 {
17823 func_len_result=${#1}
17824 }
17825
17826 _LT_EOF
17827 ;;
17828 *) # Bourne compatible functions.
17829 cat << \_LT_EOF >> "$cfgfile"
17830
17831 # func_dirname file append nondir_replacement
17832 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17833 # otherwise set result to NONDIR_REPLACEMENT.
17834 func_dirname ()
17835 {
17836 # Extract subdirectory from the argument.
17837 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17838 if test "X$func_dirname_result" = "X${1}"; then
17839 func_dirname_result="${3}"
17840 else
17841 func_dirname_result="$func_dirname_result${2}"
17842 fi
17843 }
17844
17845 # func_basename file
17846 func_basename ()
17847 {
17848 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17849 }
17850
17851
17852 # func_stripname prefix suffix name
17853 # strip PREFIX and SUFFIX off of NAME.
17854 # PREFIX and SUFFIX must not contain globbing or regex special
17855 # characters, hashes, percent signs, but SUFFIX may contain a leading
17856 # dot (in which case that matches only a dot).
17857 # func_strip_suffix prefix name
17858 func_stripname ()
17859 {
17860 case ${2} in
17861 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17862 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17863 esac
17864 }
17865
17866 # sed scripts:
17867 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17868 my_sed_long_arg='1s/^-[^=]*=//'
17869
17870 # func_opt_split
17871 func_opt_split ()
17872 {
17873 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17874 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17875 }
17876
17877 # func_lo2o object
17878 func_lo2o ()
17879 {
17880 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17881 }
17882
17883 # func_xform libobj-or-source
17884 func_xform ()
17885 {
17886 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17887 }
17888
17889 # func_arith arithmetic-term...
17890 func_arith ()
17891 {
17892 func_arith_result=`expr "$@"`
17893 }
17894
17895 # func_len string
17896 # STRING may not start with a hyphen.
17897 func_len ()
17898 {
17899 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17900 }
17901
17902 _LT_EOF
17903 esac
17904
17905 case $lt_shell_append in
17906 yes)
17907 cat << \_LT_EOF >> "$cfgfile"
17908
17909 # func_append var value
17910 # Append VALUE to the end of shell variable VAR.
17911 func_append ()
17912 {
17913 eval "$1+=\$2"
17914 }
17915 _LT_EOF
17916 ;;
17917 *)
17918 cat << \_LT_EOF >> "$cfgfile"
17919
17920 # func_append var value
17921 # Append VALUE to the end of shell variable VAR.
17922 func_append ()
17923 {
17924 eval "$1=\$$1\$2"
17925 }
17926
17927 _LT_EOF
17928 ;;
17929 esac
17930
17931
17932 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17933 || (rm -f "$cfgfile"; exit 1)
17934
17935 mv -f "$cfgfile" "$ofile" ||
17936 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17937 chmod +x "$ofile"
17938
17939 ;;
17940 "default-1":C)
17941 for ac_file in $CONFIG_FILES; do
17942 # Support "outfile[:infile[:infile...]]"
17943 case "$ac_file" in
17944 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17945 esac
17946 # PO directories have a Makefile.in generated from Makefile.in.in.
17947 case "$ac_file" in */Makefile.in)
17948 # Adjust a relative srcdir.
17949 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17950 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17951 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17952 # In autoconf-2.13 it is called $ac_given_srcdir.
17953 # In autoconf-2.50 it is called $srcdir.
17954 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17955 case "$ac_given_srcdir" in
17956 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17957 /*) top_srcdir="$ac_given_srcdir" ;;
17958 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17959 esac
17960 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17961 rm -f "$ac_dir/POTFILES"
17962 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17963 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17964 POMAKEFILEDEPS="POTFILES.in"
17965 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17966 # on $ac_dir but don't depend on user-specified configuration
17967 # parameters.
17968 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17969 # The LINGUAS file contains the set of available languages.
17970 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17971 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17972 fi
17973 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17974 # Hide the ALL_LINGUAS assigment from automake.
17975 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17976 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17977 else
17978 # The set of available languages was given in configure.ac.
17979 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17980 fi
17981 case "$ac_given_srcdir" in
17982 .) srcdirpre= ;;
17983 *) srcdirpre='$(srcdir)/' ;;
17984 esac
17985 POFILES=
17986 GMOFILES=
17987 UPDATEPOFILES=
17988 DUMMYPOFILES=
17989 for lang in $ALL_LINGUAS; do
17990 POFILES="$POFILES $srcdirpre$lang.po"
17991 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17992 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17993 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17994 done
17995 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17996 # environment variable.
17997 INST_LINGUAS=
17998 if test -n "$ALL_LINGUAS"; then
17999 for presentlang in $ALL_LINGUAS; do
18000 useit=no
18001 if test "%UNSET%" != "$LINGUAS"; then
18002 desiredlanguages="$LINGUAS"
18003 else
18004 desiredlanguages="$ALL_LINGUAS"
18005 fi
18006 for desiredlang in $desiredlanguages; do
18007 # Use the presentlang catalog if desiredlang is
18008 # a. equal to presentlang, or
18009 # b. a variant of presentlang (because in this case,
18010 # presentlang can be used as a fallback for messages
18011 # which are not translated in the desiredlang catalog).
18012 case "$desiredlang" in
18013 "$presentlang"*) useit=yes;;
18014 esac
18015 done
18016 if test $useit = yes; then
18017 INST_LINGUAS="$INST_LINGUAS $presentlang"
18018 fi
18019 done
18020 fi
18021 CATALOGS=
18022 if test -n "$INST_LINGUAS"; then
18023 for lang in $INST_LINGUAS; do
18024 CATALOGS="$CATALOGS $lang.gmo"
18025 done
18026 fi
18027 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
18028 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"
18029 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
18030 if test -f "$f"; then
18031 case "$f" in
18032 *.orig | *.bak | *~) ;;
18033 *) cat "$f" >> "$ac_dir/Makefile" ;;
18034 esac
18035 fi
18036 done
18037 fi
18038 ;;
18039 esac
18040 done ;;
18041
18042 esac
18043 done # for ac_tag
18044
18045
18046 as_fn_exit 0
18047 _ACEOF
18048 ac_clean_files=$ac_clean_files_save
18049
18050 test $ac_write_fail = 0 ||
18051 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18052
18053
18054 # configure is writing to config.log, and then calls config.status.
18055 # config.status does its own redirection, appending to config.log.
18056 # Unfortunately, on DOS this fails, as config.log is still kept open
18057 # by configure, so config.status won't be able to write to it; its
18058 # output is simply discarded. So we exec the FD to /dev/null,
18059 # effectively closing config.log, so it can be properly (re)opened and
18060 # appended to by config.status. When coming back to configure, we
18061 # need to make the FD available again.
18062 if test "$no_create" != yes; then
18063 ac_cs_success=:
18064 ac_config_status_args=
18065 test "$silent" = yes &&
18066 ac_config_status_args="$ac_config_status_args --quiet"
18067 exec 5>/dev/null
18068 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18069 exec 5>>config.log
18070 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18071 # would make configure fail if this is the last instruction.
18072 $ac_cs_success || as_fn_exit 1
18073 fi
18074 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18075 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18076 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18077 fi
18078
18079
18080
18081 touch config.status.tmp
18082 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
18083 sed '/as_fn_exit 0/i \
18084 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
18085 touch --reference=Makefile Makefile.tmp \
18086 mv Makefile.tmp Makefile \
18087 ' config.status > config.status.tmp
18088 touch --reference=config.status config.status.tmp
18089 mv config.status.tmp config.status
18090 chmod +x config.status
18091 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
18092 touch --reference=Makefile Makefile.tmp
18093 mv Makefile.tmp Makefile
18094 else
18095 rm -f config.status.tmp
18096 fi
This page took 0.421779 seconds and 4 git commands to generate.