Impport libiberty commit: 885b6660c17f from gcc mainline. Fix gas's acinclude.m4...
[binutils-gdb.git] / gas / configure
blob57c1fa3557e4f8f2512fe2275cc6c5f01a369c4c
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.39.50.
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.39.50'
591 PACKAGE_STRING='gas 2.39.50'
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 ZSTD_LIBS
637 ZSTD_CFLAGS
638 PKG_CONFIG_LIBDIR
639 PKG_CONFIG_PATH
640 PKG_CONFIG
641 zlibinc
642 zlibdir
643 LIBM
644 GENINSRC_NEVER_FALSE
645 GENINSRC_NEVER_TRUE
646 MAINT
647 MAINTAINER_MODE_FALSE
648 MAINTAINER_MODE_TRUE
649 MSGMERGE
650 MSGFMT
651 MKINSTALLDIRS
652 CATOBJEXT
653 GENCAT
654 INSTOBJEXT
655 DATADIRNAME
656 CATALOGS
657 POSUB
658 GMSGFMT
659 XGETTEXT
660 INCINTL
661 LIBINTL_DEP
662 LIBINTL
663 USE_NLS
664 LEXLIB
665 LEX_OUTPUT_ROOT
667 YFLAGS
668 YACC
669 OPCODES_LIB
670 atof
671 install_tooldir
672 te_file
673 obj_format
674 target_cpu_type
675 extra_objects
676 cgen_cpu_prefix
677 GDBINIT
678 WARN_WRITE_STRINGS
679 NO_WERROR
680 WARN_CFLAGS_FOR_BUILD
681 WARN_CFLAGS
682 do_compare
683 LARGEFILE_CPPFLAGS
684 OTOOL64
685 OTOOL
686 LIPO
687 NMEDIT
688 DSYMUTIL
689 RANLIB
691 OBJDUMP
692 LN_S
694 ac_ct_DUMPBIN
695 DUMPBIN
697 FGREP
699 LIBTOOL
700 EGREP
701 GREP
703 am__fastdepCC_FALSE
704 am__fastdepCC_TRUE
705 CCDEPMODE
706 am__nodep
707 AMDEPBACKSLASH
708 AMDEP_FALSE
709 AMDEP_TRUE
710 am__quote
711 am__include
712 DEPDIR
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
720 AM_BACKSLASH
721 AM_DEFAULT_VERBOSITY
722 AM_DEFAULT_V
723 AM_V
724 am__untar
725 am__tar
726 AMTAR
727 am__leading_dot
728 SET_MAKE
730 mkdir_p
731 MKDIR_P
732 INSTALL_STRIP_PROGRAM
733 STRIP
734 install_sh
735 MAKEINFO
736 AUTOHEADER
737 AUTOMAKE
738 AUTOCONF
739 ACLOCAL
740 VERSION
741 PACKAGE
742 CYGPATH_W
743 am__isrc
744 INSTALL_DATA
745 INSTALL_SCRIPT
746 INSTALL_PROGRAM
747 target_os
748 target_vendor
749 target_cpu
750 target
751 host_os
752 host_vendor
753 host_cpu
754 host
755 build_os
756 build_vendor
757 build_cpu
758 build
759 target_alias
760 host_alias
761 build_alias
762 LIBS
763 ECHO_T
764 ECHO_N
765 ECHO_C
766 DEFS
767 mandir
768 localedir
769 libdir
770 psdir
771 pdfdir
772 dvidir
773 htmldir
774 infodir
775 docdir
776 oldincludedir
777 includedir
778 localstatedir
779 sharedstatedir
780 sysconfdir
781 datadir
782 datarootdir
783 libexecdir
784 sbindir
785 bindir
786 program_transform_name
787 prefix
788 exec_prefix
789 PACKAGE_URL
790 PACKAGE_BUGREPORT
791 PACKAGE_STRING
792 PACKAGE_VERSION
793 PACKAGE_TARNAME
794 PACKAGE_NAME
795 PATH_SEPARATOR
796 SHELL'
797 ac_subst_files=''
798 ac_user_opts='
799 enable_option_checking
800 enable_silent_rules
801 enable_dependency_tracking
802 enable_shared
803 enable_static
804 with_pic
805 enable_fast_install
806 with_gnu_ld
807 enable_libtool_lock
808 enable_plugins
809 enable_largefile
810 enable_targets
811 enable_checking
812 enable_compressed_debug_sections
813 enable_default_compressed_debug_sections_algorithm
814 enable_x86_relax_relocations
815 enable_elf_stt_common
816 enable_generate_build_notes
817 enable_mips_fix_loongson3_llsc
818 enable_x86_used_note
819 enable_default_riscv_attribute
820 enable_werror
821 enable_build_warnings
822 with_cpu
823 enable_nls
824 enable_maintainer_mode
825 with_system_zlib
826 with_zstd
828 ac_precious_vars='build_alias
829 host_alias
830 target_alias
832 CFLAGS
833 LDFLAGS
834 LIBS
835 CPPFLAGS
837 YACC
838 YFLAGS
839 PKG_CONFIG
840 PKG_CONFIG_PATH
841 PKG_CONFIG_LIBDIR
842 ZSTD_CFLAGS
843 ZSTD_LIBS'
846 # Initialize some variables set by options.
847 ac_init_help=
848 ac_init_version=false
849 ac_unrecognized_opts=
850 ac_unrecognized_sep=
851 # The variables have the same names as the options, with
852 # dashes changed to underlines.
853 cache_file=/dev/null
854 exec_prefix=NONE
855 no_create=
856 no_recursion=
857 prefix=NONE
858 program_prefix=NONE
859 program_suffix=NONE
860 program_transform_name=s,x,x,
861 silent=
862 site=
863 srcdir=
864 verbose=
865 x_includes=NONE
866 x_libraries=NONE
868 # Installation directory options.
869 # These are left unexpanded so users can "make install exec_prefix=/foo"
870 # and all the variables that are supposed to be based on exec_prefix
871 # by default will actually change.
872 # Use braces instead of parens because sh, perl, etc. also accept them.
873 # (The list follows the same order as the GNU Coding Standards.)
874 bindir='${exec_prefix}/bin'
875 sbindir='${exec_prefix}/sbin'
876 libexecdir='${exec_prefix}/libexec'
877 datarootdir='${prefix}/share'
878 datadir='${datarootdir}'
879 sysconfdir='${prefix}/etc'
880 sharedstatedir='${prefix}/com'
881 localstatedir='${prefix}/var'
882 includedir='${prefix}/include'
883 oldincludedir='/usr/include'
884 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
885 infodir='${datarootdir}/info'
886 htmldir='${docdir}'
887 dvidir='${docdir}'
888 pdfdir='${docdir}'
889 psdir='${docdir}'
890 libdir='${exec_prefix}/lib'
891 localedir='${datarootdir}/locale'
892 mandir='${datarootdir}/man'
894 ac_prev=
895 ac_dashdash=
896 for ac_option
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
900 eval $ac_prev=\$ac_option
901 ac_prev=
902 continue
905 case $ac_option in
906 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *=) ac_optarg= ;;
908 *) ac_optarg=yes ;;
909 esac
911 # Accept the important Cygnus configure options, so we can diagnose typos.
913 case $ac_dashdash$ac_option in
915 ac_dashdash=yes ;;
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
918 ac_prev=bindir ;;
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
920 bindir=$ac_optarg ;;
922 -build | --build | --buil | --bui | --bu)
923 ac_prev=build_alias ;;
924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
925 build_alias=$ac_optarg ;;
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
932 cache_file=$ac_optarg ;;
934 --config-cache | -C)
935 cache_file=config.cache ;;
937 -datadir | --datadir | --datadi | --datad)
938 ac_prev=datadir ;;
939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
940 datadir=$ac_optarg ;;
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
949 -disable-* | --disable-*)
950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
951 # Reject names that are not valid shell variable names.
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953 as_fn_error $? "invalid feature name: $ac_useropt"
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
958 "enable_$ac_useropt"
959 "*) ;;
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
962 esac
963 eval enable_$ac_useropt=no ;;
965 -docdir | --docdir | --docdi | --doc | --do)
966 ac_prev=docdir ;;
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
968 docdir=$ac_optarg ;;
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
971 ac_prev=dvidir ;;
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
973 dvidir=$ac_optarg ;;
975 -enable-* | --enable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error $? "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=\$ac_optarg ;;
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
998 exec_prefix=$ac_optarg ;;
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1002 with_gas=yes ;;
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
1011 -host | --host | --hos | --ho)
1012 ac_prev=host_alias ;;
1013 -host=* | --host=* | --hos=* | --ho=*)
1014 host_alias=$ac_optarg ;;
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1017 ac_prev=htmldir ;;
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1019 | --ht=*)
1020 htmldir=$ac_optarg ;;
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
1027 includedir=$ac_optarg ;;
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1030 ac_prev=infodir ;;
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1032 infodir=$ac_optarg ;;
1034 -libdir | --libdir | --libdi | --libd)
1035 ac_prev=libdir ;;
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1037 libdir=$ac_optarg ;;
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
1044 libexecdir=$ac_optarg ;;
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
1052 | --localstate | --localstat | --localsta | --localst | --locals)
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1056 localstatedir=$ac_optarg ;;
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1059 ac_prev=mandir ;;
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1061 mandir=$ac_optarg ;;
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1065 with_fp=no ;;
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1068 | --no-cr | --no-c | -n)
1069 no_create=yes ;;
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1073 no_recursion=yes ;;
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1082 oldincludedir=$ac_optarg ;;
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1085 ac_prev=prefix ;;
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1087 prefix=$ac_optarg ;;
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1094 program_prefix=$ac_optarg ;;
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1101 program_suffix=$ac_optarg ;;
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
1118 program_transform_name=$ac_optarg ;;
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1121 ac_prev=pdfdir ;;
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1125 -psdir | --psdir | --psdi | --psd | --ps)
1126 ac_prev=psdir ;;
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1128 psdir=$ac_optarg ;;
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1132 silent=yes ;;
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1135 ac_prev=sbindir ;;
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1137 | --sbi=* | --sb=*)
1138 sbindir=$ac_optarg ;;
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1143 | --sha | --sh)
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1148 | --sha=* | --sh=*)
1149 sharedstatedir=$ac_optarg ;;
1151 -site | --site | --sit)
1152 ac_prev=site ;;
1153 -site=* | --site=* | --sit=*)
1154 site=$ac_optarg ;;
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1157 ac_prev=srcdir ;;
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1159 srcdir=$ac_optarg ;;
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1166 sysconfdir=$ac_optarg ;;
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
1169 ac_prev=target_alias ;;
1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1171 target_alias=$ac_optarg ;;
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1174 verbose=yes ;;
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
1179 -with-* | --with-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error $? "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1188 "with_$ac_useropt"
1189 "*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=\$ac_optarg ;;
1195 -without-* | --without-*)
1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1197 # Reject names that are not valid shell variable names.
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1199 as_fn_error $? "invalid package name: $ac_useropt"
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1204 "with_$ac_useropt"
1205 "*) ;;
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1208 esac
1209 eval with_$ac_useropt=no ;;
1211 --x)
1212 # Obsolete; use --with-x.
1213 with_x=yes ;;
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1220 x_includes=$ac_optarg ;;
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1227 x_libraries=$ac_optarg ;;
1229 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1230 Try \`$0 --help' for more information"
1233 *=*)
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
1238 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1239 esac
1240 eval $ac_envvar=\$ac_optarg
1241 export $ac_envvar ;;
1244 # FIXME: should be removed in autoconf 3.0.
1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1251 esac
1252 done
1254 if test -n "$ac_prev"; then
1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1256 as_fn_error $? "missing argument to $ac_option"
1259 if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1261 no) ;;
1262 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1264 esac
1267 # Check all directory arguments for consistency.
1268 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1275 case $ac_val in
1276 */ )
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1279 esac
1280 # Be sure to have absolute directory names.
1281 case $ac_val in
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1284 esac
1285 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1286 done
1288 # There might be people who depend on the old broken behavior: `$host'
1289 # used to hold the argument of --host etc.
1290 # FIXME: To remove some day.
1291 build=$build_alias
1292 host=$host_alias
1293 target=$target_alias
1295 # FIXME: To remove some day.
1296 if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1304 ac_tool_prefix=
1305 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1307 test "$silent" = yes && exec 6>/dev/null
1310 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311 ac_ls_di=`ls -di .` &&
1312 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error $? "working directory cannot be determined"
1314 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error $? "pwd does not report name of working directory"
1318 # Find the source files, if location was not specified.
1319 if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327 $as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1336 /^X\(\/\/\)$/{
1337 s//\1/
1340 /^X\(\/\).*/{
1341 s//\1/
1344 s/.*/./; q'`
1345 srcdir=$ac_confdir
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 srcdir=..
1349 else
1350 ac_srcdir_defaulted=no
1352 if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1354 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1356 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357 ac_abs_confdir=`(
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1359 pwd)`
1360 # When building in place, set srcdir=.
1361 if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1364 # Remove unnecessary trailing slashes from srcdir.
1365 # Double slashes in file names in object file debugging info
1366 # mess up M-x gdb in Emacs.
1367 case $srcdir in
1368 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369 esac
1370 for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375 done
1378 # Report the --help message.
1380 if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384 \`configure' configures gas 2.39.50 to adapt to many kinds of systems.
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE. See below for descriptions of some of the useful variables.
1391 Defaults for the options are specified in brackets.
1393 Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking ...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1404 Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1408 [PREFIX]
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1415 For better control, use the options below.
1417 Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1437 _ACEOF
1439 cat <<\_ACEOF
1441 Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1446 System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450 _ACEOF
1453 if test -n "$ac_init_help"; then
1454 case $ac_init_help in
1455 short | recursive ) echo "Configuration of gas 2.39.50:";;
1456 esac
1457 cat <<\_ACEOF
1459 Optional Features:
1460 --disable-option-checking ignore unrecognized --enable/--with options
1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1462 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1463 --enable-silent-rules less verbose build output (undo: "make V=1")
1464 --disable-silent-rules verbose build output (undo: "make V=0")
1465 --enable-dependency-tracking
1466 do not reject slow dependency extractors
1467 --disable-dependency-tracking
1468 speeds up one-time build
1469 --enable-shared[=PKGS] build shared libraries [default=yes]
1470 --enable-static[=PKGS] build static libraries [default=yes]
1471 --enable-fast-install[=PKGS]
1472 optimize for fast installation [default=yes]
1473 --disable-libtool-lock avoid locking (might break parallel builds)
1474 --enable-plugins Enable support for plugins
1475 --disable-largefile omit support for large files
1476 --enable-targets alternative target configurations besides the primary
1477 --enable-checking enable run-time checks
1478 --enable-compressed-debug-sections={all,gas,none}
1479 compress debug sections by default
1480 --enable-default-compressed-debug-sections-algorithm={zlib,zstd}
1481 Default compression algorithm for
1482 --enable-compressed-debug-sections.
1483 --enable-x86-relax-relocations
1484 generate x86 relax relocations by default
1485 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1486 default
1487 --enable-generate-build-notes
1488 generate GNU Build notes if none are provided by the
1489 input
1490 --enable-mips-fix-loongson3-llsc
1491 enable MIPS fix Loongson3 LLSC errata
1492 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1493 --enable-default-riscv-attribute
1494 generate RISC-V arch attribute by default
1495 --enable-werror treat compile warnings as errors
1496 --enable-build-warnings enable build-time compiler warnings
1497 --disable-nls do not use Native Language Support
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
1502 Optional Packages:
1503 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1504 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1505 --with-pic try to use only PIC/non-PIC objects [default=use
1506 both]
1507 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1508 --with-cpu=CPU default cpu variant is CPU (currently only supported
1509 on ARC)
1510 --with-system-zlib use installed libz
1511 --with-zstd support zstd compressed debug sections
1512 (default=auto)
1514 Some influential environment variables:
1515 CC C compiler command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1518 nonstandard directory <lib dir>
1519 LIBS libraries to pass to the linker, e.g. -l<library>
1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1521 you have headers in a nonstandard directory <include dir>
1522 CPP C preprocessor
1523 YACC The `Yet Another Compiler Compiler' implementation to use.
1524 Defaults to the first program found out of: `bison -y', `byacc',
1525 `yacc'.
1526 YFLAGS The list of arguments that will be passed by default to $YACC.
1527 This script will default YFLAGS to the empty string to avoid a
1528 default value of `-d' given by some make applications.
1529 PKG_CONFIG path to pkg-config utility
1530 PKG_CONFIG_PATH
1531 directories to add to pkg-config's search path
1532 PKG_CONFIG_LIBDIR
1533 path overriding pkg-config's built-in search path
1534 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1535 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1537 Use these variables to override the choices made by `configure' or to help
1538 it to find libraries and programs with nonstandard names/locations.
1540 Report bugs to the package provider.
1541 _ACEOF
1542 ac_status=$?
1545 if test "$ac_init_help" = "recursive"; then
1546 # If there are subdirs, report their specific --help.
1547 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1548 test -d "$ac_dir" ||
1549 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1550 continue
1551 ac_builddir=.
1553 case "$ac_dir" in
1554 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1556 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1557 # A ".." for each directory in $ac_dir_suffix.
1558 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1559 case $ac_top_builddir_sub in
1560 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1561 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1562 esac ;;
1563 esac
1564 ac_abs_top_builddir=$ac_pwd
1565 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1566 # for backward compatibility:
1567 ac_top_builddir=$ac_top_build_prefix
1569 case $srcdir in
1570 .) # We are building in place.
1571 ac_srcdir=.
1572 ac_top_srcdir=$ac_top_builddir_sub
1573 ac_abs_top_srcdir=$ac_pwd ;;
1574 [\\/]* | ?:[\\/]* ) # Absolute name.
1575 ac_srcdir=$srcdir$ac_dir_suffix;
1576 ac_top_srcdir=$srcdir
1577 ac_abs_top_srcdir=$srcdir ;;
1578 *) # Relative name.
1579 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1580 ac_top_srcdir=$ac_top_build_prefix$srcdir
1581 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1582 esac
1583 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1585 cd "$ac_dir" || { ac_status=$?; continue; }
1586 # Check for guested configure.
1587 if test -f "$ac_srcdir/configure.gnu"; then
1588 echo &&
1589 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1590 elif test -f "$ac_srcdir/configure"; then
1591 echo &&
1592 $SHELL "$ac_srcdir/configure" --help=recursive
1593 else
1594 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1595 fi || ac_status=$?
1596 cd "$ac_pwd" || { ac_status=$?; break; }
1597 done
1600 test -n "$ac_init_help" && exit $ac_status
1601 if $ac_init_version; then
1602 cat <<\_ACEOF
1603 gas configure 2.39.50
1604 generated by GNU Autoconf 2.69
1606 Copyright (C) 2012 Free Software Foundation, Inc.
1607 This configure script is free software; the Free Software Foundation
1608 gives unlimited permission to copy, distribute and modify it.
1609 _ACEOF
1610 exit
1613 ## ------------------------ ##
1614 ## Autoconf initialization. ##
1615 ## ------------------------ ##
1617 # ac_fn_c_try_compile LINENO
1618 # --------------------------
1619 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1620 ac_fn_c_try_compile ()
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 rm -f conftest.$ac_objext
1624 if { { ac_try="$ac_compile"
1625 case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628 esac
1629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630 $as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_compile") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest.$ac_objext; then :
1643 ac_retval=0
1644 else
1645 $as_echo "$as_me: failed program was:" >&5
1646 sed 's/^/| /' conftest.$ac_ext >&5
1648 ac_retval=1
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
1653 } # ac_fn_c_try_compile
1655 # ac_fn_c_try_cpp LINENO
1656 # ----------------------
1657 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1658 ac_fn_c_try_cpp ()
1660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1661 if { { ac_try="$ac_cpp conftest.$ac_ext"
1662 case "(($ac_try" in
1663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1664 *) ac_try_echo=$ac_try;;
1665 esac
1666 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1667 $as_echo "$ac_try_echo"; } >&5
1668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1669 ac_status=$?
1670 if test -s conftest.err; then
1671 grep -v '^ *+' conftest.err >conftest.er1
1672 cat conftest.er1 >&5
1673 mv -f conftest.er1 conftest.err
1675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1676 test $ac_status = 0; } > conftest.i && {
1677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1678 test ! -s conftest.err
1679 }; then :
1680 ac_retval=0
1681 else
1682 $as_echo "$as_me: failed program was:" >&5
1683 sed 's/^/| /' conftest.$ac_ext >&5
1685 ac_retval=1
1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 as_fn_set_status $ac_retval
1690 } # ac_fn_c_try_cpp
1692 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1693 # -------------------------------------------------------
1694 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1695 # the include files in INCLUDES and setting the cache variable VAR
1696 # accordingly.
1697 ac_fn_c_check_header_mongrel ()
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if eval \${$3+:} false; then :
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702 $as_echo_n "checking for $2... " >&6; }
1703 if eval \${$3+:} false; then :
1704 $as_echo_n "(cached) " >&6
1706 eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708 $as_echo "$ac_res" >&6; }
1709 else
1710 # Is the header compilable?
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1712 $as_echo_n "checking $2 usability... " >&6; }
1713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714 /* end confdefs.h. */
1716 #include <$2>
1717 _ACEOF
1718 if ac_fn_c_try_compile "$LINENO"; then :
1719 ac_header_compiler=yes
1720 else
1721 ac_header_compiler=no
1723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1725 $as_echo "$ac_header_compiler" >&6; }
1727 # Is the header present?
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1729 $as_echo_n "checking $2 presence... " >&6; }
1730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731 /* end confdefs.h. */
1732 #include <$2>
1733 _ACEOF
1734 if ac_fn_c_try_cpp "$LINENO"; then :
1735 ac_header_preproc=yes
1736 else
1737 ac_header_preproc=no
1739 rm -f conftest.err conftest.i conftest.$ac_ext
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1741 $as_echo "$ac_header_preproc" >&6; }
1743 # So? What about this header?
1744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1745 yes:no: )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1747 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1751 no:yes:* )
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1753 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1755 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1757 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1759 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1761 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1763 esac
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if eval \${$3+:} false; then :
1767 $as_echo_n "(cached) " >&6
1768 else
1769 eval "$3=\$ac_header_compiler"
1771 eval ac_res=\$$3
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773 $as_echo "$ac_res" >&6; }
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1777 } # ac_fn_c_check_header_mongrel
1779 # ac_fn_c_try_run LINENO
1780 # ----------------------
1781 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1782 # that executables *can* be run.
1783 ac_fn_c_try_run ()
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 if { { ac_try="$ac_link"
1787 case "(($ac_try" in
1788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1789 *) ac_try_echo=$ac_try;;
1790 esac
1791 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1792 $as_echo "$ac_try_echo"; } >&5
1793 (eval "$ac_link") 2>&5
1794 ac_status=$?
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1797 { { case "(($ac_try" in
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1800 esac
1801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802 $as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_try") 2>&5
1804 ac_status=$?
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; }; }; then :
1807 ac_retval=0
1808 else
1809 $as_echo "$as_me: program exited with status $ac_status" >&5
1810 $as_echo "$as_me: failed program was:" >&5
1811 sed 's/^/| /' conftest.$ac_ext >&5
1813 ac_retval=$ac_status
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status $ac_retval
1819 } # ac_fn_c_try_run
1821 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1822 # -------------------------------------------------------
1823 # Tests whether HEADER exists and can be compiled using the include files in
1824 # INCLUDES, setting the cache variable VAR accordingly.
1825 ac_fn_c_check_header_compile ()
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829 $as_echo_n "checking for $2... " >&6; }
1830 if eval \${$3+:} false; then :
1831 $as_echo_n "(cached) " >&6
1832 else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1836 #include <$2>
1837 _ACEOF
1838 if ac_fn_c_try_compile "$LINENO"; then :
1839 eval "$3=yes"
1840 else
1841 eval "$3=no"
1843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1845 eval ac_res=\$$3
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847 $as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1850 } # ac_fn_c_check_header_compile
1852 # ac_fn_c_try_link LINENO
1853 # -----------------------
1854 # Try to link conftest.$ac_ext, and return whether this succeeded.
1855 ac_fn_c_try_link ()
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 rm -f conftest.$ac_objext conftest$ac_exeext
1859 if { { ac_try="$ac_link"
1860 case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>conftest.err
1867 ac_status=$?
1868 if test -s conftest.err; then
1869 grep -v '^ *+' conftest.err >conftest.er1
1870 cat conftest.er1 >&5
1871 mv -f conftest.er1 conftest.err
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && {
1875 test -z "$ac_c_werror_flag" ||
1876 test ! -s conftest.err
1877 } && test -s conftest$ac_exeext && {
1878 test "$cross_compiling" = yes ||
1879 test -x conftest$ac_exeext
1880 }; then :
1881 ac_retval=0
1882 else
1883 $as_echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1886 ac_retval=1
1888 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890 # interfere with the next link command; also delete a directory that is
1891 # left behind by Apple's compiler. We do this before executing the actions.
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1894 as_fn_set_status $ac_retval
1896 } # ac_fn_c_try_link
1898 # ac_fn_c_check_func LINENO FUNC VAR
1899 # ----------------------------------
1900 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1901 ac_fn_c_check_func ()
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if eval \${$3+:} false; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1911 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1913 #define $2 innocuous_$2
1915 /* System header to define __stub macros and hopefully few prototypes,
1916 which can conflict with char $2 (); below.
1917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1918 <limits.h> exists even on freestanding compilers. */
1920 #ifdef __STDC__
1921 # include <limits.h>
1922 #else
1923 # include <assert.h>
1924 #endif
1926 #undef $2
1928 /* Override any GCC internal prototype to avoid an error.
1929 Use char because int might match the return type of a GCC
1930 builtin and then its argument prototype would still apply. */
1931 #ifdef __cplusplus
1932 extern "C"
1933 #endif
1934 char $2 ();
1935 /* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938 #if defined __stub_$2 || defined __stub___$2
1939 choke me
1940 #endif
1943 main ()
1945 return $2 ();
1947 return 0;
1949 _ACEOF
1950 if ac_fn_c_try_link "$LINENO"; then :
1951 eval "$3=yes"
1952 else
1953 eval "$3=no"
1955 rm -f core conftest.err conftest.$ac_objext \
1956 conftest$ac_exeext conftest.$ac_ext
1958 eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960 $as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1963 } # ac_fn_c_check_func
1965 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1966 # ---------------------------------------------
1967 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1968 # accordingly.
1969 ac_fn_c_check_decl ()
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1972 as_decl_name=`echo $2|sed 's/ *(.*//'`
1973 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1975 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1976 if eval \${$3+:} false; then :
1977 $as_echo_n "(cached) " >&6
1978 else
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980 /* end confdefs.h. */
1983 main ()
1985 #ifndef $as_decl_name
1986 #ifdef __cplusplus
1987 (void) $as_decl_use;
1988 #else
1989 (void) $as_decl_name;
1990 #endif
1991 #endif
1994 return 0;
1996 _ACEOF
1997 if ac_fn_c_try_compile "$LINENO"; then :
1998 eval "$3=yes"
1999 else
2000 eval "$3=no"
2002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2004 eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006 $as_echo "$ac_res" >&6; }
2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2009 } # ac_fn_c_check_decl
2010 cat >config.log <<_ACEOF
2011 This file contains any messages produced by compilers while
2012 running configure, to aid debugging if configure makes a mistake.
2014 It was created by gas $as_me 2.39.50, which was
2015 generated by GNU Autoconf 2.69. Invocation command line was
2017 $ $0 $@
2019 _ACEOF
2020 exec 5>>config.log
2022 cat <<_ASUNAME
2023 ## --------- ##
2024 ## Platform. ##
2025 ## --------- ##
2027 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2033 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2036 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2037 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2038 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2039 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2040 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2041 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2042 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2044 _ASUNAME
2046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047 for as_dir in $PATH
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
2051 $as_echo "PATH: $as_dir"
2052 done
2053 IFS=$as_save_IFS
2055 } >&5
2057 cat >&5 <<_ACEOF
2060 ## ----------- ##
2061 ## Core tests. ##
2062 ## ----------- ##
2064 _ACEOF
2067 # Keep a trace of the command line.
2068 # Strip out --no-create and --no-recursion so they do not pile up.
2069 # Strip out --silent because we don't want to record it for future runs.
2070 # Also quote any args containing shell meta-characters.
2071 # Make two passes to allow for proper duplicate-argument suppression.
2072 ac_configure_args=
2073 ac_configure_args0=
2074 ac_configure_args1=
2075 ac_must_keep_next=false
2076 for ac_pass in 1 2
2078 for ac_arg
2080 case $ac_arg in
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2084 continue ;;
2085 *\'*)
2086 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2087 esac
2088 case $ac_pass in
2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2091 as_fn_append ac_configure_args1 " '$ac_arg'"
2092 if test $ac_must_keep_next = true; then
2093 ac_must_keep_next=false # Got value, back to normal.
2094 else
2095 case $ac_arg in
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102 esac
2104 -* ) ac_must_keep_next=true ;;
2105 esac
2107 as_fn_append ac_configure_args " '$ac_arg'"
2109 esac
2110 done
2111 done
2112 { ac_configure_args0=; unset ac_configure_args0;}
2113 { ac_configure_args1=; unset ac_configure_args1;}
2115 # When interrupted or exit'd, cleanup temporary files, and complete
2116 # config.log. We remove comments because anyway the quotes in there
2117 # would cause problems or look ugly.
2118 # WARNING: Use '\'' to represent an apostrophe within the trap.
2119 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2120 trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2123 echo
2125 $as_echo "## ---------------- ##
2126 ## Cache variables. ##
2127 ## ---------------- ##"
2128 echo
2129 # The following way of writing the cache mishandles newlines in values,
2131 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2132 eval ac_val=\$$ac_var
2133 case $ac_val in #(
2134 *${as_nl}*)
2135 case $ac_var in #(
2136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2137 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2138 esac
2139 case $ac_var in #(
2140 _ | IFS | as_nl) ;; #(
2141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2142 *) { eval $ac_var=; unset $ac_var;} ;;
2143 esac ;;
2144 esac
2145 done
2146 (set) 2>&1 |
2147 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2148 *${as_nl}ac_space=\ *)
2149 sed -n \
2150 "s/'\''/'\''\\\\'\'''\''/g;
2151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2152 ;; #(
2154 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2156 esac |
2157 sort
2159 echo
2161 $as_echo "## ----------------- ##
2162 ## Output variables. ##
2163 ## ----------------- ##"
2164 echo
2165 for ac_var in $ac_subst_vars
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
2172 done | sort
2173 echo
2175 if test -n "$ac_subst_files"; then
2176 $as_echo "## ------------------- ##
2177 ## File substitutions. ##
2178 ## ------------------- ##"
2179 echo
2180 for ac_var in $ac_subst_files
2182 eval ac_val=\$$ac_var
2183 case $ac_val in
2184 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2185 esac
2186 $as_echo "$ac_var='\''$ac_val'\''"
2187 done | sort
2188 echo
2191 if test -s confdefs.h; then
2192 $as_echo "## ----------- ##
2193 ## confdefs.h. ##
2194 ## ----------- ##"
2195 echo
2196 cat confdefs.h
2197 echo
2199 test "$ac_signal" != 0 &&
2200 $as_echo "$as_me: caught signal $ac_signal"
2201 $as_echo "$as_me: exit $exit_status"
2202 } >&5
2203 rm -f core *.core core.conftest.* &&
2204 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2205 exit $exit_status
2207 for ac_signal in 1 2 13 15; do
2208 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2209 done
2210 ac_signal=0
2212 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2213 rm -f -r conftest* confdefs.h
2215 $as_echo "/* confdefs.h */" > confdefs.h
2217 # Predefined preprocessor variables.
2219 cat >>confdefs.h <<_ACEOF
2220 #define PACKAGE_NAME "$PACKAGE_NAME"
2221 _ACEOF
2223 cat >>confdefs.h <<_ACEOF
2224 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2225 _ACEOF
2227 cat >>confdefs.h <<_ACEOF
2228 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2229 _ACEOF
2231 cat >>confdefs.h <<_ACEOF
2232 #define PACKAGE_STRING "$PACKAGE_STRING"
2233 _ACEOF
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2237 _ACEOF
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_URL "$PACKAGE_URL"
2241 _ACEOF
2244 # Let the site file select an alternate cache file if it wants to.
2245 # Prefer an explicitly selected file to automatically selected ones.
2246 ac_site_file1=NONE
2247 ac_site_file2=NONE
2248 if test -n "$CONFIG_SITE"; then
2249 # We do not want a PATH search for config.site.
2250 case $CONFIG_SITE in #((
2251 -*) ac_site_file1=./$CONFIG_SITE;;
2252 */*) ac_site_file1=$CONFIG_SITE;;
2253 *) ac_site_file1=./$CONFIG_SITE;;
2254 esac
2255 elif test "x$prefix" != xNONE; then
2256 ac_site_file1=$prefix/share/config.site
2257 ac_site_file2=$prefix/etc/config.site
2258 else
2259 ac_site_file1=$ac_default_prefix/share/config.site
2260 ac_site_file2=$ac_default_prefix/etc/config.site
2262 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2264 test "x$ac_site_file" = xNONE && continue
2265 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2267 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2268 sed 's/^/| /' "$ac_site_file" >&5
2269 . "$ac_site_file" \
2270 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272 as_fn_error $? "failed to load site script $ac_site_file
2273 See \`config.log' for more details" "$LINENO" 5; }
2275 done
2277 if test -r "$cache_file"; then
2278 # Some versions of bash will fail to source /dev/null (special files
2279 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2280 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2282 $as_echo "$as_me: loading cache $cache_file" >&6;}
2283 case $cache_file in
2284 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2285 *) . "./$cache_file";;
2286 esac
2288 else
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2290 $as_echo "$as_me: creating cache $cache_file" >&6;}
2291 >$cache_file
2294 # Check that the precious variables saved in the cache have kept the same
2295 # value.
2296 ac_cache_corrupted=false
2297 for ac_var in $ac_precious_vars; do
2298 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2299 eval ac_new_set=\$ac_env_${ac_var}_set
2300 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2301 eval ac_new_val=\$ac_env_${ac_var}_value
2302 case $ac_old_set,$ac_new_set in
2303 set,)
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2305 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2306 ac_cache_corrupted=: ;;
2307 ,set)
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2309 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2310 ac_cache_corrupted=: ;;
2311 ,);;
2313 if test "x$ac_old_val" != "x$ac_new_val"; then
2314 # differences in whitespace do not lead to failure.
2315 ac_old_val_w=`echo x $ac_old_val`
2316 ac_new_val_w=`echo x $ac_new_val`
2317 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2319 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2320 ac_cache_corrupted=:
2321 else
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2323 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2324 eval $ac_var=\$ac_old_val
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2327 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2329 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2330 fi;;
2331 esac
2332 # Pass precious variables to config.status.
2333 if test "$ac_new_set" = set; then
2334 case $ac_new_val in
2335 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2336 *) ac_arg=$ac_var=$ac_new_val ;;
2337 esac
2338 case " $ac_configure_args " in
2339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2340 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2341 esac
2343 done
2344 if $ac_cache_corrupted; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2346 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2348 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2349 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2351 ## -------------------- ##
2352 ## Main body of script. ##
2353 ## -------------------- ##
2355 ac_ext=c
2356 ac_cpp='$CPP $CPPFLAGS'
2357 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2358 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2359 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2367 ac_aux_dir=
2368 for ac_dir in .. "$srcdir"/..; do
2369 if test -f "$ac_dir/install-sh"; then
2370 ac_aux_dir=$ac_dir
2371 ac_install_sh="$ac_aux_dir/install-sh -c"
2372 break
2373 elif test -f "$ac_dir/install.sh"; then
2374 ac_aux_dir=$ac_dir
2375 ac_install_sh="$ac_aux_dir/install.sh -c"
2376 break
2377 elif test -f "$ac_dir/shtool"; then
2378 ac_aux_dir=$ac_dir
2379 ac_install_sh="$ac_aux_dir/shtool install -c"
2380 break
2382 done
2383 if test -z "$ac_aux_dir"; then
2384 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2387 # These three variables are undocumented and unsupported,
2388 # and are intended to be withdrawn in a future Autoconf release.
2389 # They can cause serious problems if a builder's source tree is in a directory
2390 # whose full name contains unusual characters.
2391 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2392 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2393 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2396 # Make sure we can run config.sub.
2397 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2398 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2401 $as_echo_n "checking build system type... " >&6; }
2402 if ${ac_cv_build+:} false; then :
2403 $as_echo_n "(cached) " >&6
2404 else
2405 ac_build_alias=$build_alias
2406 test "x$ac_build_alias" = x &&
2407 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2408 test "x$ac_build_alias" = x &&
2409 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2410 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2411 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2415 $as_echo "$ac_cv_build" >&6; }
2416 case $ac_cv_build in
2417 *-*-*) ;;
2418 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2419 esac
2420 build=$ac_cv_build
2421 ac_save_IFS=$IFS; IFS='-'
2422 set x $ac_cv_build
2423 shift
2424 build_cpu=$1
2425 build_vendor=$2
2426 shift; shift
2427 # Remember, the first character of IFS is used to create $*,
2428 # except with old shells:
2429 build_os=$*
2430 IFS=$ac_save_IFS
2431 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2435 $as_echo_n "checking host system type... " >&6; }
2436 if ${ac_cv_host+:} false; then :
2437 $as_echo_n "(cached) " >&6
2438 else
2439 if test "x$host_alias" = x; then
2440 ac_cv_host=$ac_cv_build
2441 else
2442 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2448 $as_echo "$ac_cv_host" >&6; }
2449 case $ac_cv_host in
2450 *-*-*) ;;
2451 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2452 esac
2453 host=$ac_cv_host
2454 ac_save_IFS=$IFS; IFS='-'
2455 set x $ac_cv_host
2456 shift
2457 host_cpu=$1
2458 host_vendor=$2
2459 shift; shift
2460 # Remember, the first character of IFS is used to create $*,
2461 # except with old shells:
2462 host_os=$*
2463 IFS=$ac_save_IFS
2464 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2468 $as_echo_n "checking target system type... " >&6; }
2469 if ${ac_cv_target+:} false; then :
2470 $as_echo_n "(cached) " >&6
2471 else
2472 if test "x$target_alias" = x; then
2473 ac_cv_target=$ac_cv_host
2474 else
2475 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2476 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2481 $as_echo "$ac_cv_target" >&6; }
2482 case $ac_cv_target in
2483 *-*-*) ;;
2484 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2485 esac
2486 target=$ac_cv_target
2487 ac_save_IFS=$IFS; IFS='-'
2488 set x $ac_cv_target
2489 shift
2490 target_cpu=$1
2491 target_vendor=$2
2492 shift; shift
2493 # Remember, the first character of IFS is used to create $*,
2494 # except with old shells:
2495 target_os=$*
2496 IFS=$ac_save_IFS
2497 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2500 # The aliases save the names the user supplied, while $host etc.
2501 # will get canonicalized.
2502 test -n "$target_alias" &&
2503 test "$program_prefix$program_suffix$program_transform_name" = \
2504 NONENONEs,x,x, &&
2505 program_prefix=${target_alias}-
2507 am__api_version='1.15'
2509 # Find a good install program. We prefer a C program (faster),
2510 # so one script is as good as another. But avoid the broken or
2511 # incompatible versions:
2512 # SysV /etc/install, /usr/sbin/install
2513 # SunOS /usr/etc/install
2514 # IRIX /sbin/install
2515 # AIX /bin/install
2516 # AmigaOS /C/install, which installs bootblocks on floppy discs
2517 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2518 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2519 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2520 # OS/2's system install, which has a completely different semantic
2521 # ./install, which can be erroneously created by make from ./install.sh.
2522 # Reject install programs that cannot install multiple files.
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2524 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2525 if test -z "$INSTALL"; then
2526 if ${ac_cv_path_install+:} false; then :
2527 $as_echo_n "(cached) " >&6
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 # Account for people who put trailing slashes in PATH elements.
2535 case $as_dir/ in #((
2536 ./ | .// | /[cC]/* | \
2537 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2538 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2539 /usr/ucb/* ) ;;
2541 # OSF1 and SCO ODT 3.0 have their own names for install.
2542 # Don't use installbsd from OSF since it installs stuff as root
2543 # by default.
2544 for ac_prog in ginstall scoinst install; do
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2547 if test $ac_prog = install &&
2548 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2549 # AIX install. It has an incompatible calling convention.
2551 elif test $ac_prog = install &&
2552 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # program-specific install script used by HP pwplus--don't use.
2555 else
2556 rm -rf conftest.one conftest.two conftest.dir
2557 echo one > conftest.one
2558 echo two > conftest.two
2559 mkdir conftest.dir
2560 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2561 test -s conftest.one && test -s conftest.two &&
2562 test -s conftest.dir/conftest.one &&
2563 test -s conftest.dir/conftest.two
2564 then
2565 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2566 break 3
2570 done
2571 done
2573 esac
2575 done
2576 IFS=$as_save_IFS
2578 rm -rf conftest.one conftest.two conftest.dir
2581 if test "${ac_cv_path_install+set}" = set; then
2582 INSTALL=$ac_cv_path_install
2583 else
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for INSTALL within a source directory, because that will
2586 # break other packages using the cache if that directory is
2587 # removed, or if the value is a relative name.
2588 INSTALL=$ac_install_sh
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2592 $as_echo "$INSTALL" >&6; }
2594 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2595 # It thinks the first close brace ends the variable substitution.
2596 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2598 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2600 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2603 $as_echo_n "checking whether build environment is sane... " >&6; }
2604 # Reject unsafe characters in $srcdir or the absolute working directory
2605 # name. Accept space and tab only in the latter.
2606 am_lf='
2608 case `pwd` in
2609 *[\\\"\#\$\&\'\`$am_lf]*)
2610 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2611 esac
2612 case $srcdir in
2613 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2614 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2615 esac
2617 # Do 'set' in a subshell so we don't clobber the current shell's
2618 # arguments. Must try -L first in case configure is actually a
2619 # symlink; some systems play weird games with the mod time of symlinks
2620 # (eg FreeBSD returns the mod time of the symlink's containing
2621 # directory).
2622 if (
2623 am_has_slept=no
2624 for am_try in 1 2; do
2625 echo "timestamp, slept: $am_has_slept" > conftest.file
2626 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2627 if test "$*" = "X"; then
2628 # -L didn't work.
2629 set X `ls -t "$srcdir/configure" conftest.file`
2631 if test "$*" != "X $srcdir/configure conftest.file" \
2632 && test "$*" != "X conftest.file $srcdir/configure"; then
2634 # If neither matched, then we have a broken ls. This can happen
2635 # if, for instance, CONFIG_SHELL is bash and it inherits a
2636 # broken ls alias from the environment. This has actually
2637 # happened. Such a system could not be considered "sane".
2638 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2639 alias in your environment" "$LINENO" 5
2641 if test "$2" = conftest.file || test $am_try -eq 2; then
2642 break
2644 # Just in case.
2645 sleep 1
2646 am_has_slept=yes
2647 done
2648 test "$2" = conftest.file
2650 then
2651 # Ok.
2653 else
2654 as_fn_error $? "newly created file is older than distributed files!
2655 Check your system clock" "$LINENO" 5
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658 $as_echo "yes" >&6; }
2659 # If we didn't sleep, we still need to ensure time stamps of config.status and
2660 # generated files are strictly newer.
2661 am_sleep_pid=
2662 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2663 ( sleep 1 ) &
2664 am_sleep_pid=$!
2667 rm -f conftest.file
2669 test "$program_prefix" != NONE &&
2670 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2671 # Use a double $ so make ignores it.
2672 test "$program_suffix" != NONE &&
2673 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2674 # Double any \ or $.
2675 # By default was `s,x,x', remove it if useless.
2676 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2677 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2679 # Expand $ac_aux_dir to an absolute path.
2680 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2682 if test x"${MISSING+set}" != xset; then
2683 case $am_aux_dir in
2684 *\ * | *\ *)
2685 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2687 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2688 esac
2690 # Use eval to expand $SHELL
2691 if eval "$MISSING --is-lightweight"; then
2692 am_missing_run="$MISSING "
2693 else
2694 am_missing_run=
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2696 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2699 if test x"${install_sh+set}" != xset; then
2700 case $am_aux_dir in
2701 *\ * | *\ *)
2702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2704 install_sh="\${SHELL} $am_aux_dir/install-sh"
2705 esac
2708 # Installed binaries are usually stripped using 'strip' when the user
2709 # run "make install-strip". However 'strip' might not be the right
2710 # tool to use in cross-compilation environments, therefore Automake
2711 # will honor the 'STRIP' environment variable to overrule this program.
2712 if test "$cross_compiling" != no; then
2713 if test -n "$ac_tool_prefix"; then
2714 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2715 set dummy ${ac_tool_prefix}strip; ac_word=$2
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717 $as_echo_n "checking for $ac_word... " >&6; }
2718 if ${ac_cv_prog_STRIP+:} false; then :
2719 $as_echo_n "(cached) " >&6
2720 else
2721 if test -n "$STRIP"; then
2722 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2723 else
2724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725 for as_dir in $PATH
2727 IFS=$as_save_IFS
2728 test -z "$as_dir" && as_dir=.
2729 for ac_exec_ext in '' $ac_executable_extensions; do
2730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2731 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2733 break 2
2735 done
2736 done
2737 IFS=$as_save_IFS
2741 STRIP=$ac_cv_prog_STRIP
2742 if test -n "$STRIP"; then
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2744 $as_echo "$STRIP" >&6; }
2745 else
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747 $as_echo "no" >&6; }
2752 if test -z "$ac_cv_prog_STRIP"; then
2753 ac_ct_STRIP=$STRIP
2754 # Extract the first word of "strip", so it can be a program name with args.
2755 set dummy strip; ac_word=$2
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757 $as_echo_n "checking for $ac_word... " >&6; }
2758 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2759 $as_echo_n "(cached) " >&6
2760 else
2761 if test -n "$ac_ct_STRIP"; then
2762 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2763 else
2764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2765 for as_dir in $PATH
2767 IFS=$as_save_IFS
2768 test -z "$as_dir" && as_dir=.
2769 for ac_exec_ext in '' $ac_executable_extensions; do
2770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2771 ac_cv_prog_ac_ct_STRIP="strip"
2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2773 break 2
2775 done
2776 done
2777 IFS=$as_save_IFS
2781 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2782 if test -n "$ac_ct_STRIP"; then
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2784 $as_echo "$ac_ct_STRIP" >&6; }
2785 else
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787 $as_echo "no" >&6; }
2790 if test "x$ac_ct_STRIP" = x; then
2791 STRIP=":"
2792 else
2793 case $cross_compiling:$ac_tool_warned in
2794 yes:)
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2797 ac_tool_warned=yes ;;
2798 esac
2799 STRIP=$ac_ct_STRIP
2801 else
2802 STRIP="$ac_cv_prog_STRIP"
2806 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2809 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2810 if test -z "$MKDIR_P"; then
2811 if ${ac_cv_path_mkdir+:} false; then :
2812 $as_echo_n "(cached) " >&6
2813 else
2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_prog in mkdir gmkdir; do
2820 for ac_exec_ext in '' $ac_executable_extensions; do
2821 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2822 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2823 'mkdir (GNU coreutils) '* | \
2824 'mkdir (coreutils) '* | \
2825 'mkdir (fileutils) '4.1*)
2826 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2827 break 3;;
2828 esac
2829 done
2830 done
2831 done
2832 IFS=$as_save_IFS
2836 test -d ./--version && rmdir ./--version
2837 if test "${ac_cv_path_mkdir+set}" = set; then
2838 MKDIR_P="$ac_cv_path_mkdir -p"
2839 else
2840 # As a last resort, use the slow shell script. Don't cache a
2841 # value for MKDIR_P within a source directory, because that will
2842 # break other packages using the cache if that directory is
2843 # removed, or if the value is a relative name.
2844 MKDIR_P="$ac_install_sh -d"
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2848 $as_echo "$MKDIR_P" >&6; }
2850 for ac_prog in gawk mawk nawk awk
2852 # Extract the first word of "$ac_prog", so it can be a program name with args.
2853 set dummy $ac_prog; ac_word=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if ${ac_cv_prog_AWK+:} false; then :
2857 $as_echo_n "(cached) " >&6
2858 else
2859 if test -n "$AWK"; then
2860 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2861 else
2862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863 for as_dir in $PATH
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
2868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2869 ac_cv_prog_AWK="$ac_prog"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 break 2
2873 done
2874 done
2875 IFS=$as_save_IFS
2879 AWK=$ac_cv_prog_AWK
2880 if test -n "$AWK"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2882 $as_echo "$AWK" >&6; }
2883 else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2889 test -n "$AWK" && break
2890 done
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2894 set x ${MAKE-make}
2895 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2896 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 cat >conftest.make <<\_ACEOF
2900 SHELL = /bin/sh
2901 all:
2902 @echo '@@@%%%=$(MAKE)=@@@%%%'
2903 _ACEOF
2904 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2905 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2906 *@@@%%%=?*=@@@%%%*)
2907 eval ac_cv_prog_make_${ac_make}_set=yes;;
2909 eval ac_cv_prog_make_${ac_make}_set=no;;
2910 esac
2911 rm -f conftest.make
2913 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915 $as_echo "yes" >&6; }
2916 SET_MAKE=
2917 else
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919 $as_echo "no" >&6; }
2920 SET_MAKE="MAKE=${MAKE-make}"
2923 rm -rf .tst 2>/dev/null
2924 mkdir .tst 2>/dev/null
2925 if test -d .tst; then
2926 am__leading_dot=.
2927 else
2928 am__leading_dot=_
2930 rmdir .tst 2>/dev/null
2932 # Check whether --enable-silent-rules was given.
2933 if test "${enable_silent_rules+set}" = set; then :
2934 enableval=$enable_silent_rules;
2937 case $enable_silent_rules in # (((
2938 yes) AM_DEFAULT_VERBOSITY=0;;
2939 no) AM_DEFAULT_VERBOSITY=1;;
2940 *) AM_DEFAULT_VERBOSITY=1;;
2941 esac
2942 am_make=${MAKE-make}
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2944 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2945 if ${am_cv_make_support_nested_variables+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947 else
2948 if $as_echo 'TRUE=$(BAR$(V))
2949 BAR0=false
2950 BAR1=true
2952 am__doit:
2953 @$(TRUE)
2954 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2955 am_cv_make_support_nested_variables=yes
2956 else
2957 am_cv_make_support_nested_variables=no
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2961 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2962 if test $am_cv_make_support_nested_variables = yes; then
2963 AM_V='$(V)'
2964 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2965 else
2966 AM_V=$AM_DEFAULT_VERBOSITY
2967 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2969 AM_BACKSLASH='\'
2971 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2973 # is not polluted with repeated "-I."
2974 am__isrc=' -I$(srcdir)'
2975 # test to see if srcdir already configured
2976 if test -f $srcdir/config.status; then
2977 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2981 # test whether we have cygpath
2982 if test -z "$CYGPATH_W"; then
2983 if (cygpath --version) >/dev/null 2>/dev/null; then
2984 CYGPATH_W='cygpath -w'
2985 else
2986 CYGPATH_W=echo
2991 # Define the identity of the package.
2992 PACKAGE='gas'
2993 VERSION='2.39.50'
2996 cat >>confdefs.h <<_ACEOF
2997 #define PACKAGE "$PACKAGE"
2998 _ACEOF
3001 cat >>confdefs.h <<_ACEOF
3002 #define VERSION "$VERSION"
3003 _ACEOF
3005 # Some tools Automake needs.
3007 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3010 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3013 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3016 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3019 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3021 # For better backward compatibility. To be removed once Automake 1.9.x
3022 # dies out for good. For more background, see:
3023 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3024 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3025 mkdir_p='$(MKDIR_P)'
3027 # We need awk for the "check" target (and possibly the TAP driver). The
3028 # system "awk" is bad on some platforms.
3029 # Always define AMTAR for backward compatibility. Yes, it's still used
3030 # in the wild :-( We should find a proper way to deprecate it ...
3031 AMTAR='$${TAR-tar}'
3034 # We'll loop over all known methods to create a tar archive until one works.
3035 _am_tools='gnutar pax cpio none'
3037 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3044 # POSIX will say in a future version that running "rm -f" with no argument
3045 # is OK; and we want to be able to make that assumption in our Makefile
3046 # recipes. So use an aggressive probe to check that the usage we want is
3047 # actually supported "in the wild" to an acceptable degree.
3048 # See automake bug#10828.
3049 # To make any issue more visible, cause the running configure to be aborted
3050 # by default if the 'rm' program in use doesn't match our expectations; the
3051 # user can still override this though.
3052 if rm -f && rm -fr && rm -rf; then : OK; else
3053 cat >&2 <<'END'
3054 Oops!
3056 Your 'rm' program seems unable to run without file operands specified
3057 on the command line, even when the '-f' option is present. This is contrary
3058 to the behaviour of most rm programs out there, and not conforming with
3059 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3061 Please tell bug-automake@gnu.org about your system, including the value
3062 of your $PATH and any error possibly output before this message. This
3063 can help us improve future automake versions.
3066 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3067 echo 'Configuration will proceed anyway, since you have set the' >&2
3068 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3069 echo >&2
3070 else
3071 cat >&2 <<'END'
3072 Aborting the configuration process, to ensure you take notice of the issue.
3074 You can download and install GNU coreutils to get an 'rm' implementation
3075 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3077 If you want to complete the configuration process using your problematic
3078 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3079 to "yes", and re-run configure.
3082 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3086 # Check whether --enable-silent-rules was given.
3087 if test "${enable_silent_rules+set}" = set; then :
3088 enableval=$enable_silent_rules;
3091 case $enable_silent_rules in # (((
3092 yes) AM_DEFAULT_VERBOSITY=0;;
3093 no) AM_DEFAULT_VERBOSITY=1;;
3094 *) AM_DEFAULT_VERBOSITY=0;;
3095 esac
3096 am_make=${MAKE-make}
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3098 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3099 if ${am_cv_make_support_nested_variables+:} false; then :
3100 $as_echo_n "(cached) " >&6
3101 else
3102 if $as_echo 'TRUE=$(BAR$(V))
3103 BAR0=false
3104 BAR1=true
3106 am__doit:
3107 @$(TRUE)
3108 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3109 am_cv_make_support_nested_variables=yes
3110 else
3111 am_cv_make_support_nested_variables=no
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3115 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3116 if test $am_cv_make_support_nested_variables = yes; then
3117 AM_V='$(V)'
3118 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3119 else
3120 AM_V=$AM_DEFAULT_VERBOSITY
3121 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3123 AM_BACKSLASH='\'
3126 ac_ext=c
3127 ac_cpp='$CPP $CPPFLAGS'
3128 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3129 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3130 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131 if test -n "$ac_tool_prefix"; then
3132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3133 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if ${ac_cv_prog_CC+:} false; then :
3137 $as_echo_n "(cached) " >&6
3138 else
3139 if test -n "$CC"; then
3140 ac_cv_prog_CC="$CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3149 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3153 done
3154 done
3155 IFS=$as_save_IFS
3159 CC=$ac_cv_prog_CC
3160 if test -n "$CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162 $as_echo "$CC" >&6; }
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3170 if test -z "$ac_cv_prog_CC"; then
3171 ac_ct_CC=$CC
3172 # Extract the first word of "gcc", so it can be a program name with args.
3173 set dummy gcc; ac_word=$2
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3175 $as_echo_n "checking for $ac_word... " >&6; }
3176 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3177 $as_echo_n "(cached) " >&6
3178 else
3179 if test -n "$ac_ct_CC"; then
3180 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3181 else
3182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3183 for as_dir in $PATH
3185 IFS=$as_save_IFS
3186 test -z "$as_dir" && as_dir=.
3187 for ac_exec_ext in '' $ac_executable_extensions; do
3188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3189 ac_cv_prog_ac_ct_CC="gcc"
3190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3191 break 2
3193 done
3194 done
3195 IFS=$as_save_IFS
3199 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3200 if test -n "$ac_ct_CC"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3202 $as_echo "$ac_ct_CC" >&6; }
3203 else
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3205 $as_echo "no" >&6; }
3208 if test "x$ac_ct_CC" = x; then
3209 CC=""
3210 else
3211 case $cross_compiling:$ac_tool_warned in
3212 yes:)
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3215 ac_tool_warned=yes ;;
3216 esac
3217 CC=$ac_ct_CC
3219 else
3220 CC="$ac_cv_prog_CC"
3223 if test -z "$CC"; then
3224 if test -n "$ac_tool_prefix"; then
3225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3226 set dummy ${ac_tool_prefix}cc; ac_word=$2
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228 $as_echo_n "checking for $ac_word... " >&6; }
3229 if ${ac_cv_prog_CC+:} false; then :
3230 $as_echo_n "(cached) " >&6
3231 else
3232 if test -n "$CC"; then
3233 ac_cv_prog_CC="$CC" # Let the user override the test.
3234 else
3235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3236 for as_dir in $PATH
3238 IFS=$as_save_IFS
3239 test -z "$as_dir" && as_dir=.
3240 for ac_exec_ext in '' $ac_executable_extensions; do
3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3242 ac_cv_prog_CC="${ac_tool_prefix}cc"
3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3244 break 2
3246 done
3247 done
3248 IFS=$as_save_IFS
3252 CC=$ac_cv_prog_CC
3253 if test -n "$CC"; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3255 $as_echo "$CC" >&6; }
3256 else
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258 $as_echo "no" >&6; }
3264 if test -z "$CC"; then
3265 # Extract the first word of "cc", so it can be a program name with args.
3266 set dummy cc; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_CC+:} false; then :
3270 $as_echo_n "(cached) " >&6
3271 else
3272 if test -n "$CC"; then
3273 ac_cv_prog_CC="$CC" # Let the user override the test.
3274 else
3275 ac_prog_rejected=no
3276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 for as_dir in $PATH
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3284 ac_prog_rejected=yes
3285 continue
3287 ac_cv_prog_CC="cc"
3288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3289 break 2
3291 done
3292 done
3293 IFS=$as_save_IFS
3295 if test $ac_prog_rejected = yes; then
3296 # We found a bogon in the path, so make sure we never use it.
3297 set dummy $ac_cv_prog_CC
3298 shift
3299 if test $# != 0; then
3300 # We chose a different compiler from the bogus one.
3301 # However, it has the same basename, so the bogon will be chosen
3302 # first if we set CC to just the basename; use the full file name.
3303 shift
3304 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3309 CC=$ac_cv_prog_CC
3310 if test -n "$CC"; then
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3312 $as_echo "$CC" >&6; }
3313 else
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315 $as_echo "no" >&6; }
3320 if test -z "$CC"; then
3321 if test -n "$ac_tool_prefix"; then
3322 for ac_prog in cl.exe
3324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3325 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327 $as_echo_n "checking for $ac_word... " >&6; }
3328 if ${ac_cv_prog_CC+:} false; then :
3329 $as_echo_n "(cached) " >&6
3330 else
3331 if test -n "$CC"; then
3332 ac_cv_prog_CC="$CC" # Let the user override the test.
3333 else
3334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3335 for as_dir in $PATH
3337 IFS=$as_save_IFS
3338 test -z "$as_dir" && as_dir=.
3339 for ac_exec_ext in '' $ac_executable_extensions; do
3340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3341 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3343 break 2
3345 done
3346 done
3347 IFS=$as_save_IFS
3351 CC=$ac_cv_prog_CC
3352 if test -n "$CC"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3354 $as_echo "$CC" >&6; }
3355 else
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3357 $as_echo "no" >&6; }
3361 test -n "$CC" && break
3362 done
3364 if test -z "$CC"; then
3365 ac_ct_CC=$CC
3366 for ac_prog in cl.exe
3368 # Extract the first word of "$ac_prog", so it can be a program name with args.
3369 set dummy $ac_prog; ac_word=$2
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3371 $as_echo_n "checking for $ac_word... " >&6; }
3372 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3373 $as_echo_n "(cached) " >&6
3374 else
3375 if test -n "$ac_ct_CC"; then
3376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3377 else
3378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3379 for as_dir in $PATH
3381 IFS=$as_save_IFS
3382 test -z "$as_dir" && as_dir=.
3383 for ac_exec_ext in '' $ac_executable_extensions; do
3384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3385 ac_cv_prog_ac_ct_CC="$ac_prog"
3386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3387 break 2
3389 done
3390 done
3391 IFS=$as_save_IFS
3395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3396 if test -n "$ac_ct_CC"; then
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3398 $as_echo "$ac_ct_CC" >&6; }
3399 else
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3401 $as_echo "no" >&6; }
3405 test -n "$ac_ct_CC" && break
3406 done
3408 if test "x$ac_ct_CC" = x; then
3409 CC=""
3410 else
3411 case $cross_compiling:$ac_tool_warned in
3412 yes:)
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3415 ac_tool_warned=yes ;;
3416 esac
3417 CC=$ac_ct_CC
3424 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3426 as_fn_error $? "no acceptable C compiler found in \$PATH
3427 See \`config.log' for more details" "$LINENO" 5; }
3429 # Provide some information about the compiler.
3430 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3431 set X $ac_compile
3432 ac_compiler=$2
3433 for ac_option in --version -v -V -qversion; do
3434 { { ac_try="$ac_compiler $ac_option >&5"
3435 case "(($ac_try" in
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3438 esac
3439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440 $as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3442 ac_status=$?
3443 if test -s conftest.err; then
3444 sed '10a\
3445 ... rest of stderr output deleted ...
3446 10q' conftest.err >conftest.er1
3447 cat conftest.er1 >&5
3449 rm -f conftest.er1 conftest.err
3450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3451 test $ac_status = 0; }
3452 done
3454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h. */
3458 main ()
3462 return 0;
3464 _ACEOF
3465 ac_clean_files_save=$ac_clean_files
3466 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3467 # Try to create an executable without -o first, disregard a.out.
3468 # It will help us diagnose broken compilers, and finding out an intuition
3469 # of exeext.
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3471 $as_echo_n "checking whether the C compiler works... " >&6; }
3472 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3474 # The possible output files:
3475 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3477 ac_rmfiles=
3478 for ac_file in $ac_files
3480 case $ac_file in
3481 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3482 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3483 esac
3484 done
3485 rm -f $ac_rmfiles
3487 if { { ac_try="$ac_link_default"
3488 case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491 esac
3492 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493 $as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_link_default") 2>&5
3495 ac_status=$?
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; then :
3498 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3499 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3500 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3501 # so that the user can short-circuit this test for compilers unknown to
3502 # Autoconf.
3503 for ac_file in $ac_files ''
3505 test -f "$ac_file" || continue
3506 case $ac_file in
3507 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3509 [ab].out )
3510 # We found the default executable, but exeext='' is most
3511 # certainly right.
3512 break;;
3513 *.* )
3514 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3515 then :; else
3516 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3518 # We set ac_cv_exeext here because the later test for it is not
3519 # safe: cross compilers may not add the suffix if given an `-o'
3520 # argument, so we may need to know it at that point already.
3521 # Even if this section looks crufty: it has the advantage of
3522 # actually working.
3523 break;;
3525 break;;
3526 esac
3527 done
3528 test "$ac_cv_exeext" = no && ac_cv_exeext=
3530 else
3531 ac_file=''
3533 if test -z "$ac_file"; then :
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3535 $as_echo "no" >&6; }
3536 $as_echo "$as_me: failed program was:" >&5
3537 sed 's/^/| /' conftest.$ac_ext >&5
3539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541 as_fn_error 77 "C compiler cannot create executables
3542 See \`config.log' for more details" "$LINENO" 5; }
3543 else
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3545 $as_echo "yes" >&6; }
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548 $as_echo_n "checking for C compiler default output file name... " >&6; }
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3550 $as_echo "$ac_file" >&6; }
3551 ac_exeext=$ac_cv_exeext
3553 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3554 ac_clean_files=$ac_clean_files_save
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3556 $as_echo_n "checking for suffix of executables... " >&6; }
3557 if { { ac_try="$ac_link"
3558 case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561 esac
3562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563 $as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_link") 2>&5
3565 ac_status=$?
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3569 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3570 # work properly (i.e., refer to `conftest.exe'), while it won't with
3571 # `rm'.
3572 for ac_file in conftest.exe conftest conftest.*; do
3573 test -f "$ac_file" || continue
3574 case $ac_file in
3575 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3576 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3577 break;;
3578 * ) break;;
3579 esac
3580 done
3581 else
3582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3584 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3585 See \`config.log' for more details" "$LINENO" 5; }
3587 rm -f conftest conftest$ac_cv_exeext
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3589 $as_echo "$ac_cv_exeext" >&6; }
3591 rm -f conftest.$ac_ext
3592 EXEEXT=$ac_cv_exeext
3593 ac_exeext=$EXEEXT
3594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h. */
3596 #include <stdio.h>
3598 main ()
3600 FILE *f = fopen ("conftest.out", "w");
3601 return ferror (f) || fclose (f) != 0;
3604 return 0;
3606 _ACEOF
3607 ac_clean_files="$ac_clean_files conftest.out"
3608 # Check that the compiler produces executables we can run. If not, either
3609 # the compiler is broken, or we cross compile.
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3611 $as_echo_n "checking whether we are cross compiling... " >&6; }
3612 if test "$cross_compiling" != yes; then
3613 { { ac_try="$ac_link"
3614 case "(($ac_try" in
3615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3616 *) ac_try_echo=$ac_try;;
3617 esac
3618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3619 $as_echo "$ac_try_echo"; } >&5
3620 (eval "$ac_link") 2>&5
3621 ac_status=$?
3622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3623 test $ac_status = 0; }
3624 if { ac_try='./conftest$ac_cv_exeext'
3625 { { case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628 esac
3629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3630 $as_echo "$ac_try_echo"; } >&5
3631 (eval "$ac_try") 2>&5
3632 ac_status=$?
3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3634 test $ac_status = 0; }; }; then
3635 cross_compiling=no
3636 else
3637 if test "$cross_compiling" = maybe; then
3638 cross_compiling=yes
3639 else
3640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642 as_fn_error $? "cannot run C compiled programs.
3643 If you meant to cross compile, use \`--host'.
3644 See \`config.log' for more details" "$LINENO" 5; }
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3649 $as_echo "$cross_compiling" >&6; }
3651 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3652 ac_clean_files=$ac_clean_files_save
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3654 $as_echo_n "checking for suffix of object files... " >&6; }
3655 if ${ac_cv_objext+:} false; then :
3656 $as_echo_n "(cached) " >&6
3657 else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659 /* end confdefs.h. */
3662 main ()
3666 return 0;
3668 _ACEOF
3669 rm -f conftest.o conftest.obj
3670 if { { ac_try="$ac_compile"
3671 case "(($ac_try" in
3672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3673 *) ac_try_echo=$ac_try;;
3674 esac
3675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3676 $as_echo "$ac_try_echo"; } >&5
3677 (eval "$ac_compile") 2>&5
3678 ac_status=$?
3679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3680 test $ac_status = 0; }; then :
3681 for ac_file in conftest.o conftest.obj conftest.*; do
3682 test -f "$ac_file" || continue;
3683 case $ac_file in
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3685 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3686 break;;
3687 esac
3688 done
3689 else
3690 $as_echo "$as_me: failed program was:" >&5
3691 sed 's/^/| /' conftest.$ac_ext >&5
3693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695 as_fn_error $? "cannot compute suffix of object files: cannot compile
3696 See \`config.log' for more details" "$LINENO" 5; }
3698 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3701 $as_echo "$ac_cv_objext" >&6; }
3702 OBJEXT=$ac_cv_objext
3703 ac_objext=$OBJEXT
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3705 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3706 if ${ac_cv_c_compiler_gnu+:} false; then :
3707 $as_echo_n "(cached) " >&6
3708 else
3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3710 /* end confdefs.h. */
3713 main ()
3715 #ifndef __GNUC__
3716 choke me
3717 #endif
3720 return 0;
3722 _ACEOF
3723 if ac_fn_c_try_compile "$LINENO"; then :
3724 ac_compiler_gnu=yes
3725 else
3726 ac_compiler_gnu=no
3728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3733 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3734 if test $ac_compiler_gnu = yes; then
3735 GCC=yes
3736 else
3737 GCC=
3739 ac_test_CFLAGS=${CFLAGS+set}
3740 ac_save_CFLAGS=$CFLAGS
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3742 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3743 if ${ac_cv_prog_cc_g+:} false; then :
3744 $as_echo_n "(cached) " >&6
3745 else
3746 ac_save_c_werror_flag=$ac_c_werror_flag
3747 ac_c_werror_flag=yes
3748 ac_cv_prog_cc_g=no
3749 CFLAGS="-g"
3750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3751 /* end confdefs.h. */
3754 main ()
3758 return 0;
3760 _ACEOF
3761 if ac_fn_c_try_compile "$LINENO"; then :
3762 ac_cv_prog_cc_g=yes
3763 else
3764 CFLAGS=""
3765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766 /* end confdefs.h. */
3769 main ()
3773 return 0;
3775 _ACEOF
3776 if ac_fn_c_try_compile "$LINENO"; then :
3778 else
3779 ac_c_werror_flag=$ac_save_c_werror_flag
3780 CFLAGS="-g"
3781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3782 /* end confdefs.h. */
3785 main ()
3789 return 0;
3791 _ACEOF
3792 if ac_fn_c_try_compile "$LINENO"; then :
3793 ac_cv_prog_cc_g=yes
3795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 ac_c_werror_flag=$ac_save_c_werror_flag
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3803 $as_echo "$ac_cv_prog_cc_g" >&6; }
3804 if test "$ac_test_CFLAGS" = set; then
3805 CFLAGS=$ac_save_CFLAGS
3806 elif test $ac_cv_prog_cc_g = yes; then
3807 if test "$GCC" = yes; then
3808 CFLAGS="-g -O2"
3809 else
3810 CFLAGS="-g"
3812 else
3813 if test "$GCC" = yes; then
3814 CFLAGS="-O2"
3815 else
3816 CFLAGS=
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3820 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3821 if ${ac_cv_prog_cc_c89+:} false; then :
3822 $as_echo_n "(cached) " >&6
3823 else
3824 ac_cv_prog_cc_c89=no
3825 ac_save_CC=$CC
3826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827 /* end confdefs.h. */
3828 #include <stdarg.h>
3829 #include <stdio.h>
3830 struct stat;
3831 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3832 struct buf { int x; };
3833 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3834 static char *e (p, i)
3835 char **p;
3836 int i;
3838 return p[i];
3840 static char *f (char * (*g) (char **, int), char **p, ...)
3842 char *s;
3843 va_list v;
3844 va_start (v,p);
3845 s = g (p, va_arg (v,int));
3846 va_end (v);
3847 return s;
3850 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3851 function prototypes and stuff, but not '\xHH' hex character constants.
3852 These don't provoke an error unfortunately, instead are silently treated
3853 as 'x'. The following induces an error, until -std is added to get
3854 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3855 array size at least. It's necessary to write '\x00'==0 to get something
3856 that's true only with -std. */
3857 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3859 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3860 inside strings and character constants. */
3861 #define FOO(x) 'x'
3862 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3864 int test (int i, double x);
3865 struct s1 {int (*f) (int a);};
3866 struct s2 {int (*f) (double a);};
3867 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3868 int argc;
3869 char **argv;
3871 main ()
3873 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3875 return 0;
3877 _ACEOF
3878 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3879 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3881 CC="$ac_save_CC $ac_arg"
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 ac_cv_prog_cc_c89=$ac_arg
3885 rm -f core conftest.err conftest.$ac_objext
3886 test "x$ac_cv_prog_cc_c89" != "xno" && break
3887 done
3888 rm -f conftest.$ac_ext
3889 CC=$ac_save_CC
3892 # AC_CACHE_VAL
3893 case "x$ac_cv_prog_cc_c89" in
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3896 $as_echo "none needed" >&6; } ;;
3897 xno)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3899 $as_echo "unsupported" >&6; } ;;
3901 CC="$CC $ac_cv_prog_cc_c89"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3903 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3904 esac
3905 if test "x$ac_cv_prog_cc_c89" != xno; then :
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3915 ac_ext=c
3916 ac_cpp='$CPP $CPPFLAGS'
3917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3921 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3922 if ${am_cv_prog_cc_c_o+:} false; then :
3923 $as_echo_n "(cached) " >&6
3924 else
3925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926 /* end confdefs.h. */
3929 main ()
3933 return 0;
3935 _ACEOF
3936 # Make sure it works both with $CC and with simple cc.
3937 # Following AC_PROG_CC_C_O, we do the test twice because some
3938 # compilers refuse to overwrite an existing .o file with -o,
3939 # though they will create one.
3940 am_cv_prog_cc_c_o=yes
3941 for am_i in 1 2; do
3942 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3943 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3944 ac_status=$?
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); } \
3947 && test -f conftest2.$ac_objext; then
3948 : OK
3949 else
3950 am_cv_prog_cc_c_o=no
3951 break
3953 done
3954 rm -f core conftest*
3955 unset am_i
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3958 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3959 if test "$am_cv_prog_cc_c_o" != yes; then
3960 # Losing compiler, so override with the script.
3961 # FIXME: It is wrong to rewrite CC.
3962 # But if we don't then we get into trouble of one sort or another.
3963 # A longer-term fix would be to have automake use am__CC in this case,
3964 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3965 CC="$am_aux_dir/compile $CC"
3967 ac_ext=c
3968 ac_cpp='$CPP $CPPFLAGS'
3969 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3970 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3971 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3973 DEPDIR="${am__leading_dot}deps"
3975 ac_config_commands="$ac_config_commands depfiles"
3978 am_make=${MAKE-make}
3979 cat > confinc << 'END'
3980 am__doit:
3981 @echo this is the am__doit target
3982 .PHONY: am__doit
3984 # If we don't find an include directive, just comment out the code.
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3986 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3987 am__include="#"
3988 am__quote=
3989 _am_result=none
3990 # First try GNU make style include.
3991 echo "include confinc" > confmf
3992 # Ignore all kinds of additional output from 'make'.
3993 case `$am_make -s -f confmf 2> /dev/null` in #(
3994 *the\ am__doit\ target*)
3995 am__include=include
3996 am__quote=
3997 _am_result=GNU
3999 esac
4000 # Now try BSD make style include.
4001 if test "$am__include" = "#"; then
4002 echo '.include "confinc"' > confmf
4003 case `$am_make -s -f confmf 2> /dev/null` in #(
4004 *the\ am__doit\ target*)
4005 am__include=.include
4006 am__quote="\""
4007 _am_result=BSD
4009 esac
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4014 $as_echo "$_am_result" >&6; }
4015 rm -f confinc confmf
4017 # Check whether --enable-dependency-tracking was given.
4018 if test "${enable_dependency_tracking+set}" = set; then :
4019 enableval=$enable_dependency_tracking;
4022 if test "x$enable_dependency_tracking" != xno; then
4023 am_depcomp="$ac_aux_dir/depcomp"
4024 AMDEPBACKSLASH='\'
4025 am__nodep='_no'
4027 if test "x$enable_dependency_tracking" != xno; then
4028 AMDEP_TRUE=
4029 AMDEP_FALSE='#'
4030 else
4031 AMDEP_TRUE='#'
4032 AMDEP_FALSE=
4037 depcc="$CC" am_compiler_list=
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4040 $as_echo_n "checking dependency style of $depcc... " >&6; }
4041 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4042 $as_echo_n "(cached) " >&6
4043 else
4044 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4045 # We make a subdir and do the tests there. Otherwise we can end up
4046 # making bogus files that we don't know about and never remove. For
4047 # instance it was reported that on HP-UX the gcc test will end up
4048 # making a dummy file named 'D' -- because '-MD' means "put the output
4049 # in D".
4050 rm -rf conftest.dir
4051 mkdir conftest.dir
4052 # Copy depcomp to subdir because otherwise we won't find it if we're
4053 # using a relative directory.
4054 cp "$am_depcomp" conftest.dir
4055 cd conftest.dir
4056 # We will build objects and dependencies in a subdirectory because
4057 # it helps to detect inapplicable dependency modes. For instance
4058 # both Tru64's cc and ICC support -MD to output dependencies as a
4059 # side effect of compilation, but ICC will put the dependencies in
4060 # the current directory while Tru64 will put them in the object
4061 # directory.
4062 mkdir sub
4064 am_cv_CC_dependencies_compiler_type=none
4065 if test "$am_compiler_list" = ""; then
4066 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4068 am__universal=false
4069 case " $depcc " in #(
4070 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4071 esac
4073 for depmode in $am_compiler_list; do
4074 # Setup a source with many dependencies, because some compilers
4075 # like to wrap large dependency lists on column 80 (with \), and
4076 # we should not choose a depcomp mode which is confused by this.
4078 # We need to recreate these files for each test, as the compiler may
4079 # overwrite some of them when testing with obscure command lines.
4080 # This happens at least with the AIX C compiler.
4081 : > sub/conftest.c
4082 for i in 1 2 3 4 5 6; do
4083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4084 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4085 # Solaris 10 /bin/sh.
4086 echo '/* dummy */' > sub/conftst$i.h
4087 done
4088 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4090 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4091 # mode. It turns out that the SunPro C++ compiler does not properly
4092 # handle '-M -o', and we need to detect this. Also, some Intel
4093 # versions had trouble with output in subdirs.
4094 am__obj=sub/conftest.${OBJEXT-o}
4095 am__minus_obj="-o $am__obj"
4096 case $depmode in
4097 gcc)
4098 # This depmode causes a compiler race in universal mode.
4099 test "$am__universal" = false || continue
4101 nosideeffect)
4102 # After this tag, mechanisms are not by side-effect, so they'll
4103 # only be used when explicitly requested.
4104 if test "x$enable_dependency_tracking" = xyes; then
4105 continue
4106 else
4107 break
4110 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4111 # This compiler won't grok '-c -o', but also, the minuso test has
4112 # not run yet. These depmodes are late enough in the game, and
4113 # so weak that their functioning should not be impacted.
4114 am__obj=conftest.${OBJEXT-o}
4115 am__minus_obj=
4117 none) break ;;
4118 esac
4119 if depmode=$depmode \
4120 source=sub/conftest.c object=$am__obj \
4121 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4122 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4123 >/dev/null 2>conftest.err &&
4124 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4126 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4127 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4128 # icc doesn't choke on unknown options, it will just issue warnings
4129 # or remarks (even with -Werror). So we grep stderr for any message
4130 # that says an option was ignored or not supported.
4131 # When given -MP, icc 7.0 and 7.1 complain thusly:
4132 # icc: Command line warning: ignoring option '-M'; no argument required
4133 # The diagnosis changed in icc 8.0:
4134 # icc: Command line remark: option '-MP' not supported
4135 if (grep 'ignoring option' conftest.err ||
4136 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4137 am_cv_CC_dependencies_compiler_type=$depmode
4138 break
4141 done
4143 cd ..
4144 rm -rf conftest.dir
4145 else
4146 am_cv_CC_dependencies_compiler_type=none
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4151 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4152 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4155 test "x$enable_dependency_tracking" != xno \
4156 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4157 am__fastdepCC_TRUE=
4158 am__fastdepCC_FALSE='#'
4159 else
4160 am__fastdepCC_TRUE='#'
4161 am__fastdepCC_FALSE=
4166 ac_ext=c
4167 ac_cpp='$CPP $CPPFLAGS'
4168 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4169 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4170 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4172 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4173 # On Suns, sometimes $CPP names a directory.
4174 if test -n "$CPP" && test -d "$CPP"; then
4175 CPP=
4177 if test -z "$CPP"; then
4178 if ${ac_cv_prog_CPP+:} false; then :
4179 $as_echo_n "(cached) " >&6
4180 else
4181 # Double quotes because CPP needs to be expanded
4182 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4184 ac_preproc_ok=false
4185 for ac_c_preproc_warn_flag in '' yes
4187 # Use a header file that comes with gcc, so configuring glibc
4188 # with a fresh cross-compiler works.
4189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4190 # <limits.h> exists even on freestanding compilers.
4191 # On the NeXT, cc -E runs the code through the compiler's parser,
4192 # not just through cpp. "Syntax error" is here to catch this case.
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194 /* end confdefs.h. */
4195 #ifdef __STDC__
4196 # include <limits.h>
4197 #else
4198 # include <assert.h>
4199 #endif
4200 Syntax error
4201 _ACEOF
4202 if ac_fn_c_try_cpp "$LINENO"; then :
4204 else
4205 # Broken: fails on valid input.
4206 continue
4208 rm -f conftest.err conftest.i conftest.$ac_ext
4210 # OK, works on sane cases. Now check whether nonexistent headers
4211 # can be detected and how.
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h. */
4214 #include <ac_nonexistent.h>
4215 _ACEOF
4216 if ac_fn_c_try_cpp "$LINENO"; then :
4217 # Broken: success on invalid input.
4218 continue
4219 else
4220 # Passes both tests.
4221 ac_preproc_ok=:
4222 break
4224 rm -f conftest.err conftest.i conftest.$ac_ext
4226 done
4227 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4228 rm -f conftest.i conftest.err conftest.$ac_ext
4229 if $ac_preproc_ok; then :
4230 break
4233 done
4234 ac_cv_prog_CPP=$CPP
4237 CPP=$ac_cv_prog_CPP
4238 else
4239 ac_cv_prog_CPP=$CPP
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4242 $as_echo "$CPP" >&6; }
4243 ac_preproc_ok=false
4244 for ac_c_preproc_warn_flag in '' yes
4246 # Use a header file that comes with gcc, so configuring glibc
4247 # with a fresh cross-compiler works.
4248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4249 # <limits.h> exists even on freestanding compilers.
4250 # On the NeXT, cc -E runs the code through the compiler's parser,
4251 # not just through cpp. "Syntax error" is here to catch this case.
4252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4253 /* end confdefs.h. */
4254 #ifdef __STDC__
4255 # include <limits.h>
4256 #else
4257 # include <assert.h>
4258 #endif
4259 Syntax error
4260 _ACEOF
4261 if ac_fn_c_try_cpp "$LINENO"; then :
4263 else
4264 # Broken: fails on valid input.
4265 continue
4267 rm -f conftest.err conftest.i conftest.$ac_ext
4269 # OK, works on sane cases. Now check whether nonexistent headers
4270 # can be detected and how.
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4273 #include <ac_nonexistent.h>
4274 _ACEOF
4275 if ac_fn_c_try_cpp "$LINENO"; then :
4276 # Broken: success on invalid input.
4277 continue
4278 else
4279 # Passes both tests.
4280 ac_preproc_ok=:
4281 break
4283 rm -f conftest.err conftest.i conftest.$ac_ext
4285 done
4286 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4287 rm -f conftest.i conftest.err conftest.$ac_ext
4288 if $ac_preproc_ok; then :
4290 else
4291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4293 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4294 See \`config.log' for more details" "$LINENO" 5; }
4297 ac_ext=c
4298 ac_cpp='$CPP $CPPFLAGS'
4299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4305 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4306 if ${ac_cv_path_GREP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4308 else
4309 if test -z "$GREP"; then
4310 ac_path_GREP_found=false
4311 # Loop through the user's path and test for each of PROGNAME-LIST
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_prog in grep ggrep; do
4318 for ac_exec_ext in '' $ac_executable_extensions; do
4319 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4320 as_fn_executable_p "$ac_path_GREP" || continue
4321 # Check for GNU ac_path_GREP and select it if it is found.
4322 # Check for GNU $ac_path_GREP
4323 case `"$ac_path_GREP" --version 2>&1` in
4324 *GNU*)
4325 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4327 ac_count=0
4328 $as_echo_n 0123456789 >"conftest.in"
4329 while :
4331 cat "conftest.in" "conftest.in" >"conftest.tmp"
4332 mv "conftest.tmp" "conftest.in"
4333 cp "conftest.in" "conftest.nl"
4334 $as_echo 'GREP' >> "conftest.nl"
4335 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4336 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4337 as_fn_arith $ac_count + 1 && ac_count=$as_val
4338 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4339 # Best one so far, save it but keep looking for a better one
4340 ac_cv_path_GREP="$ac_path_GREP"
4341 ac_path_GREP_max=$ac_count
4343 # 10*(2^10) chars as input seems more than enough
4344 test $ac_count -gt 10 && break
4345 done
4346 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4347 esac
4349 $ac_path_GREP_found && break 3
4350 done
4351 done
4352 done
4353 IFS=$as_save_IFS
4354 if test -z "$ac_cv_path_GREP"; then
4355 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4357 else
4358 ac_cv_path_GREP=$GREP
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4363 $as_echo "$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4368 $as_echo_n "checking for egrep... " >&6; }
4369 if ${ac_cv_path_EGREP+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 if test -z "$EGREP"; then
4376 ac_path_EGREP_found=false
4377 # Loop through the user's path and test for each of PROGNAME-LIST
4378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_prog in egrep; do
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4386 as_fn_executable_p "$ac_path_EGREP" || continue
4387 # Check for GNU ac_path_EGREP and select it if it is found.
4388 # Check for GNU $ac_path_EGREP
4389 case `"$ac_path_EGREP" --version 2>&1` in
4390 *GNU*)
4391 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4393 ac_count=0
4394 $as_echo_n 0123456789 >"conftest.in"
4395 while :
4397 cat "conftest.in" "conftest.in" >"conftest.tmp"
4398 mv "conftest.tmp" "conftest.in"
4399 cp "conftest.in" "conftest.nl"
4400 $as_echo 'EGREP' >> "conftest.nl"
4401 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4402 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4403 as_fn_arith $ac_count + 1 && ac_count=$as_val
4404 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4405 # Best one so far, save it but keep looking for a better one
4406 ac_cv_path_EGREP="$ac_path_EGREP"
4407 ac_path_EGREP_max=$ac_count
4409 # 10*(2^10) chars as input seems more than enough
4410 test $ac_count -gt 10 && break
4411 done
4412 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4413 esac
4415 $ac_path_EGREP_found && break 3
4416 done
4417 done
4418 done
4419 IFS=$as_save_IFS
4420 if test -z "$ac_cv_path_EGREP"; then
4421 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4423 else
4424 ac_cv_path_EGREP=$EGREP
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4430 $as_echo "$ac_cv_path_EGREP" >&6; }
4431 EGREP="$ac_cv_path_EGREP"
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4435 $as_echo_n "checking for ANSI C header files... " >&6; }
4436 if ${ac_cv_header_stdc+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4440 /* end confdefs.h. */
4441 #include <stdlib.h>
4442 #include <stdarg.h>
4443 #include <string.h>
4444 #include <float.h>
4447 main ()
4451 return 0;
4453 _ACEOF
4454 if ac_fn_c_try_compile "$LINENO"; then :
4455 ac_cv_header_stdc=yes
4456 else
4457 ac_cv_header_stdc=no
4459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4461 if test $ac_cv_header_stdc = yes; then
4462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464 /* end confdefs.h. */
4465 #include <string.h>
4467 _ACEOF
4468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4469 $EGREP "memchr" >/dev/null 2>&1; then :
4471 else
4472 ac_cv_header_stdc=no
4474 rm -f conftest*
4478 if test $ac_cv_header_stdc = yes; then
4479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4481 /* end confdefs.h. */
4482 #include <stdlib.h>
4484 _ACEOF
4485 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4486 $EGREP "free" >/dev/null 2>&1; then :
4488 else
4489 ac_cv_header_stdc=no
4491 rm -f conftest*
4495 if test $ac_cv_header_stdc = yes; then
4496 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4497 if test "$cross_compiling" = yes; then :
4499 else
4500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501 /* end confdefs.h. */
4502 #include <ctype.h>
4503 #include <stdlib.h>
4504 #if ((' ' & 0x0FF) == 0x020)
4505 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4506 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4507 #else
4508 # define ISLOWER(c) \
4509 (('a' <= (c) && (c) <= 'i') \
4510 || ('j' <= (c) && (c) <= 'r') \
4511 || ('s' <= (c) && (c) <= 'z'))
4512 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4513 #endif
4515 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4517 main ()
4519 int i;
4520 for (i = 0; i < 256; i++)
4521 if (XOR (islower (i), ISLOWER (i))
4522 || toupper (i) != TOUPPER (i))
4523 return 2;
4524 return 0;
4526 _ACEOF
4527 if ac_fn_c_try_run "$LINENO"; then :
4529 else
4530 ac_cv_header_stdc=no
4532 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4533 conftest.$ac_objext conftest.beam conftest.$ac_ext
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4539 $as_echo "$ac_cv_header_stdc" >&6; }
4540 if test $ac_cv_header_stdc = yes; then
4542 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4546 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4547 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4548 inttypes.h stdint.h unistd.h
4549 do :
4550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4551 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4553 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4554 cat >>confdefs.h <<_ACEOF
4555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4556 _ACEOF
4560 done
4564 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4565 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4566 MINIX=yes
4567 else
4568 MINIX=
4572 if test "$MINIX" = yes; then
4574 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4577 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4580 $as_echo "#define _MINIX 1" >>confdefs.h
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4586 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4587 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589 else
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4593 # define __EXTENSIONS__ 1
4594 $ac_includes_default
4596 main ()
4600 return 0;
4602 _ACEOF
4603 if ac_fn_c_try_compile "$LINENO"; then :
4604 ac_cv_safe_to_define___extensions__=yes
4605 else
4606 ac_cv_safe_to_define___extensions__=no
4608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4611 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4612 test $ac_cv_safe_to_define___extensions__ = yes &&
4613 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4615 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4617 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4619 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4621 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4627 case `pwd` in
4628 *\ * | *\ *)
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4630 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4631 esac
4635 macro_version='2.2.7a'
4636 macro_revision='1.3134'
4650 ltmain="$ac_aux_dir/ltmain.sh"
4652 # Backslashify metacharacters that are still active within
4653 # double-quoted strings.
4654 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4656 # Same as above, but do not quote variable references.
4657 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4659 # Sed substitution to delay expansion of an escaped shell variable in a
4660 # double_quote_subst'ed string.
4661 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4663 # Sed substitution to delay expansion of an escaped single quote.
4664 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4666 # Sed substitution to avoid accidental globbing in evaled expressions
4667 no_glob_subst='s/\*/\\\*/g'
4669 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4670 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4671 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4674 $as_echo_n "checking how to print strings... " >&6; }
4675 # Test print first, because it will be a builtin if present.
4676 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4677 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4678 ECHO='print -r --'
4679 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4680 ECHO='printf %s\n'
4681 else
4682 # Use this function as a fallback that always works.
4683 func_fallback_echo ()
4685 eval 'cat <<_LTECHO_EOF
4687 _LTECHO_EOF'
4689 ECHO='func_fallback_echo'
4692 # func_echo_all arg...
4693 # Invoke $ECHO with all args, space-separated.
4694 func_echo_all ()
4696 $ECHO ""
4699 case "$ECHO" in
4700 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4701 $as_echo "printf" >&6; } ;;
4702 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4703 $as_echo "print -r" >&6; } ;;
4704 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4705 $as_echo "cat" >&6; } ;;
4706 esac
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4722 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4723 if ${ac_cv_path_SED+:} false; then :
4724 $as_echo_n "(cached) " >&6
4725 else
4726 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4727 for ac_i in 1 2 3 4 5 6 7; do
4728 ac_script="$ac_script$as_nl$ac_script"
4729 done
4730 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4731 { ac_script=; unset ac_script;}
4732 if test -z "$SED"; then
4733 ac_path_SED_found=false
4734 # Loop through the user's path and test for each of PROGNAME-LIST
4735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4736 for as_dir in $PATH
4738 IFS=$as_save_IFS
4739 test -z "$as_dir" && as_dir=.
4740 for ac_prog in sed gsed; do
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4743 as_fn_executable_p "$ac_path_SED" || continue
4744 # Check for GNU ac_path_SED and select it if it is found.
4745 # Check for GNU $ac_path_SED
4746 case `"$ac_path_SED" --version 2>&1` in
4747 *GNU*)
4748 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4750 ac_count=0
4751 $as_echo_n 0123456789 >"conftest.in"
4752 while :
4754 cat "conftest.in" "conftest.in" >"conftest.tmp"
4755 mv "conftest.tmp" "conftest.in"
4756 cp "conftest.in" "conftest.nl"
4757 $as_echo '' >> "conftest.nl"
4758 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4759 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4760 as_fn_arith $ac_count + 1 && ac_count=$as_val
4761 if test $ac_count -gt ${ac_path_SED_max-0}; then
4762 # Best one so far, save it but keep looking for a better one
4763 ac_cv_path_SED="$ac_path_SED"
4764 ac_path_SED_max=$ac_count
4766 # 10*(2^10) chars as input seems more than enough
4767 test $ac_count -gt 10 && break
4768 done
4769 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4770 esac
4772 $ac_path_SED_found && break 3
4773 done
4774 done
4775 done
4776 IFS=$as_save_IFS
4777 if test -z "$ac_cv_path_SED"; then
4778 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4780 else
4781 ac_cv_path_SED=$SED
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4786 $as_echo "$ac_cv_path_SED" >&6; }
4787 SED="$ac_cv_path_SED"
4788 rm -f conftest.sed
4790 test -z "$SED" && SED=sed
4791 Xsed="$SED -e 1s/^X//"
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4804 $as_echo_n "checking for fgrep... " >&6; }
4805 if ${ac_cv_path_FGREP+:} false; then :
4806 $as_echo_n "(cached) " >&6
4807 else
4808 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4809 then ac_cv_path_FGREP="$GREP -F"
4810 else
4811 if test -z "$FGREP"; then
4812 ac_path_FGREP_found=false
4813 # Loop through the user's path and test for each of PROGNAME-LIST
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_prog in fgrep; do
4820 for ac_exec_ext in '' $ac_executable_extensions; do
4821 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4822 as_fn_executable_p "$ac_path_FGREP" || continue
4823 # Check for GNU ac_path_FGREP and select it if it is found.
4824 # Check for GNU $ac_path_FGREP
4825 case `"$ac_path_FGREP" --version 2>&1` in
4826 *GNU*)
4827 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4829 ac_count=0
4830 $as_echo_n 0123456789 >"conftest.in"
4831 while :
4833 cat "conftest.in" "conftest.in" >"conftest.tmp"
4834 mv "conftest.tmp" "conftest.in"
4835 cp "conftest.in" "conftest.nl"
4836 $as_echo 'FGREP' >> "conftest.nl"
4837 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4838 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4839 as_fn_arith $ac_count + 1 && ac_count=$as_val
4840 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4841 # Best one so far, save it but keep looking for a better one
4842 ac_cv_path_FGREP="$ac_path_FGREP"
4843 ac_path_FGREP_max=$ac_count
4845 # 10*(2^10) chars as input seems more than enough
4846 test $ac_count -gt 10 && break
4847 done
4848 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4849 esac
4851 $ac_path_FGREP_found && break 3
4852 done
4853 done
4854 done
4855 IFS=$as_save_IFS
4856 if test -z "$ac_cv_path_FGREP"; then
4857 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4859 else
4860 ac_cv_path_FGREP=$FGREP
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4866 $as_echo "$ac_cv_path_FGREP" >&6; }
4867 FGREP="$ac_cv_path_FGREP"
4870 test -z "$GREP" && GREP=grep
4890 # Check whether --with-gnu-ld was given.
4891 if test "${with_gnu_ld+set}" = set; then :
4892 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4893 else
4894 with_gnu_ld=no
4897 ac_prog=ld
4898 if test "$GCC" = yes; then
4899 # Check if gcc -print-prog-name=ld gives a path.
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4901 $as_echo_n "checking for ld used by $CC... " >&6; }
4902 case $host in
4903 *-*-mingw*)
4904 # gcc leaves a trailing carriage return which upsets mingw
4905 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4907 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4908 esac
4909 case $ac_prog in
4910 # Accept absolute paths.
4911 [\\/]* | ?:[\\/]*)
4912 re_direlt='/[^/][^/]*/\.\./'
4913 # Canonicalize the pathname of ld
4914 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4915 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4916 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4917 done
4918 test -z "$LD" && LD="$ac_prog"
4921 # If it fails, then pretend we aren't using GCC.
4922 ac_prog=ld
4925 # If it is relative, then search for the first ld in PATH.
4926 with_gnu_ld=unknown
4928 esac
4929 elif test "$with_gnu_ld" = yes; then
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4931 $as_echo_n "checking for GNU ld... " >&6; }
4932 else
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4934 $as_echo_n "checking for non-GNU ld... " >&6; }
4936 if ${lt_cv_path_LD+:} false; then :
4937 $as_echo_n "(cached) " >&6
4938 else
4939 if test -z "$LD"; then
4940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4941 for ac_dir in $PATH; do
4942 IFS="$lt_save_ifs"
4943 test -z "$ac_dir" && ac_dir=.
4944 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4945 lt_cv_path_LD="$ac_dir/$ac_prog"
4946 # Check to see if the program is GNU ld. I'd rather use --version,
4947 # but apparently some variants of GNU ld only accept -v.
4948 # Break only if it was the GNU/non-GNU ld that we prefer.
4949 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4950 *GNU* | *'with BFD'*)
4951 test "$with_gnu_ld" != no && break
4954 test "$with_gnu_ld" != yes && break
4956 esac
4958 done
4959 IFS="$lt_save_ifs"
4960 else
4961 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4965 LD="$lt_cv_path_LD"
4966 if test -n "$LD"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4968 $as_echo "$LD" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4973 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4975 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4976 if ${lt_cv_prog_gnu_ld+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978 else
4979 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4980 case `$LD -v 2>&1 </dev/null` in
4981 *GNU* | *'with BFD'*)
4982 lt_cv_prog_gnu_ld=yes
4985 lt_cv_prog_gnu_ld=no
4987 esac
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4990 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4991 with_gnu_ld=$lt_cv_prog_gnu_ld
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5002 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5003 if ${lt_cv_path_NM+:} false; then :
5004 $as_echo_n "(cached) " >&6
5005 else
5006 if test -n "$NM"; then
5007 # Let the user override the nm to test.
5008 lt_nm_to_check="$NM"
5009 else
5010 lt_nm_to_check="${ac_tool_prefix}nm"
5011 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5012 lt_nm_to_check="$lt_nm_to_check nm"
5015 for lt_tmp_nm in "$lt_nm_to_check"; do
5016 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5017 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5018 IFS="$lt_save_ifs"
5019 test -z "$ac_dir" && ac_dir=.
5020 # Strip out any user-provided options from the nm to test twice,
5021 # the first time to test to see if nm (rather than its options) has
5022 # an explicit path, the second time to yield a file which can be
5023 # nm'ed itself.
5024 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5025 case "$tmp_nm_path" in
5026 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5027 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5028 esac
5029 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5030 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5031 # Check to see if the nm accepts a BSD-compat flag.
5032 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5033 # nm: unknown option "B" ignored
5034 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5035 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5036 break
5039 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5040 *$tmp_nm*)
5041 lt_cv_path_NM="$tmp_nm -p"
5042 break
5045 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5046 continue # so that we can try to find one that supports BSD flags
5048 esac
5050 esac
5052 done
5053 IFS="$lt_save_ifs"
5054 done
5055 : ${lt_cv_path_NM=no}
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5058 $as_echo "$lt_cv_path_NM" >&6; }
5059 if test "$lt_cv_path_NM" != "no"; then
5060 NM="$lt_cv_path_NM"
5061 else
5062 # Didn't find any BSD compatible name lister, look for dumpbin.
5063 if test -n "$DUMPBIN"; then :
5064 # Let the user override the test.
5065 else
5066 if test -n "$ac_tool_prefix"; then
5067 for ac_prog in dumpbin "link -dump"
5069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5070 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072 $as_echo_n "checking for $ac_word... " >&6; }
5073 if ${ac_cv_prog_DUMPBIN+:} false; then :
5074 $as_echo_n "(cached) " >&6
5075 else
5076 if test -n "$DUMPBIN"; then
5077 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5078 else
5079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080 for as_dir in $PATH
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
5084 for ac_exec_ext in '' $ac_executable_extensions; do
5085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5086 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5088 break 2
5090 done
5091 done
5092 IFS=$as_save_IFS
5096 DUMPBIN=$ac_cv_prog_DUMPBIN
5097 if test -n "$DUMPBIN"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5099 $as_echo "$DUMPBIN" >&6; }
5100 else
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102 $as_echo "no" >&6; }
5106 test -n "$DUMPBIN" && break
5107 done
5109 if test -z "$DUMPBIN"; then
5110 ac_ct_DUMPBIN=$DUMPBIN
5111 for ac_prog in dumpbin "link -dump"
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114 set dummy $ac_prog; ac_word=$2
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116 $as_echo_n "checking for $ac_word... " >&6; }
5117 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5118 $as_echo_n "(cached) " >&6
5119 else
5120 if test -n "$ac_ct_DUMPBIN"; then
5121 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5122 else
5123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124 for as_dir in $PATH
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
5128 for ac_exec_ext in '' $ac_executable_extensions; do
5129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5132 break 2
5134 done
5135 done
5136 IFS=$as_save_IFS
5140 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5141 if test -n "$ac_ct_DUMPBIN"; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5143 $as_echo "$ac_ct_DUMPBIN" >&6; }
5144 else
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146 $as_echo "no" >&6; }
5150 test -n "$ac_ct_DUMPBIN" && break
5151 done
5153 if test "x$ac_ct_DUMPBIN" = x; then
5154 DUMPBIN=":"
5155 else
5156 case $cross_compiling:$ac_tool_warned in
5157 yes:)
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160 ac_tool_warned=yes ;;
5161 esac
5162 DUMPBIN=$ac_ct_DUMPBIN
5166 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5167 *COFF*)
5168 DUMPBIN="$DUMPBIN -symbols"
5171 DUMPBIN=:
5173 esac
5176 if test "$DUMPBIN" != ":"; then
5177 NM="$DUMPBIN"
5180 test -z "$NM" && NM=nm
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5188 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5189 if ${lt_cv_nm_interface+:} false; then :
5190 $as_echo_n "(cached) " >&6
5191 else
5192 lt_cv_nm_interface="BSD nm"
5193 echo "int some_variable = 0;" > conftest.$ac_ext
5194 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5195 (eval "$ac_compile" 2>conftest.err)
5196 cat conftest.err >&5
5197 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5198 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5199 cat conftest.err >&5
5200 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5201 cat conftest.out >&5
5202 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5203 lt_cv_nm_interface="MS dumpbin"
5205 rm -f conftest*
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5208 $as_echo "$lt_cv_nm_interface" >&6; }
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5211 $as_echo_n "checking whether ln -s works... " >&6; }
5212 LN_S=$as_ln_s
5213 if test "$LN_S" = "ln -s"; then
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5215 $as_echo "yes" >&6; }
5216 else
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5218 $as_echo "no, using $LN_S" >&6; }
5221 # find the maximum length of command line arguments
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5223 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5224 if ${lt_cv_sys_max_cmd_len+:} false; then :
5225 $as_echo_n "(cached) " >&6
5226 else
5228 teststring="ABCD"
5230 case $build_os in
5231 msdosdjgpp*)
5232 # On DJGPP, this test can blow up pretty badly due to problems in libc
5233 # (any single argument exceeding 2000 bytes causes a buffer overrun
5234 # during glob expansion). Even if it were fixed, the result of this
5235 # check would be larger than it should be.
5236 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5239 gnu*)
5240 # Under GNU Hurd, this test is not required because there is
5241 # no limit to the length of command line arguments.
5242 # Libtool will interpret -1 as no limit whatsoever
5243 lt_cv_sys_max_cmd_len=-1;
5246 cygwin* | mingw* | cegcc*)
5247 # On Win9x/ME, this test blows up -- it succeeds, but takes
5248 # about 5 minutes as the teststring grows exponentially.
5249 # Worse, since 9x/ME are not pre-emptively multitasking,
5250 # you end up with a "frozen" computer, even though with patience
5251 # the test eventually succeeds (with a max line length of 256k).
5252 # Instead, let's just punt: use the minimum linelength reported by
5253 # all of the supported platforms: 8192 (on NT/2K/XP).
5254 lt_cv_sys_max_cmd_len=8192;
5257 mint*)
5258 # On MiNT this can take a long time and run out of memory.
5259 lt_cv_sys_max_cmd_len=8192;
5262 amigaos*)
5263 # On AmigaOS with pdksh, this test takes hours, literally.
5264 # So we just punt and use a minimum line length of 8192.
5265 lt_cv_sys_max_cmd_len=8192;
5268 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5269 # This has been around since 386BSD, at least. Likely further.
5270 if test -x /sbin/sysctl; then
5271 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5272 elif test -x /usr/sbin/sysctl; then
5273 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5274 else
5275 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5277 # And add a safety zone
5278 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5279 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5282 interix*)
5283 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5284 lt_cv_sys_max_cmd_len=196608
5287 osf*)
5288 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5289 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5290 # nice to cause kernel panics so lets avoid the loop below.
5291 # First set a reasonable default.
5292 lt_cv_sys_max_cmd_len=16384
5294 if test -x /sbin/sysconfig; then
5295 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5296 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5297 esac
5300 sco3.2v5*)
5301 lt_cv_sys_max_cmd_len=102400
5303 sysv5* | sco5v6* | sysv4.2uw2*)
5304 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5305 if test -n "$kargmax"; then
5306 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5307 else
5308 lt_cv_sys_max_cmd_len=32768
5312 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5313 if test -n "$lt_cv_sys_max_cmd_len"; then
5314 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5316 else
5317 # Make teststring a little bigger before we do anything with it.
5318 # a 1K string should be a reasonable start.
5319 for i in 1 2 3 4 5 6 7 8 ; do
5320 teststring=$teststring$teststring
5321 done
5322 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5323 # If test is not a shell built-in, we'll probably end up computing a
5324 # maximum length that is only half of the actual maximum length, but
5325 # we can't tell.
5326 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5327 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5328 test $i != 17 # 1/2 MB should be enough
5330 i=`expr $i + 1`
5331 teststring=$teststring$teststring
5332 done
5333 # Only check the string length outside the loop.
5334 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5335 teststring=
5336 # Add a significant safety factor because C++ compilers can tack on
5337 # massive amounts of additional arguments before passing them to the
5338 # linker. It appears as though 1/2 is a usable value.
5339 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5342 esac
5346 if test -n $lt_cv_sys_max_cmd_len ; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5348 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5349 else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5351 $as_echo "none" >&6; }
5353 max_cmd_len=$lt_cv_sys_max_cmd_len
5360 : ${CP="cp -f"}
5361 : ${MV="mv -f"}
5362 : ${RM="rm -f"}
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5365 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5366 # Try some XSI features
5367 xsi_shell=no
5368 ( _lt_dummy="a/b/c"
5369 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5370 = c,a/b,, \
5371 && eval 'test $(( 1 + 1 )) -eq 2 \
5372 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5373 && xsi_shell=yes
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5375 $as_echo "$xsi_shell" >&6; }
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5379 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5380 lt_shell_append=no
5381 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5382 >/dev/null 2>&1 \
5383 && lt_shell_append=yes
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5385 $as_echo "$lt_shell_append" >&6; }
5388 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5389 lt_unset=unset
5390 else
5391 lt_unset=false
5398 # test EBCDIC or ASCII
5399 case `echo X|tr X '\101'` in
5400 A) # ASCII based system
5401 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5402 lt_SP2NL='tr \040 \012'
5403 lt_NL2SP='tr \015\012 \040\040'
5405 *) # EBCDIC based system
5406 lt_SP2NL='tr \100 \n'
5407 lt_NL2SP='tr \r\n \100\100'
5409 esac
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5420 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5421 if ${lt_cv_ld_reload_flag+:} false; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 lt_cv_ld_reload_flag='-r'
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5427 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5428 reload_flag=$lt_cv_ld_reload_flag
5429 case $reload_flag in
5430 "" | " "*) ;;
5431 *) reload_flag=" $reload_flag" ;;
5432 esac
5433 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5434 case $host_os in
5435 darwin*)
5436 if test "$GCC" = yes; then
5437 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5438 else
5439 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5442 esac
5452 if test -n "$ac_tool_prefix"; then
5453 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5454 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456 $as_echo_n "checking for $ac_word... " >&6; }
5457 if ${ac_cv_prog_OBJDUMP+:} false; then :
5458 $as_echo_n "(cached) " >&6
5459 else
5460 if test -n "$OBJDUMP"; then
5461 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5474 done
5475 done
5476 IFS=$as_save_IFS
5480 OBJDUMP=$ac_cv_prog_OBJDUMP
5481 if test -n "$OBJDUMP"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5483 $as_echo "$OBJDUMP" >&6; }
5484 else
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486 $as_echo "no" >&6; }
5491 if test -z "$ac_cv_prog_OBJDUMP"; then
5492 ac_ct_OBJDUMP=$OBJDUMP
5493 # Extract the first word of "objdump", so it can be a program name with args.
5494 set dummy objdump; ac_word=$2
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5496 $as_echo_n "checking for $ac_word... " >&6; }
5497 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5498 $as_echo_n "(cached) " >&6
5499 else
5500 if test -n "$ac_ct_OBJDUMP"; then
5501 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5502 else
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504 for as_dir in $PATH
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5514 done
5515 done
5516 IFS=$as_save_IFS
5520 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5521 if test -n "$ac_ct_OBJDUMP"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5523 $as_echo "$ac_ct_OBJDUMP" >&6; }
5524 else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5526 $as_echo "no" >&6; }
5529 if test "x$ac_ct_OBJDUMP" = x; then
5530 OBJDUMP="false"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533 yes:)
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5535 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5536 ac_tool_warned=yes ;;
5537 esac
5538 OBJDUMP=$ac_ct_OBJDUMP
5540 else
5541 OBJDUMP="$ac_cv_prog_OBJDUMP"
5544 test -z "$OBJDUMP" && OBJDUMP=objdump
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5555 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5556 if ${lt_cv_deplibs_check_method+:} false; then :
5557 $as_echo_n "(cached) " >&6
5558 else
5559 lt_cv_file_magic_cmd='$MAGIC_CMD'
5560 lt_cv_file_magic_test_file=
5561 lt_cv_deplibs_check_method='unknown'
5562 # Need to set the preceding variable on all platforms that support
5563 # interlibrary dependencies.
5564 # 'none' -- dependencies not supported.
5565 # `unknown' -- same as none, but documents that we really don't know.
5566 # 'pass_all' -- all dependencies passed with no checks.
5567 # 'test_compile' -- check by making test program.
5568 # 'file_magic [[regex]]' -- check by looking for files in library path
5569 # which responds to the $file_magic_cmd with a given extended regex.
5570 # If you have `file' or equivalent on your system and you're not sure
5571 # whether `pass_all' will *always* work, you probably want this one.
5573 case $host_os in
5574 aix[4-9]*)
5575 lt_cv_deplibs_check_method=pass_all
5578 beos*)
5579 lt_cv_deplibs_check_method=pass_all
5582 bsdi[45]*)
5583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5584 lt_cv_file_magic_cmd='/usr/bin/file -L'
5585 lt_cv_file_magic_test_file=/shlib/libc.so
5588 cygwin*)
5589 # func_win32_libid is a shell function defined in ltmain.sh
5590 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5591 lt_cv_file_magic_cmd='func_win32_libid'
5594 mingw* | pw32*)
5595 # Base MSYS/MinGW do not provide the 'file' command needed by
5596 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5597 # unless we find 'file', for example because we are cross-compiling.
5598 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5599 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5600 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5601 lt_cv_file_magic_cmd='func_win32_libid'
5602 else
5603 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5604 lt_cv_file_magic_cmd='$OBJDUMP -f'
5608 cegcc*)
5609 # use the weaker test based on 'objdump'. See mingw*.
5610 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5611 lt_cv_file_magic_cmd='$OBJDUMP -f'
5614 darwin* | rhapsody*)
5615 lt_cv_deplibs_check_method=pass_all
5618 freebsd* | dragonfly*)
5619 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5620 case $host_cpu in
5621 i*86 )
5622 # Not sure whether the presence of OpenBSD here was a mistake.
5623 # Let's accept both of them until this is cleared up.
5624 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5628 esac
5629 else
5630 lt_cv_deplibs_check_method=pass_all
5634 gnu*)
5635 lt_cv_deplibs_check_method=pass_all
5638 haiku*)
5639 lt_cv_deplibs_check_method=pass_all
5642 hpux10.20* | hpux11*)
5643 lt_cv_file_magic_cmd=/usr/bin/file
5644 case $host_cpu in
5645 ia64*)
5646 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5647 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5649 hppa*64*)
5650 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]'
5651 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5654 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5655 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5657 esac
5660 interix[3-9]*)
5661 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5662 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5665 irix5* | irix6* | nonstopux*)
5666 case $LD in
5667 *-32|*"-32 ") libmagic=32-bit;;
5668 *-n32|*"-n32 ") libmagic=N32;;
5669 *-64|*"-64 ") libmagic=64-bit;;
5670 *) libmagic=never-match;;
5671 esac
5672 lt_cv_deplibs_check_method=pass_all
5675 # This must be Linux ELF.
5676 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5677 lt_cv_deplibs_check_method=pass_all
5680 netbsd*)
5681 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5688 newos6*)
5689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5690 lt_cv_file_magic_cmd=/usr/bin/file
5691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5694 *nto* | *qnx*)
5695 lt_cv_deplibs_check_method=pass_all
5698 openbsd*)
5699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5701 else
5702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5706 osf3* | osf4* | osf5*)
5707 lt_cv_deplibs_check_method=pass_all
5710 rdos*)
5711 lt_cv_deplibs_check_method=pass_all
5714 solaris*)
5715 lt_cv_deplibs_check_method=pass_all
5718 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5719 lt_cv_deplibs_check_method=pass_all
5722 sysv4 | sysv4.3*)
5723 case $host_vendor in
5724 motorola)
5725 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]'
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5728 ncr)
5729 lt_cv_deplibs_check_method=pass_all
5731 sequent)
5732 lt_cv_file_magic_cmd='/bin/file'
5733 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5735 sni)
5736 lt_cv_file_magic_cmd='/bin/file'
5737 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5738 lt_cv_file_magic_test_file=/lib/libc.so
5740 siemens)
5741 lt_cv_deplibs_check_method=pass_all
5744 lt_cv_deplibs_check_method=pass_all
5746 esac
5749 tpf*)
5750 lt_cv_deplibs_check_method=pass_all
5752 esac
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5756 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5757 file_magic_cmd=$lt_cv_file_magic_cmd
5758 deplibs_check_method=$lt_cv_deplibs_check_method
5759 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5772 plugin_option=
5773 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5774 for plugin in $plugin_names; do
5775 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5776 if test x$plugin_so = x$plugin; then
5777 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5779 if test x$plugin_so != x$plugin; then
5780 plugin_option="--plugin $plugin_so"
5781 break
5783 done
5785 if test -n "$ac_tool_prefix"; then
5786 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5787 set dummy ${ac_tool_prefix}ar; ac_word=$2
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5789 $as_echo_n "checking for $ac_word... " >&6; }
5790 if ${ac_cv_prog_AR+:} false; then :
5791 $as_echo_n "(cached) " >&6
5792 else
5793 if test -n "$AR"; then
5794 ac_cv_prog_AR="$AR" # Let the user override the test.
5795 else
5796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5797 for as_dir in $PATH
5799 IFS=$as_save_IFS
5800 test -z "$as_dir" && as_dir=.
5801 for ac_exec_ext in '' $ac_executable_extensions; do
5802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5803 ac_cv_prog_AR="${ac_tool_prefix}ar"
5804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5805 break 2
5807 done
5808 done
5809 IFS=$as_save_IFS
5813 AR=$ac_cv_prog_AR
5814 if test -n "$AR"; then
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5816 $as_echo "$AR" >&6; }
5817 else
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5819 $as_echo "no" >&6; }
5824 if test -z "$ac_cv_prog_AR"; then
5825 ac_ct_AR=$AR
5826 # Extract the first word of "ar", so it can be a program name with args.
5827 set dummy ar; ac_word=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829 $as_echo_n "checking for $ac_word... " >&6; }
5830 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 if test -n "$ac_ct_AR"; then
5834 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5835 else
5836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5837 for as_dir in $PATH
5839 IFS=$as_save_IFS
5840 test -z "$as_dir" && as_dir=.
5841 for ac_exec_ext in '' $ac_executable_extensions; do
5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5843 ac_cv_prog_ac_ct_AR="ar"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5845 break 2
5847 done
5848 done
5849 IFS=$as_save_IFS
5853 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5854 if test -n "$ac_ct_AR"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5856 $as_echo "$ac_ct_AR" >&6; }
5857 else
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859 $as_echo "no" >&6; }
5862 if test "x$ac_ct_AR" = x; then
5863 AR="false"
5864 else
5865 case $cross_compiling:$ac_tool_warned in
5866 yes:)
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5869 ac_tool_warned=yes ;;
5870 esac
5871 AR=$ac_ct_AR
5873 else
5874 AR="$ac_cv_prog_AR"
5877 test -z "$AR" && AR=ar
5878 if test -n "$plugin_option"; then
5879 if $AR --help 2>&1 | grep -q "\--plugin"; then
5880 touch conftest.c
5881 $AR $plugin_option rc conftest.a conftest.c
5882 if test "$?" != 0; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5884 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5885 else
5886 AR="$AR $plugin_option"
5888 rm -f conftest.*
5891 test -z "$AR_FLAGS" && AR_FLAGS=cru
5903 if test -n "$ac_tool_prefix"; then
5904 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5905 set dummy ${ac_tool_prefix}strip; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if ${ac_cv_prog_STRIP+:} false; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$STRIP"; then
5912 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5925 done
5926 done
5927 IFS=$as_save_IFS
5931 STRIP=$ac_cv_prog_STRIP
5932 if test -n "$STRIP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5934 $as_echo "$STRIP" >&6; }
5935 else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937 $as_echo "no" >&6; }
5942 if test -z "$ac_cv_prog_STRIP"; then
5943 ac_ct_STRIP=$STRIP
5944 # Extract the first word of "strip", so it can be a program name with args.
5945 set dummy strip; ac_word=$2
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5947 $as_echo_n "checking for $ac_word... " >&6; }
5948 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5949 $as_echo_n "(cached) " >&6
5950 else
5951 if test -n "$ac_ct_STRIP"; then
5952 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5953 else
5954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5955 for as_dir in $PATH
5957 IFS=$as_save_IFS
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5961 ac_cv_prog_ac_ct_STRIP="strip"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5963 break 2
5965 done
5966 done
5967 IFS=$as_save_IFS
5971 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5972 if test -n "$ac_ct_STRIP"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5974 $as_echo "$ac_ct_STRIP" >&6; }
5975 else
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5977 $as_echo "no" >&6; }
5980 if test "x$ac_ct_STRIP" = x; then
5981 STRIP=":"
5982 else
5983 case $cross_compiling:$ac_tool_warned in
5984 yes:)
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5986 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5987 ac_tool_warned=yes ;;
5988 esac
5989 STRIP=$ac_ct_STRIP
5991 else
5992 STRIP="$ac_cv_prog_STRIP"
5995 test -z "$STRIP" && STRIP=:
6002 if test -n "$ac_tool_prefix"; then
6003 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6004 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6006 $as_echo_n "checking for $ac_word... " >&6; }
6007 if ${ac_cv_prog_RANLIB+:} false; then :
6008 $as_echo_n "(cached) " >&6
6009 else
6010 if test -n "$RANLIB"; then
6011 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6012 else
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 for as_dir in $PATH
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
6019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6020 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 break 2
6024 done
6025 done
6026 IFS=$as_save_IFS
6030 RANLIB=$ac_cv_prog_RANLIB
6031 if test -n "$RANLIB"; then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6033 $as_echo "$RANLIB" >&6; }
6034 else
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6036 $as_echo "no" >&6; }
6041 if test -z "$ac_cv_prog_RANLIB"; then
6042 ac_ct_RANLIB=$RANLIB
6043 # Extract the first word of "ranlib", so it can be a program name with args.
6044 set dummy ranlib; ac_word=$2
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046 $as_echo_n "checking for $ac_word... " >&6; }
6047 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6048 $as_echo_n "(cached) " >&6
6049 else
6050 if test -n "$ac_ct_RANLIB"; then
6051 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6052 else
6053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054 for as_dir in $PATH
6056 IFS=$as_save_IFS
6057 test -z "$as_dir" && as_dir=.
6058 for ac_exec_ext in '' $ac_executable_extensions; do
6059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6060 ac_cv_prog_ac_ct_RANLIB="ranlib"
6061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6062 break 2
6064 done
6065 done
6066 IFS=$as_save_IFS
6070 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6071 if test -n "$ac_ct_RANLIB"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6073 $as_echo "$ac_ct_RANLIB" >&6; }
6074 else
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076 $as_echo "no" >&6; }
6079 if test "x$ac_ct_RANLIB" = x; then
6080 RANLIB=":"
6081 else
6082 case $cross_compiling:$ac_tool_warned in
6083 yes:)
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6085 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6086 ac_tool_warned=yes ;;
6087 esac
6088 RANLIB=$ac_ct_RANLIB
6090 else
6091 RANLIB="$ac_cv_prog_RANLIB"
6094 test -z "$RANLIB" && RANLIB=:
6095 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6096 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6097 RANLIB="$RANLIB $plugin_option"
6106 # Determine commands to create old-style static archives.
6107 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6108 old_postinstall_cmds='chmod 644 $oldlib'
6109 old_postuninstall_cmds=
6111 if test -n "$RANLIB"; then
6112 case $host_os in
6113 openbsd*)
6114 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6117 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6119 esac
6120 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6123 case $host_os in
6124 darwin*)
6125 lock_old_archive_extraction=yes ;;
6127 lock_old_archive_extraction=no ;;
6128 esac
6168 # If no C compiler was specified, use CC.
6169 LTCC=${LTCC-"$CC"}
6171 # If no C compiler flags were specified, use CFLAGS.
6172 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6174 # Allow CC to be a program name with arguments.
6175 compiler=$CC
6178 # Check for command to grab the raw symbol name followed by C symbol from nm.
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6180 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6181 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6185 # These are sane defaults that work on at least a few old systems.
6186 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6188 # Character class describing NM global symbol codes.
6189 symcode='[BCDEGRST]'
6191 # Regexp to match symbols that can be accessed directly from C.
6192 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6194 # Define system-specific variables.
6195 case $host_os in
6196 aix*)
6197 symcode='[BCDT]'
6199 cygwin* | mingw* | pw32* | cegcc*)
6200 symcode='[ABCDGISTW]'
6202 hpux*)
6203 if test "$host_cpu" = ia64; then
6204 symcode='[ABCDEGRST]'
6207 irix* | nonstopux*)
6208 symcode='[BCDEGRST]'
6210 osf*)
6211 symcode='[BCDEGQRST]'
6213 solaris*)
6214 symcode='[BCDRT]'
6216 sco3.2v5*)
6217 symcode='[DT]'
6219 sysv4.2uw2*)
6220 symcode='[DT]'
6222 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6223 symcode='[ABDT]'
6225 sysv4)
6226 symcode='[DFNSTU]'
6228 esac
6230 # If we're using GNU nm, then use its standard symbol codes.
6231 case `$NM -V 2>&1` in
6232 *GNU* | *'with BFD'*)
6233 symcode='[ABCDGIRSTW]' ;;
6234 esac
6236 # Transform an extracted symbol line into a proper C declaration.
6237 # Some systems (esp. on ia64) link data and code symbols differently,
6238 # so use this general approach.
6239 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6241 # Transform an extracted symbol line into symbol name and symbol address
6242 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6243 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'"
6245 # Handle CRLF in mingw tool chain
6246 opt_cr=
6247 case $build_os in
6248 mingw*)
6249 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6251 esac
6253 # Try without a prefix underscore, then with it.
6254 for ac_symprfx in "" "_"; do
6256 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6257 symxfrm="\\1 $ac_symprfx\\2 \\2"
6259 # Write the raw and C identifiers.
6260 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6261 # Fake it for dumpbin and say T for any non-static function
6262 # and D for any global variable.
6263 # Also find C++ and __fastcall symbols from MSVC++,
6264 # which start with @ or ?.
6265 lt_cv_sys_global_symbol_pipe="$AWK '"\
6266 " {last_section=section; section=\$ 3};"\
6267 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6268 " \$ 0!~/External *\|/{next};"\
6269 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6270 " {if(hide[section]) next};"\
6271 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6272 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6273 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6274 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6275 " ' prfx=^$ac_symprfx"
6276 else
6277 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6280 # Check to see that the pipe works correctly.
6281 pipe_works=no
6283 rm -f conftest*
6284 cat > conftest.$ac_ext <<_LT_EOF
6285 #ifdef __cplusplus
6286 extern "C" {
6287 #endif
6288 char nm_test_var;
6289 void nm_test_func(void);
6290 void nm_test_func(void){}
6291 #ifdef __cplusplus
6293 #endif
6294 int main(){nm_test_var='a';nm_test_func();return(0);}
6295 _LT_EOF
6297 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6298 (eval $ac_compile) 2>&5
6299 ac_status=$?
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6301 test $ac_status = 0; }; then
6302 # Now try to grab the symbols.
6303 nlist=conftest.nm
6304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6305 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6306 ac_status=$?
6307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6308 test $ac_status = 0; } && test -s "$nlist"; then
6309 # Try sorting and uniquifying the output.
6310 if sort "$nlist" | uniq > "$nlist"T; then
6311 mv -f "$nlist"T "$nlist"
6312 else
6313 rm -f "$nlist"T
6316 # Make sure that we snagged all the symbols we need.
6317 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6318 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6319 cat <<_LT_EOF > conftest.$ac_ext
6320 #ifdef __cplusplus
6321 extern "C" {
6322 #endif
6324 _LT_EOF
6325 # Now generate the symbol file.
6326 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6328 cat <<_LT_EOF >> conftest.$ac_ext
6330 /* The mapping between symbol names and symbols. */
6331 const struct {
6332 const char *name;
6333 void *address;
6335 lt__PROGRAM__LTX_preloaded_symbols[] =
6337 { "@PROGRAM@", (void *) 0 },
6338 _LT_EOF
6339 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6340 cat <<\_LT_EOF >> conftest.$ac_ext
6341 {0, (void *) 0}
6344 /* This works around a problem in FreeBSD linker */
6345 #ifdef FREEBSD_WORKAROUND
6346 static const void *lt_preloaded_setup() {
6347 return lt__PROGRAM__LTX_preloaded_symbols;
6349 #endif
6351 #ifdef __cplusplus
6353 #endif
6354 _LT_EOF
6355 # Now try linking the two files.
6356 mv conftest.$ac_objext conftstm.$ac_objext
6357 lt_save_LIBS="$LIBS"
6358 lt_save_CFLAGS="$CFLAGS"
6359 LIBS="conftstm.$ac_objext"
6360 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6362 (eval $ac_link) 2>&5
6363 ac_status=$?
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6365 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6366 pipe_works=yes
6368 LIBS="$lt_save_LIBS"
6369 CFLAGS="$lt_save_CFLAGS"
6370 else
6371 echo "cannot find nm_test_func in $nlist" >&5
6373 else
6374 echo "cannot find nm_test_var in $nlist" >&5
6376 else
6377 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6379 else
6380 echo "$progname: failed program was:" >&5
6381 cat conftest.$ac_ext >&5
6383 rm -rf conftest* conftst*
6385 # Do not use the global_symbol_pipe unless it works.
6386 if test "$pipe_works" = yes; then
6387 break
6388 else
6389 lt_cv_sys_global_symbol_pipe=
6391 done
6395 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6396 lt_cv_sys_global_symbol_to_cdecl=
6398 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6400 $as_echo "failed" >&6; }
6401 else
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6403 $as_echo "ok" >&6; }
6427 # Check whether --enable-libtool-lock was given.
6428 if test "${enable_libtool_lock+set}" = set; then :
6429 enableval=$enable_libtool_lock;
6432 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6434 # Some flags need to be propagated to the compiler or linker for good
6435 # libtool support.
6436 case $host in
6437 ia64-*-hpux*)
6438 # Find out which ABI we are using.
6439 echo 'int i;' > conftest.$ac_ext
6440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6441 (eval $ac_compile) 2>&5
6442 ac_status=$?
6443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6444 test $ac_status = 0; }; then
6445 case `/usr/bin/file conftest.$ac_objext` in
6446 *ELF-32*)
6447 HPUX_IA64_MODE="32"
6449 *ELF-64*)
6450 HPUX_IA64_MODE="64"
6452 esac
6454 rm -rf conftest*
6456 *-*-irix6*)
6457 # Find out which ABI we are using.
6458 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6460 (eval $ac_compile) 2>&5
6461 ac_status=$?
6462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6463 test $ac_status = 0; }; then
6464 if test "$lt_cv_prog_gnu_ld" = yes; then
6465 case `/usr/bin/file conftest.$ac_objext` in
6466 *32-bit*)
6467 LD="${LD-ld} -melf32bsmip"
6469 *N32*)
6470 LD="${LD-ld} -melf32bmipn32"
6472 *64-bit*)
6473 LD="${LD-ld} -melf64bmip"
6475 esac
6476 else
6477 case `/usr/bin/file conftest.$ac_objext` in
6478 *32-bit*)
6479 LD="${LD-ld} -32"
6481 *N32*)
6482 LD="${LD-ld} -n32"
6484 *64-bit*)
6485 LD="${LD-ld} -64"
6487 esac
6490 rm -rf conftest*
6493 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6494 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6495 # Find out which ABI we are using.
6496 echo 'int i;' > conftest.$ac_ext
6497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6498 (eval $ac_compile) 2>&5
6499 ac_status=$?
6500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6501 test $ac_status = 0; }; then
6502 case `/usr/bin/file conftest.o` in
6503 *32-bit*)
6504 case $host in
6505 x86_64-*kfreebsd*-gnu)
6506 LD="${LD-ld} -m elf_i386_fbsd"
6508 x86_64-*linux*)
6509 case `/usr/bin/file conftest.o` in
6510 *x86-64*)
6511 LD="${LD-ld} -m elf32_x86_64"
6514 LD="${LD-ld} -m elf_i386"
6516 esac
6518 powerpc64le-*linux*)
6519 LD="${LD-ld} -m elf32lppclinux"
6521 powerpc64-*linux*)
6522 LD="${LD-ld} -m elf32ppclinux"
6524 s390x-*linux*)
6525 LD="${LD-ld} -m elf_s390"
6527 sparc64-*linux*)
6528 LD="${LD-ld} -m elf32_sparc"
6530 esac
6532 *64-bit*)
6533 case $host in
6534 x86_64-*kfreebsd*-gnu)
6535 LD="${LD-ld} -m elf_x86_64_fbsd"
6537 x86_64-*linux*)
6538 LD="${LD-ld} -m elf_x86_64"
6540 powerpcle-*linux*)
6541 LD="${LD-ld} -m elf64lppc"
6543 powerpc-*linux*)
6544 LD="${LD-ld} -m elf64ppc"
6546 s390*-*linux*|s390*-*tpf*)
6547 LD="${LD-ld} -m elf64_s390"
6549 sparc*-*linux*)
6550 LD="${LD-ld} -m elf64_sparc"
6552 esac
6554 esac
6556 rm -rf conftest*
6559 *-*-sco3.2v5*)
6560 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6561 SAVE_CFLAGS="$CFLAGS"
6562 CFLAGS="$CFLAGS -belf"
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6564 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6565 if ${lt_cv_cc_needs_belf+:} false; then :
6566 $as_echo_n "(cached) " >&6
6567 else
6568 ac_ext=c
6569 ac_cpp='$CPP $CPPFLAGS'
6570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575 /* end confdefs.h. */
6578 main ()
6582 return 0;
6584 _ACEOF
6585 if ac_fn_c_try_link "$LINENO"; then :
6586 lt_cv_cc_needs_belf=yes
6587 else
6588 lt_cv_cc_needs_belf=no
6590 rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
6592 ac_ext=c
6593 ac_cpp='$CPP $CPPFLAGS'
6594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6600 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6601 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6602 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6603 CFLAGS="$SAVE_CFLAGS"
6606 sparc*-*solaris*)
6607 # Find out which ABI we are using.
6608 echo 'int i;' > conftest.$ac_ext
6609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6610 (eval $ac_compile) 2>&5
6611 ac_status=$?
6612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6613 test $ac_status = 0; }; then
6614 case `/usr/bin/file conftest.o` in
6615 *64-bit*)
6616 case $lt_cv_prog_gnu_ld in
6617 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6619 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6620 LD="${LD-ld} -64"
6623 esac
6625 esac
6627 rm -rf conftest*
6629 esac
6631 need_locks="$enable_libtool_lock"
6634 case $host_os in
6635 rhapsody* | darwin*)
6636 if test -n "$ac_tool_prefix"; then
6637 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6638 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6640 $as_echo_n "checking for $ac_word... " >&6; }
6641 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6642 $as_echo_n "(cached) " >&6
6643 else
6644 if test -n "$DSYMUTIL"; then
6645 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6646 else
6647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6648 for as_dir in $PATH
6650 IFS=$as_save_IFS
6651 test -z "$as_dir" && as_dir=.
6652 for ac_exec_ext in '' $ac_executable_extensions; do
6653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6654 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6656 break 2
6658 done
6659 done
6660 IFS=$as_save_IFS
6664 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6665 if test -n "$DSYMUTIL"; then
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6667 $as_echo "$DSYMUTIL" >&6; }
6668 else
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6670 $as_echo "no" >&6; }
6675 if test -z "$ac_cv_prog_DSYMUTIL"; then
6676 ac_ct_DSYMUTIL=$DSYMUTIL
6677 # Extract the first word of "dsymutil", so it can be a program name with args.
6678 set dummy dsymutil; ac_word=$2
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6680 $as_echo_n "checking for $ac_word... " >&6; }
6681 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6682 $as_echo_n "(cached) " >&6
6683 else
6684 if test -n "$ac_ct_DSYMUTIL"; then
6685 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6686 else
6687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6688 for as_dir in $PATH
6690 IFS=$as_save_IFS
6691 test -z "$as_dir" && as_dir=.
6692 for ac_exec_ext in '' $ac_executable_extensions; do
6693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6694 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6696 break 2
6698 done
6699 done
6700 IFS=$as_save_IFS
6704 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6705 if test -n "$ac_ct_DSYMUTIL"; then
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6707 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6708 else
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6710 $as_echo "no" >&6; }
6713 if test "x$ac_ct_DSYMUTIL" = x; then
6714 DSYMUTIL=":"
6715 else
6716 case $cross_compiling:$ac_tool_warned in
6717 yes:)
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6719 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6720 ac_tool_warned=yes ;;
6721 esac
6722 DSYMUTIL=$ac_ct_DSYMUTIL
6724 else
6725 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6728 if test -n "$ac_tool_prefix"; then
6729 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6730 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732 $as_echo_n "checking for $ac_word... " >&6; }
6733 if ${ac_cv_prog_NMEDIT+:} false; then :
6734 $as_echo_n "(cached) " >&6
6735 else
6736 if test -n "$NMEDIT"; then
6737 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6738 else
6739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6740 for as_dir in $PATH
6742 IFS=$as_save_IFS
6743 test -z "$as_dir" && as_dir=.
6744 for ac_exec_ext in '' $ac_executable_extensions; do
6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6748 break 2
6750 done
6751 done
6752 IFS=$as_save_IFS
6756 NMEDIT=$ac_cv_prog_NMEDIT
6757 if test -n "$NMEDIT"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6759 $as_echo "$NMEDIT" >&6; }
6760 else
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762 $as_echo "no" >&6; }
6767 if test -z "$ac_cv_prog_NMEDIT"; then
6768 ac_ct_NMEDIT=$NMEDIT
6769 # Extract the first word of "nmedit", so it can be a program name with args.
6770 set dummy nmedit; ac_word=$2
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772 $as_echo_n "checking for $ac_word... " >&6; }
6773 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6774 $as_echo_n "(cached) " >&6
6775 else
6776 if test -n "$ac_ct_NMEDIT"; then
6777 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6778 else
6779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780 for as_dir in $PATH
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6786 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6788 break 2
6790 done
6791 done
6792 IFS=$as_save_IFS
6796 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6797 if test -n "$ac_ct_NMEDIT"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6799 $as_echo "$ac_ct_NMEDIT" >&6; }
6800 else
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802 $as_echo "no" >&6; }
6805 if test "x$ac_ct_NMEDIT" = x; then
6806 NMEDIT=":"
6807 else
6808 case $cross_compiling:$ac_tool_warned in
6809 yes:)
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6812 ac_tool_warned=yes ;;
6813 esac
6814 NMEDIT=$ac_ct_NMEDIT
6816 else
6817 NMEDIT="$ac_cv_prog_NMEDIT"
6820 if test -n "$ac_tool_prefix"; then
6821 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6822 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6824 $as_echo_n "checking for $ac_word... " >&6; }
6825 if ${ac_cv_prog_LIPO+:} false; then :
6826 $as_echo_n "(cached) " >&6
6827 else
6828 if test -n "$LIPO"; then
6829 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6830 else
6831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6832 for as_dir in $PATH
6834 IFS=$as_save_IFS
6835 test -z "$as_dir" && as_dir=.
6836 for ac_exec_ext in '' $ac_executable_extensions; do
6837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6838 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6840 break 2
6842 done
6843 done
6844 IFS=$as_save_IFS
6848 LIPO=$ac_cv_prog_LIPO
6849 if test -n "$LIPO"; then
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6851 $as_echo "$LIPO" >&6; }
6852 else
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854 $as_echo "no" >&6; }
6859 if test -z "$ac_cv_prog_LIPO"; then
6860 ac_ct_LIPO=$LIPO
6861 # Extract the first word of "lipo", so it can be a program name with args.
6862 set dummy lipo; ac_word=$2
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6864 $as_echo_n "checking for $ac_word... " >&6; }
6865 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6866 $as_echo_n "(cached) " >&6
6867 else
6868 if test -n "$ac_ct_LIPO"; then
6869 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6870 else
6871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872 for as_dir in $PATH
6874 IFS=$as_save_IFS
6875 test -z "$as_dir" && as_dir=.
6876 for ac_exec_ext in '' $ac_executable_extensions; do
6877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6878 ac_cv_prog_ac_ct_LIPO="lipo"
6879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6880 break 2
6882 done
6883 done
6884 IFS=$as_save_IFS
6888 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6889 if test -n "$ac_ct_LIPO"; then
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6891 $as_echo "$ac_ct_LIPO" >&6; }
6892 else
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894 $as_echo "no" >&6; }
6897 if test "x$ac_ct_LIPO" = x; then
6898 LIPO=":"
6899 else
6900 case $cross_compiling:$ac_tool_warned in
6901 yes:)
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6903 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6904 ac_tool_warned=yes ;;
6905 esac
6906 LIPO=$ac_ct_LIPO
6908 else
6909 LIPO="$ac_cv_prog_LIPO"
6912 if test -n "$ac_tool_prefix"; then
6913 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6914 set dummy ${ac_tool_prefix}otool; ac_word=$2
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6916 $as_echo_n "checking for $ac_word... " >&6; }
6917 if ${ac_cv_prog_OTOOL+:} false; then :
6918 $as_echo_n "(cached) " >&6
6919 else
6920 if test -n "$OTOOL"; then
6921 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6922 else
6923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924 for as_dir in $PATH
6926 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6930 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6932 break 2
6934 done
6935 done
6936 IFS=$as_save_IFS
6940 OTOOL=$ac_cv_prog_OTOOL
6941 if test -n "$OTOOL"; then
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6943 $as_echo "$OTOOL" >&6; }
6944 else
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6946 $as_echo "no" >&6; }
6951 if test -z "$ac_cv_prog_OTOOL"; then
6952 ac_ct_OTOOL=$OTOOL
6953 # Extract the first word of "otool", so it can be a program name with args.
6954 set dummy otool; ac_word=$2
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6956 $as_echo_n "checking for $ac_word... " >&6; }
6957 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6958 $as_echo_n "(cached) " >&6
6959 else
6960 if test -n "$ac_ct_OTOOL"; then
6961 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6962 else
6963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964 for as_dir in $PATH
6966 IFS=$as_save_IFS
6967 test -z "$as_dir" && as_dir=.
6968 for ac_exec_ext in '' $ac_executable_extensions; do
6969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6970 ac_cv_prog_ac_ct_OTOOL="otool"
6971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6972 break 2
6974 done
6975 done
6976 IFS=$as_save_IFS
6980 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6981 if test -n "$ac_ct_OTOOL"; then
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6983 $as_echo "$ac_ct_OTOOL" >&6; }
6984 else
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6986 $as_echo "no" >&6; }
6989 if test "x$ac_ct_OTOOL" = x; then
6990 OTOOL=":"
6991 else
6992 case $cross_compiling:$ac_tool_warned in
6993 yes:)
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6996 ac_tool_warned=yes ;;
6997 esac
6998 OTOOL=$ac_ct_OTOOL
7000 else
7001 OTOOL="$ac_cv_prog_OTOOL"
7004 if test -n "$ac_tool_prefix"; then
7005 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7006 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7008 $as_echo_n "checking for $ac_word... " >&6; }
7009 if ${ac_cv_prog_OTOOL64+:} false; then :
7010 $as_echo_n "(cached) " >&6
7011 else
7012 if test -n "$OTOOL64"; then
7013 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7014 else
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7016 for as_dir in $PATH
7018 IFS=$as_save_IFS
7019 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7022 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7024 break 2
7026 done
7027 done
7028 IFS=$as_save_IFS
7032 OTOOL64=$ac_cv_prog_OTOOL64
7033 if test -n "$OTOOL64"; then
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7035 $as_echo "$OTOOL64" >&6; }
7036 else
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7038 $as_echo "no" >&6; }
7043 if test -z "$ac_cv_prog_OTOOL64"; then
7044 ac_ct_OTOOL64=$OTOOL64
7045 # Extract the first word of "otool64", so it can be a program name with args.
7046 set dummy otool64; ac_word=$2
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7048 $as_echo_n "checking for $ac_word... " >&6; }
7049 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7050 $as_echo_n "(cached) " >&6
7051 else
7052 if test -n "$ac_ct_OTOOL64"; then
7053 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7054 else
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7056 for as_dir in $PATH
7058 IFS=$as_save_IFS
7059 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7062 ac_cv_prog_ac_ct_OTOOL64="otool64"
7063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7064 break 2
7066 done
7067 done
7068 IFS=$as_save_IFS
7072 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7073 if test -n "$ac_ct_OTOOL64"; then
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7075 $as_echo "$ac_ct_OTOOL64" >&6; }
7076 else
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7078 $as_echo "no" >&6; }
7081 if test "x$ac_ct_OTOOL64" = x; then
7082 OTOOL64=":"
7083 else
7084 case $cross_compiling:$ac_tool_warned in
7085 yes:)
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7087 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7088 ac_tool_warned=yes ;;
7089 esac
7090 OTOOL64=$ac_ct_OTOOL64
7092 else
7093 OTOOL64="$ac_cv_prog_OTOOL64"
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7123 $as_echo_n "checking for -single_module linker flag... " >&6; }
7124 if ${lt_cv_apple_cc_single_mod+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 lt_cv_apple_cc_single_mod=no
7128 if test -z "${LT_MULTI_MODULE}"; then
7129 # By default we will add the -single_module flag. You can override
7130 # by either setting the environment variable LT_MULTI_MODULE
7131 # non-empty at configure time, or by adding -multi_module to the
7132 # link flags.
7133 rm -rf libconftest.dylib*
7134 echo "int foo(void){return 1;}" > conftest.c
7135 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7136 -dynamiclib -Wl,-single_module conftest.c" >&5
7137 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7138 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7139 _lt_result=$?
7140 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7141 lt_cv_apple_cc_single_mod=yes
7142 else
7143 cat conftest.err >&5
7145 rm -rf libconftest.dylib*
7146 rm -f conftest.*
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7150 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7152 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7153 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7154 $as_echo_n "(cached) " >&6
7155 else
7156 lt_cv_ld_exported_symbols_list=no
7157 save_LDFLAGS=$LDFLAGS
7158 echo "_main" > conftest.sym
7159 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7161 /* end confdefs.h. */
7164 main ()
7168 return 0;
7170 _ACEOF
7171 if ac_fn_c_try_link "$LINENO"; then :
7172 lt_cv_ld_exported_symbols_list=yes
7173 else
7174 lt_cv_ld_exported_symbols_list=no
7176 rm -f core conftest.err conftest.$ac_objext \
7177 conftest$ac_exeext conftest.$ac_ext
7178 LDFLAGS="$save_LDFLAGS"
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7182 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7184 $as_echo_n "checking for -force_load linker flag... " >&6; }
7185 if ${lt_cv_ld_force_load+:} false; then :
7186 $as_echo_n "(cached) " >&6
7187 else
7188 lt_cv_ld_force_load=no
7189 cat > conftest.c << _LT_EOF
7190 int forced_loaded() { return 2;}
7191 _LT_EOF
7192 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7193 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7194 echo "$AR cru libconftest.a conftest.o" >&5
7195 $AR cru libconftest.a conftest.o 2>&5
7196 cat > conftest.c << _LT_EOF
7197 int main() { return 0;}
7198 _LT_EOF
7199 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7200 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7201 _lt_result=$?
7202 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7203 lt_cv_ld_force_load=yes
7204 else
7205 cat conftest.err >&5
7207 rm -f conftest.err libconftest.a conftest conftest.c
7208 rm -rf conftest.dSYM
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7212 $as_echo "$lt_cv_ld_force_load" >&6; }
7213 case $host_os in
7214 rhapsody* | darwin1.[012])
7215 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7216 darwin1.*)
7217 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7218 darwin*) # darwin 5.x on
7219 # if running on 10.5 or later, the deployment target defaults
7220 # to the OS version, if on x86, and 10.4, the deployment
7221 # target defaults to 10.4. Don't you love it?
7222 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7223 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7225 10.[012][,.]*)
7226 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7227 10.*)
7228 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7229 esac
7231 esac
7232 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7233 _lt_dar_single_mod='$single_module'
7235 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7236 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7237 else
7238 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7240 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7241 _lt_dsymutil='~$DSYMUTIL $lib || :'
7242 else
7243 _lt_dsymutil=
7246 esac
7248 for ac_header in dlfcn.h
7249 do :
7250 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7252 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7253 cat >>confdefs.h <<_ACEOF
7254 #define HAVE_DLFCN_H 1
7255 _ACEOF
7259 done
7265 # Set options
7269 enable_dlopen=no
7272 enable_win32_dll=no
7275 # Check whether --enable-shared was given.
7276 if test "${enable_shared+set}" = set; then :
7277 enableval=$enable_shared; p=${PACKAGE-default}
7278 case $enableval in
7279 yes) enable_shared=yes ;;
7280 no) enable_shared=no ;;
7282 enable_shared=no
7283 # Look at the argument we got. We use all the common list separators.
7284 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7285 for pkg in $enableval; do
7286 IFS="$lt_save_ifs"
7287 if test "X$pkg" = "X$p"; then
7288 enable_shared=yes
7290 done
7291 IFS="$lt_save_ifs"
7293 esac
7294 else
7295 enable_shared=yes
7306 # Check whether --enable-static was given.
7307 if test "${enable_static+set}" = set; then :
7308 enableval=$enable_static; p=${PACKAGE-default}
7309 case $enableval in
7310 yes) enable_static=yes ;;
7311 no) enable_static=no ;;
7313 enable_static=no
7314 # Look at the argument we got. We use all the common list separators.
7315 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7316 for pkg in $enableval; do
7317 IFS="$lt_save_ifs"
7318 if test "X$pkg" = "X$p"; then
7319 enable_static=yes
7321 done
7322 IFS="$lt_save_ifs"
7324 esac
7325 else
7326 enable_static=yes
7338 # Check whether --with-pic was given.
7339 if test "${with_pic+set}" = set; then :
7340 withval=$with_pic; pic_mode="$withval"
7341 else
7342 pic_mode=default
7346 test -z "$pic_mode" && pic_mode=default
7354 # Check whether --enable-fast-install was given.
7355 if test "${enable_fast_install+set}" = set; then :
7356 enableval=$enable_fast_install; p=${PACKAGE-default}
7357 case $enableval in
7358 yes) enable_fast_install=yes ;;
7359 no) enable_fast_install=no ;;
7361 enable_fast_install=no
7362 # Look at the argument we got. We use all the common list separators.
7363 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7364 for pkg in $enableval; do
7365 IFS="$lt_save_ifs"
7366 if test "X$pkg" = "X$p"; then
7367 enable_fast_install=yes
7369 done
7370 IFS="$lt_save_ifs"
7372 esac
7373 else
7374 enable_fast_install=yes
7387 # This can be used to rebuild libtool when needed
7388 LIBTOOL_DEPS="$ltmain"
7390 # Always use our own libtool.
7391 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7418 test -z "$LN_S" && LN_S="ln -s"
7433 if test -n "${ZSH_VERSION+set}" ; then
7434 setopt NO_GLOB_SUBST
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7438 $as_echo_n "checking for objdir... " >&6; }
7439 if ${lt_cv_objdir+:} false; then :
7440 $as_echo_n "(cached) " >&6
7441 else
7442 rm -f .libs 2>/dev/null
7443 mkdir .libs 2>/dev/null
7444 if test -d .libs; then
7445 lt_cv_objdir=.libs
7446 else
7447 # MS-DOS does not allow filenames that begin with a dot.
7448 lt_cv_objdir=_libs
7450 rmdir .libs 2>/dev/null
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7453 $as_echo "$lt_cv_objdir" >&6; }
7454 objdir=$lt_cv_objdir
7460 cat >>confdefs.h <<_ACEOF
7461 #define LT_OBJDIR "$lt_cv_objdir/"
7462 _ACEOF
7467 case $host_os in
7468 aix3*)
7469 # AIX sometimes has problems with the GCC collect2 program. For some
7470 # reason, if we set the COLLECT_NAMES environment variable, the problems
7471 # vanish in a puff of smoke.
7472 if test "X${COLLECT_NAMES+set}" != Xset; then
7473 COLLECT_NAMES=
7474 export COLLECT_NAMES
7477 esac
7479 # Global variables:
7480 ofile=libtool
7481 can_build_shared=yes
7483 # All known linkers require a `.a' archive for static linking (except MSVC,
7484 # which needs '.lib').
7485 libext=a
7487 with_gnu_ld="$lt_cv_prog_gnu_ld"
7489 old_CC="$CC"
7490 old_CFLAGS="$CFLAGS"
7492 # Set sane defaults for various variables
7493 test -z "$CC" && CC=cc
7494 test -z "$LTCC" && LTCC=$CC
7495 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7496 test -z "$LD" && LD=ld
7497 test -z "$ac_objext" && ac_objext=o
7499 for cc_temp in $compiler""; do
7500 case $cc_temp in
7501 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7502 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7503 \-*) ;;
7504 *) break;;
7505 esac
7506 done
7507 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7510 # Only perform the check for file, if the check method requires it
7511 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7512 case $deplibs_check_method in
7513 file_magic*)
7514 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7516 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7517 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7518 $as_echo_n "(cached) " >&6
7519 else
7520 case $MAGIC_CMD in
7521 [\\/*] | ?:[\\/]*)
7522 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7525 lt_save_MAGIC_CMD="$MAGIC_CMD"
7526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7527 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7528 for ac_dir in $ac_dummy; do
7529 IFS="$lt_save_ifs"
7530 test -z "$ac_dir" && ac_dir=.
7531 if test -f $ac_dir/${ac_tool_prefix}file; then
7532 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7533 if test -n "$file_magic_test_file"; then
7534 case $deplibs_check_method in
7535 "file_magic "*)
7536 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7537 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7538 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7539 $EGREP "$file_magic_regex" > /dev/null; then
7541 else
7542 cat <<_LT_EOF 1>&2
7544 *** Warning: the command libtool uses to detect shared libraries,
7545 *** $file_magic_cmd, produces output that libtool cannot recognize.
7546 *** The result is that libtool may fail to recognize shared libraries
7547 *** as such. This will affect the creation of libtool libraries that
7548 *** depend on shared libraries, but programs linked with such libtool
7549 *** libraries will work regardless of this problem. Nevertheless, you
7550 *** may want to report the problem to your system manager and/or to
7551 *** bug-libtool@gnu.org
7553 _LT_EOF
7554 fi ;;
7555 esac
7557 break
7559 done
7560 IFS="$lt_save_ifs"
7561 MAGIC_CMD="$lt_save_MAGIC_CMD"
7563 esac
7566 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7567 if test -n "$MAGIC_CMD"; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7569 $as_echo "$MAGIC_CMD" >&6; }
7570 else
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7572 $as_echo "no" >&6; }
7579 if test -z "$lt_cv_path_MAGIC_CMD"; then
7580 if test -n "$ac_tool_prefix"; then
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7582 $as_echo_n "checking for file... " >&6; }
7583 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7584 $as_echo_n "(cached) " >&6
7585 else
7586 case $MAGIC_CMD in
7587 [\\/*] | ?:[\\/]*)
7588 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7591 lt_save_MAGIC_CMD="$MAGIC_CMD"
7592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7593 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7594 for ac_dir in $ac_dummy; do
7595 IFS="$lt_save_ifs"
7596 test -z "$ac_dir" && ac_dir=.
7597 if test -f $ac_dir/file; then
7598 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7599 if test -n "$file_magic_test_file"; then
7600 case $deplibs_check_method in
7601 "file_magic "*)
7602 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7603 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7605 $EGREP "$file_magic_regex" > /dev/null; then
7607 else
7608 cat <<_LT_EOF 1>&2
7610 *** Warning: the command libtool uses to detect shared libraries,
7611 *** $file_magic_cmd, produces output that libtool cannot recognize.
7612 *** The result is that libtool may fail to recognize shared libraries
7613 *** as such. This will affect the creation of libtool libraries that
7614 *** depend on shared libraries, but programs linked with such libtool
7615 *** libraries will work regardless of this problem. Nevertheless, you
7616 *** may want to report the problem to your system manager and/or to
7617 *** bug-libtool@gnu.org
7619 _LT_EOF
7620 fi ;;
7621 esac
7623 break
7625 done
7626 IFS="$lt_save_ifs"
7627 MAGIC_CMD="$lt_save_MAGIC_CMD"
7629 esac
7632 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7633 if test -n "$MAGIC_CMD"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7635 $as_echo "$MAGIC_CMD" >&6; }
7636 else
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7638 $as_echo "no" >&6; }
7642 else
7643 MAGIC_CMD=:
7649 esac
7651 # Use C for the default configuration in the libtool script
7653 lt_save_CC="$CC"
7654 ac_ext=c
7655 ac_cpp='$CPP $CPPFLAGS'
7656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7661 # Source file extension for C test sources.
7662 ac_ext=c
7664 # Object file extension for compiled C test sources.
7665 objext=o
7666 objext=$objext
7668 # Code to be used in simple compile tests
7669 lt_simple_compile_test_code="int some_variable = 0;"
7671 # Code to be used in simple link tests
7672 lt_simple_link_test_code='int main(){return(0);}'
7680 # If no C compiler was specified, use CC.
7681 LTCC=${LTCC-"$CC"}
7683 # If no C compiler flags were specified, use CFLAGS.
7684 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7686 # Allow CC to be a program name with arguments.
7687 compiler=$CC
7689 # Save the default compiler, since it gets overwritten when the other
7690 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7691 compiler_DEFAULT=$CC
7693 # save warnings/boilerplate of simple test code
7694 ac_outfile=conftest.$ac_objext
7695 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7696 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7697 _lt_compiler_boilerplate=`cat conftest.err`
7698 $RM conftest*
7700 ac_outfile=conftest.$ac_objext
7701 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7702 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7703 _lt_linker_boilerplate=`cat conftest.err`
7704 $RM -r conftest*
7707 ## CAVEAT EMPTOR:
7708 ## There is no encapsulation within the following macros, do not change
7709 ## the running order or otherwise move them around unless you know exactly
7710 ## what you are doing...
7711 if test -n "$compiler"; then
7713 lt_prog_compiler_no_builtin_flag=
7715 if test "$GCC" = yes; then
7716 case $cc_basename in
7717 nvcc*)
7718 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7720 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7721 esac
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7724 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7725 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7726 $as_echo_n "(cached) " >&6
7727 else
7728 lt_cv_prog_compiler_rtti_exceptions=no
7729 ac_outfile=conftest.$ac_objext
7730 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7731 lt_compiler_flag="-fno-rtti -fno-exceptions"
7732 # Insert the option either (1) after the last *FLAGS variable, or
7733 # (2) before a word containing "conftest.", or (3) at the end.
7734 # Note that $ac_compile itself does not contain backslashes and begins
7735 # with a dollar sign (not a hyphen), so the echo should work correctly.
7736 # The option is referenced via a variable to avoid confusing sed.
7737 lt_compile=`echo "$ac_compile" | $SED \
7738 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7739 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7740 -e 's:$: $lt_compiler_flag:'`
7741 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7742 (eval "$lt_compile" 2>conftest.err)
7743 ac_status=$?
7744 cat conftest.err >&5
7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 if (exit $ac_status) && test -s "$ac_outfile"; then
7747 # The compiler can only warn and ignore the option if not recognized
7748 # So say no if there are warnings other than the usual output.
7749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7752 lt_cv_prog_compiler_rtti_exceptions=yes
7755 $RM conftest*
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7759 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7761 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7762 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7763 else
7774 lt_prog_compiler_wl=
7775 lt_prog_compiler_pic=
7776 lt_prog_compiler_static=
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7779 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7781 if test "$GCC" = yes; then
7782 lt_prog_compiler_wl='-Wl,'
7783 lt_prog_compiler_static='-static'
7785 case $host_os in
7786 aix*)
7787 # All AIX code is PIC.
7788 if test "$host_cpu" = ia64; then
7789 # AIX 5 now supports IA64 processor
7790 lt_prog_compiler_static='-Bstatic'
7792 lt_prog_compiler_pic='-fPIC'
7795 amigaos*)
7796 case $host_cpu in
7797 powerpc)
7798 # see comment about AmigaOS4 .so support
7799 lt_prog_compiler_pic='-fPIC'
7801 m68k)
7802 # FIXME: we need at least 68020 code to build shared libraries, but
7803 # adding the `-m68020' flag to GCC prevents building anything better,
7804 # like `-m68040'.
7805 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7807 esac
7810 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7811 # PIC is the default for these OSes.
7814 mingw* | cygwin* | pw32* | os2* | cegcc*)
7815 # This hack is so that the source file can tell whether it is being
7816 # built for inclusion in a dll (and should export symbols for example).
7817 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7818 # (--disable-auto-import) libraries
7819 lt_prog_compiler_pic='-DDLL_EXPORT'
7822 darwin* | rhapsody*)
7823 # PIC is the default on this platform
7824 # Common symbols not allowed in MH_DYLIB files
7825 lt_prog_compiler_pic='-fno-common'
7828 haiku*)
7829 # PIC is the default for Haiku.
7830 # The "-static" flag exists, but is broken.
7831 lt_prog_compiler_static=
7834 hpux*)
7835 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7836 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7837 # sets the default TLS model and affects inlining.
7838 case $host_cpu in
7839 hppa*64*)
7840 # +Z the default
7843 lt_prog_compiler_pic='-fPIC'
7845 esac
7848 interix[3-9]*)
7849 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7850 # Instead, we relocate shared libraries at runtime.
7853 msdosdjgpp*)
7854 # Just because we use GCC doesn't mean we suddenly get shared libraries
7855 # on systems that don't support them.
7856 lt_prog_compiler_can_build_shared=no
7857 enable_shared=no
7860 *nto* | *qnx*)
7861 # QNX uses GNU C++, but need to define -shared option too, otherwise
7862 # it will coredump.
7863 lt_prog_compiler_pic='-fPIC -shared'
7866 sysv4*MP*)
7867 if test -d /usr/nec; then
7868 lt_prog_compiler_pic=-Kconform_pic
7873 lt_prog_compiler_pic='-fPIC'
7875 esac
7877 case $cc_basename in
7878 nvcc*) # Cuda Compiler Driver 2.2
7879 lt_prog_compiler_wl='-Xlinker '
7880 lt_prog_compiler_pic='-Xcompiler -fPIC'
7882 esac
7883 else
7884 # PORTME Check for flag to pass linker flags through the system compiler.
7885 case $host_os in
7886 aix*)
7887 lt_prog_compiler_wl='-Wl,'
7888 if test "$host_cpu" = ia64; then
7889 # AIX 5 now supports IA64 processor
7890 lt_prog_compiler_static='-Bstatic'
7891 else
7892 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7896 mingw* | cygwin* | pw32* | os2* | cegcc*)
7897 # This hack is so that the source file can tell whether it is being
7898 # built for inclusion in a dll (and should export symbols for example).
7899 lt_prog_compiler_pic='-DDLL_EXPORT'
7902 hpux9* | hpux10* | hpux11*)
7903 lt_prog_compiler_wl='-Wl,'
7904 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7905 # not for PA HP-UX.
7906 case $host_cpu in
7907 hppa*64*|ia64*)
7908 # +Z the default
7911 lt_prog_compiler_pic='+Z'
7913 esac
7914 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7915 lt_prog_compiler_static='${wl}-a ${wl}archive'
7918 irix5* | irix6* | nonstopux*)
7919 lt_prog_compiler_wl='-Wl,'
7920 # PIC (with -KPIC) is the default.
7921 lt_prog_compiler_static='-non_shared'
7924 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7925 case $cc_basename in
7926 # old Intel for x86_64 which still supported -KPIC.
7927 ecc*)
7928 lt_prog_compiler_wl='-Wl,'
7929 lt_prog_compiler_pic='-KPIC'
7930 lt_prog_compiler_static='-static'
7932 # icc used to be incompatible with GCC.
7933 # ICC 10 doesn't accept -KPIC any more.
7934 icc* | ifort*)
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-fPIC'
7937 lt_prog_compiler_static='-static'
7939 # Lahey Fortran 8.1.
7940 lf95*)
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='--shared'
7943 lt_prog_compiler_static='--static'
7945 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7946 # Portland Group compilers (*not* the Pentium gcc compiler,
7947 # which looks to be a dead project)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='-fpic'
7950 lt_prog_compiler_static='-Bstatic'
7952 ccc*)
7953 lt_prog_compiler_wl='-Wl,'
7954 # All Alpha code is PIC.
7955 lt_prog_compiler_static='-non_shared'
7957 xl* | bgxl* | bgf* | mpixl*)
7958 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-qpic'
7961 lt_prog_compiler_static='-qstaticlink'
7964 case `$CC -V 2>&1 | sed 5q` in
7965 *Sun\ F* | *Sun*Fortran*)
7966 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7967 lt_prog_compiler_pic='-KPIC'
7968 lt_prog_compiler_static='-Bstatic'
7969 lt_prog_compiler_wl=''
7971 *Sun\ C*)
7972 # Sun C 5.9
7973 lt_prog_compiler_pic='-KPIC'
7974 lt_prog_compiler_static='-Bstatic'
7975 lt_prog_compiler_wl='-Wl,'
7977 esac
7979 esac
7982 newsos6)
7983 lt_prog_compiler_pic='-KPIC'
7984 lt_prog_compiler_static='-Bstatic'
7987 *nto* | *qnx*)
7988 # QNX uses GNU C++, but need to define -shared option too, otherwise
7989 # it will coredump.
7990 lt_prog_compiler_pic='-fPIC -shared'
7993 osf3* | osf4* | osf5*)
7994 lt_prog_compiler_wl='-Wl,'
7995 # All OSF/1 code is PIC.
7996 lt_prog_compiler_static='-non_shared'
7999 rdos*)
8000 lt_prog_compiler_static='-non_shared'
8003 solaris*)
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 case $cc_basename in
8007 f77* | f90* | f95*)
8008 lt_prog_compiler_wl='-Qoption ld ';;
8010 lt_prog_compiler_wl='-Wl,';;
8011 esac
8014 sunos4*)
8015 lt_prog_compiler_wl='-Qoption ld '
8016 lt_prog_compiler_pic='-PIC'
8017 lt_prog_compiler_static='-Bstatic'
8020 sysv4 | sysv4.2uw2* | sysv4.3*)
8021 lt_prog_compiler_wl='-Wl,'
8022 lt_prog_compiler_pic='-KPIC'
8023 lt_prog_compiler_static='-Bstatic'
8026 sysv4*MP*)
8027 if test -d /usr/nec ;then
8028 lt_prog_compiler_pic='-Kconform_pic'
8029 lt_prog_compiler_static='-Bstatic'
8033 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8034 lt_prog_compiler_wl='-Wl,'
8035 lt_prog_compiler_pic='-KPIC'
8036 lt_prog_compiler_static='-Bstatic'
8039 unicos*)
8040 lt_prog_compiler_wl='-Wl,'
8041 lt_prog_compiler_can_build_shared=no
8044 uts4*)
8045 lt_prog_compiler_pic='-pic'
8046 lt_prog_compiler_static='-Bstatic'
8050 lt_prog_compiler_can_build_shared=no
8052 esac
8055 case $host_os in
8056 # For platforms which do not support PIC, -DPIC is meaningless:
8057 *djgpp*)
8058 lt_prog_compiler_pic=
8061 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8063 esac
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8065 $as_echo "$lt_prog_compiler_pic" >&6; }
8073 # Check to make sure the PIC flag actually works.
8075 if test -n "$lt_prog_compiler_pic"; then
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8077 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8078 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8081 lt_cv_prog_compiler_pic_works=no
8082 ac_outfile=conftest.$ac_objext
8083 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8084 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8085 # Insert the option either (1) after the last *FLAGS variable, or
8086 # (2) before a word containing "conftest.", or (3) at the end.
8087 # Note that $ac_compile itself does not contain backslashes and begins
8088 # with a dollar sign (not a hyphen), so the echo should work correctly.
8089 # The option is referenced via a variable to avoid confusing sed.
8090 lt_compile=`echo "$ac_compile" | $SED \
8091 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8092 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8093 -e 's:$: $lt_compiler_flag:'`
8094 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8095 (eval "$lt_compile" 2>conftest.err)
8096 ac_status=$?
8097 cat conftest.err >&5
8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 if (exit $ac_status) && test -s "$ac_outfile"; then
8100 # The compiler can only warn and ignore the option if not recognized
8101 # So say no if there are warnings other than the usual output.
8102 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8103 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8104 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8105 lt_cv_prog_compiler_pic_works=yes
8108 $RM conftest*
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8112 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8114 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8115 case $lt_prog_compiler_pic in
8116 "" | " "*) ;;
8117 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8118 esac
8119 else
8120 lt_prog_compiler_pic=
8121 lt_prog_compiler_can_build_shared=no
8132 # Check to make sure the static flag actually works.
8134 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8136 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8137 if ${lt_cv_prog_compiler_static_works+:} false; then :
8138 $as_echo_n "(cached) " >&6
8139 else
8140 lt_cv_prog_compiler_static_works=no
8141 save_LDFLAGS="$LDFLAGS"
8142 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8143 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8144 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8145 # The linker can only warn and ignore the option if not recognized
8146 # So say no if there are warnings
8147 if test -s conftest.err; then
8148 # Append any errors to the config.log.
8149 cat conftest.err 1>&5
8150 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8151 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8152 if diff conftest.exp conftest.er2 >/dev/null; then
8153 lt_cv_prog_compiler_static_works=yes
8155 else
8156 lt_cv_prog_compiler_static_works=yes
8159 $RM -r conftest*
8160 LDFLAGS="$save_LDFLAGS"
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8164 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8166 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8168 else
8169 lt_prog_compiler_static=
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8179 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8180 if ${lt_cv_prog_compiler_c_o+:} false; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 lt_cv_prog_compiler_c_o=no
8184 $RM -r conftest 2>/dev/null
8185 mkdir conftest
8186 cd conftest
8187 mkdir out
8188 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8190 lt_compiler_flag="-o out/conftest2.$ac_objext"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 lt_compile=`echo "$ac_compile" | $SED \
8196 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8197 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8198 -e 's:$: $lt_compiler_flag:'`
8199 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8200 (eval "$lt_compile" 2>out/conftest.err)
8201 ac_status=$?
8202 cat out/conftest.err >&5
8203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8204 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8205 then
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings
8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8209 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8210 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_c_o=yes
8214 chmod u+w . 2>&5
8215 $RM conftest*
8216 # SGI C++ compiler will create directory out/ii_files/ for
8217 # template instantiation
8218 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8219 $RM out/* && rmdir out
8220 cd ..
8221 $RM -r conftest
8222 $RM conftest*
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8226 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8234 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8235 if ${lt_cv_prog_compiler_c_o+:} false; then :
8236 $as_echo_n "(cached) " >&6
8237 else
8238 lt_cv_prog_compiler_c_o=no
8239 $RM -r conftest 2>/dev/null
8240 mkdir conftest
8241 cd conftest
8242 mkdir out
8243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8245 lt_compiler_flag="-o out/conftest2.$ac_objext"
8246 # Insert the option either (1) after the last *FLAGS variable, or
8247 # (2) before a word containing "conftest.", or (3) at the end.
8248 # Note that $ac_compile itself does not contain backslashes and begins
8249 # with a dollar sign (not a hyphen), so the echo should work correctly.
8250 lt_compile=`echo "$ac_compile" | $SED \
8251 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8252 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8253 -e 's:$: $lt_compiler_flag:'`
8254 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8255 (eval "$lt_compile" 2>out/conftest.err)
8256 ac_status=$?
8257 cat out/conftest.err >&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8260 then
8261 # The compiler can only warn and ignore the option if not recognized
8262 # So say no if there are warnings
8263 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8264 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8265 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8266 lt_cv_prog_compiler_c_o=yes
8269 chmod u+w . 2>&5
8270 $RM conftest*
8271 # SGI C++ compiler will create directory out/ii_files/ for
8272 # template instantiation
8273 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8274 $RM out/* && rmdir out
8275 cd ..
8276 $RM -r conftest
8277 $RM conftest*
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8281 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8286 hard_links="nottested"
8287 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8288 # do not overwrite the value of need_locks provided by the user
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8290 $as_echo_n "checking if we can lock with hard links... " >&6; }
8291 hard_links=yes
8292 $RM conftest*
8293 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8294 touch conftest.a
8295 ln conftest.a conftest.b 2>&5 || hard_links=no
8296 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8298 $as_echo "$hard_links" >&6; }
8299 if test "$hard_links" = no; then
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8301 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8302 need_locks=warn
8304 else
8305 need_locks=no
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8314 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8316 runpath_var=
8317 allow_undefined_flag=
8318 always_export_symbols=no
8319 archive_cmds=
8320 archive_expsym_cmds=
8321 compiler_needs_object=no
8322 enable_shared_with_static_runtimes=no
8323 export_dynamic_flag_spec=
8324 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8325 hardcode_automatic=no
8326 hardcode_direct=no
8327 hardcode_direct_absolute=no
8328 hardcode_libdir_flag_spec=
8329 hardcode_libdir_flag_spec_ld=
8330 hardcode_libdir_separator=
8331 hardcode_minus_L=no
8332 hardcode_shlibpath_var=unsupported
8333 inherit_rpath=no
8334 link_all_deplibs=unknown
8335 module_cmds=
8336 module_expsym_cmds=
8337 old_archive_from_new_cmds=
8338 old_archive_from_expsyms_cmds=
8339 thread_safe_flag_spec=
8340 whole_archive_flag_spec=
8341 # include_expsyms should be a list of space-separated symbols to be *always*
8342 # included in the symbol list
8343 include_expsyms=
8344 # exclude_expsyms can be an extended regexp of symbols to exclude
8345 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8346 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8347 # as well as any symbol that contains `d'.
8348 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8349 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8350 # platforms (ab)use it in PIC code, but their linkers get confused if
8351 # the symbol is explicitly referenced. Since portable code cannot
8352 # rely on this symbol name, it's probably fine to never include it in
8353 # preloaded symbol tables.
8354 # Exclude shared library initialization/finalization symbols.
8355 extract_expsyms_cmds=
8357 case $host_os in
8358 cygwin* | mingw* | pw32* | cegcc*)
8359 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8360 # When not using gcc, we currently assume that we are using
8361 # Microsoft Visual C++.
8362 if test "$GCC" != yes; then
8363 with_gnu_ld=no
8366 interix*)
8367 # we just hope/assume this is gcc and not c89 (= MSVC++)
8368 with_gnu_ld=yes
8370 openbsd*)
8371 with_gnu_ld=no
8373 esac
8375 ld_shlibs=yes
8377 # On some targets, GNU ld is compatible enough with the native linker
8378 # that we're better off using the native interface for both.
8379 lt_use_gnu_ld_interface=no
8380 if test "$with_gnu_ld" = yes; then
8381 case $host_os in
8382 aix*)
8383 # The AIX port of GNU ld has always aspired to compatibility
8384 # with the native linker. However, as the warning in the GNU ld
8385 # block says, versions before 2.19.5* couldn't really create working
8386 # shared libraries, regardless of the interface used.
8387 case `$LD -v 2>&1` in
8388 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8389 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8390 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8392 lt_use_gnu_ld_interface=yes
8394 esac
8397 lt_use_gnu_ld_interface=yes
8399 esac
8402 if test "$lt_use_gnu_ld_interface" = yes; then
8403 # If archive_cmds runs LD, not CC, wlarc should be empty
8404 wlarc='${wl}'
8406 # Set some defaults for GNU ld with shared library support. These
8407 # are reset later if shared libraries are not supported. Putting them
8408 # here allows them to be overridden if necessary.
8409 runpath_var=LD_RUN_PATH
8410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8411 export_dynamic_flag_spec='${wl}--export-dynamic'
8412 # ancient GNU ld didn't support --whole-archive et. al.
8413 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8414 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8415 else
8416 whole_archive_flag_spec=
8418 supports_anon_versioning=no
8419 case `$LD -v 2>&1` in
8420 *GNU\ gold*) supports_anon_versioning=yes ;;
8421 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8422 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8423 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8424 *\ 2.11.*) ;; # other 2.11 versions
8425 *) supports_anon_versioning=yes ;;
8426 esac
8428 # See if GNU ld supports shared libraries.
8429 case $host_os in
8430 aix[3-9]*)
8431 # On AIX/PPC, the GNU linker is very broken
8432 if test "$host_cpu" != ia64; then
8433 ld_shlibs=no
8434 cat <<_LT_EOF 1>&2
8436 *** Warning: the GNU linker, at least up to release 2.19, is reported
8437 *** to be unable to reliably create shared libraries on AIX.
8438 *** Therefore, libtool is disabling shared libraries support. If you
8439 *** really care for shared libraries, you may want to install binutils
8440 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8441 *** You will then need to restart the configuration process.
8443 _LT_EOF
8447 amigaos*)
8448 case $host_cpu in
8449 powerpc)
8450 # see comment about AmigaOS4 .so support
8451 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8452 archive_expsym_cmds=''
8454 m68k)
8455 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)'
8456 hardcode_libdir_flag_spec='-L$libdir'
8457 hardcode_minus_L=yes
8459 esac
8462 beos*)
8463 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8464 allow_undefined_flag=unsupported
8465 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8466 # support --undefined. This deserves some investigation. FIXME
8467 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8468 else
8469 ld_shlibs=no
8473 cygwin* | mingw* | pw32* | cegcc*)
8474 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8475 # as there is no search path for DLLs.
8476 hardcode_libdir_flag_spec='-L$libdir'
8477 export_dynamic_flag_spec='${wl}--export-all-symbols'
8478 allow_undefined_flag=unsupported
8479 always_export_symbols=no
8480 enable_shared_with_static_runtimes=yes
8481 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8483 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8484 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8485 # If the export-symbols file already is a .def file (1st line
8486 # is EXPORTS), use it as is; otherwise, prepend...
8487 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8488 cp $export_symbols $output_objdir/$soname.def;
8489 else
8490 echo EXPORTS > $output_objdir/$soname.def;
8491 cat $export_symbols >> $output_objdir/$soname.def;
8493 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8494 else
8495 ld_shlibs=no
8499 haiku*)
8500 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8501 link_all_deplibs=yes
8504 interix[3-9]*)
8505 hardcode_direct=no
8506 hardcode_shlibpath_var=no
8507 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8508 export_dynamic_flag_spec='${wl}-E'
8509 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8510 # Instead, shared libraries are loaded at an image base (0x10000000 by
8511 # default) and relocated if they conflict, which is a slow very memory
8512 # consuming and fragmenting process. To avoid this, we pick a random,
8513 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8514 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8515 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8516 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'
8519 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8520 tmp_diet=no
8521 if test "$host_os" = linux-dietlibc; then
8522 case $cc_basename in
8523 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8524 esac
8526 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8527 && test "$tmp_diet" = no
8528 then
8529 tmp_addflag=' $pic_flag'
8530 tmp_sharedflag='-shared'
8531 case $cc_basename,$host_cpu in
8532 pgcc*) # Portland Group C compiler
8533 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'
8534 tmp_addflag=' $pic_flag'
8536 pgf77* | pgf90* | pgf95* | pgfortran*)
8537 # Portland Group f77 and f90 compilers
8538 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'
8539 tmp_addflag=' $pic_flag -Mnomain' ;;
8540 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8541 tmp_addflag=' -i_dynamic' ;;
8542 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8543 tmp_addflag=' -i_dynamic -nofor_main' ;;
8544 ifc* | ifort*) # Intel Fortran compiler
8545 tmp_addflag=' -nofor_main' ;;
8546 lf95*) # Lahey Fortran 8.1
8547 whole_archive_flag_spec=
8548 tmp_sharedflag='--shared' ;;
8549 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8550 tmp_sharedflag='-qmkshrobj'
8551 tmp_addflag= ;;
8552 nvcc*) # Cuda Compiler Driver 2.2
8553 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'
8554 compiler_needs_object=yes
8556 esac
8557 case `$CC -V 2>&1 | sed 5q` in
8558 *Sun\ C*) # Sun C 5.9
8559 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'
8560 compiler_needs_object=yes
8561 tmp_sharedflag='-G' ;;
8562 *Sun\ F*) # Sun Fortran 8.3
8563 tmp_sharedflag='-G' ;;
8564 esac
8565 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8567 if test "x$supports_anon_versioning" = xyes; then
8568 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8569 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8570 echo "local: *; };" >> $output_objdir/$libname.ver~
8571 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8574 case $cc_basename in
8575 xlf* | bgf* | bgxlf* | mpixlf*)
8576 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8577 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8578 hardcode_libdir_flag_spec=
8579 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8580 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8581 if test "x$supports_anon_versioning" = xyes; then
8582 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8583 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8584 echo "local: *; };" >> $output_objdir/$libname.ver~
8585 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8588 esac
8589 else
8590 ld_shlibs=no
8594 netbsd*)
8595 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8596 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8597 wlarc=
8598 else
8599 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8600 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8604 solaris*)
8605 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8606 ld_shlibs=no
8607 cat <<_LT_EOF 1>&2
8609 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8610 *** create shared libraries on Solaris systems. Therefore, libtool
8611 *** is disabling shared libraries support. We urge you to upgrade GNU
8612 *** binutils to release 2.9.1 or newer. Another option is to modify
8613 *** your PATH or compiler configuration so that the native linker is
8614 *** used, and then restart.
8616 _LT_EOF
8617 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8618 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8620 else
8621 ld_shlibs=no
8625 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8626 case `$LD -v 2>&1` in
8627 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8628 ld_shlibs=no
8629 cat <<_LT_EOF 1>&2
8631 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8632 *** reliably create shared libraries on SCO systems. Therefore, libtool
8633 *** is disabling shared libraries support. We urge you to upgrade GNU
8634 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8635 *** your PATH or compiler configuration so that the native linker is
8636 *** used, and then restart.
8638 _LT_EOF
8641 # For security reasons, it is highly recommended that you always
8642 # use absolute paths for naming shared libraries, and exclude the
8643 # DT_RUNPATH tag from executables and libraries. But doing so
8644 # requires that you compile everything twice, which is a pain.
8645 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8647 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8649 else
8650 ld_shlibs=no
8653 esac
8656 sunos4*)
8657 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8658 wlarc=
8659 hardcode_direct=yes
8660 hardcode_shlibpath_var=no
8664 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8665 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8667 else
8668 ld_shlibs=no
8671 esac
8673 if test "$ld_shlibs" = no; then
8674 runpath_var=
8675 hardcode_libdir_flag_spec=
8676 export_dynamic_flag_spec=
8677 whole_archive_flag_spec=
8679 else
8680 # PORTME fill in a description of your system's linker (not GNU ld)
8681 case $host_os in
8682 aix3*)
8683 allow_undefined_flag=unsupported
8684 always_export_symbols=yes
8685 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'
8686 # Note: this linker hardcodes the directories in LIBPATH if there
8687 # are no directories specified by -L.
8688 hardcode_minus_L=yes
8689 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8690 # Neither direct hardcoding nor static linking is supported with a
8691 # broken collect2.
8692 hardcode_direct=unsupported
8696 aix[4-9]*)
8697 if test "$host_cpu" = ia64; then
8698 # On IA64, the linker does run time linking by default, so we don't
8699 # have to do anything special.
8700 aix_use_runtimelinking=no
8701 exp_sym_flag='-Bexport'
8702 no_entry_flag=""
8703 else
8704 # If we're using GNU nm, then we don't want the "-C" option.
8705 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8706 # Also, AIX nm treats weak defined symbols like other global
8707 # defined symbols, whereas GNU nm marks them as "W".
8708 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8709 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'
8710 else
8711 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'
8713 aix_use_runtimelinking=no
8715 # Test if we are trying to use run time linking or normal
8716 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8717 # need to do runtime linking.
8718 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8719 for ld_flag in $LDFLAGS; do
8720 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8721 aix_use_runtimelinking=yes
8722 break
8724 done
8726 esac
8728 exp_sym_flag='-bexport'
8729 no_entry_flag='-bnoentry'
8732 # When large executables or shared objects are built, AIX ld can
8733 # have problems creating the table of contents. If linking a library
8734 # or program results in "error TOC overflow" add -mminimal-toc to
8735 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8736 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8738 archive_cmds=''
8739 hardcode_direct=yes
8740 hardcode_direct_absolute=yes
8741 hardcode_libdir_separator=':'
8742 link_all_deplibs=yes
8743 file_list_spec='${wl}-f,'
8745 if test "$GCC" = yes; then
8746 case $host_os in aix4.[012]|aix4.[012].*)
8747 # We only want to do this on AIX 4.2 and lower, the check
8748 # below for broken collect2 doesn't work under 4.3+
8749 collect2name=`${CC} -print-prog-name=collect2`
8750 if test -f "$collect2name" &&
8751 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8752 then
8753 # We have reworked collect2
8755 else
8756 # We have old collect2
8757 hardcode_direct=unsupported
8758 # It fails to find uninstalled libraries when the uninstalled
8759 # path is not listed in the libpath. Setting hardcode_minus_L
8760 # to unsupported forces relinking
8761 hardcode_minus_L=yes
8762 hardcode_libdir_flag_spec='-L$libdir'
8763 hardcode_libdir_separator=
8766 esac
8767 shared_flag='-shared'
8768 if test "$aix_use_runtimelinking" = yes; then
8769 shared_flag="$shared_flag "'${wl}-G'
8771 else
8772 # not using gcc
8773 if test "$host_cpu" = ia64; then
8774 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8775 # chokes on -Wl,-G. The following line is correct:
8776 shared_flag='-G'
8777 else
8778 if test "$aix_use_runtimelinking" = yes; then
8779 shared_flag='${wl}-G'
8780 else
8781 shared_flag='${wl}-bM:SRE'
8786 export_dynamic_flag_spec='${wl}-bexpall'
8787 # It seems that -bexpall does not export symbols beginning with
8788 # underscore (_), so it is better to generate a list of symbols to export.
8789 always_export_symbols=yes
8790 if test "$aix_use_runtimelinking" = yes; then
8791 # Warning - without using the other runtime loading flags (-brtl),
8792 # -berok will link without error, but may produce a broken library.
8793 allow_undefined_flag='-berok'
8794 # Determine the default libpath from the value encoded in an
8795 # empty executable.
8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8800 main ()
8804 return 0;
8806 _ACEOF
8807 if ac_fn_c_try_link "$LINENO"; then :
8809 lt_aix_libpath_sed='
8810 /Import File Strings/,/^$/ {
8811 /^0/ {
8812 s/^0 *\(.*\)$/\1/
8816 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8817 # Check for a 64-bit object if we didn't find anything.
8818 if test -z "$aix_libpath"; then
8819 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8822 rm -f core conftest.err conftest.$ac_objext \
8823 conftest$ac_exeext conftest.$ac_ext
8824 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8826 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8827 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"
8828 else
8829 if test "$host_cpu" = ia64; then
8830 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8831 allow_undefined_flag="-z nodefs"
8832 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"
8833 else
8834 # Determine the default libpath from the value encoded in an
8835 # empty executable.
8836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8837 /* end confdefs.h. */
8840 main ()
8844 return 0;
8846 _ACEOF
8847 if ac_fn_c_try_link "$LINENO"; then :
8849 lt_aix_libpath_sed='
8850 /Import File Strings/,/^$/ {
8851 /^0/ {
8852 s/^0 *\(.*\)$/\1/
8856 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8857 # Check for a 64-bit object if we didn't find anything.
8858 if test -z "$aix_libpath"; then
8859 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8862 rm -f core conftest.err conftest.$ac_objext \
8863 conftest$ac_exeext conftest.$ac_ext
8864 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8866 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8867 # Warning - without using the other run time loading flags,
8868 # -berok will link without error, but may produce a broken library.
8869 no_undefined_flag=' ${wl}-bernotok'
8870 allow_undefined_flag=' ${wl}-berok'
8871 if test "$with_gnu_ld" = yes; then
8872 # We only use this code for GNU lds that support --whole-archive.
8873 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8874 else
8875 # Exported symbols can be pulled into shared objects from archives
8876 whole_archive_flag_spec='$convenience'
8878 archive_cmds_need_lc=yes
8879 # This is similar to how AIX traditionally builds its shared libraries.
8880 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'
8885 amigaos*)
8886 case $host_cpu in
8887 powerpc)
8888 # see comment about AmigaOS4 .so support
8889 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8890 archive_expsym_cmds=''
8892 m68k)
8893 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)'
8894 hardcode_libdir_flag_spec='-L$libdir'
8895 hardcode_minus_L=yes
8897 esac
8900 bsdi[45]*)
8901 export_dynamic_flag_spec=-rdynamic
8904 cygwin* | mingw* | pw32* | cegcc*)
8905 # When not using gcc, we currently assume that we are using
8906 # Microsoft Visual C++.
8907 # hardcode_libdir_flag_spec is actually meaningless, as there is
8908 # no search path for DLLs.
8909 hardcode_libdir_flag_spec=' '
8910 allow_undefined_flag=unsupported
8911 # Tell ltmain to make .lib files, not .a files.
8912 libext=lib
8913 # Tell ltmain to make .dll files, not .so files.
8914 shrext_cmds=".dll"
8915 # FIXME: Setting linknames here is a bad hack.
8916 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8917 # The linker will automatically build a .lib file if we build a DLL.
8918 old_archive_from_new_cmds='true'
8919 # FIXME: Should let the user specify the lib program.
8920 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8921 fix_srcfile_path='`cygpath -w "$srcfile"`'
8922 enable_shared_with_static_runtimes=yes
8925 darwin* | rhapsody*)
8928 archive_cmds_need_lc=no
8929 hardcode_direct=no
8930 hardcode_automatic=yes
8931 hardcode_shlibpath_var=unsupported
8932 if test "$lt_cv_ld_force_load" = "yes"; then
8933 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\"`'
8934 else
8935 whole_archive_flag_spec=''
8937 link_all_deplibs=yes
8938 allow_undefined_flag="$_lt_dar_allow_undefined"
8939 case $cc_basename in
8940 ifort*) _lt_dar_can_shared=yes ;;
8941 *) _lt_dar_can_shared=$GCC ;;
8942 esac
8943 if test "$_lt_dar_can_shared" = "yes"; then
8944 output_verbose_link_cmd=func_echo_all
8945 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8946 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8947 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}"
8948 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}"
8950 else
8951 ld_shlibs=no
8956 dgux*)
8957 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_libdir_flag_spec='-L$libdir'
8959 hardcode_shlibpath_var=no
8962 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8963 # support. Future versions do this automatically, but an explicit c++rt0.o
8964 # does not break anything, and helps significantly (at the cost of a little
8965 # extra space).
8966 freebsd2.2*)
8967 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8968 hardcode_libdir_flag_spec='-R$libdir'
8969 hardcode_direct=yes
8970 hardcode_shlibpath_var=no
8973 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8974 freebsd2.*)
8975 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8976 hardcode_direct=yes
8977 hardcode_minus_L=yes
8978 hardcode_shlibpath_var=no
8981 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8982 freebsd* | dragonfly*)
8983 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8984 hardcode_libdir_flag_spec='-R$libdir'
8985 hardcode_direct=yes
8986 hardcode_shlibpath_var=no
8989 hpux9*)
8990 if test "$GCC" = yes; then
8991 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'
8992 else
8993 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'
8995 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8996 hardcode_libdir_separator=:
8997 hardcode_direct=yes
8999 # hardcode_minus_L: Not really in the search PATH,
9000 # but as the default location of the library.
9001 hardcode_minus_L=yes
9002 export_dynamic_flag_spec='${wl}-E'
9005 hpux10*)
9006 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9007 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9008 else
9009 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9011 if test "$with_gnu_ld" = no; then
9012 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9013 hardcode_libdir_flag_spec_ld='+b $libdir'
9014 hardcode_libdir_separator=:
9015 hardcode_direct=yes
9016 hardcode_direct_absolute=yes
9017 export_dynamic_flag_spec='${wl}-E'
9018 # hardcode_minus_L: Not really in the search PATH,
9019 # but as the default location of the library.
9020 hardcode_minus_L=yes
9024 hpux11*)
9025 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9026 case $host_cpu in
9027 hppa*64*)
9028 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9030 ia64*)
9031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9034 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9036 esac
9037 else
9038 case $host_cpu in
9039 hppa*64*)
9040 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9042 ia64*)
9043 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9047 # Older versions of the 11.00 compiler do not understand -b yet
9048 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9050 $as_echo_n "checking if $CC understands -b... " >&6; }
9051 if ${lt_cv_prog_compiler__b+:} false; then :
9052 $as_echo_n "(cached) " >&6
9053 else
9054 lt_cv_prog_compiler__b=no
9055 save_LDFLAGS="$LDFLAGS"
9056 LDFLAGS="$LDFLAGS -b"
9057 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9058 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9059 # The linker can only warn and ignore the option if not recognized
9060 # So say no if there are warnings
9061 if test -s conftest.err; then
9062 # Append any errors to the config.log.
9063 cat conftest.err 1>&5
9064 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9065 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9066 if diff conftest.exp conftest.er2 >/dev/null; then
9067 lt_cv_prog_compiler__b=yes
9069 else
9070 lt_cv_prog_compiler__b=yes
9073 $RM -r conftest*
9074 LDFLAGS="$save_LDFLAGS"
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9078 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9080 if test x"$lt_cv_prog_compiler__b" = xyes; then
9081 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9082 else
9083 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9087 esac
9089 if test "$with_gnu_ld" = no; then
9090 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9091 hardcode_libdir_separator=:
9093 case $host_cpu in
9094 hppa*64*|ia64*)
9095 hardcode_direct=no
9096 hardcode_shlibpath_var=no
9099 hardcode_direct=yes
9100 hardcode_direct_absolute=yes
9101 export_dynamic_flag_spec='${wl}-E'
9103 # hardcode_minus_L: Not really in the search PATH,
9104 # but as the default location of the library.
9105 hardcode_minus_L=yes
9107 esac
9111 irix5* | irix6* | nonstopux*)
9112 if test "$GCC" = yes; then
9113 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'
9114 # Try to use the -exported_symbol ld option, if it does not
9115 # work, assume that -exports_file does not work either and
9116 # implicitly export all symbols.
9117 save_LDFLAGS="$LDFLAGS"
9118 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9121 int foo(void) {}
9122 _ACEOF
9123 if ac_fn_c_try_link "$LINENO"; then :
9124 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'
9127 rm -f core conftest.err conftest.$ac_objext \
9128 conftest$ac_exeext conftest.$ac_ext
9129 LDFLAGS="$save_LDFLAGS"
9130 else
9131 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'
9132 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'
9134 archive_cmds_need_lc='no'
9135 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9136 hardcode_libdir_separator=:
9137 inherit_rpath=yes
9138 link_all_deplibs=yes
9141 netbsd*)
9142 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9143 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9144 else
9145 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9147 hardcode_libdir_flag_spec='-R$libdir'
9148 hardcode_direct=yes
9149 hardcode_shlibpath_var=no
9152 newsos6)
9153 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9154 hardcode_direct=yes
9155 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9156 hardcode_libdir_separator=:
9157 hardcode_shlibpath_var=no
9160 *nto* | *qnx*)
9163 openbsd*)
9164 if test -f /usr/libexec/ld.so; then
9165 hardcode_direct=yes
9166 hardcode_shlibpath_var=no
9167 hardcode_direct_absolute=yes
9168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9169 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9170 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9171 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9172 export_dynamic_flag_spec='${wl}-E'
9173 else
9174 case $host_os in
9175 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9176 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9177 hardcode_libdir_flag_spec='-R$libdir'
9180 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9181 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9183 esac
9185 else
9186 ld_shlibs=no
9190 os2*)
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 hardcode_minus_L=yes
9193 allow_undefined_flag=unsupported
9194 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'
9195 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9198 osf3*)
9199 if test "$GCC" = yes; then
9200 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9201 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'
9202 else
9203 allow_undefined_flag=' -expect_unresolved \*'
9204 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'
9206 archive_cmds_need_lc='no'
9207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9208 hardcode_libdir_separator=:
9211 osf4* | osf5*) # as osf3* with the addition of -msym flag
9212 if test "$GCC" = yes; then
9213 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9214 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'
9215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9216 else
9217 allow_undefined_flag=' -expect_unresolved \*'
9218 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'
9219 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~
9220 $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'
9222 # Both c and cxx compiler support -rpath directly
9223 hardcode_libdir_flag_spec='-rpath $libdir'
9225 archive_cmds_need_lc='no'
9226 hardcode_libdir_separator=:
9229 solaris*)
9230 no_undefined_flag=' -z defs'
9231 if test "$GCC" = yes; then
9232 wlarc='${wl}'
9233 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9234 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9235 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9236 else
9237 case `$CC -V 2>&1` in
9238 *"Compilers 5.0"*)
9239 wlarc=''
9240 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9241 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9245 wlarc='${wl}'
9246 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9247 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9248 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9250 esac
9252 hardcode_libdir_flag_spec='-R$libdir'
9253 hardcode_shlibpath_var=no
9254 case $host_os in
9255 solaris2.[0-5] | solaris2.[0-5].*) ;;
9257 # The compiler driver will combine and reorder linker options,
9258 # but understands `-z linker_flag'. GCC discards it without `$wl',
9259 # but is careful enough not to reorder.
9260 # Supported since Solaris 2.6 (maybe 2.5.1?)
9261 if test "$GCC" = yes; then
9262 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9263 else
9264 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9267 esac
9268 link_all_deplibs=yes
9271 sunos4*)
9272 if test "x$host_vendor" = xsequent; then
9273 # Use $CC to link under sequent, because it throws in some extra .o
9274 # files that make .init and .fini sections work.
9275 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9276 else
9277 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9279 hardcode_libdir_flag_spec='-L$libdir'
9280 hardcode_direct=yes
9281 hardcode_minus_L=yes
9282 hardcode_shlibpath_var=no
9285 sysv4)
9286 case $host_vendor in
9287 sni)
9288 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9289 hardcode_direct=yes # is this really true???
9291 siemens)
9292 ## LD is ld it makes a PLAMLIB
9293 ## CC just makes a GrossModule.
9294 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9295 reload_cmds='$CC -r -o $output$reload_objs'
9296 hardcode_direct=no
9298 motorola)
9299 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9302 esac
9303 runpath_var='LD_RUN_PATH'
9304 hardcode_shlibpath_var=no
9307 sysv4.3*)
9308 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9309 hardcode_shlibpath_var=no
9310 export_dynamic_flag_spec='-Bexport'
9313 sysv4*MP*)
9314 if test -d /usr/nec; then
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var=no
9317 runpath_var=LD_RUN_PATH
9318 hardcode_runpath_var=yes
9319 ld_shlibs=yes
9323 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9324 no_undefined_flag='${wl}-z,text'
9325 archive_cmds_need_lc=no
9326 hardcode_shlibpath_var=no
9327 runpath_var='LD_RUN_PATH'
9329 if test "$GCC" = yes; then
9330 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9331 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9332 else
9333 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9334 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9338 sysv5* | sco3.2v5* | sco5v6*)
9339 # Note: We can NOT use -z defs as we might desire, because we do not
9340 # link with -lc, and that would cause any symbols used from libc to
9341 # always be unresolved, which means just about no library would
9342 # ever link correctly. If we're not using GNU ld we use -z text
9343 # though, which does catch some bad symbols but isn't as heavy-handed
9344 # as -z defs.
9345 no_undefined_flag='${wl}-z,text'
9346 allow_undefined_flag='${wl}-z,nodefs'
9347 archive_cmds_need_lc=no
9348 hardcode_shlibpath_var=no
9349 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9350 hardcode_libdir_separator=':'
9351 link_all_deplibs=yes
9352 export_dynamic_flag_spec='${wl}-Bexport'
9353 runpath_var='LD_RUN_PATH'
9355 if test "$GCC" = yes; then
9356 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9357 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 else
9359 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9364 uts4*)
9365 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_libdir_flag_spec='-L$libdir'
9367 hardcode_shlibpath_var=no
9371 ld_shlibs=no
9373 esac
9375 if test x$host_vendor = xsni; then
9376 case $host in
9377 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9378 export_dynamic_flag_spec='${wl}-Blargedynsym'
9380 esac
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9385 $as_echo "$ld_shlibs" >&6; }
9386 test "$ld_shlibs" = no && can_build_shared=no
9388 with_gnu_ld=$with_gnu_ld
9405 # Do we need to explicitly link libc?
9407 case "x$archive_cmds_need_lc" in
9408 x|xyes)
9409 # Assume -lc should be added
9410 archive_cmds_need_lc=yes
9412 if test "$enable_shared" = yes && test "$GCC" = yes; then
9413 case $archive_cmds in
9414 *'~'*)
9415 # FIXME: we may have to deal with multi-command sequences.
9417 '$CC '*)
9418 # Test whether the compiler implicitly links with -lc since on some
9419 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9420 # to ld, don't add -lc before -lgcc.
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9422 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9423 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9424 $as_echo_n "(cached) " >&6
9425 else
9426 $RM conftest*
9427 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9430 (eval $ac_compile) 2>&5
9431 ac_status=$?
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; } 2>conftest.err; then
9434 soname=conftest
9435 lib=conftest
9436 libobjs=conftest.$ac_objext
9437 deplibs=
9438 wl=$lt_prog_compiler_wl
9439 pic_flag=$lt_prog_compiler_pic
9440 compiler_flags=-v
9441 linker_flags=-v
9442 verstring=
9443 output_objdir=.
9444 libname=conftest
9445 lt_save_allow_undefined_flag=$allow_undefined_flag
9446 allow_undefined_flag=
9447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9448 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9449 ac_status=$?
9450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9451 test $ac_status = 0; }
9452 then
9453 lt_cv_archive_cmds_need_lc=no
9454 else
9455 lt_cv_archive_cmds_need_lc=yes
9457 allow_undefined_flag=$lt_save_allow_undefined_flag
9458 else
9459 cat conftest.err 1>&5
9461 $RM conftest*
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9465 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9466 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9468 esac
9471 esac
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9630 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9632 if test "$GCC" = yes; then
9633 case $host_os in
9634 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9635 *) lt_awk_arg="/^libraries:/" ;;
9636 esac
9637 case $host_os in
9638 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9639 *) lt_sed_strip_eq="s,=/,/,g" ;;
9640 esac
9641 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9642 case $lt_search_path_spec in
9643 *\;*)
9644 # if the path contains ";" then we assume it to be the separator
9645 # otherwise default to the standard path separator (i.e. ":") - it is
9646 # assumed that no part of a normal pathname contains ";" but that should
9647 # okay in the real world where ";" in dirpaths is itself problematic.
9648 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9651 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9653 esac
9654 # Ok, now we have the path, separated by spaces, we can step through it
9655 # and add multilib dir if necessary.
9656 lt_tmp_lt_search_path_spec=
9657 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9658 for lt_sys_path in $lt_search_path_spec; do
9659 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9660 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9661 else
9662 test -d "$lt_sys_path" && \
9663 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9665 done
9666 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9667 BEGIN {RS=" "; FS="/|\n";} {
9668 lt_foo="";
9669 lt_count=0;
9670 for (lt_i = NF; lt_i > 0; lt_i--) {
9671 if ($lt_i != "" && $lt_i != ".") {
9672 if ($lt_i == "..") {
9673 lt_count++;
9674 } else {
9675 if (lt_count == 0) {
9676 lt_foo="/" $lt_i lt_foo;
9677 } else {
9678 lt_count--;
9683 if (lt_foo != "") { lt_freq[lt_foo]++; }
9684 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9686 # AWK program above erroneously prepends '/' to C:/dos/paths
9687 # for these hosts.
9688 case $host_os in
9689 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9690 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9691 esac
9692 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9693 else
9694 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9696 library_names_spec=
9697 libname_spec='lib$name'
9698 soname_spec=
9699 shrext_cmds=".so"
9700 postinstall_cmds=
9701 postuninstall_cmds=
9702 finish_cmds=
9703 finish_eval=
9704 shlibpath_var=
9705 shlibpath_overrides_runpath=unknown
9706 version_type=none
9707 dynamic_linker="$host_os ld.so"
9708 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9709 need_lib_prefix=unknown
9710 hardcode_into_libs=no
9712 # when you set need_version to no, make sure it does not cause -set_version
9713 # flags to be left without arguments
9714 need_version=unknown
9716 case $host_os in
9717 aix3*)
9718 version_type=linux
9719 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9720 shlibpath_var=LIBPATH
9722 # AIX 3 has no versioning support, so we append a major version to the name.
9723 soname_spec='${libname}${release}${shared_ext}$major'
9726 aix[4-9]*)
9727 version_type=linux
9728 need_lib_prefix=no
9729 need_version=no
9730 hardcode_into_libs=yes
9731 if test "$host_cpu" = ia64; then
9732 # AIX 5 supports IA64
9733 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9734 shlibpath_var=LD_LIBRARY_PATH
9735 else
9736 # With GCC up to 2.95.x, collect2 would create an import file
9737 # for dependence libraries. The import file would start with
9738 # the line `#! .'. This would cause the generated library to
9739 # depend on `.', always an invalid library. This was fixed in
9740 # development snapshots of GCC prior to 3.0.
9741 case $host_os in
9742 aix4 | aix4.[01] | aix4.[01].*)
9743 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9744 echo ' yes '
9745 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9747 else
9748 can_build_shared=no
9751 esac
9752 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9753 # soname into executable. Probably we can add versioning support to
9754 # collect2, so additional links can be useful in future.
9755 if test "$aix_use_runtimelinking" = yes; then
9756 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9757 # instead of lib<name>.a to let people know that these are not
9758 # typical AIX shared libraries.
9759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9760 else
9761 # We preserve .a as extension for shared libraries through AIX4.2
9762 # and later when we are not doing run time linking.
9763 library_names_spec='${libname}${release}.a $libname.a'
9764 soname_spec='${libname}${release}${shared_ext}$major'
9766 shlibpath_var=LIBPATH
9770 amigaos*)
9771 case $host_cpu in
9772 powerpc)
9773 # Since July 2007 AmigaOS4 officially supports .so libraries.
9774 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9777 m68k)
9778 library_names_spec='$libname.ixlibrary $libname.a'
9779 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9780 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'
9782 esac
9785 beos*)
9786 library_names_spec='${libname}${shared_ext}'
9787 dynamic_linker="$host_os ld.so"
9788 shlibpath_var=LIBRARY_PATH
9791 bsdi[45]*)
9792 version_type=linux
9793 need_version=no
9794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9795 soname_spec='${libname}${release}${shared_ext}$major'
9796 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9797 shlibpath_var=LD_LIBRARY_PATH
9798 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9799 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9800 # the default ld.so.conf also contains /usr/contrib/lib and
9801 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9802 # libtool to hard-code these into programs
9805 cygwin* | mingw* | pw32* | cegcc*)
9806 version_type=windows
9807 shrext_cmds=".dll"
9808 need_version=no
9809 need_lib_prefix=no
9811 case $GCC,$host_os in
9812 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9813 library_names_spec='$libname.dll.a'
9814 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9815 postinstall_cmds='base_file=`basename \${file}`~
9816 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9817 dldir=$destdir/`dirname \$dlpath`~
9818 test -d \$dldir || mkdir -p \$dldir~
9819 $install_prog $dir/$dlname \$dldir/$dlname~
9820 chmod a+x \$dldir/$dlname~
9821 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9822 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9824 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9825 dlpath=$dir/\$dldll~
9826 $RM \$dlpath'
9827 shlibpath_overrides_runpath=yes
9829 case $host_os in
9830 cygwin*)
9831 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9832 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9834 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9836 mingw* | cegcc*)
9837 # MinGW DLLs use traditional 'lib' prefix
9838 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9840 pw32*)
9841 # pw32 DLLs use 'pw' prefix rather than 'lib'
9842 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9844 esac
9848 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9850 esac
9851 dynamic_linker='Win32 ld.exe'
9852 # FIXME: first we should search . and the directory the executable is in
9853 shlibpath_var=PATH
9856 darwin* | rhapsody*)
9857 dynamic_linker="$host_os dyld"
9858 version_type=darwin
9859 need_lib_prefix=no
9860 need_version=no
9861 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9862 soname_spec='${libname}${release}${major}$shared_ext'
9863 shlibpath_overrides_runpath=yes
9864 shlibpath_var=DYLD_LIBRARY_PATH
9865 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9867 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9868 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9871 dgux*)
9872 version_type=linux
9873 need_lib_prefix=no
9874 need_version=no
9875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9876 soname_spec='${libname}${release}${shared_ext}$major'
9877 shlibpath_var=LD_LIBRARY_PATH
9880 freebsd* | dragonfly*)
9881 # DragonFly does not have aout. When/if they implement a new
9882 # versioning mechanism, adjust this.
9883 if test -x /usr/bin/objformat; then
9884 objformat=`/usr/bin/objformat`
9885 else
9886 case $host_os in
9887 freebsd[23].*) objformat=aout ;;
9888 *) objformat=elf ;;
9889 esac
9891 version_type=freebsd-$objformat
9892 case $version_type in
9893 freebsd-elf*)
9894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9895 need_version=no
9896 need_lib_prefix=no
9898 freebsd-*)
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9900 need_version=yes
9902 esac
9903 shlibpath_var=LD_LIBRARY_PATH
9904 case $host_os in
9905 freebsd2.*)
9906 shlibpath_overrides_runpath=yes
9908 freebsd3.[01]* | freebsdelf3.[01]*)
9909 shlibpath_overrides_runpath=yes
9910 hardcode_into_libs=yes
9912 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9913 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9914 shlibpath_overrides_runpath=no
9915 hardcode_into_libs=yes
9917 *) # from 4.6 on, and DragonFly
9918 shlibpath_overrides_runpath=yes
9919 hardcode_into_libs=yes
9921 esac
9924 haiku*)
9925 version_type=linux
9926 need_lib_prefix=no
9927 need_version=no
9928 dynamic_linker="$host_os runtime_loader"
9929 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9930 soname_spec='${libname}${release}${shared_ext}$major'
9931 shlibpath_var=LIBRARY_PATH
9932 shlibpath_overrides_runpath=yes
9933 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9934 hardcode_into_libs=yes
9937 hpux9* | hpux10* | hpux11*)
9938 # Give a soname corresponding to the major version so that dld.sl refuses to
9939 # link against other versions.
9940 version_type=sunos
9941 need_lib_prefix=no
9942 need_version=no
9943 case $host_cpu in
9944 ia64*)
9945 shrext_cmds='.so'
9946 hardcode_into_libs=yes
9947 dynamic_linker="$host_os dld.so"
9948 shlibpath_var=LD_LIBRARY_PATH
9949 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9951 soname_spec='${libname}${release}${shared_ext}$major'
9952 if test "X$HPUX_IA64_MODE" = X32; then
9953 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9954 else
9955 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9957 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9959 hppa*64*)
9960 shrext_cmds='.sl'
9961 hardcode_into_libs=yes
9962 dynamic_linker="$host_os dld.sl"
9963 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9964 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9968 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9971 shrext_cmds='.sl'
9972 dynamic_linker="$host_os dld.sl"
9973 shlibpath_var=SHLIB_PATH
9974 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9976 soname_spec='${libname}${release}${shared_ext}$major'
9978 esac
9979 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9980 postinstall_cmds='chmod 555 $lib'
9981 # or fails outright, so override atomically:
9982 install_override_mode=555
9985 interix[3-9]*)
9986 version_type=linux
9987 need_lib_prefix=no
9988 need_version=no
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9990 soname_spec='${libname}${release}${shared_ext}$major'
9991 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9992 shlibpath_var=LD_LIBRARY_PATH
9993 shlibpath_overrides_runpath=no
9994 hardcode_into_libs=yes
9997 irix5* | irix6* | nonstopux*)
9998 case $host_os in
9999 nonstopux*) version_type=nonstopux ;;
10001 if test "$lt_cv_prog_gnu_ld" = yes; then
10002 version_type=linux
10003 else
10004 version_type=irix
10005 fi ;;
10006 esac
10007 need_lib_prefix=no
10008 need_version=no
10009 soname_spec='${libname}${release}${shared_ext}$major'
10010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10011 case $host_os in
10012 irix5* | nonstopux*)
10013 libsuff= shlibsuff=
10016 case $LD in # libtool.m4 will add one of these switches to LD
10017 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10018 libsuff= shlibsuff= libmagic=32-bit;;
10019 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10020 libsuff=32 shlibsuff=N32 libmagic=N32;;
10021 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10022 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10023 *) libsuff= shlibsuff= libmagic=never-match;;
10024 esac
10026 esac
10027 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10028 shlibpath_overrides_runpath=no
10029 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10030 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10031 hardcode_into_libs=yes
10034 # No shared lib support for Linux oldld, aout, or coff.
10035 linux*oldld* | linux*aout* | linux*coff*)
10036 dynamic_linker=no
10039 # This must be Linux ELF.
10040 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10041 version_type=linux
10042 need_lib_prefix=no
10043 need_version=no
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath=no
10050 # Some binutils ld are patched to set DT_RUNPATH
10051 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10052 $as_echo_n "(cached) " >&6
10053 else
10054 lt_cv_shlibpath_overrides_runpath=no
10055 save_LDFLAGS=$LDFLAGS
10056 save_libdir=$libdir
10057 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10058 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10060 /* end confdefs.h. */
10063 main ()
10067 return 0;
10069 _ACEOF
10070 if ac_fn_c_try_link "$LINENO"; then :
10071 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10072 lt_cv_shlibpath_overrides_runpath=yes
10075 rm -f core conftest.err conftest.$ac_objext \
10076 conftest$ac_exeext conftest.$ac_ext
10077 LDFLAGS=$save_LDFLAGS
10078 libdir=$save_libdir
10082 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10084 # This implies no fast_install, which is unacceptable.
10085 # Some rework will be needed to allow for fast_install
10086 # before this can be enabled.
10087 hardcode_into_libs=yes
10089 # Append ld.so.conf contents to the search path
10090 if test -f /etc/ld.so.conf; then
10091 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' ' '`
10092 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10095 # We used to test for /lib/ld.so.1 and disable shared libraries on
10096 # powerpc, because MkLinux only supported shared libraries with the
10097 # GNU dynamic linker. Since this was broken with cross compilers,
10098 # most powerpc-linux boxes support dynamic linking these days and
10099 # people can always --disable-shared, the test was removed, and we
10100 # assume the GNU/Linux dynamic linker is in use.
10101 dynamic_linker='GNU/Linux ld.so'
10104 netbsd*)
10105 version_type=sunos
10106 need_lib_prefix=no
10107 need_version=no
10108 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10110 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10111 dynamic_linker='NetBSD (a.out) ld.so'
10112 else
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 dynamic_linker='NetBSD ld.elf_so'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=yes
10119 hardcode_into_libs=yes
10122 newsos6)
10123 version_type=linux
10124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10125 shlibpath_var=LD_LIBRARY_PATH
10126 shlibpath_overrides_runpath=yes
10129 *nto* | *qnx*)
10130 version_type=qnx
10131 need_lib_prefix=no
10132 need_version=no
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10134 soname_spec='${libname}${release}${shared_ext}$major'
10135 shlibpath_var=LD_LIBRARY_PATH
10136 shlibpath_overrides_runpath=no
10137 hardcode_into_libs=yes
10138 dynamic_linker='ldqnx.so'
10141 openbsd*)
10142 version_type=sunos
10143 sys_lib_dlsearch_path_spec="/usr/lib"
10144 need_lib_prefix=no
10145 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10146 case $host_os in
10147 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10148 *) need_version=no ;;
10149 esac
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10152 shlibpath_var=LD_LIBRARY_PATH
10153 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10154 case $host_os in
10155 openbsd2.[89] | openbsd2.[89].*)
10156 shlibpath_overrides_runpath=no
10159 shlibpath_overrides_runpath=yes
10161 esac
10162 else
10163 shlibpath_overrides_runpath=yes
10167 os2*)
10168 libname_spec='$name'
10169 shrext_cmds=".dll"
10170 need_lib_prefix=no
10171 library_names_spec='$libname${shared_ext} $libname.a'
10172 dynamic_linker='OS/2 ld.exe'
10173 shlibpath_var=LIBPATH
10176 osf3* | osf4* | osf5*)
10177 version_type=osf
10178 need_lib_prefix=no
10179 need_version=no
10180 soname_spec='${libname}${release}${shared_ext}$major'
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 shlibpath_var=LD_LIBRARY_PATH
10183 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10184 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10187 rdos*)
10188 dynamic_linker=no
10191 solaris*)
10192 version_type=linux
10193 need_lib_prefix=no
10194 need_version=no
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 soname_spec='${libname}${release}${shared_ext}$major'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 shlibpath_overrides_runpath=yes
10199 hardcode_into_libs=yes
10200 # ldd complains unless libraries are executable
10201 postinstall_cmds='chmod +x $lib'
10204 sunos4*)
10205 version_type=sunos
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10207 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10208 shlibpath_var=LD_LIBRARY_PATH
10209 shlibpath_overrides_runpath=yes
10210 if test "$with_gnu_ld" = yes; then
10211 need_lib_prefix=no
10213 need_version=yes
10216 sysv4 | sysv4.3*)
10217 version_type=linux
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 case $host_vendor in
10222 sni)
10223 shlibpath_overrides_runpath=no
10224 need_lib_prefix=no
10225 runpath_var=LD_RUN_PATH
10227 siemens)
10228 need_lib_prefix=no
10230 motorola)
10231 need_lib_prefix=no
10232 need_version=no
10233 shlibpath_overrides_runpath=no
10234 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10236 esac
10239 sysv4*MP*)
10240 if test -d /usr/nec ;then
10241 version_type=linux
10242 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10243 soname_spec='$libname${shared_ext}.$major'
10244 shlibpath_var=LD_LIBRARY_PATH
10248 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10249 version_type=freebsd-elf
10250 need_lib_prefix=no
10251 need_version=no
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 shlibpath_var=LD_LIBRARY_PATH
10255 shlibpath_overrides_runpath=yes
10256 hardcode_into_libs=yes
10257 if test "$with_gnu_ld" = yes; then
10258 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10259 else
10260 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10261 case $host_os in
10262 sco3.2v5*)
10263 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10265 esac
10267 sys_lib_dlsearch_path_spec='/usr/lib'
10270 tpf*)
10271 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10272 version_type=linux
10273 need_lib_prefix=no
10274 need_version=no
10275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10276 shlibpath_var=LD_LIBRARY_PATH
10277 shlibpath_overrides_runpath=no
10278 hardcode_into_libs=yes
10281 uts4*)
10282 version_type=linux
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 shlibpath_var=LD_LIBRARY_PATH
10289 dynamic_linker=no
10291 esac
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10293 $as_echo "$dynamic_linker" >&6; }
10294 test "$dynamic_linker" = no && can_build_shared=no
10296 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10297 if test "$GCC" = yes; then
10298 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10301 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10302 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10304 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10305 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10400 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10401 hardcode_action=
10402 if test -n "$hardcode_libdir_flag_spec" ||
10403 test -n "$runpath_var" ||
10404 test "X$hardcode_automatic" = "Xyes" ; then
10406 # We can hardcode non-existent directories.
10407 if test "$hardcode_direct" != no &&
10408 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10409 # have to relink, otherwise we might link with an installed library
10410 # when we should be linking with a yet-to-be-installed one
10411 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10412 test "$hardcode_minus_L" != no; then
10413 # Linking always hardcodes the temporary library directory.
10414 hardcode_action=relink
10415 else
10416 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10417 hardcode_action=immediate
10419 else
10420 # We cannot hardcode anything, or else we can only hardcode existing
10421 # directories.
10422 hardcode_action=unsupported
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10425 $as_echo "$hardcode_action" >&6; }
10427 if test "$hardcode_action" = relink ||
10428 test "$inherit_rpath" = yes; then
10429 # Fast installation is not supported
10430 enable_fast_install=no
10431 elif test "$shlibpath_overrides_runpath" = yes ||
10432 test "$enable_shared" = no; then
10433 # Fast installation is not necessary
10434 enable_fast_install=needless
10442 if test "x$enable_dlopen" != xyes; then
10443 enable_dlopen=unknown
10444 enable_dlopen_self=unknown
10445 enable_dlopen_self_static=unknown
10446 else
10447 lt_cv_dlopen=no
10448 lt_cv_dlopen_libs=
10450 case $host_os in
10451 beos*)
10452 lt_cv_dlopen="load_add_on"
10453 lt_cv_dlopen_libs=
10454 lt_cv_dlopen_self=yes
10457 mingw* | pw32* | cegcc*)
10458 lt_cv_dlopen="LoadLibrary"
10459 lt_cv_dlopen_libs=
10462 cygwin*)
10463 lt_cv_dlopen="dlopen"
10464 lt_cv_dlopen_libs=
10467 darwin*)
10468 # if libdl is installed we need to link against it
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10470 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10471 if ${ac_cv_lib_dl_dlopen+:} false; then :
10472 $as_echo_n "(cached) " >&6
10473 else
10474 ac_check_lib_save_LIBS=$LIBS
10475 LIBS="-ldl $LIBS"
10476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10477 /* end confdefs.h. */
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10482 #ifdef __cplusplus
10483 extern "C"
10484 #endif
10485 char dlopen ();
10487 main ()
10489 return dlopen ();
10491 return 0;
10493 _ACEOF
10494 if ac_fn_c_try_link "$LINENO"; then :
10495 ac_cv_lib_dl_dlopen=yes
10496 else
10497 ac_cv_lib_dl_dlopen=no
10499 rm -f core conftest.err conftest.$ac_objext \
10500 conftest$ac_exeext conftest.$ac_ext
10501 LIBS=$ac_check_lib_save_LIBS
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10504 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10505 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10506 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10507 else
10509 lt_cv_dlopen="dyld"
10510 lt_cv_dlopen_libs=
10511 lt_cv_dlopen_self=yes
10518 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10519 if test "x$ac_cv_func_shl_load" = xyes; then :
10520 lt_cv_dlopen="shl_load"
10521 else
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10523 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10524 if ${ac_cv_lib_dld_shl_load+:} false; then :
10525 $as_echo_n "(cached) " >&6
10526 else
10527 ac_check_lib_save_LIBS=$LIBS
10528 LIBS="-ldld $LIBS"
10529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10530 /* end confdefs.h. */
10532 /* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10535 #ifdef __cplusplus
10536 extern "C"
10537 #endif
10538 char shl_load ();
10540 main ()
10542 return shl_load ();
10544 return 0;
10546 _ACEOF
10547 if ac_fn_c_try_link "$LINENO"; then :
10548 ac_cv_lib_dld_shl_load=yes
10549 else
10550 ac_cv_lib_dld_shl_load=no
10552 rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
10554 LIBS=$ac_check_lib_save_LIBS
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10557 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10558 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10559 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10560 else
10561 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10562 if test "x$ac_cv_func_dlopen" = xyes; then :
10563 lt_cv_dlopen="dlopen"
10564 else
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10566 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10567 if ${ac_cv_lib_dl_dlopen+:} false; then :
10568 $as_echo_n "(cached) " >&6
10569 else
10570 ac_check_lib_save_LIBS=$LIBS
10571 LIBS="-ldl $LIBS"
10572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char dlopen ();
10583 main ()
10585 return dlopen ();
10587 return 0;
10589 _ACEOF
10590 if ac_fn_c_try_link "$LINENO"; then :
10591 ac_cv_lib_dl_dlopen=yes
10592 else
10593 ac_cv_lib_dl_dlopen=no
10595 rm -f core conftest.err conftest.$ac_objext \
10596 conftest$ac_exeext conftest.$ac_ext
10597 LIBS=$ac_check_lib_save_LIBS
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10600 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10601 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10602 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10603 else
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10605 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10606 if ${ac_cv_lib_svld_dlopen+:} false; then :
10607 $as_echo_n "(cached) " >&6
10608 else
10609 ac_check_lib_save_LIBS=$LIBS
10610 LIBS="-lsvld $LIBS"
10611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10617 #ifdef __cplusplus
10618 extern "C"
10619 #endif
10620 char dlopen ();
10622 main ()
10624 return dlopen ();
10626 return 0;
10628 _ACEOF
10629 if ac_fn_c_try_link "$LINENO"; then :
10630 ac_cv_lib_svld_dlopen=yes
10631 else
10632 ac_cv_lib_svld_dlopen=no
10634 rm -f core conftest.err conftest.$ac_objext \
10635 conftest$ac_exeext conftest.$ac_ext
10636 LIBS=$ac_check_lib_save_LIBS
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10639 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10640 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10641 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10642 else
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10644 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10645 if ${ac_cv_lib_dld_dld_link+:} false; then :
10646 $as_echo_n "(cached) " >&6
10647 else
10648 ac_check_lib_save_LIBS=$LIBS
10649 LIBS="-ldld $LIBS"
10650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10651 /* end confdefs.h. */
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10656 #ifdef __cplusplus
10657 extern "C"
10658 #endif
10659 char dld_link ();
10661 main ()
10663 return dld_link ();
10665 return 0;
10667 _ACEOF
10668 if ac_fn_c_try_link "$LINENO"; then :
10669 ac_cv_lib_dld_dld_link=yes
10670 else
10671 ac_cv_lib_dld_dld_link=no
10673 rm -f core conftest.err conftest.$ac_objext \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10678 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10679 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10680 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10699 esac
10701 if test "x$lt_cv_dlopen" != xno; then
10702 enable_dlopen=yes
10703 else
10704 enable_dlopen=no
10707 case $lt_cv_dlopen in
10708 dlopen)
10709 save_CPPFLAGS="$CPPFLAGS"
10710 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10712 save_LDFLAGS="$LDFLAGS"
10713 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10715 save_LIBS="$LIBS"
10716 LIBS="$lt_cv_dlopen_libs $LIBS"
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10719 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10720 if ${lt_cv_dlopen_self+:} false; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 if test "$cross_compiling" = yes; then :
10724 lt_cv_dlopen_self=cross
10725 else
10726 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10727 lt_status=$lt_dlunknown
10728 cat > conftest.$ac_ext <<_LT_EOF
10729 #line 10729 "configure"
10730 #include "confdefs.h"
10732 #if HAVE_DLFCN_H
10733 #include <dlfcn.h>
10734 #endif
10736 #include <stdio.h>
10738 #ifdef RTLD_GLOBAL
10739 # define LT_DLGLOBAL RTLD_GLOBAL
10740 #else
10741 # ifdef DL_GLOBAL
10742 # define LT_DLGLOBAL DL_GLOBAL
10743 # else
10744 # define LT_DLGLOBAL 0
10745 # endif
10746 #endif
10748 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10749 find out it does not work in some platform. */
10750 #ifndef LT_DLLAZY_OR_NOW
10751 # ifdef RTLD_LAZY
10752 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10753 # else
10754 # ifdef DL_LAZY
10755 # define LT_DLLAZY_OR_NOW DL_LAZY
10756 # else
10757 # ifdef RTLD_NOW
10758 # define LT_DLLAZY_OR_NOW RTLD_NOW
10759 # else
10760 # ifdef DL_NOW
10761 # define LT_DLLAZY_OR_NOW DL_NOW
10762 # else
10763 # define LT_DLLAZY_OR_NOW 0
10764 # endif
10765 # endif
10766 # endif
10767 # endif
10768 #endif
10770 /* When -fvisbility=hidden is used, assume the code has been annotated
10771 correspondingly for the symbols needed. */
10772 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10773 void fnord () __attribute__((visibility("default")));
10774 #endif
10776 void fnord () { int i=42; }
10777 int main ()
10779 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10780 int status = $lt_dlunknown;
10782 if (self)
10784 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10785 else
10787 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10788 else puts (dlerror ());
10790 /* dlclose (self); */
10792 else
10793 puts (dlerror ());
10795 return status;
10797 _LT_EOF
10798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10799 (eval $ac_link) 2>&5
10800 ac_status=$?
10801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10802 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10803 (./conftest; exit; ) >&5 2>/dev/null
10804 lt_status=$?
10805 case x$lt_status in
10806 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10807 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10808 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10809 esac
10810 else :
10811 # compilation failed
10812 lt_cv_dlopen_self=no
10815 rm -fr conftest*
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10820 $as_echo "$lt_cv_dlopen_self" >&6; }
10822 if test "x$lt_cv_dlopen_self" = xyes; then
10823 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10825 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10826 if ${lt_cv_dlopen_self_static+:} false; then :
10827 $as_echo_n "(cached) " >&6
10828 else
10829 if test "$cross_compiling" = yes; then :
10830 lt_cv_dlopen_self_static=cross
10831 else
10832 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10833 lt_status=$lt_dlunknown
10834 cat > conftest.$ac_ext <<_LT_EOF
10835 #line 10835 "configure"
10836 #include "confdefs.h"
10838 #if HAVE_DLFCN_H
10839 #include <dlfcn.h>
10840 #endif
10842 #include <stdio.h>
10844 #ifdef RTLD_GLOBAL
10845 # define LT_DLGLOBAL RTLD_GLOBAL
10846 #else
10847 # ifdef DL_GLOBAL
10848 # define LT_DLGLOBAL DL_GLOBAL
10849 # else
10850 # define LT_DLGLOBAL 0
10851 # endif
10852 #endif
10854 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10855 find out it does not work in some platform. */
10856 #ifndef LT_DLLAZY_OR_NOW
10857 # ifdef RTLD_LAZY
10858 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10859 # else
10860 # ifdef DL_LAZY
10861 # define LT_DLLAZY_OR_NOW DL_LAZY
10862 # else
10863 # ifdef RTLD_NOW
10864 # define LT_DLLAZY_OR_NOW RTLD_NOW
10865 # else
10866 # ifdef DL_NOW
10867 # define LT_DLLAZY_OR_NOW DL_NOW
10868 # else
10869 # define LT_DLLAZY_OR_NOW 0
10870 # endif
10871 # endif
10872 # endif
10873 # endif
10874 #endif
10876 /* When -fvisbility=hidden is used, assume the code has been annotated
10877 correspondingly for the symbols needed. */
10878 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10879 void fnord () __attribute__((visibility("default")));
10880 #endif
10882 void fnord () { int i=42; }
10883 int main ()
10885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10886 int status = $lt_dlunknown;
10888 if (self)
10890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10891 else
10893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10894 else puts (dlerror ());
10896 /* dlclose (self); */
10898 else
10899 puts (dlerror ());
10901 return status;
10903 _LT_EOF
10904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10905 (eval $ac_link) 2>&5
10906 ac_status=$?
10907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10908 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10909 (./conftest; exit; ) >&5 2>/dev/null
10910 lt_status=$?
10911 case x$lt_status in
10912 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10913 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10914 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10915 esac
10916 else :
10917 # compilation failed
10918 lt_cv_dlopen_self_static=no
10921 rm -fr conftest*
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10926 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10929 CPPFLAGS="$save_CPPFLAGS"
10930 LDFLAGS="$save_LDFLAGS"
10931 LIBS="$save_LIBS"
10933 esac
10935 case $lt_cv_dlopen_self in
10936 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10937 *) enable_dlopen_self=unknown ;;
10938 esac
10940 case $lt_cv_dlopen_self_static in
10941 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10942 *) enable_dlopen_self_static=unknown ;;
10943 esac
10962 striplib=
10963 old_striplib=
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10965 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10966 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10967 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10968 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10970 $as_echo "yes" >&6; }
10971 else
10972 # FIXME - insert some real tests, host_os isn't really good enough
10973 case $host_os in
10974 darwin*)
10975 if test -n "$STRIP" ; then
10976 striplib="$STRIP -x"
10977 old_striplib="$STRIP -S"
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10979 $as_echo "yes" >&6; }
10980 else
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10982 $as_echo "no" >&6; }
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10987 $as_echo "no" >&6; }
10989 esac
11003 # Report which library types will actually be built
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11005 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11007 $as_echo "$can_build_shared" >&6; }
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11010 $as_echo_n "checking whether to build shared libraries... " >&6; }
11011 test "$can_build_shared" = "no" && enable_shared=no
11013 # On AIX, shared libraries and static libraries use the same namespace, and
11014 # are all built from PIC.
11015 case $host_os in
11016 aix3*)
11017 test "$enable_shared" = yes && enable_static=no
11018 if test -n "$RANLIB"; then
11019 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11020 postinstall_cmds='$RANLIB $lib'
11024 aix[4-9]*)
11025 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11026 test "$enable_shared" = yes && enable_static=no
11029 esac
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11031 $as_echo "$enable_shared" >&6; }
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11034 $as_echo_n "checking whether to build static libraries... " >&6; }
11035 # Make sure either enable_shared or enable_static is yes.
11036 test "$enable_shared" = yes || enable_static=yes
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11038 $as_echo "$enable_static" >&6; }
11044 ac_ext=c
11045 ac_cpp='$CPP $CPPFLAGS'
11046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11050 CC="$lt_save_CC"
11064 ac_config_commands="$ac_config_commands libtool"
11069 # Only expand once:
11073 # The tests for host and target for $enable_largefile require
11074 # canonical names.
11078 # As the $enable_largefile decision depends on --enable-plugins we must set it
11079 # even in directories otherwise not depending on the $plugins option.
11082 maybe_plugins=no
11083 for ac_header in dlfcn.h
11084 do :
11085 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11087 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11088 cat >>confdefs.h <<_ACEOF
11089 #define HAVE_DLFCN_H 1
11090 _ACEOF
11091 maybe_plugins=yes
11094 done
11096 for ac_header in windows.h
11097 do :
11098 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11100 if test "x$ac_cv_header_windows_h" = xyes; then :
11101 cat >>confdefs.h <<_ACEOF
11102 #define HAVE_WINDOWS_H 1
11103 _ACEOF
11104 maybe_plugins=yes
11107 done
11110 # Check whether --enable-plugins was given.
11111 if test "${enable_plugins+set}" = set; then :
11112 enableval=$enable_plugins; case "${enableval}" in
11113 no) plugins=no ;;
11114 *) plugins=yes
11115 if test "$maybe_plugins" != "yes" ; then
11116 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11117 fi ;;
11118 esac
11119 else
11120 plugins=$maybe_plugins
11124 if test "$plugins" = "yes"; then
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11126 $as_echo_n "checking for library containing dlsym... " >&6; }
11127 if ${ac_cv_search_dlsym+:} false; then :
11128 $as_echo_n "(cached) " >&6
11129 else
11130 ac_func_search_save_LIBS=$LIBS
11131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char dlsym ();
11142 main ()
11144 return dlsym ();
11146 return 0;
11148 _ACEOF
11149 for ac_lib in '' dl; do
11150 if test -z "$ac_lib"; then
11151 ac_res="none required"
11152 else
11153 ac_res=-l$ac_lib
11154 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11156 if ac_fn_c_try_link "$LINENO"; then :
11157 ac_cv_search_dlsym=$ac_res
11159 rm -f core conftest.err conftest.$ac_objext \
11160 conftest$ac_exeext
11161 if ${ac_cv_search_dlsym+:} false; then :
11162 break
11164 done
11165 if ${ac_cv_search_dlsym+:} false; then :
11167 else
11168 ac_cv_search_dlsym=no
11170 rm conftest.$ac_ext
11171 LIBS=$ac_func_search_save_LIBS
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11174 $as_echo "$ac_cv_search_dlsym" >&6; }
11175 ac_res=$ac_cv_search_dlsym
11176 if test "$ac_res" != no; then :
11177 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11184 case "${host}" in
11185 sparc-*-solaris*|i?86-*-solaris*)
11186 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11187 # were mutually exclusive until Solaris 11.3. Without procfs support,
11188 # the bfd/ elf module cannot provide certain routines such as
11189 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11190 # explicitly requested large-file support through the
11191 # --enable-largefile switch, disable large-file support in favor of
11192 # procfs support.
11194 # Check if <sys/procfs.h> is incompatible with large-file support.
11195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11196 /* end confdefs.h. */
11197 #define _FILE_OFFSET_BITS 64
11198 #define _STRUCTURED_PROC 1
11199 #include <sys/procfs.h>
11201 main ()
11205 return 0;
11207 _ACEOF
11208 if ac_fn_c_try_compile "$LINENO"; then :
11209 acx_cv_procfs_lfs=yes
11210 else
11211 acx_cv_procfs_lfs=no
11213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11215 # Forcefully disable large-file support only if necessary, gdb is in
11216 # tree and enabled.
11217 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11218 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11219 : ${enable_largefile="no"}
11220 if test "$plugins" = yes; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11222 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11223 $as_echo "$as_me: WARNING:
11224 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11225 plugins=no
11229 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11230 # benefit of g++ 9+ which predefines it on Solaris.
11231 if test "$enable_largefile" = no; then
11232 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11236 esac
11238 # Check whether --enable-largefile was given.
11239 if test "${enable_largefile+set}" = set; then :
11240 enableval=$enable_largefile;
11243 if test "$enable_largefile" != no; then
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11246 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11247 if ${ac_cv_sys_largefile_CC+:} false; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 ac_cv_sys_largefile_CC=no
11251 if test "$GCC" != yes; then
11252 ac_save_CC=$CC
11253 while :; do
11254 # IRIX 6.2 and later do not support large files by default,
11255 # so use the C compiler's -n32 option if that helps.
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11258 #include <sys/types.h>
11259 /* Check that off_t can represent 2**63 - 1 correctly.
11260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11261 since some C++ compilers masquerading as C compilers
11262 incorrectly reject 9223372036854775807. */
11263 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11265 && LARGE_OFF_T % 2147483647 == 1)
11266 ? 1 : -1];
11268 main ()
11272 return 0;
11274 _ACEOF
11275 if ac_fn_c_try_compile "$LINENO"; then :
11276 break
11278 rm -f core conftest.err conftest.$ac_objext
11279 CC="$CC -n32"
11280 if ac_fn_c_try_compile "$LINENO"; then :
11281 ac_cv_sys_largefile_CC=' -n32'; break
11283 rm -f core conftest.err conftest.$ac_objext
11284 break
11285 done
11286 CC=$ac_save_CC
11287 rm -f conftest.$ac_ext
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11291 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11292 if test "$ac_cv_sys_largefile_CC" != no; then
11293 CC=$CC$ac_cv_sys_largefile_CC
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11297 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11298 if ${ac_cv_sys_file_offset_bits+:} false; then :
11299 $as_echo_n "(cached) " >&6
11300 else
11301 while :; do
11302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11304 #include <sys/types.h>
11305 /* Check that off_t can represent 2**63 - 1 correctly.
11306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11307 since some C++ compilers masquerading as C compilers
11308 incorrectly reject 9223372036854775807. */
11309 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11311 && LARGE_OFF_T % 2147483647 == 1)
11312 ? 1 : -1];
11314 main ()
11318 return 0;
11320 _ACEOF
11321 if ac_fn_c_try_compile "$LINENO"; then :
11322 ac_cv_sys_file_offset_bits=no; break
11324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11327 #define _FILE_OFFSET_BITS 64
11328 #include <sys/types.h>
11329 /* Check that off_t can represent 2**63 - 1 correctly.
11330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11331 since some C++ compilers masquerading as C compilers
11332 incorrectly reject 9223372036854775807. */
11333 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11335 && LARGE_OFF_T % 2147483647 == 1)
11336 ? 1 : -1];
11338 main ()
11342 return 0;
11344 _ACEOF
11345 if ac_fn_c_try_compile "$LINENO"; then :
11346 ac_cv_sys_file_offset_bits=64; break
11348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11349 ac_cv_sys_file_offset_bits=unknown
11350 break
11351 done
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11354 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11355 case $ac_cv_sys_file_offset_bits in #(
11356 no | unknown) ;;
11358 cat >>confdefs.h <<_ACEOF
11359 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11360 _ACEOF
11362 esac
11363 rm -rf conftest*
11364 if test $ac_cv_sys_file_offset_bits = unknown; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11366 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11367 if ${ac_cv_sys_large_files+:} false; then :
11368 $as_echo_n "(cached) " >&6
11369 else
11370 while :; do
11371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11372 /* end confdefs.h. */
11373 #include <sys/types.h>
11374 /* Check that off_t can represent 2**63 - 1 correctly.
11375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11376 since some C++ compilers masquerading as C compilers
11377 incorrectly reject 9223372036854775807. */
11378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11380 && LARGE_OFF_T % 2147483647 == 1)
11381 ? 1 : -1];
11383 main ()
11387 return 0;
11389 _ACEOF
11390 if ac_fn_c_try_compile "$LINENO"; then :
11391 ac_cv_sys_large_files=no; break
11393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11395 /* end confdefs.h. */
11396 #define _LARGE_FILES 1
11397 #include <sys/types.h>
11398 /* Check that off_t can represent 2**63 - 1 correctly.
11399 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11400 since some C++ compilers masquerading as C compilers
11401 incorrectly reject 9223372036854775807. */
11402 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11403 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11404 && LARGE_OFF_T % 2147483647 == 1)
11405 ? 1 : -1];
11407 main ()
11411 return 0;
11413 _ACEOF
11414 if ac_fn_c_try_compile "$LINENO"; then :
11415 ac_cv_sys_large_files=1; break
11417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11418 ac_cv_sys_large_files=unknown
11419 break
11420 done
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11423 $as_echo "$ac_cv_sys_large_files" >&6; }
11424 case $ac_cv_sys_large_files in #(
11425 no | unknown) ;;
11427 cat >>confdefs.h <<_ACEOF
11428 #define _LARGE_FILES $ac_cv_sys_large_files
11429 _ACEOF
11431 esac
11432 rm -rf conftest*
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11440 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11441 if ${gcc_cv_prog_cmp_skip+:} false; then :
11442 $as_echo_n "(cached) " >&6
11443 else
11444 echo abfoo >t1
11445 echo cdfoo >t2
11446 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11447 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11448 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11450 else
11451 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11454 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11455 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11457 else
11458 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11461 rm t1 t2
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11465 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11466 do_compare="$gcc_cv_prog_cmp_skip"
11470 # Check whether --enable-targets was given.
11471 if test "${enable_targets+set}" = set; then :
11472 enableval=$enable_targets; case "${enableval}" in
11473 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11475 no) enable_targets= ;;
11476 *) enable_targets=$enableval ;;
11477 esac
11480 ac_checking=
11481 . ${srcdir}/../bfd/development.sh
11482 test "$development" = true && ac_checking=yes
11483 # Check whether --enable-checking was given.
11484 if test "${enable_checking+set}" = set; then :
11485 enableval=$enable_checking; case "${enableval}" in
11486 no|none) ac_checking= ;;
11487 *) ac_checking=yes ;;
11488 esac
11490 if test x$ac_checking != x ; then
11492 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11496 # PR gas/19109
11497 # Decide the default method for compressing debug sections.
11498 ac_default_compressed_debug_sections=unset
11499 # Provide a configure time option to override our default.
11500 # Check whether --enable-compressed_debug_sections was given.
11501 if test "${enable_compressed_debug_sections+set}" = set; then :
11502 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11503 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11504 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11505 *) ac_default_compressed_debug_sections=unset ;;
11506 esac
11509 # Select default compression algorithm.
11510 ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_GABI_ZLIB
11511 # Check whether --enable-default_compressed_debug_sections_algorithm was given.
11512 if test "${enable_default_compressed_debug_sections_algorithm+set}" = set; then :
11513 enableval=$enable_default_compressed_debug_sections_algorithm; case "${enableval}" in
11514 zstd) ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_ZSTD ;;
11515 esac
11518 # PR gas/19520
11519 # Decide if x86 assembler should generate relax relocations.
11520 ac_default_x86_relax_relocations=unset
11521 # Provide a configure time option to override our default.
11522 # Check whether --enable-x86_relax_relocations was given.
11523 if test "${enable_x86_relax_relocations+set}" = set; then :
11524 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11525 no) ac_default_x86_relax_relocations=0 ;;
11526 esac
11529 # Decide if ELF assembler should generate common symbols with the
11530 # STT_COMMON type.
11531 ac_default_elf_stt_common=unset
11532 # Provide a configure time option to override our default.
11533 # Check whether --enable-elf_stt_common was given.
11534 if test "${enable_elf_stt_common+set}" = set; then :
11535 enableval=$enable_elf_stt_common; case "${enableval}" in
11536 yes) ac_default_elf_stt_common=1 ;;
11537 esac
11541 # Decide if the ELF assembler should default to generating
11542 # GNU Build notes if none are provided by the input.
11543 ac_default_generate_build_notes=0
11544 # Provide a configuration option to override the default.
11545 # Check whether --enable-generate_build_notes was given.
11546 if test "${enable_generate_build_notes+set}" = set; then :
11547 enableval=$enable_generate_build_notes; case "${enableval}" in
11548 yes) ac_default_generate_build_notes=1 ;;
11549 no) ac_default_generate_build_notes=0 ;;
11550 esac
11553 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11554 # LLSC errata.
11555 ac_default_mips_fix_loongson3_llsc=unset
11556 # Provide a configuration option to override the default.
11557 # Check whether --enable-mips-fix-loongson3-llsc was given.
11558 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11559 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11560 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11561 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11562 esac
11565 # Decide if the x86 ELF assembler should default to generating GNU x86
11566 # used ISA and feature properties.
11567 ac_default_generate_x86_used_note=unset
11568 # Provide a configuration option to override the default.
11569 # Check whether --enable-x86-used-note was given.
11570 if test "${enable_x86_used_note+set}" = set; then :
11571 enableval=$enable_x86_used_note; case "${enableval}" in
11572 yes) ac_default_generate_x86_used_note=1 ;;
11573 no) ac_default_generate_x86_used_note=0 ;;
11574 esac
11577 # Decide if the RISC-V ELF assembler should default to generating attribute.
11578 ac_default_generate_riscv_attr=unset
11579 # Provide a configuration option to override the default.
11580 # Check whether --enable-default-riscv-attribute was given.
11581 if test "${enable_default_riscv_attribute+set}" = set; then :
11582 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11583 yes) ac_default_generate_riscv_attr=1 ;;
11584 no) ac_default_generate_riscv_attr=0 ;;
11585 esac
11588 using_cgen=no
11591 # Set the 'development' global.
11592 . $srcdir/../bfd/development.sh
11594 # Set acp_cpp_for_build variable
11595 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11597 # Default set of GCC warnings to enable.
11598 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11599 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11601 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h. */
11604 __GNUC__
11605 _ACEOF
11606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11607 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11609 else
11610 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11612 rm -f conftest*
11615 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11618 __GNUC__
11619 _ACEOF
11620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11621 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11623 else
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625 /* end confdefs.h. */
11626 __clang__
11627 _ACEOF
11628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11629 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11630 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11632 rm -f conftest*
11635 rm -f conftest*
11638 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11639 WARN_WRITE_STRINGS=""
11640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11642 __GNUC__
11643 _ACEOF
11644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11645 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11647 else
11648 WARN_WRITE_STRINGS="-Wwrite-strings"
11650 rm -f conftest*
11653 # Verify CC_FOR_BUILD to be compatible with warning flags
11655 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11657 /* end confdefs.h. */
11658 __GNUC__
11659 _ACEOF
11660 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11661 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11663 else
11664 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11666 rm -f conftest*
11669 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11672 __GNUC__
11673 _ACEOF
11674 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11675 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11677 else
11678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11679 /* end confdefs.h. */
11680 __clang__
11681 _ACEOF
11682 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11683 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11684 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11686 rm -f conftest*
11689 rm -f conftest*
11692 # Check whether --enable-werror was given.
11693 if test "${enable_werror+set}" = set; then :
11694 enableval=$enable_werror; case "${enableval}" in
11695 yes | y) ERROR_ON_WARNING="yes" ;;
11696 no | n) ERROR_ON_WARNING="no" ;;
11697 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11698 esac
11702 # Disable -Wformat by default when using gcc on mingw
11703 case "${host}" in
11704 *-*-mingw32*)
11705 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11706 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11707 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11710 *) ;;
11711 esac
11713 # Enable -Werror by default when using gcc. Turn it off for releases.
11714 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11715 ERROR_ON_WARNING=yes
11718 NO_WERROR=
11719 if test "${ERROR_ON_WARNING}" = yes ; then
11720 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11721 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11722 NO_WERROR="-Wno-error"
11725 if test "${GCC}" = yes ; then
11726 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11727 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11730 # Check whether --enable-build-warnings was given.
11731 if test "${enable_build_warnings+set}" = set; then :
11732 enableval=$enable_build_warnings; case "${enableval}" in
11733 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11734 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11735 no) if test "${GCC}" = yes ; then
11736 WARN_CFLAGS="-w"
11737 WARN_CFLAGS_FOR_BUILD="-w"
11738 fi;;
11739 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11740 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11741 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11742 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11743 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11744 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11745 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11746 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11747 esac
11751 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11752 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11761 # Generate a header file
11762 ac_config_headers="$ac_config_headers config.h:config.in"
11766 # Check whether --with-cpu was given.
11767 if test "${with_cpu+set}" = set; then :
11768 withval=$with_cpu;
11769 cat >>confdefs.h <<_ACEOF
11770 #define TARGET_WITH_CPU "${with_cpu}"
11771 _ACEOF
11776 # PR 14072
11779 # If we are on a DOS filesystem, we must use gdb.ini rather than
11780 # .gdbinit.
11781 case "${host}" in
11782 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11783 GDBINIT="gdb.ini"
11784 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11788 GDBINIT=".gdbinit"
11789 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11792 esac
11795 #We need this for the host.
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11797 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11798 if ${ac_cv_c_bigendian+:} false; then :
11799 $as_echo_n "(cached) " >&6
11800 else
11801 ac_cv_c_bigendian=unknown
11802 # See if we're dealing with a universal compiler.
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11805 #ifndef __APPLE_CC__
11806 not a universal capable compiler
11807 #endif
11808 typedef int dummy;
11810 _ACEOF
11811 if ac_fn_c_try_compile "$LINENO"; then :
11813 # Check for potential -arch flags. It is not universal unless
11814 # there are at least two -arch flags with different values.
11815 ac_arch=
11816 ac_prev=
11817 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11818 if test -n "$ac_prev"; then
11819 case $ac_word in
11820 i?86 | x86_64 | ppc | ppc64)
11821 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11822 ac_arch=$ac_word
11823 else
11824 ac_cv_c_bigendian=universal
11825 break
11828 esac
11829 ac_prev=
11830 elif test "x$ac_word" = "x-arch"; then
11831 ac_prev=arch
11833 done
11835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11836 if test $ac_cv_c_bigendian = unknown; then
11837 # See if sys/param.h defines the BYTE_ORDER macro.
11838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11840 #include <sys/types.h>
11841 #include <sys/param.h>
11844 main ()
11846 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11847 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11848 && LITTLE_ENDIAN)
11849 bogus endian macros
11850 #endif
11853 return 0;
11855 _ACEOF
11856 if ac_fn_c_try_compile "$LINENO"; then :
11857 # It does; now see whether it defined to BIG_ENDIAN or not.
11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11860 #include <sys/types.h>
11861 #include <sys/param.h>
11864 main ()
11866 #if BYTE_ORDER != BIG_ENDIAN
11867 not big endian
11868 #endif
11871 return 0;
11873 _ACEOF
11874 if ac_fn_c_try_compile "$LINENO"; then :
11875 ac_cv_c_bigendian=yes
11876 else
11877 ac_cv_c_bigendian=no
11879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11883 if test $ac_cv_c_bigendian = unknown; then
11884 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 #include <limits.h>
11890 main ()
11892 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11893 bogus endian macros
11894 #endif
11897 return 0;
11899 _ACEOF
11900 if ac_fn_c_try_compile "$LINENO"; then :
11901 # It does; now see whether it defined to _BIG_ENDIAN or not.
11902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11903 /* end confdefs.h. */
11904 #include <limits.h>
11907 main ()
11909 #ifndef _BIG_ENDIAN
11910 not big endian
11911 #endif
11914 return 0;
11916 _ACEOF
11917 if ac_fn_c_try_compile "$LINENO"; then :
11918 ac_cv_c_bigendian=yes
11919 else
11920 ac_cv_c_bigendian=no
11922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11926 if test $ac_cv_c_bigendian = unknown; then
11927 # Compile a test program.
11928 if test "$cross_compiling" = yes; then :
11929 # Try to guess by grepping values from an object file.
11930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11931 /* end confdefs.h. */
11932 short int ascii_mm[] =
11933 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11934 short int ascii_ii[] =
11935 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11936 int use_ascii (int i) {
11937 return ascii_mm[i] + ascii_ii[i];
11939 short int ebcdic_ii[] =
11940 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11941 short int ebcdic_mm[] =
11942 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11943 int use_ebcdic (int i) {
11944 return ebcdic_mm[i] + ebcdic_ii[i];
11946 extern int foo;
11949 main ()
11951 return use_ascii (foo) == use_ebcdic (foo);
11953 return 0;
11955 _ACEOF
11956 if ac_fn_c_try_compile "$LINENO"; then :
11957 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11958 ac_cv_c_bigendian=yes
11960 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11961 if test "$ac_cv_c_bigendian" = unknown; then
11962 ac_cv_c_bigendian=no
11963 else
11964 # finding both strings is unlikely to happen, but who knows?
11965 ac_cv_c_bigendian=unknown
11969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11970 else
11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11973 $ac_includes_default
11975 main ()
11978 /* Are we little or big endian? From Harbison&Steele. */
11979 union
11981 long int l;
11982 char c[sizeof (long int)];
11983 } u;
11984 u.l = 1;
11985 return u.c[sizeof (long int) - 1] == 1;
11988 return 0;
11990 _ACEOF
11991 if ac_fn_c_try_run "$LINENO"; then :
11992 ac_cv_c_bigendian=no
11993 else
11994 ac_cv_c_bigendian=yes
11996 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11997 conftest.$ac_objext conftest.beam conftest.$ac_ext
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12003 $as_echo "$ac_cv_c_bigendian" >&6; }
12004 case $ac_cv_c_bigendian in #(
12005 yes)
12006 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12007 ;; #(
12009 ;; #(
12010 universal)
12012 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12014 ;; #(
12016 as_fn_error $? "unknown endianness
12017 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12018 esac
12021 te_file=generic
12023 # Makefile target for installing gas in $(tooldir)/bin.
12024 install_tooldir=install-exec-tooldir
12026 canon_targets=""
12027 all_targets=no
12028 if test -n "$enable_targets" ; then
12029 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12030 if test $t = "all"; then
12031 all_targets=yes
12032 continue
12034 result=`$ac_config_sub $t 2>/dev/null`
12035 if test -n "$result" ; then
12036 canon_targets="$canon_targets $result"
12037 # else
12038 # # Permit "all", etc. We don't support it yet though.
12039 # canon_targets="$canon_targets $t"
12041 done
12042 _gas_uniq_list="$canon_targets"
12043 _gas_uniq_newlist=""
12044 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12045 case $_gas_uniq_i in
12046 _gas_uniq_dummy) ;;
12047 *) case " $_gas_uniq_newlist " in
12048 *" $_gas_uniq_i "*) ;;
12049 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12050 esac ;;
12051 esac
12052 done
12053 canon_targets=$_gas_uniq_newlist
12057 emulations=""
12059 for this_target in $target $canon_targets ; do
12061 targ=${this_target}
12062 . ${srcdir}/configure.tgt
12064 case ${target_cpu} in
12065 crisv32)
12067 cat >>confdefs.h <<_ACEOF
12068 #define DEFAULT_CRIS_ARCH $arch
12069 _ACEOF
12072 esac
12074 if test ${this_target} = $target ; then
12075 target_cpu_type=${cpu_type}
12076 elif test ${target_cpu_type} != ${cpu_type} ; then
12077 continue
12080 generic_target=${cpu_type}-${target_vendor}-${target_os}
12081 case ${generic_target} in
12082 i386-*-msdosdjgpp* \
12083 | i386-*-go32* \
12084 | i386-go32-rtems*)
12086 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12090 i386-*-linux-* | x86_64-*-linux-*)
12091 if test ${this_target} = $target \
12092 && test ${ac_default_generate_x86_used_note} = unset; then
12093 ac_default_generate_x86_used_note=1
12097 i386-*-solaris2 \
12098 | x86_64-*-solaris2 \
12099 | i386-*-solaris2.[0-9] \
12100 | i386-*-solaris2.1[01] \
12101 | x86_64-*-solaris2.1[01])
12102 if test ${this_target} = $target \
12103 && test ${ac_default_x86_relax_relocations} = unset; then
12104 ac_default_x86_relax_relocations=0
12108 microblaze*)
12111 ppc-*-aix[5-9].*)
12113 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12116 ppc-*-solaris*)
12117 if test ${this_target} = $target; then
12119 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12122 if test x${endian} = xbig; then
12123 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12126 esac
12128 if test ${this_target} = $target ; then
12129 endian_def=
12130 if test x${endian} = xbig; then
12131 endian_def=1
12132 elif test x${endian} = xlittle; then
12133 endian_def=0
12135 if test x${endian_def} != x; then
12137 cat >>confdefs.h <<_ACEOF
12138 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12139 _ACEOF
12144 # Other random stuff.
12146 case ${cpu_type} in
12147 mips)
12148 # Set mips_cpu to the name of the default CPU.
12149 case ${target_cpu} in
12150 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12151 mips_cpu=from-abi
12153 mipsisa32 | mipsisa32el)
12154 mips_cpu=mips32
12156 mipsisa32r2 | mipsisa32r2el)
12157 mips_cpu=mips32r2
12159 mipsisa32r3 | mipsisa32r3el)
12160 mips_cpu=mips32r3
12162 mipsisa32r5 | mipsisa32r5el)
12163 mips_cpu=mips32r5
12165 mipsisa32r6 | mipsisa32r6el)
12166 mips_cpu=mips32r6
12168 mipsisa64 | mipsisa64el)
12169 mips_cpu=mips64
12171 mipsisa64r2 | mipsisa64r2el)
12172 mips_cpu=mips64r2
12174 mipsisa64r3 | mipsisa64r3el)
12175 mips_cpu=mips64r3
12177 mipsisa64r5 | mipsisa64r5el)
12178 mips_cpu=mips64r5
12180 mipsisa64r6 | mipsisa64r6el)
12181 mips_cpu=mips64r6
12183 mipstx39 | mipstx39el)
12184 mips_cpu=r3900
12186 mips64vr | mips64vrel)
12187 mips_cpu=vr4100
12189 mipsisa32r2* | mipsisa64r2*)
12190 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12192 mipsisa32r6* | mipsisa64r6*)
12193 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12195 mips64* | mipsisa64* | mipsisa32*)
12196 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12198 mips*)
12199 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12202 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12204 esac
12205 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12206 # binaries. It's a GNU extension that some OSes don't understand.
12207 case ${target} in
12208 *-*-irix*)
12209 use_e_mips_abi_o32=0
12212 use_e_mips_abi_o32=1
12214 esac
12215 # Decide whether to generate 32-bit or 64-bit code by default.
12216 # Used to resolve -march=from-abi when an embedded ABI is selected.
12217 case ${target} in
12218 mips64*-*-* | mipsisa64*-*-*)
12219 mips_default_64bit=1
12222 mips_default_64bit=0
12224 esac
12225 # Decide which ABI to target by default.
12226 case ${target} in
12227 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12228 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12229 mips_default_abi=N32_ABI
12231 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12232 mips_default_abi=O32_ABI
12234 mips64*-openbsd*)
12235 mips_default_abi=N64_ABI
12238 mips_default_abi=NO_ABI
12240 esac
12242 cat >>confdefs.h <<_ACEOF
12243 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12244 _ACEOF
12247 cat >>confdefs.h <<_ACEOF
12248 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12249 _ACEOF
12252 cat >>confdefs.h <<_ACEOF
12253 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12254 _ACEOF
12257 cat >>confdefs.h <<_ACEOF
12258 #define MIPS_DEFAULT_ABI $mips_default_abi
12259 _ACEOF
12262 esac
12264 # Do we need the opcodes library?
12265 case ${cpu_type} in
12266 vax | tic30)
12270 need_opcodes=yes
12272 case "${enable_shared}" in
12273 yes) shared_opcodes=true ;;
12274 *opcodes*) shared_opcodes=true ;;
12275 *) shared_opcodes=false ;;
12276 esac
12278 esac
12280 # Any other special object files needed ?
12281 case ${cpu_type} in
12283 bfin)
12284 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12285 case " $extra_objects " in
12286 *" $f "*) ;;
12287 *) extra_objects="$extra_objects $f" ;;
12288 esac
12289 done
12292 bpf)
12293 if test $this_target = $target ; then
12295 cat >>confdefs.h <<_ACEOF
12296 #define DEFAULT_ARCH "${arch}"
12297 _ACEOF
12300 using_cgen=yes
12302 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12303 using_cgen=yes
12306 loongarch)
12307 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12308 case " $extra_objects " in
12309 *" $f "*) ;;
12310 *) extra_objects="$extra_objects $f" ;;
12311 esac
12312 done
12313 # --target=loongarch[32|64]-*-*. */
12314 if test $this_target = $target ; then
12316 cat >>confdefs.h <<_ACEOF
12317 #define DEFAULT_ARCH "${arch}"
12318 _ACEOF
12323 m32c)
12324 using_cgen=yes
12326 frv)
12327 using_cgen=yes
12329 m68k)
12330 f=config/m68k-parse.o
12331 case " $extra_objects " in
12332 *" $f "*) ;;
12333 *) extra_objects="$extra_objects $f" ;;
12334 esac
12337 mep)
12338 using_cgen=yes
12341 mips)
12342 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12343 case " $extra_objects " in
12344 *" $f "*) ;;
12345 *) extra_objects="$extra_objects $f" ;;
12346 esac
12347 done
12351 using_cgen=yes
12354 nds32)
12355 # setup NDS32_LINUX_TOOLCHAIN definition
12356 if test "linux" = $em; then
12358 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12360 else
12362 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12366 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12367 # based on arch_name.
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12369 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12370 if test "x${with_arch}" != x; then
12371 case ${with_arch} in
12372 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12374 cat >>confdefs.h <<_ACEOF
12375 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12376 _ACEOF
12380 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12382 esac
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12385 $as_echo "$with_arch" >&6; }
12387 # Decide features one by one.
12388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12389 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12390 if test "x${enable_dx_regs}" = xyes; then
12392 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12394 else
12396 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12400 $as_echo "$enable_dx_regs" >&6; }
12402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12403 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12404 if test "x${enable_perf_ext}" = xno; then
12406 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12408 else
12410 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12414 $as_echo "$enable_perf_ext" >&6; }
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12417 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12418 if test "x${enable_perf_ext2}" = xno; then
12420 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12422 else
12424 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12428 $as_echo "$enable_perf_ext2" >&6; }
12430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12431 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12432 if test "x${enable_string_ext}" = xno; then
12434 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12436 else
12438 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12442 $as_echo "$enable_string_ext" >&6; }
12444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12445 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12446 if test "x${enable_audio_ext}" = xno; then
12448 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12450 else
12452 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12456 $as_echo "$enable_audio_ext" >&6; }
12458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12459 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12460 if test "x${enable_dsp_ext}" = xno; then
12462 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12464 else
12466 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12470 $as_echo "$enable_dsp_ext" >&6; }
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12473 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12474 if test "x${enable_zol_ext}" = xno; then
12476 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12478 else
12480 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12484 $as_echo "$enable_zol_ext" >&6; }
12487 aarch64 | i386 | s390 | sparc)
12488 if test $this_target = $target ; then
12490 cat >>confdefs.h <<_ACEOF
12491 #define DEFAULT_ARCH "${arch}"
12492 _ACEOF
12497 riscv)
12498 # --target=riscv[32|64]-*-*. */
12499 if test $this_target = $target ; then
12501 cat >>confdefs.h <<_ACEOF
12502 #define DEFAULT_ARCH "${arch}"
12503 _ACEOF
12507 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12509 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12510 if test "x${with_arch}" != x; then
12512 cat >>confdefs.h <<_ACEOF
12513 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12514 _ACEOF
12517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12518 $as_echo "$with_arch" >&6; }
12520 # --with-isa-spec=[2.2|20190608|20191213].
12521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12522 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12523 if test "x${with_isa_spec}" != x; then
12525 cat >>confdefs.h <<_ACEOF
12526 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12527 _ACEOF
12530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12531 $as_echo "$with_isa_spec" >&6; }
12533 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12535 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12536 if test "x${with_priv_spec}" != x; then
12538 cat >>confdefs.h <<_ACEOF
12539 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12540 _ACEOF
12543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12544 $as_echo "$with_priv_spec" >&6; }
12547 rl78)
12548 f=config/rl78-parse.o
12549 case " $extra_objects " in
12550 *" $f "*) ;;
12551 *) extra_objects="$extra_objects $f" ;;
12552 esac
12556 f=config/rx-parse.o
12557 case " $extra_objects " in
12558 *" $f "*) ;;
12559 *) extra_objects="$extra_objects $f" ;;
12560 esac
12563 xstormy16)
12564 using_cgen=yes
12567 xtensa)
12568 f=config/xtensa-relax.o
12569 case " $extra_objects " in
12570 *" $f "*) ;;
12571 *) extra_objects="$extra_objects $f" ;;
12572 esac
12577 esac
12579 if test $using_cgen = yes ; then
12580 f=cgen.o
12581 case " $extra_objects " in
12582 *" $f "*) ;;
12583 *) extra_objects="$extra_objects $f" ;;
12584 esac
12587 # See if we really can support this configuration with the emulation code.
12589 if test $this_target = $target ; then
12590 obj_format=$fmt
12591 te_file=$em
12594 case ${te_file} in
12595 vms)
12596 f=config/te-vms.o
12597 case " $extra_objects " in
12598 *" $f "*) ;;
12599 *) extra_objects="$extra_objects $f" ;;
12600 esac ;;
12601 esac
12603 # From target name and format, produce a list of supported emulations.
12605 case ${generic_target}-${fmt} in
12606 mips-*-*-*) case "$endian" in
12607 big) emulation="mipsbelf mipslelf mipself" ;;
12608 *) emulation="mipslelf mipsbelf mipself" ;;
12609 esac ;;
12610 # i386-pc-pe-coff != i386-pc-coff.
12611 i386-*-pe-coff) ;;
12612 # Uncommenting the next line will turn on support for i386 AOUT
12613 # for the default linux configuration
12614 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12616 i386-*-aout) emulation="i386aout" ;;
12617 i386-*-coff) emulation="i386coff" ;;
12618 i386-*-elf) emulation="i386elf" ;;
12620 # Always all formats. The first stated emulation becomes the default.
12621 cris-*-*aout*) emulation="crisaout criself" ;;
12622 cris-*-*) emulation="criself crisaout" ;;
12623 esac
12625 emulations="$emulations $emulation"
12627 done
12629 if test ${ac_default_x86_relax_relocations} = unset; then
12630 ac_default_x86_relax_relocations=1
12633 cat >>confdefs.h <<_ACEOF
12634 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12635 _ACEOF
12638 if test ${ac_default_elf_stt_common} = unset; then
12639 ac_default_elf_stt_common=0
12642 cat >>confdefs.h <<_ACEOF
12643 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12644 _ACEOF
12648 cat >>confdefs.h <<_ACEOF
12649 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12650 _ACEOF
12653 if test ${ac_default_generate_x86_used_note} = unset; then
12654 ac_default_generate_x86_used_note=0
12657 cat >>confdefs.h <<_ACEOF
12658 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12659 _ACEOF
12662 if test ${ac_default_generate_riscv_attr} = unset; then
12663 ac_default_generate_riscv_attr=1
12667 cat >>confdefs.h <<_ACEOF
12668 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12669 _ACEOF
12672 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12673 ac_default_mips_fix_loongson3_llsc=0
12676 cat >>confdefs.h <<_ACEOF
12677 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12678 _ACEOF
12681 if test x$ac_default_compressed_debug_sections = xyes ; then
12683 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12688 cat >>confdefs.h <<_ACEOF
12689 #define DEFAULT_COMPRESSED_DEBUG_ALGORITHM $ac_default_compressed_debug_sections_algorithm
12690 _ACEOF
12693 # Turn on all targets if possible
12694 if test ${all_targets} = "yes"; then
12695 case ${target_cpu_type} in
12696 i386)
12697 case ${obj_format} in
12698 aout)
12699 emulations="$emulations i386coff i386elf"
12701 coff)
12702 emulations="$emulations i386aout i386elf"
12704 elf)
12705 emulations="$emulations i386aout i386coff"
12707 esac
12709 x86_64)
12710 case ${obj_format} in
12711 aout)
12712 emulations="$emulations i386coff i386elf"
12714 coff)
12715 emulations="$emulations i386aout i386elf"
12717 elf)
12718 emulations="$emulations i386aout i386coff"
12720 esac
12722 esac
12725 # PE code has way too many macros tweaking behaviour
12726 case ${te_file} in
12727 pe*) emulations="" ;;
12728 esac
12730 # Assign floating point type. Most processors with FP support
12731 # IEEE FP. On those that don't support FP at all, usually IEEE
12732 # is emulated.
12733 case ${target_cpu} in
12734 vax | pdp11 ) atof=vax ;;
12735 *) atof=ieee ;;
12736 esac
12738 case "${obj_format}" in
12739 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12740 esac
12742 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12743 cgen_cpu_prefix=""
12744 if test $using_cgen = yes ; then
12745 case ${target_cpu} in
12746 or1knd)
12747 cgen_cpu_prefix=or1k ;;
12748 *) cgen_cpu_prefix=${target_cpu} ;;
12749 esac
12752 $as_echo "#define USING_CGEN 1" >>confdefs.h
12757 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12758 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12761 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12762 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12765 # Some COFF configurations want these random other flags set.
12766 case ${obj_format} in
12767 coff)
12768 case ${target_cpu_type} in
12769 i386)
12770 $as_echo "#define I386COFF 1" >>confdefs.h
12772 x86_64)
12773 $as_echo "#define I386COFF 1" >>confdefs.h
12775 esac
12777 esac
12779 # Getting this done right is going to be a bitch. Each configuration specified
12780 # with --enable-targets=... should be checked for environment, format, cpu
12781 # setting.
12783 # For each configuration, the necessary object file support code must be linked
12784 # in. This might be only one, it might be up to four. The necessary emulation
12785 # code needs to be provided, too.
12787 # And then there's "--enable-targets=all"....
12789 # For now, just always do it for MIPS ELF configurations. Sigh.
12791 formats="${obj_format}"
12792 emfiles=""
12793 EMULATIONS=""
12794 _gas_uniq_list="$emulations"
12795 _gas_uniq_newlist=""
12796 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12797 case $_gas_uniq_i in
12798 _gas_uniq_dummy) ;;
12799 *) case " $_gas_uniq_newlist " in
12800 *" $_gas_uniq_i "*) ;;
12801 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12802 esac ;;
12803 esac
12804 done
12805 emulations=$_gas_uniq_newlist
12807 for em in . $emulations ; do
12808 case $em in
12809 .) continue ;;
12810 mipsbelf | mipslelf | mipself)
12811 fmt=elf file=mipself ;;
12812 *coff)
12813 fmt=coff file=$em ;;
12814 *aout)
12815 fmt=aout file=$em ;;
12816 *elf)
12817 fmt=elf file=$em ;;
12818 esac
12819 formats="$formats $fmt"
12820 emfiles="$emfiles config/e-$file.o"
12821 EMULATIONS="$EMULATIONS &$em,"
12822 done
12823 _gas_uniq_list="$formats"
12824 _gas_uniq_newlist=""
12825 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12826 case $_gas_uniq_i in
12827 _gas_uniq_dummy) ;;
12828 *) case " $_gas_uniq_newlist " in
12829 *" $_gas_uniq_i "*) ;;
12830 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12831 esac ;;
12832 esac
12833 done
12834 formats=$_gas_uniq_newlist
12836 _gas_uniq_list="$emfiles"
12837 _gas_uniq_newlist=""
12838 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12839 case $_gas_uniq_i in
12840 _gas_uniq_dummy) ;;
12841 *) case " $_gas_uniq_newlist " in
12842 *" $_gas_uniq_i "*) ;;
12843 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12844 esac ;;
12845 esac
12846 done
12847 emfiles=$_gas_uniq_newlist
12849 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12850 for fmt in $formats ; do
12851 case $fmt in
12852 aout)
12853 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12855 coff)
12856 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12858 ecoff)
12859 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12861 elf)
12862 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12864 generic)
12865 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12867 som)
12868 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12870 esac
12871 extra_objects="$extra_objects config/obj-$fmt.o"
12872 done
12873 obj_format=multi
12875 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12876 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12877 # e-mipself has more than one emulation per file, e-i386* has just one at the
12878 # moment. If only one emulation is specified, then don't define
12879 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12880 case "${obj_format}${emfiles}" in
12881 multi* | *mipself*)
12882 extra_objects="$extra_objects $emfiles"
12884 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12886 esac
12890 cat >>confdefs.h <<_ACEOF
12891 #define EMULATIONS $EMULATIONS
12892 _ACEOF
12895 cat >>confdefs.h <<_ACEOF
12896 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12897 _ACEOF
12900 reject_dev_configs=yes
12902 case ${reject_dev_configs}-${dev} in
12903 yes-yes) # Oops.
12904 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12906 esac
12914 # do we need the opcodes library?
12915 case "${need_opcodes}" in
12916 yes)
12917 OPCODES_LIB=../opcodes/libopcodes.la
12919 esac
12924 cat >>confdefs.h <<_ACEOF
12925 #define TARGET_ALIAS "${target_alias}"
12926 _ACEOF
12929 cat >>confdefs.h <<_ACEOF
12930 #define TARGET_CANONICAL "${target}"
12931 _ACEOF
12934 cat >>confdefs.h <<_ACEOF
12935 #define TARGET_CPU "${target_cpu}"
12936 _ACEOF
12939 cat >>confdefs.h <<_ACEOF
12940 #define TARGET_VENDOR "${target_vendor}"
12941 _ACEOF
12944 cat >>confdefs.h <<_ACEOF
12945 #define TARGET_OS "${target_os}"
12946 _ACEOF
12949 for ac_prog in 'bison -y' byacc
12951 # Extract the first word of "$ac_prog", so it can be a program name with args.
12952 set dummy $ac_prog; ac_word=$2
12953 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12954 $as_echo_n "checking for $ac_word... " >&6; }
12955 if ${ac_cv_prog_YACC+:} false; then :
12956 $as_echo_n "(cached) " >&6
12957 else
12958 if test -n "$YACC"; then
12959 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12960 else
12961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12962 for as_dir in $PATH
12964 IFS=$as_save_IFS
12965 test -z "$as_dir" && as_dir=.
12966 for ac_exec_ext in '' $ac_executable_extensions; do
12967 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12968 ac_cv_prog_YACC="$ac_prog"
12969 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12970 break 2
12972 done
12973 done
12974 IFS=$as_save_IFS
12978 YACC=$ac_cv_prog_YACC
12979 if test -n "$YACC"; then
12980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12981 $as_echo "$YACC" >&6; }
12982 else
12983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12984 $as_echo "no" >&6; }
12988 test -n "$YACC" && break
12989 done
12990 test -n "$YACC" || YACC="yacc"
12992 for ac_prog in flex lex
12994 # Extract the first word of "$ac_prog", so it can be a program name with args.
12995 set dummy $ac_prog; ac_word=$2
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12997 $as_echo_n "checking for $ac_word... " >&6; }
12998 if ${ac_cv_prog_LEX+:} false; then :
12999 $as_echo_n "(cached) " >&6
13000 else
13001 if test -n "$LEX"; then
13002 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13003 else
13004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13005 for as_dir in $PATH
13007 IFS=$as_save_IFS
13008 test -z "$as_dir" && as_dir=.
13009 for ac_exec_ext in '' $ac_executable_extensions; do
13010 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13011 ac_cv_prog_LEX="$ac_prog"
13012 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13013 break 2
13015 done
13016 done
13017 IFS=$as_save_IFS
13021 LEX=$ac_cv_prog_LEX
13022 if test -n "$LEX"; then
13023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13024 $as_echo "$LEX" >&6; }
13025 else
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13027 $as_echo "no" >&6; }
13031 test -n "$LEX" && break
13032 done
13033 test -n "$LEX" || LEX=":"
13035 case "$LEX" in
13036 :|*"missing "*) ;;
13037 *) cat >conftest.l <<_ACEOF
13039 a { ECHO; }
13040 b { REJECT; }
13041 c { yymore (); }
13042 d { yyless (1); }
13043 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13044 yyless ((input () != 0)); }
13045 f { unput (yytext[0]); }
13046 . { BEGIN INITIAL; }
13048 #ifdef YYTEXT_POINTER
13049 extern char *yytext;
13050 #endif
13052 main (void)
13054 return ! yylex () + ! yywrap ();
13056 _ACEOF
13057 { { ac_try="$LEX conftest.l"
13058 case "(($ac_try" in
13059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13060 *) ac_try_echo=$ac_try;;
13061 esac
13062 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13063 $as_echo "$ac_try_echo"; } >&5
13064 (eval "$LEX conftest.l") 2>&5
13065 ac_status=$?
13066 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13067 test $ac_status = 0; }
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13069 $as_echo_n "checking lex output file root... " >&6; }
13070 if ${ac_cv_prog_lex_root+:} false; then :
13071 $as_echo_n "(cached) " >&6
13072 else
13074 if test -f lex.yy.c; then
13075 ac_cv_prog_lex_root=lex.yy
13076 elif test -f lexyy.c; then
13077 ac_cv_prog_lex_root=lexyy
13078 else
13079 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13083 $as_echo "$ac_cv_prog_lex_root" >&6; }
13084 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13086 if test -z "${LEXLIB+set}"; then
13087 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13088 $as_echo_n "checking lex library... " >&6; }
13089 if ${ac_cv_lib_lex+:} false; then :
13090 $as_echo_n "(cached) " >&6
13091 else
13093 ac_save_LIBS=$LIBS
13094 ac_cv_lib_lex='none needed'
13095 for ac_lib in '' -lfl -ll; do
13096 LIBS="$ac_lib $ac_save_LIBS"
13097 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13098 /* end confdefs.h. */
13099 `cat $LEX_OUTPUT_ROOT.c`
13100 _ACEOF
13101 if ac_fn_c_try_link "$LINENO"; then :
13102 ac_cv_lib_lex=$ac_lib
13104 rm -f core conftest.err conftest.$ac_objext \
13105 conftest$ac_exeext conftest.$ac_ext
13106 test "$ac_cv_lib_lex" != 'none needed' && break
13107 done
13108 LIBS=$ac_save_LIBS
13111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13112 $as_echo "$ac_cv_lib_lex" >&6; }
13113 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13118 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13119 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13120 $as_echo_n "(cached) " >&6
13121 else
13122 # POSIX says lex can declare yytext either as a pointer or an array; the
13123 # default is implementation-dependent. Figure out which it is, since
13124 # not all implementations provide the %pointer and %array declarations.
13125 ac_cv_prog_lex_yytext_pointer=no
13126 ac_save_LIBS=$LIBS
13127 LIBS="$LEXLIB $ac_save_LIBS"
13128 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13129 /* end confdefs.h. */
13131 #define YYTEXT_POINTER 1
13132 `cat $LEX_OUTPUT_ROOT.c`
13133 _ACEOF
13134 if ac_fn_c_try_link "$LINENO"; then :
13135 ac_cv_prog_lex_yytext_pointer=yes
13137 rm -f core conftest.err conftest.$ac_objext \
13138 conftest$ac_exeext conftest.$ac_ext
13139 LIBS=$ac_save_LIBS
13142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13143 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13144 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13146 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13149 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13151 esac
13152 if test "$LEX" = :; then
13153 LEX=${am_missing_run}flex
13156 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13157 # If we haven't got the data from the intl directory,
13158 # assume NLS is disabled.
13159 USE_NLS=no
13160 LIBINTL=
13161 LIBINTL_DEP=
13162 INCINTL=
13163 XGETTEXT=
13164 GMSGFMT=
13165 POSUB=
13167 if test -f ../intl/config.intl; then
13168 . ../intl/config.intl
13170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13171 $as_echo_n "checking whether NLS is requested... " >&6; }
13172 if test x"$USE_NLS" != xyes; then
13173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13174 $as_echo "no" >&6; }
13175 else
13176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13177 $as_echo "yes" >&6; }
13179 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13183 $as_echo_n "checking for catalogs to be installed... " >&6; }
13184 # Look for .po and .gmo files in the source directory.
13185 CATALOGS=
13186 XLINGUAS=
13187 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13188 # If there aren't any .gmo files the shell will give us the
13189 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13190 # weeded out.
13191 case "$cat" in *\**)
13192 continue;;
13193 esac
13194 # The quadruple backslash is collapsed to a double backslash
13195 # by the backticks, then collapsed again by the double quotes,
13196 # leaving us with one backslash in the sed expression (right
13197 # before the dot that mustn't act as a wildcard).
13198 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13199 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13200 # The user is allowed to set LINGUAS to a list of languages to
13201 # install catalogs for. If it's empty that means "all of them."
13202 if test "x$LINGUAS" = x; then
13203 CATALOGS="$CATALOGS $cat"
13204 XLINGUAS="$XLINGUAS $lang"
13205 else
13206 case "$LINGUAS" in *$lang*)
13207 CATALOGS="$CATALOGS $cat"
13208 XLINGUAS="$XLINGUAS $lang"
13210 esac
13212 done
13213 LINGUAS="$XLINGUAS"
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13215 $as_echo "$LINGUAS" >&6; }
13218 DATADIRNAME=share
13220 INSTOBJEXT=.mo
13222 GENCAT=gencat
13224 CATOBJEXT=.gmo
13228 MKINSTALLDIRS=
13229 if test -n "$ac_aux_dir"; then
13230 case "$ac_aux_dir" in
13231 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13232 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13233 esac
13235 if test -z "$MKINSTALLDIRS"; then
13236 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13242 $as_echo_n "checking whether NLS is requested... " >&6; }
13243 # Check whether --enable-nls was given.
13244 if test "${enable_nls+set}" = set; then :
13245 enableval=$enable_nls; USE_NLS=$enableval
13246 else
13247 USE_NLS=yes
13250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13251 $as_echo "$USE_NLS" >&6; }
13258 # Prepare PATH_SEPARATOR.
13259 # The user is always right.
13260 if test "${PATH_SEPARATOR+set}" != set; then
13261 echo "#! /bin/sh" >conf$$.sh
13262 echo "exit 0" >>conf$$.sh
13263 chmod +x conf$$.sh
13264 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13265 PATH_SEPARATOR=';'
13266 else
13267 PATH_SEPARATOR=:
13269 rm -f conf$$.sh
13272 # Find out how to test for executable files. Don't use a zero-byte file,
13273 # as systems may use methods other than mode bits to determine executability.
13274 cat >conf$$.file <<_ASEOF
13275 #! /bin/sh
13276 exit 0
13277 _ASEOF
13278 chmod +x conf$$.file
13279 if test -x conf$$.file >/dev/null 2>&1; then
13280 ac_executable_p="test -x"
13281 else
13282 ac_executable_p="test -f"
13284 rm -f conf$$.file
13286 # Extract the first word of "msgfmt", so it can be a program name with args.
13287 set dummy msgfmt; ac_word=$2
13288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13289 $as_echo_n "checking for $ac_word... " >&6; }
13290 if ${ac_cv_path_MSGFMT+:} false; then :
13291 $as_echo_n "(cached) " >&6
13292 else
13293 case "$MSGFMT" in
13294 [\\/]* | ?:[\\/]*)
13295 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13298 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13299 for ac_dir in $PATH; do
13300 IFS="$ac_save_IFS"
13301 test -z "$ac_dir" && ac_dir=.
13302 for ac_exec_ext in '' $ac_executable_extensions; do
13303 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13304 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13305 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13306 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13307 break 2
13310 done
13311 done
13312 IFS="$ac_save_IFS"
13313 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13315 esac
13317 MSGFMT="$ac_cv_path_MSGFMT"
13318 if test "$MSGFMT" != ":"; then
13319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13320 $as_echo "$MSGFMT" >&6; }
13321 else
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13323 $as_echo "no" >&6; }
13326 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13327 set dummy gmsgfmt; ac_word=$2
13328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13329 $as_echo_n "checking for $ac_word... " >&6; }
13330 if ${ac_cv_path_GMSGFMT+:} false; then :
13331 $as_echo_n "(cached) " >&6
13332 else
13333 case $GMSGFMT in
13334 [\\/]* | ?:[\\/]*)
13335 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13339 for as_dir in $PATH
13341 IFS=$as_save_IFS
13342 test -z "$as_dir" && as_dir=.
13343 for ac_exec_ext in '' $ac_executable_extensions; do
13344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13345 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13347 break 2
13349 done
13350 done
13351 IFS=$as_save_IFS
13353 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13355 esac
13357 GMSGFMT=$ac_cv_path_GMSGFMT
13358 if test -n "$GMSGFMT"; then
13359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13360 $as_echo "$GMSGFMT" >&6; }
13361 else
13362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13363 $as_echo "no" >&6; }
13369 # Prepare PATH_SEPARATOR.
13370 # The user is always right.
13371 if test "${PATH_SEPARATOR+set}" != set; then
13372 echo "#! /bin/sh" >conf$$.sh
13373 echo "exit 0" >>conf$$.sh
13374 chmod +x conf$$.sh
13375 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13376 PATH_SEPARATOR=';'
13377 else
13378 PATH_SEPARATOR=:
13380 rm -f conf$$.sh
13383 # Find out how to test for executable files. Don't use a zero-byte file,
13384 # as systems may use methods other than mode bits to determine executability.
13385 cat >conf$$.file <<_ASEOF
13386 #! /bin/sh
13387 exit 0
13388 _ASEOF
13389 chmod +x conf$$.file
13390 if test -x conf$$.file >/dev/null 2>&1; then
13391 ac_executable_p="test -x"
13392 else
13393 ac_executable_p="test -f"
13395 rm -f conf$$.file
13397 # Extract the first word of "xgettext", so it can be a program name with args.
13398 set dummy xgettext; ac_word=$2
13399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13400 $as_echo_n "checking for $ac_word... " >&6; }
13401 if ${ac_cv_path_XGETTEXT+:} false; then :
13402 $as_echo_n "(cached) " >&6
13403 else
13404 case "$XGETTEXT" in
13405 [\\/]* | ?:[\\/]*)
13406 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13409 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13410 for ac_dir in $PATH; do
13411 IFS="$ac_save_IFS"
13412 test -z "$ac_dir" && ac_dir=.
13413 for ac_exec_ext in '' $ac_executable_extensions; do
13414 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13415 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13416 (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
13417 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13418 break 2
13421 done
13422 done
13423 IFS="$ac_save_IFS"
13424 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13426 esac
13428 XGETTEXT="$ac_cv_path_XGETTEXT"
13429 if test "$XGETTEXT" != ":"; then
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13431 $as_echo "$XGETTEXT" >&6; }
13432 else
13433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13434 $as_echo "no" >&6; }
13437 rm -f messages.po
13440 # Prepare PATH_SEPARATOR.
13441 # The user is always right.
13442 if test "${PATH_SEPARATOR+set}" != set; then
13443 echo "#! /bin/sh" >conf$$.sh
13444 echo "exit 0" >>conf$$.sh
13445 chmod +x conf$$.sh
13446 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13447 PATH_SEPARATOR=';'
13448 else
13449 PATH_SEPARATOR=:
13451 rm -f conf$$.sh
13454 # Find out how to test for executable files. Don't use a zero-byte file,
13455 # as systems may use methods other than mode bits to determine executability.
13456 cat >conf$$.file <<_ASEOF
13457 #! /bin/sh
13458 exit 0
13459 _ASEOF
13460 chmod +x conf$$.file
13461 if test -x conf$$.file >/dev/null 2>&1; then
13462 ac_executable_p="test -x"
13463 else
13464 ac_executable_p="test -f"
13466 rm -f conf$$.file
13468 # Extract the first word of "msgmerge", so it can be a program name with args.
13469 set dummy msgmerge; ac_word=$2
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13471 $as_echo_n "checking for $ac_word... " >&6; }
13472 if ${ac_cv_path_MSGMERGE+:} false; then :
13473 $as_echo_n "(cached) " >&6
13474 else
13475 case "$MSGMERGE" in
13476 [\\/]* | ?:[\\/]*)
13477 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13480 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13481 for ac_dir in $PATH; do
13482 IFS="$ac_save_IFS"
13483 test -z "$ac_dir" && ac_dir=.
13484 for ac_exec_ext in '' $ac_executable_extensions; do
13485 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13486 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13487 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13488 break 2
13491 done
13492 done
13493 IFS="$ac_save_IFS"
13494 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13496 esac
13498 MSGMERGE="$ac_cv_path_MSGMERGE"
13499 if test "$MSGMERGE" != ":"; then
13500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13501 $as_echo "$MSGMERGE" >&6; }
13502 else
13503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13504 $as_echo "no" >&6; }
13508 if test "$GMSGFMT" != ":"; then
13509 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13510 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13512 else
13513 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13515 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13516 GMSGFMT=":"
13520 if test "$XGETTEXT" != ":"; then
13521 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13522 (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
13524 else
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13526 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13527 XGETTEXT=":"
13529 rm -f messages.po
13532 ac_config_commands="$ac_config_commands default-1"
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13538 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13539 # Check whether --enable-maintainer-mode was given.
13540 if test "${enable_maintainer_mode+set}" = set; then :
13541 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13542 else
13543 USE_MAINTAINER_MODE=no
13546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13547 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13548 if test $USE_MAINTAINER_MODE = yes; then
13549 MAINTAINER_MODE_TRUE=
13550 MAINTAINER_MODE_FALSE='#'
13551 else
13552 MAINTAINER_MODE_TRUE='#'
13553 MAINTAINER_MODE_FALSE=
13556 MAINT=$MAINTAINER_MODE_TRUE
13559 if false; then
13560 GENINSRC_NEVER_TRUE=
13561 GENINSRC_NEVER_FALSE='#'
13562 else
13563 GENINSRC_NEVER_TRUE='#'
13564 GENINSRC_NEVER_FALSE=
13569 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13570 do :
13571 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13572 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13573 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13574 cat >>confdefs.h <<_ACEOF
13575 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13576 _ACEOF
13580 done
13583 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13584 # people who are not cross-compiling but are compiling cross-assemblers.
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13586 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13587 if test "${host}" = "${target}"; then
13588 cross_gas=no
13589 else
13590 cross_gas=yes
13592 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13596 $as_echo "$cross_gas" >&6; }
13598 for ac_func in strsignal
13599 do :
13600 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13601 if test "x$ac_cv_func_strsignal" = xyes; then :
13602 cat >>confdefs.h <<_ACEOF
13603 #define HAVE_STRSIGNAL 1
13604 _ACEOF
13607 done
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13612 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13613 if ${am_cv_val_LC_MESSAGES+:} false; then :
13614 $as_echo_n "(cached) " >&6
13615 else
13616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13617 /* end confdefs.h. */
13618 #include <locale.h>
13620 main ()
13622 return LC_MESSAGES
13624 return 0;
13626 _ACEOF
13627 if ac_fn_c_try_link "$LINENO"; then :
13628 am_cv_val_LC_MESSAGES=yes
13629 else
13630 am_cv_val_LC_MESSAGES=no
13632 rm -f core conftest.err conftest.$ac_objext \
13633 conftest$ac_exeext conftest.$ac_ext
13635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13636 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13637 if test $am_cv_val_LC_MESSAGES = yes; then
13639 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13644 # do we need the math library?
13645 case "${need_libm}" in
13646 yes)
13647 LIBM=
13648 case $host in
13649 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13650 # These system don't have libm, or don't need it
13652 *-ncr-sysv4.3*)
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13654 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13655 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13656 $as_echo_n "(cached) " >&6
13657 else
13658 ac_check_lib_save_LIBS=$LIBS
13659 LIBS="-lmw $LIBS"
13660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13661 /* end confdefs.h. */
13663 /* Override any GCC internal prototype to avoid an error.
13664 Use char because int might match the return type of a GCC
13665 builtin and then its argument prototype would still apply. */
13666 #ifdef __cplusplus
13667 extern "C"
13668 #endif
13669 char _mwvalidcheckl ();
13671 main ()
13673 return _mwvalidcheckl ();
13675 return 0;
13677 _ACEOF
13678 if ac_fn_c_try_link "$LINENO"; then :
13679 ac_cv_lib_mw__mwvalidcheckl=yes
13680 else
13681 ac_cv_lib_mw__mwvalidcheckl=no
13683 rm -f core conftest.err conftest.$ac_objext \
13684 conftest$ac_exeext conftest.$ac_ext
13685 LIBS=$ac_check_lib_save_LIBS
13687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13688 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13689 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13690 LIBM="-lmw"
13693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13694 $as_echo_n "checking for cos in -lm... " >&6; }
13695 if ${ac_cv_lib_m_cos+:} false; then :
13696 $as_echo_n "(cached) " >&6
13697 else
13698 ac_check_lib_save_LIBS=$LIBS
13699 LIBS="-lm $LIBS"
13700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13701 /* end confdefs.h. */
13703 /* Override any GCC internal prototype to avoid an error.
13704 Use char because int might match the return type of a GCC
13705 builtin and then its argument prototype would still apply. */
13706 #ifdef __cplusplus
13707 extern "C"
13708 #endif
13709 char cos ();
13711 main ()
13713 return cos ();
13715 return 0;
13717 _ACEOF
13718 if ac_fn_c_try_link "$LINENO"; then :
13719 ac_cv_lib_m_cos=yes
13720 else
13721 ac_cv_lib_m_cos=no
13723 rm -f core conftest.err conftest.$ac_objext \
13724 conftest$ac_exeext conftest.$ac_ext
13725 LIBS=$ac_check_lib_save_LIBS
13727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13728 $as_echo "$ac_cv_lib_m_cos" >&6; }
13729 if test "x$ac_cv_lib_m_cos" = xyes; then :
13730 LIBM="$LIBM -lm"
13735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13736 $as_echo_n "checking for cos in -lm... " >&6; }
13737 if ${ac_cv_lib_m_cos+:} false; then :
13738 $as_echo_n "(cached) " >&6
13739 else
13740 ac_check_lib_save_LIBS=$LIBS
13741 LIBS="-lm $LIBS"
13742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13743 /* end confdefs.h. */
13745 /* Override any GCC internal prototype to avoid an error.
13746 Use char because int might match the return type of a GCC
13747 builtin and then its argument prototype would still apply. */
13748 #ifdef __cplusplus
13749 extern "C"
13750 #endif
13751 char cos ();
13753 main ()
13755 return cos ();
13757 return 0;
13759 _ACEOF
13760 if ac_fn_c_try_link "$LINENO"; then :
13761 ac_cv_lib_m_cos=yes
13762 else
13763 ac_cv_lib_m_cos=no
13765 rm -f core conftest.err conftest.$ac_objext \
13766 conftest$ac_exeext conftest.$ac_ext
13767 LIBS=$ac_check_lib_save_LIBS
13769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13770 $as_echo "$ac_cv_lib_m_cos" >&6; }
13771 if test "x$ac_cv_lib_m_cos" = xyes; then :
13772 LIBM="-lm"
13776 esac
13781 esac
13783 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13784 # enough, but on some of those systems, the assert macro relies on requoting
13785 # working properly!
13786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13787 $as_echo_n "checking for working assert macro... " >&6; }
13788 if ${gas_cv_assert_ok+:} false; then :
13789 $as_echo_n "(cached) " >&6
13790 else
13791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13792 /* end confdefs.h. */
13793 #include <assert.h>
13794 #include <string.h>
13795 #include <stdio.h>
13797 main ()
13800 /* check for requoting problems */
13801 static int a, b, c, d;
13802 static char *s;
13803 assert (!strcmp(s, "foo bar baz quux"));
13804 /* check for newline handling */
13805 assert (a == b
13806 || c == d);
13809 return 0;
13811 _ACEOF
13812 if ac_fn_c_try_link "$LINENO"; then :
13813 gas_cv_assert_ok=yes
13814 else
13815 gas_cv_assert_ok=no
13817 rm -f core conftest.err conftest.$ac_objext \
13818 conftest$ac_exeext conftest.$ac_ext
13820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13821 $as_echo "$gas_cv_assert_ok" >&6; }
13822 test $gas_cv_assert_ok = yes ||
13823 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13827 # On some systems, the system header files may not declare malloc, realloc,
13828 # and free. There are places where gas needs these functions to have been
13829 # declared -- such as when taking their addresses.
13830 gas_test_headers="
13831 #ifdef HAVE_MEMORY_H
13832 #include <memory.h>
13833 #endif
13834 #include <string.h>
13835 #include <stdlib.h>
13836 #ifdef HAVE_UNISTD_H
13837 #include <unistd.h>
13838 #endif
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13842 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13843 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13844 $as_echo_n "(cached) " >&6
13845 else
13846 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13847 /* end confdefs.h. */
13848 #include <unistd.h>
13850 main ()
13852 extern int getopt (int, char *const*, const char *);
13854 return 0;
13856 _ACEOF
13857 if ac_fn_c_try_compile "$LINENO"; then :
13858 gas_cv_decl_getopt_unistd_h=yes
13859 else
13860 gas_cv_decl_getopt_unistd_h=no
13862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13866 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13867 if test $gas_cv_decl_getopt_unistd_h = yes; then
13869 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13874 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13875 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13876 if ${gas_cv_decl_needed_environ+:} false; then :
13877 $as_echo_n "(cached) " >&6
13878 else
13879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13880 /* end confdefs.h. */
13881 $gas_test_headers
13883 main ()
13886 typedef char **f;
13887 f x;
13888 x = (f) environ;
13891 return 0;
13893 _ACEOF
13894 if ac_fn_c_try_link "$LINENO"; then :
13895 gas_cv_decl_needed_environ=no
13896 else
13897 gas_cv_decl_needed_environ=yes
13899 rm -f core conftest.err conftest.$ac_objext \
13900 conftest$ac_exeext conftest.$ac_ext
13902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13903 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13904 if test $gas_cv_decl_needed_environ = yes; then
13906 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13912 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13913 if ${gas_cv_decl_needed_ffs+:} false; then :
13914 $as_echo_n "(cached) " >&6
13915 else
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13918 $gas_test_headers
13920 main ()
13923 typedef int (*f)(int);
13924 f x;
13925 x = (f) ffs;
13928 return 0;
13930 _ACEOF
13931 if ac_fn_c_try_link "$LINENO"; then :
13932 gas_cv_decl_needed_ffs=no
13933 else
13934 gas_cv_decl_needed_ffs=yes
13936 rm -f core conftest.err conftest.$ac_objext \
13937 conftest$ac_exeext conftest.$ac_ext
13939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13940 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13941 if test $gas_cv_decl_needed_ffs = yes; then
13943 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13948 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13949 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13950 ac_have_decl=1
13951 else
13952 ac_have_decl=0
13955 cat >>confdefs.h <<_ACEOF
13956 #define HAVE_DECL_ASPRINTF $ac_have_decl
13957 _ACEOF
13958 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13959 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13960 ac_have_decl=1
13961 else
13962 ac_have_decl=0
13965 cat >>confdefs.h <<_ACEOF
13966 #define HAVE_DECL_MEMPCPY $ac_have_decl
13967 _ACEOF
13968 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13969 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13970 ac_have_decl=1
13971 else
13972 ac_have_decl=0
13975 cat >>confdefs.h <<_ACEOF
13976 #define HAVE_DECL_STPCPY $ac_have_decl
13977 _ACEOF
13981 case "${host}" in
13982 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13984 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13986 esac
13988 # Link in zlib/zstd if we can. This allows us to write compressed debug sections.
13990 # Use the system's zlib library.
13991 zlibdir="-L\$(top_builddir)/../zlib"
13992 zlibinc="-I\$(top_srcdir)/../zlib"
13994 # Check whether --with-system-zlib was given.
13995 if test "${with_system_zlib+set}" = set; then :
13996 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13997 zlibdir=
13998 zlibinc=
14013 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14014 if test -n "$ac_tool_prefix"; then
14015 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14016 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14018 $as_echo_n "checking for $ac_word... " >&6; }
14019 if ${ac_cv_path_PKG_CONFIG+:} false; then :
14020 $as_echo_n "(cached) " >&6
14021 else
14022 case $PKG_CONFIG in
14023 [\\/]* | ?:[\\/]*)
14024 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14028 for as_dir in $PATH
14030 IFS=$as_save_IFS
14031 test -z "$as_dir" && as_dir=.
14032 for ac_exec_ext in '' $ac_executable_extensions; do
14033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14034 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14036 break 2
14038 done
14039 done
14040 IFS=$as_save_IFS
14043 esac
14045 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14046 if test -n "$PKG_CONFIG"; then
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14048 $as_echo "$PKG_CONFIG" >&6; }
14049 else
14050 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14051 $as_echo "no" >&6; }
14056 if test -z "$ac_cv_path_PKG_CONFIG"; then
14057 ac_pt_PKG_CONFIG=$PKG_CONFIG
14058 # Extract the first word of "pkg-config", so it can be a program name with args.
14059 set dummy pkg-config; ac_word=$2
14060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14061 $as_echo_n "checking for $ac_word... " >&6; }
14062 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14063 $as_echo_n "(cached) " >&6
14064 else
14065 case $ac_pt_PKG_CONFIG in
14066 [\\/]* | ?:[\\/]*)
14067 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14071 for as_dir in $PATH
14073 IFS=$as_save_IFS
14074 test -z "$as_dir" && as_dir=.
14075 for ac_exec_ext in '' $ac_executable_extensions; do
14076 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14077 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14078 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14079 break 2
14081 done
14082 done
14083 IFS=$as_save_IFS
14086 esac
14088 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14089 if test -n "$ac_pt_PKG_CONFIG"; then
14090 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14091 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
14092 else
14093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14094 $as_echo "no" >&6; }
14097 if test "x$ac_pt_PKG_CONFIG" = x; then
14098 PKG_CONFIG=""
14099 else
14100 case $cross_compiling:$ac_tool_warned in
14101 yes:)
14102 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14103 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14104 ac_tool_warned=yes ;;
14105 esac
14106 PKG_CONFIG=$ac_pt_PKG_CONFIG
14108 else
14109 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14113 if test -n "$PKG_CONFIG"; then
14114 _pkg_min_version=0.9.0
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14116 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14117 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14119 $as_echo "yes" >&6; }
14120 else
14121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14122 $as_echo "no" >&6; }
14123 PKG_CONFIG=""
14128 # Check whether --with-zstd was given.
14129 if test "${with_zstd+set}" = set; then :
14130 withval=$with_zstd;
14131 else
14132 with_zstd=auto
14136 if test "$with_zstd" != no; then :
14138 pkg_failed=no
14139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
14140 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
14142 if test -n "$ZSTD_CFLAGS"; then
14143 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
14144 elif test -n "$PKG_CONFIG"; then
14145 if test -n "$PKG_CONFIG" && \
14146 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14147 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14148 ac_status=$?
14149 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14150 test $ac_status = 0; }; then
14151 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
14152 test "x$?" != "x0" && pkg_failed=yes
14153 else
14154 pkg_failed=yes
14156 else
14157 pkg_failed=untried
14159 if test -n "$ZSTD_LIBS"; then
14160 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
14161 elif test -n "$PKG_CONFIG"; then
14162 if test -n "$PKG_CONFIG" && \
14163 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14164 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14165 ac_status=$?
14166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14167 test $ac_status = 0; }; then
14168 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
14169 test "x$?" != "x0" && pkg_failed=yes
14170 else
14171 pkg_failed=yes
14173 else
14174 pkg_failed=untried
14177 if test $pkg_failed = no; then
14178 pkg_save_LDFLAGS="$LDFLAGS"
14179 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
14180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14181 /* end confdefs.h. */
14184 main ()
14188 return 0;
14190 _ACEOF
14191 if ac_fn_c_try_link "$LINENO"; then :
14193 else
14194 pkg_failed=yes
14196 rm -f core conftest.err conftest.$ac_objext \
14197 conftest$ac_exeext conftest.$ac_ext
14198 LDFLAGS=$pkg_save_LDFLAGS
14203 if test $pkg_failed = yes; then
14204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14205 $as_echo "no" >&6; }
14207 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14208 _pkg_short_errors_supported=yes
14209 else
14210 _pkg_short_errors_supported=no
14212 if test $_pkg_short_errors_supported = yes; then
14213 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14214 else
14215 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14217 # Put the nasty error message in config.log where it belongs
14218 echo "$ZSTD_PKG_ERRORS" >&5
14221 if test "$with_zstd" = yes; then
14222 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14225 elif test $pkg_failed = untried; then
14226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14227 $as_echo "no" >&6; }
14229 if test "$with_zstd" = yes; then
14230 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14233 else
14234 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
14235 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
14236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14237 $as_echo "yes" >&6; }
14240 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
14248 # Support for VMS timestamps via cross compile
14250 if test "$ac_cv_header_time_h" = yes; then
14251 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14252 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14253 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
14254 $as_echo_n "(cached) " >&6
14255 else
14256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14257 /* end confdefs.h. */
14259 #define _BSD_SOURCE 1
14260 #include <time.h>
14262 main ()
14264 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14266 return 0;
14268 _ACEOF
14269 if ac_fn_c_try_compile "$LINENO"; then :
14270 gas_cv_have_time_type_member_tm_gmtoff=yes
14271 else
14272 gas_cv_have_time_type_member_tm_gmtoff=no
14275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14278 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14280 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14284 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14288 if test "$ac_cv_header_sys_stat_h" = yes; then
14289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14290 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14291 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14292 $as_echo_n "(cached) " >&6
14293 else
14294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14295 /* end confdefs.h. */
14297 #define _BSD_SOURCE 1
14298 #include <sys/stat.h>
14300 main ()
14302 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14304 return 0;
14306 _ACEOF
14307 if ac_fn_c_try_compile "$LINENO"; then :
14308 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14309 else
14310 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14316 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14318 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14322 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14325 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14326 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14327 $as_echo_n "(cached) " >&6
14328 else
14329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14330 /* end confdefs.h. */
14332 #define _BSD_SOURCE 1
14333 #include <sys/stat.h>
14335 main ()
14337 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14339 return 0;
14341 _ACEOF
14342 if ac_fn_c_try_compile "$LINENO"; then :
14343 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14344 else
14345 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14351 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14353 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14357 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14369 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14371 ac_config_commands="$ac_config_commands default"
14374 cat >confcache <<\_ACEOF
14375 # This file is a shell script that caches the results of configure
14376 # tests run on this system so they can be shared between configure
14377 # scripts and configure runs, see configure's option --config-cache.
14378 # It is not useful on other systems. If it contains results you don't
14379 # want to keep, you may remove or edit it.
14381 # config.status only pays attention to the cache file if you give it
14382 # the --recheck option to rerun configure.
14384 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14385 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14386 # following values.
14388 _ACEOF
14390 # The following way of writing the cache mishandles newlines in values,
14391 # but we know of no workaround that is simple, portable, and efficient.
14392 # So, we kill variables containing newlines.
14393 # Ultrix sh set writes to stderr and can't be redirected directly,
14394 # and sets the high bit in the cache file unless we assign to the vars.
14396 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14397 eval ac_val=\$$ac_var
14398 case $ac_val in #(
14399 *${as_nl}*)
14400 case $ac_var in #(
14401 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14402 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14403 esac
14404 case $ac_var in #(
14405 _ | IFS | as_nl) ;; #(
14406 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14407 *) { eval $ac_var=; unset $ac_var;} ;;
14408 esac ;;
14409 esac
14410 done
14412 (set) 2>&1 |
14413 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14414 *${as_nl}ac_space=\ *)
14415 # `set' does not quote correctly, so add quotes: double-quote
14416 # substitution turns \\\\ into \\, and sed turns \\ into \.
14417 sed -n \
14418 "s/'/'\\\\''/g;
14419 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14420 ;; #(
14422 # `set' quotes correctly as required by POSIX, so do not add quotes.
14423 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14425 esac |
14426 sort
14428 sed '
14429 /^ac_cv_env_/b end
14430 t clear
14431 :clear
14432 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14433 t end
14434 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14435 :end' >>confcache
14436 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14437 if test -w "$cache_file"; then
14438 if test "x$cache_file" != "x/dev/null"; then
14439 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14440 $as_echo "$as_me: updating cache $cache_file" >&6;}
14441 if test ! -f "$cache_file" || test -h "$cache_file"; then
14442 cat confcache >"$cache_file"
14443 else
14444 case $cache_file in #(
14445 */* | ?:*)
14446 mv -f confcache "$cache_file"$$ &&
14447 mv -f "$cache_file"$$ "$cache_file" ;; #(
14449 mv -f confcache "$cache_file" ;;
14450 esac
14453 else
14454 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14455 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14458 rm -f confcache
14460 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14461 # Let make expand exec_prefix.
14462 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14464 DEFS=-DHAVE_CONFIG_H
14466 ac_libobjs=
14467 ac_ltlibobjs=
14469 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14470 # 1. Remove the extension, and $U if already installed.
14471 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14472 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14473 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14474 # will be set to the directory where LIBOBJS objects are built.
14475 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14476 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14477 done
14478 LIBOBJS=$ac_libobjs
14480 LTLIBOBJS=$ac_ltlibobjs
14483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14484 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14485 if test -n "$am_sleep_pid"; then
14486 # Hide warnings about reused PIDs.
14487 wait $am_sleep_pid 2>/dev/null
14489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14490 $as_echo "done" >&6; }
14491 if test -n "$EXEEXT"; then
14492 am__EXEEXT_TRUE=
14493 am__EXEEXT_FALSE='#'
14494 else
14495 am__EXEEXT_TRUE='#'
14496 am__EXEEXT_FALSE=
14499 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14500 as_fn_error $? "conditional \"AMDEP\" was never defined.
14501 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14503 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14504 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14505 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14508 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14509 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14510 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14512 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14513 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14514 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14517 : "${CONFIG_STATUS=./config.status}"
14518 ac_write_fail=0
14519 ac_clean_files_save=$ac_clean_files
14520 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14522 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14523 as_write_fail=0
14524 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14525 #! $SHELL
14526 # Generated by $as_me.
14527 # Run this file to recreate the current configuration.
14528 # Compiler output produced by configure, useful for debugging
14529 # configure, is in config.log if it exists.
14531 debug=false
14532 ac_cs_recheck=false
14533 ac_cs_silent=false
14535 SHELL=\${CONFIG_SHELL-$SHELL}
14536 export SHELL
14537 _ASEOF
14538 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14539 ## -------------------- ##
14540 ## M4sh Initialization. ##
14541 ## -------------------- ##
14543 # Be more Bourne compatible
14544 DUALCASE=1; export DUALCASE # for MKS sh
14545 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14546 emulate sh
14547 NULLCMD=:
14548 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14549 # is contrary to our usage. Disable this feature.
14550 alias -g '${1+"$@"}'='"$@"'
14551 setopt NO_GLOB_SUBST
14552 else
14553 case `(set -o) 2>/dev/null` in #(
14554 *posix*) :
14555 set -o posix ;; #(
14556 *) :
14558 esac
14562 as_nl='
14564 export as_nl
14565 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14566 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14567 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14568 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14569 # Prefer a ksh shell builtin over an external printf program on Solaris,
14570 # but without wasting forks for bash or zsh.
14571 if test -z "$BASH_VERSION$ZSH_VERSION" \
14572 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14573 as_echo='print -r --'
14574 as_echo_n='print -rn --'
14575 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14576 as_echo='printf %s\n'
14577 as_echo_n='printf %s'
14578 else
14579 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14580 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14581 as_echo_n='/usr/ucb/echo -n'
14582 else
14583 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14584 as_echo_n_body='eval
14585 arg=$1;
14586 case $arg in #(
14587 *"$as_nl"*)
14588 expr "X$arg" : "X\\(.*\\)$as_nl";
14589 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14590 esac;
14591 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14593 export as_echo_n_body
14594 as_echo_n='sh -c $as_echo_n_body as_echo'
14596 export as_echo_body
14597 as_echo='sh -c $as_echo_body as_echo'
14600 # The user is always right.
14601 if test "${PATH_SEPARATOR+set}" != set; then
14602 PATH_SEPARATOR=:
14603 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14604 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14605 PATH_SEPARATOR=';'
14610 # IFS
14611 # We need space, tab and new line, in precisely that order. Quoting is
14612 # there to prevent editors from complaining about space-tab.
14613 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14614 # splitting by setting IFS to empty value.)
14615 IFS=" "" $as_nl"
14617 # Find who we are. Look in the path if we contain no directory separator.
14618 as_myself=
14619 case $0 in #((
14620 *[\\/]* ) as_myself=$0 ;;
14621 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14622 for as_dir in $PATH
14624 IFS=$as_save_IFS
14625 test -z "$as_dir" && as_dir=.
14626 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14627 done
14628 IFS=$as_save_IFS
14631 esac
14632 # We did not find ourselves, most probably we were run as `sh COMMAND'
14633 # in which case we are not to be found in the path.
14634 if test "x$as_myself" = x; then
14635 as_myself=$0
14637 if test ! -f "$as_myself"; then
14638 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14639 exit 1
14642 # Unset variables that we do not need and which cause bugs (e.g. in
14643 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14644 # suppresses any "Segmentation fault" message there. '((' could
14645 # trigger a bug in pdksh 5.2.14.
14646 for as_var in BASH_ENV ENV MAIL MAILPATH
14647 do eval test x\${$as_var+set} = xset \
14648 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14649 done
14650 PS1='$ '
14651 PS2='> '
14652 PS4='+ '
14654 # NLS nuisances.
14655 LC_ALL=C
14656 export LC_ALL
14657 LANGUAGE=C
14658 export LANGUAGE
14660 # CDPATH.
14661 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14664 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14665 # ----------------------------------------
14666 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14667 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14668 # script with STATUS, using 1 if that was 0.
14669 as_fn_error ()
14671 as_status=$1; test $as_status -eq 0 && as_status=1
14672 if test "$4"; then
14673 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14674 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14676 $as_echo "$as_me: error: $2" >&2
14677 as_fn_exit $as_status
14678 } # as_fn_error
14681 # as_fn_set_status STATUS
14682 # -----------------------
14683 # Set $? to STATUS, without forking.
14684 as_fn_set_status ()
14686 return $1
14687 } # as_fn_set_status
14689 # as_fn_exit STATUS
14690 # -----------------
14691 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14692 as_fn_exit ()
14694 set +e
14695 as_fn_set_status $1
14696 exit $1
14697 } # as_fn_exit
14699 # as_fn_unset VAR
14700 # ---------------
14701 # Portably unset VAR.
14702 as_fn_unset ()
14704 { eval $1=; unset $1;}
14706 as_unset=as_fn_unset
14707 # as_fn_append VAR VALUE
14708 # ----------------------
14709 # Append the text in VALUE to the end of the definition contained in VAR. Take
14710 # advantage of any shell optimizations that allow amortized linear growth over
14711 # repeated appends, instead of the typical quadratic growth present in naive
14712 # implementations.
14713 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14714 eval 'as_fn_append ()
14716 eval $1+=\$2
14718 else
14719 as_fn_append ()
14721 eval $1=\$$1\$2
14723 fi # as_fn_append
14725 # as_fn_arith ARG...
14726 # ------------------
14727 # Perform arithmetic evaluation on the ARGs, and store the result in the
14728 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14729 # must be portable across $(()) and expr.
14730 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14731 eval 'as_fn_arith ()
14733 as_val=$(( $* ))
14735 else
14736 as_fn_arith ()
14738 as_val=`expr "$@" || test $? -eq 1`
14740 fi # as_fn_arith
14743 if expr a : '\(a\)' >/dev/null 2>&1 &&
14744 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14745 as_expr=expr
14746 else
14747 as_expr=false
14750 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14751 as_basename=basename
14752 else
14753 as_basename=false
14756 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14757 as_dirname=dirname
14758 else
14759 as_dirname=false
14762 as_me=`$as_basename -- "$0" ||
14763 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14764 X"$0" : 'X\(//\)$' \| \
14765 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14766 $as_echo X/"$0" |
14767 sed '/^.*\/\([^/][^/]*\)\/*$/{
14768 s//\1/
14771 /^X\/\(\/\/\)$/{
14772 s//\1/
14775 /^X\/\(\/\).*/{
14776 s//\1/
14779 s/.*/./; q'`
14781 # Avoid depending upon Character Ranges.
14782 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14783 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14784 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14785 as_cr_digits='0123456789'
14786 as_cr_alnum=$as_cr_Letters$as_cr_digits
14788 ECHO_C= ECHO_N= ECHO_T=
14789 case `echo -n x` in #(((((
14790 -n*)
14791 case `echo 'xy\c'` in
14792 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14793 xy) ECHO_C='\c';;
14794 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14795 ECHO_T=' ';;
14796 esac;;
14798 ECHO_N='-n';;
14799 esac
14801 rm -f conf$$ conf$$.exe conf$$.file
14802 if test -d conf$$.dir; then
14803 rm -f conf$$.dir/conf$$.file
14804 else
14805 rm -f conf$$.dir
14806 mkdir conf$$.dir 2>/dev/null
14808 if (echo >conf$$.file) 2>/dev/null; then
14809 if ln -s conf$$.file conf$$ 2>/dev/null; then
14810 as_ln_s='ln -s'
14811 # ... but there are two gotchas:
14812 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14813 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14814 # In both cases, we have to default to `cp -pR'.
14815 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14816 as_ln_s='cp -pR'
14817 elif ln conf$$.file conf$$ 2>/dev/null; then
14818 as_ln_s=ln
14819 else
14820 as_ln_s='cp -pR'
14822 else
14823 as_ln_s='cp -pR'
14825 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14826 rmdir conf$$.dir 2>/dev/null
14829 # as_fn_mkdir_p
14830 # -------------
14831 # Create "$as_dir" as a directory, including parents if necessary.
14832 as_fn_mkdir_p ()
14835 case $as_dir in #(
14836 -*) as_dir=./$as_dir;;
14837 esac
14838 test -d "$as_dir" || eval $as_mkdir_p || {
14839 as_dirs=
14840 while :; do
14841 case $as_dir in #(
14842 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14843 *) as_qdir=$as_dir;;
14844 esac
14845 as_dirs="'$as_qdir' $as_dirs"
14846 as_dir=`$as_dirname -- "$as_dir" ||
14847 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14848 X"$as_dir" : 'X\(//\)[^/]' \| \
14849 X"$as_dir" : 'X\(//\)$' \| \
14850 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14851 $as_echo X"$as_dir" |
14852 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14853 s//\1/
14856 /^X\(\/\/\)[^/].*/{
14857 s//\1/
14860 /^X\(\/\/\)$/{
14861 s//\1/
14864 /^X\(\/\).*/{
14865 s//\1/
14868 s/.*/./; q'`
14869 test -d "$as_dir" && break
14870 done
14871 test -z "$as_dirs" || eval "mkdir $as_dirs"
14872 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14875 } # as_fn_mkdir_p
14876 if mkdir -p . 2>/dev/null; then
14877 as_mkdir_p='mkdir -p "$as_dir"'
14878 else
14879 test -d ./-p && rmdir ./-p
14880 as_mkdir_p=false
14884 # as_fn_executable_p FILE
14885 # -----------------------
14886 # Test if FILE is an executable regular file.
14887 as_fn_executable_p ()
14889 test -f "$1" && test -x "$1"
14890 } # as_fn_executable_p
14891 as_test_x='test -x'
14892 as_executable_p=as_fn_executable_p
14894 # Sed expression to map a string onto a valid CPP name.
14895 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14897 # Sed expression to map a string onto a valid variable name.
14898 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14901 exec 6>&1
14902 ## ----------------------------------- ##
14903 ## Main body of $CONFIG_STATUS script. ##
14904 ## ----------------------------------- ##
14905 _ASEOF
14906 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14908 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14909 # Save the log message, to keep $0 and so on meaningful, and to
14910 # report actual input values of CONFIG_FILES etc. instead of their
14911 # values after options handling.
14912 ac_log="
14913 This file was extended by gas $as_me 2.39.50, which was
14914 generated by GNU Autoconf 2.69. Invocation command line was
14916 CONFIG_FILES = $CONFIG_FILES
14917 CONFIG_HEADERS = $CONFIG_HEADERS
14918 CONFIG_LINKS = $CONFIG_LINKS
14919 CONFIG_COMMANDS = $CONFIG_COMMANDS
14920 $ $0 $@
14922 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14925 _ACEOF
14927 case $ac_config_files in *"
14928 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14929 esac
14931 case $ac_config_headers in *"
14932 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14933 esac
14936 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14937 # Files that config.status was made for.
14938 config_files="$ac_config_files"
14939 config_headers="$ac_config_headers"
14940 config_commands="$ac_config_commands"
14942 _ACEOF
14944 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14945 ac_cs_usage="\
14946 \`$as_me' instantiates files and other configuration actions
14947 from templates according to the current configuration. Unless the files
14948 and actions are specified as TAGs, all are instantiated by default.
14950 Usage: $0 [OPTION]... [TAG]...
14952 -h, --help print this help, then exit
14953 -V, --version print version number and configuration settings, then exit
14954 --config print configuration, then exit
14955 -q, --quiet, --silent
14956 do not print progress messages
14957 -d, --debug don't remove temporary files
14958 --recheck update $as_me by reconfiguring in the same conditions
14959 --file=FILE[:TEMPLATE]
14960 instantiate the configuration file FILE
14961 --header=FILE[:TEMPLATE]
14962 instantiate the configuration header FILE
14964 Configuration files:
14965 $config_files
14967 Configuration headers:
14968 $config_headers
14970 Configuration commands:
14971 $config_commands
14973 Report bugs to the package provider."
14975 _ACEOF
14976 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14977 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14978 ac_cs_version="\\
14979 gas config.status 2.39.50
14980 configured by $0, generated by GNU Autoconf 2.69,
14981 with options \\"\$ac_cs_config\\"
14983 Copyright (C) 2012 Free Software Foundation, Inc.
14984 This config.status script is free software; the Free Software Foundation
14985 gives unlimited permission to copy, distribute and modify it."
14987 ac_pwd='$ac_pwd'
14988 srcdir='$srcdir'
14989 INSTALL='$INSTALL'
14990 MKDIR_P='$MKDIR_P'
14991 AWK='$AWK'
14992 test -n "\$AWK" || AWK=awk
14993 _ACEOF
14995 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14996 # The default lists apply if the user does not specify any file.
14997 ac_need_defaults=:
14998 while test $# != 0
15000 case $1 in
15001 --*=?*)
15002 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15003 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15004 ac_shift=:
15006 --*=)
15007 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15008 ac_optarg=
15009 ac_shift=:
15012 ac_option=$1
15013 ac_optarg=$2
15014 ac_shift=shift
15016 esac
15018 case $ac_option in
15019 # Handling of the options.
15020 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15021 ac_cs_recheck=: ;;
15022 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15023 $as_echo "$ac_cs_version"; exit ;;
15024 --config | --confi | --conf | --con | --co | --c )
15025 $as_echo "$ac_cs_config"; exit ;;
15026 --debug | --debu | --deb | --de | --d | -d )
15027 debug=: ;;
15028 --file | --fil | --fi | --f )
15029 $ac_shift
15030 case $ac_optarg in
15031 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15032 '') as_fn_error $? "missing file argument" ;;
15033 esac
15034 as_fn_append CONFIG_FILES " '$ac_optarg'"
15035 ac_need_defaults=false;;
15036 --header | --heade | --head | --hea )
15037 $ac_shift
15038 case $ac_optarg in
15039 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15040 esac
15041 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15042 ac_need_defaults=false;;
15043 --he | --h)
15044 # Conflict between --help and --header
15045 as_fn_error $? "ambiguous option: \`$1'
15046 Try \`$0 --help' for more information.";;
15047 --help | --hel | -h )
15048 $as_echo "$ac_cs_usage"; exit ;;
15049 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15050 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15051 ac_cs_silent=: ;;
15053 # This is an error.
15054 -*) as_fn_error $? "unrecognized option: \`$1'
15055 Try \`$0 --help' for more information." ;;
15057 *) as_fn_append ac_config_targets " $1"
15058 ac_need_defaults=false ;;
15060 esac
15061 shift
15062 done
15064 ac_configure_extra_args=
15066 if $ac_cs_silent; then
15067 exec 6>/dev/null
15068 ac_configure_extra_args="$ac_configure_extra_args --silent"
15071 _ACEOF
15072 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15073 if \$ac_cs_recheck; then
15074 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15075 shift
15076 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15077 CONFIG_SHELL='$SHELL'
15078 export CONFIG_SHELL
15079 exec "\$@"
15082 _ACEOF
15083 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15084 exec 5>>config.log
15086 echo
15087 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15088 ## Running $as_me. ##
15089 _ASBOX
15090 $as_echo "$ac_log"
15091 } >&5
15093 _ACEOF
15094 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15096 # INIT-COMMANDS
15098 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15101 # The HP-UX ksh and POSIX shell print the target directory to stdout
15102 # if CDPATH is set.
15103 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15105 sed_quote_subst='$sed_quote_subst'
15106 double_quote_subst='$double_quote_subst'
15107 delay_variable_subst='$delay_variable_subst'
15108 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15109 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15110 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15111 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15112 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15113 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15114 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15115 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15116 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15117 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15118 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15119 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15120 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15121 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15122 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15123 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15124 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15125 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15126 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15127 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15128 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15129 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15130 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15131 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15132 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15133 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15134 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15135 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15136 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15137 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15138 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15139 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15140 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15141 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15142 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15143 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15144 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15145 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15146 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15147 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15148 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15149 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15150 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15151 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15152 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15153 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15154 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15155 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15156 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"`'
15157 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15158 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15159 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15160 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15161 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15162 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15163 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15164 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15165 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15166 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15167 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15168 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15169 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15170 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15171 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15172 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15173 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15174 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15175 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15176 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15177 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15178 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15179 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15180 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15181 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15182 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15183 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15184 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15185 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15186 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15187 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15188 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15189 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15190 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15191 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15192 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15193 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15194 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15195 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15196 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15197 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15198 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15199 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15200 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15201 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15202 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15203 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15204 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15205 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15206 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15207 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15208 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15209 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15210 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15211 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15212 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15213 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15214 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15215 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15216 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15217 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15218 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15219 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15220 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15221 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15222 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15223 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15224 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15225 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15226 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15227 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15229 LTCC='$LTCC'
15230 LTCFLAGS='$LTCFLAGS'
15231 compiler='$compiler_DEFAULT'
15233 # A function that is used when there is no print builtin or printf.
15234 func_fallback_echo ()
15236 eval 'cat <<_LTECHO_EOF
15238 _LTECHO_EOF'
15241 # Quote evaled strings.
15242 for var in SHELL \
15243 ECHO \
15244 SED \
15245 GREP \
15246 EGREP \
15247 FGREP \
15248 LD \
15249 NM \
15250 LN_S \
15251 lt_SP2NL \
15252 lt_NL2SP \
15253 reload_flag \
15254 OBJDUMP \
15255 deplibs_check_method \
15256 file_magic_cmd \
15257 AR \
15258 AR_FLAGS \
15259 STRIP \
15260 RANLIB \
15261 CC \
15262 CFLAGS \
15263 compiler \
15264 lt_cv_sys_global_symbol_pipe \
15265 lt_cv_sys_global_symbol_to_cdecl \
15266 lt_cv_sys_global_symbol_to_c_name_address \
15267 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15268 lt_prog_compiler_no_builtin_flag \
15269 lt_prog_compiler_wl \
15270 lt_prog_compiler_pic \
15271 lt_prog_compiler_static \
15272 lt_cv_prog_compiler_c_o \
15273 need_locks \
15274 DSYMUTIL \
15275 NMEDIT \
15276 LIPO \
15277 OTOOL \
15278 OTOOL64 \
15279 shrext_cmds \
15280 export_dynamic_flag_spec \
15281 whole_archive_flag_spec \
15282 compiler_needs_object \
15283 with_gnu_ld \
15284 allow_undefined_flag \
15285 no_undefined_flag \
15286 hardcode_libdir_flag_spec \
15287 hardcode_libdir_flag_spec_ld \
15288 hardcode_libdir_separator \
15289 fix_srcfile_path \
15290 exclude_expsyms \
15291 include_expsyms \
15292 file_list_spec \
15293 variables_saved_for_relink \
15294 libname_spec \
15295 library_names_spec \
15296 soname_spec \
15297 install_override_mode \
15298 finish_eval \
15299 old_striplib \
15300 striplib; do
15301 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15302 *[\\\\\\\`\\"\\\$]*)
15303 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15306 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15308 esac
15309 done
15311 # Double-quote double-evaled strings.
15312 for var in reload_cmds \
15313 old_postinstall_cmds \
15314 old_postuninstall_cmds \
15315 old_archive_cmds \
15316 extract_expsyms_cmds \
15317 old_archive_from_new_cmds \
15318 old_archive_from_expsyms_cmds \
15319 archive_cmds \
15320 archive_expsym_cmds \
15321 module_cmds \
15322 module_expsym_cmds \
15323 export_symbols_cmds \
15324 prelink_cmds \
15325 postinstall_cmds \
15326 postuninstall_cmds \
15327 finish_cmds \
15328 sys_lib_search_path_spec \
15329 sys_lib_dlsearch_path_spec; do
15330 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15331 *[\\\\\\\`\\"\\\$]*)
15332 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15335 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15337 esac
15338 done
15340 ac_aux_dir='$ac_aux_dir'
15341 xsi_shell='$xsi_shell'
15342 lt_shell_append='$lt_shell_append'
15344 # See if we are running on zsh, and set the options which allow our
15345 # commands through without removal of \ escapes INIT.
15346 if test -n "\${ZSH_VERSION+set}" ; then
15347 setopt NO_GLOB_SUBST
15351 PACKAGE='$PACKAGE'
15352 VERSION='$VERSION'
15353 TIMESTAMP='$TIMESTAMP'
15354 RM='$RM'
15355 ofile='$ofile'
15359 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15360 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15361 # from automake.
15362 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15363 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15364 LINGUAS="${LINGUAS-%UNSET%}"
15366 target_cpu_type=${target_cpu_type}
15367 cgen_cpu_prefix=${cgen_cpu_prefix}
15368 obj_format=${obj_format}
15369 te_file=${te_file}
15371 _ACEOF
15373 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15375 # Handling of arguments.
15376 for ac_config_target in $ac_config_targets
15378 case $ac_config_target in
15379 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15380 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15381 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15382 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15383 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15384 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15385 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15386 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15387 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15389 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15390 esac
15391 done
15394 # If the user did not use the arguments to specify the items to instantiate,
15395 # then the envvar interface is used. Set only those that are not.
15396 # We use the long form for the default assignment because of an extremely
15397 # bizarre bug on SunOS 4.1.3.
15398 if $ac_need_defaults; then
15399 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15400 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15401 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15404 # Have a temporary directory for convenience. Make it in the build tree
15405 # simply because there is no reason against having it here, and in addition,
15406 # creating and moving files from /tmp can sometimes cause problems.
15407 # Hook for its removal unless debugging.
15408 # Note that there is a small window in which the directory will not be cleaned:
15409 # after its creation but before its name has been assigned to `$tmp'.
15410 $debug ||
15412 tmp= ac_tmp=
15413 trap 'exit_status=$?
15414 : "${ac_tmp:=$tmp}"
15415 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15417 trap 'as_fn_exit 1' 1 2 13 15
15419 # Create a (secure) tmp directory for tmp files.
15422 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15423 test -d "$tmp"
15424 } ||
15426 tmp=./conf$$-$RANDOM
15427 (umask 077 && mkdir "$tmp")
15428 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15429 ac_tmp=$tmp
15431 # Set up the scripts for CONFIG_FILES section.
15432 # No need to generate them if there are no CONFIG_FILES.
15433 # This happens for instance with `./config.status config.h'.
15434 if test -n "$CONFIG_FILES"; then
15437 ac_cr=`echo X | tr X '\015'`
15438 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15439 # But we know of no other shell where ac_cr would be empty at this
15440 # point, so we can use a bashism as a fallback.
15441 if test "x$ac_cr" = x; then
15442 eval ac_cr=\$\'\\r\'
15444 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15445 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15446 ac_cs_awk_cr='\\r'
15447 else
15448 ac_cs_awk_cr=$ac_cr
15451 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15452 _ACEOF
15456 echo "cat >conf$$subs.awk <<_ACEOF" &&
15457 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15458 echo "_ACEOF"
15459 } >conf$$subs.sh ||
15460 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15461 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15462 ac_delim='%!_!# '
15463 for ac_last_try in false false false false false :; do
15464 . ./conf$$subs.sh ||
15465 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15467 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15468 if test $ac_delim_n = $ac_delim_num; then
15469 break
15470 elif $ac_last_try; then
15471 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15472 else
15473 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15475 done
15476 rm -f conf$$subs.sh
15478 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15479 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15480 _ACEOF
15481 sed -n '
15483 s/^/S["/; s/!.*/"]=/
15486 s/^[^!]*!//
15487 :repl
15488 t repl
15489 s/'"$ac_delim"'$//
15490 t delim
15493 s/\(.\{148\}\)..*/\1/
15494 t more1
15495 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15498 b repl
15499 :more1
15500 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15503 s/.\{148\}//
15504 t nl
15505 :delim
15507 s/\(.\{148\}\)..*/\1/
15508 t more2
15509 s/["\\]/\\&/g; s/^/"/; s/$/"/
15512 :more2
15513 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15516 s/.\{148\}//
15517 t delim
15518 ' <conf$$subs.awk | sed '
15519 /^[^""]/{
15521 s/\n//
15523 ' >>$CONFIG_STATUS || ac_write_fail=1
15524 rm -f conf$$subs.awk
15525 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15526 _ACAWK
15527 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15528 for (key in S) S_is_set[key] = 1
15529 FS = "\a"
15533 line = $ 0
15534 nfields = split(line, field, "@")
15535 substed = 0
15536 len = length(field[1])
15537 for (i = 2; i < nfields; i++) {
15538 key = field[i]
15539 keylen = length(key)
15540 if (S_is_set[key]) {
15541 value = S[key]
15542 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15543 len += length(value) + length(field[++i])
15544 substed = 1
15545 } else
15546 len += 1 + keylen
15549 print line
15552 _ACAWK
15553 _ACEOF
15554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15555 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15556 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15557 else
15559 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15560 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15561 _ACEOF
15563 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15564 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15565 # trailing colons and then remove the whole line if VPATH becomes empty
15566 # (actually we leave an empty line to preserve line numbers).
15567 if test "x$srcdir" = x.; then
15568 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15570 s///
15571 s/^/:/
15572 s/[ ]*$/:/
15573 s/:\$(srcdir):/:/g
15574 s/:\${srcdir}:/:/g
15575 s/:@srcdir@:/:/g
15576 s/^:*//
15577 s/:*$//
15579 s/\(=[ ]*\).*/\1/
15581 s/\n//
15582 s/^[^=]*=[ ]*$//
15586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15587 fi # test -n "$CONFIG_FILES"
15589 # Set up the scripts for CONFIG_HEADERS section.
15590 # No need to generate them if there are no CONFIG_HEADERS.
15591 # This happens for instance with `./config.status Makefile'.
15592 if test -n "$CONFIG_HEADERS"; then
15593 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15594 BEGIN {
15595 _ACEOF
15597 # Transform confdefs.h into an awk script `defines.awk', embedded as
15598 # here-document in config.status, that substitutes the proper values into
15599 # config.h.in to produce config.h.
15601 # Create a delimiter string that does not exist in confdefs.h, to ease
15602 # handling of long lines.
15603 ac_delim='%!_!# '
15604 for ac_last_try in false false :; do
15605 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15606 if test -z "$ac_tt"; then
15607 break
15608 elif $ac_last_try; then
15609 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15610 else
15611 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15613 done
15615 # For the awk script, D is an array of macro values keyed by name,
15616 # likewise P contains macro parameters if any. Preserve backslash
15617 # newline sequences.
15619 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15620 sed -n '
15621 s/.\{148\}/&'"$ac_delim"'/g
15622 t rset
15623 :rset
15624 s/^[ ]*#[ ]*define[ ][ ]*/ /
15625 t def
15627 :def
15628 s/\\$//
15629 t bsnl
15630 s/["\\]/\\&/g
15631 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15632 D["\1"]=" \3"/p
15633 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15635 :bsnl
15636 s/["\\]/\\&/g
15637 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15638 D["\1"]=" \3\\\\\\n"\\/p
15639 t cont
15640 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15641 t cont
15643 :cont
15645 s/.\{148\}/&'"$ac_delim"'/g
15646 t clear
15647 :clear
15648 s/\\$//
15649 t bsnlc
15650 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15652 :bsnlc
15653 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15654 b cont
15655 ' <confdefs.h | sed '
15656 s/'"$ac_delim"'/"\\\
15657 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15659 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15660 for (key in D) D_is_set[key] = 1
15661 FS = "\a"
15663 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15664 line = \$ 0
15665 split(line, arg, " ")
15666 if (arg[1] == "#") {
15667 defundef = arg[2]
15668 mac1 = arg[3]
15669 } else {
15670 defundef = substr(arg[1], 2)
15671 mac1 = arg[2]
15673 split(mac1, mac2, "(") #)
15674 macro = mac2[1]
15675 prefix = substr(line, 1, index(line, defundef) - 1)
15676 if (D_is_set[macro]) {
15677 # Preserve the white space surrounding the "#".
15678 print prefix "define", macro P[macro] D[macro]
15679 next
15680 } else {
15681 # Replace #undef with comments. This is necessary, for example,
15682 # in the case of _POSIX_SOURCE, which is predefined and required
15683 # on some systems where configure will not decide to define it.
15684 if (defundef == "undef") {
15685 print "/*", prefix defundef, macro, "*/"
15686 next
15690 { print }
15691 _ACAWK
15692 _ACEOF
15693 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15694 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15695 fi # test -n "$CONFIG_HEADERS"
15698 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15699 shift
15700 for ac_tag
15702 case $ac_tag in
15703 :[FHLC]) ac_mode=$ac_tag; continue;;
15704 esac
15705 case $ac_mode$ac_tag in
15706 :[FHL]*:*);;
15707 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15708 :[FH]-) ac_tag=-:-;;
15709 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15710 esac
15711 ac_save_IFS=$IFS
15712 IFS=:
15713 set x $ac_tag
15714 IFS=$ac_save_IFS
15715 shift
15716 ac_file=$1
15717 shift
15719 case $ac_mode in
15720 :L) ac_source=$1;;
15721 :[FH])
15722 ac_file_inputs=
15723 for ac_f
15725 case $ac_f in
15726 -) ac_f="$ac_tmp/stdin";;
15727 *) # Look for the file first in the build tree, then in the source tree
15728 # (if the path is not absolute). The absolute path cannot be DOS-style,
15729 # because $ac_f cannot contain `:'.
15730 test -f "$ac_f" ||
15731 case $ac_f in
15732 [\\/$]*) false;;
15733 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15734 esac ||
15735 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15736 esac
15737 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15738 as_fn_append ac_file_inputs " '$ac_f'"
15739 done
15741 # Let's still pretend it is `configure' which instantiates (i.e., don't
15742 # use $as_me), people would be surprised to read:
15743 # /* config.h. Generated by config.status. */
15744 configure_input='Generated from '`
15745 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15746 `' by configure.'
15747 if test x"$ac_file" != x-; then
15748 configure_input="$ac_file. $configure_input"
15749 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15750 $as_echo "$as_me: creating $ac_file" >&6;}
15752 # Neutralize special characters interpreted by sed in replacement strings.
15753 case $configure_input in #(
15754 *\&* | *\|* | *\\* )
15755 ac_sed_conf_input=`$as_echo "$configure_input" |
15756 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15757 *) ac_sed_conf_input=$configure_input;;
15758 esac
15760 case $ac_tag in
15761 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15762 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15763 esac
15765 esac
15767 ac_dir=`$as_dirname -- "$ac_file" ||
15768 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15769 X"$ac_file" : 'X\(//\)[^/]' \| \
15770 X"$ac_file" : 'X\(//\)$' \| \
15771 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15772 $as_echo X"$ac_file" |
15773 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15774 s//\1/
15777 /^X\(\/\/\)[^/].*/{
15778 s//\1/
15781 /^X\(\/\/\)$/{
15782 s//\1/
15785 /^X\(\/\).*/{
15786 s//\1/
15789 s/.*/./; q'`
15790 as_dir="$ac_dir"; as_fn_mkdir_p
15791 ac_builddir=.
15793 case "$ac_dir" in
15794 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15796 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15797 # A ".." for each directory in $ac_dir_suffix.
15798 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15799 case $ac_top_builddir_sub in
15800 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15801 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15802 esac ;;
15803 esac
15804 ac_abs_top_builddir=$ac_pwd
15805 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15806 # for backward compatibility:
15807 ac_top_builddir=$ac_top_build_prefix
15809 case $srcdir in
15810 .) # We are building in place.
15811 ac_srcdir=.
15812 ac_top_srcdir=$ac_top_builddir_sub
15813 ac_abs_top_srcdir=$ac_pwd ;;
15814 [\\/]* | ?:[\\/]* ) # Absolute name.
15815 ac_srcdir=$srcdir$ac_dir_suffix;
15816 ac_top_srcdir=$srcdir
15817 ac_abs_top_srcdir=$srcdir ;;
15818 *) # Relative name.
15819 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15820 ac_top_srcdir=$ac_top_build_prefix$srcdir
15821 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15822 esac
15823 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15826 case $ac_mode in
15829 # CONFIG_FILE
15832 case $INSTALL in
15833 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15834 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15835 esac
15836 ac_MKDIR_P=$MKDIR_P
15837 case $MKDIR_P in
15838 [\\/$]* | ?:[\\/]* ) ;;
15839 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15840 esac
15841 _ACEOF
15843 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15844 # If the template does not know about datarootdir, expand it.
15845 # FIXME: This hack should be removed a few years after 2.60.
15846 ac_datarootdir_hack=; ac_datarootdir_seen=
15847 ac_sed_dataroot='
15848 /datarootdir/ {
15852 /@datadir@/p
15853 /@docdir@/p
15854 /@infodir@/p
15855 /@localedir@/p
15856 /@mandir@/p'
15857 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15858 *datarootdir*) ac_datarootdir_seen=yes;;
15859 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15861 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15862 _ACEOF
15863 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15864 ac_datarootdir_hack='
15865 s&@datadir@&$datadir&g
15866 s&@docdir@&$docdir&g
15867 s&@infodir@&$infodir&g
15868 s&@localedir@&$localedir&g
15869 s&@mandir@&$mandir&g
15870 s&\\\${datarootdir}&$datarootdir&g' ;;
15871 esac
15872 _ACEOF
15874 # Neutralize VPATH when `$srcdir' = `.'.
15875 # Shell code in configure.ac might set extrasub.
15876 # FIXME: do we really want to maintain this feature?
15877 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15878 ac_sed_extra="$ac_vpsub
15879 $extrasub
15880 _ACEOF
15881 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15883 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15884 s|@configure_input@|$ac_sed_conf_input|;t t
15885 s&@top_builddir@&$ac_top_builddir_sub&;t t
15886 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15887 s&@srcdir@&$ac_srcdir&;t t
15888 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15889 s&@top_srcdir@&$ac_top_srcdir&;t t
15890 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15891 s&@builddir@&$ac_builddir&;t t
15892 s&@abs_builddir@&$ac_abs_builddir&;t t
15893 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15894 s&@INSTALL@&$ac_INSTALL&;t t
15895 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15896 $ac_datarootdir_hack
15898 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15899 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15901 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15902 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15903 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15904 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15905 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15906 which seems to be undefined. Please make sure it is defined" >&5
15907 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15908 which seems to be undefined. Please make sure it is defined" >&2;}
15910 rm -f "$ac_tmp/stdin"
15911 case $ac_file in
15912 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15913 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15914 esac \
15915 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15919 # CONFIG_HEADER
15921 if test x"$ac_file" != x-; then
15923 $as_echo "/* $configure_input */" \
15924 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15925 } >"$ac_tmp/config.h" \
15926 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15927 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15928 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15929 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15930 else
15931 rm -f "$ac_file"
15932 mv "$ac_tmp/config.h" "$ac_file" \
15933 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15935 else
15936 $as_echo "/* $configure_input */" \
15937 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15938 || as_fn_error $? "could not create -" "$LINENO" 5
15940 # Compute "$ac_file"'s index in $config_headers.
15941 _am_arg="$ac_file"
15942 _am_stamp_count=1
15943 for _am_header in $config_headers :; do
15944 case $_am_header in
15945 $_am_arg | $_am_arg:* )
15946 break ;;
15948 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15949 esac
15950 done
15951 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15952 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15953 X"$_am_arg" : 'X\(//\)[^/]' \| \
15954 X"$_am_arg" : 'X\(//\)$' \| \
15955 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15956 $as_echo X"$_am_arg" |
15957 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15958 s//\1/
15961 /^X\(\/\/\)[^/].*/{
15962 s//\1/
15965 /^X\(\/\/\)$/{
15966 s//\1/
15969 /^X\(\/\).*/{
15970 s//\1/
15973 s/.*/./; q'`/stamp-h$_am_stamp_count
15976 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15977 $as_echo "$as_me: executing $ac_file commands" >&6;}
15979 esac
15982 case $ac_file$ac_mode in
15983 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15984 # Older Autoconf quotes --file arguments for eval, but not when files
15985 # are listed without --file. Let's play safe and only enable the eval
15986 # if we detect the quoting.
15987 case $CONFIG_FILES in
15988 *\'*) eval set x "$CONFIG_FILES" ;;
15989 *) set x $CONFIG_FILES ;;
15990 esac
15991 shift
15992 for mf
15994 # Strip MF so we end up with the name of the file.
15995 mf=`echo "$mf" | sed -e 's/:.*$//'`
15996 # Check whether this is an Automake generated Makefile or not.
15997 # We used to match only the files named 'Makefile.in', but
15998 # some people rename them; so instead we look at the file content.
15999 # Grep'ing the first line is not enough: some people post-process
16000 # each Makefile.in and add a new line on top of each file to say so.
16001 # Grep'ing the whole file is not good either: AIX grep has a line
16002 # limit of 2048, but all sed's we know have understand at least 4000.
16003 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16004 dirpart=`$as_dirname -- "$mf" ||
16005 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16006 X"$mf" : 'X\(//\)[^/]' \| \
16007 X"$mf" : 'X\(//\)$' \| \
16008 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16009 $as_echo X"$mf" |
16010 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16011 s//\1/
16014 /^X\(\/\/\)[^/].*/{
16015 s//\1/
16018 /^X\(\/\/\)$/{
16019 s//\1/
16022 /^X\(\/\).*/{
16023 s//\1/
16026 s/.*/./; q'`
16027 else
16028 continue
16030 # Extract the definition of DEPDIR, am__include, and am__quote
16031 # from the Makefile without running 'make'.
16032 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16033 test -z "$DEPDIR" && continue
16034 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16035 test -z "$am__include" && continue
16036 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16037 # Find all dependency output files, they are included files with
16038 # $(DEPDIR) in their names. We invoke sed twice because it is the
16039 # simplest approach to changing $(DEPDIR) to its actual value in the
16040 # expansion.
16041 for file in `sed -n "
16042 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16043 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16044 # Make sure the directory exists.
16045 test -f "$dirpart/$file" && continue
16046 fdir=`$as_dirname -- "$file" ||
16047 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16048 X"$file" : 'X\(//\)[^/]' \| \
16049 X"$file" : 'X\(//\)$' \| \
16050 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16051 $as_echo X"$file" |
16052 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16053 s//\1/
16056 /^X\(\/\/\)[^/].*/{
16057 s//\1/
16060 /^X\(\/\/\)$/{
16061 s//\1/
16064 /^X\(\/\).*/{
16065 s//\1/
16068 s/.*/./; q'`
16069 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16070 # echo "creating $dirpart/$file"
16071 echo '# dummy' > "$dirpart/$file"
16072 done
16073 done
16076 "libtool":C)
16078 # See if we are running on zsh, and set the options which allow our
16079 # commands through without removal of \ escapes.
16080 if test -n "${ZSH_VERSION+set}" ; then
16081 setopt NO_GLOB_SUBST
16084 cfgfile="${ofile}T"
16085 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16086 $RM "$cfgfile"
16088 cat <<_LT_EOF >> "$cfgfile"
16089 #! $SHELL
16091 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16092 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16093 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16094 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16096 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16097 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16098 # Written by Gordon Matzigkeit, 1996
16100 # This file is part of GNU Libtool.
16102 # GNU Libtool is free software; you can redistribute it and/or
16103 # modify it under the terms of the GNU General Public License as
16104 # published by the Free Software Foundation; either version 2 of
16105 # the License, or (at your option) any later version.
16107 # As a special exception to the GNU General Public License,
16108 # if you distribute this file as part of a program or library that
16109 # is built using GNU Libtool, you may include this file under the
16110 # same distribution terms that you use for the rest of that program.
16112 # GNU Libtool is distributed in the hope that it will be useful,
16113 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16114 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16115 # GNU General Public License for more details.
16117 # You should have received a copy of the GNU General Public License
16118 # along with GNU Libtool; see the file COPYING. If not, a copy
16119 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16120 # obtained by writing to the Free Software Foundation, Inc.,
16121 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16124 # The names of the tagged configurations supported by this script.
16125 available_tags=""
16127 # ### BEGIN LIBTOOL CONFIG
16129 # Which release of libtool.m4 was used?
16130 macro_version=$macro_version
16131 macro_revision=$macro_revision
16133 # Whether or not to build shared libraries.
16134 build_libtool_libs=$enable_shared
16136 # Whether or not to build static libraries.
16137 build_old_libs=$enable_static
16139 # What type of objects to build.
16140 pic_mode=$pic_mode
16142 # Whether or not to optimize for fast installation.
16143 fast_install=$enable_fast_install
16145 # Shell to use when invoking shell scripts.
16146 SHELL=$lt_SHELL
16148 # An echo program that protects backslashes.
16149 ECHO=$lt_ECHO
16151 # The host system.
16152 host_alias=$host_alias
16153 host=$host
16154 host_os=$host_os
16156 # The build system.
16157 build_alias=$build_alias
16158 build=$build
16159 build_os=$build_os
16161 # A sed program that does not truncate output.
16162 SED=$lt_SED
16164 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16165 Xsed="\$SED -e 1s/^X//"
16167 # A grep program that handles long lines.
16168 GREP=$lt_GREP
16170 # An ERE matcher.
16171 EGREP=$lt_EGREP
16173 # A literal string matcher.
16174 FGREP=$lt_FGREP
16176 # A BSD- or MS-compatible name lister.
16177 NM=$lt_NM
16179 # Whether we need soft or hard links.
16180 LN_S=$lt_LN_S
16182 # What is the maximum length of a command?
16183 max_cmd_len=$max_cmd_len
16185 # Object file suffix (normally "o").
16186 objext=$ac_objext
16188 # Executable file suffix (normally "").
16189 exeext=$exeext
16191 # whether the shell understands "unset".
16192 lt_unset=$lt_unset
16194 # turn spaces into newlines.
16195 SP2NL=$lt_lt_SP2NL
16197 # turn newlines into spaces.
16198 NL2SP=$lt_lt_NL2SP
16200 # An object symbol dumper.
16201 OBJDUMP=$lt_OBJDUMP
16203 # Method to check whether dependent libraries are shared objects.
16204 deplibs_check_method=$lt_deplibs_check_method
16206 # Command to use when deplibs_check_method == "file_magic".
16207 file_magic_cmd=$lt_file_magic_cmd
16209 # The archiver.
16210 AR=$lt_AR
16211 AR_FLAGS=$lt_AR_FLAGS
16213 # A symbol stripping program.
16214 STRIP=$lt_STRIP
16216 # Commands used to install an old-style archive.
16217 RANLIB=$lt_RANLIB
16218 old_postinstall_cmds=$lt_old_postinstall_cmds
16219 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16221 # Whether to use a lock for old archive extraction.
16222 lock_old_archive_extraction=$lock_old_archive_extraction
16224 # A C compiler.
16225 LTCC=$lt_CC
16227 # LTCC compiler flags.
16228 LTCFLAGS=$lt_CFLAGS
16230 # Take the output of nm and produce a listing of raw symbols and C names.
16231 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16233 # Transform the output of nm in a proper C declaration.
16234 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16236 # Transform the output of nm in a C name address pair.
16237 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16239 # Transform the output of nm in a C name address pair when lib prefix is needed.
16240 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16242 # The name of the directory that contains temporary libtool files.
16243 objdir=$objdir
16245 # Used to examine libraries when file_magic_cmd begins with "file".
16246 MAGIC_CMD=$MAGIC_CMD
16248 # Must we lock files when doing compilation?
16249 need_locks=$lt_need_locks
16251 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16252 DSYMUTIL=$lt_DSYMUTIL
16254 # Tool to change global to local symbols on Mac OS X.
16255 NMEDIT=$lt_NMEDIT
16257 # Tool to manipulate fat objects and archives on Mac OS X.
16258 LIPO=$lt_LIPO
16260 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16261 OTOOL=$lt_OTOOL
16263 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16264 OTOOL64=$lt_OTOOL64
16266 # Old archive suffix (normally "a").
16267 libext=$libext
16269 # Shared library suffix (normally ".so").
16270 shrext_cmds=$lt_shrext_cmds
16272 # The commands to extract the exported symbol list from a shared archive.
16273 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16275 # Variables whose values should be saved in libtool wrapper scripts and
16276 # restored at link time.
16277 variables_saved_for_relink=$lt_variables_saved_for_relink
16279 # Do we need the "lib" prefix for modules?
16280 need_lib_prefix=$need_lib_prefix
16282 # Do we need a version for libraries?
16283 need_version=$need_version
16285 # Library versioning type.
16286 version_type=$version_type
16288 # Shared library runtime path variable.
16289 runpath_var=$runpath_var
16291 # Shared library path variable.
16292 shlibpath_var=$shlibpath_var
16294 # Is shlibpath searched before the hard-coded library search path?
16295 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16297 # Format of library name prefix.
16298 libname_spec=$lt_libname_spec
16300 # List of archive names. First name is the real one, the rest are links.
16301 # The last name is the one that the linker finds with -lNAME
16302 library_names_spec=$lt_library_names_spec
16304 # The coded name of the library, if different from the real name.
16305 soname_spec=$lt_soname_spec
16307 # Permission mode override for installation of shared libraries.
16308 install_override_mode=$lt_install_override_mode
16310 # Command to use after installation of a shared archive.
16311 postinstall_cmds=$lt_postinstall_cmds
16313 # Command to use after uninstallation of a shared archive.
16314 postuninstall_cmds=$lt_postuninstall_cmds
16316 # Commands used to finish a libtool library installation in a directory.
16317 finish_cmds=$lt_finish_cmds
16319 # As "finish_cmds", except a single script fragment to be evaled but
16320 # not shown.
16321 finish_eval=$lt_finish_eval
16323 # Whether we should hardcode library paths into libraries.
16324 hardcode_into_libs=$hardcode_into_libs
16326 # Compile-time system search path for libraries.
16327 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16329 # Run-time system search path for libraries.
16330 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16332 # Whether dlopen is supported.
16333 dlopen_support=$enable_dlopen
16335 # Whether dlopen of programs is supported.
16336 dlopen_self=$enable_dlopen_self
16338 # Whether dlopen of statically linked programs is supported.
16339 dlopen_self_static=$enable_dlopen_self_static
16341 # Commands to strip libraries.
16342 old_striplib=$lt_old_striplib
16343 striplib=$lt_striplib
16346 # The linker used to build libraries.
16347 LD=$lt_LD
16349 # How to create reloadable object files.
16350 reload_flag=$lt_reload_flag
16351 reload_cmds=$lt_reload_cmds
16353 # Commands used to build an old-style archive.
16354 old_archive_cmds=$lt_old_archive_cmds
16356 # A language specific compiler.
16357 CC=$lt_compiler
16359 # Is the compiler the GNU compiler?
16360 with_gcc=$GCC
16362 # Compiler flag to turn off builtin functions.
16363 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16365 # How to pass a linker flag through the compiler.
16366 wl=$lt_lt_prog_compiler_wl
16368 # Additional compiler flags for building library objects.
16369 pic_flag=$lt_lt_prog_compiler_pic
16371 # Compiler flag to prevent dynamic linking.
16372 link_static_flag=$lt_lt_prog_compiler_static
16374 # Does compiler simultaneously support -c and -o options?
16375 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16377 # Whether or not to add -lc for building shared libraries.
16378 build_libtool_need_lc=$archive_cmds_need_lc
16380 # Whether or not to disallow shared libs when runtime libs are static.
16381 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16383 # Compiler flag to allow reflexive dlopens.
16384 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16386 # Compiler flag to generate shared objects directly from archives.
16387 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16389 # Whether the compiler copes with passing no objects directly.
16390 compiler_needs_object=$lt_compiler_needs_object
16392 # Create an old-style archive from a shared archive.
16393 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16395 # Create a temporary old-style archive to link instead of a shared archive.
16396 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16398 # Commands used to build a shared archive.
16399 archive_cmds=$lt_archive_cmds
16400 archive_expsym_cmds=$lt_archive_expsym_cmds
16402 # Commands used to build a loadable module if different from building
16403 # a shared archive.
16404 module_cmds=$lt_module_cmds
16405 module_expsym_cmds=$lt_module_expsym_cmds
16407 # Whether we are building with GNU ld or not.
16408 with_gnu_ld=$lt_with_gnu_ld
16410 # Flag that allows shared libraries with undefined symbols to be built.
16411 allow_undefined_flag=$lt_allow_undefined_flag
16413 # Flag that enforces no undefined symbols.
16414 no_undefined_flag=$lt_no_undefined_flag
16416 # Flag to hardcode \$libdir into a binary during linking.
16417 # This must work even if \$libdir does not exist
16418 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16420 # If ld is used when linking, flag to hardcode \$libdir into a binary
16421 # during linking. This must work even if \$libdir does not exist.
16422 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16424 # Whether we need a single "-rpath" flag with a separated argument.
16425 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16427 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16428 # DIR into the resulting binary.
16429 hardcode_direct=$hardcode_direct
16431 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16432 # DIR into the resulting binary and the resulting library dependency is
16433 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16434 # library is relocated.
16435 hardcode_direct_absolute=$hardcode_direct_absolute
16437 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16438 # into the resulting binary.
16439 hardcode_minus_L=$hardcode_minus_L
16441 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16442 # into the resulting binary.
16443 hardcode_shlibpath_var=$hardcode_shlibpath_var
16445 # Set to "yes" if building a shared library automatically hardcodes DIR
16446 # into the library and all subsequent libraries and executables linked
16447 # against it.
16448 hardcode_automatic=$hardcode_automatic
16450 # Set to yes if linker adds runtime paths of dependent libraries
16451 # to runtime path list.
16452 inherit_rpath=$inherit_rpath
16454 # Whether libtool must link a program against all its dependency libraries.
16455 link_all_deplibs=$link_all_deplibs
16457 # Fix the shell variable \$srcfile for the compiler.
16458 fix_srcfile_path=$lt_fix_srcfile_path
16460 # Set to "yes" if exported symbols are required.
16461 always_export_symbols=$always_export_symbols
16463 # The commands to list exported symbols.
16464 export_symbols_cmds=$lt_export_symbols_cmds
16466 # Symbols that should not be listed in the preloaded symbols.
16467 exclude_expsyms=$lt_exclude_expsyms
16469 # Symbols that must always be exported.
16470 include_expsyms=$lt_include_expsyms
16472 # Commands necessary for linking programs (against libraries) with templates.
16473 prelink_cmds=$lt_prelink_cmds
16475 # Specify filename containing input files.
16476 file_list_spec=$lt_file_list_spec
16478 # How to hardcode a shared library path into an executable.
16479 hardcode_action=$hardcode_action
16481 # ### END LIBTOOL CONFIG
16483 _LT_EOF
16485 case $host_os in
16486 aix3*)
16487 cat <<\_LT_EOF >> "$cfgfile"
16488 # AIX sometimes has problems with the GCC collect2 program. For some
16489 # reason, if we set the COLLECT_NAMES environment variable, the problems
16490 # vanish in a puff of smoke.
16491 if test "X${COLLECT_NAMES+set}" != Xset; then
16492 COLLECT_NAMES=
16493 export COLLECT_NAMES
16495 _LT_EOF
16497 esac
16500 ltmain="$ac_aux_dir/ltmain.sh"
16503 # We use sed instead of cat because bash on DJGPP gets confused if
16504 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16505 # text mode, it properly converts lines to CR/LF. This bash problem
16506 # is reportedly fixed, but why not run on old versions too?
16507 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16508 || (rm -f "$cfgfile"; exit 1)
16510 case $xsi_shell in
16511 yes)
16512 cat << \_LT_EOF >> "$cfgfile"
16514 # func_dirname file append nondir_replacement
16515 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16516 # otherwise set result to NONDIR_REPLACEMENT.
16517 func_dirname ()
16519 case ${1} in
16520 */*) func_dirname_result="${1%/*}${2}" ;;
16521 * ) func_dirname_result="${3}" ;;
16522 esac
16525 # func_basename file
16526 func_basename ()
16528 func_basename_result="${1##*/}"
16531 # func_dirname_and_basename file append nondir_replacement
16532 # perform func_basename and func_dirname in a single function
16533 # call:
16534 # dirname: Compute the dirname of FILE. If nonempty,
16535 # add APPEND to the result, otherwise set result
16536 # to NONDIR_REPLACEMENT.
16537 # value returned in "$func_dirname_result"
16538 # basename: Compute filename of FILE.
16539 # value retuned in "$func_basename_result"
16540 # Implementation must be kept synchronized with func_dirname
16541 # and func_basename. For efficiency, we do not delegate to
16542 # those functions but instead duplicate the functionality here.
16543 func_dirname_and_basename ()
16545 case ${1} in
16546 */*) func_dirname_result="${1%/*}${2}" ;;
16547 * ) func_dirname_result="${3}" ;;
16548 esac
16549 func_basename_result="${1##*/}"
16552 # func_stripname prefix suffix name
16553 # strip PREFIX and SUFFIX off of NAME.
16554 # PREFIX and SUFFIX must not contain globbing or regex special
16555 # characters, hashes, percent signs, but SUFFIX may contain a leading
16556 # dot (in which case that matches only a dot).
16557 func_stripname ()
16559 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16560 # positional parameters, so assign one to ordinary parameter first.
16561 func_stripname_result=${3}
16562 func_stripname_result=${func_stripname_result#"${1}"}
16563 func_stripname_result=${func_stripname_result%"${2}"}
16566 # func_opt_split
16567 func_opt_split ()
16569 func_opt_split_opt=${1%%=*}
16570 func_opt_split_arg=${1#*=}
16573 # func_lo2o object
16574 func_lo2o ()
16576 case ${1} in
16577 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16578 *) func_lo2o_result=${1} ;;
16579 esac
16582 # func_xform libobj-or-source
16583 func_xform ()
16585 func_xform_result=${1%.*}.lo
16588 # func_arith arithmetic-term...
16589 func_arith ()
16591 func_arith_result=$(( $* ))
16594 # func_len string
16595 # STRING may not start with a hyphen.
16596 func_len ()
16598 func_len_result=${#1}
16601 _LT_EOF
16603 *) # Bourne compatible functions.
16604 cat << \_LT_EOF >> "$cfgfile"
16606 # func_dirname file append nondir_replacement
16607 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16608 # otherwise set result to NONDIR_REPLACEMENT.
16609 func_dirname ()
16611 # Extract subdirectory from the argument.
16612 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16613 if test "X$func_dirname_result" = "X${1}"; then
16614 func_dirname_result="${3}"
16615 else
16616 func_dirname_result="$func_dirname_result${2}"
16620 # func_basename file
16621 func_basename ()
16623 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16627 # func_stripname prefix suffix name
16628 # strip PREFIX and SUFFIX off of NAME.
16629 # PREFIX and SUFFIX must not contain globbing or regex special
16630 # characters, hashes, percent signs, but SUFFIX may contain a leading
16631 # dot (in which case that matches only a dot).
16632 # func_strip_suffix prefix name
16633 func_stripname ()
16635 case ${2} in
16636 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16637 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16638 esac
16641 # sed scripts:
16642 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16643 my_sed_long_arg='1s/^-[^=]*=//'
16645 # func_opt_split
16646 func_opt_split ()
16648 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16649 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16652 # func_lo2o object
16653 func_lo2o ()
16655 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16658 # func_xform libobj-or-source
16659 func_xform ()
16661 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16664 # func_arith arithmetic-term...
16665 func_arith ()
16667 func_arith_result=`expr "$@"`
16670 # func_len string
16671 # STRING may not start with a hyphen.
16672 func_len ()
16674 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16677 _LT_EOF
16678 esac
16680 case $lt_shell_append in
16681 yes)
16682 cat << \_LT_EOF >> "$cfgfile"
16684 # func_append var value
16685 # Append VALUE to the end of shell variable VAR.
16686 func_append ()
16688 eval "$1+=\$2"
16690 _LT_EOF
16693 cat << \_LT_EOF >> "$cfgfile"
16695 # func_append var value
16696 # Append VALUE to the end of shell variable VAR.
16697 func_append ()
16699 eval "$1=\$$1\$2"
16702 _LT_EOF
16704 esac
16707 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16708 || (rm -f "$cfgfile"; exit 1)
16710 mv -f "$cfgfile" "$ofile" ||
16711 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16712 chmod +x "$ofile"
16715 "default-1":C)
16716 for ac_file in $CONFIG_FILES; do
16717 # Support "outfile[:infile[:infile...]]"
16718 case "$ac_file" in
16719 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16720 esac
16721 # PO directories have a Makefile.in generated from Makefile.in.in.
16722 case "$ac_file" in */Makefile.in)
16723 # Adjust a relative srcdir.
16724 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16725 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16726 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16727 # In autoconf-2.13 it is called $ac_given_srcdir.
16728 # In autoconf-2.50 it is called $srcdir.
16729 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16730 case "$ac_given_srcdir" in
16731 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16732 /*) top_srcdir="$ac_given_srcdir" ;;
16733 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16734 esac
16735 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16736 rm -f "$ac_dir/POTFILES"
16737 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16738 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16739 POMAKEFILEDEPS="POTFILES.in"
16740 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16741 # on $ac_dir but don't depend on user-specified configuration
16742 # parameters.
16743 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16744 # The LINGUAS file contains the set of available languages.
16745 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16746 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16748 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16749 # Hide the ALL_LINGUAS assigment from automake.
16750 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16751 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16752 else
16753 # The set of available languages was given in configure.ac.
16754 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16756 case "$ac_given_srcdir" in
16757 .) srcdirpre= ;;
16758 *) srcdirpre='$(srcdir)/' ;;
16759 esac
16760 POFILES=
16761 GMOFILES=
16762 UPDATEPOFILES=
16763 DUMMYPOFILES=
16764 for lang in $ALL_LINGUAS; do
16765 POFILES="$POFILES $srcdirpre$lang.po"
16766 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16767 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16768 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16769 done
16770 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16771 # environment variable.
16772 INST_LINGUAS=
16773 if test -n "$ALL_LINGUAS"; then
16774 for presentlang in $ALL_LINGUAS; do
16775 useit=no
16776 if test "%UNSET%" != "$LINGUAS"; then
16777 desiredlanguages="$LINGUAS"
16778 else
16779 desiredlanguages="$ALL_LINGUAS"
16781 for desiredlang in $desiredlanguages; do
16782 # Use the presentlang catalog if desiredlang is
16783 # a. equal to presentlang, or
16784 # b. a variant of presentlang (because in this case,
16785 # presentlang can be used as a fallback for messages
16786 # which are not translated in the desiredlang catalog).
16787 case "$desiredlang" in
16788 "$presentlang"*) useit=yes;;
16789 esac
16790 done
16791 if test $useit = yes; then
16792 INST_LINGUAS="$INST_LINGUAS $presentlang"
16794 done
16796 CATALOGS=
16797 if test -n "$INST_LINGUAS"; then
16798 for lang in $INST_LINGUAS; do
16799 CATALOGS="$CATALOGS $lang.gmo"
16800 done
16802 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16803 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"
16804 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16805 if test -f "$f"; then
16806 case "$f" in
16807 *.orig | *.bak | *~) ;;
16808 *) cat "$f" >> "$ac_dir/Makefile" ;;
16809 esac
16811 done
16814 esac
16815 done ;;
16816 "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
16817 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16818 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16819 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16820 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16821 if test "x$cgen_cpu_prefix" != x ; then
16822 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16823 fi ;;
16825 esac
16826 done # for ac_tag
16829 as_fn_exit 0
16830 _ACEOF
16831 ac_clean_files=$ac_clean_files_save
16833 test $ac_write_fail = 0 ||
16834 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16837 # configure is writing to config.log, and then calls config.status.
16838 # config.status does its own redirection, appending to config.log.
16839 # Unfortunately, on DOS this fails, as config.log is still kept open
16840 # by configure, so config.status won't be able to write to it; its
16841 # output is simply discarded. So we exec the FD to /dev/null,
16842 # effectively closing config.log, so it can be properly (re)opened and
16843 # appended to by config.status. When coming back to configure, we
16844 # need to make the FD available again.
16845 if test "$no_create" != yes; then
16846 ac_cs_success=:
16847 ac_config_status_args=
16848 test "$silent" = yes &&
16849 ac_config_status_args="$ac_config_status_args --quiet"
16850 exec 5>/dev/null
16851 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16852 exec 5>>config.log
16853 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16854 # would make configure fail if this is the last instruction.
16855 $ac_cs_success || as_fn_exit 1
16857 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16858 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16859 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16864 touch config.status.tmp
16865 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16866 sed '/as_fn_exit 0/i \
16867 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16868 touch --reference=Makefile Makefile.tmp \
16869 mv Makefile.tmp Makefile \
16870 ' config.status > config.status.tmp
16871 touch --reference=config.status config.status.tmp
16872 mv config.status.tmp config.status
16873 chmod +x config.status
16874 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16875 touch --reference=Makefile Makefile.tmp
16876 mv Makefile.tmp Makefile
16877 else
16878 rm -f config.status.tmp