PATCH [3/10] arm: add 'aut' instruction for Armv8.1-M pacbti extension
[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 test.
4945 lt_cv_path_NM="$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 for lt_tmp_nm in $lt_nm_to_check; do
4952 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4953 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4954 IFS="$lt_save_ifs"
4955 test -z "$ac_dir" && ac_dir=.
4956 tmp_nm="$ac_dir/$lt_tmp_nm"
4957 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4958 # Check to see if the nm accepts a BSD-compat flag.
4959 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4960 # nm: unknown option "B" ignored
4961 # Tru64's nm complains that /dev/null is an invalid object file
4962 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4963 */dev/null* | *'Invalid file or object type'*)
4964 lt_cv_path_NM="$tmp_nm -B"
4965 break
4966 ;;
4967 *)
4968 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4969 */dev/null*)
4970 lt_cv_path_NM="$tmp_nm -p"
4971 break
4972 ;;
4973 *)
4974 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4975 continue # so that we can try to find one that supports BSD flags
4976 ;;
4977 esac
4978 ;;
4979 esac
4980 fi
4981 done
4982 IFS="$lt_save_ifs"
4983 done
4984 : ${lt_cv_path_NM=no}
4985 fi
4986 fi
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4988 $as_echo "$lt_cv_path_NM" >&6; }
4989 if test "$lt_cv_path_NM" != "no"; then
4990 NM="$lt_cv_path_NM"
4991 else
4992 # Didn't find any BSD compatible name lister, look for dumpbin.
4993 if test -n "$DUMPBIN"; then :
4994 # Let the user override the test.
4995 else
4996 if test -n "$ac_tool_prefix"; then
4997 for ac_prog in dumpbin "link -dump"
4998 do
4999 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5000 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5002 $as_echo_n "checking for $ac_word... " >&6; }
5003 if ${ac_cv_prog_DUMPBIN+:} false; then :
5004 $as_echo_n "(cached) " >&6
5005 else
5006 if test -n "$DUMPBIN"; then
5007 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5008 else
5009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5010 for as_dir in $PATH
5011 do
5012 IFS=$as_save_IFS
5013 test -z "$as_dir" && as_dir=.
5014 for ac_exec_ext in '' $ac_executable_extensions; do
5015 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5016 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5017 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5018 break 2
5019 fi
5020 done
5021 done
5022 IFS=$as_save_IFS
5023
5024 fi
5025 fi
5026 DUMPBIN=$ac_cv_prog_DUMPBIN
5027 if test -n "$DUMPBIN"; then
5028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5029 $as_echo "$DUMPBIN" >&6; }
5030 else
5031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5032 $as_echo "no" >&6; }
5033 fi
5034
5035
5036 test -n "$DUMPBIN" && break
5037 done
5038 fi
5039 if test -z "$DUMPBIN"; then
5040 ac_ct_DUMPBIN=$DUMPBIN
5041 for ac_prog in dumpbin "link -dump"
5042 do
5043 # Extract the first word of "$ac_prog", so it can be a program name with args.
5044 set dummy $ac_prog; ac_word=$2
5045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5046 $as_echo_n "checking for $ac_word... " >&6; }
5047 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5048 $as_echo_n "(cached) " >&6
5049 else
5050 if test -n "$ac_ct_DUMPBIN"; then
5051 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5052 else
5053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5054 for as_dir in $PATH
5055 do
5056 IFS=$as_save_IFS
5057 test -z "$as_dir" && as_dir=.
5058 for ac_exec_ext in '' $ac_executable_extensions; do
5059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5060 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5062 break 2
5063 fi
5064 done
5065 done
5066 IFS=$as_save_IFS
5067
5068 fi
5069 fi
5070 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5071 if test -n "$ac_ct_DUMPBIN"; then
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5073 $as_echo "$ac_ct_DUMPBIN" >&6; }
5074 else
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5076 $as_echo "no" >&6; }
5077 fi
5078
5079
5080 test -n "$ac_ct_DUMPBIN" && break
5081 done
5082
5083 if test "x$ac_ct_DUMPBIN" = x; then
5084 DUMPBIN=":"
5085 else
5086 case $cross_compiling:$ac_tool_warned in
5087 yes:)
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5089 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5090 ac_tool_warned=yes ;;
5091 esac
5092 DUMPBIN=$ac_ct_DUMPBIN
5093 fi
5094 fi
5095
5096 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5097 *COFF*)
5098 DUMPBIN="$DUMPBIN -symbols"
5099 ;;
5100 *)
5101 DUMPBIN=:
5102 ;;
5103 esac
5104 fi
5105
5106 if test "$DUMPBIN" != ":"; then
5107 NM="$DUMPBIN"
5108 fi
5109 fi
5110 test -z "$NM" && NM=nm
5111
5112
5113
5114
5115
5116
5117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5118 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5119 if ${lt_cv_nm_interface+:} false; then :
5120 $as_echo_n "(cached) " >&6
5121 else
5122 lt_cv_nm_interface="BSD nm"
5123 echo "int some_variable = 0;" > conftest.$ac_ext
5124 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5125 (eval "$ac_compile" 2>conftest.err)
5126 cat conftest.err >&5
5127 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5128 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5129 cat conftest.err >&5
5130 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5131 cat conftest.out >&5
5132 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5133 lt_cv_nm_interface="MS dumpbin"
5134 fi
5135 rm -f conftest*
5136 fi
5137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5138 $as_echo "$lt_cv_nm_interface" >&6; }
5139
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5141 $as_echo_n "checking whether ln -s works... " >&6; }
5142 LN_S=$as_ln_s
5143 if test "$LN_S" = "ln -s"; then
5144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5145 $as_echo "yes" >&6; }
5146 else
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5148 $as_echo "no, using $LN_S" >&6; }
5149 fi
5150
5151 # find the maximum length of command line arguments
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5153 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5154 if ${lt_cv_sys_max_cmd_len+:} false; then :
5155 $as_echo_n "(cached) " >&6
5156 else
5157 i=0
5158 teststring="ABCD"
5159
5160 case $build_os in
5161 msdosdjgpp*)
5162 # On DJGPP, this test can blow up pretty badly due to problems in libc
5163 # (any single argument exceeding 2000 bytes causes a buffer overrun
5164 # during glob expansion). Even if it were fixed, the result of this
5165 # check would be larger than it should be.
5166 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5167 ;;
5168
5169 gnu*)
5170 # Under GNU Hurd, this test is not required because there is
5171 # no limit to the length of command line arguments.
5172 # Libtool will interpret -1 as no limit whatsoever
5173 lt_cv_sys_max_cmd_len=-1;
5174 ;;
5175
5176 cygwin* | mingw* | cegcc*)
5177 # On Win9x/ME, this test blows up -- it succeeds, but takes
5178 # about 5 minutes as the teststring grows exponentially.
5179 # Worse, since 9x/ME are not pre-emptively multitasking,
5180 # you end up with a "frozen" computer, even though with patience
5181 # the test eventually succeeds (with a max line length of 256k).
5182 # Instead, let's just punt: use the minimum linelength reported by
5183 # all of the supported platforms: 8192 (on NT/2K/XP).
5184 lt_cv_sys_max_cmd_len=8192;
5185 ;;
5186
5187 mint*)
5188 # On MiNT this can take a long time and run out of memory.
5189 lt_cv_sys_max_cmd_len=8192;
5190 ;;
5191
5192 amigaos*)
5193 # On AmigaOS with pdksh, this test takes hours, literally.
5194 # So we just punt and use a minimum line length of 8192.
5195 lt_cv_sys_max_cmd_len=8192;
5196 ;;
5197
5198 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5199 # This has been around since 386BSD, at least. Likely further.
5200 if test -x /sbin/sysctl; then
5201 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5202 elif test -x /usr/sbin/sysctl; then
5203 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5204 else
5205 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5206 fi
5207 # And add a safety zone
5208 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5209 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5210 ;;
5211
5212 interix*)
5213 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5214 lt_cv_sys_max_cmd_len=196608
5215 ;;
5216
5217 osf*)
5218 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5219 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5220 # nice to cause kernel panics so lets avoid the loop below.
5221 # First set a reasonable default.
5222 lt_cv_sys_max_cmd_len=16384
5223 #
5224 if test -x /sbin/sysconfig; then
5225 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5226 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5227 esac
5228 fi
5229 ;;
5230 sco3.2v5*)
5231 lt_cv_sys_max_cmd_len=102400
5232 ;;
5233 sysv5* | sco5v6* | sysv4.2uw2*)
5234 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5235 if test -n "$kargmax"; then
5236 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5237 else
5238 lt_cv_sys_max_cmd_len=32768
5239 fi
5240 ;;
5241 *)
5242 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5243 if test -n "$lt_cv_sys_max_cmd_len"; then
5244 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5245 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5246 else
5247 # Make teststring a little bigger before we do anything with it.
5248 # a 1K string should be a reasonable start.
5249 for i in 1 2 3 4 5 6 7 8 ; do
5250 teststring=$teststring$teststring
5251 done
5252 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5253 # If test is not a shell built-in, we'll probably end up computing a
5254 # maximum length that is only half of the actual maximum length, but
5255 # we can't tell.
5256 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5257 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5258 test $i != 17 # 1/2 MB should be enough
5259 do
5260 i=`expr $i + 1`
5261 teststring=$teststring$teststring
5262 done
5263 # Only check the string length outside the loop.
5264 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5265 teststring=
5266 # Add a significant safety factor because C++ compilers can tack on
5267 # massive amounts of additional arguments before passing them to the
5268 # linker. It appears as though 1/2 is a usable value.
5269 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5270 fi
5271 ;;
5272 esac
5273
5274 fi
5275
5276 if test -n $lt_cv_sys_max_cmd_len ; then
5277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5278 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5279 else
5280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5281 $as_echo "none" >&6; }
5282 fi
5283 max_cmd_len=$lt_cv_sys_max_cmd_len
5284
5285
5286
5287
5288
5289
5290 : ${CP="cp -f"}
5291 : ${MV="mv -f"}
5292 : ${RM="rm -f"}
5293
5294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5295 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5296 # Try some XSI features
5297 xsi_shell=no
5298 ( _lt_dummy="a/b/c"
5299 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5300 = c,a/b,, \
5301 && eval 'test $(( 1 + 1 )) -eq 2 \
5302 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5303 && xsi_shell=yes
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5305 $as_echo "$xsi_shell" >&6; }
5306
5307
5308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5309 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5310 lt_shell_append=no
5311 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5312 >/dev/null 2>&1 \
5313 && lt_shell_append=yes
5314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5315 $as_echo "$lt_shell_append" >&6; }
5316
5317
5318 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5319 lt_unset=unset
5320 else
5321 lt_unset=false
5322 fi
5323
5324
5325
5326
5327
5328 # test EBCDIC or ASCII
5329 case `echo X|tr X '\101'` in
5330 A) # ASCII based system
5331 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5332 lt_SP2NL='tr \040 \012'
5333 lt_NL2SP='tr \015\012 \040\040'
5334 ;;
5335 *) # EBCDIC based system
5336 lt_SP2NL='tr \100 \n'
5337 lt_NL2SP='tr \r\n \100\100'
5338 ;;
5339 esac
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5350 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5351 if ${lt_cv_ld_reload_flag+:} false; then :
5352 $as_echo_n "(cached) " >&6
5353 else
5354 lt_cv_ld_reload_flag='-r'
5355 fi
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5357 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5358 reload_flag=$lt_cv_ld_reload_flag
5359 case $reload_flag in
5360 "" | " "*) ;;
5361 *) reload_flag=" $reload_flag" ;;
5362 esac
5363 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5364 case $host_os in
5365 darwin*)
5366 if test "$GCC" = yes; then
5367 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5368 else
5369 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5370 fi
5371 ;;
5372 esac
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382 if test -n "$ac_tool_prefix"; then
5383 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5384 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5386 $as_echo_n "checking for $ac_word... " >&6; }
5387 if ${ac_cv_prog_OBJDUMP+:} false; then :
5388 $as_echo_n "(cached) " >&6
5389 else
5390 if test -n "$OBJDUMP"; then
5391 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5392 else
5393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5394 for as_dir in $PATH
5395 do
5396 IFS=$as_save_IFS
5397 test -z "$as_dir" && as_dir=.
5398 for ac_exec_ext in '' $ac_executable_extensions; do
5399 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5400 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5401 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5402 break 2
5403 fi
5404 done
5405 done
5406 IFS=$as_save_IFS
5407
5408 fi
5409 fi
5410 OBJDUMP=$ac_cv_prog_OBJDUMP
5411 if test -n "$OBJDUMP"; then
5412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5413 $as_echo "$OBJDUMP" >&6; }
5414 else
5415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5416 $as_echo "no" >&6; }
5417 fi
5418
5419
5420 fi
5421 if test -z "$ac_cv_prog_OBJDUMP"; then
5422 ac_ct_OBJDUMP=$OBJDUMP
5423 # Extract the first word of "objdump", so it can be a program name with args.
5424 set dummy objdump; ac_word=$2
5425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5426 $as_echo_n "checking for $ac_word... " >&6; }
5427 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5428 $as_echo_n "(cached) " >&6
5429 else
5430 if test -n "$ac_ct_OBJDUMP"; then
5431 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5432 else
5433 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5434 for as_dir in $PATH
5435 do
5436 IFS=$as_save_IFS
5437 test -z "$as_dir" && as_dir=.
5438 for ac_exec_ext in '' $ac_executable_extensions; do
5439 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5440 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5441 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5442 break 2
5443 fi
5444 done
5445 done
5446 IFS=$as_save_IFS
5447
5448 fi
5449 fi
5450 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5451 if test -n "$ac_ct_OBJDUMP"; then
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5453 $as_echo "$ac_ct_OBJDUMP" >&6; }
5454 else
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5456 $as_echo "no" >&6; }
5457 fi
5458
5459 if test "x$ac_ct_OBJDUMP" = x; then
5460 OBJDUMP="false"
5461 else
5462 case $cross_compiling:$ac_tool_warned in
5463 yes:)
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5465 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5466 ac_tool_warned=yes ;;
5467 esac
5468 OBJDUMP=$ac_ct_OBJDUMP
5469 fi
5470 else
5471 OBJDUMP="$ac_cv_prog_OBJDUMP"
5472 fi
5473
5474 test -z "$OBJDUMP" && OBJDUMP=objdump
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5485 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5486 if ${lt_cv_deplibs_check_method+:} false; then :
5487 $as_echo_n "(cached) " >&6
5488 else
5489 lt_cv_file_magic_cmd='$MAGIC_CMD'
5490 lt_cv_file_magic_test_file=
5491 lt_cv_deplibs_check_method='unknown'
5492 # Need to set the preceding variable on all platforms that support
5493 # interlibrary dependencies.
5494 # 'none' -- dependencies not supported.
5495 # `unknown' -- same as none, but documents that we really don't know.
5496 # 'pass_all' -- all dependencies passed with no checks.
5497 # 'test_compile' -- check by making test program.
5498 # 'file_magic [[regex]]' -- check by looking for files in library path
5499 # which responds to the $file_magic_cmd with a given extended regex.
5500 # If you have `file' or equivalent on your system and you're not sure
5501 # whether `pass_all' will *always* work, you probably want this one.
5502
5503 case $host_os in
5504 aix[4-9]*)
5505 lt_cv_deplibs_check_method=pass_all
5506 ;;
5507
5508 beos*)
5509 lt_cv_deplibs_check_method=pass_all
5510 ;;
5511
5512 bsdi[45]*)
5513 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5514 lt_cv_file_magic_cmd='/usr/bin/file -L'
5515 lt_cv_file_magic_test_file=/shlib/libc.so
5516 ;;
5517
5518 cygwin*)
5519 # func_win32_libid is a shell function defined in ltmain.sh
5520 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5521 lt_cv_file_magic_cmd='func_win32_libid'
5522 ;;
5523
5524 mingw* | pw32*)
5525 # Base MSYS/MinGW do not provide the 'file' command needed by
5526 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5527 # unless we find 'file', for example because we are cross-compiling.
5528 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5529 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5530 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5531 lt_cv_file_magic_cmd='func_win32_libid'
5532 else
5533 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5534 lt_cv_file_magic_cmd='$OBJDUMP -f'
5535 fi
5536 ;;
5537
5538 cegcc*)
5539 # use the weaker test based on 'objdump'. See mingw*.
5540 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5541 lt_cv_file_magic_cmd='$OBJDUMP -f'
5542 ;;
5543
5544 darwin* | rhapsody*)
5545 lt_cv_deplibs_check_method=pass_all
5546 ;;
5547
5548 freebsd* | dragonfly*)
5549 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5550 case $host_cpu in
5551 i*86 )
5552 # Not sure whether the presence of OpenBSD here was a mistake.
5553 # Let's accept both of them until this is cleared up.
5554 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5555 lt_cv_file_magic_cmd=/usr/bin/file
5556 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5557 ;;
5558 esac
5559 else
5560 lt_cv_deplibs_check_method=pass_all
5561 fi
5562 ;;
5563
5564 gnu*)
5565 lt_cv_deplibs_check_method=pass_all
5566 ;;
5567
5568 haiku*)
5569 lt_cv_deplibs_check_method=pass_all
5570 ;;
5571
5572 hpux10.20* | hpux11*)
5573 lt_cv_file_magic_cmd=/usr/bin/file
5574 case $host_cpu in
5575 ia64*)
5576 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5577 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5578 ;;
5579 hppa*64*)
5580 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]'
5581 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5582 ;;
5583 *)
5584 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5585 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5586 ;;
5587 esac
5588 ;;
5589
5590 interix[3-9]*)
5591 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5592 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5593 ;;
5594
5595 irix5* | irix6* | nonstopux*)
5596 case $LD in
5597 *-32|*"-32 ") libmagic=32-bit;;
5598 *-n32|*"-n32 ") libmagic=N32;;
5599 *-64|*"-64 ") libmagic=64-bit;;
5600 *) libmagic=never-match;;
5601 esac
5602 lt_cv_deplibs_check_method=pass_all
5603 ;;
5604
5605 # This must be Linux ELF.
5606 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5607 lt_cv_deplibs_check_method=pass_all
5608 ;;
5609
5610 netbsd*)
5611 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5612 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5613 else
5614 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5615 fi
5616 ;;
5617
5618 newos6*)
5619 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5620 lt_cv_file_magic_cmd=/usr/bin/file
5621 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5622 ;;
5623
5624 *nto* | *qnx*)
5625 lt_cv_deplibs_check_method=pass_all
5626 ;;
5627
5628 openbsd*)
5629 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5630 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5631 else
5632 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5633 fi
5634 ;;
5635
5636 osf3* | osf4* | osf5*)
5637 lt_cv_deplibs_check_method=pass_all
5638 ;;
5639
5640 rdos*)
5641 lt_cv_deplibs_check_method=pass_all
5642 ;;
5643
5644 solaris*)
5645 lt_cv_deplibs_check_method=pass_all
5646 ;;
5647
5648 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5649 lt_cv_deplibs_check_method=pass_all
5650 ;;
5651
5652 sysv4 | sysv4.3*)
5653 case $host_vendor in
5654 motorola)
5655 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]'
5656 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5657 ;;
5658 ncr)
5659 lt_cv_deplibs_check_method=pass_all
5660 ;;
5661 sequent)
5662 lt_cv_file_magic_cmd='/bin/file'
5663 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5664 ;;
5665 sni)
5666 lt_cv_file_magic_cmd='/bin/file'
5667 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5668 lt_cv_file_magic_test_file=/lib/libc.so
5669 ;;
5670 siemens)
5671 lt_cv_deplibs_check_method=pass_all
5672 ;;
5673 pc)
5674 lt_cv_deplibs_check_method=pass_all
5675 ;;
5676 esac
5677 ;;
5678
5679 tpf*)
5680 lt_cv_deplibs_check_method=pass_all
5681 ;;
5682 esac
5683
5684 fi
5685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5686 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5687 file_magic_cmd=$lt_cv_file_magic_cmd
5688 deplibs_check_method=$lt_cv_deplibs_check_method
5689 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702 plugin_option=
5703 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5704 for plugin in $plugin_names; do
5705 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5706 if test x$plugin_so = x$plugin; then
5707 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5708 fi
5709 if test x$plugin_so != x$plugin; then
5710 plugin_option="--plugin $plugin_so"
5711 break
5712 fi
5713 done
5714
5715 if test -n "$ac_tool_prefix"; then
5716 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5717 set dummy ${ac_tool_prefix}ar; ac_word=$2
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5719 $as_echo_n "checking for $ac_word... " >&6; }
5720 if ${ac_cv_prog_AR+:} false; then :
5721 $as_echo_n "(cached) " >&6
5722 else
5723 if test -n "$AR"; then
5724 ac_cv_prog_AR="$AR" # Let the user override the test.
5725 else
5726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5727 for as_dir in $PATH
5728 do
5729 IFS=$as_save_IFS
5730 test -z "$as_dir" && as_dir=.
5731 for ac_exec_ext in '' $ac_executable_extensions; do
5732 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5733 ac_cv_prog_AR="${ac_tool_prefix}ar"
5734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5735 break 2
5736 fi
5737 done
5738 done
5739 IFS=$as_save_IFS
5740
5741 fi
5742 fi
5743 AR=$ac_cv_prog_AR
5744 if test -n "$AR"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5746 $as_echo "$AR" >&6; }
5747 else
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5749 $as_echo "no" >&6; }
5750 fi
5751
5752
5753 fi
5754 if test -z "$ac_cv_prog_AR"; then
5755 ac_ct_AR=$AR
5756 # Extract the first word of "ar", so it can be a program name with args.
5757 set dummy ar; ac_word=$2
5758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5759 $as_echo_n "checking for $ac_word... " >&6; }
5760 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5761 $as_echo_n "(cached) " >&6
5762 else
5763 if test -n "$ac_ct_AR"; then
5764 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5765 else
5766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5767 for as_dir in $PATH
5768 do
5769 IFS=$as_save_IFS
5770 test -z "$as_dir" && as_dir=.
5771 for ac_exec_ext in '' $ac_executable_extensions; do
5772 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5773 ac_cv_prog_ac_ct_AR="ar"
5774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5775 break 2
5776 fi
5777 done
5778 done
5779 IFS=$as_save_IFS
5780
5781 fi
5782 fi
5783 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5784 if test -n "$ac_ct_AR"; then
5785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5786 $as_echo "$ac_ct_AR" >&6; }
5787 else
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5789 $as_echo "no" >&6; }
5790 fi
5791
5792 if test "x$ac_ct_AR" = x; then
5793 AR="false"
5794 else
5795 case $cross_compiling:$ac_tool_warned in
5796 yes:)
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5799 ac_tool_warned=yes ;;
5800 esac
5801 AR=$ac_ct_AR
5802 fi
5803 else
5804 AR="$ac_cv_prog_AR"
5805 fi
5806
5807 test -z "$AR" && AR=ar
5808 if test -n "$plugin_option"; then
5809 if $AR --help 2>&1 | grep -q "\--plugin"; then
5810 touch conftest.c
5811 $AR $plugin_option rc conftest.a conftest.c
5812 if test "$?" != 0; then
5813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5814 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5815 else
5816 AR="$AR $plugin_option"
5817 fi
5818 rm -f conftest.*
5819 fi
5820 fi
5821 test -z "$AR_FLAGS" && AR_FLAGS=cru
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833 if test -n "$ac_tool_prefix"; then
5834 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5835 set dummy ${ac_tool_prefix}strip; ac_word=$2
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5837 $as_echo_n "checking for $ac_word... " >&6; }
5838 if ${ac_cv_prog_STRIP+:} false; then :
5839 $as_echo_n "(cached) " >&6
5840 else
5841 if test -n "$STRIP"; then
5842 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5843 else
5844 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5845 for as_dir in $PATH
5846 do
5847 IFS=$as_save_IFS
5848 test -z "$as_dir" && as_dir=.
5849 for ac_exec_ext in '' $ac_executable_extensions; do
5850 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5851 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5852 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5853 break 2
5854 fi
5855 done
5856 done
5857 IFS=$as_save_IFS
5858
5859 fi
5860 fi
5861 STRIP=$ac_cv_prog_STRIP
5862 if test -n "$STRIP"; then
5863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5864 $as_echo "$STRIP" >&6; }
5865 else
5866 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5867 $as_echo "no" >&6; }
5868 fi
5869
5870
5871 fi
5872 if test -z "$ac_cv_prog_STRIP"; then
5873 ac_ct_STRIP=$STRIP
5874 # Extract the first word of "strip", so it can be a program name with args.
5875 set dummy strip; ac_word=$2
5876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5877 $as_echo_n "checking for $ac_word... " >&6; }
5878 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5879 $as_echo_n "(cached) " >&6
5880 else
5881 if test -n "$ac_ct_STRIP"; then
5882 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5883 else
5884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5885 for as_dir in $PATH
5886 do
5887 IFS=$as_save_IFS
5888 test -z "$as_dir" && as_dir=.
5889 for ac_exec_ext in '' $ac_executable_extensions; do
5890 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5891 ac_cv_prog_ac_ct_STRIP="strip"
5892 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893 break 2
5894 fi
5895 done
5896 done
5897 IFS=$as_save_IFS
5898
5899 fi
5900 fi
5901 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5902 if test -n "$ac_ct_STRIP"; then
5903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5904 $as_echo "$ac_ct_STRIP" >&6; }
5905 else
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5907 $as_echo "no" >&6; }
5908 fi
5909
5910 if test "x$ac_ct_STRIP" = x; then
5911 STRIP=":"
5912 else
5913 case $cross_compiling:$ac_tool_warned in
5914 yes:)
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5916 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5917 ac_tool_warned=yes ;;
5918 esac
5919 STRIP=$ac_ct_STRIP
5920 fi
5921 else
5922 STRIP="$ac_cv_prog_STRIP"
5923 fi
5924
5925 test -z "$STRIP" && STRIP=:
5926
5927
5928
5929
5930
5931
5932 if test -n "$ac_tool_prefix"; then
5933 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5934 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5936 $as_echo_n "checking for $ac_word... " >&6; }
5937 if ${ac_cv_prog_RANLIB+:} false; then :
5938 $as_echo_n "(cached) " >&6
5939 else
5940 if test -n "$RANLIB"; then
5941 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5942 else
5943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5944 for as_dir in $PATH
5945 do
5946 IFS=$as_save_IFS
5947 test -z "$as_dir" && as_dir=.
5948 for ac_exec_ext in '' $ac_executable_extensions; do
5949 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5950 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5951 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 break 2
5953 fi
5954 done
5955 done
5956 IFS=$as_save_IFS
5957
5958 fi
5959 fi
5960 RANLIB=$ac_cv_prog_RANLIB
5961 if test -n "$RANLIB"; then
5962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5963 $as_echo "$RANLIB" >&6; }
5964 else
5965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5966 $as_echo "no" >&6; }
5967 fi
5968
5969
5970 fi
5971 if test -z "$ac_cv_prog_RANLIB"; then
5972 ac_ct_RANLIB=$RANLIB
5973 # Extract the first word of "ranlib", so it can be a program name with args.
5974 set dummy ranlib; ac_word=$2
5975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5976 $as_echo_n "checking for $ac_word... " >&6; }
5977 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
5978 $as_echo_n "(cached) " >&6
5979 else
5980 if test -n "$ac_ct_RANLIB"; then
5981 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5982 else
5983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5984 for as_dir in $PATH
5985 do
5986 IFS=$as_save_IFS
5987 test -z "$as_dir" && as_dir=.
5988 for ac_exec_ext in '' $ac_executable_extensions; do
5989 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5990 ac_cv_prog_ac_ct_RANLIB="ranlib"
5991 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5992 break 2
5993 fi
5994 done
5995 done
5996 IFS=$as_save_IFS
5997
5998 fi
5999 fi
6000 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6001 if test -n "$ac_ct_RANLIB"; then
6002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6003 $as_echo "$ac_ct_RANLIB" >&6; }
6004 else
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6006 $as_echo "no" >&6; }
6007 fi
6008
6009 if test "x$ac_ct_RANLIB" = x; then
6010 RANLIB=":"
6011 else
6012 case $cross_compiling:$ac_tool_warned in
6013 yes:)
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6015 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6016 ac_tool_warned=yes ;;
6017 esac
6018 RANLIB=$ac_ct_RANLIB
6019 fi
6020 else
6021 RANLIB="$ac_cv_prog_RANLIB"
6022 fi
6023
6024 test -z "$RANLIB" && RANLIB=:
6025 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6026 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6027 RANLIB="$RANLIB $plugin_option"
6028 fi
6029 fi
6030
6031
6032
6033
6034
6035
6036 # Determine commands to create old-style static archives.
6037 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6038 old_postinstall_cmds='chmod 644 $oldlib'
6039 old_postuninstall_cmds=
6040
6041 if test -n "$RANLIB"; then
6042 case $host_os in
6043 openbsd*)
6044 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6045 ;;
6046 *)
6047 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6048 ;;
6049 esac
6050 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6051 fi
6052
6053 case $host_os in
6054 darwin*)
6055 lock_old_archive_extraction=yes ;;
6056 *)
6057 lock_old_archive_extraction=no ;;
6058 esac
6059
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 # If no C compiler was specified, use CC.
6099 LTCC=${LTCC-"$CC"}
6100
6101 # If no C compiler flags were specified, use CFLAGS.
6102 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6103
6104 # Allow CC to be a program name with arguments.
6105 compiler=$CC
6106
6107
6108 # Check for command to grab the raw symbol name followed by C symbol from nm.
6109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6110 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6111 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6112 $as_echo_n "(cached) " >&6
6113 else
6114
6115 # These are sane defaults that work on at least a few old systems.
6116 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6117
6118 # Character class describing NM global symbol codes.
6119 symcode='[BCDEGRST]'
6120
6121 # Regexp to match symbols that can be accessed directly from C.
6122 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6123
6124 # Define system-specific variables.
6125 case $host_os in
6126 aix*)
6127 symcode='[BCDT]'
6128 ;;
6129 cygwin* | mingw* | pw32* | cegcc*)
6130 symcode='[ABCDGISTW]'
6131 ;;
6132 hpux*)
6133 if test "$host_cpu" = ia64; then
6134 symcode='[ABCDEGRST]'
6135 fi
6136 ;;
6137 irix* | nonstopux*)
6138 symcode='[BCDEGRST]'
6139 ;;
6140 osf*)
6141 symcode='[BCDEGQRST]'
6142 ;;
6143 solaris*)
6144 symcode='[BDRT]'
6145 ;;
6146 sco3.2v5*)
6147 symcode='[DT]'
6148 ;;
6149 sysv4.2uw2*)
6150 symcode='[DT]'
6151 ;;
6152 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6153 symcode='[ABDT]'
6154 ;;
6155 sysv4)
6156 symcode='[DFNSTU]'
6157 ;;
6158 esac
6159
6160 # If we're using GNU nm, then use its standard symbol codes.
6161 case `$NM -V 2>&1` in
6162 *GNU* | *'with BFD'*)
6163 symcode='[ABCDGIRSTW]' ;;
6164 esac
6165
6166 # Transform an extracted symbol line into a proper C declaration.
6167 # Some systems (esp. on ia64) link data and code symbols differently,
6168 # so use this general approach.
6169 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6170
6171 # Transform an extracted symbol line into symbol name and symbol address
6172 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6173 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'"
6174
6175 # Handle CRLF in mingw tool chain
6176 opt_cr=
6177 case $build_os in
6178 mingw*)
6179 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6180 ;;
6181 esac
6182
6183 # Try without a prefix underscore, then with it.
6184 for ac_symprfx in "" "_"; do
6185
6186 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6187 symxfrm="\\1 $ac_symprfx\\2 \\2"
6188
6189 # Write the raw and C identifiers.
6190 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6191 # Fake it for dumpbin and say T for any non-static function
6192 # and D for any global variable.
6193 # Also find C++ and __fastcall symbols from MSVC++,
6194 # which start with @ or ?.
6195 lt_cv_sys_global_symbol_pipe="$AWK '"\
6196 " {last_section=section; section=\$ 3};"\
6197 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6198 " \$ 0!~/External *\|/{next};"\
6199 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6200 " {if(hide[section]) next};"\
6201 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6202 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6203 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6204 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6205 " ' prfx=^$ac_symprfx"
6206 else
6207 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6208 fi
6209
6210 # Check to see that the pipe works correctly.
6211 pipe_works=no
6212
6213 rm -f conftest*
6214 cat > conftest.$ac_ext <<_LT_EOF
6215 #ifdef __cplusplus
6216 extern "C" {
6217 #endif
6218 char nm_test_var;
6219 void nm_test_func(void);
6220 void nm_test_func(void){}
6221 #ifdef __cplusplus
6222 }
6223 #endif
6224 int main(){nm_test_var='a';nm_test_func();return(0);}
6225 _LT_EOF
6226
6227 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6228 (eval $ac_compile) 2>&5
6229 ac_status=$?
6230 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6231 test $ac_status = 0; }; then
6232 # Now try to grab the symbols.
6233 nlist=conftest.nm
6234 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6235 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6236 ac_status=$?
6237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6238 test $ac_status = 0; } && test -s "$nlist"; then
6239 # Try sorting and uniquifying the output.
6240 if sort "$nlist" | uniq > "$nlist"T; then
6241 mv -f "$nlist"T "$nlist"
6242 else
6243 rm -f "$nlist"T
6244 fi
6245
6246 # Make sure that we snagged all the symbols we need.
6247 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6248 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6249 cat <<_LT_EOF > conftest.$ac_ext
6250 #ifdef __cplusplus
6251 extern "C" {
6252 #endif
6253
6254 _LT_EOF
6255 # Now generate the symbol file.
6256 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6257
6258 cat <<_LT_EOF >> conftest.$ac_ext
6259
6260 /* The mapping between symbol names and symbols. */
6261 const struct {
6262 const char *name;
6263 void *address;
6264 }
6265 lt__PROGRAM__LTX_preloaded_symbols[] =
6266 {
6267 { "@PROGRAM@", (void *) 0 },
6268 _LT_EOF
6269 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6270 cat <<\_LT_EOF >> conftest.$ac_ext
6271 {0, (void *) 0}
6272 };
6273
6274 /* This works around a problem in FreeBSD linker */
6275 #ifdef FREEBSD_WORKAROUND
6276 static const void *lt_preloaded_setup() {
6277 return lt__PROGRAM__LTX_preloaded_symbols;
6278 }
6279 #endif
6280
6281 #ifdef __cplusplus
6282 }
6283 #endif
6284 _LT_EOF
6285 # Now try linking the two files.
6286 mv conftest.$ac_objext conftstm.$ac_objext
6287 lt_save_LIBS="$LIBS"
6288 lt_save_CFLAGS="$CFLAGS"
6289 LIBS="conftstm.$ac_objext"
6290 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6292 (eval $ac_link) 2>&5
6293 ac_status=$?
6294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6295 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6296 pipe_works=yes
6297 fi
6298 LIBS="$lt_save_LIBS"
6299 CFLAGS="$lt_save_CFLAGS"
6300 else
6301 echo "cannot find nm_test_func in $nlist" >&5
6302 fi
6303 else
6304 echo "cannot find nm_test_var in $nlist" >&5
6305 fi
6306 else
6307 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6308 fi
6309 else
6310 echo "$progname: failed program was:" >&5
6311 cat conftest.$ac_ext >&5
6312 fi
6313 rm -rf conftest* conftst*
6314
6315 # Do not use the global_symbol_pipe unless it works.
6316 if test "$pipe_works" = yes; then
6317 break
6318 else
6319 lt_cv_sys_global_symbol_pipe=
6320 fi
6321 done
6322
6323 fi
6324
6325 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6326 lt_cv_sys_global_symbol_to_cdecl=
6327 fi
6328 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6330 $as_echo "failed" >&6; }
6331 else
6332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6333 $as_echo "ok" >&6; }
6334 fi
6335
6336
6337
6338
6339
6340
6341
6342
6343
6344
6345
6346
6347
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357 # Check whether --enable-libtool-lock was given.
6358 if test "${enable_libtool_lock+set}" = set; then :
6359 enableval=$enable_libtool_lock;
6360 fi
6361
6362 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6363
6364 # Some flags need to be propagated to the compiler or linker for good
6365 # libtool support.
6366 case $host in
6367 ia64-*-hpux*)
6368 # Find out which ABI we are using.
6369 echo 'int i;' > conftest.$ac_ext
6370 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6371 (eval $ac_compile) 2>&5
6372 ac_status=$?
6373 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6374 test $ac_status = 0; }; then
6375 case `/usr/bin/file conftest.$ac_objext` in
6376 *ELF-32*)
6377 HPUX_IA64_MODE="32"
6378 ;;
6379 *ELF-64*)
6380 HPUX_IA64_MODE="64"
6381 ;;
6382 esac
6383 fi
6384 rm -rf conftest*
6385 ;;
6386 *-*-irix6*)
6387 # Find out which ABI we are using.
6388 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6389 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6390 (eval $ac_compile) 2>&5
6391 ac_status=$?
6392 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6393 test $ac_status = 0; }; then
6394 if test "$lt_cv_prog_gnu_ld" = yes; then
6395 case `/usr/bin/file conftest.$ac_objext` in
6396 *32-bit*)
6397 LD="${LD-ld} -melf32bsmip"
6398 ;;
6399 *N32*)
6400 LD="${LD-ld} -melf32bmipn32"
6401 ;;
6402 *64-bit*)
6403 LD="${LD-ld} -melf64bmip"
6404 ;;
6405 esac
6406 else
6407 case `/usr/bin/file conftest.$ac_objext` in
6408 *32-bit*)
6409 LD="${LD-ld} -32"
6410 ;;
6411 *N32*)
6412 LD="${LD-ld} -n32"
6413 ;;
6414 *64-bit*)
6415 LD="${LD-ld} -64"
6416 ;;
6417 esac
6418 fi
6419 fi
6420 rm -rf conftest*
6421 ;;
6422
6423 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6424 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6425 # Find out which ABI we are using.
6426 echo 'int i;' > conftest.$ac_ext
6427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6428 (eval $ac_compile) 2>&5
6429 ac_status=$?
6430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6431 test $ac_status = 0; }; then
6432 case `/usr/bin/file conftest.o` in
6433 *32-bit*)
6434 case $host in
6435 x86_64-*kfreebsd*-gnu)
6436 LD="${LD-ld} -m elf_i386_fbsd"
6437 ;;
6438 x86_64-*linux*)
6439 case `/usr/bin/file conftest.o` in
6440 *x86-64*)
6441 LD="${LD-ld} -m elf32_x86_64"
6442 ;;
6443 *)
6444 LD="${LD-ld} -m elf_i386"
6445 ;;
6446 esac
6447 ;;
6448 powerpc64le-*linux*)
6449 LD="${LD-ld} -m elf32lppclinux"
6450 ;;
6451 powerpc64-*linux*)
6452 LD="${LD-ld} -m elf32ppclinux"
6453 ;;
6454 s390x-*linux*)
6455 LD="${LD-ld} -m elf_s390"
6456 ;;
6457 sparc64-*linux*)
6458 LD="${LD-ld} -m elf32_sparc"
6459 ;;
6460 esac
6461 ;;
6462 *64-bit*)
6463 case $host in
6464 x86_64-*kfreebsd*-gnu)
6465 LD="${LD-ld} -m elf_x86_64_fbsd"
6466 ;;
6467 x86_64-*linux*)
6468 LD="${LD-ld} -m elf_x86_64"
6469 ;;
6470 powerpcle-*linux*)
6471 LD="${LD-ld} -m elf64lppc"
6472 ;;
6473 powerpc-*linux*)
6474 LD="${LD-ld} -m elf64ppc"
6475 ;;
6476 s390*-*linux*|s390*-*tpf*)
6477 LD="${LD-ld} -m elf64_s390"
6478 ;;
6479 sparc*-*linux*)
6480 LD="${LD-ld} -m elf64_sparc"
6481 ;;
6482 esac
6483 ;;
6484 esac
6485 fi
6486 rm -rf conftest*
6487 ;;
6488
6489 *-*-sco3.2v5*)
6490 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6491 SAVE_CFLAGS="$CFLAGS"
6492 CFLAGS="$CFLAGS -belf"
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6494 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6495 if ${lt_cv_cc_needs_belf+:} false; then :
6496 $as_echo_n "(cached) " >&6
6497 else
6498 ac_ext=c
6499 ac_cpp='$CPP $CPPFLAGS'
6500 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6501 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6502 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6503
6504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6505 /* end confdefs.h. */
6506
6507 int
6508 main ()
6509 {
6510
6511 ;
6512 return 0;
6513 }
6514 _ACEOF
6515 if ac_fn_c_try_link "$LINENO"; then :
6516 lt_cv_cc_needs_belf=yes
6517 else
6518 lt_cv_cc_needs_belf=no
6519 fi
6520 rm -f core conftest.err conftest.$ac_objext \
6521 conftest$ac_exeext conftest.$ac_ext
6522 ac_ext=c
6523 ac_cpp='$CPP $CPPFLAGS'
6524 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6525 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6526 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6527
6528 fi
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6530 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6531 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6532 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6533 CFLAGS="$SAVE_CFLAGS"
6534 fi
6535 ;;
6536 sparc*-*solaris*)
6537 # Find out which ABI we are using.
6538 echo 'int i;' > conftest.$ac_ext
6539 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6540 (eval $ac_compile) 2>&5
6541 ac_status=$?
6542 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6543 test $ac_status = 0; }; then
6544 case `/usr/bin/file conftest.o` in
6545 *64-bit*)
6546 case $lt_cv_prog_gnu_ld in
6547 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6548 *)
6549 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6550 LD="${LD-ld} -64"
6551 fi
6552 ;;
6553 esac
6554 ;;
6555 esac
6556 fi
6557 rm -rf conftest*
6558 ;;
6559 esac
6560
6561 need_locks="$enable_libtool_lock"
6562
6563
6564 case $host_os in
6565 rhapsody* | darwin*)
6566 if test -n "$ac_tool_prefix"; then
6567 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6568 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6570 $as_echo_n "checking for $ac_word... " >&6; }
6571 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6572 $as_echo_n "(cached) " >&6
6573 else
6574 if test -n "$DSYMUTIL"; then
6575 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6576 else
6577 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6578 for as_dir in $PATH
6579 do
6580 IFS=$as_save_IFS
6581 test -z "$as_dir" && as_dir=.
6582 for ac_exec_ext in '' $ac_executable_extensions; do
6583 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6584 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6585 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6586 break 2
6587 fi
6588 done
6589 done
6590 IFS=$as_save_IFS
6591
6592 fi
6593 fi
6594 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6595 if test -n "$DSYMUTIL"; then
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6597 $as_echo "$DSYMUTIL" >&6; }
6598 else
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6600 $as_echo "no" >&6; }
6601 fi
6602
6603
6604 fi
6605 if test -z "$ac_cv_prog_DSYMUTIL"; then
6606 ac_ct_DSYMUTIL=$DSYMUTIL
6607 # Extract the first word of "dsymutil", so it can be a program name with args.
6608 set dummy dsymutil; ac_word=$2
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6610 $as_echo_n "checking for $ac_word... " >&6; }
6611 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6612 $as_echo_n "(cached) " >&6
6613 else
6614 if test -n "$ac_ct_DSYMUTIL"; then
6615 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6616 else
6617 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6618 for as_dir in $PATH
6619 do
6620 IFS=$as_save_IFS
6621 test -z "$as_dir" && as_dir=.
6622 for ac_exec_ext in '' $ac_executable_extensions; do
6623 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6624 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6625 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6626 break 2
6627 fi
6628 done
6629 done
6630 IFS=$as_save_IFS
6631
6632 fi
6633 fi
6634 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6635 if test -n "$ac_ct_DSYMUTIL"; then
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6637 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6638 else
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6640 $as_echo "no" >&6; }
6641 fi
6642
6643 if test "x$ac_ct_DSYMUTIL" = x; then
6644 DSYMUTIL=":"
6645 else
6646 case $cross_compiling:$ac_tool_warned in
6647 yes:)
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6649 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6650 ac_tool_warned=yes ;;
6651 esac
6652 DSYMUTIL=$ac_ct_DSYMUTIL
6653 fi
6654 else
6655 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6656 fi
6657
6658 if test -n "$ac_tool_prefix"; then
6659 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6660 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6662 $as_echo_n "checking for $ac_word... " >&6; }
6663 if ${ac_cv_prog_NMEDIT+:} false; then :
6664 $as_echo_n "(cached) " >&6
6665 else
6666 if test -n "$NMEDIT"; then
6667 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6668 else
6669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670 for as_dir in $PATH
6671 do
6672 IFS=$as_save_IFS
6673 test -z "$as_dir" && as_dir=.
6674 for ac_exec_ext in '' $ac_executable_extensions; do
6675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6676 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6678 break 2
6679 fi
6680 done
6681 done
6682 IFS=$as_save_IFS
6683
6684 fi
6685 fi
6686 NMEDIT=$ac_cv_prog_NMEDIT
6687 if test -n "$NMEDIT"; then
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6689 $as_echo "$NMEDIT" >&6; }
6690 else
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6692 $as_echo "no" >&6; }
6693 fi
6694
6695
6696 fi
6697 if test -z "$ac_cv_prog_NMEDIT"; then
6698 ac_ct_NMEDIT=$NMEDIT
6699 # Extract the first word of "nmedit", so it can be a program name with args.
6700 set dummy nmedit; ac_word=$2
6701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6702 $as_echo_n "checking for $ac_word... " >&6; }
6703 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6704 $as_echo_n "(cached) " >&6
6705 else
6706 if test -n "$ac_ct_NMEDIT"; then
6707 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6708 else
6709 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6710 for as_dir in $PATH
6711 do
6712 IFS=$as_save_IFS
6713 test -z "$as_dir" && as_dir=.
6714 for ac_exec_ext in '' $ac_executable_extensions; do
6715 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6716 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6717 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6718 break 2
6719 fi
6720 done
6721 done
6722 IFS=$as_save_IFS
6723
6724 fi
6725 fi
6726 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6727 if test -n "$ac_ct_NMEDIT"; then
6728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6729 $as_echo "$ac_ct_NMEDIT" >&6; }
6730 else
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6732 $as_echo "no" >&6; }
6733 fi
6734
6735 if test "x$ac_ct_NMEDIT" = x; then
6736 NMEDIT=":"
6737 else
6738 case $cross_compiling:$ac_tool_warned in
6739 yes:)
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6741 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6742 ac_tool_warned=yes ;;
6743 esac
6744 NMEDIT=$ac_ct_NMEDIT
6745 fi
6746 else
6747 NMEDIT="$ac_cv_prog_NMEDIT"
6748 fi
6749
6750 if test -n "$ac_tool_prefix"; then
6751 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6752 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6754 $as_echo_n "checking for $ac_word... " >&6; }
6755 if ${ac_cv_prog_LIPO+:} false; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 if test -n "$LIPO"; then
6759 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6760 else
6761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6762 for as_dir in $PATH
6763 do
6764 IFS=$as_save_IFS
6765 test -z "$as_dir" && as_dir=.
6766 for ac_exec_ext in '' $ac_executable_extensions; do
6767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6768 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6770 break 2
6771 fi
6772 done
6773 done
6774 IFS=$as_save_IFS
6775
6776 fi
6777 fi
6778 LIPO=$ac_cv_prog_LIPO
6779 if test -n "$LIPO"; then
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6781 $as_echo "$LIPO" >&6; }
6782 else
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6784 $as_echo "no" >&6; }
6785 fi
6786
6787
6788 fi
6789 if test -z "$ac_cv_prog_LIPO"; then
6790 ac_ct_LIPO=$LIPO
6791 # Extract the first word of "lipo", so it can be a program name with args.
6792 set dummy lipo; ac_word=$2
6793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6794 $as_echo_n "checking for $ac_word... " >&6; }
6795 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6796 $as_echo_n "(cached) " >&6
6797 else
6798 if test -n "$ac_ct_LIPO"; then
6799 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6800 else
6801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6802 for as_dir in $PATH
6803 do
6804 IFS=$as_save_IFS
6805 test -z "$as_dir" && as_dir=.
6806 for ac_exec_ext in '' $ac_executable_extensions; do
6807 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6808 ac_cv_prog_ac_ct_LIPO="lipo"
6809 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6810 break 2
6811 fi
6812 done
6813 done
6814 IFS=$as_save_IFS
6815
6816 fi
6817 fi
6818 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6819 if test -n "$ac_ct_LIPO"; then
6820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6821 $as_echo "$ac_ct_LIPO" >&6; }
6822 else
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6824 $as_echo "no" >&6; }
6825 fi
6826
6827 if test "x$ac_ct_LIPO" = x; then
6828 LIPO=":"
6829 else
6830 case $cross_compiling:$ac_tool_warned in
6831 yes:)
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6833 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6834 ac_tool_warned=yes ;;
6835 esac
6836 LIPO=$ac_ct_LIPO
6837 fi
6838 else
6839 LIPO="$ac_cv_prog_LIPO"
6840 fi
6841
6842 if test -n "$ac_tool_prefix"; then
6843 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6844 set dummy ${ac_tool_prefix}otool; ac_word=$2
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 $as_echo_n "checking for $ac_word... " >&6; }
6847 if ${ac_cv_prog_OTOOL+:} false; then :
6848 $as_echo_n "(cached) " >&6
6849 else
6850 if test -n "$OTOOL"; then
6851 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6852 else
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854 for as_dir in $PATH
6855 do
6856 IFS=$as_save_IFS
6857 test -z "$as_dir" && as_dir=.
6858 for ac_exec_ext in '' $ac_executable_extensions; do
6859 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6860 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862 break 2
6863 fi
6864 done
6865 done
6866 IFS=$as_save_IFS
6867
6868 fi
6869 fi
6870 OTOOL=$ac_cv_prog_OTOOL
6871 if test -n "$OTOOL"; then
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6873 $as_echo "$OTOOL" >&6; }
6874 else
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876 $as_echo "no" >&6; }
6877 fi
6878
6879
6880 fi
6881 if test -z "$ac_cv_prog_OTOOL"; then
6882 ac_ct_OTOOL=$OTOOL
6883 # Extract the first word of "otool", so it can be a program name with args.
6884 set dummy otool; ac_word=$2
6885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6886 $as_echo_n "checking for $ac_word... " >&6; }
6887 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6888 $as_echo_n "(cached) " >&6
6889 else
6890 if test -n "$ac_ct_OTOOL"; then
6891 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6892 else
6893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6894 for as_dir in $PATH
6895 do
6896 IFS=$as_save_IFS
6897 test -z "$as_dir" && as_dir=.
6898 for ac_exec_ext in '' $ac_executable_extensions; do
6899 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6900 ac_cv_prog_ac_ct_OTOOL="otool"
6901 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6902 break 2
6903 fi
6904 done
6905 done
6906 IFS=$as_save_IFS
6907
6908 fi
6909 fi
6910 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6911 if test -n "$ac_ct_OTOOL"; then
6912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6913 $as_echo "$ac_ct_OTOOL" >&6; }
6914 else
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6916 $as_echo "no" >&6; }
6917 fi
6918
6919 if test "x$ac_ct_OTOOL" = x; then
6920 OTOOL=":"
6921 else
6922 case $cross_compiling:$ac_tool_warned in
6923 yes:)
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6925 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6926 ac_tool_warned=yes ;;
6927 esac
6928 OTOOL=$ac_ct_OTOOL
6929 fi
6930 else
6931 OTOOL="$ac_cv_prog_OTOOL"
6932 fi
6933
6934 if test -n "$ac_tool_prefix"; then
6935 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6936 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6938 $as_echo_n "checking for $ac_word... " >&6; }
6939 if ${ac_cv_prog_OTOOL64+:} false; then :
6940 $as_echo_n "(cached) " >&6
6941 else
6942 if test -n "$OTOOL64"; then
6943 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6944 else
6945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6946 for as_dir in $PATH
6947 do
6948 IFS=$as_save_IFS
6949 test -z "$as_dir" && as_dir=.
6950 for ac_exec_ext in '' $ac_executable_extensions; do
6951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6952 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6954 break 2
6955 fi
6956 done
6957 done
6958 IFS=$as_save_IFS
6959
6960 fi
6961 fi
6962 OTOOL64=$ac_cv_prog_OTOOL64
6963 if test -n "$OTOOL64"; then
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6965 $as_echo "$OTOOL64" >&6; }
6966 else
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6968 $as_echo "no" >&6; }
6969 fi
6970
6971
6972 fi
6973 if test -z "$ac_cv_prog_OTOOL64"; then
6974 ac_ct_OTOOL64=$OTOOL64
6975 # Extract the first word of "otool64", so it can be a program name with args.
6976 set dummy otool64; ac_word=$2
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6978 $as_echo_n "checking for $ac_word... " >&6; }
6979 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6980 $as_echo_n "(cached) " >&6
6981 else
6982 if test -n "$ac_ct_OTOOL64"; then
6983 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6984 else
6985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6986 for as_dir in $PATH
6987 do
6988 IFS=$as_save_IFS
6989 test -z "$as_dir" && as_dir=.
6990 for ac_exec_ext in '' $ac_executable_extensions; do
6991 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6992 ac_cv_prog_ac_ct_OTOOL64="otool64"
6993 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6994 break 2
6995 fi
6996 done
6997 done
6998 IFS=$as_save_IFS
6999
7000 fi
7001 fi
7002 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7003 if test -n "$ac_ct_OTOOL64"; then
7004 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7005 $as_echo "$ac_ct_OTOOL64" >&6; }
7006 else
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7008 $as_echo "no" >&6; }
7009 fi
7010
7011 if test "x$ac_ct_OTOOL64" = x; then
7012 OTOOL64=":"
7013 else
7014 case $cross_compiling:$ac_tool_warned in
7015 yes:)
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7017 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7018 ac_tool_warned=yes ;;
7019 esac
7020 OTOOL64=$ac_ct_OTOOL64
7021 fi
7022 else
7023 OTOOL64="$ac_cv_prog_OTOOL64"
7024 fi
7025
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7053 $as_echo_n "checking for -single_module linker flag... " >&6; }
7054 if ${lt_cv_apple_cc_single_mod+:} false; then :
7055 $as_echo_n "(cached) " >&6
7056 else
7057 lt_cv_apple_cc_single_mod=no
7058 if test -z "${LT_MULTI_MODULE}"; then
7059 # By default we will add the -single_module flag. You can override
7060 # by either setting the environment variable LT_MULTI_MODULE
7061 # non-empty at configure time, or by adding -multi_module to the
7062 # link flags.
7063 rm -rf libconftest.dylib*
7064 echo "int foo(void){return 1;}" > conftest.c
7065 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7066 -dynamiclib -Wl,-single_module conftest.c" >&5
7067 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7068 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7069 _lt_result=$?
7070 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7071 lt_cv_apple_cc_single_mod=yes
7072 else
7073 cat conftest.err >&5
7074 fi
7075 rm -rf libconftest.dylib*
7076 rm -f conftest.*
7077 fi
7078 fi
7079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7080 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7082 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7083 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7084 $as_echo_n "(cached) " >&6
7085 else
7086 lt_cv_ld_exported_symbols_list=no
7087 save_LDFLAGS=$LDFLAGS
7088 echo "_main" > conftest.sym
7089 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7091 /* end confdefs.h. */
7092
7093 int
7094 main ()
7095 {
7096
7097 ;
7098 return 0;
7099 }
7100 _ACEOF
7101 if ac_fn_c_try_link "$LINENO"; then :
7102 lt_cv_ld_exported_symbols_list=yes
7103 else
7104 lt_cv_ld_exported_symbols_list=no
7105 fi
7106 rm -f core conftest.err conftest.$ac_objext \
7107 conftest$ac_exeext conftest.$ac_ext
7108 LDFLAGS="$save_LDFLAGS"
7109
7110 fi
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7112 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7114 $as_echo_n "checking for -force_load linker flag... " >&6; }
7115 if ${lt_cv_ld_force_load+:} false; then :
7116 $as_echo_n "(cached) " >&6
7117 else
7118 lt_cv_ld_force_load=no
7119 cat > conftest.c << _LT_EOF
7120 int forced_loaded() { return 2;}
7121 _LT_EOF
7122 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7123 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7124 echo "$AR cru libconftest.a conftest.o" >&5
7125 $AR cru libconftest.a conftest.o 2>&5
7126 cat > conftest.c << _LT_EOF
7127 int main() { return 0;}
7128 _LT_EOF
7129 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7130 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7131 _lt_result=$?
7132 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7133 lt_cv_ld_force_load=yes
7134 else
7135 cat conftest.err >&5
7136 fi
7137 rm -f conftest.err libconftest.a conftest conftest.c
7138 rm -rf conftest.dSYM
7139
7140 fi
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7142 $as_echo "$lt_cv_ld_force_load" >&6; }
7143 case $host_os in
7144 rhapsody* | darwin1.[012])
7145 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7146 darwin1.*)
7147 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7148 darwin*) # darwin 5.x on
7149 # if running on 10.5 or later, the deployment target defaults
7150 # to the OS version, if on x86, and 10.4, the deployment
7151 # target defaults to 10.4. Don't you love it?
7152 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7153 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7154 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7155 10.[012][,.]*)
7156 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7157 10.*)
7158 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7159 esac
7160 ;;
7161 esac
7162 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7163 _lt_dar_single_mod='$single_module'
7164 fi
7165 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7166 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7167 else
7168 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7169 fi
7170 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7171 _lt_dsymutil='~$DSYMUTIL $lib || :'
7172 else
7173 _lt_dsymutil=
7174 fi
7175 ;;
7176 esac
7177
7178 for ac_header in dlfcn.h
7179 do :
7180 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7181 "
7182 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7183 cat >>confdefs.h <<_ACEOF
7184 #define HAVE_DLFCN_H 1
7185 _ACEOF
7186
7187 fi
7188
7189 done
7190
7191
7192
7193
7194
7195 # Set options
7196
7197
7198
7199 enable_dlopen=no
7200
7201
7202 enable_win32_dll=no
7203
7204
7205 # Check whether --enable-shared was given.
7206 if test "${enable_shared+set}" = set; then :
7207 enableval=$enable_shared; p=${PACKAGE-default}
7208 case $enableval in
7209 yes) enable_shared=yes ;;
7210 no) enable_shared=no ;;
7211 *)
7212 enable_shared=no
7213 # Look at the argument we got. We use all the common list separators.
7214 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7215 for pkg in $enableval; do
7216 IFS="$lt_save_ifs"
7217 if test "X$pkg" = "X$p"; then
7218 enable_shared=yes
7219 fi
7220 done
7221 IFS="$lt_save_ifs"
7222 ;;
7223 esac
7224 else
7225 enable_shared=yes
7226 fi
7227
7228
7229
7230
7231
7232
7233
7234
7235
7236 # Check whether --enable-static was given.
7237 if test "${enable_static+set}" = set; then :
7238 enableval=$enable_static; p=${PACKAGE-default}
7239 case $enableval in
7240 yes) enable_static=yes ;;
7241 no) enable_static=no ;;
7242 *)
7243 enable_static=no
7244 # Look at the argument we got. We use all the common list separators.
7245 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7246 for pkg in $enableval; do
7247 IFS="$lt_save_ifs"
7248 if test "X$pkg" = "X$p"; then
7249 enable_static=yes
7250 fi
7251 done
7252 IFS="$lt_save_ifs"
7253 ;;
7254 esac
7255 else
7256 enable_static=yes
7257 fi
7258
7259
7260
7261
7262
7263
7264
7265
7266
7267
7268 # Check whether --with-pic was given.
7269 if test "${with_pic+set}" = set; then :
7270 withval=$with_pic; pic_mode="$withval"
7271 else
7272 pic_mode=default
7273 fi
7274
7275
7276 test -z "$pic_mode" && pic_mode=default
7277
7278
7279
7280
7281
7282
7283
7284 # Check whether --enable-fast-install was given.
7285 if test "${enable_fast_install+set}" = set; then :
7286 enableval=$enable_fast_install; p=${PACKAGE-default}
7287 case $enableval in
7288 yes) enable_fast_install=yes ;;
7289 no) enable_fast_install=no ;;
7290 *)
7291 enable_fast_install=no
7292 # Look at the argument we got. We use all the common list separators.
7293 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7294 for pkg in $enableval; do
7295 IFS="$lt_save_ifs"
7296 if test "X$pkg" = "X$p"; then
7297 enable_fast_install=yes
7298 fi
7299 done
7300 IFS="$lt_save_ifs"
7301 ;;
7302 esac
7303 else
7304 enable_fast_install=yes
7305 fi
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317 # This can be used to rebuild libtool when needed
7318 LIBTOOL_DEPS="$ltmain"
7319
7320 # Always use our own libtool.
7321 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7322
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 test -z "$LN_S" && LN_S="ln -s"
7349
7350
7351
7352
7353
7354
7355
7356
7357
7358
7359
7360
7361
7362
7363 if test -n "${ZSH_VERSION+set}" ; then
7364 setopt NO_GLOB_SUBST
7365 fi
7366
7367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7368 $as_echo_n "checking for objdir... " >&6; }
7369 if ${lt_cv_objdir+:} false; then :
7370 $as_echo_n "(cached) " >&6
7371 else
7372 rm -f .libs 2>/dev/null
7373 mkdir .libs 2>/dev/null
7374 if test -d .libs; then
7375 lt_cv_objdir=.libs
7376 else
7377 # MS-DOS does not allow filenames that begin with a dot.
7378 lt_cv_objdir=_libs
7379 fi
7380 rmdir .libs 2>/dev/null
7381 fi
7382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7383 $as_echo "$lt_cv_objdir" >&6; }
7384 objdir=$lt_cv_objdir
7385
7386
7387
7388
7389
7390 cat >>confdefs.h <<_ACEOF
7391 #define LT_OBJDIR "$lt_cv_objdir/"
7392 _ACEOF
7393
7394
7395
7396
7397 case $host_os in
7398 aix3*)
7399 # AIX sometimes has problems with the GCC collect2 program. For some
7400 # reason, if we set the COLLECT_NAMES environment variable, the problems
7401 # vanish in a puff of smoke.
7402 if test "X${COLLECT_NAMES+set}" != Xset; then
7403 COLLECT_NAMES=
7404 export COLLECT_NAMES
7405 fi
7406 ;;
7407 esac
7408
7409 # Global variables:
7410 ofile=libtool
7411 can_build_shared=yes
7412
7413 # All known linkers require a `.a' archive for static linking (except MSVC,
7414 # which needs '.lib').
7415 libext=a
7416
7417 with_gnu_ld="$lt_cv_prog_gnu_ld"
7418
7419 old_CC="$CC"
7420 old_CFLAGS="$CFLAGS"
7421
7422 # Set sane defaults for various variables
7423 test -z "$CC" && CC=cc
7424 test -z "$LTCC" && LTCC=$CC
7425 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7426 test -z "$LD" && LD=ld
7427 test -z "$ac_objext" && ac_objext=o
7428
7429 for cc_temp in $compiler""; do
7430 case $cc_temp in
7431 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7432 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7433 \-*) ;;
7434 *) break;;
7435 esac
7436 done
7437 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7438
7439
7440 # Only perform the check for file, if the check method requires it
7441 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7442 case $deplibs_check_method in
7443 file_magic*)
7444 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7446 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7447 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 case $MAGIC_CMD in
7451 [\\/*] | ?:[\\/]*)
7452 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7453 ;;
7454 *)
7455 lt_save_MAGIC_CMD="$MAGIC_CMD"
7456 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7457 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7458 for ac_dir in $ac_dummy; do
7459 IFS="$lt_save_ifs"
7460 test -z "$ac_dir" && ac_dir=.
7461 if test -f $ac_dir/${ac_tool_prefix}file; then
7462 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7463 if test -n "$file_magic_test_file"; then
7464 case $deplibs_check_method in
7465 "file_magic "*)
7466 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7467 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7468 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7469 $EGREP "$file_magic_regex" > /dev/null; then
7470 :
7471 else
7472 cat <<_LT_EOF 1>&2
7473
7474 *** Warning: the command libtool uses to detect shared libraries,
7475 *** $file_magic_cmd, produces output that libtool cannot recognize.
7476 *** The result is that libtool may fail to recognize shared libraries
7477 *** as such. This will affect the creation of libtool libraries that
7478 *** depend on shared libraries, but programs linked with such libtool
7479 *** libraries will work regardless of this problem. Nevertheless, you
7480 *** may want to report the problem to your system manager and/or to
7481 *** bug-libtool@gnu.org
7482
7483 _LT_EOF
7484 fi ;;
7485 esac
7486 fi
7487 break
7488 fi
7489 done
7490 IFS="$lt_save_ifs"
7491 MAGIC_CMD="$lt_save_MAGIC_CMD"
7492 ;;
7493 esac
7494 fi
7495
7496 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7497 if test -n "$MAGIC_CMD"; then
7498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7499 $as_echo "$MAGIC_CMD" >&6; }
7500 else
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7502 $as_echo "no" >&6; }
7503 fi
7504
7505
7506
7507
7508
7509 if test -z "$lt_cv_path_MAGIC_CMD"; then
7510 if test -n "$ac_tool_prefix"; then
7511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7512 $as_echo_n "checking for file... " >&6; }
7513 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7514 $as_echo_n "(cached) " >&6
7515 else
7516 case $MAGIC_CMD in
7517 [\\/*] | ?:[\\/]*)
7518 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7519 ;;
7520 *)
7521 lt_save_MAGIC_CMD="$MAGIC_CMD"
7522 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7523 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7524 for ac_dir in $ac_dummy; do
7525 IFS="$lt_save_ifs"
7526 test -z "$ac_dir" && ac_dir=.
7527 if test -f $ac_dir/file; then
7528 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7529 if test -n "$file_magic_test_file"; then
7530 case $deplibs_check_method in
7531 "file_magic "*)
7532 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7533 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7534 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7535 $EGREP "$file_magic_regex" > /dev/null; then
7536 :
7537 else
7538 cat <<_LT_EOF 1>&2
7539
7540 *** Warning: the command libtool uses to detect shared libraries,
7541 *** $file_magic_cmd, produces output that libtool cannot recognize.
7542 *** The result is that libtool may fail to recognize shared libraries
7543 *** as such. This will affect the creation of libtool libraries that
7544 *** depend on shared libraries, but programs linked with such libtool
7545 *** libraries will work regardless of this problem. Nevertheless, you
7546 *** may want to report the problem to your system manager and/or to
7547 *** bug-libtool@gnu.org
7548
7549 _LT_EOF
7550 fi ;;
7551 esac
7552 fi
7553 break
7554 fi
7555 done
7556 IFS="$lt_save_ifs"
7557 MAGIC_CMD="$lt_save_MAGIC_CMD"
7558 ;;
7559 esac
7560 fi
7561
7562 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7563 if test -n "$MAGIC_CMD"; then
7564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7565 $as_echo "$MAGIC_CMD" >&6; }
7566 else
7567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7568 $as_echo "no" >&6; }
7569 fi
7570
7571
7572 else
7573 MAGIC_CMD=:
7574 fi
7575 fi
7576
7577 fi
7578 ;;
7579 esac
7580
7581 # Use C for the default configuration in the libtool script
7582
7583 lt_save_CC="$CC"
7584 ac_ext=c
7585 ac_cpp='$CPP $CPPFLAGS'
7586 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7587 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7588 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7589
7590
7591 # Source file extension for C test sources.
7592 ac_ext=c
7593
7594 # Object file extension for compiled C test sources.
7595 objext=o
7596 objext=$objext
7597
7598 # Code to be used in simple compile tests
7599 lt_simple_compile_test_code="int some_variable = 0;"
7600
7601 # Code to be used in simple link tests
7602 lt_simple_link_test_code='int main(){return(0);}'
7603
7604
7605
7606
7607
7608
7609
7610 # If no C compiler was specified, use CC.
7611 LTCC=${LTCC-"$CC"}
7612
7613 # If no C compiler flags were specified, use CFLAGS.
7614 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7615
7616 # Allow CC to be a program name with arguments.
7617 compiler=$CC
7618
7619 # Save the default compiler, since it gets overwritten when the other
7620 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7621 compiler_DEFAULT=$CC
7622
7623 # save warnings/boilerplate of simple test code
7624 ac_outfile=conftest.$ac_objext
7625 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7626 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7627 _lt_compiler_boilerplate=`cat conftest.err`
7628 $RM conftest*
7629
7630 ac_outfile=conftest.$ac_objext
7631 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7632 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7633 _lt_linker_boilerplate=`cat conftest.err`
7634 $RM -r conftest*
7635
7636
7637 ## CAVEAT EMPTOR:
7638 ## There is no encapsulation within the following macros, do not change
7639 ## the running order or otherwise move them around unless you know exactly
7640 ## what you are doing...
7641 if test -n "$compiler"; then
7642
7643 lt_prog_compiler_no_builtin_flag=
7644
7645 if test "$GCC" = yes; then
7646 case $cc_basename in
7647 nvcc*)
7648 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7649 *)
7650 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7651 esac
7652
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7654 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7655 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7656 $as_echo_n "(cached) " >&6
7657 else
7658 lt_cv_prog_compiler_rtti_exceptions=no
7659 ac_outfile=conftest.$ac_objext
7660 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7661 lt_compiler_flag="-fno-rtti -fno-exceptions"
7662 # Insert the option either (1) after the last *FLAGS variable, or
7663 # (2) before a word containing "conftest.", or (3) at the end.
7664 # Note that $ac_compile itself does not contain backslashes and begins
7665 # with a dollar sign (not a hyphen), so the echo should work correctly.
7666 # The option is referenced via a variable to avoid confusing sed.
7667 lt_compile=`echo "$ac_compile" | $SED \
7668 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7669 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7670 -e 's:$: $lt_compiler_flag:'`
7671 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7672 (eval "$lt_compile" 2>conftest.err)
7673 ac_status=$?
7674 cat conftest.err >&5
7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7676 if (exit $ac_status) && test -s "$ac_outfile"; then
7677 # The compiler can only warn and ignore the option if not recognized
7678 # So say no if there are warnings other than the usual output.
7679 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7680 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7681 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7682 lt_cv_prog_compiler_rtti_exceptions=yes
7683 fi
7684 fi
7685 $RM conftest*
7686
7687 fi
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7689 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7690
7691 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7692 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7693 else
7694 :
7695 fi
7696
7697 fi
7698
7699
7700
7701
7702
7703
7704 lt_prog_compiler_wl=
7705 lt_prog_compiler_pic=
7706 lt_prog_compiler_static=
7707
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7709 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7710
7711 if test "$GCC" = yes; then
7712 lt_prog_compiler_wl='-Wl,'
7713 lt_prog_compiler_static='-static'
7714
7715 case $host_os in
7716 aix*)
7717 # All AIX code is PIC.
7718 if test "$host_cpu" = ia64; then
7719 # AIX 5 now supports IA64 processor
7720 lt_prog_compiler_static='-Bstatic'
7721 fi
7722 lt_prog_compiler_pic='-fPIC'
7723 ;;
7724
7725 amigaos*)
7726 case $host_cpu in
7727 powerpc)
7728 # see comment about AmigaOS4 .so support
7729 lt_prog_compiler_pic='-fPIC'
7730 ;;
7731 m68k)
7732 # FIXME: we need at least 68020 code to build shared libraries, but
7733 # adding the `-m68020' flag to GCC prevents building anything better,
7734 # like `-m68040'.
7735 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7736 ;;
7737 esac
7738 ;;
7739
7740 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7741 # PIC is the default for these OSes.
7742 ;;
7743
7744 mingw* | cygwin* | pw32* | os2* | cegcc*)
7745 # This hack is so that the source file can tell whether it is being
7746 # built for inclusion in a dll (and should export symbols for example).
7747 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7748 # (--disable-auto-import) libraries
7749 lt_prog_compiler_pic='-DDLL_EXPORT'
7750 ;;
7751
7752 darwin* | rhapsody*)
7753 # PIC is the default on this platform
7754 # Common symbols not allowed in MH_DYLIB files
7755 lt_prog_compiler_pic='-fno-common'
7756 ;;
7757
7758 haiku*)
7759 # PIC is the default for Haiku.
7760 # The "-static" flag exists, but is broken.
7761 lt_prog_compiler_static=
7762 ;;
7763
7764 hpux*)
7765 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7766 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7767 # sets the default TLS model and affects inlining.
7768 case $host_cpu in
7769 hppa*64*)
7770 # +Z the default
7771 ;;
7772 *)
7773 lt_prog_compiler_pic='-fPIC'
7774 ;;
7775 esac
7776 ;;
7777
7778 interix[3-9]*)
7779 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7780 # Instead, we relocate shared libraries at runtime.
7781 ;;
7782
7783 msdosdjgpp*)
7784 # Just because we use GCC doesn't mean we suddenly get shared libraries
7785 # on systems that don't support them.
7786 lt_prog_compiler_can_build_shared=no
7787 enable_shared=no
7788 ;;
7789
7790 *nto* | *qnx*)
7791 # QNX uses GNU C++, but need to define -shared option too, otherwise
7792 # it will coredump.
7793 lt_prog_compiler_pic='-fPIC -shared'
7794 ;;
7795
7796 sysv4*MP*)
7797 if test -d /usr/nec; then
7798 lt_prog_compiler_pic=-Kconform_pic
7799 fi
7800 ;;
7801
7802 *)
7803 lt_prog_compiler_pic='-fPIC'
7804 ;;
7805 esac
7806
7807 case $cc_basename in
7808 nvcc*) # Cuda Compiler Driver 2.2
7809 lt_prog_compiler_wl='-Xlinker '
7810 lt_prog_compiler_pic='-Xcompiler -fPIC'
7811 ;;
7812 esac
7813 else
7814 # PORTME Check for flag to pass linker flags through the system compiler.
7815 case $host_os in
7816 aix*)
7817 lt_prog_compiler_wl='-Wl,'
7818 if test "$host_cpu" = ia64; then
7819 # AIX 5 now supports IA64 processor
7820 lt_prog_compiler_static='-Bstatic'
7821 else
7822 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7823 fi
7824 ;;
7825
7826 mingw* | cygwin* | pw32* | os2* | cegcc*)
7827 # This hack is so that the source file can tell whether it is being
7828 # built for inclusion in a dll (and should export symbols for example).
7829 lt_prog_compiler_pic='-DDLL_EXPORT'
7830 ;;
7831
7832 hpux9* | hpux10* | hpux11*)
7833 lt_prog_compiler_wl='-Wl,'
7834 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7835 # not for PA HP-UX.
7836 case $host_cpu in
7837 hppa*64*|ia64*)
7838 # +Z the default
7839 ;;
7840 *)
7841 lt_prog_compiler_pic='+Z'
7842 ;;
7843 esac
7844 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7845 lt_prog_compiler_static='${wl}-a ${wl}archive'
7846 ;;
7847
7848 irix5* | irix6* | nonstopux*)
7849 lt_prog_compiler_wl='-Wl,'
7850 # PIC (with -KPIC) is the default.
7851 lt_prog_compiler_static='-non_shared'
7852 ;;
7853
7854 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7855 case $cc_basename in
7856 # old Intel for x86_64 which still supported -KPIC.
7857 ecc*)
7858 lt_prog_compiler_wl='-Wl,'
7859 lt_prog_compiler_pic='-KPIC'
7860 lt_prog_compiler_static='-static'
7861 ;;
7862 # icc used to be incompatible with GCC.
7863 # ICC 10 doesn't accept -KPIC any more.
7864 icc* | ifort*)
7865 lt_prog_compiler_wl='-Wl,'
7866 lt_prog_compiler_pic='-fPIC'
7867 lt_prog_compiler_static='-static'
7868 ;;
7869 # Lahey Fortran 8.1.
7870 lf95*)
7871 lt_prog_compiler_wl='-Wl,'
7872 lt_prog_compiler_pic='--shared'
7873 lt_prog_compiler_static='--static'
7874 ;;
7875 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7876 # Portland Group compilers (*not* the Pentium gcc compiler,
7877 # which looks to be a dead project)
7878 lt_prog_compiler_wl='-Wl,'
7879 lt_prog_compiler_pic='-fpic'
7880 lt_prog_compiler_static='-Bstatic'
7881 ;;
7882 ccc*)
7883 lt_prog_compiler_wl='-Wl,'
7884 # All Alpha code is PIC.
7885 lt_prog_compiler_static='-non_shared'
7886 ;;
7887 xl* | bgxl* | bgf* | mpixl*)
7888 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7889 lt_prog_compiler_wl='-Wl,'
7890 lt_prog_compiler_pic='-qpic'
7891 lt_prog_compiler_static='-qstaticlink'
7892 ;;
7893 *)
7894 case `$CC -V 2>&1 | sed 5q` in
7895 *Sun\ F* | *Sun*Fortran*)
7896 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7897 lt_prog_compiler_pic='-KPIC'
7898 lt_prog_compiler_static='-Bstatic'
7899 lt_prog_compiler_wl=''
7900 ;;
7901 *Sun\ C*)
7902 # Sun C 5.9
7903 lt_prog_compiler_pic='-KPIC'
7904 lt_prog_compiler_static='-Bstatic'
7905 lt_prog_compiler_wl='-Wl,'
7906 ;;
7907 esac
7908 ;;
7909 esac
7910 ;;
7911
7912 newsos6)
7913 lt_prog_compiler_pic='-KPIC'
7914 lt_prog_compiler_static='-Bstatic'
7915 ;;
7916
7917 *nto* | *qnx*)
7918 # QNX uses GNU C++, but need to define -shared option too, otherwise
7919 # it will coredump.
7920 lt_prog_compiler_pic='-fPIC -shared'
7921 ;;
7922
7923 osf3* | osf4* | osf5*)
7924 lt_prog_compiler_wl='-Wl,'
7925 # All OSF/1 code is PIC.
7926 lt_prog_compiler_static='-non_shared'
7927 ;;
7928
7929 rdos*)
7930 lt_prog_compiler_static='-non_shared'
7931 ;;
7932
7933 solaris*)
7934 lt_prog_compiler_pic='-KPIC'
7935 lt_prog_compiler_static='-Bstatic'
7936 case $cc_basename in
7937 f77* | f90* | f95*)
7938 lt_prog_compiler_wl='-Qoption ld ';;
7939 *)
7940 lt_prog_compiler_wl='-Wl,';;
7941 esac
7942 ;;
7943
7944 sunos4*)
7945 lt_prog_compiler_wl='-Qoption ld '
7946 lt_prog_compiler_pic='-PIC'
7947 lt_prog_compiler_static='-Bstatic'
7948 ;;
7949
7950 sysv4 | sysv4.2uw2* | sysv4.3*)
7951 lt_prog_compiler_wl='-Wl,'
7952 lt_prog_compiler_pic='-KPIC'
7953 lt_prog_compiler_static='-Bstatic'
7954 ;;
7955
7956 sysv4*MP*)
7957 if test -d /usr/nec ;then
7958 lt_prog_compiler_pic='-Kconform_pic'
7959 lt_prog_compiler_static='-Bstatic'
7960 fi
7961 ;;
7962
7963 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7964 lt_prog_compiler_wl='-Wl,'
7965 lt_prog_compiler_pic='-KPIC'
7966 lt_prog_compiler_static='-Bstatic'
7967 ;;
7968
7969 unicos*)
7970 lt_prog_compiler_wl='-Wl,'
7971 lt_prog_compiler_can_build_shared=no
7972 ;;
7973
7974 uts4*)
7975 lt_prog_compiler_pic='-pic'
7976 lt_prog_compiler_static='-Bstatic'
7977 ;;
7978
7979 *)
7980 lt_prog_compiler_can_build_shared=no
7981 ;;
7982 esac
7983 fi
7984
7985 case $host_os in
7986 # For platforms which do not support PIC, -DPIC is meaningless:
7987 *djgpp*)
7988 lt_prog_compiler_pic=
7989 ;;
7990 *)
7991 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7992 ;;
7993 esac
7994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7995 $as_echo "$lt_prog_compiler_pic" >&6; }
7996
7997
7998
7999
8000
8001
8002 #
8003 # Check to make sure the PIC flag actually works.
8004 #
8005 if test -n "$lt_prog_compiler_pic"; then
8006 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8007 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8008 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8009 $as_echo_n "(cached) " >&6
8010 else
8011 lt_cv_prog_compiler_pic_works=no
8012 ac_outfile=conftest.$ac_objext
8013 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8014 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8015 # Insert the option either (1) after the last *FLAGS variable, or
8016 # (2) before a word containing "conftest.", or (3) at the end.
8017 # Note that $ac_compile itself does not contain backslashes and begins
8018 # with a dollar sign (not a hyphen), so the echo should work correctly.
8019 # The option is referenced via a variable to avoid confusing sed.
8020 lt_compile=`echo "$ac_compile" | $SED \
8021 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8022 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8023 -e 's:$: $lt_compiler_flag:'`
8024 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8025 (eval "$lt_compile" 2>conftest.err)
8026 ac_status=$?
8027 cat conftest.err >&5
8028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8029 if (exit $ac_status) && test -s "$ac_outfile"; then
8030 # The compiler can only warn and ignore the option if not recognized
8031 # So say no if there are warnings other than the usual output.
8032 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8033 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8034 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8035 lt_cv_prog_compiler_pic_works=yes
8036 fi
8037 fi
8038 $RM conftest*
8039
8040 fi
8041 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8042 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8043
8044 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8045 case $lt_prog_compiler_pic in
8046 "" | " "*) ;;
8047 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8048 esac
8049 else
8050 lt_prog_compiler_pic=
8051 lt_prog_compiler_can_build_shared=no
8052 fi
8053
8054 fi
8055
8056
8057
8058
8059
8060
8061 #
8062 # Check to make sure the static flag actually works.
8063 #
8064 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8066 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8067 if ${lt_cv_prog_compiler_static_works+:} false; then :
8068 $as_echo_n "(cached) " >&6
8069 else
8070 lt_cv_prog_compiler_static_works=no
8071 save_LDFLAGS="$LDFLAGS"
8072 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8073 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8074 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8075 # The linker can only warn and ignore the option if not recognized
8076 # So say no if there are warnings
8077 if test -s conftest.err; then
8078 # Append any errors to the config.log.
8079 cat conftest.err 1>&5
8080 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8081 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8082 if diff conftest.exp conftest.er2 >/dev/null; then
8083 lt_cv_prog_compiler_static_works=yes
8084 fi
8085 else
8086 lt_cv_prog_compiler_static_works=yes
8087 fi
8088 fi
8089 $RM -r conftest*
8090 LDFLAGS="$save_LDFLAGS"
8091
8092 fi
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8094 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8095
8096 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8097 :
8098 else
8099 lt_prog_compiler_static=
8100 fi
8101
8102
8103
8104
8105
8106
8107
8108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8109 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8110 if ${lt_cv_prog_compiler_c_o+:} false; then :
8111 $as_echo_n "(cached) " >&6
8112 else
8113 lt_cv_prog_compiler_c_o=no
8114 $RM -r conftest 2>/dev/null
8115 mkdir conftest
8116 cd conftest
8117 mkdir out
8118 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8119
8120 lt_compiler_flag="-o out/conftest2.$ac_objext"
8121 # Insert the option either (1) after the last *FLAGS variable, or
8122 # (2) before a word containing "conftest.", or (3) at the end.
8123 # Note that $ac_compile itself does not contain backslashes and begins
8124 # with a dollar sign (not a hyphen), so the echo should work correctly.
8125 lt_compile=`echo "$ac_compile" | $SED \
8126 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8127 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8128 -e 's:$: $lt_compiler_flag:'`
8129 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8130 (eval "$lt_compile" 2>out/conftest.err)
8131 ac_status=$?
8132 cat out/conftest.err >&5
8133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8134 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8135 then
8136 # The compiler can only warn and ignore the option if not recognized
8137 # So say no if there are warnings
8138 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8139 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8140 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8141 lt_cv_prog_compiler_c_o=yes
8142 fi
8143 fi
8144 chmod u+w . 2>&5
8145 $RM conftest*
8146 # SGI C++ compiler will create directory out/ii_files/ for
8147 # template instantiation
8148 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8149 $RM out/* && rmdir out
8150 cd ..
8151 $RM -r conftest
8152 $RM conftest*
8153
8154 fi
8155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8156 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8157
8158
8159
8160
8161
8162
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8164 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8165 if ${lt_cv_prog_compiler_c_o+:} false; then :
8166 $as_echo_n "(cached) " >&6
8167 else
8168 lt_cv_prog_compiler_c_o=no
8169 $RM -r conftest 2>/dev/null
8170 mkdir conftest
8171 cd conftest
8172 mkdir out
8173 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8174
8175 lt_compiler_flag="-o out/conftest2.$ac_objext"
8176 # Insert the option either (1) after the last *FLAGS variable, or
8177 # (2) before a word containing "conftest.", or (3) at the end.
8178 # Note that $ac_compile itself does not contain backslashes and begins
8179 # with a dollar sign (not a hyphen), so the echo should work correctly.
8180 lt_compile=`echo "$ac_compile" | $SED \
8181 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8182 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8183 -e 's:$: $lt_compiler_flag:'`
8184 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8185 (eval "$lt_compile" 2>out/conftest.err)
8186 ac_status=$?
8187 cat out/conftest.err >&5
8188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8189 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8190 then
8191 # The compiler can only warn and ignore the option if not recognized
8192 # So say no if there are warnings
8193 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8194 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8195 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8196 lt_cv_prog_compiler_c_o=yes
8197 fi
8198 fi
8199 chmod u+w . 2>&5
8200 $RM conftest*
8201 # SGI C++ compiler will create directory out/ii_files/ for
8202 # template instantiation
8203 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8204 $RM out/* && rmdir out
8205 cd ..
8206 $RM -r conftest
8207 $RM conftest*
8208
8209 fi
8210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8211 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8212
8213
8214
8215
8216 hard_links="nottested"
8217 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8218 # do not overwrite the value of need_locks provided by the user
8219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8220 $as_echo_n "checking if we can lock with hard links... " >&6; }
8221 hard_links=yes
8222 $RM conftest*
8223 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8224 touch conftest.a
8225 ln conftest.a conftest.b 2>&5 || hard_links=no
8226 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8228 $as_echo "$hard_links" >&6; }
8229 if test "$hard_links" = no; then
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8231 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8232 need_locks=warn
8233 fi
8234 else
8235 need_locks=no
8236 fi
8237
8238
8239
8240
8241
8242
8243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8244 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8245
8246 runpath_var=
8247 allow_undefined_flag=
8248 always_export_symbols=no
8249 archive_cmds=
8250 archive_expsym_cmds=
8251 compiler_needs_object=no
8252 enable_shared_with_static_runtimes=no
8253 export_dynamic_flag_spec=
8254 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8255 hardcode_automatic=no
8256 hardcode_direct=no
8257 hardcode_direct_absolute=no
8258 hardcode_libdir_flag_spec=
8259 hardcode_libdir_flag_spec_ld=
8260 hardcode_libdir_separator=
8261 hardcode_minus_L=no
8262 hardcode_shlibpath_var=unsupported
8263 inherit_rpath=no
8264 link_all_deplibs=unknown
8265 module_cmds=
8266 module_expsym_cmds=
8267 old_archive_from_new_cmds=
8268 old_archive_from_expsyms_cmds=
8269 thread_safe_flag_spec=
8270 whole_archive_flag_spec=
8271 # include_expsyms should be a list of space-separated symbols to be *always*
8272 # included in the symbol list
8273 include_expsyms=
8274 # exclude_expsyms can be an extended regexp of symbols to exclude
8275 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8276 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8277 # as well as any symbol that contains `d'.
8278 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8279 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8280 # platforms (ab)use it in PIC code, but their linkers get confused if
8281 # the symbol is explicitly referenced. Since portable code cannot
8282 # rely on this symbol name, it's probably fine to never include it in
8283 # preloaded symbol tables.
8284 # Exclude shared library initialization/finalization symbols.
8285 extract_expsyms_cmds=
8286
8287 case $host_os in
8288 cygwin* | mingw* | pw32* | cegcc*)
8289 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8290 # When not using gcc, we currently assume that we are using
8291 # Microsoft Visual C++.
8292 if test "$GCC" != yes; then
8293 with_gnu_ld=no
8294 fi
8295 ;;
8296 interix*)
8297 # we just hope/assume this is gcc and not c89 (= MSVC++)
8298 with_gnu_ld=yes
8299 ;;
8300 openbsd*)
8301 with_gnu_ld=no
8302 ;;
8303 esac
8304
8305 ld_shlibs=yes
8306
8307 # On some targets, GNU ld is compatible enough with the native linker
8308 # that we're better off using the native interface for both.
8309 lt_use_gnu_ld_interface=no
8310 if test "$with_gnu_ld" = yes; then
8311 case $host_os in
8312 aix*)
8313 # The AIX port of GNU ld has always aspired to compatibility
8314 # with the native linker. However, as the warning in the GNU ld
8315 # block says, versions before 2.19.5* couldn't really create working
8316 # shared libraries, regardless of the interface used.
8317 case `$LD -v 2>&1` in
8318 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8319 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8320 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8321 *)
8322 lt_use_gnu_ld_interface=yes
8323 ;;
8324 esac
8325 ;;
8326 *)
8327 lt_use_gnu_ld_interface=yes
8328 ;;
8329 esac
8330 fi
8331
8332 if test "$lt_use_gnu_ld_interface" = yes; then
8333 # If archive_cmds runs LD, not CC, wlarc should be empty
8334 wlarc='${wl}'
8335
8336 # Set some defaults for GNU ld with shared library support. These
8337 # are reset later if shared libraries are not supported. Putting them
8338 # here allows them to be overridden if necessary.
8339 runpath_var=LD_RUN_PATH
8340 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8341 export_dynamic_flag_spec='${wl}--export-dynamic'
8342 # ancient GNU ld didn't support --whole-archive et. al.
8343 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8344 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8345 else
8346 whole_archive_flag_spec=
8347 fi
8348 supports_anon_versioning=no
8349 case `$LD -v 2>&1` in
8350 *GNU\ gold*) supports_anon_versioning=yes ;;
8351 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8352 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8353 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8354 *\ 2.11.*) ;; # other 2.11 versions
8355 *) supports_anon_versioning=yes ;;
8356 esac
8357
8358 # See if GNU ld supports shared libraries.
8359 case $host_os in
8360 aix[3-9]*)
8361 # On AIX/PPC, the GNU linker is very broken
8362 if test "$host_cpu" != ia64; then
8363 ld_shlibs=no
8364 cat <<_LT_EOF 1>&2
8365
8366 *** Warning: the GNU linker, at least up to release 2.19, is reported
8367 *** to be unable to reliably create shared libraries on AIX.
8368 *** Therefore, libtool is disabling shared libraries support. If you
8369 *** really care for shared libraries, you may want to install binutils
8370 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8371 *** You will then need to restart the configuration process.
8372
8373 _LT_EOF
8374 fi
8375 ;;
8376
8377 amigaos*)
8378 case $host_cpu in
8379 powerpc)
8380 # see comment about AmigaOS4 .so support
8381 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8382 archive_expsym_cmds=''
8383 ;;
8384 m68k)
8385 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)'
8386 hardcode_libdir_flag_spec='-L$libdir'
8387 hardcode_minus_L=yes
8388 ;;
8389 esac
8390 ;;
8391
8392 beos*)
8393 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8394 allow_undefined_flag=unsupported
8395 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8396 # support --undefined. This deserves some investigation. FIXME
8397 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8398 else
8399 ld_shlibs=no
8400 fi
8401 ;;
8402
8403 cygwin* | mingw* | pw32* | cegcc*)
8404 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8405 # as there is no search path for DLLs.
8406 hardcode_libdir_flag_spec='-L$libdir'
8407 export_dynamic_flag_spec='${wl}--export-all-symbols'
8408 allow_undefined_flag=unsupported
8409 always_export_symbols=no
8410 enable_shared_with_static_runtimes=yes
8411 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8412
8413 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8414 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8415 # If the export-symbols file already is a .def file (1st line
8416 # is EXPORTS), use it as is; otherwise, prepend...
8417 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8418 cp $export_symbols $output_objdir/$soname.def;
8419 else
8420 echo EXPORTS > $output_objdir/$soname.def;
8421 cat $export_symbols >> $output_objdir/$soname.def;
8422 fi~
8423 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8424 else
8425 ld_shlibs=no
8426 fi
8427 ;;
8428
8429 haiku*)
8430 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8431 link_all_deplibs=yes
8432 ;;
8433
8434 interix[3-9]*)
8435 hardcode_direct=no
8436 hardcode_shlibpath_var=no
8437 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8438 export_dynamic_flag_spec='${wl}-E'
8439 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8440 # Instead, shared libraries are loaded at an image base (0x10000000 by
8441 # default) and relocated if they conflict, which is a slow very memory
8442 # consuming and fragmenting process. To avoid this, we pick a random,
8443 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8444 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8445 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8446 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'
8447 ;;
8448
8449 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8450 tmp_diet=no
8451 if test "$host_os" = linux-dietlibc; then
8452 case $cc_basename in
8453 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8454 esac
8455 fi
8456 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8457 && test "$tmp_diet" = no
8458 then
8459 tmp_addflag=' $pic_flag'
8460 tmp_sharedflag='-shared'
8461 case $cc_basename,$host_cpu in
8462 pgcc*) # Portland Group C compiler
8463 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'
8464 tmp_addflag=' $pic_flag'
8465 ;;
8466 pgf77* | pgf90* | pgf95* | pgfortran*)
8467 # Portland Group f77 and f90 compilers
8468 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'
8469 tmp_addflag=' $pic_flag -Mnomain' ;;
8470 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8471 tmp_addflag=' -i_dynamic' ;;
8472 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8473 tmp_addflag=' -i_dynamic -nofor_main' ;;
8474 ifc* | ifort*) # Intel Fortran compiler
8475 tmp_addflag=' -nofor_main' ;;
8476 lf95*) # Lahey Fortran 8.1
8477 whole_archive_flag_spec=
8478 tmp_sharedflag='--shared' ;;
8479 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8480 tmp_sharedflag='-qmkshrobj'
8481 tmp_addflag= ;;
8482 nvcc*) # Cuda Compiler Driver 2.2
8483 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'
8484 compiler_needs_object=yes
8485 ;;
8486 esac
8487 case `$CC -V 2>&1 | sed 5q` in
8488 *Sun\ C*) # Sun C 5.9
8489 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'
8490 compiler_needs_object=yes
8491 tmp_sharedflag='-G' ;;
8492 *Sun\ F*) # Sun Fortran 8.3
8493 tmp_sharedflag='-G' ;;
8494 esac
8495 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8496
8497 if test "x$supports_anon_versioning" = xyes; then
8498 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8499 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8500 echo "local: *; };" >> $output_objdir/$libname.ver~
8501 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8502 fi
8503
8504 case $cc_basename in
8505 xlf* | bgf* | bgxlf* | mpixlf*)
8506 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8507 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8508 hardcode_libdir_flag_spec=
8509 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8510 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8511 if test "x$supports_anon_versioning" = xyes; then
8512 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8513 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8514 echo "local: *; };" >> $output_objdir/$libname.ver~
8515 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8516 fi
8517 ;;
8518 esac
8519 else
8520 ld_shlibs=no
8521 fi
8522 ;;
8523
8524 netbsd*)
8525 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8526 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8527 wlarc=
8528 else
8529 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8530 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8531 fi
8532 ;;
8533
8534 solaris*)
8535 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8536 ld_shlibs=no
8537 cat <<_LT_EOF 1>&2
8538
8539 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8540 *** create shared libraries on Solaris systems. Therefore, libtool
8541 *** is disabling shared libraries support. We urge you to upgrade GNU
8542 *** binutils to release 2.9.1 or newer. Another option is to modify
8543 *** your PATH or compiler configuration so that the native linker is
8544 *** used, and then restart.
8545
8546 _LT_EOF
8547 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8548 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8549 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8550 else
8551 ld_shlibs=no
8552 fi
8553 ;;
8554
8555 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8556 case `$LD -v 2>&1` in
8557 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8558 ld_shlibs=no
8559 cat <<_LT_EOF 1>&2
8560
8561 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8562 *** reliably create shared libraries on SCO systems. Therefore, libtool
8563 *** is disabling shared libraries support. We urge you to upgrade GNU
8564 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8565 *** your PATH or compiler configuration so that the native linker is
8566 *** used, and then restart.
8567
8568 _LT_EOF
8569 ;;
8570 *)
8571 # For security reasons, it is highly recommended that you always
8572 # use absolute paths for naming shared libraries, and exclude the
8573 # DT_RUNPATH tag from executables and libraries. But doing so
8574 # requires that you compile everything twice, which is a pain.
8575 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8576 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8577 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8578 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8579 else
8580 ld_shlibs=no
8581 fi
8582 ;;
8583 esac
8584 ;;
8585
8586 sunos4*)
8587 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8588 wlarc=
8589 hardcode_direct=yes
8590 hardcode_shlibpath_var=no
8591 ;;
8592
8593 *)
8594 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8595 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8596 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8597 else
8598 ld_shlibs=no
8599 fi
8600 ;;
8601 esac
8602
8603 if test "$ld_shlibs" = no; then
8604 runpath_var=
8605 hardcode_libdir_flag_spec=
8606 export_dynamic_flag_spec=
8607 whole_archive_flag_spec=
8608 fi
8609 else
8610 # PORTME fill in a description of your system's linker (not GNU ld)
8611 case $host_os in
8612 aix3*)
8613 allow_undefined_flag=unsupported
8614 always_export_symbols=yes
8615 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'
8616 # Note: this linker hardcodes the directories in LIBPATH if there
8617 # are no directories specified by -L.
8618 hardcode_minus_L=yes
8619 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8620 # Neither direct hardcoding nor static linking is supported with a
8621 # broken collect2.
8622 hardcode_direct=unsupported
8623 fi
8624 ;;
8625
8626 aix[4-9]*)
8627 if test "$host_cpu" = ia64; then
8628 # On IA64, the linker does run time linking by default, so we don't
8629 # have to do anything special.
8630 aix_use_runtimelinking=no
8631 exp_sym_flag='-Bexport'
8632 no_entry_flag=""
8633 else
8634 # If we're using GNU nm, then we don't want the "-C" option.
8635 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8636 # Also, AIX nm treats weak defined symbols like other global
8637 # defined symbols, whereas GNU nm marks them as "W".
8638 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8639 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'
8640 else
8641 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'
8642 fi
8643 aix_use_runtimelinking=no
8644
8645 # Test if we are trying to use run time linking or normal
8646 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8647 # need to do runtime linking.
8648 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8649 for ld_flag in $LDFLAGS; do
8650 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8651 aix_use_runtimelinking=yes
8652 break
8653 fi
8654 done
8655 ;;
8656 esac
8657
8658 exp_sym_flag='-bexport'
8659 no_entry_flag='-bnoentry'
8660 fi
8661
8662 # When large executables or shared objects are built, AIX ld can
8663 # have problems creating the table of contents. If linking a library
8664 # or program results in "error TOC overflow" add -mminimal-toc to
8665 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8666 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8667
8668 archive_cmds=''
8669 hardcode_direct=yes
8670 hardcode_direct_absolute=yes
8671 hardcode_libdir_separator=':'
8672 link_all_deplibs=yes
8673 file_list_spec='${wl}-f,'
8674
8675 if test "$GCC" = yes; then
8676 case $host_os in aix4.[012]|aix4.[012].*)
8677 # We only want to do this on AIX 4.2 and lower, the check
8678 # below for broken collect2 doesn't work under 4.3+
8679 collect2name=`${CC} -print-prog-name=collect2`
8680 if test -f "$collect2name" &&
8681 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8682 then
8683 # We have reworked collect2
8684 :
8685 else
8686 # We have old collect2
8687 hardcode_direct=unsupported
8688 # It fails to find uninstalled libraries when the uninstalled
8689 # path is not listed in the libpath. Setting hardcode_minus_L
8690 # to unsupported forces relinking
8691 hardcode_minus_L=yes
8692 hardcode_libdir_flag_spec='-L$libdir'
8693 hardcode_libdir_separator=
8694 fi
8695 ;;
8696 esac
8697 shared_flag='-shared'
8698 if test "$aix_use_runtimelinking" = yes; then
8699 shared_flag="$shared_flag "'${wl}-G'
8700 fi
8701 else
8702 # not using gcc
8703 if test "$host_cpu" = ia64; then
8704 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8705 # chokes on -Wl,-G. The following line is correct:
8706 shared_flag='-G'
8707 else
8708 if test "$aix_use_runtimelinking" = yes; then
8709 shared_flag='${wl}-G'
8710 else
8711 shared_flag='${wl}-bM:SRE'
8712 fi
8713 fi
8714 fi
8715
8716 export_dynamic_flag_spec='${wl}-bexpall'
8717 # It seems that -bexpall does not export symbols beginning with
8718 # underscore (_), so it is better to generate a list of symbols to export.
8719 always_export_symbols=yes
8720 if test "$aix_use_runtimelinking" = yes; then
8721 # Warning - without using the other runtime loading flags (-brtl),
8722 # -berok will link without error, but may produce a broken library.
8723 allow_undefined_flag='-berok'
8724 # Determine the default libpath from the value encoded in an
8725 # empty executable.
8726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8727 /* end confdefs.h. */
8728
8729 int
8730 main ()
8731 {
8732
8733 ;
8734 return 0;
8735 }
8736 _ACEOF
8737 if ac_fn_c_try_link "$LINENO"; then :
8738
8739 lt_aix_libpath_sed='
8740 /Import File Strings/,/^$/ {
8741 /^0/ {
8742 s/^0 *\(.*\)$/\1/
8743 p
8744 }
8745 }'
8746 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8747 # Check for a 64-bit object if we didn't find anything.
8748 if test -z "$aix_libpath"; then
8749 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8750 fi
8751 fi
8752 rm -f core conftest.err conftest.$ac_objext \
8753 conftest$ac_exeext conftest.$ac_ext
8754 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8755
8756 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8757 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"
8758 else
8759 if test "$host_cpu" = ia64; then
8760 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8761 allow_undefined_flag="-z nodefs"
8762 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"
8763 else
8764 # Determine the default libpath from the value encoded in an
8765 # empty executable.
8766 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8767 /* end confdefs.h. */
8768
8769 int
8770 main ()
8771 {
8772
8773 ;
8774 return 0;
8775 }
8776 _ACEOF
8777 if ac_fn_c_try_link "$LINENO"; then :
8778
8779 lt_aix_libpath_sed='
8780 /Import File Strings/,/^$/ {
8781 /^0/ {
8782 s/^0 *\(.*\)$/\1/
8783 p
8784 }
8785 }'
8786 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8787 # Check for a 64-bit object if we didn't find anything.
8788 if test -z "$aix_libpath"; then
8789 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8790 fi
8791 fi
8792 rm -f core conftest.err conftest.$ac_objext \
8793 conftest$ac_exeext conftest.$ac_ext
8794 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8795
8796 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8797 # Warning - without using the other run time loading flags,
8798 # -berok will link without error, but may produce a broken library.
8799 no_undefined_flag=' ${wl}-bernotok'
8800 allow_undefined_flag=' ${wl}-berok'
8801 if test "$with_gnu_ld" = yes; then
8802 # We only use this code for GNU lds that support --whole-archive.
8803 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8804 else
8805 # Exported symbols can be pulled into shared objects from archives
8806 whole_archive_flag_spec='$convenience'
8807 fi
8808 archive_cmds_need_lc=yes
8809 # This is similar to how AIX traditionally builds its shared libraries.
8810 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'
8811 fi
8812 fi
8813 ;;
8814
8815 amigaos*)
8816 case $host_cpu in
8817 powerpc)
8818 # see comment about AmigaOS4 .so support
8819 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8820 archive_expsym_cmds=''
8821 ;;
8822 m68k)
8823 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)'
8824 hardcode_libdir_flag_spec='-L$libdir'
8825 hardcode_minus_L=yes
8826 ;;
8827 esac
8828 ;;
8829
8830 bsdi[45]*)
8831 export_dynamic_flag_spec=-rdynamic
8832 ;;
8833
8834 cygwin* | mingw* | pw32* | cegcc*)
8835 # When not using gcc, we currently assume that we are using
8836 # Microsoft Visual C++.
8837 # hardcode_libdir_flag_spec is actually meaningless, as there is
8838 # no search path for DLLs.
8839 hardcode_libdir_flag_spec=' '
8840 allow_undefined_flag=unsupported
8841 # Tell ltmain to make .lib files, not .a files.
8842 libext=lib
8843 # Tell ltmain to make .dll files, not .so files.
8844 shrext_cmds=".dll"
8845 # FIXME: Setting linknames here is a bad hack.
8846 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8847 # The linker will automatically build a .lib file if we build a DLL.
8848 old_archive_from_new_cmds='true'
8849 # FIXME: Should let the user specify the lib program.
8850 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8851 fix_srcfile_path='`cygpath -w "$srcfile"`'
8852 enable_shared_with_static_runtimes=yes
8853 ;;
8854
8855 darwin* | rhapsody*)
8856
8857
8858 archive_cmds_need_lc=no
8859 hardcode_direct=no
8860 hardcode_automatic=yes
8861 hardcode_shlibpath_var=unsupported
8862 if test "$lt_cv_ld_force_load" = "yes"; then
8863 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\"`'
8864 else
8865 whole_archive_flag_spec=''
8866 fi
8867 link_all_deplibs=yes
8868 allow_undefined_flag="$_lt_dar_allow_undefined"
8869 case $cc_basename in
8870 ifort*) _lt_dar_can_shared=yes ;;
8871 *) _lt_dar_can_shared=$GCC ;;
8872 esac
8873 if test "$_lt_dar_can_shared" = "yes"; then
8874 output_verbose_link_cmd=func_echo_all
8875 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8876 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8877 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}"
8878 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}"
8879
8880 else
8881 ld_shlibs=no
8882 fi
8883
8884 ;;
8885
8886 dgux*)
8887 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8888 hardcode_libdir_flag_spec='-L$libdir'
8889 hardcode_shlibpath_var=no
8890 ;;
8891
8892 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8893 # support. Future versions do this automatically, but an explicit c++rt0.o
8894 # does not break anything, and helps significantly (at the cost of a little
8895 # extra space).
8896 freebsd2.2*)
8897 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8898 hardcode_libdir_flag_spec='-R$libdir'
8899 hardcode_direct=yes
8900 hardcode_shlibpath_var=no
8901 ;;
8902
8903 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8904 freebsd2.*)
8905 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8906 hardcode_direct=yes
8907 hardcode_minus_L=yes
8908 hardcode_shlibpath_var=no
8909 ;;
8910
8911 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8912 freebsd* | dragonfly*)
8913 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8914 hardcode_libdir_flag_spec='-R$libdir'
8915 hardcode_direct=yes
8916 hardcode_shlibpath_var=no
8917 ;;
8918
8919 hpux9*)
8920 if test "$GCC" = yes; then
8921 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'
8922 else
8923 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'
8924 fi
8925 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8926 hardcode_libdir_separator=:
8927 hardcode_direct=yes
8928
8929 # hardcode_minus_L: Not really in the search PATH,
8930 # but as the default location of the library.
8931 hardcode_minus_L=yes
8932 export_dynamic_flag_spec='${wl}-E'
8933 ;;
8934
8935 hpux10*)
8936 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8937 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8938 else
8939 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8940 fi
8941 if test "$with_gnu_ld" = no; then
8942 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8943 hardcode_libdir_flag_spec_ld='+b $libdir'
8944 hardcode_libdir_separator=:
8945 hardcode_direct=yes
8946 hardcode_direct_absolute=yes
8947 export_dynamic_flag_spec='${wl}-E'
8948 # hardcode_minus_L: Not really in the search PATH,
8949 # but as the default location of the library.
8950 hardcode_minus_L=yes
8951 fi
8952 ;;
8953
8954 hpux11*)
8955 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8956 case $host_cpu in
8957 hppa*64*)
8958 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8959 ;;
8960 ia64*)
8961 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8962 ;;
8963 *)
8964 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8965 ;;
8966 esac
8967 else
8968 case $host_cpu in
8969 hppa*64*)
8970 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8971 ;;
8972 ia64*)
8973 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8974 ;;
8975 *)
8976
8977 # Older versions of the 11.00 compiler do not understand -b yet
8978 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8980 $as_echo_n "checking if $CC understands -b... " >&6; }
8981 if ${lt_cv_prog_compiler__b+:} false; then :
8982 $as_echo_n "(cached) " >&6
8983 else
8984 lt_cv_prog_compiler__b=no
8985 save_LDFLAGS="$LDFLAGS"
8986 LDFLAGS="$LDFLAGS -b"
8987 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8988 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8989 # The linker can only warn and ignore the option if not recognized
8990 # So say no if there are warnings
8991 if test -s conftest.err; then
8992 # Append any errors to the config.log.
8993 cat conftest.err 1>&5
8994 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8995 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8996 if diff conftest.exp conftest.er2 >/dev/null; then
8997 lt_cv_prog_compiler__b=yes
8998 fi
8999 else
9000 lt_cv_prog_compiler__b=yes
9001 fi
9002 fi
9003 $RM -r conftest*
9004 LDFLAGS="$save_LDFLAGS"
9005
9006 fi
9007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9008 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9009
9010 if test x"$lt_cv_prog_compiler__b" = xyes; then
9011 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9012 else
9013 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9014 fi
9015
9016 ;;
9017 esac
9018 fi
9019 if test "$with_gnu_ld" = no; then
9020 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9021 hardcode_libdir_separator=:
9022
9023 case $host_cpu in
9024 hppa*64*|ia64*)
9025 hardcode_direct=no
9026 hardcode_shlibpath_var=no
9027 ;;
9028 *)
9029 hardcode_direct=yes
9030 hardcode_direct_absolute=yes
9031 export_dynamic_flag_spec='${wl}-E'
9032
9033 # hardcode_minus_L: Not really in the search PATH,
9034 # but as the default location of the library.
9035 hardcode_minus_L=yes
9036 ;;
9037 esac
9038 fi
9039 ;;
9040
9041 irix5* | irix6* | nonstopux*)
9042 if test "$GCC" = yes; then
9043 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'
9044 # Try to use the -exported_symbol ld option, if it does not
9045 # work, assume that -exports_file does not work either and
9046 # implicitly export all symbols.
9047 save_LDFLAGS="$LDFLAGS"
9048 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9050 /* end confdefs.h. */
9051 int foo(void) {}
9052 _ACEOF
9053 if ac_fn_c_try_link "$LINENO"; then :
9054 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'
9055
9056 fi
9057 rm -f core conftest.err conftest.$ac_objext \
9058 conftest$ac_exeext conftest.$ac_ext
9059 LDFLAGS="$save_LDFLAGS"
9060 else
9061 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'
9062 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'
9063 fi
9064 archive_cmds_need_lc='no'
9065 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9066 hardcode_libdir_separator=:
9067 inherit_rpath=yes
9068 link_all_deplibs=yes
9069 ;;
9070
9071 netbsd*)
9072 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9073 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9074 else
9075 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9076 fi
9077 hardcode_libdir_flag_spec='-R$libdir'
9078 hardcode_direct=yes
9079 hardcode_shlibpath_var=no
9080 ;;
9081
9082 newsos6)
9083 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9084 hardcode_direct=yes
9085 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9086 hardcode_libdir_separator=:
9087 hardcode_shlibpath_var=no
9088 ;;
9089
9090 *nto* | *qnx*)
9091 ;;
9092
9093 openbsd*)
9094 if test -f /usr/libexec/ld.so; then
9095 hardcode_direct=yes
9096 hardcode_shlibpath_var=no
9097 hardcode_direct_absolute=yes
9098 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9099 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9100 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9101 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9102 export_dynamic_flag_spec='${wl}-E'
9103 else
9104 case $host_os in
9105 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9106 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9107 hardcode_libdir_flag_spec='-R$libdir'
9108 ;;
9109 *)
9110 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9111 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9112 ;;
9113 esac
9114 fi
9115 else
9116 ld_shlibs=no
9117 fi
9118 ;;
9119
9120 os2*)
9121 hardcode_libdir_flag_spec='-L$libdir'
9122 hardcode_minus_L=yes
9123 allow_undefined_flag=unsupported
9124 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'
9125 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9126 ;;
9127
9128 osf3*)
9129 if test "$GCC" = yes; then
9130 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9131 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'
9132 else
9133 allow_undefined_flag=' -expect_unresolved \*'
9134 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'
9135 fi
9136 archive_cmds_need_lc='no'
9137 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9138 hardcode_libdir_separator=:
9139 ;;
9140
9141 osf4* | osf5*) # as osf3* with the addition of -msym flag
9142 if test "$GCC" = yes; then
9143 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9144 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'
9145 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9146 else
9147 allow_undefined_flag=' -expect_unresolved \*'
9148 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'
9149 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~
9150 $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'
9151
9152 # Both c and cxx compiler support -rpath directly
9153 hardcode_libdir_flag_spec='-rpath $libdir'
9154 fi
9155 archive_cmds_need_lc='no'
9156 hardcode_libdir_separator=:
9157 ;;
9158
9159 solaris*)
9160 no_undefined_flag=' -z defs'
9161 if test "$GCC" = yes; then
9162 wlarc='${wl}'
9163 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9164 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9165 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9166 else
9167 case `$CC -V 2>&1` in
9168 *"Compilers 5.0"*)
9169 wlarc=''
9170 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9171 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9172 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9173 ;;
9174 *)
9175 wlarc='${wl}'
9176 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9177 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9178 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9179 ;;
9180 esac
9181 fi
9182 hardcode_libdir_flag_spec='-R$libdir'
9183 hardcode_shlibpath_var=no
9184 case $host_os in
9185 solaris2.[0-5] | solaris2.[0-5].*) ;;
9186 *)
9187 # The compiler driver will combine and reorder linker options,
9188 # but understands `-z linker_flag'. GCC discards it without `$wl',
9189 # but is careful enough not to reorder.
9190 # Supported since Solaris 2.6 (maybe 2.5.1?)
9191 if test "$GCC" = yes; then
9192 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9193 else
9194 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9195 fi
9196 ;;
9197 esac
9198 link_all_deplibs=yes
9199 ;;
9200
9201 sunos4*)
9202 if test "x$host_vendor" = xsequent; then
9203 # Use $CC to link under sequent, because it throws in some extra .o
9204 # files that make .init and .fini sections work.
9205 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9206 else
9207 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9208 fi
9209 hardcode_libdir_flag_spec='-L$libdir'
9210 hardcode_direct=yes
9211 hardcode_minus_L=yes
9212 hardcode_shlibpath_var=no
9213 ;;
9214
9215 sysv4)
9216 case $host_vendor in
9217 sni)
9218 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9219 hardcode_direct=yes # is this really true???
9220 ;;
9221 siemens)
9222 ## LD is ld it makes a PLAMLIB
9223 ## CC just makes a GrossModule.
9224 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9225 reload_cmds='$CC -r -o $output$reload_objs'
9226 hardcode_direct=no
9227 ;;
9228 motorola)
9229 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9230 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9231 ;;
9232 esac
9233 runpath_var='LD_RUN_PATH'
9234 hardcode_shlibpath_var=no
9235 ;;
9236
9237 sysv4.3*)
9238 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9239 hardcode_shlibpath_var=no
9240 export_dynamic_flag_spec='-Bexport'
9241 ;;
9242
9243 sysv4*MP*)
9244 if test -d /usr/nec; then
9245 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9246 hardcode_shlibpath_var=no
9247 runpath_var=LD_RUN_PATH
9248 hardcode_runpath_var=yes
9249 ld_shlibs=yes
9250 fi
9251 ;;
9252
9253 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9254 no_undefined_flag='${wl}-z,text'
9255 archive_cmds_need_lc=no
9256 hardcode_shlibpath_var=no
9257 runpath_var='LD_RUN_PATH'
9258
9259 if test "$GCC" = yes; then
9260 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9261 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9262 else
9263 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9264 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9265 fi
9266 ;;
9267
9268 sysv5* | sco3.2v5* | sco5v6*)
9269 # Note: We can NOT use -z defs as we might desire, because we do not
9270 # link with -lc, and that would cause any symbols used from libc to
9271 # always be unresolved, which means just about no library would
9272 # ever link correctly. If we're not using GNU ld we use -z text
9273 # though, which does catch some bad symbols but isn't as heavy-handed
9274 # as -z defs.
9275 no_undefined_flag='${wl}-z,text'
9276 allow_undefined_flag='${wl}-z,nodefs'
9277 archive_cmds_need_lc=no
9278 hardcode_shlibpath_var=no
9279 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9280 hardcode_libdir_separator=':'
9281 link_all_deplibs=yes
9282 export_dynamic_flag_spec='${wl}-Bexport'
9283 runpath_var='LD_RUN_PATH'
9284
9285 if test "$GCC" = yes; then
9286 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9287 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9288 else
9289 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9290 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9291 fi
9292 ;;
9293
9294 uts4*)
9295 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9296 hardcode_libdir_flag_spec='-L$libdir'
9297 hardcode_shlibpath_var=no
9298 ;;
9299
9300 *)
9301 ld_shlibs=no
9302 ;;
9303 esac
9304
9305 if test x$host_vendor = xsni; then
9306 case $host in
9307 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9308 export_dynamic_flag_spec='${wl}-Blargedynsym'
9309 ;;
9310 esac
9311 fi
9312 fi
9313
9314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9315 $as_echo "$ld_shlibs" >&6; }
9316 test "$ld_shlibs" = no && can_build_shared=no
9317
9318 with_gnu_ld=$with_gnu_ld
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334 #
9335 # Do we need to explicitly link libc?
9336 #
9337 case "x$archive_cmds_need_lc" in
9338 x|xyes)
9339 # Assume -lc should be added
9340 archive_cmds_need_lc=yes
9341
9342 if test "$enable_shared" = yes && test "$GCC" = yes; then
9343 case $archive_cmds in
9344 *'~'*)
9345 # FIXME: we may have to deal with multi-command sequences.
9346 ;;
9347 '$CC '*)
9348 # Test whether the compiler implicitly links with -lc since on some
9349 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9350 # to ld, don't add -lc before -lgcc.
9351 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9352 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9353 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9354 $as_echo_n "(cached) " >&6
9355 else
9356 $RM conftest*
9357 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9358
9359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9360 (eval $ac_compile) 2>&5
9361 ac_status=$?
9362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9363 test $ac_status = 0; } 2>conftest.err; then
9364 soname=conftest
9365 lib=conftest
9366 libobjs=conftest.$ac_objext
9367 deplibs=
9368 wl=$lt_prog_compiler_wl
9369 pic_flag=$lt_prog_compiler_pic
9370 compiler_flags=-v
9371 linker_flags=-v
9372 verstring=
9373 output_objdir=.
9374 libname=conftest
9375 lt_save_allow_undefined_flag=$allow_undefined_flag
9376 allow_undefined_flag=
9377 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9378 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9379 ac_status=$?
9380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9381 test $ac_status = 0; }
9382 then
9383 lt_cv_archive_cmds_need_lc=no
9384 else
9385 lt_cv_archive_cmds_need_lc=yes
9386 fi
9387 allow_undefined_flag=$lt_save_allow_undefined_flag
9388 else
9389 cat conftest.err 1>&5
9390 fi
9391 $RM conftest*
9392
9393 fi
9394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9395 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9396 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9397 ;;
9398 esac
9399 fi
9400 ;;
9401 esac
9402
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9560 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9561
9562 if test "$GCC" = yes; then
9563 case $host_os in
9564 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9565 *) lt_awk_arg="/^libraries:/" ;;
9566 esac
9567 case $host_os in
9568 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9569 *) lt_sed_strip_eq="s,=/,/,g" ;;
9570 esac
9571 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9572 case $lt_search_path_spec in
9573 *\;*)
9574 # if the path contains ";" then we assume it to be the separator
9575 # otherwise default to the standard path separator (i.e. ":") - it is
9576 # assumed that no part of a normal pathname contains ";" but that should
9577 # okay in the real world where ";" in dirpaths is itself problematic.
9578 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9579 ;;
9580 *)
9581 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9582 ;;
9583 esac
9584 # Ok, now we have the path, separated by spaces, we can step through it
9585 # and add multilib dir if necessary.
9586 lt_tmp_lt_search_path_spec=
9587 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9588 for lt_sys_path in $lt_search_path_spec; do
9589 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9590 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9591 else
9592 test -d "$lt_sys_path" && \
9593 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9594 fi
9595 done
9596 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9597 BEGIN {RS=" "; FS="/|\n";} {
9598 lt_foo="";
9599 lt_count=0;
9600 for (lt_i = NF; lt_i > 0; lt_i--) {
9601 if ($lt_i != "" && $lt_i != ".") {
9602 if ($lt_i == "..") {
9603 lt_count++;
9604 } else {
9605 if (lt_count == 0) {
9606 lt_foo="/" $lt_i lt_foo;
9607 } else {
9608 lt_count--;
9609 }
9610 }
9611 }
9612 }
9613 if (lt_foo != "") { lt_freq[lt_foo]++; }
9614 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9615 }'`
9616 # AWK program above erroneously prepends '/' to C:/dos/paths
9617 # for these hosts.
9618 case $host_os in
9619 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9620 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9621 esac
9622 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9623 else
9624 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9625 fi
9626 library_names_spec=
9627 libname_spec='lib$name'
9628 soname_spec=
9629 shrext_cmds=".so"
9630 postinstall_cmds=
9631 postuninstall_cmds=
9632 finish_cmds=
9633 finish_eval=
9634 shlibpath_var=
9635 shlibpath_overrides_runpath=unknown
9636 version_type=none
9637 dynamic_linker="$host_os ld.so"
9638 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9639 need_lib_prefix=unknown
9640 hardcode_into_libs=no
9641
9642 # when you set need_version to no, make sure it does not cause -set_version
9643 # flags to be left without arguments
9644 need_version=unknown
9645
9646 case $host_os in
9647 aix3*)
9648 version_type=linux
9649 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9650 shlibpath_var=LIBPATH
9651
9652 # AIX 3 has no versioning support, so we append a major version to the name.
9653 soname_spec='${libname}${release}${shared_ext}$major'
9654 ;;
9655
9656 aix[4-9]*)
9657 version_type=linux
9658 need_lib_prefix=no
9659 need_version=no
9660 hardcode_into_libs=yes
9661 if test "$host_cpu" = ia64; then
9662 # AIX 5 supports IA64
9663 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9664 shlibpath_var=LD_LIBRARY_PATH
9665 else
9666 # With GCC up to 2.95.x, collect2 would create an import file
9667 # for dependence libraries. The import file would start with
9668 # the line `#! .'. This would cause the generated library to
9669 # depend on `.', always an invalid library. This was fixed in
9670 # development snapshots of GCC prior to 3.0.
9671 case $host_os in
9672 aix4 | aix4.[01] | aix4.[01].*)
9673 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9674 echo ' yes '
9675 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9676 :
9677 else
9678 can_build_shared=no
9679 fi
9680 ;;
9681 esac
9682 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9683 # soname into executable. Probably we can add versioning support to
9684 # collect2, so additional links can be useful in future.
9685 if test "$aix_use_runtimelinking" = yes; then
9686 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9687 # instead of lib<name>.a to let people know that these are not
9688 # typical AIX shared libraries.
9689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9690 else
9691 # We preserve .a as extension for shared libraries through AIX4.2
9692 # and later when we are not doing run time linking.
9693 library_names_spec='${libname}${release}.a $libname.a'
9694 soname_spec='${libname}${release}${shared_ext}$major'
9695 fi
9696 shlibpath_var=LIBPATH
9697 fi
9698 ;;
9699
9700 amigaos*)
9701 case $host_cpu in
9702 powerpc)
9703 # Since July 2007 AmigaOS4 officially supports .so libraries.
9704 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9706 ;;
9707 m68k)
9708 library_names_spec='$libname.ixlibrary $libname.a'
9709 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9710 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'
9711 ;;
9712 esac
9713 ;;
9714
9715 beos*)
9716 library_names_spec='${libname}${shared_ext}'
9717 dynamic_linker="$host_os ld.so"
9718 shlibpath_var=LIBRARY_PATH
9719 ;;
9720
9721 bsdi[45]*)
9722 version_type=linux
9723 need_version=no
9724 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9725 soname_spec='${libname}${release}${shared_ext}$major'
9726 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9727 shlibpath_var=LD_LIBRARY_PATH
9728 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9729 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9730 # the default ld.so.conf also contains /usr/contrib/lib and
9731 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9732 # libtool to hard-code these into programs
9733 ;;
9734
9735 cygwin* | mingw* | pw32* | cegcc*)
9736 version_type=windows
9737 shrext_cmds=".dll"
9738 need_version=no
9739 need_lib_prefix=no
9740
9741 case $GCC,$host_os in
9742 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9743 library_names_spec='$libname.dll.a'
9744 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9745 postinstall_cmds='base_file=`basename \${file}`~
9746 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9747 dldir=$destdir/`dirname \$dlpath`~
9748 test -d \$dldir || mkdir -p \$dldir~
9749 $install_prog $dir/$dlname \$dldir/$dlname~
9750 chmod a+x \$dldir/$dlname~
9751 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9752 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9753 fi'
9754 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9755 dlpath=$dir/\$dldll~
9756 $RM \$dlpath'
9757 shlibpath_overrides_runpath=yes
9758
9759 case $host_os in
9760 cygwin*)
9761 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9762 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9763
9764 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9765 ;;
9766 mingw* | cegcc*)
9767 # MinGW DLLs use traditional 'lib' prefix
9768 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9769 ;;
9770 pw32*)
9771 # pw32 DLLs use 'pw' prefix rather than 'lib'
9772 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9773 ;;
9774 esac
9775 ;;
9776
9777 *)
9778 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9779 ;;
9780 esac
9781 dynamic_linker='Win32 ld.exe'
9782 # FIXME: first we should search . and the directory the executable is in
9783 shlibpath_var=PATH
9784 ;;
9785
9786 darwin* | rhapsody*)
9787 dynamic_linker="$host_os dyld"
9788 version_type=darwin
9789 need_lib_prefix=no
9790 need_version=no
9791 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9792 soname_spec='${libname}${release}${major}$shared_ext'
9793 shlibpath_overrides_runpath=yes
9794 shlibpath_var=DYLD_LIBRARY_PATH
9795 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9796
9797 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9798 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9799 ;;
9800
9801 dgux*)
9802 version_type=linux
9803 need_lib_prefix=no
9804 need_version=no
9805 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9806 soname_spec='${libname}${release}${shared_ext}$major'
9807 shlibpath_var=LD_LIBRARY_PATH
9808 ;;
9809
9810 freebsd* | dragonfly*)
9811 # DragonFly does not have aout. When/if they implement a new
9812 # versioning mechanism, adjust this.
9813 if test -x /usr/bin/objformat; then
9814 objformat=`/usr/bin/objformat`
9815 else
9816 case $host_os in
9817 freebsd[23].*) objformat=aout ;;
9818 *) objformat=elf ;;
9819 esac
9820 fi
9821 version_type=freebsd-$objformat
9822 case $version_type in
9823 freebsd-elf*)
9824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9825 need_version=no
9826 need_lib_prefix=no
9827 ;;
9828 freebsd-*)
9829 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9830 need_version=yes
9831 ;;
9832 esac
9833 shlibpath_var=LD_LIBRARY_PATH
9834 case $host_os in
9835 freebsd2.*)
9836 shlibpath_overrides_runpath=yes
9837 ;;
9838 freebsd3.[01]* | freebsdelf3.[01]*)
9839 shlibpath_overrides_runpath=yes
9840 hardcode_into_libs=yes
9841 ;;
9842 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9843 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9844 shlibpath_overrides_runpath=no
9845 hardcode_into_libs=yes
9846 ;;
9847 *) # from 4.6 on, and DragonFly
9848 shlibpath_overrides_runpath=yes
9849 hardcode_into_libs=yes
9850 ;;
9851 esac
9852 ;;
9853
9854 haiku*)
9855 version_type=linux
9856 need_lib_prefix=no
9857 need_version=no
9858 dynamic_linker="$host_os runtime_loader"
9859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9860 soname_spec='${libname}${release}${shared_ext}$major'
9861 shlibpath_var=LIBRARY_PATH
9862 shlibpath_overrides_runpath=yes
9863 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9864 hardcode_into_libs=yes
9865 ;;
9866
9867 hpux9* | hpux10* | hpux11*)
9868 # Give a soname corresponding to the major version so that dld.sl refuses to
9869 # link against other versions.
9870 version_type=sunos
9871 need_lib_prefix=no
9872 need_version=no
9873 case $host_cpu in
9874 ia64*)
9875 shrext_cmds='.so'
9876 hardcode_into_libs=yes
9877 dynamic_linker="$host_os dld.so"
9878 shlibpath_var=LD_LIBRARY_PATH
9879 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9880 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9881 soname_spec='${libname}${release}${shared_ext}$major'
9882 if test "X$HPUX_IA64_MODE" = X32; then
9883 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9884 else
9885 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9886 fi
9887 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9888 ;;
9889 hppa*64*)
9890 shrext_cmds='.sl'
9891 hardcode_into_libs=yes
9892 dynamic_linker="$host_os dld.sl"
9893 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9894 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9895 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9896 soname_spec='${libname}${release}${shared_ext}$major'
9897 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9898 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9899 ;;
9900 *)
9901 shrext_cmds='.sl'
9902 dynamic_linker="$host_os dld.sl"
9903 shlibpath_var=SHLIB_PATH
9904 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9906 soname_spec='${libname}${release}${shared_ext}$major'
9907 ;;
9908 esac
9909 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9910 postinstall_cmds='chmod 555 $lib'
9911 # or fails outright, so override atomically:
9912 install_override_mode=555
9913 ;;
9914
9915 interix[3-9]*)
9916 version_type=linux
9917 need_lib_prefix=no
9918 need_version=no
9919 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9920 soname_spec='${libname}${release}${shared_ext}$major'
9921 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9922 shlibpath_var=LD_LIBRARY_PATH
9923 shlibpath_overrides_runpath=no
9924 hardcode_into_libs=yes
9925 ;;
9926
9927 irix5* | irix6* | nonstopux*)
9928 case $host_os in
9929 nonstopux*) version_type=nonstopux ;;
9930 *)
9931 if test "$lt_cv_prog_gnu_ld" = yes; then
9932 version_type=linux
9933 else
9934 version_type=irix
9935 fi ;;
9936 esac
9937 need_lib_prefix=no
9938 need_version=no
9939 soname_spec='${libname}${release}${shared_ext}$major'
9940 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9941 case $host_os in
9942 irix5* | nonstopux*)
9943 libsuff= shlibsuff=
9944 ;;
9945 *)
9946 case $LD in # libtool.m4 will add one of these switches to LD
9947 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9948 libsuff= shlibsuff= libmagic=32-bit;;
9949 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9950 libsuff=32 shlibsuff=N32 libmagic=N32;;
9951 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9952 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9953 *) libsuff= shlibsuff= libmagic=never-match;;
9954 esac
9955 ;;
9956 esac
9957 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9958 shlibpath_overrides_runpath=no
9959 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9960 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9961 hardcode_into_libs=yes
9962 ;;
9963
9964 # No shared lib support for Linux oldld, aout, or coff.
9965 linux*oldld* | linux*aout* | linux*coff*)
9966 dynamic_linker=no
9967 ;;
9968
9969 # This must be Linux ELF.
9970 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
9971 version_type=linux
9972 need_lib_prefix=no
9973 need_version=no
9974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9975 soname_spec='${libname}${release}${shared_ext}$major'
9976 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9977 shlibpath_var=LD_LIBRARY_PATH
9978 shlibpath_overrides_runpath=no
9979
9980 # Some binutils ld are patched to set DT_RUNPATH
9981 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
9982 $as_echo_n "(cached) " >&6
9983 else
9984 lt_cv_shlibpath_overrides_runpath=no
9985 save_LDFLAGS=$LDFLAGS
9986 save_libdir=$libdir
9987 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9988 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9990 /* end confdefs.h. */
9991
9992 int
9993 main ()
9994 {
9995
9996 ;
9997 return 0;
9998 }
9999 _ACEOF
10000 if ac_fn_c_try_link "$LINENO"; then :
10001 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10002 lt_cv_shlibpath_overrides_runpath=yes
10003 fi
10004 fi
10005 rm -f core conftest.err conftest.$ac_objext \
10006 conftest$ac_exeext conftest.$ac_ext
10007 LDFLAGS=$save_LDFLAGS
10008 libdir=$save_libdir
10009
10010 fi
10011
10012 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10013
10014 # This implies no fast_install, which is unacceptable.
10015 # Some rework will be needed to allow for fast_install
10016 # before this can be enabled.
10017 hardcode_into_libs=yes
10018
10019 # Append ld.so.conf contents to the search path
10020 if test -f /etc/ld.so.conf; then
10021 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' ' '`
10022 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10023 fi
10024
10025 # We used to test for /lib/ld.so.1 and disable shared libraries on
10026 # powerpc, because MkLinux only supported shared libraries with the
10027 # GNU dynamic linker. Since this was broken with cross compilers,
10028 # most powerpc-linux boxes support dynamic linking these days and
10029 # people can always --disable-shared, the test was removed, and we
10030 # assume the GNU/Linux dynamic linker is in use.
10031 dynamic_linker='GNU/Linux ld.so'
10032 ;;
10033
10034 netbsd*)
10035 version_type=sunos
10036 need_lib_prefix=no
10037 need_version=no
10038 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10039 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10040 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10041 dynamic_linker='NetBSD (a.out) ld.so'
10042 else
10043 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10044 soname_spec='${libname}${release}${shared_ext}$major'
10045 dynamic_linker='NetBSD ld.elf_so'
10046 fi
10047 shlibpath_var=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath=yes
10049 hardcode_into_libs=yes
10050 ;;
10051
10052 newsos6)
10053 version_type=linux
10054 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10055 shlibpath_var=LD_LIBRARY_PATH
10056 shlibpath_overrides_runpath=yes
10057 ;;
10058
10059 *nto* | *qnx*)
10060 version_type=qnx
10061 need_lib_prefix=no
10062 need_version=no
10063 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10064 soname_spec='${libname}${release}${shared_ext}$major'
10065 shlibpath_var=LD_LIBRARY_PATH
10066 shlibpath_overrides_runpath=no
10067 hardcode_into_libs=yes
10068 dynamic_linker='ldqnx.so'
10069 ;;
10070
10071 openbsd*)
10072 version_type=sunos
10073 sys_lib_dlsearch_path_spec="/usr/lib"
10074 need_lib_prefix=no
10075 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10076 case $host_os in
10077 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10078 *) need_version=no ;;
10079 esac
10080 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10081 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10082 shlibpath_var=LD_LIBRARY_PATH
10083 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10084 case $host_os in
10085 openbsd2.[89] | openbsd2.[89].*)
10086 shlibpath_overrides_runpath=no
10087 ;;
10088 *)
10089 shlibpath_overrides_runpath=yes
10090 ;;
10091 esac
10092 else
10093 shlibpath_overrides_runpath=yes
10094 fi
10095 ;;
10096
10097 os2*)
10098 libname_spec='$name'
10099 shrext_cmds=".dll"
10100 need_lib_prefix=no
10101 library_names_spec='$libname${shared_ext} $libname.a'
10102 dynamic_linker='OS/2 ld.exe'
10103 shlibpath_var=LIBPATH
10104 ;;
10105
10106 osf3* | osf4* | osf5*)
10107 version_type=osf
10108 need_lib_prefix=no
10109 need_version=no
10110 soname_spec='${libname}${release}${shared_ext}$major'
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10112 shlibpath_var=LD_LIBRARY_PATH
10113 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10114 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10115 ;;
10116
10117 rdos*)
10118 dynamic_linker=no
10119 ;;
10120
10121 solaris*)
10122 version_type=linux
10123 need_lib_prefix=no
10124 need_version=no
10125 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10126 soname_spec='${libname}${release}${shared_ext}$major'
10127 shlibpath_var=LD_LIBRARY_PATH
10128 shlibpath_overrides_runpath=yes
10129 hardcode_into_libs=yes
10130 # ldd complains unless libraries are executable
10131 postinstall_cmds='chmod +x $lib'
10132 ;;
10133
10134 sunos4*)
10135 version_type=sunos
10136 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10137 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10138 shlibpath_var=LD_LIBRARY_PATH
10139 shlibpath_overrides_runpath=yes
10140 if test "$with_gnu_ld" = yes; then
10141 need_lib_prefix=no
10142 fi
10143 need_version=yes
10144 ;;
10145
10146 sysv4 | sysv4.3*)
10147 version_type=linux
10148 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10149 soname_spec='${libname}${release}${shared_ext}$major'
10150 shlibpath_var=LD_LIBRARY_PATH
10151 case $host_vendor in
10152 sni)
10153 shlibpath_overrides_runpath=no
10154 need_lib_prefix=no
10155 runpath_var=LD_RUN_PATH
10156 ;;
10157 siemens)
10158 need_lib_prefix=no
10159 ;;
10160 motorola)
10161 need_lib_prefix=no
10162 need_version=no
10163 shlibpath_overrides_runpath=no
10164 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10165 ;;
10166 esac
10167 ;;
10168
10169 sysv4*MP*)
10170 if test -d /usr/nec ;then
10171 version_type=linux
10172 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10173 soname_spec='$libname${shared_ext}.$major'
10174 shlibpath_var=LD_LIBRARY_PATH
10175 fi
10176 ;;
10177
10178 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10179 version_type=freebsd-elf
10180 need_lib_prefix=no
10181 need_version=no
10182 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10183 soname_spec='${libname}${release}${shared_ext}$major'
10184 shlibpath_var=LD_LIBRARY_PATH
10185 shlibpath_overrides_runpath=yes
10186 hardcode_into_libs=yes
10187 if test "$with_gnu_ld" = yes; then
10188 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10189 else
10190 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10191 case $host_os in
10192 sco3.2v5*)
10193 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10194 ;;
10195 esac
10196 fi
10197 sys_lib_dlsearch_path_spec='/usr/lib'
10198 ;;
10199
10200 tpf*)
10201 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10202 version_type=linux
10203 need_lib_prefix=no
10204 need_version=no
10205 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10206 shlibpath_var=LD_LIBRARY_PATH
10207 shlibpath_overrides_runpath=no
10208 hardcode_into_libs=yes
10209 ;;
10210
10211 uts4*)
10212 version_type=linux
10213 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10214 soname_spec='${libname}${release}${shared_ext}$major'
10215 shlibpath_var=LD_LIBRARY_PATH
10216 ;;
10217
10218 *)
10219 dynamic_linker=no
10220 ;;
10221 esac
10222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10223 $as_echo "$dynamic_linker" >&6; }
10224 test "$dynamic_linker" = no && can_build_shared=no
10225
10226 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10227 if test "$GCC" = yes; then
10228 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10229 fi
10230
10231 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10232 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10233 fi
10234 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10235 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10236 fi
10237
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10330 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10331 hardcode_action=
10332 if test -n "$hardcode_libdir_flag_spec" ||
10333 test -n "$runpath_var" ||
10334 test "X$hardcode_automatic" = "Xyes" ; then
10335
10336 # We can hardcode non-existent directories.
10337 if test "$hardcode_direct" != no &&
10338 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10339 # have to relink, otherwise we might link with an installed library
10340 # when we should be linking with a yet-to-be-installed one
10341 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10342 test "$hardcode_minus_L" != no; then
10343 # Linking always hardcodes the temporary library directory.
10344 hardcode_action=relink
10345 else
10346 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10347 hardcode_action=immediate
10348 fi
10349 else
10350 # We cannot hardcode anything, or else we can only hardcode existing
10351 # directories.
10352 hardcode_action=unsupported
10353 fi
10354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10355 $as_echo "$hardcode_action" >&6; }
10356
10357 if test "$hardcode_action" = relink ||
10358 test "$inherit_rpath" = yes; then
10359 # Fast installation is not supported
10360 enable_fast_install=no
10361 elif test "$shlibpath_overrides_runpath" = yes ||
10362 test "$enable_shared" = no; then
10363 # Fast installation is not necessary
10364 enable_fast_install=needless
10365 fi
10366
10367
10368
10369
10370
10371
10372 if test "x$enable_dlopen" != xyes; then
10373 enable_dlopen=unknown
10374 enable_dlopen_self=unknown
10375 enable_dlopen_self_static=unknown
10376 else
10377 lt_cv_dlopen=no
10378 lt_cv_dlopen_libs=
10379
10380 case $host_os in
10381 beos*)
10382 lt_cv_dlopen="load_add_on"
10383 lt_cv_dlopen_libs=
10384 lt_cv_dlopen_self=yes
10385 ;;
10386
10387 mingw* | pw32* | cegcc*)
10388 lt_cv_dlopen="LoadLibrary"
10389 lt_cv_dlopen_libs=
10390 ;;
10391
10392 cygwin*)
10393 lt_cv_dlopen="dlopen"
10394 lt_cv_dlopen_libs=
10395 ;;
10396
10397 darwin*)
10398 # if libdl is installed we need to link against it
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10400 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10401 if ${ac_cv_lib_dl_dlopen+:} false; then :
10402 $as_echo_n "(cached) " >&6
10403 else
10404 ac_check_lib_save_LIBS=$LIBS
10405 LIBS="-ldl $LIBS"
10406 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10407 /* end confdefs.h. */
10408
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10412 #ifdef __cplusplus
10413 extern "C"
10414 #endif
10415 char dlopen ();
10416 int
10417 main ()
10418 {
10419 return dlopen ();
10420 ;
10421 return 0;
10422 }
10423 _ACEOF
10424 if ac_fn_c_try_link "$LINENO"; then :
10425 ac_cv_lib_dl_dlopen=yes
10426 else
10427 ac_cv_lib_dl_dlopen=no
10428 fi
10429 rm -f core conftest.err conftest.$ac_objext \
10430 conftest$ac_exeext conftest.$ac_ext
10431 LIBS=$ac_check_lib_save_LIBS
10432 fi
10433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10434 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10435 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10436 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10437 else
10438
10439 lt_cv_dlopen="dyld"
10440 lt_cv_dlopen_libs=
10441 lt_cv_dlopen_self=yes
10442
10443 fi
10444
10445 ;;
10446
10447 *)
10448 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10449 if test "x$ac_cv_func_shl_load" = xyes; then :
10450 lt_cv_dlopen="shl_load"
10451 else
10452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10453 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10454 if ${ac_cv_lib_dld_shl_load+:} false; then :
10455 $as_echo_n "(cached) " >&6
10456 else
10457 ac_check_lib_save_LIBS=$LIBS
10458 LIBS="-ldld $LIBS"
10459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10460 /* end confdefs.h. */
10461
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char shl_load ();
10469 int
10470 main ()
10471 {
10472 return shl_load ();
10473 ;
10474 return 0;
10475 }
10476 _ACEOF
10477 if ac_fn_c_try_link "$LINENO"; then :
10478 ac_cv_lib_dld_shl_load=yes
10479 else
10480 ac_cv_lib_dld_shl_load=no
10481 fi
10482 rm -f core conftest.err conftest.$ac_objext \
10483 conftest$ac_exeext conftest.$ac_ext
10484 LIBS=$ac_check_lib_save_LIBS
10485 fi
10486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10487 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10488 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10489 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10490 else
10491 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10492 if test "x$ac_cv_func_dlopen" = xyes; then :
10493 lt_cv_dlopen="dlopen"
10494 else
10495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10496 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10497 if ${ac_cv_lib_dl_dlopen+:} false; then :
10498 $as_echo_n "(cached) " >&6
10499 else
10500 ac_check_lib_save_LIBS=$LIBS
10501 LIBS="-ldl $LIBS"
10502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10503 /* end confdefs.h. */
10504
10505 /* Override any GCC internal prototype to avoid an error.
10506 Use char because int might match the return type of a GCC
10507 builtin and then its argument prototype would still apply. */
10508 #ifdef __cplusplus
10509 extern "C"
10510 #endif
10511 char dlopen ();
10512 int
10513 main ()
10514 {
10515 return dlopen ();
10516 ;
10517 return 0;
10518 }
10519 _ACEOF
10520 if ac_fn_c_try_link "$LINENO"; then :
10521 ac_cv_lib_dl_dlopen=yes
10522 else
10523 ac_cv_lib_dl_dlopen=no
10524 fi
10525 rm -f core conftest.err conftest.$ac_objext \
10526 conftest$ac_exeext conftest.$ac_ext
10527 LIBS=$ac_check_lib_save_LIBS
10528 fi
10529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10530 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10531 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10532 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10533 else
10534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10535 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10536 if ${ac_cv_lib_svld_dlopen+:} false; then :
10537 $as_echo_n "(cached) " >&6
10538 else
10539 ac_check_lib_save_LIBS=$LIBS
10540 LIBS="-lsvld $LIBS"
10541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10542 /* end confdefs.h. */
10543
10544 /* Override any GCC internal prototype to avoid an error.
10545 Use char because int might match the return type of a GCC
10546 builtin and then its argument prototype would still apply. */
10547 #ifdef __cplusplus
10548 extern "C"
10549 #endif
10550 char dlopen ();
10551 int
10552 main ()
10553 {
10554 return dlopen ();
10555 ;
10556 return 0;
10557 }
10558 _ACEOF
10559 if ac_fn_c_try_link "$LINENO"; then :
10560 ac_cv_lib_svld_dlopen=yes
10561 else
10562 ac_cv_lib_svld_dlopen=no
10563 fi
10564 rm -f core conftest.err conftest.$ac_objext \
10565 conftest$ac_exeext conftest.$ac_ext
10566 LIBS=$ac_check_lib_save_LIBS
10567 fi
10568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10569 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10570 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10571 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10572 else
10573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10574 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10575 if ${ac_cv_lib_dld_dld_link+:} false; then :
10576 $as_echo_n "(cached) " >&6
10577 else
10578 ac_check_lib_save_LIBS=$LIBS
10579 LIBS="-ldld $LIBS"
10580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10581 /* end confdefs.h. */
10582
10583 /* Override any GCC internal prototype to avoid an error.
10584 Use char because int might match the return type of a GCC
10585 builtin and then its argument prototype would still apply. */
10586 #ifdef __cplusplus
10587 extern "C"
10588 #endif
10589 char dld_link ();
10590 int
10591 main ()
10592 {
10593 return dld_link ();
10594 ;
10595 return 0;
10596 }
10597 _ACEOF
10598 if ac_fn_c_try_link "$LINENO"; then :
10599 ac_cv_lib_dld_dld_link=yes
10600 else
10601 ac_cv_lib_dld_dld_link=no
10602 fi
10603 rm -f core conftest.err conftest.$ac_objext \
10604 conftest$ac_exeext conftest.$ac_ext
10605 LIBS=$ac_check_lib_save_LIBS
10606 fi
10607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10608 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10609 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10610 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10611 fi
10612
10613
10614 fi
10615
10616
10617 fi
10618
10619
10620 fi
10621
10622
10623 fi
10624
10625
10626 fi
10627
10628 ;;
10629 esac
10630
10631 if test "x$lt_cv_dlopen" != xno; then
10632 enable_dlopen=yes
10633 else
10634 enable_dlopen=no
10635 fi
10636
10637 case $lt_cv_dlopen in
10638 dlopen)
10639 save_CPPFLAGS="$CPPFLAGS"
10640 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10641
10642 save_LDFLAGS="$LDFLAGS"
10643 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10644
10645 save_LIBS="$LIBS"
10646 LIBS="$lt_cv_dlopen_libs $LIBS"
10647
10648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10649 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10650 if ${lt_cv_dlopen_self+:} false; then :
10651 $as_echo_n "(cached) " >&6
10652 else
10653 if test "$cross_compiling" = yes; then :
10654 lt_cv_dlopen_self=cross
10655 else
10656 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10657 lt_status=$lt_dlunknown
10658 cat > conftest.$ac_ext <<_LT_EOF
10659 #line 10659 "configure"
10660 #include "confdefs.h"
10661
10662 #if HAVE_DLFCN_H
10663 #include <dlfcn.h>
10664 #endif
10665
10666 #include <stdio.h>
10667
10668 #ifdef RTLD_GLOBAL
10669 # define LT_DLGLOBAL RTLD_GLOBAL
10670 #else
10671 # ifdef DL_GLOBAL
10672 # define LT_DLGLOBAL DL_GLOBAL
10673 # else
10674 # define LT_DLGLOBAL 0
10675 # endif
10676 #endif
10677
10678 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10679 find out it does not work in some platform. */
10680 #ifndef LT_DLLAZY_OR_NOW
10681 # ifdef RTLD_LAZY
10682 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10683 # else
10684 # ifdef DL_LAZY
10685 # define LT_DLLAZY_OR_NOW DL_LAZY
10686 # else
10687 # ifdef RTLD_NOW
10688 # define LT_DLLAZY_OR_NOW RTLD_NOW
10689 # else
10690 # ifdef DL_NOW
10691 # define LT_DLLAZY_OR_NOW DL_NOW
10692 # else
10693 # define LT_DLLAZY_OR_NOW 0
10694 # endif
10695 # endif
10696 # endif
10697 # endif
10698 #endif
10699
10700 /* When -fvisbility=hidden is used, assume the code has been annotated
10701 correspondingly for the symbols needed. */
10702 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10703 void fnord () __attribute__((visibility("default")));
10704 #endif
10705
10706 void fnord () { int i=42; }
10707 int main ()
10708 {
10709 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10710 int status = $lt_dlunknown;
10711
10712 if (self)
10713 {
10714 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10715 else
10716 {
10717 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10718 else puts (dlerror ());
10719 }
10720 /* dlclose (self); */
10721 }
10722 else
10723 puts (dlerror ());
10724
10725 return status;
10726 }
10727 _LT_EOF
10728 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10729 (eval $ac_link) 2>&5
10730 ac_status=$?
10731 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10732 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10733 (./conftest; exit; ) >&5 2>/dev/null
10734 lt_status=$?
10735 case x$lt_status in
10736 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10737 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10738 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10739 esac
10740 else :
10741 # compilation failed
10742 lt_cv_dlopen_self=no
10743 fi
10744 fi
10745 rm -fr conftest*
10746
10747
10748 fi
10749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10750 $as_echo "$lt_cv_dlopen_self" >&6; }
10751
10752 if test "x$lt_cv_dlopen_self" = xyes; then
10753 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10755 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10756 if ${lt_cv_dlopen_self_static+:} false; then :
10757 $as_echo_n "(cached) " >&6
10758 else
10759 if test "$cross_compiling" = yes; then :
10760 lt_cv_dlopen_self_static=cross
10761 else
10762 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10763 lt_status=$lt_dlunknown
10764 cat > conftest.$ac_ext <<_LT_EOF
10765 #line 10765 "configure"
10766 #include "confdefs.h"
10767
10768 #if HAVE_DLFCN_H
10769 #include <dlfcn.h>
10770 #endif
10771
10772 #include <stdio.h>
10773
10774 #ifdef RTLD_GLOBAL
10775 # define LT_DLGLOBAL RTLD_GLOBAL
10776 #else
10777 # ifdef DL_GLOBAL
10778 # define LT_DLGLOBAL DL_GLOBAL
10779 # else
10780 # define LT_DLGLOBAL 0
10781 # endif
10782 #endif
10783
10784 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10785 find out it does not work in some platform. */
10786 #ifndef LT_DLLAZY_OR_NOW
10787 # ifdef RTLD_LAZY
10788 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10789 # else
10790 # ifdef DL_LAZY
10791 # define LT_DLLAZY_OR_NOW DL_LAZY
10792 # else
10793 # ifdef RTLD_NOW
10794 # define LT_DLLAZY_OR_NOW RTLD_NOW
10795 # else
10796 # ifdef DL_NOW
10797 # define LT_DLLAZY_OR_NOW DL_NOW
10798 # else
10799 # define LT_DLLAZY_OR_NOW 0
10800 # endif
10801 # endif
10802 # endif
10803 # endif
10804 #endif
10805
10806 /* When -fvisbility=hidden is used, assume the code has been annotated
10807 correspondingly for the symbols needed. */
10808 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10809 void fnord () __attribute__((visibility("default")));
10810 #endif
10811
10812 void fnord () { int i=42; }
10813 int main ()
10814 {
10815 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10816 int status = $lt_dlunknown;
10817
10818 if (self)
10819 {
10820 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10821 else
10822 {
10823 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10824 else puts (dlerror ());
10825 }
10826 /* dlclose (self); */
10827 }
10828 else
10829 puts (dlerror ());
10830
10831 return status;
10832 }
10833 _LT_EOF
10834 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10835 (eval $ac_link) 2>&5
10836 ac_status=$?
10837 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10838 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10839 (./conftest; exit; ) >&5 2>/dev/null
10840 lt_status=$?
10841 case x$lt_status in
10842 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10843 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10844 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10845 esac
10846 else :
10847 # compilation failed
10848 lt_cv_dlopen_self_static=no
10849 fi
10850 fi
10851 rm -fr conftest*
10852
10853
10854 fi
10855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10856 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10857 fi
10858
10859 CPPFLAGS="$save_CPPFLAGS"
10860 LDFLAGS="$save_LDFLAGS"
10861 LIBS="$save_LIBS"
10862 ;;
10863 esac
10864
10865 case $lt_cv_dlopen_self in
10866 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10867 *) enable_dlopen_self=unknown ;;
10868 esac
10869
10870 case $lt_cv_dlopen_self_static in
10871 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10872 *) enable_dlopen_self_static=unknown ;;
10873 esac
10874 fi
10875
10876
10877
10878
10879
10880
10881
10882
10883
10884
10885
10886
10887
10888
10889
10890
10891
10892 striplib=
10893 old_striplib=
10894 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10895 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10896 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10897 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10898 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10900 $as_echo "yes" >&6; }
10901 else
10902 # FIXME - insert some real tests, host_os isn't really good enough
10903 case $host_os in
10904 darwin*)
10905 if test -n "$STRIP" ; then
10906 striplib="$STRIP -x"
10907 old_striplib="$STRIP -S"
10908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10909 $as_echo "yes" >&6; }
10910 else
10911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10912 $as_echo "no" >&6; }
10913 fi
10914 ;;
10915 *)
10916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10917 $as_echo "no" >&6; }
10918 ;;
10919 esac
10920 fi
10921
10922
10923
10924
10925
10926
10927
10928
10929
10930
10931
10932
10933 # Report which library types will actually be built
10934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10935 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10937 $as_echo "$can_build_shared" >&6; }
10938
10939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10940 $as_echo_n "checking whether to build shared libraries... " >&6; }
10941 test "$can_build_shared" = "no" && enable_shared=no
10942
10943 # On AIX, shared libraries and static libraries use the same namespace, and
10944 # are all built from PIC.
10945 case $host_os in
10946 aix3*)
10947 test "$enable_shared" = yes && enable_static=no
10948 if test -n "$RANLIB"; then
10949 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10950 postinstall_cmds='$RANLIB $lib'
10951 fi
10952 ;;
10953
10954 aix[4-9]*)
10955 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10956 test "$enable_shared" = yes && enable_static=no
10957 fi
10958 ;;
10959 esac
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10961 $as_echo "$enable_shared" >&6; }
10962
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10964 $as_echo_n "checking whether to build static libraries... " >&6; }
10965 # Make sure either enable_shared or enable_static is yes.
10966 test "$enable_shared" = yes || enable_static=yes
10967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10968 $as_echo "$enable_static" >&6; }
10969
10970
10971
10972
10973 fi
10974 ac_ext=c
10975 ac_cpp='$CPP $CPPFLAGS'
10976 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10977 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10978 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10979
10980 CC="$lt_save_CC"
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994 ac_config_commands="$ac_config_commands libtool"
10995
10996
10997
10998
10999 # Only expand once:
11000
11001
11002
11003 # The tests for host and target for $enable_largefile require
11004 # canonical names.
11005
11006
11007
11008 # As the $enable_largefile decision depends on --enable-plugins we must set it
11009 # even in directories otherwise not depending on the $plugins option.
11010
11011
11012 maybe_plugins=no
11013 for ac_header in dlfcn.h
11014 do :
11015 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11016 "
11017 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11018 cat >>confdefs.h <<_ACEOF
11019 #define HAVE_DLFCN_H 1
11020 _ACEOF
11021 maybe_plugins=yes
11022 fi
11023
11024 done
11025
11026 for ac_header in windows.h
11027 do :
11028 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11029 "
11030 if test "x$ac_cv_header_windows_h" = xyes; then :
11031 cat >>confdefs.h <<_ACEOF
11032 #define HAVE_WINDOWS_H 1
11033 _ACEOF
11034 maybe_plugins=yes
11035 fi
11036
11037 done
11038
11039
11040 # Check whether --enable-plugins was given.
11041 if test "${enable_plugins+set}" = set; then :
11042 enableval=$enable_plugins; case "${enableval}" in
11043 no) plugins=no ;;
11044 *) plugins=yes
11045 if test "$maybe_plugins" != "yes" ; then
11046 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11047 fi ;;
11048 esac
11049 else
11050 plugins=$maybe_plugins
11051
11052 fi
11053
11054 if test "$plugins" = "yes"; then
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11056 $as_echo_n "checking for library containing dlsym... " >&6; }
11057 if ${ac_cv_search_dlsym+:} false; then :
11058 $as_echo_n "(cached) " >&6
11059 else
11060 ac_func_search_save_LIBS=$LIBS
11061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11062 /* end confdefs.h. */
11063
11064 /* Override any GCC internal prototype to avoid an error.
11065 Use char because int might match the return type of a GCC
11066 builtin and then its argument prototype would still apply. */
11067 #ifdef __cplusplus
11068 extern "C"
11069 #endif
11070 char dlsym ();
11071 int
11072 main ()
11073 {
11074 return dlsym ();
11075 ;
11076 return 0;
11077 }
11078 _ACEOF
11079 for ac_lib in '' dl; do
11080 if test -z "$ac_lib"; then
11081 ac_res="none required"
11082 else
11083 ac_res=-l$ac_lib
11084 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11085 fi
11086 if ac_fn_c_try_link "$LINENO"; then :
11087 ac_cv_search_dlsym=$ac_res
11088 fi
11089 rm -f core conftest.err conftest.$ac_objext \
11090 conftest$ac_exeext
11091 if ${ac_cv_search_dlsym+:} false; then :
11092 break
11093 fi
11094 done
11095 if ${ac_cv_search_dlsym+:} false; then :
11096
11097 else
11098 ac_cv_search_dlsym=no
11099 fi
11100 rm conftest.$ac_ext
11101 LIBS=$ac_func_search_save_LIBS
11102 fi
11103 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11104 $as_echo "$ac_cv_search_dlsym" >&6; }
11105 ac_res=$ac_cv_search_dlsym
11106 if test "$ac_res" != no; then :
11107 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11108
11109 fi
11110
11111 fi
11112
11113
11114 case "${host}" in
11115 sparc-*-solaris*|i?86-*-solaris*)
11116 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11117 # were mutually exclusive until Solaris 11.3. Without procfs support,
11118 # the bfd/ elf module cannot provide certain routines such as
11119 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11120 # explicitly requested large-file support through the
11121 # --enable-largefile switch, disable large-file support in favor of
11122 # procfs support.
11123 #
11124 # Check if <sys/procfs.h> is incompatible with large-file support.
11125 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11126 /* end confdefs.h. */
11127 #define _FILE_OFFSET_BITS 64
11128 #define _STRUCTURED_PROC 1
11129 #include <sys/procfs.h>
11130 int
11131 main ()
11132 {
11133
11134 ;
11135 return 0;
11136 }
11137 _ACEOF
11138 if ac_fn_c_try_compile "$LINENO"; then :
11139 acx_cv_procfs_lfs=yes
11140 else
11141 acx_cv_procfs_lfs=no
11142 fi
11143 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11144 #
11145 # Forcefully disable large-file support only if necessary, gdb is in
11146 # tree and enabled.
11147 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11148 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11149 : ${enable_largefile="no"}
11150 if test "$plugins" = yes; then
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11152 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11153 $as_echo "$as_me: WARNING:
11154 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11155 plugins=no
11156 fi
11157 fi
11158 #
11159 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11160 # benefit of g++ 9+ which predefines it on Solaris.
11161 if test "$enable_largefile" = no; then
11162 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11163
11164 fi
11165 ;;
11166 esac
11167
11168 # Check whether --enable-largefile was given.
11169 if test "${enable_largefile+set}" = set; then :
11170 enableval=$enable_largefile;
11171 fi
11172
11173 if test "$enable_largefile" != no; then
11174
11175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11176 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11177 if ${ac_cv_sys_largefile_CC+:} false; then :
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_cv_sys_largefile_CC=no
11181 if test "$GCC" != yes; then
11182 ac_save_CC=$CC
11183 while :; do
11184 # IRIX 6.2 and later do not support large files by default,
11185 # so use the C compiler's -n32 option if that helps.
11186 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11187 /* end confdefs.h. */
11188 #include <sys/types.h>
11189 /* Check that off_t can represent 2**63 - 1 correctly.
11190 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11191 since some C++ compilers masquerading as C compilers
11192 incorrectly reject 9223372036854775807. */
11193 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11194 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11195 && LARGE_OFF_T % 2147483647 == 1)
11196 ? 1 : -1];
11197 int
11198 main ()
11199 {
11200
11201 ;
11202 return 0;
11203 }
11204 _ACEOF
11205 if ac_fn_c_try_compile "$LINENO"; then :
11206 break
11207 fi
11208 rm -f core conftest.err conftest.$ac_objext
11209 CC="$CC -n32"
11210 if ac_fn_c_try_compile "$LINENO"; then :
11211 ac_cv_sys_largefile_CC=' -n32'; break
11212 fi
11213 rm -f core conftest.err conftest.$ac_objext
11214 break
11215 done
11216 CC=$ac_save_CC
11217 rm -f conftest.$ac_ext
11218 fi
11219 fi
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11221 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11222 if test "$ac_cv_sys_largefile_CC" != no; then
11223 CC=$CC$ac_cv_sys_largefile_CC
11224 fi
11225
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11227 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11228 if ${ac_cv_sys_file_offset_bits+:} false; then :
11229 $as_echo_n "(cached) " >&6
11230 else
11231 while :; do
11232 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11233 /* end confdefs.h. */
11234 #include <sys/types.h>
11235 /* Check that off_t can represent 2**63 - 1 correctly.
11236 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11237 since some C++ compilers masquerading as C compilers
11238 incorrectly reject 9223372036854775807. */
11239 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11240 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11241 && LARGE_OFF_T % 2147483647 == 1)
11242 ? 1 : -1];
11243 int
11244 main ()
11245 {
11246
11247 ;
11248 return 0;
11249 }
11250 _ACEOF
11251 if ac_fn_c_try_compile "$LINENO"; then :
11252 ac_cv_sys_file_offset_bits=no; break
11253 fi
11254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11256 /* end confdefs.h. */
11257 #define _FILE_OFFSET_BITS 64
11258 #include <sys/types.h>
11259 /* Check that off_t can represent 2**63 - 1 correctly.
11260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11261 since some C++ compilers masquerading as C compilers
11262 incorrectly reject 9223372036854775807. */
11263 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11265 && LARGE_OFF_T % 2147483647 == 1)
11266 ? 1 : -1];
11267 int
11268 main ()
11269 {
11270
11271 ;
11272 return 0;
11273 }
11274 _ACEOF
11275 if ac_fn_c_try_compile "$LINENO"; then :
11276 ac_cv_sys_file_offset_bits=64; break
11277 fi
11278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11279 ac_cv_sys_file_offset_bits=unknown
11280 break
11281 done
11282 fi
11283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11284 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11285 case $ac_cv_sys_file_offset_bits in #(
11286 no | unknown) ;;
11287 *)
11288 cat >>confdefs.h <<_ACEOF
11289 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11290 _ACEOF
11291 ;;
11292 esac
11293 rm -rf conftest*
11294 if test $ac_cv_sys_file_offset_bits = unknown; then
11295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11296 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11297 if ${ac_cv_sys_large_files+:} false; then :
11298 $as_echo_n "(cached) " >&6
11299 else
11300 while :; do
11301 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11302 /* end confdefs.h. */
11303 #include <sys/types.h>
11304 /* Check that off_t can represent 2**63 - 1 correctly.
11305 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11306 since some C++ compilers masquerading as C compilers
11307 incorrectly reject 9223372036854775807. */
11308 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11309 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11310 && LARGE_OFF_T % 2147483647 == 1)
11311 ? 1 : -1];
11312 int
11313 main ()
11314 {
11315
11316 ;
11317 return 0;
11318 }
11319 _ACEOF
11320 if ac_fn_c_try_compile "$LINENO"; then :
11321 ac_cv_sys_large_files=no; break
11322 fi
11323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11324 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11325 /* end confdefs.h. */
11326 #define _LARGE_FILES 1
11327 #include <sys/types.h>
11328 /* Check that off_t can represent 2**63 - 1 correctly.
11329 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11330 since some C++ compilers masquerading as C compilers
11331 incorrectly reject 9223372036854775807. */
11332 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11333 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11334 && LARGE_OFF_T % 2147483647 == 1)
11335 ? 1 : -1];
11336 int
11337 main ()
11338 {
11339
11340 ;
11341 return 0;
11342 }
11343 _ACEOF
11344 if ac_fn_c_try_compile "$LINENO"; then :
11345 ac_cv_sys_large_files=1; break
11346 fi
11347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11348 ac_cv_sys_large_files=unknown
11349 break
11350 done
11351 fi
11352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11353 $as_echo "$ac_cv_sys_large_files" >&6; }
11354 case $ac_cv_sys_large_files in #(
11355 no | unknown) ;;
11356 *)
11357 cat >>confdefs.h <<_ACEOF
11358 #define _LARGE_FILES $ac_cv_sys_large_files
11359 _ACEOF
11360 ;;
11361 esac
11362 rm -rf conftest*
11363 fi
11364
11365
11366 fi
11367
11368
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11370 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11371 if ${gcc_cv_prog_cmp_skip+:} false; then :
11372 $as_echo_n "(cached) " >&6
11373 else
11374 echo abfoo >t1
11375 echo cdfoo >t2
11376 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11377 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11378 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11379 :
11380 else
11381 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11382 fi
11383 fi
11384 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11385 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11386 :
11387 else
11388 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11389 fi
11390 fi
11391 rm t1 t2
11392
11393 fi
11394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11395 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11396 do_compare="$gcc_cv_prog_cmp_skip"
11397
11398
11399
11400 # Check whether --enable-targets was given.
11401 if test "${enable_targets+set}" = set; then :
11402 enableval=$enable_targets; case "${enableval}" in
11403 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11404 ;;
11405 no) enable_targets= ;;
11406 *) enable_targets=$enableval ;;
11407 esac
11408 fi
11409
11410 ac_checking=
11411 . ${srcdir}/../bfd/development.sh
11412 test "$development" = true && ac_checking=yes
11413 # Check whether --enable-checking was given.
11414 if test "${enable_checking+set}" = set; then :
11415 enableval=$enable_checking; case "${enableval}" in
11416 no|none) ac_checking= ;;
11417 *) ac_checking=yes ;;
11418 esac
11419 fi
11420 if test x$ac_checking != x ; then
11421
11422 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11423
11424 fi
11425
11426 # PR gas/19109
11427 # Decide the default method for compressing debug sections.
11428 ac_default_compressed_debug_sections=unset
11429 # Provide a configure time option to override our default.
11430 # Check whether --enable-compressed_debug_sections was given.
11431 if test "${enable_compressed_debug_sections+set}" = set; then :
11432 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11433 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11434 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11435 *) ac_default_compressed_debug_sections=unset ;;
11436 esac
11437 fi
11438
11439 # PR gas/19520
11440 # Decide if x86 assembler should generate relax relocations.
11441 ac_default_x86_relax_relocations=unset
11442 # Provide a configure time option to override our default.
11443 # Check whether --enable-x86_relax_relocations was given.
11444 if test "${enable_x86_relax_relocations+set}" = set; then :
11445 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11446 no) ac_default_x86_relax_relocations=0 ;;
11447 esac
11448 fi
11449
11450 # Decide if ELF assembler should generate common symbols with the
11451 # STT_COMMON type.
11452 ac_default_elf_stt_common=unset
11453 # Provide a configure time option to override our default.
11454 # Check whether --enable-elf_stt_common was given.
11455 if test "${enable_elf_stt_common+set}" = set; then :
11456 enableval=$enable_elf_stt_common; case "${enableval}" in
11457 yes) ac_default_elf_stt_common=1 ;;
11458 esac
11459 fi
11460
11461
11462 # Decide if the ELF assembler should default to generating
11463 # GNU Build notes if none are provided by the input.
11464 ac_default_generate_build_notes=0
11465 # Provide a configuration option to override the default.
11466 # Check whether --enable-generate_build_notes was given.
11467 if test "${enable_generate_build_notes+set}" = set; then :
11468 enableval=$enable_generate_build_notes; case "${enableval}" in
11469 yes) ac_default_generate_build_notes=1 ;;
11470 no) ac_default_generate_build_notes=0 ;;
11471 esac
11472 fi
11473
11474 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11475 # LLSC errata.
11476 ac_default_mips_fix_loongson3_llsc=unset
11477 # Provide a configuration option to override the default.
11478 # Check whether --enable-mips-fix-loongson3-llsc was given.
11479 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11480 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11481 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11482 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11483 esac
11484 fi
11485
11486 # Decide if the x86 ELF assembler should default to generating GNU x86
11487 # used ISA and feature properties.
11488 ac_default_generate_x86_used_note=unset
11489 # Provide a configuration option to override the default.
11490 # Check whether --enable-x86-used-note was given.
11491 if test "${enable_x86_used_note+set}" = set; then :
11492 enableval=$enable_x86_used_note; case "${enableval}" in
11493 yes) ac_default_generate_x86_used_note=1 ;;
11494 no) ac_default_generate_x86_used_note=0 ;;
11495 esac
11496 fi
11497
11498 # Decide if the RISC-V ELF assembler should default to generating attribute.
11499 ac_default_generate_riscv_attr=unset
11500 # Provide a configuration option to override the default.
11501 # Check whether --enable-default-riscv-attribute was given.
11502 if test "${enable_default_riscv_attribute+set}" = set; then :
11503 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11504 yes) ac_default_generate_riscv_attr=1 ;;
11505 no) ac_default_generate_riscv_attr=0 ;;
11506 esac
11507 fi
11508
11509 using_cgen=no
11510
11511
11512 # Set the 'development' global.
11513 . $srcdir/../bfd/development.sh
11514
11515 # Set acp_cpp_for_build variable
11516 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11517
11518 # Default set of GCC warnings to enable.
11519 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11520 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11521
11522 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11524 /* end confdefs.h. */
11525 __GNUC__
11526 _ACEOF
11527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11528 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11529
11530 else
11531 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11532 fi
11533 rm -f conftest*
11534
11535
11536 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11537 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11538 /* end confdefs.h. */
11539 __GNUC__
11540 _ACEOF
11541 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11542 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11543
11544 else
11545 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11546 fi
11547 rm -f conftest*
11548
11549
11550 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11551 WARN_WRITE_STRINGS=""
11552 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11553 /* end confdefs.h. */
11554 __GNUC__
11555 _ACEOF
11556 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11557 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11558
11559 else
11560 WARN_WRITE_STRINGS="-Wwrite-strings"
11561 fi
11562 rm -f conftest*
11563
11564
11565 # Verify CC_FOR_BUILD to be compatible with warning flags
11566
11567 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11569 /* end confdefs.h. */
11570 __GNUC__
11571 _ACEOF
11572 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11573 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11574
11575 else
11576 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11577 fi
11578 rm -f conftest*
11579
11580
11581 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11583 /* end confdefs.h. */
11584 __GNUC__
11585 _ACEOF
11586 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11587 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11588
11589 else
11590 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11591 fi
11592 rm -f conftest*
11593
11594
11595 # Check whether --enable-werror was given.
11596 if test "${enable_werror+set}" = set; then :
11597 enableval=$enable_werror; case "${enableval}" in
11598 yes | y) ERROR_ON_WARNING="yes" ;;
11599 no | n) ERROR_ON_WARNING="no" ;;
11600 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11601 esac
11602 fi
11603
11604
11605 # Disable -Wformat by default when using gcc on mingw
11606 case "${host}" in
11607 *-*-mingw32*)
11608 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11609 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11610 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11611 fi
11612 ;;
11613 *) ;;
11614 esac
11615
11616 # Enable -Werror by default when using gcc. Turn it off for releases.
11617 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11618 ERROR_ON_WARNING=yes
11619 fi
11620
11621 NO_WERROR=
11622 if test "${ERROR_ON_WARNING}" = yes ; then
11623 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11624 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11625 NO_WERROR="-Wno-error"
11626 fi
11627
11628 if test "${GCC}" = yes ; then
11629 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11630 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11631 fi
11632
11633 # Check whether --enable-build-warnings was given.
11634 if test "${enable_build_warnings+set}" = set; then :
11635 enableval=$enable_build_warnings; case "${enableval}" in
11636 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11637 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11638 no) if test "${GCC}" = yes ; then
11639 WARN_CFLAGS="-w"
11640 WARN_CFLAGS_FOR_BUILD="-w"
11641 fi;;
11642 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11643 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11644 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11645 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11646 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11647 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11648 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11649 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11650 esac
11651 fi
11652
11653
11654 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11655 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11656 fi
11657
11658
11659
11660
11661
11662
11663
11664 # Generate a header file
11665 ac_config_headers="$ac_config_headers config.h:config.in"
11666
11667
11668
11669 # Check whether --with-cpu was given.
11670 if test "${with_cpu+set}" = set; then :
11671 withval=$with_cpu;
11672 cat >>confdefs.h <<_ACEOF
11673 #define TARGET_WITH_CPU "${with_cpu}"
11674 _ACEOF
11675
11676 fi
11677
11678
11679 # PR 14072
11680
11681
11682 # If we are on a DOS filesystem, we must use gdb.ini rather than
11683 # .gdbinit.
11684 case "${host}" in
11685 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11686 GDBINIT="gdb.ini"
11687 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11688
11689 ;;
11690 *)
11691 GDBINIT=".gdbinit"
11692 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11693
11694 ;;
11695 esac
11696
11697
11698 #We need this for the host.
11699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11700 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11701 if ${ac_cv_c_bigendian+:} false; then :
11702 $as_echo_n "(cached) " >&6
11703 else
11704 ac_cv_c_bigendian=unknown
11705 # See if we're dealing with a universal compiler.
11706 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11707 /* end confdefs.h. */
11708 #ifndef __APPLE_CC__
11709 not a universal capable compiler
11710 #endif
11711 typedef int dummy;
11712
11713 _ACEOF
11714 if ac_fn_c_try_compile "$LINENO"; then :
11715
11716 # Check for potential -arch flags. It is not universal unless
11717 # there are at least two -arch flags with different values.
11718 ac_arch=
11719 ac_prev=
11720 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11721 if test -n "$ac_prev"; then
11722 case $ac_word in
11723 i?86 | x86_64 | ppc | ppc64)
11724 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11725 ac_arch=$ac_word
11726 else
11727 ac_cv_c_bigendian=universal
11728 break
11729 fi
11730 ;;
11731 esac
11732 ac_prev=
11733 elif test "x$ac_word" = "x-arch"; then
11734 ac_prev=arch
11735 fi
11736 done
11737 fi
11738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11739 if test $ac_cv_c_bigendian = unknown; then
11740 # See if sys/param.h defines the BYTE_ORDER macro.
11741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11742 /* end confdefs.h. */
11743 #include <sys/types.h>
11744 #include <sys/param.h>
11745
11746 int
11747 main ()
11748 {
11749 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11750 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11751 && LITTLE_ENDIAN)
11752 bogus endian macros
11753 #endif
11754
11755 ;
11756 return 0;
11757 }
11758 _ACEOF
11759 if ac_fn_c_try_compile "$LINENO"; then :
11760 # It does; now see whether it defined to BIG_ENDIAN or not.
11761 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11762 /* end confdefs.h. */
11763 #include <sys/types.h>
11764 #include <sys/param.h>
11765
11766 int
11767 main ()
11768 {
11769 #if BYTE_ORDER != BIG_ENDIAN
11770 not big endian
11771 #endif
11772
11773 ;
11774 return 0;
11775 }
11776 _ACEOF
11777 if ac_fn_c_try_compile "$LINENO"; then :
11778 ac_cv_c_bigendian=yes
11779 else
11780 ac_cv_c_bigendian=no
11781 fi
11782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11783 fi
11784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11785 fi
11786 if test $ac_cv_c_bigendian = unknown; then
11787 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11789 /* end confdefs.h. */
11790 #include <limits.h>
11791
11792 int
11793 main ()
11794 {
11795 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11796 bogus endian macros
11797 #endif
11798
11799 ;
11800 return 0;
11801 }
11802 _ACEOF
11803 if ac_fn_c_try_compile "$LINENO"; then :
11804 # It does; now see whether it defined to _BIG_ENDIAN or not.
11805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11806 /* end confdefs.h. */
11807 #include <limits.h>
11808
11809 int
11810 main ()
11811 {
11812 #ifndef _BIG_ENDIAN
11813 not big endian
11814 #endif
11815
11816 ;
11817 return 0;
11818 }
11819 _ACEOF
11820 if ac_fn_c_try_compile "$LINENO"; then :
11821 ac_cv_c_bigendian=yes
11822 else
11823 ac_cv_c_bigendian=no
11824 fi
11825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11826 fi
11827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11828 fi
11829 if test $ac_cv_c_bigendian = unknown; then
11830 # Compile a test program.
11831 if test "$cross_compiling" = yes; then :
11832 # Try to guess by grepping values from an object file.
11833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11834 /* end confdefs.h. */
11835 short int ascii_mm[] =
11836 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11837 short int ascii_ii[] =
11838 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11839 int use_ascii (int i) {
11840 return ascii_mm[i] + ascii_ii[i];
11841 }
11842 short int ebcdic_ii[] =
11843 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11844 short int ebcdic_mm[] =
11845 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11846 int use_ebcdic (int i) {
11847 return ebcdic_mm[i] + ebcdic_ii[i];
11848 }
11849 extern int foo;
11850
11851 int
11852 main ()
11853 {
11854 return use_ascii (foo) == use_ebcdic (foo);
11855 ;
11856 return 0;
11857 }
11858 _ACEOF
11859 if ac_fn_c_try_compile "$LINENO"; then :
11860 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11861 ac_cv_c_bigendian=yes
11862 fi
11863 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11864 if test "$ac_cv_c_bigendian" = unknown; then
11865 ac_cv_c_bigendian=no
11866 else
11867 # finding both strings is unlikely to happen, but who knows?
11868 ac_cv_c_bigendian=unknown
11869 fi
11870 fi
11871 fi
11872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11873 else
11874 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11875 /* end confdefs.h. */
11876 $ac_includes_default
11877 int
11878 main ()
11879 {
11880
11881 /* Are we little or big endian? From Harbison&Steele. */
11882 union
11883 {
11884 long int l;
11885 char c[sizeof (long int)];
11886 } u;
11887 u.l = 1;
11888 return u.c[sizeof (long int) - 1] == 1;
11889
11890 ;
11891 return 0;
11892 }
11893 _ACEOF
11894 if ac_fn_c_try_run "$LINENO"; then :
11895 ac_cv_c_bigendian=no
11896 else
11897 ac_cv_c_bigendian=yes
11898 fi
11899 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11900 conftest.$ac_objext conftest.beam conftest.$ac_ext
11901 fi
11902
11903 fi
11904 fi
11905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11906 $as_echo "$ac_cv_c_bigendian" >&6; }
11907 case $ac_cv_c_bigendian in #(
11908 yes)
11909 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11910 ;; #(
11911 no)
11912 ;; #(
11913 universal)
11914
11915 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11916
11917 ;; #(
11918 *)
11919 as_fn_error $? "unknown endianness
11920 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11921 esac
11922
11923
11924 te_file=generic
11925
11926 # Makefile target for installing gas in $(tooldir)/bin.
11927 install_tooldir=install-exec-tooldir
11928
11929 canon_targets=""
11930 all_targets=no
11931 if test -n "$enable_targets" ; then
11932 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11933 if test $t = "all"; then
11934 all_targets=yes
11935 continue
11936 fi
11937 result=`$ac_config_sub $t 2>/dev/null`
11938 if test -n "$result" ; then
11939 canon_targets="$canon_targets $result"
11940 # else
11941 # # Permit "all", etc. We don't support it yet though.
11942 # canon_targets="$canon_targets $t"
11943 fi
11944 done
11945 _gas_uniq_list="$canon_targets"
11946 _gas_uniq_newlist=""
11947 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
11948 case $_gas_uniq_i in
11949 _gas_uniq_dummy) ;;
11950 *) case " $_gas_uniq_newlist " in
11951 *" $_gas_uniq_i "*) ;;
11952 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
11953 esac ;;
11954 esac
11955 done
11956 canon_targets=$_gas_uniq_newlist
11957
11958 fi
11959
11960 emulations=""
11961
11962 for this_target in $target $canon_targets ; do
11963
11964 targ=${this_target}
11965 . ${srcdir}/configure.tgt
11966
11967 case ${target_cpu} in
11968 crisv32)
11969
11970 cat >>confdefs.h <<_ACEOF
11971 #define DEFAULT_CRIS_ARCH $arch
11972 _ACEOF
11973
11974 ;;
11975 esac
11976
11977 if test ${this_target} = $target ; then
11978 target_cpu_type=${cpu_type}
11979 elif test ${target_cpu_type} != ${cpu_type} ; then
11980 continue
11981 fi
11982
11983 generic_target=${cpu_type}-${target_vendor}-${target_os}
11984 case ${generic_target} in
11985 i386-*-msdosdjgpp* \
11986 | i386-*-go32* \
11987 | i386-go32-rtems*)
11988
11989 $as_echo "#define STRICTCOFF 1" >>confdefs.h
11990
11991 ;;
11992
11993 i386-*-linux-* | x86_64-*-linux-*)
11994 if test ${this_target} = $target \
11995 && test ${ac_default_generate_x86_used_note} = unset; then
11996 ac_default_generate_x86_used_note=1
11997 fi
11998 ;;
11999
12000 i386-*-solaris2 \
12001 | x86_64-*-solaris2 \
12002 | i386-*-solaris2.[0-9] \
12003 | i386-*-solaris2.1[01] \
12004 | x86_64-*-solaris2.1[01])
12005 if test ${this_target} = $target \
12006 && test ${ac_default_x86_relax_relocations} = unset; then
12007 ac_default_x86_relax_relocations=0
12008 fi
12009 ;;
12010
12011 microblaze*)
12012 ;;
12013
12014 ppc-*-aix[5-9].*)
12015
12016 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12017
12018 ;;
12019 ppc-*-solaris*)
12020 if test ${this_target} = $target; then
12021
12022 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12023
12024 fi
12025 if test x${endian} = xbig; then
12026 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12027 fi
12028 ;;
12029 esac
12030
12031 if test ${this_target} = $target ; then
12032 endian_def=
12033 if test x${endian} = xbig; then
12034 endian_def=1
12035 elif test x${endian} = xlittle; then
12036 endian_def=0
12037 fi
12038 if test x${endian_def} != x; then
12039
12040 cat >>confdefs.h <<_ACEOF
12041 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12042 _ACEOF
12043
12044 fi
12045 fi
12046
12047 # Other random stuff.
12048
12049 case ${cpu_type} in
12050 mips)
12051 # Set mips_cpu to the name of the default CPU.
12052 case ${target_cpu} in
12053 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12054 mips_cpu=from-abi
12055 ;;
12056 mipsisa32 | mipsisa32el)
12057 mips_cpu=mips32
12058 ;;
12059 mipsisa32r2 | mipsisa32r2el)
12060 mips_cpu=mips32r2
12061 ;;
12062 mipsisa32r3 | mipsisa32r3el)
12063 mips_cpu=mips32r3
12064 ;;
12065 mipsisa32r5 | mipsisa32r5el)
12066 mips_cpu=mips32r5
12067 ;;
12068 mipsisa32r6 | mipsisa32r6el)
12069 mips_cpu=mips32r6
12070 ;;
12071 mipsisa64 | mipsisa64el)
12072 mips_cpu=mips64
12073 ;;
12074 mipsisa64r2 | mipsisa64r2el)
12075 mips_cpu=mips64r2
12076 ;;
12077 mipsisa64r3 | mipsisa64r3el)
12078 mips_cpu=mips64r3
12079 ;;
12080 mipsisa64r5 | mipsisa64r5el)
12081 mips_cpu=mips64r5
12082 ;;
12083 mipsisa64r6 | mipsisa64r6el)
12084 mips_cpu=mips64r6
12085 ;;
12086 mipstx39 | mipstx39el)
12087 mips_cpu=r3900
12088 ;;
12089 mips64vr | mips64vrel)
12090 mips_cpu=vr4100
12091 ;;
12092 mipsisa32r2* | mipsisa64r2*)
12093 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12094 ;;
12095 mipsisa32r6* | mipsisa64r6*)
12096 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12097 ;;
12098 mips64* | mipsisa64* | mipsisa32*)
12099 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12100 ;;
12101 mips*)
12102 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12103 ;;
12104 *)
12105 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12106 ;;
12107 esac
12108 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12109 # binaries. It's a GNU extension that some OSes don't understand.
12110 case ${target} in
12111 *-*-irix*)
12112 use_e_mips_abi_o32=0
12113 ;;
12114 *)
12115 use_e_mips_abi_o32=1
12116 ;;
12117 esac
12118 # Decide whether to generate 32-bit or 64-bit code by default.
12119 # Used to resolve -march=from-abi when an embedded ABI is selected.
12120 case ${target} in
12121 mips64*-*-* | mipsisa64*-*-*)
12122 mips_default_64bit=1
12123 ;;
12124 *)
12125 mips_default_64bit=0
12126 ;;
12127 esac
12128 # Decide which ABI to target by default.
12129 case ${target} in
12130 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12131 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12132 mips_default_abi=N32_ABI
12133 ;;
12134 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12135 mips_default_abi=O32_ABI
12136 ;;
12137 mips64*-openbsd*)
12138 mips_default_abi=N64_ABI
12139 ;;
12140 *)
12141 mips_default_abi=NO_ABI
12142 ;;
12143 esac
12144
12145 cat >>confdefs.h <<_ACEOF
12146 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12147 _ACEOF
12148
12149
12150 cat >>confdefs.h <<_ACEOF
12151 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12152 _ACEOF
12153
12154
12155 cat >>confdefs.h <<_ACEOF
12156 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12157 _ACEOF
12158
12159
12160 cat >>confdefs.h <<_ACEOF
12161 #define MIPS_DEFAULT_ABI $mips_default_abi
12162 _ACEOF
12163
12164 ;;
12165 esac
12166
12167 # Do we need the opcodes library?
12168 case ${cpu_type} in
12169 vax | tic30)
12170 ;;
12171
12172 *)
12173 need_opcodes=yes
12174
12175 case "${enable_shared}" in
12176 yes) shared_opcodes=true ;;
12177 *opcodes*) shared_opcodes=true ;;
12178 *) shared_opcodes=false ;;
12179 esac
12180 ;;
12181 esac
12182
12183 # Any other special object files needed ?
12184 case ${cpu_type} in
12185
12186 bfin)
12187 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12188 case " $extra_objects " in
12189 *" $f "*) ;;
12190 *) extra_objects="$extra_objects $f" ;;
12191 esac
12192 done
12193 ;;
12194
12195 bpf)
12196 if test $this_target = $target ; then
12197
12198 cat >>confdefs.h <<_ACEOF
12199 #define DEFAULT_ARCH "${arch}"
12200 _ACEOF
12201
12202 fi
12203 using_cgen=yes
12204 ;;
12205 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12206 using_cgen=yes
12207 ;;
12208
12209 m32c)
12210 using_cgen=yes
12211 ;;
12212 frv)
12213 using_cgen=yes
12214 ;;
12215 m68k)
12216 f=config/m68k-parse.o
12217 case " $extra_objects " in
12218 *" $f "*) ;;
12219 *) extra_objects="$extra_objects $f" ;;
12220 esac
12221 ;;
12222
12223 mep)
12224 using_cgen=yes
12225 ;;
12226
12227 mips)
12228 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12229 case " $extra_objects " in
12230 *" $f "*) ;;
12231 *) extra_objects="$extra_objects $f" ;;
12232 esac
12233 done
12234 ;;
12235
12236 mt)
12237 using_cgen=yes
12238 ;;
12239
12240 nds32)
12241 # setup NDS32_LINUX_TOOLCHAIN definition
12242 if test "linux" = $em; then
12243
12244 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12245
12246 else
12247
12248 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12249
12250 fi
12251
12252 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12253 # based on arch_name.
12254 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12255 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12256 if test "x${with_arch}" != x; then
12257 case ${with_arch} in
12258 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12259
12260 cat >>confdefs.h <<_ACEOF
12261 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12262 _ACEOF
12263
12264 ;;
12265 *)
12266 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12267 ;;
12268 esac
12269 fi
12270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12271 $as_echo "$with_arch" >&6; }
12272
12273 # Decide features one by one.
12274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12275 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12276 if test "x${enable_dx_regs}" = xyes; then
12277
12278 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12279
12280 else
12281
12282 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12283
12284 fi
12285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12286 $as_echo "$enable_dx_regs" >&6; }
12287
12288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12289 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12290 if test "x${enable_perf_ext}" = xno; then
12291
12292 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12293
12294 else
12295
12296 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12297
12298 fi
12299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12300 $as_echo "$enable_perf_ext" >&6; }
12301
12302 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12303 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12304 if test "x${enable_perf_ext2}" = xno; then
12305
12306 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12307
12308 else
12309
12310 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12311
12312 fi
12313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12314 $as_echo "$enable_perf_ext2" >&6; }
12315
12316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12317 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12318 if test "x${enable_string_ext}" = xno; then
12319
12320 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12321
12322 else
12323
12324 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12325
12326 fi
12327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12328 $as_echo "$enable_string_ext" >&6; }
12329
12330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12331 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12332 if test "x${enable_audio_ext}" = xno; then
12333
12334 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12335
12336 else
12337
12338 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12339
12340 fi
12341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12342 $as_echo "$enable_audio_ext" >&6; }
12343
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12345 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12346 if test "x${enable_dsp_ext}" = xno; then
12347
12348 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12349
12350 else
12351
12352 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12353
12354 fi
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12356 $as_echo "$enable_dsp_ext" >&6; }
12357
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12359 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12360 if test "x${enable_zol_ext}" = xno; then
12361
12362 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12363
12364 else
12365
12366 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12367
12368 fi
12369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12370 $as_echo "$enable_zol_ext" >&6; }
12371 ;;
12372
12373 aarch64 | i386 | s390 | sparc)
12374 if test $this_target = $target ; then
12375
12376 cat >>confdefs.h <<_ACEOF
12377 #define DEFAULT_ARCH "${arch}"
12378 _ACEOF
12379
12380 fi
12381 ;;
12382
12383 riscv)
12384 # --target=riscv[32|64]-*-*. */
12385 if test $this_target = $target ; then
12386
12387 cat >>confdefs.h <<_ACEOF
12388 #define DEFAULT_ARCH "${arch}"
12389 _ACEOF
12390
12391 fi
12392
12393 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12395 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12396 if test "x${with_arch}" != x; then
12397
12398 cat >>confdefs.h <<_ACEOF
12399 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12400 _ACEOF
12401
12402 fi
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12404 $as_echo "$with_arch" >&6; }
12405
12406 # --with-isa-spec=[2.2|20190608|20191213].
12407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12408 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12409 if test "x${with_isa_spec}" != x; then
12410
12411 cat >>confdefs.h <<_ACEOF
12412 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12413 _ACEOF
12414
12415 fi
12416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12417 $as_echo "$with_isa_spec" >&6; }
12418
12419 # --with-priv-spec=[1.9|1.9.1|1.10|1.11].
12420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12421 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12422 if test "x${with_priv_spec}" != x; then
12423
12424 cat >>confdefs.h <<_ACEOF
12425 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12426 _ACEOF
12427
12428 fi
12429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12430 $as_echo "$with_priv_spec" >&6; }
12431 ;;
12432
12433 rl78)
12434 f=config/rl78-parse.o
12435 case " $extra_objects " in
12436 *" $f "*) ;;
12437 *) extra_objects="$extra_objects $f" ;;
12438 esac
12439 ;;
12440
12441 rx)
12442 f=config/rx-parse.o
12443 case " $extra_objects " in
12444 *" $f "*) ;;
12445 *) extra_objects="$extra_objects $f" ;;
12446 esac
12447 ;;
12448
12449 xstormy16)
12450 using_cgen=yes
12451 ;;
12452
12453 xc16x)
12454 using_cgen=yes
12455 ;;
12456
12457 xtensa)
12458 f=config/xtensa-relax.o
12459 case " $extra_objects " in
12460 *" $f "*) ;;
12461 *) extra_objects="$extra_objects $f" ;;
12462 esac
12463 ;;
12464
12465 *)
12466 ;;
12467 esac
12468
12469 if test $using_cgen = yes ; then
12470 f=cgen.o
12471 case " $extra_objects " in
12472 *" $f "*) ;;
12473 *) extra_objects="$extra_objects $f" ;;
12474 esac
12475 fi
12476
12477 # See if we really can support this configuration with the emulation code.
12478
12479 if test $this_target = $target ; then
12480 obj_format=$fmt
12481 te_file=$em
12482 fi
12483
12484 case ${te_file} in
12485 vms)
12486 f=config/te-vms.o
12487 case " $extra_objects " in
12488 *" $f "*) ;;
12489 *) extra_objects="$extra_objects $f" ;;
12490 esac ;;
12491 esac
12492
12493 # From target name and format, produce a list of supported emulations.
12494
12495 case ${generic_target}-${fmt} in
12496 mips-*-*-*) case "$endian" in
12497 big) emulation="mipsbelf mipslelf mipself" ;;
12498 *) emulation="mipslelf mipsbelf mipself" ;;
12499 esac ;;
12500 # i386-pc-pe-coff != i386-pc-coff.
12501 i386-*-pe-coff) ;;
12502 # Uncommenting the next line will turn on support for i386 AOUT
12503 # for the default linux configuration
12504 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12505 #
12506 i386-*-aout) emulation="i386aout" ;;
12507 i386-*-coff) emulation="i386coff" ;;
12508 i386-*-elf) emulation="i386elf" ;;
12509
12510 # Always all formats. The first stated emulation becomes the default.
12511 cris-*-*aout*) emulation="crisaout criself" ;;
12512 cris-*-*) emulation="criself crisaout" ;;
12513 esac
12514
12515 emulations="$emulations $emulation"
12516
12517 done
12518
12519 if test ${ac_default_x86_relax_relocations} = unset; then
12520 ac_default_x86_relax_relocations=1
12521 fi
12522
12523 cat >>confdefs.h <<_ACEOF
12524 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12525 _ACEOF
12526
12527
12528 if test ${ac_default_elf_stt_common} = unset; then
12529 ac_default_elf_stt_common=0
12530 fi
12531
12532 cat >>confdefs.h <<_ACEOF
12533 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12534 _ACEOF
12535
12536
12537
12538 cat >>confdefs.h <<_ACEOF
12539 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12540 _ACEOF
12541
12542
12543 if test ${ac_default_generate_x86_used_note} = unset; then
12544 ac_default_generate_x86_used_note=0
12545 fi
12546
12547 cat >>confdefs.h <<_ACEOF
12548 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12549 _ACEOF
12550
12551
12552 if test ${ac_default_generate_riscv_attr} = unset; then
12553 ac_default_generate_riscv_attr=1
12554 fi
12555
12556
12557 cat >>confdefs.h <<_ACEOF
12558 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12559 _ACEOF
12560
12561
12562 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12563 ac_default_mips_fix_loongson3_llsc=0
12564 fi
12565
12566 cat >>confdefs.h <<_ACEOF
12567 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12568 _ACEOF
12569
12570
12571 if test x$ac_default_compressed_debug_sections = xyes ; then
12572
12573 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12574
12575 fi
12576
12577 # Turn on all targets if possible
12578 if test ${all_targets} = "yes"; then
12579 case ${target_cpu_type} in
12580 i386)
12581 case ${obj_format} in
12582 aout)
12583 emulations="$emulations i386coff i386elf"
12584 ;;
12585 coff)
12586 emulations="$emulations i386aout i386elf"
12587 ;;
12588 elf)
12589 emulations="$emulations i386aout i386coff"
12590 ;;
12591 esac
12592 ;;
12593 x86_64)
12594 case ${obj_format} in
12595 aout)
12596 emulations="$emulations i386coff i386elf"
12597 ;;
12598 coff)
12599 emulations="$emulations i386aout i386elf"
12600 ;;
12601 elf)
12602 emulations="$emulations i386aout i386coff"
12603 ;;
12604 esac
12605 ;;
12606 esac
12607 fi
12608
12609 # PE code has way too many macros tweaking behaviour
12610 case ${te_file} in
12611 pe*) emulations="" ;;
12612 esac
12613
12614 # Assign floating point type. Most processors with FP support
12615 # IEEE FP. On those that don't support FP at all, usually IEEE
12616 # is emulated.
12617 case ${target_cpu} in
12618 vax | pdp11 ) atof=vax ;;
12619 *) atof=ieee ;;
12620 esac
12621
12622 case "${obj_format}" in
12623 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12624 esac
12625
12626 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12627 cgen_cpu_prefix=""
12628 if test $using_cgen = yes ; then
12629 case ${target_cpu} in
12630 or1knd)
12631 cgen_cpu_prefix=or1k ;;
12632 *) cgen_cpu_prefix=${target_cpu} ;;
12633 esac
12634
12635
12636 $as_echo "#define USING_CGEN 1" >>confdefs.h
12637
12638 fi
12639
12640
12641 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12642 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12643 fi
12644
12645 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12646 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12647 fi
12648
12649 # Some COFF configurations want these random other flags set.
12650 case ${obj_format} in
12651 coff)
12652 case ${target_cpu_type} in
12653 i386)
12654 $as_echo "#define I386COFF 1" >>confdefs.h
12655 ;;
12656 x86_64)
12657 $as_echo "#define I386COFF 1" >>confdefs.h
12658 ;;
12659 esac
12660 ;;
12661 esac
12662
12663 # Getting this done right is going to be a bitch. Each configuration specified
12664 # with --enable-targets=... should be checked for environment, format, cpu
12665 # setting.
12666 #
12667 # For each configuration, the necessary object file support code must be linked
12668 # in. This might be only one, it might be up to four. The necessary emulation
12669 # code needs to be provided, too.
12670 #
12671 # And then there's "--enable-targets=all"....
12672 #
12673 # For now, just always do it for MIPS ELF configurations. Sigh.
12674
12675 formats="${obj_format}"
12676 emfiles=""
12677 EMULATIONS=""
12678 _gas_uniq_list="$emulations"
12679 _gas_uniq_newlist=""
12680 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12681 case $_gas_uniq_i in
12682 _gas_uniq_dummy) ;;
12683 *) case " $_gas_uniq_newlist " in
12684 *" $_gas_uniq_i "*) ;;
12685 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12686 esac ;;
12687 esac
12688 done
12689 emulations=$_gas_uniq_newlist
12690
12691 for em in . $emulations ; do
12692 case $em in
12693 .) continue ;;
12694 mipsbelf | mipslelf | mipself)
12695 fmt=elf file=mipself ;;
12696 *coff)
12697 fmt=coff file=$em ;;
12698 *aout)
12699 fmt=aout file=$em ;;
12700 *elf)
12701 fmt=elf file=$em ;;
12702 esac
12703 formats="$formats $fmt"
12704 emfiles="$emfiles config/e-$file.o"
12705 EMULATIONS="$EMULATIONS &$em,"
12706 done
12707 _gas_uniq_list="$formats"
12708 _gas_uniq_newlist=""
12709 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12710 case $_gas_uniq_i in
12711 _gas_uniq_dummy) ;;
12712 *) case " $_gas_uniq_newlist " in
12713 *" $_gas_uniq_i "*) ;;
12714 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12715 esac ;;
12716 esac
12717 done
12718 formats=$_gas_uniq_newlist
12719
12720 _gas_uniq_list="$emfiles"
12721 _gas_uniq_newlist=""
12722 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12723 case $_gas_uniq_i in
12724 _gas_uniq_dummy) ;;
12725 *) case " $_gas_uniq_newlist " in
12726 *" $_gas_uniq_i "*) ;;
12727 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12728 esac ;;
12729 esac
12730 done
12731 emfiles=$_gas_uniq_newlist
12732
12733 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12734 for fmt in $formats ; do
12735 case $fmt in
12736 aout)
12737 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12738 ;;
12739 coff)
12740 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12741 ;;
12742 ecoff)
12743 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12744 ;;
12745 elf)
12746 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12747 ;;
12748 generic)
12749 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12750 ;;
12751 som)
12752 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12753 ;;
12754 esac
12755 extra_objects="$extra_objects config/obj-$fmt.o"
12756 done
12757 obj_format=multi
12758 fi
12759 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12760 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12761 # e-mipself has more than one emulation per file, e-i386* has just one at the
12762 # moment. If only one emulation is specified, then don't define
12763 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12764 case "${obj_format}${emfiles}" in
12765 multi* | *mipself*)
12766 extra_objects="$extra_objects $emfiles"
12767
12768 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12769 ;;
12770 esac
12771 fi
12772
12773
12774 cat >>confdefs.h <<_ACEOF
12775 #define EMULATIONS $EMULATIONS
12776 _ACEOF
12777
12778
12779 cat >>confdefs.h <<_ACEOF
12780 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12781 _ACEOF
12782
12783
12784 reject_dev_configs=yes
12785
12786 case ${reject_dev_configs}-${dev} in
12787 yes-yes) # Oops.
12788 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12789 ;;
12790 esac
12791
12792
12793
12794
12795
12796
12797
12798 # do we need the opcodes library?
12799 case "${need_opcodes}" in
12800 yes)
12801 OPCODES_LIB=../opcodes/libopcodes.la
12802 ;;
12803 esac
12804
12805
12806
12807
12808 cat >>confdefs.h <<_ACEOF
12809 #define TARGET_ALIAS "${target_alias}"
12810 _ACEOF
12811
12812
12813 cat >>confdefs.h <<_ACEOF
12814 #define TARGET_CANONICAL "${target}"
12815 _ACEOF
12816
12817
12818 cat >>confdefs.h <<_ACEOF
12819 #define TARGET_CPU "${target_cpu}"
12820 _ACEOF
12821
12822
12823 cat >>confdefs.h <<_ACEOF
12824 #define TARGET_VENDOR "${target_vendor}"
12825 _ACEOF
12826
12827
12828 cat >>confdefs.h <<_ACEOF
12829 #define TARGET_OS "${target_os}"
12830 _ACEOF
12831
12832
12833 for ac_prog in 'bison -y' byacc
12834 do
12835 # Extract the first word of "$ac_prog", so it can be a program name with args.
12836 set dummy $ac_prog; ac_word=$2
12837 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12838 $as_echo_n "checking for $ac_word... " >&6; }
12839 if ${ac_cv_prog_YACC+:} false; then :
12840 $as_echo_n "(cached) " >&6
12841 else
12842 if test -n "$YACC"; then
12843 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12844 else
12845 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12846 for as_dir in $PATH
12847 do
12848 IFS=$as_save_IFS
12849 test -z "$as_dir" && as_dir=.
12850 for ac_exec_ext in '' $ac_executable_extensions; do
12851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12852 ac_cv_prog_YACC="$ac_prog"
12853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12854 break 2
12855 fi
12856 done
12857 done
12858 IFS=$as_save_IFS
12859
12860 fi
12861 fi
12862 YACC=$ac_cv_prog_YACC
12863 if test -n "$YACC"; then
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12865 $as_echo "$YACC" >&6; }
12866 else
12867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12868 $as_echo "no" >&6; }
12869 fi
12870
12871
12872 test -n "$YACC" && break
12873 done
12874 test -n "$YACC" || YACC="yacc"
12875
12876 for ac_prog in flex lex
12877 do
12878 # Extract the first word of "$ac_prog", so it can be a program name with args.
12879 set dummy $ac_prog; ac_word=$2
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12881 $as_echo_n "checking for $ac_word... " >&6; }
12882 if ${ac_cv_prog_LEX+:} false; then :
12883 $as_echo_n "(cached) " >&6
12884 else
12885 if test -n "$LEX"; then
12886 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12887 else
12888 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12889 for as_dir in $PATH
12890 do
12891 IFS=$as_save_IFS
12892 test -z "$as_dir" && as_dir=.
12893 for ac_exec_ext in '' $ac_executable_extensions; do
12894 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12895 ac_cv_prog_LEX="$ac_prog"
12896 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12897 break 2
12898 fi
12899 done
12900 done
12901 IFS=$as_save_IFS
12902
12903 fi
12904 fi
12905 LEX=$ac_cv_prog_LEX
12906 if test -n "$LEX"; then
12907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12908 $as_echo "$LEX" >&6; }
12909 else
12910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12911 $as_echo "no" >&6; }
12912 fi
12913
12914
12915 test -n "$LEX" && break
12916 done
12917 test -n "$LEX" || LEX=":"
12918
12919 case "$LEX" in
12920 :|*"missing "*) ;;
12921 *) cat >conftest.l <<_ACEOF
12922 %%
12923 a { ECHO; }
12924 b { REJECT; }
12925 c { yymore (); }
12926 d { yyless (1); }
12927 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12928 yyless ((input () != 0)); }
12929 f { unput (yytext[0]); }
12930 . { BEGIN INITIAL; }
12931 %%
12932 #ifdef YYTEXT_POINTER
12933 extern char *yytext;
12934 #endif
12935 int
12936 main (void)
12937 {
12938 return ! yylex () + ! yywrap ();
12939 }
12940 _ACEOF
12941 { { ac_try="$LEX conftest.l"
12942 case "(($ac_try" in
12943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12944 *) ac_try_echo=$ac_try;;
12945 esac
12946 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
12947 $as_echo "$ac_try_echo"; } >&5
12948 (eval "$LEX conftest.l") 2>&5
12949 ac_status=$?
12950 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12951 test $ac_status = 0; }
12952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
12953 $as_echo_n "checking lex output file root... " >&6; }
12954 if ${ac_cv_prog_lex_root+:} false; then :
12955 $as_echo_n "(cached) " >&6
12956 else
12957
12958 if test -f lex.yy.c; then
12959 ac_cv_prog_lex_root=lex.yy
12960 elif test -f lexyy.c; then
12961 ac_cv_prog_lex_root=lexyy
12962 else
12963 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
12964 fi
12965 fi
12966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
12967 $as_echo "$ac_cv_prog_lex_root" >&6; }
12968 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
12969
12970 if test -z "${LEXLIB+set}"; then
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
12972 $as_echo_n "checking lex library... " >&6; }
12973 if ${ac_cv_lib_lex+:} false; then :
12974 $as_echo_n "(cached) " >&6
12975 else
12976
12977 ac_save_LIBS=$LIBS
12978 ac_cv_lib_lex='none needed'
12979 for ac_lib in '' -lfl -ll; do
12980 LIBS="$ac_lib $ac_save_LIBS"
12981 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12982 /* end confdefs.h. */
12983 `cat $LEX_OUTPUT_ROOT.c`
12984 _ACEOF
12985 if ac_fn_c_try_link "$LINENO"; then :
12986 ac_cv_lib_lex=$ac_lib
12987 fi
12988 rm -f core conftest.err conftest.$ac_objext \
12989 conftest$ac_exeext conftest.$ac_ext
12990 test "$ac_cv_lib_lex" != 'none needed' && break
12991 done
12992 LIBS=$ac_save_LIBS
12993
12994 fi
12995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
12996 $as_echo "$ac_cv_lib_lex" >&6; }
12997 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
12998 fi
12999
13000
13001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13002 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13003 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13004 $as_echo_n "(cached) " >&6
13005 else
13006 # POSIX says lex can declare yytext either as a pointer or an array; the
13007 # default is implementation-dependent. Figure out which it is, since
13008 # not all implementations provide the %pointer and %array declarations.
13009 ac_cv_prog_lex_yytext_pointer=no
13010 ac_save_LIBS=$LIBS
13011 LIBS="$LEXLIB $ac_save_LIBS"
13012 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13013 /* end confdefs.h. */
13014
13015 #define YYTEXT_POINTER 1
13016 `cat $LEX_OUTPUT_ROOT.c`
13017 _ACEOF
13018 if ac_fn_c_try_link "$LINENO"; then :
13019 ac_cv_prog_lex_yytext_pointer=yes
13020 fi
13021 rm -f core conftest.err conftest.$ac_objext \
13022 conftest$ac_exeext conftest.$ac_ext
13023 LIBS=$ac_save_LIBS
13024
13025 fi
13026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13027 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13028 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13029
13030 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13031
13032 fi
13033 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13034 ;;
13035 esac
13036 if test "$LEX" = :; then
13037 LEX=${am_missing_run}flex
13038 fi
13039
13040 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13041 # If we haven't got the data from the intl directory,
13042 # assume NLS is disabled.
13043 USE_NLS=no
13044 LIBINTL=
13045 LIBINTL_DEP=
13046 INCINTL=
13047 XGETTEXT=
13048 GMSGFMT=
13049 POSUB=
13050
13051 if test -f ../intl/config.intl; then
13052 . ../intl/config.intl
13053 fi
13054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13055 $as_echo_n "checking whether NLS is requested... " >&6; }
13056 if test x"$USE_NLS" != xyes; then
13057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13058 $as_echo "no" >&6; }
13059 else
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13061 $as_echo "yes" >&6; }
13062
13063 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13064
13065
13066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13067 $as_echo_n "checking for catalogs to be installed... " >&6; }
13068 # Look for .po and .gmo files in the source directory.
13069 CATALOGS=
13070 XLINGUAS=
13071 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13072 # If there aren't any .gmo files the shell will give us the
13073 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13074 # weeded out.
13075 case "$cat" in *\**)
13076 continue;;
13077 esac
13078 # The quadruple backslash is collapsed to a double backslash
13079 # by the backticks, then collapsed again by the double quotes,
13080 # leaving us with one backslash in the sed expression (right
13081 # before the dot that mustn't act as a wildcard).
13082 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13083 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13084 # The user is allowed to set LINGUAS to a list of languages to
13085 # install catalogs for. If it's empty that means "all of them."
13086 if test "x$LINGUAS" = x; then
13087 CATALOGS="$CATALOGS $cat"
13088 XLINGUAS="$XLINGUAS $lang"
13089 else
13090 case "$LINGUAS" in *$lang*)
13091 CATALOGS="$CATALOGS $cat"
13092 XLINGUAS="$XLINGUAS $lang"
13093 ;;
13094 esac
13095 fi
13096 done
13097 LINGUAS="$XLINGUAS"
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13099 $as_echo "$LINGUAS" >&6; }
13100
13101
13102 DATADIRNAME=share
13103
13104 INSTOBJEXT=.mo
13105
13106 GENCAT=gencat
13107
13108 CATOBJEXT=.gmo
13109
13110 fi
13111
13112 MKINSTALLDIRS=
13113 if test -n "$ac_aux_dir"; then
13114 case "$ac_aux_dir" in
13115 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13116 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13117 esac
13118 fi
13119 if test -z "$MKINSTALLDIRS"; then
13120 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13121 fi
13122
13123
13124
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13126 $as_echo_n "checking whether NLS is requested... " >&6; }
13127 # Check whether --enable-nls was given.
13128 if test "${enable_nls+set}" = set; then :
13129 enableval=$enable_nls; USE_NLS=$enableval
13130 else
13131 USE_NLS=yes
13132 fi
13133
13134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13135 $as_echo "$USE_NLS" >&6; }
13136
13137
13138
13139
13140
13141
13142 # Prepare PATH_SEPARATOR.
13143 # The user is always right.
13144 if test "${PATH_SEPARATOR+set}" != set; then
13145 echo "#! /bin/sh" >conf$$.sh
13146 echo "exit 0" >>conf$$.sh
13147 chmod +x conf$$.sh
13148 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13149 PATH_SEPARATOR=';'
13150 else
13151 PATH_SEPARATOR=:
13152 fi
13153 rm -f conf$$.sh
13154 fi
13155
13156 # Find out how to test for executable files. Don't use a zero-byte file,
13157 # as systems may use methods other than mode bits to determine executability.
13158 cat >conf$$.file <<_ASEOF
13159 #! /bin/sh
13160 exit 0
13161 _ASEOF
13162 chmod +x conf$$.file
13163 if test -x conf$$.file >/dev/null 2>&1; then
13164 ac_executable_p="test -x"
13165 else
13166 ac_executable_p="test -f"
13167 fi
13168 rm -f conf$$.file
13169
13170 # Extract the first word of "msgfmt", so it can be a program name with args.
13171 set dummy msgfmt; ac_word=$2
13172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13173 $as_echo_n "checking for $ac_word... " >&6; }
13174 if ${ac_cv_path_MSGFMT+:} false; then :
13175 $as_echo_n "(cached) " >&6
13176 else
13177 case "$MSGFMT" in
13178 [\\/]* | ?:[\\/]*)
13179 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13180 ;;
13181 *)
13182 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13183 for ac_dir in $PATH; do
13184 IFS="$ac_save_IFS"
13185 test -z "$ac_dir" && ac_dir=.
13186 for ac_exec_ext in '' $ac_executable_extensions; do
13187 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13188 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13189 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13190 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13191 break 2
13192 fi
13193 fi
13194 done
13195 done
13196 IFS="$ac_save_IFS"
13197 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13198 ;;
13199 esac
13200 fi
13201 MSGFMT="$ac_cv_path_MSGFMT"
13202 if test "$MSGFMT" != ":"; then
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13204 $as_echo "$MSGFMT" >&6; }
13205 else
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13207 $as_echo "no" >&6; }
13208 fi
13209
13210 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13211 set dummy gmsgfmt; ac_word=$2
13212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13213 $as_echo_n "checking for $ac_word... " >&6; }
13214 if ${ac_cv_path_GMSGFMT+:} false; then :
13215 $as_echo_n "(cached) " >&6
13216 else
13217 case $GMSGFMT in
13218 [\\/]* | ?:[\\/]*)
13219 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13220 ;;
13221 *)
13222 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13223 for as_dir in $PATH
13224 do
13225 IFS=$as_save_IFS
13226 test -z "$as_dir" && as_dir=.
13227 for ac_exec_ext in '' $ac_executable_extensions; do
13228 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13229 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13230 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13231 break 2
13232 fi
13233 done
13234 done
13235 IFS=$as_save_IFS
13236
13237 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13238 ;;
13239 esac
13240 fi
13241 GMSGFMT=$ac_cv_path_GMSGFMT
13242 if test -n "$GMSGFMT"; then
13243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13244 $as_echo "$GMSGFMT" >&6; }
13245 else
13246 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13247 $as_echo "no" >&6; }
13248 fi
13249
13250
13251
13252
13253 # Prepare PATH_SEPARATOR.
13254 # The user is always right.
13255 if test "${PATH_SEPARATOR+set}" != set; then
13256 echo "#! /bin/sh" >conf$$.sh
13257 echo "exit 0" >>conf$$.sh
13258 chmod +x conf$$.sh
13259 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13260 PATH_SEPARATOR=';'
13261 else
13262 PATH_SEPARATOR=:
13263 fi
13264 rm -f conf$$.sh
13265 fi
13266
13267 # Find out how to test for executable files. Don't use a zero-byte file,
13268 # as systems may use methods other than mode bits to determine executability.
13269 cat >conf$$.file <<_ASEOF
13270 #! /bin/sh
13271 exit 0
13272 _ASEOF
13273 chmod +x conf$$.file
13274 if test -x conf$$.file >/dev/null 2>&1; then
13275 ac_executable_p="test -x"
13276 else
13277 ac_executable_p="test -f"
13278 fi
13279 rm -f conf$$.file
13280
13281 # Extract the first word of "xgettext", so it can be a program name with args.
13282 set dummy xgettext; ac_word=$2
13283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13284 $as_echo_n "checking for $ac_word... " >&6; }
13285 if ${ac_cv_path_XGETTEXT+:} false; then :
13286 $as_echo_n "(cached) " >&6
13287 else
13288 case "$XGETTEXT" in
13289 [\\/]* | ?:[\\/]*)
13290 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13291 ;;
13292 *)
13293 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13294 for ac_dir in $PATH; do
13295 IFS="$ac_save_IFS"
13296 test -z "$ac_dir" && ac_dir=.
13297 for ac_exec_ext in '' $ac_executable_extensions; do
13298 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13299 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13300 (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
13301 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13302 break 2
13303 fi
13304 fi
13305 done
13306 done
13307 IFS="$ac_save_IFS"
13308 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13309 ;;
13310 esac
13311 fi
13312 XGETTEXT="$ac_cv_path_XGETTEXT"
13313 if test "$XGETTEXT" != ":"; then
13314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13315 $as_echo "$XGETTEXT" >&6; }
13316 else
13317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13318 $as_echo "no" >&6; }
13319 fi
13320
13321 rm -f messages.po
13322
13323
13324 # Prepare PATH_SEPARATOR.
13325 # The user is always right.
13326 if test "${PATH_SEPARATOR+set}" != set; then
13327 echo "#! /bin/sh" >conf$$.sh
13328 echo "exit 0" >>conf$$.sh
13329 chmod +x conf$$.sh
13330 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13331 PATH_SEPARATOR=';'
13332 else
13333 PATH_SEPARATOR=:
13334 fi
13335 rm -f conf$$.sh
13336 fi
13337
13338 # Find out how to test for executable files. Don't use a zero-byte file,
13339 # as systems may use methods other than mode bits to determine executability.
13340 cat >conf$$.file <<_ASEOF
13341 #! /bin/sh
13342 exit 0
13343 _ASEOF
13344 chmod +x conf$$.file
13345 if test -x conf$$.file >/dev/null 2>&1; then
13346 ac_executable_p="test -x"
13347 else
13348 ac_executable_p="test -f"
13349 fi
13350 rm -f conf$$.file
13351
13352 # Extract the first word of "msgmerge", so it can be a program name with args.
13353 set dummy msgmerge; ac_word=$2
13354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13355 $as_echo_n "checking for $ac_word... " >&6; }
13356 if ${ac_cv_path_MSGMERGE+:} false; then :
13357 $as_echo_n "(cached) " >&6
13358 else
13359 case "$MSGMERGE" in
13360 [\\/]* | ?:[\\/]*)
13361 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13362 ;;
13363 *)
13364 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13365 for ac_dir in $PATH; do
13366 IFS="$ac_save_IFS"
13367 test -z "$ac_dir" && ac_dir=.
13368 for ac_exec_ext in '' $ac_executable_extensions; do
13369 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13370 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13371 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13372 break 2
13373 fi
13374 fi
13375 done
13376 done
13377 IFS="$ac_save_IFS"
13378 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13379 ;;
13380 esac
13381 fi
13382 MSGMERGE="$ac_cv_path_MSGMERGE"
13383 if test "$MSGMERGE" != ":"; then
13384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13385 $as_echo "$MSGMERGE" >&6; }
13386 else
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13388 $as_echo "no" >&6; }
13389 fi
13390
13391
13392 if test "$GMSGFMT" != ":"; then
13393 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13394 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13395 : ;
13396 else
13397 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13398 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13399 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13400 GMSGFMT=":"
13401 fi
13402 fi
13403
13404 if test "$XGETTEXT" != ":"; then
13405 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13406 (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
13407 : ;
13408 else
13409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13410 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13411 XGETTEXT=":"
13412 fi
13413 rm -f messages.po
13414 fi
13415
13416 ac_config_commands="$ac_config_commands default-1"
13417
13418
13419
13420
13421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13422 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13423 # Check whether --enable-maintainer-mode was given.
13424 if test "${enable_maintainer_mode+set}" = set; then :
13425 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13426 else
13427 USE_MAINTAINER_MODE=no
13428 fi
13429
13430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13431 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13432 if test $USE_MAINTAINER_MODE = yes; then
13433 MAINTAINER_MODE_TRUE=
13434 MAINTAINER_MODE_FALSE='#'
13435 else
13436 MAINTAINER_MODE_TRUE='#'
13437 MAINTAINER_MODE_FALSE=
13438 fi
13439
13440 MAINT=$MAINTAINER_MODE_TRUE
13441
13442
13443 if false; then
13444 GENINSRC_NEVER_TRUE=
13445 GENINSRC_NEVER_FALSE='#'
13446 else
13447 GENINSRC_NEVER_TRUE='#'
13448 GENINSRC_NEVER_FALSE=
13449 fi
13450
13451
13452
13453 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13454 do :
13455 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13456 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13457 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13458 cat >>confdefs.h <<_ACEOF
13459 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13460 _ACEOF
13461
13462 fi
13463
13464 done
13465
13466
13467 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13468 # people who are not cross-compiling but are compiling cross-assemblers.
13469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13470 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13471 if test "${host}" = "${target}"; then
13472 cross_gas=no
13473 else
13474 cross_gas=yes
13475
13476 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13477
13478 fi
13479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13480 $as_echo "$cross_gas" >&6; }
13481
13482 for ac_func in strsignal
13483 do :
13484 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13485 if test "x$ac_cv_func_strsignal" = xyes; then :
13486 cat >>confdefs.h <<_ACEOF
13487 #define HAVE_STRSIGNAL 1
13488 _ACEOF
13489
13490 fi
13491 done
13492
13493
13494
13495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13496 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13497 if ${am_cv_val_LC_MESSAGES+:} false; then :
13498 $as_echo_n "(cached) " >&6
13499 else
13500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13501 /* end confdefs.h. */
13502 #include <locale.h>
13503 int
13504 main ()
13505 {
13506 return LC_MESSAGES
13507 ;
13508 return 0;
13509 }
13510 _ACEOF
13511 if ac_fn_c_try_link "$LINENO"; then :
13512 am_cv_val_LC_MESSAGES=yes
13513 else
13514 am_cv_val_LC_MESSAGES=no
13515 fi
13516 rm -f core conftest.err conftest.$ac_objext \
13517 conftest$ac_exeext conftest.$ac_ext
13518 fi
13519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13520 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13521 if test $am_cv_val_LC_MESSAGES = yes; then
13522
13523 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13524
13525 fi
13526
13527
13528 # do we need the math library?
13529 case "${need_libm}" in
13530 yes)
13531 LIBM=
13532 case $host in
13533 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13534 # These system don't have libm, or don't need it
13535 ;;
13536 *-ncr-sysv4.3*)
13537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13538 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13539 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13540 $as_echo_n "(cached) " >&6
13541 else
13542 ac_check_lib_save_LIBS=$LIBS
13543 LIBS="-lmw $LIBS"
13544 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13545 /* end confdefs.h. */
13546
13547 /* Override any GCC internal prototype to avoid an error.
13548 Use char because int might match the return type of a GCC
13549 builtin and then its argument prototype would still apply. */
13550 #ifdef __cplusplus
13551 extern "C"
13552 #endif
13553 char _mwvalidcheckl ();
13554 int
13555 main ()
13556 {
13557 return _mwvalidcheckl ();
13558 ;
13559 return 0;
13560 }
13561 _ACEOF
13562 if ac_fn_c_try_link "$LINENO"; then :
13563 ac_cv_lib_mw__mwvalidcheckl=yes
13564 else
13565 ac_cv_lib_mw__mwvalidcheckl=no
13566 fi
13567 rm -f core conftest.err conftest.$ac_objext \
13568 conftest$ac_exeext conftest.$ac_ext
13569 LIBS=$ac_check_lib_save_LIBS
13570 fi
13571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13572 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13573 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13574 LIBM="-lmw"
13575 fi
13576
13577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13578 $as_echo_n "checking for cos in -lm... " >&6; }
13579 if ${ac_cv_lib_m_cos+:} false; then :
13580 $as_echo_n "(cached) " >&6
13581 else
13582 ac_check_lib_save_LIBS=$LIBS
13583 LIBS="-lm $LIBS"
13584 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13585 /* end confdefs.h. */
13586
13587 /* Override any GCC internal prototype to avoid an error.
13588 Use char because int might match the return type of a GCC
13589 builtin and then its argument prototype would still apply. */
13590 #ifdef __cplusplus
13591 extern "C"
13592 #endif
13593 char cos ();
13594 int
13595 main ()
13596 {
13597 return cos ();
13598 ;
13599 return 0;
13600 }
13601 _ACEOF
13602 if ac_fn_c_try_link "$LINENO"; then :
13603 ac_cv_lib_m_cos=yes
13604 else
13605 ac_cv_lib_m_cos=no
13606 fi
13607 rm -f core conftest.err conftest.$ac_objext \
13608 conftest$ac_exeext conftest.$ac_ext
13609 LIBS=$ac_check_lib_save_LIBS
13610 fi
13611 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13612 $as_echo "$ac_cv_lib_m_cos" >&6; }
13613 if test "x$ac_cv_lib_m_cos" = xyes; then :
13614 LIBM="$LIBM -lm"
13615 fi
13616
13617 ;;
13618 *)
13619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13620 $as_echo_n "checking for cos in -lm... " >&6; }
13621 if ${ac_cv_lib_m_cos+:} false; then :
13622 $as_echo_n "(cached) " >&6
13623 else
13624 ac_check_lib_save_LIBS=$LIBS
13625 LIBS="-lm $LIBS"
13626 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13627 /* end confdefs.h. */
13628
13629 /* Override any GCC internal prototype to avoid an error.
13630 Use char because int might match the return type of a GCC
13631 builtin and then its argument prototype would still apply. */
13632 #ifdef __cplusplus
13633 extern "C"
13634 #endif
13635 char cos ();
13636 int
13637 main ()
13638 {
13639 return cos ();
13640 ;
13641 return 0;
13642 }
13643 _ACEOF
13644 if ac_fn_c_try_link "$LINENO"; then :
13645 ac_cv_lib_m_cos=yes
13646 else
13647 ac_cv_lib_m_cos=no
13648 fi
13649 rm -f core conftest.err conftest.$ac_objext \
13650 conftest$ac_exeext conftest.$ac_ext
13651 LIBS=$ac_check_lib_save_LIBS
13652 fi
13653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13654 $as_echo "$ac_cv_lib_m_cos" >&6; }
13655 if test "x$ac_cv_lib_m_cos" = xyes; then :
13656 LIBM="-lm"
13657 fi
13658
13659 ;;
13660 esac
13661
13662
13663
13664 ;;
13665 esac
13666
13667 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13668 # enough, but on some of those systems, the assert macro relies on requoting
13669 # working properly!
13670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13671 $as_echo_n "checking for working assert macro... " >&6; }
13672 if ${gas_cv_assert_ok+:} false; then :
13673 $as_echo_n "(cached) " >&6
13674 else
13675 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13676 /* end confdefs.h. */
13677 #include <assert.h>
13678 #include <stdio.h>
13679 int
13680 main ()
13681 {
13682
13683 /* check for requoting problems */
13684 static int a, b, c, d;
13685 static char *s;
13686 assert (!strcmp(s, "foo bar baz quux"));
13687 /* check for newline handling */
13688 assert (a == b
13689 || c == d);
13690
13691 ;
13692 return 0;
13693 }
13694 _ACEOF
13695 if ac_fn_c_try_link "$LINENO"; then :
13696 gas_cv_assert_ok=yes
13697 else
13698 gas_cv_assert_ok=no
13699 fi
13700 rm -f core conftest.err conftest.$ac_objext \
13701 conftest$ac_exeext conftest.$ac_ext
13702 fi
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13704 $as_echo "$gas_cv_assert_ok" >&6; }
13705 test $gas_cv_assert_ok = yes ||
13706 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13707
13708
13709
13710 # On some systems, the system header files may not declare malloc, realloc,
13711 # and free. There are places where gas needs these functions to have been
13712 # declared -- such as when taking their addresses.
13713 gas_test_headers="
13714 #ifdef HAVE_MEMORY_H
13715 #include <memory.h>
13716 #endif
13717 #include <string.h>
13718 #include <stdlib.h>
13719 #ifdef HAVE_UNISTD_H
13720 #include <unistd.h>
13721 #endif
13722 "
13723
13724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13725 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13726 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13727 $as_echo_n "(cached) " >&6
13728 else
13729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13730 /* end confdefs.h. */
13731 #include <unistd.h>
13732 int
13733 main ()
13734 {
13735 extern int getopt (int, char *const*, const char *);
13736 ;
13737 return 0;
13738 }
13739 _ACEOF
13740 if ac_fn_c_try_compile "$LINENO"; then :
13741 gas_cv_decl_getopt_unistd_h=yes
13742 else
13743 gas_cv_decl_getopt_unistd_h=no
13744 fi
13745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13746 fi
13747
13748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13749 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13750 if test $gas_cv_decl_getopt_unistd_h = yes; then
13751
13752 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13753
13754 fi
13755
13756
13757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13758 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13759 if ${gas_cv_decl_needed_environ+:} false; then :
13760 $as_echo_n "(cached) " >&6
13761 else
13762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13763 /* end confdefs.h. */
13764 $gas_test_headers
13765 int
13766 main ()
13767 {
13768
13769 typedef char **f;
13770 f x;
13771 x = (f) environ;
13772
13773 ;
13774 return 0;
13775 }
13776 _ACEOF
13777 if ac_fn_c_try_link "$LINENO"; then :
13778 gas_cv_decl_needed_environ=no
13779 else
13780 gas_cv_decl_needed_environ=yes
13781 fi
13782 rm -f core conftest.err conftest.$ac_objext \
13783 conftest$ac_exeext conftest.$ac_ext
13784 fi
13785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13786 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13787 if test $gas_cv_decl_needed_environ = yes; then
13788
13789 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13790
13791 fi
13792
13793
13794 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13795 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13796 if ${gas_cv_decl_needed_ffs+:} false; then :
13797 $as_echo_n "(cached) " >&6
13798 else
13799 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13800 /* end confdefs.h. */
13801 $gas_test_headers
13802 int
13803 main ()
13804 {
13805
13806 typedef int (*f)(int);
13807 f x;
13808 x = (f) ffs;
13809
13810 ;
13811 return 0;
13812 }
13813 _ACEOF
13814 if ac_fn_c_try_link "$LINENO"; then :
13815 gas_cv_decl_needed_ffs=no
13816 else
13817 gas_cv_decl_needed_ffs=yes
13818 fi
13819 rm -f core conftest.err conftest.$ac_objext \
13820 conftest$ac_exeext conftest.$ac_ext
13821 fi
13822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13823 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13824 if test $gas_cv_decl_needed_ffs = yes; then
13825
13826 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13827
13828 fi
13829
13830
13831 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13832 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13833 ac_have_decl=1
13834 else
13835 ac_have_decl=0
13836 fi
13837
13838 cat >>confdefs.h <<_ACEOF
13839 #define HAVE_DECL_ASPRINTF $ac_have_decl
13840 _ACEOF
13841 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13842 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13843 ac_have_decl=1
13844 else
13845 ac_have_decl=0
13846 fi
13847
13848 cat >>confdefs.h <<_ACEOF
13849 #define HAVE_DECL_MEMPCPY $ac_have_decl
13850 _ACEOF
13851 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13852 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13853 ac_have_decl=1
13854 else
13855 ac_have_decl=0
13856 fi
13857
13858 cat >>confdefs.h <<_ACEOF
13859 #define HAVE_DECL_STPCPY $ac_have_decl
13860 _ACEOF
13861
13862
13863
13864 case "${host}" in
13865 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13866
13867 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13868 ;;
13869 esac
13870
13871 # Link in zlib if we can. This allows us to write compressed debug sections.
13872
13873 # Use the system's zlib library.
13874 zlibdir="-L\$(top_builddir)/../zlib"
13875 zlibinc="-I\$(top_srcdir)/../zlib"
13876
13877 # Check whether --with-system-zlib was given.
13878 if test "${with_system_zlib+set}" = set; then :
13879 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13880 zlibdir=
13881 zlibinc=
13882 fi
13883
13884 fi
13885
13886
13887
13888
13889
13890 # Support for VMS timestamps via cross compile
13891
13892 if test "$ac_cv_header_time_h" = yes; then
13893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13894 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13895 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
13896 $as_echo_n "(cached) " >&6
13897 else
13898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13899 /* end confdefs.h. */
13900
13901 #define _BSD_SOURCE 1
13902 #include <time.h>
13903 int
13904 main ()
13905 {
13906 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13907 ;
13908 return 0;
13909 }
13910 _ACEOF
13911 if ac_fn_c_try_compile "$LINENO"; then :
13912 gas_cv_have_time_type_member_tm_gmtoff=yes
13913 else
13914 gas_cv_have_time_type_member_tm_gmtoff=no
13915
13916 fi
13917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13918 fi
13919
13920 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13921
13922 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13923
13924 fi
13925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13926 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13927
13928 fi
13929
13930 if test "$ac_cv_header_sys_stat_h" = yes; then
13931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
13932 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
13933 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
13934 $as_echo_n "(cached) " >&6
13935 else
13936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13937 /* end confdefs.h. */
13938
13939 #define _BSD_SOURCE 1
13940 #include <sys/stat.h>
13941 int
13942 main ()
13943 {
13944 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
13945 ;
13946 return 0;
13947 }
13948 _ACEOF
13949 if ac_fn_c_try_compile "$LINENO"; then :
13950 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
13951 else
13952 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
13953
13954 fi
13955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13956 fi
13957
13958 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
13959
13960 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
13961
13962 fi
13963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
13964 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
13965
13966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
13967 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
13968 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
13969 $as_echo_n "(cached) " >&6
13970 else
13971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13972 /* end confdefs.h. */
13973
13974 #define _BSD_SOURCE 1
13975 #include <sys/stat.h>
13976 int
13977 main ()
13978 {
13979 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
13980 ;
13981 return 0;
13982 }
13983 _ACEOF
13984 if ac_fn_c_try_compile "$LINENO"; then :
13985 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
13986 else
13987 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
13988
13989 fi
13990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13991 fi
13992
13993 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
13994
13995 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
13996
13997 fi
13998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
13999 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14000
14001 fi
14002
14003
14004
14005
14006
14007
14008
14009
14010
14011 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
14012
14013 ac_config_commands="$ac_config_commands default"
14014
14015
14016 cat >confcache <<\_ACEOF
14017 # This file is a shell script that caches the results of configure
14018 # tests run on this system so they can be shared between configure
14019 # scripts and configure runs, see configure's option --config-cache.
14020 # It is not useful on other systems. If it contains results you don't
14021 # want to keep, you may remove or edit it.
14022 #
14023 # config.status only pays attention to the cache file if you give it
14024 # the --recheck option to rerun configure.
14025 #
14026 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14027 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14028 # following values.
14029
14030 _ACEOF
14031
14032 # The following way of writing the cache mishandles newlines in values,
14033 # but we know of no workaround that is simple, portable, and efficient.
14034 # So, we kill variables containing newlines.
14035 # Ultrix sh set writes to stderr and can't be redirected directly,
14036 # and sets the high bit in the cache file unless we assign to the vars.
14037 (
14038 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14039 eval ac_val=\$$ac_var
14040 case $ac_val in #(
14041 *${as_nl}*)
14042 case $ac_var in #(
14043 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14044 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14045 esac
14046 case $ac_var in #(
14047 _ | IFS | as_nl) ;; #(
14048 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14049 *) { eval $ac_var=; unset $ac_var;} ;;
14050 esac ;;
14051 esac
14052 done
14053
14054 (set) 2>&1 |
14055 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14056 *${as_nl}ac_space=\ *)
14057 # `set' does not quote correctly, so add quotes: double-quote
14058 # substitution turns \\\\ into \\, and sed turns \\ into \.
14059 sed -n \
14060 "s/'/'\\\\''/g;
14061 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14062 ;; #(
14063 *)
14064 # `set' quotes correctly as required by POSIX, so do not add quotes.
14065 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14066 ;;
14067 esac |
14068 sort
14069 ) |
14070 sed '
14071 /^ac_cv_env_/b end
14072 t clear
14073 :clear
14074 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14075 t end
14076 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14077 :end' >>confcache
14078 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14079 if test -w "$cache_file"; then
14080 if test "x$cache_file" != "x/dev/null"; then
14081 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14082 $as_echo "$as_me: updating cache $cache_file" >&6;}
14083 if test ! -f "$cache_file" || test -h "$cache_file"; then
14084 cat confcache >"$cache_file"
14085 else
14086 case $cache_file in #(
14087 */* | ?:*)
14088 mv -f confcache "$cache_file"$$ &&
14089 mv -f "$cache_file"$$ "$cache_file" ;; #(
14090 *)
14091 mv -f confcache "$cache_file" ;;
14092 esac
14093 fi
14094 fi
14095 else
14096 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14097 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14098 fi
14099 fi
14100 rm -f confcache
14101
14102 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14103 # Let make expand exec_prefix.
14104 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14105
14106 DEFS=-DHAVE_CONFIG_H
14107
14108 ac_libobjs=
14109 ac_ltlibobjs=
14110 U=
14111 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14112 # 1. Remove the extension, and $U if already installed.
14113 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14114 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14115 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14116 # will be set to the directory where LIBOBJS objects are built.
14117 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14118 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14119 done
14120 LIBOBJS=$ac_libobjs
14121
14122 LTLIBOBJS=$ac_ltlibobjs
14123
14124
14125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14126 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14127 if test -n "$am_sleep_pid"; then
14128 # Hide warnings about reused PIDs.
14129 wait $am_sleep_pid 2>/dev/null
14130 fi
14131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14132 $as_echo "done" >&6; }
14133 if test -n "$EXEEXT"; then
14134 am__EXEEXT_TRUE=
14135 am__EXEEXT_FALSE='#'
14136 else
14137 am__EXEEXT_TRUE='#'
14138 am__EXEEXT_FALSE=
14139 fi
14140
14141 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14142 as_fn_error $? "conditional \"AMDEP\" was never defined.
14143 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14144 fi
14145 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14146 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14147 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14148 fi
14149
14150 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14151 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14152 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14153 fi
14154 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14155 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14156 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14157 fi
14158
14159 : "${CONFIG_STATUS=./config.status}"
14160 ac_write_fail=0
14161 ac_clean_files_save=$ac_clean_files
14162 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14164 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14165 as_write_fail=0
14166 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14167 #! $SHELL
14168 # Generated by $as_me.
14169 # Run this file to recreate the current configuration.
14170 # Compiler output produced by configure, useful for debugging
14171 # configure, is in config.log if it exists.
14172
14173 debug=false
14174 ac_cs_recheck=false
14175 ac_cs_silent=false
14176
14177 SHELL=\${CONFIG_SHELL-$SHELL}
14178 export SHELL
14179 _ASEOF
14180 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14181 ## -------------------- ##
14182 ## M4sh Initialization. ##
14183 ## -------------------- ##
14184
14185 # Be more Bourne compatible
14186 DUALCASE=1; export DUALCASE # for MKS sh
14187 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14188 emulate sh
14189 NULLCMD=:
14190 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14191 # is contrary to our usage. Disable this feature.
14192 alias -g '${1+"$@"}'='"$@"'
14193 setopt NO_GLOB_SUBST
14194 else
14195 case `(set -o) 2>/dev/null` in #(
14196 *posix*) :
14197 set -o posix ;; #(
14198 *) :
14199 ;;
14200 esac
14201 fi
14202
14203
14204 as_nl='
14205 '
14206 export as_nl
14207 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14208 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14209 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14210 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14211 # Prefer a ksh shell builtin over an external printf program on Solaris,
14212 # but without wasting forks for bash or zsh.
14213 if test -z "$BASH_VERSION$ZSH_VERSION" \
14214 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14215 as_echo='print -r --'
14216 as_echo_n='print -rn --'
14217 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14218 as_echo='printf %s\n'
14219 as_echo_n='printf %s'
14220 else
14221 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14222 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14223 as_echo_n='/usr/ucb/echo -n'
14224 else
14225 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14226 as_echo_n_body='eval
14227 arg=$1;
14228 case $arg in #(
14229 *"$as_nl"*)
14230 expr "X$arg" : "X\\(.*\\)$as_nl";
14231 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14232 esac;
14233 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14234 '
14235 export as_echo_n_body
14236 as_echo_n='sh -c $as_echo_n_body as_echo'
14237 fi
14238 export as_echo_body
14239 as_echo='sh -c $as_echo_body as_echo'
14240 fi
14241
14242 # The user is always right.
14243 if test "${PATH_SEPARATOR+set}" != set; then
14244 PATH_SEPARATOR=:
14245 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14246 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14247 PATH_SEPARATOR=';'
14248 }
14249 fi
14250
14251
14252 # IFS
14253 # We need space, tab and new line, in precisely that order. Quoting is
14254 # there to prevent editors from complaining about space-tab.
14255 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14256 # splitting by setting IFS to empty value.)
14257 IFS=" "" $as_nl"
14258
14259 # Find who we are. Look in the path if we contain no directory separator.
14260 as_myself=
14261 case $0 in #((
14262 *[\\/]* ) as_myself=$0 ;;
14263 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14264 for as_dir in $PATH
14265 do
14266 IFS=$as_save_IFS
14267 test -z "$as_dir" && as_dir=.
14268 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14269 done
14270 IFS=$as_save_IFS
14271
14272 ;;
14273 esac
14274 # We did not find ourselves, most probably we were run as `sh COMMAND'
14275 # in which case we are not to be found in the path.
14276 if test "x$as_myself" = x; then
14277 as_myself=$0
14278 fi
14279 if test ! -f "$as_myself"; then
14280 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14281 exit 1
14282 fi
14283
14284 # Unset variables that we do not need and which cause bugs (e.g. in
14285 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14286 # suppresses any "Segmentation fault" message there. '((' could
14287 # trigger a bug in pdksh 5.2.14.
14288 for as_var in BASH_ENV ENV MAIL MAILPATH
14289 do eval test x\${$as_var+set} = xset \
14290 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14291 done
14292 PS1='$ '
14293 PS2='> '
14294 PS4='+ '
14295
14296 # NLS nuisances.
14297 LC_ALL=C
14298 export LC_ALL
14299 LANGUAGE=C
14300 export LANGUAGE
14301
14302 # CDPATH.
14303 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14304
14305
14306 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14307 # ----------------------------------------
14308 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14309 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14310 # script with STATUS, using 1 if that was 0.
14311 as_fn_error ()
14312 {
14313 as_status=$1; test $as_status -eq 0 && as_status=1
14314 if test "$4"; then
14315 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14316 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14317 fi
14318 $as_echo "$as_me: error: $2" >&2
14319 as_fn_exit $as_status
14320 } # as_fn_error
14321
14322
14323 # as_fn_set_status STATUS
14324 # -----------------------
14325 # Set $? to STATUS, without forking.
14326 as_fn_set_status ()
14327 {
14328 return $1
14329 } # as_fn_set_status
14330
14331 # as_fn_exit STATUS
14332 # -----------------
14333 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14334 as_fn_exit ()
14335 {
14336 set +e
14337 as_fn_set_status $1
14338 exit $1
14339 } # as_fn_exit
14340
14341 # as_fn_unset VAR
14342 # ---------------
14343 # Portably unset VAR.
14344 as_fn_unset ()
14345 {
14346 { eval $1=; unset $1;}
14347 }
14348 as_unset=as_fn_unset
14349 # as_fn_append VAR VALUE
14350 # ----------------------
14351 # Append the text in VALUE to the end of the definition contained in VAR. Take
14352 # advantage of any shell optimizations that allow amortized linear growth over
14353 # repeated appends, instead of the typical quadratic growth present in naive
14354 # implementations.
14355 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14356 eval 'as_fn_append ()
14357 {
14358 eval $1+=\$2
14359 }'
14360 else
14361 as_fn_append ()
14362 {
14363 eval $1=\$$1\$2
14364 }
14365 fi # as_fn_append
14366
14367 # as_fn_arith ARG...
14368 # ------------------
14369 # Perform arithmetic evaluation on the ARGs, and store the result in the
14370 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14371 # must be portable across $(()) and expr.
14372 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14373 eval 'as_fn_arith ()
14374 {
14375 as_val=$(( $* ))
14376 }'
14377 else
14378 as_fn_arith ()
14379 {
14380 as_val=`expr "$@" || test $? -eq 1`
14381 }
14382 fi # as_fn_arith
14383
14384
14385 if expr a : '\(a\)' >/dev/null 2>&1 &&
14386 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14387 as_expr=expr
14388 else
14389 as_expr=false
14390 fi
14391
14392 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14393 as_basename=basename
14394 else
14395 as_basename=false
14396 fi
14397
14398 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14399 as_dirname=dirname
14400 else
14401 as_dirname=false
14402 fi
14403
14404 as_me=`$as_basename -- "$0" ||
14405 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14406 X"$0" : 'X\(//\)$' \| \
14407 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14408 $as_echo X/"$0" |
14409 sed '/^.*\/\([^/][^/]*\)\/*$/{
14410 s//\1/
14411 q
14412 }
14413 /^X\/\(\/\/\)$/{
14414 s//\1/
14415 q
14416 }
14417 /^X\/\(\/\).*/{
14418 s//\1/
14419 q
14420 }
14421 s/.*/./; q'`
14422
14423 # Avoid depending upon Character Ranges.
14424 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14425 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14426 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14427 as_cr_digits='0123456789'
14428 as_cr_alnum=$as_cr_Letters$as_cr_digits
14429
14430 ECHO_C= ECHO_N= ECHO_T=
14431 case `echo -n x` in #(((((
14432 -n*)
14433 case `echo 'xy\c'` in
14434 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14435 xy) ECHO_C='\c';;
14436 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14437 ECHO_T=' ';;
14438 esac;;
14439 *)
14440 ECHO_N='-n';;
14441 esac
14442
14443 rm -f conf$$ conf$$.exe conf$$.file
14444 if test -d conf$$.dir; then
14445 rm -f conf$$.dir/conf$$.file
14446 else
14447 rm -f conf$$.dir
14448 mkdir conf$$.dir 2>/dev/null
14449 fi
14450 if (echo >conf$$.file) 2>/dev/null; then
14451 if ln -s conf$$.file conf$$ 2>/dev/null; then
14452 as_ln_s='ln -s'
14453 # ... but there are two gotchas:
14454 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14455 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14456 # In both cases, we have to default to `cp -pR'.
14457 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14458 as_ln_s='cp -pR'
14459 elif ln conf$$.file conf$$ 2>/dev/null; then
14460 as_ln_s=ln
14461 else
14462 as_ln_s='cp -pR'
14463 fi
14464 else
14465 as_ln_s='cp -pR'
14466 fi
14467 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14468 rmdir conf$$.dir 2>/dev/null
14469
14470
14471 # as_fn_mkdir_p
14472 # -------------
14473 # Create "$as_dir" as a directory, including parents if necessary.
14474 as_fn_mkdir_p ()
14475 {
14476
14477 case $as_dir in #(
14478 -*) as_dir=./$as_dir;;
14479 esac
14480 test -d "$as_dir" || eval $as_mkdir_p || {
14481 as_dirs=
14482 while :; do
14483 case $as_dir in #(
14484 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14485 *) as_qdir=$as_dir;;
14486 esac
14487 as_dirs="'$as_qdir' $as_dirs"
14488 as_dir=`$as_dirname -- "$as_dir" ||
14489 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14490 X"$as_dir" : 'X\(//\)[^/]' \| \
14491 X"$as_dir" : 'X\(//\)$' \| \
14492 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14493 $as_echo X"$as_dir" |
14494 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14495 s//\1/
14496 q
14497 }
14498 /^X\(\/\/\)[^/].*/{
14499 s//\1/
14500 q
14501 }
14502 /^X\(\/\/\)$/{
14503 s//\1/
14504 q
14505 }
14506 /^X\(\/\).*/{
14507 s//\1/
14508 q
14509 }
14510 s/.*/./; q'`
14511 test -d "$as_dir" && break
14512 done
14513 test -z "$as_dirs" || eval "mkdir $as_dirs"
14514 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14515
14516
14517 } # as_fn_mkdir_p
14518 if mkdir -p . 2>/dev/null; then
14519 as_mkdir_p='mkdir -p "$as_dir"'
14520 else
14521 test -d ./-p && rmdir ./-p
14522 as_mkdir_p=false
14523 fi
14524
14525
14526 # as_fn_executable_p FILE
14527 # -----------------------
14528 # Test if FILE is an executable regular file.
14529 as_fn_executable_p ()
14530 {
14531 test -f "$1" && test -x "$1"
14532 } # as_fn_executable_p
14533 as_test_x='test -x'
14534 as_executable_p=as_fn_executable_p
14535
14536 # Sed expression to map a string onto a valid CPP name.
14537 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14538
14539 # Sed expression to map a string onto a valid variable name.
14540 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14541
14542
14543 exec 6>&1
14544 ## ----------------------------------- ##
14545 ## Main body of $CONFIG_STATUS script. ##
14546 ## ----------------------------------- ##
14547 _ASEOF
14548 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14549
14550 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14551 # Save the log message, to keep $0 and so on meaningful, and to
14552 # report actual input values of CONFIG_FILES etc. instead of their
14553 # values after options handling.
14554 ac_log="
14555 This file was extended by gas $as_me 2.37.50, which was
14556 generated by GNU Autoconf 2.69. Invocation command line was
14557
14558 CONFIG_FILES = $CONFIG_FILES
14559 CONFIG_HEADERS = $CONFIG_HEADERS
14560 CONFIG_LINKS = $CONFIG_LINKS
14561 CONFIG_COMMANDS = $CONFIG_COMMANDS
14562 $ $0 $@
14563
14564 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14565 "
14566
14567 _ACEOF
14568
14569 case $ac_config_files in *"
14570 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14571 esac
14572
14573 case $ac_config_headers in *"
14574 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14575 esac
14576
14577
14578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14579 # Files that config.status was made for.
14580 config_files="$ac_config_files"
14581 config_headers="$ac_config_headers"
14582 config_commands="$ac_config_commands"
14583
14584 _ACEOF
14585
14586 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14587 ac_cs_usage="\
14588 \`$as_me' instantiates files and other configuration actions
14589 from templates according to the current configuration. Unless the files
14590 and actions are specified as TAGs, all are instantiated by default.
14591
14592 Usage: $0 [OPTION]... [TAG]...
14593
14594 -h, --help print this help, then exit
14595 -V, --version print version number and configuration settings, then exit
14596 --config print configuration, then exit
14597 -q, --quiet, --silent
14598 do not print progress messages
14599 -d, --debug don't remove temporary files
14600 --recheck update $as_me by reconfiguring in the same conditions
14601 --file=FILE[:TEMPLATE]
14602 instantiate the configuration file FILE
14603 --header=FILE[:TEMPLATE]
14604 instantiate the configuration header FILE
14605
14606 Configuration files:
14607 $config_files
14608
14609 Configuration headers:
14610 $config_headers
14611
14612 Configuration commands:
14613 $config_commands
14614
14615 Report bugs to the package provider."
14616
14617 _ACEOF
14618 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14619 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14620 ac_cs_version="\\
14621 gas config.status 2.37.50
14622 configured by $0, generated by GNU Autoconf 2.69,
14623 with options \\"\$ac_cs_config\\"
14624
14625 Copyright (C) 2012 Free Software Foundation, Inc.
14626 This config.status script is free software; the Free Software Foundation
14627 gives unlimited permission to copy, distribute and modify it."
14628
14629 ac_pwd='$ac_pwd'
14630 srcdir='$srcdir'
14631 INSTALL='$INSTALL'
14632 MKDIR_P='$MKDIR_P'
14633 AWK='$AWK'
14634 test -n "\$AWK" || AWK=awk
14635 _ACEOF
14636
14637 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14638 # The default lists apply if the user does not specify any file.
14639 ac_need_defaults=:
14640 while test $# != 0
14641 do
14642 case $1 in
14643 --*=?*)
14644 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14645 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14646 ac_shift=:
14647 ;;
14648 --*=)
14649 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14650 ac_optarg=
14651 ac_shift=:
14652 ;;
14653 *)
14654 ac_option=$1
14655 ac_optarg=$2
14656 ac_shift=shift
14657 ;;
14658 esac
14659
14660 case $ac_option in
14661 # Handling of the options.
14662 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14663 ac_cs_recheck=: ;;
14664 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14665 $as_echo "$ac_cs_version"; exit ;;
14666 --config | --confi | --conf | --con | --co | --c )
14667 $as_echo "$ac_cs_config"; exit ;;
14668 --debug | --debu | --deb | --de | --d | -d )
14669 debug=: ;;
14670 --file | --fil | --fi | --f )
14671 $ac_shift
14672 case $ac_optarg in
14673 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14674 '') as_fn_error $? "missing file argument" ;;
14675 esac
14676 as_fn_append CONFIG_FILES " '$ac_optarg'"
14677 ac_need_defaults=false;;
14678 --header | --heade | --head | --hea )
14679 $ac_shift
14680 case $ac_optarg in
14681 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14682 esac
14683 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14684 ac_need_defaults=false;;
14685 --he | --h)
14686 # Conflict between --help and --header
14687 as_fn_error $? "ambiguous option: \`$1'
14688 Try \`$0 --help' for more information.";;
14689 --help | --hel | -h )
14690 $as_echo "$ac_cs_usage"; exit ;;
14691 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14692 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14693 ac_cs_silent=: ;;
14694
14695 # This is an error.
14696 -*) as_fn_error $? "unrecognized option: \`$1'
14697 Try \`$0 --help' for more information." ;;
14698
14699 *) as_fn_append ac_config_targets " $1"
14700 ac_need_defaults=false ;;
14701
14702 esac
14703 shift
14704 done
14705
14706 ac_configure_extra_args=
14707
14708 if $ac_cs_silent; then
14709 exec 6>/dev/null
14710 ac_configure_extra_args="$ac_configure_extra_args --silent"
14711 fi
14712
14713 _ACEOF
14714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14715 if \$ac_cs_recheck; then
14716 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14717 shift
14718 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14719 CONFIG_SHELL='$SHELL'
14720 export CONFIG_SHELL
14721 exec "\$@"
14722 fi
14723
14724 _ACEOF
14725 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14726 exec 5>>config.log
14727 {
14728 echo
14729 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14730 ## Running $as_me. ##
14731 _ASBOX
14732 $as_echo "$ac_log"
14733 } >&5
14734
14735 _ACEOF
14736 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14737 #
14738 # INIT-COMMANDS
14739 #
14740 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14741
14742
14743 # The HP-UX ksh and POSIX shell print the target directory to stdout
14744 # if CDPATH is set.
14745 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14746
14747 sed_quote_subst='$sed_quote_subst'
14748 double_quote_subst='$double_quote_subst'
14749 delay_variable_subst='$delay_variable_subst'
14750 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14751 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14752 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14753 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14754 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14755 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14756 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14757 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14758 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14759 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14760 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14761 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14762 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14763 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14764 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14765 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14766 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14767 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14768 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14769 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14770 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14771 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14772 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14773 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14774 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14775 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14776 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14777 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14778 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14779 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14780 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14781 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14782 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14783 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14784 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14785 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14786 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14787 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14788 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14789 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14790 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14791 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14792 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14793 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14794 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14795 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14796 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14797 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14798 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"`'
14799 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14800 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14801 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14802 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14803 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14804 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14805 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14806 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14807 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14808 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14809 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14810 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14811 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14812 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14813 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14814 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14815 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14816 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14817 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14818 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14819 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14820 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14821 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14822 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14823 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14824 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14825 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14826 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14827 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14828 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14829 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14830 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14831 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14832 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14833 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14834 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14835 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14836 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14837 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14838 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14839 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14840 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14841 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14842 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14843 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14844 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14845 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14846 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14847 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14848 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14849 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14850 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14851 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14852 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14853 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14854 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14855 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14856 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14857 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14858 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14859 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14860 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14861 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14862 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14863 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14864 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14865 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14866 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14867 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14868 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14869 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14870
14871 LTCC='$LTCC'
14872 LTCFLAGS='$LTCFLAGS'
14873 compiler='$compiler_DEFAULT'
14874
14875 # A function that is used when there is no print builtin or printf.
14876 func_fallback_echo ()
14877 {
14878 eval 'cat <<_LTECHO_EOF
14879 \$1
14880 _LTECHO_EOF'
14881 }
14882
14883 # Quote evaled strings.
14884 for var in SHELL \
14885 ECHO \
14886 SED \
14887 GREP \
14888 EGREP \
14889 FGREP \
14890 LD \
14891 NM \
14892 LN_S \
14893 lt_SP2NL \
14894 lt_NL2SP \
14895 reload_flag \
14896 OBJDUMP \
14897 deplibs_check_method \
14898 file_magic_cmd \
14899 AR \
14900 AR_FLAGS \
14901 STRIP \
14902 RANLIB \
14903 CC \
14904 CFLAGS \
14905 compiler \
14906 lt_cv_sys_global_symbol_pipe \
14907 lt_cv_sys_global_symbol_to_cdecl \
14908 lt_cv_sys_global_symbol_to_c_name_address \
14909 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14910 lt_prog_compiler_no_builtin_flag \
14911 lt_prog_compiler_wl \
14912 lt_prog_compiler_pic \
14913 lt_prog_compiler_static \
14914 lt_cv_prog_compiler_c_o \
14915 need_locks \
14916 DSYMUTIL \
14917 NMEDIT \
14918 LIPO \
14919 OTOOL \
14920 OTOOL64 \
14921 shrext_cmds \
14922 export_dynamic_flag_spec \
14923 whole_archive_flag_spec \
14924 compiler_needs_object \
14925 with_gnu_ld \
14926 allow_undefined_flag \
14927 no_undefined_flag \
14928 hardcode_libdir_flag_spec \
14929 hardcode_libdir_flag_spec_ld \
14930 hardcode_libdir_separator \
14931 fix_srcfile_path \
14932 exclude_expsyms \
14933 include_expsyms \
14934 file_list_spec \
14935 variables_saved_for_relink \
14936 libname_spec \
14937 library_names_spec \
14938 soname_spec \
14939 install_override_mode \
14940 finish_eval \
14941 old_striplib \
14942 striplib; do
14943 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14944 *[\\\\\\\`\\"\\\$]*)
14945 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14946 ;;
14947 *)
14948 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14949 ;;
14950 esac
14951 done
14952
14953 # Double-quote double-evaled strings.
14954 for var in reload_cmds \
14955 old_postinstall_cmds \
14956 old_postuninstall_cmds \
14957 old_archive_cmds \
14958 extract_expsyms_cmds \
14959 old_archive_from_new_cmds \
14960 old_archive_from_expsyms_cmds \
14961 archive_cmds \
14962 archive_expsym_cmds \
14963 module_cmds \
14964 module_expsym_cmds \
14965 export_symbols_cmds \
14966 prelink_cmds \
14967 postinstall_cmds \
14968 postuninstall_cmds \
14969 finish_cmds \
14970 sys_lib_search_path_spec \
14971 sys_lib_dlsearch_path_spec; do
14972 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14973 *[\\\\\\\`\\"\\\$]*)
14974 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14975 ;;
14976 *)
14977 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14978 ;;
14979 esac
14980 done
14981
14982 ac_aux_dir='$ac_aux_dir'
14983 xsi_shell='$xsi_shell'
14984 lt_shell_append='$lt_shell_append'
14985
14986 # See if we are running on zsh, and set the options which allow our
14987 # commands through without removal of \ escapes INIT.
14988 if test -n "\${ZSH_VERSION+set}" ; then
14989 setopt NO_GLOB_SUBST
14990 fi
14991
14992
14993 PACKAGE='$PACKAGE'
14994 VERSION='$VERSION'
14995 TIMESTAMP='$TIMESTAMP'
14996 RM='$RM'
14997 ofile='$ofile'
14998
14999
15000
15001 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15002 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15003 # from automake.
15004 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15005 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15006 LINGUAS="${LINGUAS-%UNSET%}"
15007
15008 target_cpu_type=${target_cpu_type}
15009 cgen_cpu_prefix=${cgen_cpu_prefix}
15010 obj_format=${obj_format}
15011 te_file=${te_file}
15012
15013 _ACEOF
15014
15015 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15016
15017 # Handling of arguments.
15018 for ac_config_target in $ac_config_targets
15019 do
15020 case $ac_config_target in
15021 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15022 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15023 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15024 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15025 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15026 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15027 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15028 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15029 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15030 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15031
15032 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15033 esac
15034 done
15035
15036
15037 # If the user did not use the arguments to specify the items to instantiate,
15038 # then the envvar interface is used. Set only those that are not.
15039 # We use the long form for the default assignment because of an extremely
15040 # bizarre bug on SunOS 4.1.3.
15041 if $ac_need_defaults; then
15042 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15043 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15044 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15045 fi
15046
15047 # Have a temporary directory for convenience. Make it in the build tree
15048 # simply because there is no reason against having it here, and in addition,
15049 # creating and moving files from /tmp can sometimes cause problems.
15050 # Hook for its removal unless debugging.
15051 # Note that there is a small window in which the directory will not be cleaned:
15052 # after its creation but before its name has been assigned to `$tmp'.
15053 $debug ||
15054 {
15055 tmp= ac_tmp=
15056 trap 'exit_status=$?
15057 : "${ac_tmp:=$tmp}"
15058 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15059 ' 0
15060 trap 'as_fn_exit 1' 1 2 13 15
15061 }
15062 # Create a (secure) tmp directory for tmp files.
15063
15064 {
15065 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15066 test -d "$tmp"
15067 } ||
15068 {
15069 tmp=./conf$$-$RANDOM
15070 (umask 077 && mkdir "$tmp")
15071 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15072 ac_tmp=$tmp
15073
15074 # Set up the scripts for CONFIG_FILES section.
15075 # No need to generate them if there are no CONFIG_FILES.
15076 # This happens for instance with `./config.status config.h'.
15077 if test -n "$CONFIG_FILES"; then
15078
15079
15080 ac_cr=`echo X | tr X '\015'`
15081 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15082 # But we know of no other shell where ac_cr would be empty at this
15083 # point, so we can use a bashism as a fallback.
15084 if test "x$ac_cr" = x; then
15085 eval ac_cr=\$\'\\r\'
15086 fi
15087 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15088 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15089 ac_cs_awk_cr='\\r'
15090 else
15091 ac_cs_awk_cr=$ac_cr
15092 fi
15093
15094 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15095 _ACEOF
15096
15097
15098 {
15099 echo "cat >conf$$subs.awk <<_ACEOF" &&
15100 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15101 echo "_ACEOF"
15102 } >conf$$subs.sh ||
15103 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15104 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15105 ac_delim='%!_!# '
15106 for ac_last_try in false false false false false :; do
15107 . ./conf$$subs.sh ||
15108 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15109
15110 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15111 if test $ac_delim_n = $ac_delim_num; then
15112 break
15113 elif $ac_last_try; then
15114 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15115 else
15116 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15117 fi
15118 done
15119 rm -f conf$$subs.sh
15120
15121 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15122 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15123 _ACEOF
15124 sed -n '
15125 h
15126 s/^/S["/; s/!.*/"]=/
15127 p
15128 g
15129 s/^[^!]*!//
15130 :repl
15131 t repl
15132 s/'"$ac_delim"'$//
15133 t delim
15134 :nl
15135 h
15136 s/\(.\{148\}\)..*/\1/
15137 t more1
15138 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15139 p
15140 n
15141 b repl
15142 :more1
15143 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15144 p
15145 g
15146 s/.\{148\}//
15147 t nl
15148 :delim
15149 h
15150 s/\(.\{148\}\)..*/\1/
15151 t more2
15152 s/["\\]/\\&/g; s/^/"/; s/$/"/
15153 p
15154 b
15155 :more2
15156 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15157 p
15158 g
15159 s/.\{148\}//
15160 t delim
15161 ' <conf$$subs.awk | sed '
15162 /^[^""]/{
15163 N
15164 s/\n//
15165 }
15166 ' >>$CONFIG_STATUS || ac_write_fail=1
15167 rm -f conf$$subs.awk
15168 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15169 _ACAWK
15170 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15171 for (key in S) S_is_set[key] = 1
15172 FS = "\a"
15173
15174 }
15175 {
15176 line = $ 0
15177 nfields = split(line, field, "@")
15178 substed = 0
15179 len = length(field[1])
15180 for (i = 2; i < nfields; i++) {
15181 key = field[i]
15182 keylen = length(key)
15183 if (S_is_set[key]) {
15184 value = S[key]
15185 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15186 len += length(value) + length(field[++i])
15187 substed = 1
15188 } else
15189 len += 1 + keylen
15190 }
15191
15192 print line
15193 }
15194
15195 _ACAWK
15196 _ACEOF
15197 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15198 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15199 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15200 else
15201 cat
15202 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15203 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15204 _ACEOF
15205
15206 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15207 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15208 # trailing colons and then remove the whole line if VPATH becomes empty
15209 # (actually we leave an empty line to preserve line numbers).
15210 if test "x$srcdir" = x.; then
15211 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15212 h
15213 s///
15214 s/^/:/
15215 s/[ ]*$/:/
15216 s/:\$(srcdir):/:/g
15217 s/:\${srcdir}:/:/g
15218 s/:@srcdir@:/:/g
15219 s/^:*//
15220 s/:*$//
15221 x
15222 s/\(=[ ]*\).*/\1/
15223 G
15224 s/\n//
15225 s/^[^=]*=[ ]*$//
15226 }'
15227 fi
15228
15229 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15230 fi # test -n "$CONFIG_FILES"
15231
15232 # Set up the scripts for CONFIG_HEADERS section.
15233 # No need to generate them if there are no CONFIG_HEADERS.
15234 # This happens for instance with `./config.status Makefile'.
15235 if test -n "$CONFIG_HEADERS"; then
15236 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15237 BEGIN {
15238 _ACEOF
15239
15240 # Transform confdefs.h into an awk script `defines.awk', embedded as
15241 # here-document in config.status, that substitutes the proper values into
15242 # config.h.in to produce config.h.
15243
15244 # Create a delimiter string that does not exist in confdefs.h, to ease
15245 # handling of long lines.
15246 ac_delim='%!_!# '
15247 for ac_last_try in false false :; do
15248 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15249 if test -z "$ac_tt"; then
15250 break
15251 elif $ac_last_try; then
15252 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15253 else
15254 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15255 fi
15256 done
15257
15258 # For the awk script, D is an array of macro values keyed by name,
15259 # likewise P contains macro parameters if any. Preserve backslash
15260 # newline sequences.
15261
15262 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15263 sed -n '
15264 s/.\{148\}/&'"$ac_delim"'/g
15265 t rset
15266 :rset
15267 s/^[ ]*#[ ]*define[ ][ ]*/ /
15268 t def
15269 d
15270 :def
15271 s/\\$//
15272 t bsnl
15273 s/["\\]/\\&/g
15274 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15275 D["\1"]=" \3"/p
15276 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15277 d
15278 :bsnl
15279 s/["\\]/\\&/g
15280 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15281 D["\1"]=" \3\\\\\\n"\\/p
15282 t cont
15283 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15284 t cont
15285 d
15286 :cont
15287 n
15288 s/.\{148\}/&'"$ac_delim"'/g
15289 t clear
15290 :clear
15291 s/\\$//
15292 t bsnlc
15293 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15294 d
15295 :bsnlc
15296 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15297 b cont
15298 ' <confdefs.h | sed '
15299 s/'"$ac_delim"'/"\\\
15300 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15301
15302 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15303 for (key in D) D_is_set[key] = 1
15304 FS = "\a"
15305 }
15306 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15307 line = \$ 0
15308 split(line, arg, " ")
15309 if (arg[1] == "#") {
15310 defundef = arg[2]
15311 mac1 = arg[3]
15312 } else {
15313 defundef = substr(arg[1], 2)
15314 mac1 = arg[2]
15315 }
15316 split(mac1, mac2, "(") #)
15317 macro = mac2[1]
15318 prefix = substr(line, 1, index(line, defundef) - 1)
15319 if (D_is_set[macro]) {
15320 # Preserve the white space surrounding the "#".
15321 print prefix "define", macro P[macro] D[macro]
15322 next
15323 } else {
15324 # Replace #undef with comments. This is necessary, for example,
15325 # in the case of _POSIX_SOURCE, which is predefined and required
15326 # on some systems where configure will not decide to define it.
15327 if (defundef == "undef") {
15328 print "/*", prefix defundef, macro, "*/"
15329 next
15330 }
15331 }
15332 }
15333 { print }
15334 _ACAWK
15335 _ACEOF
15336 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15337 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15338 fi # test -n "$CONFIG_HEADERS"
15339
15340
15341 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15342 shift
15343 for ac_tag
15344 do
15345 case $ac_tag in
15346 :[FHLC]) ac_mode=$ac_tag; continue;;
15347 esac
15348 case $ac_mode$ac_tag in
15349 :[FHL]*:*);;
15350 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15351 :[FH]-) ac_tag=-:-;;
15352 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15353 esac
15354 ac_save_IFS=$IFS
15355 IFS=:
15356 set x $ac_tag
15357 IFS=$ac_save_IFS
15358 shift
15359 ac_file=$1
15360 shift
15361
15362 case $ac_mode in
15363 :L) ac_source=$1;;
15364 :[FH])
15365 ac_file_inputs=
15366 for ac_f
15367 do
15368 case $ac_f in
15369 -) ac_f="$ac_tmp/stdin";;
15370 *) # Look for the file first in the build tree, then in the source tree
15371 # (if the path is not absolute). The absolute path cannot be DOS-style,
15372 # because $ac_f cannot contain `:'.
15373 test -f "$ac_f" ||
15374 case $ac_f in
15375 [\\/$]*) false;;
15376 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15377 esac ||
15378 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15379 esac
15380 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15381 as_fn_append ac_file_inputs " '$ac_f'"
15382 done
15383
15384 # Let's still pretend it is `configure' which instantiates (i.e., don't
15385 # use $as_me), people would be surprised to read:
15386 # /* config.h. Generated by config.status. */
15387 configure_input='Generated from '`
15388 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15389 `' by configure.'
15390 if test x"$ac_file" != x-; then
15391 configure_input="$ac_file. $configure_input"
15392 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15393 $as_echo "$as_me: creating $ac_file" >&6;}
15394 fi
15395 # Neutralize special characters interpreted by sed in replacement strings.
15396 case $configure_input in #(
15397 *\&* | *\|* | *\\* )
15398 ac_sed_conf_input=`$as_echo "$configure_input" |
15399 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15400 *) ac_sed_conf_input=$configure_input;;
15401 esac
15402
15403 case $ac_tag in
15404 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15405 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15406 esac
15407 ;;
15408 esac
15409
15410 ac_dir=`$as_dirname -- "$ac_file" ||
15411 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15412 X"$ac_file" : 'X\(//\)[^/]' \| \
15413 X"$ac_file" : 'X\(//\)$' \| \
15414 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15415 $as_echo X"$ac_file" |
15416 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15417 s//\1/
15418 q
15419 }
15420 /^X\(\/\/\)[^/].*/{
15421 s//\1/
15422 q
15423 }
15424 /^X\(\/\/\)$/{
15425 s//\1/
15426 q
15427 }
15428 /^X\(\/\).*/{
15429 s//\1/
15430 q
15431 }
15432 s/.*/./; q'`
15433 as_dir="$ac_dir"; as_fn_mkdir_p
15434 ac_builddir=.
15435
15436 case "$ac_dir" in
15437 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15438 *)
15439 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15440 # A ".." for each directory in $ac_dir_suffix.
15441 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15442 case $ac_top_builddir_sub in
15443 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15444 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15445 esac ;;
15446 esac
15447 ac_abs_top_builddir=$ac_pwd
15448 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15449 # for backward compatibility:
15450 ac_top_builddir=$ac_top_build_prefix
15451
15452 case $srcdir in
15453 .) # We are building in place.
15454 ac_srcdir=.
15455 ac_top_srcdir=$ac_top_builddir_sub
15456 ac_abs_top_srcdir=$ac_pwd ;;
15457 [\\/]* | ?:[\\/]* ) # Absolute name.
15458 ac_srcdir=$srcdir$ac_dir_suffix;
15459 ac_top_srcdir=$srcdir
15460 ac_abs_top_srcdir=$srcdir ;;
15461 *) # Relative name.
15462 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15463 ac_top_srcdir=$ac_top_build_prefix$srcdir
15464 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15465 esac
15466 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15467
15468
15469 case $ac_mode in
15470 :F)
15471 #
15472 # CONFIG_FILE
15473 #
15474
15475 case $INSTALL in
15476 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15477 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15478 esac
15479 ac_MKDIR_P=$MKDIR_P
15480 case $MKDIR_P in
15481 [\\/$]* | ?:[\\/]* ) ;;
15482 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15483 esac
15484 _ACEOF
15485
15486 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15487 # If the template does not know about datarootdir, expand it.
15488 # FIXME: This hack should be removed a few years after 2.60.
15489 ac_datarootdir_hack=; ac_datarootdir_seen=
15490 ac_sed_dataroot='
15491 /datarootdir/ {
15492 p
15493 q
15494 }
15495 /@datadir@/p
15496 /@docdir@/p
15497 /@infodir@/p
15498 /@localedir@/p
15499 /@mandir@/p'
15500 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15501 *datarootdir*) ac_datarootdir_seen=yes;;
15502 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15503 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15504 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15505 _ACEOF
15506 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15507 ac_datarootdir_hack='
15508 s&@datadir@&$datadir&g
15509 s&@docdir@&$docdir&g
15510 s&@infodir@&$infodir&g
15511 s&@localedir@&$localedir&g
15512 s&@mandir@&$mandir&g
15513 s&\\\${datarootdir}&$datarootdir&g' ;;
15514 esac
15515 _ACEOF
15516
15517 # Neutralize VPATH when `$srcdir' = `.'.
15518 # Shell code in configure.ac might set extrasub.
15519 # FIXME: do we really want to maintain this feature?
15520 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15521 ac_sed_extra="$ac_vpsub
15522 $extrasub
15523 _ACEOF
15524 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15525 :t
15526 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15527 s|@configure_input@|$ac_sed_conf_input|;t t
15528 s&@top_builddir@&$ac_top_builddir_sub&;t t
15529 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15530 s&@srcdir@&$ac_srcdir&;t t
15531 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15532 s&@top_srcdir@&$ac_top_srcdir&;t t
15533 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15534 s&@builddir@&$ac_builddir&;t t
15535 s&@abs_builddir@&$ac_abs_builddir&;t t
15536 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15537 s&@INSTALL@&$ac_INSTALL&;t t
15538 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15539 $ac_datarootdir_hack
15540 "
15541 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15542 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15543
15544 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15545 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15546 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15547 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15548 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15549 which seems to be undefined. Please make sure it is defined" >&5
15550 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15551 which seems to be undefined. Please make sure it is defined" >&2;}
15552
15553 rm -f "$ac_tmp/stdin"
15554 case $ac_file in
15555 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15556 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15557 esac \
15558 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15559 ;;
15560 :H)
15561 #
15562 # CONFIG_HEADER
15563 #
15564 if test x"$ac_file" != x-; then
15565 {
15566 $as_echo "/* $configure_input */" \
15567 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15568 } >"$ac_tmp/config.h" \
15569 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15570 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15572 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15573 else
15574 rm -f "$ac_file"
15575 mv "$ac_tmp/config.h" "$ac_file" \
15576 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15577 fi
15578 else
15579 $as_echo "/* $configure_input */" \
15580 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15581 || as_fn_error $? "could not create -" "$LINENO" 5
15582 fi
15583 # Compute "$ac_file"'s index in $config_headers.
15584 _am_arg="$ac_file"
15585 _am_stamp_count=1
15586 for _am_header in $config_headers :; do
15587 case $_am_header in
15588 $_am_arg | $_am_arg:* )
15589 break ;;
15590 * )
15591 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15592 esac
15593 done
15594 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15595 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15596 X"$_am_arg" : 'X\(//\)[^/]' \| \
15597 X"$_am_arg" : 'X\(//\)$' \| \
15598 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15599 $as_echo X"$_am_arg" |
15600 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15601 s//\1/
15602 q
15603 }
15604 /^X\(\/\/\)[^/].*/{
15605 s//\1/
15606 q
15607 }
15608 /^X\(\/\/\)$/{
15609 s//\1/
15610 q
15611 }
15612 /^X\(\/\).*/{
15613 s//\1/
15614 q
15615 }
15616 s/.*/./; q'`/stamp-h$_am_stamp_count
15617 ;;
15618
15619 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15620 $as_echo "$as_me: executing $ac_file commands" >&6;}
15621 ;;
15622 esac
15623
15624
15625 case $ac_file$ac_mode in
15626 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15627 # Older Autoconf quotes --file arguments for eval, but not when files
15628 # are listed without --file. Let's play safe and only enable the eval
15629 # if we detect the quoting.
15630 case $CONFIG_FILES in
15631 *\'*) eval set x "$CONFIG_FILES" ;;
15632 *) set x $CONFIG_FILES ;;
15633 esac
15634 shift
15635 for mf
15636 do
15637 # Strip MF so we end up with the name of the file.
15638 mf=`echo "$mf" | sed -e 's/:.*$//'`
15639 # Check whether this is an Automake generated Makefile or not.
15640 # We used to match only the files named 'Makefile.in', but
15641 # some people rename them; so instead we look at the file content.
15642 # Grep'ing the first line is not enough: some people post-process
15643 # each Makefile.in and add a new line on top of each file to say so.
15644 # Grep'ing the whole file is not good either: AIX grep has a line
15645 # limit of 2048, but all sed's we know have understand at least 4000.
15646 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15647 dirpart=`$as_dirname -- "$mf" ||
15648 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15649 X"$mf" : 'X\(//\)[^/]' \| \
15650 X"$mf" : 'X\(//\)$' \| \
15651 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15652 $as_echo X"$mf" |
15653 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15654 s//\1/
15655 q
15656 }
15657 /^X\(\/\/\)[^/].*/{
15658 s//\1/
15659 q
15660 }
15661 /^X\(\/\/\)$/{
15662 s//\1/
15663 q
15664 }
15665 /^X\(\/\).*/{
15666 s//\1/
15667 q
15668 }
15669 s/.*/./; q'`
15670 else
15671 continue
15672 fi
15673 # Extract the definition of DEPDIR, am__include, and am__quote
15674 # from the Makefile without running 'make'.
15675 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15676 test -z "$DEPDIR" && continue
15677 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15678 test -z "$am__include" && continue
15679 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15680 # Find all dependency output files, they are included files with
15681 # $(DEPDIR) in their names. We invoke sed twice because it is the
15682 # simplest approach to changing $(DEPDIR) to its actual value in the
15683 # expansion.
15684 for file in `sed -n "
15685 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15686 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15687 # Make sure the directory exists.
15688 test -f "$dirpart/$file" && continue
15689 fdir=`$as_dirname -- "$file" ||
15690 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15691 X"$file" : 'X\(//\)[^/]' \| \
15692 X"$file" : 'X\(//\)$' \| \
15693 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15694 $as_echo X"$file" |
15695 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15696 s//\1/
15697 q
15698 }
15699 /^X\(\/\/\)[^/].*/{
15700 s//\1/
15701 q
15702 }
15703 /^X\(\/\/\)$/{
15704 s//\1/
15705 q
15706 }
15707 /^X\(\/\).*/{
15708 s//\1/
15709 q
15710 }
15711 s/.*/./; q'`
15712 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15713 # echo "creating $dirpart/$file"
15714 echo '# dummy' > "$dirpart/$file"
15715 done
15716 done
15717 }
15718 ;;
15719 "libtool":C)
15720
15721 # See if we are running on zsh, and set the options which allow our
15722 # commands through without removal of \ escapes.
15723 if test -n "${ZSH_VERSION+set}" ; then
15724 setopt NO_GLOB_SUBST
15725 fi
15726
15727 cfgfile="${ofile}T"
15728 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15729 $RM "$cfgfile"
15730
15731 cat <<_LT_EOF >> "$cfgfile"
15732 #! $SHELL
15733
15734 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15735 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15736 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15737 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15738 #
15739 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15740 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15741 # Written by Gordon Matzigkeit, 1996
15742 #
15743 # This file is part of GNU Libtool.
15744 #
15745 # GNU Libtool is free software; you can redistribute it and/or
15746 # modify it under the terms of the GNU General Public License as
15747 # published by the Free Software Foundation; either version 2 of
15748 # the License, or (at your option) any later version.
15749 #
15750 # As a special exception to the GNU General Public License,
15751 # if you distribute this file as part of a program or library that
15752 # is built using GNU Libtool, you may include this file under the
15753 # same distribution terms that you use for the rest of that program.
15754 #
15755 # GNU Libtool is distributed in the hope that it will be useful,
15756 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15757 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15758 # GNU General Public License for more details.
15759 #
15760 # You should have received a copy of the GNU General Public License
15761 # along with GNU Libtool; see the file COPYING. If not, a copy
15762 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15763 # obtained by writing to the Free Software Foundation, Inc.,
15764 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15765
15766
15767 # The names of the tagged configurations supported by this script.
15768 available_tags=""
15769
15770 # ### BEGIN LIBTOOL CONFIG
15771
15772 # Which release of libtool.m4 was used?
15773 macro_version=$macro_version
15774 macro_revision=$macro_revision
15775
15776 # Whether or not to build shared libraries.
15777 build_libtool_libs=$enable_shared
15778
15779 # Whether or not to build static libraries.
15780 build_old_libs=$enable_static
15781
15782 # What type of objects to build.
15783 pic_mode=$pic_mode
15784
15785 # Whether or not to optimize for fast installation.
15786 fast_install=$enable_fast_install
15787
15788 # Shell to use when invoking shell scripts.
15789 SHELL=$lt_SHELL
15790
15791 # An echo program that protects backslashes.
15792 ECHO=$lt_ECHO
15793
15794 # The host system.
15795 host_alias=$host_alias
15796 host=$host
15797 host_os=$host_os
15798
15799 # The build system.
15800 build_alias=$build_alias
15801 build=$build
15802 build_os=$build_os
15803
15804 # A sed program that does not truncate output.
15805 SED=$lt_SED
15806
15807 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15808 Xsed="\$SED -e 1s/^X//"
15809
15810 # A grep program that handles long lines.
15811 GREP=$lt_GREP
15812
15813 # An ERE matcher.
15814 EGREP=$lt_EGREP
15815
15816 # A literal string matcher.
15817 FGREP=$lt_FGREP
15818
15819 # A BSD- or MS-compatible name lister.
15820 NM=$lt_NM
15821
15822 # Whether we need soft or hard links.
15823 LN_S=$lt_LN_S
15824
15825 # What is the maximum length of a command?
15826 max_cmd_len=$max_cmd_len
15827
15828 # Object file suffix (normally "o").
15829 objext=$ac_objext
15830
15831 # Executable file suffix (normally "").
15832 exeext=$exeext
15833
15834 # whether the shell understands "unset".
15835 lt_unset=$lt_unset
15836
15837 # turn spaces into newlines.
15838 SP2NL=$lt_lt_SP2NL
15839
15840 # turn newlines into spaces.
15841 NL2SP=$lt_lt_NL2SP
15842
15843 # An object symbol dumper.
15844 OBJDUMP=$lt_OBJDUMP
15845
15846 # Method to check whether dependent libraries are shared objects.
15847 deplibs_check_method=$lt_deplibs_check_method
15848
15849 # Command to use when deplibs_check_method == "file_magic".
15850 file_magic_cmd=$lt_file_magic_cmd
15851
15852 # The archiver.
15853 AR=$lt_AR
15854 AR_FLAGS=$lt_AR_FLAGS
15855
15856 # A symbol stripping program.
15857 STRIP=$lt_STRIP
15858
15859 # Commands used to install an old-style archive.
15860 RANLIB=$lt_RANLIB
15861 old_postinstall_cmds=$lt_old_postinstall_cmds
15862 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15863
15864 # Whether to use a lock for old archive extraction.
15865 lock_old_archive_extraction=$lock_old_archive_extraction
15866
15867 # A C compiler.
15868 LTCC=$lt_CC
15869
15870 # LTCC compiler flags.
15871 LTCFLAGS=$lt_CFLAGS
15872
15873 # Take the output of nm and produce a listing of raw symbols and C names.
15874 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15875
15876 # Transform the output of nm in a proper C declaration.
15877 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15878
15879 # Transform the output of nm in a C name address pair.
15880 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15881
15882 # Transform the output of nm in a C name address pair when lib prefix is needed.
15883 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15884
15885 # The name of the directory that contains temporary libtool files.
15886 objdir=$objdir
15887
15888 # Used to examine libraries when file_magic_cmd begins with "file".
15889 MAGIC_CMD=$MAGIC_CMD
15890
15891 # Must we lock files when doing compilation?
15892 need_locks=$lt_need_locks
15893
15894 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15895 DSYMUTIL=$lt_DSYMUTIL
15896
15897 # Tool to change global to local symbols on Mac OS X.
15898 NMEDIT=$lt_NMEDIT
15899
15900 # Tool to manipulate fat objects and archives on Mac OS X.
15901 LIPO=$lt_LIPO
15902
15903 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15904 OTOOL=$lt_OTOOL
15905
15906 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15907 OTOOL64=$lt_OTOOL64
15908
15909 # Old archive suffix (normally "a").
15910 libext=$libext
15911
15912 # Shared library suffix (normally ".so").
15913 shrext_cmds=$lt_shrext_cmds
15914
15915 # The commands to extract the exported symbol list from a shared archive.
15916 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15917
15918 # Variables whose values should be saved in libtool wrapper scripts and
15919 # restored at link time.
15920 variables_saved_for_relink=$lt_variables_saved_for_relink
15921
15922 # Do we need the "lib" prefix for modules?
15923 need_lib_prefix=$need_lib_prefix
15924
15925 # Do we need a version for libraries?
15926 need_version=$need_version
15927
15928 # Library versioning type.
15929 version_type=$version_type
15930
15931 # Shared library runtime path variable.
15932 runpath_var=$runpath_var
15933
15934 # Shared library path variable.
15935 shlibpath_var=$shlibpath_var
15936
15937 # Is shlibpath searched before the hard-coded library search path?
15938 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15939
15940 # Format of library name prefix.
15941 libname_spec=$lt_libname_spec
15942
15943 # List of archive names. First name is the real one, the rest are links.
15944 # The last name is the one that the linker finds with -lNAME
15945 library_names_spec=$lt_library_names_spec
15946
15947 # The coded name of the library, if different from the real name.
15948 soname_spec=$lt_soname_spec
15949
15950 # Permission mode override for installation of shared libraries.
15951 install_override_mode=$lt_install_override_mode
15952
15953 # Command to use after installation of a shared archive.
15954 postinstall_cmds=$lt_postinstall_cmds
15955
15956 # Command to use after uninstallation of a shared archive.
15957 postuninstall_cmds=$lt_postuninstall_cmds
15958
15959 # Commands used to finish a libtool library installation in a directory.
15960 finish_cmds=$lt_finish_cmds
15961
15962 # As "finish_cmds", except a single script fragment to be evaled but
15963 # not shown.
15964 finish_eval=$lt_finish_eval
15965
15966 # Whether we should hardcode library paths into libraries.
15967 hardcode_into_libs=$hardcode_into_libs
15968
15969 # Compile-time system search path for libraries.
15970 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15971
15972 # Run-time system search path for libraries.
15973 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15974
15975 # Whether dlopen is supported.
15976 dlopen_support=$enable_dlopen
15977
15978 # Whether dlopen of programs is supported.
15979 dlopen_self=$enable_dlopen_self
15980
15981 # Whether dlopen of statically linked programs is supported.
15982 dlopen_self_static=$enable_dlopen_self_static
15983
15984 # Commands to strip libraries.
15985 old_striplib=$lt_old_striplib
15986 striplib=$lt_striplib
15987
15988
15989 # The linker used to build libraries.
15990 LD=$lt_LD
15991
15992 # How to create reloadable object files.
15993 reload_flag=$lt_reload_flag
15994 reload_cmds=$lt_reload_cmds
15995
15996 # Commands used to build an old-style archive.
15997 old_archive_cmds=$lt_old_archive_cmds
15998
15999 # A language specific compiler.
16000 CC=$lt_compiler
16001
16002 # Is the compiler the GNU compiler?
16003 with_gcc=$GCC
16004
16005 # Compiler flag to turn off builtin functions.
16006 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16007
16008 # How to pass a linker flag through the compiler.
16009 wl=$lt_lt_prog_compiler_wl
16010
16011 # Additional compiler flags for building library objects.
16012 pic_flag=$lt_lt_prog_compiler_pic
16013
16014 # Compiler flag to prevent dynamic linking.
16015 link_static_flag=$lt_lt_prog_compiler_static
16016
16017 # Does compiler simultaneously support -c and -o options?
16018 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16019
16020 # Whether or not to add -lc for building shared libraries.
16021 build_libtool_need_lc=$archive_cmds_need_lc
16022
16023 # Whether or not to disallow shared libs when runtime libs are static.
16024 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16025
16026 # Compiler flag to allow reflexive dlopens.
16027 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16028
16029 # Compiler flag to generate shared objects directly from archives.
16030 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16031
16032 # Whether the compiler copes with passing no objects directly.
16033 compiler_needs_object=$lt_compiler_needs_object
16034
16035 # Create an old-style archive from a shared archive.
16036 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16037
16038 # Create a temporary old-style archive to link instead of a shared archive.
16039 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16040
16041 # Commands used to build a shared archive.
16042 archive_cmds=$lt_archive_cmds
16043 archive_expsym_cmds=$lt_archive_expsym_cmds
16044
16045 # Commands used to build a loadable module if different from building
16046 # a shared archive.
16047 module_cmds=$lt_module_cmds
16048 module_expsym_cmds=$lt_module_expsym_cmds
16049
16050 # Whether we are building with GNU ld or not.
16051 with_gnu_ld=$lt_with_gnu_ld
16052
16053 # Flag that allows shared libraries with undefined symbols to be built.
16054 allow_undefined_flag=$lt_allow_undefined_flag
16055
16056 # Flag that enforces no undefined symbols.
16057 no_undefined_flag=$lt_no_undefined_flag
16058
16059 # Flag to hardcode \$libdir into a binary during linking.
16060 # This must work even if \$libdir does not exist
16061 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16062
16063 # If ld is used when linking, flag to hardcode \$libdir into a binary
16064 # during linking. This must work even if \$libdir does not exist.
16065 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16066
16067 # Whether we need a single "-rpath" flag with a separated argument.
16068 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16069
16070 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16071 # DIR into the resulting binary.
16072 hardcode_direct=$hardcode_direct
16073
16074 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16075 # DIR into the resulting binary and the resulting library dependency is
16076 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16077 # library is relocated.
16078 hardcode_direct_absolute=$hardcode_direct_absolute
16079
16080 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16081 # into the resulting binary.
16082 hardcode_minus_L=$hardcode_minus_L
16083
16084 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16085 # into the resulting binary.
16086 hardcode_shlibpath_var=$hardcode_shlibpath_var
16087
16088 # Set to "yes" if building a shared library automatically hardcodes DIR
16089 # into the library and all subsequent libraries and executables linked
16090 # against it.
16091 hardcode_automatic=$hardcode_automatic
16092
16093 # Set to yes if linker adds runtime paths of dependent libraries
16094 # to runtime path list.
16095 inherit_rpath=$inherit_rpath
16096
16097 # Whether libtool must link a program against all its dependency libraries.
16098 link_all_deplibs=$link_all_deplibs
16099
16100 # Fix the shell variable \$srcfile for the compiler.
16101 fix_srcfile_path=$lt_fix_srcfile_path
16102
16103 # Set to "yes" if exported symbols are required.
16104 always_export_symbols=$always_export_symbols
16105
16106 # The commands to list exported symbols.
16107 export_symbols_cmds=$lt_export_symbols_cmds
16108
16109 # Symbols that should not be listed in the preloaded symbols.
16110 exclude_expsyms=$lt_exclude_expsyms
16111
16112 # Symbols that must always be exported.
16113 include_expsyms=$lt_include_expsyms
16114
16115 # Commands necessary for linking programs (against libraries) with templates.
16116 prelink_cmds=$lt_prelink_cmds
16117
16118 # Specify filename containing input files.
16119 file_list_spec=$lt_file_list_spec
16120
16121 # How to hardcode a shared library path into an executable.
16122 hardcode_action=$hardcode_action
16123
16124 # ### END LIBTOOL CONFIG
16125
16126 _LT_EOF
16127
16128 case $host_os in
16129 aix3*)
16130 cat <<\_LT_EOF >> "$cfgfile"
16131 # AIX sometimes has problems with the GCC collect2 program. For some
16132 # reason, if we set the COLLECT_NAMES environment variable, the problems
16133 # vanish in a puff of smoke.
16134 if test "X${COLLECT_NAMES+set}" != Xset; then
16135 COLLECT_NAMES=
16136 export COLLECT_NAMES
16137 fi
16138 _LT_EOF
16139 ;;
16140 esac
16141
16142
16143 ltmain="$ac_aux_dir/ltmain.sh"
16144
16145
16146 # We use sed instead of cat because bash on DJGPP gets confused if
16147 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16148 # text mode, it properly converts lines to CR/LF. This bash problem
16149 # is reportedly fixed, but why not run on old versions too?
16150 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16151 || (rm -f "$cfgfile"; exit 1)
16152
16153 case $xsi_shell in
16154 yes)
16155 cat << \_LT_EOF >> "$cfgfile"
16156
16157 # func_dirname file append nondir_replacement
16158 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16159 # otherwise set result to NONDIR_REPLACEMENT.
16160 func_dirname ()
16161 {
16162 case ${1} in
16163 */*) func_dirname_result="${1%/*}${2}" ;;
16164 * ) func_dirname_result="${3}" ;;
16165 esac
16166 }
16167
16168 # func_basename file
16169 func_basename ()
16170 {
16171 func_basename_result="${1##*/}"
16172 }
16173
16174 # func_dirname_and_basename file append nondir_replacement
16175 # perform func_basename and func_dirname in a single function
16176 # call:
16177 # dirname: Compute the dirname of FILE. If nonempty,
16178 # add APPEND to the result, otherwise set result
16179 # to NONDIR_REPLACEMENT.
16180 # value returned in "$func_dirname_result"
16181 # basename: Compute filename of FILE.
16182 # value retuned in "$func_basename_result"
16183 # Implementation must be kept synchronized with func_dirname
16184 # and func_basename. For efficiency, we do not delegate to
16185 # those functions but instead duplicate the functionality here.
16186 func_dirname_and_basename ()
16187 {
16188 case ${1} in
16189 */*) func_dirname_result="${1%/*}${2}" ;;
16190 * ) func_dirname_result="${3}" ;;
16191 esac
16192 func_basename_result="${1##*/}"
16193 }
16194
16195 # func_stripname prefix suffix name
16196 # strip PREFIX and SUFFIX off of NAME.
16197 # PREFIX and SUFFIX must not contain globbing or regex special
16198 # characters, hashes, percent signs, but SUFFIX may contain a leading
16199 # dot (in which case that matches only a dot).
16200 func_stripname ()
16201 {
16202 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16203 # positional parameters, so assign one to ordinary parameter first.
16204 func_stripname_result=${3}
16205 func_stripname_result=${func_stripname_result#"${1}"}
16206 func_stripname_result=${func_stripname_result%"${2}"}
16207 }
16208
16209 # func_opt_split
16210 func_opt_split ()
16211 {
16212 func_opt_split_opt=${1%%=*}
16213 func_opt_split_arg=${1#*=}
16214 }
16215
16216 # func_lo2o object
16217 func_lo2o ()
16218 {
16219 case ${1} in
16220 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16221 *) func_lo2o_result=${1} ;;
16222 esac
16223 }
16224
16225 # func_xform libobj-or-source
16226 func_xform ()
16227 {
16228 func_xform_result=${1%.*}.lo
16229 }
16230
16231 # func_arith arithmetic-term...
16232 func_arith ()
16233 {
16234 func_arith_result=$(( $* ))
16235 }
16236
16237 # func_len string
16238 # STRING may not start with a hyphen.
16239 func_len ()
16240 {
16241 func_len_result=${#1}
16242 }
16243
16244 _LT_EOF
16245 ;;
16246 *) # Bourne compatible functions.
16247 cat << \_LT_EOF >> "$cfgfile"
16248
16249 # func_dirname file append nondir_replacement
16250 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16251 # otherwise set result to NONDIR_REPLACEMENT.
16252 func_dirname ()
16253 {
16254 # Extract subdirectory from the argument.
16255 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16256 if test "X$func_dirname_result" = "X${1}"; then
16257 func_dirname_result="${3}"
16258 else
16259 func_dirname_result="$func_dirname_result${2}"
16260 fi
16261 }
16262
16263 # func_basename file
16264 func_basename ()
16265 {
16266 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16267 }
16268
16269
16270 # func_stripname prefix suffix name
16271 # strip PREFIX and SUFFIX off of NAME.
16272 # PREFIX and SUFFIX must not contain globbing or regex special
16273 # characters, hashes, percent signs, but SUFFIX may contain a leading
16274 # dot (in which case that matches only a dot).
16275 # func_strip_suffix prefix name
16276 func_stripname ()
16277 {
16278 case ${2} in
16279 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16280 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16281 esac
16282 }
16283
16284 # sed scripts:
16285 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16286 my_sed_long_arg='1s/^-[^=]*=//'
16287
16288 # func_opt_split
16289 func_opt_split ()
16290 {
16291 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16292 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16293 }
16294
16295 # func_lo2o object
16296 func_lo2o ()
16297 {
16298 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16299 }
16300
16301 # func_xform libobj-or-source
16302 func_xform ()
16303 {
16304 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16305 }
16306
16307 # func_arith arithmetic-term...
16308 func_arith ()
16309 {
16310 func_arith_result=`expr "$@"`
16311 }
16312
16313 # func_len string
16314 # STRING may not start with a hyphen.
16315 func_len ()
16316 {
16317 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16318 }
16319
16320 _LT_EOF
16321 esac
16322
16323 case $lt_shell_append in
16324 yes)
16325 cat << \_LT_EOF >> "$cfgfile"
16326
16327 # func_append var value
16328 # Append VALUE to the end of shell variable VAR.
16329 func_append ()
16330 {
16331 eval "$1+=\$2"
16332 }
16333 _LT_EOF
16334 ;;
16335 *)
16336 cat << \_LT_EOF >> "$cfgfile"
16337
16338 # func_append var value
16339 # Append VALUE to the end of shell variable VAR.
16340 func_append ()
16341 {
16342 eval "$1=\$$1\$2"
16343 }
16344
16345 _LT_EOF
16346 ;;
16347 esac
16348
16349
16350 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16351 || (rm -f "$cfgfile"; exit 1)
16352
16353 mv -f "$cfgfile" "$ofile" ||
16354 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16355 chmod +x "$ofile"
16356
16357 ;;
16358 "default-1":C)
16359 for ac_file in $CONFIG_FILES; do
16360 # Support "outfile[:infile[:infile...]]"
16361 case "$ac_file" in
16362 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16363 esac
16364 # PO directories have a Makefile.in generated from Makefile.in.in.
16365 case "$ac_file" in */Makefile.in)
16366 # Adjust a relative srcdir.
16367 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16368 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16369 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16370 # In autoconf-2.13 it is called $ac_given_srcdir.
16371 # In autoconf-2.50 it is called $srcdir.
16372 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16373 case "$ac_given_srcdir" in
16374 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16375 /*) top_srcdir="$ac_given_srcdir" ;;
16376 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16377 esac
16378 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16379 rm -f "$ac_dir/POTFILES"
16380 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16381 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16382 POMAKEFILEDEPS="POTFILES.in"
16383 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16384 # on $ac_dir but don't depend on user-specified configuration
16385 # parameters.
16386 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16387 # The LINGUAS file contains the set of available languages.
16388 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16389 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16390 fi
16391 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16392 # Hide the ALL_LINGUAS assigment from automake.
16393 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16394 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16395 else
16396 # The set of available languages was given in configure.ac.
16397 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16398 fi
16399 case "$ac_given_srcdir" in
16400 .) srcdirpre= ;;
16401 *) srcdirpre='$(srcdir)/' ;;
16402 esac
16403 POFILES=
16404 GMOFILES=
16405 UPDATEPOFILES=
16406 DUMMYPOFILES=
16407 for lang in $ALL_LINGUAS; do
16408 POFILES="$POFILES $srcdirpre$lang.po"
16409 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16410 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16411 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16412 done
16413 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16414 # environment variable.
16415 INST_LINGUAS=
16416 if test -n "$ALL_LINGUAS"; then
16417 for presentlang in $ALL_LINGUAS; do
16418 useit=no
16419 if test "%UNSET%" != "$LINGUAS"; then
16420 desiredlanguages="$LINGUAS"
16421 else
16422 desiredlanguages="$ALL_LINGUAS"
16423 fi
16424 for desiredlang in $desiredlanguages; do
16425 # Use the presentlang catalog if desiredlang is
16426 # a. equal to presentlang, or
16427 # b. a variant of presentlang (because in this case,
16428 # presentlang can be used as a fallback for messages
16429 # which are not translated in the desiredlang catalog).
16430 case "$desiredlang" in
16431 "$presentlang"*) useit=yes;;
16432 esac
16433 done
16434 if test $useit = yes; then
16435 INST_LINGUAS="$INST_LINGUAS $presentlang"
16436 fi
16437 done
16438 fi
16439 CATALOGS=
16440 if test -n "$INST_LINGUAS"; then
16441 for lang in $INST_LINGUAS; do
16442 CATALOGS="$CATALOGS $lang.gmo"
16443 done
16444 fi
16445 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16446 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"
16447 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16448 if test -f "$f"; then
16449 case "$f" in
16450 *.orig | *.bak | *~) ;;
16451 *) cat "$f" >> "$ac_dir/Makefile" ;;
16452 esac
16453 fi
16454 done
16455 fi
16456 ;;
16457 esac
16458 done ;;
16459 "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
16460 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16461 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16462 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16463 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16464 if test "x$cgen_cpu_prefix" != x ; then
16465 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16466 fi ;;
16467
16468 esac
16469 done # for ac_tag
16470
16471
16472 as_fn_exit 0
16473 _ACEOF
16474 ac_clean_files=$ac_clean_files_save
16475
16476 test $ac_write_fail = 0 ||
16477 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16478
16479
16480 # configure is writing to config.log, and then calls config.status.
16481 # config.status does its own redirection, appending to config.log.
16482 # Unfortunately, on DOS this fails, as config.log is still kept open
16483 # by configure, so config.status won't be able to write to it; its
16484 # output is simply discarded. So we exec the FD to /dev/null,
16485 # effectively closing config.log, so it can be properly (re)opened and
16486 # appended to by config.status. When coming back to configure, we
16487 # need to make the FD available again.
16488 if test "$no_create" != yes; then
16489 ac_cs_success=:
16490 ac_config_status_args=
16491 test "$silent" = yes &&
16492 ac_config_status_args="$ac_config_status_args --quiet"
16493 exec 5>/dev/null
16494 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16495 exec 5>>config.log
16496 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16497 # would make configure fail if this is the last instruction.
16498 $ac_cs_success || as_fn_exit 1
16499 fi
16500 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16502 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16503 fi
16504
16505
16506
16507 touch config.status.tmp
16508 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16509 sed '/as_fn_exit 0/i \
16510 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16511 touch --reference=Makefile Makefile.tmp \
16512 mv Makefile.tmp Makefile \
16513 ' config.status > config.status.tmp
16514 touch --reference=config.status config.status.tmp
16515 mv config.status.tmp config.status
16516 chmod +x config.status
16517 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16518 touch --reference=Makefile Makefile.tmp
16519 mv Makefile.tmp Makefile
16520 else
16521 rm -f config.status.tmp
16522 fi