LoongArch gas support
[binutils-gdb.git] / gas / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for gas 2.37.50.
4 #
5 #
6 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
7 #
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70 fi
71
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
88
89 # Find who we are. Look in the path if we contain no directory separator.
90 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
95 do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
101
102 ;;
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
108 fi
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112 fi
113
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
125
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
131
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174 esac
175 fi
176 "
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
182
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190 else
191 exitcode=1; echo positional parameters were not saved.
192 fi
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
199 test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
212 fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219 do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233 fi
234 fi
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
266 fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
279 fi
280 exit 1
281 fi
282 fi
283 fi
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
289
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
297 {
298 { eval $1=; unset $1;}
299 }
300 as_unset=as_fn_unset
301
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
306 {
307 return $1
308 } # as_fn_set_status
309
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
314 {
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
319
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
324 {
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
364
365
366 } # as_fn_mkdir_p
367
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
372 {
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386 else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391 fi # as_fn_append
392
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403 else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408 fi # as_fn_arith
409
410
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
417 {
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
422 fi
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
426
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
432 fi
433
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
438 fi
439
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
444 fi
445
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506 }
507
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517 *)
518 ECHO_N='-n';;
519 esac
520
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527 fi
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
541 fi
542 else
543 as_ln_s='cp -pR'
544 fi
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
547
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553 fi
554
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
557
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
564 SHELL=${CONFIG_SHELL-/bin/sh}
565
566
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
569
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575 #
576 # Initializations.
577 #
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
586
587 # Identity of this package.
588 PACKAGE_NAME='gas'
589 PACKAGE_TARNAME='gas'
590 PACKAGE_VERSION='2.37.50'
591 PACKAGE_STRING='gas 2.37.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
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"
631
632 ac_subst_vars='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 zlibinc
637 zlibdir
638 LIBM
639 GENINSRC_NEVER_FALSE
640 GENINSRC_NEVER_TRUE
641 MAINT
642 MAINTAINER_MODE_FALSE
643 MAINTAINER_MODE_TRUE
644 MSGMERGE
645 MSGFMT
646 MKINSTALLDIRS
647 CATOBJEXT
648 GENCAT
649 INSTOBJEXT
650 DATADIRNAME
651 CATALOGS
652 POSUB
653 GMSGFMT
654 XGETTEXT
655 INCINTL
656 LIBINTL_DEP
657 LIBINTL
658 USE_NLS
659 LEXLIB
660 LEX_OUTPUT_ROOT
661 LEX
662 YFLAGS
663 YACC
664 OPCODES_LIB
665 atof
666 install_tooldir
667 te_file
668 obj_format
669 target_cpu_type
670 extra_objects
671 cgen_cpu_prefix
672 GDBINIT
673 WARN_WRITE_STRINGS
674 NO_WERROR
675 WARN_CFLAGS_FOR_BUILD
676 WARN_CFLAGS
677 do_compare
678 LARGEFILE_CPPFLAGS
679 OTOOL64
680 OTOOL
681 LIPO
682 NMEDIT
683 DSYMUTIL
684 RANLIB
685 AR
686 OBJDUMP
687 LN_S
688 NM
689 ac_ct_DUMPBIN
690 DUMPBIN
691 LD
692 FGREP
693 SED
694 LIBTOOL
695 EGREP
696 GREP
697 CPP
698 am__fastdepCC_FALSE
699 am__fastdepCC_TRUE
700 CCDEPMODE
701 am__nodep
702 AMDEPBACKSLASH
703 AMDEP_FALSE
704 AMDEP_TRUE
705 am__quote
706 am__include
707 DEPDIR
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
714 CC
715 AM_BACKSLASH
716 AM_DEFAULT_VERBOSITY
717 AM_DEFAULT_V
718 AM_V
719 am__untar
720 am__tar
721 AMTAR
722 am__leading_dot
723 SET_MAKE
724 AWK
725 mkdir_p
726 MKDIR_P
727 INSTALL_STRIP_PROGRAM
728 STRIP
729 install_sh
730 MAKEINFO
731 AUTOHEADER
732 AUTOMAKE
733 AUTOCONF
734 ACLOCAL
735 VERSION
736 PACKAGE
737 CYGPATH_W
738 am__isrc
739 INSTALL_DATA
740 INSTALL_SCRIPT
741 INSTALL_PROGRAM
742 target_os
743 target_vendor
744 target_cpu
745 target
746 host_os
747 host_vendor
748 host_cpu
749 host
750 build_os
751 build_vendor
752 build_cpu
753 build
754 target_alias
755 host_alias
756 build_alias
757 LIBS
758 ECHO_T
759 ECHO_N
760 ECHO_C
761 DEFS
762 mandir
763 localedir
764 libdir
765 psdir
766 pdfdir
767 dvidir
768 htmldir
769 infodir
770 docdir
771 oldincludedir
772 includedir
773 localstatedir
774 sharedstatedir
775 sysconfdir
776 datadir
777 datarootdir
778 libexecdir
779 sbindir
780 bindir
781 program_transform_name
782 prefix
783 exec_prefix
784 PACKAGE_URL
785 PACKAGE_BUGREPORT
786 PACKAGE_STRING
787 PACKAGE_VERSION
788 PACKAGE_TARNAME
789 PACKAGE_NAME
790 PATH_SEPARATOR
791 SHELL'
792 ac_subst_files=''
793 ac_user_opts='
794 enable_option_checking
795 enable_silent_rules
796 enable_dependency_tracking
797 enable_shared
798 enable_static
799 with_pic
800 enable_fast_install
801 with_gnu_ld
802 enable_libtool_lock
803 enable_plugins
804 enable_largefile
805 enable_targets
806 enable_checking
807 enable_compressed_debug_sections
808 enable_x86_relax_relocations
809 enable_elf_stt_common
810 enable_generate_build_notes
811 enable_mips_fix_loongson3_llsc
812 enable_x86_used_note
813 enable_default_riscv_attribute
814 enable_werror
815 enable_build_warnings
816 with_cpu
817 enable_nls
818 enable_maintainer_mode
819 with_system_zlib
820 '
821 ac_precious_vars='build_alias
822 host_alias
823 target_alias
824 CC
825 CFLAGS
826 LDFLAGS
827 LIBS
828 CPPFLAGS
829 CPP
830 YACC
831 YFLAGS'
832
833
834 # Initialize some variables set by options.
835 ac_init_help=
836 ac_init_version=false
837 ac_unrecognized_opts=
838 ac_unrecognized_sep=
839 # The variables have the same names as the options, with
840 # dashes changed to underlines.
841 cache_file=/dev/null
842 exec_prefix=NONE
843 no_create=
844 no_recursion=
845 prefix=NONE
846 program_prefix=NONE
847 program_suffix=NONE
848 program_transform_name=s,x,x,
849 silent=
850 site=
851 srcdir=
852 verbose=
853 x_includes=NONE
854 x_libraries=NONE
855
856 # Installation directory options.
857 # These are left unexpanded so users can "make install exec_prefix=/foo"
858 # and all the variables that are supposed to be based on exec_prefix
859 # by default will actually change.
860 # Use braces instead of parens because sh, perl, etc. also accept them.
861 # (The list follows the same order as the GNU Coding Standards.)
862 bindir='${exec_prefix}/bin'
863 sbindir='${exec_prefix}/sbin'
864 libexecdir='${exec_prefix}/libexec'
865 datarootdir='${prefix}/share'
866 datadir='${datarootdir}'
867 sysconfdir='${prefix}/etc'
868 sharedstatedir='${prefix}/com'
869 localstatedir='${prefix}/var'
870 includedir='${prefix}/include'
871 oldincludedir='/usr/include'
872 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
873 infodir='${datarootdir}/info'
874 htmldir='${docdir}'
875 dvidir='${docdir}'
876 pdfdir='${docdir}'
877 psdir='${docdir}'
878 libdir='${exec_prefix}/lib'
879 localedir='${datarootdir}/locale'
880 mandir='${datarootdir}/man'
881
882 ac_prev=
883 ac_dashdash=
884 for ac_option
885 do
886 # If the previous option needs an argument, assign it.
887 if test -n "$ac_prev"; then
888 eval $ac_prev=\$ac_option
889 ac_prev=
890 continue
891 fi
892
893 case $ac_option in
894 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
895 *=) ac_optarg= ;;
896 *) ac_optarg=yes ;;
897 esac
898
899 # Accept the important Cygnus configure options, so we can diagnose typos.
900
901 case $ac_dashdash$ac_option in
902 --)
903 ac_dashdash=yes ;;
904
905 -bindir | --bindir | --bindi | --bind | --bin | --bi)
906 ac_prev=bindir ;;
907 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
908 bindir=$ac_optarg ;;
909
910 -build | --build | --buil | --bui | --bu)
911 ac_prev=build_alias ;;
912 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
913 build_alias=$ac_optarg ;;
914
915 -cache-file | --cache-file | --cache-fil | --cache-fi \
916 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
917 ac_prev=cache_file ;;
918 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
919 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
920 cache_file=$ac_optarg ;;
921
922 --config-cache | -C)
923 cache_file=config.cache ;;
924
925 -datadir | --datadir | --datadi | --datad)
926 ac_prev=datadir ;;
927 -datadir=* | --datadir=* | --datadi=* | --datad=*)
928 datadir=$ac_optarg ;;
929
930 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
931 | --dataroo | --dataro | --datar)
932 ac_prev=datarootdir ;;
933 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
934 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
935 datarootdir=$ac_optarg ;;
936
937 -disable-* | --disable-*)
938 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
939 # Reject names that are not valid shell variable names.
940 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
941 as_fn_error $? "invalid feature name: $ac_useropt"
942 ac_useropt_orig=$ac_useropt
943 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
944 case $ac_user_opts in
945 *"
946 "enable_$ac_useropt"
947 "*) ;;
948 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
949 ac_unrecognized_sep=', ';;
950 esac
951 eval enable_$ac_useropt=no ;;
952
953 -docdir | --docdir | --docdi | --doc | --do)
954 ac_prev=docdir ;;
955 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
956 docdir=$ac_optarg ;;
957
958 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
959 ac_prev=dvidir ;;
960 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
961 dvidir=$ac_optarg ;;
962
963 -enable-* | --enable-*)
964 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
965 # Reject names that are not valid shell variable names.
966 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
967 as_fn_error $? "invalid feature name: $ac_useropt"
968 ac_useropt_orig=$ac_useropt
969 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
970 case $ac_user_opts in
971 *"
972 "enable_$ac_useropt"
973 "*) ;;
974 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
975 ac_unrecognized_sep=', ';;
976 esac
977 eval enable_$ac_useropt=\$ac_optarg ;;
978
979 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
980 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
981 | --exec | --exe | --ex)
982 ac_prev=exec_prefix ;;
983 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
984 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
985 | --exec=* | --exe=* | --ex=*)
986 exec_prefix=$ac_optarg ;;
987
988 -gas | --gas | --ga | --g)
989 # Obsolete; use --with-gas.
990 with_gas=yes ;;
991
992 -help | --help | --hel | --he | -h)
993 ac_init_help=long ;;
994 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
995 ac_init_help=recursive ;;
996 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
997 ac_init_help=short ;;
998
999 -host | --host | --hos | --ho)
1000 ac_prev=host_alias ;;
1001 -host=* | --host=* | --hos=* | --ho=*)
1002 host_alias=$ac_optarg ;;
1003
1004 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1005 ac_prev=htmldir ;;
1006 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1007 | --ht=*)
1008 htmldir=$ac_optarg ;;
1009
1010 -includedir | --includedir | --includedi | --included | --include \
1011 | --includ | --inclu | --incl | --inc)
1012 ac_prev=includedir ;;
1013 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1014 | --includ=* | --inclu=* | --incl=* | --inc=*)
1015 includedir=$ac_optarg ;;
1016
1017 -infodir | --infodir | --infodi | --infod | --info | --inf)
1018 ac_prev=infodir ;;
1019 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1020 infodir=$ac_optarg ;;
1021
1022 -libdir | --libdir | --libdi | --libd)
1023 ac_prev=libdir ;;
1024 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1025 libdir=$ac_optarg ;;
1026
1027 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1028 | --libexe | --libex | --libe)
1029 ac_prev=libexecdir ;;
1030 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1031 | --libexe=* | --libex=* | --libe=*)
1032 libexecdir=$ac_optarg ;;
1033
1034 -localedir | --localedir | --localedi | --localed | --locale)
1035 ac_prev=localedir ;;
1036 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1037 localedir=$ac_optarg ;;
1038
1039 -localstatedir | --localstatedir | --localstatedi | --localstated \
1040 | --localstate | --localstat | --localsta | --localst | --locals)
1041 ac_prev=localstatedir ;;
1042 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1043 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1044 localstatedir=$ac_optarg ;;
1045
1046 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1047 ac_prev=mandir ;;
1048 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1049 mandir=$ac_optarg ;;
1050
1051 -nfp | --nfp | --nf)
1052 # Obsolete; use --without-fp.
1053 with_fp=no ;;
1054
1055 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1056 | --no-cr | --no-c | -n)
1057 no_create=yes ;;
1058
1059 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1060 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1061 no_recursion=yes ;;
1062
1063 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1064 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1065 | --oldin | --oldi | --old | --ol | --o)
1066 ac_prev=oldincludedir ;;
1067 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1068 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1069 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1070 oldincludedir=$ac_optarg ;;
1071
1072 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1073 ac_prev=prefix ;;
1074 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1075 prefix=$ac_optarg ;;
1076
1077 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1078 | --program-pre | --program-pr | --program-p)
1079 ac_prev=program_prefix ;;
1080 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1081 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1082 program_prefix=$ac_optarg ;;
1083
1084 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1085 | --program-suf | --program-su | --program-s)
1086 ac_prev=program_suffix ;;
1087 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1088 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1089 program_suffix=$ac_optarg ;;
1090
1091 -program-transform-name | --program-transform-name \
1092 | --program-transform-nam | --program-transform-na \
1093 | --program-transform-n | --program-transform- \
1094 | --program-transform | --program-transfor \
1095 | --program-transfo | --program-transf \
1096 | --program-trans | --program-tran \
1097 | --progr-tra | --program-tr | --program-t)
1098 ac_prev=program_transform_name ;;
1099 -program-transform-name=* | --program-transform-name=* \
1100 | --program-transform-nam=* | --program-transform-na=* \
1101 | --program-transform-n=* | --program-transform-=* \
1102 | --program-transform=* | --program-transfor=* \
1103 | --program-transfo=* | --program-transf=* \
1104 | --program-trans=* | --program-tran=* \
1105 | --progr-tra=* | --program-tr=* | --program-t=*)
1106 program_transform_name=$ac_optarg ;;
1107
1108 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1109 ac_prev=pdfdir ;;
1110 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1111 pdfdir=$ac_optarg ;;
1112
1113 -psdir | --psdir | --psdi | --psd | --ps)
1114 ac_prev=psdir ;;
1115 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1116 psdir=$ac_optarg ;;
1117
1118 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1119 | -silent | --silent | --silen | --sile | --sil)
1120 silent=yes ;;
1121
1122 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1123 ac_prev=sbindir ;;
1124 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1125 | --sbi=* | --sb=*)
1126 sbindir=$ac_optarg ;;
1127
1128 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1129 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1130 | --sharedst | --shareds | --shared | --share | --shar \
1131 | --sha | --sh)
1132 ac_prev=sharedstatedir ;;
1133 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1134 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1135 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1136 | --sha=* | --sh=*)
1137 sharedstatedir=$ac_optarg ;;
1138
1139 -site | --site | --sit)
1140 ac_prev=site ;;
1141 -site=* | --site=* | --sit=*)
1142 site=$ac_optarg ;;
1143
1144 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1145 ac_prev=srcdir ;;
1146 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1147 srcdir=$ac_optarg ;;
1148
1149 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1150 | --syscon | --sysco | --sysc | --sys | --sy)
1151 ac_prev=sysconfdir ;;
1152 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1153 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1154 sysconfdir=$ac_optarg ;;
1155
1156 -target | --target | --targe | --targ | --tar | --ta | --t)
1157 ac_prev=target_alias ;;
1158 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1159 target_alias=$ac_optarg ;;
1160
1161 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1162 verbose=yes ;;
1163
1164 -version | --version | --versio | --versi | --vers | -V)
1165 ac_init_version=: ;;
1166
1167 -with-* | --with-*)
1168 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1171 as_fn_error $? "invalid package name: $ac_useropt"
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1175 *"
1176 "with_$ac_useropt"
1177 "*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
1180 esac
1181 eval with_$ac_useropt=\$ac_optarg ;;
1182
1183 -without-* | --without-*)
1184 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1185 # Reject names that are not valid shell variable names.
1186 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1187 as_fn_error $? "invalid package name: $ac_useropt"
1188 ac_useropt_orig=$ac_useropt
1189 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1190 case $ac_user_opts in
1191 *"
1192 "with_$ac_useropt"
1193 "*) ;;
1194 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1195 ac_unrecognized_sep=', ';;
1196 esac
1197 eval with_$ac_useropt=no ;;
1198
1199 --x)
1200 # Obsolete; use --with-x.
1201 with_x=yes ;;
1202
1203 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1204 | --x-incl | --x-inc | --x-in | --x-i)
1205 ac_prev=x_includes ;;
1206 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1207 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1208 x_includes=$ac_optarg ;;
1209
1210 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1211 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1212 ac_prev=x_libraries ;;
1213 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1214 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1215 x_libraries=$ac_optarg ;;
1216
1217 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1218 Try \`$0 --help' for more information"
1219 ;;
1220
1221 *=*)
1222 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1223 # Reject names that are not valid shell variable names.
1224 case $ac_envvar in #(
1225 '' | [0-9]* | *[!_$as_cr_alnum]* )
1226 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1227 esac
1228 eval $ac_envvar=\$ac_optarg
1229 export $ac_envvar ;;
1230
1231 *)
1232 # FIXME: should be removed in autoconf 3.0.
1233 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1234 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1235 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1236 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1237 ;;
1238
1239 esac
1240 done
1241
1242 if test -n "$ac_prev"; then
1243 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1244 as_fn_error $? "missing argument to $ac_option"
1245 fi
1246
1247 if test -n "$ac_unrecognized_opts"; then
1248 case $enable_option_checking in
1249 no) ;;
1250 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1251 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1252 esac
1253 fi
1254
1255 # Check all directory arguments for consistency.
1256 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1257 datadir sysconfdir sharedstatedir localstatedir includedir \
1258 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1259 libdir localedir mandir
1260 do
1261 eval ac_val=\$$ac_var
1262 # Remove trailing slashes.
1263 case $ac_val in
1264 */ )
1265 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1266 eval $ac_var=\$ac_val;;
1267 esac
1268 # Be sure to have absolute directory names.
1269 case $ac_val in
1270 [\\/$]* | ?:[\\/]* ) continue;;
1271 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1272 esac
1273 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1274 done
1275
1276 # There might be people who depend on the old broken behavior: `$host'
1277 # used to hold the argument of --host etc.
1278 # FIXME: To remove some day.
1279 build=$build_alias
1280 host=$host_alias
1281 target=$target_alias
1282
1283 # FIXME: To remove some day.
1284 if test "x$host_alias" != x; then
1285 if test "x$build_alias" = x; then
1286 cross_compiling=maybe
1287 elif test "x$build_alias" != "x$host_alias"; then
1288 cross_compiling=yes
1289 fi
1290 fi
1291
1292 ac_tool_prefix=
1293 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1294
1295 test "$silent" = yes && exec 6>/dev/null
1296
1297
1298 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1299 ac_ls_di=`ls -di .` &&
1300 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1301 as_fn_error $? "working directory cannot be determined"
1302 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1303 as_fn_error $? "pwd does not report name of working directory"
1304
1305
1306 # Find the source files, if location was not specified.
1307 if test -z "$srcdir"; then
1308 ac_srcdir_defaulted=yes
1309 # Try the directory containing this script, then the parent directory.
1310 ac_confdir=`$as_dirname -- "$as_myself" ||
1311 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1312 X"$as_myself" : 'X\(//\)[^/]' \| \
1313 X"$as_myself" : 'X\(//\)$' \| \
1314 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1315 $as_echo X"$as_myself" |
1316 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1317 s//\1/
1318 q
1319 }
1320 /^X\(\/\/\)[^/].*/{
1321 s//\1/
1322 q
1323 }
1324 /^X\(\/\/\)$/{
1325 s//\1/
1326 q
1327 }
1328 /^X\(\/\).*/{
1329 s//\1/
1330 q
1331 }
1332 s/.*/./; q'`
1333 srcdir=$ac_confdir
1334 if test ! -r "$srcdir/$ac_unique_file"; then
1335 srcdir=..
1336 fi
1337 else
1338 ac_srcdir_defaulted=no
1339 fi
1340 if test ! -r "$srcdir/$ac_unique_file"; then
1341 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1342 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1343 fi
1344 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1345 ac_abs_confdir=`(
1346 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1347 pwd)`
1348 # When building in place, set srcdir=.
1349 if test "$ac_abs_confdir" = "$ac_pwd"; then
1350 srcdir=.
1351 fi
1352 # Remove unnecessary trailing slashes from srcdir.
1353 # Double slashes in file names in object file debugging info
1354 # mess up M-x gdb in Emacs.
1355 case $srcdir in
1356 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1357 esac
1358 for ac_var in $ac_precious_vars; do
1359 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1360 eval ac_env_${ac_var}_value=\$${ac_var}
1361 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1362 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1363 done
1364
1365 #
1366 # Report the --help message.
1367 #
1368 if test "$ac_init_help" = "long"; then
1369 # Omit some internal or obsolete options to make the list less imposing.
1370 # This message is too long to be a string in the A/UX 3.1 sh.
1371 cat <<_ACEOF
1372 \`configure' configures gas 2.37.50 to adapt to many kinds of systems.
1373
1374 Usage: $0 [OPTION]... [VAR=VALUE]...
1375
1376 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1377 VAR=VALUE. See below for descriptions of some of the useful variables.
1378
1379 Defaults for the options are specified in brackets.
1380
1381 Configuration:
1382 -h, --help display this help and exit
1383 --help=short display options specific to this package
1384 --help=recursive display the short help of all the included packages
1385 -V, --version display version information and exit
1386 -q, --quiet, --silent do not print \`checking ...' messages
1387 --cache-file=FILE cache test results in FILE [disabled]
1388 -C, --config-cache alias for \`--cache-file=config.cache'
1389 -n, --no-create do not create output files
1390 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1391
1392 Installation directories:
1393 --prefix=PREFIX install architecture-independent files in PREFIX
1394 [$ac_default_prefix]
1395 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1396 [PREFIX]
1397
1398 By default, \`make install' will install all the files in
1399 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1400 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1401 for instance \`--prefix=\$HOME'.
1402
1403 For better control, use the options below.
1404
1405 Fine tuning of the installation directories:
1406 --bindir=DIR user executables [EPREFIX/bin]
1407 --sbindir=DIR system admin executables [EPREFIX/sbin]
1408 --libexecdir=DIR program executables [EPREFIX/libexec]
1409 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1410 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1411 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1412 --libdir=DIR object code libraries [EPREFIX/lib]
1413 --includedir=DIR C header files [PREFIX/include]
1414 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1415 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1416 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1417 --infodir=DIR info documentation [DATAROOTDIR/info]
1418 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1419 --mandir=DIR man documentation [DATAROOTDIR/man]
1420 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1421 --htmldir=DIR html documentation [DOCDIR]
1422 --dvidir=DIR dvi documentation [DOCDIR]
1423 --pdfdir=DIR pdf documentation [DOCDIR]
1424 --psdir=DIR ps documentation [DOCDIR]
1425 _ACEOF
1426
1427 cat <<\_ACEOF
1428
1429 Program names:
1430 --program-prefix=PREFIX prepend PREFIX to installed program names
1431 --program-suffix=SUFFIX append SUFFIX to installed program names
1432 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1433
1434 System types:
1435 --build=BUILD configure for building on BUILD [guessed]
1436 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1437 --target=TARGET configure for building compilers for TARGET [HOST]
1438 _ACEOF
1439 fi
1440
1441 if test -n "$ac_init_help"; then
1442 case $ac_init_help in
1443 short | recursive ) echo "Configuration of gas 2.37.50:";;
1444 esac
1445 cat <<\_ACEOF
1446
1447 Optional Features:
1448 --disable-option-checking ignore unrecognized --enable/--with options
1449 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1450 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1451 --enable-silent-rules less verbose build output (undo: "make V=1")
1452 --disable-silent-rules verbose build output (undo: "make V=0")
1453 --enable-dependency-tracking
1454 do not reject slow dependency extractors
1455 --disable-dependency-tracking
1456 speeds up one-time build
1457 --enable-shared[=PKGS] build shared libraries [default=yes]
1458 --enable-static[=PKGS] build static libraries [default=yes]
1459 --enable-fast-install[=PKGS]
1460 optimize for fast installation [default=yes]
1461 --disable-libtool-lock avoid locking (might break parallel builds)
1462 --enable-plugins Enable support for plugins
1463 --disable-largefile omit support for large files
1464 --enable-targets alternative target configurations besides the primary
1465 --enable-checking enable run-time checks
1466 --enable-compressed-debug-sections={all,gas,none}
1467 compress debug sections by default
1468 --enable-x86-relax-relocations
1469 generate x86 relax relocations by default
1470 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1471 default
1472 --enable-generate-build-notes
1473 generate GNU Build notes if none are provided by the
1474 input
1475 --enable-mips-fix-loongson3-llsc
1476 enable MIPS fix Loongson3 LLSC errata
1477 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1478 --enable-default-riscv-attribute
1479 generate RISC-V arch attribute by default
1480 --enable-werror treat compile warnings as errors
1481 --enable-build-warnings enable build-time compiler warnings
1482 --disable-nls do not use Native Language Support
1483 --enable-maintainer-mode
1484 enable make rules and dependencies not useful (and
1485 sometimes confusing) to the casual installer
1486
1487 Optional Packages:
1488 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1489 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1490 --with-pic try to use only PIC/non-PIC objects [default=use
1491 both]
1492 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1493 --with-cpu=CPU default cpu variant is CPU (currently only supported
1494 on ARC)
1495 --with-system-zlib use installed libz
1496
1497 Some influential environment variables:
1498 CC C compiler command
1499 CFLAGS C compiler flags
1500 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1501 nonstandard directory <lib dir>
1502 LIBS libraries to pass to the linker, e.g. -l<library>
1503 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1504 you have headers in a nonstandard directory <include dir>
1505 CPP C preprocessor
1506 YACC The `Yet Another Compiler Compiler' implementation to use.
1507 Defaults to the first program found out of: `bison -y', `byacc',
1508 `yacc'.
1509 YFLAGS The list of arguments that will be passed by default to $YACC.
1510 This script will default YFLAGS to the empty string to avoid a
1511 default value of `-d' given by some make applications.
1512
1513 Use these variables to override the choices made by `configure' or to help
1514 it to find libraries and programs with nonstandard names/locations.
1515
1516 Report bugs to the package provider.
1517 _ACEOF
1518 ac_status=$?
1519 fi
1520
1521 if test "$ac_init_help" = "recursive"; then
1522 # If there are subdirs, report their specific --help.
1523 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1524 test -d "$ac_dir" ||
1525 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1526 continue
1527 ac_builddir=.
1528
1529 case "$ac_dir" in
1530 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1531 *)
1532 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1533 # A ".." for each directory in $ac_dir_suffix.
1534 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1535 case $ac_top_builddir_sub in
1536 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1537 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1538 esac ;;
1539 esac
1540 ac_abs_top_builddir=$ac_pwd
1541 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1542 # for backward compatibility:
1543 ac_top_builddir=$ac_top_build_prefix
1544
1545 case $srcdir in
1546 .) # We are building in place.
1547 ac_srcdir=.
1548 ac_top_srcdir=$ac_top_builddir_sub
1549 ac_abs_top_srcdir=$ac_pwd ;;
1550 [\\/]* | ?:[\\/]* ) # Absolute name.
1551 ac_srcdir=$srcdir$ac_dir_suffix;
1552 ac_top_srcdir=$srcdir
1553 ac_abs_top_srcdir=$srcdir ;;
1554 *) # Relative name.
1555 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1556 ac_top_srcdir=$ac_top_build_prefix$srcdir
1557 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1558 esac
1559 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1560
1561 cd "$ac_dir" || { ac_status=$?; continue; }
1562 # Check for guested configure.
1563 if test -f "$ac_srcdir/configure.gnu"; then
1564 echo &&
1565 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1566 elif test -f "$ac_srcdir/configure"; then
1567 echo &&
1568 $SHELL "$ac_srcdir/configure" --help=recursive
1569 else
1570 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1571 fi || ac_status=$?
1572 cd "$ac_pwd" || { ac_status=$?; break; }
1573 done
1574 fi
1575
1576 test -n "$ac_init_help" && exit $ac_status
1577 if $ac_init_version; then
1578 cat <<\_ACEOF
1579 gas configure 2.37.50
1580 generated by GNU Autoconf 2.69
1581
1582 Copyright (C) 2012 Free Software Foundation, Inc.
1583 This configure script is free software; the Free Software Foundation
1584 gives unlimited permission to copy, distribute and modify it.
1585 _ACEOF
1586 exit
1587 fi
1588
1589 ## ------------------------ ##
1590 ## Autoconf initialization. ##
1591 ## ------------------------ ##
1592
1593 # ac_fn_c_try_compile LINENO
1594 # --------------------------
1595 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1596 ac_fn_c_try_compile ()
1597 {
1598 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1599 rm -f conftest.$ac_objext
1600 if { { ac_try="$ac_compile"
1601 case "(($ac_try" in
1602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1603 *) ac_try_echo=$ac_try;;
1604 esac
1605 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1606 $as_echo "$ac_try_echo"; } >&5
1607 (eval "$ac_compile") 2>conftest.err
1608 ac_status=$?
1609 if test -s conftest.err; then
1610 grep -v '^ *+' conftest.err >conftest.er1
1611 cat conftest.er1 >&5
1612 mv -f conftest.er1 conftest.err
1613 fi
1614 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1615 test $ac_status = 0; } && {
1616 test -z "$ac_c_werror_flag" ||
1617 test ! -s conftest.err
1618 } && test -s conftest.$ac_objext; then :
1619 ac_retval=0
1620 else
1621 $as_echo "$as_me: failed program was:" >&5
1622 sed 's/^/| /' conftest.$ac_ext >&5
1623
1624 ac_retval=1
1625 fi
1626 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1627 as_fn_set_status $ac_retval
1628
1629 } # ac_fn_c_try_compile
1630
1631 # ac_fn_c_try_cpp LINENO
1632 # ----------------------
1633 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1634 ac_fn_c_try_cpp ()
1635 {
1636 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1637 if { { ac_try="$ac_cpp conftest.$ac_ext"
1638 case "(($ac_try" in
1639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1640 *) ac_try_echo=$ac_try;;
1641 esac
1642 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1643 $as_echo "$ac_try_echo"; } >&5
1644 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1645 ac_status=$?
1646 if test -s conftest.err; then
1647 grep -v '^ *+' conftest.err >conftest.er1
1648 cat conftest.er1 >&5
1649 mv -f conftest.er1 conftest.err
1650 fi
1651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1652 test $ac_status = 0; } > conftest.i && {
1653 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1654 test ! -s conftest.err
1655 }; then :
1656 ac_retval=0
1657 else
1658 $as_echo "$as_me: failed program was:" >&5
1659 sed 's/^/| /' conftest.$ac_ext >&5
1660
1661 ac_retval=1
1662 fi
1663 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1664 as_fn_set_status $ac_retval
1665
1666 } # ac_fn_c_try_cpp
1667
1668 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1669 # -------------------------------------------------------
1670 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1671 # the include files in INCLUDES and setting the cache variable VAR
1672 # accordingly.
1673 ac_fn_c_check_header_mongrel ()
1674 {
1675 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1676 if eval \${$3+:} false; then :
1677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1678 $as_echo_n "checking for $2... " >&6; }
1679 if eval \${$3+:} false; then :
1680 $as_echo_n "(cached) " >&6
1681 fi
1682 eval ac_res=\$$3
1683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1684 $as_echo "$ac_res" >&6; }
1685 else
1686 # Is the header compilable?
1687 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1688 $as_echo_n "checking $2 usability... " >&6; }
1689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1690 /* end confdefs.h. */
1691 $4
1692 #include <$2>
1693 _ACEOF
1694 if ac_fn_c_try_compile "$LINENO"; then :
1695 ac_header_compiler=yes
1696 else
1697 ac_header_compiler=no
1698 fi
1699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1701 $as_echo "$ac_header_compiler" >&6; }
1702
1703 # Is the header present?
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1705 $as_echo_n "checking $2 presence... " >&6; }
1706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1707 /* end confdefs.h. */
1708 #include <$2>
1709 _ACEOF
1710 if ac_fn_c_try_cpp "$LINENO"; then :
1711 ac_header_preproc=yes
1712 else
1713 ac_header_preproc=no
1714 fi
1715 rm -f conftest.err conftest.i conftest.$ac_ext
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1717 $as_echo "$ac_header_preproc" >&6; }
1718
1719 # So? What about this header?
1720 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1721 yes:no: )
1722 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1723 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1725 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1726 ;;
1727 no:yes:* )
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1729 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1731 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1732 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1733 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1735 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1737 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1738 ;;
1739 esac
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1741 $as_echo_n "checking for $2... " >&6; }
1742 if eval \${$3+:} false; then :
1743 $as_echo_n "(cached) " >&6
1744 else
1745 eval "$3=\$ac_header_compiler"
1746 fi
1747 eval ac_res=\$$3
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1749 $as_echo "$ac_res" >&6; }
1750 fi
1751 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1752
1753 } # ac_fn_c_check_header_mongrel
1754
1755 # ac_fn_c_try_run LINENO
1756 # ----------------------
1757 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1758 # that executables *can* be run.
1759 ac_fn_c_try_run ()
1760 {
1761 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1762 if { { ac_try="$ac_link"
1763 case "(($ac_try" in
1764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1765 *) ac_try_echo=$ac_try;;
1766 esac
1767 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1768 $as_echo "$ac_try_echo"; } >&5
1769 (eval "$ac_link") 2>&5
1770 ac_status=$?
1771 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1772 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1773 { { case "(($ac_try" in
1774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1775 *) ac_try_echo=$ac_try;;
1776 esac
1777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1778 $as_echo "$ac_try_echo"; } >&5
1779 (eval "$ac_try") 2>&5
1780 ac_status=$?
1781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1782 test $ac_status = 0; }; }; then :
1783 ac_retval=0
1784 else
1785 $as_echo "$as_me: program exited with status $ac_status" >&5
1786 $as_echo "$as_me: failed program was:" >&5
1787 sed 's/^/| /' conftest.$ac_ext >&5
1788
1789 ac_retval=$ac_status
1790 fi
1791 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1792 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1793 as_fn_set_status $ac_retval
1794
1795 } # ac_fn_c_try_run
1796
1797 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1798 # -------------------------------------------------------
1799 # Tests whether HEADER exists and can be compiled using the include files in
1800 # INCLUDES, setting the cache variable VAR accordingly.
1801 ac_fn_c_check_header_compile ()
1802 {
1803 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1804 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1805 $as_echo_n "checking for $2... " >&6; }
1806 if eval \${$3+:} false; then :
1807 $as_echo_n "(cached) " >&6
1808 else
1809 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810 /* end confdefs.h. */
1811 $4
1812 #include <$2>
1813 _ACEOF
1814 if ac_fn_c_try_compile "$LINENO"; then :
1815 eval "$3=yes"
1816 else
1817 eval "$3=no"
1818 fi
1819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1820 fi
1821 eval ac_res=\$$3
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1823 $as_echo "$ac_res" >&6; }
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825
1826 } # ac_fn_c_check_header_compile
1827
1828 # ac_fn_c_try_link LINENO
1829 # -----------------------
1830 # Try to link conftest.$ac_ext, and return whether this succeeded.
1831 ac_fn_c_try_link ()
1832 {
1833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1834 rm -f conftest.$ac_objext conftest$ac_exeext
1835 if { { ac_try="$ac_link"
1836 case "(($ac_try" in
1837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1838 *) ac_try_echo=$ac_try;;
1839 esac
1840 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1841 $as_echo "$ac_try_echo"; } >&5
1842 (eval "$ac_link") 2>conftest.err
1843 ac_status=$?
1844 if test -s conftest.err; then
1845 grep -v '^ *+' conftest.err >conftest.er1
1846 cat conftest.er1 >&5
1847 mv -f conftest.er1 conftest.err
1848 fi
1849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1850 test $ac_status = 0; } && {
1851 test -z "$ac_c_werror_flag" ||
1852 test ! -s conftest.err
1853 } && test -s conftest$ac_exeext && {
1854 test "$cross_compiling" = yes ||
1855 test -x conftest$ac_exeext
1856 }; then :
1857 ac_retval=0
1858 else
1859 $as_echo "$as_me: failed program was:" >&5
1860 sed 's/^/| /' conftest.$ac_ext >&5
1861
1862 ac_retval=1
1863 fi
1864 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1865 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1866 # interfere with the next link command; also delete a directory that is
1867 # left behind by Apple's compiler. We do this before executing the actions.
1868 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1869 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1870 as_fn_set_status $ac_retval
1871
1872 } # ac_fn_c_try_link
1873
1874 # ac_fn_c_check_func LINENO FUNC VAR
1875 # ----------------------------------
1876 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1877 ac_fn_c_check_func ()
1878 {
1879 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1881 $as_echo_n "checking for $2... " >&6; }
1882 if eval \${$3+:} false; then :
1883 $as_echo_n "(cached) " >&6
1884 else
1885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1886 /* end confdefs.h. */
1887 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1888 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1889 #define $2 innocuous_$2
1890
1891 /* System header to define __stub macros and hopefully few prototypes,
1892 which can conflict with char $2 (); below.
1893 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1894 <limits.h> exists even on freestanding compilers. */
1895
1896 #ifdef __STDC__
1897 # include <limits.h>
1898 #else
1899 # include <assert.h>
1900 #endif
1901
1902 #undef $2
1903
1904 /* Override any GCC internal prototype to avoid an error.
1905 Use char because int might match the return type of a GCC
1906 builtin and then its argument prototype would still apply. */
1907 #ifdef __cplusplus
1908 extern "C"
1909 #endif
1910 char $2 ();
1911 /* The GNU C library defines this for functions which it implements
1912 to always fail with ENOSYS. Some functions are actually named
1913 something starting with __ and the normal name is an alias. */
1914 #if defined __stub_$2 || defined __stub___$2
1915 choke me
1916 #endif
1917
1918 int
1919 main ()
1920 {
1921 return $2 ();
1922 ;
1923 return 0;
1924 }
1925 _ACEOF
1926 if ac_fn_c_try_link "$LINENO"; then :
1927 eval "$3=yes"
1928 else
1929 eval "$3=no"
1930 fi
1931 rm -f core conftest.err conftest.$ac_objext \
1932 conftest$ac_exeext conftest.$ac_ext
1933 fi
1934 eval ac_res=\$$3
1935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1936 $as_echo "$ac_res" >&6; }
1937 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1938
1939 } # ac_fn_c_check_func
1940
1941 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1942 # ---------------------------------------------
1943 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1944 # accordingly.
1945 ac_fn_c_check_decl ()
1946 {
1947 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1948 as_decl_name=`echo $2|sed 's/ *(.*//'`
1949 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1951 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1952 if eval \${$3+:} false; then :
1953 $as_echo_n "(cached) " >&6
1954 else
1955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1957 $4
1958 int
1959 main ()
1960 {
1961 #ifndef $as_decl_name
1962 #ifdef __cplusplus
1963 (void) $as_decl_use;
1964 #else
1965 (void) $as_decl_name;
1966 #endif
1967 #endif
1968
1969 ;
1970 return 0;
1971 }
1972 _ACEOF
1973 if ac_fn_c_try_compile "$LINENO"; then :
1974 eval "$3=yes"
1975 else
1976 eval "$3=no"
1977 fi
1978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1979 fi
1980 eval ac_res=\$$3
1981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1982 $as_echo "$ac_res" >&6; }
1983 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1984
1985 } # ac_fn_c_check_decl
1986 cat >config.log <<_ACEOF
1987 This file contains any messages produced by compilers while
1988 running configure, to aid debugging if configure makes a mistake.
1989
1990 It was created by gas $as_me 2.37.50, which was
1991 generated by GNU Autoconf 2.69. Invocation command line was
1992
1993 $ $0 $@
1994
1995 _ACEOF
1996 exec 5>>config.log
1997 {
1998 cat <<_ASUNAME
1999 ## --------- ##
2000 ## Platform. ##
2001 ## --------- ##
2002
2003 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2004 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2005 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2006 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2007 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2008
2009 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2010 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2011
2012 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2013 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2014 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2015 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2016 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2017 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2018 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2019
2020 _ASUNAME
2021
2022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2023 for as_dir in $PATH
2024 do
2025 IFS=$as_save_IFS
2026 test -z "$as_dir" && as_dir=.
2027 $as_echo "PATH: $as_dir"
2028 done
2029 IFS=$as_save_IFS
2030
2031 } >&5
2032
2033 cat >&5 <<_ACEOF
2034
2035
2036 ## ----------- ##
2037 ## Core tests. ##
2038 ## ----------- ##
2039
2040 _ACEOF
2041
2042
2043 # Keep a trace of the command line.
2044 # Strip out --no-create and --no-recursion so they do not pile up.
2045 # Strip out --silent because we don't want to record it for future runs.
2046 # Also quote any args containing shell meta-characters.
2047 # Make two passes to allow for proper duplicate-argument suppression.
2048 ac_configure_args=
2049 ac_configure_args0=
2050 ac_configure_args1=
2051 ac_must_keep_next=false
2052 for ac_pass in 1 2
2053 do
2054 for ac_arg
2055 do
2056 case $ac_arg in
2057 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2058 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2059 | -silent | --silent | --silen | --sile | --sil)
2060 continue ;;
2061 *\'*)
2062 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2063 esac
2064 case $ac_pass in
2065 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2066 2)
2067 as_fn_append ac_configure_args1 " '$ac_arg'"
2068 if test $ac_must_keep_next = true; then
2069 ac_must_keep_next=false # Got value, back to normal.
2070 else
2071 case $ac_arg in
2072 *=* | --config-cache | -C | -disable-* | --disable-* \
2073 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2074 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2075 | -with-* | --with-* | -without-* | --without-* | --x)
2076 case "$ac_configure_args0 " in
2077 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2078 esac
2079 ;;
2080 -* ) ac_must_keep_next=true ;;
2081 esac
2082 fi
2083 as_fn_append ac_configure_args " '$ac_arg'"
2084 ;;
2085 esac
2086 done
2087 done
2088 { ac_configure_args0=; unset ac_configure_args0;}
2089 { ac_configure_args1=; unset ac_configure_args1;}
2090
2091 # When interrupted or exit'd, cleanup temporary files, and complete
2092 # config.log. We remove comments because anyway the quotes in there
2093 # would cause problems or look ugly.
2094 # WARNING: Use '\'' to represent an apostrophe within the trap.
2095 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2096 trap 'exit_status=$?
2097 # Save into config.log some information that might help in debugging.
2098 {
2099 echo
2100
2101 $as_echo "## ---------------- ##
2102 ## Cache variables. ##
2103 ## ---------------- ##"
2104 echo
2105 # The following way of writing the cache mishandles newlines in values,
2106 (
2107 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2108 eval ac_val=\$$ac_var
2109 case $ac_val in #(
2110 *${as_nl}*)
2111 case $ac_var in #(
2112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2113 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2114 esac
2115 case $ac_var in #(
2116 _ | IFS | as_nl) ;; #(
2117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2118 *) { eval $ac_var=; unset $ac_var;} ;;
2119 esac ;;
2120 esac
2121 done
2122 (set) 2>&1 |
2123 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2124 *${as_nl}ac_space=\ *)
2125 sed -n \
2126 "s/'\''/'\''\\\\'\'''\''/g;
2127 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2128 ;; #(
2129 *)
2130 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2131 ;;
2132 esac |
2133 sort
2134 )
2135 echo
2136
2137 $as_echo "## ----------------- ##
2138 ## Output variables. ##
2139 ## ----------------- ##"
2140 echo
2141 for ac_var in $ac_subst_vars
2142 do
2143 eval ac_val=\$$ac_var
2144 case $ac_val in
2145 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2146 esac
2147 $as_echo "$ac_var='\''$ac_val'\''"
2148 done | sort
2149 echo
2150
2151 if test -n "$ac_subst_files"; then
2152 $as_echo "## ------------------- ##
2153 ## File substitutions. ##
2154 ## ------------------- ##"
2155 echo
2156 for ac_var in $ac_subst_files
2157 do
2158 eval ac_val=\$$ac_var
2159 case $ac_val in
2160 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2161 esac
2162 $as_echo "$ac_var='\''$ac_val'\''"
2163 done | sort
2164 echo
2165 fi
2166
2167 if test -s confdefs.h; then
2168 $as_echo "## ----------- ##
2169 ## confdefs.h. ##
2170 ## ----------- ##"
2171 echo
2172 cat confdefs.h
2173 echo
2174 fi
2175 test "$ac_signal" != 0 &&
2176 $as_echo "$as_me: caught signal $ac_signal"
2177 $as_echo "$as_me: exit $exit_status"
2178 } >&5
2179 rm -f core *.core core.conftest.* &&
2180 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2181 exit $exit_status
2182 ' 0
2183 for ac_signal in 1 2 13 15; do
2184 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2185 done
2186 ac_signal=0
2187
2188 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2189 rm -f -r conftest* confdefs.h
2190
2191 $as_echo "/* confdefs.h */" > confdefs.h
2192
2193 # Predefined preprocessor variables.
2194
2195 cat >>confdefs.h <<_ACEOF
2196 #define PACKAGE_NAME "$PACKAGE_NAME"
2197 _ACEOF
2198
2199 cat >>confdefs.h <<_ACEOF
2200 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2201 _ACEOF
2202
2203 cat >>confdefs.h <<_ACEOF
2204 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2205 _ACEOF
2206
2207 cat >>confdefs.h <<_ACEOF
2208 #define PACKAGE_STRING "$PACKAGE_STRING"
2209 _ACEOF
2210
2211 cat >>confdefs.h <<_ACEOF
2212 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2213 _ACEOF
2214
2215 cat >>confdefs.h <<_ACEOF
2216 #define PACKAGE_URL "$PACKAGE_URL"
2217 _ACEOF
2218
2219
2220 # Let the site file select an alternate cache file if it wants to.
2221 # Prefer an explicitly selected file to automatically selected ones.
2222 ac_site_file1=NONE
2223 ac_site_file2=NONE
2224 if test -n "$CONFIG_SITE"; then
2225 # We do not want a PATH search for config.site.
2226 case $CONFIG_SITE in #((
2227 -*) ac_site_file1=./$CONFIG_SITE;;
2228 */*) ac_site_file1=$CONFIG_SITE;;
2229 *) ac_site_file1=./$CONFIG_SITE;;
2230 esac
2231 elif test "x$prefix" != xNONE; then
2232 ac_site_file1=$prefix/share/config.site
2233 ac_site_file2=$prefix/etc/config.site
2234 else
2235 ac_site_file1=$ac_default_prefix/share/config.site
2236 ac_site_file2=$ac_default_prefix/etc/config.site
2237 fi
2238 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2239 do
2240 test "x$ac_site_file" = xNONE && continue
2241 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2243 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2244 sed 's/^/| /' "$ac_site_file" >&5
2245 . "$ac_site_file" \
2246 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2247 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2248 as_fn_error $? "failed to load site script $ac_site_file
2249 See \`config.log' for more details" "$LINENO" 5; }
2250 fi
2251 done
2252
2253 if test -r "$cache_file"; then
2254 # Some versions of bash will fail to source /dev/null (special files
2255 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2256 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2258 $as_echo "$as_me: loading cache $cache_file" >&6;}
2259 case $cache_file in
2260 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2261 *) . "./$cache_file";;
2262 esac
2263 fi
2264 else
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2266 $as_echo "$as_me: creating cache $cache_file" >&6;}
2267 >$cache_file
2268 fi
2269
2270 # Check that the precious variables saved in the cache have kept the same
2271 # value.
2272 ac_cache_corrupted=false
2273 for ac_var in $ac_precious_vars; do
2274 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2275 eval ac_new_set=\$ac_env_${ac_var}_set
2276 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2277 eval ac_new_val=\$ac_env_${ac_var}_value
2278 case $ac_old_set,$ac_new_set in
2279 set,)
2280 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2281 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2282 ac_cache_corrupted=: ;;
2283 ,set)
2284 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2285 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2286 ac_cache_corrupted=: ;;
2287 ,);;
2288 *)
2289 if test "x$ac_old_val" != "x$ac_new_val"; then
2290 # differences in whitespace do not lead to failure.
2291 ac_old_val_w=`echo x $ac_old_val`
2292 ac_new_val_w=`echo x $ac_new_val`
2293 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2294 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2295 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2296 ac_cache_corrupted=:
2297 else
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2299 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2300 eval $ac_var=\$ac_old_val
2301 fi
2302 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2303 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2305 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2306 fi;;
2307 esac
2308 # Pass precious variables to config.status.
2309 if test "$ac_new_set" = set; then
2310 case $ac_new_val in
2311 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2312 *) ac_arg=$ac_var=$ac_new_val ;;
2313 esac
2314 case " $ac_configure_args " in
2315 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2316 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2317 esac
2318 fi
2319 done
2320 if $ac_cache_corrupted; then
2321 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2322 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2324 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2325 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2326 fi
2327 ## -------------------- ##
2328 ## Main body of script. ##
2329 ## -------------------- ##
2330
2331 ac_ext=c
2332 ac_cpp='$CPP $CPPFLAGS'
2333 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2334 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2335 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2336
2337
2338
2339
2340
2341
2342
2343 ac_aux_dir=
2344 for ac_dir in .. "$srcdir"/..; do
2345 if test -f "$ac_dir/install-sh"; then
2346 ac_aux_dir=$ac_dir
2347 ac_install_sh="$ac_aux_dir/install-sh -c"
2348 break
2349 elif test -f "$ac_dir/install.sh"; then
2350 ac_aux_dir=$ac_dir
2351 ac_install_sh="$ac_aux_dir/install.sh -c"
2352 break
2353 elif test -f "$ac_dir/shtool"; then
2354 ac_aux_dir=$ac_dir
2355 ac_install_sh="$ac_aux_dir/shtool install -c"
2356 break
2357 fi
2358 done
2359 if test -z "$ac_aux_dir"; then
2360 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2361 fi
2362
2363 # These three variables are undocumented and unsupported,
2364 # and are intended to be withdrawn in a future Autoconf release.
2365 # They can cause serious problems if a builder's source tree is in a directory
2366 # whose full name contains unusual characters.
2367 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2368 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2369 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2370
2371
2372 # Make sure we can run config.sub.
2373 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2374 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2375
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2377 $as_echo_n "checking build system type... " >&6; }
2378 if ${ac_cv_build+:} false; then :
2379 $as_echo_n "(cached) " >&6
2380 else
2381 ac_build_alias=$build_alias
2382 test "x$ac_build_alias" = x &&
2383 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2384 test "x$ac_build_alias" = x &&
2385 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2386 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2387 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2388
2389 fi
2390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2391 $as_echo "$ac_cv_build" >&6; }
2392 case $ac_cv_build in
2393 *-*-*) ;;
2394 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2395 esac
2396 build=$ac_cv_build
2397 ac_save_IFS=$IFS; IFS='-'
2398 set x $ac_cv_build
2399 shift
2400 build_cpu=$1
2401 build_vendor=$2
2402 shift; shift
2403 # Remember, the first character of IFS is used to create $*,
2404 # except with old shells:
2405 build_os=$*
2406 IFS=$ac_save_IFS
2407 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2408
2409
2410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2411 $as_echo_n "checking host system type... " >&6; }
2412 if ${ac_cv_host+:} false; then :
2413 $as_echo_n "(cached) " >&6
2414 else
2415 if test "x$host_alias" = x; then
2416 ac_cv_host=$ac_cv_build
2417 else
2418 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2419 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2420 fi
2421
2422 fi
2423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2424 $as_echo "$ac_cv_host" >&6; }
2425 case $ac_cv_host in
2426 *-*-*) ;;
2427 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2428 esac
2429 host=$ac_cv_host
2430 ac_save_IFS=$IFS; IFS='-'
2431 set x $ac_cv_host
2432 shift
2433 host_cpu=$1
2434 host_vendor=$2
2435 shift; shift
2436 # Remember, the first character of IFS is used to create $*,
2437 # except with old shells:
2438 host_os=$*
2439 IFS=$ac_save_IFS
2440 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2441
2442
2443 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2444 $as_echo_n "checking target system type... " >&6; }
2445 if ${ac_cv_target+:} false; then :
2446 $as_echo_n "(cached) " >&6
2447 else
2448 if test "x$target_alias" = x; then
2449 ac_cv_target=$ac_cv_host
2450 else
2451 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2452 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2453 fi
2454
2455 fi
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2457 $as_echo "$ac_cv_target" >&6; }
2458 case $ac_cv_target in
2459 *-*-*) ;;
2460 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2461 esac
2462 target=$ac_cv_target
2463 ac_save_IFS=$IFS; IFS='-'
2464 set x $ac_cv_target
2465 shift
2466 target_cpu=$1
2467 target_vendor=$2
2468 shift; shift
2469 # Remember, the first character of IFS is used to create $*,
2470 # except with old shells:
2471 target_os=$*
2472 IFS=$ac_save_IFS
2473 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2474
2475
2476 # The aliases save the names the user supplied, while $host etc.
2477 # will get canonicalized.
2478 test -n "$target_alias" &&
2479 test "$program_prefix$program_suffix$program_transform_name" = \
2480 NONENONEs,x,x, &&
2481 program_prefix=${target_alias}-
2482
2483 am__api_version='1.15'
2484
2485 # Find a good install program. We prefer a C program (faster),
2486 # so one script is as good as another. But avoid the broken or
2487 # incompatible versions:
2488 # SysV /etc/install, /usr/sbin/install
2489 # SunOS /usr/etc/install
2490 # IRIX /sbin/install
2491 # AIX /bin/install
2492 # AmigaOS /C/install, which installs bootblocks on floppy discs
2493 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2494 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2495 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2496 # OS/2's system install, which has a completely different semantic
2497 # ./install, which can be erroneously created by make from ./install.sh.
2498 # Reject install programs that cannot install multiple files.
2499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2500 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2501 if test -z "$INSTALL"; then
2502 if ${ac_cv_path_install+:} false; then :
2503 $as_echo_n "(cached) " >&6
2504 else
2505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2506 for as_dir in $PATH
2507 do
2508 IFS=$as_save_IFS
2509 test -z "$as_dir" && as_dir=.
2510 # Account for people who put trailing slashes in PATH elements.
2511 case $as_dir/ in #((
2512 ./ | .// | /[cC]/* | \
2513 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2514 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2515 /usr/ucb/* ) ;;
2516 *)
2517 # OSF1 and SCO ODT 3.0 have their own names for install.
2518 # Don't use installbsd from OSF since it installs stuff as root
2519 # by default.
2520 for ac_prog in ginstall scoinst install; do
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2523 if test $ac_prog = install &&
2524 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2525 # AIX install. It has an incompatible calling convention.
2526 :
2527 elif test $ac_prog = install &&
2528 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2529 # program-specific install script used by HP pwplus--don't use.
2530 :
2531 else
2532 rm -rf conftest.one conftest.two conftest.dir
2533 echo one > conftest.one
2534 echo two > conftest.two
2535 mkdir conftest.dir
2536 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2537 test -s conftest.one && test -s conftest.two &&
2538 test -s conftest.dir/conftest.one &&
2539 test -s conftest.dir/conftest.two
2540 then
2541 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2542 break 3
2543 fi
2544 fi
2545 fi
2546 done
2547 done
2548 ;;
2549 esac
2550
2551 done
2552 IFS=$as_save_IFS
2553
2554 rm -rf conftest.one conftest.two conftest.dir
2555
2556 fi
2557 if test "${ac_cv_path_install+set}" = set; then
2558 INSTALL=$ac_cv_path_install
2559 else
2560 # As a last resort, use the slow shell script. Don't cache a
2561 # value for INSTALL within a source directory, because that will
2562 # break other packages using the cache if that directory is
2563 # removed, or if the value is a relative name.
2564 INSTALL=$ac_install_sh
2565 fi
2566 fi
2567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2568 $as_echo "$INSTALL" >&6; }
2569
2570 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2571 # It thinks the first close brace ends the variable substitution.
2572 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2573
2574 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2575
2576 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2577
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2579 $as_echo_n "checking whether build environment is sane... " >&6; }
2580 # Reject unsafe characters in $srcdir or the absolute working directory
2581 # name. Accept space and tab only in the latter.
2582 am_lf='
2583 '
2584 case `pwd` in
2585 *[\\\"\#\$\&\'\`$am_lf]*)
2586 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2587 esac
2588 case $srcdir in
2589 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2590 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2591 esac
2592
2593 # Do 'set' in a subshell so we don't clobber the current shell's
2594 # arguments. Must try -L first in case configure is actually a
2595 # symlink; some systems play weird games with the mod time of symlinks
2596 # (eg FreeBSD returns the mod time of the symlink's containing
2597 # directory).
2598 if (
2599 am_has_slept=no
2600 for am_try in 1 2; do
2601 echo "timestamp, slept: $am_has_slept" > conftest.file
2602 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2603 if test "$*" = "X"; then
2604 # -L didn't work.
2605 set X `ls -t "$srcdir/configure" conftest.file`
2606 fi
2607 if test "$*" != "X $srcdir/configure conftest.file" \
2608 && test "$*" != "X conftest.file $srcdir/configure"; then
2609
2610 # If neither matched, then we have a broken ls. This can happen
2611 # if, for instance, CONFIG_SHELL is bash and it inherits a
2612 # broken ls alias from the environment. This has actually
2613 # happened. Such a system could not be considered "sane".
2614 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2615 alias in your environment" "$LINENO" 5
2616 fi
2617 if test "$2" = conftest.file || test $am_try -eq 2; then
2618 break
2619 fi
2620 # Just in case.
2621 sleep 1
2622 am_has_slept=yes
2623 done
2624 test "$2" = conftest.file
2625 )
2626 then
2627 # Ok.
2628 :
2629 else
2630 as_fn_error $? "newly created file is older than distributed files!
2631 Check your system clock" "$LINENO" 5
2632 fi
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2634 $as_echo "yes" >&6; }
2635 # If we didn't sleep, we still need to ensure time stamps of config.status and
2636 # generated files are strictly newer.
2637 am_sleep_pid=
2638 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2639 ( sleep 1 ) &
2640 am_sleep_pid=$!
2641 fi
2642
2643 rm -f conftest.file
2644
2645 test "$program_prefix" != NONE &&
2646 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2647 # Use a double $ so make ignores it.
2648 test "$program_suffix" != NONE &&
2649 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2650 # Double any \ or $.
2651 # By default was `s,x,x', remove it if useless.
2652 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2653 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2654
2655 # Expand $ac_aux_dir to an absolute path.
2656 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2657
2658 if test x"${MISSING+set}" != xset; then
2659 case $am_aux_dir in
2660 *\ * | *\ *)
2661 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2662 *)
2663 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2664 esac
2665 fi
2666 # Use eval to expand $SHELL
2667 if eval "$MISSING --is-lightweight"; then
2668 am_missing_run="$MISSING "
2669 else
2670 am_missing_run=
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2672 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2673 fi
2674
2675 if test x"${install_sh+set}" != xset; then
2676 case $am_aux_dir in
2677 *\ * | *\ *)
2678 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2679 *)
2680 install_sh="\${SHELL} $am_aux_dir/install-sh"
2681 esac
2682 fi
2683
2684 # Installed binaries are usually stripped using 'strip' when the user
2685 # run "make install-strip". However 'strip' might not be the right
2686 # tool to use in cross-compilation environments, therefore Automake
2687 # will honor the 'STRIP' environment variable to overrule this program.
2688 if test "$cross_compiling" != no; then
2689 if test -n "$ac_tool_prefix"; then
2690 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2691 set dummy ${ac_tool_prefix}strip; ac_word=$2
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2693 $as_echo_n "checking for $ac_word... " >&6; }
2694 if ${ac_cv_prog_STRIP+:} false; then :
2695 $as_echo_n "(cached) " >&6
2696 else
2697 if test -n "$STRIP"; then
2698 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2699 else
2700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2701 for as_dir in $PATH
2702 do
2703 IFS=$as_save_IFS
2704 test -z "$as_dir" && as_dir=.
2705 for ac_exec_ext in '' $ac_executable_extensions; do
2706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2707 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2709 break 2
2710 fi
2711 done
2712 done
2713 IFS=$as_save_IFS
2714
2715 fi
2716 fi
2717 STRIP=$ac_cv_prog_STRIP
2718 if test -n "$STRIP"; then
2719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2720 $as_echo "$STRIP" >&6; }
2721 else
2722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2723 $as_echo "no" >&6; }
2724 fi
2725
2726
2727 fi
2728 if test -z "$ac_cv_prog_STRIP"; then
2729 ac_ct_STRIP=$STRIP
2730 # Extract the first word of "strip", so it can be a program name with args.
2731 set dummy strip; ac_word=$2
2732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2733 $as_echo_n "checking for $ac_word... " >&6; }
2734 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2735 $as_echo_n "(cached) " >&6
2736 else
2737 if test -n "$ac_ct_STRIP"; then
2738 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2739 else
2740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2741 for as_dir in $PATH
2742 do
2743 IFS=$as_save_IFS
2744 test -z "$as_dir" && as_dir=.
2745 for ac_exec_ext in '' $ac_executable_extensions; do
2746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2747 ac_cv_prog_ac_ct_STRIP="strip"
2748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2749 break 2
2750 fi
2751 done
2752 done
2753 IFS=$as_save_IFS
2754
2755 fi
2756 fi
2757 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2758 if test -n "$ac_ct_STRIP"; then
2759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2760 $as_echo "$ac_ct_STRIP" >&6; }
2761 else
2762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2763 $as_echo "no" >&6; }
2764 fi
2765
2766 if test "x$ac_ct_STRIP" = x; then
2767 STRIP=":"
2768 else
2769 case $cross_compiling:$ac_tool_warned in
2770 yes:)
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2772 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2773 ac_tool_warned=yes ;;
2774 esac
2775 STRIP=$ac_ct_STRIP
2776 fi
2777 else
2778 STRIP="$ac_cv_prog_STRIP"
2779 fi
2780
2781 fi
2782 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2783
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2785 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2786 if test -z "$MKDIR_P"; then
2787 if ${ac_cv_path_mkdir+:} false; then :
2788 $as_echo_n "(cached) " >&6
2789 else
2790 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2791 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2792 do
2793 IFS=$as_save_IFS
2794 test -z "$as_dir" && as_dir=.
2795 for ac_prog in mkdir gmkdir; do
2796 for ac_exec_ext in '' $ac_executable_extensions; do
2797 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2798 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2799 'mkdir (GNU coreutils) '* | \
2800 'mkdir (coreutils) '* | \
2801 'mkdir (fileutils) '4.1*)
2802 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2803 break 3;;
2804 esac
2805 done
2806 done
2807 done
2808 IFS=$as_save_IFS
2809
2810 fi
2811
2812 test -d ./--version && rmdir ./--version
2813 if test "${ac_cv_path_mkdir+set}" = set; then
2814 MKDIR_P="$ac_cv_path_mkdir -p"
2815 else
2816 # As a last resort, use the slow shell script. Don't cache a
2817 # value for MKDIR_P within a source directory, because that will
2818 # break other packages using the cache if that directory is
2819 # removed, or if the value is a relative name.
2820 MKDIR_P="$ac_install_sh -d"
2821 fi
2822 fi
2823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2824 $as_echo "$MKDIR_P" >&6; }
2825
2826 for ac_prog in gawk mawk nawk awk
2827 do
2828 # Extract the first word of "$ac_prog", so it can be a program name with args.
2829 set dummy $ac_prog; ac_word=$2
2830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2831 $as_echo_n "checking for $ac_word... " >&6; }
2832 if ${ac_cv_prog_AWK+:} false; then :
2833 $as_echo_n "(cached) " >&6
2834 else
2835 if test -n "$AWK"; then
2836 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2837 else
2838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2839 for as_dir in $PATH
2840 do
2841 IFS=$as_save_IFS
2842 test -z "$as_dir" && as_dir=.
2843 for ac_exec_ext in '' $ac_executable_extensions; do
2844 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2845 ac_cv_prog_AWK="$ac_prog"
2846 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 break 2
2848 fi
2849 done
2850 done
2851 IFS=$as_save_IFS
2852
2853 fi
2854 fi
2855 AWK=$ac_cv_prog_AWK
2856 if test -n "$AWK"; then
2857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2858 $as_echo "$AWK" >&6; }
2859 else
2860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2861 $as_echo "no" >&6; }
2862 fi
2863
2864
2865 test -n "$AWK" && break
2866 done
2867
2868 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2869 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2870 set x ${MAKE-make}
2871 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2872 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2873 $as_echo_n "(cached) " >&6
2874 else
2875 cat >conftest.make <<\_ACEOF
2876 SHELL = /bin/sh
2877 all:
2878 @echo '@@@%%%=$(MAKE)=@@@%%%'
2879 _ACEOF
2880 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2881 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2882 *@@@%%%=?*=@@@%%%*)
2883 eval ac_cv_prog_make_${ac_make}_set=yes;;
2884 *)
2885 eval ac_cv_prog_make_${ac_make}_set=no;;
2886 esac
2887 rm -f conftest.make
2888 fi
2889 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2891 $as_echo "yes" >&6; }
2892 SET_MAKE=
2893 else
2894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2895 $as_echo "no" >&6; }
2896 SET_MAKE="MAKE=${MAKE-make}"
2897 fi
2898
2899 rm -rf .tst 2>/dev/null
2900 mkdir .tst 2>/dev/null
2901 if test -d .tst; then
2902 am__leading_dot=.
2903 else
2904 am__leading_dot=_
2905 fi
2906 rmdir .tst 2>/dev/null
2907
2908 # Check whether --enable-silent-rules was given.
2909 if test "${enable_silent_rules+set}" = set; then :
2910 enableval=$enable_silent_rules;
2911 fi
2912
2913 case $enable_silent_rules in # (((
2914 yes) AM_DEFAULT_VERBOSITY=0;;
2915 no) AM_DEFAULT_VERBOSITY=1;;
2916 *) AM_DEFAULT_VERBOSITY=1;;
2917 esac
2918 am_make=${MAKE-make}
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2920 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2921 if ${am_cv_make_support_nested_variables+:} false; then :
2922 $as_echo_n "(cached) " >&6
2923 else
2924 if $as_echo 'TRUE=$(BAR$(V))
2925 BAR0=false
2926 BAR1=true
2927 V=1
2928 am__doit:
2929 @$(TRUE)
2930 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2931 am_cv_make_support_nested_variables=yes
2932 else
2933 am_cv_make_support_nested_variables=no
2934 fi
2935 fi
2936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2937 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2938 if test $am_cv_make_support_nested_variables = yes; then
2939 AM_V='$(V)'
2940 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2941 else
2942 AM_V=$AM_DEFAULT_VERBOSITY
2943 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2944 fi
2945 AM_BACKSLASH='\'
2946
2947 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2948 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2949 # is not polluted with repeated "-I."
2950 am__isrc=' -I$(srcdir)'
2951 # test to see if srcdir already configured
2952 if test -f $srcdir/config.status; then
2953 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2954 fi
2955 fi
2956
2957 # test whether we have cygpath
2958 if test -z "$CYGPATH_W"; then
2959 if (cygpath --version) >/dev/null 2>/dev/null; then
2960 CYGPATH_W='cygpath -w'
2961 else
2962 CYGPATH_W=echo
2963 fi
2964 fi
2965
2966
2967 # Define the identity of the package.
2968 PACKAGE='gas'
2969 VERSION='2.37.50'
2970
2971
2972 cat >>confdefs.h <<_ACEOF
2973 #define PACKAGE "$PACKAGE"
2974 _ACEOF
2975
2976
2977 cat >>confdefs.h <<_ACEOF
2978 #define VERSION "$VERSION"
2979 _ACEOF
2980
2981 # Some tools Automake needs.
2982
2983 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2984
2985
2986 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2987
2988
2989 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2990
2991
2992 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2993
2994
2995 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2996
2997 # For better backward compatibility. To be removed once Automake 1.9.x
2998 # dies out for good. For more background, see:
2999 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3000 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3001 mkdir_p='$(MKDIR_P)'
3002
3003 # We need awk for the "check" target (and possibly the TAP driver). The
3004 # system "awk" is bad on some platforms.
3005 # Always define AMTAR for backward compatibility. Yes, it's still used
3006 # in the wild :-( We should find a proper way to deprecate it ...
3007 AMTAR='$${TAR-tar}'
3008
3009
3010 # We'll loop over all known methods to create a tar archive until one works.
3011 _am_tools='gnutar pax cpio none'
3012
3013 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3014
3015
3016
3017
3018
3019
3020 # POSIX will say in a future version that running "rm -f" with no argument
3021 # is OK; and we want to be able to make that assumption in our Makefile
3022 # recipes. So use an aggressive probe to check that the usage we want is
3023 # actually supported "in the wild" to an acceptable degree.
3024 # See automake bug#10828.
3025 # To make any issue more visible, cause the running configure to be aborted
3026 # by default if the 'rm' program in use doesn't match our expectations; the
3027 # user can still override this though.
3028 if rm -f && rm -fr && rm -rf; then : OK; else
3029 cat >&2 <<'END'
3030 Oops!
3031
3032 Your 'rm' program seems unable to run without file operands specified
3033 on the command line, even when the '-f' option is present. This is contrary
3034 to the behaviour of most rm programs out there, and not conforming with
3035 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3036
3037 Please tell bug-automake@gnu.org about your system, including the value
3038 of your $PATH and any error possibly output before this message. This
3039 can help us improve future automake versions.
3040
3041 END
3042 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3043 echo 'Configuration will proceed anyway, since you have set the' >&2
3044 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3045 echo >&2
3046 else
3047 cat >&2 <<'END'
3048 Aborting the configuration process, to ensure you take notice of the issue.
3049
3050 You can download and install GNU coreutils to get an 'rm' implementation
3051 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3052
3053 If you want to complete the configuration process using your problematic
3054 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3055 to "yes", and re-run configure.
3056
3057 END
3058 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3059 fi
3060 fi
3061
3062
3063 ac_ext=c
3064 ac_cpp='$CPP $CPPFLAGS'
3065 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3066 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3067 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3068 if test -n "$ac_tool_prefix"; then
3069 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3070 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3072 $as_echo_n "checking for $ac_word... " >&6; }
3073 if ${ac_cv_prog_CC+:} false; then :
3074 $as_echo_n "(cached) " >&6
3075 else
3076 if test -n "$CC"; then
3077 ac_cv_prog_CC="$CC" # Let the user override the test.
3078 else
3079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3080 for as_dir in $PATH
3081 do
3082 IFS=$as_save_IFS
3083 test -z "$as_dir" && as_dir=.
3084 for ac_exec_ext in '' $ac_executable_extensions; do
3085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3086 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3088 break 2
3089 fi
3090 done
3091 done
3092 IFS=$as_save_IFS
3093
3094 fi
3095 fi
3096 CC=$ac_cv_prog_CC
3097 if test -n "$CC"; then
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3099 $as_echo "$CC" >&6; }
3100 else
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3102 $as_echo "no" >&6; }
3103 fi
3104
3105
3106 fi
3107 if test -z "$ac_cv_prog_CC"; then
3108 ac_ct_CC=$CC
3109 # Extract the first word of "gcc", so it can be a program name with args.
3110 set dummy gcc; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3121 do
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3126 ac_cv_prog_ac_ct_CC="gcc"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3129 fi
3130 done
3131 done
3132 IFS=$as_save_IFS
3133
3134 fi
3135 fi
3136 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137 if test -n "$ac_ct_CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3139 $as_echo "$ac_ct_CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3143 fi
3144
3145 if test "x$ac_ct_CC" = x; then
3146 CC=""
3147 else
3148 case $cross_compiling:$ac_tool_warned in
3149 yes:)
3150 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3151 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3152 ac_tool_warned=yes ;;
3153 esac
3154 CC=$ac_ct_CC
3155 fi
3156 else
3157 CC="$ac_cv_prog_CC"
3158 fi
3159
3160 if test -z "$CC"; then
3161 if test -n "$ac_tool_prefix"; then
3162 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3163 set dummy ${ac_tool_prefix}cc; ac_word=$2
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3165 $as_echo_n "checking for $ac_word... " >&6; }
3166 if ${ac_cv_prog_CC+:} false; then :
3167 $as_echo_n "(cached) " >&6
3168 else
3169 if test -n "$CC"; then
3170 ac_cv_prog_CC="$CC" # Let the user override the test.
3171 else
3172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3173 for as_dir in $PATH
3174 do
3175 IFS=$as_save_IFS
3176 test -z "$as_dir" && as_dir=.
3177 for ac_exec_ext in '' $ac_executable_extensions; do
3178 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3179 ac_cv_prog_CC="${ac_tool_prefix}cc"
3180 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3181 break 2
3182 fi
3183 done
3184 done
3185 IFS=$as_save_IFS
3186
3187 fi
3188 fi
3189 CC=$ac_cv_prog_CC
3190 if test -n "$CC"; then
3191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3192 $as_echo "$CC" >&6; }
3193 else
3194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3195 $as_echo "no" >&6; }
3196 fi
3197
3198
3199 fi
3200 fi
3201 if test -z "$CC"; then
3202 # Extract the first word of "cc", so it can be a program name with args.
3203 set dummy cc; ac_word=$2
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3205 $as_echo_n "checking for $ac_word... " >&6; }
3206 if ${ac_cv_prog_CC+:} false; then :
3207 $as_echo_n "(cached) " >&6
3208 else
3209 if test -n "$CC"; then
3210 ac_cv_prog_CC="$CC" # Let the user override the test.
3211 else
3212 ac_prog_rejected=no
3213 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3214 for as_dir in $PATH
3215 do
3216 IFS=$as_save_IFS
3217 test -z "$as_dir" && as_dir=.
3218 for ac_exec_ext in '' $ac_executable_extensions; do
3219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3220 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3221 ac_prog_rejected=yes
3222 continue
3223 fi
3224 ac_cv_prog_CC="cc"
3225 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3226 break 2
3227 fi
3228 done
3229 done
3230 IFS=$as_save_IFS
3231
3232 if test $ac_prog_rejected = yes; then
3233 # We found a bogon in the path, so make sure we never use it.
3234 set dummy $ac_cv_prog_CC
3235 shift
3236 if test $# != 0; then
3237 # We chose a different compiler from the bogus one.
3238 # However, it has the same basename, so the bogon will be chosen
3239 # first if we set CC to just the basename; use the full file name.
3240 shift
3241 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3242 fi
3243 fi
3244 fi
3245 fi
3246 CC=$ac_cv_prog_CC
3247 if test -n "$CC"; then
3248 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3249 $as_echo "$CC" >&6; }
3250 else
3251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3252 $as_echo "no" >&6; }
3253 fi
3254
3255
3256 fi
3257 if test -z "$CC"; then
3258 if test -n "$ac_tool_prefix"; then
3259 for ac_prog in cl.exe
3260 do
3261 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3262 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3264 $as_echo_n "checking for $ac_word... " >&6; }
3265 if ${ac_cv_prog_CC+:} false; then :
3266 $as_echo_n "(cached) " >&6
3267 else
3268 if test -n "$CC"; then
3269 ac_cv_prog_CC="$CC" # Let the user override the test.
3270 else
3271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3272 for as_dir in $PATH
3273 do
3274 IFS=$as_save_IFS
3275 test -z "$as_dir" && as_dir=.
3276 for ac_exec_ext in '' $ac_executable_extensions; do
3277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3278 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3280 break 2
3281 fi
3282 done
3283 done
3284 IFS=$as_save_IFS
3285
3286 fi
3287 fi
3288 CC=$ac_cv_prog_CC
3289 if test -n "$CC"; then
3290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3291 $as_echo "$CC" >&6; }
3292 else
3293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3294 $as_echo "no" >&6; }
3295 fi
3296
3297
3298 test -n "$CC" && break
3299 done
3300 fi
3301 if test -z "$CC"; then
3302 ac_ct_CC=$CC
3303 for ac_prog in cl.exe
3304 do
3305 # Extract the first word of "$ac_prog", so it can be a program name with args.
3306 set dummy $ac_prog; ac_word=$2
3307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3308 $as_echo_n "checking for $ac_word... " >&6; }
3309 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3310 $as_echo_n "(cached) " >&6
3311 else
3312 if test -n "$ac_ct_CC"; then
3313 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3314 else
3315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3316 for as_dir in $PATH
3317 do
3318 IFS=$as_save_IFS
3319 test -z "$as_dir" && as_dir=.
3320 for ac_exec_ext in '' $ac_executable_extensions; do
3321 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3322 ac_cv_prog_ac_ct_CC="$ac_prog"
3323 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3324 break 2
3325 fi
3326 done
3327 done
3328 IFS=$as_save_IFS
3329
3330 fi
3331 fi
3332 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3333 if test -n "$ac_ct_CC"; then
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3335 $as_echo "$ac_ct_CC" >&6; }
3336 else
3337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3338 $as_echo "no" >&6; }
3339 fi
3340
3341
3342 test -n "$ac_ct_CC" && break
3343 done
3344
3345 if test "x$ac_ct_CC" = x; then
3346 CC=""
3347 else
3348 case $cross_compiling:$ac_tool_warned in
3349 yes:)
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3351 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3352 ac_tool_warned=yes ;;
3353 esac
3354 CC=$ac_ct_CC
3355 fi
3356 fi
3357
3358 fi
3359
3360
3361 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3362 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3363 as_fn_error $? "no acceptable C compiler found in \$PATH
3364 See \`config.log' for more details" "$LINENO" 5; }
3365
3366 # Provide some information about the compiler.
3367 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3368 set X $ac_compile
3369 ac_compiler=$2
3370 for ac_option in --version -v -V -qversion; do
3371 { { ac_try="$ac_compiler $ac_option >&5"
3372 case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375 esac
3376 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3377 $as_echo "$ac_try_echo"; } >&5
3378 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3379 ac_status=$?
3380 if test -s conftest.err; then
3381 sed '10a\
3382 ... rest of stderr output deleted ...
3383 10q' conftest.err >conftest.er1
3384 cat conftest.er1 >&5
3385 fi
3386 rm -f conftest.er1 conftest.err
3387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3388 test $ac_status = 0; }
3389 done
3390
3391 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3392 /* end confdefs.h. */
3393
3394 int
3395 main ()
3396 {
3397
3398 ;
3399 return 0;
3400 }
3401 _ACEOF
3402 ac_clean_files_save=$ac_clean_files
3403 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3404 # Try to create an executable without -o first, disregard a.out.
3405 # It will help us diagnose broken compilers, and finding out an intuition
3406 # of exeext.
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3408 $as_echo_n "checking whether the C compiler works... " >&6; }
3409 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3410
3411 # The possible output files:
3412 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3413
3414 ac_rmfiles=
3415 for ac_file in $ac_files
3416 do
3417 case $ac_file in
3418 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3419 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3420 esac
3421 done
3422 rm -f $ac_rmfiles
3423
3424 if { { ac_try="$ac_link_default"
3425 case "(($ac_try" in
3426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3427 *) ac_try_echo=$ac_try;;
3428 esac
3429 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3430 $as_echo "$ac_try_echo"; } >&5
3431 (eval "$ac_link_default") 2>&5
3432 ac_status=$?
3433 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3434 test $ac_status = 0; }; then :
3435 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3436 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3437 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3438 # so that the user can short-circuit this test for compilers unknown to
3439 # Autoconf.
3440 for ac_file in $ac_files ''
3441 do
3442 test -f "$ac_file" || continue
3443 case $ac_file in
3444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3445 ;;
3446 [ab].out )
3447 # We found the default executable, but exeext='' is most
3448 # certainly right.
3449 break;;
3450 *.* )
3451 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3452 then :; else
3453 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3454 fi
3455 # We set ac_cv_exeext here because the later test for it is not
3456 # safe: cross compilers may not add the suffix if given an `-o'
3457 # argument, so we may need to know it at that point already.
3458 # Even if this section looks crufty: it has the advantage of
3459 # actually working.
3460 break;;
3461 * )
3462 break;;
3463 esac
3464 done
3465 test "$ac_cv_exeext" = no && ac_cv_exeext=
3466
3467 else
3468 ac_file=''
3469 fi
3470 if test -z "$ac_file"; then :
3471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3472 $as_echo "no" >&6; }
3473 $as_echo "$as_me: failed program was:" >&5
3474 sed 's/^/| /' conftest.$ac_ext >&5
3475
3476 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3477 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3478 as_fn_error 77 "C compiler cannot create executables
3479 See \`config.log' for more details" "$LINENO" 5; }
3480 else
3481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3482 $as_echo "yes" >&6; }
3483 fi
3484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3485 $as_echo_n "checking for C compiler default output file name... " >&6; }
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3487 $as_echo "$ac_file" >&6; }
3488 ac_exeext=$ac_cv_exeext
3489
3490 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3491 ac_clean_files=$ac_clean_files_save
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3493 $as_echo_n "checking for suffix of executables... " >&6; }
3494 if { { ac_try="$ac_link"
3495 case "(($ac_try" in
3496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3497 *) ac_try_echo=$ac_try;;
3498 esac
3499 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3500 $as_echo "$ac_try_echo"; } >&5
3501 (eval "$ac_link") 2>&5
3502 ac_status=$?
3503 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3504 test $ac_status = 0; }; then :
3505 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3506 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3507 # work properly (i.e., refer to `conftest.exe'), while it won't with
3508 # `rm'.
3509 for ac_file in conftest.exe conftest conftest.*; do
3510 test -f "$ac_file" || continue
3511 case $ac_file in
3512 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3513 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3514 break;;
3515 * ) break;;
3516 esac
3517 done
3518 else
3519 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3520 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3521 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3522 See \`config.log' for more details" "$LINENO" 5; }
3523 fi
3524 rm -f conftest conftest$ac_cv_exeext
3525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3526 $as_echo "$ac_cv_exeext" >&6; }
3527
3528 rm -f conftest.$ac_ext
3529 EXEEXT=$ac_cv_exeext
3530 ac_exeext=$EXEEXT
3531 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3532 /* end confdefs.h. */
3533 #include <stdio.h>
3534 int
3535 main ()
3536 {
3537 FILE *f = fopen ("conftest.out", "w");
3538 return ferror (f) || fclose (f) != 0;
3539
3540 ;
3541 return 0;
3542 }
3543 _ACEOF
3544 ac_clean_files="$ac_clean_files conftest.out"
3545 # Check that the compiler produces executables we can run. If not, either
3546 # the compiler is broken, or we cross compile.
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3548 $as_echo_n "checking whether we are cross compiling... " >&6; }
3549 if test "$cross_compiling" != yes; then
3550 { { ac_try="$ac_link"
3551 case "(($ac_try" in
3552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3553 *) ac_try_echo=$ac_try;;
3554 esac
3555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3556 $as_echo "$ac_try_echo"; } >&5
3557 (eval "$ac_link") 2>&5
3558 ac_status=$?
3559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3560 test $ac_status = 0; }
3561 if { ac_try='./conftest$ac_cv_exeext'
3562 { { case "(($ac_try" in
3563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3564 *) ac_try_echo=$ac_try;;
3565 esac
3566 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3567 $as_echo "$ac_try_echo"; } >&5
3568 (eval "$ac_try") 2>&5
3569 ac_status=$?
3570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3571 test $ac_status = 0; }; }; then
3572 cross_compiling=no
3573 else
3574 if test "$cross_compiling" = maybe; then
3575 cross_compiling=yes
3576 else
3577 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3578 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3579 as_fn_error $? "cannot run C compiled programs.
3580 If you meant to cross compile, use \`--host'.
3581 See \`config.log' for more details" "$LINENO" 5; }
3582 fi
3583 fi
3584 fi
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3586 $as_echo "$cross_compiling" >&6; }
3587
3588 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3589 ac_clean_files=$ac_clean_files_save
3590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3591 $as_echo_n "checking for suffix of object files... " >&6; }
3592 if ${ac_cv_objext+:} false; then :
3593 $as_echo_n "(cached) " >&6
3594 else
3595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3596 /* end confdefs.h. */
3597
3598 int
3599 main ()
3600 {
3601
3602 ;
3603 return 0;
3604 }
3605 _ACEOF
3606 rm -f conftest.o conftest.obj
3607 if { { ac_try="$ac_compile"
3608 case "(($ac_try" in
3609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3610 *) ac_try_echo=$ac_try;;
3611 esac
3612 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3613 $as_echo "$ac_try_echo"; } >&5
3614 (eval "$ac_compile") 2>&5
3615 ac_status=$?
3616 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3617 test $ac_status = 0; }; then :
3618 for ac_file in conftest.o conftest.obj conftest.*; do
3619 test -f "$ac_file" || continue;
3620 case $ac_file in
3621 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3622 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3623 break;;
3624 esac
3625 done
3626 else
3627 $as_echo "$as_me: failed program was:" >&5
3628 sed 's/^/| /' conftest.$ac_ext >&5
3629
3630 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3631 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3632 as_fn_error $? "cannot compute suffix of object files: cannot compile
3633 See \`config.log' for more details" "$LINENO" 5; }
3634 fi
3635 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3636 fi
3637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3638 $as_echo "$ac_cv_objext" >&6; }
3639 OBJEXT=$ac_cv_objext
3640 ac_objext=$OBJEXT
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3642 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3643 if ${ac_cv_c_compiler_gnu+:} false; then :
3644 $as_echo_n "(cached) " >&6
3645 else
3646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3647 /* end confdefs.h. */
3648
3649 int
3650 main ()
3651 {
3652 #ifndef __GNUC__
3653 choke me
3654 #endif
3655
3656 ;
3657 return 0;
3658 }
3659 _ACEOF
3660 if ac_fn_c_try_compile "$LINENO"; then :
3661 ac_compiler_gnu=yes
3662 else
3663 ac_compiler_gnu=no
3664 fi
3665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3666 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3667
3668 fi
3669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3670 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3671 if test $ac_compiler_gnu = yes; then
3672 GCC=yes
3673 else
3674 GCC=
3675 fi
3676 ac_test_CFLAGS=${CFLAGS+set}
3677 ac_save_CFLAGS=$CFLAGS
3678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3679 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3680 if ${ac_cv_prog_cc_g+:} false; then :
3681 $as_echo_n "(cached) " >&6
3682 else
3683 ac_save_c_werror_flag=$ac_c_werror_flag
3684 ac_c_werror_flag=yes
3685 ac_cv_prog_cc_g=no
3686 CFLAGS="-g"
3687 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3688 /* end confdefs.h. */
3689
3690 int
3691 main ()
3692 {
3693
3694 ;
3695 return 0;
3696 }
3697 _ACEOF
3698 if ac_fn_c_try_compile "$LINENO"; then :
3699 ac_cv_prog_cc_g=yes
3700 else
3701 CFLAGS=""
3702 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3703 /* end confdefs.h. */
3704
3705 int
3706 main ()
3707 {
3708
3709 ;
3710 return 0;
3711 }
3712 _ACEOF
3713 if ac_fn_c_try_compile "$LINENO"; then :
3714
3715 else
3716 ac_c_werror_flag=$ac_save_c_werror_flag
3717 CFLAGS="-g"
3718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3719 /* end confdefs.h. */
3720
3721 int
3722 main ()
3723 {
3724
3725 ;
3726 return 0;
3727 }
3728 _ACEOF
3729 if ac_fn_c_try_compile "$LINENO"; then :
3730 ac_cv_prog_cc_g=yes
3731 fi
3732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3733 fi
3734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3735 fi
3736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3737 ac_c_werror_flag=$ac_save_c_werror_flag
3738 fi
3739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3740 $as_echo "$ac_cv_prog_cc_g" >&6; }
3741 if test "$ac_test_CFLAGS" = set; then
3742 CFLAGS=$ac_save_CFLAGS
3743 elif test $ac_cv_prog_cc_g = yes; then
3744 if test "$GCC" = yes; then
3745 CFLAGS="-g -O2"
3746 else
3747 CFLAGS="-g"
3748 fi
3749 else
3750 if test "$GCC" = yes; then
3751 CFLAGS="-O2"
3752 else
3753 CFLAGS=
3754 fi
3755 fi
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3757 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3758 if ${ac_cv_prog_cc_c89+:} false; then :
3759 $as_echo_n "(cached) " >&6
3760 else
3761 ac_cv_prog_cc_c89=no
3762 ac_save_CC=$CC
3763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3764 /* end confdefs.h. */
3765 #include <stdarg.h>
3766 #include <stdio.h>
3767 struct stat;
3768 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3769 struct buf { int x; };
3770 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3771 static char *e (p, i)
3772 char **p;
3773 int i;
3774 {
3775 return p[i];
3776 }
3777 static char *f (char * (*g) (char **, int), char **p, ...)
3778 {
3779 char *s;
3780 va_list v;
3781 va_start (v,p);
3782 s = g (p, va_arg (v,int));
3783 va_end (v);
3784 return s;
3785 }
3786
3787 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3788 function prototypes and stuff, but not '\xHH' hex character constants.
3789 These don't provoke an error unfortunately, instead are silently treated
3790 as 'x'. The following induces an error, until -std is added to get
3791 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3792 array size at least. It's necessary to write '\x00'==0 to get something
3793 that's true only with -std. */
3794 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3795
3796 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3797 inside strings and character constants. */
3798 #define FOO(x) 'x'
3799 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3800
3801 int test (int i, double x);
3802 struct s1 {int (*f) (int a);};
3803 struct s2 {int (*f) (double a);};
3804 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3805 int argc;
3806 char **argv;
3807 int
3808 main ()
3809 {
3810 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3811 ;
3812 return 0;
3813 }
3814 _ACEOF
3815 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3816 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3817 do
3818 CC="$ac_save_CC $ac_arg"
3819 if ac_fn_c_try_compile "$LINENO"; then :
3820 ac_cv_prog_cc_c89=$ac_arg
3821 fi
3822 rm -f core conftest.err conftest.$ac_objext
3823 test "x$ac_cv_prog_cc_c89" != "xno" && break
3824 done
3825 rm -f conftest.$ac_ext
3826 CC=$ac_save_CC
3827
3828 fi
3829 # AC_CACHE_VAL
3830 case "x$ac_cv_prog_cc_c89" in
3831 x)
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3833 $as_echo "none needed" >&6; } ;;
3834 xno)
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3836 $as_echo "unsupported" >&6; } ;;
3837 *)
3838 CC="$CC $ac_cv_prog_cc_c89"
3839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3840 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3841 esac
3842 if test "x$ac_cv_prog_cc_c89" != xno; then :
3843
3844 fi
3845
3846 ac_ext=c
3847 ac_cpp='$CPP $CPPFLAGS'
3848 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3849 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3850 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3851
3852 ac_ext=c
3853 ac_cpp='$CPP $CPPFLAGS'
3854 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3855 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3856 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3858 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3859 if ${am_cv_prog_cc_c_o+:} false; then :
3860 $as_echo_n "(cached) " >&6
3861 else
3862 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3863 /* end confdefs.h. */
3864
3865 int
3866 main ()
3867 {
3868
3869 ;
3870 return 0;
3871 }
3872 _ACEOF
3873 # Make sure it works both with $CC and with simple cc.
3874 # Following AC_PROG_CC_C_O, we do the test twice because some
3875 # compilers refuse to overwrite an existing .o file with -o,
3876 # though they will create one.
3877 am_cv_prog_cc_c_o=yes
3878 for am_i in 1 2; do
3879 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3880 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3881 ac_status=$?
3882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3883 (exit $ac_status); } \
3884 && test -f conftest2.$ac_objext; then
3885 : OK
3886 else
3887 am_cv_prog_cc_c_o=no
3888 break
3889 fi
3890 done
3891 rm -f core conftest*
3892 unset am_i
3893 fi
3894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3895 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3896 if test "$am_cv_prog_cc_c_o" != yes; then
3897 # Losing compiler, so override with the script.
3898 # FIXME: It is wrong to rewrite CC.
3899 # But if we don't then we get into trouble of one sort or another.
3900 # A longer-term fix would be to have automake use am__CC in this case,
3901 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3902 CC="$am_aux_dir/compile $CC"
3903 fi
3904 ac_ext=c
3905 ac_cpp='$CPP $CPPFLAGS'
3906 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3907 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3908 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3909
3910 DEPDIR="${am__leading_dot}deps"
3911
3912 ac_config_commands="$ac_config_commands depfiles"
3913
3914
3915 am_make=${MAKE-make}
3916 cat > confinc << 'END'
3917 am__doit:
3918 @echo this is the am__doit target
3919 .PHONY: am__doit
3920 END
3921 # If we don't find an include directive, just comment out the code.
3922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3923 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3924 am__include="#"
3925 am__quote=
3926 _am_result=none
3927 # First try GNU make style include.
3928 echo "include confinc" > confmf
3929 # Ignore all kinds of additional output from 'make'.
3930 case `$am_make -s -f confmf 2> /dev/null` in #(
3931 *the\ am__doit\ target*)
3932 am__include=include
3933 am__quote=
3934 _am_result=GNU
3935 ;;
3936 esac
3937 # Now try BSD make style include.
3938 if test "$am__include" = "#"; then
3939 echo '.include "confinc"' > confmf
3940 case `$am_make -s -f confmf 2> /dev/null` in #(
3941 *the\ am__doit\ target*)
3942 am__include=.include
3943 am__quote="\""
3944 _am_result=BSD
3945 ;;
3946 esac
3947 fi
3948
3949
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3951 $as_echo "$_am_result" >&6; }
3952 rm -f confinc confmf
3953
3954 # Check whether --enable-dependency-tracking was given.
3955 if test "${enable_dependency_tracking+set}" = set; then :
3956 enableval=$enable_dependency_tracking;
3957 fi
3958
3959 if test "x$enable_dependency_tracking" != xno; then
3960 am_depcomp="$ac_aux_dir/depcomp"
3961 AMDEPBACKSLASH='\'
3962 am__nodep='_no'
3963 fi
3964 if test "x$enable_dependency_tracking" != xno; then
3965 AMDEP_TRUE=
3966 AMDEP_FALSE='#'
3967 else
3968 AMDEP_TRUE='#'
3969 AMDEP_FALSE=
3970 fi
3971
3972
3973
3974 depcc="$CC" am_compiler_list=
3975
3976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3977 $as_echo_n "checking dependency style of $depcc... " >&6; }
3978 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
3979 $as_echo_n "(cached) " >&6
3980 else
3981 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3982 # We make a subdir and do the tests there. Otherwise we can end up
3983 # making bogus files that we don't know about and never remove. For
3984 # instance it was reported that on HP-UX the gcc test will end up
3985 # making a dummy file named 'D' -- because '-MD' means "put the output
3986 # in D".
3987 rm -rf conftest.dir
3988 mkdir conftest.dir
3989 # Copy depcomp to subdir because otherwise we won't find it if we're
3990 # using a relative directory.
3991 cp "$am_depcomp" conftest.dir
3992 cd conftest.dir
3993 # We will build objects and dependencies in a subdirectory because
3994 # it helps to detect inapplicable dependency modes. For instance
3995 # both Tru64's cc and ICC support -MD to output dependencies as a
3996 # side effect of compilation, but ICC will put the dependencies in
3997 # the current directory while Tru64 will put them in the object
3998 # directory.
3999 mkdir sub
4000
4001 am_cv_CC_dependencies_compiler_type=none
4002 if test "$am_compiler_list" = ""; then
4003 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4004 fi
4005 am__universal=false
4006 case " $depcc " in #(
4007 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4008 esac
4009
4010 for depmode in $am_compiler_list; do
4011 # Setup a source with many dependencies, because some compilers
4012 # like to wrap large dependency lists on column 80 (with \), and
4013 # we should not choose a depcomp mode which is confused by this.
4014 #
4015 # We need to recreate these files for each test, as the compiler may
4016 # overwrite some of them when testing with obscure command lines.
4017 # This happens at least with the AIX C compiler.
4018 : > sub/conftest.c
4019 for i in 1 2 3 4 5 6; do
4020 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4021 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4022 # Solaris 10 /bin/sh.
4023 echo '/* dummy */' > sub/conftst$i.h
4024 done
4025 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4026
4027 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4028 # mode. It turns out that the SunPro C++ compiler does not properly
4029 # handle '-M -o', and we need to detect this. Also, some Intel
4030 # versions had trouble with output in subdirs.
4031 am__obj=sub/conftest.${OBJEXT-o}
4032 am__minus_obj="-o $am__obj"
4033 case $depmode in
4034 gcc)
4035 # This depmode causes a compiler race in universal mode.
4036 test "$am__universal" = false || continue
4037 ;;
4038 nosideeffect)
4039 # After this tag, mechanisms are not by side-effect, so they'll
4040 # only be used when explicitly requested.
4041 if test "x$enable_dependency_tracking" = xyes; then
4042 continue
4043 else
4044 break
4045 fi
4046 ;;
4047 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4048 # This compiler won't grok '-c -o', but also, the minuso test has
4049 # not run yet. These depmodes are late enough in the game, and
4050 # so weak that their functioning should not be impacted.
4051 am__obj=conftest.${OBJEXT-o}
4052 am__minus_obj=
4053 ;;
4054 none) break ;;
4055 esac
4056 if depmode=$depmode \
4057 source=sub/conftest.c object=$am__obj \
4058 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4059 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4060 >/dev/null 2>conftest.err &&
4061 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4062 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4063 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4064 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4065 # icc doesn't choke on unknown options, it will just issue warnings
4066 # or remarks (even with -Werror). So we grep stderr for any message
4067 # that says an option was ignored or not supported.
4068 # When given -MP, icc 7.0 and 7.1 complain thusly:
4069 # icc: Command line warning: ignoring option '-M'; no argument required
4070 # The diagnosis changed in icc 8.0:
4071 # icc: Command line remark: option '-MP' not supported
4072 if (grep 'ignoring option' conftest.err ||
4073 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4074 am_cv_CC_dependencies_compiler_type=$depmode
4075 break
4076 fi
4077 fi
4078 done
4079
4080 cd ..
4081 rm -rf conftest.dir
4082 else
4083 am_cv_CC_dependencies_compiler_type=none
4084 fi
4085
4086 fi
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4088 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4089 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4090
4091 if
4092 test "x$enable_dependency_tracking" != xno \
4093 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4094 am__fastdepCC_TRUE=
4095 am__fastdepCC_FALSE='#'
4096 else
4097 am__fastdepCC_TRUE='#'
4098 am__fastdepCC_FALSE=
4099 fi
4100
4101
4102
4103 ac_ext=c
4104 ac_cpp='$CPP $CPPFLAGS'
4105 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4106 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4107 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4109 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4110 # On Suns, sometimes $CPP names a directory.
4111 if test -n "$CPP" && test -d "$CPP"; then
4112 CPP=
4113 fi
4114 if test -z "$CPP"; then
4115 if ${ac_cv_prog_CPP+:} false; then :
4116 $as_echo_n "(cached) " >&6
4117 else
4118 # Double quotes because CPP needs to be expanded
4119 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4120 do
4121 ac_preproc_ok=false
4122 for ac_c_preproc_warn_flag in '' yes
4123 do
4124 # Use a header file that comes with gcc, so configuring glibc
4125 # with a fresh cross-compiler works.
4126 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4127 # <limits.h> exists even on freestanding compilers.
4128 # On the NeXT, cc -E runs the code through the compiler's parser,
4129 # not just through cpp. "Syntax error" is here to catch this case.
4130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4131 /* end confdefs.h. */
4132 #ifdef __STDC__
4133 # include <limits.h>
4134 #else
4135 # include <assert.h>
4136 #endif
4137 Syntax error
4138 _ACEOF
4139 if ac_fn_c_try_cpp "$LINENO"; then :
4140
4141 else
4142 # Broken: fails on valid input.
4143 continue
4144 fi
4145 rm -f conftest.err conftest.i conftest.$ac_ext
4146
4147 # OK, works on sane cases. Now check whether nonexistent headers
4148 # can be detected and how.
4149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4150 /* end confdefs.h. */
4151 #include <ac_nonexistent.h>
4152 _ACEOF
4153 if ac_fn_c_try_cpp "$LINENO"; then :
4154 # Broken: success on invalid input.
4155 continue
4156 else
4157 # Passes both tests.
4158 ac_preproc_ok=:
4159 break
4160 fi
4161 rm -f conftest.err conftest.i conftest.$ac_ext
4162
4163 done
4164 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4165 rm -f conftest.i conftest.err conftest.$ac_ext
4166 if $ac_preproc_ok; then :
4167 break
4168 fi
4169
4170 done
4171 ac_cv_prog_CPP=$CPP
4172
4173 fi
4174 CPP=$ac_cv_prog_CPP
4175 else
4176 ac_cv_prog_CPP=$CPP
4177 fi
4178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4179 $as_echo "$CPP" >&6; }
4180 ac_preproc_ok=false
4181 for ac_c_preproc_warn_flag in '' yes
4182 do
4183 # Use a header file that comes with gcc, so configuring glibc
4184 # with a fresh cross-compiler works.
4185 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4186 # <limits.h> exists even on freestanding compilers.
4187 # On the NeXT, cc -E runs the code through the compiler's parser,
4188 # not just through cpp. "Syntax error" is here to catch this case.
4189 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4190 /* end confdefs.h. */
4191 #ifdef __STDC__
4192 # include <limits.h>
4193 #else
4194 # include <assert.h>
4195 #endif
4196 Syntax error
4197 _ACEOF
4198 if ac_fn_c_try_cpp "$LINENO"; then :
4199
4200 else
4201 # Broken: fails on valid input.
4202 continue
4203 fi
4204 rm -f conftest.err conftest.i conftest.$ac_ext
4205
4206 # OK, works on sane cases. Now check whether nonexistent headers
4207 # can be detected and how.
4208 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4209 /* end confdefs.h. */
4210 #include <ac_nonexistent.h>
4211 _ACEOF
4212 if ac_fn_c_try_cpp "$LINENO"; then :
4213 # Broken: success on invalid input.
4214 continue
4215 else
4216 # Passes both tests.
4217 ac_preproc_ok=:
4218 break
4219 fi
4220 rm -f conftest.err conftest.i conftest.$ac_ext
4221
4222 done
4223 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4224 rm -f conftest.i conftest.err conftest.$ac_ext
4225 if $ac_preproc_ok; then :
4226
4227 else
4228 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4229 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4230 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4231 See \`config.log' for more details" "$LINENO" 5; }
4232 fi
4233
4234 ac_ext=c
4235 ac_cpp='$CPP $CPPFLAGS'
4236 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4237 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4238 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4239
4240
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4242 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4243 if ${ac_cv_path_GREP+:} false; then :
4244 $as_echo_n "(cached) " >&6
4245 else
4246 if test -z "$GREP"; then
4247 ac_path_GREP_found=false
4248 # Loop through the user's path and test for each of PROGNAME-LIST
4249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4250 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4251 do
4252 IFS=$as_save_IFS
4253 test -z "$as_dir" && as_dir=.
4254 for ac_prog in grep ggrep; do
4255 for ac_exec_ext in '' $ac_executable_extensions; do
4256 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4257 as_fn_executable_p "$ac_path_GREP" || continue
4258 # Check for GNU ac_path_GREP and select it if it is found.
4259 # Check for GNU $ac_path_GREP
4260 case `"$ac_path_GREP" --version 2>&1` in
4261 *GNU*)
4262 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4263 *)
4264 ac_count=0
4265 $as_echo_n 0123456789 >"conftest.in"
4266 while :
4267 do
4268 cat "conftest.in" "conftest.in" >"conftest.tmp"
4269 mv "conftest.tmp" "conftest.in"
4270 cp "conftest.in" "conftest.nl"
4271 $as_echo 'GREP' >> "conftest.nl"
4272 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4273 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4274 as_fn_arith $ac_count + 1 && ac_count=$as_val
4275 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4276 # Best one so far, save it but keep looking for a better one
4277 ac_cv_path_GREP="$ac_path_GREP"
4278 ac_path_GREP_max=$ac_count
4279 fi
4280 # 10*(2^10) chars as input seems more than enough
4281 test $ac_count -gt 10 && break
4282 done
4283 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4284 esac
4285
4286 $ac_path_GREP_found && break 3
4287 done
4288 done
4289 done
4290 IFS=$as_save_IFS
4291 if test -z "$ac_cv_path_GREP"; then
4292 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4293 fi
4294 else
4295 ac_cv_path_GREP=$GREP
4296 fi
4297
4298 fi
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4300 $as_echo "$ac_cv_path_GREP" >&6; }
4301 GREP="$ac_cv_path_GREP"
4302
4303
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4305 $as_echo_n "checking for egrep... " >&6; }
4306 if ${ac_cv_path_EGREP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4308 else
4309 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4310 then ac_cv_path_EGREP="$GREP -E"
4311 else
4312 if test -z "$EGREP"; then
4313 ac_path_EGREP_found=false
4314 # Loop through the user's path and test for each of PROGNAME-LIST
4315 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4316 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4317 do
4318 IFS=$as_save_IFS
4319 test -z "$as_dir" && as_dir=.
4320 for ac_prog in egrep; do
4321 for ac_exec_ext in '' $ac_executable_extensions; do
4322 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4323 as_fn_executable_p "$ac_path_EGREP" || continue
4324 # Check for GNU ac_path_EGREP and select it if it is found.
4325 # Check for GNU $ac_path_EGREP
4326 case `"$ac_path_EGREP" --version 2>&1` in
4327 *GNU*)
4328 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4329 *)
4330 ac_count=0
4331 $as_echo_n 0123456789 >"conftest.in"
4332 while :
4333 do
4334 cat "conftest.in" "conftest.in" >"conftest.tmp"
4335 mv "conftest.tmp" "conftest.in"
4336 cp "conftest.in" "conftest.nl"
4337 $as_echo 'EGREP' >> "conftest.nl"
4338 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4339 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4340 as_fn_arith $ac_count + 1 && ac_count=$as_val
4341 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4342 # Best one so far, save it but keep looking for a better one
4343 ac_cv_path_EGREP="$ac_path_EGREP"
4344 ac_path_EGREP_max=$ac_count
4345 fi
4346 # 10*(2^10) chars as input seems more than enough
4347 test $ac_count -gt 10 && break
4348 done
4349 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4350 esac
4351
4352 $ac_path_EGREP_found && break 3
4353 done
4354 done
4355 done
4356 IFS=$as_save_IFS
4357 if test -z "$ac_cv_path_EGREP"; then
4358 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4359 fi
4360 else
4361 ac_cv_path_EGREP=$EGREP
4362 fi
4363
4364 fi
4365 fi
4366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4367 $as_echo "$ac_cv_path_EGREP" >&6; }
4368 EGREP="$ac_cv_path_EGREP"
4369
4370
4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4372 $as_echo_n "checking for ANSI C header files... " >&6; }
4373 if ${ac_cv_header_stdc+:} false; then :
4374 $as_echo_n "(cached) " >&6
4375 else
4376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4377 /* end confdefs.h. */
4378 #include <stdlib.h>
4379 #include <stdarg.h>
4380 #include <string.h>
4381 #include <float.h>
4382
4383 int
4384 main ()
4385 {
4386
4387 ;
4388 return 0;
4389 }
4390 _ACEOF
4391 if ac_fn_c_try_compile "$LINENO"; then :
4392 ac_cv_header_stdc=yes
4393 else
4394 ac_cv_header_stdc=no
4395 fi
4396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4397
4398 if test $ac_cv_header_stdc = yes; then
4399 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4401 /* end confdefs.h. */
4402 #include <string.h>
4403
4404 _ACEOF
4405 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4406 $EGREP "memchr" >/dev/null 2>&1; then :
4407
4408 else
4409 ac_cv_header_stdc=no
4410 fi
4411 rm -f conftest*
4412
4413 fi
4414
4415 if test $ac_cv_header_stdc = yes; then
4416 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4418 /* end confdefs.h. */
4419 #include <stdlib.h>
4420
4421 _ACEOF
4422 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4423 $EGREP "free" >/dev/null 2>&1; then :
4424
4425 else
4426 ac_cv_header_stdc=no
4427 fi
4428 rm -f conftest*
4429
4430 fi
4431
4432 if test $ac_cv_header_stdc = yes; then
4433 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4434 if test "$cross_compiling" = yes; then :
4435 :
4436 else
4437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4438 /* end confdefs.h. */
4439 #include <ctype.h>
4440 #include <stdlib.h>
4441 #if ((' ' & 0x0FF) == 0x020)
4442 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4443 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4444 #else
4445 # define ISLOWER(c) \
4446 (('a' <= (c) && (c) <= 'i') \
4447 || ('j' <= (c) && (c) <= 'r') \
4448 || ('s' <= (c) && (c) <= 'z'))
4449 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4450 #endif
4451
4452 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4453 int
4454 main ()
4455 {
4456 int i;
4457 for (i = 0; i < 256; i++)
4458 if (XOR (islower (i), ISLOWER (i))
4459 || toupper (i) != TOUPPER (i))
4460 return 2;
4461 return 0;
4462 }
4463 _ACEOF
4464 if ac_fn_c_try_run "$LINENO"; then :
4465
4466 else
4467 ac_cv_header_stdc=no
4468 fi
4469 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4470 conftest.$ac_objext conftest.beam conftest.$ac_ext
4471 fi
4472
4473 fi
4474 fi
4475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4476 $as_echo "$ac_cv_header_stdc" >&6; }
4477 if test $ac_cv_header_stdc = yes; then
4478
4479 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4480
4481 fi
4482
4483 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4484 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4485 inttypes.h stdint.h unistd.h
4486 do :
4487 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4488 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4489 "
4490 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4491 cat >>confdefs.h <<_ACEOF
4492 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4493 _ACEOF
4494
4495 fi
4496
4497 done
4498
4499
4500
4501 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4502 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4503 MINIX=yes
4504 else
4505 MINIX=
4506 fi
4507
4508
4509 if test "$MINIX" = yes; then
4510
4511 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4512
4513
4514 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4515
4516
4517 $as_echo "#define _MINIX 1" >>confdefs.h
4518
4519 fi
4520
4521
4522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4523 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4524 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4525 $as_echo_n "(cached) " >&6
4526 else
4527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4528 /* end confdefs.h. */
4529
4530 # define __EXTENSIONS__ 1
4531 $ac_includes_default
4532 int
4533 main ()
4534 {
4535
4536 ;
4537 return 0;
4538 }
4539 _ACEOF
4540 if ac_fn_c_try_compile "$LINENO"; then :
4541 ac_cv_safe_to_define___extensions__=yes
4542 else
4543 ac_cv_safe_to_define___extensions__=no
4544 fi
4545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4546 fi
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4548 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4549 test $ac_cv_safe_to_define___extensions__ = yes &&
4550 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4551
4552 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4553
4554 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4555
4556 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4557
4558 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4559
4560
4561
4562
4563
4564 case `pwd` in
4565 *\ * | *\ *)
4566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4567 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4568 esac
4569
4570
4571
4572 macro_version='2.2.7a'
4573 macro_revision='1.3134'
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587 ltmain="$ac_aux_dir/ltmain.sh"
4588
4589 # Backslashify metacharacters that are still active within
4590 # double-quoted strings.
4591 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4592
4593 # Same as above, but do not quote variable references.
4594 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4595
4596 # Sed substitution to delay expansion of an escaped shell variable in a
4597 # double_quote_subst'ed string.
4598 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4599
4600 # Sed substitution to delay expansion of an escaped single quote.
4601 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4602
4603 # Sed substitution to avoid accidental globbing in evaled expressions
4604 no_glob_subst='s/\*/\\\*/g'
4605
4606 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4607 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4608 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4609
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4611 $as_echo_n "checking how to print strings... " >&6; }
4612 # Test print first, because it will be a builtin if present.
4613 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4614 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4615 ECHO='print -r --'
4616 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4617 ECHO='printf %s\n'
4618 else
4619 # Use this function as a fallback that always works.
4620 func_fallback_echo ()
4621 {
4622 eval 'cat <<_LTECHO_EOF
4623 $1
4624 _LTECHO_EOF'
4625 }
4626 ECHO='func_fallback_echo'
4627 fi
4628
4629 # func_echo_all arg...
4630 # Invoke $ECHO with all args, space-separated.
4631 func_echo_all ()
4632 {
4633 $ECHO ""
4634 }
4635
4636 case "$ECHO" in
4637 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4638 $as_echo "printf" >&6; } ;;
4639 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4640 $as_echo "print -r" >&6; } ;;
4641 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4642 $as_echo "cat" >&6; } ;;
4643 esac
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4659 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4660 if ${ac_cv_path_SED+:} false; then :
4661 $as_echo_n "(cached) " >&6
4662 else
4663 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4664 for ac_i in 1 2 3 4 5 6 7; do
4665 ac_script="$ac_script$as_nl$ac_script"
4666 done
4667 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4668 { ac_script=; unset ac_script;}
4669 if test -z "$SED"; then
4670 ac_path_SED_found=false
4671 # Loop through the user's path and test for each of PROGNAME-LIST
4672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4673 for as_dir in $PATH
4674 do
4675 IFS=$as_save_IFS
4676 test -z "$as_dir" && as_dir=.
4677 for ac_prog in sed gsed; do
4678 for ac_exec_ext in '' $ac_executable_extensions; do
4679 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4680 as_fn_executable_p "$ac_path_SED" || continue
4681 # Check for GNU ac_path_SED and select it if it is found.
4682 # Check for GNU $ac_path_SED
4683 case `"$ac_path_SED" --version 2>&1` in
4684 *GNU*)
4685 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4686 *)
4687 ac_count=0
4688 $as_echo_n 0123456789 >"conftest.in"
4689 while :
4690 do
4691 cat "conftest.in" "conftest.in" >"conftest.tmp"
4692 mv "conftest.tmp" "conftest.in"
4693 cp "conftest.in" "conftest.nl"
4694 $as_echo '' >> "conftest.nl"
4695 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4696 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4697 as_fn_arith $ac_count + 1 && ac_count=$as_val
4698 if test $ac_count -gt ${ac_path_SED_max-0}; then
4699 # Best one so far, save it but keep looking for a better one
4700 ac_cv_path_SED="$ac_path_SED"
4701 ac_path_SED_max=$ac_count
4702 fi
4703 # 10*(2^10) chars as input seems more than enough
4704 test $ac_count -gt 10 && break
4705 done
4706 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4707 esac
4708
4709 $ac_path_SED_found && break 3
4710 done
4711 done
4712 done
4713 IFS=$as_save_IFS
4714 if test -z "$ac_cv_path_SED"; then
4715 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4716 fi
4717 else
4718 ac_cv_path_SED=$SED
4719 fi
4720
4721 fi
4722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4723 $as_echo "$ac_cv_path_SED" >&6; }
4724 SED="$ac_cv_path_SED"
4725 rm -f conftest.sed
4726
4727 test -z "$SED" && SED=sed
4728 Xsed="$SED -e 1s/^X//"
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4741 $as_echo_n "checking for fgrep... " >&6; }
4742 if ${ac_cv_path_FGREP+:} false; then :
4743 $as_echo_n "(cached) " >&6
4744 else
4745 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4746 then ac_cv_path_FGREP="$GREP -F"
4747 else
4748 if test -z "$FGREP"; then
4749 ac_path_FGREP_found=false
4750 # Loop through the user's path and test for each of PROGNAME-LIST
4751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4752 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4753 do
4754 IFS=$as_save_IFS
4755 test -z "$as_dir" && as_dir=.
4756 for ac_prog in fgrep; do
4757 for ac_exec_ext in '' $ac_executable_extensions; do
4758 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4759 as_fn_executable_p "$ac_path_FGREP" || continue
4760 # Check for GNU ac_path_FGREP and select it if it is found.
4761 # Check for GNU $ac_path_FGREP
4762 case `"$ac_path_FGREP" --version 2>&1` in
4763 *GNU*)
4764 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4765 *)
4766 ac_count=0
4767 $as_echo_n 0123456789 >"conftest.in"
4768 while :
4769 do
4770 cat "conftest.in" "conftest.in" >"conftest.tmp"
4771 mv "conftest.tmp" "conftest.in"
4772 cp "conftest.in" "conftest.nl"
4773 $as_echo 'FGREP' >> "conftest.nl"
4774 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4775 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4776 as_fn_arith $ac_count + 1 && ac_count=$as_val
4777 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4778 # Best one so far, save it but keep looking for a better one
4779 ac_cv_path_FGREP="$ac_path_FGREP"
4780 ac_path_FGREP_max=$ac_count
4781 fi
4782 # 10*(2^10) chars as input seems more than enough
4783 test $ac_count -gt 10 && break
4784 done
4785 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4786 esac
4787
4788 $ac_path_FGREP_found && break 3
4789 done
4790 done
4791 done
4792 IFS=$as_save_IFS
4793 if test -z "$ac_cv_path_FGREP"; then
4794 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4795 fi
4796 else
4797 ac_cv_path_FGREP=$FGREP
4798 fi
4799
4800 fi
4801 fi
4802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4803 $as_echo "$ac_cv_path_FGREP" >&6; }
4804 FGREP="$ac_cv_path_FGREP"
4805
4806
4807 test -z "$GREP" && GREP=grep
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827 # Check whether --with-gnu-ld was given.
4828 if test "${with_gnu_ld+set}" = set; then :
4829 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4830 else
4831 with_gnu_ld=no
4832 fi
4833
4834 ac_prog=ld
4835 if test "$GCC" = yes; then
4836 # Check if gcc -print-prog-name=ld gives a path.
4837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4838 $as_echo_n "checking for ld used by $CC... " >&6; }
4839 case $host in
4840 *-*-mingw*)
4841 # gcc leaves a trailing carriage return which upsets mingw
4842 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4843 *)
4844 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4845 esac
4846 case $ac_prog in
4847 # Accept absolute paths.
4848 [\\/]* | ?:[\\/]*)
4849 re_direlt='/[^/][^/]*/\.\./'
4850 # Canonicalize the pathname of ld
4851 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4852 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4853 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4854 done
4855 test -z "$LD" && LD="$ac_prog"
4856 ;;
4857 "")
4858 # If it fails, then pretend we aren't using GCC.
4859 ac_prog=ld
4860 ;;
4861 *)
4862 # If it is relative, then search for the first ld in PATH.
4863 with_gnu_ld=unknown
4864 ;;
4865 esac
4866 elif test "$with_gnu_ld" = yes; then
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4868 $as_echo_n "checking for GNU ld... " >&6; }
4869 else
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4871 $as_echo_n "checking for non-GNU ld... " >&6; }
4872 fi
4873 if ${lt_cv_path_LD+:} false; then :
4874 $as_echo_n "(cached) " >&6
4875 else
4876 if test -z "$LD"; then
4877 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4878 for ac_dir in $PATH; do
4879 IFS="$lt_save_ifs"
4880 test -z "$ac_dir" && ac_dir=.
4881 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4882 lt_cv_path_LD="$ac_dir/$ac_prog"
4883 # Check to see if the program is GNU ld. I'd rather use --version,
4884 # but apparently some variants of GNU ld only accept -v.
4885 # Break only if it was the GNU/non-GNU ld that we prefer.
4886 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4887 *GNU* | *'with BFD'*)
4888 test "$with_gnu_ld" != no && break
4889 ;;
4890 *)
4891 test "$with_gnu_ld" != yes && break
4892 ;;
4893 esac
4894 fi
4895 done
4896 IFS="$lt_save_ifs"
4897 else
4898 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4899 fi
4900 fi
4901
4902 LD="$lt_cv_path_LD"
4903 if test -n "$LD"; then
4904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4905 $as_echo "$LD" >&6; }
4906 else
4907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4908 $as_echo "no" >&6; }
4909 fi
4910 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4912 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4913 if ${lt_cv_prog_gnu_ld+:} false; then :
4914 $as_echo_n "(cached) " >&6
4915 else
4916 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4917 case `$LD -v 2>&1 </dev/null` in
4918 *GNU* | *'with BFD'*)
4919 lt_cv_prog_gnu_ld=yes
4920 ;;
4921 *)
4922 lt_cv_prog_gnu_ld=no
4923 ;;
4924 esac
4925 fi
4926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4927 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4928 with_gnu_ld=$lt_cv_prog_gnu_ld
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4939 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4940 if ${lt_cv_path_NM+:} false; then :
4941 $as_echo_n "(cached) " >&6
4942 else
4943 if test -n "$NM"; then
4944 # Let the user override the nm to test.
4945 lt_nm_to_check="$NM"
4946 else
4947 lt_nm_to_check="${ac_tool_prefix}nm"
4948 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4949 lt_nm_to_check="$lt_nm_to_check nm"
4950 fi
4951 fi
4952 for lt_tmp_nm in $lt_nm_to_check; do
4953 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4954 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4955 IFS="$lt_save_ifs"
4956 test -z "$ac_dir" && ac_dir=.
4957 case "$lt_tmp_nm" in
4958 */*|*\\*) tmp_nm="$lt_tmp_nm";;
4959 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
4960 esac
4961 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4962 # Check to see if the nm accepts a BSD-compat flag.
4963 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4964 # nm: unknown option "B" ignored
4965 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
4966 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
4967 break
4968 ;;
4969 *)
4970 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
4971 *$tmp_nm*)
4972 lt_cv_path_NM="$tmp_nm -p"
4973 break
4974 ;;
4975 *)
4976 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4977 continue # so that we can try to find one that supports BSD flags
4978 ;;
4979 esac
4980 ;;
4981 esac
4982 fi
4983 done
4984 IFS="$lt_save_ifs"
4985 done
4986 : ${lt_cv_path_NM=no}
4987 fi
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4989 $as_echo "$lt_cv_path_NM" >&6; }
4990 if test "$lt_cv_path_NM" != "no"; then
4991 NM="$lt_cv_path_NM"
4992 else
4993 # Didn't find any BSD compatible name lister, look for dumpbin.
4994 if test -n "$DUMPBIN"; then :
4995 # Let the user override the test.
4996 else
4997 if test -n "$ac_tool_prefix"; then
4998 for ac_prog in dumpbin "link -dump"
4999 do
5000 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5001 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5003 $as_echo_n "checking for $ac_word... " >&6; }
5004 if ${ac_cv_prog_DUMPBIN+:} false; then :
5005 $as_echo_n "(cached) " >&6
5006 else
5007 if test -n "$DUMPBIN"; then
5008 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5009 else
5010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5011 for as_dir in $PATH
5012 do
5013 IFS=$as_save_IFS
5014 test -z "$as_dir" && as_dir=.
5015 for ac_exec_ext in '' $ac_executable_extensions; do
5016 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5017 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5019 break 2
5020 fi
5021 done
5022 done
5023 IFS=$as_save_IFS
5024
5025 fi
5026 fi
5027 DUMPBIN=$ac_cv_prog_DUMPBIN
5028 if test -n "$DUMPBIN"; then
5029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5030 $as_echo "$DUMPBIN" >&6; }
5031 else
5032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5033 $as_echo "no" >&6; }
5034 fi
5035
5036
5037 test -n "$DUMPBIN" && break
5038 done
5039 fi
5040 if test -z "$DUMPBIN"; then
5041 ac_ct_DUMPBIN=$DUMPBIN
5042 for ac_prog in dumpbin "link -dump"
5043 do
5044 # Extract the first word of "$ac_prog", so it can be a program name with args.
5045 set dummy $ac_prog; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 if test -n "$ac_ct_DUMPBIN"; then
5052 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5056 do
5057 IFS=$as_save_IFS
5058 test -z "$as_dir" && as_dir=.
5059 for ac_exec_ext in '' $ac_executable_extensions; do
5060 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5061 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 break 2
5064 fi
5065 done
5066 done
5067 IFS=$as_save_IFS
5068
5069 fi
5070 fi
5071 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5072 if test -n "$ac_ct_DUMPBIN"; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5074 $as_echo "$ac_ct_DUMPBIN" >&6; }
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5078 fi
5079
5080
5081 test -n "$ac_ct_DUMPBIN" && break
5082 done
5083
5084 if test "x$ac_ct_DUMPBIN" = x; then
5085 DUMPBIN=":"
5086 else
5087 case $cross_compiling:$ac_tool_warned in
5088 yes:)
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5090 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5091 ac_tool_warned=yes ;;
5092 esac
5093 DUMPBIN=$ac_ct_DUMPBIN
5094 fi
5095 fi
5096
5097 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5098 *COFF*)
5099 DUMPBIN="$DUMPBIN -symbols"
5100 ;;
5101 *)
5102 DUMPBIN=:
5103 ;;
5104 esac
5105 fi
5106
5107 if test "$DUMPBIN" != ":"; then
5108 NM="$DUMPBIN"
5109 fi
5110 fi
5111 test -z "$NM" && NM=nm
5112
5113
5114
5115
5116
5117
5118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5119 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5120 if ${lt_cv_nm_interface+:} false; then :
5121 $as_echo_n "(cached) " >&6
5122 else
5123 lt_cv_nm_interface="BSD nm"
5124 echo "int some_variable = 0;" > conftest.$ac_ext
5125 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5126 (eval "$ac_compile" 2>conftest.err)
5127 cat conftest.err >&5
5128 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5129 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5130 cat conftest.err >&5
5131 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5132 cat conftest.out >&5
5133 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5134 lt_cv_nm_interface="MS dumpbin"
5135 fi
5136 rm -f conftest*
5137 fi
5138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5139 $as_echo "$lt_cv_nm_interface" >&6; }
5140
5141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5142 $as_echo_n "checking whether ln -s works... " >&6; }
5143 LN_S=$as_ln_s
5144 if test "$LN_S" = "ln -s"; then
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5146 $as_echo "yes" >&6; }
5147 else
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5149 $as_echo "no, using $LN_S" >&6; }
5150 fi
5151
5152 # find the maximum length of command line arguments
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5154 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5155 if ${lt_cv_sys_max_cmd_len+:} false; then :
5156 $as_echo_n "(cached) " >&6
5157 else
5158 i=0
5159 teststring="ABCD"
5160
5161 case $build_os in
5162 msdosdjgpp*)
5163 # On DJGPP, this test can blow up pretty badly due to problems in libc
5164 # (any single argument exceeding 2000 bytes causes a buffer overrun
5165 # during glob expansion). Even if it were fixed, the result of this
5166 # check would be larger than it should be.
5167 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5168 ;;
5169
5170 gnu*)
5171 # Under GNU Hurd, this test is not required because there is
5172 # no limit to the length of command line arguments.
5173 # Libtool will interpret -1 as no limit whatsoever
5174 lt_cv_sys_max_cmd_len=-1;
5175 ;;
5176
5177 cygwin* | mingw* | cegcc*)
5178 # On Win9x/ME, this test blows up -- it succeeds, but takes
5179 # about 5 minutes as the teststring grows exponentially.
5180 # Worse, since 9x/ME are not pre-emptively multitasking,
5181 # you end up with a "frozen" computer, even though with patience
5182 # the test eventually succeeds (with a max line length of 256k).
5183 # Instead, let's just punt: use the minimum linelength reported by
5184 # all of the supported platforms: 8192 (on NT/2K/XP).
5185 lt_cv_sys_max_cmd_len=8192;
5186 ;;
5187
5188 mint*)
5189 # On MiNT this can take a long time and run out of memory.
5190 lt_cv_sys_max_cmd_len=8192;
5191 ;;
5192
5193 amigaos*)
5194 # On AmigaOS with pdksh, this test takes hours, literally.
5195 # So we just punt and use a minimum line length of 8192.
5196 lt_cv_sys_max_cmd_len=8192;
5197 ;;
5198
5199 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5200 # This has been around since 386BSD, at least. Likely further.
5201 if test -x /sbin/sysctl; then
5202 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5203 elif test -x /usr/sbin/sysctl; then
5204 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5205 else
5206 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5207 fi
5208 # And add a safety zone
5209 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5210 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5211 ;;
5212
5213 interix*)
5214 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5215 lt_cv_sys_max_cmd_len=196608
5216 ;;
5217
5218 osf*)
5219 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5220 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5221 # nice to cause kernel panics so lets avoid the loop below.
5222 # First set a reasonable default.
5223 lt_cv_sys_max_cmd_len=16384
5224 #
5225 if test -x /sbin/sysconfig; then
5226 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5227 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5228 esac
5229 fi
5230 ;;
5231 sco3.2v5*)
5232 lt_cv_sys_max_cmd_len=102400
5233 ;;
5234 sysv5* | sco5v6* | sysv4.2uw2*)
5235 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5236 if test -n "$kargmax"; then
5237 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5238 else
5239 lt_cv_sys_max_cmd_len=32768
5240 fi
5241 ;;
5242 *)
5243 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5244 if test -n "$lt_cv_sys_max_cmd_len"; then
5245 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5246 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5247 else
5248 # Make teststring a little bigger before we do anything with it.
5249 # a 1K string should be a reasonable start.
5250 for i in 1 2 3 4 5 6 7 8 ; do
5251 teststring=$teststring$teststring
5252 done
5253 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5254 # If test is not a shell built-in, we'll probably end up computing a
5255 # maximum length that is only half of the actual maximum length, but
5256 # we can't tell.
5257 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5258 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5259 test $i != 17 # 1/2 MB should be enough
5260 do
5261 i=`expr $i + 1`
5262 teststring=$teststring$teststring
5263 done
5264 # Only check the string length outside the loop.
5265 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5266 teststring=
5267 # Add a significant safety factor because C++ compilers can tack on
5268 # massive amounts of additional arguments before passing them to the
5269 # linker. It appears as though 1/2 is a usable value.
5270 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5271 fi
5272 ;;
5273 esac
5274
5275 fi
5276
5277 if test -n $lt_cv_sys_max_cmd_len ; then
5278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5279 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5280 else
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5282 $as_echo "none" >&6; }
5283 fi
5284 max_cmd_len=$lt_cv_sys_max_cmd_len
5285
5286
5287
5288
5289
5290
5291 : ${CP="cp -f"}
5292 : ${MV="mv -f"}
5293 : ${RM="rm -f"}
5294
5295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5296 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5297 # Try some XSI features
5298 xsi_shell=no
5299 ( _lt_dummy="a/b/c"
5300 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5301 = c,a/b,, \
5302 && eval 'test $(( 1 + 1 )) -eq 2 \
5303 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5304 && xsi_shell=yes
5305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5306 $as_echo "$xsi_shell" >&6; }
5307
5308
5309 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5310 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5311 lt_shell_append=no
5312 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5313 >/dev/null 2>&1 \
5314 && lt_shell_append=yes
5315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5316 $as_echo "$lt_shell_append" >&6; }
5317
5318
5319 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5320 lt_unset=unset
5321 else
5322 lt_unset=false
5323 fi
5324
5325
5326
5327
5328
5329 # test EBCDIC or ASCII
5330 case `echo X|tr X '\101'` in
5331 A) # ASCII based system
5332 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5333 lt_SP2NL='tr \040 \012'
5334 lt_NL2SP='tr \015\012 \040\040'
5335 ;;
5336 *) # EBCDIC based system
5337 lt_SP2NL='tr \100 \n'
5338 lt_NL2SP='tr \r\n \100\100'
5339 ;;
5340 esac
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5351 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5352 if ${lt_cv_ld_reload_flag+:} false; then :
5353 $as_echo_n "(cached) " >&6
5354 else
5355 lt_cv_ld_reload_flag='-r'
5356 fi
5357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5358 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5359 reload_flag=$lt_cv_ld_reload_flag
5360 case $reload_flag in
5361 "" | " "*) ;;
5362 *) reload_flag=" $reload_flag" ;;
5363 esac
5364 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5365 case $host_os in
5366 darwin*)
5367 if test "$GCC" = yes; then
5368 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5369 else
5370 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5371 fi
5372 ;;
5373 esac
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383 if test -n "$ac_tool_prefix"; then
5384 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5385 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5387 $as_echo_n "checking for $ac_word... " >&6; }
5388 if ${ac_cv_prog_OBJDUMP+:} false; then :
5389 $as_echo_n "(cached) " >&6
5390 else
5391 if test -n "$OBJDUMP"; then
5392 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5393 else
5394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5395 for as_dir in $PATH
5396 do
5397 IFS=$as_save_IFS
5398 test -z "$as_dir" && as_dir=.
5399 for ac_exec_ext in '' $ac_executable_extensions; do
5400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5401 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5403 break 2
5404 fi
5405 done
5406 done
5407 IFS=$as_save_IFS
5408
5409 fi
5410 fi
5411 OBJDUMP=$ac_cv_prog_OBJDUMP
5412 if test -n "$OBJDUMP"; then
5413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5414 $as_echo "$OBJDUMP" >&6; }
5415 else
5416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5417 $as_echo "no" >&6; }
5418 fi
5419
5420
5421 fi
5422 if test -z "$ac_cv_prog_OBJDUMP"; then
5423 ac_ct_OBJDUMP=$OBJDUMP
5424 # Extract the first word of "objdump", so it can be a program name with args.
5425 set dummy objdump; ac_word=$2
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5427 $as_echo_n "checking for $ac_word... " >&6; }
5428 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5429 $as_echo_n "(cached) " >&6
5430 else
5431 if test -n "$ac_ct_OBJDUMP"; then
5432 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5433 else
5434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5435 for as_dir in $PATH
5436 do
5437 IFS=$as_save_IFS
5438 test -z "$as_dir" && as_dir=.
5439 for ac_exec_ext in '' $ac_executable_extensions; do
5440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5441 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5443 break 2
5444 fi
5445 done
5446 done
5447 IFS=$as_save_IFS
5448
5449 fi
5450 fi
5451 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5452 if test -n "$ac_ct_OBJDUMP"; then
5453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5454 $as_echo "$ac_ct_OBJDUMP" >&6; }
5455 else
5456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5457 $as_echo "no" >&6; }
5458 fi
5459
5460 if test "x$ac_ct_OBJDUMP" = x; then
5461 OBJDUMP="false"
5462 else
5463 case $cross_compiling:$ac_tool_warned in
5464 yes:)
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5467 ac_tool_warned=yes ;;
5468 esac
5469 OBJDUMP=$ac_ct_OBJDUMP
5470 fi
5471 else
5472 OBJDUMP="$ac_cv_prog_OBJDUMP"
5473 fi
5474
5475 test -z "$OBJDUMP" && OBJDUMP=objdump
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5486 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5487 if ${lt_cv_deplibs_check_method+:} false; then :
5488 $as_echo_n "(cached) " >&6
5489 else
5490 lt_cv_file_magic_cmd='$MAGIC_CMD'
5491 lt_cv_file_magic_test_file=
5492 lt_cv_deplibs_check_method='unknown'
5493 # Need to set the preceding variable on all platforms that support
5494 # interlibrary dependencies.
5495 # 'none' -- dependencies not supported.
5496 # `unknown' -- same as none, but documents that we really don't know.
5497 # 'pass_all' -- all dependencies passed with no checks.
5498 # 'test_compile' -- check by making test program.
5499 # 'file_magic [[regex]]' -- check by looking for files in library path
5500 # which responds to the $file_magic_cmd with a given extended regex.
5501 # If you have `file' or equivalent on your system and you're not sure
5502 # whether `pass_all' will *always* work, you probably want this one.
5503
5504 case $host_os in
5505 aix[4-9]*)
5506 lt_cv_deplibs_check_method=pass_all
5507 ;;
5508
5509 beos*)
5510 lt_cv_deplibs_check_method=pass_all
5511 ;;
5512
5513 bsdi[45]*)
5514 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5515 lt_cv_file_magic_cmd='/usr/bin/file -L'
5516 lt_cv_file_magic_test_file=/shlib/libc.so
5517 ;;
5518
5519 cygwin*)
5520 # func_win32_libid is a shell function defined in ltmain.sh
5521 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5522 lt_cv_file_magic_cmd='func_win32_libid'
5523 ;;
5524
5525 mingw* | pw32*)
5526 # Base MSYS/MinGW do not provide the 'file' command needed by
5527 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5528 # unless we find 'file', for example because we are cross-compiling.
5529 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5530 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5531 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5532 lt_cv_file_magic_cmd='func_win32_libid'
5533 else
5534 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5535 lt_cv_file_magic_cmd='$OBJDUMP -f'
5536 fi
5537 ;;
5538
5539 cegcc*)
5540 # use the weaker test based on 'objdump'. See mingw*.
5541 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5542 lt_cv_file_magic_cmd='$OBJDUMP -f'
5543 ;;
5544
5545 darwin* | rhapsody*)
5546 lt_cv_deplibs_check_method=pass_all
5547 ;;
5548
5549 freebsd* | dragonfly*)
5550 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5551 case $host_cpu in
5552 i*86 )
5553 # Not sure whether the presence of OpenBSD here was a mistake.
5554 # Let's accept both of them until this is cleared up.
5555 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5556 lt_cv_file_magic_cmd=/usr/bin/file
5557 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5558 ;;
5559 esac
5560 else
5561 lt_cv_deplibs_check_method=pass_all
5562 fi
5563 ;;
5564
5565 gnu*)
5566 lt_cv_deplibs_check_method=pass_all
5567 ;;
5568
5569 haiku*)
5570 lt_cv_deplibs_check_method=pass_all
5571 ;;
5572
5573 hpux10.20* | hpux11*)
5574 lt_cv_file_magic_cmd=/usr/bin/file
5575 case $host_cpu in
5576 ia64*)
5577 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5578 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5579 ;;
5580 hppa*64*)
5581 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]'
5582 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5583 ;;
5584 *)
5585 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5586 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5587 ;;
5588 esac
5589 ;;
5590
5591 interix[3-9]*)
5592 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5593 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5594 ;;
5595
5596 irix5* | irix6* | nonstopux*)
5597 case $LD in
5598 *-32|*"-32 ") libmagic=32-bit;;
5599 *-n32|*"-n32 ") libmagic=N32;;
5600 *-64|*"-64 ") libmagic=64-bit;;
5601 *) libmagic=never-match;;
5602 esac
5603 lt_cv_deplibs_check_method=pass_all
5604 ;;
5605
5606 # This must be Linux ELF.
5607 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5608 lt_cv_deplibs_check_method=pass_all
5609 ;;
5610
5611 netbsd*)
5612 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5613 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5614 else
5615 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5616 fi
5617 ;;
5618
5619 newos6*)
5620 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5621 lt_cv_file_magic_cmd=/usr/bin/file
5622 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5623 ;;
5624
5625 *nto* | *qnx*)
5626 lt_cv_deplibs_check_method=pass_all
5627 ;;
5628
5629 openbsd*)
5630 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5631 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5632 else
5633 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5634 fi
5635 ;;
5636
5637 osf3* | osf4* | osf5*)
5638 lt_cv_deplibs_check_method=pass_all
5639 ;;
5640
5641 rdos*)
5642 lt_cv_deplibs_check_method=pass_all
5643 ;;
5644
5645 solaris*)
5646 lt_cv_deplibs_check_method=pass_all
5647 ;;
5648
5649 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5650 lt_cv_deplibs_check_method=pass_all
5651 ;;
5652
5653 sysv4 | sysv4.3*)
5654 case $host_vendor in
5655 motorola)
5656 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]'
5657 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5658 ;;
5659 ncr)
5660 lt_cv_deplibs_check_method=pass_all
5661 ;;
5662 sequent)
5663 lt_cv_file_magic_cmd='/bin/file'
5664 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5665 ;;
5666 sni)
5667 lt_cv_file_magic_cmd='/bin/file'
5668 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5669 lt_cv_file_magic_test_file=/lib/libc.so
5670 ;;
5671 siemens)
5672 lt_cv_deplibs_check_method=pass_all
5673 ;;
5674 pc)
5675 lt_cv_deplibs_check_method=pass_all
5676 ;;
5677 esac
5678 ;;
5679
5680 tpf*)
5681 lt_cv_deplibs_check_method=pass_all
5682 ;;
5683 esac
5684
5685 fi
5686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5687 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5688 file_magic_cmd=$lt_cv_file_magic_cmd
5689 deplibs_check_method=$lt_cv_deplibs_check_method
5690 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703 plugin_option=
5704 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5705 for plugin in $plugin_names; do
5706 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5707 if test x$plugin_so = x$plugin; then
5708 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5709 fi
5710 if test x$plugin_so != x$plugin; then
5711 plugin_option="--plugin $plugin_so"
5712 break
5713 fi
5714 done
5715
5716 if test -n "$ac_tool_prefix"; then
5717 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5718 set dummy ${ac_tool_prefix}ar; ac_word=$2
5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5720 $as_echo_n "checking for $ac_word... " >&6; }
5721 if ${ac_cv_prog_AR+:} false; then :
5722 $as_echo_n "(cached) " >&6
5723 else
5724 if test -n "$AR"; then
5725 ac_cv_prog_AR="$AR" # Let the user override the test.
5726 else
5727 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5728 for as_dir in $PATH
5729 do
5730 IFS=$as_save_IFS
5731 test -z "$as_dir" && as_dir=.
5732 for ac_exec_ext in '' $ac_executable_extensions; do
5733 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5734 ac_cv_prog_AR="${ac_tool_prefix}ar"
5735 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5736 break 2
5737 fi
5738 done
5739 done
5740 IFS=$as_save_IFS
5741
5742 fi
5743 fi
5744 AR=$ac_cv_prog_AR
5745 if test -n "$AR"; then
5746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5747 $as_echo "$AR" >&6; }
5748 else
5749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5750 $as_echo "no" >&6; }
5751 fi
5752
5753
5754 fi
5755 if test -z "$ac_cv_prog_AR"; then
5756 ac_ct_AR=$AR
5757 # Extract the first word of "ar", so it can be a program name with args.
5758 set dummy ar; ac_word=$2
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5760 $as_echo_n "checking for $ac_word... " >&6; }
5761 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5762 $as_echo_n "(cached) " >&6
5763 else
5764 if test -n "$ac_ct_AR"; then
5765 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5766 else
5767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5768 for as_dir in $PATH
5769 do
5770 IFS=$as_save_IFS
5771 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do
5773 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5774 ac_cv_prog_ac_ct_AR="ar"
5775 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5776 break 2
5777 fi
5778 done
5779 done
5780 IFS=$as_save_IFS
5781
5782 fi
5783 fi
5784 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5785 if test -n "$ac_ct_AR"; then
5786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5787 $as_echo "$ac_ct_AR" >&6; }
5788 else
5789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5790 $as_echo "no" >&6; }
5791 fi
5792
5793 if test "x$ac_ct_AR" = x; then
5794 AR="false"
5795 else
5796 case $cross_compiling:$ac_tool_warned in
5797 yes:)
5798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5799 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5800 ac_tool_warned=yes ;;
5801 esac
5802 AR=$ac_ct_AR
5803 fi
5804 else
5805 AR="$ac_cv_prog_AR"
5806 fi
5807
5808 test -z "$AR" && AR=ar
5809 if test -n "$plugin_option"; then
5810 if $AR --help 2>&1 | grep -q "\--plugin"; then
5811 touch conftest.c
5812 $AR $plugin_option rc conftest.a conftest.c
5813 if test "$?" != 0; then
5814 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5815 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5816 else
5817 AR="$AR $plugin_option"
5818 fi
5819 rm -f conftest.*
5820 fi
5821 fi
5822 test -z "$AR_FLAGS" && AR_FLAGS=cru
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834 if test -n "$ac_tool_prefix"; then
5835 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5836 set dummy ${ac_tool_prefix}strip; ac_word=$2
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5838 $as_echo_n "checking for $ac_word... " >&6; }
5839 if ${ac_cv_prog_STRIP+:} false; then :
5840 $as_echo_n "(cached) " >&6
5841 else
5842 if test -n "$STRIP"; then
5843 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5844 else
5845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5846 for as_dir in $PATH
5847 do
5848 IFS=$as_save_IFS
5849 test -z "$as_dir" && as_dir=.
5850 for ac_exec_ext in '' $ac_executable_extensions; do
5851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5852 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5854 break 2
5855 fi
5856 done
5857 done
5858 IFS=$as_save_IFS
5859
5860 fi
5861 fi
5862 STRIP=$ac_cv_prog_STRIP
5863 if test -n "$STRIP"; then
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5865 $as_echo "$STRIP" >&6; }
5866 else
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5868 $as_echo "no" >&6; }
5869 fi
5870
5871
5872 fi
5873 if test -z "$ac_cv_prog_STRIP"; then
5874 ac_ct_STRIP=$STRIP
5875 # Extract the first word of "strip", so it can be a program name with args.
5876 set dummy strip; ac_word=$2
5877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5878 $as_echo_n "checking for $ac_word... " >&6; }
5879 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5880 $as_echo_n "(cached) " >&6
5881 else
5882 if test -n "$ac_ct_STRIP"; then
5883 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5884 else
5885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5886 for as_dir in $PATH
5887 do
5888 IFS=$as_save_IFS
5889 test -z "$as_dir" && as_dir=.
5890 for ac_exec_ext in '' $ac_executable_extensions; do
5891 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5892 ac_cv_prog_ac_ct_STRIP="strip"
5893 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5894 break 2
5895 fi
5896 done
5897 done
5898 IFS=$as_save_IFS
5899
5900 fi
5901 fi
5902 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5903 if test -n "$ac_ct_STRIP"; then
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5905 $as_echo "$ac_ct_STRIP" >&6; }
5906 else
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5908 $as_echo "no" >&6; }
5909 fi
5910
5911 if test "x$ac_ct_STRIP" = x; then
5912 STRIP=":"
5913 else
5914 case $cross_compiling:$ac_tool_warned in
5915 yes:)
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5917 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5918 ac_tool_warned=yes ;;
5919 esac
5920 STRIP=$ac_ct_STRIP
5921 fi
5922 else
5923 STRIP="$ac_cv_prog_STRIP"
5924 fi
5925
5926 test -z "$STRIP" && STRIP=:
5927
5928
5929
5930
5931
5932
5933 if test -n "$ac_tool_prefix"; then
5934 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5935 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5937 $as_echo_n "checking for $ac_word... " >&6; }
5938 if ${ac_cv_prog_RANLIB+:} false; then :
5939 $as_echo_n "(cached) " >&6
5940 else
5941 if test -n "$RANLIB"; then
5942 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5943 else
5944 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5945 for as_dir in $PATH
5946 do
5947 IFS=$as_save_IFS
5948 test -z "$as_dir" && as_dir=.
5949 for ac_exec_ext in '' $ac_executable_extensions; do
5950 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5951 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5952 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5953 break 2
5954 fi
5955 done
5956 done
5957 IFS=$as_save_IFS
5958
5959 fi
5960 fi
5961 RANLIB=$ac_cv_prog_RANLIB
5962 if test -n "$RANLIB"; then
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5964 $as_echo "$RANLIB" >&6; }
5965 else
5966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5967 $as_echo "no" >&6; }
5968 fi
5969
5970
5971 fi
5972 if test -z "$ac_cv_prog_RANLIB"; then
5973 ac_ct_RANLIB=$RANLIB
5974 # Extract the first word of "ranlib", so it can be a program name with args.
5975 set dummy ranlib; ac_word=$2
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5977 $as_echo_n "checking for $ac_word... " >&6; }
5978 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5979 $as_echo_n "(cached) " >&6
5980 else
5981 if test -n "$ac_ct_RANLIB"; then
5982 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5983 else
5984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5985 for as_dir in $PATH
5986 do
5987 IFS=$as_save_IFS
5988 test -z "$as_dir" && as_dir=.
5989 for ac_exec_ext in '' $ac_executable_extensions; do
5990 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5991 ac_cv_prog_ac_ct_RANLIB="ranlib"
5992 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5993 break 2
5994 fi
5995 done
5996 done
5997 IFS=$as_save_IFS
5998
5999 fi
6000 fi
6001 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6002 if test -n "$ac_ct_RANLIB"; then
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6004 $as_echo "$ac_ct_RANLIB" >&6; }
6005 else
6006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6007 $as_echo "no" >&6; }
6008 fi
6009
6010 if test "x$ac_ct_RANLIB" = x; then
6011 RANLIB=":"
6012 else
6013 case $cross_compiling:$ac_tool_warned in
6014 yes:)
6015 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6016 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6017 ac_tool_warned=yes ;;
6018 esac
6019 RANLIB=$ac_ct_RANLIB
6020 fi
6021 else
6022 RANLIB="$ac_cv_prog_RANLIB"
6023 fi
6024
6025 test -z "$RANLIB" && RANLIB=:
6026 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6027 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6028 RANLIB="$RANLIB $plugin_option"
6029 fi
6030 fi
6031
6032
6033
6034
6035
6036
6037 # Determine commands to create old-style static archives.
6038 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6039 old_postinstall_cmds='chmod 644 $oldlib'
6040 old_postuninstall_cmds=
6041
6042 if test -n "$RANLIB"; then
6043 case $host_os in
6044 openbsd*)
6045 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6046 ;;
6047 *)
6048 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6049 ;;
6050 esac
6051 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6052 fi
6053
6054 case $host_os in
6055 darwin*)
6056 lock_old_archive_extraction=yes ;;
6057 *)
6058 lock_old_archive_extraction=no ;;
6059 esac
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099 # If no C compiler was specified, use CC.
6100 LTCC=${LTCC-"$CC"}
6101
6102 # If no C compiler flags were specified, use CFLAGS.
6103 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6104
6105 # Allow CC to be a program name with arguments.
6106 compiler=$CC
6107
6108
6109 # Check for command to grab the raw symbol name followed by C symbol from nm.
6110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6111 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6112 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6113 $as_echo_n "(cached) " >&6
6114 else
6115
6116 # These are sane defaults that work on at least a few old systems.
6117 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6118
6119 # Character class describing NM global symbol codes.
6120 symcode='[BCDEGRST]'
6121
6122 # Regexp to match symbols that can be accessed directly from C.
6123 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6124
6125 # Define system-specific variables.
6126 case $host_os in
6127 aix*)
6128 symcode='[BCDT]'
6129 ;;
6130 cygwin* | mingw* | pw32* | cegcc*)
6131 symcode='[ABCDGISTW]'
6132 ;;
6133 hpux*)
6134 if test "$host_cpu" = ia64; then
6135 symcode='[ABCDEGRST]'
6136 fi
6137 ;;
6138 irix* | nonstopux*)
6139 symcode='[BCDEGRST]'
6140 ;;
6141 osf*)
6142 symcode='[BCDEGQRST]'
6143 ;;
6144 solaris*)
6145 symcode='[BCDRT]'
6146 ;;
6147 sco3.2v5*)
6148 symcode='[DT]'
6149 ;;
6150 sysv4.2uw2*)
6151 symcode='[DT]'
6152 ;;
6153 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6154 symcode='[ABDT]'
6155 ;;
6156 sysv4)
6157 symcode='[DFNSTU]'
6158 ;;
6159 esac
6160
6161 # If we're using GNU nm, then use its standard symbol codes.
6162 case `$NM -V 2>&1` in
6163 *GNU* | *'with BFD'*)
6164 symcode='[ABCDGIRSTW]' ;;
6165 esac
6166
6167 # Transform an extracted symbol line into a proper C declaration.
6168 # Some systems (esp. on ia64) link data and code symbols differently,
6169 # so use this general approach.
6170 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6171
6172 # Transform an extracted symbol line into symbol name and symbol address
6173 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6174 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'"
6175
6176 # Handle CRLF in mingw tool chain
6177 opt_cr=
6178 case $build_os in
6179 mingw*)
6180 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6181 ;;
6182 esac
6183
6184 # Try without a prefix underscore, then with it.
6185 for ac_symprfx in "" "_"; do
6186
6187 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6188 symxfrm="\\1 $ac_symprfx\\2 \\2"
6189
6190 # Write the raw and C identifiers.
6191 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6192 # Fake it for dumpbin and say T for any non-static function
6193 # and D for any global variable.
6194 # Also find C++ and __fastcall symbols from MSVC++,
6195 # which start with @ or ?.
6196 lt_cv_sys_global_symbol_pipe="$AWK '"\
6197 " {last_section=section; section=\$ 3};"\
6198 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6199 " \$ 0!~/External *\|/{next};"\
6200 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6201 " {if(hide[section]) next};"\
6202 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6203 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6204 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6205 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6206 " ' prfx=^$ac_symprfx"
6207 else
6208 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6209 fi
6210
6211 # Check to see that the pipe works correctly.
6212 pipe_works=no
6213
6214 rm -f conftest*
6215 cat > conftest.$ac_ext <<_LT_EOF
6216 #ifdef __cplusplus
6217 extern "C" {
6218 #endif
6219 char nm_test_var;
6220 void nm_test_func(void);
6221 void nm_test_func(void){}
6222 #ifdef __cplusplus
6223 }
6224 #endif
6225 int main(){nm_test_var='a';nm_test_func();return(0);}
6226 _LT_EOF
6227
6228 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6229 (eval $ac_compile) 2>&5
6230 ac_status=$?
6231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6232 test $ac_status = 0; }; then
6233 # Now try to grab the symbols.
6234 nlist=conftest.nm
6235 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6236 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6237 ac_status=$?
6238 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6239 test $ac_status = 0; } && test -s "$nlist"; then
6240 # Try sorting and uniquifying the output.
6241 if sort "$nlist" | uniq > "$nlist"T; then
6242 mv -f "$nlist"T "$nlist"
6243 else
6244 rm -f "$nlist"T
6245 fi
6246
6247 # Make sure that we snagged all the symbols we need.
6248 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6249 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6250 cat <<_LT_EOF > conftest.$ac_ext
6251 #ifdef __cplusplus
6252 extern "C" {
6253 #endif
6254
6255 _LT_EOF
6256 # Now generate the symbol file.
6257 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6258
6259 cat <<_LT_EOF >> conftest.$ac_ext
6260
6261 /* The mapping between symbol names and symbols. */
6262 const struct {
6263 const char *name;
6264 void *address;
6265 }
6266 lt__PROGRAM__LTX_preloaded_symbols[] =
6267 {
6268 { "@PROGRAM@", (void *) 0 },
6269 _LT_EOF
6270 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6271 cat <<\_LT_EOF >> conftest.$ac_ext
6272 {0, (void *) 0}
6273 };
6274
6275 /* This works around a problem in FreeBSD linker */
6276 #ifdef FREEBSD_WORKAROUND
6277 static const void *lt_preloaded_setup() {
6278 return lt__PROGRAM__LTX_preloaded_symbols;
6279 }
6280 #endif
6281
6282 #ifdef __cplusplus
6283 }
6284 #endif
6285 _LT_EOF
6286 # Now try linking the two files.
6287 mv conftest.$ac_objext conftstm.$ac_objext
6288 lt_save_LIBS="$LIBS"
6289 lt_save_CFLAGS="$CFLAGS"
6290 LIBS="conftstm.$ac_objext"
6291 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6292 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6293 (eval $ac_link) 2>&5
6294 ac_status=$?
6295 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6296 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6297 pipe_works=yes
6298 fi
6299 LIBS="$lt_save_LIBS"
6300 CFLAGS="$lt_save_CFLAGS"
6301 else
6302 echo "cannot find nm_test_func in $nlist" >&5
6303 fi
6304 else
6305 echo "cannot find nm_test_var in $nlist" >&5
6306 fi
6307 else
6308 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6309 fi
6310 else
6311 echo "$progname: failed program was:" >&5
6312 cat conftest.$ac_ext >&5
6313 fi
6314 rm -rf conftest* conftst*
6315
6316 # Do not use the global_symbol_pipe unless it works.
6317 if test "$pipe_works" = yes; then
6318 break
6319 else
6320 lt_cv_sys_global_symbol_pipe=
6321 fi
6322 done
6323
6324 fi
6325
6326 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6327 lt_cv_sys_global_symbol_to_cdecl=
6328 fi
6329 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6331 $as_echo "failed" >&6; }
6332 else
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6334 $as_echo "ok" >&6; }
6335 fi
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358 # Check whether --enable-libtool-lock was given.
6359 if test "${enable_libtool_lock+set}" = set; then :
6360 enableval=$enable_libtool_lock;
6361 fi
6362
6363 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6364
6365 # Some flags need to be propagated to the compiler or linker for good
6366 # libtool support.
6367 case $host in
6368 ia64-*-hpux*)
6369 # Find out which ABI we are using.
6370 echo 'int i;' > conftest.$ac_ext
6371 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6372 (eval $ac_compile) 2>&5
6373 ac_status=$?
6374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6375 test $ac_status = 0; }; then
6376 case `/usr/bin/file conftest.$ac_objext` in
6377 *ELF-32*)
6378 HPUX_IA64_MODE="32"
6379 ;;
6380 *ELF-64*)
6381 HPUX_IA64_MODE="64"
6382 ;;
6383 esac
6384 fi
6385 rm -rf conftest*
6386 ;;
6387 *-*-irix6*)
6388 # Find out which ABI we are using.
6389 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6390 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6391 (eval $ac_compile) 2>&5
6392 ac_status=$?
6393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6394 test $ac_status = 0; }; then
6395 if test "$lt_cv_prog_gnu_ld" = yes; then
6396 case `/usr/bin/file conftest.$ac_objext` in
6397 *32-bit*)
6398 LD="${LD-ld} -melf32bsmip"
6399 ;;
6400 *N32*)
6401 LD="${LD-ld} -melf32bmipn32"
6402 ;;
6403 *64-bit*)
6404 LD="${LD-ld} -melf64bmip"
6405 ;;
6406 esac
6407 else
6408 case `/usr/bin/file conftest.$ac_objext` in
6409 *32-bit*)
6410 LD="${LD-ld} -32"
6411 ;;
6412 *N32*)
6413 LD="${LD-ld} -n32"
6414 ;;
6415 *64-bit*)
6416 LD="${LD-ld} -64"
6417 ;;
6418 esac
6419 fi
6420 fi
6421 rm -rf conftest*
6422 ;;
6423
6424 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6425 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6426 # Find out which ABI we are using.
6427 echo 'int i;' > conftest.$ac_ext
6428 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6429 (eval $ac_compile) 2>&5
6430 ac_status=$?
6431 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6432 test $ac_status = 0; }; then
6433 case `/usr/bin/file conftest.o` in
6434 *32-bit*)
6435 case $host in
6436 x86_64-*kfreebsd*-gnu)
6437 LD="${LD-ld} -m elf_i386_fbsd"
6438 ;;
6439 x86_64-*linux*)
6440 case `/usr/bin/file conftest.o` in
6441 *x86-64*)
6442 LD="${LD-ld} -m elf32_x86_64"
6443 ;;
6444 *)
6445 LD="${LD-ld} -m elf_i386"
6446 ;;
6447 esac
6448 ;;
6449 powerpc64le-*linux*)
6450 LD="${LD-ld} -m elf32lppclinux"
6451 ;;
6452 powerpc64-*linux*)
6453 LD="${LD-ld} -m elf32ppclinux"
6454 ;;
6455 s390x-*linux*)
6456 LD="${LD-ld} -m elf_s390"
6457 ;;
6458 sparc64-*linux*)
6459 LD="${LD-ld} -m elf32_sparc"
6460 ;;
6461 esac
6462 ;;
6463 *64-bit*)
6464 case $host in
6465 x86_64-*kfreebsd*-gnu)
6466 LD="${LD-ld} -m elf_x86_64_fbsd"
6467 ;;
6468 x86_64-*linux*)
6469 LD="${LD-ld} -m elf_x86_64"
6470 ;;
6471 powerpcle-*linux*)
6472 LD="${LD-ld} -m elf64lppc"
6473 ;;
6474 powerpc-*linux*)
6475 LD="${LD-ld} -m elf64ppc"
6476 ;;
6477 s390*-*linux*|s390*-*tpf*)
6478 LD="${LD-ld} -m elf64_s390"
6479 ;;
6480 sparc*-*linux*)
6481 LD="${LD-ld} -m elf64_sparc"
6482 ;;
6483 esac
6484 ;;
6485 esac
6486 fi
6487 rm -rf conftest*
6488 ;;
6489
6490 *-*-sco3.2v5*)
6491 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6492 SAVE_CFLAGS="$CFLAGS"
6493 CFLAGS="$CFLAGS -belf"
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6495 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6496 if ${lt_cv_cc_needs_belf+:} false; then :
6497 $as_echo_n "(cached) " >&6
6498 else
6499 ac_ext=c
6500 ac_cpp='$CPP $CPPFLAGS'
6501 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6502 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6503 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6504
6505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6506 /* end confdefs.h. */
6507
6508 int
6509 main ()
6510 {
6511
6512 ;
6513 return 0;
6514 }
6515 _ACEOF
6516 if ac_fn_c_try_link "$LINENO"; then :
6517 lt_cv_cc_needs_belf=yes
6518 else
6519 lt_cv_cc_needs_belf=no
6520 fi
6521 rm -f core conftest.err conftest.$ac_objext \
6522 conftest$ac_exeext conftest.$ac_ext
6523 ac_ext=c
6524 ac_cpp='$CPP $CPPFLAGS'
6525 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6526 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6527 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6528
6529 fi
6530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6531 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6532 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6533 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6534 CFLAGS="$SAVE_CFLAGS"
6535 fi
6536 ;;
6537 sparc*-*solaris*)
6538 # Find out which ABI we are using.
6539 echo 'int i;' > conftest.$ac_ext
6540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6541 (eval $ac_compile) 2>&5
6542 ac_status=$?
6543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6544 test $ac_status = 0; }; then
6545 case `/usr/bin/file conftest.o` in
6546 *64-bit*)
6547 case $lt_cv_prog_gnu_ld in
6548 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6549 *)
6550 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6551 LD="${LD-ld} -64"
6552 fi
6553 ;;
6554 esac
6555 ;;
6556 esac
6557 fi
6558 rm -rf conftest*
6559 ;;
6560 esac
6561
6562 need_locks="$enable_libtool_lock"
6563
6564
6565 case $host_os in
6566 rhapsody* | darwin*)
6567 if test -n "$ac_tool_prefix"; then
6568 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6569 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6571 $as_echo_n "checking for $ac_word... " >&6; }
6572 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6573 $as_echo_n "(cached) " >&6
6574 else
6575 if test -n "$DSYMUTIL"; then
6576 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6577 else
6578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6579 for as_dir in $PATH
6580 do
6581 IFS=$as_save_IFS
6582 test -z "$as_dir" && as_dir=.
6583 for ac_exec_ext in '' $ac_executable_extensions; do
6584 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6585 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6586 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6587 break 2
6588 fi
6589 done
6590 done
6591 IFS=$as_save_IFS
6592
6593 fi
6594 fi
6595 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6596 if test -n "$DSYMUTIL"; then
6597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6598 $as_echo "$DSYMUTIL" >&6; }
6599 else
6600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6601 $as_echo "no" >&6; }
6602 fi
6603
6604
6605 fi
6606 if test -z "$ac_cv_prog_DSYMUTIL"; then
6607 ac_ct_DSYMUTIL=$DSYMUTIL
6608 # Extract the first word of "dsymutil", so it can be a program name with args.
6609 set dummy dsymutil; ac_word=$2
6610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6611 $as_echo_n "checking for $ac_word... " >&6; }
6612 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6613 $as_echo_n "(cached) " >&6
6614 else
6615 if test -n "$ac_ct_DSYMUTIL"; then
6616 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6617 else
6618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6619 for as_dir in $PATH
6620 do
6621 IFS=$as_save_IFS
6622 test -z "$as_dir" && as_dir=.
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6625 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 break 2
6628 fi
6629 done
6630 done
6631 IFS=$as_save_IFS
6632
6633 fi
6634 fi
6635 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6636 if test -n "$ac_ct_DSYMUTIL"; then
6637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6638 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6639 else
6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6641 $as_echo "no" >&6; }
6642 fi
6643
6644 if test "x$ac_ct_DSYMUTIL" = x; then
6645 DSYMUTIL=":"
6646 else
6647 case $cross_compiling:$ac_tool_warned in
6648 yes:)
6649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6651 ac_tool_warned=yes ;;
6652 esac
6653 DSYMUTIL=$ac_ct_DSYMUTIL
6654 fi
6655 else
6656 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6657 fi
6658
6659 if test -n "$ac_tool_prefix"; then
6660 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6661 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6663 $as_echo_n "checking for $ac_word... " >&6; }
6664 if ${ac_cv_prog_NMEDIT+:} false; then :
6665 $as_echo_n "(cached) " >&6
6666 else
6667 if test -n "$NMEDIT"; then
6668 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6669 else
6670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6671 for as_dir in $PATH
6672 do
6673 IFS=$as_save_IFS
6674 test -z "$as_dir" && as_dir=.
6675 for ac_exec_ext in '' $ac_executable_extensions; do
6676 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6677 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6678 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6679 break 2
6680 fi
6681 done
6682 done
6683 IFS=$as_save_IFS
6684
6685 fi
6686 fi
6687 NMEDIT=$ac_cv_prog_NMEDIT
6688 if test -n "$NMEDIT"; then
6689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6690 $as_echo "$NMEDIT" >&6; }
6691 else
6692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6693 $as_echo "no" >&6; }
6694 fi
6695
6696
6697 fi
6698 if test -z "$ac_cv_prog_NMEDIT"; then
6699 ac_ct_NMEDIT=$NMEDIT
6700 # Extract the first word of "nmedit", so it can be a program name with args.
6701 set dummy nmedit; ac_word=$2
6702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6703 $as_echo_n "checking for $ac_word... " >&6; }
6704 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6705 $as_echo_n "(cached) " >&6
6706 else
6707 if test -n "$ac_ct_NMEDIT"; then
6708 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6709 else
6710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6711 for as_dir in $PATH
6712 do
6713 IFS=$as_save_IFS
6714 test -z "$as_dir" && as_dir=.
6715 for ac_exec_ext in '' $ac_executable_extensions; do
6716 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6717 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6718 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6719 break 2
6720 fi
6721 done
6722 done
6723 IFS=$as_save_IFS
6724
6725 fi
6726 fi
6727 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6728 if test -n "$ac_ct_NMEDIT"; then
6729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6730 $as_echo "$ac_ct_NMEDIT" >&6; }
6731 else
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6733 $as_echo "no" >&6; }
6734 fi
6735
6736 if test "x$ac_ct_NMEDIT" = x; then
6737 NMEDIT=":"
6738 else
6739 case $cross_compiling:$ac_tool_warned in
6740 yes:)
6741 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6742 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6743 ac_tool_warned=yes ;;
6744 esac
6745 NMEDIT=$ac_ct_NMEDIT
6746 fi
6747 else
6748 NMEDIT="$ac_cv_prog_NMEDIT"
6749 fi
6750
6751 if test -n "$ac_tool_prefix"; then
6752 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6753 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6755 $as_echo_n "checking for $ac_word... " >&6; }
6756 if ${ac_cv_prog_LIPO+:} false; then :
6757 $as_echo_n "(cached) " >&6
6758 else
6759 if test -n "$LIPO"; then
6760 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6761 else
6762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6763 for as_dir in $PATH
6764 do
6765 IFS=$as_save_IFS
6766 test -z "$as_dir" && as_dir=.
6767 for ac_exec_ext in '' $ac_executable_extensions; do
6768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6769 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6771 break 2
6772 fi
6773 done
6774 done
6775 IFS=$as_save_IFS
6776
6777 fi
6778 fi
6779 LIPO=$ac_cv_prog_LIPO
6780 if test -n "$LIPO"; then
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6782 $as_echo "$LIPO" >&6; }
6783 else
6784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6785 $as_echo "no" >&6; }
6786 fi
6787
6788
6789 fi
6790 if test -z "$ac_cv_prog_LIPO"; then
6791 ac_ct_LIPO=$LIPO
6792 # Extract the first word of "lipo", so it can be a program name with args.
6793 set dummy lipo; ac_word=$2
6794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6795 $as_echo_n "checking for $ac_word... " >&6; }
6796 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6797 $as_echo_n "(cached) " >&6
6798 else
6799 if test -n "$ac_ct_LIPO"; then
6800 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6801 else
6802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6803 for as_dir in $PATH
6804 do
6805 IFS=$as_save_IFS
6806 test -z "$as_dir" && as_dir=.
6807 for ac_exec_ext in '' $ac_executable_extensions; do
6808 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6809 ac_cv_prog_ac_ct_LIPO="lipo"
6810 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6811 break 2
6812 fi
6813 done
6814 done
6815 IFS=$as_save_IFS
6816
6817 fi
6818 fi
6819 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6820 if test -n "$ac_ct_LIPO"; then
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6822 $as_echo "$ac_ct_LIPO" >&6; }
6823 else
6824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6825 $as_echo "no" >&6; }
6826 fi
6827
6828 if test "x$ac_ct_LIPO" = x; then
6829 LIPO=":"
6830 else
6831 case $cross_compiling:$ac_tool_warned in
6832 yes:)
6833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6835 ac_tool_warned=yes ;;
6836 esac
6837 LIPO=$ac_ct_LIPO
6838 fi
6839 else
6840 LIPO="$ac_cv_prog_LIPO"
6841 fi
6842
6843 if test -n "$ac_tool_prefix"; then
6844 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6845 set dummy ${ac_tool_prefix}otool; ac_word=$2
6846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6847 $as_echo_n "checking for $ac_word... " >&6; }
6848 if ${ac_cv_prog_OTOOL+:} false; then :
6849 $as_echo_n "(cached) " >&6
6850 else
6851 if test -n "$OTOOL"; then
6852 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6853 else
6854 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6855 for as_dir in $PATH
6856 do
6857 IFS=$as_save_IFS
6858 test -z "$as_dir" && as_dir=.
6859 for ac_exec_ext in '' $ac_executable_extensions; do
6860 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6861 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6862 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6863 break 2
6864 fi
6865 done
6866 done
6867 IFS=$as_save_IFS
6868
6869 fi
6870 fi
6871 OTOOL=$ac_cv_prog_OTOOL
6872 if test -n "$OTOOL"; then
6873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6874 $as_echo "$OTOOL" >&6; }
6875 else
6876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6877 $as_echo "no" >&6; }
6878 fi
6879
6880
6881 fi
6882 if test -z "$ac_cv_prog_OTOOL"; then
6883 ac_ct_OTOOL=$OTOOL
6884 # Extract the first word of "otool", so it can be a program name with args.
6885 set dummy otool; ac_word=$2
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6887 $as_echo_n "checking for $ac_word... " >&6; }
6888 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6889 $as_echo_n "(cached) " >&6
6890 else
6891 if test -n "$ac_ct_OTOOL"; then
6892 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6893 else
6894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6895 for as_dir in $PATH
6896 do
6897 IFS=$as_save_IFS
6898 test -z "$as_dir" && as_dir=.
6899 for ac_exec_ext in '' $ac_executable_extensions; do
6900 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6901 ac_cv_prog_ac_ct_OTOOL="otool"
6902 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6903 break 2
6904 fi
6905 done
6906 done
6907 IFS=$as_save_IFS
6908
6909 fi
6910 fi
6911 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6912 if test -n "$ac_ct_OTOOL"; then
6913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6914 $as_echo "$ac_ct_OTOOL" >&6; }
6915 else
6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6917 $as_echo "no" >&6; }
6918 fi
6919
6920 if test "x$ac_ct_OTOOL" = x; then
6921 OTOOL=":"
6922 else
6923 case $cross_compiling:$ac_tool_warned in
6924 yes:)
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6926 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6927 ac_tool_warned=yes ;;
6928 esac
6929 OTOOL=$ac_ct_OTOOL
6930 fi
6931 else
6932 OTOOL="$ac_cv_prog_OTOOL"
6933 fi
6934
6935 if test -n "$ac_tool_prefix"; then
6936 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6937 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6939 $as_echo_n "checking for $ac_word... " >&6; }
6940 if ${ac_cv_prog_OTOOL64+:} false; then :
6941 $as_echo_n "(cached) " >&6
6942 else
6943 if test -n "$OTOOL64"; then
6944 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6945 else
6946 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6947 for as_dir in $PATH
6948 do
6949 IFS=$as_save_IFS
6950 test -z "$as_dir" && as_dir=.
6951 for ac_exec_ext in '' $ac_executable_extensions; do
6952 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6953 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6955 break 2
6956 fi
6957 done
6958 done
6959 IFS=$as_save_IFS
6960
6961 fi
6962 fi
6963 OTOOL64=$ac_cv_prog_OTOOL64
6964 if test -n "$OTOOL64"; then
6965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6966 $as_echo "$OTOOL64" >&6; }
6967 else
6968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6969 $as_echo "no" >&6; }
6970 fi
6971
6972
6973 fi
6974 if test -z "$ac_cv_prog_OTOOL64"; then
6975 ac_ct_OTOOL64=$OTOOL64
6976 # Extract the first word of "otool64", so it can be a program name with args.
6977 set dummy otool64; ac_word=$2
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6979 $as_echo_n "checking for $ac_word... " >&6; }
6980 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6981 $as_echo_n "(cached) " >&6
6982 else
6983 if test -n "$ac_ct_OTOOL64"; then
6984 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6985 else
6986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6987 for as_dir in $PATH
6988 do
6989 IFS=$as_save_IFS
6990 test -z "$as_dir" && as_dir=.
6991 for ac_exec_ext in '' $ac_executable_extensions; do
6992 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6993 ac_cv_prog_ac_ct_OTOOL64="otool64"
6994 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6995 break 2
6996 fi
6997 done
6998 done
6999 IFS=$as_save_IFS
7000
7001 fi
7002 fi
7003 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7004 if test -n "$ac_ct_OTOOL64"; then
7005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7006 $as_echo "$ac_ct_OTOOL64" >&6; }
7007 else
7008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7009 $as_echo "no" >&6; }
7010 fi
7011
7012 if test "x$ac_ct_OTOOL64" = x; then
7013 OTOOL64=":"
7014 else
7015 case $cross_compiling:$ac_tool_warned in
7016 yes:)
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7018 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7019 ac_tool_warned=yes ;;
7020 esac
7021 OTOOL64=$ac_ct_OTOOL64
7022 fi
7023 else
7024 OTOOL64="$ac_cv_prog_OTOOL64"
7025 fi
7026
7027
7028
7029
7030
7031
7032
7033
7034
7035
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7054 $as_echo_n "checking for -single_module linker flag... " >&6; }
7055 if ${lt_cv_apple_cc_single_mod+:} false; then :
7056 $as_echo_n "(cached) " >&6
7057 else
7058 lt_cv_apple_cc_single_mod=no
7059 if test -z "${LT_MULTI_MODULE}"; then
7060 # By default we will add the -single_module flag. You can override
7061 # by either setting the environment variable LT_MULTI_MODULE
7062 # non-empty at configure time, or by adding -multi_module to the
7063 # link flags.
7064 rm -rf libconftest.dylib*
7065 echo "int foo(void){return 1;}" > conftest.c
7066 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7067 -dynamiclib -Wl,-single_module conftest.c" >&5
7068 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7069 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7070 _lt_result=$?
7071 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7072 lt_cv_apple_cc_single_mod=yes
7073 else
7074 cat conftest.err >&5
7075 fi
7076 rm -rf libconftest.dylib*
7077 rm -f conftest.*
7078 fi
7079 fi
7080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7081 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7083 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7084 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7085 $as_echo_n "(cached) " >&6
7086 else
7087 lt_cv_ld_exported_symbols_list=no
7088 save_LDFLAGS=$LDFLAGS
7089 echo "_main" > conftest.sym
7090 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7091 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7092 /* end confdefs.h. */
7093
7094 int
7095 main ()
7096 {
7097
7098 ;
7099 return 0;
7100 }
7101 _ACEOF
7102 if ac_fn_c_try_link "$LINENO"; then :
7103 lt_cv_ld_exported_symbols_list=yes
7104 else
7105 lt_cv_ld_exported_symbols_list=no
7106 fi
7107 rm -f core conftest.err conftest.$ac_objext \
7108 conftest$ac_exeext conftest.$ac_ext
7109 LDFLAGS="$save_LDFLAGS"
7110
7111 fi
7112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7113 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7114 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7115 $as_echo_n "checking for -force_load linker flag... " >&6; }
7116 if ${lt_cv_ld_force_load+:} false; then :
7117 $as_echo_n "(cached) " >&6
7118 else
7119 lt_cv_ld_force_load=no
7120 cat > conftest.c << _LT_EOF
7121 int forced_loaded() { return 2;}
7122 _LT_EOF
7123 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7124 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7125 echo "$AR cru libconftest.a conftest.o" >&5
7126 $AR cru libconftest.a conftest.o 2>&5
7127 cat > conftest.c << _LT_EOF
7128 int main() { return 0;}
7129 _LT_EOF
7130 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7131 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7132 _lt_result=$?
7133 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7134 lt_cv_ld_force_load=yes
7135 else
7136 cat conftest.err >&5
7137 fi
7138 rm -f conftest.err libconftest.a conftest conftest.c
7139 rm -rf conftest.dSYM
7140
7141 fi
7142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7143 $as_echo "$lt_cv_ld_force_load" >&6; }
7144 case $host_os in
7145 rhapsody* | darwin1.[012])
7146 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7147 darwin1.*)
7148 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7149 darwin*) # darwin 5.x on
7150 # if running on 10.5 or later, the deployment target defaults
7151 # to the OS version, if on x86, and 10.4, the deployment
7152 # target defaults to 10.4. Don't you love it?
7153 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7154 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7155 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7156 10.[012][,.]*)
7157 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7158 10.*)
7159 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7160 esac
7161 ;;
7162 esac
7163 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7164 _lt_dar_single_mod='$single_module'
7165 fi
7166 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7167 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7168 else
7169 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7170 fi
7171 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7172 _lt_dsymutil='~$DSYMUTIL $lib || :'
7173 else
7174 _lt_dsymutil=
7175 fi
7176 ;;
7177 esac
7178
7179 for ac_header in dlfcn.h
7180 do :
7181 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7182 "
7183 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7184 cat >>confdefs.h <<_ACEOF
7185 #define HAVE_DLFCN_H 1
7186 _ACEOF
7187
7188 fi
7189
7190 done
7191
7192
7193
7194
7195
7196 # Set options
7197
7198
7199
7200 enable_dlopen=no
7201
7202
7203 enable_win32_dll=no
7204
7205
7206 # Check whether --enable-shared was given.
7207 if test "${enable_shared+set}" = set; then :
7208 enableval=$enable_shared; p=${PACKAGE-default}
7209 case $enableval in
7210 yes) enable_shared=yes ;;
7211 no) enable_shared=no ;;
7212 *)
7213 enable_shared=no
7214 # Look at the argument we got. We use all the common list separators.
7215 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7216 for pkg in $enableval; do
7217 IFS="$lt_save_ifs"
7218 if test "X$pkg" = "X$p"; then
7219 enable_shared=yes
7220 fi
7221 done
7222 IFS="$lt_save_ifs"
7223 ;;
7224 esac
7225 else
7226 enable_shared=yes
7227 fi
7228
7229
7230
7231
7232
7233
7234
7235
7236
7237 # Check whether --enable-static was given.
7238 if test "${enable_static+set}" = set; then :
7239 enableval=$enable_static; p=${PACKAGE-default}
7240 case $enableval in
7241 yes) enable_static=yes ;;
7242 no) enable_static=no ;;
7243 *)
7244 enable_static=no
7245 # Look at the argument we got. We use all the common list separators.
7246 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7247 for pkg in $enableval; do
7248 IFS="$lt_save_ifs"
7249 if test "X$pkg" = "X$p"; then
7250 enable_static=yes
7251 fi
7252 done
7253 IFS="$lt_save_ifs"
7254 ;;
7255 esac
7256 else
7257 enable_static=yes
7258 fi
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268
7269 # Check whether --with-pic was given.
7270 if test "${with_pic+set}" = set; then :
7271 withval=$with_pic; pic_mode="$withval"
7272 else
7273 pic_mode=default
7274 fi
7275
7276
7277 test -z "$pic_mode" && pic_mode=default
7278
7279
7280
7281
7282
7283
7284
7285 # Check whether --enable-fast-install was given.
7286 if test "${enable_fast_install+set}" = set; then :
7287 enableval=$enable_fast_install; p=${PACKAGE-default}
7288 case $enableval in
7289 yes) enable_fast_install=yes ;;
7290 no) enable_fast_install=no ;;
7291 *)
7292 enable_fast_install=no
7293 # Look at the argument we got. We use all the common list separators.
7294 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7295 for pkg in $enableval; do
7296 IFS="$lt_save_ifs"
7297 if test "X$pkg" = "X$p"; then
7298 enable_fast_install=yes
7299 fi
7300 done
7301 IFS="$lt_save_ifs"
7302 ;;
7303 esac
7304 else
7305 enable_fast_install=yes
7306 fi
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318 # This can be used to rebuild libtool when needed
7319 LIBTOOL_DEPS="$ltmain"
7320
7321 # Always use our own libtool.
7322 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7323
7324
7325
7326
7327
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338
7339
7340
7341
7342
7343
7344
7345
7346
7347
7348
7349 test -z "$LN_S" && LN_S="ln -s"
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363
7364 if test -n "${ZSH_VERSION+set}" ; then
7365 setopt NO_GLOB_SUBST
7366 fi
7367
7368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7369 $as_echo_n "checking for objdir... " >&6; }
7370 if ${lt_cv_objdir+:} false; then :
7371 $as_echo_n "(cached) " >&6
7372 else
7373 rm -f .libs 2>/dev/null
7374 mkdir .libs 2>/dev/null
7375 if test -d .libs; then
7376 lt_cv_objdir=.libs
7377 else
7378 # MS-DOS does not allow filenames that begin with a dot.
7379 lt_cv_objdir=_libs
7380 fi
7381 rmdir .libs 2>/dev/null
7382 fi
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7384 $as_echo "$lt_cv_objdir" >&6; }
7385 objdir=$lt_cv_objdir
7386
7387
7388
7389
7390
7391 cat >>confdefs.h <<_ACEOF
7392 #define LT_OBJDIR "$lt_cv_objdir/"
7393 _ACEOF
7394
7395
7396
7397
7398 case $host_os in
7399 aix3*)
7400 # AIX sometimes has problems with the GCC collect2 program. For some
7401 # reason, if we set the COLLECT_NAMES environment variable, the problems
7402 # vanish in a puff of smoke.
7403 if test "X${COLLECT_NAMES+set}" != Xset; then
7404 COLLECT_NAMES=
7405 export COLLECT_NAMES
7406 fi
7407 ;;
7408 esac
7409
7410 # Global variables:
7411 ofile=libtool
7412 can_build_shared=yes
7413
7414 # All known linkers require a `.a' archive for static linking (except MSVC,
7415 # which needs '.lib').
7416 libext=a
7417
7418 with_gnu_ld="$lt_cv_prog_gnu_ld"
7419
7420 old_CC="$CC"
7421 old_CFLAGS="$CFLAGS"
7422
7423 # Set sane defaults for various variables
7424 test -z "$CC" && CC=cc
7425 test -z "$LTCC" && LTCC=$CC
7426 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7427 test -z "$LD" && LD=ld
7428 test -z "$ac_objext" && ac_objext=o
7429
7430 for cc_temp in $compiler""; do
7431 case $cc_temp in
7432 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7433 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7434 \-*) ;;
7435 *) break;;
7436 esac
7437 done
7438 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7439
7440
7441 # Only perform the check for file, if the check method requires it
7442 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7443 case $deplibs_check_method in
7444 file_magic*)
7445 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7447 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7448 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7449 $as_echo_n "(cached) " >&6
7450 else
7451 case $MAGIC_CMD in
7452 [\\/*] | ?:[\\/]*)
7453 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7454 ;;
7455 *)
7456 lt_save_MAGIC_CMD="$MAGIC_CMD"
7457 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7458 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7459 for ac_dir in $ac_dummy; do
7460 IFS="$lt_save_ifs"
7461 test -z "$ac_dir" && ac_dir=.
7462 if test -f $ac_dir/${ac_tool_prefix}file; then
7463 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7464 if test -n "$file_magic_test_file"; then
7465 case $deplibs_check_method in
7466 "file_magic "*)
7467 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7468 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7469 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7470 $EGREP "$file_magic_regex" > /dev/null; then
7471 :
7472 else
7473 cat <<_LT_EOF 1>&2
7474
7475 *** Warning: the command libtool uses to detect shared libraries,
7476 *** $file_magic_cmd, produces output that libtool cannot recognize.
7477 *** The result is that libtool may fail to recognize shared libraries
7478 *** as such. This will affect the creation of libtool libraries that
7479 *** depend on shared libraries, but programs linked with such libtool
7480 *** libraries will work regardless of this problem. Nevertheless, you
7481 *** may want to report the problem to your system manager and/or to
7482 *** bug-libtool@gnu.org
7483
7484 _LT_EOF
7485 fi ;;
7486 esac
7487 fi
7488 break
7489 fi
7490 done
7491 IFS="$lt_save_ifs"
7492 MAGIC_CMD="$lt_save_MAGIC_CMD"
7493 ;;
7494 esac
7495 fi
7496
7497 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7498 if test -n "$MAGIC_CMD"; then
7499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7500 $as_echo "$MAGIC_CMD" >&6; }
7501 else
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7503 $as_echo "no" >&6; }
7504 fi
7505
7506
7507
7508
7509
7510 if test -z "$lt_cv_path_MAGIC_CMD"; then
7511 if test -n "$ac_tool_prefix"; then
7512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7513 $as_echo_n "checking for file... " >&6; }
7514 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7515 $as_echo_n "(cached) " >&6
7516 else
7517 case $MAGIC_CMD in
7518 [\\/*] | ?:[\\/]*)
7519 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7520 ;;
7521 *)
7522 lt_save_MAGIC_CMD="$MAGIC_CMD"
7523 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7524 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7525 for ac_dir in $ac_dummy; do
7526 IFS="$lt_save_ifs"
7527 test -z "$ac_dir" && ac_dir=.
7528 if test -f $ac_dir/file; then
7529 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7530 if test -n "$file_magic_test_file"; then
7531 case $deplibs_check_method in
7532 "file_magic "*)
7533 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7534 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7535 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7536 $EGREP "$file_magic_regex" > /dev/null; then
7537 :
7538 else
7539 cat <<_LT_EOF 1>&2
7540
7541 *** Warning: the command libtool uses to detect shared libraries,
7542 *** $file_magic_cmd, produces output that libtool cannot recognize.
7543 *** The result is that libtool may fail to recognize shared libraries
7544 *** as such. This will affect the creation of libtool libraries that
7545 *** depend on shared libraries, but programs linked with such libtool
7546 *** libraries will work regardless of this problem. Nevertheless, you
7547 *** may want to report the problem to your system manager and/or to
7548 *** bug-libtool@gnu.org
7549
7550 _LT_EOF
7551 fi ;;
7552 esac
7553 fi
7554 break
7555 fi
7556 done
7557 IFS="$lt_save_ifs"
7558 MAGIC_CMD="$lt_save_MAGIC_CMD"
7559 ;;
7560 esac
7561 fi
7562
7563 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7564 if test -n "$MAGIC_CMD"; then
7565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7566 $as_echo "$MAGIC_CMD" >&6; }
7567 else
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7569 $as_echo "no" >&6; }
7570 fi
7571
7572
7573 else
7574 MAGIC_CMD=:
7575 fi
7576 fi
7577
7578 fi
7579 ;;
7580 esac
7581
7582 # Use C for the default configuration in the libtool script
7583
7584 lt_save_CC="$CC"
7585 ac_ext=c
7586 ac_cpp='$CPP $CPPFLAGS'
7587 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7588 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7589 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7590
7591
7592 # Source file extension for C test sources.
7593 ac_ext=c
7594
7595 # Object file extension for compiled C test sources.
7596 objext=o
7597 objext=$objext
7598
7599 # Code to be used in simple compile tests
7600 lt_simple_compile_test_code="int some_variable = 0;"
7601
7602 # Code to be used in simple link tests
7603 lt_simple_link_test_code='int main(){return(0);}'
7604
7605
7606
7607
7608
7609
7610
7611 # If no C compiler was specified, use CC.
7612 LTCC=${LTCC-"$CC"}
7613
7614 # If no C compiler flags were specified, use CFLAGS.
7615 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7616
7617 # Allow CC to be a program name with arguments.
7618 compiler=$CC
7619
7620 # Save the default compiler, since it gets overwritten when the other
7621 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7622 compiler_DEFAULT=$CC
7623
7624 # save warnings/boilerplate of simple test code
7625 ac_outfile=conftest.$ac_objext
7626 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7627 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7628 _lt_compiler_boilerplate=`cat conftest.err`
7629 $RM conftest*
7630
7631 ac_outfile=conftest.$ac_objext
7632 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7633 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7634 _lt_linker_boilerplate=`cat conftest.err`
7635 $RM -r conftest*
7636
7637
7638 ## CAVEAT EMPTOR:
7639 ## There is no encapsulation within the following macros, do not change
7640 ## the running order or otherwise move them around unless you know exactly
7641 ## what you are doing...
7642 if test -n "$compiler"; then
7643
7644 lt_prog_compiler_no_builtin_flag=
7645
7646 if test "$GCC" = yes; then
7647 case $cc_basename in
7648 nvcc*)
7649 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7650 *)
7651 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7652 esac
7653
7654 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7655 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7656 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7657 $as_echo_n "(cached) " >&6
7658 else
7659 lt_cv_prog_compiler_rtti_exceptions=no
7660 ac_outfile=conftest.$ac_objext
7661 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7662 lt_compiler_flag="-fno-rtti -fno-exceptions"
7663 # Insert the option either (1) after the last *FLAGS variable, or
7664 # (2) before a word containing "conftest.", or (3) at the end.
7665 # Note that $ac_compile itself does not contain backslashes and begins
7666 # with a dollar sign (not a hyphen), so the echo should work correctly.
7667 # The option is referenced via a variable to avoid confusing sed.
7668 lt_compile=`echo "$ac_compile" | $SED \
7669 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7670 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7671 -e 's:$: $lt_compiler_flag:'`
7672 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7673 (eval "$lt_compile" 2>conftest.err)
7674 ac_status=$?
7675 cat conftest.err >&5
7676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7677 if (exit $ac_status) && test -s "$ac_outfile"; then
7678 # The compiler can only warn and ignore the option if not recognized
7679 # So say no if there are warnings other than the usual output.
7680 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7681 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7682 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7683 lt_cv_prog_compiler_rtti_exceptions=yes
7684 fi
7685 fi
7686 $RM conftest*
7687
7688 fi
7689 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7690 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7691
7692 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7693 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7694 else
7695 :
7696 fi
7697
7698 fi
7699
7700
7701
7702
7703
7704
7705 lt_prog_compiler_wl=
7706 lt_prog_compiler_pic=
7707 lt_prog_compiler_static=
7708
7709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7710 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7711
7712 if test "$GCC" = yes; then
7713 lt_prog_compiler_wl='-Wl,'
7714 lt_prog_compiler_static='-static'
7715
7716 case $host_os in
7717 aix*)
7718 # All AIX code is PIC.
7719 if test "$host_cpu" = ia64; then
7720 # AIX 5 now supports IA64 processor
7721 lt_prog_compiler_static='-Bstatic'
7722 fi
7723 lt_prog_compiler_pic='-fPIC'
7724 ;;
7725
7726 amigaos*)
7727 case $host_cpu in
7728 powerpc)
7729 # see comment about AmigaOS4 .so support
7730 lt_prog_compiler_pic='-fPIC'
7731 ;;
7732 m68k)
7733 # FIXME: we need at least 68020 code to build shared libraries, but
7734 # adding the `-m68020' flag to GCC prevents building anything better,
7735 # like `-m68040'.
7736 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7737 ;;
7738 esac
7739 ;;
7740
7741 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7742 # PIC is the default for these OSes.
7743 ;;
7744
7745 mingw* | cygwin* | pw32* | os2* | cegcc*)
7746 # This hack is so that the source file can tell whether it is being
7747 # built for inclusion in a dll (and should export symbols for example).
7748 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7749 # (--disable-auto-import) libraries
7750 lt_prog_compiler_pic='-DDLL_EXPORT'
7751 ;;
7752
7753 darwin* | rhapsody*)
7754 # PIC is the default on this platform
7755 # Common symbols not allowed in MH_DYLIB files
7756 lt_prog_compiler_pic='-fno-common'
7757 ;;
7758
7759 haiku*)
7760 # PIC is the default for Haiku.
7761 # The "-static" flag exists, but is broken.
7762 lt_prog_compiler_static=
7763 ;;
7764
7765 hpux*)
7766 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7767 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7768 # sets the default TLS model and affects inlining.
7769 case $host_cpu in
7770 hppa*64*)
7771 # +Z the default
7772 ;;
7773 *)
7774 lt_prog_compiler_pic='-fPIC'
7775 ;;
7776 esac
7777 ;;
7778
7779 interix[3-9]*)
7780 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7781 # Instead, we relocate shared libraries at runtime.
7782 ;;
7783
7784 msdosdjgpp*)
7785 # Just because we use GCC doesn't mean we suddenly get shared libraries
7786 # on systems that don't support them.
7787 lt_prog_compiler_can_build_shared=no
7788 enable_shared=no
7789 ;;
7790
7791 *nto* | *qnx*)
7792 # QNX uses GNU C++, but need to define -shared option too, otherwise
7793 # it will coredump.
7794 lt_prog_compiler_pic='-fPIC -shared'
7795 ;;
7796
7797 sysv4*MP*)
7798 if test -d /usr/nec; then
7799 lt_prog_compiler_pic=-Kconform_pic
7800 fi
7801 ;;
7802
7803 *)
7804 lt_prog_compiler_pic='-fPIC'
7805 ;;
7806 esac
7807
7808 case $cc_basename in
7809 nvcc*) # Cuda Compiler Driver 2.2
7810 lt_prog_compiler_wl='-Xlinker '
7811 lt_prog_compiler_pic='-Xcompiler -fPIC'
7812 ;;
7813 esac
7814 else
7815 # PORTME Check for flag to pass linker flags through the system compiler.
7816 case $host_os in
7817 aix*)
7818 lt_prog_compiler_wl='-Wl,'
7819 if test "$host_cpu" = ia64; then
7820 # AIX 5 now supports IA64 processor
7821 lt_prog_compiler_static='-Bstatic'
7822 else
7823 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7824 fi
7825 ;;
7826
7827 mingw* | cygwin* | pw32* | os2* | cegcc*)
7828 # This hack is so that the source file can tell whether it is being
7829 # built for inclusion in a dll (and should export symbols for example).
7830 lt_prog_compiler_pic='-DDLL_EXPORT'
7831 ;;
7832
7833 hpux9* | hpux10* | hpux11*)
7834 lt_prog_compiler_wl='-Wl,'
7835 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7836 # not for PA HP-UX.
7837 case $host_cpu in
7838 hppa*64*|ia64*)
7839 # +Z the default
7840 ;;
7841 *)
7842 lt_prog_compiler_pic='+Z'
7843 ;;
7844 esac
7845 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7846 lt_prog_compiler_static='${wl}-a ${wl}archive'
7847 ;;
7848
7849 irix5* | irix6* | nonstopux*)
7850 lt_prog_compiler_wl='-Wl,'
7851 # PIC (with -KPIC) is the default.
7852 lt_prog_compiler_static='-non_shared'
7853 ;;
7854
7855 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7856 case $cc_basename in
7857 # old Intel for x86_64 which still supported -KPIC.
7858 ecc*)
7859 lt_prog_compiler_wl='-Wl,'
7860 lt_prog_compiler_pic='-KPIC'
7861 lt_prog_compiler_static='-static'
7862 ;;
7863 # icc used to be incompatible with GCC.
7864 # ICC 10 doesn't accept -KPIC any more.
7865 icc* | ifort*)
7866 lt_prog_compiler_wl='-Wl,'
7867 lt_prog_compiler_pic='-fPIC'
7868 lt_prog_compiler_static='-static'
7869 ;;
7870 # Lahey Fortran 8.1.
7871 lf95*)
7872 lt_prog_compiler_wl='-Wl,'
7873 lt_prog_compiler_pic='--shared'
7874 lt_prog_compiler_static='--static'
7875 ;;
7876 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7877 # Portland Group compilers (*not* the Pentium gcc compiler,
7878 # which looks to be a dead project)
7879 lt_prog_compiler_wl='-Wl,'
7880 lt_prog_compiler_pic='-fpic'
7881 lt_prog_compiler_static='-Bstatic'
7882 ;;
7883 ccc*)
7884 lt_prog_compiler_wl='-Wl,'
7885 # All Alpha code is PIC.
7886 lt_prog_compiler_static='-non_shared'
7887 ;;
7888 xl* | bgxl* | bgf* | mpixl*)
7889 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7890 lt_prog_compiler_wl='-Wl,'
7891 lt_prog_compiler_pic='-qpic'
7892 lt_prog_compiler_static='-qstaticlink'
7893 ;;
7894 *)
7895 case `$CC -V 2>&1 | sed 5q` in
7896 *Sun\ F* | *Sun*Fortran*)
7897 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7898 lt_prog_compiler_pic='-KPIC'
7899 lt_prog_compiler_static='-Bstatic'
7900 lt_prog_compiler_wl=''
7901 ;;
7902 *Sun\ C*)
7903 # Sun C 5.9
7904 lt_prog_compiler_pic='-KPIC'
7905 lt_prog_compiler_static='-Bstatic'
7906 lt_prog_compiler_wl='-Wl,'
7907 ;;
7908 esac
7909 ;;
7910 esac
7911 ;;
7912
7913 newsos6)
7914 lt_prog_compiler_pic='-KPIC'
7915 lt_prog_compiler_static='-Bstatic'
7916 ;;
7917
7918 *nto* | *qnx*)
7919 # QNX uses GNU C++, but need to define -shared option too, otherwise
7920 # it will coredump.
7921 lt_prog_compiler_pic='-fPIC -shared'
7922 ;;
7923
7924 osf3* | osf4* | osf5*)
7925 lt_prog_compiler_wl='-Wl,'
7926 # All OSF/1 code is PIC.
7927 lt_prog_compiler_static='-non_shared'
7928 ;;
7929
7930 rdos*)
7931 lt_prog_compiler_static='-non_shared'
7932 ;;
7933
7934 solaris*)
7935 lt_prog_compiler_pic='-KPIC'
7936 lt_prog_compiler_static='-Bstatic'
7937 case $cc_basename in
7938 f77* | f90* | f95*)
7939 lt_prog_compiler_wl='-Qoption ld ';;
7940 *)
7941 lt_prog_compiler_wl='-Wl,';;
7942 esac
7943 ;;
7944
7945 sunos4*)
7946 lt_prog_compiler_wl='-Qoption ld '
7947 lt_prog_compiler_pic='-PIC'
7948 lt_prog_compiler_static='-Bstatic'
7949 ;;
7950
7951 sysv4 | sysv4.2uw2* | sysv4.3*)
7952 lt_prog_compiler_wl='-Wl,'
7953 lt_prog_compiler_pic='-KPIC'
7954 lt_prog_compiler_static='-Bstatic'
7955 ;;
7956
7957 sysv4*MP*)
7958 if test -d /usr/nec ;then
7959 lt_prog_compiler_pic='-Kconform_pic'
7960 lt_prog_compiler_static='-Bstatic'
7961 fi
7962 ;;
7963
7964 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7965 lt_prog_compiler_wl='-Wl,'
7966 lt_prog_compiler_pic='-KPIC'
7967 lt_prog_compiler_static='-Bstatic'
7968 ;;
7969
7970 unicos*)
7971 lt_prog_compiler_wl='-Wl,'
7972 lt_prog_compiler_can_build_shared=no
7973 ;;
7974
7975 uts4*)
7976 lt_prog_compiler_pic='-pic'
7977 lt_prog_compiler_static='-Bstatic'
7978 ;;
7979
7980 *)
7981 lt_prog_compiler_can_build_shared=no
7982 ;;
7983 esac
7984 fi
7985
7986 case $host_os in
7987 # For platforms which do not support PIC, -DPIC is meaningless:
7988 *djgpp*)
7989 lt_prog_compiler_pic=
7990 ;;
7991 *)
7992 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7993 ;;
7994 esac
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7996 $as_echo "$lt_prog_compiler_pic" >&6; }
7997
7998
7999
8000
8001
8002
8003 #
8004 # Check to make sure the PIC flag actually works.
8005 #
8006 if test -n "$lt_prog_compiler_pic"; then
8007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8008 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8009 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8010 $as_echo_n "(cached) " >&6
8011 else
8012 lt_cv_prog_compiler_pic_works=no
8013 ac_outfile=conftest.$ac_objext
8014 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8015 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8016 # Insert the option either (1) after the last *FLAGS variable, or
8017 # (2) before a word containing "conftest.", or (3) at the end.
8018 # Note that $ac_compile itself does not contain backslashes and begins
8019 # with a dollar sign (not a hyphen), so the echo should work correctly.
8020 # The option is referenced via a variable to avoid confusing sed.
8021 lt_compile=`echo "$ac_compile" | $SED \
8022 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8023 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8024 -e 's:$: $lt_compiler_flag:'`
8025 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8026 (eval "$lt_compile" 2>conftest.err)
8027 ac_status=$?
8028 cat conftest.err >&5
8029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8030 if (exit $ac_status) && test -s "$ac_outfile"; then
8031 # The compiler can only warn and ignore the option if not recognized
8032 # So say no if there are warnings other than the usual output.
8033 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8034 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8035 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8036 lt_cv_prog_compiler_pic_works=yes
8037 fi
8038 fi
8039 $RM conftest*
8040
8041 fi
8042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8043 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8044
8045 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8046 case $lt_prog_compiler_pic in
8047 "" | " "*) ;;
8048 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8049 esac
8050 else
8051 lt_prog_compiler_pic=
8052 lt_prog_compiler_can_build_shared=no
8053 fi
8054
8055 fi
8056
8057
8058
8059
8060
8061
8062 #
8063 # Check to make sure the static flag actually works.
8064 #
8065 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8067 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8068 if ${lt_cv_prog_compiler_static_works+:} false; then :
8069 $as_echo_n "(cached) " >&6
8070 else
8071 lt_cv_prog_compiler_static_works=no
8072 save_LDFLAGS="$LDFLAGS"
8073 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8074 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8075 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8076 # The linker can only warn and ignore the option if not recognized
8077 # So say no if there are warnings
8078 if test -s conftest.err; then
8079 # Append any errors to the config.log.
8080 cat conftest.err 1>&5
8081 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8082 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8083 if diff conftest.exp conftest.er2 >/dev/null; then
8084 lt_cv_prog_compiler_static_works=yes
8085 fi
8086 else
8087 lt_cv_prog_compiler_static_works=yes
8088 fi
8089 fi
8090 $RM -r conftest*
8091 LDFLAGS="$save_LDFLAGS"
8092
8093 fi
8094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8095 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8096
8097 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8098 :
8099 else
8100 lt_prog_compiler_static=
8101 fi
8102
8103
8104
8105
8106
8107
8108
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8110 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8111 if ${lt_cv_prog_compiler_c_o+:} false; then :
8112 $as_echo_n "(cached) " >&6
8113 else
8114 lt_cv_prog_compiler_c_o=no
8115 $RM -r conftest 2>/dev/null
8116 mkdir conftest
8117 cd conftest
8118 mkdir out
8119 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8120
8121 lt_compiler_flag="-o out/conftest2.$ac_objext"
8122 # Insert the option either (1) after the last *FLAGS variable, or
8123 # (2) before a word containing "conftest.", or (3) at the end.
8124 # Note that $ac_compile itself does not contain backslashes and begins
8125 # with a dollar sign (not a hyphen), so the echo should work correctly.
8126 lt_compile=`echo "$ac_compile" | $SED \
8127 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8128 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8129 -e 's:$: $lt_compiler_flag:'`
8130 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8131 (eval "$lt_compile" 2>out/conftest.err)
8132 ac_status=$?
8133 cat out/conftest.err >&5
8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8136 then
8137 # The compiler can only warn and ignore the option if not recognized
8138 # So say no if there are warnings
8139 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8140 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8141 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8142 lt_cv_prog_compiler_c_o=yes
8143 fi
8144 fi
8145 chmod u+w . 2>&5
8146 $RM conftest*
8147 # SGI C++ compiler will create directory out/ii_files/ for
8148 # template instantiation
8149 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8150 $RM out/* && rmdir out
8151 cd ..
8152 $RM -r conftest
8153 $RM conftest*
8154
8155 fi
8156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8157 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8158
8159
8160
8161
8162
8163
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8165 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8166 if ${lt_cv_prog_compiler_c_o+:} false; then :
8167 $as_echo_n "(cached) " >&6
8168 else
8169 lt_cv_prog_compiler_c_o=no
8170 $RM -r conftest 2>/dev/null
8171 mkdir conftest
8172 cd conftest
8173 mkdir out
8174 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8175
8176 lt_compiler_flag="-o out/conftest2.$ac_objext"
8177 # Insert the option either (1) after the last *FLAGS variable, or
8178 # (2) before a word containing "conftest.", or (3) at the end.
8179 # Note that $ac_compile itself does not contain backslashes and begins
8180 # with a dollar sign (not a hyphen), so the echo should work correctly.
8181 lt_compile=`echo "$ac_compile" | $SED \
8182 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8183 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8184 -e 's:$: $lt_compiler_flag:'`
8185 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8186 (eval "$lt_compile" 2>out/conftest.err)
8187 ac_status=$?
8188 cat out/conftest.err >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8191 then
8192 # The compiler can only warn and ignore the option if not recognized
8193 # So say no if there are warnings
8194 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8195 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8196 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8197 lt_cv_prog_compiler_c_o=yes
8198 fi
8199 fi
8200 chmod u+w . 2>&5
8201 $RM conftest*
8202 # SGI C++ compiler will create directory out/ii_files/ for
8203 # template instantiation
8204 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8205 $RM out/* && rmdir out
8206 cd ..
8207 $RM -r conftest
8208 $RM conftest*
8209
8210 fi
8211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8212 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8213
8214
8215
8216
8217 hard_links="nottested"
8218 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8219 # do not overwrite the value of need_locks provided by the user
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8221 $as_echo_n "checking if we can lock with hard links... " >&6; }
8222 hard_links=yes
8223 $RM conftest*
8224 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8225 touch conftest.a
8226 ln conftest.a conftest.b 2>&5 || hard_links=no
8227 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8229 $as_echo "$hard_links" >&6; }
8230 if test "$hard_links" = no; then
8231 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8232 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8233 need_locks=warn
8234 fi
8235 else
8236 need_locks=no
8237 fi
8238
8239
8240
8241
8242
8243
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8245 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8246
8247 runpath_var=
8248 allow_undefined_flag=
8249 always_export_symbols=no
8250 archive_cmds=
8251 archive_expsym_cmds=
8252 compiler_needs_object=no
8253 enable_shared_with_static_runtimes=no
8254 export_dynamic_flag_spec=
8255 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8256 hardcode_automatic=no
8257 hardcode_direct=no
8258 hardcode_direct_absolute=no
8259 hardcode_libdir_flag_spec=
8260 hardcode_libdir_flag_spec_ld=
8261 hardcode_libdir_separator=
8262 hardcode_minus_L=no
8263 hardcode_shlibpath_var=unsupported
8264 inherit_rpath=no
8265 link_all_deplibs=unknown
8266 module_cmds=
8267 module_expsym_cmds=
8268 old_archive_from_new_cmds=
8269 old_archive_from_expsyms_cmds=
8270 thread_safe_flag_spec=
8271 whole_archive_flag_spec=
8272 # include_expsyms should be a list of space-separated symbols to be *always*
8273 # included in the symbol list
8274 include_expsyms=
8275 # exclude_expsyms can be an extended regexp of symbols to exclude
8276 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8277 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8278 # as well as any symbol that contains `d'.
8279 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8280 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8281 # platforms (ab)use it in PIC code, but their linkers get confused if
8282 # the symbol is explicitly referenced. Since portable code cannot
8283 # rely on this symbol name, it's probably fine to never include it in
8284 # preloaded symbol tables.
8285 # Exclude shared library initialization/finalization symbols.
8286 extract_expsyms_cmds=
8287
8288 case $host_os in
8289 cygwin* | mingw* | pw32* | cegcc*)
8290 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8291 # When not using gcc, we currently assume that we are using
8292 # Microsoft Visual C++.
8293 if test "$GCC" != yes; then
8294 with_gnu_ld=no
8295 fi
8296 ;;
8297 interix*)
8298 # we just hope/assume this is gcc and not c89 (= MSVC++)
8299 with_gnu_ld=yes
8300 ;;
8301 openbsd*)
8302 with_gnu_ld=no
8303 ;;
8304 esac
8305
8306 ld_shlibs=yes
8307
8308 # On some targets, GNU ld is compatible enough with the native linker
8309 # that we're better off using the native interface for both.
8310 lt_use_gnu_ld_interface=no
8311 if test "$with_gnu_ld" = yes; then
8312 case $host_os in
8313 aix*)
8314 # The AIX port of GNU ld has always aspired to compatibility
8315 # with the native linker. However, as the warning in the GNU ld
8316 # block says, versions before 2.19.5* couldn't really create working
8317 # shared libraries, regardless of the interface used.
8318 case `$LD -v 2>&1` in
8319 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8320 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8321 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8322 *)
8323 lt_use_gnu_ld_interface=yes
8324 ;;
8325 esac
8326 ;;
8327 *)
8328 lt_use_gnu_ld_interface=yes
8329 ;;
8330 esac
8331 fi
8332
8333 if test "$lt_use_gnu_ld_interface" = yes; then
8334 # If archive_cmds runs LD, not CC, wlarc should be empty
8335 wlarc='${wl}'
8336
8337 # Set some defaults for GNU ld with shared library support. These
8338 # are reset later if shared libraries are not supported. Putting them
8339 # here allows them to be overridden if necessary.
8340 runpath_var=LD_RUN_PATH
8341 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8342 export_dynamic_flag_spec='${wl}--export-dynamic'
8343 # ancient GNU ld didn't support --whole-archive et. al.
8344 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8345 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8346 else
8347 whole_archive_flag_spec=
8348 fi
8349 supports_anon_versioning=no
8350 case `$LD -v 2>&1` in
8351 *GNU\ gold*) supports_anon_versioning=yes ;;
8352 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8353 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8354 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8355 *\ 2.11.*) ;; # other 2.11 versions
8356 *) supports_anon_versioning=yes ;;
8357 esac
8358
8359 # See if GNU ld supports shared libraries.
8360 case $host_os in
8361 aix[3-9]*)
8362 # On AIX/PPC, the GNU linker is very broken
8363 if test "$host_cpu" != ia64; then
8364 ld_shlibs=no
8365 cat <<_LT_EOF 1>&2
8366
8367 *** Warning: the GNU linker, at least up to release 2.19, is reported
8368 *** to be unable to reliably create shared libraries on AIX.
8369 *** Therefore, libtool is disabling shared libraries support. If you
8370 *** really care for shared libraries, you may want to install binutils
8371 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8372 *** You will then need to restart the configuration process.
8373
8374 _LT_EOF
8375 fi
8376 ;;
8377
8378 amigaos*)
8379 case $host_cpu in
8380 powerpc)
8381 # see comment about AmigaOS4 .so support
8382 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8383 archive_expsym_cmds=''
8384 ;;
8385 m68k)
8386 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)'
8387 hardcode_libdir_flag_spec='-L$libdir'
8388 hardcode_minus_L=yes
8389 ;;
8390 esac
8391 ;;
8392
8393 beos*)
8394 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8395 allow_undefined_flag=unsupported
8396 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8397 # support --undefined. This deserves some investigation. FIXME
8398 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8399 else
8400 ld_shlibs=no
8401 fi
8402 ;;
8403
8404 cygwin* | mingw* | pw32* | cegcc*)
8405 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8406 # as there is no search path for DLLs.
8407 hardcode_libdir_flag_spec='-L$libdir'
8408 export_dynamic_flag_spec='${wl}--export-all-symbols'
8409 allow_undefined_flag=unsupported
8410 always_export_symbols=no
8411 enable_shared_with_static_runtimes=yes
8412 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8413
8414 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8415 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8416 # If the export-symbols file already is a .def file (1st line
8417 # is EXPORTS), use it as is; otherwise, prepend...
8418 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8419 cp $export_symbols $output_objdir/$soname.def;
8420 else
8421 echo EXPORTS > $output_objdir/$soname.def;
8422 cat $export_symbols >> $output_objdir/$soname.def;
8423 fi~
8424 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8425 else
8426 ld_shlibs=no
8427 fi
8428 ;;
8429
8430 haiku*)
8431 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8432 link_all_deplibs=yes
8433 ;;
8434
8435 interix[3-9]*)
8436 hardcode_direct=no
8437 hardcode_shlibpath_var=no
8438 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8439 export_dynamic_flag_spec='${wl}-E'
8440 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8441 # Instead, shared libraries are loaded at an image base (0x10000000 by
8442 # default) and relocated if they conflict, which is a slow very memory
8443 # consuming and fragmenting process. To avoid this, we pick a random,
8444 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8445 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8446 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8447 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'
8448 ;;
8449
8450 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8451 tmp_diet=no
8452 if test "$host_os" = linux-dietlibc; then
8453 case $cc_basename in
8454 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8455 esac
8456 fi
8457 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8458 && test "$tmp_diet" = no
8459 then
8460 tmp_addflag=' $pic_flag'
8461 tmp_sharedflag='-shared'
8462 case $cc_basename,$host_cpu in
8463 pgcc*) # Portland Group C compiler
8464 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'
8465 tmp_addflag=' $pic_flag'
8466 ;;
8467 pgf77* | pgf90* | pgf95* | pgfortran*)
8468 # Portland Group f77 and f90 compilers
8469 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'
8470 tmp_addflag=' $pic_flag -Mnomain' ;;
8471 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8472 tmp_addflag=' -i_dynamic' ;;
8473 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8474 tmp_addflag=' -i_dynamic -nofor_main' ;;
8475 ifc* | ifort*) # Intel Fortran compiler
8476 tmp_addflag=' -nofor_main' ;;
8477 lf95*) # Lahey Fortran 8.1
8478 whole_archive_flag_spec=
8479 tmp_sharedflag='--shared' ;;
8480 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8481 tmp_sharedflag='-qmkshrobj'
8482 tmp_addflag= ;;
8483 nvcc*) # Cuda Compiler Driver 2.2
8484 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'
8485 compiler_needs_object=yes
8486 ;;
8487 esac
8488 case `$CC -V 2>&1 | sed 5q` in
8489 *Sun\ C*) # Sun C 5.9
8490 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'
8491 compiler_needs_object=yes
8492 tmp_sharedflag='-G' ;;
8493 *Sun\ F*) # Sun Fortran 8.3
8494 tmp_sharedflag='-G' ;;
8495 esac
8496 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8497
8498 if test "x$supports_anon_versioning" = xyes; then
8499 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8500 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8501 echo "local: *; };" >> $output_objdir/$libname.ver~
8502 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8503 fi
8504
8505 case $cc_basename in
8506 xlf* | bgf* | bgxlf* | mpixlf*)
8507 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8508 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8509 hardcode_libdir_flag_spec=
8510 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8511 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8512 if test "x$supports_anon_versioning" = xyes; then
8513 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8514 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8515 echo "local: *; };" >> $output_objdir/$libname.ver~
8516 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8517 fi
8518 ;;
8519 esac
8520 else
8521 ld_shlibs=no
8522 fi
8523 ;;
8524
8525 netbsd*)
8526 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8527 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8528 wlarc=
8529 else
8530 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8531 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8532 fi
8533 ;;
8534
8535 solaris*)
8536 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8537 ld_shlibs=no
8538 cat <<_LT_EOF 1>&2
8539
8540 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8541 *** create shared libraries on Solaris systems. Therefore, libtool
8542 *** is disabling shared libraries support. We urge you to upgrade GNU
8543 *** binutils to release 2.9.1 or newer. Another option is to modify
8544 *** your PATH or compiler configuration so that the native linker is
8545 *** used, and then restart.
8546
8547 _LT_EOF
8548 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8549 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8550 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8551 else
8552 ld_shlibs=no
8553 fi
8554 ;;
8555
8556 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8557 case `$LD -v 2>&1` in
8558 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8559 ld_shlibs=no
8560 cat <<_LT_EOF 1>&2
8561
8562 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8563 *** reliably create shared libraries on SCO systems. Therefore, libtool
8564 *** is disabling shared libraries support. We urge you to upgrade GNU
8565 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8566 *** your PATH or compiler configuration so that the native linker is
8567 *** used, and then restart.
8568
8569 _LT_EOF
8570 ;;
8571 *)
8572 # For security reasons, it is highly recommended that you always
8573 # use absolute paths for naming shared libraries, and exclude the
8574 # DT_RUNPATH tag from executables and libraries. But doing so
8575 # requires that you compile everything twice, which is a pain.
8576 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8577 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8578 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8579 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8580 else
8581 ld_shlibs=no
8582 fi
8583 ;;
8584 esac
8585 ;;
8586
8587 sunos4*)
8588 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8589 wlarc=
8590 hardcode_direct=yes
8591 hardcode_shlibpath_var=no
8592 ;;
8593
8594 *)
8595 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8596 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8597 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8598 else
8599 ld_shlibs=no
8600 fi
8601 ;;
8602 esac
8603
8604 if test "$ld_shlibs" = no; then
8605 runpath_var=
8606 hardcode_libdir_flag_spec=
8607 export_dynamic_flag_spec=
8608 whole_archive_flag_spec=
8609 fi
8610 else
8611 # PORTME fill in a description of your system's linker (not GNU ld)
8612 case $host_os in
8613 aix3*)
8614 allow_undefined_flag=unsupported
8615 always_export_symbols=yes
8616 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'
8617 # Note: this linker hardcodes the directories in LIBPATH if there
8618 # are no directories specified by -L.
8619 hardcode_minus_L=yes
8620 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8621 # Neither direct hardcoding nor static linking is supported with a
8622 # broken collect2.
8623 hardcode_direct=unsupported
8624 fi
8625 ;;
8626
8627 aix[4-9]*)
8628 if test "$host_cpu" = ia64; then
8629 # On IA64, the linker does run time linking by default, so we don't
8630 # have to do anything special.
8631 aix_use_runtimelinking=no
8632 exp_sym_flag='-Bexport'
8633 no_entry_flag=""
8634 else
8635 # If we're using GNU nm, then we don't want the "-C" option.
8636 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8637 # Also, AIX nm treats weak defined symbols like other global
8638 # defined symbols, whereas GNU nm marks them as "W".
8639 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8640 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'
8641 else
8642 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'
8643 fi
8644 aix_use_runtimelinking=no
8645
8646 # Test if we are trying to use run time linking or normal
8647 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8648 # need to do runtime linking.
8649 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8650 for ld_flag in $LDFLAGS; do
8651 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8652 aix_use_runtimelinking=yes
8653 break
8654 fi
8655 done
8656 ;;
8657 esac
8658
8659 exp_sym_flag='-bexport'
8660 no_entry_flag='-bnoentry'
8661 fi
8662
8663 # When large executables or shared objects are built, AIX ld can
8664 # have problems creating the table of contents. If linking a library
8665 # or program results in "error TOC overflow" add -mminimal-toc to
8666 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8667 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8668
8669 archive_cmds=''
8670 hardcode_direct=yes
8671 hardcode_direct_absolute=yes
8672 hardcode_libdir_separator=':'
8673 link_all_deplibs=yes
8674 file_list_spec='${wl}-f,'
8675
8676 if test "$GCC" = yes; then
8677 case $host_os in aix4.[012]|aix4.[012].*)
8678 # We only want to do this on AIX 4.2 and lower, the check
8679 # below for broken collect2 doesn't work under 4.3+
8680 collect2name=`${CC} -print-prog-name=collect2`
8681 if test -f "$collect2name" &&
8682 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8683 then
8684 # We have reworked collect2
8685 :
8686 else
8687 # We have old collect2
8688 hardcode_direct=unsupported
8689 # It fails to find uninstalled libraries when the uninstalled
8690 # path is not listed in the libpath. Setting hardcode_minus_L
8691 # to unsupported forces relinking
8692 hardcode_minus_L=yes
8693 hardcode_libdir_flag_spec='-L$libdir'
8694 hardcode_libdir_separator=
8695 fi
8696 ;;
8697 esac
8698 shared_flag='-shared'
8699 if test "$aix_use_runtimelinking" = yes; then
8700 shared_flag="$shared_flag "'${wl}-G'
8701 fi
8702 else
8703 # not using gcc
8704 if test "$host_cpu" = ia64; then
8705 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8706 # chokes on -Wl,-G. The following line is correct:
8707 shared_flag='-G'
8708 else
8709 if test "$aix_use_runtimelinking" = yes; then
8710 shared_flag='${wl}-G'
8711 else
8712 shared_flag='${wl}-bM:SRE'
8713 fi
8714 fi
8715 fi
8716
8717 export_dynamic_flag_spec='${wl}-bexpall'
8718 # It seems that -bexpall does not export symbols beginning with
8719 # underscore (_), so it is better to generate a list of symbols to export.
8720 always_export_symbols=yes
8721 if test "$aix_use_runtimelinking" = yes; then
8722 # Warning - without using the other runtime loading flags (-brtl),
8723 # -berok will link without error, but may produce a broken library.
8724 allow_undefined_flag='-berok'
8725 # Determine the default libpath from the value encoded in an
8726 # empty executable.
8727 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8728 /* end confdefs.h. */
8729
8730 int
8731 main ()
8732 {
8733
8734 ;
8735 return 0;
8736 }
8737 _ACEOF
8738 if ac_fn_c_try_link "$LINENO"; then :
8739
8740 lt_aix_libpath_sed='
8741 /Import File Strings/,/^$/ {
8742 /^0/ {
8743 s/^0 *\(.*\)$/\1/
8744 p
8745 }
8746 }'
8747 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8748 # Check for a 64-bit object if we didn't find anything.
8749 if test -z "$aix_libpath"; then
8750 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8751 fi
8752 fi
8753 rm -f core conftest.err conftest.$ac_objext \
8754 conftest$ac_exeext conftest.$ac_ext
8755 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8756
8757 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8758 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"
8759 else
8760 if test "$host_cpu" = ia64; then
8761 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8762 allow_undefined_flag="-z nodefs"
8763 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"
8764 else
8765 # Determine the default libpath from the value encoded in an
8766 # empty executable.
8767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8768 /* end confdefs.h. */
8769
8770 int
8771 main ()
8772 {
8773
8774 ;
8775 return 0;
8776 }
8777 _ACEOF
8778 if ac_fn_c_try_link "$LINENO"; then :
8779
8780 lt_aix_libpath_sed='
8781 /Import File Strings/,/^$/ {
8782 /^0/ {
8783 s/^0 *\(.*\)$/\1/
8784 p
8785 }
8786 }'
8787 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8788 # Check for a 64-bit object if we didn't find anything.
8789 if test -z "$aix_libpath"; then
8790 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8791 fi
8792 fi
8793 rm -f core conftest.err conftest.$ac_objext \
8794 conftest$ac_exeext conftest.$ac_ext
8795 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8796
8797 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8798 # Warning - without using the other run time loading flags,
8799 # -berok will link without error, but may produce a broken library.
8800 no_undefined_flag=' ${wl}-bernotok'
8801 allow_undefined_flag=' ${wl}-berok'
8802 if test "$with_gnu_ld" = yes; then
8803 # We only use this code for GNU lds that support --whole-archive.
8804 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8805 else
8806 # Exported symbols can be pulled into shared objects from archives
8807 whole_archive_flag_spec='$convenience'
8808 fi
8809 archive_cmds_need_lc=yes
8810 # This is similar to how AIX traditionally builds its shared libraries.
8811 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'
8812 fi
8813 fi
8814 ;;
8815
8816 amigaos*)
8817 case $host_cpu in
8818 powerpc)
8819 # see comment about AmigaOS4 .so support
8820 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8821 archive_expsym_cmds=''
8822 ;;
8823 m68k)
8824 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)'
8825 hardcode_libdir_flag_spec='-L$libdir'
8826 hardcode_minus_L=yes
8827 ;;
8828 esac
8829 ;;
8830
8831 bsdi[45]*)
8832 export_dynamic_flag_spec=-rdynamic
8833 ;;
8834
8835 cygwin* | mingw* | pw32* | cegcc*)
8836 # When not using gcc, we currently assume that we are using
8837 # Microsoft Visual C++.
8838 # hardcode_libdir_flag_spec is actually meaningless, as there is
8839 # no search path for DLLs.
8840 hardcode_libdir_flag_spec=' '
8841 allow_undefined_flag=unsupported
8842 # Tell ltmain to make .lib files, not .a files.
8843 libext=lib
8844 # Tell ltmain to make .dll files, not .so files.
8845 shrext_cmds=".dll"
8846 # FIXME: Setting linknames here is a bad hack.
8847 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8848 # The linker will automatically build a .lib file if we build a DLL.
8849 old_archive_from_new_cmds='true'
8850 # FIXME: Should let the user specify the lib program.
8851 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8852 fix_srcfile_path='`cygpath -w "$srcfile"`'
8853 enable_shared_with_static_runtimes=yes
8854 ;;
8855
8856 darwin* | rhapsody*)
8857
8858
8859 archive_cmds_need_lc=no
8860 hardcode_direct=no
8861 hardcode_automatic=yes
8862 hardcode_shlibpath_var=unsupported
8863 if test "$lt_cv_ld_force_load" = "yes"; then
8864 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\"`'
8865 else
8866 whole_archive_flag_spec=''
8867 fi
8868 link_all_deplibs=yes
8869 allow_undefined_flag="$_lt_dar_allow_undefined"
8870 case $cc_basename in
8871 ifort*) _lt_dar_can_shared=yes ;;
8872 *) _lt_dar_can_shared=$GCC ;;
8873 esac
8874 if test "$_lt_dar_can_shared" = "yes"; then
8875 output_verbose_link_cmd=func_echo_all
8876 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8877 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8878 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}"
8879 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}"
8880
8881 else
8882 ld_shlibs=no
8883 fi
8884
8885 ;;
8886
8887 dgux*)
8888 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8889 hardcode_libdir_flag_spec='-L$libdir'
8890 hardcode_shlibpath_var=no
8891 ;;
8892
8893 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8894 # support. Future versions do this automatically, but an explicit c++rt0.o
8895 # does not break anything, and helps significantly (at the cost of a little
8896 # extra space).
8897 freebsd2.2*)
8898 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8899 hardcode_libdir_flag_spec='-R$libdir'
8900 hardcode_direct=yes
8901 hardcode_shlibpath_var=no
8902 ;;
8903
8904 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8905 freebsd2.*)
8906 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8907 hardcode_direct=yes
8908 hardcode_minus_L=yes
8909 hardcode_shlibpath_var=no
8910 ;;
8911
8912 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8913 freebsd* | dragonfly*)
8914 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8915 hardcode_libdir_flag_spec='-R$libdir'
8916 hardcode_direct=yes
8917 hardcode_shlibpath_var=no
8918 ;;
8919
8920 hpux9*)
8921 if test "$GCC" = yes; then
8922 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'
8923 else
8924 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'
8925 fi
8926 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8927 hardcode_libdir_separator=:
8928 hardcode_direct=yes
8929
8930 # hardcode_minus_L: Not really in the search PATH,
8931 # but as the default location of the library.
8932 hardcode_minus_L=yes
8933 export_dynamic_flag_spec='${wl}-E'
8934 ;;
8935
8936 hpux10*)
8937 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8938 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8939 else
8940 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8941 fi
8942 if test "$with_gnu_ld" = no; then
8943 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8944 hardcode_libdir_flag_spec_ld='+b $libdir'
8945 hardcode_libdir_separator=:
8946 hardcode_direct=yes
8947 hardcode_direct_absolute=yes
8948 export_dynamic_flag_spec='${wl}-E'
8949 # hardcode_minus_L: Not really in the search PATH,
8950 # but as the default location of the library.
8951 hardcode_minus_L=yes
8952 fi
8953 ;;
8954
8955 hpux11*)
8956 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8957 case $host_cpu in
8958 hppa*64*)
8959 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8960 ;;
8961 ia64*)
8962 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8963 ;;
8964 *)
8965 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8966 ;;
8967 esac
8968 else
8969 case $host_cpu in
8970 hppa*64*)
8971 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8972 ;;
8973 ia64*)
8974 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8975 ;;
8976 *)
8977
8978 # Older versions of the 11.00 compiler do not understand -b yet
8979 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8981 $as_echo_n "checking if $CC understands -b... " >&6; }
8982 if ${lt_cv_prog_compiler__b+:} false; then :
8983 $as_echo_n "(cached) " >&6
8984 else
8985 lt_cv_prog_compiler__b=no
8986 save_LDFLAGS="$LDFLAGS"
8987 LDFLAGS="$LDFLAGS -b"
8988 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8989 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8990 # The linker can only warn and ignore the option if not recognized
8991 # So say no if there are warnings
8992 if test -s conftest.err; then
8993 # Append any errors to the config.log.
8994 cat conftest.err 1>&5
8995 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8996 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8997 if diff conftest.exp conftest.er2 >/dev/null; then
8998 lt_cv_prog_compiler__b=yes
8999 fi
9000 else
9001 lt_cv_prog_compiler__b=yes
9002 fi
9003 fi
9004 $RM -r conftest*
9005 LDFLAGS="$save_LDFLAGS"
9006
9007 fi
9008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9009 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9010
9011 if test x"$lt_cv_prog_compiler__b" = xyes; then
9012 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9013 else
9014 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9015 fi
9016
9017 ;;
9018 esac
9019 fi
9020 if test "$with_gnu_ld" = no; then
9021 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9022 hardcode_libdir_separator=:
9023
9024 case $host_cpu in
9025 hppa*64*|ia64*)
9026 hardcode_direct=no
9027 hardcode_shlibpath_var=no
9028 ;;
9029 *)
9030 hardcode_direct=yes
9031 hardcode_direct_absolute=yes
9032 export_dynamic_flag_spec='${wl}-E'
9033
9034 # hardcode_minus_L: Not really in the search PATH,
9035 # but as the default location of the library.
9036 hardcode_minus_L=yes
9037 ;;
9038 esac
9039 fi
9040 ;;
9041
9042 irix5* | irix6* | nonstopux*)
9043 if test "$GCC" = yes; then
9044 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'
9045 # Try to use the -exported_symbol ld option, if it does not
9046 # work, assume that -exports_file does not work either and
9047 # implicitly export all symbols.
9048 save_LDFLAGS="$LDFLAGS"
9049 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9051 /* end confdefs.h. */
9052 int foo(void) {}
9053 _ACEOF
9054 if ac_fn_c_try_link "$LINENO"; then :
9055 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'
9056
9057 fi
9058 rm -f core conftest.err conftest.$ac_objext \
9059 conftest$ac_exeext conftest.$ac_ext
9060 LDFLAGS="$save_LDFLAGS"
9061 else
9062 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'
9063 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'
9064 fi
9065 archive_cmds_need_lc='no'
9066 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9067 hardcode_libdir_separator=:
9068 inherit_rpath=yes
9069 link_all_deplibs=yes
9070 ;;
9071
9072 netbsd*)
9073 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9074 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9075 else
9076 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9077 fi
9078 hardcode_libdir_flag_spec='-R$libdir'
9079 hardcode_direct=yes
9080 hardcode_shlibpath_var=no
9081 ;;
9082
9083 newsos6)
9084 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9085 hardcode_direct=yes
9086 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9087 hardcode_libdir_separator=:
9088 hardcode_shlibpath_var=no
9089 ;;
9090
9091 *nto* | *qnx*)
9092 ;;
9093
9094 openbsd*)
9095 if test -f /usr/libexec/ld.so; then
9096 hardcode_direct=yes
9097 hardcode_shlibpath_var=no
9098 hardcode_direct_absolute=yes
9099 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9100 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9101 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9102 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9103 export_dynamic_flag_spec='${wl}-E'
9104 else
9105 case $host_os in
9106 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9107 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9108 hardcode_libdir_flag_spec='-R$libdir'
9109 ;;
9110 *)
9111 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9112 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9113 ;;
9114 esac
9115 fi
9116 else
9117 ld_shlibs=no
9118 fi
9119 ;;
9120
9121 os2*)
9122 hardcode_libdir_flag_spec='-L$libdir'
9123 hardcode_minus_L=yes
9124 allow_undefined_flag=unsupported
9125 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'
9126 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9127 ;;
9128
9129 osf3*)
9130 if test "$GCC" = yes; then
9131 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9132 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'
9133 else
9134 allow_undefined_flag=' -expect_unresolved \*'
9135 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'
9136 fi
9137 archive_cmds_need_lc='no'
9138 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9139 hardcode_libdir_separator=:
9140 ;;
9141
9142 osf4* | osf5*) # as osf3* with the addition of -msym flag
9143 if test "$GCC" = yes; then
9144 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9145 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'
9146 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9147 else
9148 allow_undefined_flag=' -expect_unresolved \*'
9149 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'
9150 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~
9151 $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'
9152
9153 # Both c and cxx compiler support -rpath directly
9154 hardcode_libdir_flag_spec='-rpath $libdir'
9155 fi
9156 archive_cmds_need_lc='no'
9157 hardcode_libdir_separator=:
9158 ;;
9159
9160 solaris*)
9161 no_undefined_flag=' -z defs'
9162 if test "$GCC" = yes; then
9163 wlarc='${wl}'
9164 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9165 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9166 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9167 else
9168 case `$CC -V 2>&1` in
9169 *"Compilers 5.0"*)
9170 wlarc=''
9171 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9172 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9173 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9174 ;;
9175 *)
9176 wlarc='${wl}'
9177 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9178 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9179 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9180 ;;
9181 esac
9182 fi
9183 hardcode_libdir_flag_spec='-R$libdir'
9184 hardcode_shlibpath_var=no
9185 case $host_os in
9186 solaris2.[0-5] | solaris2.[0-5].*) ;;
9187 *)
9188 # The compiler driver will combine and reorder linker options,
9189 # but understands `-z linker_flag'. GCC discards it without `$wl',
9190 # but is careful enough not to reorder.
9191 # Supported since Solaris 2.6 (maybe 2.5.1?)
9192 if test "$GCC" = yes; then
9193 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9194 else
9195 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9196 fi
9197 ;;
9198 esac
9199 link_all_deplibs=yes
9200 ;;
9201
9202 sunos4*)
9203 if test "x$host_vendor" = xsequent; then
9204 # Use $CC to link under sequent, because it throws in some extra .o
9205 # files that make .init and .fini sections work.
9206 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9207 else
9208 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9209 fi
9210 hardcode_libdir_flag_spec='-L$libdir'
9211 hardcode_direct=yes
9212 hardcode_minus_L=yes
9213 hardcode_shlibpath_var=no
9214 ;;
9215
9216 sysv4)
9217 case $host_vendor in
9218 sni)
9219 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9220 hardcode_direct=yes # is this really true???
9221 ;;
9222 siemens)
9223 ## LD is ld it makes a PLAMLIB
9224 ## CC just makes a GrossModule.
9225 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9226 reload_cmds='$CC -r -o $output$reload_objs'
9227 hardcode_direct=no
9228 ;;
9229 motorola)
9230 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9231 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9232 ;;
9233 esac
9234 runpath_var='LD_RUN_PATH'
9235 hardcode_shlibpath_var=no
9236 ;;
9237
9238 sysv4.3*)
9239 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9240 hardcode_shlibpath_var=no
9241 export_dynamic_flag_spec='-Bexport'
9242 ;;
9243
9244 sysv4*MP*)
9245 if test -d /usr/nec; then
9246 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9247 hardcode_shlibpath_var=no
9248 runpath_var=LD_RUN_PATH
9249 hardcode_runpath_var=yes
9250 ld_shlibs=yes
9251 fi
9252 ;;
9253
9254 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9255 no_undefined_flag='${wl}-z,text'
9256 archive_cmds_need_lc=no
9257 hardcode_shlibpath_var=no
9258 runpath_var='LD_RUN_PATH'
9259
9260 if test "$GCC" = yes; then
9261 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9262 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9263 else
9264 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9265 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9266 fi
9267 ;;
9268
9269 sysv5* | sco3.2v5* | sco5v6*)
9270 # Note: We can NOT use -z defs as we might desire, because we do not
9271 # link with -lc, and that would cause any symbols used from libc to
9272 # always be unresolved, which means just about no library would
9273 # ever link correctly. If we're not using GNU ld we use -z text
9274 # though, which does catch some bad symbols but isn't as heavy-handed
9275 # as -z defs.
9276 no_undefined_flag='${wl}-z,text'
9277 allow_undefined_flag='${wl}-z,nodefs'
9278 archive_cmds_need_lc=no
9279 hardcode_shlibpath_var=no
9280 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9281 hardcode_libdir_separator=':'
9282 link_all_deplibs=yes
9283 export_dynamic_flag_spec='${wl}-Bexport'
9284 runpath_var='LD_RUN_PATH'
9285
9286 if test "$GCC" = yes; then
9287 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9288 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9289 else
9290 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9291 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9292 fi
9293 ;;
9294
9295 uts4*)
9296 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9297 hardcode_libdir_flag_spec='-L$libdir'
9298 hardcode_shlibpath_var=no
9299 ;;
9300
9301 *)
9302 ld_shlibs=no
9303 ;;
9304 esac
9305
9306 if test x$host_vendor = xsni; then
9307 case $host in
9308 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9309 export_dynamic_flag_spec='${wl}-Blargedynsym'
9310 ;;
9311 esac
9312 fi
9313 fi
9314
9315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9316 $as_echo "$ld_shlibs" >&6; }
9317 test "$ld_shlibs" = no && can_build_shared=no
9318
9319 with_gnu_ld=$with_gnu_ld
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335 #
9336 # Do we need to explicitly link libc?
9337 #
9338 case "x$archive_cmds_need_lc" in
9339 x|xyes)
9340 # Assume -lc should be added
9341 archive_cmds_need_lc=yes
9342
9343 if test "$enable_shared" = yes && test "$GCC" = yes; then
9344 case $archive_cmds in
9345 *'~'*)
9346 # FIXME: we may have to deal with multi-command sequences.
9347 ;;
9348 '$CC '*)
9349 # Test whether the compiler implicitly links with -lc since on some
9350 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9351 # to ld, don't add -lc before -lgcc.
9352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9353 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9354 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9355 $as_echo_n "(cached) " >&6
9356 else
9357 $RM conftest*
9358 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9359
9360 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9361 (eval $ac_compile) 2>&5
9362 ac_status=$?
9363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9364 test $ac_status = 0; } 2>conftest.err; then
9365 soname=conftest
9366 lib=conftest
9367 libobjs=conftest.$ac_objext
9368 deplibs=
9369 wl=$lt_prog_compiler_wl
9370 pic_flag=$lt_prog_compiler_pic
9371 compiler_flags=-v
9372 linker_flags=-v
9373 verstring=
9374 output_objdir=.
9375 libname=conftest
9376 lt_save_allow_undefined_flag=$allow_undefined_flag
9377 allow_undefined_flag=
9378 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9379 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9380 ac_status=$?
9381 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9382 test $ac_status = 0; }
9383 then
9384 lt_cv_archive_cmds_need_lc=no
9385 else
9386 lt_cv_archive_cmds_need_lc=yes
9387 fi
9388 allow_undefined_flag=$lt_save_allow_undefined_flag
9389 else
9390 cat conftest.err 1>&5
9391 fi
9392 $RM conftest*
9393
9394 fi
9395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9396 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9397 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9398 ;;
9399 esac
9400 fi
9401 ;;
9402 esac
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9561 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9562
9563 if test "$GCC" = yes; then
9564 case $host_os in
9565 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9566 *) lt_awk_arg="/^libraries:/" ;;
9567 esac
9568 case $host_os in
9569 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9570 *) lt_sed_strip_eq="s,=/,/,g" ;;
9571 esac
9572 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9573 case $lt_search_path_spec in
9574 *\;*)
9575 # if the path contains ";" then we assume it to be the separator
9576 # otherwise default to the standard path separator (i.e. ":") - it is
9577 # assumed that no part of a normal pathname contains ";" but that should
9578 # okay in the real world where ";" in dirpaths is itself problematic.
9579 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9580 ;;
9581 *)
9582 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9583 ;;
9584 esac
9585 # Ok, now we have the path, separated by spaces, we can step through it
9586 # and add multilib dir if necessary.
9587 lt_tmp_lt_search_path_spec=
9588 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9589 for lt_sys_path in $lt_search_path_spec; do
9590 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9591 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9592 else
9593 test -d "$lt_sys_path" && \
9594 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9595 fi
9596 done
9597 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9598 BEGIN {RS=" "; FS="/|\n";} {
9599 lt_foo="";
9600 lt_count=0;
9601 for (lt_i = NF; lt_i > 0; lt_i--) {
9602 if ($lt_i != "" && $lt_i != ".") {
9603 if ($lt_i == "..") {
9604 lt_count++;
9605 } else {
9606 if (lt_count == 0) {
9607 lt_foo="/" $lt_i lt_foo;
9608 } else {
9609 lt_count--;
9610 }
9611 }
9612 }
9613 }
9614 if (lt_foo != "") { lt_freq[lt_foo]++; }
9615 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9616 }'`
9617 # AWK program above erroneously prepends '/' to C:/dos/paths
9618 # for these hosts.
9619 case $host_os in
9620 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9621 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9622 esac
9623 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9624 else
9625 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9626 fi
9627 library_names_spec=
9628 libname_spec='lib$name'
9629 soname_spec=
9630 shrext_cmds=".so"
9631 postinstall_cmds=
9632 postuninstall_cmds=
9633 finish_cmds=
9634 finish_eval=
9635 shlibpath_var=
9636 shlibpath_overrides_runpath=unknown
9637 version_type=none
9638 dynamic_linker="$host_os ld.so"
9639 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9640 need_lib_prefix=unknown
9641 hardcode_into_libs=no
9642
9643 # when you set need_version to no, make sure it does not cause -set_version
9644 # flags to be left without arguments
9645 need_version=unknown
9646
9647 case $host_os in
9648 aix3*)
9649 version_type=linux
9650 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9651 shlibpath_var=LIBPATH
9652
9653 # AIX 3 has no versioning support, so we append a major version to the name.
9654 soname_spec='${libname}${release}${shared_ext}$major'
9655 ;;
9656
9657 aix[4-9]*)
9658 version_type=linux
9659 need_lib_prefix=no
9660 need_version=no
9661 hardcode_into_libs=yes
9662 if test "$host_cpu" = ia64; then
9663 # AIX 5 supports IA64
9664 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9665 shlibpath_var=LD_LIBRARY_PATH
9666 else
9667 # With GCC up to 2.95.x, collect2 would create an import file
9668 # for dependence libraries. The import file would start with
9669 # the line `#! .'. This would cause the generated library to
9670 # depend on `.', always an invalid library. This was fixed in
9671 # development snapshots of GCC prior to 3.0.
9672 case $host_os in
9673 aix4 | aix4.[01] | aix4.[01].*)
9674 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9675 echo ' yes '
9676 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9677 :
9678 else
9679 can_build_shared=no
9680 fi
9681 ;;
9682 esac
9683 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9684 # soname into executable. Probably we can add versioning support to
9685 # collect2, so additional links can be useful in future.
9686 if test "$aix_use_runtimelinking" = yes; then
9687 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9688 # instead of lib<name>.a to let people know that these are not
9689 # typical AIX shared libraries.
9690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9691 else
9692 # We preserve .a as extension for shared libraries through AIX4.2
9693 # and later when we are not doing run time linking.
9694 library_names_spec='${libname}${release}.a $libname.a'
9695 soname_spec='${libname}${release}${shared_ext}$major'
9696 fi
9697 shlibpath_var=LIBPATH
9698 fi
9699 ;;
9700
9701 amigaos*)
9702 case $host_cpu in
9703 powerpc)
9704 # Since July 2007 AmigaOS4 officially supports .so libraries.
9705 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9706 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9707 ;;
9708 m68k)
9709 library_names_spec='$libname.ixlibrary $libname.a'
9710 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9711 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'
9712 ;;
9713 esac
9714 ;;
9715
9716 beos*)
9717 library_names_spec='${libname}${shared_ext}'
9718 dynamic_linker="$host_os ld.so"
9719 shlibpath_var=LIBRARY_PATH
9720 ;;
9721
9722 bsdi[45]*)
9723 version_type=linux
9724 need_version=no
9725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9726 soname_spec='${libname}${release}${shared_ext}$major'
9727 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9728 shlibpath_var=LD_LIBRARY_PATH
9729 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9730 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9731 # the default ld.so.conf also contains /usr/contrib/lib and
9732 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9733 # libtool to hard-code these into programs
9734 ;;
9735
9736 cygwin* | mingw* | pw32* | cegcc*)
9737 version_type=windows
9738 shrext_cmds=".dll"
9739 need_version=no
9740 need_lib_prefix=no
9741
9742 case $GCC,$host_os in
9743 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9744 library_names_spec='$libname.dll.a'
9745 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9746 postinstall_cmds='base_file=`basename \${file}`~
9747 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9748 dldir=$destdir/`dirname \$dlpath`~
9749 test -d \$dldir || mkdir -p \$dldir~
9750 $install_prog $dir/$dlname \$dldir/$dlname~
9751 chmod a+x \$dldir/$dlname~
9752 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9753 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9754 fi'
9755 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9756 dlpath=$dir/\$dldll~
9757 $RM \$dlpath'
9758 shlibpath_overrides_runpath=yes
9759
9760 case $host_os in
9761 cygwin*)
9762 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9763 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9764
9765 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9766 ;;
9767 mingw* | cegcc*)
9768 # MinGW DLLs use traditional 'lib' prefix
9769 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9770 ;;
9771 pw32*)
9772 # pw32 DLLs use 'pw' prefix rather than 'lib'
9773 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9774 ;;
9775 esac
9776 ;;
9777
9778 *)
9779 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9780 ;;
9781 esac
9782 dynamic_linker='Win32 ld.exe'
9783 # FIXME: first we should search . and the directory the executable is in
9784 shlibpath_var=PATH
9785 ;;
9786
9787 darwin* | rhapsody*)
9788 dynamic_linker="$host_os dyld"
9789 version_type=darwin
9790 need_lib_prefix=no
9791 need_version=no
9792 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9793 soname_spec='${libname}${release}${major}$shared_ext'
9794 shlibpath_overrides_runpath=yes
9795 shlibpath_var=DYLD_LIBRARY_PATH
9796 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9797
9798 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9799 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9800 ;;
9801
9802 dgux*)
9803 version_type=linux
9804 need_lib_prefix=no
9805 need_version=no
9806 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9807 soname_spec='${libname}${release}${shared_ext}$major'
9808 shlibpath_var=LD_LIBRARY_PATH
9809 ;;
9810
9811 freebsd* | dragonfly*)
9812 # DragonFly does not have aout. When/if they implement a new
9813 # versioning mechanism, adjust this.
9814 if test -x /usr/bin/objformat; then
9815 objformat=`/usr/bin/objformat`
9816 else
9817 case $host_os in
9818 freebsd[23].*) objformat=aout ;;
9819 *) objformat=elf ;;
9820 esac
9821 fi
9822 version_type=freebsd-$objformat
9823 case $version_type in
9824 freebsd-elf*)
9825 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9826 need_version=no
9827 need_lib_prefix=no
9828 ;;
9829 freebsd-*)
9830 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9831 need_version=yes
9832 ;;
9833 esac
9834 shlibpath_var=LD_LIBRARY_PATH
9835 case $host_os in
9836 freebsd2.*)
9837 shlibpath_overrides_runpath=yes
9838 ;;
9839 freebsd3.[01]* | freebsdelf3.[01]*)
9840 shlibpath_overrides_runpath=yes
9841 hardcode_into_libs=yes
9842 ;;
9843 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9844 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9845 shlibpath_overrides_runpath=no
9846 hardcode_into_libs=yes
9847 ;;
9848 *) # from 4.6 on, and DragonFly
9849 shlibpath_overrides_runpath=yes
9850 hardcode_into_libs=yes
9851 ;;
9852 esac
9853 ;;
9854
9855 haiku*)
9856 version_type=linux
9857 need_lib_prefix=no
9858 need_version=no
9859 dynamic_linker="$host_os runtime_loader"
9860 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9861 soname_spec='${libname}${release}${shared_ext}$major'
9862 shlibpath_var=LIBRARY_PATH
9863 shlibpath_overrides_runpath=yes
9864 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9865 hardcode_into_libs=yes
9866 ;;
9867
9868 hpux9* | hpux10* | hpux11*)
9869 # Give a soname corresponding to the major version so that dld.sl refuses to
9870 # link against other versions.
9871 version_type=sunos
9872 need_lib_prefix=no
9873 need_version=no
9874 case $host_cpu in
9875 ia64*)
9876 shrext_cmds='.so'
9877 hardcode_into_libs=yes
9878 dynamic_linker="$host_os dld.so"
9879 shlibpath_var=LD_LIBRARY_PATH
9880 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9881 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9882 soname_spec='${libname}${release}${shared_ext}$major'
9883 if test "X$HPUX_IA64_MODE" = X32; then
9884 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9885 else
9886 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9887 fi
9888 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9889 ;;
9890 hppa*64*)
9891 shrext_cmds='.sl'
9892 hardcode_into_libs=yes
9893 dynamic_linker="$host_os dld.sl"
9894 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9895 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9896 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9897 soname_spec='${libname}${release}${shared_ext}$major'
9898 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9899 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9900 ;;
9901 *)
9902 shrext_cmds='.sl'
9903 dynamic_linker="$host_os dld.sl"
9904 shlibpath_var=SHLIB_PATH
9905 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9907 soname_spec='${libname}${release}${shared_ext}$major'
9908 ;;
9909 esac
9910 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9911 postinstall_cmds='chmod 555 $lib'
9912 # or fails outright, so override atomically:
9913 install_override_mode=555
9914 ;;
9915
9916 interix[3-9]*)
9917 version_type=linux
9918 need_lib_prefix=no
9919 need_version=no
9920 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9921 soname_spec='${libname}${release}${shared_ext}$major'
9922 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9923 shlibpath_var=LD_LIBRARY_PATH
9924 shlibpath_overrides_runpath=no
9925 hardcode_into_libs=yes
9926 ;;
9927
9928 irix5* | irix6* | nonstopux*)
9929 case $host_os in
9930 nonstopux*) version_type=nonstopux ;;
9931 *)
9932 if test "$lt_cv_prog_gnu_ld" = yes; then
9933 version_type=linux
9934 else
9935 version_type=irix
9936 fi ;;
9937 esac
9938 need_lib_prefix=no
9939 need_version=no
9940 soname_spec='${libname}${release}${shared_ext}$major'
9941 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9942 case $host_os in
9943 irix5* | nonstopux*)
9944 libsuff= shlibsuff=
9945 ;;
9946 *)
9947 case $LD in # libtool.m4 will add one of these switches to LD
9948 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9949 libsuff= shlibsuff= libmagic=32-bit;;
9950 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9951 libsuff=32 shlibsuff=N32 libmagic=N32;;
9952 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9953 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9954 *) libsuff= shlibsuff= libmagic=never-match;;
9955 esac
9956 ;;
9957 esac
9958 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9959 shlibpath_overrides_runpath=no
9960 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9961 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9962 hardcode_into_libs=yes
9963 ;;
9964
9965 # No shared lib support for Linux oldld, aout, or coff.
9966 linux*oldld* | linux*aout* | linux*coff*)
9967 dynamic_linker=no
9968 ;;
9969
9970 # This must be Linux ELF.
9971 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
9972 version_type=linux
9973 need_lib_prefix=no
9974 need_version=no
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'
9977 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9978 shlibpath_var=LD_LIBRARY_PATH
9979 shlibpath_overrides_runpath=no
9980
9981 # Some binutils ld are patched to set DT_RUNPATH
9982 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
9983 $as_echo_n "(cached) " >&6
9984 else
9985 lt_cv_shlibpath_overrides_runpath=no
9986 save_LDFLAGS=$LDFLAGS
9987 save_libdir=$libdir
9988 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9989 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9990 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9991 /* end confdefs.h. */
9992
9993 int
9994 main ()
9995 {
9996
9997 ;
9998 return 0;
9999 }
10000 _ACEOF
10001 if ac_fn_c_try_link "$LINENO"; then :
10002 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10003 lt_cv_shlibpath_overrides_runpath=yes
10004 fi
10005 fi
10006 rm -f core conftest.err conftest.$ac_objext \
10007 conftest$ac_exeext conftest.$ac_ext
10008 LDFLAGS=$save_LDFLAGS
10009 libdir=$save_libdir
10010
10011 fi
10012
10013 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10014
10015 # This implies no fast_install, which is unacceptable.
10016 # Some rework will be needed to allow for fast_install
10017 # before this can be enabled.
10018 hardcode_into_libs=yes
10019
10020 # Append ld.so.conf contents to the search path
10021 if test -f /etc/ld.so.conf; then
10022 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' ' '`
10023 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10024 fi
10025
10026 # We used to test for /lib/ld.so.1 and disable shared libraries on
10027 # powerpc, because MkLinux only supported shared libraries with the
10028 # GNU dynamic linker. Since this was broken with cross compilers,
10029 # most powerpc-linux boxes support dynamic linking these days and
10030 # people can always --disable-shared, the test was removed, and we
10031 # assume the GNU/Linux dynamic linker is in use.
10032 dynamic_linker='GNU/Linux ld.so'
10033 ;;
10034
10035 netbsd*)
10036 version_type=sunos
10037 need_lib_prefix=no
10038 need_version=no
10039 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10041 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10042 dynamic_linker='NetBSD (a.out) ld.so'
10043 else
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 dynamic_linker='NetBSD ld.elf_so'
10047 fi
10048 shlibpath_var=LD_LIBRARY_PATH
10049 shlibpath_overrides_runpath=yes
10050 hardcode_into_libs=yes
10051 ;;
10052
10053 newsos6)
10054 version_type=linux
10055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10056 shlibpath_var=LD_LIBRARY_PATH
10057 shlibpath_overrides_runpath=yes
10058 ;;
10059
10060 *nto* | *qnx*)
10061 version_type=qnx
10062 need_lib_prefix=no
10063 need_version=no
10064 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10065 soname_spec='${libname}${release}${shared_ext}$major'
10066 shlibpath_var=LD_LIBRARY_PATH
10067 shlibpath_overrides_runpath=no
10068 hardcode_into_libs=yes
10069 dynamic_linker='ldqnx.so'
10070 ;;
10071
10072 openbsd*)
10073 version_type=sunos
10074 sys_lib_dlsearch_path_spec="/usr/lib"
10075 need_lib_prefix=no
10076 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10077 case $host_os in
10078 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10079 *) need_version=no ;;
10080 esac
10081 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10082 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10083 shlibpath_var=LD_LIBRARY_PATH
10084 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10085 case $host_os in
10086 openbsd2.[89] | openbsd2.[89].*)
10087 shlibpath_overrides_runpath=no
10088 ;;
10089 *)
10090 shlibpath_overrides_runpath=yes
10091 ;;
10092 esac
10093 else
10094 shlibpath_overrides_runpath=yes
10095 fi
10096 ;;
10097
10098 os2*)
10099 libname_spec='$name'
10100 shrext_cmds=".dll"
10101 need_lib_prefix=no
10102 library_names_spec='$libname${shared_ext} $libname.a'
10103 dynamic_linker='OS/2 ld.exe'
10104 shlibpath_var=LIBPATH
10105 ;;
10106
10107 osf3* | osf4* | osf5*)
10108 version_type=osf
10109 need_lib_prefix=no
10110 need_version=no
10111 soname_spec='${libname}${release}${shared_ext}$major'
10112 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10113 shlibpath_var=LD_LIBRARY_PATH
10114 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10115 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10116 ;;
10117
10118 rdos*)
10119 dynamic_linker=no
10120 ;;
10121
10122 solaris*)
10123 version_type=linux
10124 need_lib_prefix=no
10125 need_version=no
10126 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10127 soname_spec='${libname}${release}${shared_ext}$major'
10128 shlibpath_var=LD_LIBRARY_PATH
10129 shlibpath_overrides_runpath=yes
10130 hardcode_into_libs=yes
10131 # ldd complains unless libraries are executable
10132 postinstall_cmds='chmod +x $lib'
10133 ;;
10134
10135 sunos4*)
10136 version_type=sunos
10137 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10138 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10139 shlibpath_var=LD_LIBRARY_PATH
10140 shlibpath_overrides_runpath=yes
10141 if test "$with_gnu_ld" = yes; then
10142 need_lib_prefix=no
10143 fi
10144 need_version=yes
10145 ;;
10146
10147 sysv4 | sysv4.3*)
10148 version_type=linux
10149 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10150 soname_spec='${libname}${release}${shared_ext}$major'
10151 shlibpath_var=LD_LIBRARY_PATH
10152 case $host_vendor in
10153 sni)
10154 shlibpath_overrides_runpath=no
10155 need_lib_prefix=no
10156 runpath_var=LD_RUN_PATH
10157 ;;
10158 siemens)
10159 need_lib_prefix=no
10160 ;;
10161 motorola)
10162 need_lib_prefix=no
10163 need_version=no
10164 shlibpath_overrides_runpath=no
10165 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10166 ;;
10167 esac
10168 ;;
10169
10170 sysv4*MP*)
10171 if test -d /usr/nec ;then
10172 version_type=linux
10173 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10174 soname_spec='$libname${shared_ext}.$major'
10175 shlibpath_var=LD_LIBRARY_PATH
10176 fi
10177 ;;
10178
10179 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10180 version_type=freebsd-elf
10181 need_lib_prefix=no
10182 need_version=no
10183 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10184 soname_spec='${libname}${release}${shared_ext}$major'
10185 shlibpath_var=LD_LIBRARY_PATH
10186 shlibpath_overrides_runpath=yes
10187 hardcode_into_libs=yes
10188 if test "$with_gnu_ld" = yes; then
10189 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10190 else
10191 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10192 case $host_os in
10193 sco3.2v5*)
10194 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10195 ;;
10196 esac
10197 fi
10198 sys_lib_dlsearch_path_spec='/usr/lib'
10199 ;;
10200
10201 tpf*)
10202 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10203 version_type=linux
10204 need_lib_prefix=no
10205 need_version=no
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10207 shlibpath_var=LD_LIBRARY_PATH
10208 shlibpath_overrides_runpath=no
10209 hardcode_into_libs=yes
10210 ;;
10211
10212 uts4*)
10213 version_type=linux
10214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10215 soname_spec='${libname}${release}${shared_ext}$major'
10216 shlibpath_var=LD_LIBRARY_PATH
10217 ;;
10218
10219 *)
10220 dynamic_linker=no
10221 ;;
10222 esac
10223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10224 $as_echo "$dynamic_linker" >&6; }
10225 test "$dynamic_linker" = no && can_build_shared=no
10226
10227 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10228 if test "$GCC" = yes; then
10229 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10230 fi
10231
10232 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10233 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10234 fi
10235 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10236 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10237 fi
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
10283
10284
10285
10286
10287
10288
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10331 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10332 hardcode_action=
10333 if test -n "$hardcode_libdir_flag_spec" ||
10334 test -n "$runpath_var" ||
10335 test "X$hardcode_automatic" = "Xyes" ; then
10336
10337 # We can hardcode non-existent directories.
10338 if test "$hardcode_direct" != no &&
10339 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10340 # have to relink, otherwise we might link with an installed library
10341 # when we should be linking with a yet-to-be-installed one
10342 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10343 test "$hardcode_minus_L" != no; then
10344 # Linking always hardcodes the temporary library directory.
10345 hardcode_action=relink
10346 else
10347 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10348 hardcode_action=immediate
10349 fi
10350 else
10351 # We cannot hardcode anything, or else we can only hardcode existing
10352 # directories.
10353 hardcode_action=unsupported
10354 fi
10355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10356 $as_echo "$hardcode_action" >&6; }
10357
10358 if test "$hardcode_action" = relink ||
10359 test "$inherit_rpath" = yes; then
10360 # Fast installation is not supported
10361 enable_fast_install=no
10362 elif test "$shlibpath_overrides_runpath" = yes ||
10363 test "$enable_shared" = no; then
10364 # Fast installation is not necessary
10365 enable_fast_install=needless
10366 fi
10367
10368
10369
10370
10371
10372
10373 if test "x$enable_dlopen" != xyes; then
10374 enable_dlopen=unknown
10375 enable_dlopen_self=unknown
10376 enable_dlopen_self_static=unknown
10377 else
10378 lt_cv_dlopen=no
10379 lt_cv_dlopen_libs=
10380
10381 case $host_os in
10382 beos*)
10383 lt_cv_dlopen="load_add_on"
10384 lt_cv_dlopen_libs=
10385 lt_cv_dlopen_self=yes
10386 ;;
10387
10388 mingw* | pw32* | cegcc*)
10389 lt_cv_dlopen="LoadLibrary"
10390 lt_cv_dlopen_libs=
10391 ;;
10392
10393 cygwin*)
10394 lt_cv_dlopen="dlopen"
10395 lt_cv_dlopen_libs=
10396 ;;
10397
10398 darwin*)
10399 # if libdl is installed we need to link against it
10400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10401 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10402 if ${ac_cv_lib_dl_dlopen+:} false; then :
10403 $as_echo_n "(cached) " >&6
10404 else
10405 ac_check_lib_save_LIBS=$LIBS
10406 LIBS="-ldl $LIBS"
10407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10408 /* end confdefs.h. */
10409
10410 /* Override any GCC internal prototype to avoid an error.
10411 Use char because int might match the return type of a GCC
10412 builtin and then its argument prototype would still apply. */
10413 #ifdef __cplusplus
10414 extern "C"
10415 #endif
10416 char dlopen ();
10417 int
10418 main ()
10419 {
10420 return dlopen ();
10421 ;
10422 return 0;
10423 }
10424 _ACEOF
10425 if ac_fn_c_try_link "$LINENO"; then :
10426 ac_cv_lib_dl_dlopen=yes
10427 else
10428 ac_cv_lib_dl_dlopen=no
10429 fi
10430 rm -f core conftest.err conftest.$ac_objext \
10431 conftest$ac_exeext conftest.$ac_ext
10432 LIBS=$ac_check_lib_save_LIBS
10433 fi
10434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10435 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10436 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10437 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10438 else
10439
10440 lt_cv_dlopen="dyld"
10441 lt_cv_dlopen_libs=
10442 lt_cv_dlopen_self=yes
10443
10444 fi
10445
10446 ;;
10447
10448 *)
10449 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10450 if test "x$ac_cv_func_shl_load" = xyes; then :
10451 lt_cv_dlopen="shl_load"
10452 else
10453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10454 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10455 if ${ac_cv_lib_dld_shl_load+:} false; then :
10456 $as_echo_n "(cached) " >&6
10457 else
10458 ac_check_lib_save_LIBS=$LIBS
10459 LIBS="-ldld $LIBS"
10460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10461 /* end confdefs.h. */
10462
10463 /* Override any GCC internal prototype to avoid an error.
10464 Use char because int might match the return type of a GCC
10465 builtin and then its argument prototype would still apply. */
10466 #ifdef __cplusplus
10467 extern "C"
10468 #endif
10469 char shl_load ();
10470 int
10471 main ()
10472 {
10473 return shl_load ();
10474 ;
10475 return 0;
10476 }
10477 _ACEOF
10478 if ac_fn_c_try_link "$LINENO"; then :
10479 ac_cv_lib_dld_shl_load=yes
10480 else
10481 ac_cv_lib_dld_shl_load=no
10482 fi
10483 rm -f core conftest.err conftest.$ac_objext \
10484 conftest$ac_exeext conftest.$ac_ext
10485 LIBS=$ac_check_lib_save_LIBS
10486 fi
10487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10488 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10489 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10490 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10491 else
10492 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10493 if test "x$ac_cv_func_dlopen" = xyes; then :
10494 lt_cv_dlopen="dlopen"
10495 else
10496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10497 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10498 if ${ac_cv_lib_dl_dlopen+:} false; then :
10499 $as_echo_n "(cached) " >&6
10500 else
10501 ac_check_lib_save_LIBS=$LIBS
10502 LIBS="-ldl $LIBS"
10503 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10504 /* end confdefs.h. */
10505
10506 /* Override any GCC internal prototype to avoid an error.
10507 Use char because int might match the return type of a GCC
10508 builtin and then its argument prototype would still apply. */
10509 #ifdef __cplusplus
10510 extern "C"
10511 #endif
10512 char dlopen ();
10513 int
10514 main ()
10515 {
10516 return dlopen ();
10517 ;
10518 return 0;
10519 }
10520 _ACEOF
10521 if ac_fn_c_try_link "$LINENO"; then :
10522 ac_cv_lib_dl_dlopen=yes
10523 else
10524 ac_cv_lib_dl_dlopen=no
10525 fi
10526 rm -f core conftest.err conftest.$ac_objext \
10527 conftest$ac_exeext conftest.$ac_ext
10528 LIBS=$ac_check_lib_save_LIBS
10529 fi
10530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10531 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10532 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10533 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10534 else
10535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10536 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10537 if ${ac_cv_lib_svld_dlopen+:} false; then :
10538 $as_echo_n "(cached) " >&6
10539 else
10540 ac_check_lib_save_LIBS=$LIBS
10541 LIBS="-lsvld $LIBS"
10542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10543 /* end confdefs.h. */
10544
10545 /* Override any GCC internal prototype to avoid an error.
10546 Use char because int might match the return type of a GCC
10547 builtin and then its argument prototype would still apply. */
10548 #ifdef __cplusplus
10549 extern "C"
10550 #endif
10551 char dlopen ();
10552 int
10553 main ()
10554 {
10555 return dlopen ();
10556 ;
10557 return 0;
10558 }
10559 _ACEOF
10560 if ac_fn_c_try_link "$LINENO"; then :
10561 ac_cv_lib_svld_dlopen=yes
10562 else
10563 ac_cv_lib_svld_dlopen=no
10564 fi
10565 rm -f core conftest.err conftest.$ac_objext \
10566 conftest$ac_exeext conftest.$ac_ext
10567 LIBS=$ac_check_lib_save_LIBS
10568 fi
10569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10570 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10571 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10572 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10573 else
10574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10575 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10576 if ${ac_cv_lib_dld_dld_link+:} false; then :
10577 $as_echo_n "(cached) " >&6
10578 else
10579 ac_check_lib_save_LIBS=$LIBS
10580 LIBS="-ldld $LIBS"
10581 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10582 /* end confdefs.h. */
10583
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char dld_link ();
10591 int
10592 main ()
10593 {
10594 return dld_link ();
10595 ;
10596 return 0;
10597 }
10598 _ACEOF
10599 if ac_fn_c_try_link "$LINENO"; then :
10600 ac_cv_lib_dld_dld_link=yes
10601 else
10602 ac_cv_lib_dld_dld_link=no
10603 fi
10604 rm -f core conftest.err conftest.$ac_objext \
10605 conftest$ac_exeext conftest.$ac_ext
10606 LIBS=$ac_check_lib_save_LIBS
10607 fi
10608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10609 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10610 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10611 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10612 fi
10613
10614
10615 fi
10616
10617
10618 fi
10619
10620
10621 fi
10622
10623
10624 fi
10625
10626
10627 fi
10628
10629 ;;
10630 esac
10631
10632 if test "x$lt_cv_dlopen" != xno; then
10633 enable_dlopen=yes
10634 else
10635 enable_dlopen=no
10636 fi
10637
10638 case $lt_cv_dlopen in
10639 dlopen)
10640 save_CPPFLAGS="$CPPFLAGS"
10641 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10642
10643 save_LDFLAGS="$LDFLAGS"
10644 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10645
10646 save_LIBS="$LIBS"
10647 LIBS="$lt_cv_dlopen_libs $LIBS"
10648
10649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10650 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10651 if ${lt_cv_dlopen_self+:} false; then :
10652 $as_echo_n "(cached) " >&6
10653 else
10654 if test "$cross_compiling" = yes; then :
10655 lt_cv_dlopen_self=cross
10656 else
10657 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10658 lt_status=$lt_dlunknown
10659 cat > conftest.$ac_ext <<_LT_EOF
10660 #line 10660 "configure"
10661 #include "confdefs.h"
10662
10663 #if HAVE_DLFCN_H
10664 #include <dlfcn.h>
10665 #endif
10666
10667 #include <stdio.h>
10668
10669 #ifdef RTLD_GLOBAL
10670 # define LT_DLGLOBAL RTLD_GLOBAL
10671 #else
10672 # ifdef DL_GLOBAL
10673 # define LT_DLGLOBAL DL_GLOBAL
10674 # else
10675 # define LT_DLGLOBAL 0
10676 # endif
10677 #endif
10678
10679 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10680 find out it does not work in some platform. */
10681 #ifndef LT_DLLAZY_OR_NOW
10682 # ifdef RTLD_LAZY
10683 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10684 # else
10685 # ifdef DL_LAZY
10686 # define LT_DLLAZY_OR_NOW DL_LAZY
10687 # else
10688 # ifdef RTLD_NOW
10689 # define LT_DLLAZY_OR_NOW RTLD_NOW
10690 # else
10691 # ifdef DL_NOW
10692 # define LT_DLLAZY_OR_NOW DL_NOW
10693 # else
10694 # define LT_DLLAZY_OR_NOW 0
10695 # endif
10696 # endif
10697 # endif
10698 # endif
10699 #endif
10700
10701 /* When -fvisbility=hidden is used, assume the code has been annotated
10702 correspondingly for the symbols needed. */
10703 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10704 void fnord () __attribute__((visibility("default")));
10705 #endif
10706
10707 void fnord () { int i=42; }
10708 int main ()
10709 {
10710 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10711 int status = $lt_dlunknown;
10712
10713 if (self)
10714 {
10715 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10716 else
10717 {
10718 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10719 else puts (dlerror ());
10720 }
10721 /* dlclose (self); */
10722 }
10723 else
10724 puts (dlerror ());
10725
10726 return status;
10727 }
10728 _LT_EOF
10729 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10730 (eval $ac_link) 2>&5
10731 ac_status=$?
10732 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10733 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10734 (./conftest; exit; ) >&5 2>/dev/null
10735 lt_status=$?
10736 case x$lt_status in
10737 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10738 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10739 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10740 esac
10741 else :
10742 # compilation failed
10743 lt_cv_dlopen_self=no
10744 fi
10745 fi
10746 rm -fr conftest*
10747
10748
10749 fi
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10751 $as_echo "$lt_cv_dlopen_self" >&6; }
10752
10753 if test "x$lt_cv_dlopen_self" = xyes; then
10754 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10756 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10757 if ${lt_cv_dlopen_self_static+:} false; then :
10758 $as_echo_n "(cached) " >&6
10759 else
10760 if test "$cross_compiling" = yes; then :
10761 lt_cv_dlopen_self_static=cross
10762 else
10763 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10764 lt_status=$lt_dlunknown
10765 cat > conftest.$ac_ext <<_LT_EOF
10766 #line 10766 "configure"
10767 #include "confdefs.h"
10768
10769 #if HAVE_DLFCN_H
10770 #include <dlfcn.h>
10771 #endif
10772
10773 #include <stdio.h>
10774
10775 #ifdef RTLD_GLOBAL
10776 # define LT_DLGLOBAL RTLD_GLOBAL
10777 #else
10778 # ifdef DL_GLOBAL
10779 # define LT_DLGLOBAL DL_GLOBAL
10780 # else
10781 # define LT_DLGLOBAL 0
10782 # endif
10783 #endif
10784
10785 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10786 find out it does not work in some platform. */
10787 #ifndef LT_DLLAZY_OR_NOW
10788 # ifdef RTLD_LAZY
10789 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10790 # else
10791 # ifdef DL_LAZY
10792 # define LT_DLLAZY_OR_NOW DL_LAZY
10793 # else
10794 # ifdef RTLD_NOW
10795 # define LT_DLLAZY_OR_NOW RTLD_NOW
10796 # else
10797 # ifdef DL_NOW
10798 # define LT_DLLAZY_OR_NOW DL_NOW
10799 # else
10800 # define LT_DLLAZY_OR_NOW 0
10801 # endif
10802 # endif
10803 # endif
10804 # endif
10805 #endif
10806
10807 /* When -fvisbility=hidden is used, assume the code has been annotated
10808 correspondingly for the symbols needed. */
10809 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10810 void fnord () __attribute__((visibility("default")));
10811 #endif
10812
10813 void fnord () { int i=42; }
10814 int main ()
10815 {
10816 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10817 int status = $lt_dlunknown;
10818
10819 if (self)
10820 {
10821 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10822 else
10823 {
10824 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10825 else puts (dlerror ());
10826 }
10827 /* dlclose (self); */
10828 }
10829 else
10830 puts (dlerror ());
10831
10832 return status;
10833 }
10834 _LT_EOF
10835 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10836 (eval $ac_link) 2>&5
10837 ac_status=$?
10838 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10839 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10840 (./conftest; exit; ) >&5 2>/dev/null
10841 lt_status=$?
10842 case x$lt_status in
10843 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10844 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10845 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10846 esac
10847 else :
10848 # compilation failed
10849 lt_cv_dlopen_self_static=no
10850 fi
10851 fi
10852 rm -fr conftest*
10853
10854
10855 fi
10856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10857 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10858 fi
10859
10860 CPPFLAGS="$save_CPPFLAGS"
10861 LDFLAGS="$save_LDFLAGS"
10862 LIBS="$save_LIBS"
10863 ;;
10864 esac
10865
10866 case $lt_cv_dlopen_self in
10867 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10868 *) enable_dlopen_self=unknown ;;
10869 esac
10870
10871 case $lt_cv_dlopen_self_static in
10872 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10873 *) enable_dlopen_self_static=unknown ;;
10874 esac
10875 fi
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892
10893 striplib=
10894 old_striplib=
10895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10896 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10897 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10898 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10899 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10901 $as_echo "yes" >&6; }
10902 else
10903 # FIXME - insert some real tests, host_os isn't really good enough
10904 case $host_os in
10905 darwin*)
10906 if test -n "$STRIP" ; then
10907 striplib="$STRIP -x"
10908 old_striplib="$STRIP -S"
10909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10910 $as_echo "yes" >&6; }
10911 else
10912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10913 $as_echo "no" >&6; }
10914 fi
10915 ;;
10916 *)
10917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10918 $as_echo "no" >&6; }
10919 ;;
10920 esac
10921 fi
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933
10934 # Report which library types will actually be built
10935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10936 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10938 $as_echo "$can_build_shared" >&6; }
10939
10940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10941 $as_echo_n "checking whether to build shared libraries... " >&6; }
10942 test "$can_build_shared" = "no" && enable_shared=no
10943
10944 # On AIX, shared libraries and static libraries use the same namespace, and
10945 # are all built from PIC.
10946 case $host_os in
10947 aix3*)
10948 test "$enable_shared" = yes && enable_static=no
10949 if test -n "$RANLIB"; then
10950 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10951 postinstall_cmds='$RANLIB $lib'
10952 fi
10953 ;;
10954
10955 aix[4-9]*)
10956 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10957 test "$enable_shared" = yes && enable_static=no
10958 fi
10959 ;;
10960 esac
10961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10962 $as_echo "$enable_shared" >&6; }
10963
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10965 $as_echo_n "checking whether to build static libraries... " >&6; }
10966 # Make sure either enable_shared or enable_static is yes.
10967 test "$enable_shared" = yes || enable_static=yes
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10969 $as_echo "$enable_static" >&6; }
10970
10971
10972
10973
10974 fi
10975 ac_ext=c
10976 ac_cpp='$CPP $CPPFLAGS'
10977 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10978 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10979 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10980
10981 CC="$lt_save_CC"
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995 ac_config_commands="$ac_config_commands libtool"
10996
10997
10998
10999
11000 # Only expand once:
11001
11002
11003
11004 # The tests for host and target for $enable_largefile require
11005 # canonical names.
11006
11007
11008
11009 # As the $enable_largefile decision depends on --enable-plugins we must set it
11010 # even in directories otherwise not depending on the $plugins option.
11011
11012
11013 maybe_plugins=no
11014 for ac_header in dlfcn.h
11015 do :
11016 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11017 "
11018 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11019 cat >>confdefs.h <<_ACEOF
11020 #define HAVE_DLFCN_H 1
11021 _ACEOF
11022 maybe_plugins=yes
11023 fi
11024
11025 done
11026
11027 for ac_header in windows.h
11028 do :
11029 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11030 "
11031 if test "x$ac_cv_header_windows_h" = xyes; then :
11032 cat >>confdefs.h <<_ACEOF
11033 #define HAVE_WINDOWS_H 1
11034 _ACEOF
11035 maybe_plugins=yes
11036 fi
11037
11038 done
11039
11040
11041 # Check whether --enable-plugins was given.
11042 if test "${enable_plugins+set}" = set; then :
11043 enableval=$enable_plugins; case "${enableval}" in
11044 no) plugins=no ;;
11045 *) plugins=yes
11046 if test "$maybe_plugins" != "yes" ; then
11047 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11048 fi ;;
11049 esac
11050 else
11051 plugins=$maybe_plugins
11052
11053 fi
11054
11055 if test "$plugins" = "yes"; then
11056 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11057 $as_echo_n "checking for library containing dlsym... " >&6; }
11058 if ${ac_cv_search_dlsym+:} false; then :
11059 $as_echo_n "(cached) " >&6
11060 else
11061 ac_func_search_save_LIBS=$LIBS
11062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11063 /* end confdefs.h. */
11064
11065 /* Override any GCC internal prototype to avoid an error.
11066 Use char because int might match the return type of a GCC
11067 builtin and then its argument prototype would still apply. */
11068 #ifdef __cplusplus
11069 extern "C"
11070 #endif
11071 char dlsym ();
11072 int
11073 main ()
11074 {
11075 return dlsym ();
11076 ;
11077 return 0;
11078 }
11079 _ACEOF
11080 for ac_lib in '' dl; do
11081 if test -z "$ac_lib"; then
11082 ac_res="none required"
11083 else
11084 ac_res=-l$ac_lib
11085 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11086 fi
11087 if ac_fn_c_try_link "$LINENO"; then :
11088 ac_cv_search_dlsym=$ac_res
11089 fi
11090 rm -f core conftest.err conftest.$ac_objext \
11091 conftest$ac_exeext
11092 if ${ac_cv_search_dlsym+:} false; then :
11093 break
11094 fi
11095 done
11096 if ${ac_cv_search_dlsym+:} false; then :
11097
11098 else
11099 ac_cv_search_dlsym=no
11100 fi
11101 rm conftest.$ac_ext
11102 LIBS=$ac_func_search_save_LIBS
11103 fi
11104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11105 $as_echo "$ac_cv_search_dlsym" >&6; }
11106 ac_res=$ac_cv_search_dlsym
11107 if test "$ac_res" != no; then :
11108 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11109
11110 fi
11111
11112 fi
11113
11114
11115 case "${host}" in
11116 sparc-*-solaris*|i?86-*-solaris*)
11117 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11118 # were mutually exclusive until Solaris 11.3. Without procfs support,
11119 # the bfd/ elf module cannot provide certain routines such as
11120 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11121 # explicitly requested large-file support through the
11122 # --enable-largefile switch, disable large-file support in favor of
11123 # procfs support.
11124 #
11125 # Check if <sys/procfs.h> is incompatible with large-file support.
11126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11127 /* end confdefs.h. */
11128 #define _FILE_OFFSET_BITS 64
11129 #define _STRUCTURED_PROC 1
11130 #include <sys/procfs.h>
11131 int
11132 main ()
11133 {
11134
11135 ;
11136 return 0;
11137 }
11138 _ACEOF
11139 if ac_fn_c_try_compile "$LINENO"; then :
11140 acx_cv_procfs_lfs=yes
11141 else
11142 acx_cv_procfs_lfs=no
11143 fi
11144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11145 #
11146 # Forcefully disable large-file support only if necessary, gdb is in
11147 # tree and enabled.
11148 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11149 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11150 : ${enable_largefile="no"}
11151 if test "$plugins" = yes; then
11152 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11153 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11154 $as_echo "$as_me: WARNING:
11155 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11156 plugins=no
11157 fi
11158 fi
11159 #
11160 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11161 # benefit of g++ 9+ which predefines it on Solaris.
11162 if test "$enable_largefile" = no; then
11163 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11164
11165 fi
11166 ;;
11167 esac
11168
11169 # Check whether --enable-largefile was given.
11170 if test "${enable_largefile+set}" = set; then :
11171 enableval=$enable_largefile;
11172 fi
11173
11174 if test "$enable_largefile" != no; then
11175
11176 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11177 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11178 if ${ac_cv_sys_largefile_CC+:} false; then :
11179 $as_echo_n "(cached) " >&6
11180 else
11181 ac_cv_sys_largefile_CC=no
11182 if test "$GCC" != yes; then
11183 ac_save_CC=$CC
11184 while :; do
11185 # IRIX 6.2 and later do not support large files by default,
11186 # so use the C compiler's -n32 option if that helps.
11187 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11188 /* end confdefs.h. */
11189 #include <sys/types.h>
11190 /* Check that off_t can represent 2**63 - 1 correctly.
11191 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11192 since some C++ compilers masquerading as C compilers
11193 incorrectly reject 9223372036854775807. */
11194 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11195 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11196 && LARGE_OFF_T % 2147483647 == 1)
11197 ? 1 : -1];
11198 int
11199 main ()
11200 {
11201
11202 ;
11203 return 0;
11204 }
11205 _ACEOF
11206 if ac_fn_c_try_compile "$LINENO"; then :
11207 break
11208 fi
11209 rm -f core conftest.err conftest.$ac_objext
11210 CC="$CC -n32"
11211 if ac_fn_c_try_compile "$LINENO"; then :
11212 ac_cv_sys_largefile_CC=' -n32'; break
11213 fi
11214 rm -f core conftest.err conftest.$ac_objext
11215 break
11216 done
11217 CC=$ac_save_CC
11218 rm -f conftest.$ac_ext
11219 fi
11220 fi
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11222 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11223 if test "$ac_cv_sys_largefile_CC" != no; then
11224 CC=$CC$ac_cv_sys_largefile_CC
11225 fi
11226
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11228 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11229 if ${ac_cv_sys_file_offset_bits+:} false; then :
11230 $as_echo_n "(cached) " >&6
11231 else
11232 while :; do
11233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11235 #include <sys/types.h>
11236 /* Check that off_t can represent 2**63 - 1 correctly.
11237 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11238 since some C++ compilers masquerading as C compilers
11239 incorrectly reject 9223372036854775807. */
11240 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11241 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11242 && LARGE_OFF_T % 2147483647 == 1)
11243 ? 1 : -1];
11244 int
11245 main ()
11246 {
11247
11248 ;
11249 return 0;
11250 }
11251 _ACEOF
11252 if ac_fn_c_try_compile "$LINENO"; then :
11253 ac_cv_sys_file_offset_bits=no; break
11254 fi
11255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11258 #define _FILE_OFFSET_BITS 64
11259 #include <sys/types.h>
11260 /* Check that off_t can represent 2**63 - 1 correctly.
11261 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11262 since some C++ compilers masquerading as C compilers
11263 incorrectly reject 9223372036854775807. */
11264 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11265 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11266 && LARGE_OFF_T % 2147483647 == 1)
11267 ? 1 : -1];
11268 int
11269 main ()
11270 {
11271
11272 ;
11273 return 0;
11274 }
11275 _ACEOF
11276 if ac_fn_c_try_compile "$LINENO"; then :
11277 ac_cv_sys_file_offset_bits=64; break
11278 fi
11279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11280 ac_cv_sys_file_offset_bits=unknown
11281 break
11282 done
11283 fi
11284 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11285 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11286 case $ac_cv_sys_file_offset_bits in #(
11287 no | unknown) ;;
11288 *)
11289 cat >>confdefs.h <<_ACEOF
11290 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11291 _ACEOF
11292 ;;
11293 esac
11294 rm -rf conftest*
11295 if test $ac_cv_sys_file_offset_bits = unknown; then
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11297 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11298 if ${ac_cv_sys_large_files+:} 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];
11313 int
11314 main ()
11315 {
11316
11317 ;
11318 return 0;
11319 }
11320 _ACEOF
11321 if ac_fn_c_try_compile "$LINENO"; then :
11322 ac_cv_sys_large_files=no; break
11323 fi
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 _LARGE_FILES 1
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];
11337 int
11338 main ()
11339 {
11340
11341 ;
11342 return 0;
11343 }
11344 _ACEOF
11345 if ac_fn_c_try_compile "$LINENO"; then :
11346 ac_cv_sys_large_files=1; break
11347 fi
11348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11349 ac_cv_sys_large_files=unknown
11350 break
11351 done
11352 fi
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11354 $as_echo "$ac_cv_sys_large_files" >&6; }
11355 case $ac_cv_sys_large_files in #(
11356 no | unknown) ;;
11357 *)
11358 cat >>confdefs.h <<_ACEOF
11359 #define _LARGE_FILES $ac_cv_sys_large_files
11360 _ACEOF
11361 ;;
11362 esac
11363 rm -rf conftest*
11364 fi
11365
11366
11367 fi
11368
11369
11370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11371 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11372 if ${gcc_cv_prog_cmp_skip+:} false; then :
11373 $as_echo_n "(cached) " >&6
11374 else
11375 echo abfoo >t1
11376 echo cdfoo >t2
11377 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11378 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11379 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11380 :
11381 else
11382 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11383 fi
11384 fi
11385 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11386 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11387 :
11388 else
11389 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11390 fi
11391 fi
11392 rm t1 t2
11393
11394 fi
11395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11396 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11397 do_compare="$gcc_cv_prog_cmp_skip"
11398
11399
11400
11401 # Check whether --enable-targets was given.
11402 if test "${enable_targets+set}" = set; then :
11403 enableval=$enable_targets; case "${enableval}" in
11404 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11405 ;;
11406 no) enable_targets= ;;
11407 *) enable_targets=$enableval ;;
11408 esac
11409 fi
11410
11411 ac_checking=
11412 . ${srcdir}/../bfd/development.sh
11413 test "$development" = true && ac_checking=yes
11414 # Check whether --enable-checking was given.
11415 if test "${enable_checking+set}" = set; then :
11416 enableval=$enable_checking; case "${enableval}" in
11417 no|none) ac_checking= ;;
11418 *) ac_checking=yes ;;
11419 esac
11420 fi
11421 if test x$ac_checking != x ; then
11422
11423 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11424
11425 fi
11426
11427 # PR gas/19109
11428 # Decide the default method for compressing debug sections.
11429 ac_default_compressed_debug_sections=unset
11430 # Provide a configure time option to override our default.
11431 # Check whether --enable-compressed_debug_sections was given.
11432 if test "${enable_compressed_debug_sections+set}" = set; then :
11433 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11434 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11435 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11436 *) ac_default_compressed_debug_sections=unset ;;
11437 esac
11438 fi
11439
11440 # PR gas/19520
11441 # Decide if x86 assembler should generate relax relocations.
11442 ac_default_x86_relax_relocations=unset
11443 # Provide a configure time option to override our default.
11444 # Check whether --enable-x86_relax_relocations was given.
11445 if test "${enable_x86_relax_relocations+set}" = set; then :
11446 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11447 no) ac_default_x86_relax_relocations=0 ;;
11448 esac
11449 fi
11450
11451 # Decide if ELF assembler should generate common symbols with the
11452 # STT_COMMON type.
11453 ac_default_elf_stt_common=unset
11454 # Provide a configure time option to override our default.
11455 # Check whether --enable-elf_stt_common was given.
11456 if test "${enable_elf_stt_common+set}" = set; then :
11457 enableval=$enable_elf_stt_common; case "${enableval}" in
11458 yes) ac_default_elf_stt_common=1 ;;
11459 esac
11460 fi
11461
11462
11463 # Decide if the ELF assembler should default to generating
11464 # GNU Build notes if none are provided by the input.
11465 ac_default_generate_build_notes=0
11466 # Provide a configuration option to override the default.
11467 # Check whether --enable-generate_build_notes was given.
11468 if test "${enable_generate_build_notes+set}" = set; then :
11469 enableval=$enable_generate_build_notes; case "${enableval}" in
11470 yes) ac_default_generate_build_notes=1 ;;
11471 no) ac_default_generate_build_notes=0 ;;
11472 esac
11473 fi
11474
11475 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11476 # LLSC errata.
11477 ac_default_mips_fix_loongson3_llsc=unset
11478 # Provide a configuration option to override the default.
11479 # Check whether --enable-mips-fix-loongson3-llsc was given.
11480 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11481 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11482 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11483 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11484 esac
11485 fi
11486
11487 # Decide if the x86 ELF assembler should default to generating GNU x86
11488 # used ISA and feature properties.
11489 ac_default_generate_x86_used_note=unset
11490 # Provide a configuration option to override the default.
11491 # Check whether --enable-x86-used-note was given.
11492 if test "${enable_x86_used_note+set}" = set; then :
11493 enableval=$enable_x86_used_note; case "${enableval}" in
11494 yes) ac_default_generate_x86_used_note=1 ;;
11495 no) ac_default_generate_x86_used_note=0 ;;
11496 esac
11497 fi
11498
11499 # Decide if the RISC-V ELF assembler should default to generating attribute.
11500 ac_default_generate_riscv_attr=unset
11501 # Provide a configuration option to override the default.
11502 # Check whether --enable-default-riscv-attribute was given.
11503 if test "${enable_default_riscv_attribute+set}" = set; then :
11504 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11505 yes) ac_default_generate_riscv_attr=1 ;;
11506 no) ac_default_generate_riscv_attr=0 ;;
11507 esac
11508 fi
11509
11510 using_cgen=no
11511
11512
11513 # Set the 'development' global.
11514 . $srcdir/../bfd/development.sh
11515
11516 # Set acp_cpp_for_build variable
11517 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11518
11519 # Default set of GCC warnings to enable.
11520 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11521 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11522
11523 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11524 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11525 /* end confdefs.h. */
11526 __GNUC__
11527 _ACEOF
11528 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11529 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11530
11531 else
11532 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11533 fi
11534 rm -f conftest*
11535
11536
11537 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11539 /* end confdefs.h. */
11540 __GNUC__
11541 _ACEOF
11542 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11543 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11544
11545 else
11546 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11547 fi
11548 rm -f conftest*
11549
11550
11551 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11552 WARN_WRITE_STRINGS=""
11553 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11554 /* end confdefs.h. */
11555 __GNUC__
11556 _ACEOF
11557 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11558 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11559
11560 else
11561 WARN_WRITE_STRINGS="-Wwrite-strings"
11562 fi
11563 rm -f conftest*
11564
11565
11566 # Verify CC_FOR_BUILD to be compatible with warning flags
11567
11568 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11570 /* end confdefs.h. */
11571 __GNUC__
11572 _ACEOF
11573 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11574 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11575
11576 else
11577 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11578 fi
11579 rm -f conftest*
11580
11581
11582 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11583 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11584 /* end confdefs.h. */
11585 __GNUC__
11586 _ACEOF
11587 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11588 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11589
11590 else
11591 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11592 fi
11593 rm -f conftest*
11594
11595
11596 # Check whether --enable-werror was given.
11597 if test "${enable_werror+set}" = set; then :
11598 enableval=$enable_werror; case "${enableval}" in
11599 yes | y) ERROR_ON_WARNING="yes" ;;
11600 no | n) ERROR_ON_WARNING="no" ;;
11601 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11602 esac
11603 fi
11604
11605
11606 # Disable -Wformat by default when using gcc on mingw
11607 case "${host}" in
11608 *-*-mingw32*)
11609 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11610 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11611 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11612 fi
11613 ;;
11614 *) ;;
11615 esac
11616
11617 # Enable -Werror by default when using gcc. Turn it off for releases.
11618 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11619 ERROR_ON_WARNING=yes
11620 fi
11621
11622 NO_WERROR=
11623 if test "${ERROR_ON_WARNING}" = yes ; then
11624 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11625 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11626 NO_WERROR="-Wno-error"
11627 fi
11628
11629 if test "${GCC}" = yes ; then
11630 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11631 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11632 fi
11633
11634 # Check whether --enable-build-warnings was given.
11635 if test "${enable_build_warnings+set}" = set; then :
11636 enableval=$enable_build_warnings; case "${enableval}" in
11637 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11638 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11639 no) if test "${GCC}" = yes ; then
11640 WARN_CFLAGS="-w"
11641 WARN_CFLAGS_FOR_BUILD="-w"
11642 fi;;
11643 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11644 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11645 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11646 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11647 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11648 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11649 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11650 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11651 esac
11652 fi
11653
11654
11655 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11656 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11657 fi
11658
11659
11660
11661
11662
11663
11664
11665 # Generate a header file
11666 ac_config_headers="$ac_config_headers config.h:config.in"
11667
11668
11669
11670 # Check whether --with-cpu was given.
11671 if test "${with_cpu+set}" = set; then :
11672 withval=$with_cpu;
11673 cat >>confdefs.h <<_ACEOF
11674 #define TARGET_WITH_CPU "${with_cpu}"
11675 _ACEOF
11676
11677 fi
11678
11679
11680 # PR 14072
11681
11682
11683 # If we are on a DOS filesystem, we must use gdb.ini rather than
11684 # .gdbinit.
11685 case "${host}" in
11686 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11687 GDBINIT="gdb.ini"
11688 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11689
11690 ;;
11691 *)
11692 GDBINIT=".gdbinit"
11693 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11694
11695 ;;
11696 esac
11697
11698
11699 #We need this for the host.
11700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11701 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11702 if ${ac_cv_c_bigendian+:} false; then :
11703 $as_echo_n "(cached) " >&6
11704 else
11705 ac_cv_c_bigendian=unknown
11706 # See if we're dealing with a universal compiler.
11707 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11708 /* end confdefs.h. */
11709 #ifndef __APPLE_CC__
11710 not a universal capable compiler
11711 #endif
11712 typedef int dummy;
11713
11714 _ACEOF
11715 if ac_fn_c_try_compile "$LINENO"; then :
11716
11717 # Check for potential -arch flags. It is not universal unless
11718 # there are at least two -arch flags with different values.
11719 ac_arch=
11720 ac_prev=
11721 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11722 if test -n "$ac_prev"; then
11723 case $ac_word in
11724 i?86 | x86_64 | ppc | ppc64)
11725 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11726 ac_arch=$ac_word
11727 else
11728 ac_cv_c_bigendian=universal
11729 break
11730 fi
11731 ;;
11732 esac
11733 ac_prev=
11734 elif test "x$ac_word" = "x-arch"; then
11735 ac_prev=arch
11736 fi
11737 done
11738 fi
11739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11740 if test $ac_cv_c_bigendian = unknown; then
11741 # See if sys/param.h defines the BYTE_ORDER macro.
11742 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11743 /* end confdefs.h. */
11744 #include <sys/types.h>
11745 #include <sys/param.h>
11746
11747 int
11748 main ()
11749 {
11750 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11751 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11752 && LITTLE_ENDIAN)
11753 bogus endian macros
11754 #endif
11755
11756 ;
11757 return 0;
11758 }
11759 _ACEOF
11760 if ac_fn_c_try_compile "$LINENO"; then :
11761 # It does; now see whether it defined to BIG_ENDIAN or not.
11762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h. */
11764 #include <sys/types.h>
11765 #include <sys/param.h>
11766
11767 int
11768 main ()
11769 {
11770 #if BYTE_ORDER != BIG_ENDIAN
11771 not big endian
11772 #endif
11773
11774 ;
11775 return 0;
11776 }
11777 _ACEOF
11778 if ac_fn_c_try_compile "$LINENO"; then :
11779 ac_cv_c_bigendian=yes
11780 else
11781 ac_cv_c_bigendian=no
11782 fi
11783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11784 fi
11785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11786 fi
11787 if test $ac_cv_c_bigendian = unknown; then
11788 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11790 /* end confdefs.h. */
11791 #include <limits.h>
11792
11793 int
11794 main ()
11795 {
11796 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11797 bogus endian macros
11798 #endif
11799
11800 ;
11801 return 0;
11802 }
11803 _ACEOF
11804 if ac_fn_c_try_compile "$LINENO"; then :
11805 # It does; now see whether it defined to _BIG_ENDIAN or not.
11806 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11807 /* end confdefs.h. */
11808 #include <limits.h>
11809
11810 int
11811 main ()
11812 {
11813 #ifndef _BIG_ENDIAN
11814 not big endian
11815 #endif
11816
11817 ;
11818 return 0;
11819 }
11820 _ACEOF
11821 if ac_fn_c_try_compile "$LINENO"; then :
11822 ac_cv_c_bigendian=yes
11823 else
11824 ac_cv_c_bigendian=no
11825 fi
11826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11827 fi
11828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11829 fi
11830 if test $ac_cv_c_bigendian = unknown; then
11831 # Compile a test program.
11832 if test "$cross_compiling" = yes; then :
11833 # Try to guess by grepping values from an object file.
11834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11835 /* end confdefs.h. */
11836 short int ascii_mm[] =
11837 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11838 short int ascii_ii[] =
11839 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11840 int use_ascii (int i) {
11841 return ascii_mm[i] + ascii_ii[i];
11842 }
11843 short int ebcdic_ii[] =
11844 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11845 short int ebcdic_mm[] =
11846 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11847 int use_ebcdic (int i) {
11848 return ebcdic_mm[i] + ebcdic_ii[i];
11849 }
11850 extern int foo;
11851
11852 int
11853 main ()
11854 {
11855 return use_ascii (foo) == use_ebcdic (foo);
11856 ;
11857 return 0;
11858 }
11859 _ACEOF
11860 if ac_fn_c_try_compile "$LINENO"; then :
11861 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11862 ac_cv_c_bigendian=yes
11863 fi
11864 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11865 if test "$ac_cv_c_bigendian" = unknown; then
11866 ac_cv_c_bigendian=no
11867 else
11868 # finding both strings is unlikely to happen, but who knows?
11869 ac_cv_c_bigendian=unknown
11870 fi
11871 fi
11872 fi
11873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11874 else
11875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11876 /* end confdefs.h. */
11877 $ac_includes_default
11878 int
11879 main ()
11880 {
11881
11882 /* Are we little or big endian? From Harbison&Steele. */
11883 union
11884 {
11885 long int l;
11886 char c[sizeof (long int)];
11887 } u;
11888 u.l = 1;
11889 return u.c[sizeof (long int) - 1] == 1;
11890
11891 ;
11892 return 0;
11893 }
11894 _ACEOF
11895 if ac_fn_c_try_run "$LINENO"; then :
11896 ac_cv_c_bigendian=no
11897 else
11898 ac_cv_c_bigendian=yes
11899 fi
11900 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11901 conftest.$ac_objext conftest.beam conftest.$ac_ext
11902 fi
11903
11904 fi
11905 fi
11906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11907 $as_echo "$ac_cv_c_bigendian" >&6; }
11908 case $ac_cv_c_bigendian in #(
11909 yes)
11910 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11911 ;; #(
11912 no)
11913 ;; #(
11914 universal)
11915
11916 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11917
11918 ;; #(
11919 *)
11920 as_fn_error $? "unknown endianness
11921 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11922 esac
11923
11924
11925 te_file=generic
11926
11927 # Makefile target for installing gas in $(tooldir)/bin.
11928 install_tooldir=install-exec-tooldir
11929
11930 canon_targets=""
11931 all_targets=no
11932 if test -n "$enable_targets" ; then
11933 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11934 if test $t = "all"; then
11935 all_targets=yes
11936 continue
11937 fi
11938 result=`$ac_config_sub $t 2>/dev/null`
11939 if test -n "$result" ; then
11940 canon_targets="$canon_targets $result"
11941 # else
11942 # # Permit "all", etc. We don't support it yet though.
11943 # canon_targets="$canon_targets $t"
11944 fi
11945 done
11946 _gas_uniq_list="$canon_targets"
11947 _gas_uniq_newlist=""
11948 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11949 case $_gas_uniq_i in
11950 _gas_uniq_dummy) ;;
11951 *) case " $_gas_uniq_newlist " in
11952 *" $_gas_uniq_i "*) ;;
11953 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11954 esac ;;
11955 esac
11956 done
11957 canon_targets=$_gas_uniq_newlist
11958
11959 fi
11960
11961 emulations=""
11962
11963 for this_target in $target $canon_targets ; do
11964
11965 targ=${this_target}
11966 . ${srcdir}/configure.tgt
11967
11968 case ${target_cpu} in
11969 crisv32)
11970
11971 cat >>confdefs.h <<_ACEOF
11972 #define DEFAULT_CRIS_ARCH $arch
11973 _ACEOF
11974
11975 ;;
11976 esac
11977
11978 if test ${this_target} = $target ; then
11979 target_cpu_type=${cpu_type}
11980 elif test ${target_cpu_type} != ${cpu_type} ; then
11981 continue
11982 fi
11983
11984 generic_target=${cpu_type}-${target_vendor}-${target_os}
11985 case ${generic_target} in
11986 i386-*-msdosdjgpp* \
11987 | i386-*-go32* \
11988 | i386-go32-rtems*)
11989
11990 $as_echo "#define STRICTCOFF 1" >>confdefs.h
11991
11992 ;;
11993
11994 i386-*-linux-* | x86_64-*-linux-*)
11995 if test ${this_target} = $target \
11996 && test ${ac_default_generate_x86_used_note} = unset; then
11997 ac_default_generate_x86_used_note=1
11998 fi
11999 ;;
12000
12001 i386-*-solaris2 \
12002 | x86_64-*-solaris2 \
12003 | i386-*-solaris2.[0-9] \
12004 | i386-*-solaris2.1[01] \
12005 | x86_64-*-solaris2.1[01])
12006 if test ${this_target} = $target \
12007 && test ${ac_default_x86_relax_relocations} = unset; then
12008 ac_default_x86_relax_relocations=0
12009 fi
12010 ;;
12011
12012 microblaze*)
12013 ;;
12014
12015 ppc-*-aix[5-9].*)
12016
12017 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12018
12019 ;;
12020 ppc-*-solaris*)
12021 if test ${this_target} = $target; then
12022
12023 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12024
12025 fi
12026 if test x${endian} = xbig; then
12027 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12028 fi
12029 ;;
12030 esac
12031
12032 if test ${this_target} = $target ; then
12033 endian_def=
12034 if test x${endian} = xbig; then
12035 endian_def=1
12036 elif test x${endian} = xlittle; then
12037 endian_def=0
12038 fi
12039 if test x${endian_def} != x; then
12040
12041 cat >>confdefs.h <<_ACEOF
12042 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12043 _ACEOF
12044
12045 fi
12046 fi
12047
12048 # Other random stuff.
12049
12050 case ${cpu_type} in
12051 mips)
12052 # Set mips_cpu to the name of the default CPU.
12053 case ${target_cpu} in
12054 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12055 mips_cpu=from-abi
12056 ;;
12057 mipsisa32 | mipsisa32el)
12058 mips_cpu=mips32
12059 ;;
12060 mipsisa32r2 | mipsisa32r2el)
12061 mips_cpu=mips32r2
12062 ;;
12063 mipsisa32r3 | mipsisa32r3el)
12064 mips_cpu=mips32r3
12065 ;;
12066 mipsisa32r5 | mipsisa32r5el)
12067 mips_cpu=mips32r5
12068 ;;
12069 mipsisa32r6 | mipsisa32r6el)
12070 mips_cpu=mips32r6
12071 ;;
12072 mipsisa64 | mipsisa64el)
12073 mips_cpu=mips64
12074 ;;
12075 mipsisa64r2 | mipsisa64r2el)
12076 mips_cpu=mips64r2
12077 ;;
12078 mipsisa64r3 | mipsisa64r3el)
12079 mips_cpu=mips64r3
12080 ;;
12081 mipsisa64r5 | mipsisa64r5el)
12082 mips_cpu=mips64r5
12083 ;;
12084 mipsisa64r6 | mipsisa64r6el)
12085 mips_cpu=mips64r6
12086 ;;
12087 mipstx39 | mipstx39el)
12088 mips_cpu=r3900
12089 ;;
12090 mips64vr | mips64vrel)
12091 mips_cpu=vr4100
12092 ;;
12093 mipsisa32r2* | mipsisa64r2*)
12094 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12095 ;;
12096 mipsisa32r6* | mipsisa64r6*)
12097 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12098 ;;
12099 mips64* | mipsisa64* | mipsisa32*)
12100 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12101 ;;
12102 mips*)
12103 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12104 ;;
12105 *)
12106 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12107 ;;
12108 esac
12109 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12110 # binaries. It's a GNU extension that some OSes don't understand.
12111 case ${target} in
12112 *-*-irix*)
12113 use_e_mips_abi_o32=0
12114 ;;
12115 *)
12116 use_e_mips_abi_o32=1
12117 ;;
12118 esac
12119 # Decide whether to generate 32-bit or 64-bit code by default.
12120 # Used to resolve -march=from-abi when an embedded ABI is selected.
12121 case ${target} in
12122 mips64*-*-* | mipsisa64*-*-*)
12123 mips_default_64bit=1
12124 ;;
12125 *)
12126 mips_default_64bit=0
12127 ;;
12128 esac
12129 # Decide which ABI to target by default.
12130 case ${target} in
12131 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12132 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12133 mips_default_abi=N32_ABI
12134 ;;
12135 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12136 mips_default_abi=O32_ABI
12137 ;;
12138 mips64*-openbsd*)
12139 mips_default_abi=N64_ABI
12140 ;;
12141 *)
12142 mips_default_abi=NO_ABI
12143 ;;
12144 esac
12145
12146 cat >>confdefs.h <<_ACEOF
12147 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12148 _ACEOF
12149
12150
12151 cat >>confdefs.h <<_ACEOF
12152 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12153 _ACEOF
12154
12155
12156 cat >>confdefs.h <<_ACEOF
12157 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12158 _ACEOF
12159
12160
12161 cat >>confdefs.h <<_ACEOF
12162 #define MIPS_DEFAULT_ABI $mips_default_abi
12163 _ACEOF
12164
12165 ;;
12166 esac
12167
12168 # Do we need the opcodes library?
12169 case ${cpu_type} in
12170 vax | tic30)
12171 ;;
12172
12173 *)
12174 need_opcodes=yes
12175
12176 case "${enable_shared}" in
12177 yes) shared_opcodes=true ;;
12178 *opcodes*) shared_opcodes=true ;;
12179 *) shared_opcodes=false ;;
12180 esac
12181 ;;
12182 esac
12183
12184 # Any other special object files needed ?
12185 case ${cpu_type} in
12186
12187 bfin)
12188 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12189 case " $extra_objects " in
12190 *" $f "*) ;;
12191 *) extra_objects="$extra_objects $f" ;;
12192 esac
12193 done
12194 ;;
12195
12196 bpf)
12197 if test $this_target = $target ; then
12198
12199 cat >>confdefs.h <<_ACEOF
12200 #define DEFAULT_ARCH "${arch}"
12201 _ACEOF
12202
12203 fi
12204 using_cgen=yes
12205 ;;
12206 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12207 using_cgen=yes
12208 ;;
12209
12210 loongarch)
12211 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12212 case " $extra_objects " in
12213 *" $f "*) ;;
12214 *) extra_objects="$extra_objects $f" ;;
12215 esac
12216 done
12217 # --target=loongarch[32|64]-*-*. */
12218 if test $this_target = $target ; then
12219
12220 cat >>confdefs.h <<_ACEOF
12221 #define DEFAULT_ARCH "${arch}"
12222 _ACEOF
12223
12224 fi
12225 ;;
12226
12227 m32c)
12228 using_cgen=yes
12229 ;;
12230 frv)
12231 using_cgen=yes
12232 ;;
12233 m68k)
12234 f=config/m68k-parse.o
12235 case " $extra_objects " in
12236 *" $f "*) ;;
12237 *) extra_objects="$extra_objects $f" ;;
12238 esac
12239 ;;
12240
12241 mep)
12242 using_cgen=yes
12243 ;;
12244
12245 mips)
12246 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12247 case " $extra_objects " in
12248 *" $f "*) ;;
12249 *) extra_objects="$extra_objects $f" ;;
12250 esac
12251 done
12252 ;;
12253
12254 mt)
12255 using_cgen=yes
12256 ;;
12257
12258 nds32)
12259 # setup NDS32_LINUX_TOOLCHAIN definition
12260 if test "linux" = $em; then
12261
12262 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12263
12264 else
12265
12266 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12267
12268 fi
12269
12270 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12271 # based on arch_name.
12272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12273 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12274 if test "x${with_arch}" != x; then
12275 case ${with_arch} in
12276 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12277
12278 cat >>confdefs.h <<_ACEOF
12279 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12280 _ACEOF
12281
12282 ;;
12283 *)
12284 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12285 ;;
12286 esac
12287 fi
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12289 $as_echo "$with_arch" >&6; }
12290
12291 # Decide features one by one.
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12293 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12294 if test "x${enable_dx_regs}" = xyes; then
12295
12296 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12297
12298 else
12299
12300 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12301
12302 fi
12303 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12304 $as_echo "$enable_dx_regs" >&6; }
12305
12306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12307 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12308 if test "x${enable_perf_ext}" = xno; then
12309
12310 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12311
12312 else
12313
12314 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12315
12316 fi
12317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12318 $as_echo "$enable_perf_ext" >&6; }
12319
12320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12321 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12322 if test "x${enable_perf_ext2}" = xno; then
12323
12324 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12325
12326 else
12327
12328 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12329
12330 fi
12331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12332 $as_echo "$enable_perf_ext2" >&6; }
12333
12334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12335 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12336 if test "x${enable_string_ext}" = xno; then
12337
12338 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12339
12340 else
12341
12342 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12343
12344 fi
12345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12346 $as_echo "$enable_string_ext" >&6; }
12347
12348 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12349 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12350 if test "x${enable_audio_ext}" = xno; then
12351
12352 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12353
12354 else
12355
12356 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12357
12358 fi
12359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12360 $as_echo "$enable_audio_ext" >&6; }
12361
12362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12363 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12364 if test "x${enable_dsp_ext}" = xno; then
12365
12366 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12367
12368 else
12369
12370 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12371
12372 fi
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12374 $as_echo "$enable_dsp_ext" >&6; }
12375
12376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12377 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12378 if test "x${enable_zol_ext}" = xno; then
12379
12380 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12381
12382 else
12383
12384 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12385
12386 fi
12387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12388 $as_echo "$enable_zol_ext" >&6; }
12389 ;;
12390
12391 aarch64 | i386 | s390 | sparc)
12392 if test $this_target = $target ; then
12393
12394 cat >>confdefs.h <<_ACEOF
12395 #define DEFAULT_ARCH "${arch}"
12396 _ACEOF
12397
12398 fi
12399 ;;
12400
12401 riscv)
12402 # --target=riscv[32|64]-*-*. */
12403 if test $this_target = $target ; then
12404
12405 cat >>confdefs.h <<_ACEOF
12406 #define DEFAULT_ARCH "${arch}"
12407 _ACEOF
12408
12409 fi
12410
12411 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12413 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12414 if test "x${with_arch}" != x; then
12415
12416 cat >>confdefs.h <<_ACEOF
12417 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12418 _ACEOF
12419
12420 fi
12421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12422 $as_echo "$with_arch" >&6; }
12423
12424 # --with-isa-spec=[2.2|20190608|20191213].
12425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12426 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12427 if test "x${with_isa_spec}" != x; then
12428
12429 cat >>confdefs.h <<_ACEOF
12430 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12431 _ACEOF
12432
12433 fi
12434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12435 $as_echo "$with_isa_spec" >&6; }
12436
12437 # --with-priv-spec=[1.9|1.9.1|1.10|1.11].
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12439 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12440 if test "x${with_priv_spec}" != x; then
12441
12442 cat >>confdefs.h <<_ACEOF
12443 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12444 _ACEOF
12445
12446 fi
12447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12448 $as_echo "$with_priv_spec" >&6; }
12449 ;;
12450
12451 rl78)
12452 f=config/rl78-parse.o
12453 case " $extra_objects " in
12454 *" $f "*) ;;
12455 *) extra_objects="$extra_objects $f" ;;
12456 esac
12457 ;;
12458
12459 rx)
12460 f=config/rx-parse.o
12461 case " $extra_objects " in
12462 *" $f "*) ;;
12463 *) extra_objects="$extra_objects $f" ;;
12464 esac
12465 ;;
12466
12467 xstormy16)
12468 using_cgen=yes
12469 ;;
12470
12471 xc16x)
12472 using_cgen=yes
12473 ;;
12474
12475 xtensa)
12476 f=config/xtensa-relax.o
12477 case " $extra_objects " in
12478 *" $f "*) ;;
12479 *) extra_objects="$extra_objects $f" ;;
12480 esac
12481 ;;
12482
12483 *)
12484 ;;
12485 esac
12486
12487 if test $using_cgen = yes ; then
12488 f=cgen.o
12489 case " $extra_objects " in
12490 *" $f "*) ;;
12491 *) extra_objects="$extra_objects $f" ;;
12492 esac
12493 fi
12494
12495 # See if we really can support this configuration with the emulation code.
12496
12497 if test $this_target = $target ; then
12498 obj_format=$fmt
12499 te_file=$em
12500 fi
12501
12502 case ${te_file} in
12503 vms)
12504 f=config/te-vms.o
12505 case " $extra_objects " in
12506 *" $f "*) ;;
12507 *) extra_objects="$extra_objects $f" ;;
12508 esac ;;
12509 esac
12510
12511 # From target name and format, produce a list of supported emulations.
12512
12513 case ${generic_target}-${fmt} in
12514 mips-*-*-*) case "$endian" in
12515 big) emulation="mipsbelf mipslelf mipself" ;;
12516 *) emulation="mipslelf mipsbelf mipself" ;;
12517 esac ;;
12518 # i386-pc-pe-coff != i386-pc-coff.
12519 i386-*-pe-coff) ;;
12520 # Uncommenting the next line will turn on support for i386 AOUT
12521 # for the default linux configuration
12522 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12523 #
12524 i386-*-aout) emulation="i386aout" ;;
12525 i386-*-coff) emulation="i386coff" ;;
12526 i386-*-elf) emulation="i386elf" ;;
12527
12528 # Always all formats. The first stated emulation becomes the default.
12529 cris-*-*aout*) emulation="crisaout criself" ;;
12530 cris-*-*) emulation="criself crisaout" ;;
12531 esac
12532
12533 emulations="$emulations $emulation"
12534
12535 done
12536
12537 if test ${ac_default_x86_relax_relocations} = unset; then
12538 ac_default_x86_relax_relocations=1
12539 fi
12540
12541 cat >>confdefs.h <<_ACEOF
12542 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12543 _ACEOF
12544
12545
12546 if test ${ac_default_elf_stt_common} = unset; then
12547 ac_default_elf_stt_common=0
12548 fi
12549
12550 cat >>confdefs.h <<_ACEOF
12551 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12552 _ACEOF
12553
12554
12555
12556 cat >>confdefs.h <<_ACEOF
12557 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12558 _ACEOF
12559
12560
12561 if test ${ac_default_generate_x86_used_note} = unset; then
12562 ac_default_generate_x86_used_note=0
12563 fi
12564
12565 cat >>confdefs.h <<_ACEOF
12566 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12567 _ACEOF
12568
12569
12570 if test ${ac_default_generate_riscv_attr} = unset; then
12571 ac_default_generate_riscv_attr=1
12572 fi
12573
12574
12575 cat >>confdefs.h <<_ACEOF
12576 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12577 _ACEOF
12578
12579
12580 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12581 ac_default_mips_fix_loongson3_llsc=0
12582 fi
12583
12584 cat >>confdefs.h <<_ACEOF
12585 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12586 _ACEOF
12587
12588
12589 if test x$ac_default_compressed_debug_sections = xyes ; then
12590
12591 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12592
12593 fi
12594
12595 # Turn on all targets if possible
12596 if test ${all_targets} = "yes"; then
12597 case ${target_cpu_type} in
12598 i386)
12599 case ${obj_format} in
12600 aout)
12601 emulations="$emulations i386coff i386elf"
12602 ;;
12603 coff)
12604 emulations="$emulations i386aout i386elf"
12605 ;;
12606 elf)
12607 emulations="$emulations i386aout i386coff"
12608 ;;
12609 esac
12610 ;;
12611 x86_64)
12612 case ${obj_format} in
12613 aout)
12614 emulations="$emulations i386coff i386elf"
12615 ;;
12616 coff)
12617 emulations="$emulations i386aout i386elf"
12618 ;;
12619 elf)
12620 emulations="$emulations i386aout i386coff"
12621 ;;
12622 esac
12623 ;;
12624 esac
12625 fi
12626
12627 # PE code has way too many macros tweaking behaviour
12628 case ${te_file} in
12629 pe*) emulations="" ;;
12630 esac
12631
12632 # Assign floating point type. Most processors with FP support
12633 # IEEE FP. On those that don't support FP at all, usually IEEE
12634 # is emulated.
12635 case ${target_cpu} in
12636 vax | pdp11 ) atof=vax ;;
12637 *) atof=ieee ;;
12638 esac
12639
12640 case "${obj_format}" in
12641 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12642 esac
12643
12644 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12645 cgen_cpu_prefix=""
12646 if test $using_cgen = yes ; then
12647 case ${target_cpu} in
12648 or1knd)
12649 cgen_cpu_prefix=or1k ;;
12650 *) cgen_cpu_prefix=${target_cpu} ;;
12651 esac
12652
12653
12654 $as_echo "#define USING_CGEN 1" >>confdefs.h
12655
12656 fi
12657
12658
12659 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12660 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12661 fi
12662
12663 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12664 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12665 fi
12666
12667 # Some COFF configurations want these random other flags set.
12668 case ${obj_format} in
12669 coff)
12670 case ${target_cpu_type} in
12671 i386)
12672 $as_echo "#define I386COFF 1" >>confdefs.h
12673 ;;
12674 x86_64)
12675 $as_echo "#define I386COFF 1" >>confdefs.h
12676 ;;
12677 esac
12678 ;;
12679 esac
12680
12681 # Getting this done right is going to be a bitch. Each configuration specified
12682 # with --enable-targets=... should be checked for environment, format, cpu
12683 # setting.
12684 #
12685 # For each configuration, the necessary object file support code must be linked
12686 # in. This might be only one, it might be up to four. The necessary emulation
12687 # code needs to be provided, too.
12688 #
12689 # And then there's "--enable-targets=all"....
12690 #
12691 # For now, just always do it for MIPS ELF configurations. Sigh.
12692
12693 formats="${obj_format}"
12694 emfiles=""
12695 EMULATIONS=""
12696 _gas_uniq_list="$emulations"
12697 _gas_uniq_newlist=""
12698 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12699 case $_gas_uniq_i in
12700 _gas_uniq_dummy) ;;
12701 *) case " $_gas_uniq_newlist " in
12702 *" $_gas_uniq_i "*) ;;
12703 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12704 esac ;;
12705 esac
12706 done
12707 emulations=$_gas_uniq_newlist
12708
12709 for em in . $emulations ; do
12710 case $em in
12711 .) continue ;;
12712 mipsbelf | mipslelf | mipself)
12713 fmt=elf file=mipself ;;
12714 *coff)
12715 fmt=coff file=$em ;;
12716 *aout)
12717 fmt=aout file=$em ;;
12718 *elf)
12719 fmt=elf file=$em ;;
12720 esac
12721 formats="$formats $fmt"
12722 emfiles="$emfiles config/e-$file.o"
12723 EMULATIONS="$EMULATIONS &$em,"
12724 done
12725 _gas_uniq_list="$formats"
12726 _gas_uniq_newlist=""
12727 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12728 case $_gas_uniq_i in
12729 _gas_uniq_dummy) ;;
12730 *) case " $_gas_uniq_newlist " in
12731 *" $_gas_uniq_i "*) ;;
12732 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12733 esac ;;
12734 esac
12735 done
12736 formats=$_gas_uniq_newlist
12737
12738 _gas_uniq_list="$emfiles"
12739 _gas_uniq_newlist=""
12740 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12741 case $_gas_uniq_i in
12742 _gas_uniq_dummy) ;;
12743 *) case " $_gas_uniq_newlist " in
12744 *" $_gas_uniq_i "*) ;;
12745 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12746 esac ;;
12747 esac
12748 done
12749 emfiles=$_gas_uniq_newlist
12750
12751 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12752 for fmt in $formats ; do
12753 case $fmt in
12754 aout)
12755 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12756 ;;
12757 coff)
12758 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12759 ;;
12760 ecoff)
12761 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12762 ;;
12763 elf)
12764 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12765 ;;
12766 generic)
12767 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12768 ;;
12769 som)
12770 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12771 ;;
12772 esac
12773 extra_objects="$extra_objects config/obj-$fmt.o"
12774 done
12775 obj_format=multi
12776 fi
12777 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12778 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12779 # e-mipself has more than one emulation per file, e-i386* has just one at the
12780 # moment. If only one emulation is specified, then don't define
12781 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12782 case "${obj_format}${emfiles}" in
12783 multi* | *mipself*)
12784 extra_objects="$extra_objects $emfiles"
12785
12786 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12787 ;;
12788 esac
12789 fi
12790
12791
12792 cat >>confdefs.h <<_ACEOF
12793 #define EMULATIONS $EMULATIONS
12794 _ACEOF
12795
12796
12797 cat >>confdefs.h <<_ACEOF
12798 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12799 _ACEOF
12800
12801
12802 reject_dev_configs=yes
12803
12804 case ${reject_dev_configs}-${dev} in
12805 yes-yes) # Oops.
12806 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12807 ;;
12808 esac
12809
12810
12811
12812
12813
12814
12815
12816 # do we need the opcodes library?
12817 case "${need_opcodes}" in
12818 yes)
12819 OPCODES_LIB=../opcodes/libopcodes.la
12820 ;;
12821 esac
12822
12823
12824
12825
12826 cat >>confdefs.h <<_ACEOF
12827 #define TARGET_ALIAS "${target_alias}"
12828 _ACEOF
12829
12830
12831 cat >>confdefs.h <<_ACEOF
12832 #define TARGET_CANONICAL "${target}"
12833 _ACEOF
12834
12835
12836 cat >>confdefs.h <<_ACEOF
12837 #define TARGET_CPU "${target_cpu}"
12838 _ACEOF
12839
12840
12841 cat >>confdefs.h <<_ACEOF
12842 #define TARGET_VENDOR "${target_vendor}"
12843 _ACEOF
12844
12845
12846 cat >>confdefs.h <<_ACEOF
12847 #define TARGET_OS "${target_os}"
12848 _ACEOF
12849
12850
12851 for ac_prog in 'bison -y' byacc
12852 do
12853 # Extract the first word of "$ac_prog", so it can be a program name with args.
12854 set dummy $ac_prog; ac_word=$2
12855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12856 $as_echo_n "checking for $ac_word... " >&6; }
12857 if ${ac_cv_prog_YACC+:} false; then :
12858 $as_echo_n "(cached) " >&6
12859 else
12860 if test -n "$YACC"; then
12861 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12862 else
12863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12864 for as_dir in $PATH
12865 do
12866 IFS=$as_save_IFS
12867 test -z "$as_dir" && as_dir=.
12868 for ac_exec_ext in '' $ac_executable_extensions; do
12869 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12870 ac_cv_prog_YACC="$ac_prog"
12871 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12872 break 2
12873 fi
12874 done
12875 done
12876 IFS=$as_save_IFS
12877
12878 fi
12879 fi
12880 YACC=$ac_cv_prog_YACC
12881 if test -n "$YACC"; then
12882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12883 $as_echo "$YACC" >&6; }
12884 else
12885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12886 $as_echo "no" >&6; }
12887 fi
12888
12889
12890 test -n "$YACC" && break
12891 done
12892 test -n "$YACC" || YACC="yacc"
12893
12894 for ac_prog in flex lex
12895 do
12896 # Extract the first word of "$ac_prog", so it can be a program name with args.
12897 set dummy $ac_prog; ac_word=$2
12898 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12899 $as_echo_n "checking for $ac_word... " >&6; }
12900 if ${ac_cv_prog_LEX+:} false; then :
12901 $as_echo_n "(cached) " >&6
12902 else
12903 if test -n "$LEX"; then
12904 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12905 else
12906 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12907 for as_dir in $PATH
12908 do
12909 IFS=$as_save_IFS
12910 test -z "$as_dir" && as_dir=.
12911 for ac_exec_ext in '' $ac_executable_extensions; do
12912 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12913 ac_cv_prog_LEX="$ac_prog"
12914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12915 break 2
12916 fi
12917 done
12918 done
12919 IFS=$as_save_IFS
12920
12921 fi
12922 fi
12923 LEX=$ac_cv_prog_LEX
12924 if test -n "$LEX"; then
12925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12926 $as_echo "$LEX" >&6; }
12927 else
12928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12929 $as_echo "no" >&6; }
12930 fi
12931
12932
12933 test -n "$LEX" && break
12934 done
12935 test -n "$LEX" || LEX=":"
12936
12937 case "$LEX" in
12938 :|*"missing "*) ;;
12939 *) cat >conftest.l <<_ACEOF
12940 %%
12941 a { ECHO; }
12942 b { REJECT; }
12943 c { yymore (); }
12944 d { yyless (1); }
12945 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12946 yyless ((input () != 0)); }
12947 f { unput (yytext[0]); }
12948 . { BEGIN INITIAL; }
12949 %%
12950 #ifdef YYTEXT_POINTER
12951 extern char *yytext;
12952 #endif
12953 int
12954 main (void)
12955 {
12956 return ! yylex () + ! yywrap ();
12957 }
12958 _ACEOF
12959 { { ac_try="$LEX conftest.l"
12960 case "(($ac_try" in
12961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12962 *) ac_try_echo=$ac_try;;
12963 esac
12964 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12965 $as_echo "$ac_try_echo"; } >&5
12966 (eval "$LEX conftest.l") 2>&5
12967 ac_status=$?
12968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12969 test $ac_status = 0; }
12970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12971 $as_echo_n "checking lex output file root... " >&6; }
12972 if ${ac_cv_prog_lex_root+:} false; then :
12973 $as_echo_n "(cached) " >&6
12974 else
12975
12976 if test -f lex.yy.c; then
12977 ac_cv_prog_lex_root=lex.yy
12978 elif test -f lexyy.c; then
12979 ac_cv_prog_lex_root=lexyy
12980 else
12981 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12982 fi
12983 fi
12984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12985 $as_echo "$ac_cv_prog_lex_root" >&6; }
12986 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12987
12988 if test -z "${LEXLIB+set}"; then
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12990 $as_echo_n "checking lex library... " >&6; }
12991 if ${ac_cv_lib_lex+:} false; then :
12992 $as_echo_n "(cached) " >&6
12993 else
12994
12995 ac_save_LIBS=$LIBS
12996 ac_cv_lib_lex='none needed'
12997 for ac_lib in '' -lfl -ll; do
12998 LIBS="$ac_lib $ac_save_LIBS"
12999 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13000 /* end confdefs.h. */
13001 `cat $LEX_OUTPUT_ROOT.c`
13002 _ACEOF
13003 if ac_fn_c_try_link "$LINENO"; then :
13004 ac_cv_lib_lex=$ac_lib
13005 fi
13006 rm -f core conftest.err conftest.$ac_objext \
13007 conftest$ac_exeext conftest.$ac_ext
13008 test "$ac_cv_lib_lex" != 'none needed' && break
13009 done
13010 LIBS=$ac_save_LIBS
13011
13012 fi
13013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13014 $as_echo "$ac_cv_lib_lex" >&6; }
13015 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13016 fi
13017
13018
13019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13020 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13021 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13022 $as_echo_n "(cached) " >&6
13023 else
13024 # POSIX says lex can declare yytext either as a pointer or an array; the
13025 # default is implementation-dependent. Figure out which it is, since
13026 # not all implementations provide the %pointer and %array declarations.
13027 ac_cv_prog_lex_yytext_pointer=no
13028 ac_save_LIBS=$LIBS
13029 LIBS="$LEXLIB $ac_save_LIBS"
13030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13031 /* end confdefs.h. */
13032
13033 #define YYTEXT_POINTER 1
13034 `cat $LEX_OUTPUT_ROOT.c`
13035 _ACEOF
13036 if ac_fn_c_try_link "$LINENO"; then :
13037 ac_cv_prog_lex_yytext_pointer=yes
13038 fi
13039 rm -f core conftest.err conftest.$ac_objext \
13040 conftest$ac_exeext conftest.$ac_ext
13041 LIBS=$ac_save_LIBS
13042
13043 fi
13044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13045 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13046 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13047
13048 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13049
13050 fi
13051 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13052 ;;
13053 esac
13054 if test "$LEX" = :; then
13055 LEX=${am_missing_run}flex
13056 fi
13057
13058 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13059 # If we haven't got the data from the intl directory,
13060 # assume NLS is disabled.
13061 USE_NLS=no
13062 LIBINTL=
13063 LIBINTL_DEP=
13064 INCINTL=
13065 XGETTEXT=
13066 GMSGFMT=
13067 POSUB=
13068
13069 if test -f ../intl/config.intl; then
13070 . ../intl/config.intl
13071 fi
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13073 $as_echo_n "checking whether NLS is requested... " >&6; }
13074 if test x"$USE_NLS" != xyes; then
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13076 $as_echo "no" >&6; }
13077 else
13078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13079 $as_echo "yes" >&6; }
13080
13081 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13082
13083
13084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13085 $as_echo_n "checking for catalogs to be installed... " >&6; }
13086 # Look for .po and .gmo files in the source directory.
13087 CATALOGS=
13088 XLINGUAS=
13089 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13090 # If there aren't any .gmo files the shell will give us the
13091 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13092 # weeded out.
13093 case "$cat" in *\**)
13094 continue;;
13095 esac
13096 # The quadruple backslash is collapsed to a double backslash
13097 # by the backticks, then collapsed again by the double quotes,
13098 # leaving us with one backslash in the sed expression (right
13099 # before the dot that mustn't act as a wildcard).
13100 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13101 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13102 # The user is allowed to set LINGUAS to a list of languages to
13103 # install catalogs for. If it's empty that means "all of them."
13104 if test "x$LINGUAS" = x; then
13105 CATALOGS="$CATALOGS $cat"
13106 XLINGUAS="$XLINGUAS $lang"
13107 else
13108 case "$LINGUAS" in *$lang*)
13109 CATALOGS="$CATALOGS $cat"
13110 XLINGUAS="$XLINGUAS $lang"
13111 ;;
13112 esac
13113 fi
13114 done
13115 LINGUAS="$XLINGUAS"
13116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13117 $as_echo "$LINGUAS" >&6; }
13118
13119
13120 DATADIRNAME=share
13121
13122 INSTOBJEXT=.mo
13123
13124 GENCAT=gencat
13125
13126 CATOBJEXT=.gmo
13127
13128 fi
13129
13130 MKINSTALLDIRS=
13131 if test -n "$ac_aux_dir"; then
13132 case "$ac_aux_dir" in
13133 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13134 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13135 esac
13136 fi
13137 if test -z "$MKINSTALLDIRS"; then
13138 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13139 fi
13140
13141
13142
13143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13144 $as_echo_n "checking whether NLS is requested... " >&6; }
13145 # Check whether --enable-nls was given.
13146 if test "${enable_nls+set}" = set; then :
13147 enableval=$enable_nls; USE_NLS=$enableval
13148 else
13149 USE_NLS=yes
13150 fi
13151
13152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13153 $as_echo "$USE_NLS" >&6; }
13154
13155
13156
13157
13158
13159
13160 # Prepare PATH_SEPARATOR.
13161 # The user is always right.
13162 if test "${PATH_SEPARATOR+set}" != set; then
13163 echo "#! /bin/sh" >conf$$.sh
13164 echo "exit 0" >>conf$$.sh
13165 chmod +x conf$$.sh
13166 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13167 PATH_SEPARATOR=';'
13168 else
13169 PATH_SEPARATOR=:
13170 fi
13171 rm -f conf$$.sh
13172 fi
13173
13174 # Find out how to test for executable files. Don't use a zero-byte file,
13175 # as systems may use methods other than mode bits to determine executability.
13176 cat >conf$$.file <<_ASEOF
13177 #! /bin/sh
13178 exit 0
13179 _ASEOF
13180 chmod +x conf$$.file
13181 if test -x conf$$.file >/dev/null 2>&1; then
13182 ac_executable_p="test -x"
13183 else
13184 ac_executable_p="test -f"
13185 fi
13186 rm -f conf$$.file
13187
13188 # Extract the first word of "msgfmt", so it can be a program name with args.
13189 set dummy msgfmt; ac_word=$2
13190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13191 $as_echo_n "checking for $ac_word... " >&6; }
13192 if ${ac_cv_path_MSGFMT+:} false; then :
13193 $as_echo_n "(cached) " >&6
13194 else
13195 case "$MSGFMT" in
13196 [\\/]* | ?:[\\/]*)
13197 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13198 ;;
13199 *)
13200 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13201 for ac_dir in $PATH; do
13202 IFS="$ac_save_IFS"
13203 test -z "$ac_dir" && ac_dir=.
13204 for ac_exec_ext in '' $ac_executable_extensions; do
13205 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13206 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13207 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13208 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13209 break 2
13210 fi
13211 fi
13212 done
13213 done
13214 IFS="$ac_save_IFS"
13215 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13216 ;;
13217 esac
13218 fi
13219 MSGFMT="$ac_cv_path_MSGFMT"
13220 if test "$MSGFMT" != ":"; then
13221 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13222 $as_echo "$MSGFMT" >&6; }
13223 else
13224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13225 $as_echo "no" >&6; }
13226 fi
13227
13228 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13229 set dummy gmsgfmt; ac_word=$2
13230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13231 $as_echo_n "checking for $ac_word... " >&6; }
13232 if ${ac_cv_path_GMSGFMT+:} false; then :
13233 $as_echo_n "(cached) " >&6
13234 else
13235 case $GMSGFMT in
13236 [\\/]* | ?:[\\/]*)
13237 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13238 ;;
13239 *)
13240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13241 for as_dir in $PATH
13242 do
13243 IFS=$as_save_IFS
13244 test -z "$as_dir" && as_dir=.
13245 for ac_exec_ext in '' $ac_executable_extensions; do
13246 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13247 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13248 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13249 break 2
13250 fi
13251 done
13252 done
13253 IFS=$as_save_IFS
13254
13255 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13256 ;;
13257 esac
13258 fi
13259 GMSGFMT=$ac_cv_path_GMSGFMT
13260 if test -n "$GMSGFMT"; then
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13262 $as_echo "$GMSGFMT" >&6; }
13263 else
13264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13265 $as_echo "no" >&6; }
13266 fi
13267
13268
13269
13270
13271 # Prepare PATH_SEPARATOR.
13272 # The user is always right.
13273 if test "${PATH_SEPARATOR+set}" != set; then
13274 echo "#! /bin/sh" >conf$$.sh
13275 echo "exit 0" >>conf$$.sh
13276 chmod +x conf$$.sh
13277 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13278 PATH_SEPARATOR=';'
13279 else
13280 PATH_SEPARATOR=:
13281 fi
13282 rm -f conf$$.sh
13283 fi
13284
13285 # Find out how to test for executable files. Don't use a zero-byte file,
13286 # as systems may use methods other than mode bits to determine executability.
13287 cat >conf$$.file <<_ASEOF
13288 #! /bin/sh
13289 exit 0
13290 _ASEOF
13291 chmod +x conf$$.file
13292 if test -x conf$$.file >/dev/null 2>&1; then
13293 ac_executable_p="test -x"
13294 else
13295 ac_executable_p="test -f"
13296 fi
13297 rm -f conf$$.file
13298
13299 # Extract the first word of "xgettext", so it can be a program name with args.
13300 set dummy xgettext; ac_word=$2
13301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13302 $as_echo_n "checking for $ac_word... " >&6; }
13303 if ${ac_cv_path_XGETTEXT+:} false; then :
13304 $as_echo_n "(cached) " >&6
13305 else
13306 case "$XGETTEXT" in
13307 [\\/]* | ?:[\\/]*)
13308 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13309 ;;
13310 *)
13311 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13312 for ac_dir in $PATH; do
13313 IFS="$ac_save_IFS"
13314 test -z "$ac_dir" && ac_dir=.
13315 for ac_exec_ext in '' $ac_executable_extensions; do
13316 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13317 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13318 (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
13319 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13320 break 2
13321 fi
13322 fi
13323 done
13324 done
13325 IFS="$ac_save_IFS"
13326 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13327 ;;
13328 esac
13329 fi
13330 XGETTEXT="$ac_cv_path_XGETTEXT"
13331 if test "$XGETTEXT" != ":"; then
13332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13333 $as_echo "$XGETTEXT" >&6; }
13334 else
13335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13336 $as_echo "no" >&6; }
13337 fi
13338
13339 rm -f messages.po
13340
13341
13342 # Prepare PATH_SEPARATOR.
13343 # The user is always right.
13344 if test "${PATH_SEPARATOR+set}" != set; then
13345 echo "#! /bin/sh" >conf$$.sh
13346 echo "exit 0" >>conf$$.sh
13347 chmod +x conf$$.sh
13348 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13349 PATH_SEPARATOR=';'
13350 else
13351 PATH_SEPARATOR=:
13352 fi
13353 rm -f conf$$.sh
13354 fi
13355
13356 # Find out how to test for executable files. Don't use a zero-byte file,
13357 # as systems may use methods other than mode bits to determine executability.
13358 cat >conf$$.file <<_ASEOF
13359 #! /bin/sh
13360 exit 0
13361 _ASEOF
13362 chmod +x conf$$.file
13363 if test -x conf$$.file >/dev/null 2>&1; then
13364 ac_executable_p="test -x"
13365 else
13366 ac_executable_p="test -f"
13367 fi
13368 rm -f conf$$.file
13369
13370 # Extract the first word of "msgmerge", so it can be a program name with args.
13371 set dummy msgmerge; ac_word=$2
13372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13373 $as_echo_n "checking for $ac_word... " >&6; }
13374 if ${ac_cv_path_MSGMERGE+:} false; then :
13375 $as_echo_n "(cached) " >&6
13376 else
13377 case "$MSGMERGE" in
13378 [\\/]* | ?:[\\/]*)
13379 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13380 ;;
13381 *)
13382 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13383 for ac_dir in $PATH; do
13384 IFS="$ac_save_IFS"
13385 test -z "$ac_dir" && ac_dir=.
13386 for ac_exec_ext in '' $ac_executable_extensions; do
13387 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13388 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13389 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13390 break 2
13391 fi
13392 fi
13393 done
13394 done
13395 IFS="$ac_save_IFS"
13396 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13397 ;;
13398 esac
13399 fi
13400 MSGMERGE="$ac_cv_path_MSGMERGE"
13401 if test "$MSGMERGE" != ":"; then
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13403 $as_echo "$MSGMERGE" >&6; }
13404 else
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13406 $as_echo "no" >&6; }
13407 fi
13408
13409
13410 if test "$GMSGFMT" != ":"; then
13411 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13412 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13413 : ;
13414 else
13415 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13417 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13418 GMSGFMT=":"
13419 fi
13420 fi
13421
13422 if test "$XGETTEXT" != ":"; then
13423 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13424 (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
13425 : ;
13426 else
13427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13428 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13429 XGETTEXT=":"
13430 fi
13431 rm -f messages.po
13432 fi
13433
13434 ac_config_commands="$ac_config_commands default-1"
13435
13436
13437
13438
13439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13440 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13441 # Check whether --enable-maintainer-mode was given.
13442 if test "${enable_maintainer_mode+set}" = set; then :
13443 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13444 else
13445 USE_MAINTAINER_MODE=no
13446 fi
13447
13448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13449 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13450 if test $USE_MAINTAINER_MODE = yes; then
13451 MAINTAINER_MODE_TRUE=
13452 MAINTAINER_MODE_FALSE='#'
13453 else
13454 MAINTAINER_MODE_TRUE='#'
13455 MAINTAINER_MODE_FALSE=
13456 fi
13457
13458 MAINT=$MAINTAINER_MODE_TRUE
13459
13460
13461 if false; then
13462 GENINSRC_NEVER_TRUE=
13463 GENINSRC_NEVER_FALSE='#'
13464 else
13465 GENINSRC_NEVER_TRUE='#'
13466 GENINSRC_NEVER_FALSE=
13467 fi
13468
13469
13470
13471 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13472 do :
13473 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13474 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13475 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13476 cat >>confdefs.h <<_ACEOF
13477 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13478 _ACEOF
13479
13480 fi
13481
13482 done
13483
13484
13485 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13486 # people who are not cross-compiling but are compiling cross-assemblers.
13487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13488 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13489 if test "${host}" = "${target}"; then
13490 cross_gas=no
13491 else
13492 cross_gas=yes
13493
13494 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13495
13496 fi
13497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13498 $as_echo "$cross_gas" >&6; }
13499
13500 for ac_func in strsignal
13501 do :
13502 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13503 if test "x$ac_cv_func_strsignal" = xyes; then :
13504 cat >>confdefs.h <<_ACEOF
13505 #define HAVE_STRSIGNAL 1
13506 _ACEOF
13507
13508 fi
13509 done
13510
13511
13512
13513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13514 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13515 if ${am_cv_val_LC_MESSAGES+:} false; then :
13516 $as_echo_n "(cached) " >&6
13517 else
13518 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13519 /* end confdefs.h. */
13520 #include <locale.h>
13521 int
13522 main ()
13523 {
13524 return LC_MESSAGES
13525 ;
13526 return 0;
13527 }
13528 _ACEOF
13529 if ac_fn_c_try_link "$LINENO"; then :
13530 am_cv_val_LC_MESSAGES=yes
13531 else
13532 am_cv_val_LC_MESSAGES=no
13533 fi
13534 rm -f core conftest.err conftest.$ac_objext \
13535 conftest$ac_exeext conftest.$ac_ext
13536 fi
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13538 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13539 if test $am_cv_val_LC_MESSAGES = yes; then
13540
13541 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13542
13543 fi
13544
13545
13546 # do we need the math library?
13547 case "${need_libm}" in
13548 yes)
13549 LIBM=
13550 case $host in
13551 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13552 # These system don't have libm, or don't need it
13553 ;;
13554 *-ncr-sysv4.3*)
13555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13556 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13557 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13558 $as_echo_n "(cached) " >&6
13559 else
13560 ac_check_lib_save_LIBS=$LIBS
13561 LIBS="-lmw $LIBS"
13562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13563 /* end confdefs.h. */
13564
13565 /* Override any GCC internal prototype to avoid an error.
13566 Use char because int might match the return type of a GCC
13567 builtin and then its argument prototype would still apply. */
13568 #ifdef __cplusplus
13569 extern "C"
13570 #endif
13571 char _mwvalidcheckl ();
13572 int
13573 main ()
13574 {
13575 return _mwvalidcheckl ();
13576 ;
13577 return 0;
13578 }
13579 _ACEOF
13580 if ac_fn_c_try_link "$LINENO"; then :
13581 ac_cv_lib_mw__mwvalidcheckl=yes
13582 else
13583 ac_cv_lib_mw__mwvalidcheckl=no
13584 fi
13585 rm -f core conftest.err conftest.$ac_objext \
13586 conftest$ac_exeext conftest.$ac_ext
13587 LIBS=$ac_check_lib_save_LIBS
13588 fi
13589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13590 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13591 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13592 LIBM="-lmw"
13593 fi
13594
13595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13596 $as_echo_n "checking for cos in -lm... " >&6; }
13597 if ${ac_cv_lib_m_cos+:} false; then :
13598 $as_echo_n "(cached) " >&6
13599 else
13600 ac_check_lib_save_LIBS=$LIBS
13601 LIBS="-lm $LIBS"
13602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13603 /* end confdefs.h. */
13604
13605 /* Override any GCC internal prototype to avoid an error.
13606 Use char because int might match the return type of a GCC
13607 builtin and then its argument prototype would still apply. */
13608 #ifdef __cplusplus
13609 extern "C"
13610 #endif
13611 char cos ();
13612 int
13613 main ()
13614 {
13615 return cos ();
13616 ;
13617 return 0;
13618 }
13619 _ACEOF
13620 if ac_fn_c_try_link "$LINENO"; then :
13621 ac_cv_lib_m_cos=yes
13622 else
13623 ac_cv_lib_m_cos=no
13624 fi
13625 rm -f core conftest.err conftest.$ac_objext \
13626 conftest$ac_exeext conftest.$ac_ext
13627 LIBS=$ac_check_lib_save_LIBS
13628 fi
13629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13630 $as_echo "$ac_cv_lib_m_cos" >&6; }
13631 if test "x$ac_cv_lib_m_cos" = xyes; then :
13632 LIBM="$LIBM -lm"
13633 fi
13634
13635 ;;
13636 *)
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13638 $as_echo_n "checking for cos in -lm... " >&6; }
13639 if ${ac_cv_lib_m_cos+:} false; then :
13640 $as_echo_n "(cached) " >&6
13641 else
13642 ac_check_lib_save_LIBS=$LIBS
13643 LIBS="-lm $LIBS"
13644 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13645 /* end confdefs.h. */
13646
13647 /* Override any GCC internal prototype to avoid an error.
13648 Use char because int might match the return type of a GCC
13649 builtin and then its argument prototype would still apply. */
13650 #ifdef __cplusplus
13651 extern "C"
13652 #endif
13653 char cos ();
13654 int
13655 main ()
13656 {
13657 return cos ();
13658 ;
13659 return 0;
13660 }
13661 _ACEOF
13662 if ac_fn_c_try_link "$LINENO"; then :
13663 ac_cv_lib_m_cos=yes
13664 else
13665 ac_cv_lib_m_cos=no
13666 fi
13667 rm -f core conftest.err conftest.$ac_objext \
13668 conftest$ac_exeext conftest.$ac_ext
13669 LIBS=$ac_check_lib_save_LIBS
13670 fi
13671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13672 $as_echo "$ac_cv_lib_m_cos" >&6; }
13673 if test "x$ac_cv_lib_m_cos" = xyes; then :
13674 LIBM="-lm"
13675 fi
13676
13677 ;;
13678 esac
13679
13680
13681
13682 ;;
13683 esac
13684
13685 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13686 # enough, but on some of those systems, the assert macro relies on requoting
13687 # working properly!
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13689 $as_echo_n "checking for working assert macro... " >&6; }
13690 if ${gas_cv_assert_ok+:} false; then :
13691 $as_echo_n "(cached) " >&6
13692 else
13693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13694 /* end confdefs.h. */
13695 #include <assert.h>
13696 #include <stdio.h>
13697 int
13698 main ()
13699 {
13700
13701 /* check for requoting problems */
13702 static int a, b, c, d;
13703 static char *s;
13704 assert (!strcmp(s, "foo bar baz quux"));
13705 /* check for newline handling */
13706 assert (a == b
13707 || c == d);
13708
13709 ;
13710 return 0;
13711 }
13712 _ACEOF
13713 if ac_fn_c_try_link "$LINENO"; then :
13714 gas_cv_assert_ok=yes
13715 else
13716 gas_cv_assert_ok=no
13717 fi
13718 rm -f core conftest.err conftest.$ac_objext \
13719 conftest$ac_exeext conftest.$ac_ext
13720 fi
13721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13722 $as_echo "$gas_cv_assert_ok" >&6; }
13723 test $gas_cv_assert_ok = yes ||
13724 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13725
13726
13727
13728 # On some systems, the system header files may not declare malloc, realloc,
13729 # and free. There are places where gas needs these functions to have been
13730 # declared -- such as when taking their addresses.
13731 gas_test_headers="
13732 #ifdef HAVE_MEMORY_H
13733 #include <memory.h>
13734 #endif
13735 #include <string.h>
13736 #include <stdlib.h>
13737 #ifdef HAVE_UNISTD_H
13738 #include <unistd.h>
13739 #endif
13740 "
13741
13742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13743 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13744 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13745 $as_echo_n "(cached) " >&6
13746 else
13747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13748 /* end confdefs.h. */
13749 #include <unistd.h>
13750 int
13751 main ()
13752 {
13753 extern int getopt (int, char *const*, const char *);
13754 ;
13755 return 0;
13756 }
13757 _ACEOF
13758 if ac_fn_c_try_compile "$LINENO"; then :
13759 gas_cv_decl_getopt_unistd_h=yes
13760 else
13761 gas_cv_decl_getopt_unistd_h=no
13762 fi
13763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13764 fi
13765
13766 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13767 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13768 if test $gas_cv_decl_getopt_unistd_h = yes; then
13769
13770 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13771
13772 fi
13773
13774
13775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13776 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13777 if ${gas_cv_decl_needed_environ+:} false; then :
13778 $as_echo_n "(cached) " >&6
13779 else
13780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13781 /* end confdefs.h. */
13782 $gas_test_headers
13783 int
13784 main ()
13785 {
13786
13787 typedef char **f;
13788 f x;
13789 x = (f) environ;
13790
13791 ;
13792 return 0;
13793 }
13794 _ACEOF
13795 if ac_fn_c_try_link "$LINENO"; then :
13796 gas_cv_decl_needed_environ=no
13797 else
13798 gas_cv_decl_needed_environ=yes
13799 fi
13800 rm -f core conftest.err conftest.$ac_objext \
13801 conftest$ac_exeext conftest.$ac_ext
13802 fi
13803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13804 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13805 if test $gas_cv_decl_needed_environ = yes; then
13806
13807 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13808
13809 fi
13810
13811
13812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13813 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13814 if ${gas_cv_decl_needed_ffs+:} false; then :
13815 $as_echo_n "(cached) " >&6
13816 else
13817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13818 /* end confdefs.h. */
13819 $gas_test_headers
13820 int
13821 main ()
13822 {
13823
13824 typedef int (*f)(int);
13825 f x;
13826 x = (f) ffs;
13827
13828 ;
13829 return 0;
13830 }
13831 _ACEOF
13832 if ac_fn_c_try_link "$LINENO"; then :
13833 gas_cv_decl_needed_ffs=no
13834 else
13835 gas_cv_decl_needed_ffs=yes
13836 fi
13837 rm -f core conftest.err conftest.$ac_objext \
13838 conftest$ac_exeext conftest.$ac_ext
13839 fi
13840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13841 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13842 if test $gas_cv_decl_needed_ffs = yes; then
13843
13844 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13845
13846 fi
13847
13848
13849 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13850 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13851 ac_have_decl=1
13852 else
13853 ac_have_decl=0
13854 fi
13855
13856 cat >>confdefs.h <<_ACEOF
13857 #define HAVE_DECL_ASPRINTF $ac_have_decl
13858 _ACEOF
13859 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13860 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13861 ac_have_decl=1
13862 else
13863 ac_have_decl=0
13864 fi
13865
13866 cat >>confdefs.h <<_ACEOF
13867 #define HAVE_DECL_MEMPCPY $ac_have_decl
13868 _ACEOF
13869 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13870 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13871 ac_have_decl=1
13872 else
13873 ac_have_decl=0
13874 fi
13875
13876 cat >>confdefs.h <<_ACEOF
13877 #define HAVE_DECL_STPCPY $ac_have_decl
13878 _ACEOF
13879
13880
13881
13882 case "${host}" in
13883 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13884
13885 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13886 ;;
13887 esac
13888
13889 # Link in zlib if we can. This allows us to write compressed debug sections.
13890
13891 # Use the system's zlib library.
13892 zlibdir="-L\$(top_builddir)/../zlib"
13893 zlibinc="-I\$(top_srcdir)/../zlib"
13894
13895 # Check whether --with-system-zlib was given.
13896 if test "${with_system_zlib+set}" = set; then :
13897 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13898 zlibdir=
13899 zlibinc=
13900 fi
13901
13902 fi
13903
13904
13905
13906
13907
13908 # Support for VMS timestamps via cross compile
13909
13910 if test "$ac_cv_header_time_h" = yes; then
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13912 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13913 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
13914 $as_echo_n "(cached) " >&6
13915 else
13916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13917 /* end confdefs.h. */
13918
13919 #define _BSD_SOURCE 1
13920 #include <time.h>
13921 int
13922 main ()
13923 {
13924 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13925 ;
13926 return 0;
13927 }
13928 _ACEOF
13929 if ac_fn_c_try_compile "$LINENO"; then :
13930 gas_cv_have_time_type_member_tm_gmtoff=yes
13931 else
13932 gas_cv_have_time_type_member_tm_gmtoff=no
13933
13934 fi
13935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13936 fi
13937
13938 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13939
13940 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13941
13942 fi
13943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13944 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13945
13946 fi
13947
13948 if test "$ac_cv_header_sys_stat_h" = yes; then
13949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
13950 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
13951 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
13952 $as_echo_n "(cached) " >&6
13953 else
13954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13955 /* end confdefs.h. */
13956
13957 #define _BSD_SOURCE 1
13958 #include <sys/stat.h>
13959 int
13960 main ()
13961 {
13962 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
13963 ;
13964 return 0;
13965 }
13966 _ACEOF
13967 if ac_fn_c_try_compile "$LINENO"; then :
13968 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
13969 else
13970 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
13971
13972 fi
13973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13974 fi
13975
13976 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
13977
13978 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
13979
13980 fi
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
13982 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
13983
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
13985 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
13986 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
13987 $as_echo_n "(cached) " >&6
13988 else
13989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13990 /* end confdefs.h. */
13991
13992 #define _BSD_SOURCE 1
13993 #include <sys/stat.h>
13994 int
13995 main ()
13996 {
13997 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
13998 ;
13999 return 0;
14000 }
14001 _ACEOF
14002 if ac_fn_c_try_compile "$LINENO"; then :
14003 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14004 else
14005 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14006
14007 fi
14008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14009 fi
14010
14011 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14012
14013 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14014
14015 fi
14016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14017 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14018
14019 fi
14020
14021
14022
14023
14024
14025
14026
14027
14028
14029 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14030
14031 ac_config_commands="$ac_config_commands default"
14032
14033
14034 cat >confcache <<\_ACEOF
14035 # This file is a shell script that caches the results of configure
14036 # tests run on this system so they can be shared between configure
14037 # scripts and configure runs, see configure's option --config-cache.
14038 # It is not useful on other systems. If it contains results you don't
14039 # want to keep, you may remove or edit it.
14040 #
14041 # config.status only pays attention to the cache file if you give it
14042 # the --recheck option to rerun configure.
14043 #
14044 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14045 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14046 # following values.
14047
14048 _ACEOF
14049
14050 # The following way of writing the cache mishandles newlines in values,
14051 # but we know of no workaround that is simple, portable, and efficient.
14052 # So, we kill variables containing newlines.
14053 # Ultrix sh set writes to stderr and can't be redirected directly,
14054 # and sets the high bit in the cache file unless we assign to the vars.
14055 (
14056 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14057 eval ac_val=\$$ac_var
14058 case $ac_val in #(
14059 *${as_nl}*)
14060 case $ac_var in #(
14061 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14062 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14063 esac
14064 case $ac_var in #(
14065 _ | IFS | as_nl) ;; #(
14066 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14067 *) { eval $ac_var=; unset $ac_var;} ;;
14068 esac ;;
14069 esac
14070 done
14071
14072 (set) 2>&1 |
14073 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14074 *${as_nl}ac_space=\ *)
14075 # `set' does not quote correctly, so add quotes: double-quote
14076 # substitution turns \\\\ into \\, and sed turns \\ into \.
14077 sed -n \
14078 "s/'/'\\\\''/g;
14079 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14080 ;; #(
14081 *)
14082 # `set' quotes correctly as required by POSIX, so do not add quotes.
14083 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14084 ;;
14085 esac |
14086 sort
14087 ) |
14088 sed '
14089 /^ac_cv_env_/b end
14090 t clear
14091 :clear
14092 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14093 t end
14094 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14095 :end' >>confcache
14096 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14097 if test -w "$cache_file"; then
14098 if test "x$cache_file" != "x/dev/null"; then
14099 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14100 $as_echo "$as_me: updating cache $cache_file" >&6;}
14101 if test ! -f "$cache_file" || test -h "$cache_file"; then
14102 cat confcache >"$cache_file"
14103 else
14104 case $cache_file in #(
14105 */* | ?:*)
14106 mv -f confcache "$cache_file"$$ &&
14107 mv -f "$cache_file"$$ "$cache_file" ;; #(
14108 *)
14109 mv -f confcache "$cache_file" ;;
14110 esac
14111 fi
14112 fi
14113 else
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14115 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14116 fi
14117 fi
14118 rm -f confcache
14119
14120 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14121 # Let make expand exec_prefix.
14122 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14123
14124 DEFS=-DHAVE_CONFIG_H
14125
14126 ac_libobjs=
14127 ac_ltlibobjs=
14128 U=
14129 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14130 # 1. Remove the extension, and $U if already installed.
14131 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14132 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14133 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14134 # will be set to the directory where LIBOBJS objects are built.
14135 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14136 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14137 done
14138 LIBOBJS=$ac_libobjs
14139
14140 LTLIBOBJS=$ac_ltlibobjs
14141
14142
14143 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14144 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14145 if test -n "$am_sleep_pid"; then
14146 # Hide warnings about reused PIDs.
14147 wait $am_sleep_pid 2>/dev/null
14148 fi
14149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14150 $as_echo "done" >&6; }
14151 if test -n "$EXEEXT"; then
14152 am__EXEEXT_TRUE=
14153 am__EXEEXT_FALSE='#'
14154 else
14155 am__EXEEXT_TRUE='#'
14156 am__EXEEXT_FALSE=
14157 fi
14158
14159 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14160 as_fn_error $? "conditional \"AMDEP\" was never defined.
14161 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14162 fi
14163 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14164 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14165 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14166 fi
14167
14168 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14169 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14170 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14171 fi
14172 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14173 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14174 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14175 fi
14176
14177 : "${CONFIG_STATUS=./config.status}"
14178 ac_write_fail=0
14179 ac_clean_files_save=$ac_clean_files
14180 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14181 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14182 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14183 as_write_fail=0
14184 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14185 #! $SHELL
14186 # Generated by $as_me.
14187 # Run this file to recreate the current configuration.
14188 # Compiler output produced by configure, useful for debugging
14189 # configure, is in config.log if it exists.
14190
14191 debug=false
14192 ac_cs_recheck=false
14193 ac_cs_silent=false
14194
14195 SHELL=\${CONFIG_SHELL-$SHELL}
14196 export SHELL
14197 _ASEOF
14198 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14199 ## -------------------- ##
14200 ## M4sh Initialization. ##
14201 ## -------------------- ##
14202
14203 # Be more Bourne compatible
14204 DUALCASE=1; export DUALCASE # for MKS sh
14205 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14206 emulate sh
14207 NULLCMD=:
14208 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14209 # is contrary to our usage. Disable this feature.
14210 alias -g '${1+"$@"}'='"$@"'
14211 setopt NO_GLOB_SUBST
14212 else
14213 case `(set -o) 2>/dev/null` in #(
14214 *posix*) :
14215 set -o posix ;; #(
14216 *) :
14217 ;;
14218 esac
14219 fi
14220
14221
14222 as_nl='
14223 '
14224 export as_nl
14225 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14226 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14227 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14228 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14229 # Prefer a ksh shell builtin over an external printf program on Solaris,
14230 # but without wasting forks for bash or zsh.
14231 if test -z "$BASH_VERSION$ZSH_VERSION" \
14232 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14233 as_echo='print -r --'
14234 as_echo_n='print -rn --'
14235 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14236 as_echo='printf %s\n'
14237 as_echo_n='printf %s'
14238 else
14239 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14240 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14241 as_echo_n='/usr/ucb/echo -n'
14242 else
14243 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14244 as_echo_n_body='eval
14245 arg=$1;
14246 case $arg in #(
14247 *"$as_nl"*)
14248 expr "X$arg" : "X\\(.*\\)$as_nl";
14249 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14250 esac;
14251 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14252 '
14253 export as_echo_n_body
14254 as_echo_n='sh -c $as_echo_n_body as_echo'
14255 fi
14256 export as_echo_body
14257 as_echo='sh -c $as_echo_body as_echo'
14258 fi
14259
14260 # The user is always right.
14261 if test "${PATH_SEPARATOR+set}" != set; then
14262 PATH_SEPARATOR=:
14263 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14264 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14265 PATH_SEPARATOR=';'
14266 }
14267 fi
14268
14269
14270 # IFS
14271 # We need space, tab and new line, in precisely that order. Quoting is
14272 # there to prevent editors from complaining about space-tab.
14273 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14274 # splitting by setting IFS to empty value.)
14275 IFS=" "" $as_nl"
14276
14277 # Find who we are. Look in the path if we contain no directory separator.
14278 as_myself=
14279 case $0 in #((
14280 *[\\/]* ) as_myself=$0 ;;
14281 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14282 for as_dir in $PATH
14283 do
14284 IFS=$as_save_IFS
14285 test -z "$as_dir" && as_dir=.
14286 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14287 done
14288 IFS=$as_save_IFS
14289
14290 ;;
14291 esac
14292 # We did not find ourselves, most probably we were run as `sh COMMAND'
14293 # in which case we are not to be found in the path.
14294 if test "x$as_myself" = x; then
14295 as_myself=$0
14296 fi
14297 if test ! -f "$as_myself"; then
14298 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14299 exit 1
14300 fi
14301
14302 # Unset variables that we do not need and which cause bugs (e.g. in
14303 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14304 # suppresses any "Segmentation fault" message there. '((' could
14305 # trigger a bug in pdksh 5.2.14.
14306 for as_var in BASH_ENV ENV MAIL MAILPATH
14307 do eval test x\${$as_var+set} = xset \
14308 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14309 done
14310 PS1='$ '
14311 PS2='> '
14312 PS4='+ '
14313
14314 # NLS nuisances.
14315 LC_ALL=C
14316 export LC_ALL
14317 LANGUAGE=C
14318 export LANGUAGE
14319
14320 # CDPATH.
14321 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14322
14323
14324 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14325 # ----------------------------------------
14326 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14327 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14328 # script with STATUS, using 1 if that was 0.
14329 as_fn_error ()
14330 {
14331 as_status=$1; test $as_status -eq 0 && as_status=1
14332 if test "$4"; then
14333 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14334 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14335 fi
14336 $as_echo "$as_me: error: $2" >&2
14337 as_fn_exit $as_status
14338 } # as_fn_error
14339
14340
14341 # as_fn_set_status STATUS
14342 # -----------------------
14343 # Set $? to STATUS, without forking.
14344 as_fn_set_status ()
14345 {
14346 return $1
14347 } # as_fn_set_status
14348
14349 # as_fn_exit STATUS
14350 # -----------------
14351 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14352 as_fn_exit ()
14353 {
14354 set +e
14355 as_fn_set_status $1
14356 exit $1
14357 } # as_fn_exit
14358
14359 # as_fn_unset VAR
14360 # ---------------
14361 # Portably unset VAR.
14362 as_fn_unset ()
14363 {
14364 { eval $1=; unset $1;}
14365 }
14366 as_unset=as_fn_unset
14367 # as_fn_append VAR VALUE
14368 # ----------------------
14369 # Append the text in VALUE to the end of the definition contained in VAR. Take
14370 # advantage of any shell optimizations that allow amortized linear growth over
14371 # repeated appends, instead of the typical quadratic growth present in naive
14372 # implementations.
14373 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14374 eval 'as_fn_append ()
14375 {
14376 eval $1+=\$2
14377 }'
14378 else
14379 as_fn_append ()
14380 {
14381 eval $1=\$$1\$2
14382 }
14383 fi # as_fn_append
14384
14385 # as_fn_arith ARG...
14386 # ------------------
14387 # Perform arithmetic evaluation on the ARGs, and store the result in the
14388 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14389 # must be portable across $(()) and expr.
14390 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14391 eval 'as_fn_arith ()
14392 {
14393 as_val=$(( $* ))
14394 }'
14395 else
14396 as_fn_arith ()
14397 {
14398 as_val=`expr "$@" || test $? -eq 1`
14399 }
14400 fi # as_fn_arith
14401
14402
14403 if expr a : '\(a\)' >/dev/null 2>&1 &&
14404 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14405 as_expr=expr
14406 else
14407 as_expr=false
14408 fi
14409
14410 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14411 as_basename=basename
14412 else
14413 as_basename=false
14414 fi
14415
14416 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14417 as_dirname=dirname
14418 else
14419 as_dirname=false
14420 fi
14421
14422 as_me=`$as_basename -- "$0" ||
14423 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14424 X"$0" : 'X\(//\)$' \| \
14425 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14426 $as_echo X/"$0" |
14427 sed '/^.*\/\([^/][^/]*\)\/*$/{
14428 s//\1/
14429 q
14430 }
14431 /^X\/\(\/\/\)$/{
14432 s//\1/
14433 q
14434 }
14435 /^X\/\(\/\).*/{
14436 s//\1/
14437 q
14438 }
14439 s/.*/./; q'`
14440
14441 # Avoid depending upon Character Ranges.
14442 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14443 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14444 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14445 as_cr_digits='0123456789'
14446 as_cr_alnum=$as_cr_Letters$as_cr_digits
14447
14448 ECHO_C= ECHO_N= ECHO_T=
14449 case `echo -n x` in #(((((
14450 -n*)
14451 case `echo 'xy\c'` in
14452 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14453 xy) ECHO_C='\c';;
14454 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14455 ECHO_T=' ';;
14456 esac;;
14457 *)
14458 ECHO_N='-n';;
14459 esac
14460
14461 rm -f conf$$ conf$$.exe conf$$.file
14462 if test -d conf$$.dir; then
14463 rm -f conf$$.dir/conf$$.file
14464 else
14465 rm -f conf$$.dir
14466 mkdir conf$$.dir 2>/dev/null
14467 fi
14468 if (echo >conf$$.file) 2>/dev/null; then
14469 if ln -s conf$$.file conf$$ 2>/dev/null; then
14470 as_ln_s='ln -s'
14471 # ... but there are two gotchas:
14472 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14473 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14474 # In both cases, we have to default to `cp -pR'.
14475 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14476 as_ln_s='cp -pR'
14477 elif ln conf$$.file conf$$ 2>/dev/null; then
14478 as_ln_s=ln
14479 else
14480 as_ln_s='cp -pR'
14481 fi
14482 else
14483 as_ln_s='cp -pR'
14484 fi
14485 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14486 rmdir conf$$.dir 2>/dev/null
14487
14488
14489 # as_fn_mkdir_p
14490 # -------------
14491 # Create "$as_dir" as a directory, including parents if necessary.
14492 as_fn_mkdir_p ()
14493 {
14494
14495 case $as_dir in #(
14496 -*) as_dir=./$as_dir;;
14497 esac
14498 test -d "$as_dir" || eval $as_mkdir_p || {
14499 as_dirs=
14500 while :; do
14501 case $as_dir in #(
14502 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14503 *) as_qdir=$as_dir;;
14504 esac
14505 as_dirs="'$as_qdir' $as_dirs"
14506 as_dir=`$as_dirname -- "$as_dir" ||
14507 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14508 X"$as_dir" : 'X\(//\)[^/]' \| \
14509 X"$as_dir" : 'X\(//\)$' \| \
14510 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14511 $as_echo X"$as_dir" |
14512 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14513 s//\1/
14514 q
14515 }
14516 /^X\(\/\/\)[^/].*/{
14517 s//\1/
14518 q
14519 }
14520 /^X\(\/\/\)$/{
14521 s//\1/
14522 q
14523 }
14524 /^X\(\/\).*/{
14525 s//\1/
14526 q
14527 }
14528 s/.*/./; q'`
14529 test -d "$as_dir" && break
14530 done
14531 test -z "$as_dirs" || eval "mkdir $as_dirs"
14532 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14533
14534
14535 } # as_fn_mkdir_p
14536 if mkdir -p . 2>/dev/null; then
14537 as_mkdir_p='mkdir -p "$as_dir"'
14538 else
14539 test -d ./-p && rmdir ./-p
14540 as_mkdir_p=false
14541 fi
14542
14543
14544 # as_fn_executable_p FILE
14545 # -----------------------
14546 # Test if FILE is an executable regular file.
14547 as_fn_executable_p ()
14548 {
14549 test -f "$1" && test -x "$1"
14550 } # as_fn_executable_p
14551 as_test_x='test -x'
14552 as_executable_p=as_fn_executable_p
14553
14554 # Sed expression to map a string onto a valid CPP name.
14555 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14556
14557 # Sed expression to map a string onto a valid variable name.
14558 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14559
14560
14561 exec 6>&1
14562 ## ----------------------------------- ##
14563 ## Main body of $CONFIG_STATUS script. ##
14564 ## ----------------------------------- ##
14565 _ASEOF
14566 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14567
14568 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14569 # Save the log message, to keep $0 and so on meaningful, and to
14570 # report actual input values of CONFIG_FILES etc. instead of their
14571 # values after options handling.
14572 ac_log="
14573 This file was extended by gas $as_me 2.37.50, which was
14574 generated by GNU Autoconf 2.69. Invocation command line was
14575
14576 CONFIG_FILES = $CONFIG_FILES
14577 CONFIG_HEADERS = $CONFIG_HEADERS
14578 CONFIG_LINKS = $CONFIG_LINKS
14579 CONFIG_COMMANDS = $CONFIG_COMMANDS
14580 $ $0 $@
14581
14582 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14583 "
14584
14585 _ACEOF
14586
14587 case $ac_config_files in *"
14588 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14589 esac
14590
14591 case $ac_config_headers in *"
14592 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14593 esac
14594
14595
14596 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14597 # Files that config.status was made for.
14598 config_files="$ac_config_files"
14599 config_headers="$ac_config_headers"
14600 config_commands="$ac_config_commands"
14601
14602 _ACEOF
14603
14604 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14605 ac_cs_usage="\
14606 \`$as_me' instantiates files and other configuration actions
14607 from templates according to the current configuration. Unless the files
14608 and actions are specified as TAGs, all are instantiated by default.
14609
14610 Usage: $0 [OPTION]... [TAG]...
14611
14612 -h, --help print this help, then exit
14613 -V, --version print version number and configuration settings, then exit
14614 --config print configuration, then exit
14615 -q, --quiet, --silent
14616 do not print progress messages
14617 -d, --debug don't remove temporary files
14618 --recheck update $as_me by reconfiguring in the same conditions
14619 --file=FILE[:TEMPLATE]
14620 instantiate the configuration file FILE
14621 --header=FILE[:TEMPLATE]
14622 instantiate the configuration header FILE
14623
14624 Configuration files:
14625 $config_files
14626
14627 Configuration headers:
14628 $config_headers
14629
14630 Configuration commands:
14631 $config_commands
14632
14633 Report bugs to the package provider."
14634
14635 _ACEOF
14636 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14637 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14638 ac_cs_version="\\
14639 gas config.status 2.37.50
14640 configured by $0, generated by GNU Autoconf 2.69,
14641 with options \\"\$ac_cs_config\\"
14642
14643 Copyright (C) 2012 Free Software Foundation, Inc.
14644 This config.status script is free software; the Free Software Foundation
14645 gives unlimited permission to copy, distribute and modify it."
14646
14647 ac_pwd='$ac_pwd'
14648 srcdir='$srcdir'
14649 INSTALL='$INSTALL'
14650 MKDIR_P='$MKDIR_P'
14651 AWK='$AWK'
14652 test -n "\$AWK" || AWK=awk
14653 _ACEOF
14654
14655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14656 # The default lists apply if the user does not specify any file.
14657 ac_need_defaults=:
14658 while test $# != 0
14659 do
14660 case $1 in
14661 --*=?*)
14662 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14663 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14664 ac_shift=:
14665 ;;
14666 --*=)
14667 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14668 ac_optarg=
14669 ac_shift=:
14670 ;;
14671 *)
14672 ac_option=$1
14673 ac_optarg=$2
14674 ac_shift=shift
14675 ;;
14676 esac
14677
14678 case $ac_option in
14679 # Handling of the options.
14680 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14681 ac_cs_recheck=: ;;
14682 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14683 $as_echo "$ac_cs_version"; exit ;;
14684 --config | --confi | --conf | --con | --co | --c )
14685 $as_echo "$ac_cs_config"; exit ;;
14686 --debug | --debu | --deb | --de | --d | -d )
14687 debug=: ;;
14688 --file | --fil | --fi | --f )
14689 $ac_shift
14690 case $ac_optarg in
14691 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14692 '') as_fn_error $? "missing file argument" ;;
14693 esac
14694 as_fn_append CONFIG_FILES " '$ac_optarg'"
14695 ac_need_defaults=false;;
14696 --header | --heade | --head | --hea )
14697 $ac_shift
14698 case $ac_optarg in
14699 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14700 esac
14701 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14702 ac_need_defaults=false;;
14703 --he | --h)
14704 # Conflict between --help and --header
14705 as_fn_error $? "ambiguous option: \`$1'
14706 Try \`$0 --help' for more information.";;
14707 --help | --hel | -h )
14708 $as_echo "$ac_cs_usage"; exit ;;
14709 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14710 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14711 ac_cs_silent=: ;;
14712
14713 # This is an error.
14714 -*) as_fn_error $? "unrecognized option: \`$1'
14715 Try \`$0 --help' for more information." ;;
14716
14717 *) as_fn_append ac_config_targets " $1"
14718 ac_need_defaults=false ;;
14719
14720 esac
14721 shift
14722 done
14723
14724 ac_configure_extra_args=
14725
14726 if $ac_cs_silent; then
14727 exec 6>/dev/null
14728 ac_configure_extra_args="$ac_configure_extra_args --silent"
14729 fi
14730
14731 _ACEOF
14732 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14733 if \$ac_cs_recheck; then
14734 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14735 shift
14736 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14737 CONFIG_SHELL='$SHELL'
14738 export CONFIG_SHELL
14739 exec "\$@"
14740 fi
14741
14742 _ACEOF
14743 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14744 exec 5>>config.log
14745 {
14746 echo
14747 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14748 ## Running $as_me. ##
14749 _ASBOX
14750 $as_echo "$ac_log"
14751 } >&5
14752
14753 _ACEOF
14754 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14755 #
14756 # INIT-COMMANDS
14757 #
14758 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14759
14760
14761 # The HP-UX ksh and POSIX shell print the target directory to stdout
14762 # if CDPATH is set.
14763 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14764
14765 sed_quote_subst='$sed_quote_subst'
14766 double_quote_subst='$double_quote_subst'
14767 delay_variable_subst='$delay_variable_subst'
14768 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14769 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14770 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14771 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14772 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14773 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14774 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14775 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14776 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14777 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14778 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14779 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14780 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14781 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14782 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14783 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14784 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14785 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14786 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14787 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14788 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14789 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14790 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14791 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14792 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14793 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14794 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14795 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14796 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14797 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14798 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14799 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14800 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14801 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14802 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14803 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14804 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14805 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14806 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14807 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14808 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14809 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14810 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14811 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14812 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14813 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14814 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14815 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14816 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"`'
14817 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14818 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14819 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14820 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14821 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14822 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14823 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14824 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14825 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14826 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14827 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14828 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14829 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14830 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14831 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14832 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14833 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14834 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14835 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14836 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14837 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14838 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14839 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14840 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14841 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14842 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14843 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14844 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14845 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14846 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14847 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14848 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14849 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14850 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14851 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14852 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14853 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14854 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14855 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14856 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14857 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14858 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14859 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14860 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14861 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14862 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14863 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14864 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14865 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14866 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14867 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14868 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14869 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14870 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14871 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14872 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14873 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14874 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14875 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14876 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14877 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14878 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14879 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14880 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14881 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14882 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14883 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14884 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14885 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14886 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14887 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14888
14889 LTCC='$LTCC'
14890 LTCFLAGS='$LTCFLAGS'
14891 compiler='$compiler_DEFAULT'
14892
14893 # A function that is used when there is no print builtin or printf.
14894 func_fallback_echo ()
14895 {
14896 eval 'cat <<_LTECHO_EOF
14897 \$1
14898 _LTECHO_EOF'
14899 }
14900
14901 # Quote evaled strings.
14902 for var in SHELL \
14903 ECHO \
14904 SED \
14905 GREP \
14906 EGREP \
14907 FGREP \
14908 LD \
14909 NM \
14910 LN_S \
14911 lt_SP2NL \
14912 lt_NL2SP \
14913 reload_flag \
14914 OBJDUMP \
14915 deplibs_check_method \
14916 file_magic_cmd \
14917 AR \
14918 AR_FLAGS \
14919 STRIP \
14920 RANLIB \
14921 CC \
14922 CFLAGS \
14923 compiler \
14924 lt_cv_sys_global_symbol_pipe \
14925 lt_cv_sys_global_symbol_to_cdecl \
14926 lt_cv_sys_global_symbol_to_c_name_address \
14927 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14928 lt_prog_compiler_no_builtin_flag \
14929 lt_prog_compiler_wl \
14930 lt_prog_compiler_pic \
14931 lt_prog_compiler_static \
14932 lt_cv_prog_compiler_c_o \
14933 need_locks \
14934 DSYMUTIL \
14935 NMEDIT \
14936 LIPO \
14937 OTOOL \
14938 OTOOL64 \
14939 shrext_cmds \
14940 export_dynamic_flag_spec \
14941 whole_archive_flag_spec \
14942 compiler_needs_object \
14943 with_gnu_ld \
14944 allow_undefined_flag \
14945 no_undefined_flag \
14946 hardcode_libdir_flag_spec \
14947 hardcode_libdir_flag_spec_ld \
14948 hardcode_libdir_separator \
14949 fix_srcfile_path \
14950 exclude_expsyms \
14951 include_expsyms \
14952 file_list_spec \
14953 variables_saved_for_relink \
14954 libname_spec \
14955 library_names_spec \
14956 soname_spec \
14957 install_override_mode \
14958 finish_eval \
14959 old_striplib \
14960 striplib; do
14961 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14962 *[\\\\\\\`\\"\\\$]*)
14963 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14964 ;;
14965 *)
14966 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14967 ;;
14968 esac
14969 done
14970
14971 # Double-quote double-evaled strings.
14972 for var in reload_cmds \
14973 old_postinstall_cmds \
14974 old_postuninstall_cmds \
14975 old_archive_cmds \
14976 extract_expsyms_cmds \
14977 old_archive_from_new_cmds \
14978 old_archive_from_expsyms_cmds \
14979 archive_cmds \
14980 archive_expsym_cmds \
14981 module_cmds \
14982 module_expsym_cmds \
14983 export_symbols_cmds \
14984 prelink_cmds \
14985 postinstall_cmds \
14986 postuninstall_cmds \
14987 finish_cmds \
14988 sys_lib_search_path_spec \
14989 sys_lib_dlsearch_path_spec; do
14990 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14991 *[\\\\\\\`\\"\\\$]*)
14992 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14993 ;;
14994 *)
14995 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14996 ;;
14997 esac
14998 done
14999
15000 ac_aux_dir='$ac_aux_dir'
15001 xsi_shell='$xsi_shell'
15002 lt_shell_append='$lt_shell_append'
15003
15004 # See if we are running on zsh, and set the options which allow our
15005 # commands through without removal of \ escapes INIT.
15006 if test -n "\${ZSH_VERSION+set}" ; then
15007 setopt NO_GLOB_SUBST
15008 fi
15009
15010
15011 PACKAGE='$PACKAGE'
15012 VERSION='$VERSION'
15013 TIMESTAMP='$TIMESTAMP'
15014 RM='$RM'
15015 ofile='$ofile'
15016
15017
15018
15019 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15020 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15021 # from automake.
15022 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15023 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15024 LINGUAS="${LINGUAS-%UNSET%}"
15025
15026 target_cpu_type=${target_cpu_type}
15027 cgen_cpu_prefix=${cgen_cpu_prefix}
15028 obj_format=${obj_format}
15029 te_file=${te_file}
15030
15031 _ACEOF
15032
15033 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15034
15035 # Handling of arguments.
15036 for ac_config_target in $ac_config_targets
15037 do
15038 case $ac_config_target in
15039 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15040 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15041 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15042 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15043 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15044 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15045 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15046 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15047 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15048 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15049
15050 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15051 esac
15052 done
15053
15054
15055 # If the user did not use the arguments to specify the items to instantiate,
15056 # then the envvar interface is used. Set only those that are not.
15057 # We use the long form for the default assignment because of an extremely
15058 # bizarre bug on SunOS 4.1.3.
15059 if $ac_need_defaults; then
15060 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15061 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15062 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15063 fi
15064
15065 # Have a temporary directory for convenience. Make it in the build tree
15066 # simply because there is no reason against having it here, and in addition,
15067 # creating and moving files from /tmp can sometimes cause problems.
15068 # Hook for its removal unless debugging.
15069 # Note that there is a small window in which the directory will not be cleaned:
15070 # after its creation but before its name has been assigned to `$tmp'.
15071 $debug ||
15072 {
15073 tmp= ac_tmp=
15074 trap 'exit_status=$?
15075 : "${ac_tmp:=$tmp}"
15076 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15077 ' 0
15078 trap 'as_fn_exit 1' 1 2 13 15
15079 }
15080 # Create a (secure) tmp directory for tmp files.
15081
15082 {
15083 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15084 test -d "$tmp"
15085 } ||
15086 {
15087 tmp=./conf$$-$RANDOM
15088 (umask 077 && mkdir "$tmp")
15089 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15090 ac_tmp=$tmp
15091
15092 # Set up the scripts for CONFIG_FILES section.
15093 # No need to generate them if there are no CONFIG_FILES.
15094 # This happens for instance with `./config.status config.h'.
15095 if test -n "$CONFIG_FILES"; then
15096
15097
15098 ac_cr=`echo X | tr X '\015'`
15099 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15100 # But we know of no other shell where ac_cr would be empty at this
15101 # point, so we can use a bashism as a fallback.
15102 if test "x$ac_cr" = x; then
15103 eval ac_cr=\$\'\\r\'
15104 fi
15105 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15106 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15107 ac_cs_awk_cr='\\r'
15108 else
15109 ac_cs_awk_cr=$ac_cr
15110 fi
15111
15112 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15113 _ACEOF
15114
15115
15116 {
15117 echo "cat >conf$$subs.awk <<_ACEOF" &&
15118 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15119 echo "_ACEOF"
15120 } >conf$$subs.sh ||
15121 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15122 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15123 ac_delim='%!_!# '
15124 for ac_last_try in false false false false false :; do
15125 . ./conf$$subs.sh ||
15126 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15127
15128 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15129 if test $ac_delim_n = $ac_delim_num; then
15130 break
15131 elif $ac_last_try; then
15132 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15133 else
15134 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15135 fi
15136 done
15137 rm -f conf$$subs.sh
15138
15139 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15140 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15141 _ACEOF
15142 sed -n '
15143 h
15144 s/^/S["/; s/!.*/"]=/
15145 p
15146 g
15147 s/^[^!]*!//
15148 :repl
15149 t repl
15150 s/'"$ac_delim"'$//
15151 t delim
15152 :nl
15153 h
15154 s/\(.\{148\}\)..*/\1/
15155 t more1
15156 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15157 p
15158 n
15159 b repl
15160 :more1
15161 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15162 p
15163 g
15164 s/.\{148\}//
15165 t nl
15166 :delim
15167 h
15168 s/\(.\{148\}\)..*/\1/
15169 t more2
15170 s/["\\]/\\&/g; s/^/"/; s/$/"/
15171 p
15172 b
15173 :more2
15174 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15175 p
15176 g
15177 s/.\{148\}//
15178 t delim
15179 ' <conf$$subs.awk | sed '
15180 /^[^""]/{
15181 N
15182 s/\n//
15183 }
15184 ' >>$CONFIG_STATUS || ac_write_fail=1
15185 rm -f conf$$subs.awk
15186 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15187 _ACAWK
15188 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15189 for (key in S) S_is_set[key] = 1
15190 FS = "\a"
15191
15192 }
15193 {
15194 line = $ 0
15195 nfields = split(line, field, "@")
15196 substed = 0
15197 len = length(field[1])
15198 for (i = 2; i < nfields; i++) {
15199 key = field[i]
15200 keylen = length(key)
15201 if (S_is_set[key]) {
15202 value = S[key]
15203 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15204 len += length(value) + length(field[++i])
15205 substed = 1
15206 } else
15207 len += 1 + keylen
15208 }
15209
15210 print line
15211 }
15212
15213 _ACAWK
15214 _ACEOF
15215 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15216 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15217 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15218 else
15219 cat
15220 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15221 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15222 _ACEOF
15223
15224 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15225 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15226 # trailing colons and then remove the whole line if VPATH becomes empty
15227 # (actually we leave an empty line to preserve line numbers).
15228 if test "x$srcdir" = x.; then
15229 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15230 h
15231 s///
15232 s/^/:/
15233 s/[ ]*$/:/
15234 s/:\$(srcdir):/:/g
15235 s/:\${srcdir}:/:/g
15236 s/:@srcdir@:/:/g
15237 s/^:*//
15238 s/:*$//
15239 x
15240 s/\(=[ ]*\).*/\1/
15241 G
15242 s/\n//
15243 s/^[^=]*=[ ]*$//
15244 }'
15245 fi
15246
15247 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15248 fi # test -n "$CONFIG_FILES"
15249
15250 # Set up the scripts for CONFIG_HEADERS section.
15251 # No need to generate them if there are no CONFIG_HEADERS.
15252 # This happens for instance with `./config.status Makefile'.
15253 if test -n "$CONFIG_HEADERS"; then
15254 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15255 BEGIN {
15256 _ACEOF
15257
15258 # Transform confdefs.h into an awk script `defines.awk', embedded as
15259 # here-document in config.status, that substitutes the proper values into
15260 # config.h.in to produce config.h.
15261
15262 # Create a delimiter string that does not exist in confdefs.h, to ease
15263 # handling of long lines.
15264 ac_delim='%!_!# '
15265 for ac_last_try in false false :; do
15266 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15267 if test -z "$ac_tt"; then
15268 break
15269 elif $ac_last_try; then
15270 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15271 else
15272 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15273 fi
15274 done
15275
15276 # For the awk script, D is an array of macro values keyed by name,
15277 # likewise P contains macro parameters if any. Preserve backslash
15278 # newline sequences.
15279
15280 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15281 sed -n '
15282 s/.\{148\}/&'"$ac_delim"'/g
15283 t rset
15284 :rset
15285 s/^[ ]*#[ ]*define[ ][ ]*/ /
15286 t def
15287 d
15288 :def
15289 s/\\$//
15290 t bsnl
15291 s/["\\]/\\&/g
15292 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15293 D["\1"]=" \3"/p
15294 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15295 d
15296 :bsnl
15297 s/["\\]/\\&/g
15298 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15299 D["\1"]=" \3\\\\\\n"\\/p
15300 t cont
15301 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15302 t cont
15303 d
15304 :cont
15305 n
15306 s/.\{148\}/&'"$ac_delim"'/g
15307 t clear
15308 :clear
15309 s/\\$//
15310 t bsnlc
15311 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15312 d
15313 :bsnlc
15314 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15315 b cont
15316 ' <confdefs.h | sed '
15317 s/'"$ac_delim"'/"\\\
15318 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15319
15320 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15321 for (key in D) D_is_set[key] = 1
15322 FS = "\a"
15323 }
15324 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15325 line = \$ 0
15326 split(line, arg, " ")
15327 if (arg[1] == "#") {
15328 defundef = arg[2]
15329 mac1 = arg[3]
15330 } else {
15331 defundef = substr(arg[1], 2)
15332 mac1 = arg[2]
15333 }
15334 split(mac1, mac2, "(") #)
15335 macro = mac2[1]
15336 prefix = substr(line, 1, index(line, defundef) - 1)
15337 if (D_is_set[macro]) {
15338 # Preserve the white space surrounding the "#".
15339 print prefix "define", macro P[macro] D[macro]
15340 next
15341 } else {
15342 # Replace #undef with comments. This is necessary, for example,
15343 # in the case of _POSIX_SOURCE, which is predefined and required
15344 # on some systems where configure will not decide to define it.
15345 if (defundef == "undef") {
15346 print "/*", prefix defundef, macro, "*/"
15347 next
15348 }
15349 }
15350 }
15351 { print }
15352 _ACAWK
15353 _ACEOF
15354 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15355 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15356 fi # test -n "$CONFIG_HEADERS"
15357
15358
15359 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15360 shift
15361 for ac_tag
15362 do
15363 case $ac_tag in
15364 :[FHLC]) ac_mode=$ac_tag; continue;;
15365 esac
15366 case $ac_mode$ac_tag in
15367 :[FHL]*:*);;
15368 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15369 :[FH]-) ac_tag=-:-;;
15370 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15371 esac
15372 ac_save_IFS=$IFS
15373 IFS=:
15374 set x $ac_tag
15375 IFS=$ac_save_IFS
15376 shift
15377 ac_file=$1
15378 shift
15379
15380 case $ac_mode in
15381 :L) ac_source=$1;;
15382 :[FH])
15383 ac_file_inputs=
15384 for ac_f
15385 do
15386 case $ac_f in
15387 -) ac_f="$ac_tmp/stdin";;
15388 *) # Look for the file first in the build tree, then in the source tree
15389 # (if the path is not absolute). The absolute path cannot be DOS-style,
15390 # because $ac_f cannot contain `:'.
15391 test -f "$ac_f" ||
15392 case $ac_f in
15393 [\\/$]*) false;;
15394 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15395 esac ||
15396 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15397 esac
15398 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15399 as_fn_append ac_file_inputs " '$ac_f'"
15400 done
15401
15402 # Let's still pretend it is `configure' which instantiates (i.e., don't
15403 # use $as_me), people would be surprised to read:
15404 # /* config.h. Generated by config.status. */
15405 configure_input='Generated from '`
15406 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15407 `' by configure.'
15408 if test x"$ac_file" != x-; then
15409 configure_input="$ac_file. $configure_input"
15410 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15411 $as_echo "$as_me: creating $ac_file" >&6;}
15412 fi
15413 # Neutralize special characters interpreted by sed in replacement strings.
15414 case $configure_input in #(
15415 *\&* | *\|* | *\\* )
15416 ac_sed_conf_input=`$as_echo "$configure_input" |
15417 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15418 *) ac_sed_conf_input=$configure_input;;
15419 esac
15420
15421 case $ac_tag in
15422 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15423 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15424 esac
15425 ;;
15426 esac
15427
15428 ac_dir=`$as_dirname -- "$ac_file" ||
15429 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15430 X"$ac_file" : 'X\(//\)[^/]' \| \
15431 X"$ac_file" : 'X\(//\)$' \| \
15432 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15433 $as_echo X"$ac_file" |
15434 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15435 s//\1/
15436 q
15437 }
15438 /^X\(\/\/\)[^/].*/{
15439 s//\1/
15440 q
15441 }
15442 /^X\(\/\/\)$/{
15443 s//\1/
15444 q
15445 }
15446 /^X\(\/\).*/{
15447 s//\1/
15448 q
15449 }
15450 s/.*/./; q'`
15451 as_dir="$ac_dir"; as_fn_mkdir_p
15452 ac_builddir=.
15453
15454 case "$ac_dir" in
15455 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15456 *)
15457 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15458 # A ".." for each directory in $ac_dir_suffix.
15459 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15460 case $ac_top_builddir_sub in
15461 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15462 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15463 esac ;;
15464 esac
15465 ac_abs_top_builddir=$ac_pwd
15466 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15467 # for backward compatibility:
15468 ac_top_builddir=$ac_top_build_prefix
15469
15470 case $srcdir in
15471 .) # We are building in place.
15472 ac_srcdir=.
15473 ac_top_srcdir=$ac_top_builddir_sub
15474 ac_abs_top_srcdir=$ac_pwd ;;
15475 [\\/]* | ?:[\\/]* ) # Absolute name.
15476 ac_srcdir=$srcdir$ac_dir_suffix;
15477 ac_top_srcdir=$srcdir
15478 ac_abs_top_srcdir=$srcdir ;;
15479 *) # Relative name.
15480 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15481 ac_top_srcdir=$ac_top_build_prefix$srcdir
15482 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15483 esac
15484 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15485
15486
15487 case $ac_mode in
15488 :F)
15489 #
15490 # CONFIG_FILE
15491 #
15492
15493 case $INSTALL in
15494 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15495 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15496 esac
15497 ac_MKDIR_P=$MKDIR_P
15498 case $MKDIR_P in
15499 [\\/$]* | ?:[\\/]* ) ;;
15500 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15501 esac
15502 _ACEOF
15503
15504 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15505 # If the template does not know about datarootdir, expand it.
15506 # FIXME: This hack should be removed a few years after 2.60.
15507 ac_datarootdir_hack=; ac_datarootdir_seen=
15508 ac_sed_dataroot='
15509 /datarootdir/ {
15510 p
15511 q
15512 }
15513 /@datadir@/p
15514 /@docdir@/p
15515 /@infodir@/p
15516 /@localedir@/p
15517 /@mandir@/p'
15518 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15519 *datarootdir*) ac_datarootdir_seen=yes;;
15520 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15521 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15522 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15523 _ACEOF
15524 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15525 ac_datarootdir_hack='
15526 s&@datadir@&$datadir&g
15527 s&@docdir@&$docdir&g
15528 s&@infodir@&$infodir&g
15529 s&@localedir@&$localedir&g
15530 s&@mandir@&$mandir&g
15531 s&\\\${datarootdir}&$datarootdir&g' ;;
15532 esac
15533 _ACEOF
15534
15535 # Neutralize VPATH when `$srcdir' = `.'.
15536 # Shell code in configure.ac might set extrasub.
15537 # FIXME: do we really want to maintain this feature?
15538 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15539 ac_sed_extra="$ac_vpsub
15540 $extrasub
15541 _ACEOF
15542 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15543 :t
15544 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15545 s|@configure_input@|$ac_sed_conf_input|;t t
15546 s&@top_builddir@&$ac_top_builddir_sub&;t t
15547 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15548 s&@srcdir@&$ac_srcdir&;t t
15549 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15550 s&@top_srcdir@&$ac_top_srcdir&;t t
15551 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15552 s&@builddir@&$ac_builddir&;t t
15553 s&@abs_builddir@&$ac_abs_builddir&;t t
15554 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15555 s&@INSTALL@&$ac_INSTALL&;t t
15556 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15557 $ac_datarootdir_hack
15558 "
15559 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15560 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15561
15562 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15563 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15564 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15565 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15567 which seems to be undefined. Please make sure it is defined" >&5
15568 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15569 which seems to be undefined. Please make sure it is defined" >&2;}
15570
15571 rm -f "$ac_tmp/stdin"
15572 case $ac_file in
15573 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15574 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15575 esac \
15576 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15577 ;;
15578 :H)
15579 #
15580 # CONFIG_HEADER
15581 #
15582 if test x"$ac_file" != x-; then
15583 {
15584 $as_echo "/* $configure_input */" \
15585 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15586 } >"$ac_tmp/config.h" \
15587 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15588 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15590 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15591 else
15592 rm -f "$ac_file"
15593 mv "$ac_tmp/config.h" "$ac_file" \
15594 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15595 fi
15596 else
15597 $as_echo "/* $configure_input */" \
15598 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15599 || as_fn_error $? "could not create -" "$LINENO" 5
15600 fi
15601 # Compute "$ac_file"'s index in $config_headers.
15602 _am_arg="$ac_file"
15603 _am_stamp_count=1
15604 for _am_header in $config_headers :; do
15605 case $_am_header in
15606 $_am_arg | $_am_arg:* )
15607 break ;;
15608 * )
15609 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15610 esac
15611 done
15612 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15613 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15614 X"$_am_arg" : 'X\(//\)[^/]' \| \
15615 X"$_am_arg" : 'X\(//\)$' \| \
15616 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15617 $as_echo X"$_am_arg" |
15618 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15619 s//\1/
15620 q
15621 }
15622 /^X\(\/\/\)[^/].*/{
15623 s//\1/
15624 q
15625 }
15626 /^X\(\/\/\)$/{
15627 s//\1/
15628 q
15629 }
15630 /^X\(\/\).*/{
15631 s//\1/
15632 q
15633 }
15634 s/.*/./; q'`/stamp-h$_am_stamp_count
15635 ;;
15636
15637 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15638 $as_echo "$as_me: executing $ac_file commands" >&6;}
15639 ;;
15640 esac
15641
15642
15643 case $ac_file$ac_mode in
15644 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15645 # Older Autoconf quotes --file arguments for eval, but not when files
15646 # are listed without --file. Let's play safe and only enable the eval
15647 # if we detect the quoting.
15648 case $CONFIG_FILES in
15649 *\'*) eval set x "$CONFIG_FILES" ;;
15650 *) set x $CONFIG_FILES ;;
15651 esac
15652 shift
15653 for mf
15654 do
15655 # Strip MF so we end up with the name of the file.
15656 mf=`echo "$mf" | sed -e 's/:.*$//'`
15657 # Check whether this is an Automake generated Makefile or not.
15658 # We used to match only the files named 'Makefile.in', but
15659 # some people rename them; so instead we look at the file content.
15660 # Grep'ing the first line is not enough: some people post-process
15661 # each Makefile.in and add a new line on top of each file to say so.
15662 # Grep'ing the whole file is not good either: AIX grep has a line
15663 # limit of 2048, but all sed's we know have understand at least 4000.
15664 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15665 dirpart=`$as_dirname -- "$mf" ||
15666 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15667 X"$mf" : 'X\(//\)[^/]' \| \
15668 X"$mf" : 'X\(//\)$' \| \
15669 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15670 $as_echo X"$mf" |
15671 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15672 s//\1/
15673 q
15674 }
15675 /^X\(\/\/\)[^/].*/{
15676 s//\1/
15677 q
15678 }
15679 /^X\(\/\/\)$/{
15680 s//\1/
15681 q
15682 }
15683 /^X\(\/\).*/{
15684 s//\1/
15685 q
15686 }
15687 s/.*/./; q'`
15688 else
15689 continue
15690 fi
15691 # Extract the definition of DEPDIR, am__include, and am__quote
15692 # from the Makefile without running 'make'.
15693 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15694 test -z "$DEPDIR" && continue
15695 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15696 test -z "$am__include" && continue
15697 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15698 # Find all dependency output files, they are included files with
15699 # $(DEPDIR) in their names. We invoke sed twice because it is the
15700 # simplest approach to changing $(DEPDIR) to its actual value in the
15701 # expansion.
15702 for file in `sed -n "
15703 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15704 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15705 # Make sure the directory exists.
15706 test -f "$dirpart/$file" && continue
15707 fdir=`$as_dirname -- "$file" ||
15708 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15709 X"$file" : 'X\(//\)[^/]' \| \
15710 X"$file" : 'X\(//\)$' \| \
15711 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15712 $as_echo X"$file" |
15713 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15714 s//\1/
15715 q
15716 }
15717 /^X\(\/\/\)[^/].*/{
15718 s//\1/
15719 q
15720 }
15721 /^X\(\/\/\)$/{
15722 s//\1/
15723 q
15724 }
15725 /^X\(\/\).*/{
15726 s//\1/
15727 q
15728 }
15729 s/.*/./; q'`
15730 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15731 # echo "creating $dirpart/$file"
15732 echo '# dummy' > "$dirpart/$file"
15733 done
15734 done
15735 }
15736 ;;
15737 "libtool":C)
15738
15739 # See if we are running on zsh, and set the options which allow our
15740 # commands through without removal of \ escapes.
15741 if test -n "${ZSH_VERSION+set}" ; then
15742 setopt NO_GLOB_SUBST
15743 fi
15744
15745 cfgfile="${ofile}T"
15746 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15747 $RM "$cfgfile"
15748
15749 cat <<_LT_EOF >> "$cfgfile"
15750 #! $SHELL
15751
15752 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15753 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15754 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15755 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15756 #
15757 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15758 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15759 # Written by Gordon Matzigkeit, 1996
15760 #
15761 # This file is part of GNU Libtool.
15762 #
15763 # GNU Libtool is free software; you can redistribute it and/or
15764 # modify it under the terms of the GNU General Public License as
15765 # published by the Free Software Foundation; either version 2 of
15766 # the License, or (at your option) any later version.
15767 #
15768 # As a special exception to the GNU General Public License,
15769 # if you distribute this file as part of a program or library that
15770 # is built using GNU Libtool, you may include this file under the
15771 # same distribution terms that you use for the rest of that program.
15772 #
15773 # GNU Libtool is distributed in the hope that it will be useful,
15774 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15775 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15776 # GNU General Public License for more details.
15777 #
15778 # You should have received a copy of the GNU General Public License
15779 # along with GNU Libtool; see the file COPYING. If not, a copy
15780 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15781 # obtained by writing to the Free Software Foundation, Inc.,
15782 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15783
15784
15785 # The names of the tagged configurations supported by this script.
15786 available_tags=""
15787
15788 # ### BEGIN LIBTOOL CONFIG
15789
15790 # Which release of libtool.m4 was used?
15791 macro_version=$macro_version
15792 macro_revision=$macro_revision
15793
15794 # Whether or not to build shared libraries.
15795 build_libtool_libs=$enable_shared
15796
15797 # Whether or not to build static libraries.
15798 build_old_libs=$enable_static
15799
15800 # What type of objects to build.
15801 pic_mode=$pic_mode
15802
15803 # Whether or not to optimize for fast installation.
15804 fast_install=$enable_fast_install
15805
15806 # Shell to use when invoking shell scripts.
15807 SHELL=$lt_SHELL
15808
15809 # An echo program that protects backslashes.
15810 ECHO=$lt_ECHO
15811
15812 # The host system.
15813 host_alias=$host_alias
15814 host=$host
15815 host_os=$host_os
15816
15817 # The build system.
15818 build_alias=$build_alias
15819 build=$build
15820 build_os=$build_os
15821
15822 # A sed program that does not truncate output.
15823 SED=$lt_SED
15824
15825 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15826 Xsed="\$SED -e 1s/^X//"
15827
15828 # A grep program that handles long lines.
15829 GREP=$lt_GREP
15830
15831 # An ERE matcher.
15832 EGREP=$lt_EGREP
15833
15834 # A literal string matcher.
15835 FGREP=$lt_FGREP
15836
15837 # A BSD- or MS-compatible name lister.
15838 NM=$lt_NM
15839
15840 # Whether we need soft or hard links.
15841 LN_S=$lt_LN_S
15842
15843 # What is the maximum length of a command?
15844 max_cmd_len=$max_cmd_len
15845
15846 # Object file suffix (normally "o").
15847 objext=$ac_objext
15848
15849 # Executable file suffix (normally "").
15850 exeext=$exeext
15851
15852 # whether the shell understands "unset".
15853 lt_unset=$lt_unset
15854
15855 # turn spaces into newlines.
15856 SP2NL=$lt_lt_SP2NL
15857
15858 # turn newlines into spaces.
15859 NL2SP=$lt_lt_NL2SP
15860
15861 # An object symbol dumper.
15862 OBJDUMP=$lt_OBJDUMP
15863
15864 # Method to check whether dependent libraries are shared objects.
15865 deplibs_check_method=$lt_deplibs_check_method
15866
15867 # Command to use when deplibs_check_method == "file_magic".
15868 file_magic_cmd=$lt_file_magic_cmd
15869
15870 # The archiver.
15871 AR=$lt_AR
15872 AR_FLAGS=$lt_AR_FLAGS
15873
15874 # A symbol stripping program.
15875 STRIP=$lt_STRIP
15876
15877 # Commands used to install an old-style archive.
15878 RANLIB=$lt_RANLIB
15879 old_postinstall_cmds=$lt_old_postinstall_cmds
15880 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15881
15882 # Whether to use a lock for old archive extraction.
15883 lock_old_archive_extraction=$lock_old_archive_extraction
15884
15885 # A C compiler.
15886 LTCC=$lt_CC
15887
15888 # LTCC compiler flags.
15889 LTCFLAGS=$lt_CFLAGS
15890
15891 # Take the output of nm and produce a listing of raw symbols and C names.
15892 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15893
15894 # Transform the output of nm in a proper C declaration.
15895 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15896
15897 # Transform the output of nm in a C name address pair.
15898 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15899
15900 # Transform the output of nm in a C name address pair when lib prefix is needed.
15901 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15902
15903 # The name of the directory that contains temporary libtool files.
15904 objdir=$objdir
15905
15906 # Used to examine libraries when file_magic_cmd begins with "file".
15907 MAGIC_CMD=$MAGIC_CMD
15908
15909 # Must we lock files when doing compilation?
15910 need_locks=$lt_need_locks
15911
15912 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15913 DSYMUTIL=$lt_DSYMUTIL
15914
15915 # Tool to change global to local symbols on Mac OS X.
15916 NMEDIT=$lt_NMEDIT
15917
15918 # Tool to manipulate fat objects and archives on Mac OS X.
15919 LIPO=$lt_LIPO
15920
15921 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15922 OTOOL=$lt_OTOOL
15923
15924 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15925 OTOOL64=$lt_OTOOL64
15926
15927 # Old archive suffix (normally "a").
15928 libext=$libext
15929
15930 # Shared library suffix (normally ".so").
15931 shrext_cmds=$lt_shrext_cmds
15932
15933 # The commands to extract the exported symbol list from a shared archive.
15934 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15935
15936 # Variables whose values should be saved in libtool wrapper scripts and
15937 # restored at link time.
15938 variables_saved_for_relink=$lt_variables_saved_for_relink
15939
15940 # Do we need the "lib" prefix for modules?
15941 need_lib_prefix=$need_lib_prefix
15942
15943 # Do we need a version for libraries?
15944 need_version=$need_version
15945
15946 # Library versioning type.
15947 version_type=$version_type
15948
15949 # Shared library runtime path variable.
15950 runpath_var=$runpath_var
15951
15952 # Shared library path variable.
15953 shlibpath_var=$shlibpath_var
15954
15955 # Is shlibpath searched before the hard-coded library search path?
15956 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15957
15958 # Format of library name prefix.
15959 libname_spec=$lt_libname_spec
15960
15961 # List of archive names. First name is the real one, the rest are links.
15962 # The last name is the one that the linker finds with -lNAME
15963 library_names_spec=$lt_library_names_spec
15964
15965 # The coded name of the library, if different from the real name.
15966 soname_spec=$lt_soname_spec
15967
15968 # Permission mode override for installation of shared libraries.
15969 install_override_mode=$lt_install_override_mode
15970
15971 # Command to use after installation of a shared archive.
15972 postinstall_cmds=$lt_postinstall_cmds
15973
15974 # Command to use after uninstallation of a shared archive.
15975 postuninstall_cmds=$lt_postuninstall_cmds
15976
15977 # Commands used to finish a libtool library installation in a directory.
15978 finish_cmds=$lt_finish_cmds
15979
15980 # As "finish_cmds", except a single script fragment to be evaled but
15981 # not shown.
15982 finish_eval=$lt_finish_eval
15983
15984 # Whether we should hardcode library paths into libraries.
15985 hardcode_into_libs=$hardcode_into_libs
15986
15987 # Compile-time system search path for libraries.
15988 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15989
15990 # Run-time system search path for libraries.
15991 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15992
15993 # Whether dlopen is supported.
15994 dlopen_support=$enable_dlopen
15995
15996 # Whether dlopen of programs is supported.
15997 dlopen_self=$enable_dlopen_self
15998
15999 # Whether dlopen of statically linked programs is supported.
16000 dlopen_self_static=$enable_dlopen_self_static
16001
16002 # Commands to strip libraries.
16003 old_striplib=$lt_old_striplib
16004 striplib=$lt_striplib
16005
16006
16007 # The linker used to build libraries.
16008 LD=$lt_LD
16009
16010 # How to create reloadable object files.
16011 reload_flag=$lt_reload_flag
16012 reload_cmds=$lt_reload_cmds
16013
16014 # Commands used to build an old-style archive.
16015 old_archive_cmds=$lt_old_archive_cmds
16016
16017 # A language specific compiler.
16018 CC=$lt_compiler
16019
16020 # Is the compiler the GNU compiler?
16021 with_gcc=$GCC
16022
16023 # Compiler flag to turn off builtin functions.
16024 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16025
16026 # How to pass a linker flag through the compiler.
16027 wl=$lt_lt_prog_compiler_wl
16028
16029 # Additional compiler flags for building library objects.
16030 pic_flag=$lt_lt_prog_compiler_pic
16031
16032 # Compiler flag to prevent dynamic linking.
16033 link_static_flag=$lt_lt_prog_compiler_static
16034
16035 # Does compiler simultaneously support -c and -o options?
16036 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16037
16038 # Whether or not to add -lc for building shared libraries.
16039 build_libtool_need_lc=$archive_cmds_need_lc
16040
16041 # Whether or not to disallow shared libs when runtime libs are static.
16042 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16043
16044 # Compiler flag to allow reflexive dlopens.
16045 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16046
16047 # Compiler flag to generate shared objects directly from archives.
16048 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16049
16050 # Whether the compiler copes with passing no objects directly.
16051 compiler_needs_object=$lt_compiler_needs_object
16052
16053 # Create an old-style archive from a shared archive.
16054 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16055
16056 # Create a temporary old-style archive to link instead of a shared archive.
16057 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16058
16059 # Commands used to build a shared archive.
16060 archive_cmds=$lt_archive_cmds
16061 archive_expsym_cmds=$lt_archive_expsym_cmds
16062
16063 # Commands used to build a loadable module if different from building
16064 # a shared archive.
16065 module_cmds=$lt_module_cmds
16066 module_expsym_cmds=$lt_module_expsym_cmds
16067
16068 # Whether we are building with GNU ld or not.
16069 with_gnu_ld=$lt_with_gnu_ld
16070
16071 # Flag that allows shared libraries with undefined symbols to be built.
16072 allow_undefined_flag=$lt_allow_undefined_flag
16073
16074 # Flag that enforces no undefined symbols.
16075 no_undefined_flag=$lt_no_undefined_flag
16076
16077 # Flag to hardcode \$libdir into a binary during linking.
16078 # This must work even if \$libdir does not exist
16079 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16080
16081 # If ld is used when linking, flag to hardcode \$libdir into a binary
16082 # during linking. This must work even if \$libdir does not exist.
16083 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16084
16085 # Whether we need a single "-rpath" flag with a separated argument.
16086 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16087
16088 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16089 # DIR into the resulting binary.
16090 hardcode_direct=$hardcode_direct
16091
16092 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16093 # DIR into the resulting binary and the resulting library dependency is
16094 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16095 # library is relocated.
16096 hardcode_direct_absolute=$hardcode_direct_absolute
16097
16098 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16099 # into the resulting binary.
16100 hardcode_minus_L=$hardcode_minus_L
16101
16102 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16103 # into the resulting binary.
16104 hardcode_shlibpath_var=$hardcode_shlibpath_var
16105
16106 # Set to "yes" if building a shared library automatically hardcodes DIR
16107 # into the library and all subsequent libraries and executables linked
16108 # against it.
16109 hardcode_automatic=$hardcode_automatic
16110
16111 # Set to yes if linker adds runtime paths of dependent libraries
16112 # to runtime path list.
16113 inherit_rpath=$inherit_rpath
16114
16115 # Whether libtool must link a program against all its dependency libraries.
16116 link_all_deplibs=$link_all_deplibs
16117
16118 # Fix the shell variable \$srcfile for the compiler.
16119 fix_srcfile_path=$lt_fix_srcfile_path
16120
16121 # Set to "yes" if exported symbols are required.
16122 always_export_symbols=$always_export_symbols
16123
16124 # The commands to list exported symbols.
16125 export_symbols_cmds=$lt_export_symbols_cmds
16126
16127 # Symbols that should not be listed in the preloaded symbols.
16128 exclude_expsyms=$lt_exclude_expsyms
16129
16130 # Symbols that must always be exported.
16131 include_expsyms=$lt_include_expsyms
16132
16133 # Commands necessary for linking programs (against libraries) with templates.
16134 prelink_cmds=$lt_prelink_cmds
16135
16136 # Specify filename containing input files.
16137 file_list_spec=$lt_file_list_spec
16138
16139 # How to hardcode a shared library path into an executable.
16140 hardcode_action=$hardcode_action
16141
16142 # ### END LIBTOOL CONFIG
16143
16144 _LT_EOF
16145
16146 case $host_os in
16147 aix3*)
16148 cat <<\_LT_EOF >> "$cfgfile"
16149 # AIX sometimes has problems with the GCC collect2 program. For some
16150 # reason, if we set the COLLECT_NAMES environment variable, the problems
16151 # vanish in a puff of smoke.
16152 if test "X${COLLECT_NAMES+set}" != Xset; then
16153 COLLECT_NAMES=
16154 export COLLECT_NAMES
16155 fi
16156 _LT_EOF
16157 ;;
16158 esac
16159
16160
16161 ltmain="$ac_aux_dir/ltmain.sh"
16162
16163
16164 # We use sed instead of cat because bash on DJGPP gets confused if
16165 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16166 # text mode, it properly converts lines to CR/LF. This bash problem
16167 # is reportedly fixed, but why not run on old versions too?
16168 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16169 || (rm -f "$cfgfile"; exit 1)
16170
16171 case $xsi_shell in
16172 yes)
16173 cat << \_LT_EOF >> "$cfgfile"
16174
16175 # func_dirname file append nondir_replacement
16176 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16177 # otherwise set result to NONDIR_REPLACEMENT.
16178 func_dirname ()
16179 {
16180 case ${1} in
16181 */*) func_dirname_result="${1%/*}${2}" ;;
16182 * ) func_dirname_result="${3}" ;;
16183 esac
16184 }
16185
16186 # func_basename file
16187 func_basename ()
16188 {
16189 func_basename_result="${1##*/}"
16190 }
16191
16192 # func_dirname_and_basename file append nondir_replacement
16193 # perform func_basename and func_dirname in a single function
16194 # call:
16195 # dirname: Compute the dirname of FILE. If nonempty,
16196 # add APPEND to the result, otherwise set result
16197 # to NONDIR_REPLACEMENT.
16198 # value returned in "$func_dirname_result"
16199 # basename: Compute filename of FILE.
16200 # value retuned in "$func_basename_result"
16201 # Implementation must be kept synchronized with func_dirname
16202 # and func_basename. For efficiency, we do not delegate to
16203 # those functions but instead duplicate the functionality here.
16204 func_dirname_and_basename ()
16205 {
16206 case ${1} in
16207 */*) func_dirname_result="${1%/*}${2}" ;;
16208 * ) func_dirname_result="${3}" ;;
16209 esac
16210 func_basename_result="${1##*/}"
16211 }
16212
16213 # func_stripname prefix suffix name
16214 # strip PREFIX and SUFFIX off of NAME.
16215 # PREFIX and SUFFIX must not contain globbing or regex special
16216 # characters, hashes, percent signs, but SUFFIX may contain a leading
16217 # dot (in which case that matches only a dot).
16218 func_stripname ()
16219 {
16220 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16221 # positional parameters, so assign one to ordinary parameter first.
16222 func_stripname_result=${3}
16223 func_stripname_result=${func_stripname_result#"${1}"}
16224 func_stripname_result=${func_stripname_result%"${2}"}
16225 }
16226
16227 # func_opt_split
16228 func_opt_split ()
16229 {
16230 func_opt_split_opt=${1%%=*}
16231 func_opt_split_arg=${1#*=}
16232 }
16233
16234 # func_lo2o object
16235 func_lo2o ()
16236 {
16237 case ${1} in
16238 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16239 *) func_lo2o_result=${1} ;;
16240 esac
16241 }
16242
16243 # func_xform libobj-or-source
16244 func_xform ()
16245 {
16246 func_xform_result=${1%.*}.lo
16247 }
16248
16249 # func_arith arithmetic-term...
16250 func_arith ()
16251 {
16252 func_arith_result=$(( $* ))
16253 }
16254
16255 # func_len string
16256 # STRING may not start with a hyphen.
16257 func_len ()
16258 {
16259 func_len_result=${#1}
16260 }
16261
16262 _LT_EOF
16263 ;;
16264 *) # Bourne compatible functions.
16265 cat << \_LT_EOF >> "$cfgfile"
16266
16267 # func_dirname file append nondir_replacement
16268 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16269 # otherwise set result to NONDIR_REPLACEMENT.
16270 func_dirname ()
16271 {
16272 # Extract subdirectory from the argument.
16273 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16274 if test "X$func_dirname_result" = "X${1}"; then
16275 func_dirname_result="${3}"
16276 else
16277 func_dirname_result="$func_dirname_result${2}"
16278 fi
16279 }
16280
16281 # func_basename file
16282 func_basename ()
16283 {
16284 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16285 }
16286
16287
16288 # func_stripname prefix suffix name
16289 # strip PREFIX and SUFFIX off of NAME.
16290 # PREFIX and SUFFIX must not contain globbing or regex special
16291 # characters, hashes, percent signs, but SUFFIX may contain a leading
16292 # dot (in which case that matches only a dot).
16293 # func_strip_suffix prefix name
16294 func_stripname ()
16295 {
16296 case ${2} in
16297 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16298 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16299 esac
16300 }
16301
16302 # sed scripts:
16303 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16304 my_sed_long_arg='1s/^-[^=]*=//'
16305
16306 # func_opt_split
16307 func_opt_split ()
16308 {
16309 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16310 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16311 }
16312
16313 # func_lo2o object
16314 func_lo2o ()
16315 {
16316 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16317 }
16318
16319 # func_xform libobj-or-source
16320 func_xform ()
16321 {
16322 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16323 }
16324
16325 # func_arith arithmetic-term...
16326 func_arith ()
16327 {
16328 func_arith_result=`expr "$@"`
16329 }
16330
16331 # func_len string
16332 # STRING may not start with a hyphen.
16333 func_len ()
16334 {
16335 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16336 }
16337
16338 _LT_EOF
16339 esac
16340
16341 case $lt_shell_append in
16342 yes)
16343 cat << \_LT_EOF >> "$cfgfile"
16344
16345 # func_append var value
16346 # Append VALUE to the end of shell variable VAR.
16347 func_append ()
16348 {
16349 eval "$1+=\$2"
16350 }
16351 _LT_EOF
16352 ;;
16353 *)
16354 cat << \_LT_EOF >> "$cfgfile"
16355
16356 # func_append var value
16357 # Append VALUE to the end of shell variable VAR.
16358 func_append ()
16359 {
16360 eval "$1=\$$1\$2"
16361 }
16362
16363 _LT_EOF
16364 ;;
16365 esac
16366
16367
16368 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16369 || (rm -f "$cfgfile"; exit 1)
16370
16371 mv -f "$cfgfile" "$ofile" ||
16372 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16373 chmod +x "$ofile"
16374
16375 ;;
16376 "default-1":C)
16377 for ac_file in $CONFIG_FILES; do
16378 # Support "outfile[:infile[:infile...]]"
16379 case "$ac_file" in
16380 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16381 esac
16382 # PO directories have a Makefile.in generated from Makefile.in.in.
16383 case "$ac_file" in */Makefile.in)
16384 # Adjust a relative srcdir.
16385 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16386 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16387 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16388 # In autoconf-2.13 it is called $ac_given_srcdir.
16389 # In autoconf-2.50 it is called $srcdir.
16390 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16391 case "$ac_given_srcdir" in
16392 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16393 /*) top_srcdir="$ac_given_srcdir" ;;
16394 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16395 esac
16396 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16397 rm -f "$ac_dir/POTFILES"
16398 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16399 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16400 POMAKEFILEDEPS="POTFILES.in"
16401 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16402 # on $ac_dir but don't depend on user-specified configuration
16403 # parameters.
16404 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16405 # The LINGUAS file contains the set of available languages.
16406 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16407 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16408 fi
16409 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16410 # Hide the ALL_LINGUAS assigment from automake.
16411 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16412 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16413 else
16414 # The set of available languages was given in configure.ac.
16415 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16416 fi
16417 case "$ac_given_srcdir" in
16418 .) srcdirpre= ;;
16419 *) srcdirpre='$(srcdir)/' ;;
16420 esac
16421 POFILES=
16422 GMOFILES=
16423 UPDATEPOFILES=
16424 DUMMYPOFILES=
16425 for lang in $ALL_LINGUAS; do
16426 POFILES="$POFILES $srcdirpre$lang.po"
16427 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16428 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16429 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16430 done
16431 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16432 # environment variable.
16433 INST_LINGUAS=
16434 if test -n "$ALL_LINGUAS"; then
16435 for presentlang in $ALL_LINGUAS; do
16436 useit=no
16437 if test "%UNSET%" != "$LINGUAS"; then
16438 desiredlanguages="$LINGUAS"
16439 else
16440 desiredlanguages="$ALL_LINGUAS"
16441 fi
16442 for desiredlang in $desiredlanguages; do
16443 # Use the presentlang catalog if desiredlang is
16444 # a. equal to presentlang, or
16445 # b. a variant of presentlang (because in this case,
16446 # presentlang can be used as a fallback for messages
16447 # which are not translated in the desiredlang catalog).
16448 case "$desiredlang" in
16449 "$presentlang"*) useit=yes;;
16450 esac
16451 done
16452 if test $useit = yes; then
16453 INST_LINGUAS="$INST_LINGUAS $presentlang"
16454 fi
16455 done
16456 fi
16457 CATALOGS=
16458 if test -n "$INST_LINGUAS"; then
16459 for lang in $INST_LINGUAS; do
16460 CATALOGS="$CATALOGS $lang.gmo"
16461 done
16462 fi
16463 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16464 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"
16465 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16466 if test -f "$f"; then
16467 case "$f" in
16468 *.orig | *.bak | *~) ;;
16469 *) cat "$f" >> "$ac_dir/Makefile" ;;
16470 esac
16471 fi
16472 done
16473 fi
16474 ;;
16475 esac
16476 done ;;
16477 "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
16478 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16479 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16480 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16481 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16482 if test "x$cgen_cpu_prefix" != x ; then
16483 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16484 fi ;;
16485
16486 esac
16487 done # for ac_tag
16488
16489
16490 as_fn_exit 0
16491 _ACEOF
16492 ac_clean_files=$ac_clean_files_save
16493
16494 test $ac_write_fail = 0 ||
16495 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16496
16497
16498 # configure is writing to config.log, and then calls config.status.
16499 # config.status does its own redirection, appending to config.log.
16500 # Unfortunately, on DOS this fails, as config.log is still kept open
16501 # by configure, so config.status won't be able to write to it; its
16502 # output is simply discarded. So we exec the FD to /dev/null,
16503 # effectively closing config.log, so it can be properly (re)opened and
16504 # appended to by config.status. When coming back to configure, we
16505 # need to make the FD available again.
16506 if test "$no_create" != yes; then
16507 ac_cs_success=:
16508 ac_config_status_args=
16509 test "$silent" = yes &&
16510 ac_config_status_args="$ac_config_status_args --quiet"
16511 exec 5>/dev/null
16512 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16513 exec 5>>config.log
16514 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16515 # would make configure fail if this is the last instruction.
16516 $ac_cs_success || as_fn_exit 1
16517 fi
16518 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16519 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16520 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16521 fi
16522
16523
16524
16525 touch config.status.tmp
16526 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16527 sed '/as_fn_exit 0/i \
16528 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16529 touch --reference=Makefile Makefile.tmp \
16530 mv Makefile.tmp Makefile \
16531 ' config.status > config.status.tmp
16532 touch --reference=config.status config.status.tmp
16533 mv config.status.tmp config.status
16534 chmod +x config.status
16535 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16536 touch --reference=Makefile Makefile.tmp
16537 mv Makefile.tmp Makefile
16538 else
16539 rm -f config.status.tmp
16540 fi