45ceb99fbc11813a3d507306fbc69ec6f8aa5d88
[deliverable/binutils-gdb.git] / gas / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
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 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
100
101 ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148 esac
149 fi
150 "
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165 exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
185 fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192 do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206 fi
207 fi
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228 fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
241 fi
242 exit 1
243 fi
244 fi
245 fi
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
251
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
259 {
260 { eval $1=; unset $1;}
261 }
262 as_unset=as_fn_unset
263
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
268 {
269 return $1
270 } # as_fn_set_status
271
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
276 {
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
281
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
286 {
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340 else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345 fi # as_fn_append
346
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357 else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362 fi # as_fn_arith
363
364
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
371 {
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
380
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
386 fi
387
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
392 fi
393
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
398 fi
399
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456 }
457
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467 *)
468 ECHO_N='-n';;
469 esac
470
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477 fi
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492 else
493 as_ln_s='cp -p'
494 fi
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
497
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503 fi
504
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525 fi
526 as_executable_p=$as_test_x
527
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
534 SHELL=${CONFIG_SHELL-/bin/sh}
535
536
537 exec 7<&0 </dev/null 6>&1
538
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544 #
545 # Initializations.
546 #
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
555
556 # Identity of this package.
557 PACKAGE_NAME=
558 PACKAGE_TARNAME=
559 PACKAGE_VERSION=
560 PACKAGE_STRING=
561 PACKAGE_BUGREPORT=
562 PACKAGE_URL=
563
564 ac_unique_file="as.h"
565 # Factoring default headers for most tests.
566 ac_includes_default="\
567 #include <stdio.h>
568 #ifdef HAVE_SYS_TYPES_H
569 # include <sys/types.h>
570 #endif
571 #ifdef HAVE_SYS_STAT_H
572 # include <sys/stat.h>
573 #endif
574 #ifdef STDC_HEADERS
575 # include <stdlib.h>
576 # include <stddef.h>
577 #else
578 # ifdef HAVE_STDLIB_H
579 # include <stdlib.h>
580 # endif
581 #endif
582 #ifdef HAVE_STRING_H
583 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584 # include <memory.h>
585 # endif
586 # include <string.h>
587 #endif
588 #ifdef HAVE_STRINGS_H
589 # include <strings.h>
590 #endif
591 #ifdef HAVE_INTTYPES_H
592 # include <inttypes.h>
593 #endif
594 #ifdef HAVE_STDINT_H
595 # include <stdint.h>
596 #endif
597 #ifdef HAVE_UNISTD_H
598 # include <unistd.h>
599 #endif"
600
601 ac_subst_vars='am__EXEEXT_FALSE
602 am__EXEEXT_TRUE
603 LTLIBOBJS
604 LIBOBJS
605 LIBM
606 ALLOCA
607 GENINSRC_NEVER_FALSE
608 GENINSRC_NEVER_TRUE
609 MAINT
610 MAINTAINER_MODE_FALSE
611 MAINTAINER_MODE_TRUE
612 MSGMERGE
613 MSGFMT
614 MKINSTALLDIRS
615 CATOBJEXT
616 GENCAT
617 INSTOBJEXT
618 DATADIRNAME
619 CATALOGS
620 POSUB
621 GMSGFMT
622 XGETTEXT
623 INCINTL
624 LIBINTL_DEP
625 LIBINTL
626 USE_NLS
627 LEXLIB
628 LEX_OUTPUT_ROOT
629 LEX
630 YFLAGS
631 YACC
632 OPCODES_LIB
633 atof
634 install_tooldir
635 te_file
636 obj_format
637 target_cpu_type
638 extra_objects
639 cgen_cpu_prefix
640 GDBINIT
641 NO_WERROR
642 WARN_CFLAGS
643 OTOOL64
644 OTOOL
645 LIPO
646 NMEDIT
647 DSYMUTIL
648 RANLIB
649 AR
650 OBJDUMP
651 LN_S
652 NM
653 ac_ct_DUMPBIN
654 DUMPBIN
655 LD
656 FGREP
657 SED
658 LIBTOOL
659 EGREP
660 GREP
661 CPP
662 am__fastdepCC_FALSE
663 am__fastdepCC_TRUE
664 CCDEPMODE
665 AMDEPBACKSLASH
666 AMDEP_FALSE
667 AMDEP_TRUE
668 am__quote
669 am__include
670 DEPDIR
671 am__untar
672 am__tar
673 AMTAR
674 am__leading_dot
675 SET_MAKE
676 AWK
677 mkdir_p
678 MKDIR_P
679 INSTALL_STRIP_PROGRAM
680 STRIP
681 install_sh
682 MAKEINFO
683 AUTOHEADER
684 AUTOMAKE
685 AUTOCONF
686 ACLOCAL
687 VERSION
688 PACKAGE
689 CYGPATH_W
690 am__isrc
691 INSTALL_DATA
692 INSTALL_SCRIPT
693 INSTALL_PROGRAM
694 OBJEXT
695 EXEEXT
696 ac_ct_CC
697 CPPFLAGS
698 LDFLAGS
699 CFLAGS
700 CC
701 target_os
702 target_vendor
703 target_cpu
704 target
705 host_os
706 host_vendor
707 host_cpu
708 host
709 build_os
710 build_vendor
711 build_cpu
712 build
713 target_alias
714 host_alias
715 build_alias
716 LIBS
717 ECHO_T
718 ECHO_N
719 ECHO_C
720 DEFS
721 mandir
722 localedir
723 libdir
724 psdir
725 pdfdir
726 dvidir
727 htmldir
728 infodir
729 docdir
730 oldincludedir
731 includedir
732 localstatedir
733 sharedstatedir
734 sysconfdir
735 datadir
736 datarootdir
737 libexecdir
738 sbindir
739 bindir
740 program_transform_name
741 prefix
742 exec_prefix
743 PACKAGE_URL
744 PACKAGE_BUGREPORT
745 PACKAGE_STRING
746 PACKAGE_VERSION
747 PACKAGE_TARNAME
748 PACKAGE_NAME
749 PATH_SEPARATOR
750 SHELL'
751 ac_subst_files=''
752 ac_user_opts='
753 enable_option_checking
754 enable_dependency_tracking
755 enable_plugins
756 enable_largefile
757 enable_shared
758 enable_static
759 with_pic
760 enable_fast_install
761 with_gnu_ld
762 enable_libtool_lock
763 enable_targets
764 enable_checking
765 enable_werror
766 enable_build_warnings
767 enable_nls
768 enable_maintainer_mode
769 with_zlib
770 '
771 ac_precious_vars='build_alias
772 host_alias
773 target_alias
774 CC
775 CFLAGS
776 LDFLAGS
777 LIBS
778 CPPFLAGS
779 CPP
780 YACC
781 YFLAGS'
782
783
784 # Initialize some variables set by options.
785 ac_init_help=
786 ac_init_version=false
787 ac_unrecognized_opts=
788 ac_unrecognized_sep=
789 # The variables have the same names as the options, with
790 # dashes changed to underlines.
791 cache_file=/dev/null
792 exec_prefix=NONE
793 no_create=
794 no_recursion=
795 prefix=NONE
796 program_prefix=NONE
797 program_suffix=NONE
798 program_transform_name=s,x,x,
799 silent=
800 site=
801 srcdir=
802 verbose=
803 x_includes=NONE
804 x_libraries=NONE
805
806 # Installation directory options.
807 # These are left unexpanded so users can "make install exec_prefix=/foo"
808 # and all the variables that are supposed to be based on exec_prefix
809 # by default will actually change.
810 # Use braces instead of parens because sh, perl, etc. also accept them.
811 # (The list follows the same order as the GNU Coding Standards.)
812 bindir='${exec_prefix}/bin'
813 sbindir='${exec_prefix}/sbin'
814 libexecdir='${exec_prefix}/libexec'
815 datarootdir='${prefix}/share'
816 datadir='${datarootdir}'
817 sysconfdir='${prefix}/etc'
818 sharedstatedir='${prefix}/com'
819 localstatedir='${prefix}/var'
820 includedir='${prefix}/include'
821 oldincludedir='/usr/include'
822 docdir='${datarootdir}/doc/${PACKAGE}'
823 infodir='${datarootdir}/info'
824 htmldir='${docdir}'
825 dvidir='${docdir}'
826 pdfdir='${docdir}'
827 psdir='${docdir}'
828 libdir='${exec_prefix}/lib'
829 localedir='${datarootdir}/locale'
830 mandir='${datarootdir}/man'
831
832 ac_prev=
833 ac_dashdash=
834 for ac_option
835 do
836 # If the previous option needs an argument, assign it.
837 if test -n "$ac_prev"; then
838 eval $ac_prev=\$ac_option
839 ac_prev=
840 continue
841 fi
842
843 case $ac_option in
844 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
845 *) ac_optarg=yes ;;
846 esac
847
848 # Accept the important Cygnus configure options, so we can diagnose typos.
849
850 case $ac_dashdash$ac_option in
851 --)
852 ac_dashdash=yes ;;
853
854 -bindir | --bindir | --bindi | --bind | --bin | --bi)
855 ac_prev=bindir ;;
856 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
857 bindir=$ac_optarg ;;
858
859 -build | --build | --buil | --bui | --bu)
860 ac_prev=build_alias ;;
861 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
862 build_alias=$ac_optarg ;;
863
864 -cache-file | --cache-file | --cache-fil | --cache-fi \
865 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
866 ac_prev=cache_file ;;
867 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
868 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
869 cache_file=$ac_optarg ;;
870
871 --config-cache | -C)
872 cache_file=config.cache ;;
873
874 -datadir | --datadir | --datadi | --datad)
875 ac_prev=datadir ;;
876 -datadir=* | --datadir=* | --datadi=* | --datad=*)
877 datadir=$ac_optarg ;;
878
879 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
880 | --dataroo | --dataro | --datar)
881 ac_prev=datarootdir ;;
882 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
883 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
884 datarootdir=$ac_optarg ;;
885
886 -disable-* | --disable-*)
887 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
888 # Reject names that are not valid shell variable names.
889 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
890 as_fn_error "invalid feature name: $ac_useropt"
891 ac_useropt_orig=$ac_useropt
892 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
893 case $ac_user_opts in
894 *"
895 "enable_$ac_useropt"
896 "*) ;;
897 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
898 ac_unrecognized_sep=', ';;
899 esac
900 eval enable_$ac_useropt=no ;;
901
902 -docdir | --docdir | --docdi | --doc | --do)
903 ac_prev=docdir ;;
904 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
905 docdir=$ac_optarg ;;
906
907 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
908 ac_prev=dvidir ;;
909 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
910 dvidir=$ac_optarg ;;
911
912 -enable-* | --enable-*)
913 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
914 # Reject names that are not valid shell variable names.
915 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
916 as_fn_error "invalid feature name: $ac_useropt"
917 ac_useropt_orig=$ac_useropt
918 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
919 case $ac_user_opts in
920 *"
921 "enable_$ac_useropt"
922 "*) ;;
923 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
924 ac_unrecognized_sep=', ';;
925 esac
926 eval enable_$ac_useropt=\$ac_optarg ;;
927
928 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
929 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
930 | --exec | --exe | --ex)
931 ac_prev=exec_prefix ;;
932 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
933 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
934 | --exec=* | --exe=* | --ex=*)
935 exec_prefix=$ac_optarg ;;
936
937 -gas | --gas | --ga | --g)
938 # Obsolete; use --with-gas.
939 with_gas=yes ;;
940
941 -help | --help | --hel | --he | -h)
942 ac_init_help=long ;;
943 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
944 ac_init_help=recursive ;;
945 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
946 ac_init_help=short ;;
947
948 -host | --host | --hos | --ho)
949 ac_prev=host_alias ;;
950 -host=* | --host=* | --hos=* | --ho=*)
951 host_alias=$ac_optarg ;;
952
953 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
954 ac_prev=htmldir ;;
955 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
956 | --ht=*)
957 htmldir=$ac_optarg ;;
958
959 -includedir | --includedir | --includedi | --included | --include \
960 | --includ | --inclu | --incl | --inc)
961 ac_prev=includedir ;;
962 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
963 | --includ=* | --inclu=* | --incl=* | --inc=*)
964 includedir=$ac_optarg ;;
965
966 -infodir | --infodir | --infodi | --infod | --info | --inf)
967 ac_prev=infodir ;;
968 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
969 infodir=$ac_optarg ;;
970
971 -libdir | --libdir | --libdi | --libd)
972 ac_prev=libdir ;;
973 -libdir=* | --libdir=* | --libdi=* | --libd=*)
974 libdir=$ac_optarg ;;
975
976 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
977 | --libexe | --libex | --libe)
978 ac_prev=libexecdir ;;
979 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
980 | --libexe=* | --libex=* | --libe=*)
981 libexecdir=$ac_optarg ;;
982
983 -localedir | --localedir | --localedi | --localed | --locale)
984 ac_prev=localedir ;;
985 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
986 localedir=$ac_optarg ;;
987
988 -localstatedir | --localstatedir | --localstatedi | --localstated \
989 | --localstate | --localstat | --localsta | --localst | --locals)
990 ac_prev=localstatedir ;;
991 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
992 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
993 localstatedir=$ac_optarg ;;
994
995 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
996 ac_prev=mandir ;;
997 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
998 mandir=$ac_optarg ;;
999
1000 -nfp | --nfp | --nf)
1001 # Obsolete; use --without-fp.
1002 with_fp=no ;;
1003
1004 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1005 | --no-cr | --no-c | -n)
1006 no_create=yes ;;
1007
1008 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1009 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1010 no_recursion=yes ;;
1011
1012 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1013 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1014 | --oldin | --oldi | --old | --ol | --o)
1015 ac_prev=oldincludedir ;;
1016 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1017 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1018 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1019 oldincludedir=$ac_optarg ;;
1020
1021 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1022 ac_prev=prefix ;;
1023 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1024 prefix=$ac_optarg ;;
1025
1026 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1027 | --program-pre | --program-pr | --program-p)
1028 ac_prev=program_prefix ;;
1029 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1030 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1031 program_prefix=$ac_optarg ;;
1032
1033 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1034 | --program-suf | --program-su | --program-s)
1035 ac_prev=program_suffix ;;
1036 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1037 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1038 program_suffix=$ac_optarg ;;
1039
1040 -program-transform-name | --program-transform-name \
1041 | --program-transform-nam | --program-transform-na \
1042 | --program-transform-n | --program-transform- \
1043 | --program-transform | --program-transfor \
1044 | --program-transfo | --program-transf \
1045 | --program-trans | --program-tran \
1046 | --progr-tra | --program-tr | --program-t)
1047 ac_prev=program_transform_name ;;
1048 -program-transform-name=* | --program-transform-name=* \
1049 | --program-transform-nam=* | --program-transform-na=* \
1050 | --program-transform-n=* | --program-transform-=* \
1051 | --program-transform=* | --program-transfor=* \
1052 | --program-transfo=* | --program-transf=* \
1053 | --program-trans=* | --program-tran=* \
1054 | --progr-tra=* | --program-tr=* | --program-t=*)
1055 program_transform_name=$ac_optarg ;;
1056
1057 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1058 ac_prev=pdfdir ;;
1059 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1060 pdfdir=$ac_optarg ;;
1061
1062 -psdir | --psdir | --psdi | --psd | --ps)
1063 ac_prev=psdir ;;
1064 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1065 psdir=$ac_optarg ;;
1066
1067 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1068 | -silent | --silent | --silen | --sile | --sil)
1069 silent=yes ;;
1070
1071 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1072 ac_prev=sbindir ;;
1073 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1074 | --sbi=* | --sb=*)
1075 sbindir=$ac_optarg ;;
1076
1077 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1078 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1079 | --sharedst | --shareds | --shared | --share | --shar \
1080 | --sha | --sh)
1081 ac_prev=sharedstatedir ;;
1082 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1083 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1084 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1085 | --sha=* | --sh=*)
1086 sharedstatedir=$ac_optarg ;;
1087
1088 -site | --site | --sit)
1089 ac_prev=site ;;
1090 -site=* | --site=* | --sit=*)
1091 site=$ac_optarg ;;
1092
1093 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1094 ac_prev=srcdir ;;
1095 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1096 srcdir=$ac_optarg ;;
1097
1098 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1099 | --syscon | --sysco | --sysc | --sys | --sy)
1100 ac_prev=sysconfdir ;;
1101 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1102 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1103 sysconfdir=$ac_optarg ;;
1104
1105 -target | --target | --targe | --targ | --tar | --ta | --t)
1106 ac_prev=target_alias ;;
1107 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1108 target_alias=$ac_optarg ;;
1109
1110 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1111 verbose=yes ;;
1112
1113 -version | --version | --versio | --versi | --vers | -V)
1114 ac_init_version=: ;;
1115
1116 -with-* | --with-*)
1117 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1118 # Reject names that are not valid shell variable names.
1119 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1120 as_fn_error "invalid package name: $ac_useropt"
1121 ac_useropt_orig=$ac_useropt
1122 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1123 case $ac_user_opts in
1124 *"
1125 "with_$ac_useropt"
1126 "*) ;;
1127 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1128 ac_unrecognized_sep=', ';;
1129 esac
1130 eval with_$ac_useropt=\$ac_optarg ;;
1131
1132 -without-* | --without-*)
1133 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1136 as_fn_error "invalid package name: $ac_useropt"
1137 ac_useropt_orig=$ac_useropt
1138 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1139 case $ac_user_opts in
1140 *"
1141 "with_$ac_useropt"
1142 "*) ;;
1143 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1144 ac_unrecognized_sep=', ';;
1145 esac
1146 eval with_$ac_useropt=no ;;
1147
1148 --x)
1149 # Obsolete; use --with-x.
1150 with_x=yes ;;
1151
1152 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1153 | --x-incl | --x-inc | --x-in | --x-i)
1154 ac_prev=x_includes ;;
1155 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1156 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1157 x_includes=$ac_optarg ;;
1158
1159 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1160 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1161 ac_prev=x_libraries ;;
1162 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1163 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1164 x_libraries=$ac_optarg ;;
1165
1166 -*) as_fn_error "unrecognized option: \`$ac_option'
1167 Try \`$0 --help' for more information."
1168 ;;
1169
1170 *=*)
1171 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1172 # Reject names that are not valid shell variable names.
1173 case $ac_envvar in #(
1174 '' | [0-9]* | *[!_$as_cr_alnum]* )
1175 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1176 esac
1177 eval $ac_envvar=\$ac_optarg
1178 export $ac_envvar ;;
1179
1180 *)
1181 # FIXME: should be removed in autoconf 3.0.
1182 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1183 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1184 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1185 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1186 ;;
1187
1188 esac
1189 done
1190
1191 if test -n "$ac_prev"; then
1192 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1193 as_fn_error "missing argument to $ac_option"
1194 fi
1195
1196 if test -n "$ac_unrecognized_opts"; then
1197 case $enable_option_checking in
1198 no) ;;
1199 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1200 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1201 esac
1202 fi
1203
1204 # Check all directory arguments for consistency.
1205 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1206 datadir sysconfdir sharedstatedir localstatedir includedir \
1207 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1208 libdir localedir mandir
1209 do
1210 eval ac_val=\$$ac_var
1211 # Remove trailing slashes.
1212 case $ac_val in
1213 */ )
1214 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1215 eval $ac_var=\$ac_val;;
1216 esac
1217 # Be sure to have absolute directory names.
1218 case $ac_val in
1219 [\\/$]* | ?:[\\/]* ) continue;;
1220 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1221 esac
1222 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1223 done
1224
1225 # There might be people who depend on the old broken behavior: `$host'
1226 # used to hold the argument of --host etc.
1227 # FIXME: To remove some day.
1228 build=$build_alias
1229 host=$host_alias
1230 target=$target_alias
1231
1232 # FIXME: To remove some day.
1233 if test "x$host_alias" != x; then
1234 if test "x$build_alias" = x; then
1235 cross_compiling=maybe
1236 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1237 If a cross compiler is detected then cross compile mode will be used." >&2
1238 elif test "x$build_alias" != "x$host_alias"; then
1239 cross_compiling=yes
1240 fi
1241 fi
1242
1243 ac_tool_prefix=
1244 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1245
1246 test "$silent" = yes && exec 6>/dev/null
1247
1248
1249 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1250 ac_ls_di=`ls -di .` &&
1251 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1252 as_fn_error "working directory cannot be determined"
1253 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1254 as_fn_error "pwd does not report name of working directory"
1255
1256
1257 # Find the source files, if location was not specified.
1258 if test -z "$srcdir"; then
1259 ac_srcdir_defaulted=yes
1260 # Try the directory containing this script, then the parent directory.
1261 ac_confdir=`$as_dirname -- "$as_myself" ||
1262 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1263 X"$as_myself" : 'X\(//\)[^/]' \| \
1264 X"$as_myself" : 'X\(//\)$' \| \
1265 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1266 $as_echo X"$as_myself" |
1267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1268 s//\1/
1269 q
1270 }
1271 /^X\(\/\/\)[^/].*/{
1272 s//\1/
1273 q
1274 }
1275 /^X\(\/\/\)$/{
1276 s//\1/
1277 q
1278 }
1279 /^X\(\/\).*/{
1280 s//\1/
1281 q
1282 }
1283 s/.*/./; q'`
1284 srcdir=$ac_confdir
1285 if test ! -r "$srcdir/$ac_unique_file"; then
1286 srcdir=..
1287 fi
1288 else
1289 ac_srcdir_defaulted=no
1290 fi
1291 if test ! -r "$srcdir/$ac_unique_file"; then
1292 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1293 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1294 fi
1295 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1296 ac_abs_confdir=`(
1297 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1298 pwd)`
1299 # When building in place, set srcdir=.
1300 if test "$ac_abs_confdir" = "$ac_pwd"; then
1301 srcdir=.
1302 fi
1303 # Remove unnecessary trailing slashes from srcdir.
1304 # Double slashes in file names in object file debugging info
1305 # mess up M-x gdb in Emacs.
1306 case $srcdir in
1307 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1308 esac
1309 for ac_var in $ac_precious_vars; do
1310 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1311 eval ac_env_${ac_var}_value=\$${ac_var}
1312 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1313 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1314 done
1315
1316 #
1317 # Report the --help message.
1318 #
1319 if test "$ac_init_help" = "long"; then
1320 # Omit some internal or obsolete options to make the list less imposing.
1321 # This message is too long to be a string in the A/UX 3.1 sh.
1322 cat <<_ACEOF
1323 \`configure' configures this package to adapt to many kinds of systems.
1324
1325 Usage: $0 [OPTION]... [VAR=VALUE]...
1326
1327 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1328 VAR=VALUE. See below for descriptions of some of the useful variables.
1329
1330 Defaults for the options are specified in brackets.
1331
1332 Configuration:
1333 -h, --help display this help and exit
1334 --help=short display options specific to this package
1335 --help=recursive display the short help of all the included packages
1336 -V, --version display version information and exit
1337 -q, --quiet, --silent do not print \`checking...' messages
1338 --cache-file=FILE cache test results in FILE [disabled]
1339 -C, --config-cache alias for \`--cache-file=config.cache'
1340 -n, --no-create do not create output files
1341 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1342
1343 Installation directories:
1344 --prefix=PREFIX install architecture-independent files in PREFIX
1345 [$ac_default_prefix]
1346 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1347 [PREFIX]
1348
1349 By default, \`make install' will install all the files in
1350 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1351 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1352 for instance \`--prefix=\$HOME'.
1353
1354 For better control, use the options below.
1355
1356 Fine tuning of the installation directories:
1357 --bindir=DIR user executables [EPREFIX/bin]
1358 --sbindir=DIR system admin executables [EPREFIX/sbin]
1359 --libexecdir=DIR program executables [EPREFIX/libexec]
1360 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1361 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1362 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1363 --libdir=DIR object code libraries [EPREFIX/lib]
1364 --includedir=DIR C header files [PREFIX/include]
1365 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1366 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1367 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1368 --infodir=DIR info documentation [DATAROOTDIR/info]
1369 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1370 --mandir=DIR man documentation [DATAROOTDIR/man]
1371 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1372 --htmldir=DIR html documentation [DOCDIR]
1373 --dvidir=DIR dvi documentation [DOCDIR]
1374 --pdfdir=DIR pdf documentation [DOCDIR]
1375 --psdir=DIR ps documentation [DOCDIR]
1376 _ACEOF
1377
1378 cat <<\_ACEOF
1379
1380 Program names:
1381 --program-prefix=PREFIX prepend PREFIX to installed program names
1382 --program-suffix=SUFFIX append SUFFIX to installed program names
1383 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1384
1385 System types:
1386 --build=BUILD configure for building on BUILD [guessed]
1387 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1388 --target=TARGET configure for building compilers for TARGET [HOST]
1389 _ACEOF
1390 fi
1391
1392 if test -n "$ac_init_help"; then
1393
1394 cat <<\_ACEOF
1395
1396 Optional Features:
1397 --disable-option-checking ignore unrecognized --enable/--with options
1398 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1399 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1400 --disable-dependency-tracking speeds up one-time build
1401 --enable-dependency-tracking do not reject slow dependency extractors
1402 --enable-plugins Enable support for plugins (defaults no)
1403 --disable-largefile omit support for large files
1404 --enable-shared[=PKGS] build shared libraries [default=yes]
1405 --enable-static[=PKGS] build static libraries [default=yes]
1406 --enable-fast-install[=PKGS]
1407 optimize for fast installation [default=yes]
1408 --disable-libtool-lock avoid locking (might break parallel builds)
1409 --enable-targets alternative target configurations besides the primary
1410 --enable-checking enable run-time checks
1411 --enable-werror treat compile warnings as errors
1412 --enable-build-warnings enable build-time compiler warnings
1413 --disable-nls do not use Native Language Support
1414 --enable-maintainer-mode enable make rules and dependencies not useful
1415 (and sometimes confusing) to the casual installer
1416
1417 Optional Packages:
1418 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1419 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1420 --with-pic try to use only PIC/non-PIC objects [default=use
1421 both]
1422 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1423 --with-zlib include zlib support (auto/yes/no) default=auto
1424
1425 Some influential environment variables:
1426 CC C compiler command
1427 CFLAGS C compiler flags
1428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1429 nonstandard directory <lib dir>
1430 LIBS libraries to pass to the linker, e.g. -l<library>
1431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1432 you have headers in a nonstandard directory <include dir>
1433 CPP C preprocessor
1434 YACC The `Yet Another C Compiler' implementation to use. Defaults to
1435 the first program found out of: `bison -y', `byacc', `yacc'.
1436 YFLAGS The list of arguments that will be passed by default to $YACC.
1437 This script will default YFLAGS to the empty string to avoid a
1438 default value of `-d' given by some make applications.
1439
1440 Use these variables to override the choices made by `configure' or to help
1441 it to find libraries and programs with nonstandard names/locations.
1442
1443 Report bugs to the package provider.
1444 _ACEOF
1445 ac_status=$?
1446 fi
1447
1448 if test "$ac_init_help" = "recursive"; then
1449 # If there are subdirs, report their specific --help.
1450 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1451 test -d "$ac_dir" ||
1452 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1453 continue
1454 ac_builddir=.
1455
1456 case "$ac_dir" in
1457 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458 *)
1459 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1460 # A ".." for each directory in $ac_dir_suffix.
1461 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1462 case $ac_top_builddir_sub in
1463 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1465 esac ;;
1466 esac
1467 ac_abs_top_builddir=$ac_pwd
1468 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1469 # for backward compatibility:
1470 ac_top_builddir=$ac_top_build_prefix
1471
1472 case $srcdir in
1473 .) # We are building in place.
1474 ac_srcdir=.
1475 ac_top_srcdir=$ac_top_builddir_sub
1476 ac_abs_top_srcdir=$ac_pwd ;;
1477 [\\/]* | ?:[\\/]* ) # Absolute name.
1478 ac_srcdir=$srcdir$ac_dir_suffix;
1479 ac_top_srcdir=$srcdir
1480 ac_abs_top_srcdir=$srcdir ;;
1481 *) # Relative name.
1482 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1483 ac_top_srcdir=$ac_top_build_prefix$srcdir
1484 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1485 esac
1486 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487
1488 cd "$ac_dir" || { ac_status=$?; continue; }
1489 # Check for guested configure.
1490 if test -f "$ac_srcdir/configure.gnu"; then
1491 echo &&
1492 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1493 elif test -f "$ac_srcdir/configure"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure" --help=recursive
1496 else
1497 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1498 fi || ac_status=$?
1499 cd "$ac_pwd" || { ac_status=$?; break; }
1500 done
1501 fi
1502
1503 test -n "$ac_init_help" && exit $ac_status
1504 if $ac_init_version; then
1505 cat <<\_ACEOF
1506 configure
1507 generated by GNU Autoconf 2.64
1508
1509 Copyright (C) 2009 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1512 _ACEOF
1513 exit
1514 fi
1515
1516 ## ------------------------ ##
1517 ## Autoconf initialization. ##
1518 ## ------------------------ ##
1519
1520 # ac_fn_c_try_compile LINENO
1521 # --------------------------
1522 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1523 ac_fn_c_try_compile ()
1524 {
1525 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1526 rm -f conftest.$ac_objext
1527 if { { ac_try="$ac_compile"
1528 case "(($ac_try" in
1529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1530 *) ac_try_echo=$ac_try;;
1531 esac
1532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1533 $as_echo "$ac_try_echo"; } >&5
1534 (eval "$ac_compile") 2>conftest.err
1535 ac_status=$?
1536 if test -s conftest.err; then
1537 grep -v '^ *+' conftest.err >conftest.er1
1538 cat conftest.er1 >&5
1539 mv -f conftest.er1 conftest.err
1540 fi
1541 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1542 test $ac_status = 0; } && {
1543 test -z "$ac_c_werror_flag" ||
1544 test ! -s conftest.err
1545 } && test -s conftest.$ac_objext; then :
1546 ac_retval=0
1547 else
1548 $as_echo "$as_me: failed program was:" >&5
1549 sed 's/^/| /' conftest.$ac_ext >&5
1550
1551 ac_retval=1
1552 fi
1553 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1554 return $ac_retval
1555
1556 } # ac_fn_c_try_compile
1557
1558 # ac_fn_c_try_link LINENO
1559 # -----------------------
1560 # Try to link conftest.$ac_ext, and return whether this succeeded.
1561 ac_fn_c_try_link ()
1562 {
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 rm -f conftest.$ac_objext conftest$ac_exeext
1565 if { { ac_try="$ac_link"
1566 case "(($ac_try" in
1567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1568 *) ac_try_echo=$ac_try;;
1569 esac
1570 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1571 $as_echo "$ac_try_echo"; } >&5
1572 (eval "$ac_link") 2>conftest.err
1573 ac_status=$?
1574 if test -s conftest.err; then
1575 grep -v '^ *+' conftest.err >conftest.er1
1576 cat conftest.er1 >&5
1577 mv -f conftest.er1 conftest.err
1578 fi
1579 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1580 test $ac_status = 0; } && {
1581 test -z "$ac_c_werror_flag" ||
1582 test ! -s conftest.err
1583 } && test -s conftest$ac_exeext && {
1584 test "$cross_compiling" = yes ||
1585 $as_test_x conftest$ac_exeext
1586 }; then :
1587 ac_retval=0
1588 else
1589 $as_echo "$as_me: failed program was:" >&5
1590 sed 's/^/| /' conftest.$ac_ext >&5
1591
1592 ac_retval=1
1593 fi
1594 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1595 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1596 # interfere with the next link command; also delete a directory that is
1597 # left behind by Apple's compiler. We do this before executing the actions.
1598 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1599 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1600 return $ac_retval
1601
1602 } # ac_fn_c_try_link
1603
1604 # ac_fn_c_try_cpp LINENO
1605 # ----------------------
1606 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1607 ac_fn_c_try_cpp ()
1608 {
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 if { { ac_try="$ac_cpp conftest.$ac_ext"
1611 case "(($ac_try" in
1612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1613 *) ac_try_echo=$ac_try;;
1614 esac
1615 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1616 $as_echo "$ac_try_echo"; } >&5
1617 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1618 ac_status=$?
1619 if test -s conftest.err; then
1620 grep -v '^ *+' conftest.err >conftest.er1
1621 cat conftest.er1 >&5
1622 mv -f conftest.er1 conftest.err
1623 fi
1624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1625 test $ac_status = 0; } >/dev/null && {
1626 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1627 test ! -s conftest.err
1628 }; then :
1629 ac_retval=0
1630 else
1631 $as_echo "$as_me: failed program was:" >&5
1632 sed 's/^/| /' conftest.$ac_ext >&5
1633
1634 ac_retval=1
1635 fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637 return $ac_retval
1638
1639 } # ac_fn_c_try_cpp
1640
1641 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1642 # -------------------------------------------------------
1643 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1644 # the include files in INCLUDES and setting the cache variable VAR
1645 # accordingly.
1646 ac_fn_c_check_header_mongrel ()
1647 {
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1651 $as_echo_n "checking for $2... " >&6; }
1652 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1653 $as_echo_n "(cached) " >&6
1654 fi
1655 eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657 $as_echo "$ac_res" >&6; }
1658 else
1659 # Is the header compilable?
1660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1661 $as_echo_n "checking $2 usability... " >&6; }
1662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663 /* end confdefs.h. */
1664 $4
1665 #include <$2>
1666 _ACEOF
1667 if ac_fn_c_try_compile "$LINENO"; then :
1668 ac_header_compiler=yes
1669 else
1670 ac_header_compiler=no
1671 fi
1672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1674 $as_echo "$ac_header_compiler" >&6; }
1675
1676 # Is the header present?
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1678 $as_echo_n "checking $2 presence... " >&6; }
1679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1680 /* end confdefs.h. */
1681 #include <$2>
1682 _ACEOF
1683 if ac_fn_c_try_cpp "$LINENO"; then :
1684 ac_header_preproc=yes
1685 else
1686 ac_header_preproc=no
1687 fi
1688 rm -f conftest.err conftest.$ac_ext
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1690 $as_echo "$ac_header_preproc" >&6; }
1691
1692 # So? What about this header?
1693 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1694 yes:no: )
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1696 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1697 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1698 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1699 ;;
1700 no:yes:* )
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1702 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1704 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1706 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1708 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1709 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1710 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1711 ;;
1712 esac
1713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1714 $as_echo_n "checking for $2... " >&6; }
1715 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1716 $as_echo_n "(cached) " >&6
1717 else
1718 eval "$3=\$ac_header_compiler"
1719 fi
1720 eval ac_res=\$$3
1721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1722 $as_echo "$ac_res" >&6; }
1723 fi
1724 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1725
1726 } # ac_fn_c_check_header_mongrel
1727
1728 # ac_fn_c_try_run LINENO
1729 # ----------------------
1730 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1731 # that executables *can* be run.
1732 ac_fn_c_try_run ()
1733 {
1734 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1735 if { { ac_try="$ac_link"
1736 case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739 esac
1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_link") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1746 { { case "(($ac_try" in
1747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748 *) ac_try_echo=$ac_try;;
1749 esac
1750 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751 $as_echo "$ac_try_echo"; } >&5
1752 (eval "$ac_try") 2>&5
1753 ac_status=$?
1754 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1755 test $ac_status = 0; }; }; then :
1756 ac_retval=0
1757 else
1758 $as_echo "$as_me: program exited with status $ac_status" >&5
1759 $as_echo "$as_me: failed program was:" >&5
1760 sed 's/^/| /' conftest.$ac_ext >&5
1761
1762 ac_retval=$ac_status
1763 fi
1764 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1766 return $ac_retval
1767
1768 } # ac_fn_c_try_run
1769
1770 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1771 # -------------------------------------------------------
1772 # Tests whether HEADER exists and can be compiled using the include files in
1773 # INCLUDES, setting the cache variable VAR accordingly.
1774 ac_fn_c_check_header_compile ()
1775 {
1776 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1778 $as_echo_n "checking for $2... " >&6; }
1779 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1780 $as_echo_n "(cached) " >&6
1781 else
1782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1783 /* end confdefs.h. */
1784 $4
1785 #include <$2>
1786 _ACEOF
1787 if ac_fn_c_try_compile "$LINENO"; then :
1788 eval "$3=yes"
1789 else
1790 eval "$3=no"
1791 fi
1792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1793 fi
1794 eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796 $as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1798
1799 } # ac_fn_c_check_header_compile
1800
1801 # ac_fn_c_check_func LINENO FUNC VAR
1802 # ----------------------------------
1803 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1804 ac_fn_c_check_func ()
1805 {
1806 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1808 $as_echo_n "checking for $2... " >&6; }
1809 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1810 $as_echo_n "(cached) " >&6
1811 else
1812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1813 /* end confdefs.h. */
1814 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1815 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1816 #define $2 innocuous_$2
1817
1818 /* System header to define __stub macros and hopefully few prototypes,
1819 which can conflict with char $2 (); below.
1820 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1821 <limits.h> exists even on freestanding compilers. */
1822
1823 #ifdef __STDC__
1824 # include <limits.h>
1825 #else
1826 # include <assert.h>
1827 #endif
1828
1829 #undef $2
1830
1831 /* Override any GCC internal prototype to avoid an error.
1832 Use char because int might match the return type of a GCC
1833 builtin and then its argument prototype would still apply. */
1834 #ifdef __cplusplus
1835 extern "C"
1836 #endif
1837 char $2 ();
1838 /* The GNU C library defines this for functions which it implements
1839 to always fail with ENOSYS. Some functions are actually named
1840 something starting with __ and the normal name is an alias. */
1841 #if defined __stub_$2 || defined __stub___$2
1842 choke me
1843 #endif
1844
1845 int
1846 main ()
1847 {
1848 return $2 ();
1849 ;
1850 return 0;
1851 }
1852 _ACEOF
1853 if ac_fn_c_try_link "$LINENO"; then :
1854 eval "$3=yes"
1855 else
1856 eval "$3=no"
1857 fi
1858 rm -f core conftest.err conftest.$ac_objext \
1859 conftest$ac_exeext conftest.$ac_ext
1860 fi
1861 eval ac_res=\$$3
1862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1863 $as_echo "$ac_res" >&6; }
1864 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1865
1866 } # ac_fn_c_check_func
1867
1868 # ac_fn_c_check_decl LINENO SYMBOL VAR
1869 # ------------------------------------
1870 # Tests whether SYMBOL is declared, setting cache variable VAR accordingly.
1871 ac_fn_c_check_decl ()
1872 {
1873 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1874 as_decl_name=`echo $2|sed 's/ *(.*//'`
1875 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1877 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1878 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1879 $as_echo_n "(cached) " >&6
1880 else
1881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1882 /* end confdefs.h. */
1883 $4
1884 int
1885 main ()
1886 {
1887 #ifndef $as_decl_name
1888 #ifdef __cplusplus
1889 (void) $as_decl_use;
1890 #else
1891 (void) $as_decl_name;
1892 #endif
1893 #endif
1894
1895 ;
1896 return 0;
1897 }
1898 _ACEOF
1899 if ac_fn_c_try_compile "$LINENO"; then :
1900 eval "$3=yes"
1901 else
1902 eval "$3=no"
1903 fi
1904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1905 fi
1906 eval ac_res=\$$3
1907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1908 $as_echo "$ac_res" >&6; }
1909 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1910
1911 } # ac_fn_c_check_decl
1912 cat >config.log <<_ACEOF
1913 This file contains any messages produced by compilers while
1914 running configure, to aid debugging if configure makes a mistake.
1915
1916 It was created by $as_me, which was
1917 generated by GNU Autoconf 2.64. Invocation command line was
1918
1919 $ $0 $@
1920
1921 _ACEOF
1922 exec 5>>config.log
1923 {
1924 cat <<_ASUNAME
1925 ## --------- ##
1926 ## Platform. ##
1927 ## --------- ##
1928
1929 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1930 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1931 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1932 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1933 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1934
1935 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1936 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1937
1938 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1939 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1940 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1941 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1942 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1943 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1944 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1945
1946 _ASUNAME
1947
1948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1949 for as_dir in $PATH
1950 do
1951 IFS=$as_save_IFS
1952 test -z "$as_dir" && as_dir=.
1953 $as_echo "PATH: $as_dir"
1954 done
1955 IFS=$as_save_IFS
1956
1957 } >&5
1958
1959 cat >&5 <<_ACEOF
1960
1961
1962 ## ----------- ##
1963 ## Core tests. ##
1964 ## ----------- ##
1965
1966 _ACEOF
1967
1968
1969 # Keep a trace of the command line.
1970 # Strip out --no-create and --no-recursion so they do not pile up.
1971 # Strip out --silent because we don't want to record it for future runs.
1972 # Also quote any args containing shell meta-characters.
1973 # Make two passes to allow for proper duplicate-argument suppression.
1974 ac_configure_args=
1975 ac_configure_args0=
1976 ac_configure_args1=
1977 ac_must_keep_next=false
1978 for ac_pass in 1 2
1979 do
1980 for ac_arg
1981 do
1982 case $ac_arg in
1983 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1985 | -silent | --silent | --silen | --sile | --sil)
1986 continue ;;
1987 *\'*)
1988 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1989 esac
1990 case $ac_pass in
1991 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1992 2)
1993 as_fn_append ac_configure_args1 " '$ac_arg'"
1994 if test $ac_must_keep_next = true; then
1995 ac_must_keep_next=false # Got value, back to normal.
1996 else
1997 case $ac_arg in
1998 *=* | --config-cache | -C | -disable-* | --disable-* \
1999 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2000 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2001 | -with-* | --with-* | -without-* | --without-* | --x)
2002 case "$ac_configure_args0 " in
2003 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2004 esac
2005 ;;
2006 -* ) ac_must_keep_next=true ;;
2007 esac
2008 fi
2009 as_fn_append ac_configure_args " '$ac_arg'"
2010 ;;
2011 esac
2012 done
2013 done
2014 { ac_configure_args0=; unset ac_configure_args0;}
2015 { ac_configure_args1=; unset ac_configure_args1;}
2016
2017 # When interrupted or exit'd, cleanup temporary files, and complete
2018 # config.log. We remove comments because anyway the quotes in there
2019 # would cause problems or look ugly.
2020 # WARNING: Use '\'' to represent an apostrophe within the trap.
2021 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2022 trap 'exit_status=$?
2023 # Save into config.log some information that might help in debugging.
2024 {
2025 echo
2026
2027 cat <<\_ASBOX
2028 ## ---------------- ##
2029 ## Cache variables. ##
2030 ## ---------------- ##
2031 _ASBOX
2032 echo
2033 # The following way of writing the cache mishandles newlines in values,
2034 (
2035 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2036 eval ac_val=\$$ac_var
2037 case $ac_val in #(
2038 *${as_nl}*)
2039 case $ac_var in #(
2040 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2041 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2042 esac
2043 case $ac_var in #(
2044 _ | IFS | as_nl) ;; #(
2045 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2046 *) { eval $ac_var=; unset $ac_var;} ;;
2047 esac ;;
2048 esac
2049 done
2050 (set) 2>&1 |
2051 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2052 *${as_nl}ac_space=\ *)
2053 sed -n \
2054 "s/'\''/'\''\\\\'\'''\''/g;
2055 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2056 ;; #(
2057 *)
2058 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2059 ;;
2060 esac |
2061 sort
2062 )
2063 echo
2064
2065 cat <<\_ASBOX
2066 ## ----------------- ##
2067 ## Output variables. ##
2068 ## ----------------- ##
2069 _ASBOX
2070 echo
2071 for ac_var in $ac_subst_vars
2072 do
2073 eval ac_val=\$$ac_var
2074 case $ac_val in
2075 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2076 esac
2077 $as_echo "$ac_var='\''$ac_val'\''"
2078 done | sort
2079 echo
2080
2081 if test -n "$ac_subst_files"; then
2082 cat <<\_ASBOX
2083 ## ------------------- ##
2084 ## File substitutions. ##
2085 ## ------------------- ##
2086 _ASBOX
2087 echo
2088 for ac_var in $ac_subst_files
2089 do
2090 eval ac_val=\$$ac_var
2091 case $ac_val in
2092 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2093 esac
2094 $as_echo "$ac_var='\''$ac_val'\''"
2095 done | sort
2096 echo
2097 fi
2098
2099 if test -s confdefs.h; then
2100 cat <<\_ASBOX
2101 ## ----------- ##
2102 ## confdefs.h. ##
2103 ## ----------- ##
2104 _ASBOX
2105 echo
2106 cat confdefs.h
2107 echo
2108 fi
2109 test "$ac_signal" != 0 &&
2110 $as_echo "$as_me: caught signal $ac_signal"
2111 $as_echo "$as_me: exit $exit_status"
2112 } >&5
2113 rm -f core *.core core.conftest.* &&
2114 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2115 exit $exit_status
2116 ' 0
2117 for ac_signal in 1 2 13 15; do
2118 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2119 done
2120 ac_signal=0
2121
2122 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2123 rm -f -r conftest* confdefs.h
2124
2125 $as_echo "/* confdefs.h */" > confdefs.h
2126
2127 # Predefined preprocessor variables.
2128
2129 cat >>confdefs.h <<_ACEOF
2130 #define PACKAGE_NAME "$PACKAGE_NAME"
2131 _ACEOF
2132
2133 cat >>confdefs.h <<_ACEOF
2134 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2135 _ACEOF
2136
2137 cat >>confdefs.h <<_ACEOF
2138 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2139 _ACEOF
2140
2141 cat >>confdefs.h <<_ACEOF
2142 #define PACKAGE_STRING "$PACKAGE_STRING"
2143 _ACEOF
2144
2145 cat >>confdefs.h <<_ACEOF
2146 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2147 _ACEOF
2148
2149 cat >>confdefs.h <<_ACEOF
2150 #define PACKAGE_URL "$PACKAGE_URL"
2151 _ACEOF
2152
2153
2154 # Let the site file select an alternate cache file if it wants to.
2155 # Prefer an explicitly selected file to automatically selected ones.
2156 ac_site_file1=NONE
2157 ac_site_file2=NONE
2158 if test -n "$CONFIG_SITE"; then
2159 ac_site_file1=$CONFIG_SITE
2160 elif test "x$prefix" != xNONE; then
2161 ac_site_file1=$prefix/share/config.site
2162 ac_site_file2=$prefix/etc/config.site
2163 else
2164 ac_site_file1=$ac_default_prefix/share/config.site
2165 ac_site_file2=$ac_default_prefix/etc/config.site
2166 fi
2167 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2168 do
2169 test "x$ac_site_file" = xNONE && continue
2170 if test -r "$ac_site_file"; then
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2172 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2173 sed 's/^/| /' "$ac_site_file" >&5
2174 . "$ac_site_file"
2175 fi
2176 done
2177
2178 if test -r "$cache_file"; then
2179 # Some versions of bash will fail to source /dev/null (special
2180 # files actually), so we avoid doing that.
2181 if test -f "$cache_file"; then
2182 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2183 $as_echo "$as_me: loading cache $cache_file" >&6;}
2184 case $cache_file in
2185 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2186 *) . "./$cache_file";;
2187 esac
2188 fi
2189 else
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2191 $as_echo "$as_me: creating cache $cache_file" >&6;}
2192 >$cache_file
2193 fi
2194
2195 # Check that the precious variables saved in the cache have kept the same
2196 # value.
2197 ac_cache_corrupted=false
2198 for ac_var in $ac_precious_vars; do
2199 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2200 eval ac_new_set=\$ac_env_${ac_var}_set
2201 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2202 eval ac_new_val=\$ac_env_${ac_var}_value
2203 case $ac_old_set,$ac_new_set in
2204 set,)
2205 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2206 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2207 ac_cache_corrupted=: ;;
2208 ,set)
2209 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2210 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2211 ac_cache_corrupted=: ;;
2212 ,);;
2213 *)
2214 if test "x$ac_old_val" != "x$ac_new_val"; then
2215 # differences in whitespace do not lead to failure.
2216 ac_old_val_w=`echo x $ac_old_val`
2217 ac_new_val_w=`echo x $ac_new_val`
2218 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2219 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2220 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2221 ac_cache_corrupted=:
2222 else
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2224 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2225 eval $ac_var=\$ac_old_val
2226 fi
2227 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2228 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2230 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2231 fi;;
2232 esac
2233 # Pass precious variables to config.status.
2234 if test "$ac_new_set" = set; then
2235 case $ac_new_val in
2236 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2237 *) ac_arg=$ac_var=$ac_new_val ;;
2238 esac
2239 case " $ac_configure_args " in
2240 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2241 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2242 esac
2243 fi
2244 done
2245 if $ac_cache_corrupted; then
2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2249 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2250 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2251 fi
2252 ## -------------------- ##
2253 ## Main body of script. ##
2254 ## -------------------- ##
2255
2256 ac_ext=c
2257 ac_cpp='$CPP $CPPFLAGS'
2258 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2259 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2260 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2261
2262
2263
2264
2265
2266
2267
2268 ac_aux_dir=
2269 for ac_dir in .. "$srcdir"/..; do
2270 for ac_t in install-sh install.sh shtool; do
2271 if test -f "$ac_dir/$ac_t"; then
2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/$ac_t -c"
2274 break 2
2275 fi
2276 done
2277 done
2278 if test -z "$ac_aux_dir"; then
2279 as_fn_error "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2280 fi
2281
2282 # These three variables are undocumented and unsupported,
2283 # and are intended to be withdrawn in a future Autoconf release.
2284 # They can cause serious problems if a builder's source tree is in a directory
2285 # whose full name contains unusual characters.
2286 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2287 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2288 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2289
2290
2291 # Make sure we can run config.sub.
2292 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2293 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2294
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2296 $as_echo_n "checking build system type... " >&6; }
2297 if test "${ac_cv_build+set}" = set; then :
2298 $as_echo_n "(cached) " >&6
2299 else
2300 ac_build_alias=$build_alias
2301 test "x$ac_build_alias" = x &&
2302 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2303 test "x$ac_build_alias" = x &&
2304 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2305 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2306 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2307
2308 fi
2309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2310 $as_echo "$ac_cv_build" >&6; }
2311 case $ac_cv_build in
2312 *-*-*) ;;
2313 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2327
2328
2329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then :
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2339 fi
2340
2341 fi
2342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2343 $as_echo "$ac_cv_host" >&6; }
2344 case $ac_cv_host in
2345 *-*-*) ;;
2346 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2360
2361
2362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2363 $as_echo_n "checking target system type... " >&6; }
2364 if test "${ac_cv_target+set}" = set; then :
2365 $as_echo_n "(cached) " >&6
2366 else
2367 if test "x$target_alias" = x; then
2368 ac_cv_target=$ac_cv_host
2369 else
2370 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2371 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2372 fi
2373
2374 fi
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2376 $as_echo "$ac_cv_target" >&6; }
2377 case $ac_cv_target in
2378 *-*-*) ;;
2379 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2380 esac
2381 target=$ac_cv_target
2382 ac_save_IFS=$IFS; IFS='-'
2383 set x $ac_cv_target
2384 shift
2385 target_cpu=$1
2386 target_vendor=$2
2387 shift; shift
2388 # Remember, the first character of IFS is used to create $*,
2389 # except with old shells:
2390 target_os=$*
2391 IFS=$ac_save_IFS
2392 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2393
2394
2395 # The aliases save the names the user supplied, while $host etc.
2396 # will get canonicalized.
2397 test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2399 NONENONEs,x,x, &&
2400 program_prefix=${target_alias}-
2401 ac_ext=c
2402 ac_cpp='$CPP $CPPFLAGS'
2403 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2404 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2405 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2406 if test -n "$ac_tool_prefix"; then
2407 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2408 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2410 $as_echo_n "checking for $ac_word... " >&6; }
2411 if test "${ac_cv_prog_CC+set}" = set; then :
2412 $as_echo_n "(cached) " >&6
2413 else
2414 if test -n "$CC"; then
2415 ac_cv_prog_CC="$CC" # Let the user override the test.
2416 else
2417 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2418 for as_dir in $PATH
2419 do
2420 IFS=$as_save_IFS
2421 test -z "$as_dir" && as_dir=.
2422 for ac_exec_ext in '' $ac_executable_extensions; do
2423 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2424 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2425 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2426 break 2
2427 fi
2428 done
2429 done
2430 IFS=$as_save_IFS
2431
2432 fi
2433 fi
2434 CC=$ac_cv_prog_CC
2435 if test -n "$CC"; then
2436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2437 $as_echo "$CC" >&6; }
2438 else
2439 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2440 $as_echo "no" >&6; }
2441 fi
2442
2443
2444 fi
2445 if test -z "$ac_cv_prog_CC"; then
2446 ac_ct_CC=$CC
2447 # Extract the first word of "gcc", so it can be a program name with args.
2448 set dummy gcc; ac_word=$2
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2450 $as_echo_n "checking for $ac_word... " >&6; }
2451 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2452 $as_echo_n "(cached) " >&6
2453 else
2454 if test -n "$ac_ct_CC"; then
2455 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2456 else
2457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2458 for as_dir in $PATH
2459 do
2460 IFS=$as_save_IFS
2461 test -z "$as_dir" && as_dir=.
2462 for ac_exec_ext in '' $ac_executable_extensions; do
2463 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2464 ac_cv_prog_ac_ct_CC="gcc"
2465 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2466 break 2
2467 fi
2468 done
2469 done
2470 IFS=$as_save_IFS
2471
2472 fi
2473 fi
2474 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2475 if test -n "$ac_ct_CC"; then
2476 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2477 $as_echo "$ac_ct_CC" >&6; }
2478 else
2479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2480 $as_echo "no" >&6; }
2481 fi
2482
2483 if test "x$ac_ct_CC" = x; then
2484 CC=""
2485 else
2486 case $cross_compiling:$ac_tool_warned in
2487 yes:)
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2489 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2490 ac_tool_warned=yes ;;
2491 esac
2492 CC=$ac_ct_CC
2493 fi
2494 else
2495 CC="$ac_cv_prog_CC"
2496 fi
2497
2498 if test -z "$CC"; then
2499 if test -n "$ac_tool_prefix"; then
2500 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2501 set dummy ${ac_tool_prefix}cc; ac_word=$2
2502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2503 $as_echo_n "checking for $ac_word... " >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then :
2505 $as_echo_n "(cached) " >&6
2506 else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509 else
2510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511 for as_dir in $PATH
2512 do
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC="${ac_tool_prefix}cc"
2518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2520 fi
2521 done
2522 done
2523 IFS=$as_save_IFS
2524
2525 fi
2526 fi
2527 CC=$ac_cv_prog_CC
2528 if test -n "$CC"; then
2529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2530 $as_echo "$CC" >&6; }
2531 else
2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2533 $as_echo "no" >&6; }
2534 fi
2535
2536
2537 fi
2538 fi
2539 if test -z "$CC"; then
2540 # Extract the first word of "cc", so it can be a program name with args.
2541 set dummy cc; ac_word=$2
2542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2543 $as_echo_n "checking for $ac_word... " >&6; }
2544 if test "${ac_cv_prog_CC+set}" = set; then :
2545 $as_echo_n "(cached) " >&6
2546 else
2547 if test -n "$CC"; then
2548 ac_cv_prog_CC="$CC" # Let the user override the test.
2549 else
2550 ac_prog_rejected=no
2551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2552 for as_dir in $PATH
2553 do
2554 IFS=$as_save_IFS
2555 test -z "$as_dir" && as_dir=.
2556 for ac_exec_ext in '' $ac_executable_extensions; do
2557 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2558 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2559 ac_prog_rejected=yes
2560 continue
2561 fi
2562 ac_cv_prog_CC="cc"
2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2564 break 2
2565 fi
2566 done
2567 done
2568 IFS=$as_save_IFS
2569
2570 if test $ac_prog_rejected = yes; then
2571 # We found a bogon in the path, so make sure we never use it.
2572 set dummy $ac_cv_prog_CC
2573 shift
2574 if test $# != 0; then
2575 # We chose a different compiler from the bogus one.
2576 # However, it has the same basename, so the bogon will be chosen
2577 # first if we set CC to just the basename; use the full file name.
2578 shift
2579 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2580 fi
2581 fi
2582 fi
2583 fi
2584 CC=$ac_cv_prog_CC
2585 if test -n "$CC"; then
2586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2587 $as_echo "$CC" >&6; }
2588 else
2589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2590 $as_echo "no" >&6; }
2591 fi
2592
2593
2594 fi
2595 if test -z "$CC"; then
2596 if test -n "$ac_tool_prefix"; then
2597 for ac_prog in cl.exe
2598 do
2599 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2600 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2602 $as_echo_n "checking for $ac_word... " >&6; }
2603 if test "${ac_cv_prog_CC+set}" = set; then :
2604 $as_echo_n "(cached) " >&6
2605 else
2606 if test -n "$CC"; then
2607 ac_cv_prog_CC="$CC" # Let the user override the test.
2608 else
2609 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2610 for as_dir in $PATH
2611 do
2612 IFS=$as_save_IFS
2613 test -z "$as_dir" && as_dir=.
2614 for ac_exec_ext in '' $ac_executable_extensions; do
2615 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2616 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2617 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2618 break 2
2619 fi
2620 done
2621 done
2622 IFS=$as_save_IFS
2623
2624 fi
2625 fi
2626 CC=$ac_cv_prog_CC
2627 if test -n "$CC"; then
2628 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2629 $as_echo "$CC" >&6; }
2630 else
2631 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2632 $as_echo "no" >&6; }
2633 fi
2634
2635
2636 test -n "$CC" && break
2637 done
2638 fi
2639 if test -z "$CC"; then
2640 ac_ct_CC=$CC
2641 for ac_prog in cl.exe
2642 do
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644 set dummy $ac_prog; ac_word=$2
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2646 $as_echo_n "checking for $ac_word... " >&6; }
2647 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2648 $as_echo_n "(cached) " >&6
2649 else
2650 if test -n "$ac_ct_CC"; then
2651 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2652 else
2653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2654 for as_dir in $PATH
2655 do
2656 IFS=$as_save_IFS
2657 test -z "$as_dir" && as_dir=.
2658 for ac_exec_ext in '' $ac_executable_extensions; do
2659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2660 ac_cv_prog_ac_ct_CC="$ac_prog"
2661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2662 break 2
2663 fi
2664 done
2665 done
2666 IFS=$as_save_IFS
2667
2668 fi
2669 fi
2670 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2671 if test -n "$ac_ct_CC"; then
2672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2673 $as_echo "$ac_ct_CC" >&6; }
2674 else
2675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676 $as_echo "no" >&6; }
2677 fi
2678
2679
2680 test -n "$ac_ct_CC" && break
2681 done
2682
2683 if test "x$ac_ct_CC" = x; then
2684 CC=""
2685 else
2686 case $cross_compiling:$ac_tool_warned in
2687 yes:)
2688 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2689 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2690 ac_tool_warned=yes ;;
2691 esac
2692 CC=$ac_ct_CC
2693 fi
2694 fi
2695
2696 fi
2697
2698
2699 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2701 as_fn_error "no acceptable C compiler found in \$PATH
2702 See \`config.log' for more details." "$LINENO" 5; }
2703
2704 # Provide some information about the compiler.
2705 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2706 set X $ac_compile
2707 ac_compiler=$2
2708 for ac_option in --version -v -V -qversion; do
2709 { { ac_try="$ac_compiler $ac_option >&5"
2710 case "(($ac_try" in
2711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2712 *) ac_try_echo=$ac_try;;
2713 esac
2714 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2715 $as_echo "$ac_try_echo"; } >&5
2716 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2717 ac_status=$?
2718 if test -s conftest.err; then
2719 sed '10a\
2720 ... rest of stderr output deleted ...
2721 10q' conftest.err >conftest.er1
2722 cat conftest.er1 >&5
2723 rm -f conftest.er1 conftest.err
2724 fi
2725 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2726 test $ac_status = 0; }
2727 done
2728
2729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2730 /* end confdefs.h. */
2731
2732 int
2733 main ()
2734 {
2735
2736 ;
2737 return 0;
2738 }
2739 _ACEOF
2740 ac_clean_files_save=$ac_clean_files
2741 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
2742 # Try to create an executable without -o first, disregard a.out.
2743 # It will help us diagnose broken compilers, and finding out an intuition
2744 # of exeext.
2745 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2746 $as_echo_n "checking for C compiler default output file name... " >&6; }
2747 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2748
2749 # The possible output files:
2750 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2751
2752 ac_rmfiles=
2753 for ac_file in $ac_files
2754 do
2755 case $ac_file in
2756 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2757 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2758 esac
2759 done
2760 rm -f $ac_rmfiles
2761
2762 if { { ac_try="$ac_link_default"
2763 case "(($ac_try" in
2764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2765 *) ac_try_echo=$ac_try;;
2766 esac
2767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2768 $as_echo "$ac_try_echo"; } >&5
2769 (eval "$ac_link_default") 2>&5
2770 ac_status=$?
2771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2772 test $ac_status = 0; }; then :
2773 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2774 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2775 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2776 # so that the user can short-circuit this test for compilers unknown to
2777 # Autoconf.
2778 for ac_file in $ac_files ''
2779 do
2780 test -f "$ac_file" || continue
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2783 ;;
2784 [ab].out )
2785 # We found the default executable, but exeext='' is most
2786 # certainly right.
2787 break;;
2788 *.* )
2789 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2790 then :; else
2791 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2792 fi
2793 # We set ac_cv_exeext here because the later test for it is not
2794 # safe: cross compilers may not add the suffix if given an `-o'
2795 # argument, so we may need to know it at that point already.
2796 # Even if this section looks crufty: it has the advantage of
2797 # actually working.
2798 break;;
2799 * )
2800 break;;
2801 esac
2802 done
2803 test "$ac_cv_exeext" = no && ac_cv_exeext=
2804
2805 else
2806 ac_file=''
2807 fi
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2809 $as_echo "$ac_file" >&6; }
2810 if test -z "$ac_file"; then :
2811 $as_echo "$as_me: failed program was:" >&5
2812 sed 's/^/| /' conftest.$ac_ext >&5
2813
2814 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2815 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2816 { as_fn_set_status 77
2817 as_fn_error "C compiler cannot create executables
2818 See \`config.log' for more details." "$LINENO" 5; }; }
2819 fi
2820 ac_exeext=$ac_cv_exeext
2821
2822 # Check that the compiler produces executables we can run. If not, either
2823 # the compiler is broken, or we cross compile.
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2825 $as_echo_n "checking whether the C compiler works... " >&6; }
2826 # If not cross compiling, check that we can run a simple program.
2827 if test "$cross_compiling" != yes; then
2828 if { ac_try='./$ac_file'
2829 { { case "(($ac_try" in
2830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2831 *) ac_try_echo=$ac_try;;
2832 esac
2833 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2834 $as_echo "$ac_try_echo"; } >&5
2835 (eval "$ac_try") 2>&5
2836 ac_status=$?
2837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2838 test $ac_status = 0; }; }; then
2839 cross_compiling=no
2840 else
2841 if test "$cross_compiling" = maybe; then
2842 cross_compiling=yes
2843 else
2844 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 as_fn_error "cannot run C compiled programs.
2847 If you meant to cross compile, use \`--host'.
2848 See \`config.log' for more details." "$LINENO" 5; }
2849 fi
2850 fi
2851 fi
2852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2853 $as_echo "yes" >&6; }
2854
2855 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
2856 ac_clean_files=$ac_clean_files_save
2857 # Check that the compiler produces executables we can run. If not, either
2858 # the compiler is broken, or we cross compile.
2859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
2860 $as_echo_n "checking whether we are cross compiling... " >&6; }
2861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
2862 $as_echo "$cross_compiling" >&6; }
2863
2864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2865 $as_echo_n "checking for suffix of executables... " >&6; }
2866 if { { ac_try="$ac_link"
2867 case "(($ac_try" in
2868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2869 *) ac_try_echo=$ac_try;;
2870 esac
2871 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2872 $as_echo "$ac_try_echo"; } >&5
2873 (eval "$ac_link") 2>&5
2874 ac_status=$?
2875 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2876 test $ac_status = 0; }; then :
2877 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2878 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2879 # work properly (i.e., refer to `conftest.exe'), while it won't with
2880 # `rm'.
2881 for ac_file in conftest.exe conftest conftest.*; do
2882 test -f "$ac_file" || continue
2883 case $ac_file in
2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2885 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2886 break;;
2887 * ) break;;
2888 esac
2889 done
2890 else
2891 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2892 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2893 as_fn_error "cannot compute suffix of executables: cannot compile and link
2894 See \`config.log' for more details." "$LINENO" 5; }
2895 fi
2896 rm -f conftest$ac_cv_exeext
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
2898 $as_echo "$ac_cv_exeext" >&6; }
2899
2900 rm -f conftest.$ac_ext
2901 EXEEXT=$ac_cv_exeext
2902 ac_exeext=$EXEEXT
2903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
2904 $as_echo_n "checking for suffix of object files... " >&6; }
2905 if test "${ac_cv_objext+set}" = set; then :
2906 $as_echo_n "(cached) " >&6
2907 else
2908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2909 /* end confdefs.h. */
2910
2911 int
2912 main ()
2913 {
2914
2915 ;
2916 return 0;
2917 }
2918 _ACEOF
2919 rm -f conftest.o conftest.obj
2920 if { { ac_try="$ac_compile"
2921 case "(($ac_try" in
2922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2923 *) ac_try_echo=$ac_try;;
2924 esac
2925 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2926 $as_echo "$ac_try_echo"; } >&5
2927 (eval "$ac_compile") 2>&5
2928 ac_status=$?
2929 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2930 test $ac_status = 0; }; then :
2931 for ac_file in conftest.o conftest.obj conftest.*; do
2932 test -f "$ac_file" || continue;
2933 case $ac_file in
2934 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2935 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2936 break;;
2937 esac
2938 done
2939 else
2940 $as_echo "$as_me: failed program was:" >&5
2941 sed 's/^/| /' conftest.$ac_ext >&5
2942
2943 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2944 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2945 as_fn_error "cannot compute suffix of object files: cannot compile
2946 See \`config.log' for more details." "$LINENO" 5; }
2947 fi
2948 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2949 fi
2950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
2951 $as_echo "$ac_cv_objext" >&6; }
2952 OBJEXT=$ac_cv_objext
2953 ac_objext=$OBJEXT
2954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
2955 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
2956 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
2957 $as_echo_n "(cached) " >&6
2958 else
2959 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2960 /* end confdefs.h. */
2961
2962 int
2963 main ()
2964 {
2965 #ifndef __GNUC__
2966 choke me
2967 #endif
2968
2969 ;
2970 return 0;
2971 }
2972 _ACEOF
2973 if ac_fn_c_try_compile "$LINENO"; then :
2974 ac_compiler_gnu=yes
2975 else
2976 ac_compiler_gnu=no
2977 fi
2978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2979 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2980
2981 fi
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
2983 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
2984 if test $ac_compiler_gnu = yes; then
2985 GCC=yes
2986 else
2987 GCC=
2988 fi
2989 ac_test_CFLAGS=${CFLAGS+set}
2990 ac_save_CFLAGS=$CFLAGS
2991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
2992 $as_echo_n "checking whether $CC accepts -g... " >&6; }
2993 if test "${ac_cv_prog_cc_g+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995 else
2996 ac_save_c_werror_flag=$ac_c_werror_flag
2997 ac_c_werror_flag=yes
2998 ac_cv_prog_cc_g=no
2999 CFLAGS="-g"
3000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3001 /* end confdefs.h. */
3002
3003 int
3004 main ()
3005 {
3006
3007 ;
3008 return 0;
3009 }
3010 _ACEOF
3011 if ac_fn_c_try_compile "$LINENO"; then :
3012 ac_cv_prog_cc_g=yes
3013 else
3014 CFLAGS=""
3015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3016 /* end confdefs.h. */
3017
3018 int
3019 main ()
3020 {
3021
3022 ;
3023 return 0;
3024 }
3025 _ACEOF
3026 if ac_fn_c_try_compile "$LINENO"; then :
3027
3028 else
3029 ac_c_werror_flag=$ac_save_c_werror_flag
3030 CFLAGS="-g"
3031 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3032 /* end confdefs.h. */
3033
3034 int
3035 main ()
3036 {
3037
3038 ;
3039 return 0;
3040 }
3041 _ACEOF
3042 if ac_fn_c_try_compile "$LINENO"; then :
3043 ac_cv_prog_cc_g=yes
3044 fi
3045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3046 fi
3047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3048 fi
3049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3050 ac_c_werror_flag=$ac_save_c_werror_flag
3051 fi
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3053 $as_echo "$ac_cv_prog_cc_g" >&6; }
3054 if test "$ac_test_CFLAGS" = set; then
3055 CFLAGS=$ac_save_CFLAGS
3056 elif test $ac_cv_prog_cc_g = yes; then
3057 if test "$GCC" = yes; then
3058 CFLAGS="-g -O2"
3059 else
3060 CFLAGS="-g"
3061 fi
3062 else
3063 if test "$GCC" = yes; then
3064 CFLAGS="-O2"
3065 else
3066 CFLAGS=
3067 fi
3068 fi
3069 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3070 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3071 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3072 $as_echo_n "(cached) " >&6
3073 else
3074 ac_cv_prog_cc_c89=no
3075 ac_save_CC=$CC
3076 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3077 /* end confdefs.h. */
3078 #include <stdarg.h>
3079 #include <stdio.h>
3080 #include <sys/types.h>
3081 #include <sys/stat.h>
3082 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3083 struct buf { int x; };
3084 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3085 static char *e (p, i)
3086 char **p;
3087 int i;
3088 {
3089 return p[i];
3090 }
3091 static char *f (char * (*g) (char **, int), char **p, ...)
3092 {
3093 char *s;
3094 va_list v;
3095 va_start (v,p);
3096 s = g (p, va_arg (v,int));
3097 va_end (v);
3098 return s;
3099 }
3100
3101 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3102 function prototypes and stuff, but not '\xHH' hex character constants.
3103 These don't provoke an error unfortunately, instead are silently treated
3104 as 'x'. The following induces an error, until -std is added to get
3105 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3106 array size at least. It's necessary to write '\x00'==0 to get something
3107 that's true only with -std. */
3108 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3109
3110 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3111 inside strings and character constants. */
3112 #define FOO(x) 'x'
3113 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3114
3115 int test (int i, double x);
3116 struct s1 {int (*f) (int a);};
3117 struct s2 {int (*f) (double a);};
3118 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3119 int argc;
3120 char **argv;
3121 int
3122 main ()
3123 {
3124 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3125 ;
3126 return 0;
3127 }
3128 _ACEOF
3129 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3130 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3131 do
3132 CC="$ac_save_CC $ac_arg"
3133 if ac_fn_c_try_compile "$LINENO"; then :
3134 ac_cv_prog_cc_c89=$ac_arg
3135 fi
3136 rm -f core conftest.err conftest.$ac_objext
3137 test "x$ac_cv_prog_cc_c89" != "xno" && break
3138 done
3139 rm -f conftest.$ac_ext
3140 CC=$ac_save_CC
3141
3142 fi
3143 # AC_CACHE_VAL
3144 case "x$ac_cv_prog_cc_c89" in
3145 x)
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3147 $as_echo "none needed" >&6; } ;;
3148 xno)
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3150 $as_echo "unsupported" >&6; } ;;
3151 *)
3152 CC="$CC $ac_cv_prog_cc_c89"
3153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3154 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3155 esac
3156 if test "x$ac_cv_prog_cc_c89" != xno; then :
3157
3158 fi
3159
3160 ac_ext=c
3161 ac_cpp='$CPP $CPPFLAGS'
3162 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3163 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3164 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3165
3166
3167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3168 $as_echo_n "checking for library containing strerror... " >&6; }
3169 if test "${ac_cv_search_strerror+set}" = set; then :
3170 $as_echo_n "(cached) " >&6
3171 else
3172 ac_func_search_save_LIBS=$LIBS
3173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3174 /* end confdefs.h. */
3175
3176 /* Override any GCC internal prototype to avoid an error.
3177 Use char because int might match the return type of a GCC
3178 builtin and then its argument prototype would still apply. */
3179 #ifdef __cplusplus
3180 extern "C"
3181 #endif
3182 char strerror ();
3183 int
3184 main ()
3185 {
3186 return strerror ();
3187 ;
3188 return 0;
3189 }
3190 _ACEOF
3191 for ac_lib in '' cposix; do
3192 if test -z "$ac_lib"; then
3193 ac_res="none required"
3194 else
3195 ac_res=-l$ac_lib
3196 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3197 fi
3198 if ac_fn_c_try_link "$LINENO"; then :
3199 ac_cv_search_strerror=$ac_res
3200 fi
3201 rm -f core conftest.err conftest.$ac_objext \
3202 conftest$ac_exeext
3203 if test "${ac_cv_search_strerror+set}" = set; then :
3204 break
3205 fi
3206 done
3207 if test "${ac_cv_search_strerror+set}" = set; then :
3208
3209 else
3210 ac_cv_search_strerror=no
3211 fi
3212 rm conftest.$ac_ext
3213 LIBS=$ac_func_search_save_LIBS
3214 fi
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3216 $as_echo "$ac_cv_search_strerror" >&6; }
3217 ac_res=$ac_cv_search_strerror
3218 if test "$ac_res" != no; then :
3219 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3220
3221 fi
3222
3223
3224 BFD_VERSION=`${srcdir}/../bfd/configure --version | sed -n -e '1s,.* ,,p'`
3225 am__api_version='1.11'
3226
3227 # Find a good install program. We prefer a C program (faster),
3228 # so one script is as good as another. But avoid the broken or
3229 # incompatible versions:
3230 # SysV /etc/install, /usr/sbin/install
3231 # SunOS /usr/etc/install
3232 # IRIX /sbin/install
3233 # AIX /bin/install
3234 # AmigaOS /C/install, which installs bootblocks on floppy discs
3235 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3236 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3237 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3238 # OS/2's system install, which has a completely different semantic
3239 # ./install, which can be erroneously created by make from ./install.sh.
3240 # Reject install programs that cannot install multiple files.
3241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3242 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3243 if test -z "$INSTALL"; then
3244 if test "${ac_cv_path_install+set}" = set; then :
3245 $as_echo_n "(cached) " >&6
3246 else
3247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248 for as_dir in $PATH
3249 do
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 # Account for people who put trailing slashes in PATH elements.
3253 case $as_dir/ in #((
3254 ./ | .// | /[cC]/* | \
3255 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3256 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3257 /usr/ucb/* ) ;;
3258 *)
3259 # OSF1 and SCO ODT 3.0 have their own names for install.
3260 # Don't use installbsd from OSF since it installs stuff as root
3261 # by default.
3262 for ac_prog in ginstall scoinst install; do
3263 for ac_exec_ext in '' $ac_executable_extensions; do
3264 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
3265 if test $ac_prog = install &&
3266 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3267 # AIX install. It has an incompatible calling convention.
3268 :
3269 elif test $ac_prog = install &&
3270 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3271 # program-specific install script used by HP pwplus--don't use.
3272 :
3273 else
3274 rm -rf conftest.one conftest.two conftest.dir
3275 echo one > conftest.one
3276 echo two > conftest.two
3277 mkdir conftest.dir
3278 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3279 test -s conftest.one && test -s conftest.two &&
3280 test -s conftest.dir/conftest.one &&
3281 test -s conftest.dir/conftest.two
3282 then
3283 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3284 break 3
3285 fi
3286 fi
3287 fi
3288 done
3289 done
3290 ;;
3291 esac
3292
3293 done
3294 IFS=$as_save_IFS
3295
3296 rm -rf conftest.one conftest.two conftest.dir
3297
3298 fi
3299 if test "${ac_cv_path_install+set}" = set; then
3300 INSTALL=$ac_cv_path_install
3301 else
3302 # As a last resort, use the slow shell script. Don't cache a
3303 # value for INSTALL within a source directory, because that will
3304 # break other packages using the cache if that directory is
3305 # removed, or if the value is a relative name.
3306 INSTALL=$ac_install_sh
3307 fi
3308 fi
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3310 $as_echo "$INSTALL" >&6; }
3311
3312 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3313 # It thinks the first close brace ends the variable substitution.
3314 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3315
3316 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3317
3318 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3319
3320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3321 $as_echo_n "checking whether build environment is sane... " >&6; }
3322 # Just in case
3323 sleep 1
3324 echo timestamp > conftest.file
3325 # Reject unsafe characters in $srcdir or the absolute working directory
3326 # name. Accept space and tab only in the latter.
3327 am_lf='
3328 '
3329 case `pwd` in
3330 *[\\\"\#\$\&\'\`$am_lf]*)
3331 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
3332 esac
3333 case $srcdir in
3334 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3335 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3336 esac
3337
3338 # Do `set' in a subshell so we don't clobber the current shell's
3339 # arguments. Must try -L first in case configure is actually a
3340 # symlink; some systems play weird games with the mod time of symlinks
3341 # (eg FreeBSD returns the mod time of the symlink's containing
3342 # directory).
3343 if (
3344 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3345 if test "$*" = "X"; then
3346 # -L didn't work.
3347 set X `ls -t "$srcdir/configure" conftest.file`
3348 fi
3349 rm -f conftest.file
3350 if test "$*" != "X $srcdir/configure conftest.file" \
3351 && test "$*" != "X conftest.file $srcdir/configure"; then
3352
3353 # If neither matched, then we have a broken ls. This can happen
3354 # if, for instance, CONFIG_SHELL is bash and it inherits a
3355 # broken ls alias from the environment. This has actually
3356 # happened. Such a system could not be considered "sane".
3357 as_fn_error "ls -t appears to fail. Make sure there is not a broken
3358 alias in your environment" "$LINENO" 5
3359 fi
3360
3361 test "$2" = conftest.file
3362 )
3363 then
3364 # Ok.
3365 :
3366 else
3367 as_fn_error "newly created file is older than distributed files!
3368 Check your system clock" "$LINENO" 5
3369 fi
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3371 $as_echo "yes" >&6; }
3372 test "$program_prefix" != NONE &&
3373 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3374 # Use a double $ so make ignores it.
3375 test "$program_suffix" != NONE &&
3376 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3377 # Double any \ or $.
3378 # By default was `s,x,x', remove it if useless.
3379 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3380 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3381
3382 # expand $ac_aux_dir to an absolute path
3383 am_aux_dir=`cd $ac_aux_dir && pwd`
3384
3385 if test x"${MISSING+set}" != xset; then
3386 case $am_aux_dir in
3387 *\ * | *\ *)
3388 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3389 *)
3390 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3391 esac
3392 fi
3393 # Use eval to expand $SHELL
3394 if eval "$MISSING --run true"; then
3395 am_missing_run="$MISSING --run "
3396 else
3397 am_missing_run=
3398 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3399 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3400 fi
3401
3402 if test x"${install_sh}" != xset; then
3403 case $am_aux_dir in
3404 *\ * | *\ *)
3405 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3406 *)
3407 install_sh="\${SHELL} $am_aux_dir/install-sh"
3408 esac
3409 fi
3410
3411 # Installed binaries are usually stripped using `strip' when the user
3412 # run `make install-strip'. However `strip' might not be the right
3413 # tool to use in cross-compilation environments, therefore Automake
3414 # will honor the `STRIP' environment variable to overrule this program.
3415 if test "$cross_compiling" != no; then
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3418 set dummy ${ac_tool_prefix}strip; ac_word=$2
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420 $as_echo_n "checking for $ac_word... " >&6; }
3421 if test "${ac_cv_prog_STRIP+set}" = set; then :
3422 $as_echo_n "(cached) " >&6
3423 else
3424 if test -n "$STRIP"; then
3425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3426 else
3427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3428 for as_dir in $PATH
3429 do
3430 IFS=$as_save_IFS
3431 test -z "$as_dir" && as_dir=.
3432 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3436 break 2
3437 fi
3438 done
3439 done
3440 IFS=$as_save_IFS
3441
3442 fi
3443 fi
3444 STRIP=$ac_cv_prog_STRIP
3445 if test -n "$STRIP"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3447 $as_echo "$STRIP" >&6; }
3448 else
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450 $as_echo "no" >&6; }
3451 fi
3452
3453
3454 fi
3455 if test -z "$ac_cv_prog_STRIP"; then
3456 ac_ct_STRIP=$STRIP
3457 # Extract the first word of "strip", so it can be a program name with args.
3458 set dummy strip; ac_word=$2
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460 $as_echo_n "checking for $ac_word... " >&6; }
3461 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3462 $as_echo_n "(cached) " >&6
3463 else
3464 if test -n "$ac_ct_STRIP"; then
3465 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3466 else
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468 for as_dir in $PATH
3469 do
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3474 ac_cv_prog_ac_ct_STRIP="strip"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 break 2
3477 fi
3478 done
3479 done
3480 IFS=$as_save_IFS
3481
3482 fi
3483 fi
3484 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3485 if test -n "$ac_ct_STRIP"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3487 $as_echo "$ac_ct_STRIP" >&6; }
3488 else
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490 $as_echo "no" >&6; }
3491 fi
3492
3493 if test "x$ac_ct_STRIP" = x; then
3494 STRIP=":"
3495 else
3496 case $cross_compiling:$ac_tool_warned in
3497 yes:)
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500 ac_tool_warned=yes ;;
3501 esac
3502 STRIP=$ac_ct_STRIP
3503 fi
3504 else
3505 STRIP="$ac_cv_prog_STRIP"
3506 fi
3507
3508 fi
3509 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3510
3511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3512 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3513 if test -z "$MKDIR_P"; then
3514 if test "${ac_cv_path_mkdir+set}" = set; then :
3515 $as_echo_n "(cached) " >&6
3516 else
3517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3518 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3519 do
3520 IFS=$as_save_IFS
3521 test -z "$as_dir" && as_dir=.
3522 for ac_prog in mkdir gmkdir; do
3523 for ac_exec_ext in '' $ac_executable_extensions; do
3524 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3525 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3526 'mkdir (GNU coreutils) '* | \
3527 'mkdir (coreutils) '* | \
3528 'mkdir (fileutils) '4.1*)
3529 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3530 break 3;;
3531 esac
3532 done
3533 done
3534 done
3535 IFS=$as_save_IFS
3536
3537 fi
3538
3539 if test "${ac_cv_path_mkdir+set}" = set; then
3540 MKDIR_P="$ac_cv_path_mkdir -p"
3541 else
3542 # As a last resort, use the slow shell script. Don't cache a
3543 # value for MKDIR_P within a source directory, because that will
3544 # break other packages using the cache if that directory is
3545 # removed, or if the value is a relative name.
3546 test -d ./--version && rmdir ./--version
3547 MKDIR_P="$ac_install_sh -d"
3548 fi
3549 fi
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3551 $as_echo "$MKDIR_P" >&6; }
3552
3553 mkdir_p="$MKDIR_P"
3554 case $mkdir_p in
3555 [\\/$]* | ?:[\\/]*) ;;
3556 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3557 esac
3558
3559 for ac_prog in gawk mawk nawk awk
3560 do
3561 # Extract the first word of "$ac_prog", so it can be a program name with args.
3562 set dummy $ac_prog; ac_word=$2
3563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3564 $as_echo_n "checking for $ac_word... " >&6; }
3565 if test "${ac_cv_prog_AWK+set}" = set; then :
3566 $as_echo_n "(cached) " >&6
3567 else
3568 if test -n "$AWK"; then
3569 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3570 else
3571 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3572 for as_dir in $PATH
3573 do
3574 IFS=$as_save_IFS
3575 test -z "$as_dir" && as_dir=.
3576 for ac_exec_ext in '' $ac_executable_extensions; do
3577 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3578 ac_cv_prog_AWK="$ac_prog"
3579 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3580 break 2
3581 fi
3582 done
3583 done
3584 IFS=$as_save_IFS
3585
3586 fi
3587 fi
3588 AWK=$ac_cv_prog_AWK
3589 if test -n "$AWK"; then
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3591 $as_echo "$AWK" >&6; }
3592 else
3593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3594 $as_echo "no" >&6; }
3595 fi
3596
3597
3598 test -n "$AWK" && break
3599 done
3600
3601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3602 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3603 set x ${MAKE-make}
3604 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3605 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3606 $as_echo_n "(cached) " >&6
3607 else
3608 cat >conftest.make <<\_ACEOF
3609 SHELL = /bin/sh
3610 all:
3611 @echo '@@@%%%=$(MAKE)=@@@%%%'
3612 _ACEOF
3613 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3614 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3615 *@@@%%%=?*=@@@%%%*)
3616 eval ac_cv_prog_make_${ac_make}_set=yes;;
3617 *)
3618 eval ac_cv_prog_make_${ac_make}_set=no;;
3619 esac
3620 rm -f conftest.make
3621 fi
3622 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3624 $as_echo "yes" >&6; }
3625 SET_MAKE=
3626 else
3627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3628 $as_echo "no" >&6; }
3629 SET_MAKE="MAKE=${MAKE-make}"
3630 fi
3631
3632 rm -rf .tst 2>/dev/null
3633 mkdir .tst 2>/dev/null
3634 if test -d .tst; then
3635 am__leading_dot=.
3636 else
3637 am__leading_dot=_
3638 fi
3639 rmdir .tst 2>/dev/null
3640
3641 DEPDIR="${am__leading_dot}deps"
3642
3643 ac_config_commands="$ac_config_commands depfiles"
3644
3645
3646 am_make=${MAKE-make}
3647 cat > confinc << 'END'
3648 am__doit:
3649 @echo this is the am__doit target
3650 .PHONY: am__doit
3651 END
3652 # If we don't find an include directive, just comment out the code.
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3654 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3655 am__include="#"
3656 am__quote=
3657 _am_result=none
3658 # First try GNU make style include.
3659 echo "include confinc" > confmf
3660 # Ignore all kinds of additional output from `make'.
3661 case `$am_make -s -f confmf 2> /dev/null` in #(
3662 *the\ am__doit\ target*)
3663 am__include=include
3664 am__quote=
3665 _am_result=GNU
3666 ;;
3667 esac
3668 # Now try BSD make style include.
3669 if test "$am__include" = "#"; then
3670 echo '.include "confinc"' > confmf
3671 case `$am_make -s -f confmf 2> /dev/null` in #(
3672 *the\ am__doit\ target*)
3673 am__include=.include
3674 am__quote="\""
3675 _am_result=BSD
3676 ;;
3677 esac
3678 fi
3679
3680
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3682 $as_echo "$_am_result" >&6; }
3683 rm -f confinc confmf
3684
3685 # Check whether --enable-dependency-tracking was given.
3686 if test "${enable_dependency_tracking+set}" = set; then :
3687 enableval=$enable_dependency_tracking;
3688 fi
3689
3690 if test "x$enable_dependency_tracking" != xno; then
3691 am_depcomp="$ac_aux_dir/depcomp"
3692 AMDEPBACKSLASH='\'
3693 fi
3694 if test "x$enable_dependency_tracking" != xno; then
3695 AMDEP_TRUE=
3696 AMDEP_FALSE='#'
3697 else
3698 AMDEP_TRUE='#'
3699 AMDEP_FALSE=
3700 fi
3701
3702
3703 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3704 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3705 # is not polluted with repeated "-I."
3706 am__isrc=' -I$(srcdir)'
3707 # test to see if srcdir already configured
3708 if test -f $srcdir/config.status; then
3709 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3710 fi
3711 fi
3712
3713 # test whether we have cygpath
3714 if test -z "$CYGPATH_W"; then
3715 if (cygpath --version) >/dev/null 2>/dev/null; then
3716 CYGPATH_W='cygpath -w'
3717 else
3718 CYGPATH_W=echo
3719 fi
3720 fi
3721
3722
3723 # Define the identity of the package.
3724 PACKAGE=gas
3725 VERSION=${BFD_VERSION}
3726
3727
3728 cat >>confdefs.h <<_ACEOF
3729 #define PACKAGE "$PACKAGE"
3730 _ACEOF
3731
3732
3733 cat >>confdefs.h <<_ACEOF
3734 #define VERSION "$VERSION"
3735 _ACEOF
3736
3737 # Some tools Automake needs.
3738
3739 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3740
3741
3742 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3743
3744
3745 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3746
3747
3748 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3749
3750
3751 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3752
3753 # We need awk for the "check" target. The system "awk" is bad on
3754 # some platforms.
3755 # Always define AMTAR for backward compatibility.
3756
3757 AMTAR=${AMTAR-"${am_missing_run}tar"}
3758
3759 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3760
3761
3762
3763
3764 depcc="$CC" am_compiler_list=
3765
3766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3767 $as_echo_n "checking dependency style of $depcc... " >&6; }
3768 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3769 $as_echo_n "(cached) " >&6
3770 else
3771 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3772 # We make a subdir and do the tests there. Otherwise we can end up
3773 # making bogus files that we don't know about and never remove. For
3774 # instance it was reported that on HP-UX the gcc test will end up
3775 # making a dummy file named `D' -- because `-MD' means `put the output
3776 # in D'.
3777 mkdir conftest.dir
3778 # Copy depcomp to subdir because otherwise we won't find it if we're
3779 # using a relative directory.
3780 cp "$am_depcomp" conftest.dir
3781 cd conftest.dir
3782 # We will build objects and dependencies in a subdirectory because
3783 # it helps to detect inapplicable dependency modes. For instance
3784 # both Tru64's cc and ICC support -MD to output dependencies as a
3785 # side effect of compilation, but ICC will put the dependencies in
3786 # the current directory while Tru64 will put them in the object
3787 # directory.
3788 mkdir sub
3789
3790 am_cv_CC_dependencies_compiler_type=none
3791 if test "$am_compiler_list" = ""; then
3792 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3793 fi
3794 am__universal=false
3795 case " $depcc " in #(
3796 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3797 esac
3798
3799 for depmode in $am_compiler_list; do
3800 # Setup a source with many dependencies, because some compilers
3801 # like to wrap large dependency lists on column 80 (with \), and
3802 # we should not choose a depcomp mode which is confused by this.
3803 #
3804 # We need to recreate these files for each test, as the compiler may
3805 # overwrite some of them when testing with obscure command lines.
3806 # This happens at least with the AIX C compiler.
3807 : > sub/conftest.c
3808 for i in 1 2 3 4 5 6; do
3809 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3810 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3811 # Solaris 8's {/usr,}/bin/sh.
3812 touch sub/conftst$i.h
3813 done
3814 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3815
3816 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3817 # mode. It turns out that the SunPro C++ compiler does not properly
3818 # handle `-M -o', and we need to detect this. Also, some Intel
3819 # versions had trouble with output in subdirs
3820 am__obj=sub/conftest.${OBJEXT-o}
3821 am__minus_obj="-o $am__obj"
3822 case $depmode in
3823 gcc)
3824 # This depmode causes a compiler race in universal mode.
3825 test "$am__universal" = false || continue
3826 ;;
3827 nosideeffect)
3828 # after this tag, mechanisms are not by side-effect, so they'll
3829 # only be used when explicitly requested
3830 if test "x$enable_dependency_tracking" = xyes; then
3831 continue
3832 else
3833 break
3834 fi
3835 ;;
3836 msvisualcpp | msvcmsys)
3837 # This compiler won't grok `-c -o', but also, the minuso test has
3838 # not run yet. These depmodes are late enough in the game, and
3839 # so weak that their functioning should not be impacted.
3840 am__obj=conftest.${OBJEXT-o}
3841 am__minus_obj=
3842 ;;
3843 none) break ;;
3844 esac
3845 if depmode=$depmode \
3846 source=sub/conftest.c object=$am__obj \
3847 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3848 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3849 >/dev/null 2>conftest.err &&
3850 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3851 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3852 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3853 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3854 # icc doesn't choke on unknown options, it will just issue warnings
3855 # or remarks (even with -Werror). So we grep stderr for any message
3856 # that says an option was ignored or not supported.
3857 # When given -MP, icc 7.0 and 7.1 complain thusly:
3858 # icc: Command line warning: ignoring option '-M'; no argument required
3859 # The diagnosis changed in icc 8.0:
3860 # icc: Command line remark: option '-MP' not supported
3861 if (grep 'ignoring option' conftest.err ||
3862 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3863 am_cv_CC_dependencies_compiler_type=$depmode
3864 break
3865 fi
3866 fi
3867 done
3868
3869 cd ..
3870 rm -rf conftest.dir
3871 else
3872 am_cv_CC_dependencies_compiler_type=none
3873 fi
3874
3875 fi
3876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3877 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3878 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3879
3880 if
3881 test "x$enable_dependency_tracking" != xno \
3882 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3883 am__fastdepCC_TRUE=
3884 am__fastdepCC_FALSE='#'
3885 else
3886 am__fastdepCC_TRUE='#'
3887 am__fastdepCC_FALSE=
3888 fi
3889
3890
3891
3892
3893 ac_ext=c
3894 ac_cpp='$CPP $CPPFLAGS'
3895 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3896 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3897 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3898 if test -n "$ac_tool_prefix"; then
3899 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3900 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3901 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3902 $as_echo_n "checking for $ac_word... " >&6; }
3903 if test "${ac_cv_prog_CC+set}" = set; then :
3904 $as_echo_n "(cached) " >&6
3905 else
3906 if test -n "$CC"; then
3907 ac_cv_prog_CC="$CC" # Let the user override the test.
3908 else
3909 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3910 for as_dir in $PATH
3911 do
3912 IFS=$as_save_IFS
3913 test -z "$as_dir" && as_dir=.
3914 for ac_exec_ext in '' $ac_executable_extensions; do
3915 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3916 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3917 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3918 break 2
3919 fi
3920 done
3921 done
3922 IFS=$as_save_IFS
3923
3924 fi
3925 fi
3926 CC=$ac_cv_prog_CC
3927 if test -n "$CC"; then
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3929 $as_echo "$CC" >&6; }
3930 else
3931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3932 $as_echo "no" >&6; }
3933 fi
3934
3935
3936 fi
3937 if test -z "$ac_cv_prog_CC"; then
3938 ac_ct_CC=$CC
3939 # Extract the first word of "gcc", so it can be a program name with args.
3940 set dummy gcc; ac_word=$2
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3942 $as_echo_n "checking for $ac_word... " >&6; }
3943 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3944 $as_echo_n "(cached) " >&6
3945 else
3946 if test -n "$ac_ct_CC"; then
3947 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3948 else
3949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3950 for as_dir in $PATH
3951 do
3952 IFS=$as_save_IFS
3953 test -z "$as_dir" && as_dir=.
3954 for ac_exec_ext in '' $ac_executable_extensions; do
3955 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3956 ac_cv_prog_ac_ct_CC="gcc"
3957 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3958 break 2
3959 fi
3960 done
3961 done
3962 IFS=$as_save_IFS
3963
3964 fi
3965 fi
3966 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3967 if test -n "$ac_ct_CC"; then
3968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3969 $as_echo "$ac_ct_CC" >&6; }
3970 else
3971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3972 $as_echo "no" >&6; }
3973 fi
3974
3975 if test "x$ac_ct_CC" = x; then
3976 CC=""
3977 else
3978 case $cross_compiling:$ac_tool_warned in
3979 yes:)
3980 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3981 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3982 ac_tool_warned=yes ;;
3983 esac
3984 CC=$ac_ct_CC
3985 fi
3986 else
3987 CC="$ac_cv_prog_CC"
3988 fi
3989
3990 if test -z "$CC"; then
3991 if test -n "$ac_tool_prefix"; then
3992 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3993 set dummy ${ac_tool_prefix}cc; ac_word=$2
3994 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3995 $as_echo_n "checking for $ac_word... " >&6; }
3996 if test "${ac_cv_prog_CC+set}" = set; then :
3997 $as_echo_n "(cached) " >&6
3998 else
3999 if test -n "$CC"; then
4000 ac_cv_prog_CC="$CC" # Let the user override the test.
4001 else
4002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4003 for as_dir in $PATH
4004 do
4005 IFS=$as_save_IFS
4006 test -z "$as_dir" && as_dir=.
4007 for ac_exec_ext in '' $ac_executable_extensions; do
4008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4009 ac_cv_prog_CC="${ac_tool_prefix}cc"
4010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4011 break 2
4012 fi
4013 done
4014 done
4015 IFS=$as_save_IFS
4016
4017 fi
4018 fi
4019 CC=$ac_cv_prog_CC
4020 if test -n "$CC"; then
4021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4022 $as_echo "$CC" >&6; }
4023 else
4024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4025 $as_echo "no" >&6; }
4026 fi
4027
4028
4029 fi
4030 fi
4031 if test -z "$CC"; then
4032 # Extract the first word of "cc", so it can be a program name with args.
4033 set dummy cc; ac_word=$2
4034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4035 $as_echo_n "checking for $ac_word... " >&6; }
4036 if test "${ac_cv_prog_CC+set}" = set; then :
4037 $as_echo_n "(cached) " >&6
4038 else
4039 if test -n "$CC"; then
4040 ac_cv_prog_CC="$CC" # Let the user override the test.
4041 else
4042 ac_prog_rejected=no
4043 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4044 for as_dir in $PATH
4045 do
4046 IFS=$as_save_IFS
4047 test -z "$as_dir" && as_dir=.
4048 for ac_exec_ext in '' $ac_executable_extensions; do
4049 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4050 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4051 ac_prog_rejected=yes
4052 continue
4053 fi
4054 ac_cv_prog_CC="cc"
4055 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4056 break 2
4057 fi
4058 done
4059 done
4060 IFS=$as_save_IFS
4061
4062 if test $ac_prog_rejected = yes; then
4063 # We found a bogon in the path, so make sure we never use it.
4064 set dummy $ac_cv_prog_CC
4065 shift
4066 if test $# != 0; then
4067 # We chose a different compiler from the bogus one.
4068 # However, it has the same basename, so the bogon will be chosen
4069 # first if we set CC to just the basename; use the full file name.
4070 shift
4071 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4072 fi
4073 fi
4074 fi
4075 fi
4076 CC=$ac_cv_prog_CC
4077 if test -n "$CC"; then
4078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4079 $as_echo "$CC" >&6; }
4080 else
4081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4082 $as_echo "no" >&6; }
4083 fi
4084
4085
4086 fi
4087 if test -z "$CC"; then
4088 if test -n "$ac_tool_prefix"; then
4089 for ac_prog in cl.exe
4090 do
4091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4092 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4094 $as_echo_n "checking for $ac_word... " >&6; }
4095 if test "${ac_cv_prog_CC+set}" = set; then :
4096 $as_echo_n "(cached) " >&6
4097 else
4098 if test -n "$CC"; then
4099 ac_cv_prog_CC="$CC" # Let the user override the test.
4100 else
4101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4102 for as_dir in $PATH
4103 do
4104 IFS=$as_save_IFS
4105 test -z "$as_dir" && as_dir=.
4106 for ac_exec_ext in '' $ac_executable_extensions; do
4107 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4108 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4110 break 2
4111 fi
4112 done
4113 done
4114 IFS=$as_save_IFS
4115
4116 fi
4117 fi
4118 CC=$ac_cv_prog_CC
4119 if test -n "$CC"; then
4120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4121 $as_echo "$CC" >&6; }
4122 else
4123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4124 $as_echo "no" >&6; }
4125 fi
4126
4127
4128 test -n "$CC" && break
4129 done
4130 fi
4131 if test -z "$CC"; then
4132 ac_ct_CC=$CC
4133 for ac_prog in cl.exe
4134 do
4135 # Extract the first word of "$ac_prog", so it can be a program name with args.
4136 set dummy $ac_prog; ac_word=$2
4137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4138 $as_echo_n "checking for $ac_word... " >&6; }
4139 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141 else
4142 if test -n "$ac_ct_CC"; then
4143 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4147 do
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_ac_ct_CC="$ac_prog"
4153 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4155 fi
4156 done
4157 done
4158 IFS=$as_save_IFS
4159
4160 fi
4161 fi
4162 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4163 if test -n "$ac_ct_CC"; then
4164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4165 $as_echo "$ac_ct_CC" >&6; }
4166 else
4167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4168 $as_echo "no" >&6; }
4169 fi
4170
4171
4172 test -n "$ac_ct_CC" && break
4173 done
4174
4175 if test "x$ac_ct_CC" = x; then
4176 CC=""
4177 else
4178 case $cross_compiling:$ac_tool_warned in
4179 yes:)
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4181 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4182 ac_tool_warned=yes ;;
4183 esac
4184 CC=$ac_ct_CC
4185 fi
4186 fi
4187
4188 fi
4189
4190
4191 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4192 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4193 as_fn_error "no acceptable C compiler found in \$PATH
4194 See \`config.log' for more details." "$LINENO" 5; }
4195
4196 # Provide some information about the compiler.
4197 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4198 set X $ac_compile
4199 ac_compiler=$2
4200 for ac_option in --version -v -V -qversion; do
4201 { { ac_try="$ac_compiler $ac_option >&5"
4202 case "(($ac_try" in
4203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4204 *) ac_try_echo=$ac_try;;
4205 esac
4206 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4207 $as_echo "$ac_try_echo"; } >&5
4208 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4209 ac_status=$?
4210 if test -s conftest.err; then
4211 sed '10a\
4212 ... rest of stderr output deleted ...
4213 10q' conftest.err >conftest.er1
4214 cat conftest.er1 >&5
4215 rm -f conftest.er1 conftest.err
4216 fi
4217 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4218 test $ac_status = 0; }
4219 done
4220
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4222 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4223 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4224 $as_echo_n "(cached) " >&6
4225 else
4226 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4227 /* end confdefs.h. */
4228
4229 int
4230 main ()
4231 {
4232 #ifndef __GNUC__
4233 choke me
4234 #endif
4235
4236 ;
4237 return 0;
4238 }
4239 _ACEOF
4240 if ac_fn_c_try_compile "$LINENO"; then :
4241 ac_compiler_gnu=yes
4242 else
4243 ac_compiler_gnu=no
4244 fi
4245 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4246 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4247
4248 fi
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4250 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4251 if test $ac_compiler_gnu = yes; then
4252 GCC=yes
4253 else
4254 GCC=
4255 fi
4256 ac_test_CFLAGS=${CFLAGS+set}
4257 ac_save_CFLAGS=$CFLAGS
4258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4259 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4260 if test "${ac_cv_prog_cc_g+set}" = set; then :
4261 $as_echo_n "(cached) " >&6
4262 else
4263 ac_save_c_werror_flag=$ac_c_werror_flag
4264 ac_c_werror_flag=yes
4265 ac_cv_prog_cc_g=no
4266 CFLAGS="-g"
4267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4268 /* end confdefs.h. */
4269
4270 int
4271 main ()
4272 {
4273
4274 ;
4275 return 0;
4276 }
4277 _ACEOF
4278 if ac_fn_c_try_compile "$LINENO"; then :
4279 ac_cv_prog_cc_g=yes
4280 else
4281 CFLAGS=""
4282 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4283 /* end confdefs.h. */
4284
4285 int
4286 main ()
4287 {
4288
4289 ;
4290 return 0;
4291 }
4292 _ACEOF
4293 if ac_fn_c_try_compile "$LINENO"; then :
4294
4295 else
4296 ac_c_werror_flag=$ac_save_c_werror_flag
4297 CFLAGS="-g"
4298 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4299 /* end confdefs.h. */
4300
4301 int
4302 main ()
4303 {
4304
4305 ;
4306 return 0;
4307 }
4308 _ACEOF
4309 if ac_fn_c_try_compile "$LINENO"; then :
4310 ac_cv_prog_cc_g=yes
4311 fi
4312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4313 fi
4314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4315 fi
4316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4317 ac_c_werror_flag=$ac_save_c_werror_flag
4318 fi
4319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4320 $as_echo "$ac_cv_prog_cc_g" >&6; }
4321 if test "$ac_test_CFLAGS" = set; then
4322 CFLAGS=$ac_save_CFLAGS
4323 elif test $ac_cv_prog_cc_g = yes; then
4324 if test "$GCC" = yes; then
4325 CFLAGS="-g -O2"
4326 else
4327 CFLAGS="-g"
4328 fi
4329 else
4330 if test "$GCC" = yes; then
4331 CFLAGS="-O2"
4332 else
4333 CFLAGS=
4334 fi
4335 fi
4336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4337 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4338 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4339 $as_echo_n "(cached) " >&6
4340 else
4341 ac_cv_prog_cc_c89=no
4342 ac_save_CC=$CC
4343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4344 /* end confdefs.h. */
4345 #include <stdarg.h>
4346 #include <stdio.h>
4347 #include <sys/types.h>
4348 #include <sys/stat.h>
4349 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4350 struct buf { int x; };
4351 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4352 static char *e (p, i)
4353 char **p;
4354 int i;
4355 {
4356 return p[i];
4357 }
4358 static char *f (char * (*g) (char **, int), char **p, ...)
4359 {
4360 char *s;
4361 va_list v;
4362 va_start (v,p);
4363 s = g (p, va_arg (v,int));
4364 va_end (v);
4365 return s;
4366 }
4367
4368 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4369 function prototypes and stuff, but not '\xHH' hex character constants.
4370 These don't provoke an error unfortunately, instead are silently treated
4371 as 'x'. The following induces an error, until -std is added to get
4372 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4373 array size at least. It's necessary to write '\x00'==0 to get something
4374 that's true only with -std. */
4375 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4376
4377 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4378 inside strings and character constants. */
4379 #define FOO(x) 'x'
4380 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4381
4382 int test (int i, double x);
4383 struct s1 {int (*f) (int a);};
4384 struct s2 {int (*f) (double a);};
4385 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4386 int argc;
4387 char **argv;
4388 int
4389 main ()
4390 {
4391 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4392 ;
4393 return 0;
4394 }
4395 _ACEOF
4396 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4397 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4398 do
4399 CC="$ac_save_CC $ac_arg"
4400 if ac_fn_c_try_compile "$LINENO"; then :
4401 ac_cv_prog_cc_c89=$ac_arg
4402 fi
4403 rm -f core conftest.err conftest.$ac_objext
4404 test "x$ac_cv_prog_cc_c89" != "xno" && break
4405 done
4406 rm -f conftest.$ac_ext
4407 CC=$ac_save_CC
4408
4409 fi
4410 # AC_CACHE_VAL
4411 case "x$ac_cv_prog_cc_c89" in
4412 x)
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4414 $as_echo "none needed" >&6; } ;;
4415 xno)
4416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4417 $as_echo "unsupported" >&6; } ;;
4418 *)
4419 CC="$CC $ac_cv_prog_cc_c89"
4420 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4421 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4422 esac
4423 if test "x$ac_cv_prog_cc_c89" != xno; then :
4424
4425 fi
4426
4427 ac_ext=c
4428 ac_cpp='$CPP $CPPFLAGS'
4429 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4430 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4431 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4432
4433 ac_ext=c
4434 ac_cpp='$CPP $CPPFLAGS'
4435 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4436 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4437 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4439 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4440 # On Suns, sometimes $CPP names a directory.
4441 if test -n "$CPP" && test -d "$CPP"; then
4442 CPP=
4443 fi
4444 if test -z "$CPP"; then
4445 if test "${ac_cv_prog_CPP+set}" = set; then :
4446 $as_echo_n "(cached) " >&6
4447 else
4448 # Double quotes because CPP needs to be expanded
4449 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4450 do
4451 ac_preproc_ok=false
4452 for ac_c_preproc_warn_flag in '' yes
4453 do
4454 # Use a header file that comes with gcc, so configuring glibc
4455 # with a fresh cross-compiler works.
4456 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4457 # <limits.h> exists even on freestanding compilers.
4458 # On the NeXT, cc -E runs the code through the compiler's parser,
4459 # not just through cpp. "Syntax error" is here to catch this case.
4460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4461 /* end confdefs.h. */
4462 #ifdef __STDC__
4463 # include <limits.h>
4464 #else
4465 # include <assert.h>
4466 #endif
4467 Syntax error
4468 _ACEOF
4469 if ac_fn_c_try_cpp "$LINENO"; then :
4470
4471 else
4472 # Broken: fails on valid input.
4473 continue
4474 fi
4475 rm -f conftest.err conftest.$ac_ext
4476
4477 # OK, works on sane cases. Now check whether nonexistent headers
4478 # can be detected and how.
4479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4480 /* end confdefs.h. */
4481 #include <ac_nonexistent.h>
4482 _ACEOF
4483 if ac_fn_c_try_cpp "$LINENO"; then :
4484 # Broken: success on invalid input.
4485 continue
4486 else
4487 # Passes both tests.
4488 ac_preproc_ok=:
4489 break
4490 fi
4491 rm -f conftest.err conftest.$ac_ext
4492
4493 done
4494 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4495 rm -f conftest.err conftest.$ac_ext
4496 if $ac_preproc_ok; then :
4497 break
4498 fi
4499
4500 done
4501 ac_cv_prog_CPP=$CPP
4502
4503 fi
4504 CPP=$ac_cv_prog_CPP
4505 else
4506 ac_cv_prog_CPP=$CPP
4507 fi
4508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4509 $as_echo "$CPP" >&6; }
4510 ac_preproc_ok=false
4511 for ac_c_preproc_warn_flag in '' yes
4512 do
4513 # Use a header file that comes with gcc, so configuring glibc
4514 # with a fresh cross-compiler works.
4515 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 # <limits.h> exists even on freestanding compilers.
4517 # On the NeXT, cc -E runs the code through the compiler's parser,
4518 # not just through cpp. "Syntax error" is here to catch this case.
4519 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4520 /* end confdefs.h. */
4521 #ifdef __STDC__
4522 # include <limits.h>
4523 #else
4524 # include <assert.h>
4525 #endif
4526 Syntax error
4527 _ACEOF
4528 if ac_fn_c_try_cpp "$LINENO"; then :
4529
4530 else
4531 # Broken: fails on valid input.
4532 continue
4533 fi
4534 rm -f conftest.err conftest.$ac_ext
4535
4536 # OK, works on sane cases. Now check whether nonexistent headers
4537 # can be detected and how.
4538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4539 /* end confdefs.h. */
4540 #include <ac_nonexistent.h>
4541 _ACEOF
4542 if ac_fn_c_try_cpp "$LINENO"; then :
4543 # Broken: success on invalid input.
4544 continue
4545 else
4546 # Passes both tests.
4547 ac_preproc_ok=:
4548 break
4549 fi
4550 rm -f conftest.err conftest.$ac_ext
4551
4552 done
4553 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4554 rm -f conftest.err conftest.$ac_ext
4555 if $ac_preproc_ok; then :
4556
4557 else
4558 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4559 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4560 as_fn_error "C preprocessor \"$CPP\" fails sanity check
4561 See \`config.log' for more details." "$LINENO" 5; }
4562 fi
4563
4564 ac_ext=c
4565 ac_cpp='$CPP $CPPFLAGS'
4566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4569
4570
4571 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4572 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4573 if test "${ac_cv_path_GREP+set}" = set; then :
4574 $as_echo_n "(cached) " >&6
4575 else
4576 if test -z "$GREP"; then
4577 ac_path_GREP_found=false
4578 # Loop through the user's path and test for each of PROGNAME-LIST
4579 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4580 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4581 do
4582 IFS=$as_save_IFS
4583 test -z "$as_dir" && as_dir=.
4584 for ac_prog in grep ggrep; do
4585 for ac_exec_ext in '' $ac_executable_extensions; do
4586 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4587 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4588 # Check for GNU ac_path_GREP and select it if it is found.
4589 # Check for GNU $ac_path_GREP
4590 case `"$ac_path_GREP" --version 2>&1` in
4591 *GNU*)
4592 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4593 *)
4594 ac_count=0
4595 $as_echo_n 0123456789 >"conftest.in"
4596 while :
4597 do
4598 cat "conftest.in" "conftest.in" >"conftest.tmp"
4599 mv "conftest.tmp" "conftest.in"
4600 cp "conftest.in" "conftest.nl"
4601 $as_echo 'GREP' >> "conftest.nl"
4602 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4603 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4604 as_fn_arith $ac_count + 1 && ac_count=$as_val
4605 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4606 # Best one so far, save it but keep looking for a better one
4607 ac_cv_path_GREP="$ac_path_GREP"
4608 ac_path_GREP_max=$ac_count
4609 fi
4610 # 10*(2^10) chars as input seems more than enough
4611 test $ac_count -gt 10 && break
4612 done
4613 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4614 esac
4615
4616 $ac_path_GREP_found && break 3
4617 done
4618 done
4619 done
4620 IFS=$as_save_IFS
4621 if test -z "$ac_cv_path_GREP"; then
4622 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4623 fi
4624 else
4625 ac_cv_path_GREP=$GREP
4626 fi
4627
4628 fi
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4630 $as_echo "$ac_cv_path_GREP" >&6; }
4631 GREP="$ac_cv_path_GREP"
4632
4633
4634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4635 $as_echo_n "checking for egrep... " >&6; }
4636 if test "${ac_cv_path_EGREP+set}" = set; then :
4637 $as_echo_n "(cached) " >&6
4638 else
4639 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4640 then ac_cv_path_EGREP="$GREP -E"
4641 else
4642 if test -z "$EGREP"; then
4643 ac_path_EGREP_found=false
4644 # Loop through the user's path and test for each of PROGNAME-LIST
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4647 do
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_prog in egrep; do
4651 for ac_exec_ext in '' $ac_executable_extensions; do
4652 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4653 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4654 # Check for GNU ac_path_EGREP and select it if it is found.
4655 # Check for GNU $ac_path_EGREP
4656 case `"$ac_path_EGREP" --version 2>&1` in
4657 *GNU*)
4658 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4659 *)
4660 ac_count=0
4661 $as_echo_n 0123456789 >"conftest.in"
4662 while :
4663 do
4664 cat "conftest.in" "conftest.in" >"conftest.tmp"
4665 mv "conftest.tmp" "conftest.in"
4666 cp "conftest.in" "conftest.nl"
4667 $as_echo 'EGREP' >> "conftest.nl"
4668 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4669 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4670 as_fn_arith $ac_count + 1 && ac_count=$as_val
4671 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4672 # Best one so far, save it but keep looking for a better one
4673 ac_cv_path_EGREP="$ac_path_EGREP"
4674 ac_path_EGREP_max=$ac_count
4675 fi
4676 # 10*(2^10) chars as input seems more than enough
4677 test $ac_count -gt 10 && break
4678 done
4679 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4680 esac
4681
4682 $ac_path_EGREP_found && break 3
4683 done
4684 done
4685 done
4686 IFS=$as_save_IFS
4687 if test -z "$ac_cv_path_EGREP"; then
4688 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4689 fi
4690 else
4691 ac_cv_path_EGREP=$EGREP
4692 fi
4693
4694 fi
4695 fi
4696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4697 $as_echo "$ac_cv_path_EGREP" >&6; }
4698 EGREP="$ac_cv_path_EGREP"
4699
4700
4701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4702 $as_echo_n "checking for ANSI C header files... " >&6; }
4703 if test "${ac_cv_header_stdc+set}" = set; then :
4704 $as_echo_n "(cached) " >&6
4705 else
4706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4707 /* end confdefs.h. */
4708 #include <stdlib.h>
4709 #include <stdarg.h>
4710 #include <string.h>
4711 #include <float.h>
4712
4713 int
4714 main ()
4715 {
4716
4717 ;
4718 return 0;
4719 }
4720 _ACEOF
4721 if ac_fn_c_try_compile "$LINENO"; then :
4722 ac_cv_header_stdc=yes
4723 else
4724 ac_cv_header_stdc=no
4725 fi
4726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4727
4728 if test $ac_cv_header_stdc = yes; then
4729 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4731 /* end confdefs.h. */
4732 #include <string.h>
4733
4734 _ACEOF
4735 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4736 $EGREP "memchr" >/dev/null 2>&1; then :
4737
4738 else
4739 ac_cv_header_stdc=no
4740 fi
4741 rm -f conftest*
4742
4743 fi
4744
4745 if test $ac_cv_header_stdc = yes; then
4746 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748 /* end confdefs.h. */
4749 #include <stdlib.h>
4750
4751 _ACEOF
4752 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4753 $EGREP "free" >/dev/null 2>&1; then :
4754
4755 else
4756 ac_cv_header_stdc=no
4757 fi
4758 rm -f conftest*
4759
4760 fi
4761
4762 if test $ac_cv_header_stdc = yes; then
4763 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4764 if test "$cross_compiling" = yes; then :
4765 :
4766 else
4767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4768 /* end confdefs.h. */
4769 #include <ctype.h>
4770 #include <stdlib.h>
4771 #if ((' ' & 0x0FF) == 0x020)
4772 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4773 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4774 #else
4775 # define ISLOWER(c) \
4776 (('a' <= (c) && (c) <= 'i') \
4777 || ('j' <= (c) && (c) <= 'r') \
4778 || ('s' <= (c) && (c) <= 'z'))
4779 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4780 #endif
4781
4782 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4783 int
4784 main ()
4785 {
4786 int i;
4787 for (i = 0; i < 256; i++)
4788 if (XOR (islower (i), ISLOWER (i))
4789 || toupper (i) != TOUPPER (i))
4790 return 2;
4791 return 0;
4792 }
4793 _ACEOF
4794 if ac_fn_c_try_run "$LINENO"; then :
4795
4796 else
4797 ac_cv_header_stdc=no
4798 fi
4799 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4800 conftest.$ac_objext conftest.beam conftest.$ac_ext
4801 fi
4802
4803 fi
4804 fi
4805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4806 $as_echo "$ac_cv_header_stdc" >&6; }
4807 if test $ac_cv_header_stdc = yes; then
4808
4809 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4810
4811 fi
4812
4813 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4814 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4815 inttypes.h stdint.h unistd.h
4816 do :
4817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4818 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4819 "
4820 eval as_val=\$$as_ac_Header
4821 if test "x$as_val" = x""yes; then :
4822 cat >>confdefs.h <<_ACEOF
4823 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4824 _ACEOF
4825
4826 fi
4827
4828 done
4829
4830
4831
4832 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4833 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4834 MINIX=yes
4835 else
4836 MINIX=
4837 fi
4838
4839
4840 if test "$MINIX" = yes; then
4841
4842 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4843
4844
4845 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4846
4847
4848 $as_echo "#define _MINIX 1" >>confdefs.h
4849
4850 fi
4851
4852
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4854 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4855 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4856 $as_echo_n "(cached) " >&6
4857 else
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4860
4861 # define __EXTENSIONS__ 1
4862 $ac_includes_default
4863 int
4864 main ()
4865 {
4866
4867 ;
4868 return 0;
4869 }
4870 _ACEOF
4871 if ac_fn_c_try_compile "$LINENO"; then :
4872 ac_cv_safe_to_define___extensions__=yes
4873 else
4874 ac_cv_safe_to_define___extensions__=no
4875 fi
4876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4877 fi
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4879 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4880 test $ac_cv_safe_to_define___extensions__ = yes &&
4881 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4882
4883 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4884
4885 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4886
4887 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4888
4889 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4890
4891
4892
4893
4894
4895 # The tests for host and target for $enable_largefile require
4896 # canonical names.
4897
4898
4899
4900 # As the $enable_largefile decision depends on --enable-plugins we must set it
4901 # even in directories otherwise not depending on the $plugins option.
4902
4903
4904 # Check whether --enable-plugins was given.
4905 if test "${enable_plugins+set}" = set; then :
4906 enableval=$enable_plugins; case "${enableval}" in
4907 yes | "") plugins=yes ;;
4908 no) plugins=no ;;
4909 *) plugins=yes ;;
4910 esac
4911 else
4912 plugins=no
4913 fi
4914
4915
4916
4917 case "${host}" in
4918 sparc-*-solaris*|i[3-7]86-*-solaris*)
4919 # On native 32bit sparc and ia32 solaris, large-file and procfs support
4920 # are mutually exclusive; and without procfs support, the bfd/ elf module
4921 # cannot provide certain routines such as elfcore_write_prpsinfo
4922 # or elfcore_write_prstatus. So unless the user explicitly requested
4923 # large-file support through the --enable-largefile switch, disable
4924 # large-file support in favor of procfs support.
4925 test "${target}" = "${host}" -a "x$plugins" = xno \
4926 && : ${enable_largefile="no"}
4927 ;;
4928 esac
4929
4930 # Check whether --enable-largefile was given.
4931 if test "${enable_largefile+set}" = set; then :
4932 enableval=$enable_largefile;
4933 fi
4934
4935 if test "$enable_largefile" != no; then
4936
4937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
4938 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
4939 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
4940 $as_echo_n "(cached) " >&6
4941 else
4942 ac_cv_sys_largefile_CC=no
4943 if test "$GCC" != yes; then
4944 ac_save_CC=$CC
4945 while :; do
4946 # IRIX 6.2 and later do not support large files by default,
4947 # so use the C compiler's -n32 option if that helps.
4948 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4949 /* end confdefs.h. */
4950 #include <sys/types.h>
4951 /* Check that off_t can represent 2**63 - 1 correctly.
4952 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4953 since some C++ compilers masquerading as C compilers
4954 incorrectly reject 9223372036854775807. */
4955 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4956 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4957 && LARGE_OFF_T % 2147483647 == 1)
4958 ? 1 : -1];
4959 int
4960 main ()
4961 {
4962
4963 ;
4964 return 0;
4965 }
4966 _ACEOF
4967 if ac_fn_c_try_compile "$LINENO"; then :
4968 break
4969 fi
4970 rm -f core conftest.err conftest.$ac_objext
4971 CC="$CC -n32"
4972 if ac_fn_c_try_compile "$LINENO"; then :
4973 ac_cv_sys_largefile_CC=' -n32'; break
4974 fi
4975 rm -f core conftest.err conftest.$ac_objext
4976 break
4977 done
4978 CC=$ac_save_CC
4979 rm -f conftest.$ac_ext
4980 fi
4981 fi
4982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
4983 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
4984 if test "$ac_cv_sys_largefile_CC" != no; then
4985 CC=$CC$ac_cv_sys_largefile_CC
4986 fi
4987
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4989 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
4990 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
4991 $as_echo_n "(cached) " >&6
4992 else
4993 while :; do
4994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4995 /* end confdefs.h. */
4996 #include <sys/types.h>
4997 /* Check that off_t can represent 2**63 - 1 correctly.
4998 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4999 since some C++ compilers masquerading as C compilers
5000 incorrectly reject 9223372036854775807. */
5001 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5002 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5003 && LARGE_OFF_T % 2147483647 == 1)
5004 ? 1 : -1];
5005 int
5006 main ()
5007 {
5008
5009 ;
5010 return 0;
5011 }
5012 _ACEOF
5013 if ac_fn_c_try_compile "$LINENO"; then :
5014 ac_cv_sys_file_offset_bits=no; break
5015 fi
5016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5018 /* end confdefs.h. */
5019 #define _FILE_OFFSET_BITS 64
5020 #include <sys/types.h>
5021 /* Check that off_t can represent 2**63 - 1 correctly.
5022 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5023 since some C++ compilers masquerading as C compilers
5024 incorrectly reject 9223372036854775807. */
5025 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5026 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5027 && LARGE_OFF_T % 2147483647 == 1)
5028 ? 1 : -1];
5029 int
5030 main ()
5031 {
5032
5033 ;
5034 return 0;
5035 }
5036 _ACEOF
5037 if ac_fn_c_try_compile "$LINENO"; then :
5038 ac_cv_sys_file_offset_bits=64; break
5039 fi
5040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5041 ac_cv_sys_file_offset_bits=unknown
5042 break
5043 done
5044 fi
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
5046 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
5047 case $ac_cv_sys_file_offset_bits in #(
5048 no | unknown) ;;
5049 *)
5050 cat >>confdefs.h <<_ACEOF
5051 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5052 _ACEOF
5053 ;;
5054 esac
5055 rm -rf conftest*
5056 if test $ac_cv_sys_file_offset_bits = unknown; then
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
5058 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
5059 if test "${ac_cv_sys_large_files+set}" = set; then :
5060 $as_echo_n "(cached) " >&6
5061 else
5062 while :; do
5063 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5064 /* end confdefs.h. */
5065 #include <sys/types.h>
5066 /* Check that off_t can represent 2**63 - 1 correctly.
5067 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5068 since some C++ compilers masquerading as C compilers
5069 incorrectly reject 9223372036854775807. */
5070 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5071 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5072 && LARGE_OFF_T % 2147483647 == 1)
5073 ? 1 : -1];
5074 int
5075 main ()
5076 {
5077
5078 ;
5079 return 0;
5080 }
5081 _ACEOF
5082 if ac_fn_c_try_compile "$LINENO"; then :
5083 ac_cv_sys_large_files=no; break
5084 fi
5085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5087 /* end confdefs.h. */
5088 #define _LARGE_FILES 1
5089 #include <sys/types.h>
5090 /* Check that off_t can represent 2**63 - 1 correctly.
5091 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5092 since some C++ compilers masquerading as C compilers
5093 incorrectly reject 9223372036854775807. */
5094 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5095 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5096 && LARGE_OFF_T % 2147483647 == 1)
5097 ? 1 : -1];
5098 int
5099 main ()
5100 {
5101
5102 ;
5103 return 0;
5104 }
5105 _ACEOF
5106 if ac_fn_c_try_compile "$LINENO"; then :
5107 ac_cv_sys_large_files=1; break
5108 fi
5109 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5110 ac_cv_sys_large_files=unknown
5111 break
5112 done
5113 fi
5114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
5115 $as_echo "$ac_cv_sys_large_files" >&6; }
5116 case $ac_cv_sys_large_files in #(
5117 no | unknown) ;;
5118 *)
5119 cat >>confdefs.h <<_ACEOF
5120 #define _LARGE_FILES $ac_cv_sys_large_files
5121 _ACEOF
5122 ;;
5123 esac
5124 rm -rf conftest*
5125 fi
5126 fi
5127
5128
5129
5130 case `pwd` in
5131 *\ * | *\ *)
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5133 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5134 esac
5135
5136
5137
5138 macro_version='2.2.7a'
5139 macro_revision='1.3134'
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153 ltmain="$ac_aux_dir/ltmain.sh"
5154
5155 # Backslashify metacharacters that are still active within
5156 # double-quoted strings.
5157 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5158
5159 # Same as above, but do not quote variable references.
5160 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5161
5162 # Sed substitution to delay expansion of an escaped shell variable in a
5163 # double_quote_subst'ed string.
5164 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5165
5166 # Sed substitution to delay expansion of an escaped single quote.
5167 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5168
5169 # Sed substitution to avoid accidental globbing in evaled expressions
5170 no_glob_subst='s/\*/\\\*/g'
5171
5172 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5173 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5174 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5175
5176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5177 $as_echo_n "checking how to print strings... " >&6; }
5178 # Test print first, because it will be a builtin if present.
5179 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5180 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5181 ECHO='print -r --'
5182 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5183 ECHO='printf %s\n'
5184 else
5185 # Use this function as a fallback that always works.
5186 func_fallback_echo ()
5187 {
5188 eval 'cat <<_LTECHO_EOF
5189 $1
5190 _LTECHO_EOF'
5191 }
5192 ECHO='func_fallback_echo'
5193 fi
5194
5195 # func_echo_all arg...
5196 # Invoke $ECHO with all args, space-separated.
5197 func_echo_all ()
5198 {
5199 $ECHO ""
5200 }
5201
5202 case "$ECHO" in
5203 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5204 $as_echo "printf" >&6; } ;;
5205 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5206 $as_echo "print -r" >&6; } ;;
5207 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5208 $as_echo "cat" >&6; } ;;
5209 esac
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5225 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5226 if test "${ac_cv_path_SED+set}" = set; then :
5227 $as_echo_n "(cached) " >&6
5228 else
5229 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5230 for ac_i in 1 2 3 4 5 6 7; do
5231 ac_script="$ac_script$as_nl$ac_script"
5232 done
5233 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5234 { ac_script=; unset ac_script;}
5235 if test -z "$SED"; then
5236 ac_path_SED_found=false
5237 # Loop through the user's path and test for each of PROGNAME-LIST
5238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5239 for as_dir in $PATH
5240 do
5241 IFS=$as_save_IFS
5242 test -z "$as_dir" && as_dir=.
5243 for ac_prog in sed gsed; do
5244 for ac_exec_ext in '' $ac_executable_extensions; do
5245 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5246 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5247 # Check for GNU ac_path_SED and select it if it is found.
5248 # Check for GNU $ac_path_SED
5249 case `"$ac_path_SED" --version 2>&1` in
5250 *GNU*)
5251 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5252 *)
5253 ac_count=0
5254 $as_echo_n 0123456789 >"conftest.in"
5255 while :
5256 do
5257 cat "conftest.in" "conftest.in" >"conftest.tmp"
5258 mv "conftest.tmp" "conftest.in"
5259 cp "conftest.in" "conftest.nl"
5260 $as_echo '' >> "conftest.nl"
5261 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5262 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5263 as_fn_arith $ac_count + 1 && ac_count=$as_val
5264 if test $ac_count -gt ${ac_path_SED_max-0}; then
5265 # Best one so far, save it but keep looking for a better one
5266 ac_cv_path_SED="$ac_path_SED"
5267 ac_path_SED_max=$ac_count
5268 fi
5269 # 10*(2^10) chars as input seems more than enough
5270 test $ac_count -gt 10 && break
5271 done
5272 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5273 esac
5274
5275 $ac_path_SED_found && break 3
5276 done
5277 done
5278 done
5279 IFS=$as_save_IFS
5280 if test -z "$ac_cv_path_SED"; then
5281 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5282 fi
5283 else
5284 ac_cv_path_SED=$SED
5285 fi
5286
5287 fi
5288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5289 $as_echo "$ac_cv_path_SED" >&6; }
5290 SED="$ac_cv_path_SED"
5291 rm -f conftest.sed
5292
5293 test -z "$SED" && SED=sed
5294 Xsed="$SED -e 1s/^X//"
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5307 $as_echo_n "checking for fgrep... " >&6; }
5308 if test "${ac_cv_path_FGREP+set}" = set; then :
5309 $as_echo_n "(cached) " >&6
5310 else
5311 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5312 then ac_cv_path_FGREP="$GREP -F"
5313 else
5314 if test -z "$FGREP"; then
5315 ac_path_FGREP_found=false
5316 # Loop through the user's path and test for each of PROGNAME-LIST
5317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5318 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5319 do
5320 IFS=$as_save_IFS
5321 test -z "$as_dir" && as_dir=.
5322 for ac_prog in fgrep; do
5323 for ac_exec_ext in '' $ac_executable_extensions; do
5324 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5325 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5326 # Check for GNU ac_path_FGREP and select it if it is found.
5327 # Check for GNU $ac_path_FGREP
5328 case `"$ac_path_FGREP" --version 2>&1` in
5329 *GNU*)
5330 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5331 *)
5332 ac_count=0
5333 $as_echo_n 0123456789 >"conftest.in"
5334 while :
5335 do
5336 cat "conftest.in" "conftest.in" >"conftest.tmp"
5337 mv "conftest.tmp" "conftest.in"
5338 cp "conftest.in" "conftest.nl"
5339 $as_echo 'FGREP' >> "conftest.nl"
5340 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5341 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5342 as_fn_arith $ac_count + 1 && ac_count=$as_val
5343 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5344 # Best one so far, save it but keep looking for a better one
5345 ac_cv_path_FGREP="$ac_path_FGREP"
5346 ac_path_FGREP_max=$ac_count
5347 fi
5348 # 10*(2^10) chars as input seems more than enough
5349 test $ac_count -gt 10 && break
5350 done
5351 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5352 esac
5353
5354 $ac_path_FGREP_found && break 3
5355 done
5356 done
5357 done
5358 IFS=$as_save_IFS
5359 if test -z "$ac_cv_path_FGREP"; then
5360 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5361 fi
5362 else
5363 ac_cv_path_FGREP=$FGREP
5364 fi
5365
5366 fi
5367 fi
5368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5369 $as_echo "$ac_cv_path_FGREP" >&6; }
5370 FGREP="$ac_cv_path_FGREP"
5371
5372
5373 test -z "$GREP" && GREP=grep
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393 # Check whether --with-gnu-ld was given.
5394 if test "${with_gnu_ld+set}" = set; then :
5395 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5396 else
5397 with_gnu_ld=no
5398 fi
5399
5400 ac_prog=ld
5401 if test "$GCC" = yes; then
5402 # Check if gcc -print-prog-name=ld gives a path.
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5404 $as_echo_n "checking for ld used by $CC... " >&6; }
5405 case $host in
5406 *-*-mingw*)
5407 # gcc leaves a trailing carriage return which upsets mingw
5408 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5409 *)
5410 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5411 esac
5412 case $ac_prog in
5413 # Accept absolute paths.
5414 [\\/]* | ?:[\\/]*)
5415 re_direlt='/[^/][^/]*/\.\./'
5416 # Canonicalize the pathname of ld
5417 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5418 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5419 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5420 done
5421 test -z "$LD" && LD="$ac_prog"
5422 ;;
5423 "")
5424 # If it fails, then pretend we aren't using GCC.
5425 ac_prog=ld
5426 ;;
5427 *)
5428 # If it is relative, then search for the first ld in PATH.
5429 with_gnu_ld=unknown
5430 ;;
5431 esac
5432 elif test "$with_gnu_ld" = yes; then
5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5434 $as_echo_n "checking for GNU ld... " >&6; }
5435 else
5436 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5437 $as_echo_n "checking for non-GNU ld... " >&6; }
5438 fi
5439 if test "${lt_cv_path_LD+set}" = set; then :
5440 $as_echo_n "(cached) " >&6
5441 else
5442 if test -z "$LD"; then
5443 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5444 for ac_dir in $PATH; do
5445 IFS="$lt_save_ifs"
5446 test -z "$ac_dir" && ac_dir=.
5447 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5448 lt_cv_path_LD="$ac_dir/$ac_prog"
5449 # Check to see if the program is GNU ld. I'd rather use --version,
5450 # but apparently some variants of GNU ld only accept -v.
5451 # Break only if it was the GNU/non-GNU ld that we prefer.
5452 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5453 *GNU* | *'with BFD'*)
5454 test "$with_gnu_ld" != no && break
5455 ;;
5456 *)
5457 test "$with_gnu_ld" != yes && break
5458 ;;
5459 esac
5460 fi
5461 done
5462 IFS="$lt_save_ifs"
5463 else
5464 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5465 fi
5466 fi
5467
5468 LD="$lt_cv_path_LD"
5469 if test -n "$LD"; then
5470 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5471 $as_echo "$LD" >&6; }
5472 else
5473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5474 $as_echo "no" >&6; }
5475 fi
5476 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5478 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5479 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5480 $as_echo_n "(cached) " >&6
5481 else
5482 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5483 case `$LD -v 2>&1 </dev/null` in
5484 *GNU* | *'with BFD'*)
5485 lt_cv_prog_gnu_ld=yes
5486 ;;
5487 *)
5488 lt_cv_prog_gnu_ld=no
5489 ;;
5490 esac
5491 fi
5492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5493 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5494 with_gnu_ld=$lt_cv_prog_gnu_ld
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5505 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5506 if test "${lt_cv_path_NM+set}" = set; then :
5507 $as_echo_n "(cached) " >&6
5508 else
5509 if test -n "$NM"; then
5510 # Let the user override the test.
5511 lt_cv_path_NM="$NM"
5512 else
5513 lt_nm_to_check="${ac_tool_prefix}nm"
5514 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5515 lt_nm_to_check="$lt_nm_to_check nm"
5516 fi
5517 for lt_tmp_nm in $lt_nm_to_check; do
5518 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5519 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5520 IFS="$lt_save_ifs"
5521 test -z "$ac_dir" && ac_dir=.
5522 tmp_nm="$ac_dir/$lt_tmp_nm"
5523 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5524 # Check to see if the nm accepts a BSD-compat flag.
5525 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5526 # nm: unknown option "B" ignored
5527 # Tru64's nm complains that /dev/null is an invalid object file
5528 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5529 */dev/null* | *'Invalid file or object type'*)
5530 lt_cv_path_NM="$tmp_nm -B"
5531 break
5532 ;;
5533 *)
5534 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5535 */dev/null*)
5536 lt_cv_path_NM="$tmp_nm -p"
5537 break
5538 ;;
5539 *)
5540 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5541 continue # so that we can try to find one that supports BSD flags
5542 ;;
5543 esac
5544 ;;
5545 esac
5546 fi
5547 done
5548 IFS="$lt_save_ifs"
5549 done
5550 : ${lt_cv_path_NM=no}
5551 fi
5552 fi
5553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5554 $as_echo "$lt_cv_path_NM" >&6; }
5555 if test "$lt_cv_path_NM" != "no"; then
5556 NM="$lt_cv_path_NM"
5557 else
5558 # Didn't find any BSD compatible name lister, look for dumpbin.
5559 if test -n "$DUMPBIN"; then :
5560 # Let the user override the test.
5561 else
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in dumpbin "link -dump"
5564 do
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5568 $as_echo_n "checking for $ac_word... " >&6; }
5569 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5570 $as_echo_n "(cached) " >&6
5571 else
5572 if test -n "$DUMPBIN"; then
5573 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5574 else
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 for as_dir in $PATH
5577 do
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5583 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5584 break 2
5585 fi
5586 done
5587 done
5588 IFS=$as_save_IFS
5589
5590 fi
5591 fi
5592 DUMPBIN=$ac_cv_prog_DUMPBIN
5593 if test -n "$DUMPBIN"; then
5594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5595 $as_echo "$DUMPBIN" >&6; }
5596 else
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5598 $as_echo "no" >&6; }
5599 fi
5600
5601
5602 test -n "$DUMPBIN" && break
5603 done
5604 fi
5605 if test -z "$DUMPBIN"; then
5606 ac_ct_DUMPBIN=$DUMPBIN
5607 for ac_prog in dumpbin "link -dump"
5608 do
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy $ac_prog; ac_word=$2
5611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5612 $as_echo_n "checking for $ac_word... " >&6; }
5613 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5614 $as_echo_n "(cached) " >&6
5615 else
5616 if test -n "$ac_ct_DUMPBIN"; then
5617 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5618 else
5619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620 for as_dir in $PATH
5621 do
5622 IFS=$as_save_IFS
5623 test -z "$as_dir" && as_dir=.
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5628 break 2
5629 fi
5630 done
5631 done
5632 IFS=$as_save_IFS
5633
5634 fi
5635 fi
5636 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5637 if test -n "$ac_ct_DUMPBIN"; then
5638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5639 $as_echo "$ac_ct_DUMPBIN" >&6; }
5640 else
5641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5642 $as_echo "no" >&6; }
5643 fi
5644
5645
5646 test -n "$ac_ct_DUMPBIN" && break
5647 done
5648
5649 if test "x$ac_ct_DUMPBIN" = x; then
5650 DUMPBIN=":"
5651 else
5652 case $cross_compiling:$ac_tool_warned in
5653 yes:)
5654 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5655 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5656 ac_tool_warned=yes ;;
5657 esac
5658 DUMPBIN=$ac_ct_DUMPBIN
5659 fi
5660 fi
5661
5662 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5663 *COFF*)
5664 DUMPBIN="$DUMPBIN -symbols"
5665 ;;
5666 *)
5667 DUMPBIN=:
5668 ;;
5669 esac
5670 fi
5671
5672 if test "$DUMPBIN" != ":"; then
5673 NM="$DUMPBIN"
5674 fi
5675 fi
5676 test -z "$NM" && NM=nm
5677
5678
5679
5680
5681
5682
5683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5684 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5685 if test "${lt_cv_nm_interface+set}" = set; then :
5686 $as_echo_n "(cached) " >&6
5687 else
5688 lt_cv_nm_interface="BSD nm"
5689 echo "int some_variable = 0;" > conftest.$ac_ext
5690 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5691 (eval "$ac_compile" 2>conftest.err)
5692 cat conftest.err >&5
5693 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5694 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5695 cat conftest.err >&5
5696 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5697 cat conftest.out >&5
5698 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5699 lt_cv_nm_interface="MS dumpbin"
5700 fi
5701 rm -f conftest*
5702 fi
5703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5704 $as_echo "$lt_cv_nm_interface" >&6; }
5705
5706 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5707 $as_echo_n "checking whether ln -s works... " >&6; }
5708 LN_S=$as_ln_s
5709 if test "$LN_S" = "ln -s"; then
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5711 $as_echo "yes" >&6; }
5712 else
5713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5714 $as_echo "no, using $LN_S" >&6; }
5715 fi
5716
5717 # find the maximum length of command line arguments
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5719 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5720 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
5722 else
5723 i=0
5724 teststring="ABCD"
5725
5726 case $build_os in
5727 msdosdjgpp*)
5728 # On DJGPP, this test can blow up pretty badly due to problems in libc
5729 # (any single argument exceeding 2000 bytes causes a buffer overrun
5730 # during glob expansion). Even if it were fixed, the result of this
5731 # check would be larger than it should be.
5732 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5733 ;;
5734
5735 gnu*)
5736 # Under GNU Hurd, this test is not required because there is
5737 # no limit to the length of command line arguments.
5738 # Libtool will interpret -1 as no limit whatsoever
5739 lt_cv_sys_max_cmd_len=-1;
5740 ;;
5741
5742 cygwin* | mingw* | cegcc*)
5743 # On Win9x/ME, this test blows up -- it succeeds, but takes
5744 # about 5 minutes as the teststring grows exponentially.
5745 # Worse, since 9x/ME are not pre-emptively multitasking,
5746 # you end up with a "frozen" computer, even though with patience
5747 # the test eventually succeeds (with a max line length of 256k).
5748 # Instead, let's just punt: use the minimum linelength reported by
5749 # all of the supported platforms: 8192 (on NT/2K/XP).
5750 lt_cv_sys_max_cmd_len=8192;
5751 ;;
5752
5753 mint*)
5754 # On MiNT this can take a long time and run out of memory.
5755 lt_cv_sys_max_cmd_len=8192;
5756 ;;
5757
5758 amigaos*)
5759 # On AmigaOS with pdksh, this test takes hours, literally.
5760 # So we just punt and use a minimum line length of 8192.
5761 lt_cv_sys_max_cmd_len=8192;
5762 ;;
5763
5764 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5765 # This has been around since 386BSD, at least. Likely further.
5766 if test -x /sbin/sysctl; then
5767 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5768 elif test -x /usr/sbin/sysctl; then
5769 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5770 else
5771 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5772 fi
5773 # And add a safety zone
5774 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5775 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5776 ;;
5777
5778 interix*)
5779 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5780 lt_cv_sys_max_cmd_len=196608
5781 ;;
5782
5783 osf*)
5784 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5785 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5786 # nice to cause kernel panics so lets avoid the loop below.
5787 # First set a reasonable default.
5788 lt_cv_sys_max_cmd_len=16384
5789 #
5790 if test -x /sbin/sysconfig; then
5791 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5792 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5793 esac
5794 fi
5795 ;;
5796 sco3.2v5*)
5797 lt_cv_sys_max_cmd_len=102400
5798 ;;
5799 sysv5* | sco5v6* | sysv4.2uw2*)
5800 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5801 if test -n "$kargmax"; then
5802 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5803 else
5804 lt_cv_sys_max_cmd_len=32768
5805 fi
5806 ;;
5807 *)
5808 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5809 if test -n "$lt_cv_sys_max_cmd_len"; then
5810 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5811 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5812 else
5813 # Make teststring a little bigger before we do anything with it.
5814 # a 1K string should be a reasonable start.
5815 for i in 1 2 3 4 5 6 7 8 ; do
5816 teststring=$teststring$teststring
5817 done
5818 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5819 # If test is not a shell built-in, we'll probably end up computing a
5820 # maximum length that is only half of the actual maximum length, but
5821 # we can't tell.
5822 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5823 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5824 test $i != 17 # 1/2 MB should be enough
5825 do
5826 i=`expr $i + 1`
5827 teststring=$teststring$teststring
5828 done
5829 # Only check the string length outside the loop.
5830 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5831 teststring=
5832 # Add a significant safety factor because C++ compilers can tack on
5833 # massive amounts of additional arguments before passing them to the
5834 # linker. It appears as though 1/2 is a usable value.
5835 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5836 fi
5837 ;;
5838 esac
5839
5840 fi
5841
5842 if test -n $lt_cv_sys_max_cmd_len ; then
5843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5844 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5845 else
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5847 $as_echo "none" >&6; }
5848 fi
5849 max_cmd_len=$lt_cv_sys_max_cmd_len
5850
5851
5852
5853
5854
5855
5856 : ${CP="cp -f"}
5857 : ${MV="mv -f"}
5858 : ${RM="rm -f"}
5859
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5861 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5862 # Try some XSI features
5863 xsi_shell=no
5864 ( _lt_dummy="a/b/c"
5865 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5866 = c,a/b,, \
5867 && eval 'test $(( 1 + 1 )) -eq 2 \
5868 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5869 && xsi_shell=yes
5870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5871 $as_echo "$xsi_shell" >&6; }
5872
5873
5874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5875 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5876 lt_shell_append=no
5877 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5878 >/dev/null 2>&1 \
5879 && lt_shell_append=yes
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5881 $as_echo "$lt_shell_append" >&6; }
5882
5883
5884 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5885 lt_unset=unset
5886 else
5887 lt_unset=false
5888 fi
5889
5890
5891
5892
5893
5894 # test EBCDIC or ASCII
5895 case `echo X|tr X '\101'` in
5896 A) # ASCII based system
5897 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5898 lt_SP2NL='tr \040 \012'
5899 lt_NL2SP='tr \015\012 \040\040'
5900 ;;
5901 *) # EBCDIC based system
5902 lt_SP2NL='tr \100 \n'
5903 lt_NL2SP='tr \r\n \100\100'
5904 ;;
5905 esac
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5916 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5917 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5918 $as_echo_n "(cached) " >&6
5919 else
5920 lt_cv_ld_reload_flag='-r'
5921 fi
5922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5923 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5924 reload_flag=$lt_cv_ld_reload_flag
5925 case $reload_flag in
5926 "" | " "*) ;;
5927 *) reload_flag=" $reload_flag" ;;
5928 esac
5929 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5930 case $host_os in
5931 darwin*)
5932 if test "$GCC" = yes; then
5933 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5934 else
5935 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5936 fi
5937 ;;
5938 esac
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948 if test -n "$ac_tool_prefix"; then
5949 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5950 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5951 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5952 $as_echo_n "checking for $ac_word... " >&6; }
5953 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5954 $as_echo_n "(cached) " >&6
5955 else
5956 if test -n "$OBJDUMP"; then
5957 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5958 else
5959 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5960 for as_dir in $PATH
5961 do
5962 IFS=$as_save_IFS
5963 test -z "$as_dir" && as_dir=.
5964 for ac_exec_ext in '' $ac_executable_extensions; do
5965 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5966 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5967 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5968 break 2
5969 fi
5970 done
5971 done
5972 IFS=$as_save_IFS
5973
5974 fi
5975 fi
5976 OBJDUMP=$ac_cv_prog_OBJDUMP
5977 if test -n "$OBJDUMP"; then
5978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5979 $as_echo "$OBJDUMP" >&6; }
5980 else
5981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5982 $as_echo "no" >&6; }
5983 fi
5984
5985
5986 fi
5987 if test -z "$ac_cv_prog_OBJDUMP"; then
5988 ac_ct_OBJDUMP=$OBJDUMP
5989 # Extract the first word of "objdump", so it can be a program name with args.
5990 set dummy objdump; ac_word=$2
5991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5992 $as_echo_n "checking for $ac_word... " >&6; }
5993 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5994 $as_echo_n "(cached) " >&6
5995 else
5996 if test -n "$ac_ct_OBJDUMP"; then
5997 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5998 else
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000 for as_dir in $PATH
6001 do
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6008 break 2
6009 fi
6010 done
6011 done
6012 IFS=$as_save_IFS
6013
6014 fi
6015 fi
6016 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6017 if test -n "$ac_ct_OBJDUMP"; then
6018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6019 $as_echo "$ac_ct_OBJDUMP" >&6; }
6020 else
6021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6022 $as_echo "no" >&6; }
6023 fi
6024
6025 if test "x$ac_ct_OBJDUMP" = x; then
6026 OBJDUMP="false"
6027 else
6028 case $cross_compiling:$ac_tool_warned in
6029 yes:)
6030 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6031 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6032 ac_tool_warned=yes ;;
6033 esac
6034 OBJDUMP=$ac_ct_OBJDUMP
6035 fi
6036 else
6037 OBJDUMP="$ac_cv_prog_OBJDUMP"
6038 fi
6039
6040 test -z "$OBJDUMP" && OBJDUMP=objdump
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6051 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6052 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6053 $as_echo_n "(cached) " >&6
6054 else
6055 lt_cv_file_magic_cmd='$MAGIC_CMD'
6056 lt_cv_file_magic_test_file=
6057 lt_cv_deplibs_check_method='unknown'
6058 # Need to set the preceding variable on all platforms that support
6059 # interlibrary dependencies.
6060 # 'none' -- dependencies not supported.
6061 # `unknown' -- same as none, but documents that we really don't know.
6062 # 'pass_all' -- all dependencies passed with no checks.
6063 # 'test_compile' -- check by making test program.
6064 # 'file_magic [[regex]]' -- check by looking for files in library path
6065 # which responds to the $file_magic_cmd with a given extended regex.
6066 # If you have `file' or equivalent on your system and you're not sure
6067 # whether `pass_all' will *always* work, you probably want this one.
6068
6069 case $host_os in
6070 aix[4-9]*)
6071 lt_cv_deplibs_check_method=pass_all
6072 ;;
6073
6074 beos*)
6075 lt_cv_deplibs_check_method=pass_all
6076 ;;
6077
6078 bsdi[45]*)
6079 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6080 lt_cv_file_magic_cmd='/usr/bin/file -L'
6081 lt_cv_file_magic_test_file=/shlib/libc.so
6082 ;;
6083
6084 cygwin*)
6085 # func_win32_libid is a shell function defined in ltmain.sh
6086 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6087 lt_cv_file_magic_cmd='func_win32_libid'
6088 ;;
6089
6090 mingw* | pw32*)
6091 # Base MSYS/MinGW do not provide the 'file' command needed by
6092 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6093 # unless we find 'file', for example because we are cross-compiling.
6094 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6095 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6096 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6097 lt_cv_file_magic_cmd='func_win32_libid'
6098 else
6099 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6100 lt_cv_file_magic_cmd='$OBJDUMP -f'
6101 fi
6102 ;;
6103
6104 cegcc*)
6105 # use the weaker test based on 'objdump'. See mingw*.
6106 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6107 lt_cv_file_magic_cmd='$OBJDUMP -f'
6108 ;;
6109
6110 darwin* | rhapsody*)
6111 lt_cv_deplibs_check_method=pass_all
6112 ;;
6113
6114 freebsd* | dragonfly*)
6115 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6116 case $host_cpu in
6117 i*86 )
6118 # Not sure whether the presence of OpenBSD here was a mistake.
6119 # Let's accept both of them until this is cleared up.
6120 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6121 lt_cv_file_magic_cmd=/usr/bin/file
6122 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6123 ;;
6124 esac
6125 else
6126 lt_cv_deplibs_check_method=pass_all
6127 fi
6128 ;;
6129
6130 gnu*)
6131 lt_cv_deplibs_check_method=pass_all
6132 ;;
6133
6134 haiku*)
6135 lt_cv_deplibs_check_method=pass_all
6136 ;;
6137
6138 hpux10.20* | hpux11*)
6139 lt_cv_file_magic_cmd=/usr/bin/file
6140 case $host_cpu in
6141 ia64*)
6142 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6143 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6144 ;;
6145 hppa*64*)
6146 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]'
6147 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6148 ;;
6149 *)
6150 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6151 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6152 ;;
6153 esac
6154 ;;
6155
6156 interix[3-9]*)
6157 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6158 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6159 ;;
6160
6161 irix5* | irix6* | nonstopux*)
6162 case $LD in
6163 *-32|*"-32 ") libmagic=32-bit;;
6164 *-n32|*"-n32 ") libmagic=N32;;
6165 *-64|*"-64 ") libmagic=64-bit;;
6166 *) libmagic=never-match;;
6167 esac
6168 lt_cv_deplibs_check_method=pass_all
6169 ;;
6170
6171 # This must be Linux ELF.
6172 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6173 lt_cv_deplibs_check_method=pass_all
6174 ;;
6175
6176 netbsd*)
6177 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6178 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6179 else
6180 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6181 fi
6182 ;;
6183
6184 newos6*)
6185 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6186 lt_cv_file_magic_cmd=/usr/bin/file
6187 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6188 ;;
6189
6190 *nto* | *qnx*)
6191 lt_cv_deplibs_check_method=pass_all
6192 ;;
6193
6194 openbsd*)
6195 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6196 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6197 else
6198 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6199 fi
6200 ;;
6201
6202 osf3* | osf4* | osf5*)
6203 lt_cv_deplibs_check_method=pass_all
6204 ;;
6205
6206 rdos*)
6207 lt_cv_deplibs_check_method=pass_all
6208 ;;
6209
6210 solaris*)
6211 lt_cv_deplibs_check_method=pass_all
6212 ;;
6213
6214 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6215 lt_cv_deplibs_check_method=pass_all
6216 ;;
6217
6218 sysv4 | sysv4.3*)
6219 case $host_vendor in
6220 motorola)
6221 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]'
6222 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6223 ;;
6224 ncr)
6225 lt_cv_deplibs_check_method=pass_all
6226 ;;
6227 sequent)
6228 lt_cv_file_magic_cmd='/bin/file'
6229 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6230 ;;
6231 sni)
6232 lt_cv_file_magic_cmd='/bin/file'
6233 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6234 lt_cv_file_magic_test_file=/lib/libc.so
6235 ;;
6236 siemens)
6237 lt_cv_deplibs_check_method=pass_all
6238 ;;
6239 pc)
6240 lt_cv_deplibs_check_method=pass_all
6241 ;;
6242 esac
6243 ;;
6244
6245 tpf*)
6246 lt_cv_deplibs_check_method=pass_all
6247 ;;
6248 esac
6249
6250 fi
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6252 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6253 file_magic_cmd=$lt_cv_file_magic_cmd
6254 deplibs_check_method=$lt_cv_deplibs_check_method
6255 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6256
6257
6258
6259
6260
6261
6262
6263
6264
6265
6266
6267
6268 if test -n "$ac_tool_prefix"; then
6269 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6270 set dummy ${ac_tool_prefix}ar; ac_word=$2
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6272 $as_echo_n "checking for $ac_word... " >&6; }
6273 if test "${ac_cv_prog_AR+set}" = set; then :
6274 $as_echo_n "(cached) " >&6
6275 else
6276 if test -n "$AR"; then
6277 ac_cv_prog_AR="$AR" # Let the user override the test.
6278 else
6279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6280 for as_dir in $PATH
6281 do
6282 IFS=$as_save_IFS
6283 test -z "$as_dir" && as_dir=.
6284 for ac_exec_ext in '' $ac_executable_extensions; do
6285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6286 ac_cv_prog_AR="${ac_tool_prefix}ar"
6287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6288 break 2
6289 fi
6290 done
6291 done
6292 IFS=$as_save_IFS
6293
6294 fi
6295 fi
6296 AR=$ac_cv_prog_AR
6297 if test -n "$AR"; then
6298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6299 $as_echo "$AR" >&6; }
6300 else
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6302 $as_echo "no" >&6; }
6303 fi
6304
6305
6306 fi
6307 if test -z "$ac_cv_prog_AR"; then
6308 ac_ct_AR=$AR
6309 # Extract the first word of "ar", so it can be a program name with args.
6310 set dummy ar; ac_word=$2
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6312 $as_echo_n "checking for $ac_word... " >&6; }
6313 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6314 $as_echo_n "(cached) " >&6
6315 else
6316 if test -n "$ac_ct_AR"; then
6317 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6318 else
6319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320 for as_dir in $PATH
6321 do
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
6324 for ac_exec_ext in '' $ac_executable_extensions; do
6325 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6326 ac_cv_prog_ac_ct_AR="ar"
6327 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6328 break 2
6329 fi
6330 done
6331 done
6332 IFS=$as_save_IFS
6333
6334 fi
6335 fi
6336 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6337 if test -n "$ac_ct_AR"; then
6338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6339 $as_echo "$ac_ct_AR" >&6; }
6340 else
6341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6342 $as_echo "no" >&6; }
6343 fi
6344
6345 if test "x$ac_ct_AR" = x; then
6346 AR="false"
6347 else
6348 case $cross_compiling:$ac_tool_warned in
6349 yes:)
6350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6352 ac_tool_warned=yes ;;
6353 esac
6354 AR=$ac_ct_AR
6355 fi
6356 else
6357 AR="$ac_cv_prog_AR"
6358 fi
6359
6360 test -z "$AR" && AR=ar
6361 test -z "$AR_FLAGS" && AR_FLAGS=cru
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373 if test -n "$ac_tool_prefix"; then
6374 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6375 set dummy ${ac_tool_prefix}strip; ac_word=$2
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6377 $as_echo_n "checking for $ac_word... " >&6; }
6378 if test "${ac_cv_prog_STRIP+set}" = set; then :
6379 $as_echo_n "(cached) " >&6
6380 else
6381 if test -n "$STRIP"; then
6382 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6383 else
6384 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6385 for as_dir in $PATH
6386 do
6387 IFS=$as_save_IFS
6388 test -z "$as_dir" && as_dir=.
6389 for ac_exec_ext in '' $ac_executable_extensions; do
6390 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6391 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6392 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6393 break 2
6394 fi
6395 done
6396 done
6397 IFS=$as_save_IFS
6398
6399 fi
6400 fi
6401 STRIP=$ac_cv_prog_STRIP
6402 if test -n "$STRIP"; then
6403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6404 $as_echo "$STRIP" >&6; }
6405 else
6406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6407 $as_echo "no" >&6; }
6408 fi
6409
6410
6411 fi
6412 if test -z "$ac_cv_prog_STRIP"; then
6413 ac_ct_STRIP=$STRIP
6414 # Extract the first word of "strip", so it can be a program name with args.
6415 set dummy strip; ac_word=$2
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6417 $as_echo_n "checking for $ac_word... " >&6; }
6418 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6419 $as_echo_n "(cached) " >&6
6420 else
6421 if test -n "$ac_ct_STRIP"; then
6422 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6423 else
6424 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6425 for as_dir in $PATH
6426 do
6427 IFS=$as_save_IFS
6428 test -z "$as_dir" && as_dir=.
6429 for ac_exec_ext in '' $ac_executable_extensions; do
6430 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6431 ac_cv_prog_ac_ct_STRIP="strip"
6432 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6433 break 2
6434 fi
6435 done
6436 done
6437 IFS=$as_save_IFS
6438
6439 fi
6440 fi
6441 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6442 if test -n "$ac_ct_STRIP"; then
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6444 $as_echo "$ac_ct_STRIP" >&6; }
6445 else
6446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6447 $as_echo "no" >&6; }
6448 fi
6449
6450 if test "x$ac_ct_STRIP" = x; then
6451 STRIP=":"
6452 else
6453 case $cross_compiling:$ac_tool_warned in
6454 yes:)
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6456 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6457 ac_tool_warned=yes ;;
6458 esac
6459 STRIP=$ac_ct_STRIP
6460 fi
6461 else
6462 STRIP="$ac_cv_prog_STRIP"
6463 fi
6464
6465 test -z "$STRIP" && STRIP=:
6466
6467
6468
6469
6470
6471
6472 if test -n "$ac_tool_prefix"; then
6473 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6474 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6476 $as_echo_n "checking for $ac_word... " >&6; }
6477 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6478 $as_echo_n "(cached) " >&6
6479 else
6480 if test -n "$RANLIB"; then
6481 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6482 else
6483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6484 for as_dir in $PATH
6485 do
6486 IFS=$as_save_IFS
6487 test -z "$as_dir" && as_dir=.
6488 for ac_exec_ext in '' $ac_executable_extensions; do
6489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6490 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6491 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6492 break 2
6493 fi
6494 done
6495 done
6496 IFS=$as_save_IFS
6497
6498 fi
6499 fi
6500 RANLIB=$ac_cv_prog_RANLIB
6501 if test -n "$RANLIB"; then
6502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6503 $as_echo "$RANLIB" >&6; }
6504 else
6505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6506 $as_echo "no" >&6; }
6507 fi
6508
6509
6510 fi
6511 if test -z "$ac_cv_prog_RANLIB"; then
6512 ac_ct_RANLIB=$RANLIB
6513 # Extract the first word of "ranlib", so it can be a program name with args.
6514 set dummy ranlib; ac_word=$2
6515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6516 $as_echo_n "checking for $ac_word... " >&6; }
6517 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6518 $as_echo_n "(cached) " >&6
6519 else
6520 if test -n "$ac_ct_RANLIB"; then
6521 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6522 else
6523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6524 for as_dir in $PATH
6525 do
6526 IFS=$as_save_IFS
6527 test -z "$as_dir" && as_dir=.
6528 for ac_exec_ext in '' $ac_executable_extensions; do
6529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6530 ac_cv_prog_ac_ct_RANLIB="ranlib"
6531 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6532 break 2
6533 fi
6534 done
6535 done
6536 IFS=$as_save_IFS
6537
6538 fi
6539 fi
6540 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6541 if test -n "$ac_ct_RANLIB"; then
6542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6543 $as_echo "$ac_ct_RANLIB" >&6; }
6544 else
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6546 $as_echo "no" >&6; }
6547 fi
6548
6549 if test "x$ac_ct_RANLIB" = x; then
6550 RANLIB=":"
6551 else
6552 case $cross_compiling:$ac_tool_warned in
6553 yes:)
6554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6555 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6556 ac_tool_warned=yes ;;
6557 esac
6558 RANLIB=$ac_ct_RANLIB
6559 fi
6560 else
6561 RANLIB="$ac_cv_prog_RANLIB"
6562 fi
6563
6564 test -z "$RANLIB" && RANLIB=:
6565
6566
6567
6568
6569
6570
6571 # Determine commands to create old-style static archives.
6572 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6573 old_postinstall_cmds='chmod 644 $oldlib'
6574 old_postuninstall_cmds=
6575
6576 if test -n "$RANLIB"; then
6577 case $host_os in
6578 openbsd*)
6579 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6580 ;;
6581 *)
6582 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6583 ;;
6584 esac
6585 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6586 fi
6587
6588 case $host_os in
6589 darwin*)
6590 lock_old_archive_extraction=yes ;;
6591 *)
6592 lock_old_archive_extraction=no ;;
6593 esac
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617
6618
6619
6620
6621
6622
6623
6624
6625
6626
6627
6628
6629
6630
6631
6632
6633 # If no C compiler was specified, use CC.
6634 LTCC=${LTCC-"$CC"}
6635
6636 # If no C compiler flags were specified, use CFLAGS.
6637 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6638
6639 # Allow CC to be a program name with arguments.
6640 compiler=$CC
6641
6642
6643 # Check for command to grab the raw symbol name followed by C symbol from nm.
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6645 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6646 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6647 $as_echo_n "(cached) " >&6
6648 else
6649
6650 # These are sane defaults that work on at least a few old systems.
6651 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6652
6653 # Character class describing NM global symbol codes.
6654 symcode='[BCDEGRST]'
6655
6656 # Regexp to match symbols that can be accessed directly from C.
6657 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6658
6659 # Define system-specific variables.
6660 case $host_os in
6661 aix*)
6662 symcode='[BCDT]'
6663 ;;
6664 cygwin* | mingw* | pw32* | cegcc*)
6665 symcode='[ABCDGISTW]'
6666 ;;
6667 hpux*)
6668 if test "$host_cpu" = ia64; then
6669 symcode='[ABCDEGRST]'
6670 fi
6671 ;;
6672 irix* | nonstopux*)
6673 symcode='[BCDEGRST]'
6674 ;;
6675 osf*)
6676 symcode='[BCDEGQRST]'
6677 ;;
6678 solaris*)
6679 symcode='[BDRT]'
6680 ;;
6681 sco3.2v5*)
6682 symcode='[DT]'
6683 ;;
6684 sysv4.2uw2*)
6685 symcode='[DT]'
6686 ;;
6687 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6688 symcode='[ABDT]'
6689 ;;
6690 sysv4)
6691 symcode='[DFNSTU]'
6692 ;;
6693 esac
6694
6695 # If we're using GNU nm, then use its standard symbol codes.
6696 case `$NM -V 2>&1` in
6697 *GNU* | *'with BFD'*)
6698 symcode='[ABCDGIRSTW]' ;;
6699 esac
6700
6701 # Transform an extracted symbol line into a proper C declaration.
6702 # Some systems (esp. on ia64) link data and code symbols differently,
6703 # so use this general approach.
6704 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6705
6706 # Transform an extracted symbol line into symbol name and symbol address
6707 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6708 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'"
6709
6710 # Handle CRLF in mingw tool chain
6711 opt_cr=
6712 case $build_os in
6713 mingw*)
6714 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6715 ;;
6716 esac
6717
6718 # Try without a prefix underscore, then with it.
6719 for ac_symprfx in "" "_"; do
6720
6721 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6722 symxfrm="\\1 $ac_symprfx\\2 \\2"
6723
6724 # Write the raw and C identifiers.
6725 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6726 # Fake it for dumpbin and say T for any non-static function
6727 # and D for any global variable.
6728 # Also find C++ and __fastcall symbols from MSVC++,
6729 # which start with @ or ?.
6730 lt_cv_sys_global_symbol_pipe="$AWK '"\
6731 " {last_section=section; section=\$ 3};"\
6732 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6733 " \$ 0!~/External *\|/{next};"\
6734 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6735 " {if(hide[section]) next};"\
6736 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6737 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6738 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6739 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6740 " ' prfx=^$ac_symprfx"
6741 else
6742 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6743 fi
6744
6745 # Check to see that the pipe works correctly.
6746 pipe_works=no
6747
6748 rm -f conftest*
6749 cat > conftest.$ac_ext <<_LT_EOF
6750 #ifdef __cplusplus
6751 extern "C" {
6752 #endif
6753 char nm_test_var;
6754 void nm_test_func(void);
6755 void nm_test_func(void){}
6756 #ifdef __cplusplus
6757 }
6758 #endif
6759 int main(){nm_test_var='a';nm_test_func();return(0);}
6760 _LT_EOF
6761
6762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6763 (eval $ac_compile) 2>&5
6764 ac_status=$?
6765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6766 test $ac_status = 0; }; then
6767 # Now try to grab the symbols.
6768 nlist=conftest.nm
6769 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6770 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6771 ac_status=$?
6772 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6773 test $ac_status = 0; } && test -s "$nlist"; then
6774 # Try sorting and uniquifying the output.
6775 if sort "$nlist" | uniq > "$nlist"T; then
6776 mv -f "$nlist"T "$nlist"
6777 else
6778 rm -f "$nlist"T
6779 fi
6780
6781 # Make sure that we snagged all the symbols we need.
6782 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6783 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6784 cat <<_LT_EOF > conftest.$ac_ext
6785 #ifdef __cplusplus
6786 extern "C" {
6787 #endif
6788
6789 _LT_EOF
6790 # Now generate the symbol file.
6791 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6792
6793 cat <<_LT_EOF >> conftest.$ac_ext
6794
6795 /* The mapping between symbol names and symbols. */
6796 const struct {
6797 const char *name;
6798 void *address;
6799 }
6800 lt__PROGRAM__LTX_preloaded_symbols[] =
6801 {
6802 { "@PROGRAM@", (void *) 0 },
6803 _LT_EOF
6804 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6805 cat <<\_LT_EOF >> conftest.$ac_ext
6806 {0, (void *) 0}
6807 };
6808
6809 /* This works around a problem in FreeBSD linker */
6810 #ifdef FREEBSD_WORKAROUND
6811 static const void *lt_preloaded_setup() {
6812 return lt__PROGRAM__LTX_preloaded_symbols;
6813 }
6814 #endif
6815
6816 #ifdef __cplusplus
6817 }
6818 #endif
6819 _LT_EOF
6820 # Now try linking the two files.
6821 mv conftest.$ac_objext conftstm.$ac_objext
6822 lt_save_LIBS="$LIBS"
6823 lt_save_CFLAGS="$CFLAGS"
6824 LIBS="conftstm.$ac_objext"
6825 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6826 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6827 (eval $ac_link) 2>&5
6828 ac_status=$?
6829 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6830 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6831 pipe_works=yes
6832 fi
6833 LIBS="$lt_save_LIBS"
6834 CFLAGS="$lt_save_CFLAGS"
6835 else
6836 echo "cannot find nm_test_func in $nlist" >&5
6837 fi
6838 else
6839 echo "cannot find nm_test_var in $nlist" >&5
6840 fi
6841 else
6842 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6843 fi
6844 else
6845 echo "$progname: failed program was:" >&5
6846 cat conftest.$ac_ext >&5
6847 fi
6848 rm -rf conftest* conftst*
6849
6850 # Do not use the global_symbol_pipe unless it works.
6851 if test "$pipe_works" = yes; then
6852 break
6853 else
6854 lt_cv_sys_global_symbol_pipe=
6855 fi
6856 done
6857
6858 fi
6859
6860 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6861 lt_cv_sys_global_symbol_to_cdecl=
6862 fi
6863 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6865 $as_echo "failed" >&6; }
6866 else
6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6868 $as_echo "ok" >&6; }
6869 fi
6870
6871
6872
6873
6874
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892 # Check whether --enable-libtool-lock was given.
6893 if test "${enable_libtool_lock+set}" = set; then :
6894 enableval=$enable_libtool_lock;
6895 fi
6896
6897 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6898
6899 # Some flags need to be propagated to the compiler or linker for good
6900 # libtool support.
6901 case $host in
6902 ia64-*-hpux*)
6903 # Find out which ABI we are using.
6904 echo 'int i;' > conftest.$ac_ext
6905 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6906 (eval $ac_compile) 2>&5
6907 ac_status=$?
6908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6909 test $ac_status = 0; }; then
6910 case `/usr/bin/file conftest.$ac_objext` in
6911 *ELF-32*)
6912 HPUX_IA64_MODE="32"
6913 ;;
6914 *ELF-64*)
6915 HPUX_IA64_MODE="64"
6916 ;;
6917 esac
6918 fi
6919 rm -rf conftest*
6920 ;;
6921 *-*-irix6*)
6922 # Find out which ABI we are using.
6923 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6924 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6925 (eval $ac_compile) 2>&5
6926 ac_status=$?
6927 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6928 test $ac_status = 0; }; then
6929 if test "$lt_cv_prog_gnu_ld" = yes; then
6930 case `/usr/bin/file conftest.$ac_objext` in
6931 *32-bit*)
6932 LD="${LD-ld} -melf32bsmip"
6933 ;;
6934 *N32*)
6935 LD="${LD-ld} -melf32bmipn32"
6936 ;;
6937 *64-bit*)
6938 LD="${LD-ld} -melf64bmip"
6939 ;;
6940 esac
6941 else
6942 case `/usr/bin/file conftest.$ac_objext` in
6943 *32-bit*)
6944 LD="${LD-ld} -32"
6945 ;;
6946 *N32*)
6947 LD="${LD-ld} -n32"
6948 ;;
6949 *64-bit*)
6950 LD="${LD-ld} -64"
6951 ;;
6952 esac
6953 fi
6954 fi
6955 rm -rf conftest*
6956 ;;
6957
6958 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6959 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6960 # Find out which ABI we are using.
6961 echo 'int i;' > conftest.$ac_ext
6962 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6963 (eval $ac_compile) 2>&5
6964 ac_status=$?
6965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6966 test $ac_status = 0; }; then
6967 case `/usr/bin/file conftest.o` in
6968 *32-bit*)
6969 case $host in
6970 x86_64-*kfreebsd*-gnu)
6971 LD="${LD-ld} -m elf_i386_fbsd"
6972 ;;
6973 x86_64-*linux*)
6974 case `/usr/bin/file conftest.o` in
6975 *x86-64*)
6976 LD="${LD-ld} -m elf32_x86_64"
6977 ;;
6978 *)
6979 LD="${LD-ld} -m elf_i386"
6980 ;;
6981 esac
6982 ;;
6983 ppc64-*linux*|powerpc64-*linux*)
6984 LD="${LD-ld} -m elf32ppclinux"
6985 ;;
6986 s390x-*linux*)
6987 LD="${LD-ld} -m elf_s390"
6988 ;;
6989 sparc64-*linux*)
6990 LD="${LD-ld} -m elf32_sparc"
6991 ;;
6992 esac
6993 ;;
6994 *64-bit*)
6995 case $host in
6996 x86_64-*kfreebsd*-gnu)
6997 LD="${LD-ld} -m elf_x86_64_fbsd"
6998 ;;
6999 x86_64-*linux*)
7000 LD="${LD-ld} -m elf_x86_64"
7001 ;;
7002 ppc*-*linux*|powerpc*-*linux*)
7003 LD="${LD-ld} -m elf64ppc"
7004 ;;
7005 s390*-*linux*|s390*-*tpf*)
7006 LD="${LD-ld} -m elf64_s390"
7007 ;;
7008 sparc*-*linux*)
7009 LD="${LD-ld} -m elf64_sparc"
7010 ;;
7011 esac
7012 ;;
7013 esac
7014 fi
7015 rm -rf conftest*
7016 ;;
7017
7018 *-*-sco3.2v5*)
7019 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7020 SAVE_CFLAGS="$CFLAGS"
7021 CFLAGS="$CFLAGS -belf"
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7023 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7024 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7025 $as_echo_n "(cached) " >&6
7026 else
7027 ac_ext=c
7028 ac_cpp='$CPP $CPPFLAGS'
7029 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7030 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7031 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7032
7033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7034 /* end confdefs.h. */
7035
7036 int
7037 main ()
7038 {
7039
7040 ;
7041 return 0;
7042 }
7043 _ACEOF
7044 if ac_fn_c_try_link "$LINENO"; then :
7045 lt_cv_cc_needs_belf=yes
7046 else
7047 lt_cv_cc_needs_belf=no
7048 fi
7049 rm -f core conftest.err conftest.$ac_objext \
7050 conftest$ac_exeext conftest.$ac_ext
7051 ac_ext=c
7052 ac_cpp='$CPP $CPPFLAGS'
7053 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7054 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7055 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7056
7057 fi
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7059 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7060 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7061 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7062 CFLAGS="$SAVE_CFLAGS"
7063 fi
7064 ;;
7065 sparc*-*solaris*)
7066 # Find out which ABI we are using.
7067 echo 'int i;' > conftest.$ac_ext
7068 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7069 (eval $ac_compile) 2>&5
7070 ac_status=$?
7071 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7072 test $ac_status = 0; }; then
7073 case `/usr/bin/file conftest.o` in
7074 *64-bit*)
7075 case $lt_cv_prog_gnu_ld in
7076 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7077 *)
7078 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7079 LD="${LD-ld} -64"
7080 fi
7081 ;;
7082 esac
7083 ;;
7084 esac
7085 fi
7086 rm -rf conftest*
7087 ;;
7088 esac
7089
7090 need_locks="$enable_libtool_lock"
7091
7092
7093 case $host_os in
7094 rhapsody* | darwin*)
7095 if test -n "$ac_tool_prefix"; then
7096 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7097 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7099 $as_echo_n "checking for $ac_word... " >&6; }
7100 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7101 $as_echo_n "(cached) " >&6
7102 else
7103 if test -n "$DSYMUTIL"; then
7104 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7105 else
7106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7107 for as_dir in $PATH
7108 do
7109 IFS=$as_save_IFS
7110 test -z "$as_dir" && as_dir=.
7111 for ac_exec_ext in '' $ac_executable_extensions; do
7112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7113 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7114 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7115 break 2
7116 fi
7117 done
7118 done
7119 IFS=$as_save_IFS
7120
7121 fi
7122 fi
7123 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7124 if test -n "$DSYMUTIL"; then
7125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7126 $as_echo "$DSYMUTIL" >&6; }
7127 else
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7129 $as_echo "no" >&6; }
7130 fi
7131
7132
7133 fi
7134 if test -z "$ac_cv_prog_DSYMUTIL"; then
7135 ac_ct_DSYMUTIL=$DSYMUTIL
7136 # Extract the first word of "dsymutil", so it can be a program name with args.
7137 set dummy dsymutil; ac_word=$2
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7139 $as_echo_n "checking for $ac_word... " >&6; }
7140 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7141 $as_echo_n "(cached) " >&6
7142 else
7143 if test -n "$ac_ct_DSYMUTIL"; then
7144 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7145 else
7146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7147 for as_dir in $PATH
7148 do
7149 IFS=$as_save_IFS
7150 test -z "$as_dir" && as_dir=.
7151 for ac_exec_ext in '' $ac_executable_extensions; do
7152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7153 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7154 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7155 break 2
7156 fi
7157 done
7158 done
7159 IFS=$as_save_IFS
7160
7161 fi
7162 fi
7163 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7164 if test -n "$ac_ct_DSYMUTIL"; then
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7166 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7167 else
7168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7169 $as_echo "no" >&6; }
7170 fi
7171
7172 if test "x$ac_ct_DSYMUTIL" = x; then
7173 DSYMUTIL=":"
7174 else
7175 case $cross_compiling:$ac_tool_warned in
7176 yes:)
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7179 ac_tool_warned=yes ;;
7180 esac
7181 DSYMUTIL=$ac_ct_DSYMUTIL
7182 fi
7183 else
7184 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7185 fi
7186
7187 if test -n "$ac_tool_prefix"; then
7188 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7189 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7191 $as_echo_n "checking for $ac_word... " >&6; }
7192 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7193 $as_echo_n "(cached) " >&6
7194 else
7195 if test -n "$NMEDIT"; then
7196 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7197 else
7198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7199 for as_dir in $PATH
7200 do
7201 IFS=$as_save_IFS
7202 test -z "$as_dir" && as_dir=.
7203 for ac_exec_ext in '' $ac_executable_extensions; do
7204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7205 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7207 break 2
7208 fi
7209 done
7210 done
7211 IFS=$as_save_IFS
7212
7213 fi
7214 fi
7215 NMEDIT=$ac_cv_prog_NMEDIT
7216 if test -n "$NMEDIT"; then
7217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7218 $as_echo "$NMEDIT" >&6; }
7219 else
7220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7221 $as_echo "no" >&6; }
7222 fi
7223
7224
7225 fi
7226 if test -z "$ac_cv_prog_NMEDIT"; then
7227 ac_ct_NMEDIT=$NMEDIT
7228 # Extract the first word of "nmedit", so it can be a program name with args.
7229 set dummy nmedit; ac_word=$2
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7231 $as_echo_n "checking for $ac_word... " >&6; }
7232 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7233 $as_echo_n "(cached) " >&6
7234 else
7235 if test -n "$ac_ct_NMEDIT"; then
7236 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7237 else
7238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7239 for as_dir in $PATH
7240 do
7241 IFS=$as_save_IFS
7242 test -z "$as_dir" && as_dir=.
7243 for ac_exec_ext in '' $ac_executable_extensions; do
7244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7245 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7247 break 2
7248 fi
7249 done
7250 done
7251 IFS=$as_save_IFS
7252
7253 fi
7254 fi
7255 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7256 if test -n "$ac_ct_NMEDIT"; then
7257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7258 $as_echo "$ac_ct_NMEDIT" >&6; }
7259 else
7260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7261 $as_echo "no" >&6; }
7262 fi
7263
7264 if test "x$ac_ct_NMEDIT" = x; then
7265 NMEDIT=":"
7266 else
7267 case $cross_compiling:$ac_tool_warned in
7268 yes:)
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7271 ac_tool_warned=yes ;;
7272 esac
7273 NMEDIT=$ac_ct_NMEDIT
7274 fi
7275 else
7276 NMEDIT="$ac_cv_prog_NMEDIT"
7277 fi
7278
7279 if test -n "$ac_tool_prefix"; then
7280 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7281 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7283 $as_echo_n "checking for $ac_word... " >&6; }
7284 if test "${ac_cv_prog_LIPO+set}" = set; then :
7285 $as_echo_n "(cached) " >&6
7286 else
7287 if test -n "$LIPO"; then
7288 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7289 else
7290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7291 for as_dir in $PATH
7292 do
7293 IFS=$as_save_IFS
7294 test -z "$as_dir" && as_dir=.
7295 for ac_exec_ext in '' $ac_executable_extensions; do
7296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7297 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7298 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7299 break 2
7300 fi
7301 done
7302 done
7303 IFS=$as_save_IFS
7304
7305 fi
7306 fi
7307 LIPO=$ac_cv_prog_LIPO
7308 if test -n "$LIPO"; then
7309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7310 $as_echo "$LIPO" >&6; }
7311 else
7312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7313 $as_echo "no" >&6; }
7314 fi
7315
7316
7317 fi
7318 if test -z "$ac_cv_prog_LIPO"; then
7319 ac_ct_LIPO=$LIPO
7320 # Extract the first word of "lipo", so it can be a program name with args.
7321 set dummy lipo; ac_word=$2
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7323 $as_echo_n "checking for $ac_word... " >&6; }
7324 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7325 $as_echo_n "(cached) " >&6
7326 else
7327 if test -n "$ac_ct_LIPO"; then
7328 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7329 else
7330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7331 for as_dir in $PATH
7332 do
7333 IFS=$as_save_IFS
7334 test -z "$as_dir" && as_dir=.
7335 for ac_exec_ext in '' $ac_executable_extensions; do
7336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7337 ac_cv_prog_ac_ct_LIPO="lipo"
7338 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7339 break 2
7340 fi
7341 done
7342 done
7343 IFS=$as_save_IFS
7344
7345 fi
7346 fi
7347 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7348 if test -n "$ac_ct_LIPO"; then
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7350 $as_echo "$ac_ct_LIPO" >&6; }
7351 else
7352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7353 $as_echo "no" >&6; }
7354 fi
7355
7356 if test "x$ac_ct_LIPO" = x; then
7357 LIPO=":"
7358 else
7359 case $cross_compiling:$ac_tool_warned in
7360 yes:)
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7362 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7363 ac_tool_warned=yes ;;
7364 esac
7365 LIPO=$ac_ct_LIPO
7366 fi
7367 else
7368 LIPO="$ac_cv_prog_LIPO"
7369 fi
7370
7371 if test -n "$ac_tool_prefix"; then
7372 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7373 set dummy ${ac_tool_prefix}otool; ac_word=$2
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7375 $as_echo_n "checking for $ac_word... " >&6; }
7376 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7377 $as_echo_n "(cached) " >&6
7378 else
7379 if test -n "$OTOOL"; then
7380 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7381 else
7382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7383 for as_dir in $PATH
7384 do
7385 IFS=$as_save_IFS
7386 test -z "$as_dir" && as_dir=.
7387 for ac_exec_ext in '' $ac_executable_extensions; do
7388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7389 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7390 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7391 break 2
7392 fi
7393 done
7394 done
7395 IFS=$as_save_IFS
7396
7397 fi
7398 fi
7399 OTOOL=$ac_cv_prog_OTOOL
7400 if test -n "$OTOOL"; then
7401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7402 $as_echo "$OTOOL" >&6; }
7403 else
7404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7405 $as_echo "no" >&6; }
7406 fi
7407
7408
7409 fi
7410 if test -z "$ac_cv_prog_OTOOL"; then
7411 ac_ct_OTOOL=$OTOOL
7412 # Extract the first word of "otool", so it can be a program name with args.
7413 set dummy otool; ac_word=$2
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7415 $as_echo_n "checking for $ac_word... " >&6; }
7416 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7417 $as_echo_n "(cached) " >&6
7418 else
7419 if test -n "$ac_ct_OTOOL"; then
7420 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7421 else
7422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7423 for as_dir in $PATH
7424 do
7425 IFS=$as_save_IFS
7426 test -z "$as_dir" && as_dir=.
7427 for ac_exec_ext in '' $ac_executable_extensions; do
7428 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7429 ac_cv_prog_ac_ct_OTOOL="otool"
7430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7431 break 2
7432 fi
7433 done
7434 done
7435 IFS=$as_save_IFS
7436
7437 fi
7438 fi
7439 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7440 if test -n "$ac_ct_OTOOL"; then
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7442 $as_echo "$ac_ct_OTOOL" >&6; }
7443 else
7444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7445 $as_echo "no" >&6; }
7446 fi
7447
7448 if test "x$ac_ct_OTOOL" = x; then
7449 OTOOL=":"
7450 else
7451 case $cross_compiling:$ac_tool_warned in
7452 yes:)
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7454 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7455 ac_tool_warned=yes ;;
7456 esac
7457 OTOOL=$ac_ct_OTOOL
7458 fi
7459 else
7460 OTOOL="$ac_cv_prog_OTOOL"
7461 fi
7462
7463 if test -n "$ac_tool_prefix"; then
7464 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7465 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7467 $as_echo_n "checking for $ac_word... " >&6; }
7468 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7469 $as_echo_n "(cached) " >&6
7470 else
7471 if test -n "$OTOOL64"; then
7472 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7473 else
7474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7475 for as_dir in $PATH
7476 do
7477 IFS=$as_save_IFS
7478 test -z "$as_dir" && as_dir=.
7479 for ac_exec_ext in '' $ac_executable_extensions; do
7480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7483 break 2
7484 fi
7485 done
7486 done
7487 IFS=$as_save_IFS
7488
7489 fi
7490 fi
7491 OTOOL64=$ac_cv_prog_OTOOL64
7492 if test -n "$OTOOL64"; then
7493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7494 $as_echo "$OTOOL64" >&6; }
7495 else
7496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7497 $as_echo "no" >&6; }
7498 fi
7499
7500
7501 fi
7502 if test -z "$ac_cv_prog_OTOOL64"; then
7503 ac_ct_OTOOL64=$OTOOL64
7504 # Extract the first word of "otool64", so it can be a program name with args.
7505 set dummy otool64; ac_word=$2
7506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7507 $as_echo_n "checking for $ac_word... " >&6; }
7508 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7509 $as_echo_n "(cached) " >&6
7510 else
7511 if test -n "$ac_ct_OTOOL64"; then
7512 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7513 else
7514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7515 for as_dir in $PATH
7516 do
7517 IFS=$as_save_IFS
7518 test -z "$as_dir" && as_dir=.
7519 for ac_exec_ext in '' $ac_executable_extensions; do
7520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521 ac_cv_prog_ac_ct_OTOOL64="otool64"
7522 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7523 break 2
7524 fi
7525 done
7526 done
7527 IFS=$as_save_IFS
7528
7529 fi
7530 fi
7531 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7532 if test -n "$ac_ct_OTOOL64"; then
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7534 $as_echo "$ac_ct_OTOOL64" >&6; }
7535 else
7536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7537 $as_echo "no" >&6; }
7538 fi
7539
7540 if test "x$ac_ct_OTOOL64" = x; then
7541 OTOOL64=":"
7542 else
7543 case $cross_compiling:$ac_tool_warned in
7544 yes:)
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7546 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7547 ac_tool_warned=yes ;;
7548 esac
7549 OTOOL64=$ac_ct_OTOOL64
7550 fi
7551 else
7552 OTOOL64="$ac_cv_prog_OTOOL64"
7553 fi
7554
7555
7556
7557
7558
7559
7560
7561
7562
7563
7564
7565
7566
7567
7568
7569
7570
7571
7572
7573
7574
7575
7576
7577
7578
7579
7580
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7582 $as_echo_n "checking for -single_module linker flag... " >&6; }
7583 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7584 $as_echo_n "(cached) " >&6
7585 else
7586 lt_cv_apple_cc_single_mod=no
7587 if test -z "${LT_MULTI_MODULE}"; then
7588 # By default we will add the -single_module flag. You can override
7589 # by either setting the environment variable LT_MULTI_MODULE
7590 # non-empty at configure time, or by adding -multi_module to the
7591 # link flags.
7592 rm -rf libconftest.dylib*
7593 echo "int foo(void){return 1;}" > conftest.c
7594 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7595 -dynamiclib -Wl,-single_module conftest.c" >&5
7596 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7597 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7598 _lt_result=$?
7599 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7600 lt_cv_apple_cc_single_mod=yes
7601 else
7602 cat conftest.err >&5
7603 fi
7604 rm -rf libconftest.dylib*
7605 rm -f conftest.*
7606 fi
7607 fi
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7609 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7611 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7612 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7613 $as_echo_n "(cached) " >&6
7614 else
7615 lt_cv_ld_exported_symbols_list=no
7616 save_LDFLAGS=$LDFLAGS
7617 echo "_main" > conftest.sym
7618 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7620 /* end confdefs.h. */
7621
7622 int
7623 main ()
7624 {
7625
7626 ;
7627 return 0;
7628 }
7629 _ACEOF
7630 if ac_fn_c_try_link "$LINENO"; then :
7631 lt_cv_ld_exported_symbols_list=yes
7632 else
7633 lt_cv_ld_exported_symbols_list=no
7634 fi
7635 rm -f core conftest.err conftest.$ac_objext \
7636 conftest$ac_exeext conftest.$ac_ext
7637 LDFLAGS="$save_LDFLAGS"
7638
7639 fi
7640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7641 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7642 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7643 $as_echo_n "checking for -force_load linker flag... " >&6; }
7644 if test "${lt_cv_ld_force_load+set}" = set; then :
7645 $as_echo_n "(cached) " >&6
7646 else
7647 lt_cv_ld_force_load=no
7648 cat > conftest.c << _LT_EOF
7649 int forced_loaded() { return 2;}
7650 _LT_EOF
7651 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7652 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7653 echo "$AR cru libconftest.a conftest.o" >&5
7654 $AR cru libconftest.a conftest.o 2>&5
7655 cat > conftest.c << _LT_EOF
7656 int main() { return 0;}
7657 _LT_EOF
7658 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7659 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7660 _lt_result=$?
7661 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7662 lt_cv_ld_force_load=yes
7663 else
7664 cat conftest.err >&5
7665 fi
7666 rm -f conftest.err libconftest.a conftest conftest.c
7667 rm -rf conftest.dSYM
7668
7669 fi
7670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7671 $as_echo "$lt_cv_ld_force_load" >&6; }
7672 case $host_os in
7673 rhapsody* | darwin1.[012])
7674 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7675 darwin1.*)
7676 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7677 darwin*) # darwin 5.x on
7678 # if running on 10.5 or later, the deployment target defaults
7679 # to the OS version, if on x86, and 10.4, the deployment
7680 # target defaults to 10.4. Don't you love it?
7681 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7682 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7683 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7684 10.[012]*)
7685 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7686 10.*)
7687 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7688 esac
7689 ;;
7690 esac
7691 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7692 _lt_dar_single_mod='$single_module'
7693 fi
7694 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7695 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7696 else
7697 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7698 fi
7699 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7700 _lt_dsymutil='~$DSYMUTIL $lib || :'
7701 else
7702 _lt_dsymutil=
7703 fi
7704 ;;
7705 esac
7706
7707 for ac_header in dlfcn.h
7708 do :
7709 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7710 "
7711 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7712 cat >>confdefs.h <<_ACEOF
7713 #define HAVE_DLFCN_H 1
7714 _ACEOF
7715
7716 fi
7717
7718 done
7719
7720
7721
7722
7723
7724 # Set options
7725
7726
7727
7728 enable_dlopen=no
7729
7730
7731 enable_win32_dll=no
7732
7733
7734 # Check whether --enable-shared was given.
7735 if test "${enable_shared+set}" = set; then :
7736 enableval=$enable_shared; p=${PACKAGE-default}
7737 case $enableval in
7738 yes) enable_shared=yes ;;
7739 no) enable_shared=no ;;
7740 *)
7741 enable_shared=no
7742 # Look at the argument we got. We use all the common list separators.
7743 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7744 for pkg in $enableval; do
7745 IFS="$lt_save_ifs"
7746 if test "X$pkg" = "X$p"; then
7747 enable_shared=yes
7748 fi
7749 done
7750 IFS="$lt_save_ifs"
7751 ;;
7752 esac
7753 else
7754 enable_shared=yes
7755 fi
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765 # Check whether --enable-static was given.
7766 if test "${enable_static+set}" = set; then :
7767 enableval=$enable_static; p=${PACKAGE-default}
7768 case $enableval in
7769 yes) enable_static=yes ;;
7770 no) enable_static=no ;;
7771 *)
7772 enable_static=no
7773 # Look at the argument we got. We use all the common list separators.
7774 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7775 for pkg in $enableval; do
7776 IFS="$lt_save_ifs"
7777 if test "X$pkg" = "X$p"; then
7778 enable_static=yes
7779 fi
7780 done
7781 IFS="$lt_save_ifs"
7782 ;;
7783 esac
7784 else
7785 enable_static=yes
7786 fi
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797 # Check whether --with-pic was given.
7798 if test "${with_pic+set}" = set; then :
7799 withval=$with_pic; pic_mode="$withval"
7800 else
7801 pic_mode=default
7802 fi
7803
7804
7805 test -z "$pic_mode" && pic_mode=default
7806
7807
7808
7809
7810
7811
7812
7813 # Check whether --enable-fast-install was given.
7814 if test "${enable_fast_install+set}" = set; then :
7815 enableval=$enable_fast_install; p=${PACKAGE-default}
7816 case $enableval in
7817 yes) enable_fast_install=yes ;;
7818 no) enable_fast_install=no ;;
7819 *)
7820 enable_fast_install=no
7821 # Look at the argument we got. We use all the common list separators.
7822 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7823 for pkg in $enableval; do
7824 IFS="$lt_save_ifs"
7825 if test "X$pkg" = "X$p"; then
7826 enable_fast_install=yes
7827 fi
7828 done
7829 IFS="$lt_save_ifs"
7830 ;;
7831 esac
7832 else
7833 enable_fast_install=yes
7834 fi
7835
7836
7837
7838
7839
7840
7841
7842
7843
7844
7845
7846 # This can be used to rebuild libtool when needed
7847 LIBTOOL_DEPS="$ltmain"
7848
7849 # Always use our own libtool.
7850 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7851
7852
7853
7854
7855
7856
7857
7858
7859
7860
7861
7862
7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877 test -z "$LN_S" && LN_S="ln -s"
7878
7879
7880
7881
7882
7883
7884
7885
7886
7887
7888
7889
7890
7891
7892 if test -n "${ZSH_VERSION+set}" ; then
7893 setopt NO_GLOB_SUBST
7894 fi
7895
7896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7897 $as_echo_n "checking for objdir... " >&6; }
7898 if test "${lt_cv_objdir+set}" = set; then :
7899 $as_echo_n "(cached) " >&6
7900 else
7901 rm -f .libs 2>/dev/null
7902 mkdir .libs 2>/dev/null
7903 if test -d .libs; then
7904 lt_cv_objdir=.libs
7905 else
7906 # MS-DOS does not allow filenames that begin with a dot.
7907 lt_cv_objdir=_libs
7908 fi
7909 rmdir .libs 2>/dev/null
7910 fi
7911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7912 $as_echo "$lt_cv_objdir" >&6; }
7913 objdir=$lt_cv_objdir
7914
7915
7916
7917
7918
7919 cat >>confdefs.h <<_ACEOF
7920 #define LT_OBJDIR "$lt_cv_objdir/"
7921 _ACEOF
7922
7923
7924
7925
7926 case $host_os in
7927 aix3*)
7928 # AIX sometimes has problems with the GCC collect2 program. For some
7929 # reason, if we set the COLLECT_NAMES environment variable, the problems
7930 # vanish in a puff of smoke.
7931 if test "X${COLLECT_NAMES+set}" != Xset; then
7932 COLLECT_NAMES=
7933 export COLLECT_NAMES
7934 fi
7935 ;;
7936 esac
7937
7938 # Global variables:
7939 ofile=libtool
7940 can_build_shared=yes
7941
7942 # All known linkers require a `.a' archive for static linking (except MSVC,
7943 # which needs '.lib').
7944 libext=a
7945
7946 with_gnu_ld="$lt_cv_prog_gnu_ld"
7947
7948 old_CC="$CC"
7949 old_CFLAGS="$CFLAGS"
7950
7951 # Set sane defaults for various variables
7952 test -z "$CC" && CC=cc
7953 test -z "$LTCC" && LTCC=$CC
7954 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7955 test -z "$LD" && LD=ld
7956 test -z "$ac_objext" && ac_objext=o
7957
7958 for cc_temp in $compiler""; do
7959 case $cc_temp in
7960 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7961 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7962 \-*) ;;
7963 *) break;;
7964 esac
7965 done
7966 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7967
7968
7969 # Only perform the check for file, if the check method requires it
7970 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7971 case $deplibs_check_method in
7972 file_magic*)
7973 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7975 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7976 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7977 $as_echo_n "(cached) " >&6
7978 else
7979 case $MAGIC_CMD in
7980 [\\/*] | ?:[\\/]*)
7981 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7982 ;;
7983 *)
7984 lt_save_MAGIC_CMD="$MAGIC_CMD"
7985 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7986 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7987 for ac_dir in $ac_dummy; do
7988 IFS="$lt_save_ifs"
7989 test -z "$ac_dir" && ac_dir=.
7990 if test -f $ac_dir/${ac_tool_prefix}file; then
7991 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7992 if test -n "$file_magic_test_file"; then
7993 case $deplibs_check_method in
7994 "file_magic "*)
7995 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7996 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7997 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7998 $EGREP "$file_magic_regex" > /dev/null; then
7999 :
8000 else
8001 cat <<_LT_EOF 1>&2
8002
8003 *** Warning: the command libtool uses to detect shared libraries,
8004 *** $file_magic_cmd, produces output that libtool cannot recognize.
8005 *** The result is that libtool may fail to recognize shared libraries
8006 *** as such. This will affect the creation of libtool libraries that
8007 *** depend on shared libraries, but programs linked with such libtool
8008 *** libraries will work regardless of this problem. Nevertheless, you
8009 *** may want to report the problem to your system manager and/or to
8010 *** bug-libtool@gnu.org
8011
8012 _LT_EOF
8013 fi ;;
8014 esac
8015 fi
8016 break
8017 fi
8018 done
8019 IFS="$lt_save_ifs"
8020 MAGIC_CMD="$lt_save_MAGIC_CMD"
8021 ;;
8022 esac
8023 fi
8024
8025 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8026 if test -n "$MAGIC_CMD"; then
8027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8028 $as_echo "$MAGIC_CMD" >&6; }
8029 else
8030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8031 $as_echo "no" >&6; }
8032 fi
8033
8034
8035
8036
8037
8038 if test -z "$lt_cv_path_MAGIC_CMD"; then
8039 if test -n "$ac_tool_prefix"; then
8040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8041 $as_echo_n "checking for file... " >&6; }
8042 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8043 $as_echo_n "(cached) " >&6
8044 else
8045 case $MAGIC_CMD in
8046 [\\/*] | ?:[\\/]*)
8047 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8048 ;;
8049 *)
8050 lt_save_MAGIC_CMD="$MAGIC_CMD"
8051 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8052 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8053 for ac_dir in $ac_dummy; do
8054 IFS="$lt_save_ifs"
8055 test -z "$ac_dir" && ac_dir=.
8056 if test -f $ac_dir/file; then
8057 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8058 if test -n "$file_magic_test_file"; then
8059 case $deplibs_check_method in
8060 "file_magic "*)
8061 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8062 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8063 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8064 $EGREP "$file_magic_regex" > /dev/null; then
8065 :
8066 else
8067 cat <<_LT_EOF 1>&2
8068
8069 *** Warning: the command libtool uses to detect shared libraries,
8070 *** $file_magic_cmd, produces output that libtool cannot recognize.
8071 *** The result is that libtool may fail to recognize shared libraries
8072 *** as such. This will affect the creation of libtool libraries that
8073 *** depend on shared libraries, but programs linked with such libtool
8074 *** libraries will work regardless of this problem. Nevertheless, you
8075 *** may want to report the problem to your system manager and/or to
8076 *** bug-libtool@gnu.org
8077
8078 _LT_EOF
8079 fi ;;
8080 esac
8081 fi
8082 break
8083 fi
8084 done
8085 IFS="$lt_save_ifs"
8086 MAGIC_CMD="$lt_save_MAGIC_CMD"
8087 ;;
8088 esac
8089 fi
8090
8091 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8092 if test -n "$MAGIC_CMD"; then
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8094 $as_echo "$MAGIC_CMD" >&6; }
8095 else
8096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8097 $as_echo "no" >&6; }
8098 fi
8099
8100
8101 else
8102 MAGIC_CMD=:
8103 fi
8104 fi
8105
8106 fi
8107 ;;
8108 esac
8109
8110 # Use C for the default configuration in the libtool script
8111
8112 lt_save_CC="$CC"
8113 ac_ext=c
8114 ac_cpp='$CPP $CPPFLAGS'
8115 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8116 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8117 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8118
8119
8120 # Source file extension for C test sources.
8121 ac_ext=c
8122
8123 # Object file extension for compiled C test sources.
8124 objext=o
8125 objext=$objext
8126
8127 # Code to be used in simple compile tests
8128 lt_simple_compile_test_code="int some_variable = 0;"
8129
8130 # Code to be used in simple link tests
8131 lt_simple_link_test_code='int main(){return(0);}'
8132
8133
8134
8135
8136
8137
8138
8139 # If no C compiler was specified, use CC.
8140 LTCC=${LTCC-"$CC"}
8141
8142 # If no C compiler flags were specified, use CFLAGS.
8143 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8144
8145 # Allow CC to be a program name with arguments.
8146 compiler=$CC
8147
8148 # Save the default compiler, since it gets overwritten when the other
8149 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8150 compiler_DEFAULT=$CC
8151
8152 # save warnings/boilerplate of simple test code
8153 ac_outfile=conftest.$ac_objext
8154 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8155 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8156 _lt_compiler_boilerplate=`cat conftest.err`
8157 $RM conftest*
8158
8159 ac_outfile=conftest.$ac_objext
8160 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8161 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8162 _lt_linker_boilerplate=`cat conftest.err`
8163 $RM -r conftest*
8164
8165
8166 ## CAVEAT EMPTOR:
8167 ## There is no encapsulation within the following macros, do not change
8168 ## the running order or otherwise move them around unless you know exactly
8169 ## what you are doing...
8170 if test -n "$compiler"; then
8171
8172 lt_prog_compiler_no_builtin_flag=
8173
8174 if test "$GCC" = yes; then
8175 case $cc_basename in
8176 nvcc*)
8177 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8178 *)
8179 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8180 esac
8181
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8183 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8184 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8185 $as_echo_n "(cached) " >&6
8186 else
8187 lt_cv_prog_compiler_rtti_exceptions=no
8188 ac_outfile=conftest.$ac_objext
8189 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8190 lt_compiler_flag="-fno-rtti -fno-exceptions"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 # The option is referenced via a variable to avoid confusing sed.
8196 lt_compile=`echo "$ac_compile" | $SED \
8197 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8198 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8199 -e 's:$: $lt_compiler_flag:'`
8200 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8201 (eval "$lt_compile" 2>conftest.err)
8202 ac_status=$?
8203 cat conftest.err >&5
8204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8205 if (exit $ac_status) && test -s "$ac_outfile"; then
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings other than the usual output.
8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8209 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8210 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_rtti_exceptions=yes
8212 fi
8213 fi
8214 $RM conftest*
8215
8216 fi
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8218 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8219
8220 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8221 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8222 else
8223 :
8224 fi
8225
8226 fi
8227
8228
8229
8230
8231
8232
8233 lt_prog_compiler_wl=
8234 lt_prog_compiler_pic=
8235 lt_prog_compiler_static=
8236
8237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8238 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8239
8240 if test "$GCC" = yes; then
8241 lt_prog_compiler_wl='-Wl,'
8242 lt_prog_compiler_static='-static'
8243
8244 case $host_os in
8245 aix*)
8246 # All AIX code is PIC.
8247 if test "$host_cpu" = ia64; then
8248 # AIX 5 now supports IA64 processor
8249 lt_prog_compiler_static='-Bstatic'
8250 fi
8251 ;;
8252
8253 amigaos*)
8254 case $host_cpu in
8255 powerpc)
8256 # see comment about AmigaOS4 .so support
8257 lt_prog_compiler_pic='-fPIC'
8258 ;;
8259 m68k)
8260 # FIXME: we need at least 68020 code to build shared libraries, but
8261 # adding the `-m68020' flag to GCC prevents building anything better,
8262 # like `-m68040'.
8263 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8264 ;;
8265 esac
8266 ;;
8267
8268 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8269 # PIC is the default for these OSes.
8270 ;;
8271
8272 mingw* | cygwin* | pw32* | os2* | cegcc*)
8273 # This hack is so that the source file can tell whether it is being
8274 # built for inclusion in a dll (and should export symbols for example).
8275 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8276 # (--disable-auto-import) libraries
8277 lt_prog_compiler_pic='-DDLL_EXPORT'
8278 ;;
8279
8280 darwin* | rhapsody*)
8281 # PIC is the default on this platform
8282 # Common symbols not allowed in MH_DYLIB files
8283 lt_prog_compiler_pic='-fno-common'
8284 ;;
8285
8286 haiku*)
8287 # PIC is the default for Haiku.
8288 # The "-static" flag exists, but is broken.
8289 lt_prog_compiler_static=
8290 ;;
8291
8292 hpux*)
8293 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8294 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8295 # sets the default TLS model and affects inlining.
8296 case $host_cpu in
8297 hppa*64*)
8298 # +Z the default
8299 ;;
8300 *)
8301 lt_prog_compiler_pic='-fPIC'
8302 ;;
8303 esac
8304 ;;
8305
8306 interix[3-9]*)
8307 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8308 # Instead, we relocate shared libraries at runtime.
8309 ;;
8310
8311 msdosdjgpp*)
8312 # Just because we use GCC doesn't mean we suddenly get shared libraries
8313 # on systems that don't support them.
8314 lt_prog_compiler_can_build_shared=no
8315 enable_shared=no
8316 ;;
8317
8318 *nto* | *qnx*)
8319 # QNX uses GNU C++, but need to define -shared option too, otherwise
8320 # it will coredump.
8321 lt_prog_compiler_pic='-fPIC -shared'
8322 ;;
8323
8324 sysv4*MP*)
8325 if test -d /usr/nec; then
8326 lt_prog_compiler_pic=-Kconform_pic
8327 fi
8328 ;;
8329
8330 *)
8331 lt_prog_compiler_pic='-fPIC'
8332 ;;
8333 esac
8334
8335 case $cc_basename in
8336 nvcc*) # Cuda Compiler Driver 2.2
8337 lt_prog_compiler_wl='-Xlinker '
8338 lt_prog_compiler_pic='-Xcompiler -fPIC'
8339 ;;
8340 esac
8341 else
8342 # PORTME Check for flag to pass linker flags through the system compiler.
8343 case $host_os in
8344 aix*)
8345 lt_prog_compiler_wl='-Wl,'
8346 if test "$host_cpu" = ia64; then
8347 # AIX 5 now supports IA64 processor
8348 lt_prog_compiler_static='-Bstatic'
8349 else
8350 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8351 fi
8352 ;;
8353
8354 mingw* | cygwin* | pw32* | os2* | cegcc*)
8355 # This hack is so that the source file can tell whether it is being
8356 # built for inclusion in a dll (and should export symbols for example).
8357 lt_prog_compiler_pic='-DDLL_EXPORT'
8358 ;;
8359
8360 hpux9* | hpux10* | hpux11*)
8361 lt_prog_compiler_wl='-Wl,'
8362 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8363 # not for PA HP-UX.
8364 case $host_cpu in
8365 hppa*64*|ia64*)
8366 # +Z the default
8367 ;;
8368 *)
8369 lt_prog_compiler_pic='+Z'
8370 ;;
8371 esac
8372 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8373 lt_prog_compiler_static='${wl}-a ${wl}archive'
8374 ;;
8375
8376 irix5* | irix6* | nonstopux*)
8377 lt_prog_compiler_wl='-Wl,'
8378 # PIC (with -KPIC) is the default.
8379 lt_prog_compiler_static='-non_shared'
8380 ;;
8381
8382 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8383 case $cc_basename in
8384 # old Intel for x86_64 which still supported -KPIC.
8385 ecc*)
8386 lt_prog_compiler_wl='-Wl,'
8387 lt_prog_compiler_pic='-KPIC'
8388 lt_prog_compiler_static='-static'
8389 ;;
8390 # icc used to be incompatible with GCC.
8391 # ICC 10 doesn't accept -KPIC any more.
8392 icc* | ifort*)
8393 lt_prog_compiler_wl='-Wl,'
8394 lt_prog_compiler_pic='-fPIC'
8395 lt_prog_compiler_static='-static'
8396 ;;
8397 # Lahey Fortran 8.1.
8398 lf95*)
8399 lt_prog_compiler_wl='-Wl,'
8400 lt_prog_compiler_pic='--shared'
8401 lt_prog_compiler_static='--static'
8402 ;;
8403 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8404 # Portland Group compilers (*not* the Pentium gcc compiler,
8405 # which looks to be a dead project)
8406 lt_prog_compiler_wl='-Wl,'
8407 lt_prog_compiler_pic='-fpic'
8408 lt_prog_compiler_static='-Bstatic'
8409 ;;
8410 ccc*)
8411 lt_prog_compiler_wl='-Wl,'
8412 # All Alpha code is PIC.
8413 lt_prog_compiler_static='-non_shared'
8414 ;;
8415 xl* | bgxl* | bgf* | mpixl*)
8416 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8417 lt_prog_compiler_wl='-Wl,'
8418 lt_prog_compiler_pic='-qpic'
8419 lt_prog_compiler_static='-qstaticlink'
8420 ;;
8421 *)
8422 case `$CC -V 2>&1 | sed 5q` in
8423 *Sun\ F* | *Sun*Fortran*)
8424 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8425 lt_prog_compiler_pic='-KPIC'
8426 lt_prog_compiler_static='-Bstatic'
8427 lt_prog_compiler_wl=''
8428 ;;
8429 *Sun\ C*)
8430 # Sun C 5.9
8431 lt_prog_compiler_pic='-KPIC'
8432 lt_prog_compiler_static='-Bstatic'
8433 lt_prog_compiler_wl='-Wl,'
8434 ;;
8435 esac
8436 ;;
8437 esac
8438 ;;
8439
8440 newsos6)
8441 lt_prog_compiler_pic='-KPIC'
8442 lt_prog_compiler_static='-Bstatic'
8443 ;;
8444
8445 *nto* | *qnx*)
8446 # QNX uses GNU C++, but need to define -shared option too, otherwise
8447 # it will coredump.
8448 lt_prog_compiler_pic='-fPIC -shared'
8449 ;;
8450
8451 osf3* | osf4* | osf5*)
8452 lt_prog_compiler_wl='-Wl,'
8453 # All OSF/1 code is PIC.
8454 lt_prog_compiler_static='-non_shared'
8455 ;;
8456
8457 rdos*)
8458 lt_prog_compiler_static='-non_shared'
8459 ;;
8460
8461 solaris*)
8462 lt_prog_compiler_pic='-KPIC'
8463 lt_prog_compiler_static='-Bstatic'
8464 case $cc_basename in
8465 f77* | f90* | f95*)
8466 lt_prog_compiler_wl='-Qoption ld ';;
8467 *)
8468 lt_prog_compiler_wl='-Wl,';;
8469 esac
8470 ;;
8471
8472 sunos4*)
8473 lt_prog_compiler_wl='-Qoption ld '
8474 lt_prog_compiler_pic='-PIC'
8475 lt_prog_compiler_static='-Bstatic'
8476 ;;
8477
8478 sysv4 | sysv4.2uw2* | sysv4.3*)
8479 lt_prog_compiler_wl='-Wl,'
8480 lt_prog_compiler_pic='-KPIC'
8481 lt_prog_compiler_static='-Bstatic'
8482 ;;
8483
8484 sysv4*MP*)
8485 if test -d /usr/nec ;then
8486 lt_prog_compiler_pic='-Kconform_pic'
8487 lt_prog_compiler_static='-Bstatic'
8488 fi
8489 ;;
8490
8491 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8492 lt_prog_compiler_wl='-Wl,'
8493 lt_prog_compiler_pic='-KPIC'
8494 lt_prog_compiler_static='-Bstatic'
8495 ;;
8496
8497 unicos*)
8498 lt_prog_compiler_wl='-Wl,'
8499 lt_prog_compiler_can_build_shared=no
8500 ;;
8501
8502 uts4*)
8503 lt_prog_compiler_pic='-pic'
8504 lt_prog_compiler_static='-Bstatic'
8505 ;;
8506
8507 *)
8508 lt_prog_compiler_can_build_shared=no
8509 ;;
8510 esac
8511 fi
8512
8513 case $host_os in
8514 # For platforms which do not support PIC, -DPIC is meaningless:
8515 *djgpp*)
8516 lt_prog_compiler_pic=
8517 ;;
8518 *)
8519 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8520 ;;
8521 esac
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8523 $as_echo "$lt_prog_compiler_pic" >&6; }
8524
8525
8526
8527
8528
8529
8530 #
8531 # Check to make sure the PIC flag actually works.
8532 #
8533 if test -n "$lt_prog_compiler_pic"; then
8534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8535 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8536 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8537 $as_echo_n "(cached) " >&6
8538 else
8539 lt_cv_prog_compiler_pic_works=no
8540 ac_outfile=conftest.$ac_objext
8541 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8542 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8543 # Insert the option either (1) after the last *FLAGS variable, or
8544 # (2) before a word containing "conftest.", or (3) at the end.
8545 # Note that $ac_compile itself does not contain backslashes and begins
8546 # with a dollar sign (not a hyphen), so the echo should work correctly.
8547 # The option is referenced via a variable to avoid confusing sed.
8548 lt_compile=`echo "$ac_compile" | $SED \
8549 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8550 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8551 -e 's:$: $lt_compiler_flag:'`
8552 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8553 (eval "$lt_compile" 2>conftest.err)
8554 ac_status=$?
8555 cat conftest.err >&5
8556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8557 if (exit $ac_status) && test -s "$ac_outfile"; then
8558 # The compiler can only warn and ignore the option if not recognized
8559 # So say no if there are warnings other than the usual output.
8560 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8561 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8562 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8563 lt_cv_prog_compiler_pic_works=yes
8564 fi
8565 fi
8566 $RM conftest*
8567
8568 fi
8569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8570 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8571
8572 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8573 case $lt_prog_compiler_pic in
8574 "" | " "*) ;;
8575 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8576 esac
8577 else
8578 lt_prog_compiler_pic=
8579 lt_prog_compiler_can_build_shared=no
8580 fi
8581
8582 fi
8583
8584
8585
8586
8587
8588
8589 #
8590 # Check to make sure the static flag actually works.
8591 #
8592 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8593 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8594 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8595 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8596 $as_echo_n "(cached) " >&6
8597 else
8598 lt_cv_prog_compiler_static_works=no
8599 save_LDFLAGS="$LDFLAGS"
8600 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8601 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8602 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8603 # The linker can only warn and ignore the option if not recognized
8604 # So say no if there are warnings
8605 if test -s conftest.err; then
8606 # Append any errors to the config.log.
8607 cat conftest.err 1>&5
8608 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8609 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8610 if diff conftest.exp conftest.er2 >/dev/null; then
8611 lt_cv_prog_compiler_static_works=yes
8612 fi
8613 else
8614 lt_cv_prog_compiler_static_works=yes
8615 fi
8616 fi
8617 $RM -r conftest*
8618 LDFLAGS="$save_LDFLAGS"
8619
8620 fi
8621 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8622 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8623
8624 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8625 :
8626 else
8627 lt_prog_compiler_static=
8628 fi
8629
8630
8631
8632
8633
8634
8635
8636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8637 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8638 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8639 $as_echo_n "(cached) " >&6
8640 else
8641 lt_cv_prog_compiler_c_o=no
8642 $RM -r conftest 2>/dev/null
8643 mkdir conftest
8644 cd conftest
8645 mkdir out
8646 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8647
8648 lt_compiler_flag="-o out/conftest2.$ac_objext"
8649 # Insert the option either (1) after the last *FLAGS variable, or
8650 # (2) before a word containing "conftest.", or (3) at the end.
8651 # Note that $ac_compile itself does not contain backslashes and begins
8652 # with a dollar sign (not a hyphen), so the echo should work correctly.
8653 lt_compile=`echo "$ac_compile" | $SED \
8654 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8655 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8656 -e 's:$: $lt_compiler_flag:'`
8657 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8658 (eval "$lt_compile" 2>out/conftest.err)
8659 ac_status=$?
8660 cat out/conftest.err >&5
8661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8662 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8663 then
8664 # The compiler can only warn and ignore the option if not recognized
8665 # So say no if there are warnings
8666 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8667 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8668 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8669 lt_cv_prog_compiler_c_o=yes
8670 fi
8671 fi
8672 chmod u+w . 2>&5
8673 $RM conftest*
8674 # SGI C++ compiler will create directory out/ii_files/ for
8675 # template instantiation
8676 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8677 $RM out/* && rmdir out
8678 cd ..
8679 $RM -r conftest
8680 $RM conftest*
8681
8682 fi
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8684 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8685
8686
8687
8688
8689
8690
8691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8692 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8693 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8694 $as_echo_n "(cached) " >&6
8695 else
8696 lt_cv_prog_compiler_c_o=no
8697 $RM -r conftest 2>/dev/null
8698 mkdir conftest
8699 cd conftest
8700 mkdir out
8701 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8702
8703 lt_compiler_flag="-o out/conftest2.$ac_objext"
8704 # Insert the option either (1) after the last *FLAGS variable, or
8705 # (2) before a word containing "conftest.", or (3) at the end.
8706 # Note that $ac_compile itself does not contain backslashes and begins
8707 # with a dollar sign (not a hyphen), so the echo should work correctly.
8708 lt_compile=`echo "$ac_compile" | $SED \
8709 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8710 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8711 -e 's:$: $lt_compiler_flag:'`
8712 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8713 (eval "$lt_compile" 2>out/conftest.err)
8714 ac_status=$?
8715 cat out/conftest.err >&5
8716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8717 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8718 then
8719 # The compiler can only warn and ignore the option if not recognized
8720 # So say no if there are warnings
8721 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8722 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8723 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8724 lt_cv_prog_compiler_c_o=yes
8725 fi
8726 fi
8727 chmod u+w . 2>&5
8728 $RM conftest*
8729 # SGI C++ compiler will create directory out/ii_files/ for
8730 # template instantiation
8731 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8732 $RM out/* && rmdir out
8733 cd ..
8734 $RM -r conftest
8735 $RM conftest*
8736
8737 fi
8738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8739 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8740
8741
8742
8743
8744 hard_links="nottested"
8745 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8746 # do not overwrite the value of need_locks provided by the user
8747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8748 $as_echo_n "checking if we can lock with hard links... " >&6; }
8749 hard_links=yes
8750 $RM conftest*
8751 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8752 touch conftest.a
8753 ln conftest.a conftest.b 2>&5 || hard_links=no
8754 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8756 $as_echo "$hard_links" >&6; }
8757 if test "$hard_links" = no; then
8758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8759 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8760 need_locks=warn
8761 fi
8762 else
8763 need_locks=no
8764 fi
8765
8766
8767
8768
8769
8770
8771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8772 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8773
8774 runpath_var=
8775 allow_undefined_flag=
8776 always_export_symbols=no
8777 archive_cmds=
8778 archive_expsym_cmds=
8779 compiler_needs_object=no
8780 enable_shared_with_static_runtimes=no
8781 export_dynamic_flag_spec=
8782 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8783 hardcode_automatic=no
8784 hardcode_direct=no
8785 hardcode_direct_absolute=no
8786 hardcode_libdir_flag_spec=
8787 hardcode_libdir_flag_spec_ld=
8788 hardcode_libdir_separator=
8789 hardcode_minus_L=no
8790 hardcode_shlibpath_var=unsupported
8791 inherit_rpath=no
8792 link_all_deplibs=unknown
8793 module_cmds=
8794 module_expsym_cmds=
8795 old_archive_from_new_cmds=
8796 old_archive_from_expsyms_cmds=
8797 thread_safe_flag_spec=
8798 whole_archive_flag_spec=
8799 # include_expsyms should be a list of space-separated symbols to be *always*
8800 # included in the symbol list
8801 include_expsyms=
8802 # exclude_expsyms can be an extended regexp of symbols to exclude
8803 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8804 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8805 # as well as any symbol that contains `d'.
8806 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8807 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8808 # platforms (ab)use it in PIC code, but their linkers get confused if
8809 # the symbol is explicitly referenced. Since portable code cannot
8810 # rely on this symbol name, it's probably fine to never include it in
8811 # preloaded symbol tables.
8812 # Exclude shared library initialization/finalization symbols.
8813 extract_expsyms_cmds=
8814
8815 case $host_os in
8816 cygwin* | mingw* | pw32* | cegcc*)
8817 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8818 # When not using gcc, we currently assume that we are using
8819 # Microsoft Visual C++.
8820 if test "$GCC" != yes; then
8821 with_gnu_ld=no
8822 fi
8823 ;;
8824 interix*)
8825 # we just hope/assume this is gcc and not c89 (= MSVC++)
8826 with_gnu_ld=yes
8827 ;;
8828 openbsd*)
8829 with_gnu_ld=no
8830 ;;
8831 esac
8832
8833 ld_shlibs=yes
8834
8835 # On some targets, GNU ld is compatible enough with the native linker
8836 # that we're better off using the native interface for both.
8837 lt_use_gnu_ld_interface=no
8838 if test "$with_gnu_ld" = yes; then
8839 case $host_os in
8840 aix*)
8841 # The AIX port of GNU ld has always aspired to compatibility
8842 # with the native linker. However, as the warning in the GNU ld
8843 # block says, versions before 2.19.5* couldn't really create working
8844 # shared libraries, regardless of the interface used.
8845 case `$LD -v 2>&1` in
8846 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8847 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8848 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8849 *)
8850 lt_use_gnu_ld_interface=yes
8851 ;;
8852 esac
8853 ;;
8854 *)
8855 lt_use_gnu_ld_interface=yes
8856 ;;
8857 esac
8858 fi
8859
8860 if test "$lt_use_gnu_ld_interface" = yes; then
8861 # If archive_cmds runs LD, not CC, wlarc should be empty
8862 wlarc='${wl}'
8863
8864 # Set some defaults for GNU ld with shared library support. These
8865 # are reset later if shared libraries are not supported. Putting them
8866 # here allows them to be overridden if necessary.
8867 runpath_var=LD_RUN_PATH
8868 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8869 export_dynamic_flag_spec='${wl}--export-dynamic'
8870 # ancient GNU ld didn't support --whole-archive et. al.
8871 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8872 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8873 else
8874 whole_archive_flag_spec=
8875 fi
8876 supports_anon_versioning=no
8877 case `$LD -v 2>&1` in
8878 *GNU\ gold*) supports_anon_versioning=yes ;;
8879 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8880 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8881 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8882 *\ 2.11.*) ;; # other 2.11 versions
8883 *) supports_anon_versioning=yes ;;
8884 esac
8885
8886 # See if GNU ld supports shared libraries.
8887 case $host_os in
8888 aix[3-9]*)
8889 # On AIX/PPC, the GNU linker is very broken
8890 if test "$host_cpu" != ia64; then
8891 ld_shlibs=no
8892 cat <<_LT_EOF 1>&2
8893
8894 *** Warning: the GNU linker, at least up to release 2.19, is reported
8895 *** to be unable to reliably create shared libraries on AIX.
8896 *** Therefore, libtool is disabling shared libraries support. If you
8897 *** really care for shared libraries, you may want to install binutils
8898 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8899 *** You will then need to restart the configuration process.
8900
8901 _LT_EOF
8902 fi
8903 ;;
8904
8905 amigaos*)
8906 case $host_cpu in
8907 powerpc)
8908 # see comment about AmigaOS4 .so support
8909 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8910 archive_expsym_cmds=''
8911 ;;
8912 m68k)
8913 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)'
8914 hardcode_libdir_flag_spec='-L$libdir'
8915 hardcode_minus_L=yes
8916 ;;
8917 esac
8918 ;;
8919
8920 beos*)
8921 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8922 allow_undefined_flag=unsupported
8923 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8924 # support --undefined. This deserves some investigation. FIXME
8925 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8926 else
8927 ld_shlibs=no
8928 fi
8929 ;;
8930
8931 cygwin* | mingw* | pw32* | cegcc*)
8932 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8933 # as there is no search path for DLLs.
8934 hardcode_libdir_flag_spec='-L$libdir'
8935 export_dynamic_flag_spec='${wl}--export-all-symbols'
8936 allow_undefined_flag=unsupported
8937 always_export_symbols=no
8938 enable_shared_with_static_runtimes=yes
8939 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8940
8941 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8942 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8943 # If the export-symbols file already is a .def file (1st line
8944 # is EXPORTS), use it as is; otherwise, prepend...
8945 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8946 cp $export_symbols $output_objdir/$soname.def;
8947 else
8948 echo EXPORTS > $output_objdir/$soname.def;
8949 cat $export_symbols >> $output_objdir/$soname.def;
8950 fi~
8951 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8952 else
8953 ld_shlibs=no
8954 fi
8955 ;;
8956
8957 haiku*)
8958 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8959 link_all_deplibs=yes
8960 ;;
8961
8962 interix[3-9]*)
8963 hardcode_direct=no
8964 hardcode_shlibpath_var=no
8965 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8966 export_dynamic_flag_spec='${wl}-E'
8967 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8968 # Instead, shared libraries are loaded at an image base (0x10000000 by
8969 # default) and relocated if they conflict, which is a slow very memory
8970 # consuming and fragmenting process. To avoid this, we pick a random,
8971 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8972 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8973 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8974 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'
8975 ;;
8976
8977 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8978 tmp_diet=no
8979 if test "$host_os" = linux-dietlibc; then
8980 case $cc_basename in
8981 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8982 esac
8983 fi
8984 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8985 && test "$tmp_diet" = no
8986 then
8987 tmp_addflag=
8988 tmp_sharedflag='-shared'
8989 case $cc_basename,$host_cpu in
8990 pgcc*) # Portland Group C compiler
8991 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'
8992 tmp_addflag=' $pic_flag'
8993 ;;
8994 pgf77* | pgf90* | pgf95* | pgfortran*)
8995 # Portland Group f77 and f90 compilers
8996 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'
8997 tmp_addflag=' $pic_flag -Mnomain' ;;
8998 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8999 tmp_addflag=' -i_dynamic' ;;
9000 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9001 tmp_addflag=' -i_dynamic -nofor_main' ;;
9002 ifc* | ifort*) # Intel Fortran compiler
9003 tmp_addflag=' -nofor_main' ;;
9004 lf95*) # Lahey Fortran 8.1
9005 whole_archive_flag_spec=
9006 tmp_sharedflag='--shared' ;;
9007 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9008 tmp_sharedflag='-qmkshrobj'
9009 tmp_addflag= ;;
9010 nvcc*) # Cuda Compiler Driver 2.2
9011 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'
9012 compiler_needs_object=yes
9013 ;;
9014 esac
9015 case `$CC -V 2>&1 | sed 5q` in
9016 *Sun\ C*) # Sun C 5.9
9017 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'
9018 compiler_needs_object=yes
9019 tmp_sharedflag='-G' ;;
9020 *Sun\ F*) # Sun Fortran 8.3
9021 tmp_sharedflag='-G' ;;
9022 esac
9023 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9024
9025 if test "x$supports_anon_versioning" = xyes; then
9026 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9027 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9028 echo "local: *; };" >> $output_objdir/$libname.ver~
9029 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9030 fi
9031
9032 case $cc_basename in
9033 xlf* | bgf* | bgxlf* | mpixlf*)
9034 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9035 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9036 hardcode_libdir_flag_spec=
9037 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9038 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9039 if test "x$supports_anon_versioning" = xyes; then
9040 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9041 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9042 echo "local: *; };" >> $output_objdir/$libname.ver~
9043 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9044 fi
9045 ;;
9046 esac
9047 else
9048 ld_shlibs=no
9049 fi
9050 ;;
9051
9052 netbsd*)
9053 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9054 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9055 wlarc=
9056 else
9057 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9058 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9059 fi
9060 ;;
9061
9062 solaris*)
9063 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9064 ld_shlibs=no
9065 cat <<_LT_EOF 1>&2
9066
9067 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9068 *** create shared libraries on Solaris systems. Therefore, libtool
9069 *** is disabling shared libraries support. We urge you to upgrade GNU
9070 *** binutils to release 2.9.1 or newer. Another option is to modify
9071 *** your PATH or compiler configuration so that the native linker is
9072 *** used, and then restart.
9073
9074 _LT_EOF
9075 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9076 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9077 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9078 else
9079 ld_shlibs=no
9080 fi
9081 ;;
9082
9083 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9084 case `$LD -v 2>&1` in
9085 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9086 ld_shlibs=no
9087 cat <<_LT_EOF 1>&2
9088
9089 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9090 *** reliably create shared libraries on SCO systems. Therefore, libtool
9091 *** is disabling shared libraries support. We urge you to upgrade GNU
9092 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9093 *** your PATH or compiler configuration so that the native linker is
9094 *** used, and then restart.
9095
9096 _LT_EOF
9097 ;;
9098 *)
9099 # For security reasons, it is highly recommended that you always
9100 # use absolute paths for naming shared libraries, and exclude the
9101 # DT_RUNPATH tag from executables and libraries. But doing so
9102 # requires that you compile everything twice, which is a pain.
9103 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9104 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9105 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9106 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9107 else
9108 ld_shlibs=no
9109 fi
9110 ;;
9111 esac
9112 ;;
9113
9114 sunos4*)
9115 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9116 wlarc=
9117 hardcode_direct=yes
9118 hardcode_shlibpath_var=no
9119 ;;
9120
9121 *)
9122 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9123 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9124 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9125 else
9126 ld_shlibs=no
9127 fi
9128 ;;
9129 esac
9130
9131 if test "$ld_shlibs" = no; then
9132 runpath_var=
9133 hardcode_libdir_flag_spec=
9134 export_dynamic_flag_spec=
9135 whole_archive_flag_spec=
9136 fi
9137 else
9138 # PORTME fill in a description of your system's linker (not GNU ld)
9139 case $host_os in
9140 aix3*)
9141 allow_undefined_flag=unsupported
9142 always_export_symbols=yes
9143 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'
9144 # Note: this linker hardcodes the directories in LIBPATH if there
9145 # are no directories specified by -L.
9146 hardcode_minus_L=yes
9147 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9148 # Neither direct hardcoding nor static linking is supported with a
9149 # broken collect2.
9150 hardcode_direct=unsupported
9151 fi
9152 ;;
9153
9154 aix[4-9]*)
9155 if test "$host_cpu" = ia64; then
9156 # On IA64, the linker does run time linking by default, so we don't
9157 # have to do anything special.
9158 aix_use_runtimelinking=no
9159 exp_sym_flag='-Bexport'
9160 no_entry_flag=""
9161 else
9162 # If we're using GNU nm, then we don't want the "-C" option.
9163 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9164 # Also, AIX nm treats weak defined symbols like other global
9165 # defined symbols, whereas GNU nm marks them as "W".
9166 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9167 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'
9168 else
9169 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9170 fi
9171 aix_use_runtimelinking=no
9172
9173 # Test if we are trying to use run time linking or normal
9174 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9175 # need to do runtime linking.
9176 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9177 for ld_flag in $LDFLAGS; do
9178 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9179 aix_use_runtimelinking=yes
9180 break
9181 fi
9182 done
9183 ;;
9184 esac
9185
9186 exp_sym_flag='-bexport'
9187 no_entry_flag='-bnoentry'
9188 fi
9189
9190 # When large executables or shared objects are built, AIX ld can
9191 # have problems creating the table of contents. If linking a library
9192 # or program results in "error TOC overflow" add -mminimal-toc to
9193 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9194 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9195
9196 archive_cmds=''
9197 hardcode_direct=yes
9198 hardcode_direct_absolute=yes
9199 hardcode_libdir_separator=':'
9200 link_all_deplibs=yes
9201 file_list_spec='${wl}-f,'
9202
9203 if test "$GCC" = yes; then
9204 case $host_os in aix4.[012]|aix4.[012].*)
9205 # We only want to do this on AIX 4.2 and lower, the check
9206 # below for broken collect2 doesn't work under 4.3+
9207 collect2name=`${CC} -print-prog-name=collect2`
9208 if test -f "$collect2name" &&
9209 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9210 then
9211 # We have reworked collect2
9212 :
9213 else
9214 # We have old collect2
9215 hardcode_direct=unsupported
9216 # It fails to find uninstalled libraries when the uninstalled
9217 # path is not listed in the libpath. Setting hardcode_minus_L
9218 # to unsupported forces relinking
9219 hardcode_minus_L=yes
9220 hardcode_libdir_flag_spec='-L$libdir'
9221 hardcode_libdir_separator=
9222 fi
9223 ;;
9224 esac
9225 shared_flag='-shared'
9226 if test "$aix_use_runtimelinking" = yes; then
9227 shared_flag="$shared_flag "'${wl}-G'
9228 fi
9229 else
9230 # not using gcc
9231 if test "$host_cpu" = ia64; then
9232 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9233 # chokes on -Wl,-G. The following line is correct:
9234 shared_flag='-G'
9235 else
9236 if test "$aix_use_runtimelinking" = yes; then
9237 shared_flag='${wl}-G'
9238 else
9239 shared_flag='${wl}-bM:SRE'
9240 fi
9241 fi
9242 fi
9243
9244 export_dynamic_flag_spec='${wl}-bexpall'
9245 # It seems that -bexpall does not export symbols beginning with
9246 # underscore (_), so it is better to generate a list of symbols to export.
9247 always_export_symbols=yes
9248 if test "$aix_use_runtimelinking" = yes; then
9249 # Warning - without using the other runtime loading flags (-brtl),
9250 # -berok will link without error, but may produce a broken library.
9251 allow_undefined_flag='-berok'
9252 # Determine the default libpath from the value encoded in an
9253 # empty executable.
9254 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9255 /* end confdefs.h. */
9256
9257 int
9258 main ()
9259 {
9260
9261 ;
9262 return 0;
9263 }
9264 _ACEOF
9265 if ac_fn_c_try_link "$LINENO"; then :
9266
9267 lt_aix_libpath_sed='
9268 /Import File Strings/,/^$/ {
9269 /^0/ {
9270 s/^0 *\(.*\)$/\1/
9271 p
9272 }
9273 }'
9274 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9275 # Check for a 64-bit object if we didn't find anything.
9276 if test -z "$aix_libpath"; then
9277 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9278 fi
9279 fi
9280 rm -f core conftest.err conftest.$ac_objext \
9281 conftest$ac_exeext conftest.$ac_ext
9282 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9283
9284 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9285 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"
9286 else
9287 if test "$host_cpu" = ia64; then
9288 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9289 allow_undefined_flag="-z nodefs"
9290 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"
9291 else
9292 # Determine the default libpath from the value encoded in an
9293 # empty executable.
9294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9295 /* end confdefs.h. */
9296
9297 int
9298 main ()
9299 {
9300
9301 ;
9302 return 0;
9303 }
9304 _ACEOF
9305 if ac_fn_c_try_link "$LINENO"; then :
9306
9307 lt_aix_libpath_sed='
9308 /Import File Strings/,/^$/ {
9309 /^0/ {
9310 s/^0 *\(.*\)$/\1/
9311 p
9312 }
9313 }'
9314 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9315 # Check for a 64-bit object if we didn't find anything.
9316 if test -z "$aix_libpath"; then
9317 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9318 fi
9319 fi
9320 rm -f core conftest.err conftest.$ac_objext \
9321 conftest$ac_exeext conftest.$ac_ext
9322 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9323
9324 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9325 # Warning - without using the other run time loading flags,
9326 # -berok will link without error, but may produce a broken library.
9327 no_undefined_flag=' ${wl}-bernotok'
9328 allow_undefined_flag=' ${wl}-berok'
9329 if test "$with_gnu_ld" = yes; then
9330 # We only use this code for GNU lds that support --whole-archive.
9331 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9332 else
9333 # Exported symbols can be pulled into shared objects from archives
9334 whole_archive_flag_spec='$convenience'
9335 fi
9336 archive_cmds_need_lc=yes
9337 # This is similar to how AIX traditionally builds its shared libraries.
9338 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'
9339 fi
9340 fi
9341 ;;
9342
9343 amigaos*)
9344 case $host_cpu in
9345 powerpc)
9346 # see comment about AmigaOS4 .so support
9347 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9348 archive_expsym_cmds=''
9349 ;;
9350 m68k)
9351 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)'
9352 hardcode_libdir_flag_spec='-L$libdir'
9353 hardcode_minus_L=yes
9354 ;;
9355 esac
9356 ;;
9357
9358 bsdi[45]*)
9359 export_dynamic_flag_spec=-rdynamic
9360 ;;
9361
9362 cygwin* | mingw* | pw32* | cegcc*)
9363 # When not using gcc, we currently assume that we are using
9364 # Microsoft Visual C++.
9365 # hardcode_libdir_flag_spec is actually meaningless, as there is
9366 # no search path for DLLs.
9367 hardcode_libdir_flag_spec=' '
9368 allow_undefined_flag=unsupported
9369 # Tell ltmain to make .lib files, not .a files.
9370 libext=lib
9371 # Tell ltmain to make .dll files, not .so files.
9372 shrext_cmds=".dll"
9373 # FIXME: Setting linknames here is a bad hack.
9374 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9375 # The linker will automatically build a .lib file if we build a DLL.
9376 old_archive_from_new_cmds='true'
9377 # FIXME: Should let the user specify the lib program.
9378 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9379 fix_srcfile_path='`cygpath -w "$srcfile"`'
9380 enable_shared_with_static_runtimes=yes
9381 ;;
9382
9383 darwin* | rhapsody*)
9384
9385
9386 archive_cmds_need_lc=no
9387 hardcode_direct=no
9388 hardcode_automatic=yes
9389 hardcode_shlibpath_var=unsupported
9390 if test "$lt_cv_ld_force_load" = "yes"; then
9391 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\"`'
9392 else
9393 whole_archive_flag_spec=''
9394 fi
9395 link_all_deplibs=yes
9396 allow_undefined_flag="$_lt_dar_allow_undefined"
9397 case $cc_basename in
9398 ifort*) _lt_dar_can_shared=yes ;;
9399 *) _lt_dar_can_shared=$GCC ;;
9400 esac
9401 if test "$_lt_dar_can_shared" = "yes"; then
9402 output_verbose_link_cmd=func_echo_all
9403 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9404 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9405 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}"
9406 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}"
9407
9408 else
9409 ld_shlibs=no
9410 fi
9411
9412 ;;
9413
9414 dgux*)
9415 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9416 hardcode_libdir_flag_spec='-L$libdir'
9417 hardcode_shlibpath_var=no
9418 ;;
9419
9420 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9421 # support. Future versions do this automatically, but an explicit c++rt0.o
9422 # does not break anything, and helps significantly (at the cost of a little
9423 # extra space).
9424 freebsd2.2*)
9425 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9426 hardcode_libdir_flag_spec='-R$libdir'
9427 hardcode_direct=yes
9428 hardcode_shlibpath_var=no
9429 ;;
9430
9431 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9432 freebsd2.*)
9433 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9434 hardcode_direct=yes
9435 hardcode_minus_L=yes
9436 hardcode_shlibpath_var=no
9437 ;;
9438
9439 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9440 freebsd* | dragonfly*)
9441 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9442 hardcode_libdir_flag_spec='-R$libdir'
9443 hardcode_direct=yes
9444 hardcode_shlibpath_var=no
9445 ;;
9446
9447 hpux9*)
9448 if test "$GCC" = yes; then
9449 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'
9450 else
9451 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'
9452 fi
9453 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9454 hardcode_libdir_separator=:
9455 hardcode_direct=yes
9456
9457 # hardcode_minus_L: Not really in the search PATH,
9458 # but as the default location of the library.
9459 hardcode_minus_L=yes
9460 export_dynamic_flag_spec='${wl}-E'
9461 ;;
9462
9463 hpux10*)
9464 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9465 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9466 else
9467 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9468 fi
9469 if test "$with_gnu_ld" = no; then
9470 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9471 hardcode_libdir_flag_spec_ld='+b $libdir'
9472 hardcode_libdir_separator=:
9473 hardcode_direct=yes
9474 hardcode_direct_absolute=yes
9475 export_dynamic_flag_spec='${wl}-E'
9476 # hardcode_minus_L: Not really in the search PATH,
9477 # but as the default location of the library.
9478 hardcode_minus_L=yes
9479 fi
9480 ;;
9481
9482 hpux11*)
9483 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9484 case $host_cpu in
9485 hppa*64*)
9486 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9487 ;;
9488 ia64*)
9489 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9490 ;;
9491 *)
9492 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9493 ;;
9494 esac
9495 else
9496 case $host_cpu in
9497 hppa*64*)
9498 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9499 ;;
9500 ia64*)
9501 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9502 ;;
9503 *)
9504
9505 # Older versions of the 11.00 compiler do not understand -b yet
9506 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9508 $as_echo_n "checking if $CC understands -b... " >&6; }
9509 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9510 $as_echo_n "(cached) " >&6
9511 else
9512 lt_cv_prog_compiler__b=no
9513 save_LDFLAGS="$LDFLAGS"
9514 LDFLAGS="$LDFLAGS -b"
9515 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9516 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9517 # The linker can only warn and ignore the option if not recognized
9518 # So say no if there are warnings
9519 if test -s conftest.err; then
9520 # Append any errors to the config.log.
9521 cat conftest.err 1>&5
9522 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9523 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9524 if diff conftest.exp conftest.er2 >/dev/null; then
9525 lt_cv_prog_compiler__b=yes
9526 fi
9527 else
9528 lt_cv_prog_compiler__b=yes
9529 fi
9530 fi
9531 $RM -r conftest*
9532 LDFLAGS="$save_LDFLAGS"
9533
9534 fi
9535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9536 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9537
9538 if test x"$lt_cv_prog_compiler__b" = xyes; then
9539 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9540 else
9541 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9542 fi
9543
9544 ;;
9545 esac
9546 fi
9547 if test "$with_gnu_ld" = no; then
9548 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9549 hardcode_libdir_separator=:
9550
9551 case $host_cpu in
9552 hppa*64*|ia64*)
9553 hardcode_direct=no
9554 hardcode_shlibpath_var=no
9555 ;;
9556 *)
9557 hardcode_direct=yes
9558 hardcode_direct_absolute=yes
9559 export_dynamic_flag_spec='${wl}-E'
9560
9561 # hardcode_minus_L: Not really in the search PATH,
9562 # but as the default location of the library.
9563 hardcode_minus_L=yes
9564 ;;
9565 esac
9566 fi
9567 ;;
9568
9569 irix5* | irix6* | nonstopux*)
9570 if test "$GCC" = yes; then
9571 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'
9572 # Try to use the -exported_symbol ld option, if it does not
9573 # work, assume that -exports_file does not work either and
9574 # implicitly export all symbols.
9575 save_LDFLAGS="$LDFLAGS"
9576 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9577 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9578 /* end confdefs.h. */
9579 int foo(void) {}
9580 _ACEOF
9581 if ac_fn_c_try_link "$LINENO"; then :
9582 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'
9583
9584 fi
9585 rm -f core conftest.err conftest.$ac_objext \
9586 conftest$ac_exeext conftest.$ac_ext
9587 LDFLAGS="$save_LDFLAGS"
9588 else
9589 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'
9590 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'
9591 fi
9592 archive_cmds_need_lc='no'
9593 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9594 hardcode_libdir_separator=:
9595 inherit_rpath=yes
9596 link_all_deplibs=yes
9597 ;;
9598
9599 netbsd*)
9600 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9601 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9602 else
9603 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9604 fi
9605 hardcode_libdir_flag_spec='-R$libdir'
9606 hardcode_direct=yes
9607 hardcode_shlibpath_var=no
9608 ;;
9609
9610 newsos6)
9611 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9612 hardcode_direct=yes
9613 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9614 hardcode_libdir_separator=:
9615 hardcode_shlibpath_var=no
9616 ;;
9617
9618 *nto* | *qnx*)
9619 ;;
9620
9621 openbsd*)
9622 if test -f /usr/libexec/ld.so; then
9623 hardcode_direct=yes
9624 hardcode_shlibpath_var=no
9625 hardcode_direct_absolute=yes
9626 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9627 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9628 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9629 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9630 export_dynamic_flag_spec='${wl}-E'
9631 else
9632 case $host_os in
9633 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9634 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9635 hardcode_libdir_flag_spec='-R$libdir'
9636 ;;
9637 *)
9638 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9639 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9640 ;;
9641 esac
9642 fi
9643 else
9644 ld_shlibs=no
9645 fi
9646 ;;
9647
9648 os2*)
9649 hardcode_libdir_flag_spec='-L$libdir'
9650 hardcode_minus_L=yes
9651 allow_undefined_flag=unsupported
9652 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'
9653 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9654 ;;
9655
9656 osf3*)
9657 if test "$GCC" = yes; then
9658 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9659 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'
9660 else
9661 allow_undefined_flag=' -expect_unresolved \*'
9662 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'
9663 fi
9664 archive_cmds_need_lc='no'
9665 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9666 hardcode_libdir_separator=:
9667 ;;
9668
9669 osf4* | osf5*) # as osf3* with the addition of -msym flag
9670 if test "$GCC" = yes; then
9671 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9672 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'
9673 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9674 else
9675 allow_undefined_flag=' -expect_unresolved \*'
9676 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'
9677 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~
9678 $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'
9679
9680 # Both c and cxx compiler support -rpath directly
9681 hardcode_libdir_flag_spec='-rpath $libdir'
9682 fi
9683 archive_cmds_need_lc='no'
9684 hardcode_libdir_separator=:
9685 ;;
9686
9687 solaris*)
9688 no_undefined_flag=' -z defs'
9689 if test "$GCC" = yes; then
9690 wlarc='${wl}'
9691 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9692 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9693 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9694 else
9695 case `$CC -V 2>&1` in
9696 *"Compilers 5.0"*)
9697 wlarc=''
9698 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9699 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9700 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9701 ;;
9702 *)
9703 wlarc='${wl}'
9704 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9705 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9706 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9707 ;;
9708 esac
9709 fi
9710 hardcode_libdir_flag_spec='-R$libdir'
9711 hardcode_shlibpath_var=no
9712 case $host_os in
9713 solaris2.[0-5] | solaris2.[0-5].*) ;;
9714 *)
9715 # The compiler driver will combine and reorder linker options,
9716 # but understands `-z linker_flag'. GCC discards it without `$wl',
9717 # but is careful enough not to reorder.
9718 # Supported since Solaris 2.6 (maybe 2.5.1?)
9719 if test "$GCC" = yes; then
9720 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9721 else
9722 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9723 fi
9724 ;;
9725 esac
9726 link_all_deplibs=yes
9727 ;;
9728
9729 sunos4*)
9730 if test "x$host_vendor" = xsequent; then
9731 # Use $CC to link under sequent, because it throws in some extra .o
9732 # files that make .init and .fini sections work.
9733 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9734 else
9735 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9736 fi
9737 hardcode_libdir_flag_spec='-L$libdir'
9738 hardcode_direct=yes
9739 hardcode_minus_L=yes
9740 hardcode_shlibpath_var=no
9741 ;;
9742
9743 sysv4)
9744 case $host_vendor in
9745 sni)
9746 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9747 hardcode_direct=yes # is this really true???
9748 ;;
9749 siemens)
9750 ## LD is ld it makes a PLAMLIB
9751 ## CC just makes a GrossModule.
9752 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9753 reload_cmds='$CC -r -o $output$reload_objs'
9754 hardcode_direct=no
9755 ;;
9756 motorola)
9757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9758 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9759 ;;
9760 esac
9761 runpath_var='LD_RUN_PATH'
9762 hardcode_shlibpath_var=no
9763 ;;
9764
9765 sysv4.3*)
9766 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9767 hardcode_shlibpath_var=no
9768 export_dynamic_flag_spec='-Bexport'
9769 ;;
9770
9771 sysv4*MP*)
9772 if test -d /usr/nec; then
9773 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9774 hardcode_shlibpath_var=no
9775 runpath_var=LD_RUN_PATH
9776 hardcode_runpath_var=yes
9777 ld_shlibs=yes
9778 fi
9779 ;;
9780
9781 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9782 no_undefined_flag='${wl}-z,text'
9783 archive_cmds_need_lc=no
9784 hardcode_shlibpath_var=no
9785 runpath_var='LD_RUN_PATH'
9786
9787 if test "$GCC" = yes; then
9788 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9789 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9790 else
9791 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9792 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9793 fi
9794 ;;
9795
9796 sysv5* | sco3.2v5* | sco5v6*)
9797 # Note: We can NOT use -z defs as we might desire, because we do not
9798 # link with -lc, and that would cause any symbols used from libc to
9799 # always be unresolved, which means just about no library would
9800 # ever link correctly. If we're not using GNU ld we use -z text
9801 # though, which does catch some bad symbols but isn't as heavy-handed
9802 # as -z defs.
9803 no_undefined_flag='${wl}-z,text'
9804 allow_undefined_flag='${wl}-z,nodefs'
9805 archive_cmds_need_lc=no
9806 hardcode_shlibpath_var=no
9807 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9808 hardcode_libdir_separator=':'
9809 link_all_deplibs=yes
9810 export_dynamic_flag_spec='${wl}-Bexport'
9811 runpath_var='LD_RUN_PATH'
9812
9813 if test "$GCC" = yes; then
9814 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9815 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9816 else
9817 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9818 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9819 fi
9820 ;;
9821
9822 uts4*)
9823 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9824 hardcode_libdir_flag_spec='-L$libdir'
9825 hardcode_shlibpath_var=no
9826 ;;
9827
9828 *)
9829 ld_shlibs=no
9830 ;;
9831 esac
9832
9833 if test x$host_vendor = xsni; then
9834 case $host in
9835 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9836 export_dynamic_flag_spec='${wl}-Blargedynsym'
9837 ;;
9838 esac
9839 fi
9840 fi
9841
9842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9843 $as_echo "$ld_shlibs" >&6; }
9844 test "$ld_shlibs" = no && can_build_shared=no
9845
9846 with_gnu_ld=$with_gnu_ld
9847
9848
9849
9850
9851
9852
9853
9854
9855
9856
9857
9858
9859
9860
9861
9862 #
9863 # Do we need to explicitly link libc?
9864 #
9865 case "x$archive_cmds_need_lc" in
9866 x|xyes)
9867 # Assume -lc should be added
9868 archive_cmds_need_lc=yes
9869
9870 if test "$enable_shared" = yes && test "$GCC" = yes; then
9871 case $archive_cmds in
9872 *'~'*)
9873 # FIXME: we may have to deal with multi-command sequences.
9874 ;;
9875 '$CC '*)
9876 # Test whether the compiler implicitly links with -lc since on some
9877 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9878 # to ld, don't add -lc before -lgcc.
9879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9880 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9881 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9882 $as_echo_n "(cached) " >&6
9883 else
9884 $RM conftest*
9885 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9886
9887 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9888 (eval $ac_compile) 2>&5
9889 ac_status=$?
9890 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9891 test $ac_status = 0; } 2>conftest.err; then
9892 soname=conftest
9893 lib=conftest
9894 libobjs=conftest.$ac_objext
9895 deplibs=
9896 wl=$lt_prog_compiler_wl
9897 pic_flag=$lt_prog_compiler_pic
9898 compiler_flags=-v
9899 linker_flags=-v
9900 verstring=
9901 output_objdir=.
9902 libname=conftest
9903 lt_save_allow_undefined_flag=$allow_undefined_flag
9904 allow_undefined_flag=
9905 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9906 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9907 ac_status=$?
9908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9909 test $ac_status = 0; }
9910 then
9911 lt_cv_archive_cmds_need_lc=no
9912 else
9913 lt_cv_archive_cmds_need_lc=yes
9914 fi
9915 allow_undefined_flag=$lt_save_allow_undefined_flag
9916 else
9917 cat conftest.err 1>&5
9918 fi
9919 $RM conftest*
9920
9921 fi
9922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9923 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9924 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9925 ;;
9926 esac
9927 fi
9928 ;;
9929 esac
9930
9931
9932
9933
9934
9935
9936
9937
9938
9939
9940
9941
9942
9943
9944
9945
9946
9947
9948
9949
9950
9951
9952
9953
9954
9955
9956
9957
9958
9959
9960
9961
9962
9963
9964
9965
9966
9967
9968
9969
9970
9971
9972
9973
9974
9975
9976
9977
9978
9979
9980
9981
9982
9983
9984
9985
9986
9987
9988
9989
9990
9991
9992
9993
9994
9995
9996
9997
9998
9999
10000
10001
10002
10003
10004
10005
10006
10007
10008
10009
10010
10011
10012
10013
10014
10015
10016
10017
10018
10019
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035
10036
10037
10038
10039
10040
10041
10042
10043
10044
10045
10046
10047
10048
10049
10050
10051
10052
10053
10054
10055
10056
10057
10058
10059
10060
10061
10062
10063
10064
10065
10066
10067
10068
10069
10070
10071
10072
10073
10074
10075
10076
10077
10078
10079
10080
10081
10082
10083
10084
10085
10086
10087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10088 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10089
10090 if test "$GCC" = yes; then
10091 case $host_os in
10092 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10093 *) lt_awk_arg="/^libraries:/" ;;
10094 esac
10095 case $host_os in
10096 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10097 *) lt_sed_strip_eq="s,=/,/,g" ;;
10098 esac
10099 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10100 case $lt_search_path_spec in
10101 *\;*)
10102 # if the path contains ";" then we assume it to be the separator
10103 # otherwise default to the standard path separator (i.e. ":") - it is
10104 # assumed that no part of a normal pathname contains ";" but that should
10105 # okay in the real world where ";" in dirpaths is itself problematic.
10106 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10107 ;;
10108 *)
10109 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10110 ;;
10111 esac
10112 # Ok, now we have the path, separated by spaces, we can step through it
10113 # and add multilib dir if necessary.
10114 lt_tmp_lt_search_path_spec=
10115 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10116 for lt_sys_path in $lt_search_path_spec; do
10117 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10118 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10119 else
10120 test -d "$lt_sys_path" && \
10121 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10122 fi
10123 done
10124 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10125 BEGIN {RS=" "; FS="/|\n";} {
10126 lt_foo="";
10127 lt_count=0;
10128 for (lt_i = NF; lt_i > 0; lt_i--) {
10129 if ($lt_i != "" && $lt_i != ".") {
10130 if ($lt_i == "..") {
10131 lt_count++;
10132 } else {
10133 if (lt_count == 0) {
10134 lt_foo="/" $lt_i lt_foo;
10135 } else {
10136 lt_count--;
10137 }
10138 }
10139 }
10140 }
10141 if (lt_foo != "") { lt_freq[lt_foo]++; }
10142 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10143 }'`
10144 # AWK program above erroneously prepends '/' to C:/dos/paths
10145 # for these hosts.
10146 case $host_os in
10147 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10148 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10149 esac
10150 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10151 else
10152 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10153 fi
10154 library_names_spec=
10155 libname_spec='lib$name'
10156 soname_spec=
10157 shrext_cmds=".so"
10158 postinstall_cmds=
10159 postuninstall_cmds=
10160 finish_cmds=
10161 finish_eval=
10162 shlibpath_var=
10163 shlibpath_overrides_runpath=unknown
10164 version_type=none
10165 dynamic_linker="$host_os ld.so"
10166 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10167 need_lib_prefix=unknown
10168 hardcode_into_libs=no
10169
10170 # when you set need_version to no, make sure it does not cause -set_version
10171 # flags to be left without arguments
10172 need_version=unknown
10173
10174 case $host_os in
10175 aix3*)
10176 version_type=linux
10177 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10178 shlibpath_var=LIBPATH
10179
10180 # AIX 3 has no versioning support, so we append a major version to the name.
10181 soname_spec='${libname}${release}${shared_ext}$major'
10182 ;;
10183
10184 aix[4-9]*)
10185 version_type=linux
10186 need_lib_prefix=no
10187 need_version=no
10188 hardcode_into_libs=yes
10189 if test "$host_cpu" = ia64; then
10190 # AIX 5 supports IA64
10191 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10192 shlibpath_var=LD_LIBRARY_PATH
10193 else
10194 # With GCC up to 2.95.x, collect2 would create an import file
10195 # for dependence libraries. The import file would start with
10196 # the line `#! .'. This would cause the generated library to
10197 # depend on `.', always an invalid library. This was fixed in
10198 # development snapshots of GCC prior to 3.0.
10199 case $host_os in
10200 aix4 | aix4.[01] | aix4.[01].*)
10201 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10202 echo ' yes '
10203 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10204 :
10205 else
10206 can_build_shared=no
10207 fi
10208 ;;
10209 esac
10210 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10211 # soname into executable. Probably we can add versioning support to
10212 # collect2, so additional links can be useful in future.
10213 if test "$aix_use_runtimelinking" = yes; then
10214 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10215 # instead of lib<name>.a to let people know that these are not
10216 # typical AIX shared libraries.
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10218 else
10219 # We preserve .a as extension for shared libraries through AIX4.2
10220 # and later when we are not doing run time linking.
10221 library_names_spec='${libname}${release}.a $libname.a'
10222 soname_spec='${libname}${release}${shared_ext}$major'
10223 fi
10224 shlibpath_var=LIBPATH
10225 fi
10226 ;;
10227
10228 amigaos*)
10229 case $host_cpu in
10230 powerpc)
10231 # Since July 2007 AmigaOS4 officially supports .so libraries.
10232 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10233 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10234 ;;
10235 m68k)
10236 library_names_spec='$libname.ixlibrary $libname.a'
10237 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10238 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'
10239 ;;
10240 esac
10241 ;;
10242
10243 beos*)
10244 library_names_spec='${libname}${shared_ext}'
10245 dynamic_linker="$host_os ld.so"
10246 shlibpath_var=LIBRARY_PATH
10247 ;;
10248
10249 bsdi[45]*)
10250 version_type=linux
10251 need_version=no
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10255 shlibpath_var=LD_LIBRARY_PATH
10256 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10257 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10258 # the default ld.so.conf also contains /usr/contrib/lib and
10259 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10260 # libtool to hard-code these into programs
10261 ;;
10262
10263 cygwin* | mingw* | pw32* | cegcc*)
10264 version_type=windows
10265 shrext_cmds=".dll"
10266 need_version=no
10267 need_lib_prefix=no
10268
10269 case $GCC,$host_os in
10270 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10271 library_names_spec='$libname.dll.a'
10272 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10273 postinstall_cmds='base_file=`basename \${file}`~
10274 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10275 dldir=$destdir/`dirname \$dlpath`~
10276 test -d \$dldir || mkdir -p \$dldir~
10277 $install_prog $dir/$dlname \$dldir/$dlname~
10278 chmod a+x \$dldir/$dlname~
10279 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10280 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10281 fi'
10282 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10283 dlpath=$dir/\$dldll~
10284 $RM \$dlpath'
10285 shlibpath_overrides_runpath=yes
10286
10287 case $host_os in
10288 cygwin*)
10289 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10290 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10291
10292 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10293 ;;
10294 mingw* | cegcc*)
10295 # MinGW DLLs use traditional 'lib' prefix
10296 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10297 ;;
10298 pw32*)
10299 # pw32 DLLs use 'pw' prefix rather than 'lib'
10300 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10301 ;;
10302 esac
10303 ;;
10304
10305 *)
10306 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10307 ;;
10308 esac
10309 dynamic_linker='Win32 ld.exe'
10310 # FIXME: first we should search . and the directory the executable is in
10311 shlibpath_var=PATH
10312 ;;
10313
10314 darwin* | rhapsody*)
10315 dynamic_linker="$host_os dyld"
10316 version_type=darwin
10317 need_lib_prefix=no
10318 need_version=no
10319 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10320 soname_spec='${libname}${release}${major}$shared_ext'
10321 shlibpath_overrides_runpath=yes
10322 shlibpath_var=DYLD_LIBRARY_PATH
10323 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10324
10325 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10326 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10327 ;;
10328
10329 dgux*)
10330 version_type=linux
10331 need_lib_prefix=no
10332 need_version=no
10333 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10334 soname_spec='${libname}${release}${shared_ext}$major'
10335 shlibpath_var=LD_LIBRARY_PATH
10336 ;;
10337
10338 freebsd* | dragonfly*)
10339 # DragonFly does not have aout. When/if they implement a new
10340 # versioning mechanism, adjust this.
10341 if test -x /usr/bin/objformat; then
10342 objformat=`/usr/bin/objformat`
10343 else
10344 case $host_os in
10345 freebsd[23].*) objformat=aout ;;
10346 *) objformat=elf ;;
10347 esac
10348 fi
10349 version_type=freebsd-$objformat
10350 case $version_type in
10351 freebsd-elf*)
10352 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10353 need_version=no
10354 need_lib_prefix=no
10355 ;;
10356 freebsd-*)
10357 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10358 need_version=yes
10359 ;;
10360 esac
10361 shlibpath_var=LD_LIBRARY_PATH
10362 case $host_os in
10363 freebsd2.*)
10364 shlibpath_overrides_runpath=yes
10365 ;;
10366 freebsd3.[01]* | freebsdelf3.[01]*)
10367 shlibpath_overrides_runpath=yes
10368 hardcode_into_libs=yes
10369 ;;
10370 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10371 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10372 shlibpath_overrides_runpath=no
10373 hardcode_into_libs=yes
10374 ;;
10375 *) # from 4.6 on, and DragonFly
10376 shlibpath_overrides_runpath=yes
10377 hardcode_into_libs=yes
10378 ;;
10379 esac
10380 ;;
10381
10382 gnu*)
10383 version_type=linux
10384 need_lib_prefix=no
10385 need_version=no
10386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10387 soname_spec='${libname}${release}${shared_ext}$major'
10388 shlibpath_var=LD_LIBRARY_PATH
10389 hardcode_into_libs=yes
10390 ;;
10391
10392 haiku*)
10393 version_type=linux
10394 need_lib_prefix=no
10395 need_version=no
10396 dynamic_linker="$host_os runtime_loader"
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10398 soname_spec='${libname}${release}${shared_ext}$major'
10399 shlibpath_var=LIBRARY_PATH
10400 shlibpath_overrides_runpath=yes
10401 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10402 hardcode_into_libs=yes
10403 ;;
10404
10405 hpux9* | hpux10* | hpux11*)
10406 # Give a soname corresponding to the major version so that dld.sl refuses to
10407 # link against other versions.
10408 version_type=sunos
10409 need_lib_prefix=no
10410 need_version=no
10411 case $host_cpu in
10412 ia64*)
10413 shrext_cmds='.so'
10414 hardcode_into_libs=yes
10415 dynamic_linker="$host_os dld.so"
10416 shlibpath_var=LD_LIBRARY_PATH
10417 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10418 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10419 soname_spec='${libname}${release}${shared_ext}$major'
10420 if test "X$HPUX_IA64_MODE" = X32; then
10421 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10422 else
10423 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10424 fi
10425 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10426 ;;
10427 hppa*64*)
10428 shrext_cmds='.sl'
10429 hardcode_into_libs=yes
10430 dynamic_linker="$host_os dld.sl"
10431 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10432 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10433 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10434 soname_spec='${libname}${release}${shared_ext}$major'
10435 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10436 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10437 ;;
10438 *)
10439 shrext_cmds='.sl'
10440 dynamic_linker="$host_os dld.sl"
10441 shlibpath_var=SHLIB_PATH
10442 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444 soname_spec='${libname}${release}${shared_ext}$major'
10445 ;;
10446 esac
10447 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10448 postinstall_cmds='chmod 555 $lib'
10449 # or fails outright, so override atomically:
10450 install_override_mode=555
10451 ;;
10452
10453 interix[3-9]*)
10454 version_type=linux
10455 need_lib_prefix=no
10456 need_version=no
10457 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10458 soname_spec='${libname}${release}${shared_ext}$major'
10459 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10460 shlibpath_var=LD_LIBRARY_PATH
10461 shlibpath_overrides_runpath=no
10462 hardcode_into_libs=yes
10463 ;;
10464
10465 irix5* | irix6* | nonstopux*)
10466 case $host_os in
10467 nonstopux*) version_type=nonstopux ;;
10468 *)
10469 if test "$lt_cv_prog_gnu_ld" = yes; then
10470 version_type=linux
10471 else
10472 version_type=irix
10473 fi ;;
10474 esac
10475 need_lib_prefix=no
10476 need_version=no
10477 soname_spec='${libname}${release}${shared_ext}$major'
10478 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10479 case $host_os in
10480 irix5* | nonstopux*)
10481 libsuff= shlibsuff=
10482 ;;
10483 *)
10484 case $LD in # libtool.m4 will add one of these switches to LD
10485 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10486 libsuff= shlibsuff= libmagic=32-bit;;
10487 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10488 libsuff=32 shlibsuff=N32 libmagic=N32;;
10489 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10490 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10491 *) libsuff= shlibsuff= libmagic=never-match;;
10492 esac
10493 ;;
10494 esac
10495 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10496 shlibpath_overrides_runpath=no
10497 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10498 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10499 hardcode_into_libs=yes
10500 ;;
10501
10502 # No shared lib support for Linux oldld, aout, or coff.
10503 linux*oldld* | linux*aout* | linux*coff*)
10504 dynamic_linker=no
10505 ;;
10506
10507 # This must be Linux ELF.
10508 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10509 version_type=linux
10510 need_lib_prefix=no
10511 need_version=no
10512 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10513 soname_spec='${libname}${release}${shared_ext}$major'
10514 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10515 shlibpath_var=LD_LIBRARY_PATH
10516 shlibpath_overrides_runpath=no
10517
10518 # Some binutils ld are patched to set DT_RUNPATH
10519 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10520 $as_echo_n "(cached) " >&6
10521 else
10522 lt_cv_shlibpath_overrides_runpath=no
10523 save_LDFLAGS=$LDFLAGS
10524 save_libdir=$libdir
10525 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10526 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10528 /* end confdefs.h. */
10529
10530 int
10531 main ()
10532 {
10533
10534 ;
10535 return 0;
10536 }
10537 _ACEOF
10538 if ac_fn_c_try_link "$LINENO"; then :
10539 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10540 lt_cv_shlibpath_overrides_runpath=yes
10541 fi
10542 fi
10543 rm -f core conftest.err conftest.$ac_objext \
10544 conftest$ac_exeext conftest.$ac_ext
10545 LDFLAGS=$save_LDFLAGS
10546 libdir=$save_libdir
10547
10548 fi
10549
10550 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10551
10552 # This implies no fast_install, which is unacceptable.
10553 # Some rework will be needed to allow for fast_install
10554 # before this can be enabled.
10555 hardcode_into_libs=yes
10556
10557 # Append ld.so.conf contents to the search path
10558 if test -f /etc/ld.so.conf; then
10559 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' ' '`
10560 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10561 fi
10562
10563 # We used to test for /lib/ld.so.1 and disable shared libraries on
10564 # powerpc, because MkLinux only supported shared libraries with the
10565 # GNU dynamic linker. Since this was broken with cross compilers,
10566 # most powerpc-linux boxes support dynamic linking these days and
10567 # people can always --disable-shared, the test was removed, and we
10568 # assume the GNU/Linux dynamic linker is in use.
10569 dynamic_linker='GNU/Linux ld.so'
10570 ;;
10571
10572 netbsd*)
10573 version_type=sunos
10574 need_lib_prefix=no
10575 need_version=no
10576 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10578 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10579 dynamic_linker='NetBSD (a.out) ld.so'
10580 else
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10582 soname_spec='${libname}${release}${shared_ext}$major'
10583 dynamic_linker='NetBSD ld.elf_so'
10584 fi
10585 shlibpath_var=LD_LIBRARY_PATH
10586 shlibpath_overrides_runpath=yes
10587 hardcode_into_libs=yes
10588 ;;
10589
10590 newsos6)
10591 version_type=linux
10592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10593 shlibpath_var=LD_LIBRARY_PATH
10594 shlibpath_overrides_runpath=yes
10595 ;;
10596
10597 *nto* | *qnx*)
10598 version_type=qnx
10599 need_lib_prefix=no
10600 need_version=no
10601 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10602 soname_spec='${libname}${release}${shared_ext}$major'
10603 shlibpath_var=LD_LIBRARY_PATH
10604 shlibpath_overrides_runpath=no
10605 hardcode_into_libs=yes
10606 dynamic_linker='ldqnx.so'
10607 ;;
10608
10609 openbsd*)
10610 version_type=sunos
10611 sys_lib_dlsearch_path_spec="/usr/lib"
10612 need_lib_prefix=no
10613 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10614 case $host_os in
10615 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10616 *) need_version=no ;;
10617 esac
10618 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10619 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10620 shlibpath_var=LD_LIBRARY_PATH
10621 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10622 case $host_os in
10623 openbsd2.[89] | openbsd2.[89].*)
10624 shlibpath_overrides_runpath=no
10625 ;;
10626 *)
10627 shlibpath_overrides_runpath=yes
10628 ;;
10629 esac
10630 else
10631 shlibpath_overrides_runpath=yes
10632 fi
10633 ;;
10634
10635 os2*)
10636 libname_spec='$name'
10637 shrext_cmds=".dll"
10638 need_lib_prefix=no
10639 library_names_spec='$libname${shared_ext} $libname.a'
10640 dynamic_linker='OS/2 ld.exe'
10641 shlibpath_var=LIBPATH
10642 ;;
10643
10644 osf3* | osf4* | osf5*)
10645 version_type=osf
10646 need_lib_prefix=no
10647 need_version=no
10648 soname_spec='${libname}${release}${shared_ext}$major'
10649 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650 shlibpath_var=LD_LIBRARY_PATH
10651 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10652 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10653 ;;
10654
10655 rdos*)
10656 dynamic_linker=no
10657 ;;
10658
10659 solaris*)
10660 version_type=linux
10661 need_lib_prefix=no
10662 need_version=no
10663 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10664 soname_spec='${libname}${release}${shared_ext}$major'
10665 shlibpath_var=LD_LIBRARY_PATH
10666 shlibpath_overrides_runpath=yes
10667 hardcode_into_libs=yes
10668 # ldd complains unless libraries are executable
10669 postinstall_cmds='chmod +x $lib'
10670 ;;
10671
10672 sunos4*)
10673 version_type=sunos
10674 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10675 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10676 shlibpath_var=LD_LIBRARY_PATH
10677 shlibpath_overrides_runpath=yes
10678 if test "$with_gnu_ld" = yes; then
10679 need_lib_prefix=no
10680 fi
10681 need_version=yes
10682 ;;
10683
10684 sysv4 | sysv4.3*)
10685 version_type=linux
10686 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10687 soname_spec='${libname}${release}${shared_ext}$major'
10688 shlibpath_var=LD_LIBRARY_PATH
10689 case $host_vendor in
10690 sni)
10691 shlibpath_overrides_runpath=no
10692 need_lib_prefix=no
10693 runpath_var=LD_RUN_PATH
10694 ;;
10695 siemens)
10696 need_lib_prefix=no
10697 ;;
10698 motorola)
10699 need_lib_prefix=no
10700 need_version=no
10701 shlibpath_overrides_runpath=no
10702 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10703 ;;
10704 esac
10705 ;;
10706
10707 sysv4*MP*)
10708 if test -d /usr/nec ;then
10709 version_type=linux
10710 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10711 soname_spec='$libname${shared_ext}.$major'
10712 shlibpath_var=LD_LIBRARY_PATH
10713 fi
10714 ;;
10715
10716 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10717 version_type=freebsd-elf
10718 need_lib_prefix=no
10719 need_version=no
10720 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10721 soname_spec='${libname}${release}${shared_ext}$major'
10722 shlibpath_var=LD_LIBRARY_PATH
10723 shlibpath_overrides_runpath=yes
10724 hardcode_into_libs=yes
10725 if test "$with_gnu_ld" = yes; then
10726 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10727 else
10728 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10729 case $host_os in
10730 sco3.2v5*)
10731 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10732 ;;
10733 esac
10734 fi
10735 sys_lib_dlsearch_path_spec='/usr/lib'
10736 ;;
10737
10738 tpf*)
10739 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10740 version_type=linux
10741 need_lib_prefix=no
10742 need_version=no
10743 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10744 shlibpath_var=LD_LIBRARY_PATH
10745 shlibpath_overrides_runpath=no
10746 hardcode_into_libs=yes
10747 ;;
10748
10749 uts4*)
10750 version_type=linux
10751 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10752 soname_spec='${libname}${release}${shared_ext}$major'
10753 shlibpath_var=LD_LIBRARY_PATH
10754 ;;
10755
10756 *)
10757 dynamic_linker=no
10758 ;;
10759 esac
10760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10761 $as_echo "$dynamic_linker" >&6; }
10762 test "$dynamic_linker" = no && can_build_shared=no
10763
10764 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10765 if test "$GCC" = yes; then
10766 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10767 fi
10768
10769 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10770 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10771 fi
10772 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10773 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10774 fi
10775
10776
10777
10778
10779
10780
10781
10782
10783
10784
10785
10786
10787
10788
10789
10790
10791
10792
10793
10794
10795
10796
10797
10798
10799
10800
10801
10802
10803
10804
10805
10806
10807
10808
10809
10810
10811
10812
10813
10814
10815
10816
10817
10818
10819
10820
10821
10822
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836
10837
10838
10839
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857
10858
10859
10860
10861
10862
10863
10864
10865
10866
10867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10868 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10869 hardcode_action=
10870 if test -n "$hardcode_libdir_flag_spec" ||
10871 test -n "$runpath_var" ||
10872 test "X$hardcode_automatic" = "Xyes" ; then
10873
10874 # We can hardcode non-existent directories.
10875 if test "$hardcode_direct" != no &&
10876 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10877 # have to relink, otherwise we might link with an installed library
10878 # when we should be linking with a yet-to-be-installed one
10879 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10880 test "$hardcode_minus_L" != no; then
10881 # Linking always hardcodes the temporary library directory.
10882 hardcode_action=relink
10883 else
10884 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10885 hardcode_action=immediate
10886 fi
10887 else
10888 # We cannot hardcode anything, or else we can only hardcode existing
10889 # directories.
10890 hardcode_action=unsupported
10891 fi
10892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10893 $as_echo "$hardcode_action" >&6; }
10894
10895 if test "$hardcode_action" = relink ||
10896 test "$inherit_rpath" = yes; then
10897 # Fast installation is not supported
10898 enable_fast_install=no
10899 elif test "$shlibpath_overrides_runpath" = yes ||
10900 test "$enable_shared" = no; then
10901 # Fast installation is not necessary
10902 enable_fast_install=needless
10903 fi
10904
10905
10906
10907
10908
10909
10910 if test "x$enable_dlopen" != xyes; then
10911 enable_dlopen=unknown
10912 enable_dlopen_self=unknown
10913 enable_dlopen_self_static=unknown
10914 else
10915 lt_cv_dlopen=no
10916 lt_cv_dlopen_libs=
10917
10918 case $host_os in
10919 beos*)
10920 lt_cv_dlopen="load_add_on"
10921 lt_cv_dlopen_libs=
10922 lt_cv_dlopen_self=yes
10923 ;;
10924
10925 mingw* | pw32* | cegcc*)
10926 lt_cv_dlopen="LoadLibrary"
10927 lt_cv_dlopen_libs=
10928 ;;
10929
10930 cygwin*)
10931 lt_cv_dlopen="dlopen"
10932 lt_cv_dlopen_libs=
10933 ;;
10934
10935 darwin*)
10936 # if libdl is installed we need to link against it
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10938 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10939 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10940 $as_echo_n "(cached) " >&6
10941 else
10942 ac_check_lib_save_LIBS=$LIBS
10943 LIBS="-ldl $LIBS"
10944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10945 /* end confdefs.h. */
10946
10947 /* Override any GCC internal prototype to avoid an error.
10948 Use char because int might match the return type of a GCC
10949 builtin and then its argument prototype would still apply. */
10950 #ifdef __cplusplus
10951 extern "C"
10952 #endif
10953 char dlopen ();
10954 int
10955 main ()
10956 {
10957 return dlopen ();
10958 ;
10959 return 0;
10960 }
10961 _ACEOF
10962 if ac_fn_c_try_link "$LINENO"; then :
10963 ac_cv_lib_dl_dlopen=yes
10964 else
10965 ac_cv_lib_dl_dlopen=no
10966 fi
10967 rm -f core conftest.err conftest.$ac_objext \
10968 conftest$ac_exeext conftest.$ac_ext
10969 LIBS=$ac_check_lib_save_LIBS
10970 fi
10971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10972 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10973 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10974 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10975 else
10976
10977 lt_cv_dlopen="dyld"
10978 lt_cv_dlopen_libs=
10979 lt_cv_dlopen_self=yes
10980
10981 fi
10982
10983 ;;
10984
10985 *)
10986 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10987 if test "x$ac_cv_func_shl_load" = x""yes; then :
10988 lt_cv_dlopen="shl_load"
10989 else
10990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10991 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10992 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10993 $as_echo_n "(cached) " >&6
10994 else
10995 ac_check_lib_save_LIBS=$LIBS
10996 LIBS="-ldld $LIBS"
10997 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10998 /* end confdefs.h. */
10999
11000 /* Override any GCC internal prototype to avoid an error.
11001 Use char because int might match the return type of a GCC
11002 builtin and then its argument prototype would still apply. */
11003 #ifdef __cplusplus
11004 extern "C"
11005 #endif
11006 char shl_load ();
11007 int
11008 main ()
11009 {
11010 return shl_load ();
11011 ;
11012 return 0;
11013 }
11014 _ACEOF
11015 if ac_fn_c_try_link "$LINENO"; then :
11016 ac_cv_lib_dld_shl_load=yes
11017 else
11018 ac_cv_lib_dld_shl_load=no
11019 fi
11020 rm -f core conftest.err conftest.$ac_objext \
11021 conftest$ac_exeext conftest.$ac_ext
11022 LIBS=$ac_check_lib_save_LIBS
11023 fi
11024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11025 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11026 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11027 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11028 else
11029 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11030 if test "x$ac_cv_func_dlopen" = x""yes; then :
11031 lt_cv_dlopen="dlopen"
11032 else
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11034 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11035 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11036 $as_echo_n "(cached) " >&6
11037 else
11038 ac_check_lib_save_LIBS=$LIBS
11039 LIBS="-ldl $LIBS"
11040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11041 /* end confdefs.h. */
11042
11043 /* Override any GCC internal prototype to avoid an error.
11044 Use char because int might match the return type of a GCC
11045 builtin and then its argument prototype would still apply. */
11046 #ifdef __cplusplus
11047 extern "C"
11048 #endif
11049 char dlopen ();
11050 int
11051 main ()
11052 {
11053 return dlopen ();
11054 ;
11055 return 0;
11056 }
11057 _ACEOF
11058 if ac_fn_c_try_link "$LINENO"; then :
11059 ac_cv_lib_dl_dlopen=yes
11060 else
11061 ac_cv_lib_dl_dlopen=no
11062 fi
11063 rm -f core conftest.err conftest.$ac_objext \
11064 conftest$ac_exeext conftest.$ac_ext
11065 LIBS=$ac_check_lib_save_LIBS
11066 fi
11067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11068 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11069 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11070 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11071 else
11072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11073 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11074 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11075 $as_echo_n "(cached) " >&6
11076 else
11077 ac_check_lib_save_LIBS=$LIBS
11078 LIBS="-lsvld $LIBS"
11079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11080 /* end confdefs.h. */
11081
11082 /* Override any GCC internal prototype to avoid an error.
11083 Use char because int might match the return type of a GCC
11084 builtin and then its argument prototype would still apply. */
11085 #ifdef __cplusplus
11086 extern "C"
11087 #endif
11088 char dlopen ();
11089 int
11090 main ()
11091 {
11092 return dlopen ();
11093 ;
11094 return 0;
11095 }
11096 _ACEOF
11097 if ac_fn_c_try_link "$LINENO"; then :
11098 ac_cv_lib_svld_dlopen=yes
11099 else
11100 ac_cv_lib_svld_dlopen=no
11101 fi
11102 rm -f core conftest.err conftest.$ac_objext \
11103 conftest$ac_exeext conftest.$ac_ext
11104 LIBS=$ac_check_lib_save_LIBS
11105 fi
11106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11107 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11108 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11109 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11110 else
11111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11112 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11113 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11114 $as_echo_n "(cached) " >&6
11115 else
11116 ac_check_lib_save_LIBS=$LIBS
11117 LIBS="-ldld $LIBS"
11118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11119 /* end confdefs.h. */
11120
11121 /* Override any GCC internal prototype to avoid an error.
11122 Use char because int might match the return type of a GCC
11123 builtin and then its argument prototype would still apply. */
11124 #ifdef __cplusplus
11125 extern "C"
11126 #endif
11127 char dld_link ();
11128 int
11129 main ()
11130 {
11131 return dld_link ();
11132 ;
11133 return 0;
11134 }
11135 _ACEOF
11136 if ac_fn_c_try_link "$LINENO"; then :
11137 ac_cv_lib_dld_dld_link=yes
11138 else
11139 ac_cv_lib_dld_dld_link=no
11140 fi
11141 rm -f core conftest.err conftest.$ac_objext \
11142 conftest$ac_exeext conftest.$ac_ext
11143 LIBS=$ac_check_lib_save_LIBS
11144 fi
11145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11146 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11147 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11148 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11149 fi
11150
11151
11152 fi
11153
11154
11155 fi
11156
11157
11158 fi
11159
11160
11161 fi
11162
11163
11164 fi
11165
11166 ;;
11167 esac
11168
11169 if test "x$lt_cv_dlopen" != xno; then
11170 enable_dlopen=yes
11171 else
11172 enable_dlopen=no
11173 fi
11174
11175 case $lt_cv_dlopen in
11176 dlopen)
11177 save_CPPFLAGS="$CPPFLAGS"
11178 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11179
11180 save_LDFLAGS="$LDFLAGS"
11181 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11182
11183 save_LIBS="$LIBS"
11184 LIBS="$lt_cv_dlopen_libs $LIBS"
11185
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11187 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11188 if test "${lt_cv_dlopen_self+set}" = set; then :
11189 $as_echo_n "(cached) " >&6
11190 else
11191 if test "$cross_compiling" = yes; then :
11192 lt_cv_dlopen_self=cross
11193 else
11194 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11195 lt_status=$lt_dlunknown
11196 cat > conftest.$ac_ext <<_LT_EOF
11197 #line 11197 "configure"
11198 #include "confdefs.h"
11199
11200 #if HAVE_DLFCN_H
11201 #include <dlfcn.h>
11202 #endif
11203
11204 #include <stdio.h>
11205
11206 #ifdef RTLD_GLOBAL
11207 # define LT_DLGLOBAL RTLD_GLOBAL
11208 #else
11209 # ifdef DL_GLOBAL
11210 # define LT_DLGLOBAL DL_GLOBAL
11211 # else
11212 # define LT_DLGLOBAL 0
11213 # endif
11214 #endif
11215
11216 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11217 find out it does not work in some platform. */
11218 #ifndef LT_DLLAZY_OR_NOW
11219 # ifdef RTLD_LAZY
11220 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11221 # else
11222 # ifdef DL_LAZY
11223 # define LT_DLLAZY_OR_NOW DL_LAZY
11224 # else
11225 # ifdef RTLD_NOW
11226 # define LT_DLLAZY_OR_NOW RTLD_NOW
11227 # else
11228 # ifdef DL_NOW
11229 # define LT_DLLAZY_OR_NOW DL_NOW
11230 # else
11231 # define LT_DLLAZY_OR_NOW 0
11232 # endif
11233 # endif
11234 # endif
11235 # endif
11236 #endif
11237
11238 /* When -fvisbility=hidden is used, assume the code has been annotated
11239 correspondingly for the symbols needed. */
11240 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11241 void fnord () __attribute__((visibility("default")));
11242 #endif
11243
11244 void fnord () { int i=42; }
11245 int main ()
11246 {
11247 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11248 int status = $lt_dlunknown;
11249
11250 if (self)
11251 {
11252 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11253 else
11254 {
11255 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11256 else puts (dlerror ());
11257 }
11258 /* dlclose (self); */
11259 }
11260 else
11261 puts (dlerror ());
11262
11263 return status;
11264 }
11265 _LT_EOF
11266 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11267 (eval $ac_link) 2>&5
11268 ac_status=$?
11269 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11270 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11271 (./conftest; exit; ) >&5 2>/dev/null
11272 lt_status=$?
11273 case x$lt_status in
11274 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11275 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11276 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11277 esac
11278 else :
11279 # compilation failed
11280 lt_cv_dlopen_self=no
11281 fi
11282 fi
11283 rm -fr conftest*
11284
11285
11286 fi
11287 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11288 $as_echo "$lt_cv_dlopen_self" >&6; }
11289
11290 if test "x$lt_cv_dlopen_self" = xyes; then
11291 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11293 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11294 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11295 $as_echo_n "(cached) " >&6
11296 else
11297 if test "$cross_compiling" = yes; then :
11298 lt_cv_dlopen_self_static=cross
11299 else
11300 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11301 lt_status=$lt_dlunknown
11302 cat > conftest.$ac_ext <<_LT_EOF
11303 #line 11303 "configure"
11304 #include "confdefs.h"
11305
11306 #if HAVE_DLFCN_H
11307 #include <dlfcn.h>
11308 #endif
11309
11310 #include <stdio.h>
11311
11312 #ifdef RTLD_GLOBAL
11313 # define LT_DLGLOBAL RTLD_GLOBAL
11314 #else
11315 # ifdef DL_GLOBAL
11316 # define LT_DLGLOBAL DL_GLOBAL
11317 # else
11318 # define LT_DLGLOBAL 0
11319 # endif
11320 #endif
11321
11322 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11323 find out it does not work in some platform. */
11324 #ifndef LT_DLLAZY_OR_NOW
11325 # ifdef RTLD_LAZY
11326 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11327 # else
11328 # ifdef DL_LAZY
11329 # define LT_DLLAZY_OR_NOW DL_LAZY
11330 # else
11331 # ifdef RTLD_NOW
11332 # define LT_DLLAZY_OR_NOW RTLD_NOW
11333 # else
11334 # ifdef DL_NOW
11335 # define LT_DLLAZY_OR_NOW DL_NOW
11336 # else
11337 # define LT_DLLAZY_OR_NOW 0
11338 # endif
11339 # endif
11340 # endif
11341 # endif
11342 #endif
11343
11344 /* When -fvisbility=hidden is used, assume the code has been annotated
11345 correspondingly for the symbols needed. */
11346 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11347 void fnord () __attribute__((visibility("default")));
11348 #endif
11349
11350 void fnord () { int i=42; }
11351 int main ()
11352 {
11353 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11354 int status = $lt_dlunknown;
11355
11356 if (self)
11357 {
11358 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11359 else
11360 {
11361 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11362 else puts (dlerror ());
11363 }
11364 /* dlclose (self); */
11365 }
11366 else
11367 puts (dlerror ());
11368
11369 return status;
11370 }
11371 _LT_EOF
11372 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11373 (eval $ac_link) 2>&5
11374 ac_status=$?
11375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11376 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11377 (./conftest; exit; ) >&5 2>/dev/null
11378 lt_status=$?
11379 case x$lt_status in
11380 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11381 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11382 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11383 esac
11384 else :
11385 # compilation failed
11386 lt_cv_dlopen_self_static=no
11387 fi
11388 fi
11389 rm -fr conftest*
11390
11391
11392 fi
11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11394 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11395 fi
11396
11397 CPPFLAGS="$save_CPPFLAGS"
11398 LDFLAGS="$save_LDFLAGS"
11399 LIBS="$save_LIBS"
11400 ;;
11401 esac
11402
11403 case $lt_cv_dlopen_self in
11404 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11405 *) enable_dlopen_self=unknown ;;
11406 esac
11407
11408 case $lt_cv_dlopen_self_static in
11409 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11410 *) enable_dlopen_self_static=unknown ;;
11411 esac
11412 fi
11413
11414
11415
11416
11417
11418
11419
11420
11421
11422
11423
11424
11425
11426
11427
11428
11429
11430 striplib=
11431 old_striplib=
11432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11433 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11434 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11435 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11436 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11438 $as_echo "yes" >&6; }
11439 else
11440 # FIXME - insert some real tests, host_os isn't really good enough
11441 case $host_os in
11442 darwin*)
11443 if test -n "$STRIP" ; then
11444 striplib="$STRIP -x"
11445 old_striplib="$STRIP -S"
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11447 $as_echo "yes" >&6; }
11448 else
11449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11450 $as_echo "no" >&6; }
11451 fi
11452 ;;
11453 *)
11454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11455 $as_echo "no" >&6; }
11456 ;;
11457 esac
11458 fi
11459
11460
11461
11462
11463
11464
11465
11466
11467
11468
11469
11470
11471 # Report which library types will actually be built
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11473 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11475 $as_echo "$can_build_shared" >&6; }
11476
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11478 $as_echo_n "checking whether to build shared libraries... " >&6; }
11479 test "$can_build_shared" = "no" && enable_shared=no
11480
11481 # On AIX, shared libraries and static libraries use the same namespace, and
11482 # are all built from PIC.
11483 case $host_os in
11484 aix3*)
11485 test "$enable_shared" = yes && enable_static=no
11486 if test -n "$RANLIB"; then
11487 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11488 postinstall_cmds='$RANLIB $lib'
11489 fi
11490 ;;
11491
11492 aix[4-9]*)
11493 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11494 test "$enable_shared" = yes && enable_static=no
11495 fi
11496 ;;
11497 esac
11498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11499 $as_echo "$enable_shared" >&6; }
11500
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11502 $as_echo_n "checking whether to build static libraries... " >&6; }
11503 # Make sure either enable_shared or enable_static is yes.
11504 test "$enable_shared" = yes || enable_static=yes
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11506 $as_echo "$enable_static" >&6; }
11507
11508
11509
11510
11511 fi
11512 ac_ext=c
11513 ac_cpp='$CPP $CPPFLAGS'
11514 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11515 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11516 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11517
11518 CC="$lt_save_CC"
11519
11520
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530
11531
11532 ac_config_commands="$ac_config_commands libtool"
11533
11534
11535
11536
11537 # Only expand once:
11538
11539
11540
11541 # Check whether --enable-targets was given.
11542 if test "${enable_targets+set}" = set; then :
11543 enableval=$enable_targets; case "${enableval}" in
11544 yes | "") as_fn_error "enable-targets option must specify target names or 'all'" "$LINENO" 5
11545 ;;
11546 no) enable_targets= ;;
11547 *) enable_targets=$enableval ;;
11548 esac
11549 fi
11550
11551 ac_checking=yes
11552 if grep '^RELEASE=y' ${srcdir}/../bfd/Makefile.am >/dev/null 2>/dev/null ; then
11553 ac_checking=
11554 fi
11555 # Check whether --enable-checking was given.
11556 if test "${enable_checking+set}" = set; then :
11557 enableval=$enable_checking; case "${enableval}" in
11558 no|none) ac_checking= ;;
11559 *) ac_checking=yes ;;
11560 esac
11561 fi
11562 if test x$ac_checking != x ; then
11563
11564 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11565
11566 fi
11567
11568 using_cgen=no
11569
11570
11571 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11573 /* end confdefs.h. */
11574 __GNUC__
11575 _ACEOF
11576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11577 $EGREP "^[0-3]$" >/dev/null 2>&1; then :
11578
11579 else
11580 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11581 fi
11582 rm -f conftest*
11583
11584
11585 # Check whether --enable-werror was given.
11586 if test "${enable_werror+set}" = set; then :
11587 enableval=$enable_werror; case "${enableval}" in
11588 yes | y) ERROR_ON_WARNING="yes" ;;
11589 no | n) ERROR_ON_WARNING="no" ;;
11590 *) as_fn_error "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11591 esac
11592 fi
11593
11594
11595 # Disable -Wformat by default when using gcc on mingw
11596 case "${host}" in
11597 *-*-mingw32*)
11598 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11599 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11600 fi
11601 ;;
11602 *) ;;
11603 esac
11604
11605 # Enable -Werror by default when using gcc
11606 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11607 ERROR_ON_WARNING=yes
11608 fi
11609
11610 NO_WERROR=
11611 if test "${ERROR_ON_WARNING}" = yes ; then
11612 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11613 NO_WERROR="-Wno-error"
11614 fi
11615
11616 if test "${GCC}" = yes ; then
11617 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11618 fi
11619
11620 # Check whether --enable-build-warnings was given.
11621 if test "${enable_build_warnings+set}" = set; then :
11622 enableval=$enable_build_warnings; case "${enableval}" in
11623 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}";;
11624 no) if test "${GCC}" = yes ; then
11625 WARN_CFLAGS="-w"
11626 fi;;
11627 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11628 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}";;
11629 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11630 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}";;
11631 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11632 esac
11633 fi
11634
11635
11636 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11637 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11638 fi
11639
11640
11641
11642
11643
11644 # Generate a header file
11645 ac_config_headers="$ac_config_headers config.h:config.in"
11646
11647
11648 # PR 14072
11649
11650
11651 # If we are on a DOS filesystem, we must use gdb.ini rather than
11652 # .gdbinit.
11653 case "${host}" in
11654 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11655 GDBINIT="gdb.ini"
11656 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11657
11658 ;;
11659 *)
11660 GDBINIT=".gdbinit"
11661 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11662
11663 ;;
11664 esac
11665
11666
11667 #We need this for the host. BOUT header is in host order.
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11669 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11670 if test "${ac_cv_c_bigendian+set}" = set; then :
11671 $as_echo_n "(cached) " >&6
11672 else
11673 ac_cv_c_bigendian=unknown
11674 # See if we're dealing with a universal compiler.
11675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11676 /* end confdefs.h. */
11677 #ifndef __APPLE_CC__
11678 not a universal capable compiler
11679 #endif
11680 typedef int dummy;
11681
11682 _ACEOF
11683 if ac_fn_c_try_compile "$LINENO"; then :
11684
11685 # Check for potential -arch flags. It is not universal unless
11686 # there are at least two -arch flags with different values.
11687 ac_arch=
11688 ac_prev=
11689 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11690 if test -n "$ac_prev"; then
11691 case $ac_word in
11692 i?86 | x86_64 | ppc | ppc64)
11693 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11694 ac_arch=$ac_word
11695 else
11696 ac_cv_c_bigendian=universal
11697 break
11698 fi
11699 ;;
11700 esac
11701 ac_prev=
11702 elif test "x$ac_word" = "x-arch"; then
11703 ac_prev=arch
11704 fi
11705 done
11706 fi
11707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11708 if test $ac_cv_c_bigendian = unknown; then
11709 # See if sys/param.h defines the BYTE_ORDER macro.
11710 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11711 /* end confdefs.h. */
11712 #include <sys/types.h>
11713 #include <sys/param.h>
11714
11715 int
11716 main ()
11717 {
11718 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11719 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11720 && LITTLE_ENDIAN)
11721 bogus endian macros
11722 #endif
11723
11724 ;
11725 return 0;
11726 }
11727 _ACEOF
11728 if ac_fn_c_try_compile "$LINENO"; then :
11729 # It does; now see whether it defined to BIG_ENDIAN or not.
11730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11731 /* end confdefs.h. */
11732 #include <sys/types.h>
11733 #include <sys/param.h>
11734
11735 int
11736 main ()
11737 {
11738 #if BYTE_ORDER != BIG_ENDIAN
11739 not big endian
11740 #endif
11741
11742 ;
11743 return 0;
11744 }
11745 _ACEOF
11746 if ac_fn_c_try_compile "$LINENO"; then :
11747 ac_cv_c_bigendian=yes
11748 else
11749 ac_cv_c_bigendian=no
11750 fi
11751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11752 fi
11753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11754 fi
11755 if test $ac_cv_c_bigendian = unknown; then
11756 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11758 /* end confdefs.h. */
11759 #include <limits.h>
11760
11761 int
11762 main ()
11763 {
11764 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11765 bogus endian macros
11766 #endif
11767
11768 ;
11769 return 0;
11770 }
11771 _ACEOF
11772 if ac_fn_c_try_compile "$LINENO"; then :
11773 # It does; now see whether it defined to _BIG_ENDIAN or not.
11774 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11775 /* end confdefs.h. */
11776 #include <limits.h>
11777
11778 int
11779 main ()
11780 {
11781 #ifndef _BIG_ENDIAN
11782 not big endian
11783 #endif
11784
11785 ;
11786 return 0;
11787 }
11788 _ACEOF
11789 if ac_fn_c_try_compile "$LINENO"; then :
11790 ac_cv_c_bigendian=yes
11791 else
11792 ac_cv_c_bigendian=no
11793 fi
11794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11795 fi
11796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11797 fi
11798 if test $ac_cv_c_bigendian = unknown; then
11799 # Compile a test program.
11800 if test "$cross_compiling" = yes; then :
11801 # Try to guess by grepping values from an object file.
11802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11803 /* end confdefs.h. */
11804 short int ascii_mm[] =
11805 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11806 short int ascii_ii[] =
11807 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11808 int use_ascii (int i) {
11809 return ascii_mm[i] + ascii_ii[i];
11810 }
11811 short int ebcdic_ii[] =
11812 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11813 short int ebcdic_mm[] =
11814 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11815 int use_ebcdic (int i) {
11816 return ebcdic_mm[i] + ebcdic_ii[i];
11817 }
11818 extern int foo;
11819
11820 int
11821 main ()
11822 {
11823 return use_ascii (foo) == use_ebcdic (foo);
11824 ;
11825 return 0;
11826 }
11827 _ACEOF
11828 if ac_fn_c_try_compile "$LINENO"; then :
11829 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11830 ac_cv_c_bigendian=yes
11831 fi
11832 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11833 if test "$ac_cv_c_bigendian" = unknown; then
11834 ac_cv_c_bigendian=no
11835 else
11836 # finding both strings is unlikely to happen, but who knows?
11837 ac_cv_c_bigendian=unknown
11838 fi
11839 fi
11840 fi
11841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11842 else
11843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11844 /* end confdefs.h. */
11845 $ac_includes_default
11846 int
11847 main ()
11848 {
11849
11850 /* Are we little or big endian? From Harbison&Steele. */
11851 union
11852 {
11853 long int l;
11854 char c[sizeof (long int)];
11855 } u;
11856 u.l = 1;
11857 return u.c[sizeof (long int) - 1] == 1;
11858
11859 ;
11860 return 0;
11861 }
11862 _ACEOF
11863 if ac_fn_c_try_run "$LINENO"; then :
11864 ac_cv_c_bigendian=no
11865 else
11866 ac_cv_c_bigendian=yes
11867 fi
11868 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11869 conftest.$ac_objext conftest.beam conftest.$ac_ext
11870 fi
11871
11872 fi
11873 fi
11874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11875 $as_echo "$ac_cv_c_bigendian" >&6; }
11876 case $ac_cv_c_bigendian in #(
11877 yes)
11878 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11879 ;; #(
11880 no)
11881 ;; #(
11882 universal)
11883
11884 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11885
11886 ;; #(
11887 *)
11888 as_fn_error "unknown endianness
11889 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11890 esac
11891
11892
11893 te_file=generic
11894
11895 # Makefile target for installing gas in $(tooldir)/bin.
11896 install_tooldir=install-exec-tooldir
11897
11898 canon_targets=""
11899 all_targets=no
11900 if test -n "$enable_targets" ; then
11901 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11902 if test $t = "all"; then
11903 all_targets=yes
11904 continue
11905 fi
11906 result=`$ac_config_sub $t 2>/dev/null`
11907 if test -n "$result" ; then
11908 canon_targets="$canon_targets $result"
11909 # else
11910 # # Permit "all", etc. We don't support it yet though.
11911 # canon_targets="$canon_targets $t"
11912 fi
11913 done
11914 _gas_uniq_list="$canon_targets"
11915 _gas_uniq_newlist=""
11916 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11917 case $_gas_uniq_i in
11918 _gas_uniq_dummy) ;;
11919 *) case " $_gas_uniq_newlist " in
11920 *" $_gas_uniq_i "*) ;;
11921 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11922 esac ;;
11923 esac
11924 done
11925 canon_targets=$_gas_uniq_newlist
11926
11927 fi
11928
11929 emulations=""
11930
11931 for this_target in $target $canon_targets ; do
11932
11933 targ=${this_target}
11934 . ${srcdir}/configure.tgt
11935
11936 case ${target_cpu} in
11937 crisv32)
11938
11939 cat >>confdefs.h <<_ACEOF
11940 #define DEFAULT_CRIS_ARCH $arch
11941 _ACEOF
11942
11943 ;;
11944 esac
11945
11946 if test ${this_target} = $target ; then
11947 target_cpu_type=${cpu_type}
11948 elif test ${target_cpu_type} != ${cpu_type} ; then
11949 continue
11950 fi
11951
11952 generic_target=${cpu_type}-${target_vendor}-${target_os}
11953 case ${generic_target} in
11954 i386-*-sco3.2v5*)
11955 if test ${this_target} = $target; then
11956
11957 $as_echo "#define SCO_ELF 1" >>confdefs.h
11958
11959 fi
11960 ;;
11961
11962 i386-*-msdosdjgpp* \
11963 | i386-*-go32* \
11964 | i386-go32-rtems*)
11965
11966 $as_echo "#define STRICTCOFF 1" >>confdefs.h
11967
11968 ;;
11969
11970 i860-*-*)
11971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&5
11972 $as_echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a work in progress" >&2;}
11973 ;;
11974
11975 microblaze*)
11976 ;;
11977
11978 mips-sony-bsd*)
11979 ;;
11980 mips-*-bsd*)
11981 as_fn_error "Unknown vendor for mips-bsd configuration." "$LINENO" 5
11982 ;;
11983
11984 ppc-*-aix[5-9].*)
11985
11986 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
11987
11988 ;;
11989 ppc-*-linux-*)
11990 case "$endian" in
11991 big) ;;
11992 *) as_fn_error "GNU/Linux must be configured big endian" "$LINENO" 5 ;;
11993 esac
11994 ;;
11995 ppc-*-solaris*)
11996 if test ${this_target} = $target; then
11997
11998 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
11999
12000 fi
12001 if test x${endian} = xbig; then
12002 as_fn_error "Solaris must be configured little endian" "$LINENO" 5
12003 fi
12004 ;;
12005
12006 sh*-*-symbianelf*)
12007
12008 $as_echo "#define TARGET_SYMBIAN 1" >>confdefs.h
12009
12010 ;;
12011 esac
12012
12013 if test ${this_target} = $target ; then
12014 endian_def=
12015 if test x${endian} = xbig; then
12016 endian_def=1
12017 elif test x${endian} = xlittle; then
12018 endian_def=0
12019 fi
12020 if test x${endian_def} != x; then
12021
12022 cat >>confdefs.h <<_ACEOF
12023 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12024 _ACEOF
12025
12026 fi
12027 fi
12028
12029 # Other random stuff.
12030
12031 case ${cpu_type} in
12032 mips)
12033 # Set mips_cpu to the name of the default CPU.
12034 case ${target_cpu} in
12035 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12036 mips_cpu=from-abi
12037 ;;
12038 mipsisa32 | mipsisa32el)
12039 mips_cpu=mips32
12040 ;;
12041 mipsisa32r2 | mipsisa32r2el)
12042 mips_cpu=mips32r2
12043 ;;
12044 mipsisa64 | mipsisa64el)
12045 mips_cpu=mips64
12046 ;;
12047 mipsisa64r2 | mipsisa64r2el)
12048 mips_cpu=mips64r2
12049 ;;
12050 mipstx39 | mipstx39el)
12051 mips_cpu=r3900
12052 ;;
12053 mips64vr | mips64vrel)
12054 mips_cpu=vr4100
12055 ;;
12056 mipsisa32r2* | mipsisa64r2*)
12057 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12058 ;;
12059 mips64* | mipsisa64* | mipsisa32*)
12060 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12061 ;;
12062 *)
12063 as_fn_error "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12064 ;;
12065 esac
12066 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12067 # binaries. It's a GNU extension that some OSes don't understand.
12068 # The value only matters on ELF targets.
12069 case ${target} in
12070 *-*-irix*)
12071 use_e_mips_abi_o32=0
12072 ;;
12073 *)
12074 use_e_mips_abi_o32=1
12075 ;;
12076 esac
12077 # Decide whether to generate 32-bit or 64-bit code by default.
12078 # Used to resolve -march=from-abi when an embedded ABI is selected.
12079 case ${target} in
12080 mips64*-*-* | mipsisa64*-*-*)
12081 mips_default_64bit=1
12082 ;;
12083 *)
12084 mips_default_64bit=0
12085 ;;
12086 esac
12087 # Decide which ABI to target by default.
12088 case ${target} in
12089 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* | mips64*-kfreebsd*-gnu)
12090 mips_default_abi=N32_ABI
12091 ;;
12092 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12093 mips_default_abi=O32_ABI
12094 ;;
12095 mips64*-openbsd*)
12096 mips_default_abi=N64_ABI
12097 ;;
12098 *)
12099 mips_default_abi=NO_ABI
12100 ;;
12101 esac
12102
12103 cat >>confdefs.h <<_ACEOF
12104 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12105 _ACEOF
12106
12107
12108 cat >>confdefs.h <<_ACEOF
12109 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12110 _ACEOF
12111
12112
12113 cat >>confdefs.h <<_ACEOF
12114 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12115 _ACEOF
12116
12117
12118 cat >>confdefs.h <<_ACEOF
12119 #define MIPS_DEFAULT_ABI $mips_default_abi
12120 _ACEOF
12121
12122 ;;
12123 esac
12124
12125 # Do we need the opcodes library?
12126 case ${cpu_type} in
12127 vax | tic30)
12128 ;;
12129
12130 *)
12131 need_opcodes=yes
12132
12133 case "${enable_shared}" in
12134 yes) shared_opcodes=true ;;
12135 *opcodes*) shared_opcodes=true ;;
12136 *) shared_opcodes=false ;;
12137 esac
12138 ;;
12139 esac
12140
12141 # Any other special object files needed ?
12142 case ${cpu_type} in
12143
12144 bfin)
12145 echo ${extra_objects} | grep -s "bfin-parse.o"
12146 if test $? -ne 0 ; then
12147 extra_objects="$extra_objects bfin-parse.o"
12148 fi
12149
12150 echo ${extra_objects} | grep -s "bfin-lex-wrapper.o"
12151 if test $? -ne 0 ; then
12152 extra_objects="$extra_objects bfin-lex-wrapper.o"
12153 fi
12154 ;;
12155
12156 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | openrisc)
12157 using_cgen=yes
12158 ;;
12159
12160 m32c)
12161 using_cgen=yes
12162 ;;
12163 frv)
12164 using_cgen=yes
12165 ;;
12166 m68k)
12167 case ${extra_objects} in
12168 *m68k-parse.o*) ;;
12169 *) extra_objects="$extra_objects m68k-parse.o" ;;
12170 esac
12171 ;;
12172
12173 mep)
12174 using_cgen=yes
12175 ;;
12176
12177 mips)
12178 echo ${extra_objects} | grep -s "itbl-parse.o"
12179 if test $? -ne 0 ; then
12180 extra_objects="$extra_objects itbl-parse.o"
12181 fi
12182
12183 echo ${extra_objects} | grep -s "itbl-lex-wrapper.o"
12184 if test $? -ne 0 ; then
12185 extra_objects="$extra_objects itbl-lex-wrapper.o"
12186 fi
12187
12188 echo ${extra_objects} | grep -s "itbl-ops.o"
12189 if test $? -ne 0 ; then
12190 extra_objects="$extra_objects itbl-ops.o"
12191 fi
12192 ;;
12193
12194 mt)
12195 using_cgen=yes
12196 ;;
12197
12198 i386 | s390 | sparc)
12199 if test $this_target = $target ; then
12200
12201 cat >>confdefs.h <<_ACEOF
12202 #define DEFAULT_ARCH "${arch}"
12203 _ACEOF
12204
12205 fi
12206 ;;
12207
12208 rl78)
12209 echo ${extra_objects} | grep -s "rl78-parse.o"
12210 if test $? -ne 0 ; then
12211 extra_objects="$extra_objects rl78-parse.o"
12212 fi
12213 ;;
12214
12215 rx)
12216 echo ${extra_objects} | grep -s "rx-parse.o"
12217 if test $? -ne 0 ; then
12218 extra_objects="$extra_objects rx-parse.o"
12219 fi
12220 ;;
12221
12222 xstormy16)
12223 using_cgen=yes
12224 ;;
12225
12226 xc16x)
12227 using_cgen=yes
12228 ;;
12229
12230 xtensa)
12231 echo ${extra_objects} | grep -s "xtensa-relax.o"
12232 if test $? -ne 0 ; then
12233 extra_objects="$extra_objects xtensa-relax.o"
12234 fi
12235 ;;
12236
12237 *)
12238 ;;
12239 esac
12240
12241 if test $using_cgen = yes ; then
12242 case "x${extra_objects}" in
12243 *cgen.o*) ;;
12244 *) extra_objects="$extra_objects cgen.o" ;;
12245 esac
12246 fi
12247
12248 # See if we really can support this configuration with the emulation code.
12249
12250 if test $this_target = $target ; then
12251 obj_format=$fmt
12252 te_file=$em
12253 fi
12254
12255 case ${te_file} in
12256 vms) extra_objects="$extra_objects te-vms.o" ;;
12257 esac
12258
12259 # From target name and format, produce a list of supported emulations.
12260
12261 case ${generic_target}-${fmt} in
12262 mips-*-irix5*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12263 mips*-*-linux*-* | mips*-*-freebsd* | mips*-*-kfreebsd*-gnu)
12264 case "$endian" in
12265 big) emulation="mipsbelf mipslelf mipself" ;;
12266 *) emulation="mipslelf mipsbelf mipself" ;;
12267 esac ;;
12268 mips-*-lnews*-ecoff) ;;
12269 mips-*-*-ecoff) case "$endian" in
12270 big) emulation="mipsbecoff mipslecoff mipsecoff" ;;
12271 *) emulation="mipslecoff mipsbecoff mipsecoff" ;;
12272 esac ;;
12273 mips-*-*-elf) case "$endian" in
12274 big) emulation="mipsbelf mipslelf mipself" ;;
12275 *) emulation="mipslelf mipsbelf mipself" ;;
12276 esac ;;
12277 mips-*-sysv4*MP*-*) emulation="mipsbelf mipslelf mipself mipsbecoff mipslecoff mipsecoff" ;;
12278 # i386-pc-pe-coff != i386-pc-coff.
12279 i386-*-pe-coff) ;;
12280 # Uncommenting the next line will turn on support for i386 AOUT
12281 # for the default linux configuration
12282 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12283 #
12284 i386-*-aout) emulation="i386aout" ;;
12285 i386-*-coff) emulation="i386coff" ;;
12286 i386-*-elf) emulation="i386elf" ;;
12287
12288 # Always all formats. The first stated emulation becomes the default.
12289 cris-*-*aout*) emulation="crisaout criself" ;;
12290 cris-*-*) emulation="criself crisaout" ;;
12291 esac
12292
12293 emulations="$emulations $emulation"
12294
12295 done
12296
12297 # Turn on all targets if possible
12298 if test ${all_targets} = "yes"; then
12299 case ${target_cpu_type} in
12300 i386)
12301 case ${obj_format} in
12302 aout)
12303 emulations="$emulations i386coff i386elf"
12304 ;;
12305 coff)
12306 emulations="$emulations i386aout i386elf"
12307 ;;
12308 elf)
12309 emulations="$emulations i386aout i386coff"
12310 ;;
12311 esac
12312 ;;
12313 x86_64)
12314 case ${obj_format} in
12315 aout)
12316 emulations="$emulations i386coff i386elf"
12317 ;;
12318 coff)
12319 emulations="$emulations i386aout i386elf"
12320 ;;
12321 elf)
12322 emulations="$emulations i386aout i386coff"
12323 ;;
12324 esac
12325 ;;
12326 esac
12327 fi
12328
12329 # PE code has way too many macros tweaking behaviour
12330 case ${te_file} in
12331 pe*) emulations="" ;;
12332 esac
12333
12334 # Assign floating point type. Most processors with FP support
12335 # IEEE FP. On those that don't support FP at all, usually IEEE
12336 # is emulated.
12337 case ${target_cpu} in
12338 vax | pdp11 ) atof=vax ;;
12339 *) atof=ieee ;;
12340 esac
12341
12342 case "${obj_format}" in
12343 "") as_fn_error "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12344 esac
12345
12346 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12347 cgen_cpu_prefix=""
12348 if test $using_cgen = yes ; then
12349 case ${target_cpu} in
12350 *) cgen_cpu_prefix=${target_cpu} ;;
12351 esac
12352
12353
12354 $as_echo "#define USING_CGEN 1" >>confdefs.h
12355
12356 fi
12357
12358
12359 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12360 as_fn_error "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12361 fi
12362
12363 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12364 as_fn_error "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12365 fi
12366
12367 # Some COFF configurations want these random other flags set.
12368 case ${obj_format} in
12369 coff)
12370 case ${target_cpu_type} in
12371 i386)
12372 $as_echo "#define I386COFF 1" >>confdefs.h
12373 ;;
12374 m68k)
12375 $as_echo "#define M68KCOFF 1" >>confdefs.h
12376 ;;
12377 m88k)
12378 $as_echo "#define M88KCOFF 1" >>confdefs.h
12379 ;;
12380 x86_64)
12381 $as_echo "#define I386COFF 1" >>confdefs.h
12382 ;;
12383 esac
12384 ;;
12385 esac
12386
12387 # Getting this done right is going to be a bitch. Each configuration specified
12388 # with --enable-targets=... should be checked for environment, format, cpu
12389 # setting.
12390 #
12391 # For each configuration, the necessary object file support code must be linked
12392 # in. This might be only one, it might be up to four. The necessary emulation
12393 # code needs to be provided, too.
12394 #
12395 # And then there's "--enable-targets=all"....
12396 #
12397 # For now, just always do it for MIPS ELF or ECOFF configurations. Sigh.
12398
12399 formats="${obj_format}"
12400 emfiles=""
12401 EMULATIONS=""
12402 _gas_uniq_list="$emulations"
12403 _gas_uniq_newlist=""
12404 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12405 case $_gas_uniq_i in
12406 _gas_uniq_dummy) ;;
12407 *) case " $_gas_uniq_newlist " in
12408 *" $_gas_uniq_i "*) ;;
12409 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12410 esac ;;
12411 esac
12412 done
12413 emulations=$_gas_uniq_newlist
12414
12415 for em in . $emulations ; do
12416 case $em in
12417 .) continue ;;
12418 mipsbelf | mipslelf | mipself)
12419 fmt=elf file=mipself ;;
12420 mipsbecoff | mipslecoff | mipsecoff)
12421 fmt=ecoff file=mipsecoff ;;
12422 *coff)
12423 fmt=coff file=$em ;;
12424 *aout)
12425 fmt=aout file=$em ;;
12426 *elf)
12427 fmt=elf file=$em ;;
12428 esac
12429 formats="$formats $fmt"
12430 emfiles="$emfiles e-$file.o"
12431 EMULATIONS="$EMULATIONS &$em,"
12432 done
12433 _gas_uniq_list="$formats"
12434 _gas_uniq_newlist=""
12435 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12436 case $_gas_uniq_i in
12437 _gas_uniq_dummy) ;;
12438 *) case " $_gas_uniq_newlist " in
12439 *" $_gas_uniq_i "*) ;;
12440 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12441 esac ;;
12442 esac
12443 done
12444 formats=$_gas_uniq_newlist
12445
12446 _gas_uniq_list="$emfiles"
12447 _gas_uniq_newlist=""
12448 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12449 case $_gas_uniq_i in
12450 _gas_uniq_dummy) ;;
12451 *) case " $_gas_uniq_newlist " in
12452 *" $_gas_uniq_i "*) ;;
12453 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12454 esac ;;
12455 esac
12456 done
12457 emfiles=$_gas_uniq_newlist
12458
12459 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12460 for fmt in $formats ; do
12461 case $fmt in
12462 aout)
12463 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12464 ;;
12465 bout)
12466 $as_echo "#define OBJ_MAYBE_BOUT 1" >>confdefs.h
12467 ;;
12468 coff)
12469 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12470 ;;
12471 ecoff)
12472 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12473 ;;
12474 elf)
12475 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12476 ;;
12477 generic)
12478 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12479 ;;
12480 som)
12481 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12482 ;;
12483 esac
12484 extra_objects="$extra_objects obj-$fmt.o"
12485 done
12486 obj_format=multi
12487 fi
12488 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12489 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12490 # e-mips* has more than one emulation per file, e-i386* has just one at the
12491 # moment. If only one emulation is specified, then don't define
12492 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12493 case "${obj_format}${emfiles}" in
12494 multi* | *mips*)
12495 extra_objects="$extra_objects $emfiles"
12496
12497 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12498 ;;
12499 esac
12500 fi
12501
12502
12503 cat >>confdefs.h <<_ACEOF
12504 #define EMULATIONS $EMULATIONS
12505 _ACEOF
12506
12507
12508 cat >>confdefs.h <<_ACEOF
12509 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12510 _ACEOF
12511
12512
12513 reject_dev_configs=yes
12514
12515 case ${reject_dev_configs}-${dev} in
12516 yes-yes) # Oops.
12517 as_fn_error "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12518 ;;
12519 esac
12520
12521
12522
12523
12524
12525
12526
12527 # do we need the opcodes library?
12528 case "${need_opcodes}" in
12529 yes)
12530 OPCODES_LIB=../opcodes/libopcodes.la
12531 ;;
12532 esac
12533
12534
12535
12536
12537 cat >>confdefs.h <<_ACEOF
12538 #define TARGET_ALIAS "${target_alias}"
12539 _ACEOF
12540
12541
12542 cat >>confdefs.h <<_ACEOF
12543 #define TARGET_CANONICAL "${target}"
12544 _ACEOF
12545
12546
12547 cat >>confdefs.h <<_ACEOF
12548 #define TARGET_CPU "${target_cpu}"
12549 _ACEOF
12550
12551
12552 cat >>confdefs.h <<_ACEOF
12553 #define TARGET_VENDOR "${target_vendor}"
12554 _ACEOF
12555
12556
12557 cat >>confdefs.h <<_ACEOF
12558 #define TARGET_OS "${target_os}"
12559 _ACEOF
12560
12561
12562 for ac_prog in 'bison -y' byacc
12563 do
12564 # Extract the first word of "$ac_prog", so it can be a program name with args.
12565 set dummy $ac_prog; ac_word=$2
12566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12567 $as_echo_n "checking for $ac_word... " >&6; }
12568 if test "${ac_cv_prog_YACC+set}" = set; then :
12569 $as_echo_n "(cached) " >&6
12570 else
12571 if test -n "$YACC"; then
12572 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12573 else
12574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12575 for as_dir in $PATH
12576 do
12577 IFS=$as_save_IFS
12578 test -z "$as_dir" && as_dir=.
12579 for ac_exec_ext in '' $ac_executable_extensions; do
12580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12581 ac_cv_prog_YACC="$ac_prog"
12582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12583 break 2
12584 fi
12585 done
12586 done
12587 IFS=$as_save_IFS
12588
12589 fi
12590 fi
12591 YACC=$ac_cv_prog_YACC
12592 if test -n "$YACC"; then
12593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12594 $as_echo "$YACC" >&6; }
12595 else
12596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12597 $as_echo "no" >&6; }
12598 fi
12599
12600
12601 test -n "$YACC" && break
12602 done
12603 test -n "$YACC" || YACC="yacc"
12604
12605 for ac_prog in flex lex
12606 do
12607 # Extract the first word of "$ac_prog", so it can be a program name with args.
12608 set dummy $ac_prog; ac_word=$2
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12610 $as_echo_n "checking for $ac_word... " >&6; }
12611 if test "${ac_cv_prog_LEX+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12613 else
12614 if test -n "$LEX"; then
12615 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12616 else
12617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12618 for as_dir in $PATH
12619 do
12620 IFS=$as_save_IFS
12621 test -z "$as_dir" && as_dir=.
12622 for ac_exec_ext in '' $ac_executable_extensions; do
12623 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12624 ac_cv_prog_LEX="$ac_prog"
12625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12626 break 2
12627 fi
12628 done
12629 done
12630 IFS=$as_save_IFS
12631
12632 fi
12633 fi
12634 LEX=$ac_cv_prog_LEX
12635 if test -n "$LEX"; then
12636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12637 $as_echo "$LEX" >&6; }
12638 else
12639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12640 $as_echo "no" >&6; }
12641 fi
12642
12643
12644 test -n "$LEX" && break
12645 done
12646 test -n "$LEX" || LEX=":"
12647
12648 if test "x$LEX" != "x:"; then
12649 cat >conftest.l <<_ACEOF
12650 %%
12651 a { ECHO; }
12652 b { REJECT; }
12653 c { yymore (); }
12654 d { yyless (1); }
12655 e { yyless (input () != 0); }
12656 f { unput (yytext[0]); }
12657 . { BEGIN INITIAL; }
12658 %%
12659 #ifdef YYTEXT_POINTER
12660 extern char *yytext;
12661 #endif
12662 int
12663 main (void)
12664 {
12665 return ! yylex () + ! yywrap ();
12666 }
12667 _ACEOF
12668 { { ac_try="$LEX conftest.l"
12669 case "(($ac_try" in
12670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12671 *) ac_try_echo=$ac_try;;
12672 esac
12673 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12674 $as_echo "$ac_try_echo"; } >&5
12675 (eval "$LEX conftest.l") 2>&5
12676 ac_status=$?
12677 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12678 test $ac_status = 0; }
12679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12680 $as_echo_n "checking lex output file root... " >&6; }
12681 if test "${ac_cv_prog_lex_root+set}" = set; then :
12682 $as_echo_n "(cached) " >&6
12683 else
12684
12685 if test -f lex.yy.c; then
12686 ac_cv_prog_lex_root=lex.yy
12687 elif test -f lexyy.c; then
12688 ac_cv_prog_lex_root=lexyy
12689 else
12690 as_fn_error "cannot find output from $LEX; giving up" "$LINENO" 5
12691 fi
12692 fi
12693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12694 $as_echo "$ac_cv_prog_lex_root" >&6; }
12695 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12696
12697 if test -z "${LEXLIB+set}"; then
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12699 $as_echo_n "checking lex library... " >&6; }
12700 if test "${ac_cv_lib_lex+set}" = set; then :
12701 $as_echo_n "(cached) " >&6
12702 else
12703
12704 ac_save_LIBS=$LIBS
12705 ac_cv_lib_lex='none needed'
12706 for ac_lib in '' -lfl -ll; do
12707 LIBS="$ac_lib $ac_save_LIBS"
12708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12709 /* end confdefs.h. */
12710 `cat $LEX_OUTPUT_ROOT.c`
12711 _ACEOF
12712 if ac_fn_c_try_link "$LINENO"; then :
12713 ac_cv_lib_lex=$ac_lib
12714 fi
12715 rm -f core conftest.err conftest.$ac_objext \
12716 conftest$ac_exeext conftest.$ac_ext
12717 test "$ac_cv_lib_lex" != 'none needed' && break
12718 done
12719 LIBS=$ac_save_LIBS
12720
12721 fi
12722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12723 $as_echo "$ac_cv_lib_lex" >&6; }
12724 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12725 fi
12726
12727
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
12729 $as_echo_n "checking whether yytext is a pointer... " >&6; }
12730 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then :
12731 $as_echo_n "(cached) " >&6
12732 else
12733 # POSIX says lex can declare yytext either as a pointer or an array; the
12734 # default is implementation-dependent. Figure out which it is, since
12735 # not all implementations provide the %pointer and %array declarations.
12736 ac_cv_prog_lex_yytext_pointer=no
12737 ac_save_LIBS=$LIBS
12738 LIBS="$LEXLIB $ac_save_LIBS"
12739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12740 /* end confdefs.h. */
12741 #define YYTEXT_POINTER 1
12742 `cat $LEX_OUTPUT_ROOT.c`
12743 _ACEOF
12744 if ac_fn_c_try_link "$LINENO"; then :
12745 ac_cv_prog_lex_yytext_pointer=yes
12746 fi
12747 rm -f core conftest.err conftest.$ac_objext \
12748 conftest$ac_exeext conftest.$ac_ext
12749 LIBS=$ac_save_LIBS
12750
12751 fi
12752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
12753 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
12754 if test $ac_cv_prog_lex_yytext_pointer = yes; then
12755
12756 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
12757
12758 fi
12759 rm -f conftest.l $LEX_OUTPUT_ROOT.c
12760
12761 fi
12762 if test "$LEX" = :; then
12763 LEX=${am_missing_run}flex
12764 fi
12765
12766 ALL_LINGUAS="fr tr es rw id ru fi ja"
12767 # If we haven't got the data from the intl directory,
12768 # assume NLS is disabled.
12769 USE_NLS=no
12770 LIBINTL=
12771 LIBINTL_DEP=
12772 INCINTL=
12773 XGETTEXT=
12774 GMSGFMT=
12775 POSUB=
12776
12777 if test -f ../intl/config.intl; then
12778 . ../intl/config.intl
12779 fi
12780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12781 $as_echo_n "checking whether NLS is requested... " >&6; }
12782 if test x"$USE_NLS" != xyes; then
12783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12784 $as_echo "no" >&6; }
12785 else
12786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
12787 $as_echo "yes" >&6; }
12788
12789 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
12790
12791
12792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
12793 $as_echo_n "checking for catalogs to be installed... " >&6; }
12794 # Look for .po and .gmo files in the source directory.
12795 CATALOGS=
12796 XLINGUAS=
12797 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
12798 # If there aren't any .gmo files the shell will give us the
12799 # literal string "../path/to/srcdir/po/*.gmo" which has to be
12800 # weeded out.
12801 case "$cat" in *\**)
12802 continue;;
12803 esac
12804 # The quadruple backslash is collapsed to a double backslash
12805 # by the backticks, then collapsed again by the double quotes,
12806 # leaving us with one backslash in the sed expression (right
12807 # before the dot that mustn't act as a wildcard).
12808 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
12809 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
12810 # The user is allowed to set LINGUAS to a list of languages to
12811 # install catalogs for. If it's empty that means "all of them."
12812 if test "x$LINGUAS" = x; then
12813 CATALOGS="$CATALOGS $cat"
12814 XLINGUAS="$XLINGUAS $lang"
12815 else
12816 case "$LINGUAS" in *$lang*)
12817 CATALOGS="$CATALOGS $cat"
12818 XLINGUAS="$XLINGUAS $lang"
12819 ;;
12820 esac
12821 fi
12822 done
12823 LINGUAS="$XLINGUAS"
12824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
12825 $as_echo "$LINGUAS" >&6; }
12826
12827
12828 DATADIRNAME=share
12829
12830 INSTOBJEXT=.mo
12831
12832 GENCAT=gencat
12833
12834 CATOBJEXT=.gmo
12835
12836 fi
12837
12838 MKINSTALLDIRS=
12839 if test -n "$ac_aux_dir"; then
12840 case "$ac_aux_dir" in
12841 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
12842 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
12843 esac
12844 fi
12845 if test -z "$MKINSTALLDIRS"; then
12846 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
12847 fi
12848
12849
12850
12851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
12852 $as_echo_n "checking whether NLS is requested... " >&6; }
12853 # Check whether --enable-nls was given.
12854 if test "${enable_nls+set}" = set; then :
12855 enableval=$enable_nls; USE_NLS=$enableval
12856 else
12857 USE_NLS=yes
12858 fi
12859
12860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
12861 $as_echo "$USE_NLS" >&6; }
12862
12863
12864
12865
12866
12867
12868 # Prepare PATH_SEPARATOR.
12869 # The user is always right.
12870 if test "${PATH_SEPARATOR+set}" != set; then
12871 echo "#! /bin/sh" >conf$$.sh
12872 echo "exit 0" >>conf$$.sh
12873 chmod +x conf$$.sh
12874 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12875 PATH_SEPARATOR=';'
12876 else
12877 PATH_SEPARATOR=:
12878 fi
12879 rm -f conf$$.sh
12880 fi
12881
12882 # Find out how to test for executable files. Don't use a zero-byte file,
12883 # as systems may use methods other than mode bits to determine executability.
12884 cat >conf$$.file <<_ASEOF
12885 #! /bin/sh
12886 exit 0
12887 _ASEOF
12888 chmod +x conf$$.file
12889 if test -x conf$$.file >/dev/null 2>&1; then
12890 ac_executable_p="test -x"
12891 else
12892 ac_executable_p="test -f"
12893 fi
12894 rm -f conf$$.file
12895
12896 # Extract the first word of "msgfmt", so it can be a program name with args.
12897 set dummy msgfmt; ac_word=$2
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12899 $as_echo_n "checking for $ac_word... " >&6; }
12900 if test "${ac_cv_path_MSGFMT+set}" = set; then :
12901 $as_echo_n "(cached) " >&6
12902 else
12903 case "$MSGFMT" in
12904 [\\/]* | ?:[\\/]*)
12905 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
12906 ;;
12907 *)
12908 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
12909 for ac_dir in $PATH; do
12910 IFS="$ac_save_IFS"
12911 test -z "$ac_dir" && ac_dir=.
12912 for ac_exec_ext in '' $ac_executable_extensions; do
12913 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
12914 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
12915 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
12916 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
12917 break 2
12918 fi
12919 fi
12920 done
12921 done
12922 IFS="$ac_save_IFS"
12923 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
12924 ;;
12925 esac
12926 fi
12927 MSGFMT="$ac_cv_path_MSGFMT"
12928 if test "$MSGFMT" != ":"; then
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
12930 $as_echo "$MSGFMT" >&6; }
12931 else
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12933 $as_echo "no" >&6; }
12934 fi
12935
12936 # Extract the first word of "gmsgfmt", so it can be a program name with args.
12937 set dummy gmsgfmt; ac_word=$2
12938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12939 $as_echo_n "checking for $ac_word... " >&6; }
12940 if test "${ac_cv_path_GMSGFMT+set}" = set; then :
12941 $as_echo_n "(cached) " >&6
12942 else
12943 case $GMSGFMT in
12944 [\\/]* | ?:[\\/]*)
12945 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
12946 ;;
12947 *)
12948 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12949 for as_dir in $PATH
12950 do
12951 IFS=$as_save_IFS
12952 test -z "$as_dir" && as_dir=.
12953 for ac_exec_ext in '' $ac_executable_extensions; do
12954 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12955 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
12956 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12957 break 2
12958 fi
12959 done
12960 done
12961 IFS=$as_save_IFS
12962
12963 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
12964 ;;
12965 esac
12966 fi
12967 GMSGFMT=$ac_cv_path_GMSGFMT
12968 if test -n "$GMSGFMT"; then
12969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
12970 $as_echo "$GMSGFMT" >&6; }
12971 else
12972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12973 $as_echo "no" >&6; }
12974 fi
12975
12976
12977
12978
12979 # Prepare PATH_SEPARATOR.
12980 # The user is always right.
12981 if test "${PATH_SEPARATOR+set}" != set; then
12982 echo "#! /bin/sh" >conf$$.sh
12983 echo "exit 0" >>conf$$.sh
12984 chmod +x conf$$.sh
12985 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
12986 PATH_SEPARATOR=';'
12987 else
12988 PATH_SEPARATOR=:
12989 fi
12990 rm -f conf$$.sh
12991 fi
12992
12993 # Find out how to test for executable files. Don't use a zero-byte file,
12994 # as systems may use methods other than mode bits to determine executability.
12995 cat >conf$$.file <<_ASEOF
12996 #! /bin/sh
12997 exit 0
12998 _ASEOF
12999 chmod +x conf$$.file
13000 if test -x conf$$.file >/dev/null 2>&1; then
13001 ac_executable_p="test -x"
13002 else
13003 ac_executable_p="test -f"
13004 fi
13005 rm -f conf$$.file
13006
13007 # Extract the first word of "xgettext", so it can be a program name with args.
13008 set dummy xgettext; ac_word=$2
13009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13010 $as_echo_n "checking for $ac_word... " >&6; }
13011 if test "${ac_cv_path_XGETTEXT+set}" = set; then :
13012 $as_echo_n "(cached) " >&6
13013 else
13014 case "$XGETTEXT" in
13015 [\\/]* | ?:[\\/]*)
13016 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13017 ;;
13018 *)
13019 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13020 for ac_dir in $PATH; do
13021 IFS="$ac_save_IFS"
13022 test -z "$ac_dir" && ac_dir=.
13023 for ac_exec_ext in '' $ac_executable_extensions; do
13024 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13025 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13026 (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
13027 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13028 break 2
13029 fi
13030 fi
13031 done
13032 done
13033 IFS="$ac_save_IFS"
13034 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13035 ;;
13036 esac
13037 fi
13038 XGETTEXT="$ac_cv_path_XGETTEXT"
13039 if test "$XGETTEXT" != ":"; then
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13041 $as_echo "$XGETTEXT" >&6; }
13042 else
13043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13044 $as_echo "no" >&6; }
13045 fi
13046
13047 rm -f messages.po
13048
13049
13050 # Prepare PATH_SEPARATOR.
13051 # The user is always right.
13052 if test "${PATH_SEPARATOR+set}" != set; then
13053 echo "#! /bin/sh" >conf$$.sh
13054 echo "exit 0" >>conf$$.sh
13055 chmod +x conf$$.sh
13056 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13057 PATH_SEPARATOR=';'
13058 else
13059 PATH_SEPARATOR=:
13060 fi
13061 rm -f conf$$.sh
13062 fi
13063
13064 # Find out how to test for executable files. Don't use a zero-byte file,
13065 # as systems may use methods other than mode bits to determine executability.
13066 cat >conf$$.file <<_ASEOF
13067 #! /bin/sh
13068 exit 0
13069 _ASEOF
13070 chmod +x conf$$.file
13071 if test -x conf$$.file >/dev/null 2>&1; then
13072 ac_executable_p="test -x"
13073 else
13074 ac_executable_p="test -f"
13075 fi
13076 rm -f conf$$.file
13077
13078 # Extract the first word of "msgmerge", so it can be a program name with args.
13079 set dummy msgmerge; ac_word=$2
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13081 $as_echo_n "checking for $ac_word... " >&6; }
13082 if test "${ac_cv_path_MSGMERGE+set}" = set; then :
13083 $as_echo_n "(cached) " >&6
13084 else
13085 case "$MSGMERGE" in
13086 [\\/]* | ?:[\\/]*)
13087 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13088 ;;
13089 *)
13090 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13091 for ac_dir in $PATH; do
13092 IFS="$ac_save_IFS"
13093 test -z "$ac_dir" && ac_dir=.
13094 for ac_exec_ext in '' $ac_executable_extensions; do
13095 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13096 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13097 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13098 break 2
13099 fi
13100 fi
13101 done
13102 done
13103 IFS="$ac_save_IFS"
13104 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13105 ;;
13106 esac
13107 fi
13108 MSGMERGE="$ac_cv_path_MSGMERGE"
13109 if test "$MSGMERGE" != ":"; then
13110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13111 $as_echo "$MSGMERGE" >&6; }
13112 else
13113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13114 $as_echo "no" >&6; }
13115 fi
13116
13117
13118 if test "$GMSGFMT" != ":"; then
13119 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13120 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13121 : ;
13122 else
13123 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13125 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13126 GMSGFMT=":"
13127 fi
13128 fi
13129
13130 if test "$XGETTEXT" != ":"; then
13131 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13132 (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
13133 : ;
13134 else
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13136 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13137 XGETTEXT=":"
13138 fi
13139 rm -f messages.po
13140 fi
13141
13142 ac_config_commands="$ac_config_commands default-1"
13143
13144
13145
13146
13147 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13148 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13149 # Check whether --enable-maintainer-mode was given.
13150 if test "${enable_maintainer_mode+set}" = set; then :
13151 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13152 else
13153 USE_MAINTAINER_MODE=no
13154 fi
13155
13156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13157 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13158 if test $USE_MAINTAINER_MODE = yes; then
13159 MAINTAINER_MODE_TRUE=
13160 MAINTAINER_MODE_FALSE='#'
13161 else
13162 MAINTAINER_MODE_TRUE='#'
13163 MAINTAINER_MODE_FALSE=
13164 fi
13165
13166 MAINT=$MAINTAINER_MODE_TRUE
13167
13168
13169 if false; then
13170 GENINSRC_NEVER_TRUE=
13171 GENINSRC_NEVER_FALSE='#'
13172 else
13173 GENINSRC_NEVER_TRUE='#'
13174 GENINSRC_NEVER_FALSE=
13175 fi
13176
13177
13178
13179 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
13180 do :
13181 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13182 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13183 eval as_val=\$$as_ac_Header
13184 if test "x$as_val" = x""yes; then :
13185 cat >>confdefs.h <<_ACEOF
13186 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13187 _ACEOF
13188
13189 fi
13190
13191 done
13192
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
13194 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
13195 if test "${gcc_cv_header_string+set}" = set; then :
13196 $as_echo_n "(cached) " >&6
13197 else
13198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13199 /* end confdefs.h. */
13200 #include <string.h>
13201 #include <strings.h>
13202 int
13203 main ()
13204 {
13205
13206 ;
13207 return 0;
13208 }
13209 _ACEOF
13210 if ac_fn_c_try_compile "$LINENO"; then :
13211 gcc_cv_header_string=yes
13212 else
13213 gcc_cv_header_string=no
13214 fi
13215 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13216 fi
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
13218 $as_echo "$gcc_cv_header_string" >&6; }
13219 if test $gcc_cv_header_string = yes; then
13220
13221 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
13222
13223 fi
13224
13225
13226 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13227 # people who are not cross-compiling but are compiling cross-assemblers.
13228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13229 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13230 if test "${host}" = "${target}"; then
13231 cross_gas=no
13232 else
13233 cross_gas=yes
13234
13235 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13236
13237 fi
13238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13239 $as_echo "$cross_gas" >&6; }
13240
13241 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
13242 # for constant arguments. Useless!
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
13244 $as_echo_n "checking for working alloca.h... " >&6; }
13245 if test "${ac_cv_working_alloca_h+set}" = set; then :
13246 $as_echo_n "(cached) " >&6
13247 else
13248 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13249 /* end confdefs.h. */
13250 #include <alloca.h>
13251 int
13252 main ()
13253 {
13254 char *p = (char *) alloca (2 * sizeof (int));
13255 if (p) return 0;
13256 ;
13257 return 0;
13258 }
13259 _ACEOF
13260 if ac_fn_c_try_link "$LINENO"; then :
13261 ac_cv_working_alloca_h=yes
13262 else
13263 ac_cv_working_alloca_h=no
13264 fi
13265 rm -f core conftest.err conftest.$ac_objext \
13266 conftest$ac_exeext conftest.$ac_ext
13267 fi
13268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
13269 $as_echo "$ac_cv_working_alloca_h" >&6; }
13270 if test $ac_cv_working_alloca_h = yes; then
13271
13272 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
13273
13274 fi
13275
13276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
13277 $as_echo_n "checking for alloca... " >&6; }
13278 if test "${ac_cv_func_alloca_works+set}" = set; then :
13279 $as_echo_n "(cached) " >&6
13280 else
13281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13282 /* end confdefs.h. */
13283 #ifdef __GNUC__
13284 # define alloca __builtin_alloca
13285 #else
13286 # ifdef _MSC_VER
13287 # include <malloc.h>
13288 # define alloca _alloca
13289 # else
13290 # ifdef HAVE_ALLOCA_H
13291 # include <alloca.h>
13292 # else
13293 # ifdef _AIX
13294 #pragma alloca
13295 # else
13296 # ifndef alloca /* predefined by HP cc +Olibcalls */
13297 char *alloca ();
13298 # endif
13299 # endif
13300 # endif
13301 # endif
13302 #endif
13303
13304 int
13305 main ()
13306 {
13307 char *p = (char *) alloca (1);
13308 if (p) return 0;
13309 ;
13310 return 0;
13311 }
13312 _ACEOF
13313 if ac_fn_c_try_link "$LINENO"; then :
13314 ac_cv_func_alloca_works=yes
13315 else
13316 ac_cv_func_alloca_works=no
13317 fi
13318 rm -f core conftest.err conftest.$ac_objext \
13319 conftest$ac_exeext conftest.$ac_ext
13320 fi
13321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
13322 $as_echo "$ac_cv_func_alloca_works" >&6; }
13323
13324 if test $ac_cv_func_alloca_works = yes; then
13325
13326 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
13327
13328 else
13329 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
13330 # that cause trouble. Some versions do not even contain alloca or
13331 # contain a buggy version. If you still want to use their alloca,
13332 # use ar to extract alloca.o from them instead of compiling alloca.c.
13333
13334 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
13335
13336 $as_echo "#define C_ALLOCA 1" >>confdefs.h
13337
13338
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
13340 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
13341 if test "${ac_cv_os_cray+set}" = set; then :
13342 $as_echo_n "(cached) " >&6
13343 else
13344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13345 /* end confdefs.h. */
13346 #if defined CRAY && ! defined CRAY2
13347 webecray
13348 #else
13349 wenotbecray
13350 #endif
13351
13352 _ACEOF
13353 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
13354 $EGREP "webecray" >/dev/null 2>&1; then :
13355 ac_cv_os_cray=yes
13356 else
13357 ac_cv_os_cray=no
13358 fi
13359 rm -f conftest*
13360
13361 fi
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
13363 $as_echo "$ac_cv_os_cray" >&6; }
13364 if test $ac_cv_os_cray = yes; then
13365 for ac_func in _getb67 GETB67 getb67; do
13366 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13367 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13368 eval as_val=\$$as_ac_var
13369 if test "x$as_val" = x""yes; then :
13370
13371 cat >>confdefs.h <<_ACEOF
13372 #define CRAY_STACKSEG_END $ac_func
13373 _ACEOF
13374
13375 break
13376 fi
13377
13378 done
13379 fi
13380
13381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
13382 $as_echo_n "checking stack direction for C alloca... " >&6; }
13383 if test "${ac_cv_c_stack_direction+set}" = set; then :
13384 $as_echo_n "(cached) " >&6
13385 else
13386 if test "$cross_compiling" = yes; then :
13387 ac_cv_c_stack_direction=0
13388 else
13389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13390 /* end confdefs.h. */
13391 $ac_includes_default
13392 int
13393 find_stack_direction ()
13394 {
13395 static char *addr = 0;
13396 auto char dummy;
13397 if (addr == 0)
13398 {
13399 addr = &dummy;
13400 return find_stack_direction ();
13401 }
13402 else
13403 return (&dummy > addr) ? 1 : -1;
13404 }
13405
13406 int
13407 main ()
13408 {
13409 return find_stack_direction () < 0;
13410 }
13411 _ACEOF
13412 if ac_fn_c_try_run "$LINENO"; then :
13413 ac_cv_c_stack_direction=1
13414 else
13415 ac_cv_c_stack_direction=-1
13416 fi
13417 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
13418 conftest.$ac_objext conftest.beam conftest.$ac_ext
13419 fi
13420
13421 fi
13422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
13423 $as_echo "$ac_cv_c_stack_direction" >&6; }
13424 cat >>confdefs.h <<_ACEOF
13425 #define STACK_DIRECTION $ac_cv_c_stack_direction
13426 _ACEOF
13427
13428
13429 fi
13430
13431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
13432 $as_echo_n "checking for inline... " >&6; }
13433 if test "${ac_cv_c_inline+set}" = set; then :
13434 $as_echo_n "(cached) " >&6
13435 else
13436 ac_cv_c_inline=no
13437 for ac_kw in inline __inline__ __inline; do
13438 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13439 /* end confdefs.h. */
13440 #ifndef __cplusplus
13441 typedef int foo_t;
13442 static $ac_kw foo_t static_foo () {return 0; }
13443 $ac_kw foo_t foo () {return 0; }
13444 #endif
13445
13446 _ACEOF
13447 if ac_fn_c_try_compile "$LINENO"; then :
13448 ac_cv_c_inline=$ac_kw
13449 fi
13450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13451 test "$ac_cv_c_inline" != no && break
13452 done
13453
13454 fi
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
13456 $as_echo "$ac_cv_c_inline" >&6; }
13457
13458 case $ac_cv_c_inline in
13459 inline | yes) ;;
13460 *)
13461 case $ac_cv_c_inline in
13462 no) ac_val=;;
13463 *) ac_val=$ac_cv_c_inline;;
13464 esac
13465 cat >>confdefs.h <<_ACEOF
13466 #ifndef __cplusplus
13467 #define inline $ac_val
13468 #endif
13469 _ACEOF
13470 ;;
13471 esac
13472
13473
13474 # VMS doesn't have unlink.
13475 for ac_func in unlink remove
13476 do :
13477 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13478 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13479 eval as_val=\$$as_ac_var
13480 if test "x$as_val" = x""yes; then :
13481 cat >>confdefs.h <<_ACEOF
13482 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13483 _ACEOF
13484 break
13485 fi
13486 done
13487
13488 for ac_func in sbrk setlocale
13489 do :
13490 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13491 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13492 eval as_val=\$$as_ac_var
13493 if test "x$as_val" = x""yes; then :
13494 cat >>confdefs.h <<_ACEOF
13495 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13496 _ACEOF
13497
13498 fi
13499 done
13500
13501
13502
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13504 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13505 if test "${am_cv_val_LC_MESSAGES+set}" = set; then :
13506 $as_echo_n "(cached) " >&6
13507 else
13508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13509 /* end confdefs.h. */
13510 #include <locale.h>
13511 int
13512 main ()
13513 {
13514 return LC_MESSAGES
13515 ;
13516 return 0;
13517 }
13518 _ACEOF
13519 if ac_fn_c_try_link "$LINENO"; then :
13520 am_cv_val_LC_MESSAGES=yes
13521 else
13522 am_cv_val_LC_MESSAGES=no
13523 fi
13524 rm -f core conftest.err conftest.$ac_objext \
13525 conftest$ac_exeext conftest.$ac_ext
13526 fi
13527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13528 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13529 if test $am_cv_val_LC_MESSAGES = yes; then
13530
13531 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13532
13533 fi
13534
13535
13536 # do we need the math library?
13537 case "${need_libm}" in
13538 yes)
13539 LIBM=
13540 case $host in
13541 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13542 # These system don't have libm, or don't need it
13543 ;;
13544 *-ncr-sysv4.3*)
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13546 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13547 if test "${ac_cv_lib_mw__mwvalidcheckl+set}" = set; then :
13548 $as_echo_n "(cached) " >&6
13549 else
13550 ac_check_lib_save_LIBS=$LIBS
13551 LIBS="-lmw $LIBS"
13552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13553 /* end confdefs.h. */
13554
13555 /* Override any GCC internal prototype to avoid an error.
13556 Use char because int might match the return type of a GCC
13557 builtin and then its argument prototype would still apply. */
13558 #ifdef __cplusplus
13559 extern "C"
13560 #endif
13561 char _mwvalidcheckl ();
13562 int
13563 main ()
13564 {
13565 return _mwvalidcheckl ();
13566 ;
13567 return 0;
13568 }
13569 _ACEOF
13570 if ac_fn_c_try_link "$LINENO"; then :
13571 ac_cv_lib_mw__mwvalidcheckl=yes
13572 else
13573 ac_cv_lib_mw__mwvalidcheckl=no
13574 fi
13575 rm -f core conftest.err conftest.$ac_objext \
13576 conftest$ac_exeext conftest.$ac_ext
13577 LIBS=$ac_check_lib_save_LIBS
13578 fi
13579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13580 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13581 if test "x$ac_cv_lib_mw__mwvalidcheckl" = x""yes; then :
13582 LIBM="-lmw"
13583 fi
13584
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13586 $as_echo_n "checking for cos in -lm... " >&6; }
13587 if test "${ac_cv_lib_m_cos+set}" = set; then :
13588 $as_echo_n "(cached) " >&6
13589 else
13590 ac_check_lib_save_LIBS=$LIBS
13591 LIBS="-lm $LIBS"
13592 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13593 /* end confdefs.h. */
13594
13595 /* Override any GCC internal prototype to avoid an error.
13596 Use char because int might match the return type of a GCC
13597 builtin and then its argument prototype would still apply. */
13598 #ifdef __cplusplus
13599 extern "C"
13600 #endif
13601 char cos ();
13602 int
13603 main ()
13604 {
13605 return cos ();
13606 ;
13607 return 0;
13608 }
13609 _ACEOF
13610 if ac_fn_c_try_link "$LINENO"; then :
13611 ac_cv_lib_m_cos=yes
13612 else
13613 ac_cv_lib_m_cos=no
13614 fi
13615 rm -f core conftest.err conftest.$ac_objext \
13616 conftest$ac_exeext conftest.$ac_ext
13617 LIBS=$ac_check_lib_save_LIBS
13618 fi
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13620 $as_echo "$ac_cv_lib_m_cos" >&6; }
13621 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13622 LIBM="$LIBM -lm"
13623 fi
13624
13625 ;;
13626 *)
13627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13628 $as_echo_n "checking for cos in -lm... " >&6; }
13629 if test "${ac_cv_lib_m_cos+set}" = set; then :
13630 $as_echo_n "(cached) " >&6
13631 else
13632 ac_check_lib_save_LIBS=$LIBS
13633 LIBS="-lm $LIBS"
13634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13635 /* end confdefs.h. */
13636
13637 /* Override any GCC internal prototype to avoid an error.
13638 Use char because int might match the return type of a GCC
13639 builtin and then its argument prototype would still apply. */
13640 #ifdef __cplusplus
13641 extern "C"
13642 #endif
13643 char cos ();
13644 int
13645 main ()
13646 {
13647 return cos ();
13648 ;
13649 return 0;
13650 }
13651 _ACEOF
13652 if ac_fn_c_try_link "$LINENO"; then :
13653 ac_cv_lib_m_cos=yes
13654 else
13655 ac_cv_lib_m_cos=no
13656 fi
13657 rm -f core conftest.err conftest.$ac_objext \
13658 conftest$ac_exeext conftest.$ac_ext
13659 LIBS=$ac_check_lib_save_LIBS
13660 fi
13661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13662 $as_echo "$ac_cv_lib_m_cos" >&6; }
13663 if test "x$ac_cv_lib_m_cos" = x""yes; then :
13664 LIBM="-lm"
13665 fi
13666
13667 ;;
13668 esac
13669
13670
13671
13672 ;;
13673 esac
13674
13675 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13676 # enough, but on some of those systems, the assert macro relies on requoting
13677 # working properly!
13678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13679 $as_echo_n "checking for working assert macro... " >&6; }
13680 if test "${gas_cv_assert_ok+set}" = set; then :
13681 $as_echo_n "(cached) " >&6
13682 else
13683 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13684 /* end confdefs.h. */
13685 #include <assert.h>
13686 #include <stdio.h>
13687 int
13688 main ()
13689 {
13690
13691 /* check for requoting problems */
13692 static int a, b, c, d;
13693 static char *s;
13694 assert (!strcmp(s, "foo bar baz quux"));
13695 /* check for newline handling */
13696 assert (a == b
13697 || c == d);
13698
13699 ;
13700 return 0;
13701 }
13702 _ACEOF
13703 if ac_fn_c_try_link "$LINENO"; then :
13704 gas_cv_assert_ok=yes
13705 else
13706 gas_cv_assert_ok=no
13707 fi
13708 rm -f core conftest.err conftest.$ac_objext \
13709 conftest$ac_exeext conftest.$ac_ext
13710 fi
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13712 $as_echo "$gas_cv_assert_ok" >&6; }
13713 test $gas_cv_assert_ok = yes ||
13714 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13715
13716
13717
13718 # On some systems, the system header files may not declare malloc, realloc,
13719 # and free. There are places where gas needs these functions to have been
13720 # declared -- such as when taking their addresses.
13721 gas_test_headers="
13722 #ifdef HAVE_MEMORY_H
13723 #include <memory.h>
13724 #endif
13725 #ifdef HAVE_STRING_H
13726 #include <string.h>
13727 #else
13728 #ifdef HAVE_STRINGS_H
13729 #include <strings.h>
13730 #endif
13731 #endif
13732 #ifdef HAVE_STDLIB_H
13733 #include <stdlib.h>
13734 #endif
13735 #ifdef HAVE_UNISTD_H
13736 #include <unistd.h>
13737 #endif
13738 "
13739
13740 # Does errno.h declare errno, or do we have to add a separate declaration
13741 # for it?
13742
13743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
13744 $as_echo_n "checking whether declaration is required for errno... " >&6; }
13745 if test "${gas_cv_decl_needed_errno+set}" = set; then :
13746 $as_echo_n "(cached) " >&6
13747 else
13748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13749 /* end confdefs.h. */
13750
13751 #ifdef HAVE_ERRNO_H
13752 #include <errno.h>
13753 #endif
13754
13755 int
13756 main ()
13757 {
13758
13759 typedef int f;
13760 f x;
13761 x = (f) errno;
13762
13763 ;
13764 return 0;
13765 }
13766 _ACEOF
13767 if ac_fn_c_try_link "$LINENO"; then :
13768 gas_cv_decl_needed_errno=no
13769 else
13770 gas_cv_decl_needed_errno=yes
13771 fi
13772 rm -f core conftest.err conftest.$ac_objext \
13773 conftest$ac_exeext conftest.$ac_ext
13774 fi
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
13776 $as_echo "$gas_cv_decl_needed_errno" >&6; }
13777 if test $gas_cv_decl_needed_errno = yes; then
13778
13779 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
13780
13781 fi
13782
13783
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13785 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13786 if test "${gas_cv_decl_getopt_unistd_h+set}" = set; then :
13787 $as_echo_n "(cached) " >&6
13788 else
13789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13790 /* end confdefs.h. */
13791 #include <unistd.h>
13792 int
13793 main ()
13794 {
13795 extern int getopt (int, char *const*, const char *);
13796 ;
13797 return 0;
13798 }
13799 _ACEOF
13800 if ac_fn_c_try_compile "$LINENO"; then :
13801 gas_cv_decl_getopt_unistd_h=yes
13802 else
13803 gas_cv_decl_getopt_unistd_h=no
13804 fi
13805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13806 fi
13807
13808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13809 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13810 if test $gas_cv_decl_getopt_unistd_h = yes; then
13811
13812 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13813
13814 fi
13815
13816
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13818 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13819 if test "${gas_cv_decl_needed_environ+set}" = set; then :
13820 $as_echo_n "(cached) " >&6
13821 else
13822 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13823 /* end confdefs.h. */
13824 $gas_test_headers
13825 int
13826 main ()
13827 {
13828
13829 typedef char **f;
13830 f x;
13831 x = (f) environ;
13832
13833 ;
13834 return 0;
13835 }
13836 _ACEOF
13837 if ac_fn_c_try_link "$LINENO"; then :
13838 gas_cv_decl_needed_environ=no
13839 else
13840 gas_cv_decl_needed_environ=yes
13841 fi
13842 rm -f core conftest.err conftest.$ac_objext \
13843 conftest$ac_exeext conftest.$ac_ext
13844 fi
13845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13846 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13847 if test $gas_cv_decl_needed_environ = yes; then
13848
13849 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13850
13851 fi
13852
13853
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13855 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13856 if test "${gas_cv_decl_needed_ffs+set}" = set; then :
13857 $as_echo_n "(cached) " >&6
13858 else
13859 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13860 /* end confdefs.h. */
13861 $gas_test_headers
13862 int
13863 main ()
13864 {
13865
13866 typedef int (*f)(int);
13867 f x;
13868 x = (f) ffs;
13869
13870 ;
13871 return 0;
13872 }
13873 _ACEOF
13874 if ac_fn_c_try_link "$LINENO"; then :
13875 gas_cv_decl_needed_ffs=no
13876 else
13877 gas_cv_decl_needed_ffs=yes
13878 fi
13879 rm -f core conftest.err conftest.$ac_objext \
13880 conftest$ac_exeext conftest.$ac_ext
13881 fi
13882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13883 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13884 if test $gas_cv_decl_needed_ffs = yes; then
13885
13886 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13887
13888 fi
13889
13890
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
13892 $as_echo_n "checking whether declaration is required for free... " >&6; }
13893 if test "${gas_cv_decl_needed_free+set}" = set; then :
13894 $as_echo_n "(cached) " >&6
13895 else
13896 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13897 /* end confdefs.h. */
13898 $gas_test_headers
13899 int
13900 main ()
13901 {
13902
13903 typedef void (*f)();
13904 f x;
13905 x = (f) free;
13906
13907 ;
13908 return 0;
13909 }
13910 _ACEOF
13911 if ac_fn_c_try_link "$LINENO"; then :
13912 gas_cv_decl_needed_free=no
13913 else
13914 gas_cv_decl_needed_free=yes
13915 fi
13916 rm -f core conftest.err conftest.$ac_objext \
13917 conftest$ac_exeext conftest.$ac_ext
13918 fi
13919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
13920 $as_echo "$gas_cv_decl_needed_free" >&6; }
13921 if test $gas_cv_decl_needed_free = yes; then
13922
13923 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
13924
13925 fi
13926
13927
13928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
13929 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
13930 if test "${gas_cv_decl_needed_malloc+set}" = set; then :
13931 $as_echo_n "(cached) " >&6
13932 else
13933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13934 /* end confdefs.h. */
13935 $gas_test_headers
13936 int
13937 main ()
13938 {
13939
13940 typedef char *(*f)();
13941 f x;
13942 x = (f) malloc;
13943
13944 ;
13945 return 0;
13946 }
13947 _ACEOF
13948 if ac_fn_c_try_link "$LINENO"; then :
13949 gas_cv_decl_needed_malloc=no
13950 else
13951 gas_cv_decl_needed_malloc=yes
13952 fi
13953 rm -f core conftest.err conftest.$ac_objext \
13954 conftest$ac_exeext conftest.$ac_ext
13955 fi
13956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
13957 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
13958 if test $gas_cv_decl_needed_malloc = yes; then
13959
13960 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
13961
13962 fi
13963
13964
13965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
13966 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
13967 if test "${gas_cv_decl_needed_sbrk+set}" = set; then :
13968 $as_echo_n "(cached) " >&6
13969 else
13970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13971 /* end confdefs.h. */
13972 $gas_test_headers
13973 int
13974 main ()
13975 {
13976
13977 typedef char *(*f)();
13978 f x;
13979 x = (f) sbrk;
13980
13981 ;
13982 return 0;
13983 }
13984 _ACEOF
13985 if ac_fn_c_try_link "$LINENO"; then :
13986 gas_cv_decl_needed_sbrk=no
13987 else
13988 gas_cv_decl_needed_sbrk=yes
13989 fi
13990 rm -f core conftest.err conftest.$ac_objext \
13991 conftest$ac_exeext conftest.$ac_ext
13992 fi
13993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
13994 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
13995 if test $gas_cv_decl_needed_sbrk = yes; then
13996
13997 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
13998
13999 fi
14000
14001
14002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14003 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
14004 if test "${gas_cv_decl_needed_strstr+set}" = set; then :
14005 $as_echo_n "(cached) " >&6
14006 else
14007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14008 /* end confdefs.h. */
14009 $gas_test_headers
14010 int
14011 main ()
14012 {
14013
14014 typedef char *(*f)();
14015 f x;
14016 x = (f) strstr;
14017
14018 ;
14019 return 0;
14020 }
14021 _ACEOF
14022 if ac_fn_c_try_link "$LINENO"; then :
14023 gas_cv_decl_needed_strstr=no
14024 else
14025 gas_cv_decl_needed_strstr=yes
14026 fi
14027 rm -f core conftest.err conftest.$ac_objext \
14028 conftest$ac_exeext conftest.$ac_ext
14029 fi
14030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14031 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
14032 if test $gas_cv_decl_needed_strstr = yes; then
14033
14034 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
14035
14036 fi
14037
14038
14039 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14040 if test "x$ac_cv_have_decl_free" = x""yes; then :
14041 ac_have_decl=1
14042 else
14043 ac_have_decl=0
14044 fi
14045
14046 cat >>confdefs.h <<_ACEOF
14047 #define HAVE_DECL_FREE $ac_have_decl
14048 _ACEOF
14049 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14050 if test "x$ac_cv_have_decl_getenv" = x""yes; then :
14051 ac_have_decl=1
14052 else
14053 ac_have_decl=0
14054 fi
14055
14056 cat >>confdefs.h <<_ACEOF
14057 #define HAVE_DECL_GETENV $ac_have_decl
14058 _ACEOF
14059 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14060 if test "x$ac_cv_have_decl_malloc" = x""yes; then :
14061 ac_have_decl=1
14062 else
14063 ac_have_decl=0
14064 fi
14065
14066 cat >>confdefs.h <<_ACEOF
14067 #define HAVE_DECL_MALLOC $ac_have_decl
14068 _ACEOF
14069 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14070 if test "x$ac_cv_have_decl_mempcpy" = x""yes; then :
14071 ac_have_decl=1
14072 else
14073 ac_have_decl=0
14074 fi
14075
14076 cat >>confdefs.h <<_ACEOF
14077 #define HAVE_DECL_MEMPCPY $ac_have_decl
14078 _ACEOF
14079 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14080 if test "x$ac_cv_have_decl_realloc" = x""yes; then :
14081 ac_have_decl=1
14082 else
14083 ac_have_decl=0
14084 fi
14085
14086 cat >>confdefs.h <<_ACEOF
14087 #define HAVE_DECL_REALLOC $ac_have_decl
14088 _ACEOF
14089 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14090 if test "x$ac_cv_have_decl_stpcpy" = x""yes; then :
14091 ac_have_decl=1
14092 else
14093 ac_have_decl=0
14094 fi
14095
14096 cat >>confdefs.h <<_ACEOF
14097 #define HAVE_DECL_STPCPY $ac_have_decl
14098 _ACEOF
14099 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14100 if test "x$ac_cv_have_decl_strstr" = x""yes; then :
14101 ac_have_decl=1
14102 else
14103 ac_have_decl=0
14104 fi
14105
14106 cat >>confdefs.h <<_ACEOF
14107 #define HAVE_DECL_STRSTR $ac_have_decl
14108 _ACEOF
14109 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14110 if test "x$ac_cv_have_decl_vsnprintf" = x""yes; then :
14111 ac_have_decl=1
14112 else
14113 ac_have_decl=0
14114 fi
14115
14116 cat >>confdefs.h <<_ACEOF
14117 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14118 _ACEOF
14119
14120
14121
14122 case "${host}" in
14123 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
14124
14125 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
14126 ;;
14127 esac
14128
14129 # Link in zlib if we can. This allows us to write compressed debug sections.
14130
14131 # See if the user specified whether he wants zlib support or not.
14132
14133 # Check whether --with-zlib was given.
14134 if test "${with_zlib+set}" = set; then :
14135 withval=$with_zlib;
14136 else
14137 with_zlib=auto
14138 fi
14139
14140
14141 if test "$with_zlib" != "no"; then
14142 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing zlibVersion" >&5
14143 $as_echo_n "checking for library containing zlibVersion... " >&6; }
14144 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14145 $as_echo_n "(cached) " >&6
14146 else
14147 ac_func_search_save_LIBS=$LIBS
14148 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14149 /* end confdefs.h. */
14150
14151 /* Override any GCC internal prototype to avoid an error.
14152 Use char because int might match the return type of a GCC
14153 builtin and then its argument prototype would still apply. */
14154 #ifdef __cplusplus
14155 extern "C"
14156 #endif
14157 char zlibVersion ();
14158 int
14159 main ()
14160 {
14161 return zlibVersion ();
14162 ;
14163 return 0;
14164 }
14165 _ACEOF
14166 for ac_lib in '' z; do
14167 if test -z "$ac_lib"; then
14168 ac_res="none required"
14169 else
14170 ac_res=-l$ac_lib
14171 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
14172 fi
14173 if ac_fn_c_try_link "$LINENO"; then :
14174 ac_cv_search_zlibVersion=$ac_res
14175 fi
14176 rm -f core conftest.err conftest.$ac_objext \
14177 conftest$ac_exeext
14178 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14179 break
14180 fi
14181 done
14182 if test "${ac_cv_search_zlibVersion+set}" = set; then :
14183
14184 else
14185 ac_cv_search_zlibVersion=no
14186 fi
14187 rm conftest.$ac_ext
14188 LIBS=$ac_func_search_save_LIBS
14189 fi
14190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_zlibVersion" >&5
14191 $as_echo "$ac_cv_search_zlibVersion" >&6; }
14192 ac_res=$ac_cv_search_zlibVersion
14193 if test "$ac_res" != no; then :
14194 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
14195 for ac_header in zlib.h
14196 do :
14197 ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
14198 if test "x$ac_cv_header_zlib_h" = x""yes; then :
14199 cat >>confdefs.h <<_ACEOF
14200 #define HAVE_ZLIB_H 1
14201 _ACEOF
14202
14203 fi
14204
14205 done
14206
14207 fi
14208
14209 if test "$with_zlib" = "yes" -a "$ac_cv_header_zlib_h" != "yes"; then
14210 as_fn_error "zlib (libz) library was explicitly requested but not found" "$LINENO" 5
14211 fi
14212 fi
14213
14214
14215 # Support for VMS timestamps via cross compile
14216
14217 if test "$ac_cv_header_time_h" = yes; then
14218 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14219 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14220 if test "${gas_cv_have_time_type_member_tm_gmtoff+set}" = set; then :
14221 $as_echo_n "(cached) " >&6
14222 else
14223 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14224 /* end confdefs.h. */
14225
14226 #define _BSD_SOURCE 1
14227 #include <time.h>
14228 int
14229 main ()
14230 {
14231 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14232 ;
14233 return 0;
14234 }
14235 _ACEOF
14236 if ac_fn_c_try_compile "$LINENO"; then :
14237 gas_cv_have_time_type_member_tm_gmtoff=yes
14238 else
14239 gas_cv_have_time_type_member_tm_gmtoff=no
14240
14241 fi
14242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14243 fi
14244
14245 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14246
14247 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14248
14249 fi
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14251 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14252
14253 fi
14254
14255 if test "$ac_cv_header_sys_stat_h" = yes; then
14256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14257 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14258 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+set}" = set; then :
14259 $as_echo_n "(cached) " >&6
14260 else
14261 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14262 /* end confdefs.h. */
14263
14264 #define _BSD_SOURCE 1
14265 #include <sys/stat.h>
14266 int
14267 main ()
14268 {
14269 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14270 ;
14271 return 0;
14272 }
14273 _ACEOF
14274 if ac_fn_c_try_compile "$LINENO"; then :
14275 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14276 else
14277 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14278
14279 fi
14280 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14281 fi
14282
14283 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14284
14285 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14286
14287 fi
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14289 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14290
14291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14292 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14293 if test "${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+set}" = set; then :
14294 $as_echo_n "(cached) " >&6
14295 else
14296 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14297 /* end confdefs.h. */
14298
14299 #define _BSD_SOURCE 1
14300 #include <sys/stat.h>
14301 int
14302 main ()
14303 {
14304 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14305 ;
14306 return 0;
14307 }
14308 _ACEOF
14309 if ac_fn_c_try_compile "$LINENO"; then :
14310 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14311 else
14312 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14313
14314 fi
14315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14316 fi
14317
14318 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14319
14320 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14321
14322 fi
14323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14324 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14325
14326 fi
14327
14328
14329
14330
14331
14332
14333
14334
14335
14336 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14337
14338 ac_config_commands="$ac_config_commands default"
14339
14340
14341 cat >confcache <<\_ACEOF
14342 # This file is a shell script that caches the results of configure
14343 # tests run on this system so they can be shared between configure
14344 # scripts and configure runs, see configure's option --config-cache.
14345 # It is not useful on other systems. If it contains results you don't
14346 # want to keep, you may remove or edit it.
14347 #
14348 # config.status only pays attention to the cache file if you give it
14349 # the --recheck option to rerun configure.
14350 #
14351 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14352 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14353 # following values.
14354
14355 _ACEOF
14356
14357 # The following way of writing the cache mishandles newlines in values,
14358 # but we know of no workaround that is simple, portable, and efficient.
14359 # So, we kill variables containing newlines.
14360 # Ultrix sh set writes to stderr and can't be redirected directly,
14361 # and sets the high bit in the cache file unless we assign to the vars.
14362 (
14363 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14364 eval ac_val=\$$ac_var
14365 case $ac_val in #(
14366 *${as_nl}*)
14367 case $ac_var in #(
14368 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14369 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14370 esac
14371 case $ac_var in #(
14372 _ | IFS | as_nl) ;; #(
14373 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14374 *) { eval $ac_var=; unset $ac_var;} ;;
14375 esac ;;
14376 esac
14377 done
14378
14379 (set) 2>&1 |
14380 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14381 *${as_nl}ac_space=\ *)
14382 # `set' does not quote correctly, so add quotes: double-quote
14383 # substitution turns \\\\ into \\, and sed turns \\ into \.
14384 sed -n \
14385 "s/'/'\\\\''/g;
14386 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14387 ;; #(
14388 *)
14389 # `set' quotes correctly as required by POSIX, so do not add quotes.
14390 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14391 ;;
14392 esac |
14393 sort
14394 ) |
14395 sed '
14396 /^ac_cv_env_/b end
14397 t clear
14398 :clear
14399 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14400 t end
14401 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14402 :end' >>confcache
14403 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14404 if test -w "$cache_file"; then
14405 test "x$cache_file" != "x/dev/null" &&
14406 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14407 $as_echo "$as_me: updating cache $cache_file" >&6;}
14408 cat confcache >$cache_file
14409 else
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14411 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14412 fi
14413 fi
14414 rm -f confcache
14415
14416 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14417 # Let make expand exec_prefix.
14418 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14419
14420 DEFS=-DHAVE_CONFIG_H
14421
14422 ac_libobjs=
14423 ac_ltlibobjs=
14424 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14425 # 1. Remove the extension, and $U if already installed.
14426 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14427 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14428 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14429 # will be set to the directory where LIBOBJS objects are built.
14430 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14431 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14432 done
14433 LIBOBJS=$ac_libobjs
14434
14435 LTLIBOBJS=$ac_ltlibobjs
14436
14437
14438 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14439 as_fn_error "conditional \"AMDEP\" was never defined.
14440 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14441 fi
14442 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14443 as_fn_error "conditional \"am__fastdepCC\" was never defined.
14444 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14445 fi
14446 if test -n "$EXEEXT"; then
14447 am__EXEEXT_TRUE=
14448 am__EXEEXT_FALSE='#'
14449 else
14450 am__EXEEXT_TRUE='#'
14451 am__EXEEXT_FALSE=
14452 fi
14453
14454
14455 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14456 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
14457 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14458 fi
14459 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14460 as_fn_error "conditional \"GENINSRC_NEVER\" was never defined.
14461 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14462 fi
14463
14464 : ${CONFIG_STATUS=./config.status}
14465 ac_write_fail=0
14466 ac_clean_files_save=$ac_clean_files
14467 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14468 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14469 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14470 as_write_fail=0
14471 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14472 #! $SHELL
14473 # Generated by $as_me.
14474 # Run this file to recreate the current configuration.
14475 # Compiler output produced by configure, useful for debugging
14476 # configure, is in config.log if it exists.
14477
14478 debug=false
14479 ac_cs_recheck=false
14480 ac_cs_silent=false
14481
14482 SHELL=\${CONFIG_SHELL-$SHELL}
14483 export SHELL
14484 _ASEOF
14485 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14486 ## -------------------- ##
14487 ## M4sh Initialization. ##
14488 ## -------------------- ##
14489
14490 # Be more Bourne compatible
14491 DUALCASE=1; export DUALCASE # for MKS sh
14492 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14493 emulate sh
14494 NULLCMD=:
14495 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14496 # is contrary to our usage. Disable this feature.
14497 alias -g '${1+"$@"}'='"$@"'
14498 setopt NO_GLOB_SUBST
14499 else
14500 case `(set -o) 2>/dev/null` in #(
14501 *posix*) :
14502 set -o posix ;; #(
14503 *) :
14504 ;;
14505 esac
14506 fi
14507
14508
14509 as_nl='
14510 '
14511 export as_nl
14512 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14513 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14514 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14515 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14516 # Prefer a ksh shell builtin over an external printf program on Solaris,
14517 # but without wasting forks for bash or zsh.
14518 if test -z "$BASH_VERSION$ZSH_VERSION" \
14519 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14520 as_echo='print -r --'
14521 as_echo_n='print -rn --'
14522 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14523 as_echo='printf %s\n'
14524 as_echo_n='printf %s'
14525 else
14526 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14527 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14528 as_echo_n='/usr/ucb/echo -n'
14529 else
14530 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14531 as_echo_n_body='eval
14532 arg=$1;
14533 case $arg in #(
14534 *"$as_nl"*)
14535 expr "X$arg" : "X\\(.*\\)$as_nl";
14536 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14537 esac;
14538 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14539 '
14540 export as_echo_n_body
14541 as_echo_n='sh -c $as_echo_n_body as_echo'
14542 fi
14543 export as_echo_body
14544 as_echo='sh -c $as_echo_body as_echo'
14545 fi
14546
14547 # The user is always right.
14548 if test "${PATH_SEPARATOR+set}" != set; then
14549 PATH_SEPARATOR=:
14550 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14551 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14552 PATH_SEPARATOR=';'
14553 }
14554 fi
14555
14556
14557 # IFS
14558 # We need space, tab and new line, in precisely that order. Quoting is
14559 # there to prevent editors from complaining about space-tab.
14560 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14561 # splitting by setting IFS to empty value.)
14562 IFS=" "" $as_nl"
14563
14564 # Find who we are. Look in the path if we contain no directory separator.
14565 case $0 in #((
14566 *[\\/]* ) as_myself=$0 ;;
14567 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14568 for as_dir in $PATH
14569 do
14570 IFS=$as_save_IFS
14571 test -z "$as_dir" && as_dir=.
14572 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14573 done
14574 IFS=$as_save_IFS
14575
14576 ;;
14577 esac
14578 # We did not find ourselves, most probably we were run as `sh COMMAND'
14579 # in which case we are not to be found in the path.
14580 if test "x$as_myself" = x; then
14581 as_myself=$0
14582 fi
14583 if test ! -f "$as_myself"; then
14584 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14585 exit 1
14586 fi
14587
14588 # Unset variables that we do not need and which cause bugs (e.g. in
14589 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14590 # suppresses any "Segmentation fault" message there. '((' could
14591 # trigger a bug in pdksh 5.2.14.
14592 for as_var in BASH_ENV ENV MAIL MAILPATH
14593 do eval test x\${$as_var+set} = xset \
14594 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14595 done
14596 PS1='$ '
14597 PS2='> '
14598 PS4='+ '
14599
14600 # NLS nuisances.
14601 LC_ALL=C
14602 export LC_ALL
14603 LANGUAGE=C
14604 export LANGUAGE
14605
14606 # CDPATH.
14607 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14608
14609
14610 # as_fn_error ERROR [LINENO LOG_FD]
14611 # ---------------------------------
14612 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14613 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14614 # script with status $?, using 1 if that was 0.
14615 as_fn_error ()
14616 {
14617 as_status=$?; test $as_status -eq 0 && as_status=1
14618 if test "$3"; then
14619 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14620 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
14621 fi
14622 $as_echo "$as_me: error: $1" >&2
14623 as_fn_exit $as_status
14624 } # as_fn_error
14625
14626
14627 # as_fn_set_status STATUS
14628 # -----------------------
14629 # Set $? to STATUS, without forking.
14630 as_fn_set_status ()
14631 {
14632 return $1
14633 } # as_fn_set_status
14634
14635 # as_fn_exit STATUS
14636 # -----------------
14637 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14638 as_fn_exit ()
14639 {
14640 set +e
14641 as_fn_set_status $1
14642 exit $1
14643 } # as_fn_exit
14644
14645 # as_fn_unset VAR
14646 # ---------------
14647 # Portably unset VAR.
14648 as_fn_unset ()
14649 {
14650 { eval $1=; unset $1;}
14651 }
14652 as_unset=as_fn_unset
14653 # as_fn_append VAR VALUE
14654 # ----------------------
14655 # Append the text in VALUE to the end of the definition contained in VAR. Take
14656 # advantage of any shell optimizations that allow amortized linear growth over
14657 # repeated appends, instead of the typical quadratic growth present in naive
14658 # implementations.
14659 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14660 eval 'as_fn_append ()
14661 {
14662 eval $1+=\$2
14663 }'
14664 else
14665 as_fn_append ()
14666 {
14667 eval $1=\$$1\$2
14668 }
14669 fi # as_fn_append
14670
14671 # as_fn_arith ARG...
14672 # ------------------
14673 # Perform arithmetic evaluation on the ARGs, and store the result in the
14674 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14675 # must be portable across $(()) and expr.
14676 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14677 eval 'as_fn_arith ()
14678 {
14679 as_val=$(( $* ))
14680 }'
14681 else
14682 as_fn_arith ()
14683 {
14684 as_val=`expr "$@" || test $? -eq 1`
14685 }
14686 fi # as_fn_arith
14687
14688
14689 if expr a : '\(a\)' >/dev/null 2>&1 &&
14690 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14691 as_expr=expr
14692 else
14693 as_expr=false
14694 fi
14695
14696 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14697 as_basename=basename
14698 else
14699 as_basename=false
14700 fi
14701
14702 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14703 as_dirname=dirname
14704 else
14705 as_dirname=false
14706 fi
14707
14708 as_me=`$as_basename -- "$0" ||
14709 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14710 X"$0" : 'X\(//\)$' \| \
14711 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14712 $as_echo X/"$0" |
14713 sed '/^.*\/\([^/][^/]*\)\/*$/{
14714 s//\1/
14715 q
14716 }
14717 /^X\/\(\/\/\)$/{
14718 s//\1/
14719 q
14720 }
14721 /^X\/\(\/\).*/{
14722 s//\1/
14723 q
14724 }
14725 s/.*/./; q'`
14726
14727 # Avoid depending upon Character Ranges.
14728 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14729 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14730 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14731 as_cr_digits='0123456789'
14732 as_cr_alnum=$as_cr_Letters$as_cr_digits
14733
14734 ECHO_C= ECHO_N= ECHO_T=
14735 case `echo -n x` in #(((((
14736 -n*)
14737 case `echo 'xy\c'` in
14738 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14739 xy) ECHO_C='\c';;
14740 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14741 ECHO_T=' ';;
14742 esac;;
14743 *)
14744 ECHO_N='-n';;
14745 esac
14746
14747 rm -f conf$$ conf$$.exe conf$$.file
14748 if test -d conf$$.dir; then
14749 rm -f conf$$.dir/conf$$.file
14750 else
14751 rm -f conf$$.dir
14752 mkdir conf$$.dir 2>/dev/null
14753 fi
14754 if (echo >conf$$.file) 2>/dev/null; then
14755 if ln -s conf$$.file conf$$ 2>/dev/null; then
14756 as_ln_s='ln -s'
14757 # ... but there are two gotchas:
14758 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14759 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14760 # In both cases, we have to default to `cp -p'.
14761 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14762 as_ln_s='cp -p'
14763 elif ln conf$$.file conf$$ 2>/dev/null; then
14764 as_ln_s=ln
14765 else
14766 as_ln_s='cp -p'
14767 fi
14768 else
14769 as_ln_s='cp -p'
14770 fi
14771 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14772 rmdir conf$$.dir 2>/dev/null
14773
14774
14775 # as_fn_mkdir_p
14776 # -------------
14777 # Create "$as_dir" as a directory, including parents if necessary.
14778 as_fn_mkdir_p ()
14779 {
14780
14781 case $as_dir in #(
14782 -*) as_dir=./$as_dir;;
14783 esac
14784 test -d "$as_dir" || eval $as_mkdir_p || {
14785 as_dirs=
14786 while :; do
14787 case $as_dir in #(
14788 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14789 *) as_qdir=$as_dir;;
14790 esac
14791 as_dirs="'$as_qdir' $as_dirs"
14792 as_dir=`$as_dirname -- "$as_dir" ||
14793 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14794 X"$as_dir" : 'X\(//\)[^/]' \| \
14795 X"$as_dir" : 'X\(//\)$' \| \
14796 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14797 $as_echo X"$as_dir" |
14798 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14799 s//\1/
14800 q
14801 }
14802 /^X\(\/\/\)[^/].*/{
14803 s//\1/
14804 q
14805 }
14806 /^X\(\/\/\)$/{
14807 s//\1/
14808 q
14809 }
14810 /^X\(\/\).*/{
14811 s//\1/
14812 q
14813 }
14814 s/.*/./; q'`
14815 test -d "$as_dir" && break
14816 done
14817 test -z "$as_dirs" || eval "mkdir $as_dirs"
14818 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14819
14820
14821 } # as_fn_mkdir_p
14822 if mkdir -p . 2>/dev/null; then
14823 as_mkdir_p='mkdir -p "$as_dir"'
14824 else
14825 test -d ./-p && rmdir ./-p
14826 as_mkdir_p=false
14827 fi
14828
14829 if test -x / >/dev/null 2>&1; then
14830 as_test_x='test -x'
14831 else
14832 if ls -dL / >/dev/null 2>&1; then
14833 as_ls_L_option=L
14834 else
14835 as_ls_L_option=
14836 fi
14837 as_test_x='
14838 eval sh -c '\''
14839 if test -d "$1"; then
14840 test -d "$1/.";
14841 else
14842 case $1 in #(
14843 -*)set "./$1";;
14844 esac;
14845 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14846 ???[sx]*):;;*)false;;esac;fi
14847 '\'' sh
14848 '
14849 fi
14850 as_executable_p=$as_test_x
14851
14852 # Sed expression to map a string onto a valid CPP name.
14853 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14854
14855 # Sed expression to map a string onto a valid variable name.
14856 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14857
14858
14859 exec 6>&1
14860 ## ----------------------------------- ##
14861 ## Main body of $CONFIG_STATUS script. ##
14862 ## ----------------------------------- ##
14863 _ASEOF
14864 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14865
14866 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14867 # Save the log message, to keep $0 and so on meaningful, and to
14868 # report actual input values of CONFIG_FILES etc. instead of their
14869 # values after options handling.
14870 ac_log="
14871 This file was extended by $as_me, which was
14872 generated by GNU Autoconf 2.64. Invocation command line was
14873
14874 CONFIG_FILES = $CONFIG_FILES
14875 CONFIG_HEADERS = $CONFIG_HEADERS
14876 CONFIG_LINKS = $CONFIG_LINKS
14877 CONFIG_COMMANDS = $CONFIG_COMMANDS
14878 $ $0 $@
14879
14880 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14881 "
14882
14883 _ACEOF
14884
14885 case $ac_config_files in *"
14886 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14887 esac
14888
14889 case $ac_config_headers in *"
14890 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14891 esac
14892
14893
14894 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14895 # Files that config.status was made for.
14896 config_files="$ac_config_files"
14897 config_headers="$ac_config_headers"
14898 config_commands="$ac_config_commands"
14899
14900 _ACEOF
14901
14902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14903 ac_cs_usage="\
14904 \`$as_me' instantiates files and other configuration actions
14905 from templates according to the current configuration. Unless the files
14906 and actions are specified as TAGs, all are instantiated by default.
14907
14908 Usage: $0 [OPTION]... [TAG]...
14909
14910 -h, --help print this help, then exit
14911 -V, --version print version number and configuration settings, then exit
14912 -q, --quiet, --silent
14913 do not print progress messages
14914 -d, --debug don't remove temporary files
14915 --recheck update $as_me by reconfiguring in the same conditions
14916 --file=FILE[:TEMPLATE]
14917 instantiate the configuration file FILE
14918 --header=FILE[:TEMPLATE]
14919 instantiate the configuration header FILE
14920
14921 Configuration files:
14922 $config_files
14923
14924 Configuration headers:
14925 $config_headers
14926
14927 Configuration commands:
14928 $config_commands
14929
14930 Report bugs to the package provider."
14931
14932 _ACEOF
14933 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14934 ac_cs_version="\\
14935 config.status
14936 configured by $0, generated by GNU Autoconf 2.64,
14937 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14938
14939 Copyright (C) 2009 Free Software Foundation, Inc.
14940 This config.status script is free software; the Free Software Foundation
14941 gives unlimited permission to copy, distribute and modify it."
14942
14943 ac_pwd='$ac_pwd'
14944 srcdir='$srcdir'
14945 INSTALL='$INSTALL'
14946 MKDIR_P='$MKDIR_P'
14947 AWK='$AWK'
14948 test -n "\$AWK" || AWK=awk
14949 _ACEOF
14950
14951 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14952 # The default lists apply if the user does not specify any file.
14953 ac_need_defaults=:
14954 while test $# != 0
14955 do
14956 case $1 in
14957 --*=*)
14958 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14959 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14960 ac_shift=:
14961 ;;
14962 *)
14963 ac_option=$1
14964 ac_optarg=$2
14965 ac_shift=shift
14966 ;;
14967 esac
14968
14969 case $ac_option in
14970 # Handling of the options.
14971 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14972 ac_cs_recheck=: ;;
14973 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14974 $as_echo "$ac_cs_version"; exit ;;
14975 --debug | --debu | --deb | --de | --d | -d )
14976 debug=: ;;
14977 --file | --fil | --fi | --f )
14978 $ac_shift
14979 case $ac_optarg in
14980 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14981 esac
14982 as_fn_append CONFIG_FILES " '$ac_optarg'"
14983 ac_need_defaults=false;;
14984 --header | --heade | --head | --hea )
14985 $ac_shift
14986 case $ac_optarg in
14987 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14988 esac
14989 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14990 ac_need_defaults=false;;
14991 --he | --h)
14992 # Conflict between --help and --header
14993 as_fn_error "ambiguous option: \`$1'
14994 Try \`$0 --help' for more information.";;
14995 --help | --hel | -h )
14996 $as_echo "$ac_cs_usage"; exit ;;
14997 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14998 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14999 ac_cs_silent=: ;;
15000
15001 # This is an error.
15002 -*) as_fn_error "unrecognized option: \`$1'
15003 Try \`$0 --help' for more information." ;;
15004
15005 *) as_fn_append ac_config_targets " $1"
15006 ac_need_defaults=false ;;
15007
15008 esac
15009 shift
15010 done
15011
15012 ac_configure_extra_args=
15013
15014 if $ac_cs_silent; then
15015 exec 6>/dev/null
15016 ac_configure_extra_args="$ac_configure_extra_args --silent"
15017 fi
15018
15019 _ACEOF
15020 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15021 if \$ac_cs_recheck; then
15022 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15023 shift
15024 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15025 CONFIG_SHELL='$SHELL'
15026 export CONFIG_SHELL
15027 exec "\$@"
15028 fi
15029
15030 _ACEOF
15031 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15032 exec 5>>config.log
15033 {
15034 echo
15035 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15036 ## Running $as_me. ##
15037 _ASBOX
15038 $as_echo "$ac_log"
15039 } >&5
15040
15041 _ACEOF
15042 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15043 #
15044 # INIT-COMMANDS
15045 #
15046 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15047
15048
15049 # The HP-UX ksh and POSIX shell print the target directory to stdout
15050 # if CDPATH is set.
15051 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15052
15053 sed_quote_subst='$sed_quote_subst'
15054 double_quote_subst='$double_quote_subst'
15055 delay_variable_subst='$delay_variable_subst'
15056 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15057 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15058 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15059 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15060 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15061 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15062 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15063 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15064 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15065 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15066 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15067 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15068 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15069 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15070 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15071 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15072 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15073 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15074 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15075 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15076 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15077 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15078 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15079 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15080 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15081 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15082 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15083 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15084 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15085 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15086 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15087 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15088 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15089 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15090 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15091 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15092 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15093 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15094 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15095 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15096 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15097 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15098 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15099 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15100 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15101 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15102 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15103 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15104 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"`'
15105 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15106 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15107 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15108 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15109 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15110 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15111 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15112 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15113 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15114 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15115 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15116 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15117 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15118 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15119 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15120 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15121 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15122 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15123 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15124 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15125 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15126 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15127 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15128 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15129 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15130 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15131 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15132 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15133 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15134 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15135 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15136 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15137 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15138 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15139 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15140 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15141 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15142 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15143 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15144 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15145 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15146 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15147 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15148 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15149 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15150 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15151 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15152 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15153 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15154 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15155 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15156 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15157 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15158 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15159 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15160 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15161 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15162 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15163 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15164 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15165 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15166 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15167 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15168 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15169 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15170 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15171 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15172 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15173 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15174 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15175 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15176
15177 LTCC='$LTCC'
15178 LTCFLAGS='$LTCFLAGS'
15179 compiler='$compiler_DEFAULT'
15180
15181 # A function that is used when there is no print builtin or printf.
15182 func_fallback_echo ()
15183 {
15184 eval 'cat <<_LTECHO_EOF
15185 \$1
15186 _LTECHO_EOF'
15187 }
15188
15189 # Quote evaled strings.
15190 for var in SHELL \
15191 ECHO \
15192 SED \
15193 GREP \
15194 EGREP \
15195 FGREP \
15196 LD \
15197 NM \
15198 LN_S \
15199 lt_SP2NL \
15200 lt_NL2SP \
15201 reload_flag \
15202 OBJDUMP \
15203 deplibs_check_method \
15204 file_magic_cmd \
15205 AR \
15206 AR_FLAGS \
15207 STRIP \
15208 RANLIB \
15209 CC \
15210 CFLAGS \
15211 compiler \
15212 lt_cv_sys_global_symbol_pipe \
15213 lt_cv_sys_global_symbol_to_cdecl \
15214 lt_cv_sys_global_symbol_to_c_name_address \
15215 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15216 lt_prog_compiler_no_builtin_flag \
15217 lt_prog_compiler_wl \
15218 lt_prog_compiler_pic \
15219 lt_prog_compiler_static \
15220 lt_cv_prog_compiler_c_o \
15221 need_locks \
15222 DSYMUTIL \
15223 NMEDIT \
15224 LIPO \
15225 OTOOL \
15226 OTOOL64 \
15227 shrext_cmds \
15228 export_dynamic_flag_spec \
15229 whole_archive_flag_spec \
15230 compiler_needs_object \
15231 with_gnu_ld \
15232 allow_undefined_flag \
15233 no_undefined_flag \
15234 hardcode_libdir_flag_spec \
15235 hardcode_libdir_flag_spec_ld \
15236 hardcode_libdir_separator \
15237 fix_srcfile_path \
15238 exclude_expsyms \
15239 include_expsyms \
15240 file_list_spec \
15241 variables_saved_for_relink \
15242 libname_spec \
15243 library_names_spec \
15244 soname_spec \
15245 install_override_mode \
15246 finish_eval \
15247 old_striplib \
15248 striplib; do
15249 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15250 *[\\\\\\\`\\"\\\$]*)
15251 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15252 ;;
15253 *)
15254 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15255 ;;
15256 esac
15257 done
15258
15259 # Double-quote double-evaled strings.
15260 for var in reload_cmds \
15261 old_postinstall_cmds \
15262 old_postuninstall_cmds \
15263 old_archive_cmds \
15264 extract_expsyms_cmds \
15265 old_archive_from_new_cmds \
15266 old_archive_from_expsyms_cmds \
15267 archive_cmds \
15268 archive_expsym_cmds \
15269 module_cmds \
15270 module_expsym_cmds \
15271 export_symbols_cmds \
15272 prelink_cmds \
15273 postinstall_cmds \
15274 postuninstall_cmds \
15275 finish_cmds \
15276 sys_lib_search_path_spec \
15277 sys_lib_dlsearch_path_spec; do
15278 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15279 *[\\\\\\\`\\"\\\$]*)
15280 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15281 ;;
15282 *)
15283 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15284 ;;
15285 esac
15286 done
15287
15288 ac_aux_dir='$ac_aux_dir'
15289 xsi_shell='$xsi_shell'
15290 lt_shell_append='$lt_shell_append'
15291
15292 # See if we are running on zsh, and set the options which allow our
15293 # commands through without removal of \ escapes INIT.
15294 if test -n "\${ZSH_VERSION+set}" ; then
15295 setopt NO_GLOB_SUBST
15296 fi
15297
15298
15299 PACKAGE='$PACKAGE'
15300 VERSION='$VERSION'
15301 TIMESTAMP='$TIMESTAMP'
15302 RM='$RM'
15303 ofile='$ofile'
15304
15305
15306
15307 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15308 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15309 # from automake.
15310 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15311 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15312 LINGUAS="${LINGUAS-%UNSET%}"
15313
15314 target_cpu_type=${target_cpu_type}
15315 cgen_cpu_prefix=${cgen_cpu_prefix}
15316 obj_format=${obj_format}
15317 te_file=${te_file}
15318
15319 _ACEOF
15320
15321 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15322
15323 # Handling of arguments.
15324 for ac_config_target in $ac_config_targets
15325 do
15326 case $ac_config_target in
15327 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15328 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15329 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15330 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15331 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15332 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15333 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15334 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15335 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15336 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15337
15338 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15339 esac
15340 done
15341
15342
15343 # If the user did not use the arguments to specify the items to instantiate,
15344 # then the envvar interface is used. Set only those that are not.
15345 # We use the long form for the default assignment because of an extremely
15346 # bizarre bug on SunOS 4.1.3.
15347 if $ac_need_defaults; then
15348 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15349 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15350 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15351 fi
15352
15353 # Have a temporary directory for convenience. Make it in the build tree
15354 # simply because there is no reason against having it here, and in addition,
15355 # creating and moving files from /tmp can sometimes cause problems.
15356 # Hook for its removal unless debugging.
15357 # Note that there is a small window in which the directory will not be cleaned:
15358 # after its creation but before its name has been assigned to `$tmp'.
15359 $debug ||
15360 {
15361 tmp=
15362 trap 'exit_status=$?
15363 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
15364 ' 0
15365 trap 'as_fn_exit 1' 1 2 13 15
15366 }
15367 # Create a (secure) tmp directory for tmp files.
15368
15369 {
15370 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15371 test -n "$tmp" && test -d "$tmp"
15372 } ||
15373 {
15374 tmp=./conf$$-$RANDOM
15375 (umask 077 && mkdir "$tmp")
15376 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
15377
15378 # Set up the scripts for CONFIG_FILES section.
15379 # No need to generate them if there are no CONFIG_FILES.
15380 # This happens for instance with `./config.status config.h'.
15381 if test -n "$CONFIG_FILES"; then
15382
15383
15384 ac_cr=`echo X | tr X '\015'`
15385 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15386 # But we know of no other shell where ac_cr would be empty at this
15387 # point, so we can use a bashism as a fallback.
15388 if test "x$ac_cr" = x; then
15389 eval ac_cr=\$\'\\r\'
15390 fi
15391 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15392 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15393 ac_cs_awk_cr='\r'
15394 else
15395 ac_cs_awk_cr=$ac_cr
15396 fi
15397
15398 echo 'BEGIN {' >"$tmp/subs1.awk" &&
15399 _ACEOF
15400
15401
15402 {
15403 echo "cat >conf$$subs.awk <<_ACEOF" &&
15404 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15405 echo "_ACEOF"
15406 } >conf$$subs.sh ||
15407 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15408 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
15409 ac_delim='%!_!# '
15410 for ac_last_try in false false false false false :; do
15411 . ./conf$$subs.sh ||
15412 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15413
15414 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15415 if test $ac_delim_n = $ac_delim_num; then
15416 break
15417 elif $ac_last_try; then
15418 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
15419 else
15420 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15421 fi
15422 done
15423 rm -f conf$$subs.sh
15424
15425 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15426 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
15427 _ACEOF
15428 sed -n '
15429 h
15430 s/^/S["/; s/!.*/"]=/
15431 p
15432 g
15433 s/^[^!]*!//
15434 :repl
15435 t repl
15436 s/'"$ac_delim"'$//
15437 t delim
15438 :nl
15439 h
15440 s/\(.\{148\}\).*/\1/
15441 t more1
15442 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15443 p
15444 n
15445 b repl
15446 :more1
15447 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15448 p
15449 g
15450 s/.\{148\}//
15451 t nl
15452 :delim
15453 h
15454 s/\(.\{148\}\).*/\1/
15455 t more2
15456 s/["\\]/\\&/g; s/^/"/; s/$/"/
15457 p
15458 b
15459 :more2
15460 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15461 p
15462 g
15463 s/.\{148\}//
15464 t delim
15465 ' <conf$$subs.awk | sed '
15466 /^[^""]/{
15467 N
15468 s/\n//
15469 }
15470 ' >>$CONFIG_STATUS || ac_write_fail=1
15471 rm -f conf$$subs.awk
15472 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15473 _ACAWK
15474 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
15475 for (key in S) S_is_set[key] = 1
15476 FS = "\a"
15477
15478 }
15479 {
15480 line = $ 0
15481 nfields = split(line, field, "@")
15482 substed = 0
15483 len = length(field[1])
15484 for (i = 2; i < nfields; i++) {
15485 key = field[i]
15486 keylen = length(key)
15487 if (S_is_set[key]) {
15488 value = S[key]
15489 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15490 len += length(value) + length(field[++i])
15491 substed = 1
15492 } else
15493 len += 1 + keylen
15494 }
15495
15496 print line
15497 }
15498
15499 _ACAWK
15500 _ACEOF
15501 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15502 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15503 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15504 else
15505 cat
15506 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
15507 || as_fn_error "could not setup config files machinery" "$LINENO" 5
15508 _ACEOF
15509
15510 # VPATH may cause trouble with some makes, so we remove $(srcdir),
15511 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
15512 # trailing colons and then remove the whole line if VPATH becomes empty
15513 # (actually we leave an empty line to preserve line numbers).
15514 if test "x$srcdir" = x.; then
15515 ac_vpsub='/^[ ]*VPATH[ ]*=/{
15516 s/:*\$(srcdir):*/:/
15517 s/:*\${srcdir}:*/:/
15518 s/:*@srcdir@:*/:/
15519 s/^\([^=]*=[ ]*\):*/\1/
15520 s/:*$//
15521 s/^[^=]*=[ ]*$//
15522 }'
15523 fi
15524
15525 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15526 fi # test -n "$CONFIG_FILES"
15527
15528 # Set up the scripts for CONFIG_HEADERS section.
15529 # No need to generate them if there are no CONFIG_HEADERS.
15530 # This happens for instance with `./config.status Makefile'.
15531 if test -n "$CONFIG_HEADERS"; then
15532 cat >"$tmp/defines.awk" <<\_ACAWK ||
15533 BEGIN {
15534 _ACEOF
15535
15536 # Transform confdefs.h into an awk script `defines.awk', embedded as
15537 # here-document in config.status, that substitutes the proper values into
15538 # config.h.in to produce config.h.
15539
15540 # Create a delimiter string that does not exist in confdefs.h, to ease
15541 # handling of long lines.
15542 ac_delim='%!_!# '
15543 for ac_last_try in false false :; do
15544 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
15545 if test -z "$ac_t"; then
15546 break
15547 elif $ac_last_try; then
15548 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
15549 else
15550 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15551 fi
15552 done
15553
15554 # For the awk script, D is an array of macro values keyed by name,
15555 # likewise P contains macro parameters if any. Preserve backslash
15556 # newline sequences.
15557
15558 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15559 sed -n '
15560 s/.\{148\}/&'"$ac_delim"'/g
15561 t rset
15562 :rset
15563 s/^[ ]*#[ ]*define[ ][ ]*/ /
15564 t def
15565 d
15566 :def
15567 s/\\$//
15568 t bsnl
15569 s/["\\]/\\&/g
15570 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15571 D["\1"]=" \3"/p
15572 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15573 d
15574 :bsnl
15575 s/["\\]/\\&/g
15576 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15577 D["\1"]=" \3\\\\\\n"\\/p
15578 t cont
15579 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15580 t cont
15581 d
15582 :cont
15583 n
15584 s/.\{148\}/&'"$ac_delim"'/g
15585 t clear
15586 :clear
15587 s/\\$//
15588 t bsnlc
15589 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15590 d
15591 :bsnlc
15592 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15593 b cont
15594 ' <confdefs.h | sed '
15595 s/'"$ac_delim"'/"\\\
15596 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15597
15598 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15599 for (key in D) D_is_set[key] = 1
15600 FS = "\a"
15601 }
15602 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15603 line = \$ 0
15604 split(line, arg, " ")
15605 if (arg[1] == "#") {
15606 defundef = arg[2]
15607 mac1 = arg[3]
15608 } else {
15609 defundef = substr(arg[1], 2)
15610 mac1 = arg[2]
15611 }
15612 split(mac1, mac2, "(") #)
15613 macro = mac2[1]
15614 prefix = substr(line, 1, index(line, defundef) - 1)
15615 if (D_is_set[macro]) {
15616 # Preserve the white space surrounding the "#".
15617 print prefix "define", macro P[macro] D[macro]
15618 next
15619 } else {
15620 # Replace #undef with comments. This is necessary, for example,
15621 # in the case of _POSIX_SOURCE, which is predefined and required
15622 # on some systems where configure will not decide to define it.
15623 if (defundef == "undef") {
15624 print "/*", prefix defundef, macro, "*/"
15625 next
15626 }
15627 }
15628 }
15629 { print }
15630 _ACAWK
15631 _ACEOF
15632 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15633 as_fn_error "could not setup config headers machinery" "$LINENO" 5
15634 fi # test -n "$CONFIG_HEADERS"
15635
15636
15637 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15638 shift
15639 for ac_tag
15640 do
15641 case $ac_tag in
15642 :[FHLC]) ac_mode=$ac_tag; continue;;
15643 esac
15644 case $ac_mode$ac_tag in
15645 :[FHL]*:*);;
15646 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
15647 :[FH]-) ac_tag=-:-;;
15648 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15649 esac
15650 ac_save_IFS=$IFS
15651 IFS=:
15652 set x $ac_tag
15653 IFS=$ac_save_IFS
15654 shift
15655 ac_file=$1
15656 shift
15657
15658 case $ac_mode in
15659 :L) ac_source=$1;;
15660 :[FH])
15661 ac_file_inputs=
15662 for ac_f
15663 do
15664 case $ac_f in
15665 -) ac_f="$tmp/stdin";;
15666 *) # Look for the file first in the build tree, then in the source tree
15667 # (if the path is not absolute). The absolute path cannot be DOS-style,
15668 # because $ac_f cannot contain `:'.
15669 test -f "$ac_f" ||
15670 case $ac_f in
15671 [\\/$]*) false;;
15672 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15673 esac ||
15674 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15675 esac
15676 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15677 as_fn_append ac_file_inputs " '$ac_f'"
15678 done
15679
15680 # Let's still pretend it is `configure' which instantiates (i.e., don't
15681 # use $as_me), people would be surprised to read:
15682 # /* config.h. Generated by config.status. */
15683 configure_input='Generated from '`
15684 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15685 `' by configure.'
15686 if test x"$ac_file" != x-; then
15687 configure_input="$ac_file. $configure_input"
15688 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15689 $as_echo "$as_me: creating $ac_file" >&6;}
15690 fi
15691 # Neutralize special characters interpreted by sed in replacement strings.
15692 case $configure_input in #(
15693 *\&* | *\|* | *\\* )
15694 ac_sed_conf_input=`$as_echo "$configure_input" |
15695 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15696 *) ac_sed_conf_input=$configure_input;;
15697 esac
15698
15699 case $ac_tag in
15700 *:-:* | *:-) cat >"$tmp/stdin" \
15701 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
15702 esac
15703 ;;
15704 esac
15705
15706 ac_dir=`$as_dirname -- "$ac_file" ||
15707 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15708 X"$ac_file" : 'X\(//\)[^/]' \| \
15709 X"$ac_file" : 'X\(//\)$' \| \
15710 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15711 $as_echo X"$ac_file" |
15712 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15713 s//\1/
15714 q
15715 }
15716 /^X\(\/\/\)[^/].*/{
15717 s//\1/
15718 q
15719 }
15720 /^X\(\/\/\)$/{
15721 s//\1/
15722 q
15723 }
15724 /^X\(\/\).*/{
15725 s//\1/
15726 q
15727 }
15728 s/.*/./; q'`
15729 as_dir="$ac_dir"; as_fn_mkdir_p
15730 ac_builddir=.
15731
15732 case "$ac_dir" in
15733 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15734 *)
15735 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15736 # A ".." for each directory in $ac_dir_suffix.
15737 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15738 case $ac_top_builddir_sub in
15739 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15740 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15741 esac ;;
15742 esac
15743 ac_abs_top_builddir=$ac_pwd
15744 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15745 # for backward compatibility:
15746 ac_top_builddir=$ac_top_build_prefix
15747
15748 case $srcdir in
15749 .) # We are building in place.
15750 ac_srcdir=.
15751 ac_top_srcdir=$ac_top_builddir_sub
15752 ac_abs_top_srcdir=$ac_pwd ;;
15753 [\\/]* | ?:[\\/]* ) # Absolute name.
15754 ac_srcdir=$srcdir$ac_dir_suffix;
15755 ac_top_srcdir=$srcdir
15756 ac_abs_top_srcdir=$srcdir ;;
15757 *) # Relative name.
15758 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15759 ac_top_srcdir=$ac_top_build_prefix$srcdir
15760 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15761 esac
15762 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15763
15764
15765 case $ac_mode in
15766 :F)
15767 #
15768 # CONFIG_FILE
15769 #
15770
15771 case $INSTALL in
15772 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15773 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15774 esac
15775 ac_MKDIR_P=$MKDIR_P
15776 case $MKDIR_P in
15777 [\\/$]* | ?:[\\/]* ) ;;
15778 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15779 esac
15780 _ACEOF
15781
15782 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15783 # If the template does not know about datarootdir, expand it.
15784 # FIXME: This hack should be removed a few years after 2.60.
15785 ac_datarootdir_hack=; ac_datarootdir_seen=
15786 ac_sed_dataroot='
15787 /datarootdir/ {
15788 p
15789 q
15790 }
15791 /@datadir@/p
15792 /@docdir@/p
15793 /@infodir@/p
15794 /@localedir@/p
15795 /@mandir@/p'
15796 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15797 *datarootdir*) ac_datarootdir_seen=yes;;
15798 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15799 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15800 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15801 _ACEOF
15802 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15803 ac_datarootdir_hack='
15804 s&@datadir@&$datadir&g
15805 s&@docdir@&$docdir&g
15806 s&@infodir@&$infodir&g
15807 s&@localedir@&$localedir&g
15808 s&@mandir@&$mandir&g
15809 s&\\\${datarootdir}&$datarootdir&g' ;;
15810 esac
15811 _ACEOF
15812
15813 # Neutralize VPATH when `$srcdir' = `.'.
15814 # Shell code in configure.ac might set extrasub.
15815 # FIXME: do we really want to maintain this feature?
15816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15817 ac_sed_extra="$ac_vpsub
15818 $extrasub
15819 _ACEOF
15820 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15821 :t
15822 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15823 s|@configure_input@|$ac_sed_conf_input|;t t
15824 s&@top_builddir@&$ac_top_builddir_sub&;t t
15825 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15826 s&@srcdir@&$ac_srcdir&;t t
15827 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15828 s&@top_srcdir@&$ac_top_srcdir&;t t
15829 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15830 s&@builddir@&$ac_builddir&;t t
15831 s&@abs_builddir@&$ac_abs_builddir&;t t
15832 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15833 s&@INSTALL@&$ac_INSTALL&;t t
15834 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15835 $ac_datarootdir_hack
15836 "
15837 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15838 || as_fn_error "could not create $ac_file" "$LINENO" 5
15839
15840 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15841 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15842 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15843 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15844 which seems to be undefined. Please make sure it is defined." >&5
15845 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15846 which seems to be undefined. Please make sure it is defined." >&2;}
15847
15848 rm -f "$tmp/stdin"
15849 case $ac_file in
15850 -) cat "$tmp/out" && rm -f "$tmp/out";;
15851 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15852 esac \
15853 || as_fn_error "could not create $ac_file" "$LINENO" 5
15854 ;;
15855 :H)
15856 #
15857 # CONFIG_HEADER
15858 #
15859 if test x"$ac_file" != x-; then
15860 {
15861 $as_echo "/* $configure_input */" \
15862 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15863 } >"$tmp/config.h" \
15864 || as_fn_error "could not create $ac_file" "$LINENO" 5
15865 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15866 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15867 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15868 else
15869 rm -f "$ac_file"
15870 mv "$tmp/config.h" "$ac_file" \
15871 || as_fn_error "could not create $ac_file" "$LINENO" 5
15872 fi
15873 else
15874 $as_echo "/* $configure_input */" \
15875 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15876 || as_fn_error "could not create -" "$LINENO" 5
15877 fi
15878 # Compute "$ac_file"'s index in $config_headers.
15879 _am_arg="$ac_file"
15880 _am_stamp_count=1
15881 for _am_header in $config_headers :; do
15882 case $_am_header in
15883 $_am_arg | $_am_arg:* )
15884 break ;;
15885 * )
15886 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15887 esac
15888 done
15889 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15890 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15891 X"$_am_arg" : 'X\(//\)[^/]' \| \
15892 X"$_am_arg" : 'X\(//\)$' \| \
15893 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15894 $as_echo X"$_am_arg" |
15895 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15896 s//\1/
15897 q
15898 }
15899 /^X\(\/\/\)[^/].*/{
15900 s//\1/
15901 q
15902 }
15903 /^X\(\/\/\)$/{
15904 s//\1/
15905 q
15906 }
15907 /^X\(\/\).*/{
15908 s//\1/
15909 q
15910 }
15911 s/.*/./; q'`/stamp-h$_am_stamp_count
15912 ;;
15913
15914 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15915 $as_echo "$as_me: executing $ac_file commands" >&6;}
15916 ;;
15917 esac
15918
15919
15920 case $ac_file$ac_mode in
15921 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15922 # Autoconf 2.62 quotes --file arguments for eval, but not when files
15923 # are listed without --file. Let's play safe and only enable the eval
15924 # if we detect the quoting.
15925 case $CONFIG_FILES in
15926 *\'*) eval set x "$CONFIG_FILES" ;;
15927 *) set x $CONFIG_FILES ;;
15928 esac
15929 shift
15930 for mf
15931 do
15932 # Strip MF so we end up with the name of the file.
15933 mf=`echo "$mf" | sed -e 's/:.*$//'`
15934 # Check whether this is an Automake generated Makefile or not.
15935 # We used to match only the files named `Makefile.in', but
15936 # some people rename them; so instead we look at the file content.
15937 # Grep'ing the first line is not enough: some people post-process
15938 # each Makefile.in and add a new line on top of each file to say so.
15939 # Grep'ing the whole file is not good either: AIX grep has a line
15940 # limit of 2048, but all sed's we know have understand at least 4000.
15941 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15942 dirpart=`$as_dirname -- "$mf" ||
15943 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15944 X"$mf" : 'X\(//\)[^/]' \| \
15945 X"$mf" : 'X\(//\)$' \| \
15946 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15947 $as_echo X"$mf" |
15948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15949 s//\1/
15950 q
15951 }
15952 /^X\(\/\/\)[^/].*/{
15953 s//\1/
15954 q
15955 }
15956 /^X\(\/\/\)$/{
15957 s//\1/
15958 q
15959 }
15960 /^X\(\/\).*/{
15961 s//\1/
15962 q
15963 }
15964 s/.*/./; q'`
15965 else
15966 continue
15967 fi
15968 # Extract the definition of DEPDIR, am__include, and am__quote
15969 # from the Makefile without running `make'.
15970 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15971 test -z "$DEPDIR" && continue
15972 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15973 test -z "am__include" && continue
15974 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15975 # When using ansi2knr, U may be empty or an underscore; expand it
15976 U=`sed -n 's/^U = //p' < "$mf"`
15977 # Find all dependency output files, they are included files with
15978 # $(DEPDIR) in their names. We invoke sed twice because it is the
15979 # simplest approach to changing $(DEPDIR) to its actual value in the
15980 # expansion.
15981 for file in `sed -n "
15982 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15983 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
15984 # Make sure the directory exists.
15985 test -f "$dirpart/$file" && continue
15986 fdir=`$as_dirname -- "$file" ||
15987 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15988 X"$file" : 'X\(//\)[^/]' \| \
15989 X"$file" : 'X\(//\)$' \| \
15990 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15991 $as_echo X"$file" |
15992 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15993 s//\1/
15994 q
15995 }
15996 /^X\(\/\/\)[^/].*/{
15997 s//\1/
15998 q
15999 }
16000 /^X\(\/\/\)$/{
16001 s//\1/
16002 q
16003 }
16004 /^X\(\/\).*/{
16005 s//\1/
16006 q
16007 }
16008 s/.*/./; q'`
16009 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16010 # echo "creating $dirpart/$file"
16011 echo '# dummy' > "$dirpart/$file"
16012 done
16013 done
16014 }
16015 ;;
16016 "libtool":C)
16017
16018 # See if we are running on zsh, and set the options which allow our
16019 # commands through without removal of \ escapes.
16020 if test -n "${ZSH_VERSION+set}" ; then
16021 setopt NO_GLOB_SUBST
16022 fi
16023
16024 cfgfile="${ofile}T"
16025 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16026 $RM "$cfgfile"
16027
16028 cat <<_LT_EOF >> "$cfgfile"
16029 #! $SHELL
16030
16031 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16032 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16033 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16034 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16035 #
16036 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16037 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16038 # Written by Gordon Matzigkeit, 1996
16039 #
16040 # This file is part of GNU Libtool.
16041 #
16042 # GNU Libtool is free software; you can redistribute it and/or
16043 # modify it under the terms of the GNU General Public License as
16044 # published by the Free Software Foundation; either version 2 of
16045 # the License, or (at your option) any later version.
16046 #
16047 # As a special exception to the GNU General Public License,
16048 # if you distribute this file as part of a program or library that
16049 # is built using GNU Libtool, you may include this file under the
16050 # same distribution terms that you use for the rest of that program.
16051 #
16052 # GNU Libtool is distributed in the hope that it will be useful,
16053 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16054 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16055 # GNU General Public License for more details.
16056 #
16057 # You should have received a copy of the GNU General Public License
16058 # along with GNU Libtool; see the file COPYING. If not, a copy
16059 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16060 # obtained by writing to the Free Software Foundation, Inc.,
16061 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16062
16063
16064 # The names of the tagged configurations supported by this script.
16065 available_tags=""
16066
16067 # ### BEGIN LIBTOOL CONFIG
16068
16069 # Which release of libtool.m4 was used?
16070 macro_version=$macro_version
16071 macro_revision=$macro_revision
16072
16073 # Whether or not to build shared libraries.
16074 build_libtool_libs=$enable_shared
16075
16076 # Whether or not to build static libraries.
16077 build_old_libs=$enable_static
16078
16079 # What type of objects to build.
16080 pic_mode=$pic_mode
16081
16082 # Whether or not to optimize for fast installation.
16083 fast_install=$enable_fast_install
16084
16085 # Shell to use when invoking shell scripts.
16086 SHELL=$lt_SHELL
16087
16088 # An echo program that protects backslashes.
16089 ECHO=$lt_ECHO
16090
16091 # The host system.
16092 host_alias=$host_alias
16093 host=$host
16094 host_os=$host_os
16095
16096 # The build system.
16097 build_alias=$build_alias
16098 build=$build
16099 build_os=$build_os
16100
16101 # A sed program that does not truncate output.
16102 SED=$lt_SED
16103
16104 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16105 Xsed="\$SED -e 1s/^X//"
16106
16107 # A grep program that handles long lines.
16108 GREP=$lt_GREP
16109
16110 # An ERE matcher.
16111 EGREP=$lt_EGREP
16112
16113 # A literal string matcher.
16114 FGREP=$lt_FGREP
16115
16116 # A BSD- or MS-compatible name lister.
16117 NM=$lt_NM
16118
16119 # Whether we need soft or hard links.
16120 LN_S=$lt_LN_S
16121
16122 # What is the maximum length of a command?
16123 max_cmd_len=$max_cmd_len
16124
16125 # Object file suffix (normally "o").
16126 objext=$ac_objext
16127
16128 # Executable file suffix (normally "").
16129 exeext=$exeext
16130
16131 # whether the shell understands "unset".
16132 lt_unset=$lt_unset
16133
16134 # turn spaces into newlines.
16135 SP2NL=$lt_lt_SP2NL
16136
16137 # turn newlines into spaces.
16138 NL2SP=$lt_lt_NL2SP
16139
16140 # An object symbol dumper.
16141 OBJDUMP=$lt_OBJDUMP
16142
16143 # Method to check whether dependent libraries are shared objects.
16144 deplibs_check_method=$lt_deplibs_check_method
16145
16146 # Command to use when deplibs_check_method == "file_magic".
16147 file_magic_cmd=$lt_file_magic_cmd
16148
16149 # The archiver.
16150 AR=$lt_AR
16151 AR_FLAGS=$lt_AR_FLAGS
16152
16153 # A symbol stripping program.
16154 STRIP=$lt_STRIP
16155
16156 # Commands used to install an old-style archive.
16157 RANLIB=$lt_RANLIB
16158 old_postinstall_cmds=$lt_old_postinstall_cmds
16159 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16160
16161 # Whether to use a lock for old archive extraction.
16162 lock_old_archive_extraction=$lock_old_archive_extraction
16163
16164 # A C compiler.
16165 LTCC=$lt_CC
16166
16167 # LTCC compiler flags.
16168 LTCFLAGS=$lt_CFLAGS
16169
16170 # Take the output of nm and produce a listing of raw symbols and C names.
16171 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16172
16173 # Transform the output of nm in a proper C declaration.
16174 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16175
16176 # Transform the output of nm in a C name address pair.
16177 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16178
16179 # Transform the output of nm in a C name address pair when lib prefix is needed.
16180 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16181
16182 # The name of the directory that contains temporary libtool files.
16183 objdir=$objdir
16184
16185 # Used to examine libraries when file_magic_cmd begins with "file".
16186 MAGIC_CMD=$MAGIC_CMD
16187
16188 # Must we lock files when doing compilation?
16189 need_locks=$lt_need_locks
16190
16191 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16192 DSYMUTIL=$lt_DSYMUTIL
16193
16194 # Tool to change global to local symbols on Mac OS X.
16195 NMEDIT=$lt_NMEDIT
16196
16197 # Tool to manipulate fat objects and archives on Mac OS X.
16198 LIPO=$lt_LIPO
16199
16200 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16201 OTOOL=$lt_OTOOL
16202
16203 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16204 OTOOL64=$lt_OTOOL64
16205
16206 # Old archive suffix (normally "a").
16207 libext=$libext
16208
16209 # Shared library suffix (normally ".so").
16210 shrext_cmds=$lt_shrext_cmds
16211
16212 # The commands to extract the exported symbol list from a shared archive.
16213 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16214
16215 # Variables whose values should be saved in libtool wrapper scripts and
16216 # restored at link time.
16217 variables_saved_for_relink=$lt_variables_saved_for_relink
16218
16219 # Do we need the "lib" prefix for modules?
16220 need_lib_prefix=$need_lib_prefix
16221
16222 # Do we need a version for libraries?
16223 need_version=$need_version
16224
16225 # Library versioning type.
16226 version_type=$version_type
16227
16228 # Shared library runtime path variable.
16229 runpath_var=$runpath_var
16230
16231 # Shared library path variable.
16232 shlibpath_var=$shlibpath_var
16233
16234 # Is shlibpath searched before the hard-coded library search path?
16235 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16236
16237 # Format of library name prefix.
16238 libname_spec=$lt_libname_spec
16239
16240 # List of archive names. First name is the real one, the rest are links.
16241 # The last name is the one that the linker finds with -lNAME
16242 library_names_spec=$lt_library_names_spec
16243
16244 # The coded name of the library, if different from the real name.
16245 soname_spec=$lt_soname_spec
16246
16247 # Permission mode override for installation of shared libraries.
16248 install_override_mode=$lt_install_override_mode
16249
16250 # Command to use after installation of a shared archive.
16251 postinstall_cmds=$lt_postinstall_cmds
16252
16253 # Command to use after uninstallation of a shared archive.
16254 postuninstall_cmds=$lt_postuninstall_cmds
16255
16256 # Commands used to finish a libtool library installation in a directory.
16257 finish_cmds=$lt_finish_cmds
16258
16259 # As "finish_cmds", except a single script fragment to be evaled but
16260 # not shown.
16261 finish_eval=$lt_finish_eval
16262
16263 # Whether we should hardcode library paths into libraries.
16264 hardcode_into_libs=$hardcode_into_libs
16265
16266 # Compile-time system search path for libraries.
16267 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16268
16269 # Run-time system search path for libraries.
16270 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16271
16272 # Whether dlopen is supported.
16273 dlopen_support=$enable_dlopen
16274
16275 # Whether dlopen of programs is supported.
16276 dlopen_self=$enable_dlopen_self
16277
16278 # Whether dlopen of statically linked programs is supported.
16279 dlopen_self_static=$enable_dlopen_self_static
16280
16281 # Commands to strip libraries.
16282 old_striplib=$lt_old_striplib
16283 striplib=$lt_striplib
16284
16285
16286 # The linker used to build libraries.
16287 LD=$lt_LD
16288
16289 # How to create reloadable object files.
16290 reload_flag=$lt_reload_flag
16291 reload_cmds=$lt_reload_cmds
16292
16293 # Commands used to build an old-style archive.
16294 old_archive_cmds=$lt_old_archive_cmds
16295
16296 # A language specific compiler.
16297 CC=$lt_compiler
16298
16299 # Is the compiler the GNU compiler?
16300 with_gcc=$GCC
16301
16302 # Compiler flag to turn off builtin functions.
16303 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16304
16305 # How to pass a linker flag through the compiler.
16306 wl=$lt_lt_prog_compiler_wl
16307
16308 # Additional compiler flags for building library objects.
16309 pic_flag=$lt_lt_prog_compiler_pic
16310
16311 # Compiler flag to prevent dynamic linking.
16312 link_static_flag=$lt_lt_prog_compiler_static
16313
16314 # Does compiler simultaneously support -c and -o options?
16315 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16316
16317 # Whether or not to add -lc for building shared libraries.
16318 build_libtool_need_lc=$archive_cmds_need_lc
16319
16320 # Whether or not to disallow shared libs when runtime libs are static.
16321 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16322
16323 # Compiler flag to allow reflexive dlopens.
16324 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16325
16326 # Compiler flag to generate shared objects directly from archives.
16327 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16328
16329 # Whether the compiler copes with passing no objects directly.
16330 compiler_needs_object=$lt_compiler_needs_object
16331
16332 # Create an old-style archive from a shared archive.
16333 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16334
16335 # Create a temporary old-style archive to link instead of a shared archive.
16336 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16337
16338 # Commands used to build a shared archive.
16339 archive_cmds=$lt_archive_cmds
16340 archive_expsym_cmds=$lt_archive_expsym_cmds
16341
16342 # Commands used to build a loadable module if different from building
16343 # a shared archive.
16344 module_cmds=$lt_module_cmds
16345 module_expsym_cmds=$lt_module_expsym_cmds
16346
16347 # Whether we are building with GNU ld or not.
16348 with_gnu_ld=$lt_with_gnu_ld
16349
16350 # Flag that allows shared libraries with undefined symbols to be built.
16351 allow_undefined_flag=$lt_allow_undefined_flag
16352
16353 # Flag that enforces no undefined symbols.
16354 no_undefined_flag=$lt_no_undefined_flag
16355
16356 # Flag to hardcode \$libdir into a binary during linking.
16357 # This must work even if \$libdir does not exist
16358 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16359
16360 # If ld is used when linking, flag to hardcode \$libdir into a binary
16361 # during linking. This must work even if \$libdir does not exist.
16362 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16363
16364 # Whether we need a single "-rpath" flag with a separated argument.
16365 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16366
16367 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16368 # DIR into the resulting binary.
16369 hardcode_direct=$hardcode_direct
16370
16371 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16372 # DIR into the resulting binary and the resulting library dependency is
16373 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16374 # library is relocated.
16375 hardcode_direct_absolute=$hardcode_direct_absolute
16376
16377 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16378 # into the resulting binary.
16379 hardcode_minus_L=$hardcode_minus_L
16380
16381 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16382 # into the resulting binary.
16383 hardcode_shlibpath_var=$hardcode_shlibpath_var
16384
16385 # Set to "yes" if building a shared library automatically hardcodes DIR
16386 # into the library and all subsequent libraries and executables linked
16387 # against it.
16388 hardcode_automatic=$hardcode_automatic
16389
16390 # Set to yes if linker adds runtime paths of dependent libraries
16391 # to runtime path list.
16392 inherit_rpath=$inherit_rpath
16393
16394 # Whether libtool must link a program against all its dependency libraries.
16395 link_all_deplibs=$link_all_deplibs
16396
16397 # Fix the shell variable \$srcfile for the compiler.
16398 fix_srcfile_path=$lt_fix_srcfile_path
16399
16400 # Set to "yes" if exported symbols are required.
16401 always_export_symbols=$always_export_symbols
16402
16403 # The commands to list exported symbols.
16404 export_symbols_cmds=$lt_export_symbols_cmds
16405
16406 # Symbols that should not be listed in the preloaded symbols.
16407 exclude_expsyms=$lt_exclude_expsyms
16408
16409 # Symbols that must always be exported.
16410 include_expsyms=$lt_include_expsyms
16411
16412 # Commands necessary for linking programs (against libraries) with templates.
16413 prelink_cmds=$lt_prelink_cmds
16414
16415 # Specify filename containing input files.
16416 file_list_spec=$lt_file_list_spec
16417
16418 # How to hardcode a shared library path into an executable.
16419 hardcode_action=$hardcode_action
16420
16421 # ### END LIBTOOL CONFIG
16422
16423 _LT_EOF
16424
16425 case $host_os in
16426 aix3*)
16427 cat <<\_LT_EOF >> "$cfgfile"
16428 # AIX sometimes has problems with the GCC collect2 program. For some
16429 # reason, if we set the COLLECT_NAMES environment variable, the problems
16430 # vanish in a puff of smoke.
16431 if test "X${COLLECT_NAMES+set}" != Xset; then
16432 COLLECT_NAMES=
16433 export COLLECT_NAMES
16434 fi
16435 _LT_EOF
16436 ;;
16437 esac
16438
16439
16440 ltmain="$ac_aux_dir/ltmain.sh"
16441
16442
16443 # We use sed instead of cat because bash on DJGPP gets confused if
16444 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16445 # text mode, it properly converts lines to CR/LF. This bash problem
16446 # is reportedly fixed, but why not run on old versions too?
16447 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16448 || (rm -f "$cfgfile"; exit 1)
16449
16450 case $xsi_shell in
16451 yes)
16452 cat << \_LT_EOF >> "$cfgfile"
16453
16454 # func_dirname file append nondir_replacement
16455 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16456 # otherwise set result to NONDIR_REPLACEMENT.
16457 func_dirname ()
16458 {
16459 case ${1} in
16460 */*) func_dirname_result="${1%/*}${2}" ;;
16461 * ) func_dirname_result="${3}" ;;
16462 esac
16463 }
16464
16465 # func_basename file
16466 func_basename ()
16467 {
16468 func_basename_result="${1##*/}"
16469 }
16470
16471 # func_dirname_and_basename file append nondir_replacement
16472 # perform func_basename and func_dirname in a single function
16473 # call:
16474 # dirname: Compute the dirname of FILE. If nonempty,
16475 # add APPEND to the result, otherwise set result
16476 # to NONDIR_REPLACEMENT.
16477 # value returned in "$func_dirname_result"
16478 # basename: Compute filename of FILE.
16479 # value retuned in "$func_basename_result"
16480 # Implementation must be kept synchronized with func_dirname
16481 # and func_basename. For efficiency, we do not delegate to
16482 # those functions but instead duplicate the functionality here.
16483 func_dirname_and_basename ()
16484 {
16485 case ${1} in
16486 */*) func_dirname_result="${1%/*}${2}" ;;
16487 * ) func_dirname_result="${3}" ;;
16488 esac
16489 func_basename_result="${1##*/}"
16490 }
16491
16492 # func_stripname prefix suffix name
16493 # strip PREFIX and SUFFIX off of NAME.
16494 # PREFIX and SUFFIX must not contain globbing or regex special
16495 # characters, hashes, percent signs, but SUFFIX may contain a leading
16496 # dot (in which case that matches only a dot).
16497 func_stripname ()
16498 {
16499 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16500 # positional parameters, so assign one to ordinary parameter first.
16501 func_stripname_result=${3}
16502 func_stripname_result=${func_stripname_result#"${1}"}
16503 func_stripname_result=${func_stripname_result%"${2}"}
16504 }
16505
16506 # func_opt_split
16507 func_opt_split ()
16508 {
16509 func_opt_split_opt=${1%%=*}
16510 func_opt_split_arg=${1#*=}
16511 }
16512
16513 # func_lo2o object
16514 func_lo2o ()
16515 {
16516 case ${1} in
16517 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16518 *) func_lo2o_result=${1} ;;
16519 esac
16520 }
16521
16522 # func_xform libobj-or-source
16523 func_xform ()
16524 {
16525 func_xform_result=${1%.*}.lo
16526 }
16527
16528 # func_arith arithmetic-term...
16529 func_arith ()
16530 {
16531 func_arith_result=$(( $* ))
16532 }
16533
16534 # func_len string
16535 # STRING may not start with a hyphen.
16536 func_len ()
16537 {
16538 func_len_result=${#1}
16539 }
16540
16541 _LT_EOF
16542 ;;
16543 *) # Bourne compatible functions.
16544 cat << \_LT_EOF >> "$cfgfile"
16545
16546 # func_dirname file append nondir_replacement
16547 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16548 # otherwise set result to NONDIR_REPLACEMENT.
16549 func_dirname ()
16550 {
16551 # Extract subdirectory from the argument.
16552 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16553 if test "X$func_dirname_result" = "X${1}"; then
16554 func_dirname_result="${3}"
16555 else
16556 func_dirname_result="$func_dirname_result${2}"
16557 fi
16558 }
16559
16560 # func_basename file
16561 func_basename ()
16562 {
16563 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16564 }
16565
16566
16567 # func_stripname prefix suffix name
16568 # strip PREFIX and SUFFIX off of NAME.
16569 # PREFIX and SUFFIX must not contain globbing or regex special
16570 # characters, hashes, percent signs, but SUFFIX may contain a leading
16571 # dot (in which case that matches only a dot).
16572 # func_strip_suffix prefix name
16573 func_stripname ()
16574 {
16575 case ${2} in
16576 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16577 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16578 esac
16579 }
16580
16581 # sed scripts:
16582 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16583 my_sed_long_arg='1s/^-[^=]*=//'
16584
16585 # func_opt_split
16586 func_opt_split ()
16587 {
16588 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16589 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16590 }
16591
16592 # func_lo2o object
16593 func_lo2o ()
16594 {
16595 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16596 }
16597
16598 # func_xform libobj-or-source
16599 func_xform ()
16600 {
16601 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16602 }
16603
16604 # func_arith arithmetic-term...
16605 func_arith ()
16606 {
16607 func_arith_result=`expr "$@"`
16608 }
16609
16610 # func_len string
16611 # STRING may not start with a hyphen.
16612 func_len ()
16613 {
16614 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16615 }
16616
16617 _LT_EOF
16618 esac
16619
16620 case $lt_shell_append in
16621 yes)
16622 cat << \_LT_EOF >> "$cfgfile"
16623
16624 # func_append var value
16625 # Append VALUE to the end of shell variable VAR.
16626 func_append ()
16627 {
16628 eval "$1+=\$2"
16629 }
16630 _LT_EOF
16631 ;;
16632 *)
16633 cat << \_LT_EOF >> "$cfgfile"
16634
16635 # func_append var value
16636 # Append VALUE to the end of shell variable VAR.
16637 func_append ()
16638 {
16639 eval "$1=\$$1\$2"
16640 }
16641
16642 _LT_EOF
16643 ;;
16644 esac
16645
16646
16647 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16648 || (rm -f "$cfgfile"; exit 1)
16649
16650 mv -f "$cfgfile" "$ofile" ||
16651 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16652 chmod +x "$ofile"
16653
16654 ;;
16655 "default-1":C)
16656 for ac_file in $CONFIG_FILES; do
16657 # Support "outfile[:infile[:infile...]]"
16658 case "$ac_file" in
16659 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16660 esac
16661 # PO directories have a Makefile.in generated from Makefile.in.in.
16662 case "$ac_file" in */Makefile.in)
16663 # Adjust a relative srcdir.
16664 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16665 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16666 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16667 # In autoconf-2.13 it is called $ac_given_srcdir.
16668 # In autoconf-2.50 it is called $srcdir.
16669 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16670 case "$ac_given_srcdir" in
16671 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16672 /*) top_srcdir="$ac_given_srcdir" ;;
16673 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16674 esac
16675 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16676 rm -f "$ac_dir/POTFILES"
16677 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16678 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16679 POMAKEFILEDEPS="POTFILES.in"
16680 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16681 # on $ac_dir but don't depend on user-specified configuration
16682 # parameters.
16683 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16684 # The LINGUAS file contains the set of available languages.
16685 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16686 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.in is obsolete" || echo "setting ALL_LINGUAS in configure.in is obsolete"
16687 fi
16688 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16689 # Hide the ALL_LINGUAS assigment from automake.
16690 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16691 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16692 else
16693 # The set of available languages was given in configure.in.
16694 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16695 fi
16696 case "$ac_given_srcdir" in
16697 .) srcdirpre= ;;
16698 *) srcdirpre='$(srcdir)/' ;;
16699 esac
16700 POFILES=
16701 GMOFILES=
16702 UPDATEPOFILES=
16703 DUMMYPOFILES=
16704 for lang in $ALL_LINGUAS; do
16705 POFILES="$POFILES $srcdirpre$lang.po"
16706 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16707 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16708 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16709 done
16710 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16711 # environment variable.
16712 INST_LINGUAS=
16713 if test -n "$ALL_LINGUAS"; then
16714 for presentlang in $ALL_LINGUAS; do
16715 useit=no
16716 if test "%UNSET%" != "$LINGUAS"; then
16717 desiredlanguages="$LINGUAS"
16718 else
16719 desiredlanguages="$ALL_LINGUAS"
16720 fi
16721 for desiredlang in $desiredlanguages; do
16722 # Use the presentlang catalog if desiredlang is
16723 # a. equal to presentlang, or
16724 # b. a variant of presentlang (because in this case,
16725 # presentlang can be used as a fallback for messages
16726 # which are not translated in the desiredlang catalog).
16727 case "$desiredlang" in
16728 "$presentlang"*) useit=yes;;
16729 esac
16730 done
16731 if test $useit = yes; then
16732 INST_LINGUAS="$INST_LINGUAS $presentlang"
16733 fi
16734 done
16735 fi
16736 CATALOGS=
16737 if test -n "$INST_LINGUAS"; then
16738 for lang in $INST_LINGUAS; do
16739 CATALOGS="$CATALOGS $lang.gmo"
16740 done
16741 fi
16742 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16743 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"
16744 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16745 if test -f "$f"; then
16746 case "$f" in
16747 *.orig | *.bak | *~) ;;
16748 *) cat "$f" >> "$ac_dir/Makefile" ;;
16749 esac
16750 fi
16751 done
16752 fi
16753 ;;
16754 esac
16755 done ;;
16756 "default":C) rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h
16757 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16758 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16759 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16760 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16761 if test "x$cgen_cpu_prefix" != x ; then
16762 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16763 fi ;;
16764
16765 esac
16766 done # for ac_tag
16767
16768
16769 as_fn_exit 0
16770 _ACEOF
16771 ac_clean_files=$ac_clean_files_save
16772
16773 test $ac_write_fail = 0 ||
16774 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
16775
16776
16777 # configure is writing to config.log, and then calls config.status.
16778 # config.status does its own redirection, appending to config.log.
16779 # Unfortunately, on DOS this fails, as config.log is still kept open
16780 # by configure, so config.status won't be able to write to it; its
16781 # output is simply discarded. So we exec the FD to /dev/null,
16782 # effectively closing config.log, so it can be properly (re)opened and
16783 # appended to by config.status. When coming back to configure, we
16784 # need to make the FD available again.
16785 if test "$no_create" != yes; then
16786 ac_cs_success=:
16787 ac_config_status_args=
16788 test "$silent" = yes &&
16789 ac_config_status_args="$ac_config_status_args --quiet"
16790 exec 5>/dev/null
16791 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16792 exec 5>>config.log
16793 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16794 # would make configure fail if this is the last instruction.
16795 $ac_cs_success || as_fn_exit $?
16796 fi
16797 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16799 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16800 fi
16801
This page took 0.413302 seconds and 4 git commands to generate.