Fix a build problem when using FreeBSD 12.
[deliverable/binutils-gdb.git] / binutils / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for binutils 2.35.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='binutils'
589 PACKAGE_TARNAME='binutils'
590 PACKAGE_VERSION='2.35.50'
591 PACKAGE_STRING='binutils 2.35.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="ar.c"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_header_list=
633 ac_subst_vars='am__EXEEXT_FALSE
634 am__EXEEXT_TRUE
635 LTLIBOBJS
636 LIBOBJS
637 EMULATION_VECTOR
638 EMULATION
639 OBJDUMP_PRIVATE_OFILES
640 OBJDUMP_DEFS
641 BUILD_INSTALL_MISC
642 BUILD_MISC
643 BUILD_DLLWRAP
644 BUILD_WINDMC
645 BUILD_WINDRES
646 DLLTOOL_DEFS
647 BUILD_DLLTOOL
648 BUILD_SRCONV
649 LTLIBICONV
650 LIBICONV
651 zlibinc
652 zlibdir
653 ALLOCA
654 DEMANGLER_NAME
655 EXEEXT_FOR_BUILD
656 CC_FOR_BUILD
657 HDEFINES
658 GENINSRC_NEVER_FALSE
659 GENINSRC_NEVER_TRUE
660 MAINT
661 MAINTAINER_MODE_FALSE
662 MAINTAINER_MODE_TRUE
663 MSGMERGE
664 MSGFMT
665 MKINSTALLDIRS
666 CATOBJEXT
667 GENCAT
668 INSTOBJEXT
669 DATADIRNAME
670 CATALOGS
671 POSUB
672 GMSGFMT
673 XGETTEXT
674 INCINTL
675 LIBINTL_DEP
676 LIBINTL
677 USE_NLS
678 LEXLIB
679 LEX_OUTPUT_ROOT
680 LEX
681 YFLAGS
682 YACC
683 WARN_WRITE_STRINGS
684 NO_WERROR
685 WARN_CFLAGS_FOR_BUILD
686 WARN_CFLAGS
687 ENABLE_LIBCTF_FALSE
688 ENABLE_LIBCTF_TRUE
689 DEBUGINFOD_LIBS
690 DEBUGINFOD_CFLAGS
691 PKG_CONFIG_LIBDIR
692 PKG_CONFIG_PATH
693 PKG_CONFIG
694 LARGEFILE_CPPFLAGS
695 OTOOL64
696 OTOOL
697 LIPO
698 NMEDIT
699 DSYMUTIL
700 RANLIB
701 AR
702 OBJDUMP
703 LN_S
704 NM
705 ac_ct_DUMPBIN
706 DUMPBIN
707 LD
708 FGREP
709 SED
710 LIBTOOL
711 EGREP
712 GREP
713 CPP
714 AM_BACKSLASH
715 AM_DEFAULT_VERBOSITY
716 AM_DEFAULT_V
717 AM_V
718 am__fastdepCC_FALSE
719 am__fastdepCC_TRUE
720 CCDEPMODE
721 am__nodep
722 AMDEPBACKSLASH
723 AMDEP_FALSE
724 AMDEP_TRUE
725 am__quote
726 am__include
727 DEPDIR
728 am__untar
729 am__tar
730 AMTAR
731 am__leading_dot
732 SET_MAKE
733 AWK
734 mkdir_p
735 MKDIR_P
736 INSTALL_STRIP_PROGRAM
737 STRIP
738 install_sh
739 MAKEINFO
740 AUTOHEADER
741 AUTOMAKE
742 AUTOCONF
743 ACLOCAL
744 VERSION
745 PACKAGE
746 CYGPATH_W
747 am__isrc
748 INSTALL_DATA
749 INSTALL_SCRIPT
750 INSTALL_PROGRAM
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
757 CC
758 target_os
759 target_vendor
760 target_cpu
761 target
762 host_os
763 host_vendor
764 host_cpu
765 host
766 build_os
767 build_vendor
768 build_cpu
769 build
770 target_alias
771 host_alias
772 build_alias
773 LIBS
774 ECHO_T
775 ECHO_N
776 ECHO_C
777 DEFS
778 mandir
779 localedir
780 libdir
781 psdir
782 pdfdir
783 dvidir
784 htmldir
785 infodir
786 docdir
787 oldincludedir
788 includedir
789 localstatedir
790 sharedstatedir
791 sysconfdir
792 datadir
793 datarootdir
794 libexecdir
795 sbindir
796 bindir
797 program_transform_name
798 prefix
799 exec_prefix
800 PACKAGE_URL
801 PACKAGE_BUGREPORT
802 PACKAGE_STRING
803 PACKAGE_VERSION
804 PACKAGE_TARNAME
805 PACKAGE_NAME
806 PATH_SEPARATOR
807 SHELL'
808 ac_subst_files=''
809 ac_user_opts='
810 enable_option_checking
811 enable_dependency_tracking
812 enable_silent_rules
813 enable_shared
814 enable_static
815 with_pic
816 enable_fast_install
817 with_gnu_ld
818 enable_libtool_lock
819 enable_plugins
820 enable_largefile
821 enable_targets
822 enable_deterministic_archives
823 enable_default_strings_all
824 enable_f_for_ifunc_symbols
825 with_debuginfod
826 enable_libctf
827 enable_werror
828 enable_build_warnings
829 enable_nls
830 enable_maintainer_mode
831 with_system_zlib
832 enable_rpath
833 with_libiconv_prefix
834 with_libiconv_type
835 '
836 ac_precious_vars='build_alias
837 host_alias
838 target_alias
839 CC
840 CFLAGS
841 LDFLAGS
842 LIBS
843 CPPFLAGS
844 CPP
845 PKG_CONFIG
846 PKG_CONFIG_PATH
847 PKG_CONFIG_LIBDIR
848 DEBUGINFOD_CFLAGS
849 DEBUGINFOD_LIBS
850 YACC
851 YFLAGS'
852
853
854 # Initialize some variables set by options.
855 ac_init_help=
856 ac_init_version=false
857 ac_unrecognized_opts=
858 ac_unrecognized_sep=
859 # The variables have the same names as the options, with
860 # dashes changed to underlines.
861 cache_file=/dev/null
862 exec_prefix=NONE
863 no_create=
864 no_recursion=
865 prefix=NONE
866 program_prefix=NONE
867 program_suffix=NONE
868 program_transform_name=s,x,x,
869 silent=
870 site=
871 srcdir=
872 verbose=
873 x_includes=NONE
874 x_libraries=NONE
875
876 # Installation directory options.
877 # These are left unexpanded so users can "make install exec_prefix=/foo"
878 # and all the variables that are supposed to be based on exec_prefix
879 # by default will actually change.
880 # Use braces instead of parens because sh, perl, etc. also accept them.
881 # (The list follows the same order as the GNU Coding Standards.)
882 bindir='${exec_prefix}/bin'
883 sbindir='${exec_prefix}/sbin'
884 libexecdir='${exec_prefix}/libexec'
885 datarootdir='${prefix}/share'
886 datadir='${datarootdir}'
887 sysconfdir='${prefix}/etc'
888 sharedstatedir='${prefix}/com'
889 localstatedir='${prefix}/var'
890 includedir='${prefix}/include'
891 oldincludedir='/usr/include'
892 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
893 infodir='${datarootdir}/info'
894 htmldir='${docdir}'
895 dvidir='${docdir}'
896 pdfdir='${docdir}'
897 psdir='${docdir}'
898 libdir='${exec_prefix}/lib'
899 localedir='${datarootdir}/locale'
900 mandir='${datarootdir}/man'
901
902 ac_prev=
903 ac_dashdash=
904 for ac_option
905 do
906 # If the previous option needs an argument, assign it.
907 if test -n "$ac_prev"; then
908 eval $ac_prev=\$ac_option
909 ac_prev=
910 continue
911 fi
912
913 case $ac_option in
914 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
915 *=) ac_optarg= ;;
916 *) ac_optarg=yes ;;
917 esac
918
919 # Accept the important Cygnus configure options, so we can diagnose typos.
920
921 case $ac_dashdash$ac_option in
922 --)
923 ac_dashdash=yes ;;
924
925 -bindir | --bindir | --bindi | --bind | --bin | --bi)
926 ac_prev=bindir ;;
927 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
928 bindir=$ac_optarg ;;
929
930 -build | --build | --buil | --bui | --bu)
931 ac_prev=build_alias ;;
932 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
933 build_alias=$ac_optarg ;;
934
935 -cache-file | --cache-file | --cache-fil | --cache-fi \
936 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
937 ac_prev=cache_file ;;
938 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
939 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
940 cache_file=$ac_optarg ;;
941
942 --config-cache | -C)
943 cache_file=config.cache ;;
944
945 -datadir | --datadir | --datadi | --datad)
946 ac_prev=datadir ;;
947 -datadir=* | --datadir=* | --datadi=* | --datad=*)
948 datadir=$ac_optarg ;;
949
950 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
951 | --dataroo | --dataro | --datar)
952 ac_prev=datarootdir ;;
953 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
954 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
955 datarootdir=$ac_optarg ;;
956
957 -disable-* | --disable-*)
958 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
959 # Reject names that are not valid shell variable names.
960 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
961 as_fn_error $? "invalid feature name: $ac_useropt"
962 ac_useropt_orig=$ac_useropt
963 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
964 case $ac_user_opts in
965 *"
966 "enable_$ac_useropt"
967 "*) ;;
968 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
969 ac_unrecognized_sep=', ';;
970 esac
971 eval enable_$ac_useropt=no ;;
972
973 -docdir | --docdir | --docdi | --doc | --do)
974 ac_prev=docdir ;;
975 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
976 docdir=$ac_optarg ;;
977
978 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
979 ac_prev=dvidir ;;
980 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
981 dvidir=$ac_optarg ;;
982
983 -enable-* | --enable-*)
984 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
985 # Reject names that are not valid shell variable names.
986 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
987 as_fn_error $? "invalid feature name: $ac_useropt"
988 ac_useropt_orig=$ac_useropt
989 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
990 case $ac_user_opts in
991 *"
992 "enable_$ac_useropt"
993 "*) ;;
994 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
995 ac_unrecognized_sep=', ';;
996 esac
997 eval enable_$ac_useropt=\$ac_optarg ;;
998
999 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1000 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1001 | --exec | --exe | --ex)
1002 ac_prev=exec_prefix ;;
1003 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1004 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1005 | --exec=* | --exe=* | --ex=*)
1006 exec_prefix=$ac_optarg ;;
1007
1008 -gas | --gas | --ga | --g)
1009 # Obsolete; use --with-gas.
1010 with_gas=yes ;;
1011
1012 -help | --help | --hel | --he | -h)
1013 ac_init_help=long ;;
1014 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1015 ac_init_help=recursive ;;
1016 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1017 ac_init_help=short ;;
1018
1019 -host | --host | --hos | --ho)
1020 ac_prev=host_alias ;;
1021 -host=* | --host=* | --hos=* | --ho=*)
1022 host_alias=$ac_optarg ;;
1023
1024 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1025 ac_prev=htmldir ;;
1026 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1027 | --ht=*)
1028 htmldir=$ac_optarg ;;
1029
1030 -includedir | --includedir | --includedi | --included | --include \
1031 | --includ | --inclu | --incl | --inc)
1032 ac_prev=includedir ;;
1033 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1034 | --includ=* | --inclu=* | --incl=* | --inc=*)
1035 includedir=$ac_optarg ;;
1036
1037 -infodir | --infodir | --infodi | --infod | --info | --inf)
1038 ac_prev=infodir ;;
1039 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1040 infodir=$ac_optarg ;;
1041
1042 -libdir | --libdir | --libdi | --libd)
1043 ac_prev=libdir ;;
1044 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1045 libdir=$ac_optarg ;;
1046
1047 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1048 | --libexe | --libex | --libe)
1049 ac_prev=libexecdir ;;
1050 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1051 | --libexe=* | --libex=* | --libe=*)
1052 libexecdir=$ac_optarg ;;
1053
1054 -localedir | --localedir | --localedi | --localed | --locale)
1055 ac_prev=localedir ;;
1056 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1057 localedir=$ac_optarg ;;
1058
1059 -localstatedir | --localstatedir | --localstatedi | --localstated \
1060 | --localstate | --localstat | --localsta | --localst | --locals)
1061 ac_prev=localstatedir ;;
1062 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1063 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1064 localstatedir=$ac_optarg ;;
1065
1066 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1067 ac_prev=mandir ;;
1068 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1069 mandir=$ac_optarg ;;
1070
1071 -nfp | --nfp | --nf)
1072 # Obsolete; use --without-fp.
1073 with_fp=no ;;
1074
1075 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1076 | --no-cr | --no-c | -n)
1077 no_create=yes ;;
1078
1079 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1080 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1081 no_recursion=yes ;;
1082
1083 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1084 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1085 | --oldin | --oldi | --old | --ol | --o)
1086 ac_prev=oldincludedir ;;
1087 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1088 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1089 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1090 oldincludedir=$ac_optarg ;;
1091
1092 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1093 ac_prev=prefix ;;
1094 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1095 prefix=$ac_optarg ;;
1096
1097 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1098 | --program-pre | --program-pr | --program-p)
1099 ac_prev=program_prefix ;;
1100 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1101 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1102 program_prefix=$ac_optarg ;;
1103
1104 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1105 | --program-suf | --program-su | --program-s)
1106 ac_prev=program_suffix ;;
1107 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1108 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1109 program_suffix=$ac_optarg ;;
1110
1111 -program-transform-name | --program-transform-name \
1112 | --program-transform-nam | --program-transform-na \
1113 | --program-transform-n | --program-transform- \
1114 | --program-transform | --program-transfor \
1115 | --program-transfo | --program-transf \
1116 | --program-trans | --program-tran \
1117 | --progr-tra | --program-tr | --program-t)
1118 ac_prev=program_transform_name ;;
1119 -program-transform-name=* | --program-transform-name=* \
1120 | --program-transform-nam=* | --program-transform-na=* \
1121 | --program-transform-n=* | --program-transform-=* \
1122 | --program-transform=* | --program-transfor=* \
1123 | --program-transfo=* | --program-transf=* \
1124 | --program-trans=* | --program-tran=* \
1125 | --progr-tra=* | --program-tr=* | --program-t=*)
1126 program_transform_name=$ac_optarg ;;
1127
1128 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1129 ac_prev=pdfdir ;;
1130 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1131 pdfdir=$ac_optarg ;;
1132
1133 -psdir | --psdir | --psdi | --psd | --ps)
1134 ac_prev=psdir ;;
1135 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1136 psdir=$ac_optarg ;;
1137
1138 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1139 | -silent | --silent | --silen | --sile | --sil)
1140 silent=yes ;;
1141
1142 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1143 ac_prev=sbindir ;;
1144 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1145 | --sbi=* | --sb=*)
1146 sbindir=$ac_optarg ;;
1147
1148 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1149 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1150 | --sharedst | --shareds | --shared | --share | --shar \
1151 | --sha | --sh)
1152 ac_prev=sharedstatedir ;;
1153 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1154 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1155 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1156 | --sha=* | --sh=*)
1157 sharedstatedir=$ac_optarg ;;
1158
1159 -site | --site | --sit)
1160 ac_prev=site ;;
1161 -site=* | --site=* | --sit=*)
1162 site=$ac_optarg ;;
1163
1164 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1165 ac_prev=srcdir ;;
1166 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1167 srcdir=$ac_optarg ;;
1168
1169 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1170 | --syscon | --sysco | --sysc | --sys | --sy)
1171 ac_prev=sysconfdir ;;
1172 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1173 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1174 sysconfdir=$ac_optarg ;;
1175
1176 -target | --target | --targe | --targ | --tar | --ta | --t)
1177 ac_prev=target_alias ;;
1178 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1179 target_alias=$ac_optarg ;;
1180
1181 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1182 verbose=yes ;;
1183
1184 -version | --version | --versio | --versi | --vers | -V)
1185 ac_init_version=: ;;
1186
1187 -with-* | --with-*)
1188 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1189 # Reject names that are not valid shell variable names.
1190 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1191 as_fn_error $? "invalid package name: $ac_useropt"
1192 ac_useropt_orig=$ac_useropt
1193 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1194 case $ac_user_opts in
1195 *"
1196 "with_$ac_useropt"
1197 "*) ;;
1198 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1199 ac_unrecognized_sep=', ';;
1200 esac
1201 eval with_$ac_useropt=\$ac_optarg ;;
1202
1203 -without-* | --without-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 as_fn_error $? "invalid package name: $ac_useropt"
1208 ac_useropt_orig=$ac_useropt
1209 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1210 case $ac_user_opts in
1211 *"
1212 "with_$ac_useropt"
1213 "*) ;;
1214 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1215 ac_unrecognized_sep=', ';;
1216 esac
1217 eval with_$ac_useropt=no ;;
1218
1219 --x)
1220 # Obsolete; use --with-x.
1221 with_x=yes ;;
1222
1223 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1224 | --x-incl | --x-inc | --x-in | --x-i)
1225 ac_prev=x_includes ;;
1226 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1227 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1228 x_includes=$ac_optarg ;;
1229
1230 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1231 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1232 ac_prev=x_libraries ;;
1233 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1234 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1235 x_libraries=$ac_optarg ;;
1236
1237 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1238 Try \`$0 --help' for more information"
1239 ;;
1240
1241 *=*)
1242 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1243 # Reject names that are not valid shell variable names.
1244 case $ac_envvar in #(
1245 '' | [0-9]* | *[!_$as_cr_alnum]* )
1246 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1247 esac
1248 eval $ac_envvar=\$ac_optarg
1249 export $ac_envvar ;;
1250
1251 *)
1252 # FIXME: should be removed in autoconf 3.0.
1253 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1254 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1255 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1256 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1257 ;;
1258
1259 esac
1260 done
1261
1262 if test -n "$ac_prev"; then
1263 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1264 as_fn_error $? "missing argument to $ac_option"
1265 fi
1266
1267 if test -n "$ac_unrecognized_opts"; then
1268 case $enable_option_checking in
1269 no) ;;
1270 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1271 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1272 esac
1273 fi
1274
1275 # Check all directory arguments for consistency.
1276 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1277 datadir sysconfdir sharedstatedir localstatedir includedir \
1278 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1279 libdir localedir mandir
1280 do
1281 eval ac_val=\$$ac_var
1282 # Remove trailing slashes.
1283 case $ac_val in
1284 */ )
1285 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1286 eval $ac_var=\$ac_val;;
1287 esac
1288 # Be sure to have absolute directory names.
1289 case $ac_val in
1290 [\\/$]* | ?:[\\/]* ) continue;;
1291 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1292 esac
1293 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1294 done
1295
1296 # There might be people who depend on the old broken behavior: `$host'
1297 # used to hold the argument of --host etc.
1298 # FIXME: To remove some day.
1299 build=$build_alias
1300 host=$host_alias
1301 target=$target_alias
1302
1303 # FIXME: To remove some day.
1304 if test "x$host_alias" != x; then
1305 if test "x$build_alias" = x; then
1306 cross_compiling=maybe
1307 elif test "x$build_alias" != "x$host_alias"; then
1308 cross_compiling=yes
1309 fi
1310 fi
1311
1312 ac_tool_prefix=
1313 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1314
1315 test "$silent" = yes && exec 6>/dev/null
1316
1317
1318 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1319 ac_ls_di=`ls -di .` &&
1320 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1321 as_fn_error $? "working directory cannot be determined"
1322 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1323 as_fn_error $? "pwd does not report name of working directory"
1324
1325
1326 # Find the source files, if location was not specified.
1327 if test -z "$srcdir"; then
1328 ac_srcdir_defaulted=yes
1329 # Try the directory containing this script, then the parent directory.
1330 ac_confdir=`$as_dirname -- "$as_myself" ||
1331 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1332 X"$as_myself" : 'X\(//\)[^/]' \| \
1333 X"$as_myself" : 'X\(//\)$' \| \
1334 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1335 $as_echo X"$as_myself" |
1336 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\/\)[^/].*/{
1341 s//\1/
1342 q
1343 }
1344 /^X\(\/\/\)$/{
1345 s//\1/
1346 q
1347 }
1348 /^X\(\/\).*/{
1349 s//\1/
1350 q
1351 }
1352 s/.*/./; q'`
1353 srcdir=$ac_confdir
1354 if test ! -r "$srcdir/$ac_unique_file"; then
1355 srcdir=..
1356 fi
1357 else
1358 ac_srcdir_defaulted=no
1359 fi
1360 if test ! -r "$srcdir/$ac_unique_file"; then
1361 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1362 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1363 fi
1364 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1365 ac_abs_confdir=`(
1366 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1367 pwd)`
1368 # When building in place, set srcdir=.
1369 if test "$ac_abs_confdir" = "$ac_pwd"; then
1370 srcdir=.
1371 fi
1372 # Remove unnecessary trailing slashes from srcdir.
1373 # Double slashes in file names in object file debugging info
1374 # mess up M-x gdb in Emacs.
1375 case $srcdir in
1376 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1377 esac
1378 for ac_var in $ac_precious_vars; do
1379 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1380 eval ac_env_${ac_var}_value=\$${ac_var}
1381 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1382 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1383 done
1384
1385 #
1386 # Report the --help message.
1387 #
1388 if test "$ac_init_help" = "long"; then
1389 # Omit some internal or obsolete options to make the list less imposing.
1390 # This message is too long to be a string in the A/UX 3.1 sh.
1391 cat <<_ACEOF
1392 \`configure' configures binutils 2.35.50 to adapt to many kinds of systems.
1393
1394 Usage: $0 [OPTION]... [VAR=VALUE]...
1395
1396 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1397 VAR=VALUE. See below for descriptions of some of the useful variables.
1398
1399 Defaults for the options are specified in brackets.
1400
1401 Configuration:
1402 -h, --help display this help and exit
1403 --help=short display options specific to this package
1404 --help=recursive display the short help of all the included packages
1405 -V, --version display version information and exit
1406 -q, --quiet, --silent do not print \`checking ...' messages
1407 --cache-file=FILE cache test results in FILE [disabled]
1408 -C, --config-cache alias for \`--cache-file=config.cache'
1409 -n, --no-create do not create output files
1410 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1411
1412 Installation directories:
1413 --prefix=PREFIX install architecture-independent files in PREFIX
1414 [$ac_default_prefix]
1415 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1416 [PREFIX]
1417
1418 By default, \`make install' will install all the files in
1419 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1420 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1421 for instance \`--prefix=\$HOME'.
1422
1423 For better control, use the options below.
1424
1425 Fine tuning of the installation directories:
1426 --bindir=DIR user executables [EPREFIX/bin]
1427 --sbindir=DIR system admin executables [EPREFIX/sbin]
1428 --libexecdir=DIR program executables [EPREFIX/libexec]
1429 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1430 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1431 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1432 --libdir=DIR object code libraries [EPREFIX/lib]
1433 --includedir=DIR C header files [PREFIX/include]
1434 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1435 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1436 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1437 --infodir=DIR info documentation [DATAROOTDIR/info]
1438 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1439 --mandir=DIR man documentation [DATAROOTDIR/man]
1440 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1441 --htmldir=DIR html documentation [DOCDIR]
1442 --dvidir=DIR dvi documentation [DOCDIR]
1443 --pdfdir=DIR pdf documentation [DOCDIR]
1444 --psdir=DIR ps documentation [DOCDIR]
1445 _ACEOF
1446
1447 cat <<\_ACEOF
1448
1449 Program names:
1450 --program-prefix=PREFIX prepend PREFIX to installed program names
1451 --program-suffix=SUFFIX append SUFFIX to installed program names
1452 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1453
1454 System types:
1455 --build=BUILD configure for building on BUILD [guessed]
1456 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1457 --target=TARGET configure for building compilers for TARGET [HOST]
1458 _ACEOF
1459 fi
1460
1461 if test -n "$ac_init_help"; then
1462 case $ac_init_help in
1463 short | recursive ) echo "Configuration of binutils 2.35.50:";;
1464 esac
1465 cat <<\_ACEOF
1466
1467 Optional Features:
1468 --disable-option-checking ignore unrecognized --enable/--with options
1469 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1470 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1471 --enable-dependency-tracking
1472 do not reject slow dependency extractors
1473 --disable-dependency-tracking
1474 speeds up one-time build
1475 --enable-silent-rules less verbose build output (undo: "make V=1")
1476 --disable-silent-rules verbose build output (undo: "make V=0")
1477 --enable-shared[=PKGS] build shared libraries [default=yes]
1478 --enable-static[=PKGS] build static libraries [default=yes]
1479 --enable-fast-install[=PKGS]
1480 optimize for fast installation [default=yes]
1481 --disable-libtool-lock avoid locking (might break parallel builds)
1482 --enable-plugins Enable support for plugins
1483 --disable-largefile omit support for large files
1484 --enable-targets alternative target configurations
1485 --enable-deterministic-archives
1486 ar and ranlib default to -D behavior
1487 --disable-default-strings-all
1488 strings defaults to --data behavior
1489 --enable-f-for-ifunc-symbols
1490 Have nm use F and f for global and local ifunc
1491 symbols
1492 --enable-libctf Handle .ctf type-info sections [default=yes]
1493 --enable-werror treat compile warnings as errors
1494 --enable-build-warnings enable build-time compiler warnings
1495 --disable-nls do not use Native Language Support
1496 --enable-maintainer-mode
1497 enable make rules and dependencies not useful (and
1498 sometimes confusing) to the casual installer
1499 --disable-rpath do not hardcode runtime library paths
1500
1501 Optional Packages:
1502 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1503 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1504 --with-pic try to use only PIC/non-PIC objects [default=use
1505 both]
1506 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1507 --with-debuginfod Enable debuginfo lookups with debuginfod
1508 (auto/yes/no)
1509 --with-system-zlib use installed libz
1510 --with-gnu-ld assume the C compiler uses GNU ld default=no
1511 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1512 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1513 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1514
1515 Some influential environment variables:
1516 CC C compiler command
1517 CFLAGS C compiler flags
1518 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1519 nonstandard directory <lib dir>
1520 LIBS libraries to pass to the linker, e.g. -l<library>
1521 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1522 you have headers in a nonstandard directory <include dir>
1523 CPP C preprocessor
1524 PKG_CONFIG path to pkg-config utility
1525 PKG_CONFIG_PATH
1526 directories to add to pkg-config's search path
1527 PKG_CONFIG_LIBDIR
1528 path overriding pkg-config's built-in search path
1529 DEBUGINFOD_CFLAGS
1530 C compiler flags for DEBUGINFOD, overriding pkg-config
1531 DEBUGINFOD_LIBS
1532 linker flags for DEBUGINFOD, overriding pkg-config
1533 YACC The `Yet Another Compiler Compiler' implementation to use.
1534 Defaults to the first program found out of: `bison -y', `byacc',
1535 `yacc'.
1536 YFLAGS The list of arguments that will be passed by default to $YACC.
1537 This script will default YFLAGS to the empty string to avoid a
1538 default value of `-d' given by some make applications.
1539
1540 Use these variables to override the choices made by `configure' or to help
1541 it to find libraries and programs with nonstandard names/locations.
1542
1543 Report bugs to the package provider.
1544 _ACEOF
1545 ac_status=$?
1546 fi
1547
1548 if test "$ac_init_help" = "recursive"; then
1549 # If there are subdirs, report their specific --help.
1550 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1551 test -d "$ac_dir" ||
1552 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1553 continue
1554 ac_builddir=.
1555
1556 case "$ac_dir" in
1557 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1558 *)
1559 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1560 # A ".." for each directory in $ac_dir_suffix.
1561 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1562 case $ac_top_builddir_sub in
1563 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1564 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1565 esac ;;
1566 esac
1567 ac_abs_top_builddir=$ac_pwd
1568 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1569 # for backward compatibility:
1570 ac_top_builddir=$ac_top_build_prefix
1571
1572 case $srcdir in
1573 .) # We are building in place.
1574 ac_srcdir=.
1575 ac_top_srcdir=$ac_top_builddir_sub
1576 ac_abs_top_srcdir=$ac_pwd ;;
1577 [\\/]* | ?:[\\/]* ) # Absolute name.
1578 ac_srcdir=$srcdir$ac_dir_suffix;
1579 ac_top_srcdir=$srcdir
1580 ac_abs_top_srcdir=$srcdir ;;
1581 *) # Relative name.
1582 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1583 ac_top_srcdir=$ac_top_build_prefix$srcdir
1584 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1585 esac
1586 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1587
1588 cd "$ac_dir" || { ac_status=$?; continue; }
1589 # Check for guested configure.
1590 if test -f "$ac_srcdir/configure.gnu"; then
1591 echo &&
1592 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1593 elif test -f "$ac_srcdir/configure"; then
1594 echo &&
1595 $SHELL "$ac_srcdir/configure" --help=recursive
1596 else
1597 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1598 fi || ac_status=$?
1599 cd "$ac_pwd" || { ac_status=$?; break; }
1600 done
1601 fi
1602
1603 test -n "$ac_init_help" && exit $ac_status
1604 if $ac_init_version; then
1605 cat <<\_ACEOF
1606 binutils configure 2.35.50
1607 generated by GNU Autoconf 2.69
1608
1609 Copyright (C) 2012 Free Software Foundation, Inc.
1610 This configure script is free software; the Free Software Foundation
1611 gives unlimited permission to copy, distribute and modify it.
1612 _ACEOF
1613 exit
1614 fi
1615
1616 ## ------------------------ ##
1617 ## Autoconf initialization. ##
1618 ## ------------------------ ##
1619
1620 # ac_fn_c_try_compile LINENO
1621 # --------------------------
1622 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1623 ac_fn_c_try_compile ()
1624 {
1625 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1626 rm -f conftest.$ac_objext
1627 if { { ac_try="$ac_compile"
1628 case "(($ac_try" in
1629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1630 *) ac_try_echo=$ac_try;;
1631 esac
1632 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1633 $as_echo "$ac_try_echo"; } >&5
1634 (eval "$ac_compile") 2>conftest.err
1635 ac_status=$?
1636 if test -s conftest.err; then
1637 grep -v '^ *+' conftest.err >conftest.er1
1638 cat conftest.er1 >&5
1639 mv -f conftest.er1 conftest.err
1640 fi
1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1642 test $ac_status = 0; } && {
1643 test -z "$ac_c_werror_flag" ||
1644 test ! -s conftest.err
1645 } && test -s conftest.$ac_objext; then :
1646 ac_retval=0
1647 else
1648 $as_echo "$as_me: failed program was:" >&5
1649 sed 's/^/| /' conftest.$ac_ext >&5
1650
1651 ac_retval=1
1652 fi
1653 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1654 as_fn_set_status $ac_retval
1655
1656 } # ac_fn_c_try_compile
1657
1658 # ac_fn_c_try_link LINENO
1659 # -----------------------
1660 # Try to link conftest.$ac_ext, and return whether this succeeded.
1661 ac_fn_c_try_link ()
1662 {
1663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1664 rm -f conftest.$ac_objext conftest$ac_exeext
1665 if { { ac_try="$ac_link"
1666 case "(($ac_try" in
1667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1668 *) ac_try_echo=$ac_try;;
1669 esac
1670 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1671 $as_echo "$ac_try_echo"; } >&5
1672 (eval "$ac_link") 2>conftest.err
1673 ac_status=$?
1674 if test -s conftest.err; then
1675 grep -v '^ *+' conftest.err >conftest.er1
1676 cat conftest.er1 >&5
1677 mv -f conftest.er1 conftest.err
1678 fi
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && {
1681 test -z "$ac_c_werror_flag" ||
1682 test ! -s conftest.err
1683 } && test -s conftest$ac_exeext && {
1684 test "$cross_compiling" = yes ||
1685 test -x conftest$ac_exeext
1686 }; then :
1687 ac_retval=0
1688 else
1689 $as_echo "$as_me: failed program was:" >&5
1690 sed 's/^/| /' conftest.$ac_ext >&5
1691
1692 ac_retval=1
1693 fi
1694 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1695 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1696 # interfere with the next link command; also delete a directory that is
1697 # left behind by Apple's compiler. We do this before executing the actions.
1698 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1699 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1700 as_fn_set_status $ac_retval
1701
1702 } # ac_fn_c_try_link
1703
1704 # ac_fn_c_try_cpp LINENO
1705 # ----------------------
1706 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1707 ac_fn_c_try_cpp ()
1708 {
1709 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1710 if { { ac_try="$ac_cpp conftest.$ac_ext"
1711 case "(($ac_try" in
1712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1713 *) ac_try_echo=$ac_try;;
1714 esac
1715 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1716 $as_echo "$ac_try_echo"; } >&5
1717 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1718 ac_status=$?
1719 if test -s conftest.err; then
1720 grep -v '^ *+' conftest.err >conftest.er1
1721 cat conftest.er1 >&5
1722 mv -f conftest.er1 conftest.err
1723 fi
1724 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1725 test $ac_status = 0; } > conftest.i && {
1726 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1727 test ! -s conftest.err
1728 }; then :
1729 ac_retval=0
1730 else
1731 $as_echo "$as_me: failed program was:" >&5
1732 sed 's/^/| /' conftest.$ac_ext >&5
1733
1734 ac_retval=1
1735 fi
1736 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1737 as_fn_set_status $ac_retval
1738
1739 } # ac_fn_c_try_cpp
1740
1741 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1742 # -------------------------------------------------------
1743 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1744 # the include files in INCLUDES and setting the cache variable VAR
1745 # accordingly.
1746 ac_fn_c_check_header_mongrel ()
1747 {
1748 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1749 if eval \${$3+:} false; then :
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1751 $as_echo_n "checking for $2... " >&6; }
1752 if eval \${$3+:} false; then :
1753 $as_echo_n "(cached) " >&6
1754 fi
1755 eval ac_res=\$$3
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1757 $as_echo "$ac_res" >&6; }
1758 else
1759 # Is the header compilable?
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1761 $as_echo_n "checking $2 usability... " >&6; }
1762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1763 /* end confdefs.h. */
1764 $4
1765 #include <$2>
1766 _ACEOF
1767 if ac_fn_c_try_compile "$LINENO"; then :
1768 ac_header_compiler=yes
1769 else
1770 ac_header_compiler=no
1771 fi
1772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1774 $as_echo "$ac_header_compiler" >&6; }
1775
1776 # Is the header present?
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1778 $as_echo_n "checking $2 presence... " >&6; }
1779 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1780 /* end confdefs.h. */
1781 #include <$2>
1782 _ACEOF
1783 if ac_fn_c_try_cpp "$LINENO"; then :
1784 ac_header_preproc=yes
1785 else
1786 ac_header_preproc=no
1787 fi
1788 rm -f conftest.err conftest.i conftest.$ac_ext
1789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1790 $as_echo "$ac_header_preproc" >&6; }
1791
1792 # So? What about this header?
1793 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1794 yes:no: )
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1796 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1798 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1799 ;;
1800 no:yes:* )
1801 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1802 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1803 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1804 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1805 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1806 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1808 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1809 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1810 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1811 ;;
1812 esac
1813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1814 $as_echo_n "checking for $2... " >&6; }
1815 if eval \${$3+:} false; then :
1816 $as_echo_n "(cached) " >&6
1817 else
1818 eval "$3=\$ac_header_compiler"
1819 fi
1820 eval ac_res=\$$3
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1822 $as_echo "$ac_res" >&6; }
1823 fi
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825
1826 } # ac_fn_c_check_header_mongrel
1827
1828 # ac_fn_c_try_run LINENO
1829 # ----------------------
1830 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1831 # that executables *can* be run.
1832 ac_fn_c_try_run ()
1833 {
1834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1835 if { { ac_try="$ac_link"
1836 case "(($ac_try" in
1837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1838 *) ac_try_echo=$ac_try;;
1839 esac
1840 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1841 $as_echo "$ac_try_echo"; } >&5
1842 (eval "$ac_link") 2>&5
1843 ac_status=$?
1844 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1845 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1846 { { case "(($ac_try" in
1847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1848 *) ac_try_echo=$ac_try;;
1849 esac
1850 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1851 $as_echo "$ac_try_echo"; } >&5
1852 (eval "$ac_try") 2>&5
1853 ac_status=$?
1854 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1855 test $ac_status = 0; }; }; then :
1856 ac_retval=0
1857 else
1858 $as_echo "$as_me: program exited with status $ac_status" >&5
1859 $as_echo "$as_me: failed program was:" >&5
1860 sed 's/^/| /' conftest.$ac_ext >&5
1861
1862 ac_retval=$ac_status
1863 fi
1864 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1865 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1866 as_fn_set_status $ac_retval
1867
1868 } # ac_fn_c_try_run
1869
1870 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1871 # -------------------------------------------------------
1872 # Tests whether HEADER exists and can be compiled using the include files in
1873 # INCLUDES, setting the cache variable VAR accordingly.
1874 ac_fn_c_check_header_compile ()
1875 {
1876 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1878 $as_echo_n "checking for $2... " >&6; }
1879 if eval \${$3+:} false; then :
1880 $as_echo_n "(cached) " >&6
1881 else
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883 /* end confdefs.h. */
1884 $4
1885 #include <$2>
1886 _ACEOF
1887 if ac_fn_c_try_compile "$LINENO"; then :
1888 eval "$3=yes"
1889 else
1890 eval "$3=no"
1891 fi
1892 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1893 fi
1894 eval ac_res=\$$3
1895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1896 $as_echo "$ac_res" >&6; }
1897 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1898
1899 } # ac_fn_c_check_header_compile
1900
1901 # ac_fn_c_check_func LINENO FUNC VAR
1902 # ----------------------------------
1903 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1904 ac_fn_c_check_func ()
1905 {
1906 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1908 $as_echo_n "checking for $2... " >&6; }
1909 if eval \${$3+:} false; then :
1910 $as_echo_n "(cached) " >&6
1911 else
1912 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1913 /* end confdefs.h. */
1914 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1915 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1916 #define $2 innocuous_$2
1917
1918 /* System header to define __stub macros and hopefully few prototypes,
1919 which can conflict with char $2 (); below.
1920 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1921 <limits.h> exists even on freestanding compilers. */
1922
1923 #ifdef __STDC__
1924 # include <limits.h>
1925 #else
1926 # include <assert.h>
1927 #endif
1928
1929 #undef $2
1930
1931 /* Override any GCC internal prototype to avoid an error.
1932 Use char because int might match the return type of a GCC
1933 builtin and then its argument prototype would still apply. */
1934 #ifdef __cplusplus
1935 extern "C"
1936 #endif
1937 char $2 ();
1938 /* The GNU C library defines this for functions which it implements
1939 to always fail with ENOSYS. Some functions are actually named
1940 something starting with __ and the normal name is an alias. */
1941 #if defined __stub_$2 || defined __stub___$2
1942 choke me
1943 #endif
1944
1945 int
1946 main ()
1947 {
1948 return $2 ();
1949 ;
1950 return 0;
1951 }
1952 _ACEOF
1953 if ac_fn_c_try_link "$LINENO"; then :
1954 eval "$3=yes"
1955 else
1956 eval "$3=no"
1957 fi
1958 rm -f core conftest.err conftest.$ac_objext \
1959 conftest$ac_exeext conftest.$ac_ext
1960 fi
1961 eval ac_res=\$$3
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1963 $as_echo "$ac_res" >&6; }
1964 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1965
1966 } # ac_fn_c_check_func
1967
1968 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1969 # --------------------------------------------
1970 # Tries to find the compile-time value of EXPR in a program that includes
1971 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1972 # computed
1973 ac_fn_c_compute_int ()
1974 {
1975 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1976 if test "$cross_compiling" = yes; then
1977 # Depending upon the size, compute the lo and hi bounds.
1978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1979 /* end confdefs.h. */
1980 $4
1981 int
1982 main ()
1983 {
1984 static int test_array [1 - 2 * !(($2) >= 0)];
1985 test_array [0] = 0;
1986 return test_array [0];
1987
1988 ;
1989 return 0;
1990 }
1991 _ACEOF
1992 if ac_fn_c_try_compile "$LINENO"; then :
1993 ac_lo=0 ac_mid=0
1994 while :; do
1995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1996 /* end confdefs.h. */
1997 $4
1998 int
1999 main ()
2000 {
2001 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2002 test_array [0] = 0;
2003 return test_array [0];
2004
2005 ;
2006 return 0;
2007 }
2008 _ACEOF
2009 if ac_fn_c_try_compile "$LINENO"; then :
2010 ac_hi=$ac_mid; break
2011 else
2012 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2013 if test $ac_lo -le $ac_mid; then
2014 ac_lo= ac_hi=
2015 break
2016 fi
2017 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2018 fi
2019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2020 done
2021 else
2022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2023 /* end confdefs.h. */
2024 $4
2025 int
2026 main ()
2027 {
2028 static int test_array [1 - 2 * !(($2) < 0)];
2029 test_array [0] = 0;
2030 return test_array [0];
2031
2032 ;
2033 return 0;
2034 }
2035 _ACEOF
2036 if ac_fn_c_try_compile "$LINENO"; then :
2037 ac_hi=-1 ac_mid=-1
2038 while :; do
2039 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2040 /* end confdefs.h. */
2041 $4
2042 int
2043 main ()
2044 {
2045 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2046 test_array [0] = 0;
2047 return test_array [0];
2048
2049 ;
2050 return 0;
2051 }
2052 _ACEOF
2053 if ac_fn_c_try_compile "$LINENO"; then :
2054 ac_lo=$ac_mid; break
2055 else
2056 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2057 if test $ac_mid -le $ac_hi; then
2058 ac_lo= ac_hi=
2059 break
2060 fi
2061 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2062 fi
2063 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2064 done
2065 else
2066 ac_lo= ac_hi=
2067 fi
2068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2069 fi
2070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2071 # Binary search between lo and hi bounds.
2072 while test "x$ac_lo" != "x$ac_hi"; do
2073 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2075 /* end confdefs.h. */
2076 $4
2077 int
2078 main ()
2079 {
2080 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2081 test_array [0] = 0;
2082 return test_array [0];
2083
2084 ;
2085 return 0;
2086 }
2087 _ACEOF
2088 if ac_fn_c_try_compile "$LINENO"; then :
2089 ac_hi=$ac_mid
2090 else
2091 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2092 fi
2093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 done
2095 case $ac_lo in #((
2096 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2097 '') ac_retval=1 ;;
2098 esac
2099 else
2100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2101 /* end confdefs.h. */
2102 $4
2103 static long int longval () { return $2; }
2104 static unsigned long int ulongval () { return $2; }
2105 #include <stdio.h>
2106 #include <stdlib.h>
2107 int
2108 main ()
2109 {
2110
2111 FILE *f = fopen ("conftest.val", "w");
2112 if (! f)
2113 return 1;
2114 if (($2) < 0)
2115 {
2116 long int i = longval ();
2117 if (i != ($2))
2118 return 1;
2119 fprintf (f, "%ld", i);
2120 }
2121 else
2122 {
2123 unsigned long int i = ulongval ();
2124 if (i != ($2))
2125 return 1;
2126 fprintf (f, "%lu", i);
2127 }
2128 /* Do not output a trailing newline, as this causes \r\n confusion
2129 on some platforms. */
2130 return ferror (f) || fclose (f) != 0;
2131
2132 ;
2133 return 0;
2134 }
2135 _ACEOF
2136 if ac_fn_c_try_run "$LINENO"; then :
2137 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2138 else
2139 ac_retval=1
2140 fi
2141 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2142 conftest.$ac_objext conftest.beam conftest.$ac_ext
2143 rm -f conftest.val
2144
2145 fi
2146 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2147 as_fn_set_status $ac_retval
2148
2149 } # ac_fn_c_compute_int
2150
2151 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2152 # -------------------------------------------
2153 # Tests whether TYPE exists after having included INCLUDES, setting cache
2154 # variable VAR accordingly.
2155 ac_fn_c_check_type ()
2156 {
2157 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2159 $as_echo_n "checking for $2... " >&6; }
2160 if eval \${$3+:} false; then :
2161 $as_echo_n "(cached) " >&6
2162 else
2163 eval "$3=no"
2164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2165 /* end confdefs.h. */
2166 $4
2167 int
2168 main ()
2169 {
2170 if (sizeof ($2))
2171 return 0;
2172 ;
2173 return 0;
2174 }
2175 _ACEOF
2176 if ac_fn_c_try_compile "$LINENO"; then :
2177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2178 /* end confdefs.h. */
2179 $4
2180 int
2181 main ()
2182 {
2183 if (sizeof (($2)))
2184 return 0;
2185 ;
2186 return 0;
2187 }
2188 _ACEOF
2189 if ac_fn_c_try_compile "$LINENO"; then :
2190
2191 else
2192 eval "$3=yes"
2193 fi
2194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2195 fi
2196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2197 fi
2198 eval ac_res=\$$3
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2200 $as_echo "$ac_res" >&6; }
2201 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2202
2203 } # ac_fn_c_check_type
2204
2205 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
2206 # ---------------------------------------------
2207 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
2208 # accordingly.
2209 ac_fn_c_check_decl ()
2210 {
2211 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2212 as_decl_name=`echo $2|sed 's/ *(.*//'`
2213 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2214 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2215 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2216 if eval \${$3+:} false; then :
2217 $as_echo_n "(cached) " >&6
2218 else
2219 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2220 /* end confdefs.h. */
2221 $4
2222 int
2223 main ()
2224 {
2225 #ifndef $as_decl_name
2226 #ifdef __cplusplus
2227 (void) $as_decl_use;
2228 #else
2229 (void) $as_decl_name;
2230 #endif
2231 #endif
2232
2233 ;
2234 return 0;
2235 }
2236 _ACEOF
2237 if ac_fn_c_try_compile "$LINENO"; then :
2238 eval "$3=yes"
2239 else
2240 eval "$3=no"
2241 fi
2242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2243 fi
2244 eval ac_res=\$$3
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2246 $as_echo "$ac_res" >&6; }
2247 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2248
2249 } # ac_fn_c_check_decl
2250 cat >config.log <<_ACEOF
2251 This file contains any messages produced by compilers while
2252 running configure, to aid debugging if configure makes a mistake.
2253
2254 It was created by binutils $as_me 2.35.50, which was
2255 generated by GNU Autoconf 2.69. Invocation command line was
2256
2257 $ $0 $@
2258
2259 _ACEOF
2260 exec 5>>config.log
2261 {
2262 cat <<_ASUNAME
2263 ## --------- ##
2264 ## Platform. ##
2265 ## --------- ##
2266
2267 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2268 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2269 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2270 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2271 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2272
2273 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2274 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2275
2276 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2277 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2278 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2279 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2280 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2281 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2282 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2283
2284 _ASUNAME
2285
2286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2287 for as_dir in $PATH
2288 do
2289 IFS=$as_save_IFS
2290 test -z "$as_dir" && as_dir=.
2291 $as_echo "PATH: $as_dir"
2292 done
2293 IFS=$as_save_IFS
2294
2295 } >&5
2296
2297 cat >&5 <<_ACEOF
2298
2299
2300 ## ----------- ##
2301 ## Core tests. ##
2302 ## ----------- ##
2303
2304 _ACEOF
2305
2306
2307 # Keep a trace of the command line.
2308 # Strip out --no-create and --no-recursion so they do not pile up.
2309 # Strip out --silent because we don't want to record it for future runs.
2310 # Also quote any args containing shell meta-characters.
2311 # Make two passes to allow for proper duplicate-argument suppression.
2312 ac_configure_args=
2313 ac_configure_args0=
2314 ac_configure_args1=
2315 ac_must_keep_next=false
2316 for ac_pass in 1 2
2317 do
2318 for ac_arg
2319 do
2320 case $ac_arg in
2321 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2322 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2323 | -silent | --silent | --silen | --sile | --sil)
2324 continue ;;
2325 *\'*)
2326 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2327 esac
2328 case $ac_pass in
2329 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2330 2)
2331 as_fn_append ac_configure_args1 " '$ac_arg'"
2332 if test $ac_must_keep_next = true; then
2333 ac_must_keep_next=false # Got value, back to normal.
2334 else
2335 case $ac_arg in
2336 *=* | --config-cache | -C | -disable-* | --disable-* \
2337 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2338 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2339 | -with-* | --with-* | -without-* | --without-* | --x)
2340 case "$ac_configure_args0 " in
2341 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2342 esac
2343 ;;
2344 -* ) ac_must_keep_next=true ;;
2345 esac
2346 fi
2347 as_fn_append ac_configure_args " '$ac_arg'"
2348 ;;
2349 esac
2350 done
2351 done
2352 { ac_configure_args0=; unset ac_configure_args0;}
2353 { ac_configure_args1=; unset ac_configure_args1;}
2354
2355 # When interrupted or exit'd, cleanup temporary files, and complete
2356 # config.log. We remove comments because anyway the quotes in there
2357 # would cause problems or look ugly.
2358 # WARNING: Use '\'' to represent an apostrophe within the trap.
2359 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2360 trap 'exit_status=$?
2361 # Save into config.log some information that might help in debugging.
2362 {
2363 echo
2364
2365 $as_echo "## ---------------- ##
2366 ## Cache variables. ##
2367 ## ---------------- ##"
2368 echo
2369 # The following way of writing the cache mishandles newlines in values,
2370 (
2371 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2372 eval ac_val=\$$ac_var
2373 case $ac_val in #(
2374 *${as_nl}*)
2375 case $ac_var in #(
2376 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2377 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2378 esac
2379 case $ac_var in #(
2380 _ | IFS | as_nl) ;; #(
2381 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2382 *) { eval $ac_var=; unset $ac_var;} ;;
2383 esac ;;
2384 esac
2385 done
2386 (set) 2>&1 |
2387 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2388 *${as_nl}ac_space=\ *)
2389 sed -n \
2390 "s/'\''/'\''\\\\'\'''\''/g;
2391 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2392 ;; #(
2393 *)
2394 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2395 ;;
2396 esac |
2397 sort
2398 )
2399 echo
2400
2401 $as_echo "## ----------------- ##
2402 ## Output variables. ##
2403 ## ----------------- ##"
2404 echo
2405 for ac_var in $ac_subst_vars
2406 do
2407 eval ac_val=\$$ac_var
2408 case $ac_val in
2409 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2410 esac
2411 $as_echo "$ac_var='\''$ac_val'\''"
2412 done | sort
2413 echo
2414
2415 if test -n "$ac_subst_files"; then
2416 $as_echo "## ------------------- ##
2417 ## File substitutions. ##
2418 ## ------------------- ##"
2419 echo
2420 for ac_var in $ac_subst_files
2421 do
2422 eval ac_val=\$$ac_var
2423 case $ac_val in
2424 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2425 esac
2426 $as_echo "$ac_var='\''$ac_val'\''"
2427 done | sort
2428 echo
2429 fi
2430
2431 if test -s confdefs.h; then
2432 $as_echo "## ----------- ##
2433 ## confdefs.h. ##
2434 ## ----------- ##"
2435 echo
2436 cat confdefs.h
2437 echo
2438 fi
2439 test "$ac_signal" != 0 &&
2440 $as_echo "$as_me: caught signal $ac_signal"
2441 $as_echo "$as_me: exit $exit_status"
2442 } >&5
2443 rm -f core *.core core.conftest.* &&
2444 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2445 exit $exit_status
2446 ' 0
2447 for ac_signal in 1 2 13 15; do
2448 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2449 done
2450 ac_signal=0
2451
2452 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2453 rm -f -r conftest* confdefs.h
2454
2455 $as_echo "/* confdefs.h */" > confdefs.h
2456
2457 # Predefined preprocessor variables.
2458
2459 cat >>confdefs.h <<_ACEOF
2460 #define PACKAGE_NAME "$PACKAGE_NAME"
2461 _ACEOF
2462
2463 cat >>confdefs.h <<_ACEOF
2464 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2465 _ACEOF
2466
2467 cat >>confdefs.h <<_ACEOF
2468 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2469 _ACEOF
2470
2471 cat >>confdefs.h <<_ACEOF
2472 #define PACKAGE_STRING "$PACKAGE_STRING"
2473 _ACEOF
2474
2475 cat >>confdefs.h <<_ACEOF
2476 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2477 _ACEOF
2478
2479 cat >>confdefs.h <<_ACEOF
2480 #define PACKAGE_URL "$PACKAGE_URL"
2481 _ACEOF
2482
2483
2484 # Let the site file select an alternate cache file if it wants to.
2485 # Prefer an explicitly selected file to automatically selected ones.
2486 ac_site_file1=NONE
2487 ac_site_file2=NONE
2488 if test -n "$CONFIG_SITE"; then
2489 # We do not want a PATH search for config.site.
2490 case $CONFIG_SITE in #((
2491 -*) ac_site_file1=./$CONFIG_SITE;;
2492 */*) ac_site_file1=$CONFIG_SITE;;
2493 *) ac_site_file1=./$CONFIG_SITE;;
2494 esac
2495 elif test "x$prefix" != xNONE; then
2496 ac_site_file1=$prefix/share/config.site
2497 ac_site_file2=$prefix/etc/config.site
2498 else
2499 ac_site_file1=$ac_default_prefix/share/config.site
2500 ac_site_file2=$ac_default_prefix/etc/config.site
2501 fi
2502 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2503 do
2504 test "x$ac_site_file" = xNONE && continue
2505 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2507 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2508 sed 's/^/| /' "$ac_site_file" >&5
2509 . "$ac_site_file" \
2510 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2511 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2512 as_fn_error $? "failed to load site script $ac_site_file
2513 See \`config.log' for more details" "$LINENO" 5; }
2514 fi
2515 done
2516
2517 if test -r "$cache_file"; then
2518 # Some versions of bash will fail to source /dev/null (special files
2519 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2520 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2522 $as_echo "$as_me: loading cache $cache_file" >&6;}
2523 case $cache_file in
2524 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2525 *) . "./$cache_file";;
2526 esac
2527 fi
2528 else
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2530 $as_echo "$as_me: creating cache $cache_file" >&6;}
2531 >$cache_file
2532 fi
2533
2534 as_fn_append ac_header_list " stdlib.h"
2535 as_fn_append ac_header_list " unistd.h"
2536 as_fn_append ac_header_list " sys/param.h"
2537 # Check that the precious variables saved in the cache have kept the same
2538 # value.
2539 ac_cache_corrupted=false
2540 for ac_var in $ac_precious_vars; do
2541 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2542 eval ac_new_set=\$ac_env_${ac_var}_set
2543 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2544 eval ac_new_val=\$ac_env_${ac_var}_value
2545 case $ac_old_set,$ac_new_set in
2546 set,)
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2548 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2549 ac_cache_corrupted=: ;;
2550 ,set)
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2552 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2553 ac_cache_corrupted=: ;;
2554 ,);;
2555 *)
2556 if test "x$ac_old_val" != "x$ac_new_val"; then
2557 # differences in whitespace do not lead to failure.
2558 ac_old_val_w=`echo x $ac_old_val`
2559 ac_new_val_w=`echo x $ac_new_val`
2560 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2561 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2562 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2563 ac_cache_corrupted=:
2564 else
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2566 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2567 eval $ac_var=\$ac_old_val
2568 fi
2569 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2570 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2571 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2572 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2573 fi;;
2574 esac
2575 # Pass precious variables to config.status.
2576 if test "$ac_new_set" = set; then
2577 case $ac_new_val in
2578 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2579 *) ac_arg=$ac_var=$ac_new_val ;;
2580 esac
2581 case " $ac_configure_args " in
2582 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2583 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2584 esac
2585 fi
2586 done
2587 if $ac_cache_corrupted; then
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2589 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2591 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2592 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2593 fi
2594 ## -------------------- ##
2595 ## Main body of script. ##
2596 ## -------------------- ##
2597
2598 ac_ext=c
2599 ac_cpp='$CPP $CPPFLAGS'
2600 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2601 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2602 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2603
2604
2605
2606
2607
2608
2609
2610 ac_aux_dir=
2611 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2612 if test -f "$ac_dir/install-sh"; then
2613 ac_aux_dir=$ac_dir
2614 ac_install_sh="$ac_aux_dir/install-sh -c"
2615 break
2616 elif test -f "$ac_dir/install.sh"; then
2617 ac_aux_dir=$ac_dir
2618 ac_install_sh="$ac_aux_dir/install.sh -c"
2619 break
2620 elif test -f "$ac_dir/shtool"; then
2621 ac_aux_dir=$ac_dir
2622 ac_install_sh="$ac_aux_dir/shtool install -c"
2623 break
2624 fi
2625 done
2626 if test -z "$ac_aux_dir"; then
2627 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2628 fi
2629
2630 # These three variables are undocumented and unsupported,
2631 # and are intended to be withdrawn in a future Autoconf release.
2632 # They can cause serious problems if a builder's source tree is in a directory
2633 # whose full name contains unusual characters.
2634 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2635 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2636 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2637
2638
2639 # Make sure we can run config.sub.
2640 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2641 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2642
2643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2644 $as_echo_n "checking build system type... " >&6; }
2645 if ${ac_cv_build+:} false; then :
2646 $as_echo_n "(cached) " >&6
2647 else
2648 ac_build_alias=$build_alias
2649 test "x$ac_build_alias" = x &&
2650 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2651 test "x$ac_build_alias" = x &&
2652 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2653 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2654 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2655
2656 fi
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2658 $as_echo "$ac_cv_build" >&6; }
2659 case $ac_cv_build in
2660 *-*-*) ;;
2661 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2662 esac
2663 build=$ac_cv_build
2664 ac_save_IFS=$IFS; IFS='-'
2665 set x $ac_cv_build
2666 shift
2667 build_cpu=$1
2668 build_vendor=$2
2669 shift; shift
2670 # Remember, the first character of IFS is used to create $*,
2671 # except with old shells:
2672 build_os=$*
2673 IFS=$ac_save_IFS
2674 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2675
2676
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2678 $as_echo_n "checking host system type... " >&6; }
2679 if ${ac_cv_host+:} false; then :
2680 $as_echo_n "(cached) " >&6
2681 else
2682 if test "x$host_alias" = x; then
2683 ac_cv_host=$ac_cv_build
2684 else
2685 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2686 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2687 fi
2688
2689 fi
2690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2691 $as_echo "$ac_cv_host" >&6; }
2692 case $ac_cv_host in
2693 *-*-*) ;;
2694 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2695 esac
2696 host=$ac_cv_host
2697 ac_save_IFS=$IFS; IFS='-'
2698 set x $ac_cv_host
2699 shift
2700 host_cpu=$1
2701 host_vendor=$2
2702 shift; shift
2703 # Remember, the first character of IFS is used to create $*,
2704 # except with old shells:
2705 host_os=$*
2706 IFS=$ac_save_IFS
2707 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2708
2709
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2711 $as_echo_n "checking target system type... " >&6; }
2712 if ${ac_cv_target+:} false; then :
2713 $as_echo_n "(cached) " >&6
2714 else
2715 if test "x$target_alias" = x; then
2716 ac_cv_target=$ac_cv_host
2717 else
2718 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2719 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2720 fi
2721
2722 fi
2723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2724 $as_echo "$ac_cv_target" >&6; }
2725 case $ac_cv_target in
2726 *-*-*) ;;
2727 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2728 esac
2729 target=$ac_cv_target
2730 ac_save_IFS=$IFS; IFS='-'
2731 set x $ac_cv_target
2732 shift
2733 target_cpu=$1
2734 target_vendor=$2
2735 shift; shift
2736 # Remember, the first character of IFS is used to create $*,
2737 # except with old shells:
2738 target_os=$*
2739 IFS=$ac_save_IFS
2740 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2741
2742
2743 # The aliases save the names the user supplied, while $host etc.
2744 # will get canonicalized.
2745 test -n "$target_alias" &&
2746 test "$program_prefix$program_suffix$program_transform_name" = \
2747 NONENONEs,x,x, &&
2748 program_prefix=${target_alias}-
2749 # Expand $ac_aux_dir to an absolute path.
2750 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2751
2752 ac_ext=c
2753 ac_cpp='$CPP $CPPFLAGS'
2754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2756 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2757 if test -n "$ac_tool_prefix"; then
2758 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2759 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2761 $as_echo_n "checking for $ac_word... " >&6; }
2762 if ${ac_cv_prog_CC+:} false; then :
2763 $as_echo_n "(cached) " >&6
2764 else
2765 if test -n "$CC"; then
2766 ac_cv_prog_CC="$CC" # Let the user override the test.
2767 else
2768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2769 for as_dir in $PATH
2770 do
2771 IFS=$as_save_IFS
2772 test -z "$as_dir" && as_dir=.
2773 for ac_exec_ext in '' $ac_executable_extensions; do
2774 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2775 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2776 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2777 break 2
2778 fi
2779 done
2780 done
2781 IFS=$as_save_IFS
2782
2783 fi
2784 fi
2785 CC=$ac_cv_prog_CC
2786 if test -n "$CC"; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2788 $as_echo "$CC" >&6; }
2789 else
2790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2791 $as_echo "no" >&6; }
2792 fi
2793
2794
2795 fi
2796 if test -z "$ac_cv_prog_CC"; then
2797 ac_ct_CC=$CC
2798 # Extract the first word of "gcc", so it can be a program name with args.
2799 set dummy gcc; ac_word=$2
2800 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2801 $as_echo_n "checking for $ac_word... " >&6; }
2802 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2803 $as_echo_n "(cached) " >&6
2804 else
2805 if test -n "$ac_ct_CC"; then
2806 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2807 else
2808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2809 for as_dir in $PATH
2810 do
2811 IFS=$as_save_IFS
2812 test -z "$as_dir" && as_dir=.
2813 for ac_exec_ext in '' $ac_executable_extensions; do
2814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2815 ac_cv_prog_ac_ct_CC="gcc"
2816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2817 break 2
2818 fi
2819 done
2820 done
2821 IFS=$as_save_IFS
2822
2823 fi
2824 fi
2825 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2826 if test -n "$ac_ct_CC"; then
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2828 $as_echo "$ac_ct_CC" >&6; }
2829 else
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2831 $as_echo "no" >&6; }
2832 fi
2833
2834 if test "x$ac_ct_CC" = x; then
2835 CC=""
2836 else
2837 case $cross_compiling:$ac_tool_warned in
2838 yes:)
2839 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2840 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2841 ac_tool_warned=yes ;;
2842 esac
2843 CC=$ac_ct_CC
2844 fi
2845 else
2846 CC="$ac_cv_prog_CC"
2847 fi
2848
2849 if test -z "$CC"; then
2850 if test -n "$ac_tool_prefix"; then
2851 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2852 set dummy ${ac_tool_prefix}cc; ac_word=$2
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2854 $as_echo_n "checking for $ac_word... " >&6; }
2855 if ${ac_cv_prog_CC+:} false; then :
2856 $as_echo_n "(cached) " >&6
2857 else
2858 if test -n "$CC"; then
2859 ac_cv_prog_CC="$CC" # Let the user override the test.
2860 else
2861 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2862 for as_dir in $PATH
2863 do
2864 IFS=$as_save_IFS
2865 test -z "$as_dir" && as_dir=.
2866 for ac_exec_ext in '' $ac_executable_extensions; do
2867 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2868 ac_cv_prog_CC="${ac_tool_prefix}cc"
2869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2870 break 2
2871 fi
2872 done
2873 done
2874 IFS=$as_save_IFS
2875
2876 fi
2877 fi
2878 CC=$ac_cv_prog_CC
2879 if test -n "$CC"; then
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2881 $as_echo "$CC" >&6; }
2882 else
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2884 $as_echo "no" >&6; }
2885 fi
2886
2887
2888 fi
2889 fi
2890 if test -z "$CC"; then
2891 # Extract the first word of "cc", so it can be a program name with args.
2892 set dummy cc; ac_word=$2
2893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2894 $as_echo_n "checking for $ac_word... " >&6; }
2895 if ${ac_cv_prog_CC+:} false; then :
2896 $as_echo_n "(cached) " >&6
2897 else
2898 if test -n "$CC"; then
2899 ac_cv_prog_CC="$CC" # Let the user override the test.
2900 else
2901 ac_prog_rejected=no
2902 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2903 for as_dir in $PATH
2904 do
2905 IFS=$as_save_IFS
2906 test -z "$as_dir" && as_dir=.
2907 for ac_exec_ext in '' $ac_executable_extensions; do
2908 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2909 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2910 ac_prog_rejected=yes
2911 continue
2912 fi
2913 ac_cv_prog_CC="cc"
2914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915 break 2
2916 fi
2917 done
2918 done
2919 IFS=$as_save_IFS
2920
2921 if test $ac_prog_rejected = yes; then
2922 # We found a bogon in the path, so make sure we never use it.
2923 set dummy $ac_cv_prog_CC
2924 shift
2925 if test $# != 0; then
2926 # We chose a different compiler from the bogus one.
2927 # However, it has the same basename, so the bogon will be chosen
2928 # first if we set CC to just the basename; use the full file name.
2929 shift
2930 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2931 fi
2932 fi
2933 fi
2934 fi
2935 CC=$ac_cv_prog_CC
2936 if test -n "$CC"; then
2937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2938 $as_echo "$CC" >&6; }
2939 else
2940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2941 $as_echo "no" >&6; }
2942 fi
2943
2944
2945 fi
2946 if test -z "$CC"; then
2947 if test -n "$ac_tool_prefix"; then
2948 for ac_prog in cl.exe
2949 do
2950 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2951 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2953 $as_echo_n "checking for $ac_word... " >&6; }
2954 if ${ac_cv_prog_CC+:} false; then :
2955 $as_echo_n "(cached) " >&6
2956 else
2957 if test -n "$CC"; then
2958 ac_cv_prog_CC="$CC" # Let the user override the test.
2959 else
2960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2961 for as_dir in $PATH
2962 do
2963 IFS=$as_save_IFS
2964 test -z "$as_dir" && as_dir=.
2965 for ac_exec_ext in '' $ac_executable_extensions; do
2966 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2967 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2969 break 2
2970 fi
2971 done
2972 done
2973 IFS=$as_save_IFS
2974
2975 fi
2976 fi
2977 CC=$ac_cv_prog_CC
2978 if test -n "$CC"; then
2979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2980 $as_echo "$CC" >&6; }
2981 else
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2983 $as_echo "no" >&6; }
2984 fi
2985
2986
2987 test -n "$CC" && break
2988 done
2989 fi
2990 if test -z "$CC"; then
2991 ac_ct_CC=$CC
2992 for ac_prog in cl.exe
2993 do
2994 # Extract the first word of "$ac_prog", so it can be a program name with args.
2995 set dummy $ac_prog; ac_word=$2
2996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2997 $as_echo_n "checking for $ac_word... " >&6; }
2998 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2999 $as_echo_n "(cached) " >&6
3000 else
3001 if test -n "$ac_ct_CC"; then
3002 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3003 else
3004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3005 for as_dir in $PATH
3006 do
3007 IFS=$as_save_IFS
3008 test -z "$as_dir" && as_dir=.
3009 for ac_exec_ext in '' $ac_executable_extensions; do
3010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3011 ac_cv_prog_ac_ct_CC="$ac_prog"
3012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3013 break 2
3014 fi
3015 done
3016 done
3017 IFS=$as_save_IFS
3018
3019 fi
3020 fi
3021 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3022 if test -n "$ac_ct_CC"; then
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3024 $as_echo "$ac_ct_CC" >&6; }
3025 else
3026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3027 $as_echo "no" >&6; }
3028 fi
3029
3030
3031 test -n "$ac_ct_CC" && break
3032 done
3033
3034 if test "x$ac_ct_CC" = x; then
3035 CC=""
3036 else
3037 case $cross_compiling:$ac_tool_warned in
3038 yes:)
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3040 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3041 ac_tool_warned=yes ;;
3042 esac
3043 CC=$ac_ct_CC
3044 fi
3045 fi
3046
3047 fi
3048
3049
3050 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3051 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3052 as_fn_error $? "no acceptable C compiler found in \$PATH
3053 See \`config.log' for more details" "$LINENO" 5; }
3054
3055 # Provide some information about the compiler.
3056 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3057 set X $ac_compile
3058 ac_compiler=$2
3059 for ac_option in --version -v -V -qversion; do
3060 { { ac_try="$ac_compiler $ac_option >&5"
3061 case "(($ac_try" in
3062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3063 *) ac_try_echo=$ac_try;;
3064 esac
3065 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3066 $as_echo "$ac_try_echo"; } >&5
3067 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3068 ac_status=$?
3069 if test -s conftest.err; then
3070 sed '10a\
3071 ... rest of stderr output deleted ...
3072 10q' conftest.err >conftest.er1
3073 cat conftest.er1 >&5
3074 fi
3075 rm -f conftest.er1 conftest.err
3076 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3077 test $ac_status = 0; }
3078 done
3079
3080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3081 /* end confdefs.h. */
3082
3083 int
3084 main ()
3085 {
3086
3087 ;
3088 return 0;
3089 }
3090 _ACEOF
3091 ac_clean_files_save=$ac_clean_files
3092 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3093 # Try to create an executable without -o first, disregard a.out.
3094 # It will help us diagnose broken compilers, and finding out an intuition
3095 # of exeext.
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3097 $as_echo_n "checking whether the C compiler works... " >&6; }
3098 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3099
3100 # The possible output files:
3101 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3102
3103 ac_rmfiles=
3104 for ac_file in $ac_files
3105 do
3106 case $ac_file in
3107 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3108 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3109 esac
3110 done
3111 rm -f $ac_rmfiles
3112
3113 if { { ac_try="$ac_link_default"
3114 case "(($ac_try" in
3115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3116 *) ac_try_echo=$ac_try;;
3117 esac
3118 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3119 $as_echo "$ac_try_echo"; } >&5
3120 (eval "$ac_link_default") 2>&5
3121 ac_status=$?
3122 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3123 test $ac_status = 0; }; then :
3124 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3125 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3126 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3127 # so that the user can short-circuit this test for compilers unknown to
3128 # Autoconf.
3129 for ac_file in $ac_files ''
3130 do
3131 test -f "$ac_file" || continue
3132 case $ac_file in
3133 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3134 ;;
3135 [ab].out )
3136 # We found the default executable, but exeext='' is most
3137 # certainly right.
3138 break;;
3139 *.* )
3140 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3141 then :; else
3142 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3143 fi
3144 # We set ac_cv_exeext here because the later test for it is not
3145 # safe: cross compilers may not add the suffix if given an `-o'
3146 # argument, so we may need to know it at that point already.
3147 # Even if this section looks crufty: it has the advantage of
3148 # actually working.
3149 break;;
3150 * )
3151 break;;
3152 esac
3153 done
3154 test "$ac_cv_exeext" = no && ac_cv_exeext=
3155
3156 else
3157 ac_file=''
3158 fi
3159 if test -z "$ac_file"; then :
3160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3161 $as_echo "no" >&6; }
3162 $as_echo "$as_me: failed program was:" >&5
3163 sed 's/^/| /' conftest.$ac_ext >&5
3164
3165 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3166 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3167 as_fn_error 77 "C compiler cannot create executables
3168 See \`config.log' for more details" "$LINENO" 5; }
3169 else
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3171 $as_echo "yes" >&6; }
3172 fi
3173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3174 $as_echo_n "checking for C compiler default output file name... " >&6; }
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3176 $as_echo "$ac_file" >&6; }
3177 ac_exeext=$ac_cv_exeext
3178
3179 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3180 ac_clean_files=$ac_clean_files_save
3181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3182 $as_echo_n "checking for suffix of executables... " >&6; }
3183 if { { ac_try="$ac_link"
3184 case "(($ac_try" in
3185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3186 *) ac_try_echo=$ac_try;;
3187 esac
3188 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3189 $as_echo "$ac_try_echo"; } >&5
3190 (eval "$ac_link") 2>&5
3191 ac_status=$?
3192 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3193 test $ac_status = 0; }; then :
3194 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3195 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3196 # work properly (i.e., refer to `conftest.exe'), while it won't with
3197 # `rm'.
3198 for ac_file in conftest.exe conftest conftest.*; do
3199 test -f "$ac_file" || continue
3200 case $ac_file in
3201 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3202 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3203 break;;
3204 * ) break;;
3205 esac
3206 done
3207 else
3208 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3209 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3210 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3211 See \`config.log' for more details" "$LINENO" 5; }
3212 fi
3213 rm -f conftest conftest$ac_cv_exeext
3214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3215 $as_echo "$ac_cv_exeext" >&6; }
3216
3217 rm -f conftest.$ac_ext
3218 EXEEXT=$ac_cv_exeext
3219 ac_exeext=$EXEEXT
3220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3221 /* end confdefs.h. */
3222 #include <stdio.h>
3223 int
3224 main ()
3225 {
3226 FILE *f = fopen ("conftest.out", "w");
3227 return ferror (f) || fclose (f) != 0;
3228
3229 ;
3230 return 0;
3231 }
3232 _ACEOF
3233 ac_clean_files="$ac_clean_files conftest.out"
3234 # Check that the compiler produces executables we can run. If not, either
3235 # the compiler is broken, or we cross compile.
3236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3237 $as_echo_n "checking whether we are cross compiling... " >&6; }
3238 if test "$cross_compiling" != yes; then
3239 { { ac_try="$ac_link"
3240 case "(($ac_try" in
3241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3242 *) ac_try_echo=$ac_try;;
3243 esac
3244 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3245 $as_echo "$ac_try_echo"; } >&5
3246 (eval "$ac_link") 2>&5
3247 ac_status=$?
3248 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3249 test $ac_status = 0; }
3250 if { ac_try='./conftest$ac_cv_exeext'
3251 { { case "(($ac_try" in
3252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3253 *) ac_try_echo=$ac_try;;
3254 esac
3255 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3256 $as_echo "$ac_try_echo"; } >&5
3257 (eval "$ac_try") 2>&5
3258 ac_status=$?
3259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3260 test $ac_status = 0; }; }; then
3261 cross_compiling=no
3262 else
3263 if test "$cross_compiling" = maybe; then
3264 cross_compiling=yes
3265 else
3266 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3267 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3268 as_fn_error $? "cannot run C compiled programs.
3269 If you meant to cross compile, use \`--host'.
3270 See \`config.log' for more details" "$LINENO" 5; }
3271 fi
3272 fi
3273 fi
3274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3275 $as_echo "$cross_compiling" >&6; }
3276
3277 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3278 ac_clean_files=$ac_clean_files_save
3279 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3280 $as_echo_n "checking for suffix of object files... " >&6; }
3281 if ${ac_cv_objext+:} false; then :
3282 $as_echo_n "(cached) " >&6
3283 else
3284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3285 /* end confdefs.h. */
3286
3287 int
3288 main ()
3289 {
3290
3291 ;
3292 return 0;
3293 }
3294 _ACEOF
3295 rm -f conftest.o conftest.obj
3296 if { { ac_try="$ac_compile"
3297 case "(($ac_try" in
3298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3299 *) ac_try_echo=$ac_try;;
3300 esac
3301 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3302 $as_echo "$ac_try_echo"; } >&5
3303 (eval "$ac_compile") 2>&5
3304 ac_status=$?
3305 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3306 test $ac_status = 0; }; then :
3307 for ac_file in conftest.o conftest.obj conftest.*; do
3308 test -f "$ac_file" || continue;
3309 case $ac_file in
3310 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3311 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3312 break;;
3313 esac
3314 done
3315 else
3316 $as_echo "$as_me: failed program was:" >&5
3317 sed 's/^/| /' conftest.$ac_ext >&5
3318
3319 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3320 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3321 as_fn_error $? "cannot compute suffix of object files: cannot compile
3322 See \`config.log' for more details" "$LINENO" 5; }
3323 fi
3324 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3325 fi
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3327 $as_echo "$ac_cv_objext" >&6; }
3328 OBJEXT=$ac_cv_objext
3329 ac_objext=$OBJEXT
3330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3331 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3332 if ${ac_cv_c_compiler_gnu+:} false; then :
3333 $as_echo_n "(cached) " >&6
3334 else
3335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336 /* end confdefs.h. */
3337
3338 int
3339 main ()
3340 {
3341 #ifndef __GNUC__
3342 choke me
3343 #endif
3344
3345 ;
3346 return 0;
3347 }
3348 _ACEOF
3349 if ac_fn_c_try_compile "$LINENO"; then :
3350 ac_compiler_gnu=yes
3351 else
3352 ac_compiler_gnu=no
3353 fi
3354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3355 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3356
3357 fi
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3359 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3360 if test $ac_compiler_gnu = yes; then
3361 GCC=yes
3362 else
3363 GCC=
3364 fi
3365 ac_test_CFLAGS=${CFLAGS+set}
3366 ac_save_CFLAGS=$CFLAGS
3367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3368 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3369 if ${ac_cv_prog_cc_g+:} false; then :
3370 $as_echo_n "(cached) " >&6
3371 else
3372 ac_save_c_werror_flag=$ac_c_werror_flag
3373 ac_c_werror_flag=yes
3374 ac_cv_prog_cc_g=no
3375 CFLAGS="-g"
3376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3377 /* end confdefs.h. */
3378
3379 int
3380 main ()
3381 {
3382
3383 ;
3384 return 0;
3385 }
3386 _ACEOF
3387 if ac_fn_c_try_compile "$LINENO"; then :
3388 ac_cv_prog_cc_g=yes
3389 else
3390 CFLAGS=""
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392 /* end confdefs.h. */
3393
3394 int
3395 main ()
3396 {
3397
3398 ;
3399 return 0;
3400 }
3401 _ACEOF
3402 if ac_fn_c_try_compile "$LINENO"; then :
3403
3404 else
3405 ac_c_werror_flag=$ac_save_c_werror_flag
3406 CFLAGS="-g"
3407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3408 /* end confdefs.h. */
3409
3410 int
3411 main ()
3412 {
3413
3414 ;
3415 return 0;
3416 }
3417 _ACEOF
3418 if ac_fn_c_try_compile "$LINENO"; then :
3419 ac_cv_prog_cc_g=yes
3420 fi
3421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3422 fi
3423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3424 fi
3425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3426 ac_c_werror_flag=$ac_save_c_werror_flag
3427 fi
3428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3429 $as_echo "$ac_cv_prog_cc_g" >&6; }
3430 if test "$ac_test_CFLAGS" = set; then
3431 CFLAGS=$ac_save_CFLAGS
3432 elif test $ac_cv_prog_cc_g = yes; then
3433 if test "$GCC" = yes; then
3434 CFLAGS="-g -O2"
3435 else
3436 CFLAGS="-g"
3437 fi
3438 else
3439 if test "$GCC" = yes; then
3440 CFLAGS="-O2"
3441 else
3442 CFLAGS=
3443 fi
3444 fi
3445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3446 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3447 if ${ac_cv_prog_cc_c89+:} false; then :
3448 $as_echo_n "(cached) " >&6
3449 else
3450 ac_cv_prog_cc_c89=no
3451 ac_save_CC=$CC
3452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3453 /* end confdefs.h. */
3454 #include <stdarg.h>
3455 #include <stdio.h>
3456 struct stat;
3457 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3458 struct buf { int x; };
3459 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3460 static char *e (p, i)
3461 char **p;
3462 int i;
3463 {
3464 return p[i];
3465 }
3466 static char *f (char * (*g) (char **, int), char **p, ...)
3467 {
3468 char *s;
3469 va_list v;
3470 va_start (v,p);
3471 s = g (p, va_arg (v,int));
3472 va_end (v);
3473 return s;
3474 }
3475
3476 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3477 function prototypes and stuff, but not '\xHH' hex character constants.
3478 These don't provoke an error unfortunately, instead are silently treated
3479 as 'x'. The following induces an error, until -std is added to get
3480 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3481 array size at least. It's necessary to write '\x00'==0 to get something
3482 that's true only with -std. */
3483 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3484
3485 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3486 inside strings and character constants. */
3487 #define FOO(x) 'x'
3488 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3489
3490 int test (int i, double x);
3491 struct s1 {int (*f) (int a);};
3492 struct s2 {int (*f) (double a);};
3493 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3494 int argc;
3495 char **argv;
3496 int
3497 main ()
3498 {
3499 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3500 ;
3501 return 0;
3502 }
3503 _ACEOF
3504 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3505 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3506 do
3507 CC="$ac_save_CC $ac_arg"
3508 if ac_fn_c_try_compile "$LINENO"; then :
3509 ac_cv_prog_cc_c89=$ac_arg
3510 fi
3511 rm -f core conftest.err conftest.$ac_objext
3512 test "x$ac_cv_prog_cc_c89" != "xno" && break
3513 done
3514 rm -f conftest.$ac_ext
3515 CC=$ac_save_CC
3516
3517 fi
3518 # AC_CACHE_VAL
3519 case "x$ac_cv_prog_cc_c89" in
3520 x)
3521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3522 $as_echo "none needed" >&6; } ;;
3523 xno)
3524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3525 $as_echo "unsupported" >&6; } ;;
3526 *)
3527 CC="$CC $ac_cv_prog_cc_c89"
3528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3529 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3530 esac
3531 if test "x$ac_cv_prog_cc_c89" != xno; then :
3532
3533 fi
3534
3535 ac_ext=c
3536 ac_cpp='$CPP $CPPFLAGS'
3537 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3538 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3539 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3540
3541 ac_ext=c
3542 ac_cpp='$CPP $CPPFLAGS'
3543 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3544 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3545 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3547 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3548 if ${am_cv_prog_cc_c_o+:} false; then :
3549 $as_echo_n "(cached) " >&6
3550 else
3551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3552 /* end confdefs.h. */
3553
3554 int
3555 main ()
3556 {
3557
3558 ;
3559 return 0;
3560 }
3561 _ACEOF
3562 # Make sure it works both with $CC and with simple cc.
3563 # Following AC_PROG_CC_C_O, we do the test twice because some
3564 # compilers refuse to overwrite an existing .o file with -o,
3565 # though they will create one.
3566 am_cv_prog_cc_c_o=yes
3567 for am_i in 1 2; do
3568 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3569 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3570 ac_status=$?
3571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3572 (exit $ac_status); } \
3573 && test -f conftest2.$ac_objext; then
3574 : OK
3575 else
3576 am_cv_prog_cc_c_o=no
3577 break
3578 fi
3579 done
3580 rm -f core conftest*
3581 unset am_i
3582 fi
3583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3584 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3585 if test "$am_cv_prog_cc_c_o" != yes; then
3586 # Losing compiler, so override with the script.
3587 # FIXME: It is wrong to rewrite CC.
3588 # But if we don't then we get into trouble of one sort or another.
3589 # A longer-term fix would be to have automake use am__CC in this case,
3590 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3591 CC="$am_aux_dir/compile $CC"
3592 fi
3593 ac_ext=c
3594 ac_cpp='$CPP $CPPFLAGS'
3595 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3596 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3597 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3598
3599
3600
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3602 $as_echo_n "checking for library containing strerror... " >&6; }
3603 if ${ac_cv_search_strerror+:} false; then :
3604 $as_echo_n "(cached) " >&6
3605 else
3606 ac_func_search_save_LIBS=$LIBS
3607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3608 /* end confdefs.h. */
3609
3610 /* Override any GCC internal prototype to avoid an error.
3611 Use char because int might match the return type of a GCC
3612 builtin and then its argument prototype would still apply. */
3613 #ifdef __cplusplus
3614 extern "C"
3615 #endif
3616 char strerror ();
3617 int
3618 main ()
3619 {
3620 return strerror ();
3621 ;
3622 return 0;
3623 }
3624 _ACEOF
3625 for ac_lib in '' cposix; do
3626 if test -z "$ac_lib"; then
3627 ac_res="none required"
3628 else
3629 ac_res=-l$ac_lib
3630 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3631 fi
3632 if ac_fn_c_try_link "$LINENO"; then :
3633 ac_cv_search_strerror=$ac_res
3634 fi
3635 rm -f core conftest.err conftest.$ac_objext \
3636 conftest$ac_exeext
3637 if ${ac_cv_search_strerror+:} false; then :
3638 break
3639 fi
3640 done
3641 if ${ac_cv_search_strerror+:} false; then :
3642
3643 else
3644 ac_cv_search_strerror=no
3645 fi
3646 rm conftest.$ac_ext
3647 LIBS=$ac_func_search_save_LIBS
3648 fi
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3650 $as_echo "$ac_cv_search_strerror" >&6; }
3651 ac_res=$ac_cv_search_strerror
3652 if test "$ac_res" != no; then :
3653 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3654
3655 fi
3656
3657
3658 am__api_version='1.15'
3659
3660 # Find a good install program. We prefer a C program (faster),
3661 # so one script is as good as another. But avoid the broken or
3662 # incompatible versions:
3663 # SysV /etc/install, /usr/sbin/install
3664 # SunOS /usr/etc/install
3665 # IRIX /sbin/install
3666 # AIX /bin/install
3667 # AmigaOS /C/install, which installs bootblocks on floppy discs
3668 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3669 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3670 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3671 # OS/2's system install, which has a completely different semantic
3672 # ./install, which can be erroneously created by make from ./install.sh.
3673 # Reject install programs that cannot install multiple files.
3674 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3675 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3676 if test -z "$INSTALL"; then
3677 if ${ac_cv_path_install+:} false; then :
3678 $as_echo_n "(cached) " >&6
3679 else
3680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3681 for as_dir in $PATH
3682 do
3683 IFS=$as_save_IFS
3684 test -z "$as_dir" && as_dir=.
3685 # Account for people who put trailing slashes in PATH elements.
3686 case $as_dir/ in #((
3687 ./ | .// | /[cC]/* | \
3688 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3689 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3690 /usr/ucb/* ) ;;
3691 *)
3692 # OSF1 and SCO ODT 3.0 have their own names for install.
3693 # Don't use installbsd from OSF since it installs stuff as root
3694 # by default.
3695 for ac_prog in ginstall scoinst install; do
3696 for ac_exec_ext in '' $ac_executable_extensions; do
3697 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3698 if test $ac_prog = install &&
3699 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3700 # AIX install. It has an incompatible calling convention.
3701 :
3702 elif test $ac_prog = install &&
3703 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3704 # program-specific install script used by HP pwplus--don't use.
3705 :
3706 else
3707 rm -rf conftest.one conftest.two conftest.dir
3708 echo one > conftest.one
3709 echo two > conftest.two
3710 mkdir conftest.dir
3711 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3712 test -s conftest.one && test -s conftest.two &&
3713 test -s conftest.dir/conftest.one &&
3714 test -s conftest.dir/conftest.two
3715 then
3716 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3717 break 3
3718 fi
3719 fi
3720 fi
3721 done
3722 done
3723 ;;
3724 esac
3725
3726 done
3727 IFS=$as_save_IFS
3728
3729 rm -rf conftest.one conftest.two conftest.dir
3730
3731 fi
3732 if test "${ac_cv_path_install+set}" = set; then
3733 INSTALL=$ac_cv_path_install
3734 else
3735 # As a last resort, use the slow shell script. Don't cache a
3736 # value for INSTALL within a source directory, because that will
3737 # break other packages using the cache if that directory is
3738 # removed, or if the value is a relative name.
3739 INSTALL=$ac_install_sh
3740 fi
3741 fi
3742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3743 $as_echo "$INSTALL" >&6; }
3744
3745 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3746 # It thinks the first close brace ends the variable substitution.
3747 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3748
3749 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3750
3751 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3752
3753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3754 $as_echo_n "checking whether build environment is sane... " >&6; }
3755 # Reject unsafe characters in $srcdir or the absolute working directory
3756 # name. Accept space and tab only in the latter.
3757 am_lf='
3758 '
3759 case `pwd` in
3760 *[\\\"\#\$\&\'\`$am_lf]*)
3761 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3762 esac
3763 case $srcdir in
3764 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3765 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3766 esac
3767
3768 # Do 'set' in a subshell so we don't clobber the current shell's
3769 # arguments. Must try -L first in case configure is actually a
3770 # symlink; some systems play weird games with the mod time of symlinks
3771 # (eg FreeBSD returns the mod time of the symlink's containing
3772 # directory).
3773 if (
3774 am_has_slept=no
3775 for am_try in 1 2; do
3776 echo "timestamp, slept: $am_has_slept" > conftest.file
3777 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3778 if test "$*" = "X"; then
3779 # -L didn't work.
3780 set X `ls -t "$srcdir/configure" conftest.file`
3781 fi
3782 if test "$*" != "X $srcdir/configure conftest.file" \
3783 && test "$*" != "X conftest.file $srcdir/configure"; then
3784
3785 # If neither matched, then we have a broken ls. This can happen
3786 # if, for instance, CONFIG_SHELL is bash and it inherits a
3787 # broken ls alias from the environment. This has actually
3788 # happened. Such a system could not be considered "sane".
3789 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3790 alias in your environment" "$LINENO" 5
3791 fi
3792 if test "$2" = conftest.file || test $am_try -eq 2; then
3793 break
3794 fi
3795 # Just in case.
3796 sleep 1
3797 am_has_slept=yes
3798 done
3799 test "$2" = conftest.file
3800 )
3801 then
3802 # Ok.
3803 :
3804 else
3805 as_fn_error $? "newly created file is older than distributed files!
3806 Check your system clock" "$LINENO" 5
3807 fi
3808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3809 $as_echo "yes" >&6; }
3810 # If we didn't sleep, we still need to ensure time stamps of config.status and
3811 # generated files are strictly newer.
3812 am_sleep_pid=
3813 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3814 ( sleep 1 ) &
3815 am_sleep_pid=$!
3816 fi
3817
3818 rm -f conftest.file
3819
3820 test "$program_prefix" != NONE &&
3821 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3822 # Use a double $ so make ignores it.
3823 test "$program_suffix" != NONE &&
3824 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3825 # Double any \ or $.
3826 # By default was `s,x,x', remove it if useless.
3827 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3828 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3829
3830 if test x"${MISSING+set}" != xset; then
3831 case $am_aux_dir in
3832 *\ * | *\ *)
3833 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3834 *)
3835 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3836 esac
3837 fi
3838 # Use eval to expand $SHELL
3839 if eval "$MISSING --is-lightweight"; then
3840 am_missing_run="$MISSING "
3841 else
3842 am_missing_run=
3843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3844 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3845 fi
3846
3847 if test x"${install_sh+set}" != xset; then
3848 case $am_aux_dir in
3849 *\ * | *\ *)
3850 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3851 *)
3852 install_sh="\${SHELL} $am_aux_dir/install-sh"
3853 esac
3854 fi
3855
3856 # Installed binaries are usually stripped using 'strip' when the user
3857 # run "make install-strip". However 'strip' might not be the right
3858 # tool to use in cross-compilation environments, therefore Automake
3859 # will honor the 'STRIP' environment variable to overrule this program.
3860 if test "$cross_compiling" != no; then
3861 if test -n "$ac_tool_prefix"; then
3862 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3863 set dummy ${ac_tool_prefix}strip; ac_word=$2
3864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3865 $as_echo_n "checking for $ac_word... " >&6; }
3866 if ${ac_cv_prog_STRIP+:} false; then :
3867 $as_echo_n "(cached) " >&6
3868 else
3869 if test -n "$STRIP"; then
3870 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3871 else
3872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3873 for as_dir in $PATH
3874 do
3875 IFS=$as_save_IFS
3876 test -z "$as_dir" && as_dir=.
3877 for ac_exec_ext in '' $ac_executable_extensions; do
3878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3879 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3881 break 2
3882 fi
3883 done
3884 done
3885 IFS=$as_save_IFS
3886
3887 fi
3888 fi
3889 STRIP=$ac_cv_prog_STRIP
3890 if test -n "$STRIP"; then
3891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3892 $as_echo "$STRIP" >&6; }
3893 else
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3895 $as_echo "no" >&6; }
3896 fi
3897
3898
3899 fi
3900 if test -z "$ac_cv_prog_STRIP"; then
3901 ac_ct_STRIP=$STRIP
3902 # Extract the first word of "strip", so it can be a program name with args.
3903 set dummy strip; ac_word=$2
3904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3905 $as_echo_n "checking for $ac_word... " >&6; }
3906 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3907 $as_echo_n "(cached) " >&6
3908 else
3909 if test -n "$ac_ct_STRIP"; then
3910 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3911 else
3912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3913 for as_dir in $PATH
3914 do
3915 IFS=$as_save_IFS
3916 test -z "$as_dir" && as_dir=.
3917 for ac_exec_ext in '' $ac_executable_extensions; do
3918 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3919 ac_cv_prog_ac_ct_STRIP="strip"
3920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3921 break 2
3922 fi
3923 done
3924 done
3925 IFS=$as_save_IFS
3926
3927 fi
3928 fi
3929 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3930 if test -n "$ac_ct_STRIP"; then
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3932 $as_echo "$ac_ct_STRIP" >&6; }
3933 else
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3935 $as_echo "no" >&6; }
3936 fi
3937
3938 if test "x$ac_ct_STRIP" = x; then
3939 STRIP=":"
3940 else
3941 case $cross_compiling:$ac_tool_warned in
3942 yes:)
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3945 ac_tool_warned=yes ;;
3946 esac
3947 STRIP=$ac_ct_STRIP
3948 fi
3949 else
3950 STRIP="$ac_cv_prog_STRIP"
3951 fi
3952
3953 fi
3954 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3955
3956 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3957 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3958 if test -z "$MKDIR_P"; then
3959 if ${ac_cv_path_mkdir+:} false; then :
3960 $as_echo_n "(cached) " >&6
3961 else
3962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3963 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3964 do
3965 IFS=$as_save_IFS
3966 test -z "$as_dir" && as_dir=.
3967 for ac_prog in mkdir gmkdir; do
3968 for ac_exec_ext in '' $ac_executable_extensions; do
3969 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3970 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3971 'mkdir (GNU coreutils) '* | \
3972 'mkdir (coreutils) '* | \
3973 'mkdir (fileutils) '4.1*)
3974 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3975 break 3;;
3976 esac
3977 done
3978 done
3979 done
3980 IFS=$as_save_IFS
3981
3982 fi
3983
3984 test -d ./--version && rmdir ./--version
3985 if test "${ac_cv_path_mkdir+set}" = set; then
3986 MKDIR_P="$ac_cv_path_mkdir -p"
3987 else
3988 # As a last resort, use the slow shell script. Don't cache a
3989 # value for MKDIR_P within a source directory, because that will
3990 # break other packages using the cache if that directory is
3991 # removed, or if the value is a relative name.
3992 MKDIR_P="$ac_install_sh -d"
3993 fi
3994 fi
3995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3996 $as_echo "$MKDIR_P" >&6; }
3997
3998 for ac_prog in gawk mawk nawk awk
3999 do
4000 # Extract the first word of "$ac_prog", so it can be a program name with args.
4001 set dummy $ac_prog; ac_word=$2
4002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4003 $as_echo_n "checking for $ac_word... " >&6; }
4004 if ${ac_cv_prog_AWK+:} false; then :
4005 $as_echo_n "(cached) " >&6
4006 else
4007 if test -n "$AWK"; then
4008 ac_cv_prog_AWK="$AWK" # Let the user override the test.
4009 else
4010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4011 for as_dir in $PATH
4012 do
4013 IFS=$as_save_IFS
4014 test -z "$as_dir" && as_dir=.
4015 for ac_exec_ext in '' $ac_executable_extensions; do
4016 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4017 ac_cv_prog_AWK="$ac_prog"
4018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4019 break 2
4020 fi
4021 done
4022 done
4023 IFS=$as_save_IFS
4024
4025 fi
4026 fi
4027 AWK=$ac_cv_prog_AWK
4028 if test -n "$AWK"; then
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4030 $as_echo "$AWK" >&6; }
4031 else
4032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4033 $as_echo "no" >&6; }
4034 fi
4035
4036
4037 test -n "$AWK" && break
4038 done
4039
4040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4041 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4042 set x ${MAKE-make}
4043 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4044 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4045 $as_echo_n "(cached) " >&6
4046 else
4047 cat >conftest.make <<\_ACEOF
4048 SHELL = /bin/sh
4049 all:
4050 @echo '@@@%%%=$(MAKE)=@@@%%%'
4051 _ACEOF
4052 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4053 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4054 *@@@%%%=?*=@@@%%%*)
4055 eval ac_cv_prog_make_${ac_make}_set=yes;;
4056 *)
4057 eval ac_cv_prog_make_${ac_make}_set=no;;
4058 esac
4059 rm -f conftest.make
4060 fi
4061 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4063 $as_echo "yes" >&6; }
4064 SET_MAKE=
4065 else
4066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4067 $as_echo "no" >&6; }
4068 SET_MAKE="MAKE=${MAKE-make}"
4069 fi
4070
4071 rm -rf .tst 2>/dev/null
4072 mkdir .tst 2>/dev/null
4073 if test -d .tst; then
4074 am__leading_dot=.
4075 else
4076 am__leading_dot=_
4077 fi
4078 rmdir .tst 2>/dev/null
4079
4080 DEPDIR="${am__leading_dot}deps"
4081
4082 ac_config_commands="$ac_config_commands depfiles"
4083
4084
4085 am_make=${MAKE-make}
4086 cat > confinc << 'END'
4087 am__doit:
4088 @echo this is the am__doit target
4089 .PHONY: am__doit
4090 END
4091 # If we don't find an include directive, just comment out the code.
4092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4093 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4094 am__include="#"
4095 am__quote=
4096 _am_result=none
4097 # First try GNU make style include.
4098 echo "include confinc" > confmf
4099 # Ignore all kinds of additional output from 'make'.
4100 case `$am_make -s -f confmf 2> /dev/null` in #(
4101 *the\ am__doit\ target*)
4102 am__include=include
4103 am__quote=
4104 _am_result=GNU
4105 ;;
4106 esac
4107 # Now try BSD make style include.
4108 if test "$am__include" = "#"; then
4109 echo '.include "confinc"' > confmf
4110 case `$am_make -s -f confmf 2> /dev/null` in #(
4111 *the\ am__doit\ target*)
4112 am__include=.include
4113 am__quote="\""
4114 _am_result=BSD
4115 ;;
4116 esac
4117 fi
4118
4119
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4121 $as_echo "$_am_result" >&6; }
4122 rm -f confinc confmf
4123
4124 # Check whether --enable-dependency-tracking was given.
4125 if test "${enable_dependency_tracking+set}" = set; then :
4126 enableval=$enable_dependency_tracking;
4127 fi
4128
4129 if test "x$enable_dependency_tracking" != xno; then
4130 am_depcomp="$ac_aux_dir/depcomp"
4131 AMDEPBACKSLASH='\'
4132 am__nodep='_no'
4133 fi
4134 if test "x$enable_dependency_tracking" != xno; then
4135 AMDEP_TRUE=
4136 AMDEP_FALSE='#'
4137 else
4138 AMDEP_TRUE='#'
4139 AMDEP_FALSE=
4140 fi
4141
4142
4143 # Check whether --enable-silent-rules was given.
4144 if test "${enable_silent_rules+set}" = set; then :
4145 enableval=$enable_silent_rules;
4146 fi
4147
4148 case $enable_silent_rules in # (((
4149 yes) AM_DEFAULT_VERBOSITY=0;;
4150 no) AM_DEFAULT_VERBOSITY=1;;
4151 *) AM_DEFAULT_VERBOSITY=1;;
4152 esac
4153 am_make=${MAKE-make}
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4155 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4156 if ${am_cv_make_support_nested_variables+:} false; then :
4157 $as_echo_n "(cached) " >&6
4158 else
4159 if $as_echo 'TRUE=$(BAR$(V))
4160 BAR0=false
4161 BAR1=true
4162 V=1
4163 am__doit:
4164 @$(TRUE)
4165 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4166 am_cv_make_support_nested_variables=yes
4167 else
4168 am_cv_make_support_nested_variables=no
4169 fi
4170 fi
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4172 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4173 if test $am_cv_make_support_nested_variables = yes; then
4174 AM_V='$(V)'
4175 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4176 else
4177 AM_V=$AM_DEFAULT_VERBOSITY
4178 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4179 fi
4180 AM_BACKSLASH='\'
4181
4182 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4183 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4184 # is not polluted with repeated "-I."
4185 am__isrc=' -I$(srcdir)'
4186 # test to see if srcdir already configured
4187 if test -f $srcdir/config.status; then
4188 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4189 fi
4190 fi
4191
4192 # test whether we have cygpath
4193 if test -z "$CYGPATH_W"; then
4194 if (cygpath --version) >/dev/null 2>/dev/null; then
4195 CYGPATH_W='cygpath -w'
4196 else
4197 CYGPATH_W=echo
4198 fi
4199 fi
4200
4201
4202 # Define the identity of the package.
4203 PACKAGE='binutils'
4204 VERSION='2.35.50'
4205
4206
4207 cat >>confdefs.h <<_ACEOF
4208 #define PACKAGE "$PACKAGE"
4209 _ACEOF
4210
4211
4212 cat >>confdefs.h <<_ACEOF
4213 #define VERSION "$VERSION"
4214 _ACEOF
4215
4216 # Some tools Automake needs.
4217
4218 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4219
4220
4221 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4222
4223
4224 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4225
4226
4227 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4228
4229
4230 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4231
4232 # For better backward compatibility. To be removed once Automake 1.9.x
4233 # dies out for good. For more background, see:
4234 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4235 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4236 mkdir_p='$(MKDIR_P)'
4237
4238 # We need awk for the "check" target (and possibly the TAP driver). The
4239 # system "awk" is bad on some platforms.
4240 # Always define AMTAR for backward compatibility. Yes, it's still used
4241 # in the wild :-( We should find a proper way to deprecate it ...
4242 AMTAR='$${TAR-tar}'
4243
4244
4245 # We'll loop over all known methods to create a tar archive until one works.
4246 _am_tools='gnutar pax cpio none'
4247
4248 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4249
4250
4251
4252
4253
4254 depcc="$CC" am_compiler_list=
4255
4256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4257 $as_echo_n "checking dependency style of $depcc... " >&6; }
4258 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4259 $as_echo_n "(cached) " >&6
4260 else
4261 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4262 # We make a subdir and do the tests there. Otherwise we can end up
4263 # making bogus files that we don't know about and never remove. For
4264 # instance it was reported that on HP-UX the gcc test will end up
4265 # making a dummy file named 'D' -- because '-MD' means "put the output
4266 # in D".
4267 rm -rf conftest.dir
4268 mkdir conftest.dir
4269 # Copy depcomp to subdir because otherwise we won't find it if we're
4270 # using a relative directory.
4271 cp "$am_depcomp" conftest.dir
4272 cd conftest.dir
4273 # We will build objects and dependencies in a subdirectory because
4274 # it helps to detect inapplicable dependency modes. For instance
4275 # both Tru64's cc and ICC support -MD to output dependencies as a
4276 # side effect of compilation, but ICC will put the dependencies in
4277 # the current directory while Tru64 will put them in the object
4278 # directory.
4279 mkdir sub
4280
4281 am_cv_CC_dependencies_compiler_type=none
4282 if test "$am_compiler_list" = ""; then
4283 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4284 fi
4285 am__universal=false
4286 case " $depcc " in #(
4287 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4288 esac
4289
4290 for depmode in $am_compiler_list; do
4291 # Setup a source with many dependencies, because some compilers
4292 # like to wrap large dependency lists on column 80 (with \), and
4293 # we should not choose a depcomp mode which is confused by this.
4294 #
4295 # We need to recreate these files for each test, as the compiler may
4296 # overwrite some of them when testing with obscure command lines.
4297 # This happens at least with the AIX C compiler.
4298 : > sub/conftest.c
4299 for i in 1 2 3 4 5 6; do
4300 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4301 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4302 # Solaris 10 /bin/sh.
4303 echo '/* dummy */' > sub/conftst$i.h
4304 done
4305 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4306
4307 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4308 # mode. It turns out that the SunPro C++ compiler does not properly
4309 # handle '-M -o', and we need to detect this. Also, some Intel
4310 # versions had trouble with output in subdirs.
4311 am__obj=sub/conftest.${OBJEXT-o}
4312 am__minus_obj="-o $am__obj"
4313 case $depmode in
4314 gcc)
4315 # This depmode causes a compiler race in universal mode.
4316 test "$am__universal" = false || continue
4317 ;;
4318 nosideeffect)
4319 # After this tag, mechanisms are not by side-effect, so they'll
4320 # only be used when explicitly requested.
4321 if test "x$enable_dependency_tracking" = xyes; then
4322 continue
4323 else
4324 break
4325 fi
4326 ;;
4327 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4328 # This compiler won't grok '-c -o', but also, the minuso test has
4329 # not run yet. These depmodes are late enough in the game, and
4330 # so weak that their functioning should not be impacted.
4331 am__obj=conftest.${OBJEXT-o}
4332 am__minus_obj=
4333 ;;
4334 none) break ;;
4335 esac
4336 if depmode=$depmode \
4337 source=sub/conftest.c object=$am__obj \
4338 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4339 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4340 >/dev/null 2>conftest.err &&
4341 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4342 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4343 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4344 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4345 # icc doesn't choke on unknown options, it will just issue warnings
4346 # or remarks (even with -Werror). So we grep stderr for any message
4347 # that says an option was ignored or not supported.
4348 # When given -MP, icc 7.0 and 7.1 complain thusly:
4349 # icc: Command line warning: ignoring option '-M'; no argument required
4350 # The diagnosis changed in icc 8.0:
4351 # icc: Command line remark: option '-MP' not supported
4352 if (grep 'ignoring option' conftest.err ||
4353 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4354 am_cv_CC_dependencies_compiler_type=$depmode
4355 break
4356 fi
4357 fi
4358 done
4359
4360 cd ..
4361 rm -rf conftest.dir
4362 else
4363 am_cv_CC_dependencies_compiler_type=none
4364 fi
4365
4366 fi
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4368 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4369 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4370
4371 if
4372 test "x$enable_dependency_tracking" != xno \
4373 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4374 am__fastdepCC_TRUE=
4375 am__fastdepCC_FALSE='#'
4376 else
4377 am__fastdepCC_TRUE='#'
4378 am__fastdepCC_FALSE=
4379 fi
4380
4381
4382
4383 # POSIX will say in a future version that running "rm -f" with no argument
4384 # is OK; and we want to be able to make that assumption in our Makefile
4385 # recipes. So use an aggressive probe to check that the usage we want is
4386 # actually supported "in the wild" to an acceptable degree.
4387 # See automake bug#10828.
4388 # To make any issue more visible, cause the running configure to be aborted
4389 # by default if the 'rm' program in use doesn't match our expectations; the
4390 # user can still override this though.
4391 if rm -f && rm -fr && rm -rf; then : OK; else
4392 cat >&2 <<'END'
4393 Oops!
4394
4395 Your 'rm' program seems unable to run without file operands specified
4396 on the command line, even when the '-f' option is present. This is contrary
4397 to the behaviour of most rm programs out there, and not conforming with
4398 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4399
4400 Please tell bug-automake@gnu.org about your system, including the value
4401 of your $PATH and any error possibly output before this message. This
4402 can help us improve future automake versions.
4403
4404 END
4405 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4406 echo 'Configuration will proceed anyway, since you have set the' >&2
4407 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4408 echo >&2
4409 else
4410 cat >&2 <<'END'
4411 Aborting the configuration process, to ensure you take notice of the issue.
4412
4413 You can download and install GNU coreutils to get an 'rm' implementation
4414 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4415
4416 If you want to complete the configuration process using your problematic
4417 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4418 to "yes", and re-run configure.
4419
4420 END
4421 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4422 fi
4423 fi
4424
4425
4426 ac_ext=c
4427 ac_cpp='$CPP $CPPFLAGS'
4428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4431 if test -n "$ac_tool_prefix"; then
4432 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4433 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4435 $as_echo_n "checking for $ac_word... " >&6; }
4436 if ${ac_cv_prog_CC+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 if test -n "$CC"; then
4440 ac_cv_prog_CC="$CC" # Let the user override the test.
4441 else
4442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4443 for as_dir in $PATH
4444 do
4445 IFS=$as_save_IFS
4446 test -z "$as_dir" && as_dir=.
4447 for ac_exec_ext in '' $ac_executable_extensions; do
4448 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4449 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4450 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4451 break 2
4452 fi
4453 done
4454 done
4455 IFS=$as_save_IFS
4456
4457 fi
4458 fi
4459 CC=$ac_cv_prog_CC
4460 if test -n "$CC"; then
4461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4462 $as_echo "$CC" >&6; }
4463 else
4464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4465 $as_echo "no" >&6; }
4466 fi
4467
4468
4469 fi
4470 if test -z "$ac_cv_prog_CC"; then
4471 ac_ct_CC=$CC
4472 # Extract the first word of "gcc", so it can be a program name with args.
4473 set dummy gcc; ac_word=$2
4474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4475 $as_echo_n "checking for $ac_word... " >&6; }
4476 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4477 $as_echo_n "(cached) " >&6
4478 else
4479 if test -n "$ac_ct_CC"; then
4480 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4481 else
4482 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4483 for as_dir in $PATH
4484 do
4485 IFS=$as_save_IFS
4486 test -z "$as_dir" && as_dir=.
4487 for ac_exec_ext in '' $ac_executable_extensions; do
4488 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4489 ac_cv_prog_ac_ct_CC="gcc"
4490 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4491 break 2
4492 fi
4493 done
4494 done
4495 IFS=$as_save_IFS
4496
4497 fi
4498 fi
4499 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4500 if test -n "$ac_ct_CC"; then
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4502 $as_echo "$ac_ct_CC" >&6; }
4503 else
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4505 $as_echo "no" >&6; }
4506 fi
4507
4508 if test "x$ac_ct_CC" = x; then
4509 CC=""
4510 else
4511 case $cross_compiling:$ac_tool_warned in
4512 yes:)
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4514 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4515 ac_tool_warned=yes ;;
4516 esac
4517 CC=$ac_ct_CC
4518 fi
4519 else
4520 CC="$ac_cv_prog_CC"
4521 fi
4522
4523 if test -z "$CC"; then
4524 if test -n "$ac_tool_prefix"; then
4525 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4526 set dummy ${ac_tool_prefix}cc; ac_word=$2
4527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4528 $as_echo_n "checking for $ac_word... " >&6; }
4529 if ${ac_cv_prog_CC+:} false; then :
4530 $as_echo_n "(cached) " >&6
4531 else
4532 if test -n "$CC"; then
4533 ac_cv_prog_CC="$CC" # Let the user override the test.
4534 else
4535 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4536 for as_dir in $PATH
4537 do
4538 IFS=$as_save_IFS
4539 test -z "$as_dir" && as_dir=.
4540 for ac_exec_ext in '' $ac_executable_extensions; do
4541 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4542 ac_cv_prog_CC="${ac_tool_prefix}cc"
4543 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4544 break 2
4545 fi
4546 done
4547 done
4548 IFS=$as_save_IFS
4549
4550 fi
4551 fi
4552 CC=$ac_cv_prog_CC
4553 if test -n "$CC"; then
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4555 $as_echo "$CC" >&6; }
4556 else
4557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4558 $as_echo "no" >&6; }
4559 fi
4560
4561
4562 fi
4563 fi
4564 if test -z "$CC"; then
4565 # Extract the first word of "cc", so it can be a program name with args.
4566 set dummy cc; ac_word=$2
4567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4568 $as_echo_n "checking for $ac_word... " >&6; }
4569 if ${ac_cv_prog_CC+:} false; then :
4570 $as_echo_n "(cached) " >&6
4571 else
4572 if test -n "$CC"; then
4573 ac_cv_prog_CC="$CC" # Let the user override the test.
4574 else
4575 ac_prog_rejected=no
4576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4577 for as_dir in $PATH
4578 do
4579 IFS=$as_save_IFS
4580 test -z "$as_dir" && as_dir=.
4581 for ac_exec_ext in '' $ac_executable_extensions; do
4582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4583 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4584 ac_prog_rejected=yes
4585 continue
4586 fi
4587 ac_cv_prog_CC="cc"
4588 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4589 break 2
4590 fi
4591 done
4592 done
4593 IFS=$as_save_IFS
4594
4595 if test $ac_prog_rejected = yes; then
4596 # We found a bogon in the path, so make sure we never use it.
4597 set dummy $ac_cv_prog_CC
4598 shift
4599 if test $# != 0; then
4600 # We chose a different compiler from the bogus one.
4601 # However, it has the same basename, so the bogon will be chosen
4602 # first if we set CC to just the basename; use the full file name.
4603 shift
4604 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4605 fi
4606 fi
4607 fi
4608 fi
4609 CC=$ac_cv_prog_CC
4610 if test -n "$CC"; then
4611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4612 $as_echo "$CC" >&6; }
4613 else
4614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4615 $as_echo "no" >&6; }
4616 fi
4617
4618
4619 fi
4620 if test -z "$CC"; then
4621 if test -n "$ac_tool_prefix"; then
4622 for ac_prog in cl.exe
4623 do
4624 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4625 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4627 $as_echo_n "checking for $ac_word... " >&6; }
4628 if ${ac_cv_prog_CC+:} false; then :
4629 $as_echo_n "(cached) " >&6
4630 else
4631 if test -n "$CC"; then
4632 ac_cv_prog_CC="$CC" # Let the user override the test.
4633 else
4634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4635 for as_dir in $PATH
4636 do
4637 IFS=$as_save_IFS
4638 test -z "$as_dir" && as_dir=.
4639 for ac_exec_ext in '' $ac_executable_extensions; do
4640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4641 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4643 break 2
4644 fi
4645 done
4646 done
4647 IFS=$as_save_IFS
4648
4649 fi
4650 fi
4651 CC=$ac_cv_prog_CC
4652 if test -n "$CC"; then
4653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4654 $as_echo "$CC" >&6; }
4655 else
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4657 $as_echo "no" >&6; }
4658 fi
4659
4660
4661 test -n "$CC" && break
4662 done
4663 fi
4664 if test -z "$CC"; then
4665 ac_ct_CC=$CC
4666 for ac_prog in cl.exe
4667 do
4668 # Extract the first word of "$ac_prog", so it can be a program name with args.
4669 set dummy $ac_prog; ac_word=$2
4670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4671 $as_echo_n "checking for $ac_word... " >&6; }
4672 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4673 $as_echo_n "(cached) " >&6
4674 else
4675 if test -n "$ac_ct_CC"; then
4676 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4677 else
4678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4679 for as_dir in $PATH
4680 do
4681 IFS=$as_save_IFS
4682 test -z "$as_dir" && as_dir=.
4683 for ac_exec_ext in '' $ac_executable_extensions; do
4684 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4685 ac_cv_prog_ac_ct_CC="$ac_prog"
4686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4687 break 2
4688 fi
4689 done
4690 done
4691 IFS=$as_save_IFS
4692
4693 fi
4694 fi
4695 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4696 if test -n "$ac_ct_CC"; then
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4698 $as_echo "$ac_ct_CC" >&6; }
4699 else
4700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4701 $as_echo "no" >&6; }
4702 fi
4703
4704
4705 test -n "$ac_ct_CC" && break
4706 done
4707
4708 if test "x$ac_ct_CC" = x; then
4709 CC=""
4710 else
4711 case $cross_compiling:$ac_tool_warned in
4712 yes:)
4713 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4714 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4715 ac_tool_warned=yes ;;
4716 esac
4717 CC=$ac_ct_CC
4718 fi
4719 fi
4720
4721 fi
4722
4723
4724 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4725 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4726 as_fn_error $? "no acceptable C compiler found in \$PATH
4727 See \`config.log' for more details" "$LINENO" 5; }
4728
4729 # Provide some information about the compiler.
4730 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4731 set X $ac_compile
4732 ac_compiler=$2
4733 for ac_option in --version -v -V -qversion; do
4734 { { ac_try="$ac_compiler $ac_option >&5"
4735 case "(($ac_try" in
4736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4737 *) ac_try_echo=$ac_try;;
4738 esac
4739 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4740 $as_echo "$ac_try_echo"; } >&5
4741 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4742 ac_status=$?
4743 if test -s conftest.err; then
4744 sed '10a\
4745 ... rest of stderr output deleted ...
4746 10q' conftest.err >conftest.er1
4747 cat conftest.er1 >&5
4748 fi
4749 rm -f conftest.er1 conftest.err
4750 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4751 test $ac_status = 0; }
4752 done
4753
4754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4755 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4756 if ${ac_cv_c_compiler_gnu+:} false; then :
4757 $as_echo_n "(cached) " >&6
4758 else
4759 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4760 /* end confdefs.h. */
4761
4762 int
4763 main ()
4764 {
4765 #ifndef __GNUC__
4766 choke me
4767 #endif
4768
4769 ;
4770 return 0;
4771 }
4772 _ACEOF
4773 if ac_fn_c_try_compile "$LINENO"; then :
4774 ac_compiler_gnu=yes
4775 else
4776 ac_compiler_gnu=no
4777 fi
4778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4779 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4780
4781 fi
4782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4783 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4784 if test $ac_compiler_gnu = yes; then
4785 GCC=yes
4786 else
4787 GCC=
4788 fi
4789 ac_test_CFLAGS=${CFLAGS+set}
4790 ac_save_CFLAGS=$CFLAGS
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4792 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4793 if ${ac_cv_prog_cc_g+:} false; then :
4794 $as_echo_n "(cached) " >&6
4795 else
4796 ac_save_c_werror_flag=$ac_c_werror_flag
4797 ac_c_werror_flag=yes
4798 ac_cv_prog_cc_g=no
4799 CFLAGS="-g"
4800 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4801 /* end confdefs.h. */
4802
4803 int
4804 main ()
4805 {
4806
4807 ;
4808 return 0;
4809 }
4810 _ACEOF
4811 if ac_fn_c_try_compile "$LINENO"; then :
4812 ac_cv_prog_cc_g=yes
4813 else
4814 CFLAGS=""
4815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4816 /* end confdefs.h. */
4817
4818 int
4819 main ()
4820 {
4821
4822 ;
4823 return 0;
4824 }
4825 _ACEOF
4826 if ac_fn_c_try_compile "$LINENO"; then :
4827
4828 else
4829 ac_c_werror_flag=$ac_save_c_werror_flag
4830 CFLAGS="-g"
4831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4832 /* end confdefs.h. */
4833
4834 int
4835 main ()
4836 {
4837
4838 ;
4839 return 0;
4840 }
4841 _ACEOF
4842 if ac_fn_c_try_compile "$LINENO"; then :
4843 ac_cv_prog_cc_g=yes
4844 fi
4845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4846 fi
4847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4848 fi
4849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4850 ac_c_werror_flag=$ac_save_c_werror_flag
4851 fi
4852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4853 $as_echo "$ac_cv_prog_cc_g" >&6; }
4854 if test "$ac_test_CFLAGS" = set; then
4855 CFLAGS=$ac_save_CFLAGS
4856 elif test $ac_cv_prog_cc_g = yes; then
4857 if test "$GCC" = yes; then
4858 CFLAGS="-g -O2"
4859 else
4860 CFLAGS="-g"
4861 fi
4862 else
4863 if test "$GCC" = yes; then
4864 CFLAGS="-O2"
4865 else
4866 CFLAGS=
4867 fi
4868 fi
4869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4870 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4871 if ${ac_cv_prog_cc_c89+:} false; then :
4872 $as_echo_n "(cached) " >&6
4873 else
4874 ac_cv_prog_cc_c89=no
4875 ac_save_CC=$CC
4876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4877 /* end confdefs.h. */
4878 #include <stdarg.h>
4879 #include <stdio.h>
4880 struct stat;
4881 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4882 struct buf { int x; };
4883 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4884 static char *e (p, i)
4885 char **p;
4886 int i;
4887 {
4888 return p[i];
4889 }
4890 static char *f (char * (*g) (char **, int), char **p, ...)
4891 {
4892 char *s;
4893 va_list v;
4894 va_start (v,p);
4895 s = g (p, va_arg (v,int));
4896 va_end (v);
4897 return s;
4898 }
4899
4900 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4901 function prototypes and stuff, but not '\xHH' hex character constants.
4902 These don't provoke an error unfortunately, instead are silently treated
4903 as 'x'. The following induces an error, until -std is added to get
4904 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4905 array size at least. It's necessary to write '\x00'==0 to get something
4906 that's true only with -std. */
4907 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4908
4909 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4910 inside strings and character constants. */
4911 #define FOO(x) 'x'
4912 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4913
4914 int test (int i, double x);
4915 struct s1 {int (*f) (int a);};
4916 struct s2 {int (*f) (double a);};
4917 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4918 int argc;
4919 char **argv;
4920 int
4921 main ()
4922 {
4923 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4924 ;
4925 return 0;
4926 }
4927 _ACEOF
4928 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4929 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4930 do
4931 CC="$ac_save_CC $ac_arg"
4932 if ac_fn_c_try_compile "$LINENO"; then :
4933 ac_cv_prog_cc_c89=$ac_arg
4934 fi
4935 rm -f core conftest.err conftest.$ac_objext
4936 test "x$ac_cv_prog_cc_c89" != "xno" && break
4937 done
4938 rm -f conftest.$ac_ext
4939 CC=$ac_save_CC
4940
4941 fi
4942 # AC_CACHE_VAL
4943 case "x$ac_cv_prog_cc_c89" in
4944 x)
4945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4946 $as_echo "none needed" >&6; } ;;
4947 xno)
4948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4949 $as_echo "unsupported" >&6; } ;;
4950 *)
4951 CC="$CC $ac_cv_prog_cc_c89"
4952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4953 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4954 esac
4955 if test "x$ac_cv_prog_cc_c89" != xno; then :
4956
4957 fi
4958
4959 ac_ext=c
4960 ac_cpp='$CPP $CPPFLAGS'
4961 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4962 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4963 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4964
4965 ac_ext=c
4966 ac_cpp='$CPP $CPPFLAGS'
4967 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4968 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4969 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4971 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4972 if ${am_cv_prog_cc_c_o+:} false; then :
4973 $as_echo_n "(cached) " >&6
4974 else
4975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4976 /* end confdefs.h. */
4977
4978 int
4979 main ()
4980 {
4981
4982 ;
4983 return 0;
4984 }
4985 _ACEOF
4986 # Make sure it works both with $CC and with simple cc.
4987 # Following AC_PROG_CC_C_O, we do the test twice because some
4988 # compilers refuse to overwrite an existing .o file with -o,
4989 # though they will create one.
4990 am_cv_prog_cc_c_o=yes
4991 for am_i in 1 2; do
4992 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4993 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4994 ac_status=$?
4995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4996 (exit $ac_status); } \
4997 && test -f conftest2.$ac_objext; then
4998 : OK
4999 else
5000 am_cv_prog_cc_c_o=no
5001 break
5002 fi
5003 done
5004 rm -f core conftest*
5005 unset am_i
5006 fi
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
5008 $as_echo "$am_cv_prog_cc_c_o" >&6; }
5009 if test "$am_cv_prog_cc_c_o" != yes; then
5010 # Losing compiler, so override with the script.
5011 # FIXME: It is wrong to rewrite CC.
5012 # But if we don't then we get into trouble of one sort or another.
5013 # A longer-term fix would be to have automake use am__CC in this case,
5014 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
5015 CC="$am_aux_dir/compile $CC"
5016 fi
5017 ac_ext=c
5018 ac_cpp='$CPP $CPPFLAGS'
5019 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5020 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5021 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5022
5023
5024 ac_ext=c
5025 ac_cpp='$CPP $CPPFLAGS'
5026 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5027 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5028 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5030 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5031 # On Suns, sometimes $CPP names a directory.
5032 if test -n "$CPP" && test -d "$CPP"; then
5033 CPP=
5034 fi
5035 if test -z "$CPP"; then
5036 if ${ac_cv_prog_CPP+:} false; then :
5037 $as_echo_n "(cached) " >&6
5038 else
5039 # Double quotes because CPP needs to be expanded
5040 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5041 do
5042 ac_preproc_ok=false
5043 for ac_c_preproc_warn_flag in '' yes
5044 do
5045 # Use a header file that comes with gcc, so configuring glibc
5046 # with a fresh cross-compiler works.
5047 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5048 # <limits.h> exists even on freestanding compilers.
5049 # On the NeXT, cc -E runs the code through the compiler's parser,
5050 # not just through cpp. "Syntax error" is here to catch this case.
5051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5052 /* end confdefs.h. */
5053 #ifdef __STDC__
5054 # include <limits.h>
5055 #else
5056 # include <assert.h>
5057 #endif
5058 Syntax error
5059 _ACEOF
5060 if ac_fn_c_try_cpp "$LINENO"; then :
5061
5062 else
5063 # Broken: fails on valid input.
5064 continue
5065 fi
5066 rm -f conftest.err conftest.i conftest.$ac_ext
5067
5068 # OK, works on sane cases. Now check whether nonexistent headers
5069 # can be detected and how.
5070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5071 /* end confdefs.h. */
5072 #include <ac_nonexistent.h>
5073 _ACEOF
5074 if ac_fn_c_try_cpp "$LINENO"; then :
5075 # Broken: success on invalid input.
5076 continue
5077 else
5078 # Passes both tests.
5079 ac_preproc_ok=:
5080 break
5081 fi
5082 rm -f conftest.err conftest.i conftest.$ac_ext
5083
5084 done
5085 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5086 rm -f conftest.i conftest.err conftest.$ac_ext
5087 if $ac_preproc_ok; then :
5088 break
5089 fi
5090
5091 done
5092 ac_cv_prog_CPP=$CPP
5093
5094 fi
5095 CPP=$ac_cv_prog_CPP
5096 else
5097 ac_cv_prog_CPP=$CPP
5098 fi
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5100 $as_echo "$CPP" >&6; }
5101 ac_preproc_ok=false
5102 for ac_c_preproc_warn_flag in '' yes
5103 do
5104 # Use a header file that comes with gcc, so configuring glibc
5105 # with a fresh cross-compiler works.
5106 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5107 # <limits.h> exists even on freestanding compilers.
5108 # On the NeXT, cc -E runs the code through the compiler's parser,
5109 # not just through cpp. "Syntax error" is here to catch this case.
5110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5111 /* end confdefs.h. */
5112 #ifdef __STDC__
5113 # include <limits.h>
5114 #else
5115 # include <assert.h>
5116 #endif
5117 Syntax error
5118 _ACEOF
5119 if ac_fn_c_try_cpp "$LINENO"; then :
5120
5121 else
5122 # Broken: fails on valid input.
5123 continue
5124 fi
5125 rm -f conftest.err conftest.i conftest.$ac_ext
5126
5127 # OK, works on sane cases. Now check whether nonexistent headers
5128 # can be detected and how.
5129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5130 /* end confdefs.h. */
5131 #include <ac_nonexistent.h>
5132 _ACEOF
5133 if ac_fn_c_try_cpp "$LINENO"; then :
5134 # Broken: success on invalid input.
5135 continue
5136 else
5137 # Passes both tests.
5138 ac_preproc_ok=:
5139 break
5140 fi
5141 rm -f conftest.err conftest.i conftest.$ac_ext
5142
5143 done
5144 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5145 rm -f conftest.i conftest.err conftest.$ac_ext
5146 if $ac_preproc_ok; then :
5147
5148 else
5149 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5150 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5151 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5152 See \`config.log' for more details" "$LINENO" 5; }
5153 fi
5154
5155 ac_ext=c
5156 ac_cpp='$CPP $CPPFLAGS'
5157 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5158 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5159 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5160
5161
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5163 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5164 if ${ac_cv_path_GREP+:} false; then :
5165 $as_echo_n "(cached) " >&6
5166 else
5167 if test -z "$GREP"; then
5168 ac_path_GREP_found=false
5169 # Loop through the user's path and test for each of PROGNAME-LIST
5170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5171 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5172 do
5173 IFS=$as_save_IFS
5174 test -z "$as_dir" && as_dir=.
5175 for ac_prog in grep ggrep; do
5176 for ac_exec_ext in '' $ac_executable_extensions; do
5177 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5178 as_fn_executable_p "$ac_path_GREP" || continue
5179 # Check for GNU ac_path_GREP and select it if it is found.
5180 # Check for GNU $ac_path_GREP
5181 case `"$ac_path_GREP" --version 2>&1` in
5182 *GNU*)
5183 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5184 *)
5185 ac_count=0
5186 $as_echo_n 0123456789 >"conftest.in"
5187 while :
5188 do
5189 cat "conftest.in" "conftest.in" >"conftest.tmp"
5190 mv "conftest.tmp" "conftest.in"
5191 cp "conftest.in" "conftest.nl"
5192 $as_echo 'GREP' >> "conftest.nl"
5193 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5194 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5195 as_fn_arith $ac_count + 1 && ac_count=$as_val
5196 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5197 # Best one so far, save it but keep looking for a better one
5198 ac_cv_path_GREP="$ac_path_GREP"
5199 ac_path_GREP_max=$ac_count
5200 fi
5201 # 10*(2^10) chars as input seems more than enough
5202 test $ac_count -gt 10 && break
5203 done
5204 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5205 esac
5206
5207 $ac_path_GREP_found && break 3
5208 done
5209 done
5210 done
5211 IFS=$as_save_IFS
5212 if test -z "$ac_cv_path_GREP"; then
5213 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5214 fi
5215 else
5216 ac_cv_path_GREP=$GREP
5217 fi
5218
5219 fi
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5221 $as_echo "$ac_cv_path_GREP" >&6; }
5222 GREP="$ac_cv_path_GREP"
5223
5224
5225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5226 $as_echo_n "checking for egrep... " >&6; }
5227 if ${ac_cv_path_EGREP+:} false; then :
5228 $as_echo_n "(cached) " >&6
5229 else
5230 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5231 then ac_cv_path_EGREP="$GREP -E"
5232 else
5233 if test -z "$EGREP"; then
5234 ac_path_EGREP_found=false
5235 # Loop through the user's path and test for each of PROGNAME-LIST
5236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5238 do
5239 IFS=$as_save_IFS
5240 test -z "$as_dir" && as_dir=.
5241 for ac_prog in egrep; do
5242 for ac_exec_ext in '' $ac_executable_extensions; do
5243 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5244 as_fn_executable_p "$ac_path_EGREP" || continue
5245 # Check for GNU ac_path_EGREP and select it if it is found.
5246 # Check for GNU $ac_path_EGREP
5247 case `"$ac_path_EGREP" --version 2>&1` in
5248 *GNU*)
5249 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5250 *)
5251 ac_count=0
5252 $as_echo_n 0123456789 >"conftest.in"
5253 while :
5254 do
5255 cat "conftest.in" "conftest.in" >"conftest.tmp"
5256 mv "conftest.tmp" "conftest.in"
5257 cp "conftest.in" "conftest.nl"
5258 $as_echo 'EGREP' >> "conftest.nl"
5259 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5260 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5261 as_fn_arith $ac_count + 1 && ac_count=$as_val
5262 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5263 # Best one so far, save it but keep looking for a better one
5264 ac_cv_path_EGREP="$ac_path_EGREP"
5265 ac_path_EGREP_max=$ac_count
5266 fi
5267 # 10*(2^10) chars as input seems more than enough
5268 test $ac_count -gt 10 && break
5269 done
5270 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5271 esac
5272
5273 $ac_path_EGREP_found && break 3
5274 done
5275 done
5276 done
5277 IFS=$as_save_IFS
5278 if test -z "$ac_cv_path_EGREP"; then
5279 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5280 fi
5281 else
5282 ac_cv_path_EGREP=$EGREP
5283 fi
5284
5285 fi
5286 fi
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5288 $as_echo "$ac_cv_path_EGREP" >&6; }
5289 EGREP="$ac_cv_path_EGREP"
5290
5291
5292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5293 $as_echo_n "checking for ANSI C header files... " >&6; }
5294 if ${ac_cv_header_stdc+:} false; then :
5295 $as_echo_n "(cached) " >&6
5296 else
5297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5298 /* end confdefs.h. */
5299 #include <stdlib.h>
5300 #include <stdarg.h>
5301 #include <string.h>
5302 #include <float.h>
5303
5304 int
5305 main ()
5306 {
5307
5308 ;
5309 return 0;
5310 }
5311 _ACEOF
5312 if ac_fn_c_try_compile "$LINENO"; then :
5313 ac_cv_header_stdc=yes
5314 else
5315 ac_cv_header_stdc=no
5316 fi
5317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5318
5319 if test $ac_cv_header_stdc = yes; then
5320 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5321 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5322 /* end confdefs.h. */
5323 #include <string.h>
5324
5325 _ACEOF
5326 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5327 $EGREP "memchr" >/dev/null 2>&1; then :
5328
5329 else
5330 ac_cv_header_stdc=no
5331 fi
5332 rm -f conftest*
5333
5334 fi
5335
5336 if test $ac_cv_header_stdc = yes; then
5337 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5339 /* end confdefs.h. */
5340 #include <stdlib.h>
5341
5342 _ACEOF
5343 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5344 $EGREP "free" >/dev/null 2>&1; then :
5345
5346 else
5347 ac_cv_header_stdc=no
5348 fi
5349 rm -f conftest*
5350
5351 fi
5352
5353 if test $ac_cv_header_stdc = yes; then
5354 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5355 if test "$cross_compiling" = yes; then :
5356 :
5357 else
5358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5359 /* end confdefs.h. */
5360 #include <ctype.h>
5361 #include <stdlib.h>
5362 #if ((' ' & 0x0FF) == 0x020)
5363 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5364 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5365 #else
5366 # define ISLOWER(c) \
5367 (('a' <= (c) && (c) <= 'i') \
5368 || ('j' <= (c) && (c) <= 'r') \
5369 || ('s' <= (c) && (c) <= 'z'))
5370 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5371 #endif
5372
5373 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5374 int
5375 main ()
5376 {
5377 int i;
5378 for (i = 0; i < 256; i++)
5379 if (XOR (islower (i), ISLOWER (i))
5380 || toupper (i) != TOUPPER (i))
5381 return 2;
5382 return 0;
5383 }
5384 _ACEOF
5385 if ac_fn_c_try_run "$LINENO"; then :
5386
5387 else
5388 ac_cv_header_stdc=no
5389 fi
5390 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5391 conftest.$ac_objext conftest.beam conftest.$ac_ext
5392 fi
5393
5394 fi
5395 fi
5396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5397 $as_echo "$ac_cv_header_stdc" >&6; }
5398 if test $ac_cv_header_stdc = yes; then
5399
5400 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5401
5402 fi
5403
5404 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5405 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5406 inttypes.h stdint.h unistd.h
5407 do :
5408 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5409 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5410 "
5411 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5412 cat >>confdefs.h <<_ACEOF
5413 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5414 _ACEOF
5415
5416 fi
5417
5418 done
5419
5420
5421
5422 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5423 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5424 MINIX=yes
5425 else
5426 MINIX=
5427 fi
5428
5429
5430 if test "$MINIX" = yes; then
5431
5432 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5433
5434
5435 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5436
5437
5438 $as_echo "#define _MINIX 1" >>confdefs.h
5439
5440 fi
5441
5442
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5444 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5445 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5446 $as_echo_n "(cached) " >&6
5447 else
5448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5449 /* end confdefs.h. */
5450
5451 # define __EXTENSIONS__ 1
5452 $ac_includes_default
5453 int
5454 main ()
5455 {
5456
5457 ;
5458 return 0;
5459 }
5460 _ACEOF
5461 if ac_fn_c_try_compile "$LINENO"; then :
5462 ac_cv_safe_to_define___extensions__=yes
5463 else
5464 ac_cv_safe_to_define___extensions__=no
5465 fi
5466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5467 fi
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5469 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5470 test $ac_cv_safe_to_define___extensions__ = yes &&
5471 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5472
5473 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5474
5475 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5476
5477 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5478
5479 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5480
5481
5482
5483
5484
5485 case `pwd` in
5486 *\ * | *\ *)
5487 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5488 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5489 esac
5490
5491
5492
5493 macro_version='2.2.7a'
5494 macro_revision='1.3134'
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
5505
5506
5507
5508 ltmain="$ac_aux_dir/ltmain.sh"
5509
5510 # Backslashify metacharacters that are still active within
5511 # double-quoted strings.
5512 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5513
5514 # Same as above, but do not quote variable references.
5515 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5516
5517 # Sed substitution to delay expansion of an escaped shell variable in a
5518 # double_quote_subst'ed string.
5519 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5520
5521 # Sed substitution to delay expansion of an escaped single quote.
5522 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5523
5524 # Sed substitution to avoid accidental globbing in evaled expressions
5525 no_glob_subst='s/\*/\\\*/g'
5526
5527 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5528 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5529 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5530
5531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5532 $as_echo_n "checking how to print strings... " >&6; }
5533 # Test print first, because it will be a builtin if present.
5534 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5535 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5536 ECHO='print -r --'
5537 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5538 ECHO='printf %s\n'
5539 else
5540 # Use this function as a fallback that always works.
5541 func_fallback_echo ()
5542 {
5543 eval 'cat <<_LTECHO_EOF
5544 $1
5545 _LTECHO_EOF'
5546 }
5547 ECHO='func_fallback_echo'
5548 fi
5549
5550 # func_echo_all arg...
5551 # Invoke $ECHO with all args, space-separated.
5552 func_echo_all ()
5553 {
5554 $ECHO ""
5555 }
5556
5557 case "$ECHO" in
5558 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5559 $as_echo "printf" >&6; } ;;
5560 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5561 $as_echo "print -r" >&6; } ;;
5562 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5563 $as_echo "cat" >&6; } ;;
5564 esac
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5580 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5581 if ${ac_cv_path_SED+:} false; then :
5582 $as_echo_n "(cached) " >&6
5583 else
5584 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5585 for ac_i in 1 2 3 4 5 6 7; do
5586 ac_script="$ac_script$as_nl$ac_script"
5587 done
5588 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5589 { ac_script=; unset ac_script;}
5590 if test -z "$SED"; then
5591 ac_path_SED_found=false
5592 # Loop through the user's path and test for each of PROGNAME-LIST
5593 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5594 for as_dir in $PATH
5595 do
5596 IFS=$as_save_IFS
5597 test -z "$as_dir" && as_dir=.
5598 for ac_prog in sed gsed; do
5599 for ac_exec_ext in '' $ac_executable_extensions; do
5600 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5601 as_fn_executable_p "$ac_path_SED" || continue
5602 # Check for GNU ac_path_SED and select it if it is found.
5603 # Check for GNU $ac_path_SED
5604 case `"$ac_path_SED" --version 2>&1` in
5605 *GNU*)
5606 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5607 *)
5608 ac_count=0
5609 $as_echo_n 0123456789 >"conftest.in"
5610 while :
5611 do
5612 cat "conftest.in" "conftest.in" >"conftest.tmp"
5613 mv "conftest.tmp" "conftest.in"
5614 cp "conftest.in" "conftest.nl"
5615 $as_echo '' >> "conftest.nl"
5616 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5617 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5618 as_fn_arith $ac_count + 1 && ac_count=$as_val
5619 if test $ac_count -gt ${ac_path_SED_max-0}; then
5620 # Best one so far, save it but keep looking for a better one
5621 ac_cv_path_SED="$ac_path_SED"
5622 ac_path_SED_max=$ac_count
5623 fi
5624 # 10*(2^10) chars as input seems more than enough
5625 test $ac_count -gt 10 && break
5626 done
5627 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5628 esac
5629
5630 $ac_path_SED_found && break 3
5631 done
5632 done
5633 done
5634 IFS=$as_save_IFS
5635 if test -z "$ac_cv_path_SED"; then
5636 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5637 fi
5638 else
5639 ac_cv_path_SED=$SED
5640 fi
5641
5642 fi
5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5644 $as_echo "$ac_cv_path_SED" >&6; }
5645 SED="$ac_cv_path_SED"
5646 rm -f conftest.sed
5647
5648 test -z "$SED" && SED=sed
5649 Xsed="$SED -e 1s/^X//"
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5662 $as_echo_n "checking for fgrep... " >&6; }
5663 if ${ac_cv_path_FGREP+:} false; then :
5664 $as_echo_n "(cached) " >&6
5665 else
5666 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5667 then ac_cv_path_FGREP="$GREP -F"
5668 else
5669 if test -z "$FGREP"; then
5670 ac_path_FGREP_found=false
5671 # Loop through the user's path and test for each of PROGNAME-LIST
5672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5673 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5674 do
5675 IFS=$as_save_IFS
5676 test -z "$as_dir" && as_dir=.
5677 for ac_prog in fgrep; do
5678 for ac_exec_ext in '' $ac_executable_extensions; do
5679 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5680 as_fn_executable_p "$ac_path_FGREP" || continue
5681 # Check for GNU ac_path_FGREP and select it if it is found.
5682 # Check for GNU $ac_path_FGREP
5683 case `"$ac_path_FGREP" --version 2>&1` in
5684 *GNU*)
5685 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5686 *)
5687 ac_count=0
5688 $as_echo_n 0123456789 >"conftest.in"
5689 while :
5690 do
5691 cat "conftest.in" "conftest.in" >"conftest.tmp"
5692 mv "conftest.tmp" "conftest.in"
5693 cp "conftest.in" "conftest.nl"
5694 $as_echo 'FGREP' >> "conftest.nl"
5695 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5696 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5697 as_fn_arith $ac_count + 1 && ac_count=$as_val
5698 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5699 # Best one so far, save it but keep looking for a better one
5700 ac_cv_path_FGREP="$ac_path_FGREP"
5701 ac_path_FGREP_max=$ac_count
5702 fi
5703 # 10*(2^10) chars as input seems more than enough
5704 test $ac_count -gt 10 && break
5705 done
5706 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5707 esac
5708
5709 $ac_path_FGREP_found && break 3
5710 done
5711 done
5712 done
5713 IFS=$as_save_IFS
5714 if test -z "$ac_cv_path_FGREP"; then
5715 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5716 fi
5717 else
5718 ac_cv_path_FGREP=$FGREP
5719 fi
5720
5721 fi
5722 fi
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5724 $as_echo "$ac_cv_path_FGREP" >&6; }
5725 FGREP="$ac_cv_path_FGREP"
5726
5727
5728 test -z "$GREP" && GREP=grep
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748 # Check whether --with-gnu-ld was given.
5749 if test "${with_gnu_ld+set}" = set; then :
5750 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5751 else
5752 with_gnu_ld=no
5753 fi
5754
5755 ac_prog=ld
5756 if test "$GCC" = yes; then
5757 # Check if gcc -print-prog-name=ld gives a path.
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5759 $as_echo_n "checking for ld used by $CC... " >&6; }
5760 case $host in
5761 *-*-mingw*)
5762 # gcc leaves a trailing carriage return which upsets mingw
5763 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5764 *)
5765 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5766 esac
5767 case $ac_prog in
5768 # Accept absolute paths.
5769 [\\/]* | ?:[\\/]*)
5770 re_direlt='/[^/][^/]*/\.\./'
5771 # Canonicalize the pathname of ld
5772 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5773 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5774 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5775 done
5776 test -z "$LD" && LD="$ac_prog"
5777 ;;
5778 "")
5779 # If it fails, then pretend we aren't using GCC.
5780 ac_prog=ld
5781 ;;
5782 *)
5783 # If it is relative, then search for the first ld in PATH.
5784 with_gnu_ld=unknown
5785 ;;
5786 esac
5787 elif test "$with_gnu_ld" = yes; then
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5789 $as_echo_n "checking for GNU ld... " >&6; }
5790 else
5791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5792 $as_echo_n "checking for non-GNU ld... " >&6; }
5793 fi
5794 if ${lt_cv_path_LD+:} false; then :
5795 $as_echo_n "(cached) " >&6
5796 else
5797 if test -z "$LD"; then
5798 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5799 for ac_dir in $PATH; do
5800 IFS="$lt_save_ifs"
5801 test -z "$ac_dir" && ac_dir=.
5802 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5803 lt_cv_path_LD="$ac_dir/$ac_prog"
5804 # Check to see if the program is GNU ld. I'd rather use --version,
5805 # but apparently some variants of GNU ld only accept -v.
5806 # Break only if it was the GNU/non-GNU ld that we prefer.
5807 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5808 *GNU* | *'with BFD'*)
5809 test "$with_gnu_ld" != no && break
5810 ;;
5811 *)
5812 test "$with_gnu_ld" != yes && break
5813 ;;
5814 esac
5815 fi
5816 done
5817 IFS="$lt_save_ifs"
5818 else
5819 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5820 fi
5821 fi
5822
5823 LD="$lt_cv_path_LD"
5824 if test -n "$LD"; then
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5826 $as_echo "$LD" >&6; }
5827 else
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5829 $as_echo "no" >&6; }
5830 fi
5831 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5833 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5834 if ${lt_cv_prog_gnu_ld+:} false; then :
5835 $as_echo_n "(cached) " >&6
5836 else
5837 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5838 case `$LD -v 2>&1 </dev/null` in
5839 *GNU* | *'with BFD'*)
5840 lt_cv_prog_gnu_ld=yes
5841 ;;
5842 *)
5843 lt_cv_prog_gnu_ld=no
5844 ;;
5845 esac
5846 fi
5847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5848 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5849 with_gnu_ld=$lt_cv_prog_gnu_ld
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5860 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5861 if ${lt_cv_path_NM+:} false; then :
5862 $as_echo_n "(cached) " >&6
5863 else
5864 if test -n "$NM"; then
5865 # Let the user override the test.
5866 lt_cv_path_NM="$NM"
5867 else
5868 lt_nm_to_check="${ac_tool_prefix}nm"
5869 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5870 lt_nm_to_check="$lt_nm_to_check nm"
5871 fi
5872 for lt_tmp_nm in $lt_nm_to_check; do
5873 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5874 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5875 IFS="$lt_save_ifs"
5876 test -z "$ac_dir" && ac_dir=.
5877 tmp_nm="$ac_dir/$lt_tmp_nm"
5878 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5879 # Check to see if the nm accepts a BSD-compat flag.
5880 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5881 # nm: unknown option "B" ignored
5882 # Tru64's nm complains that /dev/null is an invalid object file
5883 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5884 */dev/null* | *'Invalid file or object type'*)
5885 lt_cv_path_NM="$tmp_nm -B"
5886 break
5887 ;;
5888 *)
5889 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5890 */dev/null*)
5891 lt_cv_path_NM="$tmp_nm -p"
5892 break
5893 ;;
5894 *)
5895 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5896 continue # so that we can try to find one that supports BSD flags
5897 ;;
5898 esac
5899 ;;
5900 esac
5901 fi
5902 done
5903 IFS="$lt_save_ifs"
5904 done
5905 : ${lt_cv_path_NM=no}
5906 fi
5907 fi
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5909 $as_echo "$lt_cv_path_NM" >&6; }
5910 if test "$lt_cv_path_NM" != "no"; then
5911 NM="$lt_cv_path_NM"
5912 else
5913 # Didn't find any BSD compatible name lister, look for dumpbin.
5914 if test -n "$DUMPBIN"; then :
5915 # Let the user override the test.
5916 else
5917 if test -n "$ac_tool_prefix"; then
5918 for ac_prog in dumpbin "link -dump"
5919 do
5920 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5921 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5923 $as_echo_n "checking for $ac_word... " >&6; }
5924 if ${ac_cv_prog_DUMPBIN+:} false; then :
5925 $as_echo_n "(cached) " >&6
5926 else
5927 if test -n "$DUMPBIN"; then
5928 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5929 else
5930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931 for as_dir in $PATH
5932 do
5933 IFS=$as_save_IFS
5934 test -z "$as_dir" && as_dir=.
5935 for ac_exec_ext in '' $ac_executable_extensions; do
5936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5937 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5939 break 2
5940 fi
5941 done
5942 done
5943 IFS=$as_save_IFS
5944
5945 fi
5946 fi
5947 DUMPBIN=$ac_cv_prog_DUMPBIN
5948 if test -n "$DUMPBIN"; then
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5950 $as_echo "$DUMPBIN" >&6; }
5951 else
5952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5953 $as_echo "no" >&6; }
5954 fi
5955
5956
5957 test -n "$DUMPBIN" && break
5958 done
5959 fi
5960 if test -z "$DUMPBIN"; then
5961 ac_ct_DUMPBIN=$DUMPBIN
5962 for ac_prog in dumpbin "link -dump"
5963 do
5964 # Extract the first word of "$ac_prog", so it can be a program name with args.
5965 set dummy $ac_prog; ac_word=$2
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5967 $as_echo_n "checking for $ac_word... " >&6; }
5968 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5969 $as_echo_n "(cached) " >&6
5970 else
5971 if test -n "$ac_ct_DUMPBIN"; then
5972 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5973 else
5974 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5975 for as_dir in $PATH
5976 do
5977 IFS=$as_save_IFS
5978 test -z "$as_dir" && as_dir=.
5979 for ac_exec_ext in '' $ac_executable_extensions; do
5980 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5981 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5982 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5983 break 2
5984 fi
5985 done
5986 done
5987 IFS=$as_save_IFS
5988
5989 fi
5990 fi
5991 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5992 if test -n "$ac_ct_DUMPBIN"; then
5993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5994 $as_echo "$ac_ct_DUMPBIN" >&6; }
5995 else
5996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5997 $as_echo "no" >&6; }
5998 fi
5999
6000
6001 test -n "$ac_ct_DUMPBIN" && break
6002 done
6003
6004 if test "x$ac_ct_DUMPBIN" = x; then
6005 DUMPBIN=":"
6006 else
6007 case $cross_compiling:$ac_tool_warned in
6008 yes:)
6009 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6010 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6011 ac_tool_warned=yes ;;
6012 esac
6013 DUMPBIN=$ac_ct_DUMPBIN
6014 fi
6015 fi
6016
6017 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6018 *COFF*)
6019 DUMPBIN="$DUMPBIN -symbols"
6020 ;;
6021 *)
6022 DUMPBIN=:
6023 ;;
6024 esac
6025 fi
6026
6027 if test "$DUMPBIN" != ":"; then
6028 NM="$DUMPBIN"
6029 fi
6030 fi
6031 test -z "$NM" && NM=nm
6032
6033
6034
6035
6036
6037
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6039 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6040 if ${lt_cv_nm_interface+:} false; then :
6041 $as_echo_n "(cached) " >&6
6042 else
6043 lt_cv_nm_interface="BSD nm"
6044 echo "int some_variable = 0;" > conftest.$ac_ext
6045 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6046 (eval "$ac_compile" 2>conftest.err)
6047 cat conftest.err >&5
6048 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6049 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6050 cat conftest.err >&5
6051 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6052 cat conftest.out >&5
6053 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6054 lt_cv_nm_interface="MS dumpbin"
6055 fi
6056 rm -f conftest*
6057 fi
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6059 $as_echo "$lt_cv_nm_interface" >&6; }
6060
6061 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6062 $as_echo_n "checking whether ln -s works... " >&6; }
6063 LN_S=$as_ln_s
6064 if test "$LN_S" = "ln -s"; then
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6066 $as_echo "yes" >&6; }
6067 else
6068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6069 $as_echo "no, using $LN_S" >&6; }
6070 fi
6071
6072 # find the maximum length of command line arguments
6073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6074 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6075 if ${lt_cv_sys_max_cmd_len+:} false; then :
6076 $as_echo_n "(cached) " >&6
6077 else
6078 i=0
6079 teststring="ABCD"
6080
6081 case $build_os in
6082 msdosdjgpp*)
6083 # On DJGPP, this test can blow up pretty badly due to problems in libc
6084 # (any single argument exceeding 2000 bytes causes a buffer overrun
6085 # during glob expansion). Even if it were fixed, the result of this
6086 # check would be larger than it should be.
6087 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6088 ;;
6089
6090 gnu*)
6091 # Under GNU Hurd, this test is not required because there is
6092 # no limit to the length of command line arguments.
6093 # Libtool will interpret -1 as no limit whatsoever
6094 lt_cv_sys_max_cmd_len=-1;
6095 ;;
6096
6097 cygwin* | mingw* | cegcc*)
6098 # On Win9x/ME, this test blows up -- it succeeds, but takes
6099 # about 5 minutes as the teststring grows exponentially.
6100 # Worse, since 9x/ME are not pre-emptively multitasking,
6101 # you end up with a "frozen" computer, even though with patience
6102 # the test eventually succeeds (with a max line length of 256k).
6103 # Instead, let's just punt: use the minimum linelength reported by
6104 # all of the supported platforms: 8192 (on NT/2K/XP).
6105 lt_cv_sys_max_cmd_len=8192;
6106 ;;
6107
6108 mint*)
6109 # On MiNT this can take a long time and run out of memory.
6110 lt_cv_sys_max_cmd_len=8192;
6111 ;;
6112
6113 amigaos*)
6114 # On AmigaOS with pdksh, this test takes hours, literally.
6115 # So we just punt and use a minimum line length of 8192.
6116 lt_cv_sys_max_cmd_len=8192;
6117 ;;
6118
6119 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6120 # This has been around since 386BSD, at least. Likely further.
6121 if test -x /sbin/sysctl; then
6122 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6123 elif test -x /usr/sbin/sysctl; then
6124 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6125 else
6126 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6127 fi
6128 # And add a safety zone
6129 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6130 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6131 ;;
6132
6133 interix*)
6134 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6135 lt_cv_sys_max_cmd_len=196608
6136 ;;
6137
6138 osf*)
6139 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6140 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6141 # nice to cause kernel panics so lets avoid the loop below.
6142 # First set a reasonable default.
6143 lt_cv_sys_max_cmd_len=16384
6144 #
6145 if test -x /sbin/sysconfig; then
6146 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6147 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6148 esac
6149 fi
6150 ;;
6151 sco3.2v5*)
6152 lt_cv_sys_max_cmd_len=102400
6153 ;;
6154 sysv5* | sco5v6* | sysv4.2uw2*)
6155 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6156 if test -n "$kargmax"; then
6157 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6158 else
6159 lt_cv_sys_max_cmd_len=32768
6160 fi
6161 ;;
6162 *)
6163 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6164 if test -n "$lt_cv_sys_max_cmd_len"; then
6165 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6166 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6167 else
6168 # Make teststring a little bigger before we do anything with it.
6169 # a 1K string should be a reasonable start.
6170 for i in 1 2 3 4 5 6 7 8 ; do
6171 teststring=$teststring$teststring
6172 done
6173 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6174 # If test is not a shell built-in, we'll probably end up computing a
6175 # maximum length that is only half of the actual maximum length, but
6176 # we can't tell.
6177 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6178 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6179 test $i != 17 # 1/2 MB should be enough
6180 do
6181 i=`expr $i + 1`
6182 teststring=$teststring$teststring
6183 done
6184 # Only check the string length outside the loop.
6185 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6186 teststring=
6187 # Add a significant safety factor because C++ compilers can tack on
6188 # massive amounts of additional arguments before passing them to the
6189 # linker. It appears as though 1/2 is a usable value.
6190 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6191 fi
6192 ;;
6193 esac
6194
6195 fi
6196
6197 if test -n $lt_cv_sys_max_cmd_len ; then
6198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6199 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6200 else
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6202 $as_echo "none" >&6; }
6203 fi
6204 max_cmd_len=$lt_cv_sys_max_cmd_len
6205
6206
6207
6208
6209
6210
6211 : ${CP="cp -f"}
6212 : ${MV="mv -f"}
6213 : ${RM="rm -f"}
6214
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6216 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6217 # Try some XSI features
6218 xsi_shell=no
6219 ( _lt_dummy="a/b/c"
6220 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6221 = c,a/b,, \
6222 && eval 'test $(( 1 + 1 )) -eq 2 \
6223 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6224 && xsi_shell=yes
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6226 $as_echo "$xsi_shell" >&6; }
6227
6228
6229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6230 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6231 lt_shell_append=no
6232 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6233 >/dev/null 2>&1 \
6234 && lt_shell_append=yes
6235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6236 $as_echo "$lt_shell_append" >&6; }
6237
6238
6239 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6240 lt_unset=unset
6241 else
6242 lt_unset=false
6243 fi
6244
6245
6246
6247
6248
6249 # test EBCDIC or ASCII
6250 case `echo X|tr X '\101'` in
6251 A) # ASCII based system
6252 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6253 lt_SP2NL='tr \040 \012'
6254 lt_NL2SP='tr \015\012 \040\040'
6255 ;;
6256 *) # EBCDIC based system
6257 lt_SP2NL='tr \100 \n'
6258 lt_NL2SP='tr \r\n \100\100'
6259 ;;
6260 esac
6261
6262
6263
6264
6265
6266
6267
6268
6269
6270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6271 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6272 if ${lt_cv_ld_reload_flag+:} false; then :
6273 $as_echo_n "(cached) " >&6
6274 else
6275 lt_cv_ld_reload_flag='-r'
6276 fi
6277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6278 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6279 reload_flag=$lt_cv_ld_reload_flag
6280 case $reload_flag in
6281 "" | " "*) ;;
6282 *) reload_flag=" $reload_flag" ;;
6283 esac
6284 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6285 case $host_os in
6286 darwin*)
6287 if test "$GCC" = yes; then
6288 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6289 else
6290 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6291 fi
6292 ;;
6293 esac
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303 if test -n "$ac_tool_prefix"; then
6304 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6305 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6307 $as_echo_n "checking for $ac_word... " >&6; }
6308 if ${ac_cv_prog_OBJDUMP+:} false; then :
6309 $as_echo_n "(cached) " >&6
6310 else
6311 if test -n "$OBJDUMP"; then
6312 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6313 else
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH
6316 do
6317 IFS=$as_save_IFS
6318 test -z "$as_dir" && as_dir=.
6319 for ac_exec_ext in '' $ac_executable_extensions; do
6320 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6321 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6323 break 2
6324 fi
6325 done
6326 done
6327 IFS=$as_save_IFS
6328
6329 fi
6330 fi
6331 OBJDUMP=$ac_cv_prog_OBJDUMP
6332 if test -n "$OBJDUMP"; then
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6334 $as_echo "$OBJDUMP" >&6; }
6335 else
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6337 $as_echo "no" >&6; }
6338 fi
6339
6340
6341 fi
6342 if test -z "$ac_cv_prog_OBJDUMP"; then
6343 ac_ct_OBJDUMP=$OBJDUMP
6344 # Extract the first word of "objdump", so it can be a program name with args.
6345 set dummy objdump; ac_word=$2
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6347 $as_echo_n "checking for $ac_word... " >&6; }
6348 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6349 $as_echo_n "(cached) " >&6
6350 else
6351 if test -n "$ac_ct_OBJDUMP"; then
6352 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6353 else
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6356 do
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
6359 for ac_exec_ext in '' $ac_executable_extensions; do
6360 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6361 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6363 break 2
6364 fi
6365 done
6366 done
6367 IFS=$as_save_IFS
6368
6369 fi
6370 fi
6371 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6372 if test -n "$ac_ct_OBJDUMP"; then
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6374 $as_echo "$ac_ct_OBJDUMP" >&6; }
6375 else
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6377 $as_echo "no" >&6; }
6378 fi
6379
6380 if test "x$ac_ct_OBJDUMP" = x; then
6381 OBJDUMP="false"
6382 else
6383 case $cross_compiling:$ac_tool_warned in
6384 yes:)
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6387 ac_tool_warned=yes ;;
6388 esac
6389 OBJDUMP=$ac_ct_OBJDUMP
6390 fi
6391 else
6392 OBJDUMP="$ac_cv_prog_OBJDUMP"
6393 fi
6394
6395 test -z "$OBJDUMP" && OBJDUMP=objdump
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6406 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6407 if ${lt_cv_deplibs_check_method+:} false; then :
6408 $as_echo_n "(cached) " >&6
6409 else
6410 lt_cv_file_magic_cmd='$MAGIC_CMD'
6411 lt_cv_file_magic_test_file=
6412 lt_cv_deplibs_check_method='unknown'
6413 # Need to set the preceding variable on all platforms that support
6414 # interlibrary dependencies.
6415 # 'none' -- dependencies not supported.
6416 # `unknown' -- same as none, but documents that we really don't know.
6417 # 'pass_all' -- all dependencies passed with no checks.
6418 # 'test_compile' -- check by making test program.
6419 # 'file_magic [[regex]]' -- check by looking for files in library path
6420 # which responds to the $file_magic_cmd with a given extended regex.
6421 # If you have `file' or equivalent on your system and you're not sure
6422 # whether `pass_all' will *always* work, you probably want this one.
6423
6424 case $host_os in
6425 aix[4-9]*)
6426 lt_cv_deplibs_check_method=pass_all
6427 ;;
6428
6429 beos*)
6430 lt_cv_deplibs_check_method=pass_all
6431 ;;
6432
6433 bsdi[45]*)
6434 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6435 lt_cv_file_magic_cmd='/usr/bin/file -L'
6436 lt_cv_file_magic_test_file=/shlib/libc.so
6437 ;;
6438
6439 cygwin*)
6440 # func_win32_libid is a shell function defined in ltmain.sh
6441 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6442 lt_cv_file_magic_cmd='func_win32_libid'
6443 ;;
6444
6445 mingw* | pw32*)
6446 # Base MSYS/MinGW do not provide the 'file' command needed by
6447 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6448 # unless we find 'file', for example because we are cross-compiling.
6449 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6450 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6451 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6452 lt_cv_file_magic_cmd='func_win32_libid'
6453 else
6454 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6455 lt_cv_file_magic_cmd='$OBJDUMP -f'
6456 fi
6457 ;;
6458
6459 cegcc*)
6460 # use the weaker test based on 'objdump'. See mingw*.
6461 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6462 lt_cv_file_magic_cmd='$OBJDUMP -f'
6463 ;;
6464
6465 darwin* | rhapsody*)
6466 lt_cv_deplibs_check_method=pass_all
6467 ;;
6468
6469 freebsd* | dragonfly*)
6470 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6471 case $host_cpu in
6472 i*86 )
6473 # Not sure whether the presence of OpenBSD here was a mistake.
6474 # Let's accept both of them until this is cleared up.
6475 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6476 lt_cv_file_magic_cmd=/usr/bin/file
6477 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6478 ;;
6479 esac
6480 else
6481 lt_cv_deplibs_check_method=pass_all
6482 fi
6483 ;;
6484
6485 gnu*)
6486 lt_cv_deplibs_check_method=pass_all
6487 ;;
6488
6489 haiku*)
6490 lt_cv_deplibs_check_method=pass_all
6491 ;;
6492
6493 hpux10.20* | hpux11*)
6494 lt_cv_file_magic_cmd=/usr/bin/file
6495 case $host_cpu in
6496 ia64*)
6497 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6498 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6499 ;;
6500 hppa*64*)
6501 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]'
6502 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6503 ;;
6504 *)
6505 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6506 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6507 ;;
6508 esac
6509 ;;
6510
6511 interix[3-9]*)
6512 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6513 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6514 ;;
6515
6516 irix5* | irix6* | nonstopux*)
6517 case $LD in
6518 *-32|*"-32 ") libmagic=32-bit;;
6519 *-n32|*"-n32 ") libmagic=N32;;
6520 *-64|*"-64 ") libmagic=64-bit;;
6521 *) libmagic=never-match;;
6522 esac
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
6525
6526 # This must be Linux ELF.
6527 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6528 lt_cv_deplibs_check_method=pass_all
6529 ;;
6530
6531 netbsd*)
6532 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6533 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6534 else
6535 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6536 fi
6537 ;;
6538
6539 newos6*)
6540 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6541 lt_cv_file_magic_cmd=/usr/bin/file
6542 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6543 ;;
6544
6545 *nto* | *qnx*)
6546 lt_cv_deplibs_check_method=pass_all
6547 ;;
6548
6549 openbsd*)
6550 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6551 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6552 else
6553 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6554 fi
6555 ;;
6556
6557 osf3* | osf4* | osf5*)
6558 lt_cv_deplibs_check_method=pass_all
6559 ;;
6560
6561 rdos*)
6562 lt_cv_deplibs_check_method=pass_all
6563 ;;
6564
6565 solaris*)
6566 lt_cv_deplibs_check_method=pass_all
6567 ;;
6568
6569 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6570 lt_cv_deplibs_check_method=pass_all
6571 ;;
6572
6573 sysv4 | sysv4.3*)
6574 case $host_vendor in
6575 motorola)
6576 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]'
6577 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6578 ;;
6579 ncr)
6580 lt_cv_deplibs_check_method=pass_all
6581 ;;
6582 sequent)
6583 lt_cv_file_magic_cmd='/bin/file'
6584 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6585 ;;
6586 sni)
6587 lt_cv_file_magic_cmd='/bin/file'
6588 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6589 lt_cv_file_magic_test_file=/lib/libc.so
6590 ;;
6591 siemens)
6592 lt_cv_deplibs_check_method=pass_all
6593 ;;
6594 pc)
6595 lt_cv_deplibs_check_method=pass_all
6596 ;;
6597 esac
6598 ;;
6599
6600 tpf*)
6601 lt_cv_deplibs_check_method=pass_all
6602 ;;
6603 esac
6604
6605 fi
6606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6607 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6608 file_magic_cmd=$lt_cv_file_magic_cmd
6609 deplibs_check_method=$lt_cv_deplibs_check_method
6610 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623 if test -n "$ac_tool_prefix"; then
6624 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6625 set dummy ${ac_tool_prefix}ar; ac_word=$2
6626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if ${ac_cv_prog_AR+:} false; then :
6629 $as_echo_n "(cached) " >&6
6630 else
6631 if test -n "$AR"; then
6632 ac_cv_prog_AR="$AR" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6636 do
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6641 ac_cv_prog_AR="${ac_tool_prefix}ar"
6642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6644 fi
6645 done
6646 done
6647 IFS=$as_save_IFS
6648
6649 fi
6650 fi
6651 AR=$ac_cv_prog_AR
6652 if test -n "$AR"; then
6653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6654 $as_echo "$AR" >&6; }
6655 else
6656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6657 $as_echo "no" >&6; }
6658 fi
6659
6660
6661 fi
6662 if test -z "$ac_cv_prog_AR"; then
6663 ac_ct_AR=$AR
6664 # Extract the first word of "ar", so it can be a program name with args.
6665 set dummy ar; ac_word=$2
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6667 $as_echo_n "checking for $ac_word... " >&6; }
6668 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6669 $as_echo_n "(cached) " >&6
6670 else
6671 if test -n "$ac_ct_AR"; then
6672 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6673 else
6674 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6675 for as_dir in $PATH
6676 do
6677 IFS=$as_save_IFS
6678 test -z "$as_dir" && as_dir=.
6679 for ac_exec_ext in '' $ac_executable_extensions; do
6680 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6681 ac_cv_prog_ac_ct_AR="ar"
6682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6683 break 2
6684 fi
6685 done
6686 done
6687 IFS=$as_save_IFS
6688
6689 fi
6690 fi
6691 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6692 if test -n "$ac_ct_AR"; then
6693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6694 $as_echo "$ac_ct_AR" >&6; }
6695 else
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6697 $as_echo "no" >&6; }
6698 fi
6699
6700 if test "x$ac_ct_AR" = x; then
6701 AR="false"
6702 else
6703 case $cross_compiling:$ac_tool_warned in
6704 yes:)
6705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6706 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6707 ac_tool_warned=yes ;;
6708 esac
6709 AR=$ac_ct_AR
6710 fi
6711 else
6712 AR="$ac_cv_prog_AR"
6713 fi
6714
6715 test -z "$AR" && AR=ar
6716 test -z "$AR_FLAGS" && AR_FLAGS=cru
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728 if test -n "$ac_tool_prefix"; then
6729 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6730 set dummy ${ac_tool_prefix}strip; ac_word=$2
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732 $as_echo_n "checking for $ac_word... " >&6; }
6733 if ${ac_cv_prog_STRIP+:} false; then :
6734 $as_echo_n "(cached) " >&6
6735 else
6736 if test -n "$STRIP"; then
6737 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6738 else
6739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6740 for as_dir in $PATH
6741 do
6742 IFS=$as_save_IFS
6743 test -z "$as_dir" && as_dir=.
6744 for ac_exec_ext in '' $ac_executable_extensions; do
6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6748 break 2
6749 fi
6750 done
6751 done
6752 IFS=$as_save_IFS
6753
6754 fi
6755 fi
6756 STRIP=$ac_cv_prog_STRIP
6757 if test -n "$STRIP"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6759 $as_echo "$STRIP" >&6; }
6760 else
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762 $as_echo "no" >&6; }
6763 fi
6764
6765
6766 fi
6767 if test -z "$ac_cv_prog_STRIP"; then
6768 ac_ct_STRIP=$STRIP
6769 # Extract the first word of "strip", so it can be a program name with args.
6770 set dummy strip; ac_word=$2
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772 $as_echo_n "checking for $ac_word... " >&6; }
6773 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6774 $as_echo_n "(cached) " >&6
6775 else
6776 if test -n "$ac_ct_STRIP"; then
6777 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6778 else
6779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780 for as_dir in $PATH
6781 do
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6786 ac_cv_prog_ac_ct_STRIP="strip"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6788 break 2
6789 fi
6790 done
6791 done
6792 IFS=$as_save_IFS
6793
6794 fi
6795 fi
6796 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6797 if test -n "$ac_ct_STRIP"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6799 $as_echo "$ac_ct_STRIP" >&6; }
6800 else
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802 $as_echo "no" >&6; }
6803 fi
6804
6805 if test "x$ac_ct_STRIP" = x; then
6806 STRIP=":"
6807 else
6808 case $cross_compiling:$ac_tool_warned in
6809 yes:)
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6812 ac_tool_warned=yes ;;
6813 esac
6814 STRIP=$ac_ct_STRIP
6815 fi
6816 else
6817 STRIP="$ac_cv_prog_STRIP"
6818 fi
6819
6820 test -z "$STRIP" && STRIP=:
6821
6822
6823
6824
6825
6826
6827 if test -n "$ac_tool_prefix"; then
6828 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6829 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6831 $as_echo_n "checking for $ac_word... " >&6; }
6832 if ${ac_cv_prog_RANLIB+:} false; then :
6833 $as_echo_n "(cached) " >&6
6834 else
6835 if test -n "$RANLIB"; then
6836 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6837 else
6838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6839 for as_dir in $PATH
6840 do
6841 IFS=$as_save_IFS
6842 test -z "$as_dir" && as_dir=.
6843 for ac_exec_ext in '' $ac_executable_extensions; do
6844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6845 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 break 2
6848 fi
6849 done
6850 done
6851 IFS=$as_save_IFS
6852
6853 fi
6854 fi
6855 RANLIB=$ac_cv_prog_RANLIB
6856 if test -n "$RANLIB"; then
6857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6858 $as_echo "$RANLIB" >&6; }
6859 else
6860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6861 $as_echo "no" >&6; }
6862 fi
6863
6864
6865 fi
6866 if test -z "$ac_cv_prog_RANLIB"; then
6867 ac_ct_RANLIB=$RANLIB
6868 # Extract the first word of "ranlib", so it can be a program name with args.
6869 set dummy ranlib; ac_word=$2
6870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6871 $as_echo_n "checking for $ac_word... " >&6; }
6872 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6873 $as_echo_n "(cached) " >&6
6874 else
6875 if test -n "$ac_ct_RANLIB"; then
6876 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6877 else
6878 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6879 for as_dir in $PATH
6880 do
6881 IFS=$as_save_IFS
6882 test -z "$as_dir" && as_dir=.
6883 for ac_exec_ext in '' $ac_executable_extensions; do
6884 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6885 ac_cv_prog_ac_ct_RANLIB="ranlib"
6886 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6887 break 2
6888 fi
6889 done
6890 done
6891 IFS=$as_save_IFS
6892
6893 fi
6894 fi
6895 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6896 if test -n "$ac_ct_RANLIB"; then
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6898 $as_echo "$ac_ct_RANLIB" >&6; }
6899 else
6900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6901 $as_echo "no" >&6; }
6902 fi
6903
6904 if test "x$ac_ct_RANLIB" = x; then
6905 RANLIB=":"
6906 else
6907 case $cross_compiling:$ac_tool_warned in
6908 yes:)
6909 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6910 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6911 ac_tool_warned=yes ;;
6912 esac
6913 RANLIB=$ac_ct_RANLIB
6914 fi
6915 else
6916 RANLIB="$ac_cv_prog_RANLIB"
6917 fi
6918
6919 test -z "$RANLIB" && RANLIB=:
6920
6921
6922
6923
6924
6925
6926 # Determine commands to create old-style static archives.
6927 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6928 old_postinstall_cmds='chmod 644 $oldlib'
6929 old_postuninstall_cmds=
6930
6931 if test -n "$RANLIB"; then
6932 case $host_os in
6933 openbsd*)
6934 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6935 ;;
6936 *)
6937 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6938 ;;
6939 esac
6940 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6941 fi
6942
6943 case $host_os in
6944 darwin*)
6945 lock_old_archive_extraction=yes ;;
6946 *)
6947 lock_old_archive_extraction=no ;;
6948 esac
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968
6969
6970
6971
6972
6973
6974
6975
6976
6977
6978
6979
6980
6981
6982
6983
6984
6985
6986
6987
6988 # If no C compiler was specified, use CC.
6989 LTCC=${LTCC-"$CC"}
6990
6991 # If no C compiler flags were specified, use CFLAGS.
6992 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6993
6994 # Allow CC to be a program name with arguments.
6995 compiler=$CC
6996
6997
6998 # Check for command to grab the raw symbol name followed by C symbol from nm.
6999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7000 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7001 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
7002 $as_echo_n "(cached) " >&6
7003 else
7004
7005 # These are sane defaults that work on at least a few old systems.
7006 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
7007
7008 # Character class describing NM global symbol codes.
7009 symcode='[BCDEGRST]'
7010
7011 # Regexp to match symbols that can be accessed directly from C.
7012 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7013
7014 # Define system-specific variables.
7015 case $host_os in
7016 aix*)
7017 symcode='[BCDT]'
7018 ;;
7019 cygwin* | mingw* | pw32* | cegcc*)
7020 symcode='[ABCDGISTW]'
7021 ;;
7022 hpux*)
7023 if test "$host_cpu" = ia64; then
7024 symcode='[ABCDEGRST]'
7025 fi
7026 ;;
7027 irix* | nonstopux*)
7028 symcode='[BCDEGRST]'
7029 ;;
7030 osf*)
7031 symcode='[BCDEGQRST]'
7032 ;;
7033 solaris*)
7034 symcode='[BDRT]'
7035 ;;
7036 sco3.2v5*)
7037 symcode='[DT]'
7038 ;;
7039 sysv4.2uw2*)
7040 symcode='[DT]'
7041 ;;
7042 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7043 symcode='[ABDT]'
7044 ;;
7045 sysv4)
7046 symcode='[DFNSTU]'
7047 ;;
7048 esac
7049
7050 # If we're using GNU nm, then use its standard symbol codes.
7051 case `$NM -V 2>&1` in
7052 *GNU* | *'with BFD'*)
7053 symcode='[ABCDGIRSTW]' ;;
7054 esac
7055
7056 # Transform an extracted symbol line into a proper C declaration.
7057 # Some systems (esp. on ia64) link data and code symbols differently,
7058 # so use this general approach.
7059 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7060
7061 # Transform an extracted symbol line into symbol name and symbol address
7062 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7063 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'"
7064
7065 # Handle CRLF in mingw tool chain
7066 opt_cr=
7067 case $build_os in
7068 mingw*)
7069 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7070 ;;
7071 esac
7072
7073 # Try without a prefix underscore, then with it.
7074 for ac_symprfx in "" "_"; do
7075
7076 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7077 symxfrm="\\1 $ac_symprfx\\2 \\2"
7078
7079 # Write the raw and C identifiers.
7080 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7081 # Fake it for dumpbin and say T for any non-static function
7082 # and D for any global variable.
7083 # Also find C++ and __fastcall symbols from MSVC++,
7084 # which start with @ or ?.
7085 lt_cv_sys_global_symbol_pipe="$AWK '"\
7086 " {last_section=section; section=\$ 3};"\
7087 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7088 " \$ 0!~/External *\|/{next};"\
7089 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7090 " {if(hide[section]) next};"\
7091 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7092 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7093 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7094 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7095 " ' prfx=^$ac_symprfx"
7096 else
7097 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7098 fi
7099
7100 # Check to see that the pipe works correctly.
7101 pipe_works=no
7102
7103 rm -f conftest*
7104 cat > conftest.$ac_ext <<_LT_EOF
7105 #ifdef __cplusplus
7106 extern "C" {
7107 #endif
7108 char nm_test_var;
7109 void nm_test_func(void);
7110 void nm_test_func(void){}
7111 #ifdef __cplusplus
7112 }
7113 #endif
7114 int main(){nm_test_var='a';nm_test_func();return(0);}
7115 _LT_EOF
7116
7117 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7118 (eval $ac_compile) 2>&5
7119 ac_status=$?
7120 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7121 test $ac_status = 0; }; then
7122 # Now try to grab the symbols.
7123 nlist=conftest.nm
7124 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7125 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7126 ac_status=$?
7127 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7128 test $ac_status = 0; } && test -s "$nlist"; then
7129 # Try sorting and uniquifying the output.
7130 if sort "$nlist" | uniq > "$nlist"T; then
7131 mv -f "$nlist"T "$nlist"
7132 else
7133 rm -f "$nlist"T
7134 fi
7135
7136 # Make sure that we snagged all the symbols we need.
7137 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7138 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7139 cat <<_LT_EOF > conftest.$ac_ext
7140 #ifdef __cplusplus
7141 extern "C" {
7142 #endif
7143
7144 _LT_EOF
7145 # Now generate the symbol file.
7146 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7147
7148 cat <<_LT_EOF >> conftest.$ac_ext
7149
7150 /* The mapping between symbol names and symbols. */
7151 const struct {
7152 const char *name;
7153 void *address;
7154 }
7155 lt__PROGRAM__LTX_preloaded_symbols[] =
7156 {
7157 { "@PROGRAM@", (void *) 0 },
7158 _LT_EOF
7159 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7160 cat <<\_LT_EOF >> conftest.$ac_ext
7161 {0, (void *) 0}
7162 };
7163
7164 /* This works around a problem in FreeBSD linker */
7165 #ifdef FREEBSD_WORKAROUND
7166 static const void *lt_preloaded_setup() {
7167 return lt__PROGRAM__LTX_preloaded_symbols;
7168 }
7169 #endif
7170
7171 #ifdef __cplusplus
7172 }
7173 #endif
7174 _LT_EOF
7175 # Now try linking the two files.
7176 mv conftest.$ac_objext conftstm.$ac_objext
7177 lt_save_LIBS="$LIBS"
7178 lt_save_CFLAGS="$CFLAGS"
7179 LIBS="conftstm.$ac_objext"
7180 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7181 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7182 (eval $ac_link) 2>&5
7183 ac_status=$?
7184 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7185 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7186 pipe_works=yes
7187 fi
7188 LIBS="$lt_save_LIBS"
7189 CFLAGS="$lt_save_CFLAGS"
7190 else
7191 echo "cannot find nm_test_func in $nlist" >&5
7192 fi
7193 else
7194 echo "cannot find nm_test_var in $nlist" >&5
7195 fi
7196 else
7197 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7198 fi
7199 else
7200 echo "$progname: failed program was:" >&5
7201 cat conftest.$ac_ext >&5
7202 fi
7203 rm -rf conftest* conftst*
7204
7205 # Do not use the global_symbol_pipe unless it works.
7206 if test "$pipe_works" = yes; then
7207 break
7208 else
7209 lt_cv_sys_global_symbol_pipe=
7210 fi
7211 done
7212
7213 fi
7214
7215 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7216 lt_cv_sys_global_symbol_to_cdecl=
7217 fi
7218 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7220 $as_echo "failed" >&6; }
7221 else
7222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7223 $as_echo "ok" >&6; }
7224 fi
7225
7226
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237
7238
7239
7240
7241
7242
7243
7244
7245
7246
7247 # Check whether --enable-libtool-lock was given.
7248 if test "${enable_libtool_lock+set}" = set; then :
7249 enableval=$enable_libtool_lock;
7250 fi
7251
7252 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7253
7254 # Some flags need to be propagated to the compiler or linker for good
7255 # libtool support.
7256 case $host in
7257 ia64-*-hpux*)
7258 # Find out which ABI we are using.
7259 echo 'int i;' > conftest.$ac_ext
7260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7261 (eval $ac_compile) 2>&5
7262 ac_status=$?
7263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7264 test $ac_status = 0; }; then
7265 case `/usr/bin/file conftest.$ac_objext` in
7266 *ELF-32*)
7267 HPUX_IA64_MODE="32"
7268 ;;
7269 *ELF-64*)
7270 HPUX_IA64_MODE="64"
7271 ;;
7272 esac
7273 fi
7274 rm -rf conftest*
7275 ;;
7276 *-*-irix6*)
7277 # Find out which ABI we are using.
7278 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7280 (eval $ac_compile) 2>&5
7281 ac_status=$?
7282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7283 test $ac_status = 0; }; then
7284 if test "$lt_cv_prog_gnu_ld" = yes; then
7285 case `/usr/bin/file conftest.$ac_objext` in
7286 *32-bit*)
7287 LD="${LD-ld} -melf32bsmip"
7288 ;;
7289 *N32*)
7290 LD="${LD-ld} -melf32bmipn32"
7291 ;;
7292 *64-bit*)
7293 LD="${LD-ld} -melf64bmip"
7294 ;;
7295 esac
7296 else
7297 case `/usr/bin/file conftest.$ac_objext` in
7298 *32-bit*)
7299 LD="${LD-ld} -32"
7300 ;;
7301 *N32*)
7302 LD="${LD-ld} -n32"
7303 ;;
7304 *64-bit*)
7305 LD="${LD-ld} -64"
7306 ;;
7307 esac
7308 fi
7309 fi
7310 rm -rf conftest*
7311 ;;
7312
7313 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7314 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7315 # Find out which ABI we are using.
7316 echo 'int i;' > conftest.$ac_ext
7317 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7318 (eval $ac_compile) 2>&5
7319 ac_status=$?
7320 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7321 test $ac_status = 0; }; then
7322 case `/usr/bin/file conftest.o` in
7323 *32-bit*)
7324 case $host in
7325 x86_64-*kfreebsd*-gnu)
7326 LD="${LD-ld} -m elf_i386_fbsd"
7327 ;;
7328 x86_64-*linux*)
7329 case `/usr/bin/file conftest.o` in
7330 *x86-64*)
7331 LD="${LD-ld} -m elf32_x86_64"
7332 ;;
7333 *)
7334 LD="${LD-ld} -m elf_i386"
7335 ;;
7336 esac
7337 ;;
7338 powerpc64le-*linux*)
7339 LD="${LD-ld} -m elf32lppclinux"
7340 ;;
7341 powerpc64-*linux*)
7342 LD="${LD-ld} -m elf32ppclinux"
7343 ;;
7344 s390x-*linux*)
7345 LD="${LD-ld} -m elf_s390"
7346 ;;
7347 sparc64-*linux*)
7348 LD="${LD-ld} -m elf32_sparc"
7349 ;;
7350 esac
7351 ;;
7352 *64-bit*)
7353 case $host in
7354 x86_64-*kfreebsd*-gnu)
7355 LD="${LD-ld} -m elf_x86_64_fbsd"
7356 ;;
7357 x86_64-*linux*)
7358 LD="${LD-ld} -m elf_x86_64"
7359 ;;
7360 powerpcle-*linux*)
7361 LD="${LD-ld} -m elf64lppc"
7362 ;;
7363 powerpc-*linux*)
7364 LD="${LD-ld} -m elf64ppc"
7365 ;;
7366 s390*-*linux*|s390*-*tpf*)
7367 LD="${LD-ld} -m elf64_s390"
7368 ;;
7369 sparc*-*linux*)
7370 LD="${LD-ld} -m elf64_sparc"
7371 ;;
7372 esac
7373 ;;
7374 esac
7375 fi
7376 rm -rf conftest*
7377 ;;
7378
7379 *-*-sco3.2v5*)
7380 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7381 SAVE_CFLAGS="$CFLAGS"
7382 CFLAGS="$CFLAGS -belf"
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7384 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7385 if ${lt_cv_cc_needs_belf+:} false; then :
7386 $as_echo_n "(cached) " >&6
7387 else
7388 ac_ext=c
7389 ac_cpp='$CPP $CPPFLAGS'
7390 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7391 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7392 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7393
7394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7395 /* end confdefs.h. */
7396
7397 int
7398 main ()
7399 {
7400
7401 ;
7402 return 0;
7403 }
7404 _ACEOF
7405 if ac_fn_c_try_link "$LINENO"; then :
7406 lt_cv_cc_needs_belf=yes
7407 else
7408 lt_cv_cc_needs_belf=no
7409 fi
7410 rm -f core conftest.err conftest.$ac_objext \
7411 conftest$ac_exeext conftest.$ac_ext
7412 ac_ext=c
7413 ac_cpp='$CPP $CPPFLAGS'
7414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7417
7418 fi
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7420 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7421 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7422 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7423 CFLAGS="$SAVE_CFLAGS"
7424 fi
7425 ;;
7426 sparc*-*solaris*)
7427 # Find out which ABI we are using.
7428 echo 'int i;' > conftest.$ac_ext
7429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7430 (eval $ac_compile) 2>&5
7431 ac_status=$?
7432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7433 test $ac_status = 0; }; then
7434 case `/usr/bin/file conftest.o` in
7435 *64-bit*)
7436 case $lt_cv_prog_gnu_ld in
7437 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7438 *)
7439 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7440 LD="${LD-ld} -64"
7441 fi
7442 ;;
7443 esac
7444 ;;
7445 esac
7446 fi
7447 rm -rf conftest*
7448 ;;
7449 esac
7450
7451 need_locks="$enable_libtool_lock"
7452
7453
7454 case $host_os in
7455 rhapsody* | darwin*)
7456 if test -n "$ac_tool_prefix"; then
7457 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7458 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7460 $as_echo_n "checking for $ac_word... " >&6; }
7461 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7462 $as_echo_n "(cached) " >&6
7463 else
7464 if test -n "$DSYMUTIL"; then
7465 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7466 else
7467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7468 for as_dir in $PATH
7469 do
7470 IFS=$as_save_IFS
7471 test -z "$as_dir" && as_dir=.
7472 for ac_exec_ext in '' $ac_executable_extensions; do
7473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7474 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7476 break 2
7477 fi
7478 done
7479 done
7480 IFS=$as_save_IFS
7481
7482 fi
7483 fi
7484 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7485 if test -n "$DSYMUTIL"; then
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7487 $as_echo "$DSYMUTIL" >&6; }
7488 else
7489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7490 $as_echo "no" >&6; }
7491 fi
7492
7493
7494 fi
7495 if test -z "$ac_cv_prog_DSYMUTIL"; then
7496 ac_ct_DSYMUTIL=$DSYMUTIL
7497 # Extract the first word of "dsymutil", so it can be a program name with args.
7498 set dummy dsymutil; ac_word=$2
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7500 $as_echo_n "checking for $ac_word... " >&6; }
7501 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7502 $as_echo_n "(cached) " >&6
7503 else
7504 if test -n "$ac_ct_DSYMUTIL"; then
7505 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7506 else
7507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7508 for as_dir in $PATH
7509 do
7510 IFS=$as_save_IFS
7511 test -z "$as_dir" && as_dir=.
7512 for ac_exec_ext in '' $ac_executable_extensions; do
7513 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7514 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7515 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7516 break 2
7517 fi
7518 done
7519 done
7520 IFS=$as_save_IFS
7521
7522 fi
7523 fi
7524 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7525 if test -n "$ac_ct_DSYMUTIL"; then
7526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7527 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7528 else
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7530 $as_echo "no" >&6; }
7531 fi
7532
7533 if test "x$ac_ct_DSYMUTIL" = x; then
7534 DSYMUTIL=":"
7535 else
7536 case $cross_compiling:$ac_tool_warned in
7537 yes:)
7538 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7540 ac_tool_warned=yes ;;
7541 esac
7542 DSYMUTIL=$ac_ct_DSYMUTIL
7543 fi
7544 else
7545 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7546 fi
7547
7548 if test -n "$ac_tool_prefix"; then
7549 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7550 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7552 $as_echo_n "checking for $ac_word... " >&6; }
7553 if ${ac_cv_prog_NMEDIT+:} false; then :
7554 $as_echo_n "(cached) " >&6
7555 else
7556 if test -n "$NMEDIT"; then
7557 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7558 else
7559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7560 for as_dir in $PATH
7561 do
7562 IFS=$as_save_IFS
7563 test -z "$as_dir" && as_dir=.
7564 for ac_exec_ext in '' $ac_executable_extensions; do
7565 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7566 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7567 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7568 break 2
7569 fi
7570 done
7571 done
7572 IFS=$as_save_IFS
7573
7574 fi
7575 fi
7576 NMEDIT=$ac_cv_prog_NMEDIT
7577 if test -n "$NMEDIT"; then
7578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7579 $as_echo "$NMEDIT" >&6; }
7580 else
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7582 $as_echo "no" >&6; }
7583 fi
7584
7585
7586 fi
7587 if test -z "$ac_cv_prog_NMEDIT"; then
7588 ac_ct_NMEDIT=$NMEDIT
7589 # Extract the first word of "nmedit", so it can be a program name with args.
7590 set dummy nmedit; ac_word=$2
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7592 $as_echo_n "checking for $ac_word... " >&6; }
7593 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7594 $as_echo_n "(cached) " >&6
7595 else
7596 if test -n "$ac_ct_NMEDIT"; then
7597 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7598 else
7599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7600 for as_dir in $PATH
7601 do
7602 IFS=$as_save_IFS
7603 test -z "$as_dir" && as_dir=.
7604 for ac_exec_ext in '' $ac_executable_extensions; do
7605 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7606 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7607 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7608 break 2
7609 fi
7610 done
7611 done
7612 IFS=$as_save_IFS
7613
7614 fi
7615 fi
7616 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7617 if test -n "$ac_ct_NMEDIT"; then
7618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7619 $as_echo "$ac_ct_NMEDIT" >&6; }
7620 else
7621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7622 $as_echo "no" >&6; }
7623 fi
7624
7625 if test "x$ac_ct_NMEDIT" = x; then
7626 NMEDIT=":"
7627 else
7628 case $cross_compiling:$ac_tool_warned in
7629 yes:)
7630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7631 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7632 ac_tool_warned=yes ;;
7633 esac
7634 NMEDIT=$ac_ct_NMEDIT
7635 fi
7636 else
7637 NMEDIT="$ac_cv_prog_NMEDIT"
7638 fi
7639
7640 if test -n "$ac_tool_prefix"; then
7641 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7642 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7644 $as_echo_n "checking for $ac_word... " >&6; }
7645 if ${ac_cv_prog_LIPO+:} false; then :
7646 $as_echo_n "(cached) " >&6
7647 else
7648 if test -n "$LIPO"; then
7649 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7650 else
7651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7652 for as_dir in $PATH
7653 do
7654 IFS=$as_save_IFS
7655 test -z "$as_dir" && as_dir=.
7656 for ac_exec_ext in '' $ac_executable_extensions; do
7657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7658 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7660 break 2
7661 fi
7662 done
7663 done
7664 IFS=$as_save_IFS
7665
7666 fi
7667 fi
7668 LIPO=$ac_cv_prog_LIPO
7669 if test -n "$LIPO"; then
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7671 $as_echo "$LIPO" >&6; }
7672 else
7673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7674 $as_echo "no" >&6; }
7675 fi
7676
7677
7678 fi
7679 if test -z "$ac_cv_prog_LIPO"; then
7680 ac_ct_LIPO=$LIPO
7681 # Extract the first word of "lipo", so it can be a program name with args.
7682 set dummy lipo; ac_word=$2
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7684 $as_echo_n "checking for $ac_word... " >&6; }
7685 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7686 $as_echo_n "(cached) " >&6
7687 else
7688 if test -n "$ac_ct_LIPO"; then
7689 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7690 else
7691 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7692 for as_dir in $PATH
7693 do
7694 IFS=$as_save_IFS
7695 test -z "$as_dir" && as_dir=.
7696 for ac_exec_ext in '' $ac_executable_extensions; do
7697 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7698 ac_cv_prog_ac_ct_LIPO="lipo"
7699 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7700 break 2
7701 fi
7702 done
7703 done
7704 IFS=$as_save_IFS
7705
7706 fi
7707 fi
7708 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7709 if test -n "$ac_ct_LIPO"; then
7710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7711 $as_echo "$ac_ct_LIPO" >&6; }
7712 else
7713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7714 $as_echo "no" >&6; }
7715 fi
7716
7717 if test "x$ac_ct_LIPO" = x; then
7718 LIPO=":"
7719 else
7720 case $cross_compiling:$ac_tool_warned in
7721 yes:)
7722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7723 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7724 ac_tool_warned=yes ;;
7725 esac
7726 LIPO=$ac_ct_LIPO
7727 fi
7728 else
7729 LIPO="$ac_cv_prog_LIPO"
7730 fi
7731
7732 if test -n "$ac_tool_prefix"; then
7733 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7734 set dummy ${ac_tool_prefix}otool; ac_word=$2
7735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7736 $as_echo_n "checking for $ac_word... " >&6; }
7737 if ${ac_cv_prog_OTOOL+:} false; then :
7738 $as_echo_n "(cached) " >&6
7739 else
7740 if test -n "$OTOOL"; then
7741 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7742 else
7743 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7744 for as_dir in $PATH
7745 do
7746 IFS=$as_save_IFS
7747 test -z "$as_dir" && as_dir=.
7748 for ac_exec_ext in '' $ac_executable_extensions; do
7749 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7750 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7751 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7752 break 2
7753 fi
7754 done
7755 done
7756 IFS=$as_save_IFS
7757
7758 fi
7759 fi
7760 OTOOL=$ac_cv_prog_OTOOL
7761 if test -n "$OTOOL"; then
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7763 $as_echo "$OTOOL" >&6; }
7764 else
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7766 $as_echo "no" >&6; }
7767 fi
7768
7769
7770 fi
7771 if test -z "$ac_cv_prog_OTOOL"; then
7772 ac_ct_OTOOL=$OTOOL
7773 # Extract the first word of "otool", so it can be a program name with args.
7774 set dummy otool; ac_word=$2
7775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7776 $as_echo_n "checking for $ac_word... " >&6; }
7777 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7778 $as_echo_n "(cached) " >&6
7779 else
7780 if test -n "$ac_ct_OTOOL"; then
7781 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7782 else
7783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7784 for as_dir in $PATH
7785 do
7786 IFS=$as_save_IFS
7787 test -z "$as_dir" && as_dir=.
7788 for ac_exec_ext in '' $ac_executable_extensions; do
7789 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7790 ac_cv_prog_ac_ct_OTOOL="otool"
7791 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7792 break 2
7793 fi
7794 done
7795 done
7796 IFS=$as_save_IFS
7797
7798 fi
7799 fi
7800 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7801 if test -n "$ac_ct_OTOOL"; then
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7803 $as_echo "$ac_ct_OTOOL" >&6; }
7804 else
7805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7806 $as_echo "no" >&6; }
7807 fi
7808
7809 if test "x$ac_ct_OTOOL" = x; then
7810 OTOOL=":"
7811 else
7812 case $cross_compiling:$ac_tool_warned in
7813 yes:)
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7815 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7816 ac_tool_warned=yes ;;
7817 esac
7818 OTOOL=$ac_ct_OTOOL
7819 fi
7820 else
7821 OTOOL="$ac_cv_prog_OTOOL"
7822 fi
7823
7824 if test -n "$ac_tool_prefix"; then
7825 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7826 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7828 $as_echo_n "checking for $ac_word... " >&6; }
7829 if ${ac_cv_prog_OTOOL64+:} false; then :
7830 $as_echo_n "(cached) " >&6
7831 else
7832 if test -n "$OTOOL64"; then
7833 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7834 else
7835 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7836 for as_dir in $PATH
7837 do
7838 IFS=$as_save_IFS
7839 test -z "$as_dir" && as_dir=.
7840 for ac_exec_ext in '' $ac_executable_extensions; do
7841 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7842 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7843 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 break 2
7845 fi
7846 done
7847 done
7848 IFS=$as_save_IFS
7849
7850 fi
7851 fi
7852 OTOOL64=$ac_cv_prog_OTOOL64
7853 if test -n "$OTOOL64"; then
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7855 $as_echo "$OTOOL64" >&6; }
7856 else
7857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7858 $as_echo "no" >&6; }
7859 fi
7860
7861
7862 fi
7863 if test -z "$ac_cv_prog_OTOOL64"; then
7864 ac_ct_OTOOL64=$OTOOL64
7865 # Extract the first word of "otool64", so it can be a program name with args.
7866 set dummy otool64; ac_word=$2
7867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7868 $as_echo_n "checking for $ac_word... " >&6; }
7869 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7870 $as_echo_n "(cached) " >&6
7871 else
7872 if test -n "$ac_ct_OTOOL64"; then
7873 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7874 else
7875 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7876 for as_dir in $PATH
7877 do
7878 IFS=$as_save_IFS
7879 test -z "$as_dir" && as_dir=.
7880 for ac_exec_ext in '' $ac_executable_extensions; do
7881 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7882 ac_cv_prog_ac_ct_OTOOL64="otool64"
7883 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7884 break 2
7885 fi
7886 done
7887 done
7888 IFS=$as_save_IFS
7889
7890 fi
7891 fi
7892 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7893 if test -n "$ac_ct_OTOOL64"; then
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7895 $as_echo "$ac_ct_OTOOL64" >&6; }
7896 else
7897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7898 $as_echo "no" >&6; }
7899 fi
7900
7901 if test "x$ac_ct_OTOOL64" = x; then
7902 OTOOL64=":"
7903 else
7904 case $cross_compiling:$ac_tool_warned in
7905 yes:)
7906 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7907 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7908 ac_tool_warned=yes ;;
7909 esac
7910 OTOOL64=$ac_ct_OTOOL64
7911 fi
7912 else
7913 OTOOL64="$ac_cv_prog_OTOOL64"
7914 fi
7915
7916
7917
7918
7919
7920
7921
7922
7923
7924
7925
7926
7927
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937
7938
7939
7940
7941
7942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7943 $as_echo_n "checking for -single_module linker flag... " >&6; }
7944 if ${lt_cv_apple_cc_single_mod+:} false; then :
7945 $as_echo_n "(cached) " >&6
7946 else
7947 lt_cv_apple_cc_single_mod=no
7948 if test -z "${LT_MULTI_MODULE}"; then
7949 # By default we will add the -single_module flag. You can override
7950 # by either setting the environment variable LT_MULTI_MODULE
7951 # non-empty at configure time, or by adding -multi_module to the
7952 # link flags.
7953 rm -rf libconftest.dylib*
7954 echo "int foo(void){return 1;}" > conftest.c
7955 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7956 -dynamiclib -Wl,-single_module conftest.c" >&5
7957 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7958 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7959 _lt_result=$?
7960 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7961 lt_cv_apple_cc_single_mod=yes
7962 else
7963 cat conftest.err >&5
7964 fi
7965 rm -rf libconftest.dylib*
7966 rm -f conftest.*
7967 fi
7968 fi
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7970 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7972 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7973 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7974 $as_echo_n "(cached) " >&6
7975 else
7976 lt_cv_ld_exported_symbols_list=no
7977 save_LDFLAGS=$LDFLAGS
7978 echo "_main" > conftest.sym
7979 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7981 /* end confdefs.h. */
7982
7983 int
7984 main ()
7985 {
7986
7987 ;
7988 return 0;
7989 }
7990 _ACEOF
7991 if ac_fn_c_try_link "$LINENO"; then :
7992 lt_cv_ld_exported_symbols_list=yes
7993 else
7994 lt_cv_ld_exported_symbols_list=no
7995 fi
7996 rm -f core conftest.err conftest.$ac_objext \
7997 conftest$ac_exeext conftest.$ac_ext
7998 LDFLAGS="$save_LDFLAGS"
7999
8000 fi
8001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8002 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8004 $as_echo_n "checking for -force_load linker flag... " >&6; }
8005 if ${lt_cv_ld_force_load+:} false; then :
8006 $as_echo_n "(cached) " >&6
8007 else
8008 lt_cv_ld_force_load=no
8009 cat > conftest.c << _LT_EOF
8010 int forced_loaded() { return 2;}
8011 _LT_EOF
8012 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8013 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8014 echo "$AR cru libconftest.a conftest.o" >&5
8015 $AR cru libconftest.a conftest.o 2>&5
8016 cat > conftest.c << _LT_EOF
8017 int main() { return 0;}
8018 _LT_EOF
8019 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8020 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8021 _lt_result=$?
8022 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8023 lt_cv_ld_force_load=yes
8024 else
8025 cat conftest.err >&5
8026 fi
8027 rm -f conftest.err libconftest.a conftest conftest.c
8028 rm -rf conftest.dSYM
8029
8030 fi
8031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8032 $as_echo "$lt_cv_ld_force_load" >&6; }
8033 case $host_os in
8034 rhapsody* | darwin1.[012])
8035 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8036 darwin1.*)
8037 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8038 darwin*) # darwin 5.x on
8039 # if running on 10.5 or later, the deployment target defaults
8040 # to the OS version, if on x86, and 10.4, the deployment
8041 # target defaults to 10.4. Don't you love it?
8042 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8043 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8044 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8045 10.[012][,.]*)
8046 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8047 10.*)
8048 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8049 esac
8050 ;;
8051 esac
8052 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8053 _lt_dar_single_mod='$single_module'
8054 fi
8055 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8056 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8057 else
8058 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8059 fi
8060 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8061 _lt_dsymutil='~$DSYMUTIL $lib || :'
8062 else
8063 _lt_dsymutil=
8064 fi
8065 ;;
8066 esac
8067
8068 for ac_header in dlfcn.h
8069 do :
8070 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8071 "
8072 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8073 cat >>confdefs.h <<_ACEOF
8074 #define HAVE_DLFCN_H 1
8075 _ACEOF
8076
8077 fi
8078
8079 done
8080
8081
8082
8083
8084
8085 # Set options
8086
8087
8088
8089 enable_dlopen=no
8090
8091
8092 enable_win32_dll=no
8093
8094
8095 # Check whether --enable-shared was given.
8096 if test "${enable_shared+set}" = set; then :
8097 enableval=$enable_shared; p=${PACKAGE-default}
8098 case $enableval in
8099 yes) enable_shared=yes ;;
8100 no) enable_shared=no ;;
8101 *)
8102 enable_shared=no
8103 # Look at the argument we got. We use all the common list separators.
8104 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8105 for pkg in $enableval; do
8106 IFS="$lt_save_ifs"
8107 if test "X$pkg" = "X$p"; then
8108 enable_shared=yes
8109 fi
8110 done
8111 IFS="$lt_save_ifs"
8112 ;;
8113 esac
8114 else
8115 enable_shared=yes
8116 fi
8117
8118
8119
8120
8121
8122
8123
8124
8125
8126 # Check whether --enable-static was given.
8127 if test "${enable_static+set}" = set; then :
8128 enableval=$enable_static; p=${PACKAGE-default}
8129 case $enableval in
8130 yes) enable_static=yes ;;
8131 no) enable_static=no ;;
8132 *)
8133 enable_static=no
8134 # Look at the argument we got. We use all the common list separators.
8135 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8136 for pkg in $enableval; do
8137 IFS="$lt_save_ifs"
8138 if test "X$pkg" = "X$p"; then
8139 enable_static=yes
8140 fi
8141 done
8142 IFS="$lt_save_ifs"
8143 ;;
8144 esac
8145 else
8146 enable_static=yes
8147 fi
8148
8149
8150
8151
8152
8153
8154
8155
8156
8157
8158 # Check whether --with-pic was given.
8159 if test "${with_pic+set}" = set; then :
8160 withval=$with_pic; pic_mode="$withval"
8161 else
8162 pic_mode=default
8163 fi
8164
8165
8166 test -z "$pic_mode" && pic_mode=default
8167
8168
8169
8170
8171
8172
8173
8174 # Check whether --enable-fast-install was given.
8175 if test "${enable_fast_install+set}" = set; then :
8176 enableval=$enable_fast_install; p=${PACKAGE-default}
8177 case $enableval in
8178 yes) enable_fast_install=yes ;;
8179 no) enable_fast_install=no ;;
8180 *)
8181 enable_fast_install=no
8182 # Look at the argument we got. We use all the common list separators.
8183 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8184 for pkg in $enableval; do
8185 IFS="$lt_save_ifs"
8186 if test "X$pkg" = "X$p"; then
8187 enable_fast_install=yes
8188 fi
8189 done
8190 IFS="$lt_save_ifs"
8191 ;;
8192 esac
8193 else
8194 enable_fast_install=yes
8195 fi
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207 # This can be used to rebuild libtool when needed
8208 LIBTOOL_DEPS="$ltmain"
8209
8210 # Always use our own libtool.
8211 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8212
8213
8214
8215
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230
8231
8232
8233
8234
8235
8236
8237
8238 test -z "$LN_S" && LN_S="ln -s"
8239
8240
8241
8242
8243
8244
8245
8246
8247
8248
8249
8250
8251
8252
8253 if test -n "${ZSH_VERSION+set}" ; then
8254 setopt NO_GLOB_SUBST
8255 fi
8256
8257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8258 $as_echo_n "checking for objdir... " >&6; }
8259 if ${lt_cv_objdir+:} false; then :
8260 $as_echo_n "(cached) " >&6
8261 else
8262 rm -f .libs 2>/dev/null
8263 mkdir .libs 2>/dev/null
8264 if test -d .libs; then
8265 lt_cv_objdir=.libs
8266 else
8267 # MS-DOS does not allow filenames that begin with a dot.
8268 lt_cv_objdir=_libs
8269 fi
8270 rmdir .libs 2>/dev/null
8271 fi
8272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8273 $as_echo "$lt_cv_objdir" >&6; }
8274 objdir=$lt_cv_objdir
8275
8276
8277
8278
8279
8280 cat >>confdefs.h <<_ACEOF
8281 #define LT_OBJDIR "$lt_cv_objdir/"
8282 _ACEOF
8283
8284
8285
8286
8287 case $host_os in
8288 aix3*)
8289 # AIX sometimes has problems with the GCC collect2 program. For some
8290 # reason, if we set the COLLECT_NAMES environment variable, the problems
8291 # vanish in a puff of smoke.
8292 if test "X${COLLECT_NAMES+set}" != Xset; then
8293 COLLECT_NAMES=
8294 export COLLECT_NAMES
8295 fi
8296 ;;
8297 esac
8298
8299 # Global variables:
8300 ofile=libtool
8301 can_build_shared=yes
8302
8303 # All known linkers require a `.a' archive for static linking (except MSVC,
8304 # which needs '.lib').
8305 libext=a
8306
8307 with_gnu_ld="$lt_cv_prog_gnu_ld"
8308
8309 old_CC="$CC"
8310 old_CFLAGS="$CFLAGS"
8311
8312 # Set sane defaults for various variables
8313 test -z "$CC" && CC=cc
8314 test -z "$LTCC" && LTCC=$CC
8315 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8316 test -z "$LD" && LD=ld
8317 test -z "$ac_objext" && ac_objext=o
8318
8319 for cc_temp in $compiler""; do
8320 case $cc_temp in
8321 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8322 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8323 \-*) ;;
8324 *) break;;
8325 esac
8326 done
8327 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8328
8329
8330 # Only perform the check for file, if the check method requires it
8331 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8332 case $deplibs_check_method in
8333 file_magic*)
8334 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8336 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8337 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8338 $as_echo_n "(cached) " >&6
8339 else
8340 case $MAGIC_CMD in
8341 [\\/*] | ?:[\\/]*)
8342 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8343 ;;
8344 *)
8345 lt_save_MAGIC_CMD="$MAGIC_CMD"
8346 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8347 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8348 for ac_dir in $ac_dummy; do
8349 IFS="$lt_save_ifs"
8350 test -z "$ac_dir" && ac_dir=.
8351 if test -f $ac_dir/${ac_tool_prefix}file; then
8352 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8353 if test -n "$file_magic_test_file"; then
8354 case $deplibs_check_method in
8355 "file_magic "*)
8356 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8357 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8358 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8359 $EGREP "$file_magic_regex" > /dev/null; then
8360 :
8361 else
8362 cat <<_LT_EOF 1>&2
8363
8364 *** Warning: the command libtool uses to detect shared libraries,
8365 *** $file_magic_cmd, produces output that libtool cannot recognize.
8366 *** The result is that libtool may fail to recognize shared libraries
8367 *** as such. This will affect the creation of libtool libraries that
8368 *** depend on shared libraries, but programs linked with such libtool
8369 *** libraries will work regardless of this problem. Nevertheless, you
8370 *** may want to report the problem to your system manager and/or to
8371 *** bug-libtool@gnu.org
8372
8373 _LT_EOF
8374 fi ;;
8375 esac
8376 fi
8377 break
8378 fi
8379 done
8380 IFS="$lt_save_ifs"
8381 MAGIC_CMD="$lt_save_MAGIC_CMD"
8382 ;;
8383 esac
8384 fi
8385
8386 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8387 if test -n "$MAGIC_CMD"; then
8388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8389 $as_echo "$MAGIC_CMD" >&6; }
8390 else
8391 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8392 $as_echo "no" >&6; }
8393 fi
8394
8395
8396
8397
8398
8399 if test -z "$lt_cv_path_MAGIC_CMD"; then
8400 if test -n "$ac_tool_prefix"; then
8401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8402 $as_echo_n "checking for file... " >&6; }
8403 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8404 $as_echo_n "(cached) " >&6
8405 else
8406 case $MAGIC_CMD in
8407 [\\/*] | ?:[\\/]*)
8408 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8409 ;;
8410 *)
8411 lt_save_MAGIC_CMD="$MAGIC_CMD"
8412 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8413 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8414 for ac_dir in $ac_dummy; do
8415 IFS="$lt_save_ifs"
8416 test -z "$ac_dir" && ac_dir=.
8417 if test -f $ac_dir/file; then
8418 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8419 if test -n "$file_magic_test_file"; then
8420 case $deplibs_check_method in
8421 "file_magic "*)
8422 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8423 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8424 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8425 $EGREP "$file_magic_regex" > /dev/null; then
8426 :
8427 else
8428 cat <<_LT_EOF 1>&2
8429
8430 *** Warning: the command libtool uses to detect shared libraries,
8431 *** $file_magic_cmd, produces output that libtool cannot recognize.
8432 *** The result is that libtool may fail to recognize shared libraries
8433 *** as such. This will affect the creation of libtool libraries that
8434 *** depend on shared libraries, but programs linked with such libtool
8435 *** libraries will work regardless of this problem. Nevertheless, you
8436 *** may want to report the problem to your system manager and/or to
8437 *** bug-libtool@gnu.org
8438
8439 _LT_EOF
8440 fi ;;
8441 esac
8442 fi
8443 break
8444 fi
8445 done
8446 IFS="$lt_save_ifs"
8447 MAGIC_CMD="$lt_save_MAGIC_CMD"
8448 ;;
8449 esac
8450 fi
8451
8452 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8453 if test -n "$MAGIC_CMD"; then
8454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8455 $as_echo "$MAGIC_CMD" >&6; }
8456 else
8457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8458 $as_echo "no" >&6; }
8459 fi
8460
8461
8462 else
8463 MAGIC_CMD=:
8464 fi
8465 fi
8466
8467 fi
8468 ;;
8469 esac
8470
8471 # Use C for the default configuration in the libtool script
8472
8473 lt_save_CC="$CC"
8474 ac_ext=c
8475 ac_cpp='$CPP $CPPFLAGS'
8476 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8477 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8478 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8479
8480
8481 # Source file extension for C test sources.
8482 ac_ext=c
8483
8484 # Object file extension for compiled C test sources.
8485 objext=o
8486 objext=$objext
8487
8488 # Code to be used in simple compile tests
8489 lt_simple_compile_test_code="int some_variable = 0;"
8490
8491 # Code to be used in simple link tests
8492 lt_simple_link_test_code='int main(){return(0);}'
8493
8494
8495
8496
8497
8498
8499
8500 # If no C compiler was specified, use CC.
8501 LTCC=${LTCC-"$CC"}
8502
8503 # If no C compiler flags were specified, use CFLAGS.
8504 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8505
8506 # Allow CC to be a program name with arguments.
8507 compiler=$CC
8508
8509 # Save the default compiler, since it gets overwritten when the other
8510 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8511 compiler_DEFAULT=$CC
8512
8513 # save warnings/boilerplate of simple test code
8514 ac_outfile=conftest.$ac_objext
8515 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8516 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8517 _lt_compiler_boilerplate=`cat conftest.err`
8518 $RM conftest*
8519
8520 ac_outfile=conftest.$ac_objext
8521 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8522 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8523 _lt_linker_boilerplate=`cat conftest.err`
8524 $RM -r conftest*
8525
8526
8527 ## CAVEAT EMPTOR:
8528 ## There is no encapsulation within the following macros, do not change
8529 ## the running order or otherwise move them around unless you know exactly
8530 ## what you are doing...
8531 if test -n "$compiler"; then
8532
8533 lt_prog_compiler_no_builtin_flag=
8534
8535 if test "$GCC" = yes; then
8536 case $cc_basename in
8537 nvcc*)
8538 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8539 *)
8540 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8541 esac
8542
8543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8544 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8545 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8546 $as_echo_n "(cached) " >&6
8547 else
8548 lt_cv_prog_compiler_rtti_exceptions=no
8549 ac_outfile=conftest.$ac_objext
8550 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8551 lt_compiler_flag="-fno-rtti -fno-exceptions"
8552 # Insert the option either (1) after the last *FLAGS variable, or
8553 # (2) before a word containing "conftest.", or (3) at the end.
8554 # Note that $ac_compile itself does not contain backslashes and begins
8555 # with a dollar sign (not a hyphen), so the echo should work correctly.
8556 # The option is referenced via a variable to avoid confusing sed.
8557 lt_compile=`echo "$ac_compile" | $SED \
8558 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8559 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8560 -e 's:$: $lt_compiler_flag:'`
8561 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8562 (eval "$lt_compile" 2>conftest.err)
8563 ac_status=$?
8564 cat conftest.err >&5
8565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8566 if (exit $ac_status) && test -s "$ac_outfile"; then
8567 # The compiler can only warn and ignore the option if not recognized
8568 # So say no if there are warnings other than the usual output.
8569 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8570 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8571 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8572 lt_cv_prog_compiler_rtti_exceptions=yes
8573 fi
8574 fi
8575 $RM conftest*
8576
8577 fi
8578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8579 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8580
8581 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8582 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8583 else
8584 :
8585 fi
8586
8587 fi
8588
8589
8590
8591
8592
8593
8594 lt_prog_compiler_wl=
8595 lt_prog_compiler_pic=
8596 lt_prog_compiler_static=
8597
8598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8599 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8600
8601 if test "$GCC" = yes; then
8602 lt_prog_compiler_wl='-Wl,'
8603 lt_prog_compiler_static='-static'
8604
8605 case $host_os in
8606 aix*)
8607 # All AIX code is PIC.
8608 if test "$host_cpu" = ia64; then
8609 # AIX 5 now supports IA64 processor
8610 lt_prog_compiler_static='-Bstatic'
8611 fi
8612 lt_prog_compiler_pic='-fPIC'
8613 ;;
8614
8615 amigaos*)
8616 case $host_cpu in
8617 powerpc)
8618 # see comment about AmigaOS4 .so support
8619 lt_prog_compiler_pic='-fPIC'
8620 ;;
8621 m68k)
8622 # FIXME: we need at least 68020 code to build shared libraries, but
8623 # adding the `-m68020' flag to GCC prevents building anything better,
8624 # like `-m68040'.
8625 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8626 ;;
8627 esac
8628 ;;
8629
8630 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8631 # PIC is the default for these OSes.
8632 ;;
8633
8634 mingw* | cygwin* | pw32* | os2* | cegcc*)
8635 # This hack is so that the source file can tell whether it is being
8636 # built for inclusion in a dll (and should export symbols for example).
8637 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8638 # (--disable-auto-import) libraries
8639 lt_prog_compiler_pic='-DDLL_EXPORT'
8640 ;;
8641
8642 darwin* | rhapsody*)
8643 # PIC is the default on this platform
8644 # Common symbols not allowed in MH_DYLIB files
8645 lt_prog_compiler_pic='-fno-common'
8646 ;;
8647
8648 haiku*)
8649 # PIC is the default for Haiku.
8650 # The "-static" flag exists, but is broken.
8651 lt_prog_compiler_static=
8652 ;;
8653
8654 hpux*)
8655 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8656 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8657 # sets the default TLS model and affects inlining.
8658 case $host_cpu in
8659 hppa*64*)
8660 # +Z the default
8661 ;;
8662 *)
8663 lt_prog_compiler_pic='-fPIC'
8664 ;;
8665 esac
8666 ;;
8667
8668 interix[3-9]*)
8669 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8670 # Instead, we relocate shared libraries at runtime.
8671 ;;
8672
8673 msdosdjgpp*)
8674 # Just because we use GCC doesn't mean we suddenly get shared libraries
8675 # on systems that don't support them.
8676 lt_prog_compiler_can_build_shared=no
8677 enable_shared=no
8678 ;;
8679
8680 *nto* | *qnx*)
8681 # QNX uses GNU C++, but need to define -shared option too, otherwise
8682 # it will coredump.
8683 lt_prog_compiler_pic='-fPIC -shared'
8684 ;;
8685
8686 sysv4*MP*)
8687 if test -d /usr/nec; then
8688 lt_prog_compiler_pic=-Kconform_pic
8689 fi
8690 ;;
8691
8692 *)
8693 lt_prog_compiler_pic='-fPIC'
8694 ;;
8695 esac
8696
8697 case $cc_basename in
8698 nvcc*) # Cuda Compiler Driver 2.2
8699 lt_prog_compiler_wl='-Xlinker '
8700 lt_prog_compiler_pic='-Xcompiler -fPIC'
8701 ;;
8702 esac
8703 else
8704 # PORTME Check for flag to pass linker flags through the system compiler.
8705 case $host_os in
8706 aix*)
8707 lt_prog_compiler_wl='-Wl,'
8708 if test "$host_cpu" = ia64; then
8709 # AIX 5 now supports IA64 processor
8710 lt_prog_compiler_static='-Bstatic'
8711 else
8712 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8713 fi
8714 ;;
8715
8716 mingw* | cygwin* | pw32* | os2* | cegcc*)
8717 # This hack is so that the source file can tell whether it is being
8718 # built for inclusion in a dll (and should export symbols for example).
8719 lt_prog_compiler_pic='-DDLL_EXPORT'
8720 ;;
8721
8722 hpux9* | hpux10* | hpux11*)
8723 lt_prog_compiler_wl='-Wl,'
8724 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8725 # not for PA HP-UX.
8726 case $host_cpu in
8727 hppa*64*|ia64*)
8728 # +Z the default
8729 ;;
8730 *)
8731 lt_prog_compiler_pic='+Z'
8732 ;;
8733 esac
8734 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8735 lt_prog_compiler_static='${wl}-a ${wl}archive'
8736 ;;
8737
8738 irix5* | irix6* | nonstopux*)
8739 lt_prog_compiler_wl='-Wl,'
8740 # PIC (with -KPIC) is the default.
8741 lt_prog_compiler_static='-non_shared'
8742 ;;
8743
8744 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8745 case $cc_basename in
8746 # old Intel for x86_64 which still supported -KPIC.
8747 ecc*)
8748 lt_prog_compiler_wl='-Wl,'
8749 lt_prog_compiler_pic='-KPIC'
8750 lt_prog_compiler_static='-static'
8751 ;;
8752 # icc used to be incompatible with GCC.
8753 # ICC 10 doesn't accept -KPIC any more.
8754 icc* | ifort*)
8755 lt_prog_compiler_wl='-Wl,'
8756 lt_prog_compiler_pic='-fPIC'
8757 lt_prog_compiler_static='-static'
8758 ;;
8759 # Lahey Fortran 8.1.
8760 lf95*)
8761 lt_prog_compiler_wl='-Wl,'
8762 lt_prog_compiler_pic='--shared'
8763 lt_prog_compiler_static='--static'
8764 ;;
8765 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8766 # Portland Group compilers (*not* the Pentium gcc compiler,
8767 # which looks to be a dead project)
8768 lt_prog_compiler_wl='-Wl,'
8769 lt_prog_compiler_pic='-fpic'
8770 lt_prog_compiler_static='-Bstatic'
8771 ;;
8772 ccc*)
8773 lt_prog_compiler_wl='-Wl,'
8774 # All Alpha code is PIC.
8775 lt_prog_compiler_static='-non_shared'
8776 ;;
8777 xl* | bgxl* | bgf* | mpixl*)
8778 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8779 lt_prog_compiler_wl='-Wl,'
8780 lt_prog_compiler_pic='-qpic'
8781 lt_prog_compiler_static='-qstaticlink'
8782 ;;
8783 *)
8784 case `$CC -V 2>&1 | sed 5q` in
8785 *Sun\ F* | *Sun*Fortran*)
8786 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8787 lt_prog_compiler_pic='-KPIC'
8788 lt_prog_compiler_static='-Bstatic'
8789 lt_prog_compiler_wl=''
8790 ;;
8791 *Sun\ C*)
8792 # Sun C 5.9
8793 lt_prog_compiler_pic='-KPIC'
8794 lt_prog_compiler_static='-Bstatic'
8795 lt_prog_compiler_wl='-Wl,'
8796 ;;
8797 esac
8798 ;;
8799 esac
8800 ;;
8801
8802 newsos6)
8803 lt_prog_compiler_pic='-KPIC'
8804 lt_prog_compiler_static='-Bstatic'
8805 ;;
8806
8807 *nto* | *qnx*)
8808 # QNX uses GNU C++, but need to define -shared option too, otherwise
8809 # it will coredump.
8810 lt_prog_compiler_pic='-fPIC -shared'
8811 ;;
8812
8813 osf3* | osf4* | osf5*)
8814 lt_prog_compiler_wl='-Wl,'
8815 # All OSF/1 code is PIC.
8816 lt_prog_compiler_static='-non_shared'
8817 ;;
8818
8819 rdos*)
8820 lt_prog_compiler_static='-non_shared'
8821 ;;
8822
8823 solaris*)
8824 lt_prog_compiler_pic='-KPIC'
8825 lt_prog_compiler_static='-Bstatic'
8826 case $cc_basename in
8827 f77* | f90* | f95*)
8828 lt_prog_compiler_wl='-Qoption ld ';;
8829 *)
8830 lt_prog_compiler_wl='-Wl,';;
8831 esac
8832 ;;
8833
8834 sunos4*)
8835 lt_prog_compiler_wl='-Qoption ld '
8836 lt_prog_compiler_pic='-PIC'
8837 lt_prog_compiler_static='-Bstatic'
8838 ;;
8839
8840 sysv4 | sysv4.2uw2* | sysv4.3*)
8841 lt_prog_compiler_wl='-Wl,'
8842 lt_prog_compiler_pic='-KPIC'
8843 lt_prog_compiler_static='-Bstatic'
8844 ;;
8845
8846 sysv4*MP*)
8847 if test -d /usr/nec ;then
8848 lt_prog_compiler_pic='-Kconform_pic'
8849 lt_prog_compiler_static='-Bstatic'
8850 fi
8851 ;;
8852
8853 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8854 lt_prog_compiler_wl='-Wl,'
8855 lt_prog_compiler_pic='-KPIC'
8856 lt_prog_compiler_static='-Bstatic'
8857 ;;
8858
8859 unicos*)
8860 lt_prog_compiler_wl='-Wl,'
8861 lt_prog_compiler_can_build_shared=no
8862 ;;
8863
8864 uts4*)
8865 lt_prog_compiler_pic='-pic'
8866 lt_prog_compiler_static='-Bstatic'
8867 ;;
8868
8869 *)
8870 lt_prog_compiler_can_build_shared=no
8871 ;;
8872 esac
8873 fi
8874
8875 case $host_os in
8876 # For platforms which do not support PIC, -DPIC is meaningless:
8877 *djgpp*)
8878 lt_prog_compiler_pic=
8879 ;;
8880 *)
8881 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8882 ;;
8883 esac
8884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8885 $as_echo "$lt_prog_compiler_pic" >&6; }
8886
8887
8888
8889
8890
8891
8892 #
8893 # Check to make sure the PIC flag actually works.
8894 #
8895 if test -n "$lt_prog_compiler_pic"; then
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8897 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8898 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8899 $as_echo_n "(cached) " >&6
8900 else
8901 lt_cv_prog_compiler_pic_works=no
8902 ac_outfile=conftest.$ac_objext
8903 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8904 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8905 # Insert the option either (1) after the last *FLAGS variable, or
8906 # (2) before a word containing "conftest.", or (3) at the end.
8907 # Note that $ac_compile itself does not contain backslashes and begins
8908 # with a dollar sign (not a hyphen), so the echo should work correctly.
8909 # The option is referenced via a variable to avoid confusing sed.
8910 lt_compile=`echo "$ac_compile" | $SED \
8911 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8912 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8913 -e 's:$: $lt_compiler_flag:'`
8914 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8915 (eval "$lt_compile" 2>conftest.err)
8916 ac_status=$?
8917 cat conftest.err >&5
8918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8919 if (exit $ac_status) && test -s "$ac_outfile"; then
8920 # The compiler can only warn and ignore the option if not recognized
8921 # So say no if there are warnings other than the usual output.
8922 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8923 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8924 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8925 lt_cv_prog_compiler_pic_works=yes
8926 fi
8927 fi
8928 $RM conftest*
8929
8930 fi
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8932 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8933
8934 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8935 case $lt_prog_compiler_pic in
8936 "" | " "*) ;;
8937 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8938 esac
8939 else
8940 lt_prog_compiler_pic=
8941 lt_prog_compiler_can_build_shared=no
8942 fi
8943
8944 fi
8945
8946
8947
8948
8949
8950
8951 #
8952 # Check to make sure the static flag actually works.
8953 #
8954 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8956 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8957 if ${lt_cv_prog_compiler_static_works+:} false; then :
8958 $as_echo_n "(cached) " >&6
8959 else
8960 lt_cv_prog_compiler_static_works=no
8961 save_LDFLAGS="$LDFLAGS"
8962 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8963 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8964 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8965 # The linker can only warn and ignore the option if not recognized
8966 # So say no if there are warnings
8967 if test -s conftest.err; then
8968 # Append any errors to the config.log.
8969 cat conftest.err 1>&5
8970 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8971 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8972 if diff conftest.exp conftest.er2 >/dev/null; then
8973 lt_cv_prog_compiler_static_works=yes
8974 fi
8975 else
8976 lt_cv_prog_compiler_static_works=yes
8977 fi
8978 fi
8979 $RM -r conftest*
8980 LDFLAGS="$save_LDFLAGS"
8981
8982 fi
8983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8984 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8985
8986 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8987 :
8988 else
8989 lt_prog_compiler_static=
8990 fi
8991
8992
8993
8994
8995
8996
8997
8998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8999 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9000 if ${lt_cv_prog_compiler_c_o+:} false; then :
9001 $as_echo_n "(cached) " >&6
9002 else
9003 lt_cv_prog_compiler_c_o=no
9004 $RM -r conftest 2>/dev/null
9005 mkdir conftest
9006 cd conftest
9007 mkdir out
9008 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9009
9010 lt_compiler_flag="-o out/conftest2.$ac_objext"
9011 # Insert the option either (1) after the last *FLAGS variable, or
9012 # (2) before a word containing "conftest.", or (3) at the end.
9013 # Note that $ac_compile itself does not contain backslashes and begins
9014 # with a dollar sign (not a hyphen), so the echo should work correctly.
9015 lt_compile=`echo "$ac_compile" | $SED \
9016 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9017 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9018 -e 's:$: $lt_compiler_flag:'`
9019 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9020 (eval "$lt_compile" 2>out/conftest.err)
9021 ac_status=$?
9022 cat out/conftest.err >&5
9023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9024 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9025 then
9026 # The compiler can only warn and ignore the option if not recognized
9027 # So say no if there are warnings
9028 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9029 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9030 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9031 lt_cv_prog_compiler_c_o=yes
9032 fi
9033 fi
9034 chmod u+w . 2>&5
9035 $RM conftest*
9036 # SGI C++ compiler will create directory out/ii_files/ for
9037 # template instantiation
9038 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9039 $RM out/* && rmdir out
9040 cd ..
9041 $RM -r conftest
9042 $RM conftest*
9043
9044 fi
9045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9046 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9047
9048
9049
9050
9051
9052
9053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9054 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9055 if ${lt_cv_prog_compiler_c_o+:} false; then :
9056 $as_echo_n "(cached) " >&6
9057 else
9058 lt_cv_prog_compiler_c_o=no
9059 $RM -r conftest 2>/dev/null
9060 mkdir conftest
9061 cd conftest
9062 mkdir out
9063 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9064
9065 lt_compiler_flag="-o out/conftest2.$ac_objext"
9066 # Insert the option either (1) after the last *FLAGS variable, or
9067 # (2) before a word containing "conftest.", or (3) at the end.
9068 # Note that $ac_compile itself does not contain backslashes and begins
9069 # with a dollar sign (not a hyphen), so the echo should work correctly.
9070 lt_compile=`echo "$ac_compile" | $SED \
9071 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9072 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9073 -e 's:$: $lt_compiler_flag:'`
9074 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9075 (eval "$lt_compile" 2>out/conftest.err)
9076 ac_status=$?
9077 cat out/conftest.err >&5
9078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9079 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9080 then
9081 # The compiler can only warn and ignore the option if not recognized
9082 # So say no if there are warnings
9083 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9084 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9085 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9086 lt_cv_prog_compiler_c_o=yes
9087 fi
9088 fi
9089 chmod u+w . 2>&5
9090 $RM conftest*
9091 # SGI C++ compiler will create directory out/ii_files/ for
9092 # template instantiation
9093 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9094 $RM out/* && rmdir out
9095 cd ..
9096 $RM -r conftest
9097 $RM conftest*
9098
9099 fi
9100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9101 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9102
9103
9104
9105
9106 hard_links="nottested"
9107 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9108 # do not overwrite the value of need_locks provided by the user
9109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9110 $as_echo_n "checking if we can lock with hard links... " >&6; }
9111 hard_links=yes
9112 $RM conftest*
9113 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9114 touch conftest.a
9115 ln conftest.a conftest.b 2>&5 || hard_links=no
9116 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9118 $as_echo "$hard_links" >&6; }
9119 if test "$hard_links" = no; then
9120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9121 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9122 need_locks=warn
9123 fi
9124 else
9125 need_locks=no
9126 fi
9127
9128
9129
9130
9131
9132
9133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9134 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9135
9136 runpath_var=
9137 allow_undefined_flag=
9138 always_export_symbols=no
9139 archive_cmds=
9140 archive_expsym_cmds=
9141 compiler_needs_object=no
9142 enable_shared_with_static_runtimes=no
9143 export_dynamic_flag_spec=
9144 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9145 hardcode_automatic=no
9146 hardcode_direct=no
9147 hardcode_direct_absolute=no
9148 hardcode_libdir_flag_spec=
9149 hardcode_libdir_flag_spec_ld=
9150 hardcode_libdir_separator=
9151 hardcode_minus_L=no
9152 hardcode_shlibpath_var=unsupported
9153 inherit_rpath=no
9154 link_all_deplibs=unknown
9155 module_cmds=
9156 module_expsym_cmds=
9157 old_archive_from_new_cmds=
9158 old_archive_from_expsyms_cmds=
9159 thread_safe_flag_spec=
9160 whole_archive_flag_spec=
9161 # include_expsyms should be a list of space-separated symbols to be *always*
9162 # included in the symbol list
9163 include_expsyms=
9164 # exclude_expsyms can be an extended regexp of symbols to exclude
9165 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9166 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9167 # as well as any symbol that contains `d'.
9168 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9169 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9170 # platforms (ab)use it in PIC code, but their linkers get confused if
9171 # the symbol is explicitly referenced. Since portable code cannot
9172 # rely on this symbol name, it's probably fine to never include it in
9173 # preloaded symbol tables.
9174 # Exclude shared library initialization/finalization symbols.
9175 extract_expsyms_cmds=
9176
9177 case $host_os in
9178 cygwin* | mingw* | pw32* | cegcc*)
9179 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9180 # When not using gcc, we currently assume that we are using
9181 # Microsoft Visual C++.
9182 if test "$GCC" != yes; then
9183 with_gnu_ld=no
9184 fi
9185 ;;
9186 interix*)
9187 # we just hope/assume this is gcc and not c89 (= MSVC++)
9188 with_gnu_ld=yes
9189 ;;
9190 openbsd*)
9191 with_gnu_ld=no
9192 ;;
9193 esac
9194
9195 ld_shlibs=yes
9196
9197 # On some targets, GNU ld is compatible enough with the native linker
9198 # that we're better off using the native interface for both.
9199 lt_use_gnu_ld_interface=no
9200 if test "$with_gnu_ld" = yes; then
9201 case $host_os in
9202 aix*)
9203 # The AIX port of GNU ld has always aspired to compatibility
9204 # with the native linker. However, as the warning in the GNU ld
9205 # block says, versions before 2.19.5* couldn't really create working
9206 # shared libraries, regardless of the interface used.
9207 case `$LD -v 2>&1` in
9208 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9209 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9210 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9211 *)
9212 lt_use_gnu_ld_interface=yes
9213 ;;
9214 esac
9215 ;;
9216 *)
9217 lt_use_gnu_ld_interface=yes
9218 ;;
9219 esac
9220 fi
9221
9222 if test "$lt_use_gnu_ld_interface" = yes; then
9223 # If archive_cmds runs LD, not CC, wlarc should be empty
9224 wlarc='${wl}'
9225
9226 # Set some defaults for GNU ld with shared library support. These
9227 # are reset later if shared libraries are not supported. Putting them
9228 # here allows them to be overridden if necessary.
9229 runpath_var=LD_RUN_PATH
9230 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9231 export_dynamic_flag_spec='${wl}--export-dynamic'
9232 # ancient GNU ld didn't support --whole-archive et. al.
9233 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9234 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9235 else
9236 whole_archive_flag_spec=
9237 fi
9238 supports_anon_versioning=no
9239 case `$LD -v 2>&1` in
9240 *GNU\ gold*) supports_anon_versioning=yes ;;
9241 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9242 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9243 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9244 *\ 2.11.*) ;; # other 2.11 versions
9245 *) supports_anon_versioning=yes ;;
9246 esac
9247
9248 # See if GNU ld supports shared libraries.
9249 case $host_os in
9250 aix[3-9]*)
9251 # On AIX/PPC, the GNU linker is very broken
9252 if test "$host_cpu" != ia64; then
9253 ld_shlibs=no
9254 cat <<_LT_EOF 1>&2
9255
9256 *** Warning: the GNU linker, at least up to release 2.19, is reported
9257 *** to be unable to reliably create shared libraries on AIX.
9258 *** Therefore, libtool is disabling shared libraries support. If you
9259 *** really care for shared libraries, you may want to install binutils
9260 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9261 *** You will then need to restart the configuration process.
9262
9263 _LT_EOF
9264 fi
9265 ;;
9266
9267 amigaos*)
9268 case $host_cpu in
9269 powerpc)
9270 # see comment about AmigaOS4 .so support
9271 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9272 archive_expsym_cmds=''
9273 ;;
9274 m68k)
9275 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)'
9276 hardcode_libdir_flag_spec='-L$libdir'
9277 hardcode_minus_L=yes
9278 ;;
9279 esac
9280 ;;
9281
9282 beos*)
9283 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9284 allow_undefined_flag=unsupported
9285 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9286 # support --undefined. This deserves some investigation. FIXME
9287 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9288 else
9289 ld_shlibs=no
9290 fi
9291 ;;
9292
9293 cygwin* | mingw* | pw32* | cegcc*)
9294 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9295 # as there is no search path for DLLs.
9296 hardcode_libdir_flag_spec='-L$libdir'
9297 export_dynamic_flag_spec='${wl}--export-all-symbols'
9298 allow_undefined_flag=unsupported
9299 always_export_symbols=no
9300 enable_shared_with_static_runtimes=yes
9301 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9302
9303 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9304 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9305 # If the export-symbols file already is a .def file (1st line
9306 # is EXPORTS), use it as is; otherwise, prepend...
9307 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9308 cp $export_symbols $output_objdir/$soname.def;
9309 else
9310 echo EXPORTS > $output_objdir/$soname.def;
9311 cat $export_symbols >> $output_objdir/$soname.def;
9312 fi~
9313 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9314 else
9315 ld_shlibs=no
9316 fi
9317 ;;
9318
9319 haiku*)
9320 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9321 link_all_deplibs=yes
9322 ;;
9323
9324 interix[3-9]*)
9325 hardcode_direct=no
9326 hardcode_shlibpath_var=no
9327 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9328 export_dynamic_flag_spec='${wl}-E'
9329 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9330 # Instead, shared libraries are loaded at an image base (0x10000000 by
9331 # default) and relocated if they conflict, which is a slow very memory
9332 # consuming and fragmenting process. To avoid this, we pick a random,
9333 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9334 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9335 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9336 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'
9337 ;;
9338
9339 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9340 tmp_diet=no
9341 if test "$host_os" = linux-dietlibc; then
9342 case $cc_basename in
9343 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9344 esac
9345 fi
9346 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9347 && test "$tmp_diet" = no
9348 then
9349 tmp_addflag=' $pic_flag'
9350 tmp_sharedflag='-shared'
9351 case $cc_basename,$host_cpu in
9352 pgcc*) # Portland Group C compiler
9353 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9354 tmp_addflag=' $pic_flag'
9355 ;;
9356 pgf77* | pgf90* | pgf95* | pgfortran*)
9357 # Portland Group f77 and f90 compilers
9358 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'
9359 tmp_addflag=' $pic_flag -Mnomain' ;;
9360 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9361 tmp_addflag=' -i_dynamic' ;;
9362 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9363 tmp_addflag=' -i_dynamic -nofor_main' ;;
9364 ifc* | ifort*) # Intel Fortran compiler
9365 tmp_addflag=' -nofor_main' ;;
9366 lf95*) # Lahey Fortran 8.1
9367 whole_archive_flag_spec=
9368 tmp_sharedflag='--shared' ;;
9369 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9370 tmp_sharedflag='-qmkshrobj'
9371 tmp_addflag= ;;
9372 nvcc*) # Cuda Compiler Driver 2.2
9373 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'
9374 compiler_needs_object=yes
9375 ;;
9376 esac
9377 case `$CC -V 2>&1 | sed 5q` in
9378 *Sun\ C*) # Sun C 5.9
9379 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'
9380 compiler_needs_object=yes
9381 tmp_sharedflag='-G' ;;
9382 *Sun\ F*) # Sun Fortran 8.3
9383 tmp_sharedflag='-G' ;;
9384 esac
9385 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9386
9387 if test "x$supports_anon_versioning" = xyes; then
9388 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9389 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9390 echo "local: *; };" >> $output_objdir/$libname.ver~
9391 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9392 fi
9393
9394 case $cc_basename in
9395 xlf* | bgf* | bgxlf* | mpixlf*)
9396 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9397 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9398 hardcode_libdir_flag_spec=
9399 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9400 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9401 if test "x$supports_anon_versioning" = xyes; then
9402 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9403 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9404 echo "local: *; };" >> $output_objdir/$libname.ver~
9405 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9406 fi
9407 ;;
9408 esac
9409 else
9410 ld_shlibs=no
9411 fi
9412 ;;
9413
9414 netbsd*)
9415 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9416 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9417 wlarc=
9418 else
9419 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9420 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9421 fi
9422 ;;
9423
9424 solaris*)
9425 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9426 ld_shlibs=no
9427 cat <<_LT_EOF 1>&2
9428
9429 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9430 *** create shared libraries on Solaris systems. Therefore, libtool
9431 *** is disabling shared libraries support. We urge you to upgrade GNU
9432 *** binutils to release 2.9.1 or newer. Another option is to modify
9433 *** your PATH or compiler configuration so that the native linker is
9434 *** used, and then restart.
9435
9436 _LT_EOF
9437 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9438 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9439 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9440 else
9441 ld_shlibs=no
9442 fi
9443 ;;
9444
9445 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9446 case `$LD -v 2>&1` in
9447 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9448 ld_shlibs=no
9449 cat <<_LT_EOF 1>&2
9450
9451 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9452 *** reliably create shared libraries on SCO systems. Therefore, libtool
9453 *** is disabling shared libraries support. We urge you to upgrade GNU
9454 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9455 *** your PATH or compiler configuration so that the native linker is
9456 *** used, and then restart.
9457
9458 _LT_EOF
9459 ;;
9460 *)
9461 # For security reasons, it is highly recommended that you always
9462 # use absolute paths for naming shared libraries, and exclude the
9463 # DT_RUNPATH tag from executables and libraries. But doing so
9464 # requires that you compile everything twice, which is a pain.
9465 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9466 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9467 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9468 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9469 else
9470 ld_shlibs=no
9471 fi
9472 ;;
9473 esac
9474 ;;
9475
9476 sunos4*)
9477 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9478 wlarc=
9479 hardcode_direct=yes
9480 hardcode_shlibpath_var=no
9481 ;;
9482
9483 *)
9484 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9485 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9486 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9487 else
9488 ld_shlibs=no
9489 fi
9490 ;;
9491 esac
9492
9493 if test "$ld_shlibs" = no; then
9494 runpath_var=
9495 hardcode_libdir_flag_spec=
9496 export_dynamic_flag_spec=
9497 whole_archive_flag_spec=
9498 fi
9499 else
9500 # PORTME fill in a description of your system's linker (not GNU ld)
9501 case $host_os in
9502 aix3*)
9503 allow_undefined_flag=unsupported
9504 always_export_symbols=yes
9505 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'
9506 # Note: this linker hardcodes the directories in LIBPATH if there
9507 # are no directories specified by -L.
9508 hardcode_minus_L=yes
9509 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9510 # Neither direct hardcoding nor static linking is supported with a
9511 # broken collect2.
9512 hardcode_direct=unsupported
9513 fi
9514 ;;
9515
9516 aix[4-9]*)
9517 if test "$host_cpu" = ia64; then
9518 # On IA64, the linker does run time linking by default, so we don't
9519 # have to do anything special.
9520 aix_use_runtimelinking=no
9521 exp_sym_flag='-Bexport'
9522 no_entry_flag=""
9523 else
9524 # If we're using GNU nm, then we don't want the "-C" option.
9525 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9526 # Also, AIX nm treats weak defined symbols like other global
9527 # defined symbols, whereas GNU nm marks them as "W".
9528 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9529 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'
9530 else
9531 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'
9532 fi
9533 aix_use_runtimelinking=no
9534
9535 # Test if we are trying to use run time linking or normal
9536 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9537 # need to do runtime linking.
9538 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9539 for ld_flag in $LDFLAGS; do
9540 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9541 aix_use_runtimelinking=yes
9542 break
9543 fi
9544 done
9545 ;;
9546 esac
9547
9548 exp_sym_flag='-bexport'
9549 no_entry_flag='-bnoentry'
9550 fi
9551
9552 # When large executables or shared objects are built, AIX ld can
9553 # have problems creating the table of contents. If linking a library
9554 # or program results in "error TOC overflow" add -mminimal-toc to
9555 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9556 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9557
9558 archive_cmds=''
9559 hardcode_direct=yes
9560 hardcode_direct_absolute=yes
9561 hardcode_libdir_separator=':'
9562 link_all_deplibs=yes
9563 file_list_spec='${wl}-f,'
9564
9565 if test "$GCC" = yes; then
9566 case $host_os in aix4.[012]|aix4.[012].*)
9567 # We only want to do this on AIX 4.2 and lower, the check
9568 # below for broken collect2 doesn't work under 4.3+
9569 collect2name=`${CC} -print-prog-name=collect2`
9570 if test -f "$collect2name" &&
9571 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9572 then
9573 # We have reworked collect2
9574 :
9575 else
9576 # We have old collect2
9577 hardcode_direct=unsupported
9578 # It fails to find uninstalled libraries when the uninstalled
9579 # path is not listed in the libpath. Setting hardcode_minus_L
9580 # to unsupported forces relinking
9581 hardcode_minus_L=yes
9582 hardcode_libdir_flag_spec='-L$libdir'
9583 hardcode_libdir_separator=
9584 fi
9585 ;;
9586 esac
9587 shared_flag='-shared'
9588 if test "$aix_use_runtimelinking" = yes; then
9589 shared_flag="$shared_flag "'${wl}-G'
9590 fi
9591 else
9592 # not using gcc
9593 if test "$host_cpu" = ia64; then
9594 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9595 # chokes on -Wl,-G. The following line is correct:
9596 shared_flag='-G'
9597 else
9598 if test "$aix_use_runtimelinking" = yes; then
9599 shared_flag='${wl}-G'
9600 else
9601 shared_flag='${wl}-bM:SRE'
9602 fi
9603 fi
9604 fi
9605
9606 export_dynamic_flag_spec='${wl}-bexpall'
9607 # It seems that -bexpall does not export symbols beginning with
9608 # underscore (_), so it is better to generate a list of symbols to export.
9609 always_export_symbols=yes
9610 if test "$aix_use_runtimelinking" = yes; then
9611 # Warning - without using the other runtime loading flags (-brtl),
9612 # -berok will link without error, but may produce a broken library.
9613 allow_undefined_flag='-berok'
9614 # Determine the default libpath from the value encoded in an
9615 # empty executable.
9616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9617 /* end confdefs.h. */
9618
9619 int
9620 main ()
9621 {
9622
9623 ;
9624 return 0;
9625 }
9626 _ACEOF
9627 if ac_fn_c_try_link "$LINENO"; then :
9628
9629 lt_aix_libpath_sed='
9630 /Import File Strings/,/^$/ {
9631 /^0/ {
9632 s/^0 *\(.*\)$/\1/
9633 p
9634 }
9635 }'
9636 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9637 # Check for a 64-bit object if we didn't find anything.
9638 if test -z "$aix_libpath"; then
9639 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9640 fi
9641 fi
9642 rm -f core conftest.err conftest.$ac_objext \
9643 conftest$ac_exeext conftest.$ac_ext
9644 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9645
9646 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9647 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"
9648 else
9649 if test "$host_cpu" = ia64; then
9650 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9651 allow_undefined_flag="-z nodefs"
9652 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"
9653 else
9654 # Determine the default libpath from the value encoded in an
9655 # empty executable.
9656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9657 /* end confdefs.h. */
9658
9659 int
9660 main ()
9661 {
9662
9663 ;
9664 return 0;
9665 }
9666 _ACEOF
9667 if ac_fn_c_try_link "$LINENO"; then :
9668
9669 lt_aix_libpath_sed='
9670 /Import File Strings/,/^$/ {
9671 /^0/ {
9672 s/^0 *\(.*\)$/\1/
9673 p
9674 }
9675 }'
9676 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9677 # Check for a 64-bit object if we didn't find anything.
9678 if test -z "$aix_libpath"; then
9679 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9680 fi
9681 fi
9682 rm -f core conftest.err conftest.$ac_objext \
9683 conftest$ac_exeext conftest.$ac_ext
9684 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9685
9686 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9687 # Warning - without using the other run time loading flags,
9688 # -berok will link without error, but may produce a broken library.
9689 no_undefined_flag=' ${wl}-bernotok'
9690 allow_undefined_flag=' ${wl}-berok'
9691 if test "$with_gnu_ld" = yes; then
9692 # We only use this code for GNU lds that support --whole-archive.
9693 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9694 else
9695 # Exported symbols can be pulled into shared objects from archives
9696 whole_archive_flag_spec='$convenience'
9697 fi
9698 archive_cmds_need_lc=yes
9699 # This is similar to how AIX traditionally builds its shared libraries.
9700 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'
9701 fi
9702 fi
9703 ;;
9704
9705 amigaos*)
9706 case $host_cpu in
9707 powerpc)
9708 # see comment about AmigaOS4 .so support
9709 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9710 archive_expsym_cmds=''
9711 ;;
9712 m68k)
9713 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)'
9714 hardcode_libdir_flag_spec='-L$libdir'
9715 hardcode_minus_L=yes
9716 ;;
9717 esac
9718 ;;
9719
9720 bsdi[45]*)
9721 export_dynamic_flag_spec=-rdynamic
9722 ;;
9723
9724 cygwin* | mingw* | pw32* | cegcc*)
9725 # When not using gcc, we currently assume that we are using
9726 # Microsoft Visual C++.
9727 # hardcode_libdir_flag_spec is actually meaningless, as there is
9728 # no search path for DLLs.
9729 hardcode_libdir_flag_spec=' '
9730 allow_undefined_flag=unsupported
9731 # Tell ltmain to make .lib files, not .a files.
9732 libext=lib
9733 # Tell ltmain to make .dll files, not .so files.
9734 shrext_cmds=".dll"
9735 # FIXME: Setting linknames here is a bad hack.
9736 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9737 # The linker will automatically build a .lib file if we build a DLL.
9738 old_archive_from_new_cmds='true'
9739 # FIXME: Should let the user specify the lib program.
9740 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9741 fix_srcfile_path='`cygpath -w "$srcfile"`'
9742 enable_shared_with_static_runtimes=yes
9743 ;;
9744
9745 darwin* | rhapsody*)
9746
9747
9748 archive_cmds_need_lc=no
9749 hardcode_direct=no
9750 hardcode_automatic=yes
9751 hardcode_shlibpath_var=unsupported
9752 if test "$lt_cv_ld_force_load" = "yes"; then
9753 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\"`'
9754 else
9755 whole_archive_flag_spec=''
9756 fi
9757 link_all_deplibs=yes
9758 allow_undefined_flag="$_lt_dar_allow_undefined"
9759 case $cc_basename in
9760 ifort*) _lt_dar_can_shared=yes ;;
9761 *) _lt_dar_can_shared=$GCC ;;
9762 esac
9763 if test "$_lt_dar_can_shared" = "yes"; then
9764 output_verbose_link_cmd=func_echo_all
9765 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9766 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9767 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}"
9768 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}"
9769
9770 else
9771 ld_shlibs=no
9772 fi
9773
9774 ;;
9775
9776 dgux*)
9777 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9778 hardcode_libdir_flag_spec='-L$libdir'
9779 hardcode_shlibpath_var=no
9780 ;;
9781
9782 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9783 # support. Future versions do this automatically, but an explicit c++rt0.o
9784 # does not break anything, and helps significantly (at the cost of a little
9785 # extra space).
9786 freebsd2.2*)
9787 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9788 hardcode_libdir_flag_spec='-R$libdir'
9789 hardcode_direct=yes
9790 hardcode_shlibpath_var=no
9791 ;;
9792
9793 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9794 freebsd2.*)
9795 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9796 hardcode_direct=yes
9797 hardcode_minus_L=yes
9798 hardcode_shlibpath_var=no
9799 ;;
9800
9801 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9802 freebsd* | dragonfly*)
9803 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9804 hardcode_libdir_flag_spec='-R$libdir'
9805 hardcode_direct=yes
9806 hardcode_shlibpath_var=no
9807 ;;
9808
9809 hpux9*)
9810 if test "$GCC" = yes; then
9811 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'
9812 else
9813 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'
9814 fi
9815 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9816 hardcode_libdir_separator=:
9817 hardcode_direct=yes
9818
9819 # hardcode_minus_L: Not really in the search PATH,
9820 # but as the default location of the library.
9821 hardcode_minus_L=yes
9822 export_dynamic_flag_spec='${wl}-E'
9823 ;;
9824
9825 hpux10*)
9826 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9827 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9828 else
9829 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9830 fi
9831 if test "$with_gnu_ld" = no; then
9832 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9833 hardcode_libdir_flag_spec_ld='+b $libdir'
9834 hardcode_libdir_separator=:
9835 hardcode_direct=yes
9836 hardcode_direct_absolute=yes
9837 export_dynamic_flag_spec='${wl}-E'
9838 # hardcode_minus_L: Not really in the search PATH,
9839 # but as the default location of the library.
9840 hardcode_minus_L=yes
9841 fi
9842 ;;
9843
9844 hpux11*)
9845 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9846 case $host_cpu in
9847 hppa*64*)
9848 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9849 ;;
9850 ia64*)
9851 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9852 ;;
9853 *)
9854 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9855 ;;
9856 esac
9857 else
9858 case $host_cpu in
9859 hppa*64*)
9860 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9861 ;;
9862 ia64*)
9863 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9864 ;;
9865 *)
9866
9867 # Older versions of the 11.00 compiler do not understand -b yet
9868 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9870 $as_echo_n "checking if $CC understands -b... " >&6; }
9871 if ${lt_cv_prog_compiler__b+:} false; then :
9872 $as_echo_n "(cached) " >&6
9873 else
9874 lt_cv_prog_compiler__b=no
9875 save_LDFLAGS="$LDFLAGS"
9876 LDFLAGS="$LDFLAGS -b"
9877 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9878 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9879 # The linker can only warn and ignore the option if not recognized
9880 # So say no if there are warnings
9881 if test -s conftest.err; then
9882 # Append any errors to the config.log.
9883 cat conftest.err 1>&5
9884 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9885 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9886 if diff conftest.exp conftest.er2 >/dev/null; then
9887 lt_cv_prog_compiler__b=yes
9888 fi
9889 else
9890 lt_cv_prog_compiler__b=yes
9891 fi
9892 fi
9893 $RM -r conftest*
9894 LDFLAGS="$save_LDFLAGS"
9895
9896 fi
9897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9898 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9899
9900 if test x"$lt_cv_prog_compiler__b" = xyes; then
9901 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9902 else
9903 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9904 fi
9905
9906 ;;
9907 esac
9908 fi
9909 if test "$with_gnu_ld" = no; then
9910 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9911 hardcode_libdir_separator=:
9912
9913 case $host_cpu in
9914 hppa*64*|ia64*)
9915 hardcode_direct=no
9916 hardcode_shlibpath_var=no
9917 ;;
9918 *)
9919 hardcode_direct=yes
9920 hardcode_direct_absolute=yes
9921 export_dynamic_flag_spec='${wl}-E'
9922
9923 # hardcode_minus_L: Not really in the search PATH,
9924 # but as the default location of the library.
9925 hardcode_minus_L=yes
9926 ;;
9927 esac
9928 fi
9929 ;;
9930
9931 irix5* | irix6* | nonstopux*)
9932 if test "$GCC" = yes; then
9933 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'
9934 # Try to use the -exported_symbol ld option, if it does not
9935 # work, assume that -exports_file does not work either and
9936 # implicitly export all symbols.
9937 save_LDFLAGS="$LDFLAGS"
9938 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9940 /* end confdefs.h. */
9941 int foo(void) {}
9942 _ACEOF
9943 if ac_fn_c_try_link "$LINENO"; then :
9944 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'
9945
9946 fi
9947 rm -f core conftest.err conftest.$ac_objext \
9948 conftest$ac_exeext conftest.$ac_ext
9949 LDFLAGS="$save_LDFLAGS"
9950 else
9951 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'
9952 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'
9953 fi
9954 archive_cmds_need_lc='no'
9955 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9956 hardcode_libdir_separator=:
9957 inherit_rpath=yes
9958 link_all_deplibs=yes
9959 ;;
9960
9961 netbsd*)
9962 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9963 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9964 else
9965 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9966 fi
9967 hardcode_libdir_flag_spec='-R$libdir'
9968 hardcode_direct=yes
9969 hardcode_shlibpath_var=no
9970 ;;
9971
9972 newsos6)
9973 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9974 hardcode_direct=yes
9975 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9976 hardcode_libdir_separator=:
9977 hardcode_shlibpath_var=no
9978 ;;
9979
9980 *nto* | *qnx*)
9981 ;;
9982
9983 openbsd*)
9984 if test -f /usr/libexec/ld.so; then
9985 hardcode_direct=yes
9986 hardcode_shlibpath_var=no
9987 hardcode_direct_absolute=yes
9988 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9989 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9990 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9991 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9992 export_dynamic_flag_spec='${wl}-E'
9993 else
9994 case $host_os in
9995 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9996 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9997 hardcode_libdir_flag_spec='-R$libdir'
9998 ;;
9999 *)
10000 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10001 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10002 ;;
10003 esac
10004 fi
10005 else
10006 ld_shlibs=no
10007 fi
10008 ;;
10009
10010 os2*)
10011 hardcode_libdir_flag_spec='-L$libdir'
10012 hardcode_minus_L=yes
10013 allow_undefined_flag=unsupported
10014 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'
10015 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10016 ;;
10017
10018 osf3*)
10019 if test "$GCC" = yes; then
10020 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10021 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'
10022 else
10023 allow_undefined_flag=' -expect_unresolved \*'
10024 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'
10025 fi
10026 archive_cmds_need_lc='no'
10027 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10028 hardcode_libdir_separator=:
10029 ;;
10030
10031 osf4* | osf5*) # as osf3* with the addition of -msym flag
10032 if test "$GCC" = yes; then
10033 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10034 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'
10035 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10036 else
10037 allow_undefined_flag=' -expect_unresolved \*'
10038 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'
10039 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~
10040 $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'
10041
10042 # Both c and cxx compiler support -rpath directly
10043 hardcode_libdir_flag_spec='-rpath $libdir'
10044 fi
10045 archive_cmds_need_lc='no'
10046 hardcode_libdir_separator=:
10047 ;;
10048
10049 solaris*)
10050 no_undefined_flag=' -z defs'
10051 if test "$GCC" = yes; then
10052 wlarc='${wl}'
10053 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10054 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10055 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10056 else
10057 case `$CC -V 2>&1` in
10058 *"Compilers 5.0"*)
10059 wlarc=''
10060 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10061 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10062 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10063 ;;
10064 *)
10065 wlarc='${wl}'
10066 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10067 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10068 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10069 ;;
10070 esac
10071 fi
10072 hardcode_libdir_flag_spec='-R$libdir'
10073 hardcode_shlibpath_var=no
10074 case $host_os in
10075 solaris2.[0-5] | solaris2.[0-5].*) ;;
10076 *)
10077 # The compiler driver will combine and reorder linker options,
10078 # but understands `-z linker_flag'. GCC discards it without `$wl',
10079 # but is careful enough not to reorder.
10080 # Supported since Solaris 2.6 (maybe 2.5.1?)
10081 if test "$GCC" = yes; then
10082 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10083 else
10084 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10085 fi
10086 ;;
10087 esac
10088 link_all_deplibs=yes
10089 ;;
10090
10091 sunos4*)
10092 if test "x$host_vendor" = xsequent; then
10093 # Use $CC to link under sequent, because it throws in some extra .o
10094 # files that make .init and .fini sections work.
10095 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10096 else
10097 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10098 fi
10099 hardcode_libdir_flag_spec='-L$libdir'
10100 hardcode_direct=yes
10101 hardcode_minus_L=yes
10102 hardcode_shlibpath_var=no
10103 ;;
10104
10105 sysv4)
10106 case $host_vendor in
10107 sni)
10108 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10109 hardcode_direct=yes # is this really true???
10110 ;;
10111 siemens)
10112 ## LD is ld it makes a PLAMLIB
10113 ## CC just makes a GrossModule.
10114 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10115 reload_cmds='$CC -r -o $output$reload_objs'
10116 hardcode_direct=no
10117 ;;
10118 motorola)
10119 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10120 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10121 ;;
10122 esac
10123 runpath_var='LD_RUN_PATH'
10124 hardcode_shlibpath_var=no
10125 ;;
10126
10127 sysv4.3*)
10128 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10129 hardcode_shlibpath_var=no
10130 export_dynamic_flag_spec='-Bexport'
10131 ;;
10132
10133 sysv4*MP*)
10134 if test -d /usr/nec; then
10135 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10136 hardcode_shlibpath_var=no
10137 runpath_var=LD_RUN_PATH
10138 hardcode_runpath_var=yes
10139 ld_shlibs=yes
10140 fi
10141 ;;
10142
10143 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10144 no_undefined_flag='${wl}-z,text'
10145 archive_cmds_need_lc=no
10146 hardcode_shlibpath_var=no
10147 runpath_var='LD_RUN_PATH'
10148
10149 if test "$GCC" = yes; then
10150 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10151 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10152 else
10153 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10154 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10155 fi
10156 ;;
10157
10158 sysv5* | sco3.2v5* | sco5v6*)
10159 # Note: We can NOT use -z defs as we might desire, because we do not
10160 # link with -lc, and that would cause any symbols used from libc to
10161 # always be unresolved, which means just about no library would
10162 # ever link correctly. If we're not using GNU ld we use -z text
10163 # though, which does catch some bad symbols but isn't as heavy-handed
10164 # as -z defs.
10165 no_undefined_flag='${wl}-z,text'
10166 allow_undefined_flag='${wl}-z,nodefs'
10167 archive_cmds_need_lc=no
10168 hardcode_shlibpath_var=no
10169 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10170 hardcode_libdir_separator=':'
10171 link_all_deplibs=yes
10172 export_dynamic_flag_spec='${wl}-Bexport'
10173 runpath_var='LD_RUN_PATH'
10174
10175 if test "$GCC" = yes; then
10176 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10177 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10178 else
10179 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10180 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10181 fi
10182 ;;
10183
10184 uts4*)
10185 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10186 hardcode_libdir_flag_spec='-L$libdir'
10187 hardcode_shlibpath_var=no
10188 ;;
10189
10190 *)
10191 ld_shlibs=no
10192 ;;
10193 esac
10194
10195 if test x$host_vendor = xsni; then
10196 case $host in
10197 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10198 export_dynamic_flag_spec='${wl}-Blargedynsym'
10199 ;;
10200 esac
10201 fi
10202 fi
10203
10204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10205 $as_echo "$ld_shlibs" >&6; }
10206 test "$ld_shlibs" = no && can_build_shared=no
10207
10208 with_gnu_ld=$with_gnu_ld
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224 #
10225 # Do we need to explicitly link libc?
10226 #
10227 case "x$archive_cmds_need_lc" in
10228 x|xyes)
10229 # Assume -lc should be added
10230 archive_cmds_need_lc=yes
10231
10232 if test "$enable_shared" = yes && test "$GCC" = yes; then
10233 case $archive_cmds in
10234 *'~'*)
10235 # FIXME: we may have to deal with multi-command sequences.
10236 ;;
10237 '$CC '*)
10238 # Test whether the compiler implicitly links with -lc since on some
10239 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10240 # to ld, don't add -lc before -lgcc.
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10242 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10243 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10244 $as_echo_n "(cached) " >&6
10245 else
10246 $RM conftest*
10247 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10248
10249 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10250 (eval $ac_compile) 2>&5
10251 ac_status=$?
10252 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10253 test $ac_status = 0; } 2>conftest.err; then
10254 soname=conftest
10255 lib=conftest
10256 libobjs=conftest.$ac_objext
10257 deplibs=
10258 wl=$lt_prog_compiler_wl
10259 pic_flag=$lt_prog_compiler_pic
10260 compiler_flags=-v
10261 linker_flags=-v
10262 verstring=
10263 output_objdir=.
10264 libname=conftest
10265 lt_save_allow_undefined_flag=$allow_undefined_flag
10266 allow_undefined_flag=
10267 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10268 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10269 ac_status=$?
10270 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10271 test $ac_status = 0; }
10272 then
10273 lt_cv_archive_cmds_need_lc=no
10274 else
10275 lt_cv_archive_cmds_need_lc=yes
10276 fi
10277 allow_undefined_flag=$lt_save_allow_undefined_flag
10278 else
10279 cat conftest.err 1>&5
10280 fi
10281 $RM conftest*
10282
10283 fi
10284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10285 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10286 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10287 ;;
10288 esac
10289 fi
10290 ;;
10291 esac
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428
10429
10430
10431
10432
10433
10434
10435
10436
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10450 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10451
10452 if test "$GCC" = yes; then
10453 case $host_os in
10454 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10455 *) lt_awk_arg="/^libraries:/" ;;
10456 esac
10457 case $host_os in
10458 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10459 *) lt_sed_strip_eq="s,=/,/,g" ;;
10460 esac
10461 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10462 case $lt_search_path_spec in
10463 *\;*)
10464 # if the path contains ";" then we assume it to be the separator
10465 # otherwise default to the standard path separator (i.e. ":") - it is
10466 # assumed that no part of a normal pathname contains ";" but that should
10467 # okay in the real world where ";" in dirpaths is itself problematic.
10468 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10469 ;;
10470 *)
10471 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10472 ;;
10473 esac
10474 # Ok, now we have the path, separated by spaces, we can step through it
10475 # and add multilib dir if necessary.
10476 lt_tmp_lt_search_path_spec=
10477 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10478 for lt_sys_path in $lt_search_path_spec; do
10479 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10480 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10481 else
10482 test -d "$lt_sys_path" && \
10483 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10484 fi
10485 done
10486 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10487 BEGIN {RS=" "; FS="/|\n";} {
10488 lt_foo="";
10489 lt_count=0;
10490 for (lt_i = NF; lt_i > 0; lt_i--) {
10491 if ($lt_i != "" && $lt_i != ".") {
10492 if ($lt_i == "..") {
10493 lt_count++;
10494 } else {
10495 if (lt_count == 0) {
10496 lt_foo="/" $lt_i lt_foo;
10497 } else {
10498 lt_count--;
10499 }
10500 }
10501 }
10502 }
10503 if (lt_foo != "") { lt_freq[lt_foo]++; }
10504 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10505 }'`
10506 # AWK program above erroneously prepends '/' to C:/dos/paths
10507 # for these hosts.
10508 case $host_os in
10509 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10510 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10511 esac
10512 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10513 else
10514 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10515 fi
10516 library_names_spec=
10517 libname_spec='lib$name'
10518 soname_spec=
10519 shrext_cmds=".so"
10520 postinstall_cmds=
10521 postuninstall_cmds=
10522 finish_cmds=
10523 finish_eval=
10524 shlibpath_var=
10525 shlibpath_overrides_runpath=unknown
10526 version_type=none
10527 dynamic_linker="$host_os ld.so"
10528 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10529 need_lib_prefix=unknown
10530 hardcode_into_libs=no
10531
10532 # when you set need_version to no, make sure it does not cause -set_version
10533 # flags to be left without arguments
10534 need_version=unknown
10535
10536 case $host_os in
10537 aix3*)
10538 version_type=linux
10539 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10540 shlibpath_var=LIBPATH
10541
10542 # AIX 3 has no versioning support, so we append a major version to the name.
10543 soname_spec='${libname}${release}${shared_ext}$major'
10544 ;;
10545
10546 aix[4-9]*)
10547 version_type=linux
10548 need_lib_prefix=no
10549 need_version=no
10550 hardcode_into_libs=yes
10551 if test "$host_cpu" = ia64; then
10552 # AIX 5 supports IA64
10553 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10554 shlibpath_var=LD_LIBRARY_PATH
10555 else
10556 # With GCC up to 2.95.x, collect2 would create an import file
10557 # for dependence libraries. The import file would start with
10558 # the line `#! .'. This would cause the generated library to
10559 # depend on `.', always an invalid library. This was fixed in
10560 # development snapshots of GCC prior to 3.0.
10561 case $host_os in
10562 aix4 | aix4.[01] | aix4.[01].*)
10563 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10564 echo ' yes '
10565 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10566 :
10567 else
10568 can_build_shared=no
10569 fi
10570 ;;
10571 esac
10572 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10573 # soname into executable. Probably we can add versioning support to
10574 # collect2, so additional links can be useful in future.
10575 if test "$aix_use_runtimelinking" = yes; then
10576 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10577 # instead of lib<name>.a to let people know that these are not
10578 # typical AIX shared libraries.
10579 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10580 else
10581 # We preserve .a as extension for shared libraries through AIX4.2
10582 # and later when we are not doing run time linking.
10583 library_names_spec='${libname}${release}.a $libname.a'
10584 soname_spec='${libname}${release}${shared_ext}$major'
10585 fi
10586 shlibpath_var=LIBPATH
10587 fi
10588 ;;
10589
10590 amigaos*)
10591 case $host_cpu in
10592 powerpc)
10593 # Since July 2007 AmigaOS4 officially supports .so libraries.
10594 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10595 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10596 ;;
10597 m68k)
10598 library_names_spec='$libname.ixlibrary $libname.a'
10599 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10600 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'
10601 ;;
10602 esac
10603 ;;
10604
10605 beos*)
10606 library_names_spec='${libname}${shared_ext}'
10607 dynamic_linker="$host_os ld.so"
10608 shlibpath_var=LIBRARY_PATH
10609 ;;
10610
10611 bsdi[45]*)
10612 version_type=linux
10613 need_version=no
10614 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10615 soname_spec='${libname}${release}${shared_ext}$major'
10616 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10617 shlibpath_var=LD_LIBRARY_PATH
10618 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10619 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10620 # the default ld.so.conf also contains /usr/contrib/lib and
10621 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10622 # libtool to hard-code these into programs
10623 ;;
10624
10625 cygwin* | mingw* | pw32* | cegcc*)
10626 version_type=windows
10627 shrext_cmds=".dll"
10628 need_version=no
10629 need_lib_prefix=no
10630
10631 case $GCC,$host_os in
10632 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10633 library_names_spec='$libname.dll.a'
10634 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10635 postinstall_cmds='base_file=`basename \${file}`~
10636 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10637 dldir=$destdir/`dirname \$dlpath`~
10638 test -d \$dldir || mkdir -p \$dldir~
10639 $install_prog $dir/$dlname \$dldir/$dlname~
10640 chmod a+x \$dldir/$dlname~
10641 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10642 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10643 fi'
10644 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10645 dlpath=$dir/\$dldll~
10646 $RM \$dlpath'
10647 shlibpath_overrides_runpath=yes
10648
10649 case $host_os in
10650 cygwin*)
10651 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10652 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10653
10654 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10655 ;;
10656 mingw* | cegcc*)
10657 # MinGW DLLs use traditional 'lib' prefix
10658 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10659 ;;
10660 pw32*)
10661 # pw32 DLLs use 'pw' prefix rather than 'lib'
10662 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10663 ;;
10664 esac
10665 ;;
10666
10667 *)
10668 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10669 ;;
10670 esac
10671 dynamic_linker='Win32 ld.exe'
10672 # FIXME: first we should search . and the directory the executable is in
10673 shlibpath_var=PATH
10674 ;;
10675
10676 darwin* | rhapsody*)
10677 dynamic_linker="$host_os dyld"
10678 version_type=darwin
10679 need_lib_prefix=no
10680 need_version=no
10681 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10682 soname_spec='${libname}${release}${major}$shared_ext'
10683 shlibpath_overrides_runpath=yes
10684 shlibpath_var=DYLD_LIBRARY_PATH
10685 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10686
10687 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10688 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10689 ;;
10690
10691 dgux*)
10692 version_type=linux
10693 need_lib_prefix=no
10694 need_version=no
10695 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10696 soname_spec='${libname}${release}${shared_ext}$major'
10697 shlibpath_var=LD_LIBRARY_PATH
10698 ;;
10699
10700 freebsd* | dragonfly*)
10701 # DragonFly does not have aout. When/if they implement a new
10702 # versioning mechanism, adjust this.
10703 if test -x /usr/bin/objformat; then
10704 objformat=`/usr/bin/objformat`
10705 else
10706 case $host_os in
10707 freebsd[23].*) objformat=aout ;;
10708 *) objformat=elf ;;
10709 esac
10710 fi
10711 version_type=freebsd-$objformat
10712 case $version_type in
10713 freebsd-elf*)
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10715 need_version=no
10716 need_lib_prefix=no
10717 ;;
10718 freebsd-*)
10719 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10720 need_version=yes
10721 ;;
10722 esac
10723 shlibpath_var=LD_LIBRARY_PATH
10724 case $host_os in
10725 freebsd2.*)
10726 shlibpath_overrides_runpath=yes
10727 ;;
10728 freebsd3.[01]* | freebsdelf3.[01]*)
10729 shlibpath_overrides_runpath=yes
10730 hardcode_into_libs=yes
10731 ;;
10732 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10733 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10734 shlibpath_overrides_runpath=no
10735 hardcode_into_libs=yes
10736 ;;
10737 *) # from 4.6 on, and DragonFly
10738 shlibpath_overrides_runpath=yes
10739 hardcode_into_libs=yes
10740 ;;
10741 esac
10742 ;;
10743
10744 gnu*)
10745 version_type=linux
10746 need_lib_prefix=no
10747 need_version=no
10748 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10749 soname_spec='${libname}${release}${shared_ext}$major'
10750 shlibpath_var=LD_LIBRARY_PATH
10751 hardcode_into_libs=yes
10752 ;;
10753
10754 haiku*)
10755 version_type=linux
10756 need_lib_prefix=no
10757 need_version=no
10758 dynamic_linker="$host_os runtime_loader"
10759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10760 soname_spec='${libname}${release}${shared_ext}$major'
10761 shlibpath_var=LIBRARY_PATH
10762 shlibpath_overrides_runpath=yes
10763 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10764 hardcode_into_libs=yes
10765 ;;
10766
10767 hpux9* | hpux10* | hpux11*)
10768 # Give a soname corresponding to the major version so that dld.sl refuses to
10769 # link against other versions.
10770 version_type=sunos
10771 need_lib_prefix=no
10772 need_version=no
10773 case $host_cpu in
10774 ia64*)
10775 shrext_cmds='.so'
10776 hardcode_into_libs=yes
10777 dynamic_linker="$host_os dld.so"
10778 shlibpath_var=LD_LIBRARY_PATH
10779 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10781 soname_spec='${libname}${release}${shared_ext}$major'
10782 if test "X$HPUX_IA64_MODE" = X32; then
10783 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10784 else
10785 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10786 fi
10787 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10788 ;;
10789 hppa*64*)
10790 shrext_cmds='.sl'
10791 hardcode_into_libs=yes
10792 dynamic_linker="$host_os dld.sl"
10793 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10794 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10796 soname_spec='${libname}${release}${shared_ext}$major'
10797 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10798 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10799 ;;
10800 *)
10801 shrext_cmds='.sl'
10802 dynamic_linker="$host_os dld.sl"
10803 shlibpath_var=SHLIB_PATH
10804 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10806 soname_spec='${libname}${release}${shared_ext}$major'
10807 ;;
10808 esac
10809 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10810 postinstall_cmds='chmod 555 $lib'
10811 # or fails outright, so override atomically:
10812 install_override_mode=555
10813 ;;
10814
10815 interix[3-9]*)
10816 version_type=linux
10817 need_lib_prefix=no
10818 need_version=no
10819 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10820 soname_spec='${libname}${release}${shared_ext}$major'
10821 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10822 shlibpath_var=LD_LIBRARY_PATH
10823 shlibpath_overrides_runpath=no
10824 hardcode_into_libs=yes
10825 ;;
10826
10827 irix5* | irix6* | nonstopux*)
10828 case $host_os in
10829 nonstopux*) version_type=nonstopux ;;
10830 *)
10831 if test "$lt_cv_prog_gnu_ld" = yes; then
10832 version_type=linux
10833 else
10834 version_type=irix
10835 fi ;;
10836 esac
10837 need_lib_prefix=no
10838 need_version=no
10839 soname_spec='${libname}${release}${shared_ext}$major'
10840 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10841 case $host_os in
10842 irix5* | nonstopux*)
10843 libsuff= shlibsuff=
10844 ;;
10845 *)
10846 case $LD in # libtool.m4 will add one of these switches to LD
10847 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10848 libsuff= shlibsuff= libmagic=32-bit;;
10849 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10850 libsuff=32 shlibsuff=N32 libmagic=N32;;
10851 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10852 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10853 *) libsuff= shlibsuff= libmagic=never-match;;
10854 esac
10855 ;;
10856 esac
10857 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10858 shlibpath_overrides_runpath=no
10859 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10860 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10861 hardcode_into_libs=yes
10862 ;;
10863
10864 # No shared lib support for Linux oldld, aout, or coff.
10865 linux*oldld* | linux*aout* | linux*coff*)
10866 dynamic_linker=no
10867 ;;
10868
10869 # This must be Linux ELF.
10870 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10871 version_type=linux
10872 need_lib_prefix=no
10873 need_version=no
10874 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10875 soname_spec='${libname}${release}${shared_ext}$major'
10876 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10877 shlibpath_var=LD_LIBRARY_PATH
10878 shlibpath_overrides_runpath=no
10879
10880 # Some binutils ld are patched to set DT_RUNPATH
10881 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10882 $as_echo_n "(cached) " >&6
10883 else
10884 lt_cv_shlibpath_overrides_runpath=no
10885 save_LDFLAGS=$LDFLAGS
10886 save_libdir=$libdir
10887 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10888 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10890 /* end confdefs.h. */
10891
10892 int
10893 main ()
10894 {
10895
10896 ;
10897 return 0;
10898 }
10899 _ACEOF
10900 if ac_fn_c_try_link "$LINENO"; then :
10901 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10902 lt_cv_shlibpath_overrides_runpath=yes
10903 fi
10904 fi
10905 rm -f core conftest.err conftest.$ac_objext \
10906 conftest$ac_exeext conftest.$ac_ext
10907 LDFLAGS=$save_LDFLAGS
10908 libdir=$save_libdir
10909
10910 fi
10911
10912 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10913
10914 # This implies no fast_install, which is unacceptable.
10915 # Some rework will be needed to allow for fast_install
10916 # before this can be enabled.
10917 hardcode_into_libs=yes
10918
10919 # Append ld.so.conf contents to the search path
10920 if test -f /etc/ld.so.conf; then
10921 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' ' '`
10922 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10923 fi
10924
10925 # We used to test for /lib/ld.so.1 and disable shared libraries on
10926 # powerpc, because MkLinux only supported shared libraries with the
10927 # GNU dynamic linker. Since this was broken with cross compilers,
10928 # most powerpc-linux boxes support dynamic linking these days and
10929 # people can always --disable-shared, the test was removed, and we
10930 # assume the GNU/Linux dynamic linker is in use.
10931 dynamic_linker='GNU/Linux ld.so'
10932 ;;
10933
10934 netbsd*)
10935 version_type=sunos
10936 need_lib_prefix=no
10937 need_version=no
10938 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10940 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10941 dynamic_linker='NetBSD (a.out) ld.so'
10942 else
10943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10944 soname_spec='${libname}${release}${shared_ext}$major'
10945 dynamic_linker='NetBSD ld.elf_so'
10946 fi
10947 shlibpath_var=LD_LIBRARY_PATH
10948 shlibpath_overrides_runpath=yes
10949 hardcode_into_libs=yes
10950 ;;
10951
10952 newsos6)
10953 version_type=linux
10954 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10955 shlibpath_var=LD_LIBRARY_PATH
10956 shlibpath_overrides_runpath=yes
10957 ;;
10958
10959 *nto* | *qnx*)
10960 version_type=qnx
10961 need_lib_prefix=no
10962 need_version=no
10963 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10964 soname_spec='${libname}${release}${shared_ext}$major'
10965 shlibpath_var=LD_LIBRARY_PATH
10966 shlibpath_overrides_runpath=no
10967 hardcode_into_libs=yes
10968 dynamic_linker='ldqnx.so'
10969 ;;
10970
10971 openbsd*)
10972 version_type=sunos
10973 sys_lib_dlsearch_path_spec="/usr/lib"
10974 need_lib_prefix=no
10975 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10976 case $host_os in
10977 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10978 *) need_version=no ;;
10979 esac
10980 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10981 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10982 shlibpath_var=LD_LIBRARY_PATH
10983 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10984 case $host_os in
10985 openbsd2.[89] | openbsd2.[89].*)
10986 shlibpath_overrides_runpath=no
10987 ;;
10988 *)
10989 shlibpath_overrides_runpath=yes
10990 ;;
10991 esac
10992 else
10993 shlibpath_overrides_runpath=yes
10994 fi
10995 ;;
10996
10997 os2*)
10998 libname_spec='$name'
10999 shrext_cmds=".dll"
11000 need_lib_prefix=no
11001 library_names_spec='$libname${shared_ext} $libname.a'
11002 dynamic_linker='OS/2 ld.exe'
11003 shlibpath_var=LIBPATH
11004 ;;
11005
11006 osf3* | osf4* | osf5*)
11007 version_type=osf
11008 need_lib_prefix=no
11009 need_version=no
11010 soname_spec='${libname}${release}${shared_ext}$major'
11011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11012 shlibpath_var=LD_LIBRARY_PATH
11013 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11014 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11015 ;;
11016
11017 rdos*)
11018 dynamic_linker=no
11019 ;;
11020
11021 solaris*)
11022 version_type=linux
11023 need_lib_prefix=no
11024 need_version=no
11025 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11026 soname_spec='${libname}${release}${shared_ext}$major'
11027 shlibpath_var=LD_LIBRARY_PATH
11028 shlibpath_overrides_runpath=yes
11029 hardcode_into_libs=yes
11030 # ldd complains unless libraries are executable
11031 postinstall_cmds='chmod +x $lib'
11032 ;;
11033
11034 sunos4*)
11035 version_type=sunos
11036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11037 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11038 shlibpath_var=LD_LIBRARY_PATH
11039 shlibpath_overrides_runpath=yes
11040 if test "$with_gnu_ld" = yes; then
11041 need_lib_prefix=no
11042 fi
11043 need_version=yes
11044 ;;
11045
11046 sysv4 | sysv4.3*)
11047 version_type=linux
11048 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11049 soname_spec='${libname}${release}${shared_ext}$major'
11050 shlibpath_var=LD_LIBRARY_PATH
11051 case $host_vendor in
11052 sni)
11053 shlibpath_overrides_runpath=no
11054 need_lib_prefix=no
11055 runpath_var=LD_RUN_PATH
11056 ;;
11057 siemens)
11058 need_lib_prefix=no
11059 ;;
11060 motorola)
11061 need_lib_prefix=no
11062 need_version=no
11063 shlibpath_overrides_runpath=no
11064 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11065 ;;
11066 esac
11067 ;;
11068
11069 sysv4*MP*)
11070 if test -d /usr/nec ;then
11071 version_type=linux
11072 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11073 soname_spec='$libname${shared_ext}.$major'
11074 shlibpath_var=LD_LIBRARY_PATH
11075 fi
11076 ;;
11077
11078 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11079 version_type=freebsd-elf
11080 need_lib_prefix=no
11081 need_version=no
11082 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11083 soname_spec='${libname}${release}${shared_ext}$major'
11084 shlibpath_var=LD_LIBRARY_PATH
11085 shlibpath_overrides_runpath=yes
11086 hardcode_into_libs=yes
11087 if test "$with_gnu_ld" = yes; then
11088 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11089 else
11090 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11091 case $host_os in
11092 sco3.2v5*)
11093 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11094 ;;
11095 esac
11096 fi
11097 sys_lib_dlsearch_path_spec='/usr/lib'
11098 ;;
11099
11100 tpf*)
11101 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11102 version_type=linux
11103 need_lib_prefix=no
11104 need_version=no
11105 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11106 shlibpath_var=LD_LIBRARY_PATH
11107 shlibpath_overrides_runpath=no
11108 hardcode_into_libs=yes
11109 ;;
11110
11111 uts4*)
11112 version_type=linux
11113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11114 soname_spec='${libname}${release}${shared_ext}$major'
11115 shlibpath_var=LD_LIBRARY_PATH
11116 ;;
11117
11118 *)
11119 dynamic_linker=no
11120 ;;
11121 esac
11122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11123 $as_echo "$dynamic_linker" >&6; }
11124 test "$dynamic_linker" = no && can_build_shared=no
11125
11126 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11127 if test "$GCC" = yes; then
11128 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11129 fi
11130
11131 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11132 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11133 fi
11134 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11135 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11136 fi
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206
11207
11208
11209
11210
11211
11212
11213
11214
11215
11216
11217
11218
11219
11220
11221
11222
11223
11224
11225
11226
11227
11228
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11230 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11231 hardcode_action=
11232 if test -n "$hardcode_libdir_flag_spec" ||
11233 test -n "$runpath_var" ||
11234 test "X$hardcode_automatic" = "Xyes" ; then
11235
11236 # We can hardcode non-existent directories.
11237 if test "$hardcode_direct" != no &&
11238 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11239 # have to relink, otherwise we might link with an installed library
11240 # when we should be linking with a yet-to-be-installed one
11241 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11242 test "$hardcode_minus_L" != no; then
11243 # Linking always hardcodes the temporary library directory.
11244 hardcode_action=relink
11245 else
11246 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11247 hardcode_action=immediate
11248 fi
11249 else
11250 # We cannot hardcode anything, or else we can only hardcode existing
11251 # directories.
11252 hardcode_action=unsupported
11253 fi
11254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11255 $as_echo "$hardcode_action" >&6; }
11256
11257 if test "$hardcode_action" = relink ||
11258 test "$inherit_rpath" = yes; then
11259 # Fast installation is not supported
11260 enable_fast_install=no
11261 elif test "$shlibpath_overrides_runpath" = yes ||
11262 test "$enable_shared" = no; then
11263 # Fast installation is not necessary
11264 enable_fast_install=needless
11265 fi
11266
11267
11268
11269
11270
11271
11272 if test "x$enable_dlopen" != xyes; then
11273 enable_dlopen=unknown
11274 enable_dlopen_self=unknown
11275 enable_dlopen_self_static=unknown
11276 else
11277 lt_cv_dlopen=no
11278 lt_cv_dlopen_libs=
11279
11280 case $host_os in
11281 beos*)
11282 lt_cv_dlopen="load_add_on"
11283 lt_cv_dlopen_libs=
11284 lt_cv_dlopen_self=yes
11285 ;;
11286
11287 mingw* | pw32* | cegcc*)
11288 lt_cv_dlopen="LoadLibrary"
11289 lt_cv_dlopen_libs=
11290 ;;
11291
11292 cygwin*)
11293 lt_cv_dlopen="dlopen"
11294 lt_cv_dlopen_libs=
11295 ;;
11296
11297 darwin*)
11298 # if libdl is installed we need to link against it
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11300 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11301 if ${ac_cv_lib_dl_dlopen+:} false; then :
11302 $as_echo_n "(cached) " >&6
11303 else
11304 ac_check_lib_save_LIBS=$LIBS
11305 LIBS="-ldl $LIBS"
11306 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11307 /* end confdefs.h. */
11308
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11312 #ifdef __cplusplus
11313 extern "C"
11314 #endif
11315 char dlopen ();
11316 int
11317 main ()
11318 {
11319 return dlopen ();
11320 ;
11321 return 0;
11322 }
11323 _ACEOF
11324 if ac_fn_c_try_link "$LINENO"; then :
11325 ac_cv_lib_dl_dlopen=yes
11326 else
11327 ac_cv_lib_dl_dlopen=no
11328 fi
11329 rm -f core conftest.err conftest.$ac_objext \
11330 conftest$ac_exeext conftest.$ac_ext
11331 LIBS=$ac_check_lib_save_LIBS
11332 fi
11333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11334 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11335 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11336 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11337 else
11338
11339 lt_cv_dlopen="dyld"
11340 lt_cv_dlopen_libs=
11341 lt_cv_dlopen_self=yes
11342
11343 fi
11344
11345 ;;
11346
11347 *)
11348 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11349 if test "x$ac_cv_func_shl_load" = xyes; then :
11350 lt_cv_dlopen="shl_load"
11351 else
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11353 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11354 if ${ac_cv_lib_dld_shl_load+:} false; then :
11355 $as_echo_n "(cached) " >&6
11356 else
11357 ac_check_lib_save_LIBS=$LIBS
11358 LIBS="-ldld $LIBS"
11359 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11360 /* end confdefs.h. */
11361
11362 /* Override any GCC internal prototype to avoid an error.
11363 Use char because int might match the return type of a GCC
11364 builtin and then its argument prototype would still apply. */
11365 #ifdef __cplusplus
11366 extern "C"
11367 #endif
11368 char shl_load ();
11369 int
11370 main ()
11371 {
11372 return shl_load ();
11373 ;
11374 return 0;
11375 }
11376 _ACEOF
11377 if ac_fn_c_try_link "$LINENO"; then :
11378 ac_cv_lib_dld_shl_load=yes
11379 else
11380 ac_cv_lib_dld_shl_load=no
11381 fi
11382 rm -f core conftest.err conftest.$ac_objext \
11383 conftest$ac_exeext conftest.$ac_ext
11384 LIBS=$ac_check_lib_save_LIBS
11385 fi
11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11387 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11388 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11389 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11390 else
11391 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11392 if test "x$ac_cv_func_dlopen" = xyes; then :
11393 lt_cv_dlopen="dlopen"
11394 else
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11396 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11397 if ${ac_cv_lib_dl_dlopen+:} false; then :
11398 $as_echo_n "(cached) " >&6
11399 else
11400 ac_check_lib_save_LIBS=$LIBS
11401 LIBS="-ldl $LIBS"
11402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11403 /* end confdefs.h. */
11404
11405 /* Override any GCC internal prototype to avoid an error.
11406 Use char because int might match the return type of a GCC
11407 builtin and then its argument prototype would still apply. */
11408 #ifdef __cplusplus
11409 extern "C"
11410 #endif
11411 char dlopen ();
11412 int
11413 main ()
11414 {
11415 return dlopen ();
11416 ;
11417 return 0;
11418 }
11419 _ACEOF
11420 if ac_fn_c_try_link "$LINENO"; then :
11421 ac_cv_lib_dl_dlopen=yes
11422 else
11423 ac_cv_lib_dl_dlopen=no
11424 fi
11425 rm -f core conftest.err conftest.$ac_objext \
11426 conftest$ac_exeext conftest.$ac_ext
11427 LIBS=$ac_check_lib_save_LIBS
11428 fi
11429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11430 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11431 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11432 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11433 else
11434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11435 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11436 if ${ac_cv_lib_svld_dlopen+:} false; then :
11437 $as_echo_n "(cached) " >&6
11438 else
11439 ac_check_lib_save_LIBS=$LIBS
11440 LIBS="-lsvld $LIBS"
11441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11442 /* end confdefs.h. */
11443
11444 /* Override any GCC internal prototype to avoid an error.
11445 Use char because int might match the return type of a GCC
11446 builtin and then its argument prototype would still apply. */
11447 #ifdef __cplusplus
11448 extern "C"
11449 #endif
11450 char dlopen ();
11451 int
11452 main ()
11453 {
11454 return dlopen ();
11455 ;
11456 return 0;
11457 }
11458 _ACEOF
11459 if ac_fn_c_try_link "$LINENO"; then :
11460 ac_cv_lib_svld_dlopen=yes
11461 else
11462 ac_cv_lib_svld_dlopen=no
11463 fi
11464 rm -f core conftest.err conftest.$ac_objext \
11465 conftest$ac_exeext conftest.$ac_ext
11466 LIBS=$ac_check_lib_save_LIBS
11467 fi
11468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11469 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11470 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11471 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11472 else
11473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11474 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11475 if ${ac_cv_lib_dld_dld_link+:} false; then :
11476 $as_echo_n "(cached) " >&6
11477 else
11478 ac_check_lib_save_LIBS=$LIBS
11479 LIBS="-ldld $LIBS"
11480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11481 /* end confdefs.h. */
11482
11483 /* Override any GCC internal prototype to avoid an error.
11484 Use char because int might match the return type of a GCC
11485 builtin and then its argument prototype would still apply. */
11486 #ifdef __cplusplus
11487 extern "C"
11488 #endif
11489 char dld_link ();
11490 int
11491 main ()
11492 {
11493 return dld_link ();
11494 ;
11495 return 0;
11496 }
11497 _ACEOF
11498 if ac_fn_c_try_link "$LINENO"; then :
11499 ac_cv_lib_dld_dld_link=yes
11500 else
11501 ac_cv_lib_dld_dld_link=no
11502 fi
11503 rm -f core conftest.err conftest.$ac_objext \
11504 conftest$ac_exeext conftest.$ac_ext
11505 LIBS=$ac_check_lib_save_LIBS
11506 fi
11507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11508 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11509 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11510 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11511 fi
11512
11513
11514 fi
11515
11516
11517 fi
11518
11519
11520 fi
11521
11522
11523 fi
11524
11525
11526 fi
11527
11528 ;;
11529 esac
11530
11531 if test "x$lt_cv_dlopen" != xno; then
11532 enable_dlopen=yes
11533 else
11534 enable_dlopen=no
11535 fi
11536
11537 case $lt_cv_dlopen in
11538 dlopen)
11539 save_CPPFLAGS="$CPPFLAGS"
11540 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11541
11542 save_LDFLAGS="$LDFLAGS"
11543 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11544
11545 save_LIBS="$LIBS"
11546 LIBS="$lt_cv_dlopen_libs $LIBS"
11547
11548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11549 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11550 if ${lt_cv_dlopen_self+:} false; then :
11551 $as_echo_n "(cached) " >&6
11552 else
11553 if test "$cross_compiling" = yes; then :
11554 lt_cv_dlopen_self=cross
11555 else
11556 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11557 lt_status=$lt_dlunknown
11558 cat > conftest.$ac_ext <<_LT_EOF
11559 #line 11559 "configure"
11560 #include "confdefs.h"
11561
11562 #if HAVE_DLFCN_H
11563 #include <dlfcn.h>
11564 #endif
11565
11566 #include <stdio.h>
11567
11568 #ifdef RTLD_GLOBAL
11569 # define LT_DLGLOBAL RTLD_GLOBAL
11570 #else
11571 # ifdef DL_GLOBAL
11572 # define LT_DLGLOBAL DL_GLOBAL
11573 # else
11574 # define LT_DLGLOBAL 0
11575 # endif
11576 #endif
11577
11578 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11579 find out it does not work in some platform. */
11580 #ifndef LT_DLLAZY_OR_NOW
11581 # ifdef RTLD_LAZY
11582 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11583 # else
11584 # ifdef DL_LAZY
11585 # define LT_DLLAZY_OR_NOW DL_LAZY
11586 # else
11587 # ifdef RTLD_NOW
11588 # define LT_DLLAZY_OR_NOW RTLD_NOW
11589 # else
11590 # ifdef DL_NOW
11591 # define LT_DLLAZY_OR_NOW DL_NOW
11592 # else
11593 # define LT_DLLAZY_OR_NOW 0
11594 # endif
11595 # endif
11596 # endif
11597 # endif
11598 #endif
11599
11600 /* When -fvisbility=hidden is used, assume the code has been annotated
11601 correspondingly for the symbols needed. */
11602 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11603 void fnord () __attribute__((visibility("default")));
11604 #endif
11605
11606 void fnord () { int i=42; }
11607 int main ()
11608 {
11609 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11610 int status = $lt_dlunknown;
11611
11612 if (self)
11613 {
11614 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11615 else
11616 {
11617 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11618 else puts (dlerror ());
11619 }
11620 /* dlclose (self); */
11621 }
11622 else
11623 puts (dlerror ());
11624
11625 return status;
11626 }
11627 _LT_EOF
11628 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11629 (eval $ac_link) 2>&5
11630 ac_status=$?
11631 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11632 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11633 (./conftest; exit; ) >&5 2>/dev/null
11634 lt_status=$?
11635 case x$lt_status in
11636 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11637 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11638 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11639 esac
11640 else :
11641 # compilation failed
11642 lt_cv_dlopen_self=no
11643 fi
11644 fi
11645 rm -fr conftest*
11646
11647
11648 fi
11649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11650 $as_echo "$lt_cv_dlopen_self" >&6; }
11651
11652 if test "x$lt_cv_dlopen_self" = xyes; then
11653 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11655 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11656 if ${lt_cv_dlopen_self_static+:} false; then :
11657 $as_echo_n "(cached) " >&6
11658 else
11659 if test "$cross_compiling" = yes; then :
11660 lt_cv_dlopen_self_static=cross
11661 else
11662 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11663 lt_status=$lt_dlunknown
11664 cat > conftest.$ac_ext <<_LT_EOF
11665 #line 11665 "configure"
11666 #include "confdefs.h"
11667
11668 #if HAVE_DLFCN_H
11669 #include <dlfcn.h>
11670 #endif
11671
11672 #include <stdio.h>
11673
11674 #ifdef RTLD_GLOBAL
11675 # define LT_DLGLOBAL RTLD_GLOBAL
11676 #else
11677 # ifdef DL_GLOBAL
11678 # define LT_DLGLOBAL DL_GLOBAL
11679 # else
11680 # define LT_DLGLOBAL 0
11681 # endif
11682 #endif
11683
11684 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11685 find out it does not work in some platform. */
11686 #ifndef LT_DLLAZY_OR_NOW
11687 # ifdef RTLD_LAZY
11688 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11689 # else
11690 # ifdef DL_LAZY
11691 # define LT_DLLAZY_OR_NOW DL_LAZY
11692 # else
11693 # ifdef RTLD_NOW
11694 # define LT_DLLAZY_OR_NOW RTLD_NOW
11695 # else
11696 # ifdef DL_NOW
11697 # define LT_DLLAZY_OR_NOW DL_NOW
11698 # else
11699 # define LT_DLLAZY_OR_NOW 0
11700 # endif
11701 # endif
11702 # endif
11703 # endif
11704 #endif
11705
11706 /* When -fvisbility=hidden is used, assume the code has been annotated
11707 correspondingly for the symbols needed. */
11708 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11709 void fnord () __attribute__((visibility("default")));
11710 #endif
11711
11712 void fnord () { int i=42; }
11713 int main ()
11714 {
11715 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11716 int status = $lt_dlunknown;
11717
11718 if (self)
11719 {
11720 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11721 else
11722 {
11723 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11724 else puts (dlerror ());
11725 }
11726 /* dlclose (self); */
11727 }
11728 else
11729 puts (dlerror ());
11730
11731 return status;
11732 }
11733 _LT_EOF
11734 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11735 (eval $ac_link) 2>&5
11736 ac_status=$?
11737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11738 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11739 (./conftest; exit; ) >&5 2>/dev/null
11740 lt_status=$?
11741 case x$lt_status in
11742 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11743 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11744 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11745 esac
11746 else :
11747 # compilation failed
11748 lt_cv_dlopen_self_static=no
11749 fi
11750 fi
11751 rm -fr conftest*
11752
11753
11754 fi
11755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11756 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11757 fi
11758
11759 CPPFLAGS="$save_CPPFLAGS"
11760 LDFLAGS="$save_LDFLAGS"
11761 LIBS="$save_LIBS"
11762 ;;
11763 esac
11764
11765 case $lt_cv_dlopen_self in
11766 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11767 *) enable_dlopen_self=unknown ;;
11768 esac
11769
11770 case $lt_cv_dlopen_self_static in
11771 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11772 *) enable_dlopen_self_static=unknown ;;
11773 esac
11774 fi
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792 striplib=
11793 old_striplib=
11794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11795 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11796 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11797 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11798 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11800 $as_echo "yes" >&6; }
11801 else
11802 # FIXME - insert some real tests, host_os isn't really good enough
11803 case $host_os in
11804 darwin*)
11805 if test -n "$STRIP" ; then
11806 striplib="$STRIP -x"
11807 old_striplib="$STRIP -S"
11808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11809 $as_echo "yes" >&6; }
11810 else
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11812 $as_echo "no" >&6; }
11813 fi
11814 ;;
11815 *)
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11817 $as_echo "no" >&6; }
11818 ;;
11819 esac
11820 fi
11821
11822
11823
11824
11825
11826
11827
11828
11829
11830
11831
11832
11833 # Report which library types will actually be built
11834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11835 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11837 $as_echo "$can_build_shared" >&6; }
11838
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11840 $as_echo_n "checking whether to build shared libraries... " >&6; }
11841 test "$can_build_shared" = "no" && enable_shared=no
11842
11843 # On AIX, shared libraries and static libraries use the same namespace, and
11844 # are all built from PIC.
11845 case $host_os in
11846 aix3*)
11847 test "$enable_shared" = yes && enable_static=no
11848 if test -n "$RANLIB"; then
11849 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11850 postinstall_cmds='$RANLIB $lib'
11851 fi
11852 ;;
11853
11854 aix[4-9]*)
11855 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11856 test "$enable_shared" = yes && enable_static=no
11857 fi
11858 ;;
11859 esac
11860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11861 $as_echo "$enable_shared" >&6; }
11862
11863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11864 $as_echo_n "checking whether to build static libraries... " >&6; }
11865 # Make sure either enable_shared or enable_static is yes.
11866 test "$enable_shared" = yes || enable_static=yes
11867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11868 $as_echo "$enable_static" >&6; }
11869
11870
11871
11872
11873 fi
11874 ac_ext=c
11875 ac_cpp='$CPP $CPPFLAGS'
11876 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11877 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11878 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11879
11880 CC="$lt_save_CC"
11881
11882
11883
11884
11885
11886
11887
11888
11889
11890
11891
11892
11893
11894 ac_config_commands="$ac_config_commands libtool"
11895
11896
11897
11898
11899 # Only expand once:
11900
11901
11902
11903 # The tests for host and target for $enable_largefile require
11904 # canonical names.
11905
11906
11907
11908 # As the $enable_largefile decision depends on --enable-plugins we must set it
11909 # even in directories otherwise not depending on the $plugins option.
11910
11911
11912 maybe_plugins=no
11913 for ac_header in dlfcn.h
11914 do :
11915 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11916 "
11917 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11918 cat >>confdefs.h <<_ACEOF
11919 #define HAVE_DLFCN_H 1
11920 _ACEOF
11921 maybe_plugins=yes
11922 fi
11923
11924 done
11925
11926 for ac_header in windows.h
11927 do :
11928 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11929 "
11930 if test "x$ac_cv_header_windows_h" = xyes; then :
11931 cat >>confdefs.h <<_ACEOF
11932 #define HAVE_WINDOWS_H 1
11933 _ACEOF
11934 maybe_plugins=yes
11935 fi
11936
11937 done
11938
11939
11940 # Check whether --enable-plugins was given.
11941 if test "${enable_plugins+set}" = set; then :
11942 enableval=$enable_plugins; case "${enableval}" in
11943 no) plugins=no ;;
11944 *) plugins=yes
11945 if test "$maybe_plugins" != "yes" ; then
11946 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11947 fi ;;
11948 esac
11949 else
11950 plugins=$maybe_plugins
11951
11952 fi
11953
11954 if test "$plugins" = "yes"; then
11955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11956 $as_echo_n "checking for library containing dlsym... " >&6; }
11957 if ${ac_cv_search_dlsym+:} false; then :
11958 $as_echo_n "(cached) " >&6
11959 else
11960 ac_func_search_save_LIBS=$LIBS
11961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11962 /* end confdefs.h. */
11963
11964 /* Override any GCC internal prototype to avoid an error.
11965 Use char because int might match the return type of a GCC
11966 builtin and then its argument prototype would still apply. */
11967 #ifdef __cplusplus
11968 extern "C"
11969 #endif
11970 char dlsym ();
11971 int
11972 main ()
11973 {
11974 return dlsym ();
11975 ;
11976 return 0;
11977 }
11978 _ACEOF
11979 for ac_lib in '' dl; do
11980 if test -z "$ac_lib"; then
11981 ac_res="none required"
11982 else
11983 ac_res=-l$ac_lib
11984 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11985 fi
11986 if ac_fn_c_try_link "$LINENO"; then :
11987 ac_cv_search_dlsym=$ac_res
11988 fi
11989 rm -f core conftest.err conftest.$ac_objext \
11990 conftest$ac_exeext
11991 if ${ac_cv_search_dlsym+:} false; then :
11992 break
11993 fi
11994 done
11995 if ${ac_cv_search_dlsym+:} false; then :
11996
11997 else
11998 ac_cv_search_dlsym=no
11999 fi
12000 rm conftest.$ac_ext
12001 LIBS=$ac_func_search_save_LIBS
12002 fi
12003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
12004 $as_echo "$ac_cv_search_dlsym" >&6; }
12005 ac_res=$ac_cv_search_dlsym
12006 if test "$ac_res" != no; then :
12007 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
12008
12009 fi
12010
12011 fi
12012
12013
12014 case "${host}" in
12015 sparc-*-solaris*|i?86-*-solaris*)
12016 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
12017 # were mutually exclusive until Solaris 11.3. Without procfs support,
12018 # the bfd/ elf module cannot provide certain routines such as
12019 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
12020 # explicitly requested large-file support through the
12021 # --enable-largefile switch, disable large-file support in favor of
12022 # procfs support.
12023 #
12024 # Check if <sys/procfs.h> is incompatible with large-file support.
12025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12026 /* end confdefs.h. */
12027 #define _FILE_OFFSET_BITS 64
12028 #define _STRUCTURED_PROC 1
12029 #include <sys/procfs.h>
12030 int
12031 main ()
12032 {
12033
12034 ;
12035 return 0;
12036 }
12037 _ACEOF
12038 if ac_fn_c_try_compile "$LINENO"; then :
12039 acx_cv_procfs_lfs=yes
12040 else
12041 acx_cv_procfs_lfs=no
12042 fi
12043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12044 #
12045 # Forcefully disable large-file support only if necessary, gdb is in
12046 # tree and enabled.
12047 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
12048 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
12049 : ${enable_largefile="no"}
12050 if test "$plugins" = yes; then
12051 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
12052 plugin support disabled; require large-file support which is incompatible with GDB." >&5
12053 $as_echo "$as_me: WARNING:
12054 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
12055 plugins=no
12056 fi
12057 fi
12058 #
12059 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
12060 # benefit of g++ 9+ which predefines it on Solaris.
12061 if test "$enable_largefile" = no; then
12062 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
12063
12064 fi
12065 ;;
12066 esac
12067
12068 # Check whether --enable-largefile was given.
12069 if test "${enable_largefile+set}" = set; then :
12070 enableval=$enable_largefile;
12071 fi
12072
12073 if test "$enable_largefile" != no; then
12074
12075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12076 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12077 if ${ac_cv_sys_largefile_CC+:} false; then :
12078 $as_echo_n "(cached) " >&6
12079 else
12080 ac_cv_sys_largefile_CC=no
12081 if test "$GCC" != yes; then
12082 ac_save_CC=$CC
12083 while :; do
12084 # IRIX 6.2 and later do not support large files by default,
12085 # so use the C compiler's -n32 option if that helps.
12086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12087 /* end confdefs.h. */
12088 #include <sys/types.h>
12089 /* Check that off_t can represent 2**63 - 1 correctly.
12090 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12091 since some C++ compilers masquerading as C compilers
12092 incorrectly reject 9223372036854775807. */
12093 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12094 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12095 && LARGE_OFF_T % 2147483647 == 1)
12096 ? 1 : -1];
12097 int
12098 main ()
12099 {
12100
12101 ;
12102 return 0;
12103 }
12104 _ACEOF
12105 if ac_fn_c_try_compile "$LINENO"; then :
12106 break
12107 fi
12108 rm -f core conftest.err conftest.$ac_objext
12109 CC="$CC -n32"
12110 if ac_fn_c_try_compile "$LINENO"; then :
12111 ac_cv_sys_largefile_CC=' -n32'; break
12112 fi
12113 rm -f core conftest.err conftest.$ac_objext
12114 break
12115 done
12116 CC=$ac_save_CC
12117 rm -f conftest.$ac_ext
12118 fi
12119 fi
12120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12121 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12122 if test "$ac_cv_sys_largefile_CC" != no; then
12123 CC=$CC$ac_cv_sys_largefile_CC
12124 fi
12125
12126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12127 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12128 if ${ac_cv_sys_file_offset_bits+:} false; then :
12129 $as_echo_n "(cached) " >&6
12130 else
12131 while :; do
12132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12133 /* end confdefs.h. */
12134 #include <sys/types.h>
12135 /* Check that off_t can represent 2**63 - 1 correctly.
12136 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12137 since some C++ compilers masquerading as C compilers
12138 incorrectly reject 9223372036854775807. */
12139 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12140 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12141 && LARGE_OFF_T % 2147483647 == 1)
12142 ? 1 : -1];
12143 int
12144 main ()
12145 {
12146
12147 ;
12148 return 0;
12149 }
12150 _ACEOF
12151 if ac_fn_c_try_compile "$LINENO"; then :
12152 ac_cv_sys_file_offset_bits=no; break
12153 fi
12154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12156 /* end confdefs.h. */
12157 #define _FILE_OFFSET_BITS 64
12158 #include <sys/types.h>
12159 /* Check that off_t can represent 2**63 - 1 correctly.
12160 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12161 since some C++ compilers masquerading as C compilers
12162 incorrectly reject 9223372036854775807. */
12163 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12164 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12165 && LARGE_OFF_T % 2147483647 == 1)
12166 ? 1 : -1];
12167 int
12168 main ()
12169 {
12170
12171 ;
12172 return 0;
12173 }
12174 _ACEOF
12175 if ac_fn_c_try_compile "$LINENO"; then :
12176 ac_cv_sys_file_offset_bits=64; break
12177 fi
12178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12179 ac_cv_sys_file_offset_bits=unknown
12180 break
12181 done
12182 fi
12183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12184 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12185 case $ac_cv_sys_file_offset_bits in #(
12186 no | unknown) ;;
12187 *)
12188 cat >>confdefs.h <<_ACEOF
12189 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12190 _ACEOF
12191 ;;
12192 esac
12193 rm -rf conftest*
12194 if test $ac_cv_sys_file_offset_bits = unknown; then
12195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12196 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12197 if ${ac_cv_sys_large_files+:} false; then :
12198 $as_echo_n "(cached) " >&6
12199 else
12200 while :; do
12201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12202 /* end confdefs.h. */
12203 #include <sys/types.h>
12204 /* Check that off_t can represent 2**63 - 1 correctly.
12205 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12206 since some C++ compilers masquerading as C compilers
12207 incorrectly reject 9223372036854775807. */
12208 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12209 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12210 && LARGE_OFF_T % 2147483647 == 1)
12211 ? 1 : -1];
12212 int
12213 main ()
12214 {
12215
12216 ;
12217 return 0;
12218 }
12219 _ACEOF
12220 if ac_fn_c_try_compile "$LINENO"; then :
12221 ac_cv_sys_large_files=no; break
12222 fi
12223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12225 /* end confdefs.h. */
12226 #define _LARGE_FILES 1
12227 #include <sys/types.h>
12228 /* Check that off_t can represent 2**63 - 1 correctly.
12229 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12230 since some C++ compilers masquerading as C compilers
12231 incorrectly reject 9223372036854775807. */
12232 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12233 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12234 && LARGE_OFF_T % 2147483647 == 1)
12235 ? 1 : -1];
12236 int
12237 main ()
12238 {
12239
12240 ;
12241 return 0;
12242 }
12243 _ACEOF
12244 if ac_fn_c_try_compile "$LINENO"; then :
12245 ac_cv_sys_large_files=1; break
12246 fi
12247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12248 ac_cv_sys_large_files=unknown
12249 break
12250 done
12251 fi
12252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12253 $as_echo "$ac_cv_sys_large_files" >&6; }
12254 case $ac_cv_sys_large_files in #(
12255 no | unknown) ;;
12256 *)
12257 cat >>confdefs.h <<_ACEOF
12258 #define _LARGE_FILES $ac_cv_sys_large_files
12259 _ACEOF
12260 ;;
12261 esac
12262 rm -rf conftest*
12263 fi
12264
12265
12266 fi
12267
12268
12269
12270 # Check whether --enable-targets was given.
12271 if test "${enable_targets+set}" = set; then :
12272 enableval=$enable_targets; case "${enableval}" in
12273 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12274 ;;
12275 no) enable_targets= ;;
12276 *) enable_targets=$enableval ;;
12277 esac
12278 fi
12279
12280
12281 # Check whether --enable-deterministic-archives was given.
12282 if test "${enable_deterministic_archives+set}" = set; then :
12283 enableval=$enable_deterministic_archives;
12284 if test "${enableval}" = no; then
12285 default_ar_deterministic=0
12286 else
12287 default_ar_deterministic=1
12288 fi
12289 else
12290 default_ar_deterministic=0
12291 fi
12292
12293
12294
12295 cat >>confdefs.h <<_ACEOF
12296 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12297 _ACEOF
12298
12299
12300
12301 # Check whether --enable-default-strings-all was given.
12302 if test "${enable_default_strings_all+set}" = set; then :
12303 enableval=$enable_default_strings_all;
12304 if test "${enableval}" = no; then
12305 default_strings_all=0
12306 else
12307 default_strings_all=1
12308 fi
12309 else
12310 default_strings_all=1
12311 fi
12312
12313
12314
12315 cat >>confdefs.h <<_ACEOF
12316 #define DEFAULT_STRINGS_ALL $default_strings_all
12317 _ACEOF
12318
12319
12320
12321 # Check whether --enable-f-for-ifunc-symbols was given.
12322 if test "${enable_f_for_ifunc_symbols+set}" = set; then :
12323 enableval=$enable_f_for_ifunc_symbols;
12324 if test "${enableval}" = no; then
12325 default_f_for_ifunc=0
12326 else
12327 default_f_for_ifunc=1
12328 fi
12329 else
12330 default_f_for_ifunc=0
12331 fi
12332
12333
12334
12335 cat >>confdefs.h <<_ACEOF
12336 #define DEFAULT_F_FOR_IFUNC_SYMBOLS $default_f_for_ifunc
12337 _ACEOF
12338
12339
12340
12341
12342
12343
12344
12345
12346
12347 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
12348 if test -n "$ac_tool_prefix"; then
12349 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
12350 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
12351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12352 $as_echo_n "checking for $ac_word... " >&6; }
12353 if ${ac_cv_path_PKG_CONFIG+:} false; then :
12354 $as_echo_n "(cached) " >&6
12355 else
12356 case $PKG_CONFIG in
12357 [\\/]* | ?:[\\/]*)
12358 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
12359 ;;
12360 *)
12361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12362 for as_dir in $PATH
12363 do
12364 IFS=$as_save_IFS
12365 test -z "$as_dir" && as_dir=.
12366 for ac_exec_ext in '' $ac_executable_extensions; do
12367 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12368 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12369 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12370 break 2
12371 fi
12372 done
12373 done
12374 IFS=$as_save_IFS
12375
12376 ;;
12377 esac
12378 fi
12379 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
12380 if test -n "$PKG_CONFIG"; then
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
12382 $as_echo "$PKG_CONFIG" >&6; }
12383 else
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12385 $as_echo "no" >&6; }
12386 fi
12387
12388
12389 fi
12390 if test -z "$ac_cv_path_PKG_CONFIG"; then
12391 ac_pt_PKG_CONFIG=$PKG_CONFIG
12392 # Extract the first word of "pkg-config", so it can be a program name with args.
12393 set dummy pkg-config; ac_word=$2
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12395 $as_echo_n "checking for $ac_word... " >&6; }
12396 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
12397 $as_echo_n "(cached) " >&6
12398 else
12399 case $ac_pt_PKG_CONFIG in
12400 [\\/]* | ?:[\\/]*)
12401 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
12402 ;;
12403 *)
12404 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12405 for as_dir in $PATH
12406 do
12407 IFS=$as_save_IFS
12408 test -z "$as_dir" && as_dir=.
12409 for ac_exec_ext in '' $ac_executable_extensions; do
12410 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12411 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
12412 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12413 break 2
12414 fi
12415 done
12416 done
12417 IFS=$as_save_IFS
12418
12419 ;;
12420 esac
12421 fi
12422 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
12423 if test -n "$ac_pt_PKG_CONFIG"; then
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
12425 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
12426 else
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12428 $as_echo "no" >&6; }
12429 fi
12430
12431 if test "x$ac_pt_PKG_CONFIG" = x; then
12432 PKG_CONFIG=""
12433 else
12434 case $cross_compiling:$ac_tool_warned in
12435 yes:)
12436 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
12437 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
12438 ac_tool_warned=yes ;;
12439 esac
12440 PKG_CONFIG=$ac_pt_PKG_CONFIG
12441 fi
12442 else
12443 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
12444 fi
12445
12446 fi
12447 if test -n "$PKG_CONFIG"; then
12448 _pkg_min_version=0.9.0
12449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
12450 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
12451 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12453 $as_echo "yes" >&6; }
12454 else
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12456 $as_echo "no" >&6; }
12457 PKG_CONFIG=""
12458 fi
12459 fi
12460
12461 # Handle optional debuginfod support
12462
12463 # Check whether --with-debuginfod was given.
12464 if test "${with_debuginfod+set}" = set; then :
12465 withval=$with_debuginfod;
12466 else
12467 with_debuginfod=auto
12468 fi
12469
12470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12471 $as_echo_n "checking whether to use debuginfod... " >&6; }
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12473 $as_echo "$with_debuginfod" >&6; }
12474
12475 if test "x$with_debuginfod" != xno; then
12476
12477 pkg_failed=no
12478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libdebuginfod >= 0.179" >&5
12479 $as_echo_n "checking for libdebuginfod >= 0.179... " >&6; }
12480
12481 if test -n "$DEBUGINFOD_CFLAGS"; then
12482 pkg_cv_DEBUGINFOD_CFLAGS="$DEBUGINFOD_CFLAGS"
12483 elif test -n "$PKG_CONFIG"; then
12484 if test -n "$PKG_CONFIG" && \
12485 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12486 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12487 ac_status=$?
12488 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12489 test $ac_status = 0; }; then
12490 pkg_cv_DEBUGINFOD_CFLAGS=`$PKG_CONFIG --cflags "libdebuginfod >= 0.179" 2>/dev/null`
12491 test "x$?" != "x0" && pkg_failed=yes
12492 else
12493 pkg_failed=yes
12494 fi
12495 else
12496 pkg_failed=untried
12497 fi
12498 if test -n "$DEBUGINFOD_LIBS"; then
12499 pkg_cv_DEBUGINFOD_LIBS="$DEBUGINFOD_LIBS"
12500 elif test -n "$PKG_CONFIG"; then
12501 if test -n "$PKG_CONFIG" && \
12502 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libdebuginfod >= 0.179\""; } >&5
12503 ($PKG_CONFIG --exists --print-errors "libdebuginfod >= 0.179") 2>&5
12504 ac_status=$?
12505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12506 test $ac_status = 0; }; then
12507 pkg_cv_DEBUGINFOD_LIBS=`$PKG_CONFIG --libs "libdebuginfod >= 0.179" 2>/dev/null`
12508 test "x$?" != "x0" && pkg_failed=yes
12509 else
12510 pkg_failed=yes
12511 fi
12512 else
12513 pkg_failed=untried
12514 fi
12515
12516 if test $pkg_failed = no; then
12517 pkg_save_LDFLAGS="$LDFLAGS"
12518 LDFLAGS="$LDFLAGS $pkg_cv_DEBUGINFOD_LIBS"
12519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12520 /* end confdefs.h. */
12521
12522 int
12523 main ()
12524 {
12525
12526 ;
12527 return 0;
12528 }
12529 _ACEOF
12530 if ac_fn_c_try_link "$LINENO"; then :
12531
12532 else
12533 pkg_failed=yes
12534 fi
12535 rm -f core conftest.err conftest.$ac_objext \
12536 conftest$ac_exeext conftest.$ac_ext
12537 LDFLAGS=$pkg_save_LDFLAGS
12538 fi
12539
12540
12541
12542 if test $pkg_failed = yes; then
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12544 $as_echo "no" >&6; }
12545
12546 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
12547 _pkg_short_errors_supported=yes
12548 else
12549 _pkg_short_errors_supported=no
12550 fi
12551 if test $_pkg_short_errors_supported = yes; then
12552 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12553 else
12554 DEBUGINFOD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libdebuginfod >= 0.179" 2>&1`
12555 fi
12556 # Put the nasty error message in config.log where it belongs
12557 echo "$DEBUGINFOD_PKG_ERRORS" >&5
12558
12559 if test "x$with_debuginfod" = xyes; then
12560 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12561 else
12562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12563 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12564 fi
12565 elif test $pkg_failed = untried; then
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12567 $as_echo "no" >&6; }
12568 if test "x$with_debuginfod" = xyes; then
12569 as_fn_error $? "\"--with-debuginfod was given, but libdebuginfod is missing or unusable.\"" "$LINENO" 5
12570 else
12571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&5
12572 $as_echo "$as_me: WARNING: libdebuginfod is missing or unusable; some features may be unavailable." >&2;}
12573 fi
12574 else
12575 DEBUGINFOD_CFLAGS=$pkg_cv_DEBUGINFOD_CFLAGS
12576 DEBUGINFOD_LIBS=$pkg_cv_DEBUGINFOD_LIBS
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12578 $as_echo "yes" >&6; }
12579
12580 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12581
12582 fi
12583 else
12584 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12585 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12586 fi
12587
12588
12589 # Check whether --enable-libctf was given.
12590 if test "${enable_libctf+set}" = set; then :
12591 enableval=$enable_libctf;
12592 case "$enableval" in
12593 yes|no) ;;
12594 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12595 esac
12596
12597 else
12598 enable_libctf=yes
12599 fi
12600
12601
12602 if test "${enable_libctf}" = yes; then
12603
12604 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12605
12606 fi
12607 if test "${enable_libctf}" = yes; then
12608 ENABLE_LIBCTF_TRUE=
12609 ENABLE_LIBCTF_FALSE='#'
12610 else
12611 ENABLE_LIBCTF_TRUE='#'
12612 ENABLE_LIBCTF_FALSE=
12613 fi
12614
12615
12616
12617 # Set the 'development' global.
12618 . $srcdir/../bfd/development.sh
12619
12620 # Set acp_cpp_for_build variable
12621 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12622
12623 # Default set of GCC warnings to enable.
12624 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12625 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12626
12627 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12629 /* end confdefs.h. */
12630 __GNUC__
12631 _ACEOF
12632 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12633 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12634
12635 else
12636 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12637 fi
12638 rm -f conftest*
12639
12640
12641 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12643 /* end confdefs.h. */
12644 __GNUC__
12645 _ACEOF
12646 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12647 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12648
12649 else
12650 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12651 fi
12652 rm -f conftest*
12653
12654
12655 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12656 WARN_WRITE_STRINGS=""
12657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12658 /* end confdefs.h. */
12659 __GNUC__
12660 _ACEOF
12661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12662 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12663
12664 else
12665 WARN_WRITE_STRINGS="-Wwrite-strings"
12666 fi
12667 rm -f conftest*
12668
12669
12670 # Verify CC_FOR_BUILD to be compatible with warning flags
12671
12672 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12674 /* end confdefs.h. */
12675 __GNUC__
12676 _ACEOF
12677 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12678 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12679
12680 else
12681 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12682 fi
12683 rm -f conftest*
12684
12685
12686 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12688 /* end confdefs.h. */
12689 __GNUC__
12690 _ACEOF
12691 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12692 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12693
12694 else
12695 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12696 fi
12697 rm -f conftest*
12698
12699
12700 # Check whether --enable-werror was given.
12701 if test "${enable_werror+set}" = set; then :
12702 enableval=$enable_werror; case "${enableval}" in
12703 yes | y) ERROR_ON_WARNING="yes" ;;
12704 no | n) ERROR_ON_WARNING="no" ;;
12705 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12706 esac
12707 fi
12708
12709
12710 # Disable -Wformat by default when using gcc on mingw
12711 case "${host}" in
12712 *-*-mingw32*)
12713 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12714 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12715 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12716 fi
12717 ;;
12718 *) ;;
12719 esac
12720
12721 # Enable -Werror by default when using gcc. Turn it off for releases.
12722 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12723 ERROR_ON_WARNING=yes
12724 fi
12725
12726 NO_WERROR=
12727 if test "${ERROR_ON_WARNING}" = yes ; then
12728 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12729 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12730 NO_WERROR="-Wno-error"
12731 fi
12732
12733 if test "${GCC}" = yes ; then
12734 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12735 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12736 fi
12737
12738 # Check whether --enable-build-warnings was given.
12739 if test "${enable_build_warnings+set}" = set; then :
12740 enableval=$enable_build_warnings; case "${enableval}" in
12741 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12742 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12743 no) if test "${GCC}" = yes ; then
12744 WARN_CFLAGS="-w"
12745 WARN_CFLAGS_FOR_BUILD="-w"
12746 fi;;
12747 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12748 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12749 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12750 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12751 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12752 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12753 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12754 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12755 esac
12756 fi
12757
12758
12759 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12760 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12761 fi
12762
12763
12764
12765
12766
12767
12768
12769 ac_config_headers="$ac_config_headers config.h:config.in"
12770
12771
12772
12773
12774 if test -z "$target" ; then
12775 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12776 fi
12777 if test -z "$host" ; then
12778 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12779 fi
12780
12781 for ac_prog in 'bison -y' byacc
12782 do
12783 # Extract the first word of "$ac_prog", so it can be a program name with args.
12784 set dummy $ac_prog; ac_word=$2
12785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12786 $as_echo_n "checking for $ac_word... " >&6; }
12787 if ${ac_cv_prog_YACC+:} false; then :
12788 $as_echo_n "(cached) " >&6
12789 else
12790 if test -n "$YACC"; then
12791 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12792 else
12793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12794 for as_dir in $PATH
12795 do
12796 IFS=$as_save_IFS
12797 test -z "$as_dir" && as_dir=.
12798 for ac_exec_ext in '' $ac_executable_extensions; do
12799 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12800 ac_cv_prog_YACC="$ac_prog"
12801 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12802 break 2
12803 fi
12804 done
12805 done
12806 IFS=$as_save_IFS
12807
12808 fi
12809 fi
12810 YACC=$ac_cv_prog_YACC
12811 if test -n "$YACC"; then
12812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12813 $as_echo "$YACC" >&6; }
12814 else
12815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12816 $as_echo "no" >&6; }
12817 fi
12818
12819
12820 test -n "$YACC" && break
12821 done
12822 test -n "$YACC" || YACC="yacc"
12823
12824 for ac_prog in flex lex
12825 do
12826 # Extract the first word of "$ac_prog", so it can be a program name with args.
12827 set dummy $ac_prog; ac_word=$2
12828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12829 $as_echo_n "checking for $ac_word... " >&6; }
12830 if ${ac_cv_prog_LEX+:} false; then :
12831 $as_echo_n "(cached) " >&6
12832 else
12833 if test -n "$LEX"; then
12834 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12835 else
12836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12837 for as_dir in $PATH
12838 do
12839 IFS=$as_save_IFS
12840 test -z "$as_dir" && as_dir=.
12841 for ac_exec_ext in '' $ac_executable_extensions; do
12842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12843 ac_cv_prog_LEX="$ac_prog"
12844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12845 break 2
12846 fi
12847 done
12848 done
12849 IFS=$as_save_IFS
12850
12851 fi
12852 fi
12853 LEX=$ac_cv_prog_LEX
12854 if test -n "$LEX"; then
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12856 $as_echo "$LEX" >&6; }
12857 else
12858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12859 $as_echo "no" >&6; }
12860 fi
12861
12862
12863 test -n "$LEX" && break
12864 done
12865 test -n "$LEX" || LEX=":"
12866
12867 case "$LEX" in
12868 :|*"missing "*) ;;
12869 *) cat >conftest.l <<_ACEOF
12870 %%
12871 a { ECHO; }
12872 b { REJECT; }
12873 c { yymore (); }
12874 d { yyless (1); }
12875 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12876 yyless ((input () != 0)); }
12877 f { unput (yytext[0]); }
12878 . { BEGIN INITIAL; }
12879 %%
12880 #ifdef YYTEXT_POINTER
12881 extern char *yytext;
12882 #endif
12883 int
12884 main (void)
12885 {
12886 return ! yylex () + ! yywrap ();
12887 }
12888 _ACEOF
12889 { { ac_try="$LEX conftest.l"
12890 case "(($ac_try" in
12891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12892 *) ac_try_echo=$ac_try;;
12893 esac
12894 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12895 $as_echo "$ac_try_echo"; } >&5
12896 (eval "$LEX conftest.l") 2>&5
12897 ac_status=$?
12898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12899 test $ac_status = 0; }
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12901 $as_echo_n "checking lex output file root... " >&6; }
12902 if ${ac_cv_prog_lex_root+:} false; then :
12903 $as_echo_n "(cached) " >&6
12904 else
12905
12906 if test -f lex.yy.c; then
12907 ac_cv_prog_lex_root=lex.yy
12908 elif test -f lexyy.c; then
12909 ac_cv_prog_lex_root=lexyy
12910 else
12911 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12912 fi
12913 fi
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12915 $as_echo "$ac_cv_prog_lex_root" >&6; }
12916 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12917
12918 if test -z "${LEXLIB+set}"; then
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12920 $as_echo_n "checking lex library... " >&6; }
12921 if ${ac_cv_lib_lex+:} false; then :
12922 $as_echo_n "(cached) " >&6
12923 else
12924
12925 ac_save_LIBS=$LIBS
12926 ac_cv_lib_lex='none needed'
12927 for ac_lib in '' -lfl -ll; do
12928 LIBS="$ac_lib $ac_save_LIBS"
12929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12930 /* end confdefs.h. */
12931 `cat $LEX_OUTPUT_ROOT.c`
12932 _ACEOF
12933 if ac_fn_c_try_link "$LINENO"; then :
12934 ac_cv_lib_lex=$ac_lib
12935 fi
12936 rm -f core conftest.err conftest.$ac_objext \
12937 conftest$ac_exeext conftest.$ac_ext
12938 test "$ac_cv_lib_lex" != 'none needed' && break
12939 done
12940 LIBS=$ac_save_LIBS
12941
12942 fi
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12944 $as_echo "$ac_cv_lib_lex" >&6; }
12945 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12946 fi
12947
12948
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12950 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12951 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12952 $as_echo_n "(cached) " >&6
12953 else
12954 # POSIX says lex can declare yytext either as a pointer or an array; the
12955 # default is implementation-dependent. Figure out which it is, since
12956 # not all implementations provide the %pointer and %array declarations.
12957 ac_cv_prog_lex_yytext_pointer=no
12958 ac_save_LIBS=$LIBS
12959 LIBS="$LEXLIB $ac_save_LIBS"
12960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12961 /* end confdefs.h. */
12962
12963 #define YYTEXT_POINTER 1
12964 `cat $LEX_OUTPUT_ROOT.c`
12965 _ACEOF
12966 if ac_fn_c_try_link "$LINENO"; then :
12967 ac_cv_prog_lex_yytext_pointer=yes
12968 fi
12969 rm -f core conftest.err conftest.$ac_objext \
12970 conftest$ac_exeext conftest.$ac_ext
12971 LIBS=$ac_save_LIBS
12972
12973 fi
12974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12975 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12976 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12977
12978 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12979
12980 fi
12981 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12982 ;;
12983 esac
12984 if test "$LEX" = :; then
12985 LEX=${am_missing_run}flex
12986 fi
12987
12988 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"
12989 # If we haven't got the data from the intl directory,
12990 # assume NLS is disabled.
12991 USE_NLS=no
12992 LIBINTL=
12993 LIBINTL_DEP=
12994 INCINTL=
12995 XGETTEXT=
12996 GMSGFMT=
12997 POSUB=
12998
12999 if test -f ../intl/config.intl; then
13000 . ../intl/config.intl
13001 fi
13002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13003 $as_echo_n "checking whether NLS is requested... " >&6; }
13004 if test x"$USE_NLS" != xyes; then
13005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13006 $as_echo "no" >&6; }
13007 else
13008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13009 $as_echo "yes" >&6; }
13010
13011 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13012
13013
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13015 $as_echo_n "checking for catalogs to be installed... " >&6; }
13016 # Look for .po and .gmo files in the source directory.
13017 CATALOGS=
13018 XLINGUAS=
13019 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13020 # If there aren't any .gmo files the shell will give us the
13021 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13022 # weeded out.
13023 case "$cat" in *\**)
13024 continue;;
13025 esac
13026 # The quadruple backslash is collapsed to a double backslash
13027 # by the backticks, then collapsed again by the double quotes,
13028 # leaving us with one backslash in the sed expression (right
13029 # before the dot that mustn't act as a wildcard).
13030 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13031 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13032 # The user is allowed to set LINGUAS to a list of languages to
13033 # install catalogs for. If it's empty that means "all of them."
13034 if test "x$LINGUAS" = x; then
13035 CATALOGS="$CATALOGS $cat"
13036 XLINGUAS="$XLINGUAS $lang"
13037 else
13038 case "$LINGUAS" in *$lang*)
13039 CATALOGS="$CATALOGS $cat"
13040 XLINGUAS="$XLINGUAS $lang"
13041 ;;
13042 esac
13043 fi
13044 done
13045 LINGUAS="$XLINGUAS"
13046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13047 $as_echo "$LINGUAS" >&6; }
13048
13049
13050 DATADIRNAME=share
13051
13052 INSTOBJEXT=.mo
13053
13054 GENCAT=gencat
13055
13056 CATOBJEXT=.gmo
13057
13058 fi
13059
13060 MKINSTALLDIRS=
13061 if test -n "$ac_aux_dir"; then
13062 case "$ac_aux_dir" in
13063 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13064 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13065 esac
13066 fi
13067 if test -z "$MKINSTALLDIRS"; then
13068 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13069 fi
13070
13071
13072
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13074 $as_echo_n "checking whether NLS is requested... " >&6; }
13075 # Check whether --enable-nls was given.
13076 if test "${enable_nls+set}" = set; then :
13077 enableval=$enable_nls; USE_NLS=$enableval
13078 else
13079 USE_NLS=yes
13080 fi
13081
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13083 $as_echo "$USE_NLS" >&6; }
13084
13085
13086
13087
13088
13089
13090 # Prepare PATH_SEPARATOR.
13091 # The user is always right.
13092 if test "${PATH_SEPARATOR+set}" != set; then
13093 echo "#! /bin/sh" >conf$$.sh
13094 echo "exit 0" >>conf$$.sh
13095 chmod +x conf$$.sh
13096 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13097 PATH_SEPARATOR=';'
13098 else
13099 PATH_SEPARATOR=:
13100 fi
13101 rm -f conf$$.sh
13102 fi
13103
13104 # Find out how to test for executable files. Don't use a zero-byte file,
13105 # as systems may use methods other than mode bits to determine executability.
13106 cat >conf$$.file <<_ASEOF
13107 #! /bin/sh
13108 exit 0
13109 _ASEOF
13110 chmod +x conf$$.file
13111 if test -x conf$$.file >/dev/null 2>&1; then
13112 ac_executable_p="test -x"
13113 else
13114 ac_executable_p="test -f"
13115 fi
13116 rm -f conf$$.file
13117
13118 # Extract the first word of "msgfmt", so it can be a program name with args.
13119 set dummy msgfmt; ac_word=$2
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13121 $as_echo_n "checking for $ac_word... " >&6; }
13122 if ${ac_cv_path_MSGFMT+:} false; then :
13123 $as_echo_n "(cached) " >&6
13124 else
13125 case "$MSGFMT" in
13126 [\\/]* | ?:[\\/]*)
13127 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13128 ;;
13129 *)
13130 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13131 for ac_dir in $PATH; do
13132 IFS="$ac_save_IFS"
13133 test -z "$ac_dir" && ac_dir=.
13134 for ac_exec_ext in '' $ac_executable_extensions; do
13135 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13136 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13137 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13138 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13139 break 2
13140 fi
13141 fi
13142 done
13143 done
13144 IFS="$ac_save_IFS"
13145 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13146 ;;
13147 esac
13148 fi
13149 MSGFMT="$ac_cv_path_MSGFMT"
13150 if test "$MSGFMT" != ":"; then
13151 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13152 $as_echo "$MSGFMT" >&6; }
13153 else
13154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13155 $as_echo "no" >&6; }
13156 fi
13157
13158 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13159 set dummy gmsgfmt; ac_word=$2
13160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13161 $as_echo_n "checking for $ac_word... " >&6; }
13162 if ${ac_cv_path_GMSGFMT+:} false; then :
13163 $as_echo_n "(cached) " >&6
13164 else
13165 case $GMSGFMT in
13166 [\\/]* | ?:[\\/]*)
13167 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13168 ;;
13169 *)
13170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13171 for as_dir in $PATH
13172 do
13173 IFS=$as_save_IFS
13174 test -z "$as_dir" && as_dir=.
13175 for ac_exec_ext in '' $ac_executable_extensions; do
13176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13177 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13179 break 2
13180 fi
13181 done
13182 done
13183 IFS=$as_save_IFS
13184
13185 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13186 ;;
13187 esac
13188 fi
13189 GMSGFMT=$ac_cv_path_GMSGFMT
13190 if test -n "$GMSGFMT"; then
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13192 $as_echo "$GMSGFMT" >&6; }
13193 else
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13195 $as_echo "no" >&6; }
13196 fi
13197
13198
13199
13200
13201 # Prepare PATH_SEPARATOR.
13202 # The user is always right.
13203 if test "${PATH_SEPARATOR+set}" != set; then
13204 echo "#! /bin/sh" >conf$$.sh
13205 echo "exit 0" >>conf$$.sh
13206 chmod +x conf$$.sh
13207 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13208 PATH_SEPARATOR=';'
13209 else
13210 PATH_SEPARATOR=:
13211 fi
13212 rm -f conf$$.sh
13213 fi
13214
13215 # Find out how to test for executable files. Don't use a zero-byte file,
13216 # as systems may use methods other than mode bits to determine executability.
13217 cat >conf$$.file <<_ASEOF
13218 #! /bin/sh
13219 exit 0
13220 _ASEOF
13221 chmod +x conf$$.file
13222 if test -x conf$$.file >/dev/null 2>&1; then
13223 ac_executable_p="test -x"
13224 else
13225 ac_executable_p="test -f"
13226 fi
13227 rm -f conf$$.file
13228
13229 # Extract the first word of "xgettext", so it can be a program name with args.
13230 set dummy xgettext; ac_word=$2
13231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13232 $as_echo_n "checking for $ac_word... " >&6; }
13233 if ${ac_cv_path_XGETTEXT+:} false; then :
13234 $as_echo_n "(cached) " >&6
13235 else
13236 case "$XGETTEXT" in
13237 [\\/]* | ?:[\\/]*)
13238 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13239 ;;
13240 *)
13241 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13242 for ac_dir in $PATH; do
13243 IFS="$ac_save_IFS"
13244 test -z "$ac_dir" && ac_dir=.
13245 for ac_exec_ext in '' $ac_executable_extensions; do
13246 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13247 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13248 (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
13249 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13250 break 2
13251 fi
13252 fi
13253 done
13254 done
13255 IFS="$ac_save_IFS"
13256 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13257 ;;
13258 esac
13259 fi
13260 XGETTEXT="$ac_cv_path_XGETTEXT"
13261 if test "$XGETTEXT" != ":"; then
13262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13263 $as_echo "$XGETTEXT" >&6; }
13264 else
13265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13266 $as_echo "no" >&6; }
13267 fi
13268
13269 rm -f messages.po
13270
13271
13272 # Prepare PATH_SEPARATOR.
13273 # The user is always right.
13274 if test "${PATH_SEPARATOR+set}" != set; then
13275 echo "#! /bin/sh" >conf$$.sh
13276 echo "exit 0" >>conf$$.sh
13277 chmod +x conf$$.sh
13278 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13279 PATH_SEPARATOR=';'
13280 else
13281 PATH_SEPARATOR=:
13282 fi
13283 rm -f conf$$.sh
13284 fi
13285
13286 # Find out how to test for executable files. Don't use a zero-byte file,
13287 # as systems may use methods other than mode bits to determine executability.
13288 cat >conf$$.file <<_ASEOF
13289 #! /bin/sh
13290 exit 0
13291 _ASEOF
13292 chmod +x conf$$.file
13293 if test -x conf$$.file >/dev/null 2>&1; then
13294 ac_executable_p="test -x"
13295 else
13296 ac_executable_p="test -f"
13297 fi
13298 rm -f conf$$.file
13299
13300 # Extract the first word of "msgmerge", so it can be a program name with args.
13301 set dummy msgmerge; ac_word=$2
13302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13303 $as_echo_n "checking for $ac_word... " >&6; }
13304 if ${ac_cv_path_MSGMERGE+:} false; then :
13305 $as_echo_n "(cached) " >&6
13306 else
13307 case "$MSGMERGE" in
13308 [\\/]* | ?:[\\/]*)
13309 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13310 ;;
13311 *)
13312 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13313 for ac_dir in $PATH; do
13314 IFS="$ac_save_IFS"
13315 test -z "$ac_dir" && ac_dir=.
13316 for ac_exec_ext in '' $ac_executable_extensions; do
13317 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13318 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13319 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13320 break 2
13321 fi
13322 fi
13323 done
13324 done
13325 IFS="$ac_save_IFS"
13326 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13327 ;;
13328 esac
13329 fi
13330 MSGMERGE="$ac_cv_path_MSGMERGE"
13331 if test "$MSGMERGE" != ":"; then
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13333 $as_echo "$MSGMERGE" >&6; }
13334 else
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13336 $as_echo "no" >&6; }
13337 fi
13338
13339
13340 if test "$GMSGFMT" != ":"; then
13341 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13342 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13343 : ;
13344 else
13345 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13347 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13348 GMSGFMT=":"
13349 fi
13350 fi
13351
13352 if test "$XGETTEXT" != ":"; then
13353 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13354 (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
13355 : ;
13356 else
13357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13358 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13359 XGETTEXT=":"
13360 fi
13361 rm -f messages.po
13362 fi
13363
13364 ac_config_commands="$ac_config_commands default-1"
13365
13366
13367
13368
13369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13370 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13371 # Check whether --enable-maintainer-mode was given.
13372 if test "${enable_maintainer_mode+set}" = set; then :
13373 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13374 else
13375 USE_MAINTAINER_MODE=no
13376 fi
13377
13378 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13379 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13380 if test $USE_MAINTAINER_MODE = yes; then
13381 MAINTAINER_MODE_TRUE=
13382 MAINTAINER_MODE_FALSE='#'
13383 else
13384 MAINTAINER_MODE_TRUE='#'
13385 MAINTAINER_MODE_FALSE=
13386 fi
13387
13388 MAINT=$MAINTAINER_MODE_TRUE
13389
13390
13391 if false; then
13392 GENINSRC_NEVER_TRUE=
13393 GENINSRC_NEVER_FALSE='#'
13394 else
13395 GENINSRC_NEVER_TRUE='#'
13396 GENINSRC_NEVER_FALSE=
13397 fi
13398
13399
13400 if test -n "$EXEEXT"; then
13401
13402 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
13403
13404 fi
13405
13406 cat >>confdefs.h <<_ACEOF
13407 #define EXECUTABLE_SUFFIX "${EXEEXT}"
13408 _ACEOF
13409
13410
13411 # host-specific stuff:
13412
13413 HDEFINES=
13414
13415 . ${srcdir}/../bfd/configure.host
13416
13417
13418 AR=${AR-ar}
13419
13420 if test -n "$ac_tool_prefix"; then
13421 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13422 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13424 $as_echo_n "checking for $ac_word... " >&6; }
13425 if ${ac_cv_prog_RANLIB+:} false; then :
13426 $as_echo_n "(cached) " >&6
13427 else
13428 if test -n "$RANLIB"; then
13429 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13430 else
13431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13432 for as_dir in $PATH
13433 do
13434 IFS=$as_save_IFS
13435 test -z "$as_dir" && as_dir=.
13436 for ac_exec_ext in '' $ac_executable_extensions; do
13437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13438 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13440 break 2
13441 fi
13442 done
13443 done
13444 IFS=$as_save_IFS
13445
13446 fi
13447 fi
13448 RANLIB=$ac_cv_prog_RANLIB
13449 if test -n "$RANLIB"; then
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13451 $as_echo "$RANLIB" >&6; }
13452 else
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13454 $as_echo "no" >&6; }
13455 fi
13456
13457
13458 fi
13459 if test -z "$ac_cv_prog_RANLIB"; then
13460 ac_ct_RANLIB=$RANLIB
13461 # Extract the first word of "ranlib", so it can be a program name with args.
13462 set dummy ranlib; ac_word=$2
13463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13464 $as_echo_n "checking for $ac_word... " >&6; }
13465 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
13466 $as_echo_n "(cached) " >&6
13467 else
13468 if test -n "$ac_ct_RANLIB"; then
13469 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13470 else
13471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13472 for as_dir in $PATH
13473 do
13474 IFS=$as_save_IFS
13475 test -z "$as_dir" && as_dir=.
13476 for ac_exec_ext in '' $ac_executable_extensions; do
13477 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13478 ac_cv_prog_ac_ct_RANLIB="ranlib"
13479 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13480 break 2
13481 fi
13482 done
13483 done
13484 IFS=$as_save_IFS
13485
13486 fi
13487 fi
13488 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13489 if test -n "$ac_ct_RANLIB"; then
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13491 $as_echo "$ac_ct_RANLIB" >&6; }
13492 else
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13494 $as_echo "no" >&6; }
13495 fi
13496
13497 if test "x$ac_ct_RANLIB" = x; then
13498 RANLIB=":"
13499 else
13500 case $cross_compiling:$ac_tool_warned in
13501 yes:)
13502 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13503 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13504 ac_tool_warned=yes ;;
13505 esac
13506 RANLIB=$ac_ct_RANLIB
13507 fi
13508 else
13509 RANLIB="$ac_cv_prog_RANLIB"
13510 fi
13511
13512
13513
13514 # Put a plausible default for CC_FOR_BUILD in Makefile.
13515 if test -z "$CC_FOR_BUILD"; then
13516 if test "x$cross_compiling" = "xno"; then
13517 CC_FOR_BUILD='$(CC)'
13518 else
13519 CC_FOR_BUILD=gcc
13520 fi
13521 fi
13522
13523 # Also set EXEEXT_FOR_BUILD.
13524 if test "x$cross_compiling" = "xno"; then
13525 EXEEXT_FOR_BUILD='$(EXEEXT)'
13526 else
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13528 $as_echo_n "checking for build system executable suffix... " >&6; }
13529 if ${bfd_cv_build_exeext+:} false; then :
13530 $as_echo_n "(cached) " >&6
13531 else
13532 rm -f conftest*
13533 echo 'int main () { return 0; }' > conftest.c
13534 bfd_cv_build_exeext=
13535 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13536 for file in conftest.*; do
13537 case $file in
13538 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13539 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13540 esac
13541 done
13542 rm -f conftest*
13543 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13544 fi
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13546 $as_echo "$bfd_cv_build_exeext" >&6; }
13547 EXEEXT_FOR_BUILD=""
13548 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13549 fi
13550
13551
13552 DEMANGLER_NAME=c++filt
13553 case "${host}" in
13554 *-*-go32* | *-*-msdos*)
13555 DEMANGLER_NAME=cxxfilt
13556 esac
13557
13558
13559 # The cast to long int works around a bug in the HP C Compiler
13560 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13561 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13562 # This bug is HP SR number 8606223364.
13563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13564 $as_echo_n "checking size of long... " >&6; }
13565 if ${ac_cv_sizeof_long+:} false; then :
13566 $as_echo_n "(cached) " >&6
13567 else
13568 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13569
13570 else
13571 if test "$ac_cv_type_long" = yes; then
13572 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13573 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13574 as_fn_error 77 "cannot compute sizeof (long)
13575 See \`config.log' for more details" "$LINENO" 5; }
13576 else
13577 ac_cv_sizeof_long=0
13578 fi
13579 fi
13580
13581 fi
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13583 $as_echo "$ac_cv_sizeof_long" >&6; }
13584
13585
13586
13587 cat >>confdefs.h <<_ACEOF
13588 #define SIZEOF_LONG $ac_cv_sizeof_long
13589 _ACEOF
13590
13591
13592 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13593 if test "x$ac_cv_type_long_long" = xyes; then :
13594
13595 cat >>confdefs.h <<_ACEOF
13596 #define HAVE_LONG_LONG 1
13597 _ACEOF
13598
13599 # The cast to long int works around a bug in the HP C Compiler
13600 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13601 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13602 # This bug is HP SR number 8606223364.
13603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13604 $as_echo_n "checking size of long long... " >&6; }
13605 if ${ac_cv_sizeof_long_long+:} false; then :
13606 $as_echo_n "(cached) " >&6
13607 else
13608 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13609
13610 else
13611 if test "$ac_cv_type_long_long" = yes; then
13612 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13613 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13614 as_fn_error 77 "cannot compute sizeof (long long)
13615 See \`config.log' for more details" "$LINENO" 5; }
13616 else
13617 ac_cv_sizeof_long_long=0
13618 fi
13619 fi
13620
13621 fi
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13623 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13624
13625
13626
13627 cat >>confdefs.h <<_ACEOF
13628 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13629 _ACEOF
13630
13631
13632 fi
13633
13634
13635 for ac_header in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h limits.h locale.h sys/param.h wchar.h
13636 do :
13637 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13638 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13639 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13640 cat >>confdefs.h <<_ACEOF
13641 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13642 _ACEOF
13643
13644 fi
13645
13646 done
13647
13648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13649 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13650 if ${ac_cv_header_sys_wait_h+:} false; then :
13651 $as_echo_n "(cached) " >&6
13652 else
13653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13654 /* end confdefs.h. */
13655 #include <sys/types.h>
13656 #include <sys/wait.h>
13657 #ifndef WEXITSTATUS
13658 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13659 #endif
13660 #ifndef WIFEXITED
13661 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13662 #endif
13663
13664 int
13665 main ()
13666 {
13667 int s;
13668 wait (&s);
13669 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13670 ;
13671 return 0;
13672 }
13673 _ACEOF
13674 if ac_fn_c_try_compile "$LINENO"; then :
13675 ac_cv_header_sys_wait_h=yes
13676 else
13677 ac_cv_header_sys_wait_h=no
13678 fi
13679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13680 fi
13681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13682 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13683 if test $ac_cv_header_sys_wait_h = yes; then
13684
13685 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13686
13687 fi
13688
13689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13690 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13691 if ${gcc_cv_header_string+:} false; then :
13692 $as_echo_n "(cached) " >&6
13693 else
13694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13695 /* end confdefs.h. */
13696 #include <string.h>
13697 #include <strings.h>
13698 int
13699 main ()
13700 {
13701
13702 ;
13703 return 0;
13704 }
13705 _ACEOF
13706 if ac_fn_c_try_compile "$LINENO"; then :
13707 gcc_cv_header_string=yes
13708 else
13709 gcc_cv_header_string=no
13710 fi
13711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13712 fi
13713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13714 $as_echo "$gcc_cv_header_string" >&6; }
13715 if test $gcc_cv_header_string = yes; then
13716
13717 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13718
13719 fi
13720
13721 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13722 if test "x$ac_cv_type_size_t" = xyes; then :
13723
13724 else
13725
13726 cat >>confdefs.h <<_ACEOF
13727 #define size_t unsigned int
13728 _ACEOF
13729
13730 fi
13731
13732 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13733 # for constant arguments. Useless!
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13735 $as_echo_n "checking for working alloca.h... " >&6; }
13736 if ${ac_cv_working_alloca_h+:} false; then :
13737 $as_echo_n "(cached) " >&6
13738 else
13739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13741 #include <alloca.h>
13742 int
13743 main ()
13744 {
13745 char *p = (char *) alloca (2 * sizeof (int));
13746 if (p) return 0;
13747 ;
13748 return 0;
13749 }
13750 _ACEOF
13751 if ac_fn_c_try_link "$LINENO"; then :
13752 ac_cv_working_alloca_h=yes
13753 else
13754 ac_cv_working_alloca_h=no
13755 fi
13756 rm -f core conftest.err conftest.$ac_objext \
13757 conftest$ac_exeext conftest.$ac_ext
13758 fi
13759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13760 $as_echo "$ac_cv_working_alloca_h" >&6; }
13761 if test $ac_cv_working_alloca_h = yes; then
13762
13763 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13764
13765 fi
13766
13767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13768 $as_echo_n "checking for alloca... " >&6; }
13769 if ${ac_cv_func_alloca_works+:} false; then :
13770 $as_echo_n "(cached) " >&6
13771 else
13772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13773 /* end confdefs.h. */
13774 #ifdef __GNUC__
13775 # define alloca __builtin_alloca
13776 #else
13777 # ifdef _MSC_VER
13778 # include <malloc.h>
13779 # define alloca _alloca
13780 # else
13781 # ifdef HAVE_ALLOCA_H
13782 # include <alloca.h>
13783 # else
13784 # ifdef _AIX
13785 #pragma alloca
13786 # else
13787 # ifndef alloca /* predefined by HP cc +Olibcalls */
13788 void *alloca (size_t);
13789 # endif
13790 # endif
13791 # endif
13792 # endif
13793 #endif
13794
13795 int
13796 main ()
13797 {
13798 char *p = (char *) alloca (1);
13799 if (p) return 0;
13800 ;
13801 return 0;
13802 }
13803 _ACEOF
13804 if ac_fn_c_try_link "$LINENO"; then :
13805 ac_cv_func_alloca_works=yes
13806 else
13807 ac_cv_func_alloca_works=no
13808 fi
13809 rm -f core conftest.err conftest.$ac_objext \
13810 conftest$ac_exeext conftest.$ac_ext
13811 fi
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13813 $as_echo "$ac_cv_func_alloca_works" >&6; }
13814
13815 if test $ac_cv_func_alloca_works = yes; then
13816
13817 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13818
13819 else
13820 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13821 # that cause trouble. Some versions do not even contain alloca or
13822 # contain a buggy version. If you still want to use their alloca,
13823 # use ar to extract alloca.o from them instead of compiling alloca.c.
13824
13825 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13826
13827 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13828
13829
13830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13831 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13832 if ${ac_cv_os_cray+:} false; then :
13833 $as_echo_n "(cached) " >&6
13834 else
13835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13836 /* end confdefs.h. */
13837 #if defined CRAY && ! defined CRAY2
13838 webecray
13839 #else
13840 wenotbecray
13841 #endif
13842
13843 _ACEOF
13844 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13845 $EGREP "webecray" >/dev/null 2>&1; then :
13846 ac_cv_os_cray=yes
13847 else
13848 ac_cv_os_cray=no
13849 fi
13850 rm -f conftest*
13851
13852 fi
13853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13854 $as_echo "$ac_cv_os_cray" >&6; }
13855 if test $ac_cv_os_cray = yes; then
13856 for ac_func in _getb67 GETB67 getb67; do
13857 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13858 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13859 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13860
13861 cat >>confdefs.h <<_ACEOF
13862 #define CRAY_STACKSEG_END $ac_func
13863 _ACEOF
13864
13865 break
13866 fi
13867
13868 done
13869 fi
13870
13871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13872 $as_echo_n "checking stack direction for C alloca... " >&6; }
13873 if ${ac_cv_c_stack_direction+:} false; then :
13874 $as_echo_n "(cached) " >&6
13875 else
13876 if test "$cross_compiling" = yes; then :
13877 ac_cv_c_stack_direction=0
13878 else
13879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13881 $ac_includes_default
13882 int
13883 find_stack_direction (int *addr, int depth)
13884 {
13885 int dir, dummy = 0;
13886 if (! addr)
13887 addr = &dummy;
13888 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13889 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13890 return dir + dummy;
13891 }
13892
13893 int
13894 main (int argc, char **argv)
13895 {
13896 return find_stack_direction (0, argc + !argv + 20) < 0;
13897 }
13898 _ACEOF
13899 if ac_fn_c_try_run "$LINENO"; then :
13900 ac_cv_c_stack_direction=1
13901 else
13902 ac_cv_c_stack_direction=-1
13903 fi
13904 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13905 conftest.$ac_objext conftest.beam conftest.$ac_ext
13906 fi
13907
13908 fi
13909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13910 $as_echo "$ac_cv_c_stack_direction" >&6; }
13911 cat >>confdefs.h <<_ACEOF
13912 #define STACK_DIRECTION $ac_cv_c_stack_direction
13913 _ACEOF
13914
13915
13916 fi
13917
13918
13919
13920
13921 for ac_header in $ac_header_list
13922 do :
13923 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13924 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13925 "
13926 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13927 cat >>confdefs.h <<_ACEOF
13928 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13929 _ACEOF
13930
13931 fi
13932
13933 done
13934
13935
13936
13937
13938
13939
13940
13941
13942 for ac_func in getpagesize
13943 do :
13944 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13945 if test "x$ac_cv_func_getpagesize" = xyes; then :
13946 cat >>confdefs.h <<_ACEOF
13947 #define HAVE_GETPAGESIZE 1
13948 _ACEOF
13949
13950 fi
13951 done
13952
13953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13954 $as_echo_n "checking for working mmap... " >&6; }
13955 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13956 $as_echo_n "(cached) " >&6
13957 else
13958 if test "$cross_compiling" = yes; then :
13959 ac_cv_func_mmap_fixed_mapped=no
13960 else
13961 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13962 /* end confdefs.h. */
13963 $ac_includes_default
13964 /* malloc might have been renamed as rpl_malloc. */
13965 #undef malloc
13966
13967 /* Thanks to Mike Haertel and Jim Avera for this test.
13968 Here is a matrix of mmap possibilities:
13969 mmap private not fixed
13970 mmap private fixed at somewhere currently unmapped
13971 mmap private fixed at somewhere already mapped
13972 mmap shared not fixed
13973 mmap shared fixed at somewhere currently unmapped
13974 mmap shared fixed at somewhere already mapped
13975 For private mappings, we should verify that changes cannot be read()
13976 back from the file, nor mmap's back from the file at a different
13977 address. (There have been systems where private was not correctly
13978 implemented like the infamous i386 svr4.0, and systems where the
13979 VM page cache was not coherent with the file system buffer cache
13980 like early versions of FreeBSD and possibly contemporary NetBSD.)
13981 For shared mappings, we should conversely verify that changes get
13982 propagated back to all the places they're supposed to be.
13983
13984 Grep wants private fixed already mapped.
13985 The main things grep needs to know about mmap are:
13986 * does it exist and is it safe to write into the mmap'd area
13987 * how to use it (BSD variants) */
13988
13989 #include <fcntl.h>
13990 #include <sys/mman.h>
13991
13992 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13993 char *malloc ();
13994 #endif
13995
13996 /* This mess was copied from the GNU getpagesize.h. */
13997 #ifndef HAVE_GETPAGESIZE
13998 # ifdef _SC_PAGESIZE
13999 # define getpagesize() sysconf(_SC_PAGESIZE)
14000 # else /* no _SC_PAGESIZE */
14001 # ifdef HAVE_SYS_PARAM_H
14002 # include <sys/param.h>
14003 # ifdef EXEC_PAGESIZE
14004 # define getpagesize() EXEC_PAGESIZE
14005 # else /* no EXEC_PAGESIZE */
14006 # ifdef NBPG
14007 # define getpagesize() NBPG * CLSIZE
14008 # ifndef CLSIZE
14009 # define CLSIZE 1
14010 # endif /* no CLSIZE */
14011 # else /* no NBPG */
14012 # ifdef NBPC
14013 # define getpagesize() NBPC
14014 # else /* no NBPC */
14015 # ifdef PAGESIZE
14016 # define getpagesize() PAGESIZE
14017 # endif /* PAGESIZE */
14018 # endif /* no NBPC */
14019 # endif /* no NBPG */
14020 # endif /* no EXEC_PAGESIZE */
14021 # else /* no HAVE_SYS_PARAM_H */
14022 # define getpagesize() 8192 /* punt totally */
14023 # endif /* no HAVE_SYS_PARAM_H */
14024 # endif /* no _SC_PAGESIZE */
14025
14026 #endif /* no HAVE_GETPAGESIZE */
14027
14028 int
14029 main ()
14030 {
14031 char *data, *data2, *data3;
14032 const char *cdata2;
14033 int i, pagesize;
14034 int fd, fd2;
14035
14036 pagesize = getpagesize ();
14037
14038 /* First, make a file with some known garbage in it. */
14039 data = (char *) malloc (pagesize);
14040 if (!data)
14041 return 1;
14042 for (i = 0; i < pagesize; ++i)
14043 *(data + i) = rand ();
14044 umask (0);
14045 fd = creat ("conftest.mmap", 0600);
14046 if (fd < 0)
14047 return 2;
14048 if (write (fd, data, pagesize) != pagesize)
14049 return 3;
14050 close (fd);
14051
14052 /* Next, check that the tail of a page is zero-filled. File must have
14053 non-zero length, otherwise we risk SIGBUS for entire page. */
14054 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
14055 if (fd2 < 0)
14056 return 4;
14057 cdata2 = "";
14058 if (write (fd2, cdata2, 1) != 1)
14059 return 5;
14060 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
14061 if (data2 == MAP_FAILED)
14062 return 6;
14063 for (i = 0; i < pagesize; ++i)
14064 if (*(data2 + i))
14065 return 7;
14066 close (fd2);
14067 if (munmap (data2, pagesize))
14068 return 8;
14069
14070 /* Next, try to mmap the file at a fixed address which already has
14071 something else allocated at it. If we can, also make sure that
14072 we see the same garbage. */
14073 fd = open ("conftest.mmap", O_RDWR);
14074 if (fd < 0)
14075 return 9;
14076 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
14077 MAP_PRIVATE | MAP_FIXED, fd, 0L))
14078 return 10;
14079 for (i = 0; i < pagesize; ++i)
14080 if (*(data + i) != *(data2 + i))
14081 return 11;
14082
14083 /* Finally, make sure that changes to the mapped area do not
14084 percolate back to the file as seen by read(). (This is a bug on
14085 some variants of i386 svr4.0.) */
14086 for (i = 0; i < pagesize; ++i)
14087 *(data2 + i) = *(data2 + i) + 1;
14088 data3 = (char *) malloc (pagesize);
14089 if (!data3)
14090 return 12;
14091 if (read (fd, data3, pagesize) != pagesize)
14092 return 13;
14093 for (i = 0; i < pagesize; ++i)
14094 if (*(data + i) != *(data3 + i))
14095 return 14;
14096 close (fd);
14097 return 0;
14098 }
14099 _ACEOF
14100 if ac_fn_c_try_run "$LINENO"; then :
14101 ac_cv_func_mmap_fixed_mapped=yes
14102 else
14103 ac_cv_func_mmap_fixed_mapped=no
14104 fi
14105 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14106 conftest.$ac_objext conftest.beam conftest.$ac_ext
14107 fi
14108
14109 fi
14110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
14111 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
14112 if test $ac_cv_func_mmap_fixed_mapped = yes; then
14113
14114 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
14115
14116 fi
14117 rm -f conftest.mmap conftest.txt
14118
14119 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
14120 do :
14121 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14122 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14123 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14124 cat >>confdefs.h <<_ACEOF
14125 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14126 _ACEOF
14127
14128 fi
14129 done
14130
14131 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
14132 if test "x$ac_cv_func_mkstemp" = xyes; then :
14133
14134 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
14135
14136 fi
14137
14138 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
14139 if test "x$ac_cv_func_mkdtemp" = xyes; then :
14140
14141 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
14142
14143 fi
14144
14145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
14146 $as_echo_n "checking for mbstate_t... " >&6; }
14147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14148 /* end confdefs.h. */
14149 #include <wchar.h>
14150 int
14151 main ()
14152 {
14153 mbstate_t teststate;
14154 ;
14155 return 0;
14156 }
14157 _ACEOF
14158 if ac_fn_c_try_compile "$LINENO"; then :
14159 have_mbstate_t=yes
14160 else
14161 have_mbstate_t=no
14162 fi
14163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
14165 $as_echo "$have_mbstate_t" >&6; }
14166 if test x"$have_mbstate_t" = xyes; then
14167
14168 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
14169
14170 fi
14171
14172 # Some systems have frexp only in -lm, not in -lc.
14173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
14174 $as_echo_n "checking for library containing frexp... " >&6; }
14175 if ${ac_cv_search_frexp+:} false; then :
14176 $as_echo_n "(cached) " >&6
14177 else
14178 ac_func_search_save_LIBS=$LIBS
14179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14180 /* end confdefs.h. */
14181
14182 /* Override any GCC internal prototype to avoid an error.
14183 Use char because int might match the return type of a GCC
14184 builtin and then its argument prototype would still apply. */
14185 #ifdef __cplusplus
14186 extern "C"
14187 #endif
14188 char frexp ();
14189 int
14190 main ()
14191 {
14192 return frexp ();
14193 ;
14194 return 0;
14195 }
14196 _ACEOF
14197 for ac_lib in '' m; do
14198 if test -z "$ac_lib"; then
14199 ac_res="none required"
14200 else
14201 ac_res=-l$ac_lib
14202 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14203 fi
14204 if ac_fn_c_try_link "$LINENO"; then :
14205 ac_cv_search_frexp=$ac_res
14206 fi
14207 rm -f core conftest.err conftest.$ac_objext \
14208 conftest$ac_exeext
14209 if ${ac_cv_search_frexp+:} false; then :
14210 break
14211 fi
14212 done
14213 if ${ac_cv_search_frexp+:} false; then :
14214
14215 else
14216 ac_cv_search_frexp=no
14217 fi
14218 rm conftest.$ac_ext
14219 LIBS=$ac_func_search_save_LIBS
14220 fi
14221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
14222 $as_echo "$ac_cv_search_frexp" >&6; }
14223 ac_res=$ac_cv_search_frexp
14224 if test "$ac_res" != no; then :
14225 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14226
14227 fi
14228
14229
14230
14231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14232 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14233 if ${am_cv_val_LC_MESSAGES+:} false; then :
14234 $as_echo_n "(cached) " >&6
14235 else
14236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14237 /* end confdefs.h. */
14238 #include <locale.h>
14239 int
14240 main ()
14241 {
14242 return LC_MESSAGES
14243 ;
14244 return 0;
14245 }
14246 _ACEOF
14247 if ac_fn_c_try_link "$LINENO"; then :
14248 am_cv_val_LC_MESSAGES=yes
14249 else
14250 am_cv_val_LC_MESSAGES=no
14251 fi
14252 rm -f core conftest.err conftest.$ac_objext \
14253 conftest$ac_exeext conftest.$ac_ext
14254 fi
14255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14256 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14257 if test $am_cv_val_LC_MESSAGES = yes; then
14258
14259 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14260
14261 fi
14262
14263
14264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14265 $as_echo_n "checking for time_t in time.h... " >&6; }
14266 if ${bu_cv_decl_time_t_time_h+:} false; then :
14267 $as_echo_n "(cached) " >&6
14268 else
14269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14270 /* end confdefs.h. */
14271 #include <time.h>
14272 int
14273 main ()
14274 {
14275 time_t i;
14276 ;
14277 return 0;
14278 }
14279 _ACEOF
14280 if ac_fn_c_try_compile "$LINENO"; then :
14281 bu_cv_decl_time_t_time_h=yes
14282 else
14283 bu_cv_decl_time_t_time_h=no
14284 fi
14285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14286 fi
14287
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14289 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
14290 if test $bu_cv_decl_time_t_time_h = yes; then
14291
14292 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
14293
14294 fi
14295
14296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14297 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
14298 if ${bu_cv_decl_time_t_types_h+:} false; then :
14299 $as_echo_n "(cached) " >&6
14300 else
14301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14302 /* end confdefs.h. */
14303 #include <sys/types.h>
14304 int
14305 main ()
14306 {
14307 time_t i;
14308 ;
14309 return 0;
14310 }
14311 _ACEOF
14312 if ac_fn_c_try_compile "$LINENO"; then :
14313 bu_cv_decl_time_t_types_h=yes
14314 else
14315 bu_cv_decl_time_t_types_h=no
14316 fi
14317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14318 fi
14319
14320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14321 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
14322 if test $bu_cv_decl_time_t_types_h = yes; then
14323
14324 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
14325
14326 fi
14327
14328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14329 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14330 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
14331 $as_echo_n "(cached) " >&6
14332 else
14333 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14334 /* end confdefs.h. */
14335 #include <unistd.h>
14336 int
14337 main ()
14338 {
14339 extern int getopt (int, char *const*, const char *);
14340 ;
14341 return 0;
14342 }
14343 _ACEOF
14344 if ac_fn_c_try_compile "$LINENO"; then :
14345 bu_cv_decl_getopt_unistd_h=yes
14346 else
14347 bu_cv_decl_getopt_unistd_h=no
14348 fi
14349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14350 fi
14351
14352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14353 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
14354 if test $bu_cv_decl_getopt_unistd_h = yes; then
14355
14356 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14357
14358 fi
14359
14360 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14361 # by default.
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14363 $as_echo_n "checking for utime.h... " >&6; }
14364 if ${bu_cv_header_utime_h+:} false; then :
14365 $as_echo_n "(cached) " >&6
14366 else
14367 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14368 /* end confdefs.h. */
14369 #include <sys/types.h>
14370 #ifdef HAVE_TIME_H
14371 #include <time.h>
14372 #endif
14373 #include <utime.h>
14374 int
14375 main ()
14376 {
14377 struct utimbuf s;
14378 ;
14379 return 0;
14380 }
14381 _ACEOF
14382 if ac_fn_c_try_compile "$LINENO"; then :
14383 bu_cv_header_utime_h=yes
14384 else
14385 bu_cv_header_utime_h=no
14386 fi
14387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14388 fi
14389
14390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14391 $as_echo "$bu_cv_header_utime_h" >&6; }
14392 if test $bu_cv_header_utime_h = yes; then
14393
14394 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
14395
14396 fi
14397
14398 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14399 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14400 ac_have_decl=1
14401 else
14402 ac_have_decl=0
14403 fi
14404
14405 cat >>confdefs.h <<_ACEOF
14406 #define HAVE_DECL_ASPRINTF $ac_have_decl
14407 _ACEOF
14408 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
14409 if test "x$ac_cv_have_decl_environ" = xyes; then :
14410 ac_have_decl=1
14411 else
14412 ac_have_decl=0
14413 fi
14414
14415 cat >>confdefs.h <<_ACEOF
14416 #define HAVE_DECL_ENVIRON $ac_have_decl
14417 _ACEOF
14418 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
14419 if test "x$ac_cv_have_decl_fprintf" = xyes; then :
14420 ac_have_decl=1
14421 else
14422 ac_have_decl=0
14423 fi
14424
14425 cat >>confdefs.h <<_ACEOF
14426 #define HAVE_DECL_FPRINTF $ac_have_decl
14427 _ACEOF
14428 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
14429 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
14430 ac_have_decl=1
14431 else
14432 ac_have_decl=0
14433 fi
14434
14435 cat >>confdefs.h <<_ACEOF
14436 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
14437 _ACEOF
14438 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14439 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14440 ac_have_decl=1
14441 else
14442 ac_have_decl=0
14443 fi
14444
14445 cat >>confdefs.h <<_ACEOF
14446 #define HAVE_DECL_GETENV $ac_have_decl
14447 _ACEOF
14448 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
14449 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
14450 ac_have_decl=1
14451 else
14452 ac_have_decl=0
14453 fi
14454
14455 cat >>confdefs.h <<_ACEOF
14456 #define HAVE_DECL_SBRK $ac_have_decl
14457 _ACEOF
14458 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14459 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14460 ac_have_decl=1
14461 else
14462 ac_have_decl=0
14463 fi
14464
14465 cat >>confdefs.h <<_ACEOF
14466 #define HAVE_DECL_SNPRINTF $ac_have_decl
14467 _ACEOF
14468 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14469 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14470 ac_have_decl=1
14471 else
14472 ac_have_decl=0
14473 fi
14474
14475 cat >>confdefs.h <<_ACEOF
14476 #define HAVE_DECL_STPCPY $ac_have_decl
14477 _ACEOF
14478 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14479 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14480 ac_have_decl=1
14481 else
14482 ac_have_decl=0
14483 fi
14484
14485 cat >>confdefs.h <<_ACEOF
14486 #define HAVE_DECL_STRNLEN $ac_have_decl
14487 _ACEOF
14488 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14489 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14490 ac_have_decl=1
14491 else
14492 ac_have_decl=0
14493 fi
14494
14495 cat >>confdefs.h <<_ACEOF
14496 #define HAVE_DECL_STRSTR $ac_have_decl
14497 _ACEOF
14498 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14499 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14500 ac_have_decl=1
14501 else
14502 ac_have_decl=0
14503 fi
14504
14505 cat >>confdefs.h <<_ACEOF
14506 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14507 _ACEOF
14508
14509
14510 # Link in zlib if we can. This allows us to read compressed debug
14511 # sections. This is used only by readelf.c (objdump uses bfd for
14512 # reading compressed sections).
14513
14514 # Use the system's zlib library.
14515 zlibdir="-L\$(top_builddir)/../zlib"
14516 zlibinc="-I\$(top_srcdir)/../zlib"
14517
14518 # Check whether --with-system-zlib was given.
14519 if test "${with_system_zlib+set}" = set; then :
14520 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14521 zlibdir=
14522 zlibinc=
14523 fi
14524
14525 fi
14526
14527
14528
14529
14530
14531
14532 case "${host}" in
14533 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14534
14535 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14536 ;;
14537 esac
14538
14539 # target-specific stuff:
14540
14541 # Canonicalize the secondary target names.
14542 if test -n "$enable_targets"; then
14543 for targ in `echo $enable_targets | sed 's/,/ /g'`
14544 do
14545 result=`$ac_config_sub $targ 2>/dev/null`
14546 if test -n "$result"; then
14547 canon_targets="$canon_targets $result"
14548 else
14549 # Allow targets that config.sub doesn't recognize, like "all".
14550 canon_targets="$canon_targets $targ"
14551 fi
14552 done
14553 fi
14554
14555 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
14556 if test "x$ac_cv_header_iconv_h" = xyes; then :
14557
14558 fi
14559
14560
14561
14562 if test "X$prefix" = "XNONE"; then
14563 acl_final_prefix="$ac_default_prefix"
14564 else
14565 acl_final_prefix="$prefix"
14566 fi
14567 if test "X$exec_prefix" = "XNONE"; then
14568 acl_final_exec_prefix='${prefix}'
14569 else
14570 acl_final_exec_prefix="$exec_prefix"
14571 fi
14572 acl_save_prefix="$prefix"
14573 prefix="$acl_final_prefix"
14574 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14575 prefix="$acl_save_prefix"
14576
14577
14578 # Check whether --with-gnu-ld was given.
14579 if test "${with_gnu_ld+set}" = set; then :
14580 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
14581 else
14582 with_gnu_ld=no
14583 fi
14584
14585 # Prepare PATH_SEPARATOR.
14586 # The user is always right.
14587 if test "${PATH_SEPARATOR+set}" != set; then
14588 echo "#! /bin/sh" >conf$$.sh
14589 echo "exit 0" >>conf$$.sh
14590 chmod +x conf$$.sh
14591 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14592 PATH_SEPARATOR=';'
14593 else
14594 PATH_SEPARATOR=:
14595 fi
14596 rm -f conf$$.sh
14597 fi
14598 ac_prog=ld
14599 if test "$GCC" = yes; then
14600 # Check if gcc -print-prog-name=ld gives a path.
14601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14602 $as_echo_n "checking for ld used by GCC... " >&6; }
14603 case $host in
14604 *-*-mingw*)
14605 # gcc leaves a trailing carriage return which upsets mingw
14606 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14607 *)
14608 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14609 esac
14610 case $ac_prog in
14611 # Accept absolute paths.
14612 [\\/]* | [A-Za-z]:[\\/]*)
14613 re_direlt='/[^/][^/]*/\.\./'
14614 # Canonicalize the path of ld
14615 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14616 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14617 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14618 done
14619 test -z "$LD" && LD="$ac_prog"
14620 ;;
14621 "")
14622 # If it fails, then pretend we aren't using GCC.
14623 ac_prog=ld
14624 ;;
14625 *)
14626 # If it is relative, then search for the first ld in PATH.
14627 with_gnu_ld=unknown
14628 ;;
14629 esac
14630 elif test "$with_gnu_ld" = yes; then
14631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14632 $as_echo_n "checking for GNU ld... " >&6; }
14633 else
14634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14635 $as_echo_n "checking for non-GNU ld... " >&6; }
14636 fi
14637 if ${acl_cv_path_LD+:} false; then :
14638 $as_echo_n "(cached) " >&6
14639 else
14640 if test -z "$LD"; then
14641 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14642 for ac_dir in $PATH; do
14643 test -z "$ac_dir" && ac_dir=.
14644 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14645 acl_cv_path_LD="$ac_dir/$ac_prog"
14646 # Check to see if the program is GNU ld. I'd rather use --version,
14647 # but apparently some GNU ld's only accept -v.
14648 # Break only if it was the GNU/non-GNU ld that we prefer.
14649 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14650 test "$with_gnu_ld" != no && break
14651 else
14652 test "$with_gnu_ld" != yes && break
14653 fi
14654 fi
14655 done
14656 IFS="$ac_save_ifs"
14657 else
14658 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14659 fi
14660 fi
14661
14662 LD="$acl_cv_path_LD"
14663 if test -n "$LD"; then
14664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14665 $as_echo "$LD" >&6; }
14666 else
14667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14668 $as_echo "no" >&6; }
14669 fi
14670 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14671 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14672 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14673 if ${acl_cv_prog_gnu_ld+:} false; then :
14674 $as_echo_n "(cached) " >&6
14675 else
14676 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14677 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14678 acl_cv_prog_gnu_ld=yes
14679 else
14680 acl_cv_prog_gnu_ld=no
14681 fi
14682 fi
14683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14684 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14685 with_gnu_ld=$acl_cv_prog_gnu_ld
14686
14687
14688
14689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14690 $as_echo_n "checking for shared library run path origin... " >&6; }
14691 if ${acl_cv_rpath+:} false; then :
14692 $as_echo_n "(cached) " >&6
14693 else
14694
14695 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14696 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14697 . ./conftest.sh
14698 rm -f ./conftest.sh
14699 acl_cv_rpath=done
14700
14701 fi
14702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14703 $as_echo "$acl_cv_rpath" >&6; }
14704 wl="$acl_cv_wl"
14705 libext="$acl_cv_libext"
14706 shlibext="$acl_cv_shlibext"
14707 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14708 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14709 hardcode_direct="$acl_cv_hardcode_direct"
14710 hardcode_minus_L="$acl_cv_hardcode_minus_L"
14711 # Check whether --enable-rpath was given.
14712 if test "${enable_rpath+set}" = set; then :
14713 enableval=$enable_rpath; :
14714 else
14715 enable_rpath=yes
14716 fi
14717
14718
14719
14720
14721
14722
14723
14724
14725 use_additional=yes
14726
14727 acl_save_prefix="$prefix"
14728 prefix="$acl_final_prefix"
14729 acl_save_exec_prefix="$exec_prefix"
14730 exec_prefix="$acl_final_exec_prefix"
14731
14732 eval additional_includedir=\"$includedir\"
14733 eval additional_libdir=\"$libdir\"
14734
14735 exec_prefix="$acl_save_exec_prefix"
14736 prefix="$acl_save_prefix"
14737
14738
14739 # Check whether --with-libiconv-prefix was given.
14740 if test "${with_libiconv_prefix+set}" = set; then :
14741 withval=$with_libiconv_prefix;
14742 if test "X$withval" = "Xno"; then
14743 use_additional=no
14744 else
14745 if test "X$withval" = "X"; then
14746
14747 acl_save_prefix="$prefix"
14748 prefix="$acl_final_prefix"
14749 acl_save_exec_prefix="$exec_prefix"
14750 exec_prefix="$acl_final_exec_prefix"
14751
14752 eval additional_includedir=\"$includedir\"
14753 eval additional_libdir=\"$libdir\"
14754
14755 exec_prefix="$acl_save_exec_prefix"
14756 prefix="$acl_save_prefix"
14757
14758 else
14759 additional_includedir="$withval/include"
14760 additional_libdir="$withval/lib"
14761 fi
14762 fi
14763
14764 fi
14765
14766
14767 # Check whether --with-libiconv-type was given.
14768 if test "${with_libiconv_type+set}" = set; then :
14769 withval=$with_libiconv_type; with_libiconv_type=$withval
14770 else
14771 with_libiconv_type=auto
14772 fi
14773
14774 lib_type=`eval echo \$with_libiconv_type`
14775
14776 LIBICONV=
14777 LTLIBICONV=
14778 INCICONV=
14779 rpathdirs=
14780 ltrpathdirs=
14781 names_already_handled=
14782 names_next_round='iconv '
14783 while test -n "$names_next_round"; do
14784 names_this_round="$names_next_round"
14785 names_next_round=
14786 for name in $names_this_round; do
14787 already_handled=
14788 for n in $names_already_handled; do
14789 if test "$n" = "$name"; then
14790 already_handled=yes
14791 break
14792 fi
14793 done
14794 if test -z "$already_handled"; then
14795 names_already_handled="$names_already_handled $name"
14796 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14797 eval value=\"\$HAVE_LIB$uppername\"
14798 if test -n "$value"; then
14799 if test "$value" = yes; then
14800 eval value=\"\$LIB$uppername\"
14801 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14802 eval value=\"\$LTLIB$uppername\"
14803 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14804 else
14805 :
14806 fi
14807 else
14808 found_dir=
14809 found_la=
14810 found_so=
14811 found_a=
14812 if test $use_additional = yes; then
14813 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14814 found_dir="$additional_libdir"
14815 found_so="$additional_libdir/lib$name.$shlibext"
14816 if test -f "$additional_libdir/lib$name.la"; then
14817 found_la="$additional_libdir/lib$name.la"
14818 fi
14819 elif test x$lib_type != xshared; then
14820 if test -f "$additional_libdir/lib$name.$libext"; then
14821 found_dir="$additional_libdir"
14822 found_a="$additional_libdir/lib$name.$libext"
14823 if test -f "$additional_libdir/lib$name.la"; then
14824 found_la="$additional_libdir/lib$name.la"
14825 fi
14826 fi
14827 fi
14828 fi
14829 if test "X$found_dir" = "X"; then
14830 for x in $LDFLAGS $LTLIBICONV; do
14831
14832 acl_save_prefix="$prefix"
14833 prefix="$acl_final_prefix"
14834 acl_save_exec_prefix="$exec_prefix"
14835 exec_prefix="$acl_final_exec_prefix"
14836 eval x=\"$x\"
14837 exec_prefix="$acl_save_exec_prefix"
14838 prefix="$acl_save_prefix"
14839
14840 case "$x" in
14841 -L*)
14842 dir=`echo "X$x" | sed -e 's/^X-L//'`
14843 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14844 found_dir="$dir"
14845 found_so="$dir/lib$name.$shlibext"
14846 if test -f "$dir/lib$name.la"; then
14847 found_la="$dir/lib$name.la"
14848 fi
14849 elif test x$lib_type != xshared; then
14850 if test -f "$dir/lib$name.$libext"; then
14851 found_dir="$dir"
14852 found_a="$dir/lib$name.$libext"
14853 if test -f "$dir/lib$name.la"; then
14854 found_la="$dir/lib$name.la"
14855 fi
14856 fi
14857 fi
14858 ;;
14859 esac
14860 if test "X$found_dir" != "X"; then
14861 break
14862 fi
14863 done
14864 fi
14865 if test "X$found_dir" != "X"; then
14866 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14867 if test "X$found_so" != "X"; then
14868 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14869 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14870 else
14871 haveit=
14872 for x in $ltrpathdirs; do
14873 if test "X$x" = "X$found_dir"; then
14874 haveit=yes
14875 break
14876 fi
14877 done
14878 if test -z "$haveit"; then
14879 ltrpathdirs="$ltrpathdirs $found_dir"
14880 fi
14881 if test "$hardcode_direct" = yes; then
14882 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14883 else
14884 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14885 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14886 haveit=
14887 for x in $rpathdirs; do
14888 if test "X$x" = "X$found_dir"; then
14889 haveit=yes
14890 break
14891 fi
14892 done
14893 if test -z "$haveit"; then
14894 rpathdirs="$rpathdirs $found_dir"
14895 fi
14896 else
14897 haveit=
14898 for x in $LDFLAGS $LIBICONV; do
14899
14900 acl_save_prefix="$prefix"
14901 prefix="$acl_final_prefix"
14902 acl_save_exec_prefix="$exec_prefix"
14903 exec_prefix="$acl_final_exec_prefix"
14904 eval x=\"$x\"
14905 exec_prefix="$acl_save_exec_prefix"
14906 prefix="$acl_save_prefix"
14907
14908 if test "X$x" = "X-L$found_dir"; then
14909 haveit=yes
14910 break
14911 fi
14912 done
14913 if test -z "$haveit"; then
14914 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14915 fi
14916 if test "$hardcode_minus_L" != no; then
14917 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14918 else
14919 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14920 fi
14921 fi
14922 fi
14923 fi
14924 else
14925 if test "X$found_a" != "X"; then
14926 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14927 else
14928 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14929 fi
14930 fi
14931 additional_includedir=
14932 case "$found_dir" in
14933 */lib | */lib/)
14934 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14935 additional_includedir="$basedir/include"
14936 ;;
14937 esac
14938 if test "X$additional_includedir" != "X"; then
14939 if test "X$additional_includedir" != "X/usr/include"; then
14940 haveit=
14941 if test "X$additional_includedir" = "X/usr/local/include"; then
14942 if test -n "$GCC"; then
14943 case $host_os in
14944 linux*) haveit=yes;;
14945 esac
14946 fi
14947 fi
14948 if test -z "$haveit"; then
14949 for x in $CPPFLAGS $INCICONV; do
14950
14951 acl_save_prefix="$prefix"
14952 prefix="$acl_final_prefix"
14953 acl_save_exec_prefix="$exec_prefix"
14954 exec_prefix="$acl_final_exec_prefix"
14955 eval x=\"$x\"
14956 exec_prefix="$acl_save_exec_prefix"
14957 prefix="$acl_save_prefix"
14958
14959 if test "X$x" = "X-I$additional_includedir"; then
14960 haveit=yes
14961 break
14962 fi
14963 done
14964 if test -z "$haveit"; then
14965 if test -d "$additional_includedir"; then
14966 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14967 fi
14968 fi
14969 fi
14970 fi
14971 fi
14972 if test -n "$found_la"; then
14973 save_libdir="$libdir"
14974 case "$found_la" in
14975 */* | *\\*) . "$found_la" ;;
14976 *) . "./$found_la" ;;
14977 esac
14978 libdir="$save_libdir"
14979 for dep in $dependency_libs; do
14980 case "$dep" in
14981 -L*)
14982 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14983 if test "X$additional_libdir" != "X/usr/lib"; then
14984 haveit=
14985 if test "X$additional_libdir" = "X/usr/local/lib"; then
14986 if test -n "$GCC"; then
14987 case $host_os in
14988 linux*) haveit=yes;;
14989 esac
14990 fi
14991 fi
14992 if test -z "$haveit"; then
14993 haveit=
14994 for x in $LDFLAGS $LIBICONV; do
14995
14996 acl_save_prefix="$prefix"
14997 prefix="$acl_final_prefix"
14998 acl_save_exec_prefix="$exec_prefix"
14999 exec_prefix="$acl_final_exec_prefix"
15000 eval x=\"$x\"
15001 exec_prefix="$acl_save_exec_prefix"
15002 prefix="$acl_save_prefix"
15003
15004 if test "X$x" = "X-L$additional_libdir"; then
15005 haveit=yes
15006 break
15007 fi
15008 done
15009 if test -z "$haveit"; then
15010 if test -d "$additional_libdir"; then
15011 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
15012 fi
15013 fi
15014 haveit=
15015 for x in $LDFLAGS $LTLIBICONV; do
15016
15017 acl_save_prefix="$prefix"
15018 prefix="$acl_final_prefix"
15019 acl_save_exec_prefix="$exec_prefix"
15020 exec_prefix="$acl_final_exec_prefix"
15021 eval x=\"$x\"
15022 exec_prefix="$acl_save_exec_prefix"
15023 prefix="$acl_save_prefix"
15024
15025 if test "X$x" = "X-L$additional_libdir"; then
15026 haveit=yes
15027 break
15028 fi
15029 done
15030 if test -z "$haveit"; then
15031 if test -d "$additional_libdir"; then
15032 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
15033 fi
15034 fi
15035 fi
15036 fi
15037 ;;
15038 -R*)
15039 dir=`echo "X$dep" | sed -e 's/^X-R//'`
15040 if test "$enable_rpath" != no; then
15041 haveit=
15042 for x in $rpathdirs; do
15043 if test "X$x" = "X$dir"; then
15044 haveit=yes
15045 break
15046 fi
15047 done
15048 if test -z "$haveit"; then
15049 rpathdirs="$rpathdirs $dir"
15050 fi
15051 haveit=
15052 for x in $ltrpathdirs; do
15053 if test "X$x" = "X$dir"; then
15054 haveit=yes
15055 break
15056 fi
15057 done
15058 if test -z "$haveit"; then
15059 ltrpathdirs="$ltrpathdirs $dir"
15060 fi
15061 fi
15062 ;;
15063 -l*)
15064 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
15065 ;;
15066 *.la)
15067 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
15068 ;;
15069 *)
15070 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
15071 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
15072 ;;
15073 esac
15074 done
15075 fi
15076 else
15077 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
15078 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
15079 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
15080 else
15081 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
15082 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
15083 fi
15084 fi
15085 fi
15086 fi
15087 done
15088 done
15089 if test "X$rpathdirs" != "X"; then
15090 if test -n "$hardcode_libdir_separator"; then
15091 alldirs=
15092 for found_dir in $rpathdirs; do
15093 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
15094 done
15095 acl_save_libdir="$libdir"
15096 libdir="$alldirs"
15097 eval flag=\"$hardcode_libdir_flag_spec\"
15098 libdir="$acl_save_libdir"
15099 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15100 else
15101 for found_dir in $rpathdirs; do
15102 acl_save_libdir="$libdir"
15103 libdir="$found_dir"
15104 eval flag=\"$hardcode_libdir_flag_spec\"
15105 libdir="$acl_save_libdir"
15106 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
15107 done
15108 fi
15109 fi
15110 if test "X$ltrpathdirs" != "X"; then
15111 for found_dir in $ltrpathdirs; do
15112 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
15113 done
15114 fi
15115
15116
15117
15118
15119
15120
15121
15122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
15123 $as_echo_n "checking for iconv... " >&6; }
15124 if ${am_cv_func_iconv+:} false; then :
15125 $as_echo_n "(cached) " >&6
15126 else
15127
15128 am_cv_func_iconv="no, consider installing GNU libiconv"
15129 am_cv_lib_iconv=no
15130 am_save_CPPFLAGS="$CPPFLAGS"
15131 CPPFLAGS="$CPPFLAGS $INCICONV"
15132 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15133 /* end confdefs.h. */
15134 #include <stdlib.h>
15135 #include <iconv.h>
15136 int
15137 main ()
15138 {
15139 iconv_t cd = iconv_open("","");
15140 iconv(cd,NULL,NULL,NULL,NULL);
15141 iconv_close(cd);
15142 ;
15143 return 0;
15144 }
15145 _ACEOF
15146 if ac_fn_c_try_link "$LINENO"; then :
15147 am_cv_func_iconv=yes
15148 fi
15149 rm -f core conftest.err conftest.$ac_objext \
15150 conftest$ac_exeext conftest.$ac_ext
15151 CPPFLAGS="$am_save_CPPFLAGS"
15152
15153 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
15154 for _libs in .libs _libs; do
15155 am_save_CPPFLAGS="$CPPFLAGS"
15156 am_save_LIBS="$LIBS"
15157 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
15158 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
15159 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15160 /* end confdefs.h. */
15161 #include <stdlib.h>
15162 #include <iconv.h>
15163 int
15164 main ()
15165 {
15166 iconv_t cd = iconv_open("","");
15167 iconv(cd,NULL,NULL,NULL,NULL);
15168 iconv_close(cd);
15169 ;
15170 return 0;
15171 }
15172 _ACEOF
15173 if ac_fn_c_try_link "$LINENO"; then :
15174 INCICONV="-I../libiconv/include"
15175 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
15176 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
15177 am_cv_lib_iconv=yes
15178 am_cv_func_iconv=yes
15179 fi
15180 rm -f core conftest.err conftest.$ac_objext \
15181 conftest$ac_exeext conftest.$ac_ext
15182 CPPFLAGS="$am_save_CPPFLAGS"
15183 LIBS="$am_save_LIBS"
15184 if test "$am_cv_func_iconv" = "yes"; then
15185 break
15186 fi
15187 done
15188 fi
15189
15190 if test "$am_cv_func_iconv" != yes; then
15191 am_save_CPPFLAGS="$CPPFLAGS"
15192 am_save_LIBS="$LIBS"
15193 CPPFLAGS="$CPPFLAGS $INCICONV"
15194 LIBS="$LIBS $LIBICONV"
15195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15196 /* end confdefs.h. */
15197 #include <stdlib.h>
15198 #include <iconv.h>
15199 int
15200 main ()
15201 {
15202 iconv_t cd = iconv_open("","");
15203 iconv(cd,NULL,NULL,NULL,NULL);
15204 iconv_close(cd);
15205 ;
15206 return 0;
15207 }
15208 _ACEOF
15209 if ac_fn_c_try_link "$LINENO"; then :
15210 am_cv_lib_iconv=yes
15211 am_cv_func_iconv=yes
15212 fi
15213 rm -f core conftest.err conftest.$ac_objext \
15214 conftest$ac_exeext conftest.$ac_ext
15215 CPPFLAGS="$am_save_CPPFLAGS"
15216 LIBS="$am_save_LIBS"
15217 fi
15218
15219 fi
15220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
15221 $as_echo "$am_cv_func_iconv" >&6; }
15222 if test "$am_cv_func_iconv" = yes; then
15223
15224 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
15225
15226 fi
15227 if test "$am_cv_lib_iconv" = yes; then
15228
15229 for element in $INCICONV; do
15230 haveit=
15231 for x in $CPPFLAGS; do
15232
15233 acl_save_prefix="$prefix"
15234 prefix="$acl_final_prefix"
15235 acl_save_exec_prefix="$exec_prefix"
15236 exec_prefix="$acl_final_exec_prefix"
15237 eval x=\"$x\"
15238 exec_prefix="$acl_save_exec_prefix"
15239 prefix="$acl_save_prefix"
15240
15241 if test "X$x" = "X$element"; then
15242 haveit=yes
15243 break
15244 fi
15245 done
15246 if test -z "$haveit"; then
15247 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
15248 fi
15249 done
15250
15251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15252 $as_echo_n "checking how to link with libiconv... " >&6; }
15253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15254 $as_echo "$LIBICONV" >&6; }
15255 else
15256 LIBICONV=
15257 LTLIBICONV=
15258 fi
15259
15260
15261
15262 if test "$am_cv_func_iconv" = yes; then
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15264 $as_echo_n "checking for iconv declaration... " >&6; }
15265 if ${am_cv_proto_iconv+:} false; then :
15266 $as_echo_n "(cached) " >&6
15267 else
15268
15269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15270 /* end confdefs.h. */
15271
15272 #include <stdlib.h>
15273 #include <iconv.h>
15274 extern
15275 #ifdef __cplusplus
15276 "C"
15277 #endif
15278 #if defined(__STDC__) || defined(__cplusplus)
15279 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15280 #else
15281 size_t iconv();
15282 #endif
15283
15284 int
15285 main ()
15286 {
15287
15288 ;
15289 return 0;
15290 }
15291 _ACEOF
15292 if ac_fn_c_try_compile "$LINENO"; then :
15293 am_cv_proto_iconv_arg1=""
15294 else
15295 am_cv_proto_iconv_arg1="const"
15296 fi
15297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15298 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);"
15299 fi
15300
15301 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
15303 }$am_cv_proto_iconv" >&5
15304 $as_echo "${ac_t:-
15305 }$am_cv_proto_iconv" >&6; }
15306
15307 cat >>confdefs.h <<_ACEOF
15308 #define ICONV_CONST $am_cv_proto_iconv_arg1
15309 _ACEOF
15310
15311 fi
15312
15313
15314 all_targets=false
15315 BUILD_SRCONV=
15316 BUILD_DLLTOOL=
15317 DLLTOOL_DEFS=
15318 DLLTOOL_DEFAULT=
15319 BUILD_WINDRES=
15320 BUILD_WINDMC=
15321 BUILD_DLLWRAP=
15322 BUILD_MISC=
15323 BUILD_INSTALL_MISC=
15324 OBJDUMP_DEFS=
15325 OBJDUMP_PRIVATE_VECTORS=
15326 OBJDUMP_PRIVATE_OFILES=
15327 od_vectors=
15328
15329 for targ in $target $canon_targets
15330 do
15331 if test "x$targ" = "xall"; then
15332 all_targets=true
15333 BUILD_SRCONV='$(SRCONV_PROG)'
15334 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15335 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15336 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15337 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15338 if test -z "$DLLTOOL_DEFAULT"; then
15339 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15340 fi
15341 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15342 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15343 od_vectors="$od_vectors objdump_private_desc_xcoff"
15344 else
15345 case $targ in
15346 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15347 esac
15348
15349 case $targ in
15350 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
15351 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15352 if test -z "$DLLTOOL_DEFAULT"; then
15353 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15354 fi
15355 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15356 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15357 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15358 ;;
15359 arm-*-pe*)
15360 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15361 if test -z "$DLLTOOL_DEFAULT"; then
15362 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15363 fi
15364 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15365 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15366 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15367 ;;
15368 x86_64-*-mingw* | x86_64-*-cygwin*)
15369 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15370 if test -z "$DLLTOOL_DEFAULT"; then
15371 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15372 fi
15373 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15374 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15375 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15376 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15377 ;;
15378 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
15379 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15380 if test -z "$DLLTOOL_DEFAULT"; then
15381 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15382 fi
15383 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15384 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15385 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15386 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15387 ;;
15388 i[3-7]86-*-interix)
15389 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
15390 if test -z "$DLLTOOL_DEFAULT"; then
15391 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15392 fi
15393 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15394 ;;
15395 powerpc*-aix5.[01])
15396 ;;
15397 powerpc*-aix[5-9].*)
15398 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15399 ;;
15400 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
15401 case "$BUILD_INSTALL_MISC" in
15402 *embedspu*) ;;
15403 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15404 esac
15405 ;;
15406 sh*-*-pe)
15407 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15408 if test -z "$DLLTOOL_DEFAULT"; then
15409 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15410 fi
15411 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15412 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15413 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15414 ;;
15415 spu-*-*)
15416 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15417 ;;
15418 mips*-*-pe)
15419 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15420 if test -z "$DLLTOOL_DEFAULT"; then
15421 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15422 fi
15423 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15424 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15425 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15426 ;;
15427 mcore-*-pe)
15428 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15429 if test -z "$DLLTOOL_DEFAULT"; then
15430 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15431 fi
15432 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15433 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15434 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15435 ;;
15436 mcore-*-elf)
15437 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15438 if test -z "$DLLTOOL_DEFAULT"; then
15439 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15440 fi
15441 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
15442 ;;
15443 mep-*)
15444 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15445 ;;
15446 esac
15447
15448 # Add objdump private vectors.
15449 case $targ in
15450 avr-*-*)
15451 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15452 ;;
15453 powerpc*-*-aix* | rs6000-*-aix*)
15454 od_vectors="$od_vectors objdump_private_desc_xcoff"
15455 ;;
15456 *-*-darwin*)
15457 od_vectors="$od_vectors objdump_private_desc_mach_o"
15458 ;;
15459 esac
15460 fi
15461 done
15462
15463 # Uniq objdump private vector, build objdump target ofiles.
15464 od_files=
15465 f=""
15466 for i in $od_vectors ; do
15467 case " $f " in
15468 *" $i "*) ;;
15469 *)
15470 f="$f $i"
15471 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15472 case $i in
15473 objdump_private_desc_elf32_avr)
15474 od_files="$od_files od-elf32_avr" ;;
15475 objdump_private_desc_xcoff)
15476 od_files="$od_files od-xcoff" ;;
15477 objdump_private_desc_mach_o)
15478 od_files="$od_files od-macho" ;;
15479 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
15480 esac
15481 ;;
15482 esac
15483 done
15484
15485 # Uniq objdump target ofiles
15486 f=""
15487 for i in $od_files ; do
15488 case " $f " in
15489 *" $i "*) ;;
15490 *)
15491 f="$f $i"
15492 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15493 ;;
15494 esac
15495 done
15496
15497 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15498
15499 if test "${with_windres+set}" = set; then
15500 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15501 fi
15502
15503 if test "${with_windmc+set}" = set; then
15504 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15505 fi
15506
15507 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15508
15509
15510
15511
15512
15513
15514
15515
15516
15517
15518
15519
15520
15521 cat >>confdefs.h <<_ACEOF
15522 #define TARGET "${target}"
15523 _ACEOF
15524
15525
15526 targ=$target
15527 . $srcdir/../bfd/config.bfd
15528 if test "x$targ_underscore" = "xyes"; then
15529 UNDERSCORE=1
15530 else
15531 UNDERSCORE=0
15532 fi
15533
15534 cat >>confdefs.h <<_ACEOF
15535 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15536 _ACEOF
15537
15538
15539 # Emulation
15540 targ=$target
15541 . ${srcdir}/configure.tgt
15542 EMULATION=$targ_emul
15543 EMULATION_VECTOR=$targ_emul_vector
15544
15545
15546
15547
15548 # Required for html and install-html
15549
15550
15551
15552
15553
15554 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15555
15556 cat >confcache <<\_ACEOF
15557 # This file is a shell script that caches the results of configure
15558 # tests run on this system so they can be shared between configure
15559 # scripts and configure runs, see configure's option --config-cache.
15560 # It is not useful on other systems. If it contains results you don't
15561 # want to keep, you may remove or edit it.
15562 #
15563 # config.status only pays attention to the cache file if you give it
15564 # the --recheck option to rerun configure.
15565 #
15566 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15567 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15568 # following values.
15569
15570 _ACEOF
15571
15572 # The following way of writing the cache mishandles newlines in values,
15573 # but we know of no workaround that is simple, portable, and efficient.
15574 # So, we kill variables containing newlines.
15575 # Ultrix sh set writes to stderr and can't be redirected directly,
15576 # and sets the high bit in the cache file unless we assign to the vars.
15577 (
15578 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15579 eval ac_val=\$$ac_var
15580 case $ac_val in #(
15581 *${as_nl}*)
15582 case $ac_var in #(
15583 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15584 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15585 esac
15586 case $ac_var in #(
15587 _ | IFS | as_nl) ;; #(
15588 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15589 *) { eval $ac_var=; unset $ac_var;} ;;
15590 esac ;;
15591 esac
15592 done
15593
15594 (set) 2>&1 |
15595 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15596 *${as_nl}ac_space=\ *)
15597 # `set' does not quote correctly, so add quotes: double-quote
15598 # substitution turns \\\\ into \\, and sed turns \\ into \.
15599 sed -n \
15600 "s/'/'\\\\''/g;
15601 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15602 ;; #(
15603 *)
15604 # `set' quotes correctly as required by POSIX, so do not add quotes.
15605 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15606 ;;
15607 esac |
15608 sort
15609 ) |
15610 sed '
15611 /^ac_cv_env_/b end
15612 t clear
15613 :clear
15614 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15615 t end
15616 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15617 :end' >>confcache
15618 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15619 if test -w "$cache_file"; then
15620 if test "x$cache_file" != "x/dev/null"; then
15621 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15622 $as_echo "$as_me: updating cache $cache_file" >&6;}
15623 if test ! -f "$cache_file" || test -h "$cache_file"; then
15624 cat confcache >"$cache_file"
15625 else
15626 case $cache_file in #(
15627 */* | ?:*)
15628 mv -f confcache "$cache_file"$$ &&
15629 mv -f "$cache_file"$$ "$cache_file" ;; #(
15630 *)
15631 mv -f confcache "$cache_file" ;;
15632 esac
15633 fi
15634 fi
15635 else
15636 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15637 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15638 fi
15639 fi
15640 rm -f confcache
15641
15642 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15643 # Let make expand exec_prefix.
15644 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15645
15646 DEFS=-DHAVE_CONFIG_H
15647
15648 ac_libobjs=
15649 ac_ltlibobjs=
15650 U=
15651 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15652 # 1. Remove the extension, and $U if already installed.
15653 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15654 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15655 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15656 # will be set to the directory where LIBOBJS objects are built.
15657 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15658 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15659 done
15660 LIBOBJS=$ac_libobjs
15661
15662 LTLIBOBJS=$ac_ltlibobjs
15663
15664
15665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15666 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15667 if test -n "$am_sleep_pid"; then
15668 # Hide warnings about reused PIDs.
15669 wait $am_sleep_pid 2>/dev/null
15670 fi
15671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15672 $as_echo "done" >&6; }
15673 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15674 as_fn_error $? "conditional \"AMDEP\" was never defined.
15675 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15676 fi
15677 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15678 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15679 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15680 fi
15681 if test -n "$EXEEXT"; then
15682 am__EXEEXT_TRUE=
15683 am__EXEEXT_FALSE='#'
15684 else
15685 am__EXEEXT_TRUE='#'
15686 am__EXEEXT_FALSE=
15687 fi
15688
15689 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15690 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15691 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15692 fi
15693 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15694 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15695 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15696 fi
15697 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15698 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15699 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15700 fi
15701
15702 : "${CONFIG_STATUS=./config.status}"
15703 ac_write_fail=0
15704 ac_clean_files_save=$ac_clean_files
15705 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15706 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15707 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15708 as_write_fail=0
15709 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15710 #! $SHELL
15711 # Generated by $as_me.
15712 # Run this file to recreate the current configuration.
15713 # Compiler output produced by configure, useful for debugging
15714 # configure, is in config.log if it exists.
15715
15716 debug=false
15717 ac_cs_recheck=false
15718 ac_cs_silent=false
15719
15720 SHELL=\${CONFIG_SHELL-$SHELL}
15721 export SHELL
15722 _ASEOF
15723 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15724 ## -------------------- ##
15725 ## M4sh Initialization. ##
15726 ## -------------------- ##
15727
15728 # Be more Bourne compatible
15729 DUALCASE=1; export DUALCASE # for MKS sh
15730 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15731 emulate sh
15732 NULLCMD=:
15733 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15734 # is contrary to our usage. Disable this feature.
15735 alias -g '${1+"$@"}'='"$@"'
15736 setopt NO_GLOB_SUBST
15737 else
15738 case `(set -o) 2>/dev/null` in #(
15739 *posix*) :
15740 set -o posix ;; #(
15741 *) :
15742 ;;
15743 esac
15744 fi
15745
15746
15747 as_nl='
15748 '
15749 export as_nl
15750 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15751 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15752 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15753 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15754 # Prefer a ksh shell builtin over an external printf program on Solaris,
15755 # but without wasting forks for bash or zsh.
15756 if test -z "$BASH_VERSION$ZSH_VERSION" \
15757 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15758 as_echo='print -r --'
15759 as_echo_n='print -rn --'
15760 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15761 as_echo='printf %s\n'
15762 as_echo_n='printf %s'
15763 else
15764 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15765 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15766 as_echo_n='/usr/ucb/echo -n'
15767 else
15768 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15769 as_echo_n_body='eval
15770 arg=$1;
15771 case $arg in #(
15772 *"$as_nl"*)
15773 expr "X$arg" : "X\\(.*\\)$as_nl";
15774 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15775 esac;
15776 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15777 '
15778 export as_echo_n_body
15779 as_echo_n='sh -c $as_echo_n_body as_echo'
15780 fi
15781 export as_echo_body
15782 as_echo='sh -c $as_echo_body as_echo'
15783 fi
15784
15785 # The user is always right.
15786 if test "${PATH_SEPARATOR+set}" != set; then
15787 PATH_SEPARATOR=:
15788 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15789 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15790 PATH_SEPARATOR=';'
15791 }
15792 fi
15793
15794
15795 # IFS
15796 # We need space, tab and new line, in precisely that order. Quoting is
15797 # there to prevent editors from complaining about space-tab.
15798 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15799 # splitting by setting IFS to empty value.)
15800 IFS=" "" $as_nl"
15801
15802 # Find who we are. Look in the path if we contain no directory separator.
15803 as_myself=
15804 case $0 in #((
15805 *[\\/]* ) as_myself=$0 ;;
15806 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15807 for as_dir in $PATH
15808 do
15809 IFS=$as_save_IFS
15810 test -z "$as_dir" && as_dir=.
15811 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15812 done
15813 IFS=$as_save_IFS
15814
15815 ;;
15816 esac
15817 # We did not find ourselves, most probably we were run as `sh COMMAND'
15818 # in which case we are not to be found in the path.
15819 if test "x$as_myself" = x; then
15820 as_myself=$0
15821 fi
15822 if test ! -f "$as_myself"; then
15823 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15824 exit 1
15825 fi
15826
15827 # Unset variables that we do not need and which cause bugs (e.g. in
15828 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15829 # suppresses any "Segmentation fault" message there. '((' could
15830 # trigger a bug in pdksh 5.2.14.
15831 for as_var in BASH_ENV ENV MAIL MAILPATH
15832 do eval test x\${$as_var+set} = xset \
15833 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15834 done
15835 PS1='$ '
15836 PS2='> '
15837 PS4='+ '
15838
15839 # NLS nuisances.
15840 LC_ALL=C
15841 export LC_ALL
15842 LANGUAGE=C
15843 export LANGUAGE
15844
15845 # CDPATH.
15846 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15847
15848
15849 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15850 # ----------------------------------------
15851 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15852 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15853 # script with STATUS, using 1 if that was 0.
15854 as_fn_error ()
15855 {
15856 as_status=$1; test $as_status -eq 0 && as_status=1
15857 if test "$4"; then
15858 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15859 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15860 fi
15861 $as_echo "$as_me: error: $2" >&2
15862 as_fn_exit $as_status
15863 } # as_fn_error
15864
15865
15866 # as_fn_set_status STATUS
15867 # -----------------------
15868 # Set $? to STATUS, without forking.
15869 as_fn_set_status ()
15870 {
15871 return $1
15872 } # as_fn_set_status
15873
15874 # as_fn_exit STATUS
15875 # -----------------
15876 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15877 as_fn_exit ()
15878 {
15879 set +e
15880 as_fn_set_status $1
15881 exit $1
15882 } # as_fn_exit
15883
15884 # as_fn_unset VAR
15885 # ---------------
15886 # Portably unset VAR.
15887 as_fn_unset ()
15888 {
15889 { eval $1=; unset $1;}
15890 }
15891 as_unset=as_fn_unset
15892 # as_fn_append VAR VALUE
15893 # ----------------------
15894 # Append the text in VALUE to the end of the definition contained in VAR. Take
15895 # advantage of any shell optimizations that allow amortized linear growth over
15896 # repeated appends, instead of the typical quadratic growth present in naive
15897 # implementations.
15898 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15899 eval 'as_fn_append ()
15900 {
15901 eval $1+=\$2
15902 }'
15903 else
15904 as_fn_append ()
15905 {
15906 eval $1=\$$1\$2
15907 }
15908 fi # as_fn_append
15909
15910 # as_fn_arith ARG...
15911 # ------------------
15912 # Perform arithmetic evaluation on the ARGs, and store the result in the
15913 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15914 # must be portable across $(()) and expr.
15915 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15916 eval 'as_fn_arith ()
15917 {
15918 as_val=$(( $* ))
15919 }'
15920 else
15921 as_fn_arith ()
15922 {
15923 as_val=`expr "$@" || test $? -eq 1`
15924 }
15925 fi # as_fn_arith
15926
15927
15928 if expr a : '\(a\)' >/dev/null 2>&1 &&
15929 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15930 as_expr=expr
15931 else
15932 as_expr=false
15933 fi
15934
15935 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15936 as_basename=basename
15937 else
15938 as_basename=false
15939 fi
15940
15941 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15942 as_dirname=dirname
15943 else
15944 as_dirname=false
15945 fi
15946
15947 as_me=`$as_basename -- "$0" ||
15948 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15949 X"$0" : 'X\(//\)$' \| \
15950 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15951 $as_echo X/"$0" |
15952 sed '/^.*\/\([^/][^/]*\)\/*$/{
15953 s//\1/
15954 q
15955 }
15956 /^X\/\(\/\/\)$/{
15957 s//\1/
15958 q
15959 }
15960 /^X\/\(\/\).*/{
15961 s//\1/
15962 q
15963 }
15964 s/.*/./; q'`
15965
15966 # Avoid depending upon Character Ranges.
15967 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15968 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15969 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15970 as_cr_digits='0123456789'
15971 as_cr_alnum=$as_cr_Letters$as_cr_digits
15972
15973 ECHO_C= ECHO_N= ECHO_T=
15974 case `echo -n x` in #(((((
15975 -n*)
15976 case `echo 'xy\c'` in
15977 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15978 xy) ECHO_C='\c';;
15979 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15980 ECHO_T=' ';;
15981 esac;;
15982 *)
15983 ECHO_N='-n';;
15984 esac
15985
15986 rm -f conf$$ conf$$.exe conf$$.file
15987 if test -d conf$$.dir; then
15988 rm -f conf$$.dir/conf$$.file
15989 else
15990 rm -f conf$$.dir
15991 mkdir conf$$.dir 2>/dev/null
15992 fi
15993 if (echo >conf$$.file) 2>/dev/null; then
15994 if ln -s conf$$.file conf$$ 2>/dev/null; then
15995 as_ln_s='ln -s'
15996 # ... but there are two gotchas:
15997 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15998 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15999 # In both cases, we have to default to `cp -pR'.
16000 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16001 as_ln_s='cp -pR'
16002 elif ln conf$$.file conf$$ 2>/dev/null; then
16003 as_ln_s=ln
16004 else
16005 as_ln_s='cp -pR'
16006 fi
16007 else
16008 as_ln_s='cp -pR'
16009 fi
16010 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16011 rmdir conf$$.dir 2>/dev/null
16012
16013
16014 # as_fn_mkdir_p
16015 # -------------
16016 # Create "$as_dir" as a directory, including parents if necessary.
16017 as_fn_mkdir_p ()
16018 {
16019
16020 case $as_dir in #(
16021 -*) as_dir=./$as_dir;;
16022 esac
16023 test -d "$as_dir" || eval $as_mkdir_p || {
16024 as_dirs=
16025 while :; do
16026 case $as_dir in #(
16027 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16028 *) as_qdir=$as_dir;;
16029 esac
16030 as_dirs="'$as_qdir' $as_dirs"
16031 as_dir=`$as_dirname -- "$as_dir" ||
16032 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16033 X"$as_dir" : 'X\(//\)[^/]' \| \
16034 X"$as_dir" : 'X\(//\)$' \| \
16035 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16036 $as_echo X"$as_dir" |
16037 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16038 s//\1/
16039 q
16040 }
16041 /^X\(\/\/\)[^/].*/{
16042 s//\1/
16043 q
16044 }
16045 /^X\(\/\/\)$/{
16046 s//\1/
16047 q
16048 }
16049 /^X\(\/\).*/{
16050 s//\1/
16051 q
16052 }
16053 s/.*/./; q'`
16054 test -d "$as_dir" && break
16055 done
16056 test -z "$as_dirs" || eval "mkdir $as_dirs"
16057 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16058
16059
16060 } # as_fn_mkdir_p
16061 if mkdir -p . 2>/dev/null; then
16062 as_mkdir_p='mkdir -p "$as_dir"'
16063 else
16064 test -d ./-p && rmdir ./-p
16065 as_mkdir_p=false
16066 fi
16067
16068
16069 # as_fn_executable_p FILE
16070 # -----------------------
16071 # Test if FILE is an executable regular file.
16072 as_fn_executable_p ()
16073 {
16074 test -f "$1" && test -x "$1"
16075 } # as_fn_executable_p
16076 as_test_x='test -x'
16077 as_executable_p=as_fn_executable_p
16078
16079 # Sed expression to map a string onto a valid CPP name.
16080 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16081
16082 # Sed expression to map a string onto a valid variable name.
16083 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16084
16085
16086 exec 6>&1
16087 ## ----------------------------------- ##
16088 ## Main body of $CONFIG_STATUS script. ##
16089 ## ----------------------------------- ##
16090 _ASEOF
16091 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16092
16093 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16094 # Save the log message, to keep $0 and so on meaningful, and to
16095 # report actual input values of CONFIG_FILES etc. instead of their
16096 # values after options handling.
16097 ac_log="
16098 This file was extended by binutils $as_me 2.35.50, which was
16099 generated by GNU Autoconf 2.69. Invocation command line was
16100
16101 CONFIG_FILES = $CONFIG_FILES
16102 CONFIG_HEADERS = $CONFIG_HEADERS
16103 CONFIG_LINKS = $CONFIG_LINKS
16104 CONFIG_COMMANDS = $CONFIG_COMMANDS
16105 $ $0 $@
16106
16107 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16108 "
16109
16110 _ACEOF
16111
16112 case $ac_config_files in *"
16113 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16114 esac
16115
16116 case $ac_config_headers in *"
16117 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16118 esac
16119
16120
16121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16122 # Files that config.status was made for.
16123 config_files="$ac_config_files"
16124 config_headers="$ac_config_headers"
16125 config_commands="$ac_config_commands"
16126
16127 _ACEOF
16128
16129 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16130 ac_cs_usage="\
16131 \`$as_me' instantiates files and other configuration actions
16132 from templates according to the current configuration. Unless the files
16133 and actions are specified as TAGs, all are instantiated by default.
16134
16135 Usage: $0 [OPTION]... [TAG]...
16136
16137 -h, --help print this help, then exit
16138 -V, --version print version number and configuration settings, then exit
16139 --config print configuration, then exit
16140 -q, --quiet, --silent
16141 do not print progress messages
16142 -d, --debug don't remove temporary files
16143 --recheck update $as_me by reconfiguring in the same conditions
16144 --file=FILE[:TEMPLATE]
16145 instantiate the configuration file FILE
16146 --header=FILE[:TEMPLATE]
16147 instantiate the configuration header FILE
16148
16149 Configuration files:
16150 $config_files
16151
16152 Configuration headers:
16153 $config_headers
16154
16155 Configuration commands:
16156 $config_commands
16157
16158 Report bugs to the package provider."
16159
16160 _ACEOF
16161 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16162 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16163 ac_cs_version="\\
16164 binutils config.status 2.35.50
16165 configured by $0, generated by GNU Autoconf 2.69,
16166 with options \\"\$ac_cs_config\\"
16167
16168 Copyright (C) 2012 Free Software Foundation, Inc.
16169 This config.status script is free software; the Free Software Foundation
16170 gives unlimited permission to copy, distribute and modify it."
16171
16172 ac_pwd='$ac_pwd'
16173 srcdir='$srcdir'
16174 INSTALL='$INSTALL'
16175 MKDIR_P='$MKDIR_P'
16176 AWK='$AWK'
16177 test -n "\$AWK" || AWK=awk
16178 _ACEOF
16179
16180 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16181 # The default lists apply if the user does not specify any file.
16182 ac_need_defaults=:
16183 while test $# != 0
16184 do
16185 case $1 in
16186 --*=?*)
16187 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16188 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16189 ac_shift=:
16190 ;;
16191 --*=)
16192 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16193 ac_optarg=
16194 ac_shift=:
16195 ;;
16196 *)
16197 ac_option=$1
16198 ac_optarg=$2
16199 ac_shift=shift
16200 ;;
16201 esac
16202
16203 case $ac_option in
16204 # Handling of the options.
16205 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16206 ac_cs_recheck=: ;;
16207 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16208 $as_echo "$ac_cs_version"; exit ;;
16209 --config | --confi | --conf | --con | --co | --c )
16210 $as_echo "$ac_cs_config"; exit ;;
16211 --debug | --debu | --deb | --de | --d | -d )
16212 debug=: ;;
16213 --file | --fil | --fi | --f )
16214 $ac_shift
16215 case $ac_optarg in
16216 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16217 '') as_fn_error $? "missing file argument" ;;
16218 esac
16219 as_fn_append CONFIG_FILES " '$ac_optarg'"
16220 ac_need_defaults=false;;
16221 --header | --heade | --head | --hea )
16222 $ac_shift
16223 case $ac_optarg in
16224 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16225 esac
16226 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16227 ac_need_defaults=false;;
16228 --he | --h)
16229 # Conflict between --help and --header
16230 as_fn_error $? "ambiguous option: \`$1'
16231 Try \`$0 --help' for more information.";;
16232 --help | --hel | -h )
16233 $as_echo "$ac_cs_usage"; exit ;;
16234 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16235 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16236 ac_cs_silent=: ;;
16237
16238 # This is an error.
16239 -*) as_fn_error $? "unrecognized option: \`$1'
16240 Try \`$0 --help' for more information." ;;
16241
16242 *) as_fn_append ac_config_targets " $1"
16243 ac_need_defaults=false ;;
16244
16245 esac
16246 shift
16247 done
16248
16249 ac_configure_extra_args=
16250
16251 if $ac_cs_silent; then
16252 exec 6>/dev/null
16253 ac_configure_extra_args="$ac_configure_extra_args --silent"
16254 fi
16255
16256 _ACEOF
16257 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16258 if \$ac_cs_recheck; then
16259 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16260 shift
16261 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16262 CONFIG_SHELL='$SHELL'
16263 export CONFIG_SHELL
16264 exec "\$@"
16265 fi
16266
16267 _ACEOF
16268 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16269 exec 5>>config.log
16270 {
16271 echo
16272 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16273 ## Running $as_me. ##
16274 _ASBOX
16275 $as_echo "$ac_log"
16276 } >&5
16277
16278 _ACEOF
16279 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16280 #
16281 # INIT-COMMANDS
16282 #
16283 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16284
16285
16286 # The HP-UX ksh and POSIX shell print the target directory to stdout
16287 # if CDPATH is set.
16288 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16289
16290 sed_quote_subst='$sed_quote_subst'
16291 double_quote_subst='$double_quote_subst'
16292 delay_variable_subst='$delay_variable_subst'
16293 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16294 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16295 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16296 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16297 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16298 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16299 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16300 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16301 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16302 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16303 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16304 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16305 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16306 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16307 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16308 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16309 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16310 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16311 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16312 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16313 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16314 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16315 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16316 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16317 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16318 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16319 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16320 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16321 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16322 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16323 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16324 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16325 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16326 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16327 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16328 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16329 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16330 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16331 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16332 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16333 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16334 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16335 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16336 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16337 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16338 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16339 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16340 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16341 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"`'
16342 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16343 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16344 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16345 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16346 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16347 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16348 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16349 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16350 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16351 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16352 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16353 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16354 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16355 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16356 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16357 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16358 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16359 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16360 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16361 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16362 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16363 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16364 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16365 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16366 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16367 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16368 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16369 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16370 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16371 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16372 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16373 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16374 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16375 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16376 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16377 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16378 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16379 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16380 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16381 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16382 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16383 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16384 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16385 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16386 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16387 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16388 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16389 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16390 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16391 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16392 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16393 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16394 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16395 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16396 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16397 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16398 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16399 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16400 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16401 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16402 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16403 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16404 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16405 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16406 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16407 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16408 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16409 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16410 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16411 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16412 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16413
16414 LTCC='$LTCC'
16415 LTCFLAGS='$LTCFLAGS'
16416 compiler='$compiler_DEFAULT'
16417
16418 # A function that is used when there is no print builtin or printf.
16419 func_fallback_echo ()
16420 {
16421 eval 'cat <<_LTECHO_EOF
16422 \$1
16423 _LTECHO_EOF'
16424 }
16425
16426 # Quote evaled strings.
16427 for var in SHELL \
16428 ECHO \
16429 SED \
16430 GREP \
16431 EGREP \
16432 FGREP \
16433 LD \
16434 NM \
16435 LN_S \
16436 lt_SP2NL \
16437 lt_NL2SP \
16438 reload_flag \
16439 OBJDUMP \
16440 deplibs_check_method \
16441 file_magic_cmd \
16442 AR \
16443 AR_FLAGS \
16444 STRIP \
16445 RANLIB \
16446 CC \
16447 CFLAGS \
16448 compiler \
16449 lt_cv_sys_global_symbol_pipe \
16450 lt_cv_sys_global_symbol_to_cdecl \
16451 lt_cv_sys_global_symbol_to_c_name_address \
16452 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16453 lt_prog_compiler_no_builtin_flag \
16454 lt_prog_compiler_wl \
16455 lt_prog_compiler_pic \
16456 lt_prog_compiler_static \
16457 lt_cv_prog_compiler_c_o \
16458 need_locks \
16459 DSYMUTIL \
16460 NMEDIT \
16461 LIPO \
16462 OTOOL \
16463 OTOOL64 \
16464 shrext_cmds \
16465 export_dynamic_flag_spec \
16466 whole_archive_flag_spec \
16467 compiler_needs_object \
16468 with_gnu_ld \
16469 allow_undefined_flag \
16470 no_undefined_flag \
16471 hardcode_libdir_flag_spec \
16472 hardcode_libdir_flag_spec_ld \
16473 hardcode_libdir_separator \
16474 fix_srcfile_path \
16475 exclude_expsyms \
16476 include_expsyms \
16477 file_list_spec \
16478 variables_saved_for_relink \
16479 libname_spec \
16480 library_names_spec \
16481 soname_spec \
16482 install_override_mode \
16483 finish_eval \
16484 old_striplib \
16485 striplib; do
16486 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16487 *[\\\\\\\`\\"\\\$]*)
16488 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16489 ;;
16490 *)
16491 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16492 ;;
16493 esac
16494 done
16495
16496 # Double-quote double-evaled strings.
16497 for var in reload_cmds \
16498 old_postinstall_cmds \
16499 old_postuninstall_cmds \
16500 old_archive_cmds \
16501 extract_expsyms_cmds \
16502 old_archive_from_new_cmds \
16503 old_archive_from_expsyms_cmds \
16504 archive_cmds \
16505 archive_expsym_cmds \
16506 module_cmds \
16507 module_expsym_cmds \
16508 export_symbols_cmds \
16509 prelink_cmds \
16510 postinstall_cmds \
16511 postuninstall_cmds \
16512 finish_cmds \
16513 sys_lib_search_path_spec \
16514 sys_lib_dlsearch_path_spec; do
16515 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16516 *[\\\\\\\`\\"\\\$]*)
16517 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16518 ;;
16519 *)
16520 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16521 ;;
16522 esac
16523 done
16524
16525 ac_aux_dir='$ac_aux_dir'
16526 xsi_shell='$xsi_shell'
16527 lt_shell_append='$lt_shell_append'
16528
16529 # See if we are running on zsh, and set the options which allow our
16530 # commands through without removal of \ escapes INIT.
16531 if test -n "\${ZSH_VERSION+set}" ; then
16532 setopt NO_GLOB_SUBST
16533 fi
16534
16535
16536 PACKAGE='$PACKAGE'
16537 VERSION='$VERSION'
16538 TIMESTAMP='$TIMESTAMP'
16539 RM='$RM'
16540 ofile='$ofile'
16541
16542
16543
16544 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16545 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16546 # from automake.
16547 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16548 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16549 LINGUAS="${LINGUAS-%UNSET%}"
16550
16551
16552 _ACEOF
16553
16554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16555
16556 # Handling of arguments.
16557 for ac_config_target in $ac_config_targets
16558 do
16559 case $ac_config_target in
16560 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16561 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16562 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16563 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16564 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16565 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16566 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16567
16568 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16569 esac
16570 done
16571
16572
16573 # If the user did not use the arguments to specify the items to instantiate,
16574 # then the envvar interface is used. Set only those that are not.
16575 # We use the long form for the default assignment because of an extremely
16576 # bizarre bug on SunOS 4.1.3.
16577 if $ac_need_defaults; then
16578 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16579 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16580 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16581 fi
16582
16583 # Have a temporary directory for convenience. Make it in the build tree
16584 # simply because there is no reason against having it here, and in addition,
16585 # creating and moving files from /tmp can sometimes cause problems.
16586 # Hook for its removal unless debugging.
16587 # Note that there is a small window in which the directory will not be cleaned:
16588 # after its creation but before its name has been assigned to `$tmp'.
16589 $debug ||
16590 {
16591 tmp= ac_tmp=
16592 trap 'exit_status=$?
16593 : "${ac_tmp:=$tmp}"
16594 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16595 ' 0
16596 trap 'as_fn_exit 1' 1 2 13 15
16597 }
16598 # Create a (secure) tmp directory for tmp files.
16599
16600 {
16601 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16602 test -d "$tmp"
16603 } ||
16604 {
16605 tmp=./conf$$-$RANDOM
16606 (umask 077 && mkdir "$tmp")
16607 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16608 ac_tmp=$tmp
16609
16610 # Set up the scripts for CONFIG_FILES section.
16611 # No need to generate them if there are no CONFIG_FILES.
16612 # This happens for instance with `./config.status config.h'.
16613 if test -n "$CONFIG_FILES"; then
16614
16615
16616 ac_cr=`echo X | tr X '\015'`
16617 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16618 # But we know of no other shell where ac_cr would be empty at this
16619 # point, so we can use a bashism as a fallback.
16620 if test "x$ac_cr" = x; then
16621 eval ac_cr=\$\'\\r\'
16622 fi
16623 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16624 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16625 ac_cs_awk_cr='\\r'
16626 else
16627 ac_cs_awk_cr=$ac_cr
16628 fi
16629
16630 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16631 _ACEOF
16632
16633
16634 {
16635 echo "cat >conf$$subs.awk <<_ACEOF" &&
16636 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16637 echo "_ACEOF"
16638 } >conf$$subs.sh ||
16639 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16640 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16641 ac_delim='%!_!# '
16642 for ac_last_try in false false false false false :; do
16643 . ./conf$$subs.sh ||
16644 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16645
16646 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16647 if test $ac_delim_n = $ac_delim_num; then
16648 break
16649 elif $ac_last_try; then
16650 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16651 else
16652 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16653 fi
16654 done
16655 rm -f conf$$subs.sh
16656
16657 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16658 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16659 _ACEOF
16660 sed -n '
16661 h
16662 s/^/S["/; s/!.*/"]=/
16663 p
16664 g
16665 s/^[^!]*!//
16666 :repl
16667 t repl
16668 s/'"$ac_delim"'$//
16669 t delim
16670 :nl
16671 h
16672 s/\(.\{148\}\)..*/\1/
16673 t more1
16674 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16675 p
16676 n
16677 b repl
16678 :more1
16679 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16680 p
16681 g
16682 s/.\{148\}//
16683 t nl
16684 :delim
16685 h
16686 s/\(.\{148\}\)..*/\1/
16687 t more2
16688 s/["\\]/\\&/g; s/^/"/; s/$/"/
16689 p
16690 b
16691 :more2
16692 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16693 p
16694 g
16695 s/.\{148\}//
16696 t delim
16697 ' <conf$$subs.awk | sed '
16698 /^[^""]/{
16699 N
16700 s/\n//
16701 }
16702 ' >>$CONFIG_STATUS || ac_write_fail=1
16703 rm -f conf$$subs.awk
16704 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16705 _ACAWK
16706 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16707 for (key in S) S_is_set[key] = 1
16708 FS = "\a"
16709
16710 }
16711 {
16712 line = $ 0
16713 nfields = split(line, field, "@")
16714 substed = 0
16715 len = length(field[1])
16716 for (i = 2; i < nfields; i++) {
16717 key = field[i]
16718 keylen = length(key)
16719 if (S_is_set[key]) {
16720 value = S[key]
16721 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16722 len += length(value) + length(field[++i])
16723 substed = 1
16724 } else
16725 len += 1 + keylen
16726 }
16727
16728 print line
16729 }
16730
16731 _ACAWK
16732 _ACEOF
16733 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16734 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16735 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16736 else
16737 cat
16738 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16739 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16740 _ACEOF
16741
16742 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16743 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16744 # trailing colons and then remove the whole line if VPATH becomes empty
16745 # (actually we leave an empty line to preserve line numbers).
16746 if test "x$srcdir" = x.; then
16747 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16748 h
16749 s///
16750 s/^/:/
16751 s/[ ]*$/:/
16752 s/:\$(srcdir):/:/g
16753 s/:\${srcdir}:/:/g
16754 s/:@srcdir@:/:/g
16755 s/^:*//
16756 s/:*$//
16757 x
16758 s/\(=[ ]*\).*/\1/
16759 G
16760 s/\n//
16761 s/^[^=]*=[ ]*$//
16762 }'
16763 fi
16764
16765 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16766 fi # test -n "$CONFIG_FILES"
16767
16768 # Set up the scripts for CONFIG_HEADERS section.
16769 # No need to generate them if there are no CONFIG_HEADERS.
16770 # This happens for instance with `./config.status Makefile'.
16771 if test -n "$CONFIG_HEADERS"; then
16772 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16773 BEGIN {
16774 _ACEOF
16775
16776 # Transform confdefs.h into an awk script `defines.awk', embedded as
16777 # here-document in config.status, that substitutes the proper values into
16778 # config.h.in to produce config.h.
16779
16780 # Create a delimiter string that does not exist in confdefs.h, to ease
16781 # handling of long lines.
16782 ac_delim='%!_!# '
16783 for ac_last_try in false false :; do
16784 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16785 if test -z "$ac_tt"; then
16786 break
16787 elif $ac_last_try; then
16788 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16789 else
16790 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16791 fi
16792 done
16793
16794 # For the awk script, D is an array of macro values keyed by name,
16795 # likewise P contains macro parameters if any. Preserve backslash
16796 # newline sequences.
16797
16798 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16799 sed -n '
16800 s/.\{148\}/&'"$ac_delim"'/g
16801 t rset
16802 :rset
16803 s/^[ ]*#[ ]*define[ ][ ]*/ /
16804 t def
16805 d
16806 :def
16807 s/\\$//
16808 t bsnl
16809 s/["\\]/\\&/g
16810 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16811 D["\1"]=" \3"/p
16812 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16813 d
16814 :bsnl
16815 s/["\\]/\\&/g
16816 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16817 D["\1"]=" \3\\\\\\n"\\/p
16818 t cont
16819 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16820 t cont
16821 d
16822 :cont
16823 n
16824 s/.\{148\}/&'"$ac_delim"'/g
16825 t clear
16826 :clear
16827 s/\\$//
16828 t bsnlc
16829 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16830 d
16831 :bsnlc
16832 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16833 b cont
16834 ' <confdefs.h | sed '
16835 s/'"$ac_delim"'/"\\\
16836 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16837
16838 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16839 for (key in D) D_is_set[key] = 1
16840 FS = "\a"
16841 }
16842 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16843 line = \$ 0
16844 split(line, arg, " ")
16845 if (arg[1] == "#") {
16846 defundef = arg[2]
16847 mac1 = arg[3]
16848 } else {
16849 defundef = substr(arg[1], 2)
16850 mac1 = arg[2]
16851 }
16852 split(mac1, mac2, "(") #)
16853 macro = mac2[1]
16854 prefix = substr(line, 1, index(line, defundef) - 1)
16855 if (D_is_set[macro]) {
16856 # Preserve the white space surrounding the "#".
16857 print prefix "define", macro P[macro] D[macro]
16858 next
16859 } else {
16860 # Replace #undef with comments. This is necessary, for example,
16861 # in the case of _POSIX_SOURCE, which is predefined and required
16862 # on some systems where configure will not decide to define it.
16863 if (defundef == "undef") {
16864 print "/*", prefix defundef, macro, "*/"
16865 next
16866 }
16867 }
16868 }
16869 { print }
16870 _ACAWK
16871 _ACEOF
16872 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16873 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16874 fi # test -n "$CONFIG_HEADERS"
16875
16876
16877 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16878 shift
16879 for ac_tag
16880 do
16881 case $ac_tag in
16882 :[FHLC]) ac_mode=$ac_tag; continue;;
16883 esac
16884 case $ac_mode$ac_tag in
16885 :[FHL]*:*);;
16886 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16887 :[FH]-) ac_tag=-:-;;
16888 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16889 esac
16890 ac_save_IFS=$IFS
16891 IFS=:
16892 set x $ac_tag
16893 IFS=$ac_save_IFS
16894 shift
16895 ac_file=$1
16896 shift
16897
16898 case $ac_mode in
16899 :L) ac_source=$1;;
16900 :[FH])
16901 ac_file_inputs=
16902 for ac_f
16903 do
16904 case $ac_f in
16905 -) ac_f="$ac_tmp/stdin";;
16906 *) # Look for the file first in the build tree, then in the source tree
16907 # (if the path is not absolute). The absolute path cannot be DOS-style,
16908 # because $ac_f cannot contain `:'.
16909 test -f "$ac_f" ||
16910 case $ac_f in
16911 [\\/$]*) false;;
16912 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16913 esac ||
16914 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16915 esac
16916 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16917 as_fn_append ac_file_inputs " '$ac_f'"
16918 done
16919
16920 # Let's still pretend it is `configure' which instantiates (i.e., don't
16921 # use $as_me), people would be surprised to read:
16922 # /* config.h. Generated by config.status. */
16923 configure_input='Generated from '`
16924 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16925 `' by configure.'
16926 if test x"$ac_file" != x-; then
16927 configure_input="$ac_file. $configure_input"
16928 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16929 $as_echo "$as_me: creating $ac_file" >&6;}
16930 fi
16931 # Neutralize special characters interpreted by sed in replacement strings.
16932 case $configure_input in #(
16933 *\&* | *\|* | *\\* )
16934 ac_sed_conf_input=`$as_echo "$configure_input" |
16935 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16936 *) ac_sed_conf_input=$configure_input;;
16937 esac
16938
16939 case $ac_tag in
16940 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16941 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16942 esac
16943 ;;
16944 esac
16945
16946 ac_dir=`$as_dirname -- "$ac_file" ||
16947 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16948 X"$ac_file" : 'X\(//\)[^/]' \| \
16949 X"$ac_file" : 'X\(//\)$' \| \
16950 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16951 $as_echo X"$ac_file" |
16952 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16953 s//\1/
16954 q
16955 }
16956 /^X\(\/\/\)[^/].*/{
16957 s//\1/
16958 q
16959 }
16960 /^X\(\/\/\)$/{
16961 s//\1/
16962 q
16963 }
16964 /^X\(\/\).*/{
16965 s//\1/
16966 q
16967 }
16968 s/.*/./; q'`
16969 as_dir="$ac_dir"; as_fn_mkdir_p
16970 ac_builddir=.
16971
16972 case "$ac_dir" in
16973 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16974 *)
16975 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16976 # A ".." for each directory in $ac_dir_suffix.
16977 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16978 case $ac_top_builddir_sub in
16979 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16980 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16981 esac ;;
16982 esac
16983 ac_abs_top_builddir=$ac_pwd
16984 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16985 # for backward compatibility:
16986 ac_top_builddir=$ac_top_build_prefix
16987
16988 case $srcdir in
16989 .) # We are building in place.
16990 ac_srcdir=.
16991 ac_top_srcdir=$ac_top_builddir_sub
16992 ac_abs_top_srcdir=$ac_pwd ;;
16993 [\\/]* | ?:[\\/]* ) # Absolute name.
16994 ac_srcdir=$srcdir$ac_dir_suffix;
16995 ac_top_srcdir=$srcdir
16996 ac_abs_top_srcdir=$srcdir ;;
16997 *) # Relative name.
16998 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16999 ac_top_srcdir=$ac_top_build_prefix$srcdir
17000 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17001 esac
17002 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17003
17004
17005 case $ac_mode in
17006 :F)
17007 #
17008 # CONFIG_FILE
17009 #
17010
17011 case $INSTALL in
17012 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17013 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17014 esac
17015 ac_MKDIR_P=$MKDIR_P
17016 case $MKDIR_P in
17017 [\\/$]* | ?:[\\/]* ) ;;
17018 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17019 esac
17020 _ACEOF
17021
17022 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17023 # If the template does not know about datarootdir, expand it.
17024 # FIXME: This hack should be removed a few years after 2.60.
17025 ac_datarootdir_hack=; ac_datarootdir_seen=
17026 ac_sed_dataroot='
17027 /datarootdir/ {
17028 p
17029 q
17030 }
17031 /@datadir@/p
17032 /@docdir@/p
17033 /@infodir@/p
17034 /@localedir@/p
17035 /@mandir@/p'
17036 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17037 *datarootdir*) ac_datarootdir_seen=yes;;
17038 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17039 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17040 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17041 _ACEOF
17042 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17043 ac_datarootdir_hack='
17044 s&@datadir@&$datadir&g
17045 s&@docdir@&$docdir&g
17046 s&@infodir@&$infodir&g
17047 s&@localedir@&$localedir&g
17048 s&@mandir@&$mandir&g
17049 s&\\\${datarootdir}&$datarootdir&g' ;;
17050 esac
17051 _ACEOF
17052
17053 # Neutralize VPATH when `$srcdir' = `.'.
17054 # Shell code in configure.ac might set extrasub.
17055 # FIXME: do we really want to maintain this feature?
17056 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17057 ac_sed_extra="$ac_vpsub
17058 $extrasub
17059 _ACEOF
17060 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17061 :t
17062 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17063 s|@configure_input@|$ac_sed_conf_input|;t t
17064 s&@top_builddir@&$ac_top_builddir_sub&;t t
17065 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17066 s&@srcdir@&$ac_srcdir&;t t
17067 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17068 s&@top_srcdir@&$ac_top_srcdir&;t t
17069 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17070 s&@builddir@&$ac_builddir&;t t
17071 s&@abs_builddir@&$ac_abs_builddir&;t t
17072 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17073 s&@INSTALL@&$ac_INSTALL&;t t
17074 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17075 $ac_datarootdir_hack
17076 "
17077 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17078 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17079
17080 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17081 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17082 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17083 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17085 which seems to be undefined. Please make sure it is defined" >&5
17086 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17087 which seems to be undefined. Please make sure it is defined" >&2;}
17088
17089 rm -f "$ac_tmp/stdin"
17090 case $ac_file in
17091 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17092 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17093 esac \
17094 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17095 ;;
17096 :H)
17097 #
17098 # CONFIG_HEADER
17099 #
17100 if test x"$ac_file" != x-; then
17101 {
17102 $as_echo "/* $configure_input */" \
17103 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17104 } >"$ac_tmp/config.h" \
17105 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17106 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17107 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17108 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17109 else
17110 rm -f "$ac_file"
17111 mv "$ac_tmp/config.h" "$ac_file" \
17112 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17113 fi
17114 else
17115 $as_echo "/* $configure_input */" \
17116 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17117 || as_fn_error $? "could not create -" "$LINENO" 5
17118 fi
17119 # Compute "$ac_file"'s index in $config_headers.
17120 _am_arg="$ac_file"
17121 _am_stamp_count=1
17122 for _am_header in $config_headers :; do
17123 case $_am_header in
17124 $_am_arg | $_am_arg:* )
17125 break ;;
17126 * )
17127 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17128 esac
17129 done
17130 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17131 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17132 X"$_am_arg" : 'X\(//\)[^/]' \| \
17133 X"$_am_arg" : 'X\(//\)$' \| \
17134 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17135 $as_echo X"$_am_arg" |
17136 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17137 s//\1/
17138 q
17139 }
17140 /^X\(\/\/\)[^/].*/{
17141 s//\1/
17142 q
17143 }
17144 /^X\(\/\/\)$/{
17145 s//\1/
17146 q
17147 }
17148 /^X\(\/\).*/{
17149 s//\1/
17150 q
17151 }
17152 s/.*/./; q'`/stamp-h$_am_stamp_count
17153 ;;
17154
17155 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17156 $as_echo "$as_me: executing $ac_file commands" >&6;}
17157 ;;
17158 esac
17159
17160
17161 case $ac_file$ac_mode in
17162 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17163 # Older Autoconf quotes --file arguments for eval, but not when files
17164 # are listed without --file. Let's play safe and only enable the eval
17165 # if we detect the quoting.
17166 case $CONFIG_FILES in
17167 *\'*) eval set x "$CONFIG_FILES" ;;
17168 *) set x $CONFIG_FILES ;;
17169 esac
17170 shift
17171 for mf
17172 do
17173 # Strip MF so we end up with the name of the file.
17174 mf=`echo "$mf" | sed -e 's/:.*$//'`
17175 # Check whether this is an Automake generated Makefile or not.
17176 # We used to match only the files named 'Makefile.in', but
17177 # some people rename them; so instead we look at the file content.
17178 # Grep'ing the first line is not enough: some people post-process
17179 # each Makefile.in and add a new line on top of each file to say so.
17180 # Grep'ing the whole file is not good either: AIX grep has a line
17181 # limit of 2048, but all sed's we know have understand at least 4000.
17182 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17183 dirpart=`$as_dirname -- "$mf" ||
17184 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17185 X"$mf" : 'X\(//\)[^/]' \| \
17186 X"$mf" : 'X\(//\)$' \| \
17187 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17188 $as_echo X"$mf" |
17189 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17190 s//\1/
17191 q
17192 }
17193 /^X\(\/\/\)[^/].*/{
17194 s//\1/
17195 q
17196 }
17197 /^X\(\/\/\)$/{
17198 s//\1/
17199 q
17200 }
17201 /^X\(\/\).*/{
17202 s//\1/
17203 q
17204 }
17205 s/.*/./; q'`
17206 else
17207 continue
17208 fi
17209 # Extract the definition of DEPDIR, am__include, and am__quote
17210 # from the Makefile without running 'make'.
17211 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17212 test -z "$DEPDIR" && continue
17213 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17214 test -z "$am__include" && continue
17215 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17216 # Find all dependency output files, they are included files with
17217 # $(DEPDIR) in their names. We invoke sed twice because it is the
17218 # simplest approach to changing $(DEPDIR) to its actual value in the
17219 # expansion.
17220 for file in `sed -n "
17221 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17222 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17223 # Make sure the directory exists.
17224 test -f "$dirpart/$file" && continue
17225 fdir=`$as_dirname -- "$file" ||
17226 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17227 X"$file" : 'X\(//\)[^/]' \| \
17228 X"$file" : 'X\(//\)$' \| \
17229 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17230 $as_echo X"$file" |
17231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17232 s//\1/
17233 q
17234 }
17235 /^X\(\/\/\)[^/].*/{
17236 s//\1/
17237 q
17238 }
17239 /^X\(\/\/\)$/{
17240 s//\1/
17241 q
17242 }
17243 /^X\(\/\).*/{
17244 s//\1/
17245 q
17246 }
17247 s/.*/./; q'`
17248 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17249 # echo "creating $dirpart/$file"
17250 echo '# dummy' > "$dirpart/$file"
17251 done
17252 done
17253 }
17254 ;;
17255 "libtool":C)
17256
17257 # See if we are running on zsh, and set the options which allow our
17258 # commands through without removal of \ escapes.
17259 if test -n "${ZSH_VERSION+set}" ; then
17260 setopt NO_GLOB_SUBST
17261 fi
17262
17263 cfgfile="${ofile}T"
17264 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17265 $RM "$cfgfile"
17266
17267 cat <<_LT_EOF >> "$cfgfile"
17268 #! $SHELL
17269
17270 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17271 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17272 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17273 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17274 #
17275 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17276 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17277 # Written by Gordon Matzigkeit, 1996
17278 #
17279 # This file is part of GNU Libtool.
17280 #
17281 # GNU Libtool is free software; you can redistribute it and/or
17282 # modify it under the terms of the GNU General Public License as
17283 # published by the Free Software Foundation; either version 2 of
17284 # the License, or (at your option) any later version.
17285 #
17286 # As a special exception to the GNU General Public License,
17287 # if you distribute this file as part of a program or library that
17288 # is built using GNU Libtool, you may include this file under the
17289 # same distribution terms that you use for the rest of that program.
17290 #
17291 # GNU Libtool is distributed in the hope that it will be useful,
17292 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17293 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17294 # GNU General Public License for more details.
17295 #
17296 # You should have received a copy of the GNU General Public License
17297 # along with GNU Libtool; see the file COPYING. If not, a copy
17298 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17299 # obtained by writing to the Free Software Foundation, Inc.,
17300 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17301
17302
17303 # The names of the tagged configurations supported by this script.
17304 available_tags=""
17305
17306 # ### BEGIN LIBTOOL CONFIG
17307
17308 # Which release of libtool.m4 was used?
17309 macro_version=$macro_version
17310 macro_revision=$macro_revision
17311
17312 # Whether or not to build shared libraries.
17313 build_libtool_libs=$enable_shared
17314
17315 # Whether or not to build static libraries.
17316 build_old_libs=$enable_static
17317
17318 # What type of objects to build.
17319 pic_mode=$pic_mode
17320
17321 # Whether or not to optimize for fast installation.
17322 fast_install=$enable_fast_install
17323
17324 # Shell to use when invoking shell scripts.
17325 SHELL=$lt_SHELL
17326
17327 # An echo program that protects backslashes.
17328 ECHO=$lt_ECHO
17329
17330 # The host system.
17331 host_alias=$host_alias
17332 host=$host
17333 host_os=$host_os
17334
17335 # The build system.
17336 build_alias=$build_alias
17337 build=$build
17338 build_os=$build_os
17339
17340 # A sed program that does not truncate output.
17341 SED=$lt_SED
17342
17343 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17344 Xsed="\$SED -e 1s/^X//"
17345
17346 # A grep program that handles long lines.
17347 GREP=$lt_GREP
17348
17349 # An ERE matcher.
17350 EGREP=$lt_EGREP
17351
17352 # A literal string matcher.
17353 FGREP=$lt_FGREP
17354
17355 # A BSD- or MS-compatible name lister.
17356 NM=$lt_NM
17357
17358 # Whether we need soft or hard links.
17359 LN_S=$lt_LN_S
17360
17361 # What is the maximum length of a command?
17362 max_cmd_len=$max_cmd_len
17363
17364 # Object file suffix (normally "o").
17365 objext=$ac_objext
17366
17367 # Executable file suffix (normally "").
17368 exeext=$exeext
17369
17370 # whether the shell understands "unset".
17371 lt_unset=$lt_unset
17372
17373 # turn spaces into newlines.
17374 SP2NL=$lt_lt_SP2NL
17375
17376 # turn newlines into spaces.
17377 NL2SP=$lt_lt_NL2SP
17378
17379 # An object symbol dumper.
17380 OBJDUMP=$lt_OBJDUMP
17381
17382 # Method to check whether dependent libraries are shared objects.
17383 deplibs_check_method=$lt_deplibs_check_method
17384
17385 # Command to use when deplibs_check_method == "file_magic".
17386 file_magic_cmd=$lt_file_magic_cmd
17387
17388 # The archiver.
17389 AR=$lt_AR
17390 AR_FLAGS=$lt_AR_FLAGS
17391
17392 # A symbol stripping program.
17393 STRIP=$lt_STRIP
17394
17395 # Commands used to install an old-style archive.
17396 RANLIB=$lt_RANLIB
17397 old_postinstall_cmds=$lt_old_postinstall_cmds
17398 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17399
17400 # Whether to use a lock for old archive extraction.
17401 lock_old_archive_extraction=$lock_old_archive_extraction
17402
17403 # A C compiler.
17404 LTCC=$lt_CC
17405
17406 # LTCC compiler flags.
17407 LTCFLAGS=$lt_CFLAGS
17408
17409 # Take the output of nm and produce a listing of raw symbols and C names.
17410 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17411
17412 # Transform the output of nm in a proper C declaration.
17413 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17414
17415 # Transform the output of nm in a C name address pair.
17416 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17417
17418 # Transform the output of nm in a C name address pair when lib prefix is needed.
17419 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17420
17421 # The name of the directory that contains temporary libtool files.
17422 objdir=$objdir
17423
17424 # Used to examine libraries when file_magic_cmd begins with "file".
17425 MAGIC_CMD=$MAGIC_CMD
17426
17427 # Must we lock files when doing compilation?
17428 need_locks=$lt_need_locks
17429
17430 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17431 DSYMUTIL=$lt_DSYMUTIL
17432
17433 # Tool to change global to local symbols on Mac OS X.
17434 NMEDIT=$lt_NMEDIT
17435
17436 # Tool to manipulate fat objects and archives on Mac OS X.
17437 LIPO=$lt_LIPO
17438
17439 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17440 OTOOL=$lt_OTOOL
17441
17442 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17443 OTOOL64=$lt_OTOOL64
17444
17445 # Old archive suffix (normally "a").
17446 libext=$libext
17447
17448 # Shared library suffix (normally ".so").
17449 shrext_cmds=$lt_shrext_cmds
17450
17451 # The commands to extract the exported symbol list from a shared archive.
17452 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17453
17454 # Variables whose values should be saved in libtool wrapper scripts and
17455 # restored at link time.
17456 variables_saved_for_relink=$lt_variables_saved_for_relink
17457
17458 # Do we need the "lib" prefix for modules?
17459 need_lib_prefix=$need_lib_prefix
17460
17461 # Do we need a version for libraries?
17462 need_version=$need_version
17463
17464 # Library versioning type.
17465 version_type=$version_type
17466
17467 # Shared library runtime path variable.
17468 runpath_var=$runpath_var
17469
17470 # Shared library path variable.
17471 shlibpath_var=$shlibpath_var
17472
17473 # Is shlibpath searched before the hard-coded library search path?
17474 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17475
17476 # Format of library name prefix.
17477 libname_spec=$lt_libname_spec
17478
17479 # List of archive names. First name is the real one, the rest are links.
17480 # The last name is the one that the linker finds with -lNAME
17481 library_names_spec=$lt_library_names_spec
17482
17483 # The coded name of the library, if different from the real name.
17484 soname_spec=$lt_soname_spec
17485
17486 # Permission mode override for installation of shared libraries.
17487 install_override_mode=$lt_install_override_mode
17488
17489 # Command to use after installation of a shared archive.
17490 postinstall_cmds=$lt_postinstall_cmds
17491
17492 # Command to use after uninstallation of a shared archive.
17493 postuninstall_cmds=$lt_postuninstall_cmds
17494
17495 # Commands used to finish a libtool library installation in a directory.
17496 finish_cmds=$lt_finish_cmds
17497
17498 # As "finish_cmds", except a single script fragment to be evaled but
17499 # not shown.
17500 finish_eval=$lt_finish_eval
17501
17502 # Whether we should hardcode library paths into libraries.
17503 hardcode_into_libs=$hardcode_into_libs
17504
17505 # Compile-time system search path for libraries.
17506 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17507
17508 # Run-time system search path for libraries.
17509 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17510
17511 # Whether dlopen is supported.
17512 dlopen_support=$enable_dlopen
17513
17514 # Whether dlopen of programs is supported.
17515 dlopen_self=$enable_dlopen_self
17516
17517 # Whether dlopen of statically linked programs is supported.
17518 dlopen_self_static=$enable_dlopen_self_static
17519
17520 # Commands to strip libraries.
17521 old_striplib=$lt_old_striplib
17522 striplib=$lt_striplib
17523
17524
17525 # The linker used to build libraries.
17526 LD=$lt_LD
17527
17528 # How to create reloadable object files.
17529 reload_flag=$lt_reload_flag
17530 reload_cmds=$lt_reload_cmds
17531
17532 # Commands used to build an old-style archive.
17533 old_archive_cmds=$lt_old_archive_cmds
17534
17535 # A language specific compiler.
17536 CC=$lt_compiler
17537
17538 # Is the compiler the GNU compiler?
17539 with_gcc=$GCC
17540
17541 # Compiler flag to turn off builtin functions.
17542 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17543
17544 # How to pass a linker flag through the compiler.
17545 wl=$lt_lt_prog_compiler_wl
17546
17547 # Additional compiler flags for building library objects.
17548 pic_flag=$lt_lt_prog_compiler_pic
17549
17550 # Compiler flag to prevent dynamic linking.
17551 link_static_flag=$lt_lt_prog_compiler_static
17552
17553 # Does compiler simultaneously support -c and -o options?
17554 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17555
17556 # Whether or not to add -lc for building shared libraries.
17557 build_libtool_need_lc=$archive_cmds_need_lc
17558
17559 # Whether or not to disallow shared libs when runtime libs are static.
17560 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17561
17562 # Compiler flag to allow reflexive dlopens.
17563 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17564
17565 # Compiler flag to generate shared objects directly from archives.
17566 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17567
17568 # Whether the compiler copes with passing no objects directly.
17569 compiler_needs_object=$lt_compiler_needs_object
17570
17571 # Create an old-style archive from a shared archive.
17572 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17573
17574 # Create a temporary old-style archive to link instead of a shared archive.
17575 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17576
17577 # Commands used to build a shared archive.
17578 archive_cmds=$lt_archive_cmds
17579 archive_expsym_cmds=$lt_archive_expsym_cmds
17580
17581 # Commands used to build a loadable module if different from building
17582 # a shared archive.
17583 module_cmds=$lt_module_cmds
17584 module_expsym_cmds=$lt_module_expsym_cmds
17585
17586 # Whether we are building with GNU ld or not.
17587 with_gnu_ld=$lt_with_gnu_ld
17588
17589 # Flag that allows shared libraries with undefined symbols to be built.
17590 allow_undefined_flag=$lt_allow_undefined_flag
17591
17592 # Flag that enforces no undefined symbols.
17593 no_undefined_flag=$lt_no_undefined_flag
17594
17595 # Flag to hardcode \$libdir into a binary during linking.
17596 # This must work even if \$libdir does not exist
17597 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17598
17599 # If ld is used when linking, flag to hardcode \$libdir into a binary
17600 # during linking. This must work even if \$libdir does not exist.
17601 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17602
17603 # Whether we need a single "-rpath" flag with a separated argument.
17604 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17605
17606 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17607 # DIR into the resulting binary.
17608 hardcode_direct=$hardcode_direct
17609
17610 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17611 # DIR into the resulting binary and the resulting library dependency is
17612 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17613 # library is relocated.
17614 hardcode_direct_absolute=$hardcode_direct_absolute
17615
17616 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17617 # into the resulting binary.
17618 hardcode_minus_L=$hardcode_minus_L
17619
17620 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17621 # into the resulting binary.
17622 hardcode_shlibpath_var=$hardcode_shlibpath_var
17623
17624 # Set to "yes" if building a shared library automatically hardcodes DIR
17625 # into the library and all subsequent libraries and executables linked
17626 # against it.
17627 hardcode_automatic=$hardcode_automatic
17628
17629 # Set to yes if linker adds runtime paths of dependent libraries
17630 # to runtime path list.
17631 inherit_rpath=$inherit_rpath
17632
17633 # Whether libtool must link a program against all its dependency libraries.
17634 link_all_deplibs=$link_all_deplibs
17635
17636 # Fix the shell variable \$srcfile for the compiler.
17637 fix_srcfile_path=$lt_fix_srcfile_path
17638
17639 # Set to "yes" if exported symbols are required.
17640 always_export_symbols=$always_export_symbols
17641
17642 # The commands to list exported symbols.
17643 export_symbols_cmds=$lt_export_symbols_cmds
17644
17645 # Symbols that should not be listed in the preloaded symbols.
17646 exclude_expsyms=$lt_exclude_expsyms
17647
17648 # Symbols that must always be exported.
17649 include_expsyms=$lt_include_expsyms
17650
17651 # Commands necessary for linking programs (against libraries) with templates.
17652 prelink_cmds=$lt_prelink_cmds
17653
17654 # Specify filename containing input files.
17655 file_list_spec=$lt_file_list_spec
17656
17657 # How to hardcode a shared library path into an executable.
17658 hardcode_action=$hardcode_action
17659
17660 # ### END LIBTOOL CONFIG
17661
17662 _LT_EOF
17663
17664 case $host_os in
17665 aix3*)
17666 cat <<\_LT_EOF >> "$cfgfile"
17667 # AIX sometimes has problems with the GCC collect2 program. For some
17668 # reason, if we set the COLLECT_NAMES environment variable, the problems
17669 # vanish in a puff of smoke.
17670 if test "X${COLLECT_NAMES+set}" != Xset; then
17671 COLLECT_NAMES=
17672 export COLLECT_NAMES
17673 fi
17674 _LT_EOF
17675 ;;
17676 esac
17677
17678
17679 ltmain="$ac_aux_dir/ltmain.sh"
17680
17681
17682 # We use sed instead of cat because bash on DJGPP gets confused if
17683 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17684 # text mode, it properly converts lines to CR/LF. This bash problem
17685 # is reportedly fixed, but why not run on old versions too?
17686 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17687 || (rm -f "$cfgfile"; exit 1)
17688
17689 case $xsi_shell in
17690 yes)
17691 cat << \_LT_EOF >> "$cfgfile"
17692
17693 # func_dirname file append nondir_replacement
17694 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17695 # otherwise set result to NONDIR_REPLACEMENT.
17696 func_dirname ()
17697 {
17698 case ${1} in
17699 */*) func_dirname_result="${1%/*}${2}" ;;
17700 * ) func_dirname_result="${3}" ;;
17701 esac
17702 }
17703
17704 # func_basename file
17705 func_basename ()
17706 {
17707 func_basename_result="${1##*/}"
17708 }
17709
17710 # func_dirname_and_basename file append nondir_replacement
17711 # perform func_basename and func_dirname in a single function
17712 # call:
17713 # dirname: Compute the dirname of FILE. If nonempty,
17714 # add APPEND to the result, otherwise set result
17715 # to NONDIR_REPLACEMENT.
17716 # value returned in "$func_dirname_result"
17717 # basename: Compute filename of FILE.
17718 # value retuned in "$func_basename_result"
17719 # Implementation must be kept synchronized with func_dirname
17720 # and func_basename. For efficiency, we do not delegate to
17721 # those functions but instead duplicate the functionality here.
17722 func_dirname_and_basename ()
17723 {
17724 case ${1} in
17725 */*) func_dirname_result="${1%/*}${2}" ;;
17726 * ) func_dirname_result="${3}" ;;
17727 esac
17728 func_basename_result="${1##*/}"
17729 }
17730
17731 # func_stripname prefix suffix name
17732 # strip PREFIX and SUFFIX off of NAME.
17733 # PREFIX and SUFFIX must not contain globbing or regex special
17734 # characters, hashes, percent signs, but SUFFIX may contain a leading
17735 # dot (in which case that matches only a dot).
17736 func_stripname ()
17737 {
17738 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17739 # positional parameters, so assign one to ordinary parameter first.
17740 func_stripname_result=${3}
17741 func_stripname_result=${func_stripname_result#"${1}"}
17742 func_stripname_result=${func_stripname_result%"${2}"}
17743 }
17744
17745 # func_opt_split
17746 func_opt_split ()
17747 {
17748 func_opt_split_opt=${1%%=*}
17749 func_opt_split_arg=${1#*=}
17750 }
17751
17752 # func_lo2o object
17753 func_lo2o ()
17754 {
17755 case ${1} in
17756 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17757 *) func_lo2o_result=${1} ;;
17758 esac
17759 }
17760
17761 # func_xform libobj-or-source
17762 func_xform ()
17763 {
17764 func_xform_result=${1%.*}.lo
17765 }
17766
17767 # func_arith arithmetic-term...
17768 func_arith ()
17769 {
17770 func_arith_result=$(( $* ))
17771 }
17772
17773 # func_len string
17774 # STRING may not start with a hyphen.
17775 func_len ()
17776 {
17777 func_len_result=${#1}
17778 }
17779
17780 _LT_EOF
17781 ;;
17782 *) # Bourne compatible functions.
17783 cat << \_LT_EOF >> "$cfgfile"
17784
17785 # func_dirname file append nondir_replacement
17786 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17787 # otherwise set result to NONDIR_REPLACEMENT.
17788 func_dirname ()
17789 {
17790 # Extract subdirectory from the argument.
17791 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17792 if test "X$func_dirname_result" = "X${1}"; then
17793 func_dirname_result="${3}"
17794 else
17795 func_dirname_result="$func_dirname_result${2}"
17796 fi
17797 }
17798
17799 # func_basename file
17800 func_basename ()
17801 {
17802 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17803 }
17804
17805
17806 # func_stripname prefix suffix name
17807 # strip PREFIX and SUFFIX off of NAME.
17808 # PREFIX and SUFFIX must not contain globbing or regex special
17809 # characters, hashes, percent signs, but SUFFIX may contain a leading
17810 # dot (in which case that matches only a dot).
17811 # func_strip_suffix prefix name
17812 func_stripname ()
17813 {
17814 case ${2} in
17815 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17816 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17817 esac
17818 }
17819
17820 # sed scripts:
17821 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17822 my_sed_long_arg='1s/^-[^=]*=//'
17823
17824 # func_opt_split
17825 func_opt_split ()
17826 {
17827 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17828 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17829 }
17830
17831 # func_lo2o object
17832 func_lo2o ()
17833 {
17834 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17835 }
17836
17837 # func_xform libobj-or-source
17838 func_xform ()
17839 {
17840 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17841 }
17842
17843 # func_arith arithmetic-term...
17844 func_arith ()
17845 {
17846 func_arith_result=`expr "$@"`
17847 }
17848
17849 # func_len string
17850 # STRING may not start with a hyphen.
17851 func_len ()
17852 {
17853 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17854 }
17855
17856 _LT_EOF
17857 esac
17858
17859 case $lt_shell_append in
17860 yes)
17861 cat << \_LT_EOF >> "$cfgfile"
17862
17863 # func_append var value
17864 # Append VALUE to the end of shell variable VAR.
17865 func_append ()
17866 {
17867 eval "$1+=\$2"
17868 }
17869 _LT_EOF
17870 ;;
17871 *)
17872 cat << \_LT_EOF >> "$cfgfile"
17873
17874 # func_append var value
17875 # Append VALUE to the end of shell variable VAR.
17876 func_append ()
17877 {
17878 eval "$1=\$$1\$2"
17879 }
17880
17881 _LT_EOF
17882 ;;
17883 esac
17884
17885
17886 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17887 || (rm -f "$cfgfile"; exit 1)
17888
17889 mv -f "$cfgfile" "$ofile" ||
17890 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17891 chmod +x "$ofile"
17892
17893 ;;
17894 "default-1":C)
17895 for ac_file in $CONFIG_FILES; do
17896 # Support "outfile[:infile[:infile...]]"
17897 case "$ac_file" in
17898 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17899 esac
17900 # PO directories have a Makefile.in generated from Makefile.in.in.
17901 case "$ac_file" in */Makefile.in)
17902 # Adjust a relative srcdir.
17903 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17904 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17905 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17906 # In autoconf-2.13 it is called $ac_given_srcdir.
17907 # In autoconf-2.50 it is called $srcdir.
17908 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17909 case "$ac_given_srcdir" in
17910 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17911 /*) top_srcdir="$ac_given_srcdir" ;;
17912 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17913 esac
17914 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17915 rm -f "$ac_dir/POTFILES"
17916 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17917 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17918 POMAKEFILEDEPS="POTFILES.in"
17919 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17920 # on $ac_dir but don't depend on user-specified configuration
17921 # parameters.
17922 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17923 # The LINGUAS file contains the set of available languages.
17924 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17925 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17926 fi
17927 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17928 # Hide the ALL_LINGUAS assigment from automake.
17929 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17930 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17931 else
17932 # The set of available languages was given in configure.ac.
17933 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17934 fi
17935 case "$ac_given_srcdir" in
17936 .) srcdirpre= ;;
17937 *) srcdirpre='$(srcdir)/' ;;
17938 esac
17939 POFILES=
17940 GMOFILES=
17941 UPDATEPOFILES=
17942 DUMMYPOFILES=
17943 for lang in $ALL_LINGUAS; do
17944 POFILES="$POFILES $srcdirpre$lang.po"
17945 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17946 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17947 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17948 done
17949 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17950 # environment variable.
17951 INST_LINGUAS=
17952 if test -n "$ALL_LINGUAS"; then
17953 for presentlang in $ALL_LINGUAS; do
17954 useit=no
17955 if test "%UNSET%" != "$LINGUAS"; then
17956 desiredlanguages="$LINGUAS"
17957 else
17958 desiredlanguages="$ALL_LINGUAS"
17959 fi
17960 for desiredlang in $desiredlanguages; do
17961 # Use the presentlang catalog if desiredlang is
17962 # a. equal to presentlang, or
17963 # b. a variant of presentlang (because in this case,
17964 # presentlang can be used as a fallback for messages
17965 # which are not translated in the desiredlang catalog).
17966 case "$desiredlang" in
17967 "$presentlang"*) useit=yes;;
17968 esac
17969 done
17970 if test $useit = yes; then
17971 INST_LINGUAS="$INST_LINGUAS $presentlang"
17972 fi
17973 done
17974 fi
17975 CATALOGS=
17976 if test -n "$INST_LINGUAS"; then
17977 for lang in $INST_LINGUAS; do
17978 CATALOGS="$CATALOGS $lang.gmo"
17979 done
17980 fi
17981 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17982 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"
17983 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17984 if test -f "$f"; then
17985 case "$f" in
17986 *.orig | *.bak | *~) ;;
17987 *) cat "$f" >> "$ac_dir/Makefile" ;;
17988 esac
17989 fi
17990 done
17991 fi
17992 ;;
17993 esac
17994 done ;;
17995
17996 esac
17997 done # for ac_tag
17998
17999
18000 as_fn_exit 0
18001 _ACEOF
18002 ac_clean_files=$ac_clean_files_save
18003
18004 test $ac_write_fail = 0 ||
18005 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18006
18007
18008 # configure is writing to config.log, and then calls config.status.
18009 # config.status does its own redirection, appending to config.log.
18010 # Unfortunately, on DOS this fails, as config.log is still kept open
18011 # by configure, so config.status won't be able to write to it; its
18012 # output is simply discarded. So we exec the FD to /dev/null,
18013 # effectively closing config.log, so it can be properly (re)opened and
18014 # appended to by config.status. When coming back to configure, we
18015 # need to make the FD available again.
18016 if test "$no_create" != yes; then
18017 ac_cs_success=:
18018 ac_config_status_args=
18019 test "$silent" = yes &&
18020 ac_config_status_args="$ac_config_status_args --quiet"
18021 exec 5>/dev/null
18022 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18023 exec 5>>config.log
18024 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18025 # would make configure fail if this is the last instruction.
18026 $ac_cs_success || as_fn_exit 1
18027 fi
18028 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18029 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18030 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
18031 fi
18032
This page took 0.429731 seconds and 4 git commands to generate.