Fix two regressions caused by CU / TU merging
[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.37.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.37.50'
591 PACKAGE_STRING='binutils 2.37.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 DEMANGLER_NAME
654 EXEEXT_FOR_BUILD
655 CC_FOR_BUILD
656 HDEFINES
657 GENINSRC_NEVER_FALSE
658 GENINSRC_NEVER_TRUE
659 MAINT
660 MAINTAINER_MODE_FALSE
661 MAINTAINER_MODE_TRUE
662 MSGMERGE
663 MSGFMT
664 MKINSTALLDIRS
665 CATOBJEXT
666 GENCAT
667 INSTOBJEXT
668 DATADIRNAME
669 CATALOGS
670 POSUB
671 GMSGFMT
672 XGETTEXT
673 INCINTL
674 LIBINTL_DEP
675 LIBINTL
676 USE_NLS
677 LEXLIB
678 LEX_OUTPUT_ROOT
679 LEX
680 YFLAGS
681 YACC
682 WARN_WRITE_STRINGS
683 NO_WERROR
684 WARN_CFLAGS_FOR_BUILD
685 WARN_CFLAGS
686 ENABLE_LIBCTF_FALSE
687 ENABLE_LIBCTF_TRUE
688 DEBUGINFOD_LIBS
689 DEBUGINFOD_CFLAGS
690 PKG_CONFIG_LIBDIR
691 PKG_CONFIG_PATH
692 PKG_CONFIG
693 LARGEFILE_CPPFLAGS
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__fastdepCC_FALSE
714 am__fastdepCC_TRUE
715 CCDEPMODE
716 am__nodep
717 AMDEPBACKSLASH
718 AMDEP_FALSE
719 AMDEP_TRUE
720 am__quote
721 am__include
722 DEPDIR
723 OBJEXT
724 EXEEXT
725 ac_ct_CC
726 CPPFLAGS
727 LDFLAGS
728 CFLAGS
729 CC
730 AM_BACKSLASH
731 AM_DEFAULT_VERBOSITY
732 AM_DEFAULT_V
733 AM_V
734 am__untar
735 am__tar
736 AMTAR
737 am__leading_dot
738 SET_MAKE
739 AWK
740 mkdir_p
741 MKDIR_P
742 INSTALL_STRIP_PROGRAM
743 STRIP
744 install_sh
745 MAKEINFO
746 AUTOHEADER
747 AUTOMAKE
748 AUTOCONF
749 ACLOCAL
750 VERSION
751 PACKAGE
752 CYGPATH_W
753 am__isrc
754 INSTALL_DATA
755 INSTALL_SCRIPT
756 INSTALL_PROGRAM
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_silent_rules
811 enable_dependency_tracking
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_checking
821 enable_targets
822 enable_deterministic_archives
823 enable_default_strings_all
824 enable_f_for_ifunc_symbols
825 enable_follow_debug_links
826 with_debuginfod
827 enable_libctf
828 enable_werror
829 enable_build_warnings
830 enable_nls
831 enable_maintainer_mode
832 with_system_zlib
833 enable_rpath
834 with_libiconv_prefix
835 with_libiconv_type
836 '
837 ac_precious_vars='build_alias
838 host_alias
839 target_alias
840 CC
841 CFLAGS
842 LDFLAGS
843 LIBS
844 CPPFLAGS
845 CPP
846 PKG_CONFIG
847 PKG_CONFIG_PATH
848 PKG_CONFIG_LIBDIR
849 DEBUGINFOD_CFLAGS
850 DEBUGINFOD_LIBS
851 YACC
852 YFLAGS'
853
854
855 # Initialize some variables set by options.
856 ac_init_help=
857 ac_init_version=false
858 ac_unrecognized_opts=
859 ac_unrecognized_sep=
860 # The variables have the same names as the options, with
861 # dashes changed to underlines.
862 cache_file=/dev/null
863 exec_prefix=NONE
864 no_create=
865 no_recursion=
866 prefix=NONE
867 program_prefix=NONE
868 program_suffix=NONE
869 program_transform_name=s,x,x,
870 silent=
871 site=
872 srcdir=
873 verbose=
874 x_includes=NONE
875 x_libraries=NONE
876
877 # Installation directory options.
878 # These are left unexpanded so users can "make install exec_prefix=/foo"
879 # and all the variables that are supposed to be based on exec_prefix
880 # by default will actually change.
881 # Use braces instead of parens because sh, perl, etc. also accept them.
882 # (The list follows the same order as the GNU Coding Standards.)
883 bindir='${exec_prefix}/bin'
884 sbindir='${exec_prefix}/sbin'
885 libexecdir='${exec_prefix}/libexec'
886 datarootdir='${prefix}/share'
887 datadir='${datarootdir}'
888 sysconfdir='${prefix}/etc'
889 sharedstatedir='${prefix}/com'
890 localstatedir='${prefix}/var'
891 includedir='${prefix}/include'
892 oldincludedir='/usr/include'
893 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
894 infodir='${datarootdir}/info'
895 htmldir='${docdir}'
896 dvidir='${docdir}'
897 pdfdir='${docdir}'
898 psdir='${docdir}'
899 libdir='${exec_prefix}/lib'
900 localedir='${datarootdir}/locale'
901 mandir='${datarootdir}/man'
902
903 ac_prev=
904 ac_dashdash=
905 for ac_option
906 do
907 # If the previous option needs an argument, assign it.
908 if test -n "$ac_prev"; then
909 eval $ac_prev=\$ac_option
910 ac_prev=
911 continue
912 fi
913
914 case $ac_option in
915 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
916 *=) ac_optarg= ;;
917 *) ac_optarg=yes ;;
918 esac
919
920 # Accept the important Cygnus configure options, so we can diagnose typos.
921
922 case $ac_dashdash$ac_option in
923 --)
924 ac_dashdash=yes ;;
925
926 -bindir | --bindir | --bindi | --bind | --bin | --bi)
927 ac_prev=bindir ;;
928 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
929 bindir=$ac_optarg ;;
930
931 -build | --build | --buil | --bui | --bu)
932 ac_prev=build_alias ;;
933 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
934 build_alias=$ac_optarg ;;
935
936 -cache-file | --cache-file | --cache-fil | --cache-fi \
937 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
938 ac_prev=cache_file ;;
939 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
940 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
941 cache_file=$ac_optarg ;;
942
943 --config-cache | -C)
944 cache_file=config.cache ;;
945
946 -datadir | --datadir | --datadi | --datad)
947 ac_prev=datadir ;;
948 -datadir=* | --datadir=* | --datadi=* | --datad=*)
949 datadir=$ac_optarg ;;
950
951 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
952 | --dataroo | --dataro | --datar)
953 ac_prev=datarootdir ;;
954 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
955 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
956 datarootdir=$ac_optarg ;;
957
958 -disable-* | --disable-*)
959 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
960 # Reject names that are not valid shell variable names.
961 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
962 as_fn_error $? "invalid feature name: $ac_useropt"
963 ac_useropt_orig=$ac_useropt
964 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
965 case $ac_user_opts in
966 *"
967 "enable_$ac_useropt"
968 "*) ;;
969 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
970 ac_unrecognized_sep=', ';;
971 esac
972 eval enable_$ac_useropt=no ;;
973
974 -docdir | --docdir | --docdi | --doc | --do)
975 ac_prev=docdir ;;
976 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
977 docdir=$ac_optarg ;;
978
979 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
980 ac_prev=dvidir ;;
981 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
982 dvidir=$ac_optarg ;;
983
984 -enable-* | --enable-*)
985 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
986 # Reject names that are not valid shell variable names.
987 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
988 as_fn_error $? "invalid feature name: $ac_useropt"
989 ac_useropt_orig=$ac_useropt
990 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
991 case $ac_user_opts in
992 *"
993 "enable_$ac_useropt"
994 "*) ;;
995 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
996 ac_unrecognized_sep=', ';;
997 esac
998 eval enable_$ac_useropt=\$ac_optarg ;;
999
1000 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1001 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1002 | --exec | --exe | --ex)
1003 ac_prev=exec_prefix ;;
1004 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1005 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1006 | --exec=* | --exe=* | --ex=*)
1007 exec_prefix=$ac_optarg ;;
1008
1009 -gas | --gas | --ga | --g)
1010 # Obsolete; use --with-gas.
1011 with_gas=yes ;;
1012
1013 -help | --help | --hel | --he | -h)
1014 ac_init_help=long ;;
1015 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1016 ac_init_help=recursive ;;
1017 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1018 ac_init_help=short ;;
1019
1020 -host | --host | --hos | --ho)
1021 ac_prev=host_alias ;;
1022 -host=* | --host=* | --hos=* | --ho=*)
1023 host_alias=$ac_optarg ;;
1024
1025 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1026 ac_prev=htmldir ;;
1027 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1028 | --ht=*)
1029 htmldir=$ac_optarg ;;
1030
1031 -includedir | --includedir | --includedi | --included | --include \
1032 | --includ | --inclu | --incl | --inc)
1033 ac_prev=includedir ;;
1034 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1035 | --includ=* | --inclu=* | --incl=* | --inc=*)
1036 includedir=$ac_optarg ;;
1037
1038 -infodir | --infodir | --infodi | --infod | --info | --inf)
1039 ac_prev=infodir ;;
1040 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1041 infodir=$ac_optarg ;;
1042
1043 -libdir | --libdir | --libdi | --libd)
1044 ac_prev=libdir ;;
1045 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1046 libdir=$ac_optarg ;;
1047
1048 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1049 | --libexe | --libex | --libe)
1050 ac_prev=libexecdir ;;
1051 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1052 | --libexe=* | --libex=* | --libe=*)
1053 libexecdir=$ac_optarg ;;
1054
1055 -localedir | --localedir | --localedi | --localed | --locale)
1056 ac_prev=localedir ;;
1057 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1058 localedir=$ac_optarg ;;
1059
1060 -localstatedir | --localstatedir | --localstatedi | --localstated \
1061 | --localstate | --localstat | --localsta | --localst | --locals)
1062 ac_prev=localstatedir ;;
1063 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1064 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1065 localstatedir=$ac_optarg ;;
1066
1067 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1068 ac_prev=mandir ;;
1069 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1070 mandir=$ac_optarg ;;
1071
1072 -nfp | --nfp | --nf)
1073 # Obsolete; use --without-fp.
1074 with_fp=no ;;
1075
1076 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1077 | --no-cr | --no-c | -n)
1078 no_create=yes ;;
1079
1080 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1081 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1082 no_recursion=yes ;;
1083
1084 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1085 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1086 | --oldin | --oldi | --old | --ol | --o)
1087 ac_prev=oldincludedir ;;
1088 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1089 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1090 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1091 oldincludedir=$ac_optarg ;;
1092
1093 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1094 ac_prev=prefix ;;
1095 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1096 prefix=$ac_optarg ;;
1097
1098 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1099 | --program-pre | --program-pr | --program-p)
1100 ac_prev=program_prefix ;;
1101 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1102 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1103 program_prefix=$ac_optarg ;;
1104
1105 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1106 | --program-suf | --program-su | --program-s)
1107 ac_prev=program_suffix ;;
1108 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1109 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1110 program_suffix=$ac_optarg ;;
1111
1112 -program-transform-name | --program-transform-name \
1113 | --program-transform-nam | --program-transform-na \
1114 | --program-transform-n | --program-transform- \
1115 | --program-transform | --program-transfor \
1116 | --program-transfo | --program-transf \
1117 | --program-trans | --program-tran \
1118 | --progr-tra | --program-tr | --program-t)
1119 ac_prev=program_transform_name ;;
1120 -program-transform-name=* | --program-transform-name=* \
1121 | --program-transform-nam=* | --program-transform-na=* \
1122 | --program-transform-n=* | --program-transform-=* \
1123 | --program-transform=* | --program-transfor=* \
1124 | --program-transfo=* | --program-transf=* \
1125 | --program-trans=* | --program-tran=* \
1126 | --progr-tra=* | --program-tr=* | --program-t=*)
1127 program_transform_name=$ac_optarg ;;
1128
1129 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1130 ac_prev=pdfdir ;;
1131 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1132 pdfdir=$ac_optarg ;;
1133
1134 -psdir | --psdir | --psdi | --psd | --ps)
1135 ac_prev=psdir ;;
1136 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1137 psdir=$ac_optarg ;;
1138
1139 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1140 | -silent | --silent | --silen | --sile | --sil)
1141 silent=yes ;;
1142
1143 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1144 ac_prev=sbindir ;;
1145 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1146 | --sbi=* | --sb=*)
1147 sbindir=$ac_optarg ;;
1148
1149 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1150 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1151 | --sharedst | --shareds | --shared | --share | --shar \
1152 | --sha | --sh)
1153 ac_prev=sharedstatedir ;;
1154 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1155 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1156 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1157 | --sha=* | --sh=*)
1158 sharedstatedir=$ac_optarg ;;
1159
1160 -site | --site | --sit)
1161 ac_prev=site ;;
1162 -site=* | --site=* | --sit=*)
1163 site=$ac_optarg ;;
1164
1165 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1166 ac_prev=srcdir ;;
1167 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1168 srcdir=$ac_optarg ;;
1169
1170 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1171 | --syscon | --sysco | --sysc | --sys | --sy)
1172 ac_prev=sysconfdir ;;
1173 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1174 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1175 sysconfdir=$ac_optarg ;;
1176
1177 -target | --target | --targe | --targ | --tar | --ta | --t)
1178 ac_prev=target_alias ;;
1179 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1180 target_alias=$ac_optarg ;;
1181
1182 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1183 verbose=yes ;;
1184
1185 -version | --version | --versio | --versi | --vers | -V)
1186 ac_init_version=: ;;
1187
1188 -with-* | --with-*)
1189 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1190 # Reject names that are not valid shell variable names.
1191 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1192 as_fn_error $? "invalid package name: $ac_useropt"
1193 ac_useropt_orig=$ac_useropt
1194 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1195 case $ac_user_opts in
1196 *"
1197 "with_$ac_useropt"
1198 "*) ;;
1199 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1200 ac_unrecognized_sep=', ';;
1201 esac
1202 eval with_$ac_useropt=\$ac_optarg ;;
1203
1204 -without-* | --without-*)
1205 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1206 # Reject names that are not valid shell variable names.
1207 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1208 as_fn_error $? "invalid package name: $ac_useropt"
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1212 *"
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=no ;;
1219
1220 --x)
1221 # Obsolete; use --with-x.
1222 with_x=yes ;;
1223
1224 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1225 | --x-incl | --x-inc | --x-in | --x-i)
1226 ac_prev=x_includes ;;
1227 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1228 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1229 x_includes=$ac_optarg ;;
1230
1231 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1232 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1233 ac_prev=x_libraries ;;
1234 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1235 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1236 x_libraries=$ac_optarg ;;
1237
1238 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1239 Try \`$0 --help' for more information"
1240 ;;
1241
1242 *=*)
1243 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1244 # Reject names that are not valid shell variable names.
1245 case $ac_envvar in #(
1246 '' | [0-9]* | *[!_$as_cr_alnum]* )
1247 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1248 esac
1249 eval $ac_envvar=\$ac_optarg
1250 export $ac_envvar ;;
1251
1252 *)
1253 # FIXME: should be removed in autoconf 3.0.
1254 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1255 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1256 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1257 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1258 ;;
1259
1260 esac
1261 done
1262
1263 if test -n "$ac_prev"; then
1264 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1265 as_fn_error $? "missing argument to $ac_option"
1266 fi
1267
1268 if test -n "$ac_unrecognized_opts"; then
1269 case $enable_option_checking in
1270 no) ;;
1271 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1272 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1273 esac
1274 fi
1275
1276 # Check all directory arguments for consistency.
1277 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1278 datadir sysconfdir sharedstatedir localstatedir includedir \
1279 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1280 libdir localedir mandir
1281 do
1282 eval ac_val=\$$ac_var
1283 # Remove trailing slashes.
1284 case $ac_val in
1285 */ )
1286 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1287 eval $ac_var=\$ac_val;;
1288 esac
1289 # Be sure to have absolute directory names.
1290 case $ac_val in
1291 [\\/$]* | ?:[\\/]* ) continue;;
1292 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1293 esac
1294 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1295 done
1296
1297 # There might be people who depend on the old broken behavior: `$host'
1298 # used to hold the argument of --host etc.
1299 # FIXME: To remove some day.
1300 build=$build_alias
1301 host=$host_alias
1302 target=$target_alias
1303
1304 # FIXME: To remove some day.
1305 if test "x$host_alias" != x; then
1306 if test "x$build_alias" = x; then
1307 cross_compiling=maybe
1308 elif test "x$build_alias" != "x$host_alias"; then
1309 cross_compiling=yes
1310 fi
1311 fi
1312
1313 ac_tool_prefix=
1314 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1315
1316 test "$silent" = yes && exec 6>/dev/null
1317
1318
1319 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1320 ac_ls_di=`ls -di .` &&
1321 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1322 as_fn_error $? "working directory cannot be determined"
1323 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1324 as_fn_error $? "pwd does not report name of working directory"
1325
1326
1327 # Find the source files, if location was not specified.
1328 if test -z "$srcdir"; then
1329 ac_srcdir_defaulted=yes
1330 # Try the directory containing this script, then the parent directory.
1331 ac_confdir=`$as_dirname -- "$as_myself" ||
1332 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1333 X"$as_myself" : 'X\(//\)[^/]' \| \
1334 X"$as_myself" : 'X\(//\)$' \| \
1335 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1336 $as_echo X"$as_myself" |
1337 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1338 s//\1/
1339 q
1340 }
1341 /^X\(\/\/\)[^/].*/{
1342 s//\1/
1343 q
1344 }
1345 /^X\(\/\/\)$/{
1346 s//\1/
1347 q
1348 }
1349 /^X\(\/\).*/{
1350 s//\1/
1351 q
1352 }
1353 s/.*/./; q'`
1354 srcdir=$ac_confdir
1355 if test ! -r "$srcdir/$ac_unique_file"; then
1356 srcdir=..
1357 fi
1358 else
1359 ac_srcdir_defaulted=no
1360 fi
1361 if test ! -r "$srcdir/$ac_unique_file"; then
1362 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1363 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1364 fi
1365 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1366 ac_abs_confdir=`(
1367 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1368 pwd)`
1369 # When building in place, set srcdir=.
1370 if test "$ac_abs_confdir" = "$ac_pwd"; then
1371 srcdir=.
1372 fi
1373 # Remove unnecessary trailing slashes from srcdir.
1374 # Double slashes in file names in object file debugging info
1375 # mess up M-x gdb in Emacs.
1376 case $srcdir in
1377 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1378 esac
1379 for ac_var in $ac_precious_vars; do
1380 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1381 eval ac_env_${ac_var}_value=\$${ac_var}
1382 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1383 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1384 done
1385
1386 #
1387 # Report the --help message.
1388 #
1389 if test "$ac_init_help" = "long"; then
1390 # Omit some internal or obsolete options to make the list less imposing.
1391 # This message is too long to be a string in the A/UX 3.1 sh.
1392 cat <<_ACEOF
1393 \`configure' configures binutils 2.37.50 to adapt to many kinds of systems.
1394
1395 Usage: $0 [OPTION]... [VAR=VALUE]...
1396
1397 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1398 VAR=VALUE. See below for descriptions of some of the useful variables.
1399
1400 Defaults for the options are specified in brackets.
1401
1402 Configuration:
1403 -h, --help display this help and exit
1404 --help=short display options specific to this package
1405 --help=recursive display the short help of all the included packages
1406 -V, --version display version information and exit
1407 -q, --quiet, --silent do not print \`checking ...' messages
1408 --cache-file=FILE cache test results in FILE [disabled]
1409 -C, --config-cache alias for \`--cache-file=config.cache'
1410 -n, --no-create do not create output files
1411 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1412
1413 Installation directories:
1414 --prefix=PREFIX install architecture-independent files in PREFIX
1415 [$ac_default_prefix]
1416 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1417 [PREFIX]
1418
1419 By default, \`make install' will install all the files in
1420 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1421 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1422 for instance \`--prefix=\$HOME'.
1423
1424 For better control, use the options below.
1425
1426 Fine tuning of the installation directories:
1427 --bindir=DIR user executables [EPREFIX/bin]
1428 --sbindir=DIR system admin executables [EPREFIX/sbin]
1429 --libexecdir=DIR program executables [EPREFIX/libexec]
1430 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1431 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1432 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1433 --libdir=DIR object code libraries [EPREFIX/lib]
1434 --includedir=DIR C header files [PREFIX/include]
1435 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1436 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1437 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1438 --infodir=DIR info documentation [DATAROOTDIR/info]
1439 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1440 --mandir=DIR man documentation [DATAROOTDIR/man]
1441 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1442 --htmldir=DIR html documentation [DOCDIR]
1443 --dvidir=DIR dvi documentation [DOCDIR]
1444 --pdfdir=DIR pdf documentation [DOCDIR]
1445 --psdir=DIR ps documentation [DOCDIR]
1446 _ACEOF
1447
1448 cat <<\_ACEOF
1449
1450 Program names:
1451 --program-prefix=PREFIX prepend PREFIX to installed program names
1452 --program-suffix=SUFFIX append SUFFIX to installed program names
1453 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1454
1455 System types:
1456 --build=BUILD configure for building on BUILD [guessed]
1457 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1458 --target=TARGET configure for building compilers for TARGET [HOST]
1459 _ACEOF
1460 fi
1461
1462 if test -n "$ac_init_help"; then
1463 case $ac_init_help in
1464 short | recursive ) echo "Configuration of binutils 2.37.50:";;
1465 esac
1466 cat <<\_ACEOF
1467
1468 Optional Features:
1469 --disable-option-checking ignore unrecognized --enable/--with options
1470 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1471 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1472 --enable-silent-rules less verbose build output (undo: "make V=1")
1473 --disable-silent-rules verbose build output (undo: "make V=0")
1474 --enable-dependency-tracking
1475 do not reject slow dependency extractors
1476 --disable-dependency-tracking
1477 speeds up one-time build
1478 --enable-shared[=PKGS] build shared libraries [default=yes]
1479 --enable-static[=PKGS] build static libraries [default=yes]
1480 --enable-fast-install[=PKGS]
1481 optimize for fast installation [default=yes]
1482 --disable-libtool-lock avoid locking (might break parallel builds)
1483 --enable-plugins Enable support for plugins
1484 --disable-largefile omit support for large files
1485 --enable-checking enable run-time checks
1486 --enable-targets alternative target configurations
1487 --enable-deterministic-archives
1488 ar and ranlib default to -D behavior
1489 --disable-default-strings-all
1490 strings defaults to --data behavior
1491 --enable-f-for-ifunc-symbols
1492 Have nm use F and f for global and local ifunc
1493 symbols
1494 --enable-follow-debug-links
1495 Have readelf and objdump follow debug links by
1496 default
1497 --enable-libctf Handle .ctf type-info sections [default=yes]
1498 --enable-werror treat compile warnings as errors
1499 --enable-build-warnings enable build-time compiler warnings
1500 --disable-nls do not use Native Language Support
1501 --enable-maintainer-mode
1502 enable make rules and dependencies not useful (and
1503 sometimes confusing) to the casual installer
1504 --disable-rpath do not hardcode runtime library paths
1505
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --with-pic try to use only PIC/non-PIC objects [default=use
1510 both]
1511 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1512 --with-debuginfod Enable debuginfo lookups with debuginfod
1513 (auto/yes/no)
1514 --with-system-zlib use installed libz
1515 --with-gnu-ld assume the C compiler uses GNU ld default=no
1516 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1517 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1518 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1519
1520 Some influential environment variables:
1521 CC C compiler command
1522 CFLAGS C compiler flags
1523 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1524 nonstandard directory <lib dir>
1525 LIBS libraries to pass to the linker, e.g. -l<library>
1526 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1527 you have headers in a nonstandard directory <include dir>
1528 CPP C preprocessor
1529 PKG_CONFIG path to pkg-config utility
1530 PKG_CONFIG_PATH
1531 directories to add to pkg-config's search path
1532 PKG_CONFIG_LIBDIR
1533 path overriding pkg-config's built-in search path
1534 DEBUGINFOD_CFLAGS
1535 C compiler flags for DEBUGINFOD, overriding pkg-config
1536 DEBUGINFOD_LIBS
1537 linker flags for DEBUGINFOD, overriding pkg-config
1538 YACC The `Yet Another Compiler Compiler' implementation to use.
1539 Defaults to the first program found out of: `bison -y', `byacc',
1540 `yacc'.
1541 YFLAGS The list of arguments that will be passed by default to $YACC.
1542 This script will default YFLAGS to the empty string to avoid a
1543 default value of `-d' given by some make applications.
1544
1545 Use these variables to override the choices made by `configure' or to help
1546 it to find libraries and programs with nonstandard names/locations.
1547
1548 Report bugs to the package provider.
1549 _ACEOF
1550 ac_status=$?
1551 fi
1552
1553 if test "$ac_init_help" = "recursive"; then
1554 # If there are subdirs, report their specific --help.
1555 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1556 test -d "$ac_dir" ||
1557 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1558 continue
1559 ac_builddir=.
1560
1561 case "$ac_dir" in
1562 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1563 *)
1564 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1565 # A ".." for each directory in $ac_dir_suffix.
1566 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1567 case $ac_top_builddir_sub in
1568 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1569 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1570 esac ;;
1571 esac
1572 ac_abs_top_builddir=$ac_pwd
1573 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1574 # for backward compatibility:
1575 ac_top_builddir=$ac_top_build_prefix
1576
1577 case $srcdir in
1578 .) # We are building in place.
1579 ac_srcdir=.
1580 ac_top_srcdir=$ac_top_builddir_sub
1581 ac_abs_top_srcdir=$ac_pwd ;;
1582 [\\/]* | ?:[\\/]* ) # Absolute name.
1583 ac_srcdir=$srcdir$ac_dir_suffix;
1584 ac_top_srcdir=$srcdir
1585 ac_abs_top_srcdir=$srcdir ;;
1586 *) # Relative name.
1587 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1588 ac_top_srcdir=$ac_top_build_prefix$srcdir
1589 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1590 esac
1591 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1592
1593 cd "$ac_dir" || { ac_status=$?; continue; }
1594 # Check for guested configure.
1595 if test -f "$ac_srcdir/configure.gnu"; then
1596 echo &&
1597 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1598 elif test -f "$ac_srcdir/configure"; then
1599 echo &&
1600 $SHELL "$ac_srcdir/configure" --help=recursive
1601 else
1602 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1603 fi || ac_status=$?
1604 cd "$ac_pwd" || { ac_status=$?; break; }
1605 done
1606 fi
1607
1608 test -n "$ac_init_help" && exit $ac_status
1609 if $ac_init_version; then
1610 cat <<\_ACEOF
1611 binutils configure 2.37.50
1612 generated by GNU Autoconf 2.69
1613
1614 Copyright (C) 2012 Free Software Foundation, Inc.
1615 This configure script is free software; the Free Software Foundation
1616 gives unlimited permission to copy, distribute and modify it.
1617 _ACEOF
1618 exit
1619 fi
1620
1621 ## ------------------------ ##
1622 ## Autoconf initialization. ##
1623 ## ------------------------ ##
1624
1625 # ac_fn_c_try_compile LINENO
1626 # --------------------------
1627 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1628 ac_fn_c_try_compile ()
1629 {
1630 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1631 rm -f conftest.$ac_objext
1632 if { { ac_try="$ac_compile"
1633 case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636 esac
1637 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638 $as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_compile") 2>conftest.err
1640 ac_status=$?
1641 if test -s conftest.err; then
1642 grep -v '^ *+' conftest.err >conftest.er1
1643 cat conftest.er1 >&5
1644 mv -f conftest.er1 conftest.err
1645 fi
1646 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1647 test $ac_status = 0; } && {
1648 test -z "$ac_c_werror_flag" ||
1649 test ! -s conftest.err
1650 } && test -s conftest.$ac_objext; then :
1651 ac_retval=0
1652 else
1653 $as_echo "$as_me: failed program was:" >&5
1654 sed 's/^/| /' conftest.$ac_ext >&5
1655
1656 ac_retval=1
1657 fi
1658 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1659 as_fn_set_status $ac_retval
1660
1661 } # ac_fn_c_try_compile
1662
1663 # ac_fn_c_try_cpp LINENO
1664 # ----------------------
1665 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1666 ac_fn_c_try_cpp ()
1667 {
1668 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1669 if { { ac_try="$ac_cpp conftest.$ac_ext"
1670 case "(($ac_try" in
1671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672 *) ac_try_echo=$ac_try;;
1673 esac
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1677 ac_status=$?
1678 if test -s conftest.err; then
1679 grep -v '^ *+' conftest.err >conftest.er1
1680 cat conftest.er1 >&5
1681 mv -f conftest.er1 conftest.err
1682 fi
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; } > conftest.i && {
1685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1686 test ! -s conftest.err
1687 }; then :
1688 ac_retval=0
1689 else
1690 $as_echo "$as_me: failed program was:" >&5
1691 sed 's/^/| /' conftest.$ac_ext >&5
1692
1693 ac_retval=1
1694 fi
1695 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1696 as_fn_set_status $ac_retval
1697
1698 } # ac_fn_c_try_cpp
1699
1700 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1701 # -------------------------------------------------------
1702 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1703 # the include files in INCLUDES and setting the cache variable VAR
1704 # accordingly.
1705 ac_fn_c_check_header_mongrel ()
1706 {
1707 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1708 if eval \${$3+:} false; then :
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1710 $as_echo_n "checking for $2... " >&6; }
1711 if eval \${$3+:} false; then :
1712 $as_echo_n "(cached) " >&6
1713 fi
1714 eval ac_res=\$$3
1715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1716 $as_echo "$ac_res" >&6; }
1717 else
1718 # Is the header compilable?
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1720 $as_echo_n "checking $2 usability... " >&6; }
1721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1722 /* end confdefs.h. */
1723 $4
1724 #include <$2>
1725 _ACEOF
1726 if ac_fn_c_try_compile "$LINENO"; then :
1727 ac_header_compiler=yes
1728 else
1729 ac_header_compiler=no
1730 fi
1731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1733 $as_echo "$ac_header_compiler" >&6; }
1734
1735 # Is the header present?
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1737 $as_echo_n "checking $2 presence... " >&6; }
1738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1739 /* end confdefs.h. */
1740 #include <$2>
1741 _ACEOF
1742 if ac_fn_c_try_cpp "$LINENO"; then :
1743 ac_header_preproc=yes
1744 else
1745 ac_header_preproc=no
1746 fi
1747 rm -f conftest.err conftest.i conftest.$ac_ext
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1749 $as_echo "$ac_header_preproc" >&6; }
1750
1751 # So? What about this header?
1752 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1753 yes:no: )
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1755 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1757 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1758 ;;
1759 no:yes:* )
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1761 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1763 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1765 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1767 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1769 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1770 ;;
1771 esac
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1773 $as_echo_n "checking for $2... " >&6; }
1774 if eval \${$3+:} false; then :
1775 $as_echo_n "(cached) " >&6
1776 else
1777 eval "$3=\$ac_header_compiler"
1778 fi
1779 eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781 $as_echo "$ac_res" >&6; }
1782 fi
1783 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1784
1785 } # ac_fn_c_check_header_mongrel
1786
1787 # ac_fn_c_try_run LINENO
1788 # ----------------------
1789 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1790 # that executables *can* be run.
1791 ac_fn_c_try_run ()
1792 {
1793 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1794 if { { ac_try="$ac_link"
1795 case "(($ac_try" in
1796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1797 *) ac_try_echo=$ac_try;;
1798 esac
1799 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1800 $as_echo "$ac_try_echo"; } >&5
1801 (eval "$ac_link") 2>&5
1802 ac_status=$?
1803 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1804 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1805 { { case "(($ac_try" in
1806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1807 *) ac_try_echo=$ac_try;;
1808 esac
1809 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1810 $as_echo "$ac_try_echo"; } >&5
1811 (eval "$ac_try") 2>&5
1812 ac_status=$?
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; }; }; then :
1815 ac_retval=0
1816 else
1817 $as_echo "$as_me: program exited with status $ac_status" >&5
1818 $as_echo "$as_me: failed program was:" >&5
1819 sed 's/^/| /' conftest.$ac_ext >&5
1820
1821 ac_retval=$ac_status
1822 fi
1823 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 as_fn_set_status $ac_retval
1826
1827 } # ac_fn_c_try_run
1828
1829 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1830 # -------------------------------------------------------
1831 # Tests whether HEADER exists and can be compiled using the include files in
1832 # INCLUDES, setting the cache variable VAR accordingly.
1833 ac_fn_c_check_header_compile ()
1834 {
1835 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1837 $as_echo_n "checking for $2... " >&6; }
1838 if eval \${$3+:} false; then :
1839 $as_echo_n "(cached) " >&6
1840 else
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h. */
1843 $4
1844 #include <$2>
1845 _ACEOF
1846 if ac_fn_c_try_compile "$LINENO"; then :
1847 eval "$3=yes"
1848 else
1849 eval "$3=no"
1850 fi
1851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1852 fi
1853 eval ac_res=\$$3
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1855 $as_echo "$ac_res" >&6; }
1856 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1857
1858 } # ac_fn_c_check_header_compile
1859
1860 # ac_fn_c_try_link LINENO
1861 # -----------------------
1862 # Try to link conftest.$ac_ext, and return whether this succeeded.
1863 ac_fn_c_try_link ()
1864 {
1865 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1866 rm -f conftest.$ac_objext conftest$ac_exeext
1867 if { { ac_try="$ac_link"
1868 case "(($ac_try" in
1869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1870 *) ac_try_echo=$ac_try;;
1871 esac
1872 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1873 $as_echo "$ac_try_echo"; } >&5
1874 (eval "$ac_link") 2>conftest.err
1875 ac_status=$?
1876 if test -s conftest.err; then
1877 grep -v '^ *+' conftest.err >conftest.er1
1878 cat conftest.er1 >&5
1879 mv -f conftest.er1 conftest.err
1880 fi
1881 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1882 test $ac_status = 0; } && {
1883 test -z "$ac_c_werror_flag" ||
1884 test ! -s conftest.err
1885 } && test -s conftest$ac_exeext && {
1886 test "$cross_compiling" = yes ||
1887 test -x conftest$ac_exeext
1888 }; then :
1889 ac_retval=0
1890 else
1891 $as_echo "$as_me: failed program was:" >&5
1892 sed 's/^/| /' conftest.$ac_ext >&5
1893
1894 ac_retval=1
1895 fi
1896 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1897 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1898 # interfere with the next link command; also delete a directory that is
1899 # left behind by Apple's compiler. We do this before executing the actions.
1900 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1901 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1902 as_fn_set_status $ac_retval
1903
1904 } # ac_fn_c_try_link
1905
1906 # ac_fn_c_check_func LINENO FUNC VAR
1907 # ----------------------------------
1908 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1909 ac_fn_c_check_func ()
1910 {
1911 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1912 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1913 $as_echo_n "checking for $2... " >&6; }
1914 if eval \${$3+:} false; then :
1915 $as_echo_n "(cached) " >&6
1916 else
1917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1918 /* end confdefs.h. */
1919 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1920 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1921 #define $2 innocuous_$2
1922
1923 /* System header to define __stub macros and hopefully few prototypes,
1924 which can conflict with char $2 (); below.
1925 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1926 <limits.h> exists even on freestanding compilers. */
1927
1928 #ifdef __STDC__
1929 # include <limits.h>
1930 #else
1931 # include <assert.h>
1932 #endif
1933
1934 #undef $2
1935
1936 /* Override any GCC internal prototype to avoid an error.
1937 Use char because int might match the return type of a GCC
1938 builtin and then its argument prototype would still apply. */
1939 #ifdef __cplusplus
1940 extern "C"
1941 #endif
1942 char $2 ();
1943 /* The GNU C library defines this for functions which it implements
1944 to always fail with ENOSYS. Some functions are actually named
1945 something starting with __ and the normal name is an alias. */
1946 #if defined __stub_$2 || defined __stub___$2
1947 choke me
1948 #endif
1949
1950 int
1951 main ()
1952 {
1953 return $2 ();
1954 ;
1955 return 0;
1956 }
1957 _ACEOF
1958 if ac_fn_c_try_link "$LINENO"; then :
1959 eval "$3=yes"
1960 else
1961 eval "$3=no"
1962 fi
1963 rm -f core conftest.err conftest.$ac_objext \
1964 conftest$ac_exeext conftest.$ac_ext
1965 fi
1966 eval ac_res=\$$3
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1968 $as_echo "$ac_res" >&6; }
1969 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1970
1971 } # ac_fn_c_check_func
1972
1973 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1974 # --------------------------------------------
1975 # Tries to find the compile-time value of EXPR in a program that includes
1976 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1977 # computed
1978 ac_fn_c_compute_int ()
1979 {
1980 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1981 if test "$cross_compiling" = yes; then
1982 # Depending upon the size, compute the lo and hi bounds.
1983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1984 /* end confdefs.h. */
1985 $4
1986 int
1987 main ()
1988 {
1989 static int test_array [1 - 2 * !(($2) >= 0)];
1990 test_array [0] = 0;
1991 return test_array [0];
1992
1993 ;
1994 return 0;
1995 }
1996 _ACEOF
1997 if ac_fn_c_try_compile "$LINENO"; then :
1998 ac_lo=0 ac_mid=0
1999 while :; do
2000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2001 /* end confdefs.h. */
2002 $4
2003 int
2004 main ()
2005 {
2006 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2007 test_array [0] = 0;
2008 return test_array [0];
2009
2010 ;
2011 return 0;
2012 }
2013 _ACEOF
2014 if ac_fn_c_try_compile "$LINENO"; then :
2015 ac_hi=$ac_mid; break
2016 else
2017 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2018 if test $ac_lo -le $ac_mid; then
2019 ac_lo= ac_hi=
2020 break
2021 fi
2022 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2023 fi
2024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2025 done
2026 else
2027 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2028 /* end confdefs.h. */
2029 $4
2030 int
2031 main ()
2032 {
2033 static int test_array [1 - 2 * !(($2) < 0)];
2034 test_array [0] = 0;
2035 return test_array [0];
2036
2037 ;
2038 return 0;
2039 }
2040 _ACEOF
2041 if ac_fn_c_try_compile "$LINENO"; then :
2042 ac_hi=-1 ac_mid=-1
2043 while :; do
2044 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2045 /* end confdefs.h. */
2046 $4
2047 int
2048 main ()
2049 {
2050 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2051 test_array [0] = 0;
2052 return test_array [0];
2053
2054 ;
2055 return 0;
2056 }
2057 _ACEOF
2058 if ac_fn_c_try_compile "$LINENO"; then :
2059 ac_lo=$ac_mid; break
2060 else
2061 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2062 if test $ac_mid -le $ac_hi; then
2063 ac_lo= ac_hi=
2064 break
2065 fi
2066 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2067 fi
2068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2069 done
2070 else
2071 ac_lo= ac_hi=
2072 fi
2073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2074 fi
2075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2076 # Binary search between lo and hi bounds.
2077 while test "x$ac_lo" != "x$ac_hi"; do
2078 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2080 /* end confdefs.h. */
2081 $4
2082 int
2083 main ()
2084 {
2085 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2086 test_array [0] = 0;
2087 return test_array [0];
2088
2089 ;
2090 return 0;
2091 }
2092 _ACEOF
2093 if ac_fn_c_try_compile "$LINENO"; then :
2094 ac_hi=$ac_mid
2095 else
2096 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2097 fi
2098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2099 done
2100 case $ac_lo in #((
2101 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2102 '') ac_retval=1 ;;
2103 esac
2104 else
2105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2106 /* end confdefs.h. */
2107 $4
2108 static long int longval () { return $2; }
2109 static unsigned long int ulongval () { return $2; }
2110 #include <stdio.h>
2111 #include <stdlib.h>
2112 int
2113 main ()
2114 {
2115
2116 FILE *f = fopen ("conftest.val", "w");
2117 if (! f)
2118 return 1;
2119 if (($2) < 0)
2120 {
2121 long int i = longval ();
2122 if (i != ($2))
2123 return 1;
2124 fprintf (f, "%ld", i);
2125 }
2126 else
2127 {
2128 unsigned long int i = ulongval ();
2129 if (i != ($2))
2130 return 1;
2131 fprintf (f, "%lu", i);
2132 }
2133 /* Do not output a trailing newline, as this causes \r\n confusion
2134 on some platforms. */
2135 return ferror (f) || fclose (f) != 0;
2136
2137 ;
2138 return 0;
2139 }
2140 _ACEOF
2141 if ac_fn_c_try_run "$LINENO"; then :
2142 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2143 else
2144 ac_retval=1
2145 fi
2146 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2147 conftest.$ac_objext conftest.beam conftest.$ac_ext
2148 rm -f conftest.val
2149
2150 fi
2151 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2152 as_fn_set_status $ac_retval
2153
2154 } # ac_fn_c_compute_int
2155
2156 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2157 # ----------------------------------------------------
2158 # Tries to find if the field MEMBER exists in type AGGR, after including
2159 # INCLUDES, setting cache variable VAR accordingly.
2160 ac_fn_c_check_member ()
2161 {
2162 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2164 $as_echo_n "checking for $2.$3... " >&6; }
2165 if eval \${$4+:} false; then :
2166 $as_echo_n "(cached) " >&6
2167 else
2168 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2169 /* end confdefs.h. */
2170 $5
2171 int
2172 main ()
2173 {
2174 static $2 ac_aggr;
2175 if (ac_aggr.$3)
2176 return 0;
2177 ;
2178 return 0;
2179 }
2180 _ACEOF
2181 if ac_fn_c_try_compile "$LINENO"; then :
2182 eval "$4=yes"
2183 else
2184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2185 /* end confdefs.h. */
2186 $5
2187 int
2188 main ()
2189 {
2190 static $2 ac_aggr;
2191 if (sizeof ac_aggr.$3)
2192 return 0;
2193 ;
2194 return 0;
2195 }
2196 _ACEOF
2197 if ac_fn_c_try_compile "$LINENO"; then :
2198 eval "$4=yes"
2199 else
2200 eval "$4=no"
2201 fi
2202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2203 fi
2204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2205 fi
2206 eval ac_res=\$$4
2207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2208 $as_echo "$ac_res" >&6; }
2209 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2210
2211 } # ac_fn_c_check_member
2212
2213 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2214 # ---------------------------------------------
2215 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2216 # accordingly.
2217 ac_fn_c_check_decl ()
2218 {
2219 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2220 as_decl_name=`echo $2|sed 's/ *(.*//'`
2221 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2223 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2224 if eval \${$3+:} false; then :
2225 $as_echo_n "(cached) " >&6
2226 else
2227 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2228 /* end confdefs.h. */
2229 $4
2230 int
2231 main ()
2232 {
2233 #ifndef $as_decl_name
2234 #ifdef __cplusplus
2235 (void) $as_decl_use;
2236 #else
2237 (void) $as_decl_name;
2238 #endif
2239 #endif
2240
2241 ;
2242 return 0;
2243 }
2244 _ACEOF
2245 if ac_fn_c_try_compile "$LINENO"; then :
2246 eval "$3=yes"
2247 else
2248 eval "$3=no"
2249 fi
2250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2251 fi
2252 eval ac_res=\$$3
2253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2254 $as_echo "$ac_res" >&6; }
2255 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2256
2257 } # ac_fn_c_check_decl
2258 cat >config.log <<_ACEOF
2259 This file contains any messages produced by compilers while
2260 running configure, to aid debugging if configure makes a mistake.
2261
2262 It was created by binutils $as_me 2.37.50, which was
2263 generated by GNU Autoconf 2.69. Invocation command line was
2264
2265 $ $0 $@
2266
2267 _ACEOF
2268 exec 5>>config.log
2269 {
2270 cat <<_ASUNAME
2271 ## --------- ##
2272 ## Platform. ##
2273 ## --------- ##
2274
2275 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2276 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2277 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2278 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2279 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2280
2281 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2282 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2283
2284 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2285 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2286 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2287 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2288 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2289 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2290 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2291
2292 _ASUNAME
2293
2294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2295 for as_dir in $PATH
2296 do
2297 IFS=$as_save_IFS
2298 test -z "$as_dir" && as_dir=.
2299 $as_echo "PATH: $as_dir"
2300 done
2301 IFS=$as_save_IFS
2302
2303 } >&5
2304
2305 cat >&5 <<_ACEOF
2306
2307
2308 ## ----------- ##
2309 ## Core tests. ##
2310 ## ----------- ##
2311
2312 _ACEOF
2313
2314
2315 # Keep a trace of the command line.
2316 # Strip out --no-create and --no-recursion so they do not pile up.
2317 # Strip out --silent because we don't want to record it for future runs.
2318 # Also quote any args containing shell meta-characters.
2319 # Make two passes to allow for proper duplicate-argument suppression.
2320 ac_configure_args=
2321 ac_configure_args0=
2322 ac_configure_args1=
2323 ac_must_keep_next=false
2324 for ac_pass in 1 2
2325 do
2326 for ac_arg
2327 do
2328 case $ac_arg in
2329 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2330 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2331 | -silent | --silent | --silen | --sile | --sil)
2332 continue ;;
2333 *\'*)
2334 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2335 esac
2336 case $ac_pass in
2337 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2338 2)
2339 as_fn_append ac_configure_args1 " '$ac_arg'"
2340 if test $ac_must_keep_next = true; then
2341 ac_must_keep_next=false # Got value, back to normal.
2342 else
2343 case $ac_arg in
2344 *=* | --config-cache | -C | -disable-* | --disable-* \
2345 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2346 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2347 | -with-* | --with-* | -without-* | --without-* | --x)
2348 case "$ac_configure_args0 " in
2349 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2350 esac
2351 ;;
2352 -* ) ac_must_keep_next=true ;;
2353 esac
2354 fi
2355 as_fn_append ac_configure_args " '$ac_arg'"
2356 ;;
2357 esac
2358 done
2359 done
2360 { ac_configure_args0=; unset ac_configure_args0;}
2361 { ac_configure_args1=; unset ac_configure_args1;}
2362
2363 # When interrupted or exit'd, cleanup temporary files, and complete
2364 # config.log. We remove comments because anyway the quotes in there
2365 # would cause problems or look ugly.
2366 # WARNING: Use '\'' to represent an apostrophe within the trap.
2367 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2368 trap 'exit_status=$?
2369 # Save into config.log some information that might help in debugging.
2370 {
2371 echo
2372
2373 $as_echo "## ---------------- ##
2374 ## Cache variables. ##
2375 ## ---------------- ##"
2376 echo
2377 # The following way of writing the cache mishandles newlines in values,
2378 (
2379 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2380 eval ac_val=\$$ac_var
2381 case $ac_val in #(
2382 *${as_nl}*)
2383 case $ac_var in #(
2384 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2385 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2386 esac
2387 case $ac_var in #(
2388 _ | IFS | as_nl) ;; #(
2389 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2390 *) { eval $ac_var=; unset $ac_var;} ;;
2391 esac ;;
2392 esac
2393 done
2394 (set) 2>&1 |
2395 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2396 *${as_nl}ac_space=\ *)
2397 sed -n \
2398 "s/'\''/'\''\\\\'\'''\''/g;
2399 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2400 ;; #(
2401 *)
2402 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2403 ;;
2404 esac |
2405 sort
2406 )
2407 echo
2408
2409 $as_echo "## ----------------- ##
2410 ## Output variables. ##
2411 ## ----------------- ##"
2412 echo
2413 for ac_var in $ac_subst_vars
2414 do
2415 eval ac_val=\$$ac_var
2416 case $ac_val in
2417 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2418 esac
2419 $as_echo "$ac_var='\''$ac_val'\''"
2420 done | sort
2421 echo
2422
2423 if test -n "$ac_subst_files"; then
2424 $as_echo "## ------------------- ##
2425 ## File substitutions. ##
2426 ## ------------------- ##"
2427 echo
2428 for ac_var in $ac_subst_files
2429 do
2430 eval ac_val=\$$ac_var
2431 case $ac_val in
2432 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2433 esac
2434 $as_echo "$ac_var='\''$ac_val'\''"
2435 done | sort
2436 echo
2437 fi
2438
2439 if test -s confdefs.h; then
2440 $as_echo "## ----------- ##
2441 ## confdefs.h. ##
2442 ## ----------- ##"
2443 echo
2444 cat confdefs.h
2445 echo
2446 fi
2447 test "$ac_signal" != 0 &&
2448 $as_echo "$as_me: caught signal $ac_signal"
2449 $as_echo "$as_me: exit $exit_status"
2450 } >&5
2451 rm -f core *.core core.conftest.* &&
2452 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2453 exit $exit_status
2454 ' 0
2455 for ac_signal in 1 2 13 15; do
2456 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2457 done
2458 ac_signal=0
2459
2460 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2461 rm -f -r conftest* confdefs.h
2462
2463 $as_echo "/* confdefs.h */" > confdefs.h
2464
2465 # Predefined preprocessor variables.
2466
2467 cat >>confdefs.h <<_ACEOF
2468 #define PACKAGE_NAME "$PACKAGE_NAME"
2469 _ACEOF
2470
2471 cat >>confdefs.h <<_ACEOF
2472 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2473 _ACEOF
2474
2475 cat >>confdefs.h <<_ACEOF
2476 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2477 _ACEOF
2478
2479 cat >>confdefs.h <<_ACEOF
2480 #define PACKAGE_STRING "$PACKAGE_STRING"
2481 _ACEOF
2482
2483 cat >>confdefs.h <<_ACEOF
2484 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2485 _ACEOF
2486
2487 cat >>confdefs.h <<_ACEOF
2488 #define PACKAGE_URL "$PACKAGE_URL"
2489 _ACEOF
2490
2491
2492 # Let the site file select an alternate cache file if it wants to.
2493 # Prefer an explicitly selected file to automatically selected ones.
2494 ac_site_file1=NONE
2495 ac_site_file2=NONE
2496 if test -n "$CONFIG_SITE"; then
2497 # We do not want a PATH search for config.site.
2498 case $CONFIG_SITE in #((
2499 -*) ac_site_file1=./$CONFIG_SITE;;
2500 */*) ac_site_file1=$CONFIG_SITE;;
2501 *) ac_site_file1=./$CONFIG_SITE;;
2502 esac
2503 elif test "x$prefix" != xNONE; then
2504 ac_site_file1=$prefix/share/config.site
2505 ac_site_file2=$prefix/etc/config.site
2506 else
2507 ac_site_file1=$ac_default_prefix/share/config.site
2508 ac_site_file2=$ac_default_prefix/etc/config.site
2509 fi
2510 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2511 do
2512 test "x$ac_site_file" = xNONE && continue
2513 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2514 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2515 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2516 sed 's/^/| /' "$ac_site_file" >&5
2517 . "$ac_site_file" \
2518 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2519 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2520 as_fn_error $? "failed to load site script $ac_site_file
2521 See \`config.log' for more details" "$LINENO" 5; }
2522 fi
2523 done
2524
2525 if test -r "$cache_file"; then
2526 # Some versions of bash will fail to source /dev/null (special files
2527 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2528 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2530 $as_echo "$as_me: loading cache $cache_file" >&6;}
2531 case $cache_file in
2532 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2533 *) . "./$cache_file";;
2534 esac
2535 fi
2536 else
2537 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2538 $as_echo "$as_me: creating cache $cache_file" >&6;}
2539 >$cache_file
2540 fi
2541
2542 as_fn_append ac_header_list " stdlib.h"
2543 as_fn_append ac_header_list " unistd.h"
2544 as_fn_append ac_header_list " sys/param.h"
2545 # Check that the precious variables saved in the cache have kept the same
2546 # value.
2547 ac_cache_corrupted=false
2548 for ac_var in $ac_precious_vars; do
2549 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2550 eval ac_new_set=\$ac_env_${ac_var}_set
2551 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2552 eval ac_new_val=\$ac_env_${ac_var}_value
2553 case $ac_old_set,$ac_new_set in
2554 set,)
2555 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2556 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2557 ac_cache_corrupted=: ;;
2558 ,set)
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2560 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2561 ac_cache_corrupted=: ;;
2562 ,);;
2563 *)
2564 if test "x$ac_old_val" != "x$ac_new_val"; then
2565 # differences in whitespace do not lead to failure.
2566 ac_old_val_w=`echo x $ac_old_val`
2567 ac_new_val_w=`echo x $ac_new_val`
2568 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2570 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2571 ac_cache_corrupted=:
2572 else
2573 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2574 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2575 eval $ac_var=\$ac_old_val
2576 fi
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2578 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2580 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2581 fi;;
2582 esac
2583 # Pass precious variables to config.status.
2584 if test "$ac_new_set" = set; then
2585 case $ac_new_val in
2586 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2587 *) ac_arg=$ac_var=$ac_new_val ;;
2588 esac
2589 case " $ac_configure_args " in
2590 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2591 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2592 esac
2593 fi
2594 done
2595 if $ac_cache_corrupted; then
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2597 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2599 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2600 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2601 fi
2602 ## -------------------- ##
2603 ## Main body of script. ##
2604 ## -------------------- ##
2605
2606 ac_ext=c
2607 ac_cpp='$CPP $CPPFLAGS'
2608 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2609 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2610 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2611
2612
2613
2614
2615
2616
2617
2618 ac_aux_dir=
2619 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2620 if test -f "$ac_dir/install-sh"; then
2621 ac_aux_dir=$ac_dir
2622 ac_install_sh="$ac_aux_dir/install-sh -c"
2623 break
2624 elif test -f "$ac_dir/install.sh"; then
2625 ac_aux_dir=$ac_dir
2626 ac_install_sh="$ac_aux_dir/install.sh -c"
2627 break
2628 elif test -f "$ac_dir/shtool"; then
2629 ac_aux_dir=$ac_dir
2630 ac_install_sh="$ac_aux_dir/shtool install -c"
2631 break
2632 fi
2633 done
2634 if test -z "$ac_aux_dir"; then
2635 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2636 fi
2637
2638 # These three variables are undocumented and unsupported,
2639 # and are intended to be withdrawn in a future Autoconf release.
2640 # They can cause serious problems if a builder's source tree is in a directory
2641 # whose full name contains unusual characters.
2642 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2643 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2644 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2645
2646
2647 # Make sure we can run config.sub.
2648 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2649 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2650
2651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2652 $as_echo_n "checking build system type... " >&6; }
2653 if ${ac_cv_build+:} false; then :
2654 $as_echo_n "(cached) " >&6
2655 else
2656 ac_build_alias=$build_alias
2657 test "x$ac_build_alias" = x &&
2658 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2659 test "x$ac_build_alias" = x &&
2660 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2661 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2662 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2663
2664 fi
2665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2666 $as_echo "$ac_cv_build" >&6; }
2667 case $ac_cv_build in
2668 *-*-*) ;;
2669 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2670 esac
2671 build=$ac_cv_build
2672 ac_save_IFS=$IFS; IFS='-'
2673 set x $ac_cv_build
2674 shift
2675 build_cpu=$1
2676 build_vendor=$2
2677 shift; shift
2678 # Remember, the first character of IFS is used to create $*,
2679 # except with old shells:
2680 build_os=$*
2681 IFS=$ac_save_IFS
2682 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2683
2684
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2686 $as_echo_n "checking host system type... " >&6; }
2687 if ${ac_cv_host+:} false; then :
2688 $as_echo_n "(cached) " >&6
2689 else
2690 if test "x$host_alias" = x; then
2691 ac_cv_host=$ac_cv_build
2692 else
2693 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2694 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2695 fi
2696
2697 fi
2698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2699 $as_echo "$ac_cv_host" >&6; }
2700 case $ac_cv_host in
2701 *-*-*) ;;
2702 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2703 esac
2704 host=$ac_cv_host
2705 ac_save_IFS=$IFS; IFS='-'
2706 set x $ac_cv_host
2707 shift
2708 host_cpu=$1
2709 host_vendor=$2
2710 shift; shift
2711 # Remember, the first character of IFS is used to create $*,
2712 # except with old shells:
2713 host_os=$*
2714 IFS=$ac_save_IFS
2715 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2716
2717
2718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2719 $as_echo_n "checking target system type... " >&6; }
2720 if ${ac_cv_target+:} false; then :
2721 $as_echo_n "(cached) " >&6
2722 else
2723 if test "x$target_alias" = x; then
2724 ac_cv_target=$ac_cv_host
2725 else
2726 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2727 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2728 fi
2729
2730 fi
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2732 $as_echo "$ac_cv_target" >&6; }
2733 case $ac_cv_target in
2734 *-*-*) ;;
2735 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2736 esac
2737 target=$ac_cv_target
2738 ac_save_IFS=$IFS; IFS='-'
2739 set x $ac_cv_target
2740 shift
2741 target_cpu=$1
2742 target_vendor=$2
2743 shift; shift
2744 # Remember, the first character of IFS is used to create $*,
2745 # except with old shells:
2746 target_os=$*
2747 IFS=$ac_save_IFS
2748 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2749
2750
2751 # The aliases save the names the user supplied, while $host etc.
2752 # will get canonicalized.
2753 test -n "$target_alias" &&
2754 test "$program_prefix$program_suffix$program_transform_name" = \
2755 NONENONEs,x,x, &&
2756 program_prefix=${target_alias}-
2757
2758 am__api_version='1.15'
2759
2760 # Find a good install program. We prefer a C program (faster),
2761 # so one script is as good as another. But avoid the broken or
2762 # incompatible versions:
2763 # SysV /etc/install, /usr/sbin/install
2764 # SunOS /usr/etc/install
2765 # IRIX /sbin/install
2766 # AIX /bin/install
2767 # AmigaOS /C/install, which installs bootblocks on floppy discs
2768 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2769 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2770 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2771 # OS/2's system install, which has a completely different semantic
2772 # ./install, which can be erroneously created by make from ./install.sh.
2773 # Reject install programs that cannot install multiple files.
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2775 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2776 if test -z "$INSTALL"; then
2777 if ${ac_cv_path_install+:} false; then :
2778 $as_echo_n "(cached) " >&6
2779 else
2780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2781 for as_dir in $PATH
2782 do
2783 IFS=$as_save_IFS
2784 test -z "$as_dir" && as_dir=.
2785 # Account for people who put trailing slashes in PATH elements.
2786 case $as_dir/ in #((
2787 ./ | .// | /[cC]/* | \
2788 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2789 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2790 /usr/ucb/* ) ;;
2791 *)
2792 # OSF1 and SCO ODT 3.0 have their own names for install.
2793 # Don't use installbsd from OSF since it installs stuff as root
2794 # by default.
2795 for ac_prog in ginstall scoinst install; do
2796 for ac_exec_ext in '' $ac_executable_extensions; do
2797 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2798 if test $ac_prog = install &&
2799 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2800 # AIX install. It has an incompatible calling convention.
2801 :
2802 elif test $ac_prog = install &&
2803 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2804 # program-specific install script used by HP pwplus--don't use.
2805 :
2806 else
2807 rm -rf conftest.one conftest.two conftest.dir
2808 echo one > conftest.one
2809 echo two > conftest.two
2810 mkdir conftest.dir
2811 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2812 test -s conftest.one && test -s conftest.two &&
2813 test -s conftest.dir/conftest.one &&
2814 test -s conftest.dir/conftest.two
2815 then
2816 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2817 break 3
2818 fi
2819 fi
2820 fi
2821 done
2822 done
2823 ;;
2824 esac
2825
2826 done
2827 IFS=$as_save_IFS
2828
2829 rm -rf conftest.one conftest.two conftest.dir
2830
2831 fi
2832 if test "${ac_cv_path_install+set}" = set; then
2833 INSTALL=$ac_cv_path_install
2834 else
2835 # As a last resort, use the slow shell script. Don't cache a
2836 # value for INSTALL within a source directory, because that will
2837 # break other packages using the cache if that directory is
2838 # removed, or if the value is a relative name.
2839 INSTALL=$ac_install_sh
2840 fi
2841 fi
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2843 $as_echo "$INSTALL" >&6; }
2844
2845 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2846 # It thinks the first close brace ends the variable substitution.
2847 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2848
2849 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2850
2851 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2852
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2854 $as_echo_n "checking whether build environment is sane... " >&6; }
2855 # Reject unsafe characters in $srcdir or the absolute working directory
2856 # name. Accept space and tab only in the latter.
2857 am_lf='
2858 '
2859 case `pwd` in
2860 *[\\\"\#\$\&\'\`$am_lf]*)
2861 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2862 esac
2863 case $srcdir in
2864 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2865 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2866 esac
2867
2868 # Do 'set' in a subshell so we don't clobber the current shell's
2869 # arguments. Must try -L first in case configure is actually a
2870 # symlink; some systems play weird games with the mod time of symlinks
2871 # (eg FreeBSD returns the mod time of the symlink's containing
2872 # directory).
2873 if (
2874 am_has_slept=no
2875 for am_try in 1 2; do
2876 echo "timestamp, slept: $am_has_slept" > conftest.file
2877 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2878 if test "$*" = "X"; then
2879 # -L didn't work.
2880 set X `ls -t "$srcdir/configure" conftest.file`
2881 fi
2882 if test "$*" != "X $srcdir/configure conftest.file" \
2883 && test "$*" != "X conftest.file $srcdir/configure"; then
2884
2885 # If neither matched, then we have a broken ls. This can happen
2886 # if, for instance, CONFIG_SHELL is bash and it inherits a
2887 # broken ls alias from the environment. This has actually
2888 # happened. Such a system could not be considered "sane".
2889 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2890 alias in your environment" "$LINENO" 5
2891 fi
2892 if test "$2" = conftest.file || test $am_try -eq 2; then
2893 break
2894 fi
2895 # Just in case.
2896 sleep 1
2897 am_has_slept=yes
2898 done
2899 test "$2" = conftest.file
2900 )
2901 then
2902 # Ok.
2903 :
2904 else
2905 as_fn_error $? "newly created file is older than distributed files!
2906 Check your system clock" "$LINENO" 5
2907 fi
2908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2909 $as_echo "yes" >&6; }
2910 # If we didn't sleep, we still need to ensure time stamps of config.status and
2911 # generated files are strictly newer.
2912 am_sleep_pid=
2913 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2914 ( sleep 1 ) &
2915 am_sleep_pid=$!
2916 fi
2917
2918 rm -f conftest.file
2919
2920 test "$program_prefix" != NONE &&
2921 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2922 # Use a double $ so make ignores it.
2923 test "$program_suffix" != NONE &&
2924 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2925 # Double any \ or $.
2926 # By default was `s,x,x', remove it if useless.
2927 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2928 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2929
2930 # Expand $ac_aux_dir to an absolute path.
2931 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2932
2933 if test x"${MISSING+set}" != xset; then
2934 case $am_aux_dir in
2935 *\ * | *\ *)
2936 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2937 *)
2938 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2939 esac
2940 fi
2941 # Use eval to expand $SHELL
2942 if eval "$MISSING --is-lightweight"; then
2943 am_missing_run="$MISSING "
2944 else
2945 am_missing_run=
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2947 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2948 fi
2949
2950 if test x"${install_sh+set}" != xset; then
2951 case $am_aux_dir in
2952 *\ * | *\ *)
2953 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2954 *)
2955 install_sh="\${SHELL} $am_aux_dir/install-sh"
2956 esac
2957 fi
2958
2959 # Installed binaries are usually stripped using 'strip' when the user
2960 # run "make install-strip". However 'strip' might not be the right
2961 # tool to use in cross-compilation environments, therefore Automake
2962 # will honor the 'STRIP' environment variable to overrule this program.
2963 if test "$cross_compiling" != no; then
2964 if test -n "$ac_tool_prefix"; then
2965 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2966 set dummy ${ac_tool_prefix}strip; ac_word=$2
2967 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2968 $as_echo_n "checking for $ac_word... " >&6; }
2969 if ${ac_cv_prog_STRIP+:} false; then :
2970 $as_echo_n "(cached) " >&6
2971 else
2972 if test -n "$STRIP"; then
2973 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2974 else
2975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2976 for as_dir in $PATH
2977 do
2978 IFS=$as_save_IFS
2979 test -z "$as_dir" && as_dir=.
2980 for ac_exec_ext in '' $ac_executable_extensions; do
2981 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2982 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2983 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2984 break 2
2985 fi
2986 done
2987 done
2988 IFS=$as_save_IFS
2989
2990 fi
2991 fi
2992 STRIP=$ac_cv_prog_STRIP
2993 if test -n "$STRIP"; then
2994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2995 $as_echo "$STRIP" >&6; }
2996 else
2997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2998 $as_echo "no" >&6; }
2999 fi
3000
3001
3002 fi
3003 if test -z "$ac_cv_prog_STRIP"; then
3004 ac_ct_STRIP=$STRIP
3005 # Extract the first word of "strip", so it can be a program name with args.
3006 set dummy strip; ac_word=$2
3007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3008 $as_echo_n "checking for $ac_word... " >&6; }
3009 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3010 $as_echo_n "(cached) " >&6
3011 else
3012 if test -n "$ac_ct_STRIP"; then
3013 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3014 else
3015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3016 for as_dir in $PATH
3017 do
3018 IFS=$as_save_IFS
3019 test -z "$as_dir" && as_dir=.
3020 for ac_exec_ext in '' $ac_executable_extensions; do
3021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3022 ac_cv_prog_ac_ct_STRIP="strip"
3023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3024 break 2
3025 fi
3026 done
3027 done
3028 IFS=$as_save_IFS
3029
3030 fi
3031 fi
3032 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3033 if test -n "$ac_ct_STRIP"; then
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3035 $as_echo "$ac_ct_STRIP" >&6; }
3036 else
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3038 $as_echo "no" >&6; }
3039 fi
3040
3041 if test "x$ac_ct_STRIP" = x; then
3042 STRIP=":"
3043 else
3044 case $cross_compiling:$ac_tool_warned in
3045 yes:)
3046 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3047 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3048 ac_tool_warned=yes ;;
3049 esac
3050 STRIP=$ac_ct_STRIP
3051 fi
3052 else
3053 STRIP="$ac_cv_prog_STRIP"
3054 fi
3055
3056 fi
3057 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3058
3059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3060 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3061 if test -z "$MKDIR_P"; then
3062 if ${ac_cv_path_mkdir+:} false; then :
3063 $as_echo_n "(cached) " >&6
3064 else
3065 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3066 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3067 do
3068 IFS=$as_save_IFS
3069 test -z "$as_dir" && as_dir=.
3070 for ac_prog in mkdir gmkdir; do
3071 for ac_exec_ext in '' $ac_executable_extensions; do
3072 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3073 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3074 'mkdir (GNU coreutils) '* | \
3075 'mkdir (coreutils) '* | \
3076 'mkdir (fileutils) '4.1*)
3077 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3078 break 3;;
3079 esac
3080 done
3081 done
3082 done
3083 IFS=$as_save_IFS
3084
3085 fi
3086
3087 test -d ./--version && rmdir ./--version
3088 if test "${ac_cv_path_mkdir+set}" = set; then
3089 MKDIR_P="$ac_cv_path_mkdir -p"
3090 else
3091 # As a last resort, use the slow shell script. Don't cache a
3092 # value for MKDIR_P within a source directory, because that will
3093 # break other packages using the cache if that directory is
3094 # removed, or if the value is a relative name.
3095 MKDIR_P="$ac_install_sh -d"
3096 fi
3097 fi
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3099 $as_echo "$MKDIR_P" >&6; }
3100
3101 for ac_prog in gawk mawk nawk awk
3102 do
3103 # Extract the first word of "$ac_prog", so it can be a program name with args.
3104 set dummy $ac_prog; ac_word=$2
3105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3106 $as_echo_n "checking for $ac_word... " >&6; }
3107 if ${ac_cv_prog_AWK+:} false; then :
3108 $as_echo_n "(cached) " >&6
3109 else
3110 if test -n "$AWK"; then
3111 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3112 else
3113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3114 for as_dir in $PATH
3115 do
3116 IFS=$as_save_IFS
3117 test -z "$as_dir" && as_dir=.
3118 for ac_exec_ext in '' $ac_executable_extensions; do
3119 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3120 ac_cv_prog_AWK="$ac_prog"
3121 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3122 break 2
3123 fi
3124 done
3125 done
3126 IFS=$as_save_IFS
3127
3128 fi
3129 fi
3130 AWK=$ac_cv_prog_AWK
3131 if test -n "$AWK"; then
3132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3133 $as_echo "$AWK" >&6; }
3134 else
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3136 $as_echo "no" >&6; }
3137 fi
3138
3139
3140 test -n "$AWK" && break
3141 done
3142
3143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3144 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3145 set x ${MAKE-make}
3146 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3147 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3148 $as_echo_n "(cached) " >&6
3149 else
3150 cat >conftest.make <<\_ACEOF
3151 SHELL = /bin/sh
3152 all:
3153 @echo '@@@%%%=$(MAKE)=@@@%%%'
3154 _ACEOF
3155 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3156 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3157 *@@@%%%=?*=@@@%%%*)
3158 eval ac_cv_prog_make_${ac_make}_set=yes;;
3159 *)
3160 eval ac_cv_prog_make_${ac_make}_set=no;;
3161 esac
3162 rm -f conftest.make
3163 fi
3164 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3166 $as_echo "yes" >&6; }
3167 SET_MAKE=
3168 else
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3170 $as_echo "no" >&6; }
3171 SET_MAKE="MAKE=${MAKE-make}"
3172 fi
3173
3174 rm -rf .tst 2>/dev/null
3175 mkdir .tst 2>/dev/null
3176 if test -d .tst; then
3177 am__leading_dot=.
3178 else
3179 am__leading_dot=_
3180 fi
3181 rmdir .tst 2>/dev/null
3182
3183 # Check whether --enable-silent-rules was given.
3184 if test "${enable_silent_rules+set}" = set; then :
3185 enableval=$enable_silent_rules;
3186 fi
3187
3188 case $enable_silent_rules in # (((
3189 yes) AM_DEFAULT_VERBOSITY=0;;
3190 no) AM_DEFAULT_VERBOSITY=1;;
3191 *) AM_DEFAULT_VERBOSITY=1;;
3192 esac
3193 am_make=${MAKE-make}
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3195 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3196 if ${am_cv_make_support_nested_variables+:} false; then :
3197 $as_echo_n "(cached) " >&6
3198 else
3199 if $as_echo 'TRUE=$(BAR$(V))
3200 BAR0=false
3201 BAR1=true
3202 V=1
3203 am__doit:
3204 @$(TRUE)
3205 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3206 am_cv_make_support_nested_variables=yes
3207 else
3208 am_cv_make_support_nested_variables=no
3209 fi
3210 fi
3211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3212 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3213 if test $am_cv_make_support_nested_variables = yes; then
3214 AM_V='$(V)'
3215 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3216 else
3217 AM_V=$AM_DEFAULT_VERBOSITY
3218 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3219 fi
3220 AM_BACKSLASH='\'
3221
3222 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3223 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3224 # is not polluted with repeated "-I."
3225 am__isrc=' -I$(srcdir)'
3226 # test to see if srcdir already configured
3227 if test -f $srcdir/config.status; then
3228 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3229 fi
3230 fi
3231
3232 # test whether we have cygpath
3233 if test -z "$CYGPATH_W"; then
3234 if (cygpath --version) >/dev/null 2>/dev/null; then
3235 CYGPATH_W='cygpath -w'
3236 else
3237 CYGPATH_W=echo
3238 fi
3239 fi
3240
3241
3242 # Define the identity of the package.
3243 PACKAGE='binutils'
3244 VERSION='2.37.50'
3245
3246
3247 cat >>confdefs.h <<_ACEOF
3248 #define PACKAGE "$PACKAGE"
3249 _ACEOF
3250
3251
3252 cat >>confdefs.h <<_ACEOF
3253 #define VERSION "$VERSION"
3254 _ACEOF
3255
3256 # Some tools Automake needs.
3257
3258 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3259
3260
3261 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3262
3263
3264 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3265
3266
3267 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3268
3269
3270 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3271
3272 # For better backward compatibility. To be removed once Automake 1.9.x
3273 # dies out for good. For more background, see:
3274 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3275 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3276 mkdir_p='$(MKDIR_P)'
3277
3278 # We need awk for the "check" target (and possibly the TAP driver). The
3279 # system "awk" is bad on some platforms.
3280 # Always define AMTAR for backward compatibility. Yes, it's still used
3281 # in the wild :-( We should find a proper way to deprecate it ...
3282 AMTAR='$${TAR-tar}'
3283
3284
3285 # We'll loop over all known methods to create a tar archive until one works.
3286 _am_tools='gnutar pax cpio none'
3287
3288 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3289
3290
3291
3292
3293
3294
3295 # POSIX will say in a future version that running "rm -f" with no argument
3296 # is OK; and we want to be able to make that assumption in our Makefile
3297 # recipes. So use an aggressive probe to check that the usage we want is
3298 # actually supported "in the wild" to an acceptable degree.
3299 # See automake bug#10828.
3300 # To make any issue more visible, cause the running configure to be aborted
3301 # by default if the 'rm' program in use doesn't match our expectations; the
3302 # user can still override this though.
3303 if rm -f && rm -fr && rm -rf; then : OK; else
3304 cat >&2 <<'END'
3305 Oops!
3306
3307 Your 'rm' program seems unable to run without file operands specified
3308 on the command line, even when the '-f' option is present. This is contrary
3309 to the behaviour of most rm programs out there, and not conforming with
3310 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3311
3312 Please tell bug-automake@gnu.org about your system, including the value
3313 of your $PATH and any error possibly output before this message. This
3314 can help us improve future automake versions.
3315
3316 END
3317 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3318 echo 'Configuration will proceed anyway, since you have set the' >&2
3319 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3320 echo >&2
3321 else
3322 cat >&2 <<'END'
3323 Aborting the configuration process, to ensure you take notice of the issue.
3324
3325 You can download and install GNU coreutils to get an 'rm' implementation
3326 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3327
3328 If you want to complete the configuration process using your problematic
3329 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3330 to "yes", and re-run configure.
3331
3332 END
3333 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3334 fi
3335 fi
3336
3337
3338 ac_ext=c
3339 ac_cpp='$CPP $CPPFLAGS'
3340 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3341 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3342 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 if test -n "$ac_tool_prefix"; then
3344 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3345 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3347 $as_echo_n "checking for $ac_word... " >&6; }
3348 if ${ac_cv_prog_CC+:} false; then :
3349 $as_echo_n "(cached) " >&6
3350 else
3351 if test -n "$CC"; then
3352 ac_cv_prog_CC="$CC" # Let the user override the test.
3353 else
3354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3355 for as_dir in $PATH
3356 do
3357 IFS=$as_save_IFS
3358 test -z "$as_dir" && as_dir=.
3359 for ac_exec_ext in '' $ac_executable_extensions; do
3360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3361 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3363 break 2
3364 fi
3365 done
3366 done
3367 IFS=$as_save_IFS
3368
3369 fi
3370 fi
3371 CC=$ac_cv_prog_CC
3372 if test -n "$CC"; then
3373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3374 $as_echo "$CC" >&6; }
3375 else
3376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3377 $as_echo "no" >&6; }
3378 fi
3379
3380
3381 fi
3382 if test -z "$ac_cv_prog_CC"; then
3383 ac_ct_CC=$CC
3384 # Extract the first word of "gcc", so it can be a program name with args.
3385 set dummy gcc; ac_word=$2
3386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3387 $as_echo_n "checking for $ac_word... " >&6; }
3388 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3389 $as_echo_n "(cached) " >&6
3390 else
3391 if test -n "$ac_ct_CC"; then
3392 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3393 else
3394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3395 for as_dir in $PATH
3396 do
3397 IFS=$as_save_IFS
3398 test -z "$as_dir" && as_dir=.
3399 for ac_exec_ext in '' $ac_executable_extensions; do
3400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3401 ac_cv_prog_ac_ct_CC="gcc"
3402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3403 break 2
3404 fi
3405 done
3406 done
3407 IFS=$as_save_IFS
3408
3409 fi
3410 fi
3411 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3412 if test -n "$ac_ct_CC"; then
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3414 $as_echo "$ac_ct_CC" >&6; }
3415 else
3416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3417 $as_echo "no" >&6; }
3418 fi
3419
3420 if test "x$ac_ct_CC" = x; then
3421 CC=""
3422 else
3423 case $cross_compiling:$ac_tool_warned in
3424 yes:)
3425 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3426 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3427 ac_tool_warned=yes ;;
3428 esac
3429 CC=$ac_ct_CC
3430 fi
3431 else
3432 CC="$ac_cv_prog_CC"
3433 fi
3434
3435 if test -z "$CC"; then
3436 if test -n "$ac_tool_prefix"; then
3437 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3438 set dummy ${ac_tool_prefix}cc; ac_word=$2
3439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3440 $as_echo_n "checking for $ac_word... " >&6; }
3441 if ${ac_cv_prog_CC+:} false; then :
3442 $as_echo_n "(cached) " >&6
3443 else
3444 if test -n "$CC"; then
3445 ac_cv_prog_CC="$CC" # Let the user override the test.
3446 else
3447 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3448 for as_dir in $PATH
3449 do
3450 IFS=$as_save_IFS
3451 test -z "$as_dir" && as_dir=.
3452 for ac_exec_ext in '' $ac_executable_extensions; do
3453 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3454 ac_cv_prog_CC="${ac_tool_prefix}cc"
3455 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3456 break 2
3457 fi
3458 done
3459 done
3460 IFS=$as_save_IFS
3461
3462 fi
3463 fi
3464 CC=$ac_cv_prog_CC
3465 if test -n "$CC"; then
3466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3467 $as_echo "$CC" >&6; }
3468 else
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3470 $as_echo "no" >&6; }
3471 fi
3472
3473
3474 fi
3475 fi
3476 if test -z "$CC"; then
3477 # Extract the first word of "cc", so it can be a program name with args.
3478 set dummy cc; ac_word=$2
3479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3480 $as_echo_n "checking for $ac_word... " >&6; }
3481 if ${ac_cv_prog_CC+:} false; then :
3482 $as_echo_n "(cached) " >&6
3483 else
3484 if test -n "$CC"; then
3485 ac_cv_prog_CC="$CC" # Let the user override the test.
3486 else
3487 ac_prog_rejected=no
3488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3489 for as_dir in $PATH
3490 do
3491 IFS=$as_save_IFS
3492 test -z "$as_dir" && as_dir=.
3493 for ac_exec_ext in '' $ac_executable_extensions; do
3494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3495 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3496 ac_prog_rejected=yes
3497 continue
3498 fi
3499 ac_cv_prog_CC="cc"
3500 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3501 break 2
3502 fi
3503 done
3504 done
3505 IFS=$as_save_IFS
3506
3507 if test $ac_prog_rejected = yes; then
3508 # We found a bogon in the path, so make sure we never use it.
3509 set dummy $ac_cv_prog_CC
3510 shift
3511 if test $# != 0; then
3512 # We chose a different compiler from the bogus one.
3513 # However, it has the same basename, so the bogon will be chosen
3514 # first if we set CC to just the basename; use the full file name.
3515 shift
3516 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3517 fi
3518 fi
3519 fi
3520 fi
3521 CC=$ac_cv_prog_CC
3522 if test -n "$CC"; then
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3524 $as_echo "$CC" >&6; }
3525 else
3526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3527 $as_echo "no" >&6; }
3528 fi
3529
3530
3531 fi
3532 if test -z "$CC"; then
3533 if test -n "$ac_tool_prefix"; then
3534 for ac_prog in cl.exe
3535 do
3536 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3537 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3539 $as_echo_n "checking for $ac_word... " >&6; }
3540 if ${ac_cv_prog_CC+:} false; then :
3541 $as_echo_n "(cached) " >&6
3542 else
3543 if test -n "$CC"; then
3544 ac_cv_prog_CC="$CC" # Let the user override the test.
3545 else
3546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3547 for as_dir in $PATH
3548 do
3549 IFS=$as_save_IFS
3550 test -z "$as_dir" && as_dir=.
3551 for ac_exec_ext in '' $ac_executable_extensions; do
3552 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3553 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3554 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3555 break 2
3556 fi
3557 done
3558 done
3559 IFS=$as_save_IFS
3560
3561 fi
3562 fi
3563 CC=$ac_cv_prog_CC
3564 if test -n "$CC"; then
3565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3566 $as_echo "$CC" >&6; }
3567 else
3568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3569 $as_echo "no" >&6; }
3570 fi
3571
3572
3573 test -n "$CC" && break
3574 done
3575 fi
3576 if test -z "$CC"; then
3577 ac_ct_CC=$CC
3578 for ac_prog in cl.exe
3579 do
3580 # Extract the first word of "$ac_prog", so it can be a program name with args.
3581 set dummy $ac_prog; ac_word=$2
3582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3583 $as_echo_n "checking for $ac_word... " >&6; }
3584 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3585 $as_echo_n "(cached) " >&6
3586 else
3587 if test -n "$ac_ct_CC"; then
3588 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3589 else
3590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3591 for as_dir in $PATH
3592 do
3593 IFS=$as_save_IFS
3594 test -z "$as_dir" && as_dir=.
3595 for ac_exec_ext in '' $ac_executable_extensions; do
3596 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3597 ac_cv_prog_ac_ct_CC="$ac_prog"
3598 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3599 break 2
3600 fi
3601 done
3602 done
3603 IFS=$as_save_IFS
3604
3605 fi
3606 fi
3607 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3608 if test -n "$ac_ct_CC"; then
3609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3610 $as_echo "$ac_ct_CC" >&6; }
3611 else
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3613 $as_echo "no" >&6; }
3614 fi
3615
3616
3617 test -n "$ac_ct_CC" && break
3618 done
3619
3620 if test "x$ac_ct_CC" = x; then
3621 CC=""
3622 else
3623 case $cross_compiling:$ac_tool_warned in
3624 yes:)
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3627 ac_tool_warned=yes ;;
3628 esac
3629 CC=$ac_ct_CC
3630 fi
3631 fi
3632
3633 fi
3634
3635
3636 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3637 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3638 as_fn_error $? "no acceptable C compiler found in \$PATH
3639 See \`config.log' for more details" "$LINENO" 5; }
3640
3641 # Provide some information about the compiler.
3642 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3643 set X $ac_compile
3644 ac_compiler=$2
3645 for ac_option in --version -v -V -qversion; do
3646 { { ac_try="$ac_compiler $ac_option >&5"
3647 case "(($ac_try" in
3648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3649 *) ac_try_echo=$ac_try;;
3650 esac
3651 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3652 $as_echo "$ac_try_echo"; } >&5
3653 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3654 ac_status=$?
3655 if test -s conftest.err; then
3656 sed '10a\
3657 ... rest of stderr output deleted ...
3658 10q' conftest.err >conftest.er1
3659 cat conftest.er1 >&5
3660 fi
3661 rm -f conftest.er1 conftest.err
3662 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3663 test $ac_status = 0; }
3664 done
3665
3666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3667 /* end confdefs.h. */
3668
3669 int
3670 main ()
3671 {
3672
3673 ;
3674 return 0;
3675 }
3676 _ACEOF
3677 ac_clean_files_save=$ac_clean_files
3678 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3679 # Try to create an executable without -o first, disregard a.out.
3680 # It will help us diagnose broken compilers, and finding out an intuition
3681 # of exeext.
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3683 $as_echo_n "checking whether the C compiler works... " >&6; }
3684 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3685
3686 # The possible output files:
3687 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3688
3689 ac_rmfiles=
3690 for ac_file in $ac_files
3691 do
3692 case $ac_file in
3693 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3694 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3695 esac
3696 done
3697 rm -f $ac_rmfiles
3698
3699 if { { ac_try="$ac_link_default"
3700 case "(($ac_try" in
3701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3702 *) ac_try_echo=$ac_try;;
3703 esac
3704 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3705 $as_echo "$ac_try_echo"; } >&5
3706 (eval "$ac_link_default") 2>&5
3707 ac_status=$?
3708 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3709 test $ac_status = 0; }; then :
3710 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3711 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3712 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3713 # so that the user can short-circuit this test for compilers unknown to
3714 # Autoconf.
3715 for ac_file in $ac_files ''
3716 do
3717 test -f "$ac_file" || continue
3718 case $ac_file in
3719 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3720 ;;
3721 [ab].out )
3722 # We found the default executable, but exeext='' is most
3723 # certainly right.
3724 break;;
3725 *.* )
3726 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3727 then :; else
3728 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3729 fi
3730 # We set ac_cv_exeext here because the later test for it is not
3731 # safe: cross compilers may not add the suffix if given an `-o'
3732 # argument, so we may need to know it at that point already.
3733 # Even if this section looks crufty: it has the advantage of
3734 # actually working.
3735 break;;
3736 * )
3737 break;;
3738 esac
3739 done
3740 test "$ac_cv_exeext" = no && ac_cv_exeext=
3741
3742 else
3743 ac_file=''
3744 fi
3745 if test -z "$ac_file"; then :
3746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3747 $as_echo "no" >&6; }
3748 $as_echo "$as_me: failed program was:" >&5
3749 sed 's/^/| /' conftest.$ac_ext >&5
3750
3751 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3752 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3753 as_fn_error 77 "C compiler cannot create executables
3754 See \`config.log' for more details" "$LINENO" 5; }
3755 else
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3757 $as_echo "yes" >&6; }
3758 fi
3759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3760 $as_echo_n "checking for C compiler default output file name... " >&6; }
3761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3762 $as_echo "$ac_file" >&6; }
3763 ac_exeext=$ac_cv_exeext
3764
3765 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3766 ac_clean_files=$ac_clean_files_save
3767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3768 $as_echo_n "checking for suffix of executables... " >&6; }
3769 if { { ac_try="$ac_link"
3770 case "(($ac_try" in
3771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3772 *) ac_try_echo=$ac_try;;
3773 esac
3774 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3775 $as_echo "$ac_try_echo"; } >&5
3776 (eval "$ac_link") 2>&5
3777 ac_status=$?
3778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3779 test $ac_status = 0; }; then :
3780 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3781 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3782 # work properly (i.e., refer to `conftest.exe'), while it won't with
3783 # `rm'.
3784 for ac_file in conftest.exe conftest conftest.*; do
3785 test -f "$ac_file" || continue
3786 case $ac_file in
3787 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3788 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3789 break;;
3790 * ) break;;
3791 esac
3792 done
3793 else
3794 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3795 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3796 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3797 See \`config.log' for more details" "$LINENO" 5; }
3798 fi
3799 rm -f conftest conftest$ac_cv_exeext
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3801 $as_echo "$ac_cv_exeext" >&6; }
3802
3803 rm -f conftest.$ac_ext
3804 EXEEXT=$ac_cv_exeext
3805 ac_exeext=$EXEEXT
3806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3807 /* end confdefs.h. */
3808 #include <stdio.h>
3809 int
3810 main ()
3811 {
3812 FILE *f = fopen ("conftest.out", "w");
3813 return ferror (f) || fclose (f) != 0;
3814
3815 ;
3816 return 0;
3817 }
3818 _ACEOF
3819 ac_clean_files="$ac_clean_files conftest.out"
3820 # Check that the compiler produces executables we can run. If not, either
3821 # the compiler is broken, or we cross compile.
3822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3823 $as_echo_n "checking whether we are cross compiling... " >&6; }
3824 if test "$cross_compiling" != yes; then
3825 { { ac_try="$ac_link"
3826 case "(($ac_try" in
3827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3828 *) ac_try_echo=$ac_try;;
3829 esac
3830 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3831 $as_echo "$ac_try_echo"; } >&5
3832 (eval "$ac_link") 2>&5
3833 ac_status=$?
3834 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3835 test $ac_status = 0; }
3836 if { ac_try='./conftest$ac_cv_exeext'
3837 { { case "(($ac_try" in
3838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3839 *) ac_try_echo=$ac_try;;
3840 esac
3841 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3842 $as_echo "$ac_try_echo"; } >&5
3843 (eval "$ac_try") 2>&5
3844 ac_status=$?
3845 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3846 test $ac_status = 0; }; }; then
3847 cross_compiling=no
3848 else
3849 if test "$cross_compiling" = maybe; then
3850 cross_compiling=yes
3851 else
3852 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3853 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3854 as_fn_error $? "cannot run C compiled programs.
3855 If you meant to cross compile, use \`--host'.
3856 See \`config.log' for more details" "$LINENO" 5; }
3857 fi
3858 fi
3859 fi
3860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3861 $as_echo "$cross_compiling" >&6; }
3862
3863 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3864 ac_clean_files=$ac_clean_files_save
3865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3866 $as_echo_n "checking for suffix of object files... " >&6; }
3867 if ${ac_cv_objext+:} false; then :
3868 $as_echo_n "(cached) " >&6
3869 else
3870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3871 /* end confdefs.h. */
3872
3873 int
3874 main ()
3875 {
3876
3877 ;
3878 return 0;
3879 }
3880 _ACEOF
3881 rm -f conftest.o conftest.obj
3882 if { { ac_try="$ac_compile"
3883 case "(($ac_try" in
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3886 esac
3887 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3888 $as_echo "$ac_try_echo"; } >&5
3889 (eval "$ac_compile") 2>&5
3890 ac_status=$?
3891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3892 test $ac_status = 0; }; then :
3893 for ac_file in conftest.o conftest.obj conftest.*; do
3894 test -f "$ac_file" || continue;
3895 case $ac_file in
3896 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3897 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3898 break;;
3899 esac
3900 done
3901 else
3902 $as_echo "$as_me: failed program was:" >&5
3903 sed 's/^/| /' conftest.$ac_ext >&5
3904
3905 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3906 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3907 as_fn_error $? "cannot compute suffix of object files: cannot compile
3908 See \`config.log' for more details" "$LINENO" 5; }
3909 fi
3910 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3911 fi
3912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3913 $as_echo "$ac_cv_objext" >&6; }
3914 OBJEXT=$ac_cv_objext
3915 ac_objext=$OBJEXT
3916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3917 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3918 if ${ac_cv_c_compiler_gnu+:} false; then :
3919 $as_echo_n "(cached) " >&6
3920 else
3921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3922 /* end confdefs.h. */
3923
3924 int
3925 main ()
3926 {
3927 #ifndef __GNUC__
3928 choke me
3929 #endif
3930
3931 ;
3932 return 0;
3933 }
3934 _ACEOF
3935 if ac_fn_c_try_compile "$LINENO"; then :
3936 ac_compiler_gnu=yes
3937 else
3938 ac_compiler_gnu=no
3939 fi
3940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3941 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3942
3943 fi
3944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3945 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3946 if test $ac_compiler_gnu = yes; then
3947 GCC=yes
3948 else
3949 GCC=
3950 fi
3951 ac_test_CFLAGS=${CFLAGS+set}
3952 ac_save_CFLAGS=$CFLAGS
3953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3954 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3955 if ${ac_cv_prog_cc_g+:} false; then :
3956 $as_echo_n "(cached) " >&6
3957 else
3958 ac_save_c_werror_flag=$ac_c_werror_flag
3959 ac_c_werror_flag=yes
3960 ac_cv_prog_cc_g=no
3961 CFLAGS="-g"
3962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3963 /* end confdefs.h. */
3964
3965 int
3966 main ()
3967 {
3968
3969 ;
3970 return 0;
3971 }
3972 _ACEOF
3973 if ac_fn_c_try_compile "$LINENO"; then :
3974 ac_cv_prog_cc_g=yes
3975 else
3976 CFLAGS=""
3977 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3978 /* end confdefs.h. */
3979
3980 int
3981 main ()
3982 {
3983
3984 ;
3985 return 0;
3986 }
3987 _ACEOF
3988 if ac_fn_c_try_compile "$LINENO"; then :
3989
3990 else
3991 ac_c_werror_flag=$ac_save_c_werror_flag
3992 CFLAGS="-g"
3993 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3994 /* end confdefs.h. */
3995
3996 int
3997 main ()
3998 {
3999
4000 ;
4001 return 0;
4002 }
4003 _ACEOF
4004 if ac_fn_c_try_compile "$LINENO"; then :
4005 ac_cv_prog_cc_g=yes
4006 fi
4007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4008 fi
4009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4010 fi
4011 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4012 ac_c_werror_flag=$ac_save_c_werror_flag
4013 fi
4014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4015 $as_echo "$ac_cv_prog_cc_g" >&6; }
4016 if test "$ac_test_CFLAGS" = set; then
4017 CFLAGS=$ac_save_CFLAGS
4018 elif test $ac_cv_prog_cc_g = yes; then
4019 if test "$GCC" = yes; then
4020 CFLAGS="-g -O2"
4021 else
4022 CFLAGS="-g"
4023 fi
4024 else
4025 if test "$GCC" = yes; then
4026 CFLAGS="-O2"
4027 else
4028 CFLAGS=
4029 fi
4030 fi
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4032 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4033 if ${ac_cv_prog_cc_c89+:} false; then :
4034 $as_echo_n "(cached) " >&6
4035 else
4036 ac_cv_prog_cc_c89=no
4037 ac_save_CC=$CC
4038 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4039 /* end confdefs.h. */
4040 #include <stdarg.h>
4041 #include <stdio.h>
4042 struct stat;
4043 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4044 struct buf { int x; };
4045 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4046 static char *e (p, i)
4047 char **p;
4048 int i;
4049 {
4050 return p[i];
4051 }
4052 static char *f (char * (*g) (char **, int), char **p, ...)
4053 {
4054 char *s;
4055 va_list v;
4056 va_start (v,p);
4057 s = g (p, va_arg (v,int));
4058 va_end (v);
4059 return s;
4060 }
4061
4062 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4063 function prototypes and stuff, but not '\xHH' hex character constants.
4064 These don't provoke an error unfortunately, instead are silently treated
4065 as 'x'. The following induces an error, until -std is added to get
4066 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4067 array size at least. It's necessary to write '\x00'==0 to get something
4068 that's true only with -std. */
4069 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4070
4071 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4072 inside strings and character constants. */
4073 #define FOO(x) 'x'
4074 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4075
4076 int test (int i, double x);
4077 struct s1 {int (*f) (int a);};
4078 struct s2 {int (*f) (double a);};
4079 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4080 int argc;
4081 char **argv;
4082 int
4083 main ()
4084 {
4085 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4086 ;
4087 return 0;
4088 }
4089 _ACEOF
4090 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4091 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4092 do
4093 CC="$ac_save_CC $ac_arg"
4094 if ac_fn_c_try_compile "$LINENO"; then :
4095 ac_cv_prog_cc_c89=$ac_arg
4096 fi
4097 rm -f core conftest.err conftest.$ac_objext
4098 test "x$ac_cv_prog_cc_c89" != "xno" && break
4099 done
4100 rm -f conftest.$ac_ext
4101 CC=$ac_save_CC
4102
4103 fi
4104 # AC_CACHE_VAL
4105 case "x$ac_cv_prog_cc_c89" in
4106 x)
4107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4108 $as_echo "none needed" >&6; } ;;
4109 xno)
4110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4111 $as_echo "unsupported" >&6; } ;;
4112 *)
4113 CC="$CC $ac_cv_prog_cc_c89"
4114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4115 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4116 esac
4117 if test "x$ac_cv_prog_cc_c89" != xno; then :
4118
4119 fi
4120
4121 ac_ext=c
4122 ac_cpp='$CPP $CPPFLAGS'
4123 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4124 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4125 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4126
4127 ac_ext=c
4128 ac_cpp='$CPP $CPPFLAGS'
4129 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4130 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4131 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4132 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4133 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4134 if ${am_cv_prog_cc_c_o+:} false; then :
4135 $as_echo_n "(cached) " >&6
4136 else
4137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4138 /* end confdefs.h. */
4139
4140 int
4141 main ()
4142 {
4143
4144 ;
4145 return 0;
4146 }
4147 _ACEOF
4148 # Make sure it works both with $CC and with simple cc.
4149 # Following AC_PROG_CC_C_O, we do the test twice because some
4150 # compilers refuse to overwrite an existing .o file with -o,
4151 # though they will create one.
4152 am_cv_prog_cc_c_o=yes
4153 for am_i in 1 2; do
4154 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4155 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4156 ac_status=$?
4157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4158 (exit $ac_status); } \
4159 && test -f conftest2.$ac_objext; then
4160 : OK
4161 else
4162 am_cv_prog_cc_c_o=no
4163 break
4164 fi
4165 done
4166 rm -f core conftest*
4167 unset am_i
4168 fi
4169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4170 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4171 if test "$am_cv_prog_cc_c_o" != yes; then
4172 # Losing compiler, so override with the script.
4173 # FIXME: It is wrong to rewrite CC.
4174 # But if we don't then we get into trouble of one sort or another.
4175 # A longer-term fix would be to have automake use am__CC in this case,
4176 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4177 CC="$am_aux_dir/compile $CC"
4178 fi
4179 ac_ext=c
4180 ac_cpp='$CPP $CPPFLAGS'
4181 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4182 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4183 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4184
4185 DEPDIR="${am__leading_dot}deps"
4186
4187 ac_config_commands="$ac_config_commands depfiles"
4188
4189
4190 am_make=${MAKE-make}
4191 cat > confinc << 'END'
4192 am__doit:
4193 @echo this is the am__doit target
4194 .PHONY: am__doit
4195 END
4196 # If we don't find an include directive, just comment out the code.
4197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4198 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4199 am__include="#"
4200 am__quote=
4201 _am_result=none
4202 # First try GNU make style include.
4203 echo "include confinc" > confmf
4204 # Ignore all kinds of additional output from 'make'.
4205 case `$am_make -s -f confmf 2> /dev/null` in #(
4206 *the\ am__doit\ target*)
4207 am__include=include
4208 am__quote=
4209 _am_result=GNU
4210 ;;
4211 esac
4212 # Now try BSD make style include.
4213 if test "$am__include" = "#"; then
4214 echo '.include "confinc"' > confmf
4215 case `$am_make -s -f confmf 2> /dev/null` in #(
4216 *the\ am__doit\ target*)
4217 am__include=.include
4218 am__quote="\""
4219 _am_result=BSD
4220 ;;
4221 esac
4222 fi
4223
4224
4225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4226 $as_echo "$_am_result" >&6; }
4227 rm -f confinc confmf
4228
4229 # Check whether --enable-dependency-tracking was given.
4230 if test "${enable_dependency_tracking+set}" = set; then :
4231 enableval=$enable_dependency_tracking;
4232 fi
4233
4234 if test "x$enable_dependency_tracking" != xno; then
4235 am_depcomp="$ac_aux_dir/depcomp"
4236 AMDEPBACKSLASH='\'
4237 am__nodep='_no'
4238 fi
4239 if test "x$enable_dependency_tracking" != xno; then
4240 AMDEP_TRUE=
4241 AMDEP_FALSE='#'
4242 else
4243 AMDEP_TRUE='#'
4244 AMDEP_FALSE=
4245 fi
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 ac_ext=c
4379 ac_cpp='$CPP $CPPFLAGS'
4380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4384 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4385 # On Suns, sometimes $CPP names a directory.
4386 if test -n "$CPP" && test -d "$CPP"; then
4387 CPP=
4388 fi
4389 if test -z "$CPP"; then
4390 if ${ac_cv_prog_CPP+:} false; then :
4391 $as_echo_n "(cached) " >&6
4392 else
4393 # Double quotes because CPP needs to be expanded
4394 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4395 do
4396 ac_preproc_ok=false
4397 for ac_c_preproc_warn_flag in '' yes
4398 do
4399 # Use a header file that comes with gcc, so configuring glibc
4400 # with a fresh cross-compiler works.
4401 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4402 # <limits.h> exists even on freestanding compilers.
4403 # On the NeXT, cc -E runs the code through the compiler's parser,
4404 # not just through cpp. "Syntax error" is here to catch this case.
4405 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4406 /* end confdefs.h. */
4407 #ifdef __STDC__
4408 # include <limits.h>
4409 #else
4410 # include <assert.h>
4411 #endif
4412 Syntax error
4413 _ACEOF
4414 if ac_fn_c_try_cpp "$LINENO"; then :
4415
4416 else
4417 # Broken: fails on valid input.
4418 continue
4419 fi
4420 rm -f conftest.err conftest.i conftest.$ac_ext
4421
4422 # OK, works on sane cases. Now check whether nonexistent headers
4423 # can be detected and how.
4424 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4425 /* end confdefs.h. */
4426 #include <ac_nonexistent.h>
4427 _ACEOF
4428 if ac_fn_c_try_cpp "$LINENO"; then :
4429 # Broken: success on invalid input.
4430 continue
4431 else
4432 # Passes both tests.
4433 ac_preproc_ok=:
4434 break
4435 fi
4436 rm -f conftest.err conftest.i conftest.$ac_ext
4437
4438 done
4439 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4440 rm -f conftest.i conftest.err conftest.$ac_ext
4441 if $ac_preproc_ok; then :
4442 break
4443 fi
4444
4445 done
4446 ac_cv_prog_CPP=$CPP
4447
4448 fi
4449 CPP=$ac_cv_prog_CPP
4450 else
4451 ac_cv_prog_CPP=$CPP
4452 fi
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4454 $as_echo "$CPP" >&6; }
4455 ac_preproc_ok=false
4456 for ac_c_preproc_warn_flag in '' yes
4457 do
4458 # Use a header file that comes with gcc, so configuring glibc
4459 # with a fresh cross-compiler works.
4460 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4461 # <limits.h> exists even on freestanding compilers.
4462 # On the NeXT, cc -E runs the code through the compiler's parser,
4463 # not just through cpp. "Syntax error" is here to catch this case.
4464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4465 /* end confdefs.h. */
4466 #ifdef __STDC__
4467 # include <limits.h>
4468 #else
4469 # include <assert.h>
4470 #endif
4471 Syntax error
4472 _ACEOF
4473 if ac_fn_c_try_cpp "$LINENO"; then :
4474
4475 else
4476 # Broken: fails on valid input.
4477 continue
4478 fi
4479 rm -f conftest.err conftest.i conftest.$ac_ext
4480
4481 # OK, works on sane cases. Now check whether nonexistent headers
4482 # can be detected and how.
4483 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4484 /* end confdefs.h. */
4485 #include <ac_nonexistent.h>
4486 _ACEOF
4487 if ac_fn_c_try_cpp "$LINENO"; then :
4488 # Broken: success on invalid input.
4489 continue
4490 else
4491 # Passes both tests.
4492 ac_preproc_ok=:
4493 break
4494 fi
4495 rm -f conftest.err conftest.i conftest.$ac_ext
4496
4497 done
4498 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4499 rm -f conftest.i conftest.err conftest.$ac_ext
4500 if $ac_preproc_ok; then :
4501
4502 else
4503 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4504 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4505 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4506 See \`config.log' for more details" "$LINENO" 5; }
4507 fi
4508
4509 ac_ext=c
4510 ac_cpp='$CPP $CPPFLAGS'
4511 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4512 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4513 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4514
4515
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4517 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4518 if ${ac_cv_path_GREP+:} false; then :
4519 $as_echo_n "(cached) " >&6
4520 else
4521 if test -z "$GREP"; then
4522 ac_path_GREP_found=false
4523 # Loop through the user's path and test for each of PROGNAME-LIST
4524 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4525 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4526 do
4527 IFS=$as_save_IFS
4528 test -z "$as_dir" && as_dir=.
4529 for ac_prog in grep ggrep; do
4530 for ac_exec_ext in '' $ac_executable_extensions; do
4531 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4532 as_fn_executable_p "$ac_path_GREP" || continue
4533 # Check for GNU ac_path_GREP and select it if it is found.
4534 # Check for GNU $ac_path_GREP
4535 case `"$ac_path_GREP" --version 2>&1` in
4536 *GNU*)
4537 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4538 *)
4539 ac_count=0
4540 $as_echo_n 0123456789 >"conftest.in"
4541 while :
4542 do
4543 cat "conftest.in" "conftest.in" >"conftest.tmp"
4544 mv "conftest.tmp" "conftest.in"
4545 cp "conftest.in" "conftest.nl"
4546 $as_echo 'GREP' >> "conftest.nl"
4547 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4548 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4549 as_fn_arith $ac_count + 1 && ac_count=$as_val
4550 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4551 # Best one so far, save it but keep looking for a better one
4552 ac_cv_path_GREP="$ac_path_GREP"
4553 ac_path_GREP_max=$ac_count
4554 fi
4555 # 10*(2^10) chars as input seems more than enough
4556 test $ac_count -gt 10 && break
4557 done
4558 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4559 esac
4560
4561 $ac_path_GREP_found && break 3
4562 done
4563 done
4564 done
4565 IFS=$as_save_IFS
4566 if test -z "$ac_cv_path_GREP"; then
4567 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4568 fi
4569 else
4570 ac_cv_path_GREP=$GREP
4571 fi
4572
4573 fi
4574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4575 $as_echo "$ac_cv_path_GREP" >&6; }
4576 GREP="$ac_cv_path_GREP"
4577
4578
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4580 $as_echo_n "checking for egrep... " >&6; }
4581 if ${ac_cv_path_EGREP+:} false; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4585 then ac_cv_path_EGREP="$GREP -E"
4586 else
4587 if test -z "$EGREP"; then
4588 ac_path_EGREP_found=false
4589 # Loop through the user's path and test for each of PROGNAME-LIST
4590 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4591 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4592 do
4593 IFS=$as_save_IFS
4594 test -z "$as_dir" && as_dir=.
4595 for ac_prog in egrep; do
4596 for ac_exec_ext in '' $ac_executable_extensions; do
4597 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4598 as_fn_executable_p "$ac_path_EGREP" || continue
4599 # Check for GNU ac_path_EGREP and select it if it is found.
4600 # Check for GNU $ac_path_EGREP
4601 case `"$ac_path_EGREP" --version 2>&1` in
4602 *GNU*)
4603 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4604 *)
4605 ac_count=0
4606 $as_echo_n 0123456789 >"conftest.in"
4607 while :
4608 do
4609 cat "conftest.in" "conftest.in" >"conftest.tmp"
4610 mv "conftest.tmp" "conftest.in"
4611 cp "conftest.in" "conftest.nl"
4612 $as_echo 'EGREP' >> "conftest.nl"
4613 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4614 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4615 as_fn_arith $ac_count + 1 && ac_count=$as_val
4616 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4617 # Best one so far, save it but keep looking for a better one
4618 ac_cv_path_EGREP="$ac_path_EGREP"
4619 ac_path_EGREP_max=$ac_count
4620 fi
4621 # 10*(2^10) chars as input seems more than enough
4622 test $ac_count -gt 10 && break
4623 done
4624 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4625 esac
4626
4627 $ac_path_EGREP_found && break 3
4628 done
4629 done
4630 done
4631 IFS=$as_save_IFS
4632 if test -z "$ac_cv_path_EGREP"; then
4633 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4634 fi
4635 else
4636 ac_cv_path_EGREP=$EGREP
4637 fi
4638
4639 fi
4640 fi
4641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4642 $as_echo "$ac_cv_path_EGREP" >&6; }
4643 EGREP="$ac_cv_path_EGREP"
4644
4645
4646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4647 $as_echo_n "checking for ANSI C header files... " >&6; }
4648 if ${ac_cv_header_stdc+:} false; then :
4649 $as_echo_n "(cached) " >&6
4650 else
4651 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4652 /* end confdefs.h. */
4653 #include <stdlib.h>
4654 #include <stdarg.h>
4655 #include <string.h>
4656 #include <float.h>
4657
4658 int
4659 main ()
4660 {
4661
4662 ;
4663 return 0;
4664 }
4665 _ACEOF
4666 if ac_fn_c_try_compile "$LINENO"; then :
4667 ac_cv_header_stdc=yes
4668 else
4669 ac_cv_header_stdc=no
4670 fi
4671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4672
4673 if test $ac_cv_header_stdc = yes; then
4674 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4676 /* end confdefs.h. */
4677 #include <string.h>
4678
4679 _ACEOF
4680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4681 $EGREP "memchr" >/dev/null 2>&1; then :
4682
4683 else
4684 ac_cv_header_stdc=no
4685 fi
4686 rm -f conftest*
4687
4688 fi
4689
4690 if test $ac_cv_header_stdc = yes; then
4691 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4692 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4693 /* end confdefs.h. */
4694 #include <stdlib.h>
4695
4696 _ACEOF
4697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4698 $EGREP "free" >/dev/null 2>&1; then :
4699
4700 else
4701 ac_cv_header_stdc=no
4702 fi
4703 rm -f conftest*
4704
4705 fi
4706
4707 if test $ac_cv_header_stdc = yes; then
4708 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4709 if test "$cross_compiling" = yes; then :
4710 :
4711 else
4712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4713 /* end confdefs.h. */
4714 #include <ctype.h>
4715 #include <stdlib.h>
4716 #if ((' ' & 0x0FF) == 0x020)
4717 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4718 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4719 #else
4720 # define ISLOWER(c) \
4721 (('a' <= (c) && (c) <= 'i') \
4722 || ('j' <= (c) && (c) <= 'r') \
4723 || ('s' <= (c) && (c) <= 'z'))
4724 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4725 #endif
4726
4727 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4728 int
4729 main ()
4730 {
4731 int i;
4732 for (i = 0; i < 256; i++)
4733 if (XOR (islower (i), ISLOWER (i))
4734 || toupper (i) != TOUPPER (i))
4735 return 2;
4736 return 0;
4737 }
4738 _ACEOF
4739 if ac_fn_c_try_run "$LINENO"; then :
4740
4741 else
4742 ac_cv_header_stdc=no
4743 fi
4744 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4745 conftest.$ac_objext conftest.beam conftest.$ac_ext
4746 fi
4747
4748 fi
4749 fi
4750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4751 $as_echo "$ac_cv_header_stdc" >&6; }
4752 if test $ac_cv_header_stdc = yes; then
4753
4754 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4755
4756 fi
4757
4758 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4759 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4760 inttypes.h stdint.h unistd.h
4761 do :
4762 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4763 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4764 "
4765 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4766 cat >>confdefs.h <<_ACEOF
4767 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4768 _ACEOF
4769
4770 fi
4771
4772 done
4773
4774
4775
4776 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4777 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4778 MINIX=yes
4779 else
4780 MINIX=
4781 fi
4782
4783
4784 if test "$MINIX" = yes; then
4785
4786 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4787
4788
4789 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4790
4791
4792 $as_echo "#define _MINIX 1" >>confdefs.h
4793
4794 fi
4795
4796
4797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4798 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4799 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4800 $as_echo_n "(cached) " >&6
4801 else
4802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4803 /* end confdefs.h. */
4804
4805 # define __EXTENSIONS__ 1
4806 $ac_includes_default
4807 int
4808 main ()
4809 {
4810
4811 ;
4812 return 0;
4813 }
4814 _ACEOF
4815 if ac_fn_c_try_compile "$LINENO"; then :
4816 ac_cv_safe_to_define___extensions__=yes
4817 else
4818 ac_cv_safe_to_define___extensions__=no
4819 fi
4820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4821 fi
4822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4823 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4824 test $ac_cv_safe_to_define___extensions__ = yes &&
4825 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4826
4827 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4828
4829 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4830
4831 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4832
4833 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4834
4835
4836
4837
4838
4839 case `pwd` in
4840 *\ * | *\ *)
4841 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4842 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4843 esac
4844
4845
4846
4847 macro_version='2.2.7a'
4848 macro_revision='1.3134'
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862 ltmain="$ac_aux_dir/ltmain.sh"
4863
4864 # Backslashify metacharacters that are still active within
4865 # double-quoted strings.
4866 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4867
4868 # Same as above, but do not quote variable references.
4869 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4870
4871 # Sed substitution to delay expansion of an escaped shell variable in a
4872 # double_quote_subst'ed string.
4873 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4874
4875 # Sed substitution to delay expansion of an escaped single quote.
4876 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4877
4878 # Sed substitution to avoid accidental globbing in evaled expressions
4879 no_glob_subst='s/\*/\\\*/g'
4880
4881 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4882 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4883 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4884
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4886 $as_echo_n "checking how to print strings... " >&6; }
4887 # Test print first, because it will be a builtin if present.
4888 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4889 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4890 ECHO='print -r --'
4891 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4892 ECHO='printf %s\n'
4893 else
4894 # Use this function as a fallback that always works.
4895 func_fallback_echo ()
4896 {
4897 eval 'cat <<_LTECHO_EOF
4898 $1
4899 _LTECHO_EOF'
4900 }
4901 ECHO='func_fallback_echo'
4902 fi
4903
4904 # func_echo_all arg...
4905 # Invoke $ECHO with all args, space-separated.
4906 func_echo_all ()
4907 {
4908 $ECHO ""
4909 }
4910
4911 case "$ECHO" in
4912 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4913 $as_echo "printf" >&6; } ;;
4914 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4915 $as_echo "print -r" >&6; } ;;
4916 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4917 $as_echo "cat" >&6; } ;;
4918 esac
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4934 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4935 if ${ac_cv_path_SED+:} false; then :
4936 $as_echo_n "(cached) " >&6
4937 else
4938 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4939 for ac_i in 1 2 3 4 5 6 7; do
4940 ac_script="$ac_script$as_nl$ac_script"
4941 done
4942 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4943 { ac_script=; unset ac_script;}
4944 if test -z "$SED"; then
4945 ac_path_SED_found=false
4946 # Loop through the user's path and test for each of PROGNAME-LIST
4947 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4948 for as_dir in $PATH
4949 do
4950 IFS=$as_save_IFS
4951 test -z "$as_dir" && as_dir=.
4952 for ac_prog in sed gsed; do
4953 for ac_exec_ext in '' $ac_executable_extensions; do
4954 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4955 as_fn_executable_p "$ac_path_SED" || continue
4956 # Check for GNU ac_path_SED and select it if it is found.
4957 # Check for GNU $ac_path_SED
4958 case `"$ac_path_SED" --version 2>&1` in
4959 *GNU*)
4960 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4961 *)
4962 ac_count=0
4963 $as_echo_n 0123456789 >"conftest.in"
4964 while :
4965 do
4966 cat "conftest.in" "conftest.in" >"conftest.tmp"
4967 mv "conftest.tmp" "conftest.in"
4968 cp "conftest.in" "conftest.nl"
4969 $as_echo '' >> "conftest.nl"
4970 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4971 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4972 as_fn_arith $ac_count + 1 && ac_count=$as_val
4973 if test $ac_count -gt ${ac_path_SED_max-0}; then
4974 # Best one so far, save it but keep looking for a better one
4975 ac_cv_path_SED="$ac_path_SED"
4976 ac_path_SED_max=$ac_count
4977 fi
4978 # 10*(2^10) chars as input seems more than enough
4979 test $ac_count -gt 10 && break
4980 done
4981 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4982 esac
4983
4984 $ac_path_SED_found && break 3
4985 done
4986 done
4987 done
4988 IFS=$as_save_IFS
4989 if test -z "$ac_cv_path_SED"; then
4990 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4991 fi
4992 else
4993 ac_cv_path_SED=$SED
4994 fi
4995
4996 fi
4997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4998 $as_echo "$ac_cv_path_SED" >&6; }
4999 SED="$ac_cv_path_SED"
5000 rm -f conftest.sed
5001
5002 test -z "$SED" && SED=sed
5003 Xsed="$SED -e 1s/^X//"
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5016 $as_echo_n "checking for fgrep... " >&6; }
5017 if ${ac_cv_path_FGREP+:} false; then :
5018 $as_echo_n "(cached) " >&6
5019 else
5020 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5021 then ac_cv_path_FGREP="$GREP -F"
5022 else
5023 if test -z "$FGREP"; then
5024 ac_path_FGREP_found=false
5025 # Loop through the user's path and test for each of PROGNAME-LIST
5026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5027 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5028 do
5029 IFS=$as_save_IFS
5030 test -z "$as_dir" && as_dir=.
5031 for ac_prog in fgrep; do
5032 for ac_exec_ext in '' $ac_executable_extensions; do
5033 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5034 as_fn_executable_p "$ac_path_FGREP" || continue
5035 # Check for GNU ac_path_FGREP and select it if it is found.
5036 # Check for GNU $ac_path_FGREP
5037 case `"$ac_path_FGREP" --version 2>&1` in
5038 *GNU*)
5039 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5040 *)
5041 ac_count=0
5042 $as_echo_n 0123456789 >"conftest.in"
5043 while :
5044 do
5045 cat "conftest.in" "conftest.in" >"conftest.tmp"
5046 mv "conftest.tmp" "conftest.in"
5047 cp "conftest.in" "conftest.nl"
5048 $as_echo 'FGREP' >> "conftest.nl"
5049 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5050 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5051 as_fn_arith $ac_count + 1 && ac_count=$as_val
5052 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5053 # Best one so far, save it but keep looking for a better one
5054 ac_cv_path_FGREP="$ac_path_FGREP"
5055 ac_path_FGREP_max=$ac_count
5056 fi
5057 # 10*(2^10) chars as input seems more than enough
5058 test $ac_count -gt 10 && break
5059 done
5060 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5061 esac
5062
5063 $ac_path_FGREP_found && break 3
5064 done
5065 done
5066 done
5067 IFS=$as_save_IFS
5068 if test -z "$ac_cv_path_FGREP"; then
5069 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5070 fi
5071 else
5072 ac_cv_path_FGREP=$FGREP
5073 fi
5074
5075 fi
5076 fi
5077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5078 $as_echo "$ac_cv_path_FGREP" >&6; }
5079 FGREP="$ac_cv_path_FGREP"
5080
5081
5082 test -z "$GREP" && GREP=grep
5083
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102 # Check whether --with-gnu-ld was given.
5103 if test "${with_gnu_ld+set}" = set; then :
5104 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5105 else
5106 with_gnu_ld=no
5107 fi
5108
5109 ac_prog=ld
5110 if test "$GCC" = yes; then
5111 # Check if gcc -print-prog-name=ld gives a path.
5112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5113 $as_echo_n "checking for ld used by $CC... " >&6; }
5114 case $host in
5115 *-*-mingw*)
5116 # gcc leaves a trailing carriage return which upsets mingw
5117 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5118 *)
5119 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5120 esac
5121 case $ac_prog in
5122 # Accept absolute paths.
5123 [\\/]* | ?:[\\/]*)
5124 re_direlt='/[^/][^/]*/\.\./'
5125 # Canonicalize the pathname of ld
5126 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5127 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5128 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5129 done
5130 test -z "$LD" && LD="$ac_prog"
5131 ;;
5132 "")
5133 # If it fails, then pretend we aren't using GCC.
5134 ac_prog=ld
5135 ;;
5136 *)
5137 # If it is relative, then search for the first ld in PATH.
5138 with_gnu_ld=unknown
5139 ;;
5140 esac
5141 elif test "$with_gnu_ld" = yes; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5143 $as_echo_n "checking for GNU ld... " >&6; }
5144 else
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5146 $as_echo_n "checking for non-GNU ld... " >&6; }
5147 fi
5148 if ${lt_cv_path_LD+:} false; then :
5149 $as_echo_n "(cached) " >&6
5150 else
5151 if test -z "$LD"; then
5152 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5153 for ac_dir in $PATH; do
5154 IFS="$lt_save_ifs"
5155 test -z "$ac_dir" && ac_dir=.
5156 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5157 lt_cv_path_LD="$ac_dir/$ac_prog"
5158 # Check to see if the program is GNU ld. I'd rather use --version,
5159 # but apparently some variants of GNU ld only accept -v.
5160 # Break only if it was the GNU/non-GNU ld that we prefer.
5161 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5162 *GNU* | *'with BFD'*)
5163 test "$with_gnu_ld" != no && break
5164 ;;
5165 *)
5166 test "$with_gnu_ld" != yes && break
5167 ;;
5168 esac
5169 fi
5170 done
5171 IFS="$lt_save_ifs"
5172 else
5173 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5174 fi
5175 fi
5176
5177 LD="$lt_cv_path_LD"
5178 if test -n "$LD"; then
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5180 $as_echo "$LD" >&6; }
5181 else
5182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5183 $as_echo "no" >&6; }
5184 fi
5185 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5187 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5188 if ${lt_cv_prog_gnu_ld+:} false; then :
5189 $as_echo_n "(cached) " >&6
5190 else
5191 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5192 case `$LD -v 2>&1 </dev/null` in
5193 *GNU* | *'with BFD'*)
5194 lt_cv_prog_gnu_ld=yes
5195 ;;
5196 *)
5197 lt_cv_prog_gnu_ld=no
5198 ;;
5199 esac
5200 fi
5201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5202 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5203 with_gnu_ld=$lt_cv_prog_gnu_ld
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5214 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5215 if ${lt_cv_path_NM+:} false; then :
5216 $as_echo_n "(cached) " >&6
5217 else
5218 if test -n "$NM"; then
5219 # Let the user override the test.
5220 lt_cv_path_NM="$NM"
5221 else
5222 lt_nm_to_check="${ac_tool_prefix}nm"
5223 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5224 lt_nm_to_check="$lt_nm_to_check nm"
5225 fi
5226 for lt_tmp_nm in $lt_nm_to_check; do
5227 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5228 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5229 IFS="$lt_save_ifs"
5230 test -z "$ac_dir" && ac_dir=.
5231 tmp_nm="$ac_dir/$lt_tmp_nm"
5232 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5233 # Check to see if the nm accepts a BSD-compat flag.
5234 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5235 # nm: unknown option "B" ignored
5236 # Tru64's nm complains that /dev/null is an invalid object file
5237 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5238 */dev/null* | *'Invalid file or object type'*)
5239 lt_cv_path_NM="$tmp_nm -B"
5240 break
5241 ;;
5242 *)
5243 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5244 */dev/null*)
5245 lt_cv_path_NM="$tmp_nm -p"
5246 break
5247 ;;
5248 *)
5249 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5250 continue # so that we can try to find one that supports BSD flags
5251 ;;
5252 esac
5253 ;;
5254 esac
5255 fi
5256 done
5257 IFS="$lt_save_ifs"
5258 done
5259 : ${lt_cv_path_NM=no}
5260 fi
5261 fi
5262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5263 $as_echo "$lt_cv_path_NM" >&6; }
5264 if test "$lt_cv_path_NM" != "no"; then
5265 NM="$lt_cv_path_NM"
5266 else
5267 # Didn't find any BSD compatible name lister, look for dumpbin.
5268 if test -n "$DUMPBIN"; then :
5269 # Let the user override the test.
5270 else
5271 if test -n "$ac_tool_prefix"; then
5272 for ac_prog in dumpbin "link -dump"
5273 do
5274 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5275 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5277 $as_echo_n "checking for $ac_word... " >&6; }
5278 if ${ac_cv_prog_DUMPBIN+:} false; then :
5279 $as_echo_n "(cached) " >&6
5280 else
5281 if test -n "$DUMPBIN"; then
5282 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5283 else
5284 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5285 for as_dir in $PATH
5286 do
5287 IFS=$as_save_IFS
5288 test -z "$as_dir" && as_dir=.
5289 for ac_exec_ext in '' $ac_executable_extensions; do
5290 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5291 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5292 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5293 break 2
5294 fi
5295 done
5296 done
5297 IFS=$as_save_IFS
5298
5299 fi
5300 fi
5301 DUMPBIN=$ac_cv_prog_DUMPBIN
5302 if test -n "$DUMPBIN"; then
5303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5304 $as_echo "$DUMPBIN" >&6; }
5305 else
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5307 $as_echo "no" >&6; }
5308 fi
5309
5310
5311 test -n "$DUMPBIN" && break
5312 done
5313 fi
5314 if test -z "$DUMPBIN"; then
5315 ac_ct_DUMPBIN=$DUMPBIN
5316 for ac_prog in dumpbin "link -dump"
5317 do
5318 # Extract the first word of "$ac_prog", so it can be a program name with args.
5319 set dummy $ac_prog; ac_word=$2
5320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5321 $as_echo_n "checking for $ac_word... " >&6; }
5322 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5323 $as_echo_n "(cached) " >&6
5324 else
5325 if test -n "$ac_ct_DUMPBIN"; then
5326 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5327 else
5328 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5329 for as_dir in $PATH
5330 do
5331 IFS=$as_save_IFS
5332 test -z "$as_dir" && as_dir=.
5333 for ac_exec_ext in '' $ac_executable_extensions; do
5334 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5335 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5336 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5337 break 2
5338 fi
5339 done
5340 done
5341 IFS=$as_save_IFS
5342
5343 fi
5344 fi
5345 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5346 if test -n "$ac_ct_DUMPBIN"; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5348 $as_echo "$ac_ct_DUMPBIN" >&6; }
5349 else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5351 $as_echo "no" >&6; }
5352 fi
5353
5354
5355 test -n "$ac_ct_DUMPBIN" && break
5356 done
5357
5358 if test "x$ac_ct_DUMPBIN" = x; then
5359 DUMPBIN=":"
5360 else
5361 case $cross_compiling:$ac_tool_warned in
5362 yes:)
5363 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5364 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5365 ac_tool_warned=yes ;;
5366 esac
5367 DUMPBIN=$ac_ct_DUMPBIN
5368 fi
5369 fi
5370
5371 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5372 *COFF*)
5373 DUMPBIN="$DUMPBIN -symbols"
5374 ;;
5375 *)
5376 DUMPBIN=:
5377 ;;
5378 esac
5379 fi
5380
5381 if test "$DUMPBIN" != ":"; then
5382 NM="$DUMPBIN"
5383 fi
5384 fi
5385 test -z "$NM" && NM=nm
5386
5387
5388
5389
5390
5391
5392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5393 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5394 if ${lt_cv_nm_interface+:} false; then :
5395 $as_echo_n "(cached) " >&6
5396 else
5397 lt_cv_nm_interface="BSD nm"
5398 echo "int some_variable = 0;" > conftest.$ac_ext
5399 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5400 (eval "$ac_compile" 2>conftest.err)
5401 cat conftest.err >&5
5402 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5403 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5404 cat conftest.err >&5
5405 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5406 cat conftest.out >&5
5407 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5408 lt_cv_nm_interface="MS dumpbin"
5409 fi
5410 rm -f conftest*
5411 fi
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5413 $as_echo "$lt_cv_nm_interface" >&6; }
5414
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5416 $as_echo_n "checking whether ln -s works... " >&6; }
5417 LN_S=$as_ln_s
5418 if test "$LN_S" = "ln -s"; then
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5420 $as_echo "yes" >&6; }
5421 else
5422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5423 $as_echo "no, using $LN_S" >&6; }
5424 fi
5425
5426 # find the maximum length of command line arguments
5427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5428 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5429 if ${lt_cv_sys_max_cmd_len+:} false; then :
5430 $as_echo_n "(cached) " >&6
5431 else
5432 i=0
5433 teststring="ABCD"
5434
5435 case $build_os in
5436 msdosdjgpp*)
5437 # On DJGPP, this test can blow up pretty badly due to problems in libc
5438 # (any single argument exceeding 2000 bytes causes a buffer overrun
5439 # during glob expansion). Even if it were fixed, the result of this
5440 # check would be larger than it should be.
5441 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5442 ;;
5443
5444 gnu*)
5445 # Under GNU Hurd, this test is not required because there is
5446 # no limit to the length of command line arguments.
5447 # Libtool will interpret -1 as no limit whatsoever
5448 lt_cv_sys_max_cmd_len=-1;
5449 ;;
5450
5451 cygwin* | mingw* | cegcc*)
5452 # On Win9x/ME, this test blows up -- it succeeds, but takes
5453 # about 5 minutes as the teststring grows exponentially.
5454 # Worse, since 9x/ME are not pre-emptively multitasking,
5455 # you end up with a "frozen" computer, even though with patience
5456 # the test eventually succeeds (with a max line length of 256k).
5457 # Instead, let's just punt: use the minimum linelength reported by
5458 # all of the supported platforms: 8192 (on NT/2K/XP).
5459 lt_cv_sys_max_cmd_len=8192;
5460 ;;
5461
5462 mint*)
5463 # On MiNT this can take a long time and run out of memory.
5464 lt_cv_sys_max_cmd_len=8192;
5465 ;;
5466
5467 amigaos*)
5468 # On AmigaOS with pdksh, this test takes hours, literally.
5469 # So we just punt and use a minimum line length of 8192.
5470 lt_cv_sys_max_cmd_len=8192;
5471 ;;
5472
5473 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5474 # This has been around since 386BSD, at least. Likely further.
5475 if test -x /sbin/sysctl; then
5476 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5477 elif test -x /usr/sbin/sysctl; then
5478 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5479 else
5480 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5481 fi
5482 # And add a safety zone
5483 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5484 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5485 ;;
5486
5487 interix*)
5488 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5489 lt_cv_sys_max_cmd_len=196608
5490 ;;
5491
5492 osf*)
5493 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5494 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5495 # nice to cause kernel panics so lets avoid the loop below.
5496 # First set a reasonable default.
5497 lt_cv_sys_max_cmd_len=16384
5498 #
5499 if test -x /sbin/sysconfig; then
5500 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5501 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5502 esac
5503 fi
5504 ;;
5505 sco3.2v5*)
5506 lt_cv_sys_max_cmd_len=102400
5507 ;;
5508 sysv5* | sco5v6* | sysv4.2uw2*)
5509 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5510 if test -n "$kargmax"; then
5511 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5512 else
5513 lt_cv_sys_max_cmd_len=32768
5514 fi
5515 ;;
5516 *)
5517 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5518 if test -n "$lt_cv_sys_max_cmd_len"; then
5519 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5520 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5521 else
5522 # Make teststring a little bigger before we do anything with it.
5523 # a 1K string should be a reasonable start.
5524 for i in 1 2 3 4 5 6 7 8 ; do
5525 teststring=$teststring$teststring
5526 done
5527 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5528 # If test is not a shell built-in, we'll probably end up computing a
5529 # maximum length that is only half of the actual maximum length, but
5530 # we can't tell.
5531 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5532 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5533 test $i != 17 # 1/2 MB should be enough
5534 do
5535 i=`expr $i + 1`
5536 teststring=$teststring$teststring
5537 done
5538 # Only check the string length outside the loop.
5539 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5540 teststring=
5541 # Add a significant safety factor because C++ compilers can tack on
5542 # massive amounts of additional arguments before passing them to the
5543 # linker. It appears as though 1/2 is a usable value.
5544 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5545 fi
5546 ;;
5547 esac
5548
5549 fi
5550
5551 if test -n $lt_cv_sys_max_cmd_len ; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5553 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5554 else
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5556 $as_echo "none" >&6; }
5557 fi
5558 max_cmd_len=$lt_cv_sys_max_cmd_len
5559
5560
5561
5562
5563
5564
5565 : ${CP="cp -f"}
5566 : ${MV="mv -f"}
5567 : ${RM="rm -f"}
5568
5569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5570 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5571 # Try some XSI features
5572 xsi_shell=no
5573 ( _lt_dummy="a/b/c"
5574 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5575 = c,a/b,, \
5576 && eval 'test $(( 1 + 1 )) -eq 2 \
5577 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5578 && xsi_shell=yes
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5580 $as_echo "$xsi_shell" >&6; }
5581
5582
5583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5584 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5585 lt_shell_append=no
5586 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5587 >/dev/null 2>&1 \
5588 && lt_shell_append=yes
5589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5590 $as_echo "$lt_shell_append" >&6; }
5591
5592
5593 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5594 lt_unset=unset
5595 else
5596 lt_unset=false
5597 fi
5598
5599
5600
5601
5602
5603 # test EBCDIC or ASCII
5604 case `echo X|tr X '\101'` in
5605 A) # ASCII based system
5606 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5607 lt_SP2NL='tr \040 \012'
5608 lt_NL2SP='tr \015\012 \040\040'
5609 ;;
5610 *) # EBCDIC based system
5611 lt_SP2NL='tr \100 \n'
5612 lt_NL2SP='tr \r\n \100\100'
5613 ;;
5614 esac
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5625 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5626 if ${lt_cv_ld_reload_flag+:} false; then :
5627 $as_echo_n "(cached) " >&6
5628 else
5629 lt_cv_ld_reload_flag='-r'
5630 fi
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5632 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5633 reload_flag=$lt_cv_ld_reload_flag
5634 case $reload_flag in
5635 "" | " "*) ;;
5636 *) reload_flag=" $reload_flag" ;;
5637 esac
5638 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5639 case $host_os in
5640 darwin*)
5641 if test "$GCC" = yes; then
5642 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5643 else
5644 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5645 fi
5646 ;;
5647 esac
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657 if test -n "$ac_tool_prefix"; then
5658 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5659 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5661 $as_echo_n "checking for $ac_word... " >&6; }
5662 if ${ac_cv_prog_OBJDUMP+:} false; then :
5663 $as_echo_n "(cached) " >&6
5664 else
5665 if test -n "$OBJDUMP"; then
5666 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5667 else
5668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5669 for as_dir in $PATH
5670 do
5671 IFS=$as_save_IFS
5672 test -z "$as_dir" && as_dir=.
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5675 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5677 break 2
5678 fi
5679 done
5680 done
5681 IFS=$as_save_IFS
5682
5683 fi
5684 fi
5685 OBJDUMP=$ac_cv_prog_OBJDUMP
5686 if test -n "$OBJDUMP"; then
5687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5688 $as_echo "$OBJDUMP" >&6; }
5689 else
5690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5691 $as_echo "no" >&6; }
5692 fi
5693
5694
5695 fi
5696 if test -z "$ac_cv_prog_OBJDUMP"; then
5697 ac_ct_OBJDUMP=$OBJDUMP
5698 # Extract the first word of "objdump", so it can be a program name with args.
5699 set dummy objdump; ac_word=$2
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5703 $as_echo_n "(cached) " >&6
5704 else
5705 if test -n "$ac_ct_OBJDUMP"; then
5706 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5710 do
5711 IFS=$as_save_IFS
5712 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5714 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5715 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5716 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5717 break 2
5718 fi
5719 done
5720 done
5721 IFS=$as_save_IFS
5722
5723 fi
5724 fi
5725 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5726 if test -n "$ac_ct_OBJDUMP"; then
5727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5728 $as_echo "$ac_ct_OBJDUMP" >&6; }
5729 else
5730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5731 $as_echo "no" >&6; }
5732 fi
5733
5734 if test "x$ac_ct_OBJDUMP" = x; then
5735 OBJDUMP="false"
5736 else
5737 case $cross_compiling:$ac_tool_warned in
5738 yes:)
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5741 ac_tool_warned=yes ;;
5742 esac
5743 OBJDUMP=$ac_ct_OBJDUMP
5744 fi
5745 else
5746 OBJDUMP="$ac_cv_prog_OBJDUMP"
5747 fi
5748
5749 test -z "$OBJDUMP" && OBJDUMP=objdump
5750
5751
5752
5753
5754
5755
5756
5757
5758
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5760 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5761 if ${lt_cv_deplibs_check_method+:} false; then :
5762 $as_echo_n "(cached) " >&6
5763 else
5764 lt_cv_file_magic_cmd='$MAGIC_CMD'
5765 lt_cv_file_magic_test_file=
5766 lt_cv_deplibs_check_method='unknown'
5767 # Need to set the preceding variable on all platforms that support
5768 # interlibrary dependencies.
5769 # 'none' -- dependencies not supported.
5770 # `unknown' -- same as none, but documents that we really don't know.
5771 # 'pass_all' -- all dependencies passed with no checks.
5772 # 'test_compile' -- check by making test program.
5773 # 'file_magic [[regex]]' -- check by looking for files in library path
5774 # which responds to the $file_magic_cmd with a given extended regex.
5775 # If you have `file' or equivalent on your system and you're not sure
5776 # whether `pass_all' will *always* work, you probably want this one.
5777
5778 case $host_os in
5779 aix[4-9]*)
5780 lt_cv_deplibs_check_method=pass_all
5781 ;;
5782
5783 beos*)
5784 lt_cv_deplibs_check_method=pass_all
5785 ;;
5786
5787 bsdi[45]*)
5788 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5789 lt_cv_file_magic_cmd='/usr/bin/file -L'
5790 lt_cv_file_magic_test_file=/shlib/libc.so
5791 ;;
5792
5793 cygwin*)
5794 # func_win32_libid is a shell function defined in ltmain.sh
5795 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5796 lt_cv_file_magic_cmd='func_win32_libid'
5797 ;;
5798
5799 mingw* | pw32*)
5800 # Base MSYS/MinGW do not provide the 'file' command needed by
5801 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5802 # unless we find 'file', for example because we are cross-compiling.
5803 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5804 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5805 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5806 lt_cv_file_magic_cmd='func_win32_libid'
5807 else
5808 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5809 lt_cv_file_magic_cmd='$OBJDUMP -f'
5810 fi
5811 ;;
5812
5813 cegcc*)
5814 # use the weaker test based on 'objdump'. See mingw*.
5815 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5816 lt_cv_file_magic_cmd='$OBJDUMP -f'
5817 ;;
5818
5819 darwin* | rhapsody*)
5820 lt_cv_deplibs_check_method=pass_all
5821 ;;
5822
5823 freebsd* | dragonfly*)
5824 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5825 case $host_cpu in
5826 i*86 )
5827 # Not sure whether the presence of OpenBSD here was a mistake.
5828 # Let's accept both of them until this is cleared up.
5829 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5830 lt_cv_file_magic_cmd=/usr/bin/file
5831 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5832 ;;
5833 esac
5834 else
5835 lt_cv_deplibs_check_method=pass_all
5836 fi
5837 ;;
5838
5839 gnu*)
5840 lt_cv_deplibs_check_method=pass_all
5841 ;;
5842
5843 haiku*)
5844 lt_cv_deplibs_check_method=pass_all
5845 ;;
5846
5847 hpux10.20* | hpux11*)
5848 lt_cv_file_magic_cmd=/usr/bin/file
5849 case $host_cpu in
5850 ia64*)
5851 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5852 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5853 ;;
5854 hppa*64*)
5855 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]'
5856 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5857 ;;
5858 *)
5859 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5860 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5861 ;;
5862 esac
5863 ;;
5864
5865 interix[3-9]*)
5866 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5867 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5868 ;;
5869
5870 irix5* | irix6* | nonstopux*)
5871 case $LD in
5872 *-32|*"-32 ") libmagic=32-bit;;
5873 *-n32|*"-n32 ") libmagic=N32;;
5874 *-64|*"-64 ") libmagic=64-bit;;
5875 *) libmagic=never-match;;
5876 esac
5877 lt_cv_deplibs_check_method=pass_all
5878 ;;
5879
5880 # This must be Linux ELF.
5881 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5882 lt_cv_deplibs_check_method=pass_all
5883 ;;
5884
5885 netbsd*)
5886 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5887 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5888 else
5889 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5890 fi
5891 ;;
5892
5893 newos6*)
5894 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5895 lt_cv_file_magic_cmd=/usr/bin/file
5896 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5897 ;;
5898
5899 *nto* | *qnx*)
5900 lt_cv_deplibs_check_method=pass_all
5901 ;;
5902
5903 openbsd*)
5904 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5905 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5906 else
5907 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5908 fi
5909 ;;
5910
5911 osf3* | osf4* | osf5*)
5912 lt_cv_deplibs_check_method=pass_all
5913 ;;
5914
5915 rdos*)
5916 lt_cv_deplibs_check_method=pass_all
5917 ;;
5918
5919 solaris*)
5920 lt_cv_deplibs_check_method=pass_all
5921 ;;
5922
5923 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5924 lt_cv_deplibs_check_method=pass_all
5925 ;;
5926
5927 sysv4 | sysv4.3*)
5928 case $host_vendor in
5929 motorola)
5930 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]'
5931 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5932 ;;
5933 ncr)
5934 lt_cv_deplibs_check_method=pass_all
5935 ;;
5936 sequent)
5937 lt_cv_file_magic_cmd='/bin/file'
5938 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5939 ;;
5940 sni)
5941 lt_cv_file_magic_cmd='/bin/file'
5942 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5943 lt_cv_file_magic_test_file=/lib/libc.so
5944 ;;
5945 siemens)
5946 lt_cv_deplibs_check_method=pass_all
5947 ;;
5948 pc)
5949 lt_cv_deplibs_check_method=pass_all
5950 ;;
5951 esac
5952 ;;
5953
5954 tpf*)
5955 lt_cv_deplibs_check_method=pass_all
5956 ;;
5957 esac
5958
5959 fi
5960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5961 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5962 file_magic_cmd=$lt_cv_file_magic_cmd
5963 deplibs_check_method=$lt_cv_deplibs_check_method
5964 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977 plugin_option=
5978 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5979 for plugin in $plugin_names; do
5980 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5981 if test x$plugin_so = x$plugin; then
5982 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5983 fi
5984 if test x$plugin_so != x$plugin; then
5985 plugin_option="--plugin $plugin_so"
5986 break
5987 fi
5988 done
5989
5990 if test -n "$ac_tool_prefix"; then
5991 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5992 set dummy ${ac_tool_prefix}ar; ac_word=$2
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5994 $as_echo_n "checking for $ac_word... " >&6; }
5995 if ${ac_cv_prog_AR+:} false; then :
5996 $as_echo_n "(cached) " >&6
5997 else
5998 if test -n "$AR"; then
5999 ac_cv_prog_AR="$AR" # Let the user override the test.
6000 else
6001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6002 for as_dir in $PATH
6003 do
6004 IFS=$as_save_IFS
6005 test -z "$as_dir" && as_dir=.
6006 for ac_exec_ext in '' $ac_executable_extensions; do
6007 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6008 ac_cv_prog_AR="${ac_tool_prefix}ar"
6009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6010 break 2
6011 fi
6012 done
6013 done
6014 IFS=$as_save_IFS
6015
6016 fi
6017 fi
6018 AR=$ac_cv_prog_AR
6019 if test -n "$AR"; then
6020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6021 $as_echo "$AR" >&6; }
6022 else
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6024 $as_echo "no" >&6; }
6025 fi
6026
6027
6028 fi
6029 if test -z "$ac_cv_prog_AR"; then
6030 ac_ct_AR=$AR
6031 # Extract the first word of "ar", so it can be a program name with args.
6032 set dummy ar; ac_word=$2
6033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6034 $as_echo_n "checking for $ac_word... " >&6; }
6035 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6036 $as_echo_n "(cached) " >&6
6037 else
6038 if test -n "$ac_ct_AR"; then
6039 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6040 else
6041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6042 for as_dir in $PATH
6043 do
6044 IFS=$as_save_IFS
6045 test -z "$as_dir" && as_dir=.
6046 for ac_exec_ext in '' $ac_executable_extensions; do
6047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6048 ac_cv_prog_ac_ct_AR="ar"
6049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6050 break 2
6051 fi
6052 done
6053 done
6054 IFS=$as_save_IFS
6055
6056 fi
6057 fi
6058 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6059 if test -n "$ac_ct_AR"; then
6060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6061 $as_echo "$ac_ct_AR" >&6; }
6062 else
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6064 $as_echo "no" >&6; }
6065 fi
6066
6067 if test "x$ac_ct_AR" = x; then
6068 AR="false"
6069 else
6070 case $cross_compiling:$ac_tool_warned in
6071 yes:)
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6073 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6074 ac_tool_warned=yes ;;
6075 esac
6076 AR=$ac_ct_AR
6077 fi
6078 else
6079 AR="$ac_cv_prog_AR"
6080 fi
6081
6082 test -z "$AR" && AR=ar
6083 if test -n "$plugin_option"; then
6084 if $AR --help 2>&1 | grep -q "\--plugin"; then
6085 touch conftest.c
6086 $AR $plugin_option rc conftest.a conftest.c
6087 if test "$?" != 0; then
6088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
6089 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
6090 else
6091 AR="$AR $plugin_option"
6092 fi
6093 rm -f conftest.*
6094 fi
6095 fi
6096 test -z "$AR_FLAGS" && AR_FLAGS=cru
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108 if test -n "$ac_tool_prefix"; then
6109 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6110 set dummy ${ac_tool_prefix}strip; ac_word=$2
6111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6112 $as_echo_n "checking for $ac_word... " >&6; }
6113 if ${ac_cv_prog_STRIP+:} false; then :
6114 $as_echo_n "(cached) " >&6
6115 else
6116 if test -n "$STRIP"; then
6117 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6118 else
6119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6120 for as_dir in $PATH
6121 do
6122 IFS=$as_save_IFS
6123 test -z "$as_dir" && as_dir=.
6124 for ac_exec_ext in '' $ac_executable_extensions; do
6125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6126 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6128 break 2
6129 fi
6130 done
6131 done
6132 IFS=$as_save_IFS
6133
6134 fi
6135 fi
6136 STRIP=$ac_cv_prog_STRIP
6137 if test -n "$STRIP"; then
6138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6139 $as_echo "$STRIP" >&6; }
6140 else
6141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6142 $as_echo "no" >&6; }
6143 fi
6144
6145
6146 fi
6147 if test -z "$ac_cv_prog_STRIP"; then
6148 ac_ct_STRIP=$STRIP
6149 # Extract the first word of "strip", so it can be a program name with args.
6150 set dummy strip; ac_word=$2
6151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6152 $as_echo_n "checking for $ac_word... " >&6; }
6153 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6154 $as_echo_n "(cached) " >&6
6155 else
6156 if test -n "$ac_ct_STRIP"; then
6157 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6158 else
6159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6160 for as_dir in $PATH
6161 do
6162 IFS=$as_save_IFS
6163 test -z "$as_dir" && as_dir=.
6164 for ac_exec_ext in '' $ac_executable_extensions; do
6165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6166 ac_cv_prog_ac_ct_STRIP="strip"
6167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6168 break 2
6169 fi
6170 done
6171 done
6172 IFS=$as_save_IFS
6173
6174 fi
6175 fi
6176 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6177 if test -n "$ac_ct_STRIP"; then
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6179 $as_echo "$ac_ct_STRIP" >&6; }
6180 else
6181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6182 $as_echo "no" >&6; }
6183 fi
6184
6185 if test "x$ac_ct_STRIP" = x; then
6186 STRIP=":"
6187 else
6188 case $cross_compiling:$ac_tool_warned in
6189 yes:)
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6191 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6192 ac_tool_warned=yes ;;
6193 esac
6194 STRIP=$ac_ct_STRIP
6195 fi
6196 else
6197 STRIP="$ac_cv_prog_STRIP"
6198 fi
6199
6200 test -z "$STRIP" && STRIP=:
6201
6202
6203
6204
6205
6206
6207 if test -n "$ac_tool_prefix"; then
6208 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6209 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6211 $as_echo_n "checking for $ac_word... " >&6; }
6212 if ${ac_cv_prog_RANLIB+:} false; then :
6213 $as_echo_n "(cached) " >&6
6214 else
6215 if test -n "$RANLIB"; then
6216 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6217 else
6218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6219 for as_dir in $PATH
6220 do
6221 IFS=$as_save_IFS
6222 test -z "$as_dir" && as_dir=.
6223 for ac_exec_ext in '' $ac_executable_extensions; do
6224 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6225 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6226 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6227 break 2
6228 fi
6229 done
6230 done
6231 IFS=$as_save_IFS
6232
6233 fi
6234 fi
6235 RANLIB=$ac_cv_prog_RANLIB
6236 if test -n "$RANLIB"; then
6237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6238 $as_echo "$RANLIB" >&6; }
6239 else
6240 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6241 $as_echo "no" >&6; }
6242 fi
6243
6244
6245 fi
6246 if test -z "$ac_cv_prog_RANLIB"; then
6247 ac_ct_RANLIB=$RANLIB
6248 # Extract the first word of "ranlib", so it can be a program name with args.
6249 set dummy ranlib; ac_word=$2
6250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6251 $as_echo_n "checking for $ac_word... " >&6; }
6252 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6253 $as_echo_n "(cached) " >&6
6254 else
6255 if test -n "$ac_ct_RANLIB"; then
6256 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6257 else
6258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6259 for as_dir in $PATH
6260 do
6261 IFS=$as_save_IFS
6262 test -z "$as_dir" && as_dir=.
6263 for ac_exec_ext in '' $ac_executable_extensions; do
6264 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6265 ac_cv_prog_ac_ct_RANLIB="ranlib"
6266 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6267 break 2
6268 fi
6269 done
6270 done
6271 IFS=$as_save_IFS
6272
6273 fi
6274 fi
6275 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6276 if test -n "$ac_ct_RANLIB"; then
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6278 $as_echo "$ac_ct_RANLIB" >&6; }
6279 else
6280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6281 $as_echo "no" >&6; }
6282 fi
6283
6284 if test "x$ac_ct_RANLIB" = x; then
6285 RANLIB=":"
6286 else
6287 case $cross_compiling:$ac_tool_warned in
6288 yes:)
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6290 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6291 ac_tool_warned=yes ;;
6292 esac
6293 RANLIB=$ac_ct_RANLIB
6294 fi
6295 else
6296 RANLIB="$ac_cv_prog_RANLIB"
6297 fi
6298
6299 test -z "$RANLIB" && RANLIB=:
6300 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6301 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6302 RANLIB="$RANLIB $plugin_option"
6303 fi
6304 fi
6305
6306
6307
6308
6309
6310
6311 # Determine commands to create old-style static archives.
6312 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6313 old_postinstall_cmds='chmod 644 $oldlib'
6314 old_postuninstall_cmds=
6315
6316 if test -n "$RANLIB"; then
6317 case $host_os in
6318 openbsd*)
6319 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6320 ;;
6321 *)
6322 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6323 ;;
6324 esac
6325 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6326 fi
6327
6328 case $host_os in
6329 darwin*)
6330 lock_old_archive_extraction=yes ;;
6331 *)
6332 lock_old_archive_extraction=no ;;
6333 esac
6334
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373 # If no C compiler was specified, use CC.
6374 LTCC=${LTCC-"$CC"}
6375
6376 # If no C compiler flags were specified, use CFLAGS.
6377 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6378
6379 # Allow CC to be a program name with arguments.
6380 compiler=$CC
6381
6382
6383 # Check for command to grab the raw symbol name followed by C symbol from nm.
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6385 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6386 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6387 $as_echo_n "(cached) " >&6
6388 else
6389
6390 # These are sane defaults that work on at least a few old systems.
6391 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6392
6393 # Character class describing NM global symbol codes.
6394 symcode='[BCDEGRST]'
6395
6396 # Regexp to match symbols that can be accessed directly from C.
6397 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6398
6399 # Define system-specific variables.
6400 case $host_os in
6401 aix*)
6402 symcode='[BCDT]'
6403 ;;
6404 cygwin* | mingw* | pw32* | cegcc*)
6405 symcode='[ABCDGISTW]'
6406 ;;
6407 hpux*)
6408 if test "$host_cpu" = ia64; then
6409 symcode='[ABCDEGRST]'
6410 fi
6411 ;;
6412 irix* | nonstopux*)
6413 symcode='[BCDEGRST]'
6414 ;;
6415 osf*)
6416 symcode='[BCDEGQRST]'
6417 ;;
6418 solaris*)
6419 symcode='[BDRT]'
6420 ;;
6421 sco3.2v5*)
6422 symcode='[DT]'
6423 ;;
6424 sysv4.2uw2*)
6425 symcode='[DT]'
6426 ;;
6427 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6428 symcode='[ABDT]'
6429 ;;
6430 sysv4)
6431 symcode='[DFNSTU]'
6432 ;;
6433 esac
6434
6435 # If we're using GNU nm, then use its standard symbol codes.
6436 case `$NM -V 2>&1` in
6437 *GNU* | *'with BFD'*)
6438 symcode='[ABCDGIRSTW]' ;;
6439 esac
6440
6441 # Transform an extracted symbol line into a proper C declaration.
6442 # Some systems (esp. on ia64) link data and code symbols differently,
6443 # so use this general approach.
6444 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6445
6446 # Transform an extracted symbol line into symbol name and symbol address
6447 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6448 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'"
6449
6450 # Handle CRLF in mingw tool chain
6451 opt_cr=
6452 case $build_os in
6453 mingw*)
6454 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6455 ;;
6456 esac
6457
6458 # Try without a prefix underscore, then with it.
6459 for ac_symprfx in "" "_"; do
6460
6461 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6462 symxfrm="\\1 $ac_symprfx\\2 \\2"
6463
6464 # Write the raw and C identifiers.
6465 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6466 # Fake it for dumpbin and say T for any non-static function
6467 # and D for any global variable.
6468 # Also find C++ and __fastcall symbols from MSVC++,
6469 # which start with @ or ?.
6470 lt_cv_sys_global_symbol_pipe="$AWK '"\
6471 " {last_section=section; section=\$ 3};"\
6472 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6473 " \$ 0!~/External *\|/{next};"\
6474 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6475 " {if(hide[section]) next};"\
6476 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6477 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6478 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6479 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6480 " ' prfx=^$ac_symprfx"
6481 else
6482 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6483 fi
6484
6485 # Check to see that the pipe works correctly.
6486 pipe_works=no
6487
6488 rm -f conftest*
6489 cat > conftest.$ac_ext <<_LT_EOF
6490 #ifdef __cplusplus
6491 extern "C" {
6492 #endif
6493 char nm_test_var;
6494 void nm_test_func(void);
6495 void nm_test_func(void){}
6496 #ifdef __cplusplus
6497 }
6498 #endif
6499 int main(){nm_test_var='a';nm_test_func();return(0);}
6500 _LT_EOF
6501
6502 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6503 (eval $ac_compile) 2>&5
6504 ac_status=$?
6505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6506 test $ac_status = 0; }; then
6507 # Now try to grab the symbols.
6508 nlist=conftest.nm
6509 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6510 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6511 ac_status=$?
6512 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6513 test $ac_status = 0; } && test -s "$nlist"; then
6514 # Try sorting and uniquifying the output.
6515 if sort "$nlist" | uniq > "$nlist"T; then
6516 mv -f "$nlist"T "$nlist"
6517 else
6518 rm -f "$nlist"T
6519 fi
6520
6521 # Make sure that we snagged all the symbols we need.
6522 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6523 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6524 cat <<_LT_EOF > conftest.$ac_ext
6525 #ifdef __cplusplus
6526 extern "C" {
6527 #endif
6528
6529 _LT_EOF
6530 # Now generate the symbol file.
6531 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6532
6533 cat <<_LT_EOF >> conftest.$ac_ext
6534
6535 /* The mapping between symbol names and symbols. */
6536 const struct {
6537 const char *name;
6538 void *address;
6539 }
6540 lt__PROGRAM__LTX_preloaded_symbols[] =
6541 {
6542 { "@PROGRAM@", (void *) 0 },
6543 _LT_EOF
6544 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6545 cat <<\_LT_EOF >> conftest.$ac_ext
6546 {0, (void *) 0}
6547 };
6548
6549 /* This works around a problem in FreeBSD linker */
6550 #ifdef FREEBSD_WORKAROUND
6551 static const void *lt_preloaded_setup() {
6552 return lt__PROGRAM__LTX_preloaded_symbols;
6553 }
6554 #endif
6555
6556 #ifdef __cplusplus
6557 }
6558 #endif
6559 _LT_EOF
6560 # Now try linking the two files.
6561 mv conftest.$ac_objext conftstm.$ac_objext
6562 lt_save_LIBS="$LIBS"
6563 lt_save_CFLAGS="$CFLAGS"
6564 LIBS="conftstm.$ac_objext"
6565 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6566 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6567 (eval $ac_link) 2>&5
6568 ac_status=$?
6569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6570 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6571 pipe_works=yes
6572 fi
6573 LIBS="$lt_save_LIBS"
6574 CFLAGS="$lt_save_CFLAGS"
6575 else
6576 echo "cannot find nm_test_func in $nlist" >&5
6577 fi
6578 else
6579 echo "cannot find nm_test_var in $nlist" >&5
6580 fi
6581 else
6582 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6583 fi
6584 else
6585 echo "$progname: failed program was:" >&5
6586 cat conftest.$ac_ext >&5
6587 fi
6588 rm -rf conftest* conftst*
6589
6590 # Do not use the global_symbol_pipe unless it works.
6591 if test "$pipe_works" = yes; then
6592 break
6593 else
6594 lt_cv_sys_global_symbol_pipe=
6595 fi
6596 done
6597
6598 fi
6599
6600 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6601 lt_cv_sys_global_symbol_to_cdecl=
6602 fi
6603 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6605 $as_echo "failed" >&6; }
6606 else
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6608 $as_echo "ok" >&6; }
6609 fi
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632 # Check whether --enable-libtool-lock was given.
6633 if test "${enable_libtool_lock+set}" = set; then :
6634 enableval=$enable_libtool_lock;
6635 fi
6636
6637 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6638
6639 # Some flags need to be propagated to the compiler or linker for good
6640 # libtool support.
6641 case $host in
6642 ia64-*-hpux*)
6643 # Find out which ABI we are using.
6644 echo 'int i;' > conftest.$ac_ext
6645 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6646 (eval $ac_compile) 2>&5
6647 ac_status=$?
6648 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6649 test $ac_status = 0; }; then
6650 case `/usr/bin/file conftest.$ac_objext` in
6651 *ELF-32*)
6652 HPUX_IA64_MODE="32"
6653 ;;
6654 *ELF-64*)
6655 HPUX_IA64_MODE="64"
6656 ;;
6657 esac
6658 fi
6659 rm -rf conftest*
6660 ;;
6661 *-*-irix6*)
6662 # Find out which ABI we are using.
6663 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6664 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6665 (eval $ac_compile) 2>&5
6666 ac_status=$?
6667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6668 test $ac_status = 0; }; then
6669 if test "$lt_cv_prog_gnu_ld" = yes; then
6670 case `/usr/bin/file conftest.$ac_objext` in
6671 *32-bit*)
6672 LD="${LD-ld} -melf32bsmip"
6673 ;;
6674 *N32*)
6675 LD="${LD-ld} -melf32bmipn32"
6676 ;;
6677 *64-bit*)
6678 LD="${LD-ld} -melf64bmip"
6679 ;;
6680 esac
6681 else
6682 case `/usr/bin/file conftest.$ac_objext` in
6683 *32-bit*)
6684 LD="${LD-ld} -32"
6685 ;;
6686 *N32*)
6687 LD="${LD-ld} -n32"
6688 ;;
6689 *64-bit*)
6690 LD="${LD-ld} -64"
6691 ;;
6692 esac
6693 fi
6694 fi
6695 rm -rf conftest*
6696 ;;
6697
6698 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6699 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6700 # Find out which ABI we are using.
6701 echo 'int i;' > conftest.$ac_ext
6702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6703 (eval $ac_compile) 2>&5
6704 ac_status=$?
6705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6706 test $ac_status = 0; }; then
6707 case `/usr/bin/file conftest.o` in
6708 *32-bit*)
6709 case $host in
6710 x86_64-*kfreebsd*-gnu)
6711 LD="${LD-ld} -m elf_i386_fbsd"
6712 ;;
6713 x86_64-*linux*)
6714 case `/usr/bin/file conftest.o` in
6715 *x86-64*)
6716 LD="${LD-ld} -m elf32_x86_64"
6717 ;;
6718 *)
6719 LD="${LD-ld} -m elf_i386"
6720 ;;
6721 esac
6722 ;;
6723 powerpc64le-*linux*)
6724 LD="${LD-ld} -m elf32lppclinux"
6725 ;;
6726 powerpc64-*linux*)
6727 LD="${LD-ld} -m elf32ppclinux"
6728 ;;
6729 s390x-*linux*)
6730 LD="${LD-ld} -m elf_s390"
6731 ;;
6732 sparc64-*linux*)
6733 LD="${LD-ld} -m elf32_sparc"
6734 ;;
6735 esac
6736 ;;
6737 *64-bit*)
6738 case $host in
6739 x86_64-*kfreebsd*-gnu)
6740 LD="${LD-ld} -m elf_x86_64_fbsd"
6741 ;;
6742 x86_64-*linux*)
6743 LD="${LD-ld} -m elf_x86_64"
6744 ;;
6745 powerpcle-*linux*)
6746 LD="${LD-ld} -m elf64lppc"
6747 ;;
6748 powerpc-*linux*)
6749 LD="${LD-ld} -m elf64ppc"
6750 ;;
6751 s390*-*linux*|s390*-*tpf*)
6752 LD="${LD-ld} -m elf64_s390"
6753 ;;
6754 sparc*-*linux*)
6755 LD="${LD-ld} -m elf64_sparc"
6756 ;;
6757 esac
6758 ;;
6759 esac
6760 fi
6761 rm -rf conftest*
6762 ;;
6763
6764 *-*-sco3.2v5*)
6765 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6766 SAVE_CFLAGS="$CFLAGS"
6767 CFLAGS="$CFLAGS -belf"
6768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6769 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6770 if ${lt_cv_cc_needs_belf+:} false; then :
6771 $as_echo_n "(cached) " >&6
6772 else
6773 ac_ext=c
6774 ac_cpp='$CPP $CPPFLAGS'
6775 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6776 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6777 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6778
6779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6780 /* end confdefs.h. */
6781
6782 int
6783 main ()
6784 {
6785
6786 ;
6787 return 0;
6788 }
6789 _ACEOF
6790 if ac_fn_c_try_link "$LINENO"; then :
6791 lt_cv_cc_needs_belf=yes
6792 else
6793 lt_cv_cc_needs_belf=no
6794 fi
6795 rm -f core conftest.err conftest.$ac_objext \
6796 conftest$ac_exeext conftest.$ac_ext
6797 ac_ext=c
6798 ac_cpp='$CPP $CPPFLAGS'
6799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6802
6803 fi
6804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6805 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6806 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6807 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6808 CFLAGS="$SAVE_CFLAGS"
6809 fi
6810 ;;
6811 sparc*-*solaris*)
6812 # Find out which ABI we are using.
6813 echo 'int i;' > conftest.$ac_ext
6814 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6815 (eval $ac_compile) 2>&5
6816 ac_status=$?
6817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6818 test $ac_status = 0; }; then
6819 case `/usr/bin/file conftest.o` in
6820 *64-bit*)
6821 case $lt_cv_prog_gnu_ld in
6822 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6823 *)
6824 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6825 LD="${LD-ld} -64"
6826 fi
6827 ;;
6828 esac
6829 ;;
6830 esac
6831 fi
6832 rm -rf conftest*
6833 ;;
6834 esac
6835
6836 need_locks="$enable_libtool_lock"
6837
6838
6839 case $host_os in
6840 rhapsody* | darwin*)
6841 if test -n "$ac_tool_prefix"; then
6842 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6843 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6845 $as_echo_n "checking for $ac_word... " >&6; }
6846 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6847 $as_echo_n "(cached) " >&6
6848 else
6849 if test -n "$DSYMUTIL"; then
6850 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6851 else
6852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6853 for as_dir in $PATH
6854 do
6855 IFS=$as_save_IFS
6856 test -z "$as_dir" && as_dir=.
6857 for ac_exec_ext in '' $ac_executable_extensions; do
6858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6859 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6861 break 2
6862 fi
6863 done
6864 done
6865 IFS=$as_save_IFS
6866
6867 fi
6868 fi
6869 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6870 if test -n "$DSYMUTIL"; then
6871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6872 $as_echo "$DSYMUTIL" >&6; }
6873 else
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6875 $as_echo "no" >&6; }
6876 fi
6877
6878
6879 fi
6880 if test -z "$ac_cv_prog_DSYMUTIL"; then
6881 ac_ct_DSYMUTIL=$DSYMUTIL
6882 # Extract the first word of "dsymutil", so it can be a program name with args.
6883 set dummy dsymutil; ac_word=$2
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6885 $as_echo_n "checking for $ac_word... " >&6; }
6886 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6887 $as_echo_n "(cached) " >&6
6888 else
6889 if test -n "$ac_ct_DSYMUTIL"; then
6890 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6891 else
6892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6893 for as_dir in $PATH
6894 do
6895 IFS=$as_save_IFS
6896 test -z "$as_dir" && as_dir=.
6897 for ac_exec_ext in '' $ac_executable_extensions; do
6898 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6899 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6900 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6901 break 2
6902 fi
6903 done
6904 done
6905 IFS=$as_save_IFS
6906
6907 fi
6908 fi
6909 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6910 if test -n "$ac_ct_DSYMUTIL"; then
6911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6912 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6913 else
6914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6915 $as_echo "no" >&6; }
6916 fi
6917
6918 if test "x$ac_ct_DSYMUTIL" = x; then
6919 DSYMUTIL=":"
6920 else
6921 case $cross_compiling:$ac_tool_warned in
6922 yes:)
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6924 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6925 ac_tool_warned=yes ;;
6926 esac
6927 DSYMUTIL=$ac_ct_DSYMUTIL
6928 fi
6929 else
6930 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6931 fi
6932
6933 if test -n "$ac_tool_prefix"; then
6934 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6935 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6937 $as_echo_n "checking for $ac_word... " >&6; }
6938 if ${ac_cv_prog_NMEDIT+:} false; then :
6939 $as_echo_n "(cached) " >&6
6940 else
6941 if test -n "$NMEDIT"; then
6942 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6943 else
6944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6945 for as_dir in $PATH
6946 do
6947 IFS=$as_save_IFS
6948 test -z "$as_dir" && as_dir=.
6949 for ac_exec_ext in '' $ac_executable_extensions; do
6950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6953 break 2
6954 fi
6955 done
6956 done
6957 IFS=$as_save_IFS
6958
6959 fi
6960 fi
6961 NMEDIT=$ac_cv_prog_NMEDIT
6962 if test -n "$NMEDIT"; then
6963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6964 $as_echo "$NMEDIT" >&6; }
6965 else
6966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6967 $as_echo "no" >&6; }
6968 fi
6969
6970
6971 fi
6972 if test -z "$ac_cv_prog_NMEDIT"; then
6973 ac_ct_NMEDIT=$NMEDIT
6974 # Extract the first word of "nmedit", so it can be a program name with args.
6975 set dummy nmedit; ac_word=$2
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6977 $as_echo_n "checking for $ac_word... " >&6; }
6978 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6979 $as_echo_n "(cached) " >&6
6980 else
6981 if test -n "$ac_ct_NMEDIT"; then
6982 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6983 else
6984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6985 for as_dir in $PATH
6986 do
6987 IFS=$as_save_IFS
6988 test -z "$as_dir" && as_dir=.
6989 for ac_exec_ext in '' $ac_executable_extensions; do
6990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6993 break 2
6994 fi
6995 done
6996 done
6997 IFS=$as_save_IFS
6998
6999 fi
7000 fi
7001 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7002 if test -n "$ac_ct_NMEDIT"; then
7003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7004 $as_echo "$ac_ct_NMEDIT" >&6; }
7005 else
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7007 $as_echo "no" >&6; }
7008 fi
7009
7010 if test "x$ac_ct_NMEDIT" = x; then
7011 NMEDIT=":"
7012 else
7013 case $cross_compiling:$ac_tool_warned in
7014 yes:)
7015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7016 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7017 ac_tool_warned=yes ;;
7018 esac
7019 NMEDIT=$ac_ct_NMEDIT
7020 fi
7021 else
7022 NMEDIT="$ac_cv_prog_NMEDIT"
7023 fi
7024
7025 if test -n "$ac_tool_prefix"; then
7026 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7027 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7029 $as_echo_n "checking for $ac_word... " >&6; }
7030 if ${ac_cv_prog_LIPO+:} false; then :
7031 $as_echo_n "(cached) " >&6
7032 else
7033 if test -n "$LIPO"; then
7034 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7035 else
7036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7037 for as_dir in $PATH
7038 do
7039 IFS=$as_save_IFS
7040 test -z "$as_dir" && as_dir=.
7041 for ac_exec_ext in '' $ac_executable_extensions; do
7042 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7043 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7044 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7045 break 2
7046 fi
7047 done
7048 done
7049 IFS=$as_save_IFS
7050
7051 fi
7052 fi
7053 LIPO=$ac_cv_prog_LIPO
7054 if test -n "$LIPO"; then
7055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7056 $as_echo "$LIPO" >&6; }
7057 else
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7059 $as_echo "no" >&6; }
7060 fi
7061
7062
7063 fi
7064 if test -z "$ac_cv_prog_LIPO"; then
7065 ac_ct_LIPO=$LIPO
7066 # Extract the first word of "lipo", so it can be a program name with args.
7067 set dummy lipo; ac_word=$2
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7069 $as_echo_n "checking for $ac_word... " >&6; }
7070 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7071 $as_echo_n "(cached) " >&6
7072 else
7073 if test -n "$ac_ct_LIPO"; then
7074 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7075 else
7076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7077 for as_dir in $PATH
7078 do
7079 IFS=$as_save_IFS
7080 test -z "$as_dir" && as_dir=.
7081 for ac_exec_ext in '' $ac_executable_extensions; do
7082 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7083 ac_cv_prog_ac_ct_LIPO="lipo"
7084 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7085 break 2
7086 fi
7087 done
7088 done
7089 IFS=$as_save_IFS
7090
7091 fi
7092 fi
7093 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7094 if test -n "$ac_ct_LIPO"; then
7095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7096 $as_echo "$ac_ct_LIPO" >&6; }
7097 else
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7099 $as_echo "no" >&6; }
7100 fi
7101
7102 if test "x$ac_ct_LIPO" = x; then
7103 LIPO=":"
7104 else
7105 case $cross_compiling:$ac_tool_warned in
7106 yes:)
7107 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7108 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7109 ac_tool_warned=yes ;;
7110 esac
7111 LIPO=$ac_ct_LIPO
7112 fi
7113 else
7114 LIPO="$ac_cv_prog_LIPO"
7115 fi
7116
7117 if test -n "$ac_tool_prefix"; then
7118 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7119 set dummy ${ac_tool_prefix}otool; ac_word=$2
7120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7121 $as_echo_n "checking for $ac_word... " >&6; }
7122 if ${ac_cv_prog_OTOOL+:} false; then :
7123 $as_echo_n "(cached) " >&6
7124 else
7125 if test -n "$OTOOL"; then
7126 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7127 else
7128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7129 for as_dir in $PATH
7130 do
7131 IFS=$as_save_IFS
7132 test -z "$as_dir" && as_dir=.
7133 for ac_exec_ext in '' $ac_executable_extensions; do
7134 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7135 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7136 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7137 break 2
7138 fi
7139 done
7140 done
7141 IFS=$as_save_IFS
7142
7143 fi
7144 fi
7145 OTOOL=$ac_cv_prog_OTOOL
7146 if test -n "$OTOOL"; then
7147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7148 $as_echo "$OTOOL" >&6; }
7149 else
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7151 $as_echo "no" >&6; }
7152 fi
7153
7154
7155 fi
7156 if test -z "$ac_cv_prog_OTOOL"; then
7157 ac_ct_OTOOL=$OTOOL
7158 # Extract the first word of "otool", so it can be a program name with args.
7159 set dummy otool; ac_word=$2
7160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7161 $as_echo_n "checking for $ac_word... " >&6; }
7162 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7163 $as_echo_n "(cached) " >&6
7164 else
7165 if test -n "$ac_ct_OTOOL"; then
7166 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7167 else
7168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7169 for as_dir in $PATH
7170 do
7171 IFS=$as_save_IFS
7172 test -z "$as_dir" && as_dir=.
7173 for ac_exec_ext in '' $ac_executable_extensions; do
7174 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7175 ac_cv_prog_ac_ct_OTOOL="otool"
7176 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7177 break 2
7178 fi
7179 done
7180 done
7181 IFS=$as_save_IFS
7182
7183 fi
7184 fi
7185 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7186 if test -n "$ac_ct_OTOOL"; then
7187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7188 $as_echo "$ac_ct_OTOOL" >&6; }
7189 else
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7191 $as_echo "no" >&6; }
7192 fi
7193
7194 if test "x$ac_ct_OTOOL" = x; then
7195 OTOOL=":"
7196 else
7197 case $cross_compiling:$ac_tool_warned in
7198 yes:)
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7200 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7201 ac_tool_warned=yes ;;
7202 esac
7203 OTOOL=$ac_ct_OTOOL
7204 fi
7205 else
7206 OTOOL="$ac_cv_prog_OTOOL"
7207 fi
7208
7209 if test -n "$ac_tool_prefix"; then
7210 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7211 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7213 $as_echo_n "checking for $ac_word... " >&6; }
7214 if ${ac_cv_prog_OTOOL64+:} false; then :
7215 $as_echo_n "(cached) " >&6
7216 else
7217 if test -n "$OTOOL64"; then
7218 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7219 else
7220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7221 for as_dir in $PATH
7222 do
7223 IFS=$as_save_IFS
7224 test -z "$as_dir" && as_dir=.
7225 for ac_exec_ext in '' $ac_executable_extensions; do
7226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7227 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7229 break 2
7230 fi
7231 done
7232 done
7233 IFS=$as_save_IFS
7234
7235 fi
7236 fi
7237 OTOOL64=$ac_cv_prog_OTOOL64
7238 if test -n "$OTOOL64"; then
7239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7240 $as_echo "$OTOOL64" >&6; }
7241 else
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7243 $as_echo "no" >&6; }
7244 fi
7245
7246
7247 fi
7248 if test -z "$ac_cv_prog_OTOOL64"; then
7249 ac_ct_OTOOL64=$OTOOL64
7250 # Extract the first word of "otool64", so it can be a program name with args.
7251 set dummy otool64; ac_word=$2
7252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7253 $as_echo_n "checking for $ac_word... " >&6; }
7254 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7255 $as_echo_n "(cached) " >&6
7256 else
7257 if test -n "$ac_ct_OTOOL64"; then
7258 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7259 else
7260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7261 for as_dir in $PATH
7262 do
7263 IFS=$as_save_IFS
7264 test -z "$as_dir" && as_dir=.
7265 for ac_exec_ext in '' $ac_executable_extensions; do
7266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7267 ac_cv_prog_ac_ct_OTOOL64="otool64"
7268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7269 break 2
7270 fi
7271 done
7272 done
7273 IFS=$as_save_IFS
7274
7275 fi
7276 fi
7277 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7278 if test -n "$ac_ct_OTOOL64"; then
7279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7280 $as_echo "$ac_ct_OTOOL64" >&6; }
7281 else
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7283 $as_echo "no" >&6; }
7284 fi
7285
7286 if test "x$ac_ct_OTOOL64" = x; then
7287 OTOOL64=":"
7288 else
7289 case $cross_compiling:$ac_tool_warned in
7290 yes:)
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7293 ac_tool_warned=yes ;;
7294 esac
7295 OTOOL64=$ac_ct_OTOOL64
7296 fi
7297 else
7298 OTOOL64="$ac_cv_prog_OTOOL64"
7299 fi
7300
7301
7302
7303
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320
7321
7322
7323
7324
7325
7326
7327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7328 $as_echo_n "checking for -single_module linker flag... " >&6; }
7329 if ${lt_cv_apple_cc_single_mod+:} false; then :
7330 $as_echo_n "(cached) " >&6
7331 else
7332 lt_cv_apple_cc_single_mod=no
7333 if test -z "${LT_MULTI_MODULE}"; then
7334 # By default we will add the -single_module flag. You can override
7335 # by either setting the environment variable LT_MULTI_MODULE
7336 # non-empty at configure time, or by adding -multi_module to the
7337 # link flags.
7338 rm -rf libconftest.dylib*
7339 echo "int foo(void){return 1;}" > conftest.c
7340 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7341 -dynamiclib -Wl,-single_module conftest.c" >&5
7342 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7343 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7344 _lt_result=$?
7345 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7346 lt_cv_apple_cc_single_mod=yes
7347 else
7348 cat conftest.err >&5
7349 fi
7350 rm -rf libconftest.dylib*
7351 rm -f conftest.*
7352 fi
7353 fi
7354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7355 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7356 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7357 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7358 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7359 $as_echo_n "(cached) " >&6
7360 else
7361 lt_cv_ld_exported_symbols_list=no
7362 save_LDFLAGS=$LDFLAGS
7363 echo "_main" > conftest.sym
7364 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7366 /* end confdefs.h. */
7367
7368 int
7369 main ()
7370 {
7371
7372 ;
7373 return 0;
7374 }
7375 _ACEOF
7376 if ac_fn_c_try_link "$LINENO"; then :
7377 lt_cv_ld_exported_symbols_list=yes
7378 else
7379 lt_cv_ld_exported_symbols_list=no
7380 fi
7381 rm -f core conftest.err conftest.$ac_objext \
7382 conftest$ac_exeext conftest.$ac_ext
7383 LDFLAGS="$save_LDFLAGS"
7384
7385 fi
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7387 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7389 $as_echo_n "checking for -force_load linker flag... " >&6; }
7390 if ${lt_cv_ld_force_load+:} false; then :
7391 $as_echo_n "(cached) " >&6
7392 else
7393 lt_cv_ld_force_load=no
7394 cat > conftest.c << _LT_EOF
7395 int forced_loaded() { return 2;}
7396 _LT_EOF
7397 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7398 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7399 echo "$AR cru libconftest.a conftest.o" >&5
7400 $AR cru libconftest.a conftest.o 2>&5
7401 cat > conftest.c << _LT_EOF
7402 int main() { return 0;}
7403 _LT_EOF
7404 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7405 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7406 _lt_result=$?
7407 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7408 lt_cv_ld_force_load=yes
7409 else
7410 cat conftest.err >&5
7411 fi
7412 rm -f conftest.err libconftest.a conftest conftest.c
7413 rm -rf conftest.dSYM
7414
7415 fi
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7417 $as_echo "$lt_cv_ld_force_load" >&6; }
7418 case $host_os in
7419 rhapsody* | darwin1.[012])
7420 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7421 darwin1.*)
7422 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7423 darwin*) # darwin 5.x on
7424 # if running on 10.5 or later, the deployment target defaults
7425 # to the OS version, if on x86, and 10.4, the deployment
7426 # target defaults to 10.4. Don't you love it?
7427 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7428 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7429 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7430 10.[012][,.]*)
7431 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7432 10.*)
7433 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7434 esac
7435 ;;
7436 esac
7437 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7438 _lt_dar_single_mod='$single_module'
7439 fi
7440 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7441 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7442 else
7443 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7444 fi
7445 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7446 _lt_dsymutil='~$DSYMUTIL $lib || :'
7447 else
7448 _lt_dsymutil=
7449 fi
7450 ;;
7451 esac
7452
7453 for ac_header in dlfcn.h
7454 do :
7455 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7456 "
7457 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7458 cat >>confdefs.h <<_ACEOF
7459 #define HAVE_DLFCN_H 1
7460 _ACEOF
7461
7462 fi
7463
7464 done
7465
7466
7467
7468
7469
7470 # Set options
7471
7472
7473
7474 enable_dlopen=no
7475
7476
7477 enable_win32_dll=no
7478
7479
7480 # Check whether --enable-shared was given.
7481 if test "${enable_shared+set}" = set; then :
7482 enableval=$enable_shared; p=${PACKAGE-default}
7483 case $enableval in
7484 yes) enable_shared=yes ;;
7485 no) enable_shared=no ;;
7486 *)
7487 enable_shared=no
7488 # Look at the argument we got. We use all the common list separators.
7489 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7490 for pkg in $enableval; do
7491 IFS="$lt_save_ifs"
7492 if test "X$pkg" = "X$p"; then
7493 enable_shared=yes
7494 fi
7495 done
7496 IFS="$lt_save_ifs"
7497 ;;
7498 esac
7499 else
7500 enable_shared=yes
7501 fi
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511 # Check whether --enable-static was given.
7512 if test "${enable_static+set}" = set; then :
7513 enableval=$enable_static; p=${PACKAGE-default}
7514 case $enableval in
7515 yes) enable_static=yes ;;
7516 no) enable_static=no ;;
7517 *)
7518 enable_static=no
7519 # Look at the argument we got. We use all the common list separators.
7520 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7521 for pkg in $enableval; do
7522 IFS="$lt_save_ifs"
7523 if test "X$pkg" = "X$p"; then
7524 enable_static=yes
7525 fi
7526 done
7527 IFS="$lt_save_ifs"
7528 ;;
7529 esac
7530 else
7531 enable_static=yes
7532 fi
7533
7534
7535
7536
7537
7538
7539
7540
7541
7542
7543 # Check whether --with-pic was given.
7544 if test "${with_pic+set}" = set; then :
7545 withval=$with_pic; pic_mode="$withval"
7546 else
7547 pic_mode=default
7548 fi
7549
7550
7551 test -z "$pic_mode" && pic_mode=default
7552
7553
7554
7555
7556
7557
7558
7559 # Check whether --enable-fast-install was given.
7560 if test "${enable_fast_install+set}" = set; then :
7561 enableval=$enable_fast_install; p=${PACKAGE-default}
7562 case $enableval in
7563 yes) enable_fast_install=yes ;;
7564 no) enable_fast_install=no ;;
7565 *)
7566 enable_fast_install=no
7567 # Look at the argument we got. We use all the common list separators.
7568 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7569 for pkg in $enableval; do
7570 IFS="$lt_save_ifs"
7571 if test "X$pkg" = "X$p"; then
7572 enable_fast_install=yes
7573 fi
7574 done
7575 IFS="$lt_save_ifs"
7576 ;;
7577 esac
7578 else
7579 enable_fast_install=yes
7580 fi
7581
7582
7583
7584
7585
7586
7587
7588
7589
7590
7591
7592 # This can be used to rebuild libtool when needed
7593 LIBTOOL_DEPS="$ltmain"
7594
7595 # Always use our own libtool.
7596 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7597
7598
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613
7614
7615
7616
7617
7618
7619
7620
7621
7622
7623 test -z "$LN_S" && LN_S="ln -s"
7624
7625
7626
7627
7628
7629
7630
7631
7632
7633
7634
7635
7636
7637
7638 if test -n "${ZSH_VERSION+set}" ; then
7639 setopt NO_GLOB_SUBST
7640 fi
7641
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7643 $as_echo_n "checking for objdir... " >&6; }
7644 if ${lt_cv_objdir+:} false; then :
7645 $as_echo_n "(cached) " >&6
7646 else
7647 rm -f .libs 2>/dev/null
7648 mkdir .libs 2>/dev/null
7649 if test -d .libs; then
7650 lt_cv_objdir=.libs
7651 else
7652 # MS-DOS does not allow filenames that begin with a dot.
7653 lt_cv_objdir=_libs
7654 fi
7655 rmdir .libs 2>/dev/null
7656 fi
7657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7658 $as_echo "$lt_cv_objdir" >&6; }
7659 objdir=$lt_cv_objdir
7660
7661
7662
7663
7664
7665 cat >>confdefs.h <<_ACEOF
7666 #define LT_OBJDIR "$lt_cv_objdir/"
7667 _ACEOF
7668
7669
7670
7671
7672 case $host_os in
7673 aix3*)
7674 # AIX sometimes has problems with the GCC collect2 program. For some
7675 # reason, if we set the COLLECT_NAMES environment variable, the problems
7676 # vanish in a puff of smoke.
7677 if test "X${COLLECT_NAMES+set}" != Xset; then
7678 COLLECT_NAMES=
7679 export COLLECT_NAMES
7680 fi
7681 ;;
7682 esac
7683
7684 # Global variables:
7685 ofile=libtool
7686 can_build_shared=yes
7687
7688 # All known linkers require a `.a' archive for static linking (except MSVC,
7689 # which needs '.lib').
7690 libext=a
7691
7692 with_gnu_ld="$lt_cv_prog_gnu_ld"
7693
7694 old_CC="$CC"
7695 old_CFLAGS="$CFLAGS"
7696
7697 # Set sane defaults for various variables
7698 test -z "$CC" && CC=cc
7699 test -z "$LTCC" && LTCC=$CC
7700 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7701 test -z "$LD" && LD=ld
7702 test -z "$ac_objext" && ac_objext=o
7703
7704 for cc_temp in $compiler""; do
7705 case $cc_temp in
7706 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7707 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7708 \-*) ;;
7709 *) break;;
7710 esac
7711 done
7712 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7713
7714
7715 # Only perform the check for file, if the check method requires it
7716 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7717 case $deplibs_check_method in
7718 file_magic*)
7719 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7721 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7722 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7723 $as_echo_n "(cached) " >&6
7724 else
7725 case $MAGIC_CMD in
7726 [\\/*] | ?:[\\/]*)
7727 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7728 ;;
7729 *)
7730 lt_save_MAGIC_CMD="$MAGIC_CMD"
7731 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7732 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7733 for ac_dir in $ac_dummy; do
7734 IFS="$lt_save_ifs"
7735 test -z "$ac_dir" && ac_dir=.
7736 if test -f $ac_dir/${ac_tool_prefix}file; then
7737 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7738 if test -n "$file_magic_test_file"; then
7739 case $deplibs_check_method in
7740 "file_magic "*)
7741 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7742 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7743 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7744 $EGREP "$file_magic_regex" > /dev/null; then
7745 :
7746 else
7747 cat <<_LT_EOF 1>&2
7748
7749 *** Warning: the command libtool uses to detect shared libraries,
7750 *** $file_magic_cmd, produces output that libtool cannot recognize.
7751 *** The result is that libtool may fail to recognize shared libraries
7752 *** as such. This will affect the creation of libtool libraries that
7753 *** depend on shared libraries, but programs linked with such libtool
7754 *** libraries will work regardless of this problem. Nevertheless, you
7755 *** may want to report the problem to your system manager and/or to
7756 *** bug-libtool@gnu.org
7757
7758 _LT_EOF
7759 fi ;;
7760 esac
7761 fi
7762 break
7763 fi
7764 done
7765 IFS="$lt_save_ifs"
7766 MAGIC_CMD="$lt_save_MAGIC_CMD"
7767 ;;
7768 esac
7769 fi
7770
7771 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7772 if test -n "$MAGIC_CMD"; then
7773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7774 $as_echo "$MAGIC_CMD" >&6; }
7775 else
7776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7777 $as_echo "no" >&6; }
7778 fi
7779
7780
7781
7782
7783
7784 if test -z "$lt_cv_path_MAGIC_CMD"; then
7785 if test -n "$ac_tool_prefix"; then
7786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7787 $as_echo_n "checking for file... " >&6; }
7788 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7789 $as_echo_n "(cached) " >&6
7790 else
7791 case $MAGIC_CMD in
7792 [\\/*] | ?:[\\/]*)
7793 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7794 ;;
7795 *)
7796 lt_save_MAGIC_CMD="$MAGIC_CMD"
7797 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7798 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7799 for ac_dir in $ac_dummy; do
7800 IFS="$lt_save_ifs"
7801 test -z "$ac_dir" && ac_dir=.
7802 if test -f $ac_dir/file; then
7803 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7804 if test -n "$file_magic_test_file"; then
7805 case $deplibs_check_method in
7806 "file_magic "*)
7807 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7808 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7809 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7810 $EGREP "$file_magic_regex" > /dev/null; then
7811 :
7812 else
7813 cat <<_LT_EOF 1>&2
7814
7815 *** Warning: the command libtool uses to detect shared libraries,
7816 *** $file_magic_cmd, produces output that libtool cannot recognize.
7817 *** The result is that libtool may fail to recognize shared libraries
7818 *** as such. This will affect the creation of libtool libraries that
7819 *** depend on shared libraries, but programs linked with such libtool
7820 *** libraries will work regardless of this problem. Nevertheless, you
7821 *** may want to report the problem to your system manager and/or to
7822 *** bug-libtool@gnu.org
7823
7824 _LT_EOF
7825 fi ;;
7826 esac
7827 fi
7828 break
7829 fi
7830 done
7831 IFS="$lt_save_ifs"
7832 MAGIC_CMD="$lt_save_MAGIC_CMD"
7833 ;;
7834 esac
7835 fi
7836
7837 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7838 if test -n "$MAGIC_CMD"; then
7839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7840 $as_echo "$MAGIC_CMD" >&6; }
7841 else
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7843 $as_echo "no" >&6; }
7844 fi
7845
7846
7847 else
7848 MAGIC_CMD=:
7849 fi
7850 fi
7851
7852 fi
7853 ;;
7854 esac
7855
7856 # Use C for the default configuration in the libtool script
7857
7858 lt_save_CC="$CC"
7859 ac_ext=c
7860 ac_cpp='$CPP $CPPFLAGS'
7861 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7862 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7863 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7864
7865
7866 # Source file extension for C test sources.
7867 ac_ext=c
7868
7869 # Object file extension for compiled C test sources.
7870 objext=o
7871 objext=$objext
7872
7873 # Code to be used in simple compile tests
7874 lt_simple_compile_test_code="int some_variable = 0;"
7875
7876 # Code to be used in simple link tests
7877 lt_simple_link_test_code='int main(){return(0);}'
7878
7879
7880
7881
7882
7883
7884
7885 # If no C compiler was specified, use CC.
7886 LTCC=${LTCC-"$CC"}
7887
7888 # If no C compiler flags were specified, use CFLAGS.
7889 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7890
7891 # Allow CC to be a program name with arguments.
7892 compiler=$CC
7893
7894 # Save the default compiler, since it gets overwritten when the other
7895 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7896 compiler_DEFAULT=$CC
7897
7898 # save warnings/boilerplate of simple test code
7899 ac_outfile=conftest.$ac_objext
7900 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7901 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7902 _lt_compiler_boilerplate=`cat conftest.err`
7903 $RM conftest*
7904
7905 ac_outfile=conftest.$ac_objext
7906 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7907 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7908 _lt_linker_boilerplate=`cat conftest.err`
7909 $RM -r conftest*
7910
7911
7912 ## CAVEAT EMPTOR:
7913 ## There is no encapsulation within the following macros, do not change
7914 ## the running order or otherwise move them around unless you know exactly
7915 ## what you are doing...
7916 if test -n "$compiler"; then
7917
7918 lt_prog_compiler_no_builtin_flag=
7919
7920 if test "$GCC" = yes; then
7921 case $cc_basename in
7922 nvcc*)
7923 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7924 *)
7925 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7926 esac
7927
7928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7929 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7930 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7931 $as_echo_n "(cached) " >&6
7932 else
7933 lt_cv_prog_compiler_rtti_exceptions=no
7934 ac_outfile=conftest.$ac_objext
7935 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7936 lt_compiler_flag="-fno-rtti -fno-exceptions"
7937 # Insert the option either (1) after the last *FLAGS variable, or
7938 # (2) before a word containing "conftest.", or (3) at the end.
7939 # Note that $ac_compile itself does not contain backslashes and begins
7940 # with a dollar sign (not a hyphen), so the echo should work correctly.
7941 # The option is referenced via a variable to avoid confusing sed.
7942 lt_compile=`echo "$ac_compile" | $SED \
7943 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7944 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7945 -e 's:$: $lt_compiler_flag:'`
7946 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7947 (eval "$lt_compile" 2>conftest.err)
7948 ac_status=$?
7949 cat conftest.err >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 if (exit $ac_status) && test -s "$ac_outfile"; then
7952 # The compiler can only warn and ignore the option if not recognized
7953 # So say no if there are warnings other than the usual output.
7954 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7955 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7956 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7957 lt_cv_prog_compiler_rtti_exceptions=yes
7958 fi
7959 fi
7960 $RM conftest*
7961
7962 fi
7963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7964 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7965
7966 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7967 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7968 else
7969 :
7970 fi
7971
7972 fi
7973
7974
7975
7976
7977
7978
7979 lt_prog_compiler_wl=
7980 lt_prog_compiler_pic=
7981 lt_prog_compiler_static=
7982
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7984 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7985
7986 if test "$GCC" = yes; then
7987 lt_prog_compiler_wl='-Wl,'
7988 lt_prog_compiler_static='-static'
7989
7990 case $host_os in
7991 aix*)
7992 # All AIX code is PIC.
7993 if test "$host_cpu" = ia64; then
7994 # AIX 5 now supports IA64 processor
7995 lt_prog_compiler_static='-Bstatic'
7996 fi
7997 lt_prog_compiler_pic='-fPIC'
7998 ;;
7999
8000 amigaos*)
8001 case $host_cpu in
8002 powerpc)
8003 # see comment about AmigaOS4 .so support
8004 lt_prog_compiler_pic='-fPIC'
8005 ;;
8006 m68k)
8007 # FIXME: we need at least 68020 code to build shared libraries, but
8008 # adding the `-m68020' flag to GCC prevents building anything better,
8009 # like `-m68040'.
8010 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8011 ;;
8012 esac
8013 ;;
8014
8015 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8016 # PIC is the default for these OSes.
8017 ;;
8018
8019 mingw* | cygwin* | pw32* | os2* | cegcc*)
8020 # This hack is so that the source file can tell whether it is being
8021 # built for inclusion in a dll (and should export symbols for example).
8022 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8023 # (--disable-auto-import) libraries
8024 lt_prog_compiler_pic='-DDLL_EXPORT'
8025 ;;
8026
8027 darwin* | rhapsody*)
8028 # PIC is the default on this platform
8029 # Common symbols not allowed in MH_DYLIB files
8030 lt_prog_compiler_pic='-fno-common'
8031 ;;
8032
8033 haiku*)
8034 # PIC is the default for Haiku.
8035 # The "-static" flag exists, but is broken.
8036 lt_prog_compiler_static=
8037 ;;
8038
8039 hpux*)
8040 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8041 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8042 # sets the default TLS model and affects inlining.
8043 case $host_cpu in
8044 hppa*64*)
8045 # +Z the default
8046 ;;
8047 *)
8048 lt_prog_compiler_pic='-fPIC'
8049 ;;
8050 esac
8051 ;;
8052
8053 interix[3-9]*)
8054 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8055 # Instead, we relocate shared libraries at runtime.
8056 ;;
8057
8058 msdosdjgpp*)
8059 # Just because we use GCC doesn't mean we suddenly get shared libraries
8060 # on systems that don't support them.
8061 lt_prog_compiler_can_build_shared=no
8062 enable_shared=no
8063 ;;
8064
8065 *nto* | *qnx*)
8066 # QNX uses GNU C++, but need to define -shared option too, otherwise
8067 # it will coredump.
8068 lt_prog_compiler_pic='-fPIC -shared'
8069 ;;
8070
8071 sysv4*MP*)
8072 if test -d /usr/nec; then
8073 lt_prog_compiler_pic=-Kconform_pic
8074 fi
8075 ;;
8076
8077 *)
8078 lt_prog_compiler_pic='-fPIC'
8079 ;;
8080 esac
8081
8082 case $cc_basename in
8083 nvcc*) # Cuda Compiler Driver 2.2
8084 lt_prog_compiler_wl='-Xlinker '
8085 lt_prog_compiler_pic='-Xcompiler -fPIC'
8086 ;;
8087 esac
8088 else
8089 # PORTME Check for flag to pass linker flags through the system compiler.
8090 case $host_os in
8091 aix*)
8092 lt_prog_compiler_wl='-Wl,'
8093 if test "$host_cpu" = ia64; then
8094 # AIX 5 now supports IA64 processor
8095 lt_prog_compiler_static='-Bstatic'
8096 else
8097 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8098 fi
8099 ;;
8100
8101 mingw* | cygwin* | pw32* | os2* | cegcc*)
8102 # This hack is so that the source file can tell whether it is being
8103 # built for inclusion in a dll (and should export symbols for example).
8104 lt_prog_compiler_pic='-DDLL_EXPORT'
8105 ;;
8106
8107 hpux9* | hpux10* | hpux11*)
8108 lt_prog_compiler_wl='-Wl,'
8109 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8110 # not for PA HP-UX.
8111 case $host_cpu in
8112 hppa*64*|ia64*)
8113 # +Z the default
8114 ;;
8115 *)
8116 lt_prog_compiler_pic='+Z'
8117 ;;
8118 esac
8119 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8120 lt_prog_compiler_static='${wl}-a ${wl}archive'
8121 ;;
8122
8123 irix5* | irix6* | nonstopux*)
8124 lt_prog_compiler_wl='-Wl,'
8125 # PIC (with -KPIC) is the default.
8126 lt_prog_compiler_static='-non_shared'
8127 ;;
8128
8129 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8130 case $cc_basename in
8131 # old Intel for x86_64 which still supported -KPIC.
8132 ecc*)
8133 lt_prog_compiler_wl='-Wl,'
8134 lt_prog_compiler_pic='-KPIC'
8135 lt_prog_compiler_static='-static'
8136 ;;
8137 # icc used to be incompatible with GCC.
8138 # ICC 10 doesn't accept -KPIC any more.
8139 icc* | ifort*)
8140 lt_prog_compiler_wl='-Wl,'
8141 lt_prog_compiler_pic='-fPIC'
8142 lt_prog_compiler_static='-static'
8143 ;;
8144 # Lahey Fortran 8.1.
8145 lf95*)
8146 lt_prog_compiler_wl='-Wl,'
8147 lt_prog_compiler_pic='--shared'
8148 lt_prog_compiler_static='--static'
8149 ;;
8150 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8151 # Portland Group compilers (*not* the Pentium gcc compiler,
8152 # which looks to be a dead project)
8153 lt_prog_compiler_wl='-Wl,'
8154 lt_prog_compiler_pic='-fpic'
8155 lt_prog_compiler_static='-Bstatic'
8156 ;;
8157 ccc*)
8158 lt_prog_compiler_wl='-Wl,'
8159 # All Alpha code is PIC.
8160 lt_prog_compiler_static='-non_shared'
8161 ;;
8162 xl* | bgxl* | bgf* | mpixl*)
8163 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8164 lt_prog_compiler_wl='-Wl,'
8165 lt_prog_compiler_pic='-qpic'
8166 lt_prog_compiler_static='-qstaticlink'
8167 ;;
8168 *)
8169 case `$CC -V 2>&1 | sed 5q` in
8170 *Sun\ F* | *Sun*Fortran*)
8171 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8172 lt_prog_compiler_pic='-KPIC'
8173 lt_prog_compiler_static='-Bstatic'
8174 lt_prog_compiler_wl=''
8175 ;;
8176 *Sun\ C*)
8177 # Sun C 5.9
8178 lt_prog_compiler_pic='-KPIC'
8179 lt_prog_compiler_static='-Bstatic'
8180 lt_prog_compiler_wl='-Wl,'
8181 ;;
8182 esac
8183 ;;
8184 esac
8185 ;;
8186
8187 newsos6)
8188 lt_prog_compiler_pic='-KPIC'
8189 lt_prog_compiler_static='-Bstatic'
8190 ;;
8191
8192 *nto* | *qnx*)
8193 # QNX uses GNU C++, but need to define -shared option too, otherwise
8194 # it will coredump.
8195 lt_prog_compiler_pic='-fPIC -shared'
8196 ;;
8197
8198 osf3* | osf4* | osf5*)
8199 lt_prog_compiler_wl='-Wl,'
8200 # All OSF/1 code is PIC.
8201 lt_prog_compiler_static='-non_shared'
8202 ;;
8203
8204 rdos*)
8205 lt_prog_compiler_static='-non_shared'
8206 ;;
8207
8208 solaris*)
8209 lt_prog_compiler_pic='-KPIC'
8210 lt_prog_compiler_static='-Bstatic'
8211 case $cc_basename in
8212 f77* | f90* | f95*)
8213 lt_prog_compiler_wl='-Qoption ld ';;
8214 *)
8215 lt_prog_compiler_wl='-Wl,';;
8216 esac
8217 ;;
8218
8219 sunos4*)
8220 lt_prog_compiler_wl='-Qoption ld '
8221 lt_prog_compiler_pic='-PIC'
8222 lt_prog_compiler_static='-Bstatic'
8223 ;;
8224
8225 sysv4 | sysv4.2uw2* | sysv4.3*)
8226 lt_prog_compiler_wl='-Wl,'
8227 lt_prog_compiler_pic='-KPIC'
8228 lt_prog_compiler_static='-Bstatic'
8229 ;;
8230
8231 sysv4*MP*)
8232 if test -d /usr/nec ;then
8233 lt_prog_compiler_pic='-Kconform_pic'
8234 lt_prog_compiler_static='-Bstatic'
8235 fi
8236 ;;
8237
8238 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8239 lt_prog_compiler_wl='-Wl,'
8240 lt_prog_compiler_pic='-KPIC'
8241 lt_prog_compiler_static='-Bstatic'
8242 ;;
8243
8244 unicos*)
8245 lt_prog_compiler_wl='-Wl,'
8246 lt_prog_compiler_can_build_shared=no
8247 ;;
8248
8249 uts4*)
8250 lt_prog_compiler_pic='-pic'
8251 lt_prog_compiler_static='-Bstatic'
8252 ;;
8253
8254 *)
8255 lt_prog_compiler_can_build_shared=no
8256 ;;
8257 esac
8258 fi
8259
8260 case $host_os in
8261 # For platforms which do not support PIC, -DPIC is meaningless:
8262 *djgpp*)
8263 lt_prog_compiler_pic=
8264 ;;
8265 *)
8266 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8267 ;;
8268 esac
8269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8270 $as_echo "$lt_prog_compiler_pic" >&6; }
8271
8272
8273
8274
8275
8276
8277 #
8278 # Check to make sure the PIC flag actually works.
8279 #
8280 if test -n "$lt_prog_compiler_pic"; then
8281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8282 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8283 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8284 $as_echo_n "(cached) " >&6
8285 else
8286 lt_cv_prog_compiler_pic_works=no
8287 ac_outfile=conftest.$ac_objext
8288 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8289 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8290 # Insert the option either (1) after the last *FLAGS variable, or
8291 # (2) before a word containing "conftest.", or (3) at the end.
8292 # Note that $ac_compile itself does not contain backslashes and begins
8293 # with a dollar sign (not a hyphen), so the echo should work correctly.
8294 # The option is referenced via a variable to avoid confusing sed.
8295 lt_compile=`echo "$ac_compile" | $SED \
8296 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8297 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8298 -e 's:$: $lt_compiler_flag:'`
8299 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8300 (eval "$lt_compile" 2>conftest.err)
8301 ac_status=$?
8302 cat conftest.err >&5
8303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8304 if (exit $ac_status) && test -s "$ac_outfile"; then
8305 # The compiler can only warn and ignore the option if not recognized
8306 # So say no if there are warnings other than the usual output.
8307 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8308 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8309 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8310 lt_cv_prog_compiler_pic_works=yes
8311 fi
8312 fi
8313 $RM conftest*
8314
8315 fi
8316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8317 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8318
8319 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8320 case $lt_prog_compiler_pic in
8321 "" | " "*) ;;
8322 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8323 esac
8324 else
8325 lt_prog_compiler_pic=
8326 lt_prog_compiler_can_build_shared=no
8327 fi
8328
8329 fi
8330
8331
8332
8333
8334
8335
8336 #
8337 # Check to make sure the static flag actually works.
8338 #
8339 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8341 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8342 if ${lt_cv_prog_compiler_static_works+:} false; then :
8343 $as_echo_n "(cached) " >&6
8344 else
8345 lt_cv_prog_compiler_static_works=no
8346 save_LDFLAGS="$LDFLAGS"
8347 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8348 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8349 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8350 # The linker can only warn and ignore the option if not recognized
8351 # So say no if there are warnings
8352 if test -s conftest.err; then
8353 # Append any errors to the config.log.
8354 cat conftest.err 1>&5
8355 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8356 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8357 if diff conftest.exp conftest.er2 >/dev/null; then
8358 lt_cv_prog_compiler_static_works=yes
8359 fi
8360 else
8361 lt_cv_prog_compiler_static_works=yes
8362 fi
8363 fi
8364 $RM -r conftest*
8365 LDFLAGS="$save_LDFLAGS"
8366
8367 fi
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8369 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8370
8371 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8372 :
8373 else
8374 lt_prog_compiler_static=
8375 fi
8376
8377
8378
8379
8380
8381
8382
8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8384 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8385 if ${lt_cv_prog_compiler_c_o+:} false; then :
8386 $as_echo_n "(cached) " >&6
8387 else
8388 lt_cv_prog_compiler_c_o=no
8389 $RM -r conftest 2>/dev/null
8390 mkdir conftest
8391 cd conftest
8392 mkdir out
8393 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8394
8395 lt_compiler_flag="-o out/conftest2.$ac_objext"
8396 # Insert the option either (1) after the last *FLAGS variable, or
8397 # (2) before a word containing "conftest.", or (3) at the end.
8398 # Note that $ac_compile itself does not contain backslashes and begins
8399 # with a dollar sign (not a hyphen), so the echo should work correctly.
8400 lt_compile=`echo "$ac_compile" | $SED \
8401 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8402 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8403 -e 's:$: $lt_compiler_flag:'`
8404 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8405 (eval "$lt_compile" 2>out/conftest.err)
8406 ac_status=$?
8407 cat out/conftest.err >&5
8408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8409 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8410 then
8411 # The compiler can only warn and ignore the option if not recognized
8412 # So say no if there are warnings
8413 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8414 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8415 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8416 lt_cv_prog_compiler_c_o=yes
8417 fi
8418 fi
8419 chmod u+w . 2>&5
8420 $RM conftest*
8421 # SGI C++ compiler will create directory out/ii_files/ for
8422 # template instantiation
8423 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8424 $RM out/* && rmdir out
8425 cd ..
8426 $RM -r conftest
8427 $RM conftest*
8428
8429 fi
8430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8431 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8432
8433
8434
8435
8436
8437
8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8439 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8440 if ${lt_cv_prog_compiler_c_o+:} false; then :
8441 $as_echo_n "(cached) " >&6
8442 else
8443 lt_cv_prog_compiler_c_o=no
8444 $RM -r conftest 2>/dev/null
8445 mkdir conftest
8446 cd conftest
8447 mkdir out
8448 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8449
8450 lt_compiler_flag="-o out/conftest2.$ac_objext"
8451 # Insert the option either (1) after the last *FLAGS variable, or
8452 # (2) before a word containing "conftest.", or (3) at the end.
8453 # Note that $ac_compile itself does not contain backslashes and begins
8454 # with a dollar sign (not a hyphen), so the echo should work correctly.
8455 lt_compile=`echo "$ac_compile" | $SED \
8456 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8457 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8458 -e 's:$: $lt_compiler_flag:'`
8459 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8460 (eval "$lt_compile" 2>out/conftest.err)
8461 ac_status=$?
8462 cat out/conftest.err >&5
8463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8464 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8465 then
8466 # The compiler can only warn and ignore the option if not recognized
8467 # So say no if there are warnings
8468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8469 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8470 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8471 lt_cv_prog_compiler_c_o=yes
8472 fi
8473 fi
8474 chmod u+w . 2>&5
8475 $RM conftest*
8476 # SGI C++ compiler will create directory out/ii_files/ for
8477 # template instantiation
8478 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8479 $RM out/* && rmdir out
8480 cd ..
8481 $RM -r conftest
8482 $RM conftest*
8483
8484 fi
8485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8486 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8487
8488
8489
8490
8491 hard_links="nottested"
8492 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8493 # do not overwrite the value of need_locks provided by the user
8494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8495 $as_echo_n "checking if we can lock with hard links... " >&6; }
8496 hard_links=yes
8497 $RM conftest*
8498 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8499 touch conftest.a
8500 ln conftest.a conftest.b 2>&5 || hard_links=no
8501 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8503 $as_echo "$hard_links" >&6; }
8504 if test "$hard_links" = no; then
8505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8506 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8507 need_locks=warn
8508 fi
8509 else
8510 need_locks=no
8511 fi
8512
8513
8514
8515
8516
8517
8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8519 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8520
8521 runpath_var=
8522 allow_undefined_flag=
8523 always_export_symbols=no
8524 archive_cmds=
8525 archive_expsym_cmds=
8526 compiler_needs_object=no
8527 enable_shared_with_static_runtimes=no
8528 export_dynamic_flag_spec=
8529 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8530 hardcode_automatic=no
8531 hardcode_direct=no
8532 hardcode_direct_absolute=no
8533 hardcode_libdir_flag_spec=
8534 hardcode_libdir_flag_spec_ld=
8535 hardcode_libdir_separator=
8536 hardcode_minus_L=no
8537 hardcode_shlibpath_var=unsupported
8538 inherit_rpath=no
8539 link_all_deplibs=unknown
8540 module_cmds=
8541 module_expsym_cmds=
8542 old_archive_from_new_cmds=
8543 old_archive_from_expsyms_cmds=
8544 thread_safe_flag_spec=
8545 whole_archive_flag_spec=
8546 # include_expsyms should be a list of space-separated symbols to be *always*
8547 # included in the symbol list
8548 include_expsyms=
8549 # exclude_expsyms can be an extended regexp of symbols to exclude
8550 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8551 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8552 # as well as any symbol that contains `d'.
8553 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8554 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8555 # platforms (ab)use it in PIC code, but their linkers get confused if
8556 # the symbol is explicitly referenced. Since portable code cannot
8557 # rely on this symbol name, it's probably fine to never include it in
8558 # preloaded symbol tables.
8559 # Exclude shared library initialization/finalization symbols.
8560 extract_expsyms_cmds=
8561
8562 case $host_os in
8563 cygwin* | mingw* | pw32* | cegcc*)
8564 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8565 # When not using gcc, we currently assume that we are using
8566 # Microsoft Visual C++.
8567 if test "$GCC" != yes; then
8568 with_gnu_ld=no
8569 fi
8570 ;;
8571 interix*)
8572 # we just hope/assume this is gcc and not c89 (= MSVC++)
8573 with_gnu_ld=yes
8574 ;;
8575 openbsd*)
8576 with_gnu_ld=no
8577 ;;
8578 esac
8579
8580 ld_shlibs=yes
8581
8582 # On some targets, GNU ld is compatible enough with the native linker
8583 # that we're better off using the native interface for both.
8584 lt_use_gnu_ld_interface=no
8585 if test "$with_gnu_ld" = yes; then
8586 case $host_os in
8587 aix*)
8588 # The AIX port of GNU ld has always aspired to compatibility
8589 # with the native linker. However, as the warning in the GNU ld
8590 # block says, versions before 2.19.5* couldn't really create working
8591 # shared libraries, regardless of the interface used.
8592 case `$LD -v 2>&1` in
8593 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8594 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8595 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8596 *)
8597 lt_use_gnu_ld_interface=yes
8598 ;;
8599 esac
8600 ;;
8601 *)
8602 lt_use_gnu_ld_interface=yes
8603 ;;
8604 esac
8605 fi
8606
8607 if test "$lt_use_gnu_ld_interface" = yes; then
8608 # If archive_cmds runs LD, not CC, wlarc should be empty
8609 wlarc='${wl}'
8610
8611 # Set some defaults for GNU ld with shared library support. These
8612 # are reset later if shared libraries are not supported. Putting them
8613 # here allows them to be overridden if necessary.
8614 runpath_var=LD_RUN_PATH
8615 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8616 export_dynamic_flag_spec='${wl}--export-dynamic'
8617 # ancient GNU ld didn't support --whole-archive et. al.
8618 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8619 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8620 else
8621 whole_archive_flag_spec=
8622 fi
8623 supports_anon_versioning=no
8624 case `$LD -v 2>&1` in
8625 *GNU\ gold*) supports_anon_versioning=yes ;;
8626 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8627 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8628 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8629 *\ 2.11.*) ;; # other 2.11 versions
8630 *) supports_anon_versioning=yes ;;
8631 esac
8632
8633 # See if GNU ld supports shared libraries.
8634 case $host_os in
8635 aix[3-9]*)
8636 # On AIX/PPC, the GNU linker is very broken
8637 if test "$host_cpu" != ia64; then
8638 ld_shlibs=no
8639 cat <<_LT_EOF 1>&2
8640
8641 *** Warning: the GNU linker, at least up to release 2.19, is reported
8642 *** to be unable to reliably create shared libraries on AIX.
8643 *** Therefore, libtool is disabling shared libraries support. If you
8644 *** really care for shared libraries, you may want to install binutils
8645 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8646 *** You will then need to restart the configuration process.
8647
8648 _LT_EOF
8649 fi
8650 ;;
8651
8652 amigaos*)
8653 case $host_cpu in
8654 powerpc)
8655 # see comment about AmigaOS4 .so support
8656 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8657 archive_expsym_cmds=''
8658 ;;
8659 m68k)
8660 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)'
8661 hardcode_libdir_flag_spec='-L$libdir'
8662 hardcode_minus_L=yes
8663 ;;
8664 esac
8665 ;;
8666
8667 beos*)
8668 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8669 allow_undefined_flag=unsupported
8670 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8671 # support --undefined. This deserves some investigation. FIXME
8672 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8673 else
8674 ld_shlibs=no
8675 fi
8676 ;;
8677
8678 cygwin* | mingw* | pw32* | cegcc*)
8679 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8680 # as there is no search path for DLLs.
8681 hardcode_libdir_flag_spec='-L$libdir'
8682 export_dynamic_flag_spec='${wl}--export-all-symbols'
8683 allow_undefined_flag=unsupported
8684 always_export_symbols=no
8685 enable_shared_with_static_runtimes=yes
8686 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8687
8688 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8690 # If the export-symbols file already is a .def file (1st line
8691 # is EXPORTS), use it as is; otherwise, prepend...
8692 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8693 cp $export_symbols $output_objdir/$soname.def;
8694 else
8695 echo EXPORTS > $output_objdir/$soname.def;
8696 cat $export_symbols >> $output_objdir/$soname.def;
8697 fi~
8698 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8699 else
8700 ld_shlibs=no
8701 fi
8702 ;;
8703
8704 haiku*)
8705 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8706 link_all_deplibs=yes
8707 ;;
8708
8709 interix[3-9]*)
8710 hardcode_direct=no
8711 hardcode_shlibpath_var=no
8712 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8713 export_dynamic_flag_spec='${wl}-E'
8714 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8715 # Instead, shared libraries are loaded at an image base (0x10000000 by
8716 # default) and relocated if they conflict, which is a slow very memory
8717 # consuming and fragmenting process. To avoid this, we pick a random,
8718 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8719 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8720 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8721 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'
8722 ;;
8723
8724 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8725 tmp_diet=no
8726 if test "$host_os" = linux-dietlibc; then
8727 case $cc_basename in
8728 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8729 esac
8730 fi
8731 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8732 && test "$tmp_diet" = no
8733 then
8734 tmp_addflag=' $pic_flag'
8735 tmp_sharedflag='-shared'
8736 case $cc_basename,$host_cpu in
8737 pgcc*) # Portland Group C compiler
8738 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'
8739 tmp_addflag=' $pic_flag'
8740 ;;
8741 pgf77* | pgf90* | pgf95* | pgfortran*)
8742 # Portland Group f77 and f90 compilers
8743 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'
8744 tmp_addflag=' $pic_flag -Mnomain' ;;
8745 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8746 tmp_addflag=' -i_dynamic' ;;
8747 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8748 tmp_addflag=' -i_dynamic -nofor_main' ;;
8749 ifc* | ifort*) # Intel Fortran compiler
8750 tmp_addflag=' -nofor_main' ;;
8751 lf95*) # Lahey Fortran 8.1
8752 whole_archive_flag_spec=
8753 tmp_sharedflag='--shared' ;;
8754 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8755 tmp_sharedflag='-qmkshrobj'
8756 tmp_addflag= ;;
8757 nvcc*) # Cuda Compiler Driver 2.2
8758 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'
8759 compiler_needs_object=yes
8760 ;;
8761 esac
8762 case `$CC -V 2>&1 | sed 5q` in
8763 *Sun\ C*) # Sun C 5.9
8764 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'
8765 compiler_needs_object=yes
8766 tmp_sharedflag='-G' ;;
8767 *Sun\ F*) # Sun Fortran 8.3
8768 tmp_sharedflag='-G' ;;
8769 esac
8770 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8771
8772 if test "x$supports_anon_versioning" = xyes; then
8773 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8774 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8775 echo "local: *; };" >> $output_objdir/$libname.ver~
8776 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8777 fi
8778
8779 case $cc_basename in
8780 xlf* | bgf* | bgxlf* | mpixlf*)
8781 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8782 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8783 hardcode_libdir_flag_spec=
8784 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8785 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8786 if test "x$supports_anon_versioning" = xyes; then
8787 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8788 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8789 echo "local: *; };" >> $output_objdir/$libname.ver~
8790 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8791 fi
8792 ;;
8793 esac
8794 else
8795 ld_shlibs=no
8796 fi
8797 ;;
8798
8799 netbsd*)
8800 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8801 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8802 wlarc=
8803 else
8804 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8805 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8806 fi
8807 ;;
8808
8809 solaris*)
8810 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8811 ld_shlibs=no
8812 cat <<_LT_EOF 1>&2
8813
8814 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8815 *** create shared libraries on Solaris systems. Therefore, libtool
8816 *** is disabling shared libraries support. We urge you to upgrade GNU
8817 *** binutils to release 2.9.1 or newer. Another option is to modify
8818 *** your PATH or compiler configuration so that the native linker is
8819 *** used, and then restart.
8820
8821 _LT_EOF
8822 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8823 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8824 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8825 else
8826 ld_shlibs=no
8827 fi
8828 ;;
8829
8830 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8831 case `$LD -v 2>&1` in
8832 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8833 ld_shlibs=no
8834 cat <<_LT_EOF 1>&2
8835
8836 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8837 *** reliably create shared libraries on SCO systems. Therefore, libtool
8838 *** is disabling shared libraries support. We urge you to upgrade GNU
8839 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8840 *** your PATH or compiler configuration so that the native linker is
8841 *** used, and then restart.
8842
8843 _LT_EOF
8844 ;;
8845 *)
8846 # For security reasons, it is highly recommended that you always
8847 # use absolute paths for naming shared libraries, and exclude the
8848 # DT_RUNPATH tag from executables and libraries. But doing so
8849 # requires that you compile everything twice, which is a pain.
8850 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8851 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8852 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8853 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8854 else
8855 ld_shlibs=no
8856 fi
8857 ;;
8858 esac
8859 ;;
8860
8861 sunos4*)
8862 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8863 wlarc=
8864 hardcode_direct=yes
8865 hardcode_shlibpath_var=no
8866 ;;
8867
8868 *)
8869 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8870 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8871 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8872 else
8873 ld_shlibs=no
8874 fi
8875 ;;
8876 esac
8877
8878 if test "$ld_shlibs" = no; then
8879 runpath_var=
8880 hardcode_libdir_flag_spec=
8881 export_dynamic_flag_spec=
8882 whole_archive_flag_spec=
8883 fi
8884 else
8885 # PORTME fill in a description of your system's linker (not GNU ld)
8886 case $host_os in
8887 aix3*)
8888 allow_undefined_flag=unsupported
8889 always_export_symbols=yes
8890 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'
8891 # Note: this linker hardcodes the directories in LIBPATH if there
8892 # are no directories specified by -L.
8893 hardcode_minus_L=yes
8894 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8895 # Neither direct hardcoding nor static linking is supported with a
8896 # broken collect2.
8897 hardcode_direct=unsupported
8898 fi
8899 ;;
8900
8901 aix[4-9]*)
8902 if test "$host_cpu" = ia64; then
8903 # On IA64, the linker does run time linking by default, so we don't
8904 # have to do anything special.
8905 aix_use_runtimelinking=no
8906 exp_sym_flag='-Bexport'
8907 no_entry_flag=""
8908 else
8909 # If we're using GNU nm, then we don't want the "-C" option.
8910 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8911 # Also, AIX nm treats weak defined symbols like other global
8912 # defined symbols, whereas GNU nm marks them as "W".
8913 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8914 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'
8915 else
8916 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'
8917 fi
8918 aix_use_runtimelinking=no
8919
8920 # Test if we are trying to use run time linking or normal
8921 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8922 # need to do runtime linking.
8923 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8924 for ld_flag in $LDFLAGS; do
8925 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8926 aix_use_runtimelinking=yes
8927 break
8928 fi
8929 done
8930 ;;
8931 esac
8932
8933 exp_sym_flag='-bexport'
8934 no_entry_flag='-bnoentry'
8935 fi
8936
8937 # When large executables or shared objects are built, AIX ld can
8938 # have problems creating the table of contents. If linking a library
8939 # or program results in "error TOC overflow" add -mminimal-toc to
8940 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8941 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8942
8943 archive_cmds=''
8944 hardcode_direct=yes
8945 hardcode_direct_absolute=yes
8946 hardcode_libdir_separator=':'
8947 link_all_deplibs=yes
8948 file_list_spec='${wl}-f,'
8949
8950 if test "$GCC" = yes; then
8951 case $host_os in aix4.[012]|aix4.[012].*)
8952 # We only want to do this on AIX 4.2 and lower, the check
8953 # below for broken collect2 doesn't work under 4.3+
8954 collect2name=`${CC} -print-prog-name=collect2`
8955 if test -f "$collect2name" &&
8956 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8957 then
8958 # We have reworked collect2
8959 :
8960 else
8961 # We have old collect2
8962 hardcode_direct=unsupported
8963 # It fails to find uninstalled libraries when the uninstalled
8964 # path is not listed in the libpath. Setting hardcode_minus_L
8965 # to unsupported forces relinking
8966 hardcode_minus_L=yes
8967 hardcode_libdir_flag_spec='-L$libdir'
8968 hardcode_libdir_separator=
8969 fi
8970 ;;
8971 esac
8972 shared_flag='-shared'
8973 if test "$aix_use_runtimelinking" = yes; then
8974 shared_flag="$shared_flag "'${wl}-G'
8975 fi
8976 else
8977 # not using gcc
8978 if test "$host_cpu" = ia64; then
8979 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8980 # chokes on -Wl,-G. The following line is correct:
8981 shared_flag='-G'
8982 else
8983 if test "$aix_use_runtimelinking" = yes; then
8984 shared_flag='${wl}-G'
8985 else
8986 shared_flag='${wl}-bM:SRE'
8987 fi
8988 fi
8989 fi
8990
8991 export_dynamic_flag_spec='${wl}-bexpall'
8992 # It seems that -bexpall does not export symbols beginning with
8993 # underscore (_), so it is better to generate a list of symbols to export.
8994 always_export_symbols=yes
8995 if test "$aix_use_runtimelinking" = yes; then
8996 # Warning - without using the other runtime loading flags (-brtl),
8997 # -berok will link without error, but may produce a broken library.
8998 allow_undefined_flag='-berok'
8999 # Determine the default libpath from the value encoded in an
9000 # empty executable.
9001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9002 /* end confdefs.h. */
9003
9004 int
9005 main ()
9006 {
9007
9008 ;
9009 return 0;
9010 }
9011 _ACEOF
9012 if ac_fn_c_try_link "$LINENO"; then :
9013
9014 lt_aix_libpath_sed='
9015 /Import File Strings/,/^$/ {
9016 /^0/ {
9017 s/^0 *\(.*\)$/\1/
9018 p
9019 }
9020 }'
9021 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9022 # Check for a 64-bit object if we didn't find anything.
9023 if test -z "$aix_libpath"; then
9024 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9025 fi
9026 fi
9027 rm -f core conftest.err conftest.$ac_objext \
9028 conftest$ac_exeext conftest.$ac_ext
9029 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9030
9031 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9032 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"
9033 else
9034 if test "$host_cpu" = ia64; then
9035 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9036 allow_undefined_flag="-z nodefs"
9037 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"
9038 else
9039 # Determine the default libpath from the value encoded in an
9040 # empty executable.
9041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9042 /* end confdefs.h. */
9043
9044 int
9045 main ()
9046 {
9047
9048 ;
9049 return 0;
9050 }
9051 _ACEOF
9052 if ac_fn_c_try_link "$LINENO"; then :
9053
9054 lt_aix_libpath_sed='
9055 /Import File Strings/,/^$/ {
9056 /^0/ {
9057 s/^0 *\(.*\)$/\1/
9058 p
9059 }
9060 }'
9061 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9062 # Check for a 64-bit object if we didn't find anything.
9063 if test -z "$aix_libpath"; then
9064 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9065 fi
9066 fi
9067 rm -f core conftest.err conftest.$ac_objext \
9068 conftest$ac_exeext conftest.$ac_ext
9069 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9070
9071 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9072 # Warning - without using the other run time loading flags,
9073 # -berok will link without error, but may produce a broken library.
9074 no_undefined_flag=' ${wl}-bernotok'
9075 allow_undefined_flag=' ${wl}-berok'
9076 if test "$with_gnu_ld" = yes; then
9077 # We only use this code for GNU lds that support --whole-archive.
9078 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9079 else
9080 # Exported symbols can be pulled into shared objects from archives
9081 whole_archive_flag_spec='$convenience'
9082 fi
9083 archive_cmds_need_lc=yes
9084 # This is similar to how AIX traditionally builds its shared libraries.
9085 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'
9086 fi
9087 fi
9088 ;;
9089
9090 amigaos*)
9091 case $host_cpu in
9092 powerpc)
9093 # see comment about AmigaOS4 .so support
9094 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9095 archive_expsym_cmds=''
9096 ;;
9097 m68k)
9098 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)'
9099 hardcode_libdir_flag_spec='-L$libdir'
9100 hardcode_minus_L=yes
9101 ;;
9102 esac
9103 ;;
9104
9105 bsdi[45]*)
9106 export_dynamic_flag_spec=-rdynamic
9107 ;;
9108
9109 cygwin* | mingw* | pw32* | cegcc*)
9110 # When not using gcc, we currently assume that we are using
9111 # Microsoft Visual C++.
9112 # hardcode_libdir_flag_spec is actually meaningless, as there is
9113 # no search path for DLLs.
9114 hardcode_libdir_flag_spec=' '
9115 allow_undefined_flag=unsupported
9116 # Tell ltmain to make .lib files, not .a files.
9117 libext=lib
9118 # Tell ltmain to make .dll files, not .so files.
9119 shrext_cmds=".dll"
9120 # FIXME: Setting linknames here is a bad hack.
9121 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9122 # The linker will automatically build a .lib file if we build a DLL.
9123 old_archive_from_new_cmds='true'
9124 # FIXME: Should let the user specify the lib program.
9125 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9126 fix_srcfile_path='`cygpath -w "$srcfile"`'
9127 enable_shared_with_static_runtimes=yes
9128 ;;
9129
9130 darwin* | rhapsody*)
9131
9132
9133 archive_cmds_need_lc=no
9134 hardcode_direct=no
9135 hardcode_automatic=yes
9136 hardcode_shlibpath_var=unsupported
9137 if test "$lt_cv_ld_force_load" = "yes"; then
9138 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\"`'
9139 else
9140 whole_archive_flag_spec=''
9141 fi
9142 link_all_deplibs=yes
9143 allow_undefined_flag="$_lt_dar_allow_undefined"
9144 case $cc_basename in
9145 ifort*) _lt_dar_can_shared=yes ;;
9146 *) _lt_dar_can_shared=$GCC ;;
9147 esac
9148 if test "$_lt_dar_can_shared" = "yes"; then
9149 output_verbose_link_cmd=func_echo_all
9150 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9151 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9152 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}"
9153 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}"
9154
9155 else
9156 ld_shlibs=no
9157 fi
9158
9159 ;;
9160
9161 dgux*)
9162 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9163 hardcode_libdir_flag_spec='-L$libdir'
9164 hardcode_shlibpath_var=no
9165 ;;
9166
9167 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9168 # support. Future versions do this automatically, but an explicit c++rt0.o
9169 # does not break anything, and helps significantly (at the cost of a little
9170 # extra space).
9171 freebsd2.2*)
9172 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9173 hardcode_libdir_flag_spec='-R$libdir'
9174 hardcode_direct=yes
9175 hardcode_shlibpath_var=no
9176 ;;
9177
9178 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9179 freebsd2.*)
9180 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9181 hardcode_direct=yes
9182 hardcode_minus_L=yes
9183 hardcode_shlibpath_var=no
9184 ;;
9185
9186 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9187 freebsd* | dragonfly*)
9188 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9189 hardcode_libdir_flag_spec='-R$libdir'
9190 hardcode_direct=yes
9191 hardcode_shlibpath_var=no
9192 ;;
9193
9194 hpux9*)
9195 if test "$GCC" = yes; then
9196 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'
9197 else
9198 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'
9199 fi
9200 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9201 hardcode_libdir_separator=:
9202 hardcode_direct=yes
9203
9204 # hardcode_minus_L: Not really in the search PATH,
9205 # but as the default location of the library.
9206 hardcode_minus_L=yes
9207 export_dynamic_flag_spec='${wl}-E'
9208 ;;
9209
9210 hpux10*)
9211 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9212 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9213 else
9214 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9215 fi
9216 if test "$with_gnu_ld" = no; then
9217 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9218 hardcode_libdir_flag_spec_ld='+b $libdir'
9219 hardcode_libdir_separator=:
9220 hardcode_direct=yes
9221 hardcode_direct_absolute=yes
9222 export_dynamic_flag_spec='${wl}-E'
9223 # hardcode_minus_L: Not really in the search PATH,
9224 # but as the default location of the library.
9225 hardcode_minus_L=yes
9226 fi
9227 ;;
9228
9229 hpux11*)
9230 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9231 case $host_cpu in
9232 hppa*64*)
9233 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9234 ;;
9235 ia64*)
9236 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9237 ;;
9238 *)
9239 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9240 ;;
9241 esac
9242 else
9243 case $host_cpu in
9244 hppa*64*)
9245 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9246 ;;
9247 ia64*)
9248 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9249 ;;
9250 *)
9251
9252 # Older versions of the 11.00 compiler do not understand -b yet
9253 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9255 $as_echo_n "checking if $CC understands -b... " >&6; }
9256 if ${lt_cv_prog_compiler__b+:} false; then :
9257 $as_echo_n "(cached) " >&6
9258 else
9259 lt_cv_prog_compiler__b=no
9260 save_LDFLAGS="$LDFLAGS"
9261 LDFLAGS="$LDFLAGS -b"
9262 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9263 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9264 # The linker can only warn and ignore the option if not recognized
9265 # So say no if there are warnings
9266 if test -s conftest.err; then
9267 # Append any errors to the config.log.
9268 cat conftest.err 1>&5
9269 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9270 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9271 if diff conftest.exp conftest.er2 >/dev/null; then
9272 lt_cv_prog_compiler__b=yes
9273 fi
9274 else
9275 lt_cv_prog_compiler__b=yes
9276 fi
9277 fi
9278 $RM -r conftest*
9279 LDFLAGS="$save_LDFLAGS"
9280
9281 fi
9282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9283 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9284
9285 if test x"$lt_cv_prog_compiler__b" = xyes; then
9286 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9287 else
9288 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9289 fi
9290
9291 ;;
9292 esac
9293 fi
9294 if test "$with_gnu_ld" = no; then
9295 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9296 hardcode_libdir_separator=:
9297
9298 case $host_cpu in
9299 hppa*64*|ia64*)
9300 hardcode_direct=no
9301 hardcode_shlibpath_var=no
9302 ;;
9303 *)
9304 hardcode_direct=yes
9305 hardcode_direct_absolute=yes
9306 export_dynamic_flag_spec='${wl}-E'
9307
9308 # hardcode_minus_L: Not really in the search PATH,
9309 # but as the default location of the library.
9310 hardcode_minus_L=yes
9311 ;;
9312 esac
9313 fi
9314 ;;
9315
9316 irix5* | irix6* | nonstopux*)
9317 if test "$GCC" = yes; then
9318 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'
9319 # Try to use the -exported_symbol ld option, if it does not
9320 # work, assume that -exports_file does not work either and
9321 # implicitly export all symbols.
9322 save_LDFLAGS="$LDFLAGS"
9323 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9325 /* end confdefs.h. */
9326 int foo(void) {}
9327 _ACEOF
9328 if ac_fn_c_try_link "$LINENO"; then :
9329 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'
9330
9331 fi
9332 rm -f core conftest.err conftest.$ac_objext \
9333 conftest$ac_exeext conftest.$ac_ext
9334 LDFLAGS="$save_LDFLAGS"
9335 else
9336 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'
9337 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'
9338 fi
9339 archive_cmds_need_lc='no'
9340 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9341 hardcode_libdir_separator=:
9342 inherit_rpath=yes
9343 link_all_deplibs=yes
9344 ;;
9345
9346 netbsd*)
9347 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9348 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9349 else
9350 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9351 fi
9352 hardcode_libdir_flag_spec='-R$libdir'
9353 hardcode_direct=yes
9354 hardcode_shlibpath_var=no
9355 ;;
9356
9357 newsos6)
9358 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9359 hardcode_direct=yes
9360 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9361 hardcode_libdir_separator=:
9362 hardcode_shlibpath_var=no
9363 ;;
9364
9365 *nto* | *qnx*)
9366 ;;
9367
9368 openbsd*)
9369 if test -f /usr/libexec/ld.so; then
9370 hardcode_direct=yes
9371 hardcode_shlibpath_var=no
9372 hardcode_direct_absolute=yes
9373 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9374 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9375 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9376 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9377 export_dynamic_flag_spec='${wl}-E'
9378 else
9379 case $host_os in
9380 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9381 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9382 hardcode_libdir_flag_spec='-R$libdir'
9383 ;;
9384 *)
9385 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9386 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9387 ;;
9388 esac
9389 fi
9390 else
9391 ld_shlibs=no
9392 fi
9393 ;;
9394
9395 os2*)
9396 hardcode_libdir_flag_spec='-L$libdir'
9397 hardcode_minus_L=yes
9398 allow_undefined_flag=unsupported
9399 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'
9400 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9401 ;;
9402
9403 osf3*)
9404 if test "$GCC" = yes; then
9405 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9406 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'
9407 else
9408 allow_undefined_flag=' -expect_unresolved \*'
9409 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'
9410 fi
9411 archive_cmds_need_lc='no'
9412 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9413 hardcode_libdir_separator=:
9414 ;;
9415
9416 osf4* | osf5*) # as osf3* with the addition of -msym flag
9417 if test "$GCC" = yes; then
9418 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9419 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'
9420 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9421 else
9422 allow_undefined_flag=' -expect_unresolved \*'
9423 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'
9424 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~
9425 $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'
9426
9427 # Both c and cxx compiler support -rpath directly
9428 hardcode_libdir_flag_spec='-rpath $libdir'
9429 fi
9430 archive_cmds_need_lc='no'
9431 hardcode_libdir_separator=:
9432 ;;
9433
9434 solaris*)
9435 no_undefined_flag=' -z defs'
9436 if test "$GCC" = yes; then
9437 wlarc='${wl}'
9438 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9439 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9440 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9441 else
9442 case `$CC -V 2>&1` in
9443 *"Compilers 5.0"*)
9444 wlarc=''
9445 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9446 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9447 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9448 ;;
9449 *)
9450 wlarc='${wl}'
9451 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9452 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9453 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9454 ;;
9455 esac
9456 fi
9457 hardcode_libdir_flag_spec='-R$libdir'
9458 hardcode_shlibpath_var=no
9459 case $host_os in
9460 solaris2.[0-5] | solaris2.[0-5].*) ;;
9461 *)
9462 # The compiler driver will combine and reorder linker options,
9463 # but understands `-z linker_flag'. GCC discards it without `$wl',
9464 # but is careful enough not to reorder.
9465 # Supported since Solaris 2.6 (maybe 2.5.1?)
9466 if test "$GCC" = yes; then
9467 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9468 else
9469 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9470 fi
9471 ;;
9472 esac
9473 link_all_deplibs=yes
9474 ;;
9475
9476 sunos4*)
9477 if test "x$host_vendor" = xsequent; then
9478 # Use $CC to link under sequent, because it throws in some extra .o
9479 # files that make .init and .fini sections work.
9480 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9481 else
9482 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9483 fi
9484 hardcode_libdir_flag_spec='-L$libdir'
9485 hardcode_direct=yes
9486 hardcode_minus_L=yes
9487 hardcode_shlibpath_var=no
9488 ;;
9489
9490 sysv4)
9491 case $host_vendor in
9492 sni)
9493 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9494 hardcode_direct=yes # is this really true???
9495 ;;
9496 siemens)
9497 ## LD is ld it makes a PLAMLIB
9498 ## CC just makes a GrossModule.
9499 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9500 reload_cmds='$CC -r -o $output$reload_objs'
9501 hardcode_direct=no
9502 ;;
9503 motorola)
9504 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9505 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9506 ;;
9507 esac
9508 runpath_var='LD_RUN_PATH'
9509 hardcode_shlibpath_var=no
9510 ;;
9511
9512 sysv4.3*)
9513 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9514 hardcode_shlibpath_var=no
9515 export_dynamic_flag_spec='-Bexport'
9516 ;;
9517
9518 sysv4*MP*)
9519 if test -d /usr/nec; then
9520 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9521 hardcode_shlibpath_var=no
9522 runpath_var=LD_RUN_PATH
9523 hardcode_runpath_var=yes
9524 ld_shlibs=yes
9525 fi
9526 ;;
9527
9528 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9529 no_undefined_flag='${wl}-z,text'
9530 archive_cmds_need_lc=no
9531 hardcode_shlibpath_var=no
9532 runpath_var='LD_RUN_PATH'
9533
9534 if test "$GCC" = yes; then
9535 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9536 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9537 else
9538 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9539 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9540 fi
9541 ;;
9542
9543 sysv5* | sco3.2v5* | sco5v6*)
9544 # Note: We can NOT use -z defs as we might desire, because we do not
9545 # link with -lc, and that would cause any symbols used from libc to
9546 # always be unresolved, which means just about no library would
9547 # ever link correctly. If we're not using GNU ld we use -z text
9548 # though, which does catch some bad symbols but isn't as heavy-handed
9549 # as -z defs.
9550 no_undefined_flag='${wl}-z,text'
9551 allow_undefined_flag='${wl}-z,nodefs'
9552 archive_cmds_need_lc=no
9553 hardcode_shlibpath_var=no
9554 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9555 hardcode_libdir_separator=':'
9556 link_all_deplibs=yes
9557 export_dynamic_flag_spec='${wl}-Bexport'
9558 runpath_var='LD_RUN_PATH'
9559
9560 if test "$GCC" = yes; then
9561 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9562 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9563 else
9564 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9565 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9566 fi
9567 ;;
9568
9569 uts4*)
9570 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9571 hardcode_libdir_flag_spec='-L$libdir'
9572 hardcode_shlibpath_var=no
9573 ;;
9574
9575 *)
9576 ld_shlibs=no
9577 ;;
9578 esac
9579
9580 if test x$host_vendor = xsni; then
9581 case $host in
9582 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9583 export_dynamic_flag_spec='${wl}-Blargedynsym'
9584 ;;
9585 esac
9586 fi
9587 fi
9588
9589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9590 $as_echo "$ld_shlibs" >&6; }
9591 test "$ld_shlibs" = no && can_build_shared=no
9592
9593 with_gnu_ld=$with_gnu_ld
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609 #
9610 # Do we need to explicitly link libc?
9611 #
9612 case "x$archive_cmds_need_lc" in
9613 x|xyes)
9614 # Assume -lc should be added
9615 archive_cmds_need_lc=yes
9616
9617 if test "$enable_shared" = yes && test "$GCC" = yes; then
9618 case $archive_cmds in
9619 *'~'*)
9620 # FIXME: we may have to deal with multi-command sequences.
9621 ;;
9622 '$CC '*)
9623 # Test whether the compiler implicitly links with -lc since on some
9624 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9625 # to ld, don't add -lc before -lgcc.
9626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9627 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9628 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9629 $as_echo_n "(cached) " >&6
9630 else
9631 $RM conftest*
9632 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9633
9634 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9635 (eval $ac_compile) 2>&5
9636 ac_status=$?
9637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9638 test $ac_status = 0; } 2>conftest.err; then
9639 soname=conftest
9640 lib=conftest
9641 libobjs=conftest.$ac_objext
9642 deplibs=
9643 wl=$lt_prog_compiler_wl
9644 pic_flag=$lt_prog_compiler_pic
9645 compiler_flags=-v
9646 linker_flags=-v
9647 verstring=
9648 output_objdir=.
9649 libname=conftest
9650 lt_save_allow_undefined_flag=$allow_undefined_flag
9651 allow_undefined_flag=
9652 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9653 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9654 ac_status=$?
9655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9656 test $ac_status = 0; }
9657 then
9658 lt_cv_archive_cmds_need_lc=no
9659 else
9660 lt_cv_archive_cmds_need_lc=yes
9661 fi
9662 allow_undefined_flag=$lt_save_allow_undefined_flag
9663 else
9664 cat conftest.err 1>&5
9665 fi
9666 $RM conftest*
9667
9668 fi
9669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9670 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9671 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9672 ;;
9673 esac
9674 fi
9675 ;;
9676 esac
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805
9806
9807
9808
9809
9810
9811
9812
9813
9814
9815
9816
9817
9818
9819
9820
9821
9822
9823
9824
9825
9826
9827
9828
9829
9830
9831
9832
9833
9834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9835 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9836
9837 if test "$GCC" = yes; then
9838 case $host_os in
9839 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9840 *) lt_awk_arg="/^libraries:/" ;;
9841 esac
9842 case $host_os in
9843 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9844 *) lt_sed_strip_eq="s,=/,/,g" ;;
9845 esac
9846 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9847 case $lt_search_path_spec in
9848 *\;*)
9849 # if the path contains ";" then we assume it to be the separator
9850 # otherwise default to the standard path separator (i.e. ":") - it is
9851 # assumed that no part of a normal pathname contains ";" but that should
9852 # okay in the real world where ";" in dirpaths is itself problematic.
9853 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9854 ;;
9855 *)
9856 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9857 ;;
9858 esac
9859 # Ok, now we have the path, separated by spaces, we can step through it
9860 # and add multilib dir if necessary.
9861 lt_tmp_lt_search_path_spec=
9862 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9863 for lt_sys_path in $lt_search_path_spec; do
9864 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9865 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9866 else
9867 test -d "$lt_sys_path" && \
9868 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9869 fi
9870 done
9871 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9872 BEGIN {RS=" "; FS="/|\n";} {
9873 lt_foo="";
9874 lt_count=0;
9875 for (lt_i = NF; lt_i > 0; lt_i--) {
9876 if ($lt_i != "" && $lt_i != ".") {
9877 if ($lt_i == "..") {
9878 lt_count++;
9879 } else {
9880 if (lt_count == 0) {
9881 lt_foo="/" $lt_i lt_foo;
9882 } else {
9883 lt_count--;
9884 }
9885 }
9886 }
9887 }
9888 if (lt_foo != "") { lt_freq[lt_foo]++; }
9889 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9890 }'`
9891 # AWK program above erroneously prepends '/' to C:/dos/paths
9892 # for these hosts.
9893 case $host_os in
9894 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9895 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9896 esac
9897 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9898 else
9899 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9900 fi
9901 library_names_spec=
9902 libname_spec='lib$name'
9903 soname_spec=
9904 shrext_cmds=".so"
9905 postinstall_cmds=
9906 postuninstall_cmds=
9907 finish_cmds=
9908 finish_eval=
9909 shlibpath_var=
9910 shlibpath_overrides_runpath=unknown
9911 version_type=none
9912 dynamic_linker="$host_os ld.so"
9913 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9914 need_lib_prefix=unknown
9915 hardcode_into_libs=no
9916
9917 # when you set need_version to no, make sure it does not cause -set_version
9918 # flags to be left without arguments
9919 need_version=unknown
9920
9921 case $host_os in
9922 aix3*)
9923 version_type=linux
9924 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9925 shlibpath_var=LIBPATH
9926
9927 # AIX 3 has no versioning support, so we append a major version to the name.
9928 soname_spec='${libname}${release}${shared_ext}$major'
9929 ;;
9930
9931 aix[4-9]*)
9932 version_type=linux
9933 need_lib_prefix=no
9934 need_version=no
9935 hardcode_into_libs=yes
9936 if test "$host_cpu" = ia64; then
9937 # AIX 5 supports IA64
9938 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9939 shlibpath_var=LD_LIBRARY_PATH
9940 else
9941 # With GCC up to 2.95.x, collect2 would create an import file
9942 # for dependence libraries. The import file would start with
9943 # the line `#! .'. This would cause the generated library to
9944 # depend on `.', always an invalid library. This was fixed in
9945 # development snapshots of GCC prior to 3.0.
9946 case $host_os in
9947 aix4 | aix4.[01] | aix4.[01].*)
9948 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9949 echo ' yes '
9950 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9951 :
9952 else
9953 can_build_shared=no
9954 fi
9955 ;;
9956 esac
9957 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9958 # soname into executable. Probably we can add versioning support to
9959 # collect2, so additional links can be useful in future.
9960 if test "$aix_use_runtimelinking" = yes; then
9961 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9962 # instead of lib<name>.a to let people know that these are not
9963 # typical AIX shared libraries.
9964 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9965 else
9966 # We preserve .a as extension for shared libraries through AIX4.2
9967 # and later when we are not doing run time linking.
9968 library_names_spec='${libname}${release}.a $libname.a'
9969 soname_spec='${libname}${release}${shared_ext}$major'
9970 fi
9971 shlibpath_var=LIBPATH
9972 fi
9973 ;;
9974
9975 amigaos*)
9976 case $host_cpu in
9977 powerpc)
9978 # Since July 2007 AmigaOS4 officially supports .so libraries.
9979 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9981 ;;
9982 m68k)
9983 library_names_spec='$libname.ixlibrary $libname.a'
9984 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9985 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'
9986 ;;
9987 esac
9988 ;;
9989
9990 beos*)
9991 library_names_spec='${libname}${shared_ext}'
9992 dynamic_linker="$host_os ld.so"
9993 shlibpath_var=LIBRARY_PATH
9994 ;;
9995
9996 bsdi[45]*)
9997 version_type=linux
9998 need_version=no
9999 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10000 soname_spec='${libname}${release}${shared_ext}$major'
10001 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10002 shlibpath_var=LD_LIBRARY_PATH
10003 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10004 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10005 # the default ld.so.conf also contains /usr/contrib/lib and
10006 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10007 # libtool to hard-code these into programs
10008 ;;
10009
10010 cygwin* | mingw* | pw32* | cegcc*)
10011 version_type=windows
10012 shrext_cmds=".dll"
10013 need_version=no
10014 need_lib_prefix=no
10015
10016 case $GCC,$host_os in
10017 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10018 library_names_spec='$libname.dll.a'
10019 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10020 postinstall_cmds='base_file=`basename \${file}`~
10021 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10022 dldir=$destdir/`dirname \$dlpath`~
10023 test -d \$dldir || mkdir -p \$dldir~
10024 $install_prog $dir/$dlname \$dldir/$dlname~
10025 chmod a+x \$dldir/$dlname~
10026 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10027 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10028 fi'
10029 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10030 dlpath=$dir/\$dldll~
10031 $RM \$dlpath'
10032 shlibpath_overrides_runpath=yes
10033
10034 case $host_os in
10035 cygwin*)
10036 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10037 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10038
10039 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10040 ;;
10041 mingw* | cegcc*)
10042 # MinGW DLLs use traditional 'lib' prefix
10043 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10044 ;;
10045 pw32*)
10046 # pw32 DLLs use 'pw' prefix rather than 'lib'
10047 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10048 ;;
10049 esac
10050 ;;
10051
10052 *)
10053 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10054 ;;
10055 esac
10056 dynamic_linker='Win32 ld.exe'
10057 # FIXME: first we should search . and the directory the executable is in
10058 shlibpath_var=PATH
10059 ;;
10060
10061 darwin* | rhapsody*)
10062 dynamic_linker="$host_os dyld"
10063 version_type=darwin
10064 need_lib_prefix=no
10065 need_version=no
10066 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10067 soname_spec='${libname}${release}${major}$shared_ext'
10068 shlibpath_overrides_runpath=yes
10069 shlibpath_var=DYLD_LIBRARY_PATH
10070 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10071
10072 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10073 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10074 ;;
10075
10076 dgux*)
10077 version_type=linux
10078 need_lib_prefix=no
10079 need_version=no
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10081 soname_spec='${libname}${release}${shared_ext}$major'
10082 shlibpath_var=LD_LIBRARY_PATH
10083 ;;
10084
10085 freebsd* | dragonfly*)
10086 # DragonFly does not have aout. When/if they implement a new
10087 # versioning mechanism, adjust this.
10088 if test -x /usr/bin/objformat; then
10089 objformat=`/usr/bin/objformat`
10090 else
10091 case $host_os in
10092 freebsd[23].*) objformat=aout ;;
10093 *) objformat=elf ;;
10094 esac
10095 fi
10096 version_type=freebsd-$objformat
10097 case $version_type in
10098 freebsd-elf*)
10099 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10100 need_version=no
10101 need_lib_prefix=no
10102 ;;
10103 freebsd-*)
10104 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10105 need_version=yes
10106 ;;
10107 esac
10108 shlibpath_var=LD_LIBRARY_PATH
10109 case $host_os in
10110 freebsd2.*)
10111 shlibpath_overrides_runpath=yes
10112 ;;
10113 freebsd3.[01]* | freebsdelf3.[01]*)
10114 shlibpath_overrides_runpath=yes
10115 hardcode_into_libs=yes
10116 ;;
10117 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10118 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10119 shlibpath_overrides_runpath=no
10120 hardcode_into_libs=yes
10121 ;;
10122 *) # from 4.6 on, and DragonFly
10123 shlibpath_overrides_runpath=yes
10124 hardcode_into_libs=yes
10125 ;;
10126 esac
10127 ;;
10128
10129 haiku*)
10130 version_type=linux
10131 need_lib_prefix=no
10132 need_version=no
10133 dynamic_linker="$host_os runtime_loader"
10134 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10135 soname_spec='${libname}${release}${shared_ext}$major'
10136 shlibpath_var=LIBRARY_PATH
10137 shlibpath_overrides_runpath=yes
10138 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10139 hardcode_into_libs=yes
10140 ;;
10141
10142 hpux9* | hpux10* | hpux11*)
10143 # Give a soname corresponding to the major version so that dld.sl refuses to
10144 # link against other versions.
10145 version_type=sunos
10146 need_lib_prefix=no
10147 need_version=no
10148 case $host_cpu in
10149 ia64*)
10150 shrext_cmds='.so'
10151 hardcode_into_libs=yes
10152 dynamic_linker="$host_os dld.so"
10153 shlibpath_var=LD_LIBRARY_PATH
10154 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10155 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10156 soname_spec='${libname}${release}${shared_ext}$major'
10157 if test "X$HPUX_IA64_MODE" = X32; then
10158 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10159 else
10160 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10161 fi
10162 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10163 ;;
10164 hppa*64*)
10165 shrext_cmds='.sl'
10166 hardcode_into_libs=yes
10167 dynamic_linker="$host_os dld.sl"
10168 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10169 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10170 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10171 soname_spec='${libname}${release}${shared_ext}$major'
10172 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10173 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10174 ;;
10175 *)
10176 shrext_cmds='.sl'
10177 dynamic_linker="$host_os dld.sl"
10178 shlibpath_var=SHLIB_PATH
10179 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10180 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10181 soname_spec='${libname}${release}${shared_ext}$major'
10182 ;;
10183 esac
10184 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10185 postinstall_cmds='chmod 555 $lib'
10186 # or fails outright, so override atomically:
10187 install_override_mode=555
10188 ;;
10189
10190 interix[3-9]*)
10191 version_type=linux
10192 need_lib_prefix=no
10193 need_version=no
10194 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10195 soname_spec='${libname}${release}${shared_ext}$major'
10196 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 shlibpath_overrides_runpath=no
10199 hardcode_into_libs=yes
10200 ;;
10201
10202 irix5* | irix6* | nonstopux*)
10203 case $host_os in
10204 nonstopux*) version_type=nonstopux ;;
10205 *)
10206 if test "$lt_cv_prog_gnu_ld" = yes; then
10207 version_type=linux
10208 else
10209 version_type=irix
10210 fi ;;
10211 esac
10212 need_lib_prefix=no
10213 need_version=no
10214 soname_spec='${libname}${release}${shared_ext}$major'
10215 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10216 case $host_os in
10217 irix5* | nonstopux*)
10218 libsuff= shlibsuff=
10219 ;;
10220 *)
10221 case $LD in # libtool.m4 will add one of these switches to LD
10222 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10223 libsuff= shlibsuff= libmagic=32-bit;;
10224 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10225 libsuff=32 shlibsuff=N32 libmagic=N32;;
10226 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10227 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10228 *) libsuff= shlibsuff= libmagic=never-match;;
10229 esac
10230 ;;
10231 esac
10232 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10233 shlibpath_overrides_runpath=no
10234 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10235 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10236 hardcode_into_libs=yes
10237 ;;
10238
10239 # No shared lib support for Linux oldld, aout, or coff.
10240 linux*oldld* | linux*aout* | linux*coff*)
10241 dynamic_linker=no
10242 ;;
10243
10244 # This must be Linux ELF.
10245 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10246 version_type=linux
10247 need_lib_prefix=no
10248 need_version=no
10249 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10250 soname_spec='${libname}${release}${shared_ext}$major'
10251 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10252 shlibpath_var=LD_LIBRARY_PATH
10253 shlibpath_overrides_runpath=no
10254
10255 # Some binutils ld are patched to set DT_RUNPATH
10256 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10257 $as_echo_n "(cached) " >&6
10258 else
10259 lt_cv_shlibpath_overrides_runpath=no
10260 save_LDFLAGS=$LDFLAGS
10261 save_libdir=$libdir
10262 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10263 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10265 /* end confdefs.h. */
10266
10267 int
10268 main ()
10269 {
10270
10271 ;
10272 return 0;
10273 }
10274 _ACEOF
10275 if ac_fn_c_try_link "$LINENO"; then :
10276 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10277 lt_cv_shlibpath_overrides_runpath=yes
10278 fi
10279 fi
10280 rm -f core conftest.err conftest.$ac_objext \
10281 conftest$ac_exeext conftest.$ac_ext
10282 LDFLAGS=$save_LDFLAGS
10283 libdir=$save_libdir
10284
10285 fi
10286
10287 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10288
10289 # This implies no fast_install, which is unacceptable.
10290 # Some rework will be needed to allow for fast_install
10291 # before this can be enabled.
10292 hardcode_into_libs=yes
10293
10294 # Append ld.so.conf contents to the search path
10295 if test -f /etc/ld.so.conf; then
10296 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' ' '`
10297 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10298 fi
10299
10300 # We used to test for /lib/ld.so.1 and disable shared libraries on
10301 # powerpc, because MkLinux only supported shared libraries with the
10302 # GNU dynamic linker. Since this was broken with cross compilers,
10303 # most powerpc-linux boxes support dynamic linking these days and
10304 # people can always --disable-shared, the test was removed, and we
10305 # assume the GNU/Linux dynamic linker is in use.
10306 dynamic_linker='GNU/Linux ld.so'
10307 ;;
10308
10309 netbsd*)
10310 version_type=sunos
10311 need_lib_prefix=no
10312 need_version=no
10313 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10314 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10315 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10316 dynamic_linker='NetBSD (a.out) ld.so'
10317 else
10318 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10319 soname_spec='${libname}${release}${shared_ext}$major'
10320 dynamic_linker='NetBSD ld.elf_so'
10321 fi
10322 shlibpath_var=LD_LIBRARY_PATH
10323 shlibpath_overrides_runpath=yes
10324 hardcode_into_libs=yes
10325 ;;
10326
10327 newsos6)
10328 version_type=linux
10329 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10330 shlibpath_var=LD_LIBRARY_PATH
10331 shlibpath_overrides_runpath=yes
10332 ;;
10333
10334 *nto* | *qnx*)
10335 version_type=qnx
10336 need_lib_prefix=no
10337 need_version=no
10338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10339 soname_spec='${libname}${release}${shared_ext}$major'
10340 shlibpath_var=LD_LIBRARY_PATH
10341 shlibpath_overrides_runpath=no
10342 hardcode_into_libs=yes
10343 dynamic_linker='ldqnx.so'
10344 ;;
10345
10346 openbsd*)
10347 version_type=sunos
10348 sys_lib_dlsearch_path_spec="/usr/lib"
10349 need_lib_prefix=no
10350 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10351 case $host_os in
10352 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10353 *) need_version=no ;;
10354 esac
10355 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10356 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10357 shlibpath_var=LD_LIBRARY_PATH
10358 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10359 case $host_os in
10360 openbsd2.[89] | openbsd2.[89].*)
10361 shlibpath_overrides_runpath=no
10362 ;;
10363 *)
10364 shlibpath_overrides_runpath=yes
10365 ;;
10366 esac
10367 else
10368 shlibpath_overrides_runpath=yes
10369 fi
10370 ;;
10371
10372 os2*)
10373 libname_spec='$name'
10374 shrext_cmds=".dll"
10375 need_lib_prefix=no
10376 library_names_spec='$libname${shared_ext} $libname.a'
10377 dynamic_linker='OS/2 ld.exe'
10378 shlibpath_var=LIBPATH
10379 ;;
10380
10381 osf3* | osf4* | osf5*)
10382 version_type=osf
10383 need_lib_prefix=no
10384 need_version=no
10385 soname_spec='${libname}${release}${shared_ext}$major'
10386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10387 shlibpath_var=LD_LIBRARY_PATH
10388 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10389 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10390 ;;
10391
10392 rdos*)
10393 dynamic_linker=no
10394 ;;
10395
10396 solaris*)
10397 version_type=linux
10398 need_lib_prefix=no
10399 need_version=no
10400 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10401 soname_spec='${libname}${release}${shared_ext}$major'
10402 shlibpath_var=LD_LIBRARY_PATH
10403 shlibpath_overrides_runpath=yes
10404 hardcode_into_libs=yes
10405 # ldd complains unless libraries are executable
10406 postinstall_cmds='chmod +x $lib'
10407 ;;
10408
10409 sunos4*)
10410 version_type=sunos
10411 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10412 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10413 shlibpath_var=LD_LIBRARY_PATH
10414 shlibpath_overrides_runpath=yes
10415 if test "$with_gnu_ld" = yes; then
10416 need_lib_prefix=no
10417 fi
10418 need_version=yes
10419 ;;
10420
10421 sysv4 | sysv4.3*)
10422 version_type=linux
10423 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10424 soname_spec='${libname}${release}${shared_ext}$major'
10425 shlibpath_var=LD_LIBRARY_PATH
10426 case $host_vendor in
10427 sni)
10428 shlibpath_overrides_runpath=no
10429 need_lib_prefix=no
10430 runpath_var=LD_RUN_PATH
10431 ;;
10432 siemens)
10433 need_lib_prefix=no
10434 ;;
10435 motorola)
10436 need_lib_prefix=no
10437 need_version=no
10438 shlibpath_overrides_runpath=no
10439 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10440 ;;
10441 esac
10442 ;;
10443
10444 sysv4*MP*)
10445 if test -d /usr/nec ;then
10446 version_type=linux
10447 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10448 soname_spec='$libname${shared_ext}.$major'
10449 shlibpath_var=LD_LIBRARY_PATH
10450 fi
10451 ;;
10452
10453 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10454 version_type=freebsd-elf
10455 need_lib_prefix=no
10456 need_version=no
10457 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10458 soname_spec='${libname}${release}${shared_ext}$major'
10459 shlibpath_var=LD_LIBRARY_PATH
10460 shlibpath_overrides_runpath=yes
10461 hardcode_into_libs=yes
10462 if test "$with_gnu_ld" = yes; then
10463 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10464 else
10465 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10466 case $host_os in
10467 sco3.2v5*)
10468 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10469 ;;
10470 esac
10471 fi
10472 sys_lib_dlsearch_path_spec='/usr/lib'
10473 ;;
10474
10475 tpf*)
10476 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10477 version_type=linux
10478 need_lib_prefix=no
10479 need_version=no
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 shlibpath_var=LD_LIBRARY_PATH
10482 shlibpath_overrides_runpath=no
10483 hardcode_into_libs=yes
10484 ;;
10485
10486 uts4*)
10487 version_type=linux
10488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10489 soname_spec='${libname}${release}${shared_ext}$major'
10490 shlibpath_var=LD_LIBRARY_PATH
10491 ;;
10492
10493 *)
10494 dynamic_linker=no
10495 ;;
10496 esac
10497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10498 $as_echo "$dynamic_linker" >&6; }
10499 test "$dynamic_linker" = no && can_build_shared=no
10500
10501 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10502 if test "$GCC" = yes; then
10503 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10504 fi
10505
10506 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10507 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10508 fi
10509 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10510 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10511 fi
10512
10513
10514
10515
10516
10517
10518
10519
10520
10521
10522
10523
10524
10525
10526
10527
10528
10529
10530
10531
10532
10533
10534
10535
10536
10537
10538
10539
10540
10541
10542
10543
10544
10545
10546
10547
10548
10549
10550
10551
10552
10553
10554
10555
10556
10557
10558
10559
10560
10561
10562
10563
10564
10565
10566
10567
10568
10569
10570
10571
10572
10573
10574
10575
10576
10577
10578
10579
10580
10581
10582
10583
10584
10585
10586
10587
10588
10589
10590
10591
10592
10593
10594
10595
10596
10597
10598
10599
10600
10601
10602
10603
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10605 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10606 hardcode_action=
10607 if test -n "$hardcode_libdir_flag_spec" ||
10608 test -n "$runpath_var" ||
10609 test "X$hardcode_automatic" = "Xyes" ; then
10610
10611 # We can hardcode non-existent directories.
10612 if test "$hardcode_direct" != no &&
10613 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10614 # have to relink, otherwise we might link with an installed library
10615 # when we should be linking with a yet-to-be-installed one
10616 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10617 test "$hardcode_minus_L" != no; then
10618 # Linking always hardcodes the temporary library directory.
10619 hardcode_action=relink
10620 else
10621 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10622 hardcode_action=immediate
10623 fi
10624 else
10625 # We cannot hardcode anything, or else we can only hardcode existing
10626 # directories.
10627 hardcode_action=unsupported
10628 fi
10629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10630 $as_echo "$hardcode_action" >&6; }
10631
10632 if test "$hardcode_action" = relink ||
10633 test "$inherit_rpath" = yes; then
10634 # Fast installation is not supported
10635 enable_fast_install=no
10636 elif test "$shlibpath_overrides_runpath" = yes ||
10637 test "$enable_shared" = no; then
10638 # Fast installation is not necessary
10639 enable_fast_install=needless
10640 fi
10641
10642
10643
10644
10645
10646
10647 if test "x$enable_dlopen" != xyes; then
10648 enable_dlopen=unknown
10649 enable_dlopen_self=unknown
10650 enable_dlopen_self_static=unknown
10651 else
10652 lt_cv_dlopen=no
10653 lt_cv_dlopen_libs=
10654
10655 case $host_os in
10656 beos*)
10657 lt_cv_dlopen="load_add_on"
10658 lt_cv_dlopen_libs=
10659 lt_cv_dlopen_self=yes
10660 ;;
10661
10662 mingw* | pw32* | cegcc*)
10663 lt_cv_dlopen="LoadLibrary"
10664 lt_cv_dlopen_libs=
10665 ;;
10666
10667 cygwin*)
10668 lt_cv_dlopen="dlopen"
10669 lt_cv_dlopen_libs=
10670 ;;
10671
10672 darwin*)
10673 # if libdl is installed we need to link against it
10674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10675 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10676 if ${ac_cv_lib_dl_dlopen+:} false; then :
10677 $as_echo_n "(cached) " >&6
10678 else
10679 ac_check_lib_save_LIBS=$LIBS
10680 LIBS="-ldl $LIBS"
10681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10682 /* end confdefs.h. */
10683
10684 /* Override any GCC internal prototype to avoid an error.
10685 Use char because int might match the return type of a GCC
10686 builtin and then its argument prototype would still apply. */
10687 #ifdef __cplusplus
10688 extern "C"
10689 #endif
10690 char dlopen ();
10691 int
10692 main ()
10693 {
10694 return dlopen ();
10695 ;
10696 return 0;
10697 }
10698 _ACEOF
10699 if ac_fn_c_try_link "$LINENO"; then :
10700 ac_cv_lib_dl_dlopen=yes
10701 else
10702 ac_cv_lib_dl_dlopen=no
10703 fi
10704 rm -f core conftest.err conftest.$ac_objext \
10705 conftest$ac_exeext conftest.$ac_ext
10706 LIBS=$ac_check_lib_save_LIBS
10707 fi
10708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10709 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10710 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10711 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10712 else
10713
10714 lt_cv_dlopen="dyld"
10715 lt_cv_dlopen_libs=
10716 lt_cv_dlopen_self=yes
10717
10718 fi
10719
10720 ;;
10721
10722 *)
10723 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10724 if test "x$ac_cv_func_shl_load" = xyes; then :
10725 lt_cv_dlopen="shl_load"
10726 else
10727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10728 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10729 if ${ac_cv_lib_dld_shl_load+:} false; then :
10730 $as_echo_n "(cached) " >&6
10731 else
10732 ac_check_lib_save_LIBS=$LIBS
10733 LIBS="-ldld $LIBS"
10734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10735 /* end confdefs.h. */
10736
10737 /* Override any GCC internal prototype to avoid an error.
10738 Use char because int might match the return type of a GCC
10739 builtin and then its argument prototype would still apply. */
10740 #ifdef __cplusplus
10741 extern "C"
10742 #endif
10743 char shl_load ();
10744 int
10745 main ()
10746 {
10747 return shl_load ();
10748 ;
10749 return 0;
10750 }
10751 _ACEOF
10752 if ac_fn_c_try_link "$LINENO"; then :
10753 ac_cv_lib_dld_shl_load=yes
10754 else
10755 ac_cv_lib_dld_shl_load=no
10756 fi
10757 rm -f core conftest.err conftest.$ac_objext \
10758 conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_lib_save_LIBS
10760 fi
10761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10762 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10763 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10764 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10765 else
10766 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10767 if test "x$ac_cv_func_dlopen" = xyes; then :
10768 lt_cv_dlopen="dlopen"
10769 else
10770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10771 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10772 if ${ac_cv_lib_dl_dlopen+:} false; then :
10773 $as_echo_n "(cached) " >&6
10774 else
10775 ac_check_lib_save_LIBS=$LIBS
10776 LIBS="-ldl $LIBS"
10777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10778 /* end confdefs.h. */
10779
10780 /* Override any GCC internal prototype to avoid an error.
10781 Use char because int might match the return type of a GCC
10782 builtin and then its argument prototype would still apply. */
10783 #ifdef __cplusplus
10784 extern "C"
10785 #endif
10786 char dlopen ();
10787 int
10788 main ()
10789 {
10790 return dlopen ();
10791 ;
10792 return 0;
10793 }
10794 _ACEOF
10795 if ac_fn_c_try_link "$LINENO"; then :
10796 ac_cv_lib_dl_dlopen=yes
10797 else
10798 ac_cv_lib_dl_dlopen=no
10799 fi
10800 rm -f core conftest.err conftest.$ac_objext \
10801 conftest$ac_exeext conftest.$ac_ext
10802 LIBS=$ac_check_lib_save_LIBS
10803 fi
10804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10805 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10806 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10807 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10808 else
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10810 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10811 if ${ac_cv_lib_svld_dlopen+:} false; then :
10812 $as_echo_n "(cached) " >&6
10813 else
10814 ac_check_lib_save_LIBS=$LIBS
10815 LIBS="-lsvld $LIBS"
10816 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10817 /* end confdefs.h. */
10818
10819 /* Override any GCC internal prototype to avoid an error.
10820 Use char because int might match the return type of a GCC
10821 builtin and then its argument prototype would still apply. */
10822 #ifdef __cplusplus
10823 extern "C"
10824 #endif
10825 char dlopen ();
10826 int
10827 main ()
10828 {
10829 return dlopen ();
10830 ;
10831 return 0;
10832 }
10833 _ACEOF
10834 if ac_fn_c_try_link "$LINENO"; then :
10835 ac_cv_lib_svld_dlopen=yes
10836 else
10837 ac_cv_lib_svld_dlopen=no
10838 fi
10839 rm -f core conftest.err conftest.$ac_objext \
10840 conftest$ac_exeext conftest.$ac_ext
10841 LIBS=$ac_check_lib_save_LIBS
10842 fi
10843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10844 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10845 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10846 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10847 else
10848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10849 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10850 if ${ac_cv_lib_dld_dld_link+:} false; then :
10851 $as_echo_n "(cached) " >&6
10852 else
10853 ac_check_lib_save_LIBS=$LIBS
10854 LIBS="-ldld $LIBS"
10855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10856 /* end confdefs.h. */
10857
10858 /* Override any GCC internal prototype to avoid an error.
10859 Use char because int might match the return type of a GCC
10860 builtin and then its argument prototype would still apply. */
10861 #ifdef __cplusplus
10862 extern "C"
10863 #endif
10864 char dld_link ();
10865 int
10866 main ()
10867 {
10868 return dld_link ();
10869 ;
10870 return 0;
10871 }
10872 _ACEOF
10873 if ac_fn_c_try_link "$LINENO"; then :
10874 ac_cv_lib_dld_dld_link=yes
10875 else
10876 ac_cv_lib_dld_dld_link=no
10877 fi
10878 rm -f core conftest.err conftest.$ac_objext \
10879 conftest$ac_exeext conftest.$ac_ext
10880 LIBS=$ac_check_lib_save_LIBS
10881 fi
10882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10883 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10884 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10885 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10886 fi
10887
10888
10889 fi
10890
10891
10892 fi
10893
10894
10895 fi
10896
10897
10898 fi
10899
10900
10901 fi
10902
10903 ;;
10904 esac
10905
10906 if test "x$lt_cv_dlopen" != xno; then
10907 enable_dlopen=yes
10908 else
10909 enable_dlopen=no
10910 fi
10911
10912 case $lt_cv_dlopen in
10913 dlopen)
10914 save_CPPFLAGS="$CPPFLAGS"
10915 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10916
10917 save_LDFLAGS="$LDFLAGS"
10918 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10919
10920 save_LIBS="$LIBS"
10921 LIBS="$lt_cv_dlopen_libs $LIBS"
10922
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10924 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10925 if ${lt_cv_dlopen_self+:} false; then :
10926 $as_echo_n "(cached) " >&6
10927 else
10928 if test "$cross_compiling" = yes; then :
10929 lt_cv_dlopen_self=cross
10930 else
10931 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10932 lt_status=$lt_dlunknown
10933 cat > conftest.$ac_ext <<_LT_EOF
10934 #line 10934 "configure"
10935 #include "confdefs.h"
10936
10937 #if HAVE_DLFCN_H
10938 #include <dlfcn.h>
10939 #endif
10940
10941 #include <stdio.h>
10942
10943 #ifdef RTLD_GLOBAL
10944 # define LT_DLGLOBAL RTLD_GLOBAL
10945 #else
10946 # ifdef DL_GLOBAL
10947 # define LT_DLGLOBAL DL_GLOBAL
10948 # else
10949 # define LT_DLGLOBAL 0
10950 # endif
10951 #endif
10952
10953 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10954 find out it does not work in some platform. */
10955 #ifndef LT_DLLAZY_OR_NOW
10956 # ifdef RTLD_LAZY
10957 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10958 # else
10959 # ifdef DL_LAZY
10960 # define LT_DLLAZY_OR_NOW DL_LAZY
10961 # else
10962 # ifdef RTLD_NOW
10963 # define LT_DLLAZY_OR_NOW RTLD_NOW
10964 # else
10965 # ifdef DL_NOW
10966 # define LT_DLLAZY_OR_NOW DL_NOW
10967 # else
10968 # define LT_DLLAZY_OR_NOW 0
10969 # endif
10970 # endif
10971 # endif
10972 # endif
10973 #endif
10974
10975 /* When -fvisbility=hidden is used, assume the code has been annotated
10976 correspondingly for the symbols needed. */
10977 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10978 void fnord () __attribute__((visibility("default")));
10979 #endif
10980
10981 void fnord () { int i=42; }
10982 int main ()
10983 {
10984 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10985 int status = $lt_dlunknown;
10986
10987 if (self)
10988 {
10989 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10990 else
10991 {
10992 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10993 else puts (dlerror ());
10994 }
10995 /* dlclose (self); */
10996 }
10997 else
10998 puts (dlerror ());
10999
11000 return status;
11001 }
11002 _LT_EOF
11003 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11004 (eval $ac_link) 2>&5
11005 ac_status=$?
11006 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11007 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11008 (./conftest; exit; ) >&5 2>/dev/null
11009 lt_status=$?
11010 case x$lt_status in
11011 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11012 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11013 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11014 esac
11015 else :
11016 # compilation failed
11017 lt_cv_dlopen_self=no
11018 fi
11019 fi
11020 rm -fr conftest*
11021
11022
11023 fi
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11025 $as_echo "$lt_cv_dlopen_self" >&6; }
11026
11027 if test "x$lt_cv_dlopen_self" = xyes; then
11028 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11030 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11031 if ${lt_cv_dlopen_self_static+:} false; then :
11032 $as_echo_n "(cached) " >&6
11033 else
11034 if test "$cross_compiling" = yes; then :
11035 lt_cv_dlopen_self_static=cross
11036 else
11037 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11038 lt_status=$lt_dlunknown
11039 cat > conftest.$ac_ext <<_LT_EOF
11040 #line 11040 "configure"
11041 #include "confdefs.h"
11042
11043 #if HAVE_DLFCN_H
11044 #include <dlfcn.h>
11045 #endif
11046
11047 #include <stdio.h>
11048
11049 #ifdef RTLD_GLOBAL
11050 # define LT_DLGLOBAL RTLD_GLOBAL
11051 #else
11052 # ifdef DL_GLOBAL
11053 # define LT_DLGLOBAL DL_GLOBAL
11054 # else
11055 # define LT_DLGLOBAL 0
11056 # endif
11057 #endif
11058
11059 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11060 find out it does not work in some platform. */
11061 #ifndef LT_DLLAZY_OR_NOW
11062 # ifdef RTLD_LAZY
11063 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11064 # else
11065 # ifdef DL_LAZY
11066 # define LT_DLLAZY_OR_NOW DL_LAZY
11067 # else
11068 # ifdef RTLD_NOW
11069 # define LT_DLLAZY_OR_NOW RTLD_NOW
11070 # else
11071 # ifdef DL_NOW
11072 # define LT_DLLAZY_OR_NOW DL_NOW
11073 # else
11074 # define LT_DLLAZY_OR_NOW 0
11075 # endif
11076 # endif
11077 # endif
11078 # endif
11079 #endif
11080
11081 /* When -fvisbility=hidden is used, assume the code has been annotated
11082 correspondingly for the symbols needed. */
11083 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11084 void fnord () __attribute__((visibility("default")));
11085 #endif
11086
11087 void fnord () { int i=42; }
11088 int main ()
11089 {
11090 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11091 int status = $lt_dlunknown;
11092
11093 if (self)
11094 {
11095 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11096 else
11097 {
11098 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11099 else puts (dlerror ());
11100 }
11101 /* dlclose (self); */
11102 }
11103 else
11104 puts (dlerror ());
11105
11106 return status;
11107 }
11108 _LT_EOF
11109 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11110 (eval $ac_link) 2>&5
11111 ac_status=$?
11112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11113 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11114 (./conftest; exit; ) >&5 2>/dev/null
11115 lt_status=$?
11116 case x$lt_status in
11117 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11118 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11119 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11120 esac
11121 else :
11122 # compilation failed
11123 lt_cv_dlopen_self_static=no
11124 fi
11125 fi
11126 rm -fr conftest*
11127
11128
11129 fi
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11131 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11132 fi
11133
11134 CPPFLAGS="$save_CPPFLAGS"
11135 LDFLAGS="$save_LDFLAGS"
11136 LIBS="$save_LIBS"
11137 ;;
11138 esac
11139
11140 case $lt_cv_dlopen_self in
11141 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11142 *) enable_dlopen_self=unknown ;;
11143 esac
11144
11145 case $lt_cv_dlopen_self_static in
11146 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11147 *) enable_dlopen_self_static=unknown ;;
11148 esac
11149 fi
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167 striplib=
11168 old_striplib=
11169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11170 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11171 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11172 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11173 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11175 $as_echo "yes" >&6; }
11176 else
11177 # FIXME - insert some real tests, host_os isn't really good enough
11178 case $host_os in
11179 darwin*)
11180 if test -n "$STRIP" ; then
11181 striplib="$STRIP -x"
11182 old_striplib="$STRIP -S"
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11184 $as_echo "yes" >&6; }
11185 else
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11187 $as_echo "no" >&6; }
11188 fi
11189 ;;
11190 *)
11191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11192 $as_echo "no" >&6; }
11193 ;;
11194 esac
11195 fi
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208 # Report which library types will actually be built
11209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11210 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11212 $as_echo "$can_build_shared" >&6; }
11213
11214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11215 $as_echo_n "checking whether to build shared libraries... " >&6; }
11216 test "$can_build_shared" = "no" && enable_shared=no
11217
11218 # On AIX, shared libraries and static libraries use the same namespace, and
11219 # are all built from PIC.
11220 case $host_os in
11221 aix3*)
11222 test "$enable_shared" = yes && enable_static=no
11223 if test -n "$RANLIB"; then
11224 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11225 postinstall_cmds='$RANLIB $lib'
11226 fi
11227 ;;
11228
11229 aix[4-9]*)
11230 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11231 test "$enable_shared" = yes && enable_static=no
11232 fi
11233 ;;
11234 esac
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11236 $as_echo "$enable_shared" >&6; }
11237
11238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11239 $as_echo_n "checking whether to build static libraries... " >&6; }
11240 # Make sure either enable_shared or enable_static is yes.
11241 test "$enable_shared" = yes || enable_static=yes
11242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11243 $as_echo "$enable_static" >&6; }
11244
11245
11246
11247
11248 fi
11249 ac_ext=c
11250 ac_cpp='$CPP $CPPFLAGS'
11251 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11252 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11253 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11254
11255 CC="$lt_save_CC"
11256
11257
11258
11259
11260
11261
11262
11263
11264
11265
11266
11267
11268
11269 ac_config_commands="$ac_config_commands libtool"
11270
11271
11272
11273
11274 # Only expand once:
11275
11276
11277
11278 # The tests for host and target for $enable_largefile require
11279 # canonical names.
11280
11281
11282
11283 # As the $enable_largefile decision depends on --enable-plugins we must set it
11284 # even in directories otherwise not depending on the $plugins option.
11285
11286
11287 maybe_plugins=no
11288 for ac_header in dlfcn.h
11289 do :
11290 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11291 "
11292 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11293 cat >>confdefs.h <<_ACEOF
11294 #define HAVE_DLFCN_H 1
11295 _ACEOF
11296 maybe_plugins=yes
11297 fi
11298
11299 done
11300
11301 for ac_header in windows.h
11302 do :
11303 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11304 "
11305 if test "x$ac_cv_header_windows_h" = xyes; then :
11306 cat >>confdefs.h <<_ACEOF
11307 #define HAVE_WINDOWS_H 1
11308 _ACEOF
11309 maybe_plugins=yes
11310 fi
11311
11312 done
11313
11314
11315 # Check whether --enable-plugins was given.
11316 if test "${enable_plugins+set}" = set; then :
11317 enableval=$enable_plugins; case "${enableval}" in
11318 no) plugins=no ;;
11319 *) plugins=yes
11320 if test "$maybe_plugins" != "yes" ; then
11321 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11322 fi ;;
11323 esac
11324 else
11325 plugins=$maybe_plugins
11326
11327 fi
11328
11329 if test "$plugins" = "yes"; then
11330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11331 $as_echo_n "checking for library containing dlsym... " >&6; }
11332 if ${ac_cv_search_dlsym+:} false; then :
11333 $as_echo_n "(cached) " >&6
11334 else
11335 ac_func_search_save_LIBS=$LIBS
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11338
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char dlsym ();
11346 int
11347 main ()
11348 {
11349 return dlsym ();
11350 ;
11351 return 0;
11352 }
11353 _ACEOF
11354 for ac_lib in '' dl; do
11355 if test -z "$ac_lib"; then
11356 ac_res="none required"
11357 else
11358 ac_res=-l$ac_lib
11359 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11360 fi
11361 if ac_fn_c_try_link "$LINENO"; then :
11362 ac_cv_search_dlsym=$ac_res
11363 fi
11364 rm -f core conftest.err conftest.$ac_objext \
11365 conftest$ac_exeext
11366 if ${ac_cv_search_dlsym+:} false; then :
11367 break
11368 fi
11369 done
11370 if ${ac_cv_search_dlsym+:} false; then :
11371
11372 else
11373 ac_cv_search_dlsym=no
11374 fi
11375 rm conftest.$ac_ext
11376 LIBS=$ac_func_search_save_LIBS
11377 fi
11378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11379 $as_echo "$ac_cv_search_dlsym" >&6; }
11380 ac_res=$ac_cv_search_dlsym
11381 if test "$ac_res" != no; then :
11382 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11383
11384 fi
11385
11386 fi
11387
11388
11389 case "${host}" in
11390 sparc-*-solaris*|i?86-*-solaris*)
11391 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11392 # were mutually exclusive until Solaris 11.3. Without procfs support,
11393 # the bfd/ elf module cannot provide certain routines such as
11394 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11395 # explicitly requested large-file support through the
11396 # --enable-largefile switch, disable large-file support in favor of
11397 # procfs support.
11398 #
11399 # Check if <sys/procfs.h> is incompatible with large-file support.
11400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11401 /* end confdefs.h. */
11402 #define _FILE_OFFSET_BITS 64
11403 #define _STRUCTURED_PROC 1
11404 #include <sys/procfs.h>
11405 int
11406 main ()
11407 {
11408
11409 ;
11410 return 0;
11411 }
11412 _ACEOF
11413 if ac_fn_c_try_compile "$LINENO"; then :
11414 acx_cv_procfs_lfs=yes
11415 else
11416 acx_cv_procfs_lfs=no
11417 fi
11418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11419 #
11420 # Forcefully disable large-file support only if necessary, gdb is in
11421 # tree and enabled.
11422 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11423 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11424 : ${enable_largefile="no"}
11425 if test "$plugins" = yes; then
11426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11427 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11428 $as_echo "$as_me: WARNING:
11429 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11430 plugins=no
11431 fi
11432 fi
11433 #
11434 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11435 # benefit of g++ 9+ which predefines it on Solaris.
11436 if test "$enable_largefile" = no; then
11437 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11438
11439 fi
11440 ;;
11441 esac
11442
11443 # Check whether --enable-largefile was given.
11444 if test "${enable_largefile+set}" = set; then :
11445 enableval=$enable_largefile;
11446 fi
11447
11448 if test "$enable_largefile" != no; then
11449
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11451 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11452 if ${ac_cv_sys_largefile_CC+:} false; then :
11453 $as_echo_n "(cached) " >&6
11454 else
11455 ac_cv_sys_largefile_CC=no
11456 if test "$GCC" != yes; then
11457 ac_save_CC=$CC
11458 while :; do
11459 # IRIX 6.2 and later do not support large files by default,
11460 # so use the C compiler's -n32 option if that helps.
11461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11462 /* end confdefs.h. */
11463 #include <sys/types.h>
11464 /* Check that off_t can represent 2**63 - 1 correctly.
11465 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11466 since some C++ compilers masquerading as C compilers
11467 incorrectly reject 9223372036854775807. */
11468 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11469 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11470 && LARGE_OFF_T % 2147483647 == 1)
11471 ? 1 : -1];
11472 int
11473 main ()
11474 {
11475
11476 ;
11477 return 0;
11478 }
11479 _ACEOF
11480 if ac_fn_c_try_compile "$LINENO"; then :
11481 break
11482 fi
11483 rm -f core conftest.err conftest.$ac_objext
11484 CC="$CC -n32"
11485 if ac_fn_c_try_compile "$LINENO"; then :
11486 ac_cv_sys_largefile_CC=' -n32'; break
11487 fi
11488 rm -f core conftest.err conftest.$ac_objext
11489 break
11490 done
11491 CC=$ac_save_CC
11492 rm -f conftest.$ac_ext
11493 fi
11494 fi
11495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11496 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11497 if test "$ac_cv_sys_largefile_CC" != no; then
11498 CC=$CC$ac_cv_sys_largefile_CC
11499 fi
11500
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11502 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11503 if ${ac_cv_sys_file_offset_bits+:} false; then :
11504 $as_echo_n "(cached) " >&6
11505 else
11506 while :; do
11507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11508 /* end confdefs.h. */
11509 #include <sys/types.h>
11510 /* Check that off_t can represent 2**63 - 1 correctly.
11511 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11512 since some C++ compilers masquerading as C compilers
11513 incorrectly reject 9223372036854775807. */
11514 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11515 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11516 && LARGE_OFF_T % 2147483647 == 1)
11517 ? 1 : -1];
11518 int
11519 main ()
11520 {
11521
11522 ;
11523 return 0;
11524 }
11525 _ACEOF
11526 if ac_fn_c_try_compile "$LINENO"; then :
11527 ac_cv_sys_file_offset_bits=no; break
11528 fi
11529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11531 /* end confdefs.h. */
11532 #define _FILE_OFFSET_BITS 64
11533 #include <sys/types.h>
11534 /* Check that off_t can represent 2**63 - 1 correctly.
11535 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11536 since some C++ compilers masquerading as C compilers
11537 incorrectly reject 9223372036854775807. */
11538 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11539 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11540 && LARGE_OFF_T % 2147483647 == 1)
11541 ? 1 : -1];
11542 int
11543 main ()
11544 {
11545
11546 ;
11547 return 0;
11548 }
11549 _ACEOF
11550 if ac_fn_c_try_compile "$LINENO"; then :
11551 ac_cv_sys_file_offset_bits=64; break
11552 fi
11553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11554 ac_cv_sys_file_offset_bits=unknown
11555 break
11556 done
11557 fi
11558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11559 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11560 case $ac_cv_sys_file_offset_bits in #(
11561 no | unknown) ;;
11562 *)
11563 cat >>confdefs.h <<_ACEOF
11564 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11565 _ACEOF
11566 ;;
11567 esac
11568 rm -rf conftest*
11569 if test $ac_cv_sys_file_offset_bits = unknown; then
11570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11571 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11572 if ${ac_cv_sys_large_files+:} false; then :
11573 $as_echo_n "(cached) " >&6
11574 else
11575 while :; do
11576 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11577 /* end confdefs.h. */
11578 #include <sys/types.h>
11579 /* Check that off_t can represent 2**63 - 1 correctly.
11580 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11581 since some C++ compilers masquerading as C compilers
11582 incorrectly reject 9223372036854775807. */
11583 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11584 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11585 && LARGE_OFF_T % 2147483647 == 1)
11586 ? 1 : -1];
11587 int
11588 main ()
11589 {
11590
11591 ;
11592 return 0;
11593 }
11594 _ACEOF
11595 if ac_fn_c_try_compile "$LINENO"; then :
11596 ac_cv_sys_large_files=no; break
11597 fi
11598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11599 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11600 /* end confdefs.h. */
11601 #define _LARGE_FILES 1
11602 #include <sys/types.h>
11603 /* Check that off_t can represent 2**63 - 1 correctly.
11604 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11605 since some C++ compilers masquerading as C compilers
11606 incorrectly reject 9223372036854775807. */
11607 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11608 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11609 && LARGE_OFF_T % 2147483647 == 1)
11610 ? 1 : -1];
11611 int
11612 main ()
11613 {
11614
11615 ;
11616 return 0;
11617 }
11618 _ACEOF
11619 if ac_fn_c_try_compile "$LINENO"; then :
11620 ac_cv_sys_large_files=1; break
11621 fi
11622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11623 ac_cv_sys_large_files=unknown
11624 break
11625 done
11626 fi
11627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11628 $as_echo "$ac_cv_sys_large_files" >&6; }
11629 case $ac_cv_sys_large_files in #(
11630 no | unknown) ;;
11631 *)
11632 cat >>confdefs.h <<_ACEOF
11633 #define _LARGE_FILES $ac_cv_sys_large_files
11634 _ACEOF
11635 ;;
11636 esac
11637 rm -rf conftest*
11638 fi
11639
11640
11641 fi
11642
11643
11644
11645 ac_checking=
11646 . ${srcdir}/../bfd/development.sh
11647 test "$development" = true && ac_checking=yes
11648 # Check whether --enable-checking was given.
11649 if test "${enable_checking+set}" = set; then :
11650 enableval=$enable_checking; case "${enableval}" in
11651 no|none) ac_checking= ;;
11652 *) ac_checking=yes ;;
11653 esac
11654 fi
11655 if test x$ac_checking != x ; then
11656
11657 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11658
11659 fi
11660
11661 # Check whether --enable-targets was given.
11662 if test "${enable_targets+set}" = set; then :
11663 enableval=$enable_targets; case "${enableval}" in
11664 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11665 ;;
11666 no) enable_targets= ;;
11667 *) enable_targets=$enableval ;;
11668 esac
11669 fi
11670
11671
11672 # Check whether --enable-deterministic-archives was given.
11673 if test "${enable_deterministic_archives+set}" = set; then :
11674 enableval=$enable_deterministic_archives;
11675 if test "${enableval}" = no; then
11676 default_ar_deterministic=0
11677 else
11678 default_ar_deterministic=1
11679 fi
11680 else
11681 default_ar_deterministic=0
11682 fi
11683
11684
11685
11686 cat >>confdefs.h <<_ACEOF
11687 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11688 _ACEOF
11689
11690
11691
11692 # Check whether --enable-default-strings-all was given.
11693 if test "${enable_default_strings_all+set}" = set; then :
11694 enableval=$enable_default_strings_all;
11695 if test "${enableval}" = no; then
11696 default_strings_all=0
11697 else
11698 default_strings_all=1
11699 fi
11700 else
11701 default_strings_all=1
11702 fi
11703
11704
11705
11706 cat >>confdefs.h <<_ACEOF
11707 #define DEFAULT_STRINGS_ALL $default_strings_all
11708 _ACEOF
11709
11710
11711
11712 # Check whether --enable-f-for-ifunc-symbols was given.
11713 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
11714 enableval=$enable_f_for_ifunc_symbols;
11715 if test "${enableval}" = no; then
11716 default_f_for_ifunc=0
11717 else
11718 default_f_for_ifunc=1
11719 fi
11720 else
11721 default_f_for_ifunc=0
11722 fi
11723
11724
11725
11726 cat >>confdefs.h <<_ACEOF
11727 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
11728 _ACEOF
11729
11730
11731
11732 # Check whether --enable-follow-debug-links was given.
11733 if test "${enable_follow_debug_links+set}" = set; then :
11734 enableval=$enable_follow_debug_links;
11735 if test "${enableval}" = no; then
11736 default_for_follow_links=0
11737 else
11738 default_for_follow_links=1
11739 fi
11740 else
11741 default_for_follow_links=1
11742 fi
11743
11744
11745
11746 cat >>confdefs.h <<_ACEOF
11747 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
11748 _ACEOF
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11760 if test -n "$ac_tool_prefix"; then
11761 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11762 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11764 $as_echo_n "checking for $ac_word... " >&6; }
11765 if ${ac_cv_path_PKG_CONFIG+:} false; then :
11766 $as_echo_n "(cached) " >&6
11767 else
11768 case $PKG_CONFIG in
11769 [\\/]* | ?:[\\/]*)
11770 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11771 ;;
11772 *)
11773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11774 for as_dir in $PATH
11775 do
11776 IFS=$as_save_IFS
11777 test -z "$as_dir" && as_dir=.
11778 for ac_exec_ext in '' $ac_executable_extensions; do
11779 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11780 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11781 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11782 break 2
11783 fi
11784 done
11785 done
11786 IFS=$as_save_IFS
11787
11788 ;;
11789 esac
11790 fi
11791 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11792 if test -n "$PKG_CONFIG"; then
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11794 $as_echo "$PKG_CONFIG" >&6; }
11795 else
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11797 $as_echo "no" >&6; }
11798 fi
11799
11800
11801 fi
11802 if test -z "$ac_cv_path_PKG_CONFIG"; then
11803 ac_pt_PKG_CONFIG=$PKG_CONFIG
11804 # Extract the first word of "pkg-config", so it can be a program name with args.
11805 set dummy pkg-config; ac_word=$2
11806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11807 $as_echo_n "checking for $ac_word... " >&6; }
11808 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11809 $as_echo_n "(cached) " >&6
11810 else
11811 case $ac_pt_PKG_CONFIG in
11812 [\\/]* | ?:[\\/]*)
11813 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11814 ;;
11815 *)
11816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11817 for as_dir in $PATH
11818 do
11819 IFS=$as_save_IFS
11820 test -z "$as_dir" && as_dir=.
11821 for ac_exec_ext in '' $ac_executable_extensions; do
11822 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11823 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11824 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11825 break 2
11826 fi
11827 done
11828 done
11829 IFS=$as_save_IFS
11830
11831 ;;
11832 esac
11833 fi
11834 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11835 if test -n "$ac_pt_PKG_CONFIG"; then
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11837 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11838 else
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11840 $as_echo "no" >&6; }
11841 fi
11842
11843 if test "x$ac_pt_PKG_CONFIG" = x; then
11844 PKG_CONFIG=""
11845 else
11846 case $cross_compiling:$ac_tool_warned in
11847 yes:)
11848 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11849 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11850 ac_tool_warned=yes ;;
11851 esac
11852 PKG_CONFIG=$ac_pt_PKG_CONFIG
11853 fi
11854 else
11855 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11856 fi
11857
11858 fi
11859 if test -n "$PKG_CONFIG"; then
11860 _pkg_min_version=0.9.0
11861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11862 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11863 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11865 $as_echo "yes" >&6; }
11866 else
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11868 $as_echo "no" >&6; }
11869 PKG_CONFIG=""
11870 fi
11871 fi
11872
11873 # Handle optional debuginfod support
11874
11875 # Check whether --with-debuginfod was given.
11876 if test "${with_debuginfod+set}" = set; then :
11877 withval=$with_debuginfod;
11878 else
11879 with_debuginfod=auto
11880 fi
11881
11882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
11883 $as_echo_n "checking whether to use debuginfod... " >&6; }
11884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
11885 $as_echo "$with_debuginfod" >&6; }
11886
11887 if test "x$with_debuginfod" != xno; then
11888
11889 pkg_failed=no
11890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
11891 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
11892
11893 if test -n "$DEBUGINFOD_CFLAGS"; then
11894 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
11895 elif test -n "$PKG_CONFIG"; then
11896 if test -n "$PKG_CONFIG" && \
11897 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11898 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11899 ac_status=$?
11900 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11901 test $ac_status = 0; }; then
11902 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
11903 test "x$?" != "x0" && pkg_failed=yes
11904 else
11905 pkg_failed=yes
11906 fi
11907 else
11908 pkg_failed=untried
11909 fi
11910 if test -n "$DEBUGINFOD_LIBS"; then
11911 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
11912 elif test -n "$PKG_CONFIG"; then
11913 if test -n "$PKG_CONFIG" && \
11914 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11915 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11916 ac_status=$?
11917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11918 test $ac_status = 0; }; then
11919 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
11920 test "x$?" != "x0" && pkg_failed=yes
11921 else
11922 pkg_failed=yes
11923 fi
11924 else
11925 pkg_failed=untried
11926 fi
11927
11928 if test $pkg_failed = no; then
11929 pkg_save_LDFLAGS="$LDFLAGS"
11930 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
11931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11932 /* end confdefs.h. */
11933
11934 int
11935 main ()
11936 {
11937
11938 ;
11939 return 0;
11940 }
11941 _ACEOF
11942 if ac_fn_c_try_link "$LINENO"; then :
11943
11944 else
11945 pkg_failed=yes
11946 fi
11947 rm -f core conftest.err conftest.$ac_objext \
11948 conftest$ac_exeext conftest.$ac_ext
11949 LDFLAGS=$pkg_save_LDFLAGS
11950 fi
11951
11952
11953
11954 if test $pkg_failed = yes; then
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11956 $as_echo "no" >&6; }
11957
11958 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11959 _pkg_short_errors_supported=yes
11960 else
11961 _pkg_short_errors_supported=no
11962 fi
11963 if test $_pkg_short_errors_supported = yes; then
11964 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11965 else
11966 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11967 fi
11968 # Put the nasty error message in config.log where it belongs
11969 echo "$DEBUGINFOD_PKG_ERRORS" >&5
11970
11971 if test "x$with_debuginfod" = xyes; then
11972 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11973 else
11974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11975 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11976 fi
11977 elif test $pkg_failed = untried; then
11978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11979 $as_echo "no" >&6; }
11980 if test "x$with_debuginfod" = xyes; then
11981 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11982 else
11983 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11984 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11985 fi
11986 else
11987 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
11988 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
11989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11990 $as_echo "yes" >&6; }
11991
11992 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
11993
11994 fi
11995 else
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
11997 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
11998 fi
11999
12000
12001 # Check whether --enable-libctf was given.
12002 if test "${enable_libctf+set}" = set; then :
12003 enableval=$enable_libctf;
12004 case "$enableval" in
12005 yes|no) ;;
12006 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12007 esac
12008
12009 else
12010 enable_libctf=yes
12011 fi
12012
12013
12014 if test "${enable_libctf}" = yes; then
12015
12016 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12017
12018 fi
12019 if test "${enable_libctf}" = yes; then
12020 ENABLE_LIBCTF_TRUE=
12021 ENABLE_LIBCTF_FALSE='#'
12022 else
12023 ENABLE_LIBCTF_TRUE='#'
12024 ENABLE_LIBCTF_FALSE=
12025 fi
12026
12027
12028
12029 # Set the 'development' global.
12030 . $srcdir/../bfd/development.sh
12031
12032 # Set acp_cpp_for_build variable
12033 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12034
12035 # Default set of GCC warnings to enable.
12036 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12037 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12038
12039 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12041 /* end confdefs.h. */
12042 __GNUC__
12043 _ACEOF
12044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12045 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12046
12047 else
12048 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12049 fi
12050 rm -f conftest*
12051
12052
12053 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12055 /* end confdefs.h. */
12056 __GNUC__
12057 _ACEOF
12058 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12059 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12060
12061 else
12062 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12063 fi
12064 rm -f conftest*
12065
12066
12067 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12068 WARN_WRITE_STRINGS=""
12069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12070 /* end confdefs.h. */
12071 __GNUC__
12072 _ACEOF
12073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12074 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12075
12076 else
12077 WARN_WRITE_STRINGS="-Wwrite-strings"
12078 fi
12079 rm -f conftest*
12080
12081
12082 # Verify CC_FOR_BUILD to be compatible with warning flags
12083
12084 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12086 /* end confdefs.h. */
12087 __GNUC__
12088 _ACEOF
12089 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12090 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12091
12092 else
12093 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12094 fi
12095 rm -f conftest*
12096
12097
12098 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12099 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12100 /* end confdefs.h. */
12101 __GNUC__
12102 _ACEOF
12103 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12104 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12105
12106 else
12107 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12108 fi
12109 rm -f conftest*
12110
12111
12112 # Check whether --enable-werror was given.
12113 if test "${enable_werror+set}" = set; then :
12114 enableval=$enable_werror; case "${enableval}" in
12115 yes | y) ERROR_ON_WARNING="yes" ;;
12116 no | n) ERROR_ON_WARNING="no" ;;
12117 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12118 esac
12119 fi
12120
12121
12122 # Disable -Wformat by default when using gcc on mingw
12123 case "${host}" in
12124 *-*-mingw32*)
12125 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12126 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12127 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12128 fi
12129 ;;
12130 *) ;;
12131 esac
12132
12133 # Enable -Werror by default when using gcc. Turn it off for releases.
12134 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12135 ERROR_ON_WARNING=yes
12136 fi
12137
12138 NO_WERROR=
12139 if test "${ERROR_ON_WARNING}" = yes ; then
12140 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12141 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12142 NO_WERROR="-Wno-error"
12143 fi
12144
12145 if test "${GCC}" = yes ; then
12146 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12147 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12148 fi
12149
12150 # Check whether --enable-build-warnings was given.
12151 if test "${enable_build_warnings+set}" = set; then :
12152 enableval=$enable_build_warnings; case "${enableval}" in
12153 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12154 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12155 no) if test "${GCC}" = yes ; then
12156 WARN_CFLAGS="-w"
12157 WARN_CFLAGS_FOR_BUILD="-w"
12158 fi;;
12159 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12160 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12161 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12162 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12163 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12164 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12165 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12166 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12167 esac
12168 fi
12169
12170
12171 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12172 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12173 fi
12174
12175
12176
12177
12178
12179
12180
12181 ac_config_headers="$ac_config_headers config.h:config.in"
12182
12183
12184
12185
12186 if test -z "$target" ; then
12187 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12188 fi
12189 if test -z "$host" ; then
12190 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12191 fi
12192
12193 for ac_prog in 'bison -y' byacc
12194 do
12195 # Extract the first word of "$ac_prog", so it can be a program name with args.
12196 set dummy $ac_prog; ac_word=$2
12197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12198 $as_echo_n "checking for $ac_word... " >&6; }
12199 if ${ac_cv_prog_YACC+:} false; then :
12200 $as_echo_n "(cached) " >&6
12201 else
12202 if test -n "$YACC"; then
12203 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12204 else
12205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12206 for as_dir in $PATH
12207 do
12208 IFS=$as_save_IFS
12209 test -z "$as_dir" && as_dir=.
12210 for ac_exec_ext in '' $ac_executable_extensions; do
12211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12212 ac_cv_prog_YACC="$ac_prog"
12213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12214 break 2
12215 fi
12216 done
12217 done
12218 IFS=$as_save_IFS
12219
12220 fi
12221 fi
12222 YACC=$ac_cv_prog_YACC
12223 if test -n "$YACC"; then
12224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12225 $as_echo "$YACC" >&6; }
12226 else
12227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12228 $as_echo "no" >&6; }
12229 fi
12230
12231
12232 test -n "$YACC" && break
12233 done
12234 test -n "$YACC" || YACC="yacc"
12235
12236 for ac_prog in flex lex
12237 do
12238 # Extract the first word of "$ac_prog", so it can be a program name with args.
12239 set dummy $ac_prog; ac_word=$2
12240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12241 $as_echo_n "checking for $ac_word... " >&6; }
12242 if ${ac_cv_prog_LEX+:} false; then :
12243 $as_echo_n "(cached) " >&6
12244 else
12245 if test -n "$LEX"; then
12246 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12247 else
12248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12249 for as_dir in $PATH
12250 do
12251 IFS=$as_save_IFS
12252 test -z "$as_dir" && as_dir=.
12253 for ac_exec_ext in '' $ac_executable_extensions; do
12254 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12255 ac_cv_prog_LEX="$ac_prog"
12256 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12257 break 2
12258 fi
12259 done
12260 done
12261 IFS=$as_save_IFS
12262
12263 fi
12264 fi
12265 LEX=$ac_cv_prog_LEX
12266 if test -n "$LEX"; then
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12268 $as_echo "$LEX" >&6; }
12269 else
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12271 $as_echo "no" >&6; }
12272 fi
12273
12274
12275 test -n "$LEX" && break
12276 done
12277 test -n "$LEX" || LEX=":"
12278
12279 case "$LEX" in
12280 :|*"missing "*) ;;
12281 *) cat >conftest.l <<_ACEOF
12282 %%
12283 a { ECHO; }
12284 b { REJECT; }
12285 c { yymore (); }
12286 d { yyless (1); }
12287 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12288 yyless ((input () != 0)); }
12289 f { unput (yytext[0]); }
12290 . { BEGIN INITIAL; }
12291 %%
12292 #ifdef YYTEXT_POINTER
12293 extern char *yytext;
12294 #endif
12295 int
12296 main (void)
12297 {
12298 return ! yylex () + ! yywrap ();
12299 }
12300 _ACEOF
12301 { { ac_try="$LEX conftest.l"
12302 case "(($ac_try" in
12303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12304 *) ac_try_echo=$ac_try;;
12305 esac
12306 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12307 $as_echo "$ac_try_echo"; } >&5
12308 (eval "$LEX conftest.l") 2>&5
12309 ac_status=$?
12310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12311 test $ac_status = 0; }
12312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12313 $as_echo_n "checking lex output file root... " >&6; }
12314 if ${ac_cv_prog_lex_root+:} false; then :
12315 $as_echo_n "(cached) " >&6
12316 else
12317
12318 if test -f lex.yy.c; then
12319 ac_cv_prog_lex_root=lex.yy
12320 elif test -f lexyy.c; then
12321 ac_cv_prog_lex_root=lexyy
12322 else
12323 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12324 fi
12325 fi
12326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12327 $as_echo "$ac_cv_prog_lex_root" >&6; }
12328 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12329
12330 if test -z "${LEXLIB+set}"; then
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12332 $as_echo_n "checking lex library... " >&6; }
12333 if ${ac_cv_lib_lex+:} false; then :
12334 $as_echo_n "(cached) " >&6
12335 else
12336
12337 ac_save_LIBS=$LIBS
12338 ac_cv_lib_lex='none needed'
12339 for ac_lib in '' -lfl -ll; do
12340 LIBS="$ac_lib $ac_save_LIBS"
12341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12342 /* end confdefs.h. */
12343 `cat $LEX_OUTPUT_ROOT.c`
12344 _ACEOF
12345 if ac_fn_c_try_link "$LINENO"; then :
12346 ac_cv_lib_lex=$ac_lib
12347 fi
12348 rm -f core conftest.err conftest.$ac_objext \
12349 conftest$ac_exeext conftest.$ac_ext
12350 test "$ac_cv_lib_lex" != 'none needed' && break
12351 done
12352 LIBS=$ac_save_LIBS
12353
12354 fi
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12356 $as_echo "$ac_cv_lib_lex" >&6; }
12357 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12358 fi
12359
12360
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12362 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12363 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12364 $as_echo_n "(cached) " >&6
12365 else
12366 # POSIX says lex can declare yytext either as a pointer or an array; the
12367 # default is implementation-dependent. Figure out which it is, since
12368 # not all implementations provide the %pointer and %array declarations.
12369 ac_cv_prog_lex_yytext_pointer=no
12370 ac_save_LIBS=$LIBS
12371 LIBS="$LEXLIB $ac_save_LIBS"
12372 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12373 /* end confdefs.h. */
12374
12375 #define YYTEXT_POINTER 1
12376 `cat $LEX_OUTPUT_ROOT.c`
12377 _ACEOF
12378 if ac_fn_c_try_link "$LINENO"; then :
12379 ac_cv_prog_lex_yytext_pointer=yes
12380 fi
12381 rm -f core conftest.err conftest.$ac_objext \
12382 conftest$ac_exeext conftest.$ac_ext
12383 LIBS=$ac_save_LIBS
12384
12385 fi
12386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12387 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12388 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12389
12390 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12391
12392 fi
12393 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12394 ;;
12395 esac
12396 if test "$LEX" = :; then
12397 LEX=${am_missing_run}flex
12398 fi
12399
12400 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"
12401 # If we haven't got the data from the intl directory,
12402 # assume NLS is disabled.
12403 USE_NLS=no
12404 LIBINTL=
12405 LIBINTL_DEP=
12406 INCINTL=
12407 XGETTEXT=
12408 GMSGFMT=
12409 POSUB=
12410
12411 if test -f ../intl/config.intl; then
12412 . ../intl/config.intl
12413 fi
12414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12415 $as_echo_n "checking whether NLS is requested... " >&6; }
12416 if test x"$USE_NLS" != xyes; then
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12418 $as_echo "no" >&6; }
12419 else
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12421 $as_echo "yes" >&6; }
12422
12423 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12424
12425
12426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12427 $as_echo_n "checking for catalogs to be installed... " >&6; }
12428 # Look for .po and .gmo files in the source directory.
12429 CATALOGS=
12430 XLINGUAS=
12431 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12432 # If there aren't any .gmo files the shell will give us the
12433 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12434 # weeded out.
12435 case "$cat" in *\**)
12436 continue;;
12437 esac
12438 # The quadruple backslash is collapsed to a double backslash
12439 # by the backticks, then collapsed again by the double quotes,
12440 # leaving us with one backslash in the sed expression (right
12441 # before the dot that mustn't act as a wildcard).
12442 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12443 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12444 # The user is allowed to set LINGUAS to a list of languages to
12445 # install catalogs for. If it's empty that means "all of them."
12446 if test "x$LINGUAS" = x; then
12447 CATALOGS="$CATALOGS $cat"
12448 XLINGUAS="$XLINGUAS $lang"
12449 else
12450 case "$LINGUAS" in *$lang*)
12451 CATALOGS="$CATALOGS $cat"
12452 XLINGUAS="$XLINGUAS $lang"
12453 ;;
12454 esac
12455 fi
12456 done
12457 LINGUAS="$XLINGUAS"
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12459 $as_echo "$LINGUAS" >&6; }
12460
12461
12462 DATADIRNAME=share
12463
12464 INSTOBJEXT=.mo
12465
12466 GENCAT=gencat
12467
12468 CATOBJEXT=.gmo
12469
12470 fi
12471
12472 MKINSTALLDIRS=
12473 if test -n "$ac_aux_dir"; then
12474 case "$ac_aux_dir" in
12475 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12476 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12477 esac
12478 fi
12479 if test -z "$MKINSTALLDIRS"; then
12480 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12481 fi
12482
12483
12484
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12486 $as_echo_n "checking whether NLS is requested... " >&6; }
12487 # Check whether --enable-nls was given.
12488 if test "${enable_nls+set}" = set; then :
12489 enableval=$enable_nls; USE_NLS=$enableval
12490 else
12491 USE_NLS=yes
12492 fi
12493
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12495 $as_echo "$USE_NLS" >&6; }
12496
12497
12498
12499
12500
12501
12502 # Prepare PATH_SEPARATOR.
12503 # The user is always right.
12504 if test "${PATH_SEPARATOR+set}" != set; then
12505 echo "#! /bin/sh" >conf$$.sh
12506 echo "exit 0" >>conf$$.sh
12507 chmod +x conf$$.sh
12508 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12509 PATH_SEPARATOR=';'
12510 else
12511 PATH_SEPARATOR=:
12512 fi
12513 rm -f conf$$.sh
12514 fi
12515
12516 # Find out how to test for executable files. Don't use a zero-byte file,
12517 # as systems may use methods other than mode bits to determine executability.
12518 cat >conf$$.file <<_ASEOF
12519 #! /bin/sh
12520 exit 0
12521 _ASEOF
12522 chmod +x conf$$.file
12523 if test -x conf$$.file >/dev/null 2>&1; then
12524 ac_executable_p="test -x"
12525 else
12526 ac_executable_p="test -f"
12527 fi
12528 rm -f conf$$.file
12529
12530 # Extract the first word of "msgfmt", so it can be a program name with args.
12531 set dummy msgfmt; ac_word=$2
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12533 $as_echo_n "checking for $ac_word... " >&6; }
12534 if ${ac_cv_path_MSGFMT+:} false; then :
12535 $as_echo_n "(cached) " >&6
12536 else
12537 case "$MSGFMT" in
12538 [\\/]* | ?:[\\/]*)
12539 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12540 ;;
12541 *)
12542 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12543 for ac_dir in $PATH; do
12544 IFS="$ac_save_IFS"
12545 test -z "$ac_dir" && ac_dir=.
12546 for ac_exec_ext in '' $ac_executable_extensions; do
12547 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12548 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12549 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12550 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12551 break 2
12552 fi
12553 fi
12554 done
12555 done
12556 IFS="$ac_save_IFS"
12557 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12558 ;;
12559 esac
12560 fi
12561 MSGFMT="$ac_cv_path_MSGFMT"
12562 if test "$MSGFMT" != ":"; then
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12564 $as_echo "$MSGFMT" >&6; }
12565 else
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12567 $as_echo "no" >&6; }
12568 fi
12569
12570 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12571 set dummy gmsgfmt; ac_word=$2
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12573 $as_echo_n "checking for $ac_word... " >&6; }
12574 if ${ac_cv_path_GMSGFMT+:} false; then :
12575 $as_echo_n "(cached) " >&6
12576 else
12577 case $GMSGFMT in
12578 [\\/]* | ?:[\\/]*)
12579 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12580 ;;
12581 *)
12582 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12583 for as_dir in $PATH
12584 do
12585 IFS=$as_save_IFS
12586 test -z "$as_dir" && as_dir=.
12587 for ac_exec_ext in '' $ac_executable_extensions; do
12588 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12589 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12590 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12591 break 2
12592 fi
12593 done
12594 done
12595 IFS=$as_save_IFS
12596
12597 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12598 ;;
12599 esac
12600 fi
12601 GMSGFMT=$ac_cv_path_GMSGFMT
12602 if test -n "$GMSGFMT"; then
12603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12604 $as_echo "$GMSGFMT" >&6; }
12605 else
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12607 $as_echo "no" >&6; }
12608 fi
12609
12610
12611
12612
12613 # Prepare PATH_SEPARATOR.
12614 # The user is always right.
12615 if test "${PATH_SEPARATOR+set}" != set; then
12616 echo "#! /bin/sh" >conf$$.sh
12617 echo "exit 0" >>conf$$.sh
12618 chmod +x conf$$.sh
12619 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12620 PATH_SEPARATOR=';'
12621 else
12622 PATH_SEPARATOR=:
12623 fi
12624 rm -f conf$$.sh
12625 fi
12626
12627 # Find out how to test for executable files. Don't use a zero-byte file,
12628 # as systems may use methods other than mode bits to determine executability.
12629 cat >conf$$.file <<_ASEOF
12630 #! /bin/sh
12631 exit 0
12632 _ASEOF
12633 chmod +x conf$$.file
12634 if test -x conf$$.file >/dev/null 2>&1; then
12635 ac_executable_p="test -x"
12636 else
12637 ac_executable_p="test -f"
12638 fi
12639 rm -f conf$$.file
12640
12641 # Extract the first word of "xgettext", so it can be a program name with args.
12642 set dummy xgettext; ac_word=$2
12643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12644 $as_echo_n "checking for $ac_word... " >&6; }
12645 if ${ac_cv_path_XGETTEXT+:} false; then :
12646 $as_echo_n "(cached) " >&6
12647 else
12648 case "$XGETTEXT" in
12649 [\\/]* | ?:[\\/]*)
12650 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12651 ;;
12652 *)
12653 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12654 for ac_dir in $PATH; do
12655 IFS="$ac_save_IFS"
12656 test -z "$ac_dir" && ac_dir=.
12657 for ac_exec_ext in '' $ac_executable_extensions; do
12658 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12659 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12660 (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
12661 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12662 break 2
12663 fi
12664 fi
12665 done
12666 done
12667 IFS="$ac_save_IFS"
12668 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12669 ;;
12670 esac
12671 fi
12672 XGETTEXT="$ac_cv_path_XGETTEXT"
12673 if test "$XGETTEXT" != ":"; then
12674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12675 $as_echo "$XGETTEXT" >&6; }
12676 else
12677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12678 $as_echo "no" >&6; }
12679 fi
12680
12681 rm -f messages.po
12682
12683
12684 # Prepare PATH_SEPARATOR.
12685 # The user is always right.
12686 if test "${PATH_SEPARATOR+set}" != set; then
12687 echo "#! /bin/sh" >conf$$.sh
12688 echo "exit 0" >>conf$$.sh
12689 chmod +x conf$$.sh
12690 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12691 PATH_SEPARATOR=';'
12692 else
12693 PATH_SEPARATOR=:
12694 fi
12695 rm -f conf$$.sh
12696 fi
12697
12698 # Find out how to test for executable files. Don't use a zero-byte file,
12699 # as systems may use methods other than mode bits to determine executability.
12700 cat >conf$$.file <<_ASEOF
12701 #! /bin/sh
12702 exit 0
12703 _ASEOF
12704 chmod +x conf$$.file
12705 if test -x conf$$.file >/dev/null 2>&1; then
12706 ac_executable_p="test -x"
12707 else
12708 ac_executable_p="test -f"
12709 fi
12710 rm -f conf$$.file
12711
12712 # Extract the first word of "msgmerge", so it can be a program name with args.
12713 set dummy msgmerge; ac_word=$2
12714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12715 $as_echo_n "checking for $ac_word... " >&6; }
12716 if ${ac_cv_path_MSGMERGE+:} false; then :
12717 $as_echo_n "(cached) " >&6
12718 else
12719 case "$MSGMERGE" in
12720 [\\/]* | ?:[\\/]*)
12721 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12722 ;;
12723 *)
12724 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12725 for ac_dir in $PATH; do
12726 IFS="$ac_save_IFS"
12727 test -z "$ac_dir" && ac_dir=.
12728 for ac_exec_ext in '' $ac_executable_extensions; do
12729 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12730 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12731 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12732 break 2
12733 fi
12734 fi
12735 done
12736 done
12737 IFS="$ac_save_IFS"
12738 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12739 ;;
12740 esac
12741 fi
12742 MSGMERGE="$ac_cv_path_MSGMERGE"
12743 if test "$MSGMERGE" != ":"; then
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12745 $as_echo "$MSGMERGE" >&6; }
12746 else
12747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12748 $as_echo "no" >&6; }
12749 fi
12750
12751
12752 if test "$GMSGFMT" != ":"; then
12753 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12754 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12755 : ;
12756 else
12757 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12759 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12760 GMSGFMT=":"
12761 fi
12762 fi
12763
12764 if test "$XGETTEXT" != ":"; then
12765 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12766 (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
12767 : ;
12768 else
12769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12770 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12771 XGETTEXT=":"
12772 fi
12773 rm -f messages.po
12774 fi
12775
12776 ac_config_commands="$ac_config_commands default-1"
12777
12778
12779
12780
12781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12782 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12783 # Check whether --enable-maintainer-mode was given.
12784 if test "${enable_maintainer_mode+set}" = set; then :
12785 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12786 else
12787 USE_MAINTAINER_MODE=no
12788 fi
12789
12790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12791 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12792 if test $USE_MAINTAINER_MODE = yes; then
12793 MAINTAINER_MODE_TRUE=
12794 MAINTAINER_MODE_FALSE='#'
12795 else
12796 MAINTAINER_MODE_TRUE='#'
12797 MAINTAINER_MODE_FALSE=
12798 fi
12799
12800 MAINT=$MAINTAINER_MODE_TRUE
12801
12802
12803 if false; then
12804 GENINSRC_NEVER_TRUE=
12805 GENINSRC_NEVER_FALSE='#'
12806 else
12807 GENINSRC_NEVER_TRUE='#'
12808 GENINSRC_NEVER_FALSE=
12809 fi
12810
12811
12812 if test -n "$EXEEXT"; then
12813
12814 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12815
12816 fi
12817
12818 cat >>confdefs.h <<_ACEOF
12819 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12820 _ACEOF
12821
12822
12823 # host-specific stuff:
12824
12825 HDEFINES=
12826
12827 . ${srcdir}/../bfd/configure.host
12828
12829
12830 AR=${AR-ar}
12831
12832 if test -n "$ac_tool_prefix"; then
12833 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12834 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12836 $as_echo_n "checking for $ac_word... " >&6; }
12837 if ${ac_cv_prog_RANLIB+:} false; then :
12838 $as_echo_n "(cached) " >&6
12839 else
12840 if test -n "$RANLIB"; then
12841 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12842 else
12843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12844 for as_dir in $PATH
12845 do
12846 IFS=$as_save_IFS
12847 test -z "$as_dir" && as_dir=.
12848 for ac_exec_ext in '' $ac_executable_extensions; do
12849 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12850 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12851 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12852 break 2
12853 fi
12854 done
12855 done
12856 IFS=$as_save_IFS
12857
12858 fi
12859 fi
12860 RANLIB=$ac_cv_prog_RANLIB
12861 if test -n "$RANLIB"; then
12862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12863 $as_echo "$RANLIB" >&6; }
12864 else
12865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12866 $as_echo "no" >&6; }
12867 fi
12868
12869
12870 fi
12871 if test -z "$ac_cv_prog_RANLIB"; then
12872 ac_ct_RANLIB=$RANLIB
12873 # Extract the first word of "ranlib", so it can be a program name with args.
12874 set dummy ranlib; ac_word=$2
12875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12876 $as_echo_n "checking for $ac_word... " >&6; }
12877 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
12878 $as_echo_n "(cached) " >&6
12879 else
12880 if test -n "$ac_ct_RANLIB"; then
12881 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12882 else
12883 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12884 for as_dir in $PATH
12885 do
12886 IFS=$as_save_IFS
12887 test -z "$as_dir" && as_dir=.
12888 for ac_exec_ext in '' $ac_executable_extensions; do
12889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12890 ac_cv_prog_ac_ct_RANLIB="ranlib"
12891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12892 break 2
12893 fi
12894 done
12895 done
12896 IFS=$as_save_IFS
12897
12898 fi
12899 fi
12900 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12901 if test -n "$ac_ct_RANLIB"; then
12902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12903 $as_echo "$ac_ct_RANLIB" >&6; }
12904 else
12905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12906 $as_echo "no" >&6; }
12907 fi
12908
12909 if test "x$ac_ct_RANLIB" = x; then
12910 RANLIB=":"
12911 else
12912 case $cross_compiling:$ac_tool_warned in
12913 yes:)
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12915 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12916 ac_tool_warned=yes ;;
12917 esac
12918 RANLIB=$ac_ct_RANLIB
12919 fi
12920 else
12921 RANLIB="$ac_cv_prog_RANLIB"
12922 fi
12923
12924
12925
12926 # Put a plausible default for CC_FOR_BUILD in Makefile.
12927 if test -z "$CC_FOR_BUILD"; then
12928 if test "x$cross_compiling" = "xno"; then
12929 CC_FOR_BUILD='$(CC)'
12930 else
12931 CC_FOR_BUILD=gcc
12932 fi
12933 fi
12934
12935 # Also set EXEEXT_FOR_BUILD.
12936 if test "x$cross_compiling" = "xno"; then
12937 EXEEXT_FOR_BUILD='$(EXEEXT)'
12938 else
12939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12940 $as_echo_n "checking for build system executable suffix... " >&6; }
12941 if ${bfd_cv_build_exeext+:} false; then :
12942 $as_echo_n "(cached) " >&6
12943 else
12944 rm -f conftest*
12945 echo 'int main () { return 0; }' > conftest.c
12946 bfd_cv_build_exeext=
12947 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12948 for file in conftest.*; do
12949 case $file in
12950 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12951 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12952 esac
12953 done
12954 rm -f conftest*
12955 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12956 fi
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12958 $as_echo "$bfd_cv_build_exeext" >&6; }
12959 EXEEXT_FOR_BUILD=""
12960 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12961 fi
12962
12963
12964 DEMANGLER_NAME=c++filt
12965 case "${host}" in
12966 *-*-go32* | *-*-msdos*)
12967 DEMANGLER_NAME=cxxfilt
12968 esac
12969
12970
12971 # The cast to long int works around a bug in the HP C Compiler
12972 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12973 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12974 # This bug is HP SR number 8606223364.
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12976 $as_echo_n "checking size of long... " >&6; }
12977 if ${ac_cv_sizeof_long+:} false; then :
12978 $as_echo_n "(cached) " >&6
12979 else
12980 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12981
12982 else
12983 if test "$ac_cv_type_long" = yes; then
12984 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12985 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12986 as_fn_error 77 "cannot compute sizeof (long)
12987 See \`config.log' for more details" "$LINENO" 5; }
12988 else
12989 ac_cv_sizeof_long=0
12990 fi
12991 fi
12992
12993 fi
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12995 $as_echo "$ac_cv_sizeof_long" >&6; }
12996
12997
12998
12999 cat >>confdefs.h <<_ACEOF
13000 #define SIZEOF_LONG $ac_cv_sizeof_long
13001 _ACEOF
13002
13003
13004 # The cast to long int works around a bug in the HP C Compiler
13005 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13006 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13007 # This bug is HP SR number 8606223364.
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13009 $as_echo_n "checking size of long long... " >&6; }
13010 if ${ac_cv_sizeof_long_long+:} false; then :
13011 $as_echo_n "(cached) " >&6
13012 else
13013 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13014
13015 else
13016 if test "$ac_cv_type_long_long" = yes; then
13017 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13018 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13019 as_fn_error 77 "cannot compute sizeof (long long)
13020 See \`config.log' for more details" "$LINENO" 5; }
13021 else
13022 ac_cv_sizeof_long_long=0
13023 fi
13024 fi
13025
13026 fi
13027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13028 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13029
13030
13031
13032 cat >>confdefs.h <<_ACEOF
13033 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13034 _ACEOF
13035
13036
13037
13038 # We use headers from include/ that check various HAVE_*_H macros, thus
13039 # should ensure they are set by configure. This is true even when C99
13040 # guarantees they are available.
13041 # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
13042 # Besides those, we need to check anything used in binutils/ not in C99.
13043 for ac_header in fcntl.h inttypes.h stdint.h sys/file.h \
13044 sys/stat.h sys/time.h sys/types.h unistd.h
13045 do :
13046 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13047 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13048 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13049 cat >>confdefs.h <<_ACEOF
13050 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13051 _ACEOF
13052
13053 fi
13054
13055 done
13056
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13058 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13059 if ${ac_cv_header_sys_wait_h+:} false; then :
13060 $as_echo_n "(cached) " >&6
13061 else
13062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13063 /* end confdefs.h. */
13064 #include <sys/types.h>
13065 #include <sys/wait.h>
13066 #ifndef WEXITSTATUS
13067 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13068 #endif
13069 #ifndef WIFEXITED
13070 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13071 #endif
13072
13073 int
13074 main ()
13075 {
13076 int s;
13077 wait (&s);
13078 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13079 ;
13080 return 0;
13081 }
13082 _ACEOF
13083 if ac_fn_c_try_compile "$LINENO"; then :
13084 ac_cv_header_sys_wait_h=yes
13085 else
13086 ac_cv_header_sys_wait_h=no
13087 fi
13088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13089 fi
13090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13091 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13092 if test $ac_cv_header_sys_wait_h = yes; then
13093
13094 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13095
13096 fi
13097
13098
13099
13100
13101 for ac_header in $ac_header_list
13102 do :
13103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13104 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13105 "
13106 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13107 cat >>confdefs.h <<_ACEOF
13108 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13109 _ACEOF
13110
13111 fi
13112
13113 done
13114
13115
13116
13117
13118
13119
13120
13121
13122 for ac_func in getpagesize
13123 do :
13124 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13125 if test "x$ac_cv_func_getpagesize" = xyes; then :
13126 cat >>confdefs.h <<_ACEOF
13127 #define HAVE_GETPAGESIZE 1
13128 _ACEOF
13129
13130 fi
13131 done
13132
13133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13134 $as_echo_n "checking for working mmap... " >&6; }
13135 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13136 $as_echo_n "(cached) " >&6
13137 else
13138 if test "$cross_compiling" = yes; then :
13139 ac_cv_func_mmap_fixed_mapped=no
13140 else
13141 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13142 /* end confdefs.h. */
13143 $ac_includes_default
13144 /* malloc might have been renamed as rpl_malloc. */
13145 #undef malloc
13146
13147 /* Thanks to Mike Haertel and Jim Avera for this test.
13148 Here is a matrix of mmap possibilities:
13149 mmap private not fixed
13150 mmap private fixed at somewhere currently unmapped
13151 mmap private fixed at somewhere already mapped
13152 mmap shared not fixed
13153 mmap shared fixed at somewhere currently unmapped
13154 mmap shared fixed at somewhere already mapped
13155 For private mappings, we should verify that changes cannot be read()
13156 back from the file, nor mmap's back from the file at a different
13157 address. (There have been systems where private was not correctly
13158 implemented like the infamous i386 svr4.0, and systems where the
13159 VM page cache was not coherent with the file system buffer cache
13160 like early versions of FreeBSD and possibly contemporary NetBSD.)
13161 For shared mappings, we should conversely verify that changes get
13162 propagated back to all the places they're supposed to be.
13163
13164 Grep wants private fixed already mapped.
13165 The main things grep needs to know about mmap are:
13166 * does it exist and is it safe to write into the mmap'd area
13167 * how to use it (BSD variants) */
13168
13169 #include <fcntl.h>
13170 #include <sys/mman.h>
13171
13172 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13173 char *malloc ();
13174 #endif
13175
13176 /* This mess was copied from the GNU getpagesize.h. */
13177 #ifndef HAVE_GETPAGESIZE
13178 # ifdef _SC_PAGESIZE
13179 # define getpagesize() sysconf(_SC_PAGESIZE)
13180 # else /* no _SC_PAGESIZE */
13181 # ifdef HAVE_SYS_PARAM_H
13182 # include <sys/param.h>
13183 # ifdef EXEC_PAGESIZE
13184 # define getpagesize() EXEC_PAGESIZE
13185 # else /* no EXEC_PAGESIZE */
13186 # ifdef NBPG
13187 # define getpagesize() NBPG * CLSIZE
13188 # ifndef CLSIZE
13189 # define CLSIZE 1
13190 # endif /* no CLSIZE */
13191 # else /* no NBPG */
13192 # ifdef NBPC
13193 # define getpagesize() NBPC
13194 # else /* no NBPC */
13195 # ifdef PAGESIZE
13196 # define getpagesize() PAGESIZE
13197 # endif /* PAGESIZE */
13198 # endif /* no NBPC */
13199 # endif /* no NBPG */
13200 # endif /* no EXEC_PAGESIZE */
13201 # else /* no HAVE_SYS_PARAM_H */
13202 # define getpagesize() 8192 /* punt totally */
13203 # endif /* no HAVE_SYS_PARAM_H */
13204 # endif /* no _SC_PAGESIZE */
13205
13206 #endif /* no HAVE_GETPAGESIZE */
13207
13208 int
13209 main ()
13210 {
13211 char *data, *data2, *data3;
13212 const char *cdata2;
13213 int i, pagesize;
13214 int fd, fd2;
13215
13216 pagesize = getpagesize ();
13217
13218 /* First, make a file with some known garbage in it. */
13219 data = (char *) malloc (pagesize);
13220 if (!data)
13221 return 1;
13222 for (i = 0; i < pagesize; ++i)
13223 *(data + i) = rand ();
13224 umask (0);
13225 fd = creat ("conftest.mmap", 0600);
13226 if (fd < 0)
13227 return 2;
13228 if (write (fd, data, pagesize) != pagesize)
13229 return 3;
13230 close (fd);
13231
13232 /* Next, check that the tail of a page is zero-filled. File must have
13233 non-zero length, otherwise we risk SIGBUS for entire page. */
13234 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13235 if (fd2 < 0)
13236 return 4;
13237 cdata2 = "";
13238 if (write (fd2, cdata2, 1) != 1)
13239 return 5;
13240 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13241 if (data2 == MAP_FAILED)
13242 return 6;
13243 for (i = 0; i < pagesize; ++i)
13244 if (*(data2 + i))
13245 return 7;
13246 close (fd2);
13247 if (munmap (data2, pagesize))
13248 return 8;
13249
13250 /* Next, try to mmap the file at a fixed address which already has
13251 something else allocated at it. If we can, also make sure that
13252 we see the same garbage. */
13253 fd = open ("conftest.mmap", O_RDWR);
13254 if (fd < 0)
13255 return 9;
13256 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13257 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13258 return 10;
13259 for (i = 0; i < pagesize; ++i)
13260 if (*(data + i) != *(data2 + i))
13261 return 11;
13262
13263 /* Finally, make sure that changes to the mapped area do not
13264 percolate back to the file as seen by read(). (This is a bug on
13265 some variants of i386 svr4.0.) */
13266 for (i = 0; i < pagesize; ++i)
13267 *(data2 + i) = *(data2 + i) + 1;
13268 data3 = (char *) malloc (pagesize);
13269 if (!data3)
13270 return 12;
13271 if (read (fd, data3, pagesize) != pagesize)
13272 return 13;
13273 for (i = 0; i < pagesize; ++i)
13274 if (*(data + i) != *(data3 + i))
13275 return 14;
13276 close (fd);
13277 return 0;
13278 }
13279 _ACEOF
13280 if ac_fn_c_try_run "$LINENO"; then :
13281 ac_cv_func_mmap_fixed_mapped=yes
13282 else
13283 ac_cv_func_mmap_fixed_mapped=no
13284 fi
13285 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13286 conftest.$ac_objext conftest.beam conftest.$ac_ext
13287 fi
13288
13289 fi
13290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13291 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13292 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13293
13294 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13295
13296 fi
13297 rm -f conftest.mmap conftest.txt
13298
13299 for ac_func in getc_unlocked mkdtemp mkstemp sbrk utimensat utimes
13300 do :
13301 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13302 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13303 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13304 cat >>confdefs.h <<_ACEOF
13305 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13306 _ACEOF
13307
13308 fi
13309 done
13310
13311
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13313 $as_echo_n "checking for mbstate_t... " >&6; }
13314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13315 /* end confdefs.h. */
13316 #include <wchar.h>
13317 int
13318 main ()
13319 {
13320 mbstate_t teststate;
13321 ;
13322 return 0;
13323 }
13324 _ACEOF
13325 if ac_fn_c_try_compile "$LINENO"; then :
13326 have_mbstate_t=yes
13327 else
13328 have_mbstate_t=no
13329 fi
13330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13332 $as_echo "$have_mbstate_t" >&6; }
13333 if test x"$have_mbstate_t" = xyes; then
13334
13335 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13336
13337 fi
13338
13339 # Copied from gnulib stat-time.m4.
13340 # We should just switch over to using gnulib.
13341 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.tv_nsec" "ac_cv_member_struct_stat_st_atim_tv_nsec" "#include <sys/types.h>
13342 #include <sys/stat.h>
13343 "
13344 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
13345
13346 cat >>confdefs.h <<_ACEOF
13347 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
13348 _ACEOF
13349
13350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
13351 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
13352 if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then :
13353 $as_echo_n "(cached) " >&6
13354 else
13355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13356 /* end confdefs.h. */
13357
13358 #include <sys/types.h>
13359 #include <sys/stat.h>
13360 #if HAVE_SYS_TIME_H
13361 # include <sys/time.h>
13362 #endif
13363 #include <time.h>
13364 struct timespec ts;
13365 struct stat st;
13366
13367 int
13368 main ()
13369 {
13370
13371 st.st_atim = ts;
13372
13373 ;
13374 return 0;
13375 }
13376 _ACEOF
13377 if ac_fn_c_try_compile "$LINENO"; then :
13378 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
13379 else
13380 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
13381 fi
13382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13383 fi
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
13385 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
13386 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
13387
13388 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
13389
13390 fi
13391 else
13392 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimespec.tv_nsec" "ac_cv_member_struct_stat_st_atimespec_tv_nsec" "#include <sys/types.h>
13393 #include <sys/stat.h>
13394 "
13395 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
13396
13397 cat >>confdefs.h <<_ACEOF
13398 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
13399 _ACEOF
13400
13401
13402 else
13403 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
13404 #include <sys/stat.h>
13405 "
13406 if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
13407
13408 cat >>confdefs.h <<_ACEOF
13409 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
13410 _ACEOF
13411
13412
13413 else
13414 ac_fn_c_check_member "$LINENO" "struct stat" "st_atim.st__tim.tv_nsec" "ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" "#include <sys/types.h>
13415 #include <sys/stat.h>
13416 "
13417 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then :
13418
13419 cat >>confdefs.h <<_ACEOF
13420 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
13421 _ACEOF
13422
13423
13424 fi
13425
13426 fi
13427
13428 fi
13429
13430 fi
13431
13432
13433 # Some systems have frexp only in -lm, not in -lc.
13434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13435 $as_echo_n "checking for library containing frexp... " >&6; }
13436 if ${ac_cv_search_frexp+:} false; then :
13437 $as_echo_n "(cached) " >&6
13438 else
13439 ac_func_search_save_LIBS=$LIBS
13440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13441 /* end confdefs.h. */
13442
13443 /* Override any GCC internal prototype to avoid an error.
13444 Use char because int might match the return type of a GCC
13445 builtin and then its argument prototype would still apply. */
13446 #ifdef __cplusplus
13447 extern "C"
13448 #endif
13449 char frexp ();
13450 int
13451 main ()
13452 {
13453 return frexp ();
13454 ;
13455 return 0;
13456 }
13457 _ACEOF
13458 for ac_lib in '' m; do
13459 if test -z "$ac_lib"; then
13460 ac_res="none required"
13461 else
13462 ac_res=-l$ac_lib
13463 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13464 fi
13465 if ac_fn_c_try_link "$LINENO"; then :
13466 ac_cv_search_frexp=$ac_res
13467 fi
13468 rm -f core conftest.err conftest.$ac_objext \
13469 conftest$ac_exeext
13470 if ${ac_cv_search_frexp+:} false; then :
13471 break
13472 fi
13473 done
13474 if ${ac_cv_search_frexp+:} false; then :
13475
13476 else
13477 ac_cv_search_frexp=no
13478 fi
13479 rm conftest.$ac_ext
13480 LIBS=$ac_func_search_save_LIBS
13481 fi
13482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13483 $as_echo "$ac_cv_search_frexp" >&6; }
13484 ac_res=$ac_cv_search_frexp
13485 if test "$ac_res" != no; then :
13486 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13487
13488 fi
13489
13490
13491
13492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13493 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13494 if ${am_cv_val_LC_MESSAGES+:} false; then :
13495 $as_echo_n "(cached) " >&6
13496 else
13497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13498 /* end confdefs.h. */
13499 #include <locale.h>
13500 int
13501 main ()
13502 {
13503 return LC_MESSAGES
13504 ;
13505 return 0;
13506 }
13507 _ACEOF
13508 if ac_fn_c_try_link "$LINENO"; then :
13509 am_cv_val_LC_MESSAGES=yes
13510 else
13511 am_cv_val_LC_MESSAGES=no
13512 fi
13513 rm -f core conftest.err conftest.$ac_objext \
13514 conftest$ac_exeext conftest.$ac_ext
13515 fi
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13517 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13518 if test $am_cv_val_LC_MESSAGES = yes; then
13519
13520 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13521
13522 fi
13523
13524
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13526 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13527 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
13528 $as_echo_n "(cached) " >&6
13529 else
13530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13531 /* end confdefs.h. */
13532 #include <unistd.h>
13533 int
13534 main ()
13535 {
13536 extern int getopt (int, char *const*, const char *);
13537 ;
13538 return 0;
13539 }
13540 _ACEOF
13541 if ac_fn_c_try_compile "$LINENO"; then :
13542 bu_cv_decl_getopt_unistd_h=yes
13543 else
13544 bu_cv_decl_getopt_unistd_h=no
13545 fi
13546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13547 fi
13548
13549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13550 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13551 if test $bu_cv_decl_getopt_unistd_h = yes; then
13552
13553 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13554
13555 fi
13556
13557 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13558 # by default.
13559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13560 $as_echo_n "checking for utime.h... " >&6; }
13561 if ${bu_cv_header_utime_h+:} false; then :
13562 $as_echo_n "(cached) " >&6
13563 else
13564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13565 /* end confdefs.h. */
13566 #include <sys/types.h>
13567 #ifdef HAVE_TIME_H
13568 #include <time.h>
13569 #endif
13570 #include <utime.h>
13571 int
13572 main ()
13573 {
13574 struct utimbuf s;
13575 ;
13576 return 0;
13577 }
13578 _ACEOF
13579 if ac_fn_c_try_compile "$LINENO"; then :
13580 bu_cv_header_utime_h=yes
13581 else
13582 bu_cv_header_utime_h=no
13583 fi
13584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13585 fi
13586
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13588 $as_echo "$bu_cv_header_utime_h" >&6; }
13589 if test $bu_cv_header_utime_h = yes; then
13590
13591 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13592
13593 fi
13594
13595 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13596 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13597 ac_have_decl=1
13598 else
13599 ac_have_decl=0
13600 fi
13601
13602 cat >>confdefs.h <<_ACEOF
13603 #define HAVE_DECL_ASPRINTF $ac_have_decl
13604 _ACEOF
13605 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13606 if test "x$ac_cv_have_decl_environ" = xyes; then :
13607 ac_have_decl=1
13608 else
13609 ac_have_decl=0
13610 fi
13611
13612 cat >>confdefs.h <<_ACEOF
13613 #define HAVE_DECL_ENVIRON $ac_have_decl
13614 _ACEOF
13615 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13616 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
13617 ac_have_decl=1
13618 else
13619 ac_have_decl=0
13620 fi
13621
13622 cat >>confdefs.h <<_ACEOF
13623 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13624 _ACEOF
13625 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
13626 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
13627 ac_have_decl=1
13628 else
13629 ac_have_decl=0
13630 fi
13631
13632 cat >>confdefs.h <<_ACEOF
13633 #define HAVE_DECL_SBRK $ac_have_decl
13634 _ACEOF
13635 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13636 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13637 ac_have_decl=1
13638 else
13639 ac_have_decl=0
13640 fi
13641
13642 cat >>confdefs.h <<_ACEOF
13643 #define HAVE_DECL_STPCPY $ac_have_decl
13644 _ACEOF
13645
13646
13647 # Link in zlib if we can. This allows us to read compressed debug
13648 # sections. This is used only by readelf.c (objdump uses bfd for
13649 # reading compressed sections).
13650
13651 # Use the system's zlib library.
13652 zlibdir="-L\$(top_builddir)/../zlib"
13653 zlibinc="-I\$(top_srcdir)/../zlib"
13654
13655 # Check whether --with-system-zlib was given.
13656 if test "${with_system_zlib+set}" = set; then :
13657 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13658 zlibdir=
13659 zlibinc=
13660 fi
13661
13662 fi
13663
13664
13665
13666
13667
13668
13669 case "${host}" in
13670 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13671
13672 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13673 ;;
13674 esac
13675
13676 # target-specific stuff:
13677
13678 # Canonicalize the secondary target names.
13679 if test -n "$enable_targets"; then
13680 for targ in `echo $enable_targets | sed 's/,/ /g'`
13681 do
13682 result=`$ac_config_sub $targ 2>/dev/null`
13683 if test -n "$result"; then
13684 canon_targets="$canon_targets $result"
13685 else
13686 # Allow targets that config.sub doesn't recognize, like "all".
13687 canon_targets="$canon_targets $targ"
13688 fi
13689 done
13690 fi
13691
13692 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13693 if test "x$ac_cv_header_iconv_h" = xyes; then :
13694
13695 fi
13696
13697
13698
13699 if test "X$prefix" = "XNONE"; then
13700 acl_final_prefix="$ac_default_prefix"
13701 else
13702 acl_final_prefix="$prefix"
13703 fi
13704 if test "X$exec_prefix" = "XNONE"; then
13705 acl_final_exec_prefix='${prefix}'
13706 else
13707 acl_final_exec_prefix="$exec_prefix"
13708 fi
13709 acl_save_prefix="$prefix"
13710 prefix="$acl_final_prefix"
13711 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13712 prefix="$acl_save_prefix"
13713
13714
13715 # Check whether --with-gnu-ld was given.
13716 if test "${with_gnu_ld+set}" = set; then :
13717 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13718 else
13719 with_gnu_ld=no
13720 fi
13721
13722 # Prepare PATH_SEPARATOR.
13723 # The user is always right.
13724 if test "${PATH_SEPARATOR+set}" != set; then
13725 echo "#! /bin/sh" >conf$$.sh
13726 echo "exit 0" >>conf$$.sh
13727 chmod +x conf$$.sh
13728 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13729 PATH_SEPARATOR=';'
13730 else
13731 PATH_SEPARATOR=:
13732 fi
13733 rm -f conf$$.sh
13734 fi
13735 ac_prog=ld
13736 if test "$GCC" = yes; then
13737 # Check if gcc -print-prog-name=ld gives a path.
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13739 $as_echo_n "checking for ld used by GCC... " >&6; }
13740 case $host in
13741 *-*-mingw*)
13742 # gcc leaves a trailing carriage return which upsets mingw
13743 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13744 *)
13745 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13746 esac
13747 case $ac_prog in
13748 # Accept absolute paths.
13749 [\\/]* | [A-Za-z]:[\\/]*)
13750 re_direlt='/[^/][^/]*/\.\./'
13751 # Canonicalize the path of ld
13752 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13753 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13754 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13755 done
13756 test -z "$LD" && LD="$ac_prog"
13757 ;;
13758 "")
13759 # If it fails, then pretend we aren't using GCC.
13760 ac_prog=ld
13761 ;;
13762 *)
13763 # If it is relative, then search for the first ld in PATH.
13764 with_gnu_ld=unknown
13765 ;;
13766 esac
13767 elif test "$with_gnu_ld" = yes; then
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13769 $as_echo_n "checking for GNU ld... " >&6; }
13770 else
13771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13772 $as_echo_n "checking for non-GNU ld... " >&6; }
13773 fi
13774 if ${acl_cv_path_LD+:} false; then :
13775 $as_echo_n "(cached) " >&6
13776 else
13777 if test -z "$LD"; then
13778 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13779 for ac_dir in $PATH; do
13780 test -z "$ac_dir" && ac_dir=.
13781 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13782 acl_cv_path_LD="$ac_dir/$ac_prog"
13783 # Check to see if the program is GNU ld. I'd rather use --version,
13784 # but apparently some GNU ld's only accept -v.
13785 # Break only if it was the GNU/non-GNU ld that we prefer.
13786 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13787 test "$with_gnu_ld" != no && break
13788 else
13789 test "$with_gnu_ld" != yes && break
13790 fi
13791 fi
13792 done
13793 IFS="$ac_save_ifs"
13794 else
13795 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13796 fi
13797 fi
13798
13799 LD="$acl_cv_path_LD"
13800 if test -n "$LD"; then
13801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13802 $as_echo "$LD" >&6; }
13803 else
13804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13805 $as_echo "no" >&6; }
13806 fi
13807 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13809 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13810 if ${acl_cv_prog_gnu_ld+:} false; then :
13811 $as_echo_n "(cached) " >&6
13812 else
13813 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13814 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13815 acl_cv_prog_gnu_ld=yes
13816 else
13817 acl_cv_prog_gnu_ld=no
13818 fi
13819 fi
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13821 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13822 with_gnu_ld=$acl_cv_prog_gnu_ld
13823
13824
13825
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13827 $as_echo_n "checking for shared library run path origin... " >&6; }
13828 if ${acl_cv_rpath+:} false; then :
13829 $as_echo_n "(cached) " >&6
13830 else
13831
13832 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13833 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13834 . ./conftest.sh
13835 rm -f ./conftest.sh
13836 acl_cv_rpath=done
13837
13838 fi
13839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13840 $as_echo "$acl_cv_rpath" >&6; }
13841 wl="$acl_cv_wl"
13842 libext="$acl_cv_libext"
13843 shlibext="$acl_cv_shlibext"
13844 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13845 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13846 hardcode_direct="$acl_cv_hardcode_direct"
13847 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13848 # Check whether --enable-rpath was given.
13849 if test "${enable_rpath+set}" = set; then :
13850 enableval=$enable_rpath; :
13851 else
13852 enable_rpath=yes
13853 fi
13854
13855
13856
13857
13858
13859
13860
13861
13862 use_additional=yes
13863
13864 acl_save_prefix="$prefix"
13865 prefix="$acl_final_prefix"
13866 acl_save_exec_prefix="$exec_prefix"
13867 exec_prefix="$acl_final_exec_prefix"
13868
13869 eval additional_includedir=\"$includedir\"
13870 eval additional_libdir=\"$libdir\"
13871
13872 exec_prefix="$acl_save_exec_prefix"
13873 prefix="$acl_save_prefix"
13874
13875
13876 # Check whether --with-libiconv-prefix was given.
13877 if test "${with_libiconv_prefix+set}" = set; then :
13878 withval=$with_libiconv_prefix;
13879 if test "X$withval" = "Xno"; then
13880 use_additional=no
13881 else
13882 if test "X$withval" = "X"; then
13883
13884 acl_save_prefix="$prefix"
13885 prefix="$acl_final_prefix"
13886 acl_save_exec_prefix="$exec_prefix"
13887 exec_prefix="$acl_final_exec_prefix"
13888
13889 eval additional_includedir=\"$includedir\"
13890 eval additional_libdir=\"$libdir\"
13891
13892 exec_prefix="$acl_save_exec_prefix"
13893 prefix="$acl_save_prefix"
13894
13895 else
13896 additional_includedir="$withval/include"
13897 additional_libdir="$withval/lib"
13898 fi
13899 fi
13900
13901 fi
13902
13903
13904 # Check whether --with-libiconv-type was given.
13905 if test "${with_libiconv_type+set}" = set; then :
13906 withval=$with_libiconv_type; with_libiconv_type=$withval
13907 else
13908 with_libiconv_type=auto
13909 fi
13910
13911 lib_type=`eval echo \$with_libiconv_type`
13912
13913 LIBICONV=
13914 LTLIBICONV=
13915 INCICONV=
13916 rpathdirs=
13917 ltrpathdirs=
13918 names_already_handled=
13919 names_next_round='iconv '
13920 while test -n "$names_next_round"; do
13921 names_this_round="$names_next_round"
13922 names_next_round=
13923 for name in $names_this_round; do
13924 already_handled=
13925 for n in $names_already_handled; do
13926 if test "$n" = "$name"; then
13927 already_handled=yes
13928 break
13929 fi
13930 done
13931 if test -z "$already_handled"; then
13932 names_already_handled="$names_already_handled $name"
13933 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13934 eval value=\"\$HAVE_LIB$uppername\"
13935 if test -n "$value"; then
13936 if test "$value" = yes; then
13937 eval value=\"\$LIB$uppername\"
13938 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13939 eval value=\"\$LTLIB$uppername\"
13940 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13941 else
13942 :
13943 fi
13944 else
13945 found_dir=
13946 found_la=
13947 found_so=
13948 found_a=
13949 if test $use_additional = yes; then
13950 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13951 found_dir="$additional_libdir"
13952 found_so="$additional_libdir/lib$name.$shlibext"
13953 if test -f "$additional_libdir/lib$name.la"; then
13954 found_la="$additional_libdir/lib$name.la"
13955 fi
13956 elif test x$lib_type != xshared; then
13957 if test -f "$additional_libdir/lib$name.$libext"; then
13958 found_dir="$additional_libdir"
13959 found_a="$additional_libdir/lib$name.$libext"
13960 if test -f "$additional_libdir/lib$name.la"; then
13961 found_la="$additional_libdir/lib$name.la"
13962 fi
13963 fi
13964 fi
13965 fi
13966 if test "X$found_dir" = "X"; then
13967 for x in $LDFLAGS $LTLIBICONV; do
13968
13969 acl_save_prefix="$prefix"
13970 prefix="$acl_final_prefix"
13971 acl_save_exec_prefix="$exec_prefix"
13972 exec_prefix="$acl_final_exec_prefix"
13973 eval x=\"$x\"
13974 exec_prefix="$acl_save_exec_prefix"
13975 prefix="$acl_save_prefix"
13976
13977 case "$x" in
13978 -L*)
13979 dir=`echo "X$x" | sed -e 's/^X-L//'`
13980 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13981 found_dir="$dir"
13982 found_so="$dir/lib$name.$shlibext"
13983 if test -f "$dir/lib$name.la"; then
13984 found_la="$dir/lib$name.la"
13985 fi
13986 elif test x$lib_type != xshared; then
13987 if test -f "$dir/lib$name.$libext"; then
13988 found_dir="$dir"
13989 found_a="$dir/lib$name.$libext"
13990 if test -f "$dir/lib$name.la"; then
13991 found_la="$dir/lib$name.la"
13992 fi
13993 fi
13994 fi
13995 ;;
13996 esac
13997 if test "X$found_dir" != "X"; then
13998 break
13999 fi
14000 done
14001 fi
14002 if test "X$found_dir" != "X"; then
14003 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14004 if test "X$found_so" != "X"; then
14005 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14006 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14007 else
14008 haveit=
14009 for x in $ltrpathdirs; do
14010 if test "X$x" = "X$found_dir"; then
14011 haveit=yes
14012 break
14013 fi
14014 done
14015 if test -z "$haveit"; then
14016 ltrpathdirs="$ltrpathdirs $found_dir"
14017 fi
14018 if test "$hardcode_direct" = yes; then
14019 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14020 else
14021 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14022 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14023 haveit=
14024 for x in $rpathdirs; do
14025 if test "X$x" = "X$found_dir"; then
14026 haveit=yes
14027 break
14028 fi
14029 done
14030 if test -z "$haveit"; then
14031 rpathdirs="$rpathdirs $found_dir"
14032 fi
14033 else
14034 haveit=
14035 for x in $LDFLAGS $LIBICONV; do
14036
14037 acl_save_prefix="$prefix"
14038 prefix="$acl_final_prefix"
14039 acl_save_exec_prefix="$exec_prefix"
14040 exec_prefix="$acl_final_exec_prefix"
14041 eval x=\"$x\"
14042 exec_prefix="$acl_save_exec_prefix"
14043 prefix="$acl_save_prefix"
14044
14045 if test "X$x" = "X-L$found_dir"; then
14046 haveit=yes
14047 break
14048 fi
14049 done
14050 if test -z "$haveit"; then
14051 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14052 fi
14053 if test "$hardcode_minus_L" != no; then
14054 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14055 else
14056 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14057 fi
14058 fi
14059 fi
14060 fi
14061 else
14062 if test "X$found_a" != "X"; then
14063 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14064 else
14065 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14066 fi
14067 fi
14068 additional_includedir=
14069 case "$found_dir" in
14070 */lib | */lib/)
14071 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14072 additional_includedir="$basedir/include"
14073 ;;
14074 esac
14075 if test "X$additional_includedir" != "X"; then
14076 if test "X$additional_includedir" != "X/usr/include"; then
14077 haveit=
14078 if test "X$additional_includedir" = "X/usr/local/include"; then
14079 if test -n "$GCC"; then
14080 case $host_os in
14081 linux*) haveit=yes;;
14082 esac
14083 fi
14084 fi
14085 if test -z "$haveit"; then
14086 for x in $CPPFLAGS $INCICONV; do
14087
14088 acl_save_prefix="$prefix"
14089 prefix="$acl_final_prefix"
14090 acl_save_exec_prefix="$exec_prefix"
14091 exec_prefix="$acl_final_exec_prefix"
14092 eval x=\"$x\"
14093 exec_prefix="$acl_save_exec_prefix"
14094 prefix="$acl_save_prefix"
14095
14096 if test "X$x" = "X-I$additional_includedir"; then
14097 haveit=yes
14098 break
14099 fi
14100 done
14101 if test -z "$haveit"; then
14102 if test -d "$additional_includedir"; then
14103 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14104 fi
14105 fi
14106 fi
14107 fi
14108 fi
14109 if test -n "$found_la"; then
14110 save_libdir="$libdir"
14111 case "$found_la" in
14112 */* | *\\*) . "$found_la" ;;
14113 *) . "./$found_la" ;;
14114 esac
14115 libdir="$save_libdir"
14116 for dep in $dependency_libs; do
14117 case "$dep" in
14118 -L*)
14119 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14120 if test "X$additional_libdir" != "X/usr/lib"; then
14121 haveit=
14122 if test "X$additional_libdir" = "X/usr/local/lib"; then
14123 if test -n "$GCC"; then
14124 case $host_os in
14125 linux*) haveit=yes;;
14126 esac
14127 fi
14128 fi
14129 if test -z "$haveit"; then
14130 haveit=
14131 for x in $LDFLAGS $LIBICONV; do
14132
14133 acl_save_prefix="$prefix"
14134 prefix="$acl_final_prefix"
14135 acl_save_exec_prefix="$exec_prefix"
14136 exec_prefix="$acl_final_exec_prefix"
14137 eval x=\"$x\"
14138 exec_prefix="$acl_save_exec_prefix"
14139 prefix="$acl_save_prefix"
14140
14141 if test "X$x" = "X-L$additional_libdir"; then
14142 haveit=yes
14143 break
14144 fi
14145 done
14146 if test -z "$haveit"; then
14147 if test -d "$additional_libdir"; then
14148 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14149 fi
14150 fi
14151 haveit=
14152 for x in $LDFLAGS $LTLIBICONV; do
14153
14154 acl_save_prefix="$prefix"
14155 prefix="$acl_final_prefix"
14156 acl_save_exec_prefix="$exec_prefix"
14157 exec_prefix="$acl_final_exec_prefix"
14158 eval x=\"$x\"
14159 exec_prefix="$acl_save_exec_prefix"
14160 prefix="$acl_save_prefix"
14161
14162 if test "X$x" = "X-L$additional_libdir"; then
14163 haveit=yes
14164 break
14165 fi
14166 done
14167 if test -z "$haveit"; then
14168 if test -d "$additional_libdir"; then
14169 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14170 fi
14171 fi
14172 fi
14173 fi
14174 ;;
14175 -R*)
14176 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14177 if test "$enable_rpath" != no; then
14178 haveit=
14179 for x in $rpathdirs; do
14180 if test "X$x" = "X$dir"; then
14181 haveit=yes
14182 break
14183 fi
14184 done
14185 if test -z "$haveit"; then
14186 rpathdirs="$rpathdirs $dir"
14187 fi
14188 haveit=
14189 for x in $ltrpathdirs; do
14190 if test "X$x" = "X$dir"; then
14191 haveit=yes
14192 break
14193 fi
14194 done
14195 if test -z "$haveit"; then
14196 ltrpathdirs="$ltrpathdirs $dir"
14197 fi
14198 fi
14199 ;;
14200 -l*)
14201 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14202 ;;
14203 *.la)
14204 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14205 ;;
14206 *)
14207 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14208 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14209 ;;
14210 esac
14211 done
14212 fi
14213 else
14214 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14215 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14216 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14217 else
14218 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14219 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14220 fi
14221 fi
14222 fi
14223 fi
14224 done
14225 done
14226 if test "X$rpathdirs" != "X"; then
14227 if test -n "$hardcode_libdir_separator"; then
14228 alldirs=
14229 for found_dir in $rpathdirs; do
14230 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14231 done
14232 acl_save_libdir="$libdir"
14233 libdir="$alldirs"
14234 eval flag=\"$hardcode_libdir_flag_spec\"
14235 libdir="$acl_save_libdir"
14236 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14237 else
14238 for found_dir in $rpathdirs; do
14239 acl_save_libdir="$libdir"
14240 libdir="$found_dir"
14241 eval flag=\"$hardcode_libdir_flag_spec\"
14242 libdir="$acl_save_libdir"
14243 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14244 done
14245 fi
14246 fi
14247 if test "X$ltrpathdirs" != "X"; then
14248 for found_dir in $ltrpathdirs; do
14249 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14250 done
14251 fi
14252
14253
14254
14255
14256
14257
14258
14259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14260 $as_echo_n "checking for iconv... " >&6; }
14261 if ${am_cv_func_iconv+:} false; then :
14262 $as_echo_n "(cached) " >&6
14263 else
14264
14265 am_cv_func_iconv="no, consider installing GNU libiconv"
14266 am_cv_lib_iconv=no
14267 am_save_CPPFLAGS="$CPPFLAGS"
14268 CPPFLAGS="$CPPFLAGS $INCICONV"
14269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 #include <stdlib.h>
14272 #include <iconv.h>
14273 int
14274 main ()
14275 {
14276 iconv_t cd = iconv_open("","");
14277 iconv(cd,NULL,NULL,NULL,NULL);
14278 iconv_close(cd);
14279 ;
14280 return 0;
14281 }
14282 _ACEOF
14283 if ac_fn_c_try_link "$LINENO"; then :
14284 am_cv_func_iconv=yes
14285 fi
14286 rm -f core conftest.err conftest.$ac_objext \
14287 conftest$ac_exeext conftest.$ac_ext
14288 CPPFLAGS="$am_save_CPPFLAGS"
14289
14290 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14291 for _libs in .libs _libs; do
14292 am_save_CPPFLAGS="$CPPFLAGS"
14293 am_save_LIBS="$LIBS"
14294 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14295 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14297 /* end confdefs.h. */
14298 #include <stdlib.h>
14299 #include <iconv.h>
14300 int
14301 main ()
14302 {
14303 iconv_t cd = iconv_open("","");
14304 iconv(cd,NULL,NULL,NULL,NULL);
14305 iconv_close(cd);
14306 ;
14307 return 0;
14308 }
14309 _ACEOF
14310 if ac_fn_c_try_link "$LINENO"; then :
14311 INCICONV="-I../libiconv/include"
14312 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14313 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14314 am_cv_lib_iconv=yes
14315 am_cv_func_iconv=yes
14316 fi
14317 rm -f core conftest.err conftest.$ac_objext \
14318 conftest$ac_exeext conftest.$ac_ext
14319 CPPFLAGS="$am_save_CPPFLAGS"
14320 LIBS="$am_save_LIBS"
14321 if test "$am_cv_func_iconv" = "yes"; then
14322 break
14323 fi
14324 done
14325 fi
14326
14327 if test "$am_cv_func_iconv" != yes; then
14328 am_save_CPPFLAGS="$CPPFLAGS"
14329 am_save_LIBS="$LIBS"
14330 CPPFLAGS="$CPPFLAGS $INCICONV"
14331 LIBS="$LIBS $LIBICONV"
14332 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14333 /* end confdefs.h. */
14334 #include <stdlib.h>
14335 #include <iconv.h>
14336 int
14337 main ()
14338 {
14339 iconv_t cd = iconv_open("","");
14340 iconv(cd,NULL,NULL,NULL,NULL);
14341 iconv_close(cd);
14342 ;
14343 return 0;
14344 }
14345 _ACEOF
14346 if ac_fn_c_try_link "$LINENO"; then :
14347 am_cv_lib_iconv=yes
14348 am_cv_func_iconv=yes
14349 fi
14350 rm -f core conftest.err conftest.$ac_objext \
14351 conftest$ac_exeext conftest.$ac_ext
14352 CPPFLAGS="$am_save_CPPFLAGS"
14353 LIBS="$am_save_LIBS"
14354 fi
14355
14356 fi
14357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14358 $as_echo "$am_cv_func_iconv" >&6; }
14359 if test "$am_cv_func_iconv" = yes; then
14360
14361 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14362
14363 fi
14364 if test "$am_cv_lib_iconv" = yes; then
14365
14366 for element in $INCICONV; do
14367 haveit=
14368 for x in $CPPFLAGS; do
14369
14370 acl_save_prefix="$prefix"
14371 prefix="$acl_final_prefix"
14372 acl_save_exec_prefix="$exec_prefix"
14373 exec_prefix="$acl_final_exec_prefix"
14374 eval x=\"$x\"
14375 exec_prefix="$acl_save_exec_prefix"
14376 prefix="$acl_save_prefix"
14377
14378 if test "X$x" = "X$element"; then
14379 haveit=yes
14380 break
14381 fi
14382 done
14383 if test -z "$haveit"; then
14384 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14385 fi
14386 done
14387
14388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14389 $as_echo_n "checking how to link with libiconv... " >&6; }
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14391 $as_echo "$LIBICONV" >&6; }
14392 else
14393 LIBICONV=
14394 LTLIBICONV=
14395 fi
14396
14397
14398
14399 if test "$am_cv_func_iconv" = yes; then
14400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14401 $as_echo_n "checking for iconv declaration... " >&6; }
14402 if ${am_cv_proto_iconv+:} false; then :
14403 $as_echo_n "(cached) " >&6
14404 else
14405
14406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14407 /* end confdefs.h. */
14408
14409 #include <stdlib.h>
14410 #include <iconv.h>
14411 extern
14412 #ifdef __cplusplus
14413 "C"
14414 #endif
14415 #if defined(__STDC__) || defined(__cplusplus)
14416 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14417 #else
14418 size_t iconv();
14419 #endif
14420
14421 int
14422 main ()
14423 {
14424
14425 ;
14426 return 0;
14427 }
14428 _ACEOF
14429 if ac_fn_c_try_compile "$LINENO"; then :
14430 am_cv_proto_iconv_arg1=""
14431 else
14432 am_cv_proto_iconv_arg1="const"
14433 fi
14434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14435 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);"
14436 fi
14437
14438 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14440 }$am_cv_proto_iconv" >&5
14441 $as_echo "${ac_t:-
14442 }$am_cv_proto_iconv" >&6; }
14443
14444 cat >>confdefs.h <<_ACEOF
14445 #define ICONV_CONST $am_cv_proto_iconv_arg1
14446 _ACEOF
14447
14448 fi
14449
14450
14451 all_targets=false
14452 BUILD_SRCONV=
14453 BUILD_DLLTOOL=
14454 DLLTOOL_DEFS=
14455 DLLTOOL_DEFAULT=
14456 BUILD_WINDRES=
14457 BUILD_WINDMC=
14458 BUILD_DLLWRAP=
14459 BUILD_MISC=
14460 BUILD_INSTALL_MISC=
14461 OBJDUMP_DEFS=
14462 OBJDUMP_PRIVATE_VECTORS=
14463 OBJDUMP_PRIVATE_OFILES=
14464 od_vectors=
14465
14466 for targ in $target $canon_targets
14467 do
14468 if test "x$targ" = "xall"; then
14469 all_targets=true
14470 BUILD_SRCONV='$(SRCONV_PROG)'
14471 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14472 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14473 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14474 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14475 if test -z "$DLLTOOL_DEFAULT"; then
14476 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14477 fi
14478 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14479 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14480 od_vectors="$od_vectors objdump_private_desc_xcoff"
14481 else
14482 case $targ in
14483 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14484 esac
14485
14486 case $targ in
14487 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14488 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14489 if test -z "$DLLTOOL_DEFAULT"; then
14490 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14491 fi
14492 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14493 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14494 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14495 ;;
14496 arm-*-pe*)
14497 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14498 if test -z "$DLLTOOL_DEFAULT"; then
14499 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14500 fi
14501 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14502 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14503 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14504 ;;
14505 x86_64-*-mingw* | x86_64-*-cygwin*)
14506 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14507 if test -z "$DLLTOOL_DEFAULT"; then
14508 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14509 fi
14510 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14511 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14512 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14513 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14514 ;;
14515 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
14516 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14517 if test -z "$DLLTOOL_DEFAULT"; then
14518 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14519 fi
14520 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14521 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14522 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14523 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14524 ;;
14525 i[3-7]86-*-interix)
14526 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14527 if test -z "$DLLTOOL_DEFAULT"; then
14528 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14529 fi
14530 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14531 ;;
14532 powerpc*-aix5.[01])
14533 ;;
14534 powerpc*-aix[5-9].*)
14535 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14536 ;;
14537 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14538 case "$BUILD_INSTALL_MISC" in
14539 *embedspu*) ;;
14540 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14541 esac
14542 ;;
14543 sh*-*-pe)
14544 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14545 if test -z "$DLLTOOL_DEFAULT"; then
14546 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14547 fi
14548 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14549 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14550 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14551 ;;
14552 spu-*-*)
14553 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14554 ;;
14555 mips*-*-pe)
14556 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14557 if test -z "$DLLTOOL_DEFAULT"; then
14558 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14559 fi
14560 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14561 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14562 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14563 ;;
14564 mcore-*-pe)
14565 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14566 if test -z "$DLLTOOL_DEFAULT"; then
14567 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14568 fi
14569 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14570 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14571 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14572 ;;
14573 mcore-*-elf)
14574 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14575 if test -z "$DLLTOOL_DEFAULT"; then
14576 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14577 fi
14578 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14579 ;;
14580 mep-*)
14581 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14582 ;;
14583 esac
14584
14585 # Add objdump private vectors.
14586 case $targ in
14587 avr-*-*)
14588 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14589 ;;
14590 powerpc*-*-aix* | rs6000-*-aix*)
14591 od_vectors="$od_vectors objdump_private_desc_xcoff"
14592 ;;
14593 *-*-darwin*)
14594 od_vectors="$od_vectors objdump_private_desc_mach_o"
14595 ;;
14596 esac
14597 fi
14598 done
14599
14600 # Uniq objdump private vector, build objdump target ofiles.
14601 od_files=
14602 f=""
14603 for i in $od_vectors ; do
14604 case " $f " in
14605 *" $i "*) ;;
14606 *)
14607 f="$f $i"
14608 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14609 case $i in
14610 objdump_private_desc_elf32_avr)
14611 od_files="$od_files od-elf32_avr" ;;
14612 objdump_private_desc_xcoff)
14613 od_files="$od_files od-xcoff" ;;
14614 objdump_private_desc_mach_o)
14615 od_files="$od_files od-macho" ;;
14616 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
14617 esac
14618 ;;
14619 esac
14620 done
14621
14622 # Uniq objdump target ofiles
14623 f=""
14624 for i in $od_files ; do
14625 case " $f " in
14626 *" $i "*) ;;
14627 *)
14628 f="$f $i"
14629 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14630 ;;
14631 esac
14632 done
14633
14634 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14635
14636 if test "${with_windres+set}" = set; then
14637 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14638 fi
14639
14640 if test "${with_windmc+set}" = set; then
14641 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14642 fi
14643
14644 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14645
14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
14656
14657
14658 cat >>confdefs.h <<_ACEOF
14659 #define TARGET "${target}"
14660 _ACEOF
14661
14662
14663 targ=$target
14664 . $srcdir/../bfd/config.bfd
14665 if test "x$targ_underscore" = "xyes"; then
14666 UNDERSCORE=1
14667 else
14668 UNDERSCORE=0
14669 fi
14670
14671 cat >>confdefs.h <<_ACEOF
14672 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14673 _ACEOF
14674
14675
14676 # Emulation
14677 targ=$target
14678 . ${srcdir}/configure.tgt
14679 EMULATION=$targ_emul
14680 EMULATION_VECTOR=$targ_emul_vector
14681
14682
14683
14684
14685 # Required for html and install-html
14686
14687
14688
14689
14690
14691 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14692
14693 cat >confcache <<\_ACEOF
14694 # This file is a shell script that caches the results of configure
14695 # tests run on this system so they can be shared between configure
14696 # scripts and configure runs, see configure's option --config-cache.
14697 # It is not useful on other systems. If it contains results you don't
14698 # want to keep, you may remove or edit it.
14699 #
14700 # config.status only pays attention to the cache file if you give it
14701 # the --recheck option to rerun configure.
14702 #
14703 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14704 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14705 # following values.
14706
14707 _ACEOF
14708
14709 # The following way of writing the cache mishandles newlines in values,
14710 # but we know of no workaround that is simple, portable, and efficient.
14711 # So, we kill variables containing newlines.
14712 # Ultrix sh set writes to stderr and can't be redirected directly,
14713 # and sets the high bit in the cache file unless we assign to the vars.
14714 (
14715 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14716 eval ac_val=\$$ac_var
14717 case $ac_val in #(
14718 *${as_nl}*)
14719 case $ac_var in #(
14720 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14721 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14722 esac
14723 case $ac_var in #(
14724 _ | IFS | as_nl) ;; #(
14725 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14726 *) { eval $ac_var=; unset $ac_var;} ;;
14727 esac ;;
14728 esac
14729 done
14730
14731 (set) 2>&1 |
14732 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14733 *${as_nl}ac_space=\ *)
14734 # `set' does not quote correctly, so add quotes: double-quote
14735 # substitution turns \\\\ into \\, and sed turns \\ into \.
14736 sed -n \
14737 "s/'/'\\\\''/g;
14738 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14739 ;; #(
14740 *)
14741 # `set' quotes correctly as required by POSIX, so do not add quotes.
14742 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14743 ;;
14744 esac |
14745 sort
14746 ) |
14747 sed '
14748 /^ac_cv_env_/b end
14749 t clear
14750 :clear
14751 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14752 t end
14753 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14754 :end' >>confcache
14755 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14756 if test -w "$cache_file"; then
14757 if test "x$cache_file" != "x/dev/null"; then
14758 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14759 $as_echo "$as_me: updating cache $cache_file" >&6;}
14760 if test ! -f "$cache_file" || test -h "$cache_file"; then
14761 cat confcache >"$cache_file"
14762 else
14763 case $cache_file in #(
14764 */* | ?:*)
14765 mv -f confcache "$cache_file"$$ &&
14766 mv -f "$cache_file"$$ "$cache_file" ;; #(
14767 *)
14768 mv -f confcache "$cache_file" ;;
14769 esac
14770 fi
14771 fi
14772 else
14773 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14774 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14775 fi
14776 fi
14777 rm -f confcache
14778
14779 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14780 # Let make expand exec_prefix.
14781 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14782
14783 DEFS=-DHAVE_CONFIG_H
14784
14785 ac_libobjs=
14786 ac_ltlibobjs=
14787 U=
14788 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14789 # 1. Remove the extension, and $U if already installed.
14790 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14791 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14792 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14793 # will be set to the directory where LIBOBJS objects are built.
14794 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14795 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14796 done
14797 LIBOBJS=$ac_libobjs
14798
14799 LTLIBOBJS=$ac_ltlibobjs
14800
14801
14802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14803 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14804 if test -n "$am_sleep_pid"; then
14805 # Hide warnings about reused PIDs.
14806 wait $am_sleep_pid 2>/dev/null
14807 fi
14808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14809 $as_echo "done" >&6; }
14810 if test -n "$EXEEXT"; then
14811 am__EXEEXT_TRUE=
14812 am__EXEEXT_FALSE='#'
14813 else
14814 am__EXEEXT_TRUE='#'
14815 am__EXEEXT_FALSE=
14816 fi
14817
14818 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14819 as_fn_error $? "conditional \"AMDEP\" was never defined.
14820 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14821 fi
14822 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14823 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14824 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14825 fi
14826 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
14827 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
14828 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14829 fi
14830 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14831 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14832 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14833 fi
14834 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14835 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14836 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14837 fi
14838
14839 : "${CONFIG_STATUS=./config.status}"
14840 ac_write_fail=0
14841 ac_clean_files_save=$ac_clean_files
14842 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14843 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14844 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14845 as_write_fail=0
14846 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14847 #! $SHELL
14848 # Generated by $as_me.
14849 # Run this file to recreate the current configuration.
14850 # Compiler output produced by configure, useful for debugging
14851 # configure, is in config.log if it exists.
14852
14853 debug=false
14854 ac_cs_recheck=false
14855 ac_cs_silent=false
14856
14857 SHELL=\${CONFIG_SHELL-$SHELL}
14858 export SHELL
14859 _ASEOF
14860 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14861 ## -------------------- ##
14862 ## M4sh Initialization. ##
14863 ## -------------------- ##
14864
14865 # Be more Bourne compatible
14866 DUALCASE=1; export DUALCASE # for MKS sh
14867 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14868 emulate sh
14869 NULLCMD=:
14870 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14871 # is contrary to our usage. Disable this feature.
14872 alias -g '${1+"$@"}'='"$@"'
14873 setopt NO_GLOB_SUBST
14874 else
14875 case `(set -o) 2>/dev/null` in #(
14876 *posix*) :
14877 set -o posix ;; #(
14878 *) :
14879 ;;
14880 esac
14881 fi
14882
14883
14884 as_nl='
14885 '
14886 export as_nl
14887 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14888 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14889 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14890 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14891 # Prefer a ksh shell builtin over an external printf program on Solaris,
14892 # but without wasting forks for bash or zsh.
14893 if test -z "$BASH_VERSION$ZSH_VERSION" \
14894 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14895 as_echo='print -r --'
14896 as_echo_n='print -rn --'
14897 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14898 as_echo='printf %s\n'
14899 as_echo_n='printf %s'
14900 else
14901 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14902 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14903 as_echo_n='/usr/ucb/echo -n'
14904 else
14905 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14906 as_echo_n_body='eval
14907 arg=$1;
14908 case $arg in #(
14909 *"$as_nl"*)
14910 expr "X$arg" : "X\\(.*\\)$as_nl";
14911 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14912 esac;
14913 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14914 '
14915 export as_echo_n_body
14916 as_echo_n='sh -c $as_echo_n_body as_echo'
14917 fi
14918 export as_echo_body
14919 as_echo='sh -c $as_echo_body as_echo'
14920 fi
14921
14922 # The user is always right.
14923 if test "${PATH_SEPARATOR+set}" != set; then
14924 PATH_SEPARATOR=:
14925 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14926 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14927 PATH_SEPARATOR=';'
14928 }
14929 fi
14930
14931
14932 # IFS
14933 # We need space, tab and new line, in precisely that order. Quoting is
14934 # there to prevent editors from complaining about space-tab.
14935 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14936 # splitting by setting IFS to empty value.)
14937 IFS=" "" $as_nl"
14938
14939 # Find who we are. Look in the path if we contain no directory separator.
14940 as_myself=
14941 case $0 in #((
14942 *[\\/]* ) as_myself=$0 ;;
14943 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14944 for as_dir in $PATH
14945 do
14946 IFS=$as_save_IFS
14947 test -z "$as_dir" && as_dir=.
14948 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14949 done
14950 IFS=$as_save_IFS
14951
14952 ;;
14953 esac
14954 # We did not find ourselves, most probably we were run as `sh COMMAND'
14955 # in which case we are not to be found in the path.
14956 if test "x$as_myself" = x; then
14957 as_myself=$0
14958 fi
14959 if test ! -f "$as_myself"; then
14960 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14961 exit 1
14962 fi
14963
14964 # Unset variables that we do not need and which cause bugs (e.g. in
14965 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14966 # suppresses any "Segmentation fault" message there. '((' could
14967 # trigger a bug in pdksh 5.2.14.
14968 for as_var in BASH_ENV ENV MAIL MAILPATH
14969 do eval test x\${$as_var+set} = xset \
14970 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14971 done
14972 PS1='$ '
14973 PS2='> '
14974 PS4='+ '
14975
14976 # NLS nuisances.
14977 LC_ALL=C
14978 export LC_ALL
14979 LANGUAGE=C
14980 export LANGUAGE
14981
14982 # CDPATH.
14983 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14984
14985
14986 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14987 # ----------------------------------------
14988 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14989 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14990 # script with STATUS, using 1 if that was 0.
14991 as_fn_error ()
14992 {
14993 as_status=$1; test $as_status -eq 0 && as_status=1
14994 if test "$4"; then
14995 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14996 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14997 fi
14998 $as_echo "$as_me: error: $2" >&2
14999 as_fn_exit $as_status
15000 } # as_fn_error
15001
15002
15003 # as_fn_set_status STATUS
15004 # -----------------------
15005 # Set $? to STATUS, without forking.
15006 as_fn_set_status ()
15007 {
15008 return $1
15009 } # as_fn_set_status
15010
15011 # as_fn_exit STATUS
15012 # -----------------
15013 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15014 as_fn_exit ()
15015 {
15016 set +e
15017 as_fn_set_status $1
15018 exit $1
15019 } # as_fn_exit
15020
15021 # as_fn_unset VAR
15022 # ---------------
15023 # Portably unset VAR.
15024 as_fn_unset ()
15025 {
15026 { eval $1=; unset $1;}
15027 }
15028 as_unset=as_fn_unset
15029 # as_fn_append VAR VALUE
15030 # ----------------------
15031 # Append the text in VALUE to the end of the definition contained in VAR. Take
15032 # advantage of any shell optimizations that allow amortized linear growth over
15033 # repeated appends, instead of the typical quadratic growth present in naive
15034 # implementations.
15035 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15036 eval 'as_fn_append ()
15037 {
15038 eval $1+=\$2
15039 }'
15040 else
15041 as_fn_append ()
15042 {
15043 eval $1=\$$1\$2
15044 }
15045 fi # as_fn_append
15046
15047 # as_fn_arith ARG...
15048 # ------------------
15049 # Perform arithmetic evaluation on the ARGs, and store the result in the
15050 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15051 # must be portable across $(()) and expr.
15052 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15053 eval 'as_fn_arith ()
15054 {
15055 as_val=$(( $* ))
15056 }'
15057 else
15058 as_fn_arith ()
15059 {
15060 as_val=`expr "$@" || test $? -eq 1`
15061 }
15062 fi # as_fn_arith
15063
15064
15065 if expr a : '\(a\)' >/dev/null 2>&1 &&
15066 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15067 as_expr=expr
15068 else
15069 as_expr=false
15070 fi
15071
15072 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15073 as_basename=basename
15074 else
15075 as_basename=false
15076 fi
15077
15078 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15079 as_dirname=dirname
15080 else
15081 as_dirname=false
15082 fi
15083
15084 as_me=`$as_basename -- "$0" ||
15085 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15086 X"$0" : 'X\(//\)$' \| \
15087 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15088 $as_echo X/"$0" |
15089 sed '/^.*\/\([^/][^/]*\)\/*$/{
15090 s//\1/
15091 q
15092 }
15093 /^X\/\(\/\/\)$/{
15094 s//\1/
15095 q
15096 }
15097 /^X\/\(\/\).*/{
15098 s//\1/
15099 q
15100 }
15101 s/.*/./; q'`
15102
15103 # Avoid depending upon Character Ranges.
15104 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15105 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15106 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15107 as_cr_digits='0123456789'
15108 as_cr_alnum=$as_cr_Letters$as_cr_digits
15109
15110 ECHO_C= ECHO_N= ECHO_T=
15111 case `echo -n x` in #(((((
15112 -n*)
15113 case `echo 'xy\c'` in
15114 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15115 xy) ECHO_C='\c';;
15116 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15117 ECHO_T=' ';;
15118 esac;;
15119 *)
15120 ECHO_N='-n';;
15121 esac
15122
15123 rm -f conf$$ conf$$.exe conf$$.file
15124 if test -d conf$$.dir; then
15125 rm -f conf$$.dir/conf$$.file
15126 else
15127 rm -f conf$$.dir
15128 mkdir conf$$.dir 2>/dev/null
15129 fi
15130 if (echo >conf$$.file) 2>/dev/null; then
15131 if ln -s conf$$.file conf$$ 2>/dev/null; then
15132 as_ln_s='ln -s'
15133 # ... but there are two gotchas:
15134 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15135 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15136 # In both cases, we have to default to `cp -pR'.
15137 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15138 as_ln_s='cp -pR'
15139 elif ln conf$$.file conf$$ 2>/dev/null; then
15140 as_ln_s=ln
15141 else
15142 as_ln_s='cp -pR'
15143 fi
15144 else
15145 as_ln_s='cp -pR'
15146 fi
15147 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15148 rmdir conf$$.dir 2>/dev/null
15149
15150
15151 # as_fn_mkdir_p
15152 # -------------
15153 # Create "$as_dir" as a directory, including parents if necessary.
15154 as_fn_mkdir_p ()
15155 {
15156
15157 case $as_dir in #(
15158 -*) as_dir=./$as_dir;;
15159 esac
15160 test -d "$as_dir" || eval $as_mkdir_p || {
15161 as_dirs=
15162 while :; do
15163 case $as_dir in #(
15164 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15165 *) as_qdir=$as_dir;;
15166 esac
15167 as_dirs="'$as_qdir' $as_dirs"
15168 as_dir=`$as_dirname -- "$as_dir" ||
15169 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15170 X"$as_dir" : 'X\(//\)[^/]' \| \
15171 X"$as_dir" : 'X\(//\)$' \| \
15172 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15173 $as_echo X"$as_dir" |
15174 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15175 s//\1/
15176 q
15177 }
15178 /^X\(\/\/\)[^/].*/{
15179 s//\1/
15180 q
15181 }
15182 /^X\(\/\/\)$/{
15183 s//\1/
15184 q
15185 }
15186 /^X\(\/\).*/{
15187 s//\1/
15188 q
15189 }
15190 s/.*/./; q'`
15191 test -d "$as_dir" && break
15192 done
15193 test -z "$as_dirs" || eval "mkdir $as_dirs"
15194 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15195
15196
15197 } # as_fn_mkdir_p
15198 if mkdir -p . 2>/dev/null; then
15199 as_mkdir_p='mkdir -p "$as_dir"'
15200 else
15201 test -d ./-p && rmdir ./-p
15202 as_mkdir_p=false
15203 fi
15204
15205
15206 # as_fn_executable_p FILE
15207 # -----------------------
15208 # Test if FILE is an executable regular file.
15209 as_fn_executable_p ()
15210 {
15211 test -f "$1" && test -x "$1"
15212 } # as_fn_executable_p
15213 as_test_x='test -x'
15214 as_executable_p=as_fn_executable_p
15215
15216 # Sed expression to map a string onto a valid CPP name.
15217 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15218
15219 # Sed expression to map a string onto a valid variable name.
15220 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15221
15222
15223 exec 6>&1
15224 ## ----------------------------------- ##
15225 ## Main body of $CONFIG_STATUS script. ##
15226 ## ----------------------------------- ##
15227 _ASEOF
15228 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15229
15230 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15231 # Save the log message, to keep $0 and so on meaningful, and to
15232 # report actual input values of CONFIG_FILES etc. instead of their
15233 # values after options handling.
15234 ac_log="
15235 This file was extended by binutils $as_me 2.37.50, which was
15236 generated by GNU Autoconf 2.69. Invocation command line was
15237
15238 CONFIG_FILES = $CONFIG_FILES
15239 CONFIG_HEADERS = $CONFIG_HEADERS
15240 CONFIG_LINKS = $CONFIG_LINKS
15241 CONFIG_COMMANDS = $CONFIG_COMMANDS
15242 $ $0 $@
15243
15244 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15245 "
15246
15247 _ACEOF
15248
15249 case $ac_config_files in *"
15250 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15251 esac
15252
15253 case $ac_config_headers in *"
15254 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15255 esac
15256
15257
15258 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15259 # Files that config.status was made for.
15260 config_files="$ac_config_files"
15261 config_headers="$ac_config_headers"
15262 config_commands="$ac_config_commands"
15263
15264 _ACEOF
15265
15266 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15267 ac_cs_usage="\
15268 \`$as_me' instantiates files and other configuration actions
15269 from templates according to the current configuration. Unless the files
15270 and actions are specified as TAGs, all are instantiated by default.
15271
15272 Usage: $0 [OPTION]... [TAG]...
15273
15274 -h, --help print this help, then exit
15275 -V, --version print version number and configuration settings, then exit
15276 --config print configuration, then exit
15277 -q, --quiet, --silent
15278 do not print progress messages
15279 -d, --debug don't remove temporary files
15280 --recheck update $as_me by reconfiguring in the same conditions
15281 --file=FILE[:TEMPLATE]
15282 instantiate the configuration file FILE
15283 --header=FILE[:TEMPLATE]
15284 instantiate the configuration header FILE
15285
15286 Configuration files:
15287 $config_files
15288
15289 Configuration headers:
15290 $config_headers
15291
15292 Configuration commands:
15293 $config_commands
15294
15295 Report bugs to the package provider."
15296
15297 _ACEOF
15298 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15299 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15300 ac_cs_version="\\
15301 binutils config.status 2.37.50
15302 configured by $0, generated by GNU Autoconf 2.69,
15303 with options \\"\$ac_cs_config\\"
15304
15305 Copyright (C) 2012 Free Software Foundation, Inc.
15306 This config.status script is free software; the Free Software Foundation
15307 gives unlimited permission to copy, distribute and modify it."
15308
15309 ac_pwd='$ac_pwd'
15310 srcdir='$srcdir'
15311 INSTALL='$INSTALL'
15312 MKDIR_P='$MKDIR_P'
15313 AWK='$AWK'
15314 test -n "\$AWK" || AWK=awk
15315 _ACEOF
15316
15317 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15318 # The default lists apply if the user does not specify any file.
15319 ac_need_defaults=:
15320 while test $# != 0
15321 do
15322 case $1 in
15323 --*=?*)
15324 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15325 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15326 ac_shift=:
15327 ;;
15328 --*=)
15329 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15330 ac_optarg=
15331 ac_shift=:
15332 ;;
15333 *)
15334 ac_option=$1
15335 ac_optarg=$2
15336 ac_shift=shift
15337 ;;
15338 esac
15339
15340 case $ac_option in
15341 # Handling of the options.
15342 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15343 ac_cs_recheck=: ;;
15344 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15345 $as_echo "$ac_cs_version"; exit ;;
15346 --config | --confi | --conf | --con | --co | --c )
15347 $as_echo "$ac_cs_config"; exit ;;
15348 --debug | --debu | --deb | --de | --d | -d )
15349 debug=: ;;
15350 --file | --fil | --fi | --f )
15351 $ac_shift
15352 case $ac_optarg in
15353 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15354 '') as_fn_error $? "missing file argument" ;;
15355 esac
15356 as_fn_append CONFIG_FILES " '$ac_optarg'"
15357 ac_need_defaults=false;;
15358 --header | --heade | --head | --hea )
15359 $ac_shift
15360 case $ac_optarg in
15361 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15362 esac
15363 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15364 ac_need_defaults=false;;
15365 --he | --h)
15366 # Conflict between --help and --header
15367 as_fn_error $? "ambiguous option: \`$1'
15368 Try \`$0 --help' for more information.";;
15369 --help | --hel | -h )
15370 $as_echo "$ac_cs_usage"; exit ;;
15371 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15372 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15373 ac_cs_silent=: ;;
15374
15375 # This is an error.
15376 -*) as_fn_error $? "unrecognized option: \`$1'
15377 Try \`$0 --help' for more information." ;;
15378
15379 *) as_fn_append ac_config_targets " $1"
15380 ac_need_defaults=false ;;
15381
15382 esac
15383 shift
15384 done
15385
15386 ac_configure_extra_args=
15387
15388 if $ac_cs_silent; then
15389 exec 6>/dev/null
15390 ac_configure_extra_args="$ac_configure_extra_args --silent"
15391 fi
15392
15393 _ACEOF
15394 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15395 if \$ac_cs_recheck; then
15396 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15397 shift
15398 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15399 CONFIG_SHELL='$SHELL'
15400 export CONFIG_SHELL
15401 exec "\$@"
15402 fi
15403
15404 _ACEOF
15405 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15406 exec 5>>config.log
15407 {
15408 echo
15409 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15410 ## Running $as_me. ##
15411 _ASBOX
15412 $as_echo "$ac_log"
15413 } >&5
15414
15415 _ACEOF
15416 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15417 #
15418 # INIT-COMMANDS
15419 #
15420 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15421
15422
15423 # The HP-UX ksh and POSIX shell print the target directory to stdout
15424 # if CDPATH is set.
15425 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15426
15427 sed_quote_subst='$sed_quote_subst'
15428 double_quote_subst='$double_quote_subst'
15429 delay_variable_subst='$delay_variable_subst'
15430 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15431 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15432 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15433 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15434 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15435 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15436 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15437 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15438 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15439 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15440 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15441 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15442 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15443 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15444 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15445 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15446 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15447 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15448 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15449 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15450 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15451 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15452 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15453 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15454 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15455 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15456 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15457 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15458 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15459 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15460 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15461 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15462 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15463 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15464 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15465 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15466 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15467 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15468 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15469 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15470 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15471 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15472 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15473 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15474 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15475 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15476 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15477 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15478 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"`'
15479 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15480 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15481 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15482 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15483 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15484 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15485 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15486 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15487 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15488 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15489 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15490 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15491 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15492 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15493 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15494 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15495 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15496 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15497 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15498 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15499 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15500 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15501 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15502 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15503 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15504 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15505 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15506 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15507 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15508 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15509 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15510 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15511 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15512 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15513 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15514 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15515 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15516 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15517 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15518 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15519 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15520 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15521 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15522 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15523 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15524 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15525 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15526 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15527 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15528 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15529 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15530 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15531 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15532 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15533 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15534 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15535 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15536 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15537 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15538 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15539 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15540 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15541 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15542 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15543 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15544 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15545 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15546 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15547 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15548 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15549 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15550
15551 LTCC='$LTCC'
15552 LTCFLAGS='$LTCFLAGS'
15553 compiler='$compiler_DEFAULT'
15554
15555 # A function that is used when there is no print builtin or printf.
15556 func_fallback_echo ()
15557 {
15558 eval 'cat <<_LTECHO_EOF
15559 \$1
15560 _LTECHO_EOF'
15561 }
15562
15563 # Quote evaled strings.
15564 for var in SHELL \
15565 ECHO \
15566 SED \
15567 GREP \
15568 EGREP \
15569 FGREP \
15570 LD \
15571 NM \
15572 LN_S \
15573 lt_SP2NL \
15574 lt_NL2SP \
15575 reload_flag \
15576 OBJDUMP \
15577 deplibs_check_method \
15578 file_magic_cmd \
15579 AR \
15580 AR_FLAGS \
15581 STRIP \
15582 RANLIB \
15583 CC \
15584 CFLAGS \
15585 compiler \
15586 lt_cv_sys_global_symbol_pipe \
15587 lt_cv_sys_global_symbol_to_cdecl \
15588 lt_cv_sys_global_symbol_to_c_name_address \
15589 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15590 lt_prog_compiler_no_builtin_flag \
15591 lt_prog_compiler_wl \
15592 lt_prog_compiler_pic \
15593 lt_prog_compiler_static \
15594 lt_cv_prog_compiler_c_o \
15595 need_locks \
15596 DSYMUTIL \
15597 NMEDIT \
15598 LIPO \
15599 OTOOL \
15600 OTOOL64 \
15601 shrext_cmds \
15602 export_dynamic_flag_spec \
15603 whole_archive_flag_spec \
15604 compiler_needs_object \
15605 with_gnu_ld \
15606 allow_undefined_flag \
15607 no_undefined_flag \
15608 hardcode_libdir_flag_spec \
15609 hardcode_libdir_flag_spec_ld \
15610 hardcode_libdir_separator \
15611 fix_srcfile_path \
15612 exclude_expsyms \
15613 include_expsyms \
15614 file_list_spec \
15615 variables_saved_for_relink \
15616 libname_spec \
15617 library_names_spec \
15618 soname_spec \
15619 install_override_mode \
15620 finish_eval \
15621 old_striplib \
15622 striplib; do
15623 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15624 *[\\\\\\\`\\"\\\$]*)
15625 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15626 ;;
15627 *)
15628 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15629 ;;
15630 esac
15631 done
15632
15633 # Double-quote double-evaled strings.
15634 for var in reload_cmds \
15635 old_postinstall_cmds \
15636 old_postuninstall_cmds \
15637 old_archive_cmds \
15638 extract_expsyms_cmds \
15639 old_archive_from_new_cmds \
15640 old_archive_from_expsyms_cmds \
15641 archive_cmds \
15642 archive_expsym_cmds \
15643 module_cmds \
15644 module_expsym_cmds \
15645 export_symbols_cmds \
15646 prelink_cmds \
15647 postinstall_cmds \
15648 postuninstall_cmds \
15649 finish_cmds \
15650 sys_lib_search_path_spec \
15651 sys_lib_dlsearch_path_spec; do
15652 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15653 *[\\\\\\\`\\"\\\$]*)
15654 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15655 ;;
15656 *)
15657 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15658 ;;
15659 esac
15660 done
15661
15662 ac_aux_dir='$ac_aux_dir'
15663 xsi_shell='$xsi_shell'
15664 lt_shell_append='$lt_shell_append'
15665
15666 # See if we are running on zsh, and set the options which allow our
15667 # commands through without removal of \ escapes INIT.
15668 if test -n "\${ZSH_VERSION+set}" ; then
15669 setopt NO_GLOB_SUBST
15670 fi
15671
15672
15673 PACKAGE='$PACKAGE'
15674 VERSION='$VERSION'
15675 TIMESTAMP='$TIMESTAMP'
15676 RM='$RM'
15677 ofile='$ofile'
15678
15679
15680
15681 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15682 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15683 # from automake.
15684 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15685 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15686 LINGUAS="${LINGUAS-%UNSET%}"
15687
15688
15689 _ACEOF
15690
15691 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15692
15693 # Handling of arguments.
15694 for ac_config_target in $ac_config_targets
15695 do
15696 case $ac_config_target in
15697 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15698 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15699 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15700 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15701 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15702 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15703 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15704
15705 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15706 esac
15707 done
15708
15709
15710 # If the user did not use the arguments to specify the items to instantiate,
15711 # then the envvar interface is used. Set only those that are not.
15712 # We use the long form for the default assignment because of an extremely
15713 # bizarre bug on SunOS 4.1.3.
15714 if $ac_need_defaults; then
15715 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15716 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15717 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15718 fi
15719
15720 # Have a temporary directory for convenience. Make it in the build tree
15721 # simply because there is no reason against having it here, and in addition,
15722 # creating and moving files from /tmp can sometimes cause problems.
15723 # Hook for its removal unless debugging.
15724 # Note that there is a small window in which the directory will not be cleaned:
15725 # after its creation but before its name has been assigned to `$tmp'.
15726 $debug ||
15727 {
15728 tmp= ac_tmp=
15729 trap 'exit_status=$?
15730 : "${ac_tmp:=$tmp}"
15731 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15732 ' 0
15733 trap 'as_fn_exit 1' 1 2 13 15
15734 }
15735 # Create a (secure) tmp directory for tmp files.
15736
15737 {
15738 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15739 test -d "$tmp"
15740 } ||
15741 {
15742 tmp=./conf$$-$RANDOM
15743 (umask 077 && mkdir "$tmp")
15744 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15745 ac_tmp=$tmp
15746
15747 # Set up the scripts for CONFIG_FILES section.
15748 # No need to generate them if there are no CONFIG_FILES.
15749 # This happens for instance with `./config.status config.h'.
15750 if test -n "$CONFIG_FILES"; then
15751
15752
15753 ac_cr=`echo X | tr X '\015'`
15754 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15755 # But we know of no other shell where ac_cr would be empty at this
15756 # point, so we can use a bashism as a fallback.
15757 if test "x$ac_cr" = x; then
15758 eval ac_cr=\$\'\\r\'
15759 fi
15760 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15761 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15762 ac_cs_awk_cr='\\r'
15763 else
15764 ac_cs_awk_cr=$ac_cr
15765 fi
15766
15767 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15768 _ACEOF
15769
15770
15771 {
15772 echo "cat >conf$$subs.awk <<_ACEOF" &&
15773 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15774 echo "_ACEOF"
15775 } >conf$$subs.sh ||
15776 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15777 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15778 ac_delim='%!_!# '
15779 for ac_last_try in false false false false false :; do
15780 . ./conf$$subs.sh ||
15781 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15782
15783 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15784 if test $ac_delim_n = $ac_delim_num; then
15785 break
15786 elif $ac_last_try; then
15787 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15788 else
15789 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15790 fi
15791 done
15792 rm -f conf$$subs.sh
15793
15794 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15795 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15796 _ACEOF
15797 sed -n '
15798 h
15799 s/^/S["/; s/!.*/"]=/
15800 p
15801 g
15802 s/^[^!]*!//
15803 :repl
15804 t repl
15805 s/'"$ac_delim"'$//
15806 t delim
15807 :nl
15808 h
15809 s/\(.\{148\}\)..*/\1/
15810 t more1
15811 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15812 p
15813 n
15814 b repl
15815 :more1
15816 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15817 p
15818 g
15819 s/.\{148\}//
15820 t nl
15821 :delim
15822 h
15823 s/\(.\{148\}\)..*/\1/
15824 t more2
15825 s/["\\]/\\&/g; s/^/"/; s/$/"/
15826 p
15827 b
15828 :more2
15829 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15830 p
15831 g
15832 s/.\{148\}//
15833 t delim
15834 ' <conf$$subs.awk | sed '
15835 /^[^""]/{
15836 N
15837 s/\n//
15838 }
15839 ' >>$CONFIG_STATUS || ac_write_fail=1
15840 rm -f conf$$subs.awk
15841 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15842 _ACAWK
15843 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15844 for (key in S) S_is_set[key] = 1
15845 FS = "\a"
15846
15847 }
15848 {
15849 line = $ 0
15850 nfields = split(line, field, "@")
15851 substed = 0
15852 len = length(field[1])
15853 for (i = 2; i < nfields; i++) {
15854 key = field[i]
15855 keylen = length(key)
15856 if (S_is_set[key]) {
15857 value = S[key]
15858 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15859 len += length(value) + length(field[++i])
15860 substed = 1
15861 } else
15862 len += 1 + keylen
15863 }
15864
15865 print line
15866 }
15867
15868 _ACAWK
15869 _ACEOF
15870 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15871 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15872 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15873 else
15874 cat
15875 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15876 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15877 _ACEOF
15878
15879 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15880 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15881 # trailing colons and then remove the whole line if VPATH becomes empty
15882 # (actually we leave an empty line to preserve line numbers).
15883 if test "x$srcdir" = x.; then
15884 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15885 h
15886 s///
15887 s/^/:/
15888 s/[ ]*$/:/
15889 s/:\$(srcdir):/:/g
15890 s/:\${srcdir}:/:/g
15891 s/:@srcdir@:/:/g
15892 s/^:*//
15893 s/:*$//
15894 x
15895 s/\(=[ ]*\).*/\1/
15896 G
15897 s/\n//
15898 s/^[^=]*=[ ]*$//
15899 }'
15900 fi
15901
15902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15903 fi # test -n "$CONFIG_FILES"
15904
15905 # Set up the scripts for CONFIG_HEADERS section.
15906 # No need to generate them if there are no CONFIG_HEADERS.
15907 # This happens for instance with `./config.status Makefile'.
15908 if test -n "$CONFIG_HEADERS"; then
15909 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15910 BEGIN {
15911 _ACEOF
15912
15913 # Transform confdefs.h into an awk script `defines.awk', embedded as
15914 # here-document in config.status, that substitutes the proper values into
15915 # config.h.in to produce config.h.
15916
15917 # Create a delimiter string that does not exist in confdefs.h, to ease
15918 # handling of long lines.
15919 ac_delim='%!_!# '
15920 for ac_last_try in false false :; do
15921 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15922 if test -z "$ac_tt"; then
15923 break
15924 elif $ac_last_try; then
15925 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15926 else
15927 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15928 fi
15929 done
15930
15931 # For the awk script, D is an array of macro values keyed by name,
15932 # likewise P contains macro parameters if any. Preserve backslash
15933 # newline sequences.
15934
15935 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15936 sed -n '
15937 s/.\{148\}/&'"$ac_delim"'/g
15938 t rset
15939 :rset
15940 s/^[ ]*#[ ]*define[ ][ ]*/ /
15941 t def
15942 d
15943 :def
15944 s/\\$//
15945 t bsnl
15946 s/["\\]/\\&/g
15947 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15948 D["\1"]=" \3"/p
15949 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15950 d
15951 :bsnl
15952 s/["\\]/\\&/g
15953 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15954 D["\1"]=" \3\\\\\\n"\\/p
15955 t cont
15956 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15957 t cont
15958 d
15959 :cont
15960 n
15961 s/.\{148\}/&'"$ac_delim"'/g
15962 t clear
15963 :clear
15964 s/\\$//
15965 t bsnlc
15966 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15967 d
15968 :bsnlc
15969 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15970 b cont
15971 ' <confdefs.h | sed '
15972 s/'"$ac_delim"'/"\\\
15973 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15974
15975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15976 for (key in D) D_is_set[key] = 1
15977 FS = "\a"
15978 }
15979 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15980 line = \$ 0
15981 split(line, arg, " ")
15982 if (arg[1] == "#") {
15983 defundef = arg[2]
15984 mac1 = arg[3]
15985 } else {
15986 defundef = substr(arg[1], 2)
15987 mac1 = arg[2]
15988 }
15989 split(mac1, mac2, "(") #)
15990 macro = mac2[1]
15991 prefix = substr(line, 1, index(line, defundef) - 1)
15992 if (D_is_set[macro]) {
15993 # Preserve the white space surrounding the "#".
15994 print prefix "define", macro P[macro] D[macro]
15995 next
15996 } else {
15997 # Replace #undef with comments. This is necessary, for example,
15998 # in the case of _POSIX_SOURCE, which is predefined and required
15999 # on some systems where configure will not decide to define it.
16000 if (defundef == "undef") {
16001 print "/*", prefix defundef, macro, "*/"
16002 next
16003 }
16004 }
16005 }
16006 { print }
16007 _ACAWK
16008 _ACEOF
16009 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16010 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16011 fi # test -n "$CONFIG_HEADERS"
16012
16013
16014 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16015 shift
16016 for ac_tag
16017 do
16018 case $ac_tag in
16019 :[FHLC]) ac_mode=$ac_tag; continue;;
16020 esac
16021 case $ac_mode$ac_tag in
16022 :[FHL]*:*);;
16023 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16024 :[FH]-) ac_tag=-:-;;
16025 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16026 esac
16027 ac_save_IFS=$IFS
16028 IFS=:
16029 set x $ac_tag
16030 IFS=$ac_save_IFS
16031 shift
16032 ac_file=$1
16033 shift
16034
16035 case $ac_mode in
16036 :L) ac_source=$1;;
16037 :[FH])
16038 ac_file_inputs=
16039 for ac_f
16040 do
16041 case $ac_f in
16042 -) ac_f="$ac_tmp/stdin";;
16043 *) # Look for the file first in the build tree, then in the source tree
16044 # (if the path is not absolute). The absolute path cannot be DOS-style,
16045 # because $ac_f cannot contain `:'.
16046 test -f "$ac_f" ||
16047 case $ac_f in
16048 [\\/$]*) false;;
16049 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16050 esac ||
16051 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16052 esac
16053 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16054 as_fn_append ac_file_inputs " '$ac_f'"
16055 done
16056
16057 # Let's still pretend it is `configure' which instantiates (i.e., don't
16058 # use $as_me), people would be surprised to read:
16059 # /* config.h. Generated by config.status. */
16060 configure_input='Generated from '`
16061 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16062 `' by configure.'
16063 if test x"$ac_file" != x-; then
16064 configure_input="$ac_file. $configure_input"
16065 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16066 $as_echo "$as_me: creating $ac_file" >&6;}
16067 fi
16068 # Neutralize special characters interpreted by sed in replacement strings.
16069 case $configure_input in #(
16070 *\&* | *\|* | *\\* )
16071 ac_sed_conf_input=`$as_echo "$configure_input" |
16072 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16073 *) ac_sed_conf_input=$configure_input;;
16074 esac
16075
16076 case $ac_tag in
16077 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16078 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16079 esac
16080 ;;
16081 esac
16082
16083 ac_dir=`$as_dirname -- "$ac_file" ||
16084 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16085 X"$ac_file" : 'X\(//\)[^/]' \| \
16086 X"$ac_file" : 'X\(//\)$' \| \
16087 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16088 $as_echo X"$ac_file" |
16089 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16090 s//\1/
16091 q
16092 }
16093 /^X\(\/\/\)[^/].*/{
16094 s//\1/
16095 q
16096 }
16097 /^X\(\/\/\)$/{
16098 s//\1/
16099 q
16100 }
16101 /^X\(\/\).*/{
16102 s//\1/
16103 q
16104 }
16105 s/.*/./; q'`
16106 as_dir="$ac_dir"; as_fn_mkdir_p
16107 ac_builddir=.
16108
16109 case "$ac_dir" in
16110 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16111 *)
16112 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16113 # A ".." for each directory in $ac_dir_suffix.
16114 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16115 case $ac_top_builddir_sub in
16116 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16117 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16118 esac ;;
16119 esac
16120 ac_abs_top_builddir=$ac_pwd
16121 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16122 # for backward compatibility:
16123 ac_top_builddir=$ac_top_build_prefix
16124
16125 case $srcdir in
16126 .) # We are building in place.
16127 ac_srcdir=.
16128 ac_top_srcdir=$ac_top_builddir_sub
16129 ac_abs_top_srcdir=$ac_pwd ;;
16130 [\\/]* | ?:[\\/]* ) # Absolute name.
16131 ac_srcdir=$srcdir$ac_dir_suffix;
16132 ac_top_srcdir=$srcdir
16133 ac_abs_top_srcdir=$srcdir ;;
16134 *) # Relative name.
16135 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16136 ac_top_srcdir=$ac_top_build_prefix$srcdir
16137 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16138 esac
16139 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16140
16141
16142 case $ac_mode in
16143 :F)
16144 #
16145 # CONFIG_FILE
16146 #
16147
16148 case $INSTALL in
16149 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16150 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16151 esac
16152 ac_MKDIR_P=$MKDIR_P
16153 case $MKDIR_P in
16154 [\\/$]* | ?:[\\/]* ) ;;
16155 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16156 esac
16157 _ACEOF
16158
16159 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16160 # If the template does not know about datarootdir, expand it.
16161 # FIXME: This hack should be removed a few years after 2.60.
16162 ac_datarootdir_hack=; ac_datarootdir_seen=
16163 ac_sed_dataroot='
16164 /datarootdir/ {
16165 p
16166 q
16167 }
16168 /@datadir@/p
16169 /@docdir@/p
16170 /@infodir@/p
16171 /@localedir@/p
16172 /@mandir@/p'
16173 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16174 *datarootdir*) ac_datarootdir_seen=yes;;
16175 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16176 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16177 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16178 _ACEOF
16179 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16180 ac_datarootdir_hack='
16181 s&@datadir@&$datadir&g
16182 s&@docdir@&$docdir&g
16183 s&@infodir@&$infodir&g
16184 s&@localedir@&$localedir&g
16185 s&@mandir@&$mandir&g
16186 s&\\\${datarootdir}&$datarootdir&g' ;;
16187 esac
16188 _ACEOF
16189
16190 # Neutralize VPATH when `$srcdir' = `.'.
16191 # Shell code in configure.ac might set extrasub.
16192 # FIXME: do we really want to maintain this feature?
16193 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16194 ac_sed_extra="$ac_vpsub
16195 $extrasub
16196 _ACEOF
16197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16198 :t
16199 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16200 s|@configure_input@|$ac_sed_conf_input|;t t
16201 s&@top_builddir@&$ac_top_builddir_sub&;t t
16202 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16203 s&@srcdir@&$ac_srcdir&;t t
16204 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16205 s&@top_srcdir@&$ac_top_srcdir&;t t
16206 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16207 s&@builddir@&$ac_builddir&;t t
16208 s&@abs_builddir@&$ac_abs_builddir&;t t
16209 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16210 s&@INSTALL@&$ac_INSTALL&;t t
16211 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16212 $ac_datarootdir_hack
16213 "
16214 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16215 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16216
16217 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16218 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16219 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16220 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16222 which seems to be undefined. Please make sure it is defined" >&5
16223 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16224 which seems to be undefined. Please make sure it is defined" >&2;}
16225
16226 rm -f "$ac_tmp/stdin"
16227 case $ac_file in
16228 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16229 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16230 esac \
16231 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16232 ;;
16233 :H)
16234 #
16235 # CONFIG_HEADER
16236 #
16237 if test x"$ac_file" != x-; then
16238 {
16239 $as_echo "/* $configure_input */" \
16240 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16241 } >"$ac_tmp/config.h" \
16242 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16243 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16244 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16245 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16246 else
16247 rm -f "$ac_file"
16248 mv "$ac_tmp/config.h" "$ac_file" \
16249 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16250 fi
16251 else
16252 $as_echo "/* $configure_input */" \
16253 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16254 || as_fn_error $? "could not create -" "$LINENO" 5
16255 fi
16256 # Compute "$ac_file"'s index in $config_headers.
16257 _am_arg="$ac_file"
16258 _am_stamp_count=1
16259 for _am_header in $config_headers :; do
16260 case $_am_header in
16261 $_am_arg | $_am_arg:* )
16262 break ;;
16263 * )
16264 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16265 esac
16266 done
16267 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16268 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16269 X"$_am_arg" : 'X\(//\)[^/]' \| \
16270 X"$_am_arg" : 'X\(//\)$' \| \
16271 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16272 $as_echo X"$_am_arg" |
16273 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16274 s//\1/
16275 q
16276 }
16277 /^X\(\/\/\)[^/].*/{
16278 s//\1/
16279 q
16280 }
16281 /^X\(\/\/\)$/{
16282 s//\1/
16283 q
16284 }
16285 /^X\(\/\).*/{
16286 s//\1/
16287 q
16288 }
16289 s/.*/./; q'`/stamp-h$_am_stamp_count
16290 ;;
16291
16292 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16293 $as_echo "$as_me: executing $ac_file commands" >&6;}
16294 ;;
16295 esac
16296
16297
16298 case $ac_file$ac_mode in
16299 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16300 # Older Autoconf quotes --file arguments for eval, but not when files
16301 # are listed without --file. Let's play safe and only enable the eval
16302 # if we detect the quoting.
16303 case $CONFIG_FILES in
16304 *\'*) eval set x "$CONFIG_FILES" ;;
16305 *) set x $CONFIG_FILES ;;
16306 esac
16307 shift
16308 for mf
16309 do
16310 # Strip MF so we end up with the name of the file.
16311 mf=`echo "$mf" | sed -e 's/:.*$//'`
16312 # Check whether this is an Automake generated Makefile or not.
16313 # We used to match only the files named 'Makefile.in', but
16314 # some people rename them; so instead we look at the file content.
16315 # Grep'ing the first line is not enough: some people post-process
16316 # each Makefile.in and add a new line on top of each file to say so.
16317 # Grep'ing the whole file is not good either: AIX grep has a line
16318 # limit of 2048, but all sed's we know have understand at least 4000.
16319 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16320 dirpart=`$as_dirname -- "$mf" ||
16321 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16322 X"$mf" : 'X\(//\)[^/]' \| \
16323 X"$mf" : 'X\(//\)$' \| \
16324 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16325 $as_echo X"$mf" |
16326 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16327 s//\1/
16328 q
16329 }
16330 /^X\(\/\/\)[^/].*/{
16331 s//\1/
16332 q
16333 }
16334 /^X\(\/\/\)$/{
16335 s//\1/
16336 q
16337 }
16338 /^X\(\/\).*/{
16339 s//\1/
16340 q
16341 }
16342 s/.*/./; q'`
16343 else
16344 continue
16345 fi
16346 # Extract the definition of DEPDIR, am__include, and am__quote
16347 # from the Makefile without running 'make'.
16348 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16349 test -z "$DEPDIR" && continue
16350 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16351 test -z "$am__include" && continue
16352 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16353 # Find all dependency output files, they are included files with
16354 # $(DEPDIR) in their names. We invoke sed twice because it is the
16355 # simplest approach to changing $(DEPDIR) to its actual value in the
16356 # expansion.
16357 for file in `sed -n "
16358 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16359 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16360 # Make sure the directory exists.
16361 test -f "$dirpart/$file" && continue
16362 fdir=`$as_dirname -- "$file" ||
16363 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16364 X"$file" : 'X\(//\)[^/]' \| \
16365 X"$file" : 'X\(//\)$' \| \
16366 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16367 $as_echo X"$file" |
16368 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16369 s//\1/
16370 q
16371 }
16372 /^X\(\/\/\)[^/].*/{
16373 s//\1/
16374 q
16375 }
16376 /^X\(\/\/\)$/{
16377 s//\1/
16378 q
16379 }
16380 /^X\(\/\).*/{
16381 s//\1/
16382 q
16383 }
16384 s/.*/./; q'`
16385 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16386 # echo "creating $dirpart/$file"
16387 echo '# dummy' > "$dirpart/$file"
16388 done
16389 done
16390 }
16391 ;;
16392 "libtool":C)
16393
16394 # See if we are running on zsh, and set the options which allow our
16395 # commands through without removal of \ escapes.
16396 if test -n "${ZSH_VERSION+set}" ; then
16397 setopt NO_GLOB_SUBST
16398 fi
16399
16400 cfgfile="${ofile}T"
16401 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16402 $RM "$cfgfile"
16403
16404 cat <<_LT_EOF >> "$cfgfile"
16405 #! $SHELL
16406
16407 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16408 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16409 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16410 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16411 #
16412 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16413 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16414 # Written by Gordon Matzigkeit, 1996
16415 #
16416 # This file is part of GNU Libtool.
16417 #
16418 # GNU Libtool is free software; you can redistribute it and/or
16419 # modify it under the terms of the GNU General Public License as
16420 # published by the Free Software Foundation; either version 2 of
16421 # the License, or (at your option) any later version.
16422 #
16423 # As a special exception to the GNU General Public License,
16424 # if you distribute this file as part of a program or library that
16425 # is built using GNU Libtool, you may include this file under the
16426 # same distribution terms that you use for the rest of that program.
16427 #
16428 # GNU Libtool is distributed in the hope that it will be useful,
16429 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16430 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16431 # GNU General Public License for more details.
16432 #
16433 # You should have received a copy of the GNU General Public License
16434 # along with GNU Libtool; see the file COPYING. If not, a copy
16435 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16436 # obtained by writing to the Free Software Foundation, Inc.,
16437 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16438
16439
16440 # The names of the tagged configurations supported by this script.
16441 available_tags=""
16442
16443 # ### BEGIN LIBTOOL CONFIG
16444
16445 # Which release of libtool.m4 was used?
16446 macro_version=$macro_version
16447 macro_revision=$macro_revision
16448
16449 # Whether or not to build shared libraries.
16450 build_libtool_libs=$enable_shared
16451
16452 # Whether or not to build static libraries.
16453 build_old_libs=$enable_static
16454
16455 # What type of objects to build.
16456 pic_mode=$pic_mode
16457
16458 # Whether or not to optimize for fast installation.
16459 fast_install=$enable_fast_install
16460
16461 # Shell to use when invoking shell scripts.
16462 SHELL=$lt_SHELL
16463
16464 # An echo program that protects backslashes.
16465 ECHO=$lt_ECHO
16466
16467 # The host system.
16468 host_alias=$host_alias
16469 host=$host
16470 host_os=$host_os
16471
16472 # The build system.
16473 build_alias=$build_alias
16474 build=$build
16475 build_os=$build_os
16476
16477 # A sed program that does not truncate output.
16478 SED=$lt_SED
16479
16480 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16481 Xsed="\$SED -e 1s/^X//"
16482
16483 # A grep program that handles long lines.
16484 GREP=$lt_GREP
16485
16486 # An ERE matcher.
16487 EGREP=$lt_EGREP
16488
16489 # A literal string matcher.
16490 FGREP=$lt_FGREP
16491
16492 # A BSD- or MS-compatible name lister.
16493 NM=$lt_NM
16494
16495 # Whether we need soft or hard links.
16496 LN_S=$lt_LN_S
16497
16498 # What is the maximum length of a command?
16499 max_cmd_len=$max_cmd_len
16500
16501 # Object file suffix (normally "o").
16502 objext=$ac_objext
16503
16504 # Executable file suffix (normally "").
16505 exeext=$exeext
16506
16507 # whether the shell understands "unset".
16508 lt_unset=$lt_unset
16509
16510 # turn spaces into newlines.
16511 SP2NL=$lt_lt_SP2NL
16512
16513 # turn newlines into spaces.
16514 NL2SP=$lt_lt_NL2SP
16515
16516 # An object symbol dumper.
16517 OBJDUMP=$lt_OBJDUMP
16518
16519 # Method to check whether dependent libraries are shared objects.
16520 deplibs_check_method=$lt_deplibs_check_method
16521
16522 # Command to use when deplibs_check_method == "file_magic".
16523 file_magic_cmd=$lt_file_magic_cmd
16524
16525 # The archiver.
16526 AR=$lt_AR
16527 AR_FLAGS=$lt_AR_FLAGS
16528
16529 # A symbol stripping program.
16530 STRIP=$lt_STRIP
16531
16532 # Commands used to install an old-style archive.
16533 RANLIB=$lt_RANLIB
16534 old_postinstall_cmds=$lt_old_postinstall_cmds
16535 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16536
16537 # Whether to use a lock for old archive extraction.
16538 lock_old_archive_extraction=$lock_old_archive_extraction
16539
16540 # A C compiler.
16541 LTCC=$lt_CC
16542
16543 # LTCC compiler flags.
16544 LTCFLAGS=$lt_CFLAGS
16545
16546 # Take the output of nm and produce a listing of raw symbols and C names.
16547 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16548
16549 # Transform the output of nm in a proper C declaration.
16550 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16551
16552 # Transform the output of nm in a C name address pair.
16553 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16554
16555 # Transform the output of nm in a C name address pair when lib prefix is needed.
16556 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16557
16558 # The name of the directory that contains temporary libtool files.
16559 objdir=$objdir
16560
16561 # Used to examine libraries when file_magic_cmd begins with "file".
16562 MAGIC_CMD=$MAGIC_CMD
16563
16564 # Must we lock files when doing compilation?
16565 need_locks=$lt_need_locks
16566
16567 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16568 DSYMUTIL=$lt_DSYMUTIL
16569
16570 # Tool to change global to local symbols on Mac OS X.
16571 NMEDIT=$lt_NMEDIT
16572
16573 # Tool to manipulate fat objects and archives on Mac OS X.
16574 LIPO=$lt_LIPO
16575
16576 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16577 OTOOL=$lt_OTOOL
16578
16579 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16580 OTOOL64=$lt_OTOOL64
16581
16582 # Old archive suffix (normally "a").
16583 libext=$libext
16584
16585 # Shared library suffix (normally ".so").
16586 shrext_cmds=$lt_shrext_cmds
16587
16588 # The commands to extract the exported symbol list from a shared archive.
16589 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16590
16591 # Variables whose values should be saved in libtool wrapper scripts and
16592 # restored at link time.
16593 variables_saved_for_relink=$lt_variables_saved_for_relink
16594
16595 # Do we need the "lib" prefix for modules?
16596 need_lib_prefix=$need_lib_prefix
16597
16598 # Do we need a version for libraries?
16599 need_version=$need_version
16600
16601 # Library versioning type.
16602 version_type=$version_type
16603
16604 # Shared library runtime path variable.
16605 runpath_var=$runpath_var
16606
16607 # Shared library path variable.
16608 shlibpath_var=$shlibpath_var
16609
16610 # Is shlibpath searched before the hard-coded library search path?
16611 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16612
16613 # Format of library name prefix.
16614 libname_spec=$lt_libname_spec
16615
16616 # List of archive names. First name is the real one, the rest are links.
16617 # The last name is the one that the linker finds with -lNAME
16618 library_names_spec=$lt_library_names_spec
16619
16620 # The coded name of the library, if different from the real name.
16621 soname_spec=$lt_soname_spec
16622
16623 # Permission mode override for installation of shared libraries.
16624 install_override_mode=$lt_install_override_mode
16625
16626 # Command to use after installation of a shared archive.
16627 postinstall_cmds=$lt_postinstall_cmds
16628
16629 # Command to use after uninstallation of a shared archive.
16630 postuninstall_cmds=$lt_postuninstall_cmds
16631
16632 # Commands used to finish a libtool library installation in a directory.
16633 finish_cmds=$lt_finish_cmds
16634
16635 # As "finish_cmds", except a single script fragment to be evaled but
16636 # not shown.
16637 finish_eval=$lt_finish_eval
16638
16639 # Whether we should hardcode library paths into libraries.
16640 hardcode_into_libs=$hardcode_into_libs
16641
16642 # Compile-time system search path for libraries.
16643 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16644
16645 # Run-time system search path for libraries.
16646 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16647
16648 # Whether dlopen is supported.
16649 dlopen_support=$enable_dlopen
16650
16651 # Whether dlopen of programs is supported.
16652 dlopen_self=$enable_dlopen_self
16653
16654 # Whether dlopen of statically linked programs is supported.
16655 dlopen_self_static=$enable_dlopen_self_static
16656
16657 # Commands to strip libraries.
16658 old_striplib=$lt_old_striplib
16659 striplib=$lt_striplib
16660
16661
16662 # The linker used to build libraries.
16663 LD=$lt_LD
16664
16665 # How to create reloadable object files.
16666 reload_flag=$lt_reload_flag
16667 reload_cmds=$lt_reload_cmds
16668
16669 # Commands used to build an old-style archive.
16670 old_archive_cmds=$lt_old_archive_cmds
16671
16672 # A language specific compiler.
16673 CC=$lt_compiler
16674
16675 # Is the compiler the GNU compiler?
16676 with_gcc=$GCC
16677
16678 # Compiler flag to turn off builtin functions.
16679 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16680
16681 # How to pass a linker flag through the compiler.
16682 wl=$lt_lt_prog_compiler_wl
16683
16684 # Additional compiler flags for building library objects.
16685 pic_flag=$lt_lt_prog_compiler_pic
16686
16687 # Compiler flag to prevent dynamic linking.
16688 link_static_flag=$lt_lt_prog_compiler_static
16689
16690 # Does compiler simultaneously support -c and -o options?
16691 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16692
16693 # Whether or not to add -lc for building shared libraries.
16694 build_libtool_need_lc=$archive_cmds_need_lc
16695
16696 # Whether or not to disallow shared libs when runtime libs are static.
16697 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16698
16699 # Compiler flag to allow reflexive dlopens.
16700 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16701
16702 # Compiler flag to generate shared objects directly from archives.
16703 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16704
16705 # Whether the compiler copes with passing no objects directly.
16706 compiler_needs_object=$lt_compiler_needs_object
16707
16708 # Create an old-style archive from a shared archive.
16709 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16710
16711 # Create a temporary old-style archive to link instead of a shared archive.
16712 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16713
16714 # Commands used to build a shared archive.
16715 archive_cmds=$lt_archive_cmds
16716 archive_expsym_cmds=$lt_archive_expsym_cmds
16717
16718 # Commands used to build a loadable module if different from building
16719 # a shared archive.
16720 module_cmds=$lt_module_cmds
16721 module_expsym_cmds=$lt_module_expsym_cmds
16722
16723 # Whether we are building with GNU ld or not.
16724 with_gnu_ld=$lt_with_gnu_ld
16725
16726 # Flag that allows shared libraries with undefined symbols to be built.
16727 allow_undefined_flag=$lt_allow_undefined_flag
16728
16729 # Flag that enforces no undefined symbols.
16730 no_undefined_flag=$lt_no_undefined_flag
16731
16732 # Flag to hardcode \$libdir into a binary during linking.
16733 # This must work even if \$libdir does not exist
16734 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16735
16736 # If ld is used when linking, flag to hardcode \$libdir into a binary
16737 # during linking. This must work even if \$libdir does not exist.
16738 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16739
16740 # Whether we need a single "-rpath" flag with a separated argument.
16741 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16742
16743 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16744 # DIR into the resulting binary.
16745 hardcode_direct=$hardcode_direct
16746
16747 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16748 # DIR into the resulting binary and the resulting library dependency is
16749 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16750 # library is relocated.
16751 hardcode_direct_absolute=$hardcode_direct_absolute
16752
16753 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16754 # into the resulting binary.
16755 hardcode_minus_L=$hardcode_minus_L
16756
16757 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16758 # into the resulting binary.
16759 hardcode_shlibpath_var=$hardcode_shlibpath_var
16760
16761 # Set to "yes" if building a shared library automatically hardcodes DIR
16762 # into the library and all subsequent libraries and executables linked
16763 # against it.
16764 hardcode_automatic=$hardcode_automatic
16765
16766 # Set to yes if linker adds runtime paths of dependent libraries
16767 # to runtime path list.
16768 inherit_rpath=$inherit_rpath
16769
16770 # Whether libtool must link a program against all its dependency libraries.
16771 link_all_deplibs=$link_all_deplibs
16772
16773 # Fix the shell variable \$srcfile for the compiler.
16774 fix_srcfile_path=$lt_fix_srcfile_path
16775
16776 # Set to "yes" if exported symbols are required.
16777 always_export_symbols=$always_export_symbols
16778
16779 # The commands to list exported symbols.
16780 export_symbols_cmds=$lt_export_symbols_cmds
16781
16782 # Symbols that should not be listed in the preloaded symbols.
16783 exclude_expsyms=$lt_exclude_expsyms
16784
16785 # Symbols that must always be exported.
16786 include_expsyms=$lt_include_expsyms
16787
16788 # Commands necessary for linking programs (against libraries) with templates.
16789 prelink_cmds=$lt_prelink_cmds
16790
16791 # Specify filename containing input files.
16792 file_list_spec=$lt_file_list_spec
16793
16794 # How to hardcode a shared library path into an executable.
16795 hardcode_action=$hardcode_action
16796
16797 # ### END LIBTOOL CONFIG
16798
16799 _LT_EOF
16800
16801 case $host_os in
16802 aix3*)
16803 cat <<\_LT_EOF >> "$cfgfile"
16804 # AIX sometimes has problems with the GCC collect2 program. For some
16805 # reason, if we set the COLLECT_NAMES environment variable, the problems
16806 # vanish in a puff of smoke.
16807 if test "X${COLLECT_NAMES+set}" != Xset; then
16808 COLLECT_NAMES=
16809 export COLLECT_NAMES
16810 fi
16811 _LT_EOF
16812 ;;
16813 esac
16814
16815
16816 ltmain="$ac_aux_dir/ltmain.sh"
16817
16818
16819 # We use sed instead of cat because bash on DJGPP gets confused if
16820 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16821 # text mode, it properly converts lines to CR/LF. This bash problem
16822 # is reportedly fixed, but why not run on old versions too?
16823 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16824 || (rm -f "$cfgfile"; exit 1)
16825
16826 case $xsi_shell in
16827 yes)
16828 cat << \_LT_EOF >> "$cfgfile"
16829
16830 # func_dirname file append nondir_replacement
16831 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16832 # otherwise set result to NONDIR_REPLACEMENT.
16833 func_dirname ()
16834 {
16835 case ${1} in
16836 */*) func_dirname_result="${1%/*}${2}" ;;
16837 * ) func_dirname_result="${3}" ;;
16838 esac
16839 }
16840
16841 # func_basename file
16842 func_basename ()
16843 {
16844 func_basename_result="${1##*/}"
16845 }
16846
16847 # func_dirname_and_basename file append nondir_replacement
16848 # perform func_basename and func_dirname in a single function
16849 # call:
16850 # dirname: Compute the dirname of FILE. If nonempty,
16851 # add APPEND to the result, otherwise set result
16852 # to NONDIR_REPLACEMENT.
16853 # value returned in "$func_dirname_result"
16854 # basename: Compute filename of FILE.
16855 # value retuned in "$func_basename_result"
16856 # Implementation must be kept synchronized with func_dirname
16857 # and func_basename. For efficiency, we do not delegate to
16858 # those functions but instead duplicate the functionality here.
16859 func_dirname_and_basename ()
16860 {
16861 case ${1} in
16862 */*) func_dirname_result="${1%/*}${2}" ;;
16863 * ) func_dirname_result="${3}" ;;
16864 esac
16865 func_basename_result="${1##*/}"
16866 }
16867
16868 # func_stripname prefix suffix name
16869 # strip PREFIX and SUFFIX off of NAME.
16870 # PREFIX and SUFFIX must not contain globbing or regex special
16871 # characters, hashes, percent signs, but SUFFIX may contain a leading
16872 # dot (in which case that matches only a dot).
16873 func_stripname ()
16874 {
16875 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16876 # positional parameters, so assign one to ordinary parameter first.
16877 func_stripname_result=${3}
16878 func_stripname_result=${func_stripname_result#"${1}"}
16879 func_stripname_result=${func_stripname_result%"${2}"}
16880 }
16881
16882 # func_opt_split
16883 func_opt_split ()
16884 {
16885 func_opt_split_opt=${1%%=*}
16886 func_opt_split_arg=${1#*=}
16887 }
16888
16889 # func_lo2o object
16890 func_lo2o ()
16891 {
16892 case ${1} in
16893 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16894 *) func_lo2o_result=${1} ;;
16895 esac
16896 }
16897
16898 # func_xform libobj-or-source
16899 func_xform ()
16900 {
16901 func_xform_result=${1%.*}.lo
16902 }
16903
16904 # func_arith arithmetic-term...
16905 func_arith ()
16906 {
16907 func_arith_result=$(( $* ))
16908 }
16909
16910 # func_len string
16911 # STRING may not start with a hyphen.
16912 func_len ()
16913 {
16914 func_len_result=${#1}
16915 }
16916
16917 _LT_EOF
16918 ;;
16919 *) # Bourne compatible functions.
16920 cat << \_LT_EOF >> "$cfgfile"
16921
16922 # func_dirname file append nondir_replacement
16923 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16924 # otherwise set result to NONDIR_REPLACEMENT.
16925 func_dirname ()
16926 {
16927 # Extract subdirectory from the argument.
16928 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16929 if test "X$func_dirname_result" = "X${1}"; then
16930 func_dirname_result="${3}"
16931 else
16932 func_dirname_result="$func_dirname_result${2}"
16933 fi
16934 }
16935
16936 # func_basename file
16937 func_basename ()
16938 {
16939 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16940 }
16941
16942
16943 # func_stripname prefix suffix name
16944 # strip PREFIX and SUFFIX off of NAME.
16945 # PREFIX and SUFFIX must not contain globbing or regex special
16946 # characters, hashes, percent signs, but SUFFIX may contain a leading
16947 # dot (in which case that matches only a dot).
16948 # func_strip_suffix prefix name
16949 func_stripname ()
16950 {
16951 case ${2} in
16952 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16953 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16954 esac
16955 }
16956
16957 # sed scripts:
16958 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16959 my_sed_long_arg='1s/^-[^=]*=//'
16960
16961 # func_opt_split
16962 func_opt_split ()
16963 {
16964 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16965 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16966 }
16967
16968 # func_lo2o object
16969 func_lo2o ()
16970 {
16971 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16972 }
16973
16974 # func_xform libobj-or-source
16975 func_xform ()
16976 {
16977 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16978 }
16979
16980 # func_arith arithmetic-term...
16981 func_arith ()
16982 {
16983 func_arith_result=`expr "$@"`
16984 }
16985
16986 # func_len string
16987 # STRING may not start with a hyphen.
16988 func_len ()
16989 {
16990 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16991 }
16992
16993 _LT_EOF
16994 esac
16995
16996 case $lt_shell_append in
16997 yes)
16998 cat << \_LT_EOF >> "$cfgfile"
16999
17000 # func_append var value
17001 # Append VALUE to the end of shell variable VAR.
17002 func_append ()
17003 {
17004 eval "$1+=\$2"
17005 }
17006 _LT_EOF
17007 ;;
17008 *)
17009 cat << \_LT_EOF >> "$cfgfile"
17010
17011 # func_append var value
17012 # Append VALUE to the end of shell variable VAR.
17013 func_append ()
17014 {
17015 eval "$1=\$$1\$2"
17016 }
17017
17018 _LT_EOF
17019 ;;
17020 esac
17021
17022
17023 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17024 || (rm -f "$cfgfile"; exit 1)
17025
17026 mv -f "$cfgfile" "$ofile" ||
17027 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17028 chmod +x "$ofile"
17029
17030 ;;
17031 "default-1":C)
17032 for ac_file in $CONFIG_FILES; do
17033 # Support "outfile[:infile[:infile...]]"
17034 case "$ac_file" in
17035 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17036 esac
17037 # PO directories have a Makefile.in generated from Makefile.in.in.
17038 case "$ac_file" in */Makefile.in)
17039 # Adjust a relative srcdir.
17040 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17041 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17042 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17043 # In autoconf-2.13 it is called $ac_given_srcdir.
17044 # In autoconf-2.50 it is called $srcdir.
17045 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17046 case "$ac_given_srcdir" in
17047 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17048 /*) top_srcdir="$ac_given_srcdir" ;;
17049 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17050 esac
17051 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17052 rm -f "$ac_dir/POTFILES"
17053 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17054 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17055 POMAKEFILEDEPS="POTFILES.in"
17056 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17057 # on $ac_dir but don't depend on user-specified configuration
17058 # parameters.
17059 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17060 # The LINGUAS file contains the set of available languages.
17061 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17062 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17063 fi
17064 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17065 # Hide the ALL_LINGUAS assigment from automake.
17066 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17067 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17068 else
17069 # The set of available languages was given in configure.ac.
17070 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17071 fi
17072 case "$ac_given_srcdir" in
17073 .) srcdirpre= ;;
17074 *) srcdirpre='$(srcdir)/' ;;
17075 esac
17076 POFILES=
17077 GMOFILES=
17078 UPDATEPOFILES=
17079 DUMMYPOFILES=
17080 for lang in $ALL_LINGUAS; do
17081 POFILES="$POFILES $srcdirpre$lang.po"
17082 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17083 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17084 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17085 done
17086 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17087 # environment variable.
17088 INST_LINGUAS=
17089 if test -n "$ALL_LINGUAS"; then
17090 for presentlang in $ALL_LINGUAS; do
17091 useit=no
17092 if test "%UNSET%" != "$LINGUAS"; then
17093 desiredlanguages="$LINGUAS"
17094 else
17095 desiredlanguages="$ALL_LINGUAS"
17096 fi
17097 for desiredlang in $desiredlanguages; do
17098 # Use the presentlang catalog if desiredlang is
17099 # a. equal to presentlang, or
17100 # b. a variant of presentlang (because in this case,
17101 # presentlang can be used as a fallback for messages
17102 # which are not translated in the desiredlang catalog).
17103 case "$desiredlang" in
17104 "$presentlang"*) useit=yes;;
17105 esac
17106 done
17107 if test $useit = yes; then
17108 INST_LINGUAS="$INST_LINGUAS $presentlang"
17109 fi
17110 done
17111 fi
17112 CATALOGS=
17113 if test -n "$INST_LINGUAS"; then
17114 for lang in $INST_LINGUAS; do
17115 CATALOGS="$CATALOGS $lang.gmo"
17116 done
17117 fi
17118 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17119 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"
17120 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17121 if test -f "$f"; then
17122 case "$f" in
17123 *.orig | *.bak | *~) ;;
17124 *) cat "$f" >> "$ac_dir/Makefile" ;;
17125 esac
17126 fi
17127 done
17128 fi
17129 ;;
17130 esac
17131 done ;;
17132
17133 esac
17134 done # for ac_tag
17135
17136
17137 as_fn_exit 0
17138 _ACEOF
17139 ac_clean_files=$ac_clean_files_save
17140
17141 test $ac_write_fail = 0 ||
17142 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17143
17144
17145 # configure is writing to config.log, and then calls config.status.
17146 # config.status does its own redirection, appending to config.log.
17147 # Unfortunately, on DOS this fails, as config.log is still kept open
17148 # by configure, so config.status won't be able to write to it; its
17149 # output is simply discarded. So we exec the FD to /dev/null,
17150 # effectively closing config.log, so it can be properly (re)opened and
17151 # appended to by config.status. When coming back to configure, we
17152 # need to make the FD available again.
17153 if test "$no_create" != yes; then
17154 ac_cs_success=:
17155 ac_config_status_args=
17156 test "$silent" = yes &&
17157 ac_config_status_args="$ac_config_status_args --quiet"
17158 exec 5>/dev/null
17159 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17160 exec 5>>config.log
17161 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17162 # would make configure fail if this is the last instruction.
17163 $ac_cs_success || as_fn_exit 1
17164 fi
17165 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17166 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17167 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17168 fi
17169
17170
17171
17172 touch config.status.tmp
17173 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17174 sed '/as_fn_exit 0/i \
17175 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17176 touch --reference=Makefile Makefile.tmp \
17177 mv Makefile.tmp Makefile \
17178 ' config.status > config.status.tmp
17179 touch --reference=config.status config.status.tmp
17180 mv config.status.tmp config.status
17181 chmod +x config.status
17182 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17183 touch --reference=Makefile Makefile.tmp
17184 mv Makefile.tmp Makefile
17185 else
17186 rm -f config.status.tmp
17187 fi
This page took 0.626933 seconds and 4 git commands to generate.