PKG_CHECK_MODULES: Properly check if $pkg_cv_[]$1[]_LIBS works
[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.35.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.35.50'
591 PACKAGE_STRING='binutils 2.35.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 OTOOL64
695 OTOOL
696 LIPO
697 NMEDIT
698 DSYMUTIL
699 RANLIB
700 AR
701 OBJDUMP
702 LN_S
703 NM
704 ac_ct_DUMPBIN
705 DUMPBIN
706 LD
707 FGREP
708 SED
709 LIBTOOL
710 EGREP
711 GREP
712 CPP
713 AM_BACKSLASH
714 AM_DEFAULT_VERBOSITY
715 AM_DEFAULT_V
716 AM_V
717 am__fastdepCC_FALSE
718 am__fastdepCC_TRUE
719 CCDEPMODE
720 am__nodep
721 AMDEPBACKSLASH
722 AMDEP_FALSE
723 AMDEP_TRUE
724 am__quote
725 am__include
726 DEPDIR
727 am__untar
728 am__tar
729 AMTAR
730 am__leading_dot
731 SET_MAKE
732 AWK
733 mkdir_p
734 MKDIR_P
735 INSTALL_STRIP_PROGRAM
736 STRIP
737 install_sh
738 MAKEINFO
739 AUTOHEADER
740 AUTOMAKE
741 AUTOCONF
742 ACLOCAL
743 VERSION
744 PACKAGE
745 CYGPATH_W
746 am__isrc
747 INSTALL_DATA
748 INSTALL_SCRIPT
749 INSTALL_PROGRAM
750 OBJEXT
751 EXEEXT
752 ac_ct_CC
753 CPPFLAGS
754 LDFLAGS
755 CFLAGS
756 CC
757 target_os
758 target_vendor
759 target_cpu
760 target
761 host_os
762 host_vendor
763 host_cpu
764 host
765 build_os
766 build_vendor
767 build_cpu
768 build
769 target_alias
770 host_alias
771 build_alias
772 LIBS
773 ECHO_T
774 ECHO_N
775 ECHO_C
776 DEFS
777 mandir
778 localedir
779 libdir
780 psdir
781 pdfdir
782 dvidir
783 htmldir
784 infodir
785 docdir
786 oldincludedir
787 includedir
788 localstatedir
789 sharedstatedir
790 sysconfdir
791 datadir
792 datarootdir
793 libexecdir
794 sbindir
795 bindir
796 program_transform_name
797 prefix
798 exec_prefix
799 PACKAGE_URL
800 PACKAGE_BUGREPORT
801 PACKAGE_STRING
802 PACKAGE_VERSION
803 PACKAGE_TARNAME
804 PACKAGE_NAME
805 PATH_SEPARATOR
806 SHELL'
807 ac_subst_files=''
808 ac_user_opts='
809 enable_option_checking
810 enable_dependency_tracking
811 enable_silent_rules
812 enable_shared
813 enable_static
814 with_pic
815 enable_fast_install
816 with_gnu_ld
817 enable_libtool_lock
818 enable_plugins
819 enable_largefile
820 enable_targets
821 enable_deterministic_archives
822 enable_default_strings_all
823 with_debuginfod
824 enable_libctf
825 enable_werror
826 enable_build_warnings
827 enable_nls
828 enable_maintainer_mode
829 with_system_zlib
830 enable_rpath
831 with_libiconv_prefix
832 with_libiconv_type
833 '
834 ac_precious_vars='build_alias
835 host_alias
836 target_alias
837 CC
838 CFLAGS
839 LDFLAGS
840 LIBS
841 CPPFLAGS
842 CPP
843 PKG_CONFIG
844 PKG_CONFIG_PATH
845 PKG_CONFIG_LIBDIR
846 DEBUGINFOD_CFLAGS
847 DEBUGINFOD_LIBS
848 YACC
849 YFLAGS'
850
851
852 # Initialize some variables set by options.
853 ac_init_help=
854 ac_init_version=false
855 ac_unrecognized_opts=
856 ac_unrecognized_sep=
857 # The variables have the same names as the options, with
858 # dashes changed to underlines.
859 cache_file=/dev/null
860 exec_prefix=NONE
861 no_create=
862 no_recursion=
863 prefix=NONE
864 program_prefix=NONE
865 program_suffix=NONE
866 program_transform_name=s,x,x,
867 silent=
868 site=
869 srcdir=
870 verbose=
871 x_includes=NONE
872 x_libraries=NONE
873
874 # Installation directory options.
875 # These are left unexpanded so users can "make install exec_prefix=/foo"
876 # and all the variables that are supposed to be based on exec_prefix
877 # by default will actually change.
878 # Use braces instead of parens because sh, perl, etc. also accept them.
879 # (The list follows the same order as the GNU Coding Standards.)
880 bindir='${exec_prefix}/bin'
881 sbindir='${exec_prefix}/sbin'
882 libexecdir='${exec_prefix}/libexec'
883 datarootdir='${prefix}/share'
884 datadir='${datarootdir}'
885 sysconfdir='${prefix}/etc'
886 sharedstatedir='${prefix}/com'
887 localstatedir='${prefix}/var'
888 includedir='${prefix}/include'
889 oldincludedir='/usr/include'
890 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
891 infodir='${datarootdir}/info'
892 htmldir='${docdir}'
893 dvidir='${docdir}'
894 pdfdir='${docdir}'
895 psdir='${docdir}'
896 libdir='${exec_prefix}/lib'
897 localedir='${datarootdir}/locale'
898 mandir='${datarootdir}/man'
899
900 ac_prev=
901 ac_dashdash=
902 for ac_option
903 do
904 # If the previous option needs an argument, assign it.
905 if test -n "$ac_prev"; then
906 eval $ac_prev=\$ac_option
907 ac_prev=
908 continue
909 fi
910
911 case $ac_option in
912 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
913 *=) ac_optarg= ;;
914 *) ac_optarg=yes ;;
915 esac
916
917 # Accept the important Cygnus configure options, so we can diagnose typos.
918
919 case $ac_dashdash$ac_option in
920 --)
921 ac_dashdash=yes ;;
922
923 -bindir | --bindir | --bindi | --bind | --bin | --bi)
924 ac_prev=bindir ;;
925 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
926 bindir=$ac_optarg ;;
927
928 -build | --build | --buil | --bui | --bu)
929 ac_prev=build_alias ;;
930 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
931 build_alias=$ac_optarg ;;
932
933 -cache-file | --cache-file | --cache-fil | --cache-fi \
934 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
935 ac_prev=cache_file ;;
936 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
937 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
938 cache_file=$ac_optarg ;;
939
940 --config-cache | -C)
941 cache_file=config.cache ;;
942
943 -datadir | --datadir | --datadi | --datad)
944 ac_prev=datadir ;;
945 -datadir=* | --datadir=* | --datadi=* | --datad=*)
946 datadir=$ac_optarg ;;
947
948 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
949 | --dataroo | --dataro | --datar)
950 ac_prev=datarootdir ;;
951 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
952 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
953 datarootdir=$ac_optarg ;;
954
955 -disable-* | --disable-*)
956 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
957 # Reject names that are not valid shell variable names.
958 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
959 as_fn_error $? "invalid feature name: $ac_useropt"
960 ac_useropt_orig=$ac_useropt
961 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
962 case $ac_user_opts in
963 *"
964 "enable_$ac_useropt"
965 "*) ;;
966 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
967 ac_unrecognized_sep=', ';;
968 esac
969 eval enable_$ac_useropt=no ;;
970
971 -docdir | --docdir | --docdi | --doc | --do)
972 ac_prev=docdir ;;
973 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
974 docdir=$ac_optarg ;;
975
976 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
977 ac_prev=dvidir ;;
978 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
979 dvidir=$ac_optarg ;;
980
981 -enable-* | --enable-*)
982 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
983 # Reject names that are not valid shell variable names.
984 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
985 as_fn_error $? "invalid feature name: $ac_useropt"
986 ac_useropt_orig=$ac_useropt
987 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
988 case $ac_user_opts in
989 *"
990 "enable_$ac_useropt"
991 "*) ;;
992 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
993 ac_unrecognized_sep=', ';;
994 esac
995 eval enable_$ac_useropt=\$ac_optarg ;;
996
997 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
998 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
999 | --exec | --exe | --ex)
1000 ac_prev=exec_prefix ;;
1001 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1002 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1003 | --exec=* | --exe=* | --ex=*)
1004 exec_prefix=$ac_optarg ;;
1005
1006 -gas | --gas | --ga | --g)
1007 # Obsolete; use --with-gas.
1008 with_gas=yes ;;
1009
1010 -help | --help | --hel | --he | -h)
1011 ac_init_help=long ;;
1012 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1013 ac_init_help=recursive ;;
1014 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1015 ac_init_help=short ;;
1016
1017 -host | --host | --hos | --ho)
1018 ac_prev=host_alias ;;
1019 -host=* | --host=* | --hos=* | --ho=*)
1020 host_alias=$ac_optarg ;;
1021
1022 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1023 ac_prev=htmldir ;;
1024 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1025 | --ht=*)
1026 htmldir=$ac_optarg ;;
1027
1028 -includedir | --includedir | --includedi | --included | --include \
1029 | --includ | --inclu | --incl | --inc)
1030 ac_prev=includedir ;;
1031 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1032 | --includ=* | --inclu=* | --incl=* | --inc=*)
1033 includedir=$ac_optarg ;;
1034
1035 -infodir | --infodir | --infodi | --infod | --info | --inf)
1036 ac_prev=infodir ;;
1037 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1038 infodir=$ac_optarg ;;
1039
1040 -libdir | --libdir | --libdi | --libd)
1041 ac_prev=libdir ;;
1042 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1043 libdir=$ac_optarg ;;
1044
1045 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1046 | --libexe | --libex | --libe)
1047 ac_prev=libexecdir ;;
1048 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1049 | --libexe=* | --libex=* | --libe=*)
1050 libexecdir=$ac_optarg ;;
1051
1052 -localedir | --localedir | --localedi | --localed | --locale)
1053 ac_prev=localedir ;;
1054 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1055 localedir=$ac_optarg ;;
1056
1057 -localstatedir | --localstatedir | --localstatedi | --localstated \
1058 | --localstate | --localstat | --localsta | --localst | --locals)
1059 ac_prev=localstatedir ;;
1060 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1061 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1062 localstatedir=$ac_optarg ;;
1063
1064 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1065 ac_prev=mandir ;;
1066 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1067 mandir=$ac_optarg ;;
1068
1069 -nfp | --nfp | --nf)
1070 # Obsolete; use --without-fp.
1071 with_fp=no ;;
1072
1073 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1074 | --no-cr | --no-c | -n)
1075 no_create=yes ;;
1076
1077 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1078 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1079 no_recursion=yes ;;
1080
1081 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1082 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1083 | --oldin | --oldi | --old | --ol | --o)
1084 ac_prev=oldincludedir ;;
1085 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1086 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1087 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1088 oldincludedir=$ac_optarg ;;
1089
1090 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1091 ac_prev=prefix ;;
1092 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1093 prefix=$ac_optarg ;;
1094
1095 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1096 | --program-pre | --program-pr | --program-p)
1097 ac_prev=program_prefix ;;
1098 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1099 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1100 program_prefix=$ac_optarg ;;
1101
1102 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1103 | --program-suf | --program-su | --program-s)
1104 ac_prev=program_suffix ;;
1105 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1106 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1107 program_suffix=$ac_optarg ;;
1108
1109 -program-transform-name | --program-transform-name \
1110 | --program-transform-nam | --program-transform-na \
1111 | --program-transform-n | --program-transform- \
1112 | --program-transform | --program-transfor \
1113 | --program-transfo | --program-transf \
1114 | --program-trans | --program-tran \
1115 | --progr-tra | --program-tr | --program-t)
1116 ac_prev=program_transform_name ;;
1117 -program-transform-name=* | --program-transform-name=* \
1118 | --program-transform-nam=* | --program-transform-na=* \
1119 | --program-transform-n=* | --program-transform-=* \
1120 | --program-transform=* | --program-transfor=* \
1121 | --program-transfo=* | --program-transf=* \
1122 | --program-trans=* | --program-tran=* \
1123 | --progr-tra=* | --program-tr=* | --program-t=*)
1124 program_transform_name=$ac_optarg ;;
1125
1126 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1127 ac_prev=pdfdir ;;
1128 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1129 pdfdir=$ac_optarg ;;
1130
1131 -psdir | --psdir | --psdi | --psd | --ps)
1132 ac_prev=psdir ;;
1133 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1134 psdir=$ac_optarg ;;
1135
1136 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1137 | -silent | --silent | --silen | --sile | --sil)
1138 silent=yes ;;
1139
1140 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1141 ac_prev=sbindir ;;
1142 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1143 | --sbi=* | --sb=*)
1144 sbindir=$ac_optarg ;;
1145
1146 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1147 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1148 | --sharedst | --shareds | --shared | --share | --shar \
1149 | --sha | --sh)
1150 ac_prev=sharedstatedir ;;
1151 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1152 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1153 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1154 | --sha=* | --sh=*)
1155 sharedstatedir=$ac_optarg ;;
1156
1157 -site | --site | --sit)
1158 ac_prev=site ;;
1159 -site=* | --site=* | --sit=*)
1160 site=$ac_optarg ;;
1161
1162 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1163 ac_prev=srcdir ;;
1164 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1165 srcdir=$ac_optarg ;;
1166
1167 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1168 | --syscon | --sysco | --sysc | --sys | --sy)
1169 ac_prev=sysconfdir ;;
1170 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1171 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1172 sysconfdir=$ac_optarg ;;
1173
1174 -target | --target | --targe | --targ | --tar | --ta | --t)
1175 ac_prev=target_alias ;;
1176 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1177 target_alias=$ac_optarg ;;
1178
1179 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1180 verbose=yes ;;
1181
1182 -version | --version | --versio | --versi | --vers | -V)
1183 ac_init_version=: ;;
1184
1185 -with-* | --with-*)
1186 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1187 # Reject names that are not valid shell variable names.
1188 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1189 as_fn_error $? "invalid package name: $ac_useropt"
1190 ac_useropt_orig=$ac_useropt
1191 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1192 case $ac_user_opts in
1193 *"
1194 "with_$ac_useropt"
1195 "*) ;;
1196 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1197 ac_unrecognized_sep=', ';;
1198 esac
1199 eval with_$ac_useropt=\$ac_optarg ;;
1200
1201 -without-* | --without-*)
1202 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1203 # Reject names that are not valid shell variable names.
1204 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1205 as_fn_error $? "invalid package name: $ac_useropt"
1206 ac_useropt_orig=$ac_useropt
1207 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1208 case $ac_user_opts in
1209 *"
1210 "with_$ac_useropt"
1211 "*) ;;
1212 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1213 ac_unrecognized_sep=', ';;
1214 esac
1215 eval with_$ac_useropt=no ;;
1216
1217 --x)
1218 # Obsolete; use --with-x.
1219 with_x=yes ;;
1220
1221 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1222 | --x-incl | --x-inc | --x-in | --x-i)
1223 ac_prev=x_includes ;;
1224 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1225 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1226 x_includes=$ac_optarg ;;
1227
1228 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1229 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1230 ac_prev=x_libraries ;;
1231 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1232 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1233 x_libraries=$ac_optarg ;;
1234
1235 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1236 Try \`$0 --help' for more information"
1237 ;;
1238
1239 *=*)
1240 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1241 # Reject names that are not valid shell variable names.
1242 case $ac_envvar in #(
1243 '' | [0-9]* | *[!_$as_cr_alnum]* )
1244 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1245 esac
1246 eval $ac_envvar=\$ac_optarg
1247 export $ac_envvar ;;
1248
1249 *)
1250 # FIXME: should be removed in autoconf 3.0.
1251 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1252 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1253 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1254 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1255 ;;
1256
1257 esac
1258 done
1259
1260 if test -n "$ac_prev"; then
1261 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1262 as_fn_error $? "missing argument to $ac_option"
1263 fi
1264
1265 if test -n "$ac_unrecognized_opts"; then
1266 case $enable_option_checking in
1267 no) ;;
1268 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1269 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1270 esac
1271 fi
1272
1273 # Check all directory arguments for consistency.
1274 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1275 datadir sysconfdir sharedstatedir localstatedir includedir \
1276 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1277 libdir localedir mandir
1278 do
1279 eval ac_val=\$$ac_var
1280 # Remove trailing slashes.
1281 case $ac_val in
1282 */ )
1283 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1284 eval $ac_var=\$ac_val;;
1285 esac
1286 # Be sure to have absolute directory names.
1287 case $ac_val in
1288 [\\/$]* | ?:[\\/]* ) continue;;
1289 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1290 esac
1291 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1292 done
1293
1294 # There might be people who depend on the old broken behavior: `$host'
1295 # used to hold the argument of --host etc.
1296 # FIXME: To remove some day.
1297 build=$build_alias
1298 host=$host_alias
1299 target=$target_alias
1300
1301 # FIXME: To remove some day.
1302 if test "x$host_alias" != x; then
1303 if test "x$build_alias" = x; then
1304 cross_compiling=maybe
1305 elif test "x$build_alias" != "x$host_alias"; then
1306 cross_compiling=yes
1307 fi
1308 fi
1309
1310 ac_tool_prefix=
1311 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1312
1313 test "$silent" = yes && exec 6>/dev/null
1314
1315
1316 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1317 ac_ls_di=`ls -di .` &&
1318 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1319 as_fn_error $? "working directory cannot be determined"
1320 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1321 as_fn_error $? "pwd does not report name of working directory"
1322
1323
1324 # Find the source files, if location was not specified.
1325 if test -z "$srcdir"; then
1326 ac_srcdir_defaulted=yes
1327 # Try the directory containing this script, then the parent directory.
1328 ac_confdir=`$as_dirname -- "$as_myself" ||
1329 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1330 X"$as_myself" : 'X\(//\)[^/]' \| \
1331 X"$as_myself" : 'X\(//\)$' \| \
1332 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1333 $as_echo X"$as_myself" |
1334 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1335 s//\1/
1336 q
1337 }
1338 /^X\(\/\/\)[^/].*/{
1339 s//\1/
1340 q
1341 }
1342 /^X\(\/\/\)$/{
1343 s//\1/
1344 q
1345 }
1346 /^X\(\/\).*/{
1347 s//\1/
1348 q
1349 }
1350 s/.*/./; q'`
1351 srcdir=$ac_confdir
1352 if test ! -r "$srcdir/$ac_unique_file"; then
1353 srcdir=..
1354 fi
1355 else
1356 ac_srcdir_defaulted=no
1357 fi
1358 if test ! -r "$srcdir/$ac_unique_file"; then
1359 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1360 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1361 fi
1362 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1363 ac_abs_confdir=`(
1364 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1365 pwd)`
1366 # When building in place, set srcdir=.
1367 if test "$ac_abs_confdir" = "$ac_pwd"; then
1368 srcdir=.
1369 fi
1370 # Remove unnecessary trailing slashes from srcdir.
1371 # Double slashes in file names in object file debugging info
1372 # mess up M-x gdb in Emacs.
1373 case $srcdir in
1374 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1375 esac
1376 for ac_var in $ac_precious_vars; do
1377 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1378 eval ac_env_${ac_var}_value=\$${ac_var}
1379 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1381 done
1382
1383 #
1384 # Report the --help message.
1385 #
1386 if test "$ac_init_help" = "long"; then
1387 # Omit some internal or obsolete options to make the list less imposing.
1388 # This message is too long to be a string in the A/UX 3.1 sh.
1389 cat <<_ACEOF
1390 \`configure' configures binutils 2.35.50 to adapt to many kinds of systems.
1391
1392 Usage: $0 [OPTION]... [VAR=VALUE]...
1393
1394 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1395 VAR=VALUE. See below for descriptions of some of the useful variables.
1396
1397 Defaults for the options are specified in brackets.
1398
1399 Configuration:
1400 -h, --help display this help and exit
1401 --help=short display options specific to this package
1402 --help=recursive display the short help of all the included packages
1403 -V, --version display version information and exit
1404 -q, --quiet, --silent do not print \`checking ...' messages
1405 --cache-file=FILE cache test results in FILE [disabled]
1406 -C, --config-cache alias for \`--cache-file=config.cache'
1407 -n, --no-create do not create output files
1408 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1409
1410 Installation directories:
1411 --prefix=PREFIX install architecture-independent files in PREFIX
1412 [$ac_default_prefix]
1413 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1414 [PREFIX]
1415
1416 By default, \`make install' will install all the files in
1417 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1418 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1419 for instance \`--prefix=\$HOME'.
1420
1421 For better control, use the options below.
1422
1423 Fine tuning of the installation directories:
1424 --bindir=DIR user executables [EPREFIX/bin]
1425 --sbindir=DIR system admin executables [EPREFIX/sbin]
1426 --libexecdir=DIR program executables [EPREFIX/libexec]
1427 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1428 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1429 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1430 --libdir=DIR object code libraries [EPREFIX/lib]
1431 --includedir=DIR C header files [PREFIX/include]
1432 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1433 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1434 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1435 --infodir=DIR info documentation [DATAROOTDIR/info]
1436 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1437 --mandir=DIR man documentation [DATAROOTDIR/man]
1438 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1439 --htmldir=DIR html documentation [DOCDIR]
1440 --dvidir=DIR dvi documentation [DOCDIR]
1441 --pdfdir=DIR pdf documentation [DOCDIR]
1442 --psdir=DIR ps documentation [DOCDIR]
1443 _ACEOF
1444
1445 cat <<\_ACEOF
1446
1447 Program names:
1448 --program-prefix=PREFIX prepend PREFIX to installed program names
1449 --program-suffix=SUFFIX append SUFFIX to installed program names
1450 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1451
1452 System types:
1453 --build=BUILD configure for building on BUILD [guessed]
1454 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1455 --target=TARGET configure for building compilers for TARGET [HOST]
1456 _ACEOF
1457 fi
1458
1459 if test -n "$ac_init_help"; then
1460 case $ac_init_help in
1461 short | recursive ) echo "Configuration of binutils 2.35.50:";;
1462 esac
1463 cat <<\_ACEOF
1464
1465 Optional Features:
1466 --disable-option-checking ignore unrecognized --enable/--with options
1467 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1468 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1469 --enable-dependency-tracking
1470 do not reject slow dependency extractors
1471 --disable-dependency-tracking
1472 speeds up one-time build
1473 --enable-silent-rules less verbose build output (undo: "make V=1")
1474 --disable-silent-rules verbose build output (undo: "make V=0")
1475 --enable-shared[=PKGS] build shared libraries [default=yes]
1476 --enable-static[=PKGS] build static libraries [default=yes]
1477 --enable-fast-install[=PKGS]
1478 optimize for fast installation [default=yes]
1479 --disable-libtool-lock avoid locking (might break parallel builds)
1480 --enable-plugins Enable support for plugins
1481 --disable-largefile omit support for large files
1482 --enable-targets alternative target configurations
1483 --enable-deterministic-archives
1484 ar and ranlib default to -D behavior
1485 --disable-default-strings-all
1486 strings defaults to --data behavior
1487 --enable-libctf Handle .ctf type-info sections [default=yes]
1488 --enable-werror treat compile warnings as errors
1489 --enable-build-warnings enable build-time compiler warnings
1490 --disable-nls do not use Native Language Support
1491 --enable-maintainer-mode
1492 enable make rules and dependencies not useful (and
1493 sometimes confusing) to the casual installer
1494 --disable-rpath do not hardcode runtime library paths
1495
1496 Optional Packages:
1497 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1498 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1499 --with-pic try to use only PIC/non-PIC objects [default=use
1500 both]
1501 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1502 --with-debuginfod Enable debuginfo lookups with debuginfod
1503 (auto/yes/no)
1504 --with-system-zlib use installed libz
1505 --with-gnu-ld assume the C compiler uses GNU ld default=no
1506 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1507 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1508 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1509
1510 Some influential environment variables:
1511 CC C compiler command
1512 CFLAGS C compiler flags
1513 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1514 nonstandard directory <lib dir>
1515 LIBS libraries to pass to the linker, e.g. -l<library>
1516 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1517 you have headers in a nonstandard directory <include dir>
1518 CPP C preprocessor
1519 PKG_CONFIG path to pkg-config utility
1520 PKG_CONFIG_PATH
1521 directories to add to pkg-config's search path
1522 PKG_CONFIG_LIBDIR
1523 path overriding pkg-config's built-in search path
1524 DEBUGINFOD_CFLAGS
1525 C compiler flags for DEBUGINFOD, overriding pkg-config
1526 DEBUGINFOD_LIBS
1527 linker flags for DEBUGINFOD, overriding pkg-config
1528 YACC The `Yet Another Compiler Compiler' implementation to use.
1529 Defaults to the first program found out of: `bison -y', `byacc',
1530 `yacc'.
1531 YFLAGS The list of arguments that will be passed by default to $YACC.
1532 This script will default YFLAGS to the empty string to avoid a
1533 default value of `-d' given by some make applications.
1534
1535 Use these variables to override the choices made by `configure' or to help
1536 it to find libraries and programs with nonstandard names/locations.
1537
1538 Report bugs to the package provider.
1539 _ACEOF
1540 ac_status=$?
1541 fi
1542
1543 if test "$ac_init_help" = "recursive"; then
1544 # If there are subdirs, report their specific --help.
1545 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1546 test -d "$ac_dir" ||
1547 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1548 continue
1549 ac_builddir=.
1550
1551 case "$ac_dir" in
1552 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1553 *)
1554 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1555 # A ".." for each directory in $ac_dir_suffix.
1556 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1557 case $ac_top_builddir_sub in
1558 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1559 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1560 esac ;;
1561 esac
1562 ac_abs_top_builddir=$ac_pwd
1563 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1564 # for backward compatibility:
1565 ac_top_builddir=$ac_top_build_prefix
1566
1567 case $srcdir in
1568 .) # We are building in place.
1569 ac_srcdir=.
1570 ac_top_srcdir=$ac_top_builddir_sub
1571 ac_abs_top_srcdir=$ac_pwd ;;
1572 [\\/]* | ?:[\\/]* ) # Absolute name.
1573 ac_srcdir=$srcdir$ac_dir_suffix;
1574 ac_top_srcdir=$srcdir
1575 ac_abs_top_srcdir=$srcdir ;;
1576 *) # Relative name.
1577 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1578 ac_top_srcdir=$ac_top_build_prefix$srcdir
1579 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1580 esac
1581 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1582
1583 cd "$ac_dir" || { ac_status=$?; continue; }
1584 # Check for guested configure.
1585 if test -f "$ac_srcdir/configure.gnu"; then
1586 echo &&
1587 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1588 elif test -f "$ac_srcdir/configure"; then
1589 echo &&
1590 $SHELL "$ac_srcdir/configure" --help=recursive
1591 else
1592 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1593 fi || ac_status=$?
1594 cd "$ac_pwd" || { ac_status=$?; break; }
1595 done
1596 fi
1597
1598 test -n "$ac_init_help" && exit $ac_status
1599 if $ac_init_version; then
1600 cat <<\_ACEOF
1601 binutils configure 2.35.50
1602 generated by GNU Autoconf 2.69
1603
1604 Copyright (C) 2012 Free Software Foundation, Inc.
1605 This configure script is free software; the Free Software Foundation
1606 gives unlimited permission to copy, distribute and modify it.
1607 _ACEOF
1608 exit
1609 fi
1610
1611 ## ------------------------ ##
1612 ## Autoconf initialization. ##
1613 ## ------------------------ ##
1614
1615 # ac_fn_c_try_compile LINENO
1616 # --------------------------
1617 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1618 ac_fn_c_try_compile ()
1619 {
1620 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1621 rm -f conftest.$ac_objext
1622 if { { ac_try="$ac_compile"
1623 case "(($ac_try" in
1624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1625 *) ac_try_echo=$ac_try;;
1626 esac
1627 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1628 $as_echo "$ac_try_echo"; } >&5
1629 (eval "$ac_compile") 2>conftest.err
1630 ac_status=$?
1631 if test -s conftest.err; then
1632 grep -v '^ *+' conftest.err >conftest.er1
1633 cat conftest.er1 >&5
1634 mv -f conftest.er1 conftest.err
1635 fi
1636 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1637 test $ac_status = 0; } && {
1638 test -z "$ac_c_werror_flag" ||
1639 test ! -s conftest.err
1640 } && test -s conftest.$ac_objext; then :
1641 ac_retval=0
1642 else
1643 $as_echo "$as_me: failed program was:" >&5
1644 sed 's/^/| /' conftest.$ac_ext >&5
1645
1646 ac_retval=1
1647 fi
1648 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1649 as_fn_set_status $ac_retval
1650
1651 } # ac_fn_c_try_compile
1652
1653 # ac_fn_c_try_link LINENO
1654 # -----------------------
1655 # Try to link conftest.$ac_ext, and return whether this succeeded.
1656 ac_fn_c_try_link ()
1657 {
1658 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1659 rm -f conftest.$ac_objext conftest$ac_exeext
1660 if { { ac_try="$ac_link"
1661 case "(($ac_try" in
1662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1664 esac
1665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666 $as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_link") 2>conftest.err
1668 ac_status=$?
1669 if test -s conftest.err; then
1670 grep -v '^ *+' conftest.err >conftest.er1
1671 cat conftest.er1 >&5
1672 mv -f conftest.er1 conftest.err
1673 fi
1674 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1675 test $ac_status = 0; } && {
1676 test -z "$ac_c_werror_flag" ||
1677 test ! -s conftest.err
1678 } && test -s conftest$ac_exeext && {
1679 test "$cross_compiling" = yes ||
1680 test -x conftest$ac_exeext
1681 }; then :
1682 ac_retval=0
1683 else
1684 $as_echo "$as_me: failed program was:" >&5
1685 sed 's/^/| /' conftest.$ac_ext >&5
1686
1687 ac_retval=1
1688 fi
1689 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1690 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1691 # interfere with the next link command; also delete a directory that is
1692 # left behind by Apple's compiler. We do this before executing the actions.
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1694 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1695 as_fn_set_status $ac_retval
1696
1697 } # ac_fn_c_try_link
1698
1699 # ac_fn_c_try_cpp LINENO
1700 # ----------------------
1701 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1702 ac_fn_c_try_cpp ()
1703 {
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 if { { ac_try="$ac_cpp conftest.$ac_ext"
1706 case "(($ac_try" in
1707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1708 *) ac_try_echo=$ac_try;;
1709 esac
1710 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1711 $as_echo "$ac_try_echo"; } >&5
1712 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1713 ac_status=$?
1714 if test -s conftest.err; then
1715 grep -v '^ *+' conftest.err >conftest.er1
1716 cat conftest.er1 >&5
1717 mv -f conftest.er1 conftest.err
1718 fi
1719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1720 test $ac_status = 0; } > conftest.i && {
1721 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1722 test ! -s conftest.err
1723 }; then :
1724 ac_retval=0
1725 else
1726 $as_echo "$as_me: failed program was:" >&5
1727 sed 's/^/| /' conftest.$ac_ext >&5
1728
1729 ac_retval=1
1730 fi
1731 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1732 as_fn_set_status $ac_retval
1733
1734 } # ac_fn_c_try_cpp
1735
1736 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1737 # -------------------------------------------------------
1738 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1739 # the include files in INCLUDES and setting the cache variable VAR
1740 # accordingly.
1741 ac_fn_c_check_header_mongrel ()
1742 {
1743 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1744 if eval \${$3+:} false; then :
1745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1746 $as_echo_n "checking for $2... " >&6; }
1747 if eval \${$3+:} false; then :
1748 $as_echo_n "(cached) " >&6
1749 fi
1750 eval ac_res=\$$3
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1752 $as_echo "$ac_res" >&6; }
1753 else
1754 # Is the header compilable?
1755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1756 $as_echo_n "checking $2 usability... " >&6; }
1757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1758 /* end confdefs.h. */
1759 $4
1760 #include <$2>
1761 _ACEOF
1762 if ac_fn_c_try_compile "$LINENO"; then :
1763 ac_header_compiler=yes
1764 else
1765 ac_header_compiler=no
1766 fi
1767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1769 $as_echo "$ac_header_compiler" >&6; }
1770
1771 # Is the header present?
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1773 $as_echo_n "checking $2 presence... " >&6; }
1774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1775 /* end confdefs.h. */
1776 #include <$2>
1777 _ACEOF
1778 if ac_fn_c_try_cpp "$LINENO"; then :
1779 ac_header_preproc=yes
1780 else
1781 ac_header_preproc=no
1782 fi
1783 rm -f conftest.err conftest.i conftest.$ac_ext
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1785 $as_echo "$ac_header_preproc" >&6; }
1786
1787 # So? What about this header?
1788 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1789 yes:no: )
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1791 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1793 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1794 ;;
1795 no:yes:* )
1796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1797 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1799 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1801 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1802 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1803 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1805 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1806 ;;
1807 esac
1808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1809 $as_echo_n "checking for $2... " >&6; }
1810 if eval \${$3+:} false; then :
1811 $as_echo_n "(cached) " >&6
1812 else
1813 eval "$3=\$ac_header_compiler"
1814 fi
1815 eval ac_res=\$$3
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1817 $as_echo "$ac_res" >&6; }
1818 fi
1819 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1820
1821 } # ac_fn_c_check_header_mongrel
1822
1823 # ac_fn_c_try_run LINENO
1824 # ----------------------
1825 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1826 # that executables *can* be run.
1827 ac_fn_c_try_run ()
1828 {
1829 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1830 if { { ac_try="$ac_link"
1831 case "(($ac_try" in
1832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1833 *) ac_try_echo=$ac_try;;
1834 esac
1835 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1836 $as_echo "$ac_try_echo"; } >&5
1837 (eval "$ac_link") 2>&5
1838 ac_status=$?
1839 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1840 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1841 { { case "(($ac_try" in
1842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1843 *) ac_try_echo=$ac_try;;
1844 esac
1845 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1846 $as_echo "$ac_try_echo"; } >&5
1847 (eval "$ac_try") 2>&5
1848 ac_status=$?
1849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1850 test $ac_status = 0; }; }; then :
1851 ac_retval=0
1852 else
1853 $as_echo "$as_me: program exited with status $ac_status" >&5
1854 $as_echo "$as_me: failed program was:" >&5
1855 sed 's/^/| /' conftest.$ac_ext >&5
1856
1857 ac_retval=$ac_status
1858 fi
1859 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1860 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861 as_fn_set_status $ac_retval
1862
1863 } # ac_fn_c_try_run
1864
1865 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1866 # -------------------------------------------------------
1867 # Tests whether HEADER exists and can be compiled using the include files in
1868 # INCLUDES, setting the cache variable VAR accordingly.
1869 ac_fn_c_check_header_compile ()
1870 {
1871 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1873 $as_echo_n "checking for $2... " >&6; }
1874 if eval \${$3+:} false; then :
1875 $as_echo_n "(cached) " >&6
1876 else
1877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1878 /* end confdefs.h. */
1879 $4
1880 #include <$2>
1881 _ACEOF
1882 if ac_fn_c_try_compile "$LINENO"; then :
1883 eval "$3=yes"
1884 else
1885 eval "$3=no"
1886 fi
1887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1888 fi
1889 eval ac_res=\$$3
1890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1891 $as_echo "$ac_res" >&6; }
1892 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1893
1894 } # ac_fn_c_check_header_compile
1895
1896 # ac_fn_c_check_func LINENO FUNC VAR
1897 # ----------------------------------
1898 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1899 ac_fn_c_check_func ()
1900 {
1901 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1903 $as_echo_n "checking for $2... " >&6; }
1904 if eval \${$3+:} false; then :
1905 $as_echo_n "(cached) " >&6
1906 else
1907 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1908 /* end confdefs.h. */
1909 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1910 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1911 #define $2 innocuous_$2
1912
1913 /* System header to define __stub macros and hopefully few prototypes,
1914 which can conflict with char $2 (); below.
1915 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1916 <limits.h> exists even on freestanding compilers. */
1917
1918 #ifdef __STDC__
1919 # include <limits.h>
1920 #else
1921 # include <assert.h>
1922 #endif
1923
1924 #undef $2
1925
1926 /* Override any GCC internal prototype to avoid an error.
1927 Use char because int might match the return type of a GCC
1928 builtin and then its argument prototype would still apply. */
1929 #ifdef __cplusplus
1930 extern "C"
1931 #endif
1932 char $2 ();
1933 /* The GNU C library defines this for functions which it implements
1934 to always fail with ENOSYS. Some functions are actually named
1935 something starting with __ and the normal name is an alias. */
1936 #if defined __stub_$2 || defined __stub___$2
1937 choke me
1938 #endif
1939
1940 int
1941 main ()
1942 {
1943 return $2 ();
1944 ;
1945 return 0;
1946 }
1947 _ACEOF
1948 if ac_fn_c_try_link "$LINENO"; then :
1949 eval "$3=yes"
1950 else
1951 eval "$3=no"
1952 fi
1953 rm -f core conftest.err conftest.$ac_objext \
1954 conftest$ac_exeext conftest.$ac_ext
1955 fi
1956 eval ac_res=\$$3
1957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1958 $as_echo "$ac_res" >&6; }
1959 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1960
1961 } # ac_fn_c_check_func
1962
1963 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1964 # --------------------------------------------
1965 # Tries to find the compile-time value of EXPR in a program that includes
1966 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1967 # computed
1968 ac_fn_c_compute_int ()
1969 {
1970 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1971 if test "$cross_compiling" = yes; then
1972 # Depending upon the size, compute the lo and hi bounds.
1973 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1974 /* end confdefs.h. */
1975 $4
1976 int
1977 main ()
1978 {
1979 static int test_array [1 - 2 * !(($2) >= 0)];
1980 test_array [0] = 0;
1981 return test_array [0];
1982
1983 ;
1984 return 0;
1985 }
1986 _ACEOF
1987 if ac_fn_c_try_compile "$LINENO"; then :
1988 ac_lo=0 ac_mid=0
1989 while :; do
1990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1991 /* end confdefs.h. */
1992 $4
1993 int
1994 main ()
1995 {
1996 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1997 test_array [0] = 0;
1998 return test_array [0];
1999
2000 ;
2001 return 0;
2002 }
2003 _ACEOF
2004 if ac_fn_c_try_compile "$LINENO"; then :
2005 ac_hi=$ac_mid; break
2006 else
2007 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2008 if test $ac_lo -le $ac_mid; then
2009 ac_lo= ac_hi=
2010 break
2011 fi
2012 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2013 fi
2014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2015 done
2016 else
2017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2018 /* end confdefs.h. */
2019 $4
2020 int
2021 main ()
2022 {
2023 static int test_array [1 - 2 * !(($2) < 0)];
2024 test_array [0] = 0;
2025 return test_array [0];
2026
2027 ;
2028 return 0;
2029 }
2030 _ACEOF
2031 if ac_fn_c_try_compile "$LINENO"; then :
2032 ac_hi=-1 ac_mid=-1
2033 while :; do
2034 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2035 /* end confdefs.h. */
2036 $4
2037 int
2038 main ()
2039 {
2040 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2041 test_array [0] = 0;
2042 return test_array [0];
2043
2044 ;
2045 return 0;
2046 }
2047 _ACEOF
2048 if ac_fn_c_try_compile "$LINENO"; then :
2049 ac_lo=$ac_mid; break
2050 else
2051 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2052 if test $ac_mid -le $ac_hi; then
2053 ac_lo= ac_hi=
2054 break
2055 fi
2056 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2057 fi
2058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2059 done
2060 else
2061 ac_lo= ac_hi=
2062 fi
2063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2064 fi
2065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2066 # Binary search between lo and hi bounds.
2067 while test "x$ac_lo" != "x$ac_hi"; do
2068 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2070 /* end confdefs.h. */
2071 $4
2072 int
2073 main ()
2074 {
2075 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2076 test_array [0] = 0;
2077 return test_array [0];
2078
2079 ;
2080 return 0;
2081 }
2082 _ACEOF
2083 if ac_fn_c_try_compile "$LINENO"; then :
2084 ac_hi=$ac_mid
2085 else
2086 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2087 fi
2088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2089 done
2090 case $ac_lo in #((
2091 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2092 '') ac_retval=1 ;;
2093 esac
2094 else
2095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2096 /* end confdefs.h. */
2097 $4
2098 static long int longval () { return $2; }
2099 static unsigned long int ulongval () { return $2; }
2100 #include <stdio.h>
2101 #include <stdlib.h>
2102 int
2103 main ()
2104 {
2105
2106 FILE *f = fopen ("conftest.val", "w");
2107 if (! f)
2108 return 1;
2109 if (($2) < 0)
2110 {
2111 long int i = longval ();
2112 if (i != ($2))
2113 return 1;
2114 fprintf (f, "%ld", i);
2115 }
2116 else
2117 {
2118 unsigned long int i = ulongval ();
2119 if (i != ($2))
2120 return 1;
2121 fprintf (f, "%lu", i);
2122 }
2123 /* Do not output a trailing newline, as this causes \r\n confusion
2124 on some platforms. */
2125 return ferror (f) || fclose (f) != 0;
2126
2127 ;
2128 return 0;
2129 }
2130 _ACEOF
2131 if ac_fn_c_try_run "$LINENO"; then :
2132 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2133 else
2134 ac_retval=1
2135 fi
2136 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2137 conftest.$ac_objext conftest.beam conftest.$ac_ext
2138 rm -f conftest.val
2139
2140 fi
2141 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2142 as_fn_set_status $ac_retval
2143
2144 } # ac_fn_c_compute_int
2145
2146 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2147 # -------------------------------------------
2148 # Tests whether TYPE exists after having included INCLUDES, setting cache
2149 # variable VAR accordingly.
2150 ac_fn_c_check_type ()
2151 {
2152 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2154 $as_echo_n "checking for $2... " >&6; }
2155 if eval \${$3+:} false; then :
2156 $as_echo_n "(cached) " >&6
2157 else
2158 eval "$3=no"
2159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2160 /* end confdefs.h. */
2161 $4
2162 int
2163 main ()
2164 {
2165 if (sizeof ($2))
2166 return 0;
2167 ;
2168 return 0;
2169 }
2170 _ACEOF
2171 if ac_fn_c_try_compile "$LINENO"; then :
2172 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2173 /* end confdefs.h. */
2174 $4
2175 int
2176 main ()
2177 {
2178 if (sizeof (($2)))
2179 return 0;
2180 ;
2181 return 0;
2182 }
2183 _ACEOF
2184 if ac_fn_c_try_compile "$LINENO"; then :
2185
2186 else
2187 eval "$3=yes"
2188 fi
2189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2190 fi
2191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2192 fi
2193 eval ac_res=\$$3
2194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2195 $as_echo "$ac_res" >&6; }
2196 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2197
2198 } # ac_fn_c_check_type
2199
2200 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2201 # ---------------------------------------------
2202 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2203 # accordingly.
2204 ac_fn_c_check_decl ()
2205 {
2206 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2207 as_decl_name=`echo $2|sed 's/ *(.*//'`
2208 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2210 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2211 if eval \${$3+:} false; then :
2212 $as_echo_n "(cached) " >&6
2213 else
2214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2215 /* end confdefs.h. */
2216 $4
2217 int
2218 main ()
2219 {
2220 #ifndef $as_decl_name
2221 #ifdef __cplusplus
2222 (void) $as_decl_use;
2223 #else
2224 (void) $as_decl_name;
2225 #endif
2226 #endif
2227
2228 ;
2229 return 0;
2230 }
2231 _ACEOF
2232 if ac_fn_c_try_compile "$LINENO"; then :
2233 eval "$3=yes"
2234 else
2235 eval "$3=no"
2236 fi
2237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2238 fi
2239 eval ac_res=\$$3
2240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2241 $as_echo "$ac_res" >&6; }
2242 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2243
2244 } # ac_fn_c_check_decl
2245 cat >config.log <<_ACEOF
2246 This file contains any messages produced by compilers while
2247 running configure, to aid debugging if configure makes a mistake.
2248
2249 It was created by binutils $as_me 2.35.50, which was
2250 generated by GNU Autoconf 2.69. Invocation command line was
2251
2252 $ $0 $@
2253
2254 _ACEOF
2255 exec 5>>config.log
2256 {
2257 cat <<_ASUNAME
2258 ## --------- ##
2259 ## Platform. ##
2260 ## --------- ##
2261
2262 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2263 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2264 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2265 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2266 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2267
2268 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2269 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2270
2271 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2272 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2273 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2274 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2275 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2276 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2277 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2278
2279 _ASUNAME
2280
2281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2282 for as_dir in $PATH
2283 do
2284 IFS=$as_save_IFS
2285 test -z "$as_dir" && as_dir=.
2286 $as_echo "PATH: $as_dir"
2287 done
2288 IFS=$as_save_IFS
2289
2290 } >&5
2291
2292 cat >&5 <<_ACEOF
2293
2294
2295 ## ----------- ##
2296 ## Core tests. ##
2297 ## ----------- ##
2298
2299 _ACEOF
2300
2301
2302 # Keep a trace of the command line.
2303 # Strip out --no-create and --no-recursion so they do not pile up.
2304 # Strip out --silent because we don't want to record it for future runs.
2305 # Also quote any args containing shell meta-characters.
2306 # Make two passes to allow for proper duplicate-argument suppression.
2307 ac_configure_args=
2308 ac_configure_args0=
2309 ac_configure_args1=
2310 ac_must_keep_next=false
2311 for ac_pass in 1 2
2312 do
2313 for ac_arg
2314 do
2315 case $ac_arg in
2316 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2317 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2318 | -silent | --silent | --silen | --sile | --sil)
2319 continue ;;
2320 *\'*)
2321 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2322 esac
2323 case $ac_pass in
2324 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2325 2)
2326 as_fn_append ac_configure_args1 " '$ac_arg'"
2327 if test $ac_must_keep_next = true; then
2328 ac_must_keep_next=false # Got value, back to normal.
2329 else
2330 case $ac_arg in
2331 *=* | --config-cache | -C | -disable-* | --disable-* \
2332 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2333 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2334 | -with-* | --with-* | -without-* | --without-* | --x)
2335 case "$ac_configure_args0 " in
2336 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2337 esac
2338 ;;
2339 -* ) ac_must_keep_next=true ;;
2340 esac
2341 fi
2342 as_fn_append ac_configure_args " '$ac_arg'"
2343 ;;
2344 esac
2345 done
2346 done
2347 { ac_configure_args0=; unset ac_configure_args0;}
2348 { ac_configure_args1=; unset ac_configure_args1;}
2349
2350 # When interrupted or exit'd, cleanup temporary files, and complete
2351 # config.log. We remove comments because anyway the quotes in there
2352 # would cause problems or look ugly.
2353 # WARNING: Use '\'' to represent an apostrophe within the trap.
2354 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2355 trap 'exit_status=$?
2356 # Save into config.log some information that might help in debugging.
2357 {
2358 echo
2359
2360 $as_echo "## ---------------- ##
2361 ## Cache variables. ##
2362 ## ---------------- ##"
2363 echo
2364 # The following way of writing the cache mishandles newlines in values,
2365 (
2366 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2367 eval ac_val=\$$ac_var
2368 case $ac_val in #(
2369 *${as_nl}*)
2370 case $ac_var in #(
2371 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2372 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2373 esac
2374 case $ac_var in #(
2375 _ | IFS | as_nl) ;; #(
2376 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2377 *) { eval $ac_var=; unset $ac_var;} ;;
2378 esac ;;
2379 esac
2380 done
2381 (set) 2>&1 |
2382 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2383 *${as_nl}ac_space=\ *)
2384 sed -n \
2385 "s/'\''/'\''\\\\'\'''\''/g;
2386 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2387 ;; #(
2388 *)
2389 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2390 ;;
2391 esac |
2392 sort
2393 )
2394 echo
2395
2396 $as_echo "## ----------------- ##
2397 ## Output variables. ##
2398 ## ----------------- ##"
2399 echo
2400 for ac_var in $ac_subst_vars
2401 do
2402 eval ac_val=\$$ac_var
2403 case $ac_val in
2404 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2405 esac
2406 $as_echo "$ac_var='\''$ac_val'\''"
2407 done | sort
2408 echo
2409
2410 if test -n "$ac_subst_files"; then
2411 $as_echo "## ------------------- ##
2412 ## File substitutions. ##
2413 ## ------------------- ##"
2414 echo
2415 for ac_var in $ac_subst_files
2416 do
2417 eval ac_val=\$$ac_var
2418 case $ac_val in
2419 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2420 esac
2421 $as_echo "$ac_var='\''$ac_val'\''"
2422 done | sort
2423 echo
2424 fi
2425
2426 if test -s confdefs.h; then
2427 $as_echo "## ----------- ##
2428 ## confdefs.h. ##
2429 ## ----------- ##"
2430 echo
2431 cat confdefs.h
2432 echo
2433 fi
2434 test "$ac_signal" != 0 &&
2435 $as_echo "$as_me: caught signal $ac_signal"
2436 $as_echo "$as_me: exit $exit_status"
2437 } >&5
2438 rm -f core *.core core.conftest.* &&
2439 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2440 exit $exit_status
2441 ' 0
2442 for ac_signal in 1 2 13 15; do
2443 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2444 done
2445 ac_signal=0
2446
2447 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2448 rm -f -r conftest* confdefs.h
2449
2450 $as_echo "/* confdefs.h */" > confdefs.h
2451
2452 # Predefined preprocessor variables.
2453
2454 cat >>confdefs.h <<_ACEOF
2455 #define PACKAGE_NAME "$PACKAGE_NAME"
2456 _ACEOF
2457
2458 cat >>confdefs.h <<_ACEOF
2459 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2460 _ACEOF
2461
2462 cat >>confdefs.h <<_ACEOF
2463 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2464 _ACEOF
2465
2466 cat >>confdefs.h <<_ACEOF
2467 #define PACKAGE_STRING "$PACKAGE_STRING"
2468 _ACEOF
2469
2470 cat >>confdefs.h <<_ACEOF
2471 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2472 _ACEOF
2473
2474 cat >>confdefs.h <<_ACEOF
2475 #define PACKAGE_URL "$PACKAGE_URL"
2476 _ACEOF
2477
2478
2479 # Let the site file select an alternate cache file if it wants to.
2480 # Prefer an explicitly selected file to automatically selected ones.
2481 ac_site_file1=NONE
2482 ac_site_file2=NONE
2483 if test -n "$CONFIG_SITE"; then
2484 # We do not want a PATH search for config.site.
2485 case $CONFIG_SITE in #((
2486 -*) ac_site_file1=./$CONFIG_SITE;;
2487 */*) ac_site_file1=$CONFIG_SITE;;
2488 *) ac_site_file1=./$CONFIG_SITE;;
2489 esac
2490 elif test "x$prefix" != xNONE; then
2491 ac_site_file1=$prefix/share/config.site
2492 ac_site_file2=$prefix/etc/config.site
2493 else
2494 ac_site_file1=$ac_default_prefix/share/config.site
2495 ac_site_file2=$ac_default_prefix/etc/config.site
2496 fi
2497 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2498 do
2499 test "x$ac_site_file" = xNONE && continue
2500 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2501 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2502 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2503 sed 's/^/| /' "$ac_site_file" >&5
2504 . "$ac_site_file" \
2505 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2506 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2507 as_fn_error $? "failed to load site script $ac_site_file
2508 See \`config.log' for more details" "$LINENO" 5; }
2509 fi
2510 done
2511
2512 if test -r "$cache_file"; then
2513 # Some versions of bash will fail to source /dev/null (special files
2514 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2515 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2516 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2517 $as_echo "$as_me: loading cache $cache_file" >&6;}
2518 case $cache_file in
2519 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2520 *) . "./$cache_file";;
2521 esac
2522 fi
2523 else
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2525 $as_echo "$as_me: creating cache $cache_file" >&6;}
2526 >$cache_file
2527 fi
2528
2529 as_fn_append ac_header_list " stdlib.h"
2530 as_fn_append ac_header_list " unistd.h"
2531 as_fn_append ac_header_list " sys/param.h"
2532 # Check that the precious variables saved in the cache have kept the same
2533 # value.
2534 ac_cache_corrupted=false
2535 for ac_var in $ac_precious_vars; do
2536 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2537 eval ac_new_set=\$ac_env_${ac_var}_set
2538 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2539 eval ac_new_val=\$ac_env_${ac_var}_value
2540 case $ac_old_set,$ac_new_set in
2541 set,)
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2543 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2544 ac_cache_corrupted=: ;;
2545 ,set)
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2547 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2548 ac_cache_corrupted=: ;;
2549 ,);;
2550 *)
2551 if test "x$ac_old_val" != "x$ac_new_val"; then
2552 # differences in whitespace do not lead to failure.
2553 ac_old_val_w=`echo x $ac_old_val`
2554 ac_new_val_w=`echo x $ac_new_val`
2555 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2557 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2558 ac_cache_corrupted=:
2559 else
2560 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2561 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2562 eval $ac_var=\$ac_old_val
2563 fi
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2565 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2567 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2568 fi;;
2569 esac
2570 # Pass precious variables to config.status.
2571 if test "$ac_new_set" = set; then
2572 case $ac_new_val in
2573 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2574 *) ac_arg=$ac_var=$ac_new_val ;;
2575 esac
2576 case " $ac_configure_args " in
2577 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2578 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2579 esac
2580 fi
2581 done
2582 if $ac_cache_corrupted; then
2583 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2584 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2585 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2586 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2587 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2588 fi
2589 ## -------------------- ##
2590 ## Main body of script. ##
2591 ## -------------------- ##
2592
2593 ac_ext=c
2594 ac_cpp='$CPP $CPPFLAGS'
2595 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2596 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2597 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2598
2599
2600
2601
2602
2603
2604
2605 ac_aux_dir=
2606 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2607 if test -f "$ac_dir/install-sh"; then
2608 ac_aux_dir=$ac_dir
2609 ac_install_sh="$ac_aux_dir/install-sh -c"
2610 break
2611 elif test -f "$ac_dir/install.sh"; then
2612 ac_aux_dir=$ac_dir
2613 ac_install_sh="$ac_aux_dir/install.sh -c"
2614 break
2615 elif test -f "$ac_dir/shtool"; then
2616 ac_aux_dir=$ac_dir
2617 ac_install_sh="$ac_aux_dir/shtool install -c"
2618 break
2619 fi
2620 done
2621 if test -z "$ac_aux_dir"; then
2622 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2623 fi
2624
2625 # These three variables are undocumented and unsupported,
2626 # and are intended to be withdrawn in a future Autoconf release.
2627 # They can cause serious problems if a builder's source tree is in a directory
2628 # whose full name contains unusual characters.
2629 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2630 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2631 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2632
2633
2634 # Make sure we can run config.sub.
2635 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2636 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2637
2638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2639 $as_echo_n "checking build system type... " >&6; }
2640 if ${ac_cv_build+:} false; then :
2641 $as_echo_n "(cached) " >&6
2642 else
2643 ac_build_alias=$build_alias
2644 test "x$ac_build_alias" = x &&
2645 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2646 test "x$ac_build_alias" = x &&
2647 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2648 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2649 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2650
2651 fi
2652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2653 $as_echo "$ac_cv_build" >&6; }
2654 case $ac_cv_build in
2655 *-*-*) ;;
2656 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2657 esac
2658 build=$ac_cv_build
2659 ac_save_IFS=$IFS; IFS='-'
2660 set x $ac_cv_build
2661 shift
2662 build_cpu=$1
2663 build_vendor=$2
2664 shift; shift
2665 # Remember, the first character of IFS is used to create $*,
2666 # except with old shells:
2667 build_os=$*
2668 IFS=$ac_save_IFS
2669 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2670
2671
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2673 $as_echo_n "checking host system type... " >&6; }
2674 if ${ac_cv_host+:} false; then :
2675 $as_echo_n "(cached) " >&6
2676 else
2677 if test "x$host_alias" = x; then
2678 ac_cv_host=$ac_cv_build
2679 else
2680 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2681 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2682 fi
2683
2684 fi
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2686 $as_echo "$ac_cv_host" >&6; }
2687 case $ac_cv_host in
2688 *-*-*) ;;
2689 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2690 esac
2691 host=$ac_cv_host
2692 ac_save_IFS=$IFS; IFS='-'
2693 set x $ac_cv_host
2694 shift
2695 host_cpu=$1
2696 host_vendor=$2
2697 shift; shift
2698 # Remember, the first character of IFS is used to create $*,
2699 # except with old shells:
2700 host_os=$*
2701 IFS=$ac_save_IFS
2702 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2703
2704
2705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2706 $as_echo_n "checking target system type... " >&6; }
2707 if ${ac_cv_target+:} false; then :
2708 $as_echo_n "(cached) " >&6
2709 else
2710 if test "x$target_alias" = x; then
2711 ac_cv_target=$ac_cv_host
2712 else
2713 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2714 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2715 fi
2716
2717 fi
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2719 $as_echo "$ac_cv_target" >&6; }
2720 case $ac_cv_target in
2721 *-*-*) ;;
2722 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2723 esac
2724 target=$ac_cv_target
2725 ac_save_IFS=$IFS; IFS='-'
2726 set x $ac_cv_target
2727 shift
2728 target_cpu=$1
2729 target_vendor=$2
2730 shift; shift
2731 # Remember, the first character of IFS is used to create $*,
2732 # except with old shells:
2733 target_os=$*
2734 IFS=$ac_save_IFS
2735 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2736
2737
2738 # The aliases save the names the user supplied, while $host etc.
2739 # will get canonicalized.
2740 test -n "$target_alias" &&
2741 test "$program_prefix$program_suffix$program_transform_name" = \
2742 NONENONEs,x,x, &&
2743 program_prefix=${target_alias}-
2744 # Expand $ac_aux_dir to an absolute path.
2745 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2746
2747 ac_ext=c
2748 ac_cpp='$CPP $CPPFLAGS'
2749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2752 if test -n "$ac_tool_prefix"; then
2753 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2754 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2756 $as_echo_n "checking for $ac_word... " >&6; }
2757 if ${ac_cv_prog_CC+:} false; then :
2758 $as_echo_n "(cached) " >&6
2759 else
2760 if test -n "$CC"; then
2761 ac_cv_prog_CC="$CC" # Let the user override the test.
2762 else
2763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2764 for as_dir in $PATH
2765 do
2766 IFS=$as_save_IFS
2767 test -z "$as_dir" && as_dir=.
2768 for ac_exec_ext in '' $ac_executable_extensions; do
2769 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2770 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2772 break 2
2773 fi
2774 done
2775 done
2776 IFS=$as_save_IFS
2777
2778 fi
2779 fi
2780 CC=$ac_cv_prog_CC
2781 if test -n "$CC"; then
2782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2783 $as_echo "$CC" >&6; }
2784 else
2785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2786 $as_echo "no" >&6; }
2787 fi
2788
2789
2790 fi
2791 if test -z "$ac_cv_prog_CC"; then
2792 ac_ct_CC=$CC
2793 # Extract the first word of "gcc", so it can be a program name with args.
2794 set dummy gcc; ac_word=$2
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2796 $as_echo_n "checking for $ac_word... " >&6; }
2797 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2798 $as_echo_n "(cached) " >&6
2799 else
2800 if test -n "$ac_ct_CC"; then
2801 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2802 else
2803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2804 for as_dir in $PATH
2805 do
2806 IFS=$as_save_IFS
2807 test -z "$as_dir" && as_dir=.
2808 for ac_exec_ext in '' $ac_executable_extensions; do
2809 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2810 ac_cv_prog_ac_ct_CC="gcc"
2811 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2812 break 2
2813 fi
2814 done
2815 done
2816 IFS=$as_save_IFS
2817
2818 fi
2819 fi
2820 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2821 if test -n "$ac_ct_CC"; then
2822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2823 $as_echo "$ac_ct_CC" >&6; }
2824 else
2825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2826 $as_echo "no" >&6; }
2827 fi
2828
2829 if test "x$ac_ct_CC" = x; then
2830 CC=""
2831 else
2832 case $cross_compiling:$ac_tool_warned in
2833 yes:)
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2835 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2836 ac_tool_warned=yes ;;
2837 esac
2838 CC=$ac_ct_CC
2839 fi
2840 else
2841 CC="$ac_cv_prog_CC"
2842 fi
2843
2844 if test -z "$CC"; then
2845 if test -n "$ac_tool_prefix"; then
2846 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2847 set dummy ${ac_tool_prefix}cc; ac_word=$2
2848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2849 $as_echo_n "checking for $ac_word... " >&6; }
2850 if ${ac_cv_prog_CC+:} false; then :
2851 $as_echo_n "(cached) " >&6
2852 else
2853 if test -n "$CC"; then
2854 ac_cv_prog_CC="$CC" # Let the user override the test.
2855 else
2856 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2857 for as_dir in $PATH
2858 do
2859 IFS=$as_save_IFS
2860 test -z "$as_dir" && as_dir=.
2861 for ac_exec_ext in '' $ac_executable_extensions; do
2862 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2863 ac_cv_prog_CC="${ac_tool_prefix}cc"
2864 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2865 break 2
2866 fi
2867 done
2868 done
2869 IFS=$as_save_IFS
2870
2871 fi
2872 fi
2873 CC=$ac_cv_prog_CC
2874 if test -n "$CC"; then
2875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2876 $as_echo "$CC" >&6; }
2877 else
2878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2879 $as_echo "no" >&6; }
2880 fi
2881
2882
2883 fi
2884 fi
2885 if test -z "$CC"; then
2886 # Extract the first word of "cc", so it can be a program name with args.
2887 set dummy cc; ac_word=$2
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2889 $as_echo_n "checking for $ac_word... " >&6; }
2890 if ${ac_cv_prog_CC+:} false; then :
2891 $as_echo_n "(cached) " >&6
2892 else
2893 if test -n "$CC"; then
2894 ac_cv_prog_CC="$CC" # Let the user override the test.
2895 else
2896 ac_prog_rejected=no
2897 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2898 for as_dir in $PATH
2899 do
2900 IFS=$as_save_IFS
2901 test -z "$as_dir" && as_dir=.
2902 for ac_exec_ext in '' $ac_executable_extensions; do
2903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2904 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2905 ac_prog_rejected=yes
2906 continue
2907 fi
2908 ac_cv_prog_CC="cc"
2909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2910 break 2
2911 fi
2912 done
2913 done
2914 IFS=$as_save_IFS
2915
2916 if test $ac_prog_rejected = yes; then
2917 # We found a bogon in the path, so make sure we never use it.
2918 set dummy $ac_cv_prog_CC
2919 shift
2920 if test $# != 0; then
2921 # We chose a different compiler from the bogus one.
2922 # However, it has the same basename, so the bogon will be chosen
2923 # first if we set CC to just the basename; use the full file name.
2924 shift
2925 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2926 fi
2927 fi
2928 fi
2929 fi
2930 CC=$ac_cv_prog_CC
2931 if test -n "$CC"; then
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2933 $as_echo "$CC" >&6; }
2934 else
2935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2936 $as_echo "no" >&6; }
2937 fi
2938
2939
2940 fi
2941 if test -z "$CC"; then
2942 if test -n "$ac_tool_prefix"; then
2943 for ac_prog in cl.exe
2944 do
2945 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2946 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2948 $as_echo_n "checking for $ac_word... " >&6; }
2949 if ${ac_cv_prog_CC+:} false; then :
2950 $as_echo_n "(cached) " >&6
2951 else
2952 if test -n "$CC"; then
2953 ac_cv_prog_CC="$CC" # Let the user override the test.
2954 else
2955 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2956 for as_dir in $PATH
2957 do
2958 IFS=$as_save_IFS
2959 test -z "$as_dir" && as_dir=.
2960 for ac_exec_ext in '' $ac_executable_extensions; do
2961 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2962 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2963 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2964 break 2
2965 fi
2966 done
2967 done
2968 IFS=$as_save_IFS
2969
2970 fi
2971 fi
2972 CC=$ac_cv_prog_CC
2973 if test -n "$CC"; then
2974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2975 $as_echo "$CC" >&6; }
2976 else
2977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2978 $as_echo "no" >&6; }
2979 fi
2980
2981
2982 test -n "$CC" && break
2983 done
2984 fi
2985 if test -z "$CC"; then
2986 ac_ct_CC=$CC
2987 for ac_prog in cl.exe
2988 do
2989 # Extract the first word of "$ac_prog", so it can be a program name with args.
2990 set dummy $ac_prog; ac_word=$2
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992 $as_echo_n "checking for $ac_word... " >&6; }
2993 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2994 $as_echo_n "(cached) " >&6
2995 else
2996 if test -n "$ac_ct_CC"; then
2997 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2998 else
2999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000 for as_dir in $PATH
3001 do
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
3004 for ac_exec_ext in '' $ac_executable_extensions; do
3005 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3006 ac_cv_prog_ac_ct_CC="$ac_prog"
3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 break 2
3009 fi
3010 done
3011 done
3012 IFS=$as_save_IFS
3013
3014 fi
3015 fi
3016 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3017 if test -n "$ac_ct_CC"; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3019 $as_echo "$ac_ct_CC" >&6; }
3020 else
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022 $as_echo "no" >&6; }
3023 fi
3024
3025
3026 test -n "$ac_ct_CC" && break
3027 done
3028
3029 if test "x$ac_ct_CC" = x; then
3030 CC=""
3031 else
3032 case $cross_compiling:$ac_tool_warned in
3033 yes:)
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3035 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3036 ac_tool_warned=yes ;;
3037 esac
3038 CC=$ac_ct_CC
3039 fi
3040 fi
3041
3042 fi
3043
3044
3045 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3046 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3047 as_fn_error $? "no acceptable C compiler found in \$PATH
3048 See \`config.log' for more details" "$LINENO" 5; }
3049
3050 # Provide some information about the compiler.
3051 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3052 set X $ac_compile
3053 ac_compiler=$2
3054 for ac_option in --version -v -V -qversion; do
3055 { { ac_try="$ac_compiler $ac_option >&5"
3056 case "(($ac_try" in
3057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3058 *) ac_try_echo=$ac_try;;
3059 esac
3060 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3061 $as_echo "$ac_try_echo"; } >&5
3062 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3063 ac_status=$?
3064 if test -s conftest.err; then
3065 sed '10a\
3066 ... rest of stderr output deleted ...
3067 10q' conftest.err >conftest.er1
3068 cat conftest.er1 >&5
3069 fi
3070 rm -f conftest.er1 conftest.err
3071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3072 test $ac_status = 0; }
3073 done
3074
3075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3076 /* end confdefs.h. */
3077
3078 int
3079 main ()
3080 {
3081
3082 ;
3083 return 0;
3084 }
3085 _ACEOF
3086 ac_clean_files_save=$ac_clean_files
3087 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3088 # Try to create an executable without -o first, disregard a.out.
3089 # It will help us diagnose broken compilers, and finding out an intuition
3090 # of exeext.
3091 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3092 $as_echo_n "checking whether the C compiler works... " >&6; }
3093 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3094
3095 # The possible output files:
3096 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3097
3098 ac_rmfiles=
3099 for ac_file in $ac_files
3100 do
3101 case $ac_file in
3102 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3103 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3104 esac
3105 done
3106 rm -f $ac_rmfiles
3107
3108 if { { ac_try="$ac_link_default"
3109 case "(($ac_try" in
3110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3111 *) ac_try_echo=$ac_try;;
3112 esac
3113 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3114 $as_echo "$ac_try_echo"; } >&5
3115 (eval "$ac_link_default") 2>&5
3116 ac_status=$?
3117 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3118 test $ac_status = 0; }; then :
3119 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3120 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3121 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3122 # so that the user can short-circuit this test for compilers unknown to
3123 # Autoconf.
3124 for ac_file in $ac_files ''
3125 do
3126 test -f "$ac_file" || continue
3127 case $ac_file in
3128 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3129 ;;
3130 [ab].out )
3131 # We found the default executable, but exeext='' is most
3132 # certainly right.
3133 break;;
3134 *.* )
3135 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3136 then :; else
3137 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3138 fi
3139 # We set ac_cv_exeext here because the later test for it is not
3140 # safe: cross compilers may not add the suffix if given an `-o'
3141 # argument, so we may need to know it at that point already.
3142 # Even if this section looks crufty: it has the advantage of
3143 # actually working.
3144 break;;
3145 * )
3146 break;;
3147 esac
3148 done
3149 test "$ac_cv_exeext" = no && ac_cv_exeext=
3150
3151 else
3152 ac_file=''
3153 fi
3154 if test -z "$ac_file"; then :
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3156 $as_echo "no" >&6; }
3157 $as_echo "$as_me: failed program was:" >&5
3158 sed 's/^/| /' conftest.$ac_ext >&5
3159
3160 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3162 as_fn_error 77 "C compiler cannot create executables
3163 See \`config.log' for more details" "$LINENO" 5; }
3164 else
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3166 $as_echo "yes" >&6; }
3167 fi
3168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3169 $as_echo_n "checking for C compiler default output file name... " >&6; }
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3171 $as_echo "$ac_file" >&6; }
3172 ac_exeext=$ac_cv_exeext
3173
3174 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3175 ac_clean_files=$ac_clean_files_save
3176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3177 $as_echo_n "checking for suffix of executables... " >&6; }
3178 if { { ac_try="$ac_link"
3179 case "(($ac_try" in
3180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3181 *) ac_try_echo=$ac_try;;
3182 esac
3183 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3184 $as_echo "$ac_try_echo"; } >&5
3185 (eval "$ac_link") 2>&5
3186 ac_status=$?
3187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3188 test $ac_status = 0; }; then :
3189 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3190 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3191 # work properly (i.e., refer to `conftest.exe'), while it won't with
3192 # `rm'.
3193 for ac_file in conftest.exe conftest conftest.*; do
3194 test -f "$ac_file" || continue
3195 case $ac_file in
3196 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3197 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3198 break;;
3199 * ) break;;
3200 esac
3201 done
3202 else
3203 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3204 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3205 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3206 See \`config.log' for more details" "$LINENO" 5; }
3207 fi
3208 rm -f conftest conftest$ac_cv_exeext
3209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3210 $as_echo "$ac_cv_exeext" >&6; }
3211
3212 rm -f conftest.$ac_ext
3213 EXEEXT=$ac_cv_exeext
3214 ac_exeext=$EXEEXT
3215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3216 /* end confdefs.h. */
3217 #include <stdio.h>
3218 int
3219 main ()
3220 {
3221 FILE *f = fopen ("conftest.out", "w");
3222 return ferror (f) || fclose (f) != 0;
3223
3224 ;
3225 return 0;
3226 }
3227 _ACEOF
3228 ac_clean_files="$ac_clean_files conftest.out"
3229 # Check that the compiler produces executables we can run. If not, either
3230 # the compiler is broken, or we cross compile.
3231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3232 $as_echo_n "checking whether we are cross compiling... " >&6; }
3233 if test "$cross_compiling" != yes; then
3234 { { ac_try="$ac_link"
3235 case "(($ac_try" in
3236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3237 *) ac_try_echo=$ac_try;;
3238 esac
3239 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3240 $as_echo "$ac_try_echo"; } >&5
3241 (eval "$ac_link") 2>&5
3242 ac_status=$?
3243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3244 test $ac_status = 0; }
3245 if { ac_try='./conftest$ac_cv_exeext'
3246 { { case "(($ac_try" in
3247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3248 *) ac_try_echo=$ac_try;;
3249 esac
3250 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3251 $as_echo "$ac_try_echo"; } >&5
3252 (eval "$ac_try") 2>&5
3253 ac_status=$?
3254 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3255 test $ac_status = 0; }; }; then
3256 cross_compiling=no
3257 else
3258 if test "$cross_compiling" = maybe; then
3259 cross_compiling=yes
3260 else
3261 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3262 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3263 as_fn_error $? "cannot run C compiled programs.
3264 If you meant to cross compile, use \`--host'.
3265 See \`config.log' for more details" "$LINENO" 5; }
3266 fi
3267 fi
3268 fi
3269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3270 $as_echo "$cross_compiling" >&6; }
3271
3272 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3273 ac_clean_files=$ac_clean_files_save
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3275 $as_echo_n "checking for suffix of object files... " >&6; }
3276 if ${ac_cv_objext+:} false; then :
3277 $as_echo_n "(cached) " >&6
3278 else
3279 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3280 /* end confdefs.h. */
3281
3282 int
3283 main ()
3284 {
3285
3286 ;
3287 return 0;
3288 }
3289 _ACEOF
3290 rm -f conftest.o conftest.obj
3291 if { { ac_try="$ac_compile"
3292 case "(($ac_try" in
3293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3294 *) ac_try_echo=$ac_try;;
3295 esac
3296 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3297 $as_echo "$ac_try_echo"; } >&5
3298 (eval "$ac_compile") 2>&5
3299 ac_status=$?
3300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3301 test $ac_status = 0; }; then :
3302 for ac_file in conftest.o conftest.obj conftest.*; do
3303 test -f "$ac_file" || continue;
3304 case $ac_file in
3305 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3306 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3307 break;;
3308 esac
3309 done
3310 else
3311 $as_echo "$as_me: failed program was:" >&5
3312 sed 's/^/| /' conftest.$ac_ext >&5
3313
3314 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3315 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3316 as_fn_error $? "cannot compute suffix of object files: cannot compile
3317 See \`config.log' for more details" "$LINENO" 5; }
3318 fi
3319 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3320 fi
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3322 $as_echo "$ac_cv_objext" >&6; }
3323 OBJEXT=$ac_cv_objext
3324 ac_objext=$OBJEXT
3325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3326 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3327 if ${ac_cv_c_compiler_gnu+:} false; then :
3328 $as_echo_n "(cached) " >&6
3329 else
3330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3331 /* end confdefs.h. */
3332
3333 int
3334 main ()
3335 {
3336 #ifndef __GNUC__
3337 choke me
3338 #endif
3339
3340 ;
3341 return 0;
3342 }
3343 _ACEOF
3344 if ac_fn_c_try_compile "$LINENO"; then :
3345 ac_compiler_gnu=yes
3346 else
3347 ac_compiler_gnu=no
3348 fi
3349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3350 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3351
3352 fi
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3354 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3355 if test $ac_compiler_gnu = yes; then
3356 GCC=yes
3357 else
3358 GCC=
3359 fi
3360 ac_test_CFLAGS=${CFLAGS+set}
3361 ac_save_CFLAGS=$CFLAGS
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3363 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3364 if ${ac_cv_prog_cc_g+:} false; then :
3365 $as_echo_n "(cached) " >&6
3366 else
3367 ac_save_c_werror_flag=$ac_c_werror_flag
3368 ac_c_werror_flag=yes
3369 ac_cv_prog_cc_g=no
3370 CFLAGS="-g"
3371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3372 /* end confdefs.h. */
3373
3374 int
3375 main ()
3376 {
3377
3378 ;
3379 return 0;
3380 }
3381 _ACEOF
3382 if ac_fn_c_try_compile "$LINENO"; then :
3383 ac_cv_prog_cc_g=yes
3384 else
3385 CFLAGS=""
3386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3387 /* end confdefs.h. */
3388
3389 int
3390 main ()
3391 {
3392
3393 ;
3394 return 0;
3395 }
3396 _ACEOF
3397 if ac_fn_c_try_compile "$LINENO"; then :
3398
3399 else
3400 ac_c_werror_flag=$ac_save_c_werror_flag
3401 CFLAGS="-g"
3402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3403 /* end confdefs.h. */
3404
3405 int
3406 main ()
3407 {
3408
3409 ;
3410 return 0;
3411 }
3412 _ACEOF
3413 if ac_fn_c_try_compile "$LINENO"; then :
3414 ac_cv_prog_cc_g=yes
3415 fi
3416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3417 fi
3418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3419 fi
3420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3421 ac_c_werror_flag=$ac_save_c_werror_flag
3422 fi
3423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3424 $as_echo "$ac_cv_prog_cc_g" >&6; }
3425 if test "$ac_test_CFLAGS" = set; then
3426 CFLAGS=$ac_save_CFLAGS
3427 elif test $ac_cv_prog_cc_g = yes; then
3428 if test "$GCC" = yes; then
3429 CFLAGS="-g -O2"
3430 else
3431 CFLAGS="-g"
3432 fi
3433 else
3434 if test "$GCC" = yes; then
3435 CFLAGS="-O2"
3436 else
3437 CFLAGS=
3438 fi
3439 fi
3440 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3441 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3442 if ${ac_cv_prog_cc_c89+:} false; then :
3443 $as_echo_n "(cached) " >&6
3444 else
3445 ac_cv_prog_cc_c89=no
3446 ac_save_CC=$CC
3447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3448 /* end confdefs.h. */
3449 #include <stdarg.h>
3450 #include <stdio.h>
3451 struct stat;
3452 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3453 struct buf { int x; };
3454 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3455 static char *e (p, i)
3456 char **p;
3457 int i;
3458 {
3459 return p[i];
3460 }
3461 static char *f (char * (*g) (char **, int), char **p, ...)
3462 {
3463 char *s;
3464 va_list v;
3465 va_start (v,p);
3466 s = g (p, va_arg (v,int));
3467 va_end (v);
3468 return s;
3469 }
3470
3471 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3472 function prototypes and stuff, but not '\xHH' hex character constants.
3473 These don't provoke an error unfortunately, instead are silently treated
3474 as 'x'. The following induces an error, until -std is added to get
3475 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3476 array size at least. It's necessary to write '\x00'==0 to get something
3477 that's true only with -std. */
3478 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3479
3480 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3481 inside strings and character constants. */
3482 #define FOO(x) 'x'
3483 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3484
3485 int test (int i, double x);
3486 struct s1 {int (*f) (int a);};
3487 struct s2 {int (*f) (double a);};
3488 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3489 int argc;
3490 char **argv;
3491 int
3492 main ()
3493 {
3494 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3495 ;
3496 return 0;
3497 }
3498 _ACEOF
3499 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3500 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3501 do
3502 CC="$ac_save_CC $ac_arg"
3503 if ac_fn_c_try_compile "$LINENO"; then :
3504 ac_cv_prog_cc_c89=$ac_arg
3505 fi
3506 rm -f core conftest.err conftest.$ac_objext
3507 test "x$ac_cv_prog_cc_c89" != "xno" && break
3508 done
3509 rm -f conftest.$ac_ext
3510 CC=$ac_save_CC
3511
3512 fi
3513 # AC_CACHE_VAL
3514 case "x$ac_cv_prog_cc_c89" in
3515 x)
3516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3517 $as_echo "none needed" >&6; } ;;
3518 xno)
3519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3520 $as_echo "unsupported" >&6; } ;;
3521 *)
3522 CC="$CC $ac_cv_prog_cc_c89"
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3524 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3525 esac
3526 if test "x$ac_cv_prog_cc_c89" != xno; then :
3527
3528 fi
3529
3530 ac_ext=c
3531 ac_cpp='$CPP $CPPFLAGS'
3532 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3533 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3534 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3535
3536 ac_ext=c
3537 ac_cpp='$CPP $CPPFLAGS'
3538 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3539 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3540 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3542 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3543 if ${am_cv_prog_cc_c_o+:} false; then :
3544 $as_echo_n "(cached) " >&6
3545 else
3546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3547 /* end confdefs.h. */
3548
3549 int
3550 main ()
3551 {
3552
3553 ;
3554 return 0;
3555 }
3556 _ACEOF
3557 # Make sure it works both with $CC and with simple cc.
3558 # Following AC_PROG_CC_C_O, we do the test twice because some
3559 # compilers refuse to overwrite an existing .o file with -o,
3560 # though they will create one.
3561 am_cv_prog_cc_c_o=yes
3562 for am_i in 1 2; do
3563 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3564 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3565 ac_status=$?
3566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3567 (exit $ac_status); } \
3568 && test -f conftest2.$ac_objext; then
3569 : OK
3570 else
3571 am_cv_prog_cc_c_o=no
3572 break
3573 fi
3574 done
3575 rm -f core conftest*
3576 unset am_i
3577 fi
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3579 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3580 if test "$am_cv_prog_cc_c_o" != yes; then
3581 # Losing compiler, so override with the script.
3582 # FIXME: It is wrong to rewrite CC.
3583 # But if we don't then we get into trouble of one sort or another.
3584 # A longer-term fix would be to have automake use am__CC in this case,
3585 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3586 CC="$am_aux_dir/compile $CC"
3587 fi
3588 ac_ext=c
3589 ac_cpp='$CPP $CPPFLAGS'
3590 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3591 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3592 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3593
3594
3595
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3597 $as_echo_n "checking for library containing strerror... " >&6; }
3598 if ${ac_cv_search_strerror+:} false; then :
3599 $as_echo_n "(cached) " >&6
3600 else
3601 ac_func_search_save_LIBS=$LIBS
3602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3603 /* end confdefs.h. */
3604
3605 /* Override any GCC internal prototype to avoid an error.
3606 Use char because int might match the return type of a GCC
3607 builtin and then its argument prototype would still apply. */
3608 #ifdef __cplusplus
3609 extern "C"
3610 #endif
3611 char strerror ();
3612 int
3613 main ()
3614 {
3615 return strerror ();
3616 ;
3617 return 0;
3618 }
3619 _ACEOF
3620 for ac_lib in '' cposix; do
3621 if test -z "$ac_lib"; then
3622 ac_res="none required"
3623 else
3624 ac_res=-l$ac_lib
3625 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3626 fi
3627 if ac_fn_c_try_link "$LINENO"; then :
3628 ac_cv_search_strerror=$ac_res
3629 fi
3630 rm -f core conftest.err conftest.$ac_objext \
3631 conftest$ac_exeext
3632 if ${ac_cv_search_strerror+:} false; then :
3633 break
3634 fi
3635 done
3636 if ${ac_cv_search_strerror+:} false; then :
3637
3638 else
3639 ac_cv_search_strerror=no
3640 fi
3641 rm conftest.$ac_ext
3642 LIBS=$ac_func_search_save_LIBS
3643 fi
3644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3645 $as_echo "$ac_cv_search_strerror" >&6; }
3646 ac_res=$ac_cv_search_strerror
3647 if test "$ac_res" != no; then :
3648 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3649
3650 fi
3651
3652
3653 am__api_version='1.15'
3654
3655 # Find a good install program. We prefer a C program (faster),
3656 # so one script is as good as another. But avoid the broken or
3657 # incompatible versions:
3658 # SysV /etc/install, /usr/sbin/install
3659 # SunOS /usr/etc/install
3660 # IRIX /sbin/install
3661 # AIX /bin/install
3662 # AmigaOS /C/install, which installs bootblocks on floppy discs
3663 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3664 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3665 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3666 # OS/2's system install, which has a completely different semantic
3667 # ./install, which can be erroneously created by make from ./install.sh.
3668 # Reject install programs that cannot install multiple files.
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3670 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3671 if test -z "$INSTALL"; then
3672 if ${ac_cv_path_install+:} false; then :
3673 $as_echo_n "(cached) " >&6
3674 else
3675 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3676 for as_dir in $PATH
3677 do
3678 IFS=$as_save_IFS
3679 test -z "$as_dir" && as_dir=.
3680 # Account for people who put trailing slashes in PATH elements.
3681 case $as_dir/ in #((
3682 ./ | .// | /[cC]/* | \
3683 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3684 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3685 /usr/ucb/* ) ;;
3686 *)
3687 # OSF1 and SCO ODT 3.0 have their own names for install.
3688 # Don't use installbsd from OSF since it installs stuff as root
3689 # by default.
3690 for ac_prog in ginstall scoinst install; do
3691 for ac_exec_ext in '' $ac_executable_extensions; do
3692 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3693 if test $ac_prog = install &&
3694 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3695 # AIX install. It has an incompatible calling convention.
3696 :
3697 elif test $ac_prog = install &&
3698 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3699 # program-specific install script used by HP pwplus--don't use.
3700 :
3701 else
3702 rm -rf conftest.one conftest.two conftest.dir
3703 echo one > conftest.one
3704 echo two > conftest.two
3705 mkdir conftest.dir
3706 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3707 test -s conftest.one && test -s conftest.two &&
3708 test -s conftest.dir/conftest.one &&
3709 test -s conftest.dir/conftest.two
3710 then
3711 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3712 break 3
3713 fi
3714 fi
3715 fi
3716 done
3717 done
3718 ;;
3719 esac
3720
3721 done
3722 IFS=$as_save_IFS
3723
3724 rm -rf conftest.one conftest.two conftest.dir
3725
3726 fi
3727 if test "${ac_cv_path_install+set}" = set; then
3728 INSTALL=$ac_cv_path_install
3729 else
3730 # As a last resort, use the slow shell script. Don't cache a
3731 # value for INSTALL within a source directory, because that will
3732 # break other packages using the cache if that directory is
3733 # removed, or if the value is a relative name.
3734 INSTALL=$ac_install_sh
3735 fi
3736 fi
3737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3738 $as_echo "$INSTALL" >&6; }
3739
3740 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3741 # It thinks the first close brace ends the variable substitution.
3742 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3743
3744 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3745
3746 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3747
3748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3749 $as_echo_n "checking whether build environment is sane... " >&6; }
3750 # Reject unsafe characters in $srcdir or the absolute working directory
3751 # name. Accept space and tab only in the latter.
3752 am_lf='
3753 '
3754 case `pwd` in
3755 *[\\\"\#\$\&\'\`$am_lf]*)
3756 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3757 esac
3758 case $srcdir in
3759 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3760 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3761 esac
3762
3763 # Do 'set' in a subshell so we don't clobber the current shell's
3764 # arguments. Must try -L first in case configure is actually a
3765 # symlink; some systems play weird games with the mod time of symlinks
3766 # (eg FreeBSD returns the mod time of the symlink's containing
3767 # directory).
3768 if (
3769 am_has_slept=no
3770 for am_try in 1 2; do
3771 echo "timestamp, slept: $am_has_slept" > conftest.file
3772 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3773 if test "$*" = "X"; then
3774 # -L didn't work.
3775 set X `ls -t "$srcdir/configure" conftest.file`
3776 fi
3777 if test "$*" != "X $srcdir/configure conftest.file" \
3778 && test "$*" != "X conftest.file $srcdir/configure"; then
3779
3780 # If neither matched, then we have a broken ls. This can happen
3781 # if, for instance, CONFIG_SHELL is bash and it inherits a
3782 # broken ls alias from the environment. This has actually
3783 # happened. Such a system could not be considered "sane".
3784 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3785 alias in your environment" "$LINENO" 5
3786 fi
3787 if test "$2" = conftest.file || test $am_try -eq 2; then
3788 break
3789 fi
3790 # Just in case.
3791 sleep 1
3792 am_has_slept=yes
3793 done
3794 test "$2" = conftest.file
3795 )
3796 then
3797 # Ok.
3798 :
3799 else
3800 as_fn_error $? "newly created file is older than distributed files!
3801 Check your system clock" "$LINENO" 5
3802 fi
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3804 $as_echo "yes" >&6; }
3805 # If we didn't sleep, we still need to ensure time stamps of config.status and
3806 # generated files are strictly newer.
3807 am_sleep_pid=
3808 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3809 ( sleep 1 ) &
3810 am_sleep_pid=$!
3811 fi
3812
3813 rm -f conftest.file
3814
3815 test "$program_prefix" != NONE &&
3816 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3817 # Use a double $ so make ignores it.
3818 test "$program_suffix" != NONE &&
3819 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3820 # Double any \ or $.
3821 # By default was `s,x,x', remove it if useless.
3822 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3823 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3824
3825 if test x"${MISSING+set}" != xset; then
3826 case $am_aux_dir in
3827 *\ * | *\ *)
3828 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3829 *)
3830 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3831 esac
3832 fi
3833 # Use eval to expand $SHELL
3834 if eval "$MISSING --is-lightweight"; then
3835 am_missing_run="$MISSING "
3836 else
3837 am_missing_run=
3838 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3839 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3840 fi
3841
3842 if test x"${install_sh+set}" != xset; then
3843 case $am_aux_dir in
3844 *\ * | *\ *)
3845 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3846 *)
3847 install_sh="\${SHELL} $am_aux_dir/install-sh"
3848 esac
3849 fi
3850
3851 # Installed binaries are usually stripped using 'strip' when the user
3852 # run "make install-strip". However 'strip' might not be the right
3853 # tool to use in cross-compilation environments, therefore Automake
3854 # will honor the 'STRIP' environment variable to overrule this program.
3855 if test "$cross_compiling" != no; then
3856 if test -n "$ac_tool_prefix"; then
3857 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3858 set dummy ${ac_tool_prefix}strip; ac_word=$2
3859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3860 $as_echo_n "checking for $ac_word... " >&6; }
3861 if ${ac_cv_prog_STRIP+:} false; then :
3862 $as_echo_n "(cached) " >&6
3863 else
3864 if test -n "$STRIP"; then
3865 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3866 else
3867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868 for as_dir in $PATH
3869 do
3870 IFS=$as_save_IFS
3871 test -z "$as_dir" && as_dir=.
3872 for ac_exec_ext in '' $ac_executable_extensions; do
3873 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3874 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3876 break 2
3877 fi
3878 done
3879 done
3880 IFS=$as_save_IFS
3881
3882 fi
3883 fi
3884 STRIP=$ac_cv_prog_STRIP
3885 if test -n "$STRIP"; then
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3887 $as_echo "$STRIP" >&6; }
3888 else
3889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3890 $as_echo "no" >&6; }
3891 fi
3892
3893
3894 fi
3895 if test -z "$ac_cv_prog_STRIP"; then
3896 ac_ct_STRIP=$STRIP
3897 # Extract the first word of "strip", so it can be a program name with args.
3898 set dummy strip; ac_word=$2
3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3900 $as_echo_n "checking for $ac_word... " >&6; }
3901 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3902 $as_echo_n "(cached) " >&6
3903 else
3904 if test -n "$ac_ct_STRIP"; then
3905 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3906 else
3907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3908 for as_dir in $PATH
3909 do
3910 IFS=$as_save_IFS
3911 test -z "$as_dir" && as_dir=.
3912 for ac_exec_ext in '' $ac_executable_extensions; do
3913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3914 ac_cv_prog_ac_ct_STRIP="strip"
3915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3916 break 2
3917 fi
3918 done
3919 done
3920 IFS=$as_save_IFS
3921
3922 fi
3923 fi
3924 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3925 if test -n "$ac_ct_STRIP"; then
3926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3927 $as_echo "$ac_ct_STRIP" >&6; }
3928 else
3929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3930 $as_echo "no" >&6; }
3931 fi
3932
3933 if test "x$ac_ct_STRIP" = x; then
3934 STRIP=":"
3935 else
3936 case $cross_compiling:$ac_tool_warned in
3937 yes:)
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3939 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3940 ac_tool_warned=yes ;;
3941 esac
3942 STRIP=$ac_ct_STRIP
3943 fi
3944 else
3945 STRIP="$ac_cv_prog_STRIP"
3946 fi
3947
3948 fi
3949 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3950
3951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3952 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3953 if test -z "$MKDIR_P"; then
3954 if ${ac_cv_path_mkdir+:} false; then :
3955 $as_echo_n "(cached) " >&6
3956 else
3957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3958 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3959 do
3960 IFS=$as_save_IFS
3961 test -z "$as_dir" && as_dir=.
3962 for ac_prog in mkdir gmkdir; do
3963 for ac_exec_ext in '' $ac_executable_extensions; do
3964 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3965 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3966 'mkdir (GNU coreutils) '* | \
3967 'mkdir (coreutils) '* | \
3968 'mkdir (fileutils) '4.1*)
3969 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3970 break 3;;
3971 esac
3972 done
3973 done
3974 done
3975 IFS=$as_save_IFS
3976
3977 fi
3978
3979 test -d ./--version && rmdir ./--version
3980 if test "${ac_cv_path_mkdir+set}" = set; then
3981 MKDIR_P="$ac_cv_path_mkdir -p"
3982 else
3983 # As a last resort, use the slow shell script. Don't cache a
3984 # value for MKDIR_P within a source directory, because that will
3985 # break other packages using the cache if that directory is
3986 # removed, or if the value is a relative name.
3987 MKDIR_P="$ac_install_sh -d"
3988 fi
3989 fi
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3991 $as_echo "$MKDIR_P" >&6; }
3992
3993 for ac_prog in gawk mawk nawk awk
3994 do
3995 # Extract the first word of "$ac_prog", so it can be a program name with args.
3996 set dummy $ac_prog; ac_word=$2
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3998 $as_echo_n "checking for $ac_word... " >&6; }
3999 if ${ac_cv_prog_AWK+:} false; then :
4000 $as_echo_n "(cached) " >&6
4001 else
4002 if test -n "$AWK"; then
4003 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4004 else
4005 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4006 for as_dir in $PATH
4007 do
4008 IFS=$as_save_IFS
4009 test -z "$as_dir" && as_dir=.
4010 for ac_exec_ext in '' $ac_executable_extensions; do
4011 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4012 ac_cv_prog_AWK="$ac_prog"
4013 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 break 2
4015 fi
4016 done
4017 done
4018 IFS=$as_save_IFS
4019
4020 fi
4021 fi
4022 AWK=$ac_cv_prog_AWK
4023 if test -n "$AWK"; then
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4025 $as_echo "$AWK" >&6; }
4026 else
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4028 $as_echo "no" >&6; }
4029 fi
4030
4031
4032 test -n "$AWK" && break
4033 done
4034
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4036 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4037 set x ${MAKE-make}
4038 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4039 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4040 $as_echo_n "(cached) " >&6
4041 else
4042 cat >conftest.make <<\_ACEOF
4043 SHELL = /bin/sh
4044 all:
4045 @echo '@@@%%%=$(MAKE)=@@@%%%'
4046 _ACEOF
4047 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4048 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4049 *@@@%%%=?*=@@@%%%*)
4050 eval ac_cv_prog_make_${ac_make}_set=yes;;
4051 *)
4052 eval ac_cv_prog_make_${ac_make}_set=no;;
4053 esac
4054 rm -f conftest.make
4055 fi
4056 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4058 $as_echo "yes" >&6; }
4059 SET_MAKE=
4060 else
4061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4062 $as_echo "no" >&6; }
4063 SET_MAKE="MAKE=${MAKE-make}"
4064 fi
4065
4066 rm -rf .tst 2>/dev/null
4067 mkdir .tst 2>/dev/null
4068 if test -d .tst; then
4069 am__leading_dot=.
4070 else
4071 am__leading_dot=_
4072 fi
4073 rmdir .tst 2>/dev/null
4074
4075 DEPDIR="${am__leading_dot}deps"
4076
4077 ac_config_commands="$ac_config_commands depfiles"
4078
4079
4080 am_make=${MAKE-make}
4081 cat > confinc << 'END'
4082 am__doit:
4083 @echo this is the am__doit target
4084 .PHONY: am__doit
4085 END
4086 # If we don't find an include directive, just comment out the code.
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4088 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4089 am__include="#"
4090 am__quote=
4091 _am_result=none
4092 # First try GNU make style include.
4093 echo "include confinc" > confmf
4094 # Ignore all kinds of additional output from 'make'.
4095 case `$am_make -s -f confmf 2> /dev/null` in #(
4096 *the\ am__doit\ target*)
4097 am__include=include
4098 am__quote=
4099 _am_result=GNU
4100 ;;
4101 esac
4102 # Now try BSD make style include.
4103 if test "$am__include" = "#"; then
4104 echo '.include "confinc"' > confmf
4105 case `$am_make -s -f confmf 2> /dev/null` in #(
4106 *the\ am__doit\ target*)
4107 am__include=.include
4108 am__quote="\""
4109 _am_result=BSD
4110 ;;
4111 esac
4112 fi
4113
4114
4115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4116 $as_echo "$_am_result" >&6; }
4117 rm -f confinc confmf
4118
4119 # Check whether --enable-dependency-tracking was given.
4120 if test "${enable_dependency_tracking+set}" = set; then :
4121 enableval=$enable_dependency_tracking;
4122 fi
4123
4124 if test "x$enable_dependency_tracking" != xno; then
4125 am_depcomp="$ac_aux_dir/depcomp"
4126 AMDEPBACKSLASH='\'
4127 am__nodep='_no'
4128 fi
4129 if test "x$enable_dependency_tracking" != xno; then
4130 AMDEP_TRUE=
4131 AMDEP_FALSE='#'
4132 else
4133 AMDEP_TRUE='#'
4134 AMDEP_FALSE=
4135 fi
4136
4137
4138 # Check whether --enable-silent-rules was given.
4139 if test "${enable_silent_rules+set}" = set; then :
4140 enableval=$enable_silent_rules;
4141 fi
4142
4143 case $enable_silent_rules in # (((
4144 yes) AM_DEFAULT_VERBOSITY=0;;
4145 no) AM_DEFAULT_VERBOSITY=1;;
4146 *) AM_DEFAULT_VERBOSITY=1;;
4147 esac
4148 am_make=${MAKE-make}
4149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4150 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4151 if ${am_cv_make_support_nested_variables+:} false; then :
4152 $as_echo_n "(cached) " >&6
4153 else
4154 if $as_echo 'TRUE=$(BAR$(V))
4155 BAR0=false
4156 BAR1=true
4157 V=1
4158 am__doit:
4159 @$(TRUE)
4160 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4161 am_cv_make_support_nested_variables=yes
4162 else
4163 am_cv_make_support_nested_variables=no
4164 fi
4165 fi
4166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4167 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4168 if test $am_cv_make_support_nested_variables = yes; then
4169 AM_V='$(V)'
4170 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4171 else
4172 AM_V=$AM_DEFAULT_VERBOSITY
4173 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4174 fi
4175 AM_BACKSLASH='\'
4176
4177 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4178 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4179 # is not polluted with repeated "-I."
4180 am__isrc=' -I$(srcdir)'
4181 # test to see if srcdir already configured
4182 if test -f $srcdir/config.status; then
4183 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4184 fi
4185 fi
4186
4187 # test whether we have cygpath
4188 if test -z "$CYGPATH_W"; then
4189 if (cygpath --version) >/dev/null 2>/dev/null; then
4190 CYGPATH_W='cygpath -w'
4191 else
4192 CYGPATH_W=echo
4193 fi
4194 fi
4195
4196
4197 # Define the identity of the package.
4198 PACKAGE='binutils'
4199 VERSION='2.35.50'
4200
4201
4202 cat >>confdefs.h <<_ACEOF
4203 #define PACKAGE "$PACKAGE"
4204 _ACEOF
4205
4206
4207 cat >>confdefs.h <<_ACEOF
4208 #define VERSION "$VERSION"
4209 _ACEOF
4210
4211 # Some tools Automake needs.
4212
4213 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4214
4215
4216 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4217
4218
4219 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4220
4221
4222 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4223
4224
4225 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4226
4227 # For better backward compatibility. To be removed once Automake 1.9.x
4228 # dies out for good. For more background, see:
4229 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4230 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4231 mkdir_p='$(MKDIR_P)'
4232
4233 # We need awk for the "check" target (and possibly the TAP driver). The
4234 # system "awk" is bad on some platforms.
4235 # Always define AMTAR for backward compatibility. Yes, it's still used
4236 # in the wild :-( We should find a proper way to deprecate it ...
4237 AMTAR='$${TAR-tar}'
4238
4239
4240 # We'll loop over all known methods to create a tar archive until one works.
4241 _am_tools='gnutar pax cpio none'
4242
4243 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4244
4245
4246
4247
4248
4249 depcc="$CC" am_compiler_list=
4250
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4252 $as_echo_n "checking dependency style of $depcc... " >&6; }
4253 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4254 $as_echo_n "(cached) " >&6
4255 else
4256 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4257 # We make a subdir and do the tests there. Otherwise we can end up
4258 # making bogus files that we don't know about and never remove. For
4259 # instance it was reported that on HP-UX the gcc test will end up
4260 # making a dummy file named 'D' -- because '-MD' means "put the output
4261 # in D".
4262 rm -rf conftest.dir
4263 mkdir conftest.dir
4264 # Copy depcomp to subdir because otherwise we won't find it if we're
4265 # using a relative directory.
4266 cp "$am_depcomp" conftest.dir
4267 cd conftest.dir
4268 # We will build objects and dependencies in a subdirectory because
4269 # it helps to detect inapplicable dependency modes. For instance
4270 # both Tru64's cc and ICC support -MD to output dependencies as a
4271 # side effect of compilation, but ICC will put the dependencies in
4272 # the current directory while Tru64 will put them in the object
4273 # directory.
4274 mkdir sub
4275
4276 am_cv_CC_dependencies_compiler_type=none
4277 if test "$am_compiler_list" = ""; then
4278 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4279 fi
4280 am__universal=false
4281 case " $depcc " in #(
4282 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4283 esac
4284
4285 for depmode in $am_compiler_list; do
4286 # Setup a source with many dependencies, because some compilers
4287 # like to wrap large dependency lists on column 80 (with \), and
4288 # we should not choose a depcomp mode which is confused by this.
4289 #
4290 # We need to recreate these files for each test, as the compiler may
4291 # overwrite some of them when testing with obscure command lines.
4292 # This happens at least with the AIX C compiler.
4293 : > sub/conftest.c
4294 for i in 1 2 3 4 5 6; do
4295 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4296 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4297 # Solaris 10 /bin/sh.
4298 echo '/* dummy */' > sub/conftst$i.h
4299 done
4300 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4301
4302 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4303 # mode. It turns out that the SunPro C++ compiler does not properly
4304 # handle '-M -o', and we need to detect this. Also, some Intel
4305 # versions had trouble with output in subdirs.
4306 am__obj=sub/conftest.${OBJEXT-o}
4307 am__minus_obj="-o $am__obj"
4308 case $depmode in
4309 gcc)
4310 # This depmode causes a compiler race in universal mode.
4311 test "$am__universal" = false || continue
4312 ;;
4313 nosideeffect)
4314 # After this tag, mechanisms are not by side-effect, so they'll
4315 # only be used when explicitly requested.
4316 if test "x$enable_dependency_tracking" = xyes; then
4317 continue
4318 else
4319 break
4320 fi
4321 ;;
4322 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4323 # This compiler won't grok '-c -o', but also, the minuso test has
4324 # not run yet. These depmodes are late enough in the game, and
4325 # so weak that their functioning should not be impacted.
4326 am__obj=conftest.${OBJEXT-o}
4327 am__minus_obj=
4328 ;;
4329 none) break ;;
4330 esac
4331 if depmode=$depmode \
4332 source=sub/conftest.c object=$am__obj \
4333 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4334 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4335 >/dev/null 2>conftest.err &&
4336 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4337 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4338 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4339 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4340 # icc doesn't choke on unknown options, it will just issue warnings
4341 # or remarks (even with -Werror). So we grep stderr for any message
4342 # that says an option was ignored or not supported.
4343 # When given -MP, icc 7.0 and 7.1 complain thusly:
4344 # icc: Command line warning: ignoring option '-M'; no argument required
4345 # The diagnosis changed in icc 8.0:
4346 # icc: Command line remark: option '-MP' not supported
4347 if (grep 'ignoring option' conftest.err ||
4348 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4349 am_cv_CC_dependencies_compiler_type=$depmode
4350 break
4351 fi
4352 fi
4353 done
4354
4355 cd ..
4356 rm -rf conftest.dir
4357 else
4358 am_cv_CC_dependencies_compiler_type=none
4359 fi
4360
4361 fi
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4363 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4364 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4365
4366 if
4367 test "x$enable_dependency_tracking" != xno \
4368 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4369 am__fastdepCC_TRUE=
4370 am__fastdepCC_FALSE='#'
4371 else
4372 am__fastdepCC_TRUE='#'
4373 am__fastdepCC_FALSE=
4374 fi
4375
4376
4377
4378 # POSIX will say in a future version that running "rm -f" with no argument
4379 # is OK; and we want to be able to make that assumption in our Makefile
4380 # recipes. So use an aggressive probe to check that the usage we want is
4381 # actually supported "in the wild" to an acceptable degree.
4382 # See automake bug#10828.
4383 # To make any issue more visible, cause the running configure to be aborted
4384 # by default if the 'rm' program in use doesn't match our expectations; the
4385 # user can still override this though.
4386 if rm -f && rm -fr && rm -rf; then : OK; else
4387 cat >&2 <<'END'
4388 Oops!
4389
4390 Your 'rm' program seems unable to run without file operands specified
4391 on the command line, even when the '-f' option is present. This is contrary
4392 to the behaviour of most rm programs out there, and not conforming with
4393 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4394
4395 Please tell bug-automake@gnu.org about your system, including the value
4396 of your $PATH and any error possibly output before this message. This
4397 can help us improve future automake versions.
4398
4399 END
4400 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4401 echo 'Configuration will proceed anyway, since you have set the' >&2
4402 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4403 echo >&2
4404 else
4405 cat >&2 <<'END'
4406 Aborting the configuration process, to ensure you take notice of the issue.
4407
4408 You can download and install GNU coreutils to get an 'rm' implementation
4409 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4410
4411 If you want to complete the configuration process using your problematic
4412 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4413 to "yes", and re-run configure.
4414
4415 END
4416 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4417 fi
4418 fi
4419
4420
4421 ac_ext=c
4422 ac_cpp='$CPP $CPPFLAGS'
4423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4424 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4426 if test -n "$ac_tool_prefix"; then
4427 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4428 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4430 $as_echo_n "checking for $ac_word... " >&6; }
4431 if ${ac_cv_prog_CC+:} false; then :
4432 $as_echo_n "(cached) " >&6
4433 else
4434 if test -n "$CC"; then
4435 ac_cv_prog_CC="$CC" # Let the user override the test.
4436 else
4437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4438 for as_dir in $PATH
4439 do
4440 IFS=$as_save_IFS
4441 test -z "$as_dir" && as_dir=.
4442 for ac_exec_ext in '' $ac_executable_extensions; do
4443 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4444 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4446 break 2
4447 fi
4448 done
4449 done
4450 IFS=$as_save_IFS
4451
4452 fi
4453 fi
4454 CC=$ac_cv_prog_CC
4455 if test -n "$CC"; then
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4457 $as_echo "$CC" >&6; }
4458 else
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4460 $as_echo "no" >&6; }
4461 fi
4462
4463
4464 fi
4465 if test -z "$ac_cv_prog_CC"; then
4466 ac_ct_CC=$CC
4467 # Extract the first word of "gcc", so it can be a program name with args.
4468 set dummy gcc; ac_word=$2
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4470 $as_echo_n "checking for $ac_word... " >&6; }
4471 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4472 $as_echo_n "(cached) " >&6
4473 else
4474 if test -n "$ac_ct_CC"; then
4475 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4476 else
4477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4478 for as_dir in $PATH
4479 do
4480 IFS=$as_save_IFS
4481 test -z "$as_dir" && as_dir=.
4482 for ac_exec_ext in '' $ac_executable_extensions; do
4483 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4484 ac_cv_prog_ac_ct_CC="gcc"
4485 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4486 break 2
4487 fi
4488 done
4489 done
4490 IFS=$as_save_IFS
4491
4492 fi
4493 fi
4494 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4495 if test -n "$ac_ct_CC"; then
4496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4497 $as_echo "$ac_ct_CC" >&6; }
4498 else
4499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4500 $as_echo "no" >&6; }
4501 fi
4502
4503 if test "x$ac_ct_CC" = x; then
4504 CC=""
4505 else
4506 case $cross_compiling:$ac_tool_warned in
4507 yes:)
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4509 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4510 ac_tool_warned=yes ;;
4511 esac
4512 CC=$ac_ct_CC
4513 fi
4514 else
4515 CC="$ac_cv_prog_CC"
4516 fi
4517
4518 if test -z "$CC"; then
4519 if test -n "$ac_tool_prefix"; then
4520 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4521 set dummy ${ac_tool_prefix}cc; ac_word=$2
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4523 $as_echo_n "checking for $ac_word... " >&6; }
4524 if ${ac_cv_prog_CC+:} false; then :
4525 $as_echo_n "(cached) " >&6
4526 else
4527 if test -n "$CC"; then
4528 ac_cv_prog_CC="$CC" # Let the user override the test.
4529 else
4530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4531 for as_dir in $PATH
4532 do
4533 IFS=$as_save_IFS
4534 test -z "$as_dir" && as_dir=.
4535 for ac_exec_ext in '' $ac_executable_extensions; do
4536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4537 ac_cv_prog_CC="${ac_tool_prefix}cc"
4538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4539 break 2
4540 fi
4541 done
4542 done
4543 IFS=$as_save_IFS
4544
4545 fi
4546 fi
4547 CC=$ac_cv_prog_CC
4548 if test -n "$CC"; then
4549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4550 $as_echo "$CC" >&6; }
4551 else
4552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4553 $as_echo "no" >&6; }
4554 fi
4555
4556
4557 fi
4558 fi
4559 if test -z "$CC"; then
4560 # Extract the first word of "cc", so it can be a program name with args.
4561 set dummy cc; ac_word=$2
4562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4563 $as_echo_n "checking for $ac_word... " >&6; }
4564 if ${ac_cv_prog_CC+:} false; then :
4565 $as_echo_n "(cached) " >&6
4566 else
4567 if test -n "$CC"; then
4568 ac_cv_prog_CC="$CC" # Let the user override the test.
4569 else
4570 ac_prog_rejected=no
4571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4572 for as_dir in $PATH
4573 do
4574 IFS=$as_save_IFS
4575 test -z "$as_dir" && as_dir=.
4576 for ac_exec_ext in '' $ac_executable_extensions; do
4577 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4578 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4579 ac_prog_rejected=yes
4580 continue
4581 fi
4582 ac_cv_prog_CC="cc"
4583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4584 break 2
4585 fi
4586 done
4587 done
4588 IFS=$as_save_IFS
4589
4590 if test $ac_prog_rejected = yes; then
4591 # We found a bogon in the path, so make sure we never use it.
4592 set dummy $ac_cv_prog_CC
4593 shift
4594 if test $# != 0; then
4595 # We chose a different compiler from the bogus one.
4596 # However, it has the same basename, so the bogon will be chosen
4597 # first if we set CC to just the basename; use the full file name.
4598 shift
4599 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4600 fi
4601 fi
4602 fi
4603 fi
4604 CC=$ac_cv_prog_CC
4605 if test -n "$CC"; then
4606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4607 $as_echo "$CC" >&6; }
4608 else
4609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4610 $as_echo "no" >&6; }
4611 fi
4612
4613
4614 fi
4615 if test -z "$CC"; then
4616 if test -n "$ac_tool_prefix"; then
4617 for ac_prog in cl.exe
4618 do
4619 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4620 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4622 $as_echo_n "checking for $ac_word... " >&6; }
4623 if ${ac_cv_prog_CC+:} false; then :
4624 $as_echo_n "(cached) " >&6
4625 else
4626 if test -n "$CC"; then
4627 ac_cv_prog_CC="$CC" # Let the user override the test.
4628 else
4629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4630 for as_dir in $PATH
4631 do
4632 IFS=$as_save_IFS
4633 test -z "$as_dir" && as_dir=.
4634 for ac_exec_ext in '' $ac_executable_extensions; do
4635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4636 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4638 break 2
4639 fi
4640 done
4641 done
4642 IFS=$as_save_IFS
4643
4644 fi
4645 fi
4646 CC=$ac_cv_prog_CC
4647 if test -n "$CC"; then
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4649 $as_echo "$CC" >&6; }
4650 else
4651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4652 $as_echo "no" >&6; }
4653 fi
4654
4655
4656 test -n "$CC" && break
4657 done
4658 fi
4659 if test -z "$CC"; then
4660 ac_ct_CC=$CC
4661 for ac_prog in cl.exe
4662 do
4663 # Extract the first word of "$ac_prog", so it can be a program name with args.
4664 set dummy $ac_prog; ac_word=$2
4665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4666 $as_echo_n "checking for $ac_word... " >&6; }
4667 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4668 $as_echo_n "(cached) " >&6
4669 else
4670 if test -n "$ac_ct_CC"; then
4671 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4672 else
4673 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4674 for as_dir in $PATH
4675 do
4676 IFS=$as_save_IFS
4677 test -z "$as_dir" && as_dir=.
4678 for ac_exec_ext in '' $ac_executable_extensions; do
4679 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4680 ac_cv_prog_ac_ct_CC="$ac_prog"
4681 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4682 break 2
4683 fi
4684 done
4685 done
4686 IFS=$as_save_IFS
4687
4688 fi
4689 fi
4690 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4691 if test -n "$ac_ct_CC"; then
4692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4693 $as_echo "$ac_ct_CC" >&6; }
4694 else
4695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4696 $as_echo "no" >&6; }
4697 fi
4698
4699
4700 test -n "$ac_ct_CC" && break
4701 done
4702
4703 if test "x$ac_ct_CC" = x; then
4704 CC=""
4705 else
4706 case $cross_compiling:$ac_tool_warned in
4707 yes:)
4708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4709 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4710 ac_tool_warned=yes ;;
4711 esac
4712 CC=$ac_ct_CC
4713 fi
4714 fi
4715
4716 fi
4717
4718
4719 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4720 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4721 as_fn_error $? "no acceptable C compiler found in \$PATH
4722 See \`config.log' for more details" "$LINENO" 5; }
4723
4724 # Provide some information about the compiler.
4725 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4726 set X $ac_compile
4727 ac_compiler=$2
4728 for ac_option in --version -v -V -qversion; do
4729 { { ac_try="$ac_compiler $ac_option >&5"
4730 case "(($ac_try" in
4731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4732 *) ac_try_echo=$ac_try;;
4733 esac
4734 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4735 $as_echo "$ac_try_echo"; } >&5
4736 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4737 ac_status=$?
4738 if test -s conftest.err; then
4739 sed '10a\
4740 ... rest of stderr output deleted ...
4741 10q' conftest.err >conftest.er1
4742 cat conftest.er1 >&5
4743 fi
4744 rm -f conftest.er1 conftest.err
4745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4746 test $ac_status = 0; }
4747 done
4748
4749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4750 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4751 if ${ac_cv_c_compiler_gnu+:} false; then :
4752 $as_echo_n "(cached) " >&6
4753 else
4754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4755 /* end confdefs.h. */
4756
4757 int
4758 main ()
4759 {
4760 #ifndef __GNUC__
4761 choke me
4762 #endif
4763
4764 ;
4765 return 0;
4766 }
4767 _ACEOF
4768 if ac_fn_c_try_compile "$LINENO"; then :
4769 ac_compiler_gnu=yes
4770 else
4771 ac_compiler_gnu=no
4772 fi
4773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4774 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4775
4776 fi
4777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4778 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4779 if test $ac_compiler_gnu = yes; then
4780 GCC=yes
4781 else
4782 GCC=
4783 fi
4784 ac_test_CFLAGS=${CFLAGS+set}
4785 ac_save_CFLAGS=$CFLAGS
4786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4787 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4788 if ${ac_cv_prog_cc_g+:} false; then :
4789 $as_echo_n "(cached) " >&6
4790 else
4791 ac_save_c_werror_flag=$ac_c_werror_flag
4792 ac_c_werror_flag=yes
4793 ac_cv_prog_cc_g=no
4794 CFLAGS="-g"
4795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4796 /* end confdefs.h. */
4797
4798 int
4799 main ()
4800 {
4801
4802 ;
4803 return 0;
4804 }
4805 _ACEOF
4806 if ac_fn_c_try_compile "$LINENO"; then :
4807 ac_cv_prog_cc_g=yes
4808 else
4809 CFLAGS=""
4810 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811 /* end confdefs.h. */
4812
4813 int
4814 main ()
4815 {
4816
4817 ;
4818 return 0;
4819 }
4820 _ACEOF
4821 if ac_fn_c_try_compile "$LINENO"; then :
4822
4823 else
4824 ac_c_werror_flag=$ac_save_c_werror_flag
4825 CFLAGS="-g"
4826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4827 /* end confdefs.h. */
4828
4829 int
4830 main ()
4831 {
4832
4833 ;
4834 return 0;
4835 }
4836 _ACEOF
4837 if ac_fn_c_try_compile "$LINENO"; then :
4838 ac_cv_prog_cc_g=yes
4839 fi
4840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4841 fi
4842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4843 fi
4844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4845 ac_c_werror_flag=$ac_save_c_werror_flag
4846 fi
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4848 $as_echo "$ac_cv_prog_cc_g" >&6; }
4849 if test "$ac_test_CFLAGS" = set; then
4850 CFLAGS=$ac_save_CFLAGS
4851 elif test $ac_cv_prog_cc_g = yes; then
4852 if test "$GCC" = yes; then
4853 CFLAGS="-g -O2"
4854 else
4855 CFLAGS="-g"
4856 fi
4857 else
4858 if test "$GCC" = yes; then
4859 CFLAGS="-O2"
4860 else
4861 CFLAGS=
4862 fi
4863 fi
4864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4865 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4866 if ${ac_cv_prog_cc_c89+:} false; then :
4867 $as_echo_n "(cached) " >&6
4868 else
4869 ac_cv_prog_cc_c89=no
4870 ac_save_CC=$CC
4871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4872 /* end confdefs.h. */
4873 #include <stdarg.h>
4874 #include <stdio.h>
4875 struct stat;
4876 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4877 struct buf { int x; };
4878 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4879 static char *e (p, i)
4880 char **p;
4881 int i;
4882 {
4883 return p[i];
4884 }
4885 static char *f (char * (*g) (char **, int), char **p, ...)
4886 {
4887 char *s;
4888 va_list v;
4889 va_start (v,p);
4890 s = g (p, va_arg (v,int));
4891 va_end (v);
4892 return s;
4893 }
4894
4895 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4896 function prototypes and stuff, but not '\xHH' hex character constants.
4897 These don't provoke an error unfortunately, instead are silently treated
4898 as 'x'. The following induces an error, until -std is added to get
4899 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4900 array size at least. It's necessary to write '\x00'==0 to get something
4901 that's true only with -std. */
4902 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4903
4904 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4905 inside strings and character constants. */
4906 #define FOO(x) 'x'
4907 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4908
4909 int test (int i, double x);
4910 struct s1 {int (*f) (int a);};
4911 struct s2 {int (*f) (double a);};
4912 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4913 int argc;
4914 char **argv;
4915 int
4916 main ()
4917 {
4918 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4919 ;
4920 return 0;
4921 }
4922 _ACEOF
4923 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4924 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4925 do
4926 CC="$ac_save_CC $ac_arg"
4927 if ac_fn_c_try_compile "$LINENO"; then :
4928 ac_cv_prog_cc_c89=$ac_arg
4929 fi
4930 rm -f core conftest.err conftest.$ac_objext
4931 test "x$ac_cv_prog_cc_c89" != "xno" && break
4932 done
4933 rm -f conftest.$ac_ext
4934 CC=$ac_save_CC
4935
4936 fi
4937 # AC_CACHE_VAL
4938 case "x$ac_cv_prog_cc_c89" in
4939 x)
4940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4941 $as_echo "none needed" >&6; } ;;
4942 xno)
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4944 $as_echo "unsupported" >&6; } ;;
4945 *)
4946 CC="$CC $ac_cv_prog_cc_c89"
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4948 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4949 esac
4950 if test "x$ac_cv_prog_cc_c89" != xno; then :
4951
4952 fi
4953
4954 ac_ext=c
4955 ac_cpp='$CPP $CPPFLAGS'
4956 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4957 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4958 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4959
4960 ac_ext=c
4961 ac_cpp='$CPP $CPPFLAGS'
4962 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4963 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4964 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4966 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4967 if ${am_cv_prog_cc_c_o+:} false; then :
4968 $as_echo_n "(cached) " >&6
4969 else
4970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4971 /* end confdefs.h. */
4972
4973 int
4974 main ()
4975 {
4976
4977 ;
4978 return 0;
4979 }
4980 _ACEOF
4981 # Make sure it works both with $CC and with simple cc.
4982 # Following AC_PROG_CC_C_O, we do the test twice because some
4983 # compilers refuse to overwrite an existing .o file with -o,
4984 # though they will create one.
4985 am_cv_prog_cc_c_o=yes
4986 for am_i in 1 2; do
4987 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4988 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4989 ac_status=$?
4990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4991 (exit $ac_status); } \
4992 && test -f conftest2.$ac_objext; then
4993 : OK
4994 else
4995 am_cv_prog_cc_c_o=no
4996 break
4997 fi
4998 done
4999 rm -f core conftest*
5000 unset am_i
5001 fi
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5003 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5004 if test "$am_cv_prog_cc_c_o" != yes; then
5005 # Losing compiler, so override with the script.
5006 # FIXME: It is wrong to rewrite CC.
5007 # But if we don't then we get into trouble of one sort or another.
5008 # A longer-term fix would be to have automake use am__CC in this case,
5009 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5010 CC="$am_aux_dir/compile $CC"
5011 fi
5012 ac_ext=c
5013 ac_cpp='$CPP $CPPFLAGS'
5014 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5015 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5016 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5017
5018
5019 ac_ext=c
5020 ac_cpp='$CPP $CPPFLAGS'
5021 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5022 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5023 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5025 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5026 # On Suns, sometimes $CPP names a directory.
5027 if test -n "$CPP" && test -d "$CPP"; then
5028 CPP=
5029 fi
5030 if test -z "$CPP"; then
5031 if ${ac_cv_prog_CPP+:} false; then :
5032 $as_echo_n "(cached) " >&6
5033 else
5034 # Double quotes because CPP needs to be expanded
5035 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5036 do
5037 ac_preproc_ok=false
5038 for ac_c_preproc_warn_flag in '' yes
5039 do
5040 # Use a header file that comes with gcc, so configuring glibc
5041 # with a fresh cross-compiler works.
5042 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5043 # <limits.h> exists even on freestanding compilers.
5044 # On the NeXT, cc -E runs the code through the compiler's parser,
5045 # not just through cpp. "Syntax error" is here to catch this case.
5046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5047 /* end confdefs.h. */
5048 #ifdef __STDC__
5049 # include <limits.h>
5050 #else
5051 # include <assert.h>
5052 #endif
5053 Syntax error
5054 _ACEOF
5055 if ac_fn_c_try_cpp "$LINENO"; then :
5056
5057 else
5058 # Broken: fails on valid input.
5059 continue
5060 fi
5061 rm -f conftest.err conftest.i conftest.$ac_ext
5062
5063 # OK, works on sane cases. Now check whether nonexistent headers
5064 # can be detected and how.
5065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5066 /* end confdefs.h. */
5067 #include <ac_nonexistent.h>
5068 _ACEOF
5069 if ac_fn_c_try_cpp "$LINENO"; then :
5070 # Broken: success on invalid input.
5071 continue
5072 else
5073 # Passes both tests.
5074 ac_preproc_ok=:
5075 break
5076 fi
5077 rm -f conftest.err conftest.i conftest.$ac_ext
5078
5079 done
5080 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5081 rm -f conftest.i conftest.err conftest.$ac_ext
5082 if $ac_preproc_ok; then :
5083 break
5084 fi
5085
5086 done
5087 ac_cv_prog_CPP=$CPP
5088
5089 fi
5090 CPP=$ac_cv_prog_CPP
5091 else
5092 ac_cv_prog_CPP=$CPP
5093 fi
5094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5095 $as_echo "$CPP" >&6; }
5096 ac_preproc_ok=false
5097 for ac_c_preproc_warn_flag in '' yes
5098 do
5099 # Use a header file that comes with gcc, so configuring glibc
5100 # with a fresh cross-compiler works.
5101 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5102 # <limits.h> exists even on freestanding compilers.
5103 # On the NeXT, cc -E runs the code through the compiler's parser,
5104 # not just through cpp. "Syntax error" is here to catch this case.
5105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5106 /* end confdefs.h. */
5107 #ifdef __STDC__
5108 # include <limits.h>
5109 #else
5110 # include <assert.h>
5111 #endif
5112 Syntax error
5113 _ACEOF
5114 if ac_fn_c_try_cpp "$LINENO"; then :
5115
5116 else
5117 # Broken: fails on valid input.
5118 continue
5119 fi
5120 rm -f conftest.err conftest.i conftest.$ac_ext
5121
5122 # OK, works on sane cases. Now check whether nonexistent headers
5123 # can be detected and how.
5124 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5125 /* end confdefs.h. */
5126 #include <ac_nonexistent.h>
5127 _ACEOF
5128 if ac_fn_c_try_cpp "$LINENO"; then :
5129 # Broken: success on invalid input.
5130 continue
5131 else
5132 # Passes both tests.
5133 ac_preproc_ok=:
5134 break
5135 fi
5136 rm -f conftest.err conftest.i conftest.$ac_ext
5137
5138 done
5139 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5140 rm -f conftest.i conftest.err conftest.$ac_ext
5141 if $ac_preproc_ok; then :
5142
5143 else
5144 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5146 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5147 See \`config.log' for more details" "$LINENO" 5; }
5148 fi
5149
5150 ac_ext=c
5151 ac_cpp='$CPP $CPPFLAGS'
5152 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5153 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5154 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5155
5156
5157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5158 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5159 if ${ac_cv_path_GREP+:} false; then :
5160 $as_echo_n "(cached) " >&6
5161 else
5162 if test -z "$GREP"; then
5163 ac_path_GREP_found=false
5164 # Loop through the user's path and test for each of PROGNAME-LIST
5165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5166 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5167 do
5168 IFS=$as_save_IFS
5169 test -z "$as_dir" && as_dir=.
5170 for ac_prog in grep ggrep; do
5171 for ac_exec_ext in '' $ac_executable_extensions; do
5172 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5173 as_fn_executable_p "$ac_path_GREP" || continue
5174 # Check for GNU ac_path_GREP and select it if it is found.
5175 # Check for GNU $ac_path_GREP
5176 case `"$ac_path_GREP" --version 2>&1` in
5177 *GNU*)
5178 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5179 *)
5180 ac_count=0
5181 $as_echo_n 0123456789 >"conftest.in"
5182 while :
5183 do
5184 cat "conftest.in" "conftest.in" >"conftest.tmp"
5185 mv "conftest.tmp" "conftest.in"
5186 cp "conftest.in" "conftest.nl"
5187 $as_echo 'GREP' >> "conftest.nl"
5188 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5189 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5190 as_fn_arith $ac_count + 1 && ac_count=$as_val
5191 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5192 # Best one so far, save it but keep looking for a better one
5193 ac_cv_path_GREP="$ac_path_GREP"
5194 ac_path_GREP_max=$ac_count
5195 fi
5196 # 10*(2^10) chars as input seems more than enough
5197 test $ac_count -gt 10 && break
5198 done
5199 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5200 esac
5201
5202 $ac_path_GREP_found && break 3
5203 done
5204 done
5205 done
5206 IFS=$as_save_IFS
5207 if test -z "$ac_cv_path_GREP"; then
5208 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5209 fi
5210 else
5211 ac_cv_path_GREP=$GREP
5212 fi
5213
5214 fi
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5216 $as_echo "$ac_cv_path_GREP" >&6; }
5217 GREP="$ac_cv_path_GREP"
5218
5219
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5221 $as_echo_n "checking for egrep... " >&6; }
5222 if ${ac_cv_path_EGREP+:} false; then :
5223 $as_echo_n "(cached) " >&6
5224 else
5225 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5226 then ac_cv_path_EGREP="$GREP -E"
5227 else
5228 if test -z "$EGREP"; then
5229 ac_path_EGREP_found=false
5230 # Loop through the user's path and test for each of PROGNAME-LIST
5231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5233 do
5234 IFS=$as_save_IFS
5235 test -z "$as_dir" && as_dir=.
5236 for ac_prog in egrep; do
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5239 as_fn_executable_p "$ac_path_EGREP" || continue
5240 # Check for GNU ac_path_EGREP and select it if it is found.
5241 # Check for GNU $ac_path_EGREP
5242 case `"$ac_path_EGREP" --version 2>&1` in
5243 *GNU*)
5244 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5245 *)
5246 ac_count=0
5247 $as_echo_n 0123456789 >"conftest.in"
5248 while :
5249 do
5250 cat "conftest.in" "conftest.in" >"conftest.tmp"
5251 mv "conftest.tmp" "conftest.in"
5252 cp "conftest.in" "conftest.nl"
5253 $as_echo 'EGREP' >> "conftest.nl"
5254 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5255 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5256 as_fn_arith $ac_count + 1 && ac_count=$as_val
5257 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5258 # Best one so far, save it but keep looking for a better one
5259 ac_cv_path_EGREP="$ac_path_EGREP"
5260 ac_path_EGREP_max=$ac_count
5261 fi
5262 # 10*(2^10) chars as input seems more than enough
5263 test $ac_count -gt 10 && break
5264 done
5265 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5266 esac
5267
5268 $ac_path_EGREP_found && break 3
5269 done
5270 done
5271 done
5272 IFS=$as_save_IFS
5273 if test -z "$ac_cv_path_EGREP"; then
5274 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5275 fi
5276 else
5277 ac_cv_path_EGREP=$EGREP
5278 fi
5279
5280 fi
5281 fi
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5283 $as_echo "$ac_cv_path_EGREP" >&6; }
5284 EGREP="$ac_cv_path_EGREP"
5285
5286
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5288 $as_echo_n "checking for ANSI C header files... " >&6; }
5289 if ${ac_cv_header_stdc+:} false; then :
5290 $as_echo_n "(cached) " >&6
5291 else
5292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5293 /* end confdefs.h. */
5294 #include <stdlib.h>
5295 #include <stdarg.h>
5296 #include <string.h>
5297 #include <float.h>
5298
5299 int
5300 main ()
5301 {
5302
5303 ;
5304 return 0;
5305 }
5306 _ACEOF
5307 if ac_fn_c_try_compile "$LINENO"; then :
5308 ac_cv_header_stdc=yes
5309 else
5310 ac_cv_header_stdc=no
5311 fi
5312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5313
5314 if test $ac_cv_header_stdc = yes; then
5315 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5316 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5317 /* end confdefs.h. */
5318 #include <string.h>
5319
5320 _ACEOF
5321 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5322 $EGREP "memchr" >/dev/null 2>&1; then :
5323
5324 else
5325 ac_cv_header_stdc=no
5326 fi
5327 rm -f conftest*
5328
5329 fi
5330
5331 if test $ac_cv_header_stdc = yes; then
5332 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5334 /* end confdefs.h. */
5335 #include <stdlib.h>
5336
5337 _ACEOF
5338 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5339 $EGREP "free" >/dev/null 2>&1; then :
5340
5341 else
5342 ac_cv_header_stdc=no
5343 fi
5344 rm -f conftest*
5345
5346 fi
5347
5348 if test $ac_cv_header_stdc = yes; then
5349 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5350 if test "$cross_compiling" = yes; then :
5351 :
5352 else
5353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5354 /* end confdefs.h. */
5355 #include <ctype.h>
5356 #include <stdlib.h>
5357 #if ((' ' & 0x0FF) == 0x020)
5358 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5359 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5360 #else
5361 # define ISLOWER(c) \
5362 (('a' <= (c) && (c) <= 'i') \
5363 || ('j' <= (c) && (c) <= 'r') \
5364 || ('s' <= (c) && (c) <= 'z'))
5365 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5366 #endif
5367
5368 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5369 int
5370 main ()
5371 {
5372 int i;
5373 for (i = 0; i < 256; i++)
5374 if (XOR (islower (i), ISLOWER (i))
5375 || toupper (i) != TOUPPER (i))
5376 return 2;
5377 return 0;
5378 }
5379 _ACEOF
5380 if ac_fn_c_try_run "$LINENO"; then :
5381
5382 else
5383 ac_cv_header_stdc=no
5384 fi
5385 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5386 conftest.$ac_objext conftest.beam conftest.$ac_ext
5387 fi
5388
5389 fi
5390 fi
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5392 $as_echo "$ac_cv_header_stdc" >&6; }
5393 if test $ac_cv_header_stdc = yes; then
5394
5395 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5396
5397 fi
5398
5399 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5400 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5401 inttypes.h stdint.h unistd.h
5402 do :
5403 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5404 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5405 "
5406 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5407 cat >>confdefs.h <<_ACEOF
5408 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5409 _ACEOF
5410
5411 fi
5412
5413 done
5414
5415
5416
5417 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5418 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5419 MINIX=yes
5420 else
5421 MINIX=
5422 fi
5423
5424
5425 if test "$MINIX" = yes; then
5426
5427 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5428
5429
5430 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5431
5432
5433 $as_echo "#define _MINIX 1" >>confdefs.h
5434
5435 fi
5436
5437
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5439 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5440 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5441 $as_echo_n "(cached) " >&6
5442 else
5443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5444 /* end confdefs.h. */
5445
5446 # define __EXTENSIONS__ 1
5447 $ac_includes_default
5448 int
5449 main ()
5450 {
5451
5452 ;
5453 return 0;
5454 }
5455 _ACEOF
5456 if ac_fn_c_try_compile "$LINENO"; then :
5457 ac_cv_safe_to_define___extensions__=yes
5458 else
5459 ac_cv_safe_to_define___extensions__=no
5460 fi
5461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5462 fi
5463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5464 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5465 test $ac_cv_safe_to_define___extensions__ = yes &&
5466 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5467
5468 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5469
5470 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5471
5472 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5473
5474 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5475
5476
5477
5478
5479
5480 case `pwd` in
5481 *\ * | *\ *)
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5483 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5484 esac
5485
5486
5487
5488 macro_version='2.2.7a'
5489 macro_revision='1.3134'
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503 ltmain="$ac_aux_dir/ltmain.sh"
5504
5505 # Backslashify metacharacters that are still active within
5506 # double-quoted strings.
5507 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5508
5509 # Same as above, but do not quote variable references.
5510 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5511
5512 # Sed substitution to delay expansion of an escaped shell variable in a
5513 # double_quote_subst'ed string.
5514 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5515
5516 # Sed substitution to delay expansion of an escaped single quote.
5517 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5518
5519 # Sed substitution to avoid accidental globbing in evaled expressions
5520 no_glob_subst='s/\*/\\\*/g'
5521
5522 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5523 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5524 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5525
5526 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5527 $as_echo_n "checking how to print strings... " >&6; }
5528 # Test print first, because it will be a builtin if present.
5529 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5530 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5531 ECHO='print -r --'
5532 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5533 ECHO='printf %s\n'
5534 else
5535 # Use this function as a fallback that always works.
5536 func_fallback_echo ()
5537 {
5538 eval 'cat <<_LTECHO_EOF
5539 $1
5540 _LTECHO_EOF'
5541 }
5542 ECHO='func_fallback_echo'
5543 fi
5544
5545 # func_echo_all arg...
5546 # Invoke $ECHO with all args, space-separated.
5547 func_echo_all ()
5548 {
5549 $ECHO ""
5550 }
5551
5552 case "$ECHO" in
5553 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5554 $as_echo "printf" >&6; } ;;
5555 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5556 $as_echo "print -r" >&6; } ;;
5557 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5558 $as_echo "cat" >&6; } ;;
5559 esac
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5575 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5576 if ${ac_cv_path_SED+:} false; then :
5577 $as_echo_n "(cached) " >&6
5578 else
5579 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5580 for ac_i in 1 2 3 4 5 6 7; do
5581 ac_script="$ac_script$as_nl$ac_script"
5582 done
5583 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5584 { ac_script=; unset ac_script;}
5585 if test -z "$SED"; then
5586 ac_path_SED_found=false
5587 # Loop through the user's path and test for each of PROGNAME-LIST
5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589 for as_dir in $PATH
5590 do
5591 IFS=$as_save_IFS
5592 test -z "$as_dir" && as_dir=.
5593 for ac_prog in sed gsed; do
5594 for ac_exec_ext in '' $ac_executable_extensions; do
5595 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5596 as_fn_executable_p "$ac_path_SED" || continue
5597 # Check for GNU ac_path_SED and select it if it is found.
5598 # Check for GNU $ac_path_SED
5599 case `"$ac_path_SED" --version 2>&1` in
5600 *GNU*)
5601 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5602 *)
5603 ac_count=0
5604 $as_echo_n 0123456789 >"conftest.in"
5605 while :
5606 do
5607 cat "conftest.in" "conftest.in" >"conftest.tmp"
5608 mv "conftest.tmp" "conftest.in"
5609 cp "conftest.in" "conftest.nl"
5610 $as_echo '' >> "conftest.nl"
5611 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5612 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5613 as_fn_arith $ac_count + 1 && ac_count=$as_val
5614 if test $ac_count -gt ${ac_path_SED_max-0}; then
5615 # Best one so far, save it but keep looking for a better one
5616 ac_cv_path_SED="$ac_path_SED"
5617 ac_path_SED_max=$ac_count
5618 fi
5619 # 10*(2^10) chars as input seems more than enough
5620 test $ac_count -gt 10 && break
5621 done
5622 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5623 esac
5624
5625 $ac_path_SED_found && break 3
5626 done
5627 done
5628 done
5629 IFS=$as_save_IFS
5630 if test -z "$ac_cv_path_SED"; then
5631 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5632 fi
5633 else
5634 ac_cv_path_SED=$SED
5635 fi
5636
5637 fi
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5639 $as_echo "$ac_cv_path_SED" >&6; }
5640 SED="$ac_cv_path_SED"
5641 rm -f conftest.sed
5642
5643 test -z "$SED" && SED=sed
5644 Xsed="$SED -e 1s/^X//"
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5657 $as_echo_n "checking for fgrep... " >&6; }
5658 if ${ac_cv_path_FGREP+:} false; then :
5659 $as_echo_n "(cached) " >&6
5660 else
5661 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5662 then ac_cv_path_FGREP="$GREP -F"
5663 else
5664 if test -z "$FGREP"; then
5665 ac_path_FGREP_found=false
5666 # Loop through the user's path and test for each of PROGNAME-LIST
5667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5668 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5669 do
5670 IFS=$as_save_IFS
5671 test -z "$as_dir" && as_dir=.
5672 for ac_prog in fgrep; do
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5674 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5675 as_fn_executable_p "$ac_path_FGREP" || continue
5676 # Check for GNU ac_path_FGREP and select it if it is found.
5677 # Check for GNU $ac_path_FGREP
5678 case `"$ac_path_FGREP" --version 2>&1` in
5679 *GNU*)
5680 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5681 *)
5682 ac_count=0
5683 $as_echo_n 0123456789 >"conftest.in"
5684 while :
5685 do
5686 cat "conftest.in" "conftest.in" >"conftest.tmp"
5687 mv "conftest.tmp" "conftest.in"
5688 cp "conftest.in" "conftest.nl"
5689 $as_echo 'FGREP' >> "conftest.nl"
5690 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5691 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5692 as_fn_arith $ac_count + 1 && ac_count=$as_val
5693 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5694 # Best one so far, save it but keep looking for a better one
5695 ac_cv_path_FGREP="$ac_path_FGREP"
5696 ac_path_FGREP_max=$ac_count
5697 fi
5698 # 10*(2^10) chars as input seems more than enough
5699 test $ac_count -gt 10 && break
5700 done
5701 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5702 esac
5703
5704 $ac_path_FGREP_found && break 3
5705 done
5706 done
5707 done
5708 IFS=$as_save_IFS
5709 if test -z "$ac_cv_path_FGREP"; then
5710 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5711 fi
5712 else
5713 ac_cv_path_FGREP=$FGREP
5714 fi
5715
5716 fi
5717 fi
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5719 $as_echo "$ac_cv_path_FGREP" >&6; }
5720 FGREP="$ac_cv_path_FGREP"
5721
5722
5723 test -z "$GREP" && GREP=grep
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743 # Check whether --with-gnu-ld was given.
5744 if test "${with_gnu_ld+set}" = set; then :
5745 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5746 else
5747 with_gnu_ld=no
5748 fi
5749
5750 ac_prog=ld
5751 if test "$GCC" = yes; then
5752 # Check if gcc -print-prog-name=ld gives a path.
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5754 $as_echo_n "checking for ld used by $CC... " >&6; }
5755 case $host in
5756 *-*-mingw*)
5757 # gcc leaves a trailing carriage return which upsets mingw
5758 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5759 *)
5760 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5761 esac
5762 case $ac_prog in
5763 # Accept absolute paths.
5764 [\\/]* | ?:[\\/]*)
5765 re_direlt='/[^/][^/]*/\.\./'
5766 # Canonicalize the pathname of ld
5767 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5768 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5769 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5770 done
5771 test -z "$LD" && LD="$ac_prog"
5772 ;;
5773 "")
5774 # If it fails, then pretend we aren't using GCC.
5775 ac_prog=ld
5776 ;;
5777 *)
5778 # If it is relative, then search for the first ld in PATH.
5779 with_gnu_ld=unknown
5780 ;;
5781 esac
5782 elif test "$with_gnu_ld" = yes; then
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5784 $as_echo_n "checking for GNU ld... " >&6; }
5785 else
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5787 $as_echo_n "checking for non-GNU ld... " >&6; }
5788 fi
5789 if ${lt_cv_path_LD+:} false; then :
5790 $as_echo_n "(cached) " >&6
5791 else
5792 if test -z "$LD"; then
5793 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5794 for ac_dir in $PATH; do
5795 IFS="$lt_save_ifs"
5796 test -z "$ac_dir" && ac_dir=.
5797 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5798 lt_cv_path_LD="$ac_dir/$ac_prog"
5799 # Check to see if the program is GNU ld. I'd rather use --version,
5800 # but apparently some variants of GNU ld only accept -v.
5801 # Break only if it was the GNU/non-GNU ld that we prefer.
5802 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5803 *GNU* | *'with BFD'*)
5804 test "$with_gnu_ld" != no && break
5805 ;;
5806 *)
5807 test "$with_gnu_ld" != yes && break
5808 ;;
5809 esac
5810 fi
5811 done
5812 IFS="$lt_save_ifs"
5813 else
5814 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5815 fi
5816 fi
5817
5818 LD="$lt_cv_path_LD"
5819 if test -n "$LD"; then
5820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5821 $as_echo "$LD" >&6; }
5822 else
5823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5824 $as_echo "no" >&6; }
5825 fi
5826 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5828 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5829 if ${lt_cv_prog_gnu_ld+:} false; then :
5830 $as_echo_n "(cached) " >&6
5831 else
5832 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5833 case `$LD -v 2>&1 </dev/null` in
5834 *GNU* | *'with BFD'*)
5835 lt_cv_prog_gnu_ld=yes
5836 ;;
5837 *)
5838 lt_cv_prog_gnu_ld=no
5839 ;;
5840 esac
5841 fi
5842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5843 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5844 with_gnu_ld=$lt_cv_prog_gnu_ld
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5855 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5856 if ${lt_cv_path_NM+:} false; then :
5857 $as_echo_n "(cached) " >&6
5858 else
5859 if test -n "$NM"; then
5860 # Let the user override the test.
5861 lt_cv_path_NM="$NM"
5862 else
5863 lt_nm_to_check="${ac_tool_prefix}nm"
5864 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5865 lt_nm_to_check="$lt_nm_to_check nm"
5866 fi
5867 for lt_tmp_nm in $lt_nm_to_check; do
5868 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5869 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5870 IFS="$lt_save_ifs"
5871 test -z "$ac_dir" && ac_dir=.
5872 tmp_nm="$ac_dir/$lt_tmp_nm"
5873 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5874 # Check to see if the nm accepts a BSD-compat flag.
5875 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5876 # nm: unknown option "B" ignored
5877 # Tru64's nm complains that /dev/null is an invalid object file
5878 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5879 */dev/null* | *'Invalid file or object type'*)
5880 lt_cv_path_NM="$tmp_nm -B"
5881 break
5882 ;;
5883 *)
5884 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5885 */dev/null*)
5886 lt_cv_path_NM="$tmp_nm -p"
5887 break
5888 ;;
5889 *)
5890 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5891 continue # so that we can try to find one that supports BSD flags
5892 ;;
5893 esac
5894 ;;
5895 esac
5896 fi
5897 done
5898 IFS="$lt_save_ifs"
5899 done
5900 : ${lt_cv_path_NM=no}
5901 fi
5902 fi
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5904 $as_echo "$lt_cv_path_NM" >&6; }
5905 if test "$lt_cv_path_NM" != "no"; then
5906 NM="$lt_cv_path_NM"
5907 else
5908 # Didn't find any BSD compatible name lister, look for dumpbin.
5909 if test -n "$DUMPBIN"; then :
5910 # Let the user override the test.
5911 else
5912 if test -n "$ac_tool_prefix"; then
5913 for ac_prog in dumpbin "link -dump"
5914 do
5915 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5916 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5918 $as_echo_n "checking for $ac_word... " >&6; }
5919 if ${ac_cv_prog_DUMPBIN+:} false; then :
5920 $as_echo_n "(cached) " >&6
5921 else
5922 if test -n "$DUMPBIN"; then
5923 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5924 else
5925 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5926 for as_dir in $PATH
5927 do
5928 IFS=$as_save_IFS
5929 test -z "$as_dir" && as_dir=.
5930 for ac_exec_ext in '' $ac_executable_extensions; do
5931 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934 break 2
5935 fi
5936 done
5937 done
5938 IFS=$as_save_IFS
5939
5940 fi
5941 fi
5942 DUMPBIN=$ac_cv_prog_DUMPBIN
5943 if test -n "$DUMPBIN"; then
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5945 $as_echo "$DUMPBIN" >&6; }
5946 else
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5948 $as_echo "no" >&6; }
5949 fi
5950
5951
5952 test -n "$DUMPBIN" && break
5953 done
5954 fi
5955 if test -z "$DUMPBIN"; then
5956 ac_ct_DUMPBIN=$DUMPBIN
5957 for ac_prog in dumpbin "link -dump"
5958 do
5959 # Extract the first word of "$ac_prog", so it can be a program name with args.
5960 set dummy $ac_prog; ac_word=$2
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5962 $as_echo_n "checking for $ac_word... " >&6; }
5963 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5964 $as_echo_n "(cached) " >&6
5965 else
5966 if test -n "$ac_ct_DUMPBIN"; then
5967 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5968 else
5969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5970 for as_dir in $PATH
5971 do
5972 IFS=$as_save_IFS
5973 test -z "$as_dir" && as_dir=.
5974 for ac_exec_ext in '' $ac_executable_extensions; do
5975 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5976 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5977 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5978 break 2
5979 fi
5980 done
5981 done
5982 IFS=$as_save_IFS
5983
5984 fi
5985 fi
5986 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5987 if test -n "$ac_ct_DUMPBIN"; then
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5989 $as_echo "$ac_ct_DUMPBIN" >&6; }
5990 else
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5992 $as_echo "no" >&6; }
5993 fi
5994
5995
5996 test -n "$ac_ct_DUMPBIN" && break
5997 done
5998
5999 if test "x$ac_ct_DUMPBIN" = x; then
6000 DUMPBIN=":"
6001 else
6002 case $cross_compiling:$ac_tool_warned in
6003 yes:)
6004 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6005 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6006 ac_tool_warned=yes ;;
6007 esac
6008 DUMPBIN=$ac_ct_DUMPBIN
6009 fi
6010 fi
6011
6012 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6013 *COFF*)
6014 DUMPBIN="$DUMPBIN -symbols"
6015 ;;
6016 *)
6017 DUMPBIN=:
6018 ;;
6019 esac
6020 fi
6021
6022 if test "$DUMPBIN" != ":"; then
6023 NM="$DUMPBIN"
6024 fi
6025 fi
6026 test -z "$NM" && NM=nm
6027
6028
6029
6030
6031
6032
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6034 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6035 if ${lt_cv_nm_interface+:} false; then :
6036 $as_echo_n "(cached) " >&6
6037 else
6038 lt_cv_nm_interface="BSD nm"
6039 echo "int some_variable = 0;" > conftest.$ac_ext
6040 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6041 (eval "$ac_compile" 2>conftest.err)
6042 cat conftest.err >&5
6043 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6044 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6045 cat conftest.err >&5
6046 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6047 cat conftest.out >&5
6048 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6049 lt_cv_nm_interface="MS dumpbin"
6050 fi
6051 rm -f conftest*
6052 fi
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6054 $as_echo "$lt_cv_nm_interface" >&6; }
6055
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6057 $as_echo_n "checking whether ln -s works... " >&6; }
6058 LN_S=$as_ln_s
6059 if test "$LN_S" = "ln -s"; then
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6061 $as_echo "yes" >&6; }
6062 else
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6064 $as_echo "no, using $LN_S" >&6; }
6065 fi
6066
6067 # find the maximum length of command line arguments
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6069 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6070 if ${lt_cv_sys_max_cmd_len+:} false; then :
6071 $as_echo_n "(cached) " >&6
6072 else
6073 i=0
6074 teststring="ABCD"
6075
6076 case $build_os in
6077 msdosdjgpp*)
6078 # On DJGPP, this test can blow up pretty badly due to problems in libc
6079 # (any single argument exceeding 2000 bytes causes a buffer overrun
6080 # during glob expansion). Even if it were fixed, the result of this
6081 # check would be larger than it should be.
6082 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6083 ;;
6084
6085 gnu*)
6086 # Under GNU Hurd, this test is not required because there is
6087 # no limit to the length of command line arguments.
6088 # Libtool will interpret -1 as no limit whatsoever
6089 lt_cv_sys_max_cmd_len=-1;
6090 ;;
6091
6092 cygwin* | mingw* | cegcc*)
6093 # On Win9x/ME, this test blows up -- it succeeds, but takes
6094 # about 5 minutes as the teststring grows exponentially.
6095 # Worse, since 9x/ME are not pre-emptively multitasking,
6096 # you end up with a "frozen" computer, even though with patience
6097 # the test eventually succeeds (with a max line length of 256k).
6098 # Instead, let's just punt: use the minimum linelength reported by
6099 # all of the supported platforms: 8192 (on NT/2K/XP).
6100 lt_cv_sys_max_cmd_len=8192;
6101 ;;
6102
6103 mint*)
6104 # On MiNT this can take a long time and run out of memory.
6105 lt_cv_sys_max_cmd_len=8192;
6106 ;;
6107
6108 amigaos*)
6109 # On AmigaOS with pdksh, this test takes hours, literally.
6110 # So we just punt and use a minimum line length of 8192.
6111 lt_cv_sys_max_cmd_len=8192;
6112 ;;
6113
6114 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6115 # This has been around since 386BSD, at least. Likely further.
6116 if test -x /sbin/sysctl; then
6117 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6118 elif test -x /usr/sbin/sysctl; then
6119 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6120 else
6121 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6122 fi
6123 # And add a safety zone
6124 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6125 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6126 ;;
6127
6128 interix*)
6129 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6130 lt_cv_sys_max_cmd_len=196608
6131 ;;
6132
6133 osf*)
6134 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6135 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6136 # nice to cause kernel panics so lets avoid the loop below.
6137 # First set a reasonable default.
6138 lt_cv_sys_max_cmd_len=16384
6139 #
6140 if test -x /sbin/sysconfig; then
6141 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6142 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6143 esac
6144 fi
6145 ;;
6146 sco3.2v5*)
6147 lt_cv_sys_max_cmd_len=102400
6148 ;;
6149 sysv5* | sco5v6* | sysv4.2uw2*)
6150 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6151 if test -n "$kargmax"; then
6152 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6153 else
6154 lt_cv_sys_max_cmd_len=32768
6155 fi
6156 ;;
6157 *)
6158 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6159 if test -n "$lt_cv_sys_max_cmd_len"; then
6160 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6161 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6162 else
6163 # Make teststring a little bigger before we do anything with it.
6164 # a 1K string should be a reasonable start.
6165 for i in 1 2 3 4 5 6 7 8 ; do
6166 teststring=$teststring$teststring
6167 done
6168 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6169 # If test is not a shell built-in, we'll probably end up computing a
6170 # maximum length that is only half of the actual maximum length, but
6171 # we can't tell.
6172 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6173 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6174 test $i != 17 # 1/2 MB should be enough
6175 do
6176 i=`expr $i + 1`
6177 teststring=$teststring$teststring
6178 done
6179 # Only check the string length outside the loop.
6180 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6181 teststring=
6182 # Add a significant safety factor because C++ compilers can tack on
6183 # massive amounts of additional arguments before passing them to the
6184 # linker. It appears as though 1/2 is a usable value.
6185 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6186 fi
6187 ;;
6188 esac
6189
6190 fi
6191
6192 if test -n $lt_cv_sys_max_cmd_len ; then
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6194 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6195 else
6196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6197 $as_echo "none" >&6; }
6198 fi
6199 max_cmd_len=$lt_cv_sys_max_cmd_len
6200
6201
6202
6203
6204
6205
6206 : ${CP="cp -f"}
6207 : ${MV="mv -f"}
6208 : ${RM="rm -f"}
6209
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6211 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6212 # Try some XSI features
6213 xsi_shell=no
6214 ( _lt_dummy="a/b/c"
6215 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6216 = c,a/b,, \
6217 && eval 'test $(( 1 + 1 )) -eq 2 \
6218 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6219 && xsi_shell=yes
6220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6221 $as_echo "$xsi_shell" >&6; }
6222
6223
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6225 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6226 lt_shell_append=no
6227 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6228 >/dev/null 2>&1 \
6229 && lt_shell_append=yes
6230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6231 $as_echo "$lt_shell_append" >&6; }
6232
6233
6234 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6235 lt_unset=unset
6236 else
6237 lt_unset=false
6238 fi
6239
6240
6241
6242
6243
6244 # test EBCDIC or ASCII
6245 case `echo X|tr X '\101'` in
6246 A) # ASCII based system
6247 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6248 lt_SP2NL='tr \040 \012'
6249 lt_NL2SP='tr \015\012 \040\040'
6250 ;;
6251 *) # EBCDIC based system
6252 lt_SP2NL='tr \100 \n'
6253 lt_NL2SP='tr \r\n \100\100'
6254 ;;
6255 esac
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6266 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6267 if ${lt_cv_ld_reload_flag+:} false; then :
6268 $as_echo_n "(cached) " >&6
6269 else
6270 lt_cv_ld_reload_flag='-r'
6271 fi
6272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6273 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6274 reload_flag=$lt_cv_ld_reload_flag
6275 case $reload_flag in
6276 "" | " "*) ;;
6277 *) reload_flag=" $reload_flag" ;;
6278 esac
6279 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6280 case $host_os in
6281 darwin*)
6282 if test "$GCC" = yes; then
6283 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6284 else
6285 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6286 fi
6287 ;;
6288 esac
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298 if test -n "$ac_tool_prefix"; then
6299 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6300 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6302 $as_echo_n "checking for $ac_word... " >&6; }
6303 if ${ac_cv_prog_OBJDUMP+:} false; then :
6304 $as_echo_n "(cached) " >&6
6305 else
6306 if test -n "$OBJDUMP"; then
6307 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6308 else
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6311 do
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6316 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6317 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6318 break 2
6319 fi
6320 done
6321 done
6322 IFS=$as_save_IFS
6323
6324 fi
6325 fi
6326 OBJDUMP=$ac_cv_prog_OBJDUMP
6327 if test -n "$OBJDUMP"; then
6328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6329 $as_echo "$OBJDUMP" >&6; }
6330 else
6331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6332 $as_echo "no" >&6; }
6333 fi
6334
6335
6336 fi
6337 if test -z "$ac_cv_prog_OBJDUMP"; then
6338 ac_ct_OBJDUMP=$OBJDUMP
6339 # Extract the first word of "objdump", so it can be a program name with args.
6340 set dummy objdump; ac_word=$2
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6342 $as_echo_n "checking for $ac_word... " >&6; }
6343 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6344 $as_echo_n "(cached) " >&6
6345 else
6346 if test -n "$ac_ct_OBJDUMP"; then
6347 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6348 else
6349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6350 for as_dir in $PATH
6351 do
6352 IFS=$as_save_IFS
6353 test -z "$as_dir" && as_dir=.
6354 for ac_exec_ext in '' $ac_executable_extensions; do
6355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6356 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6358 break 2
6359 fi
6360 done
6361 done
6362 IFS=$as_save_IFS
6363
6364 fi
6365 fi
6366 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6367 if test -n "$ac_ct_OBJDUMP"; then
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6369 $as_echo "$ac_ct_OBJDUMP" >&6; }
6370 else
6371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6372 $as_echo "no" >&6; }
6373 fi
6374
6375 if test "x$ac_ct_OBJDUMP" = x; then
6376 OBJDUMP="false"
6377 else
6378 case $cross_compiling:$ac_tool_warned in
6379 yes:)
6380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6381 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6382 ac_tool_warned=yes ;;
6383 esac
6384 OBJDUMP=$ac_ct_OBJDUMP
6385 fi
6386 else
6387 OBJDUMP="$ac_cv_prog_OBJDUMP"
6388 fi
6389
6390 test -z "$OBJDUMP" && OBJDUMP=objdump
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6401 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6402 if ${lt_cv_deplibs_check_method+:} false; then :
6403 $as_echo_n "(cached) " >&6
6404 else
6405 lt_cv_file_magic_cmd='$MAGIC_CMD'
6406 lt_cv_file_magic_test_file=
6407 lt_cv_deplibs_check_method='unknown'
6408 # Need to set the preceding variable on all platforms that support
6409 # interlibrary dependencies.
6410 # 'none' -- dependencies not supported.
6411 # `unknown' -- same as none, but documents that we really don't know.
6412 # 'pass_all' -- all dependencies passed with no checks.
6413 # 'test_compile' -- check by making test program.
6414 # 'file_magic [[regex]]' -- check by looking for files in library path
6415 # which responds to the $file_magic_cmd with a given extended regex.
6416 # If you have `file' or equivalent on your system and you're not sure
6417 # whether `pass_all' will *always* work, you probably want this one.
6418
6419 case $host_os in
6420 aix[4-9]*)
6421 lt_cv_deplibs_check_method=pass_all
6422 ;;
6423
6424 beos*)
6425 lt_cv_deplibs_check_method=pass_all
6426 ;;
6427
6428 bsdi[45]*)
6429 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6430 lt_cv_file_magic_cmd='/usr/bin/file -L'
6431 lt_cv_file_magic_test_file=/shlib/libc.so
6432 ;;
6433
6434 cygwin*)
6435 # func_win32_libid is a shell function defined in ltmain.sh
6436 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6437 lt_cv_file_magic_cmd='func_win32_libid'
6438 ;;
6439
6440 mingw* | pw32*)
6441 # Base MSYS/MinGW do not provide the 'file' command needed by
6442 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6443 # unless we find 'file', for example because we are cross-compiling.
6444 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6445 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6446 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6447 lt_cv_file_magic_cmd='func_win32_libid'
6448 else
6449 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6450 lt_cv_file_magic_cmd='$OBJDUMP -f'
6451 fi
6452 ;;
6453
6454 cegcc*)
6455 # use the weaker test based on 'objdump'. See mingw*.
6456 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6457 lt_cv_file_magic_cmd='$OBJDUMP -f'
6458 ;;
6459
6460 darwin* | rhapsody*)
6461 lt_cv_deplibs_check_method=pass_all
6462 ;;
6463
6464 freebsd* | dragonfly*)
6465 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6466 case $host_cpu in
6467 i*86 )
6468 # Not sure whether the presence of OpenBSD here was a mistake.
6469 # Let's accept both of them until this is cleared up.
6470 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6471 lt_cv_file_magic_cmd=/usr/bin/file
6472 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6473 ;;
6474 esac
6475 else
6476 lt_cv_deplibs_check_method=pass_all
6477 fi
6478 ;;
6479
6480 gnu*)
6481 lt_cv_deplibs_check_method=pass_all
6482 ;;
6483
6484 haiku*)
6485 lt_cv_deplibs_check_method=pass_all
6486 ;;
6487
6488 hpux10.20* | hpux11*)
6489 lt_cv_file_magic_cmd=/usr/bin/file
6490 case $host_cpu in
6491 ia64*)
6492 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6493 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6494 ;;
6495 hppa*64*)
6496 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]'
6497 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6498 ;;
6499 *)
6500 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6501 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6502 ;;
6503 esac
6504 ;;
6505
6506 interix[3-9]*)
6507 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6508 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6509 ;;
6510
6511 irix5* | irix6* | nonstopux*)
6512 case $LD in
6513 *-32|*"-32 ") libmagic=32-bit;;
6514 *-n32|*"-n32 ") libmagic=N32;;
6515 *-64|*"-64 ") libmagic=64-bit;;
6516 *) libmagic=never-match;;
6517 esac
6518 lt_cv_deplibs_check_method=pass_all
6519 ;;
6520
6521 # This must be Linux ELF.
6522 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
6525
6526 netbsd*)
6527 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6528 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6529 else
6530 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6531 fi
6532 ;;
6533
6534 newos6*)
6535 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6536 lt_cv_file_magic_cmd=/usr/bin/file
6537 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6538 ;;
6539
6540 *nto* | *qnx*)
6541 lt_cv_deplibs_check_method=pass_all
6542 ;;
6543
6544 openbsd*)
6545 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6546 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6547 else
6548 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6549 fi
6550 ;;
6551
6552 osf3* | osf4* | osf5*)
6553 lt_cv_deplibs_check_method=pass_all
6554 ;;
6555
6556 rdos*)
6557 lt_cv_deplibs_check_method=pass_all
6558 ;;
6559
6560 solaris*)
6561 lt_cv_deplibs_check_method=pass_all
6562 ;;
6563
6564 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6565 lt_cv_deplibs_check_method=pass_all
6566 ;;
6567
6568 sysv4 | sysv4.3*)
6569 case $host_vendor in
6570 motorola)
6571 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]'
6572 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6573 ;;
6574 ncr)
6575 lt_cv_deplibs_check_method=pass_all
6576 ;;
6577 sequent)
6578 lt_cv_file_magic_cmd='/bin/file'
6579 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6580 ;;
6581 sni)
6582 lt_cv_file_magic_cmd='/bin/file'
6583 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6584 lt_cv_file_magic_test_file=/lib/libc.so
6585 ;;
6586 siemens)
6587 lt_cv_deplibs_check_method=pass_all
6588 ;;
6589 pc)
6590 lt_cv_deplibs_check_method=pass_all
6591 ;;
6592 esac
6593 ;;
6594
6595 tpf*)
6596 lt_cv_deplibs_check_method=pass_all
6597 ;;
6598 esac
6599
6600 fi
6601 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6602 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6603 file_magic_cmd=$lt_cv_file_magic_cmd
6604 deplibs_check_method=$lt_cv_deplibs_check_method
6605 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618 if test -n "$ac_tool_prefix"; then
6619 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6620 set dummy ${ac_tool_prefix}ar; ac_word=$2
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6622 $as_echo_n "checking for $ac_word... " >&6; }
6623 if ${ac_cv_prog_AR+:} false; then :
6624 $as_echo_n "(cached) " >&6
6625 else
6626 if test -n "$AR"; then
6627 ac_cv_prog_AR="$AR" # Let the user override the test.
6628 else
6629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6630 for as_dir in $PATH
6631 do
6632 IFS=$as_save_IFS
6633 test -z "$as_dir" && as_dir=.
6634 for ac_exec_ext in '' $ac_executable_extensions; do
6635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6636 ac_cv_prog_AR="${ac_tool_prefix}ar"
6637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6638 break 2
6639 fi
6640 done
6641 done
6642 IFS=$as_save_IFS
6643
6644 fi
6645 fi
6646 AR=$ac_cv_prog_AR
6647 if test -n "$AR"; then
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6649 $as_echo "$AR" >&6; }
6650 else
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6652 $as_echo "no" >&6; }
6653 fi
6654
6655
6656 fi
6657 if test -z "$ac_cv_prog_AR"; then
6658 ac_ct_AR=$AR
6659 # Extract the first word of "ar", so it can be a program name with args.
6660 set dummy ar; ac_word=$2
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6662 $as_echo_n "checking for $ac_word... " >&6; }
6663 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6664 $as_echo_n "(cached) " >&6
6665 else
6666 if test -n "$ac_ct_AR"; then
6667 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6668 else
6669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670 for as_dir in $PATH
6671 do
6672 IFS=$as_save_IFS
6673 test -z "$as_dir" && as_dir=.
6674 for ac_exec_ext in '' $ac_executable_extensions; do
6675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6676 ac_cv_prog_ac_ct_AR="ar"
6677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6678 break 2
6679 fi
6680 done
6681 done
6682 IFS=$as_save_IFS
6683
6684 fi
6685 fi
6686 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6687 if test -n "$ac_ct_AR"; then
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6689 $as_echo "$ac_ct_AR" >&6; }
6690 else
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6692 $as_echo "no" >&6; }
6693 fi
6694
6695 if test "x$ac_ct_AR" = x; then
6696 AR="false"
6697 else
6698 case $cross_compiling:$ac_tool_warned in
6699 yes:)
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6701 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6702 ac_tool_warned=yes ;;
6703 esac
6704 AR=$ac_ct_AR
6705 fi
6706 else
6707 AR="$ac_cv_prog_AR"
6708 fi
6709
6710 test -z "$AR" && AR=ar
6711 test -z "$AR_FLAGS" && AR_FLAGS=cru
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723 if test -n "$ac_tool_prefix"; then
6724 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6725 set dummy ${ac_tool_prefix}strip; ac_word=$2
6726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6727 $as_echo_n "checking for $ac_word... " >&6; }
6728 if ${ac_cv_prog_STRIP+:} false; then :
6729 $as_echo_n "(cached) " >&6
6730 else
6731 if test -n "$STRIP"; then
6732 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6733 else
6734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6735 for as_dir in $PATH
6736 do
6737 IFS=$as_save_IFS
6738 test -z "$as_dir" && as_dir=.
6739 for ac_exec_ext in '' $ac_executable_extensions; do
6740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6741 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6743 break 2
6744 fi
6745 done
6746 done
6747 IFS=$as_save_IFS
6748
6749 fi
6750 fi
6751 STRIP=$ac_cv_prog_STRIP
6752 if test -n "$STRIP"; then
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6754 $as_echo "$STRIP" >&6; }
6755 else
6756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6757 $as_echo "no" >&6; }
6758 fi
6759
6760
6761 fi
6762 if test -z "$ac_cv_prog_STRIP"; then
6763 ac_ct_STRIP=$STRIP
6764 # Extract the first word of "strip", so it can be a program name with args.
6765 set dummy strip; ac_word=$2
6766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6767 $as_echo_n "checking for $ac_word... " >&6; }
6768 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6769 $as_echo_n "(cached) " >&6
6770 else
6771 if test -n "$ac_ct_STRIP"; then
6772 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6773 else
6774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6775 for as_dir in $PATH
6776 do
6777 IFS=$as_save_IFS
6778 test -z "$as_dir" && as_dir=.
6779 for ac_exec_ext in '' $ac_executable_extensions; do
6780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6781 ac_cv_prog_ac_ct_STRIP="strip"
6782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6783 break 2
6784 fi
6785 done
6786 done
6787 IFS=$as_save_IFS
6788
6789 fi
6790 fi
6791 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6792 if test -n "$ac_ct_STRIP"; then
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6794 $as_echo "$ac_ct_STRIP" >&6; }
6795 else
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6797 $as_echo "no" >&6; }
6798 fi
6799
6800 if test "x$ac_ct_STRIP" = x; then
6801 STRIP=":"
6802 else
6803 case $cross_compiling:$ac_tool_warned in
6804 yes:)
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6807 ac_tool_warned=yes ;;
6808 esac
6809 STRIP=$ac_ct_STRIP
6810 fi
6811 else
6812 STRIP="$ac_cv_prog_STRIP"
6813 fi
6814
6815 test -z "$STRIP" && STRIP=:
6816
6817
6818
6819
6820
6821
6822 if test -n "$ac_tool_prefix"; then
6823 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6824 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6826 $as_echo_n "checking for $ac_word... " >&6; }
6827 if ${ac_cv_prog_RANLIB+:} false; then :
6828 $as_echo_n "(cached) " >&6
6829 else
6830 if test -n "$RANLIB"; then
6831 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6832 else
6833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6834 for as_dir in $PATH
6835 do
6836 IFS=$as_save_IFS
6837 test -z "$as_dir" && as_dir=.
6838 for ac_exec_ext in '' $ac_executable_extensions; do
6839 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6840 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6841 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6842 break 2
6843 fi
6844 done
6845 done
6846 IFS=$as_save_IFS
6847
6848 fi
6849 fi
6850 RANLIB=$ac_cv_prog_RANLIB
6851 if test -n "$RANLIB"; then
6852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6853 $as_echo "$RANLIB" >&6; }
6854 else
6855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6856 $as_echo "no" >&6; }
6857 fi
6858
6859
6860 fi
6861 if test -z "$ac_cv_prog_RANLIB"; then
6862 ac_ct_RANLIB=$RANLIB
6863 # Extract the first word of "ranlib", so it can be a program name with args.
6864 set dummy ranlib; ac_word=$2
6865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6866 $as_echo_n "checking for $ac_word... " >&6; }
6867 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6868 $as_echo_n "(cached) " >&6
6869 else
6870 if test -n "$ac_ct_RANLIB"; then
6871 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6872 else
6873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6874 for as_dir in $PATH
6875 do
6876 IFS=$as_save_IFS
6877 test -z "$as_dir" && as_dir=.
6878 for ac_exec_ext in '' $ac_executable_extensions; do
6879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6880 ac_cv_prog_ac_ct_RANLIB="ranlib"
6881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6882 break 2
6883 fi
6884 done
6885 done
6886 IFS=$as_save_IFS
6887
6888 fi
6889 fi
6890 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6891 if test -n "$ac_ct_RANLIB"; then
6892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6893 $as_echo "$ac_ct_RANLIB" >&6; }
6894 else
6895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6896 $as_echo "no" >&6; }
6897 fi
6898
6899 if test "x$ac_ct_RANLIB" = x; then
6900 RANLIB=":"
6901 else
6902 case $cross_compiling:$ac_tool_warned in
6903 yes:)
6904 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6905 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6906 ac_tool_warned=yes ;;
6907 esac
6908 RANLIB=$ac_ct_RANLIB
6909 fi
6910 else
6911 RANLIB="$ac_cv_prog_RANLIB"
6912 fi
6913
6914 test -z "$RANLIB" && RANLIB=:
6915
6916
6917
6918
6919
6920
6921 # Determine commands to create old-style static archives.
6922 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6923 old_postinstall_cmds='chmod 644 $oldlib'
6924 old_postuninstall_cmds=
6925
6926 if test -n "$RANLIB"; then
6927 case $host_os in
6928 openbsd*)
6929 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6930 ;;
6931 *)
6932 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6933 ;;
6934 esac
6935 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6936 fi
6937
6938 case $host_os in
6939 darwin*)
6940 lock_old_archive_extraction=yes ;;
6941 *)
6942 lock_old_archive_extraction=no ;;
6943 esac
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983 # If no C compiler was specified, use CC.
6984 LTCC=${LTCC-"$CC"}
6985
6986 # If no C compiler flags were specified, use CFLAGS.
6987 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6988
6989 # Allow CC to be a program name with arguments.
6990 compiler=$CC
6991
6992
6993 # Check for command to grab the raw symbol name followed by C symbol from nm.
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6995 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6996 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6997 $as_echo_n "(cached) " >&6
6998 else
6999
7000 # These are sane defaults that work on at least a few old systems.
7001 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7002
7003 # Character class describing NM global symbol codes.
7004 symcode='[BCDEGRST]'
7005
7006 # Regexp to match symbols that can be accessed directly from C.
7007 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7008
7009 # Define system-specific variables.
7010 case $host_os in
7011 aix*)
7012 symcode='[BCDT]'
7013 ;;
7014 cygwin* | mingw* | pw32* | cegcc*)
7015 symcode='[ABCDGISTW]'
7016 ;;
7017 hpux*)
7018 if test "$host_cpu" = ia64; then
7019 symcode='[ABCDEGRST]'
7020 fi
7021 ;;
7022 irix* | nonstopux*)
7023 symcode='[BCDEGRST]'
7024 ;;
7025 osf*)
7026 symcode='[BCDEGQRST]'
7027 ;;
7028 solaris*)
7029 symcode='[BDRT]'
7030 ;;
7031 sco3.2v5*)
7032 symcode='[DT]'
7033 ;;
7034 sysv4.2uw2*)
7035 symcode='[DT]'
7036 ;;
7037 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7038 symcode='[ABDT]'
7039 ;;
7040 sysv4)
7041 symcode='[DFNSTU]'
7042 ;;
7043 esac
7044
7045 # If we're using GNU nm, then use its standard symbol codes.
7046 case `$NM -V 2>&1` in
7047 *GNU* | *'with BFD'*)
7048 symcode='[ABCDGIRSTW]' ;;
7049 esac
7050
7051 # Transform an extracted symbol line into a proper C declaration.
7052 # Some systems (esp. on ia64) link data and code symbols differently,
7053 # so use this general approach.
7054 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7055
7056 # Transform an extracted symbol line into symbol name and symbol address
7057 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7058 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'"
7059
7060 # Handle CRLF in mingw tool chain
7061 opt_cr=
7062 case $build_os in
7063 mingw*)
7064 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7065 ;;
7066 esac
7067
7068 # Try without a prefix underscore, then with it.
7069 for ac_symprfx in "" "_"; do
7070
7071 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7072 symxfrm="\\1 $ac_symprfx\\2 \\2"
7073
7074 # Write the raw and C identifiers.
7075 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7076 # Fake it for dumpbin and say T for any non-static function
7077 # and D for any global variable.
7078 # Also find C++ and __fastcall symbols from MSVC++,
7079 # which start with @ or ?.
7080 lt_cv_sys_global_symbol_pipe="$AWK '"\
7081 " {last_section=section; section=\$ 3};"\
7082 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7083 " \$ 0!~/External *\|/{next};"\
7084 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7085 " {if(hide[section]) next};"\
7086 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7087 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7088 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7089 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7090 " ' prfx=^$ac_symprfx"
7091 else
7092 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7093 fi
7094
7095 # Check to see that the pipe works correctly.
7096 pipe_works=no
7097
7098 rm -f conftest*
7099 cat > conftest.$ac_ext <<_LT_EOF
7100 #ifdef __cplusplus
7101 extern "C" {
7102 #endif
7103 char nm_test_var;
7104 void nm_test_func(void);
7105 void nm_test_func(void){}
7106 #ifdef __cplusplus
7107 }
7108 #endif
7109 int main(){nm_test_var='a';nm_test_func();return(0);}
7110 _LT_EOF
7111
7112 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7113 (eval $ac_compile) 2>&5
7114 ac_status=$?
7115 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7116 test $ac_status = 0; }; then
7117 # Now try to grab the symbols.
7118 nlist=conftest.nm
7119 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7120 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7121 ac_status=$?
7122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7123 test $ac_status = 0; } && test -s "$nlist"; then
7124 # Try sorting and uniquifying the output.
7125 if sort "$nlist" | uniq > "$nlist"T; then
7126 mv -f "$nlist"T "$nlist"
7127 else
7128 rm -f "$nlist"T
7129 fi
7130
7131 # Make sure that we snagged all the symbols we need.
7132 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7133 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7134 cat <<_LT_EOF > conftest.$ac_ext
7135 #ifdef __cplusplus
7136 extern "C" {
7137 #endif
7138
7139 _LT_EOF
7140 # Now generate the symbol file.
7141 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7142
7143 cat <<_LT_EOF >> conftest.$ac_ext
7144
7145 /* The mapping between symbol names and symbols. */
7146 const struct {
7147 const char *name;
7148 void *address;
7149 }
7150 lt__PROGRAM__LTX_preloaded_symbols[] =
7151 {
7152 { "@PROGRAM@", (void *) 0 },
7153 _LT_EOF
7154 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7155 cat <<\_LT_EOF >> conftest.$ac_ext
7156 {0, (void *) 0}
7157 };
7158
7159 /* This works around a problem in FreeBSD linker */
7160 #ifdef FREEBSD_WORKAROUND
7161 static const void *lt_preloaded_setup() {
7162 return lt__PROGRAM__LTX_preloaded_symbols;
7163 }
7164 #endif
7165
7166 #ifdef __cplusplus
7167 }
7168 #endif
7169 _LT_EOF
7170 # Now try linking the two files.
7171 mv conftest.$ac_objext conftstm.$ac_objext
7172 lt_save_LIBS="$LIBS"
7173 lt_save_CFLAGS="$CFLAGS"
7174 LIBS="conftstm.$ac_objext"
7175 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7176 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7177 (eval $ac_link) 2>&5
7178 ac_status=$?
7179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7180 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7181 pipe_works=yes
7182 fi
7183 LIBS="$lt_save_LIBS"
7184 CFLAGS="$lt_save_CFLAGS"
7185 else
7186 echo "cannot find nm_test_func in $nlist" >&5
7187 fi
7188 else
7189 echo "cannot find nm_test_var in $nlist" >&5
7190 fi
7191 else
7192 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7193 fi
7194 else
7195 echo "$progname: failed program was:" >&5
7196 cat conftest.$ac_ext >&5
7197 fi
7198 rm -rf conftest* conftst*
7199
7200 # Do not use the global_symbol_pipe unless it works.
7201 if test "$pipe_works" = yes; then
7202 break
7203 else
7204 lt_cv_sys_global_symbol_pipe=
7205 fi
7206 done
7207
7208 fi
7209
7210 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7211 lt_cv_sys_global_symbol_to_cdecl=
7212 fi
7213 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7215 $as_echo "failed" >&6; }
7216 else
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7218 $as_echo "ok" >&6; }
7219 fi
7220
7221
7222
7223
7224
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242 # Check whether --enable-libtool-lock was given.
7243 if test "${enable_libtool_lock+set}" = set; then :
7244 enableval=$enable_libtool_lock;
7245 fi
7246
7247 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7248
7249 # Some flags need to be propagated to the compiler or linker for good
7250 # libtool support.
7251 case $host in
7252 ia64-*-hpux*)
7253 # Find out which ABI we are using.
7254 echo 'int i;' > conftest.$ac_ext
7255 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7256 (eval $ac_compile) 2>&5
7257 ac_status=$?
7258 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7259 test $ac_status = 0; }; then
7260 case `/usr/bin/file conftest.$ac_objext` in
7261 *ELF-32*)
7262 HPUX_IA64_MODE="32"
7263 ;;
7264 *ELF-64*)
7265 HPUX_IA64_MODE="64"
7266 ;;
7267 esac
7268 fi
7269 rm -rf conftest*
7270 ;;
7271 *-*-irix6*)
7272 # Find out which ABI we are using.
7273 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7274 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7275 (eval $ac_compile) 2>&5
7276 ac_status=$?
7277 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7278 test $ac_status = 0; }; then
7279 if test "$lt_cv_prog_gnu_ld" = yes; then
7280 case `/usr/bin/file conftest.$ac_objext` in
7281 *32-bit*)
7282 LD="${LD-ld} -melf32bsmip"
7283 ;;
7284 *N32*)
7285 LD="${LD-ld} -melf32bmipn32"
7286 ;;
7287 *64-bit*)
7288 LD="${LD-ld} -melf64bmip"
7289 ;;
7290 esac
7291 else
7292 case `/usr/bin/file conftest.$ac_objext` in
7293 *32-bit*)
7294 LD="${LD-ld} -32"
7295 ;;
7296 *N32*)
7297 LD="${LD-ld} -n32"
7298 ;;
7299 *64-bit*)
7300 LD="${LD-ld} -64"
7301 ;;
7302 esac
7303 fi
7304 fi
7305 rm -rf conftest*
7306 ;;
7307
7308 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7309 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7310 # Find out which ABI we are using.
7311 echo 'int i;' > conftest.$ac_ext
7312 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7313 (eval $ac_compile) 2>&5
7314 ac_status=$?
7315 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7316 test $ac_status = 0; }; then
7317 case `/usr/bin/file conftest.o` in
7318 *32-bit*)
7319 case $host in
7320 x86_64-*kfreebsd*-gnu)
7321 LD="${LD-ld} -m elf_i386_fbsd"
7322 ;;
7323 x86_64-*linux*)
7324 case `/usr/bin/file conftest.o` in
7325 *x86-64*)
7326 LD="${LD-ld} -m elf32_x86_64"
7327 ;;
7328 *)
7329 LD="${LD-ld} -m elf_i386"
7330 ;;
7331 esac
7332 ;;
7333 powerpc64le-*linux*)
7334 LD="${LD-ld} -m elf32lppclinux"
7335 ;;
7336 powerpc64-*linux*)
7337 LD="${LD-ld} -m elf32ppclinux"
7338 ;;
7339 s390x-*linux*)
7340 LD="${LD-ld} -m elf_s390"
7341 ;;
7342 sparc64-*linux*)
7343 LD="${LD-ld} -m elf32_sparc"
7344 ;;
7345 esac
7346 ;;
7347 *64-bit*)
7348 case $host in
7349 x86_64-*kfreebsd*-gnu)
7350 LD="${LD-ld} -m elf_x86_64_fbsd"
7351 ;;
7352 x86_64-*linux*)
7353 LD="${LD-ld} -m elf_x86_64"
7354 ;;
7355 powerpcle-*linux*)
7356 LD="${LD-ld} -m elf64lppc"
7357 ;;
7358 powerpc-*linux*)
7359 LD="${LD-ld} -m elf64ppc"
7360 ;;
7361 s390*-*linux*|s390*-*tpf*)
7362 LD="${LD-ld} -m elf64_s390"
7363 ;;
7364 sparc*-*linux*)
7365 LD="${LD-ld} -m elf64_sparc"
7366 ;;
7367 esac
7368 ;;
7369 esac
7370 fi
7371 rm -rf conftest*
7372 ;;
7373
7374 *-*-sco3.2v5*)
7375 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7376 SAVE_CFLAGS="$CFLAGS"
7377 CFLAGS="$CFLAGS -belf"
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7379 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7380 if ${lt_cv_cc_needs_belf+:} false; then :
7381 $as_echo_n "(cached) " >&6
7382 else
7383 ac_ext=c
7384 ac_cpp='$CPP $CPPFLAGS'
7385 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7386 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7387 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7388
7389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7390 /* end confdefs.h. */
7391
7392 int
7393 main ()
7394 {
7395
7396 ;
7397 return 0;
7398 }
7399 _ACEOF
7400 if ac_fn_c_try_link "$LINENO"; then :
7401 lt_cv_cc_needs_belf=yes
7402 else
7403 lt_cv_cc_needs_belf=no
7404 fi
7405 rm -f core conftest.err conftest.$ac_objext \
7406 conftest$ac_exeext conftest.$ac_ext
7407 ac_ext=c
7408 ac_cpp='$CPP $CPPFLAGS'
7409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7412
7413 fi
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7415 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7416 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7417 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7418 CFLAGS="$SAVE_CFLAGS"
7419 fi
7420 ;;
7421 sparc*-*solaris*)
7422 # Find out which ABI we are using.
7423 echo 'int i;' > conftest.$ac_ext
7424 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7425 (eval $ac_compile) 2>&5
7426 ac_status=$?
7427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7428 test $ac_status = 0; }; then
7429 case `/usr/bin/file conftest.o` in
7430 *64-bit*)
7431 case $lt_cv_prog_gnu_ld in
7432 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7433 *)
7434 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7435 LD="${LD-ld} -64"
7436 fi
7437 ;;
7438 esac
7439 ;;
7440 esac
7441 fi
7442 rm -rf conftest*
7443 ;;
7444 esac
7445
7446 need_locks="$enable_libtool_lock"
7447
7448
7449 case $host_os in
7450 rhapsody* | darwin*)
7451 if test -n "$ac_tool_prefix"; then
7452 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7453 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7455 $as_echo_n "checking for $ac_word... " >&6; }
7456 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 if test -n "$DSYMUTIL"; then
7460 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7461 else
7462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463 for as_dir in $PATH
7464 do
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
7467 for ac_exec_ext in '' $ac_executable_extensions; do
7468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7469 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 break 2
7472 fi
7473 done
7474 done
7475 IFS=$as_save_IFS
7476
7477 fi
7478 fi
7479 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7480 if test -n "$DSYMUTIL"; then
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7482 $as_echo "$DSYMUTIL" >&6; }
7483 else
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485 $as_echo "no" >&6; }
7486 fi
7487
7488
7489 fi
7490 if test -z "$ac_cv_prog_DSYMUTIL"; then
7491 ac_ct_DSYMUTIL=$DSYMUTIL
7492 # Extract the first word of "dsymutil", so it can be a program name with args.
7493 set dummy 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_ac_ct_DSYMUTIL+:} false; then :
7497 $as_echo_n "(cached) " >&6
7498 else
7499 if test -n "$ac_ct_DSYMUTIL"; then
7500 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_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_ac_ct_DSYMUTIL="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 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7520 if test -n "$ac_ct_DSYMUTIL"; then
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7522 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7523 else
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525 $as_echo "no" >&6; }
7526 fi
7527
7528 if test "x$ac_ct_DSYMUTIL" = x; then
7529 DSYMUTIL=":"
7530 else
7531 case $cross_compiling:$ac_tool_warned in
7532 yes:)
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7535 ac_tool_warned=yes ;;
7536 esac
7537 DSYMUTIL=$ac_ct_DSYMUTIL
7538 fi
7539 else
7540 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7541 fi
7542
7543 if test -n "$ac_tool_prefix"; then
7544 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7545 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7547 $as_echo_n "checking for $ac_word... " >&6; }
7548 if ${ac_cv_prog_NMEDIT+:} false; then :
7549 $as_echo_n "(cached) " >&6
7550 else
7551 if test -n "$NMEDIT"; then
7552 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7553 else
7554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7555 for as_dir in $PATH
7556 do
7557 IFS=$as_save_IFS
7558 test -z "$as_dir" && as_dir=.
7559 for ac_exec_ext in '' $ac_executable_extensions; do
7560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7561 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7563 break 2
7564 fi
7565 done
7566 done
7567 IFS=$as_save_IFS
7568
7569 fi
7570 fi
7571 NMEDIT=$ac_cv_prog_NMEDIT
7572 if test -n "$NMEDIT"; then
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7574 $as_echo "$NMEDIT" >&6; }
7575 else
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7577 $as_echo "no" >&6; }
7578 fi
7579
7580
7581 fi
7582 if test -z "$ac_cv_prog_NMEDIT"; then
7583 ac_ct_NMEDIT=$NMEDIT
7584 # Extract the first word of "nmedit", so it can be a program name with args.
7585 set dummy 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_ac_ct_NMEDIT+:} false; then :
7589 $as_echo_n "(cached) " >&6
7590 else
7591 if test -n "$ac_ct_NMEDIT"; then
7592 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_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_ac_ct_NMEDIT="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 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7612 if test -n "$ac_ct_NMEDIT"; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7614 $as_echo "$ac_ct_NMEDIT" >&6; }
7615 else
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7617 $as_echo "no" >&6; }
7618 fi
7619
7620 if test "x$ac_ct_NMEDIT" = x; then
7621 NMEDIT=":"
7622 else
7623 case $cross_compiling:$ac_tool_warned in
7624 yes:)
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7627 ac_tool_warned=yes ;;
7628 esac
7629 NMEDIT=$ac_ct_NMEDIT
7630 fi
7631 else
7632 NMEDIT="$ac_cv_prog_NMEDIT"
7633 fi
7634
7635 if test -n "$ac_tool_prefix"; then
7636 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7637 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639 $as_echo_n "checking for $ac_word... " >&6; }
7640 if ${ac_cv_prog_LIPO+:} false; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 if test -n "$LIPO"; then
7644 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7645 else
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 for as_dir in $PATH
7648 do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7653 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7655 break 2
7656 fi
7657 done
7658 done
7659 IFS=$as_save_IFS
7660
7661 fi
7662 fi
7663 LIPO=$ac_cv_prog_LIPO
7664 if test -n "$LIPO"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7666 $as_echo "$LIPO" >&6; }
7667 else
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669 $as_echo "no" >&6; }
7670 fi
7671
7672
7673 fi
7674 if test -z "$ac_cv_prog_LIPO"; then
7675 ac_ct_LIPO=$LIPO
7676 # Extract the first word of "lipo", so it can be a program name with args.
7677 set dummy 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_ac_ct_LIPO+:} false; then :
7681 $as_echo_n "(cached) " >&6
7682 else
7683 if test -n "$ac_ct_LIPO"; then
7684 ac_cv_prog_ac_ct_LIPO="$ac_ct_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_ac_ct_LIPO="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 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7704 if test -n "$ac_ct_LIPO"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7706 $as_echo "$ac_ct_LIPO" >&6; }
7707 else
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709 $as_echo "no" >&6; }
7710 fi
7711
7712 if test "x$ac_ct_LIPO" = x; then
7713 LIPO=":"
7714 else
7715 case $cross_compiling:$ac_tool_warned in
7716 yes:)
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7719 ac_tool_warned=yes ;;
7720 esac
7721 LIPO=$ac_ct_LIPO
7722 fi
7723 else
7724 LIPO="$ac_cv_prog_LIPO"
7725 fi
7726
7727 if test -n "$ac_tool_prefix"; then
7728 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7729 set dummy ${ac_tool_prefix}otool; ac_word=$2
7730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7731 $as_echo_n "checking for $ac_word... " >&6; }
7732 if ${ac_cv_prog_OTOOL+:} false; then :
7733 $as_echo_n "(cached) " >&6
7734 else
7735 if test -n "$OTOOL"; then
7736 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7737 else
7738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7739 for as_dir in $PATH
7740 do
7741 IFS=$as_save_IFS
7742 test -z "$as_dir" && as_dir=.
7743 for ac_exec_ext in '' $ac_executable_extensions; do
7744 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7745 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7746 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7747 break 2
7748 fi
7749 done
7750 done
7751 IFS=$as_save_IFS
7752
7753 fi
7754 fi
7755 OTOOL=$ac_cv_prog_OTOOL
7756 if test -n "$OTOOL"; then
7757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7758 $as_echo "$OTOOL" >&6; }
7759 else
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7761 $as_echo "no" >&6; }
7762 fi
7763
7764
7765 fi
7766 if test -z "$ac_cv_prog_OTOOL"; then
7767 ac_ct_OTOOL=$OTOOL
7768 # Extract the first word of "otool", so it can be a program name with args.
7769 set dummy 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_ac_ct_OTOOL+:} false; then :
7773 $as_echo_n "(cached) " >&6
7774 else
7775 if test -n "$ac_ct_OTOOL"; then
7776 ac_cv_prog_ac_ct_OTOOL="$ac_ct_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_ac_ct_OTOOL="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 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7796 if test -n "$ac_ct_OTOOL"; then
7797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7798 $as_echo "$ac_ct_OTOOL" >&6; }
7799 else
7800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7801 $as_echo "no" >&6; }
7802 fi
7803
7804 if test "x$ac_ct_OTOOL" = x; then
7805 OTOOL=":"
7806 else
7807 case $cross_compiling:$ac_tool_warned in
7808 yes:)
7809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7810 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7811 ac_tool_warned=yes ;;
7812 esac
7813 OTOOL=$ac_ct_OTOOL
7814 fi
7815 else
7816 OTOOL="$ac_cv_prog_OTOOL"
7817 fi
7818
7819 if test -n "$ac_tool_prefix"; then
7820 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7821 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7823 $as_echo_n "checking for $ac_word... " >&6; }
7824 if ${ac_cv_prog_OTOOL64+:} false; then :
7825 $as_echo_n "(cached) " >&6
7826 else
7827 if test -n "$OTOOL64"; then
7828 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7829 else
7830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7831 for as_dir in $PATH
7832 do
7833 IFS=$as_save_IFS
7834 test -z "$as_dir" && as_dir=.
7835 for ac_exec_ext in '' $ac_executable_extensions; do
7836 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7837 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7838 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7839 break 2
7840 fi
7841 done
7842 done
7843 IFS=$as_save_IFS
7844
7845 fi
7846 fi
7847 OTOOL64=$ac_cv_prog_OTOOL64
7848 if test -n "$OTOOL64"; then
7849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7850 $as_echo "$OTOOL64" >&6; }
7851 else
7852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7853 $as_echo "no" >&6; }
7854 fi
7855
7856
7857 fi
7858 if test -z "$ac_cv_prog_OTOOL64"; then
7859 ac_ct_OTOOL64=$OTOOL64
7860 # Extract the first word of "otool64", so it can be a program name with args.
7861 set dummy 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_ac_ct_OTOOL64+:} false; then :
7865 $as_echo_n "(cached) " >&6
7866 else
7867 if test -n "$ac_ct_OTOOL64"; then
7868 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_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_ac_ct_OTOOL64="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 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7888 if test -n "$ac_ct_OTOOL64"; then
7889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7890 $as_echo "$ac_ct_OTOOL64" >&6; }
7891 else
7892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7893 $as_echo "no" >&6; }
7894 fi
7895
7896 if test "x$ac_ct_OTOOL64" = x; then
7897 OTOOL64=":"
7898 else
7899 case $cross_compiling:$ac_tool_warned in
7900 yes:)
7901 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7902 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7903 ac_tool_warned=yes ;;
7904 esac
7905 OTOOL64=$ac_ct_OTOOL64
7906 fi
7907 else
7908 OTOOL64="$ac_cv_prog_OTOOL64"
7909 fi
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7938 $as_echo_n "checking for -single_module linker flag... " >&6; }
7939 if ${lt_cv_apple_cc_single_mod+:} false; then :
7940 $as_echo_n "(cached) " >&6
7941 else
7942 lt_cv_apple_cc_single_mod=no
7943 if test -z "${LT_MULTI_MODULE}"; then
7944 # By default we will add the -single_module flag. You can override
7945 # by either setting the environment variable LT_MULTI_MODULE
7946 # non-empty at configure time, or by adding -multi_module to the
7947 # link flags.
7948 rm -rf libconftest.dylib*
7949 echo "int foo(void){return 1;}" > conftest.c
7950 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7951 -dynamiclib -Wl,-single_module conftest.c" >&5
7952 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7953 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7954 _lt_result=$?
7955 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7956 lt_cv_apple_cc_single_mod=yes
7957 else
7958 cat conftest.err >&5
7959 fi
7960 rm -rf libconftest.dylib*
7961 rm -f conftest.*
7962 fi
7963 fi
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7965 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7967 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7968 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7969 $as_echo_n "(cached) " >&6
7970 else
7971 lt_cv_ld_exported_symbols_list=no
7972 save_LDFLAGS=$LDFLAGS
7973 echo "_main" > conftest.sym
7974 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7976 /* end confdefs.h. */
7977
7978 int
7979 main ()
7980 {
7981
7982 ;
7983 return 0;
7984 }
7985 _ACEOF
7986 if ac_fn_c_try_link "$LINENO"; then :
7987 lt_cv_ld_exported_symbols_list=yes
7988 else
7989 lt_cv_ld_exported_symbols_list=no
7990 fi
7991 rm -f core conftest.err conftest.$ac_objext \
7992 conftest$ac_exeext conftest.$ac_ext
7993 LDFLAGS="$save_LDFLAGS"
7994
7995 fi
7996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7997 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7999 $as_echo_n "checking for -force_load linker flag... " >&6; }
8000 if ${lt_cv_ld_force_load+:} false; then :
8001 $as_echo_n "(cached) " >&6
8002 else
8003 lt_cv_ld_force_load=no
8004 cat > conftest.c << _LT_EOF
8005 int forced_loaded() { return 2;}
8006 _LT_EOF
8007 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8008 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8009 echo "$AR cru libconftest.a conftest.o" >&5
8010 $AR cru libconftest.a conftest.o 2>&5
8011 cat > conftest.c << _LT_EOF
8012 int main() { return 0;}
8013 _LT_EOF
8014 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8015 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8016 _lt_result=$?
8017 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8018 lt_cv_ld_force_load=yes
8019 else
8020 cat conftest.err >&5
8021 fi
8022 rm -f conftest.err libconftest.a conftest conftest.c
8023 rm -rf conftest.dSYM
8024
8025 fi
8026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8027 $as_echo "$lt_cv_ld_force_load" >&6; }
8028 case $host_os in
8029 rhapsody* | darwin1.[012])
8030 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8031 darwin1.*)
8032 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8033 darwin*) # darwin 5.x on
8034 # if running on 10.5 or later, the deployment target defaults
8035 # to the OS version, if on x86, and 10.4, the deployment
8036 # target defaults to 10.4. Don't you love it?
8037 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8038 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8039 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8040 10.[012][,.]*)
8041 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8042 10.*)
8043 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8044 esac
8045 ;;
8046 esac
8047 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8048 _lt_dar_single_mod='$single_module'
8049 fi
8050 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8051 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8052 else
8053 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8054 fi
8055 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8056 _lt_dsymutil='~$DSYMUTIL $lib || :'
8057 else
8058 _lt_dsymutil=
8059 fi
8060 ;;
8061 esac
8062
8063 for ac_header in dlfcn.h
8064 do :
8065 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8066 "
8067 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8068 cat >>confdefs.h <<_ACEOF
8069 #define HAVE_DLFCN_H 1
8070 _ACEOF
8071
8072 fi
8073
8074 done
8075
8076
8077
8078
8079
8080 # Set options
8081
8082
8083
8084 enable_dlopen=no
8085
8086
8087 enable_win32_dll=no
8088
8089
8090 # Check whether --enable-shared was given.
8091 if test "${enable_shared+set}" = set; then :
8092 enableval=$enable_shared; p=${PACKAGE-default}
8093 case $enableval in
8094 yes) enable_shared=yes ;;
8095 no) enable_shared=no ;;
8096 *)
8097 enable_shared=no
8098 # Look at the argument we got. We use all the common list separators.
8099 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8100 for pkg in $enableval; do
8101 IFS="$lt_save_ifs"
8102 if test "X$pkg" = "X$p"; then
8103 enable_shared=yes
8104 fi
8105 done
8106 IFS="$lt_save_ifs"
8107 ;;
8108 esac
8109 else
8110 enable_shared=yes
8111 fi
8112
8113
8114
8115
8116
8117
8118
8119
8120
8121 # Check whether --enable-static was given.
8122 if test "${enable_static+set}" = set; then :
8123 enableval=$enable_static; p=${PACKAGE-default}
8124 case $enableval in
8125 yes) enable_static=yes ;;
8126 no) enable_static=no ;;
8127 *)
8128 enable_static=no
8129 # Look at the argument we got. We use all the common list separators.
8130 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8131 for pkg in $enableval; do
8132 IFS="$lt_save_ifs"
8133 if test "X$pkg" = "X$p"; then
8134 enable_static=yes
8135 fi
8136 done
8137 IFS="$lt_save_ifs"
8138 ;;
8139 esac
8140 else
8141 enable_static=yes
8142 fi
8143
8144
8145
8146
8147
8148
8149
8150
8151
8152
8153 # Check whether --with-pic was given.
8154 if test "${with_pic+set}" = set; then :
8155 withval=$with_pic; pic_mode="$withval"
8156 else
8157 pic_mode=default
8158 fi
8159
8160
8161 test -z "$pic_mode" && pic_mode=default
8162
8163
8164
8165
8166
8167
8168
8169 # Check whether --enable-fast-install was given.
8170 if test "${enable_fast_install+set}" = set; then :
8171 enableval=$enable_fast_install; p=${PACKAGE-default}
8172 case $enableval in
8173 yes) enable_fast_install=yes ;;
8174 no) enable_fast_install=no ;;
8175 *)
8176 enable_fast_install=no
8177 # Look at the argument we got. We use all the common list separators.
8178 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8179 for pkg in $enableval; do
8180 IFS="$lt_save_ifs"
8181 if test "X$pkg" = "X$p"; then
8182 enable_fast_install=yes
8183 fi
8184 done
8185 IFS="$lt_save_ifs"
8186 ;;
8187 esac
8188 else
8189 enable_fast_install=yes
8190 fi
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202 # This can be used to rebuild libtool when needed
8203 LIBTOOL_DEPS="$ltmain"
8204
8205 # Always use our own libtool.
8206 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8207
8208
8209
8210
8211
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233 test -z "$LN_S" && LN_S="ln -s"
8234
8235
8236
8237
8238
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248 if test -n "${ZSH_VERSION+set}" ; then
8249 setopt NO_GLOB_SUBST
8250 fi
8251
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8253 $as_echo_n "checking for objdir... " >&6; }
8254 if ${lt_cv_objdir+:} false; then :
8255 $as_echo_n "(cached) " >&6
8256 else
8257 rm -f .libs 2>/dev/null
8258 mkdir .libs 2>/dev/null
8259 if test -d .libs; then
8260 lt_cv_objdir=.libs
8261 else
8262 # MS-DOS does not allow filenames that begin with a dot.
8263 lt_cv_objdir=_libs
8264 fi
8265 rmdir .libs 2>/dev/null
8266 fi
8267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8268 $as_echo "$lt_cv_objdir" >&6; }
8269 objdir=$lt_cv_objdir
8270
8271
8272
8273
8274
8275 cat >>confdefs.h <<_ACEOF
8276 #define LT_OBJDIR "$lt_cv_objdir/"
8277 _ACEOF
8278
8279
8280
8281
8282 case $host_os in
8283 aix3*)
8284 # AIX sometimes has problems with the GCC collect2 program. For some
8285 # reason, if we set the COLLECT_NAMES environment variable, the problems
8286 # vanish in a puff of smoke.
8287 if test "X${COLLECT_NAMES+set}" != Xset; then
8288 COLLECT_NAMES=
8289 export COLLECT_NAMES
8290 fi
8291 ;;
8292 esac
8293
8294 # Global variables:
8295 ofile=libtool
8296 can_build_shared=yes
8297
8298 # All known linkers require a `.a' archive for static linking (except MSVC,
8299 # which needs '.lib').
8300 libext=a
8301
8302 with_gnu_ld="$lt_cv_prog_gnu_ld"
8303
8304 old_CC="$CC"
8305 old_CFLAGS="$CFLAGS"
8306
8307 # Set sane defaults for various variables
8308 test -z "$CC" && CC=cc
8309 test -z "$LTCC" && LTCC=$CC
8310 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8311 test -z "$LD" && LD=ld
8312 test -z "$ac_objext" && ac_objext=o
8313
8314 for cc_temp in $compiler""; do
8315 case $cc_temp in
8316 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8317 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8318 \-*) ;;
8319 *) break;;
8320 esac
8321 done
8322 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8323
8324
8325 # Only perform the check for file, if the check method requires it
8326 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8327 case $deplibs_check_method in
8328 file_magic*)
8329 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8331 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8332 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 case $MAGIC_CMD in
8336 [\\/*] | ?:[\\/]*)
8337 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8338 ;;
8339 *)
8340 lt_save_MAGIC_CMD="$MAGIC_CMD"
8341 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8342 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8343 for ac_dir in $ac_dummy; do
8344 IFS="$lt_save_ifs"
8345 test -z "$ac_dir" && ac_dir=.
8346 if test -f $ac_dir/${ac_tool_prefix}file; then
8347 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8348 if test -n "$file_magic_test_file"; then
8349 case $deplibs_check_method in
8350 "file_magic "*)
8351 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8352 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8353 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8354 $EGREP "$file_magic_regex" > /dev/null; then
8355 :
8356 else
8357 cat <<_LT_EOF 1>&2
8358
8359 *** Warning: the command libtool uses to detect shared libraries,
8360 *** $file_magic_cmd, produces output that libtool cannot recognize.
8361 *** The result is that libtool may fail to recognize shared libraries
8362 *** as such. This will affect the creation of libtool libraries that
8363 *** depend on shared libraries, but programs linked with such libtool
8364 *** libraries will work regardless of this problem. Nevertheless, you
8365 *** may want to report the problem to your system manager and/or to
8366 *** bug-libtool@gnu.org
8367
8368 _LT_EOF
8369 fi ;;
8370 esac
8371 fi
8372 break
8373 fi
8374 done
8375 IFS="$lt_save_ifs"
8376 MAGIC_CMD="$lt_save_MAGIC_CMD"
8377 ;;
8378 esac
8379 fi
8380
8381 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8382 if test -n "$MAGIC_CMD"; then
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8384 $as_echo "$MAGIC_CMD" >&6; }
8385 else
8386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8387 $as_echo "no" >&6; }
8388 fi
8389
8390
8391
8392
8393
8394 if test -z "$lt_cv_path_MAGIC_CMD"; then
8395 if test -n "$ac_tool_prefix"; then
8396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8397 $as_echo_n "checking for file... " >&6; }
8398 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8399 $as_echo_n "(cached) " >&6
8400 else
8401 case $MAGIC_CMD in
8402 [\\/*] | ?:[\\/]*)
8403 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8404 ;;
8405 *)
8406 lt_save_MAGIC_CMD="$MAGIC_CMD"
8407 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8408 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8409 for ac_dir in $ac_dummy; do
8410 IFS="$lt_save_ifs"
8411 test -z "$ac_dir" && ac_dir=.
8412 if test -f $ac_dir/file; then
8413 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8414 if test -n "$file_magic_test_file"; then
8415 case $deplibs_check_method in
8416 "file_magic "*)
8417 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8418 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8419 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8420 $EGREP "$file_magic_regex" > /dev/null; then
8421 :
8422 else
8423 cat <<_LT_EOF 1>&2
8424
8425 *** Warning: the command libtool uses to detect shared libraries,
8426 *** $file_magic_cmd, produces output that libtool cannot recognize.
8427 *** The result is that libtool may fail to recognize shared libraries
8428 *** as such. This will affect the creation of libtool libraries that
8429 *** depend on shared libraries, but programs linked with such libtool
8430 *** libraries will work regardless of this problem. Nevertheless, you
8431 *** may want to report the problem to your system manager and/or to
8432 *** bug-libtool@gnu.org
8433
8434 _LT_EOF
8435 fi ;;
8436 esac
8437 fi
8438 break
8439 fi
8440 done
8441 IFS="$lt_save_ifs"
8442 MAGIC_CMD="$lt_save_MAGIC_CMD"
8443 ;;
8444 esac
8445 fi
8446
8447 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8448 if test -n "$MAGIC_CMD"; then
8449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8450 $as_echo "$MAGIC_CMD" >&6; }
8451 else
8452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8453 $as_echo "no" >&6; }
8454 fi
8455
8456
8457 else
8458 MAGIC_CMD=:
8459 fi
8460 fi
8461
8462 fi
8463 ;;
8464 esac
8465
8466 # Use C for the default configuration in the libtool script
8467
8468 lt_save_CC="$CC"
8469 ac_ext=c
8470 ac_cpp='$CPP $CPPFLAGS'
8471 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8472 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8473 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8474
8475
8476 # Source file extension for C test sources.
8477 ac_ext=c
8478
8479 # Object file extension for compiled C test sources.
8480 objext=o
8481 objext=$objext
8482
8483 # Code to be used in simple compile tests
8484 lt_simple_compile_test_code="int some_variable = 0;"
8485
8486 # Code to be used in simple link tests
8487 lt_simple_link_test_code='int main(){return(0);}'
8488
8489
8490
8491
8492
8493
8494
8495 # If no C compiler was specified, use CC.
8496 LTCC=${LTCC-"$CC"}
8497
8498 # If no C compiler flags were specified, use CFLAGS.
8499 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8500
8501 # Allow CC to be a program name with arguments.
8502 compiler=$CC
8503
8504 # Save the default compiler, since it gets overwritten when the other
8505 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8506 compiler_DEFAULT=$CC
8507
8508 # save warnings/boilerplate of simple test code
8509 ac_outfile=conftest.$ac_objext
8510 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8511 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8512 _lt_compiler_boilerplate=`cat conftest.err`
8513 $RM conftest*
8514
8515 ac_outfile=conftest.$ac_objext
8516 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8517 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8518 _lt_linker_boilerplate=`cat conftest.err`
8519 $RM -r conftest*
8520
8521
8522 ## CAVEAT EMPTOR:
8523 ## There is no encapsulation within the following macros, do not change
8524 ## the running order or otherwise move them around unless you know exactly
8525 ## what you are doing...
8526 if test -n "$compiler"; then
8527
8528 lt_prog_compiler_no_builtin_flag=
8529
8530 if test "$GCC" = yes; then
8531 case $cc_basename in
8532 nvcc*)
8533 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8534 *)
8535 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8536 esac
8537
8538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8539 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8540 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8541 $as_echo_n "(cached) " >&6
8542 else
8543 lt_cv_prog_compiler_rtti_exceptions=no
8544 ac_outfile=conftest.$ac_objext
8545 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8546 lt_compiler_flag="-fno-rtti -fno-exceptions"
8547 # Insert the option either (1) after the last *FLAGS variable, or
8548 # (2) before a word containing "conftest.", or (3) at the end.
8549 # Note that $ac_compile itself does not contain backslashes and begins
8550 # with a dollar sign (not a hyphen), so the echo should work correctly.
8551 # The option is referenced via a variable to avoid confusing sed.
8552 lt_compile=`echo "$ac_compile" | $SED \
8553 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8554 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8555 -e 's:$: $lt_compiler_flag:'`
8556 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8557 (eval "$lt_compile" 2>conftest.err)
8558 ac_status=$?
8559 cat conftest.err >&5
8560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8561 if (exit $ac_status) && test -s "$ac_outfile"; then
8562 # The compiler can only warn and ignore the option if not recognized
8563 # So say no if there are warnings other than the usual output.
8564 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8565 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8566 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8567 lt_cv_prog_compiler_rtti_exceptions=yes
8568 fi
8569 fi
8570 $RM conftest*
8571
8572 fi
8573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8574 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8575
8576 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8577 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8578 else
8579 :
8580 fi
8581
8582 fi
8583
8584
8585
8586
8587
8588
8589 lt_prog_compiler_wl=
8590 lt_prog_compiler_pic=
8591 lt_prog_compiler_static=
8592
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8594 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8595
8596 if test "$GCC" = yes; then
8597 lt_prog_compiler_wl='-Wl,'
8598 lt_prog_compiler_static='-static'
8599
8600 case $host_os in
8601 aix*)
8602 # All AIX code is PIC.
8603 if test "$host_cpu" = ia64; then
8604 # AIX 5 now supports IA64 processor
8605 lt_prog_compiler_static='-Bstatic'
8606 fi
8607 lt_prog_compiler_pic='-fPIC'
8608 ;;
8609
8610 amigaos*)
8611 case $host_cpu in
8612 powerpc)
8613 # see comment about AmigaOS4 .so support
8614 lt_prog_compiler_pic='-fPIC'
8615 ;;
8616 m68k)
8617 # FIXME: we need at least 68020 code to build shared libraries, but
8618 # adding the `-m68020' flag to GCC prevents building anything better,
8619 # like `-m68040'.
8620 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8621 ;;
8622 esac
8623 ;;
8624
8625 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8626 # PIC is the default for these OSes.
8627 ;;
8628
8629 mingw* | cygwin* | pw32* | os2* | cegcc*)
8630 # This hack is so that the source file can tell whether it is being
8631 # built for inclusion in a dll (and should export symbols for example).
8632 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8633 # (--disable-auto-import) libraries
8634 lt_prog_compiler_pic='-DDLL_EXPORT'
8635 ;;
8636
8637 darwin* | rhapsody*)
8638 # PIC is the default on this platform
8639 # Common symbols not allowed in MH_DYLIB files
8640 lt_prog_compiler_pic='-fno-common'
8641 ;;
8642
8643 haiku*)
8644 # PIC is the default for Haiku.
8645 # The "-static" flag exists, but is broken.
8646 lt_prog_compiler_static=
8647 ;;
8648
8649 hpux*)
8650 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8651 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8652 # sets the default TLS model and affects inlining.
8653 case $host_cpu in
8654 hppa*64*)
8655 # +Z the default
8656 ;;
8657 *)
8658 lt_prog_compiler_pic='-fPIC'
8659 ;;
8660 esac
8661 ;;
8662
8663 interix[3-9]*)
8664 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8665 # Instead, we relocate shared libraries at runtime.
8666 ;;
8667
8668 msdosdjgpp*)
8669 # Just because we use GCC doesn't mean we suddenly get shared libraries
8670 # on systems that don't support them.
8671 lt_prog_compiler_can_build_shared=no
8672 enable_shared=no
8673 ;;
8674
8675 *nto* | *qnx*)
8676 # QNX uses GNU C++, but need to define -shared option too, otherwise
8677 # it will coredump.
8678 lt_prog_compiler_pic='-fPIC -shared'
8679 ;;
8680
8681 sysv4*MP*)
8682 if test -d /usr/nec; then
8683 lt_prog_compiler_pic=-Kconform_pic
8684 fi
8685 ;;
8686
8687 *)
8688 lt_prog_compiler_pic='-fPIC'
8689 ;;
8690 esac
8691
8692 case $cc_basename in
8693 nvcc*) # Cuda Compiler Driver 2.2
8694 lt_prog_compiler_wl='-Xlinker '
8695 lt_prog_compiler_pic='-Xcompiler -fPIC'
8696 ;;
8697 esac
8698 else
8699 # PORTME Check for flag to pass linker flags through the system compiler.
8700 case $host_os in
8701 aix*)
8702 lt_prog_compiler_wl='-Wl,'
8703 if test "$host_cpu" = ia64; then
8704 # AIX 5 now supports IA64 processor
8705 lt_prog_compiler_static='-Bstatic'
8706 else
8707 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8708 fi
8709 ;;
8710
8711 mingw* | cygwin* | pw32* | os2* | cegcc*)
8712 # This hack is so that the source file can tell whether it is being
8713 # built for inclusion in a dll (and should export symbols for example).
8714 lt_prog_compiler_pic='-DDLL_EXPORT'
8715 ;;
8716
8717 hpux9* | hpux10* | hpux11*)
8718 lt_prog_compiler_wl='-Wl,'
8719 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8720 # not for PA HP-UX.
8721 case $host_cpu in
8722 hppa*64*|ia64*)
8723 # +Z the default
8724 ;;
8725 *)
8726 lt_prog_compiler_pic='+Z'
8727 ;;
8728 esac
8729 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8730 lt_prog_compiler_static='${wl}-a ${wl}archive'
8731 ;;
8732
8733 irix5* | irix6* | nonstopux*)
8734 lt_prog_compiler_wl='-Wl,'
8735 # PIC (with -KPIC) is the default.
8736 lt_prog_compiler_static='-non_shared'
8737 ;;
8738
8739 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8740 case $cc_basename in
8741 # old Intel for x86_64 which still supported -KPIC.
8742 ecc*)
8743 lt_prog_compiler_wl='-Wl,'
8744 lt_prog_compiler_pic='-KPIC'
8745 lt_prog_compiler_static='-static'
8746 ;;
8747 # icc used to be incompatible with GCC.
8748 # ICC 10 doesn't accept -KPIC any more.
8749 icc* | ifort*)
8750 lt_prog_compiler_wl='-Wl,'
8751 lt_prog_compiler_pic='-fPIC'
8752 lt_prog_compiler_static='-static'
8753 ;;
8754 # Lahey Fortran 8.1.
8755 lf95*)
8756 lt_prog_compiler_wl='-Wl,'
8757 lt_prog_compiler_pic='--shared'
8758 lt_prog_compiler_static='--static'
8759 ;;
8760 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8761 # Portland Group compilers (*not* the Pentium gcc compiler,
8762 # which looks to be a dead project)
8763 lt_prog_compiler_wl='-Wl,'
8764 lt_prog_compiler_pic='-fpic'
8765 lt_prog_compiler_static='-Bstatic'
8766 ;;
8767 ccc*)
8768 lt_prog_compiler_wl='-Wl,'
8769 # All Alpha code is PIC.
8770 lt_prog_compiler_static='-non_shared'
8771 ;;
8772 xl* | bgxl* | bgf* | mpixl*)
8773 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8774 lt_prog_compiler_wl='-Wl,'
8775 lt_prog_compiler_pic='-qpic'
8776 lt_prog_compiler_static='-qstaticlink'
8777 ;;
8778 *)
8779 case `$CC -V 2>&1 | sed 5q` in
8780 *Sun\ F* | *Sun*Fortran*)
8781 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8782 lt_prog_compiler_pic='-KPIC'
8783 lt_prog_compiler_static='-Bstatic'
8784 lt_prog_compiler_wl=''
8785 ;;
8786 *Sun\ C*)
8787 # Sun C 5.9
8788 lt_prog_compiler_pic='-KPIC'
8789 lt_prog_compiler_static='-Bstatic'
8790 lt_prog_compiler_wl='-Wl,'
8791 ;;
8792 esac
8793 ;;
8794 esac
8795 ;;
8796
8797 newsos6)
8798 lt_prog_compiler_pic='-KPIC'
8799 lt_prog_compiler_static='-Bstatic'
8800 ;;
8801
8802 *nto* | *qnx*)
8803 # QNX uses GNU C++, but need to define -shared option too, otherwise
8804 # it will coredump.
8805 lt_prog_compiler_pic='-fPIC -shared'
8806 ;;
8807
8808 osf3* | osf4* | osf5*)
8809 lt_prog_compiler_wl='-Wl,'
8810 # All OSF/1 code is PIC.
8811 lt_prog_compiler_static='-non_shared'
8812 ;;
8813
8814 rdos*)
8815 lt_prog_compiler_static='-non_shared'
8816 ;;
8817
8818 solaris*)
8819 lt_prog_compiler_pic='-KPIC'
8820 lt_prog_compiler_static='-Bstatic'
8821 case $cc_basename in
8822 f77* | f90* | f95*)
8823 lt_prog_compiler_wl='-Qoption ld ';;
8824 *)
8825 lt_prog_compiler_wl='-Wl,';;
8826 esac
8827 ;;
8828
8829 sunos4*)
8830 lt_prog_compiler_wl='-Qoption ld '
8831 lt_prog_compiler_pic='-PIC'
8832 lt_prog_compiler_static='-Bstatic'
8833 ;;
8834
8835 sysv4 | sysv4.2uw2* | sysv4.3*)
8836 lt_prog_compiler_wl='-Wl,'
8837 lt_prog_compiler_pic='-KPIC'
8838 lt_prog_compiler_static='-Bstatic'
8839 ;;
8840
8841 sysv4*MP*)
8842 if test -d /usr/nec ;then
8843 lt_prog_compiler_pic='-Kconform_pic'
8844 lt_prog_compiler_static='-Bstatic'
8845 fi
8846 ;;
8847
8848 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8849 lt_prog_compiler_wl='-Wl,'
8850 lt_prog_compiler_pic='-KPIC'
8851 lt_prog_compiler_static='-Bstatic'
8852 ;;
8853
8854 unicos*)
8855 lt_prog_compiler_wl='-Wl,'
8856 lt_prog_compiler_can_build_shared=no
8857 ;;
8858
8859 uts4*)
8860 lt_prog_compiler_pic='-pic'
8861 lt_prog_compiler_static='-Bstatic'
8862 ;;
8863
8864 *)
8865 lt_prog_compiler_can_build_shared=no
8866 ;;
8867 esac
8868 fi
8869
8870 case $host_os in
8871 # For platforms which do not support PIC, -DPIC is meaningless:
8872 *djgpp*)
8873 lt_prog_compiler_pic=
8874 ;;
8875 *)
8876 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8877 ;;
8878 esac
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8880 $as_echo "$lt_prog_compiler_pic" >&6; }
8881
8882
8883
8884
8885
8886
8887 #
8888 # Check to make sure the PIC flag actually works.
8889 #
8890 if test -n "$lt_prog_compiler_pic"; then
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8892 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8893 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8894 $as_echo_n "(cached) " >&6
8895 else
8896 lt_cv_prog_compiler_pic_works=no
8897 ac_outfile=conftest.$ac_objext
8898 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8899 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8900 # Insert the option either (1) after the last *FLAGS variable, or
8901 # (2) before a word containing "conftest.", or (3) at the end.
8902 # Note that $ac_compile itself does not contain backslashes and begins
8903 # with a dollar sign (not a hyphen), so the echo should work correctly.
8904 # The option is referenced via a variable to avoid confusing sed.
8905 lt_compile=`echo "$ac_compile" | $SED \
8906 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8907 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8908 -e 's:$: $lt_compiler_flag:'`
8909 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8910 (eval "$lt_compile" 2>conftest.err)
8911 ac_status=$?
8912 cat conftest.err >&5
8913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8914 if (exit $ac_status) && test -s "$ac_outfile"; then
8915 # The compiler can only warn and ignore the option if not recognized
8916 # So say no if there are warnings other than the usual output.
8917 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8918 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8919 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8920 lt_cv_prog_compiler_pic_works=yes
8921 fi
8922 fi
8923 $RM conftest*
8924
8925 fi
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8927 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8928
8929 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8930 case $lt_prog_compiler_pic in
8931 "" | " "*) ;;
8932 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8933 esac
8934 else
8935 lt_prog_compiler_pic=
8936 lt_prog_compiler_can_build_shared=no
8937 fi
8938
8939 fi
8940
8941
8942
8943
8944
8945
8946 #
8947 # Check to make sure the static flag actually works.
8948 #
8949 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8951 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8952 if ${lt_cv_prog_compiler_static_works+:} false; then :
8953 $as_echo_n "(cached) " >&6
8954 else
8955 lt_cv_prog_compiler_static_works=no
8956 save_LDFLAGS="$LDFLAGS"
8957 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8958 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8959 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8960 # The linker can only warn and ignore the option if not recognized
8961 # So say no if there are warnings
8962 if test -s conftest.err; then
8963 # Append any errors to the config.log.
8964 cat conftest.err 1>&5
8965 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8966 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8967 if diff conftest.exp conftest.er2 >/dev/null; then
8968 lt_cv_prog_compiler_static_works=yes
8969 fi
8970 else
8971 lt_cv_prog_compiler_static_works=yes
8972 fi
8973 fi
8974 $RM -r conftest*
8975 LDFLAGS="$save_LDFLAGS"
8976
8977 fi
8978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8979 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8980
8981 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8982 :
8983 else
8984 lt_prog_compiler_static=
8985 fi
8986
8987
8988
8989
8990
8991
8992
8993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8994 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8995 if ${lt_cv_prog_compiler_c_o+:} false; then :
8996 $as_echo_n "(cached) " >&6
8997 else
8998 lt_cv_prog_compiler_c_o=no
8999 $RM -r conftest 2>/dev/null
9000 mkdir conftest
9001 cd conftest
9002 mkdir out
9003 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9004
9005 lt_compiler_flag="-o out/conftest2.$ac_objext"
9006 # Insert the option either (1) after the last *FLAGS variable, or
9007 # (2) before a word containing "conftest.", or (3) at the end.
9008 # Note that $ac_compile itself does not contain backslashes and begins
9009 # with a dollar sign (not a hyphen), so the echo should work correctly.
9010 lt_compile=`echo "$ac_compile" | $SED \
9011 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9012 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9013 -e 's:$: $lt_compiler_flag:'`
9014 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9015 (eval "$lt_compile" 2>out/conftest.err)
9016 ac_status=$?
9017 cat out/conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9020 then
9021 # The compiler can only warn and ignore the option if not recognized
9022 # So say no if there are warnings
9023 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9024 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9025 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9026 lt_cv_prog_compiler_c_o=yes
9027 fi
9028 fi
9029 chmod u+w . 2>&5
9030 $RM conftest*
9031 # SGI C++ compiler will create directory out/ii_files/ for
9032 # template instantiation
9033 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9034 $RM out/* && rmdir out
9035 cd ..
9036 $RM -r conftest
9037 $RM conftest*
9038
9039 fi
9040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9041 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9042
9043
9044
9045
9046
9047
9048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9049 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9050 if ${lt_cv_prog_compiler_c_o+:} false; then :
9051 $as_echo_n "(cached) " >&6
9052 else
9053 lt_cv_prog_compiler_c_o=no
9054 $RM -r conftest 2>/dev/null
9055 mkdir conftest
9056 cd conftest
9057 mkdir out
9058 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9059
9060 lt_compiler_flag="-o out/conftest2.$ac_objext"
9061 # Insert the option either (1) after the last *FLAGS variable, or
9062 # (2) before a word containing "conftest.", or (3) at the end.
9063 # Note that $ac_compile itself does not contain backslashes and begins
9064 # with a dollar sign (not a hyphen), so the echo should work correctly.
9065 lt_compile=`echo "$ac_compile" | $SED \
9066 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9067 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9068 -e 's:$: $lt_compiler_flag:'`
9069 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9070 (eval "$lt_compile" 2>out/conftest.err)
9071 ac_status=$?
9072 cat out/conftest.err >&5
9073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9074 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9075 then
9076 # The compiler can only warn and ignore the option if not recognized
9077 # So say no if there are warnings
9078 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9079 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9080 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9081 lt_cv_prog_compiler_c_o=yes
9082 fi
9083 fi
9084 chmod u+w . 2>&5
9085 $RM conftest*
9086 # SGI C++ compiler will create directory out/ii_files/ for
9087 # template instantiation
9088 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9089 $RM out/* && rmdir out
9090 cd ..
9091 $RM -r conftest
9092 $RM conftest*
9093
9094 fi
9095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9096 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9097
9098
9099
9100
9101 hard_links="nottested"
9102 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9103 # do not overwrite the value of need_locks provided by the user
9104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9105 $as_echo_n "checking if we can lock with hard links... " >&6; }
9106 hard_links=yes
9107 $RM conftest*
9108 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9109 touch conftest.a
9110 ln conftest.a conftest.b 2>&5 || hard_links=no
9111 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9113 $as_echo "$hard_links" >&6; }
9114 if test "$hard_links" = no; then
9115 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9116 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9117 need_locks=warn
9118 fi
9119 else
9120 need_locks=no
9121 fi
9122
9123
9124
9125
9126
9127
9128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9129 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9130
9131 runpath_var=
9132 allow_undefined_flag=
9133 always_export_symbols=no
9134 archive_cmds=
9135 archive_expsym_cmds=
9136 compiler_needs_object=no
9137 enable_shared_with_static_runtimes=no
9138 export_dynamic_flag_spec=
9139 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9140 hardcode_automatic=no
9141 hardcode_direct=no
9142 hardcode_direct_absolute=no
9143 hardcode_libdir_flag_spec=
9144 hardcode_libdir_flag_spec_ld=
9145 hardcode_libdir_separator=
9146 hardcode_minus_L=no
9147 hardcode_shlibpath_var=unsupported
9148 inherit_rpath=no
9149 link_all_deplibs=unknown
9150 module_cmds=
9151 module_expsym_cmds=
9152 old_archive_from_new_cmds=
9153 old_archive_from_expsyms_cmds=
9154 thread_safe_flag_spec=
9155 whole_archive_flag_spec=
9156 # include_expsyms should be a list of space-separated symbols to be *always*
9157 # included in the symbol list
9158 include_expsyms=
9159 # exclude_expsyms can be an extended regexp of symbols to exclude
9160 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9161 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9162 # as well as any symbol that contains `d'.
9163 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9164 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9165 # platforms (ab)use it in PIC code, but their linkers get confused if
9166 # the symbol is explicitly referenced. Since portable code cannot
9167 # rely on this symbol name, it's probably fine to never include it in
9168 # preloaded symbol tables.
9169 # Exclude shared library initialization/finalization symbols.
9170 extract_expsyms_cmds=
9171
9172 case $host_os in
9173 cygwin* | mingw* | pw32* | cegcc*)
9174 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9175 # When not using gcc, we currently assume that we are using
9176 # Microsoft Visual C++.
9177 if test "$GCC" != yes; then
9178 with_gnu_ld=no
9179 fi
9180 ;;
9181 interix*)
9182 # we just hope/assume this is gcc and not c89 (= MSVC++)
9183 with_gnu_ld=yes
9184 ;;
9185 openbsd*)
9186 with_gnu_ld=no
9187 ;;
9188 esac
9189
9190 ld_shlibs=yes
9191
9192 # On some targets, GNU ld is compatible enough with the native linker
9193 # that we're better off using the native interface for both.
9194 lt_use_gnu_ld_interface=no
9195 if test "$with_gnu_ld" = yes; then
9196 case $host_os in
9197 aix*)
9198 # The AIX port of GNU ld has always aspired to compatibility
9199 # with the native linker. However, as the warning in the GNU ld
9200 # block says, versions before 2.19.5* couldn't really create working
9201 # shared libraries, regardless of the interface used.
9202 case `$LD -v 2>&1` in
9203 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9204 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9205 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9206 *)
9207 lt_use_gnu_ld_interface=yes
9208 ;;
9209 esac
9210 ;;
9211 *)
9212 lt_use_gnu_ld_interface=yes
9213 ;;
9214 esac
9215 fi
9216
9217 if test "$lt_use_gnu_ld_interface" = yes; then
9218 # If archive_cmds runs LD, not CC, wlarc should be empty
9219 wlarc='${wl}'
9220
9221 # Set some defaults for GNU ld with shared library support. These
9222 # are reset later if shared libraries are not supported. Putting them
9223 # here allows them to be overridden if necessary.
9224 runpath_var=LD_RUN_PATH
9225 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9226 export_dynamic_flag_spec='${wl}--export-dynamic'
9227 # ancient GNU ld didn't support --whole-archive et. al.
9228 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9229 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9230 else
9231 whole_archive_flag_spec=
9232 fi
9233 supports_anon_versioning=no
9234 case `$LD -v 2>&1` in
9235 *GNU\ gold*) supports_anon_versioning=yes ;;
9236 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9237 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9238 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9239 *\ 2.11.*) ;; # other 2.11 versions
9240 *) supports_anon_versioning=yes ;;
9241 esac
9242
9243 # See if GNU ld supports shared libraries.
9244 case $host_os in
9245 aix[3-9]*)
9246 # On AIX/PPC, the GNU linker is very broken
9247 if test "$host_cpu" != ia64; then
9248 ld_shlibs=no
9249 cat <<_LT_EOF 1>&2
9250
9251 *** Warning: the GNU linker, at least up to release 2.19, is reported
9252 *** to be unable to reliably create shared libraries on AIX.
9253 *** Therefore, libtool is disabling shared libraries support. If you
9254 *** really care for shared libraries, you may want to install binutils
9255 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9256 *** You will then need to restart the configuration process.
9257
9258 _LT_EOF
9259 fi
9260 ;;
9261
9262 amigaos*)
9263 case $host_cpu in
9264 powerpc)
9265 # see comment about AmigaOS4 .so support
9266 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9267 archive_expsym_cmds=''
9268 ;;
9269 m68k)
9270 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)'
9271 hardcode_libdir_flag_spec='-L$libdir'
9272 hardcode_minus_L=yes
9273 ;;
9274 esac
9275 ;;
9276
9277 beos*)
9278 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9279 allow_undefined_flag=unsupported
9280 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9281 # support --undefined. This deserves some investigation. FIXME
9282 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9283 else
9284 ld_shlibs=no
9285 fi
9286 ;;
9287
9288 cygwin* | mingw* | pw32* | cegcc*)
9289 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9290 # as there is no search path for DLLs.
9291 hardcode_libdir_flag_spec='-L$libdir'
9292 export_dynamic_flag_spec='${wl}--export-all-symbols'
9293 allow_undefined_flag=unsupported
9294 always_export_symbols=no
9295 enable_shared_with_static_runtimes=yes
9296 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9297
9298 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9299 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9300 # If the export-symbols file already is a .def file (1st line
9301 # is EXPORTS), use it as is; otherwise, prepend...
9302 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9303 cp $export_symbols $output_objdir/$soname.def;
9304 else
9305 echo EXPORTS > $output_objdir/$soname.def;
9306 cat $export_symbols >> $output_objdir/$soname.def;
9307 fi~
9308 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9309 else
9310 ld_shlibs=no
9311 fi
9312 ;;
9313
9314 haiku*)
9315 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9316 link_all_deplibs=yes
9317 ;;
9318
9319 interix[3-9]*)
9320 hardcode_direct=no
9321 hardcode_shlibpath_var=no
9322 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9323 export_dynamic_flag_spec='${wl}-E'
9324 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9325 # Instead, shared libraries are loaded at an image base (0x10000000 by
9326 # default) and relocated if they conflict, which is a slow very memory
9327 # consuming and fragmenting process. To avoid this, we pick a random,
9328 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9329 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9330 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9331 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'
9332 ;;
9333
9334 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9335 tmp_diet=no
9336 if test "$host_os" = linux-dietlibc; then
9337 case $cc_basename in
9338 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9339 esac
9340 fi
9341 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9342 && test "$tmp_diet" = no
9343 then
9344 tmp_addflag=' $pic_flag'
9345 tmp_sharedflag='-shared'
9346 case $cc_basename,$host_cpu in
9347 pgcc*) # Portland Group C compiler
9348 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'
9349 tmp_addflag=' $pic_flag'
9350 ;;
9351 pgf77* | pgf90* | pgf95* | pgfortran*)
9352 # Portland Group f77 and f90 compilers
9353 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'
9354 tmp_addflag=' $pic_flag -Mnomain' ;;
9355 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9356 tmp_addflag=' -i_dynamic' ;;
9357 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9358 tmp_addflag=' -i_dynamic -nofor_main' ;;
9359 ifc* | ifort*) # Intel Fortran compiler
9360 tmp_addflag=' -nofor_main' ;;
9361 lf95*) # Lahey Fortran 8.1
9362 whole_archive_flag_spec=
9363 tmp_sharedflag='--shared' ;;
9364 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9365 tmp_sharedflag='-qmkshrobj'
9366 tmp_addflag= ;;
9367 nvcc*) # Cuda Compiler Driver 2.2
9368 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'
9369 compiler_needs_object=yes
9370 ;;
9371 esac
9372 case `$CC -V 2>&1 | sed 5q` in
9373 *Sun\ C*) # Sun C 5.9
9374 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'
9375 compiler_needs_object=yes
9376 tmp_sharedflag='-G' ;;
9377 *Sun\ F*) # Sun Fortran 8.3
9378 tmp_sharedflag='-G' ;;
9379 esac
9380 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9381
9382 if test "x$supports_anon_versioning" = xyes; then
9383 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9384 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9385 echo "local: *; };" >> $output_objdir/$libname.ver~
9386 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9387 fi
9388
9389 case $cc_basename in
9390 xlf* | bgf* | bgxlf* | mpixlf*)
9391 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9392 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9393 hardcode_libdir_flag_spec=
9394 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9395 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9396 if test "x$supports_anon_versioning" = xyes; then
9397 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9398 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9399 echo "local: *; };" >> $output_objdir/$libname.ver~
9400 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9401 fi
9402 ;;
9403 esac
9404 else
9405 ld_shlibs=no
9406 fi
9407 ;;
9408
9409 netbsd*)
9410 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9411 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9412 wlarc=
9413 else
9414 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9415 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9416 fi
9417 ;;
9418
9419 solaris*)
9420 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9421 ld_shlibs=no
9422 cat <<_LT_EOF 1>&2
9423
9424 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9425 *** create shared libraries on Solaris systems. Therefore, libtool
9426 *** is disabling shared libraries support. We urge you to upgrade GNU
9427 *** binutils to release 2.9.1 or newer. Another option is to modify
9428 *** your PATH or compiler configuration so that the native linker is
9429 *** used, and then restart.
9430
9431 _LT_EOF
9432 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9433 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9434 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9435 else
9436 ld_shlibs=no
9437 fi
9438 ;;
9439
9440 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9441 case `$LD -v 2>&1` in
9442 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9443 ld_shlibs=no
9444 cat <<_LT_EOF 1>&2
9445
9446 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9447 *** reliably create shared libraries on SCO systems. Therefore, libtool
9448 *** is disabling shared libraries support. We urge you to upgrade GNU
9449 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9450 *** your PATH or compiler configuration so that the native linker is
9451 *** used, and then restart.
9452
9453 _LT_EOF
9454 ;;
9455 *)
9456 # For security reasons, it is highly recommended that you always
9457 # use absolute paths for naming shared libraries, and exclude the
9458 # DT_RUNPATH tag from executables and libraries. But doing so
9459 # requires that you compile everything twice, which is a pain.
9460 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9461 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9462 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9463 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9464 else
9465 ld_shlibs=no
9466 fi
9467 ;;
9468 esac
9469 ;;
9470
9471 sunos4*)
9472 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9473 wlarc=
9474 hardcode_direct=yes
9475 hardcode_shlibpath_var=no
9476 ;;
9477
9478 *)
9479 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9480 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9481 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9482 else
9483 ld_shlibs=no
9484 fi
9485 ;;
9486 esac
9487
9488 if test "$ld_shlibs" = no; then
9489 runpath_var=
9490 hardcode_libdir_flag_spec=
9491 export_dynamic_flag_spec=
9492 whole_archive_flag_spec=
9493 fi
9494 else
9495 # PORTME fill in a description of your system's linker (not GNU ld)
9496 case $host_os in
9497 aix3*)
9498 allow_undefined_flag=unsupported
9499 always_export_symbols=yes
9500 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'
9501 # Note: this linker hardcodes the directories in LIBPATH if there
9502 # are no directories specified by -L.
9503 hardcode_minus_L=yes
9504 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9505 # Neither direct hardcoding nor static linking is supported with a
9506 # broken collect2.
9507 hardcode_direct=unsupported
9508 fi
9509 ;;
9510
9511 aix[4-9]*)
9512 if test "$host_cpu" = ia64; then
9513 # On IA64, the linker does run time linking by default, so we don't
9514 # have to do anything special.
9515 aix_use_runtimelinking=no
9516 exp_sym_flag='-Bexport'
9517 no_entry_flag=""
9518 else
9519 # If we're using GNU nm, then we don't want the "-C" option.
9520 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9521 # Also, AIX nm treats weak defined symbols like other global
9522 # defined symbols, whereas GNU nm marks them as "W".
9523 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9524 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'
9525 else
9526 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'
9527 fi
9528 aix_use_runtimelinking=no
9529
9530 # Test if we are trying to use run time linking or normal
9531 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9532 # need to do runtime linking.
9533 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9534 for ld_flag in $LDFLAGS; do
9535 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9536 aix_use_runtimelinking=yes
9537 break
9538 fi
9539 done
9540 ;;
9541 esac
9542
9543 exp_sym_flag='-bexport'
9544 no_entry_flag='-bnoentry'
9545 fi
9546
9547 # When large executables or shared objects are built, AIX ld can
9548 # have problems creating the table of contents. If linking a library
9549 # or program results in "error TOC overflow" add -mminimal-toc to
9550 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9551 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9552
9553 archive_cmds=''
9554 hardcode_direct=yes
9555 hardcode_direct_absolute=yes
9556 hardcode_libdir_separator=':'
9557 link_all_deplibs=yes
9558 file_list_spec='${wl}-f,'
9559
9560 if test "$GCC" = yes; then
9561 case $host_os in aix4.[012]|aix4.[012].*)
9562 # We only want to do this on AIX 4.2 and lower, the check
9563 # below for broken collect2 doesn't work under 4.3+
9564 collect2name=`${CC} -print-prog-name=collect2`
9565 if test -f "$collect2name" &&
9566 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9567 then
9568 # We have reworked collect2
9569 :
9570 else
9571 # We have old collect2
9572 hardcode_direct=unsupported
9573 # It fails to find uninstalled libraries when the uninstalled
9574 # path is not listed in the libpath. Setting hardcode_minus_L
9575 # to unsupported forces relinking
9576 hardcode_minus_L=yes
9577 hardcode_libdir_flag_spec='-L$libdir'
9578 hardcode_libdir_separator=
9579 fi
9580 ;;
9581 esac
9582 shared_flag='-shared'
9583 if test "$aix_use_runtimelinking" = yes; then
9584 shared_flag="$shared_flag "'${wl}-G'
9585 fi
9586 else
9587 # not using gcc
9588 if test "$host_cpu" = ia64; then
9589 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9590 # chokes on -Wl,-G. The following line is correct:
9591 shared_flag='-G'
9592 else
9593 if test "$aix_use_runtimelinking" = yes; then
9594 shared_flag='${wl}-G'
9595 else
9596 shared_flag='${wl}-bM:SRE'
9597 fi
9598 fi
9599 fi
9600
9601 export_dynamic_flag_spec='${wl}-bexpall'
9602 # It seems that -bexpall does not export symbols beginning with
9603 # underscore (_), so it is better to generate a list of symbols to export.
9604 always_export_symbols=yes
9605 if test "$aix_use_runtimelinking" = yes; then
9606 # Warning - without using the other runtime loading flags (-brtl),
9607 # -berok will link without error, but may produce a broken library.
9608 allow_undefined_flag='-berok'
9609 # Determine the default libpath from the value encoded in an
9610 # empty executable.
9611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9612 /* end confdefs.h. */
9613
9614 int
9615 main ()
9616 {
9617
9618 ;
9619 return 0;
9620 }
9621 _ACEOF
9622 if ac_fn_c_try_link "$LINENO"; then :
9623
9624 lt_aix_libpath_sed='
9625 /Import File Strings/,/^$/ {
9626 /^0/ {
9627 s/^0 *\(.*\)$/\1/
9628 p
9629 }
9630 }'
9631 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9632 # Check for a 64-bit object if we didn't find anything.
9633 if test -z "$aix_libpath"; then
9634 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9635 fi
9636 fi
9637 rm -f core conftest.err conftest.$ac_objext \
9638 conftest$ac_exeext conftest.$ac_ext
9639 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9640
9641 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9642 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"
9643 else
9644 if test "$host_cpu" = ia64; then
9645 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9646 allow_undefined_flag="-z nodefs"
9647 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"
9648 else
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 # Warning - without using the other run time loading flags,
9683 # -berok will link without error, but may produce a broken library.
9684 no_undefined_flag=' ${wl}-bernotok'
9685 allow_undefined_flag=' ${wl}-berok'
9686 if test "$with_gnu_ld" = yes; then
9687 # We only use this code for GNU lds that support --whole-archive.
9688 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9689 else
9690 # Exported symbols can be pulled into shared objects from archives
9691 whole_archive_flag_spec='$convenience'
9692 fi
9693 archive_cmds_need_lc=yes
9694 # This is similar to how AIX traditionally builds its shared libraries.
9695 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'
9696 fi
9697 fi
9698 ;;
9699
9700 amigaos*)
9701 case $host_cpu in
9702 powerpc)
9703 # see comment about AmigaOS4 .so support
9704 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9705 archive_expsym_cmds=''
9706 ;;
9707 m68k)
9708 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)'
9709 hardcode_libdir_flag_spec='-L$libdir'
9710 hardcode_minus_L=yes
9711 ;;
9712 esac
9713 ;;
9714
9715 bsdi[45]*)
9716 export_dynamic_flag_spec=-rdynamic
9717 ;;
9718
9719 cygwin* | mingw* | pw32* | cegcc*)
9720 # When not using gcc, we currently assume that we are using
9721 # Microsoft Visual C++.
9722 # hardcode_libdir_flag_spec is actually meaningless, as there is
9723 # no search path for DLLs.
9724 hardcode_libdir_flag_spec=' '
9725 allow_undefined_flag=unsupported
9726 # Tell ltmain to make .lib files, not .a files.
9727 libext=lib
9728 # Tell ltmain to make .dll files, not .so files.
9729 shrext_cmds=".dll"
9730 # FIXME: Setting linknames here is a bad hack.
9731 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9732 # The linker will automatically build a .lib file if we build a DLL.
9733 old_archive_from_new_cmds='true'
9734 # FIXME: Should let the user specify the lib program.
9735 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9736 fix_srcfile_path='`cygpath -w "$srcfile"`'
9737 enable_shared_with_static_runtimes=yes
9738 ;;
9739
9740 darwin* | rhapsody*)
9741
9742
9743 archive_cmds_need_lc=no
9744 hardcode_direct=no
9745 hardcode_automatic=yes
9746 hardcode_shlibpath_var=unsupported
9747 if test "$lt_cv_ld_force_load" = "yes"; then
9748 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\"`'
9749 else
9750 whole_archive_flag_spec=''
9751 fi
9752 link_all_deplibs=yes
9753 allow_undefined_flag="$_lt_dar_allow_undefined"
9754 case $cc_basename in
9755 ifort*) _lt_dar_can_shared=yes ;;
9756 *) _lt_dar_can_shared=$GCC ;;
9757 esac
9758 if test "$_lt_dar_can_shared" = "yes"; then
9759 output_verbose_link_cmd=func_echo_all
9760 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9761 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9762 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}"
9763 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}"
9764
9765 else
9766 ld_shlibs=no
9767 fi
9768
9769 ;;
9770
9771 dgux*)
9772 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_libdir_flag_spec='-L$libdir'
9774 hardcode_shlibpath_var=no
9775 ;;
9776
9777 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9778 # support. Future versions do this automatically, but an explicit c++rt0.o
9779 # does not break anything, and helps significantly (at the cost of a little
9780 # extra space).
9781 freebsd2.2*)
9782 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9783 hardcode_libdir_flag_spec='-R$libdir'
9784 hardcode_direct=yes
9785 hardcode_shlibpath_var=no
9786 ;;
9787
9788 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9789 freebsd2.*)
9790 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9791 hardcode_direct=yes
9792 hardcode_minus_L=yes
9793 hardcode_shlibpath_var=no
9794 ;;
9795
9796 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9797 freebsd* | dragonfly*)
9798 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9799 hardcode_libdir_flag_spec='-R$libdir'
9800 hardcode_direct=yes
9801 hardcode_shlibpath_var=no
9802 ;;
9803
9804 hpux9*)
9805 if test "$GCC" = yes; then
9806 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'
9807 else
9808 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'
9809 fi
9810 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9811 hardcode_libdir_separator=:
9812 hardcode_direct=yes
9813
9814 # hardcode_minus_L: Not really in the search PATH,
9815 # but as the default location of the library.
9816 hardcode_minus_L=yes
9817 export_dynamic_flag_spec='${wl}-E'
9818 ;;
9819
9820 hpux10*)
9821 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9822 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9823 else
9824 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9825 fi
9826 if test "$with_gnu_ld" = no; then
9827 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9828 hardcode_libdir_flag_spec_ld='+b $libdir'
9829 hardcode_libdir_separator=:
9830 hardcode_direct=yes
9831 hardcode_direct_absolute=yes
9832 export_dynamic_flag_spec='${wl}-E'
9833 # hardcode_minus_L: Not really in the search PATH,
9834 # but as the default location of the library.
9835 hardcode_minus_L=yes
9836 fi
9837 ;;
9838
9839 hpux11*)
9840 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9841 case $host_cpu in
9842 hppa*64*)
9843 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9844 ;;
9845 ia64*)
9846 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9847 ;;
9848 *)
9849 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9850 ;;
9851 esac
9852 else
9853 case $host_cpu in
9854 hppa*64*)
9855 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9856 ;;
9857 ia64*)
9858 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9859 ;;
9860 *)
9861
9862 # Older versions of the 11.00 compiler do not understand -b yet
9863 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9865 $as_echo_n "checking if $CC understands -b... " >&6; }
9866 if ${lt_cv_prog_compiler__b+:} false; then :
9867 $as_echo_n "(cached) " >&6
9868 else
9869 lt_cv_prog_compiler__b=no
9870 save_LDFLAGS="$LDFLAGS"
9871 LDFLAGS="$LDFLAGS -b"
9872 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9873 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9874 # The linker can only warn and ignore the option if not recognized
9875 # So say no if there are warnings
9876 if test -s conftest.err; then
9877 # Append any errors to the config.log.
9878 cat conftest.err 1>&5
9879 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9880 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9881 if diff conftest.exp conftest.er2 >/dev/null; then
9882 lt_cv_prog_compiler__b=yes
9883 fi
9884 else
9885 lt_cv_prog_compiler__b=yes
9886 fi
9887 fi
9888 $RM -r conftest*
9889 LDFLAGS="$save_LDFLAGS"
9890
9891 fi
9892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9893 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9894
9895 if test x"$lt_cv_prog_compiler__b" = xyes; then
9896 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9897 else
9898 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9899 fi
9900
9901 ;;
9902 esac
9903 fi
9904 if test "$with_gnu_ld" = no; then
9905 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9906 hardcode_libdir_separator=:
9907
9908 case $host_cpu in
9909 hppa*64*|ia64*)
9910 hardcode_direct=no
9911 hardcode_shlibpath_var=no
9912 ;;
9913 *)
9914 hardcode_direct=yes
9915 hardcode_direct_absolute=yes
9916 export_dynamic_flag_spec='${wl}-E'
9917
9918 # hardcode_minus_L: Not really in the search PATH,
9919 # but as the default location of the library.
9920 hardcode_minus_L=yes
9921 ;;
9922 esac
9923 fi
9924 ;;
9925
9926 irix5* | irix6* | nonstopux*)
9927 if test "$GCC" = yes; then
9928 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'
9929 # Try to use the -exported_symbol ld option, if it does not
9930 # work, assume that -exports_file does not work either and
9931 # implicitly export all symbols.
9932 save_LDFLAGS="$LDFLAGS"
9933 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9934 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9935 /* end confdefs.h. */
9936 int foo(void) {}
9937 _ACEOF
9938 if ac_fn_c_try_link "$LINENO"; then :
9939 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'
9940
9941 fi
9942 rm -f core conftest.err conftest.$ac_objext \
9943 conftest$ac_exeext conftest.$ac_ext
9944 LDFLAGS="$save_LDFLAGS"
9945 else
9946 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'
9947 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'
9948 fi
9949 archive_cmds_need_lc='no'
9950 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9951 hardcode_libdir_separator=:
9952 inherit_rpath=yes
9953 link_all_deplibs=yes
9954 ;;
9955
9956 netbsd*)
9957 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9958 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9959 else
9960 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9961 fi
9962 hardcode_libdir_flag_spec='-R$libdir'
9963 hardcode_direct=yes
9964 hardcode_shlibpath_var=no
9965 ;;
9966
9967 newsos6)
9968 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9969 hardcode_direct=yes
9970 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9971 hardcode_libdir_separator=:
9972 hardcode_shlibpath_var=no
9973 ;;
9974
9975 *nto* | *qnx*)
9976 ;;
9977
9978 openbsd*)
9979 if test -f /usr/libexec/ld.so; then
9980 hardcode_direct=yes
9981 hardcode_shlibpath_var=no
9982 hardcode_direct_absolute=yes
9983 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9984 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9985 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9986 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9987 export_dynamic_flag_spec='${wl}-E'
9988 else
9989 case $host_os in
9990 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9991 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9992 hardcode_libdir_flag_spec='-R$libdir'
9993 ;;
9994 *)
9995 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9996 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9997 ;;
9998 esac
9999 fi
10000 else
10001 ld_shlibs=no
10002 fi
10003 ;;
10004
10005 os2*)
10006 hardcode_libdir_flag_spec='-L$libdir'
10007 hardcode_minus_L=yes
10008 allow_undefined_flag=unsupported
10009 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'
10010 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10011 ;;
10012
10013 osf3*)
10014 if test "$GCC" = yes; then
10015 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10016 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'
10017 else
10018 allow_undefined_flag=' -expect_unresolved \*'
10019 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'
10020 fi
10021 archive_cmds_need_lc='no'
10022 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10023 hardcode_libdir_separator=:
10024 ;;
10025
10026 osf4* | osf5*) # as osf3* with the addition of -msym flag
10027 if test "$GCC" = yes; then
10028 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10029 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'
10030 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10031 else
10032 allow_undefined_flag=' -expect_unresolved \*'
10033 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'
10034 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~
10035 $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'
10036
10037 # Both c and cxx compiler support -rpath directly
10038 hardcode_libdir_flag_spec='-rpath $libdir'
10039 fi
10040 archive_cmds_need_lc='no'
10041 hardcode_libdir_separator=:
10042 ;;
10043
10044 solaris*)
10045 no_undefined_flag=' -z defs'
10046 if test "$GCC" = yes; then
10047 wlarc='${wl}'
10048 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10049 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10050 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10051 else
10052 case `$CC -V 2>&1` in
10053 *"Compilers 5.0"*)
10054 wlarc=''
10055 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10056 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10057 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10058 ;;
10059 *)
10060 wlarc='${wl}'
10061 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10062 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10063 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10064 ;;
10065 esac
10066 fi
10067 hardcode_libdir_flag_spec='-R$libdir'
10068 hardcode_shlibpath_var=no
10069 case $host_os in
10070 solaris2.[0-5] | solaris2.[0-5].*) ;;
10071 *)
10072 # The compiler driver will combine and reorder linker options,
10073 # but understands `-z linker_flag'. GCC discards it without `$wl',
10074 # but is careful enough not to reorder.
10075 # Supported since Solaris 2.6 (maybe 2.5.1?)
10076 if test "$GCC" = yes; then
10077 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10078 else
10079 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10080 fi
10081 ;;
10082 esac
10083 link_all_deplibs=yes
10084 ;;
10085
10086 sunos4*)
10087 if test "x$host_vendor" = xsequent; then
10088 # Use $CC to link under sequent, because it throws in some extra .o
10089 # files that make .init and .fini sections work.
10090 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10091 else
10092 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10093 fi
10094 hardcode_libdir_flag_spec='-L$libdir'
10095 hardcode_direct=yes
10096 hardcode_minus_L=yes
10097 hardcode_shlibpath_var=no
10098 ;;
10099
10100 sysv4)
10101 case $host_vendor in
10102 sni)
10103 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10104 hardcode_direct=yes # is this really true???
10105 ;;
10106 siemens)
10107 ## LD is ld it makes a PLAMLIB
10108 ## CC just makes a GrossModule.
10109 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10110 reload_cmds='$CC -r -o $output$reload_objs'
10111 hardcode_direct=no
10112 ;;
10113 motorola)
10114 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10115 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10116 ;;
10117 esac
10118 runpath_var='LD_RUN_PATH'
10119 hardcode_shlibpath_var=no
10120 ;;
10121
10122 sysv4.3*)
10123 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10124 hardcode_shlibpath_var=no
10125 export_dynamic_flag_spec='-Bexport'
10126 ;;
10127
10128 sysv4*MP*)
10129 if test -d /usr/nec; then
10130 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10131 hardcode_shlibpath_var=no
10132 runpath_var=LD_RUN_PATH
10133 hardcode_runpath_var=yes
10134 ld_shlibs=yes
10135 fi
10136 ;;
10137
10138 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10139 no_undefined_flag='${wl}-z,text'
10140 archive_cmds_need_lc=no
10141 hardcode_shlibpath_var=no
10142 runpath_var='LD_RUN_PATH'
10143
10144 if test "$GCC" = yes; then
10145 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10146 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10147 else
10148 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10149 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10150 fi
10151 ;;
10152
10153 sysv5* | sco3.2v5* | sco5v6*)
10154 # Note: We can NOT use -z defs as we might desire, because we do not
10155 # link with -lc, and that would cause any symbols used from libc to
10156 # always be unresolved, which means just about no library would
10157 # ever link correctly. If we're not using GNU ld we use -z text
10158 # though, which does catch some bad symbols but isn't as heavy-handed
10159 # as -z defs.
10160 no_undefined_flag='${wl}-z,text'
10161 allow_undefined_flag='${wl}-z,nodefs'
10162 archive_cmds_need_lc=no
10163 hardcode_shlibpath_var=no
10164 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10165 hardcode_libdir_separator=':'
10166 link_all_deplibs=yes
10167 export_dynamic_flag_spec='${wl}-Bexport'
10168 runpath_var='LD_RUN_PATH'
10169
10170 if test "$GCC" = yes; then
10171 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10172 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10173 else
10174 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10175 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10176 fi
10177 ;;
10178
10179 uts4*)
10180 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10181 hardcode_libdir_flag_spec='-L$libdir'
10182 hardcode_shlibpath_var=no
10183 ;;
10184
10185 *)
10186 ld_shlibs=no
10187 ;;
10188 esac
10189
10190 if test x$host_vendor = xsni; then
10191 case $host in
10192 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10193 export_dynamic_flag_spec='${wl}-Blargedynsym'
10194 ;;
10195 esac
10196 fi
10197 fi
10198
10199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10200 $as_echo "$ld_shlibs" >&6; }
10201 test "$ld_shlibs" = no && can_build_shared=no
10202
10203 with_gnu_ld=$with_gnu_ld
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219 #
10220 # Do we need to explicitly link libc?
10221 #
10222 case "x$archive_cmds_need_lc" in
10223 x|xyes)
10224 # Assume -lc should be added
10225 archive_cmds_need_lc=yes
10226
10227 if test "$enable_shared" = yes && test "$GCC" = yes; then
10228 case $archive_cmds in
10229 *'~'*)
10230 # FIXME: we may have to deal with multi-command sequences.
10231 ;;
10232 '$CC '*)
10233 # Test whether the compiler implicitly links with -lc since on some
10234 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10235 # to ld, don't add -lc before -lgcc.
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10237 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10238 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10239 $as_echo_n "(cached) " >&6
10240 else
10241 $RM conftest*
10242 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10243
10244 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10245 (eval $ac_compile) 2>&5
10246 ac_status=$?
10247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10248 test $ac_status = 0; } 2>conftest.err; then
10249 soname=conftest
10250 lib=conftest
10251 libobjs=conftest.$ac_objext
10252 deplibs=
10253 wl=$lt_prog_compiler_wl
10254 pic_flag=$lt_prog_compiler_pic
10255 compiler_flags=-v
10256 linker_flags=-v
10257 verstring=
10258 output_objdir=.
10259 libname=conftest
10260 lt_save_allow_undefined_flag=$allow_undefined_flag
10261 allow_undefined_flag=
10262 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10263 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10264 ac_status=$?
10265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10266 test $ac_status = 0; }
10267 then
10268 lt_cv_archive_cmds_need_lc=no
10269 else
10270 lt_cv_archive_cmds_need_lc=yes
10271 fi
10272 allow_undefined_flag=$lt_save_allow_undefined_flag
10273 else
10274 cat conftest.err 1>&5
10275 fi
10276 $RM conftest*
10277
10278 fi
10279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10280 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10281 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10282 ;;
10283 esac
10284 fi
10285 ;;
10286 esac
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10445 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10446
10447 if test "$GCC" = yes; then
10448 case $host_os in
10449 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10450 *) lt_awk_arg="/^libraries:/" ;;
10451 esac
10452 case $host_os in
10453 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10454 *) lt_sed_strip_eq="s,=/,/,g" ;;
10455 esac
10456 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10457 case $lt_search_path_spec in
10458 *\;*)
10459 # if the path contains ";" then we assume it to be the separator
10460 # otherwise default to the standard path separator (i.e. ":") - it is
10461 # assumed that no part of a normal pathname contains ";" but that should
10462 # okay in the real world where ";" in dirpaths is itself problematic.
10463 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10464 ;;
10465 *)
10466 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10467 ;;
10468 esac
10469 # Ok, now we have the path, separated by spaces, we can step through it
10470 # and add multilib dir if necessary.
10471 lt_tmp_lt_search_path_spec=
10472 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10473 for lt_sys_path in $lt_search_path_spec; do
10474 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10475 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10476 else
10477 test -d "$lt_sys_path" && \
10478 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10479 fi
10480 done
10481 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10482 BEGIN {RS=" "; FS="/|\n";} {
10483 lt_foo="";
10484 lt_count=0;
10485 for (lt_i = NF; lt_i > 0; lt_i--) {
10486 if ($lt_i != "" && $lt_i != ".") {
10487 if ($lt_i == "..") {
10488 lt_count++;
10489 } else {
10490 if (lt_count == 0) {
10491 lt_foo="/" $lt_i lt_foo;
10492 } else {
10493 lt_count--;
10494 }
10495 }
10496 }
10497 }
10498 if (lt_foo != "") { lt_freq[lt_foo]++; }
10499 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10500 }'`
10501 # AWK program above erroneously prepends '/' to C:/dos/paths
10502 # for these hosts.
10503 case $host_os in
10504 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10505 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10506 esac
10507 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10508 else
10509 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10510 fi
10511 library_names_spec=
10512 libname_spec='lib$name'
10513 soname_spec=
10514 shrext_cmds=".so"
10515 postinstall_cmds=
10516 postuninstall_cmds=
10517 finish_cmds=
10518 finish_eval=
10519 shlibpath_var=
10520 shlibpath_overrides_runpath=unknown
10521 version_type=none
10522 dynamic_linker="$host_os ld.so"
10523 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10524 need_lib_prefix=unknown
10525 hardcode_into_libs=no
10526
10527 # when you set need_version to no, make sure it does not cause -set_version
10528 # flags to be left without arguments
10529 need_version=unknown
10530
10531 case $host_os in
10532 aix3*)
10533 version_type=linux
10534 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10535 shlibpath_var=LIBPATH
10536
10537 # AIX 3 has no versioning support, so we append a major version to the name.
10538 soname_spec='${libname}${release}${shared_ext}$major'
10539 ;;
10540
10541 aix[4-9]*)
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 hardcode_into_libs=yes
10546 if test "$host_cpu" = ia64; then
10547 # AIX 5 supports IA64
10548 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10549 shlibpath_var=LD_LIBRARY_PATH
10550 else
10551 # With GCC up to 2.95.x, collect2 would create an import file
10552 # for dependence libraries. The import file would start with
10553 # the line `#! .'. This would cause the generated library to
10554 # depend on `.', always an invalid library. This was fixed in
10555 # development snapshots of GCC prior to 3.0.
10556 case $host_os in
10557 aix4 | aix4.[01] | aix4.[01].*)
10558 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10559 echo ' yes '
10560 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10561 :
10562 else
10563 can_build_shared=no
10564 fi
10565 ;;
10566 esac
10567 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10568 # soname into executable. Probably we can add versioning support to
10569 # collect2, so additional links can be useful in future.
10570 if test "$aix_use_runtimelinking" = yes; then
10571 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10572 # instead of lib<name>.a to let people know that these are not
10573 # typical AIX shared libraries.
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10575 else
10576 # We preserve .a as extension for shared libraries through AIX4.2
10577 # and later when we are not doing run time linking.
10578 library_names_spec='${libname}${release}.a $libname.a'
10579 soname_spec='${libname}${release}${shared_ext}$major'
10580 fi
10581 shlibpath_var=LIBPATH
10582 fi
10583 ;;
10584
10585 amigaos*)
10586 case $host_cpu in
10587 powerpc)
10588 # Since July 2007 AmigaOS4 officially supports .so libraries.
10589 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10590 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10591 ;;
10592 m68k)
10593 library_names_spec='$libname.ixlibrary $libname.a'
10594 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10595 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'
10596 ;;
10597 esac
10598 ;;
10599
10600 beos*)
10601 library_names_spec='${libname}${shared_ext}'
10602 dynamic_linker="$host_os ld.so"
10603 shlibpath_var=LIBRARY_PATH
10604 ;;
10605
10606 bsdi[45]*)
10607 version_type=linux
10608 need_version=no
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10612 shlibpath_var=LD_LIBRARY_PATH
10613 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10614 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10615 # the default ld.so.conf also contains /usr/contrib/lib and
10616 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10617 # libtool to hard-code these into programs
10618 ;;
10619
10620 cygwin* | mingw* | pw32* | cegcc*)
10621 version_type=windows
10622 shrext_cmds=".dll"
10623 need_version=no
10624 need_lib_prefix=no
10625
10626 case $GCC,$host_os in
10627 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10628 library_names_spec='$libname.dll.a'
10629 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10630 postinstall_cmds='base_file=`basename \${file}`~
10631 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10632 dldir=$destdir/`dirname \$dlpath`~
10633 test -d \$dldir || mkdir -p \$dldir~
10634 $install_prog $dir/$dlname \$dldir/$dlname~
10635 chmod a+x \$dldir/$dlname~
10636 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10637 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10638 fi'
10639 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10640 dlpath=$dir/\$dldll~
10641 $RM \$dlpath'
10642 shlibpath_overrides_runpath=yes
10643
10644 case $host_os in
10645 cygwin*)
10646 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10647 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10648
10649 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10650 ;;
10651 mingw* | cegcc*)
10652 # MinGW DLLs use traditional 'lib' prefix
10653 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10654 ;;
10655 pw32*)
10656 # pw32 DLLs use 'pw' prefix rather than 'lib'
10657 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10658 ;;
10659 esac
10660 ;;
10661
10662 *)
10663 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10664 ;;
10665 esac
10666 dynamic_linker='Win32 ld.exe'
10667 # FIXME: first we should search . and the directory the executable is in
10668 shlibpath_var=PATH
10669 ;;
10670
10671 darwin* | rhapsody*)
10672 dynamic_linker="$host_os dyld"
10673 version_type=darwin
10674 need_lib_prefix=no
10675 need_version=no
10676 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10677 soname_spec='${libname}${release}${major}$shared_ext'
10678 shlibpath_overrides_runpath=yes
10679 shlibpath_var=DYLD_LIBRARY_PATH
10680 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10681
10682 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10683 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10684 ;;
10685
10686 dgux*)
10687 version_type=linux
10688 need_lib_prefix=no
10689 need_version=no
10690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10691 soname_spec='${libname}${release}${shared_ext}$major'
10692 shlibpath_var=LD_LIBRARY_PATH
10693 ;;
10694
10695 freebsd* | dragonfly*)
10696 # DragonFly does not have aout. When/if they implement a new
10697 # versioning mechanism, adjust this.
10698 if test -x /usr/bin/objformat; then
10699 objformat=`/usr/bin/objformat`
10700 else
10701 case $host_os in
10702 freebsd[23].*) objformat=aout ;;
10703 *) objformat=elf ;;
10704 esac
10705 fi
10706 version_type=freebsd-$objformat
10707 case $version_type in
10708 freebsd-elf*)
10709 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10710 need_version=no
10711 need_lib_prefix=no
10712 ;;
10713 freebsd-*)
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10715 need_version=yes
10716 ;;
10717 esac
10718 shlibpath_var=LD_LIBRARY_PATH
10719 case $host_os in
10720 freebsd2.*)
10721 shlibpath_overrides_runpath=yes
10722 ;;
10723 freebsd3.[01]* | freebsdelf3.[01]*)
10724 shlibpath_overrides_runpath=yes
10725 hardcode_into_libs=yes
10726 ;;
10727 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10728 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10729 shlibpath_overrides_runpath=no
10730 hardcode_into_libs=yes
10731 ;;
10732 *) # from 4.6 on, and DragonFly
10733 shlibpath_overrides_runpath=yes
10734 hardcode_into_libs=yes
10735 ;;
10736 esac
10737 ;;
10738
10739 gnu*)
10740 version_type=linux
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10744 soname_spec='${libname}${release}${shared_ext}$major'
10745 shlibpath_var=LD_LIBRARY_PATH
10746 hardcode_into_libs=yes
10747 ;;
10748
10749 haiku*)
10750 version_type=linux
10751 need_lib_prefix=no
10752 need_version=no
10753 dynamic_linker="$host_os runtime_loader"
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10755 soname_spec='${libname}${release}${shared_ext}$major'
10756 shlibpath_var=LIBRARY_PATH
10757 shlibpath_overrides_runpath=yes
10758 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10759 hardcode_into_libs=yes
10760 ;;
10761
10762 hpux9* | hpux10* | hpux11*)
10763 # Give a soname corresponding to the major version so that dld.sl refuses to
10764 # link against other versions.
10765 version_type=sunos
10766 need_lib_prefix=no
10767 need_version=no
10768 case $host_cpu in
10769 ia64*)
10770 shrext_cmds='.so'
10771 hardcode_into_libs=yes
10772 dynamic_linker="$host_os dld.so"
10773 shlibpath_var=LD_LIBRARY_PATH
10774 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10776 soname_spec='${libname}${release}${shared_ext}$major'
10777 if test "X$HPUX_IA64_MODE" = X32; then
10778 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10779 else
10780 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10781 fi
10782 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10783 ;;
10784 hppa*64*)
10785 shrext_cmds='.sl'
10786 hardcode_into_libs=yes
10787 dynamic_linker="$host_os dld.sl"
10788 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10789 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10790 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10791 soname_spec='${libname}${release}${shared_ext}$major'
10792 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10793 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10794 ;;
10795 *)
10796 shrext_cmds='.sl'
10797 dynamic_linker="$host_os dld.sl"
10798 shlibpath_var=SHLIB_PATH
10799 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10800 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10801 soname_spec='${libname}${release}${shared_ext}$major'
10802 ;;
10803 esac
10804 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10805 postinstall_cmds='chmod 555 $lib'
10806 # or fails outright, so override atomically:
10807 install_override_mode=555
10808 ;;
10809
10810 interix[3-9]*)
10811 version_type=linux
10812 need_lib_prefix=no
10813 need_version=no
10814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10815 soname_spec='${libname}${release}${shared_ext}$major'
10816 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10817 shlibpath_var=LD_LIBRARY_PATH
10818 shlibpath_overrides_runpath=no
10819 hardcode_into_libs=yes
10820 ;;
10821
10822 irix5* | irix6* | nonstopux*)
10823 case $host_os in
10824 nonstopux*) version_type=nonstopux ;;
10825 *)
10826 if test "$lt_cv_prog_gnu_ld" = yes; then
10827 version_type=linux
10828 else
10829 version_type=irix
10830 fi ;;
10831 esac
10832 need_lib_prefix=no
10833 need_version=no
10834 soname_spec='${libname}${release}${shared_ext}$major'
10835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10836 case $host_os in
10837 irix5* | nonstopux*)
10838 libsuff= shlibsuff=
10839 ;;
10840 *)
10841 case $LD in # libtool.m4 will add one of these switches to LD
10842 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10843 libsuff= shlibsuff= libmagic=32-bit;;
10844 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10845 libsuff=32 shlibsuff=N32 libmagic=N32;;
10846 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10847 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10848 *) libsuff= shlibsuff= libmagic=never-match;;
10849 esac
10850 ;;
10851 esac
10852 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10853 shlibpath_overrides_runpath=no
10854 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10855 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10856 hardcode_into_libs=yes
10857 ;;
10858
10859 # No shared lib support for Linux oldld, aout, or coff.
10860 linux*oldld* | linux*aout* | linux*coff*)
10861 dynamic_linker=no
10862 ;;
10863
10864 # This must be Linux ELF.
10865 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10866 version_type=linux
10867 need_lib_prefix=no
10868 need_version=no
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10872 shlibpath_var=LD_LIBRARY_PATH
10873 shlibpath_overrides_runpath=no
10874
10875 # Some binutils ld are patched to set DT_RUNPATH
10876 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10877 $as_echo_n "(cached) " >&6
10878 else
10879 lt_cv_shlibpath_overrides_runpath=no
10880 save_LDFLAGS=$LDFLAGS
10881 save_libdir=$libdir
10882 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10883 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10884 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10885 /* end confdefs.h. */
10886
10887 int
10888 main ()
10889 {
10890
10891 ;
10892 return 0;
10893 }
10894 _ACEOF
10895 if ac_fn_c_try_link "$LINENO"; then :
10896 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10897 lt_cv_shlibpath_overrides_runpath=yes
10898 fi
10899 fi
10900 rm -f core conftest.err conftest.$ac_objext \
10901 conftest$ac_exeext conftest.$ac_ext
10902 LDFLAGS=$save_LDFLAGS
10903 libdir=$save_libdir
10904
10905 fi
10906
10907 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10908
10909 # This implies no fast_install, which is unacceptable.
10910 # Some rework will be needed to allow for fast_install
10911 # before this can be enabled.
10912 hardcode_into_libs=yes
10913
10914 # Append ld.so.conf contents to the search path
10915 if test -f /etc/ld.so.conf; then
10916 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' ' '`
10917 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10918 fi
10919
10920 # We used to test for /lib/ld.so.1 and disable shared libraries on
10921 # powerpc, because MkLinux only supported shared libraries with the
10922 # GNU dynamic linker. Since this was broken with cross compilers,
10923 # most powerpc-linux boxes support dynamic linking these days and
10924 # people can always --disable-shared, the test was removed, and we
10925 # assume the GNU/Linux dynamic linker is in use.
10926 dynamic_linker='GNU/Linux ld.so'
10927 ;;
10928
10929 netbsd*)
10930 version_type=sunos
10931 need_lib_prefix=no
10932 need_version=no
10933 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10934 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10935 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10936 dynamic_linker='NetBSD (a.out) ld.so'
10937 else
10938 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10939 soname_spec='${libname}${release}${shared_ext}$major'
10940 dynamic_linker='NetBSD ld.elf_so'
10941 fi
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=yes
10944 hardcode_into_libs=yes
10945 ;;
10946
10947 newsos6)
10948 version_type=linux
10949 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10950 shlibpath_var=LD_LIBRARY_PATH
10951 shlibpath_overrides_runpath=yes
10952 ;;
10953
10954 *nto* | *qnx*)
10955 version_type=qnx
10956 need_lib_prefix=no
10957 need_version=no
10958 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10959 soname_spec='${libname}${release}${shared_ext}$major'
10960 shlibpath_var=LD_LIBRARY_PATH
10961 shlibpath_overrides_runpath=no
10962 hardcode_into_libs=yes
10963 dynamic_linker='ldqnx.so'
10964 ;;
10965
10966 openbsd*)
10967 version_type=sunos
10968 sys_lib_dlsearch_path_spec="/usr/lib"
10969 need_lib_prefix=no
10970 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10971 case $host_os in
10972 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10973 *) need_version=no ;;
10974 esac
10975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10976 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10977 shlibpath_var=LD_LIBRARY_PATH
10978 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10979 case $host_os in
10980 openbsd2.[89] | openbsd2.[89].*)
10981 shlibpath_overrides_runpath=no
10982 ;;
10983 *)
10984 shlibpath_overrides_runpath=yes
10985 ;;
10986 esac
10987 else
10988 shlibpath_overrides_runpath=yes
10989 fi
10990 ;;
10991
10992 os2*)
10993 libname_spec='$name'
10994 shrext_cmds=".dll"
10995 need_lib_prefix=no
10996 library_names_spec='$libname${shared_ext} $libname.a'
10997 dynamic_linker='OS/2 ld.exe'
10998 shlibpath_var=LIBPATH
10999 ;;
11000
11001 osf3* | osf4* | osf5*)
11002 version_type=osf
11003 need_lib_prefix=no
11004 need_version=no
11005 soname_spec='${libname}${release}${shared_ext}$major'
11006 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11007 shlibpath_var=LD_LIBRARY_PATH
11008 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11009 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11010 ;;
11011
11012 rdos*)
11013 dynamic_linker=no
11014 ;;
11015
11016 solaris*)
11017 version_type=linux
11018 need_lib_prefix=no
11019 need_version=no
11020 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11021 soname_spec='${libname}${release}${shared_ext}$major'
11022 shlibpath_var=LD_LIBRARY_PATH
11023 shlibpath_overrides_runpath=yes
11024 hardcode_into_libs=yes
11025 # ldd complains unless libraries are executable
11026 postinstall_cmds='chmod +x $lib'
11027 ;;
11028
11029 sunos4*)
11030 version_type=sunos
11031 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11032 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11033 shlibpath_var=LD_LIBRARY_PATH
11034 shlibpath_overrides_runpath=yes
11035 if test "$with_gnu_ld" = yes; then
11036 need_lib_prefix=no
11037 fi
11038 need_version=yes
11039 ;;
11040
11041 sysv4 | sysv4.3*)
11042 version_type=linux
11043 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11044 soname_spec='${libname}${release}${shared_ext}$major'
11045 shlibpath_var=LD_LIBRARY_PATH
11046 case $host_vendor in
11047 sni)
11048 shlibpath_overrides_runpath=no
11049 need_lib_prefix=no
11050 runpath_var=LD_RUN_PATH
11051 ;;
11052 siemens)
11053 need_lib_prefix=no
11054 ;;
11055 motorola)
11056 need_lib_prefix=no
11057 need_version=no
11058 shlibpath_overrides_runpath=no
11059 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11060 ;;
11061 esac
11062 ;;
11063
11064 sysv4*MP*)
11065 if test -d /usr/nec ;then
11066 version_type=linux
11067 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11068 soname_spec='$libname${shared_ext}.$major'
11069 shlibpath_var=LD_LIBRARY_PATH
11070 fi
11071 ;;
11072
11073 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11074 version_type=freebsd-elf
11075 need_lib_prefix=no
11076 need_version=no
11077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11078 soname_spec='${libname}${release}${shared_ext}$major'
11079 shlibpath_var=LD_LIBRARY_PATH
11080 shlibpath_overrides_runpath=yes
11081 hardcode_into_libs=yes
11082 if test "$with_gnu_ld" = yes; then
11083 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11084 else
11085 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11086 case $host_os in
11087 sco3.2v5*)
11088 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11089 ;;
11090 esac
11091 fi
11092 sys_lib_dlsearch_path_spec='/usr/lib'
11093 ;;
11094
11095 tpf*)
11096 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11097 version_type=linux
11098 need_lib_prefix=no
11099 need_version=no
11100 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11101 shlibpath_var=LD_LIBRARY_PATH
11102 shlibpath_overrides_runpath=no
11103 hardcode_into_libs=yes
11104 ;;
11105
11106 uts4*)
11107 version_type=linux
11108 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11109 soname_spec='${libname}${release}${shared_ext}$major'
11110 shlibpath_var=LD_LIBRARY_PATH
11111 ;;
11112
11113 *)
11114 dynamic_linker=no
11115 ;;
11116 esac
11117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11118 $as_echo "$dynamic_linker" >&6; }
11119 test "$dynamic_linker" = no && can_build_shared=no
11120
11121 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11122 if test "$GCC" = yes; then
11123 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11124 fi
11125
11126 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11127 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11128 fi
11129 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11130 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11131 fi
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11225 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11226 hardcode_action=
11227 if test -n "$hardcode_libdir_flag_spec" ||
11228 test -n "$runpath_var" ||
11229 test "X$hardcode_automatic" = "Xyes" ; then
11230
11231 # We can hardcode non-existent directories.
11232 if test "$hardcode_direct" != no &&
11233 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11234 # have to relink, otherwise we might link with an installed library
11235 # when we should be linking with a yet-to-be-installed one
11236 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11237 test "$hardcode_minus_L" != no; then
11238 # Linking always hardcodes the temporary library directory.
11239 hardcode_action=relink
11240 else
11241 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11242 hardcode_action=immediate
11243 fi
11244 else
11245 # We cannot hardcode anything, or else we can only hardcode existing
11246 # directories.
11247 hardcode_action=unsupported
11248 fi
11249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11250 $as_echo "$hardcode_action" >&6; }
11251
11252 if test "$hardcode_action" = relink ||
11253 test "$inherit_rpath" = yes; then
11254 # Fast installation is not supported
11255 enable_fast_install=no
11256 elif test "$shlibpath_overrides_runpath" = yes ||
11257 test "$enable_shared" = no; then
11258 # Fast installation is not necessary
11259 enable_fast_install=needless
11260 fi
11261
11262
11263
11264
11265
11266
11267 if test "x$enable_dlopen" != xyes; then
11268 enable_dlopen=unknown
11269 enable_dlopen_self=unknown
11270 enable_dlopen_self_static=unknown
11271 else
11272 lt_cv_dlopen=no
11273 lt_cv_dlopen_libs=
11274
11275 case $host_os in
11276 beos*)
11277 lt_cv_dlopen="load_add_on"
11278 lt_cv_dlopen_libs=
11279 lt_cv_dlopen_self=yes
11280 ;;
11281
11282 mingw* | pw32* | cegcc*)
11283 lt_cv_dlopen="LoadLibrary"
11284 lt_cv_dlopen_libs=
11285 ;;
11286
11287 cygwin*)
11288 lt_cv_dlopen="dlopen"
11289 lt_cv_dlopen_libs=
11290 ;;
11291
11292 darwin*)
11293 # if libdl is installed we need to link against it
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11295 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11296 if ${ac_cv_lib_dl_dlopen+:} false; then :
11297 $as_echo_n "(cached) " >&6
11298 else
11299 ac_check_lib_save_LIBS=$LIBS
11300 LIBS="-ldl $LIBS"
11301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11302 /* end confdefs.h. */
11303
11304 /* Override any GCC internal prototype to avoid an error.
11305 Use char because int might match the return type of a GCC
11306 builtin and then its argument prototype would still apply. */
11307 #ifdef __cplusplus
11308 extern "C"
11309 #endif
11310 char dlopen ();
11311 int
11312 main ()
11313 {
11314 return dlopen ();
11315 ;
11316 return 0;
11317 }
11318 _ACEOF
11319 if ac_fn_c_try_link "$LINENO"; then :
11320 ac_cv_lib_dl_dlopen=yes
11321 else
11322 ac_cv_lib_dl_dlopen=no
11323 fi
11324 rm -f core conftest.err conftest.$ac_objext \
11325 conftest$ac_exeext conftest.$ac_ext
11326 LIBS=$ac_check_lib_save_LIBS
11327 fi
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11329 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11330 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11331 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11332 else
11333
11334 lt_cv_dlopen="dyld"
11335 lt_cv_dlopen_libs=
11336 lt_cv_dlopen_self=yes
11337
11338 fi
11339
11340 ;;
11341
11342 *)
11343 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11344 if test "x$ac_cv_func_shl_load" = xyes; then :
11345 lt_cv_dlopen="shl_load"
11346 else
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11348 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11349 if ${ac_cv_lib_dld_shl_load+:} false; then :
11350 $as_echo_n "(cached) " >&6
11351 else
11352 ac_check_lib_save_LIBS=$LIBS
11353 LIBS="-ldld $LIBS"
11354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11355 /* end confdefs.h. */
11356
11357 /* Override any GCC internal prototype to avoid an error.
11358 Use char because int might match the return type of a GCC
11359 builtin and then its argument prototype would still apply. */
11360 #ifdef __cplusplus
11361 extern "C"
11362 #endif
11363 char shl_load ();
11364 int
11365 main ()
11366 {
11367 return shl_load ();
11368 ;
11369 return 0;
11370 }
11371 _ACEOF
11372 if ac_fn_c_try_link "$LINENO"; then :
11373 ac_cv_lib_dld_shl_load=yes
11374 else
11375 ac_cv_lib_dld_shl_load=no
11376 fi
11377 rm -f core conftest.err conftest.$ac_objext \
11378 conftest$ac_exeext conftest.$ac_ext
11379 LIBS=$ac_check_lib_save_LIBS
11380 fi
11381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11382 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11383 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11384 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11385 else
11386 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11387 if test "x$ac_cv_func_dlopen" = xyes; then :
11388 lt_cv_dlopen="dlopen"
11389 else
11390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11391 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11392 if ${ac_cv_lib_dl_dlopen+:} false; then :
11393 $as_echo_n "(cached) " >&6
11394 else
11395 ac_check_lib_save_LIBS=$LIBS
11396 LIBS="-ldl $LIBS"
11397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11398 /* end confdefs.h. */
11399
11400 /* Override any GCC internal prototype to avoid an error.
11401 Use char because int might match the return type of a GCC
11402 builtin and then its argument prototype would still apply. */
11403 #ifdef __cplusplus
11404 extern "C"
11405 #endif
11406 char dlopen ();
11407 int
11408 main ()
11409 {
11410 return dlopen ();
11411 ;
11412 return 0;
11413 }
11414 _ACEOF
11415 if ac_fn_c_try_link "$LINENO"; then :
11416 ac_cv_lib_dl_dlopen=yes
11417 else
11418 ac_cv_lib_dl_dlopen=no
11419 fi
11420 rm -f core conftest.err conftest.$ac_objext \
11421 conftest$ac_exeext conftest.$ac_ext
11422 LIBS=$ac_check_lib_save_LIBS
11423 fi
11424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11425 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11426 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11427 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11428 else
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11430 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11431 if ${ac_cv_lib_svld_dlopen+:} false; then :
11432 $as_echo_n "(cached) " >&6
11433 else
11434 ac_check_lib_save_LIBS=$LIBS
11435 LIBS="-lsvld $LIBS"
11436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11437 /* end confdefs.h. */
11438
11439 /* Override any GCC internal prototype to avoid an error.
11440 Use char because int might match the return type of a GCC
11441 builtin and then its argument prototype would still apply. */
11442 #ifdef __cplusplus
11443 extern "C"
11444 #endif
11445 char dlopen ();
11446 int
11447 main ()
11448 {
11449 return dlopen ();
11450 ;
11451 return 0;
11452 }
11453 _ACEOF
11454 if ac_fn_c_try_link "$LINENO"; then :
11455 ac_cv_lib_svld_dlopen=yes
11456 else
11457 ac_cv_lib_svld_dlopen=no
11458 fi
11459 rm -f core conftest.err conftest.$ac_objext \
11460 conftest$ac_exeext conftest.$ac_ext
11461 LIBS=$ac_check_lib_save_LIBS
11462 fi
11463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11464 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11465 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11466 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11467 else
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11469 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11470 if ${ac_cv_lib_dld_dld_link+:} false; then :
11471 $as_echo_n "(cached) " >&6
11472 else
11473 ac_check_lib_save_LIBS=$LIBS
11474 LIBS="-ldld $LIBS"
11475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11476 /* end confdefs.h. */
11477
11478 /* Override any GCC internal prototype to avoid an error.
11479 Use char because int might match the return type of a GCC
11480 builtin and then its argument prototype would still apply. */
11481 #ifdef __cplusplus
11482 extern "C"
11483 #endif
11484 char dld_link ();
11485 int
11486 main ()
11487 {
11488 return dld_link ();
11489 ;
11490 return 0;
11491 }
11492 _ACEOF
11493 if ac_fn_c_try_link "$LINENO"; then :
11494 ac_cv_lib_dld_dld_link=yes
11495 else
11496 ac_cv_lib_dld_dld_link=no
11497 fi
11498 rm -f core conftest.err conftest.$ac_objext \
11499 conftest$ac_exeext conftest.$ac_ext
11500 LIBS=$ac_check_lib_save_LIBS
11501 fi
11502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11503 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11504 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11505 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11506 fi
11507
11508
11509 fi
11510
11511
11512 fi
11513
11514
11515 fi
11516
11517
11518 fi
11519
11520
11521 fi
11522
11523 ;;
11524 esac
11525
11526 if test "x$lt_cv_dlopen" != xno; then
11527 enable_dlopen=yes
11528 else
11529 enable_dlopen=no
11530 fi
11531
11532 case $lt_cv_dlopen in
11533 dlopen)
11534 save_CPPFLAGS="$CPPFLAGS"
11535 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11536
11537 save_LDFLAGS="$LDFLAGS"
11538 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11539
11540 save_LIBS="$LIBS"
11541 LIBS="$lt_cv_dlopen_libs $LIBS"
11542
11543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11544 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11545 if ${lt_cv_dlopen_self+:} false; then :
11546 $as_echo_n "(cached) " >&6
11547 else
11548 if test "$cross_compiling" = yes; then :
11549 lt_cv_dlopen_self=cross
11550 else
11551 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11552 lt_status=$lt_dlunknown
11553 cat > conftest.$ac_ext <<_LT_EOF
11554 #line 11554 "configure"
11555 #include "confdefs.h"
11556
11557 #if HAVE_DLFCN_H
11558 #include <dlfcn.h>
11559 #endif
11560
11561 #include <stdio.h>
11562
11563 #ifdef RTLD_GLOBAL
11564 # define LT_DLGLOBAL RTLD_GLOBAL
11565 #else
11566 # ifdef DL_GLOBAL
11567 # define LT_DLGLOBAL DL_GLOBAL
11568 # else
11569 # define LT_DLGLOBAL 0
11570 # endif
11571 #endif
11572
11573 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11574 find out it does not work in some platform. */
11575 #ifndef LT_DLLAZY_OR_NOW
11576 # ifdef RTLD_LAZY
11577 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11578 # else
11579 # ifdef DL_LAZY
11580 # define LT_DLLAZY_OR_NOW DL_LAZY
11581 # else
11582 # ifdef RTLD_NOW
11583 # define LT_DLLAZY_OR_NOW RTLD_NOW
11584 # else
11585 # ifdef DL_NOW
11586 # define LT_DLLAZY_OR_NOW DL_NOW
11587 # else
11588 # define LT_DLLAZY_OR_NOW 0
11589 # endif
11590 # endif
11591 # endif
11592 # endif
11593 #endif
11594
11595 /* When -fvisbility=hidden is used, assume the code has been annotated
11596 correspondingly for the symbols needed. */
11597 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11598 void fnord () __attribute__((visibility("default")));
11599 #endif
11600
11601 void fnord () { int i=42; }
11602 int main ()
11603 {
11604 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11605 int status = $lt_dlunknown;
11606
11607 if (self)
11608 {
11609 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11610 else
11611 {
11612 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11613 else puts (dlerror ());
11614 }
11615 /* dlclose (self); */
11616 }
11617 else
11618 puts (dlerror ());
11619
11620 return status;
11621 }
11622 _LT_EOF
11623 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11624 (eval $ac_link) 2>&5
11625 ac_status=$?
11626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11627 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11628 (./conftest; exit; ) >&5 2>/dev/null
11629 lt_status=$?
11630 case x$lt_status in
11631 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11632 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11633 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11634 esac
11635 else :
11636 # compilation failed
11637 lt_cv_dlopen_self=no
11638 fi
11639 fi
11640 rm -fr conftest*
11641
11642
11643 fi
11644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11645 $as_echo "$lt_cv_dlopen_self" >&6; }
11646
11647 if test "x$lt_cv_dlopen_self" = xyes; then
11648 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11650 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11651 if ${lt_cv_dlopen_self_static+:} false; then :
11652 $as_echo_n "(cached) " >&6
11653 else
11654 if test "$cross_compiling" = yes; then :
11655 lt_cv_dlopen_self_static=cross
11656 else
11657 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11658 lt_status=$lt_dlunknown
11659 cat > conftest.$ac_ext <<_LT_EOF
11660 #line 11660 "configure"
11661 #include "confdefs.h"
11662
11663 #if HAVE_DLFCN_H
11664 #include <dlfcn.h>
11665 #endif
11666
11667 #include <stdio.h>
11668
11669 #ifdef RTLD_GLOBAL
11670 # define LT_DLGLOBAL RTLD_GLOBAL
11671 #else
11672 # ifdef DL_GLOBAL
11673 # define LT_DLGLOBAL DL_GLOBAL
11674 # else
11675 # define LT_DLGLOBAL 0
11676 # endif
11677 #endif
11678
11679 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11680 find out it does not work in some platform. */
11681 #ifndef LT_DLLAZY_OR_NOW
11682 # ifdef RTLD_LAZY
11683 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11684 # else
11685 # ifdef DL_LAZY
11686 # define LT_DLLAZY_OR_NOW DL_LAZY
11687 # else
11688 # ifdef RTLD_NOW
11689 # define LT_DLLAZY_OR_NOW RTLD_NOW
11690 # else
11691 # ifdef DL_NOW
11692 # define LT_DLLAZY_OR_NOW DL_NOW
11693 # else
11694 # define LT_DLLAZY_OR_NOW 0
11695 # endif
11696 # endif
11697 # endif
11698 # endif
11699 #endif
11700
11701 /* When -fvisbility=hidden is used, assume the code has been annotated
11702 correspondingly for the symbols needed. */
11703 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11704 void fnord () __attribute__((visibility("default")));
11705 #endif
11706
11707 void fnord () { int i=42; }
11708 int main ()
11709 {
11710 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11711 int status = $lt_dlunknown;
11712
11713 if (self)
11714 {
11715 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11716 else
11717 {
11718 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11719 else puts (dlerror ());
11720 }
11721 /* dlclose (self); */
11722 }
11723 else
11724 puts (dlerror ());
11725
11726 return status;
11727 }
11728 _LT_EOF
11729 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11730 (eval $ac_link) 2>&5
11731 ac_status=$?
11732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11733 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11734 (./conftest; exit; ) >&5 2>/dev/null
11735 lt_status=$?
11736 case x$lt_status in
11737 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11738 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11739 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11740 esac
11741 else :
11742 # compilation failed
11743 lt_cv_dlopen_self_static=no
11744 fi
11745 fi
11746 rm -fr conftest*
11747
11748
11749 fi
11750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11751 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11752 fi
11753
11754 CPPFLAGS="$save_CPPFLAGS"
11755 LDFLAGS="$save_LDFLAGS"
11756 LIBS="$save_LIBS"
11757 ;;
11758 esac
11759
11760 case $lt_cv_dlopen_self in
11761 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11762 *) enable_dlopen_self=unknown ;;
11763 esac
11764
11765 case $lt_cv_dlopen_self_static in
11766 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11767 *) enable_dlopen_self_static=unknown ;;
11768 esac
11769 fi
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787 striplib=
11788 old_striplib=
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11790 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11791 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11792 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11793 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11795 $as_echo "yes" >&6; }
11796 else
11797 # FIXME - insert some real tests, host_os isn't really good enough
11798 case $host_os in
11799 darwin*)
11800 if test -n "$STRIP" ; then
11801 striplib="$STRIP -x"
11802 old_striplib="$STRIP -S"
11803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11804 $as_echo "yes" >&6; }
11805 else
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11807 $as_echo "no" >&6; }
11808 fi
11809 ;;
11810 *)
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812 $as_echo "no" >&6; }
11813 ;;
11814 esac
11815 fi
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
11828 # Report which library types will actually be built
11829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11830 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11832 $as_echo "$can_build_shared" >&6; }
11833
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11835 $as_echo_n "checking whether to build shared libraries... " >&6; }
11836 test "$can_build_shared" = "no" && enable_shared=no
11837
11838 # On AIX, shared libraries and static libraries use the same namespace, and
11839 # are all built from PIC.
11840 case $host_os in
11841 aix3*)
11842 test "$enable_shared" = yes && enable_static=no
11843 if test -n "$RANLIB"; then
11844 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11845 postinstall_cmds='$RANLIB $lib'
11846 fi
11847 ;;
11848
11849 aix[4-9]*)
11850 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11851 test "$enable_shared" = yes && enable_static=no
11852 fi
11853 ;;
11854 esac
11855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11856 $as_echo "$enable_shared" >&6; }
11857
11858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11859 $as_echo_n "checking whether to build static libraries... " >&6; }
11860 # Make sure either enable_shared or enable_static is yes.
11861 test "$enable_shared" = yes || enable_static=yes
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11863 $as_echo "$enable_static" >&6; }
11864
11865
11866
11867
11868 fi
11869 ac_ext=c
11870 ac_cpp='$CPP $CPPFLAGS'
11871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11874
11875 CC="$lt_save_CC"
11876
11877
11878
11879
11880
11881
11882
11883
11884
11885
11886
11887
11888
11889 ac_config_commands="$ac_config_commands libtool"
11890
11891
11892
11893
11894 # Only expand once:
11895
11896
11897
11898 # The tests for host and target for $enable_largefile require
11899 # canonical names.
11900
11901
11902
11903 # As the $enable_largefile decision depends on --enable-plugins we must set it
11904 # even in directories otherwise not depending on the $plugins option.
11905
11906
11907 maybe_plugins=no
11908 for ac_header in dlfcn.h
11909 do :
11910 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11911 "
11912 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11913 cat >>confdefs.h <<_ACEOF
11914 #define HAVE_DLFCN_H 1
11915 _ACEOF
11916 maybe_plugins=yes
11917 fi
11918
11919 done
11920
11921 for ac_header in windows.h
11922 do :
11923 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11924 "
11925 if test "x$ac_cv_header_windows_h" = xyes; then :
11926 cat >>confdefs.h <<_ACEOF
11927 #define HAVE_WINDOWS_H 1
11928 _ACEOF
11929 maybe_plugins=yes
11930 fi
11931
11932 done
11933
11934
11935 # Check whether --enable-plugins was given.
11936 if test "${enable_plugins+set}" = set; then :
11937 enableval=$enable_plugins; case "${enableval}" in
11938 no) plugins=no ;;
11939 *) plugins=yes
11940 if test "$maybe_plugins" != "yes" ; then
11941 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11942 fi ;;
11943 esac
11944 else
11945 plugins=$maybe_plugins
11946
11947 fi
11948
11949 if test "$plugins" = "yes"; then
11950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11951 $as_echo_n "checking for library containing dlsym... " >&6; }
11952 if ${ac_cv_search_dlsym+:} false; then :
11953 $as_echo_n "(cached) " >&6
11954 else
11955 ac_func_search_save_LIBS=$LIBS
11956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11957 /* end confdefs.h. */
11958
11959 /* Override any GCC internal prototype to avoid an error.
11960 Use char because int might match the return type of a GCC
11961 builtin and then its argument prototype would still apply. */
11962 #ifdef __cplusplus
11963 extern "C"
11964 #endif
11965 char dlsym ();
11966 int
11967 main ()
11968 {
11969 return dlsym ();
11970 ;
11971 return 0;
11972 }
11973 _ACEOF
11974 for ac_lib in '' dl; do
11975 if test -z "$ac_lib"; then
11976 ac_res="none required"
11977 else
11978 ac_res=-l$ac_lib
11979 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11980 fi
11981 if ac_fn_c_try_link "$LINENO"; then :
11982 ac_cv_search_dlsym=$ac_res
11983 fi
11984 rm -f core conftest.err conftest.$ac_objext \
11985 conftest$ac_exeext
11986 if ${ac_cv_search_dlsym+:} false; then :
11987 break
11988 fi
11989 done
11990 if ${ac_cv_search_dlsym+:} false; then :
11991
11992 else
11993 ac_cv_search_dlsym=no
11994 fi
11995 rm conftest.$ac_ext
11996 LIBS=$ac_func_search_save_LIBS
11997 fi
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11999 $as_echo "$ac_cv_search_dlsym" >&6; }
12000 ac_res=$ac_cv_search_dlsym
12001 if test "$ac_res" != no; then :
12002 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12003
12004 fi
12005
12006 fi
12007
12008
12009 case "${host}" in
12010 sparc-*-solaris*|i[3-7]86-*-solaris*)
12011 # On native 32bit sparc and ia32 solaris, large-file and procfs support
12012 # are mutually exclusive; and without procfs support, the bfd/ elf module
12013 # cannot provide certain routines such as elfcore_write_prpsinfo
12014 # or elfcore_write_prstatus. So unless the user explicitly requested
12015 # large-file support through the --enable-largefile switch, disable
12016 # large-file support in favor of procfs support.
12017 test "${target}" = "${host}" -a "x$plugins" = xno \
12018 && : ${enable_largefile="no"}
12019 ;;
12020 esac
12021
12022 # Check whether --enable-largefile was given.
12023 if test "${enable_largefile+set}" = set; then :
12024 enableval=$enable_largefile;
12025 fi
12026
12027 if test "$enable_largefile" != no; then
12028
12029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12030 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12031 if ${ac_cv_sys_largefile_CC+:} false; then :
12032 $as_echo_n "(cached) " >&6
12033 else
12034 ac_cv_sys_largefile_CC=no
12035 if test "$GCC" != yes; then
12036 ac_save_CC=$CC
12037 while :; do
12038 # IRIX 6.2 and later do not support large files by default,
12039 # so use the C compiler's -n32 option if that helps.
12040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12041 /* end confdefs.h. */
12042 #include <sys/types.h>
12043 /* Check that off_t can represent 2**63 - 1 correctly.
12044 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12045 since some C++ compilers masquerading as C compilers
12046 incorrectly reject 9223372036854775807. */
12047 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12048 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12049 && LARGE_OFF_T % 2147483647 == 1)
12050 ? 1 : -1];
12051 int
12052 main ()
12053 {
12054
12055 ;
12056 return 0;
12057 }
12058 _ACEOF
12059 if ac_fn_c_try_compile "$LINENO"; then :
12060 break
12061 fi
12062 rm -f core conftest.err conftest.$ac_objext
12063 CC="$CC -n32"
12064 if ac_fn_c_try_compile "$LINENO"; then :
12065 ac_cv_sys_largefile_CC=' -n32'; break
12066 fi
12067 rm -f core conftest.err conftest.$ac_objext
12068 break
12069 done
12070 CC=$ac_save_CC
12071 rm -f conftest.$ac_ext
12072 fi
12073 fi
12074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12075 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12076 if test "$ac_cv_sys_largefile_CC" != no; then
12077 CC=$CC$ac_cv_sys_largefile_CC
12078 fi
12079
12080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12081 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12082 if ${ac_cv_sys_file_offset_bits+:} false; then :
12083 $as_echo_n "(cached) " >&6
12084 else
12085 while :; do
12086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12087 /* end confdefs.h. */
12088 #include <sys/types.h>
12089 /* Check that off_t can represent 2**63 - 1 correctly.
12090 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12091 since some C++ compilers masquerading as C compilers
12092 incorrectly reject 9223372036854775807. */
12093 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12094 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12095 && LARGE_OFF_T % 2147483647 == 1)
12096 ? 1 : -1];
12097 int
12098 main ()
12099 {
12100
12101 ;
12102 return 0;
12103 }
12104 _ACEOF
12105 if ac_fn_c_try_compile "$LINENO"; then :
12106 ac_cv_sys_file_offset_bits=no; break
12107 fi
12108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12110 /* end confdefs.h. */
12111 #define _FILE_OFFSET_BITS 64
12112 #include <sys/types.h>
12113 /* Check that off_t can represent 2**63 - 1 correctly.
12114 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12115 since some C++ compilers masquerading as C compilers
12116 incorrectly reject 9223372036854775807. */
12117 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12118 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12119 && LARGE_OFF_T % 2147483647 == 1)
12120 ? 1 : -1];
12121 int
12122 main ()
12123 {
12124
12125 ;
12126 return 0;
12127 }
12128 _ACEOF
12129 if ac_fn_c_try_compile "$LINENO"; then :
12130 ac_cv_sys_file_offset_bits=64; break
12131 fi
12132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12133 ac_cv_sys_file_offset_bits=unknown
12134 break
12135 done
12136 fi
12137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12138 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12139 case $ac_cv_sys_file_offset_bits in #(
12140 no | unknown) ;;
12141 *)
12142 cat >>confdefs.h <<_ACEOF
12143 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12144 _ACEOF
12145 ;;
12146 esac
12147 rm -rf conftest*
12148 if test $ac_cv_sys_file_offset_bits = unknown; then
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12150 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12151 if ${ac_cv_sys_large_files+:} false; then :
12152 $as_echo_n "(cached) " >&6
12153 else
12154 while :; do
12155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12156 /* end confdefs.h. */
12157 #include <sys/types.h>
12158 /* Check that off_t can represent 2**63 - 1 correctly.
12159 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12160 since some C++ compilers masquerading as C compilers
12161 incorrectly reject 9223372036854775807. */
12162 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12163 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12164 && LARGE_OFF_T % 2147483647 == 1)
12165 ? 1 : -1];
12166 int
12167 main ()
12168 {
12169
12170 ;
12171 return 0;
12172 }
12173 _ACEOF
12174 if ac_fn_c_try_compile "$LINENO"; then :
12175 ac_cv_sys_large_files=no; break
12176 fi
12177 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12179 /* end confdefs.h. */
12180 #define _LARGE_FILES 1
12181 #include <sys/types.h>
12182 /* Check that off_t can represent 2**63 - 1 correctly.
12183 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12184 since some C++ compilers masquerading as C compilers
12185 incorrectly reject 9223372036854775807. */
12186 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12187 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12188 && LARGE_OFF_T % 2147483647 == 1)
12189 ? 1 : -1];
12190 int
12191 main ()
12192 {
12193
12194 ;
12195 return 0;
12196 }
12197 _ACEOF
12198 if ac_fn_c_try_compile "$LINENO"; then :
12199 ac_cv_sys_large_files=1; break
12200 fi
12201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12202 ac_cv_sys_large_files=unknown
12203 break
12204 done
12205 fi
12206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12207 $as_echo "$ac_cv_sys_large_files" >&6; }
12208 case $ac_cv_sys_large_files in #(
12209 no | unknown) ;;
12210 *)
12211 cat >>confdefs.h <<_ACEOF
12212 #define _LARGE_FILES $ac_cv_sys_large_files
12213 _ACEOF
12214 ;;
12215 esac
12216 rm -rf conftest*
12217 fi
12218
12219
12220 fi
12221
12222
12223
12224 # Check whether --enable-targets was given.
12225 if test "${enable_targets+set}" = set; then :
12226 enableval=$enable_targets; case "${enableval}" in
12227 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12228 ;;
12229 no) enable_targets= ;;
12230 *) enable_targets=$enableval ;;
12231 esac
12232 fi
12233
12234 # Check whether --enable-deterministic-archives was given.
12235 if test "${enable_deterministic_archives+set}" = set; then :
12236 enableval=$enable_deterministic_archives;
12237 if test "${enableval}" = no; then
12238 default_ar_deterministic=0
12239 else
12240 default_ar_deterministic=1
12241 fi
12242 else
12243 default_ar_deterministic=0
12244 fi
12245
12246
12247
12248 cat >>confdefs.h <<_ACEOF
12249 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12250 _ACEOF
12251
12252
12253 # Check whether --enable-default-strings-all was given.
12254 if test "${enable_default_strings_all+set}" = set; then :
12255 enableval=$enable_default_strings_all;
12256 if test "${enableval}" = no; then
12257 default_strings_all=0
12258 else
12259 default_strings_all=1
12260 fi
12261 else
12262 default_strings_all=1
12263 fi
12264
12265
12266
12267
12268
12269
12270
12271
12272
12273 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12274 if test -n "$ac_tool_prefix"; then
12275 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12276 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12278 $as_echo_n "checking for $ac_word... " >&6; }
12279 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12280 $as_echo_n "(cached) " >&6
12281 else
12282 case $PKG_CONFIG in
12283 [\\/]* | ?:[\\/]*)
12284 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12285 ;;
12286 *)
12287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12288 for as_dir in $PATH
12289 do
12290 IFS=$as_save_IFS
12291 test -z "$as_dir" && as_dir=.
12292 for ac_exec_ext in '' $ac_executable_extensions; do
12293 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12294 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12296 break 2
12297 fi
12298 done
12299 done
12300 IFS=$as_save_IFS
12301
12302 ;;
12303 esac
12304 fi
12305 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12306 if test -n "$PKG_CONFIG"; then
12307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12308 $as_echo "$PKG_CONFIG" >&6; }
12309 else
12310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12311 $as_echo "no" >&6; }
12312 fi
12313
12314
12315 fi
12316 if test -z "$ac_cv_path_PKG_CONFIG"; then
12317 ac_pt_PKG_CONFIG=$PKG_CONFIG
12318 # Extract the first word of "pkg-config", so it can be a program name with args.
12319 set dummy pkg-config; ac_word=$2
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12321 $as_echo_n "checking for $ac_word... " >&6; }
12322 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12323 $as_echo_n "(cached) " >&6
12324 else
12325 case $ac_pt_PKG_CONFIG in
12326 [\\/]* | ?:[\\/]*)
12327 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12328 ;;
12329 *)
12330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12331 for as_dir in $PATH
12332 do
12333 IFS=$as_save_IFS
12334 test -z "$as_dir" && as_dir=.
12335 for ac_exec_ext in '' $ac_executable_extensions; do
12336 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12337 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12339 break 2
12340 fi
12341 done
12342 done
12343 IFS=$as_save_IFS
12344
12345 ;;
12346 esac
12347 fi
12348 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12349 if test -n "$ac_pt_PKG_CONFIG"; then
12350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12351 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
12352 else
12353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12354 $as_echo "no" >&6; }
12355 fi
12356
12357 if test "x$ac_pt_PKG_CONFIG" = x; then
12358 PKG_CONFIG=""
12359 else
12360 case $cross_compiling:$ac_tool_warned in
12361 yes:)
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12364 ac_tool_warned=yes ;;
12365 esac
12366 PKG_CONFIG=$ac_pt_PKG_CONFIG
12367 fi
12368 else
12369 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12370 fi
12371
12372 fi
12373 if test -n "$PKG_CONFIG"; then
12374 _pkg_min_version=0.9.0
12375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12376 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12377 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12379 $as_echo "yes" >&6; }
12380 else
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12382 $as_echo "no" >&6; }
12383 PKG_CONFIG=""
12384 fi
12385 fi
12386
12387 # Handle optional debuginfod support
12388
12389 # Check whether --with-debuginfod was given.
12390 if test "${with_debuginfod+set}" = set; then :
12391 withval=$with_debuginfod;
12392 else
12393 with_debuginfod=auto
12394 fi
12395
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12397 $as_echo_n "checking whether to use debuginfod... " >&6; }
12398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12399 $as_echo "$with_debuginfod" >&6; }
12400
12401 if test "x$with_debuginfod" != xno; then
12402
12403 pkg_failed=no
12404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12405 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12406
12407 if test -n "$DEBUGINFOD_CFLAGS"; then
12408 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
12409 elif test -n "$PKG_CONFIG"; then
12410 if test -n "$PKG_CONFIG" && \
12411 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12412 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12413 ac_status=$?
12414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12415 test $ac_status = 0; }; then
12416 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12417 test "x$?" != "x0" && pkg_failed=yes
12418 else
12419 pkg_failed=yes
12420 fi
12421 else
12422 pkg_failed=untried
12423 fi
12424 if test -n "$DEBUGINFOD_LIBS"; then
12425 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
12426 elif test -n "$PKG_CONFIG"; then
12427 if test -n "$PKG_CONFIG" && \
12428 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12429 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12430 ac_status=$?
12431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12432 test $ac_status = 0; }; then
12433 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12434 test "x$?" != "x0" && pkg_failed=yes
12435 else
12436 pkg_failed=yes
12437 fi
12438 else
12439 pkg_failed=untried
12440 fi
12441
12442 if test $pkg_failed = no; then
12443 pkg_save_LDFLAGS="$LDFLAGS"
12444 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
12445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12446 /* end confdefs.h. */
12447
12448 int
12449 main ()
12450 {
12451
12452 ;
12453 return 0;
12454 }
12455 _ACEOF
12456 if ac_fn_c_try_link "$LINENO"; then :
12457
12458 else
12459 pkg_failed=yes
12460 fi
12461 rm -f core conftest.err conftest.$ac_objext \
12462 conftest$ac_exeext conftest.$ac_ext
12463 LDFLAGS=$pkg_save_LDFLAGS
12464 fi
12465
12466
12467
12468 if test $pkg_failed = yes; then
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12470 $as_echo "no" >&6; }
12471
12472 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12473 _pkg_short_errors_supported=yes
12474 else
12475 _pkg_short_errors_supported=no
12476 fi
12477 if test $_pkg_short_errors_supported = yes; then
12478 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12479 else
12480 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12481 fi
12482 # Put the nasty error message in config.log where it belongs
12483 echo "$DEBUGINFOD_PKG_ERRORS" >&5
12484
12485 if test "x$with_debuginfod" = xyes; then
12486 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12487 else
12488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12489 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12490 fi
12491 elif test $pkg_failed = untried; then
12492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12493 $as_echo "no" >&6; }
12494 if test "x$with_debuginfod" = xyes; then
12495 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12496 else
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12498 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12499 fi
12500 else
12501 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12502 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12504 $as_echo "yes" >&6; }
12505
12506 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12507
12508 fi
12509 else
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12511 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12512 fi
12513
12514
12515
12516 cat >>confdefs.h <<_ACEOF
12517 #define DEFAULT_STRINGS_ALL $default_strings_all
12518 _ACEOF
12519
12520
12521 # Check whether --enable-libctf was given.
12522 if test "${enable_libctf+set}" = set; then :
12523 enableval=$enable_libctf;
12524 case "$enableval" in
12525 yes|no) ;;
12526 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12527 esac
12528
12529 else
12530 enable_libctf=yes
12531 fi
12532
12533
12534 if test "${enable_libctf}" = yes; then
12535
12536 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12537
12538 fi
12539 if test "${enable_libctf}" = yes; then
12540 ENABLE_LIBCTF_TRUE=
12541 ENABLE_LIBCTF_FALSE='#'
12542 else
12543 ENABLE_LIBCTF_TRUE='#'
12544 ENABLE_LIBCTF_FALSE=
12545 fi
12546
12547
12548
12549 # Set the 'development' global.
12550 . $srcdir/../bfd/development.sh
12551
12552 # Set acp_cpp_for_build variable
12553 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12554
12555 # Default set of GCC warnings to enable.
12556 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12557 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12558
12559 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12561 /* end confdefs.h. */
12562 __GNUC__
12563 _ACEOF
12564 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12565 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12566
12567 else
12568 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12569 fi
12570 rm -f conftest*
12571
12572
12573 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12575 /* end confdefs.h. */
12576 __GNUC__
12577 _ACEOF
12578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12579 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12580
12581 else
12582 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12583 fi
12584 rm -f conftest*
12585
12586
12587 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12588 WARN_WRITE_STRINGS=""
12589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12590 /* end confdefs.h. */
12591 __GNUC__
12592 _ACEOF
12593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12594 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12595
12596 else
12597 WARN_WRITE_STRINGS="-Wwrite-strings"
12598 fi
12599 rm -f conftest*
12600
12601
12602 # Verify CC_FOR_BUILD to be compatible with warning flags
12603
12604 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12606 /* end confdefs.h. */
12607 __GNUC__
12608 _ACEOF
12609 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12610 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12611
12612 else
12613 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12614 fi
12615 rm -f conftest*
12616
12617
12618 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12620 /* end confdefs.h. */
12621 __GNUC__
12622 _ACEOF
12623 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12624 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12625
12626 else
12627 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12628 fi
12629 rm -f conftest*
12630
12631
12632 # Check whether --enable-werror was given.
12633 if test "${enable_werror+set}" = set; then :
12634 enableval=$enable_werror; case "${enableval}" in
12635 yes | y) ERROR_ON_WARNING="yes" ;;
12636 no | n) ERROR_ON_WARNING="no" ;;
12637 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12638 esac
12639 fi
12640
12641
12642 # Disable -Wformat by default when using gcc on mingw
12643 case "${host}" in
12644 *-*-mingw32*)
12645 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12646 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12647 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12648 fi
12649 ;;
12650 *) ;;
12651 esac
12652
12653 # Enable -Werror by default when using gcc. Turn it off for releases.
12654 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12655 ERROR_ON_WARNING=yes
12656 fi
12657
12658 NO_WERROR=
12659 if test "${ERROR_ON_WARNING}" = yes ; then
12660 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12661 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12662 NO_WERROR="-Wno-error"
12663 fi
12664
12665 if test "${GCC}" = yes ; then
12666 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12667 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12668 fi
12669
12670 # Check whether --enable-build-warnings was given.
12671 if test "${enable_build_warnings+set}" = set; then :
12672 enableval=$enable_build_warnings; case "${enableval}" in
12673 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12674 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12675 no) if test "${GCC}" = yes ; then
12676 WARN_CFLAGS="-w"
12677 WARN_CFLAGS_FOR_BUILD="-w"
12678 fi;;
12679 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12680 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12681 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12682 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12683 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12684 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12685 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12686 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12687 esac
12688 fi
12689
12690
12691 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12692 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12693 fi
12694
12695
12696
12697
12698
12699
12700
12701 ac_config_headers="$ac_config_headers config.h:config.in"
12702
12703
12704
12705
12706 if test -z "$target" ; then
12707 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12708 fi
12709 if test -z "$host" ; then
12710 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12711 fi
12712
12713 for ac_prog in 'bison -y' byacc
12714 do
12715 # Extract the first word of "$ac_prog", so it can be a program name with args.
12716 set dummy $ac_prog; ac_word=$2
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12718 $as_echo_n "checking for $ac_word... " >&6; }
12719 if ${ac_cv_prog_YACC+:} false; then :
12720 $as_echo_n "(cached) " >&6
12721 else
12722 if test -n "$YACC"; then
12723 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12724 else
12725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12726 for as_dir in $PATH
12727 do
12728 IFS=$as_save_IFS
12729 test -z "$as_dir" && as_dir=.
12730 for ac_exec_ext in '' $ac_executable_extensions; do
12731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12732 ac_cv_prog_YACC="$ac_prog"
12733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12734 break 2
12735 fi
12736 done
12737 done
12738 IFS=$as_save_IFS
12739
12740 fi
12741 fi
12742 YACC=$ac_cv_prog_YACC
12743 if test -n "$YACC"; then
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12745 $as_echo "$YACC" >&6; }
12746 else
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12748 $as_echo "no" >&6; }
12749 fi
12750
12751
12752 test -n "$YACC" && break
12753 done
12754 test -n "$YACC" || YACC="yacc"
12755
12756 for ac_prog in flex lex
12757 do
12758 # Extract the first word of "$ac_prog", so it can be a program name with args.
12759 set dummy $ac_prog; ac_word=$2
12760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12761 $as_echo_n "checking for $ac_word... " >&6; }
12762 if ${ac_cv_prog_LEX+:} false; then :
12763 $as_echo_n "(cached) " >&6
12764 else
12765 if test -n "$LEX"; then
12766 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12767 else
12768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12769 for as_dir in $PATH
12770 do
12771 IFS=$as_save_IFS
12772 test -z "$as_dir" && as_dir=.
12773 for ac_exec_ext in '' $ac_executable_extensions; do
12774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12775 ac_cv_prog_LEX="$ac_prog"
12776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12777 break 2
12778 fi
12779 done
12780 done
12781 IFS=$as_save_IFS
12782
12783 fi
12784 fi
12785 LEX=$ac_cv_prog_LEX
12786 if test -n "$LEX"; then
12787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12788 $as_echo "$LEX" >&6; }
12789 else
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12791 $as_echo "no" >&6; }
12792 fi
12793
12794
12795 test -n "$LEX" && break
12796 done
12797 test -n "$LEX" || LEX=":"
12798
12799 case "$LEX" in
12800 :|*"missing "*) ;;
12801 *) cat >conftest.l <<_ACEOF
12802 %%
12803 a { ECHO; }
12804 b { REJECT; }
12805 c { yymore (); }
12806 d { yyless (1); }
12807 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12808 yyless ((input () != 0)); }
12809 f { unput (yytext[0]); }
12810 . { BEGIN INITIAL; }
12811 %%
12812 #ifdef YYTEXT_POINTER
12813 extern char *yytext;
12814 #endif
12815 int
12816 main (void)
12817 {
12818 return ! yylex () + ! yywrap ();
12819 }
12820 _ACEOF
12821 { { ac_try="$LEX conftest.l"
12822 case "(($ac_try" in
12823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12824 *) ac_try_echo=$ac_try;;
12825 esac
12826 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12827 $as_echo "$ac_try_echo"; } >&5
12828 (eval "$LEX conftest.l") 2>&5
12829 ac_status=$?
12830 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12831 test $ac_status = 0; }
12832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12833 $as_echo_n "checking lex output file root... " >&6; }
12834 if ${ac_cv_prog_lex_root+:} false; then :
12835 $as_echo_n "(cached) " >&6
12836 else
12837
12838 if test -f lex.yy.c; then
12839 ac_cv_prog_lex_root=lex.yy
12840 elif test -f lexyy.c; then
12841 ac_cv_prog_lex_root=lexyy
12842 else
12843 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12844 fi
12845 fi
12846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12847 $as_echo "$ac_cv_prog_lex_root" >&6; }
12848 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12849
12850 if test -z "${LEXLIB+set}"; then
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12852 $as_echo_n "checking lex library... " >&6; }
12853 if ${ac_cv_lib_lex+:} false; then :
12854 $as_echo_n "(cached) " >&6
12855 else
12856
12857 ac_save_LIBS=$LIBS
12858 ac_cv_lib_lex='none needed'
12859 for ac_lib in '' -lfl -ll; do
12860 LIBS="$ac_lib $ac_save_LIBS"
12861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12862 /* end confdefs.h. */
12863 `cat $LEX_OUTPUT_ROOT.c`
12864 _ACEOF
12865 if ac_fn_c_try_link "$LINENO"; then :
12866 ac_cv_lib_lex=$ac_lib
12867 fi
12868 rm -f core conftest.err conftest.$ac_objext \
12869 conftest$ac_exeext conftest.$ac_ext
12870 test "$ac_cv_lib_lex" != 'none needed' && break
12871 done
12872 LIBS=$ac_save_LIBS
12873
12874 fi
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12876 $as_echo "$ac_cv_lib_lex" >&6; }
12877 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12878 fi
12879
12880
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12882 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12883 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12884 $as_echo_n "(cached) " >&6
12885 else
12886 # POSIX says lex can declare yytext either as a pointer or an array; the
12887 # default is implementation-dependent. Figure out which it is, since
12888 # not all implementations provide the %pointer and %array declarations.
12889 ac_cv_prog_lex_yytext_pointer=no
12890 ac_save_LIBS=$LIBS
12891 LIBS="$LEXLIB $ac_save_LIBS"
12892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12893 /* end confdefs.h. */
12894
12895 #define YYTEXT_POINTER 1
12896 `cat $LEX_OUTPUT_ROOT.c`
12897 _ACEOF
12898 if ac_fn_c_try_link "$LINENO"; then :
12899 ac_cv_prog_lex_yytext_pointer=yes
12900 fi
12901 rm -f core conftest.err conftest.$ac_objext \
12902 conftest$ac_exeext conftest.$ac_ext
12903 LIBS=$ac_save_LIBS
12904
12905 fi
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12907 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12908 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12909
12910 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12911
12912 fi
12913 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12914 ;;
12915 esac
12916 if test "$LEX" = :; then
12917 LEX=${am_missing_run}flex
12918 fi
12919
12920 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"
12921 # If we haven't got the data from the intl directory,
12922 # assume NLS is disabled.
12923 USE_NLS=no
12924 LIBINTL=
12925 LIBINTL_DEP=
12926 INCINTL=
12927 XGETTEXT=
12928 GMSGFMT=
12929 POSUB=
12930
12931 if test -f ../intl/config.intl; then
12932 . ../intl/config.intl
12933 fi
12934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12935 $as_echo_n "checking whether NLS is requested... " >&6; }
12936 if test x"$USE_NLS" != xyes; then
12937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12938 $as_echo "no" >&6; }
12939 else
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12941 $as_echo "yes" >&6; }
12942
12943 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12944
12945
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12947 $as_echo_n "checking for catalogs to be installed... " >&6; }
12948 # Look for .po and .gmo files in the source directory.
12949 CATALOGS=
12950 XLINGUAS=
12951 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12952 # If there aren't any .gmo files the shell will give us the
12953 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12954 # weeded out.
12955 case "$cat" in *\**)
12956 continue;;
12957 esac
12958 # The quadruple backslash is collapsed to a double backslash
12959 # by the backticks, then collapsed again by the double quotes,
12960 # leaving us with one backslash in the sed expression (right
12961 # before the dot that mustn't act as a wildcard).
12962 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12963 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12964 # The user is allowed to set LINGUAS to a list of languages to
12965 # install catalogs for. If it's empty that means "all of them."
12966 if test "x$LINGUAS" = x; then
12967 CATALOGS="$CATALOGS $cat"
12968 XLINGUAS="$XLINGUAS $lang"
12969 else
12970 case "$LINGUAS" in *$lang*)
12971 CATALOGS="$CATALOGS $cat"
12972 XLINGUAS="$XLINGUAS $lang"
12973 ;;
12974 esac
12975 fi
12976 done
12977 LINGUAS="$XLINGUAS"
12978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12979 $as_echo "$LINGUAS" >&6; }
12980
12981
12982 DATADIRNAME=share
12983
12984 INSTOBJEXT=.mo
12985
12986 GENCAT=gencat
12987
12988 CATOBJEXT=.gmo
12989
12990 fi
12991
12992 MKINSTALLDIRS=
12993 if test -n "$ac_aux_dir"; then
12994 case "$ac_aux_dir" in
12995 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12996 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12997 esac
12998 fi
12999 if test -z "$MKINSTALLDIRS"; then
13000 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13001 fi
13002
13003
13004
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13006 $as_echo_n "checking whether NLS is requested... " >&6; }
13007 # Check whether --enable-nls was given.
13008 if test "${enable_nls+set}" = set; then :
13009 enableval=$enable_nls; USE_NLS=$enableval
13010 else
13011 USE_NLS=yes
13012 fi
13013
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13015 $as_echo "$USE_NLS" >&6; }
13016
13017
13018
13019
13020
13021
13022 # Prepare PATH_SEPARATOR.
13023 # The user is always right.
13024 if test "${PATH_SEPARATOR+set}" != set; then
13025 echo "#! /bin/sh" >conf$$.sh
13026 echo "exit 0" >>conf$$.sh
13027 chmod +x conf$$.sh
13028 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13029 PATH_SEPARATOR=';'
13030 else
13031 PATH_SEPARATOR=:
13032 fi
13033 rm -f conf$$.sh
13034 fi
13035
13036 # Find out how to test for executable files. Don't use a zero-byte file,
13037 # as systems may use methods other than mode bits to determine executability.
13038 cat >conf$$.file <<_ASEOF
13039 #! /bin/sh
13040 exit 0
13041 _ASEOF
13042 chmod +x conf$$.file
13043 if test -x conf$$.file >/dev/null 2>&1; then
13044 ac_executable_p="test -x"
13045 else
13046 ac_executable_p="test -f"
13047 fi
13048 rm -f conf$$.file
13049
13050 # Extract the first word of "msgfmt", so it can be a program name with args.
13051 set dummy msgfmt; ac_word=$2
13052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13053 $as_echo_n "checking for $ac_word... " >&6; }
13054 if ${ac_cv_path_MSGFMT+:} false; then :
13055 $as_echo_n "(cached) " >&6
13056 else
13057 case "$MSGFMT" in
13058 [\\/]* | ?:[\\/]*)
13059 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13060 ;;
13061 *)
13062 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13063 for ac_dir in $PATH; do
13064 IFS="$ac_save_IFS"
13065 test -z "$ac_dir" && ac_dir=.
13066 for ac_exec_ext in '' $ac_executable_extensions; do
13067 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13068 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13069 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13070 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13071 break 2
13072 fi
13073 fi
13074 done
13075 done
13076 IFS="$ac_save_IFS"
13077 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13078 ;;
13079 esac
13080 fi
13081 MSGFMT="$ac_cv_path_MSGFMT"
13082 if test "$MSGFMT" != ":"; then
13083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13084 $as_echo "$MSGFMT" >&6; }
13085 else
13086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13087 $as_echo "no" >&6; }
13088 fi
13089
13090 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13091 set dummy gmsgfmt; ac_word=$2
13092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13093 $as_echo_n "checking for $ac_word... " >&6; }
13094 if ${ac_cv_path_GMSGFMT+:} false; then :
13095 $as_echo_n "(cached) " >&6
13096 else
13097 case $GMSGFMT in
13098 [\\/]* | ?:[\\/]*)
13099 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13100 ;;
13101 *)
13102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13103 for as_dir in $PATH
13104 do
13105 IFS=$as_save_IFS
13106 test -z "$as_dir" && as_dir=.
13107 for ac_exec_ext in '' $ac_executable_extensions; do
13108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13109 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13111 break 2
13112 fi
13113 done
13114 done
13115 IFS=$as_save_IFS
13116
13117 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13118 ;;
13119 esac
13120 fi
13121 GMSGFMT=$ac_cv_path_GMSGFMT
13122 if test -n "$GMSGFMT"; then
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13124 $as_echo "$GMSGFMT" >&6; }
13125 else
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13127 $as_echo "no" >&6; }
13128 fi
13129
13130
13131
13132
13133 # Prepare PATH_SEPARATOR.
13134 # The user is always right.
13135 if test "${PATH_SEPARATOR+set}" != set; then
13136 echo "#! /bin/sh" >conf$$.sh
13137 echo "exit 0" >>conf$$.sh
13138 chmod +x conf$$.sh
13139 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13140 PATH_SEPARATOR=';'
13141 else
13142 PATH_SEPARATOR=:
13143 fi
13144 rm -f conf$$.sh
13145 fi
13146
13147 # Find out how to test for executable files. Don't use a zero-byte file,
13148 # as systems may use methods other than mode bits to determine executability.
13149 cat >conf$$.file <<_ASEOF
13150 #! /bin/sh
13151 exit 0
13152 _ASEOF
13153 chmod +x conf$$.file
13154 if test -x conf$$.file >/dev/null 2>&1; then
13155 ac_executable_p="test -x"
13156 else
13157 ac_executable_p="test -f"
13158 fi
13159 rm -f conf$$.file
13160
13161 # Extract the first word of "xgettext", so it can be a program name with args.
13162 set dummy xgettext; ac_word=$2
13163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13164 $as_echo_n "checking for $ac_word... " >&6; }
13165 if ${ac_cv_path_XGETTEXT+:} false; then :
13166 $as_echo_n "(cached) " >&6
13167 else
13168 case "$XGETTEXT" in
13169 [\\/]* | ?:[\\/]*)
13170 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13171 ;;
13172 *)
13173 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13174 for ac_dir in $PATH; do
13175 IFS="$ac_save_IFS"
13176 test -z "$ac_dir" && ac_dir=.
13177 for ac_exec_ext in '' $ac_executable_extensions; do
13178 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13179 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13180 (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
13181 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13182 break 2
13183 fi
13184 fi
13185 done
13186 done
13187 IFS="$ac_save_IFS"
13188 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13189 ;;
13190 esac
13191 fi
13192 XGETTEXT="$ac_cv_path_XGETTEXT"
13193 if test "$XGETTEXT" != ":"; then
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13195 $as_echo "$XGETTEXT" >&6; }
13196 else
13197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13198 $as_echo "no" >&6; }
13199 fi
13200
13201 rm -f messages.po
13202
13203
13204 # Prepare PATH_SEPARATOR.
13205 # The user is always right.
13206 if test "${PATH_SEPARATOR+set}" != set; then
13207 echo "#! /bin/sh" >conf$$.sh
13208 echo "exit 0" >>conf$$.sh
13209 chmod +x conf$$.sh
13210 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13211 PATH_SEPARATOR=';'
13212 else
13213 PATH_SEPARATOR=:
13214 fi
13215 rm -f conf$$.sh
13216 fi
13217
13218 # Find out how to test for executable files. Don't use a zero-byte file,
13219 # as systems may use methods other than mode bits to determine executability.
13220 cat >conf$$.file <<_ASEOF
13221 #! /bin/sh
13222 exit 0
13223 _ASEOF
13224 chmod +x conf$$.file
13225 if test -x conf$$.file >/dev/null 2>&1; then
13226 ac_executable_p="test -x"
13227 else
13228 ac_executable_p="test -f"
13229 fi
13230 rm -f conf$$.file
13231
13232 # Extract the first word of "msgmerge", so it can be a program name with args.
13233 set dummy msgmerge; ac_word=$2
13234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13235 $as_echo_n "checking for $ac_word... " >&6; }
13236 if ${ac_cv_path_MSGMERGE+:} false; then :
13237 $as_echo_n "(cached) " >&6
13238 else
13239 case "$MSGMERGE" in
13240 [\\/]* | ?:[\\/]*)
13241 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13242 ;;
13243 *)
13244 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13245 for ac_dir in $PATH; do
13246 IFS="$ac_save_IFS"
13247 test -z "$ac_dir" && ac_dir=.
13248 for ac_exec_ext in '' $ac_executable_extensions; do
13249 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13250 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13251 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13252 break 2
13253 fi
13254 fi
13255 done
13256 done
13257 IFS="$ac_save_IFS"
13258 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13259 ;;
13260 esac
13261 fi
13262 MSGMERGE="$ac_cv_path_MSGMERGE"
13263 if test "$MSGMERGE" != ":"; then
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13265 $as_echo "$MSGMERGE" >&6; }
13266 else
13267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13268 $as_echo "no" >&6; }
13269 fi
13270
13271
13272 if test "$GMSGFMT" != ":"; then
13273 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13274 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13275 : ;
13276 else
13277 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13279 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13280 GMSGFMT=":"
13281 fi
13282 fi
13283
13284 if test "$XGETTEXT" != ":"; then
13285 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13286 (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
13287 : ;
13288 else
13289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13290 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13291 XGETTEXT=":"
13292 fi
13293 rm -f messages.po
13294 fi
13295
13296 ac_config_commands="$ac_config_commands default-1"
13297
13298
13299
13300
13301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13302 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13303 # Check whether --enable-maintainer-mode was given.
13304 if test "${enable_maintainer_mode+set}" = set; then :
13305 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13306 else
13307 USE_MAINTAINER_MODE=no
13308 fi
13309
13310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13311 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13312 if test $USE_MAINTAINER_MODE = yes; then
13313 MAINTAINER_MODE_TRUE=
13314 MAINTAINER_MODE_FALSE='#'
13315 else
13316 MAINTAINER_MODE_TRUE='#'
13317 MAINTAINER_MODE_FALSE=
13318 fi
13319
13320 MAINT=$MAINTAINER_MODE_TRUE
13321
13322
13323 if false; then
13324 GENINSRC_NEVER_TRUE=
13325 GENINSRC_NEVER_FALSE='#'
13326 else
13327 GENINSRC_NEVER_TRUE='#'
13328 GENINSRC_NEVER_FALSE=
13329 fi
13330
13331
13332 if test -n "$EXEEXT"; then
13333
13334 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
13335
13336 fi
13337
13338 cat >>confdefs.h <<_ACEOF
13339 #define EXECUTABLE_SUFFIX "${EXEEXT}"
13340 _ACEOF
13341
13342
13343 # host-specific stuff:
13344
13345 HDEFINES=
13346
13347 . ${srcdir}/../bfd/configure.host
13348
13349
13350 AR=${AR-ar}
13351
13352 if test -n "$ac_tool_prefix"; then
13353 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13354 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13356 $as_echo_n "checking for $ac_word... " >&6; }
13357 if ${ac_cv_prog_RANLIB+:} false; then :
13358 $as_echo_n "(cached) " >&6
13359 else
13360 if test -n "$RANLIB"; then
13361 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13362 else
13363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13364 for as_dir in $PATH
13365 do
13366 IFS=$as_save_IFS
13367 test -z "$as_dir" && as_dir=.
13368 for ac_exec_ext in '' $ac_executable_extensions; do
13369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13370 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13371 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13372 break 2
13373 fi
13374 done
13375 done
13376 IFS=$as_save_IFS
13377
13378 fi
13379 fi
13380 RANLIB=$ac_cv_prog_RANLIB
13381 if test -n "$RANLIB"; then
13382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13383 $as_echo "$RANLIB" >&6; }
13384 else
13385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13386 $as_echo "no" >&6; }
13387 fi
13388
13389
13390 fi
13391 if test -z "$ac_cv_prog_RANLIB"; then
13392 ac_ct_RANLIB=$RANLIB
13393 # Extract the first word of "ranlib", so it can be a program name with args.
13394 set dummy ranlib; ac_word=$2
13395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13396 $as_echo_n "checking for $ac_word... " >&6; }
13397 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
13398 $as_echo_n "(cached) " >&6
13399 else
13400 if test -n "$ac_ct_RANLIB"; then
13401 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13402 else
13403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13404 for as_dir in $PATH
13405 do
13406 IFS=$as_save_IFS
13407 test -z "$as_dir" && as_dir=.
13408 for ac_exec_ext in '' $ac_executable_extensions; do
13409 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13410 ac_cv_prog_ac_ct_RANLIB="ranlib"
13411 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13412 break 2
13413 fi
13414 done
13415 done
13416 IFS=$as_save_IFS
13417
13418 fi
13419 fi
13420 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13421 if test -n "$ac_ct_RANLIB"; then
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13423 $as_echo "$ac_ct_RANLIB" >&6; }
13424 else
13425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13426 $as_echo "no" >&6; }
13427 fi
13428
13429 if test "x$ac_ct_RANLIB" = x; then
13430 RANLIB=":"
13431 else
13432 case $cross_compiling:$ac_tool_warned in
13433 yes:)
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13435 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13436 ac_tool_warned=yes ;;
13437 esac
13438 RANLIB=$ac_ct_RANLIB
13439 fi
13440 else
13441 RANLIB="$ac_cv_prog_RANLIB"
13442 fi
13443
13444
13445
13446 # Put a plausible default for CC_FOR_BUILD in Makefile.
13447 if test -z "$CC_FOR_BUILD"; then
13448 if test "x$cross_compiling" = "xno"; then
13449 CC_FOR_BUILD='$(CC)'
13450 else
13451 CC_FOR_BUILD=gcc
13452 fi
13453 fi
13454
13455 # Also set EXEEXT_FOR_BUILD.
13456 if test "x$cross_compiling" = "xno"; then
13457 EXEEXT_FOR_BUILD='$(EXEEXT)'
13458 else
13459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13460 $as_echo_n "checking for build system executable suffix... " >&6; }
13461 if ${bfd_cv_build_exeext+:} false; then :
13462 $as_echo_n "(cached) " >&6
13463 else
13464 rm -f conftest*
13465 echo 'int main () { return 0; }' > conftest.c
13466 bfd_cv_build_exeext=
13467 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13468 for file in conftest.*; do
13469 case $file in
13470 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13471 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13472 esac
13473 done
13474 rm -f conftest*
13475 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13476 fi
13477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13478 $as_echo "$bfd_cv_build_exeext" >&6; }
13479 EXEEXT_FOR_BUILD=""
13480 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13481 fi
13482
13483
13484 DEMANGLER_NAME=c++filt
13485 case "${host}" in
13486 *-*-go32* | *-*-msdos*)
13487 DEMANGLER_NAME=cxxfilt
13488 esac
13489
13490
13491 # The cast to long int works around a bug in the HP C Compiler
13492 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13493 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13494 # This bug is HP SR number 8606223364.
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13496 $as_echo_n "checking size of long... " >&6; }
13497 if ${ac_cv_sizeof_long+:} false; then :
13498 $as_echo_n "(cached) " >&6
13499 else
13500 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13501
13502 else
13503 if test "$ac_cv_type_long" = yes; then
13504 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13505 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13506 as_fn_error 77 "cannot compute sizeof (long)
13507 See \`config.log' for more details" "$LINENO" 5; }
13508 else
13509 ac_cv_sizeof_long=0
13510 fi
13511 fi
13512
13513 fi
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13515 $as_echo "$ac_cv_sizeof_long" >&6; }
13516
13517
13518
13519 cat >>confdefs.h <<_ACEOF
13520 #define SIZEOF_LONG $ac_cv_sizeof_long
13521 _ACEOF
13522
13523
13524 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13525 if test "x$ac_cv_type_long_long" = xyes; then :
13526
13527 cat >>confdefs.h <<_ACEOF
13528 #define HAVE_LONG_LONG 1
13529 _ACEOF
13530
13531 # The cast to long int works around a bug in the HP C Compiler
13532 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13533 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13534 # This bug is HP SR number 8606223364.
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13536 $as_echo_n "checking size of long long... " >&6; }
13537 if ${ac_cv_sizeof_long_long+:} false; then :
13538 $as_echo_n "(cached) " >&6
13539 else
13540 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13541
13542 else
13543 if test "$ac_cv_type_long_long" = yes; then
13544 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13545 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13546 as_fn_error 77 "cannot compute sizeof (long long)
13547 See \`config.log' for more details" "$LINENO" 5; }
13548 else
13549 ac_cv_sizeof_long_long=0
13550 fi
13551 fi
13552
13553 fi
13554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13555 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13556
13557
13558
13559 cat >>confdefs.h <<_ACEOF
13560 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13561 _ACEOF
13562
13563
13564 fi
13565
13566
13567 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
13568 do :
13569 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13570 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13571 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13572 cat >>confdefs.h <<_ACEOF
13573 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13574 _ACEOF
13575
13576 fi
13577
13578 done
13579
13580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13581 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13582 if ${ac_cv_header_sys_wait_h+:} false; then :
13583 $as_echo_n "(cached) " >&6
13584 else
13585 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13586 /* end confdefs.h. */
13587 #include <sys/types.h>
13588 #include <sys/wait.h>
13589 #ifndef WEXITSTATUS
13590 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13591 #endif
13592 #ifndef WIFEXITED
13593 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13594 #endif
13595
13596 int
13597 main ()
13598 {
13599 int s;
13600 wait (&s);
13601 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13602 ;
13603 return 0;
13604 }
13605 _ACEOF
13606 if ac_fn_c_try_compile "$LINENO"; then :
13607 ac_cv_header_sys_wait_h=yes
13608 else
13609 ac_cv_header_sys_wait_h=no
13610 fi
13611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13612 fi
13613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13614 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13615 if test $ac_cv_header_sys_wait_h = yes; then
13616
13617 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13618
13619 fi
13620
13621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13622 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13623 if ${gcc_cv_header_string+:} false; then :
13624 $as_echo_n "(cached) " >&6
13625 else
13626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13628 #include <string.h>
13629 #include <strings.h>
13630 int
13631 main ()
13632 {
13633
13634 ;
13635 return 0;
13636 }
13637 _ACEOF
13638 if ac_fn_c_try_compile "$LINENO"; then :
13639 gcc_cv_header_string=yes
13640 else
13641 gcc_cv_header_string=no
13642 fi
13643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13644 fi
13645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13646 $as_echo "$gcc_cv_header_string" >&6; }
13647 if test $gcc_cv_header_string = yes; then
13648
13649 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13650
13651 fi
13652
13653 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13654 if test "x$ac_cv_type_size_t" = xyes; then :
13655
13656 else
13657
13658 cat >>confdefs.h <<_ACEOF
13659 #define size_t unsigned int
13660 _ACEOF
13661
13662 fi
13663
13664 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13665 # for constant arguments. Useless!
13666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13667 $as_echo_n "checking for working alloca.h... " >&6; }
13668 if ${ac_cv_working_alloca_h+:} false; then :
13669 $as_echo_n "(cached) " >&6
13670 else
13671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13672 /* end confdefs.h. */
13673 #include <alloca.h>
13674 int
13675 main ()
13676 {
13677 char *p = (char *) alloca (2 * sizeof (int));
13678 if (p) return 0;
13679 ;
13680 return 0;
13681 }
13682 _ACEOF
13683 if ac_fn_c_try_link "$LINENO"; then :
13684 ac_cv_working_alloca_h=yes
13685 else
13686 ac_cv_working_alloca_h=no
13687 fi
13688 rm -f core conftest.err conftest.$ac_objext \
13689 conftest$ac_exeext conftest.$ac_ext
13690 fi
13691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13692 $as_echo "$ac_cv_working_alloca_h" >&6; }
13693 if test $ac_cv_working_alloca_h = yes; then
13694
13695 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13696
13697 fi
13698
13699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13700 $as_echo_n "checking for alloca... " >&6; }
13701 if ${ac_cv_func_alloca_works+:} false; then :
13702 $as_echo_n "(cached) " >&6
13703 else
13704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13705 /* end confdefs.h. */
13706 #ifdef __GNUC__
13707 # define alloca __builtin_alloca
13708 #else
13709 # ifdef _MSC_VER
13710 # include <malloc.h>
13711 # define alloca _alloca
13712 # else
13713 # ifdef HAVE_ALLOCA_H
13714 # include <alloca.h>
13715 # else
13716 # ifdef _AIX
13717 #pragma alloca
13718 # else
13719 # ifndef alloca /* predefined by HP cc +Olibcalls */
13720 void *alloca (size_t);
13721 # endif
13722 # endif
13723 # endif
13724 # endif
13725 #endif
13726
13727 int
13728 main ()
13729 {
13730 char *p = (char *) alloca (1);
13731 if (p) return 0;
13732 ;
13733 return 0;
13734 }
13735 _ACEOF
13736 if ac_fn_c_try_link "$LINENO"; then :
13737 ac_cv_func_alloca_works=yes
13738 else
13739 ac_cv_func_alloca_works=no
13740 fi
13741 rm -f core conftest.err conftest.$ac_objext \
13742 conftest$ac_exeext conftest.$ac_ext
13743 fi
13744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13745 $as_echo "$ac_cv_func_alloca_works" >&6; }
13746
13747 if test $ac_cv_func_alloca_works = yes; then
13748
13749 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13750
13751 else
13752 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13753 # that cause trouble. Some versions do not even contain alloca or
13754 # contain a buggy version. If you still want to use their alloca,
13755 # use ar to extract alloca.o from them instead of compiling alloca.c.
13756
13757 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13758
13759 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13760
13761
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13763 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13764 if ${ac_cv_os_cray+:} false; then :
13765 $as_echo_n "(cached) " >&6
13766 else
13767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13768 /* end confdefs.h. */
13769 #if defined CRAY && ! defined CRAY2
13770 webecray
13771 #else
13772 wenotbecray
13773 #endif
13774
13775 _ACEOF
13776 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13777 $EGREP "webecray" >/dev/null 2>&1; then :
13778 ac_cv_os_cray=yes
13779 else
13780 ac_cv_os_cray=no
13781 fi
13782 rm -f conftest*
13783
13784 fi
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13786 $as_echo "$ac_cv_os_cray" >&6; }
13787 if test $ac_cv_os_cray = yes; then
13788 for ac_func in _getb67 GETB67 getb67; do
13789 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13790 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13791 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13792
13793 cat >>confdefs.h <<_ACEOF
13794 #define CRAY_STACKSEG_END $ac_func
13795 _ACEOF
13796
13797 break
13798 fi
13799
13800 done
13801 fi
13802
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13804 $as_echo_n "checking stack direction for C alloca... " >&6; }
13805 if ${ac_cv_c_stack_direction+:} false; then :
13806 $as_echo_n "(cached) " >&6
13807 else
13808 if test "$cross_compiling" = yes; then :
13809 ac_cv_c_stack_direction=0
13810 else
13811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13812 /* end confdefs.h. */
13813 $ac_includes_default
13814 int
13815 find_stack_direction (int *addr, int depth)
13816 {
13817 int dir, dummy = 0;
13818 if (! addr)
13819 addr = &dummy;
13820 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13821 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13822 return dir + dummy;
13823 }
13824
13825 int
13826 main (int argc, char **argv)
13827 {
13828 return find_stack_direction (0, argc + !argv + 20) < 0;
13829 }
13830 _ACEOF
13831 if ac_fn_c_try_run "$LINENO"; then :
13832 ac_cv_c_stack_direction=1
13833 else
13834 ac_cv_c_stack_direction=-1
13835 fi
13836 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13837 conftest.$ac_objext conftest.beam conftest.$ac_ext
13838 fi
13839
13840 fi
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13842 $as_echo "$ac_cv_c_stack_direction" >&6; }
13843 cat >>confdefs.h <<_ACEOF
13844 #define STACK_DIRECTION $ac_cv_c_stack_direction
13845 _ACEOF
13846
13847
13848 fi
13849
13850
13851
13852
13853 for ac_header in $ac_header_list
13854 do :
13855 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13856 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13857 "
13858 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13859 cat >>confdefs.h <<_ACEOF
13860 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13861 _ACEOF
13862
13863 fi
13864
13865 done
13866
13867
13868
13869
13870
13871
13872
13873
13874 for ac_func in getpagesize
13875 do :
13876 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13877 if test "x$ac_cv_func_getpagesize" = xyes; then :
13878 cat >>confdefs.h <<_ACEOF
13879 #define HAVE_GETPAGESIZE 1
13880 _ACEOF
13881
13882 fi
13883 done
13884
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13886 $as_echo_n "checking for working mmap... " >&6; }
13887 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13888 $as_echo_n "(cached) " >&6
13889 else
13890 if test "$cross_compiling" = yes; then :
13891 ac_cv_func_mmap_fixed_mapped=no
13892 else
13893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13894 /* end confdefs.h. */
13895 $ac_includes_default
13896 /* malloc might have been renamed as rpl_malloc. */
13897 #undef malloc
13898
13899 /* Thanks to Mike Haertel and Jim Avera for this test.
13900 Here is a matrix of mmap possibilities:
13901 mmap private not fixed
13902 mmap private fixed at somewhere currently unmapped
13903 mmap private fixed at somewhere already mapped
13904 mmap shared not fixed
13905 mmap shared fixed at somewhere currently unmapped
13906 mmap shared fixed at somewhere already mapped
13907 For private mappings, we should verify that changes cannot be read()
13908 back from the file, nor mmap's back from the file at a different
13909 address. (There have been systems where private was not correctly
13910 implemented like the infamous i386 svr4.0, and systems where the
13911 VM page cache was not coherent with the file system buffer cache
13912 like early versions of FreeBSD and possibly contemporary NetBSD.)
13913 For shared mappings, we should conversely verify that changes get
13914 propagated back to all the places they're supposed to be.
13915
13916 Grep wants private fixed already mapped.
13917 The main things grep needs to know about mmap are:
13918 * does it exist and is it safe to write into the mmap'd area
13919 * how to use it (BSD variants) */
13920
13921 #include <fcntl.h>
13922 #include <sys/mman.h>
13923
13924 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13925 char *malloc ();
13926 #endif
13927
13928 /* This mess was copied from the GNU getpagesize.h. */
13929 #ifndef HAVE_GETPAGESIZE
13930 # ifdef _SC_PAGESIZE
13931 # define getpagesize() sysconf(_SC_PAGESIZE)
13932 # else /* no _SC_PAGESIZE */
13933 # ifdef HAVE_SYS_PARAM_H
13934 # include <sys/param.h>
13935 # ifdef EXEC_PAGESIZE
13936 # define getpagesize() EXEC_PAGESIZE
13937 # else /* no EXEC_PAGESIZE */
13938 # ifdef NBPG
13939 # define getpagesize() NBPG * CLSIZE
13940 # ifndef CLSIZE
13941 # define CLSIZE 1
13942 # endif /* no CLSIZE */
13943 # else /* no NBPG */
13944 # ifdef NBPC
13945 # define getpagesize() NBPC
13946 # else /* no NBPC */
13947 # ifdef PAGESIZE
13948 # define getpagesize() PAGESIZE
13949 # endif /* PAGESIZE */
13950 # endif /* no NBPC */
13951 # endif /* no NBPG */
13952 # endif /* no EXEC_PAGESIZE */
13953 # else /* no HAVE_SYS_PARAM_H */
13954 # define getpagesize() 8192 /* punt totally */
13955 # endif /* no HAVE_SYS_PARAM_H */
13956 # endif /* no _SC_PAGESIZE */
13957
13958 #endif /* no HAVE_GETPAGESIZE */
13959
13960 int
13961 main ()
13962 {
13963 char *data, *data2, *data3;
13964 const char *cdata2;
13965 int i, pagesize;
13966 int fd, fd2;
13967
13968 pagesize = getpagesize ();
13969
13970 /* First, make a file with some known garbage in it. */
13971 data = (char *) malloc (pagesize);
13972 if (!data)
13973 return 1;
13974 for (i = 0; i < pagesize; ++i)
13975 *(data + i) = rand ();
13976 umask (0);
13977 fd = creat ("conftest.mmap", 0600);
13978 if (fd < 0)
13979 return 2;
13980 if (write (fd, data, pagesize) != pagesize)
13981 return 3;
13982 close (fd);
13983
13984 /* Next, check that the tail of a page is zero-filled. File must have
13985 non-zero length, otherwise we risk SIGBUS for entire page. */
13986 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13987 if (fd2 < 0)
13988 return 4;
13989 cdata2 = "";
13990 if (write (fd2, cdata2, 1) != 1)
13991 return 5;
13992 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13993 if (data2 == MAP_FAILED)
13994 return 6;
13995 for (i = 0; i < pagesize; ++i)
13996 if (*(data2 + i))
13997 return 7;
13998 close (fd2);
13999 if (munmap (data2, pagesize))
14000 return 8;
14001
14002 /* Next, try to mmap the file at a fixed address which already has
14003 something else allocated at it. If we can, also make sure that
14004 we see the same garbage. */
14005 fd = open ("conftest.mmap", O_RDWR);
14006 if (fd < 0)
14007 return 9;
14008 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14009 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14010 return 10;
14011 for (i = 0; i < pagesize; ++i)
14012 if (*(data + i) != *(data2 + i))
14013 return 11;
14014
14015 /* Finally, make sure that changes to the mapped area do not
14016 percolate back to the file as seen by read(). (This is a bug on
14017 some variants of i386 svr4.0.) */
14018 for (i = 0; i < pagesize; ++i)
14019 *(data2 + i) = *(data2 + i) + 1;
14020 data3 = (char *) malloc (pagesize);
14021 if (!data3)
14022 return 12;
14023 if (read (fd, data3, pagesize) != pagesize)
14024 return 13;
14025 for (i = 0; i < pagesize; ++i)
14026 if (*(data + i) != *(data3 + i))
14027 return 14;
14028 close (fd);
14029 return 0;
14030 }
14031 _ACEOF
14032 if ac_fn_c_try_run "$LINENO"; then :
14033 ac_cv_func_mmap_fixed_mapped=yes
14034 else
14035 ac_cv_func_mmap_fixed_mapped=no
14036 fi
14037 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14038 conftest.$ac_objext conftest.beam conftest.$ac_ext
14039 fi
14040
14041 fi
14042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14043 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14044 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14045
14046 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14047
14048 fi
14049 rm -f conftest.mmap conftest.txt
14050
14051 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
14052 do :
14053 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14054 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14055 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14056 cat >>confdefs.h <<_ACEOF
14057 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14058 _ACEOF
14059
14060 fi
14061 done
14062
14063 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
14064 if test "x$ac_cv_func_mkstemp" = xyes; then :
14065
14066 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
14067
14068 fi
14069
14070 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
14071 if test "x$ac_cv_func_mkdtemp" = xyes; then :
14072
14073 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
14074
14075 fi
14076
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14078 $as_echo_n "checking for mbstate_t... " >&6; }
14079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14080 /* end confdefs.h. */
14081 #include <wchar.h>
14082 int
14083 main ()
14084 {
14085 mbstate_t teststate;
14086 ;
14087 return 0;
14088 }
14089 _ACEOF
14090 if ac_fn_c_try_compile "$LINENO"; then :
14091 have_mbstate_t=yes
14092 else
14093 have_mbstate_t=no
14094 fi
14095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14097 $as_echo "$have_mbstate_t" >&6; }
14098 if test x"$have_mbstate_t" = xyes; then
14099
14100 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14101
14102 fi
14103
14104 # Some systems have frexp only in -lm, not in -lc.
14105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14106 $as_echo_n "checking for library containing frexp... " >&6; }
14107 if ${ac_cv_search_frexp+:} false; then :
14108 $as_echo_n "(cached) " >&6
14109 else
14110 ac_func_search_save_LIBS=$LIBS
14111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14112 /* end confdefs.h. */
14113
14114 /* Override any GCC internal prototype to avoid an error.
14115 Use char because int might match the return type of a GCC
14116 builtin and then its argument prototype would still apply. */
14117 #ifdef __cplusplus
14118 extern "C"
14119 #endif
14120 char frexp ();
14121 int
14122 main ()
14123 {
14124 return frexp ();
14125 ;
14126 return 0;
14127 }
14128 _ACEOF
14129 for ac_lib in '' m; do
14130 if test -z "$ac_lib"; then
14131 ac_res="none required"
14132 else
14133 ac_res=-l$ac_lib
14134 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14135 fi
14136 if ac_fn_c_try_link "$LINENO"; then :
14137 ac_cv_search_frexp=$ac_res
14138 fi
14139 rm -f core conftest.err conftest.$ac_objext \
14140 conftest$ac_exeext
14141 if ${ac_cv_search_frexp+:} false; then :
14142 break
14143 fi
14144 done
14145 if ${ac_cv_search_frexp+:} false; then :
14146
14147 else
14148 ac_cv_search_frexp=no
14149 fi
14150 rm conftest.$ac_ext
14151 LIBS=$ac_func_search_save_LIBS
14152 fi
14153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14154 $as_echo "$ac_cv_search_frexp" >&6; }
14155 ac_res=$ac_cv_search_frexp
14156 if test "$ac_res" != no; then :
14157 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14158
14159 fi
14160
14161
14162
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14164 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14165 if ${am_cv_val_LC_MESSAGES+:} false; then :
14166 $as_echo_n "(cached) " >&6
14167 else
14168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14169 /* end confdefs.h. */
14170 #include <locale.h>
14171 int
14172 main ()
14173 {
14174 return LC_MESSAGES
14175 ;
14176 return 0;
14177 }
14178 _ACEOF
14179 if ac_fn_c_try_link "$LINENO"; then :
14180 am_cv_val_LC_MESSAGES=yes
14181 else
14182 am_cv_val_LC_MESSAGES=no
14183 fi
14184 rm -f core conftest.err conftest.$ac_objext \
14185 conftest$ac_exeext conftest.$ac_ext
14186 fi
14187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14188 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14189 if test $am_cv_val_LC_MESSAGES = yes; then
14190
14191 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14192
14193 fi
14194
14195
14196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14197 $as_echo_n "checking for time_t in time.h... " >&6; }
14198 if ${bu_cv_decl_time_t_time_h+:} false; then :
14199 $as_echo_n "(cached) " >&6
14200 else
14201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14202 /* end confdefs.h. */
14203 #include <time.h>
14204 int
14205 main ()
14206 {
14207 time_t i;
14208 ;
14209 return 0;
14210 }
14211 _ACEOF
14212 if ac_fn_c_try_compile "$LINENO"; then :
14213 bu_cv_decl_time_t_time_h=yes
14214 else
14215 bu_cv_decl_time_t_time_h=no
14216 fi
14217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14218 fi
14219
14220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14221 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
14222 if test $bu_cv_decl_time_t_time_h = yes; then
14223
14224 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
14225
14226 fi
14227
14228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14229 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
14230 if ${bu_cv_decl_time_t_types_h+:} false; then :
14231 $as_echo_n "(cached) " >&6
14232 else
14233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14234 /* end confdefs.h. */
14235 #include <sys/types.h>
14236 int
14237 main ()
14238 {
14239 time_t i;
14240 ;
14241 return 0;
14242 }
14243 _ACEOF
14244 if ac_fn_c_try_compile "$LINENO"; then :
14245 bu_cv_decl_time_t_types_h=yes
14246 else
14247 bu_cv_decl_time_t_types_h=no
14248 fi
14249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14250 fi
14251
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14253 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
14254 if test $bu_cv_decl_time_t_types_h = yes; then
14255
14256 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
14257
14258 fi
14259
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14261 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14262 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
14263 $as_echo_n "(cached) " >&6
14264 else
14265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14266 /* end confdefs.h. */
14267 #include <unistd.h>
14268 int
14269 main ()
14270 {
14271 extern int getopt (int, char *const*, const char *);
14272 ;
14273 return 0;
14274 }
14275 _ACEOF
14276 if ac_fn_c_try_compile "$LINENO"; then :
14277 bu_cv_decl_getopt_unistd_h=yes
14278 else
14279 bu_cv_decl_getopt_unistd_h=no
14280 fi
14281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14282 fi
14283
14284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14285 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
14286 if test $bu_cv_decl_getopt_unistd_h = yes; then
14287
14288 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14289
14290 fi
14291
14292 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14293 # by default.
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14295 $as_echo_n "checking for utime.h... " >&6; }
14296 if ${bu_cv_header_utime_h+:} false; then :
14297 $as_echo_n "(cached) " >&6
14298 else
14299 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14300 /* end confdefs.h. */
14301 #include <sys/types.h>
14302 #ifdef HAVE_TIME_H
14303 #include <time.h>
14304 #endif
14305 #include <utime.h>
14306 int
14307 main ()
14308 {
14309 struct utimbuf s;
14310 ;
14311 return 0;
14312 }
14313 _ACEOF
14314 if ac_fn_c_try_compile "$LINENO"; then :
14315 bu_cv_header_utime_h=yes
14316 else
14317 bu_cv_header_utime_h=no
14318 fi
14319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14320 fi
14321
14322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14323 $as_echo "$bu_cv_header_utime_h" >&6; }
14324 if test $bu_cv_header_utime_h = yes; then
14325
14326 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
14327
14328 fi
14329
14330 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14331 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14332 ac_have_decl=1
14333 else
14334 ac_have_decl=0
14335 fi
14336
14337 cat >>confdefs.h <<_ACEOF
14338 #define HAVE_DECL_ASPRINTF $ac_have_decl
14339 _ACEOF
14340 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
14341 if test "x$ac_cv_have_decl_environ" = xyes; then :
14342 ac_have_decl=1
14343 else
14344 ac_have_decl=0
14345 fi
14346
14347 cat >>confdefs.h <<_ACEOF
14348 #define HAVE_DECL_ENVIRON $ac_have_decl
14349 _ACEOF
14350 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
14351 if test "x$ac_cv_have_decl_fprintf" = xyes; then :
14352 ac_have_decl=1
14353 else
14354 ac_have_decl=0
14355 fi
14356
14357 cat >>confdefs.h <<_ACEOF
14358 #define HAVE_DECL_FPRINTF $ac_have_decl
14359 _ACEOF
14360 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
14361 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
14362 ac_have_decl=1
14363 else
14364 ac_have_decl=0
14365 fi
14366
14367 cat >>confdefs.h <<_ACEOF
14368 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
14369 _ACEOF
14370 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14371 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14372 ac_have_decl=1
14373 else
14374 ac_have_decl=0
14375 fi
14376
14377 cat >>confdefs.h <<_ACEOF
14378 #define HAVE_DECL_GETENV $ac_have_decl
14379 _ACEOF
14380 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
14381 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
14382 ac_have_decl=1
14383 else
14384 ac_have_decl=0
14385 fi
14386
14387 cat >>confdefs.h <<_ACEOF
14388 #define HAVE_DECL_SBRK $ac_have_decl
14389 _ACEOF
14390 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14391 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14392 ac_have_decl=1
14393 else
14394 ac_have_decl=0
14395 fi
14396
14397 cat >>confdefs.h <<_ACEOF
14398 #define HAVE_DECL_SNPRINTF $ac_have_decl
14399 _ACEOF
14400 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14401 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14402 ac_have_decl=1
14403 else
14404 ac_have_decl=0
14405 fi
14406
14407 cat >>confdefs.h <<_ACEOF
14408 #define HAVE_DECL_STPCPY $ac_have_decl
14409 _ACEOF
14410 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14411 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14412 ac_have_decl=1
14413 else
14414 ac_have_decl=0
14415 fi
14416
14417 cat >>confdefs.h <<_ACEOF
14418 #define HAVE_DECL_STRNLEN $ac_have_decl
14419 _ACEOF
14420 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14421 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14422 ac_have_decl=1
14423 else
14424 ac_have_decl=0
14425 fi
14426
14427 cat >>confdefs.h <<_ACEOF
14428 #define HAVE_DECL_STRSTR $ac_have_decl
14429 _ACEOF
14430 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14431 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14432 ac_have_decl=1
14433 else
14434 ac_have_decl=0
14435 fi
14436
14437 cat >>confdefs.h <<_ACEOF
14438 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14439 _ACEOF
14440
14441
14442 # Link in zlib if we can. This allows us to read compressed debug
14443 # sections. This is used only by readelf.c (objdump uses bfd for
14444 # reading compressed sections).
14445
14446 # Use the system's zlib library.
14447 zlibdir="-L\$(top_builddir)/../zlib"
14448 zlibinc="-I\$(top_srcdir)/../zlib"
14449
14450 # Check whether --with-system-zlib was given.
14451 if test "${with_system_zlib+set}" = set; then :
14452 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14453 zlibdir=
14454 zlibinc=
14455 fi
14456
14457 fi
14458
14459
14460
14461
14462
14463
14464 case "${host}" in
14465 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14466
14467 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14468 ;;
14469 esac
14470
14471 # target-specific stuff:
14472
14473 # Canonicalize the secondary target names.
14474 if test -n "$enable_targets"; then
14475 for targ in `echo $enable_targets | sed 's/,/ /g'`
14476 do
14477 result=`$ac_config_sub $targ 2>/dev/null`
14478 if test -n "$result"; then
14479 canon_targets="$canon_targets $result"
14480 else
14481 # Allow targets that config.sub doesn't recognize, like "all".
14482 canon_targets="$canon_targets $targ"
14483 fi
14484 done
14485 fi
14486
14487 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
14488 if test "x$ac_cv_header_iconv_h" = xyes; then :
14489
14490 fi
14491
14492
14493
14494 if test "X$prefix" = "XNONE"; then
14495 acl_final_prefix="$ac_default_prefix"
14496 else
14497 acl_final_prefix="$prefix"
14498 fi
14499 if test "X$exec_prefix" = "XNONE"; then
14500 acl_final_exec_prefix='${prefix}'
14501 else
14502 acl_final_exec_prefix="$exec_prefix"
14503 fi
14504 acl_save_prefix="$prefix"
14505 prefix="$acl_final_prefix"
14506 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14507 prefix="$acl_save_prefix"
14508
14509
14510 # Check whether --with-gnu-ld was given.
14511 if test "${with_gnu_ld+set}" = set; then :
14512 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
14513 else
14514 with_gnu_ld=no
14515 fi
14516
14517 # Prepare PATH_SEPARATOR.
14518 # The user is always right.
14519 if test "${PATH_SEPARATOR+set}" != set; then
14520 echo "#! /bin/sh" >conf$$.sh
14521 echo "exit 0" >>conf$$.sh
14522 chmod +x conf$$.sh
14523 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14524 PATH_SEPARATOR=';'
14525 else
14526 PATH_SEPARATOR=:
14527 fi
14528 rm -f conf$$.sh
14529 fi
14530 ac_prog=ld
14531 if test "$GCC" = yes; then
14532 # Check if gcc -print-prog-name=ld gives a path.
14533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14534 $as_echo_n "checking for ld used by GCC... " >&6; }
14535 case $host in
14536 *-*-mingw*)
14537 # gcc leaves a trailing carriage return which upsets mingw
14538 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14539 *)
14540 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14541 esac
14542 case $ac_prog in
14543 # Accept absolute paths.
14544 [\\/]* | [A-Za-z]:[\\/]*)
14545 re_direlt='/[^/][^/]*/\.\./'
14546 # Canonicalize the path of ld
14547 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14548 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14549 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14550 done
14551 test -z "$LD" && LD="$ac_prog"
14552 ;;
14553 "")
14554 # If it fails, then pretend we aren't using GCC.
14555 ac_prog=ld
14556 ;;
14557 *)
14558 # If it is relative, then search for the first ld in PATH.
14559 with_gnu_ld=unknown
14560 ;;
14561 esac
14562 elif test "$with_gnu_ld" = yes; then
14563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14564 $as_echo_n "checking for GNU ld... " >&6; }
14565 else
14566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14567 $as_echo_n "checking for non-GNU ld... " >&6; }
14568 fi
14569 if ${acl_cv_path_LD+:} false; then :
14570 $as_echo_n "(cached) " >&6
14571 else
14572 if test -z "$LD"; then
14573 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14574 for ac_dir in $PATH; do
14575 test -z "$ac_dir" && ac_dir=.
14576 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14577 acl_cv_path_LD="$ac_dir/$ac_prog"
14578 # Check to see if the program is GNU ld. I'd rather use --version,
14579 # but apparently some GNU ld's only accept -v.
14580 # Break only if it was the GNU/non-GNU ld that we prefer.
14581 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14582 test "$with_gnu_ld" != no && break
14583 else
14584 test "$with_gnu_ld" != yes && break
14585 fi
14586 fi
14587 done
14588 IFS="$ac_save_ifs"
14589 else
14590 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14591 fi
14592 fi
14593
14594 LD="$acl_cv_path_LD"
14595 if test -n "$LD"; then
14596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14597 $as_echo "$LD" >&6; }
14598 else
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14600 $as_echo "no" >&6; }
14601 fi
14602 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14604 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14605 if ${acl_cv_prog_gnu_ld+:} false; then :
14606 $as_echo_n "(cached) " >&6
14607 else
14608 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14609 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14610 acl_cv_prog_gnu_ld=yes
14611 else
14612 acl_cv_prog_gnu_ld=no
14613 fi
14614 fi
14615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14616 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14617 with_gnu_ld=$acl_cv_prog_gnu_ld
14618
14619
14620
14621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14622 $as_echo_n "checking for shared library run path origin... " >&6; }
14623 if ${acl_cv_rpath+:} false; then :
14624 $as_echo_n "(cached) " >&6
14625 else
14626
14627 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14628 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14629 . ./conftest.sh
14630 rm -f ./conftest.sh
14631 acl_cv_rpath=done
14632
14633 fi
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14635 $as_echo "$acl_cv_rpath" >&6; }
14636 wl="$acl_cv_wl"
14637 libext="$acl_cv_libext"
14638 shlibext="$acl_cv_shlibext"
14639 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14640 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14641 hardcode_direct="$acl_cv_hardcode_direct"
14642 hardcode_minus_L="$acl_cv_hardcode_minus_L"
14643 # Check whether --enable-rpath was given.
14644 if test "${enable_rpath+set}" = set; then :
14645 enableval=$enable_rpath; :
14646 else
14647 enable_rpath=yes
14648 fi
14649
14650
14651
14652
14653
14654
14655
14656
14657 use_additional=yes
14658
14659 acl_save_prefix="$prefix"
14660 prefix="$acl_final_prefix"
14661 acl_save_exec_prefix="$exec_prefix"
14662 exec_prefix="$acl_final_exec_prefix"
14663
14664 eval additional_includedir=\"$includedir\"
14665 eval additional_libdir=\"$libdir\"
14666
14667 exec_prefix="$acl_save_exec_prefix"
14668 prefix="$acl_save_prefix"
14669
14670
14671 # Check whether --with-libiconv-prefix was given.
14672 if test "${with_libiconv_prefix+set}" = set; then :
14673 withval=$with_libiconv_prefix;
14674 if test "X$withval" = "Xno"; then
14675 use_additional=no
14676 else
14677 if test "X$withval" = "X"; then
14678
14679 acl_save_prefix="$prefix"
14680 prefix="$acl_final_prefix"
14681 acl_save_exec_prefix="$exec_prefix"
14682 exec_prefix="$acl_final_exec_prefix"
14683
14684 eval additional_includedir=\"$includedir\"
14685 eval additional_libdir=\"$libdir\"
14686
14687 exec_prefix="$acl_save_exec_prefix"
14688 prefix="$acl_save_prefix"
14689
14690 else
14691 additional_includedir="$withval/include"
14692 additional_libdir="$withval/lib"
14693 fi
14694 fi
14695
14696 fi
14697
14698
14699 # Check whether --with-libiconv-type was given.
14700 if test "${with_libiconv_type+set}" = set; then :
14701 withval=$with_libiconv_type; with_libiconv_type=$withval
14702 else
14703 with_libiconv_type=auto
14704 fi
14705
14706 lib_type=`eval echo \$with_libiconv_type`
14707
14708 LIBICONV=
14709 LTLIBICONV=
14710 INCICONV=
14711 rpathdirs=
14712 ltrpathdirs=
14713 names_already_handled=
14714 names_next_round='iconv '
14715 while test -n "$names_next_round"; do
14716 names_this_round="$names_next_round"
14717 names_next_round=
14718 for name in $names_this_round; do
14719 already_handled=
14720 for n in $names_already_handled; do
14721 if test "$n" = "$name"; then
14722 already_handled=yes
14723 break
14724 fi
14725 done
14726 if test -z "$already_handled"; then
14727 names_already_handled="$names_already_handled $name"
14728 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14729 eval value=\"\$HAVE_LIB$uppername\"
14730 if test -n "$value"; then
14731 if test "$value" = yes; then
14732 eval value=\"\$LIB$uppername\"
14733 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14734 eval value=\"\$LTLIB$uppername\"
14735 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14736 else
14737 :
14738 fi
14739 else
14740 found_dir=
14741 found_la=
14742 found_so=
14743 found_a=
14744 if test $use_additional = yes; then
14745 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14746 found_dir="$additional_libdir"
14747 found_so="$additional_libdir/lib$name.$shlibext"
14748 if test -f "$additional_libdir/lib$name.la"; then
14749 found_la="$additional_libdir/lib$name.la"
14750 fi
14751 elif test x$lib_type != xshared; then
14752 if test -f "$additional_libdir/lib$name.$libext"; then
14753 found_dir="$additional_libdir"
14754 found_a="$additional_libdir/lib$name.$libext"
14755 if test -f "$additional_libdir/lib$name.la"; then
14756 found_la="$additional_libdir/lib$name.la"
14757 fi
14758 fi
14759 fi
14760 fi
14761 if test "X$found_dir" = "X"; then
14762 for x in $LDFLAGS $LTLIBICONV; do
14763
14764 acl_save_prefix="$prefix"
14765 prefix="$acl_final_prefix"
14766 acl_save_exec_prefix="$exec_prefix"
14767 exec_prefix="$acl_final_exec_prefix"
14768 eval x=\"$x\"
14769 exec_prefix="$acl_save_exec_prefix"
14770 prefix="$acl_save_prefix"
14771
14772 case "$x" in
14773 -L*)
14774 dir=`echo "X$x" | sed -e 's/^X-L//'`
14775 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14776 found_dir="$dir"
14777 found_so="$dir/lib$name.$shlibext"
14778 if test -f "$dir/lib$name.la"; then
14779 found_la="$dir/lib$name.la"
14780 fi
14781 elif test x$lib_type != xshared; then
14782 if test -f "$dir/lib$name.$libext"; then
14783 found_dir="$dir"
14784 found_a="$dir/lib$name.$libext"
14785 if test -f "$dir/lib$name.la"; then
14786 found_la="$dir/lib$name.la"
14787 fi
14788 fi
14789 fi
14790 ;;
14791 esac
14792 if test "X$found_dir" != "X"; then
14793 break
14794 fi
14795 done
14796 fi
14797 if test "X$found_dir" != "X"; then
14798 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14799 if test "X$found_so" != "X"; then
14800 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14801 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14802 else
14803 haveit=
14804 for x in $ltrpathdirs; do
14805 if test "X$x" = "X$found_dir"; then
14806 haveit=yes
14807 break
14808 fi
14809 done
14810 if test -z "$haveit"; then
14811 ltrpathdirs="$ltrpathdirs $found_dir"
14812 fi
14813 if test "$hardcode_direct" = yes; then
14814 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14815 else
14816 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14817 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14818 haveit=
14819 for x in $rpathdirs; do
14820 if test "X$x" = "X$found_dir"; then
14821 haveit=yes
14822 break
14823 fi
14824 done
14825 if test -z "$haveit"; then
14826 rpathdirs="$rpathdirs $found_dir"
14827 fi
14828 else
14829 haveit=
14830 for x in $LDFLAGS $LIBICONV; do
14831
14832 acl_save_prefix="$prefix"
14833 prefix="$acl_final_prefix"
14834 acl_save_exec_prefix="$exec_prefix"
14835 exec_prefix="$acl_final_exec_prefix"
14836 eval x=\"$x\"
14837 exec_prefix="$acl_save_exec_prefix"
14838 prefix="$acl_save_prefix"
14839
14840 if test "X$x" = "X-L$found_dir"; then
14841 haveit=yes
14842 break
14843 fi
14844 done
14845 if test -z "$haveit"; then
14846 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14847 fi
14848 if test "$hardcode_minus_L" != no; then
14849 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14850 else
14851 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14852 fi
14853 fi
14854 fi
14855 fi
14856 else
14857 if test "X$found_a" != "X"; then
14858 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14859 else
14860 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14861 fi
14862 fi
14863 additional_includedir=
14864 case "$found_dir" in
14865 */lib | */lib/)
14866 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14867 additional_includedir="$basedir/include"
14868 ;;
14869 esac
14870 if test "X$additional_includedir" != "X"; then
14871 if test "X$additional_includedir" != "X/usr/include"; then
14872 haveit=
14873 if test "X$additional_includedir" = "X/usr/local/include"; then
14874 if test -n "$GCC"; then
14875 case $host_os in
14876 linux*) haveit=yes;;
14877 esac
14878 fi
14879 fi
14880 if test -z "$haveit"; then
14881 for x in $CPPFLAGS $INCICONV; do
14882
14883 acl_save_prefix="$prefix"
14884 prefix="$acl_final_prefix"
14885 acl_save_exec_prefix="$exec_prefix"
14886 exec_prefix="$acl_final_exec_prefix"
14887 eval x=\"$x\"
14888 exec_prefix="$acl_save_exec_prefix"
14889 prefix="$acl_save_prefix"
14890
14891 if test "X$x" = "X-I$additional_includedir"; then
14892 haveit=yes
14893 break
14894 fi
14895 done
14896 if test -z "$haveit"; then
14897 if test -d "$additional_includedir"; then
14898 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14899 fi
14900 fi
14901 fi
14902 fi
14903 fi
14904 if test -n "$found_la"; then
14905 save_libdir="$libdir"
14906 case "$found_la" in
14907 */* | *\\*) . "$found_la" ;;
14908 *) . "./$found_la" ;;
14909 esac
14910 libdir="$save_libdir"
14911 for dep in $dependency_libs; do
14912 case "$dep" in
14913 -L*)
14914 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14915 if test "X$additional_libdir" != "X/usr/lib"; then
14916 haveit=
14917 if test "X$additional_libdir" = "X/usr/local/lib"; then
14918 if test -n "$GCC"; then
14919 case $host_os in
14920 linux*) haveit=yes;;
14921 esac
14922 fi
14923 fi
14924 if test -z "$haveit"; then
14925 haveit=
14926 for x in $LDFLAGS $LIBICONV; do
14927
14928 acl_save_prefix="$prefix"
14929 prefix="$acl_final_prefix"
14930 acl_save_exec_prefix="$exec_prefix"
14931 exec_prefix="$acl_final_exec_prefix"
14932 eval x=\"$x\"
14933 exec_prefix="$acl_save_exec_prefix"
14934 prefix="$acl_save_prefix"
14935
14936 if test "X$x" = "X-L$additional_libdir"; then
14937 haveit=yes
14938 break
14939 fi
14940 done
14941 if test -z "$haveit"; then
14942 if test -d "$additional_libdir"; then
14943 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14944 fi
14945 fi
14946 haveit=
14947 for x in $LDFLAGS $LTLIBICONV; do
14948
14949 acl_save_prefix="$prefix"
14950 prefix="$acl_final_prefix"
14951 acl_save_exec_prefix="$exec_prefix"
14952 exec_prefix="$acl_final_exec_prefix"
14953 eval x=\"$x\"
14954 exec_prefix="$acl_save_exec_prefix"
14955 prefix="$acl_save_prefix"
14956
14957 if test "X$x" = "X-L$additional_libdir"; then
14958 haveit=yes
14959 break
14960 fi
14961 done
14962 if test -z "$haveit"; then
14963 if test -d "$additional_libdir"; then
14964 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14965 fi
14966 fi
14967 fi
14968 fi
14969 ;;
14970 -R*)
14971 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14972 if test "$enable_rpath" != no; then
14973 haveit=
14974 for x in $rpathdirs; do
14975 if test "X$x" = "X$dir"; then
14976 haveit=yes
14977 break
14978 fi
14979 done
14980 if test -z "$haveit"; then
14981 rpathdirs="$rpathdirs $dir"
14982 fi
14983 haveit=
14984 for x in $ltrpathdirs; do
14985 if test "X$x" = "X$dir"; then
14986 haveit=yes
14987 break
14988 fi
14989 done
14990 if test -z "$haveit"; then
14991 ltrpathdirs="$ltrpathdirs $dir"
14992 fi
14993 fi
14994 ;;
14995 -l*)
14996 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14997 ;;
14998 *.la)
14999 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15000 ;;
15001 *)
15002 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
15003 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
15004 ;;
15005 esac
15006 done
15007 fi
15008 else
15009 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
15010 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
15011 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
15012 else
15013 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
15014 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
15015 fi
15016 fi
15017 fi
15018 fi
15019 done
15020 done
15021 if test "X$rpathdirs" != "X"; then
15022 if test -n "$hardcode_libdir_separator"; then
15023 alldirs=
15024 for found_dir in $rpathdirs; do
15025 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15026 done
15027 acl_save_libdir="$libdir"
15028 libdir="$alldirs"
15029 eval flag=\"$hardcode_libdir_flag_spec\"
15030 libdir="$acl_save_libdir"
15031 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15032 else
15033 for found_dir in $rpathdirs; do
15034 acl_save_libdir="$libdir"
15035 libdir="$found_dir"
15036 eval flag=\"$hardcode_libdir_flag_spec\"
15037 libdir="$acl_save_libdir"
15038 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15039 done
15040 fi
15041 fi
15042 if test "X$ltrpathdirs" != "X"; then
15043 for found_dir in $ltrpathdirs; do
15044 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15045 done
15046 fi
15047
15048
15049
15050
15051
15052
15053
15054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15055 $as_echo_n "checking for iconv... " >&6; }
15056 if ${am_cv_func_iconv+:} false; then :
15057 $as_echo_n "(cached) " >&6
15058 else
15059
15060 am_cv_func_iconv="no, consider installing GNU libiconv"
15061 am_cv_lib_iconv=no
15062 am_save_CPPFLAGS="$CPPFLAGS"
15063 CPPFLAGS="$CPPFLAGS $INCICONV"
15064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15065 /* end confdefs.h. */
15066 #include <stdlib.h>
15067 #include <iconv.h>
15068 int
15069 main ()
15070 {
15071 iconv_t cd = iconv_open("","");
15072 iconv(cd,NULL,NULL,NULL,NULL);
15073 iconv_close(cd);
15074 ;
15075 return 0;
15076 }
15077 _ACEOF
15078 if ac_fn_c_try_link "$LINENO"; then :
15079 am_cv_func_iconv=yes
15080 fi
15081 rm -f core conftest.err conftest.$ac_objext \
15082 conftest$ac_exeext conftest.$ac_ext
15083 CPPFLAGS="$am_save_CPPFLAGS"
15084
15085 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
15086 for _libs in .libs _libs; do
15087 am_save_CPPFLAGS="$CPPFLAGS"
15088 am_save_LIBS="$LIBS"
15089 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
15090 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15092 /* end confdefs.h. */
15093 #include <stdlib.h>
15094 #include <iconv.h>
15095 int
15096 main ()
15097 {
15098 iconv_t cd = iconv_open("","");
15099 iconv(cd,NULL,NULL,NULL,NULL);
15100 iconv_close(cd);
15101 ;
15102 return 0;
15103 }
15104 _ACEOF
15105 if ac_fn_c_try_link "$LINENO"; then :
15106 INCICONV="-I../libiconv/include"
15107 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
15108 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
15109 am_cv_lib_iconv=yes
15110 am_cv_func_iconv=yes
15111 fi
15112 rm -f core conftest.err conftest.$ac_objext \
15113 conftest$ac_exeext conftest.$ac_ext
15114 CPPFLAGS="$am_save_CPPFLAGS"
15115 LIBS="$am_save_LIBS"
15116 if test "$am_cv_func_iconv" = "yes"; then
15117 break
15118 fi
15119 done
15120 fi
15121
15122 if test "$am_cv_func_iconv" != yes; then
15123 am_save_CPPFLAGS="$CPPFLAGS"
15124 am_save_LIBS="$LIBS"
15125 CPPFLAGS="$CPPFLAGS $INCICONV"
15126 LIBS="$LIBS $LIBICONV"
15127 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15128 /* end confdefs.h. */
15129 #include <stdlib.h>
15130 #include <iconv.h>
15131 int
15132 main ()
15133 {
15134 iconv_t cd = iconv_open("","");
15135 iconv(cd,NULL,NULL,NULL,NULL);
15136 iconv_close(cd);
15137 ;
15138 return 0;
15139 }
15140 _ACEOF
15141 if ac_fn_c_try_link "$LINENO"; then :
15142 am_cv_lib_iconv=yes
15143 am_cv_func_iconv=yes
15144 fi
15145 rm -f core conftest.err conftest.$ac_objext \
15146 conftest$ac_exeext conftest.$ac_ext
15147 CPPFLAGS="$am_save_CPPFLAGS"
15148 LIBS="$am_save_LIBS"
15149 fi
15150
15151 fi
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15153 $as_echo "$am_cv_func_iconv" >&6; }
15154 if test "$am_cv_func_iconv" = yes; then
15155
15156 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
15157
15158 fi
15159 if test "$am_cv_lib_iconv" = yes; then
15160
15161 for element in $INCICONV; do
15162 haveit=
15163 for x in $CPPFLAGS; do
15164
15165 acl_save_prefix="$prefix"
15166 prefix="$acl_final_prefix"
15167 acl_save_exec_prefix="$exec_prefix"
15168 exec_prefix="$acl_final_exec_prefix"
15169 eval x=\"$x\"
15170 exec_prefix="$acl_save_exec_prefix"
15171 prefix="$acl_save_prefix"
15172
15173 if test "X$x" = "X$element"; then
15174 haveit=yes
15175 break
15176 fi
15177 done
15178 if test -z "$haveit"; then
15179 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15180 fi
15181 done
15182
15183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15184 $as_echo_n "checking how to link with libiconv... " >&6; }
15185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15186 $as_echo "$LIBICONV" >&6; }
15187 else
15188 LIBICONV=
15189 LTLIBICONV=
15190 fi
15191
15192
15193
15194 if test "$am_cv_func_iconv" = yes; then
15195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15196 $as_echo_n "checking for iconv declaration... " >&6; }
15197 if ${am_cv_proto_iconv+:} false; then :
15198 $as_echo_n "(cached) " >&6
15199 else
15200
15201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15202 /* end confdefs.h. */
15203
15204 #include <stdlib.h>
15205 #include <iconv.h>
15206 extern
15207 #ifdef __cplusplus
15208 "C"
15209 #endif
15210 #if defined(__STDC__) || defined(__cplusplus)
15211 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15212 #else
15213 size_t iconv();
15214 #endif
15215
15216 int
15217 main ()
15218 {
15219
15220 ;
15221 return 0;
15222 }
15223 _ACEOF
15224 if ac_fn_c_try_compile "$LINENO"; then :
15225 am_cv_proto_iconv_arg1=""
15226 else
15227 am_cv_proto_iconv_arg1="const"
15228 fi
15229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15230 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);"
15231 fi
15232
15233 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
15235 }$am_cv_proto_iconv" >&5
15236 $as_echo "${ac_t:-
15237 }$am_cv_proto_iconv" >&6; }
15238
15239 cat >>confdefs.h <<_ACEOF
15240 #define ICONV_CONST $am_cv_proto_iconv_arg1
15241 _ACEOF
15242
15243 fi
15244
15245
15246 all_targets=false
15247 BUILD_SRCONV=
15248 BUILD_DLLTOOL=
15249 DLLTOOL_DEFS=
15250 DLLTOOL_DEFAULT=
15251 BUILD_WINDRES=
15252 BUILD_WINDMC=
15253 BUILD_DLLWRAP=
15254 BUILD_MISC=
15255 BUILD_INSTALL_MISC=
15256 OBJDUMP_DEFS=
15257 OBJDUMP_PRIVATE_VECTORS=
15258 OBJDUMP_PRIVATE_OFILES=
15259 od_vectors=
15260
15261 for targ in $target $canon_targets
15262 do
15263 if test "x$targ" = "xall"; then
15264 all_targets=true
15265 BUILD_SRCONV='$(SRCONV_PROG)'
15266 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15267 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15268 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15269 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15270 if test -z "$DLLTOOL_DEFAULT"; then
15271 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15272 fi
15273 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15274 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15275 od_vectors="$od_vectors objdump_private_desc_xcoff"
15276 else
15277 case $targ in
15278 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15279 esac
15280
15281 case $targ in
15282 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
15283 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15284 if test -z "$DLLTOOL_DEFAULT"; then
15285 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15286 fi
15287 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15288 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15289 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15290 ;;
15291 arm-*-pe*)
15292 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15293 if test -z "$DLLTOOL_DEFAULT"; then
15294 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15295 fi
15296 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15297 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15298 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15299 ;;
15300 x86_64-*-mingw* | x86_64-*-cygwin*)
15301 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15302 if test -z "$DLLTOOL_DEFAULT"; then
15303 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15304 fi
15305 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15306 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15307 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15308 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15309 ;;
15310 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
15311 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15312 if test -z "$DLLTOOL_DEFAULT"; then
15313 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15314 fi
15315 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15316 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15317 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15318 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15319 ;;
15320 i[3-7]86-*-interix)
15321 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
15322 if test -z "$DLLTOOL_DEFAULT"; then
15323 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15324 fi
15325 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15326 ;;
15327 powerpc*-aix5.[01])
15328 ;;
15329 powerpc*-aix[5-9].*)
15330 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15331 ;;
15332 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
15333 case "$BUILD_INSTALL_MISC" in
15334 *embedspu*) ;;
15335 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15336 esac
15337 ;;
15338 sh*-*-pe)
15339 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15340 if test -z "$DLLTOOL_DEFAULT"; then
15341 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15342 fi
15343 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15344 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15345 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15346 ;;
15347 spu-*-*)
15348 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15349 ;;
15350 mips*-*-pe)
15351 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15352 if test -z "$DLLTOOL_DEFAULT"; then
15353 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15354 fi
15355 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15356 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15357 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15358 ;;
15359 mcore-*-pe)
15360 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15361 if test -z "$DLLTOOL_DEFAULT"; then
15362 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15363 fi
15364 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15365 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15366 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15367 ;;
15368 mcore-*-elf)
15369 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15370 if test -z "$DLLTOOL_DEFAULT"; then
15371 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15372 fi
15373 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
15374 ;;
15375 mep-*)
15376 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15377 ;;
15378 esac
15379
15380 # Add objdump private vectors.
15381 case $targ in
15382 avr-*-*)
15383 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15384 ;;
15385 powerpc*-*-aix* | rs6000-*-aix*)
15386 od_vectors="$od_vectors objdump_private_desc_xcoff"
15387 ;;
15388 *-*-darwin*)
15389 od_vectors="$od_vectors objdump_private_desc_mach_o"
15390 ;;
15391 esac
15392 fi
15393 done
15394
15395 # Uniq objdump private vector, build objdump target ofiles.
15396 od_files=
15397 f=""
15398 for i in $od_vectors ; do
15399 case " $f " in
15400 *" $i "*) ;;
15401 *)
15402 f="$f $i"
15403 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15404 case $i in
15405 objdump_private_desc_elf32_avr)
15406 od_files="$od_files od-elf32_avr" ;;
15407 objdump_private_desc_xcoff)
15408 od_files="$od_files od-xcoff" ;;
15409 objdump_private_desc_mach_o)
15410 od_files="$od_files od-macho" ;;
15411 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
15412 esac
15413 ;;
15414 esac
15415 done
15416
15417 # Uniq objdump target ofiles
15418 f=""
15419 for i in $od_files ; do
15420 case " $f " in
15421 *" $i "*) ;;
15422 *)
15423 f="$f $i"
15424 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15425 ;;
15426 esac
15427 done
15428
15429 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15430
15431 if test "${with_windres+set}" = set; then
15432 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15433 fi
15434
15435 if test "${with_windmc+set}" = set; then
15436 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15437 fi
15438
15439 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15440
15441
15442
15443
15444
15445
15446
15447
15448
15449
15450
15451
15452
15453 cat >>confdefs.h <<_ACEOF
15454 #define TARGET "${target}"
15455 _ACEOF
15456
15457
15458 targ=$target
15459 . $srcdir/../bfd/config.bfd
15460 if test "x$targ_underscore" = "xyes"; then
15461 UNDERSCORE=1
15462 else
15463 UNDERSCORE=0
15464 fi
15465
15466 cat >>confdefs.h <<_ACEOF
15467 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15468 _ACEOF
15469
15470
15471 # Emulation
15472 targ=$target
15473 . ${srcdir}/configure.tgt
15474 EMULATION=$targ_emul
15475 EMULATION_VECTOR=$targ_emul_vector
15476
15477
15478
15479
15480 # Required for html and install-html
15481
15482
15483
15484
15485
15486 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15487
15488 cat >confcache <<\_ACEOF
15489 # This file is a shell script that caches the results of configure
15490 # tests run on this system so they can be shared between configure
15491 # scripts and configure runs, see configure's option --config-cache.
15492 # It is not useful on other systems. If it contains results you don't
15493 # want to keep, you may remove or edit it.
15494 #
15495 # config.status only pays attention to the cache file if you give it
15496 # the --recheck option to rerun configure.
15497 #
15498 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15499 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15500 # following values.
15501
15502 _ACEOF
15503
15504 # The following way of writing the cache mishandles newlines in values,
15505 # but we know of no workaround that is simple, portable, and efficient.
15506 # So, we kill variables containing newlines.
15507 # Ultrix sh set writes to stderr and can't be redirected directly,
15508 # and sets the high bit in the cache file unless we assign to the vars.
15509 (
15510 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15511 eval ac_val=\$$ac_var
15512 case $ac_val in #(
15513 *${as_nl}*)
15514 case $ac_var in #(
15515 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15516 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15517 esac
15518 case $ac_var in #(
15519 _ | IFS | as_nl) ;; #(
15520 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15521 *) { eval $ac_var=; unset $ac_var;} ;;
15522 esac ;;
15523 esac
15524 done
15525
15526 (set) 2>&1 |
15527 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15528 *${as_nl}ac_space=\ *)
15529 # `set' does not quote correctly, so add quotes: double-quote
15530 # substitution turns \\\\ into \\, and sed turns \\ into \.
15531 sed -n \
15532 "s/'/'\\\\''/g;
15533 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15534 ;; #(
15535 *)
15536 # `set' quotes correctly as required by POSIX, so do not add quotes.
15537 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15538 ;;
15539 esac |
15540 sort
15541 ) |
15542 sed '
15543 /^ac_cv_env_/b end
15544 t clear
15545 :clear
15546 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15547 t end
15548 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15549 :end' >>confcache
15550 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15551 if test -w "$cache_file"; then
15552 if test "x$cache_file" != "x/dev/null"; then
15553 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15554 $as_echo "$as_me: updating cache $cache_file" >&6;}
15555 if test ! -f "$cache_file" || test -h "$cache_file"; then
15556 cat confcache >"$cache_file"
15557 else
15558 case $cache_file in #(
15559 */* | ?:*)
15560 mv -f confcache "$cache_file"$$ &&
15561 mv -f "$cache_file"$$ "$cache_file" ;; #(
15562 *)
15563 mv -f confcache "$cache_file" ;;
15564 esac
15565 fi
15566 fi
15567 else
15568 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15569 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15570 fi
15571 fi
15572 rm -f confcache
15573
15574 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15575 # Let make expand exec_prefix.
15576 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15577
15578 DEFS=-DHAVE_CONFIG_H
15579
15580 ac_libobjs=
15581 ac_ltlibobjs=
15582 U=
15583 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15584 # 1. Remove the extension, and $U if already installed.
15585 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15586 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15587 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15588 # will be set to the directory where LIBOBJS objects are built.
15589 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15590 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15591 done
15592 LIBOBJS=$ac_libobjs
15593
15594 LTLIBOBJS=$ac_ltlibobjs
15595
15596
15597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15598 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15599 if test -n "$am_sleep_pid"; then
15600 # Hide warnings about reused PIDs.
15601 wait $am_sleep_pid 2>/dev/null
15602 fi
15603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15604 $as_echo "done" >&6; }
15605 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15606 as_fn_error $? "conditional \"AMDEP\" was never defined.
15607 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15608 fi
15609 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15610 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15611 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15612 fi
15613 if test -n "$EXEEXT"; then
15614 am__EXEEXT_TRUE=
15615 am__EXEEXT_FALSE='#'
15616 else
15617 am__EXEEXT_TRUE='#'
15618 am__EXEEXT_FALSE=
15619 fi
15620
15621 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15622 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15623 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15624 fi
15625 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15626 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15627 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15628 fi
15629 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15630 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15631 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15632 fi
15633
15634 : "${CONFIG_STATUS=./config.status}"
15635 ac_write_fail=0
15636 ac_clean_files_save=$ac_clean_files
15637 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15638 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15639 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15640 as_write_fail=0
15641 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15642 #! $SHELL
15643 # Generated by $as_me.
15644 # Run this file to recreate the current configuration.
15645 # Compiler output produced by configure, useful for debugging
15646 # configure, is in config.log if it exists.
15647
15648 debug=false
15649 ac_cs_recheck=false
15650 ac_cs_silent=false
15651
15652 SHELL=\${CONFIG_SHELL-$SHELL}
15653 export SHELL
15654 _ASEOF
15655 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15656 ## -------------------- ##
15657 ## M4sh Initialization. ##
15658 ## -------------------- ##
15659
15660 # Be more Bourne compatible
15661 DUALCASE=1; export DUALCASE # for MKS sh
15662 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15663 emulate sh
15664 NULLCMD=:
15665 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15666 # is contrary to our usage. Disable this feature.
15667 alias -g '${1+"$@"}'='"$@"'
15668 setopt NO_GLOB_SUBST
15669 else
15670 case `(set -o) 2>/dev/null` in #(
15671 *posix*) :
15672 set -o posix ;; #(
15673 *) :
15674 ;;
15675 esac
15676 fi
15677
15678
15679 as_nl='
15680 '
15681 export as_nl
15682 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15683 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15684 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15685 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15686 # Prefer a ksh shell builtin over an external printf program on Solaris,
15687 # but without wasting forks for bash or zsh.
15688 if test -z "$BASH_VERSION$ZSH_VERSION" \
15689 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15690 as_echo='print -r --'
15691 as_echo_n='print -rn --'
15692 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15693 as_echo='printf %s\n'
15694 as_echo_n='printf %s'
15695 else
15696 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15697 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15698 as_echo_n='/usr/ucb/echo -n'
15699 else
15700 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15701 as_echo_n_body='eval
15702 arg=$1;
15703 case $arg in #(
15704 *"$as_nl"*)
15705 expr "X$arg" : "X\\(.*\\)$as_nl";
15706 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15707 esac;
15708 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15709 '
15710 export as_echo_n_body
15711 as_echo_n='sh -c $as_echo_n_body as_echo'
15712 fi
15713 export as_echo_body
15714 as_echo='sh -c $as_echo_body as_echo'
15715 fi
15716
15717 # The user is always right.
15718 if test "${PATH_SEPARATOR+set}" != set; then
15719 PATH_SEPARATOR=:
15720 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15721 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15722 PATH_SEPARATOR=';'
15723 }
15724 fi
15725
15726
15727 # IFS
15728 # We need space, tab and new line, in precisely that order. Quoting is
15729 # there to prevent editors from complaining about space-tab.
15730 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15731 # splitting by setting IFS to empty value.)
15732 IFS=" "" $as_nl"
15733
15734 # Find who we are. Look in the path if we contain no directory separator.
15735 as_myself=
15736 case $0 in #((
15737 *[\\/]* ) as_myself=$0 ;;
15738 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15739 for as_dir in $PATH
15740 do
15741 IFS=$as_save_IFS
15742 test -z "$as_dir" && as_dir=.
15743 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15744 done
15745 IFS=$as_save_IFS
15746
15747 ;;
15748 esac
15749 # We did not find ourselves, most probably we were run as `sh COMMAND'
15750 # in which case we are not to be found in the path.
15751 if test "x$as_myself" = x; then
15752 as_myself=$0
15753 fi
15754 if test ! -f "$as_myself"; then
15755 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15756 exit 1
15757 fi
15758
15759 # Unset variables that we do not need and which cause bugs (e.g. in
15760 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15761 # suppresses any "Segmentation fault" message there. '((' could
15762 # trigger a bug in pdksh 5.2.14.
15763 for as_var in BASH_ENV ENV MAIL MAILPATH
15764 do eval test x\${$as_var+set} = xset \
15765 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15766 done
15767 PS1='$ '
15768 PS2='> '
15769 PS4='+ '
15770
15771 # NLS nuisances.
15772 LC_ALL=C
15773 export LC_ALL
15774 LANGUAGE=C
15775 export LANGUAGE
15776
15777 # CDPATH.
15778 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15779
15780
15781 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15782 # ----------------------------------------
15783 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15784 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15785 # script with STATUS, using 1 if that was 0.
15786 as_fn_error ()
15787 {
15788 as_status=$1; test $as_status -eq 0 && as_status=1
15789 if test "$4"; then
15790 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15791 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15792 fi
15793 $as_echo "$as_me: error: $2" >&2
15794 as_fn_exit $as_status
15795 } # as_fn_error
15796
15797
15798 # as_fn_set_status STATUS
15799 # -----------------------
15800 # Set $? to STATUS, without forking.
15801 as_fn_set_status ()
15802 {
15803 return $1
15804 } # as_fn_set_status
15805
15806 # as_fn_exit STATUS
15807 # -----------------
15808 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15809 as_fn_exit ()
15810 {
15811 set +e
15812 as_fn_set_status $1
15813 exit $1
15814 } # as_fn_exit
15815
15816 # as_fn_unset VAR
15817 # ---------------
15818 # Portably unset VAR.
15819 as_fn_unset ()
15820 {
15821 { eval $1=; unset $1;}
15822 }
15823 as_unset=as_fn_unset
15824 # as_fn_append VAR VALUE
15825 # ----------------------
15826 # Append the text in VALUE to the end of the definition contained in VAR. Take
15827 # advantage of any shell optimizations that allow amortized linear growth over
15828 # repeated appends, instead of the typical quadratic growth present in naive
15829 # implementations.
15830 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15831 eval 'as_fn_append ()
15832 {
15833 eval $1+=\$2
15834 }'
15835 else
15836 as_fn_append ()
15837 {
15838 eval $1=\$$1\$2
15839 }
15840 fi # as_fn_append
15841
15842 # as_fn_arith ARG...
15843 # ------------------
15844 # Perform arithmetic evaluation on the ARGs, and store the result in the
15845 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15846 # must be portable across $(()) and expr.
15847 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15848 eval 'as_fn_arith ()
15849 {
15850 as_val=$(( $* ))
15851 }'
15852 else
15853 as_fn_arith ()
15854 {
15855 as_val=`expr "$@" || test $? -eq 1`
15856 }
15857 fi # as_fn_arith
15858
15859
15860 if expr a : '\(a\)' >/dev/null 2>&1 &&
15861 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15862 as_expr=expr
15863 else
15864 as_expr=false
15865 fi
15866
15867 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15868 as_basename=basename
15869 else
15870 as_basename=false
15871 fi
15872
15873 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15874 as_dirname=dirname
15875 else
15876 as_dirname=false
15877 fi
15878
15879 as_me=`$as_basename -- "$0" ||
15880 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15881 X"$0" : 'X\(//\)$' \| \
15882 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15883 $as_echo X/"$0" |
15884 sed '/^.*\/\([^/][^/]*\)\/*$/{
15885 s//\1/
15886 q
15887 }
15888 /^X\/\(\/\/\)$/{
15889 s//\1/
15890 q
15891 }
15892 /^X\/\(\/\).*/{
15893 s//\1/
15894 q
15895 }
15896 s/.*/./; q'`
15897
15898 # Avoid depending upon Character Ranges.
15899 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15900 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15901 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15902 as_cr_digits='0123456789'
15903 as_cr_alnum=$as_cr_Letters$as_cr_digits
15904
15905 ECHO_C= ECHO_N= ECHO_T=
15906 case `echo -n x` in #(((((
15907 -n*)
15908 case `echo 'xy\c'` in
15909 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15910 xy) ECHO_C='\c';;
15911 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15912 ECHO_T=' ';;
15913 esac;;
15914 *)
15915 ECHO_N='-n';;
15916 esac
15917
15918 rm -f conf$$ conf$$.exe conf$$.file
15919 if test -d conf$$.dir; then
15920 rm -f conf$$.dir/conf$$.file
15921 else
15922 rm -f conf$$.dir
15923 mkdir conf$$.dir 2>/dev/null
15924 fi
15925 if (echo >conf$$.file) 2>/dev/null; then
15926 if ln -s conf$$.file conf$$ 2>/dev/null; then
15927 as_ln_s='ln -s'
15928 # ... but there are two gotchas:
15929 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15930 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15931 # In both cases, we have to default to `cp -pR'.
15932 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15933 as_ln_s='cp -pR'
15934 elif ln conf$$.file conf$$ 2>/dev/null; then
15935 as_ln_s=ln
15936 else
15937 as_ln_s='cp -pR'
15938 fi
15939 else
15940 as_ln_s='cp -pR'
15941 fi
15942 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15943 rmdir conf$$.dir 2>/dev/null
15944
15945
15946 # as_fn_mkdir_p
15947 # -------------
15948 # Create "$as_dir" as a directory, including parents if necessary.
15949 as_fn_mkdir_p ()
15950 {
15951
15952 case $as_dir in #(
15953 -*) as_dir=./$as_dir;;
15954 esac
15955 test -d "$as_dir" || eval $as_mkdir_p || {
15956 as_dirs=
15957 while :; do
15958 case $as_dir in #(
15959 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15960 *) as_qdir=$as_dir;;
15961 esac
15962 as_dirs="'$as_qdir' $as_dirs"
15963 as_dir=`$as_dirname -- "$as_dir" ||
15964 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15965 X"$as_dir" : 'X\(//\)[^/]' \| \
15966 X"$as_dir" : 'X\(//\)$' \| \
15967 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15968 $as_echo X"$as_dir" |
15969 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15970 s//\1/
15971 q
15972 }
15973 /^X\(\/\/\)[^/].*/{
15974 s//\1/
15975 q
15976 }
15977 /^X\(\/\/\)$/{
15978 s//\1/
15979 q
15980 }
15981 /^X\(\/\).*/{
15982 s//\1/
15983 q
15984 }
15985 s/.*/./; q'`
15986 test -d "$as_dir" && break
15987 done
15988 test -z "$as_dirs" || eval "mkdir $as_dirs"
15989 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15990
15991
15992 } # as_fn_mkdir_p
15993 if mkdir -p . 2>/dev/null; then
15994 as_mkdir_p='mkdir -p "$as_dir"'
15995 else
15996 test -d ./-p && rmdir ./-p
15997 as_mkdir_p=false
15998 fi
15999
16000
16001 # as_fn_executable_p FILE
16002 # -----------------------
16003 # Test if FILE is an executable regular file.
16004 as_fn_executable_p ()
16005 {
16006 test -f "$1" && test -x "$1"
16007 } # as_fn_executable_p
16008 as_test_x='test -x'
16009 as_executable_p=as_fn_executable_p
16010
16011 # Sed expression to map a string onto a valid CPP name.
16012 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16013
16014 # Sed expression to map a string onto a valid variable name.
16015 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16016
16017
16018 exec 6>&1
16019 ## ----------------------------------- ##
16020 ## Main body of $CONFIG_STATUS script. ##
16021 ## ----------------------------------- ##
16022 _ASEOF
16023 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16024
16025 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16026 # Save the log message, to keep $0 and so on meaningful, and to
16027 # report actual input values of CONFIG_FILES etc. instead of their
16028 # values after options handling.
16029 ac_log="
16030 This file was extended by binutils $as_me 2.35.50, which was
16031 generated by GNU Autoconf 2.69. Invocation command line was
16032
16033 CONFIG_FILES = $CONFIG_FILES
16034 CONFIG_HEADERS = $CONFIG_HEADERS
16035 CONFIG_LINKS = $CONFIG_LINKS
16036 CONFIG_COMMANDS = $CONFIG_COMMANDS
16037 $ $0 $@
16038
16039 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16040 "
16041
16042 _ACEOF
16043
16044 case $ac_config_files in *"
16045 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16046 esac
16047
16048 case $ac_config_headers in *"
16049 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16050 esac
16051
16052
16053 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16054 # Files that config.status was made for.
16055 config_files="$ac_config_files"
16056 config_headers="$ac_config_headers"
16057 config_commands="$ac_config_commands"
16058
16059 _ACEOF
16060
16061 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16062 ac_cs_usage="\
16063 \`$as_me' instantiates files and other configuration actions
16064 from templates according to the current configuration. Unless the files
16065 and actions are specified as TAGs, all are instantiated by default.
16066
16067 Usage: $0 [OPTION]... [TAG]...
16068
16069 -h, --help print this help, then exit
16070 -V, --version print version number and configuration settings, then exit
16071 --config print configuration, then exit
16072 -q, --quiet, --silent
16073 do not print progress messages
16074 -d, --debug don't remove temporary files
16075 --recheck update $as_me by reconfiguring in the same conditions
16076 --file=FILE[:TEMPLATE]
16077 instantiate the configuration file FILE
16078 --header=FILE[:TEMPLATE]
16079 instantiate the configuration header FILE
16080
16081 Configuration files:
16082 $config_files
16083
16084 Configuration headers:
16085 $config_headers
16086
16087 Configuration commands:
16088 $config_commands
16089
16090 Report bugs to the package provider."
16091
16092 _ACEOF
16093 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16094 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16095 ac_cs_version="\\
16096 binutils config.status 2.35.50
16097 configured by $0, generated by GNU Autoconf 2.69,
16098 with options \\"\$ac_cs_config\\"
16099
16100 Copyright (C) 2012 Free Software Foundation, Inc.
16101 This config.status script is free software; the Free Software Foundation
16102 gives unlimited permission to copy, distribute and modify it."
16103
16104 ac_pwd='$ac_pwd'
16105 srcdir='$srcdir'
16106 INSTALL='$INSTALL'
16107 MKDIR_P='$MKDIR_P'
16108 AWK='$AWK'
16109 test -n "\$AWK" || AWK=awk
16110 _ACEOF
16111
16112 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16113 # The default lists apply if the user does not specify any file.
16114 ac_need_defaults=:
16115 while test $# != 0
16116 do
16117 case $1 in
16118 --*=?*)
16119 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16120 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16121 ac_shift=:
16122 ;;
16123 --*=)
16124 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16125 ac_optarg=
16126 ac_shift=:
16127 ;;
16128 *)
16129 ac_option=$1
16130 ac_optarg=$2
16131 ac_shift=shift
16132 ;;
16133 esac
16134
16135 case $ac_option in
16136 # Handling of the options.
16137 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16138 ac_cs_recheck=: ;;
16139 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16140 $as_echo "$ac_cs_version"; exit ;;
16141 --config | --confi | --conf | --con | --co | --c )
16142 $as_echo "$ac_cs_config"; exit ;;
16143 --debug | --debu | --deb | --de | --d | -d )
16144 debug=: ;;
16145 --file | --fil | --fi | --f )
16146 $ac_shift
16147 case $ac_optarg in
16148 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16149 '') as_fn_error $? "missing file argument" ;;
16150 esac
16151 as_fn_append CONFIG_FILES " '$ac_optarg'"
16152 ac_need_defaults=false;;
16153 --header | --heade | --head | --hea )
16154 $ac_shift
16155 case $ac_optarg in
16156 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16157 esac
16158 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16159 ac_need_defaults=false;;
16160 --he | --h)
16161 # Conflict between --help and --header
16162 as_fn_error $? "ambiguous option: \`$1'
16163 Try \`$0 --help' for more information.";;
16164 --help | --hel | -h )
16165 $as_echo "$ac_cs_usage"; exit ;;
16166 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16167 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16168 ac_cs_silent=: ;;
16169
16170 # This is an error.
16171 -*) as_fn_error $? "unrecognized option: \`$1'
16172 Try \`$0 --help' for more information." ;;
16173
16174 *) as_fn_append ac_config_targets " $1"
16175 ac_need_defaults=false ;;
16176
16177 esac
16178 shift
16179 done
16180
16181 ac_configure_extra_args=
16182
16183 if $ac_cs_silent; then
16184 exec 6>/dev/null
16185 ac_configure_extra_args="$ac_configure_extra_args --silent"
16186 fi
16187
16188 _ACEOF
16189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16190 if \$ac_cs_recheck; then
16191 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16192 shift
16193 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16194 CONFIG_SHELL='$SHELL'
16195 export CONFIG_SHELL
16196 exec "\$@"
16197 fi
16198
16199 _ACEOF
16200 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16201 exec 5>>config.log
16202 {
16203 echo
16204 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16205 ## Running $as_me. ##
16206 _ASBOX
16207 $as_echo "$ac_log"
16208 } >&5
16209
16210 _ACEOF
16211 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16212 #
16213 # INIT-COMMANDS
16214 #
16215 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16216
16217
16218 # The HP-UX ksh and POSIX shell print the target directory to stdout
16219 # if CDPATH is set.
16220 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16221
16222 sed_quote_subst='$sed_quote_subst'
16223 double_quote_subst='$double_quote_subst'
16224 delay_variable_subst='$delay_variable_subst'
16225 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16226 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16227 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16228 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16229 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16230 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16231 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16232 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16233 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16234 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16235 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16236 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16237 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16238 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16239 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16240 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16241 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16242 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16243 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16244 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16245 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16246 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16247 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16248 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16249 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16250 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16251 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16252 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16253 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16254 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16255 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16256 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16257 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16258 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16259 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16260 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16261 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16262 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16263 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16264 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16265 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16266 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16267 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16268 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16269 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16270 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16271 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16272 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16273 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"`'
16274 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16275 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16276 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16277 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16278 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16279 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16280 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16281 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16282 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16283 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16284 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16285 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16286 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16287 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16288 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16289 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16290 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16291 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16292 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16293 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16294 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16295 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16296 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16297 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16298 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16299 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16300 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16301 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16302 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16303 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16304 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16305 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16306 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16307 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16308 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16309 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16310 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16311 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16312 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16313 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16314 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16315 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16316 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16317 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16318 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16319 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16320 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16321 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16322 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16323 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16324 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16325 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16326 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16327 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16328 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16329 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16330 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16331 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16332 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16333 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16334 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16335 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16336 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16337 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16338 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16339 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16340 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16341 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16342 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16343 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16344 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16345
16346 LTCC='$LTCC'
16347 LTCFLAGS='$LTCFLAGS'
16348 compiler='$compiler_DEFAULT'
16349
16350 # A function that is used when there is no print builtin or printf.
16351 func_fallback_echo ()
16352 {
16353 eval 'cat <<_LTECHO_EOF
16354 \$1
16355 _LTECHO_EOF'
16356 }
16357
16358 # Quote evaled strings.
16359 for var in SHELL \
16360 ECHO \
16361 SED \
16362 GREP \
16363 EGREP \
16364 FGREP \
16365 LD \
16366 NM \
16367 LN_S \
16368 lt_SP2NL \
16369 lt_NL2SP \
16370 reload_flag \
16371 OBJDUMP \
16372 deplibs_check_method \
16373 file_magic_cmd \
16374 AR \
16375 AR_FLAGS \
16376 STRIP \
16377 RANLIB \
16378 CC \
16379 CFLAGS \
16380 compiler \
16381 lt_cv_sys_global_symbol_pipe \
16382 lt_cv_sys_global_symbol_to_cdecl \
16383 lt_cv_sys_global_symbol_to_c_name_address \
16384 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16385 lt_prog_compiler_no_builtin_flag \
16386 lt_prog_compiler_wl \
16387 lt_prog_compiler_pic \
16388 lt_prog_compiler_static \
16389 lt_cv_prog_compiler_c_o \
16390 need_locks \
16391 DSYMUTIL \
16392 NMEDIT \
16393 LIPO \
16394 OTOOL \
16395 OTOOL64 \
16396 shrext_cmds \
16397 export_dynamic_flag_spec \
16398 whole_archive_flag_spec \
16399 compiler_needs_object \
16400 with_gnu_ld \
16401 allow_undefined_flag \
16402 no_undefined_flag \
16403 hardcode_libdir_flag_spec \
16404 hardcode_libdir_flag_spec_ld \
16405 hardcode_libdir_separator \
16406 fix_srcfile_path \
16407 exclude_expsyms \
16408 include_expsyms \
16409 file_list_spec \
16410 variables_saved_for_relink \
16411 libname_spec \
16412 library_names_spec \
16413 soname_spec \
16414 install_override_mode \
16415 finish_eval \
16416 old_striplib \
16417 striplib; do
16418 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16419 *[\\\\\\\`\\"\\\$]*)
16420 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16421 ;;
16422 *)
16423 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16424 ;;
16425 esac
16426 done
16427
16428 # Double-quote double-evaled strings.
16429 for var in reload_cmds \
16430 old_postinstall_cmds \
16431 old_postuninstall_cmds \
16432 old_archive_cmds \
16433 extract_expsyms_cmds \
16434 old_archive_from_new_cmds \
16435 old_archive_from_expsyms_cmds \
16436 archive_cmds \
16437 archive_expsym_cmds \
16438 module_cmds \
16439 module_expsym_cmds \
16440 export_symbols_cmds \
16441 prelink_cmds \
16442 postinstall_cmds \
16443 postuninstall_cmds \
16444 finish_cmds \
16445 sys_lib_search_path_spec \
16446 sys_lib_dlsearch_path_spec; do
16447 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16448 *[\\\\\\\`\\"\\\$]*)
16449 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16450 ;;
16451 *)
16452 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16453 ;;
16454 esac
16455 done
16456
16457 ac_aux_dir='$ac_aux_dir'
16458 xsi_shell='$xsi_shell'
16459 lt_shell_append='$lt_shell_append'
16460
16461 # See if we are running on zsh, and set the options which allow our
16462 # commands through without removal of \ escapes INIT.
16463 if test -n "\${ZSH_VERSION+set}" ; then
16464 setopt NO_GLOB_SUBST
16465 fi
16466
16467
16468 PACKAGE='$PACKAGE'
16469 VERSION='$VERSION'
16470 TIMESTAMP='$TIMESTAMP'
16471 RM='$RM'
16472 ofile='$ofile'
16473
16474
16475
16476 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16477 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16478 # from automake.
16479 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16480 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16481 LINGUAS="${LINGUAS-%UNSET%}"
16482
16483
16484 _ACEOF
16485
16486 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16487
16488 # Handling of arguments.
16489 for ac_config_target in $ac_config_targets
16490 do
16491 case $ac_config_target in
16492 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16493 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16494 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16495 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16496 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16497 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16498 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16499
16500 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16501 esac
16502 done
16503
16504
16505 # If the user did not use the arguments to specify the items to instantiate,
16506 # then the envvar interface is used. Set only those that are not.
16507 # We use the long form for the default assignment because of an extremely
16508 # bizarre bug on SunOS 4.1.3.
16509 if $ac_need_defaults; then
16510 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16511 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16512 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16513 fi
16514
16515 # Have a temporary directory for convenience. Make it in the build tree
16516 # simply because there is no reason against having it here, and in addition,
16517 # creating and moving files from /tmp can sometimes cause problems.
16518 # Hook for its removal unless debugging.
16519 # Note that there is a small window in which the directory will not be cleaned:
16520 # after its creation but before its name has been assigned to `$tmp'.
16521 $debug ||
16522 {
16523 tmp= ac_tmp=
16524 trap 'exit_status=$?
16525 : "${ac_tmp:=$tmp}"
16526 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16527 ' 0
16528 trap 'as_fn_exit 1' 1 2 13 15
16529 }
16530 # Create a (secure) tmp directory for tmp files.
16531
16532 {
16533 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16534 test -d "$tmp"
16535 } ||
16536 {
16537 tmp=./conf$$-$RANDOM
16538 (umask 077 && mkdir "$tmp")
16539 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16540 ac_tmp=$tmp
16541
16542 # Set up the scripts for CONFIG_FILES section.
16543 # No need to generate them if there are no CONFIG_FILES.
16544 # This happens for instance with `./config.status config.h'.
16545 if test -n "$CONFIG_FILES"; then
16546
16547
16548 ac_cr=`echo X | tr X '\015'`
16549 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16550 # But we know of no other shell where ac_cr would be empty at this
16551 # point, so we can use a bashism as a fallback.
16552 if test "x$ac_cr" = x; then
16553 eval ac_cr=\$\'\\r\'
16554 fi
16555 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16556 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16557 ac_cs_awk_cr='\\r'
16558 else
16559 ac_cs_awk_cr=$ac_cr
16560 fi
16561
16562 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16563 _ACEOF
16564
16565
16566 {
16567 echo "cat >conf$$subs.awk <<_ACEOF" &&
16568 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16569 echo "_ACEOF"
16570 } >conf$$subs.sh ||
16571 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16572 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16573 ac_delim='%!_!# '
16574 for ac_last_try in false false false false false :; do
16575 . ./conf$$subs.sh ||
16576 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16577
16578 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16579 if test $ac_delim_n = $ac_delim_num; then
16580 break
16581 elif $ac_last_try; then
16582 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16583 else
16584 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16585 fi
16586 done
16587 rm -f conf$$subs.sh
16588
16589 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16590 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16591 _ACEOF
16592 sed -n '
16593 h
16594 s/^/S["/; s/!.*/"]=/
16595 p
16596 g
16597 s/^[^!]*!//
16598 :repl
16599 t repl
16600 s/'"$ac_delim"'$//
16601 t delim
16602 :nl
16603 h
16604 s/\(.\{148\}\)..*/\1/
16605 t more1
16606 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16607 p
16608 n
16609 b repl
16610 :more1
16611 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16612 p
16613 g
16614 s/.\{148\}//
16615 t nl
16616 :delim
16617 h
16618 s/\(.\{148\}\)..*/\1/
16619 t more2
16620 s/["\\]/\\&/g; s/^/"/; s/$/"/
16621 p
16622 b
16623 :more2
16624 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16625 p
16626 g
16627 s/.\{148\}//
16628 t delim
16629 ' <conf$$subs.awk | sed '
16630 /^[^""]/{
16631 N
16632 s/\n//
16633 }
16634 ' >>$CONFIG_STATUS || ac_write_fail=1
16635 rm -f conf$$subs.awk
16636 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16637 _ACAWK
16638 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16639 for (key in S) S_is_set[key] = 1
16640 FS = "\a"
16641
16642 }
16643 {
16644 line = $ 0
16645 nfields = split(line, field, "@")
16646 substed = 0
16647 len = length(field[1])
16648 for (i = 2; i < nfields; i++) {
16649 key = field[i]
16650 keylen = length(key)
16651 if (S_is_set[key]) {
16652 value = S[key]
16653 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16654 len += length(value) + length(field[++i])
16655 substed = 1
16656 } else
16657 len += 1 + keylen
16658 }
16659
16660 print line
16661 }
16662
16663 _ACAWK
16664 _ACEOF
16665 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16666 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16667 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16668 else
16669 cat
16670 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16671 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16672 _ACEOF
16673
16674 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16675 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16676 # trailing colons and then remove the whole line if VPATH becomes empty
16677 # (actually we leave an empty line to preserve line numbers).
16678 if test "x$srcdir" = x.; then
16679 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16680 h
16681 s///
16682 s/^/:/
16683 s/[ ]*$/:/
16684 s/:\$(srcdir):/:/g
16685 s/:\${srcdir}:/:/g
16686 s/:@srcdir@:/:/g
16687 s/^:*//
16688 s/:*$//
16689 x
16690 s/\(=[ ]*\).*/\1/
16691 G
16692 s/\n//
16693 s/^[^=]*=[ ]*$//
16694 }'
16695 fi
16696
16697 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16698 fi # test -n "$CONFIG_FILES"
16699
16700 # Set up the scripts for CONFIG_HEADERS section.
16701 # No need to generate them if there are no CONFIG_HEADERS.
16702 # This happens for instance with `./config.status Makefile'.
16703 if test -n "$CONFIG_HEADERS"; then
16704 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16705 BEGIN {
16706 _ACEOF
16707
16708 # Transform confdefs.h into an awk script `defines.awk', embedded as
16709 # here-document in config.status, that substitutes the proper values into
16710 # config.h.in to produce config.h.
16711
16712 # Create a delimiter string that does not exist in confdefs.h, to ease
16713 # handling of long lines.
16714 ac_delim='%!_!# '
16715 for ac_last_try in false false :; do
16716 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16717 if test -z "$ac_tt"; then
16718 break
16719 elif $ac_last_try; then
16720 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16721 else
16722 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16723 fi
16724 done
16725
16726 # For the awk script, D is an array of macro values keyed by name,
16727 # likewise P contains macro parameters if any. Preserve backslash
16728 # newline sequences.
16729
16730 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16731 sed -n '
16732 s/.\{148\}/&'"$ac_delim"'/g
16733 t rset
16734 :rset
16735 s/^[ ]*#[ ]*define[ ][ ]*/ /
16736 t def
16737 d
16738 :def
16739 s/\\$//
16740 t bsnl
16741 s/["\\]/\\&/g
16742 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16743 D["\1"]=" \3"/p
16744 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16745 d
16746 :bsnl
16747 s/["\\]/\\&/g
16748 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16749 D["\1"]=" \3\\\\\\n"\\/p
16750 t cont
16751 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16752 t cont
16753 d
16754 :cont
16755 n
16756 s/.\{148\}/&'"$ac_delim"'/g
16757 t clear
16758 :clear
16759 s/\\$//
16760 t bsnlc
16761 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16762 d
16763 :bsnlc
16764 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16765 b cont
16766 ' <confdefs.h | sed '
16767 s/'"$ac_delim"'/"\\\
16768 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16769
16770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16771 for (key in D) D_is_set[key] = 1
16772 FS = "\a"
16773 }
16774 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16775 line = \$ 0
16776 split(line, arg, " ")
16777 if (arg[1] == "#") {
16778 defundef = arg[2]
16779 mac1 = arg[3]
16780 } else {
16781 defundef = substr(arg[1], 2)
16782 mac1 = arg[2]
16783 }
16784 split(mac1, mac2, "(") #)
16785 macro = mac2[1]
16786 prefix = substr(line, 1, index(line, defundef) - 1)
16787 if (D_is_set[macro]) {
16788 # Preserve the white space surrounding the "#".
16789 print prefix "define", macro P[macro] D[macro]
16790 next
16791 } else {
16792 # Replace #undef with comments. This is necessary, for example,
16793 # in the case of _POSIX_SOURCE, which is predefined and required
16794 # on some systems where configure will not decide to define it.
16795 if (defundef == "undef") {
16796 print "/*", prefix defundef, macro, "*/"
16797 next
16798 }
16799 }
16800 }
16801 { print }
16802 _ACAWK
16803 _ACEOF
16804 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16805 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16806 fi # test -n "$CONFIG_HEADERS"
16807
16808
16809 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16810 shift
16811 for ac_tag
16812 do
16813 case $ac_tag in
16814 :[FHLC]) ac_mode=$ac_tag; continue;;
16815 esac
16816 case $ac_mode$ac_tag in
16817 :[FHL]*:*);;
16818 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16819 :[FH]-) ac_tag=-:-;;
16820 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16821 esac
16822 ac_save_IFS=$IFS
16823 IFS=:
16824 set x $ac_tag
16825 IFS=$ac_save_IFS
16826 shift
16827 ac_file=$1
16828 shift
16829
16830 case $ac_mode in
16831 :L) ac_source=$1;;
16832 :[FH])
16833 ac_file_inputs=
16834 for ac_f
16835 do
16836 case $ac_f in
16837 -) ac_f="$ac_tmp/stdin";;
16838 *) # Look for the file first in the build tree, then in the source tree
16839 # (if the path is not absolute). The absolute path cannot be DOS-style,
16840 # because $ac_f cannot contain `:'.
16841 test -f "$ac_f" ||
16842 case $ac_f in
16843 [\\/$]*) false;;
16844 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16845 esac ||
16846 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16847 esac
16848 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16849 as_fn_append ac_file_inputs " '$ac_f'"
16850 done
16851
16852 # Let's still pretend it is `configure' which instantiates (i.e., don't
16853 # use $as_me), people would be surprised to read:
16854 # /* config.h. Generated by config.status. */
16855 configure_input='Generated from '`
16856 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16857 `' by configure.'
16858 if test x"$ac_file" != x-; then
16859 configure_input="$ac_file. $configure_input"
16860 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16861 $as_echo "$as_me: creating $ac_file" >&6;}
16862 fi
16863 # Neutralize special characters interpreted by sed in replacement strings.
16864 case $configure_input in #(
16865 *\&* | *\|* | *\\* )
16866 ac_sed_conf_input=`$as_echo "$configure_input" |
16867 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16868 *) ac_sed_conf_input=$configure_input;;
16869 esac
16870
16871 case $ac_tag in
16872 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16873 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16874 esac
16875 ;;
16876 esac
16877
16878 ac_dir=`$as_dirname -- "$ac_file" ||
16879 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16880 X"$ac_file" : 'X\(//\)[^/]' \| \
16881 X"$ac_file" : 'X\(//\)$' \| \
16882 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16883 $as_echo X"$ac_file" |
16884 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16885 s//\1/
16886 q
16887 }
16888 /^X\(\/\/\)[^/].*/{
16889 s//\1/
16890 q
16891 }
16892 /^X\(\/\/\)$/{
16893 s//\1/
16894 q
16895 }
16896 /^X\(\/\).*/{
16897 s//\1/
16898 q
16899 }
16900 s/.*/./; q'`
16901 as_dir="$ac_dir"; as_fn_mkdir_p
16902 ac_builddir=.
16903
16904 case "$ac_dir" in
16905 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16906 *)
16907 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16908 # A ".." for each directory in $ac_dir_suffix.
16909 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16910 case $ac_top_builddir_sub in
16911 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16912 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16913 esac ;;
16914 esac
16915 ac_abs_top_builddir=$ac_pwd
16916 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16917 # for backward compatibility:
16918 ac_top_builddir=$ac_top_build_prefix
16919
16920 case $srcdir in
16921 .) # We are building in place.
16922 ac_srcdir=.
16923 ac_top_srcdir=$ac_top_builddir_sub
16924 ac_abs_top_srcdir=$ac_pwd ;;
16925 [\\/]* | ?:[\\/]* ) # Absolute name.
16926 ac_srcdir=$srcdir$ac_dir_suffix;
16927 ac_top_srcdir=$srcdir
16928 ac_abs_top_srcdir=$srcdir ;;
16929 *) # Relative name.
16930 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16931 ac_top_srcdir=$ac_top_build_prefix$srcdir
16932 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16933 esac
16934 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16935
16936
16937 case $ac_mode in
16938 :F)
16939 #
16940 # CONFIG_FILE
16941 #
16942
16943 case $INSTALL in
16944 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16945 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16946 esac
16947 ac_MKDIR_P=$MKDIR_P
16948 case $MKDIR_P in
16949 [\\/$]* | ?:[\\/]* ) ;;
16950 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16951 esac
16952 _ACEOF
16953
16954 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16955 # If the template does not know about datarootdir, expand it.
16956 # FIXME: This hack should be removed a few years after 2.60.
16957 ac_datarootdir_hack=; ac_datarootdir_seen=
16958 ac_sed_dataroot='
16959 /datarootdir/ {
16960 p
16961 q
16962 }
16963 /@datadir@/p
16964 /@docdir@/p
16965 /@infodir@/p
16966 /@localedir@/p
16967 /@mandir@/p'
16968 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16969 *datarootdir*) ac_datarootdir_seen=yes;;
16970 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16972 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16973 _ACEOF
16974 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16975 ac_datarootdir_hack='
16976 s&@datadir@&$datadir&g
16977 s&@docdir@&$docdir&g
16978 s&@infodir@&$infodir&g
16979 s&@localedir@&$localedir&g
16980 s&@mandir@&$mandir&g
16981 s&\\\${datarootdir}&$datarootdir&g' ;;
16982 esac
16983 _ACEOF
16984
16985 # Neutralize VPATH when `$srcdir' = `.'.
16986 # Shell code in configure.ac might set extrasub.
16987 # FIXME: do we really want to maintain this feature?
16988 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16989 ac_sed_extra="$ac_vpsub
16990 $extrasub
16991 _ACEOF
16992 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16993 :t
16994 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16995 s|@configure_input@|$ac_sed_conf_input|;t t
16996 s&@top_builddir@&$ac_top_builddir_sub&;t t
16997 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16998 s&@srcdir@&$ac_srcdir&;t t
16999 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17000 s&@top_srcdir@&$ac_top_srcdir&;t t
17001 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17002 s&@builddir@&$ac_builddir&;t t
17003 s&@abs_builddir@&$ac_abs_builddir&;t t
17004 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17005 s&@INSTALL@&$ac_INSTALL&;t t
17006 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17007 $ac_datarootdir_hack
17008 "
17009 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17010 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17011
17012 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17013 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17014 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17015 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17017 which seems to be undefined. Please make sure it is defined" >&5
17018 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17019 which seems to be undefined. Please make sure it is defined" >&2;}
17020
17021 rm -f "$ac_tmp/stdin"
17022 case $ac_file in
17023 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17024 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17025 esac \
17026 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17027 ;;
17028 :H)
17029 #
17030 # CONFIG_HEADER
17031 #
17032 if test x"$ac_file" != x-; then
17033 {
17034 $as_echo "/* $configure_input */" \
17035 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17036 } >"$ac_tmp/config.h" \
17037 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17038 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17040 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17041 else
17042 rm -f "$ac_file"
17043 mv "$ac_tmp/config.h" "$ac_file" \
17044 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17045 fi
17046 else
17047 $as_echo "/* $configure_input */" \
17048 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17049 || as_fn_error $? "could not create -" "$LINENO" 5
17050 fi
17051 # Compute "$ac_file"'s index in $config_headers.
17052 _am_arg="$ac_file"
17053 _am_stamp_count=1
17054 for _am_header in $config_headers :; do
17055 case $_am_header in
17056 $_am_arg | $_am_arg:* )
17057 break ;;
17058 * )
17059 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17060 esac
17061 done
17062 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17063 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17064 X"$_am_arg" : 'X\(//\)[^/]' \| \
17065 X"$_am_arg" : 'X\(//\)$' \| \
17066 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17067 $as_echo X"$_am_arg" |
17068 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17069 s//\1/
17070 q
17071 }
17072 /^X\(\/\/\)[^/].*/{
17073 s//\1/
17074 q
17075 }
17076 /^X\(\/\/\)$/{
17077 s//\1/
17078 q
17079 }
17080 /^X\(\/\).*/{
17081 s//\1/
17082 q
17083 }
17084 s/.*/./; q'`/stamp-h$_am_stamp_count
17085 ;;
17086
17087 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17088 $as_echo "$as_me: executing $ac_file commands" >&6;}
17089 ;;
17090 esac
17091
17092
17093 case $ac_file$ac_mode in
17094 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17095 # Older Autoconf quotes --file arguments for eval, but not when files
17096 # are listed without --file. Let's play safe and only enable the eval
17097 # if we detect the quoting.
17098 case $CONFIG_FILES in
17099 *\'*) eval set x "$CONFIG_FILES" ;;
17100 *) set x $CONFIG_FILES ;;
17101 esac
17102 shift
17103 for mf
17104 do
17105 # Strip MF so we end up with the name of the file.
17106 mf=`echo "$mf" | sed -e 's/:.*$//'`
17107 # Check whether this is an Automake generated Makefile or not.
17108 # We used to match only the files named 'Makefile.in', but
17109 # some people rename them; so instead we look at the file content.
17110 # Grep'ing the first line is not enough: some people post-process
17111 # each Makefile.in and add a new line on top of each file to say so.
17112 # Grep'ing the whole file is not good either: AIX grep has a line
17113 # limit of 2048, but all sed's we know have understand at least 4000.
17114 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17115 dirpart=`$as_dirname -- "$mf" ||
17116 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17117 X"$mf" : 'X\(//\)[^/]' \| \
17118 X"$mf" : 'X\(//\)$' \| \
17119 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17120 $as_echo X"$mf" |
17121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17122 s//\1/
17123 q
17124 }
17125 /^X\(\/\/\)[^/].*/{
17126 s//\1/
17127 q
17128 }
17129 /^X\(\/\/\)$/{
17130 s//\1/
17131 q
17132 }
17133 /^X\(\/\).*/{
17134 s//\1/
17135 q
17136 }
17137 s/.*/./; q'`
17138 else
17139 continue
17140 fi
17141 # Extract the definition of DEPDIR, am__include, and am__quote
17142 # from the Makefile without running 'make'.
17143 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17144 test -z "$DEPDIR" && continue
17145 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17146 test -z "$am__include" && continue
17147 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17148 # Find all dependency output files, they are included files with
17149 # $(DEPDIR) in their names. We invoke sed twice because it is the
17150 # simplest approach to changing $(DEPDIR) to its actual value in the
17151 # expansion.
17152 for file in `sed -n "
17153 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17154 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17155 # Make sure the directory exists.
17156 test -f "$dirpart/$file" && continue
17157 fdir=`$as_dirname -- "$file" ||
17158 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17159 X"$file" : 'X\(//\)[^/]' \| \
17160 X"$file" : 'X\(//\)$' \| \
17161 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17162 $as_echo X"$file" |
17163 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17164 s//\1/
17165 q
17166 }
17167 /^X\(\/\/\)[^/].*/{
17168 s//\1/
17169 q
17170 }
17171 /^X\(\/\/\)$/{
17172 s//\1/
17173 q
17174 }
17175 /^X\(\/\).*/{
17176 s//\1/
17177 q
17178 }
17179 s/.*/./; q'`
17180 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17181 # echo "creating $dirpart/$file"
17182 echo '# dummy' > "$dirpart/$file"
17183 done
17184 done
17185 }
17186 ;;
17187 "libtool":C)
17188
17189 # See if we are running on zsh, and set the options which allow our
17190 # commands through without removal of \ escapes.
17191 if test -n "${ZSH_VERSION+set}" ; then
17192 setopt NO_GLOB_SUBST
17193 fi
17194
17195 cfgfile="${ofile}T"
17196 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17197 $RM "$cfgfile"
17198
17199 cat <<_LT_EOF >> "$cfgfile"
17200 #! $SHELL
17201
17202 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17203 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17204 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17205 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17206 #
17207 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17208 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17209 # Written by Gordon Matzigkeit, 1996
17210 #
17211 # This file is part of GNU Libtool.
17212 #
17213 # GNU Libtool is free software; you can redistribute it and/or
17214 # modify it under the terms of the GNU General Public License as
17215 # published by the Free Software Foundation; either version 2 of
17216 # the License, or (at your option) any later version.
17217 #
17218 # As a special exception to the GNU General Public License,
17219 # if you distribute this file as part of a program or library that
17220 # is built using GNU Libtool, you may include this file under the
17221 # same distribution terms that you use for the rest of that program.
17222 #
17223 # GNU Libtool is distributed in the hope that it will be useful,
17224 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17225 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17226 # GNU General Public License for more details.
17227 #
17228 # You should have received a copy of the GNU General Public License
17229 # along with GNU Libtool; see the file COPYING. If not, a copy
17230 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17231 # obtained by writing to the Free Software Foundation, Inc.,
17232 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17233
17234
17235 # The names of the tagged configurations supported by this script.
17236 available_tags=""
17237
17238 # ### BEGIN LIBTOOL CONFIG
17239
17240 # Which release of libtool.m4 was used?
17241 macro_version=$macro_version
17242 macro_revision=$macro_revision
17243
17244 # Whether or not to build shared libraries.
17245 build_libtool_libs=$enable_shared
17246
17247 # Whether or not to build static libraries.
17248 build_old_libs=$enable_static
17249
17250 # What type of objects to build.
17251 pic_mode=$pic_mode
17252
17253 # Whether or not to optimize for fast installation.
17254 fast_install=$enable_fast_install
17255
17256 # Shell to use when invoking shell scripts.
17257 SHELL=$lt_SHELL
17258
17259 # An echo program that protects backslashes.
17260 ECHO=$lt_ECHO
17261
17262 # The host system.
17263 host_alias=$host_alias
17264 host=$host
17265 host_os=$host_os
17266
17267 # The build system.
17268 build_alias=$build_alias
17269 build=$build
17270 build_os=$build_os
17271
17272 # A sed program that does not truncate output.
17273 SED=$lt_SED
17274
17275 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17276 Xsed="\$SED -e 1s/^X//"
17277
17278 # A grep program that handles long lines.
17279 GREP=$lt_GREP
17280
17281 # An ERE matcher.
17282 EGREP=$lt_EGREP
17283
17284 # A literal string matcher.
17285 FGREP=$lt_FGREP
17286
17287 # A BSD- or MS-compatible name lister.
17288 NM=$lt_NM
17289
17290 # Whether we need soft or hard links.
17291 LN_S=$lt_LN_S
17292
17293 # What is the maximum length of a command?
17294 max_cmd_len=$max_cmd_len
17295
17296 # Object file suffix (normally "o").
17297 objext=$ac_objext
17298
17299 # Executable file suffix (normally "").
17300 exeext=$exeext
17301
17302 # whether the shell understands "unset".
17303 lt_unset=$lt_unset
17304
17305 # turn spaces into newlines.
17306 SP2NL=$lt_lt_SP2NL
17307
17308 # turn newlines into spaces.
17309 NL2SP=$lt_lt_NL2SP
17310
17311 # An object symbol dumper.
17312 OBJDUMP=$lt_OBJDUMP
17313
17314 # Method to check whether dependent libraries are shared objects.
17315 deplibs_check_method=$lt_deplibs_check_method
17316
17317 # Command to use when deplibs_check_method == "file_magic".
17318 file_magic_cmd=$lt_file_magic_cmd
17319
17320 # The archiver.
17321 AR=$lt_AR
17322 AR_FLAGS=$lt_AR_FLAGS
17323
17324 # A symbol stripping program.
17325 STRIP=$lt_STRIP
17326
17327 # Commands used to install an old-style archive.
17328 RANLIB=$lt_RANLIB
17329 old_postinstall_cmds=$lt_old_postinstall_cmds
17330 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17331
17332 # Whether to use a lock for old archive extraction.
17333 lock_old_archive_extraction=$lock_old_archive_extraction
17334
17335 # A C compiler.
17336 LTCC=$lt_CC
17337
17338 # LTCC compiler flags.
17339 LTCFLAGS=$lt_CFLAGS
17340
17341 # Take the output of nm and produce a listing of raw symbols and C names.
17342 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17343
17344 # Transform the output of nm in a proper C declaration.
17345 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17346
17347 # Transform the output of nm in a C name address pair.
17348 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17349
17350 # Transform the output of nm in a C name address pair when lib prefix is needed.
17351 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17352
17353 # The name of the directory that contains temporary libtool files.
17354 objdir=$objdir
17355
17356 # Used to examine libraries when file_magic_cmd begins with "file".
17357 MAGIC_CMD=$MAGIC_CMD
17358
17359 # Must we lock files when doing compilation?
17360 need_locks=$lt_need_locks
17361
17362 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17363 DSYMUTIL=$lt_DSYMUTIL
17364
17365 # Tool to change global to local symbols on Mac OS X.
17366 NMEDIT=$lt_NMEDIT
17367
17368 # Tool to manipulate fat objects and archives on Mac OS X.
17369 LIPO=$lt_LIPO
17370
17371 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17372 OTOOL=$lt_OTOOL
17373
17374 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17375 OTOOL64=$lt_OTOOL64
17376
17377 # Old archive suffix (normally "a").
17378 libext=$libext
17379
17380 # Shared library suffix (normally ".so").
17381 shrext_cmds=$lt_shrext_cmds
17382
17383 # The commands to extract the exported symbol list from a shared archive.
17384 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17385
17386 # Variables whose values should be saved in libtool wrapper scripts and
17387 # restored at link time.
17388 variables_saved_for_relink=$lt_variables_saved_for_relink
17389
17390 # Do we need the "lib" prefix for modules?
17391 need_lib_prefix=$need_lib_prefix
17392
17393 # Do we need a version for libraries?
17394 need_version=$need_version
17395
17396 # Library versioning type.
17397 version_type=$version_type
17398
17399 # Shared library runtime path variable.
17400 runpath_var=$runpath_var
17401
17402 # Shared library path variable.
17403 shlibpath_var=$shlibpath_var
17404
17405 # Is shlibpath searched before the hard-coded library search path?
17406 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17407
17408 # Format of library name prefix.
17409 libname_spec=$lt_libname_spec
17410
17411 # List of archive names. First name is the real one, the rest are links.
17412 # The last name is the one that the linker finds with -lNAME
17413 library_names_spec=$lt_library_names_spec
17414
17415 # The coded name of the library, if different from the real name.
17416 soname_spec=$lt_soname_spec
17417
17418 # Permission mode override for installation of shared libraries.
17419 install_override_mode=$lt_install_override_mode
17420
17421 # Command to use after installation of a shared archive.
17422 postinstall_cmds=$lt_postinstall_cmds
17423
17424 # Command to use after uninstallation of a shared archive.
17425 postuninstall_cmds=$lt_postuninstall_cmds
17426
17427 # Commands used to finish a libtool library installation in a directory.
17428 finish_cmds=$lt_finish_cmds
17429
17430 # As "finish_cmds", except a single script fragment to be evaled but
17431 # not shown.
17432 finish_eval=$lt_finish_eval
17433
17434 # Whether we should hardcode library paths into libraries.
17435 hardcode_into_libs=$hardcode_into_libs
17436
17437 # Compile-time system search path for libraries.
17438 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17439
17440 # Run-time system search path for libraries.
17441 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17442
17443 # Whether dlopen is supported.
17444 dlopen_support=$enable_dlopen
17445
17446 # Whether dlopen of programs is supported.
17447 dlopen_self=$enable_dlopen_self
17448
17449 # Whether dlopen of statically linked programs is supported.
17450 dlopen_self_static=$enable_dlopen_self_static
17451
17452 # Commands to strip libraries.
17453 old_striplib=$lt_old_striplib
17454 striplib=$lt_striplib
17455
17456
17457 # The linker used to build libraries.
17458 LD=$lt_LD
17459
17460 # How to create reloadable object files.
17461 reload_flag=$lt_reload_flag
17462 reload_cmds=$lt_reload_cmds
17463
17464 # Commands used to build an old-style archive.
17465 old_archive_cmds=$lt_old_archive_cmds
17466
17467 # A language specific compiler.
17468 CC=$lt_compiler
17469
17470 # Is the compiler the GNU compiler?
17471 with_gcc=$GCC
17472
17473 # Compiler flag to turn off builtin functions.
17474 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17475
17476 # How to pass a linker flag through the compiler.
17477 wl=$lt_lt_prog_compiler_wl
17478
17479 # Additional compiler flags for building library objects.
17480 pic_flag=$lt_lt_prog_compiler_pic
17481
17482 # Compiler flag to prevent dynamic linking.
17483 link_static_flag=$lt_lt_prog_compiler_static
17484
17485 # Does compiler simultaneously support -c and -o options?
17486 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17487
17488 # Whether or not to add -lc for building shared libraries.
17489 build_libtool_need_lc=$archive_cmds_need_lc
17490
17491 # Whether or not to disallow shared libs when runtime libs are static.
17492 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17493
17494 # Compiler flag to allow reflexive dlopens.
17495 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17496
17497 # Compiler flag to generate shared objects directly from archives.
17498 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17499
17500 # Whether the compiler copes with passing no objects directly.
17501 compiler_needs_object=$lt_compiler_needs_object
17502
17503 # Create an old-style archive from a shared archive.
17504 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17505
17506 # Create a temporary old-style archive to link instead of a shared archive.
17507 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17508
17509 # Commands used to build a shared archive.
17510 archive_cmds=$lt_archive_cmds
17511 archive_expsym_cmds=$lt_archive_expsym_cmds
17512
17513 # Commands used to build a loadable module if different from building
17514 # a shared archive.
17515 module_cmds=$lt_module_cmds
17516 module_expsym_cmds=$lt_module_expsym_cmds
17517
17518 # Whether we are building with GNU ld or not.
17519 with_gnu_ld=$lt_with_gnu_ld
17520
17521 # Flag that allows shared libraries with undefined symbols to be built.
17522 allow_undefined_flag=$lt_allow_undefined_flag
17523
17524 # Flag that enforces no undefined symbols.
17525 no_undefined_flag=$lt_no_undefined_flag
17526
17527 # Flag to hardcode \$libdir into a binary during linking.
17528 # This must work even if \$libdir does not exist
17529 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17530
17531 # If ld is used when linking, flag to hardcode \$libdir into a binary
17532 # during linking. This must work even if \$libdir does not exist.
17533 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17534
17535 # Whether we need a single "-rpath" flag with a separated argument.
17536 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17537
17538 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17539 # DIR into the resulting binary.
17540 hardcode_direct=$hardcode_direct
17541
17542 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17543 # DIR into the resulting binary and the resulting library dependency is
17544 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17545 # library is relocated.
17546 hardcode_direct_absolute=$hardcode_direct_absolute
17547
17548 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17549 # into the resulting binary.
17550 hardcode_minus_L=$hardcode_minus_L
17551
17552 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17553 # into the resulting binary.
17554 hardcode_shlibpath_var=$hardcode_shlibpath_var
17555
17556 # Set to "yes" if building a shared library automatically hardcodes DIR
17557 # into the library and all subsequent libraries and executables linked
17558 # against it.
17559 hardcode_automatic=$hardcode_automatic
17560
17561 # Set to yes if linker adds runtime paths of dependent libraries
17562 # to runtime path list.
17563 inherit_rpath=$inherit_rpath
17564
17565 # Whether libtool must link a program against all its dependency libraries.
17566 link_all_deplibs=$link_all_deplibs
17567
17568 # Fix the shell variable \$srcfile for the compiler.
17569 fix_srcfile_path=$lt_fix_srcfile_path
17570
17571 # Set to "yes" if exported symbols are required.
17572 always_export_symbols=$always_export_symbols
17573
17574 # The commands to list exported symbols.
17575 export_symbols_cmds=$lt_export_symbols_cmds
17576
17577 # Symbols that should not be listed in the preloaded symbols.
17578 exclude_expsyms=$lt_exclude_expsyms
17579
17580 # Symbols that must always be exported.
17581 include_expsyms=$lt_include_expsyms
17582
17583 # Commands necessary for linking programs (against libraries) with templates.
17584 prelink_cmds=$lt_prelink_cmds
17585
17586 # Specify filename containing input files.
17587 file_list_spec=$lt_file_list_spec
17588
17589 # How to hardcode a shared library path into an executable.
17590 hardcode_action=$hardcode_action
17591
17592 # ### END LIBTOOL CONFIG
17593
17594 _LT_EOF
17595
17596 case $host_os in
17597 aix3*)
17598 cat <<\_LT_EOF >> "$cfgfile"
17599 # AIX sometimes has problems with the GCC collect2 program. For some
17600 # reason, if we set the COLLECT_NAMES environment variable, the problems
17601 # vanish in a puff of smoke.
17602 if test "X${COLLECT_NAMES+set}" != Xset; then
17603 COLLECT_NAMES=
17604 export COLLECT_NAMES
17605 fi
17606 _LT_EOF
17607 ;;
17608 esac
17609
17610
17611 ltmain="$ac_aux_dir/ltmain.sh"
17612
17613
17614 # We use sed instead of cat because bash on DJGPP gets confused if
17615 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17616 # text mode, it properly converts lines to CR/LF. This bash problem
17617 # is reportedly fixed, but why not run on old versions too?
17618 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17619 || (rm -f "$cfgfile"; exit 1)
17620
17621 case $xsi_shell in
17622 yes)
17623 cat << \_LT_EOF >> "$cfgfile"
17624
17625 # func_dirname file append nondir_replacement
17626 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17627 # otherwise set result to NONDIR_REPLACEMENT.
17628 func_dirname ()
17629 {
17630 case ${1} in
17631 */*) func_dirname_result="${1%/*}${2}" ;;
17632 * ) func_dirname_result="${3}" ;;
17633 esac
17634 }
17635
17636 # func_basename file
17637 func_basename ()
17638 {
17639 func_basename_result="${1##*/}"
17640 }
17641
17642 # func_dirname_and_basename file append nondir_replacement
17643 # perform func_basename and func_dirname in a single function
17644 # call:
17645 # dirname: Compute the dirname of FILE. If nonempty,
17646 # add APPEND to the result, otherwise set result
17647 # to NONDIR_REPLACEMENT.
17648 # value returned in "$func_dirname_result"
17649 # basename: Compute filename of FILE.
17650 # value retuned in "$func_basename_result"
17651 # Implementation must be kept synchronized with func_dirname
17652 # and func_basename. For efficiency, we do not delegate to
17653 # those functions but instead duplicate the functionality here.
17654 func_dirname_and_basename ()
17655 {
17656 case ${1} in
17657 */*) func_dirname_result="${1%/*}${2}" ;;
17658 * ) func_dirname_result="${3}" ;;
17659 esac
17660 func_basename_result="${1##*/}"
17661 }
17662
17663 # func_stripname prefix suffix name
17664 # strip PREFIX and SUFFIX off of NAME.
17665 # PREFIX and SUFFIX must not contain globbing or regex special
17666 # characters, hashes, percent signs, but SUFFIX may contain a leading
17667 # dot (in which case that matches only a dot).
17668 func_stripname ()
17669 {
17670 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17671 # positional parameters, so assign one to ordinary parameter first.
17672 func_stripname_result=${3}
17673 func_stripname_result=${func_stripname_result#"${1}"}
17674 func_stripname_result=${func_stripname_result%"${2}"}
17675 }
17676
17677 # func_opt_split
17678 func_opt_split ()
17679 {
17680 func_opt_split_opt=${1%%=*}
17681 func_opt_split_arg=${1#*=}
17682 }
17683
17684 # func_lo2o object
17685 func_lo2o ()
17686 {
17687 case ${1} in
17688 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17689 *) func_lo2o_result=${1} ;;
17690 esac
17691 }
17692
17693 # func_xform libobj-or-source
17694 func_xform ()
17695 {
17696 func_xform_result=${1%.*}.lo
17697 }
17698
17699 # func_arith arithmetic-term...
17700 func_arith ()
17701 {
17702 func_arith_result=$(( $* ))
17703 }
17704
17705 # func_len string
17706 # STRING may not start with a hyphen.
17707 func_len ()
17708 {
17709 func_len_result=${#1}
17710 }
17711
17712 _LT_EOF
17713 ;;
17714 *) # Bourne compatible functions.
17715 cat << \_LT_EOF >> "$cfgfile"
17716
17717 # func_dirname file append nondir_replacement
17718 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17719 # otherwise set result to NONDIR_REPLACEMENT.
17720 func_dirname ()
17721 {
17722 # Extract subdirectory from the argument.
17723 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17724 if test "X$func_dirname_result" = "X${1}"; then
17725 func_dirname_result="${3}"
17726 else
17727 func_dirname_result="$func_dirname_result${2}"
17728 fi
17729 }
17730
17731 # func_basename file
17732 func_basename ()
17733 {
17734 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17735 }
17736
17737
17738 # func_stripname prefix suffix name
17739 # strip PREFIX and SUFFIX off of NAME.
17740 # PREFIX and SUFFIX must not contain globbing or regex special
17741 # characters, hashes, percent signs, but SUFFIX may contain a leading
17742 # dot (in which case that matches only a dot).
17743 # func_strip_suffix prefix name
17744 func_stripname ()
17745 {
17746 case ${2} in
17747 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17748 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17749 esac
17750 }
17751
17752 # sed scripts:
17753 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17754 my_sed_long_arg='1s/^-[^=]*=//'
17755
17756 # func_opt_split
17757 func_opt_split ()
17758 {
17759 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17760 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17761 }
17762
17763 # func_lo2o object
17764 func_lo2o ()
17765 {
17766 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17767 }
17768
17769 # func_xform libobj-or-source
17770 func_xform ()
17771 {
17772 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17773 }
17774
17775 # func_arith arithmetic-term...
17776 func_arith ()
17777 {
17778 func_arith_result=`expr "$@"`
17779 }
17780
17781 # func_len string
17782 # STRING may not start with a hyphen.
17783 func_len ()
17784 {
17785 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17786 }
17787
17788 _LT_EOF
17789 esac
17790
17791 case $lt_shell_append in
17792 yes)
17793 cat << \_LT_EOF >> "$cfgfile"
17794
17795 # func_append var value
17796 # Append VALUE to the end of shell variable VAR.
17797 func_append ()
17798 {
17799 eval "$1+=\$2"
17800 }
17801 _LT_EOF
17802 ;;
17803 *)
17804 cat << \_LT_EOF >> "$cfgfile"
17805
17806 # func_append var value
17807 # Append VALUE to the end of shell variable VAR.
17808 func_append ()
17809 {
17810 eval "$1=\$$1\$2"
17811 }
17812
17813 _LT_EOF
17814 ;;
17815 esac
17816
17817
17818 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17819 || (rm -f "$cfgfile"; exit 1)
17820
17821 mv -f "$cfgfile" "$ofile" ||
17822 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17823 chmod +x "$ofile"
17824
17825 ;;
17826 "default-1":C)
17827 for ac_file in $CONFIG_FILES; do
17828 # Support "outfile[:infile[:infile...]]"
17829 case "$ac_file" in
17830 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17831 esac
17832 # PO directories have a Makefile.in generated from Makefile.in.in.
17833 case "$ac_file" in */Makefile.in)
17834 # Adjust a relative srcdir.
17835 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17836 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17837 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17838 # In autoconf-2.13 it is called $ac_given_srcdir.
17839 # In autoconf-2.50 it is called $srcdir.
17840 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17841 case "$ac_given_srcdir" in
17842 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17843 /*) top_srcdir="$ac_given_srcdir" ;;
17844 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17845 esac
17846 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17847 rm -f "$ac_dir/POTFILES"
17848 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17849 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17850 POMAKEFILEDEPS="POTFILES.in"
17851 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17852 # on $ac_dir but don't depend on user-specified configuration
17853 # parameters.
17854 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17855 # The LINGUAS file contains the set of available languages.
17856 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17857 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17858 fi
17859 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17860 # Hide the ALL_LINGUAS assigment from automake.
17861 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17862 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17863 else
17864 # The set of available languages was given in configure.ac.
17865 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17866 fi
17867 case "$ac_given_srcdir" in
17868 .) srcdirpre= ;;
17869 *) srcdirpre='$(srcdir)/' ;;
17870 esac
17871 POFILES=
17872 GMOFILES=
17873 UPDATEPOFILES=
17874 DUMMYPOFILES=
17875 for lang in $ALL_LINGUAS; do
17876 POFILES="$POFILES $srcdirpre$lang.po"
17877 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17878 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17879 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17880 done
17881 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17882 # environment variable.
17883 INST_LINGUAS=
17884 if test -n "$ALL_LINGUAS"; then
17885 for presentlang in $ALL_LINGUAS; do
17886 useit=no
17887 if test "%UNSET%" != "$LINGUAS"; then
17888 desiredlanguages="$LINGUAS"
17889 else
17890 desiredlanguages="$ALL_LINGUAS"
17891 fi
17892 for desiredlang in $desiredlanguages; do
17893 # Use the presentlang catalog if desiredlang is
17894 # a. equal to presentlang, or
17895 # b. a variant of presentlang (because in this case,
17896 # presentlang can be used as a fallback for messages
17897 # which are not translated in the desiredlang catalog).
17898 case "$desiredlang" in
17899 "$presentlang"*) useit=yes;;
17900 esac
17901 done
17902 if test $useit = yes; then
17903 INST_LINGUAS="$INST_LINGUAS $presentlang"
17904 fi
17905 done
17906 fi
17907 CATALOGS=
17908 if test -n "$INST_LINGUAS"; then
17909 for lang in $INST_LINGUAS; do
17910 CATALOGS="$CATALOGS $lang.gmo"
17911 done
17912 fi
17913 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17914 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"
17915 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17916 if test -f "$f"; then
17917 case "$f" in
17918 *.orig | *.bak | *~) ;;
17919 *) cat "$f" >> "$ac_dir/Makefile" ;;
17920 esac
17921 fi
17922 done
17923 fi
17924 ;;
17925 esac
17926 done ;;
17927
17928 esac
17929 done # for ac_tag
17930
17931
17932 as_fn_exit 0
17933 _ACEOF
17934 ac_clean_files=$ac_clean_files_save
17935
17936 test $ac_write_fail = 0 ||
17937 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17938
17939
17940 # configure is writing to config.log, and then calls config.status.
17941 # config.status does its own redirection, appending to config.log.
17942 # Unfortunately, on DOS this fails, as config.log is still kept open
17943 # by configure, so config.status won't be able to write to it; its
17944 # output is simply discarded. So we exec the FD to /dev/null,
17945 # effectively closing config.log, so it can be properly (re)opened and
17946 # appended to by config.status. When coming back to configure, we
17947 # need to make the FD available again.
17948 if test "$no_create" != yes; then
17949 ac_cs_success=:
17950 ac_config_status_args=
17951 test "$silent" = yes &&
17952 ac_config_status_args="$ac_config_status_args --quiet"
17953 exec 5>/dev/null
17954 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17955 exec 5>>config.log
17956 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17957 # would make configure fail if this is the last instruction.
17958 $ac_cs_success || as_fn_exit 1
17959 fi
17960 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17962 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17963 fi
17964
This page took 0.475605 seconds and 5 git commands to generate.