]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - binutils/configure
Update version to 2.35.50 and regenerate files
[thirdparty/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 LIBDEBUGINFOD
690 OTOOL64
691 OTOOL
692 LIPO
693 NMEDIT
694 DSYMUTIL
695 RANLIB
696 AR
697 OBJDUMP
698 LN_S
699 NM
700 ac_ct_DUMPBIN
701 DUMPBIN
702 LD
703 FGREP
704 SED
705 LIBTOOL
706 EGREP
707 GREP
708 CPP
709 AM_BACKSLASH
710 AM_DEFAULT_VERBOSITY
711 AM_DEFAULT_V
712 AM_V
713 am__fastdepCC_FALSE
714 am__fastdepCC_TRUE
715 CCDEPMODE
716 am__nodep
717 AMDEPBACKSLASH
718 AMDEP_FALSE
719 AMDEP_TRUE
720 am__quote
721 am__include
722 DEPDIR
723 am__untar
724 am__tar
725 AMTAR
726 am__leading_dot
727 SET_MAKE
728 AWK
729 mkdir_p
730 MKDIR_P
731 INSTALL_STRIP_PROGRAM
732 STRIP
733 install_sh
734 MAKEINFO
735 AUTOHEADER
736 AUTOMAKE
737 AUTOCONF
738 ACLOCAL
739 VERSION
740 PACKAGE
741 CYGPATH_W
742 am__isrc
743 INSTALL_DATA
744 INSTALL_SCRIPT
745 INSTALL_PROGRAM
746 OBJEXT
747 EXEEXT
748 ac_ct_CC
749 CPPFLAGS
750 LDFLAGS
751 CFLAGS
752 CC
753 target_os
754 target_vendor
755 target_cpu
756 target
757 host_os
758 host_vendor
759 host_cpu
760 host
761 build_os
762 build_vendor
763 build_cpu
764 build
765 target_alias
766 host_alias
767 build_alias
768 LIBS
769 ECHO_T
770 ECHO_N
771 ECHO_C
772 DEFS
773 mandir
774 localedir
775 libdir
776 psdir
777 pdfdir
778 dvidir
779 htmldir
780 infodir
781 docdir
782 oldincludedir
783 includedir
784 localstatedir
785 sharedstatedir
786 sysconfdir
787 datadir
788 datarootdir
789 libexecdir
790 sbindir
791 bindir
792 program_transform_name
793 prefix
794 exec_prefix
795 PACKAGE_URL
796 PACKAGE_BUGREPORT
797 PACKAGE_STRING
798 PACKAGE_VERSION
799 PACKAGE_TARNAME
800 PACKAGE_NAME
801 PATH_SEPARATOR
802 SHELL'
803 ac_subst_files=''
804 ac_user_opts='
805 enable_option_checking
806 enable_dependency_tracking
807 enable_silent_rules
808 enable_shared
809 enable_static
810 with_pic
811 enable_fast_install
812 with_gnu_ld
813 enable_libtool_lock
814 enable_plugins
815 enable_largefile
816 enable_targets
817 enable_deterministic_archives
818 enable_default_strings_all
819 with_debuginfod
820 enable_libctf
821 enable_werror
822 enable_build_warnings
823 enable_nls
824 enable_maintainer_mode
825 with_system_zlib
826 enable_rpath
827 with_libiconv_prefix
828 with_libiconv_type
829 '
830 ac_precious_vars='build_alias
831 host_alias
832 target_alias
833 CC
834 CFLAGS
835 LDFLAGS
836 LIBS
837 CPPFLAGS
838 CPP
839 YACC
840 YFLAGS'
841
842
843 # Initialize some variables set by options.
844 ac_init_help=
845 ac_init_version=false
846 ac_unrecognized_opts=
847 ac_unrecognized_sep=
848 # The variables have the same names as the options, with
849 # dashes changed to underlines.
850 cache_file=/dev/null
851 exec_prefix=NONE
852 no_create=
853 no_recursion=
854 prefix=NONE
855 program_prefix=NONE
856 program_suffix=NONE
857 program_transform_name=s,x,x,
858 silent=
859 site=
860 srcdir=
861 verbose=
862 x_includes=NONE
863 x_libraries=NONE
864
865 # Installation directory options.
866 # These are left unexpanded so users can "make install exec_prefix=/foo"
867 # and all the variables that are supposed to be based on exec_prefix
868 # by default will actually change.
869 # Use braces instead of parens because sh, perl, etc. also accept them.
870 # (The list follows the same order as the GNU Coding Standards.)
871 bindir='${exec_prefix}/bin'
872 sbindir='${exec_prefix}/sbin'
873 libexecdir='${exec_prefix}/libexec'
874 datarootdir='${prefix}/share'
875 datadir='${datarootdir}'
876 sysconfdir='${prefix}/etc'
877 sharedstatedir='${prefix}/com'
878 localstatedir='${prefix}/var'
879 includedir='${prefix}/include'
880 oldincludedir='/usr/include'
881 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
882 infodir='${datarootdir}/info'
883 htmldir='${docdir}'
884 dvidir='${docdir}'
885 pdfdir='${docdir}'
886 psdir='${docdir}'
887 libdir='${exec_prefix}/lib'
888 localedir='${datarootdir}/locale'
889 mandir='${datarootdir}/man'
890
891 ac_prev=
892 ac_dashdash=
893 for ac_option
894 do
895 # If the previous option needs an argument, assign it.
896 if test -n "$ac_prev"; then
897 eval $ac_prev=\$ac_option
898 ac_prev=
899 continue
900 fi
901
902 case $ac_option in
903 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
904 *=) ac_optarg= ;;
905 *) ac_optarg=yes ;;
906 esac
907
908 # Accept the important Cygnus configure options, so we can diagnose typos.
909
910 case $ac_dashdash$ac_option in
911 --)
912 ac_dashdash=yes ;;
913
914 -bindir | --bindir | --bindi | --bind | --bin | --bi)
915 ac_prev=bindir ;;
916 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
917 bindir=$ac_optarg ;;
918
919 -build | --build | --buil | --bui | --bu)
920 ac_prev=build_alias ;;
921 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
922 build_alias=$ac_optarg ;;
923
924 -cache-file | --cache-file | --cache-fil | --cache-fi \
925 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
926 ac_prev=cache_file ;;
927 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
928 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
929 cache_file=$ac_optarg ;;
930
931 --config-cache | -C)
932 cache_file=config.cache ;;
933
934 -datadir | --datadir | --datadi | --datad)
935 ac_prev=datadir ;;
936 -datadir=* | --datadir=* | --datadi=* | --datad=*)
937 datadir=$ac_optarg ;;
938
939 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
940 | --dataroo | --dataro | --datar)
941 ac_prev=datarootdir ;;
942 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
943 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
944 datarootdir=$ac_optarg ;;
945
946 -disable-* | --disable-*)
947 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
950 as_fn_error $? "invalid feature name: $ac_useropt"
951 ac_useropt_orig=$ac_useropt
952 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
954 *"
955 "enable_$ac_useropt"
956 "*) ;;
957 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
958 ac_unrecognized_sep=', ';;
959 esac
960 eval enable_$ac_useropt=no ;;
961
962 -docdir | --docdir | --docdi | --doc | --do)
963 ac_prev=docdir ;;
964 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
965 docdir=$ac_optarg ;;
966
967 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
968 ac_prev=dvidir ;;
969 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
970 dvidir=$ac_optarg ;;
971
972 -enable-* | --enable-*)
973 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
974 # Reject names that are not valid shell variable names.
975 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
976 as_fn_error $? "invalid feature name: $ac_useropt"
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
980 *"
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=\$ac_optarg ;;
987
988 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
989 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
990 | --exec | --exe | --ex)
991 ac_prev=exec_prefix ;;
992 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
993 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
994 | --exec=* | --exe=* | --ex=*)
995 exec_prefix=$ac_optarg ;;
996
997 -gas | --gas | --ga | --g)
998 # Obsolete; use --with-gas.
999 with_gas=yes ;;
1000
1001 -help | --help | --hel | --he | -h)
1002 ac_init_help=long ;;
1003 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1004 ac_init_help=recursive ;;
1005 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1006 ac_init_help=short ;;
1007
1008 -host | --host | --hos | --ho)
1009 ac_prev=host_alias ;;
1010 -host=* | --host=* | --hos=* | --ho=*)
1011 host_alias=$ac_optarg ;;
1012
1013 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1014 ac_prev=htmldir ;;
1015 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1016 | --ht=*)
1017 htmldir=$ac_optarg ;;
1018
1019 -includedir | --includedir | --includedi | --included | --include \
1020 | --includ | --inclu | --incl | --inc)
1021 ac_prev=includedir ;;
1022 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1023 | --includ=* | --inclu=* | --incl=* | --inc=*)
1024 includedir=$ac_optarg ;;
1025
1026 -infodir | --infodir | --infodi | --infod | --info | --inf)
1027 ac_prev=infodir ;;
1028 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1029 infodir=$ac_optarg ;;
1030
1031 -libdir | --libdir | --libdi | --libd)
1032 ac_prev=libdir ;;
1033 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1034 libdir=$ac_optarg ;;
1035
1036 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1037 | --libexe | --libex | --libe)
1038 ac_prev=libexecdir ;;
1039 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1040 | --libexe=* | --libex=* | --libe=*)
1041 libexecdir=$ac_optarg ;;
1042
1043 -localedir | --localedir | --localedi | --localed | --locale)
1044 ac_prev=localedir ;;
1045 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1046 localedir=$ac_optarg ;;
1047
1048 -localstatedir | --localstatedir | --localstatedi | --localstated \
1049 | --localstate | --localstat | --localsta | --localst | --locals)
1050 ac_prev=localstatedir ;;
1051 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1052 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1053 localstatedir=$ac_optarg ;;
1054
1055 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1056 ac_prev=mandir ;;
1057 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1058 mandir=$ac_optarg ;;
1059
1060 -nfp | --nfp | --nf)
1061 # Obsolete; use --without-fp.
1062 with_fp=no ;;
1063
1064 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1065 | --no-cr | --no-c | -n)
1066 no_create=yes ;;
1067
1068 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1069 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1070 no_recursion=yes ;;
1071
1072 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1073 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1074 | --oldin | --oldi | --old | --ol | --o)
1075 ac_prev=oldincludedir ;;
1076 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1077 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1078 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1079 oldincludedir=$ac_optarg ;;
1080
1081 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1082 ac_prev=prefix ;;
1083 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1084 prefix=$ac_optarg ;;
1085
1086 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1087 | --program-pre | --program-pr | --program-p)
1088 ac_prev=program_prefix ;;
1089 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1090 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1091 program_prefix=$ac_optarg ;;
1092
1093 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1094 | --program-suf | --program-su | --program-s)
1095 ac_prev=program_suffix ;;
1096 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1097 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1098 program_suffix=$ac_optarg ;;
1099
1100 -program-transform-name | --program-transform-name \
1101 | --program-transform-nam | --program-transform-na \
1102 | --program-transform-n | --program-transform- \
1103 | --program-transform | --program-transfor \
1104 | --program-transfo | --program-transf \
1105 | --program-trans | --program-tran \
1106 | --progr-tra | --program-tr | --program-t)
1107 ac_prev=program_transform_name ;;
1108 -program-transform-name=* | --program-transform-name=* \
1109 | --program-transform-nam=* | --program-transform-na=* \
1110 | --program-transform-n=* | --program-transform-=* \
1111 | --program-transform=* | --program-transfor=* \
1112 | --program-transfo=* | --program-transf=* \
1113 | --program-trans=* | --program-tran=* \
1114 | --progr-tra=* | --program-tr=* | --program-t=*)
1115 program_transform_name=$ac_optarg ;;
1116
1117 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1118 ac_prev=pdfdir ;;
1119 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1120 pdfdir=$ac_optarg ;;
1121
1122 -psdir | --psdir | --psdi | --psd | --ps)
1123 ac_prev=psdir ;;
1124 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1125 psdir=$ac_optarg ;;
1126
1127 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1128 | -silent | --silent | --silen | --sile | --sil)
1129 silent=yes ;;
1130
1131 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1132 ac_prev=sbindir ;;
1133 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1134 | --sbi=* | --sb=*)
1135 sbindir=$ac_optarg ;;
1136
1137 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1138 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1139 | --sharedst | --shareds | --shared | --share | --shar \
1140 | --sha | --sh)
1141 ac_prev=sharedstatedir ;;
1142 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1143 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1144 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1145 | --sha=* | --sh=*)
1146 sharedstatedir=$ac_optarg ;;
1147
1148 -site | --site | --sit)
1149 ac_prev=site ;;
1150 -site=* | --site=* | --sit=*)
1151 site=$ac_optarg ;;
1152
1153 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1154 ac_prev=srcdir ;;
1155 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1156 srcdir=$ac_optarg ;;
1157
1158 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1159 | --syscon | --sysco | --sysc | --sys | --sy)
1160 ac_prev=sysconfdir ;;
1161 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1162 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1163 sysconfdir=$ac_optarg ;;
1164
1165 -target | --target | --targe | --targ | --tar | --ta | --t)
1166 ac_prev=target_alias ;;
1167 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1168 target_alias=$ac_optarg ;;
1169
1170 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1171 verbose=yes ;;
1172
1173 -version | --version | --versio | --versi | --vers | -V)
1174 ac_init_version=: ;;
1175
1176 -with-* | --with-*)
1177 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1178 # Reject names that are not valid shell variable names.
1179 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1180 as_fn_error $? "invalid package name: $ac_useropt"
1181 ac_useropt_orig=$ac_useropt
1182 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1183 case $ac_user_opts in
1184 *"
1185 "with_$ac_useropt"
1186 "*) ;;
1187 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1188 ac_unrecognized_sep=', ';;
1189 esac
1190 eval with_$ac_useropt=\$ac_optarg ;;
1191
1192 -without-* | --without-*)
1193 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1194 # Reject names that are not valid shell variable names.
1195 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1196 as_fn_error $? "invalid package name: $ac_useropt"
1197 ac_useropt_orig=$ac_useropt
1198 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1199 case $ac_user_opts in
1200 *"
1201 "with_$ac_useropt"
1202 "*) ;;
1203 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1204 ac_unrecognized_sep=', ';;
1205 esac
1206 eval with_$ac_useropt=no ;;
1207
1208 --x)
1209 # Obsolete; use --with-x.
1210 with_x=yes ;;
1211
1212 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1213 | --x-incl | --x-inc | --x-in | --x-i)
1214 ac_prev=x_includes ;;
1215 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1216 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1217 x_includes=$ac_optarg ;;
1218
1219 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1220 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1221 ac_prev=x_libraries ;;
1222 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1223 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1224 x_libraries=$ac_optarg ;;
1225
1226 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1227 Try \`$0 --help' for more information"
1228 ;;
1229
1230 *=*)
1231 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1232 # Reject names that are not valid shell variable names.
1233 case $ac_envvar in #(
1234 '' | [0-9]* | *[!_$as_cr_alnum]* )
1235 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1236 esac
1237 eval $ac_envvar=\$ac_optarg
1238 export $ac_envvar ;;
1239
1240 *)
1241 # FIXME: should be removed in autoconf 3.0.
1242 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1243 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1244 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1245 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1246 ;;
1247
1248 esac
1249 done
1250
1251 if test -n "$ac_prev"; then
1252 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1253 as_fn_error $? "missing argument to $ac_option"
1254 fi
1255
1256 if test -n "$ac_unrecognized_opts"; then
1257 case $enable_option_checking in
1258 no) ;;
1259 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1260 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1261 esac
1262 fi
1263
1264 # Check all directory arguments for consistency.
1265 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1266 datadir sysconfdir sharedstatedir localstatedir includedir \
1267 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1268 libdir localedir mandir
1269 do
1270 eval ac_val=\$$ac_var
1271 # Remove trailing slashes.
1272 case $ac_val in
1273 */ )
1274 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1275 eval $ac_var=\$ac_val;;
1276 esac
1277 # Be sure to have absolute directory names.
1278 case $ac_val in
1279 [\\/$]* | ?:[\\/]* ) continue;;
1280 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1281 esac
1282 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1283 done
1284
1285 # There might be people who depend on the old broken behavior: `$host'
1286 # used to hold the argument of --host etc.
1287 # FIXME: To remove some day.
1288 build=$build_alias
1289 host=$host_alias
1290 target=$target_alias
1291
1292 # FIXME: To remove some day.
1293 if test "x$host_alias" != x; then
1294 if test "x$build_alias" = x; then
1295 cross_compiling=maybe
1296 elif test "x$build_alias" != "x$host_alias"; then
1297 cross_compiling=yes
1298 fi
1299 fi
1300
1301 ac_tool_prefix=
1302 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1303
1304 test "$silent" = yes && exec 6>/dev/null
1305
1306
1307 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1308 ac_ls_di=`ls -di .` &&
1309 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1310 as_fn_error $? "working directory cannot be determined"
1311 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1312 as_fn_error $? "pwd does not report name of working directory"
1313
1314
1315 # Find the source files, if location was not specified.
1316 if test -z "$srcdir"; then
1317 ac_srcdir_defaulted=yes
1318 # Try the directory containing this script, then the parent directory.
1319 ac_confdir=`$as_dirname -- "$as_myself" ||
1320 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1321 X"$as_myself" : 'X\(//\)[^/]' \| \
1322 X"$as_myself" : 'X\(//\)$' \| \
1323 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1324 $as_echo X"$as_myself" |
1325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\/\)[^/].*/{
1330 s//\1/
1331 q
1332 }
1333 /^X\(\/\/\)$/{
1334 s//\1/
1335 q
1336 }
1337 /^X\(\/\).*/{
1338 s//\1/
1339 q
1340 }
1341 s/.*/./; q'`
1342 srcdir=$ac_confdir
1343 if test ! -r "$srcdir/$ac_unique_file"; then
1344 srcdir=..
1345 fi
1346 else
1347 ac_srcdir_defaulted=no
1348 fi
1349 if test ! -r "$srcdir/$ac_unique_file"; then
1350 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1351 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1352 fi
1353 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1354 ac_abs_confdir=`(
1355 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1356 pwd)`
1357 # When building in place, set srcdir=.
1358 if test "$ac_abs_confdir" = "$ac_pwd"; then
1359 srcdir=.
1360 fi
1361 # Remove unnecessary trailing slashes from srcdir.
1362 # Double slashes in file names in object file debugging info
1363 # mess up M-x gdb in Emacs.
1364 case $srcdir in
1365 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1366 esac
1367 for ac_var in $ac_precious_vars; do
1368 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1369 eval ac_env_${ac_var}_value=\$${ac_var}
1370 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1371 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1372 done
1373
1374 #
1375 # Report the --help message.
1376 #
1377 if test "$ac_init_help" = "long"; then
1378 # Omit some internal or obsolete options to make the list less imposing.
1379 # This message is too long to be a string in the A/UX 3.1 sh.
1380 cat <<_ACEOF
1381 \`configure' configures binutils 2.35.50 to adapt to many kinds of systems.
1382
1383 Usage: $0 [OPTION]... [VAR=VALUE]...
1384
1385 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1386 VAR=VALUE. See below for descriptions of some of the useful variables.
1387
1388 Defaults for the options are specified in brackets.
1389
1390 Configuration:
1391 -h, --help display this help and exit
1392 --help=short display options specific to this package
1393 --help=recursive display the short help of all the included packages
1394 -V, --version display version information and exit
1395 -q, --quiet, --silent do not print \`checking ...' messages
1396 --cache-file=FILE cache test results in FILE [disabled]
1397 -C, --config-cache alias for \`--cache-file=config.cache'
1398 -n, --no-create do not create output files
1399 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1400
1401 Installation directories:
1402 --prefix=PREFIX install architecture-independent files in PREFIX
1403 [$ac_default_prefix]
1404 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1405 [PREFIX]
1406
1407 By default, \`make install' will install all the files in
1408 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1409 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1410 for instance \`--prefix=\$HOME'.
1411
1412 For better control, use the options below.
1413
1414 Fine tuning of the installation directories:
1415 --bindir=DIR user executables [EPREFIX/bin]
1416 --sbindir=DIR system admin executables [EPREFIX/sbin]
1417 --libexecdir=DIR program executables [EPREFIX/libexec]
1418 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1419 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1420 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1421 --libdir=DIR object code libraries [EPREFIX/lib]
1422 --includedir=DIR C header files [PREFIX/include]
1423 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1424 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1425 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1426 --infodir=DIR info documentation [DATAROOTDIR/info]
1427 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1428 --mandir=DIR man documentation [DATAROOTDIR/man]
1429 --docdir=DIR documentation root [DATAROOTDIR/doc/binutils]
1430 --htmldir=DIR html documentation [DOCDIR]
1431 --dvidir=DIR dvi documentation [DOCDIR]
1432 --pdfdir=DIR pdf documentation [DOCDIR]
1433 --psdir=DIR ps documentation [DOCDIR]
1434 _ACEOF
1435
1436 cat <<\_ACEOF
1437
1438 Program names:
1439 --program-prefix=PREFIX prepend PREFIX to installed program names
1440 --program-suffix=SUFFIX append SUFFIX to installed program names
1441 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1442
1443 System types:
1444 --build=BUILD configure for building on BUILD [guessed]
1445 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1446 --target=TARGET configure for building compilers for TARGET [HOST]
1447 _ACEOF
1448 fi
1449
1450 if test -n "$ac_init_help"; then
1451 case $ac_init_help in
1452 short | recursive ) echo "Configuration of binutils 2.35.50:";;
1453 esac
1454 cat <<\_ACEOF
1455
1456 Optional Features:
1457 --disable-option-checking ignore unrecognized --enable/--with options
1458 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1459 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1460 --enable-dependency-tracking
1461 do not reject slow dependency extractors
1462 --disable-dependency-tracking
1463 speeds up one-time build
1464 --enable-silent-rules less verbose build output (undo: "make V=1")
1465 --disable-silent-rules verbose build output (undo: "make V=0")
1466 --enable-shared[=PKGS] build shared libraries [default=yes]
1467 --enable-static[=PKGS] build static libraries [default=yes]
1468 --enable-fast-install[=PKGS]
1469 optimize for fast installation [default=yes]
1470 --disable-libtool-lock avoid locking (might break parallel builds)
1471 --enable-plugins Enable support for plugins
1472 --disable-largefile omit support for large files
1473 --enable-targets alternative target configurations
1474 --enable-deterministic-archives
1475 ar and ranlib default to -D behavior
1476 --disable-default-strings-all
1477 strings defaults to --data behavior
1478 --enable-libctf Handle .ctf type-info sections [default=yes]
1479 --enable-werror treat compile warnings as errors
1480 --enable-build-warnings enable build-time compiler warnings
1481 --disable-nls do not use Native Language Support
1482 --enable-maintainer-mode
1483 enable make rules and dependencies not useful (and
1484 sometimes confusing) to the casual installer
1485 --disable-rpath do not hardcode runtime library paths
1486
1487 Optional Packages:
1488 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1489 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1490 --with-pic try to use only PIC/non-PIC objects [default=use
1491 both]
1492 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1493 --with-debuginfod Enable debuginfo lookups with debuginfod
1494 (auto/yes/no)
1495 --with-system-zlib use installed libz
1496 --with-gnu-ld assume the C compiler uses GNU ld default=no
1497 --with-libiconv-prefix[=DIR] search for libiconv in DIR/include and DIR/lib
1498 --without-libiconv-prefix don't search for libiconv in includedir and libdir
1499 --with-libiconv-type=TYPE type of library to search for (auto/static/shared)
1500
1501 Some influential environment variables:
1502 CC C compiler command
1503 CFLAGS C compiler flags
1504 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1505 nonstandard directory <lib dir>
1506 LIBS libraries to pass to the linker, e.g. -l<library>
1507 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1508 you have headers in a nonstandard directory <include dir>
1509 CPP C preprocessor
1510 YACC The `Yet Another Compiler Compiler' implementation to use.
1511 Defaults to the first program found out of: `bison -y', `byacc',
1512 `yacc'.
1513 YFLAGS The list of arguments that will be passed by default to $YACC.
1514 This script will default YFLAGS to the empty string to avoid a
1515 default value of `-d' given by some make applications.
1516
1517 Use these variables to override the choices made by `configure' or to help
1518 it to find libraries and programs with nonstandard names/locations.
1519
1520 Report bugs to the package provider.
1521 _ACEOF
1522 ac_status=$?
1523 fi
1524
1525 if test "$ac_init_help" = "recursive"; then
1526 # If there are subdirs, report their specific --help.
1527 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1528 test -d "$ac_dir" ||
1529 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1530 continue
1531 ac_builddir=.
1532
1533 case "$ac_dir" in
1534 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1535 *)
1536 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1537 # A ".." for each directory in $ac_dir_suffix.
1538 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1539 case $ac_top_builddir_sub in
1540 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1541 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1542 esac ;;
1543 esac
1544 ac_abs_top_builddir=$ac_pwd
1545 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1546 # for backward compatibility:
1547 ac_top_builddir=$ac_top_build_prefix
1548
1549 case $srcdir in
1550 .) # We are building in place.
1551 ac_srcdir=.
1552 ac_top_srcdir=$ac_top_builddir_sub
1553 ac_abs_top_srcdir=$ac_pwd ;;
1554 [\\/]* | ?:[\\/]* ) # Absolute name.
1555 ac_srcdir=$srcdir$ac_dir_suffix;
1556 ac_top_srcdir=$srcdir
1557 ac_abs_top_srcdir=$srcdir ;;
1558 *) # Relative name.
1559 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1560 ac_top_srcdir=$ac_top_build_prefix$srcdir
1561 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1562 esac
1563 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1564
1565 cd "$ac_dir" || { ac_status=$?; continue; }
1566 # Check for guested configure.
1567 if test -f "$ac_srcdir/configure.gnu"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1570 elif test -f "$ac_srcdir/configure"; then
1571 echo &&
1572 $SHELL "$ac_srcdir/configure" --help=recursive
1573 else
1574 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1575 fi || ac_status=$?
1576 cd "$ac_pwd" || { ac_status=$?; break; }
1577 done
1578 fi
1579
1580 test -n "$ac_init_help" && exit $ac_status
1581 if $ac_init_version; then
1582 cat <<\_ACEOF
1583 binutils configure 2.35.50
1584 generated by GNU Autoconf 2.69
1585
1586 Copyright (C) 2012 Free Software Foundation, Inc.
1587 This configure script is free software; the Free Software Foundation
1588 gives unlimited permission to copy, distribute and modify it.
1589 _ACEOF
1590 exit
1591 fi
1592
1593 ## ------------------------ ##
1594 ## Autoconf initialization. ##
1595 ## ------------------------ ##
1596
1597 # ac_fn_c_try_compile LINENO
1598 # --------------------------
1599 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1600 ac_fn_c_try_compile ()
1601 {
1602 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1603 rm -f conftest.$ac_objext
1604 if { { ac_try="$ac_compile"
1605 case "(($ac_try" in
1606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1607 *) ac_try_echo=$ac_try;;
1608 esac
1609 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1610 $as_echo "$ac_try_echo"; } >&5
1611 (eval "$ac_compile") 2>conftest.err
1612 ac_status=$?
1613 if test -s conftest.err; then
1614 grep -v '^ *+' conftest.err >conftest.er1
1615 cat conftest.er1 >&5
1616 mv -f conftest.er1 conftest.err
1617 fi
1618 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1619 test $ac_status = 0; } && {
1620 test -z "$ac_c_werror_flag" ||
1621 test ! -s conftest.err
1622 } && test -s conftest.$ac_objext; then :
1623 ac_retval=0
1624 else
1625 $as_echo "$as_me: failed program was:" >&5
1626 sed 's/^/| /' conftest.$ac_ext >&5
1627
1628 ac_retval=1
1629 fi
1630 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1631 as_fn_set_status $ac_retval
1632
1633 } # ac_fn_c_try_compile
1634
1635 # ac_fn_c_try_link LINENO
1636 # -----------------------
1637 # Try to link conftest.$ac_ext, and return whether this succeeded.
1638 ac_fn_c_try_link ()
1639 {
1640 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1641 rm -f conftest.$ac_objext conftest$ac_exeext
1642 if { { ac_try="$ac_link"
1643 case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646 esac
1647 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648 $as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_link") 2>conftest.err
1650 ac_status=$?
1651 if test -s conftest.err; then
1652 grep -v '^ *+' conftest.err >conftest.er1
1653 cat conftest.er1 >&5
1654 mv -f conftest.er1 conftest.err
1655 fi
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && {
1658 test -z "$ac_c_werror_flag" ||
1659 test ! -s conftest.err
1660 } && test -s conftest$ac_exeext && {
1661 test "$cross_compiling" = yes ||
1662 test -x conftest$ac_exeext
1663 }; then :
1664 ac_retval=0
1665 else
1666 $as_echo "$as_me: failed program was:" >&5
1667 sed 's/^/| /' conftest.$ac_ext >&5
1668
1669 ac_retval=1
1670 fi
1671 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1672 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1673 # interfere with the next link command; also delete a directory that is
1674 # left behind by Apple's compiler. We do this before executing the actions.
1675 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1676 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1677 as_fn_set_status $ac_retval
1678
1679 } # ac_fn_c_try_link
1680
1681 # ac_fn_c_try_cpp LINENO
1682 # ----------------------
1683 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1684 ac_fn_c_try_cpp ()
1685 {
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_cpp conftest.$ac_ext"
1688 case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1700 fi
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } > conftest.i && {
1703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1705 }; then :
1706 ac_retval=0
1707 else
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.$ac_ext >&5
1710
1711 ac_retval=1
1712 fi
1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714 as_fn_set_status $ac_retval
1715
1716 } # ac_fn_c_try_cpp
1717
1718 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1719 # -------------------------------------------------------
1720 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1721 # the include files in INCLUDES and setting the cache variable VAR
1722 # accordingly.
1723 ac_fn_c_check_header_mongrel ()
1724 {
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1726 if eval \${$3+:} false; then :
1727 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1728 $as_echo_n "checking for $2... " >&6; }
1729 if eval \${$3+:} false; then :
1730 $as_echo_n "(cached) " >&6
1731 fi
1732 eval ac_res=\$$3
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1734 $as_echo "$ac_res" >&6; }
1735 else
1736 # Is the header compilable?
1737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1738 $as_echo_n "checking $2 usability... " >&6; }
1739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1740 /* end confdefs.h. */
1741 $4
1742 #include <$2>
1743 _ACEOF
1744 if ac_fn_c_try_compile "$LINENO"; then :
1745 ac_header_compiler=yes
1746 else
1747 ac_header_compiler=no
1748 fi
1749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1751 $as_echo "$ac_header_compiler" >&6; }
1752
1753 # Is the header present?
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1755 $as_echo_n "checking $2 presence... " >&6; }
1756 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1757 /* end confdefs.h. */
1758 #include <$2>
1759 _ACEOF
1760 if ac_fn_c_try_cpp "$LINENO"; then :
1761 ac_header_preproc=yes
1762 else
1763 ac_header_preproc=no
1764 fi
1765 rm -f conftest.err conftest.i conftest.$ac_ext
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1767 $as_echo "$ac_header_preproc" >&6; }
1768
1769 # So? What about this header?
1770 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1771 yes:no: )
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1773 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1775 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1776 ;;
1777 no:yes:* )
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1779 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1781 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1783 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1784 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1785 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1787 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1788 ;;
1789 esac
1790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1791 $as_echo_n "checking for $2... " >&6; }
1792 if eval \${$3+:} false; then :
1793 $as_echo_n "(cached) " >&6
1794 else
1795 eval "$3=\$ac_header_compiler"
1796 fi
1797 eval ac_res=\$$3
1798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1799 $as_echo "$ac_res" >&6; }
1800 fi
1801 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1802
1803 } # ac_fn_c_check_header_mongrel
1804
1805 # ac_fn_c_try_run LINENO
1806 # ----------------------
1807 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1808 # that executables *can* be run.
1809 ac_fn_c_try_run ()
1810 {
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 if { { ac_try="$ac_link"
1813 case "(($ac_try" in
1814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1815 *) ac_try_echo=$ac_try;;
1816 esac
1817 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1818 $as_echo "$ac_try_echo"; } >&5
1819 (eval "$ac_link") 2>&5
1820 ac_status=$?
1821 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1822 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1823 { { case "(($ac_try" in
1824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1825 *) ac_try_echo=$ac_try;;
1826 esac
1827 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1828 $as_echo "$ac_try_echo"; } >&5
1829 (eval "$ac_try") 2>&5
1830 ac_status=$?
1831 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1832 test $ac_status = 0; }; }; then :
1833 ac_retval=0
1834 else
1835 $as_echo "$as_me: program exited with status $ac_status" >&5
1836 $as_echo "$as_me: failed program was:" >&5
1837 sed 's/^/| /' conftest.$ac_ext >&5
1838
1839 ac_retval=$ac_status
1840 fi
1841 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1842 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1843 as_fn_set_status $ac_retval
1844
1845 } # ac_fn_c_try_run
1846
1847 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1848 # -------------------------------------------------------
1849 # Tests whether HEADER exists and can be compiled using the include files in
1850 # INCLUDES, setting the cache variable VAR accordingly.
1851 ac_fn_c_check_header_compile ()
1852 {
1853 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1855 $as_echo_n "checking for $2... " >&6; }
1856 if eval \${$3+:} false; then :
1857 $as_echo_n "(cached) " >&6
1858 else
1859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1860 /* end confdefs.h. */
1861 $4
1862 #include <$2>
1863 _ACEOF
1864 if ac_fn_c_try_compile "$LINENO"; then :
1865 eval "$3=yes"
1866 else
1867 eval "$3=no"
1868 fi
1869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1870 fi
1871 eval ac_res=\$$3
1872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1873 $as_echo "$ac_res" >&6; }
1874 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1875
1876 } # ac_fn_c_check_header_compile
1877
1878 # ac_fn_c_check_func LINENO FUNC VAR
1879 # ----------------------------------
1880 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1881 ac_fn_c_check_func ()
1882 {
1883 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1885 $as_echo_n "checking for $2... " >&6; }
1886 if eval \${$3+:} false; then :
1887 $as_echo_n "(cached) " >&6
1888 else
1889 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1890 /* end confdefs.h. */
1891 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1892 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1893 #define $2 innocuous_$2
1894
1895 /* System header to define __stub macros and hopefully few prototypes,
1896 which can conflict with char $2 (); below.
1897 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1898 <limits.h> exists even on freestanding compilers. */
1899
1900 #ifdef __STDC__
1901 # include <limits.h>
1902 #else
1903 # include <assert.h>
1904 #endif
1905
1906 #undef $2
1907
1908 /* Override any GCC internal prototype to avoid an error.
1909 Use char because int might match the return type of a GCC
1910 builtin and then its argument prototype would still apply. */
1911 #ifdef __cplusplus
1912 extern "C"
1913 #endif
1914 char $2 ();
1915 /* The GNU C library defines this for functions which it implements
1916 to always fail with ENOSYS. Some functions are actually named
1917 something starting with __ and the normal name is an alias. */
1918 #if defined __stub_$2 || defined __stub___$2
1919 choke me
1920 #endif
1921
1922 int
1923 main ()
1924 {
1925 return $2 ();
1926 ;
1927 return 0;
1928 }
1929 _ACEOF
1930 if ac_fn_c_try_link "$LINENO"; then :
1931 eval "$3=yes"
1932 else
1933 eval "$3=no"
1934 fi
1935 rm -f core conftest.err conftest.$ac_objext \
1936 conftest$ac_exeext conftest.$ac_ext
1937 fi
1938 eval ac_res=\$$3
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1940 $as_echo "$ac_res" >&6; }
1941 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1942
1943 } # ac_fn_c_check_func
1944
1945 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1946 # ---------------------------------------------
1947 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1948 # accordingly.
1949 ac_fn_c_check_decl ()
1950 {
1951 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1952 as_decl_name=`echo $2|sed 's/ *(.*//'`
1953 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1955 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1956 if eval \${$3+:} false; then :
1957 $as_echo_n "(cached) " >&6
1958 else
1959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1960 /* end confdefs.h. */
1961 $4
1962 int
1963 main ()
1964 {
1965 #ifndef $as_decl_name
1966 #ifdef __cplusplus
1967 (void) $as_decl_use;
1968 #else
1969 (void) $as_decl_name;
1970 #endif
1971 #endif
1972
1973 ;
1974 return 0;
1975 }
1976 _ACEOF
1977 if ac_fn_c_try_compile "$LINENO"; then :
1978 eval "$3=yes"
1979 else
1980 eval "$3=no"
1981 fi
1982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1983 fi
1984 eval ac_res=\$$3
1985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1986 $as_echo "$ac_res" >&6; }
1987 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1988
1989 } # ac_fn_c_check_decl
1990
1991 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1992 # --------------------------------------------
1993 # Tries to find the compile-time value of EXPR in a program that includes
1994 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1995 # computed
1996 ac_fn_c_compute_int ()
1997 {
1998 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1999 if test "$cross_compiling" = yes; then
2000 # Depending upon the size, compute the lo and hi bounds.
2001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2002 /* end confdefs.h. */
2003 $4
2004 int
2005 main ()
2006 {
2007 static int test_array [1 - 2 * !(($2) >= 0)];
2008 test_array [0] = 0;
2009 return test_array [0];
2010
2011 ;
2012 return 0;
2013 }
2014 _ACEOF
2015 if ac_fn_c_try_compile "$LINENO"; then :
2016 ac_lo=0 ac_mid=0
2017 while :; do
2018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2019 /* end confdefs.h. */
2020 $4
2021 int
2022 main ()
2023 {
2024 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2025 test_array [0] = 0;
2026 return test_array [0];
2027
2028 ;
2029 return 0;
2030 }
2031 _ACEOF
2032 if ac_fn_c_try_compile "$LINENO"; then :
2033 ac_hi=$ac_mid; break
2034 else
2035 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2036 if test $ac_lo -le $ac_mid; then
2037 ac_lo= ac_hi=
2038 break
2039 fi
2040 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2041 fi
2042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2043 done
2044 else
2045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2046 /* end confdefs.h. */
2047 $4
2048 int
2049 main ()
2050 {
2051 static int test_array [1 - 2 * !(($2) < 0)];
2052 test_array [0] = 0;
2053 return test_array [0];
2054
2055 ;
2056 return 0;
2057 }
2058 _ACEOF
2059 if ac_fn_c_try_compile "$LINENO"; then :
2060 ac_hi=-1 ac_mid=-1
2061 while :; do
2062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h. */
2064 $4
2065 int
2066 main ()
2067 {
2068 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2069 test_array [0] = 0;
2070 return test_array [0];
2071
2072 ;
2073 return 0;
2074 }
2075 _ACEOF
2076 if ac_fn_c_try_compile "$LINENO"; then :
2077 ac_lo=$ac_mid; break
2078 else
2079 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2080 if test $ac_mid -le $ac_hi; then
2081 ac_lo= ac_hi=
2082 break
2083 fi
2084 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2085 fi
2086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2087 done
2088 else
2089 ac_lo= ac_hi=
2090 fi
2091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 fi
2093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2094 # Binary search between lo and hi bounds.
2095 while test "x$ac_lo" != "x$ac_hi"; do
2096 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2098 /* end confdefs.h. */
2099 $4
2100 int
2101 main ()
2102 {
2103 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2104 test_array [0] = 0;
2105 return test_array [0];
2106
2107 ;
2108 return 0;
2109 }
2110 _ACEOF
2111 if ac_fn_c_try_compile "$LINENO"; then :
2112 ac_hi=$ac_mid
2113 else
2114 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2115 fi
2116 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2117 done
2118 case $ac_lo in #((
2119 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2120 '') ac_retval=1 ;;
2121 esac
2122 else
2123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2124 /* end confdefs.h. */
2125 $4
2126 static long int longval () { return $2; }
2127 static unsigned long int ulongval () { return $2; }
2128 #include <stdio.h>
2129 #include <stdlib.h>
2130 int
2131 main ()
2132 {
2133
2134 FILE *f = fopen ("conftest.val", "w");
2135 if (! f)
2136 return 1;
2137 if (($2) < 0)
2138 {
2139 long int i = longval ();
2140 if (i != ($2))
2141 return 1;
2142 fprintf (f, "%ld", i);
2143 }
2144 else
2145 {
2146 unsigned long int i = ulongval ();
2147 if (i != ($2))
2148 return 1;
2149 fprintf (f, "%lu", i);
2150 }
2151 /* Do not output a trailing newline, as this causes \r\n confusion
2152 on some platforms. */
2153 return ferror (f) || fclose (f) != 0;
2154
2155 ;
2156 return 0;
2157 }
2158 _ACEOF
2159 if ac_fn_c_try_run "$LINENO"; then :
2160 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2161 else
2162 ac_retval=1
2163 fi
2164 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2165 conftest.$ac_objext conftest.beam conftest.$ac_ext
2166 rm -f conftest.val
2167
2168 fi
2169 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2170 as_fn_set_status $ac_retval
2171
2172 } # ac_fn_c_compute_int
2173
2174 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
2175 # -------------------------------------------
2176 # Tests whether TYPE exists after having included INCLUDES, setting cache
2177 # variable VAR accordingly.
2178 ac_fn_c_check_type ()
2179 {
2180 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2182 $as_echo_n "checking for $2... " >&6; }
2183 if eval \${$3+:} false; then :
2184 $as_echo_n "(cached) " >&6
2185 else
2186 eval "$3=no"
2187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2188 /* end confdefs.h. */
2189 $4
2190 int
2191 main ()
2192 {
2193 if (sizeof ($2))
2194 return 0;
2195 ;
2196 return 0;
2197 }
2198 _ACEOF
2199 if ac_fn_c_try_compile "$LINENO"; then :
2200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2201 /* end confdefs.h. */
2202 $4
2203 int
2204 main ()
2205 {
2206 if (sizeof (($2)))
2207 return 0;
2208 ;
2209 return 0;
2210 }
2211 _ACEOF
2212 if ac_fn_c_try_compile "$LINENO"; then :
2213
2214 else
2215 eval "$3=yes"
2216 fi
2217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2218 fi
2219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2220 fi
2221 eval ac_res=\$$3
2222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2223 $as_echo "$ac_res" >&6; }
2224 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2225
2226 } # ac_fn_c_check_type
2227 cat >config.log <<_ACEOF
2228 This file contains any messages produced by compilers while
2229 running configure, to aid debugging if configure makes a mistake.
2230
2231 It was created by binutils $as_me 2.35.50, which was
2232 generated by GNU Autoconf 2.69. Invocation command line was
2233
2234 $ $0 $@
2235
2236 _ACEOF
2237 exec 5>>config.log
2238 {
2239 cat <<_ASUNAME
2240 ## --------- ##
2241 ## Platform. ##
2242 ## --------- ##
2243
2244 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2245 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2246 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2247 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2248 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2249
2250 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2251 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2252
2253 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2254 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2255 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2256 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2257 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2258 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2259 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2260
2261 _ASUNAME
2262
2263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2264 for as_dir in $PATH
2265 do
2266 IFS=$as_save_IFS
2267 test -z "$as_dir" && as_dir=.
2268 $as_echo "PATH: $as_dir"
2269 done
2270 IFS=$as_save_IFS
2271
2272 } >&5
2273
2274 cat >&5 <<_ACEOF
2275
2276
2277 ## ----------- ##
2278 ## Core tests. ##
2279 ## ----------- ##
2280
2281 _ACEOF
2282
2283
2284 # Keep a trace of the command line.
2285 # Strip out --no-create and --no-recursion so they do not pile up.
2286 # Strip out --silent because we don't want to record it for future runs.
2287 # Also quote any args containing shell meta-characters.
2288 # Make two passes to allow for proper duplicate-argument suppression.
2289 ac_configure_args=
2290 ac_configure_args0=
2291 ac_configure_args1=
2292 ac_must_keep_next=false
2293 for ac_pass in 1 2
2294 do
2295 for ac_arg
2296 do
2297 case $ac_arg in
2298 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2299 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2300 | -silent | --silent | --silen | --sile | --sil)
2301 continue ;;
2302 *\'*)
2303 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2304 esac
2305 case $ac_pass in
2306 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2307 2)
2308 as_fn_append ac_configure_args1 " '$ac_arg'"
2309 if test $ac_must_keep_next = true; then
2310 ac_must_keep_next=false # Got value, back to normal.
2311 else
2312 case $ac_arg in
2313 *=* | --config-cache | -C | -disable-* | --disable-* \
2314 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2315 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2316 | -with-* | --with-* | -without-* | --without-* | --x)
2317 case "$ac_configure_args0 " in
2318 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2319 esac
2320 ;;
2321 -* ) ac_must_keep_next=true ;;
2322 esac
2323 fi
2324 as_fn_append ac_configure_args " '$ac_arg'"
2325 ;;
2326 esac
2327 done
2328 done
2329 { ac_configure_args0=; unset ac_configure_args0;}
2330 { ac_configure_args1=; unset ac_configure_args1;}
2331
2332 # When interrupted or exit'd, cleanup temporary files, and complete
2333 # config.log. We remove comments because anyway the quotes in there
2334 # would cause problems or look ugly.
2335 # WARNING: Use '\'' to represent an apostrophe within the trap.
2336 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2337 trap 'exit_status=$?
2338 # Save into config.log some information that might help in debugging.
2339 {
2340 echo
2341
2342 $as_echo "## ---------------- ##
2343 ## Cache variables. ##
2344 ## ---------------- ##"
2345 echo
2346 # The following way of writing the cache mishandles newlines in values,
2347 (
2348 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2349 eval ac_val=\$$ac_var
2350 case $ac_val in #(
2351 *${as_nl}*)
2352 case $ac_var in #(
2353 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2354 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2355 esac
2356 case $ac_var in #(
2357 _ | IFS | as_nl) ;; #(
2358 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2359 *) { eval $ac_var=; unset $ac_var;} ;;
2360 esac ;;
2361 esac
2362 done
2363 (set) 2>&1 |
2364 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2365 *${as_nl}ac_space=\ *)
2366 sed -n \
2367 "s/'\''/'\''\\\\'\'''\''/g;
2368 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2369 ;; #(
2370 *)
2371 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2372 ;;
2373 esac |
2374 sort
2375 )
2376 echo
2377
2378 $as_echo "## ----------------- ##
2379 ## Output variables. ##
2380 ## ----------------- ##"
2381 echo
2382 for ac_var in $ac_subst_vars
2383 do
2384 eval ac_val=\$$ac_var
2385 case $ac_val in
2386 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2387 esac
2388 $as_echo "$ac_var='\''$ac_val'\''"
2389 done | sort
2390 echo
2391
2392 if test -n "$ac_subst_files"; then
2393 $as_echo "## ------------------- ##
2394 ## File substitutions. ##
2395 ## ------------------- ##"
2396 echo
2397 for ac_var in $ac_subst_files
2398 do
2399 eval ac_val=\$$ac_var
2400 case $ac_val in
2401 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2402 esac
2403 $as_echo "$ac_var='\''$ac_val'\''"
2404 done | sort
2405 echo
2406 fi
2407
2408 if test -s confdefs.h; then
2409 $as_echo "## ----------- ##
2410 ## confdefs.h. ##
2411 ## ----------- ##"
2412 echo
2413 cat confdefs.h
2414 echo
2415 fi
2416 test "$ac_signal" != 0 &&
2417 $as_echo "$as_me: caught signal $ac_signal"
2418 $as_echo "$as_me: exit $exit_status"
2419 } >&5
2420 rm -f core *.core core.conftest.* &&
2421 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2422 exit $exit_status
2423 ' 0
2424 for ac_signal in 1 2 13 15; do
2425 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2426 done
2427 ac_signal=0
2428
2429 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2430 rm -f -r conftest* confdefs.h
2431
2432 $as_echo "/* confdefs.h */" > confdefs.h
2433
2434 # Predefined preprocessor variables.
2435
2436 cat >>confdefs.h <<_ACEOF
2437 #define PACKAGE_NAME "$PACKAGE_NAME"
2438 _ACEOF
2439
2440 cat >>confdefs.h <<_ACEOF
2441 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2442 _ACEOF
2443
2444 cat >>confdefs.h <<_ACEOF
2445 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2446 _ACEOF
2447
2448 cat >>confdefs.h <<_ACEOF
2449 #define PACKAGE_STRING "$PACKAGE_STRING"
2450 _ACEOF
2451
2452 cat >>confdefs.h <<_ACEOF
2453 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2454 _ACEOF
2455
2456 cat >>confdefs.h <<_ACEOF
2457 #define PACKAGE_URL "$PACKAGE_URL"
2458 _ACEOF
2459
2460
2461 # Let the site file select an alternate cache file if it wants to.
2462 # Prefer an explicitly selected file to automatically selected ones.
2463 ac_site_file1=NONE
2464 ac_site_file2=NONE
2465 if test -n "$CONFIG_SITE"; then
2466 # We do not want a PATH search for config.site.
2467 case $CONFIG_SITE in #((
2468 -*) ac_site_file1=./$CONFIG_SITE;;
2469 */*) ac_site_file1=$CONFIG_SITE;;
2470 *) ac_site_file1=./$CONFIG_SITE;;
2471 esac
2472 elif test "x$prefix" != xNONE; then
2473 ac_site_file1=$prefix/share/config.site
2474 ac_site_file2=$prefix/etc/config.site
2475 else
2476 ac_site_file1=$ac_default_prefix/share/config.site
2477 ac_site_file2=$ac_default_prefix/etc/config.site
2478 fi
2479 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2480 do
2481 test "x$ac_site_file" = xNONE && continue
2482 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2483 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2484 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2485 sed 's/^/| /' "$ac_site_file" >&5
2486 . "$ac_site_file" \
2487 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2488 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2489 as_fn_error $? "failed to load site script $ac_site_file
2490 See \`config.log' for more details" "$LINENO" 5; }
2491 fi
2492 done
2493
2494 if test -r "$cache_file"; then
2495 # Some versions of bash will fail to source /dev/null (special files
2496 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2497 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2499 $as_echo "$as_me: loading cache $cache_file" >&6;}
2500 case $cache_file in
2501 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2502 *) . "./$cache_file";;
2503 esac
2504 fi
2505 else
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2507 $as_echo "$as_me: creating cache $cache_file" >&6;}
2508 >$cache_file
2509 fi
2510
2511 as_fn_append ac_header_list " stdlib.h"
2512 as_fn_append ac_header_list " unistd.h"
2513 as_fn_append ac_header_list " sys/param.h"
2514 # Check that the precious variables saved in the cache have kept the same
2515 # value.
2516 ac_cache_corrupted=false
2517 for ac_var in $ac_precious_vars; do
2518 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2519 eval ac_new_set=\$ac_env_${ac_var}_set
2520 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2521 eval ac_new_val=\$ac_env_${ac_var}_value
2522 case $ac_old_set,$ac_new_set in
2523 set,)
2524 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2525 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2526 ac_cache_corrupted=: ;;
2527 ,set)
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2529 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2530 ac_cache_corrupted=: ;;
2531 ,);;
2532 *)
2533 if test "x$ac_old_val" != "x$ac_new_val"; then
2534 # differences in whitespace do not lead to failure.
2535 ac_old_val_w=`echo x $ac_old_val`
2536 ac_new_val_w=`echo x $ac_new_val`
2537 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2539 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2540 ac_cache_corrupted=:
2541 else
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2543 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2544 eval $ac_var=\$ac_old_val
2545 fi
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2547 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2549 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2550 fi;;
2551 esac
2552 # Pass precious variables to config.status.
2553 if test "$ac_new_set" = set; then
2554 case $ac_new_val in
2555 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2556 *) ac_arg=$ac_var=$ac_new_val ;;
2557 esac
2558 case " $ac_configure_args " in
2559 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2560 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2561 esac
2562 fi
2563 done
2564 if $ac_cache_corrupted; then
2565 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2566 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2568 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2569 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2570 fi
2571 ## -------------------- ##
2572 ## Main body of script. ##
2573 ## -------------------- ##
2574
2575 ac_ext=c
2576 ac_cpp='$CPP $CPPFLAGS'
2577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2580
2581
2582
2583
2584
2585
2586
2587 ac_aux_dir=
2588 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2589 if test -f "$ac_dir/install-sh"; then
2590 ac_aux_dir=$ac_dir
2591 ac_install_sh="$ac_aux_dir/install-sh -c"
2592 break
2593 elif test -f "$ac_dir/install.sh"; then
2594 ac_aux_dir=$ac_dir
2595 ac_install_sh="$ac_aux_dir/install.sh -c"
2596 break
2597 elif test -f "$ac_dir/shtool"; then
2598 ac_aux_dir=$ac_dir
2599 ac_install_sh="$ac_aux_dir/shtool install -c"
2600 break
2601 fi
2602 done
2603 if test -z "$ac_aux_dir"; then
2604 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2605 fi
2606
2607 # These three variables are undocumented and unsupported,
2608 # and are intended to be withdrawn in a future Autoconf release.
2609 # They can cause serious problems if a builder's source tree is in a directory
2610 # whose full name contains unusual characters.
2611 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2612 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2613 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2614
2615
2616 # Make sure we can run config.sub.
2617 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2618 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2619
2620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2621 $as_echo_n "checking build system type... " >&6; }
2622 if ${ac_cv_build+:} false; then :
2623 $as_echo_n "(cached) " >&6
2624 else
2625 ac_build_alias=$build_alias
2626 test "x$ac_build_alias" = x &&
2627 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2628 test "x$ac_build_alias" = x &&
2629 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2630 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2631 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2632
2633 fi
2634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2635 $as_echo "$ac_cv_build" >&6; }
2636 case $ac_cv_build in
2637 *-*-*) ;;
2638 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2639 esac
2640 build=$ac_cv_build
2641 ac_save_IFS=$IFS; IFS='-'
2642 set x $ac_cv_build
2643 shift
2644 build_cpu=$1
2645 build_vendor=$2
2646 shift; shift
2647 # Remember, the first character of IFS is used to create $*,
2648 # except with old shells:
2649 build_os=$*
2650 IFS=$ac_save_IFS
2651 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2652
2653
2654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2655 $as_echo_n "checking host system type... " >&6; }
2656 if ${ac_cv_host+:} false; then :
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test "x$host_alias" = x; then
2660 ac_cv_host=$ac_cv_build
2661 else
2662 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2663 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2664 fi
2665
2666 fi
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2668 $as_echo "$ac_cv_host" >&6; }
2669 case $ac_cv_host in
2670 *-*-*) ;;
2671 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2672 esac
2673 host=$ac_cv_host
2674 ac_save_IFS=$IFS; IFS='-'
2675 set x $ac_cv_host
2676 shift
2677 host_cpu=$1
2678 host_vendor=$2
2679 shift; shift
2680 # Remember, the first character of IFS is used to create $*,
2681 # except with old shells:
2682 host_os=$*
2683 IFS=$ac_save_IFS
2684 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2685
2686
2687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2688 $as_echo_n "checking target system type... " >&6; }
2689 if ${ac_cv_target+:} false; then :
2690 $as_echo_n "(cached) " >&6
2691 else
2692 if test "x$target_alias" = x; then
2693 ac_cv_target=$ac_cv_host
2694 else
2695 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2696 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2697 fi
2698
2699 fi
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2701 $as_echo "$ac_cv_target" >&6; }
2702 case $ac_cv_target in
2703 *-*-*) ;;
2704 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2705 esac
2706 target=$ac_cv_target
2707 ac_save_IFS=$IFS; IFS='-'
2708 set x $ac_cv_target
2709 shift
2710 target_cpu=$1
2711 target_vendor=$2
2712 shift; shift
2713 # Remember, the first character of IFS is used to create $*,
2714 # except with old shells:
2715 target_os=$*
2716 IFS=$ac_save_IFS
2717 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2718
2719
2720 # The aliases save the names the user supplied, while $host etc.
2721 # will get canonicalized.
2722 test -n "$target_alias" &&
2723 test "$program_prefix$program_suffix$program_transform_name" = \
2724 NONENONEs,x,x, &&
2725 program_prefix=${target_alias}-
2726 # Expand $ac_aux_dir to an absolute path.
2727 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2728
2729 ac_ext=c
2730 ac_cpp='$CPP $CPPFLAGS'
2731 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2732 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2733 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2734 if test -n "$ac_tool_prefix"; then
2735 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2736 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2738 $as_echo_n "checking for $ac_word... " >&6; }
2739 if ${ac_cv_prog_CC+:} false; then :
2740 $as_echo_n "(cached) " >&6
2741 else
2742 if test -n "$CC"; then
2743 ac_cv_prog_CC="$CC" # Let the user override the test.
2744 else
2745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2746 for as_dir in $PATH
2747 do
2748 IFS=$as_save_IFS
2749 test -z "$as_dir" && as_dir=.
2750 for ac_exec_ext in '' $ac_executable_extensions; do
2751 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2752 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2753 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2754 break 2
2755 fi
2756 done
2757 done
2758 IFS=$as_save_IFS
2759
2760 fi
2761 fi
2762 CC=$ac_cv_prog_CC
2763 if test -n "$CC"; then
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2765 $as_echo "$CC" >&6; }
2766 else
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2768 $as_echo "no" >&6; }
2769 fi
2770
2771
2772 fi
2773 if test -z "$ac_cv_prog_CC"; then
2774 ac_ct_CC=$CC
2775 # Extract the first word of "gcc", so it can be a program name with args.
2776 set dummy gcc; ac_word=$2
2777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2778 $as_echo_n "checking for $ac_word... " >&6; }
2779 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2780 $as_echo_n "(cached) " >&6
2781 else
2782 if test -n "$ac_ct_CC"; then
2783 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2784 else
2785 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2786 for as_dir in $PATH
2787 do
2788 IFS=$as_save_IFS
2789 test -z "$as_dir" && as_dir=.
2790 for ac_exec_ext in '' $ac_executable_extensions; do
2791 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2792 ac_cv_prog_ac_ct_CC="gcc"
2793 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2794 break 2
2795 fi
2796 done
2797 done
2798 IFS=$as_save_IFS
2799
2800 fi
2801 fi
2802 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2803 if test -n "$ac_ct_CC"; then
2804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2805 $as_echo "$ac_ct_CC" >&6; }
2806 else
2807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2808 $as_echo "no" >&6; }
2809 fi
2810
2811 if test "x$ac_ct_CC" = x; then
2812 CC=""
2813 else
2814 case $cross_compiling:$ac_tool_warned in
2815 yes:)
2816 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2817 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2818 ac_tool_warned=yes ;;
2819 esac
2820 CC=$ac_ct_CC
2821 fi
2822 else
2823 CC="$ac_cv_prog_CC"
2824 fi
2825
2826 if test -z "$CC"; then
2827 if test -n "$ac_tool_prefix"; then
2828 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2829 set dummy ${ac_tool_prefix}cc; ac_word=$2
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2831 $as_echo_n "checking for $ac_word... " >&6; }
2832 if ${ac_cv_prog_CC+:} false; then :
2833 $as_echo_n "(cached) " >&6
2834 else
2835 if test -n "$CC"; then
2836 ac_cv_prog_CC="$CC" # Let the user override the test.
2837 else
2838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2839 for as_dir in $PATH
2840 do
2841 IFS=$as_save_IFS
2842 test -z "$as_dir" && as_dir=.
2843 for ac_exec_ext in '' $ac_executable_extensions; do
2844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2845 ac_cv_prog_CC="${ac_tool_prefix}cc"
2846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 break 2
2848 fi
2849 done
2850 done
2851 IFS=$as_save_IFS
2852
2853 fi
2854 fi
2855 CC=$ac_cv_prog_CC
2856 if test -n "$CC"; then
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2858 $as_echo "$CC" >&6; }
2859 else
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2861 $as_echo "no" >&6; }
2862 fi
2863
2864
2865 fi
2866 fi
2867 if test -z "$CC"; then
2868 # Extract the first word of "cc", so it can be a program name with args.
2869 set dummy cc; ac_word=$2
2870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2871 $as_echo_n "checking for $ac_word... " >&6; }
2872 if ${ac_cv_prog_CC+:} false; then :
2873 $as_echo_n "(cached) " >&6
2874 else
2875 if test -n "$CC"; then
2876 ac_cv_prog_CC="$CC" # Let the user override the test.
2877 else
2878 ac_prog_rejected=no
2879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2880 for as_dir in $PATH
2881 do
2882 IFS=$as_save_IFS
2883 test -z "$as_dir" && as_dir=.
2884 for ac_exec_ext in '' $ac_executable_extensions; do
2885 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2886 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2887 ac_prog_rejected=yes
2888 continue
2889 fi
2890 ac_cv_prog_CC="cc"
2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2892 break 2
2893 fi
2894 done
2895 done
2896 IFS=$as_save_IFS
2897
2898 if test $ac_prog_rejected = yes; then
2899 # We found a bogon in the path, so make sure we never use it.
2900 set dummy $ac_cv_prog_CC
2901 shift
2902 if test $# != 0; then
2903 # We chose a different compiler from the bogus one.
2904 # However, it has the same basename, so the bogon will be chosen
2905 # first if we set CC to just the basename; use the full file name.
2906 shift
2907 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2908 fi
2909 fi
2910 fi
2911 fi
2912 CC=$ac_cv_prog_CC
2913 if test -n "$CC"; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2915 $as_echo "$CC" >&6; }
2916 else
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2918 $as_echo "no" >&6; }
2919 fi
2920
2921
2922 fi
2923 if test -z "$CC"; then
2924 if test -n "$ac_tool_prefix"; then
2925 for ac_prog in cl.exe
2926 do
2927 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2928 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2930 $as_echo_n "checking for $ac_word... " >&6; }
2931 if ${ac_cv_prog_CC+:} false; then :
2932 $as_echo_n "(cached) " >&6
2933 else
2934 if test -n "$CC"; then
2935 ac_cv_prog_CC="$CC" # Let the user override the test.
2936 else
2937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2938 for as_dir in $PATH
2939 do
2940 IFS=$as_save_IFS
2941 test -z "$as_dir" && as_dir=.
2942 for ac_exec_ext in '' $ac_executable_extensions; do
2943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2944 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2946 break 2
2947 fi
2948 done
2949 done
2950 IFS=$as_save_IFS
2951
2952 fi
2953 fi
2954 CC=$ac_cv_prog_CC
2955 if test -n "$CC"; then
2956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2957 $as_echo "$CC" >&6; }
2958 else
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2960 $as_echo "no" >&6; }
2961 fi
2962
2963
2964 test -n "$CC" && break
2965 done
2966 fi
2967 if test -z "$CC"; then
2968 ac_ct_CC=$CC
2969 for ac_prog in cl.exe
2970 do
2971 # Extract the first word of "$ac_prog", so it can be a program name with args.
2972 set dummy $ac_prog; ac_word=$2
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2974 $as_echo_n "checking for $ac_word... " >&6; }
2975 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2976 $as_echo_n "(cached) " >&6
2977 else
2978 if test -n "$ac_ct_CC"; then
2979 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2980 else
2981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2982 for as_dir in $PATH
2983 do
2984 IFS=$as_save_IFS
2985 test -z "$as_dir" && as_dir=.
2986 for ac_exec_ext in '' $ac_executable_extensions; do
2987 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2988 ac_cv_prog_ac_ct_CC="$ac_prog"
2989 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2990 break 2
2991 fi
2992 done
2993 done
2994 IFS=$as_save_IFS
2995
2996 fi
2997 fi
2998 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2999 if test -n "$ac_ct_CC"; then
3000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3001 $as_echo "$ac_ct_CC" >&6; }
3002 else
3003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3004 $as_echo "no" >&6; }
3005 fi
3006
3007
3008 test -n "$ac_ct_CC" && break
3009 done
3010
3011 if test "x$ac_ct_CC" = x; then
3012 CC=""
3013 else
3014 case $cross_compiling:$ac_tool_warned in
3015 yes:)
3016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3017 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3018 ac_tool_warned=yes ;;
3019 esac
3020 CC=$ac_ct_CC
3021 fi
3022 fi
3023
3024 fi
3025
3026
3027 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3028 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3029 as_fn_error $? "no acceptable C compiler found in \$PATH
3030 See \`config.log' for more details" "$LINENO" 5; }
3031
3032 # Provide some information about the compiler.
3033 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3034 set X $ac_compile
3035 ac_compiler=$2
3036 for ac_option in --version -v -V -qversion; do
3037 { { ac_try="$ac_compiler $ac_option >&5"
3038 case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3043 $as_echo "$ac_try_echo"; } >&5
3044 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3045 ac_status=$?
3046 if test -s conftest.err; then
3047 sed '10a\
3048 ... rest of stderr output deleted ...
3049 10q' conftest.err >conftest.er1
3050 cat conftest.er1 >&5
3051 fi
3052 rm -f conftest.er1 conftest.err
3053 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3054 test $ac_status = 0; }
3055 done
3056
3057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3058 /* end confdefs.h. */
3059
3060 int
3061 main ()
3062 {
3063
3064 ;
3065 return 0;
3066 }
3067 _ACEOF
3068 ac_clean_files_save=$ac_clean_files
3069 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3070 # Try to create an executable without -o first, disregard a.out.
3071 # It will help us diagnose broken compilers, and finding out an intuition
3072 # of exeext.
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3074 $as_echo_n "checking whether the C compiler works... " >&6; }
3075 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3076
3077 # The possible output files:
3078 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3079
3080 ac_rmfiles=
3081 for ac_file in $ac_files
3082 do
3083 case $ac_file in
3084 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3085 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3086 esac
3087 done
3088 rm -f $ac_rmfiles
3089
3090 if { { ac_try="$ac_link_default"
3091 case "(($ac_try" in
3092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3093 *) ac_try_echo=$ac_try;;
3094 esac
3095 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3096 $as_echo "$ac_try_echo"; } >&5
3097 (eval "$ac_link_default") 2>&5
3098 ac_status=$?
3099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3100 test $ac_status = 0; }; then :
3101 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3102 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3103 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3104 # so that the user can short-circuit this test for compilers unknown to
3105 # Autoconf.
3106 for ac_file in $ac_files ''
3107 do
3108 test -f "$ac_file" || continue
3109 case $ac_file in
3110 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3111 ;;
3112 [ab].out )
3113 # We found the default executable, but exeext='' is most
3114 # certainly right.
3115 break;;
3116 *.* )
3117 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3118 then :; else
3119 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3120 fi
3121 # We set ac_cv_exeext here because the later test for it is not
3122 # safe: cross compilers may not add the suffix if given an `-o'
3123 # argument, so we may need to know it at that point already.
3124 # Even if this section looks crufty: it has the advantage of
3125 # actually working.
3126 break;;
3127 * )
3128 break;;
3129 esac
3130 done
3131 test "$ac_cv_exeext" = no && ac_cv_exeext=
3132
3133 else
3134 ac_file=''
3135 fi
3136 if test -z "$ac_file"; then :
3137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3138 $as_echo "no" >&6; }
3139 $as_echo "$as_me: failed program was:" >&5
3140 sed 's/^/| /' conftest.$ac_ext >&5
3141
3142 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3143 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3144 as_fn_error 77 "C compiler cannot create executables
3145 See \`config.log' for more details" "$LINENO" 5; }
3146 else
3147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3148 $as_echo "yes" >&6; }
3149 fi
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3151 $as_echo_n "checking for C compiler default output file name... " >&6; }
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3153 $as_echo "$ac_file" >&6; }
3154 ac_exeext=$ac_cv_exeext
3155
3156 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3157 ac_clean_files=$ac_clean_files_save
3158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3159 $as_echo_n "checking for suffix of executables... " >&6; }
3160 if { { ac_try="$ac_link"
3161 case "(($ac_try" in
3162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3163 *) ac_try_echo=$ac_try;;
3164 esac
3165 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3166 $as_echo "$ac_try_echo"; } >&5
3167 (eval "$ac_link") 2>&5
3168 ac_status=$?
3169 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3170 test $ac_status = 0; }; then :
3171 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3172 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3173 # work properly (i.e., refer to `conftest.exe'), while it won't with
3174 # `rm'.
3175 for ac_file in conftest.exe conftest conftest.*; do
3176 test -f "$ac_file" || continue
3177 case $ac_file in
3178 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3179 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3180 break;;
3181 * ) break;;
3182 esac
3183 done
3184 else
3185 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3186 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3187 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3188 See \`config.log' for more details" "$LINENO" 5; }
3189 fi
3190 rm -f conftest conftest$ac_cv_exeext
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3192 $as_echo "$ac_cv_exeext" >&6; }
3193
3194 rm -f conftest.$ac_ext
3195 EXEEXT=$ac_cv_exeext
3196 ac_exeext=$EXEEXT
3197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3198 /* end confdefs.h. */
3199 #include <stdio.h>
3200 int
3201 main ()
3202 {
3203 FILE *f = fopen ("conftest.out", "w");
3204 return ferror (f) || fclose (f) != 0;
3205
3206 ;
3207 return 0;
3208 }
3209 _ACEOF
3210 ac_clean_files="$ac_clean_files conftest.out"
3211 # Check that the compiler produces executables we can run. If not, either
3212 # the compiler is broken, or we cross compile.
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3214 $as_echo_n "checking whether we are cross compiling... " >&6; }
3215 if test "$cross_compiling" != yes; then
3216 { { ac_try="$ac_link"
3217 case "(($ac_try" in
3218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3219 *) ac_try_echo=$ac_try;;
3220 esac
3221 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3222 $as_echo "$ac_try_echo"; } >&5
3223 (eval "$ac_link") 2>&5
3224 ac_status=$?
3225 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3226 test $ac_status = 0; }
3227 if { ac_try='./conftest$ac_cv_exeext'
3228 { { case "(($ac_try" in
3229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230 *) ac_try_echo=$ac_try;;
3231 esac
3232 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3233 $as_echo "$ac_try_echo"; } >&5
3234 (eval "$ac_try") 2>&5
3235 ac_status=$?
3236 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3237 test $ac_status = 0; }; }; then
3238 cross_compiling=no
3239 else
3240 if test "$cross_compiling" = maybe; then
3241 cross_compiling=yes
3242 else
3243 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3244 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3245 as_fn_error $? "cannot run C compiled programs.
3246 If you meant to cross compile, use \`--host'.
3247 See \`config.log' for more details" "$LINENO" 5; }
3248 fi
3249 fi
3250 fi
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3252 $as_echo "$cross_compiling" >&6; }
3253
3254 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3255 ac_clean_files=$ac_clean_files_save
3256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3257 $as_echo_n "checking for suffix of object files... " >&6; }
3258 if ${ac_cv_objext+:} false; then :
3259 $as_echo_n "(cached) " >&6
3260 else
3261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3262 /* end confdefs.h. */
3263
3264 int
3265 main ()
3266 {
3267
3268 ;
3269 return 0;
3270 }
3271 _ACEOF
3272 rm -f conftest.o conftest.obj
3273 if { { ac_try="$ac_compile"
3274 case "(($ac_try" in
3275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3276 *) ac_try_echo=$ac_try;;
3277 esac
3278 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3279 $as_echo "$ac_try_echo"; } >&5
3280 (eval "$ac_compile") 2>&5
3281 ac_status=$?
3282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3283 test $ac_status = 0; }; then :
3284 for ac_file in conftest.o conftest.obj conftest.*; do
3285 test -f "$ac_file" || continue;
3286 case $ac_file in
3287 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3288 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3289 break;;
3290 esac
3291 done
3292 else
3293 $as_echo "$as_me: failed program was:" >&5
3294 sed 's/^/| /' conftest.$ac_ext >&5
3295
3296 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3297 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3298 as_fn_error $? "cannot compute suffix of object files: cannot compile
3299 See \`config.log' for more details" "$LINENO" 5; }
3300 fi
3301 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3302 fi
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3304 $as_echo "$ac_cv_objext" >&6; }
3305 OBJEXT=$ac_cv_objext
3306 ac_objext=$OBJEXT
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3308 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3309 if ${ac_cv_c_compiler_gnu+:} false; then :
3310 $as_echo_n "(cached) " >&6
3311 else
3312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3313 /* end confdefs.h. */
3314
3315 int
3316 main ()
3317 {
3318 #ifndef __GNUC__
3319 choke me
3320 #endif
3321
3322 ;
3323 return 0;
3324 }
3325 _ACEOF
3326 if ac_fn_c_try_compile "$LINENO"; then :
3327 ac_compiler_gnu=yes
3328 else
3329 ac_compiler_gnu=no
3330 fi
3331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3332 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3333
3334 fi
3335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3336 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3337 if test $ac_compiler_gnu = yes; then
3338 GCC=yes
3339 else
3340 GCC=
3341 fi
3342 ac_test_CFLAGS=${CFLAGS+set}
3343 ac_save_CFLAGS=$CFLAGS
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3345 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3346 if ${ac_cv_prog_cc_g+:} false; then :
3347 $as_echo_n "(cached) " >&6
3348 else
3349 ac_save_c_werror_flag=$ac_c_werror_flag
3350 ac_c_werror_flag=yes
3351 ac_cv_prog_cc_g=no
3352 CFLAGS="-g"
3353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3354 /* end confdefs.h. */
3355
3356 int
3357 main ()
3358 {
3359
3360 ;
3361 return 0;
3362 }
3363 _ACEOF
3364 if ac_fn_c_try_compile "$LINENO"; then :
3365 ac_cv_prog_cc_g=yes
3366 else
3367 CFLAGS=""
3368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3369 /* end confdefs.h. */
3370
3371 int
3372 main ()
3373 {
3374
3375 ;
3376 return 0;
3377 }
3378 _ACEOF
3379 if ac_fn_c_try_compile "$LINENO"; then :
3380
3381 else
3382 ac_c_werror_flag=$ac_save_c_werror_flag
3383 CFLAGS="-g"
3384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3385 /* end confdefs.h. */
3386
3387 int
3388 main ()
3389 {
3390
3391 ;
3392 return 0;
3393 }
3394 _ACEOF
3395 if ac_fn_c_try_compile "$LINENO"; then :
3396 ac_cv_prog_cc_g=yes
3397 fi
3398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3399 fi
3400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3401 fi
3402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3403 ac_c_werror_flag=$ac_save_c_werror_flag
3404 fi
3405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3406 $as_echo "$ac_cv_prog_cc_g" >&6; }
3407 if test "$ac_test_CFLAGS" = set; then
3408 CFLAGS=$ac_save_CFLAGS
3409 elif test $ac_cv_prog_cc_g = yes; then
3410 if test "$GCC" = yes; then
3411 CFLAGS="-g -O2"
3412 else
3413 CFLAGS="-g"
3414 fi
3415 else
3416 if test "$GCC" = yes; then
3417 CFLAGS="-O2"
3418 else
3419 CFLAGS=
3420 fi
3421 fi
3422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3423 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3424 if ${ac_cv_prog_cc_c89+:} false; then :
3425 $as_echo_n "(cached) " >&6
3426 else
3427 ac_cv_prog_cc_c89=no
3428 ac_save_CC=$CC
3429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3430 /* end confdefs.h. */
3431 #include <stdarg.h>
3432 #include <stdio.h>
3433 struct stat;
3434 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3435 struct buf { int x; };
3436 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3437 static char *e (p, i)
3438 char **p;
3439 int i;
3440 {
3441 return p[i];
3442 }
3443 static char *f (char * (*g) (char **, int), char **p, ...)
3444 {
3445 char *s;
3446 va_list v;
3447 va_start (v,p);
3448 s = g (p, va_arg (v,int));
3449 va_end (v);
3450 return s;
3451 }
3452
3453 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3454 function prototypes and stuff, but not '\xHH' hex character constants.
3455 These don't provoke an error unfortunately, instead are silently treated
3456 as 'x'. The following induces an error, until -std is added to get
3457 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3458 array size at least. It's necessary to write '\x00'==0 to get something
3459 that's true only with -std. */
3460 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3461
3462 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3463 inside strings and character constants. */
3464 #define FOO(x) 'x'
3465 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3466
3467 int test (int i, double x);
3468 struct s1 {int (*f) (int a);};
3469 struct s2 {int (*f) (double a);};
3470 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3471 int argc;
3472 char **argv;
3473 int
3474 main ()
3475 {
3476 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3477 ;
3478 return 0;
3479 }
3480 _ACEOF
3481 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3482 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3483 do
3484 CC="$ac_save_CC $ac_arg"
3485 if ac_fn_c_try_compile "$LINENO"; then :
3486 ac_cv_prog_cc_c89=$ac_arg
3487 fi
3488 rm -f core conftest.err conftest.$ac_objext
3489 test "x$ac_cv_prog_cc_c89" != "xno" && break
3490 done
3491 rm -f conftest.$ac_ext
3492 CC=$ac_save_CC
3493
3494 fi
3495 # AC_CACHE_VAL
3496 case "x$ac_cv_prog_cc_c89" in
3497 x)
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3499 $as_echo "none needed" >&6; } ;;
3500 xno)
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3502 $as_echo "unsupported" >&6; } ;;
3503 *)
3504 CC="$CC $ac_cv_prog_cc_c89"
3505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3506 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3507 esac
3508 if test "x$ac_cv_prog_cc_c89" != xno; then :
3509
3510 fi
3511
3512 ac_ext=c
3513 ac_cpp='$CPP $CPPFLAGS'
3514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3517
3518 ac_ext=c
3519 ac_cpp='$CPP $CPPFLAGS'
3520 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3521 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3522 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3524 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3525 if ${am_cv_prog_cc_c_o+:} false; then :
3526 $as_echo_n "(cached) " >&6
3527 else
3528 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3529 /* end confdefs.h. */
3530
3531 int
3532 main ()
3533 {
3534
3535 ;
3536 return 0;
3537 }
3538 _ACEOF
3539 # Make sure it works both with $CC and with simple cc.
3540 # Following AC_PROG_CC_C_O, we do the test twice because some
3541 # compilers refuse to overwrite an existing .o file with -o,
3542 # though they will create one.
3543 am_cv_prog_cc_c_o=yes
3544 for am_i in 1 2; do
3545 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3546 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3547 ac_status=$?
3548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3549 (exit $ac_status); } \
3550 && test -f conftest2.$ac_objext; then
3551 : OK
3552 else
3553 am_cv_prog_cc_c_o=no
3554 break
3555 fi
3556 done
3557 rm -f core conftest*
3558 unset am_i
3559 fi
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3561 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3562 if test "$am_cv_prog_cc_c_o" != yes; then
3563 # Losing compiler, so override with the script.
3564 # FIXME: It is wrong to rewrite CC.
3565 # But if we don't then we get into trouble of one sort or another.
3566 # A longer-term fix would be to have automake use am__CC in this case,
3567 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3568 CC="$am_aux_dir/compile $CC"
3569 fi
3570 ac_ext=c
3571 ac_cpp='$CPP $CPPFLAGS'
3572 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3573 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3574 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3575
3576
3577
3578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3579 $as_echo_n "checking for library containing strerror... " >&6; }
3580 if ${ac_cv_search_strerror+:} false; then :
3581 $as_echo_n "(cached) " >&6
3582 else
3583 ac_func_search_save_LIBS=$LIBS
3584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3585 /* end confdefs.h. */
3586
3587 /* Override any GCC internal prototype to avoid an error.
3588 Use char because int might match the return type of a GCC
3589 builtin and then its argument prototype would still apply. */
3590 #ifdef __cplusplus
3591 extern "C"
3592 #endif
3593 char strerror ();
3594 int
3595 main ()
3596 {
3597 return strerror ();
3598 ;
3599 return 0;
3600 }
3601 _ACEOF
3602 for ac_lib in '' cposix; do
3603 if test -z "$ac_lib"; then
3604 ac_res="none required"
3605 else
3606 ac_res=-l$ac_lib
3607 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3608 fi
3609 if ac_fn_c_try_link "$LINENO"; then :
3610 ac_cv_search_strerror=$ac_res
3611 fi
3612 rm -f core conftest.err conftest.$ac_objext \
3613 conftest$ac_exeext
3614 if ${ac_cv_search_strerror+:} false; then :
3615 break
3616 fi
3617 done
3618 if ${ac_cv_search_strerror+:} false; then :
3619
3620 else
3621 ac_cv_search_strerror=no
3622 fi
3623 rm conftest.$ac_ext
3624 LIBS=$ac_func_search_save_LIBS
3625 fi
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3627 $as_echo "$ac_cv_search_strerror" >&6; }
3628 ac_res=$ac_cv_search_strerror
3629 if test "$ac_res" != no; then :
3630 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3631
3632 fi
3633
3634
3635 am__api_version='1.15'
3636
3637 # Find a good install program. We prefer a C program (faster),
3638 # so one script is as good as another. But avoid the broken or
3639 # incompatible versions:
3640 # SysV /etc/install, /usr/sbin/install
3641 # SunOS /usr/etc/install
3642 # IRIX /sbin/install
3643 # AIX /bin/install
3644 # AmigaOS /C/install, which installs bootblocks on floppy discs
3645 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3646 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3647 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3648 # OS/2's system install, which has a completely different semantic
3649 # ./install, which can be erroneously created by make from ./install.sh.
3650 # Reject install programs that cannot install multiple files.
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3652 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3653 if test -z "$INSTALL"; then
3654 if ${ac_cv_path_install+:} false; then :
3655 $as_echo_n "(cached) " >&6
3656 else
3657 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3658 for as_dir in $PATH
3659 do
3660 IFS=$as_save_IFS
3661 test -z "$as_dir" && as_dir=.
3662 # Account for people who put trailing slashes in PATH elements.
3663 case $as_dir/ in #((
3664 ./ | .// | /[cC]/* | \
3665 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3666 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3667 /usr/ucb/* ) ;;
3668 *)
3669 # OSF1 and SCO ODT 3.0 have their own names for install.
3670 # Don't use installbsd from OSF since it installs stuff as root
3671 # by default.
3672 for ac_prog in ginstall scoinst install; do
3673 for ac_exec_ext in '' $ac_executable_extensions; do
3674 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3675 if test $ac_prog = install &&
3676 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3677 # AIX install. It has an incompatible calling convention.
3678 :
3679 elif test $ac_prog = install &&
3680 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3681 # program-specific install script used by HP pwplus--don't use.
3682 :
3683 else
3684 rm -rf conftest.one conftest.two conftest.dir
3685 echo one > conftest.one
3686 echo two > conftest.two
3687 mkdir conftest.dir
3688 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3689 test -s conftest.one && test -s conftest.two &&
3690 test -s conftest.dir/conftest.one &&
3691 test -s conftest.dir/conftest.two
3692 then
3693 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3694 break 3
3695 fi
3696 fi
3697 fi
3698 done
3699 done
3700 ;;
3701 esac
3702
3703 done
3704 IFS=$as_save_IFS
3705
3706 rm -rf conftest.one conftest.two conftest.dir
3707
3708 fi
3709 if test "${ac_cv_path_install+set}" = set; then
3710 INSTALL=$ac_cv_path_install
3711 else
3712 # As a last resort, use the slow shell script. Don't cache a
3713 # value for INSTALL within a source directory, because that will
3714 # break other packages using the cache if that directory is
3715 # removed, or if the value is a relative name.
3716 INSTALL=$ac_install_sh
3717 fi
3718 fi
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3720 $as_echo "$INSTALL" >&6; }
3721
3722 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3723 # It thinks the first close brace ends the variable substitution.
3724 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3725
3726 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3727
3728 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3729
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3731 $as_echo_n "checking whether build environment is sane... " >&6; }
3732 # Reject unsafe characters in $srcdir or the absolute working directory
3733 # name. Accept space and tab only in the latter.
3734 am_lf='
3735 '
3736 case `pwd` in
3737 *[\\\"\#\$\&\'\`$am_lf]*)
3738 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3739 esac
3740 case $srcdir in
3741 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3742 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3743 esac
3744
3745 # Do 'set' in a subshell so we don't clobber the current shell's
3746 # arguments. Must try -L first in case configure is actually a
3747 # symlink; some systems play weird games with the mod time of symlinks
3748 # (eg FreeBSD returns the mod time of the symlink's containing
3749 # directory).
3750 if (
3751 am_has_slept=no
3752 for am_try in 1 2; do
3753 echo "timestamp, slept: $am_has_slept" > conftest.file
3754 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3755 if test "$*" = "X"; then
3756 # -L didn't work.
3757 set X `ls -t "$srcdir/configure" conftest.file`
3758 fi
3759 if test "$*" != "X $srcdir/configure conftest.file" \
3760 && test "$*" != "X conftest.file $srcdir/configure"; then
3761
3762 # If neither matched, then we have a broken ls. This can happen
3763 # if, for instance, CONFIG_SHELL is bash and it inherits a
3764 # broken ls alias from the environment. This has actually
3765 # happened. Such a system could not be considered "sane".
3766 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3767 alias in your environment" "$LINENO" 5
3768 fi
3769 if test "$2" = conftest.file || test $am_try -eq 2; then
3770 break
3771 fi
3772 # Just in case.
3773 sleep 1
3774 am_has_slept=yes
3775 done
3776 test "$2" = conftest.file
3777 )
3778 then
3779 # Ok.
3780 :
3781 else
3782 as_fn_error $? "newly created file is older than distributed files!
3783 Check your system clock" "$LINENO" 5
3784 fi
3785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3786 $as_echo "yes" >&6; }
3787 # If we didn't sleep, we still need to ensure time stamps of config.status and
3788 # generated files are strictly newer.
3789 am_sleep_pid=
3790 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3791 ( sleep 1 ) &
3792 am_sleep_pid=$!
3793 fi
3794
3795 rm -f conftest.file
3796
3797 test "$program_prefix" != NONE &&
3798 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3799 # Use a double $ so make ignores it.
3800 test "$program_suffix" != NONE &&
3801 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3802 # Double any \ or $.
3803 # By default was `s,x,x', remove it if useless.
3804 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3805 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3806
3807 if test x"${MISSING+set}" != xset; then
3808 case $am_aux_dir in
3809 *\ * | *\ *)
3810 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3811 *)
3812 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3813 esac
3814 fi
3815 # Use eval to expand $SHELL
3816 if eval "$MISSING --is-lightweight"; then
3817 am_missing_run="$MISSING "
3818 else
3819 am_missing_run=
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3821 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3822 fi
3823
3824 if test x"${install_sh+set}" != xset; then
3825 case $am_aux_dir in
3826 *\ * | *\ *)
3827 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3828 *)
3829 install_sh="\${SHELL} $am_aux_dir/install-sh"
3830 esac
3831 fi
3832
3833 # Installed binaries are usually stripped using 'strip' when the user
3834 # run "make install-strip". However 'strip' might not be the right
3835 # tool to use in cross-compilation environments, therefore Automake
3836 # will honor the 'STRIP' environment variable to overrule this program.
3837 if test "$cross_compiling" != no; then
3838 if test -n "$ac_tool_prefix"; then
3839 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3840 set dummy ${ac_tool_prefix}strip; ac_word=$2
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3842 $as_echo_n "checking for $ac_word... " >&6; }
3843 if ${ac_cv_prog_STRIP+:} false; then :
3844 $as_echo_n "(cached) " >&6
3845 else
3846 if test -n "$STRIP"; then
3847 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3848 else
3849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3850 for as_dir in $PATH
3851 do
3852 IFS=$as_save_IFS
3853 test -z "$as_dir" && as_dir=.
3854 for ac_exec_ext in '' $ac_executable_extensions; do
3855 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3856 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3857 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3858 break 2
3859 fi
3860 done
3861 done
3862 IFS=$as_save_IFS
3863
3864 fi
3865 fi
3866 STRIP=$ac_cv_prog_STRIP
3867 if test -n "$STRIP"; then
3868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3869 $as_echo "$STRIP" >&6; }
3870 else
3871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3872 $as_echo "no" >&6; }
3873 fi
3874
3875
3876 fi
3877 if test -z "$ac_cv_prog_STRIP"; then
3878 ac_ct_STRIP=$STRIP
3879 # Extract the first word of "strip", so it can be a program name with args.
3880 set dummy strip; ac_word=$2
3881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3882 $as_echo_n "checking for $ac_word... " >&6; }
3883 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3884 $as_echo_n "(cached) " >&6
3885 else
3886 if test -n "$ac_ct_STRIP"; then
3887 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3888 else
3889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3890 for as_dir in $PATH
3891 do
3892 IFS=$as_save_IFS
3893 test -z "$as_dir" && as_dir=.
3894 for ac_exec_ext in '' $ac_executable_extensions; do
3895 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3896 ac_cv_prog_ac_ct_STRIP="strip"
3897 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3898 break 2
3899 fi
3900 done
3901 done
3902 IFS=$as_save_IFS
3903
3904 fi
3905 fi
3906 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3907 if test -n "$ac_ct_STRIP"; then
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3909 $as_echo "$ac_ct_STRIP" >&6; }
3910 else
3911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3912 $as_echo "no" >&6; }
3913 fi
3914
3915 if test "x$ac_ct_STRIP" = x; then
3916 STRIP=":"
3917 else
3918 case $cross_compiling:$ac_tool_warned in
3919 yes:)
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3921 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3922 ac_tool_warned=yes ;;
3923 esac
3924 STRIP=$ac_ct_STRIP
3925 fi
3926 else
3927 STRIP="$ac_cv_prog_STRIP"
3928 fi
3929
3930 fi
3931 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3932
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3934 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3935 if test -z "$MKDIR_P"; then
3936 if ${ac_cv_path_mkdir+:} false; then :
3937 $as_echo_n "(cached) " >&6
3938 else
3939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3940 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3941 do
3942 IFS=$as_save_IFS
3943 test -z "$as_dir" && as_dir=.
3944 for ac_prog in mkdir gmkdir; do
3945 for ac_exec_ext in '' $ac_executable_extensions; do
3946 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3947 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3948 'mkdir (GNU coreutils) '* | \
3949 'mkdir (coreutils) '* | \
3950 'mkdir (fileutils) '4.1*)
3951 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3952 break 3;;
3953 esac
3954 done
3955 done
3956 done
3957 IFS=$as_save_IFS
3958
3959 fi
3960
3961 test -d ./--version && rmdir ./--version
3962 if test "${ac_cv_path_mkdir+set}" = set; then
3963 MKDIR_P="$ac_cv_path_mkdir -p"
3964 else
3965 # As a last resort, use the slow shell script. Don't cache a
3966 # value for MKDIR_P within a source directory, because that will
3967 # break other packages using the cache if that directory is
3968 # removed, or if the value is a relative name.
3969 MKDIR_P="$ac_install_sh -d"
3970 fi
3971 fi
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3973 $as_echo "$MKDIR_P" >&6; }
3974
3975 for ac_prog in gawk mawk nawk awk
3976 do
3977 # Extract the first word of "$ac_prog", so it can be a program name with args.
3978 set dummy $ac_prog; ac_word=$2
3979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3980 $as_echo_n "checking for $ac_word... " >&6; }
3981 if ${ac_cv_prog_AWK+:} false; then :
3982 $as_echo_n "(cached) " >&6
3983 else
3984 if test -n "$AWK"; then
3985 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3986 else
3987 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3988 for as_dir in $PATH
3989 do
3990 IFS=$as_save_IFS
3991 test -z "$as_dir" && as_dir=.
3992 for ac_exec_ext in '' $ac_executable_extensions; do
3993 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3994 ac_cv_prog_AWK="$ac_prog"
3995 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 break 2
3997 fi
3998 done
3999 done
4000 IFS=$as_save_IFS
4001
4002 fi
4003 fi
4004 AWK=$ac_cv_prog_AWK
4005 if test -n "$AWK"; then
4006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4007 $as_echo "$AWK" >&6; }
4008 else
4009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4010 $as_echo "no" >&6; }
4011 fi
4012
4013
4014 test -n "$AWK" && break
4015 done
4016
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4018 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4019 set x ${MAKE-make}
4020 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4021 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4022 $as_echo_n "(cached) " >&6
4023 else
4024 cat >conftest.make <<\_ACEOF
4025 SHELL = /bin/sh
4026 all:
4027 @echo '@@@%%%=$(MAKE)=@@@%%%'
4028 _ACEOF
4029 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4030 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4031 *@@@%%%=?*=@@@%%%*)
4032 eval ac_cv_prog_make_${ac_make}_set=yes;;
4033 *)
4034 eval ac_cv_prog_make_${ac_make}_set=no;;
4035 esac
4036 rm -f conftest.make
4037 fi
4038 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4040 $as_echo "yes" >&6; }
4041 SET_MAKE=
4042 else
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4044 $as_echo "no" >&6; }
4045 SET_MAKE="MAKE=${MAKE-make}"
4046 fi
4047
4048 rm -rf .tst 2>/dev/null
4049 mkdir .tst 2>/dev/null
4050 if test -d .tst; then
4051 am__leading_dot=.
4052 else
4053 am__leading_dot=_
4054 fi
4055 rmdir .tst 2>/dev/null
4056
4057 DEPDIR="${am__leading_dot}deps"
4058
4059 ac_config_commands="$ac_config_commands depfiles"
4060
4061
4062 am_make=${MAKE-make}
4063 cat > confinc << 'END'
4064 am__doit:
4065 @echo this is the am__doit target
4066 .PHONY: am__doit
4067 END
4068 # If we don't find an include directive, just comment out the code.
4069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4070 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4071 am__include="#"
4072 am__quote=
4073 _am_result=none
4074 # First try GNU make style include.
4075 echo "include confinc" > confmf
4076 # Ignore all kinds of additional output from 'make'.
4077 case `$am_make -s -f confmf 2> /dev/null` in #(
4078 *the\ am__doit\ target*)
4079 am__include=include
4080 am__quote=
4081 _am_result=GNU
4082 ;;
4083 esac
4084 # Now try BSD make style include.
4085 if test "$am__include" = "#"; then
4086 echo '.include "confinc"' > confmf
4087 case `$am_make -s -f confmf 2> /dev/null` in #(
4088 *the\ am__doit\ target*)
4089 am__include=.include
4090 am__quote="\""
4091 _am_result=BSD
4092 ;;
4093 esac
4094 fi
4095
4096
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4098 $as_echo "$_am_result" >&6; }
4099 rm -f confinc confmf
4100
4101 # Check whether --enable-dependency-tracking was given.
4102 if test "${enable_dependency_tracking+set}" = set; then :
4103 enableval=$enable_dependency_tracking;
4104 fi
4105
4106 if test "x$enable_dependency_tracking" != xno; then
4107 am_depcomp="$ac_aux_dir/depcomp"
4108 AMDEPBACKSLASH='\'
4109 am__nodep='_no'
4110 fi
4111 if test "x$enable_dependency_tracking" != xno; then
4112 AMDEP_TRUE=
4113 AMDEP_FALSE='#'
4114 else
4115 AMDEP_TRUE='#'
4116 AMDEP_FALSE=
4117 fi
4118
4119
4120 # Check whether --enable-silent-rules was given.
4121 if test "${enable_silent_rules+set}" = set; then :
4122 enableval=$enable_silent_rules;
4123 fi
4124
4125 case $enable_silent_rules in # (((
4126 yes) AM_DEFAULT_VERBOSITY=0;;
4127 no) AM_DEFAULT_VERBOSITY=1;;
4128 *) AM_DEFAULT_VERBOSITY=1;;
4129 esac
4130 am_make=${MAKE-make}
4131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4132 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4133 if ${am_cv_make_support_nested_variables+:} false; then :
4134 $as_echo_n "(cached) " >&6
4135 else
4136 if $as_echo 'TRUE=$(BAR$(V))
4137 BAR0=false
4138 BAR1=true
4139 V=1
4140 am__doit:
4141 @$(TRUE)
4142 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4143 am_cv_make_support_nested_variables=yes
4144 else
4145 am_cv_make_support_nested_variables=no
4146 fi
4147 fi
4148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4149 $as_echo "$am_cv_make_support_nested_variables" >&6; }
4150 if test $am_cv_make_support_nested_variables = yes; then
4151 AM_V='$(V)'
4152 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4153 else
4154 AM_V=$AM_DEFAULT_VERBOSITY
4155 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4156 fi
4157 AM_BACKSLASH='\'
4158
4159 if test "`cd $srcdir && pwd`" != "`pwd`"; then
4160 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4161 # is not polluted with repeated "-I."
4162 am__isrc=' -I$(srcdir)'
4163 # test to see if srcdir already configured
4164 if test -f $srcdir/config.status; then
4165 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4166 fi
4167 fi
4168
4169 # test whether we have cygpath
4170 if test -z "$CYGPATH_W"; then
4171 if (cygpath --version) >/dev/null 2>/dev/null; then
4172 CYGPATH_W='cygpath -w'
4173 else
4174 CYGPATH_W=echo
4175 fi
4176 fi
4177
4178
4179 # Define the identity of the package.
4180 PACKAGE='binutils'
4181 VERSION='2.35.50'
4182
4183
4184 cat >>confdefs.h <<_ACEOF
4185 #define PACKAGE "$PACKAGE"
4186 _ACEOF
4187
4188
4189 cat >>confdefs.h <<_ACEOF
4190 #define VERSION "$VERSION"
4191 _ACEOF
4192
4193 # Some tools Automake needs.
4194
4195 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4196
4197
4198 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4199
4200
4201 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4202
4203
4204 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4205
4206
4207 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4208
4209 # For better backward compatibility. To be removed once Automake 1.9.x
4210 # dies out for good. For more background, see:
4211 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4212 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4213 mkdir_p='$(MKDIR_P)'
4214
4215 # We need awk for the "check" target (and possibly the TAP driver). The
4216 # system "awk" is bad on some platforms.
4217 # Always define AMTAR for backward compatibility. Yes, it's still used
4218 # in the wild :-( We should find a proper way to deprecate it ...
4219 AMTAR='$${TAR-tar}'
4220
4221
4222 # We'll loop over all known methods to create a tar archive until one works.
4223 _am_tools='gnutar pax cpio none'
4224
4225 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4226
4227
4228
4229
4230
4231 depcc="$CC" am_compiler_list=
4232
4233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4234 $as_echo_n "checking dependency style of $depcc... " >&6; }
4235 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4236 $as_echo_n "(cached) " >&6
4237 else
4238 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4239 # We make a subdir and do the tests there. Otherwise we can end up
4240 # making bogus files that we don't know about and never remove. For
4241 # instance it was reported that on HP-UX the gcc test will end up
4242 # making a dummy file named 'D' -- because '-MD' means "put the output
4243 # in D".
4244 rm -rf conftest.dir
4245 mkdir conftest.dir
4246 # Copy depcomp to subdir because otherwise we won't find it if we're
4247 # using a relative directory.
4248 cp "$am_depcomp" conftest.dir
4249 cd conftest.dir
4250 # We will build objects and dependencies in a subdirectory because
4251 # it helps to detect inapplicable dependency modes. For instance
4252 # both Tru64's cc and ICC support -MD to output dependencies as a
4253 # side effect of compilation, but ICC will put the dependencies in
4254 # the current directory while Tru64 will put them in the object
4255 # directory.
4256 mkdir sub
4257
4258 am_cv_CC_dependencies_compiler_type=none
4259 if test "$am_compiler_list" = ""; then
4260 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4261 fi
4262 am__universal=false
4263 case " $depcc " in #(
4264 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4265 esac
4266
4267 for depmode in $am_compiler_list; do
4268 # Setup a source with many dependencies, because some compilers
4269 # like to wrap large dependency lists on column 80 (with \), and
4270 # we should not choose a depcomp mode which is confused by this.
4271 #
4272 # We need to recreate these files for each test, as the compiler may
4273 # overwrite some of them when testing with obscure command lines.
4274 # This happens at least with the AIX C compiler.
4275 : > sub/conftest.c
4276 for i in 1 2 3 4 5 6; do
4277 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4278 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4279 # Solaris 10 /bin/sh.
4280 echo '/* dummy */' > sub/conftst$i.h
4281 done
4282 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4283
4284 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4285 # mode. It turns out that the SunPro C++ compiler does not properly
4286 # handle '-M -o', and we need to detect this. Also, some Intel
4287 # versions had trouble with output in subdirs.
4288 am__obj=sub/conftest.${OBJEXT-o}
4289 am__minus_obj="-o $am__obj"
4290 case $depmode in
4291 gcc)
4292 # This depmode causes a compiler race in universal mode.
4293 test "$am__universal" = false || continue
4294 ;;
4295 nosideeffect)
4296 # After this tag, mechanisms are not by side-effect, so they'll
4297 # only be used when explicitly requested.
4298 if test "x$enable_dependency_tracking" = xyes; then
4299 continue
4300 else
4301 break
4302 fi
4303 ;;
4304 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4305 # This compiler won't grok '-c -o', but also, the minuso test has
4306 # not run yet. These depmodes are late enough in the game, and
4307 # so weak that their functioning should not be impacted.
4308 am__obj=conftest.${OBJEXT-o}
4309 am__minus_obj=
4310 ;;
4311 none) break ;;
4312 esac
4313 if depmode=$depmode \
4314 source=sub/conftest.c object=$am__obj \
4315 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4316 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4317 >/dev/null 2>conftest.err &&
4318 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4319 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4320 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4321 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4322 # icc doesn't choke on unknown options, it will just issue warnings
4323 # or remarks (even with -Werror). So we grep stderr for any message
4324 # that says an option was ignored or not supported.
4325 # When given -MP, icc 7.0 and 7.1 complain thusly:
4326 # icc: Command line warning: ignoring option '-M'; no argument required
4327 # The diagnosis changed in icc 8.0:
4328 # icc: Command line remark: option '-MP' not supported
4329 if (grep 'ignoring option' conftest.err ||
4330 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4331 am_cv_CC_dependencies_compiler_type=$depmode
4332 break
4333 fi
4334 fi
4335 done
4336
4337 cd ..
4338 rm -rf conftest.dir
4339 else
4340 am_cv_CC_dependencies_compiler_type=none
4341 fi
4342
4343 fi
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4345 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4346 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4347
4348 if
4349 test "x$enable_dependency_tracking" != xno \
4350 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4351 am__fastdepCC_TRUE=
4352 am__fastdepCC_FALSE='#'
4353 else
4354 am__fastdepCC_TRUE='#'
4355 am__fastdepCC_FALSE=
4356 fi
4357
4358
4359
4360 # POSIX will say in a future version that running "rm -f" with no argument
4361 # is OK; and we want to be able to make that assumption in our Makefile
4362 # recipes. So use an aggressive probe to check that the usage we want is
4363 # actually supported "in the wild" to an acceptable degree.
4364 # See automake bug#10828.
4365 # To make any issue more visible, cause the running configure to be aborted
4366 # by default if the 'rm' program in use doesn't match our expectations; the
4367 # user can still override this though.
4368 if rm -f && rm -fr && rm -rf; then : OK; else
4369 cat >&2 <<'END'
4370 Oops!
4371
4372 Your 'rm' program seems unable to run without file operands specified
4373 on the command line, even when the '-f' option is present. This is contrary
4374 to the behaviour of most rm programs out there, and not conforming with
4375 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4376
4377 Please tell bug-automake@gnu.org about your system, including the value
4378 of your $PATH and any error possibly output before this message. This
4379 can help us improve future automake versions.
4380
4381 END
4382 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4383 echo 'Configuration will proceed anyway, since you have set the' >&2
4384 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4385 echo >&2
4386 else
4387 cat >&2 <<'END'
4388 Aborting the configuration process, to ensure you take notice of the issue.
4389
4390 You can download and install GNU coreutils to get an 'rm' implementation
4391 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4392
4393 If you want to complete the configuration process using your problematic
4394 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4395 to "yes", and re-run configure.
4396
4397 END
4398 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4399 fi
4400 fi
4401
4402
4403 ac_ext=c
4404 ac_cpp='$CPP $CPPFLAGS'
4405 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4406 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4407 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4408 if test -n "$ac_tool_prefix"; then
4409 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4410 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4412 $as_echo_n "checking for $ac_word... " >&6; }
4413 if ${ac_cv_prog_CC+:} false; then :
4414 $as_echo_n "(cached) " >&6
4415 else
4416 if test -n "$CC"; then
4417 ac_cv_prog_CC="$CC" # Let the user override the test.
4418 else
4419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4420 for as_dir in $PATH
4421 do
4422 IFS=$as_save_IFS
4423 test -z "$as_dir" && as_dir=.
4424 for ac_exec_ext in '' $ac_executable_extensions; do
4425 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4426 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4428 break 2
4429 fi
4430 done
4431 done
4432 IFS=$as_save_IFS
4433
4434 fi
4435 fi
4436 CC=$ac_cv_prog_CC
4437 if test -n "$CC"; then
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4439 $as_echo "$CC" >&6; }
4440 else
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4442 $as_echo "no" >&6; }
4443 fi
4444
4445
4446 fi
4447 if test -z "$ac_cv_prog_CC"; then
4448 ac_ct_CC=$CC
4449 # Extract the first word of "gcc", so it can be a program name with args.
4450 set dummy gcc; ac_word=$2
4451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4452 $as_echo_n "checking for $ac_word... " >&6; }
4453 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4454 $as_echo_n "(cached) " >&6
4455 else
4456 if test -n "$ac_ct_CC"; then
4457 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4458 else
4459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4460 for as_dir in $PATH
4461 do
4462 IFS=$as_save_IFS
4463 test -z "$as_dir" && as_dir=.
4464 for ac_exec_ext in '' $ac_executable_extensions; do
4465 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4466 ac_cv_prog_ac_ct_CC="gcc"
4467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4468 break 2
4469 fi
4470 done
4471 done
4472 IFS=$as_save_IFS
4473
4474 fi
4475 fi
4476 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4477 if test -n "$ac_ct_CC"; then
4478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4479 $as_echo "$ac_ct_CC" >&6; }
4480 else
4481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4482 $as_echo "no" >&6; }
4483 fi
4484
4485 if test "x$ac_ct_CC" = x; then
4486 CC=""
4487 else
4488 case $cross_compiling:$ac_tool_warned in
4489 yes:)
4490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4492 ac_tool_warned=yes ;;
4493 esac
4494 CC=$ac_ct_CC
4495 fi
4496 else
4497 CC="$ac_cv_prog_CC"
4498 fi
4499
4500 if test -z "$CC"; then
4501 if test -n "$ac_tool_prefix"; then
4502 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4503 set dummy ${ac_tool_prefix}cc; ac_word=$2
4504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4505 $as_echo_n "checking for $ac_word... " >&6; }
4506 if ${ac_cv_prog_CC+:} false; then :
4507 $as_echo_n "(cached) " >&6
4508 else
4509 if test -n "$CC"; then
4510 ac_cv_prog_CC="$CC" # Let the user override the test.
4511 else
4512 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4513 for as_dir in $PATH
4514 do
4515 IFS=$as_save_IFS
4516 test -z "$as_dir" && as_dir=.
4517 for ac_exec_ext in '' $ac_executable_extensions; do
4518 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4519 ac_cv_prog_CC="${ac_tool_prefix}cc"
4520 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 break 2
4522 fi
4523 done
4524 done
4525 IFS=$as_save_IFS
4526
4527 fi
4528 fi
4529 CC=$ac_cv_prog_CC
4530 if test -n "$CC"; then
4531 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4532 $as_echo "$CC" >&6; }
4533 else
4534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4535 $as_echo "no" >&6; }
4536 fi
4537
4538
4539 fi
4540 fi
4541 if test -z "$CC"; then
4542 # Extract the first word of "cc", so it can be a program name with args.
4543 set dummy cc; ac_word=$2
4544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4545 $as_echo_n "checking for $ac_word... " >&6; }
4546 if ${ac_cv_prog_CC+:} false; then :
4547 $as_echo_n "(cached) " >&6
4548 else
4549 if test -n "$CC"; then
4550 ac_cv_prog_CC="$CC" # Let the user override the test.
4551 else
4552 ac_prog_rejected=no
4553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4554 for as_dir in $PATH
4555 do
4556 IFS=$as_save_IFS
4557 test -z "$as_dir" && as_dir=.
4558 for ac_exec_ext in '' $ac_executable_extensions; do
4559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4560 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4561 ac_prog_rejected=yes
4562 continue
4563 fi
4564 ac_cv_prog_CC="cc"
4565 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4566 break 2
4567 fi
4568 done
4569 done
4570 IFS=$as_save_IFS
4571
4572 if test $ac_prog_rejected = yes; then
4573 # We found a bogon in the path, so make sure we never use it.
4574 set dummy $ac_cv_prog_CC
4575 shift
4576 if test $# != 0; then
4577 # We chose a different compiler from the bogus one.
4578 # However, it has the same basename, so the bogon will be chosen
4579 # first if we set CC to just the basename; use the full file name.
4580 shift
4581 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4582 fi
4583 fi
4584 fi
4585 fi
4586 CC=$ac_cv_prog_CC
4587 if test -n "$CC"; then
4588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4589 $as_echo "$CC" >&6; }
4590 else
4591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4592 $as_echo "no" >&6; }
4593 fi
4594
4595
4596 fi
4597 if test -z "$CC"; then
4598 if test -n "$ac_tool_prefix"; then
4599 for ac_prog in cl.exe
4600 do
4601 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4602 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4604 $as_echo_n "checking for $ac_word... " >&6; }
4605 if ${ac_cv_prog_CC+:} false; then :
4606 $as_echo_n "(cached) " >&6
4607 else
4608 if test -n "$CC"; then
4609 ac_cv_prog_CC="$CC" # Let the user override the test.
4610 else
4611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4612 for as_dir in $PATH
4613 do
4614 IFS=$as_save_IFS
4615 test -z "$as_dir" && as_dir=.
4616 for ac_exec_ext in '' $ac_executable_extensions; do
4617 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4618 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4620 break 2
4621 fi
4622 done
4623 done
4624 IFS=$as_save_IFS
4625
4626 fi
4627 fi
4628 CC=$ac_cv_prog_CC
4629 if test -n "$CC"; then
4630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4631 $as_echo "$CC" >&6; }
4632 else
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4634 $as_echo "no" >&6; }
4635 fi
4636
4637
4638 test -n "$CC" && break
4639 done
4640 fi
4641 if test -z "$CC"; then
4642 ac_ct_CC=$CC
4643 for ac_prog in cl.exe
4644 do
4645 # Extract the first word of "$ac_prog", so it can be a program name with args.
4646 set dummy $ac_prog; ac_word=$2
4647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4648 $as_echo_n "checking for $ac_word... " >&6; }
4649 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4650 $as_echo_n "(cached) " >&6
4651 else
4652 if test -n "$ac_ct_CC"; then
4653 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4654 else
4655 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4656 for as_dir in $PATH
4657 do
4658 IFS=$as_save_IFS
4659 test -z "$as_dir" && as_dir=.
4660 for ac_exec_ext in '' $ac_executable_extensions; do
4661 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4662 ac_cv_prog_ac_ct_CC="$ac_prog"
4663 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4664 break 2
4665 fi
4666 done
4667 done
4668 IFS=$as_save_IFS
4669
4670 fi
4671 fi
4672 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4673 if test -n "$ac_ct_CC"; then
4674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4675 $as_echo "$ac_ct_CC" >&6; }
4676 else
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4678 $as_echo "no" >&6; }
4679 fi
4680
4681
4682 test -n "$ac_ct_CC" && break
4683 done
4684
4685 if test "x$ac_ct_CC" = x; then
4686 CC=""
4687 else
4688 case $cross_compiling:$ac_tool_warned in
4689 yes:)
4690 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4691 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4692 ac_tool_warned=yes ;;
4693 esac
4694 CC=$ac_ct_CC
4695 fi
4696 fi
4697
4698 fi
4699
4700
4701 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4702 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4703 as_fn_error $? "no acceptable C compiler found in \$PATH
4704 See \`config.log' for more details" "$LINENO" 5; }
4705
4706 # Provide some information about the compiler.
4707 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4708 set X $ac_compile
4709 ac_compiler=$2
4710 for ac_option in --version -v -V -qversion; do
4711 { { ac_try="$ac_compiler $ac_option >&5"
4712 case "(($ac_try" in
4713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4714 *) ac_try_echo=$ac_try;;
4715 esac
4716 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4717 $as_echo "$ac_try_echo"; } >&5
4718 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4719 ac_status=$?
4720 if test -s conftest.err; then
4721 sed '10a\
4722 ... rest of stderr output deleted ...
4723 10q' conftest.err >conftest.er1
4724 cat conftest.er1 >&5
4725 fi
4726 rm -f conftest.er1 conftest.err
4727 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4728 test $ac_status = 0; }
4729 done
4730
4731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4732 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4733 if ${ac_cv_c_compiler_gnu+:} false; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4737 /* end confdefs.h. */
4738
4739 int
4740 main ()
4741 {
4742 #ifndef __GNUC__
4743 choke me
4744 #endif
4745
4746 ;
4747 return 0;
4748 }
4749 _ACEOF
4750 if ac_fn_c_try_compile "$LINENO"; then :
4751 ac_compiler_gnu=yes
4752 else
4753 ac_compiler_gnu=no
4754 fi
4755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4756 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4757
4758 fi
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4760 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4761 if test $ac_compiler_gnu = yes; then
4762 GCC=yes
4763 else
4764 GCC=
4765 fi
4766 ac_test_CFLAGS=${CFLAGS+set}
4767 ac_save_CFLAGS=$CFLAGS
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4769 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4770 if ${ac_cv_prog_cc_g+:} false; then :
4771 $as_echo_n "(cached) " >&6
4772 else
4773 ac_save_c_werror_flag=$ac_c_werror_flag
4774 ac_c_werror_flag=yes
4775 ac_cv_prog_cc_g=no
4776 CFLAGS="-g"
4777 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4778 /* end confdefs.h. */
4779
4780 int
4781 main ()
4782 {
4783
4784 ;
4785 return 0;
4786 }
4787 _ACEOF
4788 if ac_fn_c_try_compile "$LINENO"; then :
4789 ac_cv_prog_cc_g=yes
4790 else
4791 CFLAGS=""
4792 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4793 /* end confdefs.h. */
4794
4795 int
4796 main ()
4797 {
4798
4799 ;
4800 return 0;
4801 }
4802 _ACEOF
4803 if ac_fn_c_try_compile "$LINENO"; then :
4804
4805 else
4806 ac_c_werror_flag=$ac_save_c_werror_flag
4807 CFLAGS="-g"
4808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4809 /* end confdefs.h. */
4810
4811 int
4812 main ()
4813 {
4814
4815 ;
4816 return 0;
4817 }
4818 _ACEOF
4819 if ac_fn_c_try_compile "$LINENO"; then :
4820 ac_cv_prog_cc_g=yes
4821 fi
4822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4823 fi
4824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4825 fi
4826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4827 ac_c_werror_flag=$ac_save_c_werror_flag
4828 fi
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4830 $as_echo "$ac_cv_prog_cc_g" >&6; }
4831 if test "$ac_test_CFLAGS" = set; then
4832 CFLAGS=$ac_save_CFLAGS
4833 elif test $ac_cv_prog_cc_g = yes; then
4834 if test "$GCC" = yes; then
4835 CFLAGS="-g -O2"
4836 else
4837 CFLAGS="-g"
4838 fi
4839 else
4840 if test "$GCC" = yes; then
4841 CFLAGS="-O2"
4842 else
4843 CFLAGS=
4844 fi
4845 fi
4846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4847 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4848 if ${ac_cv_prog_cc_c89+:} false; then :
4849 $as_echo_n "(cached) " >&6
4850 else
4851 ac_cv_prog_cc_c89=no
4852 ac_save_CC=$CC
4853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4854 /* end confdefs.h. */
4855 #include <stdarg.h>
4856 #include <stdio.h>
4857 struct stat;
4858 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4859 struct buf { int x; };
4860 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4861 static char *e (p, i)
4862 char **p;
4863 int i;
4864 {
4865 return p[i];
4866 }
4867 static char *f (char * (*g) (char **, int), char **p, ...)
4868 {
4869 char *s;
4870 va_list v;
4871 va_start (v,p);
4872 s = g (p, va_arg (v,int));
4873 va_end (v);
4874 return s;
4875 }
4876
4877 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4878 function prototypes and stuff, but not '\xHH' hex character constants.
4879 These don't provoke an error unfortunately, instead are silently treated
4880 as 'x'. The following induces an error, until -std is added to get
4881 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4882 array size at least. It's necessary to write '\x00'==0 to get something
4883 that's true only with -std. */
4884 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4885
4886 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4887 inside strings and character constants. */
4888 #define FOO(x) 'x'
4889 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4890
4891 int test (int i, double x);
4892 struct s1 {int (*f) (int a);};
4893 struct s2 {int (*f) (double a);};
4894 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4895 int argc;
4896 char **argv;
4897 int
4898 main ()
4899 {
4900 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4901 ;
4902 return 0;
4903 }
4904 _ACEOF
4905 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4906 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4907 do
4908 CC="$ac_save_CC $ac_arg"
4909 if ac_fn_c_try_compile "$LINENO"; then :
4910 ac_cv_prog_cc_c89=$ac_arg
4911 fi
4912 rm -f core conftest.err conftest.$ac_objext
4913 test "x$ac_cv_prog_cc_c89" != "xno" && break
4914 done
4915 rm -f conftest.$ac_ext
4916 CC=$ac_save_CC
4917
4918 fi
4919 # AC_CACHE_VAL
4920 case "x$ac_cv_prog_cc_c89" in
4921 x)
4922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4923 $as_echo "none needed" >&6; } ;;
4924 xno)
4925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4926 $as_echo "unsupported" >&6; } ;;
4927 *)
4928 CC="$CC $ac_cv_prog_cc_c89"
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4930 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4931 esac
4932 if test "x$ac_cv_prog_cc_c89" != xno; then :
4933
4934 fi
4935
4936 ac_ext=c
4937 ac_cpp='$CPP $CPPFLAGS'
4938 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4939 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4940 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4941
4942 ac_ext=c
4943 ac_cpp='$CPP $CPPFLAGS'
4944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4947 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4948 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4949 if ${am_cv_prog_cc_c_o+:} false; then :
4950 $as_echo_n "(cached) " >&6
4951 else
4952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4953 /* end confdefs.h. */
4954
4955 int
4956 main ()
4957 {
4958
4959 ;
4960 return 0;
4961 }
4962 _ACEOF
4963 # Make sure it works both with $CC and with simple cc.
4964 # Following AC_PROG_CC_C_O, we do the test twice because some
4965 # compilers refuse to overwrite an existing .o file with -o,
4966 # though they will create one.
4967 am_cv_prog_cc_c_o=yes
4968 for am_i in 1 2; do
4969 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4970 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4971 ac_status=$?
4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 (exit $ac_status); } \
4974 && test -f conftest2.$ac_objext; then
4975 : OK
4976 else
4977 am_cv_prog_cc_c_o=no
4978 break
4979 fi
4980 done
4981 rm -f core conftest*
4982 unset am_i
4983 fi
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4985 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4986 if test "$am_cv_prog_cc_c_o" != yes; then
4987 # Losing compiler, so override with the script.
4988 # FIXME: It is wrong to rewrite CC.
4989 # But if we don't then we get into trouble of one sort or another.
4990 # A longer-term fix would be to have automake use am__CC in this case,
4991 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4992 CC="$am_aux_dir/compile $CC"
4993 fi
4994 ac_ext=c
4995 ac_cpp='$CPP $CPPFLAGS'
4996 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4997 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4998 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4999
5000
5001 ac_ext=c
5002 ac_cpp='$CPP $CPPFLAGS'
5003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5007 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5008 # On Suns, sometimes $CPP names a directory.
5009 if test -n "$CPP" && test -d "$CPP"; then
5010 CPP=
5011 fi
5012 if test -z "$CPP"; then
5013 if ${ac_cv_prog_CPP+:} false; then :
5014 $as_echo_n "(cached) " >&6
5015 else
5016 # Double quotes because CPP needs to be expanded
5017 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5018 do
5019 ac_preproc_ok=false
5020 for ac_c_preproc_warn_flag in '' yes
5021 do
5022 # Use a header file that comes with gcc, so configuring glibc
5023 # with a fresh cross-compiler works.
5024 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5025 # <limits.h> exists even on freestanding compilers.
5026 # On the NeXT, cc -E runs the code through the compiler's parser,
5027 # not just through cpp. "Syntax error" is here to catch this case.
5028 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5029 /* end confdefs.h. */
5030 #ifdef __STDC__
5031 # include <limits.h>
5032 #else
5033 # include <assert.h>
5034 #endif
5035 Syntax error
5036 _ACEOF
5037 if ac_fn_c_try_cpp "$LINENO"; then :
5038
5039 else
5040 # Broken: fails on valid input.
5041 continue
5042 fi
5043 rm -f conftest.err conftest.i conftest.$ac_ext
5044
5045 # OK, works on sane cases. Now check whether nonexistent headers
5046 # can be detected and how.
5047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5048 /* end confdefs.h. */
5049 #include <ac_nonexistent.h>
5050 _ACEOF
5051 if ac_fn_c_try_cpp "$LINENO"; then :
5052 # Broken: success on invalid input.
5053 continue
5054 else
5055 # Passes both tests.
5056 ac_preproc_ok=:
5057 break
5058 fi
5059 rm -f conftest.err conftest.i conftest.$ac_ext
5060
5061 done
5062 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5063 rm -f conftest.i conftest.err conftest.$ac_ext
5064 if $ac_preproc_ok; then :
5065 break
5066 fi
5067
5068 done
5069 ac_cv_prog_CPP=$CPP
5070
5071 fi
5072 CPP=$ac_cv_prog_CPP
5073 else
5074 ac_cv_prog_CPP=$CPP
5075 fi
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5077 $as_echo "$CPP" >&6; }
5078 ac_preproc_ok=false
5079 for ac_c_preproc_warn_flag in '' yes
5080 do
5081 # Use a header file that comes with gcc, so configuring glibc
5082 # with a fresh cross-compiler works.
5083 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5084 # <limits.h> exists even on freestanding compilers.
5085 # On the NeXT, cc -E runs the code through the compiler's parser,
5086 # not just through cpp. "Syntax error" is here to catch this case.
5087 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5088 /* end confdefs.h. */
5089 #ifdef __STDC__
5090 # include <limits.h>
5091 #else
5092 # include <assert.h>
5093 #endif
5094 Syntax error
5095 _ACEOF
5096 if ac_fn_c_try_cpp "$LINENO"; then :
5097
5098 else
5099 # Broken: fails on valid input.
5100 continue
5101 fi
5102 rm -f conftest.err conftest.i conftest.$ac_ext
5103
5104 # OK, works on sane cases. Now check whether nonexistent headers
5105 # can be detected and how.
5106 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5107 /* end confdefs.h. */
5108 #include <ac_nonexistent.h>
5109 _ACEOF
5110 if ac_fn_c_try_cpp "$LINENO"; then :
5111 # Broken: success on invalid input.
5112 continue
5113 else
5114 # Passes both tests.
5115 ac_preproc_ok=:
5116 break
5117 fi
5118 rm -f conftest.err conftest.i conftest.$ac_ext
5119
5120 done
5121 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5122 rm -f conftest.i conftest.err conftest.$ac_ext
5123 if $ac_preproc_ok; then :
5124
5125 else
5126 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5127 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5128 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5129 See \`config.log' for more details" "$LINENO" 5; }
5130 fi
5131
5132 ac_ext=c
5133 ac_cpp='$CPP $CPPFLAGS'
5134 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5137
5138
5139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5140 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5141 if ${ac_cv_path_GREP+:} false; then :
5142 $as_echo_n "(cached) " >&6
5143 else
5144 if test -z "$GREP"; then
5145 ac_path_GREP_found=false
5146 # Loop through the user's path and test for each of PROGNAME-LIST
5147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5148 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5149 do
5150 IFS=$as_save_IFS
5151 test -z "$as_dir" && as_dir=.
5152 for ac_prog in grep ggrep; do
5153 for ac_exec_ext in '' $ac_executable_extensions; do
5154 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5155 as_fn_executable_p "$ac_path_GREP" || continue
5156 # Check for GNU ac_path_GREP and select it if it is found.
5157 # Check for GNU $ac_path_GREP
5158 case `"$ac_path_GREP" --version 2>&1` in
5159 *GNU*)
5160 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5161 *)
5162 ac_count=0
5163 $as_echo_n 0123456789 >"conftest.in"
5164 while :
5165 do
5166 cat "conftest.in" "conftest.in" >"conftest.tmp"
5167 mv "conftest.tmp" "conftest.in"
5168 cp "conftest.in" "conftest.nl"
5169 $as_echo 'GREP' >> "conftest.nl"
5170 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5171 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5172 as_fn_arith $ac_count + 1 && ac_count=$as_val
5173 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5174 # Best one so far, save it but keep looking for a better one
5175 ac_cv_path_GREP="$ac_path_GREP"
5176 ac_path_GREP_max=$ac_count
5177 fi
5178 # 10*(2^10) chars as input seems more than enough
5179 test $ac_count -gt 10 && break
5180 done
5181 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5182 esac
5183
5184 $ac_path_GREP_found && break 3
5185 done
5186 done
5187 done
5188 IFS=$as_save_IFS
5189 if test -z "$ac_cv_path_GREP"; then
5190 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5191 fi
5192 else
5193 ac_cv_path_GREP=$GREP
5194 fi
5195
5196 fi
5197 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5198 $as_echo "$ac_cv_path_GREP" >&6; }
5199 GREP="$ac_cv_path_GREP"
5200
5201
5202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5203 $as_echo_n "checking for egrep... " >&6; }
5204 if ${ac_cv_path_EGREP+:} false; then :
5205 $as_echo_n "(cached) " >&6
5206 else
5207 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5208 then ac_cv_path_EGREP="$GREP -E"
5209 else
5210 if test -z "$EGREP"; then
5211 ac_path_EGREP_found=false
5212 # Loop through the user's path and test for each of PROGNAME-LIST
5213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5214 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5215 do
5216 IFS=$as_save_IFS
5217 test -z "$as_dir" && as_dir=.
5218 for ac_prog in egrep; do
5219 for ac_exec_ext in '' $ac_executable_extensions; do
5220 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5221 as_fn_executable_p "$ac_path_EGREP" || continue
5222 # Check for GNU ac_path_EGREP and select it if it is found.
5223 # Check for GNU $ac_path_EGREP
5224 case `"$ac_path_EGREP" --version 2>&1` in
5225 *GNU*)
5226 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5227 *)
5228 ac_count=0
5229 $as_echo_n 0123456789 >"conftest.in"
5230 while :
5231 do
5232 cat "conftest.in" "conftest.in" >"conftest.tmp"
5233 mv "conftest.tmp" "conftest.in"
5234 cp "conftest.in" "conftest.nl"
5235 $as_echo 'EGREP' >> "conftest.nl"
5236 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5237 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5238 as_fn_arith $ac_count + 1 && ac_count=$as_val
5239 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5240 # Best one so far, save it but keep looking for a better one
5241 ac_cv_path_EGREP="$ac_path_EGREP"
5242 ac_path_EGREP_max=$ac_count
5243 fi
5244 # 10*(2^10) chars as input seems more than enough
5245 test $ac_count -gt 10 && break
5246 done
5247 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5248 esac
5249
5250 $ac_path_EGREP_found && break 3
5251 done
5252 done
5253 done
5254 IFS=$as_save_IFS
5255 if test -z "$ac_cv_path_EGREP"; then
5256 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5257 fi
5258 else
5259 ac_cv_path_EGREP=$EGREP
5260 fi
5261
5262 fi
5263 fi
5264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5265 $as_echo "$ac_cv_path_EGREP" >&6; }
5266 EGREP="$ac_cv_path_EGREP"
5267
5268
5269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5270 $as_echo_n "checking for ANSI C header files... " >&6; }
5271 if ${ac_cv_header_stdc+:} false; then :
5272 $as_echo_n "(cached) " >&6
5273 else
5274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5275 /* end confdefs.h. */
5276 #include <stdlib.h>
5277 #include <stdarg.h>
5278 #include <string.h>
5279 #include <float.h>
5280
5281 int
5282 main ()
5283 {
5284
5285 ;
5286 return 0;
5287 }
5288 _ACEOF
5289 if ac_fn_c_try_compile "$LINENO"; then :
5290 ac_cv_header_stdc=yes
5291 else
5292 ac_cv_header_stdc=no
5293 fi
5294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5295
5296 if test $ac_cv_header_stdc = yes; then
5297 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5299 /* end confdefs.h. */
5300 #include <string.h>
5301
5302 _ACEOF
5303 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5304 $EGREP "memchr" >/dev/null 2>&1; then :
5305
5306 else
5307 ac_cv_header_stdc=no
5308 fi
5309 rm -f conftest*
5310
5311 fi
5312
5313 if test $ac_cv_header_stdc = yes; then
5314 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5315 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5316 /* end confdefs.h. */
5317 #include <stdlib.h>
5318
5319 _ACEOF
5320 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5321 $EGREP "free" >/dev/null 2>&1; then :
5322
5323 else
5324 ac_cv_header_stdc=no
5325 fi
5326 rm -f conftest*
5327
5328 fi
5329
5330 if test $ac_cv_header_stdc = yes; then
5331 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5332 if test "$cross_compiling" = yes; then :
5333 :
5334 else
5335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5336 /* end confdefs.h. */
5337 #include <ctype.h>
5338 #include <stdlib.h>
5339 #if ((' ' & 0x0FF) == 0x020)
5340 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5341 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5342 #else
5343 # define ISLOWER(c) \
5344 (('a' <= (c) && (c) <= 'i') \
5345 || ('j' <= (c) && (c) <= 'r') \
5346 || ('s' <= (c) && (c) <= 'z'))
5347 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5348 #endif
5349
5350 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5351 int
5352 main ()
5353 {
5354 int i;
5355 for (i = 0; i < 256; i++)
5356 if (XOR (islower (i), ISLOWER (i))
5357 || toupper (i) != TOUPPER (i))
5358 return 2;
5359 return 0;
5360 }
5361 _ACEOF
5362 if ac_fn_c_try_run "$LINENO"; then :
5363
5364 else
5365 ac_cv_header_stdc=no
5366 fi
5367 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5368 conftest.$ac_objext conftest.beam conftest.$ac_ext
5369 fi
5370
5371 fi
5372 fi
5373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5374 $as_echo "$ac_cv_header_stdc" >&6; }
5375 if test $ac_cv_header_stdc = yes; then
5376
5377 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5378
5379 fi
5380
5381 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5382 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5383 inttypes.h stdint.h unistd.h
5384 do :
5385 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5386 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5387 "
5388 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5389 cat >>confdefs.h <<_ACEOF
5390 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5391 _ACEOF
5392
5393 fi
5394
5395 done
5396
5397
5398
5399 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5400 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5401 MINIX=yes
5402 else
5403 MINIX=
5404 fi
5405
5406
5407 if test "$MINIX" = yes; then
5408
5409 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5410
5411
5412 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5413
5414
5415 $as_echo "#define _MINIX 1" >>confdefs.h
5416
5417 fi
5418
5419
5420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5421 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5422 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5423 $as_echo_n "(cached) " >&6
5424 else
5425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5426 /* end confdefs.h. */
5427
5428 # define __EXTENSIONS__ 1
5429 $ac_includes_default
5430 int
5431 main ()
5432 {
5433
5434 ;
5435 return 0;
5436 }
5437 _ACEOF
5438 if ac_fn_c_try_compile "$LINENO"; then :
5439 ac_cv_safe_to_define___extensions__=yes
5440 else
5441 ac_cv_safe_to_define___extensions__=no
5442 fi
5443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5444 fi
5445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5446 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5447 test $ac_cv_safe_to_define___extensions__ = yes &&
5448 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5449
5450 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5451
5452 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5453
5454 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5455
5456 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5457
5458
5459
5460
5461
5462 case `pwd` in
5463 *\ * | *\ *)
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5465 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5466 esac
5467
5468
5469
5470 macro_version='2.2.7a'
5471 macro_revision='1.3134'
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485 ltmain="$ac_aux_dir/ltmain.sh"
5486
5487 # Backslashify metacharacters that are still active within
5488 # double-quoted strings.
5489 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5490
5491 # Same as above, but do not quote variable references.
5492 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5493
5494 # Sed substitution to delay expansion of an escaped shell variable in a
5495 # double_quote_subst'ed string.
5496 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5497
5498 # Sed substitution to delay expansion of an escaped single quote.
5499 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5500
5501 # Sed substitution to avoid accidental globbing in evaled expressions
5502 no_glob_subst='s/\*/\\\*/g'
5503
5504 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5505 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5506 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5507
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5509 $as_echo_n "checking how to print strings... " >&6; }
5510 # Test print first, because it will be a builtin if present.
5511 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5512 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5513 ECHO='print -r --'
5514 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5515 ECHO='printf %s\n'
5516 else
5517 # Use this function as a fallback that always works.
5518 func_fallback_echo ()
5519 {
5520 eval 'cat <<_LTECHO_EOF
5521 $1
5522 _LTECHO_EOF'
5523 }
5524 ECHO='func_fallback_echo'
5525 fi
5526
5527 # func_echo_all arg...
5528 # Invoke $ECHO with all args, space-separated.
5529 func_echo_all ()
5530 {
5531 $ECHO ""
5532 }
5533
5534 case "$ECHO" in
5535 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5536 $as_echo "printf" >&6; } ;;
5537 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5538 $as_echo "print -r" >&6; } ;;
5539 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5540 $as_echo "cat" >&6; } ;;
5541 esac
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5557 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5558 if ${ac_cv_path_SED+:} false; then :
5559 $as_echo_n "(cached) " >&6
5560 else
5561 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5562 for ac_i in 1 2 3 4 5 6 7; do
5563 ac_script="$ac_script$as_nl$ac_script"
5564 done
5565 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5566 { ac_script=; unset ac_script;}
5567 if test -z "$SED"; then
5568 ac_path_SED_found=false
5569 # Loop through the user's path and test for each of PROGNAME-LIST
5570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5571 for as_dir in $PATH
5572 do
5573 IFS=$as_save_IFS
5574 test -z "$as_dir" && as_dir=.
5575 for ac_prog in sed gsed; do
5576 for ac_exec_ext in '' $ac_executable_extensions; do
5577 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5578 as_fn_executable_p "$ac_path_SED" || continue
5579 # Check for GNU ac_path_SED and select it if it is found.
5580 # Check for GNU $ac_path_SED
5581 case `"$ac_path_SED" --version 2>&1` in
5582 *GNU*)
5583 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5584 *)
5585 ac_count=0
5586 $as_echo_n 0123456789 >"conftest.in"
5587 while :
5588 do
5589 cat "conftest.in" "conftest.in" >"conftest.tmp"
5590 mv "conftest.tmp" "conftest.in"
5591 cp "conftest.in" "conftest.nl"
5592 $as_echo '' >> "conftest.nl"
5593 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5594 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5595 as_fn_arith $ac_count + 1 && ac_count=$as_val
5596 if test $ac_count -gt ${ac_path_SED_max-0}; then
5597 # Best one so far, save it but keep looking for a better one
5598 ac_cv_path_SED="$ac_path_SED"
5599 ac_path_SED_max=$ac_count
5600 fi
5601 # 10*(2^10) chars as input seems more than enough
5602 test $ac_count -gt 10 && break
5603 done
5604 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5605 esac
5606
5607 $ac_path_SED_found && break 3
5608 done
5609 done
5610 done
5611 IFS=$as_save_IFS
5612 if test -z "$ac_cv_path_SED"; then
5613 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5614 fi
5615 else
5616 ac_cv_path_SED=$SED
5617 fi
5618
5619 fi
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5621 $as_echo "$ac_cv_path_SED" >&6; }
5622 SED="$ac_cv_path_SED"
5623 rm -f conftest.sed
5624
5625 test -z "$SED" && SED=sed
5626 Xsed="$SED -e 1s/^X//"
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5639 $as_echo_n "checking for fgrep... " >&6; }
5640 if ${ac_cv_path_FGREP+:} false; then :
5641 $as_echo_n "(cached) " >&6
5642 else
5643 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5644 then ac_cv_path_FGREP="$GREP -F"
5645 else
5646 if test -z "$FGREP"; then
5647 ac_path_FGREP_found=false
5648 # Loop through the user's path and test for each of PROGNAME-LIST
5649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5650 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5651 do
5652 IFS=$as_save_IFS
5653 test -z "$as_dir" && as_dir=.
5654 for ac_prog in fgrep; do
5655 for ac_exec_ext in '' $ac_executable_extensions; do
5656 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5657 as_fn_executable_p "$ac_path_FGREP" || continue
5658 # Check for GNU ac_path_FGREP and select it if it is found.
5659 # Check for GNU $ac_path_FGREP
5660 case `"$ac_path_FGREP" --version 2>&1` in
5661 *GNU*)
5662 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5663 *)
5664 ac_count=0
5665 $as_echo_n 0123456789 >"conftest.in"
5666 while :
5667 do
5668 cat "conftest.in" "conftest.in" >"conftest.tmp"
5669 mv "conftest.tmp" "conftest.in"
5670 cp "conftest.in" "conftest.nl"
5671 $as_echo 'FGREP' >> "conftest.nl"
5672 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5673 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5674 as_fn_arith $ac_count + 1 && ac_count=$as_val
5675 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5676 # Best one so far, save it but keep looking for a better one
5677 ac_cv_path_FGREP="$ac_path_FGREP"
5678 ac_path_FGREP_max=$ac_count
5679 fi
5680 # 10*(2^10) chars as input seems more than enough
5681 test $ac_count -gt 10 && break
5682 done
5683 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5684 esac
5685
5686 $ac_path_FGREP_found && break 3
5687 done
5688 done
5689 done
5690 IFS=$as_save_IFS
5691 if test -z "$ac_cv_path_FGREP"; then
5692 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5693 fi
5694 else
5695 ac_cv_path_FGREP=$FGREP
5696 fi
5697
5698 fi
5699 fi
5700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5701 $as_echo "$ac_cv_path_FGREP" >&6; }
5702 FGREP="$ac_cv_path_FGREP"
5703
5704
5705 test -z "$GREP" && GREP=grep
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725 # Check whether --with-gnu-ld was given.
5726 if test "${with_gnu_ld+set}" = set; then :
5727 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5728 else
5729 with_gnu_ld=no
5730 fi
5731
5732 ac_prog=ld
5733 if test "$GCC" = yes; then
5734 # Check if gcc -print-prog-name=ld gives a path.
5735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5736 $as_echo_n "checking for ld used by $CC... " >&6; }
5737 case $host in
5738 *-*-mingw*)
5739 # gcc leaves a trailing carriage return which upsets mingw
5740 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5741 *)
5742 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5743 esac
5744 case $ac_prog in
5745 # Accept absolute paths.
5746 [\\/]* | ?:[\\/]*)
5747 re_direlt='/[^/][^/]*/\.\./'
5748 # Canonicalize the pathname of ld
5749 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5750 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5751 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5752 done
5753 test -z "$LD" && LD="$ac_prog"
5754 ;;
5755 "")
5756 # If it fails, then pretend we aren't using GCC.
5757 ac_prog=ld
5758 ;;
5759 *)
5760 # If it is relative, then search for the first ld in PATH.
5761 with_gnu_ld=unknown
5762 ;;
5763 esac
5764 elif test "$with_gnu_ld" = yes; then
5765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5766 $as_echo_n "checking for GNU ld... " >&6; }
5767 else
5768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5769 $as_echo_n "checking for non-GNU ld... " >&6; }
5770 fi
5771 if ${lt_cv_path_LD+:} false; then :
5772 $as_echo_n "(cached) " >&6
5773 else
5774 if test -z "$LD"; then
5775 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5776 for ac_dir in $PATH; do
5777 IFS="$lt_save_ifs"
5778 test -z "$ac_dir" && ac_dir=.
5779 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5780 lt_cv_path_LD="$ac_dir/$ac_prog"
5781 # Check to see if the program is GNU ld. I'd rather use --version,
5782 # but apparently some variants of GNU ld only accept -v.
5783 # Break only if it was the GNU/non-GNU ld that we prefer.
5784 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5785 *GNU* | *'with BFD'*)
5786 test "$with_gnu_ld" != no && break
5787 ;;
5788 *)
5789 test "$with_gnu_ld" != yes && break
5790 ;;
5791 esac
5792 fi
5793 done
5794 IFS="$lt_save_ifs"
5795 else
5796 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5797 fi
5798 fi
5799
5800 LD="$lt_cv_path_LD"
5801 if test -n "$LD"; then
5802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5803 $as_echo "$LD" >&6; }
5804 else
5805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5806 $as_echo "no" >&6; }
5807 fi
5808 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5810 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5811 if ${lt_cv_prog_gnu_ld+:} false; then :
5812 $as_echo_n "(cached) " >&6
5813 else
5814 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5815 case `$LD -v 2>&1 </dev/null` in
5816 *GNU* | *'with BFD'*)
5817 lt_cv_prog_gnu_ld=yes
5818 ;;
5819 *)
5820 lt_cv_prog_gnu_ld=no
5821 ;;
5822 esac
5823 fi
5824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5825 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5826 with_gnu_ld=$lt_cv_prog_gnu_ld
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5837 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5838 if ${lt_cv_path_NM+:} false; then :
5839 $as_echo_n "(cached) " >&6
5840 else
5841 if test -n "$NM"; then
5842 # Let the user override the test.
5843 lt_cv_path_NM="$NM"
5844 else
5845 lt_nm_to_check="${ac_tool_prefix}nm"
5846 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5847 lt_nm_to_check="$lt_nm_to_check nm"
5848 fi
5849 for lt_tmp_nm in $lt_nm_to_check; do
5850 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5851 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5852 IFS="$lt_save_ifs"
5853 test -z "$ac_dir" && ac_dir=.
5854 tmp_nm="$ac_dir/$lt_tmp_nm"
5855 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5856 # Check to see if the nm accepts a BSD-compat flag.
5857 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5858 # nm: unknown option "B" ignored
5859 # Tru64's nm complains that /dev/null is an invalid object file
5860 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5861 */dev/null* | *'Invalid file or object type'*)
5862 lt_cv_path_NM="$tmp_nm -B"
5863 break
5864 ;;
5865 *)
5866 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5867 */dev/null*)
5868 lt_cv_path_NM="$tmp_nm -p"
5869 break
5870 ;;
5871 *)
5872 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5873 continue # so that we can try to find one that supports BSD flags
5874 ;;
5875 esac
5876 ;;
5877 esac
5878 fi
5879 done
5880 IFS="$lt_save_ifs"
5881 done
5882 : ${lt_cv_path_NM=no}
5883 fi
5884 fi
5885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5886 $as_echo "$lt_cv_path_NM" >&6; }
5887 if test "$lt_cv_path_NM" != "no"; then
5888 NM="$lt_cv_path_NM"
5889 else
5890 # Didn't find any BSD compatible name lister, look for dumpbin.
5891 if test -n "$DUMPBIN"; then :
5892 # Let the user override the test.
5893 else
5894 if test -n "$ac_tool_prefix"; then
5895 for ac_prog in dumpbin "link -dump"
5896 do
5897 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5898 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5900 $as_echo_n "checking for $ac_word... " >&6; }
5901 if ${ac_cv_prog_DUMPBIN+:} false; then :
5902 $as_echo_n "(cached) " >&6
5903 else
5904 if test -n "$DUMPBIN"; then
5905 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5906 else
5907 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5908 for as_dir in $PATH
5909 do
5910 IFS=$as_save_IFS
5911 test -z "$as_dir" && as_dir=.
5912 for ac_exec_ext in '' $ac_executable_extensions; do
5913 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5914 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5916 break 2
5917 fi
5918 done
5919 done
5920 IFS=$as_save_IFS
5921
5922 fi
5923 fi
5924 DUMPBIN=$ac_cv_prog_DUMPBIN
5925 if test -n "$DUMPBIN"; then
5926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5927 $as_echo "$DUMPBIN" >&6; }
5928 else
5929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5930 $as_echo "no" >&6; }
5931 fi
5932
5933
5934 test -n "$DUMPBIN" && break
5935 done
5936 fi
5937 if test -z "$DUMPBIN"; then
5938 ac_ct_DUMPBIN=$DUMPBIN
5939 for ac_prog in dumpbin "link -dump"
5940 do
5941 # Extract the first word of "$ac_prog", so it can be a program name with args.
5942 set dummy $ac_prog; ac_word=$2
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5944 $as_echo_n "checking for $ac_word... " >&6; }
5945 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5946 $as_echo_n "(cached) " >&6
5947 else
5948 if test -n "$ac_ct_DUMPBIN"; then
5949 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5950 else
5951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5952 for as_dir in $PATH
5953 do
5954 IFS=$as_save_IFS
5955 test -z "$as_dir" && as_dir=.
5956 for ac_exec_ext in '' $ac_executable_extensions; do
5957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5958 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5960 break 2
5961 fi
5962 done
5963 done
5964 IFS=$as_save_IFS
5965
5966 fi
5967 fi
5968 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5969 if test -n "$ac_ct_DUMPBIN"; then
5970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5971 $as_echo "$ac_ct_DUMPBIN" >&6; }
5972 else
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5974 $as_echo "no" >&6; }
5975 fi
5976
5977
5978 test -n "$ac_ct_DUMPBIN" && break
5979 done
5980
5981 if test "x$ac_ct_DUMPBIN" = x; then
5982 DUMPBIN=":"
5983 else
5984 case $cross_compiling:$ac_tool_warned in
5985 yes:)
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5987 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5988 ac_tool_warned=yes ;;
5989 esac
5990 DUMPBIN=$ac_ct_DUMPBIN
5991 fi
5992 fi
5993
5994 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5995 *COFF*)
5996 DUMPBIN="$DUMPBIN -symbols"
5997 ;;
5998 *)
5999 DUMPBIN=:
6000 ;;
6001 esac
6002 fi
6003
6004 if test "$DUMPBIN" != ":"; then
6005 NM="$DUMPBIN"
6006 fi
6007 fi
6008 test -z "$NM" && NM=nm
6009
6010
6011
6012
6013
6014
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6016 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
6017 if ${lt_cv_nm_interface+:} false; then :
6018 $as_echo_n "(cached) " >&6
6019 else
6020 lt_cv_nm_interface="BSD nm"
6021 echo "int some_variable = 0;" > conftest.$ac_ext
6022 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6023 (eval "$ac_compile" 2>conftest.err)
6024 cat conftest.err >&5
6025 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6026 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6027 cat conftest.err >&5
6028 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6029 cat conftest.out >&5
6030 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6031 lt_cv_nm_interface="MS dumpbin"
6032 fi
6033 rm -f conftest*
6034 fi
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6036 $as_echo "$lt_cv_nm_interface" >&6; }
6037
6038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6039 $as_echo_n "checking whether ln -s works... " >&6; }
6040 LN_S=$as_ln_s
6041 if test "$LN_S" = "ln -s"; then
6042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6043 $as_echo "yes" >&6; }
6044 else
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6046 $as_echo "no, using $LN_S" >&6; }
6047 fi
6048
6049 # find the maximum length of command line arguments
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6051 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
6052 if ${lt_cv_sys_max_cmd_len+:} false; then :
6053 $as_echo_n "(cached) " >&6
6054 else
6055 i=0
6056 teststring="ABCD"
6057
6058 case $build_os in
6059 msdosdjgpp*)
6060 # On DJGPP, this test can blow up pretty badly due to problems in libc
6061 # (any single argument exceeding 2000 bytes causes a buffer overrun
6062 # during glob expansion). Even if it were fixed, the result of this
6063 # check would be larger than it should be.
6064 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6065 ;;
6066
6067 gnu*)
6068 # Under GNU Hurd, this test is not required because there is
6069 # no limit to the length of command line arguments.
6070 # Libtool will interpret -1 as no limit whatsoever
6071 lt_cv_sys_max_cmd_len=-1;
6072 ;;
6073
6074 cygwin* | mingw* | cegcc*)
6075 # On Win9x/ME, this test blows up -- it succeeds, but takes
6076 # about 5 minutes as the teststring grows exponentially.
6077 # Worse, since 9x/ME are not pre-emptively multitasking,
6078 # you end up with a "frozen" computer, even though with patience
6079 # the test eventually succeeds (with a max line length of 256k).
6080 # Instead, let's just punt: use the minimum linelength reported by
6081 # all of the supported platforms: 8192 (on NT/2K/XP).
6082 lt_cv_sys_max_cmd_len=8192;
6083 ;;
6084
6085 mint*)
6086 # On MiNT this can take a long time and run out of memory.
6087 lt_cv_sys_max_cmd_len=8192;
6088 ;;
6089
6090 amigaos*)
6091 # On AmigaOS with pdksh, this test takes hours, literally.
6092 # So we just punt and use a minimum line length of 8192.
6093 lt_cv_sys_max_cmd_len=8192;
6094 ;;
6095
6096 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6097 # This has been around since 386BSD, at least. Likely further.
6098 if test -x /sbin/sysctl; then
6099 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6100 elif test -x /usr/sbin/sysctl; then
6101 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6102 else
6103 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6104 fi
6105 # And add a safety zone
6106 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6107 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6108 ;;
6109
6110 interix*)
6111 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6112 lt_cv_sys_max_cmd_len=196608
6113 ;;
6114
6115 osf*)
6116 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6117 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6118 # nice to cause kernel panics so lets avoid the loop below.
6119 # First set a reasonable default.
6120 lt_cv_sys_max_cmd_len=16384
6121 #
6122 if test -x /sbin/sysconfig; then
6123 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6124 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6125 esac
6126 fi
6127 ;;
6128 sco3.2v5*)
6129 lt_cv_sys_max_cmd_len=102400
6130 ;;
6131 sysv5* | sco5v6* | sysv4.2uw2*)
6132 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6133 if test -n "$kargmax"; then
6134 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6135 else
6136 lt_cv_sys_max_cmd_len=32768
6137 fi
6138 ;;
6139 *)
6140 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6141 if test -n "$lt_cv_sys_max_cmd_len"; then
6142 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6143 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6144 else
6145 # Make teststring a little bigger before we do anything with it.
6146 # a 1K string should be a reasonable start.
6147 for i in 1 2 3 4 5 6 7 8 ; do
6148 teststring=$teststring$teststring
6149 done
6150 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6151 # If test is not a shell built-in, we'll probably end up computing a
6152 # maximum length that is only half of the actual maximum length, but
6153 # we can't tell.
6154 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6155 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6156 test $i != 17 # 1/2 MB should be enough
6157 do
6158 i=`expr $i + 1`
6159 teststring=$teststring$teststring
6160 done
6161 # Only check the string length outside the loop.
6162 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6163 teststring=
6164 # Add a significant safety factor because C++ compilers can tack on
6165 # massive amounts of additional arguments before passing them to the
6166 # linker. It appears as though 1/2 is a usable value.
6167 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6168 fi
6169 ;;
6170 esac
6171
6172 fi
6173
6174 if test -n $lt_cv_sys_max_cmd_len ; then
6175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6176 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6177 else
6178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6179 $as_echo "none" >&6; }
6180 fi
6181 max_cmd_len=$lt_cv_sys_max_cmd_len
6182
6183
6184
6185
6186
6187
6188 : ${CP="cp -f"}
6189 : ${MV="mv -f"}
6190 : ${RM="rm -f"}
6191
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6193 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6194 # Try some XSI features
6195 xsi_shell=no
6196 ( _lt_dummy="a/b/c"
6197 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6198 = c,a/b,, \
6199 && eval 'test $(( 1 + 1 )) -eq 2 \
6200 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6201 && xsi_shell=yes
6202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6203 $as_echo "$xsi_shell" >&6; }
6204
6205
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6207 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6208 lt_shell_append=no
6209 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6210 >/dev/null 2>&1 \
6211 && lt_shell_append=yes
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6213 $as_echo "$lt_shell_append" >&6; }
6214
6215
6216 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6217 lt_unset=unset
6218 else
6219 lt_unset=false
6220 fi
6221
6222
6223
6224
6225
6226 # test EBCDIC or ASCII
6227 case `echo X|tr X '\101'` in
6228 A) # ASCII based system
6229 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6230 lt_SP2NL='tr \040 \012'
6231 lt_NL2SP='tr \015\012 \040\040'
6232 ;;
6233 *) # EBCDIC based system
6234 lt_SP2NL='tr \100 \n'
6235 lt_NL2SP='tr \r\n \100\100'
6236 ;;
6237 esac
6238
6239
6240
6241
6242
6243
6244
6245
6246
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6248 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6249 if ${lt_cv_ld_reload_flag+:} false; then :
6250 $as_echo_n "(cached) " >&6
6251 else
6252 lt_cv_ld_reload_flag='-r'
6253 fi
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6255 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6256 reload_flag=$lt_cv_ld_reload_flag
6257 case $reload_flag in
6258 "" | " "*) ;;
6259 *) reload_flag=" $reload_flag" ;;
6260 esac
6261 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6262 case $host_os in
6263 darwin*)
6264 if test "$GCC" = yes; then
6265 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6266 else
6267 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6268 fi
6269 ;;
6270 esac
6271
6272
6273
6274
6275
6276
6277
6278
6279
6280 if test -n "$ac_tool_prefix"; then
6281 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6282 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6284 $as_echo_n "checking for $ac_word... " >&6; }
6285 if ${ac_cv_prog_OBJDUMP+:} false; then :
6286 $as_echo_n "(cached) " >&6
6287 else
6288 if test -n "$OBJDUMP"; then
6289 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6290 else
6291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6292 for as_dir in $PATH
6293 do
6294 IFS=$as_save_IFS
6295 test -z "$as_dir" && as_dir=.
6296 for ac_exec_ext in '' $ac_executable_extensions; do
6297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6298 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6300 break 2
6301 fi
6302 done
6303 done
6304 IFS=$as_save_IFS
6305
6306 fi
6307 fi
6308 OBJDUMP=$ac_cv_prog_OBJDUMP
6309 if test -n "$OBJDUMP"; then
6310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6311 $as_echo "$OBJDUMP" >&6; }
6312 else
6313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6314 $as_echo "no" >&6; }
6315 fi
6316
6317
6318 fi
6319 if test -z "$ac_cv_prog_OBJDUMP"; then
6320 ac_ct_OBJDUMP=$OBJDUMP
6321 # Extract the first word of "objdump", so it can be a program name with args.
6322 set dummy objdump; ac_word=$2
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6324 $as_echo_n "checking for $ac_word... " >&6; }
6325 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6326 $as_echo_n "(cached) " >&6
6327 else
6328 if test -n "$ac_ct_OBJDUMP"; then
6329 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6330 else
6331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6332 for as_dir in $PATH
6333 do
6334 IFS=$as_save_IFS
6335 test -z "$as_dir" && as_dir=.
6336 for ac_exec_ext in '' $ac_executable_extensions; do
6337 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6338 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6340 break 2
6341 fi
6342 done
6343 done
6344 IFS=$as_save_IFS
6345
6346 fi
6347 fi
6348 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6349 if test -n "$ac_ct_OBJDUMP"; then
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6351 $as_echo "$ac_ct_OBJDUMP" >&6; }
6352 else
6353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6354 $as_echo "no" >&6; }
6355 fi
6356
6357 if test "x$ac_ct_OBJDUMP" = x; then
6358 OBJDUMP="false"
6359 else
6360 case $cross_compiling:$ac_tool_warned in
6361 yes:)
6362 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6363 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6364 ac_tool_warned=yes ;;
6365 esac
6366 OBJDUMP=$ac_ct_OBJDUMP
6367 fi
6368 else
6369 OBJDUMP="$ac_cv_prog_OBJDUMP"
6370 fi
6371
6372 test -z "$OBJDUMP" && OBJDUMP=objdump
6373
6374
6375
6376
6377
6378
6379
6380
6381
6382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6383 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6384 if ${lt_cv_deplibs_check_method+:} false; then :
6385 $as_echo_n "(cached) " >&6
6386 else
6387 lt_cv_file_magic_cmd='$MAGIC_CMD'
6388 lt_cv_file_magic_test_file=
6389 lt_cv_deplibs_check_method='unknown'
6390 # Need to set the preceding variable on all platforms that support
6391 # interlibrary dependencies.
6392 # 'none' -- dependencies not supported.
6393 # `unknown' -- same as none, but documents that we really don't know.
6394 # 'pass_all' -- all dependencies passed with no checks.
6395 # 'test_compile' -- check by making test program.
6396 # 'file_magic [[regex]]' -- check by looking for files in library path
6397 # which responds to the $file_magic_cmd with a given extended regex.
6398 # If you have `file' or equivalent on your system and you're not sure
6399 # whether `pass_all' will *always* work, you probably want this one.
6400
6401 case $host_os in
6402 aix[4-9]*)
6403 lt_cv_deplibs_check_method=pass_all
6404 ;;
6405
6406 beos*)
6407 lt_cv_deplibs_check_method=pass_all
6408 ;;
6409
6410 bsdi[45]*)
6411 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6412 lt_cv_file_magic_cmd='/usr/bin/file -L'
6413 lt_cv_file_magic_test_file=/shlib/libc.so
6414 ;;
6415
6416 cygwin*)
6417 # func_win32_libid is a shell function defined in ltmain.sh
6418 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6419 lt_cv_file_magic_cmd='func_win32_libid'
6420 ;;
6421
6422 mingw* | pw32*)
6423 # Base MSYS/MinGW do not provide the 'file' command needed by
6424 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6425 # unless we find 'file', for example because we are cross-compiling.
6426 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6427 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6428 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6429 lt_cv_file_magic_cmd='func_win32_libid'
6430 else
6431 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6432 lt_cv_file_magic_cmd='$OBJDUMP -f'
6433 fi
6434 ;;
6435
6436 cegcc*)
6437 # use the weaker test based on 'objdump'. See mingw*.
6438 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6439 lt_cv_file_magic_cmd='$OBJDUMP -f'
6440 ;;
6441
6442 darwin* | rhapsody*)
6443 lt_cv_deplibs_check_method=pass_all
6444 ;;
6445
6446 freebsd* | dragonfly*)
6447 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6448 case $host_cpu in
6449 i*86 )
6450 # Not sure whether the presence of OpenBSD here was a mistake.
6451 # Let's accept both of them until this is cleared up.
6452 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6453 lt_cv_file_magic_cmd=/usr/bin/file
6454 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6455 ;;
6456 esac
6457 else
6458 lt_cv_deplibs_check_method=pass_all
6459 fi
6460 ;;
6461
6462 gnu*)
6463 lt_cv_deplibs_check_method=pass_all
6464 ;;
6465
6466 haiku*)
6467 lt_cv_deplibs_check_method=pass_all
6468 ;;
6469
6470 hpux10.20* | hpux11*)
6471 lt_cv_file_magic_cmd=/usr/bin/file
6472 case $host_cpu in
6473 ia64*)
6474 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6475 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6476 ;;
6477 hppa*64*)
6478 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]'
6479 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6480 ;;
6481 *)
6482 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6483 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6484 ;;
6485 esac
6486 ;;
6487
6488 interix[3-9]*)
6489 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6490 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6491 ;;
6492
6493 irix5* | irix6* | nonstopux*)
6494 case $LD in
6495 *-32|*"-32 ") libmagic=32-bit;;
6496 *-n32|*"-n32 ") libmagic=N32;;
6497 *-64|*"-64 ") libmagic=64-bit;;
6498 *) libmagic=never-match;;
6499 esac
6500 lt_cv_deplibs_check_method=pass_all
6501 ;;
6502
6503 # This must be Linux ELF.
6504 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6505 lt_cv_deplibs_check_method=pass_all
6506 ;;
6507
6508 netbsd*)
6509 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6510 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6511 else
6512 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6513 fi
6514 ;;
6515
6516 newos6*)
6517 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6518 lt_cv_file_magic_cmd=/usr/bin/file
6519 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6520 ;;
6521
6522 *nto* | *qnx*)
6523 lt_cv_deplibs_check_method=pass_all
6524 ;;
6525
6526 openbsd*)
6527 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6528 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6529 else
6530 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6531 fi
6532 ;;
6533
6534 osf3* | osf4* | osf5*)
6535 lt_cv_deplibs_check_method=pass_all
6536 ;;
6537
6538 rdos*)
6539 lt_cv_deplibs_check_method=pass_all
6540 ;;
6541
6542 solaris*)
6543 lt_cv_deplibs_check_method=pass_all
6544 ;;
6545
6546 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6547 lt_cv_deplibs_check_method=pass_all
6548 ;;
6549
6550 sysv4 | sysv4.3*)
6551 case $host_vendor in
6552 motorola)
6553 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]'
6554 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6555 ;;
6556 ncr)
6557 lt_cv_deplibs_check_method=pass_all
6558 ;;
6559 sequent)
6560 lt_cv_file_magic_cmd='/bin/file'
6561 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6562 ;;
6563 sni)
6564 lt_cv_file_magic_cmd='/bin/file'
6565 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6566 lt_cv_file_magic_test_file=/lib/libc.so
6567 ;;
6568 siemens)
6569 lt_cv_deplibs_check_method=pass_all
6570 ;;
6571 pc)
6572 lt_cv_deplibs_check_method=pass_all
6573 ;;
6574 esac
6575 ;;
6576
6577 tpf*)
6578 lt_cv_deplibs_check_method=pass_all
6579 ;;
6580 esac
6581
6582 fi
6583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6584 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6585 file_magic_cmd=$lt_cv_file_magic_cmd
6586 deplibs_check_method=$lt_cv_deplibs_check_method
6587 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6588
6589
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600 if test -n "$ac_tool_prefix"; then
6601 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6602 set dummy ${ac_tool_prefix}ar; ac_word=$2
6603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6604 $as_echo_n "checking for $ac_word... " >&6; }
6605 if ${ac_cv_prog_AR+:} false; then :
6606 $as_echo_n "(cached) " >&6
6607 else
6608 if test -n "$AR"; then
6609 ac_cv_prog_AR="$AR" # Let the user override the test.
6610 else
6611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6612 for as_dir in $PATH
6613 do
6614 IFS=$as_save_IFS
6615 test -z "$as_dir" && as_dir=.
6616 for ac_exec_ext in '' $ac_executable_extensions; do
6617 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6618 ac_cv_prog_AR="${ac_tool_prefix}ar"
6619 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6620 break 2
6621 fi
6622 done
6623 done
6624 IFS=$as_save_IFS
6625
6626 fi
6627 fi
6628 AR=$ac_cv_prog_AR
6629 if test -n "$AR"; then
6630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6631 $as_echo "$AR" >&6; }
6632 else
6633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6634 $as_echo "no" >&6; }
6635 fi
6636
6637
6638 fi
6639 if test -z "$ac_cv_prog_AR"; then
6640 ac_ct_AR=$AR
6641 # Extract the first word of "ar", so it can be a program name with args.
6642 set dummy ar; ac_word=$2
6643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6644 $as_echo_n "checking for $ac_word... " >&6; }
6645 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6646 $as_echo_n "(cached) " >&6
6647 else
6648 if test -n "$ac_ct_AR"; then
6649 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6650 else
6651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6652 for as_dir in $PATH
6653 do
6654 IFS=$as_save_IFS
6655 test -z "$as_dir" && as_dir=.
6656 for ac_exec_ext in '' $ac_executable_extensions; do
6657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6658 ac_cv_prog_ac_ct_AR="ar"
6659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6660 break 2
6661 fi
6662 done
6663 done
6664 IFS=$as_save_IFS
6665
6666 fi
6667 fi
6668 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6669 if test -n "$ac_ct_AR"; then
6670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6671 $as_echo "$ac_ct_AR" >&6; }
6672 else
6673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6674 $as_echo "no" >&6; }
6675 fi
6676
6677 if test "x$ac_ct_AR" = x; then
6678 AR="false"
6679 else
6680 case $cross_compiling:$ac_tool_warned in
6681 yes:)
6682 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6683 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6684 ac_tool_warned=yes ;;
6685 esac
6686 AR=$ac_ct_AR
6687 fi
6688 else
6689 AR="$ac_cv_prog_AR"
6690 fi
6691
6692 test -z "$AR" && AR=ar
6693 test -z "$AR_FLAGS" && AR_FLAGS=cru
6694
6695
6696
6697
6698
6699
6700
6701
6702
6703
6704
6705 if test -n "$ac_tool_prefix"; then
6706 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6707 set dummy ${ac_tool_prefix}strip; ac_word=$2
6708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6709 $as_echo_n "checking for $ac_word... " >&6; }
6710 if ${ac_cv_prog_STRIP+:} false; then :
6711 $as_echo_n "(cached) " >&6
6712 else
6713 if test -n "$STRIP"; then
6714 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6715 else
6716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6717 for as_dir in $PATH
6718 do
6719 IFS=$as_save_IFS
6720 test -z "$as_dir" && as_dir=.
6721 for ac_exec_ext in '' $ac_executable_extensions; do
6722 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6723 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6724 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6725 break 2
6726 fi
6727 done
6728 done
6729 IFS=$as_save_IFS
6730
6731 fi
6732 fi
6733 STRIP=$ac_cv_prog_STRIP
6734 if test -n "$STRIP"; then
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6736 $as_echo "$STRIP" >&6; }
6737 else
6738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6739 $as_echo "no" >&6; }
6740 fi
6741
6742
6743 fi
6744 if test -z "$ac_cv_prog_STRIP"; then
6745 ac_ct_STRIP=$STRIP
6746 # Extract the first word of "strip", so it can be a program name with args.
6747 set dummy strip; ac_word=$2
6748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6749 $as_echo_n "checking for $ac_word... " >&6; }
6750 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6751 $as_echo_n "(cached) " >&6
6752 else
6753 if test -n "$ac_ct_STRIP"; then
6754 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6755 else
6756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6757 for as_dir in $PATH
6758 do
6759 IFS=$as_save_IFS
6760 test -z "$as_dir" && as_dir=.
6761 for ac_exec_ext in '' $ac_executable_extensions; do
6762 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6763 ac_cv_prog_ac_ct_STRIP="strip"
6764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6765 break 2
6766 fi
6767 done
6768 done
6769 IFS=$as_save_IFS
6770
6771 fi
6772 fi
6773 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6774 if test -n "$ac_ct_STRIP"; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6776 $as_echo "$ac_ct_STRIP" >&6; }
6777 else
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779 $as_echo "no" >&6; }
6780 fi
6781
6782 if test "x$ac_ct_STRIP" = x; then
6783 STRIP=":"
6784 else
6785 case $cross_compiling:$ac_tool_warned in
6786 yes:)
6787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6789 ac_tool_warned=yes ;;
6790 esac
6791 STRIP=$ac_ct_STRIP
6792 fi
6793 else
6794 STRIP="$ac_cv_prog_STRIP"
6795 fi
6796
6797 test -z "$STRIP" && STRIP=:
6798
6799
6800
6801
6802
6803
6804 if test -n "$ac_tool_prefix"; then
6805 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6806 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6808 $as_echo_n "checking for $ac_word... " >&6; }
6809 if ${ac_cv_prog_RANLIB+:} false; then :
6810 $as_echo_n "(cached) " >&6
6811 else
6812 if test -n "$RANLIB"; then
6813 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6814 else
6815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6816 for as_dir in $PATH
6817 do
6818 IFS=$as_save_IFS
6819 test -z "$as_dir" && as_dir=.
6820 for ac_exec_ext in '' $ac_executable_extensions; do
6821 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6822 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6824 break 2
6825 fi
6826 done
6827 done
6828 IFS=$as_save_IFS
6829
6830 fi
6831 fi
6832 RANLIB=$ac_cv_prog_RANLIB
6833 if test -n "$RANLIB"; then
6834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6835 $as_echo "$RANLIB" >&6; }
6836 else
6837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6838 $as_echo "no" >&6; }
6839 fi
6840
6841
6842 fi
6843 if test -z "$ac_cv_prog_RANLIB"; then
6844 ac_ct_RANLIB=$RANLIB
6845 # Extract the first word of "ranlib", so it can be a program name with args.
6846 set dummy ranlib; ac_word=$2
6847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6848 $as_echo_n "checking for $ac_word... " >&6; }
6849 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6850 $as_echo_n "(cached) " >&6
6851 else
6852 if test -n "$ac_ct_RANLIB"; then
6853 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6854 else
6855 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6856 for as_dir in $PATH
6857 do
6858 IFS=$as_save_IFS
6859 test -z "$as_dir" && as_dir=.
6860 for ac_exec_ext in '' $ac_executable_extensions; do
6861 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6862 ac_cv_prog_ac_ct_RANLIB="ranlib"
6863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6864 break 2
6865 fi
6866 done
6867 done
6868 IFS=$as_save_IFS
6869
6870 fi
6871 fi
6872 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6873 if test -n "$ac_ct_RANLIB"; then
6874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6875 $as_echo "$ac_ct_RANLIB" >&6; }
6876 else
6877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6878 $as_echo "no" >&6; }
6879 fi
6880
6881 if test "x$ac_ct_RANLIB" = x; then
6882 RANLIB=":"
6883 else
6884 case $cross_compiling:$ac_tool_warned in
6885 yes:)
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6887 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6888 ac_tool_warned=yes ;;
6889 esac
6890 RANLIB=$ac_ct_RANLIB
6891 fi
6892 else
6893 RANLIB="$ac_cv_prog_RANLIB"
6894 fi
6895
6896 test -z "$RANLIB" && RANLIB=:
6897
6898
6899
6900
6901
6902
6903 # Determine commands to create old-style static archives.
6904 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6905 old_postinstall_cmds='chmod 644 $oldlib'
6906 old_postuninstall_cmds=
6907
6908 if test -n "$RANLIB"; then
6909 case $host_os in
6910 openbsd*)
6911 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6912 ;;
6913 *)
6914 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6915 ;;
6916 esac
6917 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6918 fi
6919
6920 case $host_os in
6921 darwin*)
6922 lock_old_archive_extraction=yes ;;
6923 *)
6924 lock_old_archive_extraction=no ;;
6925 esac
6926
6927
6928
6929
6930
6931
6932
6933
6934
6935
6936
6937
6938
6939
6940
6941
6942
6943
6944
6945
6946
6947
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965 # If no C compiler was specified, use CC.
6966 LTCC=${LTCC-"$CC"}
6967
6968 # If no C compiler flags were specified, use CFLAGS.
6969 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6970
6971 # Allow CC to be a program name with arguments.
6972 compiler=$CC
6973
6974
6975 # Check for command to grab the raw symbol name followed by C symbol from nm.
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6977 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6978 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6979 $as_echo_n "(cached) " >&6
6980 else
6981
6982 # These are sane defaults that work on at least a few old systems.
6983 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6984
6985 # Character class describing NM global symbol codes.
6986 symcode='[BCDEGRST]'
6987
6988 # Regexp to match symbols that can be accessed directly from C.
6989 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6990
6991 # Define system-specific variables.
6992 case $host_os in
6993 aix*)
6994 symcode='[BCDT]'
6995 ;;
6996 cygwin* | mingw* | pw32* | cegcc*)
6997 symcode='[ABCDGISTW]'
6998 ;;
6999 hpux*)
7000 if test "$host_cpu" = ia64; then
7001 symcode='[ABCDEGRST]'
7002 fi
7003 ;;
7004 irix* | nonstopux*)
7005 symcode='[BCDEGRST]'
7006 ;;
7007 osf*)
7008 symcode='[BCDEGQRST]'
7009 ;;
7010 solaris*)
7011 symcode='[BDRT]'
7012 ;;
7013 sco3.2v5*)
7014 symcode='[DT]'
7015 ;;
7016 sysv4.2uw2*)
7017 symcode='[DT]'
7018 ;;
7019 sysv5* | sco5v6* | unixware* | OpenUNIX*)
7020 symcode='[ABDT]'
7021 ;;
7022 sysv4)
7023 symcode='[DFNSTU]'
7024 ;;
7025 esac
7026
7027 # If we're using GNU nm, then use its standard symbol codes.
7028 case `$NM -V 2>&1` in
7029 *GNU* | *'with BFD'*)
7030 symcode='[ABCDGIRSTW]' ;;
7031 esac
7032
7033 # Transform an extracted symbol line into a proper C declaration.
7034 # Some systems (esp. on ia64) link data and code symbols differently,
7035 # so use this general approach.
7036 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7037
7038 # Transform an extracted symbol line into symbol name and symbol address
7039 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7040 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'"
7041
7042 # Handle CRLF in mingw tool chain
7043 opt_cr=
7044 case $build_os in
7045 mingw*)
7046 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7047 ;;
7048 esac
7049
7050 # Try without a prefix underscore, then with it.
7051 for ac_symprfx in "" "_"; do
7052
7053 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7054 symxfrm="\\1 $ac_symprfx\\2 \\2"
7055
7056 # Write the raw and C identifiers.
7057 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7058 # Fake it for dumpbin and say T for any non-static function
7059 # and D for any global variable.
7060 # Also find C++ and __fastcall symbols from MSVC++,
7061 # which start with @ or ?.
7062 lt_cv_sys_global_symbol_pipe="$AWK '"\
7063 " {last_section=section; section=\$ 3};"\
7064 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7065 " \$ 0!~/External *\|/{next};"\
7066 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7067 " {if(hide[section]) next};"\
7068 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7069 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7070 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
7071 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7072 " ' prfx=^$ac_symprfx"
7073 else
7074 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7075 fi
7076
7077 # Check to see that the pipe works correctly.
7078 pipe_works=no
7079
7080 rm -f conftest*
7081 cat > conftest.$ac_ext <<_LT_EOF
7082 #ifdef __cplusplus
7083 extern "C" {
7084 #endif
7085 char nm_test_var;
7086 void nm_test_func(void);
7087 void nm_test_func(void){}
7088 #ifdef __cplusplus
7089 }
7090 #endif
7091 int main(){nm_test_var='a';nm_test_func();return(0);}
7092 _LT_EOF
7093
7094 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7095 (eval $ac_compile) 2>&5
7096 ac_status=$?
7097 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7098 test $ac_status = 0; }; then
7099 # Now try to grab the symbols.
7100 nlist=conftest.nm
7101 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7102 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7103 ac_status=$?
7104 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7105 test $ac_status = 0; } && test -s "$nlist"; then
7106 # Try sorting and uniquifying the output.
7107 if sort "$nlist" | uniq > "$nlist"T; then
7108 mv -f "$nlist"T "$nlist"
7109 else
7110 rm -f "$nlist"T
7111 fi
7112
7113 # Make sure that we snagged all the symbols we need.
7114 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7115 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7116 cat <<_LT_EOF > conftest.$ac_ext
7117 #ifdef __cplusplus
7118 extern "C" {
7119 #endif
7120
7121 _LT_EOF
7122 # Now generate the symbol file.
7123 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7124
7125 cat <<_LT_EOF >> conftest.$ac_ext
7126
7127 /* The mapping between symbol names and symbols. */
7128 const struct {
7129 const char *name;
7130 void *address;
7131 }
7132 lt__PROGRAM__LTX_preloaded_symbols[] =
7133 {
7134 { "@PROGRAM@", (void *) 0 },
7135 _LT_EOF
7136 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7137 cat <<\_LT_EOF >> conftest.$ac_ext
7138 {0, (void *) 0}
7139 };
7140
7141 /* This works around a problem in FreeBSD linker */
7142 #ifdef FREEBSD_WORKAROUND
7143 static const void *lt_preloaded_setup() {
7144 return lt__PROGRAM__LTX_preloaded_symbols;
7145 }
7146 #endif
7147
7148 #ifdef __cplusplus
7149 }
7150 #endif
7151 _LT_EOF
7152 # Now try linking the two files.
7153 mv conftest.$ac_objext conftstm.$ac_objext
7154 lt_save_LIBS="$LIBS"
7155 lt_save_CFLAGS="$CFLAGS"
7156 LIBS="conftstm.$ac_objext"
7157 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7158 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7159 (eval $ac_link) 2>&5
7160 ac_status=$?
7161 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7162 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7163 pipe_works=yes
7164 fi
7165 LIBS="$lt_save_LIBS"
7166 CFLAGS="$lt_save_CFLAGS"
7167 else
7168 echo "cannot find nm_test_func in $nlist" >&5
7169 fi
7170 else
7171 echo "cannot find nm_test_var in $nlist" >&5
7172 fi
7173 else
7174 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7175 fi
7176 else
7177 echo "$progname: failed program was:" >&5
7178 cat conftest.$ac_ext >&5
7179 fi
7180 rm -rf conftest* conftst*
7181
7182 # Do not use the global_symbol_pipe unless it works.
7183 if test "$pipe_works" = yes; then
7184 break
7185 else
7186 lt_cv_sys_global_symbol_pipe=
7187 fi
7188 done
7189
7190 fi
7191
7192 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7193 lt_cv_sys_global_symbol_to_cdecl=
7194 fi
7195 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7197 $as_echo "failed" >&6; }
7198 else
7199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7200 $as_echo "ok" >&6; }
7201 fi
7202
7203
7204
7205
7206
7207
7208
7209
7210
7211
7212
7213
7214
7215
7216
7217
7218
7219
7220
7221
7222
7223
7224 # Check whether --enable-libtool-lock was given.
7225 if test "${enable_libtool_lock+set}" = set; then :
7226 enableval=$enable_libtool_lock;
7227 fi
7228
7229 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7230
7231 # Some flags need to be propagated to the compiler or linker for good
7232 # libtool support.
7233 case $host in
7234 ia64-*-hpux*)
7235 # Find out which ABI we are using.
7236 echo 'int i;' > conftest.$ac_ext
7237 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7238 (eval $ac_compile) 2>&5
7239 ac_status=$?
7240 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7241 test $ac_status = 0; }; then
7242 case `/usr/bin/file conftest.$ac_objext` in
7243 *ELF-32*)
7244 HPUX_IA64_MODE="32"
7245 ;;
7246 *ELF-64*)
7247 HPUX_IA64_MODE="64"
7248 ;;
7249 esac
7250 fi
7251 rm -rf conftest*
7252 ;;
7253 *-*-irix6*)
7254 # Find out which ABI we are using.
7255 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7256 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7257 (eval $ac_compile) 2>&5
7258 ac_status=$?
7259 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7260 test $ac_status = 0; }; then
7261 if test "$lt_cv_prog_gnu_ld" = yes; then
7262 case `/usr/bin/file conftest.$ac_objext` in
7263 *32-bit*)
7264 LD="${LD-ld} -melf32bsmip"
7265 ;;
7266 *N32*)
7267 LD="${LD-ld} -melf32bmipn32"
7268 ;;
7269 *64-bit*)
7270 LD="${LD-ld} -melf64bmip"
7271 ;;
7272 esac
7273 else
7274 case `/usr/bin/file conftest.$ac_objext` in
7275 *32-bit*)
7276 LD="${LD-ld} -32"
7277 ;;
7278 *N32*)
7279 LD="${LD-ld} -n32"
7280 ;;
7281 *64-bit*)
7282 LD="${LD-ld} -64"
7283 ;;
7284 esac
7285 fi
7286 fi
7287 rm -rf conftest*
7288 ;;
7289
7290 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7291 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7292 # Find out which ABI we are using.
7293 echo 'int i;' > conftest.$ac_ext
7294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7295 (eval $ac_compile) 2>&5
7296 ac_status=$?
7297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7298 test $ac_status = 0; }; then
7299 case `/usr/bin/file conftest.o` in
7300 *32-bit*)
7301 case $host in
7302 x86_64-*kfreebsd*-gnu)
7303 LD="${LD-ld} -m elf_i386_fbsd"
7304 ;;
7305 x86_64-*linux*)
7306 case `/usr/bin/file conftest.o` in
7307 *x86-64*)
7308 LD="${LD-ld} -m elf32_x86_64"
7309 ;;
7310 *)
7311 LD="${LD-ld} -m elf_i386"
7312 ;;
7313 esac
7314 ;;
7315 powerpc64le-*linux*)
7316 LD="${LD-ld} -m elf32lppclinux"
7317 ;;
7318 powerpc64-*linux*)
7319 LD="${LD-ld} -m elf32ppclinux"
7320 ;;
7321 s390x-*linux*)
7322 LD="${LD-ld} -m elf_s390"
7323 ;;
7324 sparc64-*linux*)
7325 LD="${LD-ld} -m elf32_sparc"
7326 ;;
7327 esac
7328 ;;
7329 *64-bit*)
7330 case $host in
7331 x86_64-*kfreebsd*-gnu)
7332 LD="${LD-ld} -m elf_x86_64_fbsd"
7333 ;;
7334 x86_64-*linux*)
7335 LD="${LD-ld} -m elf_x86_64"
7336 ;;
7337 powerpcle-*linux*)
7338 LD="${LD-ld} -m elf64lppc"
7339 ;;
7340 powerpc-*linux*)
7341 LD="${LD-ld} -m elf64ppc"
7342 ;;
7343 s390*-*linux*|s390*-*tpf*)
7344 LD="${LD-ld} -m elf64_s390"
7345 ;;
7346 sparc*-*linux*)
7347 LD="${LD-ld} -m elf64_sparc"
7348 ;;
7349 esac
7350 ;;
7351 esac
7352 fi
7353 rm -rf conftest*
7354 ;;
7355
7356 *-*-sco3.2v5*)
7357 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7358 SAVE_CFLAGS="$CFLAGS"
7359 CFLAGS="$CFLAGS -belf"
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7361 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7362 if ${lt_cv_cc_needs_belf+:} false; then :
7363 $as_echo_n "(cached) " >&6
7364 else
7365 ac_ext=c
7366 ac_cpp='$CPP $CPPFLAGS'
7367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7370
7371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7372 /* end confdefs.h. */
7373
7374 int
7375 main ()
7376 {
7377
7378 ;
7379 return 0;
7380 }
7381 _ACEOF
7382 if ac_fn_c_try_link "$LINENO"; then :
7383 lt_cv_cc_needs_belf=yes
7384 else
7385 lt_cv_cc_needs_belf=no
7386 fi
7387 rm -f core conftest.err conftest.$ac_objext \
7388 conftest$ac_exeext conftest.$ac_ext
7389 ac_ext=c
7390 ac_cpp='$CPP $CPPFLAGS'
7391 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7392 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7393 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7394
7395 fi
7396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7397 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7398 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7399 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7400 CFLAGS="$SAVE_CFLAGS"
7401 fi
7402 ;;
7403 sparc*-*solaris*)
7404 # Find out which ABI we are using.
7405 echo 'int i;' > conftest.$ac_ext
7406 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7407 (eval $ac_compile) 2>&5
7408 ac_status=$?
7409 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7410 test $ac_status = 0; }; then
7411 case `/usr/bin/file conftest.o` in
7412 *64-bit*)
7413 case $lt_cv_prog_gnu_ld in
7414 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7415 *)
7416 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7417 LD="${LD-ld} -64"
7418 fi
7419 ;;
7420 esac
7421 ;;
7422 esac
7423 fi
7424 rm -rf conftest*
7425 ;;
7426 esac
7427
7428 need_locks="$enable_libtool_lock"
7429
7430
7431 case $host_os in
7432 rhapsody* | darwin*)
7433 if test -n "$ac_tool_prefix"; then
7434 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7435 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7437 $as_echo_n "checking for $ac_word... " >&6; }
7438 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7439 $as_echo_n "(cached) " >&6
7440 else
7441 if test -n "$DSYMUTIL"; then
7442 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7443 else
7444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7445 for as_dir in $PATH
7446 do
7447 IFS=$as_save_IFS
7448 test -z "$as_dir" && as_dir=.
7449 for ac_exec_ext in '' $ac_executable_extensions; do
7450 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7451 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7452 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7453 break 2
7454 fi
7455 done
7456 done
7457 IFS=$as_save_IFS
7458
7459 fi
7460 fi
7461 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7462 if test -n "$DSYMUTIL"; then
7463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7464 $as_echo "$DSYMUTIL" >&6; }
7465 else
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7467 $as_echo "no" >&6; }
7468 fi
7469
7470
7471 fi
7472 if test -z "$ac_cv_prog_DSYMUTIL"; then
7473 ac_ct_DSYMUTIL=$DSYMUTIL
7474 # Extract the first word of "dsymutil", so it can be a program name with args.
7475 set dummy dsymutil; ac_word=$2
7476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7477 $as_echo_n "checking for $ac_word... " >&6; }
7478 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7479 $as_echo_n "(cached) " >&6
7480 else
7481 if test -n "$ac_ct_DSYMUTIL"; then
7482 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7483 else
7484 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7485 for as_dir in $PATH
7486 do
7487 IFS=$as_save_IFS
7488 test -z "$as_dir" && as_dir=.
7489 for ac_exec_ext in '' $ac_executable_extensions; do
7490 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7491 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7492 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7493 break 2
7494 fi
7495 done
7496 done
7497 IFS=$as_save_IFS
7498
7499 fi
7500 fi
7501 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7502 if test -n "$ac_ct_DSYMUTIL"; then
7503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7504 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7505 else
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7507 $as_echo "no" >&6; }
7508 fi
7509
7510 if test "x$ac_ct_DSYMUTIL" = x; then
7511 DSYMUTIL=":"
7512 else
7513 case $cross_compiling:$ac_tool_warned in
7514 yes:)
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7516 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7517 ac_tool_warned=yes ;;
7518 esac
7519 DSYMUTIL=$ac_ct_DSYMUTIL
7520 fi
7521 else
7522 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7523 fi
7524
7525 if test -n "$ac_tool_prefix"; then
7526 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7527 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7529 $as_echo_n "checking for $ac_word... " >&6; }
7530 if ${ac_cv_prog_NMEDIT+:} false; then :
7531 $as_echo_n "(cached) " >&6
7532 else
7533 if test -n "$NMEDIT"; then
7534 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7535 else
7536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7537 for as_dir in $PATH
7538 do
7539 IFS=$as_save_IFS
7540 test -z "$as_dir" && as_dir=.
7541 for ac_exec_ext in '' $ac_executable_extensions; do
7542 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7543 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7544 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7545 break 2
7546 fi
7547 done
7548 done
7549 IFS=$as_save_IFS
7550
7551 fi
7552 fi
7553 NMEDIT=$ac_cv_prog_NMEDIT
7554 if test -n "$NMEDIT"; then
7555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7556 $as_echo "$NMEDIT" >&6; }
7557 else
7558 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7559 $as_echo "no" >&6; }
7560 fi
7561
7562
7563 fi
7564 if test -z "$ac_cv_prog_NMEDIT"; then
7565 ac_ct_NMEDIT=$NMEDIT
7566 # Extract the first word of "nmedit", so it can be a program name with args.
7567 set dummy nmedit; ac_word=$2
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7569 $as_echo_n "checking for $ac_word... " >&6; }
7570 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7571 $as_echo_n "(cached) " >&6
7572 else
7573 if test -n "$ac_ct_NMEDIT"; then
7574 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7575 else
7576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7577 for as_dir in $PATH
7578 do
7579 IFS=$as_save_IFS
7580 test -z "$as_dir" && as_dir=.
7581 for ac_exec_ext in '' $ac_executable_extensions; do
7582 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7583 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7584 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7585 break 2
7586 fi
7587 done
7588 done
7589 IFS=$as_save_IFS
7590
7591 fi
7592 fi
7593 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7594 if test -n "$ac_ct_NMEDIT"; then
7595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7596 $as_echo "$ac_ct_NMEDIT" >&6; }
7597 else
7598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7599 $as_echo "no" >&6; }
7600 fi
7601
7602 if test "x$ac_ct_NMEDIT" = x; then
7603 NMEDIT=":"
7604 else
7605 case $cross_compiling:$ac_tool_warned in
7606 yes:)
7607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7608 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7609 ac_tool_warned=yes ;;
7610 esac
7611 NMEDIT=$ac_ct_NMEDIT
7612 fi
7613 else
7614 NMEDIT="$ac_cv_prog_NMEDIT"
7615 fi
7616
7617 if test -n "$ac_tool_prefix"; then
7618 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7619 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7621 $as_echo_n "checking for $ac_word... " >&6; }
7622 if ${ac_cv_prog_LIPO+:} false; then :
7623 $as_echo_n "(cached) " >&6
7624 else
7625 if test -n "$LIPO"; then
7626 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7627 else
7628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7629 for as_dir in $PATH
7630 do
7631 IFS=$as_save_IFS
7632 test -z "$as_dir" && as_dir=.
7633 for ac_exec_ext in '' $ac_executable_extensions; do
7634 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7635 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7636 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7637 break 2
7638 fi
7639 done
7640 done
7641 IFS=$as_save_IFS
7642
7643 fi
7644 fi
7645 LIPO=$ac_cv_prog_LIPO
7646 if test -n "$LIPO"; then
7647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7648 $as_echo "$LIPO" >&6; }
7649 else
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7651 $as_echo "no" >&6; }
7652 fi
7653
7654
7655 fi
7656 if test -z "$ac_cv_prog_LIPO"; then
7657 ac_ct_LIPO=$LIPO
7658 # Extract the first word of "lipo", so it can be a program name with args.
7659 set dummy lipo; ac_word=$2
7660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7661 $as_echo_n "checking for $ac_word... " >&6; }
7662 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7663 $as_echo_n "(cached) " >&6
7664 else
7665 if test -n "$ac_ct_LIPO"; then
7666 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7667 else
7668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7669 for as_dir in $PATH
7670 do
7671 IFS=$as_save_IFS
7672 test -z "$as_dir" && as_dir=.
7673 for ac_exec_ext in '' $ac_executable_extensions; do
7674 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7675 ac_cv_prog_ac_ct_LIPO="lipo"
7676 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7677 break 2
7678 fi
7679 done
7680 done
7681 IFS=$as_save_IFS
7682
7683 fi
7684 fi
7685 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7686 if test -n "$ac_ct_LIPO"; then
7687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7688 $as_echo "$ac_ct_LIPO" >&6; }
7689 else
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7691 $as_echo "no" >&6; }
7692 fi
7693
7694 if test "x$ac_ct_LIPO" = x; then
7695 LIPO=":"
7696 else
7697 case $cross_compiling:$ac_tool_warned in
7698 yes:)
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7700 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7701 ac_tool_warned=yes ;;
7702 esac
7703 LIPO=$ac_ct_LIPO
7704 fi
7705 else
7706 LIPO="$ac_cv_prog_LIPO"
7707 fi
7708
7709 if test -n "$ac_tool_prefix"; then
7710 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7711 set dummy ${ac_tool_prefix}otool; ac_word=$2
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7713 $as_echo_n "checking for $ac_word... " >&6; }
7714 if ${ac_cv_prog_OTOOL+:} false; then :
7715 $as_echo_n "(cached) " >&6
7716 else
7717 if test -n "$OTOOL"; then
7718 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7719 else
7720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7721 for as_dir in $PATH
7722 do
7723 IFS=$as_save_IFS
7724 test -z "$as_dir" && as_dir=.
7725 for ac_exec_ext in '' $ac_executable_extensions; do
7726 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7727 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7729 break 2
7730 fi
7731 done
7732 done
7733 IFS=$as_save_IFS
7734
7735 fi
7736 fi
7737 OTOOL=$ac_cv_prog_OTOOL
7738 if test -n "$OTOOL"; then
7739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7740 $as_echo "$OTOOL" >&6; }
7741 else
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7743 $as_echo "no" >&6; }
7744 fi
7745
7746
7747 fi
7748 if test -z "$ac_cv_prog_OTOOL"; then
7749 ac_ct_OTOOL=$OTOOL
7750 # Extract the first word of "otool", so it can be a program name with args.
7751 set dummy otool; ac_word=$2
7752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7753 $as_echo_n "checking for $ac_word... " >&6; }
7754 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7755 $as_echo_n "(cached) " >&6
7756 else
7757 if test -n "$ac_ct_OTOOL"; then
7758 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7759 else
7760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7761 for as_dir in $PATH
7762 do
7763 IFS=$as_save_IFS
7764 test -z "$as_dir" && as_dir=.
7765 for ac_exec_ext in '' $ac_executable_extensions; do
7766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7767 ac_cv_prog_ac_ct_OTOOL="otool"
7768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7769 break 2
7770 fi
7771 done
7772 done
7773 IFS=$as_save_IFS
7774
7775 fi
7776 fi
7777 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7778 if test -n "$ac_ct_OTOOL"; then
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7780 $as_echo "$ac_ct_OTOOL" >&6; }
7781 else
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7783 $as_echo "no" >&6; }
7784 fi
7785
7786 if test "x$ac_ct_OTOOL" = x; then
7787 OTOOL=":"
7788 else
7789 case $cross_compiling:$ac_tool_warned in
7790 yes:)
7791 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7792 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7793 ac_tool_warned=yes ;;
7794 esac
7795 OTOOL=$ac_ct_OTOOL
7796 fi
7797 else
7798 OTOOL="$ac_cv_prog_OTOOL"
7799 fi
7800
7801 if test -n "$ac_tool_prefix"; then
7802 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7803 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7805 $as_echo_n "checking for $ac_word... " >&6; }
7806 if ${ac_cv_prog_OTOOL64+:} false; then :
7807 $as_echo_n "(cached) " >&6
7808 else
7809 if test -n "$OTOOL64"; then
7810 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7811 else
7812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7813 for as_dir in $PATH
7814 do
7815 IFS=$as_save_IFS
7816 test -z "$as_dir" && as_dir=.
7817 for ac_exec_ext in '' $ac_executable_extensions; do
7818 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7819 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7820 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7821 break 2
7822 fi
7823 done
7824 done
7825 IFS=$as_save_IFS
7826
7827 fi
7828 fi
7829 OTOOL64=$ac_cv_prog_OTOOL64
7830 if test -n "$OTOOL64"; then
7831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7832 $as_echo "$OTOOL64" >&6; }
7833 else
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7835 $as_echo "no" >&6; }
7836 fi
7837
7838
7839 fi
7840 if test -z "$ac_cv_prog_OTOOL64"; then
7841 ac_ct_OTOOL64=$OTOOL64
7842 # Extract the first word of "otool64", so it can be a program name with args.
7843 set dummy otool64; ac_word=$2
7844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7845 $as_echo_n "checking for $ac_word... " >&6; }
7846 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7847 $as_echo_n "(cached) " >&6
7848 else
7849 if test -n "$ac_ct_OTOOL64"; then
7850 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7851 else
7852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7853 for as_dir in $PATH
7854 do
7855 IFS=$as_save_IFS
7856 test -z "$as_dir" && as_dir=.
7857 for ac_exec_ext in '' $ac_executable_extensions; do
7858 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7859 ac_cv_prog_ac_ct_OTOOL64="otool64"
7860 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7861 break 2
7862 fi
7863 done
7864 done
7865 IFS=$as_save_IFS
7866
7867 fi
7868 fi
7869 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7870 if test -n "$ac_ct_OTOOL64"; then
7871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7872 $as_echo "$ac_ct_OTOOL64" >&6; }
7873 else
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7875 $as_echo "no" >&6; }
7876 fi
7877
7878 if test "x$ac_ct_OTOOL64" = x; then
7879 OTOOL64=":"
7880 else
7881 case $cross_compiling:$ac_tool_warned in
7882 yes:)
7883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7884 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7885 ac_tool_warned=yes ;;
7886 esac
7887 OTOOL64=$ac_ct_OTOOL64
7888 fi
7889 else
7890 OTOOL64="$ac_cv_prog_OTOOL64"
7891 fi
7892
7893
7894
7895
7896
7897
7898
7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
7910
7911
7912
7913
7914
7915
7916
7917
7918
7919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7920 $as_echo_n "checking for -single_module linker flag... " >&6; }
7921 if ${lt_cv_apple_cc_single_mod+:} false; then :
7922 $as_echo_n "(cached) " >&6
7923 else
7924 lt_cv_apple_cc_single_mod=no
7925 if test -z "${LT_MULTI_MODULE}"; then
7926 # By default we will add the -single_module flag. You can override
7927 # by either setting the environment variable LT_MULTI_MODULE
7928 # non-empty at configure time, or by adding -multi_module to the
7929 # link flags.
7930 rm -rf libconftest.dylib*
7931 echo "int foo(void){return 1;}" > conftest.c
7932 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7933 -dynamiclib -Wl,-single_module conftest.c" >&5
7934 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7935 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7936 _lt_result=$?
7937 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7938 lt_cv_apple_cc_single_mod=yes
7939 else
7940 cat conftest.err >&5
7941 fi
7942 rm -rf libconftest.dylib*
7943 rm -f conftest.*
7944 fi
7945 fi
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7947 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7949 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7950 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7951 $as_echo_n "(cached) " >&6
7952 else
7953 lt_cv_ld_exported_symbols_list=no
7954 save_LDFLAGS=$LDFLAGS
7955 echo "_main" > conftest.sym
7956 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7957 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7958 /* end confdefs.h. */
7959
7960 int
7961 main ()
7962 {
7963
7964 ;
7965 return 0;
7966 }
7967 _ACEOF
7968 if ac_fn_c_try_link "$LINENO"; then :
7969 lt_cv_ld_exported_symbols_list=yes
7970 else
7971 lt_cv_ld_exported_symbols_list=no
7972 fi
7973 rm -f core conftest.err conftest.$ac_objext \
7974 conftest$ac_exeext conftest.$ac_ext
7975 LDFLAGS="$save_LDFLAGS"
7976
7977 fi
7978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7979 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7981 $as_echo_n "checking for -force_load linker flag... " >&6; }
7982 if ${lt_cv_ld_force_load+:} false; then :
7983 $as_echo_n "(cached) " >&6
7984 else
7985 lt_cv_ld_force_load=no
7986 cat > conftest.c << _LT_EOF
7987 int forced_loaded() { return 2;}
7988 _LT_EOF
7989 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7990 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7991 echo "$AR cru libconftest.a conftest.o" >&5
7992 $AR cru libconftest.a conftest.o 2>&5
7993 cat > conftest.c << _LT_EOF
7994 int main() { return 0;}
7995 _LT_EOF
7996 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7997 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7998 _lt_result=$?
7999 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8000 lt_cv_ld_force_load=yes
8001 else
8002 cat conftest.err >&5
8003 fi
8004 rm -f conftest.err libconftest.a conftest conftest.c
8005 rm -rf conftest.dSYM
8006
8007 fi
8008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8009 $as_echo "$lt_cv_ld_force_load" >&6; }
8010 case $host_os in
8011 rhapsody* | darwin1.[012])
8012 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8013 darwin1.*)
8014 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8015 darwin*) # darwin 5.x on
8016 # if running on 10.5 or later, the deployment target defaults
8017 # to the OS version, if on x86, and 10.4, the deployment
8018 # target defaults to 10.4. Don't you love it?
8019 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8020 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8021 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8022 10.[012][,.]*)
8023 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8024 10.*)
8025 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8026 esac
8027 ;;
8028 esac
8029 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8030 _lt_dar_single_mod='$single_module'
8031 fi
8032 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8033 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8034 else
8035 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8036 fi
8037 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8038 _lt_dsymutil='~$DSYMUTIL $lib || :'
8039 else
8040 _lt_dsymutil=
8041 fi
8042 ;;
8043 esac
8044
8045 for ac_header in dlfcn.h
8046 do :
8047 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8048 "
8049 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8050 cat >>confdefs.h <<_ACEOF
8051 #define HAVE_DLFCN_H 1
8052 _ACEOF
8053
8054 fi
8055
8056 done
8057
8058
8059
8060
8061
8062 # Set options
8063
8064
8065
8066 enable_dlopen=no
8067
8068
8069 enable_win32_dll=no
8070
8071
8072 # Check whether --enable-shared was given.
8073 if test "${enable_shared+set}" = set; then :
8074 enableval=$enable_shared; p=${PACKAGE-default}
8075 case $enableval in
8076 yes) enable_shared=yes ;;
8077 no) enable_shared=no ;;
8078 *)
8079 enable_shared=no
8080 # Look at the argument we got. We use all the common list separators.
8081 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8082 for pkg in $enableval; do
8083 IFS="$lt_save_ifs"
8084 if test "X$pkg" = "X$p"; then
8085 enable_shared=yes
8086 fi
8087 done
8088 IFS="$lt_save_ifs"
8089 ;;
8090 esac
8091 else
8092 enable_shared=yes
8093 fi
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103 # Check whether --enable-static was given.
8104 if test "${enable_static+set}" = set; then :
8105 enableval=$enable_static; p=${PACKAGE-default}
8106 case $enableval in
8107 yes) enable_static=yes ;;
8108 no) enable_static=no ;;
8109 *)
8110 enable_static=no
8111 # Look at the argument we got. We use all the common list separators.
8112 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8113 for pkg in $enableval; do
8114 IFS="$lt_save_ifs"
8115 if test "X$pkg" = "X$p"; then
8116 enable_static=yes
8117 fi
8118 done
8119 IFS="$lt_save_ifs"
8120 ;;
8121 esac
8122 else
8123 enable_static=yes
8124 fi
8125
8126
8127
8128
8129
8130
8131
8132
8133
8134
8135 # Check whether --with-pic was given.
8136 if test "${with_pic+set}" = set; then :
8137 withval=$with_pic; pic_mode="$withval"
8138 else
8139 pic_mode=default
8140 fi
8141
8142
8143 test -z "$pic_mode" && pic_mode=default
8144
8145
8146
8147
8148
8149
8150
8151 # Check whether --enable-fast-install was given.
8152 if test "${enable_fast_install+set}" = set; then :
8153 enableval=$enable_fast_install; p=${PACKAGE-default}
8154 case $enableval in
8155 yes) enable_fast_install=yes ;;
8156 no) enable_fast_install=no ;;
8157 *)
8158 enable_fast_install=no
8159 # Look at the argument we got. We use all the common list separators.
8160 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8161 for pkg in $enableval; do
8162 IFS="$lt_save_ifs"
8163 if test "X$pkg" = "X$p"; then
8164 enable_fast_install=yes
8165 fi
8166 done
8167 IFS="$lt_save_ifs"
8168 ;;
8169 esac
8170 else
8171 enable_fast_install=yes
8172 fi
8173
8174
8175
8176
8177
8178
8179
8180
8181
8182
8183
8184 # This can be used to rebuild libtool when needed
8185 LIBTOOL_DEPS="$ltmain"
8186
8187 # Always use our own libtool.
8188 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215 test -z "$LN_S" && LN_S="ln -s"
8216
8217
8218
8219
8220
8221
8222
8223
8224
8225
8226
8227
8228
8229
8230 if test -n "${ZSH_VERSION+set}" ; then
8231 setopt NO_GLOB_SUBST
8232 fi
8233
8234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8235 $as_echo_n "checking for objdir... " >&6; }
8236 if ${lt_cv_objdir+:} false; then :
8237 $as_echo_n "(cached) " >&6
8238 else
8239 rm -f .libs 2>/dev/null
8240 mkdir .libs 2>/dev/null
8241 if test -d .libs; then
8242 lt_cv_objdir=.libs
8243 else
8244 # MS-DOS does not allow filenames that begin with a dot.
8245 lt_cv_objdir=_libs
8246 fi
8247 rmdir .libs 2>/dev/null
8248 fi
8249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8250 $as_echo "$lt_cv_objdir" >&6; }
8251 objdir=$lt_cv_objdir
8252
8253
8254
8255
8256
8257 cat >>confdefs.h <<_ACEOF
8258 #define LT_OBJDIR "$lt_cv_objdir/"
8259 _ACEOF
8260
8261
8262
8263
8264 case $host_os in
8265 aix3*)
8266 # AIX sometimes has problems with the GCC collect2 program. For some
8267 # reason, if we set the COLLECT_NAMES environment variable, the problems
8268 # vanish in a puff of smoke.
8269 if test "X${COLLECT_NAMES+set}" != Xset; then
8270 COLLECT_NAMES=
8271 export COLLECT_NAMES
8272 fi
8273 ;;
8274 esac
8275
8276 # Global variables:
8277 ofile=libtool
8278 can_build_shared=yes
8279
8280 # All known linkers require a `.a' archive for static linking (except MSVC,
8281 # which needs '.lib').
8282 libext=a
8283
8284 with_gnu_ld="$lt_cv_prog_gnu_ld"
8285
8286 old_CC="$CC"
8287 old_CFLAGS="$CFLAGS"
8288
8289 # Set sane defaults for various variables
8290 test -z "$CC" && CC=cc
8291 test -z "$LTCC" && LTCC=$CC
8292 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8293 test -z "$LD" && LD=ld
8294 test -z "$ac_objext" && ac_objext=o
8295
8296 for cc_temp in $compiler""; do
8297 case $cc_temp in
8298 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8299 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8300 \-*) ;;
8301 *) break;;
8302 esac
8303 done
8304 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8305
8306
8307 # Only perform the check for file, if the check method requires it
8308 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8309 case $deplibs_check_method in
8310 file_magic*)
8311 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8313 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8314 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8315 $as_echo_n "(cached) " >&6
8316 else
8317 case $MAGIC_CMD in
8318 [\\/*] | ?:[\\/]*)
8319 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8320 ;;
8321 *)
8322 lt_save_MAGIC_CMD="$MAGIC_CMD"
8323 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8324 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8325 for ac_dir in $ac_dummy; do
8326 IFS="$lt_save_ifs"
8327 test -z "$ac_dir" && ac_dir=.
8328 if test -f $ac_dir/${ac_tool_prefix}file; then
8329 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8330 if test -n "$file_magic_test_file"; then
8331 case $deplibs_check_method in
8332 "file_magic "*)
8333 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8334 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8335 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8336 $EGREP "$file_magic_regex" > /dev/null; then
8337 :
8338 else
8339 cat <<_LT_EOF 1>&2
8340
8341 *** Warning: the command libtool uses to detect shared libraries,
8342 *** $file_magic_cmd, produces output that libtool cannot recognize.
8343 *** The result is that libtool may fail to recognize shared libraries
8344 *** as such. This will affect the creation of libtool libraries that
8345 *** depend on shared libraries, but programs linked with such libtool
8346 *** libraries will work regardless of this problem. Nevertheless, you
8347 *** may want to report the problem to your system manager and/or to
8348 *** bug-libtool@gnu.org
8349
8350 _LT_EOF
8351 fi ;;
8352 esac
8353 fi
8354 break
8355 fi
8356 done
8357 IFS="$lt_save_ifs"
8358 MAGIC_CMD="$lt_save_MAGIC_CMD"
8359 ;;
8360 esac
8361 fi
8362
8363 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8364 if test -n "$MAGIC_CMD"; then
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8366 $as_echo "$MAGIC_CMD" >&6; }
8367 else
8368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8369 $as_echo "no" >&6; }
8370 fi
8371
8372
8373
8374
8375
8376 if test -z "$lt_cv_path_MAGIC_CMD"; then
8377 if test -n "$ac_tool_prefix"; then
8378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8379 $as_echo_n "checking for file... " >&6; }
8380 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8381 $as_echo_n "(cached) " >&6
8382 else
8383 case $MAGIC_CMD in
8384 [\\/*] | ?:[\\/]*)
8385 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8386 ;;
8387 *)
8388 lt_save_MAGIC_CMD="$MAGIC_CMD"
8389 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8390 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8391 for ac_dir in $ac_dummy; do
8392 IFS="$lt_save_ifs"
8393 test -z "$ac_dir" && ac_dir=.
8394 if test -f $ac_dir/file; then
8395 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8396 if test -n "$file_magic_test_file"; then
8397 case $deplibs_check_method in
8398 "file_magic "*)
8399 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8400 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8401 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8402 $EGREP "$file_magic_regex" > /dev/null; then
8403 :
8404 else
8405 cat <<_LT_EOF 1>&2
8406
8407 *** Warning: the command libtool uses to detect shared libraries,
8408 *** $file_magic_cmd, produces output that libtool cannot recognize.
8409 *** The result is that libtool may fail to recognize shared libraries
8410 *** as such. This will affect the creation of libtool libraries that
8411 *** depend on shared libraries, but programs linked with such libtool
8412 *** libraries will work regardless of this problem. Nevertheless, you
8413 *** may want to report the problem to your system manager and/or to
8414 *** bug-libtool@gnu.org
8415
8416 _LT_EOF
8417 fi ;;
8418 esac
8419 fi
8420 break
8421 fi
8422 done
8423 IFS="$lt_save_ifs"
8424 MAGIC_CMD="$lt_save_MAGIC_CMD"
8425 ;;
8426 esac
8427 fi
8428
8429 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8430 if test -n "$MAGIC_CMD"; then
8431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8432 $as_echo "$MAGIC_CMD" >&6; }
8433 else
8434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8435 $as_echo "no" >&6; }
8436 fi
8437
8438
8439 else
8440 MAGIC_CMD=:
8441 fi
8442 fi
8443
8444 fi
8445 ;;
8446 esac
8447
8448 # Use C for the default configuration in the libtool script
8449
8450 lt_save_CC="$CC"
8451 ac_ext=c
8452 ac_cpp='$CPP $CPPFLAGS'
8453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8456
8457
8458 # Source file extension for C test sources.
8459 ac_ext=c
8460
8461 # Object file extension for compiled C test sources.
8462 objext=o
8463 objext=$objext
8464
8465 # Code to be used in simple compile tests
8466 lt_simple_compile_test_code="int some_variable = 0;"
8467
8468 # Code to be used in simple link tests
8469 lt_simple_link_test_code='int main(){return(0);}'
8470
8471
8472
8473
8474
8475
8476
8477 # If no C compiler was specified, use CC.
8478 LTCC=${LTCC-"$CC"}
8479
8480 # If no C compiler flags were specified, use CFLAGS.
8481 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8482
8483 # Allow CC to be a program name with arguments.
8484 compiler=$CC
8485
8486 # Save the default compiler, since it gets overwritten when the other
8487 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8488 compiler_DEFAULT=$CC
8489
8490 # save warnings/boilerplate of simple test code
8491 ac_outfile=conftest.$ac_objext
8492 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8493 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8494 _lt_compiler_boilerplate=`cat conftest.err`
8495 $RM conftest*
8496
8497 ac_outfile=conftest.$ac_objext
8498 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8499 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8500 _lt_linker_boilerplate=`cat conftest.err`
8501 $RM -r conftest*
8502
8503
8504 ## CAVEAT EMPTOR:
8505 ## There is no encapsulation within the following macros, do not change
8506 ## the running order or otherwise move them around unless you know exactly
8507 ## what you are doing...
8508 if test -n "$compiler"; then
8509
8510 lt_prog_compiler_no_builtin_flag=
8511
8512 if test "$GCC" = yes; then
8513 case $cc_basename in
8514 nvcc*)
8515 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8516 *)
8517 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8518 esac
8519
8520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8521 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8522 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8523 $as_echo_n "(cached) " >&6
8524 else
8525 lt_cv_prog_compiler_rtti_exceptions=no
8526 ac_outfile=conftest.$ac_objext
8527 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8528 lt_compiler_flag="-fno-rtti -fno-exceptions"
8529 # Insert the option either (1) after the last *FLAGS variable, or
8530 # (2) before a word containing "conftest.", or (3) at the end.
8531 # Note that $ac_compile itself does not contain backslashes and begins
8532 # with a dollar sign (not a hyphen), so the echo should work correctly.
8533 # The option is referenced via a variable to avoid confusing sed.
8534 lt_compile=`echo "$ac_compile" | $SED \
8535 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8536 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8537 -e 's:$: $lt_compiler_flag:'`
8538 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8539 (eval "$lt_compile" 2>conftest.err)
8540 ac_status=$?
8541 cat conftest.err >&5
8542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8543 if (exit $ac_status) && test -s "$ac_outfile"; then
8544 # The compiler can only warn and ignore the option if not recognized
8545 # So say no if there are warnings other than the usual output.
8546 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8547 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8548 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8549 lt_cv_prog_compiler_rtti_exceptions=yes
8550 fi
8551 fi
8552 $RM conftest*
8553
8554 fi
8555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8556 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8557
8558 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8559 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8560 else
8561 :
8562 fi
8563
8564 fi
8565
8566
8567
8568
8569
8570
8571 lt_prog_compiler_wl=
8572 lt_prog_compiler_pic=
8573 lt_prog_compiler_static=
8574
8575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8576 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8577
8578 if test "$GCC" = yes; then
8579 lt_prog_compiler_wl='-Wl,'
8580 lt_prog_compiler_static='-static'
8581
8582 case $host_os in
8583 aix*)
8584 # All AIX code is PIC.
8585 if test "$host_cpu" = ia64; then
8586 # AIX 5 now supports IA64 processor
8587 lt_prog_compiler_static='-Bstatic'
8588 fi
8589 lt_prog_compiler_pic='-fPIC'
8590 ;;
8591
8592 amigaos*)
8593 case $host_cpu in
8594 powerpc)
8595 # see comment about AmigaOS4 .so support
8596 lt_prog_compiler_pic='-fPIC'
8597 ;;
8598 m68k)
8599 # FIXME: we need at least 68020 code to build shared libraries, but
8600 # adding the `-m68020' flag to GCC prevents building anything better,
8601 # like `-m68040'.
8602 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8603 ;;
8604 esac
8605 ;;
8606
8607 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8608 # PIC is the default for these OSes.
8609 ;;
8610
8611 mingw* | cygwin* | pw32* | os2* | cegcc*)
8612 # This hack is so that the source file can tell whether it is being
8613 # built for inclusion in a dll (and should export symbols for example).
8614 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8615 # (--disable-auto-import) libraries
8616 lt_prog_compiler_pic='-DDLL_EXPORT'
8617 ;;
8618
8619 darwin* | rhapsody*)
8620 # PIC is the default on this platform
8621 # Common symbols not allowed in MH_DYLIB files
8622 lt_prog_compiler_pic='-fno-common'
8623 ;;
8624
8625 haiku*)
8626 # PIC is the default for Haiku.
8627 # The "-static" flag exists, but is broken.
8628 lt_prog_compiler_static=
8629 ;;
8630
8631 hpux*)
8632 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8633 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8634 # sets the default TLS model and affects inlining.
8635 case $host_cpu in
8636 hppa*64*)
8637 # +Z the default
8638 ;;
8639 *)
8640 lt_prog_compiler_pic='-fPIC'
8641 ;;
8642 esac
8643 ;;
8644
8645 interix[3-9]*)
8646 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8647 # Instead, we relocate shared libraries at runtime.
8648 ;;
8649
8650 msdosdjgpp*)
8651 # Just because we use GCC doesn't mean we suddenly get shared libraries
8652 # on systems that don't support them.
8653 lt_prog_compiler_can_build_shared=no
8654 enable_shared=no
8655 ;;
8656
8657 *nto* | *qnx*)
8658 # QNX uses GNU C++, but need to define -shared option too, otherwise
8659 # it will coredump.
8660 lt_prog_compiler_pic='-fPIC -shared'
8661 ;;
8662
8663 sysv4*MP*)
8664 if test -d /usr/nec; then
8665 lt_prog_compiler_pic=-Kconform_pic
8666 fi
8667 ;;
8668
8669 *)
8670 lt_prog_compiler_pic='-fPIC'
8671 ;;
8672 esac
8673
8674 case $cc_basename in
8675 nvcc*) # Cuda Compiler Driver 2.2
8676 lt_prog_compiler_wl='-Xlinker '
8677 lt_prog_compiler_pic='-Xcompiler -fPIC'
8678 ;;
8679 esac
8680 else
8681 # PORTME Check for flag to pass linker flags through the system compiler.
8682 case $host_os in
8683 aix*)
8684 lt_prog_compiler_wl='-Wl,'
8685 if test "$host_cpu" = ia64; then
8686 # AIX 5 now supports IA64 processor
8687 lt_prog_compiler_static='-Bstatic'
8688 else
8689 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8690 fi
8691 ;;
8692
8693 mingw* | cygwin* | pw32* | os2* | cegcc*)
8694 # This hack is so that the source file can tell whether it is being
8695 # built for inclusion in a dll (and should export symbols for example).
8696 lt_prog_compiler_pic='-DDLL_EXPORT'
8697 ;;
8698
8699 hpux9* | hpux10* | hpux11*)
8700 lt_prog_compiler_wl='-Wl,'
8701 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8702 # not for PA HP-UX.
8703 case $host_cpu in
8704 hppa*64*|ia64*)
8705 # +Z the default
8706 ;;
8707 *)
8708 lt_prog_compiler_pic='+Z'
8709 ;;
8710 esac
8711 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8712 lt_prog_compiler_static='${wl}-a ${wl}archive'
8713 ;;
8714
8715 irix5* | irix6* | nonstopux*)
8716 lt_prog_compiler_wl='-Wl,'
8717 # PIC (with -KPIC) is the default.
8718 lt_prog_compiler_static='-non_shared'
8719 ;;
8720
8721 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8722 case $cc_basename in
8723 # old Intel for x86_64 which still supported -KPIC.
8724 ecc*)
8725 lt_prog_compiler_wl='-Wl,'
8726 lt_prog_compiler_pic='-KPIC'
8727 lt_prog_compiler_static='-static'
8728 ;;
8729 # icc used to be incompatible with GCC.
8730 # ICC 10 doesn't accept -KPIC any more.
8731 icc* | ifort*)
8732 lt_prog_compiler_wl='-Wl,'
8733 lt_prog_compiler_pic='-fPIC'
8734 lt_prog_compiler_static='-static'
8735 ;;
8736 # Lahey Fortran 8.1.
8737 lf95*)
8738 lt_prog_compiler_wl='-Wl,'
8739 lt_prog_compiler_pic='--shared'
8740 lt_prog_compiler_static='--static'
8741 ;;
8742 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8743 # Portland Group compilers (*not* the Pentium gcc compiler,
8744 # which looks to be a dead project)
8745 lt_prog_compiler_wl='-Wl,'
8746 lt_prog_compiler_pic='-fpic'
8747 lt_prog_compiler_static='-Bstatic'
8748 ;;
8749 ccc*)
8750 lt_prog_compiler_wl='-Wl,'
8751 # All Alpha code is PIC.
8752 lt_prog_compiler_static='-non_shared'
8753 ;;
8754 xl* | bgxl* | bgf* | mpixl*)
8755 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8756 lt_prog_compiler_wl='-Wl,'
8757 lt_prog_compiler_pic='-qpic'
8758 lt_prog_compiler_static='-qstaticlink'
8759 ;;
8760 *)
8761 case `$CC -V 2>&1 | sed 5q` in
8762 *Sun\ F* | *Sun*Fortran*)
8763 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8764 lt_prog_compiler_pic='-KPIC'
8765 lt_prog_compiler_static='-Bstatic'
8766 lt_prog_compiler_wl=''
8767 ;;
8768 *Sun\ C*)
8769 # Sun C 5.9
8770 lt_prog_compiler_pic='-KPIC'
8771 lt_prog_compiler_static='-Bstatic'
8772 lt_prog_compiler_wl='-Wl,'
8773 ;;
8774 esac
8775 ;;
8776 esac
8777 ;;
8778
8779 newsos6)
8780 lt_prog_compiler_pic='-KPIC'
8781 lt_prog_compiler_static='-Bstatic'
8782 ;;
8783
8784 *nto* | *qnx*)
8785 # QNX uses GNU C++, but need to define -shared option too, otherwise
8786 # it will coredump.
8787 lt_prog_compiler_pic='-fPIC -shared'
8788 ;;
8789
8790 osf3* | osf4* | osf5*)
8791 lt_prog_compiler_wl='-Wl,'
8792 # All OSF/1 code is PIC.
8793 lt_prog_compiler_static='-non_shared'
8794 ;;
8795
8796 rdos*)
8797 lt_prog_compiler_static='-non_shared'
8798 ;;
8799
8800 solaris*)
8801 lt_prog_compiler_pic='-KPIC'
8802 lt_prog_compiler_static='-Bstatic'
8803 case $cc_basename in
8804 f77* | f90* | f95*)
8805 lt_prog_compiler_wl='-Qoption ld ';;
8806 *)
8807 lt_prog_compiler_wl='-Wl,';;
8808 esac
8809 ;;
8810
8811 sunos4*)
8812 lt_prog_compiler_wl='-Qoption ld '
8813 lt_prog_compiler_pic='-PIC'
8814 lt_prog_compiler_static='-Bstatic'
8815 ;;
8816
8817 sysv4 | sysv4.2uw2* | sysv4.3*)
8818 lt_prog_compiler_wl='-Wl,'
8819 lt_prog_compiler_pic='-KPIC'
8820 lt_prog_compiler_static='-Bstatic'
8821 ;;
8822
8823 sysv4*MP*)
8824 if test -d /usr/nec ;then
8825 lt_prog_compiler_pic='-Kconform_pic'
8826 lt_prog_compiler_static='-Bstatic'
8827 fi
8828 ;;
8829
8830 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8831 lt_prog_compiler_wl='-Wl,'
8832 lt_prog_compiler_pic='-KPIC'
8833 lt_prog_compiler_static='-Bstatic'
8834 ;;
8835
8836 unicos*)
8837 lt_prog_compiler_wl='-Wl,'
8838 lt_prog_compiler_can_build_shared=no
8839 ;;
8840
8841 uts4*)
8842 lt_prog_compiler_pic='-pic'
8843 lt_prog_compiler_static='-Bstatic'
8844 ;;
8845
8846 *)
8847 lt_prog_compiler_can_build_shared=no
8848 ;;
8849 esac
8850 fi
8851
8852 case $host_os in
8853 # For platforms which do not support PIC, -DPIC is meaningless:
8854 *djgpp*)
8855 lt_prog_compiler_pic=
8856 ;;
8857 *)
8858 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8859 ;;
8860 esac
8861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8862 $as_echo "$lt_prog_compiler_pic" >&6; }
8863
8864
8865
8866
8867
8868
8869 #
8870 # Check to make sure the PIC flag actually works.
8871 #
8872 if test -n "$lt_prog_compiler_pic"; then
8873 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8874 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8875 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8876 $as_echo_n "(cached) " >&6
8877 else
8878 lt_cv_prog_compiler_pic_works=no
8879 ac_outfile=conftest.$ac_objext
8880 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8881 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8882 # Insert the option either (1) after the last *FLAGS variable, or
8883 # (2) before a word containing "conftest.", or (3) at the end.
8884 # Note that $ac_compile itself does not contain backslashes and begins
8885 # with a dollar sign (not a hyphen), so the echo should work correctly.
8886 # The option is referenced via a variable to avoid confusing sed.
8887 lt_compile=`echo "$ac_compile" | $SED \
8888 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8889 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8890 -e 's:$: $lt_compiler_flag:'`
8891 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8892 (eval "$lt_compile" 2>conftest.err)
8893 ac_status=$?
8894 cat conftest.err >&5
8895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8896 if (exit $ac_status) && test -s "$ac_outfile"; then
8897 # The compiler can only warn and ignore the option if not recognized
8898 # So say no if there are warnings other than the usual output.
8899 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8900 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8901 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8902 lt_cv_prog_compiler_pic_works=yes
8903 fi
8904 fi
8905 $RM conftest*
8906
8907 fi
8908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8909 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8910
8911 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8912 case $lt_prog_compiler_pic in
8913 "" | " "*) ;;
8914 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8915 esac
8916 else
8917 lt_prog_compiler_pic=
8918 lt_prog_compiler_can_build_shared=no
8919 fi
8920
8921 fi
8922
8923
8924
8925
8926
8927
8928 #
8929 # Check to make sure the static flag actually works.
8930 #
8931 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8933 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8934 if ${lt_cv_prog_compiler_static_works+:} false; then :
8935 $as_echo_n "(cached) " >&6
8936 else
8937 lt_cv_prog_compiler_static_works=no
8938 save_LDFLAGS="$LDFLAGS"
8939 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8940 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8941 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8942 # The linker can only warn and ignore the option if not recognized
8943 # So say no if there are warnings
8944 if test -s conftest.err; then
8945 # Append any errors to the config.log.
8946 cat conftest.err 1>&5
8947 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8948 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8949 if diff conftest.exp conftest.er2 >/dev/null; then
8950 lt_cv_prog_compiler_static_works=yes
8951 fi
8952 else
8953 lt_cv_prog_compiler_static_works=yes
8954 fi
8955 fi
8956 $RM -r conftest*
8957 LDFLAGS="$save_LDFLAGS"
8958
8959 fi
8960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8961 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8962
8963 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8964 :
8965 else
8966 lt_prog_compiler_static=
8967 fi
8968
8969
8970
8971
8972
8973
8974
8975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8976 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8977 if ${lt_cv_prog_compiler_c_o+:} false; then :
8978 $as_echo_n "(cached) " >&6
8979 else
8980 lt_cv_prog_compiler_c_o=no
8981 $RM -r conftest 2>/dev/null
8982 mkdir conftest
8983 cd conftest
8984 mkdir out
8985 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8986
8987 lt_compiler_flag="-o out/conftest2.$ac_objext"
8988 # Insert the option either (1) after the last *FLAGS variable, or
8989 # (2) before a word containing "conftest.", or (3) at the end.
8990 # Note that $ac_compile itself does not contain backslashes and begins
8991 # with a dollar sign (not a hyphen), so the echo should work correctly.
8992 lt_compile=`echo "$ac_compile" | $SED \
8993 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8994 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8995 -e 's:$: $lt_compiler_flag:'`
8996 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8997 (eval "$lt_compile" 2>out/conftest.err)
8998 ac_status=$?
8999 cat out/conftest.err >&5
9000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9001 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9002 then
9003 # The compiler can only warn and ignore the option if not recognized
9004 # So say no if there are warnings
9005 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9006 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9007 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9008 lt_cv_prog_compiler_c_o=yes
9009 fi
9010 fi
9011 chmod u+w . 2>&5
9012 $RM conftest*
9013 # SGI C++ compiler will create directory out/ii_files/ for
9014 # template instantiation
9015 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9016 $RM out/* && rmdir out
9017 cd ..
9018 $RM -r conftest
9019 $RM conftest*
9020
9021 fi
9022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9023 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9024
9025
9026
9027
9028
9029
9030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
9031 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
9032 if ${lt_cv_prog_compiler_c_o+:} false; then :
9033 $as_echo_n "(cached) " >&6
9034 else
9035 lt_cv_prog_compiler_c_o=no
9036 $RM -r conftest 2>/dev/null
9037 mkdir conftest
9038 cd conftest
9039 mkdir out
9040 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9041
9042 lt_compiler_flag="-o out/conftest2.$ac_objext"
9043 # Insert the option either (1) after the last *FLAGS variable, or
9044 # (2) before a word containing "conftest.", or (3) at the end.
9045 # Note that $ac_compile itself does not contain backslashes and begins
9046 # with a dollar sign (not a hyphen), so the echo should work correctly.
9047 lt_compile=`echo "$ac_compile" | $SED \
9048 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9049 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9050 -e 's:$: $lt_compiler_flag:'`
9051 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9052 (eval "$lt_compile" 2>out/conftest.err)
9053 ac_status=$?
9054 cat out/conftest.err >&5
9055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056 if (exit $ac_status) && test -s out/conftest2.$ac_objext
9057 then
9058 # The compiler can only warn and ignore the option if not recognized
9059 # So say no if there are warnings
9060 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9061 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
9062 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9063 lt_cv_prog_compiler_c_o=yes
9064 fi
9065 fi
9066 chmod u+w . 2>&5
9067 $RM conftest*
9068 # SGI C++ compiler will create directory out/ii_files/ for
9069 # template instantiation
9070 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
9071 $RM out/* && rmdir out
9072 cd ..
9073 $RM -r conftest
9074 $RM conftest*
9075
9076 fi
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
9078 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
9079
9080
9081
9082
9083 hard_links="nottested"
9084 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9085 # do not overwrite the value of need_locks provided by the user
9086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
9087 $as_echo_n "checking if we can lock with hard links... " >&6; }
9088 hard_links=yes
9089 $RM conftest*
9090 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9091 touch conftest.a
9092 ln conftest.a conftest.b 2>&5 || hard_links=no
9093 ln conftest.a conftest.b 2>/dev/null && hard_links=no
9094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
9095 $as_echo "$hard_links" >&6; }
9096 if test "$hard_links" = no; then
9097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9098 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9099 need_locks=warn
9100 fi
9101 else
9102 need_locks=no
9103 fi
9104
9105
9106
9107
9108
9109
9110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9111 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
9112
9113 runpath_var=
9114 allow_undefined_flag=
9115 always_export_symbols=no
9116 archive_cmds=
9117 archive_expsym_cmds=
9118 compiler_needs_object=no
9119 enable_shared_with_static_runtimes=no
9120 export_dynamic_flag_spec=
9121 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9122 hardcode_automatic=no
9123 hardcode_direct=no
9124 hardcode_direct_absolute=no
9125 hardcode_libdir_flag_spec=
9126 hardcode_libdir_flag_spec_ld=
9127 hardcode_libdir_separator=
9128 hardcode_minus_L=no
9129 hardcode_shlibpath_var=unsupported
9130 inherit_rpath=no
9131 link_all_deplibs=unknown
9132 module_cmds=
9133 module_expsym_cmds=
9134 old_archive_from_new_cmds=
9135 old_archive_from_expsyms_cmds=
9136 thread_safe_flag_spec=
9137 whole_archive_flag_spec=
9138 # include_expsyms should be a list of space-separated symbols to be *always*
9139 # included in the symbol list
9140 include_expsyms=
9141 # exclude_expsyms can be an extended regexp of symbols to exclude
9142 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9143 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9144 # as well as any symbol that contains `d'.
9145 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
9146 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9147 # platforms (ab)use it in PIC code, but their linkers get confused if
9148 # the symbol is explicitly referenced. Since portable code cannot
9149 # rely on this symbol name, it's probably fine to never include it in
9150 # preloaded symbol tables.
9151 # Exclude shared library initialization/finalization symbols.
9152 extract_expsyms_cmds=
9153
9154 case $host_os in
9155 cygwin* | mingw* | pw32* | cegcc*)
9156 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9157 # When not using gcc, we currently assume that we are using
9158 # Microsoft Visual C++.
9159 if test "$GCC" != yes; then
9160 with_gnu_ld=no
9161 fi
9162 ;;
9163 interix*)
9164 # we just hope/assume this is gcc and not c89 (= MSVC++)
9165 with_gnu_ld=yes
9166 ;;
9167 openbsd*)
9168 with_gnu_ld=no
9169 ;;
9170 esac
9171
9172 ld_shlibs=yes
9173
9174 # On some targets, GNU ld is compatible enough with the native linker
9175 # that we're better off using the native interface for both.
9176 lt_use_gnu_ld_interface=no
9177 if test "$with_gnu_ld" = yes; then
9178 case $host_os in
9179 aix*)
9180 # The AIX port of GNU ld has always aspired to compatibility
9181 # with the native linker. However, as the warning in the GNU ld
9182 # block says, versions before 2.19.5* couldn't really create working
9183 # shared libraries, regardless of the interface used.
9184 case `$LD -v 2>&1` in
9185 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9186 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9187 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9188 *)
9189 lt_use_gnu_ld_interface=yes
9190 ;;
9191 esac
9192 ;;
9193 *)
9194 lt_use_gnu_ld_interface=yes
9195 ;;
9196 esac
9197 fi
9198
9199 if test "$lt_use_gnu_ld_interface" = yes; then
9200 # If archive_cmds runs LD, not CC, wlarc should be empty
9201 wlarc='${wl}'
9202
9203 # Set some defaults for GNU ld with shared library support. These
9204 # are reset later if shared libraries are not supported. Putting them
9205 # here allows them to be overridden if necessary.
9206 runpath_var=LD_RUN_PATH
9207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9208 export_dynamic_flag_spec='${wl}--export-dynamic'
9209 # ancient GNU ld didn't support --whole-archive et. al.
9210 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9211 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9212 else
9213 whole_archive_flag_spec=
9214 fi
9215 supports_anon_versioning=no
9216 case `$LD -v 2>&1` in
9217 *GNU\ gold*) supports_anon_versioning=yes ;;
9218 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9219 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9220 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9221 *\ 2.11.*) ;; # other 2.11 versions
9222 *) supports_anon_versioning=yes ;;
9223 esac
9224
9225 # See if GNU ld supports shared libraries.
9226 case $host_os in
9227 aix[3-9]*)
9228 # On AIX/PPC, the GNU linker is very broken
9229 if test "$host_cpu" != ia64; then
9230 ld_shlibs=no
9231 cat <<_LT_EOF 1>&2
9232
9233 *** Warning: the GNU linker, at least up to release 2.19, is reported
9234 *** to be unable to reliably create shared libraries on AIX.
9235 *** Therefore, libtool is disabling shared libraries support. If you
9236 *** really care for shared libraries, you may want to install binutils
9237 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9238 *** You will then need to restart the configuration process.
9239
9240 _LT_EOF
9241 fi
9242 ;;
9243
9244 amigaos*)
9245 case $host_cpu in
9246 powerpc)
9247 # see comment about AmigaOS4 .so support
9248 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9249 archive_expsym_cmds=''
9250 ;;
9251 m68k)
9252 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)'
9253 hardcode_libdir_flag_spec='-L$libdir'
9254 hardcode_minus_L=yes
9255 ;;
9256 esac
9257 ;;
9258
9259 beos*)
9260 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9261 allow_undefined_flag=unsupported
9262 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9263 # support --undefined. This deserves some investigation. FIXME
9264 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9265 else
9266 ld_shlibs=no
9267 fi
9268 ;;
9269
9270 cygwin* | mingw* | pw32* | cegcc*)
9271 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9272 # as there is no search path for DLLs.
9273 hardcode_libdir_flag_spec='-L$libdir'
9274 export_dynamic_flag_spec='${wl}--export-all-symbols'
9275 allow_undefined_flag=unsupported
9276 always_export_symbols=no
9277 enable_shared_with_static_runtimes=yes
9278 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9279
9280 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9281 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9282 # If the export-symbols file already is a .def file (1st line
9283 # is EXPORTS), use it as is; otherwise, prepend...
9284 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9285 cp $export_symbols $output_objdir/$soname.def;
9286 else
9287 echo EXPORTS > $output_objdir/$soname.def;
9288 cat $export_symbols >> $output_objdir/$soname.def;
9289 fi~
9290 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9291 else
9292 ld_shlibs=no
9293 fi
9294 ;;
9295
9296 haiku*)
9297 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9298 link_all_deplibs=yes
9299 ;;
9300
9301 interix[3-9]*)
9302 hardcode_direct=no
9303 hardcode_shlibpath_var=no
9304 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9305 export_dynamic_flag_spec='${wl}-E'
9306 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9307 # Instead, shared libraries are loaded at an image base (0x10000000 by
9308 # default) and relocated if they conflict, which is a slow very memory
9309 # consuming and fragmenting process. To avoid this, we pick a random,
9310 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9311 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9312 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9313 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'
9314 ;;
9315
9316 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9317 tmp_diet=no
9318 if test "$host_os" = linux-dietlibc; then
9319 case $cc_basename in
9320 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9321 esac
9322 fi
9323 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9324 && test "$tmp_diet" = no
9325 then
9326 tmp_addflag=' $pic_flag'
9327 tmp_sharedflag='-shared'
9328 case $cc_basename,$host_cpu in
9329 pgcc*) # Portland Group C compiler
9330 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'
9331 tmp_addflag=' $pic_flag'
9332 ;;
9333 pgf77* | pgf90* | pgf95* | pgfortran*)
9334 # Portland Group f77 and f90 compilers
9335 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'
9336 tmp_addflag=' $pic_flag -Mnomain' ;;
9337 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9338 tmp_addflag=' -i_dynamic' ;;
9339 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9340 tmp_addflag=' -i_dynamic -nofor_main' ;;
9341 ifc* | ifort*) # Intel Fortran compiler
9342 tmp_addflag=' -nofor_main' ;;
9343 lf95*) # Lahey Fortran 8.1
9344 whole_archive_flag_spec=
9345 tmp_sharedflag='--shared' ;;
9346 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9347 tmp_sharedflag='-qmkshrobj'
9348 tmp_addflag= ;;
9349 nvcc*) # Cuda Compiler Driver 2.2
9350 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'
9351 compiler_needs_object=yes
9352 ;;
9353 esac
9354 case `$CC -V 2>&1 | sed 5q` in
9355 *Sun\ C*) # Sun C 5.9
9356 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'
9357 compiler_needs_object=yes
9358 tmp_sharedflag='-G' ;;
9359 *Sun\ F*) # Sun Fortran 8.3
9360 tmp_sharedflag='-G' ;;
9361 esac
9362 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9363
9364 if test "x$supports_anon_versioning" = xyes; then
9365 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9366 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9367 echo "local: *; };" >> $output_objdir/$libname.ver~
9368 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9369 fi
9370
9371 case $cc_basename in
9372 xlf* | bgf* | bgxlf* | mpixlf*)
9373 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9374 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9375 hardcode_libdir_flag_spec=
9376 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9377 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9378 if test "x$supports_anon_versioning" = xyes; then
9379 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9380 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9381 echo "local: *; };" >> $output_objdir/$libname.ver~
9382 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9383 fi
9384 ;;
9385 esac
9386 else
9387 ld_shlibs=no
9388 fi
9389 ;;
9390
9391 netbsd*)
9392 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9393 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9394 wlarc=
9395 else
9396 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9397 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9398 fi
9399 ;;
9400
9401 solaris*)
9402 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9403 ld_shlibs=no
9404 cat <<_LT_EOF 1>&2
9405
9406 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9407 *** create shared libraries on Solaris systems. Therefore, libtool
9408 *** is disabling shared libraries support. We urge you to upgrade GNU
9409 *** binutils to release 2.9.1 or newer. Another option is to modify
9410 *** your PATH or compiler configuration so that the native linker is
9411 *** used, and then restart.
9412
9413 _LT_EOF
9414 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9415 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9416 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9417 else
9418 ld_shlibs=no
9419 fi
9420 ;;
9421
9422 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9423 case `$LD -v 2>&1` in
9424 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9425 ld_shlibs=no
9426 cat <<_LT_EOF 1>&2
9427
9428 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9429 *** reliably create shared libraries on SCO systems. Therefore, libtool
9430 *** is disabling shared libraries support. We urge you to upgrade GNU
9431 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9432 *** your PATH or compiler configuration so that the native linker is
9433 *** used, and then restart.
9434
9435 _LT_EOF
9436 ;;
9437 *)
9438 # For security reasons, it is highly recommended that you always
9439 # use absolute paths for naming shared libraries, and exclude the
9440 # DT_RUNPATH tag from executables and libraries. But doing so
9441 # requires that you compile everything twice, which is a pain.
9442 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9443 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9444 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9445 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9446 else
9447 ld_shlibs=no
9448 fi
9449 ;;
9450 esac
9451 ;;
9452
9453 sunos4*)
9454 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9455 wlarc=
9456 hardcode_direct=yes
9457 hardcode_shlibpath_var=no
9458 ;;
9459
9460 *)
9461 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9462 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9463 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9464 else
9465 ld_shlibs=no
9466 fi
9467 ;;
9468 esac
9469
9470 if test "$ld_shlibs" = no; then
9471 runpath_var=
9472 hardcode_libdir_flag_spec=
9473 export_dynamic_flag_spec=
9474 whole_archive_flag_spec=
9475 fi
9476 else
9477 # PORTME fill in a description of your system's linker (not GNU ld)
9478 case $host_os in
9479 aix3*)
9480 allow_undefined_flag=unsupported
9481 always_export_symbols=yes
9482 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'
9483 # Note: this linker hardcodes the directories in LIBPATH if there
9484 # are no directories specified by -L.
9485 hardcode_minus_L=yes
9486 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9487 # Neither direct hardcoding nor static linking is supported with a
9488 # broken collect2.
9489 hardcode_direct=unsupported
9490 fi
9491 ;;
9492
9493 aix[4-9]*)
9494 if test "$host_cpu" = ia64; then
9495 # On IA64, the linker does run time linking by default, so we don't
9496 # have to do anything special.
9497 aix_use_runtimelinking=no
9498 exp_sym_flag='-Bexport'
9499 no_entry_flag=""
9500 else
9501 # If we're using GNU nm, then we don't want the "-C" option.
9502 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9503 # Also, AIX nm treats weak defined symbols like other global
9504 # defined symbols, whereas GNU nm marks them as "W".
9505 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9506 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'
9507 else
9508 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'
9509 fi
9510 aix_use_runtimelinking=no
9511
9512 # Test if we are trying to use run time linking or normal
9513 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9514 # need to do runtime linking.
9515 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9516 for ld_flag in $LDFLAGS; do
9517 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9518 aix_use_runtimelinking=yes
9519 break
9520 fi
9521 done
9522 ;;
9523 esac
9524
9525 exp_sym_flag='-bexport'
9526 no_entry_flag='-bnoentry'
9527 fi
9528
9529 # When large executables or shared objects are built, AIX ld can
9530 # have problems creating the table of contents. If linking a library
9531 # or program results in "error TOC overflow" add -mminimal-toc to
9532 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9533 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9534
9535 archive_cmds=''
9536 hardcode_direct=yes
9537 hardcode_direct_absolute=yes
9538 hardcode_libdir_separator=':'
9539 link_all_deplibs=yes
9540 file_list_spec='${wl}-f,'
9541
9542 if test "$GCC" = yes; then
9543 case $host_os in aix4.[012]|aix4.[012].*)
9544 # We only want to do this on AIX 4.2 and lower, the check
9545 # below for broken collect2 doesn't work under 4.3+
9546 collect2name=`${CC} -print-prog-name=collect2`
9547 if test -f "$collect2name" &&
9548 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9549 then
9550 # We have reworked collect2
9551 :
9552 else
9553 # We have old collect2
9554 hardcode_direct=unsupported
9555 # It fails to find uninstalled libraries when the uninstalled
9556 # path is not listed in the libpath. Setting hardcode_minus_L
9557 # to unsupported forces relinking
9558 hardcode_minus_L=yes
9559 hardcode_libdir_flag_spec='-L$libdir'
9560 hardcode_libdir_separator=
9561 fi
9562 ;;
9563 esac
9564 shared_flag='-shared'
9565 if test "$aix_use_runtimelinking" = yes; then
9566 shared_flag="$shared_flag "'${wl}-G'
9567 fi
9568 else
9569 # not using gcc
9570 if test "$host_cpu" = ia64; then
9571 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9572 # chokes on -Wl,-G. The following line is correct:
9573 shared_flag='-G'
9574 else
9575 if test "$aix_use_runtimelinking" = yes; then
9576 shared_flag='${wl}-G'
9577 else
9578 shared_flag='${wl}-bM:SRE'
9579 fi
9580 fi
9581 fi
9582
9583 export_dynamic_flag_spec='${wl}-bexpall'
9584 # It seems that -bexpall does not export symbols beginning with
9585 # underscore (_), so it is better to generate a list of symbols to export.
9586 always_export_symbols=yes
9587 if test "$aix_use_runtimelinking" = yes; then
9588 # Warning - without using the other runtime loading flags (-brtl),
9589 # -berok will link without error, but may produce a broken library.
9590 allow_undefined_flag='-berok'
9591 # Determine the default libpath from the value encoded in an
9592 # empty executable.
9593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9594 /* end confdefs.h. */
9595
9596 int
9597 main ()
9598 {
9599
9600 ;
9601 return 0;
9602 }
9603 _ACEOF
9604 if ac_fn_c_try_link "$LINENO"; then :
9605
9606 lt_aix_libpath_sed='
9607 /Import File Strings/,/^$/ {
9608 /^0/ {
9609 s/^0 *\(.*\)$/\1/
9610 p
9611 }
9612 }'
9613 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9614 # Check for a 64-bit object if we didn't find anything.
9615 if test -z "$aix_libpath"; then
9616 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9617 fi
9618 fi
9619 rm -f core conftest.err conftest.$ac_objext \
9620 conftest$ac_exeext conftest.$ac_ext
9621 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9622
9623 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9624 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"
9625 else
9626 if test "$host_cpu" = ia64; then
9627 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9628 allow_undefined_flag="-z nodefs"
9629 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"
9630 else
9631 # Determine the default libpath from the value encoded in an
9632 # empty executable.
9633 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9634 /* end confdefs.h. */
9635
9636 int
9637 main ()
9638 {
9639
9640 ;
9641 return 0;
9642 }
9643 _ACEOF
9644 if ac_fn_c_try_link "$LINENO"; then :
9645
9646 lt_aix_libpath_sed='
9647 /Import File Strings/,/^$/ {
9648 /^0/ {
9649 s/^0 *\(.*\)$/\1/
9650 p
9651 }
9652 }'
9653 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9654 # Check for a 64-bit object if we didn't find anything.
9655 if test -z "$aix_libpath"; then
9656 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9657 fi
9658 fi
9659 rm -f core conftest.err conftest.$ac_objext \
9660 conftest$ac_exeext conftest.$ac_ext
9661 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9662
9663 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9664 # Warning - without using the other run time loading flags,
9665 # -berok will link without error, but may produce a broken library.
9666 no_undefined_flag=' ${wl}-bernotok'
9667 allow_undefined_flag=' ${wl}-berok'
9668 if test "$with_gnu_ld" = yes; then
9669 # We only use this code for GNU lds that support --whole-archive.
9670 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9671 else
9672 # Exported symbols can be pulled into shared objects from archives
9673 whole_archive_flag_spec='$convenience'
9674 fi
9675 archive_cmds_need_lc=yes
9676 # This is similar to how AIX traditionally builds its shared libraries.
9677 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'
9678 fi
9679 fi
9680 ;;
9681
9682 amigaos*)
9683 case $host_cpu in
9684 powerpc)
9685 # see comment about AmigaOS4 .so support
9686 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9687 archive_expsym_cmds=''
9688 ;;
9689 m68k)
9690 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)'
9691 hardcode_libdir_flag_spec='-L$libdir'
9692 hardcode_minus_L=yes
9693 ;;
9694 esac
9695 ;;
9696
9697 bsdi[45]*)
9698 export_dynamic_flag_spec=-rdynamic
9699 ;;
9700
9701 cygwin* | mingw* | pw32* | cegcc*)
9702 # When not using gcc, we currently assume that we are using
9703 # Microsoft Visual C++.
9704 # hardcode_libdir_flag_spec is actually meaningless, as there is
9705 # no search path for DLLs.
9706 hardcode_libdir_flag_spec=' '
9707 allow_undefined_flag=unsupported
9708 # Tell ltmain to make .lib files, not .a files.
9709 libext=lib
9710 # Tell ltmain to make .dll files, not .so files.
9711 shrext_cmds=".dll"
9712 # FIXME: Setting linknames here is a bad hack.
9713 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9714 # The linker will automatically build a .lib file if we build a DLL.
9715 old_archive_from_new_cmds='true'
9716 # FIXME: Should let the user specify the lib program.
9717 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9718 fix_srcfile_path='`cygpath -w "$srcfile"`'
9719 enable_shared_with_static_runtimes=yes
9720 ;;
9721
9722 darwin* | rhapsody*)
9723
9724
9725 archive_cmds_need_lc=no
9726 hardcode_direct=no
9727 hardcode_automatic=yes
9728 hardcode_shlibpath_var=unsupported
9729 if test "$lt_cv_ld_force_load" = "yes"; then
9730 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\"`'
9731 else
9732 whole_archive_flag_spec=''
9733 fi
9734 link_all_deplibs=yes
9735 allow_undefined_flag="$_lt_dar_allow_undefined"
9736 case $cc_basename in
9737 ifort*) _lt_dar_can_shared=yes ;;
9738 *) _lt_dar_can_shared=$GCC ;;
9739 esac
9740 if test "$_lt_dar_can_shared" = "yes"; then
9741 output_verbose_link_cmd=func_echo_all
9742 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9743 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9744 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}"
9745 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}"
9746
9747 else
9748 ld_shlibs=no
9749 fi
9750
9751 ;;
9752
9753 dgux*)
9754 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9755 hardcode_libdir_flag_spec='-L$libdir'
9756 hardcode_shlibpath_var=no
9757 ;;
9758
9759 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9760 # support. Future versions do this automatically, but an explicit c++rt0.o
9761 # does not break anything, and helps significantly (at the cost of a little
9762 # extra space).
9763 freebsd2.2*)
9764 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9765 hardcode_libdir_flag_spec='-R$libdir'
9766 hardcode_direct=yes
9767 hardcode_shlibpath_var=no
9768 ;;
9769
9770 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9771 freebsd2.*)
9772 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9773 hardcode_direct=yes
9774 hardcode_minus_L=yes
9775 hardcode_shlibpath_var=no
9776 ;;
9777
9778 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9779 freebsd* | dragonfly*)
9780 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9781 hardcode_libdir_flag_spec='-R$libdir'
9782 hardcode_direct=yes
9783 hardcode_shlibpath_var=no
9784 ;;
9785
9786 hpux9*)
9787 if test "$GCC" = yes; then
9788 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'
9789 else
9790 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'
9791 fi
9792 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9793 hardcode_libdir_separator=:
9794 hardcode_direct=yes
9795
9796 # hardcode_minus_L: Not really in the search PATH,
9797 # but as the default location of the library.
9798 hardcode_minus_L=yes
9799 export_dynamic_flag_spec='${wl}-E'
9800 ;;
9801
9802 hpux10*)
9803 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9804 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9805 else
9806 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9807 fi
9808 if test "$with_gnu_ld" = no; then
9809 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9810 hardcode_libdir_flag_spec_ld='+b $libdir'
9811 hardcode_libdir_separator=:
9812 hardcode_direct=yes
9813 hardcode_direct_absolute=yes
9814 export_dynamic_flag_spec='${wl}-E'
9815 # hardcode_minus_L: Not really in the search PATH,
9816 # but as the default location of the library.
9817 hardcode_minus_L=yes
9818 fi
9819 ;;
9820
9821 hpux11*)
9822 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9823 case $host_cpu in
9824 hppa*64*)
9825 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9826 ;;
9827 ia64*)
9828 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9829 ;;
9830 *)
9831 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9832 ;;
9833 esac
9834 else
9835 case $host_cpu in
9836 hppa*64*)
9837 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9838 ;;
9839 ia64*)
9840 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9841 ;;
9842 *)
9843
9844 # Older versions of the 11.00 compiler do not understand -b yet
9845 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9847 $as_echo_n "checking if $CC understands -b... " >&6; }
9848 if ${lt_cv_prog_compiler__b+:} false; then :
9849 $as_echo_n "(cached) " >&6
9850 else
9851 lt_cv_prog_compiler__b=no
9852 save_LDFLAGS="$LDFLAGS"
9853 LDFLAGS="$LDFLAGS -b"
9854 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9855 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9856 # The linker can only warn and ignore the option if not recognized
9857 # So say no if there are warnings
9858 if test -s conftest.err; then
9859 # Append any errors to the config.log.
9860 cat conftest.err 1>&5
9861 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9862 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9863 if diff conftest.exp conftest.er2 >/dev/null; then
9864 lt_cv_prog_compiler__b=yes
9865 fi
9866 else
9867 lt_cv_prog_compiler__b=yes
9868 fi
9869 fi
9870 $RM -r conftest*
9871 LDFLAGS="$save_LDFLAGS"
9872
9873 fi
9874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9875 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9876
9877 if test x"$lt_cv_prog_compiler__b" = xyes; then
9878 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9879 else
9880 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9881 fi
9882
9883 ;;
9884 esac
9885 fi
9886 if test "$with_gnu_ld" = no; then
9887 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9888 hardcode_libdir_separator=:
9889
9890 case $host_cpu in
9891 hppa*64*|ia64*)
9892 hardcode_direct=no
9893 hardcode_shlibpath_var=no
9894 ;;
9895 *)
9896 hardcode_direct=yes
9897 hardcode_direct_absolute=yes
9898 export_dynamic_flag_spec='${wl}-E'
9899
9900 # hardcode_minus_L: Not really in the search PATH,
9901 # but as the default location of the library.
9902 hardcode_minus_L=yes
9903 ;;
9904 esac
9905 fi
9906 ;;
9907
9908 irix5* | irix6* | nonstopux*)
9909 if test "$GCC" = yes; then
9910 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'
9911 # Try to use the -exported_symbol ld option, if it does not
9912 # work, assume that -exports_file does not work either and
9913 # implicitly export all symbols.
9914 save_LDFLAGS="$LDFLAGS"
9915 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9917 /* end confdefs.h. */
9918 int foo(void) {}
9919 _ACEOF
9920 if ac_fn_c_try_link "$LINENO"; then :
9921 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'
9922
9923 fi
9924 rm -f core conftest.err conftest.$ac_objext \
9925 conftest$ac_exeext conftest.$ac_ext
9926 LDFLAGS="$save_LDFLAGS"
9927 else
9928 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'
9929 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'
9930 fi
9931 archive_cmds_need_lc='no'
9932 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9933 hardcode_libdir_separator=:
9934 inherit_rpath=yes
9935 link_all_deplibs=yes
9936 ;;
9937
9938 netbsd*)
9939 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9940 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9941 else
9942 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9943 fi
9944 hardcode_libdir_flag_spec='-R$libdir'
9945 hardcode_direct=yes
9946 hardcode_shlibpath_var=no
9947 ;;
9948
9949 newsos6)
9950 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9951 hardcode_direct=yes
9952 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9953 hardcode_libdir_separator=:
9954 hardcode_shlibpath_var=no
9955 ;;
9956
9957 *nto* | *qnx*)
9958 ;;
9959
9960 openbsd*)
9961 if test -f /usr/libexec/ld.so; then
9962 hardcode_direct=yes
9963 hardcode_shlibpath_var=no
9964 hardcode_direct_absolute=yes
9965 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9966 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9968 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9969 export_dynamic_flag_spec='${wl}-E'
9970 else
9971 case $host_os in
9972 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9973 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9974 hardcode_libdir_flag_spec='-R$libdir'
9975 ;;
9976 *)
9977 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9978 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9979 ;;
9980 esac
9981 fi
9982 else
9983 ld_shlibs=no
9984 fi
9985 ;;
9986
9987 os2*)
9988 hardcode_libdir_flag_spec='-L$libdir'
9989 hardcode_minus_L=yes
9990 allow_undefined_flag=unsupported
9991 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'
9992 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9993 ;;
9994
9995 osf3*)
9996 if test "$GCC" = yes; then
9997 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9998 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'
9999 else
10000 allow_undefined_flag=' -expect_unresolved \*'
10001 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'
10002 fi
10003 archive_cmds_need_lc='no'
10004 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10005 hardcode_libdir_separator=:
10006 ;;
10007
10008 osf4* | osf5*) # as osf3* with the addition of -msym flag
10009 if test "$GCC" = yes; then
10010 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
10011 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'
10012 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10013 else
10014 allow_undefined_flag=' -expect_unresolved \*'
10015 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'
10016 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~
10017 $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'
10018
10019 # Both c and cxx compiler support -rpath directly
10020 hardcode_libdir_flag_spec='-rpath $libdir'
10021 fi
10022 archive_cmds_need_lc='no'
10023 hardcode_libdir_separator=:
10024 ;;
10025
10026 solaris*)
10027 no_undefined_flag=' -z defs'
10028 if test "$GCC" = yes; then
10029 wlarc='${wl}'
10030 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10031 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10032 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10033 else
10034 case `$CC -V 2>&1` in
10035 *"Compilers 5.0"*)
10036 wlarc=''
10037 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10038 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10039 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10040 ;;
10041 *)
10042 wlarc='${wl}'
10043 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10044 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10045 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10046 ;;
10047 esac
10048 fi
10049 hardcode_libdir_flag_spec='-R$libdir'
10050 hardcode_shlibpath_var=no
10051 case $host_os in
10052 solaris2.[0-5] | solaris2.[0-5].*) ;;
10053 *)
10054 # The compiler driver will combine and reorder linker options,
10055 # but understands `-z linker_flag'. GCC discards it without `$wl',
10056 # but is careful enough not to reorder.
10057 # Supported since Solaris 2.6 (maybe 2.5.1?)
10058 if test "$GCC" = yes; then
10059 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10060 else
10061 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
10062 fi
10063 ;;
10064 esac
10065 link_all_deplibs=yes
10066 ;;
10067
10068 sunos4*)
10069 if test "x$host_vendor" = xsequent; then
10070 # Use $CC to link under sequent, because it throws in some extra .o
10071 # files that make .init and .fini sections work.
10072 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10073 else
10074 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10075 fi
10076 hardcode_libdir_flag_spec='-L$libdir'
10077 hardcode_direct=yes
10078 hardcode_minus_L=yes
10079 hardcode_shlibpath_var=no
10080 ;;
10081
10082 sysv4)
10083 case $host_vendor in
10084 sni)
10085 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10086 hardcode_direct=yes # is this really true???
10087 ;;
10088 siemens)
10089 ## LD is ld it makes a PLAMLIB
10090 ## CC just makes a GrossModule.
10091 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10092 reload_cmds='$CC -r -o $output$reload_objs'
10093 hardcode_direct=no
10094 ;;
10095 motorola)
10096 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10097 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
10098 ;;
10099 esac
10100 runpath_var='LD_RUN_PATH'
10101 hardcode_shlibpath_var=no
10102 ;;
10103
10104 sysv4.3*)
10105 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10106 hardcode_shlibpath_var=no
10107 export_dynamic_flag_spec='-Bexport'
10108 ;;
10109
10110 sysv4*MP*)
10111 if test -d /usr/nec; then
10112 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10113 hardcode_shlibpath_var=no
10114 runpath_var=LD_RUN_PATH
10115 hardcode_runpath_var=yes
10116 ld_shlibs=yes
10117 fi
10118 ;;
10119
10120 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
10121 no_undefined_flag='${wl}-z,text'
10122 archive_cmds_need_lc=no
10123 hardcode_shlibpath_var=no
10124 runpath_var='LD_RUN_PATH'
10125
10126 if test "$GCC" = yes; then
10127 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10128 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10129 else
10130 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10131 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10132 fi
10133 ;;
10134
10135 sysv5* | sco3.2v5* | sco5v6*)
10136 # Note: We can NOT use -z defs as we might desire, because we do not
10137 # link with -lc, and that would cause any symbols used from libc to
10138 # always be unresolved, which means just about no library would
10139 # ever link correctly. If we're not using GNU ld we use -z text
10140 # though, which does catch some bad symbols but isn't as heavy-handed
10141 # as -z defs.
10142 no_undefined_flag='${wl}-z,text'
10143 allow_undefined_flag='${wl}-z,nodefs'
10144 archive_cmds_need_lc=no
10145 hardcode_shlibpath_var=no
10146 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10147 hardcode_libdir_separator=':'
10148 link_all_deplibs=yes
10149 export_dynamic_flag_spec='${wl}-Bexport'
10150 runpath_var='LD_RUN_PATH'
10151
10152 if test "$GCC" = yes; then
10153 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10154 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10155 else
10156 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10157 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10158 fi
10159 ;;
10160
10161 uts4*)
10162 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10163 hardcode_libdir_flag_spec='-L$libdir'
10164 hardcode_shlibpath_var=no
10165 ;;
10166
10167 *)
10168 ld_shlibs=no
10169 ;;
10170 esac
10171
10172 if test x$host_vendor = xsni; then
10173 case $host in
10174 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10175 export_dynamic_flag_spec='${wl}-Blargedynsym'
10176 ;;
10177 esac
10178 fi
10179 fi
10180
10181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10182 $as_echo "$ld_shlibs" >&6; }
10183 test "$ld_shlibs" = no && can_build_shared=no
10184
10185 with_gnu_ld=$with_gnu_ld
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201 #
10202 # Do we need to explicitly link libc?
10203 #
10204 case "x$archive_cmds_need_lc" in
10205 x|xyes)
10206 # Assume -lc should be added
10207 archive_cmds_need_lc=yes
10208
10209 if test "$enable_shared" = yes && test "$GCC" = yes; then
10210 case $archive_cmds in
10211 *'~'*)
10212 # FIXME: we may have to deal with multi-command sequences.
10213 ;;
10214 '$CC '*)
10215 # Test whether the compiler implicitly links with -lc since on some
10216 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10217 # to ld, don't add -lc before -lgcc.
10218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10219 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10220 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10221 $as_echo_n "(cached) " >&6
10222 else
10223 $RM conftest*
10224 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10225
10226 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10227 (eval $ac_compile) 2>&5
10228 ac_status=$?
10229 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10230 test $ac_status = 0; } 2>conftest.err; then
10231 soname=conftest
10232 lib=conftest
10233 libobjs=conftest.$ac_objext
10234 deplibs=
10235 wl=$lt_prog_compiler_wl
10236 pic_flag=$lt_prog_compiler_pic
10237 compiler_flags=-v
10238 linker_flags=-v
10239 verstring=
10240 output_objdir=.
10241 libname=conftest
10242 lt_save_allow_undefined_flag=$allow_undefined_flag
10243 allow_undefined_flag=
10244 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10245 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10246 ac_status=$?
10247 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10248 test $ac_status = 0; }
10249 then
10250 lt_cv_archive_cmds_need_lc=no
10251 else
10252 lt_cv_archive_cmds_need_lc=yes
10253 fi
10254 allow_undefined_flag=$lt_save_allow_undefined_flag
10255 else
10256 cat conftest.err 1>&5
10257 fi
10258 $RM conftest*
10259
10260 fi
10261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10262 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10263 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10264 ;;
10265 esac
10266 fi
10267 ;;
10268 esac
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399
10400
10401
10402
10403
10404
10405
10406
10407
10408
10409
10410
10411
10412
10413
10414
10415
10416
10417
10418
10419
10420
10421
10422
10423
10424
10425
10426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10427 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10428
10429 if test "$GCC" = yes; then
10430 case $host_os in
10431 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10432 *) lt_awk_arg="/^libraries:/" ;;
10433 esac
10434 case $host_os in
10435 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10436 *) lt_sed_strip_eq="s,=/,/,g" ;;
10437 esac
10438 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10439 case $lt_search_path_spec in
10440 *\;*)
10441 # if the path contains ";" then we assume it to be the separator
10442 # otherwise default to the standard path separator (i.e. ":") - it is
10443 # assumed that no part of a normal pathname contains ";" but that should
10444 # okay in the real world where ";" in dirpaths is itself problematic.
10445 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10446 ;;
10447 *)
10448 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10449 ;;
10450 esac
10451 # Ok, now we have the path, separated by spaces, we can step through it
10452 # and add multilib dir if necessary.
10453 lt_tmp_lt_search_path_spec=
10454 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10455 for lt_sys_path in $lt_search_path_spec; do
10456 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10457 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10458 else
10459 test -d "$lt_sys_path" && \
10460 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10461 fi
10462 done
10463 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10464 BEGIN {RS=" "; FS="/|\n";} {
10465 lt_foo="";
10466 lt_count=0;
10467 for (lt_i = NF; lt_i > 0; lt_i--) {
10468 if ($lt_i != "" && $lt_i != ".") {
10469 if ($lt_i == "..") {
10470 lt_count++;
10471 } else {
10472 if (lt_count == 0) {
10473 lt_foo="/" $lt_i lt_foo;
10474 } else {
10475 lt_count--;
10476 }
10477 }
10478 }
10479 }
10480 if (lt_foo != "") { lt_freq[lt_foo]++; }
10481 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10482 }'`
10483 # AWK program above erroneously prepends '/' to C:/dos/paths
10484 # for these hosts.
10485 case $host_os in
10486 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10487 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10488 esac
10489 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10490 else
10491 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10492 fi
10493 library_names_spec=
10494 libname_spec='lib$name'
10495 soname_spec=
10496 shrext_cmds=".so"
10497 postinstall_cmds=
10498 postuninstall_cmds=
10499 finish_cmds=
10500 finish_eval=
10501 shlibpath_var=
10502 shlibpath_overrides_runpath=unknown
10503 version_type=none
10504 dynamic_linker="$host_os ld.so"
10505 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10506 need_lib_prefix=unknown
10507 hardcode_into_libs=no
10508
10509 # when you set need_version to no, make sure it does not cause -set_version
10510 # flags to be left without arguments
10511 need_version=unknown
10512
10513 case $host_os in
10514 aix3*)
10515 version_type=linux
10516 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10517 shlibpath_var=LIBPATH
10518
10519 # AIX 3 has no versioning support, so we append a major version to the name.
10520 soname_spec='${libname}${release}${shared_ext}$major'
10521 ;;
10522
10523 aix[4-9]*)
10524 version_type=linux
10525 need_lib_prefix=no
10526 need_version=no
10527 hardcode_into_libs=yes
10528 if test "$host_cpu" = ia64; then
10529 # AIX 5 supports IA64
10530 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10531 shlibpath_var=LD_LIBRARY_PATH
10532 else
10533 # With GCC up to 2.95.x, collect2 would create an import file
10534 # for dependence libraries. The import file would start with
10535 # the line `#! .'. This would cause the generated library to
10536 # depend on `.', always an invalid library. This was fixed in
10537 # development snapshots of GCC prior to 3.0.
10538 case $host_os in
10539 aix4 | aix4.[01] | aix4.[01].*)
10540 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10541 echo ' yes '
10542 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10543 :
10544 else
10545 can_build_shared=no
10546 fi
10547 ;;
10548 esac
10549 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10550 # soname into executable. Probably we can add versioning support to
10551 # collect2, so additional links can be useful in future.
10552 if test "$aix_use_runtimelinking" = yes; then
10553 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10554 # instead of lib<name>.a to let people know that these are not
10555 # typical AIX shared libraries.
10556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10557 else
10558 # We preserve .a as extension for shared libraries through AIX4.2
10559 # and later when we are not doing run time linking.
10560 library_names_spec='${libname}${release}.a $libname.a'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 fi
10563 shlibpath_var=LIBPATH
10564 fi
10565 ;;
10566
10567 amigaos*)
10568 case $host_cpu in
10569 powerpc)
10570 # Since July 2007 AmigaOS4 officially supports .so libraries.
10571 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10573 ;;
10574 m68k)
10575 library_names_spec='$libname.ixlibrary $libname.a'
10576 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10577 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'
10578 ;;
10579 esac
10580 ;;
10581
10582 beos*)
10583 library_names_spec='${libname}${shared_ext}'
10584 dynamic_linker="$host_os ld.so"
10585 shlibpath_var=LIBRARY_PATH
10586 ;;
10587
10588 bsdi[45]*)
10589 version_type=linux
10590 need_version=no
10591 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10592 soname_spec='${libname}${release}${shared_ext}$major'
10593 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10594 shlibpath_var=LD_LIBRARY_PATH
10595 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10596 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10597 # the default ld.so.conf also contains /usr/contrib/lib and
10598 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10599 # libtool to hard-code these into programs
10600 ;;
10601
10602 cygwin* | mingw* | pw32* | cegcc*)
10603 version_type=windows
10604 shrext_cmds=".dll"
10605 need_version=no
10606 need_lib_prefix=no
10607
10608 case $GCC,$host_os in
10609 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10610 library_names_spec='$libname.dll.a'
10611 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10612 postinstall_cmds='base_file=`basename \${file}`~
10613 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10614 dldir=$destdir/`dirname \$dlpath`~
10615 test -d \$dldir || mkdir -p \$dldir~
10616 $install_prog $dir/$dlname \$dldir/$dlname~
10617 chmod a+x \$dldir/$dlname~
10618 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10619 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10620 fi'
10621 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10622 dlpath=$dir/\$dldll~
10623 $RM \$dlpath'
10624 shlibpath_overrides_runpath=yes
10625
10626 case $host_os in
10627 cygwin*)
10628 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10629 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10630
10631 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10632 ;;
10633 mingw* | cegcc*)
10634 # MinGW DLLs use traditional 'lib' prefix
10635 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10636 ;;
10637 pw32*)
10638 # pw32 DLLs use 'pw' prefix rather than 'lib'
10639 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10640 ;;
10641 esac
10642 ;;
10643
10644 *)
10645 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10646 ;;
10647 esac
10648 dynamic_linker='Win32 ld.exe'
10649 # FIXME: first we should search . and the directory the executable is in
10650 shlibpath_var=PATH
10651 ;;
10652
10653 darwin* | rhapsody*)
10654 dynamic_linker="$host_os dyld"
10655 version_type=darwin
10656 need_lib_prefix=no
10657 need_version=no
10658 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10659 soname_spec='${libname}${release}${major}$shared_ext'
10660 shlibpath_overrides_runpath=yes
10661 shlibpath_var=DYLD_LIBRARY_PATH
10662 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10663
10664 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10665 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10666 ;;
10667
10668 dgux*)
10669 version_type=linux
10670 need_lib_prefix=no
10671 need_version=no
10672 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10673 soname_spec='${libname}${release}${shared_ext}$major'
10674 shlibpath_var=LD_LIBRARY_PATH
10675 ;;
10676
10677 freebsd* | dragonfly*)
10678 # DragonFly does not have aout. When/if they implement a new
10679 # versioning mechanism, adjust this.
10680 if test -x /usr/bin/objformat; then
10681 objformat=`/usr/bin/objformat`
10682 else
10683 case $host_os in
10684 freebsd[23].*) objformat=aout ;;
10685 *) objformat=elf ;;
10686 esac
10687 fi
10688 version_type=freebsd-$objformat
10689 case $version_type in
10690 freebsd-elf*)
10691 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10692 need_version=no
10693 need_lib_prefix=no
10694 ;;
10695 freebsd-*)
10696 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10697 need_version=yes
10698 ;;
10699 esac
10700 shlibpath_var=LD_LIBRARY_PATH
10701 case $host_os in
10702 freebsd2.*)
10703 shlibpath_overrides_runpath=yes
10704 ;;
10705 freebsd3.[01]* | freebsdelf3.[01]*)
10706 shlibpath_overrides_runpath=yes
10707 hardcode_into_libs=yes
10708 ;;
10709 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10710 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10711 shlibpath_overrides_runpath=no
10712 hardcode_into_libs=yes
10713 ;;
10714 *) # from 4.6 on, and DragonFly
10715 shlibpath_overrides_runpath=yes
10716 hardcode_into_libs=yes
10717 ;;
10718 esac
10719 ;;
10720
10721 gnu*)
10722 version_type=linux
10723 need_lib_prefix=no
10724 need_version=no
10725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10726 soname_spec='${libname}${release}${shared_ext}$major'
10727 shlibpath_var=LD_LIBRARY_PATH
10728 hardcode_into_libs=yes
10729 ;;
10730
10731 haiku*)
10732 version_type=linux
10733 need_lib_prefix=no
10734 need_version=no
10735 dynamic_linker="$host_os runtime_loader"
10736 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10737 soname_spec='${libname}${release}${shared_ext}$major'
10738 shlibpath_var=LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
10740 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10741 hardcode_into_libs=yes
10742 ;;
10743
10744 hpux9* | hpux10* | hpux11*)
10745 # Give a soname corresponding to the major version so that dld.sl refuses to
10746 # link against other versions.
10747 version_type=sunos
10748 need_lib_prefix=no
10749 need_version=no
10750 case $host_cpu in
10751 ia64*)
10752 shrext_cmds='.so'
10753 hardcode_into_libs=yes
10754 dynamic_linker="$host_os dld.so"
10755 shlibpath_var=LD_LIBRARY_PATH
10756 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10757 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10758 soname_spec='${libname}${release}${shared_ext}$major'
10759 if test "X$HPUX_IA64_MODE" = X32; then
10760 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10761 else
10762 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10763 fi
10764 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10765 ;;
10766 hppa*64*)
10767 shrext_cmds='.sl'
10768 hardcode_into_libs=yes
10769 dynamic_linker="$host_os dld.sl"
10770 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10771 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10772 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10773 soname_spec='${libname}${release}${shared_ext}$major'
10774 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10775 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10776 ;;
10777 *)
10778 shrext_cmds='.sl'
10779 dynamic_linker="$host_os dld.sl"
10780 shlibpath_var=SHLIB_PATH
10781 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10783 soname_spec='${libname}${release}${shared_ext}$major'
10784 ;;
10785 esac
10786 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10787 postinstall_cmds='chmod 555 $lib'
10788 # or fails outright, so override atomically:
10789 install_override_mode=555
10790 ;;
10791
10792 interix[3-9]*)
10793 version_type=linux
10794 need_lib_prefix=no
10795 need_version=no
10796 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10797 soname_spec='${libname}${release}${shared_ext}$major'
10798 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 shlibpath_overrides_runpath=no
10801 hardcode_into_libs=yes
10802 ;;
10803
10804 irix5* | irix6* | nonstopux*)
10805 case $host_os in
10806 nonstopux*) version_type=nonstopux ;;
10807 *)
10808 if test "$lt_cv_prog_gnu_ld" = yes; then
10809 version_type=linux
10810 else
10811 version_type=irix
10812 fi ;;
10813 esac
10814 need_lib_prefix=no
10815 need_version=no
10816 soname_spec='${libname}${release}${shared_ext}$major'
10817 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10818 case $host_os in
10819 irix5* | nonstopux*)
10820 libsuff= shlibsuff=
10821 ;;
10822 *)
10823 case $LD in # libtool.m4 will add one of these switches to LD
10824 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10825 libsuff= shlibsuff= libmagic=32-bit;;
10826 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10827 libsuff=32 shlibsuff=N32 libmagic=N32;;
10828 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10829 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10830 *) libsuff= shlibsuff= libmagic=never-match;;
10831 esac
10832 ;;
10833 esac
10834 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10835 shlibpath_overrides_runpath=no
10836 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10837 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10838 hardcode_into_libs=yes
10839 ;;
10840
10841 # No shared lib support for Linux oldld, aout, or coff.
10842 linux*oldld* | linux*aout* | linux*coff*)
10843 dynamic_linker=no
10844 ;;
10845
10846 # This must be Linux ELF.
10847 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10848 version_type=linux
10849 need_lib_prefix=no
10850 need_version=no
10851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10852 soname_spec='${libname}${release}${shared_ext}$major'
10853 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10854 shlibpath_var=LD_LIBRARY_PATH
10855 shlibpath_overrides_runpath=no
10856
10857 # Some binutils ld are patched to set DT_RUNPATH
10858 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10859 $as_echo_n "(cached) " >&6
10860 else
10861 lt_cv_shlibpath_overrides_runpath=no
10862 save_LDFLAGS=$LDFLAGS
10863 save_libdir=$libdir
10864 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10865 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10867 /* end confdefs.h. */
10868
10869 int
10870 main ()
10871 {
10872
10873 ;
10874 return 0;
10875 }
10876 _ACEOF
10877 if ac_fn_c_try_link "$LINENO"; then :
10878 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10879 lt_cv_shlibpath_overrides_runpath=yes
10880 fi
10881 fi
10882 rm -f core conftest.err conftest.$ac_objext \
10883 conftest$ac_exeext conftest.$ac_ext
10884 LDFLAGS=$save_LDFLAGS
10885 libdir=$save_libdir
10886
10887 fi
10888
10889 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10890
10891 # This implies no fast_install, which is unacceptable.
10892 # Some rework will be needed to allow for fast_install
10893 # before this can be enabled.
10894 hardcode_into_libs=yes
10895
10896 # Append ld.so.conf contents to the search path
10897 if test -f /etc/ld.so.conf; then
10898 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' ' '`
10899 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10900 fi
10901
10902 # We used to test for /lib/ld.so.1 and disable shared libraries on
10903 # powerpc, because MkLinux only supported shared libraries with the
10904 # GNU dynamic linker. Since this was broken with cross compilers,
10905 # most powerpc-linux boxes support dynamic linking these days and
10906 # people can always --disable-shared, the test was removed, and we
10907 # assume the GNU/Linux dynamic linker is in use.
10908 dynamic_linker='GNU/Linux ld.so'
10909 ;;
10910
10911 netbsd*)
10912 version_type=sunos
10913 need_lib_prefix=no
10914 need_version=no
10915 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10917 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10918 dynamic_linker='NetBSD (a.out) ld.so'
10919 else
10920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10921 soname_spec='${libname}${release}${shared_ext}$major'
10922 dynamic_linker='NetBSD ld.elf_so'
10923 fi
10924 shlibpath_var=LD_LIBRARY_PATH
10925 shlibpath_overrides_runpath=yes
10926 hardcode_into_libs=yes
10927 ;;
10928
10929 newsos6)
10930 version_type=linux
10931 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10932 shlibpath_var=LD_LIBRARY_PATH
10933 shlibpath_overrides_runpath=yes
10934 ;;
10935
10936 *nto* | *qnx*)
10937 version_type=qnx
10938 need_lib_prefix=no
10939 need_version=no
10940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10941 soname_spec='${libname}${release}${shared_ext}$major'
10942 shlibpath_var=LD_LIBRARY_PATH
10943 shlibpath_overrides_runpath=no
10944 hardcode_into_libs=yes
10945 dynamic_linker='ldqnx.so'
10946 ;;
10947
10948 openbsd*)
10949 version_type=sunos
10950 sys_lib_dlsearch_path_spec="/usr/lib"
10951 need_lib_prefix=no
10952 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10953 case $host_os in
10954 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10955 *) need_version=no ;;
10956 esac
10957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10958 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10959 shlibpath_var=LD_LIBRARY_PATH
10960 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10961 case $host_os in
10962 openbsd2.[89] | openbsd2.[89].*)
10963 shlibpath_overrides_runpath=no
10964 ;;
10965 *)
10966 shlibpath_overrides_runpath=yes
10967 ;;
10968 esac
10969 else
10970 shlibpath_overrides_runpath=yes
10971 fi
10972 ;;
10973
10974 os2*)
10975 libname_spec='$name'
10976 shrext_cmds=".dll"
10977 need_lib_prefix=no
10978 library_names_spec='$libname${shared_ext} $libname.a'
10979 dynamic_linker='OS/2 ld.exe'
10980 shlibpath_var=LIBPATH
10981 ;;
10982
10983 osf3* | osf4* | osf5*)
10984 version_type=osf
10985 need_lib_prefix=no
10986 need_version=no
10987 soname_spec='${libname}${release}${shared_ext}$major'
10988 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10989 shlibpath_var=LD_LIBRARY_PATH
10990 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10991 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10992 ;;
10993
10994 rdos*)
10995 dynamic_linker=no
10996 ;;
10997
10998 solaris*)
10999 version_type=linux
11000 need_lib_prefix=no
11001 need_version=no
11002 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11003 soname_spec='${libname}${release}${shared_ext}$major'
11004 shlibpath_var=LD_LIBRARY_PATH
11005 shlibpath_overrides_runpath=yes
11006 hardcode_into_libs=yes
11007 # ldd complains unless libraries are executable
11008 postinstall_cmds='chmod +x $lib'
11009 ;;
11010
11011 sunos4*)
11012 version_type=sunos
11013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11014 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11015 shlibpath_var=LD_LIBRARY_PATH
11016 shlibpath_overrides_runpath=yes
11017 if test "$with_gnu_ld" = yes; then
11018 need_lib_prefix=no
11019 fi
11020 need_version=yes
11021 ;;
11022
11023 sysv4 | sysv4.3*)
11024 version_type=linux
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 case $host_vendor in
11029 sni)
11030 shlibpath_overrides_runpath=no
11031 need_lib_prefix=no
11032 runpath_var=LD_RUN_PATH
11033 ;;
11034 siemens)
11035 need_lib_prefix=no
11036 ;;
11037 motorola)
11038 need_lib_prefix=no
11039 need_version=no
11040 shlibpath_overrides_runpath=no
11041 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
11042 ;;
11043 esac
11044 ;;
11045
11046 sysv4*MP*)
11047 if test -d /usr/nec ;then
11048 version_type=linux
11049 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11050 soname_spec='$libname${shared_ext}.$major'
11051 shlibpath_var=LD_LIBRARY_PATH
11052 fi
11053 ;;
11054
11055 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
11056 version_type=freebsd-elf
11057 need_lib_prefix=no
11058 need_version=no
11059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11060 soname_spec='${libname}${release}${shared_ext}$major'
11061 shlibpath_var=LD_LIBRARY_PATH
11062 shlibpath_overrides_runpath=yes
11063 hardcode_into_libs=yes
11064 if test "$with_gnu_ld" = yes; then
11065 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11066 else
11067 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
11068 case $host_os in
11069 sco3.2v5*)
11070 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
11071 ;;
11072 esac
11073 fi
11074 sys_lib_dlsearch_path_spec='/usr/lib'
11075 ;;
11076
11077 tpf*)
11078 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11079 version_type=linux
11080 need_lib_prefix=no
11081 need_version=no
11082 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11083 shlibpath_var=LD_LIBRARY_PATH
11084 shlibpath_overrides_runpath=no
11085 hardcode_into_libs=yes
11086 ;;
11087
11088 uts4*)
11089 version_type=linux
11090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11091 soname_spec='${libname}${release}${shared_ext}$major'
11092 shlibpath_var=LD_LIBRARY_PATH
11093 ;;
11094
11095 *)
11096 dynamic_linker=no
11097 ;;
11098 esac
11099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
11100 $as_echo "$dynamic_linker" >&6; }
11101 test "$dynamic_linker" = no && can_build_shared=no
11102
11103 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
11104 if test "$GCC" = yes; then
11105 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11106 fi
11107
11108 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
11109 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
11110 fi
11111 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
11112 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11113 fi
11114
11115
11116
11117
11118
11119
11120
11121
11122
11123
11124
11125
11126
11127
11128
11129
11130
11131
11132
11133
11134
11135
11136
11137
11138
11139
11140
11141
11142
11143
11144
11145
11146
11147
11148
11149
11150
11151
11152
11153
11154
11155
11156
11157
11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
11168
11169
11170
11171
11172
11173
11174
11175
11176
11177
11178
11179
11180
11181
11182
11183
11184
11185
11186
11187
11188
11189
11190
11191
11192
11193
11194
11195
11196
11197
11198
11199
11200
11201
11202
11203
11204
11205
11206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11207 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11208 hardcode_action=
11209 if test -n "$hardcode_libdir_flag_spec" ||
11210 test -n "$runpath_var" ||
11211 test "X$hardcode_automatic" = "Xyes" ; then
11212
11213 # We can hardcode non-existent directories.
11214 if test "$hardcode_direct" != no &&
11215 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11216 # have to relink, otherwise we might link with an installed library
11217 # when we should be linking with a yet-to-be-installed one
11218 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11219 test "$hardcode_minus_L" != no; then
11220 # Linking always hardcodes the temporary library directory.
11221 hardcode_action=relink
11222 else
11223 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11224 hardcode_action=immediate
11225 fi
11226 else
11227 # We cannot hardcode anything, or else we can only hardcode existing
11228 # directories.
11229 hardcode_action=unsupported
11230 fi
11231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11232 $as_echo "$hardcode_action" >&6; }
11233
11234 if test "$hardcode_action" = relink ||
11235 test "$inherit_rpath" = yes; then
11236 # Fast installation is not supported
11237 enable_fast_install=no
11238 elif test "$shlibpath_overrides_runpath" = yes ||
11239 test "$enable_shared" = no; then
11240 # Fast installation is not necessary
11241 enable_fast_install=needless
11242 fi
11243
11244
11245
11246
11247
11248
11249 if test "x$enable_dlopen" != xyes; then
11250 enable_dlopen=unknown
11251 enable_dlopen_self=unknown
11252 enable_dlopen_self_static=unknown
11253 else
11254 lt_cv_dlopen=no
11255 lt_cv_dlopen_libs=
11256
11257 case $host_os in
11258 beos*)
11259 lt_cv_dlopen="load_add_on"
11260 lt_cv_dlopen_libs=
11261 lt_cv_dlopen_self=yes
11262 ;;
11263
11264 mingw* | pw32* | cegcc*)
11265 lt_cv_dlopen="LoadLibrary"
11266 lt_cv_dlopen_libs=
11267 ;;
11268
11269 cygwin*)
11270 lt_cv_dlopen="dlopen"
11271 lt_cv_dlopen_libs=
11272 ;;
11273
11274 darwin*)
11275 # if libdl is installed we need to link against it
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11277 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11278 if ${ac_cv_lib_dl_dlopen+:} false; then :
11279 $as_echo_n "(cached) " >&6
11280 else
11281 ac_check_lib_save_LIBS=$LIBS
11282 LIBS="-ldl $LIBS"
11283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11284 /* end confdefs.h. */
11285
11286 /* Override any GCC internal prototype to avoid an error.
11287 Use char because int might match the return type of a GCC
11288 builtin and then its argument prototype would still apply. */
11289 #ifdef __cplusplus
11290 extern "C"
11291 #endif
11292 char dlopen ();
11293 int
11294 main ()
11295 {
11296 return dlopen ();
11297 ;
11298 return 0;
11299 }
11300 _ACEOF
11301 if ac_fn_c_try_link "$LINENO"; then :
11302 ac_cv_lib_dl_dlopen=yes
11303 else
11304 ac_cv_lib_dl_dlopen=no
11305 fi
11306 rm -f core conftest.err conftest.$ac_objext \
11307 conftest$ac_exeext conftest.$ac_ext
11308 LIBS=$ac_check_lib_save_LIBS
11309 fi
11310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11311 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11312 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11313 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11314 else
11315
11316 lt_cv_dlopen="dyld"
11317 lt_cv_dlopen_libs=
11318 lt_cv_dlopen_self=yes
11319
11320 fi
11321
11322 ;;
11323
11324 *)
11325 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11326 if test "x$ac_cv_func_shl_load" = xyes; then :
11327 lt_cv_dlopen="shl_load"
11328 else
11329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11330 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11331 if ${ac_cv_lib_dld_shl_load+:} false; then :
11332 $as_echo_n "(cached) " >&6
11333 else
11334 ac_check_lib_save_LIBS=$LIBS
11335 LIBS="-ldld $LIBS"
11336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11337 /* end confdefs.h. */
11338
11339 /* Override any GCC internal prototype to avoid an error.
11340 Use char because int might match the return type of a GCC
11341 builtin and then its argument prototype would still apply. */
11342 #ifdef __cplusplus
11343 extern "C"
11344 #endif
11345 char shl_load ();
11346 int
11347 main ()
11348 {
11349 return shl_load ();
11350 ;
11351 return 0;
11352 }
11353 _ACEOF
11354 if ac_fn_c_try_link "$LINENO"; then :
11355 ac_cv_lib_dld_shl_load=yes
11356 else
11357 ac_cv_lib_dld_shl_load=no
11358 fi
11359 rm -f core conftest.err conftest.$ac_objext \
11360 conftest$ac_exeext conftest.$ac_ext
11361 LIBS=$ac_check_lib_save_LIBS
11362 fi
11363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11364 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11365 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11366 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11367 else
11368 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11369 if test "x$ac_cv_func_dlopen" = xyes; then :
11370 lt_cv_dlopen="dlopen"
11371 else
11372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11373 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11374 if ${ac_cv_lib_dl_dlopen+:} false; then :
11375 $as_echo_n "(cached) " >&6
11376 else
11377 ac_check_lib_save_LIBS=$LIBS
11378 LIBS="-ldl $LIBS"
11379 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11380 /* end confdefs.h. */
11381
11382 /* Override any GCC internal prototype to avoid an error.
11383 Use char because int might match the return type of a GCC
11384 builtin and then its argument prototype would still apply. */
11385 #ifdef __cplusplus
11386 extern "C"
11387 #endif
11388 char dlopen ();
11389 int
11390 main ()
11391 {
11392 return dlopen ();
11393 ;
11394 return 0;
11395 }
11396 _ACEOF
11397 if ac_fn_c_try_link "$LINENO"; then :
11398 ac_cv_lib_dl_dlopen=yes
11399 else
11400 ac_cv_lib_dl_dlopen=no
11401 fi
11402 rm -f core conftest.err conftest.$ac_objext \
11403 conftest$ac_exeext conftest.$ac_ext
11404 LIBS=$ac_check_lib_save_LIBS
11405 fi
11406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11407 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11408 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11409 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11410 else
11411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11412 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11413 if ${ac_cv_lib_svld_dlopen+:} false; then :
11414 $as_echo_n "(cached) " >&6
11415 else
11416 ac_check_lib_save_LIBS=$LIBS
11417 LIBS="-lsvld $LIBS"
11418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11419 /* end confdefs.h. */
11420
11421 /* Override any GCC internal prototype to avoid an error.
11422 Use char because int might match the return type of a GCC
11423 builtin and then its argument prototype would still apply. */
11424 #ifdef __cplusplus
11425 extern "C"
11426 #endif
11427 char dlopen ();
11428 int
11429 main ()
11430 {
11431 return dlopen ();
11432 ;
11433 return 0;
11434 }
11435 _ACEOF
11436 if ac_fn_c_try_link "$LINENO"; then :
11437 ac_cv_lib_svld_dlopen=yes
11438 else
11439 ac_cv_lib_svld_dlopen=no
11440 fi
11441 rm -f core conftest.err conftest.$ac_objext \
11442 conftest$ac_exeext conftest.$ac_ext
11443 LIBS=$ac_check_lib_save_LIBS
11444 fi
11445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11446 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11447 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11448 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11449 else
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11451 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11452 if ${ac_cv_lib_dld_dld_link+:} false; then :
11453 $as_echo_n "(cached) " >&6
11454 else
11455 ac_check_lib_save_LIBS=$LIBS
11456 LIBS="-ldld $LIBS"
11457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11458 /* end confdefs.h. */
11459
11460 /* Override any GCC internal prototype to avoid an error.
11461 Use char because int might match the return type of a GCC
11462 builtin and then its argument prototype would still apply. */
11463 #ifdef __cplusplus
11464 extern "C"
11465 #endif
11466 char dld_link ();
11467 int
11468 main ()
11469 {
11470 return dld_link ();
11471 ;
11472 return 0;
11473 }
11474 _ACEOF
11475 if ac_fn_c_try_link "$LINENO"; then :
11476 ac_cv_lib_dld_dld_link=yes
11477 else
11478 ac_cv_lib_dld_dld_link=no
11479 fi
11480 rm -f core conftest.err conftest.$ac_objext \
11481 conftest$ac_exeext conftest.$ac_ext
11482 LIBS=$ac_check_lib_save_LIBS
11483 fi
11484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11485 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11486 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11487 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11488 fi
11489
11490
11491 fi
11492
11493
11494 fi
11495
11496
11497 fi
11498
11499
11500 fi
11501
11502
11503 fi
11504
11505 ;;
11506 esac
11507
11508 if test "x$lt_cv_dlopen" != xno; then
11509 enable_dlopen=yes
11510 else
11511 enable_dlopen=no
11512 fi
11513
11514 case $lt_cv_dlopen in
11515 dlopen)
11516 save_CPPFLAGS="$CPPFLAGS"
11517 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11518
11519 save_LDFLAGS="$LDFLAGS"
11520 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11521
11522 save_LIBS="$LIBS"
11523 LIBS="$lt_cv_dlopen_libs $LIBS"
11524
11525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11526 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11527 if ${lt_cv_dlopen_self+:} false; then :
11528 $as_echo_n "(cached) " >&6
11529 else
11530 if test "$cross_compiling" = yes; then :
11531 lt_cv_dlopen_self=cross
11532 else
11533 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11534 lt_status=$lt_dlunknown
11535 cat > conftest.$ac_ext <<_LT_EOF
11536 #line 11536 "configure"
11537 #include "confdefs.h"
11538
11539 #if HAVE_DLFCN_H
11540 #include <dlfcn.h>
11541 #endif
11542
11543 #include <stdio.h>
11544
11545 #ifdef RTLD_GLOBAL
11546 # define LT_DLGLOBAL RTLD_GLOBAL
11547 #else
11548 # ifdef DL_GLOBAL
11549 # define LT_DLGLOBAL DL_GLOBAL
11550 # else
11551 # define LT_DLGLOBAL 0
11552 # endif
11553 #endif
11554
11555 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11556 find out it does not work in some platform. */
11557 #ifndef LT_DLLAZY_OR_NOW
11558 # ifdef RTLD_LAZY
11559 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11560 # else
11561 # ifdef DL_LAZY
11562 # define LT_DLLAZY_OR_NOW DL_LAZY
11563 # else
11564 # ifdef RTLD_NOW
11565 # define LT_DLLAZY_OR_NOW RTLD_NOW
11566 # else
11567 # ifdef DL_NOW
11568 # define LT_DLLAZY_OR_NOW DL_NOW
11569 # else
11570 # define LT_DLLAZY_OR_NOW 0
11571 # endif
11572 # endif
11573 # endif
11574 # endif
11575 #endif
11576
11577 /* When -fvisbility=hidden is used, assume the code has been annotated
11578 correspondingly for the symbols needed. */
11579 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11580 void fnord () __attribute__((visibility("default")));
11581 #endif
11582
11583 void fnord () { int i=42; }
11584 int main ()
11585 {
11586 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11587 int status = $lt_dlunknown;
11588
11589 if (self)
11590 {
11591 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11592 else
11593 {
11594 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11595 else puts (dlerror ());
11596 }
11597 /* dlclose (self); */
11598 }
11599 else
11600 puts (dlerror ());
11601
11602 return status;
11603 }
11604 _LT_EOF
11605 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11606 (eval $ac_link) 2>&5
11607 ac_status=$?
11608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11609 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11610 (./conftest; exit; ) >&5 2>/dev/null
11611 lt_status=$?
11612 case x$lt_status in
11613 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11614 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11615 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11616 esac
11617 else :
11618 # compilation failed
11619 lt_cv_dlopen_self=no
11620 fi
11621 fi
11622 rm -fr conftest*
11623
11624
11625 fi
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11627 $as_echo "$lt_cv_dlopen_self" >&6; }
11628
11629 if test "x$lt_cv_dlopen_self" = xyes; then
11630 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11632 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11633 if ${lt_cv_dlopen_self_static+:} false; then :
11634 $as_echo_n "(cached) " >&6
11635 else
11636 if test "$cross_compiling" = yes; then :
11637 lt_cv_dlopen_self_static=cross
11638 else
11639 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11640 lt_status=$lt_dlunknown
11641 cat > conftest.$ac_ext <<_LT_EOF
11642 #line 11642 "configure"
11643 #include "confdefs.h"
11644
11645 #if HAVE_DLFCN_H
11646 #include <dlfcn.h>
11647 #endif
11648
11649 #include <stdio.h>
11650
11651 #ifdef RTLD_GLOBAL
11652 # define LT_DLGLOBAL RTLD_GLOBAL
11653 #else
11654 # ifdef DL_GLOBAL
11655 # define LT_DLGLOBAL DL_GLOBAL
11656 # else
11657 # define LT_DLGLOBAL 0
11658 # endif
11659 #endif
11660
11661 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11662 find out it does not work in some platform. */
11663 #ifndef LT_DLLAZY_OR_NOW
11664 # ifdef RTLD_LAZY
11665 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11666 # else
11667 # ifdef DL_LAZY
11668 # define LT_DLLAZY_OR_NOW DL_LAZY
11669 # else
11670 # ifdef RTLD_NOW
11671 # define LT_DLLAZY_OR_NOW RTLD_NOW
11672 # else
11673 # ifdef DL_NOW
11674 # define LT_DLLAZY_OR_NOW DL_NOW
11675 # else
11676 # define LT_DLLAZY_OR_NOW 0
11677 # endif
11678 # endif
11679 # endif
11680 # endif
11681 #endif
11682
11683 /* When -fvisbility=hidden is used, assume the code has been annotated
11684 correspondingly for the symbols needed. */
11685 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11686 void fnord () __attribute__((visibility("default")));
11687 #endif
11688
11689 void fnord () { int i=42; }
11690 int main ()
11691 {
11692 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11693 int status = $lt_dlunknown;
11694
11695 if (self)
11696 {
11697 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11698 else
11699 {
11700 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11701 else puts (dlerror ());
11702 }
11703 /* dlclose (self); */
11704 }
11705 else
11706 puts (dlerror ());
11707
11708 return status;
11709 }
11710 _LT_EOF
11711 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11712 (eval $ac_link) 2>&5
11713 ac_status=$?
11714 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11715 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11716 (./conftest; exit; ) >&5 2>/dev/null
11717 lt_status=$?
11718 case x$lt_status in
11719 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11720 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11721 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11722 esac
11723 else :
11724 # compilation failed
11725 lt_cv_dlopen_self_static=no
11726 fi
11727 fi
11728 rm -fr conftest*
11729
11730
11731 fi
11732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11733 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11734 fi
11735
11736 CPPFLAGS="$save_CPPFLAGS"
11737 LDFLAGS="$save_LDFLAGS"
11738 LIBS="$save_LIBS"
11739 ;;
11740 esac
11741
11742 case $lt_cv_dlopen_self in
11743 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11744 *) enable_dlopen_self=unknown ;;
11745 esac
11746
11747 case $lt_cv_dlopen_self_static in
11748 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11749 *) enable_dlopen_self_static=unknown ;;
11750 esac
11751 fi
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769 striplib=
11770 old_striplib=
11771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11772 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11773 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11774 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11775 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11777 $as_echo "yes" >&6; }
11778 else
11779 # FIXME - insert some real tests, host_os isn't really good enough
11780 case $host_os in
11781 darwin*)
11782 if test -n "$STRIP" ; then
11783 striplib="$STRIP -x"
11784 old_striplib="$STRIP -S"
11785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11786 $as_echo "yes" >&6; }
11787 else
11788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11789 $as_echo "no" >&6; }
11790 fi
11791 ;;
11792 *)
11793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11794 $as_echo "no" >&6; }
11795 ;;
11796 esac
11797 fi
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810 # Report which library types will actually be built
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11812 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11814 $as_echo "$can_build_shared" >&6; }
11815
11816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11817 $as_echo_n "checking whether to build shared libraries... " >&6; }
11818 test "$can_build_shared" = "no" && enable_shared=no
11819
11820 # On AIX, shared libraries and static libraries use the same namespace, and
11821 # are all built from PIC.
11822 case $host_os in
11823 aix3*)
11824 test "$enable_shared" = yes && enable_static=no
11825 if test -n "$RANLIB"; then
11826 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11827 postinstall_cmds='$RANLIB $lib'
11828 fi
11829 ;;
11830
11831 aix[4-9]*)
11832 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11833 test "$enable_shared" = yes && enable_static=no
11834 fi
11835 ;;
11836 esac
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11838 $as_echo "$enable_shared" >&6; }
11839
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11841 $as_echo_n "checking whether to build static libraries... " >&6; }
11842 # Make sure either enable_shared or enable_static is yes.
11843 test "$enable_shared" = yes || enable_static=yes
11844 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11845 $as_echo "$enable_static" >&6; }
11846
11847
11848
11849
11850 fi
11851 ac_ext=c
11852 ac_cpp='$CPP $CPPFLAGS'
11853 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11854 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11855 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11856
11857 CC="$lt_save_CC"
11858
11859
11860
11861
11862
11863
11864
11865
11866
11867
11868
11869
11870
11871 ac_config_commands="$ac_config_commands libtool"
11872
11873
11874
11875
11876 # Only expand once:
11877
11878
11879
11880 # The tests for host and target for $enable_largefile require
11881 # canonical names.
11882
11883
11884
11885 # As the $enable_largefile decision depends on --enable-plugins we must set it
11886 # even in directories otherwise not depending on the $plugins option.
11887
11888
11889 maybe_plugins=no
11890 for ac_header in dlfcn.h
11891 do :
11892 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11893 "
11894 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11895 cat >>confdefs.h <<_ACEOF
11896 #define HAVE_DLFCN_H 1
11897 _ACEOF
11898 maybe_plugins=yes
11899 fi
11900
11901 done
11902
11903 for ac_header in windows.h
11904 do :
11905 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11906 "
11907 if test "x$ac_cv_header_windows_h" = xyes; then :
11908 cat >>confdefs.h <<_ACEOF
11909 #define HAVE_WINDOWS_H 1
11910 _ACEOF
11911 maybe_plugins=yes
11912 fi
11913
11914 done
11915
11916
11917 # Check whether --enable-plugins was given.
11918 if test "${enable_plugins+set}" = set; then :
11919 enableval=$enable_plugins; case "${enableval}" in
11920 no) plugins=no ;;
11921 *) plugins=yes
11922 if test "$maybe_plugins" != "yes" ; then
11923 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11924 fi ;;
11925 esac
11926 else
11927 plugins=$maybe_plugins
11928
11929 fi
11930
11931 if test "$plugins" = "yes"; then
11932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11933 $as_echo_n "checking for library containing dlsym... " >&6; }
11934 if ${ac_cv_search_dlsym+:} false; then :
11935 $as_echo_n "(cached) " >&6
11936 else
11937 ac_func_search_save_LIBS=$LIBS
11938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939 /* end confdefs.h. */
11940
11941 /* Override any GCC internal prototype to avoid an error.
11942 Use char because int might match the return type of a GCC
11943 builtin and then its argument prototype would still apply. */
11944 #ifdef __cplusplus
11945 extern "C"
11946 #endif
11947 char dlsym ();
11948 int
11949 main ()
11950 {
11951 return dlsym ();
11952 ;
11953 return 0;
11954 }
11955 _ACEOF
11956 for ac_lib in '' dl; do
11957 if test -z "$ac_lib"; then
11958 ac_res="none required"
11959 else
11960 ac_res=-l$ac_lib
11961 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11962 fi
11963 if ac_fn_c_try_link "$LINENO"; then :
11964 ac_cv_search_dlsym=$ac_res
11965 fi
11966 rm -f core conftest.err conftest.$ac_objext \
11967 conftest$ac_exeext
11968 if ${ac_cv_search_dlsym+:} false; then :
11969 break
11970 fi
11971 done
11972 if ${ac_cv_search_dlsym+:} false; then :
11973
11974 else
11975 ac_cv_search_dlsym=no
11976 fi
11977 rm conftest.$ac_ext
11978 LIBS=$ac_func_search_save_LIBS
11979 fi
11980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11981 $as_echo "$ac_cv_search_dlsym" >&6; }
11982 ac_res=$ac_cv_search_dlsym
11983 if test "$ac_res" != no; then :
11984 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11985
11986 fi
11987
11988 fi
11989
11990
11991 case "${host}" in
11992 sparc-*-solaris*|i[3-7]86-*-solaris*)
11993 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11994 # are mutually exclusive; and without procfs support, the bfd/ elf module
11995 # cannot provide certain routines such as elfcore_write_prpsinfo
11996 # or elfcore_write_prstatus. So unless the user explicitly requested
11997 # large-file support through the --enable-largefile switch, disable
11998 # large-file support in favor of procfs support.
11999 test "${target}" = "${host}" -a "x$plugins" = xno \
12000 && : ${enable_largefile="no"}
12001 ;;
12002 esac
12003
12004 # Check whether --enable-largefile was given.
12005 if test "${enable_largefile+set}" = set; then :
12006 enableval=$enable_largefile;
12007 fi
12008
12009 if test "$enable_largefile" != no; then
12010
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
12012 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
12013 if ${ac_cv_sys_largefile_CC+:} false; then :
12014 $as_echo_n "(cached) " >&6
12015 else
12016 ac_cv_sys_largefile_CC=no
12017 if test "$GCC" != yes; then
12018 ac_save_CC=$CC
12019 while :; do
12020 # IRIX 6.2 and later do not support large files by default,
12021 # so use the C compiler's -n32 option if that helps.
12022 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12023 /* end confdefs.h. */
12024 #include <sys/types.h>
12025 /* Check that off_t can represent 2**63 - 1 correctly.
12026 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12027 since some C++ compilers masquerading as C compilers
12028 incorrectly reject 9223372036854775807. */
12029 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12030 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12031 && LARGE_OFF_T % 2147483647 == 1)
12032 ? 1 : -1];
12033 int
12034 main ()
12035 {
12036
12037 ;
12038 return 0;
12039 }
12040 _ACEOF
12041 if ac_fn_c_try_compile "$LINENO"; then :
12042 break
12043 fi
12044 rm -f core conftest.err conftest.$ac_objext
12045 CC="$CC -n32"
12046 if ac_fn_c_try_compile "$LINENO"; then :
12047 ac_cv_sys_largefile_CC=' -n32'; break
12048 fi
12049 rm -f core conftest.err conftest.$ac_objext
12050 break
12051 done
12052 CC=$ac_save_CC
12053 rm -f conftest.$ac_ext
12054 fi
12055 fi
12056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
12057 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
12058 if test "$ac_cv_sys_largefile_CC" != no; then
12059 CC=$CC$ac_cv_sys_largefile_CC
12060 fi
12061
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
12063 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
12064 if ${ac_cv_sys_file_offset_bits+:} false; then :
12065 $as_echo_n "(cached) " >&6
12066 else
12067 while :; do
12068 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12069 /* end confdefs.h. */
12070 #include <sys/types.h>
12071 /* Check that off_t can represent 2**63 - 1 correctly.
12072 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12073 since some C++ compilers masquerading as C compilers
12074 incorrectly reject 9223372036854775807. */
12075 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12076 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12077 && LARGE_OFF_T % 2147483647 == 1)
12078 ? 1 : -1];
12079 int
12080 main ()
12081 {
12082
12083 ;
12084 return 0;
12085 }
12086 _ACEOF
12087 if ac_fn_c_try_compile "$LINENO"; then :
12088 ac_cv_sys_file_offset_bits=no; break
12089 fi
12090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12092 /* end confdefs.h. */
12093 #define _FILE_OFFSET_BITS 64
12094 #include <sys/types.h>
12095 /* Check that off_t can represent 2**63 - 1 correctly.
12096 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12097 since some C++ compilers masquerading as C compilers
12098 incorrectly reject 9223372036854775807. */
12099 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12100 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12101 && LARGE_OFF_T % 2147483647 == 1)
12102 ? 1 : -1];
12103 int
12104 main ()
12105 {
12106
12107 ;
12108 return 0;
12109 }
12110 _ACEOF
12111 if ac_fn_c_try_compile "$LINENO"; then :
12112 ac_cv_sys_file_offset_bits=64; break
12113 fi
12114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12115 ac_cv_sys_file_offset_bits=unknown
12116 break
12117 done
12118 fi
12119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
12120 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
12121 case $ac_cv_sys_file_offset_bits in #(
12122 no | unknown) ;;
12123 *)
12124 cat >>confdefs.h <<_ACEOF
12125 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
12126 _ACEOF
12127 ;;
12128 esac
12129 rm -rf conftest*
12130 if test $ac_cv_sys_file_offset_bits = unknown; then
12131 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
12132 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
12133 if ${ac_cv_sys_large_files+:} false; then :
12134 $as_echo_n "(cached) " >&6
12135 else
12136 while :; do
12137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12138 /* end confdefs.h. */
12139 #include <sys/types.h>
12140 /* Check that off_t can represent 2**63 - 1 correctly.
12141 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12142 since some C++ compilers masquerading as C compilers
12143 incorrectly reject 9223372036854775807. */
12144 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12145 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12146 && LARGE_OFF_T % 2147483647 == 1)
12147 ? 1 : -1];
12148 int
12149 main ()
12150 {
12151
12152 ;
12153 return 0;
12154 }
12155 _ACEOF
12156 if ac_fn_c_try_compile "$LINENO"; then :
12157 ac_cv_sys_large_files=no; break
12158 fi
12159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12161 /* end confdefs.h. */
12162 #define _LARGE_FILES 1
12163 #include <sys/types.h>
12164 /* Check that off_t can represent 2**63 - 1 correctly.
12165 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12166 since some C++ compilers masquerading as C compilers
12167 incorrectly reject 9223372036854775807. */
12168 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12169 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12170 && LARGE_OFF_T % 2147483647 == 1)
12171 ? 1 : -1];
12172 int
12173 main ()
12174 {
12175
12176 ;
12177 return 0;
12178 }
12179 _ACEOF
12180 if ac_fn_c_try_compile "$LINENO"; then :
12181 ac_cv_sys_large_files=1; break
12182 fi
12183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12184 ac_cv_sys_large_files=unknown
12185 break
12186 done
12187 fi
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12189 $as_echo "$ac_cv_sys_large_files" >&6; }
12190 case $ac_cv_sys_large_files in #(
12191 no | unknown) ;;
12192 *)
12193 cat >>confdefs.h <<_ACEOF
12194 #define _LARGE_FILES $ac_cv_sys_large_files
12195 _ACEOF
12196 ;;
12197 esac
12198 rm -rf conftest*
12199 fi
12200
12201
12202 fi
12203
12204
12205
12206 # Check whether --enable-targets was given.
12207 if test "${enable_targets+set}" = set; then :
12208 enableval=$enable_targets; case "${enableval}" in
12209 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12210 ;;
12211 no) enable_targets= ;;
12212 *) enable_targets=$enableval ;;
12213 esac
12214 fi
12215
12216 # Check whether --enable-deterministic-archives was given.
12217 if test "${enable_deterministic_archives+set}" = set; then :
12218 enableval=$enable_deterministic_archives;
12219 if test "${enableval}" = no; then
12220 default_ar_deterministic=0
12221 else
12222 default_ar_deterministic=1
12223 fi
12224 else
12225 default_ar_deterministic=0
12226 fi
12227
12228
12229
12230 cat >>confdefs.h <<_ACEOF
12231 #define DEFAULT_AR_DETERMINISTIC $default_ar_deterministic
12232 _ACEOF
12233
12234
12235 # Check whether --enable-default-strings-all was given.
12236 if test "${enable_default_strings_all+set}" = set; then :
12237 enableval=$enable_default_strings_all;
12238 if test "${enableval}" = no; then
12239 default_strings_all=0
12240 else
12241 default_strings_all=1
12242 fi
12243 else
12244 default_strings_all=1
12245 fi
12246
12247
12248
12249 # Enable debuginfod
12250
12251 # Check whether --with-debuginfod was given.
12252 if test "${with_debuginfod+set}" = set; then :
12253 withval=$with_debuginfod;
12254 else
12255 with_debuginfod=auto
12256 fi
12257
12258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to use debuginfod" >&5
12259 $as_echo_n "checking whether to use debuginfod... " >&6; }
12260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_debuginfod" >&5
12261 $as_echo "$with_debuginfod" >&6; }
12262
12263 if test "${with_debuginfod}" = no; then
12264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod support disabled; some features may be unavailable." >&5
12265 $as_echo "$as_me: WARNING: debuginfod support disabled; some features may be unavailable." >&2;}
12266 else
12267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for debuginfod_begin in -ldebuginfod" >&5
12268 $as_echo_n "checking for debuginfod_begin in -ldebuginfod... " >&6; }
12269 if ${ac_cv_lib_debuginfod_debuginfod_begin+:} false; then :
12270 $as_echo_n "(cached) " >&6
12271 else
12272 ac_check_lib_save_LIBS=$LIBS
12273 LIBS="-ldebuginfod $LIBS"
12274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12275 /* end confdefs.h. */
12276
12277 /* Override any GCC internal prototype to avoid an error.
12278 Use char because int might match the return type of a GCC
12279 builtin and then its argument prototype would still apply. */
12280 #ifdef __cplusplus
12281 extern "C"
12282 #endif
12283 char debuginfod_begin ();
12284 int
12285 main ()
12286 {
12287 return debuginfod_begin ();
12288 ;
12289 return 0;
12290 }
12291 _ACEOF
12292 if ac_fn_c_try_link "$LINENO"; then :
12293 ac_cv_lib_debuginfod_debuginfod_begin=yes
12294 else
12295 ac_cv_lib_debuginfod_debuginfod_begin=no
12296 fi
12297 rm -f core conftest.err conftest.$ac_objext \
12298 conftest$ac_exeext conftest.$ac_ext
12299 LIBS=$ac_check_lib_save_LIBS
12300 fi
12301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_debuginfod_debuginfod_begin" >&5
12302 $as_echo "$ac_cv_lib_debuginfod_debuginfod_begin" >&6; }
12303 if test "x$ac_cv_lib_debuginfod_debuginfod_begin" = xyes; then :
12304 have_debuginfod_lib=yes
12305 fi
12306
12307 ac_fn_c_check_decl "$LINENO" "debuginfod_begin" "ac_cv_have_decl_debuginfod_begin" "#include <elfutils/debuginfod.h>
12308 "
12309 if test "x$ac_cv_have_decl_debuginfod_begin" = xyes; then :
12310 have_debuginfod_h=yes
12311 fi
12312
12313 if test "x$have_debuginfod_lib" = "xyes" -a \
12314 "x$have_debuginfod_h" = "xyes"; then
12315
12316 $as_echo "#define HAVE_LIBDEBUGINFOD 1" >>confdefs.h
12317
12318 LIBDEBUGINFOD="-ldebuginfod"
12319
12320 else
12321
12322 if test "$with_debuginfod" = yes; then
12323 as_fn_error $? "debuginfod is missing or unusable" "$LINENO" 5
12324 else
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&5
12326 $as_echo "$as_me: WARNING: debuginfod is missing or unusable; some features may be unavailable." >&2;}
12327 fi
12328 fi
12329 fi
12330
12331
12332
12333 cat >>confdefs.h <<_ACEOF
12334 #define DEFAULT_STRINGS_ALL $default_strings_all
12335 _ACEOF
12336
12337
12338 # Check whether --enable-libctf was given.
12339 if test "${enable_libctf+set}" = set; then :
12340 enableval=$enable_libctf;
12341 case "$enableval" in
12342 yes|no) ;;
12343 *) as_fn_error $? "Argument to enable/disable libctf must be yes or no" "$LINENO" 5 ;;
12344 esac
12345
12346 else
12347 enable_libctf=yes
12348 fi
12349
12350
12351 if test "${enable_libctf}" = yes; then
12352
12353 $as_echo "#define ENABLE_LIBCTF 1" >>confdefs.h
12354
12355 fi
12356 if test "${enable_libctf}" = yes; then
12357 ENABLE_LIBCTF_TRUE=
12358 ENABLE_LIBCTF_FALSE='#'
12359 else
12360 ENABLE_LIBCTF_TRUE='#'
12361 ENABLE_LIBCTF_FALSE=
12362 fi
12363
12364
12365
12366 # Set the 'development' global.
12367 . $srcdir/../bfd/development.sh
12368
12369 # Set acp_cpp_for_build variable
12370 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12371
12372 # Default set of GCC warnings to enable.
12373 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12374 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12375
12376 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12377 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12378 /* end confdefs.h. */
12379 __GNUC__
12380 _ACEOF
12381 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12382 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12383
12384 else
12385 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12386 fi
12387 rm -f conftest*
12388
12389
12390 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12392 /* end confdefs.h. */
12393 __GNUC__
12394 _ACEOF
12395 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12396 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12397
12398 else
12399 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12400 fi
12401 rm -f conftest*
12402
12403
12404 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12405 WARN_WRITE_STRINGS=""
12406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12407 /* end confdefs.h. */
12408 __GNUC__
12409 _ACEOF
12410 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12411 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12412
12413 else
12414 WARN_WRITE_STRINGS="-Wwrite-strings"
12415 fi
12416 rm -f conftest*
12417
12418
12419 # Verify CC_FOR_BUILD to be compatible with warning flags
12420
12421 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12422 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12423 /* end confdefs.h. */
12424 __GNUC__
12425 _ACEOF
12426 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12427 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12428
12429 else
12430 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12431 fi
12432 rm -f conftest*
12433
12434
12435 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12436 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12437 /* end confdefs.h. */
12438 __GNUC__
12439 _ACEOF
12440 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12441 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12442
12443 else
12444 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12445 fi
12446 rm -f conftest*
12447
12448
12449 # Check whether --enable-werror was given.
12450 if test "${enable_werror+set}" = set; then :
12451 enableval=$enable_werror; case "${enableval}" in
12452 yes | y) ERROR_ON_WARNING="yes" ;;
12453 no | n) ERROR_ON_WARNING="no" ;;
12454 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12455 esac
12456 fi
12457
12458
12459 # Disable -Wformat by default when using gcc on mingw
12460 case "${host}" in
12461 *-*-mingw32*)
12462 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12463 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12464 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12465 fi
12466 ;;
12467 *) ;;
12468 esac
12469
12470 # Enable -Werror by default when using gcc. Turn it off for releases.
12471 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12472 ERROR_ON_WARNING=yes
12473 fi
12474
12475 NO_WERROR=
12476 if test "${ERROR_ON_WARNING}" = yes ; then
12477 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12478 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12479 NO_WERROR="-Wno-error"
12480 fi
12481
12482 if test "${GCC}" = yes ; then
12483 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12484 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12485 fi
12486
12487 # Check whether --enable-build-warnings was given.
12488 if test "${enable_build_warnings+set}" = set; then :
12489 enableval=$enable_build_warnings; case "${enableval}" in
12490 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12491 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12492 no) if test "${GCC}" = yes ; then
12493 WARN_CFLAGS="-w"
12494 WARN_CFLAGS_FOR_BUILD="-w"
12495 fi;;
12496 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12497 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12498 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12499 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12500 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12501 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12502 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12503 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12504 esac
12505 fi
12506
12507
12508 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12509 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12510 fi
12511
12512
12513
12514
12515
12516
12517
12518 ac_config_headers="$ac_config_headers config.h:config.in"
12519
12520
12521
12522
12523 if test -z "$target" ; then
12524 as_fn_error $? "Unrecognized target system type; please check config.sub." "$LINENO" 5
12525 fi
12526 if test -z "$host" ; then
12527 as_fn_error $? "Unrecognized host system type; please check config.sub." "$LINENO" 5
12528 fi
12529
12530 for ac_prog in 'bison -y' byacc
12531 do
12532 # Extract the first word of "$ac_prog", so it can be a program name with args.
12533 set dummy $ac_prog; ac_word=$2
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12535 $as_echo_n "checking for $ac_word... " >&6; }
12536 if ${ac_cv_prog_YACC+:} false; then :
12537 $as_echo_n "(cached) " >&6
12538 else
12539 if test -n "$YACC"; then
12540 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12541 else
12542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12543 for as_dir in $PATH
12544 do
12545 IFS=$as_save_IFS
12546 test -z "$as_dir" && as_dir=.
12547 for ac_exec_ext in '' $ac_executable_extensions; do
12548 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12549 ac_cv_prog_YACC="$ac_prog"
12550 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12551 break 2
12552 fi
12553 done
12554 done
12555 IFS=$as_save_IFS
12556
12557 fi
12558 fi
12559 YACC=$ac_cv_prog_YACC
12560 if test -n "$YACC"; then
12561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12562 $as_echo "$YACC" >&6; }
12563 else
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12565 $as_echo "no" >&6; }
12566 fi
12567
12568
12569 test -n "$YACC" && break
12570 done
12571 test -n "$YACC" || YACC="yacc"
12572
12573 for ac_prog in flex lex
12574 do
12575 # Extract the first word of "$ac_prog", so it can be a program name with args.
12576 set dummy $ac_prog; ac_word=$2
12577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12578 $as_echo_n "checking for $ac_word... " >&6; }
12579 if ${ac_cv_prog_LEX+:} false; then :
12580 $as_echo_n "(cached) " >&6
12581 else
12582 if test -n "$LEX"; then
12583 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12584 else
12585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12586 for as_dir in $PATH
12587 do
12588 IFS=$as_save_IFS
12589 test -z "$as_dir" && as_dir=.
12590 for ac_exec_ext in '' $ac_executable_extensions; do
12591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12592 ac_cv_prog_LEX="$ac_prog"
12593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12594 break 2
12595 fi
12596 done
12597 done
12598 IFS=$as_save_IFS
12599
12600 fi
12601 fi
12602 LEX=$ac_cv_prog_LEX
12603 if test -n "$LEX"; then
12604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12605 $as_echo "$LEX" >&6; }
12606 else
12607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12608 $as_echo "no" >&6; }
12609 fi
12610
12611
12612 test -n "$LEX" && break
12613 done
12614 test -n "$LEX" || LEX=":"
12615
12616 case "$LEX" in
12617 :|*"missing "*) ;;
12618 *) cat >conftest.l <<_ACEOF
12619 %%
12620 a { ECHO; }
12621 b { REJECT; }
12622 c { yymore (); }
12623 d { yyless (1); }
12624 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12625 yyless ((input () != 0)); }
12626 f { unput (yytext[0]); }
12627 . { BEGIN INITIAL; }
12628 %%
12629 #ifdef YYTEXT_POINTER
12630 extern char *yytext;
12631 #endif
12632 int
12633 main (void)
12634 {
12635 return ! yylex () + ! yywrap ();
12636 }
12637 _ACEOF
12638 { { ac_try="$LEX conftest.l"
12639 case "(($ac_try" in
12640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12641 *) ac_try_echo=$ac_try;;
12642 esac
12643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12644 $as_echo "$ac_try_echo"; } >&5
12645 (eval "$LEX conftest.l") 2>&5
12646 ac_status=$?
12647 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12648 test $ac_status = 0; }
12649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12650 $as_echo_n "checking lex output file root... " >&6; }
12651 if ${ac_cv_prog_lex_root+:} false; then :
12652 $as_echo_n "(cached) " >&6
12653 else
12654
12655 if test -f lex.yy.c; then
12656 ac_cv_prog_lex_root=lex.yy
12657 elif test -f lexyy.c; then
12658 ac_cv_prog_lex_root=lexyy
12659 else
12660 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12661 fi
12662 fi
12663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12664 $as_echo "$ac_cv_prog_lex_root" >&6; }
12665 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12666
12667 if test -z "${LEXLIB+set}"; then
12668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12669 $as_echo_n "checking lex library... " >&6; }
12670 if ${ac_cv_lib_lex+:} false; then :
12671 $as_echo_n "(cached) " >&6
12672 else
12673
12674 ac_save_LIBS=$LIBS
12675 ac_cv_lib_lex='none needed'
12676 for ac_lib in '' -lfl -ll; do
12677 LIBS="$ac_lib $ac_save_LIBS"
12678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12679 /* end confdefs.h. */
12680 `cat $LEX_OUTPUT_ROOT.c`
12681 _ACEOF
12682 if ac_fn_c_try_link "$LINENO"; then :
12683 ac_cv_lib_lex=$ac_lib
12684 fi
12685 rm -f core conftest.err conftest.$ac_objext \
12686 conftest$ac_exeext conftest.$ac_ext
12687 test "$ac_cv_lib_lex" != 'none needed' && break
12688 done
12689 LIBS=$ac_save_LIBS
12690
12691 fi
12692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12693 $as_echo "$ac_cv_lib_lex" >&6; }
12694 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12695 fi
12696
12697
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12699 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12700 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
12701 $as_echo_n "(cached) " >&6
12702 else
12703 # POSIX says lex can declare yytext either as a pointer or an array; the
12704 # default is implementation-dependent. Figure out which it is, since
12705 # not all implementations provide the %pointer and %array declarations.
12706 ac_cv_prog_lex_yytext_pointer=no
12707 ac_save_LIBS=$LIBS
12708 LIBS="$LEXLIB $ac_save_LIBS"
12709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12710 /* end confdefs.h. */
12711
12712 #define YYTEXT_POINTER 1
12713 `cat $LEX_OUTPUT_ROOT.c`
12714 _ACEOF
12715 if ac_fn_c_try_link "$LINENO"; then :
12716 ac_cv_prog_lex_yytext_pointer=yes
12717 fi
12718 rm -f core conftest.err conftest.$ac_objext \
12719 conftest$ac_exeext conftest.$ac_ext
12720 LIBS=$ac_save_LIBS
12721
12722 fi
12723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12724 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12725 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12726
12727 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12728
12729 fi
12730 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12731 ;;
12732 esac
12733 if test "$LEX" = :; then
12734 LEX=${am_missing_run}flex
12735 fi
12736
12737 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"
12738 # If we haven't got the data from the intl directory,
12739 # assume NLS is disabled.
12740 USE_NLS=no
12741 LIBINTL=
12742 LIBINTL_DEP=
12743 INCINTL=
12744 XGETTEXT=
12745 GMSGFMT=
12746 POSUB=
12747
12748 if test -f ../intl/config.intl; then
12749 . ../intl/config.intl
12750 fi
12751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12752 $as_echo_n "checking whether NLS is requested... " >&6; }
12753 if test x"$USE_NLS" != xyes; then
12754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12755 $as_echo "no" >&6; }
12756 else
12757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12758 $as_echo "yes" >&6; }
12759
12760 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12761
12762
12763 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12764 $as_echo_n "checking for catalogs to be installed... " >&6; }
12765 # Look for .po and .gmo files in the source directory.
12766 CATALOGS=
12767 XLINGUAS=
12768 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12769 # If there aren't any .gmo files the shell will give us the
12770 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12771 # weeded out.
12772 case "$cat" in *\**)
12773 continue;;
12774 esac
12775 # The quadruple backslash is collapsed to a double backslash
12776 # by the backticks, then collapsed again by the double quotes,
12777 # leaving us with one backslash in the sed expression (right
12778 # before the dot that mustn't act as a wildcard).
12779 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12780 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12781 # The user is allowed to set LINGUAS to a list of languages to
12782 # install catalogs for. If it's empty that means "all of them."
12783 if test "x$LINGUAS" = x; then
12784 CATALOGS="$CATALOGS $cat"
12785 XLINGUAS="$XLINGUAS $lang"
12786 else
12787 case "$LINGUAS" in *$lang*)
12788 CATALOGS="$CATALOGS $cat"
12789 XLINGUAS="$XLINGUAS $lang"
12790 ;;
12791 esac
12792 fi
12793 done
12794 LINGUAS="$XLINGUAS"
12795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12796 $as_echo "$LINGUAS" >&6; }
12797
12798
12799 DATADIRNAME=share
12800
12801 INSTOBJEXT=.mo
12802
12803 GENCAT=gencat
12804
12805 CATOBJEXT=.gmo
12806
12807 fi
12808
12809 MKINSTALLDIRS=
12810 if test -n "$ac_aux_dir"; then
12811 case "$ac_aux_dir" in
12812 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12813 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12814 esac
12815 fi
12816 if test -z "$MKINSTALLDIRS"; then
12817 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12818 fi
12819
12820
12821
12822 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12823 $as_echo_n "checking whether NLS is requested... " >&6; }
12824 # Check whether --enable-nls was given.
12825 if test "${enable_nls+set}" = set; then :
12826 enableval=$enable_nls; USE_NLS=$enableval
12827 else
12828 USE_NLS=yes
12829 fi
12830
12831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12832 $as_echo "$USE_NLS" >&6; }
12833
12834
12835
12836
12837
12838
12839 # Prepare PATH_SEPARATOR.
12840 # The user is always right.
12841 if test "${PATH_SEPARATOR+set}" != set; then
12842 echo "#! /bin/sh" >conf$$.sh
12843 echo "exit 0" >>conf$$.sh
12844 chmod +x conf$$.sh
12845 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12846 PATH_SEPARATOR=';'
12847 else
12848 PATH_SEPARATOR=:
12849 fi
12850 rm -f conf$$.sh
12851 fi
12852
12853 # Find out how to test for executable files. Don't use a zero-byte file,
12854 # as systems may use methods other than mode bits to determine executability.
12855 cat >conf$$.file <<_ASEOF
12856 #! /bin/sh
12857 exit 0
12858 _ASEOF
12859 chmod +x conf$$.file
12860 if test -x conf$$.file >/dev/null 2>&1; then
12861 ac_executable_p="test -x"
12862 else
12863 ac_executable_p="test -f"
12864 fi
12865 rm -f conf$$.file
12866
12867 # Extract the first word of "msgfmt", so it can be a program name with args.
12868 set dummy msgfmt; ac_word=$2
12869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12870 $as_echo_n "checking for $ac_word... " >&6; }
12871 if ${ac_cv_path_MSGFMT+:} false; then :
12872 $as_echo_n "(cached) " >&6
12873 else
12874 case "$MSGFMT" in
12875 [\\/]* | ?:[\\/]*)
12876 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12877 ;;
12878 *)
12879 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12880 for ac_dir in $PATH; do
12881 IFS="$ac_save_IFS"
12882 test -z "$ac_dir" && ac_dir=.
12883 for ac_exec_ext in '' $ac_executable_extensions; do
12884 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12885 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12886 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12887 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12888 break 2
12889 fi
12890 fi
12891 done
12892 done
12893 IFS="$ac_save_IFS"
12894 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12895 ;;
12896 esac
12897 fi
12898 MSGFMT="$ac_cv_path_MSGFMT"
12899 if test "$MSGFMT" != ":"; then
12900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12901 $as_echo "$MSGFMT" >&6; }
12902 else
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12904 $as_echo "no" >&6; }
12905 fi
12906
12907 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12908 set dummy gmsgfmt; ac_word=$2
12909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12910 $as_echo_n "checking for $ac_word... " >&6; }
12911 if ${ac_cv_path_GMSGFMT+:} false; then :
12912 $as_echo_n "(cached) " >&6
12913 else
12914 case $GMSGFMT in
12915 [\\/]* | ?:[\\/]*)
12916 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12917 ;;
12918 *)
12919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12920 for as_dir in $PATH
12921 do
12922 IFS=$as_save_IFS
12923 test -z "$as_dir" && as_dir=.
12924 for ac_exec_ext in '' $ac_executable_extensions; do
12925 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12926 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12927 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12928 break 2
12929 fi
12930 done
12931 done
12932 IFS=$as_save_IFS
12933
12934 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12935 ;;
12936 esac
12937 fi
12938 GMSGFMT=$ac_cv_path_GMSGFMT
12939 if test -n "$GMSGFMT"; then
12940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12941 $as_echo "$GMSGFMT" >&6; }
12942 else
12943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12944 $as_echo "no" >&6; }
12945 fi
12946
12947
12948
12949
12950 # Prepare PATH_SEPARATOR.
12951 # The user is always right.
12952 if test "${PATH_SEPARATOR+set}" != set; then
12953 echo "#! /bin/sh" >conf$$.sh
12954 echo "exit 0" >>conf$$.sh
12955 chmod +x conf$$.sh
12956 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12957 PATH_SEPARATOR=';'
12958 else
12959 PATH_SEPARATOR=:
12960 fi
12961 rm -f conf$$.sh
12962 fi
12963
12964 # Find out how to test for executable files. Don't use a zero-byte file,
12965 # as systems may use methods other than mode bits to determine executability.
12966 cat >conf$$.file <<_ASEOF
12967 #! /bin/sh
12968 exit 0
12969 _ASEOF
12970 chmod +x conf$$.file
12971 if test -x conf$$.file >/dev/null 2>&1; then
12972 ac_executable_p="test -x"
12973 else
12974 ac_executable_p="test -f"
12975 fi
12976 rm -f conf$$.file
12977
12978 # Extract the first word of "xgettext", so it can be a program name with args.
12979 set dummy xgettext; ac_word=$2
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12981 $as_echo_n "checking for $ac_word... " >&6; }
12982 if ${ac_cv_path_XGETTEXT+:} false; then :
12983 $as_echo_n "(cached) " >&6
12984 else
12985 case "$XGETTEXT" in
12986 [\\/]* | ?:[\\/]*)
12987 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
12988 ;;
12989 *)
12990 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12991 for ac_dir in $PATH; do
12992 IFS="$ac_save_IFS"
12993 test -z "$ac_dir" && ac_dir=.
12994 for ac_exec_ext in '' $ac_executable_extensions; do
12995 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12996 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
12997 (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
12998 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
12999 break 2
13000 fi
13001 fi
13002 done
13003 done
13004 IFS="$ac_save_IFS"
13005 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13006 ;;
13007 esac
13008 fi
13009 XGETTEXT="$ac_cv_path_XGETTEXT"
13010 if test "$XGETTEXT" != ":"; then
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13012 $as_echo "$XGETTEXT" >&6; }
13013 else
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13015 $as_echo "no" >&6; }
13016 fi
13017
13018 rm -f messages.po
13019
13020
13021 # Prepare PATH_SEPARATOR.
13022 # The user is always right.
13023 if test "${PATH_SEPARATOR+set}" != set; then
13024 echo "#! /bin/sh" >conf$$.sh
13025 echo "exit 0" >>conf$$.sh
13026 chmod +x conf$$.sh
13027 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13028 PATH_SEPARATOR=';'
13029 else
13030 PATH_SEPARATOR=:
13031 fi
13032 rm -f conf$$.sh
13033 fi
13034
13035 # Find out how to test for executable files. Don't use a zero-byte file,
13036 # as systems may use methods other than mode bits to determine executability.
13037 cat >conf$$.file <<_ASEOF
13038 #! /bin/sh
13039 exit 0
13040 _ASEOF
13041 chmod +x conf$$.file
13042 if test -x conf$$.file >/dev/null 2>&1; then
13043 ac_executable_p="test -x"
13044 else
13045 ac_executable_p="test -f"
13046 fi
13047 rm -f conf$$.file
13048
13049 # Extract the first word of "msgmerge", so it can be a program name with args.
13050 set dummy msgmerge; ac_word=$2
13051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13052 $as_echo_n "checking for $ac_word... " >&6; }
13053 if ${ac_cv_path_MSGMERGE+:} false; then :
13054 $as_echo_n "(cached) " >&6
13055 else
13056 case "$MSGMERGE" in
13057 [\\/]* | ?:[\\/]*)
13058 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13059 ;;
13060 *)
13061 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13062 for ac_dir in $PATH; do
13063 IFS="$ac_save_IFS"
13064 test -z "$ac_dir" && ac_dir=.
13065 for ac_exec_ext in '' $ac_executable_extensions; do
13066 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13067 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13068 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13069 break 2
13070 fi
13071 fi
13072 done
13073 done
13074 IFS="$ac_save_IFS"
13075 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13076 ;;
13077 esac
13078 fi
13079 MSGMERGE="$ac_cv_path_MSGMERGE"
13080 if test "$MSGMERGE" != ":"; then
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13082 $as_echo "$MSGMERGE" >&6; }
13083 else
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13085 $as_echo "no" >&6; }
13086 fi
13087
13088
13089 if test "$GMSGFMT" != ":"; then
13090 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13091 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13092 : ;
13093 else
13094 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13096 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13097 GMSGFMT=":"
13098 fi
13099 fi
13100
13101 if test "$XGETTEXT" != ":"; then
13102 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13103 (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
13104 : ;
13105 else
13106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13107 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13108 XGETTEXT=":"
13109 fi
13110 rm -f messages.po
13111 fi
13112
13113 ac_config_commands="$ac_config_commands default-1"
13114
13115
13116
13117
13118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13119 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13120 # Check whether --enable-maintainer-mode was given.
13121 if test "${enable_maintainer_mode+set}" = set; then :
13122 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13123 else
13124 USE_MAINTAINER_MODE=no
13125 fi
13126
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13128 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13129 if test $USE_MAINTAINER_MODE = yes; then
13130 MAINTAINER_MODE_TRUE=
13131 MAINTAINER_MODE_FALSE='#'
13132 else
13133 MAINTAINER_MODE_TRUE='#'
13134 MAINTAINER_MODE_FALSE=
13135 fi
13136
13137 MAINT=$MAINTAINER_MODE_TRUE
13138
13139
13140 if false; then
13141 GENINSRC_NEVER_TRUE=
13142 GENINSRC_NEVER_FALSE='#'
13143 else
13144 GENINSRC_NEVER_TRUE='#'
13145 GENINSRC_NEVER_FALSE=
13146 fi
13147
13148
13149 if test -n "$EXEEXT"; then
13150
13151 $as_echo "#define HAVE_EXECUTABLE_SUFFIX 1" >>confdefs.h
13152
13153 fi
13154
13155 cat >>confdefs.h <<_ACEOF
13156 #define EXECUTABLE_SUFFIX "${EXEEXT}"
13157 _ACEOF
13158
13159
13160 # host-specific stuff:
13161
13162 HDEFINES=
13163
13164 . ${srcdir}/../bfd/configure.host
13165
13166
13167 AR=${AR-ar}
13168
13169 if test -n "$ac_tool_prefix"; then
13170 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
13171 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13173 $as_echo_n "checking for $ac_word... " >&6; }
13174 if ${ac_cv_prog_RANLIB+:} false; then :
13175 $as_echo_n "(cached) " >&6
13176 else
13177 if test -n "$RANLIB"; then
13178 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
13179 else
13180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13181 for as_dir in $PATH
13182 do
13183 IFS=$as_save_IFS
13184 test -z "$as_dir" && as_dir=.
13185 for ac_exec_ext in '' $ac_executable_extensions; do
13186 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13187 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
13188 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13189 break 2
13190 fi
13191 done
13192 done
13193 IFS=$as_save_IFS
13194
13195 fi
13196 fi
13197 RANLIB=$ac_cv_prog_RANLIB
13198 if test -n "$RANLIB"; then
13199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
13200 $as_echo "$RANLIB" >&6; }
13201 else
13202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13203 $as_echo "no" >&6; }
13204 fi
13205
13206
13207 fi
13208 if test -z "$ac_cv_prog_RANLIB"; then
13209 ac_ct_RANLIB=$RANLIB
13210 # Extract the first word of "ranlib", so it can be a program name with args.
13211 set dummy ranlib; ac_word=$2
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13213 $as_echo_n "checking for $ac_word... " >&6; }
13214 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
13215 $as_echo_n "(cached) " >&6
13216 else
13217 if test -n "$ac_ct_RANLIB"; then
13218 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
13219 else
13220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13221 for as_dir in $PATH
13222 do
13223 IFS=$as_save_IFS
13224 test -z "$as_dir" && as_dir=.
13225 for ac_exec_ext in '' $ac_executable_extensions; do
13226 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13227 ac_cv_prog_ac_ct_RANLIB="ranlib"
13228 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13229 break 2
13230 fi
13231 done
13232 done
13233 IFS=$as_save_IFS
13234
13235 fi
13236 fi
13237 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
13238 if test -n "$ac_ct_RANLIB"; then
13239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
13240 $as_echo "$ac_ct_RANLIB" >&6; }
13241 else
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13243 $as_echo "no" >&6; }
13244 fi
13245
13246 if test "x$ac_ct_RANLIB" = x; then
13247 RANLIB=":"
13248 else
13249 case $cross_compiling:$ac_tool_warned in
13250 yes:)
13251 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
13252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
13253 ac_tool_warned=yes ;;
13254 esac
13255 RANLIB=$ac_ct_RANLIB
13256 fi
13257 else
13258 RANLIB="$ac_cv_prog_RANLIB"
13259 fi
13260
13261
13262
13263 # Put a plausible default for CC_FOR_BUILD in Makefile.
13264 if test -z "$CC_FOR_BUILD"; then
13265 if test "x$cross_compiling" = "xno"; then
13266 CC_FOR_BUILD='$(CC)'
13267 else
13268 CC_FOR_BUILD=gcc
13269 fi
13270 fi
13271
13272 # Also set EXEEXT_FOR_BUILD.
13273 if test "x$cross_compiling" = "xno"; then
13274 EXEEXT_FOR_BUILD='$(EXEEXT)'
13275 else
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for build system executable suffix" >&5
13277 $as_echo_n "checking for build system executable suffix... " >&6; }
13278 if ${bfd_cv_build_exeext+:} false; then :
13279 $as_echo_n "(cached) " >&6
13280 else
13281 rm -f conftest*
13282 echo 'int main () { return 0; }' > conftest.c
13283 bfd_cv_build_exeext=
13284 ${CC_FOR_BUILD} -o conftest conftest.c 1>&5 2>&5
13285 for file in conftest.*; do
13286 case $file in
13287 *.c | *.o | *.obj | *.ilk | *.pdb) ;;
13288 *) bfd_cv_build_exeext=`echo $file | sed -e s/conftest//` ;;
13289 esac
13290 done
13291 rm -f conftest*
13292 test x"${bfd_cv_build_exeext}" = x && bfd_cv_build_exeext=no
13293 fi
13294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bfd_cv_build_exeext" >&5
13295 $as_echo "$bfd_cv_build_exeext" >&6; }
13296 EXEEXT_FOR_BUILD=""
13297 test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
13298 fi
13299
13300
13301 DEMANGLER_NAME=c++filt
13302 case "${host}" in
13303 *-*-go32* | *-*-msdos*)
13304 DEMANGLER_NAME=cxxfilt
13305 esac
13306
13307
13308 # The cast to long int works around a bug in the HP C Compiler
13309 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13310 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13311 # This bug is HP SR number 8606223364.
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
13313 $as_echo_n "checking size of long... " >&6; }
13314 if ${ac_cv_sizeof_long+:} false; then :
13315 $as_echo_n "(cached) " >&6
13316 else
13317 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
13318
13319 else
13320 if test "$ac_cv_type_long" = yes; then
13321 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13323 as_fn_error 77 "cannot compute sizeof (long)
13324 See \`config.log' for more details" "$LINENO" 5; }
13325 else
13326 ac_cv_sizeof_long=0
13327 fi
13328 fi
13329
13330 fi
13331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
13332 $as_echo "$ac_cv_sizeof_long" >&6; }
13333
13334
13335
13336 cat >>confdefs.h <<_ACEOF
13337 #define SIZEOF_LONG $ac_cv_sizeof_long
13338 _ACEOF
13339
13340
13341 ac_fn_c_check_type "$LINENO" "long long" "ac_cv_type_long_long" "$ac_includes_default"
13342 if test "x$ac_cv_type_long_long" = xyes; then :
13343
13344 cat >>confdefs.h <<_ACEOF
13345 #define HAVE_LONG_LONG 1
13346 _ACEOF
13347
13348 # The cast to long int works around a bug in the HP C Compiler
13349 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
13350 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
13351 # This bug is HP SR number 8606223364.
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long long" >&5
13353 $as_echo_n "checking size of long long... " >&6; }
13354 if ${ac_cv_sizeof_long_long+:} false; then :
13355 $as_echo_n "(cached) " >&6
13356 else
13357 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long long))" "ac_cv_sizeof_long_long" "$ac_includes_default"; then :
13358
13359 else
13360 if test "$ac_cv_type_long_long" = yes; then
13361 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
13362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
13363 as_fn_error 77 "cannot compute sizeof (long long)
13364 See \`config.log' for more details" "$LINENO" 5; }
13365 else
13366 ac_cv_sizeof_long_long=0
13367 fi
13368 fi
13369
13370 fi
13371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long_long" >&5
13372 $as_echo "$ac_cv_sizeof_long_long" >&6; }
13373
13374
13375
13376 cat >>confdefs.h <<_ACEOF
13377 #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long
13378 _ACEOF
13379
13380
13381 fi
13382
13383
13384 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
13385 do :
13386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13387 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13388 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13389 cat >>confdefs.h <<_ACEOF
13390 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13391 _ACEOF
13392
13393 fi
13394
13395 done
13396
13397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
13398 $as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
13399 if ${ac_cv_header_sys_wait_h+:} false; then :
13400 $as_echo_n "(cached) " >&6
13401 else
13402 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13403 /* end confdefs.h. */
13404 #include <sys/types.h>
13405 #include <sys/wait.h>
13406 #ifndef WEXITSTATUS
13407 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
13408 #endif
13409 #ifndef WIFEXITED
13410 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
13411 #endif
13412
13413 int
13414 main ()
13415 {
13416 int s;
13417 wait (&s);
13418 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
13419 ;
13420 return 0;
13421 }
13422 _ACEOF
13423 if ac_fn_c_try_compile "$LINENO"; then :
13424 ac_cv_header_sys_wait_h=yes
13425 else
13426 ac_cv_header_sys_wait_h=no
13427 fi
13428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13429 fi
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
13431 $as_echo "$ac_cv_header_sys_wait_h" >&6; }
13432 if test $ac_cv_header_sys_wait_h = yes; then
13433
13434 $as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
13435
13436 fi
13437
13438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13439 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13440 if ${gcc_cv_header_string+:} false; then :
13441 $as_echo_n "(cached) " >&6
13442 else
13443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444 /* end confdefs.h. */
13445 #include <string.h>
13446 #include <strings.h>
13447 int
13448 main ()
13449 {
13450
13451 ;
13452 return 0;
13453 }
13454 _ACEOF
13455 if ac_fn_c_try_compile "$LINENO"; then :
13456 gcc_cv_header_string=yes
13457 else
13458 gcc_cv_header_string=no
13459 fi
13460 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13461 fi
13462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13463 $as_echo "$gcc_cv_header_string" >&6; }
13464 if test $gcc_cv_header_string = yes; then
13465
13466 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13467
13468 fi
13469
13470 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
13471 if test "x$ac_cv_type_size_t" = xyes; then :
13472
13473 else
13474
13475 cat >>confdefs.h <<_ACEOF
13476 #define size_t unsigned int
13477 _ACEOF
13478
13479 fi
13480
13481 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13482 # for constant arguments. Useless!
13483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13484 $as_echo_n "checking for working alloca.h... " >&6; }
13485 if ${ac_cv_working_alloca_h+:} false; then :
13486 $as_echo_n "(cached) " >&6
13487 else
13488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13489 /* end confdefs.h. */
13490 #include <alloca.h>
13491 int
13492 main ()
13493 {
13494 char *p = (char *) alloca (2 * sizeof (int));
13495 if (p) return 0;
13496 ;
13497 return 0;
13498 }
13499 _ACEOF
13500 if ac_fn_c_try_link "$LINENO"; then :
13501 ac_cv_working_alloca_h=yes
13502 else
13503 ac_cv_working_alloca_h=no
13504 fi
13505 rm -f core conftest.err conftest.$ac_objext \
13506 conftest$ac_exeext conftest.$ac_ext
13507 fi
13508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13509 $as_echo "$ac_cv_working_alloca_h" >&6; }
13510 if test $ac_cv_working_alloca_h = yes; then
13511
13512 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13513
13514 fi
13515
13516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13517 $as_echo_n "checking for alloca... " >&6; }
13518 if ${ac_cv_func_alloca_works+:} false; then :
13519 $as_echo_n "(cached) " >&6
13520 else
13521 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13522 /* end confdefs.h. */
13523 #ifdef __GNUC__
13524 # define alloca __builtin_alloca
13525 #else
13526 # ifdef _MSC_VER
13527 # include <malloc.h>
13528 # define alloca _alloca
13529 # else
13530 # ifdef HAVE_ALLOCA_H
13531 # include <alloca.h>
13532 # else
13533 # ifdef _AIX
13534 #pragma alloca
13535 # else
13536 # ifndef alloca /* predefined by HP cc +Olibcalls */
13537 void *alloca (size_t);
13538 # endif
13539 # endif
13540 # endif
13541 # endif
13542 #endif
13543
13544 int
13545 main ()
13546 {
13547 char *p = (char *) alloca (1);
13548 if (p) return 0;
13549 ;
13550 return 0;
13551 }
13552 _ACEOF
13553 if ac_fn_c_try_link "$LINENO"; then :
13554 ac_cv_func_alloca_works=yes
13555 else
13556 ac_cv_func_alloca_works=no
13557 fi
13558 rm -f core conftest.err conftest.$ac_objext \
13559 conftest$ac_exeext conftest.$ac_ext
13560 fi
13561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13562 $as_echo "$ac_cv_func_alloca_works" >&6; }
13563
13564 if test $ac_cv_func_alloca_works = yes; then
13565
13566 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13567
13568 else
13569 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13570 # that cause trouble. Some versions do not even contain alloca or
13571 # contain a buggy version. If you still want to use their alloca,
13572 # use ar to extract alloca.o from them instead of compiling alloca.c.
13573
13574 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13575
13576 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13577
13578
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13580 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13581 if ${ac_cv_os_cray+:} false; then :
13582 $as_echo_n "(cached) " >&6
13583 else
13584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13585 /* end confdefs.h. */
13586 #if defined CRAY && ! defined CRAY2
13587 webecray
13588 #else
13589 wenotbecray
13590 #endif
13591
13592 _ACEOF
13593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13594 $EGREP "webecray" >/dev/null 2>&1; then :
13595 ac_cv_os_cray=yes
13596 else
13597 ac_cv_os_cray=no
13598 fi
13599 rm -f conftest*
13600
13601 fi
13602 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13603 $as_echo "$ac_cv_os_cray" >&6; }
13604 if test $ac_cv_os_cray = yes; then
13605 for ac_func in _getb67 GETB67 getb67; do
13606 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13607 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13608 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13609
13610 cat >>confdefs.h <<_ACEOF
13611 #define CRAY_STACKSEG_END $ac_func
13612 _ACEOF
13613
13614 break
13615 fi
13616
13617 done
13618 fi
13619
13620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13621 $as_echo_n "checking stack direction for C alloca... " >&6; }
13622 if ${ac_cv_c_stack_direction+:} false; then :
13623 $as_echo_n "(cached) " >&6
13624 else
13625 if test "$cross_compiling" = yes; then :
13626 ac_cv_c_stack_direction=0
13627 else
13628 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13629 /* end confdefs.h. */
13630 $ac_includes_default
13631 int
13632 find_stack_direction (int *addr, int depth)
13633 {
13634 int dir, dummy = 0;
13635 if (! addr)
13636 addr = &dummy;
13637 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
13638 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
13639 return dir + dummy;
13640 }
13641
13642 int
13643 main (int argc, char **argv)
13644 {
13645 return find_stack_direction (0, argc + !argv + 20) < 0;
13646 }
13647 _ACEOF
13648 if ac_fn_c_try_run "$LINENO"; then :
13649 ac_cv_c_stack_direction=1
13650 else
13651 ac_cv_c_stack_direction=-1
13652 fi
13653 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13654 conftest.$ac_objext conftest.beam conftest.$ac_ext
13655 fi
13656
13657 fi
13658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13659 $as_echo "$ac_cv_c_stack_direction" >&6; }
13660 cat >>confdefs.h <<_ACEOF
13661 #define STACK_DIRECTION $ac_cv_c_stack_direction
13662 _ACEOF
13663
13664
13665 fi
13666
13667
13668
13669
13670 for ac_header in $ac_header_list
13671 do :
13672 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13673 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
13674 "
13675 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13676 cat >>confdefs.h <<_ACEOF
13677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13678 _ACEOF
13679
13680 fi
13681
13682 done
13683
13684
13685
13686
13687
13688
13689
13690
13691 for ac_func in getpagesize
13692 do :
13693 ac_fn_c_check_func "$LINENO" "getpagesize" "ac_cv_func_getpagesize"
13694 if test "x$ac_cv_func_getpagesize" = xyes; then :
13695 cat >>confdefs.h <<_ACEOF
13696 #define HAVE_GETPAGESIZE 1
13697 _ACEOF
13698
13699 fi
13700 done
13701
13702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working mmap" >&5
13703 $as_echo_n "checking for working mmap... " >&6; }
13704 if ${ac_cv_func_mmap_fixed_mapped+:} false; then :
13705 $as_echo_n "(cached) " >&6
13706 else
13707 if test "$cross_compiling" = yes; then :
13708 ac_cv_func_mmap_fixed_mapped=no
13709 else
13710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13711 /* end confdefs.h. */
13712 $ac_includes_default
13713 /* malloc might have been renamed as rpl_malloc. */
13714 #undef malloc
13715
13716 /* Thanks to Mike Haertel and Jim Avera for this test.
13717 Here is a matrix of mmap possibilities:
13718 mmap private not fixed
13719 mmap private fixed at somewhere currently unmapped
13720 mmap private fixed at somewhere already mapped
13721 mmap shared not fixed
13722 mmap shared fixed at somewhere currently unmapped
13723 mmap shared fixed at somewhere already mapped
13724 For private mappings, we should verify that changes cannot be read()
13725 back from the file, nor mmap's back from the file at a different
13726 address. (There have been systems where private was not correctly
13727 implemented like the infamous i386 svr4.0, and systems where the
13728 VM page cache was not coherent with the file system buffer cache
13729 like early versions of FreeBSD and possibly contemporary NetBSD.)
13730 For shared mappings, we should conversely verify that changes get
13731 propagated back to all the places they're supposed to be.
13732
13733 Grep wants private fixed already mapped.
13734 The main things grep needs to know about mmap are:
13735 * does it exist and is it safe to write into the mmap'd area
13736 * how to use it (BSD variants) */
13737
13738 #include <fcntl.h>
13739 #include <sys/mman.h>
13740
13741 #if !defined STDC_HEADERS && !defined HAVE_STDLIB_H
13742 char *malloc ();
13743 #endif
13744
13745 /* This mess was copied from the GNU getpagesize.h. */
13746 #ifndef HAVE_GETPAGESIZE
13747 # ifdef _SC_PAGESIZE
13748 # define getpagesize() sysconf(_SC_PAGESIZE)
13749 # else /* no _SC_PAGESIZE */
13750 # ifdef HAVE_SYS_PARAM_H
13751 # include <sys/param.h>
13752 # ifdef EXEC_PAGESIZE
13753 # define getpagesize() EXEC_PAGESIZE
13754 # else /* no EXEC_PAGESIZE */
13755 # ifdef NBPG
13756 # define getpagesize() NBPG * CLSIZE
13757 # ifndef CLSIZE
13758 # define CLSIZE 1
13759 # endif /* no CLSIZE */
13760 # else /* no NBPG */
13761 # ifdef NBPC
13762 # define getpagesize() NBPC
13763 # else /* no NBPC */
13764 # ifdef PAGESIZE
13765 # define getpagesize() PAGESIZE
13766 # endif /* PAGESIZE */
13767 # endif /* no NBPC */
13768 # endif /* no NBPG */
13769 # endif /* no EXEC_PAGESIZE */
13770 # else /* no HAVE_SYS_PARAM_H */
13771 # define getpagesize() 8192 /* punt totally */
13772 # endif /* no HAVE_SYS_PARAM_H */
13773 # endif /* no _SC_PAGESIZE */
13774
13775 #endif /* no HAVE_GETPAGESIZE */
13776
13777 int
13778 main ()
13779 {
13780 char *data, *data2, *data3;
13781 const char *cdata2;
13782 int i, pagesize;
13783 int fd, fd2;
13784
13785 pagesize = getpagesize ();
13786
13787 /* First, make a file with some known garbage in it. */
13788 data = (char *) malloc (pagesize);
13789 if (!data)
13790 return 1;
13791 for (i = 0; i < pagesize; ++i)
13792 *(data + i) = rand ();
13793 umask (0);
13794 fd = creat ("conftest.mmap", 0600);
13795 if (fd < 0)
13796 return 2;
13797 if (write (fd, data, pagesize) != pagesize)
13798 return 3;
13799 close (fd);
13800
13801 /* Next, check that the tail of a page is zero-filled. File must have
13802 non-zero length, otherwise we risk SIGBUS for entire page. */
13803 fd2 = open ("conftest.txt", O_RDWR | O_CREAT | O_TRUNC, 0600);
13804 if (fd2 < 0)
13805 return 4;
13806 cdata2 = "";
13807 if (write (fd2, cdata2, 1) != 1)
13808 return 5;
13809 data2 = (char *) mmap (0, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, fd2, 0L);
13810 if (data2 == MAP_FAILED)
13811 return 6;
13812 for (i = 0; i < pagesize; ++i)
13813 if (*(data2 + i))
13814 return 7;
13815 close (fd2);
13816 if (munmap (data2, pagesize))
13817 return 8;
13818
13819 /* Next, try to mmap the file at a fixed address which already has
13820 something else allocated at it. If we can, also make sure that
13821 we see the same garbage. */
13822 fd = open ("conftest.mmap", O_RDWR);
13823 if (fd < 0)
13824 return 9;
13825 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
13826 MAP_PRIVATE | MAP_FIXED, fd, 0L))
13827 return 10;
13828 for (i = 0; i < pagesize; ++i)
13829 if (*(data + i) != *(data2 + i))
13830 return 11;
13831
13832 /* Finally, make sure that changes to the mapped area do not
13833 percolate back to the file as seen by read(). (This is a bug on
13834 some variants of i386 svr4.0.) */
13835 for (i = 0; i < pagesize; ++i)
13836 *(data2 + i) = *(data2 + i) + 1;
13837 data3 = (char *) malloc (pagesize);
13838 if (!data3)
13839 return 12;
13840 if (read (fd, data3, pagesize) != pagesize)
13841 return 13;
13842 for (i = 0; i < pagesize; ++i)
13843 if (*(data + i) != *(data3 + i))
13844 return 14;
13845 close (fd);
13846 return 0;
13847 }
13848 _ACEOF
13849 if ac_fn_c_try_run "$LINENO"; then :
13850 ac_cv_func_mmap_fixed_mapped=yes
13851 else
13852 ac_cv_func_mmap_fixed_mapped=no
13853 fi
13854 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13855 conftest.$ac_objext conftest.beam conftest.$ac_ext
13856 fi
13857
13858 fi
13859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_mmap_fixed_mapped" >&5
13860 $as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; }
13861 if test $ac_cv_func_mmap_fixed_mapped = yes; then
13862
13863 $as_echo "#define HAVE_MMAP 1" >>confdefs.h
13864
13865 fi
13866 rm -f conftest.mmap conftest.txt
13867
13868 for ac_func in sbrk utimes setmode getc_unlocked strcoll setlocale
13869 do :
13870 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13871 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13872 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13873 cat >>confdefs.h <<_ACEOF
13874 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13875 _ACEOF
13876
13877 fi
13878 done
13879
13880 ac_fn_c_check_func "$LINENO" "mkstemp" "ac_cv_func_mkstemp"
13881 if test "x$ac_cv_func_mkstemp" = xyes; then :
13882
13883 $as_echo "#define HAVE_MKSTEMP 1" >>confdefs.h
13884
13885 fi
13886
13887 ac_fn_c_check_func "$LINENO" "mkdtemp" "ac_cv_func_mkdtemp"
13888 if test "x$ac_cv_func_mkdtemp" = xyes; then :
13889
13890 $as_echo "#define HAVE_MKDTEMP 1" >>confdefs.h
13891
13892 fi
13893
13894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mbstate_t" >&5
13895 $as_echo_n "checking for mbstate_t... " >&6; }
13896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13897 /* end confdefs.h. */
13898 #include <wchar.h>
13899 int
13900 main ()
13901 {
13902 mbstate_t teststate;
13903 ;
13904 return 0;
13905 }
13906 _ACEOF
13907 if ac_fn_c_try_compile "$LINENO"; then :
13908 have_mbstate_t=yes
13909 else
13910 have_mbstate_t=no
13911 fi
13912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $have_mbstate_t" >&5
13914 $as_echo "$have_mbstate_t" >&6; }
13915 if test x"$have_mbstate_t" = xyes; then
13916
13917 $as_echo "#define HAVE_MBSTATE_T 1" >>confdefs.h
13918
13919 fi
13920
13921 # Some systems have frexp only in -lm, not in -lc.
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing frexp" >&5
13923 $as_echo_n "checking for library containing frexp... " >&6; }
13924 if ${ac_cv_search_frexp+:} false; then :
13925 $as_echo_n "(cached) " >&6
13926 else
13927 ac_func_search_save_LIBS=$LIBS
13928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13929 /* end confdefs.h. */
13930
13931 /* Override any GCC internal prototype to avoid an error.
13932 Use char because int might match the return type of a GCC
13933 builtin and then its argument prototype would still apply. */
13934 #ifdef __cplusplus
13935 extern "C"
13936 #endif
13937 char frexp ();
13938 int
13939 main ()
13940 {
13941 return frexp ();
13942 ;
13943 return 0;
13944 }
13945 _ACEOF
13946 for ac_lib in '' m; do
13947 if test -z "$ac_lib"; then
13948 ac_res="none required"
13949 else
13950 ac_res=-l$ac_lib
13951 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
13952 fi
13953 if ac_fn_c_try_link "$LINENO"; then :
13954 ac_cv_search_frexp=$ac_res
13955 fi
13956 rm -f core conftest.err conftest.$ac_objext \
13957 conftest$ac_exeext
13958 if ${ac_cv_search_frexp+:} false; then :
13959 break
13960 fi
13961 done
13962 if ${ac_cv_search_frexp+:} false; then :
13963
13964 else
13965 ac_cv_search_frexp=no
13966 fi
13967 rm conftest.$ac_ext
13968 LIBS=$ac_func_search_save_LIBS
13969 fi
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_frexp" >&5
13971 $as_echo "$ac_cv_search_frexp" >&6; }
13972 ac_res=$ac_cv_search_frexp
13973 if test "$ac_res" != no; then :
13974 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13975
13976 fi
13977
13978
13979
13980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13981 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13982 if ${am_cv_val_LC_MESSAGES+:} false; then :
13983 $as_echo_n "(cached) " >&6
13984 else
13985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13986 /* end confdefs.h. */
13987 #include <locale.h>
13988 int
13989 main ()
13990 {
13991 return LC_MESSAGES
13992 ;
13993 return 0;
13994 }
13995 _ACEOF
13996 if ac_fn_c_try_link "$LINENO"; then :
13997 am_cv_val_LC_MESSAGES=yes
13998 else
13999 am_cv_val_LC_MESSAGES=no
14000 fi
14001 rm -f core conftest.err conftest.$ac_objext \
14002 conftest$ac_exeext conftest.$ac_ext
14003 fi
14004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14005 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14006 if test $am_cv_val_LC_MESSAGES = yes; then
14007
14008 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14009
14010 fi
14011
14012
14013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in time.h" >&5
14014 $as_echo_n "checking for time_t in time.h... " >&6; }
14015 if ${bu_cv_decl_time_t_time_h+:} false; then :
14016 $as_echo_n "(cached) " >&6
14017 else
14018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14019 /* end confdefs.h. */
14020 #include <time.h>
14021 int
14022 main ()
14023 {
14024 time_t i;
14025 ;
14026 return 0;
14027 }
14028 _ACEOF
14029 if ac_fn_c_try_compile "$LINENO"; then :
14030 bu_cv_decl_time_t_time_h=yes
14031 else
14032 bu_cv_decl_time_t_time_h=no
14033 fi
14034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14035 fi
14036
14037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_time_h" >&5
14038 $as_echo "$bu_cv_decl_time_t_time_h" >&6; }
14039 if test $bu_cv_decl_time_t_time_h = yes; then
14040
14041 $as_echo "#define HAVE_TIME_T_IN_TIME_H 1" >>confdefs.h
14042
14043 fi
14044
14045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for time_t in sys/types.h" >&5
14046 $as_echo_n "checking for time_t in sys/types.h... " >&6; }
14047 if ${bu_cv_decl_time_t_types_h+:} false; then :
14048 $as_echo_n "(cached) " >&6
14049 else
14050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14051 /* end confdefs.h. */
14052 #include <sys/types.h>
14053 int
14054 main ()
14055 {
14056 time_t i;
14057 ;
14058 return 0;
14059 }
14060 _ACEOF
14061 if ac_fn_c_try_compile "$LINENO"; then :
14062 bu_cv_decl_time_t_types_h=yes
14063 else
14064 bu_cv_decl_time_t_types_h=no
14065 fi
14066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14067 fi
14068
14069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_time_t_types_h" >&5
14070 $as_echo "$bu_cv_decl_time_t_types_h" >&6; }
14071 if test $bu_cv_decl_time_t_types_h = yes; then
14072
14073 $as_echo "#define HAVE_TIME_T_IN_TYPES_H 1" >>confdefs.h
14074
14075 fi
14076
14077 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14078 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14079 if ${bu_cv_decl_getopt_unistd_h+:} false; then :
14080 $as_echo_n "(cached) " >&6
14081 else
14082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14083 /* end confdefs.h. */
14084 #include <unistd.h>
14085 int
14086 main ()
14087 {
14088 extern int getopt (int, char *const*, const char *);
14089 ;
14090 return 0;
14091 }
14092 _ACEOF
14093 if ac_fn_c_try_compile "$LINENO"; then :
14094 bu_cv_decl_getopt_unistd_h=yes
14095 else
14096 bu_cv_decl_getopt_unistd_h=no
14097 fi
14098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14099 fi
14100
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_decl_getopt_unistd_h" >&5
14102 $as_echo "$bu_cv_decl_getopt_unistd_h" >&6; }
14103 if test $bu_cv_decl_getopt_unistd_h = yes; then
14104
14105 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14106
14107 fi
14108
14109 # Under Next 3.2 <utime.h> apparently does not define struct utimbuf
14110 # by default.
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for utime.h" >&5
14112 $as_echo_n "checking for utime.h... " >&6; }
14113 if ${bu_cv_header_utime_h+:} false; then :
14114 $as_echo_n "(cached) " >&6
14115 else
14116 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14117 /* end confdefs.h. */
14118 #include <sys/types.h>
14119 #ifdef HAVE_TIME_H
14120 #include <time.h>
14121 #endif
14122 #include <utime.h>
14123 int
14124 main ()
14125 {
14126 struct utimbuf s;
14127 ;
14128 return 0;
14129 }
14130 _ACEOF
14131 if ac_fn_c_try_compile "$LINENO"; then :
14132 bu_cv_header_utime_h=yes
14133 else
14134 bu_cv_header_utime_h=no
14135 fi
14136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14137 fi
14138
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $bu_cv_header_utime_h" >&5
14140 $as_echo "$bu_cv_header_utime_h" >&6; }
14141 if test $bu_cv_header_utime_h = yes; then
14142
14143 $as_echo "#define HAVE_GOOD_UTIME_H 1" >>confdefs.h
14144
14145 fi
14146
14147 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14148 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14149 ac_have_decl=1
14150 else
14151 ac_have_decl=0
14152 fi
14153
14154 cat >>confdefs.h <<_ACEOF
14155 #define HAVE_DECL_ASPRINTF $ac_have_decl
14156 _ACEOF
14157 ac_fn_c_check_decl "$LINENO" "environ" "ac_cv_have_decl_environ" "$ac_includes_default"
14158 if test "x$ac_cv_have_decl_environ" = xyes; then :
14159 ac_have_decl=1
14160 else
14161 ac_have_decl=0
14162 fi
14163
14164 cat >>confdefs.h <<_ACEOF
14165 #define HAVE_DECL_ENVIRON $ac_have_decl
14166 _ACEOF
14167 ac_fn_c_check_decl "$LINENO" "fprintf" "ac_cv_have_decl_fprintf" "$ac_includes_default"
14168 if test "x$ac_cv_have_decl_fprintf" = xyes; then :
14169 ac_have_decl=1
14170 else
14171 ac_have_decl=0
14172 fi
14173
14174 cat >>confdefs.h <<_ACEOF
14175 #define HAVE_DECL_FPRINTF $ac_have_decl
14176 _ACEOF
14177 ac_fn_c_check_decl "$LINENO" "getc_unlocked" "ac_cv_have_decl_getc_unlocked" "$ac_includes_default"
14178 if test "x$ac_cv_have_decl_getc_unlocked" = xyes; then :
14179 ac_have_decl=1
14180 else
14181 ac_have_decl=0
14182 fi
14183
14184 cat >>confdefs.h <<_ACEOF
14185 #define HAVE_DECL_GETC_UNLOCKED $ac_have_decl
14186 _ACEOF
14187 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14188 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14189 ac_have_decl=1
14190 else
14191 ac_have_decl=0
14192 fi
14193
14194 cat >>confdefs.h <<_ACEOF
14195 #define HAVE_DECL_GETENV $ac_have_decl
14196 _ACEOF
14197 ac_fn_c_check_decl "$LINENO" "sbrk" "ac_cv_have_decl_sbrk" "$ac_includes_default"
14198 if test "x$ac_cv_have_decl_sbrk" = xyes; then :
14199 ac_have_decl=1
14200 else
14201 ac_have_decl=0
14202 fi
14203
14204 cat >>confdefs.h <<_ACEOF
14205 #define HAVE_DECL_SBRK $ac_have_decl
14206 _ACEOF
14207 ac_fn_c_check_decl "$LINENO" "snprintf" "ac_cv_have_decl_snprintf" "$ac_includes_default"
14208 if test "x$ac_cv_have_decl_snprintf" = xyes; then :
14209 ac_have_decl=1
14210 else
14211 ac_have_decl=0
14212 fi
14213
14214 cat >>confdefs.h <<_ACEOF
14215 #define HAVE_DECL_SNPRINTF $ac_have_decl
14216 _ACEOF
14217 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14218 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14219 ac_have_decl=1
14220 else
14221 ac_have_decl=0
14222 fi
14223
14224 cat >>confdefs.h <<_ACEOF
14225 #define HAVE_DECL_STPCPY $ac_have_decl
14226 _ACEOF
14227 ac_fn_c_check_decl "$LINENO" "strnlen" "ac_cv_have_decl_strnlen" "$ac_includes_default"
14228 if test "x$ac_cv_have_decl_strnlen" = xyes; then :
14229 ac_have_decl=1
14230 else
14231 ac_have_decl=0
14232 fi
14233
14234 cat >>confdefs.h <<_ACEOF
14235 #define HAVE_DECL_STRNLEN $ac_have_decl
14236 _ACEOF
14237 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14238 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14239 ac_have_decl=1
14240 else
14241 ac_have_decl=0
14242 fi
14243
14244 cat >>confdefs.h <<_ACEOF
14245 #define HAVE_DECL_STRSTR $ac_have_decl
14246 _ACEOF
14247 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14248 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14249 ac_have_decl=1
14250 else
14251 ac_have_decl=0
14252 fi
14253
14254 cat >>confdefs.h <<_ACEOF
14255 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14256 _ACEOF
14257
14258
14259 # Link in zlib if we can. This allows us to read compressed debug
14260 # sections. This is used only by readelf.c (objdump uses bfd for
14261 # reading compressed sections).
14262
14263 # Use the system's zlib library.
14264 zlibdir="-L\$(top_builddir)/../zlib"
14265 zlibinc="-I\$(top_srcdir)/../zlib"
14266
14267 # Check whether --with-system-zlib was given.
14268 if test "${with_system_zlib+set}" = set; then :
14269 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14270 zlibdir=
14271 zlibinc=
14272 fi
14273
14274 fi
14275
14276
14277
14278
14279
14280
14281 case "${host}" in
14282 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14283
14284 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14285 ;;
14286 esac
14287
14288 # target-specific stuff:
14289
14290 # Canonicalize the secondary target names.
14291 if test -n "$enable_targets"; then
14292 for targ in `echo $enable_targets | sed 's/,/ /g'`
14293 do
14294 result=`$ac_config_sub $targ 2>/dev/null`
14295 if test -n "$result"; then
14296 canon_targets="$canon_targets $result"
14297 else
14298 # Allow targets that config.sub doesn't recognize, like "all".
14299 canon_targets="$canon_targets $targ"
14300 fi
14301 done
14302 fi
14303
14304 ac_fn_c_check_header_mongrel "$LINENO" "iconv.h" "ac_cv_header_iconv_h" "$ac_includes_default"
14305 if test "x$ac_cv_header_iconv_h" = xyes; then :
14306
14307 fi
14308
14309
14310
14311 if test "X$prefix" = "XNONE"; then
14312 acl_final_prefix="$ac_default_prefix"
14313 else
14314 acl_final_prefix="$prefix"
14315 fi
14316 if test "X$exec_prefix" = "XNONE"; then
14317 acl_final_exec_prefix='${prefix}'
14318 else
14319 acl_final_exec_prefix="$exec_prefix"
14320 fi
14321 acl_save_prefix="$prefix"
14322 prefix="$acl_final_prefix"
14323 eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
14324 prefix="$acl_save_prefix"
14325
14326
14327 # Check whether --with-gnu-ld was given.
14328 if test "${with_gnu_ld+set}" = set; then :
14329 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
14330 else
14331 with_gnu_ld=no
14332 fi
14333
14334 # Prepare PATH_SEPARATOR.
14335 # The user is always right.
14336 if test "${PATH_SEPARATOR+set}" != set; then
14337 echo "#! /bin/sh" >conf$$.sh
14338 echo "exit 0" >>conf$$.sh
14339 chmod +x conf$$.sh
14340 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14341 PATH_SEPARATOR=';'
14342 else
14343 PATH_SEPARATOR=:
14344 fi
14345 rm -f conf$$.sh
14346 fi
14347 ac_prog=ld
14348 if test "$GCC" = yes; then
14349 # Check if gcc -print-prog-name=ld gives a path.
14350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by GCC" >&5
14351 $as_echo_n "checking for ld used by GCC... " >&6; }
14352 case $host in
14353 *-*-mingw*)
14354 # gcc leaves a trailing carriage return which upsets mingw
14355 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
14356 *)
14357 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
14358 esac
14359 case $ac_prog in
14360 # Accept absolute paths.
14361 [\\/]* | [A-Za-z]:[\\/]*)
14362 re_direlt='/[^/][^/]*/\.\./'
14363 # Canonicalize the path of ld
14364 ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
14365 while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
14366 ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
14367 done
14368 test -z "$LD" && LD="$ac_prog"
14369 ;;
14370 "")
14371 # If it fails, then pretend we aren't using GCC.
14372 ac_prog=ld
14373 ;;
14374 *)
14375 # If it is relative, then search for the first ld in PATH.
14376 with_gnu_ld=unknown
14377 ;;
14378 esac
14379 elif test "$with_gnu_ld" = yes; then
14380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
14381 $as_echo_n "checking for GNU ld... " >&6; }
14382 else
14383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
14384 $as_echo_n "checking for non-GNU ld... " >&6; }
14385 fi
14386 if ${acl_cv_path_LD+:} false; then :
14387 $as_echo_n "(cached) " >&6
14388 else
14389 if test -z "$LD"; then
14390 IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
14391 for ac_dir in $PATH; do
14392 test -z "$ac_dir" && ac_dir=.
14393 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
14394 acl_cv_path_LD="$ac_dir/$ac_prog"
14395 # Check to see if the program is GNU ld. I'd rather use --version,
14396 # but apparently some GNU ld's only accept -v.
14397 # Break only if it was the GNU/non-GNU ld that we prefer.
14398 if "$acl_cv_path_LD" -v 2>&1 < /dev/null | egrep '(GNU|with BFD)' > /dev/null; then
14399 test "$with_gnu_ld" != no && break
14400 else
14401 test "$with_gnu_ld" != yes && break
14402 fi
14403 fi
14404 done
14405 IFS="$ac_save_ifs"
14406 else
14407 acl_cv_path_LD="$LD" # Let the user override the test with a path.
14408 fi
14409 fi
14410
14411 LD="$acl_cv_path_LD"
14412 if test -n "$LD"; then
14413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
14414 $as_echo "$LD" >&6; }
14415 else
14416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14417 $as_echo "no" >&6; }
14418 fi
14419 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
14421 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
14422 if ${acl_cv_prog_gnu_ld+:} false; then :
14423 $as_echo_n "(cached) " >&6
14424 else
14425 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
14426 if $LD -v 2>&1 </dev/null | egrep '(GNU|with BFD)' 1>&5; then
14427 acl_cv_prog_gnu_ld=yes
14428 else
14429 acl_cv_prog_gnu_ld=no
14430 fi
14431 fi
14432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_prog_gnu_ld" >&5
14433 $as_echo "$acl_cv_prog_gnu_ld" >&6; }
14434 with_gnu_ld=$acl_cv_prog_gnu_ld
14435
14436
14437
14438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared library run path origin" >&5
14439 $as_echo_n "checking for shared library run path origin... " >&6; }
14440 if ${acl_cv_rpath+:} false; then :
14441 $as_echo_n "(cached) " >&6
14442 else
14443
14444 CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
14445 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
14446 . ./conftest.sh
14447 rm -f ./conftest.sh
14448 acl_cv_rpath=done
14449
14450 fi
14451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acl_cv_rpath" >&5
14452 $as_echo "$acl_cv_rpath" >&6; }
14453 wl="$acl_cv_wl"
14454 libext="$acl_cv_libext"
14455 shlibext="$acl_cv_shlibext"
14456 hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
14457 hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
14458 hardcode_direct="$acl_cv_hardcode_direct"
14459 hardcode_minus_L="$acl_cv_hardcode_minus_L"
14460 # Check whether --enable-rpath was given.
14461 if test "${enable_rpath+set}" = set; then :
14462 enableval=$enable_rpath; :
14463 else
14464 enable_rpath=yes
14465 fi
14466
14467
14468
14469
14470
14471
14472
14473
14474 use_additional=yes
14475
14476 acl_save_prefix="$prefix"
14477 prefix="$acl_final_prefix"
14478 acl_save_exec_prefix="$exec_prefix"
14479 exec_prefix="$acl_final_exec_prefix"
14480
14481 eval additional_includedir=\"$includedir\"
14482 eval additional_libdir=\"$libdir\"
14483
14484 exec_prefix="$acl_save_exec_prefix"
14485 prefix="$acl_save_prefix"
14486
14487
14488 # Check whether --with-libiconv-prefix was given.
14489 if test "${with_libiconv_prefix+set}" = set; then :
14490 withval=$with_libiconv_prefix;
14491 if test "X$withval" = "Xno"; then
14492 use_additional=no
14493 else
14494 if test "X$withval" = "X"; then
14495
14496 acl_save_prefix="$prefix"
14497 prefix="$acl_final_prefix"
14498 acl_save_exec_prefix="$exec_prefix"
14499 exec_prefix="$acl_final_exec_prefix"
14500
14501 eval additional_includedir=\"$includedir\"
14502 eval additional_libdir=\"$libdir\"
14503
14504 exec_prefix="$acl_save_exec_prefix"
14505 prefix="$acl_save_prefix"
14506
14507 else
14508 additional_includedir="$withval/include"
14509 additional_libdir="$withval/lib"
14510 fi
14511 fi
14512
14513 fi
14514
14515
14516 # Check whether --with-libiconv-type was given.
14517 if test "${with_libiconv_type+set}" = set; then :
14518 withval=$with_libiconv_type; with_libiconv_type=$withval
14519 else
14520 with_libiconv_type=auto
14521 fi
14522
14523 lib_type=`eval echo \$with_libiconv_type`
14524
14525 LIBICONV=
14526 LTLIBICONV=
14527 INCICONV=
14528 rpathdirs=
14529 ltrpathdirs=
14530 names_already_handled=
14531 names_next_round='iconv '
14532 while test -n "$names_next_round"; do
14533 names_this_round="$names_next_round"
14534 names_next_round=
14535 for name in $names_this_round; do
14536 already_handled=
14537 for n in $names_already_handled; do
14538 if test "$n" = "$name"; then
14539 already_handled=yes
14540 break
14541 fi
14542 done
14543 if test -z "$already_handled"; then
14544 names_already_handled="$names_already_handled $name"
14545 uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
14546 eval value=\"\$HAVE_LIB$uppername\"
14547 if test -n "$value"; then
14548 if test "$value" = yes; then
14549 eval value=\"\$LIB$uppername\"
14550 test -z "$value" || LIBICONV="${LIBICONV}${LIBICONV:+ }$value"
14551 eval value=\"\$LTLIB$uppername\"
14552 test -z "$value" || LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$value"
14553 else
14554 :
14555 fi
14556 else
14557 found_dir=
14558 found_la=
14559 found_so=
14560 found_a=
14561 if test $use_additional = yes; then
14562 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14563 found_dir="$additional_libdir"
14564 found_so="$additional_libdir/lib$name.$shlibext"
14565 if test -f "$additional_libdir/lib$name.la"; then
14566 found_la="$additional_libdir/lib$name.la"
14567 fi
14568 elif test x$lib_type != xshared; then
14569 if test -f "$additional_libdir/lib$name.$libext"; then
14570 found_dir="$additional_libdir"
14571 found_a="$additional_libdir/lib$name.$libext"
14572 if test -f "$additional_libdir/lib$name.la"; then
14573 found_la="$additional_libdir/lib$name.la"
14574 fi
14575 fi
14576 fi
14577 fi
14578 if test "X$found_dir" = "X"; then
14579 for x in $LDFLAGS $LTLIBICONV; do
14580
14581 acl_save_prefix="$prefix"
14582 prefix="$acl_final_prefix"
14583 acl_save_exec_prefix="$exec_prefix"
14584 exec_prefix="$acl_final_exec_prefix"
14585 eval x=\"$x\"
14586 exec_prefix="$acl_save_exec_prefix"
14587 prefix="$acl_save_prefix"
14588
14589 case "$x" in
14590 -L*)
14591 dir=`echo "X$x" | sed -e 's/^X-L//'`
14592 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext" && test x$lib_type != xstatic; then
14593 found_dir="$dir"
14594 found_so="$dir/lib$name.$shlibext"
14595 if test -f "$dir/lib$name.la"; then
14596 found_la="$dir/lib$name.la"
14597 fi
14598 elif test x$lib_type != xshared; then
14599 if test -f "$dir/lib$name.$libext"; then
14600 found_dir="$dir"
14601 found_a="$dir/lib$name.$libext"
14602 if test -f "$dir/lib$name.la"; then
14603 found_la="$dir/lib$name.la"
14604 fi
14605 fi
14606 fi
14607 ;;
14608 esac
14609 if test "X$found_dir" != "X"; then
14610 break
14611 fi
14612 done
14613 fi
14614 if test "X$found_dir" != "X"; then
14615 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
14616 if test "X$found_so" != "X"; then
14617 if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/lib"; then
14618 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14619 else
14620 haveit=
14621 for x in $ltrpathdirs; do
14622 if test "X$x" = "X$found_dir"; then
14623 haveit=yes
14624 break
14625 fi
14626 done
14627 if test -z "$haveit"; then
14628 ltrpathdirs="$ltrpathdirs $found_dir"
14629 fi
14630 if test "$hardcode_direct" = yes; then
14631 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14632 else
14633 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
14634 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14635 haveit=
14636 for x in $rpathdirs; do
14637 if test "X$x" = "X$found_dir"; then
14638 haveit=yes
14639 break
14640 fi
14641 done
14642 if test -z "$haveit"; then
14643 rpathdirs="$rpathdirs $found_dir"
14644 fi
14645 else
14646 haveit=
14647 for x in $LDFLAGS $LIBICONV; do
14648
14649 acl_save_prefix="$prefix"
14650 prefix="$acl_final_prefix"
14651 acl_save_exec_prefix="$exec_prefix"
14652 exec_prefix="$acl_final_exec_prefix"
14653 eval x=\"$x\"
14654 exec_prefix="$acl_save_exec_prefix"
14655 prefix="$acl_save_prefix"
14656
14657 if test "X$x" = "X-L$found_dir"; then
14658 haveit=yes
14659 break
14660 fi
14661 done
14662 if test -z "$haveit"; then
14663 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir"
14664 fi
14665 if test "$hardcode_minus_L" != no; then
14666 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_so"
14667 else
14668 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14669 fi
14670 fi
14671 fi
14672 fi
14673 else
14674 if test "X$found_a" != "X"; then
14675 LIBICONV="${LIBICONV}${LIBICONV:+ }$found_a"
14676 else
14677 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
14678 fi
14679 fi
14680 additional_includedir=
14681 case "$found_dir" in
14682 */lib | */lib/)
14683 basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
14684 additional_includedir="$basedir/include"
14685 ;;
14686 esac
14687 if test "X$additional_includedir" != "X"; then
14688 if test "X$additional_includedir" != "X/usr/include"; then
14689 haveit=
14690 if test "X$additional_includedir" = "X/usr/local/include"; then
14691 if test -n "$GCC"; then
14692 case $host_os in
14693 linux*) haveit=yes;;
14694 esac
14695 fi
14696 fi
14697 if test -z "$haveit"; then
14698 for x in $CPPFLAGS $INCICONV; do
14699
14700 acl_save_prefix="$prefix"
14701 prefix="$acl_final_prefix"
14702 acl_save_exec_prefix="$exec_prefix"
14703 exec_prefix="$acl_final_exec_prefix"
14704 eval x=\"$x\"
14705 exec_prefix="$acl_save_exec_prefix"
14706 prefix="$acl_save_prefix"
14707
14708 if test "X$x" = "X-I$additional_includedir"; then
14709 haveit=yes
14710 break
14711 fi
14712 done
14713 if test -z "$haveit"; then
14714 if test -d "$additional_includedir"; then
14715 INCICONV="${INCICONV}${INCICONV:+ }-I$additional_includedir"
14716 fi
14717 fi
14718 fi
14719 fi
14720 fi
14721 if test -n "$found_la"; then
14722 save_libdir="$libdir"
14723 case "$found_la" in
14724 */* | *\\*) . "$found_la" ;;
14725 *) . "./$found_la" ;;
14726 esac
14727 libdir="$save_libdir"
14728 for dep in $dependency_libs; do
14729 case "$dep" in
14730 -L*)
14731 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
14732 if test "X$additional_libdir" != "X/usr/lib"; then
14733 haveit=
14734 if test "X$additional_libdir" = "X/usr/local/lib"; then
14735 if test -n "$GCC"; then
14736 case $host_os in
14737 linux*) haveit=yes;;
14738 esac
14739 fi
14740 fi
14741 if test -z "$haveit"; then
14742 haveit=
14743 for x in $LDFLAGS $LIBICONV; do
14744
14745 acl_save_prefix="$prefix"
14746 prefix="$acl_final_prefix"
14747 acl_save_exec_prefix="$exec_prefix"
14748 exec_prefix="$acl_final_exec_prefix"
14749 eval x=\"$x\"
14750 exec_prefix="$acl_save_exec_prefix"
14751 prefix="$acl_save_prefix"
14752
14753 if test "X$x" = "X-L$additional_libdir"; then
14754 haveit=yes
14755 break
14756 fi
14757 done
14758 if test -z "$haveit"; then
14759 if test -d "$additional_libdir"; then
14760 LIBICONV="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
14761 fi
14762 fi
14763 haveit=
14764 for x in $LDFLAGS $LTLIBICONV; do
14765
14766 acl_save_prefix="$prefix"
14767 prefix="$acl_final_prefix"
14768 acl_save_exec_prefix="$exec_prefix"
14769 exec_prefix="$acl_final_exec_prefix"
14770 eval x=\"$x\"
14771 exec_prefix="$acl_save_exec_prefix"
14772 prefix="$acl_save_prefix"
14773
14774 if test "X$x" = "X-L$additional_libdir"; then
14775 haveit=yes
14776 break
14777 fi
14778 done
14779 if test -z "$haveit"; then
14780 if test -d "$additional_libdir"; then
14781 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
14782 fi
14783 fi
14784 fi
14785 fi
14786 ;;
14787 -R*)
14788 dir=`echo "X$dep" | sed -e 's/^X-R//'`
14789 if test "$enable_rpath" != no; then
14790 haveit=
14791 for x in $rpathdirs; do
14792 if test "X$x" = "X$dir"; then
14793 haveit=yes
14794 break
14795 fi
14796 done
14797 if test -z "$haveit"; then
14798 rpathdirs="$rpathdirs $dir"
14799 fi
14800 haveit=
14801 for x in $ltrpathdirs; do
14802 if test "X$x" = "X$dir"; then
14803 haveit=yes
14804 break
14805 fi
14806 done
14807 if test -z "$haveit"; then
14808 ltrpathdirs="$ltrpathdirs $dir"
14809 fi
14810 fi
14811 ;;
14812 -l*)
14813 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
14814 ;;
14815 *.la)
14816 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
14817 ;;
14818 *)
14819 LIBICONV="${LIBICONV}${LIBICONV:+ }$dep"
14820 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }$dep"
14821 ;;
14822 esac
14823 done
14824 fi
14825 else
14826 if test "x$lib_type" = "xauto" || test "x$lib_type" = "xshared"; then
14827 LIBICONV="${LIBICONV}${LIBICONV:+ }-l$name"
14828 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
14829 else
14830 LIBICONV="${LIBICONV}${LIBICONV:+ }-l:lib$name.$libext"
14831 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-l:lib$name.$libext"
14832 fi
14833 fi
14834 fi
14835 fi
14836 done
14837 done
14838 if test "X$rpathdirs" != "X"; then
14839 if test -n "$hardcode_libdir_separator"; then
14840 alldirs=
14841 for found_dir in $rpathdirs; do
14842 alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
14843 done
14844 acl_save_libdir="$libdir"
14845 libdir="$alldirs"
14846 eval flag=\"$hardcode_libdir_flag_spec\"
14847 libdir="$acl_save_libdir"
14848 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14849 else
14850 for found_dir in $rpathdirs; do
14851 acl_save_libdir="$libdir"
14852 libdir="$found_dir"
14853 eval flag=\"$hardcode_libdir_flag_spec\"
14854 libdir="$acl_save_libdir"
14855 LIBICONV="${LIBICONV}${LIBICONV:+ }$flag"
14856 done
14857 fi
14858 fi
14859 if test "X$ltrpathdirs" != "X"; then
14860 for found_dir in $ltrpathdirs; do
14861 LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
14862 done
14863 fi
14864
14865
14866
14867
14868
14869
14870
14871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv" >&5
14872 $as_echo_n "checking for iconv... " >&6; }
14873 if ${am_cv_func_iconv+:} false; then :
14874 $as_echo_n "(cached) " >&6
14875 else
14876
14877 am_cv_func_iconv="no, consider installing GNU libiconv"
14878 am_cv_lib_iconv=no
14879 am_save_CPPFLAGS="$CPPFLAGS"
14880 CPPFLAGS="$CPPFLAGS $INCICONV"
14881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14882 /* end confdefs.h. */
14883 #include <stdlib.h>
14884 #include <iconv.h>
14885 int
14886 main ()
14887 {
14888 iconv_t cd = iconv_open("","");
14889 iconv(cd,NULL,NULL,NULL,NULL);
14890 iconv_close(cd);
14891 ;
14892 return 0;
14893 }
14894 _ACEOF
14895 if ac_fn_c_try_link "$LINENO"; then :
14896 am_cv_func_iconv=yes
14897 fi
14898 rm -f core conftest.err conftest.$ac_objext \
14899 conftest$ac_exeext conftest.$ac_ext
14900 CPPFLAGS="$am_save_CPPFLAGS"
14901
14902 if test "$am_cv_func_iconv" != yes && test -d ../libiconv; then
14903 for _libs in .libs _libs; do
14904 am_save_CPPFLAGS="$CPPFLAGS"
14905 am_save_LIBS="$LIBS"
14906 CPPFLAGS="$CPPFLAGS -I../libiconv/include"
14907 LIBS="$LIBS ../libiconv/lib/$_libs/libiconv.a"
14908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14909 /* end confdefs.h. */
14910 #include <stdlib.h>
14911 #include <iconv.h>
14912 int
14913 main ()
14914 {
14915 iconv_t cd = iconv_open("","");
14916 iconv(cd,NULL,NULL,NULL,NULL);
14917 iconv_close(cd);
14918 ;
14919 return 0;
14920 }
14921 _ACEOF
14922 if ac_fn_c_try_link "$LINENO"; then :
14923 INCICONV="-I../libiconv/include"
14924 LIBICONV='${top_builddir}'/../libiconv/lib/$_libs/libiconv.a
14925 LTLIBICONV='${top_builddir}'/../libiconv/lib/libiconv.la
14926 am_cv_lib_iconv=yes
14927 am_cv_func_iconv=yes
14928 fi
14929 rm -f core conftest.err conftest.$ac_objext \
14930 conftest$ac_exeext conftest.$ac_ext
14931 CPPFLAGS="$am_save_CPPFLAGS"
14932 LIBS="$am_save_LIBS"
14933 if test "$am_cv_func_iconv" = "yes"; then
14934 break
14935 fi
14936 done
14937 fi
14938
14939 if test "$am_cv_func_iconv" != yes; then
14940 am_save_CPPFLAGS="$CPPFLAGS"
14941 am_save_LIBS="$LIBS"
14942 CPPFLAGS="$CPPFLAGS $INCICONV"
14943 LIBS="$LIBS $LIBICONV"
14944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14945 /* end confdefs.h. */
14946 #include <stdlib.h>
14947 #include <iconv.h>
14948 int
14949 main ()
14950 {
14951 iconv_t cd = iconv_open("","");
14952 iconv(cd,NULL,NULL,NULL,NULL);
14953 iconv_close(cd);
14954 ;
14955 return 0;
14956 }
14957 _ACEOF
14958 if ac_fn_c_try_link "$LINENO"; then :
14959 am_cv_lib_iconv=yes
14960 am_cv_func_iconv=yes
14961 fi
14962 rm -f core conftest.err conftest.$ac_objext \
14963 conftest$ac_exeext conftest.$ac_ext
14964 CPPFLAGS="$am_save_CPPFLAGS"
14965 LIBS="$am_save_LIBS"
14966 fi
14967
14968 fi
14969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_func_iconv" >&5
14970 $as_echo "$am_cv_func_iconv" >&6; }
14971 if test "$am_cv_func_iconv" = yes; then
14972
14973 $as_echo "#define HAVE_ICONV 1" >>confdefs.h
14974
14975 fi
14976 if test "$am_cv_lib_iconv" = yes; then
14977
14978 for element in $INCICONV; do
14979 haveit=
14980 for x in $CPPFLAGS; do
14981
14982 acl_save_prefix="$prefix"
14983 prefix="$acl_final_prefix"
14984 acl_save_exec_prefix="$exec_prefix"
14985 exec_prefix="$acl_final_exec_prefix"
14986 eval x=\"$x\"
14987 exec_prefix="$acl_save_exec_prefix"
14988 prefix="$acl_save_prefix"
14989
14990 if test "X$x" = "X$element"; then
14991 haveit=yes
14992 break
14993 fi
14994 done
14995 if test -z "$haveit"; then
14996 CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }$element"
14997 fi
14998 done
14999
15000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to link with libiconv" >&5
15001 $as_echo_n "checking how to link with libiconv... " >&6; }
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBICONV" >&5
15003 $as_echo "$LIBICONV" >&6; }
15004 else
15005 LIBICONV=
15006 LTLIBICONV=
15007 fi
15008
15009
15010
15011 if test "$am_cv_func_iconv" = yes; then
15012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for iconv declaration" >&5
15013 $as_echo_n "checking for iconv declaration... " >&6; }
15014 if ${am_cv_proto_iconv+:} false; then :
15015 $as_echo_n "(cached) " >&6
15016 else
15017
15018 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15019 /* end confdefs.h. */
15020
15021 #include <stdlib.h>
15022 #include <iconv.h>
15023 extern
15024 #ifdef __cplusplus
15025 "C"
15026 #endif
15027 #if defined(__STDC__) || defined(__cplusplus)
15028 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
15029 #else
15030 size_t iconv();
15031 #endif
15032
15033 int
15034 main ()
15035 {
15036
15037 ;
15038 return 0;
15039 }
15040 _ACEOF
15041 if ac_fn_c_try_compile "$LINENO"; then :
15042 am_cv_proto_iconv_arg1=""
15043 else
15044 am_cv_proto_iconv_arg1="const"
15045 fi
15046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15047 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);"
15048 fi
15049
15050 am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
15051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${ac_t:-
15052 }$am_cv_proto_iconv" >&5
15053 $as_echo "${ac_t:-
15054 }$am_cv_proto_iconv" >&6; }
15055
15056 cat >>confdefs.h <<_ACEOF
15057 #define ICONV_CONST $am_cv_proto_iconv_arg1
15058 _ACEOF
15059
15060 fi
15061
15062
15063 all_targets=false
15064 BUILD_SRCONV=
15065 BUILD_DLLTOOL=
15066 DLLTOOL_DEFS=
15067 DLLTOOL_DEFAULT=
15068 BUILD_WINDRES=
15069 BUILD_WINDMC=
15070 BUILD_DLLWRAP=
15071 BUILD_MISC=
15072 BUILD_INSTALL_MISC=
15073 OBJDUMP_DEFS=
15074 OBJDUMP_PRIVATE_VECTORS=
15075 OBJDUMP_PRIVATE_OFILES=
15076 od_vectors=
15077
15078 for targ in $target $canon_targets
15079 do
15080 if test "x$targ" = "xall"; then
15081 all_targets=true
15082 BUILD_SRCONV='$(SRCONV_PROG)'
15083 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15084 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15085 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15086 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15087 if test -z "$DLLTOOL_DEFAULT"; then
15088 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15089 fi
15090 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15091 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15092 od_vectors="$od_vectors objdump_private_desc_xcoff"
15093 else
15094 case $targ in
15095 *-*-hms*) BUILD_SRCONV='$(SRCONV_PROG)' ;;
15096 esac
15097
15098 case $targ in
15099 arm-wince-pe* | arm-*-wince | arm*-*-cegcc* | arm*-*-mingw32ce*)
15100 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15101 if test -z "$DLLTOOL_DEFAULT"; then
15102 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM_WINCE"
15103 fi
15104 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM_WINCE -DDLLTOOL_ARM"
15105 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15106 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15107 ;;
15108 arm-*-pe*)
15109 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15110 if test -z "$DLLTOOL_DEFAULT"; then
15111 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_ARM"
15112 fi
15113 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_ARM"
15114 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15115 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15116 ;;
15117 x86_64-*-mingw* | x86_64-*-cygwin*)
15118 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15119 if test -z "$DLLTOOL_DEFAULT"; then
15120 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MX86_64"
15121 fi
15122 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MX86_64"
15123 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15124 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15125 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15126 ;;
15127 i[3-7]86-*-pe* | i[3-7]86-*-cygwin* | i[3-7]86-*-mingw32** | i[3-7]86-*-netbsdpe*)
15128 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15129 if test -z "$DLLTOOL_DEFAULT"; then
15130 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15131 fi
15132 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15133 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15134 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15135 BUILD_DLLWRAP='$(DLLWRAP_PROG)$(EXEEXT)'
15136 ;;
15137 i[3-7]86-*-interix)
15138 BUILD_DLLTOOL='$(DLLTOOL_PROG)'
15139 if test -z "$DLLTOOL_DEFAULT"; then
15140 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_I386"
15141 fi
15142 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_I386"
15143 ;;
15144 powerpc*-aix5.[01])
15145 ;;
15146 powerpc*-aix[5-9].*)
15147 OBJDUMP_DEFS="-DAIX_WEAK_SUPPORT"
15148 ;;
15149 powerpc*-*-pe* | powerpc*-*-cygwin*)
15150 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15151 if test -z "$DLLTOOL_DEFAULT"; then
15152 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_PPC"
15153 fi
15154 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_PPC"
15155 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15156 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15157 ;;
15158 powerpc*-*-linux* | powerpc*-*-elf* | powerpc*-*-eabi*)
15159 case "$BUILD_INSTALL_MISC" in
15160 *embedspu*) ;;
15161 *) BUILD_INSTALL_MISC="${BUILD_INSTALL_MISC} embedspu"
15162 esac
15163 ;;
15164 sh*-*-pe)
15165 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15166 if test -z "$DLLTOOL_DEFAULT"; then
15167 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_SH"
15168 fi
15169 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_SH"
15170 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15171 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15172 ;;
15173 spu-*-*)
15174 BUILD_MISC="${BUILD_MISC} "'bin2c$(EXEEXT_FOR_BUILD)'
15175 ;;
15176 mips*-*-pe)
15177 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15178 if test -z "$DLLTOOL_DEFAULT"; then
15179 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MIPS"
15180 fi
15181 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MIPS"
15182 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15183 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15184 ;;
15185 mcore-*-pe)
15186 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15187 if test -z "$DLLTOOL_DEFAULT"; then
15188 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE"
15189 fi
15190 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE"
15191 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15192 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15193 ;;
15194 mcore-*-elf)
15195 BUILD_DLLTOOL='$(DLLTOOL_PROG)$(EXEEXT)'
15196 if test -z "$DLLTOOL_DEFAULT"; then
15197 DLLTOOL_DEFAULT="-DDLLTOOL_DEFAULT_MCORE_ELF"
15198 fi
15199 DLLTOOL_DEFS="$DLLTOOL_DEFS -DDLLTOOL_MCORE_ELF"
15200 ;;
15201 mep-*)
15202 OBJDUMP_DEFS="-DSKIP_ZEROES=256 -DSKIP_ZEROES_AT_END=0"
15203 ;;
15204 esac
15205
15206 # Add objdump private vectors.
15207 case $targ in
15208 avr-*-*)
15209 od_vectors="$od_vectors objdump_private_desc_elf32_avr"
15210 ;;
15211 powerpc*-*-aix* | rs6000-*-aix*)
15212 od_vectors="$od_vectors objdump_private_desc_xcoff"
15213 ;;
15214 *-*-darwin*)
15215 od_vectors="$od_vectors objdump_private_desc_mach_o"
15216 ;;
15217 esac
15218 fi
15219 done
15220
15221 # Uniq objdump private vector, build objdump target ofiles.
15222 od_files=
15223 f=""
15224 for i in $od_vectors ; do
15225 case " $f " in
15226 *" $i "*) ;;
15227 *)
15228 f="$f $i"
15229 OBJDUMP_PRIVATE_VECTORS="$OBJDUMP_PRIVATE_VECTORS &$i,"
15230 case $i in
15231 objdump_private_desc_elf32_avr)
15232 od_files="$od_files od-elf32_avr" ;;
15233 objdump_private_desc_xcoff)
15234 od_files="$od_files od-xcoff" ;;
15235 objdump_private_desc_mach_o)
15236 od_files="$od_files od-macho" ;;
15237 *) as_fn_error $? "*** unknown private vector $i" "$LINENO" 5 ;;
15238 esac
15239 ;;
15240 esac
15241 done
15242
15243 # Uniq objdump target ofiles
15244 f=""
15245 for i in $od_files ; do
15246 case " $f " in
15247 *" $i "*) ;;
15248 *)
15249 f="$f $i"
15250 OBJDUMP_PRIVATE_OFILES="$OBJDUMP_PRIVATE_OFILES $i.$objext"
15251 ;;
15252 esac
15253 done
15254
15255 DLLTOOL_DEFS="$DLLTOOL_DEFS $DLLTOOL_DEFAULT"
15256
15257 if test "${with_windres+set}" = set; then
15258 BUILD_WINDRES='$(WINDRES_PROG)$(EXEEXT)'
15259 fi
15260
15261 if test "${with_windmc+set}" = set; then
15262 BUILD_WINDMC='$(WINDMC_PROG)$(EXEEXT)'
15263 fi
15264
15265 OBJDUMP_DEFS="${OBJDUMP_DEFS} -DOBJDUMP_PRIVATE_VECTORS=\"${OBJDUMP_PRIVATE_VECTORS}\""
15266
15267
15268
15269
15270
15271
15272
15273
15274
15275
15276
15277
15278
15279 cat >>confdefs.h <<_ACEOF
15280 #define TARGET "${target}"
15281 _ACEOF
15282
15283
15284 targ=$target
15285 . $srcdir/../bfd/config.bfd
15286 if test "x$targ_underscore" = "xyes"; then
15287 UNDERSCORE=1
15288 else
15289 UNDERSCORE=0
15290 fi
15291
15292 cat >>confdefs.h <<_ACEOF
15293 #define TARGET_PREPENDS_UNDERSCORE $UNDERSCORE
15294 _ACEOF
15295
15296
15297 # Emulation
15298 targ=$target
15299 . ${srcdir}/configure.tgt
15300 EMULATION=$targ_emul
15301 EMULATION_VECTOR=$targ_emul_vector
15302
15303
15304
15305
15306 # Required for html and install-html
15307
15308
15309
15310
15311
15312 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15313
15314 cat >confcache <<\_ACEOF
15315 # This file is a shell script that caches the results of configure
15316 # tests run on this system so they can be shared between configure
15317 # scripts and configure runs, see configure's option --config-cache.
15318 # It is not useful on other systems. If it contains results you don't
15319 # want to keep, you may remove or edit it.
15320 #
15321 # config.status only pays attention to the cache file if you give it
15322 # the --recheck option to rerun configure.
15323 #
15324 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15325 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15326 # following values.
15327
15328 _ACEOF
15329
15330 # The following way of writing the cache mishandles newlines in values,
15331 # but we know of no workaround that is simple, portable, and efficient.
15332 # So, we kill variables containing newlines.
15333 # Ultrix sh set writes to stderr and can't be redirected directly,
15334 # and sets the high bit in the cache file unless we assign to the vars.
15335 (
15336 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15337 eval ac_val=\$$ac_var
15338 case $ac_val in #(
15339 *${as_nl}*)
15340 case $ac_var in #(
15341 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15342 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15343 esac
15344 case $ac_var in #(
15345 _ | IFS | as_nl) ;; #(
15346 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15347 *) { eval $ac_var=; unset $ac_var;} ;;
15348 esac ;;
15349 esac
15350 done
15351
15352 (set) 2>&1 |
15353 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15354 *${as_nl}ac_space=\ *)
15355 # `set' does not quote correctly, so add quotes: double-quote
15356 # substitution turns \\\\ into \\, and sed turns \\ into \.
15357 sed -n \
15358 "s/'/'\\\\''/g;
15359 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15360 ;; #(
15361 *)
15362 # `set' quotes correctly as required by POSIX, so do not add quotes.
15363 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15364 ;;
15365 esac |
15366 sort
15367 ) |
15368 sed '
15369 /^ac_cv_env_/b end
15370 t clear
15371 :clear
15372 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15373 t end
15374 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15375 :end' >>confcache
15376 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15377 if test -w "$cache_file"; then
15378 if test "x$cache_file" != "x/dev/null"; then
15379 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15380 $as_echo "$as_me: updating cache $cache_file" >&6;}
15381 if test ! -f "$cache_file" || test -h "$cache_file"; then
15382 cat confcache >"$cache_file"
15383 else
15384 case $cache_file in #(
15385 */* | ?:*)
15386 mv -f confcache "$cache_file"$$ &&
15387 mv -f "$cache_file"$$ "$cache_file" ;; #(
15388 *)
15389 mv -f confcache "$cache_file" ;;
15390 esac
15391 fi
15392 fi
15393 else
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15395 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15396 fi
15397 fi
15398 rm -f confcache
15399
15400 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15401 # Let make expand exec_prefix.
15402 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15403
15404 DEFS=-DHAVE_CONFIG_H
15405
15406 ac_libobjs=
15407 ac_ltlibobjs=
15408 U=
15409 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15410 # 1. Remove the extension, and $U if already installed.
15411 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15412 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15413 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15414 # will be set to the directory where LIBOBJS objects are built.
15415 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15416 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15417 done
15418 LIBOBJS=$ac_libobjs
15419
15420 LTLIBOBJS=$ac_ltlibobjs
15421
15422
15423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15424 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15425 if test -n "$am_sleep_pid"; then
15426 # Hide warnings about reused PIDs.
15427 wait $am_sleep_pid 2>/dev/null
15428 fi
15429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15430 $as_echo "done" >&6; }
15431 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15432 as_fn_error $? "conditional \"AMDEP\" was never defined.
15433 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15434 fi
15435 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15436 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15437 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15438 fi
15439 if test -n "$EXEEXT"; then
15440 am__EXEEXT_TRUE=
15441 am__EXEEXT_FALSE='#'
15442 else
15443 am__EXEEXT_TRUE='#'
15444 am__EXEEXT_FALSE=
15445 fi
15446
15447 if test -z "${ENABLE_LIBCTF_TRUE}" && test -z "${ENABLE_LIBCTF_FALSE}"; then
15448 as_fn_error $? "conditional \"ENABLE_LIBCTF\" was never defined.
15449 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15450 fi
15451 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15452 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15453 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15454 fi
15455 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15456 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15457 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15458 fi
15459
15460 : "${CONFIG_STATUS=./config.status}"
15461 ac_write_fail=0
15462 ac_clean_files_save=$ac_clean_files
15463 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15464 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15465 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15466 as_write_fail=0
15467 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15468 #! $SHELL
15469 # Generated by $as_me.
15470 # Run this file to recreate the current configuration.
15471 # Compiler output produced by configure, useful for debugging
15472 # configure, is in config.log if it exists.
15473
15474 debug=false
15475 ac_cs_recheck=false
15476 ac_cs_silent=false
15477
15478 SHELL=\${CONFIG_SHELL-$SHELL}
15479 export SHELL
15480 _ASEOF
15481 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15482 ## -------------------- ##
15483 ## M4sh Initialization. ##
15484 ## -------------------- ##
15485
15486 # Be more Bourne compatible
15487 DUALCASE=1; export DUALCASE # for MKS sh
15488 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15489 emulate sh
15490 NULLCMD=:
15491 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15492 # is contrary to our usage. Disable this feature.
15493 alias -g '${1+"$@"}'='"$@"'
15494 setopt NO_GLOB_SUBST
15495 else
15496 case `(set -o) 2>/dev/null` in #(
15497 *posix*) :
15498 set -o posix ;; #(
15499 *) :
15500 ;;
15501 esac
15502 fi
15503
15504
15505 as_nl='
15506 '
15507 export as_nl
15508 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15509 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15510 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15511 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15512 # Prefer a ksh shell builtin over an external printf program on Solaris,
15513 # but without wasting forks for bash or zsh.
15514 if test -z "$BASH_VERSION$ZSH_VERSION" \
15515 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15516 as_echo='print -r --'
15517 as_echo_n='print -rn --'
15518 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15519 as_echo='printf %s\n'
15520 as_echo_n='printf %s'
15521 else
15522 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15523 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15524 as_echo_n='/usr/ucb/echo -n'
15525 else
15526 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15527 as_echo_n_body='eval
15528 arg=$1;
15529 case $arg in #(
15530 *"$as_nl"*)
15531 expr "X$arg" : "X\\(.*\\)$as_nl";
15532 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15533 esac;
15534 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15535 '
15536 export as_echo_n_body
15537 as_echo_n='sh -c $as_echo_n_body as_echo'
15538 fi
15539 export as_echo_body
15540 as_echo='sh -c $as_echo_body as_echo'
15541 fi
15542
15543 # The user is always right.
15544 if test "${PATH_SEPARATOR+set}" != set; then
15545 PATH_SEPARATOR=:
15546 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15547 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15548 PATH_SEPARATOR=';'
15549 }
15550 fi
15551
15552
15553 # IFS
15554 # We need space, tab and new line, in precisely that order. Quoting is
15555 # there to prevent editors from complaining about space-tab.
15556 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15557 # splitting by setting IFS to empty value.)
15558 IFS=" "" $as_nl"
15559
15560 # Find who we are. Look in the path if we contain no directory separator.
15561 as_myself=
15562 case $0 in #((
15563 *[\\/]* ) as_myself=$0 ;;
15564 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15565 for as_dir in $PATH
15566 do
15567 IFS=$as_save_IFS
15568 test -z "$as_dir" && as_dir=.
15569 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15570 done
15571 IFS=$as_save_IFS
15572
15573 ;;
15574 esac
15575 # We did not find ourselves, most probably we were run as `sh COMMAND'
15576 # in which case we are not to be found in the path.
15577 if test "x$as_myself" = x; then
15578 as_myself=$0
15579 fi
15580 if test ! -f "$as_myself"; then
15581 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15582 exit 1
15583 fi
15584
15585 # Unset variables that we do not need and which cause bugs (e.g. in
15586 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15587 # suppresses any "Segmentation fault" message there. '((' could
15588 # trigger a bug in pdksh 5.2.14.
15589 for as_var in BASH_ENV ENV MAIL MAILPATH
15590 do eval test x\${$as_var+set} = xset \
15591 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15592 done
15593 PS1='$ '
15594 PS2='> '
15595 PS4='+ '
15596
15597 # NLS nuisances.
15598 LC_ALL=C
15599 export LC_ALL
15600 LANGUAGE=C
15601 export LANGUAGE
15602
15603 # CDPATH.
15604 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15605
15606
15607 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15608 # ----------------------------------------
15609 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15610 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15611 # script with STATUS, using 1 if that was 0.
15612 as_fn_error ()
15613 {
15614 as_status=$1; test $as_status -eq 0 && as_status=1
15615 if test "$4"; then
15616 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15617 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15618 fi
15619 $as_echo "$as_me: error: $2" >&2
15620 as_fn_exit $as_status
15621 } # as_fn_error
15622
15623
15624 # as_fn_set_status STATUS
15625 # -----------------------
15626 # Set $? to STATUS, without forking.
15627 as_fn_set_status ()
15628 {
15629 return $1
15630 } # as_fn_set_status
15631
15632 # as_fn_exit STATUS
15633 # -----------------
15634 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15635 as_fn_exit ()
15636 {
15637 set +e
15638 as_fn_set_status $1
15639 exit $1
15640 } # as_fn_exit
15641
15642 # as_fn_unset VAR
15643 # ---------------
15644 # Portably unset VAR.
15645 as_fn_unset ()
15646 {
15647 { eval $1=; unset $1;}
15648 }
15649 as_unset=as_fn_unset
15650 # as_fn_append VAR VALUE
15651 # ----------------------
15652 # Append the text in VALUE to the end of the definition contained in VAR. Take
15653 # advantage of any shell optimizations that allow amortized linear growth over
15654 # repeated appends, instead of the typical quadratic growth present in naive
15655 # implementations.
15656 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15657 eval 'as_fn_append ()
15658 {
15659 eval $1+=\$2
15660 }'
15661 else
15662 as_fn_append ()
15663 {
15664 eval $1=\$$1\$2
15665 }
15666 fi # as_fn_append
15667
15668 # as_fn_arith ARG...
15669 # ------------------
15670 # Perform arithmetic evaluation on the ARGs, and store the result in the
15671 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15672 # must be portable across $(()) and expr.
15673 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15674 eval 'as_fn_arith ()
15675 {
15676 as_val=$(( $* ))
15677 }'
15678 else
15679 as_fn_arith ()
15680 {
15681 as_val=`expr "$@" || test $? -eq 1`
15682 }
15683 fi # as_fn_arith
15684
15685
15686 if expr a : '\(a\)' >/dev/null 2>&1 &&
15687 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15688 as_expr=expr
15689 else
15690 as_expr=false
15691 fi
15692
15693 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15694 as_basename=basename
15695 else
15696 as_basename=false
15697 fi
15698
15699 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15700 as_dirname=dirname
15701 else
15702 as_dirname=false
15703 fi
15704
15705 as_me=`$as_basename -- "$0" ||
15706 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15707 X"$0" : 'X\(//\)$' \| \
15708 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15709 $as_echo X/"$0" |
15710 sed '/^.*\/\([^/][^/]*\)\/*$/{
15711 s//\1/
15712 q
15713 }
15714 /^X\/\(\/\/\)$/{
15715 s//\1/
15716 q
15717 }
15718 /^X\/\(\/\).*/{
15719 s//\1/
15720 q
15721 }
15722 s/.*/./; q'`
15723
15724 # Avoid depending upon Character Ranges.
15725 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15726 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15727 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15728 as_cr_digits='0123456789'
15729 as_cr_alnum=$as_cr_Letters$as_cr_digits
15730
15731 ECHO_C= ECHO_N= ECHO_T=
15732 case `echo -n x` in #(((((
15733 -n*)
15734 case `echo 'xy\c'` in
15735 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15736 xy) ECHO_C='\c';;
15737 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15738 ECHO_T=' ';;
15739 esac;;
15740 *)
15741 ECHO_N='-n';;
15742 esac
15743
15744 rm -f conf$$ conf$$.exe conf$$.file
15745 if test -d conf$$.dir; then
15746 rm -f conf$$.dir/conf$$.file
15747 else
15748 rm -f conf$$.dir
15749 mkdir conf$$.dir 2>/dev/null
15750 fi
15751 if (echo >conf$$.file) 2>/dev/null; then
15752 if ln -s conf$$.file conf$$ 2>/dev/null; then
15753 as_ln_s='ln -s'
15754 # ... but there are two gotchas:
15755 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15756 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15757 # In both cases, we have to default to `cp -pR'.
15758 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15759 as_ln_s='cp -pR'
15760 elif ln conf$$.file conf$$ 2>/dev/null; then
15761 as_ln_s=ln
15762 else
15763 as_ln_s='cp -pR'
15764 fi
15765 else
15766 as_ln_s='cp -pR'
15767 fi
15768 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15769 rmdir conf$$.dir 2>/dev/null
15770
15771
15772 # as_fn_mkdir_p
15773 # -------------
15774 # Create "$as_dir" as a directory, including parents if necessary.
15775 as_fn_mkdir_p ()
15776 {
15777
15778 case $as_dir in #(
15779 -*) as_dir=./$as_dir;;
15780 esac
15781 test -d "$as_dir" || eval $as_mkdir_p || {
15782 as_dirs=
15783 while :; do
15784 case $as_dir in #(
15785 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15786 *) as_qdir=$as_dir;;
15787 esac
15788 as_dirs="'$as_qdir' $as_dirs"
15789 as_dir=`$as_dirname -- "$as_dir" ||
15790 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15791 X"$as_dir" : 'X\(//\)[^/]' \| \
15792 X"$as_dir" : 'X\(//\)$' \| \
15793 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15794 $as_echo X"$as_dir" |
15795 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15796 s//\1/
15797 q
15798 }
15799 /^X\(\/\/\)[^/].*/{
15800 s//\1/
15801 q
15802 }
15803 /^X\(\/\/\)$/{
15804 s//\1/
15805 q
15806 }
15807 /^X\(\/\).*/{
15808 s//\1/
15809 q
15810 }
15811 s/.*/./; q'`
15812 test -d "$as_dir" && break
15813 done
15814 test -z "$as_dirs" || eval "mkdir $as_dirs"
15815 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15816
15817
15818 } # as_fn_mkdir_p
15819 if mkdir -p . 2>/dev/null; then
15820 as_mkdir_p='mkdir -p "$as_dir"'
15821 else
15822 test -d ./-p && rmdir ./-p
15823 as_mkdir_p=false
15824 fi
15825
15826
15827 # as_fn_executable_p FILE
15828 # -----------------------
15829 # Test if FILE is an executable regular file.
15830 as_fn_executable_p ()
15831 {
15832 test -f "$1" && test -x "$1"
15833 } # as_fn_executable_p
15834 as_test_x='test -x'
15835 as_executable_p=as_fn_executable_p
15836
15837 # Sed expression to map a string onto a valid CPP name.
15838 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15839
15840 # Sed expression to map a string onto a valid variable name.
15841 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15842
15843
15844 exec 6>&1
15845 ## ----------------------------------- ##
15846 ## Main body of $CONFIG_STATUS script. ##
15847 ## ----------------------------------- ##
15848 _ASEOF
15849 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15850
15851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15852 # Save the log message, to keep $0 and so on meaningful, and to
15853 # report actual input values of CONFIG_FILES etc. instead of their
15854 # values after options handling.
15855 ac_log="
15856 This file was extended by binutils $as_me 2.35.50, which was
15857 generated by GNU Autoconf 2.69. Invocation command line was
15858
15859 CONFIG_FILES = $CONFIG_FILES
15860 CONFIG_HEADERS = $CONFIG_HEADERS
15861 CONFIG_LINKS = $CONFIG_LINKS
15862 CONFIG_COMMANDS = $CONFIG_COMMANDS
15863 $ $0 $@
15864
15865 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15866 "
15867
15868 _ACEOF
15869
15870 case $ac_config_files in *"
15871 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15872 esac
15873
15874 case $ac_config_headers in *"
15875 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15876 esac
15877
15878
15879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15880 # Files that config.status was made for.
15881 config_files="$ac_config_files"
15882 config_headers="$ac_config_headers"
15883 config_commands="$ac_config_commands"
15884
15885 _ACEOF
15886
15887 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15888 ac_cs_usage="\
15889 \`$as_me' instantiates files and other configuration actions
15890 from templates according to the current configuration. Unless the files
15891 and actions are specified as TAGs, all are instantiated by default.
15892
15893 Usage: $0 [OPTION]... [TAG]...
15894
15895 -h, --help print this help, then exit
15896 -V, --version print version number and configuration settings, then exit
15897 --config print configuration, then exit
15898 -q, --quiet, --silent
15899 do not print progress messages
15900 -d, --debug don't remove temporary files
15901 --recheck update $as_me by reconfiguring in the same conditions
15902 --file=FILE[:TEMPLATE]
15903 instantiate the configuration file FILE
15904 --header=FILE[:TEMPLATE]
15905 instantiate the configuration header FILE
15906
15907 Configuration files:
15908 $config_files
15909
15910 Configuration headers:
15911 $config_headers
15912
15913 Configuration commands:
15914 $config_commands
15915
15916 Report bugs to the package provider."
15917
15918 _ACEOF
15919 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15920 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15921 ac_cs_version="\\
15922 binutils config.status 2.35.50
15923 configured by $0, generated by GNU Autoconf 2.69,
15924 with options \\"\$ac_cs_config\\"
15925
15926 Copyright (C) 2012 Free Software Foundation, Inc.
15927 This config.status script is free software; the Free Software Foundation
15928 gives unlimited permission to copy, distribute and modify it."
15929
15930 ac_pwd='$ac_pwd'
15931 srcdir='$srcdir'
15932 INSTALL='$INSTALL'
15933 MKDIR_P='$MKDIR_P'
15934 AWK='$AWK'
15935 test -n "\$AWK" || AWK=awk
15936 _ACEOF
15937
15938 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15939 # The default lists apply if the user does not specify any file.
15940 ac_need_defaults=:
15941 while test $# != 0
15942 do
15943 case $1 in
15944 --*=?*)
15945 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15946 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15947 ac_shift=:
15948 ;;
15949 --*=)
15950 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15951 ac_optarg=
15952 ac_shift=:
15953 ;;
15954 *)
15955 ac_option=$1
15956 ac_optarg=$2
15957 ac_shift=shift
15958 ;;
15959 esac
15960
15961 case $ac_option in
15962 # Handling of the options.
15963 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15964 ac_cs_recheck=: ;;
15965 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15966 $as_echo "$ac_cs_version"; exit ;;
15967 --config | --confi | --conf | --con | --co | --c )
15968 $as_echo "$ac_cs_config"; exit ;;
15969 --debug | --debu | --deb | --de | --d | -d )
15970 debug=: ;;
15971 --file | --fil | --fi | --f )
15972 $ac_shift
15973 case $ac_optarg in
15974 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15975 '') as_fn_error $? "missing file argument" ;;
15976 esac
15977 as_fn_append CONFIG_FILES " '$ac_optarg'"
15978 ac_need_defaults=false;;
15979 --header | --heade | --head | --hea )
15980 $ac_shift
15981 case $ac_optarg in
15982 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15983 esac
15984 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15985 ac_need_defaults=false;;
15986 --he | --h)
15987 # Conflict between --help and --header
15988 as_fn_error $? "ambiguous option: \`$1'
15989 Try \`$0 --help' for more information.";;
15990 --help | --hel | -h )
15991 $as_echo "$ac_cs_usage"; exit ;;
15992 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15993 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15994 ac_cs_silent=: ;;
15995
15996 # This is an error.
15997 -*) as_fn_error $? "unrecognized option: \`$1'
15998 Try \`$0 --help' for more information." ;;
15999
16000 *) as_fn_append ac_config_targets " $1"
16001 ac_need_defaults=false ;;
16002
16003 esac
16004 shift
16005 done
16006
16007 ac_configure_extra_args=
16008
16009 if $ac_cs_silent; then
16010 exec 6>/dev/null
16011 ac_configure_extra_args="$ac_configure_extra_args --silent"
16012 fi
16013
16014 _ACEOF
16015 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16016 if \$ac_cs_recheck; then
16017 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16018 shift
16019 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16020 CONFIG_SHELL='$SHELL'
16021 export CONFIG_SHELL
16022 exec "\$@"
16023 fi
16024
16025 _ACEOF
16026 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16027 exec 5>>config.log
16028 {
16029 echo
16030 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16031 ## Running $as_me. ##
16032 _ASBOX
16033 $as_echo "$ac_log"
16034 } >&5
16035
16036 _ACEOF
16037 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16038 #
16039 # INIT-COMMANDS
16040 #
16041 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16042
16043
16044 # The HP-UX ksh and POSIX shell print the target directory to stdout
16045 # if CDPATH is set.
16046 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16047
16048 sed_quote_subst='$sed_quote_subst'
16049 double_quote_subst='$double_quote_subst'
16050 delay_variable_subst='$delay_variable_subst'
16051 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16052 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16053 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16054 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16055 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16056 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16057 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16058 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16059 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16060 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16061 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16062 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16063 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16064 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16065 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16066 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16067 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16068 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16069 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16070 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16071 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16072 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16073 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16074 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16075 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16076 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16077 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16078 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16079 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16080 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16081 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16082 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16083 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16084 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16085 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16086 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16087 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16088 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16089 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16090 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16091 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16092 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16093 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16094 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16095 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16096 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16097 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16098 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16099 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"`'
16100 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16101 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16102 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16103 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16104 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16105 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16106 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16107 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16108 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16109 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16110 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16111 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16112 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16113 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16114 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16115 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16116 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16117 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16118 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16119 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16120 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16121 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16122 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16123 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16124 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16125 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16126 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16127 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16128 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16129 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16130 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16131 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16132 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16133 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16134 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16135 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16136 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16137 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16138 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16139 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16140 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16141 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16142 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16143 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16144 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16145 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16146 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16147 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16148 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16149 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16150 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16151 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16152 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16153 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16154 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16155 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16156 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16157 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16158 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16159 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16160 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16161 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16162 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16163 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16164 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16165 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16166 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16167 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16168 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16169 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16170 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16171
16172 LTCC='$LTCC'
16173 LTCFLAGS='$LTCFLAGS'
16174 compiler='$compiler_DEFAULT'
16175
16176 # A function that is used when there is no print builtin or printf.
16177 func_fallback_echo ()
16178 {
16179 eval 'cat <<_LTECHO_EOF
16180 \$1
16181 _LTECHO_EOF'
16182 }
16183
16184 # Quote evaled strings.
16185 for var in SHELL \
16186 ECHO \
16187 SED \
16188 GREP \
16189 EGREP \
16190 FGREP \
16191 LD \
16192 NM \
16193 LN_S \
16194 lt_SP2NL \
16195 lt_NL2SP \
16196 reload_flag \
16197 OBJDUMP \
16198 deplibs_check_method \
16199 file_magic_cmd \
16200 AR \
16201 AR_FLAGS \
16202 STRIP \
16203 RANLIB \
16204 CC \
16205 CFLAGS \
16206 compiler \
16207 lt_cv_sys_global_symbol_pipe \
16208 lt_cv_sys_global_symbol_to_cdecl \
16209 lt_cv_sys_global_symbol_to_c_name_address \
16210 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16211 lt_prog_compiler_no_builtin_flag \
16212 lt_prog_compiler_wl \
16213 lt_prog_compiler_pic \
16214 lt_prog_compiler_static \
16215 lt_cv_prog_compiler_c_o \
16216 need_locks \
16217 DSYMUTIL \
16218 NMEDIT \
16219 LIPO \
16220 OTOOL \
16221 OTOOL64 \
16222 shrext_cmds \
16223 export_dynamic_flag_spec \
16224 whole_archive_flag_spec \
16225 compiler_needs_object \
16226 with_gnu_ld \
16227 allow_undefined_flag \
16228 no_undefined_flag \
16229 hardcode_libdir_flag_spec \
16230 hardcode_libdir_flag_spec_ld \
16231 hardcode_libdir_separator \
16232 fix_srcfile_path \
16233 exclude_expsyms \
16234 include_expsyms \
16235 file_list_spec \
16236 variables_saved_for_relink \
16237 libname_spec \
16238 library_names_spec \
16239 soname_spec \
16240 install_override_mode \
16241 finish_eval \
16242 old_striplib \
16243 striplib; do
16244 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16245 *[\\\\\\\`\\"\\\$]*)
16246 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16247 ;;
16248 *)
16249 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16250 ;;
16251 esac
16252 done
16253
16254 # Double-quote double-evaled strings.
16255 for var in reload_cmds \
16256 old_postinstall_cmds \
16257 old_postuninstall_cmds \
16258 old_archive_cmds \
16259 extract_expsyms_cmds \
16260 old_archive_from_new_cmds \
16261 old_archive_from_expsyms_cmds \
16262 archive_cmds \
16263 archive_expsym_cmds \
16264 module_cmds \
16265 module_expsym_cmds \
16266 export_symbols_cmds \
16267 prelink_cmds \
16268 postinstall_cmds \
16269 postuninstall_cmds \
16270 finish_cmds \
16271 sys_lib_search_path_spec \
16272 sys_lib_dlsearch_path_spec; do
16273 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16274 *[\\\\\\\`\\"\\\$]*)
16275 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16276 ;;
16277 *)
16278 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16279 ;;
16280 esac
16281 done
16282
16283 ac_aux_dir='$ac_aux_dir'
16284 xsi_shell='$xsi_shell'
16285 lt_shell_append='$lt_shell_append'
16286
16287 # See if we are running on zsh, and set the options which allow our
16288 # commands through without removal of \ escapes INIT.
16289 if test -n "\${ZSH_VERSION+set}" ; then
16290 setopt NO_GLOB_SUBST
16291 fi
16292
16293
16294 PACKAGE='$PACKAGE'
16295 VERSION='$VERSION'
16296 TIMESTAMP='$TIMESTAMP'
16297 RM='$RM'
16298 ofile='$ofile'
16299
16300
16301
16302 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16303 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16304 # from automake.
16305 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16306 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16307 LINGUAS="${LINGUAS-%UNSET%}"
16308
16309
16310 _ACEOF
16311
16312 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16313
16314 # Handling of arguments.
16315 for ac_config_target in $ac_config_targets
16316 do
16317 case $ac_config_target in
16318 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16319 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16320 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16321 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16322 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16323 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16324 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16325
16326 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16327 esac
16328 done
16329
16330
16331 # If the user did not use the arguments to specify the items to instantiate,
16332 # then the envvar interface is used. Set only those that are not.
16333 # We use the long form for the default assignment because of an extremely
16334 # bizarre bug on SunOS 4.1.3.
16335 if $ac_need_defaults; then
16336 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16337 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16338 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16339 fi
16340
16341 # Have a temporary directory for convenience. Make it in the build tree
16342 # simply because there is no reason against having it here, and in addition,
16343 # creating and moving files from /tmp can sometimes cause problems.
16344 # Hook for its removal unless debugging.
16345 # Note that there is a small window in which the directory will not be cleaned:
16346 # after its creation but before its name has been assigned to `$tmp'.
16347 $debug ||
16348 {
16349 tmp= ac_tmp=
16350 trap 'exit_status=$?
16351 : "${ac_tmp:=$tmp}"
16352 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16353 ' 0
16354 trap 'as_fn_exit 1' 1 2 13 15
16355 }
16356 # Create a (secure) tmp directory for tmp files.
16357
16358 {
16359 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16360 test -d "$tmp"
16361 } ||
16362 {
16363 tmp=./conf$$-$RANDOM
16364 (umask 077 && mkdir "$tmp")
16365 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16366 ac_tmp=$tmp
16367
16368 # Set up the scripts for CONFIG_FILES section.
16369 # No need to generate them if there are no CONFIG_FILES.
16370 # This happens for instance with `./config.status config.h'.
16371 if test -n "$CONFIG_FILES"; then
16372
16373
16374 ac_cr=`echo X | tr X '\015'`
16375 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16376 # But we know of no other shell where ac_cr would be empty at this
16377 # point, so we can use a bashism as a fallback.
16378 if test "x$ac_cr" = x; then
16379 eval ac_cr=\$\'\\r\'
16380 fi
16381 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16382 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16383 ac_cs_awk_cr='\\r'
16384 else
16385 ac_cs_awk_cr=$ac_cr
16386 fi
16387
16388 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16389 _ACEOF
16390
16391
16392 {
16393 echo "cat >conf$$subs.awk <<_ACEOF" &&
16394 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16395 echo "_ACEOF"
16396 } >conf$$subs.sh ||
16397 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16398 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16399 ac_delim='%!_!# '
16400 for ac_last_try in false false false false false :; do
16401 . ./conf$$subs.sh ||
16402 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16403
16404 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16405 if test $ac_delim_n = $ac_delim_num; then
16406 break
16407 elif $ac_last_try; then
16408 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16409 else
16410 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16411 fi
16412 done
16413 rm -f conf$$subs.sh
16414
16415 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16416 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16417 _ACEOF
16418 sed -n '
16419 h
16420 s/^/S["/; s/!.*/"]=/
16421 p
16422 g
16423 s/^[^!]*!//
16424 :repl
16425 t repl
16426 s/'"$ac_delim"'$//
16427 t delim
16428 :nl
16429 h
16430 s/\(.\{148\}\)..*/\1/
16431 t more1
16432 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16433 p
16434 n
16435 b repl
16436 :more1
16437 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16438 p
16439 g
16440 s/.\{148\}//
16441 t nl
16442 :delim
16443 h
16444 s/\(.\{148\}\)..*/\1/
16445 t more2
16446 s/["\\]/\\&/g; s/^/"/; s/$/"/
16447 p
16448 b
16449 :more2
16450 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16451 p
16452 g
16453 s/.\{148\}//
16454 t delim
16455 ' <conf$$subs.awk | sed '
16456 /^[^""]/{
16457 N
16458 s/\n//
16459 }
16460 ' >>$CONFIG_STATUS || ac_write_fail=1
16461 rm -f conf$$subs.awk
16462 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16463 _ACAWK
16464 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16465 for (key in S) S_is_set[key] = 1
16466 FS = "\a"
16467
16468 }
16469 {
16470 line = $ 0
16471 nfields = split(line, field, "@")
16472 substed = 0
16473 len = length(field[1])
16474 for (i = 2; i < nfields; i++) {
16475 key = field[i]
16476 keylen = length(key)
16477 if (S_is_set[key]) {
16478 value = S[key]
16479 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16480 len += length(value) + length(field[++i])
16481 substed = 1
16482 } else
16483 len += 1 + keylen
16484 }
16485
16486 print line
16487 }
16488
16489 _ACAWK
16490 _ACEOF
16491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16492 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16493 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16494 else
16495 cat
16496 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16497 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16498 _ACEOF
16499
16500 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16501 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16502 # trailing colons and then remove the whole line if VPATH becomes empty
16503 # (actually we leave an empty line to preserve line numbers).
16504 if test "x$srcdir" = x.; then
16505 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16506 h
16507 s///
16508 s/^/:/
16509 s/[ ]*$/:/
16510 s/:\$(srcdir):/:/g
16511 s/:\${srcdir}:/:/g
16512 s/:@srcdir@:/:/g
16513 s/^:*//
16514 s/:*$//
16515 x
16516 s/\(=[ ]*\).*/\1/
16517 G
16518 s/\n//
16519 s/^[^=]*=[ ]*$//
16520 }'
16521 fi
16522
16523 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16524 fi # test -n "$CONFIG_FILES"
16525
16526 # Set up the scripts for CONFIG_HEADERS section.
16527 # No need to generate them if there are no CONFIG_HEADERS.
16528 # This happens for instance with `./config.status Makefile'.
16529 if test -n "$CONFIG_HEADERS"; then
16530 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16531 BEGIN {
16532 _ACEOF
16533
16534 # Transform confdefs.h into an awk script `defines.awk', embedded as
16535 # here-document in config.status, that substitutes the proper values into
16536 # config.h.in to produce config.h.
16537
16538 # Create a delimiter string that does not exist in confdefs.h, to ease
16539 # handling of long lines.
16540 ac_delim='%!_!# '
16541 for ac_last_try in false false :; do
16542 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16543 if test -z "$ac_tt"; then
16544 break
16545 elif $ac_last_try; then
16546 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16547 else
16548 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16549 fi
16550 done
16551
16552 # For the awk script, D is an array of macro values keyed by name,
16553 # likewise P contains macro parameters if any. Preserve backslash
16554 # newline sequences.
16555
16556 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16557 sed -n '
16558 s/.\{148\}/&'"$ac_delim"'/g
16559 t rset
16560 :rset
16561 s/^[ ]*#[ ]*define[ ][ ]*/ /
16562 t def
16563 d
16564 :def
16565 s/\\$//
16566 t bsnl
16567 s/["\\]/\\&/g
16568 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16569 D["\1"]=" \3"/p
16570 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16571 d
16572 :bsnl
16573 s/["\\]/\\&/g
16574 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16575 D["\1"]=" \3\\\\\\n"\\/p
16576 t cont
16577 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16578 t cont
16579 d
16580 :cont
16581 n
16582 s/.\{148\}/&'"$ac_delim"'/g
16583 t clear
16584 :clear
16585 s/\\$//
16586 t bsnlc
16587 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16588 d
16589 :bsnlc
16590 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16591 b cont
16592 ' <confdefs.h | sed '
16593 s/'"$ac_delim"'/"\\\
16594 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16595
16596 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16597 for (key in D) D_is_set[key] = 1
16598 FS = "\a"
16599 }
16600 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16601 line = \$ 0
16602 split(line, arg, " ")
16603 if (arg[1] == "#") {
16604 defundef = arg[2]
16605 mac1 = arg[3]
16606 } else {
16607 defundef = substr(arg[1], 2)
16608 mac1 = arg[2]
16609 }
16610 split(mac1, mac2, "(") #)
16611 macro = mac2[1]
16612 prefix = substr(line, 1, index(line, defundef) - 1)
16613 if (D_is_set[macro]) {
16614 # Preserve the white space surrounding the "#".
16615 print prefix "define", macro P[macro] D[macro]
16616 next
16617 } else {
16618 # Replace #undef with comments. This is necessary, for example,
16619 # in the case of _POSIX_SOURCE, which is predefined and required
16620 # on some systems where configure will not decide to define it.
16621 if (defundef == "undef") {
16622 print "/*", prefix defundef, macro, "*/"
16623 next
16624 }
16625 }
16626 }
16627 { print }
16628 _ACAWK
16629 _ACEOF
16630 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16631 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16632 fi # test -n "$CONFIG_HEADERS"
16633
16634
16635 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16636 shift
16637 for ac_tag
16638 do
16639 case $ac_tag in
16640 :[FHLC]) ac_mode=$ac_tag; continue;;
16641 esac
16642 case $ac_mode$ac_tag in
16643 :[FHL]*:*);;
16644 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16645 :[FH]-) ac_tag=-:-;;
16646 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16647 esac
16648 ac_save_IFS=$IFS
16649 IFS=:
16650 set x $ac_tag
16651 IFS=$ac_save_IFS
16652 shift
16653 ac_file=$1
16654 shift
16655
16656 case $ac_mode in
16657 :L) ac_source=$1;;
16658 :[FH])
16659 ac_file_inputs=
16660 for ac_f
16661 do
16662 case $ac_f in
16663 -) ac_f="$ac_tmp/stdin";;
16664 *) # Look for the file first in the build tree, then in the source tree
16665 # (if the path is not absolute). The absolute path cannot be DOS-style,
16666 # because $ac_f cannot contain `:'.
16667 test -f "$ac_f" ||
16668 case $ac_f in
16669 [\\/$]*) false;;
16670 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16671 esac ||
16672 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16673 esac
16674 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16675 as_fn_append ac_file_inputs " '$ac_f'"
16676 done
16677
16678 # Let's still pretend it is `configure' which instantiates (i.e., don't
16679 # use $as_me), people would be surprised to read:
16680 # /* config.h. Generated by config.status. */
16681 configure_input='Generated from '`
16682 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16683 `' by configure.'
16684 if test x"$ac_file" != x-; then
16685 configure_input="$ac_file. $configure_input"
16686 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16687 $as_echo "$as_me: creating $ac_file" >&6;}
16688 fi
16689 # Neutralize special characters interpreted by sed in replacement strings.
16690 case $configure_input in #(
16691 *\&* | *\|* | *\\* )
16692 ac_sed_conf_input=`$as_echo "$configure_input" |
16693 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16694 *) ac_sed_conf_input=$configure_input;;
16695 esac
16696
16697 case $ac_tag in
16698 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16699 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16700 esac
16701 ;;
16702 esac
16703
16704 ac_dir=`$as_dirname -- "$ac_file" ||
16705 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16706 X"$ac_file" : 'X\(//\)[^/]' \| \
16707 X"$ac_file" : 'X\(//\)$' \| \
16708 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16709 $as_echo X"$ac_file" |
16710 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16711 s//\1/
16712 q
16713 }
16714 /^X\(\/\/\)[^/].*/{
16715 s//\1/
16716 q
16717 }
16718 /^X\(\/\/\)$/{
16719 s//\1/
16720 q
16721 }
16722 /^X\(\/\).*/{
16723 s//\1/
16724 q
16725 }
16726 s/.*/./; q'`
16727 as_dir="$ac_dir"; as_fn_mkdir_p
16728 ac_builddir=.
16729
16730 case "$ac_dir" in
16731 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16732 *)
16733 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16734 # A ".." for each directory in $ac_dir_suffix.
16735 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16736 case $ac_top_builddir_sub in
16737 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16738 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16739 esac ;;
16740 esac
16741 ac_abs_top_builddir=$ac_pwd
16742 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16743 # for backward compatibility:
16744 ac_top_builddir=$ac_top_build_prefix
16745
16746 case $srcdir in
16747 .) # We are building in place.
16748 ac_srcdir=.
16749 ac_top_srcdir=$ac_top_builddir_sub
16750 ac_abs_top_srcdir=$ac_pwd ;;
16751 [\\/]* | ?:[\\/]* ) # Absolute name.
16752 ac_srcdir=$srcdir$ac_dir_suffix;
16753 ac_top_srcdir=$srcdir
16754 ac_abs_top_srcdir=$srcdir ;;
16755 *) # Relative name.
16756 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16757 ac_top_srcdir=$ac_top_build_prefix$srcdir
16758 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16759 esac
16760 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16761
16762
16763 case $ac_mode in
16764 :F)
16765 #
16766 # CONFIG_FILE
16767 #
16768
16769 case $INSTALL in
16770 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16771 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16772 esac
16773 ac_MKDIR_P=$MKDIR_P
16774 case $MKDIR_P in
16775 [\\/$]* | ?:[\\/]* ) ;;
16776 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16777 esac
16778 _ACEOF
16779
16780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16781 # If the template does not know about datarootdir, expand it.
16782 # FIXME: This hack should be removed a few years after 2.60.
16783 ac_datarootdir_hack=; ac_datarootdir_seen=
16784 ac_sed_dataroot='
16785 /datarootdir/ {
16786 p
16787 q
16788 }
16789 /@datadir@/p
16790 /@docdir@/p
16791 /@infodir@/p
16792 /@localedir@/p
16793 /@mandir@/p'
16794 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16795 *datarootdir*) ac_datarootdir_seen=yes;;
16796 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16798 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16799 _ACEOF
16800 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16801 ac_datarootdir_hack='
16802 s&@datadir@&$datadir&g
16803 s&@docdir@&$docdir&g
16804 s&@infodir@&$infodir&g
16805 s&@localedir@&$localedir&g
16806 s&@mandir@&$mandir&g
16807 s&\\\${datarootdir}&$datarootdir&g' ;;
16808 esac
16809 _ACEOF
16810
16811 # Neutralize VPATH when `$srcdir' = `.'.
16812 # Shell code in configure.ac might set extrasub.
16813 # FIXME: do we really want to maintain this feature?
16814 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16815 ac_sed_extra="$ac_vpsub
16816 $extrasub
16817 _ACEOF
16818 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16819 :t
16820 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16821 s|@configure_input@|$ac_sed_conf_input|;t t
16822 s&@top_builddir@&$ac_top_builddir_sub&;t t
16823 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16824 s&@srcdir@&$ac_srcdir&;t t
16825 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16826 s&@top_srcdir@&$ac_top_srcdir&;t t
16827 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16828 s&@builddir@&$ac_builddir&;t t
16829 s&@abs_builddir@&$ac_abs_builddir&;t t
16830 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16831 s&@INSTALL@&$ac_INSTALL&;t t
16832 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16833 $ac_datarootdir_hack
16834 "
16835 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16836 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16837
16838 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16839 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16840 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16841 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16842 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16843 which seems to be undefined. Please make sure it is defined" >&5
16844 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16845 which seems to be undefined. Please make sure it is defined" >&2;}
16846
16847 rm -f "$ac_tmp/stdin"
16848 case $ac_file in
16849 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16850 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16851 esac \
16852 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16853 ;;
16854 :H)
16855 #
16856 # CONFIG_HEADER
16857 #
16858 if test x"$ac_file" != x-; then
16859 {
16860 $as_echo "/* $configure_input */" \
16861 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16862 } >"$ac_tmp/config.h" \
16863 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16864 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16865 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16866 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16867 else
16868 rm -f "$ac_file"
16869 mv "$ac_tmp/config.h" "$ac_file" \
16870 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16871 fi
16872 else
16873 $as_echo "/* $configure_input */" \
16874 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16875 || as_fn_error $? "could not create -" "$LINENO" 5
16876 fi
16877 # Compute "$ac_file"'s index in $config_headers.
16878 _am_arg="$ac_file"
16879 _am_stamp_count=1
16880 for _am_header in $config_headers :; do
16881 case $_am_header in
16882 $_am_arg | $_am_arg:* )
16883 break ;;
16884 * )
16885 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16886 esac
16887 done
16888 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16889 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16890 X"$_am_arg" : 'X\(//\)[^/]' \| \
16891 X"$_am_arg" : 'X\(//\)$' \| \
16892 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16893 $as_echo X"$_am_arg" |
16894 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16895 s//\1/
16896 q
16897 }
16898 /^X\(\/\/\)[^/].*/{
16899 s//\1/
16900 q
16901 }
16902 /^X\(\/\/\)$/{
16903 s//\1/
16904 q
16905 }
16906 /^X\(\/\).*/{
16907 s//\1/
16908 q
16909 }
16910 s/.*/./; q'`/stamp-h$_am_stamp_count
16911 ;;
16912
16913 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16914 $as_echo "$as_me: executing $ac_file commands" >&6;}
16915 ;;
16916 esac
16917
16918
16919 case $ac_file$ac_mode in
16920 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16921 # Older Autoconf quotes --file arguments for eval, but not when files
16922 # are listed without --file. Let's play safe and only enable the eval
16923 # if we detect the quoting.
16924 case $CONFIG_FILES in
16925 *\'*) eval set x "$CONFIG_FILES" ;;
16926 *) set x $CONFIG_FILES ;;
16927 esac
16928 shift
16929 for mf
16930 do
16931 # Strip MF so we end up with the name of the file.
16932 mf=`echo "$mf" | sed -e 's/:.*$//'`
16933 # Check whether this is an Automake generated Makefile or not.
16934 # We used to match only the files named 'Makefile.in', but
16935 # some people rename them; so instead we look at the file content.
16936 # Grep'ing the first line is not enough: some people post-process
16937 # each Makefile.in and add a new line on top of each file to say so.
16938 # Grep'ing the whole file is not good either: AIX grep has a line
16939 # limit of 2048, but all sed's we know have understand at least 4000.
16940 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16941 dirpart=`$as_dirname -- "$mf" ||
16942 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16943 X"$mf" : 'X\(//\)[^/]' \| \
16944 X"$mf" : 'X\(//\)$' \| \
16945 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16946 $as_echo X"$mf" |
16947 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16948 s//\1/
16949 q
16950 }
16951 /^X\(\/\/\)[^/].*/{
16952 s//\1/
16953 q
16954 }
16955 /^X\(\/\/\)$/{
16956 s//\1/
16957 q
16958 }
16959 /^X\(\/\).*/{
16960 s//\1/
16961 q
16962 }
16963 s/.*/./; q'`
16964 else
16965 continue
16966 fi
16967 # Extract the definition of DEPDIR, am__include, and am__quote
16968 # from the Makefile without running 'make'.
16969 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16970 test -z "$DEPDIR" && continue
16971 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16972 test -z "$am__include" && continue
16973 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16974 # Find all dependency output files, they are included files with
16975 # $(DEPDIR) in their names. We invoke sed twice because it is the
16976 # simplest approach to changing $(DEPDIR) to its actual value in the
16977 # expansion.
16978 for file in `sed -n "
16979 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16980 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16981 # Make sure the directory exists.
16982 test -f "$dirpart/$file" && continue
16983 fdir=`$as_dirname -- "$file" ||
16984 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16985 X"$file" : 'X\(//\)[^/]' \| \
16986 X"$file" : 'X\(//\)$' \| \
16987 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16988 $as_echo X"$file" |
16989 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16990 s//\1/
16991 q
16992 }
16993 /^X\(\/\/\)[^/].*/{
16994 s//\1/
16995 q
16996 }
16997 /^X\(\/\/\)$/{
16998 s//\1/
16999 q
17000 }
17001 /^X\(\/\).*/{
17002 s//\1/
17003 q
17004 }
17005 s/.*/./; q'`
17006 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17007 # echo "creating $dirpart/$file"
17008 echo '# dummy' > "$dirpart/$file"
17009 done
17010 done
17011 }
17012 ;;
17013 "libtool":C)
17014
17015 # See if we are running on zsh, and set the options which allow our
17016 # commands through without removal of \ escapes.
17017 if test -n "${ZSH_VERSION+set}" ; then
17018 setopt NO_GLOB_SUBST
17019 fi
17020
17021 cfgfile="${ofile}T"
17022 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17023 $RM "$cfgfile"
17024
17025 cat <<_LT_EOF >> "$cfgfile"
17026 #! $SHELL
17027
17028 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17029 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17030 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17031 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17032 #
17033 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17034 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17035 # Written by Gordon Matzigkeit, 1996
17036 #
17037 # This file is part of GNU Libtool.
17038 #
17039 # GNU Libtool is free software; you can redistribute it and/or
17040 # modify it under the terms of the GNU General Public License as
17041 # published by the Free Software Foundation; either version 2 of
17042 # the License, or (at your option) any later version.
17043 #
17044 # As a special exception to the GNU General Public License,
17045 # if you distribute this file as part of a program or library that
17046 # is built using GNU Libtool, you may include this file under the
17047 # same distribution terms that you use for the rest of that program.
17048 #
17049 # GNU Libtool is distributed in the hope that it will be useful,
17050 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17051 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17052 # GNU General Public License for more details.
17053 #
17054 # You should have received a copy of the GNU General Public License
17055 # along with GNU Libtool; see the file COPYING. If not, a copy
17056 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17057 # obtained by writing to the Free Software Foundation, Inc.,
17058 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17059
17060
17061 # The names of the tagged configurations supported by this script.
17062 available_tags=""
17063
17064 # ### BEGIN LIBTOOL CONFIG
17065
17066 # Which release of libtool.m4 was used?
17067 macro_version=$macro_version
17068 macro_revision=$macro_revision
17069
17070 # Whether or not to build shared libraries.
17071 build_libtool_libs=$enable_shared
17072
17073 # Whether or not to build static libraries.
17074 build_old_libs=$enable_static
17075
17076 # What type of objects to build.
17077 pic_mode=$pic_mode
17078
17079 # Whether or not to optimize for fast installation.
17080 fast_install=$enable_fast_install
17081
17082 # Shell to use when invoking shell scripts.
17083 SHELL=$lt_SHELL
17084
17085 # An echo program that protects backslashes.
17086 ECHO=$lt_ECHO
17087
17088 # The host system.
17089 host_alias=$host_alias
17090 host=$host
17091 host_os=$host_os
17092
17093 # The build system.
17094 build_alias=$build_alias
17095 build=$build
17096 build_os=$build_os
17097
17098 # A sed program that does not truncate output.
17099 SED=$lt_SED
17100
17101 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17102 Xsed="\$SED -e 1s/^X//"
17103
17104 # A grep program that handles long lines.
17105 GREP=$lt_GREP
17106
17107 # An ERE matcher.
17108 EGREP=$lt_EGREP
17109
17110 # A literal string matcher.
17111 FGREP=$lt_FGREP
17112
17113 # A BSD- or MS-compatible name lister.
17114 NM=$lt_NM
17115
17116 # Whether we need soft or hard links.
17117 LN_S=$lt_LN_S
17118
17119 # What is the maximum length of a command?
17120 max_cmd_len=$max_cmd_len
17121
17122 # Object file suffix (normally "o").
17123 objext=$ac_objext
17124
17125 # Executable file suffix (normally "").
17126 exeext=$exeext
17127
17128 # whether the shell understands "unset".
17129 lt_unset=$lt_unset
17130
17131 # turn spaces into newlines.
17132 SP2NL=$lt_lt_SP2NL
17133
17134 # turn newlines into spaces.
17135 NL2SP=$lt_lt_NL2SP
17136
17137 # An object symbol dumper.
17138 OBJDUMP=$lt_OBJDUMP
17139
17140 # Method to check whether dependent libraries are shared objects.
17141 deplibs_check_method=$lt_deplibs_check_method
17142
17143 # Command to use when deplibs_check_method == "file_magic".
17144 file_magic_cmd=$lt_file_magic_cmd
17145
17146 # The archiver.
17147 AR=$lt_AR
17148 AR_FLAGS=$lt_AR_FLAGS
17149
17150 # A symbol stripping program.
17151 STRIP=$lt_STRIP
17152
17153 # Commands used to install an old-style archive.
17154 RANLIB=$lt_RANLIB
17155 old_postinstall_cmds=$lt_old_postinstall_cmds
17156 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17157
17158 # Whether to use a lock for old archive extraction.
17159 lock_old_archive_extraction=$lock_old_archive_extraction
17160
17161 # A C compiler.
17162 LTCC=$lt_CC
17163
17164 # LTCC compiler flags.
17165 LTCFLAGS=$lt_CFLAGS
17166
17167 # Take the output of nm and produce a listing of raw symbols and C names.
17168 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17169
17170 # Transform the output of nm in a proper C declaration.
17171 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17172
17173 # Transform the output of nm in a C name address pair.
17174 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17175
17176 # Transform the output of nm in a C name address pair when lib prefix is needed.
17177 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17178
17179 # The name of the directory that contains temporary libtool files.
17180 objdir=$objdir
17181
17182 # Used to examine libraries when file_magic_cmd begins with "file".
17183 MAGIC_CMD=$MAGIC_CMD
17184
17185 # Must we lock files when doing compilation?
17186 need_locks=$lt_need_locks
17187
17188 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17189 DSYMUTIL=$lt_DSYMUTIL
17190
17191 # Tool to change global to local symbols on Mac OS X.
17192 NMEDIT=$lt_NMEDIT
17193
17194 # Tool to manipulate fat objects and archives on Mac OS X.
17195 LIPO=$lt_LIPO
17196
17197 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17198 OTOOL=$lt_OTOOL
17199
17200 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17201 OTOOL64=$lt_OTOOL64
17202
17203 # Old archive suffix (normally "a").
17204 libext=$libext
17205
17206 # Shared library suffix (normally ".so").
17207 shrext_cmds=$lt_shrext_cmds
17208
17209 # The commands to extract the exported symbol list from a shared archive.
17210 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17211
17212 # Variables whose values should be saved in libtool wrapper scripts and
17213 # restored at link time.
17214 variables_saved_for_relink=$lt_variables_saved_for_relink
17215
17216 # Do we need the "lib" prefix for modules?
17217 need_lib_prefix=$need_lib_prefix
17218
17219 # Do we need a version for libraries?
17220 need_version=$need_version
17221
17222 # Library versioning type.
17223 version_type=$version_type
17224
17225 # Shared library runtime path variable.
17226 runpath_var=$runpath_var
17227
17228 # Shared library path variable.
17229 shlibpath_var=$shlibpath_var
17230
17231 # Is shlibpath searched before the hard-coded library search path?
17232 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17233
17234 # Format of library name prefix.
17235 libname_spec=$lt_libname_spec
17236
17237 # List of archive names. First name is the real one, the rest are links.
17238 # The last name is the one that the linker finds with -lNAME
17239 library_names_spec=$lt_library_names_spec
17240
17241 # The coded name of the library, if different from the real name.
17242 soname_spec=$lt_soname_spec
17243
17244 # Permission mode override for installation of shared libraries.
17245 install_override_mode=$lt_install_override_mode
17246
17247 # Command to use after installation of a shared archive.
17248 postinstall_cmds=$lt_postinstall_cmds
17249
17250 # Command to use after uninstallation of a shared archive.
17251 postuninstall_cmds=$lt_postuninstall_cmds
17252
17253 # Commands used to finish a libtool library installation in a directory.
17254 finish_cmds=$lt_finish_cmds
17255
17256 # As "finish_cmds", except a single script fragment to be evaled but
17257 # not shown.
17258 finish_eval=$lt_finish_eval
17259
17260 # Whether we should hardcode library paths into libraries.
17261 hardcode_into_libs=$hardcode_into_libs
17262
17263 # Compile-time system search path for libraries.
17264 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17265
17266 # Run-time system search path for libraries.
17267 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17268
17269 # Whether dlopen is supported.
17270 dlopen_support=$enable_dlopen
17271
17272 # Whether dlopen of programs is supported.
17273 dlopen_self=$enable_dlopen_self
17274
17275 # Whether dlopen of statically linked programs is supported.
17276 dlopen_self_static=$enable_dlopen_self_static
17277
17278 # Commands to strip libraries.
17279 old_striplib=$lt_old_striplib
17280 striplib=$lt_striplib
17281
17282
17283 # The linker used to build libraries.
17284 LD=$lt_LD
17285
17286 # How to create reloadable object files.
17287 reload_flag=$lt_reload_flag
17288 reload_cmds=$lt_reload_cmds
17289
17290 # Commands used to build an old-style archive.
17291 old_archive_cmds=$lt_old_archive_cmds
17292
17293 # A language specific compiler.
17294 CC=$lt_compiler
17295
17296 # Is the compiler the GNU compiler?
17297 with_gcc=$GCC
17298
17299 # Compiler flag to turn off builtin functions.
17300 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17301
17302 # How to pass a linker flag through the compiler.
17303 wl=$lt_lt_prog_compiler_wl
17304
17305 # Additional compiler flags for building library objects.
17306 pic_flag=$lt_lt_prog_compiler_pic
17307
17308 # Compiler flag to prevent dynamic linking.
17309 link_static_flag=$lt_lt_prog_compiler_static
17310
17311 # Does compiler simultaneously support -c and -o options?
17312 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17313
17314 # Whether or not to add -lc for building shared libraries.
17315 build_libtool_need_lc=$archive_cmds_need_lc
17316
17317 # Whether or not to disallow shared libs when runtime libs are static.
17318 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17319
17320 # Compiler flag to allow reflexive dlopens.
17321 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17322
17323 # Compiler flag to generate shared objects directly from archives.
17324 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17325
17326 # Whether the compiler copes with passing no objects directly.
17327 compiler_needs_object=$lt_compiler_needs_object
17328
17329 # Create an old-style archive from a shared archive.
17330 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17331
17332 # Create a temporary old-style archive to link instead of a shared archive.
17333 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17334
17335 # Commands used to build a shared archive.
17336 archive_cmds=$lt_archive_cmds
17337 archive_expsym_cmds=$lt_archive_expsym_cmds
17338
17339 # Commands used to build a loadable module if different from building
17340 # a shared archive.
17341 module_cmds=$lt_module_cmds
17342 module_expsym_cmds=$lt_module_expsym_cmds
17343
17344 # Whether we are building with GNU ld or not.
17345 with_gnu_ld=$lt_with_gnu_ld
17346
17347 # Flag that allows shared libraries with undefined symbols to be built.
17348 allow_undefined_flag=$lt_allow_undefined_flag
17349
17350 # Flag that enforces no undefined symbols.
17351 no_undefined_flag=$lt_no_undefined_flag
17352
17353 # Flag to hardcode \$libdir into a binary during linking.
17354 # This must work even if \$libdir does not exist
17355 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17356
17357 # If ld is used when linking, flag to hardcode \$libdir into a binary
17358 # during linking. This must work even if \$libdir does not exist.
17359 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17360
17361 # Whether we need a single "-rpath" flag with a separated argument.
17362 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17363
17364 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17365 # DIR into the resulting binary.
17366 hardcode_direct=$hardcode_direct
17367
17368 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17369 # DIR into the resulting binary and the resulting library dependency is
17370 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17371 # library is relocated.
17372 hardcode_direct_absolute=$hardcode_direct_absolute
17373
17374 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17375 # into the resulting binary.
17376 hardcode_minus_L=$hardcode_minus_L
17377
17378 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17379 # into the resulting binary.
17380 hardcode_shlibpath_var=$hardcode_shlibpath_var
17381
17382 # Set to "yes" if building a shared library automatically hardcodes DIR
17383 # into the library and all subsequent libraries and executables linked
17384 # against it.
17385 hardcode_automatic=$hardcode_automatic
17386
17387 # Set to yes if linker adds runtime paths of dependent libraries
17388 # to runtime path list.
17389 inherit_rpath=$inherit_rpath
17390
17391 # Whether libtool must link a program against all its dependency libraries.
17392 link_all_deplibs=$link_all_deplibs
17393
17394 # Fix the shell variable \$srcfile for the compiler.
17395 fix_srcfile_path=$lt_fix_srcfile_path
17396
17397 # Set to "yes" if exported symbols are required.
17398 always_export_symbols=$always_export_symbols
17399
17400 # The commands to list exported symbols.
17401 export_symbols_cmds=$lt_export_symbols_cmds
17402
17403 # Symbols that should not be listed in the preloaded symbols.
17404 exclude_expsyms=$lt_exclude_expsyms
17405
17406 # Symbols that must always be exported.
17407 include_expsyms=$lt_include_expsyms
17408
17409 # Commands necessary for linking programs (against libraries) with templates.
17410 prelink_cmds=$lt_prelink_cmds
17411
17412 # Specify filename containing input files.
17413 file_list_spec=$lt_file_list_spec
17414
17415 # How to hardcode a shared library path into an executable.
17416 hardcode_action=$hardcode_action
17417
17418 # ### END LIBTOOL CONFIG
17419
17420 _LT_EOF
17421
17422 case $host_os in
17423 aix3*)
17424 cat <<\_LT_EOF >> "$cfgfile"
17425 # AIX sometimes has problems with the GCC collect2 program. For some
17426 # reason, if we set the COLLECT_NAMES environment variable, the problems
17427 # vanish in a puff of smoke.
17428 if test "X${COLLECT_NAMES+set}" != Xset; then
17429 COLLECT_NAMES=
17430 export COLLECT_NAMES
17431 fi
17432 _LT_EOF
17433 ;;
17434 esac
17435
17436
17437 ltmain="$ac_aux_dir/ltmain.sh"
17438
17439
17440 # We use sed instead of cat because bash on DJGPP gets confused if
17441 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17442 # text mode, it properly converts lines to CR/LF. This bash problem
17443 # is reportedly fixed, but why not run on old versions too?
17444 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17445 || (rm -f "$cfgfile"; exit 1)
17446
17447 case $xsi_shell in
17448 yes)
17449 cat << \_LT_EOF >> "$cfgfile"
17450
17451 # func_dirname file append nondir_replacement
17452 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17453 # otherwise set result to NONDIR_REPLACEMENT.
17454 func_dirname ()
17455 {
17456 case ${1} in
17457 */*) func_dirname_result="${1%/*}${2}" ;;
17458 * ) func_dirname_result="${3}" ;;
17459 esac
17460 }
17461
17462 # func_basename file
17463 func_basename ()
17464 {
17465 func_basename_result="${1##*/}"
17466 }
17467
17468 # func_dirname_and_basename file append nondir_replacement
17469 # perform func_basename and func_dirname in a single function
17470 # call:
17471 # dirname: Compute the dirname of FILE. If nonempty,
17472 # add APPEND to the result, otherwise set result
17473 # to NONDIR_REPLACEMENT.
17474 # value returned in "$func_dirname_result"
17475 # basename: Compute filename of FILE.
17476 # value retuned in "$func_basename_result"
17477 # Implementation must be kept synchronized with func_dirname
17478 # and func_basename. For efficiency, we do not delegate to
17479 # those functions but instead duplicate the functionality here.
17480 func_dirname_and_basename ()
17481 {
17482 case ${1} in
17483 */*) func_dirname_result="${1%/*}${2}" ;;
17484 * ) func_dirname_result="${3}" ;;
17485 esac
17486 func_basename_result="${1##*/}"
17487 }
17488
17489 # func_stripname prefix suffix name
17490 # strip PREFIX and SUFFIX off of NAME.
17491 # PREFIX and SUFFIX must not contain globbing or regex special
17492 # characters, hashes, percent signs, but SUFFIX may contain a leading
17493 # dot (in which case that matches only a dot).
17494 func_stripname ()
17495 {
17496 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17497 # positional parameters, so assign one to ordinary parameter first.
17498 func_stripname_result=${3}
17499 func_stripname_result=${func_stripname_result#"${1}"}
17500 func_stripname_result=${func_stripname_result%"${2}"}
17501 }
17502
17503 # func_opt_split
17504 func_opt_split ()
17505 {
17506 func_opt_split_opt=${1%%=*}
17507 func_opt_split_arg=${1#*=}
17508 }
17509
17510 # func_lo2o object
17511 func_lo2o ()
17512 {
17513 case ${1} in
17514 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17515 *) func_lo2o_result=${1} ;;
17516 esac
17517 }
17518
17519 # func_xform libobj-or-source
17520 func_xform ()
17521 {
17522 func_xform_result=${1%.*}.lo
17523 }
17524
17525 # func_arith arithmetic-term...
17526 func_arith ()
17527 {
17528 func_arith_result=$(( $* ))
17529 }
17530
17531 # func_len string
17532 # STRING may not start with a hyphen.
17533 func_len ()
17534 {
17535 func_len_result=${#1}
17536 }
17537
17538 _LT_EOF
17539 ;;
17540 *) # Bourne compatible functions.
17541 cat << \_LT_EOF >> "$cfgfile"
17542
17543 # func_dirname file append nondir_replacement
17544 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17545 # otherwise set result to NONDIR_REPLACEMENT.
17546 func_dirname ()
17547 {
17548 # Extract subdirectory from the argument.
17549 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17550 if test "X$func_dirname_result" = "X${1}"; then
17551 func_dirname_result="${3}"
17552 else
17553 func_dirname_result="$func_dirname_result${2}"
17554 fi
17555 }
17556
17557 # func_basename file
17558 func_basename ()
17559 {
17560 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17561 }
17562
17563
17564 # func_stripname prefix suffix name
17565 # strip PREFIX and SUFFIX off of NAME.
17566 # PREFIX and SUFFIX must not contain globbing or regex special
17567 # characters, hashes, percent signs, but SUFFIX may contain a leading
17568 # dot (in which case that matches only a dot).
17569 # func_strip_suffix prefix name
17570 func_stripname ()
17571 {
17572 case ${2} in
17573 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17574 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17575 esac
17576 }
17577
17578 # sed scripts:
17579 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17580 my_sed_long_arg='1s/^-[^=]*=//'
17581
17582 # func_opt_split
17583 func_opt_split ()
17584 {
17585 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17586 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17587 }
17588
17589 # func_lo2o object
17590 func_lo2o ()
17591 {
17592 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17593 }
17594
17595 # func_xform libobj-or-source
17596 func_xform ()
17597 {
17598 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17599 }
17600
17601 # func_arith arithmetic-term...
17602 func_arith ()
17603 {
17604 func_arith_result=`expr "$@"`
17605 }
17606
17607 # func_len string
17608 # STRING may not start with a hyphen.
17609 func_len ()
17610 {
17611 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17612 }
17613
17614 _LT_EOF
17615 esac
17616
17617 case $lt_shell_append in
17618 yes)
17619 cat << \_LT_EOF >> "$cfgfile"
17620
17621 # func_append var value
17622 # Append VALUE to the end of shell variable VAR.
17623 func_append ()
17624 {
17625 eval "$1+=\$2"
17626 }
17627 _LT_EOF
17628 ;;
17629 *)
17630 cat << \_LT_EOF >> "$cfgfile"
17631
17632 # func_append var value
17633 # Append VALUE to the end of shell variable VAR.
17634 func_append ()
17635 {
17636 eval "$1=\$$1\$2"
17637 }
17638
17639 _LT_EOF
17640 ;;
17641 esac
17642
17643
17644 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17645 || (rm -f "$cfgfile"; exit 1)
17646
17647 mv -f "$cfgfile" "$ofile" ||
17648 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17649 chmod +x "$ofile"
17650
17651 ;;
17652 "default-1":C)
17653 for ac_file in $CONFIG_FILES; do
17654 # Support "outfile[:infile[:infile...]]"
17655 case "$ac_file" in
17656 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17657 esac
17658 # PO directories have a Makefile.in generated from Makefile.in.in.
17659 case "$ac_file" in */Makefile.in)
17660 # Adjust a relative srcdir.
17661 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17662 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17663 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17664 # In autoconf-2.13 it is called $ac_given_srcdir.
17665 # In autoconf-2.50 it is called $srcdir.
17666 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17667 case "$ac_given_srcdir" in
17668 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17669 /*) top_srcdir="$ac_given_srcdir" ;;
17670 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17671 esac
17672 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17673 rm -f "$ac_dir/POTFILES"
17674 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17675 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17676 POMAKEFILEDEPS="POTFILES.in"
17677 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17678 # on $ac_dir but don't depend on user-specified configuration
17679 # parameters.
17680 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17681 # The LINGUAS file contains the set of available languages.
17682 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17683 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17684 fi
17685 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17686 # Hide the ALL_LINGUAS assigment from automake.
17687 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17688 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17689 else
17690 # The set of available languages was given in configure.ac.
17691 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17692 fi
17693 case "$ac_given_srcdir" in
17694 .) srcdirpre= ;;
17695 *) srcdirpre='$(srcdir)/' ;;
17696 esac
17697 POFILES=
17698 GMOFILES=
17699 UPDATEPOFILES=
17700 DUMMYPOFILES=
17701 for lang in $ALL_LINGUAS; do
17702 POFILES="$POFILES $srcdirpre$lang.po"
17703 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17704 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17705 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17706 done
17707 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17708 # environment variable.
17709 INST_LINGUAS=
17710 if test -n "$ALL_LINGUAS"; then
17711 for presentlang in $ALL_LINGUAS; do
17712 useit=no
17713 if test "%UNSET%" != "$LINGUAS"; then
17714 desiredlanguages="$LINGUAS"
17715 else
17716 desiredlanguages="$ALL_LINGUAS"
17717 fi
17718 for desiredlang in $desiredlanguages; do
17719 # Use the presentlang catalog if desiredlang is
17720 # a. equal to presentlang, or
17721 # b. a variant of presentlang (because in this case,
17722 # presentlang can be used as a fallback for messages
17723 # which are not translated in the desiredlang catalog).
17724 case "$desiredlang" in
17725 "$presentlang"*) useit=yes;;
17726 esac
17727 done
17728 if test $useit = yes; then
17729 INST_LINGUAS="$INST_LINGUAS $presentlang"
17730 fi
17731 done
17732 fi
17733 CATALOGS=
17734 if test -n "$INST_LINGUAS"; then
17735 for lang in $INST_LINGUAS; do
17736 CATALOGS="$CATALOGS $lang.gmo"
17737 done
17738 fi
17739 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17740 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"
17741 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17742 if test -f "$f"; then
17743 case "$f" in
17744 *.orig | *.bak | *~) ;;
17745 *) cat "$f" >> "$ac_dir/Makefile" ;;
17746 esac
17747 fi
17748 done
17749 fi
17750 ;;
17751 esac
17752 done ;;
17753
17754 esac
17755 done # for ac_tag
17756
17757
17758 as_fn_exit 0
17759 _ACEOF
17760 ac_clean_files=$ac_clean_files_save
17761
17762 test $ac_write_fail = 0 ||
17763 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17764
17765
17766 # configure is writing to config.log, and then calls config.status.
17767 # config.status does its own redirection, appending to config.log.
17768 # Unfortunately, on DOS this fails, as config.log is still kept open
17769 # by configure, so config.status won't be able to write to it; its
17770 # output is simply discarded. So we exec the FD to /dev/null,
17771 # effectively closing config.log, so it can be properly (re)opened and
17772 # appended to by config.status. When coming back to configure, we
17773 # need to make the FD available again.
17774 if test "$no_create" != yes; then
17775 ac_cs_success=:
17776 ac_config_status_args=
17777 test "$silent" = yes &&
17778 ac_config_status_args="$ac_config_status_args --quiet"
17779 exec 5>/dev/null
17780 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17781 exec 5>>config.log
17782 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17783 # would make configure fail if this is the last instruction.
17784 $ac_cs_success || as_fn_exit 1
17785 fi
17786 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17787 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17788 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17789 fi
17790