[PATCH 55/57][Arm][OBJDUMP] Add support for MVE instructions: vmul, vmulh, vrmulh...
[binutils-gdb.git] / gas / configure
blob1aafa6b31d7c8227c55d53db3974ad9b7e153343
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.32.51.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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 ## -------------------- ##
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 *) :
30 esac
34 as_nl='
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"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
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=';'
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"
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
174 esac
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190 else
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
280 exit 1
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
298 { eval $1=; unset $1;}
300 as_unset=as_fn_unset
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
307 return $1
308 } # as_fn_set_status
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
351 /^X\(\/\/\)$/{
352 s//\1/
355 /^X\(\/\).*/{
356 s//\1/
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366 } # as_fn_mkdir_p
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
384 eval $1+=\$2
386 else
387 as_fn_append ()
389 eval $1=\$$1\$2
391 fi # as_fn_append
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
401 as_val=$(( $* ))
403 else
404 as_fn_arith ()
406 as_val=`expr "$@" || test $? -eq 1`
408 fi # as_fn_arith
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
455 /^X\/\(\/\/\)$/{
456 s//\1/
459 /^X\/\(\/\).*/{
460 s//\1/
463 s/.*/./; q'`
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
486 :lineno
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
518 ECHO_N='-n';;
519 esac
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
542 else
543 as_ln_s='cp -pR'
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
576 # Initializations.
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
587 # Identity of this package.
588 PACKAGE_NAME='gas'
589 PACKAGE_TARNAME='gas'
590 PACKAGE_VERSION='2.32.51'
591 PACKAGE_STRING='gas 2.32.51'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
595 ac_unique_file="as.h"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
632 ac_subst_vars='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 zlibinc
637 zlibdir
638 LIBM
639 ALLOCA
640 GENINSRC_NEVER_FALSE
641 GENINSRC_NEVER_TRUE
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 MSGMERGE
646 MSGFMT
647 MKINSTALLDIRS
648 CATOBJEXT
649 GENCAT
650 INSTOBJEXT
651 DATADIRNAME
652 CATALOGS
653 POSUB
654 GMSGFMT
655 XGETTEXT
656 INCINTL
657 LIBINTL_DEP
658 LIBINTL
659 USE_NLS
660 LEXLIB
661 LEX_OUTPUT_ROOT
663 YFLAGS
664 YACC
665 OPCODES_LIB
666 atof
667 install_tooldir
668 te_file
669 obj_format
670 target_cpu_type
671 extra_objects
672 cgen_cpu_prefix
673 GDBINIT
674 WARN_WRITE_STRINGS
675 NO_WERROR
676 WARN_CFLAGS_FOR_BUILD
677 WARN_CFLAGS
678 do_compare
679 OTOOL64
680 OTOOL
681 LIPO
682 NMEDIT
683 DSYMUTIL
684 RANLIB
686 OBJDUMP
687 LN_S
689 ac_ct_DUMPBIN
690 DUMPBIN
692 FGREP
694 LIBTOOL
695 EGREP
696 GREP
698 AM_BACKSLASH
699 AM_DEFAULT_VERBOSITY
700 AM_DEFAULT_V
701 AM_V
702 am__fastdepCC_FALSE
703 am__fastdepCC_TRUE
704 CCDEPMODE
705 am__nodep
706 AMDEPBACKSLASH
707 AMDEP_FALSE
708 AMDEP_TRUE
709 am__quote
710 am__include
711 DEPDIR
712 am__untar
713 am__tar
714 AMTAR
715 am__leading_dot
716 SET_MAKE
718 mkdir_p
719 MKDIR_P
720 INSTALL_STRIP_PROGRAM
721 STRIP
722 install_sh
723 MAKEINFO
724 AUTOHEADER
725 AUTOMAKE
726 AUTOCONF
727 ACLOCAL
728 VERSION
729 PACKAGE
730 CYGPATH_W
731 am__isrc
732 INSTALL_DATA
733 INSTALL_SCRIPT
734 INSTALL_PROGRAM
735 OBJEXT
736 EXEEXT
737 ac_ct_CC
738 CPPFLAGS
739 LDFLAGS
740 CFLAGS
742 target_os
743 target_vendor
744 target_cpu
745 target
746 host_os
747 host_vendor
748 host_cpu
749 host
750 build_os
751 build_vendor
752 build_cpu
753 build
754 target_alias
755 host_alias
756 build_alias
757 LIBS
758 ECHO_T
759 ECHO_N
760 ECHO_C
761 DEFS
762 mandir
763 localedir
764 libdir
765 psdir
766 pdfdir
767 dvidir
768 htmldir
769 infodir
770 docdir
771 oldincludedir
772 includedir
773 localstatedir
774 sharedstatedir
775 sysconfdir
776 datadir
777 datarootdir
778 libexecdir
779 sbindir
780 bindir
781 program_transform_name
782 prefix
783 exec_prefix
784 PACKAGE_URL
785 PACKAGE_BUGREPORT
786 PACKAGE_STRING
787 PACKAGE_VERSION
788 PACKAGE_TARNAME
789 PACKAGE_NAME
790 PATH_SEPARATOR
791 SHELL'
792 ac_subst_files=''
793 ac_user_opts='
794 enable_option_checking
795 enable_dependency_tracking
796 enable_silent_rules
797 enable_shared
798 enable_static
799 with_pic
800 enable_fast_install
801 with_gnu_ld
802 enable_libtool_lock
803 enable_plugins
804 enable_largefile
805 enable_targets
806 enable_checking
807 enable_compressed_debug_sections
808 enable_x86_relax_relocations
809 enable_elf_stt_common
810 enable_generate_build_notes
811 enable_mips_fix_loongson3_llsc
812 enable_x86_used_note
813 enable_default_riscv_attribute
814 enable_werror
815 enable_build_warnings
816 with_cpu
817 enable_nls
818 enable_maintainer_mode
819 with_system_zlib
821 ac_precious_vars='build_alias
822 host_alias
823 target_alias
825 CFLAGS
826 LDFLAGS
827 LIBS
828 CPPFLAGS
830 YACC
831 YFLAGS'
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
882 ac_prev=
883 ac_dashdash=
884 for ac_option
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
888 eval $ac_prev=\$ac_option
889 ac_prev=
890 continue
893 case $ac_option in
894 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *=) ac_optarg= ;;
896 *) ac_optarg=yes ;;
897 esac
899 # Accept the important Cygnus configure options, so we can diagnose typos.
901 case $ac_dashdash$ac_option in
903 ac_dashdash=yes ;;
905 -bindir | --bindir | --bindi | --bind | --bin | --bi)
906 ac_prev=bindir ;;
907 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
908 bindir=$ac_optarg ;;
910 -build | --build | --buil | --bui | --bu)
911 ac_prev=build_alias ;;
912 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
913 build_alias=$ac_optarg ;;
915 -cache-file | --cache-file | --cache-fil | --cache-fi \
916 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
917 ac_prev=cache_file ;;
918 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
919 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
920 cache_file=$ac_optarg ;;
922 --config-cache | -C)
923 cache_file=config.cache ;;
925 -datadir | --datadir | --datadi | --datad)
926 ac_prev=datadir ;;
927 -datadir=* | --datadir=* | --datadi=* | --datad=*)
928 datadir=$ac_optarg ;;
930 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
931 | --dataroo | --dataro | --datar)
932 ac_prev=datarootdir ;;
933 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
934 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
935 datarootdir=$ac_optarg ;;
937 -disable-* | --disable-*)
938 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error $? "invalid feature name: $ac_useropt"
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
946 "enable_$ac_useropt"
947 "*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
950 esac
951 eval enable_$ac_useropt=no ;;
953 -docdir | --docdir | --docdi | --doc | --do)
954 ac_prev=docdir ;;
955 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
956 docdir=$ac_optarg ;;
958 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
959 ac_prev=dvidir ;;
960 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
961 dvidir=$ac_optarg ;;
963 -enable-* | --enable-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
972 "enable_$ac_useropt"
973 "*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval enable_$ac_useropt=\$ac_optarg ;;
979 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
980 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
981 | --exec | --exe | --ex)
982 ac_prev=exec_prefix ;;
983 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
984 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
985 | --exec=* | --exe=* | --ex=*)
986 exec_prefix=$ac_optarg ;;
988 -gas | --gas | --ga | --g)
989 # Obsolete; use --with-gas.
990 with_gas=yes ;;
992 -help | --help | --hel | --he | -h)
993 ac_init_help=long ;;
994 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
995 ac_init_help=recursive ;;
996 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
997 ac_init_help=short ;;
999 -host | --host | --hos | --ho)
1000 ac_prev=host_alias ;;
1001 -host=* | --host=* | --hos=* | --ho=*)
1002 host_alias=$ac_optarg ;;
1004 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1005 ac_prev=htmldir ;;
1006 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1007 | --ht=*)
1008 htmldir=$ac_optarg ;;
1010 -includedir | --includedir | --includedi | --included | --include \
1011 | --includ | --inclu | --incl | --inc)
1012 ac_prev=includedir ;;
1013 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1014 | --includ=* | --inclu=* | --incl=* | --inc=*)
1015 includedir=$ac_optarg ;;
1017 -infodir | --infodir | --infodi | --infod | --info | --inf)
1018 ac_prev=infodir ;;
1019 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1020 infodir=$ac_optarg ;;
1022 -libdir | --libdir | --libdi | --libd)
1023 ac_prev=libdir ;;
1024 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1025 libdir=$ac_optarg ;;
1027 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1028 | --libexe | --libex | --libe)
1029 ac_prev=libexecdir ;;
1030 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1031 | --libexe=* | --libex=* | --libe=*)
1032 libexecdir=$ac_optarg ;;
1034 -localedir | --localedir | --localedi | --localed | --locale)
1035 ac_prev=localedir ;;
1036 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1037 localedir=$ac_optarg ;;
1039 -localstatedir | --localstatedir | --localstatedi | --localstated \
1040 | --localstate | --localstat | --localsta | --localst | --locals)
1041 ac_prev=localstatedir ;;
1042 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1043 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1044 localstatedir=$ac_optarg ;;
1046 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1047 ac_prev=mandir ;;
1048 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1049 mandir=$ac_optarg ;;
1051 -nfp | --nfp | --nf)
1052 # Obsolete; use --without-fp.
1053 with_fp=no ;;
1055 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1056 | --no-cr | --no-c | -n)
1057 no_create=yes ;;
1059 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1060 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1061 no_recursion=yes ;;
1063 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1064 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1065 | --oldin | --oldi | --old | --ol | --o)
1066 ac_prev=oldincludedir ;;
1067 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1068 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1069 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1070 oldincludedir=$ac_optarg ;;
1072 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1073 ac_prev=prefix ;;
1074 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1075 prefix=$ac_optarg ;;
1077 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1078 | --program-pre | --program-pr | --program-p)
1079 ac_prev=program_prefix ;;
1080 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1081 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1082 program_prefix=$ac_optarg ;;
1084 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1085 | --program-suf | --program-su | --program-s)
1086 ac_prev=program_suffix ;;
1087 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1088 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1089 program_suffix=$ac_optarg ;;
1091 -program-transform-name | --program-transform-name \
1092 | --program-transform-nam | --program-transform-na \
1093 | --program-transform-n | --program-transform- \
1094 | --program-transform | --program-transfor \
1095 | --program-transfo | --program-transf \
1096 | --program-trans | --program-tran \
1097 | --progr-tra | --program-tr | --program-t)
1098 ac_prev=program_transform_name ;;
1099 -program-transform-name=* | --program-transform-name=* \
1100 | --program-transform-nam=* | --program-transform-na=* \
1101 | --program-transform-n=* | --program-transform-=* \
1102 | --program-transform=* | --program-transfor=* \
1103 | --program-transfo=* | --program-transf=* \
1104 | --program-trans=* | --program-tran=* \
1105 | --progr-tra=* | --program-tr=* | --program-t=*)
1106 program_transform_name=$ac_optarg ;;
1108 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1109 ac_prev=pdfdir ;;
1110 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1111 pdfdir=$ac_optarg ;;
1113 -psdir | --psdir | --psdi | --psd | --ps)
1114 ac_prev=psdir ;;
1115 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1116 psdir=$ac_optarg ;;
1118 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1119 | -silent | --silent | --silen | --sile | --sil)
1120 silent=yes ;;
1122 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1123 ac_prev=sbindir ;;
1124 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1125 | --sbi=* | --sb=*)
1126 sbindir=$ac_optarg ;;
1128 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1129 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1130 | --sharedst | --shareds | --shared | --share | --shar \
1131 | --sha | --sh)
1132 ac_prev=sharedstatedir ;;
1133 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1134 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1135 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1136 | --sha=* | --sh=*)
1137 sharedstatedir=$ac_optarg ;;
1139 -site | --site | --sit)
1140 ac_prev=site ;;
1141 -site=* | --site=* | --sit=*)
1142 site=$ac_optarg ;;
1144 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1145 ac_prev=srcdir ;;
1146 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1147 srcdir=$ac_optarg ;;
1149 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1150 | --syscon | --sysco | --sysc | --sys | --sy)
1151 ac_prev=sysconfdir ;;
1152 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1153 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1154 sysconfdir=$ac_optarg ;;
1156 -target | --target | --targe | --targ | --tar | --ta | --t)
1157 ac_prev=target_alias ;;
1158 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1159 target_alias=$ac_optarg ;;
1161 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1162 verbose=yes ;;
1164 -version | --version | --versio | --versi | --vers | -V)
1165 ac_init_version=: ;;
1167 -with-* | --with-*)
1168 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1171 as_fn_error $? "invalid package name: $ac_useropt"
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1176 "with_$ac_useropt"
1177 "*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
1180 esac
1181 eval with_$ac_useropt=\$ac_optarg ;;
1183 -without-* | --without-*)
1184 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1185 # Reject names that are not valid shell variable names.
1186 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1187 as_fn_error $? "invalid package name: $ac_useropt"
1188 ac_useropt_orig=$ac_useropt
1189 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1190 case $ac_user_opts in
1192 "with_$ac_useropt"
1193 "*) ;;
1194 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1195 ac_unrecognized_sep=', ';;
1196 esac
1197 eval with_$ac_useropt=no ;;
1199 --x)
1200 # Obsolete; use --with-x.
1201 with_x=yes ;;
1203 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1204 | --x-incl | --x-inc | --x-in | --x-i)
1205 ac_prev=x_includes ;;
1206 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1207 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1208 x_includes=$ac_optarg ;;
1210 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1211 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1212 ac_prev=x_libraries ;;
1213 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1214 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1215 x_libraries=$ac_optarg ;;
1217 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1218 Try \`$0 --help' for more information"
1221 *=*)
1222 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1223 # Reject names that are not valid shell variable names.
1224 case $ac_envvar in #(
1225 '' | [0-9]* | *[!_$as_cr_alnum]* )
1226 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1227 esac
1228 eval $ac_envvar=\$ac_optarg
1229 export $ac_envvar ;;
1232 # FIXME: should be removed in autoconf 3.0.
1233 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1234 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1235 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1236 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1239 esac
1240 done
1242 if test -n "$ac_prev"; then
1243 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1244 as_fn_error $? "missing argument to $ac_option"
1247 if test -n "$ac_unrecognized_opts"; then
1248 case $enable_option_checking in
1249 no) ;;
1250 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1251 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1252 esac
1255 # Check all directory arguments for consistency.
1256 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1257 datadir sysconfdir sharedstatedir localstatedir includedir \
1258 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1259 libdir localedir mandir
1261 eval ac_val=\$$ac_var
1262 # Remove trailing slashes.
1263 case $ac_val in
1264 */ )
1265 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1266 eval $ac_var=\$ac_val;;
1267 esac
1268 # Be sure to have absolute directory names.
1269 case $ac_val in
1270 [\\/$]* | ?:[\\/]* ) continue;;
1271 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1272 esac
1273 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1274 done
1276 # There might be people who depend on the old broken behavior: `$host'
1277 # used to hold the argument of --host etc.
1278 # FIXME: To remove some day.
1279 build=$build_alias
1280 host=$host_alias
1281 target=$target_alias
1283 # FIXME: To remove some day.
1284 if test "x$host_alias" != x; then
1285 if test "x$build_alias" = x; then
1286 cross_compiling=maybe
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1292 ac_tool_prefix=
1293 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295 test "$silent" = yes && exec 6>/dev/null
1298 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299 ac_ls_di=`ls -di .` &&
1300 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error $? "working directory cannot be determined"
1302 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error $? "pwd does not report name of working directory"
1306 # Find the source files, if location was not specified.
1307 if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315 $as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1324 /^X\(\/\/\)$/{
1325 s//\1/
1328 /^X\(\/\).*/{
1329 s//\1/
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1337 else
1338 ac_srcdir_defaulted=no
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1344 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345 ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1347 pwd)`
1348 # When building in place, set srcdir=.
1349 if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1352 # Remove unnecessary trailing slashes from srcdir.
1353 # Double slashes in file names in object file debugging info
1354 # mess up M-x gdb in Emacs.
1355 case $srcdir in
1356 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357 esac
1358 for ac_var in $ac_precious_vars; do
1359 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_env_${ac_var}_value=\$${ac_var}
1361 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1362 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1363 done
1366 # Report the --help message.
1368 if test "$ac_init_help" = "long"; then
1369 # Omit some internal or obsolete options to make the list less imposing.
1370 # This message is too long to be a string in the A/UX 3.1 sh.
1371 cat <<_ACEOF
1372 \`configure' configures gas 2.32.51 to adapt to many kinds of systems.
1374 Usage: $0 [OPTION]... [VAR=VALUE]...
1376 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1377 VAR=VALUE. See below for descriptions of some of the useful variables.
1379 Defaults for the options are specified in brackets.
1381 Configuration:
1382 -h, --help display this help and exit
1383 --help=short display options specific to this package
1384 --help=recursive display the short help of all the included packages
1385 -V, --version display version information and exit
1386 -q, --quiet, --silent do not print \`checking ...' messages
1387 --cache-file=FILE cache test results in FILE [disabled]
1388 -C, --config-cache alias for \`--cache-file=config.cache'
1389 -n, --no-create do not create output files
1390 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1392 Installation directories:
1393 --prefix=PREFIX install architecture-independent files in PREFIX
1394 [$ac_default_prefix]
1395 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1396 [PREFIX]
1398 By default, \`make install' will install all the files in
1399 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1400 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1401 for instance \`--prefix=\$HOME'.
1403 For better control, use the options below.
1405 Fine tuning of the installation directories:
1406 --bindir=DIR user executables [EPREFIX/bin]
1407 --sbindir=DIR system admin executables [EPREFIX/sbin]
1408 --libexecdir=DIR program executables [EPREFIX/libexec]
1409 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1410 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1411 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1412 --libdir=DIR object code libraries [EPREFIX/lib]
1413 --includedir=DIR C header files [PREFIX/include]
1414 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1415 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1416 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1417 --infodir=DIR info documentation [DATAROOTDIR/info]
1418 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1419 --mandir=DIR man documentation [DATAROOTDIR/man]
1420 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1421 --htmldir=DIR html documentation [DOCDIR]
1422 --dvidir=DIR dvi documentation [DOCDIR]
1423 --pdfdir=DIR pdf documentation [DOCDIR]
1424 --psdir=DIR ps documentation [DOCDIR]
1425 _ACEOF
1427 cat <<\_ACEOF
1429 Program names:
1430 --program-prefix=PREFIX prepend PREFIX to installed program names
1431 --program-suffix=SUFFIX append SUFFIX to installed program names
1432 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1434 System types:
1435 --build=BUILD configure for building on BUILD [guessed]
1436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1437 --target=TARGET configure for building compilers for TARGET [HOST]
1438 _ACEOF
1441 if test -n "$ac_init_help"; then
1442 case $ac_init_help in
1443 short | recursive ) echo "Configuration of gas 2.32.51:";;
1444 esac
1445 cat <<\_ACEOF
1447 Optional Features:
1448 --disable-option-checking ignore unrecognized --enable/--with options
1449 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1450 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1451 --enable-dependency-tracking
1452 do not reject slow dependency extractors
1453 --disable-dependency-tracking
1454 speeds up one-time build
1455 --enable-silent-rules less verbose build output (undo: "make V=1")
1456 --disable-silent-rules verbose build output (undo: "make V=0")
1457 --enable-shared[=PKGS] build shared libraries [default=yes]
1458 --enable-static[=PKGS] build static libraries [default=yes]
1459 --enable-fast-install[=PKGS]
1460 optimize for fast installation [default=yes]
1461 --disable-libtool-lock avoid locking (might break parallel builds)
1462 --enable-plugins Enable support for plugins
1463 --disable-largefile omit support for large files
1464 --enable-targets alternative target configurations besides the primary
1465 --enable-checking enable run-time checks
1466 --enable-compressed-debug-sections={all,gas,none}
1467 compress debug sections by default
1468 --enable-x86-relax-relocations
1469 generate x86 relax relocations by default
1470 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1471 default
1472 --enable-generate-build-notes
1473 generate GNU Build notes if none are provided by the
1474 input
1475 --enable-mips-fix-loongson3-llsc
1476 enable MIPS fix Loongson3 LLSC errata
1477 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1478 --enable-default-riscv-attribute
1479 generate RISC-V arch attribute by default
1480 --enable-werror treat compile warnings as errors
1481 --enable-build-warnings enable build-time compiler warnings
1482 --disable-nls do not use Native Language Support
1483 --enable-maintainer-mode
1484 enable make rules and dependencies not useful (and
1485 sometimes confusing) to the casual installer
1487 Optional Packages:
1488 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1489 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1490 --with-pic try to use only PIC/non-PIC objects [default=use
1491 both]
1492 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1493 --with-cpu=CPU default cpu variant is CPU (currently only supported
1494 on ARC)
1495 --with-system-zlib use installed libz
1497 Some influential environment variables:
1498 CC C compiler command
1499 CFLAGS C compiler flags
1500 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1501 nonstandard directory <lib dir>
1502 LIBS libraries to pass to the linker, e.g. -l<library>
1503 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1504 you have headers in a nonstandard directory <include dir>
1505 CPP C preprocessor
1506 YACC The `Yet Another Compiler Compiler' implementation to use.
1507 Defaults to the first program found out of: `bison -y', `byacc',
1508 `yacc'.
1509 YFLAGS The list of arguments that will be passed by default to $YACC.
1510 This script will default YFLAGS to the empty string to avoid a
1511 default value of `-d' given by some make applications.
1513 Use these variables to override the choices made by `configure' or to help
1514 it to find libraries and programs with nonstandard names/locations.
1516 Report bugs to the package provider.
1517 _ACEOF
1518 ac_status=$?
1521 if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
1523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
1527 ac_builddir=.
1529 case "$ac_dir" in
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539 esac
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1545 case $srcdir in
1546 .) # We are building in place.
1547 ac_srcdir=.
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
1551 ac_srcdir=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1558 esac
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1569 else
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
1573 done
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1578 cat <<\_ACEOF
1579 gas configure 2.32.51
1580 generated by GNU Autoconf 2.69
1582 Copyright (C) 2012 Free Software Foundation, Inc.
1583 This configure script is free software; the Free Software Foundation
1584 gives unlimited permission to copy, distribute and modify it.
1585 _ACEOF
1586 exit
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile ()
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601 case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604 esac
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620 else
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1624 ac_retval=1
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
1629 } # ac_fn_c_try_compile
1631 # ac_fn_c_try_link LINENO
1632 # -----------------------
1633 # Try to link conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_link ()
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 rm -f conftest.$ac_objext conftest$ac_exeext
1638 if { { ac_try="$ac_link"
1639 case "(($ac_try" in
1640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1641 *) ac_try_echo=$ac_try;;
1642 esac
1643 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1644 $as_echo "$ac_try_echo"; } >&5
1645 (eval "$ac_link") 2>conftest.err
1646 ac_status=$?
1647 if test -s conftest.err; then
1648 grep -v '^ *+' conftest.err >conftest.er1
1649 cat conftest.er1 >&5
1650 mv -f conftest.er1 conftest.err
1652 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1653 test $ac_status = 0; } && {
1654 test -z "$ac_c_werror_flag" ||
1655 test ! -s conftest.err
1656 } && test -s conftest$ac_exeext && {
1657 test "$cross_compiling" = yes ||
1658 test -x conftest$ac_exeext
1659 }; then :
1660 ac_retval=0
1661 else
1662 $as_echo "$as_me: failed program was:" >&5
1663 sed 's/^/| /' conftest.$ac_ext >&5
1665 ac_retval=1
1667 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1668 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1669 # interfere with the next link command; also delete a directory that is
1670 # left behind by Apple's compiler. We do this before executing the actions.
1671 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1672 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1673 as_fn_set_status $ac_retval
1675 } # ac_fn_c_try_link
1677 # ac_fn_c_try_cpp LINENO
1678 # ----------------------
1679 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1680 ac_fn_c_try_cpp ()
1682 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1683 if { { ac_try="$ac_cpp conftest.$ac_ext"
1684 case "(($ac_try" in
1685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1686 *) ac_try_echo=$ac_try;;
1687 esac
1688 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1689 $as_echo "$ac_try_echo"; } >&5
1690 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1691 ac_status=$?
1692 if test -s conftest.err; then
1693 grep -v '^ *+' conftest.err >conftest.er1
1694 cat conftest.er1 >&5
1695 mv -f conftest.er1 conftest.err
1697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1698 test $ac_status = 0; } > conftest.i && {
1699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1700 test ! -s conftest.err
1701 }; then :
1702 ac_retval=0
1703 else
1704 $as_echo "$as_me: failed program was:" >&5
1705 sed 's/^/| /' conftest.$ac_ext >&5
1707 ac_retval=1
1709 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1710 as_fn_set_status $ac_retval
1712 } # ac_fn_c_try_cpp
1714 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1715 # -------------------------------------------------------
1716 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1717 # the include files in INCLUDES and setting the cache variable VAR
1718 # accordingly.
1719 ac_fn_c_check_header_mongrel ()
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 if eval \${$3+:} false; then :
1723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1724 $as_echo_n "checking for $2... " >&6; }
1725 if eval \${$3+:} false; then :
1726 $as_echo_n "(cached) " >&6
1728 eval ac_res=\$$3
1729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1730 $as_echo "$ac_res" >&6; }
1731 else
1732 # Is the header compilable?
1733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1734 $as_echo_n "checking $2 usability... " >&6; }
1735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1736 /* end confdefs.h. */
1738 #include <$2>
1739 _ACEOF
1740 if ac_fn_c_try_compile "$LINENO"; then :
1741 ac_header_compiler=yes
1742 else
1743 ac_header_compiler=no
1745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1747 $as_echo "$ac_header_compiler" >&6; }
1749 # Is the header present?
1750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1751 $as_echo_n "checking $2 presence... " >&6; }
1752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1753 /* end confdefs.h. */
1754 #include <$2>
1755 _ACEOF
1756 if ac_fn_c_try_cpp "$LINENO"; then :
1757 ac_header_preproc=yes
1758 else
1759 ac_header_preproc=no
1761 rm -f conftest.err conftest.i conftest.$ac_ext
1762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1763 $as_echo "$ac_header_preproc" >&6; }
1765 # So? What about this header?
1766 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1767 yes:no: )
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1769 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1770 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1771 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1773 no:yes:* )
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1775 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1776 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1777 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1778 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1779 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1781 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1783 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1785 esac
1786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1787 $as_echo_n "checking for $2... " >&6; }
1788 if eval \${$3+:} false; then :
1789 $as_echo_n "(cached) " >&6
1790 else
1791 eval "$3=\$ac_header_compiler"
1793 eval ac_res=\$$3
1794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1795 $as_echo "$ac_res" >&6; }
1797 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799 } # ac_fn_c_check_header_mongrel
1801 # ac_fn_c_try_run LINENO
1802 # ----------------------
1803 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1804 # that executables *can* be run.
1805 ac_fn_c_try_run ()
1807 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1808 if { { ac_try="$ac_link"
1809 case "(($ac_try" in
1810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1811 *) ac_try_echo=$ac_try;;
1812 esac
1813 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1814 $as_echo "$ac_try_echo"; } >&5
1815 (eval "$ac_link") 2>&5
1816 ac_status=$?
1817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1818 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1819 { { case "(($ac_try" in
1820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1821 *) ac_try_echo=$ac_try;;
1822 esac
1823 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1824 $as_echo "$ac_try_echo"; } >&5
1825 (eval "$ac_try") 2>&5
1826 ac_status=$?
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; }; }; then :
1829 ac_retval=0
1830 else
1831 $as_echo "$as_me: program exited with status $ac_status" >&5
1832 $as_echo "$as_me: failed program was:" >&5
1833 sed 's/^/| /' conftest.$ac_ext >&5
1835 ac_retval=$ac_status
1837 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1838 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1839 as_fn_set_status $ac_retval
1841 } # ac_fn_c_try_run
1843 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1844 # -------------------------------------------------------
1845 # Tests whether HEADER exists and can be compiled using the include files in
1846 # INCLUDES, setting the cache variable VAR accordingly.
1847 ac_fn_c_check_header_compile ()
1849 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1851 $as_echo_n "checking for $2... " >&6; }
1852 if eval \${$3+:} false; then :
1853 $as_echo_n "(cached) " >&6
1854 else
1855 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1856 /* end confdefs.h. */
1858 #include <$2>
1859 _ACEOF
1860 if ac_fn_c_try_compile "$LINENO"; then :
1861 eval "$3=yes"
1862 else
1863 eval "$3=no"
1865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1867 eval ac_res=\$$3
1868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1869 $as_echo "$ac_res" >&6; }
1870 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1872 } # ac_fn_c_check_header_compile
1874 # ac_fn_c_check_func LINENO FUNC VAR
1875 # ----------------------------------
1876 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1877 ac_fn_c_check_func ()
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if eval \${$3+:} false; then :
1883 $as_echo_n "(cached) " >&6
1884 else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h. */
1887 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1889 #define $2 innocuous_$2
1891 /* System header to define __stub macros and hopefully few prototypes,
1892 which can conflict with char $2 (); below.
1893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1894 <limits.h> exists even on freestanding compilers. */
1896 #ifdef __STDC__
1897 # include <limits.h>
1898 #else
1899 # include <assert.h>
1900 #endif
1902 #undef $2
1904 /* Override any GCC internal prototype to avoid an error.
1905 Use char because int might match the return type of a GCC
1906 builtin and then its argument prototype would still apply. */
1907 #ifdef __cplusplus
1908 extern "C"
1909 #endif
1910 char $2 ();
1911 /* The GNU C library defines this for functions which it implements
1912 to always fail with ENOSYS. Some functions are actually named
1913 something starting with __ and the normal name is an alias. */
1914 #if defined __stub_$2 || defined __stub___$2
1915 choke me
1916 #endif
1919 main ()
1921 return $2 ();
1923 return 0;
1925 _ACEOF
1926 if ac_fn_c_try_link "$LINENO"; then :
1927 eval "$3=yes"
1928 else
1929 eval "$3=no"
1931 rm -f core conftest.err conftest.$ac_objext \
1932 conftest$ac_exeext conftest.$ac_ext
1934 eval ac_res=\$$3
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1936 $as_echo "$ac_res" >&6; }
1937 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1939 } # ac_fn_c_check_func
1941 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1942 # -------------------------------------------
1943 # Tests whether TYPE exists after having included INCLUDES, setting cache
1944 # variable VAR accordingly.
1945 ac_fn_c_check_type ()
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1949 $as_echo_n "checking for $2... " >&6; }
1950 if eval \${$3+:} false; then :
1951 $as_echo_n "(cached) " >&6
1952 else
1953 eval "$3=no"
1954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1955 /* end confdefs.h. */
1958 main ()
1960 if (sizeof ($2))
1961 return 0;
1963 return 0;
1965 _ACEOF
1966 if ac_fn_c_try_compile "$LINENO"; then :
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968 /* end confdefs.h. */
1971 main ()
1973 if (sizeof (($2)))
1974 return 0;
1976 return 0;
1978 _ACEOF
1979 if ac_fn_c_try_compile "$LINENO"; then :
1981 else
1982 eval "$3=yes"
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1988 eval ac_res=\$$3
1989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1990 $as_echo "$ac_res" >&6; }
1991 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1993 } # ac_fn_c_check_type
1995 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1996 # ---------------------------------------------
1997 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1998 # accordingly.
1999 ac_fn_c_check_decl ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 as_decl_name=`echo $2|sed 's/ *(.*//'`
2003 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2005 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2006 if eval \${$3+:} false; then :
2007 $as_echo_n "(cached) " >&6
2008 else
2009 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2010 /* end confdefs.h. */
2013 main ()
2015 #ifndef $as_decl_name
2016 #ifdef __cplusplus
2017 (void) $as_decl_use;
2018 #else
2019 (void) $as_decl_name;
2020 #endif
2021 #endif
2024 return 0;
2026 _ACEOF
2027 if ac_fn_c_try_compile "$LINENO"; then :
2028 eval "$3=yes"
2029 else
2030 eval "$3=no"
2032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 eval ac_res=\$$3
2035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2036 $as_echo "$ac_res" >&6; }
2037 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2039 } # ac_fn_c_check_decl
2040 cat >config.log <<_ACEOF
2041 This file contains any messages produced by compilers while
2042 running configure, to aid debugging if configure makes a mistake.
2044 It was created by gas $as_me 2.32.51, which was
2045 generated by GNU Autoconf 2.69. Invocation command line was
2047 $ $0 $@
2049 _ACEOF
2050 exec 5>>config.log
2052 cat <<_ASUNAME
2053 ## --------- ##
2054 ## Platform. ##
2055 ## --------- ##
2057 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2058 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2059 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2060 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2061 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2063 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2064 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2066 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2067 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2068 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2069 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2070 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2071 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2072 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2074 _ASUNAME
2076 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2077 for as_dir in $PATH
2079 IFS=$as_save_IFS
2080 test -z "$as_dir" && as_dir=.
2081 $as_echo "PATH: $as_dir"
2082 done
2083 IFS=$as_save_IFS
2085 } >&5
2087 cat >&5 <<_ACEOF
2090 ## ----------- ##
2091 ## Core tests. ##
2092 ## ----------- ##
2094 _ACEOF
2097 # Keep a trace of the command line.
2098 # Strip out --no-create and --no-recursion so they do not pile up.
2099 # Strip out --silent because we don't want to record it for future runs.
2100 # Also quote any args containing shell meta-characters.
2101 # Make two passes to allow for proper duplicate-argument suppression.
2102 ac_configure_args=
2103 ac_configure_args0=
2104 ac_configure_args1=
2105 ac_must_keep_next=false
2106 for ac_pass in 1 2
2108 for ac_arg
2110 case $ac_arg in
2111 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2112 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2113 | -silent | --silent | --silen | --sile | --sil)
2114 continue ;;
2115 *\'*)
2116 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2117 esac
2118 case $ac_pass in
2119 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2121 as_fn_append ac_configure_args1 " '$ac_arg'"
2122 if test $ac_must_keep_next = true; then
2123 ac_must_keep_next=false # Got value, back to normal.
2124 else
2125 case $ac_arg in
2126 *=* | --config-cache | -C | -disable-* | --disable-* \
2127 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2128 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2129 | -with-* | --with-* | -without-* | --without-* | --x)
2130 case "$ac_configure_args0 " in
2131 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2132 esac
2134 -* ) ac_must_keep_next=true ;;
2135 esac
2137 as_fn_append ac_configure_args " '$ac_arg'"
2139 esac
2140 done
2141 done
2142 { ac_configure_args0=; unset ac_configure_args0;}
2143 { ac_configure_args1=; unset ac_configure_args1;}
2145 # When interrupted or exit'd, cleanup temporary files, and complete
2146 # config.log. We remove comments because anyway the quotes in there
2147 # would cause problems or look ugly.
2148 # WARNING: Use '\'' to represent an apostrophe within the trap.
2149 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2150 trap 'exit_status=$?
2151 # Save into config.log some information that might help in debugging.
2153 echo
2155 $as_echo "## ---------------- ##
2156 ## Cache variables. ##
2157 ## ---------------- ##"
2158 echo
2159 # The following way of writing the cache mishandles newlines in values,
2161 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2162 eval ac_val=\$$ac_var
2163 case $ac_val in #(
2164 *${as_nl}*)
2165 case $ac_var in #(
2166 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2167 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2168 esac
2169 case $ac_var in #(
2170 _ | IFS | as_nl) ;; #(
2171 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2172 *) { eval $ac_var=; unset $ac_var;} ;;
2173 esac ;;
2174 esac
2175 done
2176 (set) 2>&1 |
2177 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2178 *${as_nl}ac_space=\ *)
2179 sed -n \
2180 "s/'\''/'\''\\\\'\'''\''/g;
2181 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2182 ;; #(
2184 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2186 esac |
2187 sort
2189 echo
2191 $as_echo "## ----------------- ##
2192 ## Output variables. ##
2193 ## ----------------- ##"
2194 echo
2195 for ac_var in $ac_subst_vars
2197 eval ac_val=\$$ac_var
2198 case $ac_val in
2199 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2200 esac
2201 $as_echo "$ac_var='\''$ac_val'\''"
2202 done | sort
2203 echo
2205 if test -n "$ac_subst_files"; then
2206 $as_echo "## ------------------- ##
2207 ## File substitutions. ##
2208 ## ------------------- ##"
2209 echo
2210 for ac_var in $ac_subst_files
2212 eval ac_val=\$$ac_var
2213 case $ac_val in
2214 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2215 esac
2216 $as_echo "$ac_var='\''$ac_val'\''"
2217 done | sort
2218 echo
2221 if test -s confdefs.h; then
2222 $as_echo "## ----------- ##
2223 ## confdefs.h. ##
2224 ## ----------- ##"
2225 echo
2226 cat confdefs.h
2227 echo
2229 test "$ac_signal" != 0 &&
2230 $as_echo "$as_me: caught signal $ac_signal"
2231 $as_echo "$as_me: exit $exit_status"
2232 } >&5
2233 rm -f core *.core core.conftest.* &&
2234 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2235 exit $exit_status
2237 for ac_signal in 1 2 13 15; do
2238 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2239 done
2240 ac_signal=0
2242 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2243 rm -f -r conftest* confdefs.h
2245 $as_echo "/* confdefs.h */" > confdefs.h
2247 # Predefined preprocessor variables.
2249 cat >>confdefs.h <<_ACEOF
2250 #define PACKAGE_NAME "$PACKAGE_NAME"
2251 _ACEOF
2253 cat >>confdefs.h <<_ACEOF
2254 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2255 _ACEOF
2257 cat >>confdefs.h <<_ACEOF
2258 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2259 _ACEOF
2261 cat >>confdefs.h <<_ACEOF
2262 #define PACKAGE_STRING "$PACKAGE_STRING"
2263 _ACEOF
2265 cat >>confdefs.h <<_ACEOF
2266 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2267 _ACEOF
2269 cat >>confdefs.h <<_ACEOF
2270 #define PACKAGE_URL "$PACKAGE_URL"
2271 _ACEOF
2274 # Let the site file select an alternate cache file if it wants to.
2275 # Prefer an explicitly selected file to automatically selected ones.
2276 ac_site_file1=NONE
2277 ac_site_file2=NONE
2278 if test -n "$CONFIG_SITE"; then
2279 # We do not want a PATH search for config.site.
2280 case $CONFIG_SITE in #((
2281 -*) ac_site_file1=./$CONFIG_SITE;;
2282 */*) ac_site_file1=$CONFIG_SITE;;
2283 *) ac_site_file1=./$CONFIG_SITE;;
2284 esac
2285 elif test "x$prefix" != xNONE; then
2286 ac_site_file1=$prefix/share/config.site
2287 ac_site_file2=$prefix/etc/config.site
2288 else
2289 ac_site_file1=$ac_default_prefix/share/config.site
2290 ac_site_file2=$ac_default_prefix/etc/config.site
2292 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2294 test "x$ac_site_file" = xNONE && continue
2295 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2297 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2298 sed 's/^/| /' "$ac_site_file" >&5
2299 . "$ac_site_file" \
2300 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2301 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2302 as_fn_error $? "failed to load site script $ac_site_file
2303 See \`config.log' for more details" "$LINENO" 5; }
2305 done
2307 if test -r "$cache_file"; then
2308 # Some versions of bash will fail to source /dev/null (special files
2309 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2310 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2312 $as_echo "$as_me: loading cache $cache_file" >&6;}
2313 case $cache_file in
2314 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2315 *) . "./$cache_file";;
2316 esac
2318 else
2319 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2320 $as_echo "$as_me: creating cache $cache_file" >&6;}
2321 >$cache_file
2324 # Check that the precious variables saved in the cache have kept the same
2325 # value.
2326 ac_cache_corrupted=false
2327 for ac_var in $ac_precious_vars; do
2328 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2329 eval ac_new_set=\$ac_env_${ac_var}_set
2330 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2331 eval ac_new_val=\$ac_env_${ac_var}_value
2332 case $ac_old_set,$ac_new_set in
2333 set,)
2334 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2335 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2336 ac_cache_corrupted=: ;;
2337 ,set)
2338 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2339 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2340 ac_cache_corrupted=: ;;
2341 ,);;
2343 if test "x$ac_old_val" != "x$ac_new_val"; then
2344 # differences in whitespace do not lead to failure.
2345 ac_old_val_w=`echo x $ac_old_val`
2346 ac_new_val_w=`echo x $ac_new_val`
2347 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2348 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2349 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2350 ac_cache_corrupted=:
2351 else
2352 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2353 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2354 eval $ac_var=\$ac_old_val
2356 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2357 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2359 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2360 fi;;
2361 esac
2362 # Pass precious variables to config.status.
2363 if test "$ac_new_set" = set; then
2364 case $ac_new_val in
2365 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2366 *) ac_arg=$ac_var=$ac_new_val ;;
2367 esac
2368 case " $ac_configure_args " in
2369 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2370 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2371 esac
2373 done
2374 if $ac_cache_corrupted; then
2375 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2376 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2377 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2378 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2379 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2381 ## -------------------- ##
2382 ## Main body of script. ##
2383 ## -------------------- ##
2385 ac_ext=c
2386 ac_cpp='$CPP $CPPFLAGS'
2387 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2388 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2389 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2397 ac_aux_dir=
2398 for ac_dir in .. "$srcdir"/..; do
2399 if test -f "$ac_dir/install-sh"; then
2400 ac_aux_dir=$ac_dir
2401 ac_install_sh="$ac_aux_dir/install-sh -c"
2402 break
2403 elif test -f "$ac_dir/install.sh"; then
2404 ac_aux_dir=$ac_dir
2405 ac_install_sh="$ac_aux_dir/install.sh -c"
2406 break
2407 elif test -f "$ac_dir/shtool"; then
2408 ac_aux_dir=$ac_dir
2409 ac_install_sh="$ac_aux_dir/shtool install -c"
2410 break
2412 done
2413 if test -z "$ac_aux_dir"; then
2414 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2417 # These three variables are undocumented and unsupported,
2418 # and are intended to be withdrawn in a future Autoconf release.
2419 # They can cause serious problems if a builder's source tree is in a directory
2420 # whose full name contains unusual characters.
2421 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2422 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2423 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2426 # Make sure we can run config.sub.
2427 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2428 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2431 $as_echo_n "checking build system type... " >&6; }
2432 if ${ac_cv_build+:} false; then :
2433 $as_echo_n "(cached) " >&6
2434 else
2435 ac_build_alias=$build_alias
2436 test "x$ac_build_alias" = x &&
2437 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2438 test "x$ac_build_alias" = x &&
2439 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2440 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2441 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2445 $as_echo "$ac_cv_build" >&6; }
2446 case $ac_cv_build in
2447 *-*-*) ;;
2448 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2449 esac
2450 build=$ac_cv_build
2451 ac_save_IFS=$IFS; IFS='-'
2452 set x $ac_cv_build
2453 shift
2454 build_cpu=$1
2455 build_vendor=$2
2456 shift; shift
2457 # Remember, the first character of IFS is used to create $*,
2458 # except with old shells:
2459 build_os=$*
2460 IFS=$ac_save_IFS
2461 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2465 $as_echo_n "checking host system type... " >&6; }
2466 if ${ac_cv_host+:} false; then :
2467 $as_echo_n "(cached) " >&6
2468 else
2469 if test "x$host_alias" = x; then
2470 ac_cv_host=$ac_cv_build
2471 else
2472 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2473 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2478 $as_echo "$ac_cv_host" >&6; }
2479 case $ac_cv_host in
2480 *-*-*) ;;
2481 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2482 esac
2483 host=$ac_cv_host
2484 ac_save_IFS=$IFS; IFS='-'
2485 set x $ac_cv_host
2486 shift
2487 host_cpu=$1
2488 host_vendor=$2
2489 shift; shift
2490 # Remember, the first character of IFS is used to create $*,
2491 # except with old shells:
2492 host_os=$*
2493 IFS=$ac_save_IFS
2494 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2498 $as_echo_n "checking target system type... " >&6; }
2499 if ${ac_cv_target+:} false; then :
2500 $as_echo_n "(cached) " >&6
2501 else
2502 if test "x$target_alias" = x; then
2503 ac_cv_target=$ac_cv_host
2504 else
2505 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2506 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2511 $as_echo "$ac_cv_target" >&6; }
2512 case $ac_cv_target in
2513 *-*-*) ;;
2514 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2515 esac
2516 target=$ac_cv_target
2517 ac_save_IFS=$IFS; IFS='-'
2518 set x $ac_cv_target
2519 shift
2520 target_cpu=$1
2521 target_vendor=$2
2522 shift; shift
2523 # Remember, the first character of IFS is used to create $*,
2524 # except with old shells:
2525 target_os=$*
2526 IFS=$ac_save_IFS
2527 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2530 # The aliases save the names the user supplied, while $host etc.
2531 # will get canonicalized.
2532 test -n "$target_alias" &&
2533 test "$program_prefix$program_suffix$program_transform_name" = \
2534 NONENONEs,x,x, &&
2535 program_prefix=${target_alias}-
2536 # Expand $ac_aux_dir to an absolute path.
2537 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2539 ac_ext=c
2540 ac_cpp='$CPP $CPPFLAGS'
2541 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2542 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2543 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2544 if test -n "$ac_tool_prefix"; then
2545 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2546 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2548 $as_echo_n "checking for $ac_word... " >&6; }
2549 if ${ac_cv_prog_CC+:} false; then :
2550 $as_echo_n "(cached) " >&6
2551 else
2552 if test -n "$CC"; then
2553 ac_cv_prog_CC="$CC" # Let the user override the test.
2554 else
2555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2556 for as_dir in $PATH
2558 IFS=$as_save_IFS
2559 test -z "$as_dir" && as_dir=.
2560 for ac_exec_ext in '' $ac_executable_extensions; do
2561 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2562 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2564 break 2
2566 done
2567 done
2568 IFS=$as_save_IFS
2572 CC=$ac_cv_prog_CC
2573 if test -n "$CC"; then
2574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2575 $as_echo "$CC" >&6; }
2576 else
2577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2578 $as_echo "no" >&6; }
2583 if test -z "$ac_cv_prog_CC"; then
2584 ac_ct_CC=$CC
2585 # Extract the first word of "gcc", so it can be a program name with args.
2586 set dummy gcc; ac_word=$2
2587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2588 $as_echo_n "checking for $ac_word... " >&6; }
2589 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2590 $as_echo_n "(cached) " >&6
2591 else
2592 if test -n "$ac_ct_CC"; then
2593 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2594 else
2595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2596 for as_dir in $PATH
2598 IFS=$as_save_IFS
2599 test -z "$as_dir" && as_dir=.
2600 for ac_exec_ext in '' $ac_executable_extensions; do
2601 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2602 ac_cv_prog_ac_ct_CC="gcc"
2603 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2604 break 2
2606 done
2607 done
2608 IFS=$as_save_IFS
2612 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2613 if test -n "$ac_ct_CC"; then
2614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2615 $as_echo "$ac_ct_CC" >&6; }
2616 else
2617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2618 $as_echo "no" >&6; }
2621 if test "x$ac_ct_CC" = x; then
2622 CC=""
2623 else
2624 case $cross_compiling:$ac_tool_warned in
2625 yes:)
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2627 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2628 ac_tool_warned=yes ;;
2629 esac
2630 CC=$ac_ct_CC
2632 else
2633 CC="$ac_cv_prog_CC"
2636 if test -z "$CC"; then
2637 if test -n "$ac_tool_prefix"; then
2638 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2639 set dummy ${ac_tool_prefix}cc; ac_word=$2
2640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2641 $as_echo_n "checking for $ac_word... " >&6; }
2642 if ${ac_cv_prog_CC+:} false; then :
2643 $as_echo_n "(cached) " >&6
2644 else
2645 if test -n "$CC"; then
2646 ac_cv_prog_CC="$CC" # Let the user override the test.
2647 else
2648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649 for as_dir in $PATH
2651 IFS=$as_save_IFS
2652 test -z "$as_dir" && as_dir=.
2653 for ac_exec_ext in '' $ac_executable_extensions; do
2654 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2655 ac_cv_prog_CC="${ac_tool_prefix}cc"
2656 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2657 break 2
2659 done
2660 done
2661 IFS=$as_save_IFS
2665 CC=$ac_cv_prog_CC
2666 if test -n "$CC"; then
2667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2668 $as_echo "$CC" >&6; }
2669 else
2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2671 $as_echo "no" >&6; }
2677 if test -z "$CC"; then
2678 # Extract the first word of "cc", so it can be a program name with args.
2679 set dummy cc; ac_word=$2
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2681 $as_echo_n "checking for $ac_word... " >&6; }
2682 if ${ac_cv_prog_CC+:} false; then :
2683 $as_echo_n "(cached) " >&6
2684 else
2685 if test -n "$CC"; then
2686 ac_cv_prog_CC="$CC" # Let the user override the test.
2687 else
2688 ac_prog_rejected=no
2689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2690 for as_dir in $PATH
2692 IFS=$as_save_IFS
2693 test -z "$as_dir" && as_dir=.
2694 for ac_exec_ext in '' $ac_executable_extensions; do
2695 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2696 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2697 ac_prog_rejected=yes
2698 continue
2700 ac_cv_prog_CC="cc"
2701 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2702 break 2
2704 done
2705 done
2706 IFS=$as_save_IFS
2708 if test $ac_prog_rejected = yes; then
2709 # We found a bogon in the path, so make sure we never use it.
2710 set dummy $ac_cv_prog_CC
2711 shift
2712 if test $# != 0; then
2713 # We chose a different compiler from the bogus one.
2714 # However, it has the same basename, so the bogon will be chosen
2715 # first if we set CC to just the basename; use the full file name.
2716 shift
2717 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2722 CC=$ac_cv_prog_CC
2723 if test -n "$CC"; then
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2725 $as_echo "$CC" >&6; }
2726 else
2727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2728 $as_echo "no" >&6; }
2733 if test -z "$CC"; then
2734 if test -n "$ac_tool_prefix"; then
2735 for ac_prog in cl.exe
2737 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2738 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2740 $as_echo_n "checking for $ac_word... " >&6; }
2741 if ${ac_cv_prog_CC+:} false; then :
2742 $as_echo_n "(cached) " >&6
2743 else
2744 if test -n "$CC"; then
2745 ac_cv_prog_CC="$CC" # Let the user override the test.
2746 else
2747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2748 for as_dir in $PATH
2750 IFS=$as_save_IFS
2751 test -z "$as_dir" && as_dir=.
2752 for ac_exec_ext in '' $ac_executable_extensions; do
2753 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2754 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2755 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2756 break 2
2758 done
2759 done
2760 IFS=$as_save_IFS
2764 CC=$ac_cv_prog_CC
2765 if test -n "$CC"; then
2766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2767 $as_echo "$CC" >&6; }
2768 else
2769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2770 $as_echo "no" >&6; }
2774 test -n "$CC" && break
2775 done
2777 if test -z "$CC"; then
2778 ac_ct_CC=$CC
2779 for ac_prog in cl.exe
2781 # Extract the first word of "$ac_prog", so it can be a program name with args.
2782 set dummy $ac_prog; ac_word=$2
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2784 $as_echo_n "checking for $ac_word... " >&6; }
2785 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2786 $as_echo_n "(cached) " >&6
2787 else
2788 if test -n "$ac_ct_CC"; then
2789 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2790 else
2791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2792 for as_dir in $PATH
2794 IFS=$as_save_IFS
2795 test -z "$as_dir" && as_dir=.
2796 for ac_exec_ext in '' $ac_executable_extensions; do
2797 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2798 ac_cv_prog_ac_ct_CC="$ac_prog"
2799 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2800 break 2
2802 done
2803 done
2804 IFS=$as_save_IFS
2808 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2809 if test -n "$ac_ct_CC"; then
2810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2811 $as_echo "$ac_ct_CC" >&6; }
2812 else
2813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2814 $as_echo "no" >&6; }
2818 test -n "$ac_ct_CC" && break
2819 done
2821 if test "x$ac_ct_CC" = x; then
2822 CC=""
2823 else
2824 case $cross_compiling:$ac_tool_warned in
2825 yes:)
2826 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2827 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2828 ac_tool_warned=yes ;;
2829 esac
2830 CC=$ac_ct_CC
2837 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2838 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2839 as_fn_error $? "no acceptable C compiler found in \$PATH
2840 See \`config.log' for more details" "$LINENO" 5; }
2842 # Provide some information about the compiler.
2843 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2844 set X $ac_compile
2845 ac_compiler=$2
2846 for ac_option in --version -v -V -qversion; do
2847 { { ac_try="$ac_compiler $ac_option >&5"
2848 case "(($ac_try" in
2849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2850 *) ac_try_echo=$ac_try;;
2851 esac
2852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2853 $as_echo "$ac_try_echo"; } >&5
2854 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2855 ac_status=$?
2856 if test -s conftest.err; then
2857 sed '10a\
2858 ... rest of stderr output deleted ...
2859 10q' conftest.err >conftest.er1
2860 cat conftest.er1 >&5
2862 rm -f conftest.er1 conftest.err
2863 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2864 test $ac_status = 0; }
2865 done
2867 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2868 /* end confdefs.h. */
2871 main ()
2875 return 0;
2877 _ACEOF
2878 ac_clean_files_save=$ac_clean_files
2879 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2880 # Try to create an executable without -o first, disregard a.out.
2881 # It will help us diagnose broken compilers, and finding out an intuition
2882 # of exeext.
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2884 $as_echo_n "checking whether the C compiler works... " >&6; }
2885 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2887 # The possible output files:
2888 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2890 ac_rmfiles=
2891 for ac_file in $ac_files
2893 case $ac_file in
2894 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2895 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2896 esac
2897 done
2898 rm -f $ac_rmfiles
2900 if { { ac_try="$ac_link_default"
2901 case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904 esac
2905 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2906 $as_echo "$ac_try_echo"; } >&5
2907 (eval "$ac_link_default") 2>&5
2908 ac_status=$?
2909 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2910 test $ac_status = 0; }; then :
2911 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2912 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2913 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2914 # so that the user can short-circuit this test for compilers unknown to
2915 # Autoconf.
2916 for ac_file in $ac_files ''
2918 test -f "$ac_file" || continue
2919 case $ac_file in
2920 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2922 [ab].out )
2923 # We found the default executable, but exeext='' is most
2924 # certainly right.
2925 break;;
2926 *.* )
2927 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2928 then :; else
2929 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2931 # We set ac_cv_exeext here because the later test for it is not
2932 # safe: cross compilers may not add the suffix if given an `-o'
2933 # argument, so we may need to know it at that point already.
2934 # Even if this section looks crufty: it has the advantage of
2935 # actually working.
2936 break;;
2938 break;;
2939 esac
2940 done
2941 test "$ac_cv_exeext" = no && ac_cv_exeext=
2943 else
2944 ac_file=''
2946 if test -z "$ac_file"; then :
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948 $as_echo "no" >&6; }
2949 $as_echo "$as_me: failed program was:" >&5
2950 sed 's/^/| /' conftest.$ac_ext >&5
2952 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2953 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2954 as_fn_error 77 "C compiler cannot create executables
2955 See \`config.log' for more details" "$LINENO" 5; }
2956 else
2957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2958 $as_echo "yes" >&6; }
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2961 $as_echo_n "checking for C compiler default output file name... " >&6; }
2962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2963 $as_echo "$ac_file" >&6; }
2964 ac_exeext=$ac_cv_exeext
2966 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2967 ac_clean_files=$ac_clean_files_save
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2969 $as_echo_n "checking for suffix of executables... " >&6; }
2970 if { { ac_try="$ac_link"
2971 case "(($ac_try" in
2972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2973 *) ac_try_echo=$ac_try;;
2974 esac
2975 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2976 $as_echo "$ac_try_echo"; } >&5
2977 (eval "$ac_link") 2>&5
2978 ac_status=$?
2979 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2980 test $ac_status = 0; }; then :
2981 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2982 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2983 # work properly (i.e., refer to `conftest.exe'), while it won't with
2984 # `rm'.
2985 for ac_file in conftest.exe conftest conftest.*; do
2986 test -f "$ac_file" || continue
2987 case $ac_file in
2988 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2989 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2990 break;;
2991 * ) break;;
2992 esac
2993 done
2994 else
2995 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2996 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2997 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2998 See \`config.log' for more details" "$LINENO" 5; }
3000 rm -f conftest conftest$ac_cv_exeext
3001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3002 $as_echo "$ac_cv_exeext" >&6; }
3004 rm -f conftest.$ac_ext
3005 EXEEXT=$ac_cv_exeext
3006 ac_exeext=$EXEEXT
3007 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3008 /* end confdefs.h. */
3009 #include <stdio.h>
3011 main ()
3013 FILE *f = fopen ("conftest.out", "w");
3014 return ferror (f) || fclose (f) != 0;
3017 return 0;
3019 _ACEOF
3020 ac_clean_files="$ac_clean_files conftest.out"
3021 # Check that the compiler produces executables we can run. If not, either
3022 # the compiler is broken, or we cross compile.
3023 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3024 $as_echo_n "checking whether we are cross compiling... " >&6; }
3025 if test "$cross_compiling" != yes; then
3026 { { ac_try="$ac_link"
3027 case "(($ac_try" in
3028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3029 *) ac_try_echo=$ac_try;;
3030 esac
3031 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3032 $as_echo "$ac_try_echo"; } >&5
3033 (eval "$ac_link") 2>&5
3034 ac_status=$?
3035 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3036 test $ac_status = 0; }
3037 if { ac_try='./conftest$ac_cv_exeext'
3038 { { case "(($ac_try" in
3039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3040 *) ac_try_echo=$ac_try;;
3041 esac
3042 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3043 $as_echo "$ac_try_echo"; } >&5
3044 (eval "$ac_try") 2>&5
3045 ac_status=$?
3046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3047 test $ac_status = 0; }; }; then
3048 cross_compiling=no
3049 else
3050 if test "$cross_compiling" = maybe; then
3051 cross_compiling=yes
3052 else
3053 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3054 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3055 as_fn_error $? "cannot run C compiled programs.
3056 If you meant to cross compile, use \`--host'.
3057 See \`config.log' for more details" "$LINENO" 5; }
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3062 $as_echo "$cross_compiling" >&6; }
3064 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3065 ac_clean_files=$ac_clean_files_save
3066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3067 $as_echo_n "checking for suffix of object files... " >&6; }
3068 if ${ac_cv_objext+:} false; then :
3069 $as_echo_n "(cached) " >&6
3070 else
3071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3072 /* end confdefs.h. */
3075 main ()
3079 return 0;
3081 _ACEOF
3082 rm -f conftest.o conftest.obj
3083 if { { ac_try="$ac_compile"
3084 case "(($ac_try" in
3085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3086 *) ac_try_echo=$ac_try;;
3087 esac
3088 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3089 $as_echo "$ac_try_echo"; } >&5
3090 (eval "$ac_compile") 2>&5
3091 ac_status=$?
3092 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3093 test $ac_status = 0; }; then :
3094 for ac_file in conftest.o conftest.obj conftest.*; do
3095 test -f "$ac_file" || continue;
3096 case $ac_file in
3097 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3098 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3099 break;;
3100 esac
3101 done
3102 else
3103 $as_echo "$as_me: failed program was:" >&5
3104 sed 's/^/| /' conftest.$ac_ext >&5
3106 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3107 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3108 as_fn_error $? "cannot compute suffix of object files: cannot compile
3109 See \`config.log' for more details" "$LINENO" 5; }
3111 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3114 $as_echo "$ac_cv_objext" >&6; }
3115 OBJEXT=$ac_cv_objext
3116 ac_objext=$OBJEXT
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3118 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3119 if ${ac_cv_c_compiler_gnu+:} false; then :
3120 $as_echo_n "(cached) " >&6
3121 else
3122 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3123 /* end confdefs.h. */
3126 main ()
3128 #ifndef __GNUC__
3129 choke me
3130 #endif
3133 return 0;
3135 _ACEOF
3136 if ac_fn_c_try_compile "$LINENO"; then :
3137 ac_compiler_gnu=yes
3138 else
3139 ac_compiler_gnu=no
3141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3142 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3146 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3147 if test $ac_compiler_gnu = yes; then
3148 GCC=yes
3149 else
3150 GCC=
3152 ac_test_CFLAGS=${CFLAGS+set}
3153 ac_save_CFLAGS=$CFLAGS
3154 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3155 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3156 if ${ac_cv_prog_cc_g+:} false; then :
3157 $as_echo_n "(cached) " >&6
3158 else
3159 ac_save_c_werror_flag=$ac_c_werror_flag
3160 ac_c_werror_flag=yes
3161 ac_cv_prog_cc_g=no
3162 CFLAGS="-g"
3163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3164 /* end confdefs.h. */
3167 main ()
3171 return 0;
3173 _ACEOF
3174 if ac_fn_c_try_compile "$LINENO"; then :
3175 ac_cv_prog_cc_g=yes
3176 else
3177 CFLAGS=""
3178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3179 /* end confdefs.h. */
3182 main ()
3186 return 0;
3188 _ACEOF
3189 if ac_fn_c_try_compile "$LINENO"; then :
3191 else
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3193 CFLAGS="-g"
3194 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3195 /* end confdefs.h. */
3198 main ()
3202 return 0;
3204 _ACEOF
3205 if ac_fn_c_try_compile "$LINENO"; then :
3206 ac_cv_prog_cc_g=yes
3208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3213 ac_c_werror_flag=$ac_save_c_werror_flag
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3216 $as_echo "$ac_cv_prog_cc_g" >&6; }
3217 if test "$ac_test_CFLAGS" = set; then
3218 CFLAGS=$ac_save_CFLAGS
3219 elif test $ac_cv_prog_cc_g = yes; then
3220 if test "$GCC" = yes; then
3221 CFLAGS="-g -O2"
3222 else
3223 CFLAGS="-g"
3225 else
3226 if test "$GCC" = yes; then
3227 CFLAGS="-O2"
3228 else
3229 CFLAGS=
3232 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3233 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3234 if ${ac_cv_prog_cc_c89+:} false; then :
3235 $as_echo_n "(cached) " >&6
3236 else
3237 ac_cv_prog_cc_c89=no
3238 ac_save_CC=$CC
3239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3240 /* end confdefs.h. */
3241 #include <stdarg.h>
3242 #include <stdio.h>
3243 struct stat;
3244 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3245 struct buf { int x; };
3246 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3247 static char *e (p, i)
3248 char **p;
3249 int i;
3251 return p[i];
3253 static char *f (char * (*g) (char **, int), char **p, ...)
3255 char *s;
3256 va_list v;
3257 va_start (v,p);
3258 s = g (p, va_arg (v,int));
3259 va_end (v);
3260 return s;
3263 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3264 function prototypes and stuff, but not '\xHH' hex character constants.
3265 These don't provoke an error unfortunately, instead are silently treated
3266 as 'x'. The following induces an error, until -std is added to get
3267 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3268 array size at least. It's necessary to write '\x00'==0 to get something
3269 that's true only with -std. */
3270 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3272 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3273 inside strings and character constants. */
3274 #define FOO(x) 'x'
3275 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3277 int test (int i, double x);
3278 struct s1 {int (*f) (int a);};
3279 struct s2 {int (*f) (double a);};
3280 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3281 int argc;
3282 char **argv;
3284 main ()
3286 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3288 return 0;
3290 _ACEOF
3291 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3292 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3294 CC="$ac_save_CC $ac_arg"
3295 if ac_fn_c_try_compile "$LINENO"; then :
3296 ac_cv_prog_cc_c89=$ac_arg
3298 rm -f core conftest.err conftest.$ac_objext
3299 test "x$ac_cv_prog_cc_c89" != "xno" && break
3300 done
3301 rm -f conftest.$ac_ext
3302 CC=$ac_save_CC
3305 # AC_CACHE_VAL
3306 case "x$ac_cv_prog_cc_c89" in
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3309 $as_echo "none needed" >&6; } ;;
3310 xno)
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3312 $as_echo "unsupported" >&6; } ;;
3314 CC="$CC $ac_cv_prog_cc_c89"
3315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3316 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3317 esac
3318 if test "x$ac_cv_prog_cc_c89" != xno; then :
3322 ac_ext=c
3323 ac_cpp='$CPP $CPPFLAGS'
3324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3328 ac_ext=c
3329 ac_cpp='$CPP $CPPFLAGS'
3330 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3331 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3332 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3334 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3335 if ${am_cv_prog_cc_c_o+:} false; then :
3336 $as_echo_n "(cached) " >&6
3337 else
3338 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3339 /* end confdefs.h. */
3342 main ()
3346 return 0;
3348 _ACEOF
3349 # Make sure it works both with $CC and with simple cc.
3350 # Following AC_PROG_CC_C_O, we do the test twice because some
3351 # compilers refuse to overwrite an existing .o file with -o,
3352 # though they will create one.
3353 am_cv_prog_cc_c_o=yes
3354 for am_i in 1 2; do
3355 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3356 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3357 ac_status=$?
3358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3359 (exit $ac_status); } \
3360 && test -f conftest2.$ac_objext; then
3361 : OK
3362 else
3363 am_cv_prog_cc_c_o=no
3364 break
3366 done
3367 rm -f core conftest*
3368 unset am_i
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3371 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3372 if test "$am_cv_prog_cc_c_o" != yes; then
3373 # Losing compiler, so override with the script.
3374 # FIXME: It is wrong to rewrite CC.
3375 # But if we don't then we get into trouble of one sort or another.
3376 # A longer-term fix would be to have automake use am__CC in this case,
3377 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3378 CC="$am_aux_dir/compile $CC"
3380 ac_ext=c
3381 ac_cpp='$CPP $CPPFLAGS'
3382 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3383 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3384 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3389 $as_echo_n "checking for library containing strerror... " >&6; }
3390 if ${ac_cv_search_strerror+:} false; then :
3391 $as_echo_n "(cached) " >&6
3392 else
3393 ac_func_search_save_LIBS=$LIBS
3394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3395 /* end confdefs.h. */
3397 /* Override any GCC internal prototype to avoid an error.
3398 Use char because int might match the return type of a GCC
3399 builtin and then its argument prototype would still apply. */
3400 #ifdef __cplusplus
3401 extern "C"
3402 #endif
3403 char strerror ();
3405 main ()
3407 return strerror ();
3409 return 0;
3411 _ACEOF
3412 for ac_lib in '' cposix; do
3413 if test -z "$ac_lib"; then
3414 ac_res="none required"
3415 else
3416 ac_res=-l$ac_lib
3417 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3419 if ac_fn_c_try_link "$LINENO"; then :
3420 ac_cv_search_strerror=$ac_res
3422 rm -f core conftest.err conftest.$ac_objext \
3423 conftest$ac_exeext
3424 if ${ac_cv_search_strerror+:} false; then :
3425 break
3427 done
3428 if ${ac_cv_search_strerror+:} false; then :
3430 else
3431 ac_cv_search_strerror=no
3433 rm conftest.$ac_ext
3434 LIBS=$ac_func_search_save_LIBS
3436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3437 $as_echo "$ac_cv_search_strerror" >&6; }
3438 ac_res=$ac_cv_search_strerror
3439 if test "$ac_res" != no; then :
3440 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3445 am__api_version='1.15'
3447 # Find a good install program. We prefer a C program (faster),
3448 # so one script is as good as another. But avoid the broken or
3449 # incompatible versions:
3450 # SysV /etc/install, /usr/sbin/install
3451 # SunOS /usr/etc/install
3452 # IRIX /sbin/install
3453 # AIX /bin/install
3454 # AmigaOS /C/install, which installs bootblocks on floppy discs
3455 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3456 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3457 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3458 # OS/2's system install, which has a completely different semantic
3459 # ./install, which can be erroneously created by make from ./install.sh.
3460 # Reject install programs that cannot install multiple files.
3461 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3462 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3463 if test -z "$INSTALL"; then
3464 if ${ac_cv_path_install+:} false; then :
3465 $as_echo_n "(cached) " >&6
3466 else
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468 for as_dir in $PATH
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 # Account for people who put trailing slashes in PATH elements.
3473 case $as_dir/ in #((
3474 ./ | .// | /[cC]/* | \
3475 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3476 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3477 /usr/ucb/* ) ;;
3479 # OSF1 and SCO ODT 3.0 have their own names for install.
3480 # Don't use installbsd from OSF since it installs stuff as root
3481 # by default.
3482 for ac_prog in ginstall scoinst install; do
3483 for ac_exec_ext in '' $ac_executable_extensions; do
3484 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3485 if test $ac_prog = install &&
3486 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3487 # AIX install. It has an incompatible calling convention.
3489 elif test $ac_prog = install &&
3490 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3491 # program-specific install script used by HP pwplus--don't use.
3493 else
3494 rm -rf conftest.one conftest.two conftest.dir
3495 echo one > conftest.one
3496 echo two > conftest.two
3497 mkdir conftest.dir
3498 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3499 test -s conftest.one && test -s conftest.two &&
3500 test -s conftest.dir/conftest.one &&
3501 test -s conftest.dir/conftest.two
3502 then
3503 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3504 break 3
3508 done
3509 done
3511 esac
3513 done
3514 IFS=$as_save_IFS
3516 rm -rf conftest.one conftest.two conftest.dir
3519 if test "${ac_cv_path_install+set}" = set; then
3520 INSTALL=$ac_cv_path_install
3521 else
3522 # As a last resort, use the slow shell script. Don't cache a
3523 # value for INSTALL within a source directory, because that will
3524 # break other packages using the cache if that directory is
3525 # removed, or if the value is a relative name.
3526 INSTALL=$ac_install_sh
3529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3530 $as_echo "$INSTALL" >&6; }
3532 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3533 # It thinks the first close brace ends the variable substitution.
3534 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3536 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3538 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3541 $as_echo_n "checking whether build environment is sane... " >&6; }
3542 # Reject unsafe characters in $srcdir or the absolute working directory
3543 # name. Accept space and tab only in the latter.
3544 am_lf='
3546 case `pwd` in
3547 *[\\\"\#\$\&\'\`$am_lf]*)
3548 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3549 esac
3550 case $srcdir in
3551 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3552 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3553 esac
3555 # Do 'set' in a subshell so we don't clobber the current shell's
3556 # arguments. Must try -L first in case configure is actually a
3557 # symlink; some systems play weird games with the mod time of symlinks
3558 # (eg FreeBSD returns the mod time of the symlink's containing
3559 # directory).
3560 if (
3561 am_has_slept=no
3562 for am_try in 1 2; do
3563 echo "timestamp, slept: $am_has_slept" > conftest.file
3564 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3565 if test "$*" = "X"; then
3566 # -L didn't work.
3567 set X `ls -t "$srcdir/configure" conftest.file`
3569 if test "$*" != "X $srcdir/configure conftest.file" \
3570 && test "$*" != "X conftest.file $srcdir/configure"; then
3572 # If neither matched, then we have a broken ls. This can happen
3573 # if, for instance, CONFIG_SHELL is bash and it inherits a
3574 # broken ls alias from the environment. This has actually
3575 # happened. Such a system could not be considered "sane".
3576 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3577 alias in your environment" "$LINENO" 5
3579 if test "$2" = conftest.file || test $am_try -eq 2; then
3580 break
3582 # Just in case.
3583 sleep 1
3584 am_has_slept=yes
3585 done
3586 test "$2" = conftest.file
3588 then
3589 # Ok.
3591 else
3592 as_fn_error $? "newly created file is older than distributed files!
3593 Check your system clock" "$LINENO" 5
3595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3596 $as_echo "yes" >&6; }
3597 # If we didn't sleep, we still need to ensure time stamps of config.status and
3598 # generated files are strictly newer.
3599 am_sleep_pid=
3600 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3601 ( sleep 1 ) &
3602 am_sleep_pid=$!
3605 rm -f conftest.file
3607 test "$program_prefix" != NONE &&
3608 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3609 # Use a double $ so make ignores it.
3610 test "$program_suffix" != NONE &&
3611 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3612 # Double any \ or $.
3613 # By default was `s,x,x', remove it if useless.
3614 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3615 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3617 if test x"${MISSING+set}" != xset; then
3618 case $am_aux_dir in
3619 *\ * | *\ *)
3620 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3622 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3623 esac
3625 # Use eval to expand $SHELL
3626 if eval "$MISSING --is-lightweight"; then
3627 am_missing_run="$MISSING "
3628 else
3629 am_missing_run=
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3631 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3634 if test x"${install_sh+set}" != xset; then
3635 case $am_aux_dir in
3636 *\ * | *\ *)
3637 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3639 install_sh="\${SHELL} $am_aux_dir/install-sh"
3640 esac
3643 # Installed binaries are usually stripped using 'strip' when the user
3644 # run "make install-strip". However 'strip' might not be the right
3645 # tool to use in cross-compilation environments, therefore Automake
3646 # will honor the 'STRIP' environment variable to overrule this program.
3647 if test "$cross_compiling" != no; then
3648 if test -n "$ac_tool_prefix"; then
3649 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3650 set dummy ${ac_tool_prefix}strip; ac_word=$2
3651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3652 $as_echo_n "checking for $ac_word... " >&6; }
3653 if ${ac_cv_prog_STRIP+:} false; then :
3654 $as_echo_n "(cached) " >&6
3655 else
3656 if test -n "$STRIP"; then
3657 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3658 else
3659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3660 for as_dir in $PATH
3662 IFS=$as_save_IFS
3663 test -z "$as_dir" && as_dir=.
3664 for ac_exec_ext in '' $ac_executable_extensions; do
3665 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3666 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3667 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3668 break 2
3670 done
3671 done
3672 IFS=$as_save_IFS
3676 STRIP=$ac_cv_prog_STRIP
3677 if test -n "$STRIP"; then
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3679 $as_echo "$STRIP" >&6; }
3680 else
3681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3682 $as_echo "no" >&6; }
3687 if test -z "$ac_cv_prog_STRIP"; then
3688 ac_ct_STRIP=$STRIP
3689 # Extract the first word of "strip", so it can be a program name with args.
3690 set dummy strip; ac_word=$2
3691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3692 $as_echo_n "checking for $ac_word... " >&6; }
3693 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3694 $as_echo_n "(cached) " >&6
3695 else
3696 if test -n "$ac_ct_STRIP"; then
3697 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3698 else
3699 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3700 for as_dir in $PATH
3702 IFS=$as_save_IFS
3703 test -z "$as_dir" && as_dir=.
3704 for ac_exec_ext in '' $ac_executable_extensions; do
3705 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3706 ac_cv_prog_ac_ct_STRIP="strip"
3707 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3708 break 2
3710 done
3711 done
3712 IFS=$as_save_IFS
3716 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3717 if test -n "$ac_ct_STRIP"; then
3718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3719 $as_echo "$ac_ct_STRIP" >&6; }
3720 else
3721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3722 $as_echo "no" >&6; }
3725 if test "x$ac_ct_STRIP" = x; then
3726 STRIP=":"
3727 else
3728 case $cross_compiling:$ac_tool_warned in
3729 yes:)
3730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3731 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3732 ac_tool_warned=yes ;;
3733 esac
3734 STRIP=$ac_ct_STRIP
3736 else
3737 STRIP="$ac_cv_prog_STRIP"
3741 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3744 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3745 if test -z "$MKDIR_P"; then
3746 if ${ac_cv_path_mkdir+:} false; then :
3747 $as_echo_n "(cached) " >&6
3748 else
3749 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3750 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3752 IFS=$as_save_IFS
3753 test -z "$as_dir" && as_dir=.
3754 for ac_prog in mkdir gmkdir; do
3755 for ac_exec_ext in '' $ac_executable_extensions; do
3756 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3757 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3758 'mkdir (GNU coreutils) '* | \
3759 'mkdir (coreutils) '* | \
3760 'mkdir (fileutils) '4.1*)
3761 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3762 break 3;;
3763 esac
3764 done
3765 done
3766 done
3767 IFS=$as_save_IFS
3771 test -d ./--version && rmdir ./--version
3772 if test "${ac_cv_path_mkdir+set}" = set; then
3773 MKDIR_P="$ac_cv_path_mkdir -p"
3774 else
3775 # As a last resort, use the slow shell script. Don't cache a
3776 # value for MKDIR_P within a source directory, because that will
3777 # break other packages using the cache if that directory is
3778 # removed, or if the value is a relative name.
3779 MKDIR_P="$ac_install_sh -d"
3782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3783 $as_echo "$MKDIR_P" >&6; }
3785 for ac_prog in gawk mawk nawk awk
3787 # Extract the first word of "$ac_prog", so it can be a program name with args.
3788 set dummy $ac_prog; ac_word=$2
3789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3790 $as_echo_n "checking for $ac_word... " >&6; }
3791 if ${ac_cv_prog_AWK+:} false; then :
3792 $as_echo_n "(cached) " >&6
3793 else
3794 if test -n "$AWK"; then
3795 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3796 else
3797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3798 for as_dir in $PATH
3800 IFS=$as_save_IFS
3801 test -z "$as_dir" && as_dir=.
3802 for ac_exec_ext in '' $ac_executable_extensions; do
3803 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3804 ac_cv_prog_AWK="$ac_prog"
3805 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3806 break 2
3808 done
3809 done
3810 IFS=$as_save_IFS
3814 AWK=$ac_cv_prog_AWK
3815 if test -n "$AWK"; then
3816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3817 $as_echo "$AWK" >&6; }
3818 else
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3824 test -n "$AWK" && break
3825 done
3827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3828 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3829 set x ${MAKE-make}
3830 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3831 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3832 $as_echo_n "(cached) " >&6
3833 else
3834 cat >conftest.make <<\_ACEOF
3835 SHELL = /bin/sh
3836 all:
3837 @echo '@@@%%%=$(MAKE)=@@@%%%'
3838 _ACEOF
3839 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3840 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3841 *@@@%%%=?*=@@@%%%*)
3842 eval ac_cv_prog_make_${ac_make}_set=yes;;
3844 eval ac_cv_prog_make_${ac_make}_set=no;;
3845 esac
3846 rm -f conftest.make
3848 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3850 $as_echo "yes" >&6; }
3851 SET_MAKE=
3852 else
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3854 $as_echo "no" >&6; }
3855 SET_MAKE="MAKE=${MAKE-make}"
3858 rm -rf .tst 2>/dev/null
3859 mkdir .tst 2>/dev/null
3860 if test -d .tst; then
3861 am__leading_dot=.
3862 else
3863 am__leading_dot=_
3865 rmdir .tst 2>/dev/null
3867 DEPDIR="${am__leading_dot}deps"
3869 ac_config_commands="$ac_config_commands depfiles"
3872 am_make=${MAKE-make}
3873 cat > confinc << 'END'
3874 am__doit:
3875 @echo this is the am__doit target
3876 .PHONY: am__doit
3878 # If we don't find an include directive, just comment out the code.
3879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3880 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3881 am__include="#"
3882 am__quote=
3883 _am_result=none
3884 # First try GNU make style include.
3885 echo "include confinc" > confmf
3886 # Ignore all kinds of additional output from 'make'.
3887 case `$am_make -s -f confmf 2> /dev/null` in #(
3888 *the\ am__doit\ target*)
3889 am__include=include
3890 am__quote=
3891 _am_result=GNU
3893 esac
3894 # Now try BSD make style include.
3895 if test "$am__include" = "#"; then
3896 echo '.include "confinc"' > confmf
3897 case `$am_make -s -f confmf 2> /dev/null` in #(
3898 *the\ am__doit\ target*)
3899 am__include=.include
3900 am__quote="\""
3901 _am_result=BSD
3903 esac
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3908 $as_echo "$_am_result" >&6; }
3909 rm -f confinc confmf
3911 # Check whether --enable-dependency-tracking was given.
3912 if test "${enable_dependency_tracking+set}" = set; then :
3913 enableval=$enable_dependency_tracking;
3916 if test "x$enable_dependency_tracking" != xno; then
3917 am_depcomp="$ac_aux_dir/depcomp"
3918 AMDEPBACKSLASH='\'
3919 am__nodep='_no'
3921 if test "x$enable_dependency_tracking" != xno; then
3922 AMDEP_TRUE=
3923 AMDEP_FALSE='#'
3924 else
3925 AMDEP_TRUE='#'
3926 AMDEP_FALSE=
3930 # Check whether --enable-silent-rules was given.
3931 if test "${enable_silent_rules+set}" = set; then :
3932 enableval=$enable_silent_rules;
3935 case $enable_silent_rules in # (((
3936 yes) AM_DEFAULT_VERBOSITY=0;;
3937 no) AM_DEFAULT_VERBOSITY=1;;
3938 *) AM_DEFAULT_VERBOSITY=1;;
3939 esac
3940 am_make=${MAKE-make}
3941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3942 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3943 if ${am_cv_make_support_nested_variables+:} false; then :
3944 $as_echo_n "(cached) " >&6
3945 else
3946 if $as_echo 'TRUE=$(BAR$(V))
3947 BAR0=false
3948 BAR1=true
3950 am__doit:
3951 @$(TRUE)
3952 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3953 am_cv_make_support_nested_variables=yes
3954 else
3955 am_cv_make_support_nested_variables=no
3958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3959 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3960 if test $am_cv_make_support_nested_variables = yes; then
3961 AM_V='$(V)'
3962 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3963 else
3964 AM_V=$AM_DEFAULT_VERBOSITY
3965 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3967 AM_BACKSLASH='\'
3969 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3970 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3971 # is not polluted with repeated "-I."
3972 am__isrc=' -I$(srcdir)'
3973 # test to see if srcdir already configured
3974 if test -f $srcdir/config.status; then
3975 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3979 # test whether we have cygpath
3980 if test -z "$CYGPATH_W"; then
3981 if (cygpath --version) >/dev/null 2>/dev/null; then
3982 CYGPATH_W='cygpath -w'
3983 else
3984 CYGPATH_W=echo
3989 # Define the identity of the package.
3990 PACKAGE='gas'
3991 VERSION='2.32.51'
3994 cat >>confdefs.h <<_ACEOF
3995 #define PACKAGE "$PACKAGE"
3996 _ACEOF
3999 cat >>confdefs.h <<_ACEOF
4000 #define VERSION "$VERSION"
4001 _ACEOF
4003 # Some tools Automake needs.
4005 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4008 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4011 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4014 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4017 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4019 # For better backward compatibility. To be removed once Automake 1.9.x
4020 # dies out for good. For more background, see:
4021 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4022 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4023 mkdir_p='$(MKDIR_P)'
4025 # We need awk for the "check" target (and possibly the TAP driver). The
4026 # system "awk" is bad on some platforms.
4027 # Always define AMTAR for backward compatibility. Yes, it's still used
4028 # in the wild :-( We should find a proper way to deprecate it ...
4029 AMTAR='$${TAR-tar}'
4032 # We'll loop over all known methods to create a tar archive until one works.
4033 _am_tools='gnutar pax cpio none'
4035 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4041 depcc="$CC" am_compiler_list=
4043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4044 $as_echo_n "checking dependency style of $depcc... " >&6; }
4045 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4046 $as_echo_n "(cached) " >&6
4047 else
4048 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4049 # We make a subdir and do the tests there. Otherwise we can end up
4050 # making bogus files that we don't know about and never remove. For
4051 # instance it was reported that on HP-UX the gcc test will end up
4052 # making a dummy file named 'D' -- because '-MD' means "put the output
4053 # in D".
4054 rm -rf conftest.dir
4055 mkdir conftest.dir
4056 # Copy depcomp to subdir because otherwise we won't find it if we're
4057 # using a relative directory.
4058 cp "$am_depcomp" conftest.dir
4059 cd conftest.dir
4060 # We will build objects and dependencies in a subdirectory because
4061 # it helps to detect inapplicable dependency modes. For instance
4062 # both Tru64's cc and ICC support -MD to output dependencies as a
4063 # side effect of compilation, but ICC will put the dependencies in
4064 # the current directory while Tru64 will put them in the object
4065 # directory.
4066 mkdir sub
4068 am_cv_CC_dependencies_compiler_type=none
4069 if test "$am_compiler_list" = ""; then
4070 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4072 am__universal=false
4073 case " $depcc " in #(
4074 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4075 esac
4077 for depmode in $am_compiler_list; do
4078 # Setup a source with many dependencies, because some compilers
4079 # like to wrap large dependency lists on column 80 (with \), and
4080 # we should not choose a depcomp mode which is confused by this.
4082 # We need to recreate these files for each test, as the compiler may
4083 # overwrite some of them when testing with obscure command lines.
4084 # This happens at least with the AIX C compiler.
4085 : > sub/conftest.c
4086 for i in 1 2 3 4 5 6; do
4087 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4088 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4089 # Solaris 10 /bin/sh.
4090 echo '/* dummy */' > sub/conftst$i.h
4091 done
4092 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4094 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4095 # mode. It turns out that the SunPro C++ compiler does not properly
4096 # handle '-M -o', and we need to detect this. Also, some Intel
4097 # versions had trouble with output in subdirs.
4098 am__obj=sub/conftest.${OBJEXT-o}
4099 am__minus_obj="-o $am__obj"
4100 case $depmode in
4101 gcc)
4102 # This depmode causes a compiler race in universal mode.
4103 test "$am__universal" = false || continue
4105 nosideeffect)
4106 # After this tag, mechanisms are not by side-effect, so they'll
4107 # only be used when explicitly requested.
4108 if test "x$enable_dependency_tracking" = xyes; then
4109 continue
4110 else
4111 break
4114 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4115 # This compiler won't grok '-c -o', but also, the minuso test has
4116 # not run yet. These depmodes are late enough in the game, and
4117 # so weak that their functioning should not be impacted.
4118 am__obj=conftest.${OBJEXT-o}
4119 am__minus_obj=
4121 none) break ;;
4122 esac
4123 if depmode=$depmode \
4124 source=sub/conftest.c object=$am__obj \
4125 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4126 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4127 >/dev/null 2>conftest.err &&
4128 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4129 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4130 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4131 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4132 # icc doesn't choke on unknown options, it will just issue warnings
4133 # or remarks (even with -Werror). So we grep stderr for any message
4134 # that says an option was ignored or not supported.
4135 # When given -MP, icc 7.0 and 7.1 complain thusly:
4136 # icc: Command line warning: ignoring option '-M'; no argument required
4137 # The diagnosis changed in icc 8.0:
4138 # icc: Command line remark: option '-MP' not supported
4139 if (grep 'ignoring option' conftest.err ||
4140 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4141 am_cv_CC_dependencies_compiler_type=$depmode
4142 break
4145 done
4147 cd ..
4148 rm -rf conftest.dir
4149 else
4150 am_cv_CC_dependencies_compiler_type=none
4154 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4155 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4156 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4159 test "x$enable_dependency_tracking" != xno \
4160 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4161 am__fastdepCC_TRUE=
4162 am__fastdepCC_FALSE='#'
4163 else
4164 am__fastdepCC_TRUE='#'
4165 am__fastdepCC_FALSE=
4170 # POSIX will say in a future version that running "rm -f" with no argument
4171 # is OK; and we want to be able to make that assumption in our Makefile
4172 # recipes. So use an aggressive probe to check that the usage we want is
4173 # actually supported "in the wild" to an acceptable degree.
4174 # See automake bug#10828.
4175 # To make any issue more visible, cause the running configure to be aborted
4176 # by default if the 'rm' program in use doesn't match our expectations; the
4177 # user can still override this though.
4178 if rm -f && rm -fr && rm -rf; then : OK; else
4179 cat >&2 <<'END'
4180 Oops!
4182 Your 'rm' program seems unable to run without file operands specified
4183 on the command line, even when the '-f' option is present. This is contrary
4184 to the behaviour of most rm programs out there, and not conforming with
4185 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4187 Please tell bug-automake@gnu.org about your system, including the value
4188 of your $PATH and any error possibly output before this message. This
4189 can help us improve future automake versions.
4192 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4193 echo 'Configuration will proceed anyway, since you have set the' >&2
4194 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4195 echo >&2
4196 else
4197 cat >&2 <<'END'
4198 Aborting the configuration process, to ensure you take notice of the issue.
4200 You can download and install GNU coreutils to get an 'rm' implementation
4201 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4203 If you want to complete the configuration process using your problematic
4204 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4205 to "yes", and re-run configure.
4208 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4213 ac_ext=c
4214 ac_cpp='$CPP $CPPFLAGS'
4215 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4216 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4217 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4218 if test -n "$ac_tool_prefix"; then
4219 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4220 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4222 $as_echo_n "checking for $ac_word... " >&6; }
4223 if ${ac_cv_prog_CC+:} false; then :
4224 $as_echo_n "(cached) " >&6
4225 else
4226 if test -n "$CC"; then
4227 ac_cv_prog_CC="$CC" # Let the user override the test.
4228 else
4229 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4230 for as_dir in $PATH
4232 IFS=$as_save_IFS
4233 test -z "$as_dir" && as_dir=.
4234 for ac_exec_ext in '' $ac_executable_extensions; do
4235 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4236 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4237 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4238 break 2
4240 done
4241 done
4242 IFS=$as_save_IFS
4246 CC=$ac_cv_prog_CC
4247 if test -n "$CC"; then
4248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4249 $as_echo "$CC" >&6; }
4250 else
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4252 $as_echo "no" >&6; }
4257 if test -z "$ac_cv_prog_CC"; then
4258 ac_ct_CC=$CC
4259 # Extract the first word of "gcc", so it can be a program name with args.
4260 set dummy gcc; ac_word=$2
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4262 $as_echo_n "checking for $ac_word... " >&6; }
4263 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4264 $as_echo_n "(cached) " >&6
4265 else
4266 if test -n "$ac_ct_CC"; then
4267 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4268 else
4269 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4270 for as_dir in $PATH
4272 IFS=$as_save_IFS
4273 test -z "$as_dir" && as_dir=.
4274 for ac_exec_ext in '' $ac_executable_extensions; do
4275 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4276 ac_cv_prog_ac_ct_CC="gcc"
4277 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4278 break 2
4280 done
4281 done
4282 IFS=$as_save_IFS
4286 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4287 if test -n "$ac_ct_CC"; then
4288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4289 $as_echo "$ac_ct_CC" >&6; }
4290 else
4291 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4292 $as_echo "no" >&6; }
4295 if test "x$ac_ct_CC" = x; then
4296 CC=""
4297 else
4298 case $cross_compiling:$ac_tool_warned in
4299 yes:)
4300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4301 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4302 ac_tool_warned=yes ;;
4303 esac
4304 CC=$ac_ct_CC
4306 else
4307 CC="$ac_cv_prog_CC"
4310 if test -z "$CC"; then
4311 if test -n "$ac_tool_prefix"; then
4312 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4313 set dummy ${ac_tool_prefix}cc; ac_word=$2
4314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4315 $as_echo_n "checking for $ac_word... " >&6; }
4316 if ${ac_cv_prog_CC+:} false; then :
4317 $as_echo_n "(cached) " >&6
4318 else
4319 if test -n "$CC"; then
4320 ac_cv_prog_CC="$CC" # Let the user override the test.
4321 else
4322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4323 for as_dir in $PATH
4325 IFS=$as_save_IFS
4326 test -z "$as_dir" && as_dir=.
4327 for ac_exec_ext in '' $ac_executable_extensions; do
4328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4329 ac_cv_prog_CC="${ac_tool_prefix}cc"
4330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4331 break 2
4333 done
4334 done
4335 IFS=$as_save_IFS
4339 CC=$ac_cv_prog_CC
4340 if test -n "$CC"; then
4341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4342 $as_echo "$CC" >&6; }
4343 else
4344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4345 $as_echo "no" >&6; }
4351 if test -z "$CC"; then
4352 # Extract the first word of "cc", so it can be a program name with args.
4353 set dummy cc; ac_word=$2
4354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4355 $as_echo_n "checking for $ac_word... " >&6; }
4356 if ${ac_cv_prog_CC+:} false; then :
4357 $as_echo_n "(cached) " >&6
4358 else
4359 if test -n "$CC"; then
4360 ac_cv_prog_CC="$CC" # Let the user override the test.
4361 else
4362 ac_prog_rejected=no
4363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4364 for as_dir in $PATH
4366 IFS=$as_save_IFS
4367 test -z "$as_dir" && as_dir=.
4368 for ac_exec_ext in '' $ac_executable_extensions; do
4369 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4370 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4371 ac_prog_rejected=yes
4372 continue
4374 ac_cv_prog_CC="cc"
4375 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4376 break 2
4378 done
4379 done
4380 IFS=$as_save_IFS
4382 if test $ac_prog_rejected = yes; then
4383 # We found a bogon in the path, so make sure we never use it.
4384 set dummy $ac_cv_prog_CC
4385 shift
4386 if test $# != 0; then
4387 # We chose a different compiler from the bogus one.
4388 # However, it has the same basename, so the bogon will be chosen
4389 # first if we set CC to just the basename; use the full file name.
4390 shift
4391 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4396 CC=$ac_cv_prog_CC
4397 if test -n "$CC"; then
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4399 $as_echo "$CC" >&6; }
4400 else
4401 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4402 $as_echo "no" >&6; }
4407 if test -z "$CC"; then
4408 if test -n "$ac_tool_prefix"; then
4409 for ac_prog in cl.exe
4411 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4412 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4414 $as_echo_n "checking for $ac_word... " >&6; }
4415 if ${ac_cv_prog_CC+:} false; then :
4416 $as_echo_n "(cached) " >&6
4417 else
4418 if test -n "$CC"; then
4419 ac_cv_prog_CC="$CC" # Let the user override the test.
4420 else
4421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4422 for as_dir in $PATH
4424 IFS=$as_save_IFS
4425 test -z "$as_dir" && as_dir=.
4426 for ac_exec_ext in '' $ac_executable_extensions; do
4427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4428 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4430 break 2
4432 done
4433 done
4434 IFS=$as_save_IFS
4438 CC=$ac_cv_prog_CC
4439 if test -n "$CC"; then
4440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4441 $as_echo "$CC" >&6; }
4442 else
4443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4444 $as_echo "no" >&6; }
4448 test -n "$CC" && break
4449 done
4451 if test -z "$CC"; then
4452 ac_ct_CC=$CC
4453 for ac_prog in cl.exe
4455 # Extract the first word of "$ac_prog", so it can be a program name with args.
4456 set dummy $ac_prog; ac_word=$2
4457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4458 $as_echo_n "checking for $ac_word... " >&6; }
4459 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4460 $as_echo_n "(cached) " >&6
4461 else
4462 if test -n "$ac_ct_CC"; then
4463 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4464 else
4465 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4466 for as_dir in $PATH
4468 IFS=$as_save_IFS
4469 test -z "$as_dir" && as_dir=.
4470 for ac_exec_ext in '' $ac_executable_extensions; do
4471 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4472 ac_cv_prog_ac_ct_CC="$ac_prog"
4473 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4474 break 2
4476 done
4477 done
4478 IFS=$as_save_IFS
4482 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4483 if test -n "$ac_ct_CC"; then
4484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4485 $as_echo "$ac_ct_CC" >&6; }
4486 else
4487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4488 $as_echo "no" >&6; }
4492 test -n "$ac_ct_CC" && break
4493 done
4495 if test "x$ac_ct_CC" = x; then
4496 CC=""
4497 else
4498 case $cross_compiling:$ac_tool_warned in
4499 yes:)
4500 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4501 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4502 ac_tool_warned=yes ;;
4503 esac
4504 CC=$ac_ct_CC
4511 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4512 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4513 as_fn_error $? "no acceptable C compiler found in \$PATH
4514 See \`config.log' for more details" "$LINENO" 5; }
4516 # Provide some information about the compiler.
4517 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4518 set X $ac_compile
4519 ac_compiler=$2
4520 for ac_option in --version -v -V -qversion; do
4521 { { ac_try="$ac_compiler $ac_option >&5"
4522 case "(($ac_try" in
4523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4524 *) ac_try_echo=$ac_try;;
4525 esac
4526 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4527 $as_echo "$ac_try_echo"; } >&5
4528 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4529 ac_status=$?
4530 if test -s conftest.err; then
4531 sed '10a\
4532 ... rest of stderr output deleted ...
4533 10q' conftest.err >conftest.er1
4534 cat conftest.er1 >&5
4536 rm -f conftest.er1 conftest.err
4537 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4538 test $ac_status = 0; }
4539 done
4541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4542 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4543 if ${ac_cv_c_compiler_gnu+:} false; then :
4544 $as_echo_n "(cached) " >&6
4545 else
4546 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4547 /* end confdefs.h. */
4550 main ()
4552 #ifndef __GNUC__
4553 choke me
4554 #endif
4557 return 0;
4559 _ACEOF
4560 if ac_fn_c_try_compile "$LINENO"; then :
4561 ac_compiler_gnu=yes
4562 else
4563 ac_compiler_gnu=no
4565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4566 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4570 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4571 if test $ac_compiler_gnu = yes; then
4572 GCC=yes
4573 else
4574 GCC=
4576 ac_test_CFLAGS=${CFLAGS+set}
4577 ac_save_CFLAGS=$CFLAGS
4578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4579 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4580 if ${ac_cv_prog_cc_g+:} false; then :
4581 $as_echo_n "(cached) " >&6
4582 else
4583 ac_save_c_werror_flag=$ac_c_werror_flag
4584 ac_c_werror_flag=yes
4585 ac_cv_prog_cc_g=no
4586 CFLAGS="-g"
4587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4588 /* end confdefs.h. */
4591 main ()
4595 return 0;
4597 _ACEOF
4598 if ac_fn_c_try_compile "$LINENO"; then :
4599 ac_cv_prog_cc_g=yes
4600 else
4601 CFLAGS=""
4602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4603 /* end confdefs.h. */
4606 main ()
4610 return 0;
4612 _ACEOF
4613 if ac_fn_c_try_compile "$LINENO"; then :
4615 else
4616 ac_c_werror_flag=$ac_save_c_werror_flag
4617 CFLAGS="-g"
4618 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4619 /* end confdefs.h. */
4622 main ()
4626 return 0;
4628 _ACEOF
4629 if ac_fn_c_try_compile "$LINENO"; then :
4630 ac_cv_prog_cc_g=yes
4632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4637 ac_c_werror_flag=$ac_save_c_werror_flag
4639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4640 $as_echo "$ac_cv_prog_cc_g" >&6; }
4641 if test "$ac_test_CFLAGS" = set; then
4642 CFLAGS=$ac_save_CFLAGS
4643 elif test $ac_cv_prog_cc_g = yes; then
4644 if test "$GCC" = yes; then
4645 CFLAGS="-g -O2"
4646 else
4647 CFLAGS="-g"
4649 else
4650 if test "$GCC" = yes; then
4651 CFLAGS="-O2"
4652 else
4653 CFLAGS=
4656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4657 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4658 if ${ac_cv_prog_cc_c89+:} false; then :
4659 $as_echo_n "(cached) " >&6
4660 else
4661 ac_cv_prog_cc_c89=no
4662 ac_save_CC=$CC
4663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4664 /* end confdefs.h. */
4665 #include <stdarg.h>
4666 #include <stdio.h>
4667 struct stat;
4668 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4669 struct buf { int x; };
4670 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4671 static char *e (p, i)
4672 char **p;
4673 int i;
4675 return p[i];
4677 static char *f (char * (*g) (char **, int), char **p, ...)
4679 char *s;
4680 va_list v;
4681 va_start (v,p);
4682 s = g (p, va_arg (v,int));
4683 va_end (v);
4684 return s;
4687 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4688 function prototypes and stuff, but not '\xHH' hex character constants.
4689 These don't provoke an error unfortunately, instead are silently treated
4690 as 'x'. The following induces an error, until -std is added to get
4691 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4692 array size at least. It's necessary to write '\x00'==0 to get something
4693 that's true only with -std. */
4694 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4696 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4697 inside strings and character constants. */
4698 #define FOO(x) 'x'
4699 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4701 int test (int i, double x);
4702 struct s1 {int (*f) (int a);};
4703 struct s2 {int (*f) (double a);};
4704 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4705 int argc;
4706 char **argv;
4708 main ()
4710 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4712 return 0;
4714 _ACEOF
4715 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4716 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4718 CC="$ac_save_CC $ac_arg"
4719 if ac_fn_c_try_compile "$LINENO"; then :
4720 ac_cv_prog_cc_c89=$ac_arg
4722 rm -f core conftest.err conftest.$ac_objext
4723 test "x$ac_cv_prog_cc_c89" != "xno" && break
4724 done
4725 rm -f conftest.$ac_ext
4726 CC=$ac_save_CC
4729 # AC_CACHE_VAL
4730 case "x$ac_cv_prog_cc_c89" in
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4733 $as_echo "none needed" >&6; } ;;
4734 xno)
4735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4736 $as_echo "unsupported" >&6; } ;;
4738 CC="$CC $ac_cv_prog_cc_c89"
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4740 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4741 esac
4742 if test "x$ac_cv_prog_cc_c89" != xno; then :
4746 ac_ext=c
4747 ac_cpp='$CPP $CPPFLAGS'
4748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4752 ac_ext=c
4753 ac_cpp='$CPP $CPPFLAGS'
4754 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4755 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4756 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4758 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4759 if ${am_cv_prog_cc_c_o+:} false; then :
4760 $as_echo_n "(cached) " >&6
4761 else
4762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4763 /* end confdefs.h. */
4766 main ()
4770 return 0;
4772 _ACEOF
4773 # Make sure it works both with $CC and with simple cc.
4774 # Following AC_PROG_CC_C_O, we do the test twice because some
4775 # compilers refuse to overwrite an existing .o file with -o,
4776 # though they will create one.
4777 am_cv_prog_cc_c_o=yes
4778 for am_i in 1 2; do
4779 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4780 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4781 ac_status=$?
4782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4783 (exit $ac_status); } \
4784 && test -f conftest2.$ac_objext; then
4785 : OK
4786 else
4787 am_cv_prog_cc_c_o=no
4788 break
4790 done
4791 rm -f core conftest*
4792 unset am_i
4794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4795 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4796 if test "$am_cv_prog_cc_c_o" != yes; then
4797 # Losing compiler, so override with the script.
4798 # FIXME: It is wrong to rewrite CC.
4799 # But if we don't then we get into trouble of one sort or another.
4800 # A longer-term fix would be to have automake use am__CC in this case,
4801 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4802 CC="$am_aux_dir/compile $CC"
4804 ac_ext=c
4805 ac_cpp='$CPP $CPPFLAGS'
4806 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4807 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4808 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4811 ac_ext=c
4812 ac_cpp='$CPP $CPPFLAGS'
4813 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4814 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4815 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4817 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4818 # On Suns, sometimes $CPP names a directory.
4819 if test -n "$CPP" && test -d "$CPP"; then
4820 CPP=
4822 if test -z "$CPP"; then
4823 if ${ac_cv_prog_CPP+:} false; then :
4824 $as_echo_n "(cached) " >&6
4825 else
4826 # Double quotes because CPP needs to be expanded
4827 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4829 ac_preproc_ok=false
4830 for ac_c_preproc_warn_flag in '' yes
4832 # Use a header file that comes with gcc, so configuring glibc
4833 # with a fresh cross-compiler works.
4834 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4835 # <limits.h> exists even on freestanding compilers.
4836 # On the NeXT, cc -E runs the code through the compiler's parser,
4837 # not just through cpp. "Syntax error" is here to catch this case.
4838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4839 /* end confdefs.h. */
4840 #ifdef __STDC__
4841 # include <limits.h>
4842 #else
4843 # include <assert.h>
4844 #endif
4845 Syntax error
4846 _ACEOF
4847 if ac_fn_c_try_cpp "$LINENO"; then :
4849 else
4850 # Broken: fails on valid input.
4851 continue
4853 rm -f conftest.err conftest.i conftest.$ac_ext
4855 # OK, works on sane cases. Now check whether nonexistent headers
4856 # can be detected and how.
4857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4858 /* end confdefs.h. */
4859 #include <ac_nonexistent.h>
4860 _ACEOF
4861 if ac_fn_c_try_cpp "$LINENO"; then :
4862 # Broken: success on invalid input.
4863 continue
4864 else
4865 # Passes both tests.
4866 ac_preproc_ok=:
4867 break
4869 rm -f conftest.err conftest.i conftest.$ac_ext
4871 done
4872 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4873 rm -f conftest.i conftest.err conftest.$ac_ext
4874 if $ac_preproc_ok; then :
4875 break
4878 done
4879 ac_cv_prog_CPP=$CPP
4882 CPP=$ac_cv_prog_CPP
4883 else
4884 ac_cv_prog_CPP=$CPP
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4887 $as_echo "$CPP" >&6; }
4888 ac_preproc_ok=false
4889 for ac_c_preproc_warn_flag in '' yes
4891 # Use a header file that comes with gcc, so configuring glibc
4892 # with a fresh cross-compiler works.
4893 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4894 # <limits.h> exists even on freestanding compilers.
4895 # On the NeXT, cc -E runs the code through the compiler's parser,
4896 # not just through cpp. "Syntax error" is here to catch this case.
4897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4898 /* end confdefs.h. */
4899 #ifdef __STDC__
4900 # include <limits.h>
4901 #else
4902 # include <assert.h>
4903 #endif
4904 Syntax error
4905 _ACEOF
4906 if ac_fn_c_try_cpp "$LINENO"; then :
4908 else
4909 # Broken: fails on valid input.
4910 continue
4912 rm -f conftest.err conftest.i conftest.$ac_ext
4914 # OK, works on sane cases. Now check whether nonexistent headers
4915 # can be detected and how.
4916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4917 /* end confdefs.h. */
4918 #include <ac_nonexistent.h>
4919 _ACEOF
4920 if ac_fn_c_try_cpp "$LINENO"; then :
4921 # Broken: success on invalid input.
4922 continue
4923 else
4924 # Passes both tests.
4925 ac_preproc_ok=:
4926 break
4928 rm -f conftest.err conftest.i conftest.$ac_ext
4930 done
4931 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4932 rm -f conftest.i conftest.err conftest.$ac_ext
4933 if $ac_preproc_ok; then :
4935 else
4936 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4937 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4938 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4939 See \`config.log' for more details" "$LINENO" 5; }
4942 ac_ext=c
4943 ac_cpp='$CPP $CPPFLAGS'
4944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4950 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4951 if ${ac_cv_path_GREP+:} false; then :
4952 $as_echo_n "(cached) " >&6
4953 else
4954 if test -z "$GREP"; then
4955 ac_path_GREP_found=false
4956 # Loop through the user's path and test for each of PROGNAME-LIST
4957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4958 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4960 IFS=$as_save_IFS
4961 test -z "$as_dir" && as_dir=.
4962 for ac_prog in grep ggrep; do
4963 for ac_exec_ext in '' $ac_executable_extensions; do
4964 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4965 as_fn_executable_p "$ac_path_GREP" || continue
4966 # Check for GNU ac_path_GREP and select it if it is found.
4967 # Check for GNU $ac_path_GREP
4968 case `"$ac_path_GREP" --version 2>&1` in
4969 *GNU*)
4970 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4972 ac_count=0
4973 $as_echo_n 0123456789 >"conftest.in"
4974 while :
4976 cat "conftest.in" "conftest.in" >"conftest.tmp"
4977 mv "conftest.tmp" "conftest.in"
4978 cp "conftest.in" "conftest.nl"
4979 $as_echo 'GREP' >> "conftest.nl"
4980 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4981 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4982 as_fn_arith $ac_count + 1 && ac_count=$as_val
4983 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4984 # Best one so far, save it but keep looking for a better one
4985 ac_cv_path_GREP="$ac_path_GREP"
4986 ac_path_GREP_max=$ac_count
4988 # 10*(2^10) chars as input seems more than enough
4989 test $ac_count -gt 10 && break
4990 done
4991 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4992 esac
4994 $ac_path_GREP_found && break 3
4995 done
4996 done
4997 done
4998 IFS=$as_save_IFS
4999 if test -z "$ac_cv_path_GREP"; then
5000 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5002 else
5003 ac_cv_path_GREP=$GREP
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5008 $as_echo "$ac_cv_path_GREP" >&6; }
5009 GREP="$ac_cv_path_GREP"
5012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5013 $as_echo_n "checking for egrep... " >&6; }
5014 if ${ac_cv_path_EGREP+:} false; then :
5015 $as_echo_n "(cached) " >&6
5016 else
5017 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5018 then ac_cv_path_EGREP="$GREP -E"
5019 else
5020 if test -z "$EGREP"; then
5021 ac_path_EGREP_found=false
5022 # Loop through the user's path and test for each of PROGNAME-LIST
5023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5024 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5026 IFS=$as_save_IFS
5027 test -z "$as_dir" && as_dir=.
5028 for ac_prog in egrep; do
5029 for ac_exec_ext in '' $ac_executable_extensions; do
5030 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5031 as_fn_executable_p "$ac_path_EGREP" || continue
5032 # Check for GNU ac_path_EGREP and select it if it is found.
5033 # Check for GNU $ac_path_EGREP
5034 case `"$ac_path_EGREP" --version 2>&1` in
5035 *GNU*)
5036 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5038 ac_count=0
5039 $as_echo_n 0123456789 >"conftest.in"
5040 while :
5042 cat "conftest.in" "conftest.in" >"conftest.tmp"
5043 mv "conftest.tmp" "conftest.in"
5044 cp "conftest.in" "conftest.nl"
5045 $as_echo 'EGREP' >> "conftest.nl"
5046 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5047 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5048 as_fn_arith $ac_count + 1 && ac_count=$as_val
5049 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5050 # Best one so far, save it but keep looking for a better one
5051 ac_cv_path_EGREP="$ac_path_EGREP"
5052 ac_path_EGREP_max=$ac_count
5054 # 10*(2^10) chars as input seems more than enough
5055 test $ac_count -gt 10 && break
5056 done
5057 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5058 esac
5060 $ac_path_EGREP_found && break 3
5061 done
5062 done
5063 done
5064 IFS=$as_save_IFS
5065 if test -z "$ac_cv_path_EGREP"; then
5066 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5068 else
5069 ac_cv_path_EGREP=$EGREP
5074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5075 $as_echo "$ac_cv_path_EGREP" >&6; }
5076 EGREP="$ac_cv_path_EGREP"
5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5080 $as_echo_n "checking for ANSI C header files... " >&6; }
5081 if ${ac_cv_header_stdc+:} false; then :
5082 $as_echo_n "(cached) " >&6
5083 else
5084 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5085 /* end confdefs.h. */
5086 #include <stdlib.h>
5087 #include <stdarg.h>
5088 #include <string.h>
5089 #include <float.h>
5092 main ()
5096 return 0;
5098 _ACEOF
5099 if ac_fn_c_try_compile "$LINENO"; then :
5100 ac_cv_header_stdc=yes
5101 else
5102 ac_cv_header_stdc=no
5104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5106 if test $ac_cv_header_stdc = yes; then
5107 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5109 /* end confdefs.h. */
5110 #include <string.h>
5112 _ACEOF
5113 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5114 $EGREP "memchr" >/dev/null 2>&1; then :
5116 else
5117 ac_cv_header_stdc=no
5119 rm -f conftest*
5123 if test $ac_cv_header_stdc = yes; then
5124 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5126 /* end confdefs.h. */
5127 #include <stdlib.h>
5129 _ACEOF
5130 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5131 $EGREP "free" >/dev/null 2>&1; then :
5133 else
5134 ac_cv_header_stdc=no
5136 rm -f conftest*
5140 if test $ac_cv_header_stdc = yes; then
5141 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5142 if test "$cross_compiling" = yes; then :
5144 else
5145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5146 /* end confdefs.h. */
5147 #include <ctype.h>
5148 #include <stdlib.h>
5149 #if ((' ' & 0x0FF) == 0x020)
5150 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5151 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5152 #else
5153 # define ISLOWER(c) \
5154 (('a' <= (c) && (c) <= 'i') \
5155 || ('j' <= (c) && (c) <= 'r') \
5156 || ('s' <= (c) && (c) <= 'z'))
5157 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5158 #endif
5160 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5162 main ()
5164 int i;
5165 for (i = 0; i < 256; i++)
5166 if (XOR (islower (i), ISLOWER (i))
5167 || toupper (i) != TOUPPER (i))
5168 return 2;
5169 return 0;
5171 _ACEOF
5172 if ac_fn_c_try_run "$LINENO"; then :
5174 else
5175 ac_cv_header_stdc=no
5177 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5178 conftest.$ac_objext conftest.beam conftest.$ac_ext
5183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5184 $as_echo "$ac_cv_header_stdc" >&6; }
5185 if test $ac_cv_header_stdc = yes; then
5187 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5191 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5192 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5193 inttypes.h stdint.h unistd.h
5194 do :
5195 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5196 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5198 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5199 cat >>confdefs.h <<_ACEOF
5200 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5201 _ACEOF
5205 done
5209 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5210 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5211 MINIX=yes
5212 else
5213 MINIX=
5217 if test "$MINIX" = yes; then
5219 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5222 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5225 $as_echo "#define _MINIX 1" >>confdefs.h
5230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5231 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5232 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5233 $as_echo_n "(cached) " >&6
5234 else
5235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5236 /* end confdefs.h. */
5238 # define __EXTENSIONS__ 1
5239 $ac_includes_default
5241 main ()
5245 return 0;
5247 _ACEOF
5248 if ac_fn_c_try_compile "$LINENO"; then :
5249 ac_cv_safe_to_define___extensions__=yes
5250 else
5251 ac_cv_safe_to_define___extensions__=no
5253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5256 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5257 test $ac_cv_safe_to_define___extensions__ = yes &&
5258 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5260 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5262 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5264 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5266 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5272 case `pwd` in
5273 *\ * | *\ *)
5274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5275 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5276 esac
5280 macro_version='2.2.7a'
5281 macro_revision='1.3134'
5295 ltmain="$ac_aux_dir/ltmain.sh"
5297 # Backslashify metacharacters that are still active within
5298 # double-quoted strings.
5299 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5301 # Same as above, but do not quote variable references.
5302 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5304 # Sed substitution to delay expansion of an escaped shell variable in a
5305 # double_quote_subst'ed string.
5306 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5308 # Sed substitution to delay expansion of an escaped single quote.
5309 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5311 # Sed substitution to avoid accidental globbing in evaled expressions
5312 no_glob_subst='s/\*/\\\*/g'
5314 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5315 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5316 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5319 $as_echo_n "checking how to print strings... " >&6; }
5320 # Test print first, because it will be a builtin if present.
5321 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5322 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5323 ECHO='print -r --'
5324 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5325 ECHO='printf %s\n'
5326 else
5327 # Use this function as a fallback that always works.
5328 func_fallback_echo ()
5330 eval 'cat <<_LTECHO_EOF
5332 _LTECHO_EOF'
5334 ECHO='func_fallback_echo'
5337 # func_echo_all arg...
5338 # Invoke $ECHO with all args, space-separated.
5339 func_echo_all ()
5341 $ECHO ""
5344 case "$ECHO" in
5345 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5346 $as_echo "printf" >&6; } ;;
5347 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5348 $as_echo "print -r" >&6; } ;;
5349 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5350 $as_echo "cat" >&6; } ;;
5351 esac
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5367 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5368 if ${ac_cv_path_SED+:} false; then :
5369 $as_echo_n "(cached) " >&6
5370 else
5371 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5372 for ac_i in 1 2 3 4 5 6 7; do
5373 ac_script="$ac_script$as_nl$ac_script"
5374 done
5375 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5376 { ac_script=; unset ac_script;}
5377 if test -z "$SED"; then
5378 ac_path_SED_found=false
5379 # Loop through the user's path and test for each of PROGNAME-LIST
5380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5381 for as_dir in $PATH
5383 IFS=$as_save_IFS
5384 test -z "$as_dir" && as_dir=.
5385 for ac_prog in sed gsed; do
5386 for ac_exec_ext in '' $ac_executable_extensions; do
5387 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5388 as_fn_executable_p "$ac_path_SED" || continue
5389 # Check for GNU ac_path_SED and select it if it is found.
5390 # Check for GNU $ac_path_SED
5391 case `"$ac_path_SED" --version 2>&1` in
5392 *GNU*)
5393 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5395 ac_count=0
5396 $as_echo_n 0123456789 >"conftest.in"
5397 while :
5399 cat "conftest.in" "conftest.in" >"conftest.tmp"
5400 mv "conftest.tmp" "conftest.in"
5401 cp "conftest.in" "conftest.nl"
5402 $as_echo '' >> "conftest.nl"
5403 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5404 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5405 as_fn_arith $ac_count + 1 && ac_count=$as_val
5406 if test $ac_count -gt ${ac_path_SED_max-0}; then
5407 # Best one so far, save it but keep looking for a better one
5408 ac_cv_path_SED="$ac_path_SED"
5409 ac_path_SED_max=$ac_count
5411 # 10*(2^10) chars as input seems more than enough
5412 test $ac_count -gt 10 && break
5413 done
5414 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5415 esac
5417 $ac_path_SED_found && break 3
5418 done
5419 done
5420 done
5421 IFS=$as_save_IFS
5422 if test -z "$ac_cv_path_SED"; then
5423 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5425 else
5426 ac_cv_path_SED=$SED
5430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5431 $as_echo "$ac_cv_path_SED" >&6; }
5432 SED="$ac_cv_path_SED"
5433 rm -f conftest.sed
5435 test -z "$SED" && SED=sed
5436 Xsed="$SED -e 1s/^X//"
5448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5449 $as_echo_n "checking for fgrep... " >&6; }
5450 if ${ac_cv_path_FGREP+:} false; then :
5451 $as_echo_n "(cached) " >&6
5452 else
5453 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5454 then ac_cv_path_FGREP="$GREP -F"
5455 else
5456 if test -z "$FGREP"; then
5457 ac_path_FGREP_found=false
5458 # Loop through the user's path and test for each of PROGNAME-LIST
5459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5460 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5462 IFS=$as_save_IFS
5463 test -z "$as_dir" && as_dir=.
5464 for ac_prog in fgrep; do
5465 for ac_exec_ext in '' $ac_executable_extensions; do
5466 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5467 as_fn_executable_p "$ac_path_FGREP" || continue
5468 # Check for GNU ac_path_FGREP and select it if it is found.
5469 # Check for GNU $ac_path_FGREP
5470 case `"$ac_path_FGREP" --version 2>&1` in
5471 *GNU*)
5472 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5474 ac_count=0
5475 $as_echo_n 0123456789 >"conftest.in"
5476 while :
5478 cat "conftest.in" "conftest.in" >"conftest.tmp"
5479 mv "conftest.tmp" "conftest.in"
5480 cp "conftest.in" "conftest.nl"
5481 $as_echo 'FGREP' >> "conftest.nl"
5482 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5483 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5484 as_fn_arith $ac_count + 1 && ac_count=$as_val
5485 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5486 # Best one so far, save it but keep looking for a better one
5487 ac_cv_path_FGREP="$ac_path_FGREP"
5488 ac_path_FGREP_max=$ac_count
5490 # 10*(2^10) chars as input seems more than enough
5491 test $ac_count -gt 10 && break
5492 done
5493 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5494 esac
5496 $ac_path_FGREP_found && break 3
5497 done
5498 done
5499 done
5500 IFS=$as_save_IFS
5501 if test -z "$ac_cv_path_FGREP"; then
5502 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5504 else
5505 ac_cv_path_FGREP=$FGREP
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5511 $as_echo "$ac_cv_path_FGREP" >&6; }
5512 FGREP="$ac_cv_path_FGREP"
5515 test -z "$GREP" && GREP=grep
5535 # Check whether --with-gnu-ld was given.
5536 if test "${with_gnu_ld+set}" = set; then :
5537 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5538 else
5539 with_gnu_ld=no
5542 ac_prog=ld
5543 if test "$GCC" = yes; then
5544 # Check if gcc -print-prog-name=ld gives a path.
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5546 $as_echo_n "checking for ld used by $CC... " >&6; }
5547 case $host in
5548 *-*-mingw*)
5549 # gcc leaves a trailing carriage return which upsets mingw
5550 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5552 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5553 esac
5554 case $ac_prog in
5555 # Accept absolute paths.
5556 [\\/]* | ?:[\\/]*)
5557 re_direlt='/[^/][^/]*/\.\./'
5558 # Canonicalize the pathname of ld
5559 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5560 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5561 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5562 done
5563 test -z "$LD" && LD="$ac_prog"
5566 # If it fails, then pretend we aren't using GCC.
5567 ac_prog=ld
5570 # If it is relative, then search for the first ld in PATH.
5571 with_gnu_ld=unknown
5573 esac
5574 elif test "$with_gnu_ld" = yes; then
5575 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5576 $as_echo_n "checking for GNU ld... " >&6; }
5577 else
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5579 $as_echo_n "checking for non-GNU ld... " >&6; }
5581 if ${lt_cv_path_LD+:} false; then :
5582 $as_echo_n "(cached) " >&6
5583 else
5584 if test -z "$LD"; then
5585 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5586 for ac_dir in $PATH; do
5587 IFS="$lt_save_ifs"
5588 test -z "$ac_dir" && ac_dir=.
5589 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5590 lt_cv_path_LD="$ac_dir/$ac_prog"
5591 # Check to see if the program is GNU ld. I'd rather use --version,
5592 # but apparently some variants of GNU ld only accept -v.
5593 # Break only if it was the GNU/non-GNU ld that we prefer.
5594 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5595 *GNU* | *'with BFD'*)
5596 test "$with_gnu_ld" != no && break
5599 test "$with_gnu_ld" != yes && break
5601 esac
5603 done
5604 IFS="$lt_save_ifs"
5605 else
5606 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5610 LD="$lt_cv_path_LD"
5611 if test -n "$LD"; then
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5613 $as_echo "$LD" >&6; }
5614 else
5615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5616 $as_echo "no" >&6; }
5618 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5620 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5621 if ${lt_cv_prog_gnu_ld+:} false; then :
5622 $as_echo_n "(cached) " >&6
5623 else
5624 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5625 case `$LD -v 2>&1 </dev/null` in
5626 *GNU* | *'with BFD'*)
5627 lt_cv_prog_gnu_ld=yes
5630 lt_cv_prog_gnu_ld=no
5632 esac
5634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5635 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5636 with_gnu_ld=$lt_cv_prog_gnu_ld
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5647 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5648 if ${lt_cv_path_NM+:} false; then :
5649 $as_echo_n "(cached) " >&6
5650 else
5651 if test -n "$NM"; then
5652 # Let the user override the test.
5653 lt_cv_path_NM="$NM"
5654 else
5655 lt_nm_to_check="${ac_tool_prefix}nm"
5656 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5657 lt_nm_to_check="$lt_nm_to_check nm"
5659 for lt_tmp_nm in $lt_nm_to_check; do
5660 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5661 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5662 IFS="$lt_save_ifs"
5663 test -z "$ac_dir" && ac_dir=.
5664 tmp_nm="$ac_dir/$lt_tmp_nm"
5665 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5666 # Check to see if the nm accepts a BSD-compat flag.
5667 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5668 # nm: unknown option "B" ignored
5669 # Tru64's nm complains that /dev/null is an invalid object file
5670 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5671 */dev/null* | *'Invalid file or object type'*)
5672 lt_cv_path_NM="$tmp_nm -B"
5673 break
5676 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5677 */dev/null*)
5678 lt_cv_path_NM="$tmp_nm -p"
5679 break
5682 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5683 continue # so that we can try to find one that supports BSD flags
5685 esac
5687 esac
5689 done
5690 IFS="$lt_save_ifs"
5691 done
5692 : ${lt_cv_path_NM=no}
5695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5696 $as_echo "$lt_cv_path_NM" >&6; }
5697 if test "$lt_cv_path_NM" != "no"; then
5698 NM="$lt_cv_path_NM"
5699 else
5700 # Didn't find any BSD compatible name lister, look for dumpbin.
5701 if test -n "$DUMPBIN"; then :
5702 # Let the user override the test.
5703 else
5704 if test -n "$ac_tool_prefix"; then
5705 for ac_prog in dumpbin "link -dump"
5707 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5708 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5710 $as_echo_n "checking for $ac_word... " >&6; }
5711 if ${ac_cv_prog_DUMPBIN+:} false; then :
5712 $as_echo_n "(cached) " >&6
5713 else
5714 if test -n "$DUMPBIN"; then
5715 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5716 else
5717 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5718 for as_dir in $PATH
5720 IFS=$as_save_IFS
5721 test -z "$as_dir" && as_dir=.
5722 for ac_exec_ext in '' $ac_executable_extensions; do
5723 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5724 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5725 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5726 break 2
5728 done
5729 done
5730 IFS=$as_save_IFS
5734 DUMPBIN=$ac_cv_prog_DUMPBIN
5735 if test -n "$DUMPBIN"; then
5736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5737 $as_echo "$DUMPBIN" >&6; }
5738 else
5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5740 $as_echo "no" >&6; }
5744 test -n "$DUMPBIN" && break
5745 done
5747 if test -z "$DUMPBIN"; then
5748 ac_ct_DUMPBIN=$DUMPBIN
5749 for ac_prog in dumpbin "link -dump"
5751 # Extract the first word of "$ac_prog", so it can be a program name with args.
5752 set dummy $ac_prog; ac_word=$2
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5754 $as_echo_n "checking for $ac_word... " >&6; }
5755 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5756 $as_echo_n "(cached) " >&6
5757 else
5758 if test -n "$ac_ct_DUMPBIN"; then
5759 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5760 else
5761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5762 for as_dir in $PATH
5764 IFS=$as_save_IFS
5765 test -z "$as_dir" && as_dir=.
5766 for ac_exec_ext in '' $ac_executable_extensions; do
5767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5768 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5770 break 2
5772 done
5773 done
5774 IFS=$as_save_IFS
5778 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5779 if test -n "$ac_ct_DUMPBIN"; then
5780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5781 $as_echo "$ac_ct_DUMPBIN" >&6; }
5782 else
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5784 $as_echo "no" >&6; }
5788 test -n "$ac_ct_DUMPBIN" && break
5789 done
5791 if test "x$ac_ct_DUMPBIN" = x; then
5792 DUMPBIN=":"
5793 else
5794 case $cross_compiling:$ac_tool_warned in
5795 yes:)
5796 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5797 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5798 ac_tool_warned=yes ;;
5799 esac
5800 DUMPBIN=$ac_ct_DUMPBIN
5804 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5805 *COFF*)
5806 DUMPBIN="$DUMPBIN -symbols"
5809 DUMPBIN=:
5811 esac
5814 if test "$DUMPBIN" != ":"; then
5815 NM="$DUMPBIN"
5818 test -z "$NM" && NM=nm
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5826 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5827 if ${lt_cv_nm_interface+:} false; then :
5828 $as_echo_n "(cached) " >&6
5829 else
5830 lt_cv_nm_interface="BSD nm"
5831 echo "int some_variable = 0;" > conftest.$ac_ext
5832 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5833 (eval "$ac_compile" 2>conftest.err)
5834 cat conftest.err >&5
5835 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5836 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5837 cat conftest.err >&5
5838 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5839 cat conftest.out >&5
5840 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5841 lt_cv_nm_interface="MS dumpbin"
5843 rm -f conftest*
5845 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5846 $as_echo "$lt_cv_nm_interface" >&6; }
5848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5849 $as_echo_n "checking whether ln -s works... " >&6; }
5850 LN_S=$as_ln_s
5851 if test "$LN_S" = "ln -s"; then
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5853 $as_echo "yes" >&6; }
5854 else
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5856 $as_echo "no, using $LN_S" >&6; }
5859 # find the maximum length of command line arguments
5860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5861 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5862 if ${lt_cv_sys_max_cmd_len+:} false; then :
5863 $as_echo_n "(cached) " >&6
5864 else
5866 teststring="ABCD"
5868 case $build_os in
5869 msdosdjgpp*)
5870 # On DJGPP, this test can blow up pretty badly due to problems in libc
5871 # (any single argument exceeding 2000 bytes causes a buffer overrun
5872 # during glob expansion). Even if it were fixed, the result of this
5873 # check would be larger than it should be.
5874 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5877 gnu*)
5878 # Under GNU Hurd, this test is not required because there is
5879 # no limit to the length of command line arguments.
5880 # Libtool will interpret -1 as no limit whatsoever
5881 lt_cv_sys_max_cmd_len=-1;
5884 cygwin* | mingw* | cegcc*)
5885 # On Win9x/ME, this test blows up -- it succeeds, but takes
5886 # about 5 minutes as the teststring grows exponentially.
5887 # Worse, since 9x/ME are not pre-emptively multitasking,
5888 # you end up with a "frozen" computer, even though with patience
5889 # the test eventually succeeds (with a max line length of 256k).
5890 # Instead, let's just punt: use the minimum linelength reported by
5891 # all of the supported platforms: 8192 (on NT/2K/XP).
5892 lt_cv_sys_max_cmd_len=8192;
5895 mint*)
5896 # On MiNT this can take a long time and run out of memory.
5897 lt_cv_sys_max_cmd_len=8192;
5900 amigaos*)
5901 # On AmigaOS with pdksh, this test takes hours, literally.
5902 # So we just punt and use a minimum line length of 8192.
5903 lt_cv_sys_max_cmd_len=8192;
5906 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5907 # This has been around since 386BSD, at least. Likely further.
5908 if test -x /sbin/sysctl; then
5909 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5910 elif test -x /usr/sbin/sysctl; then
5911 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5912 else
5913 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5915 # And add a safety zone
5916 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5917 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5920 interix*)
5921 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5922 lt_cv_sys_max_cmd_len=196608
5925 osf*)
5926 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5927 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5928 # nice to cause kernel panics so lets avoid the loop below.
5929 # First set a reasonable default.
5930 lt_cv_sys_max_cmd_len=16384
5932 if test -x /sbin/sysconfig; then
5933 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5934 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5935 esac
5938 sco3.2v5*)
5939 lt_cv_sys_max_cmd_len=102400
5941 sysv5* | sco5v6* | sysv4.2uw2*)
5942 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5943 if test -n "$kargmax"; then
5944 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5945 else
5946 lt_cv_sys_max_cmd_len=32768
5950 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5951 if test -n "$lt_cv_sys_max_cmd_len"; then
5952 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5953 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5954 else
5955 # Make teststring a little bigger before we do anything with it.
5956 # a 1K string should be a reasonable start.
5957 for i in 1 2 3 4 5 6 7 8 ; do
5958 teststring=$teststring$teststring
5959 done
5960 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5961 # If test is not a shell built-in, we'll probably end up computing a
5962 # maximum length that is only half of the actual maximum length, but
5963 # we can't tell.
5964 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5965 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5966 test $i != 17 # 1/2 MB should be enough
5968 i=`expr $i + 1`
5969 teststring=$teststring$teststring
5970 done
5971 # Only check the string length outside the loop.
5972 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5973 teststring=
5974 # Add a significant safety factor because C++ compilers can tack on
5975 # massive amounts of additional arguments before passing them to the
5976 # linker. It appears as though 1/2 is a usable value.
5977 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5980 esac
5984 if test -n $lt_cv_sys_max_cmd_len ; then
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5986 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5987 else
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5989 $as_echo "none" >&6; }
5991 max_cmd_len=$lt_cv_sys_max_cmd_len
5998 : ${CP="cp -f"}
5999 : ${MV="mv -f"}
6000 : ${RM="rm -f"}
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6003 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6004 # Try some XSI features
6005 xsi_shell=no
6006 ( _lt_dummy="a/b/c"
6007 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6008 = c,a/b,, \
6009 && eval 'test $(( 1 + 1 )) -eq 2 \
6010 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6011 && xsi_shell=yes
6012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6013 $as_echo "$xsi_shell" >&6; }
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6017 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6018 lt_shell_append=no
6019 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6020 >/dev/null 2>&1 \
6021 && lt_shell_append=yes
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6023 $as_echo "$lt_shell_append" >&6; }
6026 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6027 lt_unset=unset
6028 else
6029 lt_unset=false
6036 # test EBCDIC or ASCII
6037 case `echo X|tr X '\101'` in
6038 A) # ASCII based system
6039 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6040 lt_SP2NL='tr \040 \012'
6041 lt_NL2SP='tr \015\012 \040\040'
6043 *) # EBCDIC based system
6044 lt_SP2NL='tr \100 \n'
6045 lt_NL2SP='tr \r\n \100\100'
6047 esac
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6058 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6059 if ${lt_cv_ld_reload_flag+:} false; then :
6060 $as_echo_n "(cached) " >&6
6061 else
6062 lt_cv_ld_reload_flag='-r'
6064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6065 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6066 reload_flag=$lt_cv_ld_reload_flag
6067 case $reload_flag in
6068 "" | " "*) ;;
6069 *) reload_flag=" $reload_flag" ;;
6070 esac
6071 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6072 case $host_os in
6073 darwin*)
6074 if test "$GCC" = yes; then
6075 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6076 else
6077 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6080 esac
6090 if test -n "$ac_tool_prefix"; then
6091 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6092 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6094 $as_echo_n "checking for $ac_word... " >&6; }
6095 if ${ac_cv_prog_OBJDUMP+:} false; then :
6096 $as_echo_n "(cached) " >&6
6097 else
6098 if test -n "$OBJDUMP"; then
6099 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6100 else
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102 for as_dir in $PATH
6104 IFS=$as_save_IFS
6105 test -z "$as_dir" && as_dir=.
6106 for ac_exec_ext in '' $ac_executable_extensions; do
6107 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6108 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6109 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6110 break 2
6112 done
6113 done
6114 IFS=$as_save_IFS
6118 OBJDUMP=$ac_cv_prog_OBJDUMP
6119 if test -n "$OBJDUMP"; then
6120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6121 $as_echo "$OBJDUMP" >&6; }
6122 else
6123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6124 $as_echo "no" >&6; }
6129 if test -z "$ac_cv_prog_OBJDUMP"; then
6130 ac_ct_OBJDUMP=$OBJDUMP
6131 # Extract the first word of "objdump", so it can be a program name with args.
6132 set dummy objdump; ac_word=$2
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134 $as_echo_n "checking for $ac_word... " >&6; }
6135 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6136 $as_echo_n "(cached) " >&6
6137 else
6138 if test -n "$ac_ct_OBJDUMP"; then
6139 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6140 else
6141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142 for as_dir in $PATH
6144 IFS=$as_save_IFS
6145 test -z "$as_dir" && as_dir=.
6146 for ac_exec_ext in '' $ac_executable_extensions; do
6147 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6148 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6149 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150 break 2
6152 done
6153 done
6154 IFS=$as_save_IFS
6158 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6159 if test -n "$ac_ct_OBJDUMP"; then
6160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6161 $as_echo "$ac_ct_OBJDUMP" >&6; }
6162 else
6163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164 $as_echo "no" >&6; }
6167 if test "x$ac_ct_OBJDUMP" = x; then
6168 OBJDUMP="false"
6169 else
6170 case $cross_compiling:$ac_tool_warned in
6171 yes:)
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6173 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6174 ac_tool_warned=yes ;;
6175 esac
6176 OBJDUMP=$ac_ct_OBJDUMP
6178 else
6179 OBJDUMP="$ac_cv_prog_OBJDUMP"
6182 test -z "$OBJDUMP" && OBJDUMP=objdump
6192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6193 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6194 if ${lt_cv_deplibs_check_method+:} false; then :
6195 $as_echo_n "(cached) " >&6
6196 else
6197 lt_cv_file_magic_cmd='$MAGIC_CMD'
6198 lt_cv_file_magic_test_file=
6199 lt_cv_deplibs_check_method='unknown'
6200 # Need to set the preceding variable on all platforms that support
6201 # interlibrary dependencies.
6202 # 'none' -- dependencies not supported.
6203 # `unknown' -- same as none, but documents that we really don't know.
6204 # 'pass_all' -- all dependencies passed with no checks.
6205 # 'test_compile' -- check by making test program.
6206 # 'file_magic [[regex]]' -- check by looking for files in library path
6207 # which responds to the $file_magic_cmd with a given extended regex.
6208 # If you have `file' or equivalent on your system and you're not sure
6209 # whether `pass_all' will *always* work, you probably want this one.
6211 case $host_os in
6212 aix[4-9]*)
6213 lt_cv_deplibs_check_method=pass_all
6216 beos*)
6217 lt_cv_deplibs_check_method=pass_all
6220 bsdi[45]*)
6221 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6222 lt_cv_file_magic_cmd='/usr/bin/file -L'
6223 lt_cv_file_magic_test_file=/shlib/libc.so
6226 cygwin*)
6227 # func_win32_libid is a shell function defined in ltmain.sh
6228 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6229 lt_cv_file_magic_cmd='func_win32_libid'
6232 mingw* | pw32*)
6233 # Base MSYS/MinGW do not provide the 'file' command needed by
6234 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6235 # unless we find 'file', for example because we are cross-compiling.
6236 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6237 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6238 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6239 lt_cv_file_magic_cmd='func_win32_libid'
6240 else
6241 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6242 lt_cv_file_magic_cmd='$OBJDUMP -f'
6246 cegcc*)
6247 # use the weaker test based on 'objdump'. See mingw*.
6248 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6249 lt_cv_file_magic_cmd='$OBJDUMP -f'
6252 darwin* | rhapsody*)
6253 lt_cv_deplibs_check_method=pass_all
6256 freebsd* | dragonfly*)
6257 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6258 case $host_cpu in
6259 i*86 )
6260 # Not sure whether the presence of OpenBSD here was a mistake.
6261 # Let's accept both of them until this is cleared up.
6262 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6263 lt_cv_file_magic_cmd=/usr/bin/file
6264 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6266 esac
6267 else
6268 lt_cv_deplibs_check_method=pass_all
6272 gnu*)
6273 lt_cv_deplibs_check_method=pass_all
6276 haiku*)
6277 lt_cv_deplibs_check_method=pass_all
6280 hpux10.20* | hpux11*)
6281 lt_cv_file_magic_cmd=/usr/bin/file
6282 case $host_cpu in
6283 ia64*)
6284 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6285 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6287 hppa*64*)
6288 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]'
6289 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6292 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6293 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6295 esac
6298 interix[3-9]*)
6299 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6300 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6303 irix5* | irix6* | nonstopux*)
6304 case $LD in
6305 *-32|*"-32 ") libmagic=32-bit;;
6306 *-n32|*"-n32 ") libmagic=N32;;
6307 *-64|*"-64 ") libmagic=64-bit;;
6308 *) libmagic=never-match;;
6309 esac
6310 lt_cv_deplibs_check_method=pass_all
6313 # This must be Linux ELF.
6314 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6315 lt_cv_deplibs_check_method=pass_all
6318 netbsd*)
6319 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6320 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6321 else
6322 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6326 newos6*)
6327 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6328 lt_cv_file_magic_cmd=/usr/bin/file
6329 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6332 *nto* | *qnx*)
6333 lt_cv_deplibs_check_method=pass_all
6336 openbsd*)
6337 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6338 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6339 else
6340 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6344 osf3* | osf4* | osf5*)
6345 lt_cv_deplibs_check_method=pass_all
6348 rdos*)
6349 lt_cv_deplibs_check_method=pass_all
6352 solaris*)
6353 lt_cv_deplibs_check_method=pass_all
6356 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6357 lt_cv_deplibs_check_method=pass_all
6360 sysv4 | sysv4.3*)
6361 case $host_vendor in
6362 motorola)
6363 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]'
6364 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6366 ncr)
6367 lt_cv_deplibs_check_method=pass_all
6369 sequent)
6370 lt_cv_file_magic_cmd='/bin/file'
6371 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6373 sni)
6374 lt_cv_file_magic_cmd='/bin/file'
6375 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6376 lt_cv_file_magic_test_file=/lib/libc.so
6378 siemens)
6379 lt_cv_deplibs_check_method=pass_all
6382 lt_cv_deplibs_check_method=pass_all
6384 esac
6387 tpf*)
6388 lt_cv_deplibs_check_method=pass_all
6390 esac
6393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6394 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6395 file_magic_cmd=$lt_cv_file_magic_cmd
6396 deplibs_check_method=$lt_cv_deplibs_check_method
6397 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6410 if test -n "$ac_tool_prefix"; then
6411 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6412 set dummy ${ac_tool_prefix}ar; ac_word=$2
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6414 $as_echo_n "checking for $ac_word... " >&6; }
6415 if ${ac_cv_prog_AR+:} false; then :
6416 $as_echo_n "(cached) " >&6
6417 else
6418 if test -n "$AR"; then
6419 ac_cv_prog_AR="$AR" # Let the user override the test.
6420 else
6421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422 for as_dir in $PATH
6424 IFS=$as_save_IFS
6425 test -z "$as_dir" && as_dir=.
6426 for ac_exec_ext in '' $ac_executable_extensions; do
6427 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6428 ac_cv_prog_AR="${ac_tool_prefix}ar"
6429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6430 break 2
6432 done
6433 done
6434 IFS=$as_save_IFS
6438 AR=$ac_cv_prog_AR
6439 if test -n "$AR"; then
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6441 $as_echo "$AR" >&6; }
6442 else
6443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6444 $as_echo "no" >&6; }
6449 if test -z "$ac_cv_prog_AR"; then
6450 ac_ct_AR=$AR
6451 # Extract the first word of "ar", so it can be a program name with args.
6452 set dummy ar; ac_word=$2
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6454 $as_echo_n "checking for $ac_word... " >&6; }
6455 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6456 $as_echo_n "(cached) " >&6
6457 else
6458 if test -n "$ac_ct_AR"; then
6459 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6460 else
6461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6462 for as_dir in $PATH
6464 IFS=$as_save_IFS
6465 test -z "$as_dir" && as_dir=.
6466 for ac_exec_ext in '' $ac_executable_extensions; do
6467 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6468 ac_cv_prog_ac_ct_AR="ar"
6469 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6470 break 2
6472 done
6473 done
6474 IFS=$as_save_IFS
6478 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6479 if test -n "$ac_ct_AR"; then
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6481 $as_echo "$ac_ct_AR" >&6; }
6482 else
6483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6484 $as_echo "no" >&6; }
6487 if test "x$ac_ct_AR" = x; then
6488 AR="false"
6489 else
6490 case $cross_compiling:$ac_tool_warned in
6491 yes:)
6492 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6493 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6494 ac_tool_warned=yes ;;
6495 esac
6496 AR=$ac_ct_AR
6498 else
6499 AR="$ac_cv_prog_AR"
6502 test -z "$AR" && AR=ar
6503 test -z "$AR_FLAGS" && AR_FLAGS=cru
6515 if test -n "$ac_tool_prefix"; then
6516 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6517 set dummy ${ac_tool_prefix}strip; ac_word=$2
6518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6519 $as_echo_n "checking for $ac_word... " >&6; }
6520 if ${ac_cv_prog_STRIP+:} false; then :
6521 $as_echo_n "(cached) " >&6
6522 else
6523 if test -n "$STRIP"; then
6524 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6525 else
6526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6527 for as_dir in $PATH
6529 IFS=$as_save_IFS
6530 test -z "$as_dir" && as_dir=.
6531 for ac_exec_ext in '' $ac_executable_extensions; do
6532 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6533 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6535 break 2
6537 done
6538 done
6539 IFS=$as_save_IFS
6543 STRIP=$ac_cv_prog_STRIP
6544 if test -n "$STRIP"; then
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6546 $as_echo "$STRIP" >&6; }
6547 else
6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6549 $as_echo "no" >&6; }
6554 if test -z "$ac_cv_prog_STRIP"; then
6555 ac_ct_STRIP=$STRIP
6556 # Extract the first word of "strip", so it can be a program name with args.
6557 set dummy strip; ac_word=$2
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6559 $as_echo_n "checking for $ac_word... " >&6; }
6560 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6561 $as_echo_n "(cached) " >&6
6562 else
6563 if test -n "$ac_ct_STRIP"; then
6564 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6565 else
6566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6567 for as_dir in $PATH
6569 IFS=$as_save_IFS
6570 test -z "$as_dir" && as_dir=.
6571 for ac_exec_ext in '' $ac_executable_extensions; do
6572 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6573 ac_cv_prog_ac_ct_STRIP="strip"
6574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6575 break 2
6577 done
6578 done
6579 IFS=$as_save_IFS
6583 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6584 if test -n "$ac_ct_STRIP"; then
6585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6586 $as_echo "$ac_ct_STRIP" >&6; }
6587 else
6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6589 $as_echo "no" >&6; }
6592 if test "x$ac_ct_STRIP" = x; then
6593 STRIP=":"
6594 else
6595 case $cross_compiling:$ac_tool_warned in
6596 yes:)
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6598 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6599 ac_tool_warned=yes ;;
6600 esac
6601 STRIP=$ac_ct_STRIP
6603 else
6604 STRIP="$ac_cv_prog_STRIP"
6607 test -z "$STRIP" && STRIP=:
6614 if test -n "$ac_tool_prefix"; then
6615 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6616 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6618 $as_echo_n "checking for $ac_word... " >&6; }
6619 if ${ac_cv_prog_RANLIB+:} false; then :
6620 $as_echo_n "(cached) " >&6
6621 else
6622 if test -n "$RANLIB"; then
6623 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6624 else
6625 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6626 for as_dir in $PATH
6628 IFS=$as_save_IFS
6629 test -z "$as_dir" && as_dir=.
6630 for ac_exec_ext in '' $ac_executable_extensions; do
6631 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6632 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6633 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6634 break 2
6636 done
6637 done
6638 IFS=$as_save_IFS
6642 RANLIB=$ac_cv_prog_RANLIB
6643 if test -n "$RANLIB"; then
6644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6645 $as_echo "$RANLIB" >&6; }
6646 else
6647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6648 $as_echo "no" >&6; }
6653 if test -z "$ac_cv_prog_RANLIB"; then
6654 ac_ct_RANLIB=$RANLIB
6655 # Extract the first word of "ranlib", so it can be a program name with args.
6656 set dummy ranlib; ac_word=$2
6657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6658 $as_echo_n "checking for $ac_word... " >&6; }
6659 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6660 $as_echo_n "(cached) " >&6
6661 else
6662 if test -n "$ac_ct_RANLIB"; then
6663 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6664 else
6665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6666 for as_dir in $PATH
6668 IFS=$as_save_IFS
6669 test -z "$as_dir" && as_dir=.
6670 for ac_exec_ext in '' $ac_executable_extensions; do
6671 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6672 ac_cv_prog_ac_ct_RANLIB="ranlib"
6673 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6674 break 2
6676 done
6677 done
6678 IFS=$as_save_IFS
6682 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6683 if test -n "$ac_ct_RANLIB"; then
6684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6685 $as_echo "$ac_ct_RANLIB" >&6; }
6686 else
6687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6688 $as_echo "no" >&6; }
6691 if test "x$ac_ct_RANLIB" = x; then
6692 RANLIB=":"
6693 else
6694 case $cross_compiling:$ac_tool_warned in
6695 yes:)
6696 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6697 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6698 ac_tool_warned=yes ;;
6699 esac
6700 RANLIB=$ac_ct_RANLIB
6702 else
6703 RANLIB="$ac_cv_prog_RANLIB"
6706 test -z "$RANLIB" && RANLIB=:
6713 # Determine commands to create old-style static archives.
6714 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6715 old_postinstall_cmds='chmod 644 $oldlib'
6716 old_postuninstall_cmds=
6718 if test -n "$RANLIB"; then
6719 case $host_os in
6720 openbsd*)
6721 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6724 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6726 esac
6727 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6730 case $host_os in
6731 darwin*)
6732 lock_old_archive_extraction=yes ;;
6734 lock_old_archive_extraction=no ;;
6735 esac
6775 # If no C compiler was specified, use CC.
6776 LTCC=${LTCC-"$CC"}
6778 # If no C compiler flags were specified, use CFLAGS.
6779 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6781 # Allow CC to be a program name with arguments.
6782 compiler=$CC
6785 # Check for command to grab the raw symbol name followed by C symbol from nm.
6786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6787 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6788 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6789 $as_echo_n "(cached) " >&6
6790 else
6792 # These are sane defaults that work on at least a few old systems.
6793 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6795 # Character class describing NM global symbol codes.
6796 symcode='[BCDEGRST]'
6798 # Regexp to match symbols that can be accessed directly from C.
6799 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6801 # Define system-specific variables.
6802 case $host_os in
6803 aix*)
6804 symcode='[BCDT]'
6806 cygwin* | mingw* | pw32* | cegcc*)
6807 symcode='[ABCDGISTW]'
6809 hpux*)
6810 if test "$host_cpu" = ia64; then
6811 symcode='[ABCDEGRST]'
6814 irix* | nonstopux*)
6815 symcode='[BCDEGRST]'
6817 osf*)
6818 symcode='[BCDEGQRST]'
6820 solaris*)
6821 symcode='[BDRT]'
6823 sco3.2v5*)
6824 symcode='[DT]'
6826 sysv4.2uw2*)
6827 symcode='[DT]'
6829 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6830 symcode='[ABDT]'
6832 sysv4)
6833 symcode='[DFNSTU]'
6835 esac
6837 # If we're using GNU nm, then use its standard symbol codes.
6838 case `$NM -V 2>&1` in
6839 *GNU* | *'with BFD'*)
6840 symcode='[ABCDGIRSTW]' ;;
6841 esac
6843 # Transform an extracted symbol line into a proper C declaration.
6844 # Some systems (esp. on ia64) link data and code symbols differently,
6845 # so use this general approach.
6846 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6848 # Transform an extracted symbol line into symbol name and symbol address
6849 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6850 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'"
6852 # Handle CRLF in mingw tool chain
6853 opt_cr=
6854 case $build_os in
6855 mingw*)
6856 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6858 esac
6860 # Try without a prefix underscore, then with it.
6861 for ac_symprfx in "" "_"; do
6863 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6864 symxfrm="\\1 $ac_symprfx\\2 \\2"
6866 # Write the raw and C identifiers.
6867 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6868 # Fake it for dumpbin and say T for any non-static function
6869 # and D for any global variable.
6870 # Also find C++ and __fastcall symbols from MSVC++,
6871 # which start with @ or ?.
6872 lt_cv_sys_global_symbol_pipe="$AWK '"\
6873 " {last_section=section; section=\$ 3};"\
6874 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6875 " \$ 0!~/External *\|/{next};"\
6876 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6877 " {if(hide[section]) next};"\
6878 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6879 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6880 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6881 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6882 " ' prfx=^$ac_symprfx"
6883 else
6884 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6887 # Check to see that the pipe works correctly.
6888 pipe_works=no
6890 rm -f conftest*
6891 cat > conftest.$ac_ext <<_LT_EOF
6892 #ifdef __cplusplus
6893 extern "C" {
6894 #endif
6895 char nm_test_var;
6896 void nm_test_func(void);
6897 void nm_test_func(void){}
6898 #ifdef __cplusplus
6900 #endif
6901 int main(){nm_test_var='a';nm_test_func();return(0);}
6902 _LT_EOF
6904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6905 (eval $ac_compile) 2>&5
6906 ac_status=$?
6907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6908 test $ac_status = 0; }; then
6909 # Now try to grab the symbols.
6910 nlist=conftest.nm
6911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6912 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6913 ac_status=$?
6914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6915 test $ac_status = 0; } && test -s "$nlist"; then
6916 # Try sorting and uniquifying the output.
6917 if sort "$nlist" | uniq > "$nlist"T; then
6918 mv -f "$nlist"T "$nlist"
6919 else
6920 rm -f "$nlist"T
6923 # Make sure that we snagged all the symbols we need.
6924 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6925 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6926 cat <<_LT_EOF > conftest.$ac_ext
6927 #ifdef __cplusplus
6928 extern "C" {
6929 #endif
6931 _LT_EOF
6932 # Now generate the symbol file.
6933 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6935 cat <<_LT_EOF >> conftest.$ac_ext
6937 /* The mapping between symbol names and symbols. */
6938 const struct {
6939 const char *name;
6940 void *address;
6942 lt__PROGRAM__LTX_preloaded_symbols[] =
6944 { "@PROGRAM@", (void *) 0 },
6945 _LT_EOF
6946 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6947 cat <<\_LT_EOF >> conftest.$ac_ext
6948 {0, (void *) 0}
6951 /* This works around a problem in FreeBSD linker */
6952 #ifdef FREEBSD_WORKAROUND
6953 static const void *lt_preloaded_setup() {
6954 return lt__PROGRAM__LTX_preloaded_symbols;
6956 #endif
6958 #ifdef __cplusplus
6960 #endif
6961 _LT_EOF
6962 # Now try linking the two files.
6963 mv conftest.$ac_objext conftstm.$ac_objext
6964 lt_save_LIBS="$LIBS"
6965 lt_save_CFLAGS="$CFLAGS"
6966 LIBS="conftstm.$ac_objext"
6967 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6968 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6969 (eval $ac_link) 2>&5
6970 ac_status=$?
6971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6972 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6973 pipe_works=yes
6975 LIBS="$lt_save_LIBS"
6976 CFLAGS="$lt_save_CFLAGS"
6977 else
6978 echo "cannot find nm_test_func in $nlist" >&5
6980 else
6981 echo "cannot find nm_test_var in $nlist" >&5
6983 else
6984 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6986 else
6987 echo "$progname: failed program was:" >&5
6988 cat conftest.$ac_ext >&5
6990 rm -rf conftest* conftst*
6992 # Do not use the global_symbol_pipe unless it works.
6993 if test "$pipe_works" = yes; then
6994 break
6995 else
6996 lt_cv_sys_global_symbol_pipe=
6998 done
7002 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7003 lt_cv_sys_global_symbol_to_cdecl=
7005 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7007 $as_echo "failed" >&6; }
7008 else
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7010 $as_echo "ok" >&6; }
7034 # Check whether --enable-libtool-lock was given.
7035 if test "${enable_libtool_lock+set}" = set; then :
7036 enableval=$enable_libtool_lock;
7039 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7041 # Some flags need to be propagated to the compiler or linker for good
7042 # libtool support.
7043 case $host in
7044 ia64-*-hpux*)
7045 # Find out which ABI we are using.
7046 echo 'int i;' > conftest.$ac_ext
7047 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7048 (eval $ac_compile) 2>&5
7049 ac_status=$?
7050 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7051 test $ac_status = 0; }; then
7052 case `/usr/bin/file conftest.$ac_objext` in
7053 *ELF-32*)
7054 HPUX_IA64_MODE="32"
7056 *ELF-64*)
7057 HPUX_IA64_MODE="64"
7059 esac
7061 rm -rf conftest*
7063 *-*-irix6*)
7064 # Find out which ABI we are using.
7065 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7066 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7067 (eval $ac_compile) 2>&5
7068 ac_status=$?
7069 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7070 test $ac_status = 0; }; then
7071 if test "$lt_cv_prog_gnu_ld" = yes; then
7072 case `/usr/bin/file conftest.$ac_objext` in
7073 *32-bit*)
7074 LD="${LD-ld} -melf32bsmip"
7076 *N32*)
7077 LD="${LD-ld} -melf32bmipn32"
7079 *64-bit*)
7080 LD="${LD-ld} -melf64bmip"
7082 esac
7083 else
7084 case `/usr/bin/file conftest.$ac_objext` in
7085 *32-bit*)
7086 LD="${LD-ld} -32"
7088 *N32*)
7089 LD="${LD-ld} -n32"
7091 *64-bit*)
7092 LD="${LD-ld} -64"
7094 esac
7097 rm -rf conftest*
7100 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7101 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7102 # Find out which ABI we are using.
7103 echo 'int i;' > conftest.$ac_ext
7104 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7105 (eval $ac_compile) 2>&5
7106 ac_status=$?
7107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7108 test $ac_status = 0; }; then
7109 case `/usr/bin/file conftest.o` in
7110 *32-bit*)
7111 case $host in
7112 x86_64-*kfreebsd*-gnu)
7113 LD="${LD-ld} -m elf_i386_fbsd"
7115 x86_64-*linux*)
7116 case `/usr/bin/file conftest.o` in
7117 *x86-64*)
7118 LD="${LD-ld} -m elf32_x86_64"
7121 LD="${LD-ld} -m elf_i386"
7123 esac
7125 powerpc64le-*linux*)
7126 LD="${LD-ld} -m elf32lppclinux"
7128 powerpc64-*linux*)
7129 LD="${LD-ld} -m elf32ppclinux"
7131 s390x-*linux*)
7132 LD="${LD-ld} -m elf_s390"
7134 sparc64-*linux*)
7135 LD="${LD-ld} -m elf32_sparc"
7137 esac
7139 *64-bit*)
7140 case $host in
7141 x86_64-*kfreebsd*-gnu)
7142 LD="${LD-ld} -m elf_x86_64_fbsd"
7144 x86_64-*linux*)
7145 LD="${LD-ld} -m elf_x86_64"
7147 powerpcle-*linux*)
7148 LD="${LD-ld} -m elf64lppc"
7150 powerpc-*linux*)
7151 LD="${LD-ld} -m elf64ppc"
7153 s390*-*linux*|s390*-*tpf*)
7154 LD="${LD-ld} -m elf64_s390"
7156 sparc*-*linux*)
7157 LD="${LD-ld} -m elf64_sparc"
7159 esac
7161 esac
7163 rm -rf conftest*
7166 *-*-sco3.2v5*)
7167 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7168 SAVE_CFLAGS="$CFLAGS"
7169 CFLAGS="$CFLAGS -belf"
7170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7171 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7172 if ${lt_cv_cc_needs_belf+:} false; then :
7173 $as_echo_n "(cached) " >&6
7174 else
7175 ac_ext=c
7176 ac_cpp='$CPP $CPPFLAGS'
7177 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7178 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7179 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7182 /* end confdefs.h. */
7185 main ()
7189 return 0;
7191 _ACEOF
7192 if ac_fn_c_try_link "$LINENO"; then :
7193 lt_cv_cc_needs_belf=yes
7194 else
7195 lt_cv_cc_needs_belf=no
7197 rm -f core conftest.err conftest.$ac_objext \
7198 conftest$ac_exeext conftest.$ac_ext
7199 ac_ext=c
7200 ac_cpp='$CPP $CPPFLAGS'
7201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7207 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7208 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7209 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7210 CFLAGS="$SAVE_CFLAGS"
7213 sparc*-*solaris*)
7214 # Find out which ABI we are using.
7215 echo 'int i;' > conftest.$ac_ext
7216 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7217 (eval $ac_compile) 2>&5
7218 ac_status=$?
7219 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7220 test $ac_status = 0; }; then
7221 case `/usr/bin/file conftest.o` in
7222 *64-bit*)
7223 case $lt_cv_prog_gnu_ld in
7224 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7226 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7227 LD="${LD-ld} -64"
7230 esac
7232 esac
7234 rm -rf conftest*
7236 esac
7238 need_locks="$enable_libtool_lock"
7241 case $host_os in
7242 rhapsody* | darwin*)
7243 if test -n "$ac_tool_prefix"; then
7244 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7245 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7246 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7247 $as_echo_n "checking for $ac_word... " >&6; }
7248 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7249 $as_echo_n "(cached) " >&6
7250 else
7251 if test -n "$DSYMUTIL"; then
7252 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7253 else
7254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7255 for as_dir in $PATH
7257 IFS=$as_save_IFS
7258 test -z "$as_dir" && as_dir=.
7259 for ac_exec_ext in '' $ac_executable_extensions; do
7260 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7261 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7262 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7263 break 2
7265 done
7266 done
7267 IFS=$as_save_IFS
7271 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7272 if test -n "$DSYMUTIL"; then
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7274 $as_echo "$DSYMUTIL" >&6; }
7275 else
7276 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7277 $as_echo "no" >&6; }
7282 if test -z "$ac_cv_prog_DSYMUTIL"; then
7283 ac_ct_DSYMUTIL=$DSYMUTIL
7284 # Extract the first word of "dsymutil", so it can be a program name with args.
7285 set dummy dsymutil; ac_word=$2
7286 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7287 $as_echo_n "checking for $ac_word... " >&6; }
7288 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7289 $as_echo_n "(cached) " >&6
7290 else
7291 if test -n "$ac_ct_DSYMUTIL"; then
7292 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7293 else
7294 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7295 for as_dir in $PATH
7297 IFS=$as_save_IFS
7298 test -z "$as_dir" && as_dir=.
7299 for ac_exec_ext in '' $ac_executable_extensions; do
7300 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7301 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7302 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7303 break 2
7305 done
7306 done
7307 IFS=$as_save_IFS
7311 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7312 if test -n "$ac_ct_DSYMUTIL"; then
7313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7314 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7315 else
7316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7317 $as_echo "no" >&6; }
7320 if test "x$ac_ct_DSYMUTIL" = x; then
7321 DSYMUTIL=":"
7322 else
7323 case $cross_compiling:$ac_tool_warned in
7324 yes:)
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7326 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7327 ac_tool_warned=yes ;;
7328 esac
7329 DSYMUTIL=$ac_ct_DSYMUTIL
7331 else
7332 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7335 if test -n "$ac_tool_prefix"; then
7336 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7337 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7339 $as_echo_n "checking for $ac_word... " >&6; }
7340 if ${ac_cv_prog_NMEDIT+:} false; then :
7341 $as_echo_n "(cached) " >&6
7342 else
7343 if test -n "$NMEDIT"; then
7344 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7345 else
7346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7347 for as_dir in $PATH
7349 IFS=$as_save_IFS
7350 test -z "$as_dir" && as_dir=.
7351 for ac_exec_ext in '' $ac_executable_extensions; do
7352 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7353 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7355 break 2
7357 done
7358 done
7359 IFS=$as_save_IFS
7363 NMEDIT=$ac_cv_prog_NMEDIT
7364 if test -n "$NMEDIT"; then
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7366 $as_echo "$NMEDIT" >&6; }
7367 else
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7369 $as_echo "no" >&6; }
7374 if test -z "$ac_cv_prog_NMEDIT"; then
7375 ac_ct_NMEDIT=$NMEDIT
7376 # Extract the first word of "nmedit", so it can be a program name with args.
7377 set dummy nmedit; ac_word=$2
7378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7379 $as_echo_n "checking for $ac_word... " >&6; }
7380 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7381 $as_echo_n "(cached) " >&6
7382 else
7383 if test -n "$ac_ct_NMEDIT"; then
7384 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7385 else
7386 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7387 for as_dir in $PATH
7389 IFS=$as_save_IFS
7390 test -z "$as_dir" && as_dir=.
7391 for ac_exec_ext in '' $ac_executable_extensions; do
7392 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7393 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7394 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7395 break 2
7397 done
7398 done
7399 IFS=$as_save_IFS
7403 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7404 if test -n "$ac_ct_NMEDIT"; then
7405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7406 $as_echo "$ac_ct_NMEDIT" >&6; }
7407 else
7408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7409 $as_echo "no" >&6; }
7412 if test "x$ac_ct_NMEDIT" = x; then
7413 NMEDIT=":"
7414 else
7415 case $cross_compiling:$ac_tool_warned in
7416 yes:)
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7418 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7419 ac_tool_warned=yes ;;
7420 esac
7421 NMEDIT=$ac_ct_NMEDIT
7423 else
7424 NMEDIT="$ac_cv_prog_NMEDIT"
7427 if test -n "$ac_tool_prefix"; then
7428 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7429 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7431 $as_echo_n "checking for $ac_word... " >&6; }
7432 if ${ac_cv_prog_LIPO+:} false; then :
7433 $as_echo_n "(cached) " >&6
7434 else
7435 if test -n "$LIPO"; then
7436 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7437 else
7438 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7439 for as_dir in $PATH
7441 IFS=$as_save_IFS
7442 test -z "$as_dir" && as_dir=.
7443 for ac_exec_ext in '' $ac_executable_extensions; do
7444 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7445 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7446 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7447 break 2
7449 done
7450 done
7451 IFS=$as_save_IFS
7455 LIPO=$ac_cv_prog_LIPO
7456 if test -n "$LIPO"; then
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7458 $as_echo "$LIPO" >&6; }
7459 else
7460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7461 $as_echo "no" >&6; }
7466 if test -z "$ac_cv_prog_LIPO"; then
7467 ac_ct_LIPO=$LIPO
7468 # Extract the first word of "lipo", so it can be a program name with args.
7469 set dummy lipo; ac_word=$2
7470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7471 $as_echo_n "checking for $ac_word... " >&6; }
7472 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7473 $as_echo_n "(cached) " >&6
7474 else
7475 if test -n "$ac_ct_LIPO"; then
7476 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7477 else
7478 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7479 for as_dir in $PATH
7481 IFS=$as_save_IFS
7482 test -z "$as_dir" && as_dir=.
7483 for ac_exec_ext in '' $ac_executable_extensions; do
7484 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7485 ac_cv_prog_ac_ct_LIPO="lipo"
7486 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7487 break 2
7489 done
7490 done
7491 IFS=$as_save_IFS
7495 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7496 if test -n "$ac_ct_LIPO"; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7498 $as_echo "$ac_ct_LIPO" >&6; }
7499 else
7500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7501 $as_echo "no" >&6; }
7504 if test "x$ac_ct_LIPO" = x; then
7505 LIPO=":"
7506 else
7507 case $cross_compiling:$ac_tool_warned in
7508 yes:)
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7510 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7511 ac_tool_warned=yes ;;
7512 esac
7513 LIPO=$ac_ct_LIPO
7515 else
7516 LIPO="$ac_cv_prog_LIPO"
7519 if test -n "$ac_tool_prefix"; then
7520 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7521 set dummy ${ac_tool_prefix}otool; ac_word=$2
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7523 $as_echo_n "checking for $ac_word... " >&6; }
7524 if ${ac_cv_prog_OTOOL+:} false; then :
7525 $as_echo_n "(cached) " >&6
7526 else
7527 if test -n "$OTOOL"; then
7528 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7529 else
7530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7531 for as_dir in $PATH
7533 IFS=$as_save_IFS
7534 test -z "$as_dir" && as_dir=.
7535 for ac_exec_ext in '' $ac_executable_extensions; do
7536 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7537 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7538 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7539 break 2
7541 done
7542 done
7543 IFS=$as_save_IFS
7547 OTOOL=$ac_cv_prog_OTOOL
7548 if test -n "$OTOOL"; then
7549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7550 $as_echo "$OTOOL" >&6; }
7551 else
7552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7553 $as_echo "no" >&6; }
7558 if test -z "$ac_cv_prog_OTOOL"; then
7559 ac_ct_OTOOL=$OTOOL
7560 # Extract the first word of "otool", so it can be a program name with args.
7561 set dummy otool; ac_word=$2
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7563 $as_echo_n "checking for $ac_word... " >&6; }
7564 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7565 $as_echo_n "(cached) " >&6
7566 else
7567 if test -n "$ac_ct_OTOOL"; then
7568 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7569 else
7570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7571 for as_dir in $PATH
7573 IFS=$as_save_IFS
7574 test -z "$as_dir" && as_dir=.
7575 for ac_exec_ext in '' $ac_executable_extensions; do
7576 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7577 ac_cv_prog_ac_ct_OTOOL="otool"
7578 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7579 break 2
7581 done
7582 done
7583 IFS=$as_save_IFS
7587 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7588 if test -n "$ac_ct_OTOOL"; then
7589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7590 $as_echo "$ac_ct_OTOOL" >&6; }
7591 else
7592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7593 $as_echo "no" >&6; }
7596 if test "x$ac_ct_OTOOL" = x; then
7597 OTOOL=":"
7598 else
7599 case $cross_compiling:$ac_tool_warned in
7600 yes:)
7601 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7602 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7603 ac_tool_warned=yes ;;
7604 esac
7605 OTOOL=$ac_ct_OTOOL
7607 else
7608 OTOOL="$ac_cv_prog_OTOOL"
7611 if test -n "$ac_tool_prefix"; then
7612 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7613 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7615 $as_echo_n "checking for $ac_word... " >&6; }
7616 if ${ac_cv_prog_OTOOL64+:} false; then :
7617 $as_echo_n "(cached) " >&6
7618 else
7619 if test -n "$OTOOL64"; then
7620 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7621 else
7622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7623 for as_dir in $PATH
7625 IFS=$as_save_IFS
7626 test -z "$as_dir" && as_dir=.
7627 for ac_exec_ext in '' $ac_executable_extensions; do
7628 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7629 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7630 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7631 break 2
7633 done
7634 done
7635 IFS=$as_save_IFS
7639 OTOOL64=$ac_cv_prog_OTOOL64
7640 if test -n "$OTOOL64"; then
7641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7642 $as_echo "$OTOOL64" >&6; }
7643 else
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7645 $as_echo "no" >&6; }
7650 if test -z "$ac_cv_prog_OTOOL64"; then
7651 ac_ct_OTOOL64=$OTOOL64
7652 # Extract the first word of "otool64", so it can be a program name with args.
7653 set dummy otool64; ac_word=$2
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7655 $as_echo_n "checking for $ac_word... " >&6; }
7656 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7657 $as_echo_n "(cached) " >&6
7658 else
7659 if test -n "$ac_ct_OTOOL64"; then
7660 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7661 else
7662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7663 for as_dir in $PATH
7665 IFS=$as_save_IFS
7666 test -z "$as_dir" && as_dir=.
7667 for ac_exec_ext in '' $ac_executable_extensions; do
7668 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7669 ac_cv_prog_ac_ct_OTOOL64="otool64"
7670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7671 break 2
7673 done
7674 done
7675 IFS=$as_save_IFS
7679 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7680 if test -n "$ac_ct_OTOOL64"; then
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7682 $as_echo "$ac_ct_OTOOL64" >&6; }
7683 else
7684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7685 $as_echo "no" >&6; }
7688 if test "x$ac_ct_OTOOL64" = x; then
7689 OTOOL64=":"
7690 else
7691 case $cross_compiling:$ac_tool_warned in
7692 yes:)
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7695 ac_tool_warned=yes ;;
7696 esac
7697 OTOOL64=$ac_ct_OTOOL64
7699 else
7700 OTOOL64="$ac_cv_prog_OTOOL64"
7729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7730 $as_echo_n "checking for -single_module linker flag... " >&6; }
7731 if ${lt_cv_apple_cc_single_mod+:} false; then :
7732 $as_echo_n "(cached) " >&6
7733 else
7734 lt_cv_apple_cc_single_mod=no
7735 if test -z "${LT_MULTI_MODULE}"; then
7736 # By default we will add the -single_module flag. You can override
7737 # by either setting the environment variable LT_MULTI_MODULE
7738 # non-empty at configure time, or by adding -multi_module to the
7739 # link flags.
7740 rm -rf libconftest.dylib*
7741 echo "int foo(void){return 1;}" > conftest.c
7742 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7743 -dynamiclib -Wl,-single_module conftest.c" >&5
7744 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7745 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7746 _lt_result=$?
7747 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7748 lt_cv_apple_cc_single_mod=yes
7749 else
7750 cat conftest.err >&5
7752 rm -rf libconftest.dylib*
7753 rm -f conftest.*
7756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7757 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7759 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7760 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7761 $as_echo_n "(cached) " >&6
7762 else
7763 lt_cv_ld_exported_symbols_list=no
7764 save_LDFLAGS=$LDFLAGS
7765 echo "_main" > conftest.sym
7766 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7768 /* end confdefs.h. */
7771 main ()
7775 return 0;
7777 _ACEOF
7778 if ac_fn_c_try_link "$LINENO"; then :
7779 lt_cv_ld_exported_symbols_list=yes
7780 else
7781 lt_cv_ld_exported_symbols_list=no
7783 rm -f core conftest.err conftest.$ac_objext \
7784 conftest$ac_exeext conftest.$ac_ext
7785 LDFLAGS="$save_LDFLAGS"
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7789 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7791 $as_echo_n "checking for -force_load linker flag... " >&6; }
7792 if ${lt_cv_ld_force_load+:} false; then :
7793 $as_echo_n "(cached) " >&6
7794 else
7795 lt_cv_ld_force_load=no
7796 cat > conftest.c << _LT_EOF
7797 int forced_loaded() { return 2;}
7798 _LT_EOF
7799 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7800 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7801 echo "$AR cru libconftest.a conftest.o" >&5
7802 $AR cru libconftest.a conftest.o 2>&5
7803 cat > conftest.c << _LT_EOF
7804 int main() { return 0;}
7805 _LT_EOF
7806 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7807 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7808 _lt_result=$?
7809 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7810 lt_cv_ld_force_load=yes
7811 else
7812 cat conftest.err >&5
7814 rm -f conftest.err libconftest.a conftest conftest.c
7815 rm -rf conftest.dSYM
7818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7819 $as_echo "$lt_cv_ld_force_load" >&6; }
7820 case $host_os in
7821 rhapsody* | darwin1.[012])
7822 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7823 darwin1.*)
7824 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7825 darwin*) # darwin 5.x on
7826 # if running on 10.5 or later, the deployment target defaults
7827 # to the OS version, if on x86, and 10.4, the deployment
7828 # target defaults to 10.4. Don't you love it?
7829 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7830 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7831 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7832 10.[012][,.]*)
7833 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7834 10.*)
7835 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7836 esac
7838 esac
7839 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7840 _lt_dar_single_mod='$single_module'
7842 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7843 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7844 else
7845 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7847 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7848 _lt_dsymutil='~$DSYMUTIL $lib || :'
7849 else
7850 _lt_dsymutil=
7853 esac
7855 for ac_header in dlfcn.h
7856 do :
7857 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7859 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7860 cat >>confdefs.h <<_ACEOF
7861 #define HAVE_DLFCN_H 1
7862 _ACEOF
7866 done
7872 # Set options
7876 enable_dlopen=no
7879 enable_win32_dll=no
7882 # Check whether --enable-shared was given.
7883 if test "${enable_shared+set}" = set; then :
7884 enableval=$enable_shared; p=${PACKAGE-default}
7885 case $enableval in
7886 yes) enable_shared=yes ;;
7887 no) enable_shared=no ;;
7889 enable_shared=no
7890 # Look at the argument we got. We use all the common list separators.
7891 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7892 for pkg in $enableval; do
7893 IFS="$lt_save_ifs"
7894 if test "X$pkg" = "X$p"; then
7895 enable_shared=yes
7897 done
7898 IFS="$lt_save_ifs"
7900 esac
7901 else
7902 enable_shared=yes
7913 # Check whether --enable-static was given.
7914 if test "${enable_static+set}" = set; then :
7915 enableval=$enable_static; p=${PACKAGE-default}
7916 case $enableval in
7917 yes) enable_static=yes ;;
7918 no) enable_static=no ;;
7920 enable_static=no
7921 # Look at the argument we got. We use all the common list separators.
7922 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7923 for pkg in $enableval; do
7924 IFS="$lt_save_ifs"
7925 if test "X$pkg" = "X$p"; then
7926 enable_static=yes
7928 done
7929 IFS="$lt_save_ifs"
7931 esac
7932 else
7933 enable_static=yes
7945 # Check whether --with-pic was given.
7946 if test "${with_pic+set}" = set; then :
7947 withval=$with_pic; pic_mode="$withval"
7948 else
7949 pic_mode=default
7953 test -z "$pic_mode" && pic_mode=default
7961 # Check whether --enable-fast-install was given.
7962 if test "${enable_fast_install+set}" = set; then :
7963 enableval=$enable_fast_install; p=${PACKAGE-default}
7964 case $enableval in
7965 yes) enable_fast_install=yes ;;
7966 no) enable_fast_install=no ;;
7968 enable_fast_install=no
7969 # Look at the argument we got. We use all the common list separators.
7970 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7971 for pkg in $enableval; do
7972 IFS="$lt_save_ifs"
7973 if test "X$pkg" = "X$p"; then
7974 enable_fast_install=yes
7976 done
7977 IFS="$lt_save_ifs"
7979 esac
7980 else
7981 enable_fast_install=yes
7994 # This can be used to rebuild libtool when needed
7995 LIBTOOL_DEPS="$ltmain"
7997 # Always use our own libtool.
7998 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8025 test -z "$LN_S" && LN_S="ln -s"
8040 if test -n "${ZSH_VERSION+set}" ; then
8041 setopt NO_GLOB_SUBST
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8045 $as_echo_n "checking for objdir... " >&6; }
8046 if ${lt_cv_objdir+:} false; then :
8047 $as_echo_n "(cached) " >&6
8048 else
8049 rm -f .libs 2>/dev/null
8050 mkdir .libs 2>/dev/null
8051 if test -d .libs; then
8052 lt_cv_objdir=.libs
8053 else
8054 # MS-DOS does not allow filenames that begin with a dot.
8055 lt_cv_objdir=_libs
8057 rmdir .libs 2>/dev/null
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8060 $as_echo "$lt_cv_objdir" >&6; }
8061 objdir=$lt_cv_objdir
8067 cat >>confdefs.h <<_ACEOF
8068 #define LT_OBJDIR "$lt_cv_objdir/"
8069 _ACEOF
8074 case $host_os in
8075 aix3*)
8076 # AIX sometimes has problems with the GCC collect2 program. For some
8077 # reason, if we set the COLLECT_NAMES environment variable, the problems
8078 # vanish in a puff of smoke.
8079 if test "X${COLLECT_NAMES+set}" != Xset; then
8080 COLLECT_NAMES=
8081 export COLLECT_NAMES
8084 esac
8086 # Global variables:
8087 ofile=libtool
8088 can_build_shared=yes
8090 # All known linkers require a `.a' archive for static linking (except MSVC,
8091 # which needs '.lib').
8092 libext=a
8094 with_gnu_ld="$lt_cv_prog_gnu_ld"
8096 old_CC="$CC"
8097 old_CFLAGS="$CFLAGS"
8099 # Set sane defaults for various variables
8100 test -z "$CC" && CC=cc
8101 test -z "$LTCC" && LTCC=$CC
8102 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8103 test -z "$LD" && LD=ld
8104 test -z "$ac_objext" && ac_objext=o
8106 for cc_temp in $compiler""; do
8107 case $cc_temp in
8108 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8109 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8110 \-*) ;;
8111 *) break;;
8112 esac
8113 done
8114 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8117 # Only perform the check for file, if the check method requires it
8118 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8119 case $deplibs_check_method in
8120 file_magic*)
8121 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8123 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8124 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8125 $as_echo_n "(cached) " >&6
8126 else
8127 case $MAGIC_CMD in
8128 [\\/*] | ?:[\\/]*)
8129 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8132 lt_save_MAGIC_CMD="$MAGIC_CMD"
8133 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8134 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8135 for ac_dir in $ac_dummy; do
8136 IFS="$lt_save_ifs"
8137 test -z "$ac_dir" && ac_dir=.
8138 if test -f $ac_dir/${ac_tool_prefix}file; then
8139 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8140 if test -n "$file_magic_test_file"; then
8141 case $deplibs_check_method in
8142 "file_magic "*)
8143 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8144 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8145 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8146 $EGREP "$file_magic_regex" > /dev/null; then
8148 else
8149 cat <<_LT_EOF 1>&2
8151 *** Warning: the command libtool uses to detect shared libraries,
8152 *** $file_magic_cmd, produces output that libtool cannot recognize.
8153 *** The result is that libtool may fail to recognize shared libraries
8154 *** as such. This will affect the creation of libtool libraries that
8155 *** depend on shared libraries, but programs linked with such libtool
8156 *** libraries will work regardless of this problem. Nevertheless, you
8157 *** may want to report the problem to your system manager and/or to
8158 *** bug-libtool@gnu.org
8160 _LT_EOF
8161 fi ;;
8162 esac
8164 break
8166 done
8167 IFS="$lt_save_ifs"
8168 MAGIC_CMD="$lt_save_MAGIC_CMD"
8170 esac
8173 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8174 if test -n "$MAGIC_CMD"; then
8175 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8176 $as_echo "$MAGIC_CMD" >&6; }
8177 else
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8179 $as_echo "no" >&6; }
8186 if test -z "$lt_cv_path_MAGIC_CMD"; then
8187 if test -n "$ac_tool_prefix"; then
8188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8189 $as_echo_n "checking for file... " >&6; }
8190 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8191 $as_echo_n "(cached) " >&6
8192 else
8193 case $MAGIC_CMD in
8194 [\\/*] | ?:[\\/]*)
8195 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8198 lt_save_MAGIC_CMD="$MAGIC_CMD"
8199 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8200 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8201 for ac_dir in $ac_dummy; do
8202 IFS="$lt_save_ifs"
8203 test -z "$ac_dir" && ac_dir=.
8204 if test -f $ac_dir/file; then
8205 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8206 if test -n "$file_magic_test_file"; then
8207 case $deplibs_check_method in
8208 "file_magic "*)
8209 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8210 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8211 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8212 $EGREP "$file_magic_regex" > /dev/null; then
8214 else
8215 cat <<_LT_EOF 1>&2
8217 *** Warning: the command libtool uses to detect shared libraries,
8218 *** $file_magic_cmd, produces output that libtool cannot recognize.
8219 *** The result is that libtool may fail to recognize shared libraries
8220 *** as such. This will affect the creation of libtool libraries that
8221 *** depend on shared libraries, but programs linked with such libtool
8222 *** libraries will work regardless of this problem. Nevertheless, you
8223 *** may want to report the problem to your system manager and/or to
8224 *** bug-libtool@gnu.org
8226 _LT_EOF
8227 fi ;;
8228 esac
8230 break
8232 done
8233 IFS="$lt_save_ifs"
8234 MAGIC_CMD="$lt_save_MAGIC_CMD"
8236 esac
8239 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8240 if test -n "$MAGIC_CMD"; then
8241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8242 $as_echo "$MAGIC_CMD" >&6; }
8243 else
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8245 $as_echo "no" >&6; }
8249 else
8250 MAGIC_CMD=:
8256 esac
8258 # Use C for the default configuration in the libtool script
8260 lt_save_CC="$CC"
8261 ac_ext=c
8262 ac_cpp='$CPP $CPPFLAGS'
8263 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8264 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8265 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8268 # Source file extension for C test sources.
8269 ac_ext=c
8271 # Object file extension for compiled C test sources.
8272 objext=o
8273 objext=$objext
8275 # Code to be used in simple compile tests
8276 lt_simple_compile_test_code="int some_variable = 0;"
8278 # Code to be used in simple link tests
8279 lt_simple_link_test_code='int main(){return(0);}'
8287 # If no C compiler was specified, use CC.
8288 LTCC=${LTCC-"$CC"}
8290 # If no C compiler flags were specified, use CFLAGS.
8291 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8293 # Allow CC to be a program name with arguments.
8294 compiler=$CC
8296 # Save the default compiler, since it gets overwritten when the other
8297 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8298 compiler_DEFAULT=$CC
8300 # save warnings/boilerplate of simple test code
8301 ac_outfile=conftest.$ac_objext
8302 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8303 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8304 _lt_compiler_boilerplate=`cat conftest.err`
8305 $RM conftest*
8307 ac_outfile=conftest.$ac_objext
8308 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8309 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8310 _lt_linker_boilerplate=`cat conftest.err`
8311 $RM -r conftest*
8314 ## CAVEAT EMPTOR:
8315 ## There is no encapsulation within the following macros, do not change
8316 ## the running order or otherwise move them around unless you know exactly
8317 ## what you are doing...
8318 if test -n "$compiler"; then
8320 lt_prog_compiler_no_builtin_flag=
8322 if test "$GCC" = yes; then
8323 case $cc_basename in
8324 nvcc*)
8325 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8327 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8328 esac
8330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8331 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8332 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8333 $as_echo_n "(cached) " >&6
8334 else
8335 lt_cv_prog_compiler_rtti_exceptions=no
8336 ac_outfile=conftest.$ac_objext
8337 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8338 lt_compiler_flag="-fno-rtti -fno-exceptions"
8339 # Insert the option either (1) after the last *FLAGS variable, or
8340 # (2) before a word containing "conftest.", or (3) at the end.
8341 # Note that $ac_compile itself does not contain backslashes and begins
8342 # with a dollar sign (not a hyphen), so the echo should work correctly.
8343 # The option is referenced via a variable to avoid confusing sed.
8344 lt_compile=`echo "$ac_compile" | $SED \
8345 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8346 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8347 -e 's:$: $lt_compiler_flag:'`
8348 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8349 (eval "$lt_compile" 2>conftest.err)
8350 ac_status=$?
8351 cat conftest.err >&5
8352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8353 if (exit $ac_status) && test -s "$ac_outfile"; then
8354 # The compiler can only warn and ignore the option if not recognized
8355 # So say no if there are warnings other than the usual output.
8356 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8357 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8358 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8359 lt_cv_prog_compiler_rtti_exceptions=yes
8362 $RM conftest*
8365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8366 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8368 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8369 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8370 else
8381 lt_prog_compiler_wl=
8382 lt_prog_compiler_pic=
8383 lt_prog_compiler_static=
8385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8386 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8388 if test "$GCC" = yes; then
8389 lt_prog_compiler_wl='-Wl,'
8390 lt_prog_compiler_static='-static'
8392 case $host_os in
8393 aix*)
8394 # All AIX code is PIC.
8395 if test "$host_cpu" = ia64; then
8396 # AIX 5 now supports IA64 processor
8397 lt_prog_compiler_static='-Bstatic'
8399 lt_prog_compiler_pic='-fPIC'
8402 amigaos*)
8403 case $host_cpu in
8404 powerpc)
8405 # see comment about AmigaOS4 .so support
8406 lt_prog_compiler_pic='-fPIC'
8408 m68k)
8409 # FIXME: we need at least 68020 code to build shared libraries, but
8410 # adding the `-m68020' flag to GCC prevents building anything better,
8411 # like `-m68040'.
8412 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8414 esac
8417 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8418 # PIC is the default for these OSes.
8421 mingw* | cygwin* | pw32* | os2* | cegcc*)
8422 # This hack is so that the source file can tell whether it is being
8423 # built for inclusion in a dll (and should export symbols for example).
8424 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8425 # (--disable-auto-import) libraries
8426 lt_prog_compiler_pic='-DDLL_EXPORT'
8429 darwin* | rhapsody*)
8430 # PIC is the default on this platform
8431 # Common symbols not allowed in MH_DYLIB files
8432 lt_prog_compiler_pic='-fno-common'
8435 haiku*)
8436 # PIC is the default for Haiku.
8437 # The "-static" flag exists, but is broken.
8438 lt_prog_compiler_static=
8441 hpux*)
8442 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8443 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8444 # sets the default TLS model and affects inlining.
8445 case $host_cpu in
8446 hppa*64*)
8447 # +Z the default
8450 lt_prog_compiler_pic='-fPIC'
8452 esac
8455 interix[3-9]*)
8456 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8457 # Instead, we relocate shared libraries at runtime.
8460 msdosdjgpp*)
8461 # Just because we use GCC doesn't mean we suddenly get shared libraries
8462 # on systems that don't support them.
8463 lt_prog_compiler_can_build_shared=no
8464 enable_shared=no
8467 *nto* | *qnx*)
8468 # QNX uses GNU C++, but need to define -shared option too, otherwise
8469 # it will coredump.
8470 lt_prog_compiler_pic='-fPIC -shared'
8473 sysv4*MP*)
8474 if test -d /usr/nec; then
8475 lt_prog_compiler_pic=-Kconform_pic
8480 lt_prog_compiler_pic='-fPIC'
8482 esac
8484 case $cc_basename in
8485 nvcc*) # Cuda Compiler Driver 2.2
8486 lt_prog_compiler_wl='-Xlinker '
8487 lt_prog_compiler_pic='-Xcompiler -fPIC'
8489 esac
8490 else
8491 # PORTME Check for flag to pass linker flags through the system compiler.
8492 case $host_os in
8493 aix*)
8494 lt_prog_compiler_wl='-Wl,'
8495 if test "$host_cpu" = ia64; then
8496 # AIX 5 now supports IA64 processor
8497 lt_prog_compiler_static='-Bstatic'
8498 else
8499 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8503 mingw* | cygwin* | pw32* | os2* | cegcc*)
8504 # This hack is so that the source file can tell whether it is being
8505 # built for inclusion in a dll (and should export symbols for example).
8506 lt_prog_compiler_pic='-DDLL_EXPORT'
8509 hpux9* | hpux10* | hpux11*)
8510 lt_prog_compiler_wl='-Wl,'
8511 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8512 # not for PA HP-UX.
8513 case $host_cpu in
8514 hppa*64*|ia64*)
8515 # +Z the default
8518 lt_prog_compiler_pic='+Z'
8520 esac
8521 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8522 lt_prog_compiler_static='${wl}-a ${wl}archive'
8525 irix5* | irix6* | nonstopux*)
8526 lt_prog_compiler_wl='-Wl,'
8527 # PIC (with -KPIC) is the default.
8528 lt_prog_compiler_static='-non_shared'
8531 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8532 case $cc_basename in
8533 # old Intel for x86_64 which still supported -KPIC.
8534 ecc*)
8535 lt_prog_compiler_wl='-Wl,'
8536 lt_prog_compiler_pic='-KPIC'
8537 lt_prog_compiler_static='-static'
8539 # icc used to be incompatible with GCC.
8540 # ICC 10 doesn't accept -KPIC any more.
8541 icc* | ifort*)
8542 lt_prog_compiler_wl='-Wl,'
8543 lt_prog_compiler_pic='-fPIC'
8544 lt_prog_compiler_static='-static'
8546 # Lahey Fortran 8.1.
8547 lf95*)
8548 lt_prog_compiler_wl='-Wl,'
8549 lt_prog_compiler_pic='--shared'
8550 lt_prog_compiler_static='--static'
8552 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8553 # Portland Group compilers (*not* the Pentium gcc compiler,
8554 # which looks to be a dead project)
8555 lt_prog_compiler_wl='-Wl,'
8556 lt_prog_compiler_pic='-fpic'
8557 lt_prog_compiler_static='-Bstatic'
8559 ccc*)
8560 lt_prog_compiler_wl='-Wl,'
8561 # All Alpha code is PIC.
8562 lt_prog_compiler_static='-non_shared'
8564 xl* | bgxl* | bgf* | mpixl*)
8565 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8566 lt_prog_compiler_wl='-Wl,'
8567 lt_prog_compiler_pic='-qpic'
8568 lt_prog_compiler_static='-qstaticlink'
8571 case `$CC -V 2>&1 | sed 5q` in
8572 *Sun\ F* | *Sun*Fortran*)
8573 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8574 lt_prog_compiler_pic='-KPIC'
8575 lt_prog_compiler_static='-Bstatic'
8576 lt_prog_compiler_wl=''
8578 *Sun\ C*)
8579 # Sun C 5.9
8580 lt_prog_compiler_pic='-KPIC'
8581 lt_prog_compiler_static='-Bstatic'
8582 lt_prog_compiler_wl='-Wl,'
8584 esac
8586 esac
8589 newsos6)
8590 lt_prog_compiler_pic='-KPIC'
8591 lt_prog_compiler_static='-Bstatic'
8594 *nto* | *qnx*)
8595 # QNX uses GNU C++, but need to define -shared option too, otherwise
8596 # it will coredump.
8597 lt_prog_compiler_pic='-fPIC -shared'
8600 osf3* | osf4* | osf5*)
8601 lt_prog_compiler_wl='-Wl,'
8602 # All OSF/1 code is PIC.
8603 lt_prog_compiler_static='-non_shared'
8606 rdos*)
8607 lt_prog_compiler_static='-non_shared'
8610 solaris*)
8611 lt_prog_compiler_pic='-KPIC'
8612 lt_prog_compiler_static='-Bstatic'
8613 case $cc_basename in
8614 f77* | f90* | f95*)
8615 lt_prog_compiler_wl='-Qoption ld ';;
8617 lt_prog_compiler_wl='-Wl,';;
8618 esac
8621 sunos4*)
8622 lt_prog_compiler_wl='-Qoption ld '
8623 lt_prog_compiler_pic='-PIC'
8624 lt_prog_compiler_static='-Bstatic'
8627 sysv4 | sysv4.2uw2* | sysv4.3*)
8628 lt_prog_compiler_wl='-Wl,'
8629 lt_prog_compiler_pic='-KPIC'
8630 lt_prog_compiler_static='-Bstatic'
8633 sysv4*MP*)
8634 if test -d /usr/nec ;then
8635 lt_prog_compiler_pic='-Kconform_pic'
8636 lt_prog_compiler_static='-Bstatic'
8640 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8641 lt_prog_compiler_wl='-Wl,'
8642 lt_prog_compiler_pic='-KPIC'
8643 lt_prog_compiler_static='-Bstatic'
8646 unicos*)
8647 lt_prog_compiler_wl='-Wl,'
8648 lt_prog_compiler_can_build_shared=no
8651 uts4*)
8652 lt_prog_compiler_pic='-pic'
8653 lt_prog_compiler_static='-Bstatic'
8657 lt_prog_compiler_can_build_shared=no
8659 esac
8662 case $host_os in
8663 # For platforms which do not support PIC, -DPIC is meaningless:
8664 *djgpp*)
8665 lt_prog_compiler_pic=
8668 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8670 esac
8671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8672 $as_echo "$lt_prog_compiler_pic" >&6; }
8680 # Check to make sure the PIC flag actually works.
8682 if test -n "$lt_prog_compiler_pic"; then
8683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8684 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8685 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8686 $as_echo_n "(cached) " >&6
8687 else
8688 lt_cv_prog_compiler_pic_works=no
8689 ac_outfile=conftest.$ac_objext
8690 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8691 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8692 # Insert the option either (1) after the last *FLAGS variable, or
8693 # (2) before a word containing "conftest.", or (3) at the end.
8694 # Note that $ac_compile itself does not contain backslashes and begins
8695 # with a dollar sign (not a hyphen), so the echo should work correctly.
8696 # The option is referenced via a variable to avoid confusing sed.
8697 lt_compile=`echo "$ac_compile" | $SED \
8698 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8699 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8700 -e 's:$: $lt_compiler_flag:'`
8701 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8702 (eval "$lt_compile" 2>conftest.err)
8703 ac_status=$?
8704 cat conftest.err >&5
8705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8706 if (exit $ac_status) && test -s "$ac_outfile"; then
8707 # The compiler can only warn and ignore the option if not recognized
8708 # So say no if there are warnings other than the usual output.
8709 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8710 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8711 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8712 lt_cv_prog_compiler_pic_works=yes
8715 $RM conftest*
8718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8719 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8721 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8722 case $lt_prog_compiler_pic in
8723 "" | " "*) ;;
8724 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8725 esac
8726 else
8727 lt_prog_compiler_pic=
8728 lt_prog_compiler_can_build_shared=no
8739 # Check to make sure the static flag actually works.
8741 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8743 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8744 if ${lt_cv_prog_compiler_static_works+:} false; then :
8745 $as_echo_n "(cached) " >&6
8746 else
8747 lt_cv_prog_compiler_static_works=no
8748 save_LDFLAGS="$LDFLAGS"
8749 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8750 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8751 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8752 # The linker can only warn and ignore the option if not recognized
8753 # So say no if there are warnings
8754 if test -s conftest.err; then
8755 # Append any errors to the config.log.
8756 cat conftest.err 1>&5
8757 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8758 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8759 if diff conftest.exp conftest.er2 >/dev/null; then
8760 lt_cv_prog_compiler_static_works=yes
8762 else
8763 lt_cv_prog_compiler_static_works=yes
8766 $RM -r conftest*
8767 LDFLAGS="$save_LDFLAGS"
8770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8771 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8773 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8775 else
8776 lt_prog_compiler_static=
8785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8786 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8787 if ${lt_cv_prog_compiler_c_o+:} false; then :
8788 $as_echo_n "(cached) " >&6
8789 else
8790 lt_cv_prog_compiler_c_o=no
8791 $RM -r conftest 2>/dev/null
8792 mkdir conftest
8793 cd conftest
8794 mkdir out
8795 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8797 lt_compiler_flag="-o out/conftest2.$ac_objext"
8798 # Insert the option either (1) after the last *FLAGS variable, or
8799 # (2) before a word containing "conftest.", or (3) at the end.
8800 # Note that $ac_compile itself does not contain backslashes and begins
8801 # with a dollar sign (not a hyphen), so the echo should work correctly.
8802 lt_compile=`echo "$ac_compile" | $SED \
8803 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8804 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8805 -e 's:$: $lt_compiler_flag:'`
8806 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8807 (eval "$lt_compile" 2>out/conftest.err)
8808 ac_status=$?
8809 cat out/conftest.err >&5
8810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8811 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8812 then
8813 # The compiler can only warn and ignore the option if not recognized
8814 # So say no if there are warnings
8815 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8816 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8817 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8818 lt_cv_prog_compiler_c_o=yes
8821 chmod u+w . 2>&5
8822 $RM conftest*
8823 # SGI C++ compiler will create directory out/ii_files/ for
8824 # template instantiation
8825 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8826 $RM out/* && rmdir out
8827 cd ..
8828 $RM -r conftest
8829 $RM conftest*
8832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8833 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8841 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8842 if ${lt_cv_prog_compiler_c_o+:} false; then :
8843 $as_echo_n "(cached) " >&6
8844 else
8845 lt_cv_prog_compiler_c_o=no
8846 $RM -r conftest 2>/dev/null
8847 mkdir conftest
8848 cd conftest
8849 mkdir out
8850 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8852 lt_compiler_flag="-o out/conftest2.$ac_objext"
8853 # Insert the option either (1) after the last *FLAGS variable, or
8854 # (2) before a word containing "conftest.", or (3) at the end.
8855 # Note that $ac_compile itself does not contain backslashes and begins
8856 # with a dollar sign (not a hyphen), so the echo should work correctly.
8857 lt_compile=`echo "$ac_compile" | $SED \
8858 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8859 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8860 -e 's:$: $lt_compiler_flag:'`
8861 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8862 (eval "$lt_compile" 2>out/conftest.err)
8863 ac_status=$?
8864 cat out/conftest.err >&5
8865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8866 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8867 then
8868 # The compiler can only warn and ignore the option if not recognized
8869 # So say no if there are warnings
8870 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8871 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8872 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8873 lt_cv_prog_compiler_c_o=yes
8876 chmod u+w . 2>&5
8877 $RM conftest*
8878 # SGI C++ compiler will create directory out/ii_files/ for
8879 # template instantiation
8880 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8881 $RM out/* && rmdir out
8882 cd ..
8883 $RM -r conftest
8884 $RM conftest*
8887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8888 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8893 hard_links="nottested"
8894 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8895 # do not overwrite the value of need_locks provided by the user
8896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8897 $as_echo_n "checking if we can lock with hard links... " >&6; }
8898 hard_links=yes
8899 $RM conftest*
8900 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8901 touch conftest.a
8902 ln conftest.a conftest.b 2>&5 || hard_links=no
8903 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8905 $as_echo "$hard_links" >&6; }
8906 if test "$hard_links" = no; then
8907 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8908 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8909 need_locks=warn
8911 else
8912 need_locks=no
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8921 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8923 runpath_var=
8924 allow_undefined_flag=
8925 always_export_symbols=no
8926 archive_cmds=
8927 archive_expsym_cmds=
8928 compiler_needs_object=no
8929 enable_shared_with_static_runtimes=no
8930 export_dynamic_flag_spec=
8931 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8932 hardcode_automatic=no
8933 hardcode_direct=no
8934 hardcode_direct_absolute=no
8935 hardcode_libdir_flag_spec=
8936 hardcode_libdir_flag_spec_ld=
8937 hardcode_libdir_separator=
8938 hardcode_minus_L=no
8939 hardcode_shlibpath_var=unsupported
8940 inherit_rpath=no
8941 link_all_deplibs=unknown
8942 module_cmds=
8943 module_expsym_cmds=
8944 old_archive_from_new_cmds=
8945 old_archive_from_expsyms_cmds=
8946 thread_safe_flag_spec=
8947 whole_archive_flag_spec=
8948 # include_expsyms should be a list of space-separated symbols to be *always*
8949 # included in the symbol list
8950 include_expsyms=
8951 # exclude_expsyms can be an extended regexp of symbols to exclude
8952 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8953 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8954 # as well as any symbol that contains `d'.
8955 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8956 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8957 # platforms (ab)use it in PIC code, but their linkers get confused if
8958 # the symbol is explicitly referenced. Since portable code cannot
8959 # rely on this symbol name, it's probably fine to never include it in
8960 # preloaded symbol tables.
8961 # Exclude shared library initialization/finalization symbols.
8962 extract_expsyms_cmds=
8964 case $host_os in
8965 cygwin* | mingw* | pw32* | cegcc*)
8966 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8967 # When not using gcc, we currently assume that we are using
8968 # Microsoft Visual C++.
8969 if test "$GCC" != yes; then
8970 with_gnu_ld=no
8973 interix*)
8974 # we just hope/assume this is gcc and not c89 (= MSVC++)
8975 with_gnu_ld=yes
8977 openbsd*)
8978 with_gnu_ld=no
8980 esac
8982 ld_shlibs=yes
8984 # On some targets, GNU ld is compatible enough with the native linker
8985 # that we're better off using the native interface for both.
8986 lt_use_gnu_ld_interface=no
8987 if test "$with_gnu_ld" = yes; then
8988 case $host_os in
8989 aix*)
8990 # The AIX port of GNU ld has always aspired to compatibility
8991 # with the native linker. However, as the warning in the GNU ld
8992 # block says, versions before 2.19.5* couldn't really create working
8993 # shared libraries, regardless of the interface used.
8994 case `$LD -v 2>&1` in
8995 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8996 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8997 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8999 lt_use_gnu_ld_interface=yes
9001 esac
9004 lt_use_gnu_ld_interface=yes
9006 esac
9009 if test "$lt_use_gnu_ld_interface" = yes; then
9010 # If archive_cmds runs LD, not CC, wlarc should be empty
9011 wlarc='${wl}'
9013 # Set some defaults for GNU ld with shared library support. These
9014 # are reset later if shared libraries are not supported. Putting them
9015 # here allows them to be overridden if necessary.
9016 runpath_var=LD_RUN_PATH
9017 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9018 export_dynamic_flag_spec='${wl}--export-dynamic'
9019 # ancient GNU ld didn't support --whole-archive et. al.
9020 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9021 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9022 else
9023 whole_archive_flag_spec=
9025 supports_anon_versioning=no
9026 case `$LD -v 2>&1` in
9027 *GNU\ gold*) supports_anon_versioning=yes ;;
9028 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9029 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9030 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9031 *\ 2.11.*) ;; # other 2.11 versions
9032 *) supports_anon_versioning=yes ;;
9033 esac
9035 # See if GNU ld supports shared libraries.
9036 case $host_os in
9037 aix[3-9]*)
9038 # On AIX/PPC, the GNU linker is very broken
9039 if test "$host_cpu" != ia64; then
9040 ld_shlibs=no
9041 cat <<_LT_EOF 1>&2
9043 *** Warning: the GNU linker, at least up to release 2.19, is reported
9044 *** to be unable to reliably create shared libraries on AIX.
9045 *** Therefore, libtool is disabling shared libraries support. If you
9046 *** really care for shared libraries, you may want to install binutils
9047 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9048 *** You will then need to restart the configuration process.
9050 _LT_EOF
9054 amigaos*)
9055 case $host_cpu in
9056 powerpc)
9057 # see comment about AmigaOS4 .so support
9058 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9059 archive_expsym_cmds=''
9061 m68k)
9062 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)'
9063 hardcode_libdir_flag_spec='-L$libdir'
9064 hardcode_minus_L=yes
9066 esac
9069 beos*)
9070 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9071 allow_undefined_flag=unsupported
9072 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9073 # support --undefined. This deserves some investigation. FIXME
9074 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9075 else
9076 ld_shlibs=no
9080 cygwin* | mingw* | pw32* | cegcc*)
9081 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9082 # as there is no search path for DLLs.
9083 hardcode_libdir_flag_spec='-L$libdir'
9084 export_dynamic_flag_spec='${wl}--export-all-symbols'
9085 allow_undefined_flag=unsupported
9086 always_export_symbols=no
9087 enable_shared_with_static_runtimes=yes
9088 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9090 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9091 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9092 # If the export-symbols file already is a .def file (1st line
9093 # is EXPORTS), use it as is; otherwise, prepend...
9094 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9095 cp $export_symbols $output_objdir/$soname.def;
9096 else
9097 echo EXPORTS > $output_objdir/$soname.def;
9098 cat $export_symbols >> $output_objdir/$soname.def;
9100 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9101 else
9102 ld_shlibs=no
9106 haiku*)
9107 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9108 link_all_deplibs=yes
9111 interix[3-9]*)
9112 hardcode_direct=no
9113 hardcode_shlibpath_var=no
9114 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9115 export_dynamic_flag_spec='${wl}-E'
9116 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9117 # Instead, shared libraries are loaded at an image base (0x10000000 by
9118 # default) and relocated if they conflict, which is a slow very memory
9119 # consuming and fragmenting process. To avoid this, we pick a random,
9120 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9121 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9122 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9123 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'
9126 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9127 tmp_diet=no
9128 if test "$host_os" = linux-dietlibc; then
9129 case $cc_basename in
9130 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9131 esac
9133 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9134 && test "$tmp_diet" = no
9135 then
9136 tmp_addflag=' $pic_flag'
9137 tmp_sharedflag='-shared'
9138 case $cc_basename,$host_cpu in
9139 pgcc*) # Portland Group C compiler
9140 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'
9141 tmp_addflag=' $pic_flag'
9143 pgf77* | pgf90* | pgf95* | pgfortran*)
9144 # Portland Group f77 and f90 compilers
9145 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'
9146 tmp_addflag=' $pic_flag -Mnomain' ;;
9147 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9148 tmp_addflag=' -i_dynamic' ;;
9149 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9150 tmp_addflag=' -i_dynamic -nofor_main' ;;
9151 ifc* | ifort*) # Intel Fortran compiler
9152 tmp_addflag=' -nofor_main' ;;
9153 lf95*) # Lahey Fortran 8.1
9154 whole_archive_flag_spec=
9155 tmp_sharedflag='--shared' ;;
9156 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9157 tmp_sharedflag='-qmkshrobj'
9158 tmp_addflag= ;;
9159 nvcc*) # Cuda Compiler Driver 2.2
9160 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'
9161 compiler_needs_object=yes
9163 esac
9164 case `$CC -V 2>&1 | sed 5q` in
9165 *Sun\ C*) # Sun C 5.9
9166 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'
9167 compiler_needs_object=yes
9168 tmp_sharedflag='-G' ;;
9169 *Sun\ F*) # Sun Fortran 8.3
9170 tmp_sharedflag='-G' ;;
9171 esac
9172 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9174 if test "x$supports_anon_versioning" = xyes; then
9175 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9176 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9177 echo "local: *; };" >> $output_objdir/$libname.ver~
9178 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9181 case $cc_basename in
9182 xlf* | bgf* | bgxlf* | mpixlf*)
9183 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9184 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9185 hardcode_libdir_flag_spec=
9186 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9187 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9188 if test "x$supports_anon_versioning" = xyes; then
9189 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9190 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9191 echo "local: *; };" >> $output_objdir/$libname.ver~
9192 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9195 esac
9196 else
9197 ld_shlibs=no
9201 netbsd*)
9202 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9203 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9204 wlarc=
9205 else
9206 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9207 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9211 solaris*)
9212 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9213 ld_shlibs=no
9214 cat <<_LT_EOF 1>&2
9216 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9217 *** create shared libraries on Solaris systems. Therefore, libtool
9218 *** is disabling shared libraries support. We urge you to upgrade GNU
9219 *** binutils to release 2.9.1 or newer. Another option is to modify
9220 *** your PATH or compiler configuration so that the native linker is
9221 *** used, and then restart.
9223 _LT_EOF
9224 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9225 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9226 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9227 else
9228 ld_shlibs=no
9232 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9233 case `$LD -v 2>&1` in
9234 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9235 ld_shlibs=no
9236 cat <<_LT_EOF 1>&2
9238 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9239 *** reliably create shared libraries on SCO systems. Therefore, libtool
9240 *** is disabling shared libraries support. We urge you to upgrade GNU
9241 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9242 *** your PATH or compiler configuration so that the native linker is
9243 *** used, and then restart.
9245 _LT_EOF
9248 # For security reasons, it is highly recommended that you always
9249 # use absolute paths for naming shared libraries, and exclude the
9250 # DT_RUNPATH tag from executables and libraries. But doing so
9251 # requires that you compile everything twice, which is a pain.
9252 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9253 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9254 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9255 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9256 else
9257 ld_shlibs=no
9260 esac
9263 sunos4*)
9264 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9265 wlarc=
9266 hardcode_direct=yes
9267 hardcode_shlibpath_var=no
9271 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9272 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9273 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9274 else
9275 ld_shlibs=no
9278 esac
9280 if test "$ld_shlibs" = no; then
9281 runpath_var=
9282 hardcode_libdir_flag_spec=
9283 export_dynamic_flag_spec=
9284 whole_archive_flag_spec=
9286 else
9287 # PORTME fill in a description of your system's linker (not GNU ld)
9288 case $host_os in
9289 aix3*)
9290 allow_undefined_flag=unsupported
9291 always_export_symbols=yes
9292 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'
9293 # Note: this linker hardcodes the directories in LIBPATH if there
9294 # are no directories specified by -L.
9295 hardcode_minus_L=yes
9296 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9297 # Neither direct hardcoding nor static linking is supported with a
9298 # broken collect2.
9299 hardcode_direct=unsupported
9303 aix[4-9]*)
9304 if test "$host_cpu" = ia64; then
9305 # On IA64, the linker does run time linking by default, so we don't
9306 # have to do anything special.
9307 aix_use_runtimelinking=no
9308 exp_sym_flag='-Bexport'
9309 no_entry_flag=""
9310 else
9311 # If we're using GNU nm, then we don't want the "-C" option.
9312 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9313 # Also, AIX nm treats weak defined symbols like other global
9314 # defined symbols, whereas GNU nm marks them as "W".
9315 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9316 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'
9317 else
9318 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9320 aix_use_runtimelinking=no
9322 # Test if we are trying to use run time linking or normal
9323 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9324 # need to do runtime linking.
9325 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9326 for ld_flag in $LDFLAGS; do
9327 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9328 aix_use_runtimelinking=yes
9329 break
9331 done
9333 esac
9335 exp_sym_flag='-bexport'
9336 no_entry_flag='-bnoentry'
9339 # When large executables or shared objects are built, AIX ld can
9340 # have problems creating the table of contents. If linking a library
9341 # or program results in "error TOC overflow" add -mminimal-toc to
9342 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9343 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9345 archive_cmds=''
9346 hardcode_direct=yes
9347 hardcode_direct_absolute=yes
9348 hardcode_libdir_separator=':'
9349 link_all_deplibs=yes
9350 file_list_spec='${wl}-f,'
9352 if test "$GCC" = yes; then
9353 case $host_os in aix4.[012]|aix4.[012].*)
9354 # We only want to do this on AIX 4.2 and lower, the check
9355 # below for broken collect2 doesn't work under 4.3+
9356 collect2name=`${CC} -print-prog-name=collect2`
9357 if test -f "$collect2name" &&
9358 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9359 then
9360 # We have reworked collect2
9362 else
9363 # We have old collect2
9364 hardcode_direct=unsupported
9365 # It fails to find uninstalled libraries when the uninstalled
9366 # path is not listed in the libpath. Setting hardcode_minus_L
9367 # to unsupported forces relinking
9368 hardcode_minus_L=yes
9369 hardcode_libdir_flag_spec='-L$libdir'
9370 hardcode_libdir_separator=
9373 esac
9374 shared_flag='-shared'
9375 if test "$aix_use_runtimelinking" = yes; then
9376 shared_flag="$shared_flag "'${wl}-G'
9378 else
9379 # not using gcc
9380 if test "$host_cpu" = ia64; then
9381 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9382 # chokes on -Wl,-G. The following line is correct:
9383 shared_flag='-G'
9384 else
9385 if test "$aix_use_runtimelinking" = yes; then
9386 shared_flag='${wl}-G'
9387 else
9388 shared_flag='${wl}-bM:SRE'
9393 export_dynamic_flag_spec='${wl}-bexpall'
9394 # It seems that -bexpall does not export symbols beginning with
9395 # underscore (_), so it is better to generate a list of symbols to export.
9396 always_export_symbols=yes
9397 if test "$aix_use_runtimelinking" = yes; then
9398 # Warning - without using the other runtime loading flags (-brtl),
9399 # -berok will link without error, but may produce a broken library.
9400 allow_undefined_flag='-berok'
9401 # Determine the default libpath from the value encoded in an
9402 # empty executable.
9403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9404 /* end confdefs.h. */
9407 main ()
9411 return 0;
9413 _ACEOF
9414 if ac_fn_c_try_link "$LINENO"; then :
9416 lt_aix_libpath_sed='
9417 /Import File Strings/,/^$/ {
9418 /^0/ {
9419 s/^0 *\(.*\)$/\1/
9423 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9424 # Check for a 64-bit object if we didn't find anything.
9425 if test -z "$aix_libpath"; then
9426 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9429 rm -f core conftest.err conftest.$ac_objext \
9430 conftest$ac_exeext conftest.$ac_ext
9431 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9433 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9434 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"
9435 else
9436 if test "$host_cpu" = ia64; then
9437 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9438 allow_undefined_flag="-z nodefs"
9439 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"
9440 else
9441 # Determine the default libpath from the value encoded in an
9442 # empty executable.
9443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9444 /* end confdefs.h. */
9447 main ()
9451 return 0;
9453 _ACEOF
9454 if ac_fn_c_try_link "$LINENO"; then :
9456 lt_aix_libpath_sed='
9457 /Import File Strings/,/^$/ {
9458 /^0/ {
9459 s/^0 *\(.*\)$/\1/
9463 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9464 # Check for a 64-bit object if we didn't find anything.
9465 if test -z "$aix_libpath"; then
9466 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9469 rm -f core conftest.err conftest.$ac_objext \
9470 conftest$ac_exeext conftest.$ac_ext
9471 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9473 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9474 # Warning - without using the other run time loading flags,
9475 # -berok will link without error, but may produce a broken library.
9476 no_undefined_flag=' ${wl}-bernotok'
9477 allow_undefined_flag=' ${wl}-berok'
9478 if test "$with_gnu_ld" = yes; then
9479 # We only use this code for GNU lds that support --whole-archive.
9480 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9481 else
9482 # Exported symbols can be pulled into shared objects from archives
9483 whole_archive_flag_spec='$convenience'
9485 archive_cmds_need_lc=yes
9486 # This is similar to how AIX traditionally builds its shared libraries.
9487 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'
9492 amigaos*)
9493 case $host_cpu in
9494 powerpc)
9495 # see comment about AmigaOS4 .so support
9496 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9497 archive_expsym_cmds=''
9499 m68k)
9500 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)'
9501 hardcode_libdir_flag_spec='-L$libdir'
9502 hardcode_minus_L=yes
9504 esac
9507 bsdi[45]*)
9508 export_dynamic_flag_spec=-rdynamic
9511 cygwin* | mingw* | pw32* | cegcc*)
9512 # When not using gcc, we currently assume that we are using
9513 # Microsoft Visual C++.
9514 # hardcode_libdir_flag_spec is actually meaningless, as there is
9515 # no search path for DLLs.
9516 hardcode_libdir_flag_spec=' '
9517 allow_undefined_flag=unsupported
9518 # Tell ltmain to make .lib files, not .a files.
9519 libext=lib
9520 # Tell ltmain to make .dll files, not .so files.
9521 shrext_cmds=".dll"
9522 # FIXME: Setting linknames here is a bad hack.
9523 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9524 # The linker will automatically build a .lib file if we build a DLL.
9525 old_archive_from_new_cmds='true'
9526 # FIXME: Should let the user specify the lib program.
9527 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9528 fix_srcfile_path='`cygpath -w "$srcfile"`'
9529 enable_shared_with_static_runtimes=yes
9532 darwin* | rhapsody*)
9535 archive_cmds_need_lc=no
9536 hardcode_direct=no
9537 hardcode_automatic=yes
9538 hardcode_shlibpath_var=unsupported
9539 if test "$lt_cv_ld_force_load" = "yes"; then
9540 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\"`'
9541 else
9542 whole_archive_flag_spec=''
9544 link_all_deplibs=yes
9545 allow_undefined_flag="$_lt_dar_allow_undefined"
9546 case $cc_basename in
9547 ifort*) _lt_dar_can_shared=yes ;;
9548 *) _lt_dar_can_shared=$GCC ;;
9549 esac
9550 if test "$_lt_dar_can_shared" = "yes"; then
9551 output_verbose_link_cmd=func_echo_all
9552 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9553 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9554 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}"
9555 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}"
9557 else
9558 ld_shlibs=no
9563 dgux*)
9564 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9565 hardcode_libdir_flag_spec='-L$libdir'
9566 hardcode_shlibpath_var=no
9569 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9570 # support. Future versions do this automatically, but an explicit c++rt0.o
9571 # does not break anything, and helps significantly (at the cost of a little
9572 # extra space).
9573 freebsd2.2*)
9574 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9575 hardcode_libdir_flag_spec='-R$libdir'
9576 hardcode_direct=yes
9577 hardcode_shlibpath_var=no
9580 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9581 freebsd2.*)
9582 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9583 hardcode_direct=yes
9584 hardcode_minus_L=yes
9585 hardcode_shlibpath_var=no
9588 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9589 freebsd* | dragonfly*)
9590 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9591 hardcode_libdir_flag_spec='-R$libdir'
9592 hardcode_direct=yes
9593 hardcode_shlibpath_var=no
9596 hpux9*)
9597 if test "$GCC" = yes; then
9598 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'
9599 else
9600 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'
9602 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9603 hardcode_libdir_separator=:
9604 hardcode_direct=yes
9606 # hardcode_minus_L: Not really in the search PATH,
9607 # but as the default location of the library.
9608 hardcode_minus_L=yes
9609 export_dynamic_flag_spec='${wl}-E'
9612 hpux10*)
9613 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9614 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9615 else
9616 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9618 if test "$with_gnu_ld" = no; then
9619 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9620 hardcode_libdir_flag_spec_ld='+b $libdir'
9621 hardcode_libdir_separator=:
9622 hardcode_direct=yes
9623 hardcode_direct_absolute=yes
9624 export_dynamic_flag_spec='${wl}-E'
9625 # hardcode_minus_L: Not really in the search PATH,
9626 # but as the default location of the library.
9627 hardcode_minus_L=yes
9631 hpux11*)
9632 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9633 case $host_cpu in
9634 hppa*64*)
9635 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9637 ia64*)
9638 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9641 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9643 esac
9644 else
9645 case $host_cpu in
9646 hppa*64*)
9647 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9649 ia64*)
9650 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9654 # Older versions of the 11.00 compiler do not understand -b yet
9655 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9657 $as_echo_n "checking if $CC understands -b... " >&6; }
9658 if ${lt_cv_prog_compiler__b+:} false; then :
9659 $as_echo_n "(cached) " >&6
9660 else
9661 lt_cv_prog_compiler__b=no
9662 save_LDFLAGS="$LDFLAGS"
9663 LDFLAGS="$LDFLAGS -b"
9664 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9665 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9666 # The linker can only warn and ignore the option if not recognized
9667 # So say no if there are warnings
9668 if test -s conftest.err; then
9669 # Append any errors to the config.log.
9670 cat conftest.err 1>&5
9671 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9672 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9673 if diff conftest.exp conftest.er2 >/dev/null; then
9674 lt_cv_prog_compiler__b=yes
9676 else
9677 lt_cv_prog_compiler__b=yes
9680 $RM -r conftest*
9681 LDFLAGS="$save_LDFLAGS"
9684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9685 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9687 if test x"$lt_cv_prog_compiler__b" = xyes; then
9688 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9689 else
9690 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9694 esac
9696 if test "$with_gnu_ld" = no; then
9697 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9698 hardcode_libdir_separator=:
9700 case $host_cpu in
9701 hppa*64*|ia64*)
9702 hardcode_direct=no
9703 hardcode_shlibpath_var=no
9706 hardcode_direct=yes
9707 hardcode_direct_absolute=yes
9708 export_dynamic_flag_spec='${wl}-E'
9710 # hardcode_minus_L: Not really in the search PATH,
9711 # but as the default location of the library.
9712 hardcode_minus_L=yes
9714 esac
9718 irix5* | irix6* | nonstopux*)
9719 if test "$GCC" = yes; then
9720 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'
9721 # Try to use the -exported_symbol ld option, if it does not
9722 # work, assume that -exports_file does not work either and
9723 # implicitly export all symbols.
9724 save_LDFLAGS="$LDFLAGS"
9725 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9727 /* end confdefs.h. */
9728 int foo(void) {}
9729 _ACEOF
9730 if ac_fn_c_try_link "$LINENO"; then :
9731 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'
9734 rm -f core conftest.err conftest.$ac_objext \
9735 conftest$ac_exeext conftest.$ac_ext
9736 LDFLAGS="$save_LDFLAGS"
9737 else
9738 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'
9739 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'
9741 archive_cmds_need_lc='no'
9742 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9743 hardcode_libdir_separator=:
9744 inherit_rpath=yes
9745 link_all_deplibs=yes
9748 netbsd*)
9749 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9750 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9751 else
9752 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9754 hardcode_libdir_flag_spec='-R$libdir'
9755 hardcode_direct=yes
9756 hardcode_shlibpath_var=no
9759 newsos6)
9760 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9761 hardcode_direct=yes
9762 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9763 hardcode_libdir_separator=:
9764 hardcode_shlibpath_var=no
9767 *nto* | *qnx*)
9770 openbsd*)
9771 if test -f /usr/libexec/ld.so; then
9772 hardcode_direct=yes
9773 hardcode_shlibpath_var=no
9774 hardcode_direct_absolute=yes
9775 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9776 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9777 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9778 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9779 export_dynamic_flag_spec='${wl}-E'
9780 else
9781 case $host_os in
9782 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9783 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9784 hardcode_libdir_flag_spec='-R$libdir'
9787 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9788 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9790 esac
9792 else
9793 ld_shlibs=no
9797 os2*)
9798 hardcode_libdir_flag_spec='-L$libdir'
9799 hardcode_minus_L=yes
9800 allow_undefined_flag=unsupported
9801 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'
9802 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9805 osf3*)
9806 if test "$GCC" = yes; then
9807 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9808 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'
9809 else
9810 allow_undefined_flag=' -expect_unresolved \*'
9811 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'
9813 archive_cmds_need_lc='no'
9814 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9815 hardcode_libdir_separator=:
9818 osf4* | osf5*) # as osf3* with the addition of -msym flag
9819 if test "$GCC" = yes; then
9820 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9821 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'
9822 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9823 else
9824 allow_undefined_flag=' -expect_unresolved \*'
9825 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'
9826 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~
9827 $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'
9829 # Both c and cxx compiler support -rpath directly
9830 hardcode_libdir_flag_spec='-rpath $libdir'
9832 archive_cmds_need_lc='no'
9833 hardcode_libdir_separator=:
9836 solaris*)
9837 no_undefined_flag=' -z defs'
9838 if test "$GCC" = yes; then
9839 wlarc='${wl}'
9840 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9841 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9842 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9843 else
9844 case `$CC -V 2>&1` in
9845 *"Compilers 5.0"*)
9846 wlarc=''
9847 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9848 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9849 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9852 wlarc='${wl}'
9853 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9854 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9855 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9857 esac
9859 hardcode_libdir_flag_spec='-R$libdir'
9860 hardcode_shlibpath_var=no
9861 case $host_os in
9862 solaris2.[0-5] | solaris2.[0-5].*) ;;
9864 # The compiler driver will combine and reorder linker options,
9865 # but understands `-z linker_flag'. GCC discards it without `$wl',
9866 # but is careful enough not to reorder.
9867 # Supported since Solaris 2.6 (maybe 2.5.1?)
9868 if test "$GCC" = yes; then
9869 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9870 else
9871 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9874 esac
9875 link_all_deplibs=yes
9878 sunos4*)
9879 if test "x$host_vendor" = xsequent; then
9880 # Use $CC to link under sequent, because it throws in some extra .o
9881 # files that make .init and .fini sections work.
9882 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9883 else
9884 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9886 hardcode_libdir_flag_spec='-L$libdir'
9887 hardcode_direct=yes
9888 hardcode_minus_L=yes
9889 hardcode_shlibpath_var=no
9892 sysv4)
9893 case $host_vendor in
9894 sni)
9895 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9896 hardcode_direct=yes # is this really true???
9898 siemens)
9899 ## LD is ld it makes a PLAMLIB
9900 ## CC just makes a GrossModule.
9901 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9902 reload_cmds='$CC -r -o $output$reload_objs'
9903 hardcode_direct=no
9905 motorola)
9906 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9907 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9909 esac
9910 runpath_var='LD_RUN_PATH'
9911 hardcode_shlibpath_var=no
9914 sysv4.3*)
9915 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9916 hardcode_shlibpath_var=no
9917 export_dynamic_flag_spec='-Bexport'
9920 sysv4*MP*)
9921 if test -d /usr/nec; then
9922 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9923 hardcode_shlibpath_var=no
9924 runpath_var=LD_RUN_PATH
9925 hardcode_runpath_var=yes
9926 ld_shlibs=yes
9930 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9931 no_undefined_flag='${wl}-z,text'
9932 archive_cmds_need_lc=no
9933 hardcode_shlibpath_var=no
9934 runpath_var='LD_RUN_PATH'
9936 if test "$GCC" = yes; then
9937 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9939 else
9940 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9941 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9945 sysv5* | sco3.2v5* | sco5v6*)
9946 # Note: We can NOT use -z defs as we might desire, because we do not
9947 # link with -lc, and that would cause any symbols used from libc to
9948 # always be unresolved, which means just about no library would
9949 # ever link correctly. If we're not using GNU ld we use -z text
9950 # though, which does catch some bad symbols but isn't as heavy-handed
9951 # as -z defs.
9952 no_undefined_flag='${wl}-z,text'
9953 allow_undefined_flag='${wl}-z,nodefs'
9954 archive_cmds_need_lc=no
9955 hardcode_shlibpath_var=no
9956 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9957 hardcode_libdir_separator=':'
9958 link_all_deplibs=yes
9959 export_dynamic_flag_spec='${wl}-Bexport'
9960 runpath_var='LD_RUN_PATH'
9962 if test "$GCC" = yes; then
9963 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9964 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9965 else
9966 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9971 uts4*)
9972 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9973 hardcode_libdir_flag_spec='-L$libdir'
9974 hardcode_shlibpath_var=no
9978 ld_shlibs=no
9980 esac
9982 if test x$host_vendor = xsni; then
9983 case $host in
9984 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9985 export_dynamic_flag_spec='${wl}-Blargedynsym'
9987 esac
9991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9992 $as_echo "$ld_shlibs" >&6; }
9993 test "$ld_shlibs" = no && can_build_shared=no
9995 with_gnu_ld=$with_gnu_ld
10012 # Do we need to explicitly link libc?
10014 case "x$archive_cmds_need_lc" in
10015 x|xyes)
10016 # Assume -lc should be added
10017 archive_cmds_need_lc=yes
10019 if test "$enable_shared" = yes && test "$GCC" = yes; then
10020 case $archive_cmds in
10021 *'~'*)
10022 # FIXME: we may have to deal with multi-command sequences.
10024 '$CC '*)
10025 # Test whether the compiler implicitly links with -lc since on some
10026 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10027 # to ld, don't add -lc before -lgcc.
10028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10029 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10030 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10031 $as_echo_n "(cached) " >&6
10032 else
10033 $RM conftest*
10034 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10036 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10037 (eval $ac_compile) 2>&5
10038 ac_status=$?
10039 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10040 test $ac_status = 0; } 2>conftest.err; then
10041 soname=conftest
10042 lib=conftest
10043 libobjs=conftest.$ac_objext
10044 deplibs=
10045 wl=$lt_prog_compiler_wl
10046 pic_flag=$lt_prog_compiler_pic
10047 compiler_flags=-v
10048 linker_flags=-v
10049 verstring=
10050 output_objdir=.
10051 libname=conftest
10052 lt_save_allow_undefined_flag=$allow_undefined_flag
10053 allow_undefined_flag=
10054 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10055 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10056 ac_status=$?
10057 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10058 test $ac_status = 0; }
10059 then
10060 lt_cv_archive_cmds_need_lc=no
10061 else
10062 lt_cv_archive_cmds_need_lc=yes
10064 allow_undefined_flag=$lt_save_allow_undefined_flag
10065 else
10066 cat conftest.err 1>&5
10068 $RM conftest*
10071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10072 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10073 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10075 esac
10078 esac
10236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10237 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10239 if test "$GCC" = yes; then
10240 case $host_os in
10241 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10242 *) lt_awk_arg="/^libraries:/" ;;
10243 esac
10244 case $host_os in
10245 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10246 *) lt_sed_strip_eq="s,=/,/,g" ;;
10247 esac
10248 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10249 case $lt_search_path_spec in
10250 *\;*)
10251 # if the path contains ";" then we assume it to be the separator
10252 # otherwise default to the standard path separator (i.e. ":") - it is
10253 # assumed that no part of a normal pathname contains ";" but that should
10254 # okay in the real world where ";" in dirpaths is itself problematic.
10255 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10258 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10260 esac
10261 # Ok, now we have the path, separated by spaces, we can step through it
10262 # and add multilib dir if necessary.
10263 lt_tmp_lt_search_path_spec=
10264 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10265 for lt_sys_path in $lt_search_path_spec; do
10266 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10267 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10268 else
10269 test -d "$lt_sys_path" && \
10270 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10272 done
10273 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10274 BEGIN {RS=" "; FS="/|\n";} {
10275 lt_foo="";
10276 lt_count=0;
10277 for (lt_i = NF; lt_i > 0; lt_i--) {
10278 if ($lt_i != "" && $lt_i != ".") {
10279 if ($lt_i == "..") {
10280 lt_count++;
10281 } else {
10282 if (lt_count == 0) {
10283 lt_foo="/" $lt_i lt_foo;
10284 } else {
10285 lt_count--;
10290 if (lt_foo != "") { lt_freq[lt_foo]++; }
10291 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10293 # AWK program above erroneously prepends '/' to C:/dos/paths
10294 # for these hosts.
10295 case $host_os in
10296 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10297 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10298 esac
10299 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10300 else
10301 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10303 library_names_spec=
10304 libname_spec='lib$name'
10305 soname_spec=
10306 shrext_cmds=".so"
10307 postinstall_cmds=
10308 postuninstall_cmds=
10309 finish_cmds=
10310 finish_eval=
10311 shlibpath_var=
10312 shlibpath_overrides_runpath=unknown
10313 version_type=none
10314 dynamic_linker="$host_os ld.so"
10315 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10316 need_lib_prefix=unknown
10317 hardcode_into_libs=no
10319 # when you set need_version to no, make sure it does not cause -set_version
10320 # flags to be left without arguments
10321 need_version=unknown
10323 case $host_os in
10324 aix3*)
10325 version_type=linux
10326 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10327 shlibpath_var=LIBPATH
10329 # AIX 3 has no versioning support, so we append a major version to the name.
10330 soname_spec='${libname}${release}${shared_ext}$major'
10333 aix[4-9]*)
10334 version_type=linux
10335 need_lib_prefix=no
10336 need_version=no
10337 hardcode_into_libs=yes
10338 if test "$host_cpu" = ia64; then
10339 # AIX 5 supports IA64
10340 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10341 shlibpath_var=LD_LIBRARY_PATH
10342 else
10343 # With GCC up to 2.95.x, collect2 would create an import file
10344 # for dependence libraries. The import file would start with
10345 # the line `#! .'. This would cause the generated library to
10346 # depend on `.', always an invalid library. This was fixed in
10347 # development snapshots of GCC prior to 3.0.
10348 case $host_os in
10349 aix4 | aix4.[01] | aix4.[01].*)
10350 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10351 echo ' yes '
10352 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10354 else
10355 can_build_shared=no
10358 esac
10359 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10360 # soname into executable. Probably we can add versioning support to
10361 # collect2, so additional links can be useful in future.
10362 if test "$aix_use_runtimelinking" = yes; then
10363 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10364 # instead of lib<name>.a to let people know that these are not
10365 # typical AIX shared libraries.
10366 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10367 else
10368 # We preserve .a as extension for shared libraries through AIX4.2
10369 # and later when we are not doing run time linking.
10370 library_names_spec='${libname}${release}.a $libname.a'
10371 soname_spec='${libname}${release}${shared_ext}$major'
10373 shlibpath_var=LIBPATH
10377 amigaos*)
10378 case $host_cpu in
10379 powerpc)
10380 # Since July 2007 AmigaOS4 officially supports .so libraries.
10381 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10382 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10384 m68k)
10385 library_names_spec='$libname.ixlibrary $libname.a'
10386 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10387 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'
10389 esac
10392 beos*)
10393 library_names_spec='${libname}${shared_ext}'
10394 dynamic_linker="$host_os ld.so"
10395 shlibpath_var=LIBRARY_PATH
10398 bsdi[45]*)
10399 version_type=linux
10400 need_version=no
10401 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10402 soname_spec='${libname}${release}${shared_ext}$major'
10403 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10404 shlibpath_var=LD_LIBRARY_PATH
10405 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10406 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10407 # the default ld.so.conf also contains /usr/contrib/lib and
10408 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10409 # libtool to hard-code these into programs
10412 cygwin* | mingw* | pw32* | cegcc*)
10413 version_type=windows
10414 shrext_cmds=".dll"
10415 need_version=no
10416 need_lib_prefix=no
10418 case $GCC,$host_os in
10419 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10420 library_names_spec='$libname.dll.a'
10421 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10422 postinstall_cmds='base_file=`basename \${file}`~
10423 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10424 dldir=$destdir/`dirname \$dlpath`~
10425 test -d \$dldir || mkdir -p \$dldir~
10426 $install_prog $dir/$dlname \$dldir/$dlname~
10427 chmod a+x \$dldir/$dlname~
10428 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10429 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10431 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10432 dlpath=$dir/\$dldll~
10433 $RM \$dlpath'
10434 shlibpath_overrides_runpath=yes
10436 case $host_os in
10437 cygwin*)
10438 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10439 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10441 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10443 mingw* | cegcc*)
10444 # MinGW DLLs use traditional 'lib' prefix
10445 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10447 pw32*)
10448 # pw32 DLLs use 'pw' prefix rather than 'lib'
10449 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10451 esac
10455 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10457 esac
10458 dynamic_linker='Win32 ld.exe'
10459 # FIXME: first we should search . and the directory the executable is in
10460 shlibpath_var=PATH
10463 darwin* | rhapsody*)
10464 dynamic_linker="$host_os dyld"
10465 version_type=darwin
10466 need_lib_prefix=no
10467 need_version=no
10468 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10469 soname_spec='${libname}${release}${major}$shared_ext'
10470 shlibpath_overrides_runpath=yes
10471 shlibpath_var=DYLD_LIBRARY_PATH
10472 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10474 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10475 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10478 dgux*)
10479 version_type=linux
10480 need_lib_prefix=no
10481 need_version=no
10482 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10483 soname_spec='${libname}${release}${shared_ext}$major'
10484 shlibpath_var=LD_LIBRARY_PATH
10487 freebsd* | dragonfly*)
10488 # DragonFly does not have aout. When/if they implement a new
10489 # versioning mechanism, adjust this.
10490 if test -x /usr/bin/objformat; then
10491 objformat=`/usr/bin/objformat`
10492 else
10493 case $host_os in
10494 freebsd[23].*) objformat=aout ;;
10495 *) objformat=elf ;;
10496 esac
10498 version_type=freebsd-$objformat
10499 case $version_type in
10500 freebsd-elf*)
10501 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10502 need_version=no
10503 need_lib_prefix=no
10505 freebsd-*)
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10507 need_version=yes
10509 esac
10510 shlibpath_var=LD_LIBRARY_PATH
10511 case $host_os in
10512 freebsd2.*)
10513 shlibpath_overrides_runpath=yes
10515 freebsd3.[01]* | freebsdelf3.[01]*)
10516 shlibpath_overrides_runpath=yes
10517 hardcode_into_libs=yes
10519 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10520 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10521 shlibpath_overrides_runpath=no
10522 hardcode_into_libs=yes
10524 *) # from 4.6 on, and DragonFly
10525 shlibpath_overrides_runpath=yes
10526 hardcode_into_libs=yes
10528 esac
10531 gnu*)
10532 version_type=linux
10533 need_lib_prefix=no
10534 need_version=no
10535 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10536 soname_spec='${libname}${release}${shared_ext}$major'
10537 shlibpath_var=LD_LIBRARY_PATH
10538 hardcode_into_libs=yes
10541 haiku*)
10542 version_type=linux
10543 need_lib_prefix=no
10544 need_version=no
10545 dynamic_linker="$host_os runtime_loader"
10546 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10547 soname_spec='${libname}${release}${shared_ext}$major'
10548 shlibpath_var=LIBRARY_PATH
10549 shlibpath_overrides_runpath=yes
10550 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10551 hardcode_into_libs=yes
10554 hpux9* | hpux10* | hpux11*)
10555 # Give a soname corresponding to the major version so that dld.sl refuses to
10556 # link against other versions.
10557 version_type=sunos
10558 need_lib_prefix=no
10559 need_version=no
10560 case $host_cpu in
10561 ia64*)
10562 shrext_cmds='.so'
10563 hardcode_into_libs=yes
10564 dynamic_linker="$host_os dld.so"
10565 shlibpath_var=LD_LIBRARY_PATH
10566 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10567 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10568 soname_spec='${libname}${release}${shared_ext}$major'
10569 if test "X$HPUX_IA64_MODE" = X32; then
10570 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10571 else
10572 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10574 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10576 hppa*64*)
10577 shrext_cmds='.sl'
10578 hardcode_into_libs=yes
10579 dynamic_linker="$host_os dld.sl"
10580 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10581 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10583 soname_spec='${libname}${release}${shared_ext}$major'
10584 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10585 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10588 shrext_cmds='.sl'
10589 dynamic_linker="$host_os dld.sl"
10590 shlibpath_var=SHLIB_PATH
10591 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10592 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10593 soname_spec='${libname}${release}${shared_ext}$major'
10595 esac
10596 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10597 postinstall_cmds='chmod 555 $lib'
10598 # or fails outright, so override atomically:
10599 install_override_mode=555
10602 interix[3-9]*)
10603 version_type=linux
10604 need_lib_prefix=no
10605 need_version=no
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10609 shlibpath_var=LD_LIBRARY_PATH
10610 shlibpath_overrides_runpath=no
10611 hardcode_into_libs=yes
10614 irix5* | irix6* | nonstopux*)
10615 case $host_os in
10616 nonstopux*) version_type=nonstopux ;;
10618 if test "$lt_cv_prog_gnu_ld" = yes; then
10619 version_type=linux
10620 else
10621 version_type=irix
10622 fi ;;
10623 esac
10624 need_lib_prefix=no
10625 need_version=no
10626 soname_spec='${libname}${release}${shared_ext}$major'
10627 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10628 case $host_os in
10629 irix5* | nonstopux*)
10630 libsuff= shlibsuff=
10633 case $LD in # libtool.m4 will add one of these switches to LD
10634 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10635 libsuff= shlibsuff= libmagic=32-bit;;
10636 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10637 libsuff=32 shlibsuff=N32 libmagic=N32;;
10638 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10639 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10640 *) libsuff= shlibsuff= libmagic=never-match;;
10641 esac
10643 esac
10644 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10645 shlibpath_overrides_runpath=no
10646 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10647 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10648 hardcode_into_libs=yes
10651 # No shared lib support for Linux oldld, aout, or coff.
10652 linux*oldld* | linux*aout* | linux*coff*)
10653 dynamic_linker=no
10656 # This must be Linux ELF.
10657 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10658 version_type=linux
10659 need_lib_prefix=no
10660 need_version=no
10661 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10662 soname_spec='${libname}${release}${shared_ext}$major'
10663 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10664 shlibpath_var=LD_LIBRARY_PATH
10665 shlibpath_overrides_runpath=no
10667 # Some binutils ld are patched to set DT_RUNPATH
10668 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10669 $as_echo_n "(cached) " >&6
10670 else
10671 lt_cv_shlibpath_overrides_runpath=no
10672 save_LDFLAGS=$LDFLAGS
10673 save_libdir=$libdir
10674 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10675 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10677 /* end confdefs.h. */
10680 main ()
10684 return 0;
10686 _ACEOF
10687 if ac_fn_c_try_link "$LINENO"; then :
10688 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10689 lt_cv_shlibpath_overrides_runpath=yes
10692 rm -f core conftest.err conftest.$ac_objext \
10693 conftest$ac_exeext conftest.$ac_ext
10694 LDFLAGS=$save_LDFLAGS
10695 libdir=$save_libdir
10699 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10701 # This implies no fast_install, which is unacceptable.
10702 # Some rework will be needed to allow for fast_install
10703 # before this can be enabled.
10704 hardcode_into_libs=yes
10706 # Append ld.so.conf contents to the search path
10707 if test -f /etc/ld.so.conf; then
10708 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' ' '`
10709 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10712 # We used to test for /lib/ld.so.1 and disable shared libraries on
10713 # powerpc, because MkLinux only supported shared libraries with the
10714 # GNU dynamic linker. Since this was broken with cross compilers,
10715 # most powerpc-linux boxes support dynamic linking these days and
10716 # people can always --disable-shared, the test was removed, and we
10717 # assume the GNU/Linux dynamic linker is in use.
10718 dynamic_linker='GNU/Linux ld.so'
10721 netbsd*)
10722 version_type=sunos
10723 need_lib_prefix=no
10724 need_version=no
10725 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10727 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10728 dynamic_linker='NetBSD (a.out) ld.so'
10729 else
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10731 soname_spec='${libname}${release}${shared_ext}$major'
10732 dynamic_linker='NetBSD ld.elf_so'
10734 shlibpath_var=LD_LIBRARY_PATH
10735 shlibpath_overrides_runpath=yes
10736 hardcode_into_libs=yes
10739 newsos6)
10740 version_type=linux
10741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10742 shlibpath_var=LD_LIBRARY_PATH
10743 shlibpath_overrides_runpath=yes
10746 *nto* | *qnx*)
10747 version_type=qnx
10748 need_lib_prefix=no
10749 need_version=no
10750 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10751 soname_spec='${libname}${release}${shared_ext}$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10753 shlibpath_overrides_runpath=no
10754 hardcode_into_libs=yes
10755 dynamic_linker='ldqnx.so'
10758 openbsd*)
10759 version_type=sunos
10760 sys_lib_dlsearch_path_spec="/usr/lib"
10761 need_lib_prefix=no
10762 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10763 case $host_os in
10764 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10765 *) need_version=no ;;
10766 esac
10767 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10768 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10769 shlibpath_var=LD_LIBRARY_PATH
10770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10771 case $host_os in
10772 openbsd2.[89] | openbsd2.[89].*)
10773 shlibpath_overrides_runpath=no
10776 shlibpath_overrides_runpath=yes
10778 esac
10779 else
10780 shlibpath_overrides_runpath=yes
10784 os2*)
10785 libname_spec='$name'
10786 shrext_cmds=".dll"
10787 need_lib_prefix=no
10788 library_names_spec='$libname${shared_ext} $libname.a'
10789 dynamic_linker='OS/2 ld.exe'
10790 shlibpath_var=LIBPATH
10793 osf3* | osf4* | osf5*)
10794 version_type=osf
10795 need_lib_prefix=no
10796 need_version=no
10797 soname_spec='${libname}${release}${shared_ext}$major'
10798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10801 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10804 rdos*)
10805 dynamic_linker=no
10808 solaris*)
10809 version_type=linux
10810 need_lib_prefix=no
10811 need_version=no
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 soname_spec='${libname}${release}${shared_ext}$major'
10814 shlibpath_var=LD_LIBRARY_PATH
10815 shlibpath_overrides_runpath=yes
10816 hardcode_into_libs=yes
10817 # ldd complains unless libraries are executable
10818 postinstall_cmds='chmod +x $lib'
10821 sunos4*)
10822 version_type=sunos
10823 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10824 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10825 shlibpath_var=LD_LIBRARY_PATH
10826 shlibpath_overrides_runpath=yes
10827 if test "$with_gnu_ld" = yes; then
10828 need_lib_prefix=no
10830 need_version=yes
10833 sysv4 | sysv4.3*)
10834 version_type=linux
10835 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10836 soname_spec='${libname}${release}${shared_ext}$major'
10837 shlibpath_var=LD_LIBRARY_PATH
10838 case $host_vendor in
10839 sni)
10840 shlibpath_overrides_runpath=no
10841 need_lib_prefix=no
10842 runpath_var=LD_RUN_PATH
10844 siemens)
10845 need_lib_prefix=no
10847 motorola)
10848 need_lib_prefix=no
10849 need_version=no
10850 shlibpath_overrides_runpath=no
10851 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10853 esac
10856 sysv4*MP*)
10857 if test -d /usr/nec ;then
10858 version_type=linux
10859 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10860 soname_spec='$libname${shared_ext}.$major'
10861 shlibpath_var=LD_LIBRARY_PATH
10865 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10866 version_type=freebsd-elf
10867 need_lib_prefix=no
10868 need_version=no
10869 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10870 soname_spec='${libname}${release}${shared_ext}$major'
10871 shlibpath_var=LD_LIBRARY_PATH
10872 shlibpath_overrides_runpath=yes
10873 hardcode_into_libs=yes
10874 if test "$with_gnu_ld" = yes; then
10875 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10876 else
10877 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10878 case $host_os in
10879 sco3.2v5*)
10880 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10882 esac
10884 sys_lib_dlsearch_path_spec='/usr/lib'
10887 tpf*)
10888 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10889 version_type=linux
10890 need_lib_prefix=no
10891 need_version=no
10892 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10893 shlibpath_var=LD_LIBRARY_PATH
10894 shlibpath_overrides_runpath=no
10895 hardcode_into_libs=yes
10898 uts4*)
10899 version_type=linux
10900 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10901 soname_spec='${libname}${release}${shared_ext}$major'
10902 shlibpath_var=LD_LIBRARY_PATH
10906 dynamic_linker=no
10908 esac
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10910 $as_echo "$dynamic_linker" >&6; }
10911 test "$dynamic_linker" = no && can_build_shared=no
10913 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10914 if test "$GCC" = yes; then
10915 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10918 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10919 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10921 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10922 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11016 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11017 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11018 hardcode_action=
11019 if test -n "$hardcode_libdir_flag_spec" ||
11020 test -n "$runpath_var" ||
11021 test "X$hardcode_automatic" = "Xyes" ; then
11023 # We can hardcode non-existent directories.
11024 if test "$hardcode_direct" != no &&
11025 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11026 # have to relink, otherwise we might link with an installed library
11027 # when we should be linking with a yet-to-be-installed one
11028 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11029 test "$hardcode_minus_L" != no; then
11030 # Linking always hardcodes the temporary library directory.
11031 hardcode_action=relink
11032 else
11033 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11034 hardcode_action=immediate
11036 else
11037 # We cannot hardcode anything, or else we can only hardcode existing
11038 # directories.
11039 hardcode_action=unsupported
11041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11042 $as_echo "$hardcode_action" >&6; }
11044 if test "$hardcode_action" = relink ||
11045 test "$inherit_rpath" = yes; then
11046 # Fast installation is not supported
11047 enable_fast_install=no
11048 elif test "$shlibpath_overrides_runpath" = yes ||
11049 test "$enable_shared" = no; then
11050 # Fast installation is not necessary
11051 enable_fast_install=needless
11059 if test "x$enable_dlopen" != xyes; then
11060 enable_dlopen=unknown
11061 enable_dlopen_self=unknown
11062 enable_dlopen_self_static=unknown
11063 else
11064 lt_cv_dlopen=no
11065 lt_cv_dlopen_libs=
11067 case $host_os in
11068 beos*)
11069 lt_cv_dlopen="load_add_on"
11070 lt_cv_dlopen_libs=
11071 lt_cv_dlopen_self=yes
11074 mingw* | pw32* | cegcc*)
11075 lt_cv_dlopen="LoadLibrary"
11076 lt_cv_dlopen_libs=
11079 cygwin*)
11080 lt_cv_dlopen="dlopen"
11081 lt_cv_dlopen_libs=
11084 darwin*)
11085 # if libdl is installed we need to link against it
11086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11087 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11088 if ${ac_cv_lib_dl_dlopen+:} false; then :
11089 $as_echo_n "(cached) " >&6
11090 else
11091 ac_check_lib_save_LIBS=$LIBS
11092 LIBS="-ldl $LIBS"
11093 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11094 /* end confdefs.h. */
11096 /* Override any GCC internal prototype to avoid an error.
11097 Use char because int might match the return type of a GCC
11098 builtin and then its argument prototype would still apply. */
11099 #ifdef __cplusplus
11100 extern "C"
11101 #endif
11102 char dlopen ();
11104 main ()
11106 return dlopen ();
11108 return 0;
11110 _ACEOF
11111 if ac_fn_c_try_link "$LINENO"; then :
11112 ac_cv_lib_dl_dlopen=yes
11113 else
11114 ac_cv_lib_dl_dlopen=no
11116 rm -f core conftest.err conftest.$ac_objext \
11117 conftest$ac_exeext conftest.$ac_ext
11118 LIBS=$ac_check_lib_save_LIBS
11120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11121 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11122 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11123 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11124 else
11126 lt_cv_dlopen="dyld"
11127 lt_cv_dlopen_libs=
11128 lt_cv_dlopen_self=yes
11135 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11136 if test "x$ac_cv_func_shl_load" = xyes; then :
11137 lt_cv_dlopen="shl_load"
11138 else
11139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11140 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11141 if ${ac_cv_lib_dld_shl_load+:} false; then :
11142 $as_echo_n "(cached) " >&6
11143 else
11144 ac_check_lib_save_LIBS=$LIBS
11145 LIBS="-ldld $LIBS"
11146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11147 /* end confdefs.h. */
11149 /* Override any GCC internal prototype to avoid an error.
11150 Use char because int might match the return type of a GCC
11151 builtin and then its argument prototype would still apply. */
11152 #ifdef __cplusplus
11153 extern "C"
11154 #endif
11155 char shl_load ();
11157 main ()
11159 return shl_load ();
11161 return 0;
11163 _ACEOF
11164 if ac_fn_c_try_link "$LINENO"; then :
11165 ac_cv_lib_dld_shl_load=yes
11166 else
11167 ac_cv_lib_dld_shl_load=no
11169 rm -f core conftest.err conftest.$ac_objext \
11170 conftest$ac_exeext conftest.$ac_ext
11171 LIBS=$ac_check_lib_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11174 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11175 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11176 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11177 else
11178 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11179 if test "x$ac_cv_func_dlopen" = xyes; then :
11180 lt_cv_dlopen="dlopen"
11181 else
11182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11183 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11184 if ${ac_cv_lib_dl_dlopen+:} false; then :
11185 $as_echo_n "(cached) " >&6
11186 else
11187 ac_check_lib_save_LIBS=$LIBS
11188 LIBS="-ldl $LIBS"
11189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11190 /* end confdefs.h. */
11192 /* Override any GCC internal prototype to avoid an error.
11193 Use char because int might match the return type of a GCC
11194 builtin and then its argument prototype would still apply. */
11195 #ifdef __cplusplus
11196 extern "C"
11197 #endif
11198 char dlopen ();
11200 main ()
11202 return dlopen ();
11204 return 0;
11206 _ACEOF
11207 if ac_fn_c_try_link "$LINENO"; then :
11208 ac_cv_lib_dl_dlopen=yes
11209 else
11210 ac_cv_lib_dl_dlopen=no
11212 rm -f core conftest.err conftest.$ac_objext \
11213 conftest$ac_exeext conftest.$ac_ext
11214 LIBS=$ac_check_lib_save_LIBS
11216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11217 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11218 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11219 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11220 else
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11222 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11223 if ${ac_cv_lib_svld_dlopen+:} false; then :
11224 $as_echo_n "(cached) " >&6
11225 else
11226 ac_check_lib_save_LIBS=$LIBS
11227 LIBS="-lsvld $LIBS"
11228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11234 #ifdef __cplusplus
11235 extern "C"
11236 #endif
11237 char dlopen ();
11239 main ()
11241 return dlopen ();
11243 return 0;
11245 _ACEOF
11246 if ac_fn_c_try_link "$LINENO"; then :
11247 ac_cv_lib_svld_dlopen=yes
11248 else
11249 ac_cv_lib_svld_dlopen=no
11251 rm -f core conftest.err conftest.$ac_objext \
11252 conftest$ac_exeext conftest.$ac_ext
11253 LIBS=$ac_check_lib_save_LIBS
11255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11256 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11257 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11258 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11259 else
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11261 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11262 if ${ac_cv_lib_dld_dld_link+:} false; then :
11263 $as_echo_n "(cached) " >&6
11264 else
11265 ac_check_lib_save_LIBS=$LIBS
11266 LIBS="-ldld $LIBS"
11267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11268 /* end confdefs.h. */
11270 /* Override any GCC internal prototype to avoid an error.
11271 Use char because int might match the return type of a GCC
11272 builtin and then its argument prototype would still apply. */
11273 #ifdef __cplusplus
11274 extern "C"
11275 #endif
11276 char dld_link ();
11278 main ()
11280 return dld_link ();
11282 return 0;
11284 _ACEOF
11285 if ac_fn_c_try_link "$LINENO"; then :
11286 ac_cv_lib_dld_dld_link=yes
11287 else
11288 ac_cv_lib_dld_dld_link=no
11290 rm -f core conftest.err conftest.$ac_objext \
11291 conftest$ac_exeext conftest.$ac_ext
11292 LIBS=$ac_check_lib_save_LIBS
11294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11295 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11296 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11297 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11316 esac
11318 if test "x$lt_cv_dlopen" != xno; then
11319 enable_dlopen=yes
11320 else
11321 enable_dlopen=no
11324 case $lt_cv_dlopen in
11325 dlopen)
11326 save_CPPFLAGS="$CPPFLAGS"
11327 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11329 save_LDFLAGS="$LDFLAGS"
11330 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11332 save_LIBS="$LIBS"
11333 LIBS="$lt_cv_dlopen_libs $LIBS"
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11336 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11337 if ${lt_cv_dlopen_self+:} false; then :
11338 $as_echo_n "(cached) " >&6
11339 else
11340 if test "$cross_compiling" = yes; then :
11341 lt_cv_dlopen_self=cross
11342 else
11343 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11344 lt_status=$lt_dlunknown
11345 cat > conftest.$ac_ext <<_LT_EOF
11346 #line 11346 "configure"
11347 #include "confdefs.h"
11349 #if HAVE_DLFCN_H
11350 #include <dlfcn.h>
11351 #endif
11353 #include <stdio.h>
11355 #ifdef RTLD_GLOBAL
11356 # define LT_DLGLOBAL RTLD_GLOBAL
11357 #else
11358 # ifdef DL_GLOBAL
11359 # define LT_DLGLOBAL DL_GLOBAL
11360 # else
11361 # define LT_DLGLOBAL 0
11362 # endif
11363 #endif
11365 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11366 find out it does not work in some platform. */
11367 #ifndef LT_DLLAZY_OR_NOW
11368 # ifdef RTLD_LAZY
11369 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11370 # else
11371 # ifdef DL_LAZY
11372 # define LT_DLLAZY_OR_NOW DL_LAZY
11373 # else
11374 # ifdef RTLD_NOW
11375 # define LT_DLLAZY_OR_NOW RTLD_NOW
11376 # else
11377 # ifdef DL_NOW
11378 # define LT_DLLAZY_OR_NOW DL_NOW
11379 # else
11380 # define LT_DLLAZY_OR_NOW 0
11381 # endif
11382 # endif
11383 # endif
11384 # endif
11385 #endif
11387 /* When -fvisbility=hidden is used, assume the code has been annotated
11388 correspondingly for the symbols needed. */
11389 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11390 void fnord () __attribute__((visibility("default")));
11391 #endif
11393 void fnord () { int i=42; }
11394 int main ()
11396 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11397 int status = $lt_dlunknown;
11399 if (self)
11401 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11402 else
11404 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11405 else puts (dlerror ());
11407 /* dlclose (self); */
11409 else
11410 puts (dlerror ());
11412 return status;
11414 _LT_EOF
11415 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11416 (eval $ac_link) 2>&5
11417 ac_status=$?
11418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11419 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11420 (./conftest; exit; ) >&5 2>/dev/null
11421 lt_status=$?
11422 case x$lt_status in
11423 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11424 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11425 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11426 esac
11427 else :
11428 # compilation failed
11429 lt_cv_dlopen_self=no
11432 rm -fr conftest*
11436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11437 $as_echo "$lt_cv_dlopen_self" >&6; }
11439 if test "x$lt_cv_dlopen_self" = xyes; then
11440 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11442 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11443 if ${lt_cv_dlopen_self_static+:} false; then :
11444 $as_echo_n "(cached) " >&6
11445 else
11446 if test "$cross_compiling" = yes; then :
11447 lt_cv_dlopen_self_static=cross
11448 else
11449 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11450 lt_status=$lt_dlunknown
11451 cat > conftest.$ac_ext <<_LT_EOF
11452 #line 11452 "configure"
11453 #include "confdefs.h"
11455 #if HAVE_DLFCN_H
11456 #include <dlfcn.h>
11457 #endif
11459 #include <stdio.h>
11461 #ifdef RTLD_GLOBAL
11462 # define LT_DLGLOBAL RTLD_GLOBAL
11463 #else
11464 # ifdef DL_GLOBAL
11465 # define LT_DLGLOBAL DL_GLOBAL
11466 # else
11467 # define LT_DLGLOBAL 0
11468 # endif
11469 #endif
11471 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11472 find out it does not work in some platform. */
11473 #ifndef LT_DLLAZY_OR_NOW
11474 # ifdef RTLD_LAZY
11475 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11476 # else
11477 # ifdef DL_LAZY
11478 # define LT_DLLAZY_OR_NOW DL_LAZY
11479 # else
11480 # ifdef RTLD_NOW
11481 # define LT_DLLAZY_OR_NOW RTLD_NOW
11482 # else
11483 # ifdef DL_NOW
11484 # define LT_DLLAZY_OR_NOW DL_NOW
11485 # else
11486 # define LT_DLLAZY_OR_NOW 0
11487 # endif
11488 # endif
11489 # endif
11490 # endif
11491 #endif
11493 /* When -fvisbility=hidden is used, assume the code has been annotated
11494 correspondingly for the symbols needed. */
11495 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11496 void fnord () __attribute__((visibility("default")));
11497 #endif
11499 void fnord () { int i=42; }
11500 int main ()
11502 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11503 int status = $lt_dlunknown;
11505 if (self)
11507 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11508 else
11510 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11511 else puts (dlerror ());
11513 /* dlclose (self); */
11515 else
11516 puts (dlerror ());
11518 return status;
11520 _LT_EOF
11521 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11522 (eval $ac_link) 2>&5
11523 ac_status=$?
11524 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11525 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11526 (./conftest; exit; ) >&5 2>/dev/null
11527 lt_status=$?
11528 case x$lt_status in
11529 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11530 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11531 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11532 esac
11533 else :
11534 # compilation failed
11535 lt_cv_dlopen_self_static=no
11538 rm -fr conftest*
11542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11543 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11546 CPPFLAGS="$save_CPPFLAGS"
11547 LDFLAGS="$save_LDFLAGS"
11548 LIBS="$save_LIBS"
11550 esac
11552 case $lt_cv_dlopen_self in
11553 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11554 *) enable_dlopen_self=unknown ;;
11555 esac
11557 case $lt_cv_dlopen_self_static in
11558 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11559 *) enable_dlopen_self_static=unknown ;;
11560 esac
11579 striplib=
11580 old_striplib=
11581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11582 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11583 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11584 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11585 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11587 $as_echo "yes" >&6; }
11588 else
11589 # FIXME - insert some real tests, host_os isn't really good enough
11590 case $host_os in
11591 darwin*)
11592 if test -n "$STRIP" ; then
11593 striplib="$STRIP -x"
11594 old_striplib="$STRIP -S"
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11596 $as_echo "yes" >&6; }
11597 else
11598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11599 $as_echo "no" >&6; }
11603 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11604 $as_echo "no" >&6; }
11606 esac
11620 # Report which library types will actually be built
11621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11622 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11624 $as_echo "$can_build_shared" >&6; }
11626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11627 $as_echo_n "checking whether to build shared libraries... " >&6; }
11628 test "$can_build_shared" = "no" && enable_shared=no
11630 # On AIX, shared libraries and static libraries use the same namespace, and
11631 # are all built from PIC.
11632 case $host_os in
11633 aix3*)
11634 test "$enable_shared" = yes && enable_static=no
11635 if test -n "$RANLIB"; then
11636 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11637 postinstall_cmds='$RANLIB $lib'
11641 aix[4-9]*)
11642 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11643 test "$enable_shared" = yes && enable_static=no
11646 esac
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11648 $as_echo "$enable_shared" >&6; }
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11651 $as_echo_n "checking whether to build static libraries... " >&6; }
11652 # Make sure either enable_shared or enable_static is yes.
11653 test "$enable_shared" = yes || enable_static=yes
11654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11655 $as_echo "$enable_static" >&6; }
11661 ac_ext=c
11662 ac_cpp='$CPP $CPPFLAGS'
11663 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11664 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11665 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11667 CC="$lt_save_CC"
11681 ac_config_commands="$ac_config_commands libtool"
11686 # Only expand once:
11690 # The tests for host and target for $enable_largefile require
11691 # canonical names.
11695 # As the $enable_largefile decision depends on --enable-plugins we must set it
11696 # even in directories otherwise not depending on the $plugins option.
11699 maybe_plugins=no
11700 for ac_header in dlfcn.h
11701 do :
11702 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11704 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11705 cat >>confdefs.h <<_ACEOF
11706 #define HAVE_DLFCN_H 1
11707 _ACEOF
11708 maybe_plugins=yes
11711 done
11713 for ac_header in windows.h
11714 do :
11715 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11717 if test "x$ac_cv_header_windows_h" = xyes; then :
11718 cat >>confdefs.h <<_ACEOF
11719 #define HAVE_WINDOWS_H 1
11720 _ACEOF
11721 maybe_plugins=yes
11724 done
11727 # Check whether --enable-plugins was given.
11728 if test "${enable_plugins+set}" = set; then :
11729 enableval=$enable_plugins; case "${enableval}" in
11730 no) plugins=no ;;
11731 *) plugins=yes
11732 if test "$maybe_plugins" != "yes" ; then
11733 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11734 fi ;;
11735 esac
11736 else
11737 plugins=$maybe_plugins
11741 if test "$plugins" = "yes"; then
11742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11743 $as_echo_n "checking for library containing dlsym... " >&6; }
11744 if ${ac_cv_search_dlsym+:} false; then :
11745 $as_echo_n "(cached) " >&6
11746 else
11747 ac_func_search_save_LIBS=$LIBS
11748 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11749 /* end confdefs.h. */
11751 /* Override any GCC internal prototype to avoid an error.
11752 Use char because int might match the return type of a GCC
11753 builtin and then its argument prototype would still apply. */
11754 #ifdef __cplusplus
11755 extern "C"
11756 #endif
11757 char dlsym ();
11759 main ()
11761 return dlsym ();
11763 return 0;
11765 _ACEOF
11766 for ac_lib in '' dl; do
11767 if test -z "$ac_lib"; then
11768 ac_res="none required"
11769 else
11770 ac_res=-l$ac_lib
11771 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11773 if ac_fn_c_try_link "$LINENO"; then :
11774 ac_cv_search_dlsym=$ac_res
11776 rm -f core conftest.err conftest.$ac_objext \
11777 conftest$ac_exeext
11778 if ${ac_cv_search_dlsym+:} false; then :
11779 break
11781 done
11782 if ${ac_cv_search_dlsym+:} false; then :
11784 else
11785 ac_cv_search_dlsym=no
11787 rm conftest.$ac_ext
11788 LIBS=$ac_func_search_save_LIBS
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11791 $as_echo "$ac_cv_search_dlsym" >&6; }
11792 ac_res=$ac_cv_search_dlsym
11793 if test "$ac_res" != no; then :
11794 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11801 case "${host}" in
11802 sparc-*-solaris*|i[3-7]86-*-solaris*)
11803 # On native 32bit sparc and ia32 solaris, large-file and procfs support
11804 # are mutually exclusive; and without procfs support, the bfd/ elf module
11805 # cannot provide certain routines such as elfcore_write_prpsinfo
11806 # or elfcore_write_prstatus. So unless the user explicitly requested
11807 # large-file support through the --enable-largefile switch, disable
11808 # large-file support in favor of procfs support.
11809 test "${target}" = "${host}" -a "x$plugins" = xno \
11810 && : ${enable_largefile="no"}
11812 esac
11814 # Check whether --enable-largefile was given.
11815 if test "${enable_largefile+set}" = set; then :
11816 enableval=$enable_largefile;
11819 if test "$enable_largefile" != no; then
11821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11822 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11823 if ${ac_cv_sys_largefile_CC+:} false; then :
11824 $as_echo_n "(cached) " >&6
11825 else
11826 ac_cv_sys_largefile_CC=no
11827 if test "$GCC" != yes; then
11828 ac_save_CC=$CC
11829 while :; do
11830 # IRIX 6.2 and later do not support large files by default,
11831 # so use the C compiler's -n32 option if that helps.
11832 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11833 /* end confdefs.h. */
11834 #include <sys/types.h>
11835 /* Check that off_t can represent 2**63 - 1 correctly.
11836 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11837 since some C++ compilers masquerading as C compilers
11838 incorrectly reject 9223372036854775807. */
11839 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11840 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11841 && LARGE_OFF_T % 2147483647 == 1)
11842 ? 1 : -1];
11844 main ()
11848 return 0;
11850 _ACEOF
11851 if ac_fn_c_try_compile "$LINENO"; then :
11852 break
11854 rm -f core conftest.err conftest.$ac_objext
11855 CC="$CC -n32"
11856 if ac_fn_c_try_compile "$LINENO"; then :
11857 ac_cv_sys_largefile_CC=' -n32'; break
11859 rm -f core conftest.err conftest.$ac_objext
11860 break
11861 done
11862 CC=$ac_save_CC
11863 rm -f conftest.$ac_ext
11866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11867 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11868 if test "$ac_cv_sys_largefile_CC" != no; then
11869 CC=$CC$ac_cv_sys_largefile_CC
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11873 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11874 if ${ac_cv_sys_file_offset_bits+:} false; then :
11875 $as_echo_n "(cached) " >&6
11876 else
11877 while :; do
11878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11879 /* end confdefs.h. */
11880 #include <sys/types.h>
11881 /* Check that off_t can represent 2**63 - 1 correctly.
11882 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11883 since some C++ compilers masquerading as C compilers
11884 incorrectly reject 9223372036854775807. */
11885 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11886 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11887 && LARGE_OFF_T % 2147483647 == 1)
11888 ? 1 : -1];
11890 main ()
11894 return 0;
11896 _ACEOF
11897 if ac_fn_c_try_compile "$LINENO"; then :
11898 ac_cv_sys_file_offset_bits=no; break
11900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11902 /* end confdefs.h. */
11903 #define _FILE_OFFSET_BITS 64
11904 #include <sys/types.h>
11905 /* Check that off_t can represent 2**63 - 1 correctly.
11906 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11907 since some C++ compilers masquerading as C compilers
11908 incorrectly reject 9223372036854775807. */
11909 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11910 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11911 && LARGE_OFF_T % 2147483647 == 1)
11912 ? 1 : -1];
11914 main ()
11918 return 0;
11920 _ACEOF
11921 if ac_fn_c_try_compile "$LINENO"; then :
11922 ac_cv_sys_file_offset_bits=64; break
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 ac_cv_sys_file_offset_bits=unknown
11926 break
11927 done
11929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11930 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11931 case $ac_cv_sys_file_offset_bits in #(
11932 no | unknown) ;;
11934 cat >>confdefs.h <<_ACEOF
11935 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11936 _ACEOF
11938 esac
11939 rm -rf conftest*
11940 if test $ac_cv_sys_file_offset_bits = unknown; then
11941 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11942 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11943 if ${ac_cv_sys_large_files+:} false; then :
11944 $as_echo_n "(cached) " >&6
11945 else
11946 while :; do
11947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11948 /* end confdefs.h. */
11949 #include <sys/types.h>
11950 /* Check that off_t can represent 2**63 - 1 correctly.
11951 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11952 since some C++ compilers masquerading as C compilers
11953 incorrectly reject 9223372036854775807. */
11954 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11955 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11956 && LARGE_OFF_T % 2147483647 == 1)
11957 ? 1 : -1];
11959 main ()
11963 return 0;
11965 _ACEOF
11966 if ac_fn_c_try_compile "$LINENO"; then :
11967 ac_cv_sys_large_files=no; break
11969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11971 /* end confdefs.h. */
11972 #define _LARGE_FILES 1
11973 #include <sys/types.h>
11974 /* Check that off_t can represent 2**63 - 1 correctly.
11975 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11976 since some C++ compilers masquerading as C compilers
11977 incorrectly reject 9223372036854775807. */
11978 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11979 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11980 && LARGE_OFF_T % 2147483647 == 1)
11981 ? 1 : -1];
11983 main ()
11987 return 0;
11989 _ACEOF
11990 if ac_fn_c_try_compile "$LINENO"; then :
11991 ac_cv_sys_large_files=1; break
11993 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11994 ac_cv_sys_large_files=unknown
11995 break
11996 done
11998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11999 $as_echo "$ac_cv_sys_large_files" >&6; }
12000 case $ac_cv_sys_large_files in #(
12001 no | unknown) ;;
12003 cat >>confdefs.h <<_ACEOF
12004 #define _LARGE_FILES $ac_cv_sys_large_files
12005 _ACEOF
12007 esac
12008 rm -rf conftest*
12015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12016 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
12017 if ${gcc_cv_prog_cmp_skip+:} false; then :
12018 $as_echo_n "(cached) " >&6
12019 else
12020 echo abfoo >t1
12021 echo cdfoo >t2
12022 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
12023 if cmp t1 t2 2 2 > /dev/null 2>&1; then
12024 if cmp t1 t2 1 1 > /dev/null 2>&1; then
12026 else
12027 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
12030 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
12031 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
12033 else
12034 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
12037 rm t1 t2
12040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12041 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12042 do_compare="$gcc_cv_prog_cmp_skip"
12046 # Check whether --enable-targets was given.
12047 if test "${enable_targets+set}" = set; then :
12048 enableval=$enable_targets; case "${enableval}" in
12049 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12051 no) enable_targets= ;;
12052 *) enable_targets=$enableval ;;
12053 esac
12056 ac_checking=
12057 . ${srcdir}/../bfd/development.sh
12058 test "$development" = true && ac_checking=yes
12059 # Check whether --enable-checking was given.
12060 if test "${enable_checking+set}" = set; then :
12061 enableval=$enable_checking; case "${enableval}" in
12062 no|none) ac_checking= ;;
12063 *) ac_checking=yes ;;
12064 esac
12066 if test x$ac_checking != x ; then
12068 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
12072 # PR gas/19109
12073 # Decide the default method for compressing debug sections.
12074 ac_default_compressed_debug_sections=unset
12075 # Provide a configure time option to override our default.
12076 # Check whether --enable-compressed_debug_sections was given.
12077 if test "${enable_compressed_debug_sections+set}" = set; then :
12078 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
12079 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
12080 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
12081 *) ac_default_compressed_debug_sections=unset ;;
12082 esac
12085 # PR gas/19520
12086 # Decide if x86 assembler should generate relax relocations.
12087 ac_default_x86_relax_relocations=unset
12088 # Provide a configure time option to override our default.
12089 # Check whether --enable-x86_relax_relocations was given.
12090 if test "${enable_x86_relax_relocations+set}" = set; then :
12091 enableval=$enable_x86_relax_relocations; case "${enableval}" in
12092 no) ac_default_x86_relax_relocations=0 ;;
12093 esac
12096 # Decide if ELF assembler should generate common symbols with the
12097 # STT_COMMON type.
12098 ac_default_elf_stt_common=unset
12099 # Provide a configure time option to override our default.
12100 # Check whether --enable-elf_stt_common was given.
12101 if test "${enable_elf_stt_common+set}" = set; then :
12102 enableval=$enable_elf_stt_common; case "${enableval}" in
12103 yes) ac_default_elf_stt_common=1 ;;
12104 esac
12108 # Decide if the ELF assembler should default to generating
12109 # GNU Build notes if none are provided by the input.
12110 ac_default_generate_build_notes=0
12111 # Provide a configuration option to override the default.
12112 # Check whether --enable-generate_build_notes was given.
12113 if test "${enable_generate_build_notes+set}" = set; then :
12114 enableval=$enable_generate_build_notes; case "${enableval}" in
12115 yes) ac_default_generate_build_notes=1 ;;
12116 no) ac_default_generate_build_notes=0 ;;
12117 esac
12120 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
12121 # LLSC errata.
12122 ac_default_mips_fix_loongson3_llsc=unset
12123 # Provide a configuration option to override the default.
12124 # Check whether --enable-mips-fix-loongson3-llsc was given.
12125 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
12126 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
12127 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
12128 no) ac_default_mips_fix_loongson3_llsc=0 ;;
12129 esac
12132 # Decide if the x86 ELF assembler should default to generating GNU x86
12133 # used ISA and feature properties.
12134 ac_default_generate_x86_used_note=unset
12135 # Provide a configuration option to override the default.
12136 # Check whether --enable-x86-used-note was given.
12137 if test "${enable_x86_used_note+set}" = set; then :
12138 enableval=$enable_x86_used_note; case "${enableval}" in
12139 yes) ac_default_generate_x86_used_note=1 ;;
12140 no) ac_default_generate_x86_used_note=0 ;;
12141 esac
12144 # Decide if the RISC-V ELF assembler should default to generating attribute.
12145 ac_default_generate_riscv_attr=unset
12146 # Provide a configuration option to override the default.
12147 # Check whether --enable-default-riscv-attribute was given.
12148 if test "${enable_default_riscv_attribute+set}" = set; then :
12149 enableval=$enable_default_riscv_attribute; case "${enableval}" in
12150 yes) ac_default_generate_riscv_attr=1 ;;
12151 no) ac_default_generate_riscv_attr=0 ;;
12152 esac
12155 using_cgen=no
12158 # Set the 'development' global.
12159 . $srcdir/../bfd/development.sh
12161 # Set acp_cpp_for_build variable
12162 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12164 # Default set of GCC warnings to enable.
12165 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12166 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12168 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12170 /* end confdefs.h. */
12171 __GNUC__
12172 _ACEOF
12173 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12174 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12176 else
12177 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12179 rm -f conftest*
12182 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12183 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12184 /* end confdefs.h. */
12185 __GNUC__
12186 _ACEOF
12187 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12188 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12190 else
12191 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12193 rm -f conftest*
12196 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12197 WARN_WRITE_STRINGS=""
12198 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12199 /* end confdefs.h. */
12200 __GNUC__
12201 _ACEOF
12202 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12203 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12205 else
12206 WARN_WRITE_STRINGS="-Wwrite-strings"
12208 rm -f conftest*
12211 # Verify CC_FOR_BUILD to be compatible with warning flags
12213 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12215 /* end confdefs.h. */
12216 __GNUC__
12217 _ACEOF
12218 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12219 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12221 else
12222 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12224 rm -f conftest*
12227 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12229 /* end confdefs.h. */
12230 __GNUC__
12231 _ACEOF
12232 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12233 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12235 else
12236 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12238 rm -f conftest*
12241 # Check whether --enable-werror was given.
12242 if test "${enable_werror+set}" = set; then :
12243 enableval=$enable_werror; case "${enableval}" in
12244 yes | y) ERROR_ON_WARNING="yes" ;;
12245 no | n) ERROR_ON_WARNING="no" ;;
12246 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12247 esac
12251 # Disable -Wformat by default when using gcc on mingw
12252 case "${host}" in
12253 *-*-mingw32*)
12254 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12255 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12256 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12259 *) ;;
12260 esac
12262 # Enable -Werror by default when using gcc. Turn it off for releases.
12263 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12264 ERROR_ON_WARNING=yes
12267 NO_WERROR=
12268 if test "${ERROR_ON_WARNING}" = yes ; then
12269 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12270 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12271 NO_WERROR="-Wno-error"
12274 if test "${GCC}" = yes ; then
12275 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12276 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12279 # Check whether --enable-build-warnings was given.
12280 if test "${enable_build_warnings+set}" = set; then :
12281 enableval=$enable_build_warnings; case "${enableval}" in
12282 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12283 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12284 no) if test "${GCC}" = yes ; then
12285 WARN_CFLAGS="-w"
12286 WARN_CFLAGS_FOR_BUILD="-w"
12287 fi;;
12288 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12289 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12290 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12291 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12292 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12293 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12294 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12295 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12296 esac
12300 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12301 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12310 # Generate a header file
12311 ac_config_headers="$ac_config_headers config.h:config.in"
12315 # Check whether --with-cpu was given.
12316 if test "${with_cpu+set}" = set; then :
12317 withval=$with_cpu;
12318 cat >>confdefs.h <<_ACEOF
12319 #define TARGET_WITH_CPU "${with_cpu}"
12320 _ACEOF
12325 # PR 14072
12328 # If we are on a DOS filesystem, we must use gdb.ini rather than
12329 # .gdbinit.
12330 case "${host}" in
12331 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
12332 GDBINIT="gdb.ini"
12333 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
12337 GDBINIT=".gdbinit"
12338 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
12341 esac
12344 #We need this for the host.
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12346 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12347 if ${ac_cv_c_bigendian+:} false; then :
12348 $as_echo_n "(cached) " >&6
12349 else
12350 ac_cv_c_bigendian=unknown
12351 # See if we're dealing with a universal compiler.
12352 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12353 /* end confdefs.h. */
12354 #ifndef __APPLE_CC__
12355 not a universal capable compiler
12356 #endif
12357 typedef int dummy;
12359 _ACEOF
12360 if ac_fn_c_try_compile "$LINENO"; then :
12362 # Check for potential -arch flags. It is not universal unless
12363 # there are at least two -arch flags with different values.
12364 ac_arch=
12365 ac_prev=
12366 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12367 if test -n "$ac_prev"; then
12368 case $ac_word in
12369 i?86 | x86_64 | ppc | ppc64)
12370 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12371 ac_arch=$ac_word
12372 else
12373 ac_cv_c_bigendian=universal
12374 break
12377 esac
12378 ac_prev=
12379 elif test "x$ac_word" = "x-arch"; then
12380 ac_prev=arch
12382 done
12384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12385 if test $ac_cv_c_bigendian = unknown; then
12386 # See if sys/param.h defines the BYTE_ORDER macro.
12387 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12388 /* end confdefs.h. */
12389 #include <sys/types.h>
12390 #include <sys/param.h>
12393 main ()
12395 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12396 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12397 && LITTLE_ENDIAN)
12398 bogus endian macros
12399 #endif
12402 return 0;
12404 _ACEOF
12405 if ac_fn_c_try_compile "$LINENO"; then :
12406 # It does; now see whether it defined to BIG_ENDIAN or not.
12407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12408 /* end confdefs.h. */
12409 #include <sys/types.h>
12410 #include <sys/param.h>
12413 main ()
12415 #if BYTE_ORDER != BIG_ENDIAN
12416 not big endian
12417 #endif
12420 return 0;
12422 _ACEOF
12423 if ac_fn_c_try_compile "$LINENO"; then :
12424 ac_cv_c_bigendian=yes
12425 else
12426 ac_cv_c_bigendian=no
12428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12432 if test $ac_cv_c_bigendian = unknown; then
12433 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12434 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12435 /* end confdefs.h. */
12436 #include <limits.h>
12439 main ()
12441 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12442 bogus endian macros
12443 #endif
12446 return 0;
12448 _ACEOF
12449 if ac_fn_c_try_compile "$LINENO"; then :
12450 # It does; now see whether it defined to _BIG_ENDIAN or not.
12451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12452 /* end confdefs.h. */
12453 #include <limits.h>
12456 main ()
12458 #ifndef _BIG_ENDIAN
12459 not big endian
12460 #endif
12463 return 0;
12465 _ACEOF
12466 if ac_fn_c_try_compile "$LINENO"; then :
12467 ac_cv_c_bigendian=yes
12468 else
12469 ac_cv_c_bigendian=no
12471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12475 if test $ac_cv_c_bigendian = unknown; then
12476 # Compile a test program.
12477 if test "$cross_compiling" = yes; then :
12478 # Try to guess by grepping values from an object file.
12479 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12480 /* end confdefs.h. */
12481 short int ascii_mm[] =
12482 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12483 short int ascii_ii[] =
12484 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12485 int use_ascii (int i) {
12486 return ascii_mm[i] + ascii_ii[i];
12488 short int ebcdic_ii[] =
12489 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12490 short int ebcdic_mm[] =
12491 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12492 int use_ebcdic (int i) {
12493 return ebcdic_mm[i] + ebcdic_ii[i];
12495 extern int foo;
12498 main ()
12500 return use_ascii (foo) == use_ebcdic (foo);
12502 return 0;
12504 _ACEOF
12505 if ac_fn_c_try_compile "$LINENO"; then :
12506 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12507 ac_cv_c_bigendian=yes
12509 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12510 if test "$ac_cv_c_bigendian" = unknown; then
12511 ac_cv_c_bigendian=no
12512 else
12513 # finding both strings is unlikely to happen, but who knows?
12514 ac_cv_c_bigendian=unknown
12518 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12519 else
12520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12521 /* end confdefs.h. */
12522 $ac_includes_default
12524 main ()
12527 /* Are we little or big endian? From Harbison&Steele. */
12528 union
12530 long int l;
12531 char c[sizeof (long int)];
12532 } u;
12533 u.l = 1;
12534 return u.c[sizeof (long int) - 1] == 1;
12537 return 0;
12539 _ACEOF
12540 if ac_fn_c_try_run "$LINENO"; then :
12541 ac_cv_c_bigendian=no
12542 else
12543 ac_cv_c_bigendian=yes
12545 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12546 conftest.$ac_objext conftest.beam conftest.$ac_ext
12551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12552 $as_echo "$ac_cv_c_bigendian" >&6; }
12553 case $ac_cv_c_bigendian in #(
12554 yes)
12555 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12556 ;; #(
12558 ;; #(
12559 universal)
12561 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12563 ;; #(
12565 as_fn_error $? "unknown endianness
12566 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12567 esac
12570 te_file=generic
12572 # Makefile target for installing gas in $(tooldir)/bin.
12573 install_tooldir=install-exec-tooldir
12575 canon_targets=""
12576 all_targets=no
12577 if test -n "$enable_targets" ; then
12578 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12579 if test $t = "all"; then
12580 all_targets=yes
12581 continue
12583 result=`$ac_config_sub $t 2>/dev/null`
12584 if test -n "$result" ; then
12585 canon_targets="$canon_targets $result"
12586 # else
12587 # # Permit "all", etc. We don't support it yet though.
12588 # canon_targets="$canon_targets $t"
12590 done
12591 _gas_uniq_list="$canon_targets"
12592 _gas_uniq_newlist=""
12593 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12594 case $_gas_uniq_i in
12595 _gas_uniq_dummy) ;;
12596 *) case " $_gas_uniq_newlist " in
12597 *" $_gas_uniq_i "*) ;;
12598 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12599 esac ;;
12600 esac
12601 done
12602 canon_targets=$_gas_uniq_newlist
12606 emulations=""
12608 for this_target in $target $canon_targets ; do
12610 targ=${this_target}
12611 . ${srcdir}/configure.tgt
12613 case ${target_cpu} in
12614 crisv32)
12616 cat >>confdefs.h <<_ACEOF
12617 #define DEFAULT_CRIS_ARCH $arch
12618 _ACEOF
12621 esac
12623 if test ${this_target} = $target ; then
12624 target_cpu_type=${cpu_type}
12625 elif test ${target_cpu_type} != ${cpu_type} ; then
12626 continue
12629 generic_target=${cpu_type}-${target_vendor}-${target_os}
12630 case ${generic_target} in
12631 i386-*-msdosdjgpp* \
12632 | i386-*-go32* \
12633 | i386-go32-rtems*)
12635 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12639 i386-*-solaris2 \
12640 | x86_64-*-solaris2 \
12641 | i386-*-solaris2.[0-9] \
12642 | i386-*-solaris2.1[01] \
12643 | x86_64-*-solaris2.1[01])
12644 if test ${this_target} = $target \
12645 && test ${ac_default_x86_relax_relocations} = unset; then
12646 ac_default_x86_relax_relocations=0
12650 microblaze*)
12653 ppc-*-aix[5-9].*)
12655 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12658 ppc-*-solaris*)
12659 if test ${this_target} = $target; then
12661 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12664 if test x${endian} = xbig; then
12665 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12668 esac
12670 if test ${this_target} = $target ; then
12671 endian_def=
12672 if test x${endian} = xbig; then
12673 endian_def=1
12674 elif test x${endian} = xlittle; then
12675 endian_def=0
12677 if test x${endian_def} != x; then
12679 cat >>confdefs.h <<_ACEOF
12680 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12681 _ACEOF
12686 # Other random stuff.
12688 case ${cpu_type} in
12689 mips)
12690 # Set mips_cpu to the name of the default CPU.
12691 case ${target_cpu} in
12692 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12693 mips_cpu=from-abi
12695 mipsisa32 | mipsisa32el)
12696 mips_cpu=mips32
12698 mipsisa32r2 | mipsisa32r2el)
12699 mips_cpu=mips32r2
12701 mipsisa32r3 | mipsisa32r3el)
12702 mips_cpu=mips32r3
12704 mipsisa32r5 | mipsisa32r5el)
12705 mips_cpu=mips32r5
12707 mipsisa32r6 | mipsisa32r6el)
12708 mips_cpu=mips32r6
12710 mipsisa64 | mipsisa64el)
12711 mips_cpu=mips64
12713 mipsisa64r2 | mipsisa64r2el)
12714 mips_cpu=mips64r2
12716 mipsisa64r3 | mipsisa64r3el)
12717 mips_cpu=mips64r3
12719 mipsisa64r5 | mipsisa64r5el)
12720 mips_cpu=mips64r5
12722 mipsisa64r6 | mipsisa64r6el)
12723 mips_cpu=mips64r6
12725 mipstx39 | mipstx39el)
12726 mips_cpu=r3900
12728 mips64vr | mips64vrel)
12729 mips_cpu=vr4100
12731 mipsisa32r2* | mipsisa64r2*)
12732 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12734 mipsisa32r6* | mipsisa64r6*)
12735 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12737 mips64* | mipsisa64* | mipsisa32*)
12738 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12740 mips*)
12741 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12744 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12746 esac
12747 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12748 # binaries. It's a GNU extension that some OSes don't understand.
12749 case ${target} in
12750 *-*-irix*)
12751 use_e_mips_abi_o32=0
12754 use_e_mips_abi_o32=1
12756 esac
12757 # Decide whether to generate 32-bit or 64-bit code by default.
12758 # Used to resolve -march=from-abi when an embedded ABI is selected.
12759 case ${target} in
12760 mips64*-*-* | mipsisa64*-*-*)
12761 mips_default_64bit=1
12764 mips_default_64bit=0
12766 esac
12767 # Decide which ABI to target by default.
12768 case ${target} in
12769 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12770 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12771 mips_default_abi=N32_ABI
12773 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12774 mips_default_abi=O32_ABI
12776 mips64*-openbsd*)
12777 mips_default_abi=N64_ABI
12780 mips_default_abi=NO_ABI
12782 esac
12784 cat >>confdefs.h <<_ACEOF
12785 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12786 _ACEOF
12789 cat >>confdefs.h <<_ACEOF
12790 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12791 _ACEOF
12794 cat >>confdefs.h <<_ACEOF
12795 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12796 _ACEOF
12799 cat >>confdefs.h <<_ACEOF
12800 #define MIPS_DEFAULT_ABI $mips_default_abi
12801 _ACEOF
12804 esac
12806 # Do we need the opcodes library?
12807 case ${cpu_type} in
12808 vax | tic30)
12812 need_opcodes=yes
12814 case "${enable_shared}" in
12815 yes) shared_opcodes=true ;;
12816 *opcodes*) shared_opcodes=true ;;
12817 *) shared_opcodes=false ;;
12818 esac
12820 esac
12822 # Any other special object files needed ?
12823 case ${cpu_type} in
12825 bfin)
12826 for f in bfin-parse.o bfin-lex-wrapper.o; do
12827 case " $extra_objects " in
12828 *" $f "*) ;;
12829 *) extra_objects="$extra_objects $f" ;;
12830 esac
12831 done
12834 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12835 using_cgen=yes
12838 m32c)
12839 using_cgen=yes
12841 frv)
12842 using_cgen=yes
12844 m68k)
12845 f=m68k-parse.o
12846 case " $extra_objects " in
12847 *" $f "*) ;;
12848 *) extra_objects="$extra_objects $f" ;;
12849 esac
12852 mep)
12853 using_cgen=yes
12856 mips)
12857 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12858 case " $extra_objects " in
12859 *" $f "*) ;;
12860 *) extra_objects="$extra_objects $f" ;;
12861 esac
12862 done
12866 using_cgen=yes
12869 nds32)
12870 # setup NDS32_LINUX_TOOLCHAIN definition
12871 if test "linux" = $em; then
12873 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12875 else
12877 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12881 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12882 # based on arch_name.
12883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12884 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12885 if test "x${with_arch}" != x; then
12886 case ${with_arch} in
12887 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12889 cat >>confdefs.h <<_ACEOF
12890 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12891 _ACEOF
12895 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12897 esac
12899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12900 $as_echo "$with_arch" >&6; }
12902 # Decide features one by one.
12903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12904 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12905 if test "x${enable_dx_regs}" = xyes; then
12907 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12909 else
12911 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12915 $as_echo "$enable_dx_regs" >&6; }
12917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12918 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12919 if test "x${enable_perf_ext}" = xno; then
12921 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12923 else
12925 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12929 $as_echo "$enable_perf_ext" >&6; }
12931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12932 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12933 if test "x${enable_perf_ext2}" = xno; then
12935 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12937 else
12939 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12943 $as_echo "$enable_perf_ext2" >&6; }
12945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12946 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12947 if test "x${enable_string_ext}" = xno; then
12949 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12951 else
12953 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12957 $as_echo "$enable_string_ext" >&6; }
12959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12960 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12961 if test "x${enable_audio_ext}" = xno; then
12963 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12965 else
12967 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12971 $as_echo "$enable_audio_ext" >&6; }
12973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12974 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12975 if test "x${enable_dsp_ext}" = xno; then
12977 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12979 else
12981 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12985 $as_echo "$enable_dsp_ext" >&6; }
12987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12988 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12989 if test "x${enable_zol_ext}" = xno; then
12991 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12993 else
12995 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12999 $as_echo "$enable_zol_ext" >&6; }
13002 aarch64 | i386 | riscv | s390 | sparc)
13003 if test $this_target = $target ; then
13005 cat >>confdefs.h <<_ACEOF
13006 #define DEFAULT_ARCH "${arch}"
13007 _ACEOF
13012 rl78)
13013 f=rl78-parse.o
13014 case " $extra_objects " in
13015 *" $f "*) ;;
13016 *) extra_objects="$extra_objects $f" ;;
13017 esac
13021 f=rx-parse.o
13022 case " $extra_objects " in
13023 *" $f "*) ;;
13024 *) extra_objects="$extra_objects $f" ;;
13025 esac
13028 xstormy16)
13029 using_cgen=yes
13032 xc16x)
13033 using_cgen=yes
13036 xtensa)
13037 f=config/xtensa-relax.o
13038 case " $extra_objects " in
13039 *" $f "*) ;;
13040 *) extra_objects="$extra_objects $f" ;;
13041 esac
13046 esac
13048 if test $using_cgen = yes ; then
13049 f=cgen.o
13050 case " $extra_objects " in
13051 *" $f "*) ;;
13052 *) extra_objects="$extra_objects $f" ;;
13053 esac
13056 # See if we really can support this configuration with the emulation code.
13058 if test $this_target = $target ; then
13059 obj_format=$fmt
13060 te_file=$em
13063 case ${te_file} in
13064 vms)
13065 f=config/te-vms.o
13066 case " $extra_objects " in
13067 *" $f "*) ;;
13068 *) extra_objects="$extra_objects $f" ;;
13069 esac ;;
13070 esac
13072 # From target name and format, produce a list of supported emulations.
13074 case ${generic_target}-${fmt} in
13075 mips-*-*-*) case "$endian" in
13076 big) emulation="mipsbelf mipslelf mipself" ;;
13077 *) emulation="mipslelf mipsbelf mipself" ;;
13078 esac ;;
13079 # i386-pc-pe-coff != i386-pc-coff.
13080 i386-*-pe-coff) ;;
13081 # Uncommenting the next line will turn on support for i386 AOUT
13082 # for the default linux configuration
13083 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
13085 i386-*-aout) emulation="i386aout" ;;
13086 i386-*-coff) emulation="i386coff" ;;
13087 i386-*-elf) emulation="i386elf" ;;
13089 # Always all formats. The first stated emulation becomes the default.
13090 cris-*-*aout*) emulation="crisaout criself" ;;
13091 cris-*-*) emulation="criself crisaout" ;;
13092 esac
13094 emulations="$emulations $emulation"
13096 done
13098 if test ${ac_default_x86_relax_relocations} = unset; then
13099 ac_default_x86_relax_relocations=1
13102 cat >>confdefs.h <<_ACEOF
13103 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
13104 _ACEOF
13107 if test ${ac_default_elf_stt_common} = unset; then
13108 ac_default_elf_stt_common=0
13111 cat >>confdefs.h <<_ACEOF
13112 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
13113 _ACEOF
13117 cat >>confdefs.h <<_ACEOF
13118 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
13119 _ACEOF
13122 if test ${ac_default_generate_x86_used_note} = unset; then
13123 ac_default_generate_x86_used_note=0
13126 cat >>confdefs.h <<_ACEOF
13127 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
13128 _ACEOF
13131 if test ${ac_default_generate_riscv_attr} = unset; then
13132 case ${target_os} in
13133 elf)
13134 ac_default_generate_riscv_attr=1
13137 ac_default_generate_riscv_attr=0
13139 esac
13143 cat >>confdefs.h <<_ACEOF
13144 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
13145 _ACEOF
13148 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
13149 ac_default_mips_fix_loongson3_llsc=0
13152 cat >>confdefs.h <<_ACEOF
13153 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
13154 _ACEOF
13157 if test x$ac_default_compressed_debug_sections = xyes ; then
13159 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
13163 # Turn on all targets if possible
13164 if test ${all_targets} = "yes"; then
13165 case ${target_cpu_type} in
13166 i386)
13167 case ${obj_format} in
13168 aout)
13169 emulations="$emulations i386coff i386elf"
13171 coff)
13172 emulations="$emulations i386aout i386elf"
13174 elf)
13175 emulations="$emulations i386aout i386coff"
13177 esac
13179 x86_64)
13180 case ${obj_format} in
13181 aout)
13182 emulations="$emulations i386coff i386elf"
13184 coff)
13185 emulations="$emulations i386aout i386elf"
13187 elf)
13188 emulations="$emulations i386aout i386coff"
13190 esac
13192 esac
13195 # PE code has way too many macros tweaking behaviour
13196 case ${te_file} in
13197 pe*) emulations="" ;;
13198 esac
13200 # Assign floating point type. Most processors with FP support
13201 # IEEE FP. On those that don't support FP at all, usually IEEE
13202 # is emulated.
13203 case ${target_cpu} in
13204 vax | pdp11 ) atof=vax ;;
13205 *) atof=ieee ;;
13206 esac
13208 case "${obj_format}" in
13209 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
13210 esac
13212 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13213 cgen_cpu_prefix=""
13214 if test $using_cgen = yes ; then
13215 case ${target_cpu} in
13216 or1knd)
13217 cgen_cpu_prefix=or1k ;;
13218 *) cgen_cpu_prefix=${target_cpu} ;;
13219 esac
13222 $as_echo "#define USING_CGEN 1" >>confdefs.h
13227 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13228 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13231 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13232 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13235 # Some COFF configurations want these random other flags set.
13236 case ${obj_format} in
13237 coff)
13238 case ${target_cpu_type} in
13239 i386)
13240 $as_echo "#define I386COFF 1" >>confdefs.h
13242 x86_64)
13243 $as_echo "#define I386COFF 1" >>confdefs.h
13245 esac
13247 esac
13249 # Getting this done right is going to be a bitch. Each configuration specified
13250 # with --enable-targets=... should be checked for environment, format, cpu
13251 # setting.
13253 # For each configuration, the necessary object file support code must be linked
13254 # in. This might be only one, it might be up to four. The necessary emulation
13255 # code needs to be provided, too.
13257 # And then there's "--enable-targets=all"....
13259 # For now, just always do it for MIPS ELF configurations. Sigh.
13261 formats="${obj_format}"
13262 emfiles=""
13263 EMULATIONS=""
13264 _gas_uniq_list="$emulations"
13265 _gas_uniq_newlist=""
13266 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13267 case $_gas_uniq_i in
13268 _gas_uniq_dummy) ;;
13269 *) case " $_gas_uniq_newlist " in
13270 *" $_gas_uniq_i "*) ;;
13271 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13272 esac ;;
13273 esac
13274 done
13275 emulations=$_gas_uniq_newlist
13277 for em in . $emulations ; do
13278 case $em in
13279 .) continue ;;
13280 mipsbelf | mipslelf | mipself)
13281 fmt=elf file=mipself ;;
13282 *coff)
13283 fmt=coff file=$em ;;
13284 *aout)
13285 fmt=aout file=$em ;;
13286 *elf)
13287 fmt=elf file=$em ;;
13288 esac
13289 formats="$formats $fmt"
13290 emfiles="$emfiles config/e-$file.o"
13291 EMULATIONS="$EMULATIONS &$em,"
13292 done
13293 _gas_uniq_list="$formats"
13294 _gas_uniq_newlist=""
13295 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13296 case $_gas_uniq_i in
13297 _gas_uniq_dummy) ;;
13298 *) case " $_gas_uniq_newlist " in
13299 *" $_gas_uniq_i "*) ;;
13300 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13301 esac ;;
13302 esac
13303 done
13304 formats=$_gas_uniq_newlist
13306 _gas_uniq_list="$emfiles"
13307 _gas_uniq_newlist=""
13308 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13309 case $_gas_uniq_i in
13310 _gas_uniq_dummy) ;;
13311 *) case " $_gas_uniq_newlist " in
13312 *" $_gas_uniq_i "*) ;;
13313 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13314 esac ;;
13315 esac
13316 done
13317 emfiles=$_gas_uniq_newlist
13319 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
13320 for fmt in $formats ; do
13321 case $fmt in
13322 aout)
13323 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
13325 coff)
13326 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
13328 ecoff)
13329 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
13331 elf)
13332 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
13334 generic)
13335 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
13337 som)
13338 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
13340 esac
13341 extra_objects="$extra_objects config/obj-$fmt.o"
13342 done
13343 obj_format=multi
13345 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
13346 DEFAULT_EMULATION=`set . $emulations ; echo $2`
13347 # e-mipself has more than one emulation per file, e-i386* has just one at the
13348 # moment. If only one emulation is specified, then don't define
13349 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
13350 case "${obj_format}${emfiles}" in
13351 multi* | *mipself*)
13352 extra_objects="$extra_objects $emfiles"
13354 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
13356 esac
13360 cat >>confdefs.h <<_ACEOF
13361 #define EMULATIONS $EMULATIONS
13362 _ACEOF
13365 cat >>confdefs.h <<_ACEOF
13366 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13367 _ACEOF
13370 reject_dev_configs=yes
13372 case ${reject_dev_configs}-${dev} in
13373 yes-yes) # Oops.
13374 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
13376 esac
13384 # do we need the opcodes library?
13385 case "${need_opcodes}" in
13386 yes)
13387 OPCODES_LIB=../opcodes/libopcodes.la
13389 esac
13394 cat >>confdefs.h <<_ACEOF
13395 #define TARGET_ALIAS "${target_alias}"
13396 _ACEOF
13399 cat >>confdefs.h <<_ACEOF
13400 #define TARGET_CANONICAL "${target}"
13401 _ACEOF
13404 cat >>confdefs.h <<_ACEOF
13405 #define TARGET_CPU "${target_cpu}"
13406 _ACEOF
13409 cat >>confdefs.h <<_ACEOF
13410 #define TARGET_VENDOR "${target_vendor}"
13411 _ACEOF
13414 cat >>confdefs.h <<_ACEOF
13415 #define TARGET_OS "${target_os}"
13416 _ACEOF
13419 for ac_prog in 'bison -y' byacc
13421 # Extract the first word of "$ac_prog", so it can be a program name with args.
13422 set dummy $ac_prog; ac_word=$2
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13424 $as_echo_n "checking for $ac_word... " >&6; }
13425 if ${ac_cv_prog_YACC+:} false; then :
13426 $as_echo_n "(cached) " >&6
13427 else
13428 if test -n "$YACC"; then
13429 ac_cv_prog_YACC="$YACC" # Let the user override the test.
13430 else
13431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13432 for as_dir in $PATH
13434 IFS=$as_save_IFS
13435 test -z "$as_dir" && as_dir=.
13436 for ac_exec_ext in '' $ac_executable_extensions; do
13437 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13438 ac_cv_prog_YACC="$ac_prog"
13439 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13440 break 2
13442 done
13443 done
13444 IFS=$as_save_IFS
13448 YACC=$ac_cv_prog_YACC
13449 if test -n "$YACC"; then
13450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13451 $as_echo "$YACC" >&6; }
13452 else
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13454 $as_echo "no" >&6; }
13458 test -n "$YACC" && break
13459 done
13460 test -n "$YACC" || YACC="yacc"
13462 for ac_prog in flex lex
13464 # Extract the first word of "$ac_prog", so it can be a program name with args.
13465 set dummy $ac_prog; ac_word=$2
13466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13467 $as_echo_n "checking for $ac_word... " >&6; }
13468 if ${ac_cv_prog_LEX+:} false; then :
13469 $as_echo_n "(cached) " >&6
13470 else
13471 if test -n "$LEX"; then
13472 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13473 else
13474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13475 for as_dir in $PATH
13477 IFS=$as_save_IFS
13478 test -z "$as_dir" && as_dir=.
13479 for ac_exec_ext in '' $ac_executable_extensions; do
13480 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13481 ac_cv_prog_LEX="$ac_prog"
13482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13483 break 2
13485 done
13486 done
13487 IFS=$as_save_IFS
13491 LEX=$ac_cv_prog_LEX
13492 if test -n "$LEX"; then
13493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13494 $as_echo "$LEX" >&6; }
13495 else
13496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13497 $as_echo "no" >&6; }
13501 test -n "$LEX" && break
13502 done
13503 test -n "$LEX" || LEX=":"
13505 case "$LEX" in
13506 :|*"missing "*) ;;
13507 *) cat >conftest.l <<_ACEOF
13509 a { ECHO; }
13510 b { REJECT; }
13511 c { yymore (); }
13512 d { yyless (1); }
13513 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13514 yyless ((input () != 0)); }
13515 f { unput (yytext[0]); }
13516 . { BEGIN INITIAL; }
13518 #ifdef YYTEXT_POINTER
13519 extern char *yytext;
13520 #endif
13522 main (void)
13524 return ! yylex () + ! yywrap ();
13526 _ACEOF
13527 { { ac_try="$LEX conftest.l"
13528 case "(($ac_try" in
13529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13530 *) ac_try_echo=$ac_try;;
13531 esac
13532 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13533 $as_echo "$ac_try_echo"; } >&5
13534 (eval "$LEX conftest.l") 2>&5
13535 ac_status=$?
13536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13537 test $ac_status = 0; }
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13539 $as_echo_n "checking lex output file root... " >&6; }
13540 if ${ac_cv_prog_lex_root+:} false; then :
13541 $as_echo_n "(cached) " >&6
13542 else
13544 if test -f lex.yy.c; then
13545 ac_cv_prog_lex_root=lex.yy
13546 elif test -f lexyy.c; then
13547 ac_cv_prog_lex_root=lexyy
13548 else
13549 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13553 $as_echo "$ac_cv_prog_lex_root" >&6; }
13554 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13556 if test -z "${LEXLIB+set}"; then
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13558 $as_echo_n "checking lex library... " >&6; }
13559 if ${ac_cv_lib_lex+:} false; then :
13560 $as_echo_n "(cached) " >&6
13561 else
13563 ac_save_LIBS=$LIBS
13564 ac_cv_lib_lex='none needed'
13565 for ac_lib in '' -lfl -ll; do
13566 LIBS="$ac_lib $ac_save_LIBS"
13567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13568 /* end confdefs.h. */
13569 `cat $LEX_OUTPUT_ROOT.c`
13570 _ACEOF
13571 if ac_fn_c_try_link "$LINENO"; then :
13572 ac_cv_lib_lex=$ac_lib
13574 rm -f core conftest.err conftest.$ac_objext \
13575 conftest$ac_exeext conftest.$ac_ext
13576 test "$ac_cv_lib_lex" != 'none needed' && break
13577 done
13578 LIBS=$ac_save_LIBS
13581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13582 $as_echo "$ac_cv_lib_lex" >&6; }
13583 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13587 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13588 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13589 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13590 $as_echo_n "(cached) " >&6
13591 else
13592 # POSIX says lex can declare yytext either as a pointer or an array; the
13593 # default is implementation-dependent. Figure out which it is, since
13594 # not all implementations provide the %pointer and %array declarations.
13595 ac_cv_prog_lex_yytext_pointer=no
13596 ac_save_LIBS=$LIBS
13597 LIBS="$LEXLIB $ac_save_LIBS"
13598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13599 /* end confdefs.h. */
13601 #define YYTEXT_POINTER 1
13602 `cat $LEX_OUTPUT_ROOT.c`
13603 _ACEOF
13604 if ac_fn_c_try_link "$LINENO"; then :
13605 ac_cv_prog_lex_yytext_pointer=yes
13607 rm -f core conftest.err conftest.$ac_objext \
13608 conftest$ac_exeext conftest.$ac_ext
13609 LIBS=$ac_save_LIBS
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13613 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13614 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13616 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13619 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13621 esac
13622 if test "$LEX" = :; then
13623 LEX=${am_missing_run}flex
13626 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13627 # If we haven't got the data from the intl directory,
13628 # assume NLS is disabled.
13629 USE_NLS=no
13630 LIBINTL=
13631 LIBINTL_DEP=
13632 INCINTL=
13633 XGETTEXT=
13634 GMSGFMT=
13635 POSUB=
13637 if test -f ../intl/config.intl; then
13638 . ../intl/config.intl
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13641 $as_echo_n "checking whether NLS is requested... " >&6; }
13642 if test x"$USE_NLS" != xyes; then
13643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13644 $as_echo "no" >&6; }
13645 else
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13647 $as_echo "yes" >&6; }
13649 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13653 $as_echo_n "checking for catalogs to be installed... " >&6; }
13654 # Look for .po and .gmo files in the source directory.
13655 CATALOGS=
13656 XLINGUAS=
13657 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13658 # If there aren't any .gmo files the shell will give us the
13659 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13660 # weeded out.
13661 case "$cat" in *\**)
13662 continue;;
13663 esac
13664 # The quadruple backslash is collapsed to a double backslash
13665 # by the backticks, then collapsed again by the double quotes,
13666 # leaving us with one backslash in the sed expression (right
13667 # before the dot that mustn't act as a wildcard).
13668 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13669 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13670 # The user is allowed to set LINGUAS to a list of languages to
13671 # install catalogs for. If it's empty that means "all of them."
13672 if test "x$LINGUAS" = x; then
13673 CATALOGS="$CATALOGS $cat"
13674 XLINGUAS="$XLINGUAS $lang"
13675 else
13676 case "$LINGUAS" in *$lang*)
13677 CATALOGS="$CATALOGS $cat"
13678 XLINGUAS="$XLINGUAS $lang"
13680 esac
13682 done
13683 LINGUAS="$XLINGUAS"
13684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13685 $as_echo "$LINGUAS" >&6; }
13688 DATADIRNAME=share
13690 INSTOBJEXT=.mo
13692 GENCAT=gencat
13694 CATOBJEXT=.gmo
13698 MKINSTALLDIRS=
13699 if test -n "$ac_aux_dir"; then
13700 case "$ac_aux_dir" in
13701 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13702 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13703 esac
13705 if test -z "$MKINSTALLDIRS"; then
13706 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13712 $as_echo_n "checking whether NLS is requested... " >&6; }
13713 # Check whether --enable-nls was given.
13714 if test "${enable_nls+set}" = set; then :
13715 enableval=$enable_nls; USE_NLS=$enableval
13716 else
13717 USE_NLS=yes
13720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13721 $as_echo "$USE_NLS" >&6; }
13728 # Prepare PATH_SEPARATOR.
13729 # The user is always right.
13730 if test "${PATH_SEPARATOR+set}" != set; then
13731 echo "#! /bin/sh" >conf$$.sh
13732 echo "exit 0" >>conf$$.sh
13733 chmod +x conf$$.sh
13734 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13735 PATH_SEPARATOR=';'
13736 else
13737 PATH_SEPARATOR=:
13739 rm -f conf$$.sh
13742 # Find out how to test for executable files. Don't use a zero-byte file,
13743 # as systems may use methods other than mode bits to determine executability.
13744 cat >conf$$.file <<_ASEOF
13745 #! /bin/sh
13746 exit 0
13747 _ASEOF
13748 chmod +x conf$$.file
13749 if test -x conf$$.file >/dev/null 2>&1; then
13750 ac_executable_p="test -x"
13751 else
13752 ac_executable_p="test -f"
13754 rm -f conf$$.file
13756 # Extract the first word of "msgfmt", so it can be a program name with args.
13757 set dummy msgfmt; ac_word=$2
13758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13759 $as_echo_n "checking for $ac_word... " >&6; }
13760 if ${ac_cv_path_MSGFMT+:} false; then :
13761 $as_echo_n "(cached) " >&6
13762 else
13763 case "$MSGFMT" in
13764 [\\/]* | ?:[\\/]*)
13765 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13768 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13769 for ac_dir in $PATH; do
13770 IFS="$ac_save_IFS"
13771 test -z "$ac_dir" && ac_dir=.
13772 for ac_exec_ext in '' $ac_executable_extensions; do
13773 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13774 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13775 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13776 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13777 break 2
13780 done
13781 done
13782 IFS="$ac_save_IFS"
13783 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13785 esac
13787 MSGFMT="$ac_cv_path_MSGFMT"
13788 if test "$MSGFMT" != ":"; then
13789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13790 $as_echo "$MSGFMT" >&6; }
13791 else
13792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13793 $as_echo "no" >&6; }
13796 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13797 set dummy gmsgfmt; ac_word=$2
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13799 $as_echo_n "checking for $ac_word... " >&6; }
13800 if ${ac_cv_path_GMSGFMT+:} false; then :
13801 $as_echo_n "(cached) " >&6
13802 else
13803 case $GMSGFMT in
13804 [\\/]* | ?:[\\/]*)
13805 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13809 for as_dir in $PATH
13811 IFS=$as_save_IFS
13812 test -z "$as_dir" && as_dir=.
13813 for ac_exec_ext in '' $ac_executable_extensions; do
13814 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13815 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13816 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13817 break 2
13819 done
13820 done
13821 IFS=$as_save_IFS
13823 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13825 esac
13827 GMSGFMT=$ac_cv_path_GMSGFMT
13828 if test -n "$GMSGFMT"; then
13829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13830 $as_echo "$GMSGFMT" >&6; }
13831 else
13832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13833 $as_echo "no" >&6; }
13839 # Prepare PATH_SEPARATOR.
13840 # The user is always right.
13841 if test "${PATH_SEPARATOR+set}" != set; then
13842 echo "#! /bin/sh" >conf$$.sh
13843 echo "exit 0" >>conf$$.sh
13844 chmod +x conf$$.sh
13845 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13846 PATH_SEPARATOR=';'
13847 else
13848 PATH_SEPARATOR=:
13850 rm -f conf$$.sh
13853 # Find out how to test for executable files. Don't use a zero-byte file,
13854 # as systems may use methods other than mode bits to determine executability.
13855 cat >conf$$.file <<_ASEOF
13856 #! /bin/sh
13857 exit 0
13858 _ASEOF
13859 chmod +x conf$$.file
13860 if test -x conf$$.file >/dev/null 2>&1; then
13861 ac_executable_p="test -x"
13862 else
13863 ac_executable_p="test -f"
13865 rm -f conf$$.file
13867 # Extract the first word of "xgettext", so it can be a program name with args.
13868 set dummy xgettext; ac_word=$2
13869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13870 $as_echo_n "checking for $ac_word... " >&6; }
13871 if ${ac_cv_path_XGETTEXT+:} false; then :
13872 $as_echo_n "(cached) " >&6
13873 else
13874 case "$XGETTEXT" in
13875 [\\/]* | ?:[\\/]*)
13876 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13879 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13880 for ac_dir in $PATH; do
13881 IFS="$ac_save_IFS"
13882 test -z "$ac_dir" && ac_dir=.
13883 for ac_exec_ext in '' $ac_executable_extensions; do
13884 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13885 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13886 (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
13887 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13888 break 2
13891 done
13892 done
13893 IFS="$ac_save_IFS"
13894 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13896 esac
13898 XGETTEXT="$ac_cv_path_XGETTEXT"
13899 if test "$XGETTEXT" != ":"; then
13900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13901 $as_echo "$XGETTEXT" >&6; }
13902 else
13903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13904 $as_echo "no" >&6; }
13907 rm -f messages.po
13910 # Prepare PATH_SEPARATOR.
13911 # The user is always right.
13912 if test "${PATH_SEPARATOR+set}" != set; then
13913 echo "#! /bin/sh" >conf$$.sh
13914 echo "exit 0" >>conf$$.sh
13915 chmod +x conf$$.sh
13916 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13917 PATH_SEPARATOR=';'
13918 else
13919 PATH_SEPARATOR=:
13921 rm -f conf$$.sh
13924 # Find out how to test for executable files. Don't use a zero-byte file,
13925 # as systems may use methods other than mode bits to determine executability.
13926 cat >conf$$.file <<_ASEOF
13927 #! /bin/sh
13928 exit 0
13929 _ASEOF
13930 chmod +x conf$$.file
13931 if test -x conf$$.file >/dev/null 2>&1; then
13932 ac_executable_p="test -x"
13933 else
13934 ac_executable_p="test -f"
13936 rm -f conf$$.file
13938 # Extract the first word of "msgmerge", so it can be a program name with args.
13939 set dummy msgmerge; ac_word=$2
13940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13941 $as_echo_n "checking for $ac_word... " >&6; }
13942 if ${ac_cv_path_MSGMERGE+:} false; then :
13943 $as_echo_n "(cached) " >&6
13944 else
13945 case "$MSGMERGE" in
13946 [\\/]* | ?:[\\/]*)
13947 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13950 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13951 for ac_dir in $PATH; do
13952 IFS="$ac_save_IFS"
13953 test -z "$ac_dir" && ac_dir=.
13954 for ac_exec_ext in '' $ac_executable_extensions; do
13955 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13956 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13957 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13958 break 2
13961 done
13962 done
13963 IFS="$ac_save_IFS"
13964 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13966 esac
13968 MSGMERGE="$ac_cv_path_MSGMERGE"
13969 if test "$MSGMERGE" != ":"; then
13970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13971 $as_echo "$MSGMERGE" >&6; }
13972 else
13973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13974 $as_echo "no" >&6; }
13978 if test "$GMSGFMT" != ":"; then
13979 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13980 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13982 else
13983 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13985 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13986 GMSGFMT=":"
13990 if test "$XGETTEXT" != ":"; then
13991 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13992 (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
13994 else
13995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13996 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13997 XGETTEXT=":"
13999 rm -f messages.po
14002 ac_config_commands="$ac_config_commands default-1"
14007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14008 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14009 # Check whether --enable-maintainer-mode was given.
14010 if test "${enable_maintainer_mode+set}" = set; then :
14011 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14012 else
14013 USE_MAINTAINER_MODE=no
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14017 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14018 if test $USE_MAINTAINER_MODE = yes; then
14019 MAINTAINER_MODE_TRUE=
14020 MAINTAINER_MODE_FALSE='#'
14021 else
14022 MAINTAINER_MODE_TRUE='#'
14023 MAINTAINER_MODE_FALSE=
14026 MAINT=$MAINTAINER_MODE_TRUE
14029 if false; then
14030 GENINSRC_NEVER_TRUE=
14031 GENINSRC_NEVER_FALSE='#'
14032 else
14033 GENINSRC_NEVER_TRUE='#'
14034 GENINSRC_NEVER_FALSE=
14039 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
14040 do :
14041 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14042 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14043 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14044 cat >>confdefs.h <<_ACEOF
14045 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14046 _ACEOF
14050 done
14052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14053 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14054 if ${gcc_cv_header_string+:} false; then :
14055 $as_echo_n "(cached) " >&6
14056 else
14057 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14058 /* end confdefs.h. */
14059 #include <string.h>
14060 #include <strings.h>
14062 main ()
14066 return 0;
14068 _ACEOF
14069 if ac_fn_c_try_compile "$LINENO"; then :
14070 gcc_cv_header_string=yes
14071 else
14072 gcc_cv_header_string=no
14074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14077 $as_echo "$gcc_cv_header_string" >&6; }
14078 if test $gcc_cv_header_string = yes; then
14080 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14085 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
14086 # people who are not cross-compiling but are compiling cross-assemblers.
14087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
14088 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
14089 if test "${host}" = "${target}"; then
14090 cross_gas=no
14091 else
14092 cross_gas=yes
14094 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
14097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
14098 $as_echo "$cross_gas" >&6; }
14100 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14101 if test "x$ac_cv_type_size_t" = xyes; then :
14103 else
14105 cat >>confdefs.h <<_ACEOF
14106 #define size_t unsigned int
14107 _ACEOF
14111 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14112 # for constant arguments. Useless!
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
14114 $as_echo_n "checking for working alloca.h... " >&6; }
14115 if ${ac_cv_working_alloca_h+:} false; then :
14116 $as_echo_n "(cached) " >&6
14117 else
14118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14119 /* end confdefs.h. */
14120 #include <alloca.h>
14122 main ()
14124 char *p = (char *) alloca (2 * sizeof (int));
14125 if (p) return 0;
14127 return 0;
14129 _ACEOF
14130 if ac_fn_c_try_link "$LINENO"; then :
14131 ac_cv_working_alloca_h=yes
14132 else
14133 ac_cv_working_alloca_h=no
14135 rm -f core conftest.err conftest.$ac_objext \
14136 conftest$ac_exeext conftest.$ac_ext
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
14139 $as_echo "$ac_cv_working_alloca_h" >&6; }
14140 if test $ac_cv_working_alloca_h = yes; then
14142 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
14146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
14147 $as_echo_n "checking for alloca... " >&6; }
14148 if ${ac_cv_func_alloca_works+:} false; then :
14149 $as_echo_n "(cached) " >&6
14150 else
14151 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14152 /* end confdefs.h. */
14153 #ifdef __GNUC__
14154 # define alloca __builtin_alloca
14155 #else
14156 # ifdef _MSC_VER
14157 # include <malloc.h>
14158 # define alloca _alloca
14159 # else
14160 # ifdef HAVE_ALLOCA_H
14161 # include <alloca.h>
14162 # else
14163 # ifdef _AIX
14164 #pragma alloca
14165 # else
14166 # ifndef alloca /* predefined by HP cc +Olibcalls */
14167 void *alloca (size_t);
14168 # endif
14169 # endif
14170 # endif
14171 # endif
14172 #endif
14175 main ()
14177 char *p = (char *) alloca (1);
14178 if (p) return 0;
14180 return 0;
14182 _ACEOF
14183 if ac_fn_c_try_link "$LINENO"; then :
14184 ac_cv_func_alloca_works=yes
14185 else
14186 ac_cv_func_alloca_works=no
14188 rm -f core conftest.err conftest.$ac_objext \
14189 conftest$ac_exeext conftest.$ac_ext
14191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
14192 $as_echo "$ac_cv_func_alloca_works" >&6; }
14194 if test $ac_cv_func_alloca_works = yes; then
14196 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
14198 else
14199 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14200 # that cause trouble. Some versions do not even contain alloca or
14201 # contain a buggy version. If you still want to use their alloca,
14202 # use ar to extract alloca.o from them instead of compiling alloca.c.
14204 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
14206 $as_echo "#define C_ALLOCA 1" >>confdefs.h
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
14210 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
14211 if ${ac_cv_os_cray+:} false; then :
14212 $as_echo_n "(cached) " >&6
14213 else
14214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14215 /* end confdefs.h. */
14216 #if defined CRAY && ! defined CRAY2
14217 webecray
14218 #else
14219 wenotbecray
14220 #endif
14222 _ACEOF
14223 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14224 $EGREP "webecray" >/dev/null 2>&1; then :
14225 ac_cv_os_cray=yes
14226 else
14227 ac_cv_os_cray=no
14229 rm -f conftest*
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
14233 $as_echo "$ac_cv_os_cray" >&6; }
14234 if test $ac_cv_os_cray = yes; then
14235 for ac_func in _getb67 GETB67 getb67; do
14236 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14237 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14238 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14240 cat >>confdefs.h <<_ACEOF
14241 #define CRAY_STACKSEG_END $ac_func
14242 _ACEOF
14244 break
14247 done
14250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
14251 $as_echo_n "checking stack direction for C alloca... " >&6; }
14252 if ${ac_cv_c_stack_direction+:} false; then :
14253 $as_echo_n "(cached) " >&6
14254 else
14255 if test "$cross_compiling" = yes; then :
14256 ac_cv_c_stack_direction=0
14257 else
14258 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14259 /* end confdefs.h. */
14260 $ac_includes_default
14262 find_stack_direction (int *addr, int depth)
14264 int dir, dummy = 0;
14265 if (! addr)
14266 addr = &dummy;
14267 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14268 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14269 return dir + dummy;
14273 main (int argc, char **argv)
14275 return find_stack_direction (0, argc + !argv + 20) < 0;
14277 _ACEOF
14278 if ac_fn_c_try_run "$LINENO"; then :
14279 ac_cv_c_stack_direction=1
14280 else
14281 ac_cv_c_stack_direction=-1
14283 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14284 conftest.$ac_objext conftest.beam conftest.$ac_ext
14288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
14289 $as_echo "$ac_cv_c_stack_direction" >&6; }
14290 cat >>confdefs.h <<_ACEOF
14291 #define STACK_DIRECTION $ac_cv_c_stack_direction
14292 _ACEOF
14297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14298 $as_echo_n "checking for inline... " >&6; }
14299 if ${ac_cv_c_inline+:} false; then :
14300 $as_echo_n "(cached) " >&6
14301 else
14302 ac_cv_c_inline=no
14303 for ac_kw in inline __inline__ __inline; do
14304 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14305 /* end confdefs.h. */
14306 #ifndef __cplusplus
14307 typedef int foo_t;
14308 static $ac_kw foo_t static_foo () {return 0; }
14309 $ac_kw foo_t foo () {return 0; }
14310 #endif
14312 _ACEOF
14313 if ac_fn_c_try_compile "$LINENO"; then :
14314 ac_cv_c_inline=$ac_kw
14316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14317 test "$ac_cv_c_inline" != no && break
14318 done
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14322 $as_echo "$ac_cv_c_inline" >&6; }
14324 case $ac_cv_c_inline in
14325 inline | yes) ;;
14327 case $ac_cv_c_inline in
14328 no) ac_val=;;
14329 *) ac_val=$ac_cv_c_inline;;
14330 esac
14331 cat >>confdefs.h <<_ACEOF
14332 #ifndef __cplusplus
14333 #define inline $ac_val
14334 #endif
14335 _ACEOF
14337 esac
14340 # VMS doesn't have unlink.
14341 for ac_func in unlink remove
14342 do :
14343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14344 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14345 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14346 cat >>confdefs.h <<_ACEOF
14347 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14348 _ACEOF
14349 break
14351 done
14353 for ac_func in sbrk setlocale
14354 do :
14355 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14356 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14357 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14358 cat >>confdefs.h <<_ACEOF
14359 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14360 _ACEOF
14363 done
14365 for ac_func in strsignal
14366 do :
14367 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
14368 if test "x$ac_cv_func_strsignal" = xyes; then :
14369 cat >>confdefs.h <<_ACEOF
14370 #define HAVE_STRSIGNAL 1
14371 _ACEOF
14374 done
14378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14379 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14380 if ${am_cv_val_LC_MESSAGES+:} false; then :
14381 $as_echo_n "(cached) " >&6
14382 else
14383 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14384 /* end confdefs.h. */
14385 #include <locale.h>
14387 main ()
14389 return LC_MESSAGES
14391 return 0;
14393 _ACEOF
14394 if ac_fn_c_try_link "$LINENO"; then :
14395 am_cv_val_LC_MESSAGES=yes
14396 else
14397 am_cv_val_LC_MESSAGES=no
14399 rm -f core conftest.err conftest.$ac_objext \
14400 conftest$ac_exeext conftest.$ac_ext
14402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14403 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14404 if test $am_cv_val_LC_MESSAGES = yes; then
14406 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14411 # do we need the math library?
14412 case "${need_libm}" in
14413 yes)
14414 LIBM=
14415 case $host in
14416 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14417 # These system don't have libm, or don't need it
14419 *-ncr-sysv4.3*)
14420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14421 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14422 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
14423 $as_echo_n "(cached) " >&6
14424 else
14425 ac_check_lib_save_LIBS=$LIBS
14426 LIBS="-lmw $LIBS"
14427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14428 /* end confdefs.h. */
14430 /* Override any GCC internal prototype to avoid an error.
14431 Use char because int might match the return type of a GCC
14432 builtin and then its argument prototype would still apply. */
14433 #ifdef __cplusplus
14434 extern "C"
14435 #endif
14436 char _mwvalidcheckl ();
14438 main ()
14440 return _mwvalidcheckl ();
14442 return 0;
14444 _ACEOF
14445 if ac_fn_c_try_link "$LINENO"; then :
14446 ac_cv_lib_mw__mwvalidcheckl=yes
14447 else
14448 ac_cv_lib_mw__mwvalidcheckl=no
14450 rm -f core conftest.err conftest.$ac_objext \
14451 conftest$ac_exeext conftest.$ac_ext
14452 LIBS=$ac_check_lib_save_LIBS
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14455 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14456 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
14457 LIBM="-lmw"
14460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14461 $as_echo_n "checking for cos in -lm... " >&6; }
14462 if ${ac_cv_lib_m_cos+:} false; then :
14463 $as_echo_n "(cached) " >&6
14464 else
14465 ac_check_lib_save_LIBS=$LIBS
14466 LIBS="-lm $LIBS"
14467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14468 /* end confdefs.h. */
14470 /* Override any GCC internal prototype to avoid an error.
14471 Use char because int might match the return type of a GCC
14472 builtin and then its argument prototype would still apply. */
14473 #ifdef __cplusplus
14474 extern "C"
14475 #endif
14476 char cos ();
14478 main ()
14480 return cos ();
14482 return 0;
14484 _ACEOF
14485 if ac_fn_c_try_link "$LINENO"; then :
14486 ac_cv_lib_m_cos=yes
14487 else
14488 ac_cv_lib_m_cos=no
14490 rm -f core conftest.err conftest.$ac_objext \
14491 conftest$ac_exeext conftest.$ac_ext
14492 LIBS=$ac_check_lib_save_LIBS
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14495 $as_echo "$ac_cv_lib_m_cos" >&6; }
14496 if test "x$ac_cv_lib_m_cos" = xyes; then :
14497 LIBM="$LIBM -lm"
14502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14503 $as_echo_n "checking for cos in -lm... " >&6; }
14504 if ${ac_cv_lib_m_cos+:} false; then :
14505 $as_echo_n "(cached) " >&6
14506 else
14507 ac_check_lib_save_LIBS=$LIBS
14508 LIBS="-lm $LIBS"
14509 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14510 /* end confdefs.h. */
14512 /* Override any GCC internal prototype to avoid an error.
14513 Use char because int might match the return type of a GCC
14514 builtin and then its argument prototype would still apply. */
14515 #ifdef __cplusplus
14516 extern "C"
14517 #endif
14518 char cos ();
14520 main ()
14522 return cos ();
14524 return 0;
14526 _ACEOF
14527 if ac_fn_c_try_link "$LINENO"; then :
14528 ac_cv_lib_m_cos=yes
14529 else
14530 ac_cv_lib_m_cos=no
14532 rm -f core conftest.err conftest.$ac_objext \
14533 conftest$ac_exeext conftest.$ac_ext
14534 LIBS=$ac_check_lib_save_LIBS
14536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14537 $as_echo "$ac_cv_lib_m_cos" >&6; }
14538 if test "x$ac_cv_lib_m_cos" = xyes; then :
14539 LIBM="-lm"
14543 esac
14548 esac
14550 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
14551 # enough, but on some of those systems, the assert macro relies on requoting
14552 # working properly!
14553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14554 $as_echo_n "checking for working assert macro... " >&6; }
14555 if ${gas_cv_assert_ok+:} false; then :
14556 $as_echo_n "(cached) " >&6
14557 else
14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14560 #include <assert.h>
14561 #include <stdio.h>
14563 main ()
14566 /* check for requoting problems */
14567 static int a, b, c, d;
14568 static char *s;
14569 assert (!strcmp(s, "foo bar baz quux"));
14570 /* check for newline handling */
14571 assert (a == b
14572 || c == d);
14575 return 0;
14577 _ACEOF
14578 if ac_fn_c_try_link "$LINENO"; then :
14579 gas_cv_assert_ok=yes
14580 else
14581 gas_cv_assert_ok=no
14583 rm -f core conftest.err conftest.$ac_objext \
14584 conftest$ac_exeext conftest.$ac_ext
14586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14587 $as_echo "$gas_cv_assert_ok" >&6; }
14588 test $gas_cv_assert_ok = yes ||
14589 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
14593 # On some systems, the system header files may not declare malloc, realloc,
14594 # and free. There are places where gas needs these functions to have been
14595 # declared -- such as when taking their addresses.
14596 gas_test_headers="
14597 #ifdef HAVE_MEMORY_H
14598 #include <memory.h>
14599 #endif
14600 #ifdef HAVE_STRING_H
14601 #include <string.h>
14602 #else
14603 #ifdef HAVE_STRINGS_H
14604 #include <strings.h>
14605 #endif
14606 #endif
14607 #ifdef HAVE_STDLIB_H
14608 #include <stdlib.h>
14609 #endif
14610 #ifdef HAVE_UNISTD_H
14611 #include <unistd.h>
14612 #endif
14615 # Does errno.h declare errno, or do we have to add a separate declaration
14616 # for it?
14618 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14619 $as_echo_n "checking whether declaration is required for errno... " >&6; }
14620 if ${gas_cv_decl_needed_errno+:} false; then :
14621 $as_echo_n "(cached) " >&6
14622 else
14623 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14624 /* end confdefs.h. */
14626 #ifdef HAVE_ERRNO_H
14627 #include <errno.h>
14628 #endif
14631 main ()
14634 typedef int f;
14635 f x;
14636 x = (f) errno;
14639 return 0;
14641 _ACEOF
14642 if ac_fn_c_try_link "$LINENO"; then :
14643 gas_cv_decl_needed_errno=no
14644 else
14645 gas_cv_decl_needed_errno=yes
14647 rm -f core conftest.err conftest.$ac_objext \
14648 conftest$ac_exeext conftest.$ac_ext
14650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14651 $as_echo "$gas_cv_decl_needed_errno" >&6; }
14652 if test $gas_cv_decl_needed_errno = yes; then
14654 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
14659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14660 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14661 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
14662 $as_echo_n "(cached) " >&6
14663 else
14664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14665 /* end confdefs.h. */
14666 #include <unistd.h>
14668 main ()
14670 extern int getopt (int, char *const*, const char *);
14672 return 0;
14674 _ACEOF
14675 if ac_fn_c_try_compile "$LINENO"; then :
14676 gas_cv_decl_getopt_unistd_h=yes
14677 else
14678 gas_cv_decl_getopt_unistd_h=no
14680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14684 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
14685 if test $gas_cv_decl_getopt_unistd_h = yes; then
14687 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14693 $as_echo_n "checking whether declaration is required for environ... " >&6; }
14694 if ${gas_cv_decl_needed_environ+:} false; then :
14695 $as_echo_n "(cached) " >&6
14696 else
14697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14698 /* end confdefs.h. */
14699 $gas_test_headers
14701 main ()
14704 typedef char **f;
14705 f x;
14706 x = (f) environ;
14709 return 0;
14711 _ACEOF
14712 if ac_fn_c_try_link "$LINENO"; then :
14713 gas_cv_decl_needed_environ=no
14714 else
14715 gas_cv_decl_needed_environ=yes
14717 rm -f core conftest.err conftest.$ac_objext \
14718 conftest$ac_exeext conftest.$ac_ext
14720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14721 $as_echo "$gas_cv_decl_needed_environ" >&6; }
14722 if test $gas_cv_decl_needed_environ = yes; then
14724 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
14729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14730 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
14731 if ${gas_cv_decl_needed_ffs+:} false; then :
14732 $as_echo_n "(cached) " >&6
14733 else
14734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14735 /* end confdefs.h. */
14736 $gas_test_headers
14738 main ()
14741 typedef int (*f)(int);
14742 f x;
14743 x = (f) ffs;
14746 return 0;
14748 _ACEOF
14749 if ac_fn_c_try_link "$LINENO"; then :
14750 gas_cv_decl_needed_ffs=no
14751 else
14752 gas_cv_decl_needed_ffs=yes
14754 rm -f core conftest.err conftest.$ac_objext \
14755 conftest$ac_exeext conftest.$ac_ext
14757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14758 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
14759 if test $gas_cv_decl_needed_ffs = yes; then
14761 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
14766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14767 $as_echo_n "checking whether declaration is required for free... " >&6; }
14768 if ${gas_cv_decl_needed_free+:} false; then :
14769 $as_echo_n "(cached) " >&6
14770 else
14771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14772 /* end confdefs.h. */
14773 $gas_test_headers
14775 main ()
14778 typedef void (*f)();
14779 f x;
14780 x = (f) free;
14783 return 0;
14785 _ACEOF
14786 if ac_fn_c_try_link "$LINENO"; then :
14787 gas_cv_decl_needed_free=no
14788 else
14789 gas_cv_decl_needed_free=yes
14791 rm -f core conftest.err conftest.$ac_objext \
14792 conftest$ac_exeext conftest.$ac_ext
14794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14795 $as_echo "$gas_cv_decl_needed_free" >&6; }
14796 if test $gas_cv_decl_needed_free = yes; then
14798 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
14803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14804 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
14805 if ${gas_cv_decl_needed_malloc+:} false; then :
14806 $as_echo_n "(cached) " >&6
14807 else
14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14809 /* end confdefs.h. */
14810 $gas_test_headers
14812 main ()
14815 typedef char *(*f)();
14816 f x;
14817 x = (f) malloc;
14820 return 0;
14822 _ACEOF
14823 if ac_fn_c_try_link "$LINENO"; then :
14824 gas_cv_decl_needed_malloc=no
14825 else
14826 gas_cv_decl_needed_malloc=yes
14828 rm -f core conftest.err conftest.$ac_objext \
14829 conftest$ac_exeext conftest.$ac_ext
14831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14832 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
14833 if test $gas_cv_decl_needed_malloc = yes; then
14835 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
14840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14841 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14842 if ${gas_cv_decl_needed_sbrk+:} false; then :
14843 $as_echo_n "(cached) " >&6
14844 else
14845 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14846 /* end confdefs.h. */
14847 $gas_test_headers
14849 main ()
14852 typedef char *(*f)();
14853 f x;
14854 x = (f) sbrk;
14857 return 0;
14859 _ACEOF
14860 if ac_fn_c_try_link "$LINENO"; then :
14861 gas_cv_decl_needed_sbrk=no
14862 else
14863 gas_cv_decl_needed_sbrk=yes
14865 rm -f core conftest.err conftest.$ac_objext \
14866 conftest$ac_exeext conftest.$ac_ext
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14869 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
14870 if test $gas_cv_decl_needed_sbrk = yes; then
14872 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
14877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
14878 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
14879 if ${gas_cv_decl_needed_strstr+:} false; then :
14880 $as_echo_n "(cached) " >&6
14881 else
14882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14883 /* end confdefs.h. */
14884 $gas_test_headers
14886 main ()
14889 typedef char *(*f)();
14890 f x;
14891 x = (f) strstr;
14894 return 0;
14896 _ACEOF
14897 if ac_fn_c_try_link "$LINENO"; then :
14898 gas_cv_decl_needed_strstr=no
14899 else
14900 gas_cv_decl_needed_strstr=yes
14902 rm -f core conftest.err conftest.$ac_objext \
14903 conftest$ac_exeext conftest.$ac_ext
14905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
14906 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
14907 if test $gas_cv_decl_needed_strstr = yes; then
14909 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
14914 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
14915 if test "x$ac_cv_have_decl_free" = xyes; then :
14916 ac_have_decl=1
14917 else
14918 ac_have_decl=0
14921 cat >>confdefs.h <<_ACEOF
14922 #define HAVE_DECL_FREE $ac_have_decl
14923 _ACEOF
14924 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
14925 if test "x$ac_cv_have_decl_getenv" = xyes; then :
14926 ac_have_decl=1
14927 else
14928 ac_have_decl=0
14931 cat >>confdefs.h <<_ACEOF
14932 #define HAVE_DECL_GETENV $ac_have_decl
14933 _ACEOF
14934 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
14935 if test "x$ac_cv_have_decl_malloc" = xyes; then :
14936 ac_have_decl=1
14937 else
14938 ac_have_decl=0
14941 cat >>confdefs.h <<_ACEOF
14942 #define HAVE_DECL_MALLOC $ac_have_decl
14943 _ACEOF
14944 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
14945 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
14946 ac_have_decl=1
14947 else
14948 ac_have_decl=0
14951 cat >>confdefs.h <<_ACEOF
14952 #define HAVE_DECL_MEMPCPY $ac_have_decl
14953 _ACEOF
14954 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
14955 if test "x$ac_cv_have_decl_realloc" = xyes; then :
14956 ac_have_decl=1
14957 else
14958 ac_have_decl=0
14961 cat >>confdefs.h <<_ACEOF
14962 #define HAVE_DECL_REALLOC $ac_have_decl
14963 _ACEOF
14964 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
14965 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
14966 ac_have_decl=1
14967 else
14968 ac_have_decl=0
14971 cat >>confdefs.h <<_ACEOF
14972 #define HAVE_DECL_STPCPY $ac_have_decl
14973 _ACEOF
14974 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
14975 if test "x$ac_cv_have_decl_strstr" = xyes; then :
14976 ac_have_decl=1
14977 else
14978 ac_have_decl=0
14981 cat >>confdefs.h <<_ACEOF
14982 #define HAVE_DECL_STRSTR $ac_have_decl
14983 _ACEOF
14984 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
14985 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
14986 ac_have_decl=1
14987 else
14988 ac_have_decl=0
14991 cat >>confdefs.h <<_ACEOF
14992 #define HAVE_DECL_VSNPRINTF $ac_have_decl
14993 _ACEOF
14994 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
14995 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
14996 ac_have_decl=1
14997 else
14998 ac_have_decl=0
15001 cat >>confdefs.h <<_ACEOF
15002 #define HAVE_DECL_ASPRINTF $ac_have_decl
15003 _ACEOF
15007 case "${host}" in
15008 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
15010 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
15012 esac
15014 # Link in zlib if we can. This allows us to write compressed debug sections.
15016 # Use the system's zlib library.
15017 zlibdir="-L\$(top_builddir)/../zlib"
15018 zlibinc="-I\$(top_srcdir)/../zlib"
15020 # Check whether --with-system-zlib was given.
15021 if test "${with_system_zlib+set}" = set; then :
15022 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
15023 zlibdir=
15024 zlibinc=
15033 # Support for VMS timestamps via cross compile
15035 if test "$ac_cv_header_time_h" = yes; then
15036 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
15037 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
15038 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
15039 $as_echo_n "(cached) " >&6
15040 else
15041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15042 /* end confdefs.h. */
15044 #define _BSD_SOURCE 1
15045 #include <time.h>
15047 main ()
15049 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
15051 return 0;
15053 _ACEOF
15054 if ac_fn_c_try_compile "$LINENO"; then :
15055 gas_cv_have_time_type_member_tm_gmtoff=yes
15056 else
15057 gas_cv_have_time_type_member_tm_gmtoff=no
15060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15063 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
15065 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
15069 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
15073 if test "$ac_cv_header_sys_stat_h" = yes; then
15074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
15075 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
15076 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
15077 $as_echo_n "(cached) " >&6
15078 else
15079 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15080 /* end confdefs.h. */
15082 #define _BSD_SOURCE 1
15083 #include <sys/stat.h>
15085 main ()
15087 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
15089 return 0;
15091 _ACEOF
15092 if ac_fn_c_try_compile "$LINENO"; then :
15093 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
15094 else
15095 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
15098 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15101 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
15103 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
15106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
15107 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
15109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
15110 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
15111 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
15112 $as_echo_n "(cached) " >&6
15113 else
15114 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15115 /* end confdefs.h. */
15117 #define _BSD_SOURCE 1
15118 #include <sys/stat.h>
15120 main ()
15122 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
15124 return 0;
15126 _ACEOF
15127 if ac_fn_c_try_compile "$LINENO"; then :
15128 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
15129 else
15130 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
15133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15136 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
15138 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
15141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
15142 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
15154 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15156 ac_config_commands="$ac_config_commands default"
15159 cat >confcache <<\_ACEOF
15160 # This file is a shell script that caches the results of configure
15161 # tests run on this system so they can be shared between configure
15162 # scripts and configure runs, see configure's option --config-cache.
15163 # It is not useful on other systems. If it contains results you don't
15164 # want to keep, you may remove or edit it.
15166 # config.status only pays attention to the cache file if you give it
15167 # the --recheck option to rerun configure.
15169 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15170 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15171 # following values.
15173 _ACEOF
15175 # The following way of writing the cache mishandles newlines in values,
15176 # but we know of no workaround that is simple, portable, and efficient.
15177 # So, we kill variables containing newlines.
15178 # Ultrix sh set writes to stderr and can't be redirected directly,
15179 # and sets the high bit in the cache file unless we assign to the vars.
15181 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15182 eval ac_val=\$$ac_var
15183 case $ac_val in #(
15184 *${as_nl}*)
15185 case $ac_var in #(
15186 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15187 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15188 esac
15189 case $ac_var in #(
15190 _ | IFS | as_nl) ;; #(
15191 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15192 *) { eval $ac_var=; unset $ac_var;} ;;
15193 esac ;;
15194 esac
15195 done
15197 (set) 2>&1 |
15198 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15199 *${as_nl}ac_space=\ *)
15200 # `set' does not quote correctly, so add quotes: double-quote
15201 # substitution turns \\\\ into \\, and sed turns \\ into \.
15202 sed -n \
15203 "s/'/'\\\\''/g;
15204 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15205 ;; #(
15207 # `set' quotes correctly as required by POSIX, so do not add quotes.
15208 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15210 esac |
15211 sort
15213 sed '
15214 /^ac_cv_env_/b end
15215 t clear
15216 :clear
15217 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15218 t end
15219 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15220 :end' >>confcache
15221 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15222 if test -w "$cache_file"; then
15223 if test "x$cache_file" != "x/dev/null"; then
15224 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15225 $as_echo "$as_me: updating cache $cache_file" >&6;}
15226 if test ! -f "$cache_file" || test -h "$cache_file"; then
15227 cat confcache >"$cache_file"
15228 else
15229 case $cache_file in #(
15230 */* | ?:*)
15231 mv -f confcache "$cache_file"$$ &&
15232 mv -f "$cache_file"$$ "$cache_file" ;; #(
15234 mv -f confcache "$cache_file" ;;
15235 esac
15238 else
15239 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15240 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15243 rm -f confcache
15245 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15246 # Let make expand exec_prefix.
15247 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15249 DEFS=-DHAVE_CONFIG_H
15251 ac_libobjs=
15252 ac_ltlibobjs=
15254 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15255 # 1. Remove the extension, and $U if already installed.
15256 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15257 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15258 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15259 # will be set to the directory where LIBOBJS objects are built.
15260 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15261 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15262 done
15263 LIBOBJS=$ac_libobjs
15265 LTLIBOBJS=$ac_ltlibobjs
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15269 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15270 if test -n "$am_sleep_pid"; then
15271 # Hide warnings about reused PIDs.
15272 wait $am_sleep_pid 2>/dev/null
15274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15275 $as_echo "done" >&6; }
15276 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15277 as_fn_error $? "conditional \"AMDEP\" was never defined.
15278 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15280 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15281 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15282 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15284 if test -n "$EXEEXT"; then
15285 am__EXEEXT_TRUE=
15286 am__EXEEXT_FALSE='#'
15287 else
15288 am__EXEEXT_TRUE='#'
15289 am__EXEEXT_FALSE=
15293 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15294 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15295 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15297 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15298 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15299 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15302 : "${CONFIG_STATUS=./config.status}"
15303 ac_write_fail=0
15304 ac_clean_files_save=$ac_clean_files
15305 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15306 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15307 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15308 as_write_fail=0
15309 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15310 #! $SHELL
15311 # Generated by $as_me.
15312 # Run this file to recreate the current configuration.
15313 # Compiler output produced by configure, useful for debugging
15314 # configure, is in config.log if it exists.
15316 debug=false
15317 ac_cs_recheck=false
15318 ac_cs_silent=false
15320 SHELL=\${CONFIG_SHELL-$SHELL}
15321 export SHELL
15322 _ASEOF
15323 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15324 ## -------------------- ##
15325 ## M4sh Initialization. ##
15326 ## -------------------- ##
15328 # Be more Bourne compatible
15329 DUALCASE=1; export DUALCASE # for MKS sh
15330 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15331 emulate sh
15332 NULLCMD=:
15333 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15334 # is contrary to our usage. Disable this feature.
15335 alias -g '${1+"$@"}'='"$@"'
15336 setopt NO_GLOB_SUBST
15337 else
15338 case `(set -o) 2>/dev/null` in #(
15339 *posix*) :
15340 set -o posix ;; #(
15341 *) :
15343 esac
15347 as_nl='
15349 export as_nl
15350 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15351 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15352 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15353 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15354 # Prefer a ksh shell builtin over an external printf program on Solaris,
15355 # but without wasting forks for bash or zsh.
15356 if test -z "$BASH_VERSION$ZSH_VERSION" \
15357 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15358 as_echo='print -r --'
15359 as_echo_n='print -rn --'
15360 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15361 as_echo='printf %s\n'
15362 as_echo_n='printf %s'
15363 else
15364 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15365 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15366 as_echo_n='/usr/ucb/echo -n'
15367 else
15368 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15369 as_echo_n_body='eval
15370 arg=$1;
15371 case $arg in #(
15372 *"$as_nl"*)
15373 expr "X$arg" : "X\\(.*\\)$as_nl";
15374 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15375 esac;
15376 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15378 export as_echo_n_body
15379 as_echo_n='sh -c $as_echo_n_body as_echo'
15381 export as_echo_body
15382 as_echo='sh -c $as_echo_body as_echo'
15385 # The user is always right.
15386 if test "${PATH_SEPARATOR+set}" != set; then
15387 PATH_SEPARATOR=:
15388 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15389 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15390 PATH_SEPARATOR=';'
15395 # IFS
15396 # We need space, tab and new line, in precisely that order. Quoting is
15397 # there to prevent editors from complaining about space-tab.
15398 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15399 # splitting by setting IFS to empty value.)
15400 IFS=" "" $as_nl"
15402 # Find who we are. Look in the path if we contain no directory separator.
15403 as_myself=
15404 case $0 in #((
15405 *[\\/]* ) as_myself=$0 ;;
15406 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15407 for as_dir in $PATH
15409 IFS=$as_save_IFS
15410 test -z "$as_dir" && as_dir=.
15411 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15412 done
15413 IFS=$as_save_IFS
15416 esac
15417 # We did not find ourselves, most probably we were run as `sh COMMAND'
15418 # in which case we are not to be found in the path.
15419 if test "x$as_myself" = x; then
15420 as_myself=$0
15422 if test ! -f "$as_myself"; then
15423 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15424 exit 1
15427 # Unset variables that we do not need and which cause bugs (e.g. in
15428 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15429 # suppresses any "Segmentation fault" message there. '((' could
15430 # trigger a bug in pdksh 5.2.14.
15431 for as_var in BASH_ENV ENV MAIL MAILPATH
15432 do eval test x\${$as_var+set} = xset \
15433 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15434 done
15435 PS1='$ '
15436 PS2='> '
15437 PS4='+ '
15439 # NLS nuisances.
15440 LC_ALL=C
15441 export LC_ALL
15442 LANGUAGE=C
15443 export LANGUAGE
15445 # CDPATH.
15446 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15449 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15450 # ----------------------------------------
15451 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15452 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15453 # script with STATUS, using 1 if that was 0.
15454 as_fn_error ()
15456 as_status=$1; test $as_status -eq 0 && as_status=1
15457 if test "$4"; then
15458 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15459 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15461 $as_echo "$as_me: error: $2" >&2
15462 as_fn_exit $as_status
15463 } # as_fn_error
15466 # as_fn_set_status STATUS
15467 # -----------------------
15468 # Set $? to STATUS, without forking.
15469 as_fn_set_status ()
15471 return $1
15472 } # as_fn_set_status
15474 # as_fn_exit STATUS
15475 # -----------------
15476 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15477 as_fn_exit ()
15479 set +e
15480 as_fn_set_status $1
15481 exit $1
15482 } # as_fn_exit
15484 # as_fn_unset VAR
15485 # ---------------
15486 # Portably unset VAR.
15487 as_fn_unset ()
15489 { eval $1=; unset $1;}
15491 as_unset=as_fn_unset
15492 # as_fn_append VAR VALUE
15493 # ----------------------
15494 # Append the text in VALUE to the end of the definition contained in VAR. Take
15495 # advantage of any shell optimizations that allow amortized linear growth over
15496 # repeated appends, instead of the typical quadratic growth present in naive
15497 # implementations.
15498 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15499 eval 'as_fn_append ()
15501 eval $1+=\$2
15503 else
15504 as_fn_append ()
15506 eval $1=\$$1\$2
15508 fi # as_fn_append
15510 # as_fn_arith ARG...
15511 # ------------------
15512 # Perform arithmetic evaluation on the ARGs, and store the result in the
15513 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15514 # must be portable across $(()) and expr.
15515 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15516 eval 'as_fn_arith ()
15518 as_val=$(( $* ))
15520 else
15521 as_fn_arith ()
15523 as_val=`expr "$@" || test $? -eq 1`
15525 fi # as_fn_arith
15528 if expr a : '\(a\)' >/dev/null 2>&1 &&
15529 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15530 as_expr=expr
15531 else
15532 as_expr=false
15535 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15536 as_basename=basename
15537 else
15538 as_basename=false
15541 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15542 as_dirname=dirname
15543 else
15544 as_dirname=false
15547 as_me=`$as_basename -- "$0" ||
15548 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15549 X"$0" : 'X\(//\)$' \| \
15550 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15551 $as_echo X/"$0" |
15552 sed '/^.*\/\([^/][^/]*\)\/*$/{
15553 s//\1/
15556 /^X\/\(\/\/\)$/{
15557 s//\1/
15560 /^X\/\(\/\).*/{
15561 s//\1/
15564 s/.*/./; q'`
15566 # Avoid depending upon Character Ranges.
15567 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15568 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15569 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15570 as_cr_digits='0123456789'
15571 as_cr_alnum=$as_cr_Letters$as_cr_digits
15573 ECHO_C= ECHO_N= ECHO_T=
15574 case `echo -n x` in #(((((
15575 -n*)
15576 case `echo 'xy\c'` in
15577 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15578 xy) ECHO_C='\c';;
15579 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15580 ECHO_T=' ';;
15581 esac;;
15583 ECHO_N='-n';;
15584 esac
15586 rm -f conf$$ conf$$.exe conf$$.file
15587 if test -d conf$$.dir; then
15588 rm -f conf$$.dir/conf$$.file
15589 else
15590 rm -f conf$$.dir
15591 mkdir conf$$.dir 2>/dev/null
15593 if (echo >conf$$.file) 2>/dev/null; then
15594 if ln -s conf$$.file conf$$ 2>/dev/null; then
15595 as_ln_s='ln -s'
15596 # ... but there are two gotchas:
15597 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15598 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15599 # In both cases, we have to default to `cp -pR'.
15600 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15601 as_ln_s='cp -pR'
15602 elif ln conf$$.file conf$$ 2>/dev/null; then
15603 as_ln_s=ln
15604 else
15605 as_ln_s='cp -pR'
15607 else
15608 as_ln_s='cp -pR'
15610 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15611 rmdir conf$$.dir 2>/dev/null
15614 # as_fn_mkdir_p
15615 # -------------
15616 # Create "$as_dir" as a directory, including parents if necessary.
15617 as_fn_mkdir_p ()
15620 case $as_dir in #(
15621 -*) as_dir=./$as_dir;;
15622 esac
15623 test -d "$as_dir" || eval $as_mkdir_p || {
15624 as_dirs=
15625 while :; do
15626 case $as_dir in #(
15627 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15628 *) as_qdir=$as_dir;;
15629 esac
15630 as_dirs="'$as_qdir' $as_dirs"
15631 as_dir=`$as_dirname -- "$as_dir" ||
15632 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15633 X"$as_dir" : 'X\(//\)[^/]' \| \
15634 X"$as_dir" : 'X\(//\)$' \| \
15635 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15636 $as_echo X"$as_dir" |
15637 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15638 s//\1/
15641 /^X\(\/\/\)[^/].*/{
15642 s//\1/
15645 /^X\(\/\/\)$/{
15646 s//\1/
15649 /^X\(\/\).*/{
15650 s//\1/
15653 s/.*/./; q'`
15654 test -d "$as_dir" && break
15655 done
15656 test -z "$as_dirs" || eval "mkdir $as_dirs"
15657 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15660 } # as_fn_mkdir_p
15661 if mkdir -p . 2>/dev/null; then
15662 as_mkdir_p='mkdir -p "$as_dir"'
15663 else
15664 test -d ./-p && rmdir ./-p
15665 as_mkdir_p=false
15669 # as_fn_executable_p FILE
15670 # -----------------------
15671 # Test if FILE is an executable regular file.
15672 as_fn_executable_p ()
15674 test -f "$1" && test -x "$1"
15675 } # as_fn_executable_p
15676 as_test_x='test -x'
15677 as_executable_p=as_fn_executable_p
15679 # Sed expression to map a string onto a valid CPP name.
15680 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15682 # Sed expression to map a string onto a valid variable name.
15683 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15686 exec 6>&1
15687 ## ----------------------------------- ##
15688 ## Main body of $CONFIG_STATUS script. ##
15689 ## ----------------------------------- ##
15690 _ASEOF
15691 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15694 # Save the log message, to keep $0 and so on meaningful, and to
15695 # report actual input values of CONFIG_FILES etc. instead of their
15696 # values after options handling.
15697 ac_log="
15698 This file was extended by gas $as_me 2.32.51, which was
15699 generated by GNU Autoconf 2.69. Invocation command line was
15701 CONFIG_FILES = $CONFIG_FILES
15702 CONFIG_HEADERS = $CONFIG_HEADERS
15703 CONFIG_LINKS = $CONFIG_LINKS
15704 CONFIG_COMMANDS = $CONFIG_COMMANDS
15705 $ $0 $@
15707 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15710 _ACEOF
15712 case $ac_config_files in *"
15713 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15714 esac
15716 case $ac_config_headers in *"
15717 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15718 esac
15721 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15722 # Files that config.status was made for.
15723 config_files="$ac_config_files"
15724 config_headers="$ac_config_headers"
15725 config_commands="$ac_config_commands"
15727 _ACEOF
15729 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15730 ac_cs_usage="\
15731 \`$as_me' instantiates files and other configuration actions
15732 from templates according to the current configuration. Unless the files
15733 and actions are specified as TAGs, all are instantiated by default.
15735 Usage: $0 [OPTION]... [TAG]...
15737 -h, --help print this help, then exit
15738 -V, --version print version number and configuration settings, then exit
15739 --config print configuration, then exit
15740 -q, --quiet, --silent
15741 do not print progress messages
15742 -d, --debug don't remove temporary files
15743 --recheck update $as_me by reconfiguring in the same conditions
15744 --file=FILE[:TEMPLATE]
15745 instantiate the configuration file FILE
15746 --header=FILE[:TEMPLATE]
15747 instantiate the configuration header FILE
15749 Configuration files:
15750 $config_files
15752 Configuration headers:
15753 $config_headers
15755 Configuration commands:
15756 $config_commands
15758 Report bugs to the package provider."
15760 _ACEOF
15761 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15762 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15763 ac_cs_version="\\
15764 gas config.status 2.32.51
15765 configured by $0, generated by GNU Autoconf 2.69,
15766 with options \\"\$ac_cs_config\\"
15768 Copyright (C) 2012 Free Software Foundation, Inc.
15769 This config.status script is free software; the Free Software Foundation
15770 gives unlimited permission to copy, distribute and modify it."
15772 ac_pwd='$ac_pwd'
15773 srcdir='$srcdir'
15774 INSTALL='$INSTALL'
15775 MKDIR_P='$MKDIR_P'
15776 AWK='$AWK'
15777 test -n "\$AWK" || AWK=awk
15778 _ACEOF
15780 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15781 # The default lists apply if the user does not specify any file.
15782 ac_need_defaults=:
15783 while test $# != 0
15785 case $1 in
15786 --*=?*)
15787 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15788 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15789 ac_shift=:
15791 --*=)
15792 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15793 ac_optarg=
15794 ac_shift=:
15797 ac_option=$1
15798 ac_optarg=$2
15799 ac_shift=shift
15801 esac
15803 case $ac_option in
15804 # Handling of the options.
15805 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15806 ac_cs_recheck=: ;;
15807 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15808 $as_echo "$ac_cs_version"; exit ;;
15809 --config | --confi | --conf | --con | --co | --c )
15810 $as_echo "$ac_cs_config"; exit ;;
15811 --debug | --debu | --deb | --de | --d | -d )
15812 debug=: ;;
15813 --file | --fil | --fi | --f )
15814 $ac_shift
15815 case $ac_optarg in
15816 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15817 '') as_fn_error $? "missing file argument" ;;
15818 esac
15819 as_fn_append CONFIG_FILES " '$ac_optarg'"
15820 ac_need_defaults=false;;
15821 --header | --heade | --head | --hea )
15822 $ac_shift
15823 case $ac_optarg in
15824 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15825 esac
15826 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15827 ac_need_defaults=false;;
15828 --he | --h)
15829 # Conflict between --help and --header
15830 as_fn_error $? "ambiguous option: \`$1'
15831 Try \`$0 --help' for more information.";;
15832 --help | --hel | -h )
15833 $as_echo "$ac_cs_usage"; exit ;;
15834 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15835 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15836 ac_cs_silent=: ;;
15838 # This is an error.
15839 -*) as_fn_error $? "unrecognized option: \`$1'
15840 Try \`$0 --help' for more information." ;;
15842 *) as_fn_append ac_config_targets " $1"
15843 ac_need_defaults=false ;;
15845 esac
15846 shift
15847 done
15849 ac_configure_extra_args=
15851 if $ac_cs_silent; then
15852 exec 6>/dev/null
15853 ac_configure_extra_args="$ac_configure_extra_args --silent"
15856 _ACEOF
15857 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15858 if \$ac_cs_recheck; then
15859 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15860 shift
15861 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15862 CONFIG_SHELL='$SHELL'
15863 export CONFIG_SHELL
15864 exec "\$@"
15867 _ACEOF
15868 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15869 exec 5>>config.log
15871 echo
15872 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15873 ## Running $as_me. ##
15874 _ASBOX
15875 $as_echo "$ac_log"
15876 } >&5
15878 _ACEOF
15879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15881 # INIT-COMMANDS
15883 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15886 # The HP-UX ksh and POSIX shell print the target directory to stdout
15887 # if CDPATH is set.
15888 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15890 sed_quote_subst='$sed_quote_subst'
15891 double_quote_subst='$double_quote_subst'
15892 delay_variable_subst='$delay_variable_subst'
15893 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15894 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15895 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15896 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15897 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15898 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15899 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15900 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15901 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15902 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15903 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15904 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15905 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15906 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15907 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15908 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15909 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15910 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15911 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15912 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15913 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15914 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15915 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15916 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15917 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15918 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15919 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15920 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15921 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15922 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15923 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15924 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15925 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15926 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15927 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15928 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15929 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15930 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15931 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15932 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15933 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15934 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15935 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15936 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15937 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15938 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15939 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15940 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15941 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"`'
15942 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15943 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15944 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15945 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15946 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15947 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15948 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15949 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15950 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15951 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15952 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15953 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15954 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15955 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15956 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15957 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15958 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15959 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15960 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15961 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15962 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15963 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15964 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15965 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15966 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15967 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15968 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15969 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15970 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15971 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15972 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15973 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15974 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15975 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15976 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15977 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15978 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15979 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15980 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15981 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15982 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15983 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15984 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15985 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15986 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15987 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15988 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15989 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15990 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15991 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15992 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15993 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15994 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15995 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15996 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15997 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15998 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15999 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16000 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16001 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16002 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16003 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16004 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16005 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16006 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16007 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16008 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16009 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16010 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16011 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16012 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16014 LTCC='$LTCC'
16015 LTCFLAGS='$LTCFLAGS'
16016 compiler='$compiler_DEFAULT'
16018 # A function that is used when there is no print builtin or printf.
16019 func_fallback_echo ()
16021 eval 'cat <<_LTECHO_EOF
16023 _LTECHO_EOF'
16026 # Quote evaled strings.
16027 for var in SHELL \
16028 ECHO \
16029 SED \
16030 GREP \
16031 EGREP \
16032 FGREP \
16033 LD \
16034 NM \
16035 LN_S \
16036 lt_SP2NL \
16037 lt_NL2SP \
16038 reload_flag \
16039 OBJDUMP \
16040 deplibs_check_method \
16041 file_magic_cmd \
16042 AR \
16043 AR_FLAGS \
16044 STRIP \
16045 RANLIB \
16046 CC \
16047 CFLAGS \
16048 compiler \
16049 lt_cv_sys_global_symbol_pipe \
16050 lt_cv_sys_global_symbol_to_cdecl \
16051 lt_cv_sys_global_symbol_to_c_name_address \
16052 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16053 lt_prog_compiler_no_builtin_flag \
16054 lt_prog_compiler_wl \
16055 lt_prog_compiler_pic \
16056 lt_prog_compiler_static \
16057 lt_cv_prog_compiler_c_o \
16058 need_locks \
16059 DSYMUTIL \
16060 NMEDIT \
16061 LIPO \
16062 OTOOL \
16063 OTOOL64 \
16064 shrext_cmds \
16065 export_dynamic_flag_spec \
16066 whole_archive_flag_spec \
16067 compiler_needs_object \
16068 with_gnu_ld \
16069 allow_undefined_flag \
16070 no_undefined_flag \
16071 hardcode_libdir_flag_spec \
16072 hardcode_libdir_flag_spec_ld \
16073 hardcode_libdir_separator \
16074 fix_srcfile_path \
16075 exclude_expsyms \
16076 include_expsyms \
16077 file_list_spec \
16078 variables_saved_for_relink \
16079 libname_spec \
16080 library_names_spec \
16081 soname_spec \
16082 install_override_mode \
16083 finish_eval \
16084 old_striplib \
16085 striplib; do
16086 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16087 *[\\\\\\\`\\"\\\$]*)
16088 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16091 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16093 esac
16094 done
16096 # Double-quote double-evaled strings.
16097 for var in reload_cmds \
16098 old_postinstall_cmds \
16099 old_postuninstall_cmds \
16100 old_archive_cmds \
16101 extract_expsyms_cmds \
16102 old_archive_from_new_cmds \
16103 old_archive_from_expsyms_cmds \
16104 archive_cmds \
16105 archive_expsym_cmds \
16106 module_cmds \
16107 module_expsym_cmds \
16108 export_symbols_cmds \
16109 prelink_cmds \
16110 postinstall_cmds \
16111 postuninstall_cmds \
16112 finish_cmds \
16113 sys_lib_search_path_spec \
16114 sys_lib_dlsearch_path_spec; do
16115 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16116 *[\\\\\\\`\\"\\\$]*)
16117 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16120 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16122 esac
16123 done
16125 ac_aux_dir='$ac_aux_dir'
16126 xsi_shell='$xsi_shell'
16127 lt_shell_append='$lt_shell_append'
16129 # See if we are running on zsh, and set the options which allow our
16130 # commands through without removal of \ escapes INIT.
16131 if test -n "\${ZSH_VERSION+set}" ; then
16132 setopt NO_GLOB_SUBST
16136 PACKAGE='$PACKAGE'
16137 VERSION='$VERSION'
16138 TIMESTAMP='$TIMESTAMP'
16139 RM='$RM'
16140 ofile='$ofile'
16144 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16145 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16146 # from automake.
16147 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16148 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16149 LINGUAS="${LINGUAS-%UNSET%}"
16151 target_cpu_type=${target_cpu_type}
16152 cgen_cpu_prefix=${cgen_cpu_prefix}
16153 obj_format=${obj_format}
16154 te_file=${te_file}
16156 _ACEOF
16158 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16160 # Handling of arguments.
16161 for ac_config_target in $ac_config_targets
16163 case $ac_config_target in
16164 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16165 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16166 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16167 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
16168 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16169 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16170 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16171 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16172 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16173 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16175 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16176 esac
16177 done
16180 # If the user did not use the arguments to specify the items to instantiate,
16181 # then the envvar interface is used. Set only those that are not.
16182 # We use the long form for the default assignment because of an extremely
16183 # bizarre bug on SunOS 4.1.3.
16184 if $ac_need_defaults; then
16185 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16186 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16187 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16190 # Have a temporary directory for convenience. Make it in the build tree
16191 # simply because there is no reason against having it here, and in addition,
16192 # creating and moving files from /tmp can sometimes cause problems.
16193 # Hook for its removal unless debugging.
16194 # Note that there is a small window in which the directory will not be cleaned:
16195 # after its creation but before its name has been assigned to `$tmp'.
16196 $debug ||
16198 tmp= ac_tmp=
16199 trap 'exit_status=$?
16200 : "${ac_tmp:=$tmp}"
16201 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16203 trap 'as_fn_exit 1' 1 2 13 15
16205 # Create a (secure) tmp directory for tmp files.
16208 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16209 test -d "$tmp"
16210 } ||
16212 tmp=./conf$$-$RANDOM
16213 (umask 077 && mkdir "$tmp")
16214 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16215 ac_tmp=$tmp
16217 # Set up the scripts for CONFIG_FILES section.
16218 # No need to generate them if there are no CONFIG_FILES.
16219 # This happens for instance with `./config.status config.h'.
16220 if test -n "$CONFIG_FILES"; then
16223 ac_cr=`echo X | tr X '\015'`
16224 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16225 # But we know of no other shell where ac_cr would be empty at this
16226 # point, so we can use a bashism as a fallback.
16227 if test "x$ac_cr" = x; then
16228 eval ac_cr=\$\'\\r\'
16230 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16231 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16232 ac_cs_awk_cr='\\r'
16233 else
16234 ac_cs_awk_cr=$ac_cr
16237 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16238 _ACEOF
16242 echo "cat >conf$$subs.awk <<_ACEOF" &&
16243 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16244 echo "_ACEOF"
16245 } >conf$$subs.sh ||
16246 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16247 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16248 ac_delim='%!_!# '
16249 for ac_last_try in false false false false false :; do
16250 . ./conf$$subs.sh ||
16251 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16253 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16254 if test $ac_delim_n = $ac_delim_num; then
16255 break
16256 elif $ac_last_try; then
16257 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16258 else
16259 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16261 done
16262 rm -f conf$$subs.sh
16264 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16265 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16266 _ACEOF
16267 sed -n '
16269 s/^/S["/; s/!.*/"]=/
16272 s/^[^!]*!//
16273 :repl
16274 t repl
16275 s/'"$ac_delim"'$//
16276 t delim
16279 s/\(.\{148\}\)..*/\1/
16280 t more1
16281 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16284 b repl
16285 :more1
16286 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16289 s/.\{148\}//
16290 t nl
16291 :delim
16293 s/\(.\{148\}\)..*/\1/
16294 t more2
16295 s/["\\]/\\&/g; s/^/"/; s/$/"/
16298 :more2
16299 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16302 s/.\{148\}//
16303 t delim
16304 ' <conf$$subs.awk | sed '
16305 /^[^""]/{
16307 s/\n//
16309 ' >>$CONFIG_STATUS || ac_write_fail=1
16310 rm -f conf$$subs.awk
16311 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16312 _ACAWK
16313 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16314 for (key in S) S_is_set[key] = 1
16315 FS = "\a"
16319 line = $ 0
16320 nfields = split(line, field, "@")
16321 substed = 0
16322 len = length(field[1])
16323 for (i = 2; i < nfields; i++) {
16324 key = field[i]
16325 keylen = length(key)
16326 if (S_is_set[key]) {
16327 value = S[key]
16328 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16329 len += length(value) + length(field[++i])
16330 substed = 1
16331 } else
16332 len += 1 + keylen
16335 print line
16338 _ACAWK
16339 _ACEOF
16340 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16341 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16342 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16343 else
16345 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16346 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16347 _ACEOF
16349 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16350 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16351 # trailing colons and then remove the whole line if VPATH becomes empty
16352 # (actually we leave an empty line to preserve line numbers).
16353 if test "x$srcdir" = x.; then
16354 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16356 s///
16357 s/^/:/
16358 s/[ ]*$/:/
16359 s/:\$(srcdir):/:/g
16360 s/:\${srcdir}:/:/g
16361 s/:@srcdir@:/:/g
16362 s/^:*//
16363 s/:*$//
16365 s/\(=[ ]*\).*/\1/
16367 s/\n//
16368 s/^[^=]*=[ ]*$//
16372 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16373 fi # test -n "$CONFIG_FILES"
16375 # Set up the scripts for CONFIG_HEADERS section.
16376 # No need to generate them if there are no CONFIG_HEADERS.
16377 # This happens for instance with `./config.status Makefile'.
16378 if test -n "$CONFIG_HEADERS"; then
16379 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16380 BEGIN {
16381 _ACEOF
16383 # Transform confdefs.h into an awk script `defines.awk', embedded as
16384 # here-document in config.status, that substitutes the proper values into
16385 # config.h.in to produce config.h.
16387 # Create a delimiter string that does not exist in confdefs.h, to ease
16388 # handling of long lines.
16389 ac_delim='%!_!# '
16390 for ac_last_try in false false :; do
16391 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16392 if test -z "$ac_tt"; then
16393 break
16394 elif $ac_last_try; then
16395 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16396 else
16397 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16399 done
16401 # For the awk script, D is an array of macro values keyed by name,
16402 # likewise P contains macro parameters if any. Preserve backslash
16403 # newline sequences.
16405 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16406 sed -n '
16407 s/.\{148\}/&'"$ac_delim"'/g
16408 t rset
16409 :rset
16410 s/^[ ]*#[ ]*define[ ][ ]*/ /
16411 t def
16413 :def
16414 s/\\$//
16415 t bsnl
16416 s/["\\]/\\&/g
16417 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16418 D["\1"]=" \3"/p
16419 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16421 :bsnl
16422 s/["\\]/\\&/g
16423 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16424 D["\1"]=" \3\\\\\\n"\\/p
16425 t cont
16426 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16427 t cont
16429 :cont
16431 s/.\{148\}/&'"$ac_delim"'/g
16432 t clear
16433 :clear
16434 s/\\$//
16435 t bsnlc
16436 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16438 :bsnlc
16439 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16440 b cont
16441 ' <confdefs.h | sed '
16442 s/'"$ac_delim"'/"\\\
16443 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16445 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16446 for (key in D) D_is_set[key] = 1
16447 FS = "\a"
16449 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16450 line = \$ 0
16451 split(line, arg, " ")
16452 if (arg[1] == "#") {
16453 defundef = arg[2]
16454 mac1 = arg[3]
16455 } else {
16456 defundef = substr(arg[1], 2)
16457 mac1 = arg[2]
16459 split(mac1, mac2, "(") #)
16460 macro = mac2[1]
16461 prefix = substr(line, 1, index(line, defundef) - 1)
16462 if (D_is_set[macro]) {
16463 # Preserve the white space surrounding the "#".
16464 print prefix "define", macro P[macro] D[macro]
16465 next
16466 } else {
16467 # Replace #undef with comments. This is necessary, for example,
16468 # in the case of _POSIX_SOURCE, which is predefined and required
16469 # on some systems where configure will not decide to define it.
16470 if (defundef == "undef") {
16471 print "/*", prefix defundef, macro, "*/"
16472 next
16476 { print }
16477 _ACAWK
16478 _ACEOF
16479 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16480 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16481 fi # test -n "$CONFIG_HEADERS"
16484 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16485 shift
16486 for ac_tag
16488 case $ac_tag in
16489 :[FHLC]) ac_mode=$ac_tag; continue;;
16490 esac
16491 case $ac_mode$ac_tag in
16492 :[FHL]*:*);;
16493 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16494 :[FH]-) ac_tag=-:-;;
16495 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16496 esac
16497 ac_save_IFS=$IFS
16498 IFS=:
16499 set x $ac_tag
16500 IFS=$ac_save_IFS
16501 shift
16502 ac_file=$1
16503 shift
16505 case $ac_mode in
16506 :L) ac_source=$1;;
16507 :[FH])
16508 ac_file_inputs=
16509 for ac_f
16511 case $ac_f in
16512 -) ac_f="$ac_tmp/stdin";;
16513 *) # Look for the file first in the build tree, then in the source tree
16514 # (if the path is not absolute). The absolute path cannot be DOS-style,
16515 # because $ac_f cannot contain `:'.
16516 test -f "$ac_f" ||
16517 case $ac_f in
16518 [\\/$]*) false;;
16519 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16520 esac ||
16521 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16522 esac
16523 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16524 as_fn_append ac_file_inputs " '$ac_f'"
16525 done
16527 # Let's still pretend it is `configure' which instantiates (i.e., don't
16528 # use $as_me), people would be surprised to read:
16529 # /* config.h. Generated by config.status. */
16530 configure_input='Generated from '`
16531 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16532 `' by configure.'
16533 if test x"$ac_file" != x-; then
16534 configure_input="$ac_file. $configure_input"
16535 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16536 $as_echo "$as_me: creating $ac_file" >&6;}
16538 # Neutralize special characters interpreted by sed in replacement strings.
16539 case $configure_input in #(
16540 *\&* | *\|* | *\\* )
16541 ac_sed_conf_input=`$as_echo "$configure_input" |
16542 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16543 *) ac_sed_conf_input=$configure_input;;
16544 esac
16546 case $ac_tag in
16547 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16548 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16549 esac
16551 esac
16553 ac_dir=`$as_dirname -- "$ac_file" ||
16554 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16555 X"$ac_file" : 'X\(//\)[^/]' \| \
16556 X"$ac_file" : 'X\(//\)$' \| \
16557 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16558 $as_echo X"$ac_file" |
16559 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16560 s//\1/
16563 /^X\(\/\/\)[^/].*/{
16564 s//\1/
16567 /^X\(\/\/\)$/{
16568 s//\1/
16571 /^X\(\/\).*/{
16572 s//\1/
16575 s/.*/./; q'`
16576 as_dir="$ac_dir"; as_fn_mkdir_p
16577 ac_builddir=.
16579 case "$ac_dir" in
16580 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16582 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16583 # A ".." for each directory in $ac_dir_suffix.
16584 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16585 case $ac_top_builddir_sub in
16586 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16587 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16588 esac ;;
16589 esac
16590 ac_abs_top_builddir=$ac_pwd
16591 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16592 # for backward compatibility:
16593 ac_top_builddir=$ac_top_build_prefix
16595 case $srcdir in
16596 .) # We are building in place.
16597 ac_srcdir=.
16598 ac_top_srcdir=$ac_top_builddir_sub
16599 ac_abs_top_srcdir=$ac_pwd ;;
16600 [\\/]* | ?:[\\/]* ) # Absolute name.
16601 ac_srcdir=$srcdir$ac_dir_suffix;
16602 ac_top_srcdir=$srcdir
16603 ac_abs_top_srcdir=$srcdir ;;
16604 *) # Relative name.
16605 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16606 ac_top_srcdir=$ac_top_build_prefix$srcdir
16607 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16608 esac
16609 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16612 case $ac_mode in
16615 # CONFIG_FILE
16618 case $INSTALL in
16619 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16620 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16621 esac
16622 ac_MKDIR_P=$MKDIR_P
16623 case $MKDIR_P in
16624 [\\/$]* | ?:[\\/]* ) ;;
16625 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16626 esac
16627 _ACEOF
16629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16630 # If the template does not know about datarootdir, expand it.
16631 # FIXME: This hack should be removed a few years after 2.60.
16632 ac_datarootdir_hack=; ac_datarootdir_seen=
16633 ac_sed_dataroot='
16634 /datarootdir/ {
16638 /@datadir@/p
16639 /@docdir@/p
16640 /@infodir@/p
16641 /@localedir@/p
16642 /@mandir@/p'
16643 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16644 *datarootdir*) ac_datarootdir_seen=yes;;
16645 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16646 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16647 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16648 _ACEOF
16649 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16650 ac_datarootdir_hack='
16651 s&@datadir@&$datadir&g
16652 s&@docdir@&$docdir&g
16653 s&@infodir@&$infodir&g
16654 s&@localedir@&$localedir&g
16655 s&@mandir@&$mandir&g
16656 s&\\\${datarootdir}&$datarootdir&g' ;;
16657 esac
16658 _ACEOF
16660 # Neutralize VPATH when `$srcdir' = `.'.
16661 # Shell code in configure.ac might set extrasub.
16662 # FIXME: do we really want to maintain this feature?
16663 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16664 ac_sed_extra="$ac_vpsub
16665 $extrasub
16666 _ACEOF
16667 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16669 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16670 s|@configure_input@|$ac_sed_conf_input|;t t
16671 s&@top_builddir@&$ac_top_builddir_sub&;t t
16672 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16673 s&@srcdir@&$ac_srcdir&;t t
16674 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16675 s&@top_srcdir@&$ac_top_srcdir&;t t
16676 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16677 s&@builddir@&$ac_builddir&;t t
16678 s&@abs_builddir@&$ac_abs_builddir&;t t
16679 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16680 s&@INSTALL@&$ac_INSTALL&;t t
16681 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16682 $ac_datarootdir_hack
16684 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16685 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16687 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16688 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16689 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16690 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16691 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16692 which seems to be undefined. Please make sure it is defined" >&5
16693 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16694 which seems to be undefined. Please make sure it is defined" >&2;}
16696 rm -f "$ac_tmp/stdin"
16697 case $ac_file in
16698 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16699 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16700 esac \
16701 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16705 # CONFIG_HEADER
16707 if test x"$ac_file" != x-; then
16709 $as_echo "/* $configure_input */" \
16710 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16711 } >"$ac_tmp/config.h" \
16712 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16713 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16714 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16715 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16716 else
16717 rm -f "$ac_file"
16718 mv "$ac_tmp/config.h" "$ac_file" \
16719 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16721 else
16722 $as_echo "/* $configure_input */" \
16723 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16724 || as_fn_error $? "could not create -" "$LINENO" 5
16726 # Compute "$ac_file"'s index in $config_headers.
16727 _am_arg="$ac_file"
16728 _am_stamp_count=1
16729 for _am_header in $config_headers :; do
16730 case $_am_header in
16731 $_am_arg | $_am_arg:* )
16732 break ;;
16734 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16735 esac
16736 done
16737 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16738 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16739 X"$_am_arg" : 'X\(//\)[^/]' \| \
16740 X"$_am_arg" : 'X\(//\)$' \| \
16741 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16742 $as_echo X"$_am_arg" |
16743 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16744 s//\1/
16747 /^X\(\/\/\)[^/].*/{
16748 s//\1/
16751 /^X\(\/\/\)$/{
16752 s//\1/
16755 /^X\(\/\).*/{
16756 s//\1/
16759 s/.*/./; q'`/stamp-h$_am_stamp_count
16762 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16763 $as_echo "$as_me: executing $ac_file commands" >&6;}
16765 esac
16768 case $ac_file$ac_mode in
16769 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16770 # Older Autoconf quotes --file arguments for eval, but not when files
16771 # are listed without --file. Let's play safe and only enable the eval
16772 # if we detect the quoting.
16773 case $CONFIG_FILES in
16774 *\'*) eval set x "$CONFIG_FILES" ;;
16775 *) set x $CONFIG_FILES ;;
16776 esac
16777 shift
16778 for mf
16780 # Strip MF so we end up with the name of the file.
16781 mf=`echo "$mf" | sed -e 's/:.*$//'`
16782 # Check whether this is an Automake generated Makefile or not.
16783 # We used to match only the files named 'Makefile.in', but
16784 # some people rename them; so instead we look at the file content.
16785 # Grep'ing the first line is not enough: some people post-process
16786 # each Makefile.in and add a new line on top of each file to say so.
16787 # Grep'ing the whole file is not good either: AIX grep has a line
16788 # limit of 2048, but all sed's we know have understand at least 4000.
16789 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16790 dirpart=`$as_dirname -- "$mf" ||
16791 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16792 X"$mf" : 'X\(//\)[^/]' \| \
16793 X"$mf" : 'X\(//\)$' \| \
16794 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16795 $as_echo X"$mf" |
16796 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16797 s//\1/
16800 /^X\(\/\/\)[^/].*/{
16801 s//\1/
16804 /^X\(\/\/\)$/{
16805 s//\1/
16808 /^X\(\/\).*/{
16809 s//\1/
16812 s/.*/./; q'`
16813 else
16814 continue
16816 # Extract the definition of DEPDIR, am__include, and am__quote
16817 # from the Makefile without running 'make'.
16818 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16819 test -z "$DEPDIR" && continue
16820 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16821 test -z "$am__include" && continue
16822 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16823 # Find all dependency output files, they are included files with
16824 # $(DEPDIR) in their names. We invoke sed twice because it is the
16825 # simplest approach to changing $(DEPDIR) to its actual value in the
16826 # expansion.
16827 for file in `sed -n "
16828 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16829 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16830 # Make sure the directory exists.
16831 test -f "$dirpart/$file" && continue
16832 fdir=`$as_dirname -- "$file" ||
16833 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16834 X"$file" : 'X\(//\)[^/]' \| \
16835 X"$file" : 'X\(//\)$' \| \
16836 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16837 $as_echo X"$file" |
16838 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16839 s//\1/
16842 /^X\(\/\/\)[^/].*/{
16843 s//\1/
16846 /^X\(\/\/\)$/{
16847 s//\1/
16850 /^X\(\/\).*/{
16851 s//\1/
16854 s/.*/./; q'`
16855 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16856 # echo "creating $dirpart/$file"
16857 echo '# dummy' > "$dirpart/$file"
16858 done
16859 done
16862 "libtool":C)
16864 # See if we are running on zsh, and set the options which allow our
16865 # commands through without removal of \ escapes.
16866 if test -n "${ZSH_VERSION+set}" ; then
16867 setopt NO_GLOB_SUBST
16870 cfgfile="${ofile}T"
16871 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16872 $RM "$cfgfile"
16874 cat <<_LT_EOF >> "$cfgfile"
16875 #! $SHELL
16877 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16878 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16879 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16880 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16882 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16883 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16884 # Written by Gordon Matzigkeit, 1996
16886 # This file is part of GNU Libtool.
16888 # GNU Libtool is free software; you can redistribute it and/or
16889 # modify it under the terms of the GNU General Public License as
16890 # published by the Free Software Foundation; either version 2 of
16891 # the License, or (at your option) any later version.
16893 # As a special exception to the GNU General Public License,
16894 # if you distribute this file as part of a program or library that
16895 # is built using GNU Libtool, you may include this file under the
16896 # same distribution terms that you use for the rest of that program.
16898 # GNU Libtool is distributed in the hope that it will be useful,
16899 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16900 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16901 # GNU General Public License for more details.
16903 # You should have received a copy of the GNU General Public License
16904 # along with GNU Libtool; see the file COPYING. If not, a copy
16905 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16906 # obtained by writing to the Free Software Foundation, Inc.,
16907 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16910 # The names of the tagged configurations supported by this script.
16911 available_tags=""
16913 # ### BEGIN LIBTOOL CONFIG
16915 # Which release of libtool.m4 was used?
16916 macro_version=$macro_version
16917 macro_revision=$macro_revision
16919 # Whether or not to build shared libraries.
16920 build_libtool_libs=$enable_shared
16922 # Whether or not to build static libraries.
16923 build_old_libs=$enable_static
16925 # What type of objects to build.
16926 pic_mode=$pic_mode
16928 # Whether or not to optimize for fast installation.
16929 fast_install=$enable_fast_install
16931 # Shell to use when invoking shell scripts.
16932 SHELL=$lt_SHELL
16934 # An echo program that protects backslashes.
16935 ECHO=$lt_ECHO
16937 # The host system.
16938 host_alias=$host_alias
16939 host=$host
16940 host_os=$host_os
16942 # The build system.
16943 build_alias=$build_alias
16944 build=$build
16945 build_os=$build_os
16947 # A sed program that does not truncate output.
16948 SED=$lt_SED
16950 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16951 Xsed="\$SED -e 1s/^X//"
16953 # A grep program that handles long lines.
16954 GREP=$lt_GREP
16956 # An ERE matcher.
16957 EGREP=$lt_EGREP
16959 # A literal string matcher.
16960 FGREP=$lt_FGREP
16962 # A BSD- or MS-compatible name lister.
16963 NM=$lt_NM
16965 # Whether we need soft or hard links.
16966 LN_S=$lt_LN_S
16968 # What is the maximum length of a command?
16969 max_cmd_len=$max_cmd_len
16971 # Object file suffix (normally "o").
16972 objext=$ac_objext
16974 # Executable file suffix (normally "").
16975 exeext=$exeext
16977 # whether the shell understands "unset".
16978 lt_unset=$lt_unset
16980 # turn spaces into newlines.
16981 SP2NL=$lt_lt_SP2NL
16983 # turn newlines into spaces.
16984 NL2SP=$lt_lt_NL2SP
16986 # An object symbol dumper.
16987 OBJDUMP=$lt_OBJDUMP
16989 # Method to check whether dependent libraries are shared objects.
16990 deplibs_check_method=$lt_deplibs_check_method
16992 # Command to use when deplibs_check_method == "file_magic".
16993 file_magic_cmd=$lt_file_magic_cmd
16995 # The archiver.
16996 AR=$lt_AR
16997 AR_FLAGS=$lt_AR_FLAGS
16999 # A symbol stripping program.
17000 STRIP=$lt_STRIP
17002 # Commands used to install an old-style archive.
17003 RANLIB=$lt_RANLIB
17004 old_postinstall_cmds=$lt_old_postinstall_cmds
17005 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17007 # Whether to use a lock for old archive extraction.
17008 lock_old_archive_extraction=$lock_old_archive_extraction
17010 # A C compiler.
17011 LTCC=$lt_CC
17013 # LTCC compiler flags.
17014 LTCFLAGS=$lt_CFLAGS
17016 # Take the output of nm and produce a listing of raw symbols and C names.
17017 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17019 # Transform the output of nm in a proper C declaration.
17020 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17022 # Transform the output of nm in a C name address pair.
17023 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17025 # Transform the output of nm in a C name address pair when lib prefix is needed.
17026 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17028 # The name of the directory that contains temporary libtool files.
17029 objdir=$objdir
17031 # Used to examine libraries when file_magic_cmd begins with "file".
17032 MAGIC_CMD=$MAGIC_CMD
17034 # Must we lock files when doing compilation?
17035 need_locks=$lt_need_locks
17037 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17038 DSYMUTIL=$lt_DSYMUTIL
17040 # Tool to change global to local symbols on Mac OS X.
17041 NMEDIT=$lt_NMEDIT
17043 # Tool to manipulate fat objects and archives on Mac OS X.
17044 LIPO=$lt_LIPO
17046 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17047 OTOOL=$lt_OTOOL
17049 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17050 OTOOL64=$lt_OTOOL64
17052 # Old archive suffix (normally "a").
17053 libext=$libext
17055 # Shared library suffix (normally ".so").
17056 shrext_cmds=$lt_shrext_cmds
17058 # The commands to extract the exported symbol list from a shared archive.
17059 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17061 # Variables whose values should be saved in libtool wrapper scripts and
17062 # restored at link time.
17063 variables_saved_for_relink=$lt_variables_saved_for_relink
17065 # Do we need the "lib" prefix for modules?
17066 need_lib_prefix=$need_lib_prefix
17068 # Do we need a version for libraries?
17069 need_version=$need_version
17071 # Library versioning type.
17072 version_type=$version_type
17074 # Shared library runtime path variable.
17075 runpath_var=$runpath_var
17077 # Shared library path variable.
17078 shlibpath_var=$shlibpath_var
17080 # Is shlibpath searched before the hard-coded library search path?
17081 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17083 # Format of library name prefix.
17084 libname_spec=$lt_libname_spec
17086 # List of archive names. First name is the real one, the rest are links.
17087 # The last name is the one that the linker finds with -lNAME
17088 library_names_spec=$lt_library_names_spec
17090 # The coded name of the library, if different from the real name.
17091 soname_spec=$lt_soname_spec
17093 # Permission mode override for installation of shared libraries.
17094 install_override_mode=$lt_install_override_mode
17096 # Command to use after installation of a shared archive.
17097 postinstall_cmds=$lt_postinstall_cmds
17099 # Command to use after uninstallation of a shared archive.
17100 postuninstall_cmds=$lt_postuninstall_cmds
17102 # Commands used to finish a libtool library installation in a directory.
17103 finish_cmds=$lt_finish_cmds
17105 # As "finish_cmds", except a single script fragment to be evaled but
17106 # not shown.
17107 finish_eval=$lt_finish_eval
17109 # Whether we should hardcode library paths into libraries.
17110 hardcode_into_libs=$hardcode_into_libs
17112 # Compile-time system search path for libraries.
17113 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17115 # Run-time system search path for libraries.
17116 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17118 # Whether dlopen is supported.
17119 dlopen_support=$enable_dlopen
17121 # Whether dlopen of programs is supported.
17122 dlopen_self=$enable_dlopen_self
17124 # Whether dlopen of statically linked programs is supported.
17125 dlopen_self_static=$enable_dlopen_self_static
17127 # Commands to strip libraries.
17128 old_striplib=$lt_old_striplib
17129 striplib=$lt_striplib
17132 # The linker used to build libraries.
17133 LD=$lt_LD
17135 # How to create reloadable object files.
17136 reload_flag=$lt_reload_flag
17137 reload_cmds=$lt_reload_cmds
17139 # Commands used to build an old-style archive.
17140 old_archive_cmds=$lt_old_archive_cmds
17142 # A language specific compiler.
17143 CC=$lt_compiler
17145 # Is the compiler the GNU compiler?
17146 with_gcc=$GCC
17148 # Compiler flag to turn off builtin functions.
17149 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17151 # How to pass a linker flag through the compiler.
17152 wl=$lt_lt_prog_compiler_wl
17154 # Additional compiler flags for building library objects.
17155 pic_flag=$lt_lt_prog_compiler_pic
17157 # Compiler flag to prevent dynamic linking.
17158 link_static_flag=$lt_lt_prog_compiler_static
17160 # Does compiler simultaneously support -c and -o options?
17161 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17163 # Whether or not to add -lc for building shared libraries.
17164 build_libtool_need_lc=$archive_cmds_need_lc
17166 # Whether or not to disallow shared libs when runtime libs are static.
17167 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17169 # Compiler flag to allow reflexive dlopens.
17170 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17172 # Compiler flag to generate shared objects directly from archives.
17173 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17175 # Whether the compiler copes with passing no objects directly.
17176 compiler_needs_object=$lt_compiler_needs_object
17178 # Create an old-style archive from a shared archive.
17179 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17181 # Create a temporary old-style archive to link instead of a shared archive.
17182 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17184 # Commands used to build a shared archive.
17185 archive_cmds=$lt_archive_cmds
17186 archive_expsym_cmds=$lt_archive_expsym_cmds
17188 # Commands used to build a loadable module if different from building
17189 # a shared archive.
17190 module_cmds=$lt_module_cmds
17191 module_expsym_cmds=$lt_module_expsym_cmds
17193 # Whether we are building with GNU ld or not.
17194 with_gnu_ld=$lt_with_gnu_ld
17196 # Flag that allows shared libraries with undefined symbols to be built.
17197 allow_undefined_flag=$lt_allow_undefined_flag
17199 # Flag that enforces no undefined symbols.
17200 no_undefined_flag=$lt_no_undefined_flag
17202 # Flag to hardcode \$libdir into a binary during linking.
17203 # This must work even if \$libdir does not exist
17204 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17206 # If ld is used when linking, flag to hardcode \$libdir into a binary
17207 # during linking. This must work even if \$libdir does not exist.
17208 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17210 # Whether we need a single "-rpath" flag with a separated argument.
17211 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17213 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17214 # DIR into the resulting binary.
17215 hardcode_direct=$hardcode_direct
17217 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17218 # DIR into the resulting binary and the resulting library dependency is
17219 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17220 # library is relocated.
17221 hardcode_direct_absolute=$hardcode_direct_absolute
17223 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17224 # into the resulting binary.
17225 hardcode_minus_L=$hardcode_minus_L
17227 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17228 # into the resulting binary.
17229 hardcode_shlibpath_var=$hardcode_shlibpath_var
17231 # Set to "yes" if building a shared library automatically hardcodes DIR
17232 # into the library and all subsequent libraries and executables linked
17233 # against it.
17234 hardcode_automatic=$hardcode_automatic
17236 # Set to yes if linker adds runtime paths of dependent libraries
17237 # to runtime path list.
17238 inherit_rpath=$inherit_rpath
17240 # Whether libtool must link a program against all its dependency libraries.
17241 link_all_deplibs=$link_all_deplibs
17243 # Fix the shell variable \$srcfile for the compiler.
17244 fix_srcfile_path=$lt_fix_srcfile_path
17246 # Set to "yes" if exported symbols are required.
17247 always_export_symbols=$always_export_symbols
17249 # The commands to list exported symbols.
17250 export_symbols_cmds=$lt_export_symbols_cmds
17252 # Symbols that should not be listed in the preloaded symbols.
17253 exclude_expsyms=$lt_exclude_expsyms
17255 # Symbols that must always be exported.
17256 include_expsyms=$lt_include_expsyms
17258 # Commands necessary for linking programs (against libraries) with templates.
17259 prelink_cmds=$lt_prelink_cmds
17261 # Specify filename containing input files.
17262 file_list_spec=$lt_file_list_spec
17264 # How to hardcode a shared library path into an executable.
17265 hardcode_action=$hardcode_action
17267 # ### END LIBTOOL CONFIG
17269 _LT_EOF
17271 case $host_os in
17272 aix3*)
17273 cat <<\_LT_EOF >> "$cfgfile"
17274 # AIX sometimes has problems with the GCC collect2 program. For some
17275 # reason, if we set the COLLECT_NAMES environment variable, the problems
17276 # vanish in a puff of smoke.
17277 if test "X${COLLECT_NAMES+set}" != Xset; then
17278 COLLECT_NAMES=
17279 export COLLECT_NAMES
17281 _LT_EOF
17283 esac
17286 ltmain="$ac_aux_dir/ltmain.sh"
17289 # We use sed instead of cat because bash on DJGPP gets confused if
17290 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17291 # text mode, it properly converts lines to CR/LF. This bash problem
17292 # is reportedly fixed, but why not run on old versions too?
17293 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17294 || (rm -f "$cfgfile"; exit 1)
17296 case $xsi_shell in
17297 yes)
17298 cat << \_LT_EOF >> "$cfgfile"
17300 # func_dirname file append nondir_replacement
17301 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17302 # otherwise set result to NONDIR_REPLACEMENT.
17303 func_dirname ()
17305 case ${1} in
17306 */*) func_dirname_result="${1%/*}${2}" ;;
17307 * ) func_dirname_result="${3}" ;;
17308 esac
17311 # func_basename file
17312 func_basename ()
17314 func_basename_result="${1##*/}"
17317 # func_dirname_and_basename file append nondir_replacement
17318 # perform func_basename and func_dirname in a single function
17319 # call:
17320 # dirname: Compute the dirname of FILE. If nonempty,
17321 # add APPEND to the result, otherwise set result
17322 # to NONDIR_REPLACEMENT.
17323 # value returned in "$func_dirname_result"
17324 # basename: Compute filename of FILE.
17325 # value retuned in "$func_basename_result"
17326 # Implementation must be kept synchronized with func_dirname
17327 # and func_basename. For efficiency, we do not delegate to
17328 # those functions but instead duplicate the functionality here.
17329 func_dirname_and_basename ()
17331 case ${1} in
17332 */*) func_dirname_result="${1%/*}${2}" ;;
17333 * ) func_dirname_result="${3}" ;;
17334 esac
17335 func_basename_result="${1##*/}"
17338 # func_stripname prefix suffix name
17339 # strip PREFIX and SUFFIX off of NAME.
17340 # PREFIX and SUFFIX must not contain globbing or regex special
17341 # characters, hashes, percent signs, but SUFFIX may contain a leading
17342 # dot (in which case that matches only a dot).
17343 func_stripname ()
17345 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17346 # positional parameters, so assign one to ordinary parameter first.
17347 func_stripname_result=${3}
17348 func_stripname_result=${func_stripname_result#"${1}"}
17349 func_stripname_result=${func_stripname_result%"${2}"}
17352 # func_opt_split
17353 func_opt_split ()
17355 func_opt_split_opt=${1%%=*}
17356 func_opt_split_arg=${1#*=}
17359 # func_lo2o object
17360 func_lo2o ()
17362 case ${1} in
17363 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17364 *) func_lo2o_result=${1} ;;
17365 esac
17368 # func_xform libobj-or-source
17369 func_xform ()
17371 func_xform_result=${1%.*}.lo
17374 # func_arith arithmetic-term...
17375 func_arith ()
17377 func_arith_result=$(( $* ))
17380 # func_len string
17381 # STRING may not start with a hyphen.
17382 func_len ()
17384 func_len_result=${#1}
17387 _LT_EOF
17389 *) # Bourne compatible functions.
17390 cat << \_LT_EOF >> "$cfgfile"
17392 # func_dirname file append nondir_replacement
17393 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17394 # otherwise set result to NONDIR_REPLACEMENT.
17395 func_dirname ()
17397 # Extract subdirectory from the argument.
17398 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17399 if test "X$func_dirname_result" = "X${1}"; then
17400 func_dirname_result="${3}"
17401 else
17402 func_dirname_result="$func_dirname_result${2}"
17406 # func_basename file
17407 func_basename ()
17409 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17413 # func_stripname prefix suffix name
17414 # strip PREFIX and SUFFIX off of NAME.
17415 # PREFIX and SUFFIX must not contain globbing or regex special
17416 # characters, hashes, percent signs, but SUFFIX may contain a leading
17417 # dot (in which case that matches only a dot).
17418 # func_strip_suffix prefix name
17419 func_stripname ()
17421 case ${2} in
17422 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17423 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17424 esac
17427 # sed scripts:
17428 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17429 my_sed_long_arg='1s/^-[^=]*=//'
17431 # func_opt_split
17432 func_opt_split ()
17434 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17435 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17438 # func_lo2o object
17439 func_lo2o ()
17441 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17444 # func_xform libobj-or-source
17445 func_xform ()
17447 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17450 # func_arith arithmetic-term...
17451 func_arith ()
17453 func_arith_result=`expr "$@"`
17456 # func_len string
17457 # STRING may not start with a hyphen.
17458 func_len ()
17460 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17463 _LT_EOF
17464 esac
17466 case $lt_shell_append in
17467 yes)
17468 cat << \_LT_EOF >> "$cfgfile"
17470 # func_append var value
17471 # Append VALUE to the end of shell variable VAR.
17472 func_append ()
17474 eval "$1+=\$2"
17476 _LT_EOF
17479 cat << \_LT_EOF >> "$cfgfile"
17481 # func_append var value
17482 # Append VALUE to the end of shell variable VAR.
17483 func_append ()
17485 eval "$1=\$$1\$2"
17488 _LT_EOF
17490 esac
17493 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17494 || (rm -f "$cfgfile"; exit 1)
17496 mv -f "$cfgfile" "$ofile" ||
17497 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17498 chmod +x "$ofile"
17501 "default-1":C)
17502 for ac_file in $CONFIG_FILES; do
17503 # Support "outfile[:infile[:infile...]]"
17504 case "$ac_file" in
17505 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17506 esac
17507 # PO directories have a Makefile.in generated from Makefile.in.in.
17508 case "$ac_file" in */Makefile.in)
17509 # Adjust a relative srcdir.
17510 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17511 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17512 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17513 # In autoconf-2.13 it is called $ac_given_srcdir.
17514 # In autoconf-2.50 it is called $srcdir.
17515 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17516 case "$ac_given_srcdir" in
17517 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17518 /*) top_srcdir="$ac_given_srcdir" ;;
17519 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17520 esac
17521 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17522 rm -f "$ac_dir/POTFILES"
17523 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17524 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17525 POMAKEFILEDEPS="POTFILES.in"
17526 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17527 # on $ac_dir but don't depend on user-specified configuration
17528 # parameters.
17529 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17530 # The LINGUAS file contains the set of available languages.
17531 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17532 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17534 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17535 # Hide the ALL_LINGUAS assigment from automake.
17536 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17537 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17538 else
17539 # The set of available languages was given in configure.ac.
17540 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17542 case "$ac_given_srcdir" in
17543 .) srcdirpre= ;;
17544 *) srcdirpre='$(srcdir)/' ;;
17545 esac
17546 POFILES=
17547 GMOFILES=
17548 UPDATEPOFILES=
17549 DUMMYPOFILES=
17550 for lang in $ALL_LINGUAS; do
17551 POFILES="$POFILES $srcdirpre$lang.po"
17552 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17553 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17554 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17555 done
17556 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17557 # environment variable.
17558 INST_LINGUAS=
17559 if test -n "$ALL_LINGUAS"; then
17560 for presentlang in $ALL_LINGUAS; do
17561 useit=no
17562 if test "%UNSET%" != "$LINGUAS"; then
17563 desiredlanguages="$LINGUAS"
17564 else
17565 desiredlanguages="$ALL_LINGUAS"
17567 for desiredlang in $desiredlanguages; do
17568 # Use the presentlang catalog if desiredlang is
17569 # a. equal to presentlang, or
17570 # b. a variant of presentlang (because in this case,
17571 # presentlang can be used as a fallback for messages
17572 # which are not translated in the desiredlang catalog).
17573 case "$desiredlang" in
17574 "$presentlang"*) useit=yes;;
17575 esac
17576 done
17577 if test $useit = yes; then
17578 INST_LINGUAS="$INST_LINGUAS $presentlang"
17580 done
17582 CATALOGS=
17583 if test -n "$INST_LINGUAS"; then
17584 for lang in $INST_LINGUAS; do
17585 CATALOGS="$CATALOGS $lang.gmo"
17586 done
17588 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17589 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"
17590 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17591 if test -f "$f"; then
17592 case "$f" in
17593 *.orig | *.bak | *~) ;;
17594 *) cat "$f" >> "$ac_dir/Makefile" ;;
17595 esac
17597 done
17600 esac
17601 done ;;
17602 "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
17603 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17604 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17605 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17606 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17607 if test "x$cgen_cpu_prefix" != x ; then
17608 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17609 fi ;;
17611 esac
17612 done # for ac_tag
17615 as_fn_exit 0
17616 _ACEOF
17617 ac_clean_files=$ac_clean_files_save
17619 test $ac_write_fail = 0 ||
17620 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17623 # configure is writing to config.log, and then calls config.status.
17624 # config.status does its own redirection, appending to config.log.
17625 # Unfortunately, on DOS this fails, as config.log is still kept open
17626 # by configure, so config.status won't be able to write to it; its
17627 # output is simply discarded. So we exec the FD to /dev/null,
17628 # effectively closing config.log, so it can be properly (re)opened and
17629 # appended to by config.status. When coming back to configure, we
17630 # need to make the FD available again.
17631 if test "$no_create" != yes; then
17632 ac_cs_success=:
17633 ac_config_status_args=
17634 test "$silent" = yes &&
17635 ac_config_status_args="$ac_config_status_args --quiet"
17636 exec 5>/dev/null
17637 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17638 exec 5>>config.log
17639 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17640 # would make configure fail if this is the last instruction.
17641 $ac_cs_success || as_fn_exit 1
17643 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17645 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}