PKG_CHECK_MODULES for msgpack and jansson
[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.39.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.39.50'
591 PACKAGE_STRING='binutils 2.39.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 MSGPACK_LIBS
652 MSGPACK_CFLAGS
653 zlibinc
654 zlibdir
655 DEMANGLER_NAME
656 EXEEXT_FOR_BUILD
657 CC_FOR_BUILD
658 HDEFINES
659 GENINSRC_NEVER_FALSE
660 GENINSRC_NEVER_TRUE
661 MAINT
662 MAINTAINER_MODE_FALSE
663 MAINTAINER_MODE_TRUE
664 MSGMERGE
665 MSGFMT
666 MKINSTALLDIRS
667 CATOBJEXT
668 GENCAT
669 INSTOBJEXT
670 DATADIRNAME
671 CATALOGS
672 POSUB
673 GMSGFMT
674 XGETTEXT
675 INCINTL
676 LIBINTL_DEP
677 LIBINTL
678 USE_NLS
679 LEXLIB
680 LEX_OUTPUT_ROOT
681 LEX
682 YFLAGS
683 YACC
684 WARN_WRITE_STRINGS
685 NO_WERROR
686 WARN_CFLAGS_FOR_BUILD
687 WARN_CFLAGS
688 ENABLE_LIBCTF_FALSE
689 ENABLE_LIBCTF_TRUE
690 DEBUGINFOD_LIBS
691 DEBUGINFOD_CFLAGS
692 PKG_CONFIG_LIBDIR
693 PKG_CONFIG_PATH
694 PKG_CONFIG
695 LARGEFILE_CPPFLAGS
696 OTOOL64
697 OTOOL
698 LIPO
699 NMEDIT
700 DSYMUTIL
701 RANLIB
702 AR
703 OBJDUMP
704 LN_S
705 NM
706 ac_ct_DUMPBIN
707 DUMPBIN
708 LD
709 FGREP
710 SED
711 LIBTOOL
712 EGREP
713 GREP
714 CPP
715 am__fastdepCC_FALSE
716 am__fastdepCC_TRUE
717 CCDEPMODE
718 am__nodep
719 AMDEPBACKSLASH
720 AMDEP_FALSE
721 AMDEP_TRUE
722 am__quote
723 am__include
724 DEPDIR
725 OBJEXT
726 EXEEXT
727 ac_ct_CC
728 CPPFLAGS
729 LDFLAGS
730 CFLAGS
731 CC
732 AM_BACKSLASH
733 AM_DEFAULT_VERBOSITY
734 AM_DEFAULT_V
735 AM_V
736 am__untar
737 am__tar
738 AMTAR
739 am__leading_dot
740 SET_MAKE
741 AWK
742 mkdir_p
743 MKDIR_P
744 INSTALL_STRIP_PROGRAM
745 STRIP
746 install_sh
747 MAKEINFO
748 AUTOHEADER
749 AUTOMAKE
750 AUTOCONF
751 ACLOCAL
752 VERSION
753 PACKAGE
754 CYGPATH_W
755 am__isrc
756 INSTALL_DATA
757 INSTALL_SCRIPT
758 INSTALL_PROGRAM
759 target_os
760 target_vendor
761 target_cpu
762 target
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 target_alias
772 host_alias
773 build_alias
774 LIBS
775 ECHO_T
776 ECHO_N
777 ECHO_C
778 DEFS
779 mandir
780 localedir
781 libdir
782 psdir
783 pdfdir
784 dvidir
785 htmldir
786 infodir
787 docdir
788 oldincludedir
789 includedir
790 localstatedir
791 sharedstatedir
792 sysconfdir
793 datadir
794 datarootdir
795 libexecdir
796 sbindir
797 bindir
798 program_transform_name
799 prefix
800 exec_prefix
801 PACKAGE_URL
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files=''
810 ac_user_opts='
811 enable_option_checking
812 enable_silent_rules
813 enable_dependency_tracking
814 enable_shared
815 enable_static
816 with_pic
817 enable_fast_install
818 with_gnu_ld
819 enable_libtool_lock
820 enable_plugins
821 enable_largefile
822 enable_checking
823 enable_targets
824 enable_deterministic_archives
825 enable_default_strings_all
826 enable_f_for_ifunc_symbols
827 enable_follow_debug_links
828 with_debuginfod
829 enable_libctf
830 enable_werror
831 enable_build_warnings
832 enable_nls
833 enable_maintainer_mode
834 with_system_zlib
835 with_msgpack
836 enable_rpath
837 with_libiconv_prefix
838 with_libiconv_type
839 '
840 ac_precious_vars='build_alias
841 host_alias
842 target_alias
843 CC
844 CFLAGS
845 LDFLAGS
846 LIBS
847 CPPFLAGS
848 CPP
849 PKG_CONFIG
850 PKG_CONFIG_PATH
851 PKG_CONFIG_LIBDIR
852 DEBUGINFOD_CFLAGS
853 DEBUGINFOD_LIBS
854 YACC
855 YFLAGS
856 MSGPACK_CFLAGS
857 MSGPACK_LIBS'
858
859
860 # Initialize some variables set by options.
861 ac_init_help=
862 ac_init_version=false
863 ac_unrecognized_opts=
864 ac_unrecognized_sep=
865 # The variables have the same names as the options, with
866 # dashes changed to underlines.
867 cache_file=/dev/null
868 exec_prefix=NONE
869 no_create=
870 no_recursion=
871 prefix=NONE
872 program_prefix=NONE
873 program_suffix=NONE
874 program_transform_name=s,x,x,
875 silent=
876 site=
877 srcdir=
878 verbose=
879 x_includes=NONE
880 x_libraries=NONE
881
882 # Installation directory options.
883 # These are left unexpanded so users can "make install exec_prefix=/foo"
884 # and all the variables that are supposed to be based on exec_prefix
885 # by default will actually change.
886 # Use braces instead of parens because sh, perl, etc. also accept them.
887 # (The list follows the same order as the GNU Coding Standards.)
888 bindir='${exec_prefix}/bin'
889 sbindir='${exec_prefix}/sbin'
890 libexecdir='${exec_prefix}/libexec'
891 datarootdir='${prefix}/share'
892 datadir='${datarootdir}'
893 sysconfdir='${prefix}/etc'
894 sharedstatedir='${prefix}/com'
895 localstatedir='${prefix}/var'
896 includedir='${prefix}/include'
897 oldincludedir='/usr/include'
898 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
899 infodir='${datarootdir}/info'
900 htmldir='${docdir}'
901 dvidir='${docdir}'
902 pdfdir='${docdir}'
903 psdir='${docdir}'
904 libdir='${exec_prefix}/lib'
905 localedir='${datarootdir}/locale'
906 mandir='${datarootdir}/man'
907
908 ac_prev=
909 ac_dashdash=
910 for ac_option
911 do
912 # If the previous option needs an argument, assign it.
913 if test -n "$ac_prev"; then
914 eval $ac_prev=\$ac_option
915 ac_prev=
916 continue
917 fi
918
919 case $ac_option in
920 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
921 *=) ac_optarg= ;;
922 *) ac_optarg=yes ;;
923 esac
924
925 # Accept the important Cygnus configure options, so we can diagnose typos.
926
927 case $ac_dashdash$ac_option in
928 --)
929 ac_dashdash=yes ;;
930
931 -bindir | --bindir | --bindi | --bind | --bin | --bi)
932 ac_prev=bindir ;;
933 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
934 bindir=$ac_optarg ;;
935
936 -build | --build | --buil | --bui | --bu)
937 ac_prev=build_alias ;;
938 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
939 build_alias=$ac_optarg ;;
940
941 -cache-file | --cache-file | --cache-fil | --cache-fi \
942 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
943 ac_prev=cache_file ;;
944 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
945 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
946 cache_file=$ac_optarg ;;
947
948 --config-cache | -C)
949 cache_file=config.cache ;;
950
951 -datadir | --datadir | --datadi | --datad)
952 ac_prev=datadir ;;
953 -datadir=* | --datadir=* | --datadi=* | --datad=*)
954 datadir=$ac_optarg ;;
955
956 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
957 | --dataroo | --dataro | --datar)
958 ac_prev=datarootdir ;;
959 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
960 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
961 datarootdir=$ac_optarg ;;
962
963 -disable-* | --disable-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972 "enable_$ac_useropt"
973 "*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval enable_$ac_useropt=no ;;
978
979 -docdir | --docdir | --docdi | --doc | --do)
980 ac_prev=docdir ;;
981 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
982 docdir=$ac_optarg ;;
983
984 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
985 ac_prev=dvidir ;;
986 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
987 dvidir=$ac_optarg ;;
988
989 -enable-* | --enable-*)
990 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
991 # Reject names that are not valid shell variable names.
992 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
993 as_fn_error $? "invalid feature name: $ac_useropt"
994 ac_useropt_orig=$ac_useropt
995 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
996 case $ac_user_opts in
997 *"
998 "enable_$ac_useropt"
999 "*) ;;
1000 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1001 ac_unrecognized_sep=', ';;
1002 esac
1003 eval enable_$ac_useropt=\$ac_optarg ;;
1004
1005 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1006 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1007 | --exec | --exe | --ex)
1008 ac_prev=exec_prefix ;;
1009 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1010 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1011 | --exec=* | --exe=* | --ex=*)
1012 exec_prefix=$ac_optarg ;;
1013
1014 -gas | --gas | --ga | --g)
1015 # Obsolete; use --with-gas.
1016 with_gas=yes ;;
1017
1018 -help | --help | --hel | --he | -h)
1019 ac_init_help=long ;;
1020 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1021 ac_init_help=recursive ;;
1022 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1023 ac_init_help=short ;;
1024
1025 -host | --host | --hos | --ho)
1026 ac_prev=host_alias ;;
1027 -host=* | --host=* | --hos=* | --ho=*)
1028 host_alias=$ac_optarg ;;
1029
1030 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1031 ac_prev=htmldir ;;
1032 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1033 | --ht=*)
1034 htmldir=$ac_optarg ;;
1035
1036 -includedir | --includedir | --includedi | --included | --include \
1037 | --includ | --inclu | --incl | --inc)
1038 ac_prev=includedir ;;
1039 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1040 | --includ=* | --inclu=* | --incl=* | --inc=*)
1041 includedir=$ac_optarg ;;
1042
1043 -infodir | --infodir | --infodi | --infod | --info | --inf)
1044 ac_prev=infodir ;;
1045 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1046 infodir=$ac_optarg ;;
1047
1048 -libdir | --libdir | --libdi | --libd)
1049 ac_prev=libdir ;;
1050 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1051 libdir=$ac_optarg ;;
1052
1053 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1054 | --libexe | --libex | --libe)
1055 ac_prev=libexecdir ;;
1056 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1057 | --libexe=* | --libex=* | --libe=*)
1058 libexecdir=$ac_optarg ;;
1059
1060 -localedir | --localedir | --localedi | --localed | --locale)
1061 ac_prev=localedir ;;
1062 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1063 localedir=$ac_optarg ;;
1064
1065 -localstatedir | --localstatedir | --localstatedi | --localstated \
1066 | --localstate | --localstat | --localsta | --localst | --locals)
1067 ac_prev=localstatedir ;;
1068 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1069 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1070 localstatedir=$ac_optarg ;;
1071
1072 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1073 ac_prev=mandir ;;
1074 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1075 mandir=$ac_optarg ;;
1076
1077 -nfp | --nfp | --nf)
1078 # Obsolete; use --without-fp.
1079 with_fp=no ;;
1080
1081 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1082 | --no-cr | --no-c | -n)
1083 no_create=yes ;;
1084
1085 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1086 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1087 no_recursion=yes ;;
1088
1089 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1090 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1091 | --oldin | --oldi | --old | --ol | --o)
1092 ac_prev=oldincludedir ;;
1093 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1094 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1095 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1096 oldincludedir=$ac_optarg ;;
1097
1098 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1099 ac_prev=prefix ;;
1100 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1101 prefix=$ac_optarg ;;
1102
1103 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1104 | --program-pre | --program-pr | --program-p)
1105 ac_prev=program_prefix ;;
1106 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1107 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1108 program_prefix=$ac_optarg ;;
1109
1110 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1111 | --program-suf | --program-su | --program-s)
1112 ac_prev=program_suffix ;;
1113 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1114 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1115 program_suffix=$ac_optarg ;;
1116
1117 -program-transform-name | --program-transform-name \
1118 | --program-transform-nam | --program-transform-na \
1119 | --program-transform-n | --program-transform- \
1120 | --program-transform | --program-transfor \
1121 | --program-transfo | --program-transf \
1122 | --program-trans | --program-tran \
1123 | --progr-tra | --program-tr | --program-t)
1124 ac_prev=program_transform_name ;;
1125 -program-transform-name=* | --program-transform-name=* \
1126 | --program-transform-nam=* | --program-transform-na=* \
1127 | --program-transform-n=* | --program-transform-=* \
1128 | --program-transform=* | --program-transfor=* \
1129 | --program-transfo=* | --program-transf=* \
1130 | --program-trans=* | --program-tran=* \
1131 | --progr-tra=* | --program-tr=* | --program-t=*)
1132 program_transform_name=$ac_optarg ;;
1133
1134 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1135 ac_prev=pdfdir ;;
1136 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1137 pdfdir=$ac_optarg ;;
1138
1139 -psdir | --psdir | --psdi | --psd | --ps)
1140 ac_prev=psdir ;;
1141 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1142 psdir=$ac_optarg ;;
1143
1144 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1145 | -silent | --silent | --silen | --sile | --sil)
1146 silent=yes ;;
1147
1148 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1149 ac_prev=sbindir ;;
1150 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1151 | --sbi=* | --sb=*)
1152 sbindir=$ac_optarg ;;
1153
1154 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1155 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1156 | --sharedst | --shareds | --shared | --share | --shar \
1157 | --sha | --sh)
1158 ac_prev=sharedstatedir ;;
1159 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1160 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1161 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1162 | --sha=* | --sh=*)
1163 sharedstatedir=$ac_optarg ;;
1164
1165 -site | --site | --sit)
1166 ac_prev=site ;;
1167 -site=* | --site=* | --sit=*)
1168 site=$ac_optarg ;;
1169
1170 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1171 ac_prev=srcdir ;;
1172 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1173 srcdir=$ac_optarg ;;
1174
1175 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1176 | --syscon | --sysco | --sysc | --sys | --sy)
1177 ac_prev=sysconfdir ;;
1178 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1179 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1180 sysconfdir=$ac_optarg ;;
1181
1182 -target | --target | --targe | --targ | --tar | --ta | --t)
1183 ac_prev=target_alias ;;
1184 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1185 target_alias=$ac_optarg ;;
1186
1187 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1188 verbose=yes ;;
1189
1190 -version | --version | --versio | --versi | --vers | -V)
1191 ac_init_version=: ;;
1192
1193 -with-* | --with-*)
1194 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1195 # Reject names that are not valid shell variable names.
1196 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1197 as_fn_error $? "invalid package name: $ac_useropt"
1198 ac_useropt_orig=$ac_useropt
1199 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1200 case $ac_user_opts in
1201 *"
1202 "with_$ac_useropt"
1203 "*) ;;
1204 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1205 ac_unrecognized_sep=', ';;
1206 esac
1207 eval with_$ac_useropt=\$ac_optarg ;;
1208
1209 -without-* | --without-*)
1210 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1211 # Reject names that are not valid shell variable names.
1212 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1213 as_fn_error $? "invalid package name: $ac_useropt"
1214 ac_useropt_orig=$ac_useropt
1215 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1216 case $ac_user_opts in
1217 *"
1218 "with_$ac_useropt"
1219 "*) ;;
1220 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1221 ac_unrecognized_sep=', ';;
1222 esac
1223 eval with_$ac_useropt=no ;;
1224
1225 --x)
1226 # Obsolete; use --with-x.
1227 with_x=yes ;;
1228
1229 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1230 | --x-incl | --x-inc | --x-in | --x-i)
1231 ac_prev=x_includes ;;
1232 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1233 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1234 x_includes=$ac_optarg ;;
1235
1236 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1237 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1238 ac_prev=x_libraries ;;
1239 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1240 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1241 x_libraries=$ac_optarg ;;
1242
1243 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1244 Try \`$0 --help' for more information"
1245 ;;
1246
1247 *=*)
1248 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1249 # Reject names that are not valid shell variable names.
1250 case $ac_envvar in #(
1251 '' | [0-9]* | *[!_$as_cr_alnum]* )
1252 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1253 esac
1254 eval $ac_envvar=\$ac_optarg
1255 export $ac_envvar ;;
1256
1257 *)
1258 # FIXME: should be removed in autoconf 3.0.
1259 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1260 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1261 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1262 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1263 ;;
1264
1265 esac
1266 done
1267
1268 if test -n "$ac_prev"; then
1269 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1270 as_fn_error $? "missing argument to $ac_option"
1271 fi
1272
1273 if test -n "$ac_unrecognized_opts"; then
1274 case $enable_option_checking in
1275 no) ;;
1276 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1277 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1278 esac
1279 fi
1280
1281 # Check all directory arguments for consistency.
1282 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1283 datadir sysconfdir sharedstatedir localstatedir includedir \
1284 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1285 libdir localedir mandir
1286 do
1287 eval ac_val=\$$ac_var
1288 # Remove trailing slashes.
1289 case $ac_val in
1290 */ )
1291 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1292 eval $ac_var=\$ac_val;;
1293 esac
1294 # Be sure to have absolute directory names.
1295 case $ac_val in
1296 [\\/$]* | ?:[\\/]* ) continue;;
1297 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1298 esac
1299 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1300 done
1301
1302 # There might be people who depend on the old broken behavior: `$host'
1303 # used to hold the argument of --host etc.
1304 # FIXME: To remove some day.
1305 build=$build_alias
1306 host=$host_alias
1307 target=$target_alias
1308
1309 # FIXME: To remove some day.
1310 if test "x$host_alias" != x; then
1311 if test "x$build_alias" = x; then
1312 cross_compiling=maybe
1313 elif test "x$build_alias" != "x$host_alias"; then
1314 cross_compiling=yes
1315 fi
1316 fi
1317
1318 ac_tool_prefix=
1319 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1320
1321 test "$silent" = yes && exec 6>/dev/null
1322
1323
1324 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1325 ac_ls_di=`ls -di .` &&
1326 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1327 as_fn_error $? "working directory cannot be determined"
1328 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1329 as_fn_error $? "pwd does not report name of working directory"
1330
1331
1332 # Find the source files, if location was not specified.
1333 if test -z "$srcdir"; then
1334 ac_srcdir_defaulted=yes
1335 # Try the directory containing this script, then the parent directory.
1336 ac_confdir=`$as_dirname -- "$as_myself" ||
1337 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1338 X"$as_myself" : 'X\(//\)[^/]' \| \
1339 X"$as_myself" : 'X\(//\)$' \| \
1340 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1341 $as_echo X"$as_myself" |
1342 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1343 s//\1/
1344 q
1345 }
1346 /^X\(\/\/\)[^/].*/{
1347 s//\1/
1348 q
1349 }
1350 /^X\(\/\/\)$/{
1351 s//\1/
1352 q
1353 }
1354 /^X\(\/\).*/{
1355 s//\1/
1356 q
1357 }
1358 s/.*/./; q'`
1359 srcdir=$ac_confdir
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1361 srcdir=..
1362 fi
1363 else
1364 ac_srcdir_defaulted=no
1365 fi
1366 if test ! -r "$srcdir/$ac_unique_file"; then
1367 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1368 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1369 fi
1370 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1371 ac_abs_confdir=`(
1372 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1373 pwd)`
1374 # When building in place, set srcdir=.
1375 if test "$ac_abs_confdir" = "$ac_pwd"; then
1376 srcdir=.
1377 fi
1378 # Remove unnecessary trailing slashes from srcdir.
1379 # Double slashes in file names in object file debugging info
1380 # mess up M-x gdb in Emacs.
1381 case $srcdir in
1382 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1383 esac
1384 for ac_var in $ac_precious_vars; do
1385 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1386 eval ac_env_${ac_var}_value=\$${ac_var}
1387 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1388 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1389 done
1390
1391 #
1392 # Report the --help message.
1393 #
1394 if test "$ac_init_help" = "long"; then
1395 # Omit some internal or obsolete options to make the list less imposing.
1396 # This message is too long to be a string in the A/UX 3.1 sh.
1397 cat <<_ACEOF
1398 \`configure' configures binutils 2.39.50 to adapt to many kinds of systems.
1399
1400 Usage: $0 [OPTION]... [VAR=VALUE]...
1401
1402 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1403 VAR=VALUE. See below for descriptions of some of the useful variables.
1404
1405 Defaults for the options are specified in brackets.
1406
1407 Configuration:
1408 -h, --help display this help and exit
1409 --help=short display options specific to this package
1410 --help=recursive display the short help of all the included packages
1411 -V, --version display version information and exit
1412 -q, --quiet, --silent do not print \`checking ...' messages
1413 --cache-file=FILE cache test results in FILE [disabled]
1414 -C, --config-cache alias for \`--cache-file=config.cache'
1415 -n, --no-create do not create output files
1416 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1417
1418 Installation directories:
1419 --prefix=PREFIX install architecture-independent files in PREFIX
1420 [$ac_default_prefix]
1421 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1422 [PREFIX]
1423
1424 By default, \`make install' will install all the files in
1425 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1426 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1427 for instance \`--prefix=\$HOME'.
1428
1429 For better control, use the options below.
1430
1431 Fine tuning of the installation directories:
1432 --bindir=DIR user executables [EPREFIX/bin]
1433 --sbindir=DIR system admin executables [EPREFIX/sbin]
1434 --libexecdir=DIR program executables [EPREFIX/libexec]
1435 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1436 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1437 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1438 --libdir=DIR object code libraries [EPREFIX/lib]
1439 --includedir=DIR C header files [PREFIX/include]
1440 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1441 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1442 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1443 --infodir=DIR info documentation [DATAROOTDIR/info]
1444 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1445 --mandir=DIR man documentation [DATAROOTDIR/man]
1446 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1447 --htmldir=DIR html documentation [DOCDIR]
1448 --dvidir=DIR dvi documentation [DOCDIR]
1449 --pdfdir=DIR pdf documentation [DOCDIR]
1450 --psdir=DIR ps documentation [DOCDIR]
1451 _ACEOF
1452
1453 cat <<\_ACEOF
1454
1455 Program names:
1456 --program-prefix=PREFIX prepend PREFIX to installed program names
1457 --program-suffix=SUFFIX append SUFFIX to installed program names
1458 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1459
1460 System types:
1461 --build=BUILD configure for building on BUILD [guessed]
1462 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1463 --target=TARGET configure for building compilers for TARGET [HOST]
1464 _ACEOF
1465 fi
1466
1467 if test -n "$ac_init_help"; then
1468 case $ac_init_help in
1469 short | recursive ) echo "Configuration of binutils 2.39.50:";;
1470 esac
1471 cat <<\_ACEOF
1472
1473 Optional Features:
1474 --disable-option-checking ignore unrecognized --enable/--with options
1475 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1476 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1477 --enable-silent-rules less verbose build output (undo: "make V=1")
1478 --disable-silent-rules verbose build output (undo: "make V=0")
1479 --enable-dependency-tracking
1480 do not reject slow dependency extractors
1481 --disable-dependency-tracking
1482 speeds up one-time build
1483 --enable-shared[=PKGS] build shared libraries [default=yes]
1484 --enable-static[=PKGS] build static libraries [default=yes]
1485 --enable-fast-install[=PKGS]
1486 optimize for fast installation [default=yes]
1487 --disable-libtool-lock avoid locking (might break parallel builds)
1488 --enable-plugins Enable support for plugins
1489 --disable-largefile omit support for large files
1490 --enable-checking enable run-time checks
1491 --enable-targets alternative target configurations
1492 --enable-deterministic-archives
1493 ar and ranlib default to -D behavior
1494 --disable-default-strings-all
1495 strings defaults to --data behavior
1496 --enable-f-for-ifunc-symbols
1497 Have nm use F and f for global and local ifunc
1498 symbols
1499 --enable-follow-debug-links
1500 Have readelf and objdump follow debug links by
1501 default
1502 --enable-libctf Handle .ctf type-info sections [default=yes]
1503 --enable-werror treat compile warnings as errors
1504 --enable-build-warnings enable build-time compiler warnings
1505 --disable-nls do not use Native Language Support
1506 --enable-maintainer-mode
1507 enable make rules and dependencies not useful (and
1508 sometimes confusing) to the casual installer
1509 --disable-rpath do not hardcode runtime library paths
1510
1511 Optional Packages:
1512 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1513 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1514 --with-pic try to use only PIC/non-PIC objects [default=use
1515 both]
1516 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1517 --with-debuginfod Enable debuginfo lookups with debuginfod
1518 (auto/yes/no)
1519 --with-system-zlib use installed libz
1520 --with-msgpack Enable msgpack support (auto/yes/no)
1521 --with-gnu-ld assume the C compiler uses GNU ld default=no
1522 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1523 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1524 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1525
1526 Some influential environment variables:
1527 CC C compiler command
1528 CFLAGS C compiler flags
1529 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1530 nonstandard directory <lib dir>
1531 LIBS libraries to pass to the linker, e.g. -l<library>
1532 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1533 you have headers in a nonstandard directory <include dir>
1534 CPP C preprocessor
1535 PKG_CONFIG path to pkg-config utility
1536 PKG_CONFIG_PATH
1537 directories to add to pkg-config's search path
1538 PKG_CONFIG_LIBDIR
1539 path overriding pkg-config's built-in search path
1540 DEBUGINFOD_CFLAGS
1541 C compiler flags for DEBUGINFOD, overriding pkg-config
1542 DEBUGINFOD_LIBS
1543 linker flags for DEBUGINFOD, overriding pkg-config
1544 YACC The `Yet Another Compiler Compiler' implementation to use.
1545 Defaults to the first program found out of: `bison -y', `byacc',
1546 `yacc'.
1547 YFLAGS The list of arguments that will be passed by default to $YACC.
1548 This script will default YFLAGS to the empty string to avoid a
1549 default value of `-d' given by some make applications.
1550 MSGPACK_CFLAGS
1551 C compiler flags for MSGPACK, overriding pkg-config
1552 MSGPACK_LIBS
1553 linker flags for MSGPACK, overriding pkg-config
1554
1555 Use these variables to override the choices made by `configure' or to help
1556 it to find libraries and programs with nonstandard names/locations.
1557
1558 Report bugs to the package provider.
1559 _ACEOF
1560 ac_status=$?
1561 fi
1562
1563 if test "$ac_init_help" = "recursive"; then
1564 # If there are subdirs, report their specific --help.
1565 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1566 test -d "$ac_dir" ||
1567 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1568 continue
1569 ac_builddir=.
1570
1571 case "$ac_dir" in
1572 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1573 *)
1574 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1575 # A ".." for each directory in $ac_dir_suffix.
1576 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1577 case $ac_top_builddir_sub in
1578 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1580 esac ;;
1581 esac
1582 ac_abs_top_builddir=$ac_pwd
1583 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1584 # for backward compatibility:
1585 ac_top_builddir=$ac_top_build_prefix
1586
1587 case $srcdir in
1588 .) # We are building in place.
1589 ac_srcdir=.
1590 ac_top_srcdir=$ac_top_builddir_sub
1591 ac_abs_top_srcdir=$ac_pwd ;;
1592 [\\/]* | ?:[\\/]* ) # Absolute name.
1593 ac_srcdir=$srcdir$ac_dir_suffix;
1594 ac_top_srcdir=$srcdir
1595 ac_abs_top_srcdir=$srcdir ;;
1596 *) # Relative name.
1597 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1598 ac_top_srcdir=$ac_top_build_prefix$srcdir
1599 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1600 esac
1601 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1602
1603 cd "$ac_dir" || { ac_status=$?; continue; }
1604 # Check for guested configure.
1605 if test -f "$ac_srcdir/configure.gnu"; then
1606 echo &&
1607 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1608 elif test -f "$ac_srcdir/configure"; then
1609 echo &&
1610 $SHELL "$ac_srcdir/configure" --help=recursive
1611 else
1612 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1613 fi || ac_status=$?
1614 cd "$ac_pwd" || { ac_status=$?; break; }
1615 done
1616 fi
1617
1618 test -n "$ac_init_help" && exit $ac_status
1619 if $ac_init_version; then
1620 cat <<\_ACEOF
1621 binutils configure 2.39.50
1622 generated by GNU Autoconf 2.69
1623
1624 Copyright (C) 2012 Free Software Foundation, Inc.
1625 This configure script is free software; the Free Software Foundation
1626 gives unlimited permission to copy, distribute and modify it.
1627 _ACEOF
1628 exit
1629 fi
1630
1631 ## ------------------------ ##
1632 ## Autoconf initialization. ##
1633 ## ------------------------ ##
1634
1635 # ac_fn_c_try_compile LINENO
1636 # --------------------------
1637 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_c_try_compile ()
1639 {
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext
1642 if { { ac_try="$ac_compile"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_compile") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1655 fi
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_c_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest.$ac_objext; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666 ac_retval=1
1667 fi
1668 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1669 as_fn_set_status $ac_retval
1670
1671 } # ac_fn_c_try_compile
1672
1673 # ac_fn_c_try_cpp LINENO
1674 # ----------------------
1675 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1676 ac_fn_c_try_cpp ()
1677 {
1678 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1679 if { { ac_try="$ac_cpp conftest.$ac_ext"
1680 case "(($ac_try" in
1681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1682 *) ac_try_echo=$ac_try;;
1683 esac
1684 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1685 $as_echo "$ac_try_echo"; } >&5
1686 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1687 ac_status=$?
1688 if test -s conftest.err; then
1689 grep -v '^ *+' conftest.err >conftest.er1
1690 cat conftest.er1 >&5
1691 mv -f conftest.er1 conftest.err
1692 fi
1693 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1694 test $ac_status = 0; } > conftest.i && {
1695 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1696 test ! -s conftest.err
1697 }; then :
1698 ac_retval=0
1699 else
1700 $as_echo "$as_me: failed program was:" >&5
1701 sed 's/^/| /' conftest.$ac_ext >&5
1702
1703 ac_retval=1
1704 fi
1705 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1706 as_fn_set_status $ac_retval
1707
1708 } # ac_fn_c_try_cpp
1709
1710 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1711 # -------------------------------------------------------
1712 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1713 # the include files in INCLUDES and setting the cache variable VAR
1714 # accordingly.
1715 ac_fn_c_check_header_mongrel ()
1716 {
1717 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1718 if eval \${$3+:} false; then :
1719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1720 $as_echo_n "checking for $2... " >&6; }
1721 if eval \${$3+:} false; then :
1722 $as_echo_n "(cached) " >&6
1723 fi
1724 eval ac_res=\$$3
1725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1726 $as_echo "$ac_res" >&6; }
1727 else
1728 # Is the header compilable?
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1730 $as_echo_n "checking $2 usability... " >&6; }
1731 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1732 /* end confdefs.h. */
1733 $4
1734 #include <$2>
1735 _ACEOF
1736 if ac_fn_c_try_compile "$LINENO"; then :
1737 ac_header_compiler=yes
1738 else
1739 ac_header_compiler=no
1740 fi
1741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1743 $as_echo "$ac_header_compiler" >&6; }
1744
1745 # Is the header present?
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1747 $as_echo_n "checking $2 presence... " >&6; }
1748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1749 /* end confdefs.h. */
1750 #include <$2>
1751 _ACEOF
1752 if ac_fn_c_try_cpp "$LINENO"; then :
1753 ac_header_preproc=yes
1754 else
1755 ac_header_preproc=no
1756 fi
1757 rm -f conftest.err conftest.i conftest.$ac_ext
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1759 $as_echo "$ac_header_preproc" >&6; }
1760
1761 # So? What about this header?
1762 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1763 yes:no: )
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1765 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1767 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1768 ;;
1769 no:yes:* )
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1771 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1773 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1775 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1777 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1779 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1780 ;;
1781 esac
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783 $as_echo_n "checking for $2... " >&6; }
1784 if eval \${$3+:} false; then :
1785 $as_echo_n "(cached) " >&6
1786 else
1787 eval "$3=\$ac_header_compiler"
1788 fi
1789 eval ac_res=\$$3
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1791 $as_echo "$ac_res" >&6; }
1792 fi
1793 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1794
1795 } # ac_fn_c_check_header_mongrel
1796
1797 # ac_fn_c_try_run LINENO
1798 # ----------------------
1799 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1800 # that executables *can* be run.
1801 ac_fn_c_try_run ()
1802 {
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 if { { ac_try="$ac_link"
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_link") 2>&5
1812 ac_status=$?
1813 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1814 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1815 { { case "(($ac_try" in
1816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817 *) ac_try_echo=$ac_try;;
1818 esac
1819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820 $as_echo "$ac_try_echo"; } >&5
1821 (eval "$ac_try") 2>&5
1822 ac_status=$?
1823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1824 test $ac_status = 0; }; }; then :
1825 ac_retval=0
1826 else
1827 $as_echo "$as_me: program exited with status $ac_status" >&5
1828 $as_echo "$as_me: failed program was:" >&5
1829 sed 's/^/| /' conftest.$ac_ext >&5
1830
1831 ac_retval=$ac_status
1832 fi
1833 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1834 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1835 as_fn_set_status $ac_retval
1836
1837 } # ac_fn_c_try_run
1838
1839 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1840 # -------------------------------------------------------
1841 # Tests whether HEADER exists and can be compiled using the include files in
1842 # INCLUDES, setting the cache variable VAR accordingly.
1843 ac_fn_c_check_header_compile ()
1844 {
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1847 $as_echo_n "checking for $2... " >&6; }
1848 if eval \${$3+:} false; then :
1849 $as_echo_n "(cached) " >&6
1850 else
1851 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1852 /* end confdefs.h. */
1853 $4
1854 #include <$2>
1855 _ACEOF
1856 if ac_fn_c_try_compile "$LINENO"; then :
1857 eval "$3=yes"
1858 else
1859 eval "$3=no"
1860 fi
1861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1862 fi
1863 eval ac_res=\$$3
1864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1865 $as_echo "$ac_res" >&6; }
1866 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1867
1868 } # ac_fn_c_check_header_compile
1869
1870 # ac_fn_c_try_link LINENO
1871 # -----------------------
1872 # Try to link conftest.$ac_ext, and return whether this succeeded.
1873 ac_fn_c_try_link ()
1874 {
1875 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1876 rm -f conftest.$ac_objext conftest$ac_exeext
1877 if { { ac_try="$ac_link"
1878 case "(($ac_try" in
1879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1880 *) ac_try_echo=$ac_try;;
1881 esac
1882 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1883 $as_echo "$ac_try_echo"; } >&5
1884 (eval "$ac_link") 2>conftest.err
1885 ac_status=$?
1886 if test -s conftest.err; then
1887 grep -v '^ *+' conftest.err >conftest.er1
1888 cat conftest.er1 >&5
1889 mv -f conftest.er1 conftest.err
1890 fi
1891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1892 test $ac_status = 0; } && {
1893 test -z "$ac_c_werror_flag" ||
1894 test ! -s conftest.err
1895 } && test -s conftest$ac_exeext && {
1896 test "$cross_compiling" = yes ||
1897 test -x conftest$ac_exeext
1898 }; then :
1899 ac_retval=0
1900 else
1901 $as_echo "$as_me: failed program was:" >&5
1902 sed 's/^/| /' conftest.$ac_ext >&5
1903
1904 ac_retval=1
1905 fi
1906 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1907 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1908 # interfere with the next link command; also delete a directory that is
1909 # left behind by Apple's compiler. We do this before executing the actions.
1910 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1911 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1912 as_fn_set_status $ac_retval
1913
1914 } # ac_fn_c_try_link
1915
1916 # ac_fn_c_check_func LINENO FUNC VAR
1917 # ----------------------------------
1918 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1919 ac_fn_c_check_func ()
1920 {
1921 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1923 $as_echo_n "checking for $2... " >&6; }
1924 if eval \${$3+:} false; then :
1925 $as_echo_n "(cached) " >&6
1926 else
1927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1928 /* end confdefs.h. */
1929 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1930 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1931 #define $2 innocuous_$2
1932
1933 /* System header to define __stub macros and hopefully few prototypes,
1934 which can conflict with char $2 (); below.
1935 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1936 <limits.h> exists even on freestanding compilers. */
1937
1938 #ifdef __STDC__
1939 # include <limits.h>
1940 #else
1941 # include <assert.h>
1942 #endif
1943
1944 #undef $2
1945
1946 /* Override any GCC internal prototype to avoid an error.
1947 Use char because int might match the return type of a GCC
1948 builtin and then its argument prototype would still apply. */
1949 #ifdef __cplusplus
1950 extern "C"
1951 #endif
1952 char $2 ();
1953 /* The GNU C library defines this for functions which it implements
1954 to always fail with ENOSYS. Some functions are actually named
1955 something starting with __ and the normal name is an alias. */
1956 #if defined __stub_$2 || defined __stub___$2
1957 choke me
1958 #endif
1959
1960 int
1961 main ()
1962 {
1963 return $2 ();
1964 ;
1965 return 0;
1966 }
1967 _ACEOF
1968 if ac_fn_c_try_link "$LINENO"; then :
1969 eval "$3=yes"
1970 else
1971 eval "$3=no"
1972 fi
1973 rm -f core conftest.err conftest.$ac_objext \
1974 conftest$ac_exeext conftest.$ac_ext
1975 fi
1976 eval ac_res=\$$3
1977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1978 $as_echo "$ac_res" >&6; }
1979 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1980
1981 } # ac_fn_c_check_func
1982
1983 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1984 # ----------------------------------------------------
1985 # Tries to find if the field MEMBER exists in type AGGR, after including
1986 # INCLUDES, setting cache variable VAR accordingly.
1987 ac_fn_c_check_member ()
1988 {
1989 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1991 $as_echo_n "checking for $2.$3... " >&6; }
1992 if eval \${$4+:} false; then :
1993 $as_echo_n "(cached) " >&6
1994 else
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
1997 $5
1998 int
1999 main ()
2000 {
2001 static $2 ac_aggr;
2002 if (ac_aggr.$3)
2003 return 0;
2004 ;
2005 return 0;
2006 }
2007 _ACEOF
2008 if ac_fn_c_try_compile "$LINENO"; then :
2009 eval "$4=yes"
2010 else
2011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2012 /* end confdefs.h. */
2013 $5
2014 int
2015 main ()
2016 {
2017 static $2 ac_aggr;
2018 if (sizeof ac_aggr.$3)
2019 return 0;
2020 ;
2021 return 0;
2022 }
2023 _ACEOF
2024 if ac_fn_c_try_compile "$LINENO"; then :
2025 eval "$4=yes"
2026 else
2027 eval "$4=no"
2028 fi
2029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2030 fi
2031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2032 fi
2033 eval ac_res=\$$4
2034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2035 $as_echo "$ac_res" >&6; }
2036 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2037
2038 } # ac_fn_c_check_member
2039
2040 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2041 # ---------------------------------------------
2042 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2043 # accordingly.
2044 ac_fn_c_check_decl ()
2045 {
2046 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2047 as_decl_name=`echo $2|sed 's/ *(.*//'`
2048 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2050 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2051 if eval \${$3+:} false; then :
2052 $as_echo_n "(cached) " >&6
2053 else
2054 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2055 /* end confdefs.h. */
2056 $4
2057 int
2058 main ()
2059 {
2060 #ifndef $as_decl_name
2061 #ifdef __cplusplus
2062 (void) $as_decl_use;
2063 #else
2064 (void) $as_decl_name;
2065 #endif
2066 #endif
2067
2068 ;
2069 return 0;
2070 }
2071 _ACEOF
2072 if ac_fn_c_try_compile "$LINENO"; then :
2073 eval "$3=yes"
2074 else
2075 eval "$3=no"
2076 fi
2077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2078 fi
2079 eval ac_res=\$$3
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2081 $as_echo "$ac_res" >&6; }
2082 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2083
2084 } # ac_fn_c_check_decl
2085 cat >config.log <<_ACEOF
2086 This file contains any messages produced by compilers while
2087 running configure, to aid debugging if configure makes a mistake.
2088
2089 It was created by binutils $as_me 2.39.50, which was
2090 generated by GNU Autoconf 2.69. Invocation command line was
2091
2092 $ $0 $@
2093
2094 _ACEOF
2095 exec 5>>config.log
2096 {
2097 cat <<_ASUNAME
2098 ## --------- ##
2099 ## Platform. ##
2100 ## --------- ##
2101
2102 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2103 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2104 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2105 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2106 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2107
2108 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2109 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2110
2111 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2112 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2113 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2114 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2115 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2116 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2117 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2118
2119 _ASUNAME
2120
2121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2122 for as_dir in $PATH
2123 do
2124 IFS=$as_save_IFS
2125 test -z "$as_dir" && as_dir=.
2126 $as_echo "PATH: $as_dir"
2127 done
2128 IFS=$as_save_IFS
2129
2130 } >&5
2131
2132 cat >&5 <<_ACEOF
2133
2134
2135 ## ----------- ##
2136 ## Core tests. ##
2137 ## ----------- ##
2138
2139 _ACEOF
2140
2141
2142 # Keep a trace of the command line.
2143 # Strip out --no-create and --no-recursion so they do not pile up.
2144 # Strip out --silent because we don't want to record it for future runs.
2145 # Also quote any args containing shell meta-characters.
2146 # Make two passes to allow for proper duplicate-argument suppression.
2147 ac_configure_args=
2148 ac_configure_args0=
2149 ac_configure_args1=
2150 ac_must_keep_next=false
2151 for ac_pass in 1 2
2152 do
2153 for ac_arg
2154 do
2155 case $ac_arg in
2156 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2158 | -silent | --silent | --silen | --sile | --sil)
2159 continue ;;
2160 *\'*)
2161 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2162 esac
2163 case $ac_pass in
2164 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2165 2)
2166 as_fn_append ac_configure_args1 " '$ac_arg'"
2167 if test $ac_must_keep_next = true; then
2168 ac_must_keep_next=false # Got value, back to normal.
2169 else
2170 case $ac_arg in
2171 *=* | --config-cache | -C | -disable-* | --disable-* \
2172 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2173 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2174 | -with-* | --with-* | -without-* | --without-* | --x)
2175 case "$ac_configure_args0 " in
2176 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2177 esac
2178 ;;
2179 -* ) ac_must_keep_next=true ;;
2180 esac
2181 fi
2182 as_fn_append ac_configure_args " '$ac_arg'"
2183 ;;
2184 esac
2185 done
2186 done
2187 { ac_configure_args0=; unset ac_configure_args0;}
2188 { ac_configure_args1=; unset ac_configure_args1;}
2189
2190 # When interrupted or exit'd, cleanup temporary files, and complete
2191 # config.log. We remove comments because anyway the quotes in there
2192 # would cause problems or look ugly.
2193 # WARNING: Use '\'' to represent an apostrophe within the trap.
2194 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2195 trap 'exit_status=$?
2196 # Save into config.log some information that might help in debugging.
2197 {
2198 echo
2199
2200 $as_echo "## ---------------- ##
2201 ## Cache variables. ##
2202 ## ---------------- ##"
2203 echo
2204 # The following way of writing the cache mishandles newlines in values,
2205 (
2206 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2207 eval ac_val=\$$ac_var
2208 case $ac_val in #(
2209 *${as_nl}*)
2210 case $ac_var in #(
2211 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2212 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2213 esac
2214 case $ac_var in #(
2215 _ | IFS | as_nl) ;; #(
2216 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2217 *) { eval $ac_var=; unset $ac_var;} ;;
2218 esac ;;
2219 esac
2220 done
2221 (set) 2>&1 |
2222 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2223 *${as_nl}ac_space=\ *)
2224 sed -n \
2225 "s/'\''/'\''\\\\'\'''\''/g;
2226 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2227 ;; #(
2228 *)
2229 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2230 ;;
2231 esac |
2232 sort
2233 )
2234 echo
2235
2236 $as_echo "## ----------------- ##
2237 ## Output variables. ##
2238 ## ----------------- ##"
2239 echo
2240 for ac_var in $ac_subst_vars
2241 do
2242 eval ac_val=\$$ac_var
2243 case $ac_val in
2244 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2245 esac
2246 $as_echo "$ac_var='\''$ac_val'\''"
2247 done | sort
2248 echo
2249
2250 if test -n "$ac_subst_files"; then
2251 $as_echo "## ------------------- ##
2252 ## File substitutions. ##
2253 ## ------------------- ##"
2254 echo
2255 for ac_var in $ac_subst_files
2256 do
2257 eval ac_val=\$$ac_var
2258 case $ac_val in
2259 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2260 esac
2261 $as_echo "$ac_var='\''$ac_val'\''"
2262 done | sort
2263 echo
2264 fi
2265
2266 if test -s confdefs.h; then
2267 $as_echo "## ----------- ##
2268 ## confdefs.h. ##
2269 ## ----------- ##"
2270 echo
2271 cat confdefs.h
2272 echo
2273 fi
2274 test "$ac_signal" != 0 &&
2275 $as_echo "$as_me: caught signal $ac_signal"
2276 $as_echo "$as_me: exit $exit_status"
2277 } >&5
2278 rm -f core *.core core.conftest.* &&
2279 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2280 exit $exit_status
2281 ' 0
2282 for ac_signal in 1 2 13 15; do
2283 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2284 done
2285 ac_signal=0
2286
2287 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2288 rm -f -r conftest* confdefs.h
2289
2290 $as_echo "/* confdefs.h */" > confdefs.h
2291
2292 # Predefined preprocessor variables.
2293
2294 cat >>confdefs.h <<_ACEOF
2295 #define PACKAGE_NAME "$PACKAGE_NAME"
2296 _ACEOF
2297
2298 cat >>confdefs.h <<_ACEOF
2299 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2300 _ACEOF
2301
2302 cat >>confdefs.h <<_ACEOF
2303 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2304 _ACEOF
2305
2306 cat >>confdefs.h <<_ACEOF
2307 #define PACKAGE_STRING "$PACKAGE_STRING"
2308 _ACEOF
2309
2310 cat >>confdefs.h <<_ACEOF
2311 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2312 _ACEOF
2313
2314 cat >>confdefs.h <<_ACEOF
2315 #define PACKAGE_URL "$PACKAGE_URL"
2316 _ACEOF
2317
2318
2319 # Let the site file select an alternate cache file if it wants to.
2320 # Prefer an explicitly selected file to automatically selected ones.
2321 ac_site_file1=NONE
2322 ac_site_file2=NONE
2323 if test -n "$CONFIG_SITE"; then
2324 # We do not want a PATH search for config.site.
2325 case $CONFIG_SITE in #((
2326 -*) ac_site_file1=./$CONFIG_SITE;;
2327 */*) ac_site_file1=$CONFIG_SITE;;
2328 *) ac_site_file1=./$CONFIG_SITE;;
2329 esac
2330 elif test "x$prefix" != xNONE; then
2331 ac_site_file1=$prefix/share/config.site
2332 ac_site_file2=$prefix/etc/config.site
2333 else
2334 ac_site_file1=$ac_default_prefix/share/config.site
2335 ac_site_file2=$ac_default_prefix/etc/config.site
2336 fi
2337 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2338 do
2339 test "x$ac_site_file" = xNONE && continue
2340 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2342 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2343 sed 's/^/| /' "$ac_site_file" >&5
2344 . "$ac_site_file" \
2345 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2346 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 as_fn_error $? "failed to load site script $ac_site_file
2348 See \`config.log' for more details" "$LINENO" 5; }
2349 fi
2350 done
2351
2352 if test -r "$cache_file"; then
2353 # Some versions of bash will fail to source /dev/null (special files
2354 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2355 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2357 $as_echo "$as_me: loading cache $cache_file" >&6;}
2358 case $cache_file in
2359 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2360 *) . "./$cache_file";;
2361 esac
2362 fi
2363 else
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2365 $as_echo "$as_me: creating cache $cache_file" >&6;}
2366 >$cache_file
2367 fi
2368
2369 as_fn_append ac_header_list " stdlib.h"
2370 as_fn_append ac_header_list " unistd.h"
2371 as_fn_append ac_header_list " sys/param.h"
2372 # Check that the precious variables saved in the cache have kept the same
2373 # value.
2374 ac_cache_corrupted=false
2375 for ac_var in $ac_precious_vars; do
2376 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2377 eval ac_new_set=\$ac_env_${ac_var}_set
2378 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2379 eval ac_new_val=\$ac_env_${ac_var}_value
2380 case $ac_old_set,$ac_new_set in
2381 set,)
2382 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2383 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2384 ac_cache_corrupted=: ;;
2385 ,set)
2386 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2387 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2388 ac_cache_corrupted=: ;;
2389 ,);;
2390 *)
2391 if test "x$ac_old_val" != "x$ac_new_val"; then
2392 # differences in whitespace do not lead to failure.
2393 ac_old_val_w=`echo x $ac_old_val`
2394 ac_new_val_w=`echo x $ac_new_val`
2395 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2396 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2397 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2398 ac_cache_corrupted=:
2399 else
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2401 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2402 eval $ac_var=\$ac_old_val
2403 fi
2404 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2405 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2407 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2408 fi;;
2409 esac
2410 # Pass precious variables to config.status.
2411 if test "$ac_new_set" = set; then
2412 case $ac_new_val in
2413 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2414 *) ac_arg=$ac_var=$ac_new_val ;;
2415 esac
2416 case " $ac_configure_args " in
2417 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2418 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2419 esac
2420 fi
2421 done
2422 if $ac_cache_corrupted; then
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2424 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2425 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2426 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2427 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2428 fi
2429 ## -------------------- ##
2430 ## Main body of script. ##
2431 ## -------------------- ##
2432
2433 ac_ext=c
2434 ac_cpp='$CPP $CPPFLAGS'
2435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2438
2439
2440
2441
2442
2443
2444
2445 ac_aux_dir=
2446 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2447 if test -f "$ac_dir/install-sh"; then
2448 ac_aux_dir=$ac_dir
2449 ac_install_sh="$ac_aux_dir/install-sh -c"
2450 break
2451 elif test -f "$ac_dir/install.sh"; then
2452 ac_aux_dir=$ac_dir
2453 ac_install_sh="$ac_aux_dir/install.sh -c"
2454 break
2455 elif test -f "$ac_dir/shtool"; then
2456 ac_aux_dir=$ac_dir
2457 ac_install_sh="$ac_aux_dir/shtool install -c"
2458 break
2459 fi
2460 done
2461 if test -z "$ac_aux_dir"; then
2462 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2463 fi
2464
2465 # These three variables are undocumented and unsupported,
2466 # and are intended to be withdrawn in a future Autoconf release.
2467 # They can cause serious problems if a builder's source tree is in a directory
2468 # whose full name contains unusual characters.
2469 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2470 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2471 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2472
2473
2474 # Make sure we can run config.sub.
2475 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2476 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2477
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2479 $as_echo_n "checking build system type... " >&6; }
2480 if ${ac_cv_build+:} false; then :
2481 $as_echo_n "(cached) " >&6
2482 else
2483 ac_build_alias=$build_alias
2484 test "x$ac_build_alias" = x &&
2485 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2486 test "x$ac_build_alias" = x &&
2487 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2488 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2489 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2490
2491 fi
2492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2493 $as_echo "$ac_cv_build" >&6; }
2494 case $ac_cv_build in
2495 *-*-*) ;;
2496 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2497 esac
2498 build=$ac_cv_build
2499 ac_save_IFS=$IFS; IFS='-'
2500 set x $ac_cv_build
2501 shift
2502 build_cpu=$1
2503 build_vendor=$2
2504 shift; shift
2505 # Remember, the first character of IFS is used to create $*,
2506 # except with old shells:
2507 build_os=$*
2508 IFS=$ac_save_IFS
2509 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2510
2511
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2513 $as_echo_n "checking host system type... " >&6; }
2514 if ${ac_cv_host+:} false; then :
2515 $as_echo_n "(cached) " >&6
2516 else
2517 if test "x$host_alias" = x; then
2518 ac_cv_host=$ac_cv_build
2519 else
2520 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2521 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2522 fi
2523
2524 fi
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2526 $as_echo "$ac_cv_host" >&6; }
2527 case $ac_cv_host in
2528 *-*-*) ;;
2529 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2530 esac
2531 host=$ac_cv_host
2532 ac_save_IFS=$IFS; IFS='-'
2533 set x $ac_cv_host
2534 shift
2535 host_cpu=$1
2536 host_vendor=$2
2537 shift; shift
2538 # Remember, the first character of IFS is used to create $*,
2539 # except with old shells:
2540 host_os=$*
2541 IFS=$ac_save_IFS
2542 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2543
2544
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2546 $as_echo_n "checking target system type... " >&6; }
2547 if ${ac_cv_target+:} false; then :
2548 $as_echo_n "(cached) " >&6
2549 else
2550 if test "x$target_alias" = x; then
2551 ac_cv_target=$ac_cv_host
2552 else
2553 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2554 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2555 fi
2556
2557 fi
2558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2559 $as_echo "$ac_cv_target" >&6; }
2560 case $ac_cv_target in
2561 *-*-*) ;;
2562 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2563 esac
2564 target=$ac_cv_target
2565 ac_save_IFS=$IFS; IFS='-'
2566 set x $ac_cv_target
2567 shift
2568 target_cpu=$1
2569 target_vendor=$2
2570 shift; shift
2571 # Remember, the first character of IFS is used to create $*,
2572 # except with old shells:
2573 target_os=$*
2574 IFS=$ac_save_IFS
2575 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2576
2577
2578 # The aliases save the names the user supplied, while $host etc.
2579 # will get canonicalized.
2580 test -n "$target_alias" &&
2581 test "$program_prefix$program_suffix$program_transform_name" = \
2582 NONENONEs,x,x, &&
2583 program_prefix=${target_alias}-
2584
2585 am__api_version='1.15'
2586
2587 # Find a good install program. We prefer a C program (faster),
2588 # so one script is as good as another. But avoid the broken or
2589 # incompatible versions:
2590 # SysV /etc/install, /usr/sbin/install
2591 # SunOS /usr/etc/install
2592 # IRIX /sbin/install
2593 # AIX /bin/install
2594 # AmigaOS /C/install, which installs bootblocks on floppy discs
2595 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2596 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2597 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2598 # OS/2's system install, which has a completely different semantic
2599 # ./install, which can be erroneously created by make from ./install.sh.
2600 # Reject install programs that cannot install multiple files.
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2602 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2603 if test -z "$INSTALL"; then
2604 if ${ac_cv_path_install+:} false; then :
2605 $as_echo_n "(cached) " >&6
2606 else
2607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2608 for as_dir in $PATH
2609 do
2610 IFS=$as_save_IFS
2611 test -z "$as_dir" && as_dir=.
2612 # Account for people who put trailing slashes in PATH elements.
2613 case $as_dir/ in #((
2614 ./ | .// | /[cC]/* | \
2615 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2616 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2617 /usr/ucb/* ) ;;
2618 *)
2619 # OSF1 and SCO ODT 3.0 have their own names for install.
2620 # Don't use installbsd from OSF since it installs stuff as root
2621 # by default.
2622 for ac_prog in ginstall scoinst install; do
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2625 if test $ac_prog = install &&
2626 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2627 # AIX install. It has an incompatible calling convention.
2628 :
2629 elif test $ac_prog = install &&
2630 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2631 # program-specific install script used by HP pwplus--don't use.
2632 :
2633 else
2634 rm -rf conftest.one conftest.two conftest.dir
2635 echo one > conftest.one
2636 echo two > conftest.two
2637 mkdir conftest.dir
2638 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2639 test -s conftest.one && test -s conftest.two &&
2640 test -s conftest.dir/conftest.one &&
2641 test -s conftest.dir/conftest.two
2642 then
2643 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2644 break 3
2645 fi
2646 fi
2647 fi
2648 done
2649 done
2650 ;;
2651 esac
2652
2653 done
2654 IFS=$as_save_IFS
2655
2656 rm -rf conftest.one conftest.two conftest.dir
2657
2658 fi
2659 if test "${ac_cv_path_install+set}" = set; then
2660 INSTALL=$ac_cv_path_install
2661 else
2662 # As a last resort, use the slow shell script. Don't cache a
2663 # value for INSTALL within a source directory, because that will
2664 # break other packages using the cache if that directory is
2665 # removed, or if the value is a relative name.
2666 INSTALL=$ac_install_sh
2667 fi
2668 fi
2669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2670 $as_echo "$INSTALL" >&6; }
2671
2672 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2673 # It thinks the first close brace ends the variable substitution.
2674 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2675
2676 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2677
2678 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2679
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2681 $as_echo_n "checking whether build environment is sane... " >&6; }
2682 # Reject unsafe characters in $srcdir or the absolute working directory
2683 # name. Accept space and tab only in the latter.
2684 am_lf='
2685 '
2686 case `pwd` in
2687 *[\\\"\#\$\&\'\`$am_lf]*)
2688 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2689 esac
2690 case $srcdir in
2691 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2692 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2693 esac
2694
2695 # Do 'set' in a subshell so we don't clobber the current shell's
2696 # arguments. Must try -L first in case configure is actually a
2697 # symlink; some systems play weird games with the mod time of symlinks
2698 # (eg FreeBSD returns the mod time of the symlink's containing
2699 # directory).
2700 if (
2701 am_has_slept=no
2702 for am_try in 1 2; do
2703 echo "timestamp, slept: $am_has_slept" > conftest.file
2704 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2705 if test "$*" = "X"; then
2706 # -L didn't work.
2707 set X `ls -t "$srcdir/configure" conftest.file`
2708 fi
2709 if test "$*" != "X $srcdir/configure conftest.file" \
2710 && test "$*" != "X conftest.file $srcdir/configure"; then
2711
2712 # If neither matched, then we have a broken ls. This can happen
2713 # if, for instance, CONFIG_SHELL is bash and it inherits a
2714 # broken ls alias from the environment. This has actually
2715 # happened. Such a system could not be considered "sane".
2716 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2717 alias in your environment" "$LINENO" 5
2718 fi
2719 if test "$2" = conftest.file || test $am_try -eq 2; then
2720 break
2721 fi
2722 # Just in case.
2723 sleep 1
2724 am_has_slept=yes
2725 done
2726 test "$2" = conftest.file
2727 )
2728 then
2729 # Ok.
2730 :
2731 else
2732 as_fn_error $? "newly created file is older than distributed files!
2733 Check your system clock" "$LINENO" 5
2734 fi
2735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2736 $as_echo "yes" >&6; }
2737 # If we didn't sleep, we still need to ensure time stamps of config.status and
2738 # generated files are strictly newer.
2739 am_sleep_pid=
2740 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2741 ( sleep 1 ) &
2742 am_sleep_pid=$!
2743 fi
2744
2745 rm -f conftest.file
2746
2747 test "$program_prefix" != NONE &&
2748 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2749 # Use a double $ so make ignores it.
2750 test "$program_suffix" != NONE &&
2751 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2752 # Double any \ or $.
2753 # By default was `s,x,x', remove it if useless.
2754 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2755 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2756
2757 # Expand $ac_aux_dir to an absolute path.
2758 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2759
2760 if test x"${MISSING+set}" != xset; then
2761 case $am_aux_dir in
2762 *\ * | *\ *)
2763 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2764 *)
2765 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2766 esac
2767 fi
2768 # Use eval to expand $SHELL
2769 if eval "$MISSING --is-lightweight"; then
2770 am_missing_run="$MISSING "
2771 else
2772 am_missing_run=
2773 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2774 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2775 fi
2776
2777 if test x"${install_sh+set}" != xset; then
2778 case $am_aux_dir in
2779 *\ * | *\ *)
2780 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2781 *)
2782 install_sh="\${SHELL} $am_aux_dir/install-sh"
2783 esac
2784 fi
2785
2786 # Installed binaries are usually stripped using 'strip' when the user
2787 # run "make install-strip". However 'strip' might not be the right
2788 # tool to use in cross-compilation environments, therefore Automake
2789 # will honor the 'STRIP' environment variable to overrule this program.
2790 if test "$cross_compiling" != no; then
2791 if test -n "$ac_tool_prefix"; then
2792 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2793 set dummy ${ac_tool_prefix}strip; ac_word=$2
2794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2795 $as_echo_n "checking for $ac_word... " >&6; }
2796 if ${ac_cv_prog_STRIP+:} false; then :
2797 $as_echo_n "(cached) " >&6
2798 else
2799 if test -n "$STRIP"; then
2800 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2801 else
2802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803 for as_dir in $PATH
2804 do
2805 IFS=$as_save_IFS
2806 test -z "$as_dir" && as_dir=.
2807 for ac_exec_ext in '' $ac_executable_extensions; do
2808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2809 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2811 break 2
2812 fi
2813 done
2814 done
2815 IFS=$as_save_IFS
2816
2817 fi
2818 fi
2819 STRIP=$ac_cv_prog_STRIP
2820 if test -n "$STRIP"; then
2821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2822 $as_echo "$STRIP" >&6; }
2823 else
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2825 $as_echo "no" >&6; }
2826 fi
2827
2828
2829 fi
2830 if test -z "$ac_cv_prog_STRIP"; then
2831 ac_ct_STRIP=$STRIP
2832 # Extract the first word of "strip", so it can be a program name with args.
2833 set dummy strip; ac_word=$2
2834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2835 $as_echo_n "checking for $ac_word... " >&6; }
2836 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2837 $as_echo_n "(cached) " >&6
2838 else
2839 if test -n "$ac_ct_STRIP"; then
2840 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2841 else
2842 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2843 for as_dir in $PATH
2844 do
2845 IFS=$as_save_IFS
2846 test -z "$as_dir" && as_dir=.
2847 for ac_exec_ext in '' $ac_executable_extensions; do
2848 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2849 ac_cv_prog_ac_ct_STRIP="strip"
2850 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2851 break 2
2852 fi
2853 done
2854 done
2855 IFS=$as_save_IFS
2856
2857 fi
2858 fi
2859 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2860 if test -n "$ac_ct_STRIP"; then
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2862 $as_echo "$ac_ct_STRIP" >&6; }
2863 else
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2865 $as_echo "no" >&6; }
2866 fi
2867
2868 if test "x$ac_ct_STRIP" = x; then
2869 STRIP=":"
2870 else
2871 case $cross_compiling:$ac_tool_warned in
2872 yes:)
2873 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2874 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2875 ac_tool_warned=yes ;;
2876 esac
2877 STRIP=$ac_ct_STRIP
2878 fi
2879 else
2880 STRIP="$ac_cv_prog_STRIP"
2881 fi
2882
2883 fi
2884 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2885
2886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2887 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2888 if test -z "$MKDIR_P"; then
2889 if ${ac_cv_path_mkdir+:} false; then :
2890 $as_echo_n "(cached) " >&6
2891 else
2892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2893 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2894 do
2895 IFS=$as_save_IFS
2896 test -z "$as_dir" && as_dir=.
2897 for ac_prog in mkdir gmkdir; do
2898 for ac_exec_ext in '' $ac_executable_extensions; do
2899 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2900 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2901 'mkdir (GNU coreutils) '* | \
2902 'mkdir (coreutils) '* | \
2903 'mkdir (fileutils) '4.1*)
2904 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2905 break 3;;
2906 esac
2907 done
2908 done
2909 done
2910 IFS=$as_save_IFS
2911
2912 fi
2913
2914 test -d ./--version && rmdir ./--version
2915 if test "${ac_cv_path_mkdir+set}" = set; then
2916 MKDIR_P="$ac_cv_path_mkdir -p"
2917 else
2918 # As a last resort, use the slow shell script. Don't cache a
2919 # value for MKDIR_P within a source directory, because that will
2920 # break other packages using the cache if that directory is
2921 # removed, or if the value is a relative name.
2922 MKDIR_P="$ac_install_sh -d"
2923 fi
2924 fi
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2926 $as_echo "$MKDIR_P" >&6; }
2927
2928 for ac_prog in gawk mawk nawk awk
2929 do
2930 # Extract the first word of "$ac_prog", so it can be a program name with args.
2931 set dummy $ac_prog; ac_word=$2
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2933 $as_echo_n "checking for $ac_word... " >&6; }
2934 if ${ac_cv_prog_AWK+:} false; then :
2935 $as_echo_n "(cached) " >&6
2936 else
2937 if test -n "$AWK"; then
2938 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2939 else
2940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2941 for as_dir in $PATH
2942 do
2943 IFS=$as_save_IFS
2944 test -z "$as_dir" && as_dir=.
2945 for ac_exec_ext in '' $ac_executable_extensions; do
2946 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2947 ac_cv_prog_AWK="$ac_prog"
2948 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2949 break 2
2950 fi
2951 done
2952 done
2953 IFS=$as_save_IFS
2954
2955 fi
2956 fi
2957 AWK=$ac_cv_prog_AWK
2958 if test -n "$AWK"; then
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2960 $as_echo "$AWK" >&6; }
2961 else
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2963 $as_echo "no" >&6; }
2964 fi
2965
2966
2967 test -n "$AWK" && break
2968 done
2969
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2971 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2972 set x ${MAKE-make}
2973 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2974 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2975 $as_echo_n "(cached) " >&6
2976 else
2977 cat >conftest.make <<\_ACEOF
2978 SHELL = /bin/sh
2979 all:
2980 @echo '@@@%%%=$(MAKE)=@@@%%%'
2981 _ACEOF
2982 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2983 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2984 *@@@%%%=?*=@@@%%%*)
2985 eval ac_cv_prog_make_${ac_make}_set=yes;;
2986 *)
2987 eval ac_cv_prog_make_${ac_make}_set=no;;
2988 esac
2989 rm -f conftest.make
2990 fi
2991 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2993 $as_echo "yes" >&6; }
2994 SET_MAKE=
2995 else
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2997 $as_echo "no" >&6; }
2998 SET_MAKE="MAKE=${MAKE-make}"
2999 fi
3000
3001 rm -rf .tst 2>/dev/null
3002 mkdir .tst 2>/dev/null
3003 if test -d .tst; then
3004 am__leading_dot=.
3005 else
3006 am__leading_dot=_
3007 fi
3008 rmdir .tst 2>/dev/null
3009
3010 # Check whether --enable-silent-rules was given.
3011 if test "${enable_silent_rules+set}" = set; then :
3012 enableval=$enable_silent_rules;
3013 fi
3014
3015 case $enable_silent_rules in # (((
3016 yes) AM_DEFAULT_VERBOSITY=0;;
3017 no) AM_DEFAULT_VERBOSITY=1;;
3018 *) AM_DEFAULT_VERBOSITY=1;;
3019 esac
3020 am_make=${MAKE-make}
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3022 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3023 if ${am_cv_make_support_nested_variables+:} false; then :
3024 $as_echo_n "(cached) " >&6
3025 else
3026 if $as_echo 'TRUE=$(BAR$(V))
3027 BAR0=false
3028 BAR1=true
3029 V=1
3030 am__doit:
3031 @$(TRUE)
3032 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3033 am_cv_make_support_nested_variables=yes
3034 else
3035 am_cv_make_support_nested_variables=no
3036 fi
3037 fi
3038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3039 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3040 if test $am_cv_make_support_nested_variables = yes; then
3041 AM_V='$(V)'
3042 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3043 else
3044 AM_V=$AM_DEFAULT_VERBOSITY
3045 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3046 fi
3047 AM_BACKSLASH='\'
3048
3049 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3050 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3051 # is not polluted with repeated "-I."
3052 am__isrc=' -I$(srcdir)'
3053 # test to see if srcdir already configured
3054 if test -f $srcdir/config.status; then
3055 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3056 fi
3057 fi
3058
3059 # test whether we have cygpath
3060 if test -z "$CYGPATH_W"; then
3061 if (cygpath --version) >/dev/null 2>/dev/null; then
3062 CYGPATH_W='cygpath -w'
3063 else
3064 CYGPATH_W=echo
3065 fi
3066 fi
3067
3068
3069 # Define the identity of the package.
3070 PACKAGE='binutils'
3071 VERSION='2.39.50'
3072
3073
3074 cat >>confdefs.h <<_ACEOF
3075 #define PACKAGE "$PACKAGE"
3076 _ACEOF
3077
3078
3079 cat >>confdefs.h <<_ACEOF
3080 #define VERSION "$VERSION"
3081 _ACEOF
3082
3083 # Some tools Automake needs.
3084
3085 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3086
3087
3088 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3089
3090
3091 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3092
3093
3094 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3095
3096
3097 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3098
3099 # For better backward compatibility. To be removed once Automake 1.9.x
3100 # dies out for good. For more background, see:
3101 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3102 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3103 mkdir_p='$(MKDIR_P)'
3104
3105 # We need awk for the "check" target (and possibly the TAP driver). The
3106 # system "awk" is bad on some platforms.
3107 # Always define AMTAR for backward compatibility. Yes, it's still used
3108 # in the wild :-( We should find a proper way to deprecate it ...
3109 AMTAR='$${TAR-tar}'
3110
3111
3112 # We'll loop over all known methods to create a tar archive until one works.
3113 _am_tools='gnutar pax cpio none'
3114
3115 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3116
3117
3118
3119
3120
3121
3122 # POSIX will say in a future version that running "rm -f" with no argument
3123 # is OK; and we want to be able to make that assumption in our Makefile
3124 # recipes. So use an aggressive probe to check that the usage we want is
3125 # actually supported "in the wild" to an acceptable degree.
3126 # See automake bug#10828.
3127 # To make any issue more visible, cause the running configure to be aborted
3128 # by default if the 'rm' program in use doesn't match our expectations; the
3129 # user can still override this though.
3130 if rm -f && rm -fr && rm -rf; then : OK; else
3131 cat >&2 <<'END'
3132 Oops!
3133
3134 Your 'rm' program seems unable to run without file operands specified
3135 on the command line, even when the '-f' option is present. This is contrary
3136 to the behaviour of most rm programs out there, and not conforming with
3137 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3138
3139 Please tell bug-automake@gnu.org about your system, including the value
3140 of your $PATH and any error possibly output before this message. This
3141 can help us improve future automake versions.
3142
3143 END
3144 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3145 echo 'Configuration will proceed anyway, since you have set the' >&2
3146 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3147 echo >&2
3148 else
3149 cat >&2 <<'END'
3150 Aborting the configuration process, to ensure you take notice of the issue.
3151
3152 You can download and install GNU coreutils to get an 'rm' implementation
3153 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3154
3155 If you want to complete the configuration process using your problematic
3156 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3157 to "yes", and re-run configure.
3158
3159 END
3160 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3161 fi
3162 fi
3163
3164 # Check whether --enable-silent-rules was given.
3165 if test "${enable_silent_rules+set}" = set; then :
3166 enableval=$enable_silent_rules;
3167 fi
3168
3169 case $enable_silent_rules in # (((
3170 yes) AM_DEFAULT_VERBOSITY=0;;
3171 no) AM_DEFAULT_VERBOSITY=1;;
3172 *) AM_DEFAULT_VERBOSITY=0;;
3173 esac
3174 am_make=${MAKE-make}
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3176 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3177 if ${am_cv_make_support_nested_variables+:} false; then :
3178 $as_echo_n "(cached) " >&6
3179 else
3180 if $as_echo 'TRUE=$(BAR$(V))
3181 BAR0=false
3182 BAR1=true
3183 V=1
3184 am__doit:
3185 @$(TRUE)
3186 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3187 am_cv_make_support_nested_variables=yes
3188 else
3189 am_cv_make_support_nested_variables=no
3190 fi
3191 fi
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3193 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3194 if test $am_cv_make_support_nested_variables = yes; then
3195 AM_V='$(V)'
3196 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3197 else
3198 AM_V=$AM_DEFAULT_VERBOSITY
3199 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3200 fi
3201 AM_BACKSLASH='\'
3202
3203
3204 ac_ext=c
3205 ac_cpp='$CPP $CPPFLAGS'
3206 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3207 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3208 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 if test -n "$ac_tool_prefix"; then
3210 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3211 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3213 $as_echo_n "checking for $ac_word... " >&6; }
3214 if ${ac_cv_prog_CC+:} false; then :
3215 $as_echo_n "(cached) " >&6
3216 else
3217 if test -n "$CC"; then
3218 ac_cv_prog_CC="$CC" # Let the user override the test.
3219 else
3220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3221 for as_dir in $PATH
3222 do
3223 IFS=$as_save_IFS
3224 test -z "$as_dir" && as_dir=.
3225 for ac_exec_ext in '' $ac_executable_extensions; do
3226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3227 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3229 break 2
3230 fi
3231 done
3232 done
3233 IFS=$as_save_IFS
3234
3235 fi
3236 fi
3237 CC=$ac_cv_prog_CC
3238 if test -n "$CC"; then
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3240 $as_echo "$CC" >&6; }
3241 else
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3243 $as_echo "no" >&6; }
3244 fi
3245
3246
3247 fi
3248 if test -z "$ac_cv_prog_CC"; then
3249 ac_ct_CC=$CC
3250 # Extract the first word of "gcc", so it can be a program name with args.
3251 set dummy gcc; ac_word=$2
3252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3253 $as_echo_n "checking for $ac_word... " >&6; }
3254 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3255 $as_echo_n "(cached) " >&6
3256 else
3257 if test -n "$ac_ct_CC"; then
3258 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3259 else
3260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3261 for as_dir in $PATH
3262 do
3263 IFS=$as_save_IFS
3264 test -z "$as_dir" && as_dir=.
3265 for ac_exec_ext in '' $ac_executable_extensions; do
3266 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3267 ac_cv_prog_ac_ct_CC="gcc"
3268 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3269 break 2
3270 fi
3271 done
3272 done
3273 IFS=$as_save_IFS
3274
3275 fi
3276 fi
3277 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3278 if test -n "$ac_ct_CC"; then
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3280 $as_echo "$ac_ct_CC" >&6; }
3281 else
3282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3283 $as_echo "no" >&6; }
3284 fi
3285
3286 if test "x$ac_ct_CC" = x; then
3287 CC=""
3288 else
3289 case $cross_compiling:$ac_tool_warned in
3290 yes:)
3291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3293 ac_tool_warned=yes ;;
3294 esac
3295 CC=$ac_ct_CC
3296 fi
3297 else
3298 CC="$ac_cv_prog_CC"
3299 fi
3300
3301 if test -z "$CC"; then
3302 if test -n "$ac_tool_prefix"; then
3303 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3304 set dummy ${ac_tool_prefix}cc; ac_word=$2
3305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3306 $as_echo_n "checking for $ac_word... " >&6; }
3307 if ${ac_cv_prog_CC+:} false; then :
3308 $as_echo_n "(cached) " >&6
3309 else
3310 if test -n "$CC"; then
3311 ac_cv_prog_CC="$CC" # Let the user override the test.
3312 else
3313 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3314 for as_dir in $PATH
3315 do
3316 IFS=$as_save_IFS
3317 test -z "$as_dir" && as_dir=.
3318 for ac_exec_ext in '' $ac_executable_extensions; do
3319 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3320 ac_cv_prog_CC="${ac_tool_prefix}cc"
3321 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3322 break 2
3323 fi
3324 done
3325 done
3326 IFS=$as_save_IFS
3327
3328 fi
3329 fi
3330 CC=$ac_cv_prog_CC
3331 if test -n "$CC"; then
3332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3333 $as_echo "$CC" >&6; }
3334 else
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3336 $as_echo "no" >&6; }
3337 fi
3338
3339
3340 fi
3341 fi
3342 if test -z "$CC"; then
3343 # Extract the first word of "cc", so it can be a program name with args.
3344 set dummy cc; ac_word=$2
3345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3346 $as_echo_n "checking for $ac_word... " >&6; }
3347 if ${ac_cv_prog_CC+:} false; then :
3348 $as_echo_n "(cached) " >&6
3349 else
3350 if test -n "$CC"; then
3351 ac_cv_prog_CC="$CC" # Let the user override the test.
3352 else
3353 ac_prog_rejected=no
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 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3362 ac_prog_rejected=yes
3363 continue
3364 fi
3365 ac_cv_prog_CC="cc"
3366 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3367 break 2
3368 fi
3369 done
3370 done
3371 IFS=$as_save_IFS
3372
3373 if test $ac_prog_rejected = yes; then
3374 # We found a bogon in the path, so make sure we never use it.
3375 set dummy $ac_cv_prog_CC
3376 shift
3377 if test $# != 0; then
3378 # We chose a different compiler from the bogus one.
3379 # However, it has the same basename, so the bogon will be chosen
3380 # first if we set CC to just the basename; use the full file name.
3381 shift
3382 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3383 fi
3384 fi
3385 fi
3386 fi
3387 CC=$ac_cv_prog_CC
3388 if test -n "$CC"; then
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3390 $as_echo "$CC" >&6; }
3391 else
3392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3393 $as_echo "no" >&6; }
3394 fi
3395
3396
3397 fi
3398 if test -z "$CC"; then
3399 if test -n "$ac_tool_prefix"; then
3400 for ac_prog in cl.exe
3401 do
3402 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3403 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3405 $as_echo_n "checking for $ac_word... " >&6; }
3406 if ${ac_cv_prog_CC+:} false; then :
3407 $as_echo_n "(cached) " >&6
3408 else
3409 if test -n "$CC"; then
3410 ac_cv_prog_CC="$CC" # Let the user override the test.
3411 else
3412 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3413 for as_dir in $PATH
3414 do
3415 IFS=$as_save_IFS
3416 test -z "$as_dir" && as_dir=.
3417 for ac_exec_ext in '' $ac_executable_extensions; do
3418 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3419 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3420 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3421 break 2
3422 fi
3423 done
3424 done
3425 IFS=$as_save_IFS
3426
3427 fi
3428 fi
3429 CC=$ac_cv_prog_CC
3430 if test -n "$CC"; then
3431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3432 $as_echo "$CC" >&6; }
3433 else
3434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3435 $as_echo "no" >&6; }
3436 fi
3437
3438
3439 test -n "$CC" && break
3440 done
3441 fi
3442 if test -z "$CC"; then
3443 ac_ct_CC=$CC
3444 for ac_prog in cl.exe
3445 do
3446 # Extract the first word of "$ac_prog", so it can be a program name with args.
3447 set dummy $ac_prog; ac_word=$2
3448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3449 $as_echo_n "checking for $ac_word... " >&6; }
3450 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3451 $as_echo_n "(cached) " >&6
3452 else
3453 if test -n "$ac_ct_CC"; then
3454 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3455 else
3456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3457 for as_dir in $PATH
3458 do
3459 IFS=$as_save_IFS
3460 test -z "$as_dir" && as_dir=.
3461 for ac_exec_ext in '' $ac_executable_extensions; do
3462 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3463 ac_cv_prog_ac_ct_CC="$ac_prog"
3464 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3465 break 2
3466 fi
3467 done
3468 done
3469 IFS=$as_save_IFS
3470
3471 fi
3472 fi
3473 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3474 if test -n "$ac_ct_CC"; then
3475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3476 $as_echo "$ac_ct_CC" >&6; }
3477 else
3478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3479 $as_echo "no" >&6; }
3480 fi
3481
3482
3483 test -n "$ac_ct_CC" && break
3484 done
3485
3486 if test "x$ac_ct_CC" = x; then
3487 CC=""
3488 else
3489 case $cross_compiling:$ac_tool_warned in
3490 yes:)
3491 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3492 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3493 ac_tool_warned=yes ;;
3494 esac
3495 CC=$ac_ct_CC
3496 fi
3497 fi
3498
3499 fi
3500
3501
3502 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3503 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3504 as_fn_error $? "no acceptable C compiler found in \$PATH
3505 See \`config.log' for more details" "$LINENO" 5; }
3506
3507 # Provide some information about the compiler.
3508 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3509 set X $ac_compile
3510 ac_compiler=$2
3511 for ac_option in --version -v -V -qversion; do
3512 { { ac_try="$ac_compiler $ac_option >&5"
3513 case "(($ac_try" in
3514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3515 *) ac_try_echo=$ac_try;;
3516 esac
3517 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3518 $as_echo "$ac_try_echo"; } >&5
3519 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3520 ac_status=$?
3521 if test -s conftest.err; then
3522 sed '10a\
3523 ... rest of stderr output deleted ...
3524 10q' conftest.err >conftest.er1
3525 cat conftest.er1 >&5
3526 fi
3527 rm -f conftest.er1 conftest.err
3528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3529 test $ac_status = 0; }
3530 done
3531
3532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3533 /* end confdefs.h. */
3534
3535 int
3536 main ()
3537 {
3538
3539 ;
3540 return 0;
3541 }
3542 _ACEOF
3543 ac_clean_files_save=$ac_clean_files
3544 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3545 # Try to create an executable without -o first, disregard a.out.
3546 # It will help us diagnose broken compilers, and finding out an intuition
3547 # of exeext.
3548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3549 $as_echo_n "checking whether the C compiler works... " >&6; }
3550 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3551
3552 # The possible output files:
3553 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3554
3555 ac_rmfiles=
3556 for ac_file in $ac_files
3557 do
3558 case $ac_file in
3559 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3560 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3561 esac
3562 done
3563 rm -f $ac_rmfiles
3564
3565 if { { ac_try="$ac_link_default"
3566 case "(($ac_try" in
3567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3568 *) ac_try_echo=$ac_try;;
3569 esac
3570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3571 $as_echo "$ac_try_echo"; } >&5
3572 (eval "$ac_link_default") 2>&5
3573 ac_status=$?
3574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3575 test $ac_status = 0; }; then :
3576 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3577 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3578 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3579 # so that the user can short-circuit this test for compilers unknown to
3580 # Autoconf.
3581 for ac_file in $ac_files ''
3582 do
3583 test -f "$ac_file" || continue
3584 case $ac_file in
3585 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3586 ;;
3587 [ab].out )
3588 # We found the default executable, but exeext='' is most
3589 # certainly right.
3590 break;;
3591 *.* )
3592 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3593 then :; else
3594 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3595 fi
3596 # We set ac_cv_exeext here because the later test for it is not
3597 # safe: cross compilers may not add the suffix if given an `-o'
3598 # argument, so we may need to know it at that point already.
3599 # Even if this section looks crufty: it has the advantage of
3600 # actually working.
3601 break;;
3602 * )
3603 break;;
3604 esac
3605 done
3606 test "$ac_cv_exeext" = no && ac_cv_exeext=
3607
3608 else
3609 ac_file=''
3610 fi
3611 if test -z "$ac_file"; then :
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3613 $as_echo "no" >&6; }
3614 $as_echo "$as_me: failed program was:" >&5
3615 sed 's/^/| /' conftest.$ac_ext >&5
3616
3617 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3618 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3619 as_fn_error 77 "C compiler cannot create executables
3620 See \`config.log' for more details" "$LINENO" 5; }
3621 else
3622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3623 $as_echo "yes" >&6; }
3624 fi
3625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3626 $as_echo_n "checking for C compiler default output file name... " >&6; }
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3628 $as_echo "$ac_file" >&6; }
3629 ac_exeext=$ac_cv_exeext
3630
3631 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3632 ac_clean_files=$ac_clean_files_save
3633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3634 $as_echo_n "checking for suffix of executables... " >&6; }
3635 if { { ac_try="$ac_link"
3636 case "(($ac_try" in
3637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3638 *) ac_try_echo=$ac_try;;
3639 esac
3640 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3641 $as_echo "$ac_try_echo"; } >&5
3642 (eval "$ac_link") 2>&5
3643 ac_status=$?
3644 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3645 test $ac_status = 0; }; then :
3646 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3647 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3648 # work properly (i.e., refer to `conftest.exe'), while it won't with
3649 # `rm'.
3650 for ac_file in conftest.exe conftest conftest.*; do
3651 test -f "$ac_file" || continue
3652 case $ac_file in
3653 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3654 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3655 break;;
3656 * ) break;;
3657 esac
3658 done
3659 else
3660 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3661 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3662 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3663 See \`config.log' for more details" "$LINENO" 5; }
3664 fi
3665 rm -f conftest conftest$ac_cv_exeext
3666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3667 $as_echo "$ac_cv_exeext" >&6; }
3668
3669 rm -f conftest.$ac_ext
3670 EXEEXT=$ac_cv_exeext
3671 ac_exeext=$EXEEXT
3672 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3673 /* end confdefs.h. */
3674 #include <stdio.h>
3675 int
3676 main ()
3677 {
3678 FILE *f = fopen ("conftest.out", "w");
3679 return ferror (f) || fclose (f) != 0;
3680
3681 ;
3682 return 0;
3683 }
3684 _ACEOF
3685 ac_clean_files="$ac_clean_files conftest.out"
3686 # Check that the compiler produces executables we can run. If not, either
3687 # the compiler is broken, or we cross compile.
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3689 $as_echo_n "checking whether we are cross compiling... " >&6; }
3690 if test "$cross_compiling" != yes; then
3691 { { ac_try="$ac_link"
3692 case "(($ac_try" in
3693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3694 *) ac_try_echo=$ac_try;;
3695 esac
3696 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3697 $as_echo "$ac_try_echo"; } >&5
3698 (eval "$ac_link") 2>&5
3699 ac_status=$?
3700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3701 test $ac_status = 0; }
3702 if { ac_try='./conftest$ac_cv_exeext'
3703 { { case "(($ac_try" in
3704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3705 *) ac_try_echo=$ac_try;;
3706 esac
3707 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3708 $as_echo "$ac_try_echo"; } >&5
3709 (eval "$ac_try") 2>&5
3710 ac_status=$?
3711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3712 test $ac_status = 0; }; }; then
3713 cross_compiling=no
3714 else
3715 if test "$cross_compiling" = maybe; then
3716 cross_compiling=yes
3717 else
3718 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3719 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3720 as_fn_error $? "cannot run C compiled programs.
3721 If you meant to cross compile, use \`--host'.
3722 See \`config.log' for more details" "$LINENO" 5; }
3723 fi
3724 fi
3725 fi
3726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3727 $as_echo "$cross_compiling" >&6; }
3728
3729 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3730 ac_clean_files=$ac_clean_files_save
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3732 $as_echo_n "checking for suffix of object files... " >&6; }
3733 if ${ac_cv_objext+:} false; then :
3734 $as_echo_n "(cached) " >&6
3735 else
3736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3737 /* end confdefs.h. */
3738
3739 int
3740 main ()
3741 {
3742
3743 ;
3744 return 0;
3745 }
3746 _ACEOF
3747 rm -f conftest.o conftest.obj
3748 if { { ac_try="$ac_compile"
3749 case "(($ac_try" in
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3752 esac
3753 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3754 $as_echo "$ac_try_echo"; } >&5
3755 (eval "$ac_compile") 2>&5
3756 ac_status=$?
3757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3758 test $ac_status = 0; }; then :
3759 for ac_file in conftest.o conftest.obj conftest.*; do
3760 test -f "$ac_file" || continue;
3761 case $ac_file in
3762 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3763 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3764 break;;
3765 esac
3766 done
3767 else
3768 $as_echo "$as_me: failed program was:" >&5
3769 sed 's/^/| /' conftest.$ac_ext >&5
3770
3771 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3772 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3773 as_fn_error $? "cannot compute suffix of object files: cannot compile
3774 See \`config.log' for more details" "$LINENO" 5; }
3775 fi
3776 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3777 fi
3778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3779 $as_echo "$ac_cv_objext" >&6; }
3780 OBJEXT=$ac_cv_objext
3781 ac_objext=$OBJEXT
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3783 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3784 if ${ac_cv_c_compiler_gnu+:} false; then :
3785 $as_echo_n "(cached) " >&6
3786 else
3787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3788 /* end confdefs.h. */
3789
3790 int
3791 main ()
3792 {
3793 #ifndef __GNUC__
3794 choke me
3795 #endif
3796
3797 ;
3798 return 0;
3799 }
3800 _ACEOF
3801 if ac_fn_c_try_compile "$LINENO"; then :
3802 ac_compiler_gnu=yes
3803 else
3804 ac_compiler_gnu=no
3805 fi
3806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3807 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3808
3809 fi
3810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3811 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3812 if test $ac_compiler_gnu = yes; then
3813 GCC=yes
3814 else
3815 GCC=
3816 fi
3817 ac_test_CFLAGS=${CFLAGS+set}
3818 ac_save_CFLAGS=$CFLAGS
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3820 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3821 if ${ac_cv_prog_cc_g+:} false; then :
3822 $as_echo_n "(cached) " >&6
3823 else
3824 ac_save_c_werror_flag=$ac_c_werror_flag
3825 ac_c_werror_flag=yes
3826 ac_cv_prog_cc_g=no
3827 CFLAGS="-g"
3828 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3829 /* end confdefs.h. */
3830
3831 int
3832 main ()
3833 {
3834
3835 ;
3836 return 0;
3837 }
3838 _ACEOF
3839 if ac_fn_c_try_compile "$LINENO"; then :
3840 ac_cv_prog_cc_g=yes
3841 else
3842 CFLAGS=""
3843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3844 /* end confdefs.h. */
3845
3846 int
3847 main ()
3848 {
3849
3850 ;
3851 return 0;
3852 }
3853 _ACEOF
3854 if ac_fn_c_try_compile "$LINENO"; then :
3855
3856 else
3857 ac_c_werror_flag=$ac_save_c_werror_flag
3858 CFLAGS="-g"
3859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3860 /* end confdefs.h. */
3861
3862 int
3863 main ()
3864 {
3865
3866 ;
3867 return 0;
3868 }
3869 _ACEOF
3870 if ac_fn_c_try_compile "$LINENO"; then :
3871 ac_cv_prog_cc_g=yes
3872 fi
3873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3874 fi
3875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3876 fi
3877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3878 ac_c_werror_flag=$ac_save_c_werror_flag
3879 fi
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3881 $as_echo "$ac_cv_prog_cc_g" >&6; }
3882 if test "$ac_test_CFLAGS" = set; then
3883 CFLAGS=$ac_save_CFLAGS
3884 elif test $ac_cv_prog_cc_g = yes; then
3885 if test "$GCC" = yes; then
3886 CFLAGS="-g -O2"
3887 else
3888 CFLAGS="-g"
3889 fi
3890 else
3891 if test "$GCC" = yes; then
3892 CFLAGS="-O2"
3893 else
3894 CFLAGS=
3895 fi
3896 fi
3897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3898 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3899 if ${ac_cv_prog_cc_c89+:} false; then :
3900 $as_echo_n "(cached) " >&6
3901 else
3902 ac_cv_prog_cc_c89=no
3903 ac_save_CC=$CC
3904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3905 /* end confdefs.h. */
3906 #include <stdarg.h>
3907 #include <stdio.h>
3908 struct stat;
3909 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3910 struct buf { int x; };
3911 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3912 static char *e (p, i)
3913 char **p;
3914 int i;
3915 {
3916 return p[i];
3917 }
3918 static char *f (char * (*g) (char **, int), char **p, ...)
3919 {
3920 char *s;
3921 va_list v;
3922 va_start (v,p);
3923 s = g (p, va_arg (v,int));
3924 va_end (v);
3925 return s;
3926 }
3927
3928 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3929 function prototypes and stuff, but not '\xHH' hex character constants.
3930 These don't provoke an error unfortunately, instead are silently treated
3931 as 'x'. The following induces an error, until -std is added to get
3932 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3933 array size at least. It's necessary to write '\x00'==0 to get something
3934 that's true only with -std. */
3935 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3936
3937 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3938 inside strings and character constants. */
3939 #define FOO(x) 'x'
3940 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3941
3942 int test (int i, double x);
3943 struct s1 {int (*f) (int a);};
3944 struct s2 {int (*f) (double a);};
3945 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3946 int argc;
3947 char **argv;
3948 int
3949 main ()
3950 {
3951 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3952 ;
3953 return 0;
3954 }
3955 _ACEOF
3956 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3957 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3958 do
3959 CC="$ac_save_CC $ac_arg"
3960 if ac_fn_c_try_compile "$LINENO"; then :
3961 ac_cv_prog_cc_c89=$ac_arg
3962 fi
3963 rm -f core conftest.err conftest.$ac_objext
3964 test "x$ac_cv_prog_cc_c89" != "xno" && break
3965 done
3966 rm -f conftest.$ac_ext
3967 CC=$ac_save_CC
3968
3969 fi
3970 # AC_CACHE_VAL
3971 case "x$ac_cv_prog_cc_c89" in
3972 x)
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3974 $as_echo "none needed" >&6; } ;;
3975 xno)
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3977 $as_echo "unsupported" >&6; } ;;
3978 *)
3979 CC="$CC $ac_cv_prog_cc_c89"
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3981 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3982 esac
3983 if test "x$ac_cv_prog_cc_c89" != xno; then :
3984
3985 fi
3986
3987 ac_ext=c
3988 ac_cpp='$CPP $CPPFLAGS'
3989 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3990 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3991 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3992
3993 ac_ext=c
3994 ac_cpp='$CPP $CPPFLAGS'
3995 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3996 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3997 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3999 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4000 if ${am_cv_prog_cc_c_o+:} false; then :
4001 $as_echo_n "(cached) " >&6
4002 else
4003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4004 /* end confdefs.h. */
4005
4006 int
4007 main ()
4008 {
4009
4010 ;
4011 return 0;
4012 }
4013 _ACEOF
4014 # Make sure it works both with $CC and with simple cc.
4015 # Following AC_PROG_CC_C_O, we do the test twice because some
4016 # compilers refuse to overwrite an existing .o file with -o,
4017 # though they will create one.
4018 am_cv_prog_cc_c_o=yes
4019 for am_i in 1 2; do
4020 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4021 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4022 ac_status=$?
4023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4024 (exit $ac_status); } \
4025 && test -f conftest2.$ac_objext; then
4026 : OK
4027 else
4028 am_cv_prog_cc_c_o=no
4029 break
4030 fi
4031 done
4032 rm -f core conftest*
4033 unset am_i
4034 fi
4035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4036 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4037 if test "$am_cv_prog_cc_c_o" != yes; then
4038 # Losing compiler, so override with the script.
4039 # FIXME: It is wrong to rewrite CC.
4040 # But if we don't then we get into trouble of one sort or another.
4041 # A longer-term fix would be to have automake use am__CC in this case,
4042 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4043 CC="$am_aux_dir/compile $CC"
4044 fi
4045 ac_ext=c
4046 ac_cpp='$CPP $CPPFLAGS'
4047 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4048 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4049 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4050
4051 DEPDIR="${am__leading_dot}deps"
4052
4053 ac_config_commands="$ac_config_commands depfiles"
4054
4055
4056 am_make=${MAKE-make}
4057 cat > confinc << 'END'
4058 am__doit:
4059 @echo this is the am__doit target
4060 .PHONY: am__doit
4061 END
4062 # If we don't find an include directive, just comment out the code.
4063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4064 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4065 am__include="#"
4066 am__quote=
4067 _am_result=none
4068 # First try GNU make style include.
4069 echo "include confinc" > confmf
4070 # Ignore all kinds of additional output from 'make'.
4071 case `$am_make -s -f confmf 2> /dev/null` in #(
4072 *the\ am__doit\ target*)
4073 am__include=include
4074 am__quote=
4075 _am_result=GNU
4076 ;;
4077 esac
4078 # Now try BSD make style include.
4079 if test "$am__include" = "#"; then
4080 echo '.include "confinc"' > confmf
4081 case `$am_make -s -f confmf 2> /dev/null` in #(
4082 *the\ am__doit\ target*)
4083 am__include=.include
4084 am__quote="\""
4085 _am_result=BSD
4086 ;;
4087 esac
4088 fi
4089
4090
4091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4092 $as_echo "$_am_result" >&6; }
4093 rm -f confinc confmf
4094
4095 # Check whether --enable-dependency-tracking was given.
4096 if test "${enable_dependency_tracking+set}" = set; then :
4097 enableval=$enable_dependency_tracking;
4098 fi
4099
4100 if test "x$enable_dependency_tracking" != xno; then
4101 am_depcomp="$ac_aux_dir/depcomp"
4102 AMDEPBACKSLASH='\'
4103 am__nodep='_no'
4104 fi
4105 if test "x$enable_dependency_tracking" != xno; then
4106 AMDEP_TRUE=
4107 AMDEP_FALSE='#'
4108 else
4109 AMDEP_TRUE='#'
4110 AMDEP_FALSE=
4111 fi
4112
4113
4114
4115 depcc="$CC" am_compiler_list=
4116
4117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4118 $as_echo_n "checking dependency style of $depcc... " >&6; }
4119 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4120 $as_echo_n "(cached) " >&6
4121 else
4122 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4123 # We make a subdir and do the tests there. Otherwise we can end up
4124 # making bogus files that we don't know about and never remove. For
4125 # instance it was reported that on HP-UX the gcc test will end up
4126 # making a dummy file named 'D' -- because '-MD' means "put the output
4127 # in D".
4128 rm -rf conftest.dir
4129 mkdir conftest.dir
4130 # Copy depcomp to subdir because otherwise we won't find it if we're
4131 # using a relative directory.
4132 cp "$am_depcomp" conftest.dir
4133 cd conftest.dir
4134 # We will build objects and dependencies in a subdirectory because
4135 # it helps to detect inapplicable dependency modes. For instance
4136 # both Tru64's cc and ICC support -MD to output dependencies as a
4137 # side effect of compilation, but ICC will put the dependencies in
4138 # the current directory while Tru64 will put them in the object
4139 # directory.
4140 mkdir sub
4141
4142 am_cv_CC_dependencies_compiler_type=none
4143 if test "$am_compiler_list" = ""; then
4144 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4145 fi
4146 am__universal=false
4147 case " $depcc " in #(
4148 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4149 esac
4150
4151 for depmode in $am_compiler_list; do
4152 # Setup a source with many dependencies, because some compilers
4153 # like to wrap large dependency lists on column 80 (with \), and
4154 # we should not choose a depcomp mode which is confused by this.
4155 #
4156 # We need to recreate these files for each test, as the compiler may
4157 # overwrite some of them when testing with obscure command lines.
4158 # This happens at least with the AIX C compiler.
4159 : > sub/conftest.c
4160 for i in 1 2 3 4 5 6; do
4161 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4162 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4163 # Solaris 10 /bin/sh.
4164 echo '/* dummy */' > sub/conftst$i.h
4165 done
4166 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4167
4168 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4169 # mode. It turns out that the SunPro C++ compiler does not properly
4170 # handle '-M -o', and we need to detect this. Also, some Intel
4171 # versions had trouble with output in subdirs.
4172 am__obj=sub/conftest.${OBJEXT-o}
4173 am__minus_obj="-o $am__obj"
4174 case $depmode in
4175 gcc)
4176 # This depmode causes a compiler race in universal mode.
4177 test "$am__universal" = false || continue
4178 ;;
4179 nosideeffect)
4180 # After this tag, mechanisms are not by side-effect, so they'll
4181 # only be used when explicitly requested.
4182 if test "x$enable_dependency_tracking" = xyes; then
4183 continue
4184 else
4185 break
4186 fi
4187 ;;
4188 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4189 # This compiler won't grok '-c -o', but also, the minuso test has
4190 # not run yet. These depmodes are late enough in the game, and
4191 # so weak that their functioning should not be impacted.
4192 am__obj=conftest.${OBJEXT-o}
4193 am__minus_obj=
4194 ;;
4195 none) break ;;
4196 esac
4197 if depmode=$depmode \
4198 source=sub/conftest.c object=$am__obj \
4199 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4200 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4201 >/dev/null 2>conftest.err &&
4202 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4203 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4204 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4205 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4206 # icc doesn't choke on unknown options, it will just issue warnings
4207 # or remarks (even with -Werror). So we grep stderr for any message
4208 # that says an option was ignored or not supported.
4209 # When given -MP, icc 7.0 and 7.1 complain thusly:
4210 # icc: Command line warning: ignoring option '-M'; no argument required
4211 # The diagnosis changed in icc 8.0:
4212 # icc: Command line remark: option '-MP' not supported
4213 if (grep 'ignoring option' conftest.err ||
4214 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4215 am_cv_CC_dependencies_compiler_type=$depmode
4216 break
4217 fi
4218 fi
4219 done
4220
4221 cd ..
4222 rm -rf conftest.dir
4223 else
4224 am_cv_CC_dependencies_compiler_type=none
4225 fi
4226
4227 fi
4228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4229 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4230 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4231
4232 if
4233 test "x$enable_dependency_tracking" != xno \
4234 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4235 am__fastdepCC_TRUE=
4236 am__fastdepCC_FALSE='#'
4237 else
4238 am__fastdepCC_TRUE='#'
4239 am__fastdepCC_FALSE=
4240 fi
4241
4242
4243
4244 ac_ext=c
4245 ac_cpp='$CPP $CPPFLAGS'
4246 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4247 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4248 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4250 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4251 # On Suns, sometimes $CPP names a directory.
4252 if test -n "$CPP" && test -d "$CPP"; then
4253 CPP=
4254 fi
4255 if test -z "$CPP"; then
4256 if ${ac_cv_prog_CPP+:} false; then :
4257 $as_echo_n "(cached) " >&6
4258 else
4259 # Double quotes because CPP needs to be expanded
4260 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4261 do
4262 ac_preproc_ok=false
4263 for ac_c_preproc_warn_flag in '' yes
4264 do
4265 # Use a header file that comes with gcc, so configuring glibc
4266 # with a fresh cross-compiler works.
4267 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4268 # <limits.h> exists even on freestanding compilers.
4269 # On the NeXT, cc -E runs the code through the compiler's parser,
4270 # not just through cpp. "Syntax error" is here to catch this case.
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4273 #ifdef __STDC__
4274 # include <limits.h>
4275 #else
4276 # include <assert.h>
4277 #endif
4278 Syntax error
4279 _ACEOF
4280 if ac_fn_c_try_cpp "$LINENO"; then :
4281
4282 else
4283 # Broken: fails on valid input.
4284 continue
4285 fi
4286 rm -f conftest.err conftest.i conftest.$ac_ext
4287
4288 # OK, works on sane cases. Now check whether nonexistent headers
4289 # can be detected and how.
4290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4291 /* end confdefs.h. */
4292 #include <ac_nonexistent.h>
4293 _ACEOF
4294 if ac_fn_c_try_cpp "$LINENO"; then :
4295 # Broken: success on invalid input.
4296 continue
4297 else
4298 # Passes both tests.
4299 ac_preproc_ok=:
4300 break
4301 fi
4302 rm -f conftest.err conftest.i conftest.$ac_ext
4303
4304 done
4305 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4306 rm -f conftest.i conftest.err conftest.$ac_ext
4307 if $ac_preproc_ok; then :
4308 break
4309 fi
4310
4311 done
4312 ac_cv_prog_CPP=$CPP
4313
4314 fi
4315 CPP=$ac_cv_prog_CPP
4316 else
4317 ac_cv_prog_CPP=$CPP
4318 fi
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4320 $as_echo "$CPP" >&6; }
4321 ac_preproc_ok=false
4322 for ac_c_preproc_warn_flag in '' yes
4323 do
4324 # Use a header file that comes with gcc, so configuring glibc
4325 # with a fresh cross-compiler works.
4326 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4327 # <limits.h> exists even on freestanding compilers.
4328 # On the NeXT, cc -E runs the code through the compiler's parser,
4329 # not just through cpp. "Syntax error" is here to catch this case.
4330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4331 /* end confdefs.h. */
4332 #ifdef __STDC__
4333 # include <limits.h>
4334 #else
4335 # include <assert.h>
4336 #endif
4337 Syntax error
4338 _ACEOF
4339 if ac_fn_c_try_cpp "$LINENO"; then :
4340
4341 else
4342 # Broken: fails on valid input.
4343 continue
4344 fi
4345 rm -f conftest.err conftest.i conftest.$ac_ext
4346
4347 # OK, works on sane cases. Now check whether nonexistent headers
4348 # can be detected and how.
4349 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4350 /* end confdefs.h. */
4351 #include <ac_nonexistent.h>
4352 _ACEOF
4353 if ac_fn_c_try_cpp "$LINENO"; then :
4354 # Broken: success on invalid input.
4355 continue
4356 else
4357 # Passes both tests.
4358 ac_preproc_ok=:
4359 break
4360 fi
4361 rm -f conftest.err conftest.i conftest.$ac_ext
4362
4363 done
4364 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4365 rm -f conftest.i conftest.err conftest.$ac_ext
4366 if $ac_preproc_ok; then :
4367
4368 else
4369 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4370 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4371 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4372 See \`config.log' for more details" "$LINENO" 5; }
4373 fi
4374
4375 ac_ext=c
4376 ac_cpp='$CPP $CPPFLAGS'
4377 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4378 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4379 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4380
4381
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4383 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4384 if ${ac_cv_path_GREP+:} false; then :
4385 $as_echo_n "(cached) " >&6
4386 else
4387 if test -z "$GREP"; then
4388 ac_path_GREP_found=false
4389 # Loop through the user's path and test for each of PROGNAME-LIST
4390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4392 do
4393 IFS=$as_save_IFS
4394 test -z "$as_dir" && as_dir=.
4395 for ac_prog in grep ggrep; do
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4398 as_fn_executable_p "$ac_path_GREP" || continue
4399 # Check for GNU ac_path_GREP and select it if it is found.
4400 # Check for GNU $ac_path_GREP
4401 case `"$ac_path_GREP" --version 2>&1` in
4402 *GNU*)
4403 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4404 *)
4405 ac_count=0
4406 $as_echo_n 0123456789 >"conftest.in"
4407 while :
4408 do
4409 cat "conftest.in" "conftest.in" >"conftest.tmp"
4410 mv "conftest.tmp" "conftest.in"
4411 cp "conftest.in" "conftest.nl"
4412 $as_echo 'GREP' >> "conftest.nl"
4413 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4414 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4415 as_fn_arith $ac_count + 1 && ac_count=$as_val
4416 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4417 # Best one so far, save it but keep looking for a better one
4418 ac_cv_path_GREP="$ac_path_GREP"
4419 ac_path_GREP_max=$ac_count
4420 fi
4421 # 10*(2^10) chars as input seems more than enough
4422 test $ac_count -gt 10 && break
4423 done
4424 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4425 esac
4426
4427 $ac_path_GREP_found && break 3
4428 done
4429 done
4430 done
4431 IFS=$as_save_IFS
4432 if test -z "$ac_cv_path_GREP"; then
4433 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4434 fi
4435 else
4436 ac_cv_path_GREP=$GREP
4437 fi
4438
4439 fi
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4441 $as_echo "$ac_cv_path_GREP" >&6; }
4442 GREP="$ac_cv_path_GREP"
4443
4444
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4446 $as_echo_n "checking for egrep... " >&6; }
4447 if ${ac_cv_path_EGREP+:} false; then :
4448 $as_echo_n "(cached) " >&6
4449 else
4450 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4451 then ac_cv_path_EGREP="$GREP -E"
4452 else
4453 if test -z "$EGREP"; then
4454 ac_path_EGREP_found=false
4455 # Loop through the user's path and test for each of PROGNAME-LIST
4456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4457 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4458 do
4459 IFS=$as_save_IFS
4460 test -z "$as_dir" && as_dir=.
4461 for ac_prog in egrep; do
4462 for ac_exec_ext in '' $ac_executable_extensions; do
4463 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4464 as_fn_executable_p "$ac_path_EGREP" || continue
4465 # Check for GNU ac_path_EGREP and select it if it is found.
4466 # Check for GNU $ac_path_EGREP
4467 case `"$ac_path_EGREP" --version 2>&1` in
4468 *GNU*)
4469 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4470 *)
4471 ac_count=0
4472 $as_echo_n 0123456789 >"conftest.in"
4473 while :
4474 do
4475 cat "conftest.in" "conftest.in" >"conftest.tmp"
4476 mv "conftest.tmp" "conftest.in"
4477 cp "conftest.in" "conftest.nl"
4478 $as_echo 'EGREP' >> "conftest.nl"
4479 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4480 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4481 as_fn_arith $ac_count + 1 && ac_count=$as_val
4482 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4483 # Best one so far, save it but keep looking for a better one
4484 ac_cv_path_EGREP="$ac_path_EGREP"
4485 ac_path_EGREP_max=$ac_count
4486 fi
4487 # 10*(2^10) chars as input seems more than enough
4488 test $ac_count -gt 10 && break
4489 done
4490 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4491 esac
4492
4493 $ac_path_EGREP_found && break 3
4494 done
4495 done
4496 done
4497 IFS=$as_save_IFS
4498 if test -z "$ac_cv_path_EGREP"; then
4499 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4500 fi
4501 else
4502 ac_cv_path_EGREP=$EGREP
4503 fi
4504
4505 fi
4506 fi
4507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4508 $as_echo "$ac_cv_path_EGREP" >&6; }
4509 EGREP="$ac_cv_path_EGREP"
4510
4511
4512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4513 $as_echo_n "checking for ANSI C header files... " >&6; }
4514 if ${ac_cv_header_stdc+:} false; then :
4515 $as_echo_n "(cached) " >&6
4516 else
4517 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4518 /* end confdefs.h. */
4519 #include <stdlib.h>
4520 #include <stdarg.h>
4521 #include <string.h>
4522 #include <float.h>
4523
4524 int
4525 main ()
4526 {
4527
4528 ;
4529 return 0;
4530 }
4531 _ACEOF
4532 if ac_fn_c_try_compile "$LINENO"; then :
4533 ac_cv_header_stdc=yes
4534 else
4535 ac_cv_header_stdc=no
4536 fi
4537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4538
4539 if test $ac_cv_header_stdc = yes; then
4540 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4542 /* end confdefs.h. */
4543 #include <string.h>
4544
4545 _ACEOF
4546 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4547 $EGREP "memchr" >/dev/null 2>&1; then :
4548
4549 else
4550 ac_cv_header_stdc=no
4551 fi
4552 rm -f conftest*
4553
4554 fi
4555
4556 if test $ac_cv_header_stdc = yes; then
4557 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4559 /* end confdefs.h. */
4560 #include <stdlib.h>
4561
4562 _ACEOF
4563 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4564 $EGREP "free" >/dev/null 2>&1; then :
4565
4566 else
4567 ac_cv_header_stdc=no
4568 fi
4569 rm -f conftest*
4570
4571 fi
4572
4573 if test $ac_cv_header_stdc = yes; then
4574 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4575 if test "$cross_compiling" = yes; then :
4576 :
4577 else
4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4579 /* end confdefs.h. */
4580 #include <ctype.h>
4581 #include <stdlib.h>
4582 #if ((' ' & 0x0FF) == 0x020)
4583 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4584 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4585 #else
4586 # define ISLOWER(c) \
4587 (('a' <= (c) && (c) <= 'i') \
4588 || ('j' <= (c) && (c) <= 'r') \
4589 || ('s' <= (c) && (c) <= 'z'))
4590 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4591 #endif
4592
4593 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4594 int
4595 main ()
4596 {
4597 int i;
4598 for (i = 0; i < 256; i++)
4599 if (XOR (islower (i), ISLOWER (i))
4600 || toupper (i) != TOUPPER (i))
4601 return 2;
4602 return 0;
4603 }
4604 _ACEOF
4605 if ac_fn_c_try_run "$LINENO"; then :
4606
4607 else
4608 ac_cv_header_stdc=no
4609 fi
4610 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4611 conftest.$ac_objext conftest.beam conftest.$ac_ext
4612 fi
4613
4614 fi
4615 fi
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4617 $as_echo "$ac_cv_header_stdc" >&6; }
4618 if test $ac_cv_header_stdc = yes; then
4619
4620 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4621
4622 fi
4623
4624 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4625 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4626 inttypes.h stdint.h unistd.h
4627 do :
4628 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4629 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4630 "
4631 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4632 cat >>confdefs.h <<_ACEOF
4633 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4634 _ACEOF
4635
4636 fi
4637
4638 done
4639
4640
4641
4642 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4643 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4644 MINIX=yes
4645 else
4646 MINIX=
4647 fi
4648
4649
4650 if test "$MINIX" = yes; then
4651
4652 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4653
4654
4655 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4656
4657
4658 $as_echo "#define _MINIX 1" >>confdefs.h
4659
4660 fi
4661
4662
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4664 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4665 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4666 $as_echo_n "(cached) " >&6
4667 else
4668 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4669 /* end confdefs.h. */
4670
4671 # define __EXTENSIONS__ 1
4672 $ac_includes_default
4673 int
4674 main ()
4675 {
4676
4677 ;
4678 return 0;
4679 }
4680 _ACEOF
4681 if ac_fn_c_try_compile "$LINENO"; then :
4682 ac_cv_safe_to_define___extensions__=yes
4683 else
4684 ac_cv_safe_to_define___extensions__=no
4685 fi
4686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4687 fi
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4689 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4690 test $ac_cv_safe_to_define___extensions__ = yes &&
4691 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4692
4693 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4694
4695 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4696
4697 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4698
4699 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4700
4701
4702
4703
4704
4705 case `pwd` in
4706 *\ * | *\ *)
4707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4708 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4709 esac
4710
4711
4712
4713 macro_version='2.2.7a'
4714 macro_revision='1.3134'
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728 ltmain="$ac_aux_dir/ltmain.sh"
4729
4730 # Backslashify metacharacters that are still active within
4731 # double-quoted strings.
4732 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4733
4734 # Same as above, but do not quote variable references.
4735 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4736
4737 # Sed substitution to delay expansion of an escaped shell variable in a
4738 # double_quote_subst'ed string.
4739 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4740
4741 # Sed substitution to delay expansion of an escaped single quote.
4742 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4743
4744 # Sed substitution to avoid accidental globbing in evaled expressions
4745 no_glob_subst='s/\*/\\\*/g'
4746
4747 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4748 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4749 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4750
4751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4752 $as_echo_n "checking how to print strings... " >&6; }
4753 # Test print first, because it will be a builtin if present.
4754 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4755 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4756 ECHO='print -r --'
4757 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4758 ECHO='printf %s\n'
4759 else
4760 # Use this function as a fallback that always works.
4761 func_fallback_echo ()
4762 {
4763 eval 'cat <<_LTECHO_EOF
4764 $1
4765 _LTECHO_EOF'
4766 }
4767 ECHO='func_fallback_echo'
4768 fi
4769
4770 # func_echo_all arg...
4771 # Invoke $ECHO with all args, space-separated.
4772 func_echo_all ()
4773 {
4774 $ECHO ""
4775 }
4776
4777 case "$ECHO" in
4778 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4779 $as_echo "printf" >&6; } ;;
4780 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4781 $as_echo "print -r" >&6; } ;;
4782 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4783 $as_echo "cat" >&6; } ;;
4784 esac
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4800 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4801 if ${ac_cv_path_SED+:} false; then :
4802 $as_echo_n "(cached) " >&6
4803 else
4804 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4805 for ac_i in 1 2 3 4 5 6 7; do
4806 ac_script="$ac_script$as_nl$ac_script"
4807 done
4808 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4809 { ac_script=; unset ac_script;}
4810 if test -z "$SED"; then
4811 ac_path_SED_found=false
4812 # Loop through the user's path and test for each of PROGNAME-LIST
4813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4814 for as_dir in $PATH
4815 do
4816 IFS=$as_save_IFS
4817 test -z "$as_dir" && as_dir=.
4818 for ac_prog in sed gsed; do
4819 for ac_exec_ext in '' $ac_executable_extensions; do
4820 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4821 as_fn_executable_p "$ac_path_SED" || continue
4822 # Check for GNU ac_path_SED and select it if it is found.
4823 # Check for GNU $ac_path_SED
4824 case `"$ac_path_SED" --version 2>&1` in
4825 *GNU*)
4826 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4827 *)
4828 ac_count=0
4829 $as_echo_n 0123456789 >"conftest.in"
4830 while :
4831 do
4832 cat "conftest.in" "conftest.in" >"conftest.tmp"
4833 mv "conftest.tmp" "conftest.in"
4834 cp "conftest.in" "conftest.nl"
4835 $as_echo '' >> "conftest.nl"
4836 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4837 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4838 as_fn_arith $ac_count + 1 && ac_count=$as_val
4839 if test $ac_count -gt ${ac_path_SED_max-0}; then
4840 # Best one so far, save it but keep looking for a better one
4841 ac_cv_path_SED="$ac_path_SED"
4842 ac_path_SED_max=$ac_count
4843 fi
4844 # 10*(2^10) chars as input seems more than enough
4845 test $ac_count -gt 10 && break
4846 done
4847 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4848 esac
4849
4850 $ac_path_SED_found && break 3
4851 done
4852 done
4853 done
4854 IFS=$as_save_IFS
4855 if test -z "$ac_cv_path_SED"; then
4856 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4857 fi
4858 else
4859 ac_cv_path_SED=$SED
4860 fi
4861
4862 fi
4863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4864 $as_echo "$ac_cv_path_SED" >&6; }
4865 SED="$ac_cv_path_SED"
4866 rm -f conftest.sed
4867
4868 test -z "$SED" && SED=sed
4869 Xsed="$SED -e 1s/^X//"
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4882 $as_echo_n "checking for fgrep... " >&6; }
4883 if ${ac_cv_path_FGREP+:} false; then :
4884 $as_echo_n "(cached) " >&6
4885 else
4886 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4887 then ac_cv_path_FGREP="$GREP -F"
4888 else
4889 if test -z "$FGREP"; then
4890 ac_path_FGREP_found=false
4891 # Loop through the user's path and test for each of PROGNAME-LIST
4892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4893 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4894 do
4895 IFS=$as_save_IFS
4896 test -z "$as_dir" && as_dir=.
4897 for ac_prog in fgrep; do
4898 for ac_exec_ext in '' $ac_executable_extensions; do
4899 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4900 as_fn_executable_p "$ac_path_FGREP" || continue
4901 # Check for GNU ac_path_FGREP and select it if it is found.
4902 # Check for GNU $ac_path_FGREP
4903 case `"$ac_path_FGREP" --version 2>&1` in
4904 *GNU*)
4905 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4906 *)
4907 ac_count=0
4908 $as_echo_n 0123456789 >"conftest.in"
4909 while :
4910 do
4911 cat "conftest.in" "conftest.in" >"conftest.tmp"
4912 mv "conftest.tmp" "conftest.in"
4913 cp "conftest.in" "conftest.nl"
4914 $as_echo 'FGREP' >> "conftest.nl"
4915 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4916 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4917 as_fn_arith $ac_count + 1 && ac_count=$as_val
4918 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4919 # Best one so far, save it but keep looking for a better one
4920 ac_cv_path_FGREP="$ac_path_FGREP"
4921 ac_path_FGREP_max=$ac_count
4922 fi
4923 # 10*(2^10) chars as input seems more than enough
4924 test $ac_count -gt 10 && break
4925 done
4926 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4927 esac
4928
4929 $ac_path_FGREP_found && break 3
4930 done
4931 done
4932 done
4933 IFS=$as_save_IFS
4934 if test -z "$ac_cv_path_FGREP"; then
4935 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4936 fi
4937 else
4938 ac_cv_path_FGREP=$FGREP
4939 fi
4940
4941 fi
4942 fi
4943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4944 $as_echo "$ac_cv_path_FGREP" >&6; }
4945 FGREP="$ac_cv_path_FGREP"
4946
4947
4948 test -z "$GREP" && GREP=grep
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968 # Check whether --with-gnu-ld was given.
4969 if test "${with_gnu_ld+set}" = set; then :
4970 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4971 else
4972 with_gnu_ld=no
4973 fi
4974
4975 ac_prog=ld
4976 if test "$GCC" = yes; then
4977 # Check if gcc -print-prog-name=ld gives a path.
4978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4979 $as_echo_n "checking for ld used by $CC... " >&6; }
4980 case $host in
4981 *-*-mingw*)
4982 # gcc leaves a trailing carriage return which upsets mingw
4983 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4984 *)
4985 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4986 esac
4987 case $ac_prog in
4988 # Accept absolute paths.
4989 [\\/]* | ?:[\\/]*)
4990 re_direlt='/[^/][^/]*/\.\./'
4991 # Canonicalize the pathname of ld
4992 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4993 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4994 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4995 done
4996 test -z "$LD" && LD="$ac_prog"
4997 ;;
4998 "")
4999 # If it fails, then pretend we aren't using GCC.
5000 ac_prog=ld
5001 ;;
5002 *)
5003 # If it is relative, then search for the first ld in PATH.
5004 with_gnu_ld=unknown
5005 ;;
5006 esac
5007 elif test "$with_gnu_ld" = yes; then
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5009 $as_echo_n "checking for GNU ld... " >&6; }
5010 else
5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5012 $as_echo_n "checking for non-GNU ld... " >&6; }
5013 fi
5014 if ${lt_cv_path_LD+:} false; then :
5015 $as_echo_n "(cached) " >&6
5016 else
5017 if test -z "$LD"; then
5018 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5019 for ac_dir in $PATH; do
5020 IFS="$lt_save_ifs"
5021 test -z "$ac_dir" && ac_dir=.
5022 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5023 lt_cv_path_LD="$ac_dir/$ac_prog"
5024 # Check to see if the program is GNU ld. I'd rather use --version,
5025 # but apparently some variants of GNU ld only accept -v.
5026 # Break only if it was the GNU/non-GNU ld that we prefer.
5027 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5028 *GNU* | *'with BFD'*)
5029 test "$with_gnu_ld" != no && break
5030 ;;
5031 *)
5032 test "$with_gnu_ld" != yes && break
5033 ;;
5034 esac
5035 fi
5036 done
5037 IFS="$lt_save_ifs"
5038 else
5039 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5040 fi
5041 fi
5042
5043 LD="$lt_cv_path_LD"
5044 if test -n "$LD"; then
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5046 $as_echo "$LD" >&6; }
5047 else
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5049 $as_echo "no" >&6; }
5050 fi
5051 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5053 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5054 if ${lt_cv_prog_gnu_ld+:} false; then :
5055 $as_echo_n "(cached) " >&6
5056 else
5057 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5058 case `$LD -v 2>&1 </dev/null` in
5059 *GNU* | *'with BFD'*)
5060 lt_cv_prog_gnu_ld=yes
5061 ;;
5062 *)
5063 lt_cv_prog_gnu_ld=no
5064 ;;
5065 esac
5066 fi
5067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5068 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5069 with_gnu_ld=$lt_cv_prog_gnu_ld
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5080 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5081 if ${lt_cv_path_NM+:} false; then :
5082 $as_echo_n "(cached) " >&6
5083 else
5084 if test -n "$NM"; then
5085 # Let the user override the nm to test.
5086 lt_nm_to_check="$NM"
5087 else
5088 lt_nm_to_check="${ac_tool_prefix}nm"
5089 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5090 lt_nm_to_check="$lt_nm_to_check nm"
5091 fi
5092 fi
5093 for lt_tmp_nm in "$lt_nm_to_check"; do
5094 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5095 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5096 IFS="$lt_save_ifs"
5097 test -z "$ac_dir" && ac_dir=.
5098 # Strip out any user-provided options from the nm to test twice,
5099 # the first time to test to see if nm (rather than its options) has
5100 # an explicit path, the second time to yield a file which can be
5101 # nm'ed itself.
5102 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5103 case "$tmp_nm_path" in
5104 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5105 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5106 esac
5107 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5108 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5109 # Check to see if the nm accepts a BSD-compat flag.
5110 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5111 # nm: unknown option "B" ignored
5112 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5113 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5114 break
5115 ;;
5116 *)
5117 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5118 *$tmp_nm*)
5119 lt_cv_path_NM="$tmp_nm -p"
5120 break
5121 ;;
5122 *)
5123 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5124 continue # so that we can try to find one that supports BSD flags
5125 ;;
5126 esac
5127 ;;
5128 esac
5129 fi
5130 done
5131 IFS="$lt_save_ifs"
5132 done
5133 : ${lt_cv_path_NM=no}
5134 fi
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5136 $as_echo "$lt_cv_path_NM" >&6; }
5137 if test "$lt_cv_path_NM" != "no"; then
5138 NM="$lt_cv_path_NM"
5139 else
5140 # Didn't find any BSD compatible name lister, look for dumpbin.
5141 if test -n "$DUMPBIN"; then :
5142 # Let the user override the test.
5143 else
5144 if test -n "$ac_tool_prefix"; then
5145 for ac_prog in dumpbin "link -dump"
5146 do
5147 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5148 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5150 $as_echo_n "checking for $ac_word... " >&6; }
5151 if ${ac_cv_prog_DUMPBIN+:} false; then :
5152 $as_echo_n "(cached) " >&6
5153 else
5154 if test -n "$DUMPBIN"; then
5155 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5156 else
5157 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5158 for as_dir in $PATH
5159 do
5160 IFS=$as_save_IFS
5161 test -z "$as_dir" && as_dir=.
5162 for ac_exec_ext in '' $ac_executable_extensions; do
5163 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5164 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5165 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5166 break 2
5167 fi
5168 done
5169 done
5170 IFS=$as_save_IFS
5171
5172 fi
5173 fi
5174 DUMPBIN=$ac_cv_prog_DUMPBIN
5175 if test -n "$DUMPBIN"; then
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5177 $as_echo "$DUMPBIN" >&6; }
5178 else
5179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5180 $as_echo "no" >&6; }
5181 fi
5182
5183
5184 test -n "$DUMPBIN" && break
5185 done
5186 fi
5187 if test -z "$DUMPBIN"; then
5188 ac_ct_DUMPBIN=$DUMPBIN
5189 for ac_prog in dumpbin "link -dump"
5190 do
5191 # Extract the first word of "$ac_prog", so it can be a program name with args.
5192 set dummy $ac_prog; ac_word=$2
5193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5194 $as_echo_n "checking for $ac_word... " >&6; }
5195 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5196 $as_echo_n "(cached) " >&6
5197 else
5198 if test -n "$ac_ct_DUMPBIN"; then
5199 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5200 else
5201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5202 for as_dir in $PATH
5203 do
5204 IFS=$as_save_IFS
5205 test -z "$as_dir" && as_dir=.
5206 for ac_exec_ext in '' $ac_executable_extensions; do
5207 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5208 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5209 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5210 break 2
5211 fi
5212 done
5213 done
5214 IFS=$as_save_IFS
5215
5216 fi
5217 fi
5218 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5219 if test -n "$ac_ct_DUMPBIN"; then
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5221 $as_echo "$ac_ct_DUMPBIN" >&6; }
5222 else
5223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5224 $as_echo "no" >&6; }
5225 fi
5226
5227
5228 test -n "$ac_ct_DUMPBIN" && break
5229 done
5230
5231 if test "x$ac_ct_DUMPBIN" = x; then
5232 DUMPBIN=":"
5233 else
5234 case $cross_compiling:$ac_tool_warned in
5235 yes:)
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5238 ac_tool_warned=yes ;;
5239 esac
5240 DUMPBIN=$ac_ct_DUMPBIN
5241 fi
5242 fi
5243
5244 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5245 *COFF*)
5246 DUMPBIN="$DUMPBIN -symbols"
5247 ;;
5248 *)
5249 DUMPBIN=:
5250 ;;
5251 esac
5252 fi
5253
5254 if test "$DUMPBIN" != ":"; then
5255 NM="$DUMPBIN"
5256 fi
5257 fi
5258 test -z "$NM" && NM=nm
5259
5260
5261
5262
5263
5264
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5266 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5267 if ${lt_cv_nm_interface+:} false; then :
5268 $as_echo_n "(cached) " >&6
5269 else
5270 lt_cv_nm_interface="BSD nm"
5271 echo "int some_variable = 0;" > conftest.$ac_ext
5272 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5273 (eval "$ac_compile" 2>conftest.err)
5274 cat conftest.err >&5
5275 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5276 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5277 cat conftest.err >&5
5278 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5279 cat conftest.out >&5
5280 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5281 lt_cv_nm_interface="MS dumpbin"
5282 fi
5283 rm -f conftest*
5284 fi
5285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5286 $as_echo "$lt_cv_nm_interface" >&6; }
5287
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5289 $as_echo_n "checking whether ln -s works... " >&6; }
5290 LN_S=$as_ln_s
5291 if test "$LN_S" = "ln -s"; then
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5293 $as_echo "yes" >&6; }
5294 else
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5296 $as_echo "no, using $LN_S" >&6; }
5297 fi
5298
5299 # find the maximum length of command line arguments
5300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5301 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5302 if ${lt_cv_sys_max_cmd_len+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304 else
5305 i=0
5306 teststring="ABCD"
5307
5308 case $build_os in
5309 msdosdjgpp*)
5310 # On DJGPP, this test can blow up pretty badly due to problems in libc
5311 # (any single argument exceeding 2000 bytes causes a buffer overrun
5312 # during glob expansion). Even if it were fixed, the result of this
5313 # check would be larger than it should be.
5314 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5315 ;;
5316
5317 gnu*)
5318 # Under GNU Hurd, this test is not required because there is
5319 # no limit to the length of command line arguments.
5320 # Libtool will interpret -1 as no limit whatsoever
5321 lt_cv_sys_max_cmd_len=-1;
5322 ;;
5323
5324 cygwin* | mingw* | cegcc*)
5325 # On Win9x/ME, this test blows up -- it succeeds, but takes
5326 # about 5 minutes as the teststring grows exponentially.
5327 # Worse, since 9x/ME are not pre-emptively multitasking,
5328 # you end up with a "frozen" computer, even though with patience
5329 # the test eventually succeeds (with a max line length of 256k).
5330 # Instead, let's just punt: use the minimum linelength reported by
5331 # all of the supported platforms: 8192 (on NT/2K/XP).
5332 lt_cv_sys_max_cmd_len=8192;
5333 ;;
5334
5335 mint*)
5336 # On MiNT this can take a long time and run out of memory.
5337 lt_cv_sys_max_cmd_len=8192;
5338 ;;
5339
5340 amigaos*)
5341 # On AmigaOS with pdksh, this test takes hours, literally.
5342 # So we just punt and use a minimum line length of 8192.
5343 lt_cv_sys_max_cmd_len=8192;
5344 ;;
5345
5346 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5347 # This has been around since 386BSD, at least. Likely further.
5348 if test -x /sbin/sysctl; then
5349 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5350 elif test -x /usr/sbin/sysctl; then
5351 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5352 else
5353 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5354 fi
5355 # And add a safety zone
5356 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5357 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5358 ;;
5359
5360 interix*)
5361 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5362 lt_cv_sys_max_cmd_len=196608
5363 ;;
5364
5365 osf*)
5366 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5367 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5368 # nice to cause kernel panics so lets avoid the loop below.
5369 # First set a reasonable default.
5370 lt_cv_sys_max_cmd_len=16384
5371 #
5372 if test -x /sbin/sysconfig; then
5373 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5374 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5375 esac
5376 fi
5377 ;;
5378 sco3.2v5*)
5379 lt_cv_sys_max_cmd_len=102400
5380 ;;
5381 sysv5* | sco5v6* | sysv4.2uw2*)
5382 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5383 if test -n "$kargmax"; then
5384 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5385 else
5386 lt_cv_sys_max_cmd_len=32768
5387 fi
5388 ;;
5389 *)
5390 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5391 if test -n "$lt_cv_sys_max_cmd_len"; then
5392 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5393 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5394 else
5395 # Make teststring a little bigger before we do anything with it.
5396 # a 1K string should be a reasonable start.
5397 for i in 1 2 3 4 5 6 7 8 ; do
5398 teststring=$teststring$teststring
5399 done
5400 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5401 # If test is not a shell built-in, we'll probably end up computing a
5402 # maximum length that is only half of the actual maximum length, but
5403 # we can't tell.
5404 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5405 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5406 test $i != 17 # 1/2 MB should be enough
5407 do
5408 i=`expr $i + 1`
5409 teststring=$teststring$teststring
5410 done
5411 # Only check the string length outside the loop.
5412 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5413 teststring=
5414 # Add a significant safety factor because C++ compilers can tack on
5415 # massive amounts of additional arguments before passing them to the
5416 # linker. It appears as though 1/2 is a usable value.
5417 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5418 fi
5419 ;;
5420 esac
5421
5422 fi
5423
5424 if test -n $lt_cv_sys_max_cmd_len ; then
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5426 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5427 else
5428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5429 $as_echo "none" >&6; }
5430 fi
5431 max_cmd_len=$lt_cv_sys_max_cmd_len
5432
5433
5434
5435
5436
5437
5438 : ${CP="cp -f"}
5439 : ${MV="mv -f"}
5440 : ${RM="rm -f"}
5441
5442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5443 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5444 # Try some XSI features
5445 xsi_shell=no
5446 ( _lt_dummy="a/b/c"
5447 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5448 = c,a/b,, \
5449 && eval 'test $(( 1 + 1 )) -eq 2 \
5450 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5451 && xsi_shell=yes
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5453 $as_echo "$xsi_shell" >&6; }
5454
5455
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5457 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5458 lt_shell_append=no
5459 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5460 >/dev/null 2>&1 \
5461 && lt_shell_append=yes
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5463 $as_echo "$lt_shell_append" >&6; }
5464
5465
5466 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5467 lt_unset=unset
5468 else
5469 lt_unset=false
5470 fi
5471
5472
5473
5474
5475
5476 # test EBCDIC or ASCII
5477 case `echo X|tr X '\101'` in
5478 A) # ASCII based system
5479 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5480 lt_SP2NL='tr \040 \012'
5481 lt_NL2SP='tr \015\012 \040\040'
5482 ;;
5483 *) # EBCDIC based system
5484 lt_SP2NL='tr \100 \n'
5485 lt_NL2SP='tr \r\n \100\100'
5486 ;;
5487 esac
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5498 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5499 if ${lt_cv_ld_reload_flag+:} false; then :
5500 $as_echo_n "(cached) " >&6
5501 else
5502 lt_cv_ld_reload_flag='-r'
5503 fi
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5505 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5506 reload_flag=$lt_cv_ld_reload_flag
5507 case $reload_flag in
5508 "" | " "*) ;;
5509 *) reload_flag=" $reload_flag" ;;
5510 esac
5511 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5512 case $host_os in
5513 darwin*)
5514 if test "$GCC" = yes; then
5515 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5516 else
5517 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5518 fi
5519 ;;
5520 esac
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530 if test -n "$ac_tool_prefix"; then
5531 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5532 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5533 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5534 $as_echo_n "checking for $ac_word... " >&6; }
5535 if ${ac_cv_prog_OBJDUMP+:} false; then :
5536 $as_echo_n "(cached) " >&6
5537 else
5538 if test -n "$OBJDUMP"; then
5539 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5540 else
5541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5542 for as_dir in $PATH
5543 do
5544 IFS=$as_save_IFS
5545 test -z "$as_dir" && as_dir=.
5546 for ac_exec_ext in '' $ac_executable_extensions; do
5547 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5548 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5549 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5550 break 2
5551 fi
5552 done
5553 done
5554 IFS=$as_save_IFS
5555
5556 fi
5557 fi
5558 OBJDUMP=$ac_cv_prog_OBJDUMP
5559 if test -n "$OBJDUMP"; then
5560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5561 $as_echo "$OBJDUMP" >&6; }
5562 else
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5564 $as_echo "no" >&6; }
5565 fi
5566
5567
5568 fi
5569 if test -z "$ac_cv_prog_OBJDUMP"; then
5570 ac_ct_OBJDUMP=$OBJDUMP
5571 # Extract the first word of "objdump", so it can be a program name with args.
5572 set dummy objdump; ac_word=$2
5573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5574 $as_echo_n "checking for $ac_word... " >&6; }
5575 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5576 $as_echo_n "(cached) " >&6
5577 else
5578 if test -n "$ac_ct_OBJDUMP"; then
5579 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5580 else
5581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5582 for as_dir in $PATH
5583 do
5584 IFS=$as_save_IFS
5585 test -z "$as_dir" && as_dir=.
5586 for ac_exec_ext in '' $ac_executable_extensions; do
5587 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5588 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5589 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5590 break 2
5591 fi
5592 done
5593 done
5594 IFS=$as_save_IFS
5595
5596 fi
5597 fi
5598 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5599 if test -n "$ac_ct_OBJDUMP"; then
5600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5601 $as_echo "$ac_ct_OBJDUMP" >&6; }
5602 else
5603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5604 $as_echo "no" >&6; }
5605 fi
5606
5607 if test "x$ac_ct_OBJDUMP" = x; then
5608 OBJDUMP="false"
5609 else
5610 case $cross_compiling:$ac_tool_warned in
5611 yes:)
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5613 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5614 ac_tool_warned=yes ;;
5615 esac
5616 OBJDUMP=$ac_ct_OBJDUMP
5617 fi
5618 else
5619 OBJDUMP="$ac_cv_prog_OBJDUMP"
5620 fi
5621
5622 test -z "$OBJDUMP" && OBJDUMP=objdump
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5633 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5634 if ${lt_cv_deplibs_check_method+:} false; then :
5635 $as_echo_n "(cached) " >&6
5636 else
5637 lt_cv_file_magic_cmd='$MAGIC_CMD'
5638 lt_cv_file_magic_test_file=
5639 lt_cv_deplibs_check_method='unknown'
5640 # Need to set the preceding variable on all platforms that support
5641 # interlibrary dependencies.
5642 # 'none' -- dependencies not supported.
5643 # `unknown' -- same as none, but documents that we really don't know.
5644 # 'pass_all' -- all dependencies passed with no checks.
5645 # 'test_compile' -- check by making test program.
5646 # 'file_magic [[regex]]' -- check by looking for files in library path
5647 # which responds to the $file_magic_cmd with a given extended regex.
5648 # If you have `file' or equivalent on your system and you're not sure
5649 # whether `pass_all' will *always* work, you probably want this one.
5650
5651 case $host_os in
5652 aix[4-9]*)
5653 lt_cv_deplibs_check_method=pass_all
5654 ;;
5655
5656 beos*)
5657 lt_cv_deplibs_check_method=pass_all
5658 ;;
5659
5660 bsdi[45]*)
5661 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5662 lt_cv_file_magic_cmd='/usr/bin/file -L'
5663 lt_cv_file_magic_test_file=/shlib/libc.so
5664 ;;
5665
5666 cygwin*)
5667 # func_win32_libid is a shell function defined in ltmain.sh
5668 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5669 lt_cv_file_magic_cmd='func_win32_libid'
5670 ;;
5671
5672 mingw* | pw32*)
5673 # Base MSYS/MinGW do not provide the 'file' command needed by
5674 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5675 # unless we find 'file', for example because we are cross-compiling.
5676 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5677 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5678 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5679 lt_cv_file_magic_cmd='func_win32_libid'
5680 else
5681 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5682 lt_cv_file_magic_cmd='$OBJDUMP -f'
5683 fi
5684 ;;
5685
5686 cegcc*)
5687 # use the weaker test based on 'objdump'. See mingw*.
5688 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5689 lt_cv_file_magic_cmd='$OBJDUMP -f'
5690 ;;
5691
5692 darwin* | rhapsody*)
5693 lt_cv_deplibs_check_method=pass_all
5694 ;;
5695
5696 freebsd* | dragonfly*)
5697 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5698 case $host_cpu in
5699 i*86 )
5700 # Not sure whether the presence of OpenBSD here was a mistake.
5701 # Let's accept both of them until this is cleared up.
5702 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5703 lt_cv_file_magic_cmd=/usr/bin/file
5704 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5705 ;;
5706 esac
5707 else
5708 lt_cv_deplibs_check_method=pass_all
5709 fi
5710 ;;
5711
5712 gnu*)
5713 lt_cv_deplibs_check_method=pass_all
5714 ;;
5715
5716 haiku*)
5717 lt_cv_deplibs_check_method=pass_all
5718 ;;
5719
5720 hpux10.20* | hpux11*)
5721 lt_cv_file_magic_cmd=/usr/bin/file
5722 case $host_cpu in
5723 ia64*)
5724 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5725 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5726 ;;
5727 hppa*64*)
5728 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]'
5729 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5730 ;;
5731 *)
5732 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5733 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5734 ;;
5735 esac
5736 ;;
5737
5738 interix[3-9]*)
5739 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5740 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5741 ;;
5742
5743 irix5* | irix6* | nonstopux*)
5744 case $LD in
5745 *-32|*"-32 ") libmagic=32-bit;;
5746 *-n32|*"-n32 ") libmagic=N32;;
5747 *-64|*"-64 ") libmagic=64-bit;;
5748 *) libmagic=never-match;;
5749 esac
5750 lt_cv_deplibs_check_method=pass_all
5751 ;;
5752
5753 # This must be Linux ELF.
5754 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5755 lt_cv_deplibs_check_method=pass_all
5756 ;;
5757
5758 netbsd*)
5759 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5760 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5761 else
5762 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5763 fi
5764 ;;
5765
5766 newos6*)
5767 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5768 lt_cv_file_magic_cmd=/usr/bin/file
5769 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5770 ;;
5771
5772 *nto* | *qnx*)
5773 lt_cv_deplibs_check_method=pass_all
5774 ;;
5775
5776 openbsd*)
5777 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5778 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5779 else
5780 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5781 fi
5782 ;;
5783
5784 osf3* | osf4* | osf5*)
5785 lt_cv_deplibs_check_method=pass_all
5786 ;;
5787
5788 rdos*)
5789 lt_cv_deplibs_check_method=pass_all
5790 ;;
5791
5792 solaris*)
5793 lt_cv_deplibs_check_method=pass_all
5794 ;;
5795
5796 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5797 lt_cv_deplibs_check_method=pass_all
5798 ;;
5799
5800 sysv4 | sysv4.3*)
5801 case $host_vendor in
5802 motorola)
5803 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]'
5804 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5805 ;;
5806 ncr)
5807 lt_cv_deplibs_check_method=pass_all
5808 ;;
5809 sequent)
5810 lt_cv_file_magic_cmd='/bin/file'
5811 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5812 ;;
5813 sni)
5814 lt_cv_file_magic_cmd='/bin/file'
5815 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5816 lt_cv_file_magic_test_file=/lib/libc.so
5817 ;;
5818 siemens)
5819 lt_cv_deplibs_check_method=pass_all
5820 ;;
5821 pc)
5822 lt_cv_deplibs_check_method=pass_all
5823 ;;
5824 esac
5825 ;;
5826
5827 tpf*)
5828 lt_cv_deplibs_check_method=pass_all
5829 ;;
5830 esac
5831
5832 fi
5833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5834 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5835 file_magic_cmd=$lt_cv_file_magic_cmd
5836 deplibs_check_method=$lt_cv_deplibs_check_method
5837 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850 plugin_option=
5851 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5852 for plugin in $plugin_names; do
5853 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5854 if test x$plugin_so = x$plugin; then
5855 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5856 fi
5857 if test x$plugin_so != x$plugin; then
5858 plugin_option="--plugin $plugin_so"
5859 break
5860 fi
5861 done
5862
5863 if test -n "$ac_tool_prefix"; then
5864 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5865 set dummy ${ac_tool_prefix}ar; ac_word=$2
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5867 $as_echo_n "checking for $ac_word... " >&6; }
5868 if ${ac_cv_prog_AR+:} false; then :
5869 $as_echo_n "(cached) " >&6
5870 else
5871 if test -n "$AR"; then
5872 ac_cv_prog_AR="$AR" # Let the user override the test.
5873 else
5874 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5875 for as_dir in $PATH
5876 do
5877 IFS=$as_save_IFS
5878 test -z "$as_dir" && as_dir=.
5879 for ac_exec_ext in '' $ac_executable_extensions; do
5880 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5881 ac_cv_prog_AR="${ac_tool_prefix}ar"
5882 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5883 break 2
5884 fi
5885 done
5886 done
5887 IFS=$as_save_IFS
5888
5889 fi
5890 fi
5891 AR=$ac_cv_prog_AR
5892 if test -n "$AR"; then
5893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5894 $as_echo "$AR" >&6; }
5895 else
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5897 $as_echo "no" >&6; }
5898 fi
5899
5900
5901 fi
5902 if test -z "$ac_cv_prog_AR"; then
5903 ac_ct_AR=$AR
5904 # Extract the first word of "ar", so it can be a program name with args.
5905 set dummy ar; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$ac_ct_AR"; then
5912 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5916 do
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_ac_ct_AR="ar"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5924 fi
5925 done
5926 done
5927 IFS=$as_save_IFS
5928
5929 fi
5930 fi
5931 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5932 if test -n "$ac_ct_AR"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5934 $as_echo "$ac_ct_AR" >&6; }
5935 else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937 $as_echo "no" >&6; }
5938 fi
5939
5940 if test "x$ac_ct_AR" = x; then
5941 AR="false"
5942 else
5943 case $cross_compiling:$ac_tool_warned in
5944 yes:)
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5946 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5947 ac_tool_warned=yes ;;
5948 esac
5949 AR=$ac_ct_AR
5950 fi
5951 else
5952 AR="$ac_cv_prog_AR"
5953 fi
5954
5955 test -z "$AR" && AR=ar
5956 if test -n "$plugin_option"; then
5957 if $AR --help 2>&1 | grep -q "\--plugin"; then
5958 touch conftest.c
5959 $AR $plugin_option rc conftest.a conftest.c
5960 if test "$?" != 0; then
5961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5962 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5963 else
5964 AR="$AR $plugin_option"
5965 fi
5966 rm -f conftest.*
5967 fi
5968 fi
5969 test -z "$AR_FLAGS" && AR_FLAGS=cru
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981 if test -n "$ac_tool_prefix"; then
5982 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5983 set dummy ${ac_tool_prefix}strip; ac_word=$2
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985 $as_echo_n "checking for $ac_word... " >&6; }
5986 if ${ac_cv_prog_STRIP+:} false; then :
5987 $as_echo_n "(cached) " >&6
5988 else
5989 if test -n "$STRIP"; then
5990 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5991 else
5992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993 for as_dir in $PATH
5994 do
5995 IFS=$as_save_IFS
5996 test -z "$as_dir" && as_dir=.
5997 for ac_exec_ext in '' $ac_executable_extensions; do
5998 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5999 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6000 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6001 break 2
6002 fi
6003 done
6004 done
6005 IFS=$as_save_IFS
6006
6007 fi
6008 fi
6009 STRIP=$ac_cv_prog_STRIP
6010 if test -n "$STRIP"; then
6011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6012 $as_echo "$STRIP" >&6; }
6013 else
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6016 fi
6017
6018
6019 fi
6020 if test -z "$ac_cv_prog_STRIP"; then
6021 ac_ct_STRIP=$STRIP
6022 # Extract the first word of "strip", so it can be a program name with args.
6023 set dummy strip; ac_word=$2
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6025 $as_echo_n "checking for $ac_word... " >&6; }
6026 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6027 $as_echo_n "(cached) " >&6
6028 else
6029 if test -n "$ac_ct_STRIP"; then
6030 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6031 else
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 for as_dir in $PATH
6034 do
6035 IFS=$as_save_IFS
6036 test -z "$as_dir" && as_dir=.
6037 for ac_exec_ext in '' $ac_executable_extensions; do
6038 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6039 ac_cv_prog_ac_ct_STRIP="strip"
6040 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041 break 2
6042 fi
6043 done
6044 done
6045 IFS=$as_save_IFS
6046
6047 fi
6048 fi
6049 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6050 if test -n "$ac_ct_STRIP"; then
6051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6052 $as_echo "$ac_ct_STRIP" >&6; }
6053 else
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055 $as_echo "no" >&6; }
6056 fi
6057
6058 if test "x$ac_ct_STRIP" = x; then
6059 STRIP=":"
6060 else
6061 case $cross_compiling:$ac_tool_warned in
6062 yes:)
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6065 ac_tool_warned=yes ;;
6066 esac
6067 STRIP=$ac_ct_STRIP
6068 fi
6069 else
6070 STRIP="$ac_cv_prog_STRIP"
6071 fi
6072
6073 test -z "$STRIP" && STRIP=:
6074
6075
6076
6077
6078
6079
6080 if test -n "$ac_tool_prefix"; then
6081 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6082 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6084 $as_echo_n "checking for $ac_word... " >&6; }
6085 if ${ac_cv_prog_RANLIB+:} false; then :
6086 $as_echo_n "(cached) " >&6
6087 else
6088 if test -n "$RANLIB"; then
6089 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6090 else
6091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6092 for as_dir in $PATH
6093 do
6094 IFS=$as_save_IFS
6095 test -z "$as_dir" && as_dir=.
6096 for ac_exec_ext in '' $ac_executable_extensions; do
6097 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6098 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6099 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6100 break 2
6101 fi
6102 done
6103 done
6104 IFS=$as_save_IFS
6105
6106 fi
6107 fi
6108 RANLIB=$ac_cv_prog_RANLIB
6109 if test -n "$RANLIB"; then
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6111 $as_echo "$RANLIB" >&6; }
6112 else
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6114 $as_echo "no" >&6; }
6115 fi
6116
6117
6118 fi
6119 if test -z "$ac_cv_prog_RANLIB"; then
6120 ac_ct_RANLIB=$RANLIB
6121 # Extract the first word of "ranlib", so it can be a program name with args.
6122 set dummy ranlib; ac_word=$2
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6124 $as_echo_n "checking for $ac_word... " >&6; }
6125 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6126 $as_echo_n "(cached) " >&6
6127 else
6128 if test -n "$ac_ct_RANLIB"; then
6129 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6130 else
6131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6132 for as_dir in $PATH
6133 do
6134 IFS=$as_save_IFS
6135 test -z "$as_dir" && as_dir=.
6136 for ac_exec_ext in '' $ac_executable_extensions; do
6137 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6138 ac_cv_prog_ac_ct_RANLIB="ranlib"
6139 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6140 break 2
6141 fi
6142 done
6143 done
6144 IFS=$as_save_IFS
6145
6146 fi
6147 fi
6148 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6149 if test -n "$ac_ct_RANLIB"; then
6150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6151 $as_echo "$ac_ct_RANLIB" >&6; }
6152 else
6153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6154 $as_echo "no" >&6; }
6155 fi
6156
6157 if test "x$ac_ct_RANLIB" = x; then
6158 RANLIB=":"
6159 else
6160 case $cross_compiling:$ac_tool_warned in
6161 yes:)
6162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6164 ac_tool_warned=yes ;;
6165 esac
6166 RANLIB=$ac_ct_RANLIB
6167 fi
6168 else
6169 RANLIB="$ac_cv_prog_RANLIB"
6170 fi
6171
6172 test -z "$RANLIB" && RANLIB=:
6173 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6174 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6175 RANLIB="$RANLIB $plugin_option"
6176 fi
6177 fi
6178
6179
6180
6181
6182
6183
6184 # Determine commands to create old-style static archives.
6185 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6186 old_postinstall_cmds='chmod 644 $oldlib'
6187 old_postuninstall_cmds=
6188
6189 if test -n "$RANLIB"; then
6190 case $host_os in
6191 openbsd*)
6192 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6193 ;;
6194 *)
6195 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6196 ;;
6197 esac
6198 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6199 fi
6200
6201 case $host_os in
6202 darwin*)
6203 lock_old_archive_extraction=yes ;;
6204 *)
6205 lock_old_archive_extraction=no ;;
6206 esac
6207
6208
6209
6210
6211
6212
6213
6214
6215
6216
6217
6218
6219
6220
6221
6222
6223
6224
6225
6226
6227
6228
6229
6230
6231
6232
6233
6234
6235
6236
6237
6238
6239
6240
6241
6242
6243
6244
6245
6246 # If no C compiler was specified, use CC.
6247 LTCC=${LTCC-"$CC"}
6248
6249 # If no C compiler flags were specified, use CFLAGS.
6250 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6251
6252 # Allow CC to be a program name with arguments.
6253 compiler=$CC
6254
6255
6256 # Check for command to grab the raw symbol name followed by C symbol from nm.
6257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6258 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6259 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6260 $as_echo_n "(cached) " >&6
6261 else
6262
6263 # These are sane defaults that work on at least a few old systems.
6264 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6265
6266 # Character class describing NM global symbol codes.
6267 symcode='[BCDEGRST]'
6268
6269 # Regexp to match symbols that can be accessed directly from C.
6270 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6271
6272 # Define system-specific variables.
6273 case $host_os in
6274 aix*)
6275 symcode='[BCDT]'
6276 ;;
6277 cygwin* | mingw* | pw32* | cegcc*)
6278 symcode='[ABCDGISTW]'
6279 ;;
6280 hpux*)
6281 if test "$host_cpu" = ia64; then
6282 symcode='[ABCDEGRST]'
6283 fi
6284 ;;
6285 irix* | nonstopux*)
6286 symcode='[BCDEGRST]'
6287 ;;
6288 osf*)
6289 symcode='[BCDEGQRST]'
6290 ;;
6291 solaris*)
6292 symcode='[BCDRT]'
6293 ;;
6294 sco3.2v5*)
6295 symcode='[DT]'
6296 ;;
6297 sysv4.2uw2*)
6298 symcode='[DT]'
6299 ;;
6300 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6301 symcode='[ABDT]'
6302 ;;
6303 sysv4)
6304 symcode='[DFNSTU]'
6305 ;;
6306 esac
6307
6308 # If we're using GNU nm, then use its standard symbol codes.
6309 case `$NM -V 2>&1` in
6310 *GNU* | *'with BFD'*)
6311 symcode='[ABCDGIRSTW]' ;;
6312 esac
6313
6314 # Transform an extracted symbol line into a proper C declaration.
6315 # Some systems (esp. on ia64) link data and code symbols differently,
6316 # so use this general approach.
6317 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6318
6319 # Transform an extracted symbol line into symbol name and symbol address
6320 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6321 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'"
6322
6323 # Handle CRLF in mingw tool chain
6324 opt_cr=
6325 case $build_os in
6326 mingw*)
6327 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6328 ;;
6329 esac
6330
6331 # Try without a prefix underscore, then with it.
6332 for ac_symprfx in "" "_"; do
6333
6334 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6335 symxfrm="\\1 $ac_symprfx\\2 \\2"
6336
6337 # Write the raw and C identifiers.
6338 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6339 # Fake it for dumpbin and say T for any non-static function
6340 # and D for any global variable.
6341 # Also find C++ and __fastcall symbols from MSVC++,
6342 # which start with @ or ?.
6343 lt_cv_sys_global_symbol_pipe="$AWK '"\
6344 " {last_section=section; section=\$ 3};"\
6345 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6346 " \$ 0!~/External *\|/{next};"\
6347 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6348 " {if(hide[section]) next};"\
6349 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6350 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6351 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6352 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6353 " ' prfx=^$ac_symprfx"
6354 else
6355 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6356 fi
6357
6358 # Check to see that the pipe works correctly.
6359 pipe_works=no
6360
6361 rm -f conftest*
6362 cat > conftest.$ac_ext <<_LT_EOF
6363 #ifdef __cplusplus
6364 extern "C" {
6365 #endif
6366 char nm_test_var;
6367 void nm_test_func(void);
6368 void nm_test_func(void){}
6369 #ifdef __cplusplus
6370 }
6371 #endif
6372 int main(){nm_test_var='a';nm_test_func();return(0);}
6373 _LT_EOF
6374
6375 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6376 (eval $ac_compile) 2>&5
6377 ac_status=$?
6378 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6379 test $ac_status = 0; }; then
6380 # Now try to grab the symbols.
6381 nlist=conftest.nm
6382 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6383 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6384 ac_status=$?
6385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6386 test $ac_status = 0; } && test -s "$nlist"; then
6387 # Try sorting and uniquifying the output.
6388 if sort "$nlist" | uniq > "$nlist"T; then
6389 mv -f "$nlist"T "$nlist"
6390 else
6391 rm -f "$nlist"T
6392 fi
6393
6394 # Make sure that we snagged all the symbols we need.
6395 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6396 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6397 cat <<_LT_EOF > conftest.$ac_ext
6398 #ifdef __cplusplus
6399 extern "C" {
6400 #endif
6401
6402 _LT_EOF
6403 # Now generate the symbol file.
6404 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6405
6406 cat <<_LT_EOF >> conftest.$ac_ext
6407
6408 /* The mapping between symbol names and symbols. */
6409 const struct {
6410 const char *name;
6411 void *address;
6412 }
6413 lt__PROGRAM__LTX_preloaded_symbols[] =
6414 {
6415 { "@PROGRAM@", (void *) 0 },
6416 _LT_EOF
6417 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6418 cat <<\_LT_EOF >> conftest.$ac_ext
6419 {0, (void *) 0}
6420 };
6421
6422 /* This works around a problem in FreeBSD linker */
6423 #ifdef FREEBSD_WORKAROUND
6424 static const void *lt_preloaded_setup() {
6425 return lt__PROGRAM__LTX_preloaded_symbols;
6426 }
6427 #endif
6428
6429 #ifdef __cplusplus
6430 }
6431 #endif
6432 _LT_EOF
6433 # Now try linking the two files.
6434 mv conftest.$ac_objext conftstm.$ac_objext
6435 lt_save_LIBS="$LIBS"
6436 lt_save_CFLAGS="$CFLAGS"
6437 LIBS="conftstm.$ac_objext"
6438 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6439 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6440 (eval $ac_link) 2>&5
6441 ac_status=$?
6442 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6443 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6444 pipe_works=yes
6445 fi
6446 LIBS="$lt_save_LIBS"
6447 CFLAGS="$lt_save_CFLAGS"
6448 else
6449 echo "cannot find nm_test_func in $nlist" >&5
6450 fi
6451 else
6452 echo "cannot find nm_test_var in $nlist" >&5
6453 fi
6454 else
6455 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6456 fi
6457 else
6458 echo "$progname: failed program was:" >&5
6459 cat conftest.$ac_ext >&5
6460 fi
6461 rm -rf conftest* conftst*
6462
6463 # Do not use the global_symbol_pipe unless it works.
6464 if test "$pipe_works" = yes; then
6465 break
6466 else
6467 lt_cv_sys_global_symbol_pipe=
6468 fi
6469 done
6470
6471 fi
6472
6473 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6474 lt_cv_sys_global_symbol_to_cdecl=
6475 fi
6476 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6478 $as_echo "failed" >&6; }
6479 else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6481 $as_echo "ok" >&6; }
6482 fi
6483
6484
6485
6486
6487
6488
6489
6490
6491
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501
6502
6503
6504
6505 # Check whether --enable-libtool-lock was given.
6506 if test "${enable_libtool_lock+set}" = set; then :
6507 enableval=$enable_libtool_lock;
6508 fi
6509
6510 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6511
6512 # Some flags need to be propagated to the compiler or linker for good
6513 # libtool support.
6514 case $host in
6515 ia64-*-hpux*)
6516 # Find out which ABI we are using.
6517 echo 'int i;' > conftest.$ac_ext
6518 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6519 (eval $ac_compile) 2>&5
6520 ac_status=$?
6521 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6522 test $ac_status = 0; }; then
6523 case `/usr/bin/file conftest.$ac_objext` in
6524 *ELF-32*)
6525 HPUX_IA64_MODE="32"
6526 ;;
6527 *ELF-64*)
6528 HPUX_IA64_MODE="64"
6529 ;;
6530 esac
6531 fi
6532 rm -rf conftest*
6533 ;;
6534 *-*-irix6*)
6535 # Find out which ABI we are using.
6536 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6537 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6538 (eval $ac_compile) 2>&5
6539 ac_status=$?
6540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6541 test $ac_status = 0; }; then
6542 if test "$lt_cv_prog_gnu_ld" = yes; then
6543 case `/usr/bin/file conftest.$ac_objext` in
6544 *32-bit*)
6545 LD="${LD-ld} -melf32bsmip"
6546 ;;
6547 *N32*)
6548 LD="${LD-ld} -melf32bmipn32"
6549 ;;
6550 *64-bit*)
6551 LD="${LD-ld} -melf64bmip"
6552 ;;
6553 esac
6554 else
6555 case `/usr/bin/file conftest.$ac_objext` in
6556 *32-bit*)
6557 LD="${LD-ld} -32"
6558 ;;
6559 *N32*)
6560 LD="${LD-ld} -n32"
6561 ;;
6562 *64-bit*)
6563 LD="${LD-ld} -64"
6564 ;;
6565 esac
6566 fi
6567 fi
6568 rm -rf conftest*
6569 ;;
6570
6571 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6572 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6573 # Find out which ABI we are using.
6574 echo 'int i;' > conftest.$ac_ext
6575 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6576 (eval $ac_compile) 2>&5
6577 ac_status=$?
6578 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6579 test $ac_status = 0; }; then
6580 case `/usr/bin/file conftest.o` in
6581 *32-bit*)
6582 case $host in
6583 x86_64-*kfreebsd*-gnu)
6584 LD="${LD-ld} -m elf_i386_fbsd"
6585 ;;
6586 x86_64-*linux*)
6587 case `/usr/bin/file conftest.o` in
6588 *x86-64*)
6589 LD="${LD-ld} -m elf32_x86_64"
6590 ;;
6591 *)
6592 LD="${LD-ld} -m elf_i386"
6593 ;;
6594 esac
6595 ;;
6596 powerpc64le-*linux*)
6597 LD="${LD-ld} -m elf32lppclinux"
6598 ;;
6599 powerpc64-*linux*)
6600 LD="${LD-ld} -m elf32ppclinux"
6601 ;;
6602 s390x-*linux*)
6603 LD="${LD-ld} -m elf_s390"
6604 ;;
6605 sparc64-*linux*)
6606 LD="${LD-ld} -m elf32_sparc"
6607 ;;
6608 esac
6609 ;;
6610 *64-bit*)
6611 case $host in
6612 x86_64-*kfreebsd*-gnu)
6613 LD="${LD-ld} -m elf_x86_64_fbsd"
6614 ;;
6615 x86_64-*linux*)
6616 LD="${LD-ld} -m elf_x86_64"
6617 ;;
6618 powerpcle-*linux*)
6619 LD="${LD-ld} -m elf64lppc"
6620 ;;
6621 powerpc-*linux*)
6622 LD="${LD-ld} -m elf64ppc"
6623 ;;
6624 s390*-*linux*|s390*-*tpf*)
6625 LD="${LD-ld} -m elf64_s390"
6626 ;;
6627 sparc*-*linux*)
6628 LD="${LD-ld} -m elf64_sparc"
6629 ;;
6630 esac
6631 ;;
6632 esac
6633 fi
6634 rm -rf conftest*
6635 ;;
6636
6637 *-*-sco3.2v5*)
6638 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6639 SAVE_CFLAGS="$CFLAGS"
6640 CFLAGS="$CFLAGS -belf"
6641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6642 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6643 if ${lt_cv_cc_needs_belf+:} false; then :
6644 $as_echo_n "(cached) " >&6
6645 else
6646 ac_ext=c
6647 ac_cpp='$CPP $CPPFLAGS'
6648 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6649 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6650 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6651
6652 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6653 /* end confdefs.h. */
6654
6655 int
6656 main ()
6657 {
6658
6659 ;
6660 return 0;
6661 }
6662 _ACEOF
6663 if ac_fn_c_try_link "$LINENO"; then :
6664 lt_cv_cc_needs_belf=yes
6665 else
6666 lt_cv_cc_needs_belf=no
6667 fi
6668 rm -f core conftest.err conftest.$ac_objext \
6669 conftest$ac_exeext conftest.$ac_ext
6670 ac_ext=c
6671 ac_cpp='$CPP $CPPFLAGS'
6672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6675
6676 fi
6677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6678 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6679 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6680 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6681 CFLAGS="$SAVE_CFLAGS"
6682 fi
6683 ;;
6684 sparc*-*solaris*)
6685 # Find out which ABI we are using.
6686 echo 'int i;' > conftest.$ac_ext
6687 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6688 (eval $ac_compile) 2>&5
6689 ac_status=$?
6690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6691 test $ac_status = 0; }; then
6692 case `/usr/bin/file conftest.o` in
6693 *64-bit*)
6694 case $lt_cv_prog_gnu_ld in
6695 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6696 *)
6697 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6698 LD="${LD-ld} -64"
6699 fi
6700 ;;
6701 esac
6702 ;;
6703 esac
6704 fi
6705 rm -rf conftest*
6706 ;;
6707 esac
6708
6709 need_locks="$enable_libtool_lock"
6710
6711
6712 case $host_os in
6713 rhapsody* | darwin*)
6714 if test -n "$ac_tool_prefix"; then
6715 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6716 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6718 $as_echo_n "checking for $ac_word... " >&6; }
6719 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6720 $as_echo_n "(cached) " >&6
6721 else
6722 if test -n "$DSYMUTIL"; then
6723 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6724 else
6725 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6726 for as_dir in $PATH
6727 do
6728 IFS=$as_save_IFS
6729 test -z "$as_dir" && as_dir=.
6730 for ac_exec_ext in '' $ac_executable_extensions; do
6731 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6732 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6733 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6734 break 2
6735 fi
6736 done
6737 done
6738 IFS=$as_save_IFS
6739
6740 fi
6741 fi
6742 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6743 if test -n "$DSYMUTIL"; then
6744 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6745 $as_echo "$DSYMUTIL" >&6; }
6746 else
6747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6748 $as_echo "no" >&6; }
6749 fi
6750
6751
6752 fi
6753 if test -z "$ac_cv_prog_DSYMUTIL"; then
6754 ac_ct_DSYMUTIL=$DSYMUTIL
6755 # Extract the first word of "dsymutil", so it can be a program name with args.
6756 set dummy dsymutil; ac_word=$2
6757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6758 $as_echo_n "checking for $ac_word... " >&6; }
6759 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6760 $as_echo_n "(cached) " >&6
6761 else
6762 if test -n "$ac_ct_DSYMUTIL"; then
6763 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6764 else
6765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6766 for as_dir in $PATH
6767 do
6768 IFS=$as_save_IFS
6769 test -z "$as_dir" && as_dir=.
6770 for ac_exec_ext in '' $ac_executable_extensions; do
6771 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6772 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6773 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6774 break 2
6775 fi
6776 done
6777 done
6778 IFS=$as_save_IFS
6779
6780 fi
6781 fi
6782 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6783 if test -n "$ac_ct_DSYMUTIL"; then
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6785 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6786 else
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6788 $as_echo "no" >&6; }
6789 fi
6790
6791 if test "x$ac_ct_DSYMUTIL" = x; then
6792 DSYMUTIL=":"
6793 else
6794 case $cross_compiling:$ac_tool_warned in
6795 yes:)
6796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6797 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6798 ac_tool_warned=yes ;;
6799 esac
6800 DSYMUTIL=$ac_ct_DSYMUTIL
6801 fi
6802 else
6803 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6804 fi
6805
6806 if test -n "$ac_tool_prefix"; then
6807 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6808 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6810 $as_echo_n "checking for $ac_word... " >&6; }
6811 if ${ac_cv_prog_NMEDIT+:} false; then :
6812 $as_echo_n "(cached) " >&6
6813 else
6814 if test -n "$NMEDIT"; then
6815 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6816 else
6817 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6818 for as_dir in $PATH
6819 do
6820 IFS=$as_save_IFS
6821 test -z "$as_dir" && as_dir=.
6822 for ac_exec_ext in '' $ac_executable_extensions; do
6823 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6824 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6825 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6826 break 2
6827 fi
6828 done
6829 done
6830 IFS=$as_save_IFS
6831
6832 fi
6833 fi
6834 NMEDIT=$ac_cv_prog_NMEDIT
6835 if test -n "$NMEDIT"; then
6836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6837 $as_echo "$NMEDIT" >&6; }
6838 else
6839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6840 $as_echo "no" >&6; }
6841 fi
6842
6843
6844 fi
6845 if test -z "$ac_cv_prog_NMEDIT"; then
6846 ac_ct_NMEDIT=$NMEDIT
6847 # Extract the first word of "nmedit", so it can be a program name with args.
6848 set dummy nmedit; ac_word=$2
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6850 $as_echo_n "checking for $ac_word... " >&6; }
6851 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6852 $as_echo_n "(cached) " >&6
6853 else
6854 if test -n "$ac_ct_NMEDIT"; then
6855 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6856 else
6857 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6858 for as_dir in $PATH
6859 do
6860 IFS=$as_save_IFS
6861 test -z "$as_dir" && as_dir=.
6862 for ac_exec_ext in '' $ac_executable_extensions; do
6863 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6864 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6865 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6866 break 2
6867 fi
6868 done
6869 done
6870 IFS=$as_save_IFS
6871
6872 fi
6873 fi
6874 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6875 if test -n "$ac_ct_NMEDIT"; then
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6877 $as_echo "$ac_ct_NMEDIT" >&6; }
6878 else
6879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6880 $as_echo "no" >&6; }
6881 fi
6882
6883 if test "x$ac_ct_NMEDIT" = x; then
6884 NMEDIT=":"
6885 else
6886 case $cross_compiling:$ac_tool_warned in
6887 yes:)
6888 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6889 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6890 ac_tool_warned=yes ;;
6891 esac
6892 NMEDIT=$ac_ct_NMEDIT
6893 fi
6894 else
6895 NMEDIT="$ac_cv_prog_NMEDIT"
6896 fi
6897
6898 if test -n "$ac_tool_prefix"; then
6899 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6900 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6902 $as_echo_n "checking for $ac_word... " >&6; }
6903 if ${ac_cv_prog_LIPO+:} false; then :
6904 $as_echo_n "(cached) " >&6
6905 else
6906 if test -n "$LIPO"; then
6907 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6908 else
6909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6910 for as_dir in $PATH
6911 do
6912 IFS=$as_save_IFS
6913 test -z "$as_dir" && as_dir=.
6914 for ac_exec_ext in '' $ac_executable_extensions; do
6915 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6916 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6918 break 2
6919 fi
6920 done
6921 done
6922 IFS=$as_save_IFS
6923
6924 fi
6925 fi
6926 LIPO=$ac_cv_prog_LIPO
6927 if test -n "$LIPO"; then
6928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6929 $as_echo "$LIPO" >&6; }
6930 else
6931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6932 $as_echo "no" >&6; }
6933 fi
6934
6935
6936 fi
6937 if test -z "$ac_cv_prog_LIPO"; then
6938 ac_ct_LIPO=$LIPO
6939 # Extract the first word of "lipo", so it can be a program name with args.
6940 set dummy lipo; ac_word=$2
6941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6942 $as_echo_n "checking for $ac_word... " >&6; }
6943 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6944 $as_echo_n "(cached) " >&6
6945 else
6946 if test -n "$ac_ct_LIPO"; then
6947 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6948 else
6949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6950 for as_dir in $PATH
6951 do
6952 IFS=$as_save_IFS
6953 test -z "$as_dir" && as_dir=.
6954 for ac_exec_ext in '' $ac_executable_extensions; do
6955 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6956 ac_cv_prog_ac_ct_LIPO="lipo"
6957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6958 break 2
6959 fi
6960 done
6961 done
6962 IFS=$as_save_IFS
6963
6964 fi
6965 fi
6966 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6967 if test -n "$ac_ct_LIPO"; then
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6969 $as_echo "$ac_ct_LIPO" >&6; }
6970 else
6971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6972 $as_echo "no" >&6; }
6973 fi
6974
6975 if test "x$ac_ct_LIPO" = x; then
6976 LIPO=":"
6977 else
6978 case $cross_compiling:$ac_tool_warned in
6979 yes:)
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6982 ac_tool_warned=yes ;;
6983 esac
6984 LIPO=$ac_ct_LIPO
6985 fi
6986 else
6987 LIPO="$ac_cv_prog_LIPO"
6988 fi
6989
6990 if test -n "$ac_tool_prefix"; then
6991 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6992 set dummy ${ac_tool_prefix}otool; ac_word=$2
6993 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6994 $as_echo_n "checking for $ac_word... " >&6; }
6995 if ${ac_cv_prog_OTOOL+:} false; then :
6996 $as_echo_n "(cached) " >&6
6997 else
6998 if test -n "$OTOOL"; then
6999 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7000 else
7001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7002 for as_dir in $PATH
7003 do
7004 IFS=$as_save_IFS
7005 test -z "$as_dir" && as_dir=.
7006 for ac_exec_ext in '' $ac_executable_extensions; do
7007 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7008 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7009 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7010 break 2
7011 fi
7012 done
7013 done
7014 IFS=$as_save_IFS
7015
7016 fi
7017 fi
7018 OTOOL=$ac_cv_prog_OTOOL
7019 if test -n "$OTOOL"; then
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7021 $as_echo "$OTOOL" >&6; }
7022 else
7023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7024 $as_echo "no" >&6; }
7025 fi
7026
7027
7028 fi
7029 if test -z "$ac_cv_prog_OTOOL"; then
7030 ac_ct_OTOOL=$OTOOL
7031 # Extract the first word of "otool", so it can be a program name with args.
7032 set dummy otool; ac_word=$2
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7034 $as_echo_n "checking for $ac_word... " >&6; }
7035 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7036 $as_echo_n "(cached) " >&6
7037 else
7038 if test -n "$ac_ct_OTOOL"; then
7039 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7040 else
7041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7042 for as_dir in $PATH
7043 do
7044 IFS=$as_save_IFS
7045 test -z "$as_dir" && as_dir=.
7046 for ac_exec_ext in '' $ac_executable_extensions; do
7047 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7048 ac_cv_prog_ac_ct_OTOOL="otool"
7049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7050 break 2
7051 fi
7052 done
7053 done
7054 IFS=$as_save_IFS
7055
7056 fi
7057 fi
7058 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7059 if test -n "$ac_ct_OTOOL"; then
7060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7061 $as_echo "$ac_ct_OTOOL" >&6; }
7062 else
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7064 $as_echo "no" >&6; }
7065 fi
7066
7067 if test "x$ac_ct_OTOOL" = x; then
7068 OTOOL=":"
7069 else
7070 case $cross_compiling:$ac_tool_warned in
7071 yes:)
7072 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7073 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7074 ac_tool_warned=yes ;;
7075 esac
7076 OTOOL=$ac_ct_OTOOL
7077 fi
7078 else
7079 OTOOL="$ac_cv_prog_OTOOL"
7080 fi
7081
7082 if test -n "$ac_tool_prefix"; then
7083 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7084 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7086 $as_echo_n "checking for $ac_word... " >&6; }
7087 if ${ac_cv_prog_OTOOL64+:} false; then :
7088 $as_echo_n "(cached) " >&6
7089 else
7090 if test -n "$OTOOL64"; then
7091 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7092 else
7093 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7094 for as_dir in $PATH
7095 do
7096 IFS=$as_save_IFS
7097 test -z "$as_dir" && as_dir=.
7098 for ac_exec_ext in '' $ac_executable_extensions; do
7099 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7100 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7101 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7102 break 2
7103 fi
7104 done
7105 done
7106 IFS=$as_save_IFS
7107
7108 fi
7109 fi
7110 OTOOL64=$ac_cv_prog_OTOOL64
7111 if test -n "$OTOOL64"; then
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7113 $as_echo "$OTOOL64" >&6; }
7114 else
7115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7116 $as_echo "no" >&6; }
7117 fi
7118
7119
7120 fi
7121 if test -z "$ac_cv_prog_OTOOL64"; then
7122 ac_ct_OTOOL64=$OTOOL64
7123 # Extract the first word of "otool64", so it can be a program name with args.
7124 set dummy otool64; ac_word=$2
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7126 $as_echo_n "checking for $ac_word... " >&6; }
7127 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7128 $as_echo_n "(cached) " >&6
7129 else
7130 if test -n "$ac_ct_OTOOL64"; then
7131 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7132 else
7133 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7134 for as_dir in $PATH
7135 do
7136 IFS=$as_save_IFS
7137 test -z "$as_dir" && as_dir=.
7138 for ac_exec_ext in '' $ac_executable_extensions; do
7139 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7140 ac_cv_prog_ac_ct_OTOOL64="otool64"
7141 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7142 break 2
7143 fi
7144 done
7145 done
7146 IFS=$as_save_IFS
7147
7148 fi
7149 fi
7150 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7151 if test -n "$ac_ct_OTOOL64"; then
7152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7153 $as_echo "$ac_ct_OTOOL64" >&6; }
7154 else
7155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7157 fi
7158
7159 if test "x$ac_ct_OTOOL64" = x; then
7160 OTOOL64=":"
7161 else
7162 case $cross_compiling:$ac_tool_warned in
7163 yes:)
7164 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7165 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7166 ac_tool_warned=yes ;;
7167 esac
7168 OTOOL64=$ac_ct_OTOOL64
7169 fi
7170 else
7171 OTOOL64="$ac_cv_prog_OTOOL64"
7172 fi
7173
7174
7175
7176
7177
7178
7179
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7201 $as_echo_n "checking for -single_module linker flag... " >&6; }
7202 if ${lt_cv_apple_cc_single_mod+:} false; then :
7203 $as_echo_n "(cached) " >&6
7204 else
7205 lt_cv_apple_cc_single_mod=no
7206 if test -z "${LT_MULTI_MODULE}"; then
7207 # By default we will add the -single_module flag. You can override
7208 # by either setting the environment variable LT_MULTI_MODULE
7209 # non-empty at configure time, or by adding -multi_module to the
7210 # link flags.
7211 rm -rf libconftest.dylib*
7212 echo "int foo(void){return 1;}" > conftest.c
7213 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7214 -dynamiclib -Wl,-single_module conftest.c" >&5
7215 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7216 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7217 _lt_result=$?
7218 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7219 lt_cv_apple_cc_single_mod=yes
7220 else
7221 cat conftest.err >&5
7222 fi
7223 rm -rf libconftest.dylib*
7224 rm -f conftest.*
7225 fi
7226 fi
7227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7228 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7230 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7231 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7232 $as_echo_n "(cached) " >&6
7233 else
7234 lt_cv_ld_exported_symbols_list=no
7235 save_LDFLAGS=$LDFLAGS
7236 echo "_main" > conftest.sym
7237 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7239 /* end confdefs.h. */
7240
7241 int
7242 main ()
7243 {
7244
7245 ;
7246 return 0;
7247 }
7248 _ACEOF
7249 if ac_fn_c_try_link "$LINENO"; then :
7250 lt_cv_ld_exported_symbols_list=yes
7251 else
7252 lt_cv_ld_exported_symbols_list=no
7253 fi
7254 rm -f core conftest.err conftest.$ac_objext \
7255 conftest$ac_exeext conftest.$ac_ext
7256 LDFLAGS="$save_LDFLAGS"
7257
7258 fi
7259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7260 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7262 $as_echo_n "checking for -force_load linker flag... " >&6; }
7263 if ${lt_cv_ld_force_load+:} false; then :
7264 $as_echo_n "(cached) " >&6
7265 else
7266 lt_cv_ld_force_load=no
7267 cat > conftest.c << _LT_EOF
7268 int forced_loaded() { return 2;}
7269 _LT_EOF
7270 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7271 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7272 echo "$AR cru libconftest.a conftest.o" >&5
7273 $AR cru libconftest.a conftest.o 2>&5
7274 cat > conftest.c << _LT_EOF
7275 int main() { return 0;}
7276 _LT_EOF
7277 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7278 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7279 _lt_result=$?
7280 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7281 lt_cv_ld_force_load=yes
7282 else
7283 cat conftest.err >&5
7284 fi
7285 rm -f conftest.err libconftest.a conftest conftest.c
7286 rm -rf conftest.dSYM
7287
7288 fi
7289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7290 $as_echo "$lt_cv_ld_force_load" >&6; }
7291 case $host_os in
7292 rhapsody* | darwin1.[012])
7293 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7294 darwin1.*)
7295 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7296 darwin*) # darwin 5.x on
7297 # if running on 10.5 or later, the deployment target defaults
7298 # to the OS version, if on x86, and 10.4, the deployment
7299 # target defaults to 10.4. Don't you love it?
7300 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7301 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7302 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7303 10.[012][,.]*)
7304 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7305 10.*)
7306 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7307 esac
7308 ;;
7309 esac
7310 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7311 _lt_dar_single_mod='$single_module'
7312 fi
7313 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7314 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7315 else
7316 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7317 fi
7318 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7319 _lt_dsymutil='~$DSYMUTIL $lib || :'
7320 else
7321 _lt_dsymutil=
7322 fi
7323 ;;
7324 esac
7325
7326 for ac_header in dlfcn.h
7327 do :
7328 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7329 "
7330 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7331 cat >>confdefs.h <<_ACEOF
7332 #define HAVE_DLFCN_H 1
7333 _ACEOF
7334
7335 fi
7336
7337 done
7338
7339
7340
7341
7342
7343 # Set options
7344
7345
7346
7347 enable_dlopen=no
7348
7349
7350 enable_win32_dll=no
7351
7352
7353 # Check whether --enable-shared was given.
7354 if test "${enable_shared+set}" = set; then :
7355 enableval=$enable_shared; p=${PACKAGE-default}
7356 case $enableval in
7357 yes) enable_shared=yes ;;
7358 no) enable_shared=no ;;
7359 *)
7360 enable_shared=no
7361 # Look at the argument we got. We use all the common list separators.
7362 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7363 for pkg in $enableval; do
7364 IFS="$lt_save_ifs"
7365 if test "X$pkg" = "X$p"; then
7366 enable_shared=yes
7367 fi
7368 done
7369 IFS="$lt_save_ifs"
7370 ;;
7371 esac
7372 else
7373 enable_shared=yes
7374 fi
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384 # Check whether --enable-static was given.
7385 if test "${enable_static+set}" = set; then :
7386 enableval=$enable_static; p=${PACKAGE-default}
7387 case $enableval in
7388 yes) enable_static=yes ;;
7389 no) enable_static=no ;;
7390 *)
7391 enable_static=no
7392 # Look at the argument we got. We use all the common list separators.
7393 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7394 for pkg in $enableval; do
7395 IFS="$lt_save_ifs"
7396 if test "X$pkg" = "X$p"; then
7397 enable_static=yes
7398 fi
7399 done
7400 IFS="$lt_save_ifs"
7401 ;;
7402 esac
7403 else
7404 enable_static=yes
7405 fi
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416 # Check whether --with-pic was given.
7417 if test "${with_pic+set}" = set; then :
7418 withval=$with_pic; pic_mode="$withval"
7419 else
7420 pic_mode=default
7421 fi
7422
7423
7424 test -z "$pic_mode" && pic_mode=default
7425
7426
7427
7428
7429
7430
7431
7432 # Check whether --enable-fast-install was given.
7433 if test "${enable_fast_install+set}" = set; then :
7434 enableval=$enable_fast_install; p=${PACKAGE-default}
7435 case $enableval in
7436 yes) enable_fast_install=yes ;;
7437 no) enable_fast_install=no ;;
7438 *)
7439 enable_fast_install=no
7440 # Look at the argument we got. We use all the common list separators.
7441 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7442 for pkg in $enableval; do
7443 IFS="$lt_save_ifs"
7444 if test "X$pkg" = "X$p"; then
7445 enable_fast_install=yes
7446 fi
7447 done
7448 IFS="$lt_save_ifs"
7449 ;;
7450 esac
7451 else
7452 enable_fast_install=yes
7453 fi
7454
7455
7456
7457
7458
7459
7460
7461
7462
7463
7464
7465 # This can be used to rebuild libtool when needed
7466 LIBTOOL_DEPS="$ltmain"
7467
7468 # Always use our own libtool.
7469 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7470
7471
7472
7473
7474
7475
7476
7477
7478
7479
7480
7481
7482
7483
7484
7485
7486
7487
7488
7489
7490
7491
7492
7493
7494
7495
7496 test -z "$LN_S" && LN_S="ln -s"
7497
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511 if test -n "${ZSH_VERSION+set}" ; then
7512 setopt NO_GLOB_SUBST
7513 fi
7514
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7516 $as_echo_n "checking for objdir... " >&6; }
7517 if ${lt_cv_objdir+:} false; then :
7518 $as_echo_n "(cached) " >&6
7519 else
7520 rm -f .libs 2>/dev/null
7521 mkdir .libs 2>/dev/null
7522 if test -d .libs; then
7523 lt_cv_objdir=.libs
7524 else
7525 # MS-DOS does not allow filenames that begin with a dot.
7526 lt_cv_objdir=_libs
7527 fi
7528 rmdir .libs 2>/dev/null
7529 fi
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7531 $as_echo "$lt_cv_objdir" >&6; }
7532 objdir=$lt_cv_objdir
7533
7534
7535
7536
7537
7538 cat >>confdefs.h <<_ACEOF
7539 #define LT_OBJDIR "$lt_cv_objdir/"
7540 _ACEOF
7541
7542
7543
7544
7545 case $host_os in
7546 aix3*)
7547 # AIX sometimes has problems with the GCC collect2 program. For some
7548 # reason, if we set the COLLECT_NAMES environment variable, the problems
7549 # vanish in a puff of smoke.
7550 if test "X${COLLECT_NAMES+set}" != Xset; then
7551 COLLECT_NAMES=
7552 export COLLECT_NAMES
7553 fi
7554 ;;
7555 esac
7556
7557 # Global variables:
7558 ofile=libtool
7559 can_build_shared=yes
7560
7561 # All known linkers require a `.a' archive for static linking (except MSVC,
7562 # which needs '.lib').
7563 libext=a
7564
7565 with_gnu_ld="$lt_cv_prog_gnu_ld"
7566
7567 old_CC="$CC"
7568 old_CFLAGS="$CFLAGS"
7569
7570 # Set sane defaults for various variables
7571 test -z "$CC" && CC=cc
7572 test -z "$LTCC" && LTCC=$CC
7573 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7574 test -z "$LD" && LD=ld
7575 test -z "$ac_objext" && ac_objext=o
7576
7577 for cc_temp in $compiler""; do
7578 case $cc_temp in
7579 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7580 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7581 \-*) ;;
7582 *) break;;
7583 esac
7584 done
7585 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7586
7587
7588 # Only perform the check for file, if the check method requires it
7589 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7590 case $deplibs_check_method in
7591 file_magic*)
7592 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7594 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7595 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7596 $as_echo_n "(cached) " >&6
7597 else
7598 case $MAGIC_CMD in
7599 [\\/*] | ?:[\\/]*)
7600 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7601 ;;
7602 *)
7603 lt_save_MAGIC_CMD="$MAGIC_CMD"
7604 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7605 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7606 for ac_dir in $ac_dummy; do
7607 IFS="$lt_save_ifs"
7608 test -z "$ac_dir" && ac_dir=.
7609 if test -f $ac_dir/${ac_tool_prefix}file; then
7610 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7611 if test -n "$file_magic_test_file"; then
7612 case $deplibs_check_method in
7613 "file_magic "*)
7614 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7615 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7616 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7617 $EGREP "$file_magic_regex" > /dev/null; then
7618 :
7619 else
7620 cat <<_LT_EOF 1>&2
7621
7622 *** Warning: the command libtool uses to detect shared libraries,
7623 *** $file_magic_cmd, produces output that libtool cannot recognize.
7624 *** The result is that libtool may fail to recognize shared libraries
7625 *** as such. This will affect the creation of libtool libraries that
7626 *** depend on shared libraries, but programs linked with such libtool
7627 *** libraries will work regardless of this problem. Nevertheless, you
7628 *** may want to report the problem to your system manager and/or to
7629 *** bug-libtool@gnu.org
7630
7631 _LT_EOF
7632 fi ;;
7633 esac
7634 fi
7635 break
7636 fi
7637 done
7638 IFS="$lt_save_ifs"
7639 MAGIC_CMD="$lt_save_MAGIC_CMD"
7640 ;;
7641 esac
7642 fi
7643
7644 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7645 if test -n "$MAGIC_CMD"; then
7646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7647 $as_echo "$MAGIC_CMD" >&6; }
7648 else
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7650 $as_echo "no" >&6; }
7651 fi
7652
7653
7654
7655
7656
7657 if test -z "$lt_cv_path_MAGIC_CMD"; then
7658 if test -n "$ac_tool_prefix"; then
7659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7660 $as_echo_n "checking for file... " >&6; }
7661 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7662 $as_echo_n "(cached) " >&6
7663 else
7664 case $MAGIC_CMD in
7665 [\\/*] | ?:[\\/]*)
7666 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7667 ;;
7668 *)
7669 lt_save_MAGIC_CMD="$MAGIC_CMD"
7670 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7671 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7672 for ac_dir in $ac_dummy; do
7673 IFS="$lt_save_ifs"
7674 test -z "$ac_dir" && ac_dir=.
7675 if test -f $ac_dir/file; then
7676 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7677 if test -n "$file_magic_test_file"; then
7678 case $deplibs_check_method in
7679 "file_magic "*)
7680 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7681 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7682 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7683 $EGREP "$file_magic_regex" > /dev/null; then
7684 :
7685 else
7686 cat <<_LT_EOF 1>&2
7687
7688 *** Warning: the command libtool uses to detect shared libraries,
7689 *** $file_magic_cmd, produces output that libtool cannot recognize.
7690 *** The result is that libtool may fail to recognize shared libraries
7691 *** as such. This will affect the creation of libtool libraries that
7692 *** depend on shared libraries, but programs linked with such libtool
7693 *** libraries will work regardless of this problem. Nevertheless, you
7694 *** may want to report the problem to your system manager and/or to
7695 *** bug-libtool@gnu.org
7696
7697 _LT_EOF
7698 fi ;;
7699 esac
7700 fi
7701 break
7702 fi
7703 done
7704 IFS="$lt_save_ifs"
7705 MAGIC_CMD="$lt_save_MAGIC_CMD"
7706 ;;
7707 esac
7708 fi
7709
7710 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7711 if test -n "$MAGIC_CMD"; then
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7713 $as_echo "$MAGIC_CMD" >&6; }
7714 else
7715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7716 $as_echo "no" >&6; }
7717 fi
7718
7719
7720 else
7721 MAGIC_CMD=:
7722 fi
7723 fi
7724
7725 fi
7726 ;;
7727 esac
7728
7729 # Use C for the default configuration in the libtool script
7730
7731 lt_save_CC="$CC"
7732 ac_ext=c
7733 ac_cpp='$CPP $CPPFLAGS'
7734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7737
7738
7739 # Source file extension for C test sources.
7740 ac_ext=c
7741
7742 # Object file extension for compiled C test sources.
7743 objext=o
7744 objext=$objext
7745
7746 # Code to be used in simple compile tests
7747 lt_simple_compile_test_code="int some_variable = 0;"
7748
7749 # Code to be used in simple link tests
7750 lt_simple_link_test_code='int main(){return(0);}'
7751
7752
7753
7754
7755
7756
7757
7758 # If no C compiler was specified, use CC.
7759 LTCC=${LTCC-"$CC"}
7760
7761 # If no C compiler flags were specified, use CFLAGS.
7762 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7763
7764 # Allow CC to be a program name with arguments.
7765 compiler=$CC
7766
7767 # Save the default compiler, since it gets overwritten when the other
7768 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7769 compiler_DEFAULT=$CC
7770
7771 # save warnings/boilerplate of simple test code
7772 ac_outfile=conftest.$ac_objext
7773 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7774 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7775 _lt_compiler_boilerplate=`cat conftest.err`
7776 $RM conftest*
7777
7778 ac_outfile=conftest.$ac_objext
7779 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7780 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7781 _lt_linker_boilerplate=`cat conftest.err`
7782 $RM -r conftest*
7783
7784
7785 ## CAVEAT EMPTOR:
7786 ## There is no encapsulation within the following macros, do not change
7787 ## the running order or otherwise move them around unless you know exactly
7788 ## what you are doing...
7789 if test -n "$compiler"; then
7790
7791 lt_prog_compiler_no_builtin_flag=
7792
7793 if test "$GCC" = yes; then
7794 case $cc_basename in
7795 nvcc*)
7796 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7797 *)
7798 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7799 esac
7800
7801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7802 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7803 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7804 $as_echo_n "(cached) " >&6
7805 else
7806 lt_cv_prog_compiler_rtti_exceptions=no
7807 ac_outfile=conftest.$ac_objext
7808 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7809 lt_compiler_flag="-fno-rtti -fno-exceptions"
7810 # Insert the option either (1) after the last *FLAGS variable, or
7811 # (2) before a word containing "conftest.", or (3) at the end.
7812 # Note that $ac_compile itself does not contain backslashes and begins
7813 # with a dollar sign (not a hyphen), so the echo should work correctly.
7814 # The option is referenced via a variable to avoid confusing sed.
7815 lt_compile=`echo "$ac_compile" | $SED \
7816 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7817 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7818 -e 's:$: $lt_compiler_flag:'`
7819 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7820 (eval "$lt_compile" 2>conftest.err)
7821 ac_status=$?
7822 cat conftest.err >&5
7823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7824 if (exit $ac_status) && test -s "$ac_outfile"; then
7825 # The compiler can only warn and ignore the option if not recognized
7826 # So say no if there are warnings other than the usual output.
7827 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7828 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7829 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7830 lt_cv_prog_compiler_rtti_exceptions=yes
7831 fi
7832 fi
7833 $RM conftest*
7834
7835 fi
7836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7837 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7838
7839 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7840 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7841 else
7842 :
7843 fi
7844
7845 fi
7846
7847
7848
7849
7850
7851
7852 lt_prog_compiler_wl=
7853 lt_prog_compiler_pic=
7854 lt_prog_compiler_static=
7855
7856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7857 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7858
7859 if test "$GCC" = yes; then
7860 lt_prog_compiler_wl='-Wl,'
7861 lt_prog_compiler_static='-static'
7862
7863 case $host_os in
7864 aix*)
7865 # All AIX code is PIC.
7866 if test "$host_cpu" = ia64; then
7867 # AIX 5 now supports IA64 processor
7868 lt_prog_compiler_static='-Bstatic'
7869 fi
7870 lt_prog_compiler_pic='-fPIC'
7871 ;;
7872
7873 amigaos*)
7874 case $host_cpu in
7875 powerpc)
7876 # see comment about AmigaOS4 .so support
7877 lt_prog_compiler_pic='-fPIC'
7878 ;;
7879 m68k)
7880 # FIXME: we need at least 68020 code to build shared libraries, but
7881 # adding the `-m68020' flag to GCC prevents building anything better,
7882 # like `-m68040'.
7883 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7884 ;;
7885 esac
7886 ;;
7887
7888 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7889 # PIC is the default for these OSes.
7890 ;;
7891
7892 mingw* | cygwin* | pw32* | os2* | cegcc*)
7893 # This hack is so that the source file can tell whether it is being
7894 # built for inclusion in a dll (and should export symbols for example).
7895 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7896 # (--disable-auto-import) libraries
7897 lt_prog_compiler_pic='-DDLL_EXPORT'
7898 ;;
7899
7900 darwin* | rhapsody*)
7901 # PIC is the default on this platform
7902 # Common symbols not allowed in MH_DYLIB files
7903 lt_prog_compiler_pic='-fno-common'
7904 ;;
7905
7906 haiku*)
7907 # PIC is the default for Haiku.
7908 # The "-static" flag exists, but is broken.
7909 lt_prog_compiler_static=
7910 ;;
7911
7912 hpux*)
7913 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7914 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7915 # sets the default TLS model and affects inlining.
7916 case $host_cpu in
7917 hppa*64*)
7918 # +Z the default
7919 ;;
7920 *)
7921 lt_prog_compiler_pic='-fPIC'
7922 ;;
7923 esac
7924 ;;
7925
7926 interix[3-9]*)
7927 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7928 # Instead, we relocate shared libraries at runtime.
7929 ;;
7930
7931 msdosdjgpp*)
7932 # Just because we use GCC doesn't mean we suddenly get shared libraries
7933 # on systems that don't support them.
7934 lt_prog_compiler_can_build_shared=no
7935 enable_shared=no
7936 ;;
7937
7938 *nto* | *qnx*)
7939 # QNX uses GNU C++, but need to define -shared option too, otherwise
7940 # it will coredump.
7941 lt_prog_compiler_pic='-fPIC -shared'
7942 ;;
7943
7944 sysv4*MP*)
7945 if test -d /usr/nec; then
7946 lt_prog_compiler_pic=-Kconform_pic
7947 fi
7948 ;;
7949
7950 *)
7951 lt_prog_compiler_pic='-fPIC'
7952 ;;
7953 esac
7954
7955 case $cc_basename in
7956 nvcc*) # Cuda Compiler Driver 2.2
7957 lt_prog_compiler_wl='-Xlinker '
7958 lt_prog_compiler_pic='-Xcompiler -fPIC'
7959 ;;
7960 esac
7961 else
7962 # PORTME Check for flag to pass linker flags through the system compiler.
7963 case $host_os in
7964 aix*)
7965 lt_prog_compiler_wl='-Wl,'
7966 if test "$host_cpu" = ia64; then
7967 # AIX 5 now supports IA64 processor
7968 lt_prog_compiler_static='-Bstatic'
7969 else
7970 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7971 fi
7972 ;;
7973
7974 mingw* | cygwin* | pw32* | os2* | cegcc*)
7975 # This hack is so that the source file can tell whether it is being
7976 # built for inclusion in a dll (and should export symbols for example).
7977 lt_prog_compiler_pic='-DDLL_EXPORT'
7978 ;;
7979
7980 hpux9* | hpux10* | hpux11*)
7981 lt_prog_compiler_wl='-Wl,'
7982 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7983 # not for PA HP-UX.
7984 case $host_cpu in
7985 hppa*64*|ia64*)
7986 # +Z the default
7987 ;;
7988 *)
7989 lt_prog_compiler_pic='+Z'
7990 ;;
7991 esac
7992 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7993 lt_prog_compiler_static='${wl}-a ${wl}archive'
7994 ;;
7995
7996 irix5* | irix6* | nonstopux*)
7997 lt_prog_compiler_wl='-Wl,'
7998 # PIC (with -KPIC) is the default.
7999 lt_prog_compiler_static='-non_shared'
8000 ;;
8001
8002 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8003 case $cc_basename in
8004 # old Intel for x86_64 which still supported -KPIC.
8005 ecc*)
8006 lt_prog_compiler_wl='-Wl,'
8007 lt_prog_compiler_pic='-KPIC'
8008 lt_prog_compiler_static='-static'
8009 ;;
8010 # icc used to be incompatible with GCC.
8011 # ICC 10 doesn't accept -KPIC any more.
8012 icc* | ifort*)
8013 lt_prog_compiler_wl='-Wl,'
8014 lt_prog_compiler_pic='-fPIC'
8015 lt_prog_compiler_static='-static'
8016 ;;
8017 # Lahey Fortran 8.1.
8018 lf95*)
8019 lt_prog_compiler_wl='-Wl,'
8020 lt_prog_compiler_pic='--shared'
8021 lt_prog_compiler_static='--static'
8022 ;;
8023 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8024 # Portland Group compilers (*not* the Pentium gcc compiler,
8025 # which looks to be a dead project)
8026 lt_prog_compiler_wl='-Wl,'
8027 lt_prog_compiler_pic='-fpic'
8028 lt_prog_compiler_static='-Bstatic'
8029 ;;
8030 ccc*)
8031 lt_prog_compiler_wl='-Wl,'
8032 # All Alpha code is PIC.
8033 lt_prog_compiler_static='-non_shared'
8034 ;;
8035 xl* | bgxl* | bgf* | mpixl*)
8036 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8037 lt_prog_compiler_wl='-Wl,'
8038 lt_prog_compiler_pic='-qpic'
8039 lt_prog_compiler_static='-qstaticlink'
8040 ;;
8041 *)
8042 case `$CC -V 2>&1 | sed 5q` in
8043 *Sun\ F* | *Sun*Fortran*)
8044 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8045 lt_prog_compiler_pic='-KPIC'
8046 lt_prog_compiler_static='-Bstatic'
8047 lt_prog_compiler_wl=''
8048 ;;
8049 *Sun\ C*)
8050 # Sun C 5.9
8051 lt_prog_compiler_pic='-KPIC'
8052 lt_prog_compiler_static='-Bstatic'
8053 lt_prog_compiler_wl='-Wl,'
8054 ;;
8055 esac
8056 ;;
8057 esac
8058 ;;
8059
8060 newsos6)
8061 lt_prog_compiler_pic='-KPIC'
8062 lt_prog_compiler_static='-Bstatic'
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 osf3* | osf4* | osf5*)
8072 lt_prog_compiler_wl='-Wl,'
8073 # All OSF/1 code is PIC.
8074 lt_prog_compiler_static='-non_shared'
8075 ;;
8076
8077 rdos*)
8078 lt_prog_compiler_static='-non_shared'
8079 ;;
8080
8081 solaris*)
8082 lt_prog_compiler_pic='-KPIC'
8083 lt_prog_compiler_static='-Bstatic'
8084 case $cc_basename in
8085 f77* | f90* | f95*)
8086 lt_prog_compiler_wl='-Qoption ld ';;
8087 *)
8088 lt_prog_compiler_wl='-Wl,';;
8089 esac
8090 ;;
8091
8092 sunos4*)
8093 lt_prog_compiler_wl='-Qoption ld '
8094 lt_prog_compiler_pic='-PIC'
8095 lt_prog_compiler_static='-Bstatic'
8096 ;;
8097
8098 sysv4 | sysv4.2uw2* | sysv4.3*)
8099 lt_prog_compiler_wl='-Wl,'
8100 lt_prog_compiler_pic='-KPIC'
8101 lt_prog_compiler_static='-Bstatic'
8102 ;;
8103
8104 sysv4*MP*)
8105 if test -d /usr/nec ;then
8106 lt_prog_compiler_pic='-Kconform_pic'
8107 lt_prog_compiler_static='-Bstatic'
8108 fi
8109 ;;
8110
8111 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8112 lt_prog_compiler_wl='-Wl,'
8113 lt_prog_compiler_pic='-KPIC'
8114 lt_prog_compiler_static='-Bstatic'
8115 ;;
8116
8117 unicos*)
8118 lt_prog_compiler_wl='-Wl,'
8119 lt_prog_compiler_can_build_shared=no
8120 ;;
8121
8122 uts4*)
8123 lt_prog_compiler_pic='-pic'
8124 lt_prog_compiler_static='-Bstatic'
8125 ;;
8126
8127 *)
8128 lt_prog_compiler_can_build_shared=no
8129 ;;
8130 esac
8131 fi
8132
8133 case $host_os in
8134 # For platforms which do not support PIC, -DPIC is meaningless:
8135 *djgpp*)
8136 lt_prog_compiler_pic=
8137 ;;
8138 *)
8139 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8140 ;;
8141 esac
8142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8143 $as_echo "$lt_prog_compiler_pic" >&6; }
8144
8145
8146
8147
8148
8149
8150 #
8151 # Check to make sure the PIC flag actually works.
8152 #
8153 if test -n "$lt_prog_compiler_pic"; then
8154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8155 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8156 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8157 $as_echo_n "(cached) " >&6
8158 else
8159 lt_cv_prog_compiler_pic_works=no
8160 ac_outfile=conftest.$ac_objext
8161 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8162 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8163 # Insert the option either (1) after the last *FLAGS variable, or
8164 # (2) before a word containing "conftest.", or (3) at the end.
8165 # Note that $ac_compile itself does not contain backslashes and begins
8166 # with a dollar sign (not a hyphen), so the echo should work correctly.
8167 # The option is referenced via a variable to avoid confusing sed.
8168 lt_compile=`echo "$ac_compile" | $SED \
8169 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8170 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8171 -e 's:$: $lt_compiler_flag:'`
8172 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8173 (eval "$lt_compile" 2>conftest.err)
8174 ac_status=$?
8175 cat conftest.err >&5
8176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8177 if (exit $ac_status) && test -s "$ac_outfile"; then
8178 # The compiler can only warn and ignore the option if not recognized
8179 # So say no if there are warnings other than the usual output.
8180 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8181 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8182 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8183 lt_cv_prog_compiler_pic_works=yes
8184 fi
8185 fi
8186 $RM conftest*
8187
8188 fi
8189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8190 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8191
8192 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8193 case $lt_prog_compiler_pic in
8194 "" | " "*) ;;
8195 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8196 esac
8197 else
8198 lt_prog_compiler_pic=
8199 lt_prog_compiler_can_build_shared=no
8200 fi
8201
8202 fi
8203
8204
8205
8206
8207
8208
8209 #
8210 # Check to make sure the static flag actually works.
8211 #
8212 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8214 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8215 if ${lt_cv_prog_compiler_static_works+:} false; then :
8216 $as_echo_n "(cached) " >&6
8217 else
8218 lt_cv_prog_compiler_static_works=no
8219 save_LDFLAGS="$LDFLAGS"
8220 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8221 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8222 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8223 # The linker can only warn and ignore the option if not recognized
8224 # So say no if there are warnings
8225 if test -s conftest.err; then
8226 # Append any errors to the config.log.
8227 cat conftest.err 1>&5
8228 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8229 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8230 if diff conftest.exp conftest.er2 >/dev/null; then
8231 lt_cv_prog_compiler_static_works=yes
8232 fi
8233 else
8234 lt_cv_prog_compiler_static_works=yes
8235 fi
8236 fi
8237 $RM -r conftest*
8238 LDFLAGS="$save_LDFLAGS"
8239
8240 fi
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8242 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8243
8244 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8245 :
8246 else
8247 lt_prog_compiler_static=
8248 fi
8249
8250
8251
8252
8253
8254
8255
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8257 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8258 if ${lt_cv_prog_compiler_c_o+:} false; then :
8259 $as_echo_n "(cached) " >&6
8260 else
8261 lt_cv_prog_compiler_c_o=no
8262 $RM -r conftest 2>/dev/null
8263 mkdir conftest
8264 cd conftest
8265 mkdir out
8266 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8267
8268 lt_compiler_flag="-o out/conftest2.$ac_objext"
8269 # Insert the option either (1) after the last *FLAGS variable, or
8270 # (2) before a word containing "conftest.", or (3) at the end.
8271 # Note that $ac_compile itself does not contain backslashes and begins
8272 # with a dollar sign (not a hyphen), so the echo should work correctly.
8273 lt_compile=`echo "$ac_compile" | $SED \
8274 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8275 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8276 -e 's:$: $lt_compiler_flag:'`
8277 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8278 (eval "$lt_compile" 2>out/conftest.err)
8279 ac_status=$?
8280 cat out/conftest.err >&5
8281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8283 then
8284 # The compiler can only warn and ignore the option if not recognized
8285 # So say no if there are warnings
8286 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8287 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8288 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8289 lt_cv_prog_compiler_c_o=yes
8290 fi
8291 fi
8292 chmod u+w . 2>&5
8293 $RM conftest*
8294 # SGI C++ compiler will create directory out/ii_files/ for
8295 # template instantiation
8296 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8297 $RM out/* && rmdir out
8298 cd ..
8299 $RM -r conftest
8300 $RM conftest*
8301
8302 fi
8303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8304 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8305
8306
8307
8308
8309
8310
8311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8312 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8313 if ${lt_cv_prog_compiler_c_o+:} false; then :
8314 $as_echo_n "(cached) " >&6
8315 else
8316 lt_cv_prog_compiler_c_o=no
8317 $RM -r conftest 2>/dev/null
8318 mkdir conftest
8319 cd conftest
8320 mkdir out
8321 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8322
8323 lt_compiler_flag="-o out/conftest2.$ac_objext"
8324 # Insert the option either (1) after the last *FLAGS variable, or
8325 # (2) before a word containing "conftest.", or (3) at the end.
8326 # Note that $ac_compile itself does not contain backslashes and begins
8327 # with a dollar sign (not a hyphen), so the echo should work correctly.
8328 lt_compile=`echo "$ac_compile" | $SED \
8329 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8330 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8331 -e 's:$: $lt_compiler_flag:'`
8332 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8333 (eval "$lt_compile" 2>out/conftest.err)
8334 ac_status=$?
8335 cat out/conftest.err >&5
8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8338 then
8339 # The compiler can only warn and ignore the option if not recognized
8340 # So say no if there are warnings
8341 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8342 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8343 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8344 lt_cv_prog_compiler_c_o=yes
8345 fi
8346 fi
8347 chmod u+w . 2>&5
8348 $RM conftest*
8349 # SGI C++ compiler will create directory out/ii_files/ for
8350 # template instantiation
8351 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8352 $RM out/* && rmdir out
8353 cd ..
8354 $RM -r conftest
8355 $RM conftest*
8356
8357 fi
8358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8359 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8360
8361
8362
8363
8364 hard_links="nottested"
8365 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8366 # do not overwrite the value of need_locks provided by the user
8367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8368 $as_echo_n "checking if we can lock with hard links... " >&6; }
8369 hard_links=yes
8370 $RM conftest*
8371 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8372 touch conftest.a
8373 ln conftest.a conftest.b 2>&5 || hard_links=no
8374 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8376 $as_echo "$hard_links" >&6; }
8377 if test "$hard_links" = no; then
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8379 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8380 need_locks=warn
8381 fi
8382 else
8383 need_locks=no
8384 fi
8385
8386
8387
8388
8389
8390
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8392 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8393
8394 runpath_var=
8395 allow_undefined_flag=
8396 always_export_symbols=no
8397 archive_cmds=
8398 archive_expsym_cmds=
8399 compiler_needs_object=no
8400 enable_shared_with_static_runtimes=no
8401 export_dynamic_flag_spec=
8402 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8403 hardcode_automatic=no
8404 hardcode_direct=no
8405 hardcode_direct_absolute=no
8406 hardcode_libdir_flag_spec=
8407 hardcode_libdir_flag_spec_ld=
8408 hardcode_libdir_separator=
8409 hardcode_minus_L=no
8410 hardcode_shlibpath_var=unsupported
8411 inherit_rpath=no
8412 link_all_deplibs=unknown
8413 module_cmds=
8414 module_expsym_cmds=
8415 old_archive_from_new_cmds=
8416 old_archive_from_expsyms_cmds=
8417 thread_safe_flag_spec=
8418 whole_archive_flag_spec=
8419 # include_expsyms should be a list of space-separated symbols to be *always*
8420 # included in the symbol list
8421 include_expsyms=
8422 # exclude_expsyms can be an extended regexp of symbols to exclude
8423 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8424 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8425 # as well as any symbol that contains `d'.
8426 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8427 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8428 # platforms (ab)use it in PIC code, but their linkers get confused if
8429 # the symbol is explicitly referenced. Since portable code cannot
8430 # rely on this symbol name, it's probably fine to never include it in
8431 # preloaded symbol tables.
8432 # Exclude shared library initialization/finalization symbols.
8433 extract_expsyms_cmds=
8434
8435 case $host_os in
8436 cygwin* | mingw* | pw32* | cegcc*)
8437 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8438 # When not using gcc, we currently assume that we are using
8439 # Microsoft Visual C++.
8440 if test "$GCC" != yes; then
8441 with_gnu_ld=no
8442 fi
8443 ;;
8444 interix*)
8445 # we just hope/assume this is gcc and not c89 (= MSVC++)
8446 with_gnu_ld=yes
8447 ;;
8448 openbsd*)
8449 with_gnu_ld=no
8450 ;;
8451 esac
8452
8453 ld_shlibs=yes
8454
8455 # On some targets, GNU ld is compatible enough with the native linker
8456 # that we're better off using the native interface for both.
8457 lt_use_gnu_ld_interface=no
8458 if test "$with_gnu_ld" = yes; then
8459 case $host_os in
8460 aix*)
8461 # The AIX port of GNU ld has always aspired to compatibility
8462 # with the native linker. However, as the warning in the GNU ld
8463 # block says, versions before 2.19.5* couldn't really create working
8464 # shared libraries, regardless of the interface used.
8465 case `$LD -v 2>&1` in
8466 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8467 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8468 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8469 *)
8470 lt_use_gnu_ld_interface=yes
8471 ;;
8472 esac
8473 ;;
8474 *)
8475 lt_use_gnu_ld_interface=yes
8476 ;;
8477 esac
8478 fi
8479
8480 if test "$lt_use_gnu_ld_interface" = yes; then
8481 # If archive_cmds runs LD, not CC, wlarc should be empty
8482 wlarc='${wl}'
8483
8484 # Set some defaults for GNU ld with shared library support. These
8485 # are reset later if shared libraries are not supported. Putting them
8486 # here allows them to be overridden if necessary.
8487 runpath_var=LD_RUN_PATH
8488 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8489 export_dynamic_flag_spec='${wl}--export-dynamic'
8490 # ancient GNU ld didn't support --whole-archive et. al.
8491 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8492 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8493 else
8494 whole_archive_flag_spec=
8495 fi
8496 supports_anon_versioning=no
8497 case `$LD -v 2>&1` in
8498 *GNU\ gold*) supports_anon_versioning=yes ;;
8499 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8500 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8501 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8502 *\ 2.11.*) ;; # other 2.11 versions
8503 *) supports_anon_versioning=yes ;;
8504 esac
8505
8506 # See if GNU ld supports shared libraries.
8507 case $host_os in
8508 aix[3-9]*)
8509 # On AIX/PPC, the GNU linker is very broken
8510 if test "$host_cpu" != ia64; then
8511 ld_shlibs=no
8512 cat <<_LT_EOF 1>&2
8513
8514 *** Warning: the GNU linker, at least up to release 2.19, is reported
8515 *** to be unable to reliably create shared libraries on AIX.
8516 *** Therefore, libtool is disabling shared libraries support. If you
8517 *** really care for shared libraries, you may want to install binutils
8518 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8519 *** You will then need to restart the configuration process.
8520
8521 _LT_EOF
8522 fi
8523 ;;
8524
8525 amigaos*)
8526 case $host_cpu in
8527 powerpc)
8528 # see comment about AmigaOS4 .so support
8529 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8530 archive_expsym_cmds=''
8531 ;;
8532 m68k)
8533 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)'
8534 hardcode_libdir_flag_spec='-L$libdir'
8535 hardcode_minus_L=yes
8536 ;;
8537 esac
8538 ;;
8539
8540 beos*)
8541 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8542 allow_undefined_flag=unsupported
8543 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8544 # support --undefined. This deserves some investigation. FIXME
8545 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8546 else
8547 ld_shlibs=no
8548 fi
8549 ;;
8550
8551 cygwin* | mingw* | pw32* | cegcc*)
8552 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8553 # as there is no search path for DLLs.
8554 hardcode_libdir_flag_spec='-L$libdir'
8555 export_dynamic_flag_spec='${wl}--export-all-symbols'
8556 allow_undefined_flag=unsupported
8557 always_export_symbols=no
8558 enable_shared_with_static_runtimes=yes
8559 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8560
8561 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8562 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8563 # If the export-symbols file already is a .def file (1st line
8564 # is EXPORTS), use it as is; otherwise, prepend...
8565 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8566 cp $export_symbols $output_objdir/$soname.def;
8567 else
8568 echo EXPORTS > $output_objdir/$soname.def;
8569 cat $export_symbols >> $output_objdir/$soname.def;
8570 fi~
8571 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8572 else
8573 ld_shlibs=no
8574 fi
8575 ;;
8576
8577 haiku*)
8578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8579 link_all_deplibs=yes
8580 ;;
8581
8582 interix[3-9]*)
8583 hardcode_direct=no
8584 hardcode_shlibpath_var=no
8585 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8586 export_dynamic_flag_spec='${wl}-E'
8587 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8588 # Instead, shared libraries are loaded at an image base (0x10000000 by
8589 # default) and relocated if they conflict, which is a slow very memory
8590 # consuming and fragmenting process. To avoid this, we pick a random,
8591 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8592 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8593 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8594 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'
8595 ;;
8596
8597 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8598 tmp_diet=no
8599 if test "$host_os" = linux-dietlibc; then
8600 case $cc_basename in
8601 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8602 esac
8603 fi
8604 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8605 && test "$tmp_diet" = no
8606 then
8607 tmp_addflag=' $pic_flag'
8608 tmp_sharedflag='-shared'
8609 case $cc_basename,$host_cpu in
8610 pgcc*) # Portland Group C compiler
8611 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'
8612 tmp_addflag=' $pic_flag'
8613 ;;
8614 pgf77* | pgf90* | pgf95* | pgfortran*)
8615 # Portland Group f77 and f90 compilers
8616 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'
8617 tmp_addflag=' $pic_flag -Mnomain' ;;
8618 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8619 tmp_addflag=' -i_dynamic' ;;
8620 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8621 tmp_addflag=' -i_dynamic -nofor_main' ;;
8622 ifc* | ifort*) # Intel Fortran compiler
8623 tmp_addflag=' -nofor_main' ;;
8624 lf95*) # Lahey Fortran 8.1
8625 whole_archive_flag_spec=
8626 tmp_sharedflag='--shared' ;;
8627 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8628 tmp_sharedflag='-qmkshrobj'
8629 tmp_addflag= ;;
8630 nvcc*) # Cuda Compiler Driver 2.2
8631 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'
8632 compiler_needs_object=yes
8633 ;;
8634 esac
8635 case `$CC -V 2>&1 | sed 5q` in
8636 *Sun\ C*) # Sun C 5.9
8637 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'
8638 compiler_needs_object=yes
8639 tmp_sharedflag='-G' ;;
8640 *Sun\ F*) # Sun Fortran 8.3
8641 tmp_sharedflag='-G' ;;
8642 esac
8643 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8644
8645 if test "x$supports_anon_versioning" = xyes; then
8646 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8647 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8648 echo "local: *; };" >> $output_objdir/$libname.ver~
8649 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8650 fi
8651
8652 case $cc_basename in
8653 xlf* | bgf* | bgxlf* | mpixlf*)
8654 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8655 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8656 hardcode_libdir_flag_spec=
8657 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8658 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8659 if test "x$supports_anon_versioning" = xyes; then
8660 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8661 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8662 echo "local: *; };" >> $output_objdir/$libname.ver~
8663 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8664 fi
8665 ;;
8666 esac
8667 else
8668 ld_shlibs=no
8669 fi
8670 ;;
8671
8672 netbsd*)
8673 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8674 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8675 wlarc=
8676 else
8677 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8678 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8679 fi
8680 ;;
8681
8682 solaris*)
8683 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8684 ld_shlibs=no
8685 cat <<_LT_EOF 1>&2
8686
8687 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8688 *** create shared libraries on Solaris systems. Therefore, libtool
8689 *** is disabling shared libraries support. We urge you to upgrade GNU
8690 *** binutils to release 2.9.1 or newer. Another option is to modify
8691 *** your PATH or compiler configuration so that the native linker is
8692 *** used, and then restart.
8693
8694 _LT_EOF
8695 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8696 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8697 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8698 else
8699 ld_shlibs=no
8700 fi
8701 ;;
8702
8703 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8704 case `$LD -v 2>&1` in
8705 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8706 ld_shlibs=no
8707 cat <<_LT_EOF 1>&2
8708
8709 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8710 *** reliably create shared libraries on SCO systems. Therefore, libtool
8711 *** is disabling shared libraries support. We urge you to upgrade GNU
8712 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8713 *** your PATH or compiler configuration so that the native linker is
8714 *** used, and then restart.
8715
8716 _LT_EOF
8717 ;;
8718 *)
8719 # For security reasons, it is highly recommended that you always
8720 # use absolute paths for naming shared libraries, and exclude the
8721 # DT_RUNPATH tag from executables and libraries. But doing so
8722 # requires that you compile everything twice, which is a pain.
8723 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8724 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8725 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8726 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8727 else
8728 ld_shlibs=no
8729 fi
8730 ;;
8731 esac
8732 ;;
8733
8734 sunos4*)
8735 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8736 wlarc=
8737 hardcode_direct=yes
8738 hardcode_shlibpath_var=no
8739 ;;
8740
8741 *)
8742 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8743 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8744 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8745 else
8746 ld_shlibs=no
8747 fi
8748 ;;
8749 esac
8750
8751 if test "$ld_shlibs" = no; then
8752 runpath_var=
8753 hardcode_libdir_flag_spec=
8754 export_dynamic_flag_spec=
8755 whole_archive_flag_spec=
8756 fi
8757 else
8758 # PORTME fill in a description of your system's linker (not GNU ld)
8759 case $host_os in
8760 aix3*)
8761 allow_undefined_flag=unsupported
8762 always_export_symbols=yes
8763 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'
8764 # Note: this linker hardcodes the directories in LIBPATH if there
8765 # are no directories specified by -L.
8766 hardcode_minus_L=yes
8767 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8768 # Neither direct hardcoding nor static linking is supported with a
8769 # broken collect2.
8770 hardcode_direct=unsupported
8771 fi
8772 ;;
8773
8774 aix[4-9]*)
8775 if test "$host_cpu" = ia64; then
8776 # On IA64, the linker does run time linking by default, so we don't
8777 # have to do anything special.
8778 aix_use_runtimelinking=no
8779 exp_sym_flag='-Bexport'
8780 no_entry_flag=""
8781 else
8782 # If we're using GNU nm, then we don't want the "-C" option.
8783 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8784 # Also, AIX nm treats weak defined symbols like other global
8785 # defined symbols, whereas GNU nm marks them as "W".
8786 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8787 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'
8788 else
8789 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'
8790 fi
8791 aix_use_runtimelinking=no
8792
8793 # Test if we are trying to use run time linking or normal
8794 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8795 # need to do runtime linking.
8796 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8797 for ld_flag in $LDFLAGS; do
8798 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8799 aix_use_runtimelinking=yes
8800 break
8801 fi
8802 done
8803 ;;
8804 esac
8805
8806 exp_sym_flag='-bexport'
8807 no_entry_flag='-bnoentry'
8808 fi
8809
8810 # When large executables or shared objects are built, AIX ld can
8811 # have problems creating the table of contents. If linking a library
8812 # or program results in "error TOC overflow" add -mminimal-toc to
8813 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8814 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8815
8816 archive_cmds=''
8817 hardcode_direct=yes
8818 hardcode_direct_absolute=yes
8819 hardcode_libdir_separator=':'
8820 link_all_deplibs=yes
8821 file_list_spec='${wl}-f,'
8822
8823 if test "$GCC" = yes; then
8824 case $host_os in aix4.[012]|aix4.[012].*)
8825 # We only want to do this on AIX 4.2 and lower, the check
8826 # below for broken collect2 doesn't work under 4.3+
8827 collect2name=`${CC} -print-prog-name=collect2`
8828 if test -f "$collect2name" &&
8829 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8830 then
8831 # We have reworked collect2
8832 :
8833 else
8834 # We have old collect2
8835 hardcode_direct=unsupported
8836 # It fails to find uninstalled libraries when the uninstalled
8837 # path is not listed in the libpath. Setting hardcode_minus_L
8838 # to unsupported forces relinking
8839 hardcode_minus_L=yes
8840 hardcode_libdir_flag_spec='-L$libdir'
8841 hardcode_libdir_separator=
8842 fi
8843 ;;
8844 esac
8845 shared_flag='-shared'
8846 if test "$aix_use_runtimelinking" = yes; then
8847 shared_flag="$shared_flag "'${wl}-G'
8848 fi
8849 else
8850 # not using gcc
8851 if test "$host_cpu" = ia64; then
8852 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8853 # chokes on -Wl,-G. The following line is correct:
8854 shared_flag='-G'
8855 else
8856 if test "$aix_use_runtimelinking" = yes; then
8857 shared_flag='${wl}-G'
8858 else
8859 shared_flag='${wl}-bM:SRE'
8860 fi
8861 fi
8862 fi
8863
8864 export_dynamic_flag_spec='${wl}-bexpall'
8865 # It seems that -bexpall does not export symbols beginning with
8866 # underscore (_), so it is better to generate a list of symbols to export.
8867 always_export_symbols=yes
8868 if test "$aix_use_runtimelinking" = yes; then
8869 # Warning - without using the other runtime loading flags (-brtl),
8870 # -berok will link without error, but may produce a broken library.
8871 allow_undefined_flag='-berok'
8872 # Determine the default libpath from the value encoded in an
8873 # empty executable.
8874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8875 /* end confdefs.h. */
8876
8877 int
8878 main ()
8879 {
8880
8881 ;
8882 return 0;
8883 }
8884 _ACEOF
8885 if ac_fn_c_try_link "$LINENO"; then :
8886
8887 lt_aix_libpath_sed='
8888 /Import File Strings/,/^$/ {
8889 /^0/ {
8890 s/^0 *\(.*\)$/\1/
8891 p
8892 }
8893 }'
8894 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8895 # Check for a 64-bit object if we didn't find anything.
8896 if test -z "$aix_libpath"; then
8897 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8898 fi
8899 fi
8900 rm -f core conftest.err conftest.$ac_objext \
8901 conftest$ac_exeext conftest.$ac_ext
8902 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8903
8904 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8905 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"
8906 else
8907 if test "$host_cpu" = ia64; then
8908 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8909 allow_undefined_flag="-z nodefs"
8910 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"
8911 else
8912 # Determine the default libpath from the value encoded in an
8913 # empty executable.
8914 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8915 /* end confdefs.h. */
8916
8917 int
8918 main ()
8919 {
8920
8921 ;
8922 return 0;
8923 }
8924 _ACEOF
8925 if ac_fn_c_try_link "$LINENO"; then :
8926
8927 lt_aix_libpath_sed='
8928 /Import File Strings/,/^$/ {
8929 /^0/ {
8930 s/^0 *\(.*\)$/\1/
8931 p
8932 }
8933 }'
8934 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8935 # Check for a 64-bit object if we didn't find anything.
8936 if test -z "$aix_libpath"; then
8937 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8938 fi
8939 fi
8940 rm -f core conftest.err conftest.$ac_objext \
8941 conftest$ac_exeext conftest.$ac_ext
8942 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8943
8944 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8945 # Warning - without using the other run time loading flags,
8946 # -berok will link without error, but may produce a broken library.
8947 no_undefined_flag=' ${wl}-bernotok'
8948 allow_undefined_flag=' ${wl}-berok'
8949 if test "$with_gnu_ld" = yes; then
8950 # We only use this code for GNU lds that support --whole-archive.
8951 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8952 else
8953 # Exported symbols can be pulled into shared objects from archives
8954 whole_archive_flag_spec='$convenience'
8955 fi
8956 archive_cmds_need_lc=yes
8957 # This is similar to how AIX traditionally builds its shared libraries.
8958 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'
8959 fi
8960 fi
8961 ;;
8962
8963 amigaos*)
8964 case $host_cpu in
8965 powerpc)
8966 # see comment about AmigaOS4 .so support
8967 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8968 archive_expsym_cmds=''
8969 ;;
8970 m68k)
8971 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)'
8972 hardcode_libdir_flag_spec='-L$libdir'
8973 hardcode_minus_L=yes
8974 ;;
8975 esac
8976 ;;
8977
8978 bsdi[45]*)
8979 export_dynamic_flag_spec=-rdynamic
8980 ;;
8981
8982 cygwin* | mingw* | pw32* | cegcc*)
8983 # When not using gcc, we currently assume that we are using
8984 # Microsoft Visual C++.
8985 # hardcode_libdir_flag_spec is actually meaningless, as there is
8986 # no search path for DLLs.
8987 hardcode_libdir_flag_spec=' '
8988 allow_undefined_flag=unsupported
8989 # Tell ltmain to make .lib files, not .a files.
8990 libext=lib
8991 # Tell ltmain to make .dll files, not .so files.
8992 shrext_cmds=".dll"
8993 # FIXME: Setting linknames here is a bad hack.
8994 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8995 # The linker will automatically build a .lib file if we build a DLL.
8996 old_archive_from_new_cmds='true'
8997 # FIXME: Should let the user specify the lib program.
8998 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8999 fix_srcfile_path='`cygpath -w "$srcfile"`'
9000 enable_shared_with_static_runtimes=yes
9001 ;;
9002
9003 darwin* | rhapsody*)
9004
9005
9006 archive_cmds_need_lc=no
9007 hardcode_direct=no
9008 hardcode_automatic=yes
9009 hardcode_shlibpath_var=unsupported
9010 if test "$lt_cv_ld_force_load" = "yes"; then
9011 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\"`'
9012 else
9013 whole_archive_flag_spec=''
9014 fi
9015 link_all_deplibs=yes
9016 allow_undefined_flag="$_lt_dar_allow_undefined"
9017 case $cc_basename in
9018 ifort*) _lt_dar_can_shared=yes ;;
9019 *) _lt_dar_can_shared=$GCC ;;
9020 esac
9021 if test "$_lt_dar_can_shared" = "yes"; then
9022 output_verbose_link_cmd=func_echo_all
9023 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9024 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9025 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}"
9026 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}"
9027
9028 else
9029 ld_shlibs=no
9030 fi
9031
9032 ;;
9033
9034 dgux*)
9035 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9036 hardcode_libdir_flag_spec='-L$libdir'
9037 hardcode_shlibpath_var=no
9038 ;;
9039
9040 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9041 # support. Future versions do this automatically, but an explicit c++rt0.o
9042 # does not break anything, and helps significantly (at the cost of a little
9043 # extra space).
9044 freebsd2.2*)
9045 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9046 hardcode_libdir_flag_spec='-R$libdir'
9047 hardcode_direct=yes
9048 hardcode_shlibpath_var=no
9049 ;;
9050
9051 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9052 freebsd2.*)
9053 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9054 hardcode_direct=yes
9055 hardcode_minus_L=yes
9056 hardcode_shlibpath_var=no
9057 ;;
9058
9059 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9060 freebsd* | dragonfly*)
9061 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9062 hardcode_libdir_flag_spec='-R$libdir'
9063 hardcode_direct=yes
9064 hardcode_shlibpath_var=no
9065 ;;
9066
9067 hpux9*)
9068 if test "$GCC" = yes; then
9069 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'
9070 else
9071 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'
9072 fi
9073 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9074 hardcode_libdir_separator=:
9075 hardcode_direct=yes
9076
9077 # hardcode_minus_L: Not really in the search PATH,
9078 # but as the default location of the library.
9079 hardcode_minus_L=yes
9080 export_dynamic_flag_spec='${wl}-E'
9081 ;;
9082
9083 hpux10*)
9084 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9085 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9086 else
9087 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9088 fi
9089 if test "$with_gnu_ld" = no; then
9090 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9091 hardcode_libdir_flag_spec_ld='+b $libdir'
9092 hardcode_libdir_separator=:
9093 hardcode_direct=yes
9094 hardcode_direct_absolute=yes
9095 export_dynamic_flag_spec='${wl}-E'
9096 # hardcode_minus_L: Not really in the search PATH,
9097 # but as the default location of the library.
9098 hardcode_minus_L=yes
9099 fi
9100 ;;
9101
9102 hpux11*)
9103 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9104 case $host_cpu in
9105 hppa*64*)
9106 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9107 ;;
9108 ia64*)
9109 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9110 ;;
9111 *)
9112 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9113 ;;
9114 esac
9115 else
9116 case $host_cpu in
9117 hppa*64*)
9118 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9119 ;;
9120 ia64*)
9121 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9122 ;;
9123 *)
9124
9125 # Older versions of the 11.00 compiler do not understand -b yet
9126 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9128 $as_echo_n "checking if $CC understands -b... " >&6; }
9129 if ${lt_cv_prog_compiler__b+:} false; then :
9130 $as_echo_n "(cached) " >&6
9131 else
9132 lt_cv_prog_compiler__b=no
9133 save_LDFLAGS="$LDFLAGS"
9134 LDFLAGS="$LDFLAGS -b"
9135 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9136 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9137 # The linker can only warn and ignore the option if not recognized
9138 # So say no if there are warnings
9139 if test -s conftest.err; then
9140 # Append any errors to the config.log.
9141 cat conftest.err 1>&5
9142 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9143 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9144 if diff conftest.exp conftest.er2 >/dev/null; then
9145 lt_cv_prog_compiler__b=yes
9146 fi
9147 else
9148 lt_cv_prog_compiler__b=yes
9149 fi
9150 fi
9151 $RM -r conftest*
9152 LDFLAGS="$save_LDFLAGS"
9153
9154 fi
9155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9156 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9157
9158 if test x"$lt_cv_prog_compiler__b" = xyes; then
9159 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9160 else
9161 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9162 fi
9163
9164 ;;
9165 esac
9166 fi
9167 if test "$with_gnu_ld" = no; then
9168 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9169 hardcode_libdir_separator=:
9170
9171 case $host_cpu in
9172 hppa*64*|ia64*)
9173 hardcode_direct=no
9174 hardcode_shlibpath_var=no
9175 ;;
9176 *)
9177 hardcode_direct=yes
9178 hardcode_direct_absolute=yes
9179 export_dynamic_flag_spec='${wl}-E'
9180
9181 # hardcode_minus_L: Not really in the search PATH,
9182 # but as the default location of the library.
9183 hardcode_minus_L=yes
9184 ;;
9185 esac
9186 fi
9187 ;;
9188
9189 irix5* | irix6* | nonstopux*)
9190 if test "$GCC" = yes; then
9191 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'
9192 # Try to use the -exported_symbol ld option, if it does not
9193 # work, assume that -exports_file does not work either and
9194 # implicitly export all symbols.
9195 save_LDFLAGS="$LDFLAGS"
9196 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9198 /* end confdefs.h. */
9199 int foo(void) {}
9200 _ACEOF
9201 if ac_fn_c_try_link "$LINENO"; then :
9202 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'
9203
9204 fi
9205 rm -f core conftest.err conftest.$ac_objext \
9206 conftest$ac_exeext conftest.$ac_ext
9207 LDFLAGS="$save_LDFLAGS"
9208 else
9209 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'
9210 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'
9211 fi
9212 archive_cmds_need_lc='no'
9213 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9214 hardcode_libdir_separator=:
9215 inherit_rpath=yes
9216 link_all_deplibs=yes
9217 ;;
9218
9219 netbsd*)
9220 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9221 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9222 else
9223 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9224 fi
9225 hardcode_libdir_flag_spec='-R$libdir'
9226 hardcode_direct=yes
9227 hardcode_shlibpath_var=no
9228 ;;
9229
9230 newsos6)
9231 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9232 hardcode_direct=yes
9233 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9234 hardcode_libdir_separator=:
9235 hardcode_shlibpath_var=no
9236 ;;
9237
9238 *nto* | *qnx*)
9239 ;;
9240
9241 openbsd*)
9242 if test -f /usr/libexec/ld.so; then
9243 hardcode_direct=yes
9244 hardcode_shlibpath_var=no
9245 hardcode_direct_absolute=yes
9246 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9247 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9248 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9249 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9250 export_dynamic_flag_spec='${wl}-E'
9251 else
9252 case $host_os in
9253 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9254 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9255 hardcode_libdir_flag_spec='-R$libdir'
9256 ;;
9257 *)
9258 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9259 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9260 ;;
9261 esac
9262 fi
9263 else
9264 ld_shlibs=no
9265 fi
9266 ;;
9267
9268 os2*)
9269 hardcode_libdir_flag_spec='-L$libdir'
9270 hardcode_minus_L=yes
9271 allow_undefined_flag=unsupported
9272 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'
9273 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9274 ;;
9275
9276 osf3*)
9277 if test "$GCC" = yes; then
9278 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9279 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'
9280 else
9281 allow_undefined_flag=' -expect_unresolved \*'
9282 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'
9283 fi
9284 archive_cmds_need_lc='no'
9285 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9286 hardcode_libdir_separator=:
9287 ;;
9288
9289 osf4* | osf5*) # as osf3* with the addition of -msym flag
9290 if test "$GCC" = yes; then
9291 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9292 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'
9293 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9294 else
9295 allow_undefined_flag=' -expect_unresolved \*'
9296 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'
9297 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~
9298 $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'
9299
9300 # Both c and cxx compiler support -rpath directly
9301 hardcode_libdir_flag_spec='-rpath $libdir'
9302 fi
9303 archive_cmds_need_lc='no'
9304 hardcode_libdir_separator=:
9305 ;;
9306
9307 solaris*)
9308 no_undefined_flag=' -z defs'
9309 if test "$GCC" = yes; then
9310 wlarc='${wl}'
9311 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9312 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9313 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9314 else
9315 case `$CC -V 2>&1` in
9316 *"Compilers 5.0"*)
9317 wlarc=''
9318 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9319 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9320 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9321 ;;
9322 *)
9323 wlarc='${wl}'
9324 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9325 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9326 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9327 ;;
9328 esac
9329 fi
9330 hardcode_libdir_flag_spec='-R$libdir'
9331 hardcode_shlibpath_var=no
9332 case $host_os in
9333 solaris2.[0-5] | solaris2.[0-5].*) ;;
9334 *)
9335 # The compiler driver will combine and reorder linker options,
9336 # but understands `-z linker_flag'. GCC discards it without `$wl',
9337 # but is careful enough not to reorder.
9338 # Supported since Solaris 2.6 (maybe 2.5.1?)
9339 if test "$GCC" = yes; then
9340 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9341 else
9342 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9343 fi
9344 ;;
9345 esac
9346 link_all_deplibs=yes
9347 ;;
9348
9349 sunos4*)
9350 if test "x$host_vendor" = xsequent; then
9351 # Use $CC to link under sequent, because it throws in some extra .o
9352 # files that make .init and .fini sections work.
9353 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9354 else
9355 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9356 fi
9357 hardcode_libdir_flag_spec='-L$libdir'
9358 hardcode_direct=yes
9359 hardcode_minus_L=yes
9360 hardcode_shlibpath_var=no
9361 ;;
9362
9363 sysv4)
9364 case $host_vendor in
9365 sni)
9366 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9367 hardcode_direct=yes # is this really true???
9368 ;;
9369 siemens)
9370 ## LD is ld it makes a PLAMLIB
9371 ## CC just makes a GrossModule.
9372 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9373 reload_cmds='$CC -r -o $output$reload_objs'
9374 hardcode_direct=no
9375 ;;
9376 motorola)
9377 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9378 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9379 ;;
9380 esac
9381 runpath_var='LD_RUN_PATH'
9382 hardcode_shlibpath_var=no
9383 ;;
9384
9385 sysv4.3*)
9386 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9387 hardcode_shlibpath_var=no
9388 export_dynamic_flag_spec='-Bexport'
9389 ;;
9390
9391 sysv4*MP*)
9392 if test -d /usr/nec; then
9393 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9394 hardcode_shlibpath_var=no
9395 runpath_var=LD_RUN_PATH
9396 hardcode_runpath_var=yes
9397 ld_shlibs=yes
9398 fi
9399 ;;
9400
9401 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9402 no_undefined_flag='${wl}-z,text'
9403 archive_cmds_need_lc=no
9404 hardcode_shlibpath_var=no
9405 runpath_var='LD_RUN_PATH'
9406
9407 if test "$GCC" = yes; then
9408 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9409 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9410 else
9411 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9412 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9413 fi
9414 ;;
9415
9416 sysv5* | sco3.2v5* | sco5v6*)
9417 # Note: We can NOT use -z defs as we might desire, because we do not
9418 # link with -lc, and that would cause any symbols used from libc to
9419 # always be unresolved, which means just about no library would
9420 # ever link correctly. If we're not using GNU ld we use -z text
9421 # though, which does catch some bad symbols but isn't as heavy-handed
9422 # as -z defs.
9423 no_undefined_flag='${wl}-z,text'
9424 allow_undefined_flag='${wl}-z,nodefs'
9425 archive_cmds_need_lc=no
9426 hardcode_shlibpath_var=no
9427 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9428 hardcode_libdir_separator=':'
9429 link_all_deplibs=yes
9430 export_dynamic_flag_spec='${wl}-Bexport'
9431 runpath_var='LD_RUN_PATH'
9432
9433 if test "$GCC" = yes; then
9434 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9435 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9436 else
9437 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9438 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9439 fi
9440 ;;
9441
9442 uts4*)
9443 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9444 hardcode_libdir_flag_spec='-L$libdir'
9445 hardcode_shlibpath_var=no
9446 ;;
9447
9448 *)
9449 ld_shlibs=no
9450 ;;
9451 esac
9452
9453 if test x$host_vendor = xsni; then
9454 case $host in
9455 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9456 export_dynamic_flag_spec='${wl}-Blargedynsym'
9457 ;;
9458 esac
9459 fi
9460 fi
9461
9462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9463 $as_echo "$ld_shlibs" >&6; }
9464 test "$ld_shlibs" = no && can_build_shared=no
9465
9466 with_gnu_ld=$with_gnu_ld
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482 #
9483 # Do we need to explicitly link libc?
9484 #
9485 case "x$archive_cmds_need_lc" in
9486 x|xyes)
9487 # Assume -lc should be added
9488 archive_cmds_need_lc=yes
9489
9490 if test "$enable_shared" = yes && test "$GCC" = yes; then
9491 case $archive_cmds in
9492 *'~'*)
9493 # FIXME: we may have to deal with multi-command sequences.
9494 ;;
9495 '$CC '*)
9496 # Test whether the compiler implicitly links with -lc since on some
9497 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9498 # to ld, don't add -lc before -lgcc.
9499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9500 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9501 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9502 $as_echo_n "(cached) " >&6
9503 else
9504 $RM conftest*
9505 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9506
9507 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9508 (eval $ac_compile) 2>&5
9509 ac_status=$?
9510 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9511 test $ac_status = 0; } 2>conftest.err; then
9512 soname=conftest
9513 lib=conftest
9514 libobjs=conftest.$ac_objext
9515 deplibs=
9516 wl=$lt_prog_compiler_wl
9517 pic_flag=$lt_prog_compiler_pic
9518 compiler_flags=-v
9519 linker_flags=-v
9520 verstring=
9521 output_objdir=.
9522 libname=conftest
9523 lt_save_allow_undefined_flag=$allow_undefined_flag
9524 allow_undefined_flag=
9525 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9526 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9527 ac_status=$?
9528 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9529 test $ac_status = 0; }
9530 then
9531 lt_cv_archive_cmds_need_lc=no
9532 else
9533 lt_cv_archive_cmds_need_lc=yes
9534 fi
9535 allow_undefined_flag=$lt_save_allow_undefined_flag
9536 else
9537 cat conftest.err 1>&5
9538 fi
9539 $RM conftest*
9540
9541 fi
9542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9543 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9544 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9545 ;;
9546 esac
9547 fi
9548 ;;
9549 esac
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9708 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9709
9710 if test "$GCC" = yes; then
9711 case $host_os in
9712 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9713 *) lt_awk_arg="/^libraries:/" ;;
9714 esac
9715 case $host_os in
9716 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9717 *) lt_sed_strip_eq="s,=/,/,g" ;;
9718 esac
9719 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9720 case $lt_search_path_spec in
9721 *\;*)
9722 # if the path contains ";" then we assume it to be the separator
9723 # otherwise default to the standard path separator (i.e. ":") - it is
9724 # assumed that no part of a normal pathname contains ";" but that should
9725 # okay in the real world where ";" in dirpaths is itself problematic.
9726 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9727 ;;
9728 *)
9729 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9730 ;;
9731 esac
9732 # Ok, now we have the path, separated by spaces, we can step through it
9733 # and add multilib dir if necessary.
9734 lt_tmp_lt_search_path_spec=
9735 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9736 for lt_sys_path in $lt_search_path_spec; do
9737 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9738 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9739 else
9740 test -d "$lt_sys_path" && \
9741 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9742 fi
9743 done
9744 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9745 BEGIN {RS=" "; FS="/|\n";} {
9746 lt_foo="";
9747 lt_count=0;
9748 for (lt_i = NF; lt_i > 0; lt_i--) {
9749 if ($lt_i != "" && $lt_i != ".") {
9750 if ($lt_i == "..") {
9751 lt_count++;
9752 } else {
9753 if (lt_count == 0) {
9754 lt_foo="/" $lt_i lt_foo;
9755 } else {
9756 lt_count--;
9757 }
9758 }
9759 }
9760 }
9761 if (lt_foo != "") { lt_freq[lt_foo]++; }
9762 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9763 }'`
9764 # AWK program above erroneously prepends '/' to C:/dos/paths
9765 # for these hosts.
9766 case $host_os in
9767 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9768 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9769 esac
9770 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9771 else
9772 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9773 fi
9774 library_names_spec=
9775 libname_spec='lib$name'
9776 soname_spec=
9777 shrext_cmds=".so"
9778 postinstall_cmds=
9779 postuninstall_cmds=
9780 finish_cmds=
9781 finish_eval=
9782 shlibpath_var=
9783 shlibpath_overrides_runpath=unknown
9784 version_type=none
9785 dynamic_linker="$host_os ld.so"
9786 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9787 need_lib_prefix=unknown
9788 hardcode_into_libs=no
9789
9790 # when you set need_version to no, make sure it does not cause -set_version
9791 # flags to be left without arguments
9792 need_version=unknown
9793
9794 case $host_os in
9795 aix3*)
9796 version_type=linux
9797 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9798 shlibpath_var=LIBPATH
9799
9800 # AIX 3 has no versioning support, so we append a major version to the name.
9801 soname_spec='${libname}${release}${shared_ext}$major'
9802 ;;
9803
9804 aix[4-9]*)
9805 version_type=linux
9806 need_lib_prefix=no
9807 need_version=no
9808 hardcode_into_libs=yes
9809 if test "$host_cpu" = ia64; then
9810 # AIX 5 supports IA64
9811 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9812 shlibpath_var=LD_LIBRARY_PATH
9813 else
9814 # With GCC up to 2.95.x, collect2 would create an import file
9815 # for dependence libraries. The import file would start with
9816 # the line `#! .'. This would cause the generated library to
9817 # depend on `.', always an invalid library. This was fixed in
9818 # development snapshots of GCC prior to 3.0.
9819 case $host_os in
9820 aix4 | aix4.[01] | aix4.[01].*)
9821 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9822 echo ' yes '
9823 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9824 :
9825 else
9826 can_build_shared=no
9827 fi
9828 ;;
9829 esac
9830 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9831 # soname into executable. Probably we can add versioning support to
9832 # collect2, so additional links can be useful in future.
9833 if test "$aix_use_runtimelinking" = yes; then
9834 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9835 # instead of lib<name>.a to let people know that these are not
9836 # typical AIX shared libraries.
9837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9838 else
9839 # We preserve .a as extension for shared libraries through AIX4.2
9840 # and later when we are not doing run time linking.
9841 library_names_spec='${libname}${release}.a $libname.a'
9842 soname_spec='${libname}${release}${shared_ext}$major'
9843 fi
9844 shlibpath_var=LIBPATH
9845 fi
9846 ;;
9847
9848 amigaos*)
9849 case $host_cpu in
9850 powerpc)
9851 # Since July 2007 AmigaOS4 officially supports .so libraries.
9852 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9853 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9854 ;;
9855 m68k)
9856 library_names_spec='$libname.ixlibrary $libname.a'
9857 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9858 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'
9859 ;;
9860 esac
9861 ;;
9862
9863 beos*)
9864 library_names_spec='${libname}${shared_ext}'
9865 dynamic_linker="$host_os ld.so"
9866 shlibpath_var=LIBRARY_PATH
9867 ;;
9868
9869 bsdi[45]*)
9870 version_type=linux
9871 need_version=no
9872 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9873 soname_spec='${libname}${release}${shared_ext}$major'
9874 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9875 shlibpath_var=LD_LIBRARY_PATH
9876 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9877 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9878 # the default ld.so.conf also contains /usr/contrib/lib and
9879 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9880 # libtool to hard-code these into programs
9881 ;;
9882
9883 cygwin* | mingw* | pw32* | cegcc*)
9884 version_type=windows
9885 shrext_cmds=".dll"
9886 need_version=no
9887 need_lib_prefix=no
9888
9889 case $GCC,$host_os in
9890 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9891 library_names_spec='$libname.dll.a'
9892 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9893 postinstall_cmds='base_file=`basename \${file}`~
9894 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9895 dldir=$destdir/`dirname \$dlpath`~
9896 test -d \$dldir || mkdir -p \$dldir~
9897 $install_prog $dir/$dlname \$dldir/$dlname~
9898 chmod a+x \$dldir/$dlname~
9899 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9900 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9901 fi'
9902 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9903 dlpath=$dir/\$dldll~
9904 $RM \$dlpath'
9905 shlibpath_overrides_runpath=yes
9906
9907 case $host_os in
9908 cygwin*)
9909 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9910 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9911
9912 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9913 ;;
9914 mingw* | cegcc*)
9915 # MinGW DLLs use traditional 'lib' prefix
9916 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9917 ;;
9918 pw32*)
9919 # pw32 DLLs use 'pw' prefix rather than 'lib'
9920 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9921 ;;
9922 esac
9923 ;;
9924
9925 *)
9926 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9927 ;;
9928 esac
9929 dynamic_linker='Win32 ld.exe'
9930 # FIXME: first we should search . and the directory the executable is in
9931 shlibpath_var=PATH
9932 ;;
9933
9934 darwin* | rhapsody*)
9935 dynamic_linker="$host_os dyld"
9936 version_type=darwin
9937 need_lib_prefix=no
9938 need_version=no
9939 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9940 soname_spec='${libname}${release}${major}$shared_ext'
9941 shlibpath_overrides_runpath=yes
9942 shlibpath_var=DYLD_LIBRARY_PATH
9943 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9944
9945 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9946 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9947 ;;
9948
9949 dgux*)
9950 version_type=linux
9951 need_lib_prefix=no
9952 need_version=no
9953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9954 soname_spec='${libname}${release}${shared_ext}$major'
9955 shlibpath_var=LD_LIBRARY_PATH
9956 ;;
9957
9958 freebsd* | dragonfly*)
9959 # DragonFly does not have aout. When/if they implement a new
9960 # versioning mechanism, adjust this.
9961 if test -x /usr/bin/objformat; then
9962 objformat=`/usr/bin/objformat`
9963 else
9964 case $host_os in
9965 freebsd[23].*) objformat=aout ;;
9966 *) objformat=elf ;;
9967 esac
9968 fi
9969 version_type=freebsd-$objformat
9970 case $version_type in
9971 freebsd-elf*)
9972 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9973 need_version=no
9974 need_lib_prefix=no
9975 ;;
9976 freebsd-*)
9977 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9978 need_version=yes
9979 ;;
9980 esac
9981 shlibpath_var=LD_LIBRARY_PATH
9982 case $host_os in
9983 freebsd2.*)
9984 shlibpath_overrides_runpath=yes
9985 ;;
9986 freebsd3.[01]* | freebsdelf3.[01]*)
9987 shlibpath_overrides_runpath=yes
9988 hardcode_into_libs=yes
9989 ;;
9990 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9991 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9992 shlibpath_overrides_runpath=no
9993 hardcode_into_libs=yes
9994 ;;
9995 *) # from 4.6 on, and DragonFly
9996 shlibpath_overrides_runpath=yes
9997 hardcode_into_libs=yes
9998 ;;
9999 esac
10000 ;;
10001
10002 haiku*)
10003 version_type=linux
10004 need_lib_prefix=no
10005 need_version=no
10006 dynamic_linker="$host_os runtime_loader"
10007 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10008 soname_spec='${libname}${release}${shared_ext}$major'
10009 shlibpath_var=LIBRARY_PATH
10010 shlibpath_overrides_runpath=yes
10011 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
10012 hardcode_into_libs=yes
10013 ;;
10014
10015 hpux9* | hpux10* | hpux11*)
10016 # Give a soname corresponding to the major version so that dld.sl refuses to
10017 # link against other versions.
10018 version_type=sunos
10019 need_lib_prefix=no
10020 need_version=no
10021 case $host_cpu in
10022 ia64*)
10023 shrext_cmds='.so'
10024 hardcode_into_libs=yes
10025 dynamic_linker="$host_os dld.so"
10026 shlibpath_var=LD_LIBRARY_PATH
10027 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10029 soname_spec='${libname}${release}${shared_ext}$major'
10030 if test "X$HPUX_IA64_MODE" = X32; then
10031 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10032 else
10033 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10034 fi
10035 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10036 ;;
10037 hppa*64*)
10038 shrext_cmds='.sl'
10039 hardcode_into_libs=yes
10040 dynamic_linker="$host_os dld.sl"
10041 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10042 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10043 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10044 soname_spec='${libname}${release}${shared_ext}$major'
10045 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10046 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10047 ;;
10048 *)
10049 shrext_cmds='.sl'
10050 dynamic_linker="$host_os dld.sl"
10051 shlibpath_var=SHLIB_PATH
10052 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10053 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10054 soname_spec='${libname}${release}${shared_ext}$major'
10055 ;;
10056 esac
10057 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10058 postinstall_cmds='chmod 555 $lib'
10059 # or fails outright, so override atomically:
10060 install_override_mode=555
10061 ;;
10062
10063 interix[3-9]*)
10064 version_type=linux
10065 need_lib_prefix=no
10066 need_version=no
10067 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10068 soname_spec='${libname}${release}${shared_ext}$major'
10069 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10070 shlibpath_var=LD_LIBRARY_PATH
10071 shlibpath_overrides_runpath=no
10072 hardcode_into_libs=yes
10073 ;;
10074
10075 irix5* | irix6* | nonstopux*)
10076 case $host_os in
10077 nonstopux*) version_type=nonstopux ;;
10078 *)
10079 if test "$lt_cv_prog_gnu_ld" = yes; then
10080 version_type=linux
10081 else
10082 version_type=irix
10083 fi ;;
10084 esac
10085 need_lib_prefix=no
10086 need_version=no
10087 soname_spec='${libname}${release}${shared_ext}$major'
10088 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10089 case $host_os in
10090 irix5* | nonstopux*)
10091 libsuff= shlibsuff=
10092 ;;
10093 *)
10094 case $LD in # libtool.m4 will add one of these switches to LD
10095 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10096 libsuff= shlibsuff= libmagic=32-bit;;
10097 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10098 libsuff=32 shlibsuff=N32 libmagic=N32;;
10099 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10100 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10101 *) libsuff= shlibsuff= libmagic=never-match;;
10102 esac
10103 ;;
10104 esac
10105 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10106 shlibpath_overrides_runpath=no
10107 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10108 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10109 hardcode_into_libs=yes
10110 ;;
10111
10112 # No shared lib support for Linux oldld, aout, or coff.
10113 linux*oldld* | linux*aout* | linux*coff*)
10114 dynamic_linker=no
10115 ;;
10116
10117 # This must be Linux ELF.
10118 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10119 version_type=linux
10120 need_lib_prefix=no
10121 need_version=no
10122 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10123 soname_spec='${libname}${release}${shared_ext}$major'
10124 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10125 shlibpath_var=LD_LIBRARY_PATH
10126 shlibpath_overrides_runpath=no
10127
10128 # Some binutils ld are patched to set DT_RUNPATH
10129 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10130 $as_echo_n "(cached) " >&6
10131 else
10132 lt_cv_shlibpath_overrides_runpath=no
10133 save_LDFLAGS=$LDFLAGS
10134 save_libdir=$libdir
10135 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10136 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10138 /* end confdefs.h. */
10139
10140 int
10141 main ()
10142 {
10143
10144 ;
10145 return 0;
10146 }
10147 _ACEOF
10148 if ac_fn_c_try_link "$LINENO"; then :
10149 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10150 lt_cv_shlibpath_overrides_runpath=yes
10151 fi
10152 fi
10153 rm -f core conftest.err conftest.$ac_objext \
10154 conftest$ac_exeext conftest.$ac_ext
10155 LDFLAGS=$save_LDFLAGS
10156 libdir=$save_libdir
10157
10158 fi
10159
10160 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10161
10162 # This implies no fast_install, which is unacceptable.
10163 # Some rework will be needed to allow for fast_install
10164 # before this can be enabled.
10165 hardcode_into_libs=yes
10166
10167 # Append ld.so.conf contents to the search path
10168 if test -f /etc/ld.so.conf; then
10169 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' ' '`
10170 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10171 fi
10172
10173 # We used to test for /lib/ld.so.1 and disable shared libraries on
10174 # powerpc, because MkLinux only supported shared libraries with the
10175 # GNU dynamic linker. Since this was broken with cross compilers,
10176 # most powerpc-linux boxes support dynamic linking these days and
10177 # people can always --disable-shared, the test was removed, and we
10178 # assume the GNU/Linux dynamic linker is in use.
10179 dynamic_linker='GNU/Linux ld.so'
10180 ;;
10181
10182 netbsd*)
10183 version_type=sunos
10184 need_lib_prefix=no
10185 need_version=no
10186 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10187 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10188 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10189 dynamic_linker='NetBSD (a.out) ld.so'
10190 else
10191 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10192 soname_spec='${libname}${release}${shared_ext}$major'
10193 dynamic_linker='NetBSD ld.elf_so'
10194 fi
10195 shlibpath_var=LD_LIBRARY_PATH
10196 shlibpath_overrides_runpath=yes
10197 hardcode_into_libs=yes
10198 ;;
10199
10200 newsos6)
10201 version_type=linux
10202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10203 shlibpath_var=LD_LIBRARY_PATH
10204 shlibpath_overrides_runpath=yes
10205 ;;
10206
10207 *nto* | *qnx*)
10208 version_type=qnx
10209 need_lib_prefix=no
10210 need_version=no
10211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10212 soname_spec='${libname}${release}${shared_ext}$major'
10213 shlibpath_var=LD_LIBRARY_PATH
10214 shlibpath_overrides_runpath=no
10215 hardcode_into_libs=yes
10216 dynamic_linker='ldqnx.so'
10217 ;;
10218
10219 openbsd*)
10220 version_type=sunos
10221 sys_lib_dlsearch_path_spec="/usr/lib"
10222 need_lib_prefix=no
10223 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10224 case $host_os in
10225 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10226 *) need_version=no ;;
10227 esac
10228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10229 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10230 shlibpath_var=LD_LIBRARY_PATH
10231 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10232 case $host_os in
10233 openbsd2.[89] | openbsd2.[89].*)
10234 shlibpath_overrides_runpath=no
10235 ;;
10236 *)
10237 shlibpath_overrides_runpath=yes
10238 ;;
10239 esac
10240 else
10241 shlibpath_overrides_runpath=yes
10242 fi
10243 ;;
10244
10245 os2*)
10246 libname_spec='$name'
10247 shrext_cmds=".dll"
10248 need_lib_prefix=no
10249 library_names_spec='$libname${shared_ext} $libname.a'
10250 dynamic_linker='OS/2 ld.exe'
10251 shlibpath_var=LIBPATH
10252 ;;
10253
10254 osf3* | osf4* | osf5*)
10255 version_type=osf
10256 need_lib_prefix=no
10257 need_version=no
10258 soname_spec='${libname}${release}${shared_ext}$major'
10259 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10260 shlibpath_var=LD_LIBRARY_PATH
10261 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10262 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10263 ;;
10264
10265 rdos*)
10266 dynamic_linker=no
10267 ;;
10268
10269 solaris*)
10270 version_type=linux
10271 need_lib_prefix=no
10272 need_version=no
10273 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10274 soname_spec='${libname}${release}${shared_ext}$major'
10275 shlibpath_var=LD_LIBRARY_PATH
10276 shlibpath_overrides_runpath=yes
10277 hardcode_into_libs=yes
10278 # ldd complains unless libraries are executable
10279 postinstall_cmds='chmod +x $lib'
10280 ;;
10281
10282 sunos4*)
10283 version_type=sunos
10284 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10285 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10286 shlibpath_var=LD_LIBRARY_PATH
10287 shlibpath_overrides_runpath=yes
10288 if test "$with_gnu_ld" = yes; then
10289 need_lib_prefix=no
10290 fi
10291 need_version=yes
10292 ;;
10293
10294 sysv4 | sysv4.3*)
10295 version_type=linux
10296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10297 soname_spec='${libname}${release}${shared_ext}$major'
10298 shlibpath_var=LD_LIBRARY_PATH
10299 case $host_vendor in
10300 sni)
10301 shlibpath_overrides_runpath=no
10302 need_lib_prefix=no
10303 runpath_var=LD_RUN_PATH
10304 ;;
10305 siemens)
10306 need_lib_prefix=no
10307 ;;
10308 motorola)
10309 need_lib_prefix=no
10310 need_version=no
10311 shlibpath_overrides_runpath=no
10312 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10313 ;;
10314 esac
10315 ;;
10316
10317 sysv4*MP*)
10318 if test -d /usr/nec ;then
10319 version_type=linux
10320 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10321 soname_spec='$libname${shared_ext}.$major'
10322 shlibpath_var=LD_LIBRARY_PATH
10323 fi
10324 ;;
10325
10326 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10327 version_type=freebsd-elf
10328 need_lib_prefix=no
10329 need_version=no
10330 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10331 soname_spec='${libname}${release}${shared_ext}$major'
10332 shlibpath_var=LD_LIBRARY_PATH
10333 shlibpath_overrides_runpath=yes
10334 hardcode_into_libs=yes
10335 if test "$with_gnu_ld" = yes; then
10336 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10337 else
10338 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10339 case $host_os in
10340 sco3.2v5*)
10341 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10342 ;;
10343 esac
10344 fi
10345 sys_lib_dlsearch_path_spec='/usr/lib'
10346 ;;
10347
10348 tpf*)
10349 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10350 version_type=linux
10351 need_lib_prefix=no
10352 need_version=no
10353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10354 shlibpath_var=LD_LIBRARY_PATH
10355 shlibpath_overrides_runpath=no
10356 hardcode_into_libs=yes
10357 ;;
10358
10359 uts4*)
10360 version_type=linux
10361 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10362 soname_spec='${libname}${release}${shared_ext}$major'
10363 shlibpath_var=LD_LIBRARY_PATH
10364 ;;
10365
10366 *)
10367 dynamic_linker=no
10368 ;;
10369 esac
10370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10371 $as_echo "$dynamic_linker" >&6; }
10372 test "$dynamic_linker" = no && can_build_shared=no
10373
10374 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10375 if test "$GCC" = yes; then
10376 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10377 fi
10378
10379 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10380 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10381 fi
10382 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10383 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10384 fi
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450
10451
10452
10453
10454
10455
10456
10457
10458
10459
10460
10461
10462
10463
10464
10465
10466
10467
10468
10469
10470
10471
10472
10473
10474
10475
10476
10477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10478 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10479 hardcode_action=
10480 if test -n "$hardcode_libdir_flag_spec" ||
10481 test -n "$runpath_var" ||
10482 test "X$hardcode_automatic" = "Xyes" ; then
10483
10484 # We can hardcode non-existent directories.
10485 if test "$hardcode_direct" != no &&
10486 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10487 # have to relink, otherwise we might link with an installed library
10488 # when we should be linking with a yet-to-be-installed one
10489 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10490 test "$hardcode_minus_L" != no; then
10491 # Linking always hardcodes the temporary library directory.
10492 hardcode_action=relink
10493 else
10494 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10495 hardcode_action=immediate
10496 fi
10497 else
10498 # We cannot hardcode anything, or else we can only hardcode existing
10499 # directories.
10500 hardcode_action=unsupported
10501 fi
10502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10503 $as_echo "$hardcode_action" >&6; }
10504
10505 if test "$hardcode_action" = relink ||
10506 test "$inherit_rpath" = yes; then
10507 # Fast installation is not supported
10508 enable_fast_install=no
10509 elif test "$shlibpath_overrides_runpath" = yes ||
10510 test "$enable_shared" = no; then
10511 # Fast installation is not necessary
10512 enable_fast_install=needless
10513 fi
10514
10515
10516
10517
10518
10519
10520 if test "x$enable_dlopen" != xyes; then
10521 enable_dlopen=unknown
10522 enable_dlopen_self=unknown
10523 enable_dlopen_self_static=unknown
10524 else
10525 lt_cv_dlopen=no
10526 lt_cv_dlopen_libs=
10527
10528 case $host_os in
10529 beos*)
10530 lt_cv_dlopen="load_add_on"
10531 lt_cv_dlopen_libs=
10532 lt_cv_dlopen_self=yes
10533 ;;
10534
10535 mingw* | pw32* | cegcc*)
10536 lt_cv_dlopen="LoadLibrary"
10537 lt_cv_dlopen_libs=
10538 ;;
10539
10540 cygwin*)
10541 lt_cv_dlopen="dlopen"
10542 lt_cv_dlopen_libs=
10543 ;;
10544
10545 darwin*)
10546 # if libdl is installed we need to link against it
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10548 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10549 if ${ac_cv_lib_dl_dlopen+:} false; then :
10550 $as_echo_n "(cached) " >&6
10551 else
10552 ac_check_lib_save_LIBS=$LIBS
10553 LIBS="-ldl $LIBS"
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10556
10557 /* Override any GCC internal prototype to avoid an error.
10558 Use char because int might match the return type of a GCC
10559 builtin and then its argument prototype would still apply. */
10560 #ifdef __cplusplus
10561 extern "C"
10562 #endif
10563 char dlopen ();
10564 int
10565 main ()
10566 {
10567 return dlopen ();
10568 ;
10569 return 0;
10570 }
10571 _ACEOF
10572 if ac_fn_c_try_link "$LINENO"; then :
10573 ac_cv_lib_dl_dlopen=yes
10574 else
10575 ac_cv_lib_dl_dlopen=no
10576 fi
10577 rm -f core conftest.err conftest.$ac_objext \
10578 conftest$ac_exeext conftest.$ac_ext
10579 LIBS=$ac_check_lib_save_LIBS
10580 fi
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10582 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10583 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10584 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10585 else
10586
10587 lt_cv_dlopen="dyld"
10588 lt_cv_dlopen_libs=
10589 lt_cv_dlopen_self=yes
10590
10591 fi
10592
10593 ;;
10594
10595 *)
10596 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10597 if test "x$ac_cv_func_shl_load" = xyes; then :
10598 lt_cv_dlopen="shl_load"
10599 else
10600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10601 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10602 if ${ac_cv_lib_dld_shl_load+:} false; then :
10603 $as_echo_n "(cached) " >&6
10604 else
10605 ac_check_lib_save_LIBS=$LIBS
10606 LIBS="-ldld $LIBS"
10607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10608 /* end confdefs.h. */
10609
10610 /* Override any GCC internal prototype to avoid an error.
10611 Use char because int might match the return type of a GCC
10612 builtin and then its argument prototype would still apply. */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char shl_load ();
10617 int
10618 main ()
10619 {
10620 return shl_load ();
10621 ;
10622 return 0;
10623 }
10624 _ACEOF
10625 if ac_fn_c_try_link "$LINENO"; then :
10626 ac_cv_lib_dld_shl_load=yes
10627 else
10628 ac_cv_lib_dld_shl_load=no
10629 fi
10630 rm -f core conftest.err conftest.$ac_objext \
10631 conftest$ac_exeext conftest.$ac_ext
10632 LIBS=$ac_check_lib_save_LIBS
10633 fi
10634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10635 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10636 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10637 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10638 else
10639 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10640 if test "x$ac_cv_func_dlopen" = xyes; then :
10641 lt_cv_dlopen="dlopen"
10642 else
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10644 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10645 if ${ac_cv_lib_dl_dlopen+:} false; then :
10646 $as_echo_n "(cached) " >&6
10647 else
10648 ac_check_lib_save_LIBS=$LIBS
10649 LIBS="-ldl $LIBS"
10650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10651 /* end confdefs.h. */
10652
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10656 #ifdef __cplusplus
10657 extern "C"
10658 #endif
10659 char dlopen ();
10660 int
10661 main ()
10662 {
10663 return dlopen ();
10664 ;
10665 return 0;
10666 }
10667 _ACEOF
10668 if ac_fn_c_try_link "$LINENO"; then :
10669 ac_cv_lib_dl_dlopen=yes
10670 else
10671 ac_cv_lib_dl_dlopen=no
10672 fi
10673 rm -f core conftest.err conftest.$ac_objext \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10676 fi
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10678 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10679 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10680 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10681 else
10682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10683 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10684 if ${ac_cv_lib_svld_dlopen+:} false; then :
10685 $as_echo_n "(cached) " >&6
10686 else
10687 ac_check_lib_save_LIBS=$LIBS
10688 LIBS="-lsvld $LIBS"
10689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10690 /* end confdefs.h. */
10691
10692 /* Override any GCC internal prototype to avoid an error.
10693 Use char because int might match the return type of a GCC
10694 builtin and then its argument prototype would still apply. */
10695 #ifdef __cplusplus
10696 extern "C"
10697 #endif
10698 char dlopen ();
10699 int
10700 main ()
10701 {
10702 return dlopen ();
10703 ;
10704 return 0;
10705 }
10706 _ACEOF
10707 if ac_fn_c_try_link "$LINENO"; then :
10708 ac_cv_lib_svld_dlopen=yes
10709 else
10710 ac_cv_lib_svld_dlopen=no
10711 fi
10712 rm -f core conftest.err conftest.$ac_objext \
10713 conftest$ac_exeext conftest.$ac_ext
10714 LIBS=$ac_check_lib_save_LIBS
10715 fi
10716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10717 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10718 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10719 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10720 else
10721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10722 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10723 if ${ac_cv_lib_dld_dld_link+:} false; then :
10724 $as_echo_n "(cached) " >&6
10725 else
10726 ac_check_lib_save_LIBS=$LIBS
10727 LIBS="-ldld $LIBS"
10728 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10729 /* end confdefs.h. */
10730
10731 /* Override any GCC internal prototype to avoid an error.
10732 Use char because int might match the return type of a GCC
10733 builtin and then its argument prototype would still apply. */
10734 #ifdef __cplusplus
10735 extern "C"
10736 #endif
10737 char dld_link ();
10738 int
10739 main ()
10740 {
10741 return dld_link ();
10742 ;
10743 return 0;
10744 }
10745 _ACEOF
10746 if ac_fn_c_try_link "$LINENO"; then :
10747 ac_cv_lib_dld_dld_link=yes
10748 else
10749 ac_cv_lib_dld_dld_link=no
10750 fi
10751 rm -f core conftest.err conftest.$ac_objext \
10752 conftest$ac_exeext conftest.$ac_ext
10753 LIBS=$ac_check_lib_save_LIBS
10754 fi
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10756 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10757 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10758 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10759 fi
10760
10761
10762 fi
10763
10764
10765 fi
10766
10767
10768 fi
10769
10770
10771 fi
10772
10773
10774 fi
10775
10776 ;;
10777 esac
10778
10779 if test "x$lt_cv_dlopen" != xno; then
10780 enable_dlopen=yes
10781 else
10782 enable_dlopen=no
10783 fi
10784
10785 case $lt_cv_dlopen in
10786 dlopen)
10787 save_CPPFLAGS="$CPPFLAGS"
10788 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10789
10790 save_LDFLAGS="$LDFLAGS"
10791 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10792
10793 save_LIBS="$LIBS"
10794 LIBS="$lt_cv_dlopen_libs $LIBS"
10795
10796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10797 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10798 if ${lt_cv_dlopen_self+:} false; then :
10799 $as_echo_n "(cached) " >&6
10800 else
10801 if test "$cross_compiling" = yes; then :
10802 lt_cv_dlopen_self=cross
10803 else
10804 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10805 lt_status=$lt_dlunknown
10806 cat > conftest.$ac_ext <<_LT_EOF
10807 #line 10807 "configure"
10808 #include "confdefs.h"
10809
10810 #if HAVE_DLFCN_H
10811 #include <dlfcn.h>
10812 #endif
10813
10814 #include <stdio.h>
10815
10816 #ifdef RTLD_GLOBAL
10817 # define LT_DLGLOBAL RTLD_GLOBAL
10818 #else
10819 # ifdef DL_GLOBAL
10820 # define LT_DLGLOBAL DL_GLOBAL
10821 # else
10822 # define LT_DLGLOBAL 0
10823 # endif
10824 #endif
10825
10826 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10827 find out it does not work in some platform. */
10828 #ifndef LT_DLLAZY_OR_NOW
10829 # ifdef RTLD_LAZY
10830 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10831 # else
10832 # ifdef DL_LAZY
10833 # define LT_DLLAZY_OR_NOW DL_LAZY
10834 # else
10835 # ifdef RTLD_NOW
10836 # define LT_DLLAZY_OR_NOW RTLD_NOW
10837 # else
10838 # ifdef DL_NOW
10839 # define LT_DLLAZY_OR_NOW DL_NOW
10840 # else
10841 # define LT_DLLAZY_OR_NOW 0
10842 # endif
10843 # endif
10844 # endif
10845 # endif
10846 #endif
10847
10848 /* When -fvisbility=hidden is used, assume the code has been annotated
10849 correspondingly for the symbols needed. */
10850 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10851 void fnord () __attribute__((visibility("default")));
10852 #endif
10853
10854 void fnord () { int i=42; }
10855 int main ()
10856 {
10857 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10858 int status = $lt_dlunknown;
10859
10860 if (self)
10861 {
10862 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10863 else
10864 {
10865 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10866 else puts (dlerror ());
10867 }
10868 /* dlclose (self); */
10869 }
10870 else
10871 puts (dlerror ());
10872
10873 return status;
10874 }
10875 _LT_EOF
10876 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10877 (eval $ac_link) 2>&5
10878 ac_status=$?
10879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10880 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10881 (./conftest; exit; ) >&5 2>/dev/null
10882 lt_status=$?
10883 case x$lt_status in
10884 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10885 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10886 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10887 esac
10888 else :
10889 # compilation failed
10890 lt_cv_dlopen_self=no
10891 fi
10892 fi
10893 rm -fr conftest*
10894
10895
10896 fi
10897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10898 $as_echo "$lt_cv_dlopen_self" >&6; }
10899
10900 if test "x$lt_cv_dlopen_self" = xyes; then
10901 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10903 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10904 if ${lt_cv_dlopen_self_static+:} false; then :
10905 $as_echo_n "(cached) " >&6
10906 else
10907 if test "$cross_compiling" = yes; then :
10908 lt_cv_dlopen_self_static=cross
10909 else
10910 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10911 lt_status=$lt_dlunknown
10912 cat > conftest.$ac_ext <<_LT_EOF
10913 #line 10913 "configure"
10914 #include "confdefs.h"
10915
10916 #if HAVE_DLFCN_H
10917 #include <dlfcn.h>
10918 #endif
10919
10920 #include <stdio.h>
10921
10922 #ifdef RTLD_GLOBAL
10923 # define LT_DLGLOBAL RTLD_GLOBAL
10924 #else
10925 # ifdef DL_GLOBAL
10926 # define LT_DLGLOBAL DL_GLOBAL
10927 # else
10928 # define LT_DLGLOBAL 0
10929 # endif
10930 #endif
10931
10932 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10933 find out it does not work in some platform. */
10934 #ifndef LT_DLLAZY_OR_NOW
10935 # ifdef RTLD_LAZY
10936 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10937 # else
10938 # ifdef DL_LAZY
10939 # define LT_DLLAZY_OR_NOW DL_LAZY
10940 # else
10941 # ifdef RTLD_NOW
10942 # define LT_DLLAZY_OR_NOW RTLD_NOW
10943 # else
10944 # ifdef DL_NOW
10945 # define LT_DLLAZY_OR_NOW DL_NOW
10946 # else
10947 # define LT_DLLAZY_OR_NOW 0
10948 # endif
10949 # endif
10950 # endif
10951 # endif
10952 #endif
10953
10954 /* When -fvisbility=hidden is used, assume the code has been annotated
10955 correspondingly for the symbols needed. */
10956 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10957 void fnord () __attribute__((visibility("default")));
10958 #endif
10959
10960 void fnord () { int i=42; }
10961 int main ()
10962 {
10963 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10964 int status = $lt_dlunknown;
10965
10966 if (self)
10967 {
10968 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10969 else
10970 {
10971 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10972 else puts (dlerror ());
10973 }
10974 /* dlclose (self); */
10975 }
10976 else
10977 puts (dlerror ());
10978
10979 return status;
10980 }
10981 _LT_EOF
10982 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10983 (eval $ac_link) 2>&5
10984 ac_status=$?
10985 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10986 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10987 (./conftest; exit; ) >&5 2>/dev/null
10988 lt_status=$?
10989 case x$lt_status in
10990 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10991 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10992 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10993 esac
10994 else :
10995 # compilation failed
10996 lt_cv_dlopen_self_static=no
10997 fi
10998 fi
10999 rm -fr conftest*
11000
11001
11002 fi
11003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11004 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11005 fi
11006
11007 CPPFLAGS="$save_CPPFLAGS"
11008 LDFLAGS="$save_LDFLAGS"
11009 LIBS="$save_LIBS"
11010 ;;
11011 esac
11012
11013 case $lt_cv_dlopen_self in
11014 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11015 *) enable_dlopen_self=unknown ;;
11016 esac
11017
11018 case $lt_cv_dlopen_self_static in
11019 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11020 *) enable_dlopen_self_static=unknown ;;
11021 esac
11022 fi
11023
11024
11025
11026
11027
11028
11029
11030
11031
11032
11033
11034
11035
11036
11037
11038
11039
11040 striplib=
11041 old_striplib=
11042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11043 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11044 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11045 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11046 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11048 $as_echo "yes" >&6; }
11049 else
11050 # FIXME - insert some real tests, host_os isn't really good enough
11051 case $host_os in
11052 darwin*)
11053 if test -n "$STRIP" ; then
11054 striplib="$STRIP -x"
11055 old_striplib="$STRIP -S"
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11057 $as_echo "yes" >&6; }
11058 else
11059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11060 $as_echo "no" >&6; }
11061 fi
11062 ;;
11063 *)
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11065 $as_echo "no" >&6; }
11066 ;;
11067 esac
11068 fi
11069
11070
11071
11072
11073
11074
11075
11076
11077
11078
11079
11080
11081 # Report which library types will actually be built
11082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11083 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11085 $as_echo "$can_build_shared" >&6; }
11086
11087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11088 $as_echo_n "checking whether to build shared libraries... " >&6; }
11089 test "$can_build_shared" = "no" && enable_shared=no
11090
11091 # On AIX, shared libraries and static libraries use the same namespace, and
11092 # are all built from PIC.
11093 case $host_os in
11094 aix3*)
11095 test "$enable_shared" = yes && enable_static=no
11096 if test -n "$RANLIB"; then
11097 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11098 postinstall_cmds='$RANLIB $lib'
11099 fi
11100 ;;
11101
11102 aix[4-9]*)
11103 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11104 test "$enable_shared" = yes && enable_static=no
11105 fi
11106 ;;
11107 esac
11108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11109 $as_echo "$enable_shared" >&6; }
11110
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11112 $as_echo_n "checking whether to build static libraries... " >&6; }
11113 # Make sure either enable_shared or enable_static is yes.
11114 test "$enable_shared" = yes || enable_static=yes
11115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11116 $as_echo "$enable_static" >&6; }
11117
11118
11119
11120
11121 fi
11122 ac_ext=c
11123 ac_cpp='$CPP $CPPFLAGS'
11124 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11125 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11126 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11127
11128 CC="$lt_save_CC"
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142 ac_config_commands="$ac_config_commands libtool"
11143
11144
11145
11146
11147 # Only expand once:
11148
11149
11150
11151 # The tests for host and target for $enable_largefile require
11152 # canonical names.
11153
11154
11155
11156 # As the $enable_largefile decision depends on --enable-plugins we must set it
11157 # even in directories otherwise not depending on the $plugins option.
11158
11159
11160 maybe_plugins=no
11161 for ac_header in dlfcn.h
11162 do :
11163 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11164 "
11165 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11166 cat >>confdefs.h <<_ACEOF
11167 #define HAVE_DLFCN_H 1
11168 _ACEOF
11169 maybe_plugins=yes
11170 fi
11171
11172 done
11173
11174 for ac_header in windows.h
11175 do :
11176 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11177 "
11178 if test "x$ac_cv_header_windows_h" = xyes; then :
11179 cat >>confdefs.h <<_ACEOF
11180 #define HAVE_WINDOWS_H 1
11181 _ACEOF
11182 maybe_plugins=yes
11183 fi
11184
11185 done
11186
11187
11188 # Check whether --enable-plugins was given.
11189 if test "${enable_plugins+set}" = set; then :
11190 enableval=$enable_plugins; case "${enableval}" in
11191 no) plugins=no ;;
11192 *) plugins=yes
11193 if test "$maybe_plugins" != "yes" ; then
11194 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11195 fi ;;
11196 esac
11197 else
11198 plugins=$maybe_plugins
11199
11200 fi
11201
11202 if test "$plugins" = "yes"; then
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11204 $as_echo_n "checking for library containing dlsym... " >&6; }
11205 if ${ac_cv_search_dlsym+:} false; then :
11206 $as_echo_n "(cached) " >&6
11207 else
11208 ac_func_search_save_LIBS=$LIBS
11209 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11210 /* end confdefs.h. */
11211
11212 /* Override any GCC internal prototype to avoid an error.
11213 Use char because int might match the return type of a GCC
11214 builtin and then its argument prototype would still apply. */
11215 #ifdef __cplusplus
11216 extern "C"
11217 #endif
11218 char dlsym ();
11219 int
11220 main ()
11221 {
11222 return dlsym ();
11223 ;
11224 return 0;
11225 }
11226 _ACEOF
11227 for ac_lib in '' dl; do
11228 if test -z "$ac_lib"; then
11229 ac_res="none required"
11230 else
11231 ac_res=-l$ac_lib
11232 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11233 fi
11234 if ac_fn_c_try_link "$LINENO"; then :
11235 ac_cv_search_dlsym=$ac_res
11236 fi
11237 rm -f core conftest.err conftest.$ac_objext \
11238 conftest$ac_exeext
11239 if ${ac_cv_search_dlsym+:} false; then :
11240 break
11241 fi
11242 done
11243 if ${ac_cv_search_dlsym+:} false; then :
11244
11245 else
11246 ac_cv_search_dlsym=no
11247 fi
11248 rm conftest.$ac_ext
11249 LIBS=$ac_func_search_save_LIBS
11250 fi
11251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11252 $as_echo "$ac_cv_search_dlsym" >&6; }
11253 ac_res=$ac_cv_search_dlsym
11254 if test "$ac_res" != no; then :
11255 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11256
11257 fi
11258
11259 fi
11260
11261
11262 case "${host}" in
11263 sparc-*-solaris*|i?86-*-solaris*)
11264 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11265 # were mutually exclusive until Solaris 11.3. Without procfs support,
11266 # the bfd/ elf module cannot provide certain routines such as
11267 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11268 # explicitly requested large-file support through the
11269 # --enable-largefile switch, disable large-file support in favor of
11270 # procfs support.
11271 #
11272 # Check if <sys/procfs.h> is incompatible with large-file support.
11273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11274 /* end confdefs.h. */
11275 #define _FILE_OFFSET_BITS 64
11276 #define _STRUCTURED_PROC 1
11277 #include <sys/procfs.h>
11278 int
11279 main ()
11280 {
11281
11282 ;
11283 return 0;
11284 }
11285 _ACEOF
11286 if ac_fn_c_try_compile "$LINENO"; then :
11287 acx_cv_procfs_lfs=yes
11288 else
11289 acx_cv_procfs_lfs=no
11290 fi
11291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11292 #
11293 # Forcefully disable large-file support only if necessary, gdb is in
11294 # tree and enabled.
11295 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11296 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11297 : ${enable_largefile="no"}
11298 if test "$plugins" = yes; then
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11300 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11301 $as_echo "$as_me: WARNING:
11302 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11303 plugins=no
11304 fi
11305 fi
11306 #
11307 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11308 # benefit of g++ 9+ which predefines it on Solaris.
11309 if test "$enable_largefile" = no; then
11310 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11311
11312 fi
11313 ;;
11314 esac
11315
11316 # Check whether --enable-largefile was given.
11317 if test "${enable_largefile+set}" = set; then :
11318 enableval=$enable_largefile;
11319 fi
11320
11321 if test "$enable_largefile" != no; then
11322
11323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11324 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11325 if ${ac_cv_sys_largefile_CC+:} false; then :
11326 $as_echo_n "(cached) " >&6
11327 else
11328 ac_cv_sys_largefile_CC=no
11329 if test "$GCC" != yes; then
11330 ac_save_CC=$CC
11331 while :; do
11332 # IRIX 6.2 and later do not support large files by default,
11333 # so use the C compiler's -n32 option if that helps.
11334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11335 /* end confdefs.h. */
11336 #include <sys/types.h>
11337 /* Check that off_t can represent 2**63 - 1 correctly.
11338 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11339 since some C++ compilers masquerading as C compilers
11340 incorrectly reject 9223372036854775807. */
11341 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11342 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11343 && LARGE_OFF_T % 2147483647 == 1)
11344 ? 1 : -1];
11345 int
11346 main ()
11347 {
11348
11349 ;
11350 return 0;
11351 }
11352 _ACEOF
11353 if ac_fn_c_try_compile "$LINENO"; then :
11354 break
11355 fi
11356 rm -f core conftest.err conftest.$ac_objext
11357 CC="$CC -n32"
11358 if ac_fn_c_try_compile "$LINENO"; then :
11359 ac_cv_sys_largefile_CC=' -n32'; break
11360 fi
11361 rm -f core conftest.err conftest.$ac_objext
11362 break
11363 done
11364 CC=$ac_save_CC
11365 rm -f conftest.$ac_ext
11366 fi
11367 fi
11368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11369 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11370 if test "$ac_cv_sys_largefile_CC" != no; then
11371 CC=$CC$ac_cv_sys_largefile_CC
11372 fi
11373
11374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11375 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11376 if ${ac_cv_sys_file_offset_bits+:} false; then :
11377 $as_echo_n "(cached) " >&6
11378 else
11379 while :; do
11380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11381 /* end confdefs.h. */
11382 #include <sys/types.h>
11383 /* Check that off_t can represent 2**63 - 1 correctly.
11384 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11385 since some C++ compilers masquerading as C compilers
11386 incorrectly reject 9223372036854775807. */
11387 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11388 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11389 && LARGE_OFF_T % 2147483647 == 1)
11390 ? 1 : -1];
11391 int
11392 main ()
11393 {
11394
11395 ;
11396 return 0;
11397 }
11398 _ACEOF
11399 if ac_fn_c_try_compile "$LINENO"; then :
11400 ac_cv_sys_file_offset_bits=no; break
11401 fi
11402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11404 /* end confdefs.h. */
11405 #define _FILE_OFFSET_BITS 64
11406 #include <sys/types.h>
11407 /* Check that off_t can represent 2**63 - 1 correctly.
11408 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11409 since some C++ compilers masquerading as C compilers
11410 incorrectly reject 9223372036854775807. */
11411 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11412 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11413 && LARGE_OFF_T % 2147483647 == 1)
11414 ? 1 : -1];
11415 int
11416 main ()
11417 {
11418
11419 ;
11420 return 0;
11421 }
11422 _ACEOF
11423 if ac_fn_c_try_compile "$LINENO"; then :
11424 ac_cv_sys_file_offset_bits=64; break
11425 fi
11426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11427 ac_cv_sys_file_offset_bits=unknown
11428 break
11429 done
11430 fi
11431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11432 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11433 case $ac_cv_sys_file_offset_bits in #(
11434 no | unknown) ;;
11435 *)
11436 cat >>confdefs.h <<_ACEOF
11437 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11438 _ACEOF
11439 ;;
11440 esac
11441 rm -rf conftest*
11442 if test $ac_cv_sys_file_offset_bits = unknown; then
11443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11444 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11445 if ${ac_cv_sys_large_files+:} false; then :
11446 $as_echo_n "(cached) " >&6
11447 else
11448 while :; do
11449 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11450 /* end confdefs.h. */
11451 #include <sys/types.h>
11452 /* Check that off_t can represent 2**63 - 1 correctly.
11453 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11454 since some C++ compilers masquerading as C compilers
11455 incorrectly reject 9223372036854775807. */
11456 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11457 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11458 && LARGE_OFF_T % 2147483647 == 1)
11459 ? 1 : -1];
11460 int
11461 main ()
11462 {
11463
11464 ;
11465 return 0;
11466 }
11467 _ACEOF
11468 if ac_fn_c_try_compile "$LINENO"; then :
11469 ac_cv_sys_large_files=no; break
11470 fi
11471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11472 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11473 /* end confdefs.h. */
11474 #define _LARGE_FILES 1
11475 #include <sys/types.h>
11476 /* Check that off_t can represent 2**63 - 1 correctly.
11477 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11478 since some C++ compilers masquerading as C compilers
11479 incorrectly reject 9223372036854775807. */
11480 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11481 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11482 && LARGE_OFF_T % 2147483647 == 1)
11483 ? 1 : -1];
11484 int
11485 main ()
11486 {
11487
11488 ;
11489 return 0;
11490 }
11491 _ACEOF
11492 if ac_fn_c_try_compile "$LINENO"; then :
11493 ac_cv_sys_large_files=1; break
11494 fi
11495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11496 ac_cv_sys_large_files=unknown
11497 break
11498 done
11499 fi
11500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11501 $as_echo "$ac_cv_sys_large_files" >&6; }
11502 case $ac_cv_sys_large_files in #(
11503 no | unknown) ;;
11504 *)
11505 cat >>confdefs.h <<_ACEOF
11506 #define _LARGE_FILES $ac_cv_sys_large_files
11507 _ACEOF
11508 ;;
11509 esac
11510 rm -rf conftest*
11511 fi
11512
11513
11514 fi
11515
11516
11517
11518 ac_checking=
11519 . ${srcdir}/../bfd/development.sh
11520 test "$development" = true && ac_checking=yes
11521 # Check whether --enable-checking was given.
11522 if test "${enable_checking+set}" = set; then :
11523 enableval=$enable_checking; case "${enableval}" in
11524 no|none) ac_checking= ;;
11525 *) ac_checking=yes ;;
11526 esac
11527 fi
11528 if test x$ac_checking != x ; then
11529
11530 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11531
11532 fi
11533
11534 # Check whether --enable-targets was given.
11535 if test "${enable_targets+set}" = set; then :
11536 enableval=$enable_targets; case "${enableval}" in
11537 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11538 ;;
11539 no) enable_targets= ;;
11540 *) enable_targets=$enableval ;;
11541 esac
11542 fi
11543
11544
11545 # Check whether --enable-deterministic-archives was given.
11546 if test "${enable_deterministic_archives+set}" = set; then :
11547 enableval=$enable_deterministic_archives;
11548 if test "${enableval}" = no; then
11549 default_ar_deterministic=0
11550 else
11551 default_ar_deterministic=1
11552 fi
11553 else
11554 default_ar_deterministic=0
11555 fi
11556
11557
11558
11559 cat >>confdefs.h <<_ACEOF
11560 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
11561 _ACEOF
11562
11563
11564
11565 # Check whether --enable-default-strings-all was given.
11566 if test "${enable_default_strings_all+set}" = set; then :
11567 enableval=$enable_default_strings_all;
11568 if test "${enableval}" = no; then
11569 default_strings_all=0
11570 else
11571 default_strings_all=1
11572 fi
11573 else
11574 default_strings_all=1
11575 fi
11576
11577
11578
11579 cat >>confdefs.h <<_ACEOF
11580 #define DEFAULT_STRINGS_ALL $default_strings_all
11581 _ACEOF
11582
11583
11584
11585 # Check whether --enable-f-for-ifunc-symbols was given.
11586 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
11587 enableval=$enable_f_for_ifunc_symbols;
11588 if test "${enableval}" = no; then
11589 default_f_for_ifunc=0
11590 else
11591 default_f_for_ifunc=1
11592 fi
11593 else
11594 default_f_for_ifunc=0
11595 fi
11596
11597
11598
11599 cat >>confdefs.h <<_ACEOF
11600 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
11601 _ACEOF
11602
11603
11604
11605 # Check whether --enable-follow-debug-links was given.
11606 if test "${enable_follow_debug_links+set}" = set; then :
11607 enableval=$enable_follow_debug_links;
11608 if test "${enableval}" = no; then
11609 default_for_follow_links=0
11610 else
11611 default_for_follow_links=1
11612 fi
11613 else
11614 default_for_follow_links=1
11615 fi
11616
11617
11618
11619 cat >>confdefs.h <<_ACEOF
11620 #define DEFAULT_FOR_FOLLOW_LINKS $default_for_follow_links
11621 _ACEOF
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
11633 if test -n "$ac_tool_prefix"; then
11634 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
11635 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11637 $as_echo_n "checking for $ac_word... " >&6; }
11638 if ${ac_cv_path_PKG_CONFIG+:} false; then :
11639 $as_echo_n "(cached) " >&6
11640 else
11641 case $PKG_CONFIG in
11642 [\\/]* | ?:[\\/]*)
11643 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
11644 ;;
11645 *)
11646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11647 for as_dir in $PATH
11648 do
11649 IFS=$as_save_IFS
11650 test -z "$as_dir" && as_dir=.
11651 for ac_exec_ext in '' $ac_executable_extensions; do
11652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11653 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11655 break 2
11656 fi
11657 done
11658 done
11659 IFS=$as_save_IFS
11660
11661 ;;
11662 esac
11663 fi
11664 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
11665 if test -n "$PKG_CONFIG"; then
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
11667 $as_echo "$PKG_CONFIG" >&6; }
11668 else
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11670 $as_echo "no" >&6; }
11671 fi
11672
11673
11674 fi
11675 if test -z "$ac_cv_path_PKG_CONFIG"; then
11676 ac_pt_PKG_CONFIG=$PKG_CONFIG
11677 # Extract the first word of "pkg-config", so it can be a program name with args.
11678 set dummy pkg-config; ac_word=$2
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11680 $as_echo_n "checking for $ac_word... " >&6; }
11681 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
11682 $as_echo_n "(cached) " >&6
11683 else
11684 case $ac_pt_PKG_CONFIG in
11685 [\\/]* | ?:[\\/]*)
11686 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
11687 ;;
11688 *)
11689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11690 for as_dir in $PATH
11691 do
11692 IFS=$as_save_IFS
11693 test -z "$as_dir" && as_dir=.
11694 for ac_exec_ext in '' $ac_executable_extensions; do
11695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11696 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
11697 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11698 break 2
11699 fi
11700 done
11701 done
11702 IFS=$as_save_IFS
11703
11704 ;;
11705 esac
11706 fi
11707 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
11708 if test -n "$ac_pt_PKG_CONFIG"; then
11709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
11710 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
11711 else
11712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11713 $as_echo "no" >&6; }
11714 fi
11715
11716 if test "x$ac_pt_PKG_CONFIG" = x; then
11717 PKG_CONFIG=""
11718 else
11719 case $cross_compiling:$ac_tool_warned in
11720 yes:)
11721 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11722 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11723 ac_tool_warned=yes ;;
11724 esac
11725 PKG_CONFIG=$ac_pt_PKG_CONFIG
11726 fi
11727 else
11728 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
11729 fi
11730
11731 fi
11732 if test -n "$PKG_CONFIG"; then
11733 _pkg_min_version=0.9.0
11734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
11735 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
11736 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
11737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11738 $as_echo "yes" >&6; }
11739 else
11740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11741 $as_echo "no" >&6; }
11742 PKG_CONFIG=""
11743 fi
11744 fi
11745
11746 # Handle optional debuginfod support
11747
11748 # Check whether --with-debuginfod was given.
11749 if test "${with_debuginfod+set}" = set; then :
11750 withval=$with_debuginfod;
11751 else
11752 with_debuginfod=auto
11753 fi
11754
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
11756 $as_echo_n "checking whether to use debuginfod... " >&6; }
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
11758 $as_echo "$with_debuginfod" >&6; }
11759
11760 if test "x$with_debuginfod" != xno; then
11761
11762 pkg_failed=no
11763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
11764 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
11765
11766 if test -n "$DEBUGINFOD_CFLAGS"; then
11767 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
11768 elif test -n "$PKG_CONFIG"; then
11769 if test -n "$PKG_CONFIG" && \
11770 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11771 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11772 ac_status=$?
11773 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11774 test $ac_status = 0; }; then
11775 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
11776 test "x$?" != "x0" && pkg_failed=yes
11777 else
11778 pkg_failed=yes
11779 fi
11780 else
11781 pkg_failed=untried
11782 fi
11783 if test -n "$DEBUGINFOD_LIBS"; then
11784 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
11785 elif test -n "$PKG_CONFIG"; then
11786 if test -n "$PKG_CONFIG" && \
11787 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
11788 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
11789 ac_status=$?
11790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11791 test $ac_status = 0; }; then
11792 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
11793 test "x$?" != "x0" && pkg_failed=yes
11794 else
11795 pkg_failed=yes
11796 fi
11797 else
11798 pkg_failed=untried
11799 fi
11800
11801 if test $pkg_failed = no; then
11802 pkg_save_LDFLAGS="$LDFLAGS"
11803 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
11804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11805 /* end confdefs.h. */
11806
11807 int
11808 main ()
11809 {
11810
11811 ;
11812 return 0;
11813 }
11814 _ACEOF
11815 if ac_fn_c_try_link "$LINENO"; then :
11816
11817 else
11818 pkg_failed=yes
11819 fi
11820 rm -f core conftest.err conftest.$ac_objext \
11821 conftest$ac_exeext conftest.$ac_ext
11822 LDFLAGS=$pkg_save_LDFLAGS
11823 fi
11824
11825
11826
11827 if test $pkg_failed = yes; then
11828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11829 $as_echo "no" >&6; }
11830
11831 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
11832 _pkg_short_errors_supported=yes
11833 else
11834 _pkg_short_errors_supported=no
11835 fi
11836 if test $_pkg_short_errors_supported = yes; then
11837 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11838 else
11839 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
11840 fi
11841 # Put the nasty error message in config.log where it belongs
11842 echo "$DEBUGINFOD_PKG_ERRORS" >&5
11843
11844 if test "x$with_debuginfod" = xyes; then
11845 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11846 else
11847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11848 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11849 fi
11850 elif test $pkg_failed = untried; then
11851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11852 $as_echo "no" >&6; }
11853 if test "x$with_debuginfod" = xyes; then
11854 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
11855 else
11856 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
11857 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
11858 fi
11859 else
11860 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
11861 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
11862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11863 $as_echo "yes" >&6; }
11864
11865 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
11866
11867 fi
11868 else
11869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
11870 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
11871 fi
11872
11873
11874 # Check whether --enable-libctf was given.
11875 if test "${enable_libctf+set}" = set; then :
11876 enableval=$enable_libctf;
11877 case "$enableval" in
11878 yes|no) ;;
11879 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
11880 esac
11881
11882 else
11883 enable_libctf=yes
11884 fi
11885
11886
11887 if test "${enable_libctf}" = yes; then
11888
11889 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
11890
11891 fi
11892 if test "${enable_libctf}" = yes; then
11893 ENABLE_LIBCTF_TRUE=
11894 ENABLE_LIBCTF_FALSE='#'
11895 else
11896 ENABLE_LIBCTF_TRUE='#'
11897 ENABLE_LIBCTF_FALSE=
11898 fi
11899
11900
11901
11902 # Set the 'development' global.
11903 . $srcdir/../bfd/development.sh
11904
11905 # Set acp_cpp_for_build variable
11906 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11907
11908 # Default set of GCC warnings to enable.
11909 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11910 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11911
11912 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11914 /* end confdefs.h. */
11915 __GNUC__
11916 _ACEOF
11917 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11918 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11919
11920 else
11921 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11922 fi
11923 rm -f conftest*
11924
11925
11926 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11928 /* end confdefs.h. */
11929 __GNUC__
11930 _ACEOF
11931 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11932 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11933
11934 else
11935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11936 /* end confdefs.h. */
11937 __clang__
11938 _ACEOF
11939 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11940 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11941 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11942 fi
11943 rm -f conftest*
11944
11945 fi
11946 rm -f conftest*
11947
11948
11949 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11950 WARN_WRITE_STRINGS=""
11951 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11952 /* end confdefs.h. */
11953 __GNUC__
11954 _ACEOF
11955 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11956 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11957
11958 else
11959 WARN_WRITE_STRINGS="-Wwrite-strings"
11960 fi
11961 rm -f conftest*
11962
11963
11964 # Verify CC_FOR_BUILD to be compatible with warning flags
11965
11966 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11968 /* end confdefs.h. */
11969 __GNUC__
11970 _ACEOF
11971 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11972 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11973
11974 else
11975 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11976 fi
11977 rm -f conftest*
11978
11979
11980 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11982 /* end confdefs.h. */
11983 __GNUC__
11984 _ACEOF
11985 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11986 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11987
11988 else
11989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11990 /* end confdefs.h. */
11991 __clang__
11992 _ACEOF
11993 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11994 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11995 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11996 fi
11997 rm -f conftest*
11998
11999 fi
12000 rm -f conftest*
12001
12002
12003 # Check whether --enable-werror was given.
12004 if test "${enable_werror+set}" = set; then :
12005 enableval=$enable_werror; case "${enableval}" in
12006 yes | y) ERROR_ON_WARNING="yes" ;;
12007 no | n) ERROR_ON_WARNING="no" ;;
12008 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12009 esac
12010 fi
12011
12012
12013 # Disable -Wformat by default when using gcc on mingw
12014 case "${host}" in
12015 *-*-mingw32*)
12016 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12017 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12018 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12019 fi
12020 ;;
12021 *) ;;
12022 esac
12023
12024 # Enable -Werror by default when using gcc. Turn it off for releases.
12025 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12026 ERROR_ON_WARNING=yes
12027 fi
12028
12029 NO_WERROR=
12030 if test "${ERROR_ON_WARNING}" = yes ; then
12031 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12032 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12033 NO_WERROR="-Wno-error"
12034 fi
12035
12036 if test "${GCC}" = yes ; then
12037 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12038 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12039 fi
12040
12041 # Check whether --enable-build-warnings was given.
12042 if test "${enable_build_warnings+set}" = set; then :
12043 enableval=$enable_build_warnings; case "${enableval}" in
12044 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12045 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12046 no) if test "${GCC}" = yes ; then
12047 WARN_CFLAGS="-w"
12048 WARN_CFLAGS_FOR_BUILD="-w"
12049 fi;;
12050 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12051 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12052 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12053 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12054 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12055 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12056 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12057 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12058 esac
12059 fi
12060
12061
12062 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12063 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12064 fi
12065
12066
12067
12068
12069
12070
12071
12072 ac_config_headers="$ac_config_headers config.h:config.in"
12073
12074
12075
12076
12077 if test -z "$target" ; then
12078 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12079 fi
12080 if test -z "$host" ; then
12081 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12082 fi
12083
12084 for ac_prog in 'bison -y' byacc
12085 do
12086 # Extract the first word of "$ac_prog", so it can be a program name with args.
12087 set dummy $ac_prog; ac_word=$2
12088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12089 $as_echo_n "checking for $ac_word... " >&6; }
12090 if ${ac_cv_prog_YACC+:} false; then :
12091 $as_echo_n "(cached) " >&6
12092 else
12093 if test -n "$YACC"; then
12094 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12095 else
12096 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12097 for as_dir in $PATH
12098 do
12099 IFS=$as_save_IFS
12100 test -z "$as_dir" && as_dir=.
12101 for ac_exec_ext in '' $ac_executable_extensions; do
12102 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12103 ac_cv_prog_YACC="$ac_prog"
12104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12105 break 2
12106 fi
12107 done
12108 done
12109 IFS=$as_save_IFS
12110
12111 fi
12112 fi
12113 YACC=$ac_cv_prog_YACC
12114 if test -n "$YACC"; then
12115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12116 $as_echo "$YACC" >&6; }
12117 else
12118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12119 $as_echo "no" >&6; }
12120 fi
12121
12122
12123 test -n "$YACC" && break
12124 done
12125 test -n "$YACC" || YACC="yacc"
12126
12127 for ac_prog in flex lex
12128 do
12129 # Extract the first word of "$ac_prog", so it can be a program name with args.
12130 set dummy $ac_prog; ac_word=$2
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12132 $as_echo_n "checking for $ac_word... " >&6; }
12133 if ${ac_cv_prog_LEX+:} false; then :
12134 $as_echo_n "(cached) " >&6
12135 else
12136 if test -n "$LEX"; then
12137 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12138 else
12139 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12140 for as_dir in $PATH
12141 do
12142 IFS=$as_save_IFS
12143 test -z "$as_dir" && as_dir=.
12144 for ac_exec_ext in '' $ac_executable_extensions; do
12145 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12146 ac_cv_prog_LEX="$ac_prog"
12147 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12148 break 2
12149 fi
12150 done
12151 done
12152 IFS=$as_save_IFS
12153
12154 fi
12155 fi
12156 LEX=$ac_cv_prog_LEX
12157 if test -n "$LEX"; then
12158 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12159 $as_echo "$LEX" >&6; }
12160 else
12161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12162 $as_echo "no" >&6; }
12163 fi
12164
12165
12166 test -n "$LEX" && break
12167 done
12168 test -n "$LEX" || LEX=":"
12169
12170 case "$LEX" in
12171 :|*"missing "*) ;;
12172 *) cat >conftest.l <<_ACEOF
12173 %%
12174 a { ECHO; }
12175 b { REJECT; }
12176 c { yymore (); }
12177 d { yyless (1); }
12178 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12179 yyless ((input () != 0)); }
12180 f { unput (yytext[0]); }
12181 . { BEGIN INITIAL; }
12182 %%
12183 #ifdef YYTEXT_POINTER
12184 extern char *yytext;
12185 #endif
12186 int
12187 main (void)
12188 {
12189 return ! yylex () + ! yywrap ();
12190 }
12191 _ACEOF
12192 { { ac_try="$LEX conftest.l"
12193 case "(($ac_try" in
12194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12195 *) ac_try_echo=$ac_try;;
12196 esac
12197 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12198 $as_echo "$ac_try_echo"; } >&5
12199 (eval "$LEX conftest.l") 2>&5
12200 ac_status=$?
12201 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12202 test $ac_status = 0; }
12203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12204 $as_echo_n "checking lex output file root... " >&6; }
12205 if ${ac_cv_prog_lex_root+:} false; then :
12206 $as_echo_n "(cached) " >&6
12207 else
12208
12209 if test -f lex.yy.c; then
12210 ac_cv_prog_lex_root=lex.yy
12211 elif test -f lexyy.c; then
12212 ac_cv_prog_lex_root=lexyy
12213 else
12214 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12215 fi
12216 fi
12217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12218 $as_echo "$ac_cv_prog_lex_root" >&6; }
12219 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12220
12221 if test -z "${LEXLIB+set}"; then
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12223 $as_echo_n "checking lex library... " >&6; }
12224 if ${ac_cv_lib_lex+:} false; then :
12225 $as_echo_n "(cached) " >&6
12226 else
12227
12228 ac_save_LIBS=$LIBS
12229 ac_cv_lib_lex='none needed'
12230 for ac_lib in '' -lfl -ll; do
12231 LIBS="$ac_lib $ac_save_LIBS"
12232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12233 /* end confdefs.h. */
12234 `cat $LEX_OUTPUT_ROOT.c`
12235 _ACEOF
12236 if ac_fn_c_try_link "$LINENO"; then :
12237 ac_cv_lib_lex=$ac_lib
12238 fi
12239 rm -f core conftest.err conftest.$ac_objext \
12240 conftest$ac_exeext conftest.$ac_ext
12241 test "$ac_cv_lib_lex" != 'none needed' && break
12242 done
12243 LIBS=$ac_save_LIBS
12244
12245 fi
12246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12247 $as_echo "$ac_cv_lib_lex" >&6; }
12248 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12249 fi
12250
12251
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12253 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12254 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12255 $as_echo_n "(cached) " >&6
12256 else
12257 # POSIX says lex can declare yytext either as a pointer or an array; the
12258 # default is implementation-dependent. Figure out which it is, since
12259 # not all implementations provide the %pointer and %array declarations.
12260 ac_cv_prog_lex_yytext_pointer=no
12261 ac_save_LIBS=$LIBS
12262 LIBS="$LEXLIB $ac_save_LIBS"
12263 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12264 /* end confdefs.h. */
12265
12266 #define YYTEXT_POINTER 1
12267 `cat $LEX_OUTPUT_ROOT.c`
12268 _ACEOF
12269 if ac_fn_c_try_link "$LINENO"; then :
12270 ac_cv_prog_lex_yytext_pointer=yes
12271 fi
12272 rm -f core conftest.err conftest.$ac_objext \
12273 conftest$ac_exeext conftest.$ac_ext
12274 LIBS=$ac_save_LIBS
12275
12276 fi
12277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12278 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12279 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12280
12281 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12282
12283 fi
12284 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12285 ;;
12286 esac
12287 if test "$LEX" = :; then
12288 LEX=${am_missing_run}flex
12289 fi
12290
12291 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"
12292 # If we haven't got the data from the intl directory,
12293 # assume NLS is disabled.
12294 USE_NLS=no
12295 LIBINTL=
12296 LIBINTL_DEP=
12297 INCINTL=
12298 XGETTEXT=
12299 GMSGFMT=
12300 POSUB=
12301
12302 if test -f ../intl/config.intl; then
12303 . ../intl/config.intl
12304 fi
12305 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12306 $as_echo_n "checking whether NLS is requested... " >&6; }
12307 if test x"$USE_NLS" != xyes; then
12308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12309 $as_echo "no" >&6; }
12310 else
12311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12312 $as_echo "yes" >&6; }
12313
12314 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12315
12316
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12318 $as_echo_n "checking for catalogs to be installed... " >&6; }
12319 # Look for .po and .gmo files in the source directory.
12320 CATALOGS=
12321 XLINGUAS=
12322 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12323 # If there aren't any .gmo files the shell will give us the
12324 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12325 # weeded out.
12326 case "$cat" in *\**)
12327 continue;;
12328 esac
12329 # The quadruple backslash is collapsed to a double backslash
12330 # by the backticks, then collapsed again by the double quotes,
12331 # leaving us with one backslash in the sed expression (right
12332 # before the dot that mustn't act as a wildcard).
12333 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12334 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12335 # The user is allowed to set LINGUAS to a list of languages to
12336 # install catalogs for. If it's empty that means "all of them."
12337 if test "x$LINGUAS" = x; then
12338 CATALOGS="$CATALOGS $cat"
12339 XLINGUAS="$XLINGUAS $lang"
12340 else
12341 case "$LINGUAS" in *$lang*)
12342 CATALOGS="$CATALOGS $cat"
12343 XLINGUAS="$XLINGUAS $lang"
12344 ;;
12345 esac
12346 fi
12347 done
12348 LINGUAS="$XLINGUAS"
12349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12350 $as_echo "$LINGUAS" >&6; }
12351
12352
12353 DATADIRNAME=share
12354
12355 INSTOBJEXT=.mo
12356
12357 GENCAT=gencat
12358
12359 CATOBJEXT=.gmo
12360
12361 fi
12362
12363 MKINSTALLDIRS=
12364 if test -n "$ac_aux_dir"; then
12365 case "$ac_aux_dir" in
12366 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12367 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12368 esac
12369 fi
12370 if test -z "$MKINSTALLDIRS"; then
12371 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12372 fi
12373
12374
12375
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12377 $as_echo_n "checking whether NLS is requested... " >&6; }
12378 # Check whether --enable-nls was given.
12379 if test "${enable_nls+set}" = set; then :
12380 enableval=$enable_nls; USE_NLS=$enableval
12381 else
12382 USE_NLS=yes
12383 fi
12384
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12386 $as_echo "$USE_NLS" >&6; }
12387
12388
12389
12390
12391
12392
12393 # Prepare PATH_SEPARATOR.
12394 # The user is always right.
12395 if test "${PATH_SEPARATOR+set}" != set; then
12396 echo "#! /bin/sh" >conf$$.sh
12397 echo "exit 0" >>conf$$.sh
12398 chmod +x conf$$.sh
12399 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12400 PATH_SEPARATOR=';'
12401 else
12402 PATH_SEPARATOR=:
12403 fi
12404 rm -f conf$$.sh
12405 fi
12406
12407 # Find out how to test for executable files. Don't use a zero-byte file,
12408 # as systems may use methods other than mode bits to determine executability.
12409 cat >conf$$.file <<_ASEOF
12410 #! /bin/sh
12411 exit 0
12412 _ASEOF
12413 chmod +x conf$$.file
12414 if test -x conf$$.file >/dev/null 2>&1; then
12415 ac_executable_p="test -x"
12416 else
12417 ac_executable_p="test -f"
12418 fi
12419 rm -f conf$$.file
12420
12421 # Extract the first word of "msgfmt", so it can be a program name with args.
12422 set dummy msgfmt; ac_word=$2
12423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12424 $as_echo_n "checking for $ac_word... " >&6; }
12425 if ${ac_cv_path_MSGFMT+:} false; then :
12426 $as_echo_n "(cached) " >&6
12427 else
12428 case "$MSGFMT" in
12429 [\\/]* | ?:[\\/]*)
12430 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12431 ;;
12432 *)
12433 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12434 for ac_dir in $PATH; do
12435 IFS="$ac_save_IFS"
12436 test -z "$ac_dir" && ac_dir=.
12437 for ac_exec_ext in '' $ac_executable_extensions; do
12438 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12439 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12440 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12441 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12442 break 2
12443 fi
12444 fi
12445 done
12446 done
12447 IFS="$ac_save_IFS"
12448 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12449 ;;
12450 esac
12451 fi
12452 MSGFMT="$ac_cv_path_MSGFMT"
12453 if test "$MSGFMT" != ":"; then
12454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12455 $as_echo "$MSGFMT" >&6; }
12456 else
12457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12458 $as_echo "no" >&6; }
12459 fi
12460
12461 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12462 set dummy gmsgfmt; ac_word=$2
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12464 $as_echo_n "checking for $ac_word... " >&6; }
12465 if ${ac_cv_path_GMSGFMT+:} false; then :
12466 $as_echo_n "(cached) " >&6
12467 else
12468 case $GMSGFMT in
12469 [\\/]* | ?:[\\/]*)
12470 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12471 ;;
12472 *)
12473 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12474 for as_dir in $PATH
12475 do
12476 IFS=$as_save_IFS
12477 test -z "$as_dir" && as_dir=.
12478 for ac_exec_ext in '' $ac_executable_extensions; do
12479 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12480 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12481 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12482 break 2
12483 fi
12484 done
12485 done
12486 IFS=$as_save_IFS
12487
12488 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12489 ;;
12490 esac
12491 fi
12492 GMSGFMT=$ac_cv_path_GMSGFMT
12493 if test -n "$GMSGFMT"; then
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12495 $as_echo "$GMSGFMT" >&6; }
12496 else
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12498 $as_echo "no" >&6; }
12499 fi
12500
12501
12502
12503
12504 # Prepare PATH_SEPARATOR.
12505 # The user is always right.
12506 if test "${PATH_SEPARATOR+set}" != set; then
12507 echo "#! /bin/sh" >conf$$.sh
12508 echo "exit 0" >>conf$$.sh
12509 chmod +x conf$$.sh
12510 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12511 PATH_SEPARATOR=';'
12512 else
12513 PATH_SEPARATOR=:
12514 fi
12515 rm -f conf$$.sh
12516 fi
12517
12518 # Find out how to test for executable files. Don't use a zero-byte file,
12519 # as systems may use methods other than mode bits to determine executability.
12520 cat >conf$$.file <<_ASEOF
12521 #! /bin/sh
12522 exit 0
12523 _ASEOF
12524 chmod +x conf$$.file
12525 if test -x conf$$.file >/dev/null 2>&1; then
12526 ac_executable_p="test -x"
12527 else
12528 ac_executable_p="test -f"
12529 fi
12530 rm -f conf$$.file
12531
12532 # Extract the first word of "xgettext", so it can be a program name with args.
12533 set dummy xgettext; ac_word=$2
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535 $as_echo_n "checking for $ac_word... " >&6; }
12536 if ${ac_cv_path_XGETTEXT+:} false; then :
12537 $as_echo_n "(cached) " >&6
12538 else
12539 case "$XGETTEXT" in
12540 [\\/]* | ?:[\\/]*)
12541 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12542 ;;
12543 *)
12544 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12545 for ac_dir in $PATH; do
12546 IFS="$ac_save_IFS"
12547 test -z "$ac_dir" && ac_dir=.
12548 for ac_exec_ext in '' $ac_executable_extensions; do
12549 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12550 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12551 (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
12552 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12553 break 2
12554 fi
12555 fi
12556 done
12557 done
12558 IFS="$ac_save_IFS"
12559 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
12560 ;;
12561 esac
12562 fi
12563 XGETTEXT="$ac_cv_path_XGETTEXT"
12564 if test "$XGETTEXT" != ":"; then
12565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
12566 $as_echo "$XGETTEXT" >&6; }
12567 else
12568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12569 $as_echo "no" >&6; }
12570 fi
12571
12572 rm -f messages.po
12573
12574
12575 # Prepare PATH_SEPARATOR.
12576 # The user is always right.
12577 if test "${PATH_SEPARATOR+set}" != set; then
12578 echo "#! /bin/sh" >conf$$.sh
12579 echo "exit 0" >>conf$$.sh
12580 chmod +x conf$$.sh
12581 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12582 PATH_SEPARATOR=';'
12583 else
12584 PATH_SEPARATOR=:
12585 fi
12586 rm -f conf$$.sh
12587 fi
12588
12589 # Find out how to test for executable files. Don't use a zero-byte file,
12590 # as systems may use methods other than mode bits to determine executability.
12591 cat >conf$$.file <<_ASEOF
12592 #! /bin/sh
12593 exit 0
12594 _ASEOF
12595 chmod +x conf$$.file
12596 if test -x conf$$.file >/dev/null 2>&1; then
12597 ac_executable_p="test -x"
12598 else
12599 ac_executable_p="test -f"
12600 fi
12601 rm -f conf$$.file
12602
12603 # Extract the first word of "msgmerge", so it can be a program name with args.
12604 set dummy msgmerge; ac_word=$2
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12606 $as_echo_n "checking for $ac_word... " >&6; }
12607 if ${ac_cv_path_MSGMERGE+:} false; then :
12608 $as_echo_n "(cached) " >&6
12609 else
12610 case "$MSGMERGE" in
12611 [\\/]* | ?:[\\/]*)
12612 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
12613 ;;
12614 *)
12615 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12616 for ac_dir in $PATH; do
12617 IFS="$ac_save_IFS"
12618 test -z "$ac_dir" && ac_dir=.
12619 for ac_exec_ext in '' $ac_executable_extensions; do
12620 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12621 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
12622 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
12623 break 2
12624 fi
12625 fi
12626 done
12627 done
12628 IFS="$ac_save_IFS"
12629 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
12630 ;;
12631 esac
12632 fi
12633 MSGMERGE="$ac_cv_path_MSGMERGE"
12634 if test "$MSGMERGE" != ":"; then
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
12636 $as_echo "$MSGMERGE" >&6; }
12637 else
12638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12639 $as_echo "no" >&6; }
12640 fi
12641
12642
12643 if test "$GMSGFMT" != ":"; then
12644 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
12645 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12646 : ;
12647 else
12648 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
12650 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
12651 GMSGFMT=":"
12652 fi
12653 fi
12654
12655 if test "$XGETTEXT" != ":"; then
12656 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12657 (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
12658 : ;
12659 else
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
12661 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
12662 XGETTEXT=":"
12663 fi
12664 rm -f messages.po
12665 fi
12666
12667 ac_config_commands="$ac_config_commands default-1"
12668
12669
12670
12671
12672 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
12673 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
12674 # Check whether --enable-maintainer-mode was given.
12675 if test "${enable_maintainer_mode+set}" = set; then :
12676 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
12677 else
12678 USE_MAINTAINER_MODE=no
12679 fi
12680
12681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
12682 $as_echo "$USE_MAINTAINER_MODE" >&6; }
12683 if test $USE_MAINTAINER_MODE = yes; then
12684 MAINTAINER_MODE_TRUE=
12685 MAINTAINER_MODE_FALSE='#'
12686 else
12687 MAINTAINER_MODE_TRUE='#'
12688 MAINTAINER_MODE_FALSE=
12689 fi
12690
12691 MAINT=$MAINTAINER_MODE_TRUE
12692
12693
12694 if false; then
12695 GENINSRC_NEVER_TRUE=
12696 GENINSRC_NEVER_FALSE='#'
12697 else
12698 GENINSRC_NEVER_TRUE='#'
12699 GENINSRC_NEVER_FALSE=
12700 fi
12701
12702
12703 if test -n "$EXEEXT"; then
12704
12705 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
12706
12707 fi
12708
12709 cat >>confdefs.h <<_ACEOF
12710 #define EXECUTABLE_SUFFIX "${EXEEXT}"
12711 _ACEOF
12712
12713
12714 # host-specific stuff:
12715
12716 HDEFINES=
12717
12718 . ${srcdir}/../bfd/configure.host
12719
12720
12721 AR=${AR-ar}
12722
12723 if test -n "$ac_tool_prefix"; then
12724 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
12725 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
12726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12727 $as_echo_n "checking for $ac_word... " >&6; }
12728 if ${ac_cv_prog_RANLIB+:} false; then :
12729 $as_echo_n "(cached) " >&6
12730 else
12731 if test -n "$RANLIB"; then
12732 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
12733 else
12734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12735 for as_dir in $PATH
12736 do
12737 IFS=$as_save_IFS
12738 test -z "$as_dir" && as_dir=.
12739 for ac_exec_ext in '' $ac_executable_extensions; do
12740 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12741 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
12742 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12743 break 2
12744 fi
12745 done
12746 done
12747 IFS=$as_save_IFS
12748
12749 fi
12750 fi
12751 RANLIB=$ac_cv_prog_RANLIB
12752 if test -n "$RANLIB"; then
12753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
12754 $as_echo "$RANLIB" >&6; }
12755 else
12756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12757 $as_echo "no" >&6; }
12758 fi
12759
12760
12761 fi
12762 if test -z "$ac_cv_prog_RANLIB"; then
12763 ac_ct_RANLIB=$RANLIB
12764 # Extract the first word of "ranlib", so it can be a program name with args.
12765 set dummy ranlib; ac_word=$2
12766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12767 $as_echo_n "checking for $ac_word... " >&6; }
12768 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
12769 $as_echo_n "(cached) " >&6
12770 else
12771 if test -n "$ac_ct_RANLIB"; then
12772 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
12773 else
12774 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12775 for as_dir in $PATH
12776 do
12777 IFS=$as_save_IFS
12778 test -z "$as_dir" && as_dir=.
12779 for ac_exec_ext in '' $ac_executable_extensions; do
12780 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12781 ac_cv_prog_ac_ct_RANLIB="ranlib"
12782 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12783 break 2
12784 fi
12785 done
12786 done
12787 IFS=$as_save_IFS
12788
12789 fi
12790 fi
12791 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
12792 if test -n "$ac_ct_RANLIB"; then
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
12794 $as_echo "$ac_ct_RANLIB" >&6; }
12795 else
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12797 $as_echo "no" >&6; }
12798 fi
12799
12800 if test "x$ac_ct_RANLIB" = x; then
12801 RANLIB=":"
12802 else
12803 case $cross_compiling:$ac_tool_warned in
12804 yes:)
12805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12806 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12807 ac_tool_warned=yes ;;
12808 esac
12809 RANLIB=$ac_ct_RANLIB
12810 fi
12811 else
12812 RANLIB="$ac_cv_prog_RANLIB"
12813 fi
12814
12815
12816
12817 # Put a plausible default for CC_FOR_BUILD in Makefile.
12818 if test -z "$CC_FOR_BUILD"; then
12819 if test "x$cross_compiling" = "xno"; then
12820 CC_FOR_BUILD='$(CC)'
12821 else
12822 CC_FOR_BUILD=gcc
12823 fi
12824 fi
12825
12826 # Also set EXEEXT_FOR_BUILD.
12827 if test "x$cross_compiling" = "xno"; then
12828 EXEEXT_FOR_BUILD='$(EXEEXT)'
12829 else
12830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
12831 $as_echo_n "checking for build system executable suffix... " >&6; }
12832 if ${bfd_cv_build_exeext+:} false; then :
12833 $as_echo_n "(cached) " >&6
12834 else
12835 rm -f conftest*
12836 echo 'int main () { return 0; }' > conftest.c
12837 bfd_cv_build_exeext=
12838 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
12839 for file in conftest.*; do
12840 case $file in
12841 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
12842 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
12843 esac
12844 done
12845 rm -f conftest*
12846 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
12847 fi
12848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
12849 $as_echo "$bfd_cv_build_exeext" >&6; }
12850 EXEEXT_FOR_BUILD=""
12851 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
12852 fi
12853
12854
12855 DEMANGLER_NAME=c++filt
12856 case "${host}" in
12857 *-*-go32* | *-*-msdos*)
12858 DEMANGLER_NAME=cxxfilt
12859 esac
12860
12861
12862 # We use headers from include/ that check various HAVE_*_H macros, thus
12863 # should ensure they are set by configure. This is true even when C99
12864 # guarantees they are available.
12865 # plugin-api.h tests HAVE_STDINT_H and HAVE_INTTYPES_H
12866 # Besides those, we need to check anything used in binutils/ not in C99.
12867 for ac_header in fcntl.h inttypes.h stdint.h sys/file.h \
12868 sys/stat.h sys/time.h sys/types.h unistd.h
12869 do :
12870 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12871 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
12872 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12873 cat >>confdefs.h <<_ACEOF
12874 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12875 _ACEOF
12876
12877 fi
12878
12879 done
12880
12881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
12882 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
12883 if ${ac_cv_header_sys_wait_h+:} false; then :
12884 $as_echo_n "(cached) " >&6
12885 else
12886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12888 #include <sys/types.h>
12889 #include <sys/wait.h>
12890 #ifndef WEXITSTATUS
12891 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
12892 #endif
12893 #ifndef WIFEXITED
12894 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
12895 #endif
12896
12897 int
12898 main ()
12899 {
12900 int s;
12901 wait (&s);
12902 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
12903 ;
12904 return 0;
12905 }
12906 _ACEOF
12907 if ac_fn_c_try_compile "$LINENO"; then :
12908 ac_cv_header_sys_wait_h=yes
12909 else
12910 ac_cv_header_sys_wait_h=no
12911 fi
12912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12913 fi
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
12915 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
12916 if test $ac_cv_header_sys_wait_h = yes; then
12917
12918 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
12919
12920 fi
12921
12922
12923
12924
12925 for ac_header in $ac_header_list
12926 do :
12927 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12928 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
12929 "
12930 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
12931 cat >>confdefs.h <<_ACEOF
12932 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12933 _ACEOF
12934
12935 fi
12936
12937 done
12938
12939
12940
12941
12942
12943
12944
12945
12946 for ac_func in getpagesize
12947 do :
12948 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
12949 if test "x$ac_cv_func_getpagesize" = xyes; then :
12950 cat >>confdefs.h <<_ACEOF
12951 #define HAVE_GETPAGESIZE 1
12952 _ACEOF
12953
12954 fi
12955 done
12956
12957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
12958 $as_echo_n "checking for working mmap... " >&6; }
12959 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
12960 $as_echo_n "(cached) " >&6
12961 else
12962 if test "$cross_compiling" = yes; then :
12963 ac_cv_func_mmap_fixed_mapped=no
12964 else
12965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12966 /* end confdefs.h. */
12967 $ac_includes_default
12968 /* malloc might have been renamed as rpl_malloc. */
12969 #undef malloc
12970
12971 /* Thanks to Mike Haertel and Jim Avera for this test.
12972 Here is a matrix of mmap possibilities:
12973 mmap private not fixed
12974 mmap private fixed at somewhere currently unmapped
12975 mmap private fixed at somewhere already mapped
12976 mmap shared not fixed
12977 mmap shared fixed at somewhere currently unmapped
12978 mmap shared fixed at somewhere already mapped
12979 For private mappings, we should verify that changes cannot be read()
12980 back from the file, nor mmap's back from the file at a different
12981 address. (There have been systems where private was not correctly
12982 implemented like the infamous i386 svr4.0, and systems where the
12983 VM page cache was not coherent with the file system buffer cache
12984 like early versions of FreeBSD and possibly contemporary NetBSD.)
12985 For shared mappings, we should conversely verify that changes get
12986 propagated back to all the places they're supposed to be.
12987
12988 Grep wants private fixed already mapped.
12989 The main things grep needs to know about mmap are:
12990 * does it exist and is it safe to write into the mmap'd area
12991 * how to use it (BSD variants) */
12992
12993 #include <fcntl.h>
12994 #include <sys/mman.h>
12995
12996 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
12997 char *malloc ();
12998 #endif
12999
13000 /* This mess was copied from the GNU getpagesize.h. */
13001 #ifndef HAVE_GETPAGESIZE
13002 # ifdef _SC_PAGESIZE
13003 # define getpagesize() sysconf(_SC_PAGESIZE)
13004 # else /* no _SC_PAGESIZE */
13005 # ifdef HAVE_SYS_PARAM_H
13006 # include <sys/param.h>
13007 # ifdef EXEC_PAGESIZE
13008 # define getpagesize() EXEC_PAGESIZE
13009 # else /* no EXEC_PAGESIZE */
13010 # ifdef NBPG
13011 # define getpagesize() NBPG * CLSIZE
13012 # ifndef CLSIZE
13013 # define CLSIZE 1
13014 # endif /* no CLSIZE */
13015 # else /* no NBPG */
13016 # ifdef NBPC
13017 # define getpagesize() NBPC
13018 # else /* no NBPC */
13019 # ifdef PAGESIZE
13020 # define getpagesize() PAGESIZE
13021 # endif /* PAGESIZE */
13022 # endif /* no NBPC */
13023 # endif /* no NBPG */
13024 # endif /* no EXEC_PAGESIZE */
13025 # else /* no HAVE_SYS_PARAM_H */
13026 # define getpagesize() 8192 /* punt totally */
13027 # endif /* no HAVE_SYS_PARAM_H */
13028 # endif /* no _SC_PAGESIZE */
13029
13030 #endif /* no HAVE_GETPAGESIZE */
13031
13032 int
13033 main ()
13034 {
13035 char *data, *data2, *data3;
13036 const char *cdata2;
13037 int i, pagesize;
13038 int fd, fd2;
13039
13040 pagesize = getpagesize ();
13041
13042 /* First, make a file with some known garbage in it. */
13043 data = (char *) malloc (pagesize);
13044 if (!data)
13045 return 1;
13046 for (i = 0; i < pagesize; ++i)
13047 *(data + i) = rand ();
13048 umask (0);
13049 fd = creat ("conftest.mmap", 0600);
13050 if (fd < 0)
13051 return 2;
13052 if (write (fd, data, pagesize) != pagesize)
13053 return 3;
13054 close (fd);
13055
13056 /* Next, check that the tail of a page is zero-filled. File must have
13057 non-zero length, otherwise we risk SIGBUS for entire page. */
13058 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13059 if (fd2 < 0)
13060 return 4;
13061 cdata2 = "";
13062 if (write (fd2, cdata2, 1) != 1)
13063 return 5;
13064 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13065 if (data2 == MAP_FAILED)
13066 return 6;
13067 for (i = 0; i < pagesize; ++i)
13068 if (*(data2 + i))
13069 return 7;
13070 close (fd2);
13071 if (munmap (data2, pagesize))
13072 return 8;
13073
13074 /* Next, try to mmap the file at a fixed address which already has
13075 something else allocated at it. If we can, also make sure that
13076 we see the same garbage. */
13077 fd = open ("conftest.mmap", O_RDWR);
13078 if (fd < 0)
13079 return 9;
13080 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13081 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13082 return 10;
13083 for (i = 0; i < pagesize; ++i)
13084 if (*(data + i) != *(data2 + i))
13085 return 11;
13086
13087 /* Finally, make sure that changes to the mapped area do not
13088 percolate back to the file as seen by read(). (This is a bug on
13089 some variants of i386 svr4.0.) */
13090 for (i = 0; i < pagesize; ++i)
13091 *(data2 + i) = *(data2 + i) + 1;
13092 data3 = (char *) malloc (pagesize);
13093 if (!data3)
13094 return 12;
13095 if (read (fd, data3, pagesize) != pagesize)
13096 return 13;
13097 for (i = 0; i < pagesize; ++i)
13098 if (*(data + i) != *(data3 + i))
13099 return 14;
13100 close (fd);
13101 return 0;
13102 }
13103 _ACEOF
13104 if ac_fn_c_try_run "$LINENO"; then :
13105 ac_cv_func_mmap_fixed_mapped=yes
13106 else
13107 ac_cv_func_mmap_fixed_mapped=no
13108 fi
13109 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13110 conftest.$ac_objext conftest.beam conftest.$ac_ext
13111 fi
13112
13113 fi
13114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13115 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13116 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13117
13118 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13119
13120 fi
13121 rm -f conftest.mmap conftest.txt
13122
13123 for ac_func in getc_unlocked mkdtemp mkstemp utimensat utimes
13124 do :
13125 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13126 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13127 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13128 cat >>confdefs.h <<_ACEOF
13129 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13130 _ACEOF
13131
13132 fi
13133 done
13134
13135
13136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13137 $as_echo_n "checking for mbstate_t... " >&6; }
13138 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13139 /* end confdefs.h. */
13140 #include <wchar.h>
13141 int
13142 main ()
13143 {
13144 mbstate_t teststate;
13145 ;
13146 return 0;
13147 }
13148 _ACEOF
13149 if ac_fn_c_try_compile "$LINENO"; then :
13150 have_mbstate_t=yes
13151 else
13152 have_mbstate_t=no
13153 fi
13154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13156 $as_echo "$have_mbstate_t" >&6; }
13157 if test x"$have_mbstate_t" = xyes; then
13158
13159 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13160
13161 fi
13162
13163 # Copied from gnulib stat-time.m4.
13164 # We should just switch over to using gnulib.
13165 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>
13166 #include <sys/stat.h>
13167 "
13168 if test "x$ac_cv_member_struct_stat_st_atim_tv_nsec" = xyes; then :
13169
13170 cat >>confdefs.h <<_ACEOF
13171 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1
13172 _ACEOF
13173
13174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether struct stat.st_atim is of type struct timespec" >&5
13175 $as_echo_n "checking whether struct stat.st_atim is of type struct timespec... " >&6; }
13176 if ${ac_cv_typeof_struct_stat_st_atim_is_struct_timespec+:} false; then :
13177 $as_echo_n "(cached) " >&6
13178 else
13179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13180 /* end confdefs.h. */
13181
13182 #include <sys/types.h>
13183 #include <sys/stat.h>
13184 #if HAVE_SYS_TIME_H
13185 # include <sys/time.h>
13186 #endif
13187 #include <time.h>
13188 struct timespec ts;
13189 struct stat st;
13190
13191 int
13192 main ()
13193 {
13194
13195 st.st_atim = ts;
13196
13197 ;
13198 return 0;
13199 }
13200 _ACEOF
13201 if ac_fn_c_try_compile "$LINENO"; then :
13202 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes
13203 else
13204 ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=no
13205 fi
13206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13207 fi
13208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&5
13209 $as_echo "$ac_cv_typeof_struct_stat_st_atim_is_struct_timespec" >&6; }
13210 if test $ac_cv_typeof_struct_stat_st_atim_is_struct_timespec = yes; then
13211
13212 $as_echo "#define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1" >>confdefs.h
13213
13214 fi
13215 else
13216 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>
13217 #include <sys/stat.h>
13218 "
13219 if test "x$ac_cv_member_struct_stat_st_atimespec_tv_nsec" = xyes; then :
13220
13221 cat >>confdefs.h <<_ACEOF
13222 #define HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC 1
13223 _ACEOF
13224
13225
13226 else
13227 ac_fn_c_check_member "$LINENO" "struct stat" "st_atimensec" "ac_cv_member_struct_stat_st_atimensec" "#include <sys/types.h>
13228 #include <sys/stat.h>
13229 "
13230 if test "x$ac_cv_member_struct_stat_st_atimensec" = xyes; then :
13231
13232 cat >>confdefs.h <<_ACEOF
13233 #define HAVE_STRUCT_STAT_ST_ATIMENSEC 1
13234 _ACEOF
13235
13236
13237 else
13238 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>
13239 #include <sys/stat.h>
13240 "
13241 if test "x$ac_cv_member_struct_stat_st_atim_st__tim_tv_nsec" = xyes; then :
13242
13243 cat >>confdefs.h <<_ACEOF
13244 #define HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC 1
13245 _ACEOF
13246
13247
13248 fi
13249
13250 fi
13251
13252 fi
13253
13254 fi
13255
13256
13257 # Some systems have frexp only in -lm, not in -lc.
13258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13259 $as_echo_n "checking for library containing frexp... " >&6; }
13260 if ${ac_cv_search_frexp+:} false; then :
13261 $as_echo_n "(cached) " >&6
13262 else
13263 ac_func_search_save_LIBS=$LIBS
13264 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13265 /* end confdefs.h. */
13266
13267 /* Override any GCC internal prototype to avoid an error.
13268 Use char because int might match the return type of a GCC
13269 builtin and then its argument prototype would still apply. */
13270 #ifdef __cplusplus
13271 extern "C"
13272 #endif
13273 char frexp ();
13274 int
13275 main ()
13276 {
13277 return frexp ();
13278 ;
13279 return 0;
13280 }
13281 _ACEOF
13282 for ac_lib in '' m; do
13283 if test -z "$ac_lib"; then
13284 ac_res="none required"
13285 else
13286 ac_res=-l$ac_lib
13287 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13288 fi
13289 if ac_fn_c_try_link "$LINENO"; then :
13290 ac_cv_search_frexp=$ac_res
13291 fi
13292 rm -f core conftest.err conftest.$ac_objext \
13293 conftest$ac_exeext
13294 if ${ac_cv_search_frexp+:} false; then :
13295 break
13296 fi
13297 done
13298 if ${ac_cv_search_frexp+:} false; then :
13299
13300 else
13301 ac_cv_search_frexp=no
13302 fi
13303 rm conftest.$ac_ext
13304 LIBS=$ac_func_search_save_LIBS
13305 fi
13306 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13307 $as_echo "$ac_cv_search_frexp" >&6; }
13308 ac_res=$ac_cv_search_frexp
13309 if test "$ac_res" != no; then :
13310 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13311
13312 fi
13313
13314
13315
13316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13317 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13318 if ${am_cv_val_LC_MESSAGES+:} false; then :
13319 $as_echo_n "(cached) " >&6
13320 else
13321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13322 /* end confdefs.h. */
13323 #include <locale.h>
13324 int
13325 main ()
13326 {
13327 return LC_MESSAGES
13328 ;
13329 return 0;
13330 }
13331 _ACEOF
13332 if ac_fn_c_try_link "$LINENO"; then :
13333 am_cv_val_LC_MESSAGES=yes
13334 else
13335 am_cv_val_LC_MESSAGES=no
13336 fi
13337 rm -f core conftest.err conftest.$ac_objext \
13338 conftest$ac_exeext conftest.$ac_ext
13339 fi
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13341 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13342 if test $am_cv_val_LC_MESSAGES = yes; then
13343
13344 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13345
13346 fi
13347
13348
13349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13350 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13351 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
13352 $as_echo_n "(cached) " >&6
13353 else
13354 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13355 /* end confdefs.h. */
13356 #include <unistd.h>
13357 int
13358 main ()
13359 {
13360 extern int getopt (int, char *const*, const char *);
13361 ;
13362 return 0;
13363 }
13364 _ACEOF
13365 if ac_fn_c_try_compile "$LINENO"; then :
13366 bu_cv_decl_getopt_unistd_h=yes
13367 else
13368 bu_cv_decl_getopt_unistd_h=no
13369 fi
13370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13371 fi
13372
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
13374 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
13375 if test $bu_cv_decl_getopt_unistd_h = yes; then
13376
13377 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13378
13379 fi
13380
13381 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
13382 # by default.
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
13384 $as_echo_n "checking for utime.h... " >&6; }
13385 if ${bu_cv_header_utime_h+:} false; then :
13386 $as_echo_n "(cached) " >&6
13387 else
13388 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13389 /* end confdefs.h. */
13390 #include <sys/types.h>
13391 #ifdef HAVE_TIME_H
13392 #include <time.h>
13393 #endif
13394 #include <utime.h>
13395 int
13396 main ()
13397 {
13398 struct utimbuf s;
13399 ;
13400 return 0;
13401 }
13402 _ACEOF
13403 if ac_fn_c_try_compile "$LINENO"; then :
13404 bu_cv_header_utime_h=yes
13405 else
13406 bu_cv_header_utime_h=no
13407 fi
13408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13409 fi
13410
13411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
13412 $as_echo "$bu_cv_header_utime_h" >&6; }
13413 if test $bu_cv_header_utime_h = yes; then
13414
13415 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
13416
13417 fi
13418
13419 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13420 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13421 ac_have_decl=1
13422 else
13423 ac_have_decl=0
13424 fi
13425
13426 cat >>confdefs.h <<_ACEOF
13427 #define HAVE_DECL_ASPRINTF $ac_have_decl
13428 _ACEOF
13429 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
13430 if test "x$ac_cv_have_decl_environ" = xyes; then :
13431 ac_have_decl=1
13432 else
13433 ac_have_decl=0
13434 fi
13435
13436 cat >>confdefs.h <<_ACEOF
13437 #define HAVE_DECL_ENVIRON $ac_have_decl
13438 _ACEOF
13439 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
13440 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
13441 ac_have_decl=1
13442 else
13443 ac_have_decl=0
13444 fi
13445
13446 cat >>confdefs.h <<_ACEOF
13447 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
13448 _ACEOF
13449 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13450 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13451 ac_have_decl=1
13452 else
13453 ac_have_decl=0
13454 fi
13455
13456 cat >>confdefs.h <<_ACEOF
13457 #define HAVE_DECL_STPCPY $ac_have_decl
13458 _ACEOF
13459 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
13460 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
13461 ac_have_decl=1
13462 else
13463 ac_have_decl=0
13464 fi
13465
13466 cat >>confdefs.h <<_ACEOF
13467 #define HAVE_DECL_STRNLEN $ac_have_decl
13468 _ACEOF
13469
13470
13471 # Link in zlib if we can. This allows us to read compressed debug
13472 # sections. This is used only by readelf.c (objdump uses bfd for
13473 # reading compressed sections).
13474
13475 # Use the system's zlib library.
13476 zlibdir="-L\$(top_builddir)/../zlib"
13477 zlibinc="-I\$(top_srcdir)/../zlib"
13478
13479 # Check whether --with-system-zlib was given.
13480 if test "${with_system_zlib+set}" = set; then :
13481 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13482 zlibdir=
13483 zlibinc=
13484 fi
13485
13486 fi
13487
13488
13489
13490
13491
13492
13493 case "${host}" in
13494 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13495
13496 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13497 ;;
13498 esac
13499
13500 # Support for the msgpack C library.
13501
13502 # Check whether --with-msgpack was given.
13503 if test "${with_msgpack+set}" = set; then :
13504 withval=$with_msgpack;
13505 else
13506 with_msgpack=auto
13507 fi
13508
13509
13510 if test "$with_msgpack" != no; then :
13511
13512 pkg_failed=no
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for msgpack" >&5
13514 $as_echo_n "checking for msgpack... " >&6; }
13515
13516 if test -n "$MSGPACK_CFLAGS"; then
13517 pkg_cv_MSGPACK_CFLAGS="$MSGPACK_CFLAGS"
13518 elif test -n "$PKG_CONFIG"; then
13519 if test -n "$PKG_CONFIG" && \
13520 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13521 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13522 ac_status=$?
13523 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13524 test $ac_status = 0; }; then
13525 pkg_cv_MSGPACK_CFLAGS=`$PKG_CONFIG --cflags "msgpack" 2>/dev/null`
13526 test "x$?" != "x0" && pkg_failed=yes
13527 else
13528 pkg_failed=yes
13529 fi
13530 else
13531 pkg_failed=untried
13532 fi
13533 if test -n "$MSGPACK_LIBS"; then
13534 pkg_cv_MSGPACK_LIBS="$MSGPACK_LIBS"
13535 elif test -n "$PKG_CONFIG"; then
13536 if test -n "$PKG_CONFIG" && \
13537 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"msgpack\""; } >&5
13538 ($PKG_CONFIG --exists --print-errors "msgpack") 2>&5
13539 ac_status=$?
13540 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13541 test $ac_status = 0; }; then
13542 pkg_cv_MSGPACK_LIBS=`$PKG_CONFIG --libs "msgpack" 2>/dev/null`
13543 test "x$?" != "x0" && pkg_failed=yes
13544 else
13545 pkg_failed=yes
13546 fi
13547 else
13548 pkg_failed=untried
13549 fi
13550
13551 if test $pkg_failed = no; then
13552 pkg_save_LDFLAGS="$LDFLAGS"
13553 LDFLAGS="$LDFLAGS $pkg_cv_MSGPACK_LIBS"
13554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13555 /* end confdefs.h. */
13556
13557 int
13558 main ()
13559 {
13560
13561 ;
13562 return 0;
13563 }
13564 _ACEOF
13565 if ac_fn_c_try_link "$LINENO"; then :
13566
13567 else
13568 pkg_failed=yes
13569 fi
13570 rm -f core conftest.err conftest.$ac_objext \
13571 conftest$ac_exeext conftest.$ac_ext
13572 LDFLAGS=$pkg_save_LDFLAGS
13573 fi
13574
13575
13576
13577 if test $pkg_failed = yes; then
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13579 $as_echo "no" >&6; }
13580
13581 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
13582 _pkg_short_errors_supported=yes
13583 else
13584 _pkg_short_errors_supported=no
13585 fi
13586 if test $_pkg_short_errors_supported = yes; then
13587 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "msgpack" 2>&1`
13588 else
13589 MSGPACK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "msgpack" 2>&1`
13590 fi
13591 # Put the nasty error message in config.log where it belongs
13592 echo "$MSGPACK_PKG_ERRORS" >&5
13593
13594 if test "$with_msgpack" = yes; then :
13595 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13596 fi
13597 elif test $pkg_failed = untried; then
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13599 $as_echo "no" >&6; }
13600 if test "$with_msgpack" = yes; then :
13601 as_fn_error $? "--with-msgpack was given, but msgpack is missing or unusable." "$LINENO" 5
13602 fi
13603 else
13604 MSGPACK_CFLAGS=$pkg_cv_MSGPACK_CFLAGS
13605 MSGPACK_LIBS=$pkg_cv_MSGPACK_LIBS
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13607 $as_echo "yes" >&6; }
13608
13609 $as_echo "#define HAVE_MSGPACK 1" >>confdefs.h
13610
13611 fi
13612 fi
13613
13614 # target-specific stuff:
13615
13616 # Canonicalize the secondary target names.
13617 if test -n "$enable_targets"; then
13618 for targ in `echo $enable_targets | sed 's/,/ /g'`
13619 do
13620 result=`$ac_config_sub $targ 2>/dev/null`
13621 if test -n "$result"; then
13622 canon_targets="$canon_targets $result"
13623 else
13624 # Allow targets that config.sub doesn't recognize, like "all".
13625 canon_targets="$canon_targets $targ"
13626 fi
13627 done
13628 fi
13629
13630 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
13631 if test "x$ac_cv_header_iconv_h" = xyes; then :
13632
13633 fi
13634
13635
13636
13637 if test "X$prefix" = "XNONE"; then
13638 acl_final_prefix="$ac_default_prefix"
13639 else
13640 acl_final_prefix="$prefix"
13641 fi
13642 if test "X$exec_prefix" = "XNONE"; then
13643 acl_final_exec_prefix='${prefix}'
13644 else
13645 acl_final_exec_prefix="$exec_prefix"
13646 fi
13647 acl_save_prefix="$prefix"
13648 prefix="$acl_final_prefix"
13649 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
13650 prefix="$acl_save_prefix"
13651
13652
13653 # Check whether --with-gnu-ld was given.
13654 if test "${with_gnu_ld+set}" = set; then :
13655 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
13656 else
13657 with_gnu_ld=no
13658 fi
13659
13660 # Prepare PATH_SEPARATOR.
13661 # The user is always right.
13662 if test "${PATH_SEPARATOR+set}" != set; then
13663 echo "#! /bin/sh" >conf$$.sh
13664 echo "exit 0" >>conf$$.sh
13665 chmod +x conf$$.sh
13666 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13667 PATH_SEPARATOR=';'
13668 else
13669 PATH_SEPARATOR=:
13670 fi
13671 rm -f conf$$.sh
13672 fi
13673 ac_prog=ld
13674 if test "$GCC" = yes; then
13675 # Check if gcc -print-prog-name=ld gives a path.
13676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
13677 $as_echo_n "checking for ld used by GCC... " >&6; }
13678 case $host in
13679 *-*-mingw*)
13680 # gcc leaves a trailing carriage return which upsets mingw
13681 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
13682 *)
13683 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
13684 esac
13685 case $ac_prog in
13686 # Accept absolute paths.
13687 [\\/]* | [A-Za-z]:[\\/]*)
13688 re_direlt='/[^/][^/]*/\.\./'
13689 # Canonicalize the path of ld
13690 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
13691 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
13692 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
13693 done
13694 test -z "$LD" && LD="$ac_prog"
13695 ;;
13696 "")
13697 # If it fails, then pretend we aren't using GCC.
13698 ac_prog=ld
13699 ;;
13700 *)
13701 # If it is relative, then search for the first ld in PATH.
13702 with_gnu_ld=unknown
13703 ;;
13704 esac
13705 elif test "$with_gnu_ld" = yes; then
13706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
13707 $as_echo_n "checking for GNU ld... " >&6; }
13708 else
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
13710 $as_echo_n "checking for non-GNU ld... " >&6; }
13711 fi
13712 if ${acl_cv_path_LD+:} false; then :
13713 $as_echo_n "(cached) " >&6
13714 else
13715 if test -z "$LD"; then
13716 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
13717 for ac_dir in $PATH; do
13718 test -z "$ac_dir" && ac_dir=.
13719 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
13720 acl_cv_path_LD="$ac_dir/$ac_prog"
13721 # Check to see if the program is GNU ld. I'd rather use --version,
13722 # but apparently some GNU ld's only accept -v.
13723 # Break only if it was the GNU/non-GNU ld that we prefer.
13724 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
13725 test "$with_gnu_ld" != no && break
13726 else
13727 test "$with_gnu_ld" != yes && break
13728 fi
13729 fi
13730 done
13731 IFS="$ac_save_ifs"
13732 else
13733 acl_cv_path_LD="$LD" # Let the user override the test with a path.
13734 fi
13735 fi
13736
13737 LD="$acl_cv_path_LD"
13738 if test -n "$LD"; then
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
13740 $as_echo "$LD" >&6; }
13741 else
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13743 $as_echo "no" >&6; }
13744 fi
13745 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
13747 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
13748 if ${acl_cv_prog_gnu_ld+:} false; then :
13749 $as_echo_n "(cached) " >&6
13750 else
13751 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
13752 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
13753 acl_cv_prog_gnu_ld=yes
13754 else
13755 acl_cv_prog_gnu_ld=no
13756 fi
13757 fi
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
13759 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
13760 with_gnu_ld=$acl_cv_prog_gnu_ld
13761
13762
13763
13764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
13765 $as_echo_n "checking for shared library run path origin... " >&6; }
13766 if ${acl_cv_rpath+:} false; then :
13767 $as_echo_n "(cached) " >&6
13768 else
13769
13770 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
13771 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
13772 . ./conftest.sh
13773 rm -f ./conftest.sh
13774 acl_cv_rpath=done
13775
13776 fi
13777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
13778 $as_echo "$acl_cv_rpath" >&6; }
13779 wl="$acl_cv_wl"
13780 libext="$acl_cv_libext"
13781 shlibext="$acl_cv_shlibext"
13782 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
13783 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
13784 hardcode_direct="$acl_cv_hardcode_direct"
13785 hardcode_minus_L="$acl_cv_hardcode_minus_L"
13786 # Check whether --enable-rpath was given.
13787 if test "${enable_rpath+set}" = set; then :
13788 enableval=$enable_rpath; :
13789 else
13790 enable_rpath=yes
13791 fi
13792
13793
13794
13795
13796
13797
13798
13799
13800 use_additional=yes
13801
13802 acl_save_prefix="$prefix"
13803 prefix="$acl_final_prefix"
13804 acl_save_exec_prefix="$exec_prefix"
13805 exec_prefix="$acl_final_exec_prefix"
13806
13807 eval additional_includedir=\"$includedir\"
13808 eval additional_libdir=\"$libdir\"
13809
13810 exec_prefix="$acl_save_exec_prefix"
13811 prefix="$acl_save_prefix"
13812
13813
13814 # Check whether --with-libiconv-prefix was given.
13815 if test "${with_libiconv_prefix+set}" = set; then :
13816 withval=$with_libiconv_prefix;
13817 if test "X$withval" = "Xno"; then
13818 use_additional=no
13819 else
13820 if test "X$withval" = "X"; then
13821
13822 acl_save_prefix="$prefix"
13823 prefix="$acl_final_prefix"
13824 acl_save_exec_prefix="$exec_prefix"
13825 exec_prefix="$acl_final_exec_prefix"
13826
13827 eval additional_includedir=\"$includedir\"
13828 eval additional_libdir=\"$libdir\"
13829
13830 exec_prefix="$acl_save_exec_prefix"
13831 prefix="$acl_save_prefix"
13832
13833 else
13834 additional_includedir="$withval/include"
13835 additional_libdir="$withval/lib"
13836 fi
13837 fi
13838
13839 fi
13840
13841
13842 # Check whether --with-libiconv-type was given.
13843 if test "${with_libiconv_type+set}" = set; then :
13844 withval=$with_libiconv_type; with_libiconv_type=$withval
13845 else
13846 with_libiconv_type=auto
13847 fi
13848
13849 lib_type=`eval echo \$with_libiconv_type`
13850
13851 LIBICONV=
13852 LTLIBICONV=
13853 INCICONV=
13854 rpathdirs=
13855 ltrpathdirs=
13856 names_already_handled=
13857 names_next_round='iconv '
13858 while test -n "$names_next_round"; do
13859 names_this_round="$names_next_round"
13860 names_next_round=
13861 for name in $names_this_round; do
13862 already_handled=
13863 for n in $names_already_handled; do
13864 if test "$n" = "$name"; then
13865 already_handled=yes
13866 break
13867 fi
13868 done
13869 if test -z "$already_handled"; then
13870 names_already_handled="$names_already_handled $name"
13871 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
13872 eval value=\"\$HAVE_LIB$uppername\"
13873 if test -n "$value"; then
13874 if test "$value" = yes; then
13875 eval value=\"\$LIB$uppername\"
13876 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
13877 eval value=\"\$LTLIB$uppername\"
13878 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
13879 else
13880 :
13881 fi
13882 else
13883 found_dir=
13884 found_la=
13885 found_so=
13886 found_a=
13887 if test $use_additional = yes; then
13888 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13889 found_dir="$additional_libdir"
13890 found_so="$additional_libdir/lib$name.$shlibext"
13891 if test -f "$additional_libdir/lib$name.la"; then
13892 found_la="$additional_libdir/lib$name.la"
13893 fi
13894 elif test x$lib_type != xshared; then
13895 if test -f "$additional_libdir/lib$name.$libext"; then
13896 found_dir="$additional_libdir"
13897 found_a="$additional_libdir/lib$name.$libext"
13898 if test -f "$additional_libdir/lib$name.la"; then
13899 found_la="$additional_libdir/lib$name.la"
13900 fi
13901 fi
13902 fi
13903 fi
13904 if test "X$found_dir" = "X"; then
13905 for x in $LDFLAGS $LTLIBICONV; do
13906
13907 acl_save_prefix="$prefix"
13908 prefix="$acl_final_prefix"
13909 acl_save_exec_prefix="$exec_prefix"
13910 exec_prefix="$acl_final_exec_prefix"
13911 eval x=\"$x\"
13912 exec_prefix="$acl_save_exec_prefix"
13913 prefix="$acl_save_prefix"
13914
13915 case "$x" in
13916 -L*)
13917 dir=`echo "X$x" | sed -e 's/^X-L//'`
13918 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
13919 found_dir="$dir"
13920 found_so="$dir/lib$name.$shlibext"
13921 if test -f "$dir/lib$name.la"; then
13922 found_la="$dir/lib$name.la"
13923 fi
13924 elif test x$lib_type != xshared; then
13925 if test -f "$dir/lib$name.$libext"; then
13926 found_dir="$dir"
13927 found_a="$dir/lib$name.$libext"
13928 if test -f "$dir/lib$name.la"; then
13929 found_la="$dir/lib$name.la"
13930 fi
13931 fi
13932 fi
13933 ;;
13934 esac
13935 if test "X$found_dir" != "X"; then
13936 break
13937 fi
13938 done
13939 fi
13940 if test "X$found_dir" != "X"; then
13941 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
13942 if test "X$found_so" != "X"; then
13943 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
13944 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13945 else
13946 haveit=
13947 for x in $ltrpathdirs; do
13948 if test "X$x" = "X$found_dir"; then
13949 haveit=yes
13950 break
13951 fi
13952 done
13953 if test -z "$haveit"; then
13954 ltrpathdirs="$ltrpathdirs $found_dir"
13955 fi
13956 if test "$hardcode_direct" = yes; then
13957 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13958 else
13959 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
13960 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13961 haveit=
13962 for x in $rpathdirs; do
13963 if test "X$x" = "X$found_dir"; then
13964 haveit=yes
13965 break
13966 fi
13967 done
13968 if test -z "$haveit"; then
13969 rpathdirs="$rpathdirs $found_dir"
13970 fi
13971 else
13972 haveit=
13973 for x in $LDFLAGS $LIBICONV; do
13974
13975 acl_save_prefix="$prefix"
13976 prefix="$acl_final_prefix"
13977 acl_save_exec_prefix="$exec_prefix"
13978 exec_prefix="$acl_final_exec_prefix"
13979 eval x=\"$x\"
13980 exec_prefix="$acl_save_exec_prefix"
13981 prefix="$acl_save_prefix"
13982
13983 if test "X$x" = "X-L$found_dir"; then
13984 haveit=yes
13985 break
13986 fi
13987 done
13988 if test -z "$haveit"; then
13989 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
13990 fi
13991 if test "$hardcode_minus_L" != no; then
13992 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
13993 else
13994 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
13995 fi
13996 fi
13997 fi
13998 fi
13999 else
14000 if test "X$found_a" != "X"; then
14001 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14002 else
14003 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14004 fi
14005 fi
14006 additional_includedir=
14007 case "$found_dir" in
14008 */lib | */lib/)
14009 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14010 additional_includedir="$basedir/include"
14011 ;;
14012 esac
14013 if test "X$additional_includedir" != "X"; then
14014 if test "X$additional_includedir" != "X/usr/include"; then
14015 haveit=
14016 if test "X$additional_includedir" = "X/usr/local/include"; then
14017 if test -n "$GCC"; then
14018 case $host_os in
14019 linux*) haveit=yes;;
14020 esac
14021 fi
14022 fi
14023 if test -z "$haveit"; then
14024 for x in $CPPFLAGS $INCICONV; do
14025
14026 acl_save_prefix="$prefix"
14027 prefix="$acl_final_prefix"
14028 acl_save_exec_prefix="$exec_prefix"
14029 exec_prefix="$acl_final_exec_prefix"
14030 eval x=\"$x\"
14031 exec_prefix="$acl_save_exec_prefix"
14032 prefix="$acl_save_prefix"
14033
14034 if test "X$x" = "X-I$additional_includedir"; then
14035 haveit=yes
14036 break
14037 fi
14038 done
14039 if test -z "$haveit"; then
14040 if test -d "$additional_includedir"; then
14041 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14042 fi
14043 fi
14044 fi
14045 fi
14046 fi
14047 if test -n "$found_la"; then
14048 save_libdir="$libdir"
14049 case "$found_la" in
14050 */* | *\\*) . "$found_la" ;;
14051 *) . "./$found_la" ;;
14052 esac
14053 libdir="$save_libdir"
14054 for dep in $dependency_libs; do
14055 case "$dep" in
14056 -L*)
14057 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14058 if test "X$additional_libdir" != "X/usr/lib"; then
14059 haveit=
14060 if test "X$additional_libdir" = "X/usr/local/lib"; then
14061 if test -n "$GCC"; then
14062 case $host_os in
14063 linux*) haveit=yes;;
14064 esac
14065 fi
14066 fi
14067 if test -z "$haveit"; then
14068 haveit=
14069 for x in $LDFLAGS $LIBICONV; do
14070
14071 acl_save_prefix="$prefix"
14072 prefix="$acl_final_prefix"
14073 acl_save_exec_prefix="$exec_prefix"
14074 exec_prefix="$acl_final_exec_prefix"
14075 eval x=\"$x\"
14076 exec_prefix="$acl_save_exec_prefix"
14077 prefix="$acl_save_prefix"
14078
14079 if test "X$x" = "X-L$additional_libdir"; then
14080 haveit=yes
14081 break
14082 fi
14083 done
14084 if test -z "$haveit"; then
14085 if test -d "$additional_libdir"; then
14086 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14087 fi
14088 fi
14089 haveit=
14090 for x in $LDFLAGS $LTLIBICONV; do
14091
14092 acl_save_prefix="$prefix"
14093 prefix="$acl_final_prefix"
14094 acl_save_exec_prefix="$exec_prefix"
14095 exec_prefix="$acl_final_exec_prefix"
14096 eval x=\"$x\"
14097 exec_prefix="$acl_save_exec_prefix"
14098 prefix="$acl_save_prefix"
14099
14100 if test "X$x" = "X-L$additional_libdir"; then
14101 haveit=yes
14102 break
14103 fi
14104 done
14105 if test -z "$haveit"; then
14106 if test -d "$additional_libdir"; then
14107 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14108 fi
14109 fi
14110 fi
14111 fi
14112 ;;
14113 -R*)
14114 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14115 if test "$enable_rpath" != no; then
14116 haveit=
14117 for x in $rpathdirs; do
14118 if test "X$x" = "X$dir"; then
14119 haveit=yes
14120 break
14121 fi
14122 done
14123 if test -z "$haveit"; then
14124 rpathdirs="$rpathdirs $dir"
14125 fi
14126 haveit=
14127 for x in $ltrpathdirs; do
14128 if test "X$x" = "X$dir"; then
14129 haveit=yes
14130 break
14131 fi
14132 done
14133 if test -z "$haveit"; then
14134 ltrpathdirs="$ltrpathdirs $dir"
14135 fi
14136 fi
14137 ;;
14138 -l*)
14139 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14140 ;;
14141 *.la)
14142 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14143 ;;
14144 *)
14145 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14146 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14147 ;;
14148 esac
14149 done
14150 fi
14151 else
14152 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14153 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14154 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14155 else
14156 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14157 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14158 fi
14159 fi
14160 fi
14161 fi
14162 done
14163 done
14164 if test "X$rpathdirs" != "X"; then
14165 if test -n "$hardcode_libdir_separator"; then
14166 alldirs=
14167 for found_dir in $rpathdirs; do
14168 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14169 done
14170 acl_save_libdir="$libdir"
14171 libdir="$alldirs"
14172 eval flag=\"$hardcode_libdir_flag_spec\"
14173 libdir="$acl_save_libdir"
14174 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14175 else
14176 for found_dir in $rpathdirs; do
14177 acl_save_libdir="$libdir"
14178 libdir="$found_dir"
14179 eval flag=\"$hardcode_libdir_flag_spec\"
14180 libdir="$acl_save_libdir"
14181 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14182 done
14183 fi
14184 fi
14185 if test "X$ltrpathdirs" != "X"; then
14186 for found_dir in $ltrpathdirs; do
14187 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14188 done
14189 fi
14190
14191
14192
14193
14194
14195
14196
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14198 $as_echo_n "checking for iconv... " >&6; }
14199 if ${am_cv_func_iconv+:} false; then :
14200 $as_echo_n "(cached) " >&6
14201 else
14202
14203 am_cv_func_iconv="no, consider installing GNU libiconv"
14204 am_cv_lib_iconv=no
14205 am_save_CPPFLAGS="$CPPFLAGS"
14206 CPPFLAGS="$CPPFLAGS $INCICONV"
14207 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14208 /* end confdefs.h. */
14209 #include <stdlib.h>
14210 #include <iconv.h>
14211 int
14212 main ()
14213 {
14214 iconv_t cd = iconv_open("","");
14215 iconv(cd,NULL,NULL,NULL,NULL);
14216 iconv_close(cd);
14217 ;
14218 return 0;
14219 }
14220 _ACEOF
14221 if ac_fn_c_try_link "$LINENO"; then :
14222 am_cv_func_iconv=yes
14223 fi
14224 rm -f core conftest.err conftest.$ac_objext \
14225 conftest$ac_exeext conftest.$ac_ext
14226 CPPFLAGS="$am_save_CPPFLAGS"
14227
14228 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14229 for _libs in .libs _libs; do
14230 am_save_CPPFLAGS="$CPPFLAGS"
14231 am_save_LIBS="$LIBS"
14232 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14233 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14235 /* end confdefs.h. */
14236 #include <stdlib.h>
14237 #include <iconv.h>
14238 int
14239 main ()
14240 {
14241 iconv_t cd = iconv_open("","");
14242 iconv(cd,NULL,NULL,NULL,NULL);
14243 iconv_close(cd);
14244 ;
14245 return 0;
14246 }
14247 _ACEOF
14248 if ac_fn_c_try_link "$LINENO"; then :
14249 INCICONV="-I../libiconv/include"
14250 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14251 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14252 am_cv_lib_iconv=yes
14253 am_cv_func_iconv=yes
14254 fi
14255 rm -f core conftest.err conftest.$ac_objext \
14256 conftest$ac_exeext conftest.$ac_ext
14257 CPPFLAGS="$am_save_CPPFLAGS"
14258 LIBS="$am_save_LIBS"
14259 if test "$am_cv_func_iconv" = "yes"; then
14260 break
14261 fi
14262 done
14263 fi
14264
14265 if test "$am_cv_func_iconv" != yes; then
14266 am_save_CPPFLAGS="$CPPFLAGS"
14267 am_save_LIBS="$LIBS"
14268 CPPFLAGS="$CPPFLAGS $INCICONV"
14269 LIBS="$LIBS $LIBICONV"
14270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14271 /* end confdefs.h. */
14272 #include <stdlib.h>
14273 #include <iconv.h>
14274 int
14275 main ()
14276 {
14277 iconv_t cd = iconv_open("","");
14278 iconv(cd,NULL,NULL,NULL,NULL);
14279 iconv_close(cd);
14280 ;
14281 return 0;
14282 }
14283 _ACEOF
14284 if ac_fn_c_try_link "$LINENO"; then :
14285 am_cv_lib_iconv=yes
14286 am_cv_func_iconv=yes
14287 fi
14288 rm -f core conftest.err conftest.$ac_objext \
14289 conftest$ac_exeext conftest.$ac_ext
14290 CPPFLAGS="$am_save_CPPFLAGS"
14291 LIBS="$am_save_LIBS"
14292 fi
14293
14294 fi
14295 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14296 $as_echo "$am_cv_func_iconv" >&6; }
14297 if test "$am_cv_func_iconv" = yes; then
14298
14299 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14300
14301 fi
14302 if test "$am_cv_lib_iconv" = yes; then
14303
14304 for element in $INCICONV; do
14305 haveit=
14306 for x in $CPPFLAGS; do
14307
14308 acl_save_prefix="$prefix"
14309 prefix="$acl_final_prefix"
14310 acl_save_exec_prefix="$exec_prefix"
14311 exec_prefix="$acl_final_exec_prefix"
14312 eval x=\"$x\"
14313 exec_prefix="$acl_save_exec_prefix"
14314 prefix="$acl_save_prefix"
14315
14316 if test "X$x" = "X$element"; then
14317 haveit=yes
14318 break
14319 fi
14320 done
14321 if test -z "$haveit"; then
14322 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14323 fi
14324 done
14325
14326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
14327 $as_echo_n "checking how to link with libiconv... " >&6; }
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
14329 $as_echo "$LIBICONV" >&6; }
14330 else
14331 LIBICONV=
14332 LTLIBICONV=
14333 fi
14334
14335
14336
14337 if test "$am_cv_func_iconv" = yes; then
14338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
14339 $as_echo_n "checking for iconv declaration... " >&6; }
14340 if ${am_cv_proto_iconv+:} false; then :
14341 $as_echo_n "(cached) " >&6
14342 else
14343
14344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14345 /* end confdefs.h. */
14346
14347 #include <stdlib.h>
14348 #include <iconv.h>
14349 extern
14350 #ifdef __cplusplus
14351 "C"
14352 #endif
14353 #if defined(__STDC__) || defined(__cplusplus)
14354 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
14355 #else
14356 size_t iconv();
14357 #endif
14358
14359 int
14360 main ()
14361 {
14362
14363 ;
14364 return 0;
14365 }
14366 _ACEOF
14367 if ac_fn_c_try_compile "$LINENO"; then :
14368 am_cv_proto_iconv_arg1=""
14369 else
14370 am_cv_proto_iconv_arg1="const"
14371 fi
14372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14373 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);"
14374 fi
14375
14376 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
14377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
14378 }$am_cv_proto_iconv" >&5
14379 $as_echo "${ac_t:-
14380 }$am_cv_proto_iconv" >&6; }
14381
14382 cat >>confdefs.h <<_ACEOF
14383 #define ICONV_CONST $am_cv_proto_iconv_arg1
14384 _ACEOF
14385
14386 fi
14387
14388
14389 all_targets=false
14390 BUILD_SRCONV=
14391 BUILD_DLLTOOL=
14392 DLLTOOL_DEFS=
14393 DLLTOOL_DEFAULT=
14394 BUILD_WINDRES=
14395 BUILD_WINDMC=
14396 BUILD_DLLWRAP=
14397 BUILD_MISC=
14398 BUILD_INSTALL_MISC=
14399 OBJDUMP_DEFS=
14400 OBJDUMP_PRIVATE_VECTORS=
14401 OBJDUMP_PRIVATE_OFILES=
14402 od_vectors=
14403
14404 for targ in $target $canon_targets
14405 do
14406 if test "x$targ" = "xall"; then
14407 all_targets=true
14408 BUILD_SRCONV='$(SRCONV_PROG)'
14409 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14410 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14411 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14412 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14413 if test -z "$DLLTOOL_DEFAULT"; then
14414 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14415 fi
14416 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14417 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14418 od_vectors="$od_vectors objdump_private_desc_xcoff"
14419 else
14420 case $targ in
14421 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
14422 esac
14423
14424 case $targ in
14425 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
14426 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14427 if test -z "$DLLTOOL_DEFAULT"; then
14428 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
14429 fi
14430 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
14431 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14432 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14433 ;;
14434 arm-*-pe*)
14435 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14436 if test -z "$DLLTOOL_DEFAULT"; then
14437 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
14438 fi
14439 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
14440 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14441 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14442 ;;
14443 x86_64-*-mingw* | x86_64-*-cygwin*)
14444 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14445 if test -z "$DLLTOOL_DEFAULT"; then
14446 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
14447 fi
14448 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
14449 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14450 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14451 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14452 ;;
14453 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32**)
14454 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14455 if test -z "$DLLTOOL_DEFAULT"; then
14456 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14457 fi
14458 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14459 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14460 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14461 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
14462 ;;
14463 i[3-7]86-*-interix)
14464 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
14465 if test -z "$DLLTOOL_DEFAULT"; then
14466 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
14467 fi
14468 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
14469 ;;
14470 powerpc*-aix5.[01])
14471 ;;
14472 powerpc*-aix[5-9].*)
14473 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
14474 ;;
14475 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
14476 case "$BUILD_INSTALL_MISC" in
14477 *embedspu*) ;;
14478 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
14479 esac
14480 ;;
14481 sh*-*-pe)
14482 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14483 if test -z "$DLLTOOL_DEFAULT"; then
14484 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
14485 fi
14486 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
14487 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14488 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14489 ;;
14490 spu-*-*)
14491 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
14492 ;;
14493 mips*-*-pe)
14494 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14495 if test -z "$DLLTOOL_DEFAULT"; then
14496 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
14497 fi
14498 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
14499 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14500 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14501 ;;
14502 mcore-*-pe)
14503 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14504 if test -z "$DLLTOOL_DEFAULT"; then
14505 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
14506 fi
14507 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
14508 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14509 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14510 ;;
14511 mcore-*-elf)
14512 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
14513 if test -z "$DLLTOOL_DEFAULT"; then
14514 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
14515 fi
14516 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
14517 ;;
14518 mep-*)
14519 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
14520 ;;
14521 esac
14522
14523 # Add objdump private vectors.
14524 case $targ in
14525 avr-*-*)
14526 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
14527 ;;
14528 powerpc*-*-aix* | rs6000-*-aix*)
14529 od_vectors="$od_vectors objdump_private_desc_xcoff"
14530 ;;
14531 *-*-darwin*)
14532 od_vectors="$od_vectors objdump_private_desc_mach_o"
14533 ;;
14534 esac
14535 fi
14536 done
14537
14538 # Uniq objdump private vector, build objdump target ofiles.
14539 od_files=
14540 f=""
14541 for i in $od_vectors ; do
14542 case " $f " in
14543 *" $i "*) ;;
14544 *)
14545 f="$f $i"
14546 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
14547 case $i in
14548 objdump_private_desc_elf32_avr)
14549 od_files="$od_files od-elf32_avr" ;;
14550 objdump_private_desc_xcoff)
14551 od_files="$od_files od-xcoff" ;;
14552 objdump_private_desc_mach_o)
14553 od_files="$od_files od-macho" ;;
14554 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
14555 esac
14556 ;;
14557 esac
14558 done
14559
14560 # Uniq objdump target ofiles
14561 f=""
14562 for i in $od_files ; do
14563 case " $f " in
14564 *" $i "*) ;;
14565 *)
14566 f="$f $i"
14567 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
14568 ;;
14569 esac
14570 done
14571
14572 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
14573
14574 if test "${with_windres+set}" = set; then
14575 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
14576 fi
14577
14578 if test "${with_windmc+set}" = set; then
14579 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
14580 fi
14581
14582 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
14583
14584
14585
14586
14587
14588
14589
14590
14591
14592
14593
14594
14595
14596 cat >>confdefs.h <<_ACEOF
14597 #define TARGET "${target}"
14598 _ACEOF
14599
14600
14601 targ=$target
14602 . $srcdir/../bfd/config.bfd
14603 if test "x$targ_underscore" = "xyes"; then
14604 UNDERSCORE=1
14605 else
14606 UNDERSCORE=0
14607 fi
14608
14609 cat >>confdefs.h <<_ACEOF
14610 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
14611 _ACEOF
14612
14613
14614 # Emulation
14615 targ=$target
14616 . ${srcdir}/configure.tgt
14617 EMULATION=$targ_emul
14618 EMULATION_VECTOR=$targ_emul_vector
14619
14620
14621
14622
14623 # Required for html and install-html
14624
14625
14626
14627
14628
14629 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14630
14631 cat >confcache <<\_ACEOF
14632 # This file is a shell script that caches the results of configure
14633 # tests run on this system so they can be shared between configure
14634 # scripts and configure runs, see configure's option --config-cache.
14635 # It is not useful on other systems. If it contains results you don't
14636 # want to keep, you may remove or edit it.
14637 #
14638 # config.status only pays attention to the cache file if you give it
14639 # the --recheck option to rerun configure.
14640 #
14641 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14642 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14643 # following values.
14644
14645 _ACEOF
14646
14647 # The following way of writing the cache mishandles newlines in values,
14648 # but we know of no workaround that is simple, portable, and efficient.
14649 # So, we kill variables containing newlines.
14650 # Ultrix sh set writes to stderr and can't be redirected directly,
14651 # and sets the high bit in the cache file unless we assign to the vars.
14652 (
14653 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14654 eval ac_val=\$$ac_var
14655 case $ac_val in #(
14656 *${as_nl}*)
14657 case $ac_var in #(
14658 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14659 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14660 esac
14661 case $ac_var in #(
14662 _ | IFS | as_nl) ;; #(
14663 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14664 *) { eval $ac_var=; unset $ac_var;} ;;
14665 esac ;;
14666 esac
14667 done
14668
14669 (set) 2>&1 |
14670 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14671 *${as_nl}ac_space=\ *)
14672 # `set' does not quote correctly, so add quotes: double-quote
14673 # substitution turns \\\\ into \\, and sed turns \\ into \.
14674 sed -n \
14675 "s/'/'\\\\''/g;
14676 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14677 ;; #(
14678 *)
14679 # `set' quotes correctly as required by POSIX, so do not add quotes.
14680 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14681 ;;
14682 esac |
14683 sort
14684 ) |
14685 sed '
14686 /^ac_cv_env_/b end
14687 t clear
14688 :clear
14689 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14690 t end
14691 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14692 :end' >>confcache
14693 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14694 if test -w "$cache_file"; then
14695 if test "x$cache_file" != "x/dev/null"; then
14696 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14697 $as_echo "$as_me: updating cache $cache_file" >&6;}
14698 if test ! -f "$cache_file" || test -h "$cache_file"; then
14699 cat confcache >"$cache_file"
14700 else
14701 case $cache_file in #(
14702 */* | ?:*)
14703 mv -f confcache "$cache_file"$$ &&
14704 mv -f "$cache_file"$$ "$cache_file" ;; #(
14705 *)
14706 mv -f confcache "$cache_file" ;;
14707 esac
14708 fi
14709 fi
14710 else
14711 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14712 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14713 fi
14714 fi
14715 rm -f confcache
14716
14717 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14718 # Let make expand exec_prefix.
14719 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14720
14721 DEFS=-DHAVE_CONFIG_H
14722
14723 ac_libobjs=
14724 ac_ltlibobjs=
14725 U=
14726 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14727 # 1. Remove the extension, and $U if already installed.
14728 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14729 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14730 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14731 # will be set to the directory where LIBOBJS objects are built.
14732 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14733 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14734 done
14735 LIBOBJS=$ac_libobjs
14736
14737 LTLIBOBJS=$ac_ltlibobjs
14738
14739
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14741 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14742 if test -n "$am_sleep_pid"; then
14743 # Hide warnings about reused PIDs.
14744 wait $am_sleep_pid 2>/dev/null
14745 fi
14746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14747 $as_echo "done" >&6; }
14748 if test -n "$EXEEXT"; then
14749 am__EXEEXT_TRUE=
14750 am__EXEEXT_FALSE='#'
14751 else
14752 am__EXEEXT_TRUE='#'
14753 am__EXEEXT_FALSE=
14754 fi
14755
14756 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14757 as_fn_error $? "conditional \"AMDEP\" was never defined.
14758 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14759 fi
14760 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14761 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14762 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14763 fi
14764 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
14765 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
14766 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14767 fi
14768 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14769 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14770 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14771 fi
14772 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14773 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14774 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14775 fi
14776
14777 : "${CONFIG_STATUS=./config.status}"
14778 ac_write_fail=0
14779 ac_clean_files_save=$ac_clean_files
14780 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14782 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14783 as_write_fail=0
14784 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14785 #! $SHELL
14786 # Generated by $as_me.
14787 # Run this file to recreate the current configuration.
14788 # Compiler output produced by configure, useful for debugging
14789 # configure, is in config.log if it exists.
14790
14791 debug=false
14792 ac_cs_recheck=false
14793 ac_cs_silent=false
14794
14795 SHELL=\${CONFIG_SHELL-$SHELL}
14796 export SHELL
14797 _ASEOF
14798 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14799 ## -------------------- ##
14800 ## M4sh Initialization. ##
14801 ## -------------------- ##
14802
14803 # Be more Bourne compatible
14804 DUALCASE=1; export DUALCASE # for MKS sh
14805 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14806 emulate sh
14807 NULLCMD=:
14808 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14809 # is contrary to our usage. Disable this feature.
14810 alias -g '${1+"$@"}'='"$@"'
14811 setopt NO_GLOB_SUBST
14812 else
14813 case `(set -o) 2>/dev/null` in #(
14814 *posix*) :
14815 set -o posix ;; #(
14816 *) :
14817 ;;
14818 esac
14819 fi
14820
14821
14822 as_nl='
14823 '
14824 export as_nl
14825 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14826 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14827 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14828 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14829 # Prefer a ksh shell builtin over an external printf program on Solaris,
14830 # but without wasting forks for bash or zsh.
14831 if test -z "$BASH_VERSION$ZSH_VERSION" \
14832 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14833 as_echo='print -r --'
14834 as_echo_n='print -rn --'
14835 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14836 as_echo='printf %s\n'
14837 as_echo_n='printf %s'
14838 else
14839 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14840 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14841 as_echo_n='/usr/ucb/echo -n'
14842 else
14843 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14844 as_echo_n_body='eval
14845 arg=$1;
14846 case $arg in #(
14847 *"$as_nl"*)
14848 expr "X$arg" : "X\\(.*\\)$as_nl";
14849 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14850 esac;
14851 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14852 '
14853 export as_echo_n_body
14854 as_echo_n='sh -c $as_echo_n_body as_echo'
14855 fi
14856 export as_echo_body
14857 as_echo='sh -c $as_echo_body as_echo'
14858 fi
14859
14860 # The user is always right.
14861 if test "${PATH_SEPARATOR+set}" != set; then
14862 PATH_SEPARATOR=:
14863 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14864 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14865 PATH_SEPARATOR=';'
14866 }
14867 fi
14868
14869
14870 # IFS
14871 # We need space, tab and new line, in precisely that order. Quoting is
14872 # there to prevent editors from complaining about space-tab.
14873 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14874 # splitting by setting IFS to empty value.)
14875 IFS=" "" $as_nl"
14876
14877 # Find who we are. Look in the path if we contain no directory separator.
14878 as_myself=
14879 case $0 in #((
14880 *[\\/]* ) as_myself=$0 ;;
14881 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14882 for as_dir in $PATH
14883 do
14884 IFS=$as_save_IFS
14885 test -z "$as_dir" && as_dir=.
14886 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14887 done
14888 IFS=$as_save_IFS
14889
14890 ;;
14891 esac
14892 # We did not find ourselves, most probably we were run as `sh COMMAND'
14893 # in which case we are not to be found in the path.
14894 if test "x$as_myself" = x; then
14895 as_myself=$0
14896 fi
14897 if test ! -f "$as_myself"; then
14898 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14899 exit 1
14900 fi
14901
14902 # Unset variables that we do not need and which cause bugs (e.g. in
14903 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14904 # suppresses any "Segmentation fault" message there. '((' could
14905 # trigger a bug in pdksh 5.2.14.
14906 for as_var in BASH_ENV ENV MAIL MAILPATH
14907 do eval test x\${$as_var+set} = xset \
14908 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14909 done
14910 PS1='$ '
14911 PS2='> '
14912 PS4='+ '
14913
14914 # NLS nuisances.
14915 LC_ALL=C
14916 export LC_ALL
14917 LANGUAGE=C
14918 export LANGUAGE
14919
14920 # CDPATH.
14921 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14922
14923
14924 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14925 # ----------------------------------------
14926 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14927 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14928 # script with STATUS, using 1 if that was 0.
14929 as_fn_error ()
14930 {
14931 as_status=$1; test $as_status -eq 0 && as_status=1
14932 if test "$4"; then
14933 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14934 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14935 fi
14936 $as_echo "$as_me: error: $2" >&2
14937 as_fn_exit $as_status
14938 } # as_fn_error
14939
14940
14941 # as_fn_set_status STATUS
14942 # -----------------------
14943 # Set $? to STATUS, without forking.
14944 as_fn_set_status ()
14945 {
14946 return $1
14947 } # as_fn_set_status
14948
14949 # as_fn_exit STATUS
14950 # -----------------
14951 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14952 as_fn_exit ()
14953 {
14954 set +e
14955 as_fn_set_status $1
14956 exit $1
14957 } # as_fn_exit
14958
14959 # as_fn_unset VAR
14960 # ---------------
14961 # Portably unset VAR.
14962 as_fn_unset ()
14963 {
14964 { eval $1=; unset $1;}
14965 }
14966 as_unset=as_fn_unset
14967 # as_fn_append VAR VALUE
14968 # ----------------------
14969 # Append the text in VALUE to the end of the definition contained in VAR. Take
14970 # advantage of any shell optimizations that allow amortized linear growth over
14971 # repeated appends, instead of the typical quadratic growth present in naive
14972 # implementations.
14973 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14974 eval 'as_fn_append ()
14975 {
14976 eval $1+=\$2
14977 }'
14978 else
14979 as_fn_append ()
14980 {
14981 eval $1=\$$1\$2
14982 }
14983 fi # as_fn_append
14984
14985 # as_fn_arith ARG...
14986 # ------------------
14987 # Perform arithmetic evaluation on the ARGs, and store the result in the
14988 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14989 # must be portable across $(()) and expr.
14990 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14991 eval 'as_fn_arith ()
14992 {
14993 as_val=$(( $* ))
14994 }'
14995 else
14996 as_fn_arith ()
14997 {
14998 as_val=`expr "$@" || test $? -eq 1`
14999 }
15000 fi # as_fn_arith
15001
15002
15003 if expr a : '\(a\)' >/dev/null 2>&1 &&
15004 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15005 as_expr=expr
15006 else
15007 as_expr=false
15008 fi
15009
15010 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15011 as_basename=basename
15012 else
15013 as_basename=false
15014 fi
15015
15016 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15017 as_dirname=dirname
15018 else
15019 as_dirname=false
15020 fi
15021
15022 as_me=`$as_basename -- "$0" ||
15023 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15024 X"$0" : 'X\(//\)$' \| \
15025 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15026 $as_echo X/"$0" |
15027 sed '/^.*\/\([^/][^/]*\)\/*$/{
15028 s//\1/
15029 q
15030 }
15031 /^X\/\(\/\/\)$/{
15032 s//\1/
15033 q
15034 }
15035 /^X\/\(\/\).*/{
15036 s//\1/
15037 q
15038 }
15039 s/.*/./; q'`
15040
15041 # Avoid depending upon Character Ranges.
15042 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15043 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15044 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15045 as_cr_digits='0123456789'
15046 as_cr_alnum=$as_cr_Letters$as_cr_digits
15047
15048 ECHO_C= ECHO_N= ECHO_T=
15049 case `echo -n x` in #(((((
15050 -n*)
15051 case `echo 'xy\c'` in
15052 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15053 xy) ECHO_C='\c';;
15054 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15055 ECHO_T=' ';;
15056 esac;;
15057 *)
15058 ECHO_N='-n';;
15059 esac
15060
15061 rm -f conf$$ conf$$.exe conf$$.file
15062 if test -d conf$$.dir; then
15063 rm -f conf$$.dir/conf$$.file
15064 else
15065 rm -f conf$$.dir
15066 mkdir conf$$.dir 2>/dev/null
15067 fi
15068 if (echo >conf$$.file) 2>/dev/null; then
15069 if ln -s conf$$.file conf$$ 2>/dev/null; then
15070 as_ln_s='ln -s'
15071 # ... but there are two gotchas:
15072 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15073 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15074 # In both cases, we have to default to `cp -pR'.
15075 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15076 as_ln_s='cp -pR'
15077 elif ln conf$$.file conf$$ 2>/dev/null; then
15078 as_ln_s=ln
15079 else
15080 as_ln_s='cp -pR'
15081 fi
15082 else
15083 as_ln_s='cp -pR'
15084 fi
15085 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15086 rmdir conf$$.dir 2>/dev/null
15087
15088
15089 # as_fn_mkdir_p
15090 # -------------
15091 # Create "$as_dir" as a directory, including parents if necessary.
15092 as_fn_mkdir_p ()
15093 {
15094
15095 case $as_dir in #(
15096 -*) as_dir=./$as_dir;;
15097 esac
15098 test -d "$as_dir" || eval $as_mkdir_p || {
15099 as_dirs=
15100 while :; do
15101 case $as_dir in #(
15102 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15103 *) as_qdir=$as_dir;;
15104 esac
15105 as_dirs="'$as_qdir' $as_dirs"
15106 as_dir=`$as_dirname -- "$as_dir" ||
15107 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15108 X"$as_dir" : 'X\(//\)[^/]' \| \
15109 X"$as_dir" : 'X\(//\)$' \| \
15110 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15111 $as_echo X"$as_dir" |
15112 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15113 s//\1/
15114 q
15115 }
15116 /^X\(\/\/\)[^/].*/{
15117 s//\1/
15118 q
15119 }
15120 /^X\(\/\/\)$/{
15121 s//\1/
15122 q
15123 }
15124 /^X\(\/\).*/{
15125 s//\1/
15126 q
15127 }
15128 s/.*/./; q'`
15129 test -d "$as_dir" && break
15130 done
15131 test -z "$as_dirs" || eval "mkdir $as_dirs"
15132 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15133
15134
15135 } # as_fn_mkdir_p
15136 if mkdir -p . 2>/dev/null; then
15137 as_mkdir_p='mkdir -p "$as_dir"'
15138 else
15139 test -d ./-p && rmdir ./-p
15140 as_mkdir_p=false
15141 fi
15142
15143
15144 # as_fn_executable_p FILE
15145 # -----------------------
15146 # Test if FILE is an executable regular file.
15147 as_fn_executable_p ()
15148 {
15149 test -f "$1" && test -x "$1"
15150 } # as_fn_executable_p
15151 as_test_x='test -x'
15152 as_executable_p=as_fn_executable_p
15153
15154 # Sed expression to map a string onto a valid CPP name.
15155 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15156
15157 # Sed expression to map a string onto a valid variable name.
15158 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15159
15160
15161 exec 6>&1
15162 ## ----------------------------------- ##
15163 ## Main body of $CONFIG_STATUS script. ##
15164 ## ----------------------------------- ##
15165 _ASEOF
15166 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15167
15168 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15169 # Save the log message, to keep $0 and so on meaningful, and to
15170 # report actual input values of CONFIG_FILES etc. instead of their
15171 # values after options handling.
15172 ac_log="
15173 This file was extended by binutils $as_me 2.39.50, which was
15174 generated by GNU Autoconf 2.69. Invocation command line was
15175
15176 CONFIG_FILES = $CONFIG_FILES
15177 CONFIG_HEADERS = $CONFIG_HEADERS
15178 CONFIG_LINKS = $CONFIG_LINKS
15179 CONFIG_COMMANDS = $CONFIG_COMMANDS
15180 $ $0 $@
15181
15182 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15183 "
15184
15185 _ACEOF
15186
15187 case $ac_config_files in *"
15188 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15189 esac
15190
15191 case $ac_config_headers in *"
15192 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15193 esac
15194
15195
15196 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15197 # Files that config.status was made for.
15198 config_files="$ac_config_files"
15199 config_headers="$ac_config_headers"
15200 config_commands="$ac_config_commands"
15201
15202 _ACEOF
15203
15204 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15205 ac_cs_usage="\
15206 \`$as_me' instantiates files and other configuration actions
15207 from templates according to the current configuration. Unless the files
15208 and actions are specified as TAGs, all are instantiated by default.
15209
15210 Usage: $0 [OPTION]... [TAG]...
15211
15212 -h, --help print this help, then exit
15213 -V, --version print version number and configuration settings, then exit
15214 --config print configuration, then exit
15215 -q, --quiet, --silent
15216 do not print progress messages
15217 -d, --debug don't remove temporary files
15218 --recheck update $as_me by reconfiguring in the same conditions
15219 --file=FILE[:TEMPLATE]
15220 instantiate the configuration file FILE
15221 --header=FILE[:TEMPLATE]
15222 instantiate the configuration header FILE
15223
15224 Configuration files:
15225 $config_files
15226
15227 Configuration headers:
15228 $config_headers
15229
15230 Configuration commands:
15231 $config_commands
15232
15233 Report bugs to the package provider."
15234
15235 _ACEOF
15236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15238 ac_cs_version="\\
15239 binutils config.status 2.39.50
15240 configured by $0, generated by GNU Autoconf 2.69,
15241 with options \\"\$ac_cs_config\\"
15242
15243 Copyright (C) 2012 Free Software Foundation, Inc.
15244 This config.status script is free software; the Free Software Foundation
15245 gives unlimited permission to copy, distribute and modify it."
15246
15247 ac_pwd='$ac_pwd'
15248 srcdir='$srcdir'
15249 INSTALL='$INSTALL'
15250 MKDIR_P='$MKDIR_P'
15251 AWK='$AWK'
15252 test -n "\$AWK" || AWK=awk
15253 _ACEOF
15254
15255 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15256 # The default lists apply if the user does not specify any file.
15257 ac_need_defaults=:
15258 while test $# != 0
15259 do
15260 case $1 in
15261 --*=?*)
15262 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15263 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15264 ac_shift=:
15265 ;;
15266 --*=)
15267 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15268 ac_optarg=
15269 ac_shift=:
15270 ;;
15271 *)
15272 ac_option=$1
15273 ac_optarg=$2
15274 ac_shift=shift
15275 ;;
15276 esac
15277
15278 case $ac_option in
15279 # Handling of the options.
15280 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15281 ac_cs_recheck=: ;;
15282 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15283 $as_echo "$ac_cs_version"; exit ;;
15284 --config | --confi | --conf | --con | --co | --c )
15285 $as_echo "$ac_cs_config"; exit ;;
15286 --debug | --debu | --deb | --de | --d | -d )
15287 debug=: ;;
15288 --file | --fil | --fi | --f )
15289 $ac_shift
15290 case $ac_optarg in
15291 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15292 '') as_fn_error $? "missing file argument" ;;
15293 esac
15294 as_fn_append CONFIG_FILES " '$ac_optarg'"
15295 ac_need_defaults=false;;
15296 --header | --heade | --head | --hea )
15297 $ac_shift
15298 case $ac_optarg in
15299 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15300 esac
15301 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15302 ac_need_defaults=false;;
15303 --he | --h)
15304 # Conflict between --help and --header
15305 as_fn_error $? "ambiguous option: \`$1'
15306 Try \`$0 --help' for more information.";;
15307 --help | --hel | -h )
15308 $as_echo "$ac_cs_usage"; exit ;;
15309 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15310 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15311 ac_cs_silent=: ;;
15312
15313 # This is an error.
15314 -*) as_fn_error $? "unrecognized option: \`$1'
15315 Try \`$0 --help' for more information." ;;
15316
15317 *) as_fn_append ac_config_targets " $1"
15318 ac_need_defaults=false ;;
15319
15320 esac
15321 shift
15322 done
15323
15324 ac_configure_extra_args=
15325
15326 if $ac_cs_silent; then
15327 exec 6>/dev/null
15328 ac_configure_extra_args="$ac_configure_extra_args --silent"
15329 fi
15330
15331 _ACEOF
15332 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15333 if \$ac_cs_recheck; then
15334 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15335 shift
15336 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15337 CONFIG_SHELL='$SHELL'
15338 export CONFIG_SHELL
15339 exec "\$@"
15340 fi
15341
15342 _ACEOF
15343 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15344 exec 5>>config.log
15345 {
15346 echo
15347 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15348 ## Running $as_me. ##
15349 _ASBOX
15350 $as_echo "$ac_log"
15351 } >&5
15352
15353 _ACEOF
15354 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15355 #
15356 # INIT-COMMANDS
15357 #
15358 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15359
15360
15361 # The HP-UX ksh and POSIX shell print the target directory to stdout
15362 # if CDPATH is set.
15363 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15364
15365 sed_quote_subst='$sed_quote_subst'
15366 double_quote_subst='$double_quote_subst'
15367 delay_variable_subst='$delay_variable_subst'
15368 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15369 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15370 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15371 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15372 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15373 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15374 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15375 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15376 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15377 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15378 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15379 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15380 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15381 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15382 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15383 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15384 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15385 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15386 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15387 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15388 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15389 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15390 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15391 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15392 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15393 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15394 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15395 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15396 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15397 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15398 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15399 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15400 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15401 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15402 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15403 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15404 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15405 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15406 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15407 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15408 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15409 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15410 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15411 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15412 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15413 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15414 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15415 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15416 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"`'
15417 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15418 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15419 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15420 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15421 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15422 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15423 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15424 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15425 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15426 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15427 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15428 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15429 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15430 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15431 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15432 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15433 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15434 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15435 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15436 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15437 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15438 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15439 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15440 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15441 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15442 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15443 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15444 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15445 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15446 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15447 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15448 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15449 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15450 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15451 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15452 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15453 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15454 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15455 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15456 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15457 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15458 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15459 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15460 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15461 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15462 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15463 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15464 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15465 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15466 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15467 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15468 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15469 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15470 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15471 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15472 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15473 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15474 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15475 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15476 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15477 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15478 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15479 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15480 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15481 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15482 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15483 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15484 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15485 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15486 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15487 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15488
15489 LTCC='$LTCC'
15490 LTCFLAGS='$LTCFLAGS'
15491 compiler='$compiler_DEFAULT'
15492
15493 # A function that is used when there is no print builtin or printf.
15494 func_fallback_echo ()
15495 {
15496 eval 'cat <<_LTECHO_EOF
15497 \$1
15498 _LTECHO_EOF'
15499 }
15500
15501 # Quote evaled strings.
15502 for var in SHELL \
15503 ECHO \
15504 SED \
15505 GREP \
15506 EGREP \
15507 FGREP \
15508 LD \
15509 NM \
15510 LN_S \
15511 lt_SP2NL \
15512 lt_NL2SP \
15513 reload_flag \
15514 OBJDUMP \
15515 deplibs_check_method \
15516 file_magic_cmd \
15517 AR \
15518 AR_FLAGS \
15519 STRIP \
15520 RANLIB \
15521 CC \
15522 CFLAGS \
15523 compiler \
15524 lt_cv_sys_global_symbol_pipe \
15525 lt_cv_sys_global_symbol_to_cdecl \
15526 lt_cv_sys_global_symbol_to_c_name_address \
15527 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15528 lt_prog_compiler_no_builtin_flag \
15529 lt_prog_compiler_wl \
15530 lt_prog_compiler_pic \
15531 lt_prog_compiler_static \
15532 lt_cv_prog_compiler_c_o \
15533 need_locks \
15534 DSYMUTIL \
15535 NMEDIT \
15536 LIPO \
15537 OTOOL \
15538 OTOOL64 \
15539 shrext_cmds \
15540 export_dynamic_flag_spec \
15541 whole_archive_flag_spec \
15542 compiler_needs_object \
15543 with_gnu_ld \
15544 allow_undefined_flag \
15545 no_undefined_flag \
15546 hardcode_libdir_flag_spec \
15547 hardcode_libdir_flag_spec_ld \
15548 hardcode_libdir_separator \
15549 fix_srcfile_path \
15550 exclude_expsyms \
15551 include_expsyms \
15552 file_list_spec \
15553 variables_saved_for_relink \
15554 libname_spec \
15555 library_names_spec \
15556 soname_spec \
15557 install_override_mode \
15558 finish_eval \
15559 old_striplib \
15560 striplib; do
15561 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15562 *[\\\\\\\`\\"\\\$]*)
15563 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15564 ;;
15565 *)
15566 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15567 ;;
15568 esac
15569 done
15570
15571 # Double-quote double-evaled strings.
15572 for var in reload_cmds \
15573 old_postinstall_cmds \
15574 old_postuninstall_cmds \
15575 old_archive_cmds \
15576 extract_expsyms_cmds \
15577 old_archive_from_new_cmds \
15578 old_archive_from_expsyms_cmds \
15579 archive_cmds \
15580 archive_expsym_cmds \
15581 module_cmds \
15582 module_expsym_cmds \
15583 export_symbols_cmds \
15584 prelink_cmds \
15585 postinstall_cmds \
15586 postuninstall_cmds \
15587 finish_cmds \
15588 sys_lib_search_path_spec \
15589 sys_lib_dlsearch_path_spec; do
15590 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15591 *[\\\\\\\`\\"\\\$]*)
15592 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15593 ;;
15594 *)
15595 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15596 ;;
15597 esac
15598 done
15599
15600 ac_aux_dir='$ac_aux_dir'
15601 xsi_shell='$xsi_shell'
15602 lt_shell_append='$lt_shell_append'
15603
15604 # See if we are running on zsh, and set the options which allow our
15605 # commands through without removal of \ escapes INIT.
15606 if test -n "\${ZSH_VERSION+set}" ; then
15607 setopt NO_GLOB_SUBST
15608 fi
15609
15610
15611 PACKAGE='$PACKAGE'
15612 VERSION='$VERSION'
15613 TIMESTAMP='$TIMESTAMP'
15614 RM='$RM'
15615 ofile='$ofile'
15616
15617
15618
15619 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15620 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15621 # from automake.
15622 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15623 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15624 LINGUAS="${LINGUAS-%UNSET%}"
15625
15626
15627 _ACEOF
15628
15629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15630
15631 # Handling of arguments.
15632 for ac_config_target in $ac_config_targets
15633 do
15634 case $ac_config_target in
15635 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15636 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15637 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15638 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15639 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15640 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15641
15642 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15643 esac
15644 done
15645
15646
15647 # If the user did not use the arguments to specify the items to instantiate,
15648 # then the envvar interface is used. Set only those that are not.
15649 # We use the long form for the default assignment because of an extremely
15650 # bizarre bug on SunOS 4.1.3.
15651 if $ac_need_defaults; then
15652 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15653 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15654 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15655 fi
15656
15657 # Have a temporary directory for convenience. Make it in the build tree
15658 # simply because there is no reason against having it here, and in addition,
15659 # creating and moving files from /tmp can sometimes cause problems.
15660 # Hook for its removal unless debugging.
15661 # Note that there is a small window in which the directory will not be cleaned:
15662 # after its creation but before its name has been assigned to `$tmp'.
15663 $debug ||
15664 {
15665 tmp= ac_tmp=
15666 trap 'exit_status=$?
15667 : "${ac_tmp:=$tmp}"
15668 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15669 ' 0
15670 trap 'as_fn_exit 1' 1 2 13 15
15671 }
15672 # Create a (secure) tmp directory for tmp files.
15673
15674 {
15675 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15676 test -d "$tmp"
15677 } ||
15678 {
15679 tmp=./conf$$-$RANDOM
15680 (umask 077 && mkdir "$tmp")
15681 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15682 ac_tmp=$tmp
15683
15684 # Set up the scripts for CONFIG_FILES section.
15685 # No need to generate them if there are no CONFIG_FILES.
15686 # This happens for instance with `./config.status config.h'.
15687 if test -n "$CONFIG_FILES"; then
15688
15689
15690 ac_cr=`echo X | tr X '\015'`
15691 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15692 # But we know of no other shell where ac_cr would be empty at this
15693 # point, so we can use a bashism as a fallback.
15694 if test "x$ac_cr" = x; then
15695 eval ac_cr=\$\'\\r\'
15696 fi
15697 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15698 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15699 ac_cs_awk_cr='\\r'
15700 else
15701 ac_cs_awk_cr=$ac_cr
15702 fi
15703
15704 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15705 _ACEOF
15706
15707
15708 {
15709 echo "cat >conf$$subs.awk <<_ACEOF" &&
15710 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15711 echo "_ACEOF"
15712 } >conf$$subs.sh ||
15713 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15714 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15715 ac_delim='%!_!# '
15716 for ac_last_try in false false false false false :; do
15717 . ./conf$$subs.sh ||
15718 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15719
15720 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15721 if test $ac_delim_n = $ac_delim_num; then
15722 break
15723 elif $ac_last_try; then
15724 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15725 else
15726 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15727 fi
15728 done
15729 rm -f conf$$subs.sh
15730
15731 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15732 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15733 _ACEOF
15734 sed -n '
15735 h
15736 s/^/S["/; s/!.*/"]=/
15737 p
15738 g
15739 s/^[^!]*!//
15740 :repl
15741 t repl
15742 s/'"$ac_delim"'$//
15743 t delim
15744 :nl
15745 h
15746 s/\(.\{148\}\)..*/\1/
15747 t more1
15748 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15749 p
15750 n
15751 b repl
15752 :more1
15753 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15754 p
15755 g
15756 s/.\{148\}//
15757 t nl
15758 :delim
15759 h
15760 s/\(.\{148\}\)..*/\1/
15761 t more2
15762 s/["\\]/\\&/g; s/^/"/; s/$/"/
15763 p
15764 b
15765 :more2
15766 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15767 p
15768 g
15769 s/.\{148\}//
15770 t delim
15771 ' <conf$$subs.awk | sed '
15772 /^[^""]/{
15773 N
15774 s/\n//
15775 }
15776 ' >>$CONFIG_STATUS || ac_write_fail=1
15777 rm -f conf$$subs.awk
15778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15779 _ACAWK
15780 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15781 for (key in S) S_is_set[key] = 1
15782 FS = "\a"
15783
15784 }
15785 {
15786 line = $ 0
15787 nfields = split(line, field, "@")
15788 substed = 0
15789 len = length(field[1])
15790 for (i = 2; i < nfields; i++) {
15791 key = field[i]
15792 keylen = length(key)
15793 if (S_is_set[key]) {
15794 value = S[key]
15795 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15796 len += length(value) + length(field[++i])
15797 substed = 1
15798 } else
15799 len += 1 + keylen
15800 }
15801
15802 print line
15803 }
15804
15805 _ACAWK
15806 _ACEOF
15807 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15808 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15809 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15810 else
15811 cat
15812 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15813 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15814 _ACEOF
15815
15816 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15817 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15818 # trailing colons and then remove the whole line if VPATH becomes empty
15819 # (actually we leave an empty line to preserve line numbers).
15820 if test "x$srcdir" = x.; then
15821 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15822 h
15823 s///
15824 s/^/:/
15825 s/[ ]*$/:/
15826 s/:\$(srcdir):/:/g
15827 s/:\${srcdir}:/:/g
15828 s/:@srcdir@:/:/g
15829 s/^:*//
15830 s/:*$//
15831 x
15832 s/\(=[ ]*\).*/\1/
15833 G
15834 s/\n//
15835 s/^[^=]*=[ ]*$//
15836 }'
15837 fi
15838
15839 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15840 fi # test -n "$CONFIG_FILES"
15841
15842 # Set up the scripts for CONFIG_HEADERS section.
15843 # No need to generate them if there are no CONFIG_HEADERS.
15844 # This happens for instance with `./config.status Makefile'.
15845 if test -n "$CONFIG_HEADERS"; then
15846 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15847 BEGIN {
15848 _ACEOF
15849
15850 # Transform confdefs.h into an awk script `defines.awk', embedded as
15851 # here-document in config.status, that substitutes the proper values into
15852 # config.h.in to produce config.h.
15853
15854 # Create a delimiter string that does not exist in confdefs.h, to ease
15855 # handling of long lines.
15856 ac_delim='%!_!# '
15857 for ac_last_try in false false :; do
15858 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15859 if test -z "$ac_tt"; then
15860 break
15861 elif $ac_last_try; then
15862 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15863 else
15864 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15865 fi
15866 done
15867
15868 # For the awk script, D is an array of macro values keyed by name,
15869 # likewise P contains macro parameters if any. Preserve backslash
15870 # newline sequences.
15871
15872 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15873 sed -n '
15874 s/.\{148\}/&'"$ac_delim"'/g
15875 t rset
15876 :rset
15877 s/^[ ]*#[ ]*define[ ][ ]*/ /
15878 t def
15879 d
15880 :def
15881 s/\\$//
15882 t bsnl
15883 s/["\\]/\\&/g
15884 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15885 D["\1"]=" \3"/p
15886 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15887 d
15888 :bsnl
15889 s/["\\]/\\&/g
15890 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15891 D["\1"]=" \3\\\\\\n"\\/p
15892 t cont
15893 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15894 t cont
15895 d
15896 :cont
15897 n
15898 s/.\{148\}/&'"$ac_delim"'/g
15899 t clear
15900 :clear
15901 s/\\$//
15902 t bsnlc
15903 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15904 d
15905 :bsnlc
15906 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15907 b cont
15908 ' <confdefs.h | sed '
15909 s/'"$ac_delim"'/"\\\
15910 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15911
15912 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15913 for (key in D) D_is_set[key] = 1
15914 FS = "\a"
15915 }
15916 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15917 line = \$ 0
15918 split(line, arg, " ")
15919 if (arg[1] == "#") {
15920 defundef = arg[2]
15921 mac1 = arg[3]
15922 } else {
15923 defundef = substr(arg[1], 2)
15924 mac1 = arg[2]
15925 }
15926 split(mac1, mac2, "(") #)
15927 macro = mac2[1]
15928 prefix = substr(line, 1, index(line, defundef) - 1)
15929 if (D_is_set[macro]) {
15930 # Preserve the white space surrounding the "#".
15931 print prefix "define", macro P[macro] D[macro]
15932 next
15933 } else {
15934 # Replace #undef with comments. This is necessary, for example,
15935 # in the case of _POSIX_SOURCE, which is predefined and required
15936 # on some systems where configure will not decide to define it.
15937 if (defundef == "undef") {
15938 print "/*", prefix defundef, macro, "*/"
15939 next
15940 }
15941 }
15942 }
15943 { print }
15944 _ACAWK
15945 _ACEOF
15946 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15947 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15948 fi # test -n "$CONFIG_HEADERS"
15949
15950
15951 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15952 shift
15953 for ac_tag
15954 do
15955 case $ac_tag in
15956 :[FHLC]) ac_mode=$ac_tag; continue;;
15957 esac
15958 case $ac_mode$ac_tag in
15959 :[FHL]*:*);;
15960 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15961 :[FH]-) ac_tag=-:-;;
15962 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15963 esac
15964 ac_save_IFS=$IFS
15965 IFS=:
15966 set x $ac_tag
15967 IFS=$ac_save_IFS
15968 shift
15969 ac_file=$1
15970 shift
15971
15972 case $ac_mode in
15973 :L) ac_source=$1;;
15974 :[FH])
15975 ac_file_inputs=
15976 for ac_f
15977 do
15978 case $ac_f in
15979 -) ac_f="$ac_tmp/stdin";;
15980 *) # Look for the file first in the build tree, then in the source tree
15981 # (if the path is not absolute). The absolute path cannot be DOS-style,
15982 # because $ac_f cannot contain `:'.
15983 test -f "$ac_f" ||
15984 case $ac_f in
15985 [\\/$]*) false;;
15986 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15987 esac ||
15988 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15989 esac
15990 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15991 as_fn_append ac_file_inputs " '$ac_f'"
15992 done
15993
15994 # Let's still pretend it is `configure' which instantiates (i.e., don't
15995 # use $as_me), people would be surprised to read:
15996 # /* config.h. Generated by config.status. */
15997 configure_input='Generated from '`
15998 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15999 `' by configure.'
16000 if test x"$ac_file" != x-; then
16001 configure_input="$ac_file. $configure_input"
16002 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16003 $as_echo "$as_me: creating $ac_file" >&6;}
16004 fi
16005 # Neutralize special characters interpreted by sed in replacement strings.
16006 case $configure_input in #(
16007 *\&* | *\|* | *\\* )
16008 ac_sed_conf_input=`$as_echo "$configure_input" |
16009 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16010 *) ac_sed_conf_input=$configure_input;;
16011 esac
16012
16013 case $ac_tag in
16014 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16015 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16016 esac
16017 ;;
16018 esac
16019
16020 ac_dir=`$as_dirname -- "$ac_file" ||
16021 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16022 X"$ac_file" : 'X\(//\)[^/]' \| \
16023 X"$ac_file" : 'X\(//\)$' \| \
16024 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16025 $as_echo X"$ac_file" |
16026 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16027 s//\1/
16028 q
16029 }
16030 /^X\(\/\/\)[^/].*/{
16031 s//\1/
16032 q
16033 }
16034 /^X\(\/\/\)$/{
16035 s//\1/
16036 q
16037 }
16038 /^X\(\/\).*/{
16039 s//\1/
16040 q
16041 }
16042 s/.*/./; q'`
16043 as_dir="$ac_dir"; as_fn_mkdir_p
16044 ac_builddir=.
16045
16046 case "$ac_dir" in
16047 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16048 *)
16049 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16050 # A ".." for each directory in $ac_dir_suffix.
16051 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16052 case $ac_top_builddir_sub in
16053 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16054 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16055 esac ;;
16056 esac
16057 ac_abs_top_builddir=$ac_pwd
16058 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16059 # for backward compatibility:
16060 ac_top_builddir=$ac_top_build_prefix
16061
16062 case $srcdir in
16063 .) # We are building in place.
16064 ac_srcdir=.
16065 ac_top_srcdir=$ac_top_builddir_sub
16066 ac_abs_top_srcdir=$ac_pwd ;;
16067 [\\/]* | ?:[\\/]* ) # Absolute name.
16068 ac_srcdir=$srcdir$ac_dir_suffix;
16069 ac_top_srcdir=$srcdir
16070 ac_abs_top_srcdir=$srcdir ;;
16071 *) # Relative name.
16072 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16073 ac_top_srcdir=$ac_top_build_prefix$srcdir
16074 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16075 esac
16076 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16077
16078
16079 case $ac_mode in
16080 :F)
16081 #
16082 # CONFIG_FILE
16083 #
16084
16085 case $INSTALL in
16086 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16087 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16088 esac
16089 ac_MKDIR_P=$MKDIR_P
16090 case $MKDIR_P in
16091 [\\/$]* | ?:[\\/]* ) ;;
16092 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16093 esac
16094 _ACEOF
16095
16096 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16097 # If the template does not know about datarootdir, expand it.
16098 # FIXME: This hack should be removed a few years after 2.60.
16099 ac_datarootdir_hack=; ac_datarootdir_seen=
16100 ac_sed_dataroot='
16101 /datarootdir/ {
16102 p
16103 q
16104 }
16105 /@datadir@/p
16106 /@docdir@/p
16107 /@infodir@/p
16108 /@localedir@/p
16109 /@mandir@/p'
16110 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16111 *datarootdir*) ac_datarootdir_seen=yes;;
16112 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16114 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16115 _ACEOF
16116 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16117 ac_datarootdir_hack='
16118 s&@datadir@&$datadir&g
16119 s&@docdir@&$docdir&g
16120 s&@infodir@&$infodir&g
16121 s&@localedir@&$localedir&g
16122 s&@mandir@&$mandir&g
16123 s&\\\${datarootdir}&$datarootdir&g' ;;
16124 esac
16125 _ACEOF
16126
16127 # Neutralize VPATH when `$srcdir' = `.'.
16128 # Shell code in configure.ac might set extrasub.
16129 # FIXME: do we really want to maintain this feature?
16130 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16131 ac_sed_extra="$ac_vpsub
16132 $extrasub
16133 _ACEOF
16134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16135 :t
16136 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16137 s|@configure_input@|$ac_sed_conf_input|;t t
16138 s&@top_builddir@&$ac_top_builddir_sub&;t t
16139 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16140 s&@srcdir@&$ac_srcdir&;t t
16141 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16142 s&@top_srcdir@&$ac_top_srcdir&;t t
16143 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16144 s&@builddir@&$ac_builddir&;t t
16145 s&@abs_builddir@&$ac_abs_builddir&;t t
16146 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16147 s&@INSTALL@&$ac_INSTALL&;t t
16148 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16149 $ac_datarootdir_hack
16150 "
16151 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16152 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16153
16154 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16155 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16156 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16157 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16159 which seems to be undefined. Please make sure it is defined" >&5
16160 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16161 which seems to be undefined. Please make sure it is defined" >&2;}
16162
16163 rm -f "$ac_tmp/stdin"
16164 case $ac_file in
16165 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16166 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16167 esac \
16168 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16169 ;;
16170 :H)
16171 #
16172 # CONFIG_HEADER
16173 #
16174 if test x"$ac_file" != x-; then
16175 {
16176 $as_echo "/* $configure_input */" \
16177 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16178 } >"$ac_tmp/config.h" \
16179 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16180 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16181 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16182 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16183 else
16184 rm -f "$ac_file"
16185 mv "$ac_tmp/config.h" "$ac_file" \
16186 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16187 fi
16188 else
16189 $as_echo "/* $configure_input */" \
16190 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16191 || as_fn_error $? "could not create -" "$LINENO" 5
16192 fi
16193 # Compute "$ac_file"'s index in $config_headers.
16194 _am_arg="$ac_file"
16195 _am_stamp_count=1
16196 for _am_header in $config_headers :; do
16197 case $_am_header in
16198 $_am_arg | $_am_arg:* )
16199 break ;;
16200 * )
16201 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16202 esac
16203 done
16204 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16205 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16206 X"$_am_arg" : 'X\(//\)[^/]' \| \
16207 X"$_am_arg" : 'X\(//\)$' \| \
16208 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16209 $as_echo X"$_am_arg" |
16210 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16211 s//\1/
16212 q
16213 }
16214 /^X\(\/\/\)[^/].*/{
16215 s//\1/
16216 q
16217 }
16218 /^X\(\/\/\)$/{
16219 s//\1/
16220 q
16221 }
16222 /^X\(\/\).*/{
16223 s//\1/
16224 q
16225 }
16226 s/.*/./; q'`/stamp-h$_am_stamp_count
16227 ;;
16228
16229 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16230 $as_echo "$as_me: executing $ac_file commands" >&6;}
16231 ;;
16232 esac
16233
16234
16235 case $ac_file$ac_mode in
16236 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16237 # Older Autoconf quotes --file arguments for eval, but not when files
16238 # are listed without --file. Let's play safe and only enable the eval
16239 # if we detect the quoting.
16240 case $CONFIG_FILES in
16241 *\'*) eval set x "$CONFIG_FILES" ;;
16242 *) set x $CONFIG_FILES ;;
16243 esac
16244 shift
16245 for mf
16246 do
16247 # Strip MF so we end up with the name of the file.
16248 mf=`echo "$mf" | sed -e 's/:.*$//'`
16249 # Check whether this is an Automake generated Makefile or not.
16250 # We used to match only the files named 'Makefile.in', but
16251 # some people rename them; so instead we look at the file content.
16252 # Grep'ing the first line is not enough: some people post-process
16253 # each Makefile.in and add a new line on top of each file to say so.
16254 # Grep'ing the whole file is not good either: AIX grep has a line
16255 # limit of 2048, but all sed's we know have understand at least 4000.
16256 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16257 dirpart=`$as_dirname -- "$mf" ||
16258 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16259 X"$mf" : 'X\(//\)[^/]' \| \
16260 X"$mf" : 'X\(//\)$' \| \
16261 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16262 $as_echo X"$mf" |
16263 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16264 s//\1/
16265 q
16266 }
16267 /^X\(\/\/\)[^/].*/{
16268 s//\1/
16269 q
16270 }
16271 /^X\(\/\/\)$/{
16272 s//\1/
16273 q
16274 }
16275 /^X\(\/\).*/{
16276 s//\1/
16277 q
16278 }
16279 s/.*/./; q'`
16280 else
16281 continue
16282 fi
16283 # Extract the definition of DEPDIR, am__include, and am__quote
16284 # from the Makefile without running 'make'.
16285 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16286 test -z "$DEPDIR" && continue
16287 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16288 test -z "$am__include" && continue
16289 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16290 # Find all dependency output files, they are included files with
16291 # $(DEPDIR) in their names. We invoke sed twice because it is the
16292 # simplest approach to changing $(DEPDIR) to its actual value in the
16293 # expansion.
16294 for file in `sed -n "
16295 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16296 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16297 # Make sure the directory exists.
16298 test -f "$dirpart/$file" && continue
16299 fdir=`$as_dirname -- "$file" ||
16300 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16301 X"$file" : 'X\(//\)[^/]' \| \
16302 X"$file" : 'X\(//\)$' \| \
16303 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16304 $as_echo X"$file" |
16305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16306 s//\1/
16307 q
16308 }
16309 /^X\(\/\/\)[^/].*/{
16310 s//\1/
16311 q
16312 }
16313 /^X\(\/\/\)$/{
16314 s//\1/
16315 q
16316 }
16317 /^X\(\/\).*/{
16318 s//\1/
16319 q
16320 }
16321 s/.*/./; q'`
16322 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16323 # echo "creating $dirpart/$file"
16324 echo '# dummy' > "$dirpart/$file"
16325 done
16326 done
16327 }
16328 ;;
16329 "libtool":C)
16330
16331 # See if we are running on zsh, and set the options which allow our
16332 # commands through without removal of \ escapes.
16333 if test -n "${ZSH_VERSION+set}" ; then
16334 setopt NO_GLOB_SUBST
16335 fi
16336
16337 cfgfile="${ofile}T"
16338 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16339 $RM "$cfgfile"
16340
16341 cat <<_LT_EOF >> "$cfgfile"
16342 #! $SHELL
16343
16344 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16345 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16346 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16347 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16348 #
16349 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16350 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16351 # Written by Gordon Matzigkeit, 1996
16352 #
16353 # This file is part of GNU Libtool.
16354 #
16355 # GNU Libtool is free software; you can redistribute it and/or
16356 # modify it under the terms of the GNU General Public License as
16357 # published by the Free Software Foundation; either version 2 of
16358 # the License, or (at your option) any later version.
16359 #
16360 # As a special exception to the GNU General Public License,
16361 # if you distribute this file as part of a program or library that
16362 # is built using GNU Libtool, you may include this file under the
16363 # same distribution terms that you use for the rest of that program.
16364 #
16365 # GNU Libtool is distributed in the hope that it will be useful,
16366 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16367 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16368 # GNU General Public License for more details.
16369 #
16370 # You should have received a copy of the GNU General Public License
16371 # along with GNU Libtool; see the file COPYING. If not, a copy
16372 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16373 # obtained by writing to the Free Software Foundation, Inc.,
16374 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16375
16376
16377 # The names of the tagged configurations supported by this script.
16378 available_tags=""
16379
16380 # ### BEGIN LIBTOOL CONFIG
16381
16382 # Which release of libtool.m4 was used?
16383 macro_version=$macro_version
16384 macro_revision=$macro_revision
16385
16386 # Whether or not to build shared libraries.
16387 build_libtool_libs=$enable_shared
16388
16389 # Whether or not to build static libraries.
16390 build_old_libs=$enable_static
16391
16392 # What type of objects to build.
16393 pic_mode=$pic_mode
16394
16395 # Whether or not to optimize for fast installation.
16396 fast_install=$enable_fast_install
16397
16398 # Shell to use when invoking shell scripts.
16399 SHELL=$lt_SHELL
16400
16401 # An echo program that protects backslashes.
16402 ECHO=$lt_ECHO
16403
16404 # The host system.
16405 host_alias=$host_alias
16406 host=$host
16407 host_os=$host_os
16408
16409 # The build system.
16410 build_alias=$build_alias
16411 build=$build
16412 build_os=$build_os
16413
16414 # A sed program that does not truncate output.
16415 SED=$lt_SED
16416
16417 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16418 Xsed="\$SED -e 1s/^X//"
16419
16420 # A grep program that handles long lines.
16421 GREP=$lt_GREP
16422
16423 # An ERE matcher.
16424 EGREP=$lt_EGREP
16425
16426 # A literal string matcher.
16427 FGREP=$lt_FGREP
16428
16429 # A BSD- or MS-compatible name lister.
16430 NM=$lt_NM
16431
16432 # Whether we need soft or hard links.
16433 LN_S=$lt_LN_S
16434
16435 # What is the maximum length of a command?
16436 max_cmd_len=$max_cmd_len
16437
16438 # Object file suffix (normally "o").
16439 objext=$ac_objext
16440
16441 # Executable file suffix (normally "").
16442 exeext=$exeext
16443
16444 # whether the shell understands "unset".
16445 lt_unset=$lt_unset
16446
16447 # turn spaces into newlines.
16448 SP2NL=$lt_lt_SP2NL
16449
16450 # turn newlines into spaces.
16451 NL2SP=$lt_lt_NL2SP
16452
16453 # An object symbol dumper.
16454 OBJDUMP=$lt_OBJDUMP
16455
16456 # Method to check whether dependent libraries are shared objects.
16457 deplibs_check_method=$lt_deplibs_check_method
16458
16459 # Command to use when deplibs_check_method == "file_magic".
16460 file_magic_cmd=$lt_file_magic_cmd
16461
16462 # The archiver.
16463 AR=$lt_AR
16464 AR_FLAGS=$lt_AR_FLAGS
16465
16466 # A symbol stripping program.
16467 STRIP=$lt_STRIP
16468
16469 # Commands used to install an old-style archive.
16470 RANLIB=$lt_RANLIB
16471 old_postinstall_cmds=$lt_old_postinstall_cmds
16472 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16473
16474 # Whether to use a lock for old archive extraction.
16475 lock_old_archive_extraction=$lock_old_archive_extraction
16476
16477 # A C compiler.
16478 LTCC=$lt_CC
16479
16480 # LTCC compiler flags.
16481 LTCFLAGS=$lt_CFLAGS
16482
16483 # Take the output of nm and produce a listing of raw symbols and C names.
16484 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16485
16486 # Transform the output of nm in a proper C declaration.
16487 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16488
16489 # Transform the output of nm in a C name address pair.
16490 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16491
16492 # Transform the output of nm in a C name address pair when lib prefix is needed.
16493 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16494
16495 # The name of the directory that contains temporary libtool files.
16496 objdir=$objdir
16497
16498 # Used to examine libraries when file_magic_cmd begins with "file".
16499 MAGIC_CMD=$MAGIC_CMD
16500
16501 # Must we lock files when doing compilation?
16502 need_locks=$lt_need_locks
16503
16504 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16505 DSYMUTIL=$lt_DSYMUTIL
16506
16507 # Tool to change global to local symbols on Mac OS X.
16508 NMEDIT=$lt_NMEDIT
16509
16510 # Tool to manipulate fat objects and archives on Mac OS X.
16511 LIPO=$lt_LIPO
16512
16513 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16514 OTOOL=$lt_OTOOL
16515
16516 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16517 OTOOL64=$lt_OTOOL64
16518
16519 # Old archive suffix (normally "a").
16520 libext=$libext
16521
16522 # Shared library suffix (normally ".so").
16523 shrext_cmds=$lt_shrext_cmds
16524
16525 # The commands to extract the exported symbol list from a shared archive.
16526 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16527
16528 # Variables whose values should be saved in libtool wrapper scripts and
16529 # restored at link time.
16530 variables_saved_for_relink=$lt_variables_saved_for_relink
16531
16532 # Do we need the "lib" prefix for modules?
16533 need_lib_prefix=$need_lib_prefix
16534
16535 # Do we need a version for libraries?
16536 need_version=$need_version
16537
16538 # Library versioning type.
16539 version_type=$version_type
16540
16541 # Shared library runtime path variable.
16542 runpath_var=$runpath_var
16543
16544 # Shared library path variable.
16545 shlibpath_var=$shlibpath_var
16546
16547 # Is shlibpath searched before the hard-coded library search path?
16548 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16549
16550 # Format of library name prefix.
16551 libname_spec=$lt_libname_spec
16552
16553 # List of archive names. First name is the real one, the rest are links.
16554 # The last name is the one that the linker finds with -lNAME
16555 library_names_spec=$lt_library_names_spec
16556
16557 # The coded name of the library, if different from the real name.
16558 soname_spec=$lt_soname_spec
16559
16560 # Permission mode override for installation of shared libraries.
16561 install_override_mode=$lt_install_override_mode
16562
16563 # Command to use after installation of a shared archive.
16564 postinstall_cmds=$lt_postinstall_cmds
16565
16566 # Command to use after uninstallation of a shared archive.
16567 postuninstall_cmds=$lt_postuninstall_cmds
16568
16569 # Commands used to finish a libtool library installation in a directory.
16570 finish_cmds=$lt_finish_cmds
16571
16572 # As "finish_cmds", except a single script fragment to be evaled but
16573 # not shown.
16574 finish_eval=$lt_finish_eval
16575
16576 # Whether we should hardcode library paths into libraries.
16577 hardcode_into_libs=$hardcode_into_libs
16578
16579 # Compile-time system search path for libraries.
16580 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16581
16582 # Run-time system search path for libraries.
16583 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16584
16585 # Whether dlopen is supported.
16586 dlopen_support=$enable_dlopen
16587
16588 # Whether dlopen of programs is supported.
16589 dlopen_self=$enable_dlopen_self
16590
16591 # Whether dlopen of statically linked programs is supported.
16592 dlopen_self_static=$enable_dlopen_self_static
16593
16594 # Commands to strip libraries.
16595 old_striplib=$lt_old_striplib
16596 striplib=$lt_striplib
16597
16598
16599 # The linker used to build libraries.
16600 LD=$lt_LD
16601
16602 # How to create reloadable object files.
16603 reload_flag=$lt_reload_flag
16604 reload_cmds=$lt_reload_cmds
16605
16606 # Commands used to build an old-style archive.
16607 old_archive_cmds=$lt_old_archive_cmds
16608
16609 # A language specific compiler.
16610 CC=$lt_compiler
16611
16612 # Is the compiler the GNU compiler?
16613 with_gcc=$GCC
16614
16615 # Compiler flag to turn off builtin functions.
16616 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16617
16618 # How to pass a linker flag through the compiler.
16619 wl=$lt_lt_prog_compiler_wl
16620
16621 # Additional compiler flags for building library objects.
16622 pic_flag=$lt_lt_prog_compiler_pic
16623
16624 # Compiler flag to prevent dynamic linking.
16625 link_static_flag=$lt_lt_prog_compiler_static
16626
16627 # Does compiler simultaneously support -c and -o options?
16628 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16629
16630 # Whether or not to add -lc for building shared libraries.
16631 build_libtool_need_lc=$archive_cmds_need_lc
16632
16633 # Whether or not to disallow shared libs when runtime libs are static.
16634 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16635
16636 # Compiler flag to allow reflexive dlopens.
16637 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16638
16639 # Compiler flag to generate shared objects directly from archives.
16640 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16641
16642 # Whether the compiler copes with passing no objects directly.
16643 compiler_needs_object=$lt_compiler_needs_object
16644
16645 # Create an old-style archive from a shared archive.
16646 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16647
16648 # Create a temporary old-style archive to link instead of a shared archive.
16649 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16650
16651 # Commands used to build a shared archive.
16652 archive_cmds=$lt_archive_cmds
16653 archive_expsym_cmds=$lt_archive_expsym_cmds
16654
16655 # Commands used to build a loadable module if different from building
16656 # a shared archive.
16657 module_cmds=$lt_module_cmds
16658 module_expsym_cmds=$lt_module_expsym_cmds
16659
16660 # Whether we are building with GNU ld or not.
16661 with_gnu_ld=$lt_with_gnu_ld
16662
16663 # Flag that allows shared libraries with undefined symbols to be built.
16664 allow_undefined_flag=$lt_allow_undefined_flag
16665
16666 # Flag that enforces no undefined symbols.
16667 no_undefined_flag=$lt_no_undefined_flag
16668
16669 # Flag to hardcode \$libdir into a binary during linking.
16670 # This must work even if \$libdir does not exist
16671 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16672
16673 # If ld is used when linking, flag to hardcode \$libdir into a binary
16674 # during linking. This must work even if \$libdir does not exist.
16675 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16676
16677 # Whether we need a single "-rpath" flag with a separated argument.
16678 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16679
16680 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16681 # DIR into the resulting binary.
16682 hardcode_direct=$hardcode_direct
16683
16684 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16685 # DIR into the resulting binary and the resulting library dependency is
16686 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16687 # library is relocated.
16688 hardcode_direct_absolute=$hardcode_direct_absolute
16689
16690 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16691 # into the resulting binary.
16692 hardcode_minus_L=$hardcode_minus_L
16693
16694 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16695 # into the resulting binary.
16696 hardcode_shlibpath_var=$hardcode_shlibpath_var
16697
16698 # Set to "yes" if building a shared library automatically hardcodes DIR
16699 # into the library and all subsequent libraries and executables linked
16700 # against it.
16701 hardcode_automatic=$hardcode_automatic
16702
16703 # Set to yes if linker adds runtime paths of dependent libraries
16704 # to runtime path list.
16705 inherit_rpath=$inherit_rpath
16706
16707 # Whether libtool must link a program against all its dependency libraries.
16708 link_all_deplibs=$link_all_deplibs
16709
16710 # Fix the shell variable \$srcfile for the compiler.
16711 fix_srcfile_path=$lt_fix_srcfile_path
16712
16713 # Set to "yes" if exported symbols are required.
16714 always_export_symbols=$always_export_symbols
16715
16716 # The commands to list exported symbols.
16717 export_symbols_cmds=$lt_export_symbols_cmds
16718
16719 # Symbols that should not be listed in the preloaded symbols.
16720 exclude_expsyms=$lt_exclude_expsyms
16721
16722 # Symbols that must always be exported.
16723 include_expsyms=$lt_include_expsyms
16724
16725 # Commands necessary for linking programs (against libraries) with templates.
16726 prelink_cmds=$lt_prelink_cmds
16727
16728 # Specify filename containing input files.
16729 file_list_spec=$lt_file_list_spec
16730
16731 # How to hardcode a shared library path into an executable.
16732 hardcode_action=$hardcode_action
16733
16734 # ### END LIBTOOL CONFIG
16735
16736 _LT_EOF
16737
16738 case $host_os in
16739 aix3*)
16740 cat <<\_LT_EOF >> "$cfgfile"
16741 # AIX sometimes has problems with the GCC collect2 program. For some
16742 # reason, if we set the COLLECT_NAMES environment variable, the problems
16743 # vanish in a puff of smoke.
16744 if test "X${COLLECT_NAMES+set}" != Xset; then
16745 COLLECT_NAMES=
16746 export COLLECT_NAMES
16747 fi
16748 _LT_EOF
16749 ;;
16750 esac
16751
16752
16753 ltmain="$ac_aux_dir/ltmain.sh"
16754
16755
16756 # We use sed instead of cat because bash on DJGPP gets confused if
16757 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16758 # text mode, it properly converts lines to CR/LF. This bash problem
16759 # is reportedly fixed, but why not run on old versions too?
16760 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16761 || (rm -f "$cfgfile"; exit 1)
16762
16763 case $xsi_shell in
16764 yes)
16765 cat << \_LT_EOF >> "$cfgfile"
16766
16767 # func_dirname file append nondir_replacement
16768 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16769 # otherwise set result to NONDIR_REPLACEMENT.
16770 func_dirname ()
16771 {
16772 case ${1} in
16773 */*) func_dirname_result="${1%/*}${2}" ;;
16774 * ) func_dirname_result="${3}" ;;
16775 esac
16776 }
16777
16778 # func_basename file
16779 func_basename ()
16780 {
16781 func_basename_result="${1##*/}"
16782 }
16783
16784 # func_dirname_and_basename file append nondir_replacement
16785 # perform func_basename and func_dirname in a single function
16786 # call:
16787 # dirname: Compute the dirname of FILE. If nonempty,
16788 # add APPEND to the result, otherwise set result
16789 # to NONDIR_REPLACEMENT.
16790 # value returned in "$func_dirname_result"
16791 # basename: Compute filename of FILE.
16792 # value retuned in "$func_basename_result"
16793 # Implementation must be kept synchronized with func_dirname
16794 # and func_basename. For efficiency, we do not delegate to
16795 # those functions but instead duplicate the functionality here.
16796 func_dirname_and_basename ()
16797 {
16798 case ${1} in
16799 */*) func_dirname_result="${1%/*}${2}" ;;
16800 * ) func_dirname_result="${3}" ;;
16801 esac
16802 func_basename_result="${1##*/}"
16803 }
16804
16805 # func_stripname prefix suffix name
16806 # strip PREFIX and SUFFIX off of NAME.
16807 # PREFIX and SUFFIX must not contain globbing or regex special
16808 # characters, hashes, percent signs, but SUFFIX may contain a leading
16809 # dot (in which case that matches only a dot).
16810 func_stripname ()
16811 {
16812 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16813 # positional parameters, so assign one to ordinary parameter first.
16814 func_stripname_result=${3}
16815 func_stripname_result=${func_stripname_result#"${1}"}
16816 func_stripname_result=${func_stripname_result%"${2}"}
16817 }
16818
16819 # func_opt_split
16820 func_opt_split ()
16821 {
16822 func_opt_split_opt=${1%%=*}
16823 func_opt_split_arg=${1#*=}
16824 }
16825
16826 # func_lo2o object
16827 func_lo2o ()
16828 {
16829 case ${1} in
16830 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16831 *) func_lo2o_result=${1} ;;
16832 esac
16833 }
16834
16835 # func_xform libobj-or-source
16836 func_xform ()
16837 {
16838 func_xform_result=${1%.*}.lo
16839 }
16840
16841 # func_arith arithmetic-term...
16842 func_arith ()
16843 {
16844 func_arith_result=$(( $* ))
16845 }
16846
16847 # func_len string
16848 # STRING may not start with a hyphen.
16849 func_len ()
16850 {
16851 func_len_result=${#1}
16852 }
16853
16854 _LT_EOF
16855 ;;
16856 *) # Bourne compatible functions.
16857 cat << \_LT_EOF >> "$cfgfile"
16858
16859 # func_dirname file append nondir_replacement
16860 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16861 # otherwise set result to NONDIR_REPLACEMENT.
16862 func_dirname ()
16863 {
16864 # Extract subdirectory from the argument.
16865 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16866 if test "X$func_dirname_result" = "X${1}"; then
16867 func_dirname_result="${3}"
16868 else
16869 func_dirname_result="$func_dirname_result${2}"
16870 fi
16871 }
16872
16873 # func_basename file
16874 func_basename ()
16875 {
16876 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16877 }
16878
16879
16880 # func_stripname prefix suffix name
16881 # strip PREFIX and SUFFIX off of NAME.
16882 # PREFIX and SUFFIX must not contain globbing or regex special
16883 # characters, hashes, percent signs, but SUFFIX may contain a leading
16884 # dot (in which case that matches only a dot).
16885 # func_strip_suffix prefix name
16886 func_stripname ()
16887 {
16888 case ${2} in
16889 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16890 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16891 esac
16892 }
16893
16894 # sed scripts:
16895 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16896 my_sed_long_arg='1s/^-[^=]*=//'
16897
16898 # func_opt_split
16899 func_opt_split ()
16900 {
16901 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16902 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16903 }
16904
16905 # func_lo2o object
16906 func_lo2o ()
16907 {
16908 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16909 }
16910
16911 # func_xform libobj-or-source
16912 func_xform ()
16913 {
16914 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16915 }
16916
16917 # func_arith arithmetic-term...
16918 func_arith ()
16919 {
16920 func_arith_result=`expr "$@"`
16921 }
16922
16923 # func_len string
16924 # STRING may not start with a hyphen.
16925 func_len ()
16926 {
16927 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16928 }
16929
16930 _LT_EOF
16931 esac
16932
16933 case $lt_shell_append in
16934 yes)
16935 cat << \_LT_EOF >> "$cfgfile"
16936
16937 # func_append var value
16938 # Append VALUE to the end of shell variable VAR.
16939 func_append ()
16940 {
16941 eval "$1+=\$2"
16942 }
16943 _LT_EOF
16944 ;;
16945 *)
16946 cat << \_LT_EOF >> "$cfgfile"
16947
16948 # func_append var value
16949 # Append VALUE to the end of shell variable VAR.
16950 func_append ()
16951 {
16952 eval "$1=\$$1\$2"
16953 }
16954
16955 _LT_EOF
16956 ;;
16957 esac
16958
16959
16960 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16961 || (rm -f "$cfgfile"; exit 1)
16962
16963 mv -f "$cfgfile" "$ofile" ||
16964 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16965 chmod +x "$ofile"
16966
16967 ;;
16968 "default-1":C)
16969 for ac_file in $CONFIG_FILES; do
16970 # Support "outfile[:infile[:infile...]]"
16971 case "$ac_file" in
16972 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16973 esac
16974 # PO directories have a Makefile.in generated from Makefile.in.in.
16975 case "$ac_file" in */Makefile.in)
16976 # Adjust a relative srcdir.
16977 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16978 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16979 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16980 # In autoconf-2.13 it is called $ac_given_srcdir.
16981 # In autoconf-2.50 it is called $srcdir.
16982 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16983 case "$ac_given_srcdir" in
16984 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16985 /*) top_srcdir="$ac_given_srcdir" ;;
16986 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16987 esac
16988 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16989 rm -f "$ac_dir/POTFILES"
16990 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16991 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16992 POMAKEFILEDEPS="POTFILES.in"
16993 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16994 # on $ac_dir but don't depend on user-specified configuration
16995 # parameters.
16996 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16997 # The LINGUAS file contains the set of available languages.
16998 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16999 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17000 fi
17001 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17002 # Hide the ALL_LINGUAS assigment from automake.
17003 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17004 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17005 else
17006 # The set of available languages was given in configure.ac.
17007 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17008 fi
17009 case "$ac_given_srcdir" in
17010 .) srcdirpre= ;;
17011 *) srcdirpre='$(srcdir)/' ;;
17012 esac
17013 POFILES=
17014 GMOFILES=
17015 UPDATEPOFILES=
17016 DUMMYPOFILES=
17017 for lang in $ALL_LINGUAS; do
17018 POFILES="$POFILES $srcdirpre$lang.po"
17019 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17020 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17021 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17022 done
17023 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17024 # environment variable.
17025 INST_LINGUAS=
17026 if test -n "$ALL_LINGUAS"; then
17027 for presentlang in $ALL_LINGUAS; do
17028 useit=no
17029 if test "%UNSET%" != "$LINGUAS"; then
17030 desiredlanguages="$LINGUAS"
17031 else
17032 desiredlanguages="$ALL_LINGUAS"
17033 fi
17034 for desiredlang in $desiredlanguages; do
17035 # Use the presentlang catalog if desiredlang is
17036 # a. equal to presentlang, or
17037 # b. a variant of presentlang (because in this case,
17038 # presentlang can be used as a fallback for messages
17039 # which are not translated in the desiredlang catalog).
17040 case "$desiredlang" in
17041 "$presentlang"*) useit=yes;;
17042 esac
17043 done
17044 if test $useit = yes; then
17045 INST_LINGUAS="$INST_LINGUAS $presentlang"
17046 fi
17047 done
17048 fi
17049 CATALOGS=
17050 if test -n "$INST_LINGUAS"; then
17051 for lang in $INST_LINGUAS; do
17052 CATALOGS="$CATALOGS $lang.gmo"
17053 done
17054 fi
17055 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17056 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"
17057 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17058 if test -f "$f"; then
17059 case "$f" in
17060 *.orig | *.bak | *~) ;;
17061 *) cat "$f" >> "$ac_dir/Makefile" ;;
17062 esac
17063 fi
17064 done
17065 fi
17066 ;;
17067 esac
17068 done ;;
17069
17070 esac
17071 done # for ac_tag
17072
17073
17074 as_fn_exit 0
17075 _ACEOF
17076 ac_clean_files=$ac_clean_files_save
17077
17078 test $ac_write_fail = 0 ||
17079 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17080
17081
17082 # configure is writing to config.log, and then calls config.status.
17083 # config.status does its own redirection, appending to config.log.
17084 # Unfortunately, on DOS this fails, as config.log is still kept open
17085 # by configure, so config.status won't be able to write to it; its
17086 # output is simply discarded. So we exec the FD to /dev/null,
17087 # effectively closing config.log, so it can be properly (re)opened and
17088 # appended to by config.status. When coming back to configure, we
17089 # need to make the FD available again.
17090 if test "$no_create" != yes; then
17091 ac_cs_success=:
17092 ac_config_status_args=
17093 test "$silent" = yes &&
17094 ac_config_status_args="$ac_config_status_args --quiet"
17095 exec 5>/dev/null
17096 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17097 exec 5>>config.log
17098 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17099 # would make configure fail if this is the last instruction.
17100 $ac_cs_success || as_fn_exit 1
17101 fi
17102 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17103 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17104 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17105 fi
17106
17107
17108
17109 touch config.status.tmp
17110 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
17111 sed '/as_fn_exit 0/i \
17112 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
17113 touch --reference=Makefile Makefile.tmp \
17114 mv Makefile.tmp Makefile \
17115 ' config.status > config.status.tmp
17116 touch --reference=config.status config.status.tmp
17117 mv config.status.tmp config.status
17118 chmod +x config.status
17119 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
17120 touch --reference=Makefile Makefile.tmp
17121 mv Makefile.tmp Makefile
17122 else
17123 rm -f config.status.tmp
17124 fi