]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/configure
Binutils: Pass --plugin to AR and RANLIB
[thirdparty/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.36.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.36.50'
591 PACKAGE_STRING='gas 2.36.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 ALLOCA
640 GENINSRC_NEVER_FALSE
641 GENINSRC_NEVER_TRUE
642 MAINT
643 MAINTAINER_MODE_FALSE
644 MAINTAINER_MODE_TRUE
645 MSGMERGE
646 MSGFMT
647 MKINSTALLDIRS
648 CATOBJEXT
649 GENCAT
650 INSTOBJEXT
651 DATADIRNAME
652 CATALOGS
653 POSUB
654 GMSGFMT
655 XGETTEXT
656 INCINTL
657 LIBINTL_DEP
658 LIBINTL
659 USE_NLS
660 LEXLIB
661 LEX_OUTPUT_ROOT
662 LEX
663 YFLAGS
664 YACC
665 OPCODES_LIB
666 atof
667 install_tooldir
668 te_file
669 obj_format
670 target_cpu_type
671 extra_objects
672 cgen_cpu_prefix
673 GDBINIT
674 WARN_WRITE_STRINGS
675 NO_WERROR
676 WARN_CFLAGS_FOR_BUILD
677 WARN_CFLAGS
678 do_compare
679 LARGEFILE_CPPFLAGS
680 OTOOL64
681 OTOOL
682 LIPO
683 NMEDIT
684 DSYMUTIL
685 RANLIB
686 AR
687 OBJDUMP
688 LN_S
689 NM
690 ac_ct_DUMPBIN
691 DUMPBIN
692 LD
693 FGREP
694 SED
695 LIBTOOL
696 EGREP
697 GREP
698 CPP
699 AM_BACKSLASH
700 AM_DEFAULT_VERBOSITY
701 AM_DEFAULT_V
702 AM_V
703 am__fastdepCC_FALSE
704 am__fastdepCC_TRUE
705 CCDEPMODE
706 am__nodep
707 AMDEPBACKSLASH
708 AMDEP_FALSE
709 AMDEP_TRUE
710 am__quote
711 am__include
712 DEPDIR
713 am__untar
714 am__tar
715 AMTAR
716 am__leading_dot
717 SET_MAKE
718 AWK
719 mkdir_p
720 MKDIR_P
721 INSTALL_STRIP_PROGRAM
722 STRIP
723 install_sh
724 MAKEINFO
725 AUTOHEADER
726 AUTOMAKE
727 AUTOCONF
728 ACLOCAL
729 VERSION
730 PACKAGE
731 CYGPATH_W
732 am__isrc
733 INSTALL_DATA
734 INSTALL_SCRIPT
735 INSTALL_PROGRAM
736 OBJEXT
737 EXEEXT
738 ac_ct_CC
739 CPPFLAGS
740 LDFLAGS
741 CFLAGS
742 CC
743 target_os
744 target_vendor
745 target_cpu
746 target
747 host_os
748 host_vendor
749 host_cpu
750 host
751 build_os
752 build_vendor
753 build_cpu
754 build
755 target_alias
756 host_alias
757 build_alias
758 LIBS
759 ECHO_T
760 ECHO_N
761 ECHO_C
762 DEFS
763 mandir
764 localedir
765 libdir
766 psdir
767 pdfdir
768 dvidir
769 htmldir
770 infodir
771 docdir
772 oldincludedir
773 includedir
774 localstatedir
775 sharedstatedir
776 sysconfdir
777 datadir
778 datarootdir
779 libexecdir
780 sbindir
781 bindir
782 program_transform_name
783 prefix
784 exec_prefix
785 PACKAGE_URL
786 PACKAGE_BUGREPORT
787 PACKAGE_STRING
788 PACKAGE_VERSION
789 PACKAGE_TARNAME
790 PACKAGE_NAME
791 PATH_SEPARATOR
792 SHELL'
793 ac_subst_files=''
794 ac_user_opts='
795 enable_option_checking
796 enable_dependency_tracking
797 enable_silent_rules
798 enable_shared
799 enable_static
800 with_pic
801 enable_fast_install
802 with_gnu_ld
803 enable_libtool_lock
804 enable_plugins
805 enable_largefile
806 enable_targets
807 enable_checking
808 enable_compressed_debug_sections
809 enable_x86_relax_relocations
810 enable_elf_stt_common
811 enable_generate_build_notes
812 enable_mips_fix_loongson3_llsc
813 enable_x86_used_note
814 enable_default_riscv_attribute
815 enable_werror
816 enable_build_warnings
817 with_cpu
818 enable_nls
819 enable_maintainer_mode
820 with_system_zlib
821 '
822 ac_precious_vars='build_alias
823 host_alias
824 target_alias
825 CC
826 CFLAGS
827 LDFLAGS
828 LIBS
829 CPPFLAGS
830 CPP
831 YACC
832 YFLAGS'
833
834
835 # Initialize some variables set by options.
836 ac_init_help=
837 ac_init_version=false
838 ac_unrecognized_opts=
839 ac_unrecognized_sep=
840 # The variables have the same names as the options, with
841 # dashes changed to underlines.
842 cache_file=/dev/null
843 exec_prefix=NONE
844 no_create=
845 no_recursion=
846 prefix=NONE
847 program_prefix=NONE
848 program_suffix=NONE
849 program_transform_name=s,x,x,
850 silent=
851 site=
852 srcdir=
853 verbose=
854 x_includes=NONE
855 x_libraries=NONE
856
857 # Installation directory options.
858 # These are left unexpanded so users can "make install exec_prefix=/foo"
859 # and all the variables that are supposed to be based on exec_prefix
860 # by default will actually change.
861 # Use braces instead of parens because sh, perl, etc. also accept them.
862 # (The list follows the same order as the GNU Coding Standards.)
863 bindir='${exec_prefix}/bin'
864 sbindir='${exec_prefix}/sbin'
865 libexecdir='${exec_prefix}/libexec'
866 datarootdir='${prefix}/share'
867 datadir='${datarootdir}'
868 sysconfdir='${prefix}/etc'
869 sharedstatedir='${prefix}/com'
870 localstatedir='${prefix}/var'
871 includedir='${prefix}/include'
872 oldincludedir='/usr/include'
873 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
874 infodir='${datarootdir}/info'
875 htmldir='${docdir}'
876 dvidir='${docdir}'
877 pdfdir='${docdir}'
878 psdir='${docdir}'
879 libdir='${exec_prefix}/lib'
880 localedir='${datarootdir}/locale'
881 mandir='${datarootdir}/man'
882
883 ac_prev=
884 ac_dashdash=
885 for ac_option
886 do
887 # If the previous option needs an argument, assign it.
888 if test -n "$ac_prev"; then
889 eval $ac_prev=\$ac_option
890 ac_prev=
891 continue
892 fi
893
894 case $ac_option in
895 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
896 *=) ac_optarg= ;;
897 *) ac_optarg=yes ;;
898 esac
899
900 # Accept the important Cygnus configure options, so we can diagnose typos.
901
902 case $ac_dashdash$ac_option in
903 --)
904 ac_dashdash=yes ;;
905
906 -bindir | --bindir | --bindi | --bind | --bin | --bi)
907 ac_prev=bindir ;;
908 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
909 bindir=$ac_optarg ;;
910
911 -build | --build | --buil | --bui | --bu)
912 ac_prev=build_alias ;;
913 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
914 build_alias=$ac_optarg ;;
915
916 -cache-file | --cache-file | --cache-fil | --cache-fi \
917 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
918 ac_prev=cache_file ;;
919 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
920 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
921 cache_file=$ac_optarg ;;
922
923 --config-cache | -C)
924 cache_file=config.cache ;;
925
926 -datadir | --datadir | --datadi | --datad)
927 ac_prev=datadir ;;
928 -datadir=* | --datadir=* | --datadi=* | --datad=*)
929 datadir=$ac_optarg ;;
930
931 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
932 | --dataroo | --dataro | --datar)
933 ac_prev=datarootdir ;;
934 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
935 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
936 datarootdir=$ac_optarg ;;
937
938 -disable-* | --disable-*)
939 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
940 # Reject names that are not valid shell variable names.
941 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
942 as_fn_error $? "invalid feature name: $ac_useropt"
943 ac_useropt_orig=$ac_useropt
944 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
945 case $ac_user_opts in
946 *"
947 "enable_$ac_useropt"
948 "*) ;;
949 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
950 ac_unrecognized_sep=', ';;
951 esac
952 eval enable_$ac_useropt=no ;;
953
954 -docdir | --docdir | --docdi | --doc | --do)
955 ac_prev=docdir ;;
956 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
957 docdir=$ac_optarg ;;
958
959 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
960 ac_prev=dvidir ;;
961 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
962 dvidir=$ac_optarg ;;
963
964 -enable-* | --enable-*)
965 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
966 # Reject names that are not valid shell variable names.
967 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
968 as_fn_error $? "invalid feature name: $ac_useropt"
969 ac_useropt_orig=$ac_useropt
970 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
971 case $ac_user_opts in
972 *"
973 "enable_$ac_useropt"
974 "*) ;;
975 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
976 ac_unrecognized_sep=', ';;
977 esac
978 eval enable_$ac_useropt=\$ac_optarg ;;
979
980 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
981 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
982 | --exec | --exe | --ex)
983 ac_prev=exec_prefix ;;
984 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
985 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
986 | --exec=* | --exe=* | --ex=*)
987 exec_prefix=$ac_optarg ;;
988
989 -gas | --gas | --ga | --g)
990 # Obsolete; use --with-gas.
991 with_gas=yes ;;
992
993 -help | --help | --hel | --he | -h)
994 ac_init_help=long ;;
995 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
996 ac_init_help=recursive ;;
997 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
998 ac_init_help=short ;;
999
1000 -host | --host | --hos | --ho)
1001 ac_prev=host_alias ;;
1002 -host=* | --host=* | --hos=* | --ho=*)
1003 host_alias=$ac_optarg ;;
1004
1005 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1006 ac_prev=htmldir ;;
1007 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1008 | --ht=*)
1009 htmldir=$ac_optarg ;;
1010
1011 -includedir | --includedir | --includedi | --included | --include \
1012 | --includ | --inclu | --incl | --inc)
1013 ac_prev=includedir ;;
1014 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1015 | --includ=* | --inclu=* | --incl=* | --inc=*)
1016 includedir=$ac_optarg ;;
1017
1018 -infodir | --infodir | --infodi | --infod | --info | --inf)
1019 ac_prev=infodir ;;
1020 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1021 infodir=$ac_optarg ;;
1022
1023 -libdir | --libdir | --libdi | --libd)
1024 ac_prev=libdir ;;
1025 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1026 libdir=$ac_optarg ;;
1027
1028 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1029 | --libexe | --libex | --libe)
1030 ac_prev=libexecdir ;;
1031 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1032 | --libexe=* | --libex=* | --libe=*)
1033 libexecdir=$ac_optarg ;;
1034
1035 -localedir | --localedir | --localedi | --localed | --locale)
1036 ac_prev=localedir ;;
1037 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1038 localedir=$ac_optarg ;;
1039
1040 -localstatedir | --localstatedir | --localstatedi | --localstated \
1041 | --localstate | --localstat | --localsta | --localst | --locals)
1042 ac_prev=localstatedir ;;
1043 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1044 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1045 localstatedir=$ac_optarg ;;
1046
1047 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1048 ac_prev=mandir ;;
1049 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1050 mandir=$ac_optarg ;;
1051
1052 -nfp | --nfp | --nf)
1053 # Obsolete; use --without-fp.
1054 with_fp=no ;;
1055
1056 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1057 | --no-cr | --no-c | -n)
1058 no_create=yes ;;
1059
1060 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1061 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1062 no_recursion=yes ;;
1063
1064 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1065 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1066 | --oldin | --oldi | --old | --ol | --o)
1067 ac_prev=oldincludedir ;;
1068 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1069 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1070 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1071 oldincludedir=$ac_optarg ;;
1072
1073 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1074 ac_prev=prefix ;;
1075 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1076 prefix=$ac_optarg ;;
1077
1078 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1079 | --program-pre | --program-pr | --program-p)
1080 ac_prev=program_prefix ;;
1081 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1082 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1083 program_prefix=$ac_optarg ;;
1084
1085 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1086 | --program-suf | --program-su | --program-s)
1087 ac_prev=program_suffix ;;
1088 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1089 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1090 program_suffix=$ac_optarg ;;
1091
1092 -program-transform-name | --program-transform-name \
1093 | --program-transform-nam | --program-transform-na \
1094 | --program-transform-n | --program-transform- \
1095 | --program-transform | --program-transfor \
1096 | --program-transfo | --program-transf \
1097 | --program-trans | --program-tran \
1098 | --progr-tra | --program-tr | --program-t)
1099 ac_prev=program_transform_name ;;
1100 -program-transform-name=* | --program-transform-name=* \
1101 | --program-transform-nam=* | --program-transform-na=* \
1102 | --program-transform-n=* | --program-transform-=* \
1103 | --program-transform=* | --program-transfor=* \
1104 | --program-transfo=* | --program-transf=* \
1105 | --program-trans=* | --program-tran=* \
1106 | --progr-tra=* | --program-tr=* | --program-t=*)
1107 program_transform_name=$ac_optarg ;;
1108
1109 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1110 ac_prev=pdfdir ;;
1111 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1112 pdfdir=$ac_optarg ;;
1113
1114 -psdir | --psdir | --psdi | --psd | --ps)
1115 ac_prev=psdir ;;
1116 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1117 psdir=$ac_optarg ;;
1118
1119 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1120 | -silent | --silent | --silen | --sile | --sil)
1121 silent=yes ;;
1122
1123 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1124 ac_prev=sbindir ;;
1125 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1126 | --sbi=* | --sb=*)
1127 sbindir=$ac_optarg ;;
1128
1129 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1130 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1131 | --sharedst | --shareds | --shared | --share | --shar \
1132 | --sha | --sh)
1133 ac_prev=sharedstatedir ;;
1134 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1135 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1136 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1137 | --sha=* | --sh=*)
1138 sharedstatedir=$ac_optarg ;;
1139
1140 -site | --site | --sit)
1141 ac_prev=site ;;
1142 -site=* | --site=* | --sit=*)
1143 site=$ac_optarg ;;
1144
1145 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1146 ac_prev=srcdir ;;
1147 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1148 srcdir=$ac_optarg ;;
1149
1150 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1151 | --syscon | --sysco | --sysc | --sys | --sy)
1152 ac_prev=sysconfdir ;;
1153 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1154 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1155 sysconfdir=$ac_optarg ;;
1156
1157 -target | --target | --targe | --targ | --tar | --ta | --t)
1158 ac_prev=target_alias ;;
1159 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1160 target_alias=$ac_optarg ;;
1161
1162 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1163 verbose=yes ;;
1164
1165 -version | --version | --versio | --versi | --vers | -V)
1166 ac_init_version=: ;;
1167
1168 -with-* | --with-*)
1169 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1170 # Reject names that are not valid shell variable names.
1171 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1172 as_fn_error $? "invalid package name: $ac_useropt"
1173 ac_useropt_orig=$ac_useropt
1174 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1175 case $ac_user_opts in
1176 *"
1177 "with_$ac_useropt"
1178 "*) ;;
1179 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1180 ac_unrecognized_sep=', ';;
1181 esac
1182 eval with_$ac_useropt=\$ac_optarg ;;
1183
1184 -without-* | --without-*)
1185 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1186 # Reject names that are not valid shell variable names.
1187 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1188 as_fn_error $? "invalid package name: $ac_useropt"
1189 ac_useropt_orig=$ac_useropt
1190 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1191 case $ac_user_opts in
1192 *"
1193 "with_$ac_useropt"
1194 "*) ;;
1195 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1196 ac_unrecognized_sep=', ';;
1197 esac
1198 eval with_$ac_useropt=no ;;
1199
1200 --x)
1201 # Obsolete; use --with-x.
1202 with_x=yes ;;
1203
1204 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1205 | --x-incl | --x-inc | --x-in | --x-i)
1206 ac_prev=x_includes ;;
1207 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1208 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1209 x_includes=$ac_optarg ;;
1210
1211 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1212 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1213 ac_prev=x_libraries ;;
1214 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1215 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1216 x_libraries=$ac_optarg ;;
1217
1218 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1219 Try \`$0 --help' for more information"
1220 ;;
1221
1222 *=*)
1223 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1224 # Reject names that are not valid shell variable names.
1225 case $ac_envvar in #(
1226 '' | [0-9]* | *[!_$as_cr_alnum]* )
1227 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1228 esac
1229 eval $ac_envvar=\$ac_optarg
1230 export $ac_envvar ;;
1231
1232 *)
1233 # FIXME: should be removed in autoconf 3.0.
1234 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1235 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1236 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1237 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1238 ;;
1239
1240 esac
1241 done
1242
1243 if test -n "$ac_prev"; then
1244 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1245 as_fn_error $? "missing argument to $ac_option"
1246 fi
1247
1248 if test -n "$ac_unrecognized_opts"; then
1249 case $enable_option_checking in
1250 no) ;;
1251 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1252 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1253 esac
1254 fi
1255
1256 # Check all directory arguments for consistency.
1257 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1258 datadir sysconfdir sharedstatedir localstatedir includedir \
1259 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1260 libdir localedir mandir
1261 do
1262 eval ac_val=\$$ac_var
1263 # Remove trailing slashes.
1264 case $ac_val in
1265 */ )
1266 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1267 eval $ac_var=\$ac_val;;
1268 esac
1269 # Be sure to have absolute directory names.
1270 case $ac_val in
1271 [\\/$]* | ?:[\\/]* ) continue;;
1272 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1273 esac
1274 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1275 done
1276
1277 # There might be people who depend on the old broken behavior: `$host'
1278 # used to hold the argument of --host etc.
1279 # FIXME: To remove some day.
1280 build=$build_alias
1281 host=$host_alias
1282 target=$target_alias
1283
1284 # FIXME: To remove some day.
1285 if test "x$host_alias" != x; then
1286 if test "x$build_alias" = x; then
1287 cross_compiling=maybe
1288 elif test "x$build_alias" != "x$host_alias"; then
1289 cross_compiling=yes
1290 fi
1291 fi
1292
1293 ac_tool_prefix=
1294 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1295
1296 test "$silent" = yes && exec 6>/dev/null
1297
1298
1299 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1300 ac_ls_di=`ls -di .` &&
1301 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1302 as_fn_error $? "working directory cannot be determined"
1303 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1304 as_fn_error $? "pwd does not report name of working directory"
1305
1306
1307 # Find the source files, if location was not specified.
1308 if test -z "$srcdir"; then
1309 ac_srcdir_defaulted=yes
1310 # Try the directory containing this script, then the parent directory.
1311 ac_confdir=`$as_dirname -- "$as_myself" ||
1312 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1313 X"$as_myself" : 'X\(//\)[^/]' \| \
1314 X"$as_myself" : 'X\(//\)$' \| \
1315 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1316 $as_echo X"$as_myself" |
1317 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1318 s//\1/
1319 q
1320 }
1321 /^X\(\/\/\)[^/].*/{
1322 s//\1/
1323 q
1324 }
1325 /^X\(\/\/\)$/{
1326 s//\1/
1327 q
1328 }
1329 /^X\(\/\).*/{
1330 s//\1/
1331 q
1332 }
1333 s/.*/./; q'`
1334 srcdir=$ac_confdir
1335 if test ! -r "$srcdir/$ac_unique_file"; then
1336 srcdir=..
1337 fi
1338 else
1339 ac_srcdir_defaulted=no
1340 fi
1341 if test ! -r "$srcdir/$ac_unique_file"; then
1342 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1343 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1344 fi
1345 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1346 ac_abs_confdir=`(
1347 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1348 pwd)`
1349 # When building in place, set srcdir=.
1350 if test "$ac_abs_confdir" = "$ac_pwd"; then
1351 srcdir=.
1352 fi
1353 # Remove unnecessary trailing slashes from srcdir.
1354 # Double slashes in file names in object file debugging info
1355 # mess up M-x gdb in Emacs.
1356 case $srcdir in
1357 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1358 esac
1359 for ac_var in $ac_precious_vars; do
1360 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1361 eval ac_env_${ac_var}_value=\$${ac_var}
1362 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1363 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1364 done
1365
1366 #
1367 # Report the --help message.
1368 #
1369 if test "$ac_init_help" = "long"; then
1370 # Omit some internal or obsolete options to make the list less imposing.
1371 # This message is too long to be a string in the A/UX 3.1 sh.
1372 cat <<_ACEOF
1373 \`configure' configures gas 2.36.50 to adapt to many kinds of systems.
1374
1375 Usage: $0 [OPTION]... [VAR=VALUE]...
1376
1377 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1378 VAR=VALUE. See below for descriptions of some of the useful variables.
1379
1380 Defaults for the options are specified in brackets.
1381
1382 Configuration:
1383 -h, --help display this help and exit
1384 --help=short display options specific to this package
1385 --help=recursive display the short help of all the included packages
1386 -V, --version display version information and exit
1387 -q, --quiet, --silent do not print \`checking ...' messages
1388 --cache-file=FILE cache test results in FILE [disabled]
1389 -C, --config-cache alias for \`--cache-file=config.cache'
1390 -n, --no-create do not create output files
1391 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1392
1393 Installation directories:
1394 --prefix=PREFIX install architecture-independent files in PREFIX
1395 [$ac_default_prefix]
1396 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1397 [PREFIX]
1398
1399 By default, \`make install' will install all the files in
1400 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1401 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1402 for instance \`--prefix=\$HOME'.
1403
1404 For better control, use the options below.
1405
1406 Fine tuning of the installation directories:
1407 --bindir=DIR user executables [EPREFIX/bin]
1408 --sbindir=DIR system admin executables [EPREFIX/sbin]
1409 --libexecdir=DIR program executables [EPREFIX/libexec]
1410 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1411 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1412 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1413 --libdir=DIR object code libraries [EPREFIX/lib]
1414 --includedir=DIR C header files [PREFIX/include]
1415 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1416 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1417 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1418 --infodir=DIR info documentation [DATAROOTDIR/info]
1419 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1420 --mandir=DIR man documentation [DATAROOTDIR/man]
1421 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1422 --htmldir=DIR html documentation [DOCDIR]
1423 --dvidir=DIR dvi documentation [DOCDIR]
1424 --pdfdir=DIR pdf documentation [DOCDIR]
1425 --psdir=DIR ps documentation [DOCDIR]
1426 _ACEOF
1427
1428 cat <<\_ACEOF
1429
1430 Program names:
1431 --program-prefix=PREFIX prepend PREFIX to installed program names
1432 --program-suffix=SUFFIX append SUFFIX to installed program names
1433 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1434
1435 System types:
1436 --build=BUILD configure for building on BUILD [guessed]
1437 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1438 --target=TARGET configure for building compilers for TARGET [HOST]
1439 _ACEOF
1440 fi
1441
1442 if test -n "$ac_init_help"; then
1443 case $ac_init_help in
1444 short | recursive ) echo "Configuration of gas 2.36.50:";;
1445 esac
1446 cat <<\_ACEOF
1447
1448 Optional Features:
1449 --disable-option-checking ignore unrecognized --enable/--with options
1450 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1451 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1452 --enable-dependency-tracking
1453 do not reject slow dependency extractors
1454 --disable-dependency-tracking
1455 speeds up one-time build
1456 --enable-silent-rules less verbose build output (undo: "make V=1")
1457 --disable-silent-rules verbose build output (undo: "make V=0")
1458 --enable-shared[=PKGS] build shared libraries [default=yes]
1459 --enable-static[=PKGS] build static libraries [default=yes]
1460 --enable-fast-install[=PKGS]
1461 optimize for fast installation [default=yes]
1462 --disable-libtool-lock avoid locking (might break parallel builds)
1463 --enable-plugins Enable support for plugins
1464 --disable-largefile omit support for large files
1465 --enable-targets alternative target configurations besides the primary
1466 --enable-checking enable run-time checks
1467 --enable-compressed-debug-sections={all,gas,none}
1468 compress debug sections by default
1469 --enable-x86-relax-relocations
1470 generate x86 relax relocations by default
1471 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1472 default
1473 --enable-generate-build-notes
1474 generate GNU Build notes if none are provided by the
1475 input
1476 --enable-mips-fix-loongson3-llsc
1477 enable MIPS fix Loongson3 LLSC errata
1478 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1479 --enable-default-riscv-attribute
1480 generate RISC-V arch attribute by default
1481 --enable-werror treat compile warnings as errors
1482 --enable-build-warnings enable build-time compiler warnings
1483 --disable-nls do not use Native Language Support
1484 --enable-maintainer-mode
1485 enable make rules and dependencies not useful (and
1486 sometimes confusing) to the casual installer
1487
1488 Optional Packages:
1489 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1490 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1491 --with-pic try to use only PIC/non-PIC objects [default=use
1492 both]
1493 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1494 --with-cpu=CPU default cpu variant is CPU (currently only supported
1495 on ARC)
1496 --with-system-zlib use installed libz
1497
1498 Some influential environment variables:
1499 CC C compiler command
1500 CFLAGS C compiler flags
1501 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1502 nonstandard directory <lib dir>
1503 LIBS libraries to pass to the linker, e.g. -l<library>
1504 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1505 you have headers in a nonstandard directory <include dir>
1506 CPP C preprocessor
1507 YACC The `Yet Another Compiler Compiler' implementation to use.
1508 Defaults to the first program found out of: `bison -y', `byacc',
1509 `yacc'.
1510 YFLAGS The list of arguments that will be passed by default to $YACC.
1511 This script will default YFLAGS to the empty string to avoid a
1512 default value of `-d' given by some make applications.
1513
1514 Use these variables to override the choices made by `configure' or to help
1515 it to find libraries and programs with nonstandard names/locations.
1516
1517 Report bugs to the package provider.
1518 _ACEOF
1519 ac_status=$?
1520 fi
1521
1522 if test "$ac_init_help" = "recursive"; then
1523 # If there are subdirs, report their specific --help.
1524 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1525 test -d "$ac_dir" ||
1526 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1527 continue
1528 ac_builddir=.
1529
1530 case "$ac_dir" in
1531 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1532 *)
1533 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1534 # A ".." for each directory in $ac_dir_suffix.
1535 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1536 case $ac_top_builddir_sub in
1537 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1538 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1539 esac ;;
1540 esac
1541 ac_abs_top_builddir=$ac_pwd
1542 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1543 # for backward compatibility:
1544 ac_top_builddir=$ac_top_build_prefix
1545
1546 case $srcdir in
1547 .) # We are building in place.
1548 ac_srcdir=.
1549 ac_top_srcdir=$ac_top_builddir_sub
1550 ac_abs_top_srcdir=$ac_pwd ;;
1551 [\\/]* | ?:[\\/]* ) # Absolute name.
1552 ac_srcdir=$srcdir$ac_dir_suffix;
1553 ac_top_srcdir=$srcdir
1554 ac_abs_top_srcdir=$srcdir ;;
1555 *) # Relative name.
1556 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1557 ac_top_srcdir=$ac_top_build_prefix$srcdir
1558 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1559 esac
1560 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1561
1562 cd "$ac_dir" || { ac_status=$?; continue; }
1563 # Check for guested configure.
1564 if test -f "$ac_srcdir/configure.gnu"; then
1565 echo &&
1566 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1567 elif test -f "$ac_srcdir/configure"; then
1568 echo &&
1569 $SHELL "$ac_srcdir/configure" --help=recursive
1570 else
1571 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1572 fi || ac_status=$?
1573 cd "$ac_pwd" || { ac_status=$?; break; }
1574 done
1575 fi
1576
1577 test -n "$ac_init_help" && exit $ac_status
1578 if $ac_init_version; then
1579 cat <<\_ACEOF
1580 gas configure 2.36.50
1581 generated by GNU Autoconf 2.69
1582
1583 Copyright (C) 2012 Free Software Foundation, Inc.
1584 This configure script is free software; the Free Software Foundation
1585 gives unlimited permission to copy, distribute and modify it.
1586 _ACEOF
1587 exit
1588 fi
1589
1590 ## ------------------------ ##
1591 ## Autoconf initialization. ##
1592 ## ------------------------ ##
1593
1594 # ac_fn_c_try_compile LINENO
1595 # --------------------------
1596 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1597 ac_fn_c_try_compile ()
1598 {
1599 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1600 rm -f conftest.$ac_objext
1601 if { { ac_try="$ac_compile"
1602 case "(($ac_try" in
1603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1604 *) ac_try_echo=$ac_try;;
1605 esac
1606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1607 $as_echo "$ac_try_echo"; } >&5
1608 (eval "$ac_compile") 2>conftest.err
1609 ac_status=$?
1610 if test -s conftest.err; then
1611 grep -v '^ *+' conftest.err >conftest.er1
1612 cat conftest.er1 >&5
1613 mv -f conftest.er1 conftest.err
1614 fi
1615 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1616 test $ac_status = 0; } && {
1617 test -z "$ac_c_werror_flag" ||
1618 test ! -s conftest.err
1619 } && test -s conftest.$ac_objext; then :
1620 ac_retval=0
1621 else
1622 $as_echo "$as_me: failed program was:" >&5
1623 sed 's/^/| /' conftest.$ac_ext >&5
1624
1625 ac_retval=1
1626 fi
1627 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1628 as_fn_set_status $ac_retval
1629
1630 } # ac_fn_c_try_compile
1631
1632 # ac_fn_c_try_link LINENO
1633 # -----------------------
1634 # Try to link conftest.$ac_ext, and return whether this succeeded.
1635 ac_fn_c_try_link ()
1636 {
1637 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1638 rm -f conftest.$ac_objext conftest$ac_exeext
1639 if { { ac_try="$ac_link"
1640 case "(($ac_try" in
1641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1642 *) ac_try_echo=$ac_try;;
1643 esac
1644 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1645 $as_echo "$ac_try_echo"; } >&5
1646 (eval "$ac_link") 2>conftest.err
1647 ac_status=$?
1648 if test -s conftest.err; then
1649 grep -v '^ *+' conftest.err >conftest.er1
1650 cat conftest.er1 >&5
1651 mv -f conftest.er1 conftest.err
1652 fi
1653 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1654 test $ac_status = 0; } && {
1655 test -z "$ac_c_werror_flag" ||
1656 test ! -s conftest.err
1657 } && test -s conftest$ac_exeext && {
1658 test "$cross_compiling" = yes ||
1659 test -x conftest$ac_exeext
1660 }; then :
1661 ac_retval=0
1662 else
1663 $as_echo "$as_me: failed program was:" >&5
1664 sed 's/^/| /' conftest.$ac_ext >&5
1665
1666 ac_retval=1
1667 fi
1668 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1669 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1670 # interfere with the next link command; also delete a directory that is
1671 # left behind by Apple's compiler. We do this before executing the actions.
1672 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1673 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1674 as_fn_set_status $ac_retval
1675
1676 } # ac_fn_c_try_link
1677
1678 # ac_fn_c_try_cpp LINENO
1679 # ----------------------
1680 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1681 ac_fn_c_try_cpp ()
1682 {
1683 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1684 if { { ac_try="$ac_cpp conftest.$ac_ext"
1685 case "(($ac_try" in
1686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1687 *) ac_try_echo=$ac_try;;
1688 esac
1689 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1690 $as_echo "$ac_try_echo"; } >&5
1691 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1692 ac_status=$?
1693 if test -s conftest.err; then
1694 grep -v '^ *+' conftest.err >conftest.er1
1695 cat conftest.er1 >&5
1696 mv -f conftest.er1 conftest.err
1697 fi
1698 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1699 test $ac_status = 0; } > conftest.i && {
1700 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1701 test ! -s conftest.err
1702 }; then :
1703 ac_retval=0
1704 else
1705 $as_echo "$as_me: failed program was:" >&5
1706 sed 's/^/| /' conftest.$ac_ext >&5
1707
1708 ac_retval=1
1709 fi
1710 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1711 as_fn_set_status $ac_retval
1712
1713 } # ac_fn_c_try_cpp
1714
1715 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1716 # -------------------------------------------------------
1717 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1718 # the include files in INCLUDES and setting the cache variable VAR
1719 # accordingly.
1720 ac_fn_c_check_header_mongrel ()
1721 {
1722 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1723 if eval \${$3+:} false; then :
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1725 $as_echo_n "checking for $2... " >&6; }
1726 if eval \${$3+:} false; then :
1727 $as_echo_n "(cached) " >&6
1728 fi
1729 eval ac_res=\$$3
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731 $as_echo "$ac_res" >&6; }
1732 else
1733 # Is the header compilable?
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1735 $as_echo_n "checking $2 usability... " >&6; }
1736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1737 /* end confdefs.h. */
1738 $4
1739 #include <$2>
1740 _ACEOF
1741 if ac_fn_c_try_compile "$LINENO"; then :
1742 ac_header_compiler=yes
1743 else
1744 ac_header_compiler=no
1745 fi
1746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1747 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1748 $as_echo "$ac_header_compiler" >&6; }
1749
1750 # Is the header present?
1751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1752 $as_echo_n "checking $2 presence... " >&6; }
1753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1754 /* end confdefs.h. */
1755 #include <$2>
1756 _ACEOF
1757 if ac_fn_c_try_cpp "$LINENO"; then :
1758 ac_header_preproc=yes
1759 else
1760 ac_header_preproc=no
1761 fi
1762 rm -f conftest.err conftest.i conftest.$ac_ext
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1764 $as_echo "$ac_header_preproc" >&6; }
1765
1766 # So? What about this header?
1767 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1768 yes:no: )
1769 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1770 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1771 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1772 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1773 ;;
1774 no:yes:* )
1775 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1776 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1777 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1778 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1779 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1780 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1781 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1782 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1784 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1785 ;;
1786 esac
1787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1788 $as_echo_n "checking for $2... " >&6; }
1789 if eval \${$3+:} false; then :
1790 $as_echo_n "(cached) " >&6
1791 else
1792 eval "$3=\$ac_header_compiler"
1793 fi
1794 eval ac_res=\$$3
1795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1796 $as_echo "$ac_res" >&6; }
1797 fi
1798 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1799
1800 } # ac_fn_c_check_header_mongrel
1801
1802 # ac_fn_c_try_run LINENO
1803 # ----------------------
1804 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1805 # that executables *can* be run.
1806 ac_fn_c_try_run ()
1807 {
1808 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1809 if { { ac_try="$ac_link"
1810 case "(($ac_try" in
1811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1812 *) ac_try_echo=$ac_try;;
1813 esac
1814 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1815 $as_echo "$ac_try_echo"; } >&5
1816 (eval "$ac_link") 2>&5
1817 ac_status=$?
1818 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1819 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1820 { { case "(($ac_try" in
1821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1822 *) ac_try_echo=$ac_try;;
1823 esac
1824 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1825 $as_echo "$ac_try_echo"; } >&5
1826 (eval "$ac_try") 2>&5
1827 ac_status=$?
1828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1829 test $ac_status = 0; }; }; then :
1830 ac_retval=0
1831 else
1832 $as_echo "$as_me: program exited with status $ac_status" >&5
1833 $as_echo "$as_me: failed program was:" >&5
1834 sed 's/^/| /' conftest.$ac_ext >&5
1835
1836 ac_retval=$ac_status
1837 fi
1838 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1839 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1840 as_fn_set_status $ac_retval
1841
1842 } # ac_fn_c_try_run
1843
1844 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1845 # -------------------------------------------------------
1846 # Tests whether HEADER exists and can be compiled using the include files in
1847 # INCLUDES, setting the cache variable VAR accordingly.
1848 ac_fn_c_check_header_compile ()
1849 {
1850 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1852 $as_echo_n "checking for $2... " >&6; }
1853 if eval \${$3+:} false; then :
1854 $as_echo_n "(cached) " >&6
1855 else
1856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1857 /* end confdefs.h. */
1858 $4
1859 #include <$2>
1860 _ACEOF
1861 if ac_fn_c_try_compile "$LINENO"; then :
1862 eval "$3=yes"
1863 else
1864 eval "$3=no"
1865 fi
1866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1867 fi
1868 eval ac_res=\$$3
1869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1870 $as_echo "$ac_res" >&6; }
1871 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1872
1873 } # ac_fn_c_check_header_compile
1874
1875 # ac_fn_c_check_func LINENO FUNC VAR
1876 # ----------------------------------
1877 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1878 ac_fn_c_check_func ()
1879 {
1880 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if eval \${$3+:} false; then :
1884 $as_echo_n "(cached) " >&6
1885 else
1886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1887 /* end confdefs.h. */
1888 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1889 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1890 #define $2 innocuous_$2
1891
1892 /* System header to define __stub macros and hopefully few prototypes,
1893 which can conflict with char $2 (); below.
1894 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1895 <limits.h> exists even on freestanding compilers. */
1896
1897 #ifdef __STDC__
1898 # include <limits.h>
1899 #else
1900 # include <assert.h>
1901 #endif
1902
1903 #undef $2
1904
1905 /* Override any GCC internal prototype to avoid an error.
1906 Use char because int might match the return type of a GCC
1907 builtin and then its argument prototype would still apply. */
1908 #ifdef __cplusplus
1909 extern "C"
1910 #endif
1911 char $2 ();
1912 /* The GNU C library defines this for functions which it implements
1913 to always fail with ENOSYS. Some functions are actually named
1914 something starting with __ and the normal name is an alias. */
1915 #if defined __stub_$2 || defined __stub___$2
1916 choke me
1917 #endif
1918
1919 int
1920 main ()
1921 {
1922 return $2 ();
1923 ;
1924 return 0;
1925 }
1926 _ACEOF
1927 if ac_fn_c_try_link "$LINENO"; then :
1928 eval "$3=yes"
1929 else
1930 eval "$3=no"
1931 fi
1932 rm -f core conftest.err conftest.$ac_objext \
1933 conftest$ac_exeext conftest.$ac_ext
1934 fi
1935 eval ac_res=\$$3
1936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1937 $as_echo "$ac_res" >&6; }
1938 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1939
1940 } # ac_fn_c_check_func
1941
1942 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1943 # -------------------------------------------
1944 # Tests whether TYPE exists after having included INCLUDES, setting cache
1945 # variable VAR accordingly.
1946 ac_fn_c_check_type ()
1947 {
1948 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1950 $as_echo_n "checking for $2... " >&6; }
1951 if eval \${$3+:} false; then :
1952 $as_echo_n "(cached) " >&6
1953 else
1954 eval "$3=no"
1955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1956 /* end confdefs.h. */
1957 $4
1958 int
1959 main ()
1960 {
1961 if (sizeof ($2))
1962 return 0;
1963 ;
1964 return 0;
1965 }
1966 _ACEOF
1967 if ac_fn_c_try_compile "$LINENO"; then :
1968 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1969 /* end confdefs.h. */
1970 $4
1971 int
1972 main ()
1973 {
1974 if (sizeof (($2)))
1975 return 0;
1976 ;
1977 return 0;
1978 }
1979 _ACEOF
1980 if ac_fn_c_try_compile "$LINENO"; then :
1981
1982 else
1983 eval "$3=yes"
1984 fi
1985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1986 fi
1987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1988 fi
1989 eval ac_res=\$$3
1990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1991 $as_echo "$ac_res" >&6; }
1992 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1993
1994 } # ac_fn_c_check_type
1995
1996 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1997 # ---------------------------------------------
1998 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1999 # accordingly.
2000 ac_fn_c_check_decl ()
2001 {
2002 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2003 as_decl_name=`echo $2|sed 's/ *(.*//'`
2004 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
2006 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
2007 if eval \${$3+:} false; then :
2008 $as_echo_n "(cached) " >&6
2009 else
2010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2011 /* end confdefs.h. */
2012 $4
2013 int
2014 main ()
2015 {
2016 #ifndef $as_decl_name
2017 #ifdef __cplusplus
2018 (void) $as_decl_use;
2019 #else
2020 (void) $as_decl_name;
2021 #endif
2022 #endif
2023
2024 ;
2025 return 0;
2026 }
2027 _ACEOF
2028 if ac_fn_c_try_compile "$LINENO"; then :
2029 eval "$3=yes"
2030 else
2031 eval "$3=no"
2032 fi
2033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2034 fi
2035 eval ac_res=\$$3
2036 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2037 $as_echo "$ac_res" >&6; }
2038 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2039
2040 } # ac_fn_c_check_decl
2041 cat >config.log <<_ACEOF
2042 This file contains any messages produced by compilers while
2043 running configure, to aid debugging if configure makes a mistake.
2044
2045 It was created by gas $as_me 2.36.50, which was
2046 generated by GNU Autoconf 2.69. Invocation command line was
2047
2048 $ $0 $@
2049
2050 _ACEOF
2051 exec 5>>config.log
2052 {
2053 cat <<_ASUNAME
2054 ## --------- ##
2055 ## Platform. ##
2056 ## --------- ##
2057
2058 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2059 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2060 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2061 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2062 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2063
2064 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2065 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2066
2067 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2068 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2069 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2070 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2071 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2072 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2073 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2074
2075 _ASUNAME
2076
2077 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2078 for as_dir in $PATH
2079 do
2080 IFS=$as_save_IFS
2081 test -z "$as_dir" && as_dir=.
2082 $as_echo "PATH: $as_dir"
2083 done
2084 IFS=$as_save_IFS
2085
2086 } >&5
2087
2088 cat >&5 <<_ACEOF
2089
2090
2091 ## ----------- ##
2092 ## Core tests. ##
2093 ## ----------- ##
2094
2095 _ACEOF
2096
2097
2098 # Keep a trace of the command line.
2099 # Strip out --no-create and --no-recursion so they do not pile up.
2100 # Strip out --silent because we don't want to record it for future runs.
2101 # Also quote any args containing shell meta-characters.
2102 # Make two passes to allow for proper duplicate-argument suppression.
2103 ac_configure_args=
2104 ac_configure_args0=
2105 ac_configure_args1=
2106 ac_must_keep_next=false
2107 for ac_pass in 1 2
2108 do
2109 for ac_arg
2110 do
2111 case $ac_arg in
2112 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2113 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2114 | -silent | --silent | --silen | --sile | --sil)
2115 continue ;;
2116 *\'*)
2117 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2118 esac
2119 case $ac_pass in
2120 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2121 2)
2122 as_fn_append ac_configure_args1 " '$ac_arg'"
2123 if test $ac_must_keep_next = true; then
2124 ac_must_keep_next=false # Got value, back to normal.
2125 else
2126 case $ac_arg in
2127 *=* | --config-cache | -C | -disable-* | --disable-* \
2128 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2129 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2130 | -with-* | --with-* | -without-* | --without-* | --x)
2131 case "$ac_configure_args0 " in
2132 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2133 esac
2134 ;;
2135 -* ) ac_must_keep_next=true ;;
2136 esac
2137 fi
2138 as_fn_append ac_configure_args " '$ac_arg'"
2139 ;;
2140 esac
2141 done
2142 done
2143 { ac_configure_args0=; unset ac_configure_args0;}
2144 { ac_configure_args1=; unset ac_configure_args1;}
2145
2146 # When interrupted or exit'd, cleanup temporary files, and complete
2147 # config.log. We remove comments because anyway the quotes in there
2148 # would cause problems or look ugly.
2149 # WARNING: Use '\'' to represent an apostrophe within the trap.
2150 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2151 trap 'exit_status=$?
2152 # Save into config.log some information that might help in debugging.
2153 {
2154 echo
2155
2156 $as_echo "## ---------------- ##
2157 ## Cache variables. ##
2158 ## ---------------- ##"
2159 echo
2160 # The following way of writing the cache mishandles newlines in values,
2161 (
2162 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2163 eval ac_val=\$$ac_var
2164 case $ac_val in #(
2165 *${as_nl}*)
2166 case $ac_var in #(
2167 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2168 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2169 esac
2170 case $ac_var in #(
2171 _ | IFS | as_nl) ;; #(
2172 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2173 *) { eval $ac_var=; unset $ac_var;} ;;
2174 esac ;;
2175 esac
2176 done
2177 (set) 2>&1 |
2178 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2179 *${as_nl}ac_space=\ *)
2180 sed -n \
2181 "s/'\''/'\''\\\\'\'''\''/g;
2182 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2183 ;; #(
2184 *)
2185 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2186 ;;
2187 esac |
2188 sort
2189 )
2190 echo
2191
2192 $as_echo "## ----------------- ##
2193 ## Output variables. ##
2194 ## ----------------- ##"
2195 echo
2196 for ac_var in $ac_subst_vars
2197 do
2198 eval ac_val=\$$ac_var
2199 case $ac_val in
2200 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2201 esac
2202 $as_echo "$ac_var='\''$ac_val'\''"
2203 done | sort
2204 echo
2205
2206 if test -n "$ac_subst_files"; then
2207 $as_echo "## ------------------- ##
2208 ## File substitutions. ##
2209 ## ------------------- ##"
2210 echo
2211 for ac_var in $ac_subst_files
2212 do
2213 eval ac_val=\$$ac_var
2214 case $ac_val in
2215 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2216 esac
2217 $as_echo "$ac_var='\''$ac_val'\''"
2218 done | sort
2219 echo
2220 fi
2221
2222 if test -s confdefs.h; then
2223 $as_echo "## ----------- ##
2224 ## confdefs.h. ##
2225 ## ----------- ##"
2226 echo
2227 cat confdefs.h
2228 echo
2229 fi
2230 test "$ac_signal" != 0 &&
2231 $as_echo "$as_me: caught signal $ac_signal"
2232 $as_echo "$as_me: exit $exit_status"
2233 } >&5
2234 rm -f core *.core core.conftest.* &&
2235 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2236 exit $exit_status
2237 ' 0
2238 for ac_signal in 1 2 13 15; do
2239 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2240 done
2241 ac_signal=0
2242
2243 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2244 rm -f -r conftest* confdefs.h
2245
2246 $as_echo "/* confdefs.h */" > confdefs.h
2247
2248 # Predefined preprocessor variables.
2249
2250 cat >>confdefs.h <<_ACEOF
2251 #define PACKAGE_NAME "$PACKAGE_NAME"
2252 _ACEOF
2253
2254 cat >>confdefs.h <<_ACEOF
2255 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2256 _ACEOF
2257
2258 cat >>confdefs.h <<_ACEOF
2259 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2260 _ACEOF
2261
2262 cat >>confdefs.h <<_ACEOF
2263 #define PACKAGE_STRING "$PACKAGE_STRING"
2264 _ACEOF
2265
2266 cat >>confdefs.h <<_ACEOF
2267 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2268 _ACEOF
2269
2270 cat >>confdefs.h <<_ACEOF
2271 #define PACKAGE_URL "$PACKAGE_URL"
2272 _ACEOF
2273
2274
2275 # Let the site file select an alternate cache file if it wants to.
2276 # Prefer an explicitly selected file to automatically selected ones.
2277 ac_site_file1=NONE
2278 ac_site_file2=NONE
2279 if test -n "$CONFIG_SITE"; then
2280 # We do not want a PATH search for config.site.
2281 case $CONFIG_SITE in #((
2282 -*) ac_site_file1=./$CONFIG_SITE;;
2283 */*) ac_site_file1=$CONFIG_SITE;;
2284 *) ac_site_file1=./$CONFIG_SITE;;
2285 esac
2286 elif test "x$prefix" != xNONE; then
2287 ac_site_file1=$prefix/share/config.site
2288 ac_site_file2=$prefix/etc/config.site
2289 else
2290 ac_site_file1=$ac_default_prefix/share/config.site
2291 ac_site_file2=$ac_default_prefix/etc/config.site
2292 fi
2293 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2294 do
2295 test "x$ac_site_file" = xNONE && continue
2296 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2297 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2298 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2299 sed 's/^/| /' "$ac_site_file" >&5
2300 . "$ac_site_file" \
2301 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2303 as_fn_error $? "failed to load site script $ac_site_file
2304 See \`config.log' for more details" "$LINENO" 5; }
2305 fi
2306 done
2307
2308 if test -r "$cache_file"; then
2309 # Some versions of bash will fail to source /dev/null (special files
2310 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2311 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2312 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2313 $as_echo "$as_me: loading cache $cache_file" >&6;}
2314 case $cache_file in
2315 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2316 *) . "./$cache_file";;
2317 esac
2318 fi
2319 else
2320 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2321 $as_echo "$as_me: creating cache $cache_file" >&6;}
2322 >$cache_file
2323 fi
2324
2325 # Check that the precious variables saved in the cache have kept the same
2326 # value.
2327 ac_cache_corrupted=false
2328 for ac_var in $ac_precious_vars; do
2329 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2330 eval ac_new_set=\$ac_env_${ac_var}_set
2331 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2332 eval ac_new_val=\$ac_env_${ac_var}_value
2333 case $ac_old_set,$ac_new_set in
2334 set,)
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2336 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2337 ac_cache_corrupted=: ;;
2338 ,set)
2339 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2340 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2341 ac_cache_corrupted=: ;;
2342 ,);;
2343 *)
2344 if test "x$ac_old_val" != "x$ac_new_val"; then
2345 # differences in whitespace do not lead to failure.
2346 ac_old_val_w=`echo x $ac_old_val`
2347 ac_new_val_w=`echo x $ac_new_val`
2348 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2349 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2350 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2351 ac_cache_corrupted=:
2352 else
2353 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2354 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2355 eval $ac_var=\$ac_old_val
2356 fi
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2358 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2359 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2360 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2361 fi;;
2362 esac
2363 # Pass precious variables to config.status.
2364 if test "$ac_new_set" = set; then
2365 case $ac_new_val in
2366 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2367 *) ac_arg=$ac_var=$ac_new_val ;;
2368 esac
2369 case " $ac_configure_args " in
2370 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2371 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2372 esac
2373 fi
2374 done
2375 if $ac_cache_corrupted; then
2376 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2377 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2378 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2379 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2380 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2381 fi
2382 ## -------------------- ##
2383 ## Main body of script. ##
2384 ## -------------------- ##
2385
2386 ac_ext=c
2387 ac_cpp='$CPP $CPPFLAGS'
2388 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2389 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2390 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2391
2392
2393
2394
2395
2396
2397
2398 ac_aux_dir=
2399 for ac_dir in .. "$srcdir"/..; do
2400 if test -f "$ac_dir/install-sh"; then
2401 ac_aux_dir=$ac_dir
2402 ac_install_sh="$ac_aux_dir/install-sh -c"
2403 break
2404 elif test -f "$ac_dir/install.sh"; then
2405 ac_aux_dir=$ac_dir
2406 ac_install_sh="$ac_aux_dir/install.sh -c"
2407 break
2408 elif test -f "$ac_dir/shtool"; then
2409 ac_aux_dir=$ac_dir
2410 ac_install_sh="$ac_aux_dir/shtool install -c"
2411 break
2412 fi
2413 done
2414 if test -z "$ac_aux_dir"; then
2415 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2416 fi
2417
2418 # These three variables are undocumented and unsupported,
2419 # and are intended to be withdrawn in a future Autoconf release.
2420 # They can cause serious problems if a builder's source tree is in a directory
2421 # whose full name contains unusual characters.
2422 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2423 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2424 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2425
2426
2427 # Make sure we can run config.sub.
2428 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2429 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2430
2431 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2432 $as_echo_n "checking build system type... " >&6; }
2433 if ${ac_cv_build+:} false; then :
2434 $as_echo_n "(cached) " >&6
2435 else
2436 ac_build_alias=$build_alias
2437 test "x$ac_build_alias" = x &&
2438 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2439 test "x$ac_build_alias" = x &&
2440 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2441 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2442 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2443
2444 fi
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2446 $as_echo "$ac_cv_build" >&6; }
2447 case $ac_cv_build in
2448 *-*-*) ;;
2449 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2450 esac
2451 build=$ac_cv_build
2452 ac_save_IFS=$IFS; IFS='-'
2453 set x $ac_cv_build
2454 shift
2455 build_cpu=$1
2456 build_vendor=$2
2457 shift; shift
2458 # Remember, the first character of IFS is used to create $*,
2459 # except with old shells:
2460 build_os=$*
2461 IFS=$ac_save_IFS
2462 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2463
2464
2465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2466 $as_echo_n "checking host system type... " >&6; }
2467 if ${ac_cv_host+:} false; then :
2468 $as_echo_n "(cached) " >&6
2469 else
2470 if test "x$host_alias" = x; then
2471 ac_cv_host=$ac_cv_build
2472 else
2473 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2474 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2475 fi
2476
2477 fi
2478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2479 $as_echo "$ac_cv_host" >&6; }
2480 case $ac_cv_host in
2481 *-*-*) ;;
2482 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2483 esac
2484 host=$ac_cv_host
2485 ac_save_IFS=$IFS; IFS='-'
2486 set x $ac_cv_host
2487 shift
2488 host_cpu=$1
2489 host_vendor=$2
2490 shift; shift
2491 # Remember, the first character of IFS is used to create $*,
2492 # except with old shells:
2493 host_os=$*
2494 IFS=$ac_save_IFS
2495 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2496
2497
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2499 $as_echo_n "checking target system type... " >&6; }
2500 if ${ac_cv_target+:} false; then :
2501 $as_echo_n "(cached) " >&6
2502 else
2503 if test "x$target_alias" = x; then
2504 ac_cv_target=$ac_cv_host
2505 else
2506 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2507 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2508 fi
2509
2510 fi
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2512 $as_echo "$ac_cv_target" >&6; }
2513 case $ac_cv_target in
2514 *-*-*) ;;
2515 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2516 esac
2517 target=$ac_cv_target
2518 ac_save_IFS=$IFS; IFS='-'
2519 set x $ac_cv_target
2520 shift
2521 target_cpu=$1
2522 target_vendor=$2
2523 shift; shift
2524 # Remember, the first character of IFS is used to create $*,
2525 # except with old shells:
2526 target_os=$*
2527 IFS=$ac_save_IFS
2528 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2529
2530
2531 # The aliases save the names the user supplied, while $host etc.
2532 # will get canonicalized.
2533 test -n "$target_alias" &&
2534 test "$program_prefix$program_suffix$program_transform_name" = \
2535 NONENONEs,x,x, &&
2536 program_prefix=${target_alias}-
2537 # Expand $ac_aux_dir to an absolute path.
2538 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2539
2540 ac_ext=c
2541 ac_cpp='$CPP $CPPFLAGS'
2542 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2543 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2544 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2545 if test -n "$ac_tool_prefix"; then
2546 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2547 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if ${ac_cv_prog_CC+:} false; then :
2551 $as_echo_n "(cached) " >&6
2552 else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2557 for as_dir in $PATH
2558 do
2559 IFS=$as_save_IFS
2560 test -z "$as_dir" && as_dir=.
2561 for ac_exec_ext in '' $ac_executable_extensions; do
2562 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2563 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2564 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2565 break 2
2566 fi
2567 done
2568 done
2569 IFS=$as_save_IFS
2570
2571 fi
2572 fi
2573 CC=$ac_cv_prog_CC
2574 if test -n "$CC"; then
2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2576 $as_echo "$CC" >&6; }
2577 else
2578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2579 $as_echo "no" >&6; }
2580 fi
2581
2582
2583 fi
2584 if test -z "$ac_cv_prog_CC"; then
2585 ac_ct_CC=$CC
2586 # Extract the first word of "gcc", so it can be a program name with args.
2587 set dummy gcc; ac_word=$2
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2589 $as_echo_n "checking for $ac_word... " >&6; }
2590 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2591 $as_echo_n "(cached) " >&6
2592 else
2593 if test -n "$ac_ct_CC"; then
2594 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2595 else
2596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2597 for as_dir in $PATH
2598 do
2599 IFS=$as_save_IFS
2600 test -z "$as_dir" && as_dir=.
2601 for ac_exec_ext in '' $ac_executable_extensions; do
2602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2603 ac_cv_prog_ac_ct_CC="gcc"
2604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2605 break 2
2606 fi
2607 done
2608 done
2609 IFS=$as_save_IFS
2610
2611 fi
2612 fi
2613 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2614 if test -n "$ac_ct_CC"; then
2615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2616 $as_echo "$ac_ct_CC" >&6; }
2617 else
2618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2619 $as_echo "no" >&6; }
2620 fi
2621
2622 if test "x$ac_ct_CC" = x; then
2623 CC=""
2624 else
2625 case $cross_compiling:$ac_tool_warned in
2626 yes:)
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2628 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2629 ac_tool_warned=yes ;;
2630 esac
2631 CC=$ac_ct_CC
2632 fi
2633 else
2634 CC="$ac_cv_prog_CC"
2635 fi
2636
2637 if test -z "$CC"; then
2638 if test -n "$ac_tool_prefix"; then
2639 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2640 set dummy ${ac_tool_prefix}cc; ac_word=$2
2641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2642 $as_echo_n "checking for $ac_word... " >&6; }
2643 if ${ac_cv_prog_CC+:} false; then :
2644 $as_echo_n "(cached) " >&6
2645 else
2646 if test -n "$CC"; then
2647 ac_cv_prog_CC="$CC" # Let the user override the test.
2648 else
2649 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2650 for as_dir in $PATH
2651 do
2652 IFS=$as_save_IFS
2653 test -z "$as_dir" && as_dir=.
2654 for ac_exec_ext in '' $ac_executable_extensions; do
2655 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2656 ac_cv_prog_CC="${ac_tool_prefix}cc"
2657 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2658 break 2
2659 fi
2660 done
2661 done
2662 IFS=$as_save_IFS
2663
2664 fi
2665 fi
2666 CC=$ac_cv_prog_CC
2667 if test -n "$CC"; then
2668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2669 $as_echo "$CC" >&6; }
2670 else
2671 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2672 $as_echo "no" >&6; }
2673 fi
2674
2675
2676 fi
2677 fi
2678 if test -z "$CC"; then
2679 # Extract the first word of "cc", so it can be a program name with args.
2680 set dummy cc; ac_word=$2
2681 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2682 $as_echo_n "checking for $ac_word... " >&6; }
2683 if ${ac_cv_prog_CC+:} false; then :
2684 $as_echo_n "(cached) " >&6
2685 else
2686 if test -n "$CC"; then
2687 ac_cv_prog_CC="$CC" # Let the user override the test.
2688 else
2689 ac_prog_rejected=no
2690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691 for as_dir in $PATH
2692 do
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2697 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2698 ac_prog_rejected=yes
2699 continue
2700 fi
2701 ac_cv_prog_CC="cc"
2702 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2703 break 2
2704 fi
2705 done
2706 done
2707 IFS=$as_save_IFS
2708
2709 if test $ac_prog_rejected = yes; then
2710 # We found a bogon in the path, so make sure we never use it.
2711 set dummy $ac_cv_prog_CC
2712 shift
2713 if test $# != 0; then
2714 # We chose a different compiler from the bogus one.
2715 # However, it has the same basename, so the bogon will be chosen
2716 # first if we set CC to just the basename; use the full file name.
2717 shift
2718 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2719 fi
2720 fi
2721 fi
2722 fi
2723 CC=$ac_cv_prog_CC
2724 if test -n "$CC"; then
2725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2726 $as_echo "$CC" >&6; }
2727 else
2728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2729 $as_echo "no" >&6; }
2730 fi
2731
2732
2733 fi
2734 if test -z "$CC"; then
2735 if test -n "$ac_tool_prefix"; then
2736 for ac_prog in cl.exe
2737 do
2738 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2739 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2741 $as_echo_n "checking for $ac_word... " >&6; }
2742 if ${ac_cv_prog_CC+:} false; then :
2743 $as_echo_n "(cached) " >&6
2744 else
2745 if test -n "$CC"; then
2746 ac_cv_prog_CC="$CC" # Let the user override the test.
2747 else
2748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2749 for as_dir in $PATH
2750 do
2751 IFS=$as_save_IFS
2752 test -z "$as_dir" && as_dir=.
2753 for ac_exec_ext in '' $ac_executable_extensions; do
2754 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2755 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757 break 2
2758 fi
2759 done
2760 done
2761 IFS=$as_save_IFS
2762
2763 fi
2764 fi
2765 CC=$ac_cv_prog_CC
2766 if test -n "$CC"; then
2767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2768 $as_echo "$CC" >&6; }
2769 else
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2771 $as_echo "no" >&6; }
2772 fi
2773
2774
2775 test -n "$CC" && break
2776 done
2777 fi
2778 if test -z "$CC"; then
2779 ac_ct_CC=$CC
2780 for ac_prog in cl.exe
2781 do
2782 # Extract the first word of "$ac_prog", so it can be a program name with args.
2783 set dummy $ac_prog; ac_word=$2
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2785 $as_echo_n "checking for $ac_word... " >&6; }
2786 if ${ac_cv_prog_ac_ct_CC+:} false; then :
2787 $as_echo_n "(cached) " >&6
2788 else
2789 if test -n "$ac_ct_CC"; then
2790 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2791 else
2792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2793 for as_dir in $PATH
2794 do
2795 IFS=$as_save_IFS
2796 test -z "$as_dir" && as_dir=.
2797 for ac_exec_ext in '' $ac_executable_extensions; do
2798 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2799 ac_cv_prog_ac_ct_CC="$ac_prog"
2800 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2801 break 2
2802 fi
2803 done
2804 done
2805 IFS=$as_save_IFS
2806
2807 fi
2808 fi
2809 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2810 if test -n "$ac_ct_CC"; then
2811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2812 $as_echo "$ac_ct_CC" >&6; }
2813 else
2814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2816 fi
2817
2818
2819 test -n "$ac_ct_CC" && break
2820 done
2821
2822 if test "x$ac_ct_CC" = x; then
2823 CC=""
2824 else
2825 case $cross_compiling:$ac_tool_warned in
2826 yes:)
2827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2828 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2829 ac_tool_warned=yes ;;
2830 esac
2831 CC=$ac_ct_CC
2832 fi
2833 fi
2834
2835 fi
2836
2837
2838 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2839 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2840 as_fn_error $? "no acceptable C compiler found in \$PATH
2841 See \`config.log' for more details" "$LINENO" 5; }
2842
2843 # Provide some information about the compiler.
2844 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
2845 set X $ac_compile
2846 ac_compiler=$2
2847 for ac_option in --version -v -V -qversion; do
2848 { { ac_try="$ac_compiler $ac_option >&5"
2849 case "(($ac_try" in
2850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2851 *) ac_try_echo=$ac_try;;
2852 esac
2853 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2854 $as_echo "$ac_try_echo"; } >&5
2855 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
2856 ac_status=$?
2857 if test -s conftest.err; then
2858 sed '10a\
2859 ... rest of stderr output deleted ...
2860 10q' conftest.err >conftest.er1
2861 cat conftest.er1 >&5
2862 fi
2863 rm -f conftest.er1 conftest.err
2864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2865 test $ac_status = 0; }
2866 done
2867
2868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2869 /* end confdefs.h. */
2870
2871 int
2872 main ()
2873 {
2874
2875 ;
2876 return 0;
2877 }
2878 _ACEOF
2879 ac_clean_files_save=$ac_clean_files
2880 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2881 # Try to create an executable without -o first, disregard a.out.
2882 # It will help us diagnose broken compilers, and finding out an intuition
2883 # of exeext.
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
2885 $as_echo_n "checking whether the C compiler works... " >&6; }
2886 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2887
2888 # The possible output files:
2889 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2890
2891 ac_rmfiles=
2892 for ac_file in $ac_files
2893 do
2894 case $ac_file in
2895 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2896 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2897 esac
2898 done
2899 rm -f $ac_rmfiles
2900
2901 if { { ac_try="$ac_link_default"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2907 $as_echo "$ac_try_echo"; } >&5
2908 (eval "$ac_link_default") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2911 test $ac_status = 0; }; then :
2912 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2913 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2914 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2915 # so that the user can short-circuit this test for compilers unknown to
2916 # Autoconf.
2917 for ac_file in $ac_files ''
2918 do
2919 test -f "$ac_file" || continue
2920 case $ac_file in
2921 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2922 ;;
2923 [ab].out )
2924 # We found the default executable, but exeext='' is most
2925 # certainly right.
2926 break;;
2927 *.* )
2928 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2929 then :; else
2930 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2931 fi
2932 # We set ac_cv_exeext here because the later test for it is not
2933 # safe: cross compilers may not add the suffix if given an `-o'
2934 # argument, so we may need to know it at that point already.
2935 # Even if this section looks crufty: it has the advantage of
2936 # actually working.
2937 break;;
2938 * )
2939 break;;
2940 esac
2941 done
2942 test "$ac_cv_exeext" = no && ac_cv_exeext=
2943
2944 else
2945 ac_file=''
2946 fi
2947 if test -z "$ac_file"; then :
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2949 $as_echo "no" >&6; }
2950 $as_echo "$as_me: failed program was:" >&5
2951 sed 's/^/| /' conftest.$ac_ext >&5
2952
2953 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2954 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2955 as_fn_error 77 "C compiler cannot create executables
2956 See \`config.log' for more details" "$LINENO" 5; }
2957 else
2958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2959 $as_echo "yes" >&6; }
2960 fi
2961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
2962 $as_echo_n "checking for C compiler default output file name... " >&6; }
2963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
2964 $as_echo "$ac_file" >&6; }
2965 ac_exeext=$ac_cv_exeext
2966
2967 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2968 ac_clean_files=$ac_clean_files_save
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
2970 $as_echo_n "checking for suffix of executables... " >&6; }
2971 if { { ac_try="$ac_link"
2972 case "(($ac_try" in
2973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2974 *) ac_try_echo=$ac_try;;
2975 esac
2976 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
2977 $as_echo "$ac_try_echo"; } >&5
2978 (eval "$ac_link") 2>&5
2979 ac_status=$?
2980 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2981 test $ac_status = 0; }; then :
2982 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2983 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2984 # work properly (i.e., refer to `conftest.exe'), while it won't with
2985 # `rm'.
2986 for ac_file in conftest.exe conftest conftest.*; do
2987 test -f "$ac_file" || continue
2988 case $ac_file in
2989 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2990 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2991 break;;
2992 * ) break;;
2993 esac
2994 done
2995 else
2996 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2997 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2998 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
2999 See \`config.log' for more details" "$LINENO" 5; }
3000 fi
3001 rm -f conftest conftest$ac_cv_exeext
3002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3003 $as_echo "$ac_cv_exeext" >&6; }
3004
3005 rm -f conftest.$ac_ext
3006 EXEEXT=$ac_cv_exeext
3007 ac_exeext=$EXEEXT
3008 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3009 /* end confdefs.h. */
3010 #include <stdio.h>
3011 int
3012 main ()
3013 {
3014 FILE *f = fopen ("conftest.out", "w");
3015 return ferror (f) || fclose (f) != 0;
3016
3017 ;
3018 return 0;
3019 }
3020 _ACEOF
3021 ac_clean_files="$ac_clean_files conftest.out"
3022 # Check that the compiler produces executables we can run. If not, either
3023 # the compiler is broken, or we cross compile.
3024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3025 $as_echo_n "checking whether we are cross compiling... " >&6; }
3026 if test "$cross_compiling" != yes; then
3027 { { ac_try="$ac_link"
3028 case "(($ac_try" in
3029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3030 *) ac_try_echo=$ac_try;;
3031 esac
3032 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3033 $as_echo "$ac_try_echo"; } >&5
3034 (eval "$ac_link") 2>&5
3035 ac_status=$?
3036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3037 test $ac_status = 0; }
3038 if { ac_try='./conftest$ac_cv_exeext'
3039 { { case "(($ac_try" in
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3042 esac
3043 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3044 $as_echo "$ac_try_echo"; } >&5
3045 (eval "$ac_try") 2>&5
3046 ac_status=$?
3047 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3048 test $ac_status = 0; }; }; then
3049 cross_compiling=no
3050 else
3051 if test "$cross_compiling" = maybe; then
3052 cross_compiling=yes
3053 else
3054 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3055 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3056 as_fn_error $? "cannot run C compiled programs.
3057 If you meant to cross compile, use \`--host'.
3058 See \`config.log' for more details" "$LINENO" 5; }
3059 fi
3060 fi
3061 fi
3062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3063 $as_echo "$cross_compiling" >&6; }
3064
3065 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3066 ac_clean_files=$ac_clean_files_save
3067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3068 $as_echo_n "checking for suffix of object files... " >&6; }
3069 if ${ac_cv_objext+:} false; then :
3070 $as_echo_n "(cached) " >&6
3071 else
3072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3073 /* end confdefs.h. */
3074
3075 int
3076 main ()
3077 {
3078
3079 ;
3080 return 0;
3081 }
3082 _ACEOF
3083 rm -f conftest.o conftest.obj
3084 if { { ac_try="$ac_compile"
3085 case "(($ac_try" in
3086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087 *) ac_try_echo=$ac_try;;
3088 esac
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091 (eval "$ac_compile") 2>&5
3092 ac_status=$?
3093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3094 test $ac_status = 0; }; then :
3095 for ac_file in conftest.o conftest.obj conftest.*; do
3096 test -f "$ac_file" || continue;
3097 case $ac_file in
3098 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3099 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3100 break;;
3101 esac
3102 done
3103 else
3104 $as_echo "$as_me: failed program was:" >&5
3105 sed 's/^/| /' conftest.$ac_ext >&5
3106
3107 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3108 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3109 as_fn_error $? "cannot compute suffix of object files: cannot compile
3110 See \`config.log' for more details" "$LINENO" 5; }
3111 fi
3112 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3113 fi
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3115 $as_echo "$ac_cv_objext" >&6; }
3116 OBJEXT=$ac_cv_objext
3117 ac_objext=$OBJEXT
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3119 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3120 if ${ac_cv_c_compiler_gnu+:} false; then :
3121 $as_echo_n "(cached) " >&6
3122 else
3123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3124 /* end confdefs.h. */
3125
3126 int
3127 main ()
3128 {
3129 #ifndef __GNUC__
3130 choke me
3131 #endif
3132
3133 ;
3134 return 0;
3135 }
3136 _ACEOF
3137 if ac_fn_c_try_compile "$LINENO"; then :
3138 ac_compiler_gnu=yes
3139 else
3140 ac_compiler_gnu=no
3141 fi
3142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3143 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3144
3145 fi
3146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3147 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3148 if test $ac_compiler_gnu = yes; then
3149 GCC=yes
3150 else
3151 GCC=
3152 fi
3153 ac_test_CFLAGS=${CFLAGS+set}
3154 ac_save_CFLAGS=$CFLAGS
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3156 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3157 if ${ac_cv_prog_cc_g+:} false; then :
3158 $as_echo_n "(cached) " >&6
3159 else
3160 ac_save_c_werror_flag=$ac_c_werror_flag
3161 ac_c_werror_flag=yes
3162 ac_cv_prog_cc_g=no
3163 CFLAGS="-g"
3164 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3165 /* end confdefs.h. */
3166
3167 int
3168 main ()
3169 {
3170
3171 ;
3172 return 0;
3173 }
3174 _ACEOF
3175 if ac_fn_c_try_compile "$LINENO"; then :
3176 ac_cv_prog_cc_g=yes
3177 else
3178 CFLAGS=""
3179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3180 /* end confdefs.h. */
3181
3182 int
3183 main ()
3184 {
3185
3186 ;
3187 return 0;
3188 }
3189 _ACEOF
3190 if ac_fn_c_try_compile "$LINENO"; then :
3191
3192 else
3193 ac_c_werror_flag=$ac_save_c_werror_flag
3194 CFLAGS="-g"
3195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3196 /* end confdefs.h. */
3197
3198 int
3199 main ()
3200 {
3201
3202 ;
3203 return 0;
3204 }
3205 _ACEOF
3206 if ac_fn_c_try_compile "$LINENO"; then :
3207 ac_cv_prog_cc_g=yes
3208 fi
3209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3210 fi
3211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3212 fi
3213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3214 ac_c_werror_flag=$ac_save_c_werror_flag
3215 fi
3216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3217 $as_echo "$ac_cv_prog_cc_g" >&6; }
3218 if test "$ac_test_CFLAGS" = set; then
3219 CFLAGS=$ac_save_CFLAGS
3220 elif test $ac_cv_prog_cc_g = yes; then
3221 if test "$GCC" = yes; then
3222 CFLAGS="-g -O2"
3223 else
3224 CFLAGS="-g"
3225 fi
3226 else
3227 if test "$GCC" = yes; then
3228 CFLAGS="-O2"
3229 else
3230 CFLAGS=
3231 fi
3232 fi
3233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3234 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3235 if ${ac_cv_prog_cc_c89+:} false; then :
3236 $as_echo_n "(cached) " >&6
3237 else
3238 ac_cv_prog_cc_c89=no
3239 ac_save_CC=$CC
3240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3241 /* end confdefs.h. */
3242 #include <stdarg.h>
3243 #include <stdio.h>
3244 struct stat;
3245 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3246 struct buf { int x; };
3247 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3248 static char *e (p, i)
3249 char **p;
3250 int i;
3251 {
3252 return p[i];
3253 }
3254 static char *f (char * (*g) (char **, int), char **p, ...)
3255 {
3256 char *s;
3257 va_list v;
3258 va_start (v,p);
3259 s = g (p, va_arg (v,int));
3260 va_end (v);
3261 return s;
3262 }
3263
3264 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3265 function prototypes and stuff, but not '\xHH' hex character constants.
3266 These don't provoke an error unfortunately, instead are silently treated
3267 as 'x'. The following induces an error, until -std is added to get
3268 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3269 array size at least. It's necessary to write '\x00'==0 to get something
3270 that's true only with -std. */
3271 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3272
3273 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3274 inside strings and character constants. */
3275 #define FOO(x) 'x'
3276 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3277
3278 int test (int i, double x);
3279 struct s1 {int (*f) (int a);};
3280 struct s2 {int (*f) (double a);};
3281 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3282 int argc;
3283 char **argv;
3284 int
3285 main ()
3286 {
3287 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3288 ;
3289 return 0;
3290 }
3291 _ACEOF
3292 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3293 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3294 do
3295 CC="$ac_save_CC $ac_arg"
3296 if ac_fn_c_try_compile "$LINENO"; then :
3297 ac_cv_prog_cc_c89=$ac_arg
3298 fi
3299 rm -f core conftest.err conftest.$ac_objext
3300 test "x$ac_cv_prog_cc_c89" != "xno" && break
3301 done
3302 rm -f conftest.$ac_ext
3303 CC=$ac_save_CC
3304
3305 fi
3306 # AC_CACHE_VAL
3307 case "x$ac_cv_prog_cc_c89" in
3308 x)
3309 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3310 $as_echo "none needed" >&6; } ;;
3311 xno)
3312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3313 $as_echo "unsupported" >&6; } ;;
3314 *)
3315 CC="$CC $ac_cv_prog_cc_c89"
3316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3317 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3318 esac
3319 if test "x$ac_cv_prog_cc_c89" != xno; then :
3320
3321 fi
3322
3323 ac_ext=c
3324 ac_cpp='$CPP $CPPFLAGS'
3325 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3326 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3327 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3328
3329 ac_ext=c
3330 ac_cpp='$CPP $CPPFLAGS'
3331 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3332 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3333 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3335 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3336 if ${am_cv_prog_cc_c_o+:} false; then :
3337 $as_echo_n "(cached) " >&6
3338 else
3339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3340 /* end confdefs.h. */
3341
3342 int
3343 main ()
3344 {
3345
3346 ;
3347 return 0;
3348 }
3349 _ACEOF
3350 # Make sure it works both with $CC and with simple cc.
3351 # Following AC_PROG_CC_C_O, we do the test twice because some
3352 # compilers refuse to overwrite an existing .o file with -o,
3353 # though they will create one.
3354 am_cv_prog_cc_c_o=yes
3355 for am_i in 1 2; do
3356 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3357 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3358 ac_status=$?
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); } \
3361 && test -f conftest2.$ac_objext; then
3362 : OK
3363 else
3364 am_cv_prog_cc_c_o=no
3365 break
3366 fi
3367 done
3368 rm -f core conftest*
3369 unset am_i
3370 fi
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3372 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3373 if test "$am_cv_prog_cc_c_o" != yes; then
3374 # Losing compiler, so override with the script.
3375 # FIXME: It is wrong to rewrite CC.
3376 # But if we don't then we get into trouble of one sort or another.
3377 # A longer-term fix would be to have automake use am__CC in this case,
3378 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3379 CC="$am_aux_dir/compile $CC"
3380 fi
3381 ac_ext=c
3382 ac_cpp='$CPP $CPPFLAGS'
3383 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3384 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3385 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3386
3387
3388
3389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing strerror" >&5
3390 $as_echo_n "checking for library containing strerror... " >&6; }
3391 if ${ac_cv_search_strerror+:} false; then :
3392 $as_echo_n "(cached) " >&6
3393 else
3394 ac_func_search_save_LIBS=$LIBS
3395 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3396 /* end confdefs.h. */
3397
3398 /* Override any GCC internal prototype to avoid an error.
3399 Use char because int might match the return type of a GCC
3400 builtin and then its argument prototype would still apply. */
3401 #ifdef __cplusplus
3402 extern "C"
3403 #endif
3404 char strerror ();
3405 int
3406 main ()
3407 {
3408 return strerror ();
3409 ;
3410 return 0;
3411 }
3412 _ACEOF
3413 for ac_lib in '' cposix; do
3414 if test -z "$ac_lib"; then
3415 ac_res="none required"
3416 else
3417 ac_res=-l$ac_lib
3418 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
3419 fi
3420 if ac_fn_c_try_link "$LINENO"; then :
3421 ac_cv_search_strerror=$ac_res
3422 fi
3423 rm -f core conftest.err conftest.$ac_objext \
3424 conftest$ac_exeext
3425 if ${ac_cv_search_strerror+:} false; then :
3426 break
3427 fi
3428 done
3429 if ${ac_cv_search_strerror+:} false; then :
3430
3431 else
3432 ac_cv_search_strerror=no
3433 fi
3434 rm conftest.$ac_ext
3435 LIBS=$ac_func_search_save_LIBS
3436 fi
3437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_strerror" >&5
3438 $as_echo "$ac_cv_search_strerror" >&6; }
3439 ac_res=$ac_cv_search_strerror
3440 if test "$ac_res" != no; then :
3441 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
3442
3443 fi
3444
3445
3446 am__api_version='1.15'
3447
3448 # Find a good install program. We prefer a C program (faster),
3449 # so one script is as good as another. But avoid the broken or
3450 # incompatible versions:
3451 # SysV /etc/install, /usr/sbin/install
3452 # SunOS /usr/etc/install
3453 # IRIX /sbin/install
3454 # AIX /bin/install
3455 # AmigaOS /C/install, which installs bootblocks on floppy discs
3456 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3457 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3458 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3459 # OS/2's system install, which has a completely different semantic
3460 # ./install, which can be erroneously created by make from ./install.sh.
3461 # Reject install programs that cannot install multiple files.
3462 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3463 $as_echo_n "checking for a BSD-compatible install... " >&6; }
3464 if test -z "$INSTALL"; then
3465 if ${ac_cv_path_install+:} false; then :
3466 $as_echo_n "(cached) " >&6
3467 else
3468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3469 for as_dir in $PATH
3470 do
3471 IFS=$as_save_IFS
3472 test -z "$as_dir" && as_dir=.
3473 # Account for people who put trailing slashes in PATH elements.
3474 case $as_dir/ in #((
3475 ./ | .// | /[cC]/* | \
3476 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3477 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3478 /usr/ucb/* ) ;;
3479 *)
3480 # OSF1 and SCO ODT 3.0 have their own names for install.
3481 # Don't use installbsd from OSF since it installs stuff as root
3482 # by default.
3483 for ac_prog in ginstall scoinst install; do
3484 for ac_exec_ext in '' $ac_executable_extensions; do
3485 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3486 if test $ac_prog = install &&
3487 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3488 # AIX install. It has an incompatible calling convention.
3489 :
3490 elif test $ac_prog = install &&
3491 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3492 # program-specific install script used by HP pwplus--don't use.
3493 :
3494 else
3495 rm -rf conftest.one conftest.two conftest.dir
3496 echo one > conftest.one
3497 echo two > conftest.two
3498 mkdir conftest.dir
3499 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3500 test -s conftest.one && test -s conftest.two &&
3501 test -s conftest.dir/conftest.one &&
3502 test -s conftest.dir/conftest.two
3503 then
3504 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3505 break 3
3506 fi
3507 fi
3508 fi
3509 done
3510 done
3511 ;;
3512 esac
3513
3514 done
3515 IFS=$as_save_IFS
3516
3517 rm -rf conftest.one conftest.two conftest.dir
3518
3519 fi
3520 if test "${ac_cv_path_install+set}" = set; then
3521 INSTALL=$ac_cv_path_install
3522 else
3523 # As a last resort, use the slow shell script. Don't cache a
3524 # value for INSTALL within a source directory, because that will
3525 # break other packages using the cache if that directory is
3526 # removed, or if the value is a relative name.
3527 INSTALL=$ac_install_sh
3528 fi
3529 fi
3530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3531 $as_echo "$INSTALL" >&6; }
3532
3533 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3534 # It thinks the first close brace ends the variable substitution.
3535 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3536
3537 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3538
3539 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3540
3541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3542 $as_echo_n "checking whether build environment is sane... " >&6; }
3543 # Reject unsafe characters in $srcdir or the absolute working directory
3544 # name. Accept space and tab only in the latter.
3545 am_lf='
3546 '
3547 case `pwd` in
3548 *[\\\"\#\$\&\'\`$am_lf]*)
3549 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3550 esac
3551 case $srcdir in
3552 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3553 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3554 esac
3555
3556 # Do 'set' in a subshell so we don't clobber the current shell's
3557 # arguments. Must try -L first in case configure is actually a
3558 # symlink; some systems play weird games with the mod time of symlinks
3559 # (eg FreeBSD returns the mod time of the symlink's containing
3560 # directory).
3561 if (
3562 am_has_slept=no
3563 for am_try in 1 2; do
3564 echo "timestamp, slept: $am_has_slept" > conftest.file
3565 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3566 if test "$*" = "X"; then
3567 # -L didn't work.
3568 set X `ls -t "$srcdir/configure" conftest.file`
3569 fi
3570 if test "$*" != "X $srcdir/configure conftest.file" \
3571 && test "$*" != "X conftest.file $srcdir/configure"; then
3572
3573 # If neither matched, then we have a broken ls. This can happen
3574 # if, for instance, CONFIG_SHELL is bash and it inherits a
3575 # broken ls alias from the environment. This has actually
3576 # happened. Such a system could not be considered "sane".
3577 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3578 alias in your environment" "$LINENO" 5
3579 fi
3580 if test "$2" = conftest.file || test $am_try -eq 2; then
3581 break
3582 fi
3583 # Just in case.
3584 sleep 1
3585 am_has_slept=yes
3586 done
3587 test "$2" = conftest.file
3588 )
3589 then
3590 # Ok.
3591 :
3592 else
3593 as_fn_error $? "newly created file is older than distributed files!
3594 Check your system clock" "$LINENO" 5
3595 fi
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3597 $as_echo "yes" >&6; }
3598 # If we didn't sleep, we still need to ensure time stamps of config.status and
3599 # generated files are strictly newer.
3600 am_sleep_pid=
3601 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3602 ( sleep 1 ) &
3603 am_sleep_pid=$!
3604 fi
3605
3606 rm -f conftest.file
3607
3608 test "$program_prefix" != NONE &&
3609 program_transform_name="s&^&$program_prefix&;$program_transform_name"
3610 # Use a double $ so make ignores it.
3611 test "$program_suffix" != NONE &&
3612 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3613 # Double any \ or $.
3614 # By default was `s,x,x', remove it if useless.
3615 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3616 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3617
3618 if test x"${MISSING+set}" != xset; then
3619 case $am_aux_dir in
3620 *\ * | *\ *)
3621 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3622 *)
3623 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3624 esac
3625 fi
3626 # Use eval to expand $SHELL
3627 if eval "$MISSING --is-lightweight"; then
3628 am_missing_run="$MISSING "
3629 else
3630 am_missing_run=
3631 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3632 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3633 fi
3634
3635 if test x"${install_sh+set}" != xset; then
3636 case $am_aux_dir in
3637 *\ * | *\ *)
3638 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3639 *)
3640 install_sh="\${SHELL} $am_aux_dir/install-sh"
3641 esac
3642 fi
3643
3644 # Installed binaries are usually stripped using 'strip' when the user
3645 # run "make install-strip". However 'strip' might not be the right
3646 # tool to use in cross-compilation environments, therefore Automake
3647 # will honor the 'STRIP' environment variable to overrule this program.
3648 if test "$cross_compiling" != no; then
3649 if test -n "$ac_tool_prefix"; then
3650 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3651 set dummy ${ac_tool_prefix}strip; ac_word=$2
3652 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3653 $as_echo_n "checking for $ac_word... " >&6; }
3654 if ${ac_cv_prog_STRIP+:} false; then :
3655 $as_echo_n "(cached) " >&6
3656 else
3657 if test -n "$STRIP"; then
3658 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3659 else
3660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3661 for as_dir in $PATH
3662 do
3663 IFS=$as_save_IFS
3664 test -z "$as_dir" && as_dir=.
3665 for ac_exec_ext in '' $ac_executable_extensions; do
3666 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3667 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3668 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3669 break 2
3670 fi
3671 done
3672 done
3673 IFS=$as_save_IFS
3674
3675 fi
3676 fi
3677 STRIP=$ac_cv_prog_STRIP
3678 if test -n "$STRIP"; then
3679 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3680 $as_echo "$STRIP" >&6; }
3681 else
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3683 $as_echo "no" >&6; }
3684 fi
3685
3686
3687 fi
3688 if test -z "$ac_cv_prog_STRIP"; then
3689 ac_ct_STRIP=$STRIP
3690 # Extract the first word of "strip", so it can be a program name with args.
3691 set dummy strip; ac_word=$2
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3693 $as_echo_n "checking for $ac_word... " >&6; }
3694 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
3695 $as_echo_n "(cached) " >&6
3696 else
3697 if test -n "$ac_ct_STRIP"; then
3698 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3699 else
3700 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3701 for as_dir in $PATH
3702 do
3703 IFS=$as_save_IFS
3704 test -z "$as_dir" && as_dir=.
3705 for ac_exec_ext in '' $ac_executable_extensions; do
3706 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3707 ac_cv_prog_ac_ct_STRIP="strip"
3708 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3709 break 2
3710 fi
3711 done
3712 done
3713 IFS=$as_save_IFS
3714
3715 fi
3716 fi
3717 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3718 if test -n "$ac_ct_STRIP"; then
3719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3720 $as_echo "$ac_ct_STRIP" >&6; }
3721 else
3722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3723 $as_echo "no" >&6; }
3724 fi
3725
3726 if test "x$ac_ct_STRIP" = x; then
3727 STRIP=":"
3728 else
3729 case $cross_compiling:$ac_tool_warned in
3730 yes:)
3731 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3732 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3733 ac_tool_warned=yes ;;
3734 esac
3735 STRIP=$ac_ct_STRIP
3736 fi
3737 else
3738 STRIP="$ac_cv_prog_STRIP"
3739 fi
3740
3741 fi
3742 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3743
3744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3745 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3746 if test -z "$MKDIR_P"; then
3747 if ${ac_cv_path_mkdir+:} false; then :
3748 $as_echo_n "(cached) " >&6
3749 else
3750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3751 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3752 do
3753 IFS=$as_save_IFS
3754 test -z "$as_dir" && as_dir=.
3755 for ac_prog in mkdir gmkdir; do
3756 for ac_exec_ext in '' $ac_executable_extensions; do
3757 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3758 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3759 'mkdir (GNU coreutils) '* | \
3760 'mkdir (coreutils) '* | \
3761 'mkdir (fileutils) '4.1*)
3762 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3763 break 3;;
3764 esac
3765 done
3766 done
3767 done
3768 IFS=$as_save_IFS
3769
3770 fi
3771
3772 test -d ./--version && rmdir ./--version
3773 if test "${ac_cv_path_mkdir+set}" = set; then
3774 MKDIR_P="$ac_cv_path_mkdir -p"
3775 else
3776 # As a last resort, use the slow shell script. Don't cache a
3777 # value for MKDIR_P within a source directory, because that will
3778 # break other packages using the cache if that directory is
3779 # removed, or if the value is a relative name.
3780 MKDIR_P="$ac_install_sh -d"
3781 fi
3782 fi
3783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3784 $as_echo "$MKDIR_P" >&6; }
3785
3786 for ac_prog in gawk mawk nawk awk
3787 do
3788 # Extract the first word of "$ac_prog", so it can be a program name with args.
3789 set dummy $ac_prog; ac_word=$2
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3791 $as_echo_n "checking for $ac_word... " >&6; }
3792 if ${ac_cv_prog_AWK+:} false; then :
3793 $as_echo_n "(cached) " >&6
3794 else
3795 if test -n "$AWK"; then
3796 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3797 else
3798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3799 for as_dir in $PATH
3800 do
3801 IFS=$as_save_IFS
3802 test -z "$as_dir" && as_dir=.
3803 for ac_exec_ext in '' $ac_executable_extensions; do
3804 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3805 ac_cv_prog_AWK="$ac_prog"
3806 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3807 break 2
3808 fi
3809 done
3810 done
3811 IFS=$as_save_IFS
3812
3813 fi
3814 fi
3815 AWK=$ac_cv_prog_AWK
3816 if test -n "$AWK"; then
3817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3818 $as_echo "$AWK" >&6; }
3819 else
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 $as_echo "no" >&6; }
3822 fi
3823
3824
3825 test -n "$AWK" && break
3826 done
3827
3828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3829 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3830 set x ${MAKE-make}
3831 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3832 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3833 $as_echo_n "(cached) " >&6
3834 else
3835 cat >conftest.make <<\_ACEOF
3836 SHELL = /bin/sh
3837 all:
3838 @echo '@@@%%%=$(MAKE)=@@@%%%'
3839 _ACEOF
3840 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3841 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3842 *@@@%%%=?*=@@@%%%*)
3843 eval ac_cv_prog_make_${ac_make}_set=yes;;
3844 *)
3845 eval ac_cv_prog_make_${ac_make}_set=no;;
3846 esac
3847 rm -f conftest.make
3848 fi
3849 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 SET_MAKE=
3853 else
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3855 $as_echo "no" >&6; }
3856 SET_MAKE="MAKE=${MAKE-make}"
3857 fi
3858
3859 rm -rf .tst 2>/dev/null
3860 mkdir .tst 2>/dev/null
3861 if test -d .tst; then
3862 am__leading_dot=.
3863 else
3864 am__leading_dot=_
3865 fi
3866 rmdir .tst 2>/dev/null
3867
3868 DEPDIR="${am__leading_dot}deps"
3869
3870 ac_config_commands="$ac_config_commands depfiles"
3871
3872
3873 am_make=${MAKE-make}
3874 cat > confinc << 'END'
3875 am__doit:
3876 @echo this is the am__doit target
3877 .PHONY: am__doit
3878 END
3879 # If we don't find an include directive, just comment out the code.
3880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3881 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3882 am__include="#"
3883 am__quote=
3884 _am_result=none
3885 # First try GNU make style include.
3886 echo "include confinc" > confmf
3887 # Ignore all kinds of additional output from 'make'.
3888 case `$am_make -s -f confmf 2> /dev/null` in #(
3889 *the\ am__doit\ target*)
3890 am__include=include
3891 am__quote=
3892 _am_result=GNU
3893 ;;
3894 esac
3895 # Now try BSD make style include.
3896 if test "$am__include" = "#"; then
3897 echo '.include "confinc"' > confmf
3898 case `$am_make -s -f confmf 2> /dev/null` in #(
3899 *the\ am__doit\ target*)
3900 am__include=.include
3901 am__quote="\""
3902 _am_result=BSD
3903 ;;
3904 esac
3905 fi
3906
3907
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3909 $as_echo "$_am_result" >&6; }
3910 rm -f confinc confmf
3911
3912 # Check whether --enable-dependency-tracking was given.
3913 if test "${enable_dependency_tracking+set}" = set; then :
3914 enableval=$enable_dependency_tracking;
3915 fi
3916
3917 if test "x$enable_dependency_tracking" != xno; then
3918 am_depcomp="$ac_aux_dir/depcomp"
3919 AMDEPBACKSLASH='\'
3920 am__nodep='_no'
3921 fi
3922 if test "x$enable_dependency_tracking" != xno; then
3923 AMDEP_TRUE=
3924 AMDEP_FALSE='#'
3925 else
3926 AMDEP_TRUE='#'
3927 AMDEP_FALSE=
3928 fi
3929
3930
3931 # Check whether --enable-silent-rules was given.
3932 if test "${enable_silent_rules+set}" = set; then :
3933 enableval=$enable_silent_rules;
3934 fi
3935
3936 case $enable_silent_rules in # (((
3937 yes) AM_DEFAULT_VERBOSITY=0;;
3938 no) AM_DEFAULT_VERBOSITY=1;;
3939 *) AM_DEFAULT_VERBOSITY=1;;
3940 esac
3941 am_make=${MAKE-make}
3942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3943 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3944 if ${am_cv_make_support_nested_variables+:} false; then :
3945 $as_echo_n "(cached) " >&6
3946 else
3947 if $as_echo 'TRUE=$(BAR$(V))
3948 BAR0=false
3949 BAR1=true
3950 V=1
3951 am__doit:
3952 @$(TRUE)
3953 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3954 am_cv_make_support_nested_variables=yes
3955 else
3956 am_cv_make_support_nested_variables=no
3957 fi
3958 fi
3959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3960 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3961 if test $am_cv_make_support_nested_variables = yes; then
3962 AM_V='$(V)'
3963 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3964 else
3965 AM_V=$AM_DEFAULT_VERBOSITY
3966 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3967 fi
3968 AM_BACKSLASH='\'
3969
3970 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3971 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3972 # is not polluted with repeated "-I."
3973 am__isrc=' -I$(srcdir)'
3974 # test to see if srcdir already configured
3975 if test -f $srcdir/config.status; then
3976 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3977 fi
3978 fi
3979
3980 # test whether we have cygpath
3981 if test -z "$CYGPATH_W"; then
3982 if (cygpath --version) >/dev/null 2>/dev/null; then
3983 CYGPATH_W='cygpath -w'
3984 else
3985 CYGPATH_W=echo
3986 fi
3987 fi
3988
3989
3990 # Define the identity of the package.
3991 PACKAGE='gas'
3992 VERSION='2.36.50'
3993
3994
3995 cat >>confdefs.h <<_ACEOF
3996 #define PACKAGE "$PACKAGE"
3997 _ACEOF
3998
3999
4000 cat >>confdefs.h <<_ACEOF
4001 #define VERSION "$VERSION"
4002 _ACEOF
4003
4004 # Some tools Automake needs.
4005
4006 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4007
4008
4009 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4010
4011
4012 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4013
4014
4015 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4016
4017
4018 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4019
4020 # For better backward compatibility. To be removed once Automake 1.9.x
4021 # dies out for good. For more background, see:
4022 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4023 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4024 mkdir_p='$(MKDIR_P)'
4025
4026 # We need awk for the "check" target (and possibly the TAP driver). The
4027 # system "awk" is bad on some platforms.
4028 # Always define AMTAR for backward compatibility. Yes, it's still used
4029 # in the wild :-( We should find a proper way to deprecate it ...
4030 AMTAR='$${TAR-tar}'
4031
4032
4033 # We'll loop over all known methods to create a tar archive until one works.
4034 _am_tools='gnutar pax cpio none'
4035
4036 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4037
4038
4039
4040
4041
4042 depcc="$CC" am_compiler_list=
4043
4044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4045 $as_echo_n "checking dependency style of $depcc... " >&6; }
4046 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4047 $as_echo_n "(cached) " >&6
4048 else
4049 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4050 # We make a subdir and do the tests there. Otherwise we can end up
4051 # making bogus files that we don't know about and never remove. For
4052 # instance it was reported that on HP-UX the gcc test will end up
4053 # making a dummy file named 'D' -- because '-MD' means "put the output
4054 # in D".
4055 rm -rf conftest.dir
4056 mkdir conftest.dir
4057 # Copy depcomp to subdir because otherwise we won't find it if we're
4058 # using a relative directory.
4059 cp "$am_depcomp" conftest.dir
4060 cd conftest.dir
4061 # We will build objects and dependencies in a subdirectory because
4062 # it helps to detect inapplicable dependency modes. For instance
4063 # both Tru64's cc and ICC support -MD to output dependencies as a
4064 # side effect of compilation, but ICC will put the dependencies in
4065 # the current directory while Tru64 will put them in the object
4066 # directory.
4067 mkdir sub
4068
4069 am_cv_CC_dependencies_compiler_type=none
4070 if test "$am_compiler_list" = ""; then
4071 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4072 fi
4073 am__universal=false
4074 case " $depcc " in #(
4075 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4076 esac
4077
4078 for depmode in $am_compiler_list; do
4079 # Setup a source with many dependencies, because some compilers
4080 # like to wrap large dependency lists on column 80 (with \), and
4081 # we should not choose a depcomp mode which is confused by this.
4082 #
4083 # We need to recreate these files for each test, as the compiler may
4084 # overwrite some of them when testing with obscure command lines.
4085 # This happens at least with the AIX C compiler.
4086 : > sub/conftest.c
4087 for i in 1 2 3 4 5 6; do
4088 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4089 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4090 # Solaris 10 /bin/sh.
4091 echo '/* dummy */' > sub/conftst$i.h
4092 done
4093 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4094
4095 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4096 # mode. It turns out that the SunPro C++ compiler does not properly
4097 # handle '-M -o', and we need to detect this. Also, some Intel
4098 # versions had trouble with output in subdirs.
4099 am__obj=sub/conftest.${OBJEXT-o}
4100 am__minus_obj="-o $am__obj"
4101 case $depmode in
4102 gcc)
4103 # This depmode causes a compiler race in universal mode.
4104 test "$am__universal" = false || continue
4105 ;;
4106 nosideeffect)
4107 # After this tag, mechanisms are not by side-effect, so they'll
4108 # only be used when explicitly requested.
4109 if test "x$enable_dependency_tracking" = xyes; then
4110 continue
4111 else
4112 break
4113 fi
4114 ;;
4115 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4116 # This compiler won't grok '-c -o', but also, the minuso test has
4117 # not run yet. These depmodes are late enough in the game, and
4118 # so weak that their functioning should not be impacted.
4119 am__obj=conftest.${OBJEXT-o}
4120 am__minus_obj=
4121 ;;
4122 none) break ;;
4123 esac
4124 if depmode=$depmode \
4125 source=sub/conftest.c object=$am__obj \
4126 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4127 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4128 >/dev/null 2>conftest.err &&
4129 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4130 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4131 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4132 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4133 # icc doesn't choke on unknown options, it will just issue warnings
4134 # or remarks (even with -Werror). So we grep stderr for any message
4135 # that says an option was ignored or not supported.
4136 # When given -MP, icc 7.0 and 7.1 complain thusly:
4137 # icc: Command line warning: ignoring option '-M'; no argument required
4138 # The diagnosis changed in icc 8.0:
4139 # icc: Command line remark: option '-MP' not supported
4140 if (grep 'ignoring option' conftest.err ||
4141 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4142 am_cv_CC_dependencies_compiler_type=$depmode
4143 break
4144 fi
4145 fi
4146 done
4147
4148 cd ..
4149 rm -rf conftest.dir
4150 else
4151 am_cv_CC_dependencies_compiler_type=none
4152 fi
4153
4154 fi
4155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4156 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4157 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4158
4159 if
4160 test "x$enable_dependency_tracking" != xno \
4161 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4162 am__fastdepCC_TRUE=
4163 am__fastdepCC_FALSE='#'
4164 else
4165 am__fastdepCC_TRUE='#'
4166 am__fastdepCC_FALSE=
4167 fi
4168
4169
4170
4171 # POSIX will say in a future version that running "rm -f" with no argument
4172 # is OK; and we want to be able to make that assumption in our Makefile
4173 # recipes. So use an aggressive probe to check that the usage we want is
4174 # actually supported "in the wild" to an acceptable degree.
4175 # See automake bug#10828.
4176 # To make any issue more visible, cause the running configure to be aborted
4177 # by default if the 'rm' program in use doesn't match our expectations; the
4178 # user can still override this though.
4179 if rm -f && rm -fr && rm -rf; then : OK; else
4180 cat >&2 <<'END'
4181 Oops!
4182
4183 Your 'rm' program seems unable to run without file operands specified
4184 on the command line, even when the '-f' option is present. This is contrary
4185 to the behaviour of most rm programs out there, and not conforming with
4186 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
4187
4188 Please tell bug-automake@gnu.org about your system, including the value
4189 of your $PATH and any error possibly output before this message. This
4190 can help us improve future automake versions.
4191
4192 END
4193 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
4194 echo 'Configuration will proceed anyway, since you have set the' >&2
4195 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
4196 echo >&2
4197 else
4198 cat >&2 <<'END'
4199 Aborting the configuration process, to ensure you take notice of the issue.
4200
4201 You can download and install GNU coreutils to get an 'rm' implementation
4202 that behaves properly: <http://www.gnu.org/software/coreutils/>.
4203
4204 If you want to complete the configuration process using your problematic
4205 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
4206 to "yes", and re-run configure.
4207
4208 END
4209 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
4210 fi
4211 fi
4212
4213
4214 ac_ext=c
4215 ac_cpp='$CPP $CPPFLAGS'
4216 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4217 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4218 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4219 if test -n "$ac_tool_prefix"; then
4220 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4221 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4223 $as_echo_n "checking for $ac_word... " >&6; }
4224 if ${ac_cv_prog_CC+:} false; then :
4225 $as_echo_n "(cached) " >&6
4226 else
4227 if test -n "$CC"; then
4228 ac_cv_prog_CC="$CC" # Let the user override the test.
4229 else
4230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4231 for as_dir in $PATH
4232 do
4233 IFS=$as_save_IFS
4234 test -z "$as_dir" && as_dir=.
4235 for ac_exec_ext in '' $ac_executable_extensions; do
4236 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4237 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4238 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4239 break 2
4240 fi
4241 done
4242 done
4243 IFS=$as_save_IFS
4244
4245 fi
4246 fi
4247 CC=$ac_cv_prog_CC
4248 if test -n "$CC"; then
4249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4250 $as_echo "$CC" >&6; }
4251 else
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4253 $as_echo "no" >&6; }
4254 fi
4255
4256
4257 fi
4258 if test -z "$ac_cv_prog_CC"; then
4259 ac_ct_CC=$CC
4260 # Extract the first word of "gcc", so it can be a program name with args.
4261 set dummy gcc; ac_word=$2
4262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4263 $as_echo_n "checking for $ac_word... " >&6; }
4264 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4265 $as_echo_n "(cached) " >&6
4266 else
4267 if test -n "$ac_ct_CC"; then
4268 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4269 else
4270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4271 for as_dir in $PATH
4272 do
4273 IFS=$as_save_IFS
4274 test -z "$as_dir" && as_dir=.
4275 for ac_exec_ext in '' $ac_executable_extensions; do
4276 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4277 ac_cv_prog_ac_ct_CC="gcc"
4278 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4279 break 2
4280 fi
4281 done
4282 done
4283 IFS=$as_save_IFS
4284
4285 fi
4286 fi
4287 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4288 if test -n "$ac_ct_CC"; then
4289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4290 $as_echo "$ac_ct_CC" >&6; }
4291 else
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4293 $as_echo "no" >&6; }
4294 fi
4295
4296 if test "x$ac_ct_CC" = x; then
4297 CC=""
4298 else
4299 case $cross_compiling:$ac_tool_warned in
4300 yes:)
4301 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4302 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4303 ac_tool_warned=yes ;;
4304 esac
4305 CC=$ac_ct_CC
4306 fi
4307 else
4308 CC="$ac_cv_prog_CC"
4309 fi
4310
4311 if test -z "$CC"; then
4312 if test -n "$ac_tool_prefix"; then
4313 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4314 set dummy ${ac_tool_prefix}cc; ac_word=$2
4315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4316 $as_echo_n "checking for $ac_word... " >&6; }
4317 if ${ac_cv_prog_CC+:} false; then :
4318 $as_echo_n "(cached) " >&6
4319 else
4320 if test -n "$CC"; then
4321 ac_cv_prog_CC="$CC" # Let the user override the test.
4322 else
4323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4324 for as_dir in $PATH
4325 do
4326 IFS=$as_save_IFS
4327 test -z "$as_dir" && as_dir=.
4328 for ac_exec_ext in '' $ac_executable_extensions; do
4329 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4330 ac_cv_prog_CC="${ac_tool_prefix}cc"
4331 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4332 break 2
4333 fi
4334 done
4335 done
4336 IFS=$as_save_IFS
4337
4338 fi
4339 fi
4340 CC=$ac_cv_prog_CC
4341 if test -n "$CC"; then
4342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4343 $as_echo "$CC" >&6; }
4344 else
4345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4346 $as_echo "no" >&6; }
4347 fi
4348
4349
4350 fi
4351 fi
4352 if test -z "$CC"; then
4353 # Extract the first word of "cc", so it can be a program name with args.
4354 set dummy cc; ac_word=$2
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4356 $as_echo_n "checking for $ac_word... " >&6; }
4357 if ${ac_cv_prog_CC+:} false; then :
4358 $as_echo_n "(cached) " >&6
4359 else
4360 if test -n "$CC"; then
4361 ac_cv_prog_CC="$CC" # Let the user override the test.
4362 else
4363 ac_prog_rejected=no
4364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4365 for as_dir in $PATH
4366 do
4367 IFS=$as_save_IFS
4368 test -z "$as_dir" && as_dir=.
4369 for ac_exec_ext in '' $ac_executable_extensions; do
4370 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4371 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4372 ac_prog_rejected=yes
4373 continue
4374 fi
4375 ac_cv_prog_CC="cc"
4376 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4377 break 2
4378 fi
4379 done
4380 done
4381 IFS=$as_save_IFS
4382
4383 if test $ac_prog_rejected = yes; then
4384 # We found a bogon in the path, so make sure we never use it.
4385 set dummy $ac_cv_prog_CC
4386 shift
4387 if test $# != 0; then
4388 # We chose a different compiler from the bogus one.
4389 # However, it has the same basename, so the bogon will be chosen
4390 # first if we set CC to just the basename; use the full file name.
4391 shift
4392 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4393 fi
4394 fi
4395 fi
4396 fi
4397 CC=$ac_cv_prog_CC
4398 if test -n "$CC"; then
4399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4400 $as_echo "$CC" >&6; }
4401 else
4402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4403 $as_echo "no" >&6; }
4404 fi
4405
4406
4407 fi
4408 if test -z "$CC"; then
4409 if test -n "$ac_tool_prefix"; then
4410 for ac_prog in cl.exe
4411 do
4412 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4413 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4415 $as_echo_n "checking for $ac_word... " >&6; }
4416 if ${ac_cv_prog_CC+:} false; then :
4417 $as_echo_n "(cached) " >&6
4418 else
4419 if test -n "$CC"; then
4420 ac_cv_prog_CC="$CC" # Let the user override the test.
4421 else
4422 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4423 for as_dir in $PATH
4424 do
4425 IFS=$as_save_IFS
4426 test -z "$as_dir" && as_dir=.
4427 for ac_exec_ext in '' $ac_executable_extensions; do
4428 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4429 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4430 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4431 break 2
4432 fi
4433 done
4434 done
4435 IFS=$as_save_IFS
4436
4437 fi
4438 fi
4439 CC=$ac_cv_prog_CC
4440 if test -n "$CC"; then
4441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4442 $as_echo "$CC" >&6; }
4443 else
4444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4445 $as_echo "no" >&6; }
4446 fi
4447
4448
4449 test -n "$CC" && break
4450 done
4451 fi
4452 if test -z "$CC"; then
4453 ac_ct_CC=$CC
4454 for ac_prog in cl.exe
4455 do
4456 # Extract the first word of "$ac_prog", so it can be a program name with args.
4457 set dummy $ac_prog; ac_word=$2
4458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4459 $as_echo_n "checking for $ac_word... " >&6; }
4460 if ${ac_cv_prog_ac_ct_CC+:} false; then :
4461 $as_echo_n "(cached) " >&6
4462 else
4463 if test -n "$ac_ct_CC"; then
4464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4465 else
4466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4467 for as_dir in $PATH
4468 do
4469 IFS=$as_save_IFS
4470 test -z "$as_dir" && as_dir=.
4471 for ac_exec_ext in '' $ac_executable_extensions; do
4472 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4473 ac_cv_prog_ac_ct_CC="$ac_prog"
4474 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4475 break 2
4476 fi
4477 done
4478 done
4479 IFS=$as_save_IFS
4480
4481 fi
4482 fi
4483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4484 if test -n "$ac_ct_CC"; then
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4486 $as_echo "$ac_ct_CC" >&6; }
4487 else
4488 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4489 $as_echo "no" >&6; }
4490 fi
4491
4492
4493 test -n "$ac_ct_CC" && break
4494 done
4495
4496 if test "x$ac_ct_CC" = x; then
4497 CC=""
4498 else
4499 case $cross_compiling:$ac_tool_warned in
4500 yes:)
4501 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4502 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4503 ac_tool_warned=yes ;;
4504 esac
4505 CC=$ac_ct_CC
4506 fi
4507 fi
4508
4509 fi
4510
4511
4512 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4513 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4514 as_fn_error $? "no acceptable C compiler found in \$PATH
4515 See \`config.log' for more details" "$LINENO" 5; }
4516
4517 # Provide some information about the compiler.
4518 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4519 set X $ac_compile
4520 ac_compiler=$2
4521 for ac_option in --version -v -V -qversion; do
4522 { { ac_try="$ac_compiler $ac_option >&5"
4523 case "(($ac_try" in
4524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4525 *) ac_try_echo=$ac_try;;
4526 esac
4527 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4528 $as_echo "$ac_try_echo"; } >&5
4529 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4530 ac_status=$?
4531 if test -s conftest.err; then
4532 sed '10a\
4533 ... rest of stderr output deleted ...
4534 10q' conftest.err >conftest.er1
4535 cat conftest.er1 >&5
4536 fi
4537 rm -f conftest.er1 conftest.err
4538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4539 test $ac_status = 0; }
4540 done
4541
4542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4543 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4544 if ${ac_cv_c_compiler_gnu+:} false; then :
4545 $as_echo_n "(cached) " >&6
4546 else
4547 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4548 /* end confdefs.h. */
4549
4550 int
4551 main ()
4552 {
4553 #ifndef __GNUC__
4554 choke me
4555 #endif
4556
4557 ;
4558 return 0;
4559 }
4560 _ACEOF
4561 if ac_fn_c_try_compile "$LINENO"; then :
4562 ac_compiler_gnu=yes
4563 else
4564 ac_compiler_gnu=no
4565 fi
4566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4567 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4568
4569 fi
4570 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4571 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4572 if test $ac_compiler_gnu = yes; then
4573 GCC=yes
4574 else
4575 GCC=
4576 fi
4577 ac_test_CFLAGS=${CFLAGS+set}
4578 ac_save_CFLAGS=$CFLAGS
4579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4580 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4581 if ${ac_cv_prog_cc_g+:} false; then :
4582 $as_echo_n "(cached) " >&6
4583 else
4584 ac_save_c_werror_flag=$ac_c_werror_flag
4585 ac_c_werror_flag=yes
4586 ac_cv_prog_cc_g=no
4587 CFLAGS="-g"
4588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4589 /* end confdefs.h. */
4590
4591 int
4592 main ()
4593 {
4594
4595 ;
4596 return 0;
4597 }
4598 _ACEOF
4599 if ac_fn_c_try_compile "$LINENO"; then :
4600 ac_cv_prog_cc_g=yes
4601 else
4602 CFLAGS=""
4603 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4604 /* end confdefs.h. */
4605
4606 int
4607 main ()
4608 {
4609
4610 ;
4611 return 0;
4612 }
4613 _ACEOF
4614 if ac_fn_c_try_compile "$LINENO"; then :
4615
4616 else
4617 ac_c_werror_flag=$ac_save_c_werror_flag
4618 CFLAGS="-g"
4619 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4620 /* end confdefs.h. */
4621
4622 int
4623 main ()
4624 {
4625
4626 ;
4627 return 0;
4628 }
4629 _ACEOF
4630 if ac_fn_c_try_compile "$LINENO"; then :
4631 ac_cv_prog_cc_g=yes
4632 fi
4633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4634 fi
4635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4636 fi
4637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4638 ac_c_werror_flag=$ac_save_c_werror_flag
4639 fi
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4641 $as_echo "$ac_cv_prog_cc_g" >&6; }
4642 if test "$ac_test_CFLAGS" = set; then
4643 CFLAGS=$ac_save_CFLAGS
4644 elif test $ac_cv_prog_cc_g = yes; then
4645 if test "$GCC" = yes; then
4646 CFLAGS="-g -O2"
4647 else
4648 CFLAGS="-g"
4649 fi
4650 else
4651 if test "$GCC" = yes; then
4652 CFLAGS="-O2"
4653 else
4654 CFLAGS=
4655 fi
4656 fi
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4658 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4659 if ${ac_cv_prog_cc_c89+:} false; then :
4660 $as_echo_n "(cached) " >&6
4661 else
4662 ac_cv_prog_cc_c89=no
4663 ac_save_CC=$CC
4664 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665 /* end confdefs.h. */
4666 #include <stdarg.h>
4667 #include <stdio.h>
4668 struct stat;
4669 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4670 struct buf { int x; };
4671 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4672 static char *e (p, i)
4673 char **p;
4674 int i;
4675 {
4676 return p[i];
4677 }
4678 static char *f (char * (*g) (char **, int), char **p, ...)
4679 {
4680 char *s;
4681 va_list v;
4682 va_start (v,p);
4683 s = g (p, va_arg (v,int));
4684 va_end (v);
4685 return s;
4686 }
4687
4688 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4689 function prototypes and stuff, but not '\xHH' hex character constants.
4690 These don't provoke an error unfortunately, instead are silently treated
4691 as 'x'. The following induces an error, until -std is added to get
4692 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4693 array size at least. It's necessary to write '\x00'==0 to get something
4694 that's true only with -std. */
4695 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4696
4697 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4698 inside strings and character constants. */
4699 #define FOO(x) 'x'
4700 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4701
4702 int test (int i, double x);
4703 struct s1 {int (*f) (int a);};
4704 struct s2 {int (*f) (double a);};
4705 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4706 int argc;
4707 char **argv;
4708 int
4709 main ()
4710 {
4711 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4712 ;
4713 return 0;
4714 }
4715 _ACEOF
4716 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4717 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4718 do
4719 CC="$ac_save_CC $ac_arg"
4720 if ac_fn_c_try_compile "$LINENO"; then :
4721 ac_cv_prog_cc_c89=$ac_arg
4722 fi
4723 rm -f core conftest.err conftest.$ac_objext
4724 test "x$ac_cv_prog_cc_c89" != "xno" && break
4725 done
4726 rm -f conftest.$ac_ext
4727 CC=$ac_save_CC
4728
4729 fi
4730 # AC_CACHE_VAL
4731 case "x$ac_cv_prog_cc_c89" in
4732 x)
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4734 $as_echo "none needed" >&6; } ;;
4735 xno)
4736 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4737 $as_echo "unsupported" >&6; } ;;
4738 *)
4739 CC="$CC $ac_cv_prog_cc_c89"
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4741 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4742 esac
4743 if test "x$ac_cv_prog_cc_c89" != xno; then :
4744
4745 fi
4746
4747 ac_ext=c
4748 ac_cpp='$CPP $CPPFLAGS'
4749 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4750 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4751 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4752
4753 ac_ext=c
4754 ac_cpp='$CPP $CPPFLAGS'
4755 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4756 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4757 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4759 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4760 if ${am_cv_prog_cc_c_o+:} false; then :
4761 $as_echo_n "(cached) " >&6
4762 else
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764 /* end confdefs.h. */
4765
4766 int
4767 main ()
4768 {
4769
4770 ;
4771 return 0;
4772 }
4773 _ACEOF
4774 # Make sure it works both with $CC and with simple cc.
4775 # Following AC_PROG_CC_C_O, we do the test twice because some
4776 # compilers refuse to overwrite an existing .o file with -o,
4777 # though they will create one.
4778 am_cv_prog_cc_c_o=yes
4779 for am_i in 1 2; do
4780 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4781 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4782 ac_status=$?
4783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4784 (exit $ac_status); } \
4785 && test -f conftest2.$ac_objext; then
4786 : OK
4787 else
4788 am_cv_prog_cc_c_o=no
4789 break
4790 fi
4791 done
4792 rm -f core conftest*
4793 unset am_i
4794 fi
4795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4796 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4797 if test "$am_cv_prog_cc_c_o" != yes; then
4798 # Losing compiler, so override with the script.
4799 # FIXME: It is wrong to rewrite CC.
4800 # But if we don't then we get into trouble of one sort or another.
4801 # A longer-term fix would be to have automake use am__CC in this case,
4802 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4803 CC="$am_aux_dir/compile $CC"
4804 fi
4805 ac_ext=c
4806 ac_cpp='$CPP $CPPFLAGS'
4807 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4808 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4809 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4810
4811
4812 ac_ext=c
4813 ac_cpp='$CPP $CPPFLAGS'
4814 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4815 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4816 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4818 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4819 # On Suns, sometimes $CPP names a directory.
4820 if test -n "$CPP" && test -d "$CPP"; then
4821 CPP=
4822 fi
4823 if test -z "$CPP"; then
4824 if ${ac_cv_prog_CPP+:} false; then :
4825 $as_echo_n "(cached) " >&6
4826 else
4827 # Double quotes because CPP needs to be expanded
4828 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4829 do
4830 ac_preproc_ok=false
4831 for ac_c_preproc_warn_flag in '' yes
4832 do
4833 # Use a header file that comes with gcc, so configuring glibc
4834 # with a fresh cross-compiler works.
4835 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4836 # <limits.h> exists even on freestanding compilers.
4837 # On the NeXT, cc -E runs the code through the compiler's parser,
4838 # not just through cpp. "Syntax error" is here to catch this case.
4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840 /* end confdefs.h. */
4841 #ifdef __STDC__
4842 # include <limits.h>
4843 #else
4844 # include <assert.h>
4845 #endif
4846 Syntax error
4847 _ACEOF
4848 if ac_fn_c_try_cpp "$LINENO"; then :
4849
4850 else
4851 # Broken: fails on valid input.
4852 continue
4853 fi
4854 rm -f conftest.err conftest.i conftest.$ac_ext
4855
4856 # OK, works on sane cases. Now check whether nonexistent headers
4857 # can be detected and how.
4858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4859 /* end confdefs.h. */
4860 #include <ac_nonexistent.h>
4861 _ACEOF
4862 if ac_fn_c_try_cpp "$LINENO"; then :
4863 # Broken: success on invalid input.
4864 continue
4865 else
4866 # Passes both tests.
4867 ac_preproc_ok=:
4868 break
4869 fi
4870 rm -f conftest.err conftest.i conftest.$ac_ext
4871
4872 done
4873 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4874 rm -f conftest.i conftest.err conftest.$ac_ext
4875 if $ac_preproc_ok; then :
4876 break
4877 fi
4878
4879 done
4880 ac_cv_prog_CPP=$CPP
4881
4882 fi
4883 CPP=$ac_cv_prog_CPP
4884 else
4885 ac_cv_prog_CPP=$CPP
4886 fi
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4888 $as_echo "$CPP" >&6; }
4889 ac_preproc_ok=false
4890 for ac_c_preproc_warn_flag in '' yes
4891 do
4892 # Use a header file that comes with gcc, so configuring glibc
4893 # with a fresh cross-compiler works.
4894 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4895 # <limits.h> exists even on freestanding compilers.
4896 # On the NeXT, cc -E runs the code through the compiler's parser,
4897 # not just through cpp. "Syntax error" is here to catch this case.
4898 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4899 /* end confdefs.h. */
4900 #ifdef __STDC__
4901 # include <limits.h>
4902 #else
4903 # include <assert.h>
4904 #endif
4905 Syntax error
4906 _ACEOF
4907 if ac_fn_c_try_cpp "$LINENO"; then :
4908
4909 else
4910 # Broken: fails on valid input.
4911 continue
4912 fi
4913 rm -f conftest.err conftest.i conftest.$ac_ext
4914
4915 # OK, works on sane cases. Now check whether nonexistent headers
4916 # can be detected and how.
4917 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4918 /* end confdefs.h. */
4919 #include <ac_nonexistent.h>
4920 _ACEOF
4921 if ac_fn_c_try_cpp "$LINENO"; then :
4922 # Broken: success on invalid input.
4923 continue
4924 else
4925 # Passes both tests.
4926 ac_preproc_ok=:
4927 break
4928 fi
4929 rm -f conftest.err conftest.i conftest.$ac_ext
4930
4931 done
4932 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4933 rm -f conftest.i conftest.err conftest.$ac_ext
4934 if $ac_preproc_ok; then :
4935
4936 else
4937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4939 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4940 See \`config.log' for more details" "$LINENO" 5; }
4941 fi
4942
4943 ac_ext=c
4944 ac_cpp='$CPP $CPPFLAGS'
4945 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4946 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4947 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4948
4949
4950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4951 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4952 if ${ac_cv_path_GREP+:} false; then :
4953 $as_echo_n "(cached) " >&6
4954 else
4955 if test -z "$GREP"; then
4956 ac_path_GREP_found=false
4957 # Loop through the user's path and test for each of PROGNAME-LIST
4958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4959 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4960 do
4961 IFS=$as_save_IFS
4962 test -z "$as_dir" && as_dir=.
4963 for ac_prog in grep ggrep; do
4964 for ac_exec_ext in '' $ac_executable_extensions; do
4965 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4966 as_fn_executable_p "$ac_path_GREP" || continue
4967 # Check for GNU ac_path_GREP and select it if it is found.
4968 # Check for GNU $ac_path_GREP
4969 case `"$ac_path_GREP" --version 2>&1` in
4970 *GNU*)
4971 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4972 *)
4973 ac_count=0
4974 $as_echo_n 0123456789 >"conftest.in"
4975 while :
4976 do
4977 cat "conftest.in" "conftest.in" >"conftest.tmp"
4978 mv "conftest.tmp" "conftest.in"
4979 cp "conftest.in" "conftest.nl"
4980 $as_echo 'GREP' >> "conftest.nl"
4981 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4982 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4983 as_fn_arith $ac_count + 1 && ac_count=$as_val
4984 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4985 # Best one so far, save it but keep looking for a better one
4986 ac_cv_path_GREP="$ac_path_GREP"
4987 ac_path_GREP_max=$ac_count
4988 fi
4989 # 10*(2^10) chars as input seems more than enough
4990 test $ac_count -gt 10 && break
4991 done
4992 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4993 esac
4994
4995 $ac_path_GREP_found && break 3
4996 done
4997 done
4998 done
4999 IFS=$as_save_IFS
5000 if test -z "$ac_cv_path_GREP"; then
5001 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5002 fi
5003 else
5004 ac_cv_path_GREP=$GREP
5005 fi
5006
5007 fi
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5009 $as_echo "$ac_cv_path_GREP" >&6; }
5010 GREP="$ac_cv_path_GREP"
5011
5012
5013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5014 $as_echo_n "checking for egrep... " >&6; }
5015 if ${ac_cv_path_EGREP+:} false; then :
5016 $as_echo_n "(cached) " >&6
5017 else
5018 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5019 then ac_cv_path_EGREP="$GREP -E"
5020 else
5021 if test -z "$EGREP"; then
5022 ac_path_EGREP_found=false
5023 # Loop through the user's path and test for each of PROGNAME-LIST
5024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5025 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5026 do
5027 IFS=$as_save_IFS
5028 test -z "$as_dir" && as_dir=.
5029 for ac_prog in egrep; do
5030 for ac_exec_ext in '' $ac_executable_extensions; do
5031 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5032 as_fn_executable_p "$ac_path_EGREP" || continue
5033 # Check for GNU ac_path_EGREP and select it if it is found.
5034 # Check for GNU $ac_path_EGREP
5035 case `"$ac_path_EGREP" --version 2>&1` in
5036 *GNU*)
5037 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5038 *)
5039 ac_count=0
5040 $as_echo_n 0123456789 >"conftest.in"
5041 while :
5042 do
5043 cat "conftest.in" "conftest.in" >"conftest.tmp"
5044 mv "conftest.tmp" "conftest.in"
5045 cp "conftest.in" "conftest.nl"
5046 $as_echo 'EGREP' >> "conftest.nl"
5047 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5048 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5049 as_fn_arith $ac_count + 1 && ac_count=$as_val
5050 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5051 # Best one so far, save it but keep looking for a better one
5052 ac_cv_path_EGREP="$ac_path_EGREP"
5053 ac_path_EGREP_max=$ac_count
5054 fi
5055 # 10*(2^10) chars as input seems more than enough
5056 test $ac_count -gt 10 && break
5057 done
5058 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5059 esac
5060
5061 $ac_path_EGREP_found && break 3
5062 done
5063 done
5064 done
5065 IFS=$as_save_IFS
5066 if test -z "$ac_cv_path_EGREP"; then
5067 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5068 fi
5069 else
5070 ac_cv_path_EGREP=$EGREP
5071 fi
5072
5073 fi
5074 fi
5075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5076 $as_echo "$ac_cv_path_EGREP" >&6; }
5077 EGREP="$ac_cv_path_EGREP"
5078
5079
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5081 $as_echo_n "checking for ANSI C header files... " >&6; }
5082 if ${ac_cv_header_stdc+:} false; then :
5083 $as_echo_n "(cached) " >&6
5084 else
5085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5086 /* end confdefs.h. */
5087 #include <stdlib.h>
5088 #include <stdarg.h>
5089 #include <string.h>
5090 #include <float.h>
5091
5092 int
5093 main ()
5094 {
5095
5096 ;
5097 return 0;
5098 }
5099 _ACEOF
5100 if ac_fn_c_try_compile "$LINENO"; then :
5101 ac_cv_header_stdc=yes
5102 else
5103 ac_cv_header_stdc=no
5104 fi
5105 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5106
5107 if test $ac_cv_header_stdc = yes; then
5108 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5109 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5110 /* end confdefs.h. */
5111 #include <string.h>
5112
5113 _ACEOF
5114 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5115 $EGREP "memchr" >/dev/null 2>&1; then :
5116
5117 else
5118 ac_cv_header_stdc=no
5119 fi
5120 rm -f conftest*
5121
5122 fi
5123
5124 if test $ac_cv_header_stdc = yes; then
5125 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5126 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5127 /* end confdefs.h. */
5128 #include <stdlib.h>
5129
5130 _ACEOF
5131 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5132 $EGREP "free" >/dev/null 2>&1; then :
5133
5134 else
5135 ac_cv_header_stdc=no
5136 fi
5137 rm -f conftest*
5138
5139 fi
5140
5141 if test $ac_cv_header_stdc = yes; then
5142 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5143 if test "$cross_compiling" = yes; then :
5144 :
5145 else
5146 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5147 /* end confdefs.h. */
5148 #include <ctype.h>
5149 #include <stdlib.h>
5150 #if ((' ' & 0x0FF) == 0x020)
5151 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5152 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5153 #else
5154 # define ISLOWER(c) \
5155 (('a' <= (c) && (c) <= 'i') \
5156 || ('j' <= (c) && (c) <= 'r') \
5157 || ('s' <= (c) && (c) <= 'z'))
5158 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5159 #endif
5160
5161 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5162 int
5163 main ()
5164 {
5165 int i;
5166 for (i = 0; i < 256; i++)
5167 if (XOR (islower (i), ISLOWER (i))
5168 || toupper (i) != TOUPPER (i))
5169 return 2;
5170 return 0;
5171 }
5172 _ACEOF
5173 if ac_fn_c_try_run "$LINENO"; then :
5174
5175 else
5176 ac_cv_header_stdc=no
5177 fi
5178 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5179 conftest.$ac_objext conftest.beam conftest.$ac_ext
5180 fi
5181
5182 fi
5183 fi
5184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5185 $as_echo "$ac_cv_header_stdc" >&6; }
5186 if test $ac_cv_header_stdc = yes; then
5187
5188 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
5189
5190 fi
5191
5192 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5193 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5194 inttypes.h stdint.h unistd.h
5195 do :
5196 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5197 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5198 "
5199 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
5200 cat >>confdefs.h <<_ACEOF
5201 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5202 _ACEOF
5203
5204 fi
5205
5206 done
5207
5208
5209
5210 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5211 if test "x$ac_cv_header_minix_config_h" = xyes; then :
5212 MINIX=yes
5213 else
5214 MINIX=
5215 fi
5216
5217
5218 if test "$MINIX" = yes; then
5219
5220 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5221
5222
5223 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5224
5225
5226 $as_echo "#define _MINIX 1" >>confdefs.h
5227
5228 fi
5229
5230
5231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5232 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5233 if ${ac_cv_safe_to_define___extensions__+:} false; then :
5234 $as_echo_n "(cached) " >&6
5235 else
5236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5237 /* end confdefs.h. */
5238
5239 # define __EXTENSIONS__ 1
5240 $ac_includes_default
5241 int
5242 main ()
5243 {
5244
5245 ;
5246 return 0;
5247 }
5248 _ACEOF
5249 if ac_fn_c_try_compile "$LINENO"; then :
5250 ac_cv_safe_to_define___extensions__=yes
5251 else
5252 ac_cv_safe_to_define___extensions__=no
5253 fi
5254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5255 fi
5256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5257 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5258 test $ac_cv_safe_to_define___extensions__ = yes &&
5259 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5260
5261 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5262
5263 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5264
5265 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5266
5267 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5268
5269
5270
5271
5272
5273 case `pwd` in
5274 *\ * | *\ *)
5275 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5276 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5277 esac
5278
5279
5280
5281 macro_version='2.2.7a'
5282 macro_revision='1.3134'
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296 ltmain="$ac_aux_dir/ltmain.sh"
5297
5298 # Backslashify metacharacters that are still active within
5299 # double-quoted strings.
5300 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5301
5302 # Same as above, but do not quote variable references.
5303 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5304
5305 # Sed substitution to delay expansion of an escaped shell variable in a
5306 # double_quote_subst'ed string.
5307 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5308
5309 # Sed substitution to delay expansion of an escaped single quote.
5310 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5311
5312 # Sed substitution to avoid accidental globbing in evaled expressions
5313 no_glob_subst='s/\*/\\\*/g'
5314
5315 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5316 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5317 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5318
5319 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5320 $as_echo_n "checking how to print strings... " >&6; }
5321 # Test print first, because it will be a builtin if present.
5322 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5323 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5324 ECHO='print -r --'
5325 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5326 ECHO='printf %s\n'
5327 else
5328 # Use this function as a fallback that always works.
5329 func_fallback_echo ()
5330 {
5331 eval 'cat <<_LTECHO_EOF
5332 $1
5333 _LTECHO_EOF'
5334 }
5335 ECHO='func_fallback_echo'
5336 fi
5337
5338 # func_echo_all arg...
5339 # Invoke $ECHO with all args, space-separated.
5340 func_echo_all ()
5341 {
5342 $ECHO ""
5343 }
5344
5345 case "$ECHO" in
5346 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5347 $as_echo "printf" >&6; } ;;
5348 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5349 $as_echo "print -r" >&6; } ;;
5350 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5351 $as_echo "cat" >&6; } ;;
5352 esac
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5368 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5369 if ${ac_cv_path_SED+:} false; then :
5370 $as_echo_n "(cached) " >&6
5371 else
5372 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5373 for ac_i in 1 2 3 4 5 6 7; do
5374 ac_script="$ac_script$as_nl$ac_script"
5375 done
5376 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5377 { ac_script=; unset ac_script;}
5378 if test -z "$SED"; then
5379 ac_path_SED_found=false
5380 # Loop through the user's path and test for each of PROGNAME-LIST
5381 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382 for as_dir in $PATH
5383 do
5384 IFS=$as_save_IFS
5385 test -z "$as_dir" && as_dir=.
5386 for ac_prog in sed gsed; do
5387 for ac_exec_ext in '' $ac_executable_extensions; do
5388 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5389 as_fn_executable_p "$ac_path_SED" || continue
5390 # Check for GNU ac_path_SED and select it if it is found.
5391 # Check for GNU $ac_path_SED
5392 case `"$ac_path_SED" --version 2>&1` in
5393 *GNU*)
5394 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5395 *)
5396 ac_count=0
5397 $as_echo_n 0123456789 >"conftest.in"
5398 while :
5399 do
5400 cat "conftest.in" "conftest.in" >"conftest.tmp"
5401 mv "conftest.tmp" "conftest.in"
5402 cp "conftest.in" "conftest.nl"
5403 $as_echo '' >> "conftest.nl"
5404 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5405 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5406 as_fn_arith $ac_count + 1 && ac_count=$as_val
5407 if test $ac_count -gt ${ac_path_SED_max-0}; then
5408 # Best one so far, save it but keep looking for a better one
5409 ac_cv_path_SED="$ac_path_SED"
5410 ac_path_SED_max=$ac_count
5411 fi
5412 # 10*(2^10) chars as input seems more than enough
5413 test $ac_count -gt 10 && break
5414 done
5415 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5416 esac
5417
5418 $ac_path_SED_found && break 3
5419 done
5420 done
5421 done
5422 IFS=$as_save_IFS
5423 if test -z "$ac_cv_path_SED"; then
5424 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5425 fi
5426 else
5427 ac_cv_path_SED=$SED
5428 fi
5429
5430 fi
5431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5432 $as_echo "$ac_cv_path_SED" >&6; }
5433 SED="$ac_cv_path_SED"
5434 rm -f conftest.sed
5435
5436 test -z "$SED" && SED=sed
5437 Xsed="$SED -e 1s/^X//"
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5450 $as_echo_n "checking for fgrep... " >&6; }
5451 if ${ac_cv_path_FGREP+:} false; then :
5452 $as_echo_n "(cached) " >&6
5453 else
5454 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5455 then ac_cv_path_FGREP="$GREP -F"
5456 else
5457 if test -z "$FGREP"; then
5458 ac_path_FGREP_found=false
5459 # Loop through the user's path and test for each of PROGNAME-LIST
5460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5461 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5462 do
5463 IFS=$as_save_IFS
5464 test -z "$as_dir" && as_dir=.
5465 for ac_prog in fgrep; do
5466 for ac_exec_ext in '' $ac_executable_extensions; do
5467 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5468 as_fn_executable_p "$ac_path_FGREP" || continue
5469 # Check for GNU ac_path_FGREP and select it if it is found.
5470 # Check for GNU $ac_path_FGREP
5471 case `"$ac_path_FGREP" --version 2>&1` in
5472 *GNU*)
5473 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5474 *)
5475 ac_count=0
5476 $as_echo_n 0123456789 >"conftest.in"
5477 while :
5478 do
5479 cat "conftest.in" "conftest.in" >"conftest.tmp"
5480 mv "conftest.tmp" "conftest.in"
5481 cp "conftest.in" "conftest.nl"
5482 $as_echo 'FGREP' >> "conftest.nl"
5483 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5484 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5485 as_fn_arith $ac_count + 1 && ac_count=$as_val
5486 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5487 # Best one so far, save it but keep looking for a better one
5488 ac_cv_path_FGREP="$ac_path_FGREP"
5489 ac_path_FGREP_max=$ac_count
5490 fi
5491 # 10*(2^10) chars as input seems more than enough
5492 test $ac_count -gt 10 && break
5493 done
5494 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5495 esac
5496
5497 $ac_path_FGREP_found && break 3
5498 done
5499 done
5500 done
5501 IFS=$as_save_IFS
5502 if test -z "$ac_cv_path_FGREP"; then
5503 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5504 fi
5505 else
5506 ac_cv_path_FGREP=$FGREP
5507 fi
5508
5509 fi
5510 fi
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5512 $as_echo "$ac_cv_path_FGREP" >&6; }
5513 FGREP="$ac_cv_path_FGREP"
5514
5515
5516 test -z "$GREP" && GREP=grep
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536 # Check whether --with-gnu-ld was given.
5537 if test "${with_gnu_ld+set}" = set; then :
5538 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5539 else
5540 with_gnu_ld=no
5541 fi
5542
5543 ac_prog=ld
5544 if test "$GCC" = yes; then
5545 # Check if gcc -print-prog-name=ld gives a path.
5546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5547 $as_echo_n "checking for ld used by $CC... " >&6; }
5548 case $host in
5549 *-*-mingw*)
5550 # gcc leaves a trailing carriage return which upsets mingw
5551 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5552 *)
5553 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5554 esac
5555 case $ac_prog in
5556 # Accept absolute paths.
5557 [\\/]* | ?:[\\/]*)
5558 re_direlt='/[^/][^/]*/\.\./'
5559 # Canonicalize the pathname of ld
5560 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5561 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5562 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5563 done
5564 test -z "$LD" && LD="$ac_prog"
5565 ;;
5566 "")
5567 # If it fails, then pretend we aren't using GCC.
5568 ac_prog=ld
5569 ;;
5570 *)
5571 # If it is relative, then search for the first ld in PATH.
5572 with_gnu_ld=unknown
5573 ;;
5574 esac
5575 elif test "$with_gnu_ld" = yes; then
5576 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5577 $as_echo_n "checking for GNU ld... " >&6; }
5578 else
5579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5580 $as_echo_n "checking for non-GNU ld... " >&6; }
5581 fi
5582 if ${lt_cv_path_LD+:} false; then :
5583 $as_echo_n "(cached) " >&6
5584 else
5585 if test -z "$LD"; then
5586 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5587 for ac_dir in $PATH; do
5588 IFS="$lt_save_ifs"
5589 test -z "$ac_dir" && ac_dir=.
5590 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5591 lt_cv_path_LD="$ac_dir/$ac_prog"
5592 # Check to see if the program is GNU ld. I'd rather use --version,
5593 # but apparently some variants of GNU ld only accept -v.
5594 # Break only if it was the GNU/non-GNU ld that we prefer.
5595 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5596 *GNU* | *'with BFD'*)
5597 test "$with_gnu_ld" != no && break
5598 ;;
5599 *)
5600 test "$with_gnu_ld" != yes && break
5601 ;;
5602 esac
5603 fi
5604 done
5605 IFS="$lt_save_ifs"
5606 else
5607 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5608 fi
5609 fi
5610
5611 LD="$lt_cv_path_LD"
5612 if test -n "$LD"; then
5613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5614 $as_echo "$LD" >&6; }
5615 else
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5617 $as_echo "no" >&6; }
5618 fi
5619 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5621 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5622 if ${lt_cv_prog_gnu_ld+:} false; then :
5623 $as_echo_n "(cached) " >&6
5624 else
5625 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5626 case `$LD -v 2>&1 </dev/null` in
5627 *GNU* | *'with BFD'*)
5628 lt_cv_prog_gnu_ld=yes
5629 ;;
5630 *)
5631 lt_cv_prog_gnu_ld=no
5632 ;;
5633 esac
5634 fi
5635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5636 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5637 with_gnu_ld=$lt_cv_prog_gnu_ld
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5648 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5649 if ${lt_cv_path_NM+:} false; then :
5650 $as_echo_n "(cached) " >&6
5651 else
5652 if test -n "$NM"; then
5653 # Let the user override the test.
5654 lt_cv_path_NM="$NM"
5655 else
5656 lt_nm_to_check="${ac_tool_prefix}nm"
5657 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5658 lt_nm_to_check="$lt_nm_to_check nm"
5659 fi
5660 for lt_tmp_nm in $lt_nm_to_check; do
5661 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5662 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5663 IFS="$lt_save_ifs"
5664 test -z "$ac_dir" && ac_dir=.
5665 tmp_nm="$ac_dir/$lt_tmp_nm"
5666 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5667 # Check to see if the nm accepts a BSD-compat flag.
5668 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5669 # nm: unknown option "B" ignored
5670 # Tru64's nm complains that /dev/null is an invalid object file
5671 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5672 */dev/null* | *'Invalid file or object type'*)
5673 lt_cv_path_NM="$tmp_nm -B"
5674 break
5675 ;;
5676 *)
5677 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5678 */dev/null*)
5679 lt_cv_path_NM="$tmp_nm -p"
5680 break
5681 ;;
5682 *)
5683 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5684 continue # so that we can try to find one that supports BSD flags
5685 ;;
5686 esac
5687 ;;
5688 esac
5689 fi
5690 done
5691 IFS="$lt_save_ifs"
5692 done
5693 : ${lt_cv_path_NM=no}
5694 fi
5695 fi
5696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5697 $as_echo "$lt_cv_path_NM" >&6; }
5698 if test "$lt_cv_path_NM" != "no"; then
5699 NM="$lt_cv_path_NM"
5700 else
5701 # Didn't find any BSD compatible name lister, look for dumpbin.
5702 if test -n "$DUMPBIN"; then :
5703 # Let the user override the test.
5704 else
5705 if test -n "$ac_tool_prefix"; then
5706 for ac_prog in dumpbin "link -dump"
5707 do
5708 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5709 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5711 $as_echo_n "checking for $ac_word... " >&6; }
5712 if ${ac_cv_prog_DUMPBIN+:} false; then :
5713 $as_echo_n "(cached) " >&6
5714 else
5715 if test -n "$DUMPBIN"; then
5716 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5717 else
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719 for as_dir in $PATH
5720 do
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
5723 for ac_exec_ext in '' $ac_executable_extensions; do
5724 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5725 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5727 break 2
5728 fi
5729 done
5730 done
5731 IFS=$as_save_IFS
5732
5733 fi
5734 fi
5735 DUMPBIN=$ac_cv_prog_DUMPBIN
5736 if test -n "$DUMPBIN"; then
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5738 $as_echo "$DUMPBIN" >&6; }
5739 else
5740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5741 $as_echo "no" >&6; }
5742 fi
5743
5744
5745 test -n "$DUMPBIN" && break
5746 done
5747 fi
5748 if test -z "$DUMPBIN"; then
5749 ac_ct_DUMPBIN=$DUMPBIN
5750 for ac_prog in dumpbin "link -dump"
5751 do
5752 # Extract the first word of "$ac_prog", so it can be a program name with args.
5753 set dummy $ac_prog; ac_word=$2
5754 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5755 $as_echo_n "checking for $ac_word... " >&6; }
5756 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5757 $as_echo_n "(cached) " >&6
5758 else
5759 if test -n "$ac_ct_DUMPBIN"; then
5760 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5761 else
5762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5763 for as_dir in $PATH
5764 do
5765 IFS=$as_save_IFS
5766 test -z "$as_dir" && as_dir=.
5767 for ac_exec_ext in '' $ac_executable_extensions; do
5768 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5769 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5770 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5771 break 2
5772 fi
5773 done
5774 done
5775 IFS=$as_save_IFS
5776
5777 fi
5778 fi
5779 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5780 if test -n "$ac_ct_DUMPBIN"; then
5781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5782 $as_echo "$ac_ct_DUMPBIN" >&6; }
5783 else
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5785 $as_echo "no" >&6; }
5786 fi
5787
5788
5789 test -n "$ac_ct_DUMPBIN" && break
5790 done
5791
5792 if test "x$ac_ct_DUMPBIN" = x; then
5793 DUMPBIN=":"
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 DUMPBIN=$ac_ct_DUMPBIN
5802 fi
5803 fi
5804
5805 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5806 *COFF*)
5807 DUMPBIN="$DUMPBIN -symbols"
5808 ;;
5809 *)
5810 DUMPBIN=:
5811 ;;
5812 esac
5813 fi
5814
5815 if test "$DUMPBIN" != ":"; then
5816 NM="$DUMPBIN"
5817 fi
5818 fi
5819 test -z "$NM" && NM=nm
5820
5821
5822
5823
5824
5825
5826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5827 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5828 if ${lt_cv_nm_interface+:} false; then :
5829 $as_echo_n "(cached) " >&6
5830 else
5831 lt_cv_nm_interface="BSD nm"
5832 echo "int some_variable = 0;" > conftest.$ac_ext
5833 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5834 (eval "$ac_compile" 2>conftest.err)
5835 cat conftest.err >&5
5836 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5837 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5838 cat conftest.err >&5
5839 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5840 cat conftest.out >&5
5841 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5842 lt_cv_nm_interface="MS dumpbin"
5843 fi
5844 rm -f conftest*
5845 fi
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5847 $as_echo "$lt_cv_nm_interface" >&6; }
5848
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5850 $as_echo_n "checking whether ln -s works... " >&6; }
5851 LN_S=$as_ln_s
5852 if test "$LN_S" = "ln -s"; then
5853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5854 $as_echo "yes" >&6; }
5855 else
5856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5857 $as_echo "no, using $LN_S" >&6; }
5858 fi
5859
5860 # find the maximum length of command line arguments
5861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5862 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5863 if ${lt_cv_sys_max_cmd_len+:} false; then :
5864 $as_echo_n "(cached) " >&6
5865 else
5866 i=0
5867 teststring="ABCD"
5868
5869 case $build_os in
5870 msdosdjgpp*)
5871 # On DJGPP, this test can blow up pretty badly due to problems in libc
5872 # (any single argument exceeding 2000 bytes causes a buffer overrun
5873 # during glob expansion). Even if it were fixed, the result of this
5874 # check would be larger than it should be.
5875 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5876 ;;
5877
5878 gnu*)
5879 # Under GNU Hurd, this test is not required because there is
5880 # no limit to the length of command line arguments.
5881 # Libtool will interpret -1 as no limit whatsoever
5882 lt_cv_sys_max_cmd_len=-1;
5883 ;;
5884
5885 cygwin* | mingw* | cegcc*)
5886 # On Win9x/ME, this test blows up -- it succeeds, but takes
5887 # about 5 minutes as the teststring grows exponentially.
5888 # Worse, since 9x/ME are not pre-emptively multitasking,
5889 # you end up with a "frozen" computer, even though with patience
5890 # the test eventually succeeds (with a max line length of 256k).
5891 # Instead, let's just punt: use the minimum linelength reported by
5892 # all of the supported platforms: 8192 (on NT/2K/XP).
5893 lt_cv_sys_max_cmd_len=8192;
5894 ;;
5895
5896 mint*)
5897 # On MiNT this can take a long time and run out of memory.
5898 lt_cv_sys_max_cmd_len=8192;
5899 ;;
5900
5901 amigaos*)
5902 # On AmigaOS with pdksh, this test takes hours, literally.
5903 # So we just punt and use a minimum line length of 8192.
5904 lt_cv_sys_max_cmd_len=8192;
5905 ;;
5906
5907 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5908 # This has been around since 386BSD, at least. Likely further.
5909 if test -x /sbin/sysctl; then
5910 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5911 elif test -x /usr/sbin/sysctl; then
5912 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5913 else
5914 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5915 fi
5916 # And add a safety zone
5917 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5918 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5919 ;;
5920
5921 interix*)
5922 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5923 lt_cv_sys_max_cmd_len=196608
5924 ;;
5925
5926 osf*)
5927 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5928 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5929 # nice to cause kernel panics so lets avoid the loop below.
5930 # First set a reasonable default.
5931 lt_cv_sys_max_cmd_len=16384
5932 #
5933 if test -x /sbin/sysconfig; then
5934 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5935 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5936 esac
5937 fi
5938 ;;
5939 sco3.2v5*)
5940 lt_cv_sys_max_cmd_len=102400
5941 ;;
5942 sysv5* | sco5v6* | sysv4.2uw2*)
5943 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5944 if test -n "$kargmax"; then
5945 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5946 else
5947 lt_cv_sys_max_cmd_len=32768
5948 fi
5949 ;;
5950 *)
5951 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5952 if test -n "$lt_cv_sys_max_cmd_len"; then
5953 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5954 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5955 else
5956 # Make teststring a little bigger before we do anything with it.
5957 # a 1K string should be a reasonable start.
5958 for i in 1 2 3 4 5 6 7 8 ; do
5959 teststring=$teststring$teststring
5960 done
5961 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5962 # If test is not a shell built-in, we'll probably end up computing a
5963 # maximum length that is only half of the actual maximum length, but
5964 # we can't tell.
5965 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5966 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5967 test $i != 17 # 1/2 MB should be enough
5968 do
5969 i=`expr $i + 1`
5970 teststring=$teststring$teststring
5971 done
5972 # Only check the string length outside the loop.
5973 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5974 teststring=
5975 # Add a significant safety factor because C++ compilers can tack on
5976 # massive amounts of additional arguments before passing them to the
5977 # linker. It appears as though 1/2 is a usable value.
5978 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5979 fi
5980 ;;
5981 esac
5982
5983 fi
5984
5985 if test -n $lt_cv_sys_max_cmd_len ; then
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5987 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5988 else
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5990 $as_echo "none" >&6; }
5991 fi
5992 max_cmd_len=$lt_cv_sys_max_cmd_len
5993
5994
5995
5996
5997
5998
5999 : ${CP="cp -f"}
6000 : ${MV="mv -f"}
6001 : ${RM="rm -f"}
6002
6003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6004 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6005 # Try some XSI features
6006 xsi_shell=no
6007 ( _lt_dummy="a/b/c"
6008 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6009 = c,a/b,, \
6010 && eval 'test $(( 1 + 1 )) -eq 2 \
6011 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6012 && xsi_shell=yes
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6014 $as_echo "$xsi_shell" >&6; }
6015
6016
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6018 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6019 lt_shell_append=no
6020 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6021 >/dev/null 2>&1 \
6022 && lt_shell_append=yes
6023 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6024 $as_echo "$lt_shell_append" >&6; }
6025
6026
6027 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6028 lt_unset=unset
6029 else
6030 lt_unset=false
6031 fi
6032
6033
6034
6035
6036
6037 # test EBCDIC or ASCII
6038 case `echo X|tr X '\101'` in
6039 A) # ASCII based system
6040 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6041 lt_SP2NL='tr \040 \012'
6042 lt_NL2SP='tr \015\012 \040\040'
6043 ;;
6044 *) # EBCDIC based system
6045 lt_SP2NL='tr \100 \n'
6046 lt_NL2SP='tr \r\n \100\100'
6047 ;;
6048 esac
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6059 $as_echo_n "checking for $LD option to reload object files... " >&6; }
6060 if ${lt_cv_ld_reload_flag+:} false; then :
6061 $as_echo_n "(cached) " >&6
6062 else
6063 lt_cv_ld_reload_flag='-r'
6064 fi
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6066 $as_echo "$lt_cv_ld_reload_flag" >&6; }
6067 reload_flag=$lt_cv_ld_reload_flag
6068 case $reload_flag in
6069 "" | " "*) ;;
6070 *) reload_flag=" $reload_flag" ;;
6071 esac
6072 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6073 case $host_os in
6074 darwin*)
6075 if test "$GCC" = yes; then
6076 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6077 else
6078 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6079 fi
6080 ;;
6081 esac
6082
6083
6084
6085
6086
6087
6088
6089
6090
6091 if test -n "$ac_tool_prefix"; then
6092 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6093 set dummy ${ac_tool_prefix}objdump; ac_word=$2
6094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6095 $as_echo_n "checking for $ac_word... " >&6; }
6096 if ${ac_cv_prog_OBJDUMP+:} false; then :
6097 $as_echo_n "(cached) " >&6
6098 else
6099 if test -n "$OBJDUMP"; then
6100 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6101 else
6102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6103 for as_dir in $PATH
6104 do
6105 IFS=$as_save_IFS
6106 test -z "$as_dir" && as_dir=.
6107 for ac_exec_ext in '' $ac_executable_extensions; do
6108 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6109 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6111 break 2
6112 fi
6113 done
6114 done
6115 IFS=$as_save_IFS
6116
6117 fi
6118 fi
6119 OBJDUMP=$ac_cv_prog_OBJDUMP
6120 if test -n "$OBJDUMP"; then
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6122 $as_echo "$OBJDUMP" >&6; }
6123 else
6124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6125 $as_echo "no" >&6; }
6126 fi
6127
6128
6129 fi
6130 if test -z "$ac_cv_prog_OBJDUMP"; then
6131 ac_ct_OBJDUMP=$OBJDUMP
6132 # Extract the first word of "objdump", so it can be a program name with args.
6133 set dummy objdump; ac_word=$2
6134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6135 $as_echo_n "checking for $ac_word... " >&6; }
6136 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6137 $as_echo_n "(cached) " >&6
6138 else
6139 if test -n "$ac_ct_OBJDUMP"; then
6140 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6141 else
6142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6143 for as_dir in $PATH
6144 do
6145 IFS=$as_save_IFS
6146 test -z "$as_dir" && as_dir=.
6147 for ac_exec_ext in '' $ac_executable_extensions; do
6148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6149 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6151 break 2
6152 fi
6153 done
6154 done
6155 IFS=$as_save_IFS
6156
6157 fi
6158 fi
6159 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6160 if test -n "$ac_ct_OBJDUMP"; then
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6162 $as_echo "$ac_ct_OBJDUMP" >&6; }
6163 else
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6165 $as_echo "no" >&6; }
6166 fi
6167
6168 if test "x$ac_ct_OBJDUMP" = x; then
6169 OBJDUMP="false"
6170 else
6171 case $cross_compiling:$ac_tool_warned in
6172 yes:)
6173 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6174 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6175 ac_tool_warned=yes ;;
6176 esac
6177 OBJDUMP=$ac_ct_OBJDUMP
6178 fi
6179 else
6180 OBJDUMP="$ac_cv_prog_OBJDUMP"
6181 fi
6182
6183 test -z "$OBJDUMP" && OBJDUMP=objdump
6184
6185
6186
6187
6188
6189
6190
6191
6192
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6194 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6195 if ${lt_cv_deplibs_check_method+:} false; then :
6196 $as_echo_n "(cached) " >&6
6197 else
6198 lt_cv_file_magic_cmd='$MAGIC_CMD'
6199 lt_cv_file_magic_test_file=
6200 lt_cv_deplibs_check_method='unknown'
6201 # Need to set the preceding variable on all platforms that support
6202 # interlibrary dependencies.
6203 # 'none' -- dependencies not supported.
6204 # `unknown' -- same as none, but documents that we really don't know.
6205 # 'pass_all' -- all dependencies passed with no checks.
6206 # 'test_compile' -- check by making test program.
6207 # 'file_magic [[regex]]' -- check by looking for files in library path
6208 # which responds to the $file_magic_cmd with a given extended regex.
6209 # If you have `file' or equivalent on your system and you're not sure
6210 # whether `pass_all' will *always* work, you probably want this one.
6211
6212 case $host_os in
6213 aix[4-9]*)
6214 lt_cv_deplibs_check_method=pass_all
6215 ;;
6216
6217 beos*)
6218 lt_cv_deplibs_check_method=pass_all
6219 ;;
6220
6221 bsdi[45]*)
6222 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6223 lt_cv_file_magic_cmd='/usr/bin/file -L'
6224 lt_cv_file_magic_test_file=/shlib/libc.so
6225 ;;
6226
6227 cygwin*)
6228 # func_win32_libid is a shell function defined in ltmain.sh
6229 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6230 lt_cv_file_magic_cmd='func_win32_libid'
6231 ;;
6232
6233 mingw* | pw32*)
6234 # Base MSYS/MinGW do not provide the 'file' command needed by
6235 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6236 # unless we find 'file', for example because we are cross-compiling.
6237 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6238 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6239 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6240 lt_cv_file_magic_cmd='func_win32_libid'
6241 else
6242 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6243 lt_cv_file_magic_cmd='$OBJDUMP -f'
6244 fi
6245 ;;
6246
6247 cegcc*)
6248 # use the weaker test based on 'objdump'. See mingw*.
6249 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6250 lt_cv_file_magic_cmd='$OBJDUMP -f'
6251 ;;
6252
6253 darwin* | rhapsody*)
6254 lt_cv_deplibs_check_method=pass_all
6255 ;;
6256
6257 freebsd* | dragonfly*)
6258 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6259 case $host_cpu in
6260 i*86 )
6261 # Not sure whether the presence of OpenBSD here was a mistake.
6262 # Let's accept both of them until this is cleared up.
6263 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6264 lt_cv_file_magic_cmd=/usr/bin/file
6265 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6266 ;;
6267 esac
6268 else
6269 lt_cv_deplibs_check_method=pass_all
6270 fi
6271 ;;
6272
6273 gnu*)
6274 lt_cv_deplibs_check_method=pass_all
6275 ;;
6276
6277 haiku*)
6278 lt_cv_deplibs_check_method=pass_all
6279 ;;
6280
6281 hpux10.20* | hpux11*)
6282 lt_cv_file_magic_cmd=/usr/bin/file
6283 case $host_cpu in
6284 ia64*)
6285 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6286 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6287 ;;
6288 hppa*64*)
6289 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]'
6290 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6291 ;;
6292 *)
6293 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6294 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6295 ;;
6296 esac
6297 ;;
6298
6299 interix[3-9]*)
6300 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6301 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6302 ;;
6303
6304 irix5* | irix6* | nonstopux*)
6305 case $LD in
6306 *-32|*"-32 ") libmagic=32-bit;;
6307 *-n32|*"-n32 ") libmagic=N32;;
6308 *-64|*"-64 ") libmagic=64-bit;;
6309 *) libmagic=never-match;;
6310 esac
6311 lt_cv_deplibs_check_method=pass_all
6312 ;;
6313
6314 # This must be Linux ELF.
6315 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6316 lt_cv_deplibs_check_method=pass_all
6317 ;;
6318
6319 netbsd*)
6320 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6321 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6322 else
6323 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6324 fi
6325 ;;
6326
6327 newos6*)
6328 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6329 lt_cv_file_magic_cmd=/usr/bin/file
6330 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6331 ;;
6332
6333 *nto* | *qnx*)
6334 lt_cv_deplibs_check_method=pass_all
6335 ;;
6336
6337 openbsd*)
6338 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6339 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6340 else
6341 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6342 fi
6343 ;;
6344
6345 osf3* | osf4* | osf5*)
6346 lt_cv_deplibs_check_method=pass_all
6347 ;;
6348
6349 rdos*)
6350 lt_cv_deplibs_check_method=pass_all
6351 ;;
6352
6353 solaris*)
6354 lt_cv_deplibs_check_method=pass_all
6355 ;;
6356
6357 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6358 lt_cv_deplibs_check_method=pass_all
6359 ;;
6360
6361 sysv4 | sysv4.3*)
6362 case $host_vendor in
6363 motorola)
6364 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]'
6365 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6366 ;;
6367 ncr)
6368 lt_cv_deplibs_check_method=pass_all
6369 ;;
6370 sequent)
6371 lt_cv_file_magic_cmd='/bin/file'
6372 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6373 ;;
6374 sni)
6375 lt_cv_file_magic_cmd='/bin/file'
6376 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6377 lt_cv_file_magic_test_file=/lib/libc.so
6378 ;;
6379 siemens)
6380 lt_cv_deplibs_check_method=pass_all
6381 ;;
6382 pc)
6383 lt_cv_deplibs_check_method=pass_all
6384 ;;
6385 esac
6386 ;;
6387
6388 tpf*)
6389 lt_cv_deplibs_check_method=pass_all
6390 ;;
6391 esac
6392
6393 fi
6394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6395 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6396 file_magic_cmd=$lt_cv_file_magic_cmd
6397 deplibs_check_method=$lt_cv_deplibs_check_method
6398 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409
6410
6411 plugin_option=
6412 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
6413 for plugin in $plugin_names; do
6414 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
6415 if test x$plugin_so = x$plugin; then
6416 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
6417 fi
6418 if test x$plugin_so != x$plugin; then
6419 plugin_option="--plugin $plugin_so"
6420 break
6421 fi
6422 done
6423
6424 if test -n "$ac_tool_prefix"; then
6425 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6426 set dummy ${ac_tool_prefix}ar; ac_word=$2
6427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6428 $as_echo_n "checking for $ac_word... " >&6; }
6429 if ${ac_cv_prog_AR+:} false; then :
6430 $as_echo_n "(cached) " >&6
6431 else
6432 if test -n "$AR"; then
6433 ac_cv_prog_AR="$AR" # Let the user override the test.
6434 else
6435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6436 for as_dir in $PATH
6437 do
6438 IFS=$as_save_IFS
6439 test -z "$as_dir" && as_dir=.
6440 for ac_exec_ext in '' $ac_executable_extensions; do
6441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6442 ac_cv_prog_AR="${ac_tool_prefix}ar"
6443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6444 break 2
6445 fi
6446 done
6447 done
6448 IFS=$as_save_IFS
6449
6450 fi
6451 fi
6452 AR=$ac_cv_prog_AR
6453 if test -n "$AR"; then
6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6455 $as_echo "$AR" >&6; }
6456 else
6457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6458 $as_echo "no" >&6; }
6459 fi
6460
6461
6462 fi
6463 if test -z "$ac_cv_prog_AR"; then
6464 ac_ct_AR=$AR
6465 # Extract the first word of "ar", so it can be a program name with args.
6466 set dummy ar; ac_word=$2
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6468 $as_echo_n "checking for $ac_word... " >&6; }
6469 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6470 $as_echo_n "(cached) " >&6
6471 else
6472 if test -n "$ac_ct_AR"; then
6473 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6474 else
6475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6476 for as_dir in $PATH
6477 do
6478 IFS=$as_save_IFS
6479 test -z "$as_dir" && as_dir=.
6480 for ac_exec_ext in '' $ac_executable_extensions; do
6481 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6482 ac_cv_prog_ac_ct_AR="ar"
6483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6484 break 2
6485 fi
6486 done
6487 done
6488 IFS=$as_save_IFS
6489
6490 fi
6491 fi
6492 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6493 if test -n "$ac_ct_AR"; then
6494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6495 $as_echo "$ac_ct_AR" >&6; }
6496 else
6497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6498 $as_echo "no" >&6; }
6499 fi
6500
6501 if test "x$ac_ct_AR" = x; then
6502 AR="false"
6503 else
6504 case $cross_compiling:$ac_tool_warned in
6505 yes:)
6506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6508 ac_tool_warned=yes ;;
6509 esac
6510 AR=$ac_ct_AR
6511 fi
6512 else
6513 AR="$ac_cv_prog_AR"
6514 fi
6515
6516 test -z "$AR" && AR=ar
6517 if test -n "$plugin_option"; then
6518 if $AR --help 2>&1 | grep -q "\--plugin"; then
6519 AR="$AR $plugin_option"
6520 fi
6521 fi
6522 test -z "$AR_FLAGS" && AR_FLAGS=cru
6523
6524
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534 if test -n "$ac_tool_prefix"; then
6535 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6536 set dummy ${ac_tool_prefix}strip; ac_word=$2
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6538 $as_echo_n "checking for $ac_word... " >&6; }
6539 if ${ac_cv_prog_STRIP+:} false; then :
6540 $as_echo_n "(cached) " >&6
6541 else
6542 if test -n "$STRIP"; then
6543 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6544 else
6545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6546 for as_dir in $PATH
6547 do
6548 IFS=$as_save_IFS
6549 test -z "$as_dir" && as_dir=.
6550 for ac_exec_ext in '' $ac_executable_extensions; do
6551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6552 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6554 break 2
6555 fi
6556 done
6557 done
6558 IFS=$as_save_IFS
6559
6560 fi
6561 fi
6562 STRIP=$ac_cv_prog_STRIP
6563 if test -n "$STRIP"; then
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6565 $as_echo "$STRIP" >&6; }
6566 else
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6568 $as_echo "no" >&6; }
6569 fi
6570
6571
6572 fi
6573 if test -z "$ac_cv_prog_STRIP"; then
6574 ac_ct_STRIP=$STRIP
6575 # Extract the first word of "strip", so it can be a program name with args.
6576 set dummy strip; ac_word=$2
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6580 $as_echo_n "(cached) " >&6
6581 else
6582 if test -n "$ac_ct_STRIP"; then
6583 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6587 do
6588 IFS=$as_save_IFS
6589 test -z "$as_dir" && as_dir=.
6590 for ac_exec_ext in '' $ac_executable_extensions; do
6591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6592 ac_cv_prog_ac_ct_STRIP="strip"
6593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 break 2
6595 fi
6596 done
6597 done
6598 IFS=$as_save_IFS
6599
6600 fi
6601 fi
6602 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6603 if test -n "$ac_ct_STRIP"; then
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6605 $as_echo "$ac_ct_STRIP" >&6; }
6606 else
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6608 $as_echo "no" >&6; }
6609 fi
6610
6611 if test "x$ac_ct_STRIP" = x; then
6612 STRIP=":"
6613 else
6614 case $cross_compiling:$ac_tool_warned in
6615 yes:)
6616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6617 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6618 ac_tool_warned=yes ;;
6619 esac
6620 STRIP=$ac_ct_STRIP
6621 fi
6622 else
6623 STRIP="$ac_cv_prog_STRIP"
6624 fi
6625
6626 test -z "$STRIP" && STRIP=:
6627
6628
6629
6630
6631
6632
6633 if test -n "$ac_tool_prefix"; then
6634 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6635 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6637 $as_echo_n "checking for $ac_word... " >&6; }
6638 if ${ac_cv_prog_RANLIB+:} false; then :
6639 $as_echo_n "(cached) " >&6
6640 else
6641 if test -n "$RANLIB"; then
6642 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6643 else
6644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6645 for as_dir in $PATH
6646 do
6647 IFS=$as_save_IFS
6648 test -z "$as_dir" && as_dir=.
6649 for ac_exec_ext in '' $ac_executable_extensions; do
6650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6651 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6653 break 2
6654 fi
6655 done
6656 done
6657 IFS=$as_save_IFS
6658
6659 fi
6660 fi
6661 RANLIB=$ac_cv_prog_RANLIB
6662 if test -n "$RANLIB"; then
6663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6664 $as_echo "$RANLIB" >&6; }
6665 else
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6667 $as_echo "no" >&6; }
6668 fi
6669
6670
6671 fi
6672 if test -z "$ac_cv_prog_RANLIB"; then
6673 ac_ct_RANLIB=$RANLIB
6674 # Extract the first word of "ranlib", so it can be a program name with args.
6675 set dummy ranlib; ac_word=$2
6676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6677 $as_echo_n "checking for $ac_word... " >&6; }
6678 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6679 $as_echo_n "(cached) " >&6
6680 else
6681 if test -n "$ac_ct_RANLIB"; then
6682 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6683 else
6684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6685 for as_dir in $PATH
6686 do
6687 IFS=$as_save_IFS
6688 test -z "$as_dir" && as_dir=.
6689 for ac_exec_ext in '' $ac_executable_extensions; do
6690 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6691 ac_cv_prog_ac_ct_RANLIB="ranlib"
6692 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6693 break 2
6694 fi
6695 done
6696 done
6697 IFS=$as_save_IFS
6698
6699 fi
6700 fi
6701 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6702 if test -n "$ac_ct_RANLIB"; then
6703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6704 $as_echo "$ac_ct_RANLIB" >&6; }
6705 else
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6707 $as_echo "no" >&6; }
6708 fi
6709
6710 if test "x$ac_ct_RANLIB" = x; then
6711 RANLIB=":"
6712 else
6713 case $cross_compiling:$ac_tool_warned in
6714 yes:)
6715 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6716 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6717 ac_tool_warned=yes ;;
6718 esac
6719 RANLIB=$ac_ct_RANLIB
6720 fi
6721 else
6722 RANLIB="$ac_cv_prog_RANLIB"
6723 fi
6724
6725 test -z "$RANLIB" && RANLIB=:
6726 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6727 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6728 RANLIB="$RANLIB $plugin_option"
6729 fi
6730 fi
6731
6732
6733
6734
6735
6736
6737 # Determine commands to create old-style static archives.
6738 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6739 old_postinstall_cmds='chmod 644 $oldlib'
6740 old_postuninstall_cmds=
6741
6742 if test -n "$RANLIB"; then
6743 case $host_os in
6744 openbsd*)
6745 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6746 ;;
6747 *)
6748 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6749 ;;
6750 esac
6751 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6752 fi
6753
6754 case $host_os in
6755 darwin*)
6756 lock_old_archive_extraction=yes ;;
6757 *)
6758 lock_old_archive_extraction=no ;;
6759 esac
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799 # If no C compiler was specified, use CC.
6800 LTCC=${LTCC-"$CC"}
6801
6802 # If no C compiler flags were specified, use CFLAGS.
6803 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6804
6805 # Allow CC to be a program name with arguments.
6806 compiler=$CC
6807
6808
6809 # Check for command to grab the raw symbol name followed by C symbol from nm.
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6811 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6812 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6813 $as_echo_n "(cached) " >&6
6814 else
6815
6816 # These are sane defaults that work on at least a few old systems.
6817 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6818
6819 # Character class describing NM global symbol codes.
6820 symcode='[BCDEGRST]'
6821
6822 # Regexp to match symbols that can be accessed directly from C.
6823 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6824
6825 # Define system-specific variables.
6826 case $host_os in
6827 aix*)
6828 symcode='[BCDT]'
6829 ;;
6830 cygwin* | mingw* | pw32* | cegcc*)
6831 symcode='[ABCDGISTW]'
6832 ;;
6833 hpux*)
6834 if test "$host_cpu" = ia64; then
6835 symcode='[ABCDEGRST]'
6836 fi
6837 ;;
6838 irix* | nonstopux*)
6839 symcode='[BCDEGRST]'
6840 ;;
6841 osf*)
6842 symcode='[BCDEGQRST]'
6843 ;;
6844 solaris*)
6845 symcode='[BDRT]'
6846 ;;
6847 sco3.2v5*)
6848 symcode='[DT]'
6849 ;;
6850 sysv4.2uw2*)
6851 symcode='[DT]'
6852 ;;
6853 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6854 symcode='[ABDT]'
6855 ;;
6856 sysv4)
6857 symcode='[DFNSTU]'
6858 ;;
6859 esac
6860
6861 # If we're using GNU nm, then use its standard symbol codes.
6862 case `$NM -V 2>&1` in
6863 *GNU* | *'with BFD'*)
6864 symcode='[ABCDGIRSTW]' ;;
6865 esac
6866
6867 # Transform an extracted symbol line into a proper C declaration.
6868 # Some systems (esp. on ia64) link data and code symbols differently,
6869 # so use this general approach.
6870 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6871
6872 # Transform an extracted symbol line into symbol name and symbol address
6873 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6874 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'"
6875
6876 # Handle CRLF in mingw tool chain
6877 opt_cr=
6878 case $build_os in
6879 mingw*)
6880 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6881 ;;
6882 esac
6883
6884 # Try without a prefix underscore, then with it.
6885 for ac_symprfx in "" "_"; do
6886
6887 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6888 symxfrm="\\1 $ac_symprfx\\2 \\2"
6889
6890 # Write the raw and C identifiers.
6891 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6892 # Fake it for dumpbin and say T for any non-static function
6893 # and D for any global variable.
6894 # Also find C++ and __fastcall symbols from MSVC++,
6895 # which start with @ or ?.
6896 lt_cv_sys_global_symbol_pipe="$AWK '"\
6897 " {last_section=section; section=\$ 3};"\
6898 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6899 " \$ 0!~/External *\|/{next};"\
6900 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6901 " {if(hide[section]) next};"\
6902 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6903 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6904 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6905 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6906 " ' prfx=^$ac_symprfx"
6907 else
6908 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6909 fi
6910
6911 # Check to see that the pipe works correctly.
6912 pipe_works=no
6913
6914 rm -f conftest*
6915 cat > conftest.$ac_ext <<_LT_EOF
6916 #ifdef __cplusplus
6917 extern "C" {
6918 #endif
6919 char nm_test_var;
6920 void nm_test_func(void);
6921 void nm_test_func(void){}
6922 #ifdef __cplusplus
6923 }
6924 #endif
6925 int main(){nm_test_var='a';nm_test_func();return(0);}
6926 _LT_EOF
6927
6928 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6929 (eval $ac_compile) 2>&5
6930 ac_status=$?
6931 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6932 test $ac_status = 0; }; then
6933 # Now try to grab the symbols.
6934 nlist=conftest.nm
6935 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6936 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6937 ac_status=$?
6938 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6939 test $ac_status = 0; } && test -s "$nlist"; then
6940 # Try sorting and uniquifying the output.
6941 if sort "$nlist" | uniq > "$nlist"T; then
6942 mv -f "$nlist"T "$nlist"
6943 else
6944 rm -f "$nlist"T
6945 fi
6946
6947 # Make sure that we snagged all the symbols we need.
6948 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6949 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6950 cat <<_LT_EOF > conftest.$ac_ext
6951 #ifdef __cplusplus
6952 extern "C" {
6953 #endif
6954
6955 _LT_EOF
6956 # Now generate the symbol file.
6957 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6958
6959 cat <<_LT_EOF >> conftest.$ac_ext
6960
6961 /* The mapping between symbol names and symbols. */
6962 const struct {
6963 const char *name;
6964 void *address;
6965 }
6966 lt__PROGRAM__LTX_preloaded_symbols[] =
6967 {
6968 { "@PROGRAM@", (void *) 0 },
6969 _LT_EOF
6970 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6971 cat <<\_LT_EOF >> conftest.$ac_ext
6972 {0, (void *) 0}
6973 };
6974
6975 /* This works around a problem in FreeBSD linker */
6976 #ifdef FREEBSD_WORKAROUND
6977 static const void *lt_preloaded_setup() {
6978 return lt__PROGRAM__LTX_preloaded_symbols;
6979 }
6980 #endif
6981
6982 #ifdef __cplusplus
6983 }
6984 #endif
6985 _LT_EOF
6986 # Now try linking the two files.
6987 mv conftest.$ac_objext conftstm.$ac_objext
6988 lt_save_LIBS="$LIBS"
6989 lt_save_CFLAGS="$CFLAGS"
6990 LIBS="conftstm.$ac_objext"
6991 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6992 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6993 (eval $ac_link) 2>&5
6994 ac_status=$?
6995 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6996 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6997 pipe_works=yes
6998 fi
6999 LIBS="$lt_save_LIBS"
7000 CFLAGS="$lt_save_CFLAGS"
7001 else
7002 echo "cannot find nm_test_func in $nlist" >&5
7003 fi
7004 else
7005 echo "cannot find nm_test_var in $nlist" >&5
7006 fi
7007 else
7008 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7009 fi
7010 else
7011 echo "$progname: failed program was:" >&5
7012 cat conftest.$ac_ext >&5
7013 fi
7014 rm -rf conftest* conftst*
7015
7016 # Do not use the global_symbol_pipe unless it works.
7017 if test "$pipe_works" = yes; then
7018 break
7019 else
7020 lt_cv_sys_global_symbol_pipe=
7021 fi
7022 done
7023
7024 fi
7025
7026 if test -z "$lt_cv_sys_global_symbol_pipe"; then
7027 lt_cv_sys_global_symbol_to_cdecl=
7028 fi
7029 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7031 $as_echo "failed" >&6; }
7032 else
7033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7034 $as_echo "ok" >&6; }
7035 fi
7036
7037
7038
7039
7040
7041
7042
7043
7044
7045
7046
7047
7048
7049
7050
7051
7052
7053
7054
7055
7056
7057
7058 # Check whether --enable-libtool-lock was given.
7059 if test "${enable_libtool_lock+set}" = set; then :
7060 enableval=$enable_libtool_lock;
7061 fi
7062
7063 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7064
7065 # Some flags need to be propagated to the compiler or linker for good
7066 # libtool support.
7067 case $host in
7068 ia64-*-hpux*)
7069 # Find out which ABI we are using.
7070 echo 'int i;' > conftest.$ac_ext
7071 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7072 (eval $ac_compile) 2>&5
7073 ac_status=$?
7074 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7075 test $ac_status = 0; }; then
7076 case `/usr/bin/file conftest.$ac_objext` in
7077 *ELF-32*)
7078 HPUX_IA64_MODE="32"
7079 ;;
7080 *ELF-64*)
7081 HPUX_IA64_MODE="64"
7082 ;;
7083 esac
7084 fi
7085 rm -rf conftest*
7086 ;;
7087 *-*-irix6*)
7088 # Find out which ABI we are using.
7089 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7090 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7091 (eval $ac_compile) 2>&5
7092 ac_status=$?
7093 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7094 test $ac_status = 0; }; then
7095 if test "$lt_cv_prog_gnu_ld" = yes; then
7096 case `/usr/bin/file conftest.$ac_objext` in
7097 *32-bit*)
7098 LD="${LD-ld} -melf32bsmip"
7099 ;;
7100 *N32*)
7101 LD="${LD-ld} -melf32bmipn32"
7102 ;;
7103 *64-bit*)
7104 LD="${LD-ld} -melf64bmip"
7105 ;;
7106 esac
7107 else
7108 case `/usr/bin/file conftest.$ac_objext` in
7109 *32-bit*)
7110 LD="${LD-ld} -32"
7111 ;;
7112 *N32*)
7113 LD="${LD-ld} -n32"
7114 ;;
7115 *64-bit*)
7116 LD="${LD-ld} -64"
7117 ;;
7118 esac
7119 fi
7120 fi
7121 rm -rf conftest*
7122 ;;
7123
7124 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
7125 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7126 # Find out which ABI we are using.
7127 echo 'int i;' > conftest.$ac_ext
7128 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7129 (eval $ac_compile) 2>&5
7130 ac_status=$?
7131 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7132 test $ac_status = 0; }; then
7133 case `/usr/bin/file conftest.o` in
7134 *32-bit*)
7135 case $host in
7136 x86_64-*kfreebsd*-gnu)
7137 LD="${LD-ld} -m elf_i386_fbsd"
7138 ;;
7139 x86_64-*linux*)
7140 case `/usr/bin/file conftest.o` in
7141 *x86-64*)
7142 LD="${LD-ld} -m elf32_x86_64"
7143 ;;
7144 *)
7145 LD="${LD-ld} -m elf_i386"
7146 ;;
7147 esac
7148 ;;
7149 powerpc64le-*linux*)
7150 LD="${LD-ld} -m elf32lppclinux"
7151 ;;
7152 powerpc64-*linux*)
7153 LD="${LD-ld} -m elf32ppclinux"
7154 ;;
7155 s390x-*linux*)
7156 LD="${LD-ld} -m elf_s390"
7157 ;;
7158 sparc64-*linux*)
7159 LD="${LD-ld} -m elf32_sparc"
7160 ;;
7161 esac
7162 ;;
7163 *64-bit*)
7164 case $host in
7165 x86_64-*kfreebsd*-gnu)
7166 LD="${LD-ld} -m elf_x86_64_fbsd"
7167 ;;
7168 x86_64-*linux*)
7169 LD="${LD-ld} -m elf_x86_64"
7170 ;;
7171 powerpcle-*linux*)
7172 LD="${LD-ld} -m elf64lppc"
7173 ;;
7174 powerpc-*linux*)
7175 LD="${LD-ld} -m elf64ppc"
7176 ;;
7177 s390*-*linux*|s390*-*tpf*)
7178 LD="${LD-ld} -m elf64_s390"
7179 ;;
7180 sparc*-*linux*)
7181 LD="${LD-ld} -m elf64_sparc"
7182 ;;
7183 esac
7184 ;;
7185 esac
7186 fi
7187 rm -rf conftest*
7188 ;;
7189
7190 *-*-sco3.2v5*)
7191 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7192 SAVE_CFLAGS="$CFLAGS"
7193 CFLAGS="$CFLAGS -belf"
7194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7195 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7196 if ${lt_cv_cc_needs_belf+:} false; then :
7197 $as_echo_n "(cached) " >&6
7198 else
7199 ac_ext=c
7200 ac_cpp='$CPP $CPPFLAGS'
7201 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7202 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7203 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7204
7205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7206 /* end confdefs.h. */
7207
7208 int
7209 main ()
7210 {
7211
7212 ;
7213 return 0;
7214 }
7215 _ACEOF
7216 if ac_fn_c_try_link "$LINENO"; then :
7217 lt_cv_cc_needs_belf=yes
7218 else
7219 lt_cv_cc_needs_belf=no
7220 fi
7221 rm -f core conftest.err conftest.$ac_objext \
7222 conftest$ac_exeext conftest.$ac_ext
7223 ac_ext=c
7224 ac_cpp='$CPP $CPPFLAGS'
7225 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7226 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7227 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7228
7229 fi
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7231 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7232 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7233 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7234 CFLAGS="$SAVE_CFLAGS"
7235 fi
7236 ;;
7237 sparc*-*solaris*)
7238 # Find out which ABI we are using.
7239 echo 'int i;' > conftest.$ac_ext
7240 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7241 (eval $ac_compile) 2>&5
7242 ac_status=$?
7243 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7244 test $ac_status = 0; }; then
7245 case `/usr/bin/file conftest.o` in
7246 *64-bit*)
7247 case $lt_cv_prog_gnu_ld in
7248 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7249 *)
7250 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7251 LD="${LD-ld} -64"
7252 fi
7253 ;;
7254 esac
7255 ;;
7256 esac
7257 fi
7258 rm -rf conftest*
7259 ;;
7260 esac
7261
7262 need_locks="$enable_libtool_lock"
7263
7264
7265 case $host_os in
7266 rhapsody* | darwin*)
7267 if test -n "$ac_tool_prefix"; then
7268 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7269 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7271 $as_echo_n "checking for $ac_word... " >&6; }
7272 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7273 $as_echo_n "(cached) " >&6
7274 else
7275 if test -n "$DSYMUTIL"; then
7276 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7277 else
7278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7279 for as_dir in $PATH
7280 do
7281 IFS=$as_save_IFS
7282 test -z "$as_dir" && as_dir=.
7283 for ac_exec_ext in '' $ac_executable_extensions; do
7284 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7285 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7286 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7287 break 2
7288 fi
7289 done
7290 done
7291 IFS=$as_save_IFS
7292
7293 fi
7294 fi
7295 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7296 if test -n "$DSYMUTIL"; then
7297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7298 $as_echo "$DSYMUTIL" >&6; }
7299 else
7300 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7301 $as_echo "no" >&6; }
7302 fi
7303
7304
7305 fi
7306 if test -z "$ac_cv_prog_DSYMUTIL"; then
7307 ac_ct_DSYMUTIL=$DSYMUTIL
7308 # Extract the first word of "dsymutil", so it can be a program name with args.
7309 set dummy dsymutil; ac_word=$2
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7311 $as_echo_n "checking for $ac_word... " >&6; }
7312 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7313 $as_echo_n "(cached) " >&6
7314 else
7315 if test -n "$ac_ct_DSYMUTIL"; then
7316 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7317 else
7318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7319 for as_dir in $PATH
7320 do
7321 IFS=$as_save_IFS
7322 test -z "$as_dir" && as_dir=.
7323 for ac_exec_ext in '' $ac_executable_extensions; do
7324 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7325 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7326 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7327 break 2
7328 fi
7329 done
7330 done
7331 IFS=$as_save_IFS
7332
7333 fi
7334 fi
7335 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7336 if test -n "$ac_ct_DSYMUTIL"; then
7337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7338 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7339 else
7340 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7341 $as_echo "no" >&6; }
7342 fi
7343
7344 if test "x$ac_ct_DSYMUTIL" = x; then
7345 DSYMUTIL=":"
7346 else
7347 case $cross_compiling:$ac_tool_warned in
7348 yes:)
7349 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7350 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7351 ac_tool_warned=yes ;;
7352 esac
7353 DSYMUTIL=$ac_ct_DSYMUTIL
7354 fi
7355 else
7356 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7357 fi
7358
7359 if test -n "$ac_tool_prefix"; then
7360 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7361 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7363 $as_echo_n "checking for $ac_word... " >&6; }
7364 if ${ac_cv_prog_NMEDIT+:} false; then :
7365 $as_echo_n "(cached) " >&6
7366 else
7367 if test -n "$NMEDIT"; then
7368 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7369 else
7370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7371 for as_dir in $PATH
7372 do
7373 IFS=$as_save_IFS
7374 test -z "$as_dir" && as_dir=.
7375 for ac_exec_ext in '' $ac_executable_extensions; do
7376 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7377 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7378 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7379 break 2
7380 fi
7381 done
7382 done
7383 IFS=$as_save_IFS
7384
7385 fi
7386 fi
7387 NMEDIT=$ac_cv_prog_NMEDIT
7388 if test -n "$NMEDIT"; then
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7390 $as_echo "$NMEDIT" >&6; }
7391 else
7392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7393 $as_echo "no" >&6; }
7394 fi
7395
7396
7397 fi
7398 if test -z "$ac_cv_prog_NMEDIT"; then
7399 ac_ct_NMEDIT=$NMEDIT
7400 # Extract the first word of "nmedit", so it can be a program name with args.
7401 set dummy nmedit; ac_word=$2
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7403 $as_echo_n "checking for $ac_word... " >&6; }
7404 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7405 $as_echo_n "(cached) " >&6
7406 else
7407 if test -n "$ac_ct_NMEDIT"; then
7408 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7409 else
7410 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7411 for as_dir in $PATH
7412 do
7413 IFS=$as_save_IFS
7414 test -z "$as_dir" && as_dir=.
7415 for ac_exec_ext in '' $ac_executable_extensions; do
7416 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7417 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7418 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7419 break 2
7420 fi
7421 done
7422 done
7423 IFS=$as_save_IFS
7424
7425 fi
7426 fi
7427 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7428 if test -n "$ac_ct_NMEDIT"; then
7429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7430 $as_echo "$ac_ct_NMEDIT" >&6; }
7431 else
7432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7433 $as_echo "no" >&6; }
7434 fi
7435
7436 if test "x$ac_ct_NMEDIT" = x; then
7437 NMEDIT=":"
7438 else
7439 case $cross_compiling:$ac_tool_warned in
7440 yes:)
7441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7443 ac_tool_warned=yes ;;
7444 esac
7445 NMEDIT=$ac_ct_NMEDIT
7446 fi
7447 else
7448 NMEDIT="$ac_cv_prog_NMEDIT"
7449 fi
7450
7451 if test -n "$ac_tool_prefix"; then
7452 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7453 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7455 $as_echo_n "checking for $ac_word... " >&6; }
7456 if ${ac_cv_prog_LIPO+:} false; then :
7457 $as_echo_n "(cached) " >&6
7458 else
7459 if test -n "$LIPO"; then
7460 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7461 else
7462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7463 for as_dir in $PATH
7464 do
7465 IFS=$as_save_IFS
7466 test -z "$as_dir" && as_dir=.
7467 for ac_exec_ext in '' $ac_executable_extensions; do
7468 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7469 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7470 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7471 break 2
7472 fi
7473 done
7474 done
7475 IFS=$as_save_IFS
7476
7477 fi
7478 fi
7479 LIPO=$ac_cv_prog_LIPO
7480 if test -n "$LIPO"; then
7481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7482 $as_echo "$LIPO" >&6; }
7483 else
7484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7485 $as_echo "no" >&6; }
7486 fi
7487
7488
7489 fi
7490 if test -z "$ac_cv_prog_LIPO"; then
7491 ac_ct_LIPO=$LIPO
7492 # Extract the first word of "lipo", so it can be a program name with args.
7493 set dummy lipo; ac_word=$2
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7495 $as_echo_n "checking for $ac_word... " >&6; }
7496 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7497 $as_echo_n "(cached) " >&6
7498 else
7499 if test -n "$ac_ct_LIPO"; then
7500 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7501 else
7502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7503 for as_dir in $PATH
7504 do
7505 IFS=$as_save_IFS
7506 test -z "$as_dir" && as_dir=.
7507 for ac_exec_ext in '' $ac_executable_extensions; do
7508 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7509 ac_cv_prog_ac_ct_LIPO="lipo"
7510 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7511 break 2
7512 fi
7513 done
7514 done
7515 IFS=$as_save_IFS
7516
7517 fi
7518 fi
7519 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7520 if test -n "$ac_ct_LIPO"; then
7521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7522 $as_echo "$ac_ct_LIPO" >&6; }
7523 else
7524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7525 $as_echo "no" >&6; }
7526 fi
7527
7528 if test "x$ac_ct_LIPO" = x; then
7529 LIPO=":"
7530 else
7531 case $cross_compiling:$ac_tool_warned in
7532 yes:)
7533 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7534 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7535 ac_tool_warned=yes ;;
7536 esac
7537 LIPO=$ac_ct_LIPO
7538 fi
7539 else
7540 LIPO="$ac_cv_prog_LIPO"
7541 fi
7542
7543 if test -n "$ac_tool_prefix"; then
7544 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7545 set dummy ${ac_tool_prefix}otool; ac_word=$2
7546 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7547 $as_echo_n "checking for $ac_word... " >&6; }
7548 if ${ac_cv_prog_OTOOL+:} false; then :
7549 $as_echo_n "(cached) " >&6
7550 else
7551 if test -n "$OTOOL"; then
7552 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7553 else
7554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7555 for as_dir in $PATH
7556 do
7557 IFS=$as_save_IFS
7558 test -z "$as_dir" && as_dir=.
7559 for ac_exec_ext in '' $ac_executable_extensions; do
7560 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7561 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7562 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7563 break 2
7564 fi
7565 done
7566 done
7567 IFS=$as_save_IFS
7568
7569 fi
7570 fi
7571 OTOOL=$ac_cv_prog_OTOOL
7572 if test -n "$OTOOL"; then
7573 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7574 $as_echo "$OTOOL" >&6; }
7575 else
7576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7577 $as_echo "no" >&6; }
7578 fi
7579
7580
7581 fi
7582 if test -z "$ac_cv_prog_OTOOL"; then
7583 ac_ct_OTOOL=$OTOOL
7584 # Extract the first word of "otool", so it can be a program name with args.
7585 set dummy otool; ac_word=$2
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7587 $as_echo_n "checking for $ac_word... " >&6; }
7588 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7589 $as_echo_n "(cached) " >&6
7590 else
7591 if test -n "$ac_ct_OTOOL"; then
7592 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7593 else
7594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7595 for as_dir in $PATH
7596 do
7597 IFS=$as_save_IFS
7598 test -z "$as_dir" && as_dir=.
7599 for ac_exec_ext in '' $ac_executable_extensions; do
7600 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7601 ac_cv_prog_ac_ct_OTOOL="otool"
7602 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7603 break 2
7604 fi
7605 done
7606 done
7607 IFS=$as_save_IFS
7608
7609 fi
7610 fi
7611 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7612 if test -n "$ac_ct_OTOOL"; then
7613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7614 $as_echo "$ac_ct_OTOOL" >&6; }
7615 else
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7617 $as_echo "no" >&6; }
7618 fi
7619
7620 if test "x$ac_ct_OTOOL" = x; then
7621 OTOOL=":"
7622 else
7623 case $cross_compiling:$ac_tool_warned in
7624 yes:)
7625 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7626 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7627 ac_tool_warned=yes ;;
7628 esac
7629 OTOOL=$ac_ct_OTOOL
7630 fi
7631 else
7632 OTOOL="$ac_cv_prog_OTOOL"
7633 fi
7634
7635 if test -n "$ac_tool_prefix"; then
7636 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7637 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7638 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7639 $as_echo_n "checking for $ac_word... " >&6; }
7640 if ${ac_cv_prog_OTOOL64+:} false; then :
7641 $as_echo_n "(cached) " >&6
7642 else
7643 if test -n "$OTOOL64"; then
7644 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7645 else
7646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7647 for as_dir in $PATH
7648 do
7649 IFS=$as_save_IFS
7650 test -z "$as_dir" && as_dir=.
7651 for ac_exec_ext in '' $ac_executable_extensions; do
7652 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7653 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7654 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7655 break 2
7656 fi
7657 done
7658 done
7659 IFS=$as_save_IFS
7660
7661 fi
7662 fi
7663 OTOOL64=$ac_cv_prog_OTOOL64
7664 if test -n "$OTOOL64"; then
7665 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7666 $as_echo "$OTOOL64" >&6; }
7667 else
7668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7669 $as_echo "no" >&6; }
7670 fi
7671
7672
7673 fi
7674 if test -z "$ac_cv_prog_OTOOL64"; then
7675 ac_ct_OTOOL64=$OTOOL64
7676 # Extract the first word of "otool64", so it can be a program name with args.
7677 set dummy otool64; ac_word=$2
7678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7679 $as_echo_n "checking for $ac_word... " >&6; }
7680 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7681 $as_echo_n "(cached) " >&6
7682 else
7683 if test -n "$ac_ct_OTOOL64"; then
7684 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7685 else
7686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7687 for as_dir in $PATH
7688 do
7689 IFS=$as_save_IFS
7690 test -z "$as_dir" && as_dir=.
7691 for ac_exec_ext in '' $ac_executable_extensions; do
7692 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7693 ac_cv_prog_ac_ct_OTOOL64="otool64"
7694 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7695 break 2
7696 fi
7697 done
7698 done
7699 IFS=$as_save_IFS
7700
7701 fi
7702 fi
7703 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7704 if test -n "$ac_ct_OTOOL64"; then
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7706 $as_echo "$ac_ct_OTOOL64" >&6; }
7707 else
7708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7709 $as_echo "no" >&6; }
7710 fi
7711
7712 if test "x$ac_ct_OTOOL64" = x; then
7713 OTOOL64=":"
7714 else
7715 case $cross_compiling:$ac_tool_warned in
7716 yes:)
7717 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7718 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7719 ac_tool_warned=yes ;;
7720 esac
7721 OTOOL64=$ac_ct_OTOOL64
7722 fi
7723 else
7724 OTOOL64="$ac_cv_prog_OTOOL64"
7725 fi
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7754 $as_echo_n "checking for -single_module linker flag... " >&6; }
7755 if ${lt_cv_apple_cc_single_mod+:} false; then :
7756 $as_echo_n "(cached) " >&6
7757 else
7758 lt_cv_apple_cc_single_mod=no
7759 if test -z "${LT_MULTI_MODULE}"; then
7760 # By default we will add the -single_module flag. You can override
7761 # by either setting the environment variable LT_MULTI_MODULE
7762 # non-empty at configure time, or by adding -multi_module to the
7763 # link flags.
7764 rm -rf libconftest.dylib*
7765 echo "int foo(void){return 1;}" > conftest.c
7766 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7767 -dynamiclib -Wl,-single_module conftest.c" >&5
7768 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7769 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7770 _lt_result=$?
7771 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7772 lt_cv_apple_cc_single_mod=yes
7773 else
7774 cat conftest.err >&5
7775 fi
7776 rm -rf libconftest.dylib*
7777 rm -f conftest.*
7778 fi
7779 fi
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7781 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7783 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7784 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7785 $as_echo_n "(cached) " >&6
7786 else
7787 lt_cv_ld_exported_symbols_list=no
7788 save_LDFLAGS=$LDFLAGS
7789 echo "_main" > conftest.sym
7790 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7792 /* end confdefs.h. */
7793
7794 int
7795 main ()
7796 {
7797
7798 ;
7799 return 0;
7800 }
7801 _ACEOF
7802 if ac_fn_c_try_link "$LINENO"; then :
7803 lt_cv_ld_exported_symbols_list=yes
7804 else
7805 lt_cv_ld_exported_symbols_list=no
7806 fi
7807 rm -f core conftest.err conftest.$ac_objext \
7808 conftest$ac_exeext conftest.$ac_ext
7809 LDFLAGS="$save_LDFLAGS"
7810
7811 fi
7812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7813 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7815 $as_echo_n "checking for -force_load linker flag... " >&6; }
7816 if ${lt_cv_ld_force_load+:} false; then :
7817 $as_echo_n "(cached) " >&6
7818 else
7819 lt_cv_ld_force_load=no
7820 cat > conftest.c << _LT_EOF
7821 int forced_loaded() { return 2;}
7822 _LT_EOF
7823 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7824 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7825 echo "$AR cru libconftest.a conftest.o" >&5
7826 $AR cru libconftest.a conftest.o 2>&5
7827 cat > conftest.c << _LT_EOF
7828 int main() { return 0;}
7829 _LT_EOF
7830 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7831 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7832 _lt_result=$?
7833 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7834 lt_cv_ld_force_load=yes
7835 else
7836 cat conftest.err >&5
7837 fi
7838 rm -f conftest.err libconftest.a conftest conftest.c
7839 rm -rf conftest.dSYM
7840
7841 fi
7842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7843 $as_echo "$lt_cv_ld_force_load" >&6; }
7844 case $host_os in
7845 rhapsody* | darwin1.[012])
7846 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7847 darwin1.*)
7848 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7849 darwin*) # darwin 5.x on
7850 # if running on 10.5 or later, the deployment target defaults
7851 # to the OS version, if on x86, and 10.4, the deployment
7852 # target defaults to 10.4. Don't you love it?
7853 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7854 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7855 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7856 10.[012][,.]*)
7857 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7858 10.*)
7859 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7860 esac
7861 ;;
7862 esac
7863 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7864 _lt_dar_single_mod='$single_module'
7865 fi
7866 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7867 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7868 else
7869 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7870 fi
7871 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7872 _lt_dsymutil='~$DSYMUTIL $lib || :'
7873 else
7874 _lt_dsymutil=
7875 fi
7876 ;;
7877 esac
7878
7879 for ac_header in dlfcn.h
7880 do :
7881 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7882 "
7883 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7884 cat >>confdefs.h <<_ACEOF
7885 #define HAVE_DLFCN_H 1
7886 _ACEOF
7887
7888 fi
7889
7890 done
7891
7892
7893
7894
7895
7896 # Set options
7897
7898
7899
7900 enable_dlopen=no
7901
7902
7903 enable_win32_dll=no
7904
7905
7906 # Check whether --enable-shared was given.
7907 if test "${enable_shared+set}" = set; then :
7908 enableval=$enable_shared; p=${PACKAGE-default}
7909 case $enableval in
7910 yes) enable_shared=yes ;;
7911 no) enable_shared=no ;;
7912 *)
7913 enable_shared=no
7914 # Look at the argument we got. We use all the common list separators.
7915 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7916 for pkg in $enableval; do
7917 IFS="$lt_save_ifs"
7918 if test "X$pkg" = "X$p"; then
7919 enable_shared=yes
7920 fi
7921 done
7922 IFS="$lt_save_ifs"
7923 ;;
7924 esac
7925 else
7926 enable_shared=yes
7927 fi
7928
7929
7930
7931
7932
7933
7934
7935
7936
7937 # Check whether --enable-static was given.
7938 if test "${enable_static+set}" = set; then :
7939 enableval=$enable_static; p=${PACKAGE-default}
7940 case $enableval in
7941 yes) enable_static=yes ;;
7942 no) enable_static=no ;;
7943 *)
7944 enable_static=no
7945 # Look at the argument we got. We use all the common list separators.
7946 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7947 for pkg in $enableval; do
7948 IFS="$lt_save_ifs"
7949 if test "X$pkg" = "X$p"; then
7950 enable_static=yes
7951 fi
7952 done
7953 IFS="$lt_save_ifs"
7954 ;;
7955 esac
7956 else
7957 enable_static=yes
7958 fi
7959
7960
7961
7962
7963
7964
7965
7966
7967
7968
7969 # Check whether --with-pic was given.
7970 if test "${with_pic+set}" = set; then :
7971 withval=$with_pic; pic_mode="$withval"
7972 else
7973 pic_mode=default
7974 fi
7975
7976
7977 test -z "$pic_mode" && pic_mode=default
7978
7979
7980
7981
7982
7983
7984
7985 # Check whether --enable-fast-install was given.
7986 if test "${enable_fast_install+set}" = set; then :
7987 enableval=$enable_fast_install; p=${PACKAGE-default}
7988 case $enableval in
7989 yes) enable_fast_install=yes ;;
7990 no) enable_fast_install=no ;;
7991 *)
7992 enable_fast_install=no
7993 # Look at the argument we got. We use all the common list separators.
7994 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7995 for pkg in $enableval; do
7996 IFS="$lt_save_ifs"
7997 if test "X$pkg" = "X$p"; then
7998 enable_fast_install=yes
7999 fi
8000 done
8001 IFS="$lt_save_ifs"
8002 ;;
8003 esac
8004 else
8005 enable_fast_install=yes
8006 fi
8007
8008
8009
8010
8011
8012
8013
8014
8015
8016
8017
8018 # This can be used to rebuild libtool when needed
8019 LIBTOOL_DEPS="$ltmain"
8020
8021 # Always use our own libtool.
8022 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8023
8024
8025
8026
8027
8028
8029
8030
8031
8032
8033
8034
8035
8036
8037
8038
8039
8040
8041
8042
8043
8044
8045
8046
8047
8048
8049 test -z "$LN_S" && LN_S="ln -s"
8050
8051
8052
8053
8054
8055
8056
8057
8058
8059
8060
8061
8062
8063
8064 if test -n "${ZSH_VERSION+set}" ; then
8065 setopt NO_GLOB_SUBST
8066 fi
8067
8068 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8069 $as_echo_n "checking for objdir... " >&6; }
8070 if ${lt_cv_objdir+:} false; then :
8071 $as_echo_n "(cached) " >&6
8072 else
8073 rm -f .libs 2>/dev/null
8074 mkdir .libs 2>/dev/null
8075 if test -d .libs; then
8076 lt_cv_objdir=.libs
8077 else
8078 # MS-DOS does not allow filenames that begin with a dot.
8079 lt_cv_objdir=_libs
8080 fi
8081 rmdir .libs 2>/dev/null
8082 fi
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8084 $as_echo "$lt_cv_objdir" >&6; }
8085 objdir=$lt_cv_objdir
8086
8087
8088
8089
8090
8091 cat >>confdefs.h <<_ACEOF
8092 #define LT_OBJDIR "$lt_cv_objdir/"
8093 _ACEOF
8094
8095
8096
8097
8098 case $host_os in
8099 aix3*)
8100 # AIX sometimes has problems with the GCC collect2 program. For some
8101 # reason, if we set the COLLECT_NAMES environment variable, the problems
8102 # vanish in a puff of smoke.
8103 if test "X${COLLECT_NAMES+set}" != Xset; then
8104 COLLECT_NAMES=
8105 export COLLECT_NAMES
8106 fi
8107 ;;
8108 esac
8109
8110 # Global variables:
8111 ofile=libtool
8112 can_build_shared=yes
8113
8114 # All known linkers require a `.a' archive for static linking (except MSVC,
8115 # which needs '.lib').
8116 libext=a
8117
8118 with_gnu_ld="$lt_cv_prog_gnu_ld"
8119
8120 old_CC="$CC"
8121 old_CFLAGS="$CFLAGS"
8122
8123 # Set sane defaults for various variables
8124 test -z "$CC" && CC=cc
8125 test -z "$LTCC" && LTCC=$CC
8126 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8127 test -z "$LD" && LD=ld
8128 test -z "$ac_objext" && ac_objext=o
8129
8130 for cc_temp in $compiler""; do
8131 case $cc_temp in
8132 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8133 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8134 \-*) ;;
8135 *) break;;
8136 esac
8137 done
8138 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8139
8140
8141 # Only perform the check for file, if the check method requires it
8142 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8143 case $deplibs_check_method in
8144 file_magic*)
8145 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8147 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8148 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8149 $as_echo_n "(cached) " >&6
8150 else
8151 case $MAGIC_CMD in
8152 [\\/*] | ?:[\\/]*)
8153 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8154 ;;
8155 *)
8156 lt_save_MAGIC_CMD="$MAGIC_CMD"
8157 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8158 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8159 for ac_dir in $ac_dummy; do
8160 IFS="$lt_save_ifs"
8161 test -z "$ac_dir" && ac_dir=.
8162 if test -f $ac_dir/${ac_tool_prefix}file; then
8163 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8164 if test -n "$file_magic_test_file"; then
8165 case $deplibs_check_method in
8166 "file_magic "*)
8167 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8168 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8169 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8170 $EGREP "$file_magic_regex" > /dev/null; then
8171 :
8172 else
8173 cat <<_LT_EOF 1>&2
8174
8175 *** Warning: the command libtool uses to detect shared libraries,
8176 *** $file_magic_cmd, produces output that libtool cannot recognize.
8177 *** The result is that libtool may fail to recognize shared libraries
8178 *** as such. This will affect the creation of libtool libraries that
8179 *** depend on shared libraries, but programs linked with such libtool
8180 *** libraries will work regardless of this problem. Nevertheless, you
8181 *** may want to report the problem to your system manager and/or to
8182 *** bug-libtool@gnu.org
8183
8184 _LT_EOF
8185 fi ;;
8186 esac
8187 fi
8188 break
8189 fi
8190 done
8191 IFS="$lt_save_ifs"
8192 MAGIC_CMD="$lt_save_MAGIC_CMD"
8193 ;;
8194 esac
8195 fi
8196
8197 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8198 if test -n "$MAGIC_CMD"; then
8199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8200 $as_echo "$MAGIC_CMD" >&6; }
8201 else
8202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8203 $as_echo "no" >&6; }
8204 fi
8205
8206
8207
8208
8209
8210 if test -z "$lt_cv_path_MAGIC_CMD"; then
8211 if test -n "$ac_tool_prefix"; then
8212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8213 $as_echo_n "checking for file... " >&6; }
8214 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8215 $as_echo_n "(cached) " >&6
8216 else
8217 case $MAGIC_CMD in
8218 [\\/*] | ?:[\\/]*)
8219 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8220 ;;
8221 *)
8222 lt_save_MAGIC_CMD="$MAGIC_CMD"
8223 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8224 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8225 for ac_dir in $ac_dummy; do
8226 IFS="$lt_save_ifs"
8227 test -z "$ac_dir" && ac_dir=.
8228 if test -f $ac_dir/file; then
8229 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8230 if test -n "$file_magic_test_file"; then
8231 case $deplibs_check_method in
8232 "file_magic "*)
8233 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8234 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8235 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8236 $EGREP "$file_magic_regex" > /dev/null; then
8237 :
8238 else
8239 cat <<_LT_EOF 1>&2
8240
8241 *** Warning: the command libtool uses to detect shared libraries,
8242 *** $file_magic_cmd, produces output that libtool cannot recognize.
8243 *** The result is that libtool may fail to recognize shared libraries
8244 *** as such. This will affect the creation of libtool libraries that
8245 *** depend on shared libraries, but programs linked with such libtool
8246 *** libraries will work regardless of this problem. Nevertheless, you
8247 *** may want to report the problem to your system manager and/or to
8248 *** bug-libtool@gnu.org
8249
8250 _LT_EOF
8251 fi ;;
8252 esac
8253 fi
8254 break
8255 fi
8256 done
8257 IFS="$lt_save_ifs"
8258 MAGIC_CMD="$lt_save_MAGIC_CMD"
8259 ;;
8260 esac
8261 fi
8262
8263 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8264 if test -n "$MAGIC_CMD"; then
8265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8266 $as_echo "$MAGIC_CMD" >&6; }
8267 else
8268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8269 $as_echo "no" >&6; }
8270 fi
8271
8272
8273 else
8274 MAGIC_CMD=:
8275 fi
8276 fi
8277
8278 fi
8279 ;;
8280 esac
8281
8282 # Use C for the default configuration in the libtool script
8283
8284 lt_save_CC="$CC"
8285 ac_ext=c
8286 ac_cpp='$CPP $CPPFLAGS'
8287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8290
8291
8292 # Source file extension for C test sources.
8293 ac_ext=c
8294
8295 # Object file extension for compiled C test sources.
8296 objext=o
8297 objext=$objext
8298
8299 # Code to be used in simple compile tests
8300 lt_simple_compile_test_code="int some_variable = 0;"
8301
8302 # Code to be used in simple link tests
8303 lt_simple_link_test_code='int main(){return(0);}'
8304
8305
8306
8307
8308
8309
8310
8311 # If no C compiler was specified, use CC.
8312 LTCC=${LTCC-"$CC"}
8313
8314 # If no C compiler flags were specified, use CFLAGS.
8315 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8316
8317 # Allow CC to be a program name with arguments.
8318 compiler=$CC
8319
8320 # Save the default compiler, since it gets overwritten when the other
8321 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8322 compiler_DEFAULT=$CC
8323
8324 # save warnings/boilerplate of simple test code
8325 ac_outfile=conftest.$ac_objext
8326 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8327 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8328 _lt_compiler_boilerplate=`cat conftest.err`
8329 $RM conftest*
8330
8331 ac_outfile=conftest.$ac_objext
8332 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8333 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8334 _lt_linker_boilerplate=`cat conftest.err`
8335 $RM -r conftest*
8336
8337
8338 ## CAVEAT EMPTOR:
8339 ## There is no encapsulation within the following macros, do not change
8340 ## the running order or otherwise move them around unless you know exactly
8341 ## what you are doing...
8342 if test -n "$compiler"; then
8343
8344 lt_prog_compiler_no_builtin_flag=
8345
8346 if test "$GCC" = yes; then
8347 case $cc_basename in
8348 nvcc*)
8349 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8350 *)
8351 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8352 esac
8353
8354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8355 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8356 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8357 $as_echo_n "(cached) " >&6
8358 else
8359 lt_cv_prog_compiler_rtti_exceptions=no
8360 ac_outfile=conftest.$ac_objext
8361 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8362 lt_compiler_flag="-fno-rtti -fno-exceptions"
8363 # Insert the option either (1) after the last *FLAGS variable, or
8364 # (2) before a word containing "conftest.", or (3) at the end.
8365 # Note that $ac_compile itself does not contain backslashes and begins
8366 # with a dollar sign (not a hyphen), so the echo should work correctly.
8367 # The option is referenced via a variable to avoid confusing sed.
8368 lt_compile=`echo "$ac_compile" | $SED \
8369 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8370 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8371 -e 's:$: $lt_compiler_flag:'`
8372 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8373 (eval "$lt_compile" 2>conftest.err)
8374 ac_status=$?
8375 cat conftest.err >&5
8376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8377 if (exit $ac_status) && test -s "$ac_outfile"; then
8378 # The compiler can only warn and ignore the option if not recognized
8379 # So say no if there are warnings other than the usual output.
8380 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8381 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8382 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8383 lt_cv_prog_compiler_rtti_exceptions=yes
8384 fi
8385 fi
8386 $RM conftest*
8387
8388 fi
8389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8390 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8391
8392 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8393 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8394 else
8395 :
8396 fi
8397
8398 fi
8399
8400
8401
8402
8403
8404
8405 lt_prog_compiler_wl=
8406 lt_prog_compiler_pic=
8407 lt_prog_compiler_static=
8408
8409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8410 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8411
8412 if test "$GCC" = yes; then
8413 lt_prog_compiler_wl='-Wl,'
8414 lt_prog_compiler_static='-static'
8415
8416 case $host_os in
8417 aix*)
8418 # All AIX code is PIC.
8419 if test "$host_cpu" = ia64; then
8420 # AIX 5 now supports IA64 processor
8421 lt_prog_compiler_static='-Bstatic'
8422 fi
8423 lt_prog_compiler_pic='-fPIC'
8424 ;;
8425
8426 amigaos*)
8427 case $host_cpu in
8428 powerpc)
8429 # see comment about AmigaOS4 .so support
8430 lt_prog_compiler_pic='-fPIC'
8431 ;;
8432 m68k)
8433 # FIXME: we need at least 68020 code to build shared libraries, but
8434 # adding the `-m68020' flag to GCC prevents building anything better,
8435 # like `-m68040'.
8436 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8437 ;;
8438 esac
8439 ;;
8440
8441 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8442 # PIC is the default for these OSes.
8443 ;;
8444
8445 mingw* | cygwin* | pw32* | os2* | cegcc*)
8446 # This hack is so that the source file can tell whether it is being
8447 # built for inclusion in a dll (and should export symbols for example).
8448 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8449 # (--disable-auto-import) libraries
8450 lt_prog_compiler_pic='-DDLL_EXPORT'
8451 ;;
8452
8453 darwin* | rhapsody*)
8454 # PIC is the default on this platform
8455 # Common symbols not allowed in MH_DYLIB files
8456 lt_prog_compiler_pic='-fno-common'
8457 ;;
8458
8459 haiku*)
8460 # PIC is the default for Haiku.
8461 # The "-static" flag exists, but is broken.
8462 lt_prog_compiler_static=
8463 ;;
8464
8465 hpux*)
8466 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8467 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8468 # sets the default TLS model and affects inlining.
8469 case $host_cpu in
8470 hppa*64*)
8471 # +Z the default
8472 ;;
8473 *)
8474 lt_prog_compiler_pic='-fPIC'
8475 ;;
8476 esac
8477 ;;
8478
8479 interix[3-9]*)
8480 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8481 # Instead, we relocate shared libraries at runtime.
8482 ;;
8483
8484 msdosdjgpp*)
8485 # Just because we use GCC doesn't mean we suddenly get shared libraries
8486 # on systems that don't support them.
8487 lt_prog_compiler_can_build_shared=no
8488 enable_shared=no
8489 ;;
8490
8491 *nto* | *qnx*)
8492 # QNX uses GNU C++, but need to define -shared option too, otherwise
8493 # it will coredump.
8494 lt_prog_compiler_pic='-fPIC -shared'
8495 ;;
8496
8497 sysv4*MP*)
8498 if test -d /usr/nec; then
8499 lt_prog_compiler_pic=-Kconform_pic
8500 fi
8501 ;;
8502
8503 *)
8504 lt_prog_compiler_pic='-fPIC'
8505 ;;
8506 esac
8507
8508 case $cc_basename in
8509 nvcc*) # Cuda Compiler Driver 2.2
8510 lt_prog_compiler_wl='-Xlinker '
8511 lt_prog_compiler_pic='-Xcompiler -fPIC'
8512 ;;
8513 esac
8514 else
8515 # PORTME Check for flag to pass linker flags through the system compiler.
8516 case $host_os in
8517 aix*)
8518 lt_prog_compiler_wl='-Wl,'
8519 if test "$host_cpu" = ia64; then
8520 # AIX 5 now supports IA64 processor
8521 lt_prog_compiler_static='-Bstatic'
8522 else
8523 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8524 fi
8525 ;;
8526
8527 mingw* | cygwin* | pw32* | os2* | cegcc*)
8528 # This hack is so that the source file can tell whether it is being
8529 # built for inclusion in a dll (and should export symbols for example).
8530 lt_prog_compiler_pic='-DDLL_EXPORT'
8531 ;;
8532
8533 hpux9* | hpux10* | hpux11*)
8534 lt_prog_compiler_wl='-Wl,'
8535 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8536 # not for PA HP-UX.
8537 case $host_cpu in
8538 hppa*64*|ia64*)
8539 # +Z the default
8540 ;;
8541 *)
8542 lt_prog_compiler_pic='+Z'
8543 ;;
8544 esac
8545 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8546 lt_prog_compiler_static='${wl}-a ${wl}archive'
8547 ;;
8548
8549 irix5* | irix6* | nonstopux*)
8550 lt_prog_compiler_wl='-Wl,'
8551 # PIC (with -KPIC) is the default.
8552 lt_prog_compiler_static='-non_shared'
8553 ;;
8554
8555 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8556 case $cc_basename in
8557 # old Intel for x86_64 which still supported -KPIC.
8558 ecc*)
8559 lt_prog_compiler_wl='-Wl,'
8560 lt_prog_compiler_pic='-KPIC'
8561 lt_prog_compiler_static='-static'
8562 ;;
8563 # icc used to be incompatible with GCC.
8564 # ICC 10 doesn't accept -KPIC any more.
8565 icc* | ifort*)
8566 lt_prog_compiler_wl='-Wl,'
8567 lt_prog_compiler_pic='-fPIC'
8568 lt_prog_compiler_static='-static'
8569 ;;
8570 # Lahey Fortran 8.1.
8571 lf95*)
8572 lt_prog_compiler_wl='-Wl,'
8573 lt_prog_compiler_pic='--shared'
8574 lt_prog_compiler_static='--static'
8575 ;;
8576 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8577 # Portland Group compilers (*not* the Pentium gcc compiler,
8578 # which looks to be a dead project)
8579 lt_prog_compiler_wl='-Wl,'
8580 lt_prog_compiler_pic='-fpic'
8581 lt_prog_compiler_static='-Bstatic'
8582 ;;
8583 ccc*)
8584 lt_prog_compiler_wl='-Wl,'
8585 # All Alpha code is PIC.
8586 lt_prog_compiler_static='-non_shared'
8587 ;;
8588 xl* | bgxl* | bgf* | mpixl*)
8589 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8590 lt_prog_compiler_wl='-Wl,'
8591 lt_prog_compiler_pic='-qpic'
8592 lt_prog_compiler_static='-qstaticlink'
8593 ;;
8594 *)
8595 case `$CC -V 2>&1 | sed 5q` in
8596 *Sun\ F* | *Sun*Fortran*)
8597 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8598 lt_prog_compiler_pic='-KPIC'
8599 lt_prog_compiler_static='-Bstatic'
8600 lt_prog_compiler_wl=''
8601 ;;
8602 *Sun\ C*)
8603 # Sun C 5.9
8604 lt_prog_compiler_pic='-KPIC'
8605 lt_prog_compiler_static='-Bstatic'
8606 lt_prog_compiler_wl='-Wl,'
8607 ;;
8608 esac
8609 ;;
8610 esac
8611 ;;
8612
8613 newsos6)
8614 lt_prog_compiler_pic='-KPIC'
8615 lt_prog_compiler_static='-Bstatic'
8616 ;;
8617
8618 *nto* | *qnx*)
8619 # QNX uses GNU C++, but need to define -shared option too, otherwise
8620 # it will coredump.
8621 lt_prog_compiler_pic='-fPIC -shared'
8622 ;;
8623
8624 osf3* | osf4* | osf5*)
8625 lt_prog_compiler_wl='-Wl,'
8626 # All OSF/1 code is PIC.
8627 lt_prog_compiler_static='-non_shared'
8628 ;;
8629
8630 rdos*)
8631 lt_prog_compiler_static='-non_shared'
8632 ;;
8633
8634 solaris*)
8635 lt_prog_compiler_pic='-KPIC'
8636 lt_prog_compiler_static='-Bstatic'
8637 case $cc_basename in
8638 f77* | f90* | f95*)
8639 lt_prog_compiler_wl='-Qoption ld ';;
8640 *)
8641 lt_prog_compiler_wl='-Wl,';;
8642 esac
8643 ;;
8644
8645 sunos4*)
8646 lt_prog_compiler_wl='-Qoption ld '
8647 lt_prog_compiler_pic='-PIC'
8648 lt_prog_compiler_static='-Bstatic'
8649 ;;
8650
8651 sysv4 | sysv4.2uw2* | sysv4.3*)
8652 lt_prog_compiler_wl='-Wl,'
8653 lt_prog_compiler_pic='-KPIC'
8654 lt_prog_compiler_static='-Bstatic'
8655 ;;
8656
8657 sysv4*MP*)
8658 if test -d /usr/nec ;then
8659 lt_prog_compiler_pic='-Kconform_pic'
8660 lt_prog_compiler_static='-Bstatic'
8661 fi
8662 ;;
8663
8664 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8665 lt_prog_compiler_wl='-Wl,'
8666 lt_prog_compiler_pic='-KPIC'
8667 lt_prog_compiler_static='-Bstatic'
8668 ;;
8669
8670 unicos*)
8671 lt_prog_compiler_wl='-Wl,'
8672 lt_prog_compiler_can_build_shared=no
8673 ;;
8674
8675 uts4*)
8676 lt_prog_compiler_pic='-pic'
8677 lt_prog_compiler_static='-Bstatic'
8678 ;;
8679
8680 *)
8681 lt_prog_compiler_can_build_shared=no
8682 ;;
8683 esac
8684 fi
8685
8686 case $host_os in
8687 # For platforms which do not support PIC, -DPIC is meaningless:
8688 *djgpp*)
8689 lt_prog_compiler_pic=
8690 ;;
8691 *)
8692 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8693 ;;
8694 esac
8695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8696 $as_echo "$lt_prog_compiler_pic" >&6; }
8697
8698
8699
8700
8701
8702
8703 #
8704 # Check to make sure the PIC flag actually works.
8705 #
8706 if test -n "$lt_prog_compiler_pic"; then
8707 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8708 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8709 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8710 $as_echo_n "(cached) " >&6
8711 else
8712 lt_cv_prog_compiler_pic_works=no
8713 ac_outfile=conftest.$ac_objext
8714 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8715 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8716 # Insert the option either (1) after the last *FLAGS variable, or
8717 # (2) before a word containing "conftest.", or (3) at the end.
8718 # Note that $ac_compile itself does not contain backslashes and begins
8719 # with a dollar sign (not a hyphen), so the echo should work correctly.
8720 # The option is referenced via a variable to avoid confusing sed.
8721 lt_compile=`echo "$ac_compile" | $SED \
8722 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8723 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8724 -e 's:$: $lt_compiler_flag:'`
8725 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8726 (eval "$lt_compile" 2>conftest.err)
8727 ac_status=$?
8728 cat conftest.err >&5
8729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8730 if (exit $ac_status) && test -s "$ac_outfile"; then
8731 # The compiler can only warn and ignore the option if not recognized
8732 # So say no if there are warnings other than the usual output.
8733 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8734 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8735 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8736 lt_cv_prog_compiler_pic_works=yes
8737 fi
8738 fi
8739 $RM conftest*
8740
8741 fi
8742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8743 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8744
8745 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8746 case $lt_prog_compiler_pic in
8747 "" | " "*) ;;
8748 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8749 esac
8750 else
8751 lt_prog_compiler_pic=
8752 lt_prog_compiler_can_build_shared=no
8753 fi
8754
8755 fi
8756
8757
8758
8759
8760
8761
8762 #
8763 # Check to make sure the static flag actually works.
8764 #
8765 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8767 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8768 if ${lt_cv_prog_compiler_static_works+:} false; then :
8769 $as_echo_n "(cached) " >&6
8770 else
8771 lt_cv_prog_compiler_static_works=no
8772 save_LDFLAGS="$LDFLAGS"
8773 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8774 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8775 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8776 # The linker can only warn and ignore the option if not recognized
8777 # So say no if there are warnings
8778 if test -s conftest.err; then
8779 # Append any errors to the config.log.
8780 cat conftest.err 1>&5
8781 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8782 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8783 if diff conftest.exp conftest.er2 >/dev/null; then
8784 lt_cv_prog_compiler_static_works=yes
8785 fi
8786 else
8787 lt_cv_prog_compiler_static_works=yes
8788 fi
8789 fi
8790 $RM -r conftest*
8791 LDFLAGS="$save_LDFLAGS"
8792
8793 fi
8794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8795 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8796
8797 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8798 :
8799 else
8800 lt_prog_compiler_static=
8801 fi
8802
8803
8804
8805
8806
8807
8808
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8810 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8811 if ${lt_cv_prog_compiler_c_o+:} false; then :
8812 $as_echo_n "(cached) " >&6
8813 else
8814 lt_cv_prog_compiler_c_o=no
8815 $RM -r conftest 2>/dev/null
8816 mkdir conftest
8817 cd conftest
8818 mkdir out
8819 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8820
8821 lt_compiler_flag="-o out/conftest2.$ac_objext"
8822 # Insert the option either (1) after the last *FLAGS variable, or
8823 # (2) before a word containing "conftest.", or (3) at the end.
8824 # Note that $ac_compile itself does not contain backslashes and begins
8825 # with a dollar sign (not a hyphen), so the echo should work correctly.
8826 lt_compile=`echo "$ac_compile" | $SED \
8827 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8828 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8829 -e 's:$: $lt_compiler_flag:'`
8830 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8831 (eval "$lt_compile" 2>out/conftest.err)
8832 ac_status=$?
8833 cat out/conftest.err >&5
8834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8835 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8836 then
8837 # The compiler can only warn and ignore the option if not recognized
8838 # So say no if there are warnings
8839 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8840 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8841 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8842 lt_cv_prog_compiler_c_o=yes
8843 fi
8844 fi
8845 chmod u+w . 2>&5
8846 $RM conftest*
8847 # SGI C++ compiler will create directory out/ii_files/ for
8848 # template instantiation
8849 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8850 $RM out/* && rmdir out
8851 cd ..
8852 $RM -r conftest
8853 $RM conftest*
8854
8855 fi
8856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8857 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8858
8859
8860
8861
8862
8863
8864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8865 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8866 if ${lt_cv_prog_compiler_c_o+:} false; then :
8867 $as_echo_n "(cached) " >&6
8868 else
8869 lt_cv_prog_compiler_c_o=no
8870 $RM -r conftest 2>/dev/null
8871 mkdir conftest
8872 cd conftest
8873 mkdir out
8874 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8875
8876 lt_compiler_flag="-o out/conftest2.$ac_objext"
8877 # Insert the option either (1) after the last *FLAGS variable, or
8878 # (2) before a word containing "conftest.", or (3) at the end.
8879 # Note that $ac_compile itself does not contain backslashes and begins
8880 # with a dollar sign (not a hyphen), so the echo should work correctly.
8881 lt_compile=`echo "$ac_compile" | $SED \
8882 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8883 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8884 -e 's:$: $lt_compiler_flag:'`
8885 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8886 (eval "$lt_compile" 2>out/conftest.err)
8887 ac_status=$?
8888 cat out/conftest.err >&5
8889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8890 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8891 then
8892 # The compiler can only warn and ignore the option if not recognized
8893 # So say no if there are warnings
8894 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8895 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8896 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8897 lt_cv_prog_compiler_c_o=yes
8898 fi
8899 fi
8900 chmod u+w . 2>&5
8901 $RM conftest*
8902 # SGI C++ compiler will create directory out/ii_files/ for
8903 # template instantiation
8904 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8905 $RM out/* && rmdir out
8906 cd ..
8907 $RM -r conftest
8908 $RM conftest*
8909
8910 fi
8911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8912 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8913
8914
8915
8916
8917 hard_links="nottested"
8918 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8919 # do not overwrite the value of need_locks provided by the user
8920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8921 $as_echo_n "checking if we can lock with hard links... " >&6; }
8922 hard_links=yes
8923 $RM conftest*
8924 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8925 touch conftest.a
8926 ln conftest.a conftest.b 2>&5 || hard_links=no
8927 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8929 $as_echo "$hard_links" >&6; }
8930 if test "$hard_links" = no; then
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8932 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8933 need_locks=warn
8934 fi
8935 else
8936 need_locks=no
8937 fi
8938
8939
8940
8941
8942
8943
8944 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8945 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8946
8947 runpath_var=
8948 allow_undefined_flag=
8949 always_export_symbols=no
8950 archive_cmds=
8951 archive_expsym_cmds=
8952 compiler_needs_object=no
8953 enable_shared_with_static_runtimes=no
8954 export_dynamic_flag_spec=
8955 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8956 hardcode_automatic=no
8957 hardcode_direct=no
8958 hardcode_direct_absolute=no
8959 hardcode_libdir_flag_spec=
8960 hardcode_libdir_flag_spec_ld=
8961 hardcode_libdir_separator=
8962 hardcode_minus_L=no
8963 hardcode_shlibpath_var=unsupported
8964 inherit_rpath=no
8965 link_all_deplibs=unknown
8966 module_cmds=
8967 module_expsym_cmds=
8968 old_archive_from_new_cmds=
8969 old_archive_from_expsyms_cmds=
8970 thread_safe_flag_spec=
8971 whole_archive_flag_spec=
8972 # include_expsyms should be a list of space-separated symbols to be *always*
8973 # included in the symbol list
8974 include_expsyms=
8975 # exclude_expsyms can be an extended regexp of symbols to exclude
8976 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8977 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8978 # as well as any symbol that contains `d'.
8979 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8980 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8981 # platforms (ab)use it in PIC code, but their linkers get confused if
8982 # the symbol is explicitly referenced. Since portable code cannot
8983 # rely on this symbol name, it's probably fine to never include it in
8984 # preloaded symbol tables.
8985 # Exclude shared library initialization/finalization symbols.
8986 extract_expsyms_cmds=
8987
8988 case $host_os in
8989 cygwin* | mingw* | pw32* | cegcc*)
8990 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8991 # When not using gcc, we currently assume that we are using
8992 # Microsoft Visual C++.
8993 if test "$GCC" != yes; then
8994 with_gnu_ld=no
8995 fi
8996 ;;
8997 interix*)
8998 # we just hope/assume this is gcc and not c89 (= MSVC++)
8999 with_gnu_ld=yes
9000 ;;
9001 openbsd*)
9002 with_gnu_ld=no
9003 ;;
9004 esac
9005
9006 ld_shlibs=yes
9007
9008 # On some targets, GNU ld is compatible enough with the native linker
9009 # that we're better off using the native interface for both.
9010 lt_use_gnu_ld_interface=no
9011 if test "$with_gnu_ld" = yes; then
9012 case $host_os in
9013 aix*)
9014 # The AIX port of GNU ld has always aspired to compatibility
9015 # with the native linker. However, as the warning in the GNU ld
9016 # block says, versions before 2.19.5* couldn't really create working
9017 # shared libraries, regardless of the interface used.
9018 case `$LD -v 2>&1` in
9019 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9020 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9021 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9022 *)
9023 lt_use_gnu_ld_interface=yes
9024 ;;
9025 esac
9026 ;;
9027 *)
9028 lt_use_gnu_ld_interface=yes
9029 ;;
9030 esac
9031 fi
9032
9033 if test "$lt_use_gnu_ld_interface" = yes; then
9034 # If archive_cmds runs LD, not CC, wlarc should be empty
9035 wlarc='${wl}'
9036
9037 # Set some defaults for GNU ld with shared library support. These
9038 # are reset later if shared libraries are not supported. Putting them
9039 # here allows them to be overridden if necessary.
9040 runpath_var=LD_RUN_PATH
9041 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9042 export_dynamic_flag_spec='${wl}--export-dynamic'
9043 # ancient GNU ld didn't support --whole-archive et. al.
9044 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9045 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9046 else
9047 whole_archive_flag_spec=
9048 fi
9049 supports_anon_versioning=no
9050 case `$LD -v 2>&1` in
9051 *GNU\ gold*) supports_anon_versioning=yes ;;
9052 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9053 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9054 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9055 *\ 2.11.*) ;; # other 2.11 versions
9056 *) supports_anon_versioning=yes ;;
9057 esac
9058
9059 # See if GNU ld supports shared libraries.
9060 case $host_os in
9061 aix[3-9]*)
9062 # On AIX/PPC, the GNU linker is very broken
9063 if test "$host_cpu" != ia64; then
9064 ld_shlibs=no
9065 cat <<_LT_EOF 1>&2
9066
9067 *** Warning: the GNU linker, at least up to release 2.19, is reported
9068 *** to be unable to reliably create shared libraries on AIX.
9069 *** Therefore, libtool is disabling shared libraries support. If you
9070 *** really care for shared libraries, you may want to install binutils
9071 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9072 *** You will then need to restart the configuration process.
9073
9074 _LT_EOF
9075 fi
9076 ;;
9077
9078 amigaos*)
9079 case $host_cpu in
9080 powerpc)
9081 # see comment about AmigaOS4 .so support
9082 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9083 archive_expsym_cmds=''
9084 ;;
9085 m68k)
9086 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)'
9087 hardcode_libdir_flag_spec='-L$libdir'
9088 hardcode_minus_L=yes
9089 ;;
9090 esac
9091 ;;
9092
9093 beos*)
9094 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9095 allow_undefined_flag=unsupported
9096 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9097 # support --undefined. This deserves some investigation. FIXME
9098 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9099 else
9100 ld_shlibs=no
9101 fi
9102 ;;
9103
9104 cygwin* | mingw* | pw32* | cegcc*)
9105 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9106 # as there is no search path for DLLs.
9107 hardcode_libdir_flag_spec='-L$libdir'
9108 export_dynamic_flag_spec='${wl}--export-all-symbols'
9109 allow_undefined_flag=unsupported
9110 always_export_symbols=no
9111 enable_shared_with_static_runtimes=yes
9112 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9113
9114 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9115 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9116 # If the export-symbols file already is a .def file (1st line
9117 # is EXPORTS), use it as is; otherwise, prepend...
9118 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9119 cp $export_symbols $output_objdir/$soname.def;
9120 else
9121 echo EXPORTS > $output_objdir/$soname.def;
9122 cat $export_symbols >> $output_objdir/$soname.def;
9123 fi~
9124 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9125 else
9126 ld_shlibs=no
9127 fi
9128 ;;
9129
9130 haiku*)
9131 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9132 link_all_deplibs=yes
9133 ;;
9134
9135 interix[3-9]*)
9136 hardcode_direct=no
9137 hardcode_shlibpath_var=no
9138 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9139 export_dynamic_flag_spec='${wl}-E'
9140 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9141 # Instead, shared libraries are loaded at an image base (0x10000000 by
9142 # default) and relocated if they conflict, which is a slow very memory
9143 # consuming and fragmenting process. To avoid this, we pick a random,
9144 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9145 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9146 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9147 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'
9148 ;;
9149
9150 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9151 tmp_diet=no
9152 if test "$host_os" = linux-dietlibc; then
9153 case $cc_basename in
9154 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9155 esac
9156 fi
9157 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9158 && test "$tmp_diet" = no
9159 then
9160 tmp_addflag=' $pic_flag'
9161 tmp_sharedflag='-shared'
9162 case $cc_basename,$host_cpu in
9163 pgcc*) # Portland Group C compiler
9164 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'
9165 tmp_addflag=' $pic_flag'
9166 ;;
9167 pgf77* | pgf90* | pgf95* | pgfortran*)
9168 # Portland Group f77 and f90 compilers
9169 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'
9170 tmp_addflag=' $pic_flag -Mnomain' ;;
9171 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9172 tmp_addflag=' -i_dynamic' ;;
9173 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9174 tmp_addflag=' -i_dynamic -nofor_main' ;;
9175 ifc* | ifort*) # Intel Fortran compiler
9176 tmp_addflag=' -nofor_main' ;;
9177 lf95*) # Lahey Fortran 8.1
9178 whole_archive_flag_spec=
9179 tmp_sharedflag='--shared' ;;
9180 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9181 tmp_sharedflag='-qmkshrobj'
9182 tmp_addflag= ;;
9183 nvcc*) # Cuda Compiler Driver 2.2
9184 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'
9185 compiler_needs_object=yes
9186 ;;
9187 esac
9188 case `$CC -V 2>&1 | sed 5q` in
9189 *Sun\ C*) # Sun C 5.9
9190 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'
9191 compiler_needs_object=yes
9192 tmp_sharedflag='-G' ;;
9193 *Sun\ F*) # Sun Fortran 8.3
9194 tmp_sharedflag='-G' ;;
9195 esac
9196 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9197
9198 if test "x$supports_anon_versioning" = xyes; then
9199 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9200 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9201 echo "local: *; };" >> $output_objdir/$libname.ver~
9202 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9203 fi
9204
9205 case $cc_basename in
9206 xlf* | bgf* | bgxlf* | mpixlf*)
9207 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9208 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9209 hardcode_libdir_flag_spec=
9210 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9211 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9212 if test "x$supports_anon_versioning" = xyes; then
9213 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9214 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9215 echo "local: *; };" >> $output_objdir/$libname.ver~
9216 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9217 fi
9218 ;;
9219 esac
9220 else
9221 ld_shlibs=no
9222 fi
9223 ;;
9224
9225 netbsd*)
9226 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9227 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9228 wlarc=
9229 else
9230 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9231 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9232 fi
9233 ;;
9234
9235 solaris*)
9236 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9237 ld_shlibs=no
9238 cat <<_LT_EOF 1>&2
9239
9240 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9241 *** create shared libraries on Solaris systems. Therefore, libtool
9242 *** is disabling shared libraries support. We urge you to upgrade GNU
9243 *** binutils to release 2.9.1 or newer. Another option is to modify
9244 *** your PATH or compiler configuration so that the native linker is
9245 *** used, and then restart.
9246
9247 _LT_EOF
9248 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9249 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9250 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9251 else
9252 ld_shlibs=no
9253 fi
9254 ;;
9255
9256 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9257 case `$LD -v 2>&1` in
9258 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9259 ld_shlibs=no
9260 cat <<_LT_EOF 1>&2
9261
9262 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9263 *** reliably create shared libraries on SCO systems. Therefore, libtool
9264 *** is disabling shared libraries support. We urge you to upgrade GNU
9265 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9266 *** your PATH or compiler configuration so that the native linker is
9267 *** used, and then restart.
9268
9269 _LT_EOF
9270 ;;
9271 *)
9272 # For security reasons, it is highly recommended that you always
9273 # use absolute paths for naming shared libraries, and exclude the
9274 # DT_RUNPATH tag from executables and libraries. But doing so
9275 # requires that you compile everything twice, which is a pain.
9276 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9277 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9278 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9279 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9280 else
9281 ld_shlibs=no
9282 fi
9283 ;;
9284 esac
9285 ;;
9286
9287 sunos4*)
9288 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9289 wlarc=
9290 hardcode_direct=yes
9291 hardcode_shlibpath_var=no
9292 ;;
9293
9294 *)
9295 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9296 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9297 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9298 else
9299 ld_shlibs=no
9300 fi
9301 ;;
9302 esac
9303
9304 if test "$ld_shlibs" = no; then
9305 runpath_var=
9306 hardcode_libdir_flag_spec=
9307 export_dynamic_flag_spec=
9308 whole_archive_flag_spec=
9309 fi
9310 else
9311 # PORTME fill in a description of your system's linker (not GNU ld)
9312 case $host_os in
9313 aix3*)
9314 allow_undefined_flag=unsupported
9315 always_export_symbols=yes
9316 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'
9317 # Note: this linker hardcodes the directories in LIBPATH if there
9318 # are no directories specified by -L.
9319 hardcode_minus_L=yes
9320 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9321 # Neither direct hardcoding nor static linking is supported with a
9322 # broken collect2.
9323 hardcode_direct=unsupported
9324 fi
9325 ;;
9326
9327 aix[4-9]*)
9328 if test "$host_cpu" = ia64; then
9329 # On IA64, the linker does run time linking by default, so we don't
9330 # have to do anything special.
9331 aix_use_runtimelinking=no
9332 exp_sym_flag='-Bexport'
9333 no_entry_flag=""
9334 else
9335 # If we're using GNU nm, then we don't want the "-C" option.
9336 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9337 # Also, AIX nm treats weak defined symbols like other global
9338 # defined symbols, whereas GNU nm marks them as "W".
9339 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9340 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'
9341 else
9342 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'
9343 fi
9344 aix_use_runtimelinking=no
9345
9346 # Test if we are trying to use run time linking or normal
9347 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9348 # need to do runtime linking.
9349 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9350 for ld_flag in $LDFLAGS; do
9351 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9352 aix_use_runtimelinking=yes
9353 break
9354 fi
9355 done
9356 ;;
9357 esac
9358
9359 exp_sym_flag='-bexport'
9360 no_entry_flag='-bnoentry'
9361 fi
9362
9363 # When large executables or shared objects are built, AIX ld can
9364 # have problems creating the table of contents. If linking a library
9365 # or program results in "error TOC overflow" add -mminimal-toc to
9366 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9367 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9368
9369 archive_cmds=''
9370 hardcode_direct=yes
9371 hardcode_direct_absolute=yes
9372 hardcode_libdir_separator=':'
9373 link_all_deplibs=yes
9374 file_list_spec='${wl}-f,'
9375
9376 if test "$GCC" = yes; then
9377 case $host_os in aix4.[012]|aix4.[012].*)
9378 # We only want to do this on AIX 4.2 and lower, the check
9379 # below for broken collect2 doesn't work under 4.3+
9380 collect2name=`${CC} -print-prog-name=collect2`
9381 if test -f "$collect2name" &&
9382 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9383 then
9384 # We have reworked collect2
9385 :
9386 else
9387 # We have old collect2
9388 hardcode_direct=unsupported
9389 # It fails to find uninstalled libraries when the uninstalled
9390 # path is not listed in the libpath. Setting hardcode_minus_L
9391 # to unsupported forces relinking
9392 hardcode_minus_L=yes
9393 hardcode_libdir_flag_spec='-L$libdir'
9394 hardcode_libdir_separator=
9395 fi
9396 ;;
9397 esac
9398 shared_flag='-shared'
9399 if test "$aix_use_runtimelinking" = yes; then
9400 shared_flag="$shared_flag "'${wl}-G'
9401 fi
9402 else
9403 # not using gcc
9404 if test "$host_cpu" = ia64; then
9405 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9406 # chokes on -Wl,-G. The following line is correct:
9407 shared_flag='-G'
9408 else
9409 if test "$aix_use_runtimelinking" = yes; then
9410 shared_flag='${wl}-G'
9411 else
9412 shared_flag='${wl}-bM:SRE'
9413 fi
9414 fi
9415 fi
9416
9417 export_dynamic_flag_spec='${wl}-bexpall'
9418 # It seems that -bexpall does not export symbols beginning with
9419 # underscore (_), so it is better to generate a list of symbols to export.
9420 always_export_symbols=yes
9421 if test "$aix_use_runtimelinking" = yes; then
9422 # Warning - without using the other runtime loading flags (-brtl),
9423 # -berok will link without error, but may produce a broken library.
9424 allow_undefined_flag='-berok'
9425 # Determine the default libpath from the value encoded in an
9426 # empty executable.
9427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9428 /* end confdefs.h. */
9429
9430 int
9431 main ()
9432 {
9433
9434 ;
9435 return 0;
9436 }
9437 _ACEOF
9438 if ac_fn_c_try_link "$LINENO"; then :
9439
9440 lt_aix_libpath_sed='
9441 /Import File Strings/,/^$/ {
9442 /^0/ {
9443 s/^0 *\(.*\)$/\1/
9444 p
9445 }
9446 }'
9447 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9448 # Check for a 64-bit object if we didn't find anything.
9449 if test -z "$aix_libpath"; then
9450 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9451 fi
9452 fi
9453 rm -f core conftest.err conftest.$ac_objext \
9454 conftest$ac_exeext conftest.$ac_ext
9455 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9456
9457 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9458 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"
9459 else
9460 if test "$host_cpu" = ia64; then
9461 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9462 allow_undefined_flag="-z nodefs"
9463 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"
9464 else
9465 # Determine the default libpath from the value encoded in an
9466 # empty executable.
9467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9468 /* end confdefs.h. */
9469
9470 int
9471 main ()
9472 {
9473
9474 ;
9475 return 0;
9476 }
9477 _ACEOF
9478 if ac_fn_c_try_link "$LINENO"; then :
9479
9480 lt_aix_libpath_sed='
9481 /Import File Strings/,/^$/ {
9482 /^0/ {
9483 s/^0 *\(.*\)$/\1/
9484 p
9485 }
9486 }'
9487 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9488 # Check for a 64-bit object if we didn't find anything.
9489 if test -z "$aix_libpath"; then
9490 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9491 fi
9492 fi
9493 rm -f core conftest.err conftest.$ac_objext \
9494 conftest$ac_exeext conftest.$ac_ext
9495 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9496
9497 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9498 # Warning - without using the other run time loading flags,
9499 # -berok will link without error, but may produce a broken library.
9500 no_undefined_flag=' ${wl}-bernotok'
9501 allow_undefined_flag=' ${wl}-berok'
9502 if test "$with_gnu_ld" = yes; then
9503 # We only use this code for GNU lds that support --whole-archive.
9504 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9505 else
9506 # Exported symbols can be pulled into shared objects from archives
9507 whole_archive_flag_spec='$convenience'
9508 fi
9509 archive_cmds_need_lc=yes
9510 # This is similar to how AIX traditionally builds its shared libraries.
9511 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'
9512 fi
9513 fi
9514 ;;
9515
9516 amigaos*)
9517 case $host_cpu in
9518 powerpc)
9519 # see comment about AmigaOS4 .so support
9520 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9521 archive_expsym_cmds=''
9522 ;;
9523 m68k)
9524 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)'
9525 hardcode_libdir_flag_spec='-L$libdir'
9526 hardcode_minus_L=yes
9527 ;;
9528 esac
9529 ;;
9530
9531 bsdi[45]*)
9532 export_dynamic_flag_spec=-rdynamic
9533 ;;
9534
9535 cygwin* | mingw* | pw32* | cegcc*)
9536 # When not using gcc, we currently assume that we are using
9537 # Microsoft Visual C++.
9538 # hardcode_libdir_flag_spec is actually meaningless, as there is
9539 # no search path for DLLs.
9540 hardcode_libdir_flag_spec=' '
9541 allow_undefined_flag=unsupported
9542 # Tell ltmain to make .lib files, not .a files.
9543 libext=lib
9544 # Tell ltmain to make .dll files, not .so files.
9545 shrext_cmds=".dll"
9546 # FIXME: Setting linknames here is a bad hack.
9547 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9548 # The linker will automatically build a .lib file if we build a DLL.
9549 old_archive_from_new_cmds='true'
9550 # FIXME: Should let the user specify the lib program.
9551 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9552 fix_srcfile_path='`cygpath -w "$srcfile"`'
9553 enable_shared_with_static_runtimes=yes
9554 ;;
9555
9556 darwin* | rhapsody*)
9557
9558
9559 archive_cmds_need_lc=no
9560 hardcode_direct=no
9561 hardcode_automatic=yes
9562 hardcode_shlibpath_var=unsupported
9563 if test "$lt_cv_ld_force_load" = "yes"; then
9564 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\"`'
9565 else
9566 whole_archive_flag_spec=''
9567 fi
9568 link_all_deplibs=yes
9569 allow_undefined_flag="$_lt_dar_allow_undefined"
9570 case $cc_basename in
9571 ifort*) _lt_dar_can_shared=yes ;;
9572 *) _lt_dar_can_shared=$GCC ;;
9573 esac
9574 if test "$_lt_dar_can_shared" = "yes"; then
9575 output_verbose_link_cmd=func_echo_all
9576 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9577 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9578 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}"
9579 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}"
9580
9581 else
9582 ld_shlibs=no
9583 fi
9584
9585 ;;
9586
9587 dgux*)
9588 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9589 hardcode_libdir_flag_spec='-L$libdir'
9590 hardcode_shlibpath_var=no
9591 ;;
9592
9593 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9594 # support. Future versions do this automatically, but an explicit c++rt0.o
9595 # does not break anything, and helps significantly (at the cost of a little
9596 # extra space).
9597 freebsd2.2*)
9598 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9599 hardcode_libdir_flag_spec='-R$libdir'
9600 hardcode_direct=yes
9601 hardcode_shlibpath_var=no
9602 ;;
9603
9604 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9605 freebsd2.*)
9606 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9607 hardcode_direct=yes
9608 hardcode_minus_L=yes
9609 hardcode_shlibpath_var=no
9610 ;;
9611
9612 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9613 freebsd* | dragonfly*)
9614 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9615 hardcode_libdir_flag_spec='-R$libdir'
9616 hardcode_direct=yes
9617 hardcode_shlibpath_var=no
9618 ;;
9619
9620 hpux9*)
9621 if test "$GCC" = yes; then
9622 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'
9623 else
9624 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'
9625 fi
9626 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9627 hardcode_libdir_separator=:
9628 hardcode_direct=yes
9629
9630 # hardcode_minus_L: Not really in the search PATH,
9631 # but as the default location of the library.
9632 hardcode_minus_L=yes
9633 export_dynamic_flag_spec='${wl}-E'
9634 ;;
9635
9636 hpux10*)
9637 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9638 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9639 else
9640 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9641 fi
9642 if test "$with_gnu_ld" = no; then
9643 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9644 hardcode_libdir_flag_spec_ld='+b $libdir'
9645 hardcode_libdir_separator=:
9646 hardcode_direct=yes
9647 hardcode_direct_absolute=yes
9648 export_dynamic_flag_spec='${wl}-E'
9649 # hardcode_minus_L: Not really in the search PATH,
9650 # but as the default location of the library.
9651 hardcode_minus_L=yes
9652 fi
9653 ;;
9654
9655 hpux11*)
9656 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9657 case $host_cpu in
9658 hppa*64*)
9659 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9660 ;;
9661 ia64*)
9662 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9663 ;;
9664 *)
9665 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9666 ;;
9667 esac
9668 else
9669 case $host_cpu in
9670 hppa*64*)
9671 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9672 ;;
9673 ia64*)
9674 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9675 ;;
9676 *)
9677
9678 # Older versions of the 11.00 compiler do not understand -b yet
9679 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9681 $as_echo_n "checking if $CC understands -b... " >&6; }
9682 if ${lt_cv_prog_compiler__b+:} false; then :
9683 $as_echo_n "(cached) " >&6
9684 else
9685 lt_cv_prog_compiler__b=no
9686 save_LDFLAGS="$LDFLAGS"
9687 LDFLAGS="$LDFLAGS -b"
9688 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9689 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9690 # The linker can only warn and ignore the option if not recognized
9691 # So say no if there are warnings
9692 if test -s conftest.err; then
9693 # Append any errors to the config.log.
9694 cat conftest.err 1>&5
9695 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9696 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9697 if diff conftest.exp conftest.er2 >/dev/null; then
9698 lt_cv_prog_compiler__b=yes
9699 fi
9700 else
9701 lt_cv_prog_compiler__b=yes
9702 fi
9703 fi
9704 $RM -r conftest*
9705 LDFLAGS="$save_LDFLAGS"
9706
9707 fi
9708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9709 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9710
9711 if test x"$lt_cv_prog_compiler__b" = xyes; then
9712 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9713 else
9714 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9715 fi
9716
9717 ;;
9718 esac
9719 fi
9720 if test "$with_gnu_ld" = no; then
9721 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9722 hardcode_libdir_separator=:
9723
9724 case $host_cpu in
9725 hppa*64*|ia64*)
9726 hardcode_direct=no
9727 hardcode_shlibpath_var=no
9728 ;;
9729 *)
9730 hardcode_direct=yes
9731 hardcode_direct_absolute=yes
9732 export_dynamic_flag_spec='${wl}-E'
9733
9734 # hardcode_minus_L: Not really in the search PATH,
9735 # but as the default location of the library.
9736 hardcode_minus_L=yes
9737 ;;
9738 esac
9739 fi
9740 ;;
9741
9742 irix5* | irix6* | nonstopux*)
9743 if test "$GCC" = yes; then
9744 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'
9745 # Try to use the -exported_symbol ld option, if it does not
9746 # work, assume that -exports_file does not work either and
9747 # implicitly export all symbols.
9748 save_LDFLAGS="$LDFLAGS"
9749 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9751 /* end confdefs.h. */
9752 int foo(void) {}
9753 _ACEOF
9754 if ac_fn_c_try_link "$LINENO"; then :
9755 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'
9756
9757 fi
9758 rm -f core conftest.err conftest.$ac_objext \
9759 conftest$ac_exeext conftest.$ac_ext
9760 LDFLAGS="$save_LDFLAGS"
9761 else
9762 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'
9763 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'
9764 fi
9765 archive_cmds_need_lc='no'
9766 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9767 hardcode_libdir_separator=:
9768 inherit_rpath=yes
9769 link_all_deplibs=yes
9770 ;;
9771
9772 netbsd*)
9773 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9774 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9775 else
9776 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9777 fi
9778 hardcode_libdir_flag_spec='-R$libdir'
9779 hardcode_direct=yes
9780 hardcode_shlibpath_var=no
9781 ;;
9782
9783 newsos6)
9784 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9785 hardcode_direct=yes
9786 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9787 hardcode_libdir_separator=:
9788 hardcode_shlibpath_var=no
9789 ;;
9790
9791 *nto* | *qnx*)
9792 ;;
9793
9794 openbsd*)
9795 if test -f /usr/libexec/ld.so; then
9796 hardcode_direct=yes
9797 hardcode_shlibpath_var=no
9798 hardcode_direct_absolute=yes
9799 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9800 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9801 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9802 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9803 export_dynamic_flag_spec='${wl}-E'
9804 else
9805 case $host_os in
9806 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9807 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9808 hardcode_libdir_flag_spec='-R$libdir'
9809 ;;
9810 *)
9811 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9812 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9813 ;;
9814 esac
9815 fi
9816 else
9817 ld_shlibs=no
9818 fi
9819 ;;
9820
9821 os2*)
9822 hardcode_libdir_flag_spec='-L$libdir'
9823 hardcode_minus_L=yes
9824 allow_undefined_flag=unsupported
9825 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'
9826 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9827 ;;
9828
9829 osf3*)
9830 if test "$GCC" = yes; then
9831 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9832 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'
9833 else
9834 allow_undefined_flag=' -expect_unresolved \*'
9835 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'
9836 fi
9837 archive_cmds_need_lc='no'
9838 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9839 hardcode_libdir_separator=:
9840 ;;
9841
9842 osf4* | osf5*) # as osf3* with the addition of -msym flag
9843 if test "$GCC" = yes; then
9844 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9845 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'
9846 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9847 else
9848 allow_undefined_flag=' -expect_unresolved \*'
9849 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'
9850 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~
9851 $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'
9852
9853 # Both c and cxx compiler support -rpath directly
9854 hardcode_libdir_flag_spec='-rpath $libdir'
9855 fi
9856 archive_cmds_need_lc='no'
9857 hardcode_libdir_separator=:
9858 ;;
9859
9860 solaris*)
9861 no_undefined_flag=' -z defs'
9862 if test "$GCC" = yes; then
9863 wlarc='${wl}'
9864 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9865 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9866 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9867 else
9868 case `$CC -V 2>&1` in
9869 *"Compilers 5.0"*)
9870 wlarc=''
9871 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9872 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9873 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9874 ;;
9875 *)
9876 wlarc='${wl}'
9877 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9878 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9879 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9880 ;;
9881 esac
9882 fi
9883 hardcode_libdir_flag_spec='-R$libdir'
9884 hardcode_shlibpath_var=no
9885 case $host_os in
9886 solaris2.[0-5] | solaris2.[0-5].*) ;;
9887 *)
9888 # The compiler driver will combine and reorder linker options,
9889 # but understands `-z linker_flag'. GCC discards it without `$wl',
9890 # but is careful enough not to reorder.
9891 # Supported since Solaris 2.6 (maybe 2.5.1?)
9892 if test "$GCC" = yes; then
9893 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9894 else
9895 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9896 fi
9897 ;;
9898 esac
9899 link_all_deplibs=yes
9900 ;;
9901
9902 sunos4*)
9903 if test "x$host_vendor" = xsequent; then
9904 # Use $CC to link under sequent, because it throws in some extra .o
9905 # files that make .init and .fini sections work.
9906 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9907 else
9908 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9909 fi
9910 hardcode_libdir_flag_spec='-L$libdir'
9911 hardcode_direct=yes
9912 hardcode_minus_L=yes
9913 hardcode_shlibpath_var=no
9914 ;;
9915
9916 sysv4)
9917 case $host_vendor in
9918 sni)
9919 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9920 hardcode_direct=yes # is this really true???
9921 ;;
9922 siemens)
9923 ## LD is ld it makes a PLAMLIB
9924 ## CC just makes a GrossModule.
9925 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9926 reload_cmds='$CC -r -o $output$reload_objs'
9927 hardcode_direct=no
9928 ;;
9929 motorola)
9930 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9931 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9932 ;;
9933 esac
9934 runpath_var='LD_RUN_PATH'
9935 hardcode_shlibpath_var=no
9936 ;;
9937
9938 sysv4.3*)
9939 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9940 hardcode_shlibpath_var=no
9941 export_dynamic_flag_spec='-Bexport'
9942 ;;
9943
9944 sysv4*MP*)
9945 if test -d /usr/nec; then
9946 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9947 hardcode_shlibpath_var=no
9948 runpath_var=LD_RUN_PATH
9949 hardcode_runpath_var=yes
9950 ld_shlibs=yes
9951 fi
9952 ;;
9953
9954 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9955 no_undefined_flag='${wl}-z,text'
9956 archive_cmds_need_lc=no
9957 hardcode_shlibpath_var=no
9958 runpath_var='LD_RUN_PATH'
9959
9960 if test "$GCC" = yes; then
9961 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9962 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9963 else
9964 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9965 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9966 fi
9967 ;;
9968
9969 sysv5* | sco3.2v5* | sco5v6*)
9970 # Note: We can NOT use -z defs as we might desire, because we do not
9971 # link with -lc, and that would cause any symbols used from libc to
9972 # always be unresolved, which means just about no library would
9973 # ever link correctly. If we're not using GNU ld we use -z text
9974 # though, which does catch some bad symbols but isn't as heavy-handed
9975 # as -z defs.
9976 no_undefined_flag='${wl}-z,text'
9977 allow_undefined_flag='${wl}-z,nodefs'
9978 archive_cmds_need_lc=no
9979 hardcode_shlibpath_var=no
9980 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9981 hardcode_libdir_separator=':'
9982 link_all_deplibs=yes
9983 export_dynamic_flag_spec='${wl}-Bexport'
9984 runpath_var='LD_RUN_PATH'
9985
9986 if test "$GCC" = yes; then
9987 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9988 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9989 else
9990 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9991 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9992 fi
9993 ;;
9994
9995 uts4*)
9996 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9997 hardcode_libdir_flag_spec='-L$libdir'
9998 hardcode_shlibpath_var=no
9999 ;;
10000
10001 *)
10002 ld_shlibs=no
10003 ;;
10004 esac
10005
10006 if test x$host_vendor = xsni; then
10007 case $host in
10008 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10009 export_dynamic_flag_spec='${wl}-Blargedynsym'
10010 ;;
10011 esac
10012 fi
10013 fi
10014
10015 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10016 $as_echo "$ld_shlibs" >&6; }
10017 test "$ld_shlibs" = no && can_build_shared=no
10018
10019 with_gnu_ld=$with_gnu_ld
10020
10021
10022
10023
10024
10025
10026
10027
10028
10029
10030
10031
10032
10033
10034
10035 #
10036 # Do we need to explicitly link libc?
10037 #
10038 case "x$archive_cmds_need_lc" in
10039 x|xyes)
10040 # Assume -lc should be added
10041 archive_cmds_need_lc=yes
10042
10043 if test "$enable_shared" = yes && test "$GCC" = yes; then
10044 case $archive_cmds in
10045 *'~'*)
10046 # FIXME: we may have to deal with multi-command sequences.
10047 ;;
10048 '$CC '*)
10049 # Test whether the compiler implicitly links with -lc since on some
10050 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10051 # to ld, don't add -lc before -lgcc.
10052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10053 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10054 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10055 $as_echo_n "(cached) " >&6
10056 else
10057 $RM conftest*
10058 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10059
10060 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10061 (eval $ac_compile) 2>&5
10062 ac_status=$?
10063 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10064 test $ac_status = 0; } 2>conftest.err; then
10065 soname=conftest
10066 lib=conftest
10067 libobjs=conftest.$ac_objext
10068 deplibs=
10069 wl=$lt_prog_compiler_wl
10070 pic_flag=$lt_prog_compiler_pic
10071 compiler_flags=-v
10072 linker_flags=-v
10073 verstring=
10074 output_objdir=.
10075 libname=conftest
10076 lt_save_allow_undefined_flag=$allow_undefined_flag
10077 allow_undefined_flag=
10078 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10079 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10080 ac_status=$?
10081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10082 test $ac_status = 0; }
10083 then
10084 lt_cv_archive_cmds_need_lc=no
10085 else
10086 lt_cv_archive_cmds_need_lc=yes
10087 fi
10088 allow_undefined_flag=$lt_save_allow_undefined_flag
10089 else
10090 cat conftest.err 1>&5
10091 fi
10092 $RM conftest*
10093
10094 fi
10095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10096 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10097 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10098 ;;
10099 esac
10100 fi
10101 ;;
10102 esac
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
10160
10161
10162
10163
10164
10165
10166
10167
10168
10169
10170
10171
10172
10173
10174
10175
10176
10177
10178
10179
10180
10181
10182
10183
10184
10185
10186
10187
10188
10189
10190
10191
10192
10193
10194
10195
10196
10197
10198
10199
10200
10201
10202
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10261 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10262
10263 if test "$GCC" = yes; then
10264 case $host_os in
10265 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10266 *) lt_awk_arg="/^libraries:/" ;;
10267 esac
10268 case $host_os in
10269 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10270 *) lt_sed_strip_eq="s,=/,/,g" ;;
10271 esac
10272 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10273 case $lt_search_path_spec in
10274 *\;*)
10275 # if the path contains ";" then we assume it to be the separator
10276 # otherwise default to the standard path separator (i.e. ":") - it is
10277 # assumed that no part of a normal pathname contains ";" but that should
10278 # okay in the real world where ";" in dirpaths is itself problematic.
10279 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10280 ;;
10281 *)
10282 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10283 ;;
10284 esac
10285 # Ok, now we have the path, separated by spaces, we can step through it
10286 # and add multilib dir if necessary.
10287 lt_tmp_lt_search_path_spec=
10288 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10289 for lt_sys_path in $lt_search_path_spec; do
10290 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10291 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10292 else
10293 test -d "$lt_sys_path" && \
10294 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10295 fi
10296 done
10297 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10298 BEGIN {RS=" "; FS="/|\n";} {
10299 lt_foo="";
10300 lt_count=0;
10301 for (lt_i = NF; lt_i > 0; lt_i--) {
10302 if ($lt_i != "" && $lt_i != ".") {
10303 if ($lt_i == "..") {
10304 lt_count++;
10305 } else {
10306 if (lt_count == 0) {
10307 lt_foo="/" $lt_i lt_foo;
10308 } else {
10309 lt_count--;
10310 }
10311 }
10312 }
10313 }
10314 if (lt_foo != "") { lt_freq[lt_foo]++; }
10315 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10316 }'`
10317 # AWK program above erroneously prepends '/' to C:/dos/paths
10318 # for these hosts.
10319 case $host_os in
10320 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10321 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10322 esac
10323 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10324 else
10325 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10326 fi
10327 library_names_spec=
10328 libname_spec='lib$name'
10329 soname_spec=
10330 shrext_cmds=".so"
10331 postinstall_cmds=
10332 postuninstall_cmds=
10333 finish_cmds=
10334 finish_eval=
10335 shlibpath_var=
10336 shlibpath_overrides_runpath=unknown
10337 version_type=none
10338 dynamic_linker="$host_os ld.so"
10339 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10340 need_lib_prefix=unknown
10341 hardcode_into_libs=no
10342
10343 # when you set need_version to no, make sure it does not cause -set_version
10344 # flags to be left without arguments
10345 need_version=unknown
10346
10347 case $host_os in
10348 aix3*)
10349 version_type=linux
10350 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10351 shlibpath_var=LIBPATH
10352
10353 # AIX 3 has no versioning support, so we append a major version to the name.
10354 soname_spec='${libname}${release}${shared_ext}$major'
10355 ;;
10356
10357 aix[4-9]*)
10358 version_type=linux
10359 need_lib_prefix=no
10360 need_version=no
10361 hardcode_into_libs=yes
10362 if test "$host_cpu" = ia64; then
10363 # AIX 5 supports IA64
10364 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10365 shlibpath_var=LD_LIBRARY_PATH
10366 else
10367 # With GCC up to 2.95.x, collect2 would create an import file
10368 # for dependence libraries. The import file would start with
10369 # the line `#! .'. This would cause the generated library to
10370 # depend on `.', always an invalid library. This was fixed in
10371 # development snapshots of GCC prior to 3.0.
10372 case $host_os in
10373 aix4 | aix4.[01] | aix4.[01].*)
10374 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10375 echo ' yes '
10376 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10377 :
10378 else
10379 can_build_shared=no
10380 fi
10381 ;;
10382 esac
10383 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10384 # soname into executable. Probably we can add versioning support to
10385 # collect2, so additional links can be useful in future.
10386 if test "$aix_use_runtimelinking" = yes; then
10387 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10388 # instead of lib<name>.a to let people know that these are not
10389 # typical AIX shared libraries.
10390 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10391 else
10392 # We preserve .a as extension for shared libraries through AIX4.2
10393 # and later when we are not doing run time linking.
10394 library_names_spec='${libname}${release}.a $libname.a'
10395 soname_spec='${libname}${release}${shared_ext}$major'
10396 fi
10397 shlibpath_var=LIBPATH
10398 fi
10399 ;;
10400
10401 amigaos*)
10402 case $host_cpu in
10403 powerpc)
10404 # Since July 2007 AmigaOS4 officially supports .so libraries.
10405 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10406 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10407 ;;
10408 m68k)
10409 library_names_spec='$libname.ixlibrary $libname.a'
10410 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10411 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'
10412 ;;
10413 esac
10414 ;;
10415
10416 beos*)
10417 library_names_spec='${libname}${shared_ext}'
10418 dynamic_linker="$host_os ld.so"
10419 shlibpath_var=LIBRARY_PATH
10420 ;;
10421
10422 bsdi[45]*)
10423 version_type=linux
10424 need_version=no
10425 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 soname_spec='${libname}${release}${shared_ext}$major'
10427 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10428 shlibpath_var=LD_LIBRARY_PATH
10429 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10430 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10431 # the default ld.so.conf also contains /usr/contrib/lib and
10432 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10433 # libtool to hard-code these into programs
10434 ;;
10435
10436 cygwin* | mingw* | pw32* | cegcc*)
10437 version_type=windows
10438 shrext_cmds=".dll"
10439 need_version=no
10440 need_lib_prefix=no
10441
10442 case $GCC,$host_os in
10443 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10444 library_names_spec='$libname.dll.a'
10445 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10446 postinstall_cmds='base_file=`basename \${file}`~
10447 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10448 dldir=$destdir/`dirname \$dlpath`~
10449 test -d \$dldir || mkdir -p \$dldir~
10450 $install_prog $dir/$dlname \$dldir/$dlname~
10451 chmod a+x \$dldir/$dlname~
10452 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10453 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10454 fi'
10455 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10456 dlpath=$dir/\$dldll~
10457 $RM \$dlpath'
10458 shlibpath_overrides_runpath=yes
10459
10460 case $host_os in
10461 cygwin*)
10462 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10463 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10464
10465 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10466 ;;
10467 mingw* | cegcc*)
10468 # MinGW DLLs use traditional 'lib' prefix
10469 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10470 ;;
10471 pw32*)
10472 # pw32 DLLs use 'pw' prefix rather than 'lib'
10473 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10474 ;;
10475 esac
10476 ;;
10477
10478 *)
10479 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10480 ;;
10481 esac
10482 dynamic_linker='Win32 ld.exe'
10483 # FIXME: first we should search . and the directory the executable is in
10484 shlibpath_var=PATH
10485 ;;
10486
10487 darwin* | rhapsody*)
10488 dynamic_linker="$host_os dyld"
10489 version_type=darwin
10490 need_lib_prefix=no
10491 need_version=no
10492 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10493 soname_spec='${libname}${release}${major}$shared_ext'
10494 shlibpath_overrides_runpath=yes
10495 shlibpath_var=DYLD_LIBRARY_PATH
10496 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10497
10498 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10499 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10500 ;;
10501
10502 dgux*)
10503 version_type=linux
10504 need_lib_prefix=no
10505 need_version=no
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10507 soname_spec='${libname}${release}${shared_ext}$major'
10508 shlibpath_var=LD_LIBRARY_PATH
10509 ;;
10510
10511 freebsd* | dragonfly*)
10512 # DragonFly does not have aout. When/if they implement a new
10513 # versioning mechanism, adjust this.
10514 if test -x /usr/bin/objformat; then
10515 objformat=`/usr/bin/objformat`
10516 else
10517 case $host_os in
10518 freebsd[23].*) objformat=aout ;;
10519 *) objformat=elf ;;
10520 esac
10521 fi
10522 version_type=freebsd-$objformat
10523 case $version_type in
10524 freebsd-elf*)
10525 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10526 need_version=no
10527 need_lib_prefix=no
10528 ;;
10529 freebsd-*)
10530 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10531 need_version=yes
10532 ;;
10533 esac
10534 shlibpath_var=LD_LIBRARY_PATH
10535 case $host_os in
10536 freebsd2.*)
10537 shlibpath_overrides_runpath=yes
10538 ;;
10539 freebsd3.[01]* | freebsdelf3.[01]*)
10540 shlibpath_overrides_runpath=yes
10541 hardcode_into_libs=yes
10542 ;;
10543 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10544 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10545 shlibpath_overrides_runpath=no
10546 hardcode_into_libs=yes
10547 ;;
10548 *) # from 4.6 on, and DragonFly
10549 shlibpath_overrides_runpath=yes
10550 hardcode_into_libs=yes
10551 ;;
10552 esac
10553 ;;
10554
10555 haiku*)
10556 version_type=linux
10557 need_lib_prefix=no
10558 need_version=no
10559 dynamic_linker="$host_os runtime_loader"
10560 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10561 soname_spec='${libname}${release}${shared_ext}$major'
10562 shlibpath_var=LIBRARY_PATH
10563 shlibpath_overrides_runpath=yes
10564 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10565 hardcode_into_libs=yes
10566 ;;
10567
10568 hpux9* | hpux10* | hpux11*)
10569 # Give a soname corresponding to the major version so that dld.sl refuses to
10570 # link against other versions.
10571 version_type=sunos
10572 need_lib_prefix=no
10573 need_version=no
10574 case $host_cpu in
10575 ia64*)
10576 shrext_cmds='.so'
10577 hardcode_into_libs=yes
10578 dynamic_linker="$host_os dld.so"
10579 shlibpath_var=LD_LIBRARY_PATH
10580 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10581 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10582 soname_spec='${libname}${release}${shared_ext}$major'
10583 if test "X$HPUX_IA64_MODE" = X32; then
10584 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10585 else
10586 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10587 fi
10588 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10589 ;;
10590 hppa*64*)
10591 shrext_cmds='.sl'
10592 hardcode_into_libs=yes
10593 dynamic_linker="$host_os dld.sl"
10594 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10595 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10597 soname_spec='${libname}${release}${shared_ext}$major'
10598 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10599 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10600 ;;
10601 *)
10602 shrext_cmds='.sl'
10603 dynamic_linker="$host_os dld.sl"
10604 shlibpath_var=SHLIB_PATH
10605 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 ;;
10609 esac
10610 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10611 postinstall_cmds='chmod 555 $lib'
10612 # or fails outright, so override atomically:
10613 install_override_mode=555
10614 ;;
10615
10616 interix[3-9]*)
10617 version_type=linux
10618 need_lib_prefix=no
10619 need_version=no
10620 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10621 soname_spec='${libname}${release}${shared_ext}$major'
10622 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10623 shlibpath_var=LD_LIBRARY_PATH
10624 shlibpath_overrides_runpath=no
10625 hardcode_into_libs=yes
10626 ;;
10627
10628 irix5* | irix6* | nonstopux*)
10629 case $host_os in
10630 nonstopux*) version_type=nonstopux ;;
10631 *)
10632 if test "$lt_cv_prog_gnu_ld" = yes; then
10633 version_type=linux
10634 else
10635 version_type=irix
10636 fi ;;
10637 esac
10638 need_lib_prefix=no
10639 need_version=no
10640 soname_spec='${libname}${release}${shared_ext}$major'
10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10642 case $host_os in
10643 irix5* | nonstopux*)
10644 libsuff= shlibsuff=
10645 ;;
10646 *)
10647 case $LD in # libtool.m4 will add one of these switches to LD
10648 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10649 libsuff= shlibsuff= libmagic=32-bit;;
10650 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10651 libsuff=32 shlibsuff=N32 libmagic=N32;;
10652 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10653 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10654 *) libsuff= shlibsuff= libmagic=never-match;;
10655 esac
10656 ;;
10657 esac
10658 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10659 shlibpath_overrides_runpath=no
10660 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10661 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10662 hardcode_into_libs=yes
10663 ;;
10664
10665 # No shared lib support for Linux oldld, aout, or coff.
10666 linux*oldld* | linux*aout* | linux*coff*)
10667 dynamic_linker=no
10668 ;;
10669
10670 # This must be Linux ELF.
10671 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10672 version_type=linux
10673 need_lib_prefix=no
10674 need_version=no
10675 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10678 shlibpath_var=LD_LIBRARY_PATH
10679 shlibpath_overrides_runpath=no
10680
10681 # Some binutils ld are patched to set DT_RUNPATH
10682 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10683 $as_echo_n "(cached) " >&6
10684 else
10685 lt_cv_shlibpath_overrides_runpath=no
10686 save_LDFLAGS=$LDFLAGS
10687 save_libdir=$libdir
10688 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10689 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10691 /* end confdefs.h. */
10692
10693 int
10694 main ()
10695 {
10696
10697 ;
10698 return 0;
10699 }
10700 _ACEOF
10701 if ac_fn_c_try_link "$LINENO"; then :
10702 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10703 lt_cv_shlibpath_overrides_runpath=yes
10704 fi
10705 fi
10706 rm -f core conftest.err conftest.$ac_objext \
10707 conftest$ac_exeext conftest.$ac_ext
10708 LDFLAGS=$save_LDFLAGS
10709 libdir=$save_libdir
10710
10711 fi
10712
10713 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10714
10715 # This implies no fast_install, which is unacceptable.
10716 # Some rework will be needed to allow for fast_install
10717 # before this can be enabled.
10718 hardcode_into_libs=yes
10719
10720 # Append ld.so.conf contents to the search path
10721 if test -f /etc/ld.so.conf; then
10722 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' ' '`
10723 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10724 fi
10725
10726 # We used to test for /lib/ld.so.1 and disable shared libraries on
10727 # powerpc, because MkLinux only supported shared libraries with the
10728 # GNU dynamic linker. Since this was broken with cross compilers,
10729 # most powerpc-linux boxes support dynamic linking these days and
10730 # people can always --disable-shared, the test was removed, and we
10731 # assume the GNU/Linux dynamic linker is in use.
10732 dynamic_linker='GNU/Linux ld.so'
10733 ;;
10734
10735 netbsd*)
10736 version_type=sunos
10737 need_lib_prefix=no
10738 need_version=no
10739 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10740 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10741 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10742 dynamic_linker='NetBSD (a.out) ld.so'
10743 else
10744 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10745 soname_spec='${libname}${release}${shared_ext}$major'
10746 dynamic_linker='NetBSD ld.elf_so'
10747 fi
10748 shlibpath_var=LD_LIBRARY_PATH
10749 shlibpath_overrides_runpath=yes
10750 hardcode_into_libs=yes
10751 ;;
10752
10753 newsos6)
10754 version_type=linux
10755 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10756 shlibpath_var=LD_LIBRARY_PATH
10757 shlibpath_overrides_runpath=yes
10758 ;;
10759
10760 *nto* | *qnx*)
10761 version_type=qnx
10762 need_lib_prefix=no
10763 need_version=no
10764 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10765 soname_spec='${libname}${release}${shared_ext}$major'
10766 shlibpath_var=LD_LIBRARY_PATH
10767 shlibpath_overrides_runpath=no
10768 hardcode_into_libs=yes
10769 dynamic_linker='ldqnx.so'
10770 ;;
10771
10772 openbsd*)
10773 version_type=sunos
10774 sys_lib_dlsearch_path_spec="/usr/lib"
10775 need_lib_prefix=no
10776 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10777 case $host_os in
10778 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10779 *) need_version=no ;;
10780 esac
10781 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10782 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10783 shlibpath_var=LD_LIBRARY_PATH
10784 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10785 case $host_os in
10786 openbsd2.[89] | openbsd2.[89].*)
10787 shlibpath_overrides_runpath=no
10788 ;;
10789 *)
10790 shlibpath_overrides_runpath=yes
10791 ;;
10792 esac
10793 else
10794 shlibpath_overrides_runpath=yes
10795 fi
10796 ;;
10797
10798 os2*)
10799 libname_spec='$name'
10800 shrext_cmds=".dll"
10801 need_lib_prefix=no
10802 library_names_spec='$libname${shared_ext} $libname.a'
10803 dynamic_linker='OS/2 ld.exe'
10804 shlibpath_var=LIBPATH
10805 ;;
10806
10807 osf3* | osf4* | osf5*)
10808 version_type=osf
10809 need_lib_prefix=no
10810 need_version=no
10811 soname_spec='${libname}${release}${shared_ext}$major'
10812 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10813 shlibpath_var=LD_LIBRARY_PATH
10814 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10815 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10816 ;;
10817
10818 rdos*)
10819 dynamic_linker=no
10820 ;;
10821
10822 solaris*)
10823 version_type=linux
10824 need_lib_prefix=no
10825 need_version=no
10826 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10827 soname_spec='${libname}${release}${shared_ext}$major'
10828 shlibpath_var=LD_LIBRARY_PATH
10829 shlibpath_overrides_runpath=yes
10830 hardcode_into_libs=yes
10831 # ldd complains unless libraries are executable
10832 postinstall_cmds='chmod +x $lib'
10833 ;;
10834
10835 sunos4*)
10836 version_type=sunos
10837 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10838 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10839 shlibpath_var=LD_LIBRARY_PATH
10840 shlibpath_overrides_runpath=yes
10841 if test "$with_gnu_ld" = yes; then
10842 need_lib_prefix=no
10843 fi
10844 need_version=yes
10845 ;;
10846
10847 sysv4 | sysv4.3*)
10848 version_type=linux
10849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10850 soname_spec='${libname}${release}${shared_ext}$major'
10851 shlibpath_var=LD_LIBRARY_PATH
10852 case $host_vendor in
10853 sni)
10854 shlibpath_overrides_runpath=no
10855 need_lib_prefix=no
10856 runpath_var=LD_RUN_PATH
10857 ;;
10858 siemens)
10859 need_lib_prefix=no
10860 ;;
10861 motorola)
10862 need_lib_prefix=no
10863 need_version=no
10864 shlibpath_overrides_runpath=no
10865 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10866 ;;
10867 esac
10868 ;;
10869
10870 sysv4*MP*)
10871 if test -d /usr/nec ;then
10872 version_type=linux
10873 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10874 soname_spec='$libname${shared_ext}.$major'
10875 shlibpath_var=LD_LIBRARY_PATH
10876 fi
10877 ;;
10878
10879 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10880 version_type=freebsd-elf
10881 need_lib_prefix=no
10882 need_version=no
10883 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10884 soname_spec='${libname}${release}${shared_ext}$major'
10885 shlibpath_var=LD_LIBRARY_PATH
10886 shlibpath_overrides_runpath=yes
10887 hardcode_into_libs=yes
10888 if test "$with_gnu_ld" = yes; then
10889 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10890 else
10891 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10892 case $host_os in
10893 sco3.2v5*)
10894 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10895 ;;
10896 esac
10897 fi
10898 sys_lib_dlsearch_path_spec='/usr/lib'
10899 ;;
10900
10901 tpf*)
10902 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10903 version_type=linux
10904 need_lib_prefix=no
10905 need_version=no
10906 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10907 shlibpath_var=LD_LIBRARY_PATH
10908 shlibpath_overrides_runpath=no
10909 hardcode_into_libs=yes
10910 ;;
10911
10912 uts4*)
10913 version_type=linux
10914 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10915 soname_spec='${libname}${release}${shared_ext}$major'
10916 shlibpath_var=LD_LIBRARY_PATH
10917 ;;
10918
10919 *)
10920 dynamic_linker=no
10921 ;;
10922 esac
10923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10924 $as_echo "$dynamic_linker" >&6; }
10925 test "$dynamic_linker" = no && can_build_shared=no
10926
10927 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10928 if test "$GCC" = yes; then
10929 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10930 fi
10931
10932 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10933 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10934 fi
10935 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10936 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10937 fi
10938
10939
10940
10941
10942
10943
10944
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962
10963
10964
10965
10966
10967
10968
10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
10990
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003
11004
11005
11006
11007
11008
11009
11010
11011
11012
11013
11014
11015
11016
11017
11018
11019
11020
11021
11022
11023
11024
11025
11026
11027
11028
11029
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11031 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11032 hardcode_action=
11033 if test -n "$hardcode_libdir_flag_spec" ||
11034 test -n "$runpath_var" ||
11035 test "X$hardcode_automatic" = "Xyes" ; then
11036
11037 # We can hardcode non-existent directories.
11038 if test "$hardcode_direct" != no &&
11039 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11040 # have to relink, otherwise we might link with an installed library
11041 # when we should be linking with a yet-to-be-installed one
11042 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11043 test "$hardcode_minus_L" != no; then
11044 # Linking always hardcodes the temporary library directory.
11045 hardcode_action=relink
11046 else
11047 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11048 hardcode_action=immediate
11049 fi
11050 else
11051 # We cannot hardcode anything, or else we can only hardcode existing
11052 # directories.
11053 hardcode_action=unsupported
11054 fi
11055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11056 $as_echo "$hardcode_action" >&6; }
11057
11058 if test "$hardcode_action" = relink ||
11059 test "$inherit_rpath" = yes; then
11060 # Fast installation is not supported
11061 enable_fast_install=no
11062 elif test "$shlibpath_overrides_runpath" = yes ||
11063 test "$enable_shared" = no; then
11064 # Fast installation is not necessary
11065 enable_fast_install=needless
11066 fi
11067
11068
11069
11070
11071
11072
11073 if test "x$enable_dlopen" != xyes; then
11074 enable_dlopen=unknown
11075 enable_dlopen_self=unknown
11076 enable_dlopen_self_static=unknown
11077 else
11078 lt_cv_dlopen=no
11079 lt_cv_dlopen_libs=
11080
11081 case $host_os in
11082 beos*)
11083 lt_cv_dlopen="load_add_on"
11084 lt_cv_dlopen_libs=
11085 lt_cv_dlopen_self=yes
11086 ;;
11087
11088 mingw* | pw32* | cegcc*)
11089 lt_cv_dlopen="LoadLibrary"
11090 lt_cv_dlopen_libs=
11091 ;;
11092
11093 cygwin*)
11094 lt_cv_dlopen="dlopen"
11095 lt_cv_dlopen_libs=
11096 ;;
11097
11098 darwin*)
11099 # if libdl is installed we need to link against it
11100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11101 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11102 if ${ac_cv_lib_dl_dlopen+:} false; then :
11103 $as_echo_n "(cached) " >&6
11104 else
11105 ac_check_lib_save_LIBS=$LIBS
11106 LIBS="-ldl $LIBS"
11107 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11108 /* end confdefs.h. */
11109
11110 /* Override any GCC internal prototype to avoid an error.
11111 Use char because int might match the return type of a GCC
11112 builtin and then its argument prototype would still apply. */
11113 #ifdef __cplusplus
11114 extern "C"
11115 #endif
11116 char dlopen ();
11117 int
11118 main ()
11119 {
11120 return dlopen ();
11121 ;
11122 return 0;
11123 }
11124 _ACEOF
11125 if ac_fn_c_try_link "$LINENO"; then :
11126 ac_cv_lib_dl_dlopen=yes
11127 else
11128 ac_cv_lib_dl_dlopen=no
11129 fi
11130 rm -f core conftest.err conftest.$ac_objext \
11131 conftest$ac_exeext conftest.$ac_ext
11132 LIBS=$ac_check_lib_save_LIBS
11133 fi
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11135 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11136 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11137 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11138 else
11139
11140 lt_cv_dlopen="dyld"
11141 lt_cv_dlopen_libs=
11142 lt_cv_dlopen_self=yes
11143
11144 fi
11145
11146 ;;
11147
11148 *)
11149 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11150 if test "x$ac_cv_func_shl_load" = xyes; then :
11151 lt_cv_dlopen="shl_load"
11152 else
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11154 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11155 if ${ac_cv_lib_dld_shl_load+:} false; then :
11156 $as_echo_n "(cached) " >&6
11157 else
11158 ac_check_lib_save_LIBS=$LIBS
11159 LIBS="-ldld $LIBS"
11160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11161 /* end confdefs.h. */
11162
11163 /* Override any GCC internal prototype to avoid an error.
11164 Use char because int might match the return type of a GCC
11165 builtin and then its argument prototype would still apply. */
11166 #ifdef __cplusplus
11167 extern "C"
11168 #endif
11169 char shl_load ();
11170 int
11171 main ()
11172 {
11173 return shl_load ();
11174 ;
11175 return 0;
11176 }
11177 _ACEOF
11178 if ac_fn_c_try_link "$LINENO"; then :
11179 ac_cv_lib_dld_shl_load=yes
11180 else
11181 ac_cv_lib_dld_shl_load=no
11182 fi
11183 rm -f core conftest.err conftest.$ac_objext \
11184 conftest$ac_exeext conftest.$ac_ext
11185 LIBS=$ac_check_lib_save_LIBS
11186 fi
11187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11188 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11189 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11190 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11191 else
11192 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11193 if test "x$ac_cv_func_dlopen" = xyes; then :
11194 lt_cv_dlopen="dlopen"
11195 else
11196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11197 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11198 if ${ac_cv_lib_dl_dlopen+:} false; then :
11199 $as_echo_n "(cached) " >&6
11200 else
11201 ac_check_lib_save_LIBS=$LIBS
11202 LIBS="-ldl $LIBS"
11203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11204 /* end confdefs.h. */
11205
11206 /* Override any GCC internal prototype to avoid an error.
11207 Use char because int might match the return type of a GCC
11208 builtin and then its argument prototype would still apply. */
11209 #ifdef __cplusplus
11210 extern "C"
11211 #endif
11212 char dlopen ();
11213 int
11214 main ()
11215 {
11216 return dlopen ();
11217 ;
11218 return 0;
11219 }
11220 _ACEOF
11221 if ac_fn_c_try_link "$LINENO"; then :
11222 ac_cv_lib_dl_dlopen=yes
11223 else
11224 ac_cv_lib_dl_dlopen=no
11225 fi
11226 rm -f core conftest.err conftest.$ac_objext \
11227 conftest$ac_exeext conftest.$ac_ext
11228 LIBS=$ac_check_lib_save_LIBS
11229 fi
11230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11231 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11232 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11233 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11234 else
11235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11236 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11237 if ${ac_cv_lib_svld_dlopen+:} false; then :
11238 $as_echo_n "(cached) " >&6
11239 else
11240 ac_check_lib_save_LIBS=$LIBS
11241 LIBS="-lsvld $LIBS"
11242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11243 /* end confdefs.h. */
11244
11245 /* Override any GCC internal prototype to avoid an error.
11246 Use char because int might match the return type of a GCC
11247 builtin and then its argument prototype would still apply. */
11248 #ifdef __cplusplus
11249 extern "C"
11250 #endif
11251 char dlopen ();
11252 int
11253 main ()
11254 {
11255 return dlopen ();
11256 ;
11257 return 0;
11258 }
11259 _ACEOF
11260 if ac_fn_c_try_link "$LINENO"; then :
11261 ac_cv_lib_svld_dlopen=yes
11262 else
11263 ac_cv_lib_svld_dlopen=no
11264 fi
11265 rm -f core conftest.err conftest.$ac_objext \
11266 conftest$ac_exeext conftest.$ac_ext
11267 LIBS=$ac_check_lib_save_LIBS
11268 fi
11269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11270 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11271 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11272 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11273 else
11274 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11275 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11276 if ${ac_cv_lib_dld_dld_link+:} false; then :
11277 $as_echo_n "(cached) " >&6
11278 else
11279 ac_check_lib_save_LIBS=$LIBS
11280 LIBS="-ldld $LIBS"
11281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11282 /* end confdefs.h. */
11283
11284 /* Override any GCC internal prototype to avoid an error.
11285 Use char because int might match the return type of a GCC
11286 builtin and then its argument prototype would still apply. */
11287 #ifdef __cplusplus
11288 extern "C"
11289 #endif
11290 char dld_link ();
11291 int
11292 main ()
11293 {
11294 return dld_link ();
11295 ;
11296 return 0;
11297 }
11298 _ACEOF
11299 if ac_fn_c_try_link "$LINENO"; then :
11300 ac_cv_lib_dld_dld_link=yes
11301 else
11302 ac_cv_lib_dld_dld_link=no
11303 fi
11304 rm -f core conftest.err conftest.$ac_objext \
11305 conftest$ac_exeext conftest.$ac_ext
11306 LIBS=$ac_check_lib_save_LIBS
11307 fi
11308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11309 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11310 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11311 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11312 fi
11313
11314
11315 fi
11316
11317
11318 fi
11319
11320
11321 fi
11322
11323
11324 fi
11325
11326
11327 fi
11328
11329 ;;
11330 esac
11331
11332 if test "x$lt_cv_dlopen" != xno; then
11333 enable_dlopen=yes
11334 else
11335 enable_dlopen=no
11336 fi
11337
11338 case $lt_cv_dlopen in
11339 dlopen)
11340 save_CPPFLAGS="$CPPFLAGS"
11341 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11342
11343 save_LDFLAGS="$LDFLAGS"
11344 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11345
11346 save_LIBS="$LIBS"
11347 LIBS="$lt_cv_dlopen_libs $LIBS"
11348
11349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11350 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11351 if ${lt_cv_dlopen_self+:} false; then :
11352 $as_echo_n "(cached) " >&6
11353 else
11354 if test "$cross_compiling" = yes; then :
11355 lt_cv_dlopen_self=cross
11356 else
11357 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11358 lt_status=$lt_dlunknown
11359 cat > conftest.$ac_ext <<_LT_EOF
11360 #line 11360 "configure"
11361 #include "confdefs.h"
11362
11363 #if HAVE_DLFCN_H
11364 #include <dlfcn.h>
11365 #endif
11366
11367 #include <stdio.h>
11368
11369 #ifdef RTLD_GLOBAL
11370 # define LT_DLGLOBAL RTLD_GLOBAL
11371 #else
11372 # ifdef DL_GLOBAL
11373 # define LT_DLGLOBAL DL_GLOBAL
11374 # else
11375 # define LT_DLGLOBAL 0
11376 # endif
11377 #endif
11378
11379 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11380 find out it does not work in some platform. */
11381 #ifndef LT_DLLAZY_OR_NOW
11382 # ifdef RTLD_LAZY
11383 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11384 # else
11385 # ifdef DL_LAZY
11386 # define LT_DLLAZY_OR_NOW DL_LAZY
11387 # else
11388 # ifdef RTLD_NOW
11389 # define LT_DLLAZY_OR_NOW RTLD_NOW
11390 # else
11391 # ifdef DL_NOW
11392 # define LT_DLLAZY_OR_NOW DL_NOW
11393 # else
11394 # define LT_DLLAZY_OR_NOW 0
11395 # endif
11396 # endif
11397 # endif
11398 # endif
11399 #endif
11400
11401 /* When -fvisbility=hidden is used, assume the code has been annotated
11402 correspondingly for the symbols needed. */
11403 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11404 void fnord () __attribute__((visibility("default")));
11405 #endif
11406
11407 void fnord () { int i=42; }
11408 int main ()
11409 {
11410 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11411 int status = $lt_dlunknown;
11412
11413 if (self)
11414 {
11415 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11416 else
11417 {
11418 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11419 else puts (dlerror ());
11420 }
11421 /* dlclose (self); */
11422 }
11423 else
11424 puts (dlerror ());
11425
11426 return status;
11427 }
11428 _LT_EOF
11429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11430 (eval $ac_link) 2>&5
11431 ac_status=$?
11432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11433 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11434 (./conftest; exit; ) >&5 2>/dev/null
11435 lt_status=$?
11436 case x$lt_status in
11437 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11438 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11439 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11440 esac
11441 else :
11442 # compilation failed
11443 lt_cv_dlopen_self=no
11444 fi
11445 fi
11446 rm -fr conftest*
11447
11448
11449 fi
11450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11451 $as_echo "$lt_cv_dlopen_self" >&6; }
11452
11453 if test "x$lt_cv_dlopen_self" = xyes; then
11454 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11456 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11457 if ${lt_cv_dlopen_self_static+:} false; then :
11458 $as_echo_n "(cached) " >&6
11459 else
11460 if test "$cross_compiling" = yes; then :
11461 lt_cv_dlopen_self_static=cross
11462 else
11463 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11464 lt_status=$lt_dlunknown
11465 cat > conftest.$ac_ext <<_LT_EOF
11466 #line 11466 "configure"
11467 #include "confdefs.h"
11468
11469 #if HAVE_DLFCN_H
11470 #include <dlfcn.h>
11471 #endif
11472
11473 #include <stdio.h>
11474
11475 #ifdef RTLD_GLOBAL
11476 # define LT_DLGLOBAL RTLD_GLOBAL
11477 #else
11478 # ifdef DL_GLOBAL
11479 # define LT_DLGLOBAL DL_GLOBAL
11480 # else
11481 # define LT_DLGLOBAL 0
11482 # endif
11483 #endif
11484
11485 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11486 find out it does not work in some platform. */
11487 #ifndef LT_DLLAZY_OR_NOW
11488 # ifdef RTLD_LAZY
11489 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11490 # else
11491 # ifdef DL_LAZY
11492 # define LT_DLLAZY_OR_NOW DL_LAZY
11493 # else
11494 # ifdef RTLD_NOW
11495 # define LT_DLLAZY_OR_NOW RTLD_NOW
11496 # else
11497 # ifdef DL_NOW
11498 # define LT_DLLAZY_OR_NOW DL_NOW
11499 # else
11500 # define LT_DLLAZY_OR_NOW 0
11501 # endif
11502 # endif
11503 # endif
11504 # endif
11505 #endif
11506
11507 /* When -fvisbility=hidden is used, assume the code has been annotated
11508 correspondingly for the symbols needed. */
11509 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11510 void fnord () __attribute__((visibility("default")));
11511 #endif
11512
11513 void fnord () { int i=42; }
11514 int main ()
11515 {
11516 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11517 int status = $lt_dlunknown;
11518
11519 if (self)
11520 {
11521 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11522 else
11523 {
11524 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11525 else puts (dlerror ());
11526 }
11527 /* dlclose (self); */
11528 }
11529 else
11530 puts (dlerror ());
11531
11532 return status;
11533 }
11534 _LT_EOF
11535 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11536 (eval $ac_link) 2>&5
11537 ac_status=$?
11538 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11539 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11540 (./conftest; exit; ) >&5 2>/dev/null
11541 lt_status=$?
11542 case x$lt_status in
11543 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11544 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11545 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11546 esac
11547 else :
11548 # compilation failed
11549 lt_cv_dlopen_self_static=no
11550 fi
11551 fi
11552 rm -fr conftest*
11553
11554
11555 fi
11556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11557 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11558 fi
11559
11560 CPPFLAGS="$save_CPPFLAGS"
11561 LDFLAGS="$save_LDFLAGS"
11562 LIBS="$save_LIBS"
11563 ;;
11564 esac
11565
11566 case $lt_cv_dlopen_self in
11567 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11568 *) enable_dlopen_self=unknown ;;
11569 esac
11570
11571 case $lt_cv_dlopen_self_static in
11572 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11573 *) enable_dlopen_self_static=unknown ;;
11574 esac
11575 fi
11576
11577
11578
11579
11580
11581
11582
11583
11584
11585
11586
11587
11588
11589
11590
11591
11592
11593 striplib=
11594 old_striplib=
11595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11596 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11597 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11598 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11599 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11601 $as_echo "yes" >&6; }
11602 else
11603 # FIXME - insert some real tests, host_os isn't really good enough
11604 case $host_os in
11605 darwin*)
11606 if test -n "$STRIP" ; then
11607 striplib="$STRIP -x"
11608 old_striplib="$STRIP -S"
11609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11610 $as_echo "yes" >&6; }
11611 else
11612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11613 $as_echo "no" >&6; }
11614 fi
11615 ;;
11616 *)
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11618 $as_echo "no" >&6; }
11619 ;;
11620 esac
11621 fi
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634 # Report which library types will actually be built
11635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11636 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11638 $as_echo "$can_build_shared" >&6; }
11639
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11641 $as_echo_n "checking whether to build shared libraries... " >&6; }
11642 test "$can_build_shared" = "no" && enable_shared=no
11643
11644 # On AIX, shared libraries and static libraries use the same namespace, and
11645 # are all built from PIC.
11646 case $host_os in
11647 aix3*)
11648 test "$enable_shared" = yes && enable_static=no
11649 if test -n "$RANLIB"; then
11650 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11651 postinstall_cmds='$RANLIB $lib'
11652 fi
11653 ;;
11654
11655 aix[4-9]*)
11656 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11657 test "$enable_shared" = yes && enable_static=no
11658 fi
11659 ;;
11660 esac
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11662 $as_echo "$enable_shared" >&6; }
11663
11664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11665 $as_echo_n "checking whether to build static libraries... " >&6; }
11666 # Make sure either enable_shared or enable_static is yes.
11667 test "$enable_shared" = yes || enable_static=yes
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11669 $as_echo "$enable_static" >&6; }
11670
11671
11672
11673
11674 fi
11675 ac_ext=c
11676 ac_cpp='$CPP $CPPFLAGS'
11677 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11678 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11679 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11680
11681 CC="$lt_save_CC"
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695 ac_config_commands="$ac_config_commands libtool"
11696
11697
11698
11699
11700 # Only expand once:
11701
11702
11703
11704 # The tests for host and target for $enable_largefile require
11705 # canonical names.
11706
11707
11708
11709 # As the $enable_largefile decision depends on --enable-plugins we must set it
11710 # even in directories otherwise not depending on the $plugins option.
11711
11712
11713 maybe_plugins=no
11714 for ac_header in dlfcn.h
11715 do :
11716 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11717 "
11718 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11719 cat >>confdefs.h <<_ACEOF
11720 #define HAVE_DLFCN_H 1
11721 _ACEOF
11722 maybe_plugins=yes
11723 fi
11724
11725 done
11726
11727 for ac_header in windows.h
11728 do :
11729 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11730 "
11731 if test "x$ac_cv_header_windows_h" = xyes; then :
11732 cat >>confdefs.h <<_ACEOF
11733 #define HAVE_WINDOWS_H 1
11734 _ACEOF
11735 maybe_plugins=yes
11736 fi
11737
11738 done
11739
11740
11741 # Check whether --enable-plugins was given.
11742 if test "${enable_plugins+set}" = set; then :
11743 enableval=$enable_plugins; case "${enableval}" in
11744 no) plugins=no ;;
11745 *) plugins=yes
11746 if test "$maybe_plugins" != "yes" ; then
11747 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11748 fi ;;
11749 esac
11750 else
11751 plugins=$maybe_plugins
11752
11753 fi
11754
11755 if test "$plugins" = "yes"; then
11756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11757 $as_echo_n "checking for library containing dlsym... " >&6; }
11758 if ${ac_cv_search_dlsym+:} false; then :
11759 $as_echo_n "(cached) " >&6
11760 else
11761 ac_func_search_save_LIBS=$LIBS
11762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11763 /* end confdefs.h. */
11764
11765 /* Override any GCC internal prototype to avoid an error.
11766 Use char because int might match the return type of a GCC
11767 builtin and then its argument prototype would still apply. */
11768 #ifdef __cplusplus
11769 extern "C"
11770 #endif
11771 char dlsym ();
11772 int
11773 main ()
11774 {
11775 return dlsym ();
11776 ;
11777 return 0;
11778 }
11779 _ACEOF
11780 for ac_lib in '' dl; do
11781 if test -z "$ac_lib"; then
11782 ac_res="none required"
11783 else
11784 ac_res=-l$ac_lib
11785 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11786 fi
11787 if ac_fn_c_try_link "$LINENO"; then :
11788 ac_cv_search_dlsym=$ac_res
11789 fi
11790 rm -f core conftest.err conftest.$ac_objext \
11791 conftest$ac_exeext
11792 if ${ac_cv_search_dlsym+:} false; then :
11793 break
11794 fi
11795 done
11796 if ${ac_cv_search_dlsym+:} false; then :
11797
11798 else
11799 ac_cv_search_dlsym=no
11800 fi
11801 rm conftest.$ac_ext
11802 LIBS=$ac_func_search_save_LIBS
11803 fi
11804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11805 $as_echo "$ac_cv_search_dlsym" >&6; }
11806 ac_res=$ac_cv_search_dlsym
11807 if test "$ac_res" != no; then :
11808 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11809
11810 fi
11811
11812 fi
11813
11814
11815 case "${host}" in
11816 sparc-*-solaris*|i?86-*-solaris*)
11817 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11818 # were mutually exclusive until Solaris 11.3. Without procfs support,
11819 # the bfd/ elf module cannot provide certain routines such as
11820 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11821 # explicitly requested large-file support through the
11822 # --enable-largefile switch, disable large-file support in favor of
11823 # procfs support.
11824 #
11825 # Check if <sys/procfs.h> is incompatible with large-file support.
11826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11827 /* end confdefs.h. */
11828 #define _FILE_OFFSET_BITS 64
11829 #define _STRUCTURED_PROC 1
11830 #include <sys/procfs.h>
11831 int
11832 main ()
11833 {
11834
11835 ;
11836 return 0;
11837 }
11838 _ACEOF
11839 if ac_fn_c_try_compile "$LINENO"; then :
11840 acx_cv_procfs_lfs=yes
11841 else
11842 acx_cv_procfs_lfs=no
11843 fi
11844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11845 #
11846 # Forcefully disable large-file support only if necessary, gdb is in
11847 # tree and enabled.
11848 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11849 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11850 : ${enable_largefile="no"}
11851 if test "$plugins" = yes; then
11852 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11853 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11854 $as_echo "$as_me: WARNING:
11855 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11856 plugins=no
11857 fi
11858 fi
11859 #
11860 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11861 # benefit of g++ 9+ which predefines it on Solaris.
11862 if test "$enable_largefile" = no; then
11863 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11864
11865 fi
11866 ;;
11867 esac
11868
11869 # Check whether --enable-largefile was given.
11870 if test "${enable_largefile+set}" = set; then :
11871 enableval=$enable_largefile;
11872 fi
11873
11874 if test "$enable_largefile" != no; then
11875
11876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11877 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11878 if ${ac_cv_sys_largefile_CC+:} false; then :
11879 $as_echo_n "(cached) " >&6
11880 else
11881 ac_cv_sys_largefile_CC=no
11882 if test "$GCC" != yes; then
11883 ac_save_CC=$CC
11884 while :; do
11885 # IRIX 6.2 and later do not support large files by default,
11886 # so use the C compiler's -n32 option if that helps.
11887 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11888 /* end confdefs.h. */
11889 #include <sys/types.h>
11890 /* Check that off_t can represent 2**63 - 1 correctly.
11891 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11892 since some C++ compilers masquerading as C compilers
11893 incorrectly reject 9223372036854775807. */
11894 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11895 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11896 && LARGE_OFF_T % 2147483647 == 1)
11897 ? 1 : -1];
11898 int
11899 main ()
11900 {
11901
11902 ;
11903 return 0;
11904 }
11905 _ACEOF
11906 if ac_fn_c_try_compile "$LINENO"; then :
11907 break
11908 fi
11909 rm -f core conftest.err conftest.$ac_objext
11910 CC="$CC -n32"
11911 if ac_fn_c_try_compile "$LINENO"; then :
11912 ac_cv_sys_largefile_CC=' -n32'; break
11913 fi
11914 rm -f core conftest.err conftest.$ac_objext
11915 break
11916 done
11917 CC=$ac_save_CC
11918 rm -f conftest.$ac_ext
11919 fi
11920 fi
11921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11922 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11923 if test "$ac_cv_sys_largefile_CC" != no; then
11924 CC=$CC$ac_cv_sys_largefile_CC
11925 fi
11926
11927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11928 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11929 if ${ac_cv_sys_file_offset_bits+:} false; then :
11930 $as_echo_n "(cached) " >&6
11931 else
11932 while :; do
11933 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11934 /* end confdefs.h. */
11935 #include <sys/types.h>
11936 /* Check that off_t can represent 2**63 - 1 correctly.
11937 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11938 since some C++ compilers masquerading as C compilers
11939 incorrectly reject 9223372036854775807. */
11940 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11941 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11942 && LARGE_OFF_T % 2147483647 == 1)
11943 ? 1 : -1];
11944 int
11945 main ()
11946 {
11947
11948 ;
11949 return 0;
11950 }
11951 _ACEOF
11952 if ac_fn_c_try_compile "$LINENO"; then :
11953 ac_cv_sys_file_offset_bits=no; break
11954 fi
11955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11957 /* end confdefs.h. */
11958 #define _FILE_OFFSET_BITS 64
11959 #include <sys/types.h>
11960 /* Check that off_t can represent 2**63 - 1 correctly.
11961 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11962 since some C++ compilers masquerading as C compilers
11963 incorrectly reject 9223372036854775807. */
11964 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11965 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11966 && LARGE_OFF_T % 2147483647 == 1)
11967 ? 1 : -1];
11968 int
11969 main ()
11970 {
11971
11972 ;
11973 return 0;
11974 }
11975 _ACEOF
11976 if ac_fn_c_try_compile "$LINENO"; then :
11977 ac_cv_sys_file_offset_bits=64; break
11978 fi
11979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11980 ac_cv_sys_file_offset_bits=unknown
11981 break
11982 done
11983 fi
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11985 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11986 case $ac_cv_sys_file_offset_bits in #(
11987 no | unknown) ;;
11988 *)
11989 cat >>confdefs.h <<_ACEOF
11990 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11991 _ACEOF
11992 ;;
11993 esac
11994 rm -rf conftest*
11995 if test $ac_cv_sys_file_offset_bits = unknown; then
11996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11997 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11998 if ${ac_cv_sys_large_files+:} false; then :
11999 $as_echo_n "(cached) " >&6
12000 else
12001 while :; do
12002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12003 /* end confdefs.h. */
12004 #include <sys/types.h>
12005 /* Check that off_t can represent 2**63 - 1 correctly.
12006 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12007 since some C++ compilers masquerading as C compilers
12008 incorrectly reject 9223372036854775807. */
12009 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12010 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12011 && LARGE_OFF_T % 2147483647 == 1)
12012 ? 1 : -1];
12013 int
12014 main ()
12015 {
12016
12017 ;
12018 return 0;
12019 }
12020 _ACEOF
12021 if ac_fn_c_try_compile "$LINENO"; then :
12022 ac_cv_sys_large_files=no; break
12023 fi
12024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12026 /* end confdefs.h. */
12027 #define _LARGE_FILES 1
12028 #include <sys/types.h>
12029 /* Check that off_t can represent 2**63 - 1 correctly.
12030 We can't simply define LARGE_OFF_T to be 9223372036854775807,
12031 since some C++ compilers masquerading as C compilers
12032 incorrectly reject 9223372036854775807. */
12033 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
12034 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
12035 && LARGE_OFF_T % 2147483647 == 1)
12036 ? 1 : -1];
12037 int
12038 main ()
12039 {
12040
12041 ;
12042 return 0;
12043 }
12044 _ACEOF
12045 if ac_fn_c_try_compile "$LINENO"; then :
12046 ac_cv_sys_large_files=1; break
12047 fi
12048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12049 ac_cv_sys_large_files=unknown
12050 break
12051 done
12052 fi
12053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
12054 $as_echo "$ac_cv_sys_large_files" >&6; }
12055 case $ac_cv_sys_large_files in #(
12056 no | unknown) ;;
12057 *)
12058 cat >>confdefs.h <<_ACEOF
12059 #define _LARGE_FILES $ac_cv_sys_large_files
12060 _ACEOF
12061 ;;
12062 esac
12063 rm -rf conftest*
12064 fi
12065
12066
12067 fi
12068
12069
12070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
12071 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
12072 if ${gcc_cv_prog_cmp_skip+:} false; then :
12073 $as_echo_n "(cached) " >&6
12074 else
12075 echo abfoo >t1
12076 echo cdfoo >t2
12077 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
12078 if cmp t1 t2 2 2 > /dev/null 2>&1; then
12079 if cmp t1 t2 1 1 > /dev/null 2>&1; then
12080 :
12081 else
12082 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
12083 fi
12084 fi
12085 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
12086 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
12087 :
12088 else
12089 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
12090 fi
12091 fi
12092 rm t1 t2
12093
12094 fi
12095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
12096 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
12097 do_compare="$gcc_cv_prog_cmp_skip"
12098
12099
12100
12101 # Check whether --enable-targets was given.
12102 if test "${enable_targets+set}" = set; then :
12103 enableval=$enable_targets; case "${enableval}" in
12104 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
12105 ;;
12106 no) enable_targets= ;;
12107 *) enable_targets=$enableval ;;
12108 esac
12109 fi
12110
12111 ac_checking=
12112 . ${srcdir}/../bfd/development.sh
12113 test "$development" = true && ac_checking=yes
12114 # Check whether --enable-checking was given.
12115 if test "${enable_checking+set}" = set; then :
12116 enableval=$enable_checking; case "${enableval}" in
12117 no|none) ac_checking= ;;
12118 *) ac_checking=yes ;;
12119 esac
12120 fi
12121 if test x$ac_checking != x ; then
12122
12123 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
12124
12125 fi
12126
12127 # PR gas/19109
12128 # Decide the default method for compressing debug sections.
12129 ac_default_compressed_debug_sections=unset
12130 # Provide a configure time option to override our default.
12131 # Check whether --enable-compressed_debug_sections was given.
12132 if test "${enable_compressed_debug_sections+set}" = set; then :
12133 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
12134 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
12135 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
12136 *) ac_default_compressed_debug_sections=unset ;;
12137 esac
12138 fi
12139
12140 # PR gas/19520
12141 # Decide if x86 assembler should generate relax relocations.
12142 ac_default_x86_relax_relocations=unset
12143 # Provide a configure time option to override our default.
12144 # Check whether --enable-x86_relax_relocations was given.
12145 if test "${enable_x86_relax_relocations+set}" = set; then :
12146 enableval=$enable_x86_relax_relocations; case "${enableval}" in
12147 no) ac_default_x86_relax_relocations=0 ;;
12148 esac
12149 fi
12150
12151 # Decide if ELF assembler should generate common symbols with the
12152 # STT_COMMON type.
12153 ac_default_elf_stt_common=unset
12154 # Provide a configure time option to override our default.
12155 # Check whether --enable-elf_stt_common was given.
12156 if test "${enable_elf_stt_common+set}" = set; then :
12157 enableval=$enable_elf_stt_common; case "${enableval}" in
12158 yes) ac_default_elf_stt_common=1 ;;
12159 esac
12160 fi
12161
12162
12163 # Decide if the ELF assembler should default to generating
12164 # GNU Build notes if none are provided by the input.
12165 ac_default_generate_build_notes=0
12166 # Provide a configuration option to override the default.
12167 # Check whether --enable-generate_build_notes was given.
12168 if test "${enable_generate_build_notes+set}" = set; then :
12169 enableval=$enable_generate_build_notes; case "${enableval}" in
12170 yes) ac_default_generate_build_notes=1 ;;
12171 no) ac_default_generate_build_notes=0 ;;
12172 esac
12173 fi
12174
12175 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
12176 # LLSC errata.
12177 ac_default_mips_fix_loongson3_llsc=unset
12178 # Provide a configuration option to override the default.
12179 # Check whether --enable-mips-fix-loongson3-llsc was given.
12180 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
12181 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
12182 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
12183 no) ac_default_mips_fix_loongson3_llsc=0 ;;
12184 esac
12185 fi
12186
12187 # Decide if the x86 ELF assembler should default to generating GNU x86
12188 # used ISA and feature properties.
12189 ac_default_generate_x86_used_note=unset
12190 # Provide a configuration option to override the default.
12191 # Check whether --enable-x86-used-note was given.
12192 if test "${enable_x86_used_note+set}" = set; then :
12193 enableval=$enable_x86_used_note; case "${enableval}" in
12194 yes) ac_default_generate_x86_used_note=1 ;;
12195 no) ac_default_generate_x86_used_note=0 ;;
12196 esac
12197 fi
12198
12199 # Decide if the RISC-V ELF assembler should default to generating attribute.
12200 ac_default_generate_riscv_attr=unset
12201 # Provide a configuration option to override the default.
12202 # Check whether --enable-default-riscv-attribute was given.
12203 if test "${enable_default_riscv_attribute+set}" = set; then :
12204 enableval=$enable_default_riscv_attribute; case "${enableval}" in
12205 yes) ac_default_generate_riscv_attr=1 ;;
12206 no) ac_default_generate_riscv_attr=0 ;;
12207 esac
12208 fi
12209
12210 using_cgen=no
12211
12212
12213 # Set the 'development' global.
12214 . $srcdir/../bfd/development.sh
12215
12216 # Set acp_cpp_for_build variable
12217 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
12218
12219 # Default set of GCC warnings to enable.
12220 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12221 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
12222
12223 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12224 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12225 /* end confdefs.h. */
12226 __GNUC__
12227 _ACEOF
12228 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12229 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12230
12231 else
12232 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
12233 fi
12234 rm -f conftest*
12235
12236
12237 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12239 /* end confdefs.h. */
12240 __GNUC__
12241 _ACEOF
12242 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12243 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12244
12245 else
12246 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
12247 fi
12248 rm -f conftest*
12249
12250
12251 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
12252 WARN_WRITE_STRINGS=""
12253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12254 /* end confdefs.h. */
12255 __GNUC__
12256 _ACEOF
12257 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12258 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12259
12260 else
12261 WARN_WRITE_STRINGS="-Wwrite-strings"
12262 fi
12263 rm -f conftest*
12264
12265
12266 # Verify CC_FOR_BUILD to be compatible with warning flags
12267
12268 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
12269 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12270 /* end confdefs.h. */
12271 __GNUC__
12272 _ACEOF
12273 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12274 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
12275
12276 else
12277 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
12278 fi
12279 rm -f conftest*
12280
12281
12282 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
12283 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12284 /* end confdefs.h. */
12285 __GNUC__
12286 _ACEOF
12287 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
12288 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
12289
12290 else
12291 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
12292 fi
12293 rm -f conftest*
12294
12295
12296 # Check whether --enable-werror was given.
12297 if test "${enable_werror+set}" = set; then :
12298 enableval=$enable_werror; case "${enableval}" in
12299 yes | y) ERROR_ON_WARNING="yes" ;;
12300 no | n) ERROR_ON_WARNING="no" ;;
12301 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
12302 esac
12303 fi
12304
12305
12306 # Disable -Wformat by default when using gcc on mingw
12307 case "${host}" in
12308 *-*-mingw32*)
12309 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
12310 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
12311 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
12312 fi
12313 ;;
12314 *) ;;
12315 esac
12316
12317 # Enable -Werror by default when using gcc. Turn it off for releases.
12318 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
12319 ERROR_ON_WARNING=yes
12320 fi
12321
12322 NO_WERROR=
12323 if test "${ERROR_ON_WARNING}" = yes ; then
12324 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
12325 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
12326 NO_WERROR="-Wno-error"
12327 fi
12328
12329 if test "${GCC}" = yes ; then
12330 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12331 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
12332 fi
12333
12334 # Check whether --enable-build-warnings was given.
12335 if test "${enable_build_warnings+set}" = set; then :
12336 enableval=$enable_build_warnings; case "${enableval}" in
12337 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
12338 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
12339 no) if test "${GCC}" = yes ; then
12340 WARN_CFLAGS="-w"
12341 WARN_CFLAGS_FOR_BUILD="-w"
12342 fi;;
12343 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12344 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
12345 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
12346 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
12347 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
12348 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
12349 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
12350 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
12351 esac
12352 fi
12353
12354
12355 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
12356 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
12357 fi
12358
12359
12360
12361
12362
12363
12364
12365 # Generate a header file
12366 ac_config_headers="$ac_config_headers config.h:config.in"
12367
12368
12369
12370 # Check whether --with-cpu was given.
12371 if test "${with_cpu+set}" = set; then :
12372 withval=$with_cpu;
12373 cat >>confdefs.h <<_ACEOF
12374 #define TARGET_WITH_CPU "${with_cpu}"
12375 _ACEOF
12376
12377 fi
12378
12379
12380 # PR 14072
12381
12382
12383 # If we are on a DOS filesystem, we must use gdb.ini rather than
12384 # .gdbinit.
12385 case "${host}" in
12386 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
12387 GDBINIT="gdb.ini"
12388 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
12389
12390 ;;
12391 *)
12392 GDBINIT=".gdbinit"
12393 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
12394
12395 ;;
12396 esac
12397
12398
12399 #We need this for the host.
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
12401 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
12402 if ${ac_cv_c_bigendian+:} false; then :
12403 $as_echo_n "(cached) " >&6
12404 else
12405 ac_cv_c_bigendian=unknown
12406 # See if we're dealing with a universal compiler.
12407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12408 /* end confdefs.h. */
12409 #ifndef __APPLE_CC__
12410 not a universal capable compiler
12411 #endif
12412 typedef int dummy;
12413
12414 _ACEOF
12415 if ac_fn_c_try_compile "$LINENO"; then :
12416
12417 # Check for potential -arch flags. It is not universal unless
12418 # there are at least two -arch flags with different values.
12419 ac_arch=
12420 ac_prev=
12421 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
12422 if test -n "$ac_prev"; then
12423 case $ac_word in
12424 i?86 | x86_64 | ppc | ppc64)
12425 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
12426 ac_arch=$ac_word
12427 else
12428 ac_cv_c_bigendian=universal
12429 break
12430 fi
12431 ;;
12432 esac
12433 ac_prev=
12434 elif test "x$ac_word" = "x-arch"; then
12435 ac_prev=arch
12436 fi
12437 done
12438 fi
12439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12440 if test $ac_cv_c_bigendian = unknown; then
12441 # See if sys/param.h defines the BYTE_ORDER macro.
12442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12443 /* end confdefs.h. */
12444 #include <sys/types.h>
12445 #include <sys/param.h>
12446
12447 int
12448 main ()
12449 {
12450 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
12451 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
12452 && LITTLE_ENDIAN)
12453 bogus endian macros
12454 #endif
12455
12456 ;
12457 return 0;
12458 }
12459 _ACEOF
12460 if ac_fn_c_try_compile "$LINENO"; then :
12461 # It does; now see whether it defined to BIG_ENDIAN or not.
12462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12463 /* end confdefs.h. */
12464 #include <sys/types.h>
12465 #include <sys/param.h>
12466
12467 int
12468 main ()
12469 {
12470 #if BYTE_ORDER != BIG_ENDIAN
12471 not big endian
12472 #endif
12473
12474 ;
12475 return 0;
12476 }
12477 _ACEOF
12478 if ac_fn_c_try_compile "$LINENO"; then :
12479 ac_cv_c_bigendian=yes
12480 else
12481 ac_cv_c_bigendian=no
12482 fi
12483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12484 fi
12485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12486 fi
12487 if test $ac_cv_c_bigendian = unknown; then
12488 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
12489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12490 /* end confdefs.h. */
12491 #include <limits.h>
12492
12493 int
12494 main ()
12495 {
12496 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
12497 bogus endian macros
12498 #endif
12499
12500 ;
12501 return 0;
12502 }
12503 _ACEOF
12504 if ac_fn_c_try_compile "$LINENO"; then :
12505 # It does; now see whether it defined to _BIG_ENDIAN or not.
12506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12507 /* end confdefs.h. */
12508 #include <limits.h>
12509
12510 int
12511 main ()
12512 {
12513 #ifndef _BIG_ENDIAN
12514 not big endian
12515 #endif
12516
12517 ;
12518 return 0;
12519 }
12520 _ACEOF
12521 if ac_fn_c_try_compile "$LINENO"; then :
12522 ac_cv_c_bigendian=yes
12523 else
12524 ac_cv_c_bigendian=no
12525 fi
12526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12527 fi
12528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12529 fi
12530 if test $ac_cv_c_bigendian = unknown; then
12531 # Compile a test program.
12532 if test "$cross_compiling" = yes; then :
12533 # Try to guess by grepping values from an object file.
12534 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12535 /* end confdefs.h. */
12536 short int ascii_mm[] =
12537 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
12538 short int ascii_ii[] =
12539 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
12540 int use_ascii (int i) {
12541 return ascii_mm[i] + ascii_ii[i];
12542 }
12543 short int ebcdic_ii[] =
12544 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
12545 short int ebcdic_mm[] =
12546 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
12547 int use_ebcdic (int i) {
12548 return ebcdic_mm[i] + ebcdic_ii[i];
12549 }
12550 extern int foo;
12551
12552 int
12553 main ()
12554 {
12555 return use_ascii (foo) == use_ebcdic (foo);
12556 ;
12557 return 0;
12558 }
12559 _ACEOF
12560 if ac_fn_c_try_compile "$LINENO"; then :
12561 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
12562 ac_cv_c_bigendian=yes
12563 fi
12564 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
12565 if test "$ac_cv_c_bigendian" = unknown; then
12566 ac_cv_c_bigendian=no
12567 else
12568 # finding both strings is unlikely to happen, but who knows?
12569 ac_cv_c_bigendian=unknown
12570 fi
12571 fi
12572 fi
12573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12574 else
12575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12576 /* end confdefs.h. */
12577 $ac_includes_default
12578 int
12579 main ()
12580 {
12581
12582 /* Are we little or big endian? From Harbison&Steele. */
12583 union
12584 {
12585 long int l;
12586 char c[sizeof (long int)];
12587 } u;
12588 u.l = 1;
12589 return u.c[sizeof (long int) - 1] == 1;
12590
12591 ;
12592 return 0;
12593 }
12594 _ACEOF
12595 if ac_fn_c_try_run "$LINENO"; then :
12596 ac_cv_c_bigendian=no
12597 else
12598 ac_cv_c_bigendian=yes
12599 fi
12600 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
12601 conftest.$ac_objext conftest.beam conftest.$ac_ext
12602 fi
12603
12604 fi
12605 fi
12606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12607 $as_echo "$ac_cv_c_bigendian" >&6; }
12608 case $ac_cv_c_bigendian in #(
12609 yes)
12610 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12611 ;; #(
12612 no)
12613 ;; #(
12614 universal)
12615
12616 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12617
12618 ;; #(
12619 *)
12620 as_fn_error $? "unknown endianness
12621 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12622 esac
12623
12624
12625 te_file=generic
12626
12627 # Makefile target for installing gas in $(tooldir)/bin.
12628 install_tooldir=install-exec-tooldir
12629
12630 canon_targets=""
12631 all_targets=no
12632 if test -n "$enable_targets" ; then
12633 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12634 if test $t = "all"; then
12635 all_targets=yes
12636 continue
12637 fi
12638 result=`$ac_config_sub $t 2>/dev/null`
12639 if test -n "$result" ; then
12640 canon_targets="$canon_targets $result"
12641 # else
12642 # # Permit "all", etc. We don't support it yet though.
12643 # canon_targets="$canon_targets $t"
12644 fi
12645 done
12646 _gas_uniq_list="$canon_targets"
12647 _gas_uniq_newlist=""
12648 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12649 case $_gas_uniq_i in
12650 _gas_uniq_dummy) ;;
12651 *) case " $_gas_uniq_newlist " in
12652 *" $_gas_uniq_i "*) ;;
12653 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12654 esac ;;
12655 esac
12656 done
12657 canon_targets=$_gas_uniq_newlist
12658
12659 fi
12660
12661 emulations=""
12662
12663 for this_target in $target $canon_targets ; do
12664
12665 targ=${this_target}
12666 . ${srcdir}/configure.tgt
12667
12668 case ${target_cpu} in
12669 crisv32)
12670
12671 cat >>confdefs.h <<_ACEOF
12672 #define DEFAULT_CRIS_ARCH $arch
12673 _ACEOF
12674
12675 ;;
12676 esac
12677
12678 if test ${this_target} = $target ; then
12679 target_cpu_type=${cpu_type}
12680 elif test ${target_cpu_type} != ${cpu_type} ; then
12681 continue
12682 fi
12683
12684 generic_target=${cpu_type}-${target_vendor}-${target_os}
12685 case ${generic_target} in
12686 i386-*-msdosdjgpp* \
12687 | i386-*-go32* \
12688 | i386-go32-rtems*)
12689
12690 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12691
12692 ;;
12693
12694 i386-*-linux-* | x86_64-*-linux-*)
12695 if test ${this_target} = $target \
12696 && test ${ac_default_generate_x86_used_note} = unset; then
12697 ac_default_generate_x86_used_note=1
12698 fi
12699 ;;
12700
12701 i386-*-solaris2 \
12702 | x86_64-*-solaris2 \
12703 | i386-*-solaris2.[0-9] \
12704 | i386-*-solaris2.1[01] \
12705 | x86_64-*-solaris2.1[01])
12706 if test ${this_target} = $target \
12707 && test ${ac_default_x86_relax_relocations} = unset; then
12708 ac_default_x86_relax_relocations=0
12709 fi
12710 ;;
12711
12712 microblaze*)
12713 ;;
12714
12715 ppc-*-aix[5-9].*)
12716
12717 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12718
12719 ;;
12720 ppc-*-solaris*)
12721 if test ${this_target} = $target; then
12722
12723 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12724
12725 fi
12726 if test x${endian} = xbig; then
12727 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12728 fi
12729 ;;
12730 esac
12731
12732 if test ${this_target} = $target ; then
12733 endian_def=
12734 if test x${endian} = xbig; then
12735 endian_def=1
12736 elif test x${endian} = xlittle; then
12737 endian_def=0
12738 fi
12739 if test x${endian_def} != x; then
12740
12741 cat >>confdefs.h <<_ACEOF
12742 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12743 _ACEOF
12744
12745 fi
12746 fi
12747
12748 # Other random stuff.
12749
12750 case ${cpu_type} in
12751 mips)
12752 # Set mips_cpu to the name of the default CPU.
12753 case ${target_cpu} in
12754 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12755 mips_cpu=from-abi
12756 ;;
12757 mipsisa32 | mipsisa32el)
12758 mips_cpu=mips32
12759 ;;
12760 mipsisa32r2 | mipsisa32r2el)
12761 mips_cpu=mips32r2
12762 ;;
12763 mipsisa32r3 | mipsisa32r3el)
12764 mips_cpu=mips32r3
12765 ;;
12766 mipsisa32r5 | mipsisa32r5el)
12767 mips_cpu=mips32r5
12768 ;;
12769 mipsisa32r6 | mipsisa32r6el)
12770 mips_cpu=mips32r6
12771 ;;
12772 mipsisa64 | mipsisa64el)
12773 mips_cpu=mips64
12774 ;;
12775 mipsisa64r2 | mipsisa64r2el)
12776 mips_cpu=mips64r2
12777 ;;
12778 mipsisa64r3 | mipsisa64r3el)
12779 mips_cpu=mips64r3
12780 ;;
12781 mipsisa64r5 | mipsisa64r5el)
12782 mips_cpu=mips64r5
12783 ;;
12784 mipsisa64r6 | mipsisa64r6el)
12785 mips_cpu=mips64r6
12786 ;;
12787 mipstx39 | mipstx39el)
12788 mips_cpu=r3900
12789 ;;
12790 mips64vr | mips64vrel)
12791 mips_cpu=vr4100
12792 ;;
12793 mipsisa32r2* | mipsisa64r2*)
12794 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12795 ;;
12796 mipsisa32r6* | mipsisa64r6*)
12797 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12798 ;;
12799 mips64* | mipsisa64* | mipsisa32*)
12800 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12801 ;;
12802 mips*)
12803 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12804 ;;
12805 *)
12806 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12807 ;;
12808 esac
12809 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12810 # binaries. It's a GNU extension that some OSes don't understand.
12811 case ${target} in
12812 *-*-irix*)
12813 use_e_mips_abi_o32=0
12814 ;;
12815 *)
12816 use_e_mips_abi_o32=1
12817 ;;
12818 esac
12819 # Decide whether to generate 32-bit or 64-bit code by default.
12820 # Used to resolve -march=from-abi when an embedded ABI is selected.
12821 case ${target} in
12822 mips64*-*-* | mipsisa64*-*-*)
12823 mips_default_64bit=1
12824 ;;
12825 *)
12826 mips_default_64bit=0
12827 ;;
12828 esac
12829 # Decide which ABI to target by default.
12830 case ${target} in
12831 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12832 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12833 mips_default_abi=N32_ABI
12834 ;;
12835 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12836 mips_default_abi=O32_ABI
12837 ;;
12838 mips64*-openbsd*)
12839 mips_default_abi=N64_ABI
12840 ;;
12841 *)
12842 mips_default_abi=NO_ABI
12843 ;;
12844 esac
12845
12846 cat >>confdefs.h <<_ACEOF
12847 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12848 _ACEOF
12849
12850
12851 cat >>confdefs.h <<_ACEOF
12852 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12853 _ACEOF
12854
12855
12856 cat >>confdefs.h <<_ACEOF
12857 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12858 _ACEOF
12859
12860
12861 cat >>confdefs.h <<_ACEOF
12862 #define MIPS_DEFAULT_ABI $mips_default_abi
12863 _ACEOF
12864
12865 ;;
12866 esac
12867
12868 # Do we need the opcodes library?
12869 case ${cpu_type} in
12870 vax | tic30)
12871 ;;
12872
12873 *)
12874 need_opcodes=yes
12875
12876 case "${enable_shared}" in
12877 yes) shared_opcodes=true ;;
12878 *opcodes*) shared_opcodes=true ;;
12879 *) shared_opcodes=false ;;
12880 esac
12881 ;;
12882 esac
12883
12884 # Any other special object files needed ?
12885 case ${cpu_type} in
12886
12887 bfin)
12888 for f in bfin-parse.o bfin-lex-wrapper.o; do
12889 case " $extra_objects " in
12890 *" $f "*) ;;
12891 *) extra_objects="$extra_objects $f" ;;
12892 esac
12893 done
12894 ;;
12895
12896 bpf)
12897 if test $this_target = $target ; then
12898
12899 cat >>confdefs.h <<_ACEOF
12900 #define DEFAULT_ARCH "${arch}"
12901 _ACEOF
12902
12903 fi
12904 using_cgen=yes
12905 ;;
12906 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12907 using_cgen=yes
12908 ;;
12909
12910 m32c)
12911 using_cgen=yes
12912 ;;
12913 frv)
12914 using_cgen=yes
12915 ;;
12916 m68k)
12917 f=m68k-parse.o
12918 case " $extra_objects " in
12919 *" $f "*) ;;
12920 *) extra_objects="$extra_objects $f" ;;
12921 esac
12922 ;;
12923
12924 mep)
12925 using_cgen=yes
12926 ;;
12927
12928 mips)
12929 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12930 case " $extra_objects " in
12931 *" $f "*) ;;
12932 *) extra_objects="$extra_objects $f" ;;
12933 esac
12934 done
12935 ;;
12936
12937 mt)
12938 using_cgen=yes
12939 ;;
12940
12941 nds32)
12942 # setup NDS32_LINUX_TOOLCHAIN definition
12943 if test "linux" = $em; then
12944
12945 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12946
12947 else
12948
12949 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12950
12951 fi
12952
12953 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12954 # based on arch_name.
12955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12956 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12957 if test "x${with_arch}" != x; then
12958 case ${with_arch} in
12959 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12960
12961 cat >>confdefs.h <<_ACEOF
12962 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12963 _ACEOF
12964
12965 ;;
12966 *)
12967 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12968 ;;
12969 esac
12970 fi
12971 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12972 $as_echo "$with_arch" >&6; }
12973
12974 # Decide features one by one.
12975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12976 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12977 if test "x${enable_dx_regs}" = xyes; then
12978
12979 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12980
12981 else
12982
12983 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12984
12985 fi
12986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12987 $as_echo "$enable_dx_regs" >&6; }
12988
12989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12990 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12991 if test "x${enable_perf_ext}" = xno; then
12992
12993 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12994
12995 else
12996
12997 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12998
12999 fi
13000 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
13001 $as_echo "$enable_perf_ext" >&6; }
13002
13003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
13004 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
13005 if test "x${enable_perf_ext2}" = xno; then
13006
13007 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
13008
13009 else
13010
13011 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
13012
13013 fi
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
13015 $as_echo "$enable_perf_ext2" >&6; }
13016
13017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
13018 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
13019 if test "x${enable_string_ext}" = xno; then
13020
13021 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
13022
13023 else
13024
13025 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
13026
13027 fi
13028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
13029 $as_echo "$enable_string_ext" >&6; }
13030
13031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
13032 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
13033 if test "x${enable_audio_ext}" = xno; then
13034
13035 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
13036
13037 else
13038
13039 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
13040
13041 fi
13042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
13043 $as_echo "$enable_audio_ext" >&6; }
13044
13045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
13046 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
13047 if test "x${enable_dsp_ext}" = xno; then
13048
13049 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
13050
13051 else
13052
13053 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
13054
13055 fi
13056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
13057 $as_echo "$enable_dsp_ext" >&6; }
13058
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
13060 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
13061 if test "x${enable_zol_ext}" = xno; then
13062
13063 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
13064
13065 else
13066
13067 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
13068
13069 fi
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
13071 $as_echo "$enable_zol_ext" >&6; }
13072 ;;
13073
13074 aarch64 | i386 | s390 | sparc)
13075 if test $this_target = $target ; then
13076
13077 cat >>confdefs.h <<_ACEOF
13078 #define DEFAULT_ARCH "${arch}"
13079 _ACEOF
13080
13081 fi
13082 ;;
13083
13084 riscv)
13085 # --target=riscv[32|64]-*-*. */
13086 if test $this_target = $target ; then
13087
13088 cat >>confdefs.h <<_ACEOF
13089 #define DEFAULT_ARCH "${arch}"
13090 _ACEOF
13091
13092 fi
13093
13094 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
13096 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
13097 if test "x${with_arch}" != x; then
13098
13099 cat >>confdefs.h <<_ACEOF
13100 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
13101 _ACEOF
13102
13103 fi
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
13105 $as_echo "$with_arch" >&6; }
13106
13107 # --with-isa-spec=[2.2|20190608|20191213].
13108 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
13109 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
13110 if test "x${with_isa_spec}" != x; then
13111
13112 cat >>confdefs.h <<_ACEOF
13113 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
13114 _ACEOF
13115
13116 fi
13117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
13118 $as_echo "$with_isa_spec" >&6; }
13119
13120 # --with-priv-spec=[1.9|1.9.1|1.10|1.11].
13121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
13122 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
13123 if test "x${with_priv_spec}" != x; then
13124
13125 cat >>confdefs.h <<_ACEOF
13126 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
13127 _ACEOF
13128
13129 fi
13130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
13131 $as_echo "$with_priv_spec" >&6; }
13132 ;;
13133
13134 rl78)
13135 f=rl78-parse.o
13136 case " $extra_objects " in
13137 *" $f "*) ;;
13138 *) extra_objects="$extra_objects $f" ;;
13139 esac
13140 ;;
13141
13142 rx)
13143 f=rx-parse.o
13144 case " $extra_objects " in
13145 *" $f "*) ;;
13146 *) extra_objects="$extra_objects $f" ;;
13147 esac
13148 ;;
13149
13150 xstormy16)
13151 using_cgen=yes
13152 ;;
13153
13154 xc16x)
13155 using_cgen=yes
13156 ;;
13157
13158 xtensa)
13159 f=config/xtensa-relax.o
13160 case " $extra_objects " in
13161 *" $f "*) ;;
13162 *) extra_objects="$extra_objects $f" ;;
13163 esac
13164 ;;
13165
13166 *)
13167 ;;
13168 esac
13169
13170 if test $using_cgen = yes ; then
13171 f=cgen.o
13172 case " $extra_objects " in
13173 *" $f "*) ;;
13174 *) extra_objects="$extra_objects $f" ;;
13175 esac
13176 fi
13177
13178 # See if we really can support this configuration with the emulation code.
13179
13180 if test $this_target = $target ; then
13181 obj_format=$fmt
13182 te_file=$em
13183 fi
13184
13185 case ${te_file} in
13186 vms)
13187 f=config/te-vms.o
13188 case " $extra_objects " in
13189 *" $f "*) ;;
13190 *) extra_objects="$extra_objects $f" ;;
13191 esac ;;
13192 esac
13193
13194 # From target name and format, produce a list of supported emulations.
13195
13196 case ${generic_target}-${fmt} in
13197 mips-*-*-*) case "$endian" in
13198 big) emulation="mipsbelf mipslelf mipself" ;;
13199 *) emulation="mipslelf mipsbelf mipself" ;;
13200 esac ;;
13201 # i386-pc-pe-coff != i386-pc-coff.
13202 i386-*-pe-coff) ;;
13203 # Uncommenting the next line will turn on support for i386 AOUT
13204 # for the default linux configuration
13205 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
13206 #
13207 i386-*-aout) emulation="i386aout" ;;
13208 i386-*-coff) emulation="i386coff" ;;
13209 i386-*-elf) emulation="i386elf" ;;
13210
13211 # Always all formats. The first stated emulation becomes the default.
13212 cris-*-*aout*) emulation="crisaout criself" ;;
13213 cris-*-*) emulation="criself crisaout" ;;
13214 esac
13215
13216 emulations="$emulations $emulation"
13217
13218 done
13219
13220 if test ${ac_default_x86_relax_relocations} = unset; then
13221 ac_default_x86_relax_relocations=1
13222 fi
13223
13224 cat >>confdefs.h <<_ACEOF
13225 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
13226 _ACEOF
13227
13228
13229 if test ${ac_default_elf_stt_common} = unset; then
13230 ac_default_elf_stt_common=0
13231 fi
13232
13233 cat >>confdefs.h <<_ACEOF
13234 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
13235 _ACEOF
13236
13237
13238
13239 cat >>confdefs.h <<_ACEOF
13240 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
13241 _ACEOF
13242
13243
13244 if test ${ac_default_generate_x86_used_note} = unset; then
13245 ac_default_generate_x86_used_note=0
13246 fi
13247
13248 cat >>confdefs.h <<_ACEOF
13249 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
13250 _ACEOF
13251
13252
13253 if test ${ac_default_generate_riscv_attr} = unset; then
13254 case ${target_os} in
13255 elf)
13256 ac_default_generate_riscv_attr=1
13257 ;;
13258 *)
13259 ac_default_generate_riscv_attr=0
13260 ;;
13261 esac
13262 fi
13263
13264
13265 cat >>confdefs.h <<_ACEOF
13266 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
13267 _ACEOF
13268
13269
13270 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
13271 ac_default_mips_fix_loongson3_llsc=0
13272 fi
13273
13274 cat >>confdefs.h <<_ACEOF
13275 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
13276 _ACEOF
13277
13278
13279 if test x$ac_default_compressed_debug_sections = xyes ; then
13280
13281 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
13282
13283 fi
13284
13285 # Turn on all targets if possible
13286 if test ${all_targets} = "yes"; then
13287 case ${target_cpu_type} in
13288 i386)
13289 case ${obj_format} in
13290 aout)
13291 emulations="$emulations i386coff i386elf"
13292 ;;
13293 coff)
13294 emulations="$emulations i386aout i386elf"
13295 ;;
13296 elf)
13297 emulations="$emulations i386aout i386coff"
13298 ;;
13299 esac
13300 ;;
13301 x86_64)
13302 case ${obj_format} in
13303 aout)
13304 emulations="$emulations i386coff i386elf"
13305 ;;
13306 coff)
13307 emulations="$emulations i386aout i386elf"
13308 ;;
13309 elf)
13310 emulations="$emulations i386aout i386coff"
13311 ;;
13312 esac
13313 ;;
13314 esac
13315 fi
13316
13317 # PE code has way too many macros tweaking behaviour
13318 case ${te_file} in
13319 pe*) emulations="" ;;
13320 esac
13321
13322 # Assign floating point type. Most processors with FP support
13323 # IEEE FP. On those that don't support FP at all, usually IEEE
13324 # is emulated.
13325 case ${target_cpu} in
13326 vax | pdp11 ) atof=vax ;;
13327 *) atof=ieee ;;
13328 esac
13329
13330 case "${obj_format}" in
13331 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
13332 esac
13333
13334 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
13335 cgen_cpu_prefix=""
13336 if test $using_cgen = yes ; then
13337 case ${target_cpu} in
13338 or1knd)
13339 cgen_cpu_prefix=or1k ;;
13340 *) cgen_cpu_prefix=${target_cpu} ;;
13341 esac
13342
13343
13344 $as_echo "#define USING_CGEN 1" >>confdefs.h
13345
13346 fi
13347
13348
13349 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
13350 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
13351 fi
13352
13353 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
13354 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
13355 fi
13356
13357 # Some COFF configurations want these random other flags set.
13358 case ${obj_format} in
13359 coff)
13360 case ${target_cpu_type} in
13361 i386)
13362 $as_echo "#define I386COFF 1" >>confdefs.h
13363 ;;
13364 x86_64)
13365 $as_echo "#define I386COFF 1" >>confdefs.h
13366 ;;
13367 esac
13368 ;;
13369 esac
13370
13371 # Getting this done right is going to be a bitch. Each configuration specified
13372 # with --enable-targets=... should be checked for environment, format, cpu
13373 # setting.
13374 #
13375 # For each configuration, the necessary object file support code must be linked
13376 # in. This might be only one, it might be up to four. The necessary emulation
13377 # code needs to be provided, too.
13378 #
13379 # And then there's "--enable-targets=all"....
13380 #
13381 # For now, just always do it for MIPS ELF configurations. Sigh.
13382
13383 formats="${obj_format}"
13384 emfiles=""
13385 EMULATIONS=""
13386 _gas_uniq_list="$emulations"
13387 _gas_uniq_newlist=""
13388 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13389 case $_gas_uniq_i in
13390 _gas_uniq_dummy) ;;
13391 *) case " $_gas_uniq_newlist " in
13392 *" $_gas_uniq_i "*) ;;
13393 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13394 esac ;;
13395 esac
13396 done
13397 emulations=$_gas_uniq_newlist
13398
13399 for em in . $emulations ; do
13400 case $em in
13401 .) continue ;;
13402 mipsbelf | mipslelf | mipself)
13403 fmt=elf file=mipself ;;
13404 *coff)
13405 fmt=coff file=$em ;;
13406 *aout)
13407 fmt=aout file=$em ;;
13408 *elf)
13409 fmt=elf file=$em ;;
13410 esac
13411 formats="$formats $fmt"
13412 emfiles="$emfiles config/e-$file.o"
13413 EMULATIONS="$EMULATIONS &$em,"
13414 done
13415 _gas_uniq_list="$formats"
13416 _gas_uniq_newlist=""
13417 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13418 case $_gas_uniq_i in
13419 _gas_uniq_dummy) ;;
13420 *) case " $_gas_uniq_newlist " in
13421 *" $_gas_uniq_i "*) ;;
13422 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13423 esac ;;
13424 esac
13425 done
13426 formats=$_gas_uniq_newlist
13427
13428 _gas_uniq_list="$emfiles"
13429 _gas_uniq_newlist=""
13430 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
13431 case $_gas_uniq_i in
13432 _gas_uniq_dummy) ;;
13433 *) case " $_gas_uniq_newlist " in
13434 *" $_gas_uniq_i "*) ;;
13435 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
13436 esac ;;
13437 esac
13438 done
13439 emfiles=$_gas_uniq_newlist
13440
13441 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
13442 for fmt in $formats ; do
13443 case $fmt in
13444 aout)
13445 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
13446 ;;
13447 coff)
13448 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
13449 ;;
13450 ecoff)
13451 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
13452 ;;
13453 elf)
13454 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
13455 ;;
13456 generic)
13457 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
13458 ;;
13459 som)
13460 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
13461 ;;
13462 esac
13463 extra_objects="$extra_objects config/obj-$fmt.o"
13464 done
13465 obj_format=multi
13466 fi
13467 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
13468 DEFAULT_EMULATION=`set . $emulations ; echo $2`
13469 # e-mipself has more than one emulation per file, e-i386* has just one at the
13470 # moment. If only one emulation is specified, then don't define
13471 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
13472 case "${obj_format}${emfiles}" in
13473 multi* | *mipself*)
13474 extra_objects="$extra_objects $emfiles"
13475
13476 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
13477 ;;
13478 esac
13479 fi
13480
13481
13482 cat >>confdefs.h <<_ACEOF
13483 #define EMULATIONS $EMULATIONS
13484 _ACEOF
13485
13486
13487 cat >>confdefs.h <<_ACEOF
13488 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
13489 _ACEOF
13490
13491
13492 reject_dev_configs=yes
13493
13494 case ${reject_dev_configs}-${dev} in
13495 yes-yes) # Oops.
13496 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
13497 ;;
13498 esac
13499
13500
13501
13502
13503
13504
13505
13506 # do we need the opcodes library?
13507 case "${need_opcodes}" in
13508 yes)
13509 OPCODES_LIB=../opcodes/libopcodes.la
13510 ;;
13511 esac
13512
13513
13514
13515
13516 cat >>confdefs.h <<_ACEOF
13517 #define TARGET_ALIAS "${target_alias}"
13518 _ACEOF
13519
13520
13521 cat >>confdefs.h <<_ACEOF
13522 #define TARGET_CANONICAL "${target}"
13523 _ACEOF
13524
13525
13526 cat >>confdefs.h <<_ACEOF
13527 #define TARGET_CPU "${target_cpu}"
13528 _ACEOF
13529
13530
13531 cat >>confdefs.h <<_ACEOF
13532 #define TARGET_VENDOR "${target_vendor}"
13533 _ACEOF
13534
13535
13536 cat >>confdefs.h <<_ACEOF
13537 #define TARGET_OS "${target_os}"
13538 _ACEOF
13539
13540
13541 for ac_prog in 'bison -y' byacc
13542 do
13543 # Extract the first word of "$ac_prog", so it can be a program name with args.
13544 set dummy $ac_prog; ac_word=$2
13545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13546 $as_echo_n "checking for $ac_word... " >&6; }
13547 if ${ac_cv_prog_YACC+:} false; then :
13548 $as_echo_n "(cached) " >&6
13549 else
13550 if test -n "$YACC"; then
13551 ac_cv_prog_YACC="$YACC" # Let the user override the test.
13552 else
13553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13554 for as_dir in $PATH
13555 do
13556 IFS=$as_save_IFS
13557 test -z "$as_dir" && as_dir=.
13558 for ac_exec_ext in '' $ac_executable_extensions; do
13559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13560 ac_cv_prog_YACC="$ac_prog"
13561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13562 break 2
13563 fi
13564 done
13565 done
13566 IFS=$as_save_IFS
13567
13568 fi
13569 fi
13570 YACC=$ac_cv_prog_YACC
13571 if test -n "$YACC"; then
13572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
13573 $as_echo "$YACC" >&6; }
13574 else
13575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13576 $as_echo "no" >&6; }
13577 fi
13578
13579
13580 test -n "$YACC" && break
13581 done
13582 test -n "$YACC" || YACC="yacc"
13583
13584 for ac_prog in flex lex
13585 do
13586 # Extract the first word of "$ac_prog", so it can be a program name with args.
13587 set dummy $ac_prog; ac_word=$2
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13589 $as_echo_n "checking for $ac_word... " >&6; }
13590 if ${ac_cv_prog_LEX+:} false; then :
13591 $as_echo_n "(cached) " >&6
13592 else
13593 if test -n "$LEX"; then
13594 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13595 else
13596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13597 for as_dir in $PATH
13598 do
13599 IFS=$as_save_IFS
13600 test -z "$as_dir" && as_dir=.
13601 for ac_exec_ext in '' $ac_executable_extensions; do
13602 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13603 ac_cv_prog_LEX="$ac_prog"
13604 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13605 break 2
13606 fi
13607 done
13608 done
13609 IFS=$as_save_IFS
13610
13611 fi
13612 fi
13613 LEX=$ac_cv_prog_LEX
13614 if test -n "$LEX"; then
13615 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13616 $as_echo "$LEX" >&6; }
13617 else
13618 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13619 $as_echo "no" >&6; }
13620 fi
13621
13622
13623 test -n "$LEX" && break
13624 done
13625 test -n "$LEX" || LEX=":"
13626
13627 case "$LEX" in
13628 :|*"missing "*) ;;
13629 *) cat >conftest.l <<_ACEOF
13630 %%
13631 a { ECHO; }
13632 b { REJECT; }
13633 c { yymore (); }
13634 d { yyless (1); }
13635 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13636 yyless ((input () != 0)); }
13637 f { unput (yytext[0]); }
13638 . { BEGIN INITIAL; }
13639 %%
13640 #ifdef YYTEXT_POINTER
13641 extern char *yytext;
13642 #endif
13643 int
13644 main (void)
13645 {
13646 return ! yylex () + ! yywrap ();
13647 }
13648 _ACEOF
13649 { { ac_try="$LEX conftest.l"
13650 case "(($ac_try" in
13651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13652 *) ac_try_echo=$ac_try;;
13653 esac
13654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13655 $as_echo "$ac_try_echo"; } >&5
13656 (eval "$LEX conftest.l") 2>&5
13657 ac_status=$?
13658 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13659 test $ac_status = 0; }
13660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13661 $as_echo_n "checking lex output file root... " >&6; }
13662 if ${ac_cv_prog_lex_root+:} false; then :
13663 $as_echo_n "(cached) " >&6
13664 else
13665
13666 if test -f lex.yy.c; then
13667 ac_cv_prog_lex_root=lex.yy
13668 elif test -f lexyy.c; then
13669 ac_cv_prog_lex_root=lexyy
13670 else
13671 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13672 fi
13673 fi
13674 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13675 $as_echo "$ac_cv_prog_lex_root" >&6; }
13676 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13677
13678 if test -z "${LEXLIB+set}"; then
13679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13680 $as_echo_n "checking lex library... " >&6; }
13681 if ${ac_cv_lib_lex+:} false; then :
13682 $as_echo_n "(cached) " >&6
13683 else
13684
13685 ac_save_LIBS=$LIBS
13686 ac_cv_lib_lex='none needed'
13687 for ac_lib in '' -lfl -ll; do
13688 LIBS="$ac_lib $ac_save_LIBS"
13689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13690 /* end confdefs.h. */
13691 `cat $LEX_OUTPUT_ROOT.c`
13692 _ACEOF
13693 if ac_fn_c_try_link "$LINENO"; then :
13694 ac_cv_lib_lex=$ac_lib
13695 fi
13696 rm -f core conftest.err conftest.$ac_objext \
13697 conftest$ac_exeext conftest.$ac_ext
13698 test "$ac_cv_lib_lex" != 'none needed' && break
13699 done
13700 LIBS=$ac_save_LIBS
13701
13702 fi
13703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13704 $as_echo "$ac_cv_lib_lex" >&6; }
13705 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13706 fi
13707
13708
13709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13710 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13711 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13712 $as_echo_n "(cached) " >&6
13713 else
13714 # POSIX says lex can declare yytext either as a pointer or an array; the
13715 # default is implementation-dependent. Figure out which it is, since
13716 # not all implementations provide the %pointer and %array declarations.
13717 ac_cv_prog_lex_yytext_pointer=no
13718 ac_save_LIBS=$LIBS
13719 LIBS="$LEXLIB $ac_save_LIBS"
13720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13721 /* end confdefs.h. */
13722
13723 #define YYTEXT_POINTER 1
13724 `cat $LEX_OUTPUT_ROOT.c`
13725 _ACEOF
13726 if ac_fn_c_try_link "$LINENO"; then :
13727 ac_cv_prog_lex_yytext_pointer=yes
13728 fi
13729 rm -f core conftest.err conftest.$ac_objext \
13730 conftest$ac_exeext conftest.$ac_ext
13731 LIBS=$ac_save_LIBS
13732
13733 fi
13734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13735 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13736 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13737
13738 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13739
13740 fi
13741 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13742 ;;
13743 esac
13744 if test "$LEX" = :; then
13745 LEX=${am_missing_run}flex
13746 fi
13747
13748 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13749 # If we haven't got the data from the intl directory,
13750 # assume NLS is disabled.
13751 USE_NLS=no
13752 LIBINTL=
13753 LIBINTL_DEP=
13754 INCINTL=
13755 XGETTEXT=
13756 GMSGFMT=
13757 POSUB=
13758
13759 if test -f ../intl/config.intl; then
13760 . ../intl/config.intl
13761 fi
13762 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13763 $as_echo_n "checking whether NLS is requested... " >&6; }
13764 if test x"$USE_NLS" != xyes; then
13765 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13766 $as_echo "no" >&6; }
13767 else
13768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13769 $as_echo "yes" >&6; }
13770
13771 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13772
13773
13774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13775 $as_echo_n "checking for catalogs to be installed... " >&6; }
13776 # Look for .po and .gmo files in the source directory.
13777 CATALOGS=
13778 XLINGUAS=
13779 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13780 # If there aren't any .gmo files the shell will give us the
13781 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13782 # weeded out.
13783 case "$cat" in *\**)
13784 continue;;
13785 esac
13786 # The quadruple backslash is collapsed to a double backslash
13787 # by the backticks, then collapsed again by the double quotes,
13788 # leaving us with one backslash in the sed expression (right
13789 # before the dot that mustn't act as a wildcard).
13790 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13791 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13792 # The user is allowed to set LINGUAS to a list of languages to
13793 # install catalogs for. If it's empty that means "all of them."
13794 if test "x$LINGUAS" = x; then
13795 CATALOGS="$CATALOGS $cat"
13796 XLINGUAS="$XLINGUAS $lang"
13797 else
13798 case "$LINGUAS" in *$lang*)
13799 CATALOGS="$CATALOGS $cat"
13800 XLINGUAS="$XLINGUAS $lang"
13801 ;;
13802 esac
13803 fi
13804 done
13805 LINGUAS="$XLINGUAS"
13806 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13807 $as_echo "$LINGUAS" >&6; }
13808
13809
13810 DATADIRNAME=share
13811
13812 INSTOBJEXT=.mo
13813
13814 GENCAT=gencat
13815
13816 CATOBJEXT=.gmo
13817
13818 fi
13819
13820 MKINSTALLDIRS=
13821 if test -n "$ac_aux_dir"; then
13822 case "$ac_aux_dir" in
13823 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13824 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13825 esac
13826 fi
13827 if test -z "$MKINSTALLDIRS"; then
13828 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13829 fi
13830
13831
13832
13833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13834 $as_echo_n "checking whether NLS is requested... " >&6; }
13835 # Check whether --enable-nls was given.
13836 if test "${enable_nls+set}" = set; then :
13837 enableval=$enable_nls; USE_NLS=$enableval
13838 else
13839 USE_NLS=yes
13840 fi
13841
13842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13843 $as_echo "$USE_NLS" >&6; }
13844
13845
13846
13847
13848
13849
13850 # Prepare PATH_SEPARATOR.
13851 # The user is always right.
13852 if test "${PATH_SEPARATOR+set}" != set; then
13853 echo "#! /bin/sh" >conf$$.sh
13854 echo "exit 0" >>conf$$.sh
13855 chmod +x conf$$.sh
13856 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13857 PATH_SEPARATOR=';'
13858 else
13859 PATH_SEPARATOR=:
13860 fi
13861 rm -f conf$$.sh
13862 fi
13863
13864 # Find out how to test for executable files. Don't use a zero-byte file,
13865 # as systems may use methods other than mode bits to determine executability.
13866 cat >conf$$.file <<_ASEOF
13867 #! /bin/sh
13868 exit 0
13869 _ASEOF
13870 chmod +x conf$$.file
13871 if test -x conf$$.file >/dev/null 2>&1; then
13872 ac_executable_p="test -x"
13873 else
13874 ac_executable_p="test -f"
13875 fi
13876 rm -f conf$$.file
13877
13878 # Extract the first word of "msgfmt", so it can be a program name with args.
13879 set dummy msgfmt; ac_word=$2
13880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13881 $as_echo_n "checking for $ac_word... " >&6; }
13882 if ${ac_cv_path_MSGFMT+:} false; then :
13883 $as_echo_n "(cached) " >&6
13884 else
13885 case "$MSGFMT" in
13886 [\\/]* | ?:[\\/]*)
13887 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13888 ;;
13889 *)
13890 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13891 for ac_dir in $PATH; do
13892 IFS="$ac_save_IFS"
13893 test -z "$ac_dir" && ac_dir=.
13894 for ac_exec_ext in '' $ac_executable_extensions; do
13895 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13896 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13897 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13898 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13899 break 2
13900 fi
13901 fi
13902 done
13903 done
13904 IFS="$ac_save_IFS"
13905 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13906 ;;
13907 esac
13908 fi
13909 MSGFMT="$ac_cv_path_MSGFMT"
13910 if test "$MSGFMT" != ":"; then
13911 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13912 $as_echo "$MSGFMT" >&6; }
13913 else
13914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13915 $as_echo "no" >&6; }
13916 fi
13917
13918 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13919 set dummy gmsgfmt; ac_word=$2
13920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13921 $as_echo_n "checking for $ac_word... " >&6; }
13922 if ${ac_cv_path_GMSGFMT+:} false; then :
13923 $as_echo_n "(cached) " >&6
13924 else
13925 case $GMSGFMT in
13926 [\\/]* | ?:[\\/]*)
13927 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13928 ;;
13929 *)
13930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13931 for as_dir in $PATH
13932 do
13933 IFS=$as_save_IFS
13934 test -z "$as_dir" && as_dir=.
13935 for ac_exec_ext in '' $ac_executable_extensions; do
13936 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13937 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13938 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13939 break 2
13940 fi
13941 done
13942 done
13943 IFS=$as_save_IFS
13944
13945 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13946 ;;
13947 esac
13948 fi
13949 GMSGFMT=$ac_cv_path_GMSGFMT
13950 if test -n "$GMSGFMT"; then
13951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13952 $as_echo "$GMSGFMT" >&6; }
13953 else
13954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13955 $as_echo "no" >&6; }
13956 fi
13957
13958
13959
13960
13961 # Prepare PATH_SEPARATOR.
13962 # The user is always right.
13963 if test "${PATH_SEPARATOR+set}" != set; then
13964 echo "#! /bin/sh" >conf$$.sh
13965 echo "exit 0" >>conf$$.sh
13966 chmod +x conf$$.sh
13967 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13968 PATH_SEPARATOR=';'
13969 else
13970 PATH_SEPARATOR=:
13971 fi
13972 rm -f conf$$.sh
13973 fi
13974
13975 # Find out how to test for executable files. Don't use a zero-byte file,
13976 # as systems may use methods other than mode bits to determine executability.
13977 cat >conf$$.file <<_ASEOF
13978 #! /bin/sh
13979 exit 0
13980 _ASEOF
13981 chmod +x conf$$.file
13982 if test -x conf$$.file >/dev/null 2>&1; then
13983 ac_executable_p="test -x"
13984 else
13985 ac_executable_p="test -f"
13986 fi
13987 rm -f conf$$.file
13988
13989 # Extract the first word of "xgettext", so it can be a program name with args.
13990 set dummy xgettext; ac_word=$2
13991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13992 $as_echo_n "checking for $ac_word... " >&6; }
13993 if ${ac_cv_path_XGETTEXT+:} false; then :
13994 $as_echo_n "(cached) " >&6
13995 else
13996 case "$XGETTEXT" in
13997 [\\/]* | ?:[\\/]*)
13998 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13999 ;;
14000 *)
14001 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14002 for ac_dir in $PATH; do
14003 IFS="$ac_save_IFS"
14004 test -z "$ac_dir" && ac_dir=.
14005 for ac_exec_ext in '' $ac_executable_extensions; do
14006 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14007 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14008 (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
14009 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
14010 break 2
14011 fi
14012 fi
14013 done
14014 done
14015 IFS="$ac_save_IFS"
14016 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
14017 ;;
14018 esac
14019 fi
14020 XGETTEXT="$ac_cv_path_XGETTEXT"
14021 if test "$XGETTEXT" != ":"; then
14022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
14023 $as_echo "$XGETTEXT" >&6; }
14024 else
14025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14026 $as_echo "no" >&6; }
14027 fi
14028
14029 rm -f messages.po
14030
14031
14032 # Prepare PATH_SEPARATOR.
14033 # The user is always right.
14034 if test "${PATH_SEPARATOR+set}" != set; then
14035 echo "#! /bin/sh" >conf$$.sh
14036 echo "exit 0" >>conf$$.sh
14037 chmod +x conf$$.sh
14038 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
14039 PATH_SEPARATOR=';'
14040 else
14041 PATH_SEPARATOR=:
14042 fi
14043 rm -f conf$$.sh
14044 fi
14045
14046 # Find out how to test for executable files. Don't use a zero-byte file,
14047 # as systems may use methods other than mode bits to determine executability.
14048 cat >conf$$.file <<_ASEOF
14049 #! /bin/sh
14050 exit 0
14051 _ASEOF
14052 chmod +x conf$$.file
14053 if test -x conf$$.file >/dev/null 2>&1; then
14054 ac_executable_p="test -x"
14055 else
14056 ac_executable_p="test -f"
14057 fi
14058 rm -f conf$$.file
14059
14060 # Extract the first word of "msgmerge", so it can be a program name with args.
14061 set dummy msgmerge; ac_word=$2
14062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14063 $as_echo_n "checking for $ac_word... " >&6; }
14064 if ${ac_cv_path_MSGMERGE+:} false; then :
14065 $as_echo_n "(cached) " >&6
14066 else
14067 case "$MSGMERGE" in
14068 [\\/]* | ?:[\\/]*)
14069 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
14070 ;;
14071 *)
14072 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
14073 for ac_dir in $PATH; do
14074 IFS="$ac_save_IFS"
14075 test -z "$ac_dir" && ac_dir=.
14076 for ac_exec_ext in '' $ac_executable_extensions; do
14077 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
14078 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
14079 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
14080 break 2
14081 fi
14082 fi
14083 done
14084 done
14085 IFS="$ac_save_IFS"
14086 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
14087 ;;
14088 esac
14089 fi
14090 MSGMERGE="$ac_cv_path_MSGMERGE"
14091 if test "$MSGMERGE" != ":"; then
14092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
14093 $as_echo "$MSGMERGE" >&6; }
14094 else
14095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14096 $as_echo "no" >&6; }
14097 fi
14098
14099
14100 if test "$GMSGFMT" != ":"; then
14101 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
14102 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
14103 : ;
14104 else
14105 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
14106 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
14107 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
14108 GMSGFMT=":"
14109 fi
14110 fi
14111
14112 if test "$XGETTEXT" != ":"; then
14113 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
14114 (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
14115 : ;
14116 else
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
14118 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
14119 XGETTEXT=":"
14120 fi
14121 rm -f messages.po
14122 fi
14123
14124 ac_config_commands="$ac_config_commands default-1"
14125
14126
14127
14128
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
14130 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
14131 # Check whether --enable-maintainer-mode was given.
14132 if test "${enable_maintainer_mode+set}" = set; then :
14133 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
14134 else
14135 USE_MAINTAINER_MODE=no
14136 fi
14137
14138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
14139 $as_echo "$USE_MAINTAINER_MODE" >&6; }
14140 if test $USE_MAINTAINER_MODE = yes; then
14141 MAINTAINER_MODE_TRUE=
14142 MAINTAINER_MODE_FALSE='#'
14143 else
14144 MAINTAINER_MODE_TRUE='#'
14145 MAINTAINER_MODE_FALSE=
14146 fi
14147
14148 MAINT=$MAINTAINER_MODE_TRUE
14149
14150
14151 if false; then
14152 GENINSRC_NEVER_TRUE=
14153 GENINSRC_NEVER_FALSE='#'
14154 else
14155 GENINSRC_NEVER_TRUE='#'
14156 GENINSRC_NEVER_FALSE=
14157 fi
14158
14159
14160
14161 for ac_header in string.h stdlib.h memory.h strings.h unistd.h errno.h sys/types.h limits.h locale.h time.h sys/stat.h
14162 do :
14163 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14164 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14165 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14166 cat >>confdefs.h <<_ACEOF
14167 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14168 _ACEOF
14169
14170 fi
14171
14172 done
14173
14174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
14175 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
14176 if ${gcc_cv_header_string+:} false; then :
14177 $as_echo_n "(cached) " >&6
14178 else
14179 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14180 /* end confdefs.h. */
14181 #include <string.h>
14182 #include <strings.h>
14183 int
14184 main ()
14185 {
14186
14187 ;
14188 return 0;
14189 }
14190 _ACEOF
14191 if ac_fn_c_try_compile "$LINENO"; then :
14192 gcc_cv_header_string=yes
14193 else
14194 gcc_cv_header_string=no
14195 fi
14196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14197 fi
14198 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
14199 $as_echo "$gcc_cv_header_string" >&6; }
14200 if test $gcc_cv_header_string = yes; then
14201
14202 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
14203
14204 fi
14205
14206
14207 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
14208 # people who are not cross-compiling but are compiling cross-assemblers.
14209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
14210 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
14211 if test "${host}" = "${target}"; then
14212 cross_gas=no
14213 else
14214 cross_gas=yes
14215
14216 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
14217
14218 fi
14219 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
14220 $as_echo "$cross_gas" >&6; }
14221
14222 ac_fn_c_check_type "$LINENO" "size_t" "ac_cv_type_size_t" "$ac_includes_default"
14223 if test "x$ac_cv_type_size_t" = xyes; then :
14224
14225 else
14226
14227 cat >>confdefs.h <<_ACEOF
14228 #define size_t unsigned int
14229 _ACEOF
14230
14231 fi
14232
14233 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
14234 # for constant arguments. Useless!
14235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working alloca.h" >&5
14236 $as_echo_n "checking for working alloca.h... " >&6; }
14237 if ${ac_cv_working_alloca_h+:} false; then :
14238 $as_echo_n "(cached) " >&6
14239 else
14240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14241 /* end confdefs.h. */
14242 #include <alloca.h>
14243 int
14244 main ()
14245 {
14246 char *p = (char *) alloca (2 * sizeof (int));
14247 if (p) return 0;
14248 ;
14249 return 0;
14250 }
14251 _ACEOF
14252 if ac_fn_c_try_link "$LINENO"; then :
14253 ac_cv_working_alloca_h=yes
14254 else
14255 ac_cv_working_alloca_h=no
14256 fi
14257 rm -f core conftest.err conftest.$ac_objext \
14258 conftest$ac_exeext conftest.$ac_ext
14259 fi
14260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_working_alloca_h" >&5
14261 $as_echo "$ac_cv_working_alloca_h" >&6; }
14262 if test $ac_cv_working_alloca_h = yes; then
14263
14264 $as_echo "#define HAVE_ALLOCA_H 1" >>confdefs.h
14265
14266 fi
14267
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for alloca" >&5
14269 $as_echo_n "checking for alloca... " >&6; }
14270 if ${ac_cv_func_alloca_works+:} false; then :
14271 $as_echo_n "(cached) " >&6
14272 else
14273 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14274 /* end confdefs.h. */
14275 #ifdef __GNUC__
14276 # define alloca __builtin_alloca
14277 #else
14278 # ifdef _MSC_VER
14279 # include <malloc.h>
14280 # define alloca _alloca
14281 # else
14282 # ifdef HAVE_ALLOCA_H
14283 # include <alloca.h>
14284 # else
14285 # ifdef _AIX
14286 #pragma alloca
14287 # else
14288 # ifndef alloca /* predefined by HP cc +Olibcalls */
14289 void *alloca (size_t);
14290 # endif
14291 # endif
14292 # endif
14293 # endif
14294 #endif
14295
14296 int
14297 main ()
14298 {
14299 char *p = (char *) alloca (1);
14300 if (p) return 0;
14301 ;
14302 return 0;
14303 }
14304 _ACEOF
14305 if ac_fn_c_try_link "$LINENO"; then :
14306 ac_cv_func_alloca_works=yes
14307 else
14308 ac_cv_func_alloca_works=no
14309 fi
14310 rm -f core conftest.err conftest.$ac_objext \
14311 conftest$ac_exeext conftest.$ac_ext
14312 fi
14313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_func_alloca_works" >&5
14314 $as_echo "$ac_cv_func_alloca_works" >&6; }
14315
14316 if test $ac_cv_func_alloca_works = yes; then
14317
14318 $as_echo "#define HAVE_ALLOCA 1" >>confdefs.h
14319
14320 else
14321 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
14322 # that cause trouble. Some versions do not even contain alloca or
14323 # contain a buggy version. If you still want to use their alloca,
14324 # use ar to extract alloca.o from them instead of compiling alloca.c.
14325
14326 ALLOCA=\${LIBOBJDIR}alloca.$ac_objext
14327
14328 $as_echo "#define C_ALLOCA 1" >>confdefs.h
14329
14330
14331 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether \`alloca.c' needs Cray hooks" >&5
14332 $as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; }
14333 if ${ac_cv_os_cray+:} false; then :
14334 $as_echo_n "(cached) " >&6
14335 else
14336 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14337 /* end confdefs.h. */
14338 #if defined CRAY && ! defined CRAY2
14339 webecray
14340 #else
14341 wenotbecray
14342 #endif
14343
14344 _ACEOF
14345 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14346 $EGREP "webecray" >/dev/null 2>&1; then :
14347 ac_cv_os_cray=yes
14348 else
14349 ac_cv_os_cray=no
14350 fi
14351 rm -f conftest*
14352
14353 fi
14354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_os_cray" >&5
14355 $as_echo "$ac_cv_os_cray" >&6; }
14356 if test $ac_cv_os_cray = yes; then
14357 for ac_func in _getb67 GETB67 getb67; do
14358 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14359 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14360 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14361
14362 cat >>confdefs.h <<_ACEOF
14363 #define CRAY_STACKSEG_END $ac_func
14364 _ACEOF
14365
14366 break
14367 fi
14368
14369 done
14370 fi
14371
14372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking stack direction for C alloca" >&5
14373 $as_echo_n "checking stack direction for C alloca... " >&6; }
14374 if ${ac_cv_c_stack_direction+:} false; then :
14375 $as_echo_n "(cached) " >&6
14376 else
14377 if test "$cross_compiling" = yes; then :
14378 ac_cv_c_stack_direction=0
14379 else
14380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14381 /* end confdefs.h. */
14382 $ac_includes_default
14383 int
14384 find_stack_direction (int *addr, int depth)
14385 {
14386 int dir, dummy = 0;
14387 if (! addr)
14388 addr = &dummy;
14389 *addr = addr < &dummy ? 1 : addr == &dummy ? 0 : -1;
14390 dir = depth ? find_stack_direction (addr, depth - 1) : 0;
14391 return dir + dummy;
14392 }
14393
14394 int
14395 main (int argc, char **argv)
14396 {
14397 return find_stack_direction (0, argc + !argv + 20) < 0;
14398 }
14399 _ACEOF
14400 if ac_fn_c_try_run "$LINENO"; then :
14401 ac_cv_c_stack_direction=1
14402 else
14403 ac_cv_c_stack_direction=-1
14404 fi
14405 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14406 conftest.$ac_objext conftest.beam conftest.$ac_ext
14407 fi
14408
14409 fi
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_stack_direction" >&5
14411 $as_echo "$ac_cv_c_stack_direction" >&6; }
14412 cat >>confdefs.h <<_ACEOF
14413 #define STACK_DIRECTION $ac_cv_c_stack_direction
14414 _ACEOF
14415
14416
14417 fi
14418
14419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for inline" >&5
14420 $as_echo_n "checking for inline... " >&6; }
14421 if ${ac_cv_c_inline+:} false; then :
14422 $as_echo_n "(cached) " >&6
14423 else
14424 ac_cv_c_inline=no
14425 for ac_kw in inline __inline__ __inline; do
14426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14427 /* end confdefs.h. */
14428 #ifndef __cplusplus
14429 typedef int foo_t;
14430 static $ac_kw foo_t static_foo () {return 0; }
14431 $ac_kw foo_t foo () {return 0; }
14432 #endif
14433
14434 _ACEOF
14435 if ac_fn_c_try_compile "$LINENO"; then :
14436 ac_cv_c_inline=$ac_kw
14437 fi
14438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14439 test "$ac_cv_c_inline" != no && break
14440 done
14441
14442 fi
14443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_inline" >&5
14444 $as_echo "$ac_cv_c_inline" >&6; }
14445
14446 case $ac_cv_c_inline in
14447 inline | yes) ;;
14448 *)
14449 case $ac_cv_c_inline in
14450 no) ac_val=;;
14451 *) ac_val=$ac_cv_c_inline;;
14452 esac
14453 cat >>confdefs.h <<_ACEOF
14454 #ifndef __cplusplus
14455 #define inline $ac_val
14456 #endif
14457 _ACEOF
14458 ;;
14459 esac
14460
14461
14462 # VMS doesn't have unlink.
14463 for ac_func in unlink remove
14464 do :
14465 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14466 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14467 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14468 cat >>confdefs.h <<_ACEOF
14469 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14470 _ACEOF
14471 break
14472 fi
14473 done
14474
14475 for ac_func in sbrk setlocale
14476 do :
14477 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14478 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
14479 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
14480 cat >>confdefs.h <<_ACEOF
14481 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14482 _ACEOF
14483
14484 fi
14485 done
14486
14487 for ac_func in strsignal
14488 do :
14489 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
14490 if test "x$ac_cv_func_strsignal" = xyes; then :
14491 cat >>confdefs.h <<_ACEOF
14492 #define HAVE_STRSIGNAL 1
14493 _ACEOF
14494
14495 fi
14496 done
14497
14498
14499
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
14501 $as_echo_n "checking for LC_MESSAGES... " >&6; }
14502 if ${am_cv_val_LC_MESSAGES+:} false; then :
14503 $as_echo_n "(cached) " >&6
14504 else
14505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14506 /* end confdefs.h. */
14507 #include <locale.h>
14508 int
14509 main ()
14510 {
14511 return LC_MESSAGES
14512 ;
14513 return 0;
14514 }
14515 _ACEOF
14516 if ac_fn_c_try_link "$LINENO"; then :
14517 am_cv_val_LC_MESSAGES=yes
14518 else
14519 am_cv_val_LC_MESSAGES=no
14520 fi
14521 rm -f core conftest.err conftest.$ac_objext \
14522 conftest$ac_exeext conftest.$ac_ext
14523 fi
14524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
14525 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
14526 if test $am_cv_val_LC_MESSAGES = yes; then
14527
14528 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
14529
14530 fi
14531
14532
14533 # do we need the math library?
14534 case "${need_libm}" in
14535 yes)
14536 LIBM=
14537 case $host in
14538 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
14539 # These system don't have libm, or don't need it
14540 ;;
14541 *-ncr-sysv4.3*)
14542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
14543 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
14544 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
14545 $as_echo_n "(cached) " >&6
14546 else
14547 ac_check_lib_save_LIBS=$LIBS
14548 LIBS="-lmw $LIBS"
14549 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14550 /* end confdefs.h. */
14551
14552 /* Override any GCC internal prototype to avoid an error.
14553 Use char because int might match the return type of a GCC
14554 builtin and then its argument prototype would still apply. */
14555 #ifdef __cplusplus
14556 extern "C"
14557 #endif
14558 char _mwvalidcheckl ();
14559 int
14560 main ()
14561 {
14562 return _mwvalidcheckl ();
14563 ;
14564 return 0;
14565 }
14566 _ACEOF
14567 if ac_fn_c_try_link "$LINENO"; then :
14568 ac_cv_lib_mw__mwvalidcheckl=yes
14569 else
14570 ac_cv_lib_mw__mwvalidcheckl=no
14571 fi
14572 rm -f core conftest.err conftest.$ac_objext \
14573 conftest$ac_exeext conftest.$ac_ext
14574 LIBS=$ac_check_lib_save_LIBS
14575 fi
14576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
14577 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
14578 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
14579 LIBM="-lmw"
14580 fi
14581
14582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14583 $as_echo_n "checking for cos in -lm... " >&6; }
14584 if ${ac_cv_lib_m_cos+:} false; then :
14585 $as_echo_n "(cached) " >&6
14586 else
14587 ac_check_lib_save_LIBS=$LIBS
14588 LIBS="-lm $LIBS"
14589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14590 /* end confdefs.h. */
14591
14592 /* Override any GCC internal prototype to avoid an error.
14593 Use char because int might match the return type of a GCC
14594 builtin and then its argument prototype would still apply. */
14595 #ifdef __cplusplus
14596 extern "C"
14597 #endif
14598 char cos ();
14599 int
14600 main ()
14601 {
14602 return cos ();
14603 ;
14604 return 0;
14605 }
14606 _ACEOF
14607 if ac_fn_c_try_link "$LINENO"; then :
14608 ac_cv_lib_m_cos=yes
14609 else
14610 ac_cv_lib_m_cos=no
14611 fi
14612 rm -f core conftest.err conftest.$ac_objext \
14613 conftest$ac_exeext conftest.$ac_ext
14614 LIBS=$ac_check_lib_save_LIBS
14615 fi
14616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14617 $as_echo "$ac_cv_lib_m_cos" >&6; }
14618 if test "x$ac_cv_lib_m_cos" = xyes; then :
14619 LIBM="$LIBM -lm"
14620 fi
14621
14622 ;;
14623 *)
14624 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
14625 $as_echo_n "checking for cos in -lm... " >&6; }
14626 if ${ac_cv_lib_m_cos+:} false; then :
14627 $as_echo_n "(cached) " >&6
14628 else
14629 ac_check_lib_save_LIBS=$LIBS
14630 LIBS="-lm $LIBS"
14631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14632 /* end confdefs.h. */
14633
14634 /* Override any GCC internal prototype to avoid an error.
14635 Use char because int might match the return type of a GCC
14636 builtin and then its argument prototype would still apply. */
14637 #ifdef __cplusplus
14638 extern "C"
14639 #endif
14640 char cos ();
14641 int
14642 main ()
14643 {
14644 return cos ();
14645 ;
14646 return 0;
14647 }
14648 _ACEOF
14649 if ac_fn_c_try_link "$LINENO"; then :
14650 ac_cv_lib_m_cos=yes
14651 else
14652 ac_cv_lib_m_cos=no
14653 fi
14654 rm -f core conftest.err conftest.$ac_objext \
14655 conftest$ac_exeext conftest.$ac_ext
14656 LIBS=$ac_check_lib_save_LIBS
14657 fi
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
14659 $as_echo "$ac_cv_lib_m_cos" >&6; }
14660 if test "x$ac_cv_lib_m_cos" = xyes; then :
14661 LIBM="-lm"
14662 fi
14663
14664 ;;
14665 esac
14666
14667
14668
14669 ;;
14670 esac
14671
14672 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
14673 # enough, but on some of those systems, the assert macro relies on requoting
14674 # working properly!
14675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
14676 $as_echo_n "checking for working assert macro... " >&6; }
14677 if ${gas_cv_assert_ok+:} false; then :
14678 $as_echo_n "(cached) " >&6
14679 else
14680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14681 /* end confdefs.h. */
14682 #include <assert.h>
14683 #include <stdio.h>
14684 int
14685 main ()
14686 {
14687
14688 /* check for requoting problems */
14689 static int a, b, c, d;
14690 static char *s;
14691 assert (!strcmp(s, "foo bar baz quux"));
14692 /* check for newline handling */
14693 assert (a == b
14694 || c == d);
14695
14696 ;
14697 return 0;
14698 }
14699 _ACEOF
14700 if ac_fn_c_try_link "$LINENO"; then :
14701 gas_cv_assert_ok=yes
14702 else
14703 gas_cv_assert_ok=no
14704 fi
14705 rm -f core conftest.err conftest.$ac_objext \
14706 conftest$ac_exeext conftest.$ac_ext
14707 fi
14708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
14709 $as_echo "$gas_cv_assert_ok" >&6; }
14710 test $gas_cv_assert_ok = yes ||
14711 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
14712
14713
14714
14715 # On some systems, the system header files may not declare malloc, realloc,
14716 # and free. There are places where gas needs these functions to have been
14717 # declared -- such as when taking their addresses.
14718 gas_test_headers="
14719 #ifdef HAVE_MEMORY_H
14720 #include <memory.h>
14721 #endif
14722 #ifdef HAVE_STRING_H
14723 #include <string.h>
14724 #else
14725 #ifdef HAVE_STRINGS_H
14726 #include <strings.h>
14727 #endif
14728 #endif
14729 #ifdef HAVE_STDLIB_H
14730 #include <stdlib.h>
14731 #endif
14732 #ifdef HAVE_UNISTD_H
14733 #include <unistd.h>
14734 #endif
14735 "
14736
14737 # Does errno.h declare errno, or do we have to add a separate declaration
14738 # for it?
14739
14740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for errno" >&5
14741 $as_echo_n "checking whether declaration is required for errno... " >&6; }
14742 if ${gas_cv_decl_needed_errno+:} false; then :
14743 $as_echo_n "(cached) " >&6
14744 else
14745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14746 /* end confdefs.h. */
14747
14748 #ifdef HAVE_ERRNO_H
14749 #include <errno.h>
14750 #endif
14751
14752 int
14753 main ()
14754 {
14755
14756 typedef int f;
14757 f x;
14758 x = (f) errno;
14759
14760 ;
14761 return 0;
14762 }
14763 _ACEOF
14764 if ac_fn_c_try_link "$LINENO"; then :
14765 gas_cv_decl_needed_errno=no
14766 else
14767 gas_cv_decl_needed_errno=yes
14768 fi
14769 rm -f core conftest.err conftest.$ac_objext \
14770 conftest$ac_exeext conftest.$ac_ext
14771 fi
14772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_errno" >&5
14773 $as_echo "$gas_cv_decl_needed_errno" >&6; }
14774 if test $gas_cv_decl_needed_errno = yes; then
14775
14776 $as_echo "#define NEED_DECLARATION_ERRNO 1" >>confdefs.h
14777
14778 fi
14779
14780
14781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
14782 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
14783 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
14784 $as_echo_n "(cached) " >&6
14785 else
14786 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14787 /* end confdefs.h. */
14788 #include <unistd.h>
14789 int
14790 main ()
14791 {
14792 extern int getopt (int, char *const*, const char *);
14793 ;
14794 return 0;
14795 }
14796 _ACEOF
14797 if ac_fn_c_try_compile "$LINENO"; then :
14798 gas_cv_decl_getopt_unistd_h=yes
14799 else
14800 gas_cv_decl_getopt_unistd_h=no
14801 fi
14802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14803 fi
14804
14805 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
14806 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
14807 if test $gas_cv_decl_getopt_unistd_h = yes; then
14808
14809 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
14810
14811 fi
14812
14813
14814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
14815 $as_echo_n "checking whether declaration is required for environ... " >&6; }
14816 if ${gas_cv_decl_needed_environ+:} false; then :
14817 $as_echo_n "(cached) " >&6
14818 else
14819 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14820 /* end confdefs.h. */
14821 $gas_test_headers
14822 int
14823 main ()
14824 {
14825
14826 typedef char **f;
14827 f x;
14828 x = (f) environ;
14829
14830 ;
14831 return 0;
14832 }
14833 _ACEOF
14834 if ac_fn_c_try_link "$LINENO"; then :
14835 gas_cv_decl_needed_environ=no
14836 else
14837 gas_cv_decl_needed_environ=yes
14838 fi
14839 rm -f core conftest.err conftest.$ac_objext \
14840 conftest$ac_exeext conftest.$ac_ext
14841 fi
14842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
14843 $as_echo "$gas_cv_decl_needed_environ" >&6; }
14844 if test $gas_cv_decl_needed_environ = yes; then
14845
14846 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
14847
14848 fi
14849
14850
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
14852 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
14853 if ${gas_cv_decl_needed_ffs+:} false; then :
14854 $as_echo_n "(cached) " >&6
14855 else
14856 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14857 /* end confdefs.h. */
14858 $gas_test_headers
14859 int
14860 main ()
14861 {
14862
14863 typedef int (*f)(int);
14864 f x;
14865 x = (f) ffs;
14866
14867 ;
14868 return 0;
14869 }
14870 _ACEOF
14871 if ac_fn_c_try_link "$LINENO"; then :
14872 gas_cv_decl_needed_ffs=no
14873 else
14874 gas_cv_decl_needed_ffs=yes
14875 fi
14876 rm -f core conftest.err conftest.$ac_objext \
14877 conftest$ac_exeext conftest.$ac_ext
14878 fi
14879 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
14880 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
14881 if test $gas_cv_decl_needed_ffs = yes; then
14882
14883 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
14884
14885 fi
14886
14887
14888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for free" >&5
14889 $as_echo_n "checking whether declaration is required for free... " >&6; }
14890 if ${gas_cv_decl_needed_free+:} false; then :
14891 $as_echo_n "(cached) " >&6
14892 else
14893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14894 /* end confdefs.h. */
14895 $gas_test_headers
14896 int
14897 main ()
14898 {
14899
14900 typedef void (*f)();
14901 f x;
14902 x = (f) free;
14903
14904 ;
14905 return 0;
14906 }
14907 _ACEOF
14908 if ac_fn_c_try_link "$LINENO"; then :
14909 gas_cv_decl_needed_free=no
14910 else
14911 gas_cv_decl_needed_free=yes
14912 fi
14913 rm -f core conftest.err conftest.$ac_objext \
14914 conftest$ac_exeext conftest.$ac_ext
14915 fi
14916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_free" >&5
14917 $as_echo "$gas_cv_decl_needed_free" >&6; }
14918 if test $gas_cv_decl_needed_free = yes; then
14919
14920 $as_echo "#define NEED_DECLARATION_FREE 1" >>confdefs.h
14921
14922 fi
14923
14924
14925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for malloc" >&5
14926 $as_echo_n "checking whether declaration is required for malloc... " >&6; }
14927 if ${gas_cv_decl_needed_malloc+:} false; then :
14928 $as_echo_n "(cached) " >&6
14929 else
14930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14932 $gas_test_headers
14933 int
14934 main ()
14935 {
14936
14937 typedef char *(*f)();
14938 f x;
14939 x = (f) malloc;
14940
14941 ;
14942 return 0;
14943 }
14944 _ACEOF
14945 if ac_fn_c_try_link "$LINENO"; then :
14946 gas_cv_decl_needed_malloc=no
14947 else
14948 gas_cv_decl_needed_malloc=yes
14949 fi
14950 rm -f core conftest.err conftest.$ac_objext \
14951 conftest$ac_exeext conftest.$ac_ext
14952 fi
14953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_malloc" >&5
14954 $as_echo "$gas_cv_decl_needed_malloc" >&6; }
14955 if test $gas_cv_decl_needed_malloc = yes; then
14956
14957 $as_echo "#define NEED_DECLARATION_MALLOC 1" >>confdefs.h
14958
14959 fi
14960
14961
14962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for sbrk" >&5
14963 $as_echo_n "checking whether declaration is required for sbrk... " >&6; }
14964 if ${gas_cv_decl_needed_sbrk+:} false; then :
14965 $as_echo_n "(cached) " >&6
14966 else
14967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14968 /* end confdefs.h. */
14969 $gas_test_headers
14970 int
14971 main ()
14972 {
14973
14974 typedef char *(*f)();
14975 f x;
14976 x = (f) sbrk;
14977
14978 ;
14979 return 0;
14980 }
14981 _ACEOF
14982 if ac_fn_c_try_link "$LINENO"; then :
14983 gas_cv_decl_needed_sbrk=no
14984 else
14985 gas_cv_decl_needed_sbrk=yes
14986 fi
14987 rm -f core conftest.err conftest.$ac_objext \
14988 conftest$ac_exeext conftest.$ac_ext
14989 fi
14990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_sbrk" >&5
14991 $as_echo "$gas_cv_decl_needed_sbrk" >&6; }
14992 if test $gas_cv_decl_needed_sbrk = yes; then
14993
14994 $as_echo "#define NEED_DECLARATION_SBRK 1" >>confdefs.h
14995
14996 fi
14997
14998
14999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for strstr" >&5
15000 $as_echo_n "checking whether declaration is required for strstr... " >&6; }
15001 if ${gas_cv_decl_needed_strstr+:} false; then :
15002 $as_echo_n "(cached) " >&6
15003 else
15004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15005 /* end confdefs.h. */
15006 $gas_test_headers
15007 int
15008 main ()
15009 {
15010
15011 typedef char *(*f)();
15012 f x;
15013 x = (f) strstr;
15014
15015 ;
15016 return 0;
15017 }
15018 _ACEOF
15019 if ac_fn_c_try_link "$LINENO"; then :
15020 gas_cv_decl_needed_strstr=no
15021 else
15022 gas_cv_decl_needed_strstr=yes
15023 fi
15024 rm -f core conftest.err conftest.$ac_objext \
15025 conftest$ac_exeext conftest.$ac_ext
15026 fi
15027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_strstr" >&5
15028 $as_echo "$gas_cv_decl_needed_strstr" >&6; }
15029 if test $gas_cv_decl_needed_strstr = yes; then
15030
15031 $as_echo "#define NEED_DECLARATION_STRSTR 1" >>confdefs.h
15032
15033 fi
15034
15035
15036 ac_fn_c_check_decl "$LINENO" "free" "ac_cv_have_decl_free" "$ac_includes_default"
15037 if test "x$ac_cv_have_decl_free" = xyes; then :
15038 ac_have_decl=1
15039 else
15040 ac_have_decl=0
15041 fi
15042
15043 cat >>confdefs.h <<_ACEOF
15044 #define HAVE_DECL_FREE $ac_have_decl
15045 _ACEOF
15046 ac_fn_c_check_decl "$LINENO" "getenv" "ac_cv_have_decl_getenv" "$ac_includes_default"
15047 if test "x$ac_cv_have_decl_getenv" = xyes; then :
15048 ac_have_decl=1
15049 else
15050 ac_have_decl=0
15051 fi
15052
15053 cat >>confdefs.h <<_ACEOF
15054 #define HAVE_DECL_GETENV $ac_have_decl
15055 _ACEOF
15056 ac_fn_c_check_decl "$LINENO" "malloc" "ac_cv_have_decl_malloc" "$ac_includes_default"
15057 if test "x$ac_cv_have_decl_malloc" = xyes; then :
15058 ac_have_decl=1
15059 else
15060 ac_have_decl=0
15061 fi
15062
15063 cat >>confdefs.h <<_ACEOF
15064 #define HAVE_DECL_MALLOC $ac_have_decl
15065 _ACEOF
15066 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
15067 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
15068 ac_have_decl=1
15069 else
15070 ac_have_decl=0
15071 fi
15072
15073 cat >>confdefs.h <<_ACEOF
15074 #define HAVE_DECL_MEMPCPY $ac_have_decl
15075 _ACEOF
15076 ac_fn_c_check_decl "$LINENO" "realloc" "ac_cv_have_decl_realloc" "$ac_includes_default"
15077 if test "x$ac_cv_have_decl_realloc" = xyes; then :
15078 ac_have_decl=1
15079 else
15080 ac_have_decl=0
15081 fi
15082
15083 cat >>confdefs.h <<_ACEOF
15084 #define HAVE_DECL_REALLOC $ac_have_decl
15085 _ACEOF
15086 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
15087 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
15088 ac_have_decl=1
15089 else
15090 ac_have_decl=0
15091 fi
15092
15093 cat >>confdefs.h <<_ACEOF
15094 #define HAVE_DECL_STPCPY $ac_have_decl
15095 _ACEOF
15096 ac_fn_c_check_decl "$LINENO" "strstr" "ac_cv_have_decl_strstr" "$ac_includes_default"
15097 if test "x$ac_cv_have_decl_strstr" = xyes; then :
15098 ac_have_decl=1
15099 else
15100 ac_have_decl=0
15101 fi
15102
15103 cat >>confdefs.h <<_ACEOF
15104 #define HAVE_DECL_STRSTR $ac_have_decl
15105 _ACEOF
15106 ac_fn_c_check_decl "$LINENO" "vsnprintf" "ac_cv_have_decl_vsnprintf" "$ac_includes_default"
15107 if test "x$ac_cv_have_decl_vsnprintf" = xyes; then :
15108 ac_have_decl=1
15109 else
15110 ac_have_decl=0
15111 fi
15112
15113 cat >>confdefs.h <<_ACEOF
15114 #define HAVE_DECL_VSNPRINTF $ac_have_decl
15115 _ACEOF
15116 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
15117 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
15118 ac_have_decl=1
15119 else
15120 ac_have_decl=0
15121 fi
15122
15123 cat >>confdefs.h <<_ACEOF
15124 #define HAVE_DECL_ASPRINTF $ac_have_decl
15125 _ACEOF
15126
15127
15128
15129 case "${host}" in
15130 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
15131
15132 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
15133 ;;
15134 esac
15135
15136 # Link in zlib if we can. This allows us to write compressed debug sections.
15137
15138 # Use the system's zlib library.
15139 zlibdir="-L\$(top_builddir)/../zlib"
15140 zlibinc="-I\$(top_srcdir)/../zlib"
15141
15142 # Check whether --with-system-zlib was given.
15143 if test "${with_system_zlib+set}" = set; then :
15144 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
15145 zlibdir=
15146 zlibinc=
15147 fi
15148
15149 fi
15150
15151
15152
15153
15154
15155 # Support for VMS timestamps via cross compile
15156
15157 if test "$ac_cv_header_time_h" = yes; then
15158 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
15159 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
15160 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
15161 $as_echo_n "(cached) " >&6
15162 else
15163 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15164 /* end confdefs.h. */
15165
15166 #define _BSD_SOURCE 1
15167 #include <time.h>
15168 int
15169 main ()
15170 {
15171 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
15172 ;
15173 return 0;
15174 }
15175 _ACEOF
15176 if ac_fn_c_try_compile "$LINENO"; then :
15177 gas_cv_have_time_type_member_tm_gmtoff=yes
15178 else
15179 gas_cv_have_time_type_member_tm_gmtoff=no
15180
15181 fi
15182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15183 fi
15184
15185 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
15186
15187 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
15188
15189 fi
15190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
15191 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
15192
15193 fi
15194
15195 if test "$ac_cv_header_sys_stat_h" = yes; then
15196 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
15197 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
15198 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
15199 $as_echo_n "(cached) " >&6
15200 else
15201 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15202 /* end confdefs.h. */
15203
15204 #define _BSD_SOURCE 1
15205 #include <sys/stat.h>
15206 int
15207 main ()
15208 {
15209 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
15210 ;
15211 return 0;
15212 }
15213 _ACEOF
15214 if ac_fn_c_try_compile "$LINENO"; then :
15215 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
15216 else
15217 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
15218
15219 fi
15220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15221 fi
15222
15223 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
15224
15225 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
15226
15227 fi
15228 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
15229 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
15230
15231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
15232 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
15233 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
15234 $as_echo_n "(cached) " >&6
15235 else
15236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15237 /* end confdefs.h. */
15238
15239 #define _BSD_SOURCE 1
15240 #include <sys/stat.h>
15241 int
15242 main ()
15243 {
15244 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
15245 ;
15246 return 0;
15247 }
15248 _ACEOF
15249 if ac_fn_c_try_compile "$LINENO"; then :
15250 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
15251 else
15252 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
15253
15254 fi
15255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15256 fi
15257
15258 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
15259
15260 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
15261
15262 fi
15263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
15264 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
15265
15266 fi
15267
15268
15269
15270
15271
15272
15273
15274
15275
15276 ac_config_files="$ac_config_files Makefile doc/Makefile po/Makefile.in:po/Make-in"
15277
15278 ac_config_commands="$ac_config_commands default"
15279
15280
15281 cat >confcache <<\_ACEOF
15282 # This file is a shell script that caches the results of configure
15283 # tests run on this system so they can be shared between configure
15284 # scripts and configure runs, see configure's option --config-cache.
15285 # It is not useful on other systems. If it contains results you don't
15286 # want to keep, you may remove or edit it.
15287 #
15288 # config.status only pays attention to the cache file if you give it
15289 # the --recheck option to rerun configure.
15290 #
15291 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15292 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15293 # following values.
15294
15295 _ACEOF
15296
15297 # The following way of writing the cache mishandles newlines in values,
15298 # but we know of no workaround that is simple, portable, and efficient.
15299 # So, we kill variables containing newlines.
15300 # Ultrix sh set writes to stderr and can't be redirected directly,
15301 # and sets the high bit in the cache file unless we assign to the vars.
15302 (
15303 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15304 eval ac_val=\$$ac_var
15305 case $ac_val in #(
15306 *${as_nl}*)
15307 case $ac_var in #(
15308 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15309 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15310 esac
15311 case $ac_var in #(
15312 _ | IFS | as_nl) ;; #(
15313 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15314 *) { eval $ac_var=; unset $ac_var;} ;;
15315 esac ;;
15316 esac
15317 done
15318
15319 (set) 2>&1 |
15320 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15321 *${as_nl}ac_space=\ *)
15322 # `set' does not quote correctly, so add quotes: double-quote
15323 # substitution turns \\\\ into \\, and sed turns \\ into \.
15324 sed -n \
15325 "s/'/'\\\\''/g;
15326 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15327 ;; #(
15328 *)
15329 # `set' quotes correctly as required by POSIX, so do not add quotes.
15330 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15331 ;;
15332 esac |
15333 sort
15334 ) |
15335 sed '
15336 /^ac_cv_env_/b end
15337 t clear
15338 :clear
15339 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15340 t end
15341 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15342 :end' >>confcache
15343 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15344 if test -w "$cache_file"; then
15345 if test "x$cache_file" != "x/dev/null"; then
15346 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15347 $as_echo "$as_me: updating cache $cache_file" >&6;}
15348 if test ! -f "$cache_file" || test -h "$cache_file"; then
15349 cat confcache >"$cache_file"
15350 else
15351 case $cache_file in #(
15352 */* | ?:*)
15353 mv -f confcache "$cache_file"$$ &&
15354 mv -f "$cache_file"$$ "$cache_file" ;; #(
15355 *)
15356 mv -f confcache "$cache_file" ;;
15357 esac
15358 fi
15359 fi
15360 else
15361 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15362 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15363 fi
15364 fi
15365 rm -f confcache
15366
15367 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15368 # Let make expand exec_prefix.
15369 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15370
15371 DEFS=-DHAVE_CONFIG_H
15372
15373 ac_libobjs=
15374 ac_ltlibobjs=
15375 U=
15376 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15377 # 1. Remove the extension, and $U if already installed.
15378 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15379 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15380 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15381 # will be set to the directory where LIBOBJS objects are built.
15382 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15383 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15384 done
15385 LIBOBJS=$ac_libobjs
15386
15387 LTLIBOBJS=$ac_ltlibobjs
15388
15389
15390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15391 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15392 if test -n "$am_sleep_pid"; then
15393 # Hide warnings about reused PIDs.
15394 wait $am_sleep_pid 2>/dev/null
15395 fi
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15397 $as_echo "done" >&6; }
15398 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15399 as_fn_error $? "conditional \"AMDEP\" was never defined.
15400 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15401 fi
15402 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15403 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15404 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15405 fi
15406 if test -n "$EXEEXT"; then
15407 am__EXEEXT_TRUE=
15408 am__EXEEXT_FALSE='#'
15409 else
15410 am__EXEEXT_TRUE='#'
15411 am__EXEEXT_FALSE=
15412 fi
15413
15414
15415 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15416 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15417 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15418 fi
15419 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
15420 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
15421 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15422 fi
15423
15424 : "${CONFIG_STATUS=./config.status}"
15425 ac_write_fail=0
15426 ac_clean_files_save=$ac_clean_files
15427 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15429 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15430 as_write_fail=0
15431 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15432 #! $SHELL
15433 # Generated by $as_me.
15434 # Run this file to recreate the current configuration.
15435 # Compiler output produced by configure, useful for debugging
15436 # configure, is in config.log if it exists.
15437
15438 debug=false
15439 ac_cs_recheck=false
15440 ac_cs_silent=false
15441
15442 SHELL=\${CONFIG_SHELL-$SHELL}
15443 export SHELL
15444 _ASEOF
15445 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15446 ## -------------------- ##
15447 ## M4sh Initialization. ##
15448 ## -------------------- ##
15449
15450 # Be more Bourne compatible
15451 DUALCASE=1; export DUALCASE # for MKS sh
15452 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15453 emulate sh
15454 NULLCMD=:
15455 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15456 # is contrary to our usage. Disable this feature.
15457 alias -g '${1+"$@"}'='"$@"'
15458 setopt NO_GLOB_SUBST
15459 else
15460 case `(set -o) 2>/dev/null` in #(
15461 *posix*) :
15462 set -o posix ;; #(
15463 *) :
15464 ;;
15465 esac
15466 fi
15467
15468
15469 as_nl='
15470 '
15471 export as_nl
15472 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15473 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15474 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15475 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15476 # Prefer a ksh shell builtin over an external printf program on Solaris,
15477 # but without wasting forks for bash or zsh.
15478 if test -z "$BASH_VERSION$ZSH_VERSION" \
15479 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15480 as_echo='print -r --'
15481 as_echo_n='print -rn --'
15482 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15483 as_echo='printf %s\n'
15484 as_echo_n='printf %s'
15485 else
15486 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15487 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15488 as_echo_n='/usr/ucb/echo -n'
15489 else
15490 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15491 as_echo_n_body='eval
15492 arg=$1;
15493 case $arg in #(
15494 *"$as_nl"*)
15495 expr "X$arg" : "X\\(.*\\)$as_nl";
15496 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15497 esac;
15498 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15499 '
15500 export as_echo_n_body
15501 as_echo_n='sh -c $as_echo_n_body as_echo'
15502 fi
15503 export as_echo_body
15504 as_echo='sh -c $as_echo_body as_echo'
15505 fi
15506
15507 # The user is always right.
15508 if test "${PATH_SEPARATOR+set}" != set; then
15509 PATH_SEPARATOR=:
15510 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15511 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15512 PATH_SEPARATOR=';'
15513 }
15514 fi
15515
15516
15517 # IFS
15518 # We need space, tab and new line, in precisely that order. Quoting is
15519 # there to prevent editors from complaining about space-tab.
15520 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
15521 # splitting by setting IFS to empty value.)
15522 IFS=" "" $as_nl"
15523
15524 # Find who we are. Look in the path if we contain no directory separator.
15525 as_myself=
15526 case $0 in #((
15527 *[\\/]* ) as_myself=$0 ;;
15528 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15529 for as_dir in $PATH
15530 do
15531 IFS=$as_save_IFS
15532 test -z "$as_dir" && as_dir=.
15533 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
15534 done
15535 IFS=$as_save_IFS
15536
15537 ;;
15538 esac
15539 # We did not find ourselves, most probably we were run as `sh COMMAND'
15540 # in which case we are not to be found in the path.
15541 if test "x$as_myself" = x; then
15542 as_myself=$0
15543 fi
15544 if test ! -f "$as_myself"; then
15545 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
15546 exit 1
15547 fi
15548
15549 # Unset variables that we do not need and which cause bugs (e.g. in
15550 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
15551 # suppresses any "Segmentation fault" message there. '((' could
15552 # trigger a bug in pdksh 5.2.14.
15553 for as_var in BASH_ENV ENV MAIL MAILPATH
15554 do eval test x\${$as_var+set} = xset \
15555 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
15556 done
15557 PS1='$ '
15558 PS2='> '
15559 PS4='+ '
15560
15561 # NLS nuisances.
15562 LC_ALL=C
15563 export LC_ALL
15564 LANGUAGE=C
15565 export LANGUAGE
15566
15567 # CDPATH.
15568 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15569
15570
15571 # as_fn_error STATUS ERROR [LINENO LOG_FD]
15572 # ----------------------------------------
15573 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
15574 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
15575 # script with STATUS, using 1 if that was 0.
15576 as_fn_error ()
15577 {
15578 as_status=$1; test $as_status -eq 0 && as_status=1
15579 if test "$4"; then
15580 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
15581 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
15582 fi
15583 $as_echo "$as_me: error: $2" >&2
15584 as_fn_exit $as_status
15585 } # as_fn_error
15586
15587
15588 # as_fn_set_status STATUS
15589 # -----------------------
15590 # Set $? to STATUS, without forking.
15591 as_fn_set_status ()
15592 {
15593 return $1
15594 } # as_fn_set_status
15595
15596 # as_fn_exit STATUS
15597 # -----------------
15598 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
15599 as_fn_exit ()
15600 {
15601 set +e
15602 as_fn_set_status $1
15603 exit $1
15604 } # as_fn_exit
15605
15606 # as_fn_unset VAR
15607 # ---------------
15608 # Portably unset VAR.
15609 as_fn_unset ()
15610 {
15611 { eval $1=; unset $1;}
15612 }
15613 as_unset=as_fn_unset
15614 # as_fn_append VAR VALUE
15615 # ----------------------
15616 # Append the text in VALUE to the end of the definition contained in VAR. Take
15617 # advantage of any shell optimizations that allow amortized linear growth over
15618 # repeated appends, instead of the typical quadratic growth present in naive
15619 # implementations.
15620 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
15621 eval 'as_fn_append ()
15622 {
15623 eval $1+=\$2
15624 }'
15625 else
15626 as_fn_append ()
15627 {
15628 eval $1=\$$1\$2
15629 }
15630 fi # as_fn_append
15631
15632 # as_fn_arith ARG...
15633 # ------------------
15634 # Perform arithmetic evaluation on the ARGs, and store the result in the
15635 # global $as_val. Take advantage of shells that can avoid forks. The arguments
15636 # must be portable across $(()) and expr.
15637 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
15638 eval 'as_fn_arith ()
15639 {
15640 as_val=$(( $* ))
15641 }'
15642 else
15643 as_fn_arith ()
15644 {
15645 as_val=`expr "$@" || test $? -eq 1`
15646 }
15647 fi # as_fn_arith
15648
15649
15650 if expr a : '\(a\)' >/dev/null 2>&1 &&
15651 test "X`expr 00001 : '.*\(...\)'`" = X001; then
15652 as_expr=expr
15653 else
15654 as_expr=false
15655 fi
15656
15657 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
15658 as_basename=basename
15659 else
15660 as_basename=false
15661 fi
15662
15663 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
15664 as_dirname=dirname
15665 else
15666 as_dirname=false
15667 fi
15668
15669 as_me=`$as_basename -- "$0" ||
15670 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
15671 X"$0" : 'X\(//\)$' \| \
15672 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
15673 $as_echo X/"$0" |
15674 sed '/^.*\/\([^/][^/]*\)\/*$/{
15675 s//\1/
15676 q
15677 }
15678 /^X\/\(\/\/\)$/{
15679 s//\1/
15680 q
15681 }
15682 /^X\/\(\/\).*/{
15683 s//\1/
15684 q
15685 }
15686 s/.*/./; q'`
15687
15688 # Avoid depending upon Character Ranges.
15689 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
15690 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
15691 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
15692 as_cr_digits='0123456789'
15693 as_cr_alnum=$as_cr_Letters$as_cr_digits
15694
15695 ECHO_C= ECHO_N= ECHO_T=
15696 case `echo -n x` in #(((((
15697 -n*)
15698 case `echo 'xy\c'` in
15699 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
15700 xy) ECHO_C='\c';;
15701 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
15702 ECHO_T=' ';;
15703 esac;;
15704 *)
15705 ECHO_N='-n';;
15706 esac
15707
15708 rm -f conf$$ conf$$.exe conf$$.file
15709 if test -d conf$$.dir; then
15710 rm -f conf$$.dir/conf$$.file
15711 else
15712 rm -f conf$$.dir
15713 mkdir conf$$.dir 2>/dev/null
15714 fi
15715 if (echo >conf$$.file) 2>/dev/null; then
15716 if ln -s conf$$.file conf$$ 2>/dev/null; then
15717 as_ln_s='ln -s'
15718 # ... but there are two gotchas:
15719 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15720 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15721 # In both cases, we have to default to `cp -pR'.
15722 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15723 as_ln_s='cp -pR'
15724 elif ln conf$$.file conf$$ 2>/dev/null; then
15725 as_ln_s=ln
15726 else
15727 as_ln_s='cp -pR'
15728 fi
15729 else
15730 as_ln_s='cp -pR'
15731 fi
15732 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15733 rmdir conf$$.dir 2>/dev/null
15734
15735
15736 # as_fn_mkdir_p
15737 # -------------
15738 # Create "$as_dir" as a directory, including parents if necessary.
15739 as_fn_mkdir_p ()
15740 {
15741
15742 case $as_dir in #(
15743 -*) as_dir=./$as_dir;;
15744 esac
15745 test -d "$as_dir" || eval $as_mkdir_p || {
15746 as_dirs=
15747 while :; do
15748 case $as_dir in #(
15749 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
15750 *) as_qdir=$as_dir;;
15751 esac
15752 as_dirs="'$as_qdir' $as_dirs"
15753 as_dir=`$as_dirname -- "$as_dir" ||
15754 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15755 X"$as_dir" : 'X\(//\)[^/]' \| \
15756 X"$as_dir" : 'X\(//\)$' \| \
15757 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
15758 $as_echo X"$as_dir" |
15759 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15760 s//\1/
15761 q
15762 }
15763 /^X\(\/\/\)[^/].*/{
15764 s//\1/
15765 q
15766 }
15767 /^X\(\/\/\)$/{
15768 s//\1/
15769 q
15770 }
15771 /^X\(\/\).*/{
15772 s//\1/
15773 q
15774 }
15775 s/.*/./; q'`
15776 test -d "$as_dir" && break
15777 done
15778 test -z "$as_dirs" || eval "mkdir $as_dirs"
15779 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
15780
15781
15782 } # as_fn_mkdir_p
15783 if mkdir -p . 2>/dev/null; then
15784 as_mkdir_p='mkdir -p "$as_dir"'
15785 else
15786 test -d ./-p && rmdir ./-p
15787 as_mkdir_p=false
15788 fi
15789
15790
15791 # as_fn_executable_p FILE
15792 # -----------------------
15793 # Test if FILE is an executable regular file.
15794 as_fn_executable_p ()
15795 {
15796 test -f "$1" && test -x "$1"
15797 } # as_fn_executable_p
15798 as_test_x='test -x'
15799 as_executable_p=as_fn_executable_p
15800
15801 # Sed expression to map a string onto a valid CPP name.
15802 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
15803
15804 # Sed expression to map a string onto a valid variable name.
15805 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
15806
15807
15808 exec 6>&1
15809 ## ----------------------------------- ##
15810 ## Main body of $CONFIG_STATUS script. ##
15811 ## ----------------------------------- ##
15812 _ASEOF
15813 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
15814
15815 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15816 # Save the log message, to keep $0 and so on meaningful, and to
15817 # report actual input values of CONFIG_FILES etc. instead of their
15818 # values after options handling.
15819 ac_log="
15820 This file was extended by gas $as_me 2.36.50, which was
15821 generated by GNU Autoconf 2.69. Invocation command line was
15822
15823 CONFIG_FILES = $CONFIG_FILES
15824 CONFIG_HEADERS = $CONFIG_HEADERS
15825 CONFIG_LINKS = $CONFIG_LINKS
15826 CONFIG_COMMANDS = $CONFIG_COMMANDS
15827 $ $0 $@
15828
15829 on `(hostname || uname -n) 2>/dev/null | sed 1q`
15830 "
15831
15832 _ACEOF
15833
15834 case $ac_config_files in *"
15835 "*) set x $ac_config_files; shift; ac_config_files=$*;;
15836 esac
15837
15838 case $ac_config_headers in *"
15839 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
15840 esac
15841
15842
15843 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15844 # Files that config.status was made for.
15845 config_files="$ac_config_files"
15846 config_headers="$ac_config_headers"
15847 config_commands="$ac_config_commands"
15848
15849 _ACEOF
15850
15851 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15852 ac_cs_usage="\
15853 \`$as_me' instantiates files and other configuration actions
15854 from templates according to the current configuration. Unless the files
15855 and actions are specified as TAGs, all are instantiated by default.
15856
15857 Usage: $0 [OPTION]... [TAG]...
15858
15859 -h, --help print this help, then exit
15860 -V, --version print version number and configuration settings, then exit
15861 --config print configuration, then exit
15862 -q, --quiet, --silent
15863 do not print progress messages
15864 -d, --debug don't remove temporary files
15865 --recheck update $as_me by reconfiguring in the same conditions
15866 --file=FILE[:TEMPLATE]
15867 instantiate the configuration file FILE
15868 --header=FILE[:TEMPLATE]
15869 instantiate the configuration header FILE
15870
15871 Configuration files:
15872 $config_files
15873
15874 Configuration headers:
15875 $config_headers
15876
15877 Configuration commands:
15878 $config_commands
15879
15880 Report bugs to the package provider."
15881
15882 _ACEOF
15883 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15884 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15885 ac_cs_version="\\
15886 gas config.status 2.36.50
15887 configured by $0, generated by GNU Autoconf 2.69,
15888 with options \\"\$ac_cs_config\\"
15889
15890 Copyright (C) 2012 Free Software Foundation, Inc.
15891 This config.status script is free software; the Free Software Foundation
15892 gives unlimited permission to copy, distribute and modify it."
15893
15894 ac_pwd='$ac_pwd'
15895 srcdir='$srcdir'
15896 INSTALL='$INSTALL'
15897 MKDIR_P='$MKDIR_P'
15898 AWK='$AWK'
15899 test -n "\$AWK" || AWK=awk
15900 _ACEOF
15901
15902 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15903 # The default lists apply if the user does not specify any file.
15904 ac_need_defaults=:
15905 while test $# != 0
15906 do
15907 case $1 in
15908 --*=?*)
15909 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15910 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15911 ac_shift=:
15912 ;;
15913 --*=)
15914 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15915 ac_optarg=
15916 ac_shift=:
15917 ;;
15918 *)
15919 ac_option=$1
15920 ac_optarg=$2
15921 ac_shift=shift
15922 ;;
15923 esac
15924
15925 case $ac_option in
15926 # Handling of the options.
15927 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15928 ac_cs_recheck=: ;;
15929 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15930 $as_echo "$ac_cs_version"; exit ;;
15931 --config | --confi | --conf | --con | --co | --c )
15932 $as_echo "$ac_cs_config"; exit ;;
15933 --debug | --debu | --deb | --de | --d | -d )
15934 debug=: ;;
15935 --file | --fil | --fi | --f )
15936 $ac_shift
15937 case $ac_optarg in
15938 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15939 '') as_fn_error $? "missing file argument" ;;
15940 esac
15941 as_fn_append CONFIG_FILES " '$ac_optarg'"
15942 ac_need_defaults=false;;
15943 --header | --heade | --head | --hea )
15944 $ac_shift
15945 case $ac_optarg in
15946 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15947 esac
15948 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15949 ac_need_defaults=false;;
15950 --he | --h)
15951 # Conflict between --help and --header
15952 as_fn_error $? "ambiguous option: \`$1'
15953 Try \`$0 --help' for more information.";;
15954 --help | --hel | -h )
15955 $as_echo "$ac_cs_usage"; exit ;;
15956 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15957 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15958 ac_cs_silent=: ;;
15959
15960 # This is an error.
15961 -*) as_fn_error $? "unrecognized option: \`$1'
15962 Try \`$0 --help' for more information." ;;
15963
15964 *) as_fn_append ac_config_targets " $1"
15965 ac_need_defaults=false ;;
15966
15967 esac
15968 shift
15969 done
15970
15971 ac_configure_extra_args=
15972
15973 if $ac_cs_silent; then
15974 exec 6>/dev/null
15975 ac_configure_extra_args="$ac_configure_extra_args --silent"
15976 fi
15977
15978 _ACEOF
15979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15980 if \$ac_cs_recheck; then
15981 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15982 shift
15983 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15984 CONFIG_SHELL='$SHELL'
15985 export CONFIG_SHELL
15986 exec "\$@"
15987 fi
15988
15989 _ACEOF
15990 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15991 exec 5>>config.log
15992 {
15993 echo
15994 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15995 ## Running $as_me. ##
15996 _ASBOX
15997 $as_echo "$ac_log"
15998 } >&5
15999
16000 _ACEOF
16001 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16002 #
16003 # INIT-COMMANDS
16004 #
16005 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16006
16007
16008 # The HP-UX ksh and POSIX shell print the target directory to stdout
16009 # if CDPATH is set.
16010 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16011
16012 sed_quote_subst='$sed_quote_subst'
16013 double_quote_subst='$double_quote_subst'
16014 delay_variable_subst='$delay_variable_subst'
16015 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16016 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16017 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16018 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16019 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16020 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16021 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16022 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16023 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16024 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16025 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16026 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16027 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16028 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16029 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16030 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16031 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16032 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16033 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16034 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16035 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16036 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16037 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16038 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16039 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16040 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16041 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16042 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16043 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16044 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16045 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16046 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16047 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16048 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16049 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16050 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16051 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16052 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16053 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16054 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16055 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16056 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16057 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16058 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16059 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16060 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16061 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16062 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16063 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"`'
16064 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16065 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16066 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16067 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16068 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16069 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16070 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16071 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16072 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16073 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16074 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16075 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16076 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16077 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16078 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16079 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16080 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16081 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16082 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16083 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16084 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16085 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16086 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16087 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16088 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16089 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16090 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16091 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16092 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16093 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16094 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16095 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16096 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16097 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16098 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16099 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16100 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16101 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16102 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16103 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16104 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16105 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16106 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16107 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16108 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16109 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16110 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16111 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16112 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16113 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16114 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16115 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16116 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16117 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16118 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16119 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16120 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16121 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16122 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16123 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16124 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16125 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16126 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16127 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16128 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16129 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16130 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16131 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16132 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16133 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16134 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16135
16136 LTCC='$LTCC'
16137 LTCFLAGS='$LTCFLAGS'
16138 compiler='$compiler_DEFAULT'
16139
16140 # A function that is used when there is no print builtin or printf.
16141 func_fallback_echo ()
16142 {
16143 eval 'cat <<_LTECHO_EOF
16144 \$1
16145 _LTECHO_EOF'
16146 }
16147
16148 # Quote evaled strings.
16149 for var in SHELL \
16150 ECHO \
16151 SED \
16152 GREP \
16153 EGREP \
16154 FGREP \
16155 LD \
16156 NM \
16157 LN_S \
16158 lt_SP2NL \
16159 lt_NL2SP \
16160 reload_flag \
16161 OBJDUMP \
16162 deplibs_check_method \
16163 file_magic_cmd \
16164 AR \
16165 AR_FLAGS \
16166 STRIP \
16167 RANLIB \
16168 CC \
16169 CFLAGS \
16170 compiler \
16171 lt_cv_sys_global_symbol_pipe \
16172 lt_cv_sys_global_symbol_to_cdecl \
16173 lt_cv_sys_global_symbol_to_c_name_address \
16174 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16175 lt_prog_compiler_no_builtin_flag \
16176 lt_prog_compiler_wl \
16177 lt_prog_compiler_pic \
16178 lt_prog_compiler_static \
16179 lt_cv_prog_compiler_c_o \
16180 need_locks \
16181 DSYMUTIL \
16182 NMEDIT \
16183 LIPO \
16184 OTOOL \
16185 OTOOL64 \
16186 shrext_cmds \
16187 export_dynamic_flag_spec \
16188 whole_archive_flag_spec \
16189 compiler_needs_object \
16190 with_gnu_ld \
16191 allow_undefined_flag \
16192 no_undefined_flag \
16193 hardcode_libdir_flag_spec \
16194 hardcode_libdir_flag_spec_ld \
16195 hardcode_libdir_separator \
16196 fix_srcfile_path \
16197 exclude_expsyms \
16198 include_expsyms \
16199 file_list_spec \
16200 variables_saved_for_relink \
16201 libname_spec \
16202 library_names_spec \
16203 soname_spec \
16204 install_override_mode \
16205 finish_eval \
16206 old_striplib \
16207 striplib; do
16208 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16209 *[\\\\\\\`\\"\\\$]*)
16210 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16211 ;;
16212 *)
16213 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16214 ;;
16215 esac
16216 done
16217
16218 # Double-quote double-evaled strings.
16219 for var in reload_cmds \
16220 old_postinstall_cmds \
16221 old_postuninstall_cmds \
16222 old_archive_cmds \
16223 extract_expsyms_cmds \
16224 old_archive_from_new_cmds \
16225 old_archive_from_expsyms_cmds \
16226 archive_cmds \
16227 archive_expsym_cmds \
16228 module_cmds \
16229 module_expsym_cmds \
16230 export_symbols_cmds \
16231 prelink_cmds \
16232 postinstall_cmds \
16233 postuninstall_cmds \
16234 finish_cmds \
16235 sys_lib_search_path_spec \
16236 sys_lib_dlsearch_path_spec; do
16237 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16238 *[\\\\\\\`\\"\\\$]*)
16239 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16240 ;;
16241 *)
16242 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16243 ;;
16244 esac
16245 done
16246
16247 ac_aux_dir='$ac_aux_dir'
16248 xsi_shell='$xsi_shell'
16249 lt_shell_append='$lt_shell_append'
16250
16251 # See if we are running on zsh, and set the options which allow our
16252 # commands through without removal of \ escapes INIT.
16253 if test -n "\${ZSH_VERSION+set}" ; then
16254 setopt NO_GLOB_SUBST
16255 fi
16256
16257
16258 PACKAGE='$PACKAGE'
16259 VERSION='$VERSION'
16260 TIMESTAMP='$TIMESTAMP'
16261 RM='$RM'
16262 ofile='$ofile'
16263
16264
16265
16266 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
16267 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
16268 # from automake.
16269 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
16270 # Capture the value of LINGUAS because we need it to compute CATALOGS.
16271 LINGUAS="${LINGUAS-%UNSET%}"
16272
16273 target_cpu_type=${target_cpu_type}
16274 cgen_cpu_prefix=${cgen_cpu_prefix}
16275 obj_format=${obj_format}
16276 te_file=${te_file}
16277
16278 _ACEOF
16279
16280 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16281
16282 # Handling of arguments.
16283 for ac_config_target in $ac_config_targets
16284 do
16285 case $ac_config_target in
16286 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16287 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16288 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
16289 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
16290 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
16291 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16292 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16293 "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
16294 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
16295 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
16296
16297 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16298 esac
16299 done
16300
16301
16302 # If the user did not use the arguments to specify the items to instantiate,
16303 # then the envvar interface is used. Set only those that are not.
16304 # We use the long form for the default assignment because of an extremely
16305 # bizarre bug on SunOS 4.1.3.
16306 if $ac_need_defaults; then
16307 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16308 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16309 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16310 fi
16311
16312 # Have a temporary directory for convenience. Make it in the build tree
16313 # simply because there is no reason against having it here, and in addition,
16314 # creating and moving files from /tmp can sometimes cause problems.
16315 # Hook for its removal unless debugging.
16316 # Note that there is a small window in which the directory will not be cleaned:
16317 # after its creation but before its name has been assigned to `$tmp'.
16318 $debug ||
16319 {
16320 tmp= ac_tmp=
16321 trap 'exit_status=$?
16322 : "${ac_tmp:=$tmp}"
16323 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16324 ' 0
16325 trap 'as_fn_exit 1' 1 2 13 15
16326 }
16327 # Create a (secure) tmp directory for tmp files.
16328
16329 {
16330 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16331 test -d "$tmp"
16332 } ||
16333 {
16334 tmp=./conf$$-$RANDOM
16335 (umask 077 && mkdir "$tmp")
16336 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16337 ac_tmp=$tmp
16338
16339 # Set up the scripts for CONFIG_FILES section.
16340 # No need to generate them if there are no CONFIG_FILES.
16341 # This happens for instance with `./config.status config.h'.
16342 if test -n "$CONFIG_FILES"; then
16343
16344
16345 ac_cr=`echo X | tr X '\015'`
16346 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16347 # But we know of no other shell where ac_cr would be empty at this
16348 # point, so we can use a bashism as a fallback.
16349 if test "x$ac_cr" = x; then
16350 eval ac_cr=\$\'\\r\'
16351 fi
16352 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16353 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16354 ac_cs_awk_cr='\\r'
16355 else
16356 ac_cs_awk_cr=$ac_cr
16357 fi
16358
16359 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16360 _ACEOF
16361
16362
16363 {
16364 echo "cat >conf$$subs.awk <<_ACEOF" &&
16365 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16366 echo "_ACEOF"
16367 } >conf$$subs.sh ||
16368 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16369 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16370 ac_delim='%!_!# '
16371 for ac_last_try in false false false false false :; do
16372 . ./conf$$subs.sh ||
16373 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16374
16375 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16376 if test $ac_delim_n = $ac_delim_num; then
16377 break
16378 elif $ac_last_try; then
16379 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16380 else
16381 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16382 fi
16383 done
16384 rm -f conf$$subs.sh
16385
16386 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16387 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16388 _ACEOF
16389 sed -n '
16390 h
16391 s/^/S["/; s/!.*/"]=/
16392 p
16393 g
16394 s/^[^!]*!//
16395 :repl
16396 t repl
16397 s/'"$ac_delim"'$//
16398 t delim
16399 :nl
16400 h
16401 s/\(.\{148\}\)..*/\1/
16402 t more1
16403 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16404 p
16405 n
16406 b repl
16407 :more1
16408 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16409 p
16410 g
16411 s/.\{148\}//
16412 t nl
16413 :delim
16414 h
16415 s/\(.\{148\}\)..*/\1/
16416 t more2
16417 s/["\\]/\\&/g; s/^/"/; s/$/"/
16418 p
16419 b
16420 :more2
16421 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16422 p
16423 g
16424 s/.\{148\}//
16425 t delim
16426 ' <conf$$subs.awk | sed '
16427 /^[^""]/{
16428 N
16429 s/\n//
16430 }
16431 ' >>$CONFIG_STATUS || ac_write_fail=1
16432 rm -f conf$$subs.awk
16433 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16434 _ACAWK
16435 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16436 for (key in S) S_is_set[key] = 1
16437 FS = "\a"
16438
16439 }
16440 {
16441 line = $ 0
16442 nfields = split(line, field, "@")
16443 substed = 0
16444 len = length(field[1])
16445 for (i = 2; i < nfields; i++) {
16446 key = field[i]
16447 keylen = length(key)
16448 if (S_is_set[key]) {
16449 value = S[key]
16450 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16451 len += length(value) + length(field[++i])
16452 substed = 1
16453 } else
16454 len += 1 + keylen
16455 }
16456
16457 print line
16458 }
16459
16460 _ACAWK
16461 _ACEOF
16462 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16463 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16464 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16465 else
16466 cat
16467 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16468 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16469 _ACEOF
16470
16471 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16472 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16473 # trailing colons and then remove the whole line if VPATH becomes empty
16474 # (actually we leave an empty line to preserve line numbers).
16475 if test "x$srcdir" = x.; then
16476 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16477 h
16478 s///
16479 s/^/:/
16480 s/[ ]*$/:/
16481 s/:\$(srcdir):/:/g
16482 s/:\${srcdir}:/:/g
16483 s/:@srcdir@:/:/g
16484 s/^:*//
16485 s/:*$//
16486 x
16487 s/\(=[ ]*\).*/\1/
16488 G
16489 s/\n//
16490 s/^[^=]*=[ ]*$//
16491 }'
16492 fi
16493
16494 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16495 fi # test -n "$CONFIG_FILES"
16496
16497 # Set up the scripts for CONFIG_HEADERS section.
16498 # No need to generate them if there are no CONFIG_HEADERS.
16499 # This happens for instance with `./config.status Makefile'.
16500 if test -n "$CONFIG_HEADERS"; then
16501 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
16502 BEGIN {
16503 _ACEOF
16504
16505 # Transform confdefs.h into an awk script `defines.awk', embedded as
16506 # here-document in config.status, that substitutes the proper values into
16507 # config.h.in to produce config.h.
16508
16509 # Create a delimiter string that does not exist in confdefs.h, to ease
16510 # handling of long lines.
16511 ac_delim='%!_!# '
16512 for ac_last_try in false false :; do
16513 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
16514 if test -z "$ac_tt"; then
16515 break
16516 elif $ac_last_try; then
16517 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
16518 else
16519 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16520 fi
16521 done
16522
16523 # For the awk script, D is an array of macro values keyed by name,
16524 # likewise P contains macro parameters if any. Preserve backslash
16525 # newline sequences.
16526
16527 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
16528 sed -n '
16529 s/.\{148\}/&'"$ac_delim"'/g
16530 t rset
16531 :rset
16532 s/^[ ]*#[ ]*define[ ][ ]*/ /
16533 t def
16534 d
16535 :def
16536 s/\\$//
16537 t bsnl
16538 s/["\\]/\\&/g
16539 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16540 D["\1"]=" \3"/p
16541 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
16542 d
16543 :bsnl
16544 s/["\\]/\\&/g
16545 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
16546 D["\1"]=" \3\\\\\\n"\\/p
16547 t cont
16548 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
16549 t cont
16550 d
16551 :cont
16552 n
16553 s/.\{148\}/&'"$ac_delim"'/g
16554 t clear
16555 :clear
16556 s/\\$//
16557 t bsnlc
16558 s/["\\]/\\&/g; s/^/"/; s/$/"/p
16559 d
16560 :bsnlc
16561 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
16562 b cont
16563 ' <confdefs.h | sed '
16564 s/'"$ac_delim"'/"\\\
16565 "/g' >>$CONFIG_STATUS || ac_write_fail=1
16566
16567 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16568 for (key in D) D_is_set[key] = 1
16569 FS = "\a"
16570 }
16571 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
16572 line = \$ 0
16573 split(line, arg, " ")
16574 if (arg[1] == "#") {
16575 defundef = arg[2]
16576 mac1 = arg[3]
16577 } else {
16578 defundef = substr(arg[1], 2)
16579 mac1 = arg[2]
16580 }
16581 split(mac1, mac2, "(") #)
16582 macro = mac2[1]
16583 prefix = substr(line, 1, index(line, defundef) - 1)
16584 if (D_is_set[macro]) {
16585 # Preserve the white space surrounding the "#".
16586 print prefix "define", macro P[macro] D[macro]
16587 next
16588 } else {
16589 # Replace #undef with comments. This is necessary, for example,
16590 # in the case of _POSIX_SOURCE, which is predefined and required
16591 # on some systems where configure will not decide to define it.
16592 if (defundef == "undef") {
16593 print "/*", prefix defundef, macro, "*/"
16594 next
16595 }
16596 }
16597 }
16598 { print }
16599 _ACAWK
16600 _ACEOF
16601 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16602 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
16603 fi # test -n "$CONFIG_HEADERS"
16604
16605
16606 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
16607 shift
16608 for ac_tag
16609 do
16610 case $ac_tag in
16611 :[FHLC]) ac_mode=$ac_tag; continue;;
16612 esac
16613 case $ac_mode$ac_tag in
16614 :[FHL]*:*);;
16615 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
16616 :[FH]-) ac_tag=-:-;;
16617 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
16618 esac
16619 ac_save_IFS=$IFS
16620 IFS=:
16621 set x $ac_tag
16622 IFS=$ac_save_IFS
16623 shift
16624 ac_file=$1
16625 shift
16626
16627 case $ac_mode in
16628 :L) ac_source=$1;;
16629 :[FH])
16630 ac_file_inputs=
16631 for ac_f
16632 do
16633 case $ac_f in
16634 -) ac_f="$ac_tmp/stdin";;
16635 *) # Look for the file first in the build tree, then in the source tree
16636 # (if the path is not absolute). The absolute path cannot be DOS-style,
16637 # because $ac_f cannot contain `:'.
16638 test -f "$ac_f" ||
16639 case $ac_f in
16640 [\\/$]*) false;;
16641 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
16642 esac ||
16643 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
16644 esac
16645 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
16646 as_fn_append ac_file_inputs " '$ac_f'"
16647 done
16648
16649 # Let's still pretend it is `configure' which instantiates (i.e., don't
16650 # use $as_me), people would be surprised to read:
16651 # /* config.h. Generated by config.status. */
16652 configure_input='Generated from '`
16653 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
16654 `' by configure.'
16655 if test x"$ac_file" != x-; then
16656 configure_input="$ac_file. $configure_input"
16657 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
16658 $as_echo "$as_me: creating $ac_file" >&6;}
16659 fi
16660 # Neutralize special characters interpreted by sed in replacement strings.
16661 case $configure_input in #(
16662 *\&* | *\|* | *\\* )
16663 ac_sed_conf_input=`$as_echo "$configure_input" |
16664 sed 's/[\\\\&|]/\\\\&/g'`;; #(
16665 *) ac_sed_conf_input=$configure_input;;
16666 esac
16667
16668 case $ac_tag in
16669 *:-:* | *:-) cat >"$ac_tmp/stdin" \
16670 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
16671 esac
16672 ;;
16673 esac
16674
16675 ac_dir=`$as_dirname -- "$ac_file" ||
16676 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16677 X"$ac_file" : 'X\(//\)[^/]' \| \
16678 X"$ac_file" : 'X\(//\)$' \| \
16679 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
16680 $as_echo X"$ac_file" |
16681 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16682 s//\1/
16683 q
16684 }
16685 /^X\(\/\/\)[^/].*/{
16686 s//\1/
16687 q
16688 }
16689 /^X\(\/\/\)$/{
16690 s//\1/
16691 q
16692 }
16693 /^X\(\/\).*/{
16694 s//\1/
16695 q
16696 }
16697 s/.*/./; q'`
16698 as_dir="$ac_dir"; as_fn_mkdir_p
16699 ac_builddir=.
16700
16701 case "$ac_dir" in
16702 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
16703 *)
16704 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
16705 # A ".." for each directory in $ac_dir_suffix.
16706 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
16707 case $ac_top_builddir_sub in
16708 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
16709 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
16710 esac ;;
16711 esac
16712 ac_abs_top_builddir=$ac_pwd
16713 ac_abs_builddir=$ac_pwd$ac_dir_suffix
16714 # for backward compatibility:
16715 ac_top_builddir=$ac_top_build_prefix
16716
16717 case $srcdir in
16718 .) # We are building in place.
16719 ac_srcdir=.
16720 ac_top_srcdir=$ac_top_builddir_sub
16721 ac_abs_top_srcdir=$ac_pwd ;;
16722 [\\/]* | ?:[\\/]* ) # Absolute name.
16723 ac_srcdir=$srcdir$ac_dir_suffix;
16724 ac_top_srcdir=$srcdir
16725 ac_abs_top_srcdir=$srcdir ;;
16726 *) # Relative name.
16727 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
16728 ac_top_srcdir=$ac_top_build_prefix$srcdir
16729 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
16730 esac
16731 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
16732
16733
16734 case $ac_mode in
16735 :F)
16736 #
16737 # CONFIG_FILE
16738 #
16739
16740 case $INSTALL in
16741 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
16742 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
16743 esac
16744 ac_MKDIR_P=$MKDIR_P
16745 case $MKDIR_P in
16746 [\\/$]* | ?:[\\/]* ) ;;
16747 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
16748 esac
16749 _ACEOF
16750
16751 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16752 # If the template does not know about datarootdir, expand it.
16753 # FIXME: This hack should be removed a few years after 2.60.
16754 ac_datarootdir_hack=; ac_datarootdir_seen=
16755 ac_sed_dataroot='
16756 /datarootdir/ {
16757 p
16758 q
16759 }
16760 /@datadir@/p
16761 /@docdir@/p
16762 /@infodir@/p
16763 /@localedir@/p
16764 /@mandir@/p'
16765 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
16766 *datarootdir*) ac_datarootdir_seen=yes;;
16767 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
16768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
16769 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
16770 _ACEOF
16771 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16772 ac_datarootdir_hack='
16773 s&@datadir@&$datadir&g
16774 s&@docdir@&$docdir&g
16775 s&@infodir@&$infodir&g
16776 s&@localedir@&$localedir&g
16777 s&@mandir@&$mandir&g
16778 s&\\\${datarootdir}&$datarootdir&g' ;;
16779 esac
16780 _ACEOF
16781
16782 # Neutralize VPATH when `$srcdir' = `.'.
16783 # Shell code in configure.ac might set extrasub.
16784 # FIXME: do we really want to maintain this feature?
16785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16786 ac_sed_extra="$ac_vpsub
16787 $extrasub
16788 _ACEOF
16789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16790 :t
16791 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
16792 s|@configure_input@|$ac_sed_conf_input|;t t
16793 s&@top_builddir@&$ac_top_builddir_sub&;t t
16794 s&@top_build_prefix@&$ac_top_build_prefix&;t t
16795 s&@srcdir@&$ac_srcdir&;t t
16796 s&@abs_srcdir@&$ac_abs_srcdir&;t t
16797 s&@top_srcdir@&$ac_top_srcdir&;t t
16798 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
16799 s&@builddir@&$ac_builddir&;t t
16800 s&@abs_builddir@&$ac_abs_builddir&;t t
16801 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
16802 s&@INSTALL@&$ac_INSTALL&;t t
16803 s&@MKDIR_P@&$ac_MKDIR_P&;t t
16804 $ac_datarootdir_hack
16805 "
16806 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
16807 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16808
16809 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
16810 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
16811 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
16812 "$ac_tmp/out"`; test -z "$ac_out"; } &&
16813 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16814 which seems to be undefined. Please make sure it is defined" >&5
16815 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
16816 which seems to be undefined. Please make sure it is defined" >&2;}
16817
16818 rm -f "$ac_tmp/stdin"
16819 case $ac_file in
16820 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
16821 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
16822 esac \
16823 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16824 ;;
16825 :H)
16826 #
16827 # CONFIG_HEADER
16828 #
16829 if test x"$ac_file" != x-; then
16830 {
16831 $as_echo "/* $configure_input */" \
16832 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
16833 } >"$ac_tmp/config.h" \
16834 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16835 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
16836 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
16837 $as_echo "$as_me: $ac_file is unchanged" >&6;}
16838 else
16839 rm -f "$ac_file"
16840 mv "$ac_tmp/config.h" "$ac_file" \
16841 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
16842 fi
16843 else
16844 $as_echo "/* $configure_input */" \
16845 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
16846 || as_fn_error $? "could not create -" "$LINENO" 5
16847 fi
16848 # Compute "$ac_file"'s index in $config_headers.
16849 _am_arg="$ac_file"
16850 _am_stamp_count=1
16851 for _am_header in $config_headers :; do
16852 case $_am_header in
16853 $_am_arg | $_am_arg:* )
16854 break ;;
16855 * )
16856 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
16857 esac
16858 done
16859 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
16860 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16861 X"$_am_arg" : 'X\(//\)[^/]' \| \
16862 X"$_am_arg" : 'X\(//\)$' \| \
16863 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
16864 $as_echo X"$_am_arg" |
16865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16866 s//\1/
16867 q
16868 }
16869 /^X\(\/\/\)[^/].*/{
16870 s//\1/
16871 q
16872 }
16873 /^X\(\/\/\)$/{
16874 s//\1/
16875 q
16876 }
16877 /^X\(\/\).*/{
16878 s//\1/
16879 q
16880 }
16881 s/.*/./; q'`/stamp-h$_am_stamp_count
16882 ;;
16883
16884 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
16885 $as_echo "$as_me: executing $ac_file commands" >&6;}
16886 ;;
16887 esac
16888
16889
16890 case $ac_file$ac_mode in
16891 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16892 # Older Autoconf quotes --file arguments for eval, but not when files
16893 # are listed without --file. Let's play safe and only enable the eval
16894 # if we detect the quoting.
16895 case $CONFIG_FILES in
16896 *\'*) eval set x "$CONFIG_FILES" ;;
16897 *) set x $CONFIG_FILES ;;
16898 esac
16899 shift
16900 for mf
16901 do
16902 # Strip MF so we end up with the name of the file.
16903 mf=`echo "$mf" | sed -e 's/:.*$//'`
16904 # Check whether this is an Automake generated Makefile or not.
16905 # We used to match only the files named 'Makefile.in', but
16906 # some people rename them; so instead we look at the file content.
16907 # Grep'ing the first line is not enough: some people post-process
16908 # each Makefile.in and add a new line on top of each file to say so.
16909 # Grep'ing the whole file is not good either: AIX grep has a line
16910 # limit of 2048, but all sed's we know have understand at least 4000.
16911 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16912 dirpart=`$as_dirname -- "$mf" ||
16913 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16914 X"$mf" : 'X\(//\)[^/]' \| \
16915 X"$mf" : 'X\(//\)$' \| \
16916 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16917 $as_echo X"$mf" |
16918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16919 s//\1/
16920 q
16921 }
16922 /^X\(\/\/\)[^/].*/{
16923 s//\1/
16924 q
16925 }
16926 /^X\(\/\/\)$/{
16927 s//\1/
16928 q
16929 }
16930 /^X\(\/\).*/{
16931 s//\1/
16932 q
16933 }
16934 s/.*/./; q'`
16935 else
16936 continue
16937 fi
16938 # Extract the definition of DEPDIR, am__include, and am__quote
16939 # from the Makefile without running 'make'.
16940 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16941 test -z "$DEPDIR" && continue
16942 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16943 test -z "$am__include" && continue
16944 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16945 # Find all dependency output files, they are included files with
16946 # $(DEPDIR) in their names. We invoke sed twice because it is the
16947 # simplest approach to changing $(DEPDIR) to its actual value in the
16948 # expansion.
16949 for file in `sed -n "
16950 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16951 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16952 # Make sure the directory exists.
16953 test -f "$dirpart/$file" && continue
16954 fdir=`$as_dirname -- "$file" ||
16955 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16956 X"$file" : 'X\(//\)[^/]' \| \
16957 X"$file" : 'X\(//\)$' \| \
16958 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16959 $as_echo X"$file" |
16960 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16961 s//\1/
16962 q
16963 }
16964 /^X\(\/\/\)[^/].*/{
16965 s//\1/
16966 q
16967 }
16968 /^X\(\/\/\)$/{
16969 s//\1/
16970 q
16971 }
16972 /^X\(\/\).*/{
16973 s//\1/
16974 q
16975 }
16976 s/.*/./; q'`
16977 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16978 # echo "creating $dirpart/$file"
16979 echo '# dummy' > "$dirpart/$file"
16980 done
16981 done
16982 }
16983 ;;
16984 "libtool":C)
16985
16986 # See if we are running on zsh, and set the options which allow our
16987 # commands through without removal of \ escapes.
16988 if test -n "${ZSH_VERSION+set}" ; then
16989 setopt NO_GLOB_SUBST
16990 fi
16991
16992 cfgfile="${ofile}T"
16993 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16994 $RM "$cfgfile"
16995
16996 cat <<_LT_EOF >> "$cfgfile"
16997 #! $SHELL
16998
16999 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17000 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17001 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17002 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17003 #
17004 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17005 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17006 # Written by Gordon Matzigkeit, 1996
17007 #
17008 # This file is part of GNU Libtool.
17009 #
17010 # GNU Libtool is free software; you can redistribute it and/or
17011 # modify it under the terms of the GNU General Public License as
17012 # published by the Free Software Foundation; either version 2 of
17013 # the License, or (at your option) any later version.
17014 #
17015 # As a special exception to the GNU General Public License,
17016 # if you distribute this file as part of a program or library that
17017 # is built using GNU Libtool, you may include this file under the
17018 # same distribution terms that you use for the rest of that program.
17019 #
17020 # GNU Libtool is distributed in the hope that it will be useful,
17021 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17022 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17023 # GNU General Public License for more details.
17024 #
17025 # You should have received a copy of the GNU General Public License
17026 # along with GNU Libtool; see the file COPYING. If not, a copy
17027 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17028 # obtained by writing to the Free Software Foundation, Inc.,
17029 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17030
17031
17032 # The names of the tagged configurations supported by this script.
17033 available_tags=""
17034
17035 # ### BEGIN LIBTOOL CONFIG
17036
17037 # Which release of libtool.m4 was used?
17038 macro_version=$macro_version
17039 macro_revision=$macro_revision
17040
17041 # Whether or not to build shared libraries.
17042 build_libtool_libs=$enable_shared
17043
17044 # Whether or not to build static libraries.
17045 build_old_libs=$enable_static
17046
17047 # What type of objects to build.
17048 pic_mode=$pic_mode
17049
17050 # Whether or not to optimize for fast installation.
17051 fast_install=$enable_fast_install
17052
17053 # Shell to use when invoking shell scripts.
17054 SHELL=$lt_SHELL
17055
17056 # An echo program that protects backslashes.
17057 ECHO=$lt_ECHO
17058
17059 # The host system.
17060 host_alias=$host_alias
17061 host=$host
17062 host_os=$host_os
17063
17064 # The build system.
17065 build_alias=$build_alias
17066 build=$build
17067 build_os=$build_os
17068
17069 # A sed program that does not truncate output.
17070 SED=$lt_SED
17071
17072 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17073 Xsed="\$SED -e 1s/^X//"
17074
17075 # A grep program that handles long lines.
17076 GREP=$lt_GREP
17077
17078 # An ERE matcher.
17079 EGREP=$lt_EGREP
17080
17081 # A literal string matcher.
17082 FGREP=$lt_FGREP
17083
17084 # A BSD- or MS-compatible name lister.
17085 NM=$lt_NM
17086
17087 # Whether we need soft or hard links.
17088 LN_S=$lt_LN_S
17089
17090 # What is the maximum length of a command?
17091 max_cmd_len=$max_cmd_len
17092
17093 # Object file suffix (normally "o").
17094 objext=$ac_objext
17095
17096 # Executable file suffix (normally "").
17097 exeext=$exeext
17098
17099 # whether the shell understands "unset".
17100 lt_unset=$lt_unset
17101
17102 # turn spaces into newlines.
17103 SP2NL=$lt_lt_SP2NL
17104
17105 # turn newlines into spaces.
17106 NL2SP=$lt_lt_NL2SP
17107
17108 # An object symbol dumper.
17109 OBJDUMP=$lt_OBJDUMP
17110
17111 # Method to check whether dependent libraries are shared objects.
17112 deplibs_check_method=$lt_deplibs_check_method
17113
17114 # Command to use when deplibs_check_method == "file_magic".
17115 file_magic_cmd=$lt_file_magic_cmd
17116
17117 # The archiver.
17118 AR=$lt_AR
17119 AR_FLAGS=$lt_AR_FLAGS
17120
17121 # A symbol stripping program.
17122 STRIP=$lt_STRIP
17123
17124 # Commands used to install an old-style archive.
17125 RANLIB=$lt_RANLIB
17126 old_postinstall_cmds=$lt_old_postinstall_cmds
17127 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17128
17129 # Whether to use a lock for old archive extraction.
17130 lock_old_archive_extraction=$lock_old_archive_extraction
17131
17132 # A C compiler.
17133 LTCC=$lt_CC
17134
17135 # LTCC compiler flags.
17136 LTCFLAGS=$lt_CFLAGS
17137
17138 # Take the output of nm and produce a listing of raw symbols and C names.
17139 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17140
17141 # Transform the output of nm in a proper C declaration.
17142 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17143
17144 # Transform the output of nm in a C name address pair.
17145 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17146
17147 # Transform the output of nm in a C name address pair when lib prefix is needed.
17148 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17149
17150 # The name of the directory that contains temporary libtool files.
17151 objdir=$objdir
17152
17153 # Used to examine libraries when file_magic_cmd begins with "file".
17154 MAGIC_CMD=$MAGIC_CMD
17155
17156 # Must we lock files when doing compilation?
17157 need_locks=$lt_need_locks
17158
17159 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17160 DSYMUTIL=$lt_DSYMUTIL
17161
17162 # Tool to change global to local symbols on Mac OS X.
17163 NMEDIT=$lt_NMEDIT
17164
17165 # Tool to manipulate fat objects and archives on Mac OS X.
17166 LIPO=$lt_LIPO
17167
17168 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17169 OTOOL=$lt_OTOOL
17170
17171 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17172 OTOOL64=$lt_OTOOL64
17173
17174 # Old archive suffix (normally "a").
17175 libext=$libext
17176
17177 # Shared library suffix (normally ".so").
17178 shrext_cmds=$lt_shrext_cmds
17179
17180 # The commands to extract the exported symbol list from a shared archive.
17181 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17182
17183 # Variables whose values should be saved in libtool wrapper scripts and
17184 # restored at link time.
17185 variables_saved_for_relink=$lt_variables_saved_for_relink
17186
17187 # Do we need the "lib" prefix for modules?
17188 need_lib_prefix=$need_lib_prefix
17189
17190 # Do we need a version for libraries?
17191 need_version=$need_version
17192
17193 # Library versioning type.
17194 version_type=$version_type
17195
17196 # Shared library runtime path variable.
17197 runpath_var=$runpath_var
17198
17199 # Shared library path variable.
17200 shlibpath_var=$shlibpath_var
17201
17202 # Is shlibpath searched before the hard-coded library search path?
17203 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17204
17205 # Format of library name prefix.
17206 libname_spec=$lt_libname_spec
17207
17208 # List of archive names. First name is the real one, the rest are links.
17209 # The last name is the one that the linker finds with -lNAME
17210 library_names_spec=$lt_library_names_spec
17211
17212 # The coded name of the library, if different from the real name.
17213 soname_spec=$lt_soname_spec
17214
17215 # Permission mode override for installation of shared libraries.
17216 install_override_mode=$lt_install_override_mode
17217
17218 # Command to use after installation of a shared archive.
17219 postinstall_cmds=$lt_postinstall_cmds
17220
17221 # Command to use after uninstallation of a shared archive.
17222 postuninstall_cmds=$lt_postuninstall_cmds
17223
17224 # Commands used to finish a libtool library installation in a directory.
17225 finish_cmds=$lt_finish_cmds
17226
17227 # As "finish_cmds", except a single script fragment to be evaled but
17228 # not shown.
17229 finish_eval=$lt_finish_eval
17230
17231 # Whether we should hardcode library paths into libraries.
17232 hardcode_into_libs=$hardcode_into_libs
17233
17234 # Compile-time system search path for libraries.
17235 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17236
17237 # Run-time system search path for libraries.
17238 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17239
17240 # Whether dlopen is supported.
17241 dlopen_support=$enable_dlopen
17242
17243 # Whether dlopen of programs is supported.
17244 dlopen_self=$enable_dlopen_self
17245
17246 # Whether dlopen of statically linked programs is supported.
17247 dlopen_self_static=$enable_dlopen_self_static
17248
17249 # Commands to strip libraries.
17250 old_striplib=$lt_old_striplib
17251 striplib=$lt_striplib
17252
17253
17254 # The linker used to build libraries.
17255 LD=$lt_LD
17256
17257 # How to create reloadable object files.
17258 reload_flag=$lt_reload_flag
17259 reload_cmds=$lt_reload_cmds
17260
17261 # Commands used to build an old-style archive.
17262 old_archive_cmds=$lt_old_archive_cmds
17263
17264 # A language specific compiler.
17265 CC=$lt_compiler
17266
17267 # Is the compiler the GNU compiler?
17268 with_gcc=$GCC
17269
17270 # Compiler flag to turn off builtin functions.
17271 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17272
17273 # How to pass a linker flag through the compiler.
17274 wl=$lt_lt_prog_compiler_wl
17275
17276 # Additional compiler flags for building library objects.
17277 pic_flag=$lt_lt_prog_compiler_pic
17278
17279 # Compiler flag to prevent dynamic linking.
17280 link_static_flag=$lt_lt_prog_compiler_static
17281
17282 # Does compiler simultaneously support -c and -o options?
17283 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17284
17285 # Whether or not to add -lc for building shared libraries.
17286 build_libtool_need_lc=$archive_cmds_need_lc
17287
17288 # Whether or not to disallow shared libs when runtime libs are static.
17289 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17290
17291 # Compiler flag to allow reflexive dlopens.
17292 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17293
17294 # Compiler flag to generate shared objects directly from archives.
17295 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17296
17297 # Whether the compiler copes with passing no objects directly.
17298 compiler_needs_object=$lt_compiler_needs_object
17299
17300 # Create an old-style archive from a shared archive.
17301 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17302
17303 # Create a temporary old-style archive to link instead of a shared archive.
17304 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17305
17306 # Commands used to build a shared archive.
17307 archive_cmds=$lt_archive_cmds
17308 archive_expsym_cmds=$lt_archive_expsym_cmds
17309
17310 # Commands used to build a loadable module if different from building
17311 # a shared archive.
17312 module_cmds=$lt_module_cmds
17313 module_expsym_cmds=$lt_module_expsym_cmds
17314
17315 # Whether we are building with GNU ld or not.
17316 with_gnu_ld=$lt_with_gnu_ld
17317
17318 # Flag that allows shared libraries with undefined symbols to be built.
17319 allow_undefined_flag=$lt_allow_undefined_flag
17320
17321 # Flag that enforces no undefined symbols.
17322 no_undefined_flag=$lt_no_undefined_flag
17323
17324 # Flag to hardcode \$libdir into a binary during linking.
17325 # This must work even if \$libdir does not exist
17326 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17327
17328 # If ld is used when linking, flag to hardcode \$libdir into a binary
17329 # during linking. This must work even if \$libdir does not exist.
17330 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17331
17332 # Whether we need a single "-rpath" flag with a separated argument.
17333 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17334
17335 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17336 # DIR into the resulting binary.
17337 hardcode_direct=$hardcode_direct
17338
17339 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17340 # DIR into the resulting binary and the resulting library dependency is
17341 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17342 # library is relocated.
17343 hardcode_direct_absolute=$hardcode_direct_absolute
17344
17345 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17346 # into the resulting binary.
17347 hardcode_minus_L=$hardcode_minus_L
17348
17349 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17350 # into the resulting binary.
17351 hardcode_shlibpath_var=$hardcode_shlibpath_var
17352
17353 # Set to "yes" if building a shared library automatically hardcodes DIR
17354 # into the library and all subsequent libraries and executables linked
17355 # against it.
17356 hardcode_automatic=$hardcode_automatic
17357
17358 # Set to yes if linker adds runtime paths of dependent libraries
17359 # to runtime path list.
17360 inherit_rpath=$inherit_rpath
17361
17362 # Whether libtool must link a program against all its dependency libraries.
17363 link_all_deplibs=$link_all_deplibs
17364
17365 # Fix the shell variable \$srcfile for the compiler.
17366 fix_srcfile_path=$lt_fix_srcfile_path
17367
17368 # Set to "yes" if exported symbols are required.
17369 always_export_symbols=$always_export_symbols
17370
17371 # The commands to list exported symbols.
17372 export_symbols_cmds=$lt_export_symbols_cmds
17373
17374 # Symbols that should not be listed in the preloaded symbols.
17375 exclude_expsyms=$lt_exclude_expsyms
17376
17377 # Symbols that must always be exported.
17378 include_expsyms=$lt_include_expsyms
17379
17380 # Commands necessary for linking programs (against libraries) with templates.
17381 prelink_cmds=$lt_prelink_cmds
17382
17383 # Specify filename containing input files.
17384 file_list_spec=$lt_file_list_spec
17385
17386 # How to hardcode a shared library path into an executable.
17387 hardcode_action=$hardcode_action
17388
17389 # ### END LIBTOOL CONFIG
17390
17391 _LT_EOF
17392
17393 case $host_os in
17394 aix3*)
17395 cat <<\_LT_EOF >> "$cfgfile"
17396 # AIX sometimes has problems with the GCC collect2 program. For some
17397 # reason, if we set the COLLECT_NAMES environment variable, the problems
17398 # vanish in a puff of smoke.
17399 if test "X${COLLECT_NAMES+set}" != Xset; then
17400 COLLECT_NAMES=
17401 export COLLECT_NAMES
17402 fi
17403 _LT_EOF
17404 ;;
17405 esac
17406
17407
17408 ltmain="$ac_aux_dir/ltmain.sh"
17409
17410
17411 # We use sed instead of cat because bash on DJGPP gets confused if
17412 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17413 # text mode, it properly converts lines to CR/LF. This bash problem
17414 # is reportedly fixed, but why not run on old versions too?
17415 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17416 || (rm -f "$cfgfile"; exit 1)
17417
17418 case $xsi_shell in
17419 yes)
17420 cat << \_LT_EOF >> "$cfgfile"
17421
17422 # func_dirname file append nondir_replacement
17423 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17424 # otherwise set result to NONDIR_REPLACEMENT.
17425 func_dirname ()
17426 {
17427 case ${1} in
17428 */*) func_dirname_result="${1%/*}${2}" ;;
17429 * ) func_dirname_result="${3}" ;;
17430 esac
17431 }
17432
17433 # func_basename file
17434 func_basename ()
17435 {
17436 func_basename_result="${1##*/}"
17437 }
17438
17439 # func_dirname_and_basename file append nondir_replacement
17440 # perform func_basename and func_dirname in a single function
17441 # call:
17442 # dirname: Compute the dirname of FILE. If nonempty,
17443 # add APPEND to the result, otherwise set result
17444 # to NONDIR_REPLACEMENT.
17445 # value returned in "$func_dirname_result"
17446 # basename: Compute filename of FILE.
17447 # value retuned in "$func_basename_result"
17448 # Implementation must be kept synchronized with func_dirname
17449 # and func_basename. For efficiency, we do not delegate to
17450 # those functions but instead duplicate the functionality here.
17451 func_dirname_and_basename ()
17452 {
17453 case ${1} in
17454 */*) func_dirname_result="${1%/*}${2}" ;;
17455 * ) func_dirname_result="${3}" ;;
17456 esac
17457 func_basename_result="${1##*/}"
17458 }
17459
17460 # func_stripname prefix suffix name
17461 # strip PREFIX and SUFFIX off of NAME.
17462 # PREFIX and SUFFIX must not contain globbing or regex special
17463 # characters, hashes, percent signs, but SUFFIX may contain a leading
17464 # dot (in which case that matches only a dot).
17465 func_stripname ()
17466 {
17467 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17468 # positional parameters, so assign one to ordinary parameter first.
17469 func_stripname_result=${3}
17470 func_stripname_result=${func_stripname_result#"${1}"}
17471 func_stripname_result=${func_stripname_result%"${2}"}
17472 }
17473
17474 # func_opt_split
17475 func_opt_split ()
17476 {
17477 func_opt_split_opt=${1%%=*}
17478 func_opt_split_arg=${1#*=}
17479 }
17480
17481 # func_lo2o object
17482 func_lo2o ()
17483 {
17484 case ${1} in
17485 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
17486 *) func_lo2o_result=${1} ;;
17487 esac
17488 }
17489
17490 # func_xform libobj-or-source
17491 func_xform ()
17492 {
17493 func_xform_result=${1%.*}.lo
17494 }
17495
17496 # func_arith arithmetic-term...
17497 func_arith ()
17498 {
17499 func_arith_result=$(( $* ))
17500 }
17501
17502 # func_len string
17503 # STRING may not start with a hyphen.
17504 func_len ()
17505 {
17506 func_len_result=${#1}
17507 }
17508
17509 _LT_EOF
17510 ;;
17511 *) # Bourne compatible functions.
17512 cat << \_LT_EOF >> "$cfgfile"
17513
17514 # func_dirname file append nondir_replacement
17515 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17516 # otherwise set result to NONDIR_REPLACEMENT.
17517 func_dirname ()
17518 {
17519 # Extract subdirectory from the argument.
17520 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
17521 if test "X$func_dirname_result" = "X${1}"; then
17522 func_dirname_result="${3}"
17523 else
17524 func_dirname_result="$func_dirname_result${2}"
17525 fi
17526 }
17527
17528 # func_basename file
17529 func_basename ()
17530 {
17531 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
17532 }
17533
17534
17535 # func_stripname prefix suffix name
17536 # strip PREFIX and SUFFIX off of NAME.
17537 # PREFIX and SUFFIX must not contain globbing or regex special
17538 # characters, hashes, percent signs, but SUFFIX may contain a leading
17539 # dot (in which case that matches only a dot).
17540 # func_strip_suffix prefix name
17541 func_stripname ()
17542 {
17543 case ${2} in
17544 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
17545 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
17546 esac
17547 }
17548
17549 # sed scripts:
17550 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
17551 my_sed_long_arg='1s/^-[^=]*=//'
17552
17553 # func_opt_split
17554 func_opt_split ()
17555 {
17556 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
17557 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
17558 }
17559
17560 # func_lo2o object
17561 func_lo2o ()
17562 {
17563 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
17564 }
17565
17566 # func_xform libobj-or-source
17567 func_xform ()
17568 {
17569 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
17570 }
17571
17572 # func_arith arithmetic-term...
17573 func_arith ()
17574 {
17575 func_arith_result=`expr "$@"`
17576 }
17577
17578 # func_len string
17579 # STRING may not start with a hyphen.
17580 func_len ()
17581 {
17582 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
17583 }
17584
17585 _LT_EOF
17586 esac
17587
17588 case $lt_shell_append in
17589 yes)
17590 cat << \_LT_EOF >> "$cfgfile"
17591
17592 # func_append var value
17593 # Append VALUE to the end of shell variable VAR.
17594 func_append ()
17595 {
17596 eval "$1+=\$2"
17597 }
17598 _LT_EOF
17599 ;;
17600 *)
17601 cat << \_LT_EOF >> "$cfgfile"
17602
17603 # func_append var value
17604 # Append VALUE to the end of shell variable VAR.
17605 func_append ()
17606 {
17607 eval "$1=\$$1\$2"
17608 }
17609
17610 _LT_EOF
17611 ;;
17612 esac
17613
17614
17615 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
17616 || (rm -f "$cfgfile"; exit 1)
17617
17618 mv -f "$cfgfile" "$ofile" ||
17619 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
17620 chmod +x "$ofile"
17621
17622 ;;
17623 "default-1":C)
17624 for ac_file in $CONFIG_FILES; do
17625 # Support "outfile[:infile[:infile...]]"
17626 case "$ac_file" in
17627 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
17628 esac
17629 # PO directories have a Makefile.in generated from Makefile.in.in.
17630 case "$ac_file" in */Makefile.in)
17631 # Adjust a relative srcdir.
17632 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
17633 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
17634 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
17635 # In autoconf-2.13 it is called $ac_given_srcdir.
17636 # In autoconf-2.50 it is called $srcdir.
17637 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
17638 case "$ac_given_srcdir" in
17639 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
17640 /*) top_srcdir="$ac_given_srcdir" ;;
17641 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
17642 esac
17643 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
17644 rm -f "$ac_dir/POTFILES"
17645 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
17646 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
17647 POMAKEFILEDEPS="POTFILES.in"
17648 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
17649 # on $ac_dir but don't depend on user-specified configuration
17650 # parameters.
17651 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
17652 # The LINGUAS file contains the set of available languages.
17653 if test -n "$OBSOLETE_ALL_LINGUAS"; then
17654 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
17655 fi
17656 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
17657 # Hide the ALL_LINGUAS assigment from automake.
17658 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
17659 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
17660 else
17661 # The set of available languages was given in configure.ac.
17662 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
17663 fi
17664 case "$ac_given_srcdir" in
17665 .) srcdirpre= ;;
17666 *) srcdirpre='$(srcdir)/' ;;
17667 esac
17668 POFILES=
17669 GMOFILES=
17670 UPDATEPOFILES=
17671 DUMMYPOFILES=
17672 for lang in $ALL_LINGUAS; do
17673 POFILES="$POFILES $srcdirpre$lang.po"
17674 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
17675 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
17676 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
17677 done
17678 # CATALOGS depends on both $ac_dir and the user's LINGUAS
17679 # environment variable.
17680 INST_LINGUAS=
17681 if test -n "$ALL_LINGUAS"; then
17682 for presentlang in $ALL_LINGUAS; do
17683 useit=no
17684 if test "%UNSET%" != "$LINGUAS"; then
17685 desiredlanguages="$LINGUAS"
17686 else
17687 desiredlanguages="$ALL_LINGUAS"
17688 fi
17689 for desiredlang in $desiredlanguages; do
17690 # Use the presentlang catalog if desiredlang is
17691 # a. equal to presentlang, or
17692 # b. a variant of presentlang (because in this case,
17693 # presentlang can be used as a fallback for messages
17694 # which are not translated in the desiredlang catalog).
17695 case "$desiredlang" in
17696 "$presentlang"*) useit=yes;;
17697 esac
17698 done
17699 if test $useit = yes; then
17700 INST_LINGUAS="$INST_LINGUAS $presentlang"
17701 fi
17702 done
17703 fi
17704 CATALOGS=
17705 if test -n "$INST_LINGUAS"; then
17706 for lang in $INST_LINGUAS; do
17707 CATALOGS="$CATALOGS $lang.gmo"
17708 done
17709 fi
17710 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
17711 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"
17712 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
17713 if test -f "$f"; then
17714 case "$f" in
17715 *.orig | *.bak | *~) ;;
17716 *) cat "$f" >> "$ac_dir/Makefile" ;;
17717 esac
17718 fi
17719 done
17720 fi
17721 ;;
17722 esac
17723 done ;;
17724 "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
17725 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
17726 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
17727 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
17728 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
17729 if test "x$cgen_cpu_prefix" != x ; then
17730 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
17731 fi ;;
17732
17733 esac
17734 done # for ac_tag
17735
17736
17737 as_fn_exit 0
17738 _ACEOF
17739 ac_clean_files=$ac_clean_files_save
17740
17741 test $ac_write_fail = 0 ||
17742 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
17743
17744
17745 # configure is writing to config.log, and then calls config.status.
17746 # config.status does its own redirection, appending to config.log.
17747 # Unfortunately, on DOS this fails, as config.log is still kept open
17748 # by configure, so config.status won't be able to write to it; its
17749 # output is simply discarded. So we exec the FD to /dev/null,
17750 # effectively closing config.log, so it can be properly (re)opened and
17751 # appended to by config.status. When coming back to configure, we
17752 # need to make the FD available again.
17753 if test "$no_create" != yes; then
17754 ac_cs_success=:
17755 ac_config_status_args=
17756 test "$silent" = yes &&
17757 ac_config_status_args="$ac_config_status_args --quiet"
17758 exec 5>/dev/null
17759 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
17760 exec 5>>config.log
17761 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
17762 # would make configure fail if this is the last instruction.
17763 $ac_cs_success || as_fn_exit 1
17764 fi
17765 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
17766 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
17767 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
17768 fi
17769