]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/configure
e65761752df87baa285678f087e39d435d37a3e5
[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.38.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.38.50'
591 PACKAGE_STRING='gas 2.38.50'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL=''
594
595 ac_unique_file="as.h"
596 # Factoring default headers for most tests.
597 ac_includes_default="\
598 #include <stdio.h>
599 #ifdef HAVE_SYS_TYPES_H
600 # include <sys/types.h>
601 #endif
602 #ifdef HAVE_SYS_STAT_H
603 # include <sys/stat.h>
604 #endif
605 #ifdef STDC_HEADERS
606 # include <stdlib.h>
607 # include <stddef.h>
608 #else
609 # ifdef HAVE_STDLIB_H
610 # include <stdlib.h>
611 # endif
612 #endif
613 #ifdef HAVE_STRING_H
614 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615 # include <memory.h>
616 # endif
617 # include <string.h>
618 #endif
619 #ifdef HAVE_STRINGS_H
620 # include <strings.h>
621 #endif
622 #ifdef HAVE_INTTYPES_H
623 # include <inttypes.h>
624 #endif
625 #ifdef HAVE_STDINT_H
626 # include <stdint.h>
627 #endif
628 #ifdef HAVE_UNISTD_H
629 # include <unistd.h>
630 #endif"
631
632 ac_subst_vars='am__EXEEXT_FALSE
633 am__EXEEXT_TRUE
634 LTLIBOBJS
635 LIBOBJS
636 zlibinc
637 zlibdir
638 LIBM
639 GENINSRC_NEVER_FALSE
640 GENINSRC_NEVER_TRUE
641 MAINT
642 MAINTAINER_MODE_FALSE
643 MAINTAINER_MODE_TRUE
644 MSGMERGE
645 MSGFMT
646 MKINSTALLDIRS
647 CATOBJEXT
648 GENCAT
649 INSTOBJEXT
650 DATADIRNAME
651 CATALOGS
652 POSUB
653 GMSGFMT
654 XGETTEXT
655 INCINTL
656 LIBINTL_DEP
657 LIBINTL
658 USE_NLS
659 LEXLIB
660 LEX_OUTPUT_ROOT
661 LEX
662 YFLAGS
663 YACC
664 OPCODES_LIB
665 atof
666 install_tooldir
667 te_file
668 obj_format
669 target_cpu_type
670 extra_objects
671 cgen_cpu_prefix
672 GDBINIT
673 WARN_WRITE_STRINGS
674 NO_WERROR
675 WARN_CFLAGS_FOR_BUILD
676 WARN_CFLAGS
677 do_compare
678 LARGEFILE_CPPFLAGS
679 OTOOL64
680 OTOOL
681 LIPO
682 NMEDIT
683 DSYMUTIL
684 RANLIB
685 AR
686 OBJDUMP
687 LN_S
688 NM
689 ac_ct_DUMPBIN
690 DUMPBIN
691 LD
692 FGREP
693 SED
694 LIBTOOL
695 EGREP
696 GREP
697 CPP
698 am__fastdepCC_FALSE
699 am__fastdepCC_TRUE
700 CCDEPMODE
701 am__nodep
702 AMDEPBACKSLASH
703 AMDEP_FALSE
704 AMDEP_TRUE
705 am__quote
706 am__include
707 DEPDIR
708 OBJEXT
709 EXEEXT
710 ac_ct_CC
711 CPPFLAGS
712 LDFLAGS
713 CFLAGS
714 CC
715 AM_BACKSLASH
716 AM_DEFAULT_VERBOSITY
717 AM_DEFAULT_V
718 AM_V
719 am__untar
720 am__tar
721 AMTAR
722 am__leading_dot
723 SET_MAKE
724 AWK
725 mkdir_p
726 MKDIR_P
727 INSTALL_STRIP_PROGRAM
728 STRIP
729 install_sh
730 MAKEINFO
731 AUTOHEADER
732 AUTOMAKE
733 AUTOCONF
734 ACLOCAL
735 VERSION
736 PACKAGE
737 CYGPATH_W
738 am__isrc
739 INSTALL_DATA
740 INSTALL_SCRIPT
741 INSTALL_PROGRAM
742 target_os
743 target_vendor
744 target_cpu
745 target
746 host_os
747 host_vendor
748 host_cpu
749 host
750 build_os
751 build_vendor
752 build_cpu
753 build
754 target_alias
755 host_alias
756 build_alias
757 LIBS
758 ECHO_T
759 ECHO_N
760 ECHO_C
761 DEFS
762 mandir
763 localedir
764 libdir
765 psdir
766 pdfdir
767 dvidir
768 htmldir
769 infodir
770 docdir
771 oldincludedir
772 includedir
773 runstatedir
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_silent_rules
797 enable_dependency_tracking
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 runstatedir='${localstatedir}/run'
872 includedir='${prefix}/include'
873 oldincludedir='/usr/include'
874 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
875 infodir='${datarootdir}/info'
876 htmldir='${docdir}'
877 dvidir='${docdir}'
878 pdfdir='${docdir}'
879 psdir='${docdir}'
880 libdir='${exec_prefix}/lib'
881 localedir='${datarootdir}/locale'
882 mandir='${datarootdir}/man'
883
884 ac_prev=
885 ac_dashdash=
886 for ac_option
887 do
888 # If the previous option needs an argument, assign it.
889 if test -n "$ac_prev"; then
890 eval $ac_prev=\$ac_option
891 ac_prev=
892 continue
893 fi
894
895 case $ac_option in
896 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
897 *=) ac_optarg= ;;
898 *) ac_optarg=yes ;;
899 esac
900
901 # Accept the important Cygnus configure options, so we can diagnose typos.
902
903 case $ac_dashdash$ac_option in
904 --)
905 ac_dashdash=yes ;;
906
907 -bindir | --bindir | --bindi | --bind | --bin | --bi)
908 ac_prev=bindir ;;
909 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
910 bindir=$ac_optarg ;;
911
912 -build | --build | --buil | --bui | --bu)
913 ac_prev=build_alias ;;
914 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
915 build_alias=$ac_optarg ;;
916
917 -cache-file | --cache-file | --cache-fil | --cache-fi \
918 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
919 ac_prev=cache_file ;;
920 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
921 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
922 cache_file=$ac_optarg ;;
923
924 --config-cache | -C)
925 cache_file=config.cache ;;
926
927 -datadir | --datadir | --datadi | --datad)
928 ac_prev=datadir ;;
929 -datadir=* | --datadir=* | --datadi=* | --datad=*)
930 datadir=$ac_optarg ;;
931
932 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
933 | --dataroo | --dataro | --datar)
934 ac_prev=datarootdir ;;
935 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
936 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
937 datarootdir=$ac_optarg ;;
938
939 -disable-* | --disable-*)
940 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
941 # Reject names that are not valid shell variable names.
942 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
943 as_fn_error $? "invalid feature name: $ac_useropt"
944 ac_useropt_orig=$ac_useropt
945 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
946 case $ac_user_opts in
947 *"
948 "enable_$ac_useropt"
949 "*) ;;
950 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
951 ac_unrecognized_sep=', ';;
952 esac
953 eval enable_$ac_useropt=no ;;
954
955 -docdir | --docdir | --docdi | --doc | --do)
956 ac_prev=docdir ;;
957 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
958 docdir=$ac_optarg ;;
959
960 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
961 ac_prev=dvidir ;;
962 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
963 dvidir=$ac_optarg ;;
964
965 -enable-* | --enable-*)
966 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
967 # Reject names that are not valid shell variable names.
968 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
969 as_fn_error $? "invalid feature name: $ac_useropt"
970 ac_useropt_orig=$ac_useropt
971 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
972 case $ac_user_opts in
973 *"
974 "enable_$ac_useropt"
975 "*) ;;
976 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
977 ac_unrecognized_sep=', ';;
978 esac
979 eval enable_$ac_useropt=\$ac_optarg ;;
980
981 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
982 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
983 | --exec | --exe | --ex)
984 ac_prev=exec_prefix ;;
985 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
986 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
987 | --exec=* | --exe=* | --ex=*)
988 exec_prefix=$ac_optarg ;;
989
990 -gas | --gas | --ga | --g)
991 # Obsolete; use --with-gas.
992 with_gas=yes ;;
993
994 -help | --help | --hel | --he | -h)
995 ac_init_help=long ;;
996 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
997 ac_init_help=recursive ;;
998 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
999 ac_init_help=short ;;
1000
1001 -host | --host | --hos | --ho)
1002 ac_prev=host_alias ;;
1003 -host=* | --host=* | --hos=* | --ho=*)
1004 host_alias=$ac_optarg ;;
1005
1006 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1007 ac_prev=htmldir ;;
1008 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1009 | --ht=*)
1010 htmldir=$ac_optarg ;;
1011
1012 -includedir | --includedir | --includedi | --included | --include \
1013 | --includ | --inclu | --incl | --inc)
1014 ac_prev=includedir ;;
1015 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1016 | --includ=* | --inclu=* | --incl=* | --inc=*)
1017 includedir=$ac_optarg ;;
1018
1019 -infodir | --infodir | --infodi | --infod | --info | --inf)
1020 ac_prev=infodir ;;
1021 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1022 infodir=$ac_optarg ;;
1023
1024 -libdir | --libdir | --libdi | --libd)
1025 ac_prev=libdir ;;
1026 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1027 libdir=$ac_optarg ;;
1028
1029 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1030 | --libexe | --libex | --libe)
1031 ac_prev=libexecdir ;;
1032 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1033 | --libexe=* | --libex=* | --libe=*)
1034 libexecdir=$ac_optarg ;;
1035
1036 -localedir | --localedir | --localedi | --localed | --locale)
1037 ac_prev=localedir ;;
1038 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1039 localedir=$ac_optarg ;;
1040
1041 -localstatedir | --localstatedir | --localstatedi | --localstated \
1042 | --localstate | --localstat | --localsta | --localst | --locals)
1043 ac_prev=localstatedir ;;
1044 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1045 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1046 localstatedir=$ac_optarg ;;
1047
1048 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1049 ac_prev=mandir ;;
1050 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1051 mandir=$ac_optarg ;;
1052
1053 -nfp | --nfp | --nf)
1054 # Obsolete; use --without-fp.
1055 with_fp=no ;;
1056
1057 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1058 | --no-cr | --no-c | -n)
1059 no_create=yes ;;
1060
1061 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1062 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1063 no_recursion=yes ;;
1064
1065 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1066 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1067 | --oldin | --oldi | --old | --ol | --o)
1068 ac_prev=oldincludedir ;;
1069 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1070 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1071 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1072 oldincludedir=$ac_optarg ;;
1073
1074 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1075 ac_prev=prefix ;;
1076 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1077 prefix=$ac_optarg ;;
1078
1079 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1080 | --program-pre | --program-pr | --program-p)
1081 ac_prev=program_prefix ;;
1082 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1083 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1084 program_prefix=$ac_optarg ;;
1085
1086 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1087 | --program-suf | --program-su | --program-s)
1088 ac_prev=program_suffix ;;
1089 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1090 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1091 program_suffix=$ac_optarg ;;
1092
1093 -program-transform-name | --program-transform-name \
1094 | --program-transform-nam | --program-transform-na \
1095 | --program-transform-n | --program-transform- \
1096 | --program-transform | --program-transfor \
1097 | --program-transfo | --program-transf \
1098 | --program-trans | --program-tran \
1099 | --progr-tra | --program-tr | --program-t)
1100 ac_prev=program_transform_name ;;
1101 -program-transform-name=* | --program-transform-name=* \
1102 | --program-transform-nam=* | --program-transform-na=* \
1103 | --program-transform-n=* | --program-transform-=* \
1104 | --program-transform=* | --program-transfor=* \
1105 | --program-transfo=* | --program-transf=* \
1106 | --program-trans=* | --program-tran=* \
1107 | --progr-tra=* | --program-tr=* | --program-t=*)
1108 program_transform_name=$ac_optarg ;;
1109
1110 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1111 ac_prev=pdfdir ;;
1112 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1113 pdfdir=$ac_optarg ;;
1114
1115 -psdir | --psdir | --psdi | --psd | --ps)
1116 ac_prev=psdir ;;
1117 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1118 psdir=$ac_optarg ;;
1119
1120 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1121 | -silent | --silent | --silen | --sile | --sil)
1122 silent=yes ;;
1123
1124 -runstatedir | --runstatedir | --runstatedi | --runstated \
1125 | --runstate | --runstat | --runsta | --runst | --runs \
1126 | --run | --ru | --r)
1127 ac_prev=runstatedir ;;
1128 -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1129 | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1130 | --run=* | --ru=* | --r=*)
1131 runstatedir=$ac_optarg ;;
1132
1133 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1134 ac_prev=sbindir ;;
1135 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1136 | --sbi=* | --sb=*)
1137 sbindir=$ac_optarg ;;
1138
1139 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1140 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1141 | --sharedst | --shareds | --shared | --share | --shar \
1142 | --sha | --sh)
1143 ac_prev=sharedstatedir ;;
1144 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1145 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1146 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1147 | --sha=* | --sh=*)
1148 sharedstatedir=$ac_optarg ;;
1149
1150 -site | --site | --sit)
1151 ac_prev=site ;;
1152 -site=* | --site=* | --sit=*)
1153 site=$ac_optarg ;;
1154
1155 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1156 ac_prev=srcdir ;;
1157 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1158 srcdir=$ac_optarg ;;
1159
1160 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1161 | --syscon | --sysco | --sysc | --sys | --sy)
1162 ac_prev=sysconfdir ;;
1163 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1164 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1165 sysconfdir=$ac_optarg ;;
1166
1167 -target | --target | --targe | --targ | --tar | --ta | --t)
1168 ac_prev=target_alias ;;
1169 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1170 target_alias=$ac_optarg ;;
1171
1172 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1173 verbose=yes ;;
1174
1175 -version | --version | --versio | --versi | --vers | -V)
1176 ac_init_version=: ;;
1177
1178 -with-* | --with-*)
1179 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1180 # Reject names that are not valid shell variable names.
1181 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1182 as_fn_error $? "invalid package name: $ac_useropt"
1183 ac_useropt_orig=$ac_useropt
1184 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1185 case $ac_user_opts in
1186 *"
1187 "with_$ac_useropt"
1188 "*) ;;
1189 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1190 ac_unrecognized_sep=', ';;
1191 esac
1192 eval with_$ac_useropt=\$ac_optarg ;;
1193
1194 -without-* | --without-*)
1195 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1196 # Reject names that are not valid shell variable names.
1197 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1198 as_fn_error $? "invalid package name: $ac_useropt"
1199 ac_useropt_orig=$ac_useropt
1200 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1201 case $ac_user_opts in
1202 *"
1203 "with_$ac_useropt"
1204 "*) ;;
1205 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1206 ac_unrecognized_sep=', ';;
1207 esac
1208 eval with_$ac_useropt=no ;;
1209
1210 --x)
1211 # Obsolete; use --with-x.
1212 with_x=yes ;;
1213
1214 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1215 | --x-incl | --x-inc | --x-in | --x-i)
1216 ac_prev=x_includes ;;
1217 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1218 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1219 x_includes=$ac_optarg ;;
1220
1221 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1222 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1223 ac_prev=x_libraries ;;
1224 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1225 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1226 x_libraries=$ac_optarg ;;
1227
1228 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1229 Try \`$0 --help' for more information"
1230 ;;
1231
1232 *=*)
1233 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1234 # Reject names that are not valid shell variable names.
1235 case $ac_envvar in #(
1236 '' | [0-9]* | *[!_$as_cr_alnum]* )
1237 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1238 esac
1239 eval $ac_envvar=\$ac_optarg
1240 export $ac_envvar ;;
1241
1242 *)
1243 # FIXME: should be removed in autoconf 3.0.
1244 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1245 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1246 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1247 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1248 ;;
1249
1250 esac
1251 done
1252
1253 if test -n "$ac_prev"; then
1254 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1255 as_fn_error $? "missing argument to $ac_option"
1256 fi
1257
1258 if test -n "$ac_unrecognized_opts"; then
1259 case $enable_option_checking in
1260 no) ;;
1261 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1262 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1263 esac
1264 fi
1265
1266 # Check all directory arguments for consistency.
1267 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1268 datadir sysconfdir sharedstatedir localstatedir includedir \
1269 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1270 libdir localedir mandir runstatedir
1271 do
1272 eval ac_val=\$$ac_var
1273 # Remove trailing slashes.
1274 case $ac_val in
1275 */ )
1276 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1277 eval $ac_var=\$ac_val;;
1278 esac
1279 # Be sure to have absolute directory names.
1280 case $ac_val in
1281 [\\/$]* | ?:[\\/]* ) continue;;
1282 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1283 esac
1284 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1285 done
1286
1287 # There might be people who depend on the old broken behavior: `$host'
1288 # used to hold the argument of --host etc.
1289 # FIXME: To remove some day.
1290 build=$build_alias
1291 host=$host_alias
1292 target=$target_alias
1293
1294 # FIXME: To remove some day.
1295 if test "x$host_alias" != x; then
1296 if test "x$build_alias" = x; then
1297 cross_compiling=maybe
1298 elif test "x$build_alias" != "x$host_alias"; then
1299 cross_compiling=yes
1300 fi
1301 fi
1302
1303 ac_tool_prefix=
1304 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1305
1306 test "$silent" = yes && exec 6>/dev/null
1307
1308
1309 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1310 ac_ls_di=`ls -di .` &&
1311 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1312 as_fn_error $? "working directory cannot be determined"
1313 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1314 as_fn_error $? "pwd does not report name of working directory"
1315
1316
1317 # Find the source files, if location was not specified.
1318 if test -z "$srcdir"; then
1319 ac_srcdir_defaulted=yes
1320 # Try the directory containing this script, then the parent directory.
1321 ac_confdir=`$as_dirname -- "$as_myself" ||
1322 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1323 X"$as_myself" : 'X\(//\)[^/]' \| \
1324 X"$as_myself" : 'X\(//\)$' \| \
1325 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1326 $as_echo X"$as_myself" |
1327 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1328 s//\1/
1329 q
1330 }
1331 /^X\(\/\/\)[^/].*/{
1332 s//\1/
1333 q
1334 }
1335 /^X\(\/\/\)$/{
1336 s//\1/
1337 q
1338 }
1339 /^X\(\/\).*/{
1340 s//\1/
1341 q
1342 }
1343 s/.*/./; q'`
1344 srcdir=$ac_confdir
1345 if test ! -r "$srcdir/$ac_unique_file"; then
1346 srcdir=..
1347 fi
1348 else
1349 ac_srcdir_defaulted=no
1350 fi
1351 if test ! -r "$srcdir/$ac_unique_file"; then
1352 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1353 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1354 fi
1355 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1356 ac_abs_confdir=`(
1357 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1358 pwd)`
1359 # When building in place, set srcdir=.
1360 if test "$ac_abs_confdir" = "$ac_pwd"; then
1361 srcdir=.
1362 fi
1363 # Remove unnecessary trailing slashes from srcdir.
1364 # Double slashes in file names in object file debugging info
1365 # mess up M-x gdb in Emacs.
1366 case $srcdir in
1367 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1368 esac
1369 for ac_var in $ac_precious_vars; do
1370 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1371 eval ac_env_${ac_var}_value=\$${ac_var}
1372 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1373 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1374 done
1375
1376 #
1377 # Report the --help message.
1378 #
1379 if test "$ac_init_help" = "long"; then
1380 # Omit some internal or obsolete options to make the list less imposing.
1381 # This message is too long to be a string in the A/UX 3.1 sh.
1382 cat <<_ACEOF
1383 \`configure' configures gas 2.38.50 to adapt to many kinds of systems.
1384
1385 Usage: $0 [OPTION]... [VAR=VALUE]...
1386
1387 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1388 VAR=VALUE. See below for descriptions of some of the useful variables.
1389
1390 Defaults for the options are specified in brackets.
1391
1392 Configuration:
1393 -h, --help display this help and exit
1394 --help=short display options specific to this package
1395 --help=recursive display the short help of all the included packages
1396 -V, --version display version information and exit
1397 -q, --quiet, --silent do not print \`checking ...' messages
1398 --cache-file=FILE cache test results in FILE [disabled]
1399 -C, --config-cache alias for \`--cache-file=config.cache'
1400 -n, --no-create do not create output files
1401 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1402
1403 Installation directories:
1404 --prefix=PREFIX install architecture-independent files in PREFIX
1405 [$ac_default_prefix]
1406 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1407 [PREFIX]
1408
1409 By default, \`make install' will install all the files in
1410 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1411 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1412 for instance \`--prefix=\$HOME'.
1413
1414 For better control, use the options below.
1415
1416 Fine tuning of the installation directories:
1417 --bindir=DIR user executables [EPREFIX/bin]
1418 --sbindir=DIR system admin executables [EPREFIX/sbin]
1419 --libexecdir=DIR program executables [EPREFIX/libexec]
1420 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1421 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1422 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1423 --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1437 _ACEOF
1438
1439 cat <<\_ACEOF
1440
1441 Program names:
1442 --program-prefix=PREFIX prepend PREFIX to installed program names
1443 --program-suffix=SUFFIX append SUFFIX to installed program names
1444 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1445
1446 System types:
1447 --build=BUILD configure for building on BUILD [guessed]
1448 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1449 --target=TARGET configure for building compilers for TARGET [HOST]
1450 _ACEOF
1451 fi
1452
1453 if test -n "$ac_init_help"; then
1454 case $ac_init_help in
1455 short | recursive ) echo "Configuration of gas 2.38.50:";;
1456 esac
1457 cat <<\_ACEOF
1458
1459 Optional Features:
1460 --disable-option-checking ignore unrecognized --enable/--with options
1461 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1462 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1463 --enable-silent-rules less verbose build output (undo: "make V=1")
1464 --disable-silent-rules verbose build output (undo: "make V=0")
1465 --enable-dependency-tracking
1466 do not reject slow dependency extractors
1467 --disable-dependency-tracking
1468 speeds up one-time build
1469 --enable-shared[=PKGS] build shared libraries [default=yes]
1470 --enable-static[=PKGS] build static libraries [default=yes]
1471 --enable-fast-install[=PKGS]
1472 optimize for fast installation [default=yes]
1473 --disable-libtool-lock avoid locking (might break parallel builds)
1474 --enable-plugins Enable support for plugins
1475 --disable-largefile omit support for large files
1476 --enable-targets alternative target configurations besides the primary
1477 --enable-checking enable run-time checks
1478 --enable-compressed-debug-sections={all,gas,none}
1479 compress debug sections by default
1480 --enable-x86-relax-relocations
1481 generate x86 relax relocations by default
1482 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1483 default
1484 --enable-generate-build-notes
1485 generate GNU Build notes if none are provided by the
1486 input
1487 --enable-mips-fix-loongson3-llsc
1488 enable MIPS fix Loongson3 LLSC errata
1489 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1490 --enable-default-riscv-attribute
1491 generate RISC-V arch attribute by default
1492 --enable-werror treat compile warnings as errors
1493 --enable-build-warnings enable build-time compiler warnings
1494 --disable-nls do not use Native Language Support
1495 --enable-maintainer-mode
1496 enable make rules and dependencies not useful (and
1497 sometimes confusing) to the casual installer
1498
1499 Optional Packages:
1500 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1501 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1502 --with-pic try to use only PIC/non-PIC objects [default=use
1503 both]
1504 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1505 --with-cpu=CPU default cpu variant is CPU (currently only supported
1506 on ARC)
1507 --with-system-zlib use installed libz
1508
1509 Some influential environment variables:
1510 CC C compiler command
1511 CFLAGS C compiler flags
1512 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1513 nonstandard directory <lib dir>
1514 LIBS libraries to pass to the linker, e.g. -l<library>
1515 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1516 you have headers in a nonstandard directory <include dir>
1517 CPP C preprocessor
1518 YACC The `Yet Another Compiler Compiler' implementation to use.
1519 Defaults to the first program found out of: `bison -y', `byacc',
1520 `yacc'.
1521 YFLAGS The list of arguments that will be passed by default to $YACC.
1522 This script will default YFLAGS to the empty string to avoid a
1523 default value of `-d' given by some make applications.
1524
1525 Use these variables to override the choices made by `configure' or to help
1526 it to find libraries and programs with nonstandard names/locations.
1527
1528 Report bugs to the package provider.
1529 _ACEOF
1530 ac_status=$?
1531 fi
1532
1533 if test "$ac_init_help" = "recursive"; then
1534 # If there are subdirs, report their specific --help.
1535 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1536 test -d "$ac_dir" ||
1537 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1538 continue
1539 ac_builddir=.
1540
1541 case "$ac_dir" in
1542 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1543 *)
1544 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1545 # A ".." for each directory in $ac_dir_suffix.
1546 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1547 case $ac_top_builddir_sub in
1548 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1550 esac ;;
1551 esac
1552 ac_abs_top_builddir=$ac_pwd
1553 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1554 # for backward compatibility:
1555 ac_top_builddir=$ac_top_build_prefix
1556
1557 case $srcdir in
1558 .) # We are building in place.
1559 ac_srcdir=.
1560 ac_top_srcdir=$ac_top_builddir_sub
1561 ac_abs_top_srcdir=$ac_pwd ;;
1562 [\\/]* | ?:[\\/]* ) # Absolute name.
1563 ac_srcdir=$srcdir$ac_dir_suffix;
1564 ac_top_srcdir=$srcdir
1565 ac_abs_top_srcdir=$srcdir ;;
1566 *) # Relative name.
1567 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1568 ac_top_srcdir=$ac_top_build_prefix$srcdir
1569 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1570 esac
1571 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1572
1573 cd "$ac_dir" || { ac_status=$?; continue; }
1574 # Check for guested configure.
1575 if test -f "$ac_srcdir/configure.gnu"; then
1576 echo &&
1577 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1578 elif test -f "$ac_srcdir/configure"; then
1579 echo &&
1580 $SHELL "$ac_srcdir/configure" --help=recursive
1581 else
1582 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1583 fi || ac_status=$?
1584 cd "$ac_pwd" || { ac_status=$?; break; }
1585 done
1586 fi
1587
1588 test -n "$ac_init_help" && exit $ac_status
1589 if $ac_init_version; then
1590 cat <<\_ACEOF
1591 gas configure 2.38.50
1592 generated by GNU Autoconf 2.69
1593
1594 Copyright (C) 2012 Free Software Foundation, Inc.
1595 This configure script is free software; the Free Software Foundation
1596 gives unlimited permission to copy, distribute and modify it.
1597 _ACEOF
1598 exit
1599 fi
1600
1601 ## ------------------------ ##
1602 ## Autoconf initialization. ##
1603 ## ------------------------ ##
1604
1605 # ac_fn_c_try_compile LINENO
1606 # --------------------------
1607 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1608 ac_fn_c_try_compile ()
1609 {
1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1611 rm -f conftest.$ac_objext
1612 if { { ac_try="$ac_compile"
1613 case "(($ac_try" in
1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1616 esac
1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618 $as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_compile") 2>conftest.err
1620 ac_status=$?
1621 if test -s conftest.err; then
1622 grep -v '^ *+' conftest.err >conftest.er1
1623 cat conftest.er1 >&5
1624 mv -f conftest.er1 conftest.err
1625 fi
1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1627 test $ac_status = 0; } && {
1628 test -z "$ac_c_werror_flag" ||
1629 test ! -s conftest.err
1630 } && test -s conftest.$ac_objext; then :
1631 ac_retval=0
1632 else
1633 $as_echo "$as_me: failed program was:" >&5
1634 sed 's/^/| /' conftest.$ac_ext >&5
1635
1636 ac_retval=1
1637 fi
1638 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1639 as_fn_set_status $ac_retval
1640
1641 } # ac_fn_c_try_compile
1642
1643 # ac_fn_c_try_cpp LINENO
1644 # ----------------------
1645 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1646 ac_fn_c_try_cpp ()
1647 {
1648 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1649 if { { ac_try="$ac_cpp conftest.$ac_ext"
1650 case "(($ac_try" in
1651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1652 *) ac_try_echo=$ac_try;;
1653 esac
1654 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1655 $as_echo "$ac_try_echo"; } >&5
1656 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1657 ac_status=$?
1658 if test -s conftest.err; then
1659 grep -v '^ *+' conftest.err >conftest.er1
1660 cat conftest.er1 >&5
1661 mv -f conftest.er1 conftest.err
1662 fi
1663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1664 test $ac_status = 0; } > conftest.i && {
1665 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1666 test ! -s conftest.err
1667 }; then :
1668 ac_retval=0
1669 else
1670 $as_echo "$as_me: failed program was:" >&5
1671 sed 's/^/| /' conftest.$ac_ext >&5
1672
1673 ac_retval=1
1674 fi
1675 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1676 as_fn_set_status $ac_retval
1677
1678 } # ac_fn_c_try_cpp
1679
1680 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1681 # -------------------------------------------------------
1682 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1683 # the include files in INCLUDES and setting the cache variable VAR
1684 # accordingly.
1685 ac_fn_c_check_header_mongrel ()
1686 {
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 if eval \${$3+:} false; then :
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690 $as_echo_n "checking for $2... " >&6; }
1691 if eval \${$3+:} false; then :
1692 $as_echo_n "(cached) " >&6
1693 fi
1694 eval ac_res=\$$3
1695 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1696 $as_echo "$ac_res" >&6; }
1697 else
1698 # Is the header compilable?
1699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1700 $as_echo_n "checking $2 usability... " >&6; }
1701 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1702 /* end confdefs.h. */
1703 $4
1704 #include <$2>
1705 _ACEOF
1706 if ac_fn_c_try_compile "$LINENO"; then :
1707 ac_header_compiler=yes
1708 else
1709 ac_header_compiler=no
1710 fi
1711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1713 $as_echo "$ac_header_compiler" >&6; }
1714
1715 # Is the header present?
1716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1717 $as_echo_n "checking $2 presence... " >&6; }
1718 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1719 /* end confdefs.h. */
1720 #include <$2>
1721 _ACEOF
1722 if ac_fn_c_try_cpp "$LINENO"; then :
1723 ac_header_preproc=yes
1724 else
1725 ac_header_preproc=no
1726 fi
1727 rm -f conftest.err conftest.i conftest.$ac_ext
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1729 $as_echo "$ac_header_preproc" >&6; }
1730
1731 # So? What about this header?
1732 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1733 yes:no: )
1734 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1735 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1736 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1737 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1738 ;;
1739 no:yes:* )
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1741 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1742 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1743 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1744 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1745 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1747 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1750 ;;
1751 esac
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1753 $as_echo_n "checking for $2... " >&6; }
1754 if eval \${$3+:} false; then :
1755 $as_echo_n "(cached) " >&6
1756 else
1757 eval "$3=\$ac_header_compiler"
1758 fi
1759 eval ac_res=\$$3
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1761 $as_echo "$ac_res" >&6; }
1762 fi
1763 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1764
1765 } # ac_fn_c_check_header_mongrel
1766
1767 # ac_fn_c_try_run LINENO
1768 # ----------------------
1769 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1770 # that executables *can* be run.
1771 ac_fn_c_try_run ()
1772 {
1773 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1774 if { { ac_try="$ac_link"
1775 case "(($ac_try" in
1776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1777 *) ac_try_echo=$ac_try;;
1778 esac
1779 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1780 $as_echo "$ac_try_echo"; } >&5
1781 (eval "$ac_link") 2>&5
1782 ac_status=$?
1783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1784 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1785 { { case "(($ac_try" in
1786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1787 *) ac_try_echo=$ac_try;;
1788 esac
1789 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1790 $as_echo "$ac_try_echo"; } >&5
1791 (eval "$ac_try") 2>&5
1792 ac_status=$?
1793 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1794 test $ac_status = 0; }; }; then :
1795 ac_retval=0
1796 else
1797 $as_echo "$as_me: program exited with status $ac_status" >&5
1798 $as_echo "$as_me: failed program was:" >&5
1799 sed 's/^/| /' conftest.$ac_ext >&5
1800
1801 ac_retval=$ac_status
1802 fi
1803 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1804 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1805 as_fn_set_status $ac_retval
1806
1807 } # ac_fn_c_try_run
1808
1809 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1810 # -------------------------------------------------------
1811 # Tests whether HEADER exists and can be compiled using the include files in
1812 # INCLUDES, setting the cache variable VAR accordingly.
1813 ac_fn_c_check_header_compile ()
1814 {
1815 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1816 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1817 $as_echo_n "checking for $2... " >&6; }
1818 if eval \${$3+:} false; then :
1819 $as_echo_n "(cached) " >&6
1820 else
1821 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1822 /* end confdefs.h. */
1823 $4
1824 #include <$2>
1825 _ACEOF
1826 if ac_fn_c_try_compile "$LINENO"; then :
1827 eval "$3=yes"
1828 else
1829 eval "$3=no"
1830 fi
1831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1832 fi
1833 eval ac_res=\$$3
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1835 $as_echo "$ac_res" >&6; }
1836 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1837
1838 } # ac_fn_c_check_header_compile
1839
1840 # ac_fn_c_try_link LINENO
1841 # -----------------------
1842 # Try to link conftest.$ac_ext, and return whether this succeeded.
1843 ac_fn_c_try_link ()
1844 {
1845 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1846 rm -f conftest.$ac_objext conftest$ac_exeext
1847 if { { ac_try="$ac_link"
1848 case "(($ac_try" in
1849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1850 *) ac_try_echo=$ac_try;;
1851 esac
1852 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1853 $as_echo "$ac_try_echo"; } >&5
1854 (eval "$ac_link") 2>conftest.err
1855 ac_status=$?
1856 if test -s conftest.err; then
1857 grep -v '^ *+' conftest.err >conftest.er1
1858 cat conftest.er1 >&5
1859 mv -f conftest.er1 conftest.err
1860 fi
1861 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1862 test $ac_status = 0; } && {
1863 test -z "$ac_c_werror_flag" ||
1864 test ! -s conftest.err
1865 } && test -s conftest$ac_exeext && {
1866 test "$cross_compiling" = yes ||
1867 test -x conftest$ac_exeext
1868 }; then :
1869 ac_retval=0
1870 else
1871 $as_echo "$as_me: failed program was:" >&5
1872 sed 's/^/| /' conftest.$ac_ext >&5
1873
1874 ac_retval=1
1875 fi
1876 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1877 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1878 # interfere with the next link command; also delete a directory that is
1879 # left behind by Apple's compiler. We do this before executing the actions.
1880 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1881 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1882 as_fn_set_status $ac_retval
1883
1884 } # ac_fn_c_try_link
1885
1886 # ac_fn_c_check_func LINENO FUNC VAR
1887 # ----------------------------------
1888 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1889 ac_fn_c_check_func ()
1890 {
1891 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1893 $as_echo_n "checking for $2... " >&6; }
1894 if eval \${$3+:} false; then :
1895 $as_echo_n "(cached) " >&6
1896 else
1897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1898 /* end confdefs.h. */
1899 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1900 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1901 #define $2 innocuous_$2
1902
1903 /* System header to define __stub macros and hopefully few prototypes,
1904 which can conflict with char $2 (); below.
1905 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1906 <limits.h> exists even on freestanding compilers. */
1907
1908 #ifdef __STDC__
1909 # include <limits.h>
1910 #else
1911 # include <assert.h>
1912 #endif
1913
1914 #undef $2
1915
1916 /* Override any GCC internal prototype to avoid an error.
1917 Use char because int might match the return type of a GCC
1918 builtin and then its argument prototype would still apply. */
1919 #ifdef __cplusplus
1920 extern "C"
1921 #endif
1922 char $2 ();
1923 /* The GNU C library defines this for functions which it implements
1924 to always fail with ENOSYS. Some functions are actually named
1925 something starting with __ and the normal name is an alias. */
1926 #if defined __stub_$2 || defined __stub___$2
1927 choke me
1928 #endif
1929
1930 int
1931 main ()
1932 {
1933 return $2 ();
1934 ;
1935 return 0;
1936 }
1937 _ACEOF
1938 if ac_fn_c_try_link "$LINENO"; then :
1939 eval "$3=yes"
1940 else
1941 eval "$3=no"
1942 fi
1943 rm -f core conftest.err conftest.$ac_objext \
1944 conftest$ac_exeext conftest.$ac_ext
1945 fi
1946 eval ac_res=\$$3
1947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1948 $as_echo "$ac_res" >&6; }
1949 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1950
1951 } # ac_fn_c_check_func
1952
1953 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1954 # ---------------------------------------------
1955 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1956 # accordingly.
1957 ac_fn_c_check_decl ()
1958 {
1959 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1960 as_decl_name=`echo $2|sed 's/ *(.*//'`
1961 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1963 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1964 if eval \${$3+:} false; then :
1965 $as_echo_n "(cached) " >&6
1966 else
1967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1968 /* end confdefs.h. */
1969 $4
1970 int
1971 main ()
1972 {
1973 #ifndef $as_decl_name
1974 #ifdef __cplusplus
1975 (void) $as_decl_use;
1976 #else
1977 (void) $as_decl_name;
1978 #endif
1979 #endif
1980
1981 ;
1982 return 0;
1983 }
1984 _ACEOF
1985 if ac_fn_c_try_compile "$LINENO"; then :
1986 eval "$3=yes"
1987 else
1988 eval "$3=no"
1989 fi
1990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1991 fi
1992 eval ac_res=\$$3
1993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1994 $as_echo "$ac_res" >&6; }
1995 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1996
1997 } # ac_fn_c_check_decl
1998 cat >config.log <<_ACEOF
1999 This file contains any messages produced by compilers while
2000 running configure, to aid debugging if configure makes a mistake.
2001
2002 It was created by gas $as_me 2.38.50, which was
2003 generated by GNU Autoconf 2.69. Invocation command line was
2004
2005 $ $0 $@
2006
2007 _ACEOF
2008 exec 5>>config.log
2009 {
2010 cat <<_ASUNAME
2011 ## --------- ##
2012 ## Platform. ##
2013 ## --------- ##
2014
2015 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2016 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2017 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2018 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2019 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2020
2021 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2022 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2023
2024 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2025 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2026 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2027 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2028 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2029 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2030 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2031
2032 _ASUNAME
2033
2034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2035 for as_dir in $PATH
2036 do
2037 IFS=$as_save_IFS
2038 test -z "$as_dir" && as_dir=.
2039 $as_echo "PATH: $as_dir"
2040 done
2041 IFS=$as_save_IFS
2042
2043 } >&5
2044
2045 cat >&5 <<_ACEOF
2046
2047
2048 ## ----------- ##
2049 ## Core tests. ##
2050 ## ----------- ##
2051
2052 _ACEOF
2053
2054
2055 # Keep a trace of the command line.
2056 # Strip out --no-create and --no-recursion so they do not pile up.
2057 # Strip out --silent because we don't want to record it for future runs.
2058 # Also quote any args containing shell meta-characters.
2059 # Make two passes to allow for proper duplicate-argument suppression.
2060 ac_configure_args=
2061 ac_configure_args0=
2062 ac_configure_args1=
2063 ac_must_keep_next=false
2064 for ac_pass in 1 2
2065 do
2066 for ac_arg
2067 do
2068 case $ac_arg in
2069 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2070 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2071 | -silent | --silent | --silen | --sile | --sil)
2072 continue ;;
2073 *\'*)
2074 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2075 esac
2076 case $ac_pass in
2077 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2078 2)
2079 as_fn_append ac_configure_args1 " '$ac_arg'"
2080 if test $ac_must_keep_next = true; then
2081 ac_must_keep_next=false # Got value, back to normal.
2082 else
2083 case $ac_arg in
2084 *=* | --config-cache | -C | -disable-* | --disable-* \
2085 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2086 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2087 | -with-* | --with-* | -without-* | --without-* | --x)
2088 case "$ac_configure_args0 " in
2089 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2090 esac
2091 ;;
2092 -* ) ac_must_keep_next=true ;;
2093 esac
2094 fi
2095 as_fn_append ac_configure_args " '$ac_arg'"
2096 ;;
2097 esac
2098 done
2099 done
2100 { ac_configure_args0=; unset ac_configure_args0;}
2101 { ac_configure_args1=; unset ac_configure_args1;}
2102
2103 # When interrupted or exit'd, cleanup temporary files, and complete
2104 # config.log. We remove comments because anyway the quotes in there
2105 # would cause problems or look ugly.
2106 # WARNING: Use '\'' to represent an apostrophe within the trap.
2107 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2108 trap 'exit_status=$?
2109 # Save into config.log some information that might help in debugging.
2110 {
2111 echo
2112
2113 $as_echo "## ---------------- ##
2114 ## Cache variables. ##
2115 ## ---------------- ##"
2116 echo
2117 # The following way of writing the cache mishandles newlines in values,
2118 (
2119 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2120 eval ac_val=\$$ac_var
2121 case $ac_val in #(
2122 *${as_nl}*)
2123 case $ac_var in #(
2124 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2125 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2126 esac
2127 case $ac_var in #(
2128 _ | IFS | as_nl) ;; #(
2129 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2130 *) { eval $ac_var=; unset $ac_var;} ;;
2131 esac ;;
2132 esac
2133 done
2134 (set) 2>&1 |
2135 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2136 *${as_nl}ac_space=\ *)
2137 sed -n \
2138 "s/'\''/'\''\\\\'\'''\''/g;
2139 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2140 ;; #(
2141 *)
2142 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2143 ;;
2144 esac |
2145 sort
2146 )
2147 echo
2148
2149 $as_echo "## ----------------- ##
2150 ## Output variables. ##
2151 ## ----------------- ##"
2152 echo
2153 for ac_var in $ac_subst_vars
2154 do
2155 eval ac_val=\$$ac_var
2156 case $ac_val in
2157 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2158 esac
2159 $as_echo "$ac_var='\''$ac_val'\''"
2160 done | sort
2161 echo
2162
2163 if test -n "$ac_subst_files"; then
2164 $as_echo "## ------------------- ##
2165 ## File substitutions. ##
2166 ## ------------------- ##"
2167 echo
2168 for ac_var in $ac_subst_files
2169 do
2170 eval ac_val=\$$ac_var
2171 case $ac_val in
2172 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2173 esac
2174 $as_echo "$ac_var='\''$ac_val'\''"
2175 done | sort
2176 echo
2177 fi
2178
2179 if test -s confdefs.h; then
2180 $as_echo "## ----------- ##
2181 ## confdefs.h. ##
2182 ## ----------- ##"
2183 echo
2184 cat confdefs.h
2185 echo
2186 fi
2187 test "$ac_signal" != 0 &&
2188 $as_echo "$as_me: caught signal $ac_signal"
2189 $as_echo "$as_me: exit $exit_status"
2190 } >&5
2191 rm -f core *.core core.conftest.* &&
2192 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2193 exit $exit_status
2194 ' 0
2195 for ac_signal in 1 2 13 15; do
2196 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2197 done
2198 ac_signal=0
2199
2200 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2201 rm -f -r conftest* confdefs.h
2202
2203 $as_echo "/* confdefs.h */" > confdefs.h
2204
2205 # Predefined preprocessor variables.
2206
2207 cat >>confdefs.h <<_ACEOF
2208 #define PACKAGE_NAME "$PACKAGE_NAME"
2209 _ACEOF
2210
2211 cat >>confdefs.h <<_ACEOF
2212 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2213 _ACEOF
2214
2215 cat >>confdefs.h <<_ACEOF
2216 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2217 _ACEOF
2218
2219 cat >>confdefs.h <<_ACEOF
2220 #define PACKAGE_STRING "$PACKAGE_STRING"
2221 _ACEOF
2222
2223 cat >>confdefs.h <<_ACEOF
2224 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2225 _ACEOF
2226
2227 cat >>confdefs.h <<_ACEOF
2228 #define PACKAGE_URL "$PACKAGE_URL"
2229 _ACEOF
2230
2231
2232 # Let the site file select an alternate cache file if it wants to.
2233 # Prefer an explicitly selected file to automatically selected ones.
2234 ac_site_file1=NONE
2235 ac_site_file2=NONE
2236 if test -n "$CONFIG_SITE"; then
2237 # We do not want a PATH search for config.site.
2238 case $CONFIG_SITE in #((
2239 -*) ac_site_file1=./$CONFIG_SITE;;
2240 */*) ac_site_file1=$CONFIG_SITE;;
2241 *) ac_site_file1=./$CONFIG_SITE;;
2242 esac
2243 elif test "x$prefix" != xNONE; then
2244 ac_site_file1=$prefix/share/config.site
2245 ac_site_file2=$prefix/etc/config.site
2246 else
2247 ac_site_file1=$ac_default_prefix/share/config.site
2248 ac_site_file2=$ac_default_prefix/etc/config.site
2249 fi
2250 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2251 do
2252 test "x$ac_site_file" = xNONE && continue
2253 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2254 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2255 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2256 sed 's/^/| /' "$ac_site_file" >&5
2257 . "$ac_site_file" \
2258 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2259 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2260 as_fn_error $? "failed to load site script $ac_site_file
2261 See \`config.log' for more details" "$LINENO" 5; }
2262 fi
2263 done
2264
2265 if test -r "$cache_file"; then
2266 # Some versions of bash will fail to source /dev/null (special files
2267 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2268 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2269 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2270 $as_echo "$as_me: loading cache $cache_file" >&6;}
2271 case $cache_file in
2272 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2273 *) . "./$cache_file";;
2274 esac
2275 fi
2276 else
2277 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2278 $as_echo "$as_me: creating cache $cache_file" >&6;}
2279 >$cache_file
2280 fi
2281
2282 # Check that the precious variables saved in the cache have kept the same
2283 # value.
2284 ac_cache_corrupted=false
2285 for ac_var in $ac_precious_vars; do
2286 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2287 eval ac_new_set=\$ac_env_${ac_var}_set
2288 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2289 eval ac_new_val=\$ac_env_${ac_var}_value
2290 case $ac_old_set,$ac_new_set in
2291 set,)
2292 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2293 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2294 ac_cache_corrupted=: ;;
2295 ,set)
2296 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2297 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2298 ac_cache_corrupted=: ;;
2299 ,);;
2300 *)
2301 if test "x$ac_old_val" != "x$ac_new_val"; then
2302 # differences in whitespace do not lead to failure.
2303 ac_old_val_w=`echo x $ac_old_val`
2304 ac_new_val_w=`echo x $ac_new_val`
2305 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2307 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2308 ac_cache_corrupted=:
2309 else
2310 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2311 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2312 eval $ac_var=\$ac_old_val
2313 fi
2314 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2315 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2316 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2317 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2318 fi;;
2319 esac
2320 # Pass precious variables to config.status.
2321 if test "$ac_new_set" = set; then
2322 case $ac_new_val in
2323 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2324 *) ac_arg=$ac_var=$ac_new_val ;;
2325 esac
2326 case " $ac_configure_args " in
2327 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2328 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2329 esac
2330 fi
2331 done
2332 if $ac_cache_corrupted; then
2333 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2334 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2335 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2336 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2337 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2338 fi
2339 ## -------------------- ##
2340 ## Main body of script. ##
2341 ## -------------------- ##
2342
2343 ac_ext=c
2344 ac_cpp='$CPP $CPPFLAGS'
2345 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2346 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2347 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2348
2349
2350
2351
2352
2353
2354
2355 ac_aux_dir=
2356 for ac_dir in .. "$srcdir"/..; do
2357 if test -f "$ac_dir/install-sh"; then
2358 ac_aux_dir=$ac_dir
2359 ac_install_sh="$ac_aux_dir/install-sh -c"
2360 break
2361 elif test -f "$ac_dir/install.sh"; then
2362 ac_aux_dir=$ac_dir
2363 ac_install_sh="$ac_aux_dir/install.sh -c"
2364 break
2365 elif test -f "$ac_dir/shtool"; then
2366 ac_aux_dir=$ac_dir
2367 ac_install_sh="$ac_aux_dir/shtool install -c"
2368 break
2369 fi
2370 done
2371 if test -z "$ac_aux_dir"; then
2372 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2373 fi
2374
2375 # These three variables are undocumented and unsupported,
2376 # and are intended to be withdrawn in a future Autoconf release.
2377 # They can cause serious problems if a builder's source tree is in a directory
2378 # whose full name contains unusual characters.
2379 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2380 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2381 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2382
2383
2384 # Make sure we can run config.sub.
2385 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2386 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2387
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2389 $as_echo_n "checking build system type... " >&6; }
2390 if ${ac_cv_build+:} false; then :
2391 $as_echo_n "(cached) " >&6
2392 else
2393 ac_build_alias=$build_alias
2394 test "x$ac_build_alias" = x &&
2395 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2396 test "x$ac_build_alias" = x &&
2397 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2398 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2399 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2400
2401 fi
2402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2403 $as_echo "$ac_cv_build" >&6; }
2404 case $ac_cv_build in
2405 *-*-*) ;;
2406 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2407 esac
2408 build=$ac_cv_build
2409 ac_save_IFS=$IFS; IFS='-'
2410 set x $ac_cv_build
2411 shift
2412 build_cpu=$1
2413 build_vendor=$2
2414 shift; shift
2415 # Remember, the first character of IFS is used to create $*,
2416 # except with old shells:
2417 build_os=$*
2418 IFS=$ac_save_IFS
2419 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2420
2421
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2423 $as_echo_n "checking host system type... " >&6; }
2424 if ${ac_cv_host+:} false; then :
2425 $as_echo_n "(cached) " >&6
2426 else
2427 if test "x$host_alias" = x; then
2428 ac_cv_host=$ac_cv_build
2429 else
2430 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2431 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2432 fi
2433
2434 fi
2435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2436 $as_echo "$ac_cv_host" >&6; }
2437 case $ac_cv_host in
2438 *-*-*) ;;
2439 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2440 esac
2441 host=$ac_cv_host
2442 ac_save_IFS=$IFS; IFS='-'
2443 set x $ac_cv_host
2444 shift
2445 host_cpu=$1
2446 host_vendor=$2
2447 shift; shift
2448 # Remember, the first character of IFS is used to create $*,
2449 # except with old shells:
2450 host_os=$*
2451 IFS=$ac_save_IFS
2452 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2453
2454
2455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2456 $as_echo_n "checking target system type... " >&6; }
2457 if ${ac_cv_target+:} false; then :
2458 $as_echo_n "(cached) " >&6
2459 else
2460 if test "x$target_alias" = x; then
2461 ac_cv_target=$ac_cv_host
2462 else
2463 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2464 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2465 fi
2466
2467 fi
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2469 $as_echo "$ac_cv_target" >&6; }
2470 case $ac_cv_target in
2471 *-*-*) ;;
2472 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2473 esac
2474 target=$ac_cv_target
2475 ac_save_IFS=$IFS; IFS='-'
2476 set x $ac_cv_target
2477 shift
2478 target_cpu=$1
2479 target_vendor=$2
2480 shift; shift
2481 # Remember, the first character of IFS is used to create $*,
2482 # except with old shells:
2483 target_os=$*
2484 IFS=$ac_save_IFS
2485 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2486
2487
2488 # The aliases save the names the user supplied, while $host etc.
2489 # will get canonicalized.
2490 test -n "$target_alias" &&
2491 test "$program_prefix$program_suffix$program_transform_name" = \
2492 NONENONEs,x,x, &&
2493 program_prefix=${target_alias}-
2494
2495 am__api_version='1.15'
2496
2497 # Find a good install program. We prefer a C program (faster),
2498 # so one script is as good as another. But avoid the broken or
2499 # incompatible versions:
2500 # SysV /etc/install, /usr/sbin/install
2501 # SunOS /usr/etc/install
2502 # IRIX /sbin/install
2503 # AIX /bin/install
2504 # AmigaOS /C/install, which installs bootblocks on floppy discs
2505 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2506 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2507 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2508 # OS/2's system install, which has a completely different semantic
2509 # ./install, which can be erroneously created by make from ./install.sh.
2510 # Reject install programs that cannot install multiple files.
2511 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2512 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2513 if test -z "$INSTALL"; then
2514 if ${ac_cv_path_install+:} false; then :
2515 $as_echo_n "(cached) " >&6
2516 else
2517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2518 for as_dir in $PATH
2519 do
2520 IFS=$as_save_IFS
2521 test -z "$as_dir" && as_dir=.
2522 # Account for people who put trailing slashes in PATH elements.
2523 case $as_dir/ in #((
2524 ./ | .// | /[cC]/* | \
2525 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2526 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2527 /usr/ucb/* ) ;;
2528 *)
2529 # OSF1 and SCO ODT 3.0 have their own names for install.
2530 # Don't use installbsd from OSF since it installs stuff as root
2531 # by default.
2532 for ac_prog in ginstall scoinst install; do
2533 for ac_exec_ext in '' $ac_executable_extensions; do
2534 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2535 if test $ac_prog = install &&
2536 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2537 # AIX install. It has an incompatible calling convention.
2538 :
2539 elif test $ac_prog = install &&
2540 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2541 # program-specific install script used by HP pwplus--don't use.
2542 :
2543 else
2544 rm -rf conftest.one conftest.two conftest.dir
2545 echo one > conftest.one
2546 echo two > conftest.two
2547 mkdir conftest.dir
2548 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2549 test -s conftest.one && test -s conftest.two &&
2550 test -s conftest.dir/conftest.one &&
2551 test -s conftest.dir/conftest.two
2552 then
2553 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2554 break 3
2555 fi
2556 fi
2557 fi
2558 done
2559 done
2560 ;;
2561 esac
2562
2563 done
2564 IFS=$as_save_IFS
2565
2566 rm -rf conftest.one conftest.two conftest.dir
2567
2568 fi
2569 if test "${ac_cv_path_install+set}" = set; then
2570 INSTALL=$ac_cv_path_install
2571 else
2572 # As a last resort, use the slow shell script. Don't cache a
2573 # value for INSTALL within a source directory, because that will
2574 # break other packages using the cache if that directory is
2575 # removed, or if the value is a relative name.
2576 INSTALL=$ac_install_sh
2577 fi
2578 fi
2579 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2580 $as_echo "$INSTALL" >&6; }
2581
2582 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2583 # It thinks the first close brace ends the variable substitution.
2584 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2585
2586 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2587
2588 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2589
2590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2591 $as_echo_n "checking whether build environment is sane... " >&6; }
2592 # Reject unsafe characters in $srcdir or the absolute working directory
2593 # name. Accept space and tab only in the latter.
2594 am_lf='
2595 '
2596 case `pwd` in
2597 *[\\\"\#\$\&\'\`$am_lf]*)
2598 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2599 esac
2600 case $srcdir in
2601 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2602 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2603 esac
2604
2605 # Do 'set' in a subshell so we don't clobber the current shell's
2606 # arguments. Must try -L first in case configure is actually a
2607 # symlink; some systems play weird games with the mod time of symlinks
2608 # (eg FreeBSD returns the mod time of the symlink's containing
2609 # directory).
2610 if (
2611 am_has_slept=no
2612 for am_try in 1 2; do
2613 echo "timestamp, slept: $am_has_slept" > conftest.file
2614 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2615 if test "$*" = "X"; then
2616 # -L didn't work.
2617 set X `ls -t "$srcdir/configure" conftest.file`
2618 fi
2619 if test "$*" != "X $srcdir/configure conftest.file" \
2620 && test "$*" != "X conftest.file $srcdir/configure"; then
2621
2622 # If neither matched, then we have a broken ls. This can happen
2623 # if, for instance, CONFIG_SHELL is bash and it inherits a
2624 # broken ls alias from the environment. This has actually
2625 # happened. Such a system could not be considered "sane".
2626 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2627 alias in your environment" "$LINENO" 5
2628 fi
2629 if test "$2" = conftest.file || test $am_try -eq 2; then
2630 break
2631 fi
2632 # Just in case.
2633 sleep 1
2634 am_has_slept=yes
2635 done
2636 test "$2" = conftest.file
2637 )
2638 then
2639 # Ok.
2640 :
2641 else
2642 as_fn_error $? "newly created file is older than distributed files!
2643 Check your system clock" "$LINENO" 5
2644 fi
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2646 $as_echo "yes" >&6; }
2647 # If we didn't sleep, we still need to ensure time stamps of config.status and
2648 # generated files are strictly newer.
2649 am_sleep_pid=
2650 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2651 ( sleep 1 ) &
2652 am_sleep_pid=$!
2653 fi
2654
2655 rm -f conftest.file
2656
2657 test "$program_prefix" != NONE &&
2658 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2659 # Use a double $ so make ignores it.
2660 test "$program_suffix" != NONE &&
2661 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2662 # Double any \ or $.
2663 # By default was `s,x,x', remove it if useless.
2664 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2665 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2666
2667 # Expand $ac_aux_dir to an absolute path.
2668 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2669
2670 if test x"${MISSING+set}" != xset; then
2671 case $am_aux_dir in
2672 *\ * | *\ *)
2673 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2674 *)
2675 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2676 esac
2677 fi
2678 # Use eval to expand $SHELL
2679 if eval "$MISSING --is-lightweight"; then
2680 am_missing_run="$MISSING "
2681 else
2682 am_missing_run=
2683 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2684 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2685 fi
2686
2687 if test x"${install_sh+set}" != xset; then
2688 case $am_aux_dir in
2689 *\ * | *\ *)
2690 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2691 *)
2692 install_sh="\${SHELL} $am_aux_dir/install-sh"
2693 esac
2694 fi
2695
2696 # Installed binaries are usually stripped using 'strip' when the user
2697 # run "make install-strip". However 'strip' might not be the right
2698 # tool to use in cross-compilation environments, therefore Automake
2699 # will honor the 'STRIP' environment variable to overrule this program.
2700 if test "$cross_compiling" != no; then
2701 if test -n "$ac_tool_prefix"; then
2702 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2703 set dummy ${ac_tool_prefix}strip; ac_word=$2
2704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2705 $as_echo_n "checking for $ac_word... " >&6; }
2706 if ${ac_cv_prog_STRIP+:} false; then :
2707 $as_echo_n "(cached) " >&6
2708 else
2709 if test -n "$STRIP"; then
2710 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2711 else
2712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2713 for as_dir in $PATH
2714 do
2715 IFS=$as_save_IFS
2716 test -z "$as_dir" && as_dir=.
2717 for ac_exec_ext in '' $ac_executable_extensions; do
2718 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2719 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2721 break 2
2722 fi
2723 done
2724 done
2725 IFS=$as_save_IFS
2726
2727 fi
2728 fi
2729 STRIP=$ac_cv_prog_STRIP
2730 if test -n "$STRIP"; then
2731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2732 $as_echo "$STRIP" >&6; }
2733 else
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735 $as_echo "no" >&6; }
2736 fi
2737
2738
2739 fi
2740 if test -z "$ac_cv_prog_STRIP"; then
2741 ac_ct_STRIP=$STRIP
2742 # Extract the first word of "strip", so it can be a program name with args.
2743 set dummy strip; ac_word=$2
2744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2745 $as_echo_n "checking for $ac_word... " >&6; }
2746 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2747 $as_echo_n "(cached) " >&6
2748 else
2749 if test -n "$ac_ct_STRIP"; then
2750 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2751 else
2752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2753 for as_dir in $PATH
2754 do
2755 IFS=$as_save_IFS
2756 test -z "$as_dir" && as_dir=.
2757 for ac_exec_ext in '' $ac_executable_extensions; do
2758 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2759 ac_cv_prog_ac_ct_STRIP="strip"
2760 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2761 break 2
2762 fi
2763 done
2764 done
2765 IFS=$as_save_IFS
2766
2767 fi
2768 fi
2769 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2770 if test -n "$ac_ct_STRIP"; then
2771 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2772 $as_echo "$ac_ct_STRIP" >&6; }
2773 else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775 $as_echo "no" >&6; }
2776 fi
2777
2778 if test "x$ac_ct_STRIP" = x; then
2779 STRIP=":"
2780 else
2781 case $cross_compiling:$ac_tool_warned in
2782 yes:)
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2784 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2785 ac_tool_warned=yes ;;
2786 esac
2787 STRIP=$ac_ct_STRIP
2788 fi
2789 else
2790 STRIP="$ac_cv_prog_STRIP"
2791 fi
2792
2793 fi
2794 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2795
2796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2797 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2798 if test -z "$MKDIR_P"; then
2799 if ${ac_cv_path_mkdir+:} false; then :
2800 $as_echo_n "(cached) " >&6
2801 else
2802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2803 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2804 do
2805 IFS=$as_save_IFS
2806 test -z "$as_dir" && as_dir=.
2807 for ac_prog in mkdir gmkdir; do
2808 for ac_exec_ext in '' $ac_executable_extensions; do
2809 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2810 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2811 'mkdir (GNU coreutils) '* | \
2812 'mkdir (coreutils) '* | \
2813 'mkdir (fileutils) '4.1*)
2814 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2815 break 3;;
2816 esac
2817 done
2818 done
2819 done
2820 IFS=$as_save_IFS
2821
2822 fi
2823
2824 test -d ./--version && rmdir ./--version
2825 if test "${ac_cv_path_mkdir+set}" = set; then
2826 MKDIR_P="$ac_cv_path_mkdir -p"
2827 else
2828 # As a last resort, use the slow shell script. Don't cache a
2829 # value for MKDIR_P within a source directory, because that will
2830 # break other packages using the cache if that directory is
2831 # removed, or if the value is a relative name.
2832 MKDIR_P="$ac_install_sh -d"
2833 fi
2834 fi
2835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2836 $as_echo "$MKDIR_P" >&6; }
2837
2838 for ac_prog in gawk mawk nawk awk
2839 do
2840 # Extract the first word of "$ac_prog", so it can be a program name with args.
2841 set dummy $ac_prog; ac_word=$2
2842 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2843 $as_echo_n "checking for $ac_word... " >&6; }
2844 if ${ac_cv_prog_AWK+:} false; then :
2845 $as_echo_n "(cached) " >&6
2846 else
2847 if test -n "$AWK"; then
2848 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2849 else
2850 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2851 for as_dir in $PATH
2852 do
2853 IFS=$as_save_IFS
2854 test -z "$as_dir" && as_dir=.
2855 for ac_exec_ext in '' $ac_executable_extensions; do
2856 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2857 ac_cv_prog_AWK="$ac_prog"
2858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2859 break 2
2860 fi
2861 done
2862 done
2863 IFS=$as_save_IFS
2864
2865 fi
2866 fi
2867 AWK=$ac_cv_prog_AWK
2868 if test -n "$AWK"; then
2869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2870 $as_echo "$AWK" >&6; }
2871 else
2872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2873 $as_echo "no" >&6; }
2874 fi
2875
2876
2877 test -n "$AWK" && break
2878 done
2879
2880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2881 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2882 set x ${MAKE-make}
2883 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2884 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2885 $as_echo_n "(cached) " >&6
2886 else
2887 cat >conftest.make <<\_ACEOF
2888 SHELL = /bin/sh
2889 all:
2890 @echo '@@@%%%=$(MAKE)=@@@%%%'
2891 _ACEOF
2892 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2893 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2894 *@@@%%%=?*=@@@%%%*)
2895 eval ac_cv_prog_make_${ac_make}_set=yes;;
2896 *)
2897 eval ac_cv_prog_make_${ac_make}_set=no;;
2898 esac
2899 rm -f conftest.make
2900 fi
2901 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2903 $as_echo "yes" >&6; }
2904 SET_MAKE=
2905 else
2906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2907 $as_echo "no" >&6; }
2908 SET_MAKE="MAKE=${MAKE-make}"
2909 fi
2910
2911 rm -rf .tst 2>/dev/null
2912 mkdir .tst 2>/dev/null
2913 if test -d .tst; then
2914 am__leading_dot=.
2915 else
2916 am__leading_dot=_
2917 fi
2918 rmdir .tst 2>/dev/null
2919
2920 # Check whether --enable-silent-rules was given.
2921 if test "${enable_silent_rules+set}" = set; then :
2922 enableval=$enable_silent_rules;
2923 fi
2924
2925 case $enable_silent_rules in # (((
2926 yes) AM_DEFAULT_VERBOSITY=0;;
2927 no) AM_DEFAULT_VERBOSITY=1;;
2928 *) AM_DEFAULT_VERBOSITY=1;;
2929 esac
2930 am_make=${MAKE-make}
2931 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2932 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2933 if ${am_cv_make_support_nested_variables+:} false; then :
2934 $as_echo_n "(cached) " >&6
2935 else
2936 if $as_echo 'TRUE=$(BAR$(V))
2937 BAR0=false
2938 BAR1=true
2939 V=1
2940 am__doit:
2941 @$(TRUE)
2942 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2943 am_cv_make_support_nested_variables=yes
2944 else
2945 am_cv_make_support_nested_variables=no
2946 fi
2947 fi
2948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2949 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2950 if test $am_cv_make_support_nested_variables = yes; then
2951 AM_V='$(V)'
2952 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2953 else
2954 AM_V=$AM_DEFAULT_VERBOSITY
2955 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2956 fi
2957 AM_BACKSLASH='\'
2958
2959 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2960 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2961 # is not polluted with repeated "-I."
2962 am__isrc=' -I$(srcdir)'
2963 # test to see if srcdir already configured
2964 if test -f $srcdir/config.status; then
2965 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2966 fi
2967 fi
2968
2969 # test whether we have cygpath
2970 if test -z "$CYGPATH_W"; then
2971 if (cygpath --version) >/dev/null 2>/dev/null; then
2972 CYGPATH_W='cygpath -w'
2973 else
2974 CYGPATH_W=echo
2975 fi
2976 fi
2977
2978
2979 # Define the identity of the package.
2980 PACKAGE='gas'
2981 VERSION='2.38.50'
2982
2983
2984 cat >>confdefs.h <<_ACEOF
2985 #define PACKAGE "$PACKAGE"
2986 _ACEOF
2987
2988
2989 cat >>confdefs.h <<_ACEOF
2990 #define VERSION "$VERSION"
2991 _ACEOF
2992
2993 # Some tools Automake needs.
2994
2995 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2996
2997
2998 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2999
3000
3001 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3002
3003
3004 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3005
3006
3007 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3008
3009 # For better backward compatibility. To be removed once Automake 1.9.x
3010 # dies out for good. For more background, see:
3011 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3012 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3013 mkdir_p='$(MKDIR_P)'
3014
3015 # We need awk for the "check" target (and possibly the TAP driver). The
3016 # system "awk" is bad on some platforms.
3017 # Always define AMTAR for backward compatibility. Yes, it's still used
3018 # in the wild :-( We should find a proper way to deprecate it ...
3019 AMTAR='$${TAR-tar}'
3020
3021
3022 # We'll loop over all known methods to create a tar archive until one works.
3023 _am_tools='gnutar pax cpio none'
3024
3025 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3026
3027
3028
3029
3030
3031
3032 # POSIX will say in a future version that running "rm -f" with no argument
3033 # is OK; and we want to be able to make that assumption in our Makefile
3034 # recipes. So use an aggressive probe to check that the usage we want is
3035 # actually supported "in the wild" to an acceptable degree.
3036 # See automake bug#10828.
3037 # To make any issue more visible, cause the running configure to be aborted
3038 # by default if the 'rm' program in use doesn't match our expectations; the
3039 # user can still override this though.
3040 if rm -f && rm -fr && rm -rf; then : OK; else
3041 cat >&2 <<'END'
3042 Oops!
3043
3044 Your 'rm' program seems unable to run without file operands specified
3045 on the command line, even when the '-f' option is present. This is contrary
3046 to the behaviour of most rm programs out there, and not conforming with
3047 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3048
3049 Please tell bug-automake@gnu.org about your system, including the value
3050 of your $PATH and any error possibly output before this message. This
3051 can help us improve future automake versions.
3052
3053 END
3054 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3055 echo 'Configuration will proceed anyway, since you have set the' >&2
3056 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3057 echo >&2
3058 else
3059 cat >&2 <<'END'
3060 Aborting the configuration process, to ensure you take notice of the issue.
3061
3062 You can download and install GNU coreutils to get an 'rm' implementation
3063 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3064
3065 If you want to complete the configuration process using your problematic
3066 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3067 to "yes", and re-run configure.
3068
3069 END
3070 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3071 fi
3072 fi
3073
3074 # Check whether --enable-silent-rules was given.
3075 if test "${enable_silent_rules+set}" = set; then :
3076 enableval=$enable_silent_rules;
3077 fi
3078
3079 case $enable_silent_rules in # (((
3080 yes) AM_DEFAULT_VERBOSITY=0;;
3081 no) AM_DEFAULT_VERBOSITY=1;;
3082 *) AM_DEFAULT_VERBOSITY=0;;
3083 esac
3084 am_make=${MAKE-make}
3085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3086 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3087 if ${am_cv_make_support_nested_variables+:} false; then :
3088 $as_echo_n "(cached) " >&6
3089 else
3090 if $as_echo 'TRUE=$(BAR$(V))
3091 BAR0=false
3092 BAR1=true
3093 V=1
3094 am__doit:
3095 @$(TRUE)
3096 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3097 am_cv_make_support_nested_variables=yes
3098 else
3099 am_cv_make_support_nested_variables=no
3100 fi
3101 fi
3102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3103 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3104 if test $am_cv_make_support_nested_variables = yes; then
3105 AM_V='$(V)'
3106 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3107 else
3108 AM_V=$AM_DEFAULT_VERBOSITY
3109 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3110 fi
3111 AM_BACKSLASH='\'
3112
3113
3114 ac_ext=c
3115 ac_cpp='$CPP $CPPFLAGS'
3116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3119 if test -n "$ac_tool_prefix"; then
3120 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3121 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3123 $as_echo_n "checking for $ac_word... " >&6; }
3124 if ${ac_cv_prog_CC+:} false; then :
3125 $as_echo_n "(cached) " >&6
3126 else
3127 if test -n "$CC"; then
3128 ac_cv_prog_CC="$CC" # Let the user override the test.
3129 else
3130 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3131 for as_dir in $PATH
3132 do
3133 IFS=$as_save_IFS
3134 test -z "$as_dir" && as_dir=.
3135 for ac_exec_ext in '' $ac_executable_extensions; do
3136 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3137 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3138 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139 break 2
3140 fi
3141 done
3142 done
3143 IFS=$as_save_IFS
3144
3145 fi
3146 fi
3147 CC=$ac_cv_prog_CC
3148 if test -n "$CC"; then
3149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3150 $as_echo "$CC" >&6; }
3151 else
3152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3153 $as_echo "no" >&6; }
3154 fi
3155
3156
3157 fi
3158 if test -z "$ac_cv_prog_CC"; then
3159 ac_ct_CC=$CC
3160 # Extract the first word of "gcc", so it can be a program name with args.
3161 set dummy gcc; ac_word=$2
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3163 $as_echo_n "checking for $ac_word... " >&6; }
3164 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3165 $as_echo_n "(cached) " >&6
3166 else
3167 if test -n "$ac_ct_CC"; then
3168 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3169 else
3170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3171 for as_dir in $PATH
3172 do
3173 IFS=$as_save_IFS
3174 test -z "$as_dir" && as_dir=.
3175 for ac_exec_ext in '' $ac_executable_extensions; do
3176 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177 ac_cv_prog_ac_ct_CC="gcc"
3178 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3179 break 2
3180 fi
3181 done
3182 done
3183 IFS=$as_save_IFS
3184
3185 fi
3186 fi
3187 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3188 if test -n "$ac_ct_CC"; then
3189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3190 $as_echo "$ac_ct_CC" >&6; }
3191 else
3192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3193 $as_echo "no" >&6; }
3194 fi
3195
3196 if test "x$ac_ct_CC" = x; then
3197 CC=""
3198 else
3199 case $cross_compiling:$ac_tool_warned in
3200 yes:)
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3202 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3203 ac_tool_warned=yes ;;
3204 esac
3205 CC=$ac_ct_CC
3206 fi
3207 else
3208 CC="$ac_cv_prog_CC"
3209 fi
3210
3211 if test -z "$CC"; then
3212 if test -n "$ac_tool_prefix"; then
3213 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3214 set dummy ${ac_tool_prefix}cc; ac_word=$2
3215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3216 $as_echo_n "checking for $ac_word... " >&6; }
3217 if ${ac_cv_prog_CC+:} false; then :
3218 $as_echo_n "(cached) " >&6
3219 else
3220 if test -n "$CC"; then
3221 ac_cv_prog_CC="$CC" # Let the user override the test.
3222 else
3223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3224 for as_dir in $PATH
3225 do
3226 IFS=$as_save_IFS
3227 test -z "$as_dir" && as_dir=.
3228 for ac_exec_ext in '' $ac_executable_extensions; do
3229 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3230 ac_cv_prog_CC="${ac_tool_prefix}cc"
3231 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3232 break 2
3233 fi
3234 done
3235 done
3236 IFS=$as_save_IFS
3237
3238 fi
3239 fi
3240 CC=$ac_cv_prog_CC
3241 if test -n "$CC"; then
3242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3243 $as_echo "$CC" >&6; }
3244 else
3245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3246 $as_echo "no" >&6; }
3247 fi
3248
3249
3250 fi
3251 fi
3252 if test -z "$CC"; then
3253 # Extract the first word of "cc", so it can be a program name with args.
3254 set dummy cc; ac_word=$2
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3256 $as_echo_n "checking for $ac_word... " >&6; }
3257 if ${ac_cv_prog_CC+:} false; then :
3258 $as_echo_n "(cached) " >&6
3259 else
3260 if test -n "$CC"; then
3261 ac_cv_prog_CC="$CC" # Let the user override the test.
3262 else
3263 ac_prog_rejected=no
3264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3265 for as_dir in $PATH
3266 do
3267 IFS=$as_save_IFS
3268 test -z "$as_dir" && as_dir=.
3269 for ac_exec_ext in '' $ac_executable_extensions; do
3270 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3271 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3272 ac_prog_rejected=yes
3273 continue
3274 fi
3275 ac_cv_prog_CC="cc"
3276 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3277 break 2
3278 fi
3279 done
3280 done
3281 IFS=$as_save_IFS
3282
3283 if test $ac_prog_rejected = yes; then
3284 # We found a bogon in the path, so make sure we never use it.
3285 set dummy $ac_cv_prog_CC
3286 shift
3287 if test $# != 0; then
3288 # We chose a different compiler from the bogus one.
3289 # However, it has the same basename, so the bogon will be chosen
3290 # first if we set CC to just the basename; use the full file name.
3291 shift
3292 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3293 fi
3294 fi
3295 fi
3296 fi
3297 CC=$ac_cv_prog_CC
3298 if test -n "$CC"; then
3299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3300 $as_echo "$CC" >&6; }
3301 else
3302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3303 $as_echo "no" >&6; }
3304 fi
3305
3306
3307 fi
3308 if test -z "$CC"; then
3309 if test -n "$ac_tool_prefix"; then
3310 for ac_prog in cl.exe
3311 do
3312 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3313 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3315 $as_echo_n "checking for $ac_word... " >&6; }
3316 if ${ac_cv_prog_CC+:} false; then :
3317 $as_echo_n "(cached) " >&6
3318 else
3319 if test -n "$CC"; then
3320 ac_cv_prog_CC="$CC" # Let the user override the test.
3321 else
3322 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3323 for as_dir in $PATH
3324 do
3325 IFS=$as_save_IFS
3326 test -z "$as_dir" && as_dir=.
3327 for ac_exec_ext in '' $ac_executable_extensions; do
3328 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3329 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3331 break 2
3332 fi
3333 done
3334 done
3335 IFS=$as_save_IFS
3336
3337 fi
3338 fi
3339 CC=$ac_cv_prog_CC
3340 if test -n "$CC"; then
3341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3342 $as_echo "$CC" >&6; }
3343 else
3344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3345 $as_echo "no" >&6; }
3346 fi
3347
3348
3349 test -n "$CC" && break
3350 done
3351 fi
3352 if test -z "$CC"; then
3353 ac_ct_CC=$CC
3354 for ac_prog in cl.exe
3355 do
3356 # Extract the first word of "$ac_prog", so it can be a program name with args.
3357 set dummy $ac_prog; ac_word=$2
3358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3359 $as_echo_n "checking for $ac_word... " >&6; }
3360 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3361 $as_echo_n "(cached) " >&6
3362 else
3363 if test -n "$ac_ct_CC"; then
3364 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3365 else
3366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3367 for as_dir in $PATH
3368 do
3369 IFS=$as_save_IFS
3370 test -z "$as_dir" && as_dir=.
3371 for ac_exec_ext in '' $ac_executable_extensions; do
3372 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3373 ac_cv_prog_ac_ct_CC="$ac_prog"
3374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3375 break 2
3376 fi
3377 done
3378 done
3379 IFS=$as_save_IFS
3380
3381 fi
3382 fi
3383 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3384 if test -n "$ac_ct_CC"; then
3385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3386 $as_echo "$ac_ct_CC" >&6; }
3387 else
3388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3389 $as_echo "no" >&6; }
3390 fi
3391
3392
3393 test -n "$ac_ct_CC" && break
3394 done
3395
3396 if test "x$ac_ct_CC" = x; then
3397 CC=""
3398 else
3399 case $cross_compiling:$ac_tool_warned in
3400 yes:)
3401 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3402 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3403 ac_tool_warned=yes ;;
3404 esac
3405 CC=$ac_ct_CC
3406 fi
3407 fi
3408
3409 fi
3410
3411
3412 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3413 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3414 as_fn_error $? "no acceptable C compiler found in \$PATH
3415 See \`config.log' for more details" "$LINENO" 5; }
3416
3417 # Provide some information about the compiler.
3418 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3419 set X $ac_compile
3420 ac_compiler=$2
3421 for ac_option in --version -v -V -qversion; do
3422 { { ac_try="$ac_compiler $ac_option >&5"
3423 case "(($ac_try" in
3424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3425 *) ac_try_echo=$ac_try;;
3426 esac
3427 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3428 $as_echo "$ac_try_echo"; } >&5
3429 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3430 ac_status=$?
3431 if test -s conftest.err; then
3432 sed '10a\
3433 ... rest of stderr output deleted ...
3434 10q' conftest.err >conftest.er1
3435 cat conftest.er1 >&5
3436 fi
3437 rm -f conftest.er1 conftest.err
3438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3439 test $ac_status = 0; }
3440 done
3441
3442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3443 /* end confdefs.h. */
3444
3445 int
3446 main ()
3447 {
3448
3449 ;
3450 return 0;
3451 }
3452 _ACEOF
3453 ac_clean_files_save=$ac_clean_files
3454 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3455 # Try to create an executable without -o first, disregard a.out.
3456 # It will help us diagnose broken compilers, and finding out an intuition
3457 # of exeext.
3458 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3459 $as_echo_n "checking whether the C compiler works... " >&6; }
3460 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3461
3462 # The possible output files:
3463 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3464
3465 ac_rmfiles=
3466 for ac_file in $ac_files
3467 do
3468 case $ac_file in
3469 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3470 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3471 esac
3472 done
3473 rm -f $ac_rmfiles
3474
3475 if { { ac_try="$ac_link_default"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3481 $as_echo "$ac_try_echo"; } >&5
3482 (eval "$ac_link_default") 2>&5
3483 ac_status=$?
3484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3485 test $ac_status = 0; }; then :
3486 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3487 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3488 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3489 # so that the user can short-circuit this test for compilers unknown to
3490 # Autoconf.
3491 for ac_file in $ac_files ''
3492 do
3493 test -f "$ac_file" || continue
3494 case $ac_file in
3495 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3496 ;;
3497 [ab].out )
3498 # We found the default executable, but exeext='' is most
3499 # certainly right.
3500 break;;
3501 *.* )
3502 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3503 then :; else
3504 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3505 fi
3506 # We set ac_cv_exeext here because the later test for it is not
3507 # safe: cross compilers may not add the suffix if given an `-o'
3508 # argument, so we may need to know it at that point already.
3509 # Even if this section looks crufty: it has the advantage of
3510 # actually working.
3511 break;;
3512 * )
3513 break;;
3514 esac
3515 done
3516 test "$ac_cv_exeext" = no && ac_cv_exeext=
3517
3518 else
3519 ac_file=''
3520 fi
3521 if test -z "$ac_file"; then :
3522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3523 $as_echo "no" >&6; }
3524 $as_echo "$as_me: failed program was:" >&5
3525 sed 's/^/| /' conftest.$ac_ext >&5
3526
3527 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3528 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3529 as_fn_error 77 "C compiler cannot create executables
3530 See \`config.log' for more details" "$LINENO" 5; }
3531 else
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3533 $as_echo "yes" >&6; }
3534 fi
3535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3536 $as_echo_n "checking for C compiler default output file name... " >&6; }
3537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3538 $as_echo "$ac_file" >&6; }
3539 ac_exeext=$ac_cv_exeext
3540
3541 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3542 ac_clean_files=$ac_clean_files_save
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3544 $as_echo_n "checking for suffix of executables... " >&6; }
3545 if { { ac_try="$ac_link"
3546 case "(($ac_try" in
3547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3548 *) ac_try_echo=$ac_try;;
3549 esac
3550 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3551 $as_echo "$ac_try_echo"; } >&5
3552 (eval "$ac_link") 2>&5
3553 ac_status=$?
3554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3555 test $ac_status = 0; }; then :
3556 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3557 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3558 # work properly (i.e., refer to `conftest.exe'), while it won't with
3559 # `rm'.
3560 for ac_file in conftest.exe conftest conftest.*; do
3561 test -f "$ac_file" || continue
3562 case $ac_file in
3563 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3564 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3565 break;;
3566 * ) break;;
3567 esac
3568 done
3569 else
3570 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3571 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3572 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3573 See \`config.log' for more details" "$LINENO" 5; }
3574 fi
3575 rm -f conftest conftest$ac_cv_exeext
3576 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3577 $as_echo "$ac_cv_exeext" >&6; }
3578
3579 rm -f conftest.$ac_ext
3580 EXEEXT=$ac_cv_exeext
3581 ac_exeext=$EXEEXT
3582 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3583 /* end confdefs.h. */
3584 #include <stdio.h>
3585 int
3586 main ()
3587 {
3588 FILE *f = fopen ("conftest.out", "w");
3589 return ferror (f) || fclose (f) != 0;
3590
3591 ;
3592 return 0;
3593 }
3594 _ACEOF
3595 ac_clean_files="$ac_clean_files conftest.out"
3596 # Check that the compiler produces executables we can run. If not, either
3597 # the compiler is broken, or we cross compile.
3598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3599 $as_echo_n "checking whether we are cross compiling... " >&6; }
3600 if test "$cross_compiling" != yes; then
3601 { { ac_try="$ac_link"
3602 case "(($ac_try" in
3603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3604 *) ac_try_echo=$ac_try;;
3605 esac
3606 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3607 $as_echo "$ac_try_echo"; } >&5
3608 (eval "$ac_link") 2>&5
3609 ac_status=$?
3610 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3611 test $ac_status = 0; }
3612 if { ac_try='./conftest$ac_cv_exeext'
3613 { { case "(($ac_try" in
3614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3615 *) ac_try_echo=$ac_try;;
3616 esac
3617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3618 $as_echo "$ac_try_echo"; } >&5
3619 (eval "$ac_try") 2>&5
3620 ac_status=$?
3621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3622 test $ac_status = 0; }; }; then
3623 cross_compiling=no
3624 else
3625 if test "$cross_compiling" = maybe; then
3626 cross_compiling=yes
3627 else
3628 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3629 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3630 as_fn_error $? "cannot run C compiled programs.
3631 If you meant to cross compile, use \`--host'.
3632 See \`config.log' for more details" "$LINENO" 5; }
3633 fi
3634 fi
3635 fi
3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3637 $as_echo "$cross_compiling" >&6; }
3638
3639 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3640 ac_clean_files=$ac_clean_files_save
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3642 $as_echo_n "checking for suffix of object files... " >&6; }
3643 if ${ac_cv_objext+:} false; then :
3644 $as_echo_n "(cached) " >&6
3645 else
3646 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3647 /* end confdefs.h. */
3648
3649 int
3650 main ()
3651 {
3652
3653 ;
3654 return 0;
3655 }
3656 _ACEOF
3657 rm -f conftest.o conftest.obj
3658 if { { ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3664 $as_echo "$ac_try_echo"; } >&5
3665 (eval "$ac_compile") 2>&5
3666 ac_status=$?
3667 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3668 test $ac_status = 0; }; then :
3669 for ac_file in conftest.o conftest.obj conftest.*; do
3670 test -f "$ac_file" || continue;
3671 case $ac_file in
3672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3673 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3674 break;;
3675 esac
3676 done
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3680
3681 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3682 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3683 as_fn_error $? "cannot compute suffix of object files: cannot compile
3684 See \`config.log' for more details" "$LINENO" 5; }
3685 fi
3686 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3687 fi
3688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3689 $as_echo "$ac_cv_objext" >&6; }
3690 OBJEXT=$ac_cv_objext
3691 ac_objext=$OBJEXT
3692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3693 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3694 if ${ac_cv_c_compiler_gnu+:} false; then :
3695 $as_echo_n "(cached) " >&6
3696 else
3697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3698 /* end confdefs.h. */
3699
3700 int
3701 main ()
3702 {
3703 #ifndef __GNUC__
3704 choke me
3705 #endif
3706
3707 ;
3708 return 0;
3709 }
3710 _ACEOF
3711 if ac_fn_c_try_compile "$LINENO"; then :
3712 ac_compiler_gnu=yes
3713 else
3714 ac_compiler_gnu=no
3715 fi
3716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3717 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3718
3719 fi
3720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3721 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3722 if test $ac_compiler_gnu = yes; then
3723 GCC=yes
3724 else
3725 GCC=
3726 fi
3727 ac_test_CFLAGS=${CFLAGS+set}
3728 ac_save_CFLAGS=$CFLAGS
3729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3730 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3731 if ${ac_cv_prog_cc_g+:} false; then :
3732 $as_echo_n "(cached) " >&6
3733 else
3734 ac_save_c_werror_flag=$ac_c_werror_flag
3735 ac_c_werror_flag=yes
3736 ac_cv_prog_cc_g=no
3737 CFLAGS="-g"
3738 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3739 /* end confdefs.h. */
3740
3741 int
3742 main ()
3743 {
3744
3745 ;
3746 return 0;
3747 }
3748 _ACEOF
3749 if ac_fn_c_try_compile "$LINENO"; then :
3750 ac_cv_prog_cc_g=yes
3751 else
3752 CFLAGS=""
3753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3754 /* end confdefs.h. */
3755
3756 int
3757 main ()
3758 {
3759
3760 ;
3761 return 0;
3762 }
3763 _ACEOF
3764 if ac_fn_c_try_compile "$LINENO"; then :
3765
3766 else
3767 ac_c_werror_flag=$ac_save_c_werror_flag
3768 CFLAGS="-g"
3769 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3770 /* end confdefs.h. */
3771
3772 int
3773 main ()
3774 {
3775
3776 ;
3777 return 0;
3778 }
3779 _ACEOF
3780 if ac_fn_c_try_compile "$LINENO"; then :
3781 ac_cv_prog_cc_g=yes
3782 fi
3783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3784 fi
3785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3786 fi
3787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3788 ac_c_werror_flag=$ac_save_c_werror_flag
3789 fi
3790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3791 $as_echo "$ac_cv_prog_cc_g" >&6; }
3792 if test "$ac_test_CFLAGS" = set; then
3793 CFLAGS=$ac_save_CFLAGS
3794 elif test $ac_cv_prog_cc_g = yes; then
3795 if test "$GCC" = yes; then
3796 CFLAGS="-g -O2"
3797 else
3798 CFLAGS="-g"
3799 fi
3800 else
3801 if test "$GCC" = yes; then
3802 CFLAGS="-O2"
3803 else
3804 CFLAGS=
3805 fi
3806 fi
3807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3808 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3809 if ${ac_cv_prog_cc_c89+:} false; then :
3810 $as_echo_n "(cached) " >&6
3811 else
3812 ac_cv_prog_cc_c89=no
3813 ac_save_CC=$CC
3814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3815 /* end confdefs.h. */
3816 #include <stdarg.h>
3817 #include <stdio.h>
3818 struct stat;
3819 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3820 struct buf { int x; };
3821 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3822 static char *e (p, i)
3823 char **p;
3824 int i;
3825 {
3826 return p[i];
3827 }
3828 static char *f (char * (*g) (char **, int), char **p, ...)
3829 {
3830 char *s;
3831 va_list v;
3832 va_start (v,p);
3833 s = g (p, va_arg (v,int));
3834 va_end (v);
3835 return s;
3836 }
3837
3838 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3839 function prototypes and stuff, but not '\xHH' hex character constants.
3840 These don't provoke an error unfortunately, instead are silently treated
3841 as 'x'. The following induces an error, until -std is added to get
3842 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3843 array size at least. It's necessary to write '\x00'==0 to get something
3844 that's true only with -std. */
3845 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3846
3847 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3848 inside strings and character constants. */
3849 #define FOO(x) 'x'
3850 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3851
3852 int test (int i, double x);
3853 struct s1 {int (*f) (int a);};
3854 struct s2 {int (*f) (double a);};
3855 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3856 int argc;
3857 char **argv;
3858 int
3859 main ()
3860 {
3861 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3862 ;
3863 return 0;
3864 }
3865 _ACEOF
3866 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3867 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3868 do
3869 CC="$ac_save_CC $ac_arg"
3870 if ac_fn_c_try_compile "$LINENO"; then :
3871 ac_cv_prog_cc_c89=$ac_arg
3872 fi
3873 rm -f core conftest.err conftest.$ac_objext
3874 test "x$ac_cv_prog_cc_c89" != "xno" && break
3875 done
3876 rm -f conftest.$ac_ext
3877 CC=$ac_save_CC
3878
3879 fi
3880 # AC_CACHE_VAL
3881 case "x$ac_cv_prog_cc_c89" in
3882 x)
3883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3884 $as_echo "none needed" >&6; } ;;
3885 xno)
3886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3887 $as_echo "unsupported" >&6; } ;;
3888 *)
3889 CC="$CC $ac_cv_prog_cc_c89"
3890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3891 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3892 esac
3893 if test "x$ac_cv_prog_cc_c89" != xno; then :
3894
3895 fi
3896
3897 ac_ext=c
3898 ac_cpp='$CPP $CPPFLAGS'
3899 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3900 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3901 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3902
3903 ac_ext=c
3904 ac_cpp='$CPP $CPPFLAGS'
3905 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3906 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3907 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3909 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3910 if ${am_cv_prog_cc_c_o+:} false; then :
3911 $as_echo_n "(cached) " >&6
3912 else
3913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3914 /* end confdefs.h. */
3915
3916 int
3917 main ()
3918 {
3919
3920 ;
3921 return 0;
3922 }
3923 _ACEOF
3924 # Make sure it works both with $CC and with simple cc.
3925 # Following AC_PROG_CC_C_O, we do the test twice because some
3926 # compilers refuse to overwrite an existing .o file with -o,
3927 # though they will create one.
3928 am_cv_prog_cc_c_o=yes
3929 for am_i in 1 2; do
3930 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3931 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3932 ac_status=$?
3933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3934 (exit $ac_status); } \
3935 && test -f conftest2.$ac_objext; then
3936 : OK
3937 else
3938 am_cv_prog_cc_c_o=no
3939 break
3940 fi
3941 done
3942 rm -f core conftest*
3943 unset am_i
3944 fi
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3946 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3947 if test "$am_cv_prog_cc_c_o" != yes; then
3948 # Losing compiler, so override with the script.
3949 # FIXME: It is wrong to rewrite CC.
3950 # But if we don't then we get into trouble of one sort or another.
3951 # A longer-term fix would be to have automake use am__CC in this case,
3952 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3953 CC="$am_aux_dir/compile $CC"
3954 fi
3955 ac_ext=c
3956 ac_cpp='$CPP $CPPFLAGS'
3957 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3958 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3959 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3960
3961 DEPDIR="${am__leading_dot}deps"
3962
3963 ac_config_commands="$ac_config_commands depfiles"
3964
3965
3966 am_make=${MAKE-make}
3967 cat > confinc << 'END'
3968 am__doit:
3969 @echo this is the am__doit target
3970 .PHONY: am__doit
3971 END
3972 # If we don't find an include directive, just comment out the code.
3973 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3974 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3975 am__include="#"
3976 am__quote=
3977 _am_result=none
3978 # First try GNU make style include.
3979 echo "include confinc" > confmf
3980 # Ignore all kinds of additional output from 'make'.
3981 case `$am_make -s -f confmf 2> /dev/null` in #(
3982 *the\ am__doit\ target*)
3983 am__include=include
3984 am__quote=
3985 _am_result=GNU
3986 ;;
3987 esac
3988 # Now try BSD make style include.
3989 if test "$am__include" = "#"; then
3990 echo '.include "confinc"' > confmf
3991 case `$am_make -s -f confmf 2> /dev/null` in #(
3992 *the\ am__doit\ target*)
3993 am__include=.include
3994 am__quote="\""
3995 _am_result=BSD
3996 ;;
3997 esac
3998 fi
3999
4000
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4002 $as_echo "$_am_result" >&6; }
4003 rm -f confinc confmf
4004
4005 # Check whether --enable-dependency-tracking was given.
4006 if test "${enable_dependency_tracking+set}" = set; then :
4007 enableval=$enable_dependency_tracking;
4008 fi
4009
4010 if test "x$enable_dependency_tracking" != xno; then
4011 am_depcomp="$ac_aux_dir/depcomp"
4012 AMDEPBACKSLASH='\'
4013 am__nodep='_no'
4014 fi
4015 if test "x$enable_dependency_tracking" != xno; then
4016 AMDEP_TRUE=
4017 AMDEP_FALSE='#'
4018 else
4019 AMDEP_TRUE='#'
4020 AMDEP_FALSE=
4021 fi
4022
4023
4024
4025 depcc="$CC" am_compiler_list=
4026
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4028 $as_echo_n "checking dependency style of $depcc... " >&6; }
4029 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4030 $as_echo_n "(cached) " >&6
4031 else
4032 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4033 # We make a subdir and do the tests there. Otherwise we can end up
4034 # making bogus files that we don't know about and never remove. For
4035 # instance it was reported that on HP-UX the gcc test will end up
4036 # making a dummy file named 'D' -- because '-MD' means "put the output
4037 # in D".
4038 rm -rf conftest.dir
4039 mkdir conftest.dir
4040 # Copy depcomp to subdir because otherwise we won't find it if we're
4041 # using a relative directory.
4042 cp "$am_depcomp" conftest.dir
4043 cd conftest.dir
4044 # We will build objects and dependencies in a subdirectory because
4045 # it helps to detect inapplicable dependency modes. For instance
4046 # both Tru64's cc and ICC support -MD to output dependencies as a
4047 # side effect of compilation, but ICC will put the dependencies in
4048 # the current directory while Tru64 will put them in the object
4049 # directory.
4050 mkdir sub
4051
4052 am_cv_CC_dependencies_compiler_type=none
4053 if test "$am_compiler_list" = ""; then
4054 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4055 fi
4056 am__universal=false
4057 case " $depcc " in #(
4058 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4059 esac
4060
4061 for depmode in $am_compiler_list; do
4062 # Setup a source with many dependencies, because some compilers
4063 # like to wrap large dependency lists on column 80 (with \), and
4064 # we should not choose a depcomp mode which is confused by this.
4065 #
4066 # We need to recreate these files for each test, as the compiler may
4067 # overwrite some of them when testing with obscure command lines.
4068 # This happens at least with the AIX C compiler.
4069 : > sub/conftest.c
4070 for i in 1 2 3 4 5 6; do
4071 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4072 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4073 # Solaris 10 /bin/sh.
4074 echo '/* dummy */' > sub/conftst$i.h
4075 done
4076 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4077
4078 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4079 # mode. It turns out that the SunPro C++ compiler does not properly
4080 # handle '-M -o', and we need to detect this. Also, some Intel
4081 # versions had trouble with output in subdirs.
4082 am__obj=sub/conftest.${OBJEXT-o}
4083 am__minus_obj="-o $am__obj"
4084 case $depmode in
4085 gcc)
4086 # This depmode causes a compiler race in universal mode.
4087 test "$am__universal" = false || continue
4088 ;;
4089 nosideeffect)
4090 # After this tag, mechanisms are not by side-effect, so they'll
4091 # only be used when explicitly requested.
4092 if test "x$enable_dependency_tracking" = xyes; then
4093 continue
4094 else
4095 break
4096 fi
4097 ;;
4098 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4099 # This compiler won't grok '-c -o', but also, the minuso test has
4100 # not run yet. These depmodes are late enough in the game, and
4101 # so weak that their functioning should not be impacted.
4102 am__obj=conftest.${OBJEXT-o}
4103 am__minus_obj=
4104 ;;
4105 none) break ;;
4106 esac
4107 if depmode=$depmode \
4108 source=sub/conftest.c object=$am__obj \
4109 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4110 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4111 >/dev/null 2>conftest.err &&
4112 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4113 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4114 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4115 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4116 # icc doesn't choke on unknown options, it will just issue warnings
4117 # or remarks (even with -Werror). So we grep stderr for any message
4118 # that says an option was ignored or not supported.
4119 # When given -MP, icc 7.0 and 7.1 complain thusly:
4120 # icc: Command line warning: ignoring option '-M'; no argument required
4121 # The diagnosis changed in icc 8.0:
4122 # icc: Command line remark: option '-MP' not supported
4123 if (grep 'ignoring option' conftest.err ||
4124 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4125 am_cv_CC_dependencies_compiler_type=$depmode
4126 break
4127 fi
4128 fi
4129 done
4130
4131 cd ..
4132 rm -rf conftest.dir
4133 else
4134 am_cv_CC_dependencies_compiler_type=none
4135 fi
4136
4137 fi
4138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4139 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4140 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4141
4142 if
4143 test "x$enable_dependency_tracking" != xno \
4144 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4145 am__fastdepCC_TRUE=
4146 am__fastdepCC_FALSE='#'
4147 else
4148 am__fastdepCC_TRUE='#'
4149 am__fastdepCC_FALSE=
4150 fi
4151
4152
4153
4154 ac_ext=c
4155 ac_cpp='$CPP $CPPFLAGS'
4156 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4157 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4158 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4160 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4161 # On Suns, sometimes $CPP names a directory.
4162 if test -n "$CPP" && test -d "$CPP"; then
4163 CPP=
4164 fi
4165 if test -z "$CPP"; then
4166 if ${ac_cv_prog_CPP+:} false; then :
4167 $as_echo_n "(cached) " >&6
4168 else
4169 # Double quotes because CPP needs to be expanded
4170 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4171 do
4172 ac_preproc_ok=false
4173 for ac_c_preproc_warn_flag in '' yes
4174 do
4175 # Use a header file that comes with gcc, so configuring glibc
4176 # with a fresh cross-compiler works.
4177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4178 # <limits.h> exists even on freestanding compilers.
4179 # On the NeXT, cc -E runs the code through the compiler's parser,
4180 # not just through cpp. "Syntax error" is here to catch this case.
4181 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4182 /* end confdefs.h. */
4183 #ifdef __STDC__
4184 # include <limits.h>
4185 #else
4186 # include <assert.h>
4187 #endif
4188 Syntax error
4189 _ACEOF
4190 if ac_fn_c_try_cpp "$LINENO"; then :
4191
4192 else
4193 # Broken: fails on valid input.
4194 continue
4195 fi
4196 rm -f conftest.err conftest.i conftest.$ac_ext
4197
4198 # OK, works on sane cases. Now check whether nonexistent headers
4199 # can be detected and how.
4200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4201 /* end confdefs.h. */
4202 #include <ac_nonexistent.h>
4203 _ACEOF
4204 if ac_fn_c_try_cpp "$LINENO"; then :
4205 # Broken: success on invalid input.
4206 continue
4207 else
4208 # Passes both tests.
4209 ac_preproc_ok=:
4210 break
4211 fi
4212 rm -f conftest.err conftest.i conftest.$ac_ext
4213
4214 done
4215 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4216 rm -f conftest.i conftest.err conftest.$ac_ext
4217 if $ac_preproc_ok; then :
4218 break
4219 fi
4220
4221 done
4222 ac_cv_prog_CPP=$CPP
4223
4224 fi
4225 CPP=$ac_cv_prog_CPP
4226 else
4227 ac_cv_prog_CPP=$CPP
4228 fi
4229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4230 $as_echo "$CPP" >&6; }
4231 ac_preproc_ok=false
4232 for ac_c_preproc_warn_flag in '' yes
4233 do
4234 # Use a header file that comes with gcc, so configuring glibc
4235 # with a fresh cross-compiler works.
4236 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4237 # <limits.h> exists even on freestanding compilers.
4238 # On the NeXT, cc -E runs the code through the compiler's parser,
4239 # not just through cpp. "Syntax error" is here to catch this case.
4240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4241 /* end confdefs.h. */
4242 #ifdef __STDC__
4243 # include <limits.h>
4244 #else
4245 # include <assert.h>
4246 #endif
4247 Syntax error
4248 _ACEOF
4249 if ac_fn_c_try_cpp "$LINENO"; then :
4250
4251 else
4252 # Broken: fails on valid input.
4253 continue
4254 fi
4255 rm -f conftest.err conftest.i conftest.$ac_ext
4256
4257 # OK, works on sane cases. Now check whether nonexistent headers
4258 # can be detected and how.
4259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4260 /* end confdefs.h. */
4261 #include <ac_nonexistent.h>
4262 _ACEOF
4263 if ac_fn_c_try_cpp "$LINENO"; then :
4264 # Broken: success on invalid input.
4265 continue
4266 else
4267 # Passes both tests.
4268 ac_preproc_ok=:
4269 break
4270 fi
4271 rm -f conftest.err conftest.i conftest.$ac_ext
4272
4273 done
4274 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4275 rm -f conftest.i conftest.err conftest.$ac_ext
4276 if $ac_preproc_ok; then :
4277
4278 else
4279 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4280 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4281 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4282 See \`config.log' for more details" "$LINENO" 5; }
4283 fi
4284
4285 ac_ext=c
4286 ac_cpp='$CPP $CPPFLAGS'
4287 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4288 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4289 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4290
4291
4292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4293 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4294 if ${ac_cv_path_GREP+:} false; then :
4295 $as_echo_n "(cached) " >&6
4296 else
4297 if test -z "$GREP"; then
4298 ac_path_GREP_found=false
4299 # Loop through the user's path and test for each of PROGNAME-LIST
4300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4301 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4302 do
4303 IFS=$as_save_IFS
4304 test -z "$as_dir" && as_dir=.
4305 for ac_prog in grep ggrep; do
4306 for ac_exec_ext in '' $ac_executable_extensions; do
4307 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4308 as_fn_executable_p "$ac_path_GREP" || continue
4309 # Check for GNU ac_path_GREP and select it if it is found.
4310 # Check for GNU $ac_path_GREP
4311 case `"$ac_path_GREP" --version 2>&1` in
4312 *GNU*)
4313 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4314 *)
4315 ac_count=0
4316 $as_echo_n 0123456789 >"conftest.in"
4317 while :
4318 do
4319 cat "conftest.in" "conftest.in" >"conftest.tmp"
4320 mv "conftest.tmp" "conftest.in"
4321 cp "conftest.in" "conftest.nl"
4322 $as_echo 'GREP' >> "conftest.nl"
4323 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4324 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4325 as_fn_arith $ac_count + 1 && ac_count=$as_val
4326 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4327 # Best one so far, save it but keep looking for a better one
4328 ac_cv_path_GREP="$ac_path_GREP"
4329 ac_path_GREP_max=$ac_count
4330 fi
4331 # 10*(2^10) chars as input seems more than enough
4332 test $ac_count -gt 10 && break
4333 done
4334 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4335 esac
4336
4337 $ac_path_GREP_found && break 3
4338 done
4339 done
4340 done
4341 IFS=$as_save_IFS
4342 if test -z "$ac_cv_path_GREP"; then
4343 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4344 fi
4345 else
4346 ac_cv_path_GREP=$GREP
4347 fi
4348
4349 fi
4350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4351 $as_echo "$ac_cv_path_GREP" >&6; }
4352 GREP="$ac_cv_path_GREP"
4353
4354
4355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4356 $as_echo_n "checking for egrep... " >&6; }
4357 if ${ac_cv_path_EGREP+:} false; then :
4358 $as_echo_n "(cached) " >&6
4359 else
4360 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4361 then ac_cv_path_EGREP="$GREP -E"
4362 else
4363 if test -z "$EGREP"; then
4364 ac_path_EGREP_found=false
4365 # Loop through the user's path and test for each of PROGNAME-LIST
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4368 do
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
4371 for ac_prog in egrep; do
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4374 as_fn_executable_p "$ac_path_EGREP" || continue
4375 # Check for GNU ac_path_EGREP and select it if it is found.
4376 # Check for GNU $ac_path_EGREP
4377 case `"$ac_path_EGREP" --version 2>&1` in
4378 *GNU*)
4379 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4380 *)
4381 ac_count=0
4382 $as_echo_n 0123456789 >"conftest.in"
4383 while :
4384 do
4385 cat "conftest.in" "conftest.in" >"conftest.tmp"
4386 mv "conftest.tmp" "conftest.in"
4387 cp "conftest.in" "conftest.nl"
4388 $as_echo 'EGREP' >> "conftest.nl"
4389 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4391 as_fn_arith $ac_count + 1 && ac_count=$as_val
4392 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4393 # Best one so far, save it but keep looking for a better one
4394 ac_cv_path_EGREP="$ac_path_EGREP"
4395 ac_path_EGREP_max=$ac_count
4396 fi
4397 # 10*(2^10) chars as input seems more than enough
4398 test $ac_count -gt 10 && break
4399 done
4400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4401 esac
4402
4403 $ac_path_EGREP_found && break 3
4404 done
4405 done
4406 done
4407 IFS=$as_save_IFS
4408 if test -z "$ac_cv_path_EGREP"; then
4409 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4410 fi
4411 else
4412 ac_cv_path_EGREP=$EGREP
4413 fi
4414
4415 fi
4416 fi
4417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4418 $as_echo "$ac_cv_path_EGREP" >&6; }
4419 EGREP="$ac_cv_path_EGREP"
4420
4421
4422 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4423 $as_echo_n "checking for ANSI C header files... " >&6; }
4424 if ${ac_cv_header_stdc+:} false; then :
4425 $as_echo_n "(cached) " >&6
4426 else
4427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4428 /* end confdefs.h. */
4429 #include <stdlib.h>
4430 #include <stdarg.h>
4431 #include <string.h>
4432 #include <float.h>
4433
4434 int
4435 main ()
4436 {
4437
4438 ;
4439 return 0;
4440 }
4441 _ACEOF
4442 if ac_fn_c_try_compile "$LINENO"; then :
4443 ac_cv_header_stdc=yes
4444 else
4445 ac_cv_header_stdc=no
4446 fi
4447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4448
4449 if test $ac_cv_header_stdc = yes; then
4450 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4451 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4452 /* end confdefs.h. */
4453 #include <string.h>
4454
4455 _ACEOF
4456 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4457 $EGREP "memchr" >/dev/null 2>&1; then :
4458
4459 else
4460 ac_cv_header_stdc=no
4461 fi
4462 rm -f conftest*
4463
4464 fi
4465
4466 if test $ac_cv_header_stdc = yes; then
4467 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4469 /* end confdefs.h. */
4470 #include <stdlib.h>
4471
4472 _ACEOF
4473 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4474 $EGREP "free" >/dev/null 2>&1; then :
4475
4476 else
4477 ac_cv_header_stdc=no
4478 fi
4479 rm -f conftest*
4480
4481 fi
4482
4483 if test $ac_cv_header_stdc = yes; then
4484 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4485 if test "$cross_compiling" = yes; then :
4486 :
4487 else
4488 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489 /* end confdefs.h. */
4490 #include <ctype.h>
4491 #include <stdlib.h>
4492 #if ((' ' & 0x0FF) == 0x020)
4493 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4494 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4495 #else
4496 # define ISLOWER(c) \
4497 (('a' <= (c) && (c) <= 'i') \
4498 || ('j' <= (c) && (c) <= 'r') \
4499 || ('s' <= (c) && (c) <= 'z'))
4500 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4501 #endif
4502
4503 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4504 int
4505 main ()
4506 {
4507 int i;
4508 for (i = 0; i < 256; i++)
4509 if (XOR (islower (i), ISLOWER (i))
4510 || toupper (i) != TOUPPER (i))
4511 return 2;
4512 return 0;
4513 }
4514 _ACEOF
4515 if ac_fn_c_try_run "$LINENO"; then :
4516
4517 else
4518 ac_cv_header_stdc=no
4519 fi
4520 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4521 conftest.$ac_objext conftest.beam conftest.$ac_ext
4522 fi
4523
4524 fi
4525 fi
4526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4527 $as_echo "$ac_cv_header_stdc" >&6; }
4528 if test $ac_cv_header_stdc = yes; then
4529
4530 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4531
4532 fi
4533
4534 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4535 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4536 inttypes.h stdint.h unistd.h
4537 do :
4538 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4539 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4540 "
4541 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4542 cat >>confdefs.h <<_ACEOF
4543 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4544 _ACEOF
4545
4546 fi
4547
4548 done
4549
4550
4551
4552 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4553 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4554 MINIX=yes
4555 else
4556 MINIX=
4557 fi
4558
4559
4560 if test "$MINIX" = yes; then
4561
4562 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4563
4564
4565 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4566
4567
4568 $as_echo "#define _MINIX 1" >>confdefs.h
4569
4570 fi
4571
4572
4573 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4574 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4575 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4576 $as_echo_n "(cached) " >&6
4577 else
4578 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4579 /* end confdefs.h. */
4580
4581 # define __EXTENSIONS__ 1
4582 $ac_includes_default
4583 int
4584 main ()
4585 {
4586
4587 ;
4588 return 0;
4589 }
4590 _ACEOF
4591 if ac_fn_c_try_compile "$LINENO"; then :
4592 ac_cv_safe_to_define___extensions__=yes
4593 else
4594 ac_cv_safe_to_define___extensions__=no
4595 fi
4596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4597 fi
4598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4599 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4600 test $ac_cv_safe_to_define___extensions__ = yes &&
4601 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4602
4603 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4604
4605 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4606
4607 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4608
4609 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4610
4611
4612
4613
4614
4615 case `pwd` in
4616 *\ * | *\ *)
4617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4618 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4619 esac
4620
4621
4622
4623 macro_version='2.2.7a'
4624 macro_revision='1.3134'
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638 ltmain="$ac_aux_dir/ltmain.sh"
4639
4640 # Backslashify metacharacters that are still active within
4641 # double-quoted strings.
4642 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4643
4644 # Same as above, but do not quote variable references.
4645 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4646
4647 # Sed substitution to delay expansion of an escaped shell variable in a
4648 # double_quote_subst'ed string.
4649 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4650
4651 # Sed substitution to delay expansion of an escaped single quote.
4652 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4653
4654 # Sed substitution to avoid accidental globbing in evaled expressions
4655 no_glob_subst='s/\*/\\\*/g'
4656
4657 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4658 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4659 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4660
4661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4662 $as_echo_n "checking how to print strings... " >&6; }
4663 # Test print first, because it will be a builtin if present.
4664 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4665 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4666 ECHO='print -r --'
4667 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4668 ECHO='printf %s\n'
4669 else
4670 # Use this function as a fallback that always works.
4671 func_fallback_echo ()
4672 {
4673 eval 'cat <<_LTECHO_EOF
4674 $1
4675 _LTECHO_EOF'
4676 }
4677 ECHO='func_fallback_echo'
4678 fi
4679
4680 # func_echo_all arg...
4681 # Invoke $ECHO with all args, space-separated.
4682 func_echo_all ()
4683 {
4684 $ECHO ""
4685 }
4686
4687 case "$ECHO" in
4688 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4689 $as_echo "printf" >&6; } ;;
4690 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4691 $as_echo "print -r" >&6; } ;;
4692 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4693 $as_echo "cat" >&6; } ;;
4694 esac
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4710 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4711 if ${ac_cv_path_SED+:} false; then :
4712 $as_echo_n "(cached) " >&6
4713 else
4714 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4715 for ac_i in 1 2 3 4 5 6 7; do
4716 ac_script="$ac_script$as_nl$ac_script"
4717 done
4718 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4719 { ac_script=; unset ac_script;}
4720 if test -z "$SED"; then
4721 ac_path_SED_found=false
4722 # Loop through the user's path and test for each of PROGNAME-LIST
4723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4724 for as_dir in $PATH
4725 do
4726 IFS=$as_save_IFS
4727 test -z "$as_dir" && as_dir=.
4728 for ac_prog in sed gsed; do
4729 for ac_exec_ext in '' $ac_executable_extensions; do
4730 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4731 as_fn_executable_p "$ac_path_SED" || continue
4732 # Check for GNU ac_path_SED and select it if it is found.
4733 # Check for GNU $ac_path_SED
4734 case `"$ac_path_SED" --version 2>&1` in
4735 *GNU*)
4736 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4737 *)
4738 ac_count=0
4739 $as_echo_n 0123456789 >"conftest.in"
4740 while :
4741 do
4742 cat "conftest.in" "conftest.in" >"conftest.tmp"
4743 mv "conftest.tmp" "conftest.in"
4744 cp "conftest.in" "conftest.nl"
4745 $as_echo '' >> "conftest.nl"
4746 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4747 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4748 as_fn_arith $ac_count + 1 && ac_count=$as_val
4749 if test $ac_count -gt ${ac_path_SED_max-0}; then
4750 # Best one so far, save it but keep looking for a better one
4751 ac_cv_path_SED="$ac_path_SED"
4752 ac_path_SED_max=$ac_count
4753 fi
4754 # 10*(2^10) chars as input seems more than enough
4755 test $ac_count -gt 10 && break
4756 done
4757 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4758 esac
4759
4760 $ac_path_SED_found && break 3
4761 done
4762 done
4763 done
4764 IFS=$as_save_IFS
4765 if test -z "$ac_cv_path_SED"; then
4766 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4767 fi
4768 else
4769 ac_cv_path_SED=$SED
4770 fi
4771
4772 fi
4773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4774 $as_echo "$ac_cv_path_SED" >&6; }
4775 SED="$ac_cv_path_SED"
4776 rm -f conftest.sed
4777
4778 test -z "$SED" && SED=sed
4779 Xsed="$SED -e 1s/^X//"
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4792 $as_echo_n "checking for fgrep... " >&6; }
4793 if ${ac_cv_path_FGREP+:} false; then :
4794 $as_echo_n "(cached) " >&6
4795 else
4796 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4797 then ac_cv_path_FGREP="$GREP -F"
4798 else
4799 if test -z "$FGREP"; then
4800 ac_path_FGREP_found=false
4801 # Loop through the user's path and test for each of PROGNAME-LIST
4802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4803 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4804 do
4805 IFS=$as_save_IFS
4806 test -z "$as_dir" && as_dir=.
4807 for ac_prog in fgrep; do
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4810 as_fn_executable_p "$ac_path_FGREP" || continue
4811 # Check for GNU ac_path_FGREP and select it if it is found.
4812 # Check for GNU $ac_path_FGREP
4813 case `"$ac_path_FGREP" --version 2>&1` in
4814 *GNU*)
4815 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4816 *)
4817 ac_count=0
4818 $as_echo_n 0123456789 >"conftest.in"
4819 while :
4820 do
4821 cat "conftest.in" "conftest.in" >"conftest.tmp"
4822 mv "conftest.tmp" "conftest.in"
4823 cp "conftest.in" "conftest.nl"
4824 $as_echo 'FGREP' >> "conftest.nl"
4825 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4826 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4827 as_fn_arith $ac_count + 1 && ac_count=$as_val
4828 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4829 # Best one so far, save it but keep looking for a better one
4830 ac_cv_path_FGREP="$ac_path_FGREP"
4831 ac_path_FGREP_max=$ac_count
4832 fi
4833 # 10*(2^10) chars as input seems more than enough
4834 test $ac_count -gt 10 && break
4835 done
4836 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4837 esac
4838
4839 $ac_path_FGREP_found && break 3
4840 done
4841 done
4842 done
4843 IFS=$as_save_IFS
4844 if test -z "$ac_cv_path_FGREP"; then
4845 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4846 fi
4847 else
4848 ac_cv_path_FGREP=$FGREP
4849 fi
4850
4851 fi
4852 fi
4853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4854 $as_echo "$ac_cv_path_FGREP" >&6; }
4855 FGREP="$ac_cv_path_FGREP"
4856
4857
4858 test -z "$GREP" && GREP=grep
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878 # Check whether --with-gnu-ld was given.
4879 if test "${with_gnu_ld+set}" = set; then :
4880 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4881 else
4882 with_gnu_ld=no
4883 fi
4884
4885 ac_prog=ld
4886 if test "$GCC" = yes; then
4887 # Check if gcc -print-prog-name=ld gives a path.
4888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4889 $as_echo_n "checking for ld used by $CC... " >&6; }
4890 case $host in
4891 *-*-mingw*)
4892 # gcc leaves a trailing carriage return which upsets mingw
4893 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4894 *)
4895 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4896 esac
4897 case $ac_prog in
4898 # Accept absolute paths.
4899 [\\/]* | ?:[\\/]*)
4900 re_direlt='/[^/][^/]*/\.\./'
4901 # Canonicalize the pathname of ld
4902 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4903 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4904 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4905 done
4906 test -z "$LD" && LD="$ac_prog"
4907 ;;
4908 "")
4909 # If it fails, then pretend we aren't using GCC.
4910 ac_prog=ld
4911 ;;
4912 *)
4913 # If it is relative, then search for the first ld in PATH.
4914 with_gnu_ld=unknown
4915 ;;
4916 esac
4917 elif test "$with_gnu_ld" = yes; then
4918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4919 $as_echo_n "checking for GNU ld... " >&6; }
4920 else
4921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4922 $as_echo_n "checking for non-GNU ld... " >&6; }
4923 fi
4924 if ${lt_cv_path_LD+:} false; then :
4925 $as_echo_n "(cached) " >&6
4926 else
4927 if test -z "$LD"; then
4928 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4929 for ac_dir in $PATH; do
4930 IFS="$lt_save_ifs"
4931 test -z "$ac_dir" && ac_dir=.
4932 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4933 lt_cv_path_LD="$ac_dir/$ac_prog"
4934 # Check to see if the program is GNU ld. I'd rather use --version,
4935 # but apparently some variants of GNU ld only accept -v.
4936 # Break only if it was the GNU/non-GNU ld that we prefer.
4937 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4938 *GNU* | *'with BFD'*)
4939 test "$with_gnu_ld" != no && break
4940 ;;
4941 *)
4942 test "$with_gnu_ld" != yes && break
4943 ;;
4944 esac
4945 fi
4946 done
4947 IFS="$lt_save_ifs"
4948 else
4949 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4950 fi
4951 fi
4952
4953 LD="$lt_cv_path_LD"
4954 if test -n "$LD"; then
4955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4956 $as_echo "$LD" >&6; }
4957 else
4958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4959 $as_echo "no" >&6; }
4960 fi
4961 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4963 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4964 if ${lt_cv_prog_gnu_ld+:} false; then :
4965 $as_echo_n "(cached) " >&6
4966 else
4967 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4968 case `$LD -v 2>&1 </dev/null` in
4969 *GNU* | *'with BFD'*)
4970 lt_cv_prog_gnu_ld=yes
4971 ;;
4972 *)
4973 lt_cv_prog_gnu_ld=no
4974 ;;
4975 esac
4976 fi
4977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4978 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4979 with_gnu_ld=$lt_cv_prog_gnu_ld
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4990 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4991 if ${lt_cv_path_NM+:} false; then :
4992 $as_echo_n "(cached) " >&6
4993 else
4994 if test -n "$NM"; then
4995 # Let the user override the nm to test.
4996 lt_nm_to_check="$NM"
4997 else
4998 lt_nm_to_check="${ac_tool_prefix}nm"
4999 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5000 lt_nm_to_check="$lt_nm_to_check nm"
5001 fi
5002 fi
5003 for lt_tmp_nm in $lt_nm_to_check; do
5004 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5005 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5006 IFS="$lt_save_ifs"
5007 test -z "$ac_dir" && ac_dir=.
5008 case "$lt_tmp_nm" in
5009 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5010 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5011 esac
5012 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5013 # Check to see if the nm accepts a BSD-compat flag.
5014 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5015 # nm: unknown option "B" ignored
5016 case `"$tmp_nm" -B "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5017 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5018 break
5019 ;;
5020 *)
5021 case `"$tmp_nm" -p "$tmp_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5022 *$tmp_nm*)
5023 lt_cv_path_NM="$tmp_nm -p"
5024 break
5025 ;;
5026 *)
5027 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5028 continue # so that we can try to find one that supports BSD flags
5029 ;;
5030 esac
5031 ;;
5032 esac
5033 fi
5034 done
5035 IFS="$lt_save_ifs"
5036 done
5037 : ${lt_cv_path_NM=no}
5038 fi
5039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5040 $as_echo "$lt_cv_path_NM" >&6; }
5041 if test "$lt_cv_path_NM" != "no"; then
5042 NM="$lt_cv_path_NM"
5043 else
5044 # Didn't find any BSD compatible name lister, look for dumpbin.
5045 if test -n "$DUMPBIN"; then :
5046 # Let the user override the test.
5047 else
5048 if test -n "$ac_tool_prefix"; then
5049 for ac_prog in dumpbin "link -dump"
5050 do
5051 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5052 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5053 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5054 $as_echo_n "checking for $ac_word... " >&6; }
5055 if ${ac_cv_prog_DUMPBIN+:} false; then :
5056 $as_echo_n "(cached) " >&6
5057 else
5058 if test -n "$DUMPBIN"; then
5059 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5060 else
5061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5062 for as_dir in $PATH
5063 do
5064 IFS=$as_save_IFS
5065 test -z "$as_dir" && as_dir=.
5066 for ac_exec_ext in '' $ac_executable_extensions; do
5067 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5068 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5069 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5070 break 2
5071 fi
5072 done
5073 done
5074 IFS=$as_save_IFS
5075
5076 fi
5077 fi
5078 DUMPBIN=$ac_cv_prog_DUMPBIN
5079 if test -n "$DUMPBIN"; then
5080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5081 $as_echo "$DUMPBIN" >&6; }
5082 else
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5084 $as_echo "no" >&6; }
5085 fi
5086
5087
5088 test -n "$DUMPBIN" && break
5089 done
5090 fi
5091 if test -z "$DUMPBIN"; then
5092 ac_ct_DUMPBIN=$DUMPBIN
5093 for ac_prog in dumpbin "link -dump"
5094 do
5095 # Extract the first word of "$ac_prog", so it can be a program name with args.
5096 set dummy $ac_prog; ac_word=$2
5097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5098 $as_echo_n "checking for $ac_word... " >&6; }
5099 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5100 $as_echo_n "(cached) " >&6
5101 else
5102 if test -n "$ac_ct_DUMPBIN"; then
5103 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5104 else
5105 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5106 for as_dir in $PATH
5107 do
5108 IFS=$as_save_IFS
5109 test -z "$as_dir" && as_dir=.
5110 for ac_exec_ext in '' $ac_executable_extensions; do
5111 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5112 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5113 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5114 break 2
5115 fi
5116 done
5117 done
5118 IFS=$as_save_IFS
5119
5120 fi
5121 fi
5122 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5123 if test -n "$ac_ct_DUMPBIN"; then
5124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5125 $as_echo "$ac_ct_DUMPBIN" >&6; }
5126 else
5127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5128 $as_echo "no" >&6; }
5129 fi
5130
5131
5132 test -n "$ac_ct_DUMPBIN" && break
5133 done
5134
5135 if test "x$ac_ct_DUMPBIN" = x; then
5136 DUMPBIN=":"
5137 else
5138 case $cross_compiling:$ac_tool_warned in
5139 yes:)
5140 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5142 ac_tool_warned=yes ;;
5143 esac
5144 DUMPBIN=$ac_ct_DUMPBIN
5145 fi
5146 fi
5147
5148 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5149 *COFF*)
5150 DUMPBIN="$DUMPBIN -symbols"
5151 ;;
5152 *)
5153 DUMPBIN=:
5154 ;;
5155 esac
5156 fi
5157
5158 if test "$DUMPBIN" != ":"; then
5159 NM="$DUMPBIN"
5160 fi
5161 fi
5162 test -z "$NM" && NM=nm
5163
5164
5165
5166
5167
5168
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5170 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5171 if ${lt_cv_nm_interface+:} false; then :
5172 $as_echo_n "(cached) " >&6
5173 else
5174 lt_cv_nm_interface="BSD nm"
5175 echo "int some_variable = 0;" > conftest.$ac_ext
5176 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5177 (eval "$ac_compile" 2>conftest.err)
5178 cat conftest.err >&5
5179 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5180 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5181 cat conftest.err >&5
5182 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5183 cat conftest.out >&5
5184 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5185 lt_cv_nm_interface="MS dumpbin"
5186 fi
5187 rm -f conftest*
5188 fi
5189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5190 $as_echo "$lt_cv_nm_interface" >&6; }
5191
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5193 $as_echo_n "checking whether ln -s works... " >&6; }
5194 LN_S=$as_ln_s
5195 if test "$LN_S" = "ln -s"; then
5196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5197 $as_echo "yes" >&6; }
5198 else
5199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5200 $as_echo "no, using $LN_S" >&6; }
5201 fi
5202
5203 # find the maximum length of command line arguments
5204 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5205 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5206 if ${lt_cv_sys_max_cmd_len+:} false; then :
5207 $as_echo_n "(cached) " >&6
5208 else
5209 i=0
5210 teststring="ABCD"
5211
5212 case $build_os in
5213 msdosdjgpp*)
5214 # On DJGPP, this test can blow up pretty badly due to problems in libc
5215 # (any single argument exceeding 2000 bytes causes a buffer overrun
5216 # during glob expansion). Even if it were fixed, the result of this
5217 # check would be larger than it should be.
5218 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5219 ;;
5220
5221 gnu*)
5222 # Under GNU Hurd, this test is not required because there is
5223 # no limit to the length of command line arguments.
5224 # Libtool will interpret -1 as no limit whatsoever
5225 lt_cv_sys_max_cmd_len=-1;
5226 ;;
5227
5228 cygwin* | mingw* | cegcc*)
5229 # On Win9x/ME, this test blows up -- it succeeds, but takes
5230 # about 5 minutes as the teststring grows exponentially.
5231 # Worse, since 9x/ME are not pre-emptively multitasking,
5232 # you end up with a "frozen" computer, even though with patience
5233 # the test eventually succeeds (with a max line length of 256k).
5234 # Instead, let's just punt: use the minimum linelength reported by
5235 # all of the supported platforms: 8192 (on NT/2K/XP).
5236 lt_cv_sys_max_cmd_len=8192;
5237 ;;
5238
5239 mint*)
5240 # On MiNT this can take a long time and run out of memory.
5241 lt_cv_sys_max_cmd_len=8192;
5242 ;;
5243
5244 amigaos*)
5245 # On AmigaOS with pdksh, this test takes hours, literally.
5246 # So we just punt and use a minimum line length of 8192.
5247 lt_cv_sys_max_cmd_len=8192;
5248 ;;
5249
5250 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5251 # This has been around since 386BSD, at least. Likely further.
5252 if test -x /sbin/sysctl; then
5253 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5254 elif test -x /usr/sbin/sysctl; then
5255 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5256 else
5257 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5258 fi
5259 # And add a safety zone
5260 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5261 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5262 ;;
5263
5264 interix*)
5265 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5266 lt_cv_sys_max_cmd_len=196608
5267 ;;
5268
5269 osf*)
5270 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5271 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5272 # nice to cause kernel panics so lets avoid the loop below.
5273 # First set a reasonable default.
5274 lt_cv_sys_max_cmd_len=16384
5275 #
5276 if test -x /sbin/sysconfig; then
5277 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5278 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5279 esac
5280 fi
5281 ;;
5282 sco3.2v5*)
5283 lt_cv_sys_max_cmd_len=102400
5284 ;;
5285 sysv5* | sco5v6* | sysv4.2uw2*)
5286 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5287 if test -n "$kargmax"; then
5288 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5289 else
5290 lt_cv_sys_max_cmd_len=32768
5291 fi
5292 ;;
5293 *)
5294 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5295 if test -n "$lt_cv_sys_max_cmd_len"; then
5296 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5297 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5298 else
5299 # Make teststring a little bigger before we do anything with it.
5300 # a 1K string should be a reasonable start.
5301 for i in 1 2 3 4 5 6 7 8 ; do
5302 teststring=$teststring$teststring
5303 done
5304 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5305 # If test is not a shell built-in, we'll probably end up computing a
5306 # maximum length that is only half of the actual maximum length, but
5307 # we can't tell.
5308 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5309 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5310 test $i != 17 # 1/2 MB should be enough
5311 do
5312 i=`expr $i + 1`
5313 teststring=$teststring$teststring
5314 done
5315 # Only check the string length outside the loop.
5316 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5317 teststring=
5318 # Add a significant safety factor because C++ compilers can tack on
5319 # massive amounts of additional arguments before passing them to the
5320 # linker. It appears as though 1/2 is a usable value.
5321 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5322 fi
5323 ;;
5324 esac
5325
5326 fi
5327
5328 if test -n $lt_cv_sys_max_cmd_len ; then
5329 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5330 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5331 else
5332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5333 $as_echo "none" >&6; }
5334 fi
5335 max_cmd_len=$lt_cv_sys_max_cmd_len
5336
5337
5338
5339
5340
5341
5342 : ${CP="cp -f"}
5343 : ${MV="mv -f"}
5344 : ${RM="rm -f"}
5345
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5347 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5348 # Try some XSI features
5349 xsi_shell=no
5350 ( _lt_dummy="a/b/c"
5351 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5352 = c,a/b,, \
5353 && eval 'test $(( 1 + 1 )) -eq 2 \
5354 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5355 && xsi_shell=yes
5356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5357 $as_echo "$xsi_shell" >&6; }
5358
5359
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5361 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5362 lt_shell_append=no
5363 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5364 >/dev/null 2>&1 \
5365 && lt_shell_append=yes
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5367 $as_echo "$lt_shell_append" >&6; }
5368
5369
5370 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5371 lt_unset=unset
5372 else
5373 lt_unset=false
5374 fi
5375
5376
5377
5378
5379
5380 # test EBCDIC or ASCII
5381 case `echo X|tr X '\101'` in
5382 A) # ASCII based system
5383 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5384 lt_SP2NL='tr \040 \012'
5385 lt_NL2SP='tr \015\012 \040\040'
5386 ;;
5387 *) # EBCDIC based system
5388 lt_SP2NL='tr \100 \n'
5389 lt_NL2SP='tr \r\n \100\100'
5390 ;;
5391 esac
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5402 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5403 if ${lt_cv_ld_reload_flag+:} false; then :
5404 $as_echo_n "(cached) " >&6
5405 else
5406 lt_cv_ld_reload_flag='-r'
5407 fi
5408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5409 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5410 reload_flag=$lt_cv_ld_reload_flag
5411 case $reload_flag in
5412 "" | " "*) ;;
5413 *) reload_flag=" $reload_flag" ;;
5414 esac
5415 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5416 case $host_os in
5417 darwin*)
5418 if test "$GCC" = yes; then
5419 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5420 else
5421 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5422 fi
5423 ;;
5424 esac
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434 if test -n "$ac_tool_prefix"; then
5435 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5436 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5438 $as_echo_n "checking for $ac_word... " >&6; }
5439 if ${ac_cv_prog_OBJDUMP+:} false; then :
5440 $as_echo_n "(cached) " >&6
5441 else
5442 if test -n "$OBJDUMP"; then
5443 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5444 else
5445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5446 for as_dir in $PATH
5447 do
5448 IFS=$as_save_IFS
5449 test -z "$as_dir" && as_dir=.
5450 for ac_exec_ext in '' $ac_executable_extensions; do
5451 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5452 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5453 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5454 break 2
5455 fi
5456 done
5457 done
5458 IFS=$as_save_IFS
5459
5460 fi
5461 fi
5462 OBJDUMP=$ac_cv_prog_OBJDUMP
5463 if test -n "$OBJDUMP"; then
5464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5465 $as_echo "$OBJDUMP" >&6; }
5466 else
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5468 $as_echo "no" >&6; }
5469 fi
5470
5471
5472 fi
5473 if test -z "$ac_cv_prog_OBJDUMP"; then
5474 ac_ct_OBJDUMP=$OBJDUMP
5475 # Extract the first word of "objdump", so it can be a program name with args.
5476 set dummy objdump; ac_word=$2
5477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5478 $as_echo_n "checking for $ac_word... " >&6; }
5479 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5480 $as_echo_n "(cached) " >&6
5481 else
5482 if test -n "$ac_ct_OBJDUMP"; then
5483 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5484 else
5485 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5486 for as_dir in $PATH
5487 do
5488 IFS=$as_save_IFS
5489 test -z "$as_dir" && as_dir=.
5490 for ac_exec_ext in '' $ac_executable_extensions; do
5491 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5492 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5493 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5494 break 2
5495 fi
5496 done
5497 done
5498 IFS=$as_save_IFS
5499
5500 fi
5501 fi
5502 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5503 if test -n "$ac_ct_OBJDUMP"; then
5504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5505 $as_echo "$ac_ct_OBJDUMP" >&6; }
5506 else
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5508 $as_echo "no" >&6; }
5509 fi
5510
5511 if test "x$ac_ct_OBJDUMP" = x; then
5512 OBJDUMP="false"
5513 else
5514 case $cross_compiling:$ac_tool_warned in
5515 yes:)
5516 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5517 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5518 ac_tool_warned=yes ;;
5519 esac
5520 OBJDUMP=$ac_ct_OBJDUMP
5521 fi
5522 else
5523 OBJDUMP="$ac_cv_prog_OBJDUMP"
5524 fi
5525
5526 test -z "$OBJDUMP" && OBJDUMP=objdump
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5537 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5538 if ${lt_cv_deplibs_check_method+:} false; then :
5539 $as_echo_n "(cached) " >&6
5540 else
5541 lt_cv_file_magic_cmd='$MAGIC_CMD'
5542 lt_cv_file_magic_test_file=
5543 lt_cv_deplibs_check_method='unknown'
5544 # Need to set the preceding variable on all platforms that support
5545 # interlibrary dependencies.
5546 # 'none' -- dependencies not supported.
5547 # `unknown' -- same as none, but documents that we really don't know.
5548 # 'pass_all' -- all dependencies passed with no checks.
5549 # 'test_compile' -- check by making test program.
5550 # 'file_magic [[regex]]' -- check by looking for files in library path
5551 # which responds to the $file_magic_cmd with a given extended regex.
5552 # If you have `file' or equivalent on your system and you're not sure
5553 # whether `pass_all' will *always* work, you probably want this one.
5554
5555 case $host_os in
5556 aix[4-9]*)
5557 lt_cv_deplibs_check_method=pass_all
5558 ;;
5559
5560 beos*)
5561 lt_cv_deplibs_check_method=pass_all
5562 ;;
5563
5564 bsdi[45]*)
5565 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5566 lt_cv_file_magic_cmd='/usr/bin/file -L'
5567 lt_cv_file_magic_test_file=/shlib/libc.so
5568 ;;
5569
5570 cygwin*)
5571 # func_win32_libid is a shell function defined in ltmain.sh
5572 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5573 lt_cv_file_magic_cmd='func_win32_libid'
5574 ;;
5575
5576 mingw* | pw32*)
5577 # Base MSYS/MinGW do not provide the 'file' command needed by
5578 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5579 # unless we find 'file', for example because we are cross-compiling.
5580 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5581 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5582 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5583 lt_cv_file_magic_cmd='func_win32_libid'
5584 else
5585 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5586 lt_cv_file_magic_cmd='$OBJDUMP -f'
5587 fi
5588 ;;
5589
5590 cegcc*)
5591 # use the weaker test based on 'objdump'. See mingw*.
5592 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5593 lt_cv_file_magic_cmd='$OBJDUMP -f'
5594 ;;
5595
5596 darwin* | rhapsody*)
5597 lt_cv_deplibs_check_method=pass_all
5598 ;;
5599
5600 freebsd* | dragonfly*)
5601 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5602 case $host_cpu in
5603 i*86 )
5604 # Not sure whether the presence of OpenBSD here was a mistake.
5605 # Let's accept both of them until this is cleared up.
5606 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5607 lt_cv_file_magic_cmd=/usr/bin/file
5608 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5609 ;;
5610 esac
5611 else
5612 lt_cv_deplibs_check_method=pass_all
5613 fi
5614 ;;
5615
5616 gnu*)
5617 lt_cv_deplibs_check_method=pass_all
5618 ;;
5619
5620 haiku*)
5621 lt_cv_deplibs_check_method=pass_all
5622 ;;
5623
5624 hpux10.20* | hpux11*)
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 case $host_cpu in
5627 ia64*)
5628 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5629 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5630 ;;
5631 hppa*64*)
5632 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]'
5633 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5634 ;;
5635 *)
5636 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5637 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5638 ;;
5639 esac
5640 ;;
5641
5642 interix[3-9]*)
5643 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5644 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5645 ;;
5646
5647 irix5* | irix6* | nonstopux*)
5648 case $LD in
5649 *-32|*"-32 ") libmagic=32-bit;;
5650 *-n32|*"-n32 ") libmagic=N32;;
5651 *-64|*"-64 ") libmagic=64-bit;;
5652 *) libmagic=never-match;;
5653 esac
5654 lt_cv_deplibs_check_method=pass_all
5655 ;;
5656
5657 # This must be Linux ELF.
5658 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5659 lt_cv_deplibs_check_method=pass_all
5660 ;;
5661
5662 netbsd*)
5663 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5664 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5665 else
5666 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5667 fi
5668 ;;
5669
5670 newos6*)
5671 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5672 lt_cv_file_magic_cmd=/usr/bin/file
5673 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5674 ;;
5675
5676 *nto* | *qnx*)
5677 lt_cv_deplibs_check_method=pass_all
5678 ;;
5679
5680 openbsd*)
5681 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5685 fi
5686 ;;
5687
5688 osf3* | osf4* | osf5*)
5689 lt_cv_deplibs_check_method=pass_all
5690 ;;
5691
5692 rdos*)
5693 lt_cv_deplibs_check_method=pass_all
5694 ;;
5695
5696 solaris*)
5697 lt_cv_deplibs_check_method=pass_all
5698 ;;
5699
5700 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5701 lt_cv_deplibs_check_method=pass_all
5702 ;;
5703
5704 sysv4 | sysv4.3*)
5705 case $host_vendor in
5706 motorola)
5707 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]'
5708 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5709 ;;
5710 ncr)
5711 lt_cv_deplibs_check_method=pass_all
5712 ;;
5713 sequent)
5714 lt_cv_file_magic_cmd='/bin/file'
5715 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5716 ;;
5717 sni)
5718 lt_cv_file_magic_cmd='/bin/file'
5719 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5720 lt_cv_file_magic_test_file=/lib/libc.so
5721 ;;
5722 siemens)
5723 lt_cv_deplibs_check_method=pass_all
5724 ;;
5725 pc)
5726 lt_cv_deplibs_check_method=pass_all
5727 ;;
5728 esac
5729 ;;
5730
5731 tpf*)
5732 lt_cv_deplibs_check_method=pass_all
5733 ;;
5734 esac
5735
5736 fi
5737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5738 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5739 file_magic_cmd=$lt_cv_file_magic_cmd
5740 deplibs_check_method=$lt_cv_deplibs_check_method
5741 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
5753
5754 plugin_option=
5755 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5756 for plugin in $plugin_names; do
5757 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5758 if test x$plugin_so = x$plugin; then
5759 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5760 fi
5761 if test x$plugin_so != x$plugin; then
5762 plugin_option="--plugin $plugin_so"
5763 break
5764 fi
5765 done
5766
5767 if test -n "$ac_tool_prefix"; then
5768 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5769 set dummy ${ac_tool_prefix}ar; ac_word=$2
5770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5771 $as_echo_n "checking for $ac_word... " >&6; }
5772 if ${ac_cv_prog_AR+:} false; then :
5773 $as_echo_n "(cached) " >&6
5774 else
5775 if test -n "$AR"; then
5776 ac_cv_prog_AR="$AR" # Let the user override the test.
5777 else
5778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5779 for as_dir in $PATH
5780 do
5781 IFS=$as_save_IFS
5782 test -z "$as_dir" && as_dir=.
5783 for ac_exec_ext in '' $ac_executable_extensions; do
5784 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5785 ac_cv_prog_AR="${ac_tool_prefix}ar"
5786 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5787 break 2
5788 fi
5789 done
5790 done
5791 IFS=$as_save_IFS
5792
5793 fi
5794 fi
5795 AR=$ac_cv_prog_AR
5796 if test -n "$AR"; then
5797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5798 $as_echo "$AR" >&6; }
5799 else
5800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5801 $as_echo "no" >&6; }
5802 fi
5803
5804
5805 fi
5806 if test -z "$ac_cv_prog_AR"; then
5807 ac_ct_AR=$AR
5808 # Extract the first word of "ar", so it can be a program name with args.
5809 set dummy ar; ac_word=$2
5810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5811 $as_echo_n "checking for $ac_word... " >&6; }
5812 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5813 $as_echo_n "(cached) " >&6
5814 else
5815 if test -n "$ac_ct_AR"; then
5816 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5817 else
5818 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5819 for as_dir in $PATH
5820 do
5821 IFS=$as_save_IFS
5822 test -z "$as_dir" && as_dir=.
5823 for ac_exec_ext in '' $ac_executable_extensions; do
5824 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5825 ac_cv_prog_ac_ct_AR="ar"
5826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5827 break 2
5828 fi
5829 done
5830 done
5831 IFS=$as_save_IFS
5832
5833 fi
5834 fi
5835 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5836 if test -n "$ac_ct_AR"; then
5837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5838 $as_echo "$ac_ct_AR" >&6; }
5839 else
5840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5841 $as_echo "no" >&6; }
5842 fi
5843
5844 if test "x$ac_ct_AR" = x; then
5845 AR="false"
5846 else
5847 case $cross_compiling:$ac_tool_warned in
5848 yes:)
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5850 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5851 ac_tool_warned=yes ;;
5852 esac
5853 AR=$ac_ct_AR
5854 fi
5855 else
5856 AR="$ac_cv_prog_AR"
5857 fi
5858
5859 test -z "$AR" && AR=ar
5860 if test -n "$plugin_option"; then
5861 if $AR --help 2>&1 | grep -q "\--plugin"; then
5862 touch conftest.c
5863 $AR $plugin_option rc conftest.a conftest.c
5864 if test "$?" != 0; then
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5866 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5867 else
5868 AR="$AR $plugin_option"
5869 fi
5870 rm -f conftest.*
5871 fi
5872 fi
5873 test -z "$AR_FLAGS" && AR_FLAGS=cru
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885 if test -n "$ac_tool_prefix"; then
5886 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5887 set dummy ${ac_tool_prefix}strip; ac_word=$2
5888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5889 $as_echo_n "checking for $ac_word... " >&6; }
5890 if ${ac_cv_prog_STRIP+:} false; then :
5891 $as_echo_n "(cached) " >&6
5892 else
5893 if test -n "$STRIP"; then
5894 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5895 else
5896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5897 for as_dir in $PATH
5898 do
5899 IFS=$as_save_IFS
5900 test -z "$as_dir" && as_dir=.
5901 for ac_exec_ext in '' $ac_executable_extensions; do
5902 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5903 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5904 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5905 break 2
5906 fi
5907 done
5908 done
5909 IFS=$as_save_IFS
5910
5911 fi
5912 fi
5913 STRIP=$ac_cv_prog_STRIP
5914 if test -n "$STRIP"; then
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5916 $as_echo "$STRIP" >&6; }
5917 else
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5919 $as_echo "no" >&6; }
5920 fi
5921
5922
5923 fi
5924 if test -z "$ac_cv_prog_STRIP"; then
5925 ac_ct_STRIP=$STRIP
5926 # Extract the first word of "strip", so it can be a program name with args.
5927 set dummy strip; ac_word=$2
5928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5929 $as_echo_n "checking for $ac_word... " >&6; }
5930 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5931 $as_echo_n "(cached) " >&6
5932 else
5933 if test -n "$ac_ct_STRIP"; then
5934 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5935 else
5936 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5937 for as_dir in $PATH
5938 do
5939 IFS=$as_save_IFS
5940 test -z "$as_dir" && as_dir=.
5941 for ac_exec_ext in '' $ac_executable_extensions; do
5942 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5943 ac_cv_prog_ac_ct_STRIP="strip"
5944 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5945 break 2
5946 fi
5947 done
5948 done
5949 IFS=$as_save_IFS
5950
5951 fi
5952 fi
5953 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5954 if test -n "$ac_ct_STRIP"; then
5955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5956 $as_echo "$ac_ct_STRIP" >&6; }
5957 else
5958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5959 $as_echo "no" >&6; }
5960 fi
5961
5962 if test "x$ac_ct_STRIP" = x; then
5963 STRIP=":"
5964 else
5965 case $cross_compiling:$ac_tool_warned in
5966 yes:)
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5968 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5969 ac_tool_warned=yes ;;
5970 esac
5971 STRIP=$ac_ct_STRIP
5972 fi
5973 else
5974 STRIP="$ac_cv_prog_STRIP"
5975 fi
5976
5977 test -z "$STRIP" && STRIP=:
5978
5979
5980
5981
5982
5983
5984 if test -n "$ac_tool_prefix"; then
5985 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5986 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5988 $as_echo_n "checking for $ac_word... " >&6; }
5989 if ${ac_cv_prog_RANLIB+:} false; then :
5990 $as_echo_n "(cached) " >&6
5991 else
5992 if test -n "$RANLIB"; then
5993 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5994 else
5995 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5996 for as_dir in $PATH
5997 do
5998 IFS=$as_save_IFS
5999 test -z "$as_dir" && as_dir=.
6000 for ac_exec_ext in '' $ac_executable_extensions; do
6001 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6002 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6003 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6004 break 2
6005 fi
6006 done
6007 done
6008 IFS=$as_save_IFS
6009
6010 fi
6011 fi
6012 RANLIB=$ac_cv_prog_RANLIB
6013 if test -n "$RANLIB"; then
6014 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6015 $as_echo "$RANLIB" >&6; }
6016 else
6017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6018 $as_echo "no" >&6; }
6019 fi
6020
6021
6022 fi
6023 if test -z "$ac_cv_prog_RANLIB"; then
6024 ac_ct_RANLIB=$RANLIB
6025 # Extract the first word of "ranlib", so it can be a program name with args.
6026 set dummy ranlib; ac_word=$2
6027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6028 $as_echo_n "checking for $ac_word... " >&6; }
6029 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6030 $as_echo_n "(cached) " >&6
6031 else
6032 if test -n "$ac_ct_RANLIB"; then
6033 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6034 else
6035 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6036 for as_dir in $PATH
6037 do
6038 IFS=$as_save_IFS
6039 test -z "$as_dir" && as_dir=.
6040 for ac_exec_ext in '' $ac_executable_extensions; do
6041 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6042 ac_cv_prog_ac_ct_RANLIB="ranlib"
6043 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6044 break 2
6045 fi
6046 done
6047 done
6048 IFS=$as_save_IFS
6049
6050 fi
6051 fi
6052 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6053 if test -n "$ac_ct_RANLIB"; then
6054 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6055 $as_echo "$ac_ct_RANLIB" >&6; }
6056 else
6057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6058 $as_echo "no" >&6; }
6059 fi
6060
6061 if test "x$ac_ct_RANLIB" = x; then
6062 RANLIB=":"
6063 else
6064 case $cross_compiling:$ac_tool_warned in
6065 yes:)
6066 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6067 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6068 ac_tool_warned=yes ;;
6069 esac
6070 RANLIB=$ac_ct_RANLIB
6071 fi
6072 else
6073 RANLIB="$ac_cv_prog_RANLIB"
6074 fi
6075
6076 test -z "$RANLIB" && RANLIB=:
6077 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6078 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6079 RANLIB="$RANLIB $plugin_option"
6080 fi
6081 fi
6082
6083
6084
6085
6086
6087
6088 # Determine commands to create old-style static archives.
6089 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6090 old_postinstall_cmds='chmod 644 $oldlib'
6091 old_postuninstall_cmds=
6092
6093 if test -n "$RANLIB"; then
6094 case $host_os in
6095 openbsd*)
6096 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6097 ;;
6098 *)
6099 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6100 ;;
6101 esac
6102 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6103 fi
6104
6105 case $host_os in
6106 darwin*)
6107 lock_old_archive_extraction=yes ;;
6108 *)
6109 lock_old_archive_extraction=no ;;
6110 esac
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150 # If no C compiler was specified, use CC.
6151 LTCC=${LTCC-"$CC"}
6152
6153 # If no C compiler flags were specified, use CFLAGS.
6154 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6155
6156 # Allow CC to be a program name with arguments.
6157 compiler=$CC
6158
6159
6160 # Check for command to grab the raw symbol name followed by C symbol from nm.
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6162 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6163 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6164 $as_echo_n "(cached) " >&6
6165 else
6166
6167 # These are sane defaults that work on at least a few old systems.
6168 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6169
6170 # Character class describing NM global symbol codes.
6171 symcode='[BCDEGRST]'
6172
6173 # Regexp to match symbols that can be accessed directly from C.
6174 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6175
6176 # Define system-specific variables.
6177 case $host_os in
6178 aix*)
6179 symcode='[BCDT]'
6180 ;;
6181 cygwin* | mingw* | pw32* | cegcc*)
6182 symcode='[ABCDGISTW]'
6183 ;;
6184 hpux*)
6185 if test "$host_cpu" = ia64; then
6186 symcode='[ABCDEGRST]'
6187 fi
6188 ;;
6189 irix* | nonstopux*)
6190 symcode='[BCDEGRST]'
6191 ;;
6192 osf*)
6193 symcode='[BCDEGQRST]'
6194 ;;
6195 solaris*)
6196 symcode='[BCDRT]'
6197 ;;
6198 sco3.2v5*)
6199 symcode='[DT]'
6200 ;;
6201 sysv4.2uw2*)
6202 symcode='[DT]'
6203 ;;
6204 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6205 symcode='[ABDT]'
6206 ;;
6207 sysv4)
6208 symcode='[DFNSTU]'
6209 ;;
6210 esac
6211
6212 # If we're using GNU nm, then use its standard symbol codes.
6213 case `$NM -V 2>&1` in
6214 *GNU* | *'with BFD'*)
6215 symcode='[ABCDGIRSTW]' ;;
6216 esac
6217
6218 # Transform an extracted symbol line into a proper C declaration.
6219 # Some systems (esp. on ia64) link data and code symbols differently,
6220 # so use this general approach.
6221 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6222
6223 # Transform an extracted symbol line into symbol name and symbol address
6224 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6225 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'"
6226
6227 # Handle CRLF in mingw tool chain
6228 opt_cr=
6229 case $build_os in
6230 mingw*)
6231 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6232 ;;
6233 esac
6234
6235 # Try without a prefix underscore, then with it.
6236 for ac_symprfx in "" "_"; do
6237
6238 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6239 symxfrm="\\1 $ac_symprfx\\2 \\2"
6240
6241 # Write the raw and C identifiers.
6242 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6243 # Fake it for dumpbin and say T for any non-static function
6244 # and D for any global variable.
6245 # Also find C++ and __fastcall symbols from MSVC++,
6246 # which start with @ or ?.
6247 lt_cv_sys_global_symbol_pipe="$AWK '"\
6248 " {last_section=section; section=\$ 3};"\
6249 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6250 " \$ 0!~/External *\|/{next};"\
6251 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6252 " {if(hide[section]) next};"\
6253 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6254 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6255 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6256 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6257 " ' prfx=^$ac_symprfx"
6258 else
6259 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6260 fi
6261
6262 # Check to see that the pipe works correctly.
6263 pipe_works=no
6264
6265 rm -f conftest*
6266 cat > conftest.$ac_ext <<_LT_EOF
6267 #ifdef __cplusplus
6268 extern "C" {
6269 #endif
6270 char nm_test_var;
6271 void nm_test_func(void);
6272 void nm_test_func(void){}
6273 #ifdef __cplusplus
6274 }
6275 #endif
6276 int main(){nm_test_var='a';nm_test_func();return(0);}
6277 _LT_EOF
6278
6279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6280 (eval $ac_compile) 2>&5
6281 ac_status=$?
6282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6283 test $ac_status = 0; }; then
6284 # Now try to grab the symbols.
6285 nlist=conftest.nm
6286 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6287 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6288 ac_status=$?
6289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6290 test $ac_status = 0; } && test -s "$nlist"; then
6291 # Try sorting and uniquifying the output.
6292 if sort "$nlist" | uniq > "$nlist"T; then
6293 mv -f "$nlist"T "$nlist"
6294 else
6295 rm -f "$nlist"T
6296 fi
6297
6298 # Make sure that we snagged all the symbols we need.
6299 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6300 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6301 cat <<_LT_EOF > conftest.$ac_ext
6302 #ifdef __cplusplus
6303 extern "C" {
6304 #endif
6305
6306 _LT_EOF
6307 # Now generate the symbol file.
6308 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6309
6310 cat <<_LT_EOF >> conftest.$ac_ext
6311
6312 /* The mapping between symbol names and symbols. */
6313 const struct {
6314 const char *name;
6315 void *address;
6316 }
6317 lt__PROGRAM__LTX_preloaded_symbols[] =
6318 {
6319 { "@PROGRAM@", (void *) 0 },
6320 _LT_EOF
6321 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6322 cat <<\_LT_EOF >> conftest.$ac_ext
6323 {0, (void *) 0}
6324 };
6325
6326 /* This works around a problem in FreeBSD linker */
6327 #ifdef FREEBSD_WORKAROUND
6328 static const void *lt_preloaded_setup() {
6329 return lt__PROGRAM__LTX_preloaded_symbols;
6330 }
6331 #endif
6332
6333 #ifdef __cplusplus
6334 }
6335 #endif
6336 _LT_EOF
6337 # Now try linking the two files.
6338 mv conftest.$ac_objext conftstm.$ac_objext
6339 lt_save_LIBS="$LIBS"
6340 lt_save_CFLAGS="$CFLAGS"
6341 LIBS="conftstm.$ac_objext"
6342 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6344 (eval $ac_link) 2>&5
6345 ac_status=$?
6346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6347 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6348 pipe_works=yes
6349 fi
6350 LIBS="$lt_save_LIBS"
6351 CFLAGS="$lt_save_CFLAGS"
6352 else
6353 echo "cannot find nm_test_func in $nlist" >&5
6354 fi
6355 else
6356 echo "cannot find nm_test_var in $nlist" >&5
6357 fi
6358 else
6359 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6360 fi
6361 else
6362 echo "$progname: failed program was:" >&5
6363 cat conftest.$ac_ext >&5
6364 fi
6365 rm -rf conftest* conftst*
6366
6367 # Do not use the global_symbol_pipe unless it works.
6368 if test "$pipe_works" = yes; then
6369 break
6370 else
6371 lt_cv_sys_global_symbol_pipe=
6372 fi
6373 done
6374
6375 fi
6376
6377 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6378 lt_cv_sys_global_symbol_to_cdecl=
6379 fi
6380 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6382 $as_echo "failed" >&6; }
6383 else
6384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6385 $as_echo "ok" >&6; }
6386 fi
6387
6388
6389
6390
6391
6392
6393
6394
6395
6396
6397
6398
6399
6400
6401
6402
6403
6404
6405
6406
6407
6408
6409 # Check whether --enable-libtool-lock was given.
6410 if test "${enable_libtool_lock+set}" = set; then :
6411 enableval=$enable_libtool_lock;
6412 fi
6413
6414 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6415
6416 # Some flags need to be propagated to the compiler or linker for good
6417 # libtool support.
6418 case $host in
6419 ia64-*-hpux*)
6420 # Find out which ABI we are using.
6421 echo 'int i;' > conftest.$ac_ext
6422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6423 (eval $ac_compile) 2>&5
6424 ac_status=$?
6425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6426 test $ac_status = 0; }; then
6427 case `/usr/bin/file conftest.$ac_objext` in
6428 *ELF-32*)
6429 HPUX_IA64_MODE="32"
6430 ;;
6431 *ELF-64*)
6432 HPUX_IA64_MODE="64"
6433 ;;
6434 esac
6435 fi
6436 rm -rf conftest*
6437 ;;
6438 *-*-irix6*)
6439 # Find out which ABI we are using.
6440 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6442 (eval $ac_compile) 2>&5
6443 ac_status=$?
6444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6445 test $ac_status = 0; }; then
6446 if test "$lt_cv_prog_gnu_ld" = yes; then
6447 case `/usr/bin/file conftest.$ac_objext` in
6448 *32-bit*)
6449 LD="${LD-ld} -melf32bsmip"
6450 ;;
6451 *N32*)
6452 LD="${LD-ld} -melf32bmipn32"
6453 ;;
6454 *64-bit*)
6455 LD="${LD-ld} -melf64bmip"
6456 ;;
6457 esac
6458 else
6459 case `/usr/bin/file conftest.$ac_objext` in
6460 *32-bit*)
6461 LD="${LD-ld} -32"
6462 ;;
6463 *N32*)
6464 LD="${LD-ld} -n32"
6465 ;;
6466 *64-bit*)
6467 LD="${LD-ld} -64"
6468 ;;
6469 esac
6470 fi
6471 fi
6472 rm -rf conftest*
6473 ;;
6474
6475 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6476 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6477 # Find out which ABI we are using.
6478 echo 'int i;' > conftest.$ac_ext
6479 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6480 (eval $ac_compile) 2>&5
6481 ac_status=$?
6482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6483 test $ac_status = 0; }; then
6484 case `/usr/bin/file conftest.o` in
6485 *32-bit*)
6486 case $host in
6487 x86_64-*kfreebsd*-gnu)
6488 LD="${LD-ld} -m elf_i386_fbsd"
6489 ;;
6490 x86_64-*linux*)
6491 case `/usr/bin/file conftest.o` in
6492 *x86-64*)
6493 LD="${LD-ld} -m elf32_x86_64"
6494 ;;
6495 *)
6496 LD="${LD-ld} -m elf_i386"
6497 ;;
6498 esac
6499 ;;
6500 powerpc64le-*linux*)
6501 LD="${LD-ld} -m elf32lppclinux"
6502 ;;
6503 powerpc64-*linux*)
6504 LD="${LD-ld} -m elf32ppclinux"
6505 ;;
6506 s390x-*linux*)
6507 LD="${LD-ld} -m elf_s390"
6508 ;;
6509 sparc64-*linux*)
6510 LD="${LD-ld} -m elf32_sparc"
6511 ;;
6512 esac
6513 ;;
6514 *64-bit*)
6515 case $host in
6516 x86_64-*kfreebsd*-gnu)
6517 LD="${LD-ld} -m elf_x86_64_fbsd"
6518 ;;
6519 x86_64-*linux*)
6520 LD="${LD-ld} -m elf_x86_64"
6521 ;;
6522 powerpcle-*linux*)
6523 LD="${LD-ld} -m elf64lppc"
6524 ;;
6525 powerpc-*linux*)
6526 LD="${LD-ld} -m elf64ppc"
6527 ;;
6528 s390*-*linux*|s390*-*tpf*)
6529 LD="${LD-ld} -m elf64_s390"
6530 ;;
6531 sparc*-*linux*)
6532 LD="${LD-ld} -m elf64_sparc"
6533 ;;
6534 esac
6535 ;;
6536 esac
6537 fi
6538 rm -rf conftest*
6539 ;;
6540
6541 *-*-sco3.2v5*)
6542 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6543 SAVE_CFLAGS="$CFLAGS"
6544 CFLAGS="$CFLAGS -belf"
6545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6546 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6547 if ${lt_cv_cc_needs_belf+:} false; then :
6548 $as_echo_n "(cached) " >&6
6549 else
6550 ac_ext=c
6551 ac_cpp='$CPP $CPPFLAGS'
6552 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6553 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6554 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6555
6556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6557 /* end confdefs.h. */
6558
6559 int
6560 main ()
6561 {
6562
6563 ;
6564 return 0;
6565 }
6566 _ACEOF
6567 if ac_fn_c_try_link "$LINENO"; then :
6568 lt_cv_cc_needs_belf=yes
6569 else
6570 lt_cv_cc_needs_belf=no
6571 fi
6572 rm -f core conftest.err conftest.$ac_objext \
6573 conftest$ac_exeext conftest.$ac_ext
6574 ac_ext=c
6575 ac_cpp='$CPP $CPPFLAGS'
6576 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6577 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6578 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6579
6580 fi
6581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6582 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6583 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6584 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6585 CFLAGS="$SAVE_CFLAGS"
6586 fi
6587 ;;
6588 sparc*-*solaris*)
6589 # Find out which ABI we are using.
6590 echo 'int i;' > conftest.$ac_ext
6591 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6592 (eval $ac_compile) 2>&5
6593 ac_status=$?
6594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6595 test $ac_status = 0; }; then
6596 case `/usr/bin/file conftest.o` in
6597 *64-bit*)
6598 case $lt_cv_prog_gnu_ld in
6599 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6600 *)
6601 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6602 LD="${LD-ld} -64"
6603 fi
6604 ;;
6605 esac
6606 ;;
6607 esac
6608 fi
6609 rm -rf conftest*
6610 ;;
6611 esac
6612
6613 need_locks="$enable_libtool_lock"
6614
6615
6616 case $host_os in
6617 rhapsody* | darwin*)
6618 if test -n "$ac_tool_prefix"; then
6619 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6620 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6621 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6622 $as_echo_n "checking for $ac_word... " >&6; }
6623 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6624 $as_echo_n "(cached) " >&6
6625 else
6626 if test -n "$DSYMUTIL"; then
6627 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6628 else
6629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6630 for as_dir in $PATH
6631 do
6632 IFS=$as_save_IFS
6633 test -z "$as_dir" && as_dir=.
6634 for ac_exec_ext in '' $ac_executable_extensions; do
6635 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6636 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6638 break 2
6639 fi
6640 done
6641 done
6642 IFS=$as_save_IFS
6643
6644 fi
6645 fi
6646 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6647 if test -n "$DSYMUTIL"; then
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6649 $as_echo "$DSYMUTIL" >&6; }
6650 else
6651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6652 $as_echo "no" >&6; }
6653 fi
6654
6655
6656 fi
6657 if test -z "$ac_cv_prog_DSYMUTIL"; then
6658 ac_ct_DSYMUTIL=$DSYMUTIL
6659 # Extract the first word of "dsymutil", so it can be a program name with args.
6660 set dummy dsymutil; ac_word=$2
6661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6662 $as_echo_n "checking for $ac_word... " >&6; }
6663 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6664 $as_echo_n "(cached) " >&6
6665 else
6666 if test -n "$ac_ct_DSYMUTIL"; then
6667 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6668 else
6669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6670 for as_dir in $PATH
6671 do
6672 IFS=$as_save_IFS
6673 test -z "$as_dir" && as_dir=.
6674 for ac_exec_ext in '' $ac_executable_extensions; do
6675 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6676 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6678 break 2
6679 fi
6680 done
6681 done
6682 IFS=$as_save_IFS
6683
6684 fi
6685 fi
6686 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6687 if test -n "$ac_ct_DSYMUTIL"; then
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6689 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6690 else
6691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6692 $as_echo "no" >&6; }
6693 fi
6694
6695 if test "x$ac_ct_DSYMUTIL" = x; then
6696 DSYMUTIL=":"
6697 else
6698 case $cross_compiling:$ac_tool_warned in
6699 yes:)
6700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6701 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6702 ac_tool_warned=yes ;;
6703 esac
6704 DSYMUTIL=$ac_ct_DSYMUTIL
6705 fi
6706 else
6707 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6708 fi
6709
6710 if test -n "$ac_tool_prefix"; then
6711 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6712 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6714 $as_echo_n "checking for $ac_word... " >&6; }
6715 if ${ac_cv_prog_NMEDIT+:} false; then :
6716 $as_echo_n "(cached) " >&6
6717 else
6718 if test -n "$NMEDIT"; then
6719 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6720 else
6721 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6722 for as_dir in $PATH
6723 do
6724 IFS=$as_save_IFS
6725 test -z "$as_dir" && as_dir=.
6726 for ac_exec_ext in '' $ac_executable_extensions; do
6727 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6728 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6730 break 2
6731 fi
6732 done
6733 done
6734 IFS=$as_save_IFS
6735
6736 fi
6737 fi
6738 NMEDIT=$ac_cv_prog_NMEDIT
6739 if test -n "$NMEDIT"; then
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6741 $as_echo "$NMEDIT" >&6; }
6742 else
6743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6744 $as_echo "no" >&6; }
6745 fi
6746
6747
6748 fi
6749 if test -z "$ac_cv_prog_NMEDIT"; then
6750 ac_ct_NMEDIT=$NMEDIT
6751 # Extract the first word of "nmedit", so it can be a program name with args.
6752 set dummy nmedit; ac_word=$2
6753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6754 $as_echo_n "checking for $ac_word... " >&6; }
6755 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6756 $as_echo_n "(cached) " >&6
6757 else
6758 if test -n "$ac_ct_NMEDIT"; then
6759 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6760 else
6761 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6762 for as_dir in $PATH
6763 do
6764 IFS=$as_save_IFS
6765 test -z "$as_dir" && as_dir=.
6766 for ac_exec_ext in '' $ac_executable_extensions; do
6767 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6768 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6770 break 2
6771 fi
6772 done
6773 done
6774 IFS=$as_save_IFS
6775
6776 fi
6777 fi
6778 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6779 if test -n "$ac_ct_NMEDIT"; then
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6781 $as_echo "$ac_ct_NMEDIT" >&6; }
6782 else
6783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6784 $as_echo "no" >&6; }
6785 fi
6786
6787 if test "x$ac_ct_NMEDIT" = x; then
6788 NMEDIT=":"
6789 else
6790 case $cross_compiling:$ac_tool_warned in
6791 yes:)
6792 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6793 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6794 ac_tool_warned=yes ;;
6795 esac
6796 NMEDIT=$ac_ct_NMEDIT
6797 fi
6798 else
6799 NMEDIT="$ac_cv_prog_NMEDIT"
6800 fi
6801
6802 if test -n "$ac_tool_prefix"; then
6803 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6804 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6806 $as_echo_n "checking for $ac_word... " >&6; }
6807 if ${ac_cv_prog_LIPO+:} false; then :
6808 $as_echo_n "(cached) " >&6
6809 else
6810 if test -n "$LIPO"; then
6811 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6812 else
6813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6814 for as_dir in $PATH
6815 do
6816 IFS=$as_save_IFS
6817 test -z "$as_dir" && as_dir=.
6818 for ac_exec_ext in '' $ac_executable_extensions; do
6819 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6820 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6822 break 2
6823 fi
6824 done
6825 done
6826 IFS=$as_save_IFS
6827
6828 fi
6829 fi
6830 LIPO=$ac_cv_prog_LIPO
6831 if test -n "$LIPO"; then
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6833 $as_echo "$LIPO" >&6; }
6834 else
6835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6836 $as_echo "no" >&6; }
6837 fi
6838
6839
6840 fi
6841 if test -z "$ac_cv_prog_LIPO"; then
6842 ac_ct_LIPO=$LIPO
6843 # Extract the first word of "lipo", so it can be a program name with args.
6844 set dummy lipo; ac_word=$2
6845 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6846 $as_echo_n "checking for $ac_word... " >&6; }
6847 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6848 $as_echo_n "(cached) " >&6
6849 else
6850 if test -n "$ac_ct_LIPO"; then
6851 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6852 else
6853 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6854 for as_dir in $PATH
6855 do
6856 IFS=$as_save_IFS
6857 test -z "$as_dir" && as_dir=.
6858 for ac_exec_ext in '' $ac_executable_extensions; do
6859 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6860 ac_cv_prog_ac_ct_LIPO="lipo"
6861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862 break 2
6863 fi
6864 done
6865 done
6866 IFS=$as_save_IFS
6867
6868 fi
6869 fi
6870 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6871 if test -n "$ac_ct_LIPO"; then
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6873 $as_echo "$ac_ct_LIPO" >&6; }
6874 else
6875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6876 $as_echo "no" >&6; }
6877 fi
6878
6879 if test "x$ac_ct_LIPO" = x; then
6880 LIPO=":"
6881 else
6882 case $cross_compiling:$ac_tool_warned in
6883 yes:)
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6885 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6886 ac_tool_warned=yes ;;
6887 esac
6888 LIPO=$ac_ct_LIPO
6889 fi
6890 else
6891 LIPO="$ac_cv_prog_LIPO"
6892 fi
6893
6894 if test -n "$ac_tool_prefix"; then
6895 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6896 set dummy ${ac_tool_prefix}otool; ac_word=$2
6897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6898 $as_echo_n "checking for $ac_word... " >&6; }
6899 if ${ac_cv_prog_OTOOL+:} false; then :
6900 $as_echo_n "(cached) " >&6
6901 else
6902 if test -n "$OTOOL"; then
6903 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6904 else
6905 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906 for as_dir in $PATH
6907 do
6908 IFS=$as_save_IFS
6909 test -z "$as_dir" && as_dir=.
6910 for ac_exec_ext in '' $ac_executable_extensions; do
6911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6912 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6914 break 2
6915 fi
6916 done
6917 done
6918 IFS=$as_save_IFS
6919
6920 fi
6921 fi
6922 OTOOL=$ac_cv_prog_OTOOL
6923 if test -n "$OTOOL"; then
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6925 $as_echo "$OTOOL" >&6; }
6926 else
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6928 $as_echo "no" >&6; }
6929 fi
6930
6931
6932 fi
6933 if test -z "$ac_cv_prog_OTOOL"; then
6934 ac_ct_OTOOL=$OTOOL
6935 # Extract the first word of "otool", so it can be a program name with args.
6936 set dummy otool; ac_word=$2
6937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6938 $as_echo_n "checking for $ac_word... " >&6; }
6939 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6940 $as_echo_n "(cached) " >&6
6941 else
6942 if test -n "$ac_ct_OTOOL"; then
6943 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6944 else
6945 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6946 for as_dir in $PATH
6947 do
6948 IFS=$as_save_IFS
6949 test -z "$as_dir" && as_dir=.
6950 for ac_exec_ext in '' $ac_executable_extensions; do
6951 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6952 ac_cv_prog_ac_ct_OTOOL="otool"
6953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6954 break 2
6955 fi
6956 done
6957 done
6958 IFS=$as_save_IFS
6959
6960 fi
6961 fi
6962 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6963 if test -n "$ac_ct_OTOOL"; then
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6965 $as_echo "$ac_ct_OTOOL" >&6; }
6966 else
6967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6968 $as_echo "no" >&6; }
6969 fi
6970
6971 if test "x$ac_ct_OTOOL" = x; then
6972 OTOOL=":"
6973 else
6974 case $cross_compiling:$ac_tool_warned in
6975 yes:)
6976 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6977 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6978 ac_tool_warned=yes ;;
6979 esac
6980 OTOOL=$ac_ct_OTOOL
6981 fi
6982 else
6983 OTOOL="$ac_cv_prog_OTOOL"
6984 fi
6985
6986 if test -n "$ac_tool_prefix"; then
6987 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6988 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6990 $as_echo_n "checking for $ac_word... " >&6; }
6991 if ${ac_cv_prog_OTOOL64+:} false; then :
6992 $as_echo_n "(cached) " >&6
6993 else
6994 if test -n "$OTOOL64"; then
6995 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6996 else
6997 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6998 for as_dir in $PATH
6999 do
7000 IFS=$as_save_IFS
7001 test -z "$as_dir" && as_dir=.
7002 for ac_exec_ext in '' $ac_executable_extensions; do
7003 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7004 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7006 break 2
7007 fi
7008 done
7009 done
7010 IFS=$as_save_IFS
7011
7012 fi
7013 fi
7014 OTOOL64=$ac_cv_prog_OTOOL64
7015 if test -n "$OTOOL64"; then
7016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7017 $as_echo "$OTOOL64" >&6; }
7018 else
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7020 $as_echo "no" >&6; }
7021 fi
7022
7023
7024 fi
7025 if test -z "$ac_cv_prog_OTOOL64"; then
7026 ac_ct_OTOOL64=$OTOOL64
7027 # Extract the first word of "otool64", so it can be a program name with args.
7028 set dummy otool64; ac_word=$2
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7030 $as_echo_n "checking for $ac_word... " >&6; }
7031 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7032 $as_echo_n "(cached) " >&6
7033 else
7034 if test -n "$ac_ct_OTOOL64"; then
7035 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7036 else
7037 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7038 for as_dir in $PATH
7039 do
7040 IFS=$as_save_IFS
7041 test -z "$as_dir" && as_dir=.
7042 for ac_exec_ext in '' $ac_executable_extensions; do
7043 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7044 ac_cv_prog_ac_ct_OTOOL64="otool64"
7045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7046 break 2
7047 fi
7048 done
7049 done
7050 IFS=$as_save_IFS
7051
7052 fi
7053 fi
7054 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7055 if test -n "$ac_ct_OTOOL64"; then
7056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7057 $as_echo "$ac_ct_OTOOL64" >&6; }
7058 else
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7060 $as_echo "no" >&6; }
7061 fi
7062
7063 if test "x$ac_ct_OTOOL64" = x; then
7064 OTOOL64=":"
7065 else
7066 case $cross_compiling:$ac_tool_warned in
7067 yes:)
7068 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7069 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7070 ac_tool_warned=yes ;;
7071 esac
7072 OTOOL64=$ac_ct_OTOOL64
7073 fi
7074 else
7075 OTOOL64="$ac_cv_prog_OTOOL64"
7076 fi
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7105 $as_echo_n "checking for -single_module linker flag... " >&6; }
7106 if ${lt_cv_apple_cc_single_mod+:} false; then :
7107 $as_echo_n "(cached) " >&6
7108 else
7109 lt_cv_apple_cc_single_mod=no
7110 if test -z "${LT_MULTI_MODULE}"; then
7111 # By default we will add the -single_module flag. You can override
7112 # by either setting the environment variable LT_MULTI_MODULE
7113 # non-empty at configure time, or by adding -multi_module to the
7114 # link flags.
7115 rm -rf libconftest.dylib*
7116 echo "int foo(void){return 1;}" > conftest.c
7117 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7118 -dynamiclib -Wl,-single_module conftest.c" >&5
7119 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7120 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7121 _lt_result=$?
7122 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7123 lt_cv_apple_cc_single_mod=yes
7124 else
7125 cat conftest.err >&5
7126 fi
7127 rm -rf libconftest.dylib*
7128 rm -f conftest.*
7129 fi
7130 fi
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7132 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7134 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7135 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7136 $as_echo_n "(cached) " >&6
7137 else
7138 lt_cv_ld_exported_symbols_list=no
7139 save_LDFLAGS=$LDFLAGS
7140 echo "_main" > conftest.sym
7141 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7143 /* end confdefs.h. */
7144
7145 int
7146 main ()
7147 {
7148
7149 ;
7150 return 0;
7151 }
7152 _ACEOF
7153 if ac_fn_c_try_link "$LINENO"; then :
7154 lt_cv_ld_exported_symbols_list=yes
7155 else
7156 lt_cv_ld_exported_symbols_list=no
7157 fi
7158 rm -f core conftest.err conftest.$ac_objext \
7159 conftest$ac_exeext conftest.$ac_ext
7160 LDFLAGS="$save_LDFLAGS"
7161
7162 fi
7163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7164 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7166 $as_echo_n "checking for -force_load linker flag... " >&6; }
7167 if ${lt_cv_ld_force_load+:} false; then :
7168 $as_echo_n "(cached) " >&6
7169 else
7170 lt_cv_ld_force_load=no
7171 cat > conftest.c << _LT_EOF
7172 int forced_loaded() { return 2;}
7173 _LT_EOF
7174 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7175 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7176 echo "$AR cru libconftest.a conftest.o" >&5
7177 $AR cru libconftest.a conftest.o 2>&5
7178 cat > conftest.c << _LT_EOF
7179 int main() { return 0;}
7180 _LT_EOF
7181 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7182 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7183 _lt_result=$?
7184 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7185 lt_cv_ld_force_load=yes
7186 else
7187 cat conftest.err >&5
7188 fi
7189 rm -f conftest.err libconftest.a conftest conftest.c
7190 rm -rf conftest.dSYM
7191
7192 fi
7193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7194 $as_echo "$lt_cv_ld_force_load" >&6; }
7195 case $host_os in
7196 rhapsody* | darwin1.[012])
7197 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7198 darwin1.*)
7199 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7200 darwin*) # darwin 5.x on
7201 # if running on 10.5 or later, the deployment target defaults
7202 # to the OS version, if on x86, and 10.4, the deployment
7203 # target defaults to 10.4. Don't you love it?
7204 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7205 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7206 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7207 10.[012][,.]*)
7208 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7209 10.*)
7210 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7211 esac
7212 ;;
7213 esac
7214 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7215 _lt_dar_single_mod='$single_module'
7216 fi
7217 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7218 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7219 else
7220 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7221 fi
7222 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7223 _lt_dsymutil='~$DSYMUTIL $lib || :'
7224 else
7225 _lt_dsymutil=
7226 fi
7227 ;;
7228 esac
7229
7230 for ac_header in dlfcn.h
7231 do :
7232 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7233 "
7234 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7235 cat >>confdefs.h <<_ACEOF
7236 #define HAVE_DLFCN_H 1
7237 _ACEOF
7238
7239 fi
7240
7241 done
7242
7243
7244
7245
7246
7247 # Set options
7248
7249
7250
7251 enable_dlopen=no
7252
7253
7254 enable_win32_dll=no
7255
7256
7257 # Check whether --enable-shared was given.
7258 if test "${enable_shared+set}" = set; then :
7259 enableval=$enable_shared; p=${PACKAGE-default}
7260 case $enableval in
7261 yes) enable_shared=yes ;;
7262 no) enable_shared=no ;;
7263 *)
7264 enable_shared=no
7265 # Look at the argument we got. We use all the common list separators.
7266 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7267 for pkg in $enableval; do
7268 IFS="$lt_save_ifs"
7269 if test "X$pkg" = "X$p"; then
7270 enable_shared=yes
7271 fi
7272 done
7273 IFS="$lt_save_ifs"
7274 ;;
7275 esac
7276 else
7277 enable_shared=yes
7278 fi
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288 # Check whether --enable-static was given.
7289 if test "${enable_static+set}" = set; then :
7290 enableval=$enable_static; p=${PACKAGE-default}
7291 case $enableval in
7292 yes) enable_static=yes ;;
7293 no) enable_static=no ;;
7294 *)
7295 enable_static=no
7296 # Look at the argument we got. We use all the common list separators.
7297 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7298 for pkg in $enableval; do
7299 IFS="$lt_save_ifs"
7300 if test "X$pkg" = "X$p"; then
7301 enable_static=yes
7302 fi
7303 done
7304 IFS="$lt_save_ifs"
7305 ;;
7306 esac
7307 else
7308 enable_static=yes
7309 fi
7310
7311
7312
7313
7314
7315
7316
7317
7318
7319
7320 # Check whether --with-pic was given.
7321 if test "${with_pic+set}" = set; then :
7322 withval=$with_pic; pic_mode="$withval"
7323 else
7324 pic_mode=default
7325 fi
7326
7327
7328 test -z "$pic_mode" && pic_mode=default
7329
7330
7331
7332
7333
7334
7335
7336 # Check whether --enable-fast-install was given.
7337 if test "${enable_fast_install+set}" = set; then :
7338 enableval=$enable_fast_install; p=${PACKAGE-default}
7339 case $enableval in
7340 yes) enable_fast_install=yes ;;
7341 no) enable_fast_install=no ;;
7342 *)
7343 enable_fast_install=no
7344 # Look at the argument we got. We use all the common list separators.
7345 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7346 for pkg in $enableval; do
7347 IFS="$lt_save_ifs"
7348 if test "X$pkg" = "X$p"; then
7349 enable_fast_install=yes
7350 fi
7351 done
7352 IFS="$lt_save_ifs"
7353 ;;
7354 esac
7355 else
7356 enable_fast_install=yes
7357 fi
7358
7359
7360
7361
7362
7363
7364
7365
7366
7367
7368
7369 # This can be used to rebuild libtool when needed
7370 LIBTOOL_DEPS="$ltmain"
7371
7372 # Always use our own libtool.
7373 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7374
7375
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400 test -z "$LN_S" && LN_S="ln -s"
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415 if test -n "${ZSH_VERSION+set}" ; then
7416 setopt NO_GLOB_SUBST
7417 fi
7418
7419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7420 $as_echo_n "checking for objdir... " >&6; }
7421 if ${lt_cv_objdir+:} false; then :
7422 $as_echo_n "(cached) " >&6
7423 else
7424 rm -f .libs 2>/dev/null
7425 mkdir .libs 2>/dev/null
7426 if test -d .libs; then
7427 lt_cv_objdir=.libs
7428 else
7429 # MS-DOS does not allow filenames that begin with a dot.
7430 lt_cv_objdir=_libs
7431 fi
7432 rmdir .libs 2>/dev/null
7433 fi
7434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7435 $as_echo "$lt_cv_objdir" >&6; }
7436 objdir=$lt_cv_objdir
7437
7438
7439
7440
7441
7442 cat >>confdefs.h <<_ACEOF
7443 #define LT_OBJDIR "$lt_cv_objdir/"
7444 _ACEOF
7445
7446
7447
7448
7449 case $host_os in
7450 aix3*)
7451 # AIX sometimes has problems with the GCC collect2 program. For some
7452 # reason, if we set the COLLECT_NAMES environment variable, the problems
7453 # vanish in a puff of smoke.
7454 if test "X${COLLECT_NAMES+set}" != Xset; then
7455 COLLECT_NAMES=
7456 export COLLECT_NAMES
7457 fi
7458 ;;
7459 esac
7460
7461 # Global variables:
7462 ofile=libtool
7463 can_build_shared=yes
7464
7465 # All known linkers require a `.a' archive for static linking (except MSVC,
7466 # which needs '.lib').
7467 libext=a
7468
7469 with_gnu_ld="$lt_cv_prog_gnu_ld"
7470
7471 old_CC="$CC"
7472 old_CFLAGS="$CFLAGS"
7473
7474 # Set sane defaults for various variables
7475 test -z "$CC" && CC=cc
7476 test -z "$LTCC" && LTCC=$CC
7477 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7478 test -z "$LD" && LD=ld
7479 test -z "$ac_objext" && ac_objext=o
7480
7481 for cc_temp in $compiler""; do
7482 case $cc_temp in
7483 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7484 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7485 \-*) ;;
7486 *) break;;
7487 esac
7488 done
7489 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7490
7491
7492 # Only perform the check for file, if the check method requires it
7493 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7494 case $deplibs_check_method in
7495 file_magic*)
7496 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7498 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7499 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7500 $as_echo_n "(cached) " >&6
7501 else
7502 case $MAGIC_CMD in
7503 [\\/*] | ?:[\\/]*)
7504 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7505 ;;
7506 *)
7507 lt_save_MAGIC_CMD="$MAGIC_CMD"
7508 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7509 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7510 for ac_dir in $ac_dummy; do
7511 IFS="$lt_save_ifs"
7512 test -z "$ac_dir" && ac_dir=.
7513 if test -f $ac_dir/${ac_tool_prefix}file; then
7514 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7515 if test -n "$file_magic_test_file"; then
7516 case $deplibs_check_method in
7517 "file_magic "*)
7518 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7519 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7520 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7521 $EGREP "$file_magic_regex" > /dev/null; then
7522 :
7523 else
7524 cat <<_LT_EOF 1>&2
7525
7526 *** Warning: the command libtool uses to detect shared libraries,
7527 *** $file_magic_cmd, produces output that libtool cannot recognize.
7528 *** The result is that libtool may fail to recognize shared libraries
7529 *** as such. This will affect the creation of libtool libraries that
7530 *** depend on shared libraries, but programs linked with such libtool
7531 *** libraries will work regardless of this problem. Nevertheless, you
7532 *** may want to report the problem to your system manager and/or to
7533 *** bug-libtool@gnu.org
7534
7535 _LT_EOF
7536 fi ;;
7537 esac
7538 fi
7539 break
7540 fi
7541 done
7542 IFS="$lt_save_ifs"
7543 MAGIC_CMD="$lt_save_MAGIC_CMD"
7544 ;;
7545 esac
7546 fi
7547
7548 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7549 if test -n "$MAGIC_CMD"; then
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7551 $as_echo "$MAGIC_CMD" >&6; }
7552 else
7553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7554 $as_echo "no" >&6; }
7555 fi
7556
7557
7558
7559
7560
7561 if test -z "$lt_cv_path_MAGIC_CMD"; then
7562 if test -n "$ac_tool_prefix"; then
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7564 $as_echo_n "checking for file... " >&6; }
7565 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7566 $as_echo_n "(cached) " >&6
7567 else
7568 case $MAGIC_CMD in
7569 [\\/*] | ?:[\\/]*)
7570 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7571 ;;
7572 *)
7573 lt_save_MAGIC_CMD="$MAGIC_CMD"
7574 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7575 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7576 for ac_dir in $ac_dummy; do
7577 IFS="$lt_save_ifs"
7578 test -z "$ac_dir" && ac_dir=.
7579 if test -f $ac_dir/file; then
7580 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7581 if test -n "$file_magic_test_file"; then
7582 case $deplibs_check_method in
7583 "file_magic "*)
7584 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7585 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7586 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7587 $EGREP "$file_magic_regex" > /dev/null; then
7588 :
7589 else
7590 cat <<_LT_EOF 1>&2
7591
7592 *** Warning: the command libtool uses to detect shared libraries,
7593 *** $file_magic_cmd, produces output that libtool cannot recognize.
7594 *** The result is that libtool may fail to recognize shared libraries
7595 *** as such. This will affect the creation of libtool libraries that
7596 *** depend on shared libraries, but programs linked with such libtool
7597 *** libraries will work regardless of this problem. Nevertheless, you
7598 *** may want to report the problem to your system manager and/or to
7599 *** bug-libtool@gnu.org
7600
7601 _LT_EOF
7602 fi ;;
7603 esac
7604 fi
7605 break
7606 fi
7607 done
7608 IFS="$lt_save_ifs"
7609 MAGIC_CMD="$lt_save_MAGIC_CMD"
7610 ;;
7611 esac
7612 fi
7613
7614 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7615 if test -n "$MAGIC_CMD"; then
7616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7617 $as_echo "$MAGIC_CMD" >&6; }
7618 else
7619 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7620 $as_echo "no" >&6; }
7621 fi
7622
7623
7624 else
7625 MAGIC_CMD=:
7626 fi
7627 fi
7628
7629 fi
7630 ;;
7631 esac
7632
7633 # Use C for the default configuration in the libtool script
7634
7635 lt_save_CC="$CC"
7636 ac_ext=c
7637 ac_cpp='$CPP $CPPFLAGS'
7638 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7639 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7640 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7641
7642
7643 # Source file extension for C test sources.
7644 ac_ext=c
7645
7646 # Object file extension for compiled C test sources.
7647 objext=o
7648 objext=$objext
7649
7650 # Code to be used in simple compile tests
7651 lt_simple_compile_test_code="int some_variable = 0;"
7652
7653 # Code to be used in simple link tests
7654 lt_simple_link_test_code='int main(){return(0);}'
7655
7656
7657
7658
7659
7660
7661
7662 # If no C compiler was specified, use CC.
7663 LTCC=${LTCC-"$CC"}
7664
7665 # If no C compiler flags were specified, use CFLAGS.
7666 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7667
7668 # Allow CC to be a program name with arguments.
7669 compiler=$CC
7670
7671 # Save the default compiler, since it gets overwritten when the other
7672 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7673 compiler_DEFAULT=$CC
7674
7675 # save warnings/boilerplate of simple test code
7676 ac_outfile=conftest.$ac_objext
7677 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7678 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7679 _lt_compiler_boilerplate=`cat conftest.err`
7680 $RM conftest*
7681
7682 ac_outfile=conftest.$ac_objext
7683 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7684 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7685 _lt_linker_boilerplate=`cat conftest.err`
7686 $RM -r conftest*
7687
7688
7689 ## CAVEAT EMPTOR:
7690 ## There is no encapsulation within the following macros, do not change
7691 ## the running order or otherwise move them around unless you know exactly
7692 ## what you are doing...
7693 if test -n "$compiler"; then
7694
7695 lt_prog_compiler_no_builtin_flag=
7696
7697 if test "$GCC" = yes; then
7698 case $cc_basename in
7699 nvcc*)
7700 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7701 *)
7702 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7703 esac
7704
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7706 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7707 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7708 $as_echo_n "(cached) " >&6
7709 else
7710 lt_cv_prog_compiler_rtti_exceptions=no
7711 ac_outfile=conftest.$ac_objext
7712 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7713 lt_compiler_flag="-fno-rtti -fno-exceptions"
7714 # Insert the option either (1) after the last *FLAGS variable, or
7715 # (2) before a word containing "conftest.", or (3) at the end.
7716 # Note that $ac_compile itself does not contain backslashes and begins
7717 # with a dollar sign (not a hyphen), so the echo should work correctly.
7718 # The option is referenced via a variable to avoid confusing sed.
7719 lt_compile=`echo "$ac_compile" | $SED \
7720 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7721 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7722 -e 's:$: $lt_compiler_flag:'`
7723 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7724 (eval "$lt_compile" 2>conftest.err)
7725 ac_status=$?
7726 cat conftest.err >&5
7727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7728 if (exit $ac_status) && test -s "$ac_outfile"; then
7729 # The compiler can only warn and ignore the option if not recognized
7730 # So say no if there are warnings other than the usual output.
7731 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7732 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7733 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7734 lt_cv_prog_compiler_rtti_exceptions=yes
7735 fi
7736 fi
7737 $RM conftest*
7738
7739 fi
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7741 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7742
7743 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7744 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7745 else
7746 :
7747 fi
7748
7749 fi
7750
7751
7752
7753
7754
7755
7756 lt_prog_compiler_wl=
7757 lt_prog_compiler_pic=
7758 lt_prog_compiler_static=
7759
7760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7761 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7762
7763 if test "$GCC" = yes; then
7764 lt_prog_compiler_wl='-Wl,'
7765 lt_prog_compiler_static='-static'
7766
7767 case $host_os in
7768 aix*)
7769 # All AIX code is PIC.
7770 if test "$host_cpu" = ia64; then
7771 # AIX 5 now supports IA64 processor
7772 lt_prog_compiler_static='-Bstatic'
7773 fi
7774 lt_prog_compiler_pic='-fPIC'
7775 ;;
7776
7777 amigaos*)
7778 case $host_cpu in
7779 powerpc)
7780 # see comment about AmigaOS4 .so support
7781 lt_prog_compiler_pic='-fPIC'
7782 ;;
7783 m68k)
7784 # FIXME: we need at least 68020 code to build shared libraries, but
7785 # adding the `-m68020' flag to GCC prevents building anything better,
7786 # like `-m68040'.
7787 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7788 ;;
7789 esac
7790 ;;
7791
7792 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7793 # PIC is the default for these OSes.
7794 ;;
7795
7796 mingw* | cygwin* | pw32* | os2* | cegcc*)
7797 # This hack is so that the source file can tell whether it is being
7798 # built for inclusion in a dll (and should export symbols for example).
7799 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7800 # (--disable-auto-import) libraries
7801 lt_prog_compiler_pic='-DDLL_EXPORT'
7802 ;;
7803
7804 darwin* | rhapsody*)
7805 # PIC is the default on this platform
7806 # Common symbols not allowed in MH_DYLIB files
7807 lt_prog_compiler_pic='-fno-common'
7808 ;;
7809
7810 haiku*)
7811 # PIC is the default for Haiku.
7812 # The "-static" flag exists, but is broken.
7813 lt_prog_compiler_static=
7814 ;;
7815
7816 hpux*)
7817 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7818 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7819 # sets the default TLS model and affects inlining.
7820 case $host_cpu in
7821 hppa*64*)
7822 # +Z the default
7823 ;;
7824 *)
7825 lt_prog_compiler_pic='-fPIC'
7826 ;;
7827 esac
7828 ;;
7829
7830 interix[3-9]*)
7831 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7832 # Instead, we relocate shared libraries at runtime.
7833 ;;
7834
7835 msdosdjgpp*)
7836 # Just because we use GCC doesn't mean we suddenly get shared libraries
7837 # on systems that don't support them.
7838 lt_prog_compiler_can_build_shared=no
7839 enable_shared=no
7840 ;;
7841
7842 *nto* | *qnx*)
7843 # QNX uses GNU C++, but need to define -shared option too, otherwise
7844 # it will coredump.
7845 lt_prog_compiler_pic='-fPIC -shared'
7846 ;;
7847
7848 sysv4*MP*)
7849 if test -d /usr/nec; then
7850 lt_prog_compiler_pic=-Kconform_pic
7851 fi
7852 ;;
7853
7854 *)
7855 lt_prog_compiler_pic='-fPIC'
7856 ;;
7857 esac
7858
7859 case $cc_basename in
7860 nvcc*) # Cuda Compiler Driver 2.2
7861 lt_prog_compiler_wl='-Xlinker '
7862 lt_prog_compiler_pic='-Xcompiler -fPIC'
7863 ;;
7864 esac
7865 else
7866 # PORTME Check for flag to pass linker flags through the system compiler.
7867 case $host_os in
7868 aix*)
7869 lt_prog_compiler_wl='-Wl,'
7870 if test "$host_cpu" = ia64; then
7871 # AIX 5 now supports IA64 processor
7872 lt_prog_compiler_static='-Bstatic'
7873 else
7874 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7875 fi
7876 ;;
7877
7878 mingw* | cygwin* | pw32* | os2* | cegcc*)
7879 # This hack is so that the source file can tell whether it is being
7880 # built for inclusion in a dll (and should export symbols for example).
7881 lt_prog_compiler_pic='-DDLL_EXPORT'
7882 ;;
7883
7884 hpux9* | hpux10* | hpux11*)
7885 lt_prog_compiler_wl='-Wl,'
7886 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7887 # not for PA HP-UX.
7888 case $host_cpu in
7889 hppa*64*|ia64*)
7890 # +Z the default
7891 ;;
7892 *)
7893 lt_prog_compiler_pic='+Z'
7894 ;;
7895 esac
7896 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7897 lt_prog_compiler_static='${wl}-a ${wl}archive'
7898 ;;
7899
7900 irix5* | irix6* | nonstopux*)
7901 lt_prog_compiler_wl='-Wl,'
7902 # PIC (with -KPIC) is the default.
7903 lt_prog_compiler_static='-non_shared'
7904 ;;
7905
7906 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7907 case $cc_basename in
7908 # old Intel for x86_64 which still supported -KPIC.
7909 ecc*)
7910 lt_prog_compiler_wl='-Wl,'
7911 lt_prog_compiler_pic='-KPIC'
7912 lt_prog_compiler_static='-static'
7913 ;;
7914 # icc used to be incompatible with GCC.
7915 # ICC 10 doesn't accept -KPIC any more.
7916 icc* | ifort*)
7917 lt_prog_compiler_wl='-Wl,'
7918 lt_prog_compiler_pic='-fPIC'
7919 lt_prog_compiler_static='-static'
7920 ;;
7921 # Lahey Fortran 8.1.
7922 lf95*)
7923 lt_prog_compiler_wl='-Wl,'
7924 lt_prog_compiler_pic='--shared'
7925 lt_prog_compiler_static='--static'
7926 ;;
7927 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7928 # Portland Group compilers (*not* the Pentium gcc compiler,
7929 # which looks to be a dead project)
7930 lt_prog_compiler_wl='-Wl,'
7931 lt_prog_compiler_pic='-fpic'
7932 lt_prog_compiler_static='-Bstatic'
7933 ;;
7934 ccc*)
7935 lt_prog_compiler_wl='-Wl,'
7936 # All Alpha code is PIC.
7937 lt_prog_compiler_static='-non_shared'
7938 ;;
7939 xl* | bgxl* | bgf* | mpixl*)
7940 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='-qpic'
7943 lt_prog_compiler_static='-qstaticlink'
7944 ;;
7945 *)
7946 case `$CC -V 2>&1 | sed 5q` in
7947 *Sun\ F* | *Sun*Fortran*)
7948 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7949 lt_prog_compiler_pic='-KPIC'
7950 lt_prog_compiler_static='-Bstatic'
7951 lt_prog_compiler_wl=''
7952 ;;
7953 *Sun\ C*)
7954 # Sun C 5.9
7955 lt_prog_compiler_pic='-KPIC'
7956 lt_prog_compiler_static='-Bstatic'
7957 lt_prog_compiler_wl='-Wl,'
7958 ;;
7959 esac
7960 ;;
7961 esac
7962 ;;
7963
7964 newsos6)
7965 lt_prog_compiler_pic='-KPIC'
7966 lt_prog_compiler_static='-Bstatic'
7967 ;;
7968
7969 *nto* | *qnx*)
7970 # QNX uses GNU C++, but need to define -shared option too, otherwise
7971 # it will coredump.
7972 lt_prog_compiler_pic='-fPIC -shared'
7973 ;;
7974
7975 osf3* | osf4* | osf5*)
7976 lt_prog_compiler_wl='-Wl,'
7977 # All OSF/1 code is PIC.
7978 lt_prog_compiler_static='-non_shared'
7979 ;;
7980
7981 rdos*)
7982 lt_prog_compiler_static='-non_shared'
7983 ;;
7984
7985 solaris*)
7986 lt_prog_compiler_pic='-KPIC'
7987 lt_prog_compiler_static='-Bstatic'
7988 case $cc_basename in
7989 f77* | f90* | f95*)
7990 lt_prog_compiler_wl='-Qoption ld ';;
7991 *)
7992 lt_prog_compiler_wl='-Wl,';;
7993 esac
7994 ;;
7995
7996 sunos4*)
7997 lt_prog_compiler_wl='-Qoption ld '
7998 lt_prog_compiler_pic='-PIC'
7999 lt_prog_compiler_static='-Bstatic'
8000 ;;
8001
8002 sysv4 | sysv4.2uw2* | sysv4.3*)
8003 lt_prog_compiler_wl='-Wl,'
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 ;;
8007
8008 sysv4*MP*)
8009 if test -d /usr/nec ;then
8010 lt_prog_compiler_pic='-Kconform_pic'
8011 lt_prog_compiler_static='-Bstatic'
8012 fi
8013 ;;
8014
8015 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8016 lt_prog_compiler_wl='-Wl,'
8017 lt_prog_compiler_pic='-KPIC'
8018 lt_prog_compiler_static='-Bstatic'
8019 ;;
8020
8021 unicos*)
8022 lt_prog_compiler_wl='-Wl,'
8023 lt_prog_compiler_can_build_shared=no
8024 ;;
8025
8026 uts4*)
8027 lt_prog_compiler_pic='-pic'
8028 lt_prog_compiler_static='-Bstatic'
8029 ;;
8030
8031 *)
8032 lt_prog_compiler_can_build_shared=no
8033 ;;
8034 esac
8035 fi
8036
8037 case $host_os in
8038 # For platforms which do not support PIC, -DPIC is meaningless:
8039 *djgpp*)
8040 lt_prog_compiler_pic=
8041 ;;
8042 *)
8043 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8044 ;;
8045 esac
8046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8047 $as_echo "$lt_prog_compiler_pic" >&6; }
8048
8049
8050
8051
8052
8053
8054 #
8055 # Check to make sure the PIC flag actually works.
8056 #
8057 if test -n "$lt_prog_compiler_pic"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8059 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8060 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8061 $as_echo_n "(cached) " >&6
8062 else
8063 lt_cv_prog_compiler_pic_works=no
8064 ac_outfile=conftest.$ac_objext
8065 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8066 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8067 # Insert the option either (1) after the last *FLAGS variable, or
8068 # (2) before a word containing "conftest.", or (3) at the end.
8069 # Note that $ac_compile itself does not contain backslashes and begins
8070 # with a dollar sign (not a hyphen), so the echo should work correctly.
8071 # The option is referenced via a variable to avoid confusing sed.
8072 lt_compile=`echo "$ac_compile" | $SED \
8073 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8074 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8075 -e 's:$: $lt_compiler_flag:'`
8076 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8077 (eval "$lt_compile" 2>conftest.err)
8078 ac_status=$?
8079 cat conftest.err >&5
8080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8081 if (exit $ac_status) && test -s "$ac_outfile"; then
8082 # The compiler can only warn and ignore the option if not recognized
8083 # So say no if there are warnings other than the usual output.
8084 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8085 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8086 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8087 lt_cv_prog_compiler_pic_works=yes
8088 fi
8089 fi
8090 $RM conftest*
8091
8092 fi
8093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8094 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8095
8096 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8097 case $lt_prog_compiler_pic in
8098 "" | " "*) ;;
8099 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8100 esac
8101 else
8102 lt_prog_compiler_pic=
8103 lt_prog_compiler_can_build_shared=no
8104 fi
8105
8106 fi
8107
8108
8109
8110
8111
8112
8113 #
8114 # Check to make sure the static flag actually works.
8115 #
8116 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8117 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8118 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8119 if ${lt_cv_prog_compiler_static_works+:} false; then :
8120 $as_echo_n "(cached) " >&6
8121 else
8122 lt_cv_prog_compiler_static_works=no
8123 save_LDFLAGS="$LDFLAGS"
8124 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8125 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8126 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8127 # The linker can only warn and ignore the option if not recognized
8128 # So say no if there are warnings
8129 if test -s conftest.err; then
8130 # Append any errors to the config.log.
8131 cat conftest.err 1>&5
8132 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8133 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8134 if diff conftest.exp conftest.er2 >/dev/null; then
8135 lt_cv_prog_compiler_static_works=yes
8136 fi
8137 else
8138 lt_cv_prog_compiler_static_works=yes
8139 fi
8140 fi
8141 $RM -r conftest*
8142 LDFLAGS="$save_LDFLAGS"
8143
8144 fi
8145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8146 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8147
8148 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8149 :
8150 else
8151 lt_prog_compiler_static=
8152 fi
8153
8154
8155
8156
8157
8158
8159
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8161 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8162 if ${lt_cv_prog_compiler_c_o+:} false; then :
8163 $as_echo_n "(cached) " >&6
8164 else
8165 lt_cv_prog_compiler_c_o=no
8166 $RM -r conftest 2>/dev/null
8167 mkdir conftest
8168 cd conftest
8169 mkdir out
8170 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8171
8172 lt_compiler_flag="-o out/conftest2.$ac_objext"
8173 # Insert the option either (1) after the last *FLAGS variable, or
8174 # (2) before a word containing "conftest.", or (3) at the end.
8175 # Note that $ac_compile itself does not contain backslashes and begins
8176 # with a dollar sign (not a hyphen), so the echo should work correctly.
8177 lt_compile=`echo "$ac_compile" | $SED \
8178 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8179 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8180 -e 's:$: $lt_compiler_flag:'`
8181 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8182 (eval "$lt_compile" 2>out/conftest.err)
8183 ac_status=$?
8184 cat out/conftest.err >&5
8185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8186 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8187 then
8188 # The compiler can only warn and ignore the option if not recognized
8189 # So say no if there are warnings
8190 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8191 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8192 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8193 lt_cv_prog_compiler_c_o=yes
8194 fi
8195 fi
8196 chmod u+w . 2>&5
8197 $RM conftest*
8198 # SGI C++ compiler will create directory out/ii_files/ for
8199 # template instantiation
8200 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8201 $RM out/* && rmdir out
8202 cd ..
8203 $RM -r conftest
8204 $RM conftest*
8205
8206 fi
8207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8208 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8209
8210
8211
8212
8213
8214
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8216 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8217 if ${lt_cv_prog_compiler_c_o+:} false; then :
8218 $as_echo_n "(cached) " >&6
8219 else
8220 lt_cv_prog_compiler_c_o=no
8221 $RM -r conftest 2>/dev/null
8222 mkdir conftest
8223 cd conftest
8224 mkdir out
8225 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8226
8227 lt_compiler_flag="-o out/conftest2.$ac_objext"
8228 # Insert the option either (1) after the last *FLAGS variable, or
8229 # (2) before a word containing "conftest.", or (3) at the end.
8230 # Note that $ac_compile itself does not contain backslashes and begins
8231 # with a dollar sign (not a hyphen), so the echo should work correctly.
8232 lt_compile=`echo "$ac_compile" | $SED \
8233 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8234 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8235 -e 's:$: $lt_compiler_flag:'`
8236 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8237 (eval "$lt_compile" 2>out/conftest.err)
8238 ac_status=$?
8239 cat out/conftest.err >&5
8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8241 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8242 then
8243 # The compiler can only warn and ignore the option if not recognized
8244 # So say no if there are warnings
8245 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8246 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8247 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8248 lt_cv_prog_compiler_c_o=yes
8249 fi
8250 fi
8251 chmod u+w . 2>&5
8252 $RM conftest*
8253 # SGI C++ compiler will create directory out/ii_files/ for
8254 # template instantiation
8255 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8256 $RM out/* && rmdir out
8257 cd ..
8258 $RM -r conftest
8259 $RM conftest*
8260
8261 fi
8262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8263 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8264
8265
8266
8267
8268 hard_links="nottested"
8269 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8270 # do not overwrite the value of need_locks provided by the user
8271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8272 $as_echo_n "checking if we can lock with hard links... " >&6; }
8273 hard_links=yes
8274 $RM conftest*
8275 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8276 touch conftest.a
8277 ln conftest.a conftest.b 2>&5 || hard_links=no
8278 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8280 $as_echo "$hard_links" >&6; }
8281 if test "$hard_links" = no; then
8282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8283 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8284 need_locks=warn
8285 fi
8286 else
8287 need_locks=no
8288 fi
8289
8290
8291
8292
8293
8294
8295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8296 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8297
8298 runpath_var=
8299 allow_undefined_flag=
8300 always_export_symbols=no
8301 archive_cmds=
8302 archive_expsym_cmds=
8303 compiler_needs_object=no
8304 enable_shared_with_static_runtimes=no
8305 export_dynamic_flag_spec=
8306 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8307 hardcode_automatic=no
8308 hardcode_direct=no
8309 hardcode_direct_absolute=no
8310 hardcode_libdir_flag_spec=
8311 hardcode_libdir_flag_spec_ld=
8312 hardcode_libdir_separator=
8313 hardcode_minus_L=no
8314 hardcode_shlibpath_var=unsupported
8315 inherit_rpath=no
8316 link_all_deplibs=unknown
8317 module_cmds=
8318 module_expsym_cmds=
8319 old_archive_from_new_cmds=
8320 old_archive_from_expsyms_cmds=
8321 thread_safe_flag_spec=
8322 whole_archive_flag_spec=
8323 # include_expsyms should be a list of space-separated symbols to be *always*
8324 # included in the symbol list
8325 include_expsyms=
8326 # exclude_expsyms can be an extended regexp of symbols to exclude
8327 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8328 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8329 # as well as any symbol that contains `d'.
8330 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8331 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8332 # platforms (ab)use it in PIC code, but their linkers get confused if
8333 # the symbol is explicitly referenced. Since portable code cannot
8334 # rely on this symbol name, it's probably fine to never include it in
8335 # preloaded symbol tables.
8336 # Exclude shared library initialization/finalization symbols.
8337 extract_expsyms_cmds=
8338
8339 case $host_os in
8340 cygwin* | mingw* | pw32* | cegcc*)
8341 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8342 # When not using gcc, we currently assume that we are using
8343 # Microsoft Visual C++.
8344 if test "$GCC" != yes; then
8345 with_gnu_ld=no
8346 fi
8347 ;;
8348 interix*)
8349 # we just hope/assume this is gcc and not c89 (= MSVC++)
8350 with_gnu_ld=yes
8351 ;;
8352 openbsd*)
8353 with_gnu_ld=no
8354 ;;
8355 esac
8356
8357 ld_shlibs=yes
8358
8359 # On some targets, GNU ld is compatible enough with the native linker
8360 # that we're better off using the native interface for both.
8361 lt_use_gnu_ld_interface=no
8362 if test "$with_gnu_ld" = yes; then
8363 case $host_os in
8364 aix*)
8365 # The AIX port of GNU ld has always aspired to compatibility
8366 # with the native linker. However, as the warning in the GNU ld
8367 # block says, versions before 2.19.5* couldn't really create working
8368 # shared libraries, regardless of the interface used.
8369 case `$LD -v 2>&1` in
8370 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8371 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8372 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8373 *)
8374 lt_use_gnu_ld_interface=yes
8375 ;;
8376 esac
8377 ;;
8378 *)
8379 lt_use_gnu_ld_interface=yes
8380 ;;
8381 esac
8382 fi
8383
8384 if test "$lt_use_gnu_ld_interface" = yes; then
8385 # If archive_cmds runs LD, not CC, wlarc should be empty
8386 wlarc='${wl}'
8387
8388 # Set some defaults for GNU ld with shared library support. These
8389 # are reset later if shared libraries are not supported. Putting them
8390 # here allows them to be overridden if necessary.
8391 runpath_var=LD_RUN_PATH
8392 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8393 export_dynamic_flag_spec='${wl}--export-dynamic'
8394 # ancient GNU ld didn't support --whole-archive et. al.
8395 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8396 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8397 else
8398 whole_archive_flag_spec=
8399 fi
8400 supports_anon_versioning=no
8401 case `$LD -v 2>&1` in
8402 *GNU\ gold*) supports_anon_versioning=yes ;;
8403 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8404 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8405 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8406 *\ 2.11.*) ;; # other 2.11 versions
8407 *) supports_anon_versioning=yes ;;
8408 esac
8409
8410 # See if GNU ld supports shared libraries.
8411 case $host_os in
8412 aix[3-9]*)
8413 # On AIX/PPC, the GNU linker is very broken
8414 if test "$host_cpu" != ia64; then
8415 ld_shlibs=no
8416 cat <<_LT_EOF 1>&2
8417
8418 *** Warning: the GNU linker, at least up to release 2.19, is reported
8419 *** to be unable to reliably create shared libraries on AIX.
8420 *** Therefore, libtool is disabling shared libraries support. If you
8421 *** really care for shared libraries, you may want to install binutils
8422 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8423 *** You will then need to restart the configuration process.
8424
8425 _LT_EOF
8426 fi
8427 ;;
8428
8429 amigaos*)
8430 case $host_cpu in
8431 powerpc)
8432 # see comment about AmigaOS4 .so support
8433 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8434 archive_expsym_cmds=''
8435 ;;
8436 m68k)
8437 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)'
8438 hardcode_libdir_flag_spec='-L$libdir'
8439 hardcode_minus_L=yes
8440 ;;
8441 esac
8442 ;;
8443
8444 beos*)
8445 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8446 allow_undefined_flag=unsupported
8447 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8448 # support --undefined. This deserves some investigation. FIXME
8449 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8450 else
8451 ld_shlibs=no
8452 fi
8453 ;;
8454
8455 cygwin* | mingw* | pw32* | cegcc*)
8456 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8457 # as there is no search path for DLLs.
8458 hardcode_libdir_flag_spec='-L$libdir'
8459 export_dynamic_flag_spec='${wl}--export-all-symbols'
8460 allow_undefined_flag=unsupported
8461 always_export_symbols=no
8462 enable_shared_with_static_runtimes=yes
8463 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8464
8465 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8466 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8467 # If the export-symbols file already is a .def file (1st line
8468 # is EXPORTS), use it as is; otherwise, prepend...
8469 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8470 cp $export_symbols $output_objdir/$soname.def;
8471 else
8472 echo EXPORTS > $output_objdir/$soname.def;
8473 cat $export_symbols >> $output_objdir/$soname.def;
8474 fi~
8475 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8476 else
8477 ld_shlibs=no
8478 fi
8479 ;;
8480
8481 haiku*)
8482 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8483 link_all_deplibs=yes
8484 ;;
8485
8486 interix[3-9]*)
8487 hardcode_direct=no
8488 hardcode_shlibpath_var=no
8489 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8490 export_dynamic_flag_spec='${wl}-E'
8491 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8492 # Instead, shared libraries are loaded at an image base (0x10000000 by
8493 # default) and relocated if they conflict, which is a slow very memory
8494 # consuming and fragmenting process. To avoid this, we pick a random,
8495 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8496 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8497 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8498 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'
8499 ;;
8500
8501 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8502 tmp_diet=no
8503 if test "$host_os" = linux-dietlibc; then
8504 case $cc_basename in
8505 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8506 esac
8507 fi
8508 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8509 && test "$tmp_diet" = no
8510 then
8511 tmp_addflag=' $pic_flag'
8512 tmp_sharedflag='-shared'
8513 case $cc_basename,$host_cpu in
8514 pgcc*) # Portland Group C compiler
8515 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'
8516 tmp_addflag=' $pic_flag'
8517 ;;
8518 pgf77* | pgf90* | pgf95* | pgfortran*)
8519 # Portland Group f77 and f90 compilers
8520 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'
8521 tmp_addflag=' $pic_flag -Mnomain' ;;
8522 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8523 tmp_addflag=' -i_dynamic' ;;
8524 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8525 tmp_addflag=' -i_dynamic -nofor_main' ;;
8526 ifc* | ifort*) # Intel Fortran compiler
8527 tmp_addflag=' -nofor_main' ;;
8528 lf95*) # Lahey Fortran 8.1
8529 whole_archive_flag_spec=
8530 tmp_sharedflag='--shared' ;;
8531 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8532 tmp_sharedflag='-qmkshrobj'
8533 tmp_addflag= ;;
8534 nvcc*) # Cuda Compiler Driver 2.2
8535 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'
8536 compiler_needs_object=yes
8537 ;;
8538 esac
8539 case `$CC -V 2>&1 | sed 5q` in
8540 *Sun\ C*) # Sun C 5.9
8541 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'
8542 compiler_needs_object=yes
8543 tmp_sharedflag='-G' ;;
8544 *Sun\ F*) # Sun Fortran 8.3
8545 tmp_sharedflag='-G' ;;
8546 esac
8547 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8548
8549 if test "x$supports_anon_versioning" = xyes; then
8550 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8551 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8552 echo "local: *; };" >> $output_objdir/$libname.ver~
8553 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8554 fi
8555
8556 case $cc_basename in
8557 xlf* | bgf* | bgxlf* | mpixlf*)
8558 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8559 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8560 hardcode_libdir_flag_spec=
8561 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8562 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8563 if test "x$supports_anon_versioning" = xyes; then
8564 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8565 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8566 echo "local: *; };" >> $output_objdir/$libname.ver~
8567 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8568 fi
8569 ;;
8570 esac
8571 else
8572 ld_shlibs=no
8573 fi
8574 ;;
8575
8576 netbsd*)
8577 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8578 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8579 wlarc=
8580 else
8581 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8582 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8583 fi
8584 ;;
8585
8586 solaris*)
8587 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8588 ld_shlibs=no
8589 cat <<_LT_EOF 1>&2
8590
8591 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8592 *** create shared libraries on Solaris systems. Therefore, libtool
8593 *** is disabling shared libraries support. We urge you to upgrade GNU
8594 *** binutils to release 2.9.1 or newer. Another option is to modify
8595 *** your PATH or compiler configuration so that the native linker is
8596 *** used, and then restart.
8597
8598 _LT_EOF
8599 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8600 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8601 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8602 else
8603 ld_shlibs=no
8604 fi
8605 ;;
8606
8607 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8608 case `$LD -v 2>&1` in
8609 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8610 ld_shlibs=no
8611 cat <<_LT_EOF 1>&2
8612
8613 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8614 *** reliably create shared libraries on SCO systems. Therefore, libtool
8615 *** is disabling shared libraries support. We urge you to upgrade GNU
8616 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8617 *** your PATH or compiler configuration so that the native linker is
8618 *** used, and then restart.
8619
8620 _LT_EOF
8621 ;;
8622 *)
8623 # For security reasons, it is highly recommended that you always
8624 # use absolute paths for naming shared libraries, and exclude the
8625 # DT_RUNPATH tag from executables and libraries. But doing so
8626 # requires that you compile everything twice, which is a pain.
8627 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8628 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8629 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8630 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8631 else
8632 ld_shlibs=no
8633 fi
8634 ;;
8635 esac
8636 ;;
8637
8638 sunos4*)
8639 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8640 wlarc=
8641 hardcode_direct=yes
8642 hardcode_shlibpath_var=no
8643 ;;
8644
8645 *)
8646 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8647 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8649 else
8650 ld_shlibs=no
8651 fi
8652 ;;
8653 esac
8654
8655 if test "$ld_shlibs" = no; then
8656 runpath_var=
8657 hardcode_libdir_flag_spec=
8658 export_dynamic_flag_spec=
8659 whole_archive_flag_spec=
8660 fi
8661 else
8662 # PORTME fill in a description of your system's linker (not GNU ld)
8663 case $host_os in
8664 aix3*)
8665 allow_undefined_flag=unsupported
8666 always_export_symbols=yes
8667 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'
8668 # Note: this linker hardcodes the directories in LIBPATH if there
8669 # are no directories specified by -L.
8670 hardcode_minus_L=yes
8671 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8672 # Neither direct hardcoding nor static linking is supported with a
8673 # broken collect2.
8674 hardcode_direct=unsupported
8675 fi
8676 ;;
8677
8678 aix[4-9]*)
8679 if test "$host_cpu" = ia64; then
8680 # On IA64, the linker does run time linking by default, so we don't
8681 # have to do anything special.
8682 aix_use_runtimelinking=no
8683 exp_sym_flag='-Bexport'
8684 no_entry_flag=""
8685 else
8686 # If we're using GNU nm, then we don't want the "-C" option.
8687 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8688 # Also, AIX nm treats weak defined symbols like other global
8689 # defined symbols, whereas GNU nm marks them as "W".
8690 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8691 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'
8692 else
8693 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'
8694 fi
8695 aix_use_runtimelinking=no
8696
8697 # Test if we are trying to use run time linking or normal
8698 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8699 # need to do runtime linking.
8700 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8701 for ld_flag in $LDFLAGS; do
8702 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8703 aix_use_runtimelinking=yes
8704 break
8705 fi
8706 done
8707 ;;
8708 esac
8709
8710 exp_sym_flag='-bexport'
8711 no_entry_flag='-bnoentry'
8712 fi
8713
8714 # When large executables or shared objects are built, AIX ld can
8715 # have problems creating the table of contents. If linking a library
8716 # or program results in "error TOC overflow" add -mminimal-toc to
8717 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8718 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8719
8720 archive_cmds=''
8721 hardcode_direct=yes
8722 hardcode_direct_absolute=yes
8723 hardcode_libdir_separator=':'
8724 link_all_deplibs=yes
8725 file_list_spec='${wl}-f,'
8726
8727 if test "$GCC" = yes; then
8728 case $host_os in aix4.[012]|aix4.[012].*)
8729 # We only want to do this on AIX 4.2 and lower, the check
8730 # below for broken collect2 doesn't work under 4.3+
8731 collect2name=`${CC} -print-prog-name=collect2`
8732 if test -f "$collect2name" &&
8733 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8734 then
8735 # We have reworked collect2
8736 :
8737 else
8738 # We have old collect2
8739 hardcode_direct=unsupported
8740 # It fails to find uninstalled libraries when the uninstalled
8741 # path is not listed in the libpath. Setting hardcode_minus_L
8742 # to unsupported forces relinking
8743 hardcode_minus_L=yes
8744 hardcode_libdir_flag_spec='-L$libdir'
8745 hardcode_libdir_separator=
8746 fi
8747 ;;
8748 esac
8749 shared_flag='-shared'
8750 if test "$aix_use_runtimelinking" = yes; then
8751 shared_flag="$shared_flag "'${wl}-G'
8752 fi
8753 else
8754 # not using gcc
8755 if test "$host_cpu" = ia64; then
8756 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8757 # chokes on -Wl,-G. The following line is correct:
8758 shared_flag='-G'
8759 else
8760 if test "$aix_use_runtimelinking" = yes; then
8761 shared_flag='${wl}-G'
8762 else
8763 shared_flag='${wl}-bM:SRE'
8764 fi
8765 fi
8766 fi
8767
8768 export_dynamic_flag_spec='${wl}-bexpall'
8769 # It seems that -bexpall does not export symbols beginning with
8770 # underscore (_), so it is better to generate a list of symbols to export.
8771 always_export_symbols=yes
8772 if test "$aix_use_runtimelinking" = yes; then
8773 # Warning - without using the other runtime loading flags (-brtl),
8774 # -berok will link without error, but may produce a broken library.
8775 allow_undefined_flag='-berok'
8776 # Determine the default libpath from the value encoded in an
8777 # empty executable.
8778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8779 /* end confdefs.h. */
8780
8781 int
8782 main ()
8783 {
8784
8785 ;
8786 return 0;
8787 }
8788 _ACEOF
8789 if ac_fn_c_try_link "$LINENO"; then :
8790
8791 lt_aix_libpath_sed='
8792 /Import File Strings/,/^$/ {
8793 /^0/ {
8794 s/^0 *\(.*\)$/\1/
8795 p
8796 }
8797 }'
8798 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8799 # Check for a 64-bit object if we didn't find anything.
8800 if test -z "$aix_libpath"; then
8801 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8802 fi
8803 fi
8804 rm -f core conftest.err conftest.$ac_objext \
8805 conftest$ac_exeext conftest.$ac_ext
8806 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8807
8808 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8809 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"
8810 else
8811 if test "$host_cpu" = ia64; then
8812 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8813 allow_undefined_flag="-z nodefs"
8814 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"
8815 else
8816 # Determine the default libpath from the value encoded in an
8817 # empty executable.
8818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8819 /* end confdefs.h. */
8820
8821 int
8822 main ()
8823 {
8824
8825 ;
8826 return 0;
8827 }
8828 _ACEOF
8829 if ac_fn_c_try_link "$LINENO"; then :
8830
8831 lt_aix_libpath_sed='
8832 /Import File Strings/,/^$/ {
8833 /^0/ {
8834 s/^0 *\(.*\)$/\1/
8835 p
8836 }
8837 }'
8838 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8839 # Check for a 64-bit object if we didn't find anything.
8840 if test -z "$aix_libpath"; then
8841 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8842 fi
8843 fi
8844 rm -f core conftest.err conftest.$ac_objext \
8845 conftest$ac_exeext conftest.$ac_ext
8846 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8847
8848 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8849 # Warning - without using the other run time loading flags,
8850 # -berok will link without error, but may produce a broken library.
8851 no_undefined_flag=' ${wl}-bernotok'
8852 allow_undefined_flag=' ${wl}-berok'
8853 if test "$with_gnu_ld" = yes; then
8854 # We only use this code for GNU lds that support --whole-archive.
8855 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8856 else
8857 # Exported symbols can be pulled into shared objects from archives
8858 whole_archive_flag_spec='$convenience'
8859 fi
8860 archive_cmds_need_lc=yes
8861 # This is similar to how AIX traditionally builds its shared libraries.
8862 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'
8863 fi
8864 fi
8865 ;;
8866
8867 amigaos*)
8868 case $host_cpu in
8869 powerpc)
8870 # see comment about AmigaOS4 .so support
8871 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8872 archive_expsym_cmds=''
8873 ;;
8874 m68k)
8875 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)'
8876 hardcode_libdir_flag_spec='-L$libdir'
8877 hardcode_minus_L=yes
8878 ;;
8879 esac
8880 ;;
8881
8882 bsdi[45]*)
8883 export_dynamic_flag_spec=-rdynamic
8884 ;;
8885
8886 cygwin* | mingw* | pw32* | cegcc*)
8887 # When not using gcc, we currently assume that we are using
8888 # Microsoft Visual C++.
8889 # hardcode_libdir_flag_spec is actually meaningless, as there is
8890 # no search path for DLLs.
8891 hardcode_libdir_flag_spec=' '
8892 allow_undefined_flag=unsupported
8893 # Tell ltmain to make .lib files, not .a files.
8894 libext=lib
8895 # Tell ltmain to make .dll files, not .so files.
8896 shrext_cmds=".dll"
8897 # FIXME: Setting linknames here is a bad hack.
8898 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8899 # The linker will automatically build a .lib file if we build a DLL.
8900 old_archive_from_new_cmds='true'
8901 # FIXME: Should let the user specify the lib program.
8902 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8903 fix_srcfile_path='`cygpath -w "$srcfile"`'
8904 enable_shared_with_static_runtimes=yes
8905 ;;
8906
8907 darwin* | rhapsody*)
8908
8909
8910 archive_cmds_need_lc=no
8911 hardcode_direct=no
8912 hardcode_automatic=yes
8913 hardcode_shlibpath_var=unsupported
8914 if test "$lt_cv_ld_force_load" = "yes"; then
8915 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\"`'
8916 else
8917 whole_archive_flag_spec=''
8918 fi
8919 link_all_deplibs=yes
8920 allow_undefined_flag="$_lt_dar_allow_undefined"
8921 case $cc_basename in
8922 ifort*) _lt_dar_can_shared=yes ;;
8923 *) _lt_dar_can_shared=$GCC ;;
8924 esac
8925 if test "$_lt_dar_can_shared" = "yes"; then
8926 output_verbose_link_cmd=func_echo_all
8927 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8928 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8929 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}"
8930 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}"
8931
8932 else
8933 ld_shlibs=no
8934 fi
8935
8936 ;;
8937
8938 dgux*)
8939 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8940 hardcode_libdir_flag_spec='-L$libdir'
8941 hardcode_shlibpath_var=no
8942 ;;
8943
8944 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8945 # support. Future versions do this automatically, but an explicit c++rt0.o
8946 # does not break anything, and helps significantly (at the cost of a little
8947 # extra space).
8948 freebsd2.2*)
8949 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8950 hardcode_libdir_flag_spec='-R$libdir'
8951 hardcode_direct=yes
8952 hardcode_shlibpath_var=no
8953 ;;
8954
8955 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8956 freebsd2.*)
8957 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_direct=yes
8959 hardcode_minus_L=yes
8960 hardcode_shlibpath_var=no
8961 ;;
8962
8963 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8964 freebsd* | dragonfly*)
8965 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8966 hardcode_libdir_flag_spec='-R$libdir'
8967 hardcode_direct=yes
8968 hardcode_shlibpath_var=no
8969 ;;
8970
8971 hpux9*)
8972 if test "$GCC" = yes; then
8973 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'
8974 else
8975 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'
8976 fi
8977 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8978 hardcode_libdir_separator=:
8979 hardcode_direct=yes
8980
8981 # hardcode_minus_L: Not really in the search PATH,
8982 # but as the default location of the library.
8983 hardcode_minus_L=yes
8984 export_dynamic_flag_spec='${wl}-E'
8985 ;;
8986
8987 hpux10*)
8988 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8989 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8990 else
8991 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8992 fi
8993 if test "$with_gnu_ld" = no; then
8994 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8995 hardcode_libdir_flag_spec_ld='+b $libdir'
8996 hardcode_libdir_separator=:
8997 hardcode_direct=yes
8998 hardcode_direct_absolute=yes
8999 export_dynamic_flag_spec='${wl}-E'
9000 # hardcode_minus_L: Not really in the search PATH,
9001 # but as the default location of the library.
9002 hardcode_minus_L=yes
9003 fi
9004 ;;
9005
9006 hpux11*)
9007 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9008 case $host_cpu in
9009 hppa*64*)
9010 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9011 ;;
9012 ia64*)
9013 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9014 ;;
9015 *)
9016 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9017 ;;
9018 esac
9019 else
9020 case $host_cpu in
9021 hppa*64*)
9022 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9023 ;;
9024 ia64*)
9025 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9026 ;;
9027 *)
9028
9029 # Older versions of the 11.00 compiler do not understand -b yet
9030 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9032 $as_echo_n "checking if $CC understands -b... " >&6; }
9033 if ${lt_cv_prog_compiler__b+:} false; then :
9034 $as_echo_n "(cached) " >&6
9035 else
9036 lt_cv_prog_compiler__b=no
9037 save_LDFLAGS="$LDFLAGS"
9038 LDFLAGS="$LDFLAGS -b"
9039 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9040 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9041 # The linker can only warn and ignore the option if not recognized
9042 # So say no if there are warnings
9043 if test -s conftest.err; then
9044 # Append any errors to the config.log.
9045 cat conftest.err 1>&5
9046 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9047 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9048 if diff conftest.exp conftest.er2 >/dev/null; then
9049 lt_cv_prog_compiler__b=yes
9050 fi
9051 else
9052 lt_cv_prog_compiler__b=yes
9053 fi
9054 fi
9055 $RM -r conftest*
9056 LDFLAGS="$save_LDFLAGS"
9057
9058 fi
9059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9060 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9061
9062 if test x"$lt_cv_prog_compiler__b" = xyes; then
9063 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9064 else
9065 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9066 fi
9067
9068 ;;
9069 esac
9070 fi
9071 if test "$with_gnu_ld" = no; then
9072 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9073 hardcode_libdir_separator=:
9074
9075 case $host_cpu in
9076 hppa*64*|ia64*)
9077 hardcode_direct=no
9078 hardcode_shlibpath_var=no
9079 ;;
9080 *)
9081 hardcode_direct=yes
9082 hardcode_direct_absolute=yes
9083 export_dynamic_flag_spec='${wl}-E'
9084
9085 # hardcode_minus_L: Not really in the search PATH,
9086 # but as the default location of the library.
9087 hardcode_minus_L=yes
9088 ;;
9089 esac
9090 fi
9091 ;;
9092
9093 irix5* | irix6* | nonstopux*)
9094 if test "$GCC" = yes; then
9095 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'
9096 # Try to use the -exported_symbol ld option, if it does not
9097 # work, assume that -exports_file does not work either and
9098 # implicitly export all symbols.
9099 save_LDFLAGS="$LDFLAGS"
9100 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9101 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9102 /* end confdefs.h. */
9103 int foo(void) {}
9104 _ACEOF
9105 if ac_fn_c_try_link "$LINENO"; then :
9106 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'
9107
9108 fi
9109 rm -f core conftest.err conftest.$ac_objext \
9110 conftest$ac_exeext conftest.$ac_ext
9111 LDFLAGS="$save_LDFLAGS"
9112 else
9113 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'
9114 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'
9115 fi
9116 archive_cmds_need_lc='no'
9117 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9118 hardcode_libdir_separator=:
9119 inherit_rpath=yes
9120 link_all_deplibs=yes
9121 ;;
9122
9123 netbsd*)
9124 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9125 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9126 else
9127 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9128 fi
9129 hardcode_libdir_flag_spec='-R$libdir'
9130 hardcode_direct=yes
9131 hardcode_shlibpath_var=no
9132 ;;
9133
9134 newsos6)
9135 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9136 hardcode_direct=yes
9137 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9138 hardcode_libdir_separator=:
9139 hardcode_shlibpath_var=no
9140 ;;
9141
9142 *nto* | *qnx*)
9143 ;;
9144
9145 openbsd*)
9146 if test -f /usr/libexec/ld.so; then
9147 hardcode_direct=yes
9148 hardcode_shlibpath_var=no
9149 hardcode_direct_absolute=yes
9150 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9151 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9152 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9153 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9154 export_dynamic_flag_spec='${wl}-E'
9155 else
9156 case $host_os in
9157 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9158 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9159 hardcode_libdir_flag_spec='-R$libdir'
9160 ;;
9161 *)
9162 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9163 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9164 ;;
9165 esac
9166 fi
9167 else
9168 ld_shlibs=no
9169 fi
9170 ;;
9171
9172 os2*)
9173 hardcode_libdir_flag_spec='-L$libdir'
9174 hardcode_minus_L=yes
9175 allow_undefined_flag=unsupported
9176 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'
9177 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9178 ;;
9179
9180 osf3*)
9181 if test "$GCC" = yes; then
9182 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9183 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'
9184 else
9185 allow_undefined_flag=' -expect_unresolved \*'
9186 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'
9187 fi
9188 archive_cmds_need_lc='no'
9189 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9190 hardcode_libdir_separator=:
9191 ;;
9192
9193 osf4* | osf5*) # as osf3* with the addition of -msym flag
9194 if test "$GCC" = yes; then
9195 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9196 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'
9197 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9198 else
9199 allow_undefined_flag=' -expect_unresolved \*'
9200 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'
9201 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~
9202 $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'
9203
9204 # Both c and cxx compiler support -rpath directly
9205 hardcode_libdir_flag_spec='-rpath $libdir'
9206 fi
9207 archive_cmds_need_lc='no'
9208 hardcode_libdir_separator=:
9209 ;;
9210
9211 solaris*)
9212 no_undefined_flag=' -z defs'
9213 if test "$GCC" = yes; then
9214 wlarc='${wl}'
9215 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9216 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9217 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9218 else
9219 case `$CC -V 2>&1` in
9220 *"Compilers 5.0"*)
9221 wlarc=''
9222 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9223 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9224 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9225 ;;
9226 *)
9227 wlarc='${wl}'
9228 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9229 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9230 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9231 ;;
9232 esac
9233 fi
9234 hardcode_libdir_flag_spec='-R$libdir'
9235 hardcode_shlibpath_var=no
9236 case $host_os in
9237 solaris2.[0-5] | solaris2.[0-5].*) ;;
9238 *)
9239 # The compiler driver will combine and reorder linker options,
9240 # but understands `-z linker_flag'. GCC discards it without `$wl',
9241 # but is careful enough not to reorder.
9242 # Supported since Solaris 2.6 (maybe 2.5.1?)
9243 if test "$GCC" = yes; then
9244 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9245 else
9246 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9247 fi
9248 ;;
9249 esac
9250 link_all_deplibs=yes
9251 ;;
9252
9253 sunos4*)
9254 if test "x$host_vendor" = xsequent; then
9255 # Use $CC to link under sequent, because it throws in some extra .o
9256 # files that make .init and .fini sections work.
9257 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9258 else
9259 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9260 fi
9261 hardcode_libdir_flag_spec='-L$libdir'
9262 hardcode_direct=yes
9263 hardcode_minus_L=yes
9264 hardcode_shlibpath_var=no
9265 ;;
9266
9267 sysv4)
9268 case $host_vendor in
9269 sni)
9270 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9271 hardcode_direct=yes # is this really true???
9272 ;;
9273 siemens)
9274 ## LD is ld it makes a PLAMLIB
9275 ## CC just makes a GrossModule.
9276 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9277 reload_cmds='$CC -r -o $output$reload_objs'
9278 hardcode_direct=no
9279 ;;
9280 motorola)
9281 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9282 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9283 ;;
9284 esac
9285 runpath_var='LD_RUN_PATH'
9286 hardcode_shlibpath_var=no
9287 ;;
9288
9289 sysv4.3*)
9290 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9291 hardcode_shlibpath_var=no
9292 export_dynamic_flag_spec='-Bexport'
9293 ;;
9294
9295 sysv4*MP*)
9296 if test -d /usr/nec; then
9297 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9298 hardcode_shlibpath_var=no
9299 runpath_var=LD_RUN_PATH
9300 hardcode_runpath_var=yes
9301 ld_shlibs=yes
9302 fi
9303 ;;
9304
9305 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9306 no_undefined_flag='${wl}-z,text'
9307 archive_cmds_need_lc=no
9308 hardcode_shlibpath_var=no
9309 runpath_var='LD_RUN_PATH'
9310
9311 if test "$GCC" = yes; then
9312 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9313 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9314 else
9315 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9316 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9317 fi
9318 ;;
9319
9320 sysv5* | sco3.2v5* | sco5v6*)
9321 # Note: We can NOT use -z defs as we might desire, because we do not
9322 # link with -lc, and that would cause any symbols used from libc to
9323 # always be unresolved, which means just about no library would
9324 # ever link correctly. If we're not using GNU ld we use -z text
9325 # though, which does catch some bad symbols but isn't as heavy-handed
9326 # as -z defs.
9327 no_undefined_flag='${wl}-z,text'
9328 allow_undefined_flag='${wl}-z,nodefs'
9329 archive_cmds_need_lc=no
9330 hardcode_shlibpath_var=no
9331 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9332 hardcode_libdir_separator=':'
9333 link_all_deplibs=yes
9334 export_dynamic_flag_spec='${wl}-Bexport'
9335 runpath_var='LD_RUN_PATH'
9336
9337 if test "$GCC" = yes; then
9338 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9339 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9340 else
9341 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9342 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9343 fi
9344 ;;
9345
9346 uts4*)
9347 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9348 hardcode_libdir_flag_spec='-L$libdir'
9349 hardcode_shlibpath_var=no
9350 ;;
9351
9352 *)
9353 ld_shlibs=no
9354 ;;
9355 esac
9356
9357 if test x$host_vendor = xsni; then
9358 case $host in
9359 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9360 export_dynamic_flag_spec='${wl}-Blargedynsym'
9361 ;;
9362 esac
9363 fi
9364 fi
9365
9366 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9367 $as_echo "$ld_shlibs" >&6; }
9368 test "$ld_shlibs" = no && can_build_shared=no
9369
9370 with_gnu_ld=$with_gnu_ld
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386 #
9387 # Do we need to explicitly link libc?
9388 #
9389 case "x$archive_cmds_need_lc" in
9390 x|xyes)
9391 # Assume -lc should be added
9392 archive_cmds_need_lc=yes
9393
9394 if test "$enable_shared" = yes && test "$GCC" = yes; then
9395 case $archive_cmds in
9396 *'~'*)
9397 # FIXME: we may have to deal with multi-command sequences.
9398 ;;
9399 '$CC '*)
9400 # Test whether the compiler implicitly links with -lc since on some
9401 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9402 # to ld, don't add -lc before -lgcc.
9403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9404 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9405 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9406 $as_echo_n "(cached) " >&6
9407 else
9408 $RM conftest*
9409 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9410
9411 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9412 (eval $ac_compile) 2>&5
9413 ac_status=$?
9414 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9415 test $ac_status = 0; } 2>conftest.err; then
9416 soname=conftest
9417 lib=conftest
9418 libobjs=conftest.$ac_objext
9419 deplibs=
9420 wl=$lt_prog_compiler_wl
9421 pic_flag=$lt_prog_compiler_pic
9422 compiler_flags=-v
9423 linker_flags=-v
9424 verstring=
9425 output_objdir=.
9426 libname=conftest
9427 lt_save_allow_undefined_flag=$allow_undefined_flag
9428 allow_undefined_flag=
9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9430 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9431 ac_status=$?
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; }
9434 then
9435 lt_cv_archive_cmds_need_lc=no
9436 else
9437 lt_cv_archive_cmds_need_lc=yes
9438 fi
9439 allow_undefined_flag=$lt_save_allow_undefined_flag
9440 else
9441 cat conftest.err 1>&5
9442 fi
9443 $RM conftest*
9444
9445 fi
9446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9447 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9448 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9449 ;;
9450 esac
9451 fi
9452 ;;
9453 esac
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518
9519
9520
9521
9522
9523
9524
9525
9526
9527
9528
9529
9530
9531
9532
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9612 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9613
9614 if test "$GCC" = yes; then
9615 case $host_os in
9616 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9617 *) lt_awk_arg="/^libraries:/" ;;
9618 esac
9619 case $host_os in
9620 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9621 *) lt_sed_strip_eq="s,=/,/,g" ;;
9622 esac
9623 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9624 case $lt_search_path_spec in
9625 *\;*)
9626 # if the path contains ";" then we assume it to be the separator
9627 # otherwise default to the standard path separator (i.e. ":") - it is
9628 # assumed that no part of a normal pathname contains ";" but that should
9629 # okay in the real world where ";" in dirpaths is itself problematic.
9630 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9631 ;;
9632 *)
9633 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9634 ;;
9635 esac
9636 # Ok, now we have the path, separated by spaces, we can step through it
9637 # and add multilib dir if necessary.
9638 lt_tmp_lt_search_path_spec=
9639 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9640 for lt_sys_path in $lt_search_path_spec; do
9641 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9642 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9643 else
9644 test -d "$lt_sys_path" && \
9645 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9646 fi
9647 done
9648 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9649 BEGIN {RS=" "; FS="/|\n";} {
9650 lt_foo="";
9651 lt_count=0;
9652 for (lt_i = NF; lt_i > 0; lt_i--) {
9653 if ($lt_i != "" && $lt_i != ".") {
9654 if ($lt_i == "..") {
9655 lt_count++;
9656 } else {
9657 if (lt_count == 0) {
9658 lt_foo="/" $lt_i lt_foo;
9659 } else {
9660 lt_count--;
9661 }
9662 }
9663 }
9664 }
9665 if (lt_foo != "") { lt_freq[lt_foo]++; }
9666 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9667 }'`
9668 # AWK program above erroneously prepends '/' to C:/dos/paths
9669 # for these hosts.
9670 case $host_os in
9671 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9672 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9673 esac
9674 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9675 else
9676 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9677 fi
9678 library_names_spec=
9679 libname_spec='lib$name'
9680 soname_spec=
9681 shrext_cmds=".so"
9682 postinstall_cmds=
9683 postuninstall_cmds=
9684 finish_cmds=
9685 finish_eval=
9686 shlibpath_var=
9687 shlibpath_overrides_runpath=unknown
9688 version_type=none
9689 dynamic_linker="$host_os ld.so"
9690 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9691 need_lib_prefix=unknown
9692 hardcode_into_libs=no
9693
9694 # when you set need_version to no, make sure it does not cause -set_version
9695 # flags to be left without arguments
9696 need_version=unknown
9697
9698 case $host_os in
9699 aix3*)
9700 version_type=linux
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9702 shlibpath_var=LIBPATH
9703
9704 # AIX 3 has no versioning support, so we append a major version to the name.
9705 soname_spec='${libname}${release}${shared_ext}$major'
9706 ;;
9707
9708 aix[4-9]*)
9709 version_type=linux
9710 need_lib_prefix=no
9711 need_version=no
9712 hardcode_into_libs=yes
9713 if test "$host_cpu" = ia64; then
9714 # AIX 5 supports IA64
9715 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9716 shlibpath_var=LD_LIBRARY_PATH
9717 else
9718 # With GCC up to 2.95.x, collect2 would create an import file
9719 # for dependence libraries. The import file would start with
9720 # the line `#! .'. This would cause the generated library to
9721 # depend on `.', always an invalid library. This was fixed in
9722 # development snapshots of GCC prior to 3.0.
9723 case $host_os in
9724 aix4 | aix4.[01] | aix4.[01].*)
9725 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9726 echo ' yes '
9727 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9728 :
9729 else
9730 can_build_shared=no
9731 fi
9732 ;;
9733 esac
9734 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9735 # soname into executable. Probably we can add versioning support to
9736 # collect2, so additional links can be useful in future.
9737 if test "$aix_use_runtimelinking" = yes; then
9738 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9739 # instead of lib<name>.a to let people know that these are not
9740 # typical AIX shared libraries.
9741 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9742 else
9743 # We preserve .a as extension for shared libraries through AIX4.2
9744 # and later when we are not doing run time linking.
9745 library_names_spec='${libname}${release}.a $libname.a'
9746 soname_spec='${libname}${release}${shared_ext}$major'
9747 fi
9748 shlibpath_var=LIBPATH
9749 fi
9750 ;;
9751
9752 amigaos*)
9753 case $host_cpu in
9754 powerpc)
9755 # Since July 2007 AmigaOS4 officially supports .so libraries.
9756 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9757 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9758 ;;
9759 m68k)
9760 library_names_spec='$libname.ixlibrary $libname.a'
9761 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9762 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'
9763 ;;
9764 esac
9765 ;;
9766
9767 beos*)
9768 library_names_spec='${libname}${shared_ext}'
9769 dynamic_linker="$host_os ld.so"
9770 shlibpath_var=LIBRARY_PATH
9771 ;;
9772
9773 bsdi[45]*)
9774 version_type=linux
9775 need_version=no
9776 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9777 soname_spec='${libname}${release}${shared_ext}$major'
9778 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9779 shlibpath_var=LD_LIBRARY_PATH
9780 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9781 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9782 # the default ld.so.conf also contains /usr/contrib/lib and
9783 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9784 # libtool to hard-code these into programs
9785 ;;
9786
9787 cygwin* | mingw* | pw32* | cegcc*)
9788 version_type=windows
9789 shrext_cmds=".dll"
9790 need_version=no
9791 need_lib_prefix=no
9792
9793 case $GCC,$host_os in
9794 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9795 library_names_spec='$libname.dll.a'
9796 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9797 postinstall_cmds='base_file=`basename \${file}`~
9798 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9799 dldir=$destdir/`dirname \$dlpath`~
9800 test -d \$dldir || mkdir -p \$dldir~
9801 $install_prog $dir/$dlname \$dldir/$dlname~
9802 chmod a+x \$dldir/$dlname~
9803 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9804 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9805 fi'
9806 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9807 dlpath=$dir/\$dldll~
9808 $RM \$dlpath'
9809 shlibpath_overrides_runpath=yes
9810
9811 case $host_os in
9812 cygwin*)
9813 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9814 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9815
9816 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9817 ;;
9818 mingw* | cegcc*)
9819 # MinGW DLLs use traditional 'lib' prefix
9820 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9821 ;;
9822 pw32*)
9823 # pw32 DLLs use 'pw' prefix rather than 'lib'
9824 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9825 ;;
9826 esac
9827 ;;
9828
9829 *)
9830 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9831 ;;
9832 esac
9833 dynamic_linker='Win32 ld.exe'
9834 # FIXME: first we should search . and the directory the executable is in
9835 shlibpath_var=PATH
9836 ;;
9837
9838 darwin* | rhapsody*)
9839 dynamic_linker="$host_os dyld"
9840 version_type=darwin
9841 need_lib_prefix=no
9842 need_version=no
9843 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9844 soname_spec='${libname}${release}${major}$shared_ext'
9845 shlibpath_overrides_runpath=yes
9846 shlibpath_var=DYLD_LIBRARY_PATH
9847 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9848
9849 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9850 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9851 ;;
9852
9853 dgux*)
9854 version_type=linux
9855 need_lib_prefix=no
9856 need_version=no
9857 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9858 soname_spec='${libname}${release}${shared_ext}$major'
9859 shlibpath_var=LD_LIBRARY_PATH
9860 ;;
9861
9862 freebsd* | dragonfly*)
9863 # DragonFly does not have aout. When/if they implement a new
9864 # versioning mechanism, adjust this.
9865 if test -x /usr/bin/objformat; then
9866 objformat=`/usr/bin/objformat`
9867 else
9868 case $host_os in
9869 freebsd[23].*) objformat=aout ;;
9870 *) objformat=elf ;;
9871 esac
9872 fi
9873 version_type=freebsd-$objformat
9874 case $version_type in
9875 freebsd-elf*)
9876 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9877 need_version=no
9878 need_lib_prefix=no
9879 ;;
9880 freebsd-*)
9881 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9882 need_version=yes
9883 ;;
9884 esac
9885 shlibpath_var=LD_LIBRARY_PATH
9886 case $host_os in
9887 freebsd2.*)
9888 shlibpath_overrides_runpath=yes
9889 ;;
9890 freebsd3.[01]* | freebsdelf3.[01]*)
9891 shlibpath_overrides_runpath=yes
9892 hardcode_into_libs=yes
9893 ;;
9894 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9895 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9896 shlibpath_overrides_runpath=no
9897 hardcode_into_libs=yes
9898 ;;
9899 *) # from 4.6 on, and DragonFly
9900 shlibpath_overrides_runpath=yes
9901 hardcode_into_libs=yes
9902 ;;
9903 esac
9904 ;;
9905
9906 haiku*)
9907 version_type=linux
9908 need_lib_prefix=no
9909 need_version=no
9910 dynamic_linker="$host_os runtime_loader"
9911 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9912 soname_spec='${libname}${release}${shared_ext}$major'
9913 shlibpath_var=LIBRARY_PATH
9914 shlibpath_overrides_runpath=yes
9915 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9916 hardcode_into_libs=yes
9917 ;;
9918
9919 hpux9* | hpux10* | hpux11*)
9920 # Give a soname corresponding to the major version so that dld.sl refuses to
9921 # link against other versions.
9922 version_type=sunos
9923 need_lib_prefix=no
9924 need_version=no
9925 case $host_cpu in
9926 ia64*)
9927 shrext_cmds='.so'
9928 hardcode_into_libs=yes
9929 dynamic_linker="$host_os dld.so"
9930 shlibpath_var=LD_LIBRARY_PATH
9931 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9932 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9933 soname_spec='${libname}${release}${shared_ext}$major'
9934 if test "X$HPUX_IA64_MODE" = X32; then
9935 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9936 else
9937 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9938 fi
9939 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9940 ;;
9941 hppa*64*)
9942 shrext_cmds='.sl'
9943 hardcode_into_libs=yes
9944 dynamic_linker="$host_os dld.sl"
9945 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9946 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9948 soname_spec='${libname}${release}${shared_ext}$major'
9949 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9950 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9951 ;;
9952 *)
9953 shrext_cmds='.sl'
9954 dynamic_linker="$host_os dld.sl"
9955 shlibpath_var=SHLIB_PATH
9956 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9957 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9958 soname_spec='${libname}${release}${shared_ext}$major'
9959 ;;
9960 esac
9961 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9962 postinstall_cmds='chmod 555 $lib'
9963 # or fails outright, so override atomically:
9964 install_override_mode=555
9965 ;;
9966
9967 interix[3-9]*)
9968 version_type=linux
9969 need_lib_prefix=no
9970 need_version=no
9971 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9972 soname_spec='${libname}${release}${shared_ext}$major'
9973 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9974 shlibpath_var=LD_LIBRARY_PATH
9975 shlibpath_overrides_runpath=no
9976 hardcode_into_libs=yes
9977 ;;
9978
9979 irix5* | irix6* | nonstopux*)
9980 case $host_os in
9981 nonstopux*) version_type=nonstopux ;;
9982 *)
9983 if test "$lt_cv_prog_gnu_ld" = yes; then
9984 version_type=linux
9985 else
9986 version_type=irix
9987 fi ;;
9988 esac
9989 need_lib_prefix=no
9990 need_version=no
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9993 case $host_os in
9994 irix5* | nonstopux*)
9995 libsuff= shlibsuff=
9996 ;;
9997 *)
9998 case $LD in # libtool.m4 will add one of these switches to LD
9999 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10000 libsuff= shlibsuff= libmagic=32-bit;;
10001 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10002 libsuff=32 shlibsuff=N32 libmagic=N32;;
10003 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10004 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10005 *) libsuff= shlibsuff= libmagic=never-match;;
10006 esac
10007 ;;
10008 esac
10009 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10010 shlibpath_overrides_runpath=no
10011 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10012 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10013 hardcode_into_libs=yes
10014 ;;
10015
10016 # No shared lib support for Linux oldld, aout, or coff.
10017 linux*oldld* | linux*aout* | linux*coff*)
10018 dynamic_linker=no
10019 ;;
10020
10021 # This must be Linux ELF.
10022 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10023 version_type=linux
10024 need_lib_prefix=no
10025 need_version=no
10026 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10027 soname_spec='${libname}${release}${shared_ext}$major'
10028 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10029 shlibpath_var=LD_LIBRARY_PATH
10030 shlibpath_overrides_runpath=no
10031
10032 # Some binutils ld are patched to set DT_RUNPATH
10033 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10034 $as_echo_n "(cached) " >&6
10035 else
10036 lt_cv_shlibpath_overrides_runpath=no
10037 save_LDFLAGS=$LDFLAGS
10038 save_libdir=$libdir
10039 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10040 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10041 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10042 /* end confdefs.h. */
10043
10044 int
10045 main ()
10046 {
10047
10048 ;
10049 return 0;
10050 }
10051 _ACEOF
10052 if ac_fn_c_try_link "$LINENO"; then :
10053 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10054 lt_cv_shlibpath_overrides_runpath=yes
10055 fi
10056 fi
10057 rm -f core conftest.err conftest.$ac_objext \
10058 conftest$ac_exeext conftest.$ac_ext
10059 LDFLAGS=$save_LDFLAGS
10060 libdir=$save_libdir
10061
10062 fi
10063
10064 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10065
10066 # This implies no fast_install, which is unacceptable.
10067 # Some rework will be needed to allow for fast_install
10068 # before this can be enabled.
10069 hardcode_into_libs=yes
10070
10071 # Append ld.so.conf contents to the search path
10072 if test -f /etc/ld.so.conf; then
10073 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' ' '`
10074 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10075 fi
10076
10077 # We used to test for /lib/ld.so.1 and disable shared libraries on
10078 # powerpc, because MkLinux only supported shared libraries with the
10079 # GNU dynamic linker. Since this was broken with cross compilers,
10080 # most powerpc-linux boxes support dynamic linking these days and
10081 # people can always --disable-shared, the test was removed, and we
10082 # assume the GNU/Linux dynamic linker is in use.
10083 dynamic_linker='GNU/Linux ld.so'
10084 ;;
10085
10086 netbsd*)
10087 version_type=sunos
10088 need_lib_prefix=no
10089 need_version=no
10090 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10091 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10092 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10093 dynamic_linker='NetBSD (a.out) ld.so'
10094 else
10095 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10096 soname_spec='${libname}${release}${shared_ext}$major'
10097 dynamic_linker='NetBSD ld.elf_so'
10098 fi
10099 shlibpath_var=LD_LIBRARY_PATH
10100 shlibpath_overrides_runpath=yes
10101 hardcode_into_libs=yes
10102 ;;
10103
10104 newsos6)
10105 version_type=linux
10106 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10107 shlibpath_var=LD_LIBRARY_PATH
10108 shlibpath_overrides_runpath=yes
10109 ;;
10110
10111 *nto* | *qnx*)
10112 version_type=qnx
10113 need_lib_prefix=no
10114 need_version=no
10115 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10116 soname_spec='${libname}${release}${shared_ext}$major'
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=no
10119 hardcode_into_libs=yes
10120 dynamic_linker='ldqnx.so'
10121 ;;
10122
10123 openbsd*)
10124 version_type=sunos
10125 sys_lib_dlsearch_path_spec="/usr/lib"
10126 need_lib_prefix=no
10127 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10128 case $host_os in
10129 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10130 *) need_version=no ;;
10131 esac
10132 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10133 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10134 shlibpath_var=LD_LIBRARY_PATH
10135 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10136 case $host_os in
10137 openbsd2.[89] | openbsd2.[89].*)
10138 shlibpath_overrides_runpath=no
10139 ;;
10140 *)
10141 shlibpath_overrides_runpath=yes
10142 ;;
10143 esac
10144 else
10145 shlibpath_overrides_runpath=yes
10146 fi
10147 ;;
10148
10149 os2*)
10150 libname_spec='$name'
10151 shrext_cmds=".dll"
10152 need_lib_prefix=no
10153 library_names_spec='$libname${shared_ext} $libname.a'
10154 dynamic_linker='OS/2 ld.exe'
10155 shlibpath_var=LIBPATH
10156 ;;
10157
10158 osf3* | osf4* | osf5*)
10159 version_type=osf
10160 need_lib_prefix=no
10161 need_version=no
10162 soname_spec='${libname}${release}${shared_ext}$major'
10163 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10164 shlibpath_var=LD_LIBRARY_PATH
10165 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10166 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10167 ;;
10168
10169 rdos*)
10170 dynamic_linker=no
10171 ;;
10172
10173 solaris*)
10174 version_type=linux
10175 need_lib_prefix=no
10176 need_version=no
10177 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10178 soname_spec='${libname}${release}${shared_ext}$major'
10179 shlibpath_var=LD_LIBRARY_PATH
10180 shlibpath_overrides_runpath=yes
10181 hardcode_into_libs=yes
10182 # ldd complains unless libraries are executable
10183 postinstall_cmds='chmod +x $lib'
10184 ;;
10185
10186 sunos4*)
10187 version_type=sunos
10188 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10189 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10190 shlibpath_var=LD_LIBRARY_PATH
10191 shlibpath_overrides_runpath=yes
10192 if test "$with_gnu_ld" = yes; then
10193 need_lib_prefix=no
10194 fi
10195 need_version=yes
10196 ;;
10197
10198 sysv4 | sysv4.3*)
10199 version_type=linux
10200 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10201 soname_spec='${libname}${release}${shared_ext}$major'
10202 shlibpath_var=LD_LIBRARY_PATH
10203 case $host_vendor in
10204 sni)
10205 shlibpath_overrides_runpath=no
10206 need_lib_prefix=no
10207 runpath_var=LD_RUN_PATH
10208 ;;
10209 siemens)
10210 need_lib_prefix=no
10211 ;;
10212 motorola)
10213 need_lib_prefix=no
10214 need_version=no
10215 shlibpath_overrides_runpath=no
10216 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10217 ;;
10218 esac
10219 ;;
10220
10221 sysv4*MP*)
10222 if test -d /usr/nec ;then
10223 version_type=linux
10224 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10225 soname_spec='$libname${shared_ext}.$major'
10226 shlibpath_var=LD_LIBRARY_PATH
10227 fi
10228 ;;
10229
10230 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10231 version_type=freebsd-elf
10232 need_lib_prefix=no
10233 need_version=no
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10235 soname_spec='${libname}${release}${shared_ext}$major'
10236 shlibpath_var=LD_LIBRARY_PATH
10237 shlibpath_overrides_runpath=yes
10238 hardcode_into_libs=yes
10239 if test "$with_gnu_ld" = yes; then
10240 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10241 else
10242 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10243 case $host_os in
10244 sco3.2v5*)
10245 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10246 ;;
10247 esac
10248 fi
10249 sys_lib_dlsearch_path_spec='/usr/lib'
10250 ;;
10251
10252 tpf*)
10253 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10254 version_type=linux
10255 need_lib_prefix=no
10256 need_version=no
10257 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10258 shlibpath_var=LD_LIBRARY_PATH
10259 shlibpath_overrides_runpath=no
10260 hardcode_into_libs=yes
10261 ;;
10262
10263 uts4*)
10264 version_type=linux
10265 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10266 soname_spec='${libname}${release}${shared_ext}$major'
10267 shlibpath_var=LD_LIBRARY_PATH
10268 ;;
10269
10270 *)
10271 dynamic_linker=no
10272 ;;
10273 esac
10274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10275 $as_echo "$dynamic_linker" >&6; }
10276 test "$dynamic_linker" = no && can_build_shared=no
10277
10278 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10279 if test "$GCC" = yes; then
10280 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10281 fi
10282
10283 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10284 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10285 fi
10286 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10287 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10288 fi
10289
10290
10291
10292
10293
10294
10295
10296
10297
10298
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311
10312
10313
10314
10315
10316
10317
10318
10319
10320
10321
10322
10323
10324
10325
10326
10327
10328
10329
10330
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
10354
10355
10356
10357
10358
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372
10373
10374
10375
10376
10377
10378
10379
10380
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10382 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10383 hardcode_action=
10384 if test -n "$hardcode_libdir_flag_spec" ||
10385 test -n "$runpath_var" ||
10386 test "X$hardcode_automatic" = "Xyes" ; then
10387
10388 # We can hardcode non-existent directories.
10389 if test "$hardcode_direct" != no &&
10390 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10391 # have to relink, otherwise we might link with an installed library
10392 # when we should be linking with a yet-to-be-installed one
10393 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10394 test "$hardcode_minus_L" != no; then
10395 # Linking always hardcodes the temporary library directory.
10396 hardcode_action=relink
10397 else
10398 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10399 hardcode_action=immediate
10400 fi
10401 else
10402 # We cannot hardcode anything, or else we can only hardcode existing
10403 # directories.
10404 hardcode_action=unsupported
10405 fi
10406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10407 $as_echo "$hardcode_action" >&6; }
10408
10409 if test "$hardcode_action" = relink ||
10410 test "$inherit_rpath" = yes; then
10411 # Fast installation is not supported
10412 enable_fast_install=no
10413 elif test "$shlibpath_overrides_runpath" = yes ||
10414 test "$enable_shared" = no; then
10415 # Fast installation is not necessary
10416 enable_fast_install=needless
10417 fi
10418
10419
10420
10421
10422
10423
10424 if test "x$enable_dlopen" != xyes; then
10425 enable_dlopen=unknown
10426 enable_dlopen_self=unknown
10427 enable_dlopen_self_static=unknown
10428 else
10429 lt_cv_dlopen=no
10430 lt_cv_dlopen_libs=
10431
10432 case $host_os in
10433 beos*)
10434 lt_cv_dlopen="load_add_on"
10435 lt_cv_dlopen_libs=
10436 lt_cv_dlopen_self=yes
10437 ;;
10438
10439 mingw* | pw32* | cegcc*)
10440 lt_cv_dlopen="LoadLibrary"
10441 lt_cv_dlopen_libs=
10442 ;;
10443
10444 cygwin*)
10445 lt_cv_dlopen="dlopen"
10446 lt_cv_dlopen_libs=
10447 ;;
10448
10449 darwin*)
10450 # if libdl is installed we need to link against it
10451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10452 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10453 if ${ac_cv_lib_dl_dlopen+:} false; then :
10454 $as_echo_n "(cached) " >&6
10455 else
10456 ac_check_lib_save_LIBS=$LIBS
10457 LIBS="-ldl $LIBS"
10458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10459 /* end confdefs.h. */
10460
10461 /* Override any GCC internal prototype to avoid an error.
10462 Use char because int might match the return type of a GCC
10463 builtin and then its argument prototype would still apply. */
10464 #ifdef __cplusplus
10465 extern "C"
10466 #endif
10467 char dlopen ();
10468 int
10469 main ()
10470 {
10471 return dlopen ();
10472 ;
10473 return 0;
10474 }
10475 _ACEOF
10476 if ac_fn_c_try_link "$LINENO"; then :
10477 ac_cv_lib_dl_dlopen=yes
10478 else
10479 ac_cv_lib_dl_dlopen=no
10480 fi
10481 rm -f core conftest.err conftest.$ac_objext \
10482 conftest$ac_exeext conftest.$ac_ext
10483 LIBS=$ac_check_lib_save_LIBS
10484 fi
10485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10486 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10487 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10488 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10489 else
10490
10491 lt_cv_dlopen="dyld"
10492 lt_cv_dlopen_libs=
10493 lt_cv_dlopen_self=yes
10494
10495 fi
10496
10497 ;;
10498
10499 *)
10500 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10501 if test "x$ac_cv_func_shl_load" = xyes; then :
10502 lt_cv_dlopen="shl_load"
10503 else
10504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10505 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10506 if ${ac_cv_lib_dld_shl_load+:} false; then :
10507 $as_echo_n "(cached) " >&6
10508 else
10509 ac_check_lib_save_LIBS=$LIBS
10510 LIBS="-ldld $LIBS"
10511 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10512 /* end confdefs.h. */
10513
10514 /* Override any GCC internal prototype to avoid an error.
10515 Use char because int might match the return type of a GCC
10516 builtin and then its argument prototype would still apply. */
10517 #ifdef __cplusplus
10518 extern "C"
10519 #endif
10520 char shl_load ();
10521 int
10522 main ()
10523 {
10524 return shl_load ();
10525 ;
10526 return 0;
10527 }
10528 _ACEOF
10529 if ac_fn_c_try_link "$LINENO"; then :
10530 ac_cv_lib_dld_shl_load=yes
10531 else
10532 ac_cv_lib_dld_shl_load=no
10533 fi
10534 rm -f core conftest.err conftest.$ac_objext \
10535 conftest$ac_exeext conftest.$ac_ext
10536 LIBS=$ac_check_lib_save_LIBS
10537 fi
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10539 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10540 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10541 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10542 else
10543 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10544 if test "x$ac_cv_func_dlopen" = xyes; then :
10545 lt_cv_dlopen="dlopen"
10546 else
10547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10548 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10549 if ${ac_cv_lib_dl_dlopen+:} false; then :
10550 $as_echo_n "(cached) " >&6
10551 else
10552 ac_check_lib_save_LIBS=$LIBS
10553 LIBS="-ldl $LIBS"
10554 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10555 /* end confdefs.h. */
10556
10557 /* Override any GCC internal prototype to avoid an error.
10558 Use char because int might match the return type of a GCC
10559 builtin and then its argument prototype would still apply. */
10560 #ifdef __cplusplus
10561 extern "C"
10562 #endif
10563 char dlopen ();
10564 int
10565 main ()
10566 {
10567 return dlopen ();
10568 ;
10569 return 0;
10570 }
10571 _ACEOF
10572 if ac_fn_c_try_link "$LINENO"; then :
10573 ac_cv_lib_dl_dlopen=yes
10574 else
10575 ac_cv_lib_dl_dlopen=no
10576 fi
10577 rm -f core conftest.err conftest.$ac_objext \
10578 conftest$ac_exeext conftest.$ac_ext
10579 LIBS=$ac_check_lib_save_LIBS
10580 fi
10581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10582 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10583 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10584 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10585 else
10586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10587 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10588 if ${ac_cv_lib_svld_dlopen+:} false; then :
10589 $as_echo_n "(cached) " >&6
10590 else
10591 ac_check_lib_save_LIBS=$LIBS
10592 LIBS="-lsvld $LIBS"
10593 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10594 /* end confdefs.h. */
10595
10596 /* Override any GCC internal prototype to avoid an error.
10597 Use char because int might match the return type of a GCC
10598 builtin and then its argument prototype would still apply. */
10599 #ifdef __cplusplus
10600 extern "C"
10601 #endif
10602 char dlopen ();
10603 int
10604 main ()
10605 {
10606 return dlopen ();
10607 ;
10608 return 0;
10609 }
10610 _ACEOF
10611 if ac_fn_c_try_link "$LINENO"; then :
10612 ac_cv_lib_svld_dlopen=yes
10613 else
10614 ac_cv_lib_svld_dlopen=no
10615 fi
10616 rm -f core conftest.err conftest.$ac_objext \
10617 conftest$ac_exeext conftest.$ac_ext
10618 LIBS=$ac_check_lib_save_LIBS
10619 fi
10620 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10621 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10622 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10623 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10624 else
10625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10626 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10627 if ${ac_cv_lib_dld_dld_link+:} false; then :
10628 $as_echo_n "(cached) " >&6
10629 else
10630 ac_check_lib_save_LIBS=$LIBS
10631 LIBS="-ldld $LIBS"
10632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10633 /* end confdefs.h. */
10634
10635 /* Override any GCC internal prototype to avoid an error.
10636 Use char because int might match the return type of a GCC
10637 builtin and then its argument prototype would still apply. */
10638 #ifdef __cplusplus
10639 extern "C"
10640 #endif
10641 char dld_link ();
10642 int
10643 main ()
10644 {
10645 return dld_link ();
10646 ;
10647 return 0;
10648 }
10649 _ACEOF
10650 if ac_fn_c_try_link "$LINENO"; then :
10651 ac_cv_lib_dld_dld_link=yes
10652 else
10653 ac_cv_lib_dld_dld_link=no
10654 fi
10655 rm -f core conftest.err conftest.$ac_objext \
10656 conftest$ac_exeext conftest.$ac_ext
10657 LIBS=$ac_check_lib_save_LIBS
10658 fi
10659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10660 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10661 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10662 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10663 fi
10664
10665
10666 fi
10667
10668
10669 fi
10670
10671
10672 fi
10673
10674
10675 fi
10676
10677
10678 fi
10679
10680 ;;
10681 esac
10682
10683 if test "x$lt_cv_dlopen" != xno; then
10684 enable_dlopen=yes
10685 else
10686 enable_dlopen=no
10687 fi
10688
10689 case $lt_cv_dlopen in
10690 dlopen)
10691 save_CPPFLAGS="$CPPFLAGS"
10692 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10693
10694 save_LDFLAGS="$LDFLAGS"
10695 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10696
10697 save_LIBS="$LIBS"
10698 LIBS="$lt_cv_dlopen_libs $LIBS"
10699
10700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10701 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10702 if ${lt_cv_dlopen_self+:} false; then :
10703 $as_echo_n "(cached) " >&6
10704 else
10705 if test "$cross_compiling" = yes; then :
10706 lt_cv_dlopen_self=cross
10707 else
10708 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10709 lt_status=$lt_dlunknown
10710 cat > conftest.$ac_ext <<_LT_EOF
10711 #line 10711 "configure"
10712 #include "confdefs.h"
10713
10714 #if HAVE_DLFCN_H
10715 #include <dlfcn.h>
10716 #endif
10717
10718 #include <stdio.h>
10719
10720 #ifdef RTLD_GLOBAL
10721 # define LT_DLGLOBAL RTLD_GLOBAL
10722 #else
10723 # ifdef DL_GLOBAL
10724 # define LT_DLGLOBAL DL_GLOBAL
10725 # else
10726 # define LT_DLGLOBAL 0
10727 # endif
10728 #endif
10729
10730 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10731 find out it does not work in some platform. */
10732 #ifndef LT_DLLAZY_OR_NOW
10733 # ifdef RTLD_LAZY
10734 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10735 # else
10736 # ifdef DL_LAZY
10737 # define LT_DLLAZY_OR_NOW DL_LAZY
10738 # else
10739 # ifdef RTLD_NOW
10740 # define LT_DLLAZY_OR_NOW RTLD_NOW
10741 # else
10742 # ifdef DL_NOW
10743 # define LT_DLLAZY_OR_NOW DL_NOW
10744 # else
10745 # define LT_DLLAZY_OR_NOW 0
10746 # endif
10747 # endif
10748 # endif
10749 # endif
10750 #endif
10751
10752 /* When -fvisbility=hidden is used, assume the code has been annotated
10753 correspondingly for the symbols needed. */
10754 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10755 void fnord () __attribute__((visibility("default")));
10756 #endif
10757
10758 void fnord () { int i=42; }
10759 int main ()
10760 {
10761 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10762 int status = $lt_dlunknown;
10763
10764 if (self)
10765 {
10766 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10767 else
10768 {
10769 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10770 else puts (dlerror ());
10771 }
10772 /* dlclose (self); */
10773 }
10774 else
10775 puts (dlerror ());
10776
10777 return status;
10778 }
10779 _LT_EOF
10780 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10781 (eval $ac_link) 2>&5
10782 ac_status=$?
10783 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10784 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10785 (./conftest; exit; ) >&5 2>/dev/null
10786 lt_status=$?
10787 case x$lt_status in
10788 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10789 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10790 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10791 esac
10792 else :
10793 # compilation failed
10794 lt_cv_dlopen_self=no
10795 fi
10796 fi
10797 rm -fr conftest*
10798
10799
10800 fi
10801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10802 $as_echo "$lt_cv_dlopen_self" >&6; }
10803
10804 if test "x$lt_cv_dlopen_self" = xyes; then
10805 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10807 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10808 if ${lt_cv_dlopen_self_static+:} false; then :
10809 $as_echo_n "(cached) " >&6
10810 else
10811 if test "$cross_compiling" = yes; then :
10812 lt_cv_dlopen_self_static=cross
10813 else
10814 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10815 lt_status=$lt_dlunknown
10816 cat > conftest.$ac_ext <<_LT_EOF
10817 #line 10817 "configure"
10818 #include "confdefs.h"
10819
10820 #if HAVE_DLFCN_H
10821 #include <dlfcn.h>
10822 #endif
10823
10824 #include <stdio.h>
10825
10826 #ifdef RTLD_GLOBAL
10827 # define LT_DLGLOBAL RTLD_GLOBAL
10828 #else
10829 # ifdef DL_GLOBAL
10830 # define LT_DLGLOBAL DL_GLOBAL
10831 # else
10832 # define LT_DLGLOBAL 0
10833 # endif
10834 #endif
10835
10836 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10837 find out it does not work in some platform. */
10838 #ifndef LT_DLLAZY_OR_NOW
10839 # ifdef RTLD_LAZY
10840 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10841 # else
10842 # ifdef DL_LAZY
10843 # define LT_DLLAZY_OR_NOW DL_LAZY
10844 # else
10845 # ifdef RTLD_NOW
10846 # define LT_DLLAZY_OR_NOW RTLD_NOW
10847 # else
10848 # ifdef DL_NOW
10849 # define LT_DLLAZY_OR_NOW DL_NOW
10850 # else
10851 # define LT_DLLAZY_OR_NOW 0
10852 # endif
10853 # endif
10854 # endif
10855 # endif
10856 #endif
10857
10858 /* When -fvisbility=hidden is used, assume the code has been annotated
10859 correspondingly for the symbols needed. */
10860 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10861 void fnord () __attribute__((visibility("default")));
10862 #endif
10863
10864 void fnord () { int i=42; }
10865 int main ()
10866 {
10867 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10868 int status = $lt_dlunknown;
10869
10870 if (self)
10871 {
10872 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10873 else
10874 {
10875 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10876 else puts (dlerror ());
10877 }
10878 /* dlclose (self); */
10879 }
10880 else
10881 puts (dlerror ());
10882
10883 return status;
10884 }
10885 _LT_EOF
10886 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10887 (eval $ac_link) 2>&5
10888 ac_status=$?
10889 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10890 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10891 (./conftest; exit; ) >&5 2>/dev/null
10892 lt_status=$?
10893 case x$lt_status in
10894 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10895 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10896 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10897 esac
10898 else :
10899 # compilation failed
10900 lt_cv_dlopen_self_static=no
10901 fi
10902 fi
10903 rm -fr conftest*
10904
10905
10906 fi
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10908 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10909 fi
10910
10911 CPPFLAGS="$save_CPPFLAGS"
10912 LDFLAGS="$save_LDFLAGS"
10913 LIBS="$save_LIBS"
10914 ;;
10915 esac
10916
10917 case $lt_cv_dlopen_self in
10918 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10919 *) enable_dlopen_self=unknown ;;
10920 esac
10921
10922 case $lt_cv_dlopen_self_static in
10923 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10924 *) enable_dlopen_self_static=unknown ;;
10925 esac
10926 fi
10927
10928
10929
10930
10931
10932
10933
10934
10935
10936
10937
10938
10939
10940
10941
10942
10943
10944 striplib=
10945 old_striplib=
10946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10947 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10948 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10949 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10950 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10951 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10952 $as_echo "yes" >&6; }
10953 else
10954 # FIXME - insert some real tests, host_os isn't really good enough
10955 case $host_os in
10956 darwin*)
10957 if test -n "$STRIP" ; then
10958 striplib="$STRIP -x"
10959 old_striplib="$STRIP -S"
10960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10961 $as_echo "yes" >&6; }
10962 else
10963 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10964 $as_echo "no" >&6; }
10965 fi
10966 ;;
10967 *)
10968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10969 $as_echo "no" >&6; }
10970 ;;
10971 esac
10972 fi
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985 # Report which library types will actually be built
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10987 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10989 $as_echo "$can_build_shared" >&6; }
10990
10991 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10992 $as_echo_n "checking whether to build shared libraries... " >&6; }
10993 test "$can_build_shared" = "no" && enable_shared=no
10994
10995 # On AIX, shared libraries and static libraries use the same namespace, and
10996 # are all built from PIC.
10997 case $host_os in
10998 aix3*)
10999 test "$enable_shared" = yes && enable_static=no
11000 if test -n "$RANLIB"; then
11001 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11002 postinstall_cmds='$RANLIB $lib'
11003 fi
11004 ;;
11005
11006 aix[4-9]*)
11007 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11008 test "$enable_shared" = yes && enable_static=no
11009 fi
11010 ;;
11011 esac
11012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11013 $as_echo "$enable_shared" >&6; }
11014
11015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11016 $as_echo_n "checking whether to build static libraries... " >&6; }
11017 # Make sure either enable_shared or enable_static is yes.
11018 test "$enable_shared" = yes || enable_static=yes
11019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11020 $as_echo "$enable_static" >&6; }
11021
11022
11023
11024
11025 fi
11026 ac_ext=c
11027 ac_cpp='$CPP $CPPFLAGS'
11028 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11029 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11030 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11031
11032 CC="$lt_save_CC"
11033
11034
11035
11036
11037
11038
11039
11040
11041
11042
11043
11044
11045
11046 ac_config_commands="$ac_config_commands libtool"
11047
11048
11049
11050
11051 # Only expand once:
11052
11053
11054
11055 # The tests for host and target for $enable_largefile require
11056 # canonical names.
11057
11058
11059
11060 # As the $enable_largefile decision depends on --enable-plugins we must set it
11061 # even in directories otherwise not depending on the $plugins option.
11062
11063
11064 maybe_plugins=no
11065 for ac_header in dlfcn.h
11066 do :
11067 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11068 "
11069 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11070 cat >>confdefs.h <<_ACEOF
11071 #define HAVE_DLFCN_H 1
11072 _ACEOF
11073 maybe_plugins=yes
11074 fi
11075
11076 done
11077
11078 for ac_header in windows.h
11079 do :
11080 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11081 "
11082 if test "x$ac_cv_header_windows_h" = xyes; then :
11083 cat >>confdefs.h <<_ACEOF
11084 #define HAVE_WINDOWS_H 1
11085 _ACEOF
11086 maybe_plugins=yes
11087 fi
11088
11089 done
11090
11091
11092 # Check whether --enable-plugins was given.
11093 if test "${enable_plugins+set}" = set; then :
11094 enableval=$enable_plugins; case "${enableval}" in
11095 no) plugins=no ;;
11096 *) plugins=yes
11097 if test "$maybe_plugins" != "yes" ; then
11098 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11099 fi ;;
11100 esac
11101 else
11102 plugins=$maybe_plugins
11103
11104 fi
11105
11106 if test "$plugins" = "yes"; then
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11108 $as_echo_n "checking for library containing dlsym... " >&6; }
11109 if ${ac_cv_search_dlsym+:} false; then :
11110 $as_echo_n "(cached) " >&6
11111 else
11112 ac_func_search_save_LIBS=$LIBS
11113 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11114 /* end confdefs.h. */
11115
11116 /* Override any GCC internal prototype to avoid an error.
11117 Use char because int might match the return type of a GCC
11118 builtin and then its argument prototype would still apply. */
11119 #ifdef __cplusplus
11120 extern "C"
11121 #endif
11122 char dlsym ();
11123 int
11124 main ()
11125 {
11126 return dlsym ();
11127 ;
11128 return 0;
11129 }
11130 _ACEOF
11131 for ac_lib in '' dl; do
11132 if test -z "$ac_lib"; then
11133 ac_res="none required"
11134 else
11135 ac_res=-l$ac_lib
11136 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11137 fi
11138 if ac_fn_c_try_link "$LINENO"; then :
11139 ac_cv_search_dlsym=$ac_res
11140 fi
11141 rm -f core conftest.err conftest.$ac_objext \
11142 conftest$ac_exeext
11143 if ${ac_cv_search_dlsym+:} false; then :
11144 break
11145 fi
11146 done
11147 if ${ac_cv_search_dlsym+:} false; then :
11148
11149 else
11150 ac_cv_search_dlsym=no
11151 fi
11152 rm conftest.$ac_ext
11153 LIBS=$ac_func_search_save_LIBS
11154 fi
11155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11156 $as_echo "$ac_cv_search_dlsym" >&6; }
11157 ac_res=$ac_cv_search_dlsym
11158 if test "$ac_res" != no; then :
11159 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11160
11161 fi
11162
11163 fi
11164
11165
11166 case "${host}" in
11167 sparc-*-solaris*|i?86-*-solaris*)
11168 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11169 # were mutually exclusive until Solaris 11.3. Without procfs support,
11170 # the bfd/ elf module cannot provide certain routines such as
11171 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11172 # explicitly requested large-file support through the
11173 # --enable-largefile switch, disable large-file support in favor of
11174 # procfs support.
11175 #
11176 # Check if <sys/procfs.h> is incompatible with large-file support.
11177 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11178 /* end confdefs.h. */
11179 #define _FILE_OFFSET_BITS 64
11180 #define _STRUCTURED_PROC 1
11181 #include <sys/procfs.h>
11182 int
11183 main ()
11184 {
11185
11186 ;
11187 return 0;
11188 }
11189 _ACEOF
11190 if ac_fn_c_try_compile "$LINENO"; then :
11191 acx_cv_procfs_lfs=yes
11192 else
11193 acx_cv_procfs_lfs=no
11194 fi
11195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11196 #
11197 # Forcefully disable large-file support only if necessary, gdb is in
11198 # tree and enabled.
11199 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11200 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11201 : ${enable_largefile="no"}
11202 if test "$plugins" = yes; then
11203 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11204 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11205 $as_echo "$as_me: WARNING:
11206 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11207 plugins=no
11208 fi
11209 fi
11210 #
11211 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11212 # benefit of g++ 9+ which predefines it on Solaris.
11213 if test "$enable_largefile" = no; then
11214 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11215
11216 fi
11217 ;;
11218 esac
11219
11220 # Check whether --enable-largefile was given.
11221 if test "${enable_largefile+set}" = set; then :
11222 enableval=$enable_largefile;
11223 fi
11224
11225 if test "$enable_largefile" != no; then
11226
11227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11228 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11229 if ${ac_cv_sys_largefile_CC+:} false; then :
11230 $as_echo_n "(cached) " >&6
11231 else
11232 ac_cv_sys_largefile_CC=no
11233 if test "$GCC" != yes; then
11234 ac_save_CC=$CC
11235 while :; do
11236 # IRIX 6.2 and later do not support large files by default,
11237 # so use the C compiler's -n32 option if that helps.
11238 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11239 /* end confdefs.h. */
11240 #include <sys/types.h>
11241 /* Check that off_t can represent 2**63 - 1 correctly.
11242 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11243 since some C++ compilers masquerading as C compilers
11244 incorrectly reject 9223372036854775807. */
11245 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11246 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11247 && LARGE_OFF_T % 2147483647 == 1)
11248 ? 1 : -1];
11249 int
11250 main ()
11251 {
11252
11253 ;
11254 return 0;
11255 }
11256 _ACEOF
11257 if ac_fn_c_try_compile "$LINENO"; then :
11258 break
11259 fi
11260 rm -f core conftest.err conftest.$ac_objext
11261 CC="$CC -n32"
11262 if ac_fn_c_try_compile "$LINENO"; then :
11263 ac_cv_sys_largefile_CC=' -n32'; break
11264 fi
11265 rm -f core conftest.err conftest.$ac_objext
11266 break
11267 done
11268 CC=$ac_save_CC
11269 rm -f conftest.$ac_ext
11270 fi
11271 fi
11272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11273 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11274 if test "$ac_cv_sys_largefile_CC" != no; then
11275 CC=$CC$ac_cv_sys_largefile_CC
11276 fi
11277
11278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11279 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11280 if ${ac_cv_sys_file_offset_bits+:} false; then :
11281 $as_echo_n "(cached) " >&6
11282 else
11283 while :; do
11284 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11285 /* end confdefs.h. */
11286 #include <sys/types.h>
11287 /* Check that off_t can represent 2**63 - 1 correctly.
11288 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11289 since some C++ compilers masquerading as C compilers
11290 incorrectly reject 9223372036854775807. */
11291 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11292 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11293 && LARGE_OFF_T % 2147483647 == 1)
11294 ? 1 : -1];
11295 int
11296 main ()
11297 {
11298
11299 ;
11300 return 0;
11301 }
11302 _ACEOF
11303 if ac_fn_c_try_compile "$LINENO"; then :
11304 ac_cv_sys_file_offset_bits=no; break
11305 fi
11306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11308 /* end confdefs.h. */
11309 #define _FILE_OFFSET_BITS 64
11310 #include <sys/types.h>
11311 /* Check that off_t can represent 2**63 - 1 correctly.
11312 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11313 since some C++ compilers masquerading as C compilers
11314 incorrectly reject 9223372036854775807. */
11315 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11316 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11317 && LARGE_OFF_T % 2147483647 == 1)
11318 ? 1 : -1];
11319 int
11320 main ()
11321 {
11322
11323 ;
11324 return 0;
11325 }
11326 _ACEOF
11327 if ac_fn_c_try_compile "$LINENO"; then :
11328 ac_cv_sys_file_offset_bits=64; break
11329 fi
11330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11331 ac_cv_sys_file_offset_bits=unknown
11332 break
11333 done
11334 fi
11335 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11336 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11337 case $ac_cv_sys_file_offset_bits in #(
11338 no | unknown) ;;
11339 *)
11340 cat >>confdefs.h <<_ACEOF
11341 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11342 _ACEOF
11343 ;;
11344 esac
11345 rm -rf conftest*
11346 if test $ac_cv_sys_file_offset_bits = unknown; then
11347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11348 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11349 if ${ac_cv_sys_large_files+:} false; then :
11350 $as_echo_n "(cached) " >&6
11351 else
11352 while :; do
11353 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11354 /* end confdefs.h. */
11355 #include <sys/types.h>
11356 /* Check that off_t can represent 2**63 - 1 correctly.
11357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11358 since some C++ compilers masquerading as C compilers
11359 incorrectly reject 9223372036854775807. */
11360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11362 && LARGE_OFF_T % 2147483647 == 1)
11363 ? 1 : -1];
11364 int
11365 main ()
11366 {
11367
11368 ;
11369 return 0;
11370 }
11371 _ACEOF
11372 if ac_fn_c_try_compile "$LINENO"; then :
11373 ac_cv_sys_large_files=no; break
11374 fi
11375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11376 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11377 /* end confdefs.h. */
11378 #define _LARGE_FILES 1
11379 #include <sys/types.h>
11380 /* Check that off_t can represent 2**63 - 1 correctly.
11381 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11382 since some C++ compilers masquerading as C compilers
11383 incorrectly reject 9223372036854775807. */
11384 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11385 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11386 && LARGE_OFF_T % 2147483647 == 1)
11387 ? 1 : -1];
11388 int
11389 main ()
11390 {
11391
11392 ;
11393 return 0;
11394 }
11395 _ACEOF
11396 if ac_fn_c_try_compile "$LINENO"; then :
11397 ac_cv_sys_large_files=1; break
11398 fi
11399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11400 ac_cv_sys_large_files=unknown
11401 break
11402 done
11403 fi
11404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11405 $as_echo "$ac_cv_sys_large_files" >&6; }
11406 case $ac_cv_sys_large_files in #(
11407 no | unknown) ;;
11408 *)
11409 cat >>confdefs.h <<_ACEOF
11410 #define _LARGE_FILES $ac_cv_sys_large_files
11411 _ACEOF
11412 ;;
11413 esac
11414 rm -rf conftest*
11415 fi
11416
11417
11418 fi
11419
11420
11421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11422 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11423 if ${gcc_cv_prog_cmp_skip+:} false; then :
11424 $as_echo_n "(cached) " >&6
11425 else
11426 echo abfoo >t1
11427 echo cdfoo >t2
11428 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11429 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11430 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11431 :
11432 else
11433 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11434 fi
11435 fi
11436 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11437 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11438 :
11439 else
11440 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11441 fi
11442 fi
11443 rm t1 t2
11444
11445 fi
11446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11447 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11448 do_compare="$gcc_cv_prog_cmp_skip"
11449
11450
11451
11452 # Check whether --enable-targets was given.
11453 if test "${enable_targets+set}" = set; then :
11454 enableval=$enable_targets; case "${enableval}" in
11455 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11456 ;;
11457 no) enable_targets= ;;
11458 *) enable_targets=$enableval ;;
11459 esac
11460 fi
11461
11462 ac_checking=
11463 . ${srcdir}/../bfd/development.sh
11464 test "$development" = true && ac_checking=yes
11465 # Check whether --enable-checking was given.
11466 if test "${enable_checking+set}" = set; then :
11467 enableval=$enable_checking; case "${enableval}" in
11468 no|none) ac_checking= ;;
11469 *) ac_checking=yes ;;
11470 esac
11471 fi
11472 if test x$ac_checking != x ; then
11473
11474 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11475
11476 fi
11477
11478 # PR gas/19109
11479 # Decide the default method for compressing debug sections.
11480 ac_default_compressed_debug_sections=unset
11481 # Provide a configure time option to override our default.
11482 # Check whether --enable-compressed_debug_sections was given.
11483 if test "${enable_compressed_debug_sections+set}" = set; then :
11484 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11485 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11486 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11487 *) ac_default_compressed_debug_sections=unset ;;
11488 esac
11489 fi
11490
11491 # PR gas/19520
11492 # Decide if x86 assembler should generate relax relocations.
11493 ac_default_x86_relax_relocations=unset
11494 # Provide a configure time option to override our default.
11495 # Check whether --enable-x86_relax_relocations was given.
11496 if test "${enable_x86_relax_relocations+set}" = set; then :
11497 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11498 no) ac_default_x86_relax_relocations=0 ;;
11499 esac
11500 fi
11501
11502 # Decide if ELF assembler should generate common symbols with the
11503 # STT_COMMON type.
11504 ac_default_elf_stt_common=unset
11505 # Provide a configure time option to override our default.
11506 # Check whether --enable-elf_stt_common was given.
11507 if test "${enable_elf_stt_common+set}" = set; then :
11508 enableval=$enable_elf_stt_common; case "${enableval}" in
11509 yes) ac_default_elf_stt_common=1 ;;
11510 esac
11511 fi
11512
11513
11514 # Decide if the ELF assembler should default to generating
11515 # GNU Build notes if none are provided by the input.
11516 ac_default_generate_build_notes=0
11517 # Provide a configuration option to override the default.
11518 # Check whether --enable-generate_build_notes was given.
11519 if test "${enable_generate_build_notes+set}" = set; then :
11520 enableval=$enable_generate_build_notes; case "${enableval}" in
11521 yes) ac_default_generate_build_notes=1 ;;
11522 no) ac_default_generate_build_notes=0 ;;
11523 esac
11524 fi
11525
11526 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11527 # LLSC errata.
11528 ac_default_mips_fix_loongson3_llsc=unset
11529 # Provide a configuration option to override the default.
11530 # Check whether --enable-mips-fix-loongson3-llsc was given.
11531 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11532 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11533 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11534 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11535 esac
11536 fi
11537
11538 # Decide if the x86 ELF assembler should default to generating GNU x86
11539 # used ISA and feature properties.
11540 ac_default_generate_x86_used_note=unset
11541 # Provide a configuration option to override the default.
11542 # Check whether --enable-x86-used-note was given.
11543 if test "${enable_x86_used_note+set}" = set; then :
11544 enableval=$enable_x86_used_note; case "${enableval}" in
11545 yes) ac_default_generate_x86_used_note=1 ;;
11546 no) ac_default_generate_x86_used_note=0 ;;
11547 esac
11548 fi
11549
11550 # Decide if the RISC-V ELF assembler should default to generating attribute.
11551 ac_default_generate_riscv_attr=unset
11552 # Provide a configuration option to override the default.
11553 # Check whether --enable-default-riscv-attribute was given.
11554 if test "${enable_default_riscv_attribute+set}" = set; then :
11555 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11556 yes) ac_default_generate_riscv_attr=1 ;;
11557 no) ac_default_generate_riscv_attr=0 ;;
11558 esac
11559 fi
11560
11561 using_cgen=no
11562
11563
11564 # Set the 'development' global.
11565 . $srcdir/../bfd/development.sh
11566
11567 # Set acp_cpp_for_build variable
11568 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11569
11570 # Default set of GCC warnings to enable.
11571 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11572 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11573
11574 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11576 /* end confdefs.h. */
11577 __GNUC__
11578 _ACEOF
11579 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11580 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11581
11582 else
11583 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11584 fi
11585 rm -f conftest*
11586
11587
11588 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11590 /* end confdefs.h. */
11591 __GNUC__
11592 _ACEOF
11593 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11594 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11595
11596 else
11597 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11598 fi
11599 rm -f conftest*
11600
11601
11602 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11603 WARN_WRITE_STRINGS=""
11604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11605 /* end confdefs.h. */
11606 __GNUC__
11607 _ACEOF
11608 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11609 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11610
11611 else
11612 WARN_WRITE_STRINGS="-Wwrite-strings"
11613 fi
11614 rm -f conftest*
11615
11616
11617 # Verify CC_FOR_BUILD to be compatible with warning flags
11618
11619 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11621 /* end confdefs.h. */
11622 __GNUC__
11623 _ACEOF
11624 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11625 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11626
11627 else
11628 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11629 fi
11630 rm -f conftest*
11631
11632
11633 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11634 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11635 /* end confdefs.h. */
11636 __GNUC__
11637 _ACEOF
11638 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11639 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11640
11641 else
11642 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11643 fi
11644 rm -f conftest*
11645
11646
11647 # Check whether --enable-werror was given.
11648 if test "${enable_werror+set}" = set; then :
11649 enableval=$enable_werror; case "${enableval}" in
11650 yes | y) ERROR_ON_WARNING="yes" ;;
11651 no | n) ERROR_ON_WARNING="no" ;;
11652 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11653 esac
11654 fi
11655
11656
11657 # Disable -Wformat by default when using gcc on mingw
11658 case "${host}" in
11659 *-*-mingw32*)
11660 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11661 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11662 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11663 fi
11664 ;;
11665 *) ;;
11666 esac
11667
11668 # Enable -Werror by default when using gcc. Turn it off for releases.
11669 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11670 ERROR_ON_WARNING=yes
11671 fi
11672
11673 NO_WERROR=
11674 if test "${ERROR_ON_WARNING}" = yes ; then
11675 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11676 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11677 NO_WERROR="-Wno-error"
11678 fi
11679
11680 if test "${GCC}" = yes ; then
11681 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11682 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11683 fi
11684
11685 # Check whether --enable-build-warnings was given.
11686 if test "${enable_build_warnings+set}" = set; then :
11687 enableval=$enable_build_warnings; case "${enableval}" in
11688 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11689 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11690 no) if test "${GCC}" = yes ; then
11691 WARN_CFLAGS="-w"
11692 WARN_CFLAGS_FOR_BUILD="-w"
11693 fi;;
11694 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11695 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11696 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11697 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11698 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11699 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11700 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11701 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11702 esac
11703 fi
11704
11705
11706 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11707 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11708 fi
11709
11710
11711
11712
11713
11714
11715
11716 # Generate a header file
11717 ac_config_headers="$ac_config_headers config.h:config.in"
11718
11719
11720
11721 # Check whether --with-cpu was given.
11722 if test "${with_cpu+set}" = set; then :
11723 withval=$with_cpu;
11724 cat >>confdefs.h <<_ACEOF
11725 #define TARGET_WITH_CPU "${with_cpu}"
11726 _ACEOF
11727
11728 fi
11729
11730
11731 # PR 14072
11732
11733
11734 # If we are on a DOS filesystem, we must use gdb.ini rather than
11735 # .gdbinit.
11736 case "${host}" in
11737 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11738 GDBINIT="gdb.ini"
11739 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11740
11741 ;;
11742 *)
11743 GDBINIT=".gdbinit"
11744 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11745
11746 ;;
11747 esac
11748
11749
11750 #We need this for the host.
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11752 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11753 if ${ac_cv_c_bigendian+:} false; then :
11754 $as_echo_n "(cached) " >&6
11755 else
11756 ac_cv_c_bigendian=unknown
11757 # See if we're dealing with a universal compiler.
11758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11759 /* end confdefs.h. */
11760 #ifndef __APPLE_CC__
11761 not a universal capable compiler
11762 #endif
11763 typedef int dummy;
11764
11765 _ACEOF
11766 if ac_fn_c_try_compile "$LINENO"; then :
11767
11768 # Check for potential -arch flags. It is not universal unless
11769 # there are at least two -arch flags with different values.
11770 ac_arch=
11771 ac_prev=
11772 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11773 if test -n "$ac_prev"; then
11774 case $ac_word in
11775 i?86 | x86_64 | ppc | ppc64)
11776 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11777 ac_arch=$ac_word
11778 else
11779 ac_cv_c_bigendian=universal
11780 break
11781 fi
11782 ;;
11783 esac
11784 ac_prev=
11785 elif test "x$ac_word" = "x-arch"; then
11786 ac_prev=arch
11787 fi
11788 done
11789 fi
11790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11791 if test $ac_cv_c_bigendian = unknown; then
11792 # See if sys/param.h defines the BYTE_ORDER macro.
11793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11794 /* end confdefs.h. */
11795 #include <sys/types.h>
11796 #include <sys/param.h>
11797
11798 int
11799 main ()
11800 {
11801 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11802 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11803 && LITTLE_ENDIAN)
11804 bogus endian macros
11805 #endif
11806
11807 ;
11808 return 0;
11809 }
11810 _ACEOF
11811 if ac_fn_c_try_compile "$LINENO"; then :
11812 # It does; now see whether it defined to BIG_ENDIAN or not.
11813 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11814 /* end confdefs.h. */
11815 #include <sys/types.h>
11816 #include <sys/param.h>
11817
11818 int
11819 main ()
11820 {
11821 #if BYTE_ORDER != BIG_ENDIAN
11822 not big endian
11823 #endif
11824
11825 ;
11826 return 0;
11827 }
11828 _ACEOF
11829 if ac_fn_c_try_compile "$LINENO"; then :
11830 ac_cv_c_bigendian=yes
11831 else
11832 ac_cv_c_bigendian=no
11833 fi
11834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11835 fi
11836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11837 fi
11838 if test $ac_cv_c_bigendian = unknown; then
11839 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11841 /* end confdefs.h. */
11842 #include <limits.h>
11843
11844 int
11845 main ()
11846 {
11847 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11848 bogus endian macros
11849 #endif
11850
11851 ;
11852 return 0;
11853 }
11854 _ACEOF
11855 if ac_fn_c_try_compile "$LINENO"; then :
11856 # It does; now see whether it defined to _BIG_ENDIAN or not.
11857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11858 /* end confdefs.h. */
11859 #include <limits.h>
11860
11861 int
11862 main ()
11863 {
11864 #ifndef _BIG_ENDIAN
11865 not big endian
11866 #endif
11867
11868 ;
11869 return 0;
11870 }
11871 _ACEOF
11872 if ac_fn_c_try_compile "$LINENO"; then :
11873 ac_cv_c_bigendian=yes
11874 else
11875 ac_cv_c_bigendian=no
11876 fi
11877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11878 fi
11879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11880 fi
11881 if test $ac_cv_c_bigendian = unknown; then
11882 # Compile a test program.
11883 if test "$cross_compiling" = yes; then :
11884 # Try to guess by grepping values from an object file.
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 short int ascii_mm[] =
11888 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11889 short int ascii_ii[] =
11890 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11891 int use_ascii (int i) {
11892 return ascii_mm[i] + ascii_ii[i];
11893 }
11894 short int ebcdic_ii[] =
11895 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11896 short int ebcdic_mm[] =
11897 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11898 int use_ebcdic (int i) {
11899 return ebcdic_mm[i] + ebcdic_ii[i];
11900 }
11901 extern int foo;
11902
11903 int
11904 main ()
11905 {
11906 return use_ascii (foo) == use_ebcdic (foo);
11907 ;
11908 return 0;
11909 }
11910 _ACEOF
11911 if ac_fn_c_try_compile "$LINENO"; then :
11912 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11913 ac_cv_c_bigendian=yes
11914 fi
11915 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11916 if test "$ac_cv_c_bigendian" = unknown; then
11917 ac_cv_c_bigendian=no
11918 else
11919 # finding both strings is unlikely to happen, but who knows?
11920 ac_cv_c_bigendian=unknown
11921 fi
11922 fi
11923 fi
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 else
11926 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11927 /* end confdefs.h. */
11928 $ac_includes_default
11929 int
11930 main ()
11931 {
11932
11933 /* Are we little or big endian? From Harbison&Steele. */
11934 union
11935 {
11936 long int l;
11937 char c[sizeof (long int)];
11938 } u;
11939 u.l = 1;
11940 return u.c[sizeof (long int) - 1] == 1;
11941
11942 ;
11943 return 0;
11944 }
11945 _ACEOF
11946 if ac_fn_c_try_run "$LINENO"; then :
11947 ac_cv_c_bigendian=no
11948 else
11949 ac_cv_c_bigendian=yes
11950 fi
11951 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11952 conftest.$ac_objext conftest.beam conftest.$ac_ext
11953 fi
11954
11955 fi
11956 fi
11957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
11958 $as_echo "$ac_cv_c_bigendian" >&6; }
11959 case $ac_cv_c_bigendian in #(
11960 yes)
11961 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
11962 ;; #(
11963 no)
11964 ;; #(
11965 universal)
11966
11967 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
11968
11969 ;; #(
11970 *)
11971 as_fn_error $? "unknown endianness
11972 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
11973 esac
11974
11975
11976 te_file=generic
11977
11978 # Makefile target for installing gas in $(tooldir)/bin.
11979 install_tooldir=install-exec-tooldir
11980
11981 canon_targets=""
11982 all_targets=no
11983 if test -n "$enable_targets" ; then
11984 for t in `echo $enable_targets | sed 's/,/ /g'`; do
11985 if test $t = "all"; then
11986 all_targets=yes
11987 continue
11988 fi
11989 result=`$ac_config_sub $t 2>/dev/null`
11990 if test -n "$result" ; then
11991 canon_targets="$canon_targets $result"
11992 # else
11993 # # Permit "all", etc. We don't support it yet though.
11994 # canon_targets="$canon_targets $t"
11995 fi
11996 done
11997 _gas_uniq_list="$canon_targets"
11998 _gas_uniq_newlist=""
11999 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12000 case $_gas_uniq_i in
12001 _gas_uniq_dummy) ;;
12002 *) case " $_gas_uniq_newlist " in
12003 *" $_gas_uniq_i "*) ;;
12004 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12005 esac ;;
12006 esac
12007 done
12008 canon_targets=$_gas_uniq_newlist
12009
12010 fi
12011
12012 emulations=""
12013
12014 for this_target in $target $canon_targets ; do
12015
12016 targ=${this_target}
12017 . ${srcdir}/configure.tgt
12018
12019 case ${target_cpu} in
12020 crisv32)
12021
12022 cat >>confdefs.h <<_ACEOF
12023 #define DEFAULT_CRIS_ARCH $arch
12024 _ACEOF
12025
12026 ;;
12027 esac
12028
12029 if test ${this_target} = $target ; then
12030 target_cpu_type=${cpu_type}
12031 elif test ${target_cpu_type} != ${cpu_type} ; then
12032 continue
12033 fi
12034
12035 generic_target=${cpu_type}-${target_vendor}-${target_os}
12036 case ${generic_target} in
12037 i386-*-msdosdjgpp* \
12038 | i386-*-go32* \
12039 | i386-go32-rtems*)
12040
12041 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12042
12043 ;;
12044
12045 i386-*-linux-* | x86_64-*-linux-*)
12046 if test ${this_target} = $target \
12047 && test ${ac_default_generate_x86_used_note} = unset; then
12048 ac_default_generate_x86_used_note=1
12049 fi
12050 ;;
12051
12052 i386-*-solaris2 \
12053 | x86_64-*-solaris2 \
12054 | i386-*-solaris2.[0-9] \
12055 | i386-*-solaris2.1[01] \
12056 | x86_64-*-solaris2.1[01])
12057 if test ${this_target} = $target \
12058 && test ${ac_default_x86_relax_relocations} = unset; then
12059 ac_default_x86_relax_relocations=0
12060 fi
12061 ;;
12062
12063 microblaze*)
12064 ;;
12065
12066 ppc-*-aix[5-9].*)
12067
12068 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12069
12070 ;;
12071 ppc-*-solaris*)
12072 if test ${this_target} = $target; then
12073
12074 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12075
12076 fi
12077 if test x${endian} = xbig; then
12078 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12079 fi
12080 ;;
12081 esac
12082
12083 if test ${this_target} = $target ; then
12084 endian_def=
12085 if test x${endian} = xbig; then
12086 endian_def=1
12087 elif test x${endian} = xlittle; then
12088 endian_def=0
12089 fi
12090 if test x${endian_def} != x; then
12091
12092 cat >>confdefs.h <<_ACEOF
12093 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12094 _ACEOF
12095
12096 fi
12097 fi
12098
12099 # Other random stuff.
12100
12101 case ${cpu_type} in
12102 mips)
12103 # Set mips_cpu to the name of the default CPU.
12104 case ${target_cpu} in
12105 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12106 mips_cpu=from-abi
12107 ;;
12108 mipsisa32 | mipsisa32el)
12109 mips_cpu=mips32
12110 ;;
12111 mipsisa32r2 | mipsisa32r2el)
12112 mips_cpu=mips32r2
12113 ;;
12114 mipsisa32r3 | mipsisa32r3el)
12115 mips_cpu=mips32r3
12116 ;;
12117 mipsisa32r5 | mipsisa32r5el)
12118 mips_cpu=mips32r5
12119 ;;
12120 mipsisa32r6 | mipsisa32r6el)
12121 mips_cpu=mips32r6
12122 ;;
12123 mipsisa64 | mipsisa64el)
12124 mips_cpu=mips64
12125 ;;
12126 mipsisa64r2 | mipsisa64r2el)
12127 mips_cpu=mips64r2
12128 ;;
12129 mipsisa64r3 | mipsisa64r3el)
12130 mips_cpu=mips64r3
12131 ;;
12132 mipsisa64r5 | mipsisa64r5el)
12133 mips_cpu=mips64r5
12134 ;;
12135 mipsisa64r6 | mipsisa64r6el)
12136 mips_cpu=mips64r6
12137 ;;
12138 mipstx39 | mipstx39el)
12139 mips_cpu=r3900
12140 ;;
12141 mips64vr | mips64vrel)
12142 mips_cpu=vr4100
12143 ;;
12144 mipsisa32r2* | mipsisa64r2*)
12145 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12146 ;;
12147 mipsisa32r6* | mipsisa64r6*)
12148 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12149 ;;
12150 mips64* | mipsisa64* | mipsisa32*)
12151 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12152 ;;
12153 mips*)
12154 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12155 ;;
12156 *)
12157 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12158 ;;
12159 esac
12160 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12161 # binaries. It's a GNU extension that some OSes don't understand.
12162 case ${target} in
12163 *-*-irix*)
12164 use_e_mips_abi_o32=0
12165 ;;
12166 *)
12167 use_e_mips_abi_o32=1
12168 ;;
12169 esac
12170 # Decide whether to generate 32-bit or 64-bit code by default.
12171 # Used to resolve -march=from-abi when an embedded ABI is selected.
12172 case ${target} in
12173 mips64*-*-* | mipsisa64*-*-*)
12174 mips_default_64bit=1
12175 ;;
12176 *)
12177 mips_default_64bit=0
12178 ;;
12179 esac
12180 # Decide which ABI to target by default.
12181 case ${target} in
12182 mips64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12183 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12184 mips_default_abi=N32_ABI
12185 ;;
12186 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12187 mips_default_abi=O32_ABI
12188 ;;
12189 mips64*-openbsd*)
12190 mips_default_abi=N64_ABI
12191 ;;
12192 *)
12193 mips_default_abi=NO_ABI
12194 ;;
12195 esac
12196
12197 cat >>confdefs.h <<_ACEOF
12198 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12199 _ACEOF
12200
12201
12202 cat >>confdefs.h <<_ACEOF
12203 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12204 _ACEOF
12205
12206
12207 cat >>confdefs.h <<_ACEOF
12208 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12209 _ACEOF
12210
12211
12212 cat >>confdefs.h <<_ACEOF
12213 #define MIPS_DEFAULT_ABI $mips_default_abi
12214 _ACEOF
12215
12216 ;;
12217 esac
12218
12219 # Do we need the opcodes library?
12220 case ${cpu_type} in
12221 vax | tic30)
12222 ;;
12223
12224 *)
12225 need_opcodes=yes
12226
12227 case "${enable_shared}" in
12228 yes) shared_opcodes=true ;;
12229 *opcodes*) shared_opcodes=true ;;
12230 *) shared_opcodes=false ;;
12231 esac
12232 ;;
12233 esac
12234
12235 # Any other special object files needed ?
12236 case ${cpu_type} in
12237
12238 bfin)
12239 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12240 case " $extra_objects " in
12241 *" $f "*) ;;
12242 *) extra_objects="$extra_objects $f" ;;
12243 esac
12244 done
12245 ;;
12246
12247 bpf)
12248 if test $this_target = $target ; then
12249
12250 cat >>confdefs.h <<_ACEOF
12251 #define DEFAULT_ARCH "${arch}"
12252 _ACEOF
12253
12254 fi
12255 using_cgen=yes
12256 ;;
12257 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12258 using_cgen=yes
12259 ;;
12260
12261 loongarch)
12262 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12263 case " $extra_objects " in
12264 *" $f "*) ;;
12265 *) extra_objects="$extra_objects $f" ;;
12266 esac
12267 done
12268 # --target=loongarch[32|64]-*-*. */
12269 if test $this_target = $target ; then
12270
12271 cat >>confdefs.h <<_ACEOF
12272 #define DEFAULT_ARCH "${arch}"
12273 _ACEOF
12274
12275 fi
12276 ;;
12277
12278 m32c)
12279 using_cgen=yes
12280 ;;
12281 frv)
12282 using_cgen=yes
12283 ;;
12284 m68k)
12285 f=config/m68k-parse.o
12286 case " $extra_objects " in
12287 *" $f "*) ;;
12288 *) extra_objects="$extra_objects $f" ;;
12289 esac
12290 ;;
12291
12292 mep)
12293 using_cgen=yes
12294 ;;
12295
12296 mips)
12297 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12298 case " $extra_objects " in
12299 *" $f "*) ;;
12300 *) extra_objects="$extra_objects $f" ;;
12301 esac
12302 done
12303 ;;
12304
12305 mt)
12306 using_cgen=yes
12307 ;;
12308
12309 nds32)
12310 # setup NDS32_LINUX_TOOLCHAIN definition
12311 if test "linux" = $em; then
12312
12313 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12314
12315 else
12316
12317 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12318
12319 fi
12320
12321 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12322 # based on arch_name.
12323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12324 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12325 if test "x${with_arch}" != x; then
12326 case ${with_arch} in
12327 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12328
12329 cat >>confdefs.h <<_ACEOF
12330 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12331 _ACEOF
12332
12333 ;;
12334 *)
12335 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12336 ;;
12337 esac
12338 fi
12339 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12340 $as_echo "$with_arch" >&6; }
12341
12342 # Decide features one by one.
12343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12344 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12345 if test "x${enable_dx_regs}" = xyes; then
12346
12347 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12348
12349 else
12350
12351 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12352
12353 fi
12354 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12355 $as_echo "$enable_dx_regs" >&6; }
12356
12357 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12358 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12359 if test "x${enable_perf_ext}" = xno; then
12360
12361 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12362
12363 else
12364
12365 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12366
12367 fi
12368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12369 $as_echo "$enable_perf_ext" >&6; }
12370
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12372 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12373 if test "x${enable_perf_ext2}" = xno; then
12374
12375 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12376
12377 else
12378
12379 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12380
12381 fi
12382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12383 $as_echo "$enable_perf_ext2" >&6; }
12384
12385 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12386 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12387 if test "x${enable_string_ext}" = xno; then
12388
12389 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12390
12391 else
12392
12393 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12394
12395 fi
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12397 $as_echo "$enable_string_ext" >&6; }
12398
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12400 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12401 if test "x${enable_audio_ext}" = xno; then
12402
12403 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12404
12405 else
12406
12407 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12408
12409 fi
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12411 $as_echo "$enable_audio_ext" >&6; }
12412
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12414 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12415 if test "x${enable_dsp_ext}" = xno; then
12416
12417 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12418
12419 else
12420
12421 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12422
12423 fi
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12425 $as_echo "$enable_dsp_ext" >&6; }
12426
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12428 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12429 if test "x${enable_zol_ext}" = xno; then
12430
12431 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12432
12433 else
12434
12435 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12436
12437 fi
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12439 $as_echo "$enable_zol_ext" >&6; }
12440 ;;
12441
12442 aarch64 | i386 | s390 | sparc)
12443 if test $this_target = $target ; then
12444
12445 cat >>confdefs.h <<_ACEOF
12446 #define DEFAULT_ARCH "${arch}"
12447 _ACEOF
12448
12449 fi
12450 ;;
12451
12452 riscv)
12453 # --target=riscv[32|64]-*-*. */
12454 if test $this_target = $target ; then
12455
12456 cat >>confdefs.h <<_ACEOF
12457 #define DEFAULT_ARCH "${arch}"
12458 _ACEOF
12459
12460 fi
12461
12462 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12464 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12465 if test "x${with_arch}" != x; then
12466
12467 cat >>confdefs.h <<_ACEOF
12468 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12469 _ACEOF
12470
12471 fi
12472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12473 $as_echo "$with_arch" >&6; }
12474
12475 # --with-isa-spec=[2.2|20190608|20191213].
12476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12477 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12478 if test "x${with_isa_spec}" != x; then
12479
12480 cat >>confdefs.h <<_ACEOF
12481 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12482 _ACEOF
12483
12484 fi
12485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12486 $as_echo "$with_isa_spec" >&6; }
12487
12488 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12490 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12491 if test "x${with_priv_spec}" != x; then
12492
12493 cat >>confdefs.h <<_ACEOF
12494 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12495 _ACEOF
12496
12497 fi
12498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12499 $as_echo "$with_priv_spec" >&6; }
12500 ;;
12501
12502 rl78)
12503 f=config/rl78-parse.o
12504 case " $extra_objects " in
12505 *" $f "*) ;;
12506 *) extra_objects="$extra_objects $f" ;;
12507 esac
12508 ;;
12509
12510 rx)
12511 f=config/rx-parse.o
12512 case " $extra_objects " in
12513 *" $f "*) ;;
12514 *) extra_objects="$extra_objects $f" ;;
12515 esac
12516 ;;
12517
12518 xstormy16)
12519 using_cgen=yes
12520 ;;
12521
12522 xc16x)
12523 using_cgen=yes
12524 ;;
12525
12526 xtensa)
12527 f=config/xtensa-relax.o
12528 case " $extra_objects " in
12529 *" $f "*) ;;
12530 *) extra_objects="$extra_objects $f" ;;
12531 esac
12532 ;;
12533
12534 *)
12535 ;;
12536 esac
12537
12538 if test $using_cgen = yes ; then
12539 f=cgen.o
12540 case " $extra_objects " in
12541 *" $f "*) ;;
12542 *) extra_objects="$extra_objects $f" ;;
12543 esac
12544 fi
12545
12546 # See if we really can support this configuration with the emulation code.
12547
12548 if test $this_target = $target ; then
12549 obj_format=$fmt
12550 te_file=$em
12551 fi
12552
12553 case ${te_file} in
12554 vms)
12555 f=config/te-vms.o
12556 case " $extra_objects " in
12557 *" $f "*) ;;
12558 *) extra_objects="$extra_objects $f" ;;
12559 esac ;;
12560 esac
12561
12562 # From target name and format, produce a list of supported emulations.
12563
12564 case ${generic_target}-${fmt} in
12565 mips-*-*-*) case "$endian" in
12566 big) emulation="mipsbelf mipslelf mipself" ;;
12567 *) emulation="mipslelf mipsbelf mipself" ;;
12568 esac ;;
12569 # i386-pc-pe-coff != i386-pc-coff.
12570 i386-*-pe-coff) ;;
12571 # Uncommenting the next line will turn on support for i386 AOUT
12572 # for the default linux configuration
12573 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12574 #
12575 i386-*-aout) emulation="i386aout" ;;
12576 i386-*-coff) emulation="i386coff" ;;
12577 i386-*-elf) emulation="i386elf" ;;
12578
12579 # Always all formats. The first stated emulation becomes the default.
12580 cris-*-*aout*) emulation="crisaout criself" ;;
12581 cris-*-*) emulation="criself crisaout" ;;
12582 esac
12583
12584 emulations="$emulations $emulation"
12585
12586 done
12587
12588 if test ${ac_default_x86_relax_relocations} = unset; then
12589 ac_default_x86_relax_relocations=1
12590 fi
12591
12592 cat >>confdefs.h <<_ACEOF
12593 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12594 _ACEOF
12595
12596
12597 if test ${ac_default_elf_stt_common} = unset; then
12598 ac_default_elf_stt_common=0
12599 fi
12600
12601 cat >>confdefs.h <<_ACEOF
12602 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12603 _ACEOF
12604
12605
12606
12607 cat >>confdefs.h <<_ACEOF
12608 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12609 _ACEOF
12610
12611
12612 if test ${ac_default_generate_x86_used_note} = unset; then
12613 ac_default_generate_x86_used_note=0
12614 fi
12615
12616 cat >>confdefs.h <<_ACEOF
12617 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12618 _ACEOF
12619
12620
12621 if test ${ac_default_generate_riscv_attr} = unset; then
12622 ac_default_generate_riscv_attr=1
12623 fi
12624
12625
12626 cat >>confdefs.h <<_ACEOF
12627 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12628 _ACEOF
12629
12630
12631 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12632 ac_default_mips_fix_loongson3_llsc=0
12633 fi
12634
12635 cat >>confdefs.h <<_ACEOF
12636 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12637 _ACEOF
12638
12639
12640 if test x$ac_default_compressed_debug_sections = xyes ; then
12641
12642 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12643
12644 fi
12645
12646 # Turn on all targets if possible
12647 if test ${all_targets} = "yes"; then
12648 case ${target_cpu_type} in
12649 i386)
12650 case ${obj_format} in
12651 aout)
12652 emulations="$emulations i386coff i386elf"
12653 ;;
12654 coff)
12655 emulations="$emulations i386aout i386elf"
12656 ;;
12657 elf)
12658 emulations="$emulations i386aout i386coff"
12659 ;;
12660 esac
12661 ;;
12662 x86_64)
12663 case ${obj_format} in
12664 aout)
12665 emulations="$emulations i386coff i386elf"
12666 ;;
12667 coff)
12668 emulations="$emulations i386aout i386elf"
12669 ;;
12670 elf)
12671 emulations="$emulations i386aout i386coff"
12672 ;;
12673 esac
12674 ;;
12675 esac
12676 fi
12677
12678 # PE code has way too many macros tweaking behaviour
12679 case ${te_file} in
12680 pe*) emulations="" ;;
12681 esac
12682
12683 # Assign floating point type. Most processors with FP support
12684 # IEEE FP. On those that don't support FP at all, usually IEEE
12685 # is emulated.
12686 case ${target_cpu} in
12687 vax | pdp11 ) atof=vax ;;
12688 *) atof=ieee ;;
12689 esac
12690
12691 case "${obj_format}" in
12692 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12693 esac
12694
12695 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12696 cgen_cpu_prefix=""
12697 if test $using_cgen = yes ; then
12698 case ${target_cpu} in
12699 or1knd)
12700 cgen_cpu_prefix=or1k ;;
12701 *) cgen_cpu_prefix=${target_cpu} ;;
12702 esac
12703
12704
12705 $as_echo "#define USING_CGEN 1" >>confdefs.h
12706
12707 fi
12708
12709
12710 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12711 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12712 fi
12713
12714 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12715 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12716 fi
12717
12718 # Some COFF configurations want these random other flags set.
12719 case ${obj_format} in
12720 coff)
12721 case ${target_cpu_type} in
12722 i386)
12723 $as_echo "#define I386COFF 1" >>confdefs.h
12724 ;;
12725 x86_64)
12726 $as_echo "#define I386COFF 1" >>confdefs.h
12727 ;;
12728 esac
12729 ;;
12730 esac
12731
12732 # Getting this done right is going to be a bitch. Each configuration specified
12733 # with --enable-targets=... should be checked for environment, format, cpu
12734 # setting.
12735 #
12736 # For each configuration, the necessary object file support code must be linked
12737 # in. This might be only one, it might be up to four. The necessary emulation
12738 # code needs to be provided, too.
12739 #
12740 # And then there's "--enable-targets=all"....
12741 #
12742 # For now, just always do it for MIPS ELF configurations. Sigh.
12743
12744 formats="${obj_format}"
12745 emfiles=""
12746 EMULATIONS=""
12747 _gas_uniq_list="$emulations"
12748 _gas_uniq_newlist=""
12749 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12750 case $_gas_uniq_i in
12751 _gas_uniq_dummy) ;;
12752 *) case " $_gas_uniq_newlist " in
12753 *" $_gas_uniq_i "*) ;;
12754 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12755 esac ;;
12756 esac
12757 done
12758 emulations=$_gas_uniq_newlist
12759
12760 for em in . $emulations ; do
12761 case $em in
12762 .) continue ;;
12763 mipsbelf | mipslelf | mipself)
12764 fmt=elf file=mipself ;;
12765 *coff)
12766 fmt=coff file=$em ;;
12767 *aout)
12768 fmt=aout file=$em ;;
12769 *elf)
12770 fmt=elf file=$em ;;
12771 esac
12772 formats="$formats $fmt"
12773 emfiles="$emfiles config/e-$file.o"
12774 EMULATIONS="$EMULATIONS &$em,"
12775 done
12776 _gas_uniq_list="$formats"
12777 _gas_uniq_newlist=""
12778 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12779 case $_gas_uniq_i in
12780 _gas_uniq_dummy) ;;
12781 *) case " $_gas_uniq_newlist " in
12782 *" $_gas_uniq_i "*) ;;
12783 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12784 esac ;;
12785 esac
12786 done
12787 formats=$_gas_uniq_newlist
12788
12789 _gas_uniq_list="$emfiles"
12790 _gas_uniq_newlist=""
12791 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12792 case $_gas_uniq_i in
12793 _gas_uniq_dummy) ;;
12794 *) case " $_gas_uniq_newlist " in
12795 *" $_gas_uniq_i "*) ;;
12796 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12797 esac ;;
12798 esac
12799 done
12800 emfiles=$_gas_uniq_newlist
12801
12802 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12803 for fmt in $formats ; do
12804 case $fmt in
12805 aout)
12806 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12807 ;;
12808 coff)
12809 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12810 ;;
12811 ecoff)
12812 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12813 ;;
12814 elf)
12815 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12816 ;;
12817 generic)
12818 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12819 ;;
12820 som)
12821 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12822 ;;
12823 esac
12824 extra_objects="$extra_objects config/obj-$fmt.o"
12825 done
12826 obj_format=multi
12827 fi
12828 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12829 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12830 # e-mipself has more than one emulation per file, e-i386* has just one at the
12831 # moment. If only one emulation is specified, then don't define
12832 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12833 case "${obj_format}${emfiles}" in
12834 multi* | *mipself*)
12835 extra_objects="$extra_objects $emfiles"
12836
12837 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12838 ;;
12839 esac
12840 fi
12841
12842
12843 cat >>confdefs.h <<_ACEOF
12844 #define EMULATIONS $EMULATIONS
12845 _ACEOF
12846
12847
12848 cat >>confdefs.h <<_ACEOF
12849 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12850 _ACEOF
12851
12852
12853 reject_dev_configs=yes
12854
12855 case ${reject_dev_configs}-${dev} in
12856 yes-yes) # Oops.
12857 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12858 ;;
12859 esac
12860
12861
12862
12863
12864
12865
12866
12867 # do we need the opcodes library?
12868 case "${need_opcodes}" in
12869 yes)
12870 OPCODES_LIB=../opcodes/libopcodes.la
12871 ;;
12872 esac
12873
12874
12875
12876
12877 cat >>confdefs.h <<_ACEOF
12878 #define TARGET_ALIAS "${target_alias}"
12879 _ACEOF
12880
12881
12882 cat >>confdefs.h <<_ACEOF
12883 #define TARGET_CANONICAL "${target}"
12884 _ACEOF
12885
12886
12887 cat >>confdefs.h <<_ACEOF
12888 #define TARGET_CPU "${target_cpu}"
12889 _ACEOF
12890
12891
12892 cat >>confdefs.h <<_ACEOF
12893 #define TARGET_VENDOR "${target_vendor}"
12894 _ACEOF
12895
12896
12897 cat >>confdefs.h <<_ACEOF
12898 #define TARGET_OS "${target_os}"
12899 _ACEOF
12900
12901
12902 for ac_prog in 'bison -y' byacc
12903 do
12904 # Extract the first word of "$ac_prog", so it can be a program name with args.
12905 set dummy $ac_prog; ac_word=$2
12906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12907 $as_echo_n "checking for $ac_word... " >&6; }
12908 if ${ac_cv_prog_YACC+:} false; then :
12909 $as_echo_n "(cached) " >&6
12910 else
12911 if test -n "$YACC"; then
12912 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12913 else
12914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12915 for as_dir in $PATH
12916 do
12917 IFS=$as_save_IFS
12918 test -z "$as_dir" && as_dir=.
12919 for ac_exec_ext in '' $ac_executable_extensions; do
12920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12921 ac_cv_prog_YACC="$ac_prog"
12922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12923 break 2
12924 fi
12925 done
12926 done
12927 IFS=$as_save_IFS
12928
12929 fi
12930 fi
12931 YACC=$ac_cv_prog_YACC
12932 if test -n "$YACC"; then
12933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12934 $as_echo "$YACC" >&6; }
12935 else
12936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12937 $as_echo "no" >&6; }
12938 fi
12939
12940
12941 test -n "$YACC" && break
12942 done
12943 test -n "$YACC" || YACC="yacc"
12944
12945 for ac_prog in flex lex
12946 do
12947 # Extract the first word of "$ac_prog", so it can be a program name with args.
12948 set dummy $ac_prog; ac_word=$2
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12950 $as_echo_n "checking for $ac_word... " >&6; }
12951 if ${ac_cv_prog_LEX+:} false; then :
12952 $as_echo_n "(cached) " >&6
12953 else
12954 if test -n "$LEX"; then
12955 ac_cv_prog_LEX="$LEX" # Let the user override the test.
12956 else
12957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12958 for as_dir in $PATH
12959 do
12960 IFS=$as_save_IFS
12961 test -z "$as_dir" && as_dir=.
12962 for ac_exec_ext in '' $ac_executable_extensions; do
12963 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12964 ac_cv_prog_LEX="$ac_prog"
12965 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12966 break 2
12967 fi
12968 done
12969 done
12970 IFS=$as_save_IFS
12971
12972 fi
12973 fi
12974 LEX=$ac_cv_prog_LEX
12975 if test -n "$LEX"; then
12976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
12977 $as_echo "$LEX" >&6; }
12978 else
12979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12980 $as_echo "no" >&6; }
12981 fi
12982
12983
12984 test -n "$LEX" && break
12985 done
12986 test -n "$LEX" || LEX=":"
12987
12988 case "$LEX" in
12989 :|*"missing "*) ;;
12990 *) cat >conftest.l <<_ACEOF
12991 %%
12992 a { ECHO; }
12993 b { REJECT; }
12994 c { yymore (); }
12995 d { yyless (1); }
12996 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
12997 yyless ((input () != 0)); }
12998 f { unput (yytext[0]); }
12999 . { BEGIN INITIAL; }
13000 %%
13001 #ifdef YYTEXT_POINTER
13002 extern char *yytext;
13003 #endif
13004 int
13005 main (void)
13006 {
13007 return ! yylex () + ! yywrap ();
13008 }
13009 _ACEOF
13010 { { ac_try="$LEX conftest.l"
13011 case "(($ac_try" in
13012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13013 *) ac_try_echo=$ac_try;;
13014 esac
13015 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13016 $as_echo "$ac_try_echo"; } >&5
13017 (eval "$LEX conftest.l") 2>&5
13018 ac_status=$?
13019 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13020 test $ac_status = 0; }
13021 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13022 $as_echo_n "checking lex output file root... " >&6; }
13023 if ${ac_cv_prog_lex_root+:} false; then :
13024 $as_echo_n "(cached) " >&6
13025 else
13026
13027 if test -f lex.yy.c; then
13028 ac_cv_prog_lex_root=lex.yy
13029 elif test -f lexyy.c; then
13030 ac_cv_prog_lex_root=lexyy
13031 else
13032 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13033 fi
13034 fi
13035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13036 $as_echo "$ac_cv_prog_lex_root" >&6; }
13037 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13038
13039 if test -z "${LEXLIB+set}"; then
13040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13041 $as_echo_n "checking lex library... " >&6; }
13042 if ${ac_cv_lib_lex+:} false; then :
13043 $as_echo_n "(cached) " >&6
13044 else
13045
13046 ac_save_LIBS=$LIBS
13047 ac_cv_lib_lex='none needed'
13048 for ac_lib in '' -lfl -ll; do
13049 LIBS="$ac_lib $ac_save_LIBS"
13050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13051 /* end confdefs.h. */
13052 `cat $LEX_OUTPUT_ROOT.c`
13053 _ACEOF
13054 if ac_fn_c_try_link "$LINENO"; then :
13055 ac_cv_lib_lex=$ac_lib
13056 fi
13057 rm -f core conftest.err conftest.$ac_objext \
13058 conftest$ac_exeext conftest.$ac_ext
13059 test "$ac_cv_lib_lex" != 'none needed' && break
13060 done
13061 LIBS=$ac_save_LIBS
13062
13063 fi
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13065 $as_echo "$ac_cv_lib_lex" >&6; }
13066 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13067 fi
13068
13069
13070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13071 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13072 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13073 $as_echo_n "(cached) " >&6
13074 else
13075 # POSIX says lex can declare yytext either as a pointer or an array; the
13076 # default is implementation-dependent. Figure out which it is, since
13077 # not all implementations provide the %pointer and %array declarations.
13078 ac_cv_prog_lex_yytext_pointer=no
13079 ac_save_LIBS=$LIBS
13080 LIBS="$LEXLIB $ac_save_LIBS"
13081 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13082 /* end confdefs.h. */
13083
13084 #define YYTEXT_POINTER 1
13085 `cat $LEX_OUTPUT_ROOT.c`
13086 _ACEOF
13087 if ac_fn_c_try_link "$LINENO"; then :
13088 ac_cv_prog_lex_yytext_pointer=yes
13089 fi
13090 rm -f core conftest.err conftest.$ac_objext \
13091 conftest$ac_exeext conftest.$ac_ext
13092 LIBS=$ac_save_LIBS
13093
13094 fi
13095 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13096 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13097 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13098
13099 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13100
13101 fi
13102 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13103 ;;
13104 esac
13105 if test "$LEX" = :; then
13106 LEX=${am_missing_run}flex
13107 fi
13108
13109 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13110 # If we haven't got the data from the intl directory,
13111 # assume NLS is disabled.
13112 USE_NLS=no
13113 LIBINTL=
13114 LIBINTL_DEP=
13115 INCINTL=
13116 XGETTEXT=
13117 GMSGFMT=
13118 POSUB=
13119
13120 if test -f ../intl/config.intl; then
13121 . ../intl/config.intl
13122 fi
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13124 $as_echo_n "checking whether NLS is requested... " >&6; }
13125 if test x"$USE_NLS" != xyes; then
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13127 $as_echo "no" >&6; }
13128 else
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13130 $as_echo "yes" >&6; }
13131
13132 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13133
13134
13135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13136 $as_echo_n "checking for catalogs to be installed... " >&6; }
13137 # Look for .po and .gmo files in the source directory.
13138 CATALOGS=
13139 XLINGUAS=
13140 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13141 # If there aren't any .gmo files the shell will give us the
13142 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13143 # weeded out.
13144 case "$cat" in *\**)
13145 continue;;
13146 esac
13147 # The quadruple backslash is collapsed to a double backslash
13148 # by the backticks, then collapsed again by the double quotes,
13149 # leaving us with one backslash in the sed expression (right
13150 # before the dot that mustn't act as a wildcard).
13151 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13152 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13153 # The user is allowed to set LINGUAS to a list of languages to
13154 # install catalogs for. If it's empty that means "all of them."
13155 if test "x$LINGUAS" = x; then
13156 CATALOGS="$CATALOGS $cat"
13157 XLINGUAS="$XLINGUAS $lang"
13158 else
13159 case "$LINGUAS" in *$lang*)
13160 CATALOGS="$CATALOGS $cat"
13161 XLINGUAS="$XLINGUAS $lang"
13162 ;;
13163 esac
13164 fi
13165 done
13166 LINGUAS="$XLINGUAS"
13167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13168 $as_echo "$LINGUAS" >&6; }
13169
13170
13171 DATADIRNAME=share
13172
13173 INSTOBJEXT=.mo
13174
13175 GENCAT=gencat
13176
13177 CATOBJEXT=.gmo
13178
13179 fi
13180
13181 MKINSTALLDIRS=
13182 if test -n "$ac_aux_dir"; then
13183 case "$ac_aux_dir" in
13184 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13185 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13186 esac
13187 fi
13188 if test -z "$MKINSTALLDIRS"; then
13189 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13190 fi
13191
13192
13193
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13195 $as_echo_n "checking whether NLS is requested... " >&6; }
13196 # Check whether --enable-nls was given.
13197 if test "${enable_nls+set}" = set; then :
13198 enableval=$enable_nls; USE_NLS=$enableval
13199 else
13200 USE_NLS=yes
13201 fi
13202
13203 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13204 $as_echo "$USE_NLS" >&6; }
13205
13206
13207
13208
13209
13210
13211 # Prepare PATH_SEPARATOR.
13212 # The user is always right.
13213 if test "${PATH_SEPARATOR+set}" != set; then
13214 echo "#! /bin/sh" >conf$$.sh
13215 echo "exit 0" >>conf$$.sh
13216 chmod +x conf$$.sh
13217 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13218 PATH_SEPARATOR=';'
13219 else
13220 PATH_SEPARATOR=:
13221 fi
13222 rm -f conf$$.sh
13223 fi
13224
13225 # Find out how to test for executable files. Don't use a zero-byte file,
13226 # as systems may use methods other than mode bits to determine executability.
13227 cat >conf$$.file <<_ASEOF
13228 #! /bin/sh
13229 exit 0
13230 _ASEOF
13231 chmod +x conf$$.file
13232 if test -x conf$$.file >/dev/null 2>&1; then
13233 ac_executable_p="test -x"
13234 else
13235 ac_executable_p="test -f"
13236 fi
13237 rm -f conf$$.file
13238
13239 # Extract the first word of "msgfmt", so it can be a program name with args.
13240 set dummy msgfmt; ac_word=$2
13241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13242 $as_echo_n "checking for $ac_word... " >&6; }
13243 if ${ac_cv_path_MSGFMT+:} false; then :
13244 $as_echo_n "(cached) " >&6
13245 else
13246 case "$MSGFMT" in
13247 [\\/]* | ?:[\\/]*)
13248 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13249 ;;
13250 *)
13251 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13252 for ac_dir in $PATH; do
13253 IFS="$ac_save_IFS"
13254 test -z "$ac_dir" && ac_dir=.
13255 for ac_exec_ext in '' $ac_executable_extensions; do
13256 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13257 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13258 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13259 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13260 break 2
13261 fi
13262 fi
13263 done
13264 done
13265 IFS="$ac_save_IFS"
13266 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13267 ;;
13268 esac
13269 fi
13270 MSGFMT="$ac_cv_path_MSGFMT"
13271 if test "$MSGFMT" != ":"; then
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13273 $as_echo "$MSGFMT" >&6; }
13274 else
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13276 $as_echo "no" >&6; }
13277 fi
13278
13279 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13280 set dummy gmsgfmt; ac_word=$2
13281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13282 $as_echo_n "checking for $ac_word... " >&6; }
13283 if ${ac_cv_path_GMSGFMT+:} false; then :
13284 $as_echo_n "(cached) " >&6
13285 else
13286 case $GMSGFMT in
13287 [\\/]* | ?:[\\/]*)
13288 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13289 ;;
13290 *)
13291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13292 for as_dir in $PATH
13293 do
13294 IFS=$as_save_IFS
13295 test -z "$as_dir" && as_dir=.
13296 for ac_exec_ext in '' $ac_executable_extensions; do
13297 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13298 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13300 break 2
13301 fi
13302 done
13303 done
13304 IFS=$as_save_IFS
13305
13306 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13307 ;;
13308 esac
13309 fi
13310 GMSGFMT=$ac_cv_path_GMSGFMT
13311 if test -n "$GMSGFMT"; then
13312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13313 $as_echo "$GMSGFMT" >&6; }
13314 else
13315 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13316 $as_echo "no" >&6; }
13317 fi
13318
13319
13320
13321
13322 # Prepare PATH_SEPARATOR.
13323 # The user is always right.
13324 if test "${PATH_SEPARATOR+set}" != set; then
13325 echo "#! /bin/sh" >conf$$.sh
13326 echo "exit 0" >>conf$$.sh
13327 chmod +x conf$$.sh
13328 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13329 PATH_SEPARATOR=';'
13330 else
13331 PATH_SEPARATOR=:
13332 fi
13333 rm -f conf$$.sh
13334 fi
13335
13336 # Find out how to test for executable files. Don't use a zero-byte file,
13337 # as systems may use methods other than mode bits to determine executability.
13338 cat >conf$$.file <<_ASEOF
13339 #! /bin/sh
13340 exit 0
13341 _ASEOF
13342 chmod +x conf$$.file
13343 if test -x conf$$.file >/dev/null 2>&1; then
13344 ac_executable_p="test -x"
13345 else
13346 ac_executable_p="test -f"
13347 fi
13348 rm -f conf$$.file
13349
13350 # Extract the first word of "xgettext", so it can be a program name with args.
13351 set dummy xgettext; ac_word=$2
13352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13353 $as_echo_n "checking for $ac_word... " >&6; }
13354 if ${ac_cv_path_XGETTEXT+:} false; then :
13355 $as_echo_n "(cached) " >&6
13356 else
13357 case "$XGETTEXT" in
13358 [\\/]* | ?:[\\/]*)
13359 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13360 ;;
13361 *)
13362 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13363 for ac_dir in $PATH; do
13364 IFS="$ac_save_IFS"
13365 test -z "$ac_dir" && ac_dir=.
13366 for ac_exec_ext in '' $ac_executable_extensions; do
13367 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13368 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13369 (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
13370 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13371 break 2
13372 fi
13373 fi
13374 done
13375 done
13376 IFS="$ac_save_IFS"
13377 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13378 ;;
13379 esac
13380 fi
13381 XGETTEXT="$ac_cv_path_XGETTEXT"
13382 if test "$XGETTEXT" != ":"; then
13383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13384 $as_echo "$XGETTEXT" >&6; }
13385 else
13386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13387 $as_echo "no" >&6; }
13388 fi
13389
13390 rm -f messages.po
13391
13392
13393 # Prepare PATH_SEPARATOR.
13394 # The user is always right.
13395 if test "${PATH_SEPARATOR+set}" != set; then
13396 echo "#! /bin/sh" >conf$$.sh
13397 echo "exit 0" >>conf$$.sh
13398 chmod +x conf$$.sh
13399 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13400 PATH_SEPARATOR=';'
13401 else
13402 PATH_SEPARATOR=:
13403 fi
13404 rm -f conf$$.sh
13405 fi
13406
13407 # Find out how to test for executable files. Don't use a zero-byte file,
13408 # as systems may use methods other than mode bits to determine executability.
13409 cat >conf$$.file <<_ASEOF
13410 #! /bin/sh
13411 exit 0
13412 _ASEOF
13413 chmod +x conf$$.file
13414 if test -x conf$$.file >/dev/null 2>&1; then
13415 ac_executable_p="test -x"
13416 else
13417 ac_executable_p="test -f"
13418 fi
13419 rm -f conf$$.file
13420
13421 # Extract the first word of "msgmerge", so it can be a program name with args.
13422 set dummy msgmerge; ac_word=$2
13423 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13424 $as_echo_n "checking for $ac_word... " >&6; }
13425 if ${ac_cv_path_MSGMERGE+:} false; then :
13426 $as_echo_n "(cached) " >&6
13427 else
13428 case "$MSGMERGE" in
13429 [\\/]* | ?:[\\/]*)
13430 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13431 ;;
13432 *)
13433 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13434 for ac_dir in $PATH; do
13435 IFS="$ac_save_IFS"
13436 test -z "$ac_dir" && ac_dir=.
13437 for ac_exec_ext in '' $ac_executable_extensions; do
13438 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13439 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13440 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13441 break 2
13442 fi
13443 fi
13444 done
13445 done
13446 IFS="$ac_save_IFS"
13447 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13448 ;;
13449 esac
13450 fi
13451 MSGMERGE="$ac_cv_path_MSGMERGE"
13452 if test "$MSGMERGE" != ":"; then
13453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13454 $as_echo "$MSGMERGE" >&6; }
13455 else
13456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13457 $as_echo "no" >&6; }
13458 fi
13459
13460
13461 if test "$GMSGFMT" != ":"; then
13462 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13463 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13464 : ;
13465 else
13466 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13468 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13469 GMSGFMT=":"
13470 fi
13471 fi
13472
13473 if test "$XGETTEXT" != ":"; then
13474 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13475 (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
13476 : ;
13477 else
13478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13479 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13480 XGETTEXT=":"
13481 fi
13482 rm -f messages.po
13483 fi
13484
13485 ac_config_commands="$ac_config_commands default-1"
13486
13487
13488
13489
13490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13491 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13492 # Check whether --enable-maintainer-mode was given.
13493 if test "${enable_maintainer_mode+set}" = set; then :
13494 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13495 else
13496 USE_MAINTAINER_MODE=no
13497 fi
13498
13499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13500 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13501 if test $USE_MAINTAINER_MODE = yes; then
13502 MAINTAINER_MODE_TRUE=
13503 MAINTAINER_MODE_FALSE='#'
13504 else
13505 MAINTAINER_MODE_TRUE='#'
13506 MAINTAINER_MODE_FALSE=
13507 fi
13508
13509 MAINT=$MAINTAINER_MODE_TRUE
13510
13511
13512 if false; then
13513 GENINSRC_NEVER_TRUE=
13514 GENINSRC_NEVER_FALSE='#'
13515 else
13516 GENINSRC_NEVER_TRUE='#'
13517 GENINSRC_NEVER_FALSE=
13518 fi
13519
13520
13521
13522 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13523 do :
13524 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13525 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13526 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13527 cat >>confdefs.h <<_ACEOF
13528 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13529 _ACEOF
13530
13531 fi
13532
13533 done
13534
13535
13536 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13537 # people who are not cross-compiling but are compiling cross-assemblers.
13538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13539 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13540 if test "${host}" = "${target}"; then
13541 cross_gas=no
13542 else
13543 cross_gas=yes
13544
13545 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13546
13547 fi
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13549 $as_echo "$cross_gas" >&6; }
13550
13551 for ac_func in strsignal
13552 do :
13553 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13554 if test "x$ac_cv_func_strsignal" = xyes; then :
13555 cat >>confdefs.h <<_ACEOF
13556 #define HAVE_STRSIGNAL 1
13557 _ACEOF
13558
13559 fi
13560 done
13561
13562
13563
13564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13565 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13566 if ${am_cv_val_LC_MESSAGES+:} false; then :
13567 $as_echo_n "(cached) " >&6
13568 else
13569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13570 /* end confdefs.h. */
13571 #include <locale.h>
13572 int
13573 main ()
13574 {
13575 return LC_MESSAGES
13576 ;
13577 return 0;
13578 }
13579 _ACEOF
13580 if ac_fn_c_try_link "$LINENO"; then :
13581 am_cv_val_LC_MESSAGES=yes
13582 else
13583 am_cv_val_LC_MESSAGES=no
13584 fi
13585 rm -f core conftest.err conftest.$ac_objext \
13586 conftest$ac_exeext conftest.$ac_ext
13587 fi
13588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13589 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13590 if test $am_cv_val_LC_MESSAGES = yes; then
13591
13592 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13593
13594 fi
13595
13596
13597 # do we need the math library?
13598 case "${need_libm}" in
13599 yes)
13600 LIBM=
13601 case $host in
13602 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13603 # These system don't have libm, or don't need it
13604 ;;
13605 *-ncr-sysv4.3*)
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13607 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13608 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13609 $as_echo_n "(cached) " >&6
13610 else
13611 ac_check_lib_save_LIBS=$LIBS
13612 LIBS="-lmw $LIBS"
13613 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13614 /* end confdefs.h. */
13615
13616 /* Override any GCC internal prototype to avoid an error.
13617 Use char because int might match the return type of a GCC
13618 builtin and then its argument prototype would still apply. */
13619 #ifdef __cplusplus
13620 extern "C"
13621 #endif
13622 char _mwvalidcheckl ();
13623 int
13624 main ()
13625 {
13626 return _mwvalidcheckl ();
13627 ;
13628 return 0;
13629 }
13630 _ACEOF
13631 if ac_fn_c_try_link "$LINENO"; then :
13632 ac_cv_lib_mw__mwvalidcheckl=yes
13633 else
13634 ac_cv_lib_mw__mwvalidcheckl=no
13635 fi
13636 rm -f core conftest.err conftest.$ac_objext \
13637 conftest$ac_exeext conftest.$ac_ext
13638 LIBS=$ac_check_lib_save_LIBS
13639 fi
13640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13641 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13642 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13643 LIBM="-lmw"
13644 fi
13645
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13647 $as_echo_n "checking for cos in -lm... " >&6; }
13648 if ${ac_cv_lib_m_cos+:} false; then :
13649 $as_echo_n "(cached) " >&6
13650 else
13651 ac_check_lib_save_LIBS=$LIBS
13652 LIBS="-lm $LIBS"
13653 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13654 /* end confdefs.h. */
13655
13656 /* Override any GCC internal prototype to avoid an error.
13657 Use char because int might match the return type of a GCC
13658 builtin and then its argument prototype would still apply. */
13659 #ifdef __cplusplus
13660 extern "C"
13661 #endif
13662 char cos ();
13663 int
13664 main ()
13665 {
13666 return cos ();
13667 ;
13668 return 0;
13669 }
13670 _ACEOF
13671 if ac_fn_c_try_link "$LINENO"; then :
13672 ac_cv_lib_m_cos=yes
13673 else
13674 ac_cv_lib_m_cos=no
13675 fi
13676 rm -f core conftest.err conftest.$ac_objext \
13677 conftest$ac_exeext conftest.$ac_ext
13678 LIBS=$ac_check_lib_save_LIBS
13679 fi
13680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13681 $as_echo "$ac_cv_lib_m_cos" >&6; }
13682 if test "x$ac_cv_lib_m_cos" = xyes; then :
13683 LIBM="$LIBM -lm"
13684 fi
13685
13686 ;;
13687 *)
13688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13689 $as_echo_n "checking for cos in -lm... " >&6; }
13690 if ${ac_cv_lib_m_cos+:} false; then :
13691 $as_echo_n "(cached) " >&6
13692 else
13693 ac_check_lib_save_LIBS=$LIBS
13694 LIBS="-lm $LIBS"
13695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13696 /* end confdefs.h. */
13697
13698 /* Override any GCC internal prototype to avoid an error.
13699 Use char because int might match the return type of a GCC
13700 builtin and then its argument prototype would still apply. */
13701 #ifdef __cplusplus
13702 extern "C"
13703 #endif
13704 char cos ();
13705 int
13706 main ()
13707 {
13708 return cos ();
13709 ;
13710 return 0;
13711 }
13712 _ACEOF
13713 if ac_fn_c_try_link "$LINENO"; then :
13714 ac_cv_lib_m_cos=yes
13715 else
13716 ac_cv_lib_m_cos=no
13717 fi
13718 rm -f core conftest.err conftest.$ac_objext \
13719 conftest$ac_exeext conftest.$ac_ext
13720 LIBS=$ac_check_lib_save_LIBS
13721 fi
13722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13723 $as_echo "$ac_cv_lib_m_cos" >&6; }
13724 if test "x$ac_cv_lib_m_cos" = xyes; then :
13725 LIBM="-lm"
13726 fi
13727
13728 ;;
13729 esac
13730
13731
13732
13733 ;;
13734 esac
13735
13736 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13737 # enough, but on some of those systems, the assert macro relies on requoting
13738 # working properly!
13739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13740 $as_echo_n "checking for working assert macro... " >&6; }
13741 if ${gas_cv_assert_ok+:} false; then :
13742 $as_echo_n "(cached) " >&6
13743 else
13744 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h. */
13746 #include <assert.h>
13747 #include <stdio.h>
13748 int
13749 main ()
13750 {
13751
13752 /* check for requoting problems */
13753 static int a, b, c, d;
13754 static char *s;
13755 assert (!strcmp(s, "foo bar baz quux"));
13756 /* check for newline handling */
13757 assert (a == b
13758 || c == d);
13759
13760 ;
13761 return 0;
13762 }
13763 _ACEOF
13764 if ac_fn_c_try_link "$LINENO"; then :
13765 gas_cv_assert_ok=yes
13766 else
13767 gas_cv_assert_ok=no
13768 fi
13769 rm -f core conftest.err conftest.$ac_objext \
13770 conftest$ac_exeext conftest.$ac_ext
13771 fi
13772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13773 $as_echo "$gas_cv_assert_ok" >&6; }
13774 test $gas_cv_assert_ok = yes ||
13775 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13776
13777
13778
13779 # On some systems, the system header files may not declare malloc, realloc,
13780 # and free. There are places where gas needs these functions to have been
13781 # declared -- such as when taking their addresses.
13782 gas_test_headers="
13783 #ifdef HAVE_MEMORY_H
13784 #include <memory.h>
13785 #endif
13786 #include <string.h>
13787 #include <stdlib.h>
13788 #ifdef HAVE_UNISTD_H
13789 #include <unistd.h>
13790 #endif
13791 "
13792
13793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13794 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13795 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13796 $as_echo_n "(cached) " >&6
13797 else
13798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13799 /* end confdefs.h. */
13800 #include <unistd.h>
13801 int
13802 main ()
13803 {
13804 extern int getopt (int, char *const*, const char *);
13805 ;
13806 return 0;
13807 }
13808 _ACEOF
13809 if ac_fn_c_try_compile "$LINENO"; then :
13810 gas_cv_decl_getopt_unistd_h=yes
13811 else
13812 gas_cv_decl_getopt_unistd_h=no
13813 fi
13814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13815 fi
13816
13817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13818 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13819 if test $gas_cv_decl_getopt_unistd_h = yes; then
13820
13821 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13822
13823 fi
13824
13825
13826 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13827 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13828 if ${gas_cv_decl_needed_environ+:} false; then :
13829 $as_echo_n "(cached) " >&6
13830 else
13831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13832 /* end confdefs.h. */
13833 $gas_test_headers
13834 int
13835 main ()
13836 {
13837
13838 typedef char **f;
13839 f x;
13840 x = (f) environ;
13841
13842 ;
13843 return 0;
13844 }
13845 _ACEOF
13846 if ac_fn_c_try_link "$LINENO"; then :
13847 gas_cv_decl_needed_environ=no
13848 else
13849 gas_cv_decl_needed_environ=yes
13850 fi
13851 rm -f core conftest.err conftest.$ac_objext \
13852 conftest$ac_exeext conftest.$ac_ext
13853 fi
13854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13855 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13856 if test $gas_cv_decl_needed_environ = yes; then
13857
13858 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13859
13860 fi
13861
13862
13863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13864 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13865 if ${gas_cv_decl_needed_ffs+:} false; then :
13866 $as_echo_n "(cached) " >&6
13867 else
13868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13869 /* end confdefs.h. */
13870 $gas_test_headers
13871 int
13872 main ()
13873 {
13874
13875 typedef int (*f)(int);
13876 f x;
13877 x = (f) ffs;
13878
13879 ;
13880 return 0;
13881 }
13882 _ACEOF
13883 if ac_fn_c_try_link "$LINENO"; then :
13884 gas_cv_decl_needed_ffs=no
13885 else
13886 gas_cv_decl_needed_ffs=yes
13887 fi
13888 rm -f core conftest.err conftest.$ac_objext \
13889 conftest$ac_exeext conftest.$ac_ext
13890 fi
13891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13892 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13893 if test $gas_cv_decl_needed_ffs = yes; then
13894
13895 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13896
13897 fi
13898
13899
13900 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13901 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13902 ac_have_decl=1
13903 else
13904 ac_have_decl=0
13905 fi
13906
13907 cat >>confdefs.h <<_ACEOF
13908 #define HAVE_DECL_ASPRINTF $ac_have_decl
13909 _ACEOF
13910 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13911 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13912 ac_have_decl=1
13913 else
13914 ac_have_decl=0
13915 fi
13916
13917 cat >>confdefs.h <<_ACEOF
13918 #define HAVE_DECL_MEMPCPY $ac_have_decl
13919 _ACEOF
13920 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13921 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13922 ac_have_decl=1
13923 else
13924 ac_have_decl=0
13925 fi
13926
13927 cat >>confdefs.h <<_ACEOF
13928 #define HAVE_DECL_STPCPY $ac_have_decl
13929 _ACEOF
13930
13931
13932
13933 case "${host}" in
13934 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13935
13936 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13937 ;;
13938 esac
13939
13940 # Link in zlib if we can. This allows us to write compressed debug sections.
13941
13942 # Use the system's zlib library.
13943 zlibdir="-L\$(top_builddir)/../zlib"
13944 zlibinc="-I\$(top_srcdir)/../zlib"
13945
13946 # Check whether --with-system-zlib was given.
13947 if test "${with_system_zlib+set}" = set; then :
13948 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
13949 zlibdir=
13950 zlibinc=
13951 fi
13952
13953 fi
13954
13955
13956
13957
13958
13959 # Support for VMS timestamps via cross compile
13960
13961 if test "$ac_cv_header_time_h" = yes; then
13962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
13963 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
13964 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
13965 $as_echo_n "(cached) " >&6
13966 else
13967 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13968 /* end confdefs.h. */
13969
13970 #define _BSD_SOURCE 1
13971 #include <time.h>
13972 int
13973 main ()
13974 {
13975 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
13976 ;
13977 return 0;
13978 }
13979 _ACEOF
13980 if ac_fn_c_try_compile "$LINENO"; then :
13981 gas_cv_have_time_type_member_tm_gmtoff=yes
13982 else
13983 gas_cv_have_time_type_member_tm_gmtoff=no
13984
13985 fi
13986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13987 fi
13988
13989 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
13990
13991 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
13992
13993 fi
13994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
13995 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
13996
13997 fi
13998
13999 if test "$ac_cv_header_sys_stat_h" = yes; then
14000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14001 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14002 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14003 $as_echo_n "(cached) " >&6
14004 else
14005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14006 /* end confdefs.h. */
14007
14008 #define _BSD_SOURCE 1
14009 #include <sys/stat.h>
14010 int
14011 main ()
14012 {
14013 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14014 ;
14015 return 0;
14016 }
14017 _ACEOF
14018 if ac_fn_c_try_compile "$LINENO"; then :
14019 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14020 else
14021 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14022
14023 fi
14024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14025 fi
14026
14027 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14028
14029 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14030
14031 fi
14032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14033 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14034
14035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14036 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14037 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14038 $as_echo_n "(cached) " >&6
14039 else
14040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14041 /* end confdefs.h. */
14042
14043 #define _BSD_SOURCE 1
14044 #include <sys/stat.h>
14045 int
14046 main ()
14047 {
14048 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14049 ;
14050 return 0;
14051 }
14052 _ACEOF
14053 if ac_fn_c_try_compile "$LINENO"; then :
14054 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14055 else
14056 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14057
14058 fi
14059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14060 fi
14061
14062 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14063
14064 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14065
14066 fi
14067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14068 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14069
14070 fi
14071
14072
14073
14074
14075
14076
14077
14078
14079
14080 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14081
14082 ac_config_commands="$ac_config_commands default"
14083
14084
14085 cat >confcache <<\_ACEOF
14086 # This file is a shell script that caches the results of configure
14087 # tests run on this system so they can be shared between configure
14088 # scripts and configure runs, see configure's option --config-cache.
14089 # It is not useful on other systems. If it contains results you don't
14090 # want to keep, you may remove or edit it.
14091 #
14092 # config.status only pays attention to the cache file if you give it
14093 # the --recheck option to rerun configure.
14094 #
14095 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14096 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14097 # following values.
14098
14099 _ACEOF
14100
14101 # The following way of writing the cache mishandles newlines in values,
14102 # but we know of no workaround that is simple, portable, and efficient.
14103 # So, we kill variables containing newlines.
14104 # Ultrix sh set writes to stderr and can't be redirected directly,
14105 # and sets the high bit in the cache file unless we assign to the vars.
14106 (
14107 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14108 eval ac_val=\$$ac_var
14109 case $ac_val in #(
14110 *${as_nl}*)
14111 case $ac_var in #(
14112 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14113 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14114 esac
14115 case $ac_var in #(
14116 _ | IFS | as_nl) ;; #(
14117 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14118 *) { eval $ac_var=; unset $ac_var;} ;;
14119 esac ;;
14120 esac
14121 done
14122
14123 (set) 2>&1 |
14124 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14125 *${as_nl}ac_space=\ *)
14126 # `set' does not quote correctly, so add quotes: double-quote
14127 # substitution turns \\\\ into \\, and sed turns \\ into \.
14128 sed -n \
14129 "s/'/'\\\\''/g;
14130 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14131 ;; #(
14132 *)
14133 # `set' quotes correctly as required by POSIX, so do not add quotes.
14134 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14135 ;;
14136 esac |
14137 sort
14138 ) |
14139 sed '
14140 /^ac_cv_env_/b end
14141 t clear
14142 :clear
14143 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14144 t end
14145 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14146 :end' >>confcache
14147 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14148 if test -w "$cache_file"; then
14149 if test "x$cache_file" != "x/dev/null"; then
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14151 $as_echo "$as_me: updating cache $cache_file" >&6;}
14152 if test ! -f "$cache_file" || test -h "$cache_file"; then
14153 cat confcache >"$cache_file"
14154 else
14155 case $cache_file in #(
14156 */* | ?:*)
14157 mv -f confcache "$cache_file"$$ &&
14158 mv -f "$cache_file"$$ "$cache_file" ;; #(
14159 *)
14160 mv -f confcache "$cache_file" ;;
14161 esac
14162 fi
14163 fi
14164 else
14165 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14166 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14167 fi
14168 fi
14169 rm -f confcache
14170
14171 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14172 # Let make expand exec_prefix.
14173 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14174
14175 DEFS=-DHAVE_CONFIG_H
14176
14177 ac_libobjs=
14178 ac_ltlibobjs=
14179 U=
14180 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14181 # 1. Remove the extension, and $U if already installed.
14182 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14183 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14184 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14185 # will be set to the directory where LIBOBJS objects are built.
14186 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14187 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14188 done
14189 LIBOBJS=$ac_libobjs
14190
14191 LTLIBOBJS=$ac_ltlibobjs
14192
14193
14194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14195 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14196 if test -n "$am_sleep_pid"; then
14197 # Hide warnings about reused PIDs.
14198 wait $am_sleep_pid 2>/dev/null
14199 fi
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14201 $as_echo "done" >&6; }
14202 if test -n "$EXEEXT"; then
14203 am__EXEEXT_TRUE=
14204 am__EXEEXT_FALSE='#'
14205 else
14206 am__EXEEXT_TRUE='#'
14207 am__EXEEXT_FALSE=
14208 fi
14209
14210 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14211 as_fn_error $? "conditional \"AMDEP\" was never defined.
14212 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14213 fi
14214 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14215 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14216 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14217 fi
14218
14219 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14220 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14221 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14222 fi
14223 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14224 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14225 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14226 fi
14227
14228 : "${CONFIG_STATUS=./config.status}"
14229 ac_write_fail=0
14230 ac_clean_files_save=$ac_clean_files
14231 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14232 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14233 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14234 as_write_fail=0
14235 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14236 #! $SHELL
14237 # Generated by $as_me.
14238 # Run this file to recreate the current configuration.
14239 # Compiler output produced by configure, useful for debugging
14240 # configure, is in config.log if it exists.
14241
14242 debug=false
14243 ac_cs_recheck=false
14244 ac_cs_silent=false
14245
14246 SHELL=\${CONFIG_SHELL-$SHELL}
14247 export SHELL
14248 _ASEOF
14249 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14250 ## -------------------- ##
14251 ## M4sh Initialization. ##
14252 ## -------------------- ##
14253
14254 # Be more Bourne compatible
14255 DUALCASE=1; export DUALCASE # for MKS sh
14256 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14257 emulate sh
14258 NULLCMD=:
14259 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14260 # is contrary to our usage. Disable this feature.
14261 alias -g '${1+"$@"}'='"$@"'
14262 setopt NO_GLOB_SUBST
14263 else
14264 case `(set -o) 2>/dev/null` in #(
14265 *posix*) :
14266 set -o posix ;; #(
14267 *) :
14268 ;;
14269 esac
14270 fi
14271
14272
14273 as_nl='
14274 '
14275 export as_nl
14276 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14277 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14278 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14279 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14280 # Prefer a ksh shell builtin over an external printf program on Solaris,
14281 # but without wasting forks for bash or zsh.
14282 if test -z "$BASH_VERSION$ZSH_VERSION" \
14283 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14284 as_echo='print -r --'
14285 as_echo_n='print -rn --'
14286 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14287 as_echo='printf %s\n'
14288 as_echo_n='printf %s'
14289 else
14290 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14291 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14292 as_echo_n='/usr/ucb/echo -n'
14293 else
14294 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14295 as_echo_n_body='eval
14296 arg=$1;
14297 case $arg in #(
14298 *"$as_nl"*)
14299 expr "X$arg" : "X\\(.*\\)$as_nl";
14300 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14301 esac;
14302 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14303 '
14304 export as_echo_n_body
14305 as_echo_n='sh -c $as_echo_n_body as_echo'
14306 fi
14307 export as_echo_body
14308 as_echo='sh -c $as_echo_body as_echo'
14309 fi
14310
14311 # The user is always right.
14312 if test "${PATH_SEPARATOR+set}" != set; then
14313 PATH_SEPARATOR=:
14314 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14315 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14316 PATH_SEPARATOR=';'
14317 }
14318 fi
14319
14320
14321 # IFS
14322 # We need space, tab and new line, in precisely that order. Quoting is
14323 # there to prevent editors from complaining about space-tab.
14324 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14325 # splitting by setting IFS to empty value.)
14326 IFS=" "" $as_nl"
14327
14328 # Find who we are. Look in the path if we contain no directory separator.
14329 as_myself=
14330 case $0 in #((
14331 *[\\/]* ) as_myself=$0 ;;
14332 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14333 for as_dir in $PATH
14334 do
14335 IFS=$as_save_IFS
14336 test -z "$as_dir" && as_dir=.
14337 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14338 done
14339 IFS=$as_save_IFS
14340
14341 ;;
14342 esac
14343 # We did not find ourselves, most probably we were run as `sh COMMAND'
14344 # in which case we are not to be found in the path.
14345 if test "x$as_myself" = x; then
14346 as_myself=$0
14347 fi
14348 if test ! -f "$as_myself"; then
14349 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14350 exit 1
14351 fi
14352
14353 # Unset variables that we do not need and which cause bugs (e.g. in
14354 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14355 # suppresses any "Segmentation fault" message there. '((' could
14356 # trigger a bug in pdksh 5.2.14.
14357 for as_var in BASH_ENV ENV MAIL MAILPATH
14358 do eval test x\${$as_var+set} = xset \
14359 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14360 done
14361 PS1='$ '
14362 PS2='> '
14363 PS4='+ '
14364
14365 # NLS nuisances.
14366 LC_ALL=C
14367 export LC_ALL
14368 LANGUAGE=C
14369 export LANGUAGE
14370
14371 # CDPATH.
14372 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14373
14374
14375 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14376 # ----------------------------------------
14377 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14378 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14379 # script with STATUS, using 1 if that was 0.
14380 as_fn_error ()
14381 {
14382 as_status=$1; test $as_status -eq 0 && as_status=1
14383 if test "$4"; then
14384 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14385 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14386 fi
14387 $as_echo "$as_me: error: $2" >&2
14388 as_fn_exit $as_status
14389 } # as_fn_error
14390
14391
14392 # as_fn_set_status STATUS
14393 # -----------------------
14394 # Set $? to STATUS, without forking.
14395 as_fn_set_status ()
14396 {
14397 return $1
14398 } # as_fn_set_status
14399
14400 # as_fn_exit STATUS
14401 # -----------------
14402 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14403 as_fn_exit ()
14404 {
14405 set +e
14406 as_fn_set_status $1
14407 exit $1
14408 } # as_fn_exit
14409
14410 # as_fn_unset VAR
14411 # ---------------
14412 # Portably unset VAR.
14413 as_fn_unset ()
14414 {
14415 { eval $1=; unset $1;}
14416 }
14417 as_unset=as_fn_unset
14418 # as_fn_append VAR VALUE
14419 # ----------------------
14420 # Append the text in VALUE to the end of the definition contained in VAR. Take
14421 # advantage of any shell optimizations that allow amortized linear growth over
14422 # repeated appends, instead of the typical quadratic growth present in naive
14423 # implementations.
14424 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14425 eval 'as_fn_append ()
14426 {
14427 eval $1+=\$2
14428 }'
14429 else
14430 as_fn_append ()
14431 {
14432 eval $1=\$$1\$2
14433 }
14434 fi # as_fn_append
14435
14436 # as_fn_arith ARG...
14437 # ------------------
14438 # Perform arithmetic evaluation on the ARGs, and store the result in the
14439 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14440 # must be portable across $(()) and expr.
14441 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14442 eval 'as_fn_arith ()
14443 {
14444 as_val=$(( $* ))
14445 }'
14446 else
14447 as_fn_arith ()
14448 {
14449 as_val=`expr "$@" || test $? -eq 1`
14450 }
14451 fi # as_fn_arith
14452
14453
14454 if expr a : '\(a\)' >/dev/null 2>&1 &&
14455 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14456 as_expr=expr
14457 else
14458 as_expr=false
14459 fi
14460
14461 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14462 as_basename=basename
14463 else
14464 as_basename=false
14465 fi
14466
14467 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14468 as_dirname=dirname
14469 else
14470 as_dirname=false
14471 fi
14472
14473 as_me=`$as_basename -- "$0" ||
14474 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14475 X"$0" : 'X\(//\)$' \| \
14476 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14477 $as_echo X/"$0" |
14478 sed '/^.*\/\([^/][^/]*\)\/*$/{
14479 s//\1/
14480 q
14481 }
14482 /^X\/\(\/\/\)$/{
14483 s//\1/
14484 q
14485 }
14486 /^X\/\(\/\).*/{
14487 s//\1/
14488 q
14489 }
14490 s/.*/./; q'`
14491
14492 # Avoid depending upon Character Ranges.
14493 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14494 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14495 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14496 as_cr_digits='0123456789'
14497 as_cr_alnum=$as_cr_Letters$as_cr_digits
14498
14499 ECHO_C= ECHO_N= ECHO_T=
14500 case `echo -n x` in #(((((
14501 -n*)
14502 case `echo 'xy\c'` in
14503 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14504 xy) ECHO_C='\c';;
14505 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14506 ECHO_T=' ';;
14507 esac;;
14508 *)
14509 ECHO_N='-n';;
14510 esac
14511
14512 rm -f conf$$ conf$$.exe conf$$.file
14513 if test -d conf$$.dir; then
14514 rm -f conf$$.dir/conf$$.file
14515 else
14516 rm -f conf$$.dir
14517 mkdir conf$$.dir 2>/dev/null
14518 fi
14519 if (echo >conf$$.file) 2>/dev/null; then
14520 if ln -s conf$$.file conf$$ 2>/dev/null; then
14521 as_ln_s='ln -s'
14522 # ... but there are two gotchas:
14523 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14524 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14525 # In both cases, we have to default to `cp -pR'.
14526 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14527 as_ln_s='cp -pR'
14528 elif ln conf$$.file conf$$ 2>/dev/null; then
14529 as_ln_s=ln
14530 else
14531 as_ln_s='cp -pR'
14532 fi
14533 else
14534 as_ln_s='cp -pR'
14535 fi
14536 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14537 rmdir conf$$.dir 2>/dev/null
14538
14539
14540 # as_fn_mkdir_p
14541 # -------------
14542 # Create "$as_dir" as a directory, including parents if necessary.
14543 as_fn_mkdir_p ()
14544 {
14545
14546 case $as_dir in #(
14547 -*) as_dir=./$as_dir;;
14548 esac
14549 test -d "$as_dir" || eval $as_mkdir_p || {
14550 as_dirs=
14551 while :; do
14552 case $as_dir in #(
14553 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14554 *) as_qdir=$as_dir;;
14555 esac
14556 as_dirs="'$as_qdir' $as_dirs"
14557 as_dir=`$as_dirname -- "$as_dir" ||
14558 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14559 X"$as_dir" : 'X\(//\)[^/]' \| \
14560 X"$as_dir" : 'X\(//\)$' \| \
14561 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14562 $as_echo X"$as_dir" |
14563 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14564 s//\1/
14565 q
14566 }
14567 /^X\(\/\/\)[^/].*/{
14568 s//\1/
14569 q
14570 }
14571 /^X\(\/\/\)$/{
14572 s//\1/
14573 q
14574 }
14575 /^X\(\/\).*/{
14576 s//\1/
14577 q
14578 }
14579 s/.*/./; q'`
14580 test -d "$as_dir" && break
14581 done
14582 test -z "$as_dirs" || eval "mkdir $as_dirs"
14583 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14584
14585
14586 } # as_fn_mkdir_p
14587 if mkdir -p . 2>/dev/null; then
14588 as_mkdir_p='mkdir -p "$as_dir"'
14589 else
14590 test -d ./-p && rmdir ./-p
14591 as_mkdir_p=false
14592 fi
14593
14594
14595 # as_fn_executable_p FILE
14596 # -----------------------
14597 # Test if FILE is an executable regular file.
14598 as_fn_executable_p ()
14599 {
14600 test -f "$1" && test -x "$1"
14601 } # as_fn_executable_p
14602 as_test_x='test -x'
14603 as_executable_p=as_fn_executable_p
14604
14605 # Sed expression to map a string onto a valid CPP name.
14606 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14607
14608 # Sed expression to map a string onto a valid variable name.
14609 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14610
14611
14612 exec 6>&1
14613 ## ----------------------------------- ##
14614 ## Main body of $CONFIG_STATUS script. ##
14615 ## ----------------------------------- ##
14616 _ASEOF
14617 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14618
14619 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14620 # Save the log message, to keep $0 and so on meaningful, and to
14621 # report actual input values of CONFIG_FILES etc. instead of their
14622 # values after options handling.
14623 ac_log="
14624 This file was extended by gas $as_me 2.38.50, which was
14625 generated by GNU Autoconf 2.69. Invocation command line was
14626
14627 CONFIG_FILES = $CONFIG_FILES
14628 CONFIG_HEADERS = $CONFIG_HEADERS
14629 CONFIG_LINKS = $CONFIG_LINKS
14630 CONFIG_COMMANDS = $CONFIG_COMMANDS
14631 $ $0 $@
14632
14633 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14634 "
14635
14636 _ACEOF
14637
14638 case $ac_config_files in *"
14639 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14640 esac
14641
14642 case $ac_config_headers in *"
14643 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14644 esac
14645
14646
14647 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14648 # Files that config.status was made for.
14649 config_files="$ac_config_files"
14650 config_headers="$ac_config_headers"
14651 config_commands="$ac_config_commands"
14652
14653 _ACEOF
14654
14655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14656 ac_cs_usage="\
14657 \`$as_me' instantiates files and other configuration actions
14658 from templates according to the current configuration. Unless the files
14659 and actions are specified as TAGs, all are instantiated by default.
14660
14661 Usage: $0 [OPTION]... [TAG]...
14662
14663 -h, --help print this help, then exit
14664 -V, --version print version number and configuration settings, then exit
14665 --config print configuration, then exit
14666 -q, --quiet, --silent
14667 do not print progress messages
14668 -d, --debug don't remove temporary files
14669 --recheck update $as_me by reconfiguring in the same conditions
14670 --file=FILE[:TEMPLATE]
14671 instantiate the configuration file FILE
14672 --header=FILE[:TEMPLATE]
14673 instantiate the configuration header FILE
14674
14675 Configuration files:
14676 $config_files
14677
14678 Configuration headers:
14679 $config_headers
14680
14681 Configuration commands:
14682 $config_commands
14683
14684 Report bugs to the package provider."
14685
14686 _ACEOF
14687 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14688 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14689 ac_cs_version="\\
14690 gas config.status 2.38.50
14691 configured by $0, generated by GNU Autoconf 2.69,
14692 with options \\"\$ac_cs_config\\"
14693
14694 Copyright (C) 2012 Free Software Foundation, Inc.
14695 This config.status script is free software; the Free Software Foundation
14696 gives unlimited permission to copy, distribute and modify it."
14697
14698 ac_pwd='$ac_pwd'
14699 srcdir='$srcdir'
14700 INSTALL='$INSTALL'
14701 MKDIR_P='$MKDIR_P'
14702 AWK='$AWK'
14703 test -n "\$AWK" || AWK=awk
14704 _ACEOF
14705
14706 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14707 # The default lists apply if the user does not specify any file.
14708 ac_need_defaults=:
14709 while test $# != 0
14710 do
14711 case $1 in
14712 --*=?*)
14713 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14714 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14715 ac_shift=:
14716 ;;
14717 --*=)
14718 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14719 ac_optarg=
14720 ac_shift=:
14721 ;;
14722 *)
14723 ac_option=$1
14724 ac_optarg=$2
14725 ac_shift=shift
14726 ;;
14727 esac
14728
14729 case $ac_option in
14730 # Handling of the options.
14731 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14732 ac_cs_recheck=: ;;
14733 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14734 $as_echo "$ac_cs_version"; exit ;;
14735 --config | --confi | --conf | --con | --co | --c )
14736 $as_echo "$ac_cs_config"; exit ;;
14737 --debug | --debu | --deb | --de | --d | -d )
14738 debug=: ;;
14739 --file | --fil | --fi | --f )
14740 $ac_shift
14741 case $ac_optarg in
14742 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14743 '') as_fn_error $? "missing file argument" ;;
14744 esac
14745 as_fn_append CONFIG_FILES " '$ac_optarg'"
14746 ac_need_defaults=false;;
14747 --header | --heade | --head | --hea )
14748 $ac_shift
14749 case $ac_optarg in
14750 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14751 esac
14752 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14753 ac_need_defaults=false;;
14754 --he | --h)
14755 # Conflict between --help and --header
14756 as_fn_error $? "ambiguous option: \`$1'
14757 Try \`$0 --help' for more information.";;
14758 --help | --hel | -h )
14759 $as_echo "$ac_cs_usage"; exit ;;
14760 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14761 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14762 ac_cs_silent=: ;;
14763
14764 # This is an error.
14765 -*) as_fn_error $? "unrecognized option: \`$1'
14766 Try \`$0 --help' for more information." ;;
14767
14768 *) as_fn_append ac_config_targets " $1"
14769 ac_need_defaults=false ;;
14770
14771 esac
14772 shift
14773 done
14774
14775 ac_configure_extra_args=
14776
14777 if $ac_cs_silent; then
14778 exec 6>/dev/null
14779 ac_configure_extra_args="$ac_configure_extra_args --silent"
14780 fi
14781
14782 _ACEOF
14783 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14784 if \$ac_cs_recheck; then
14785 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14786 shift
14787 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14788 CONFIG_SHELL='$SHELL'
14789 export CONFIG_SHELL
14790 exec "\$@"
14791 fi
14792
14793 _ACEOF
14794 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14795 exec 5>>config.log
14796 {
14797 echo
14798 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14799 ## Running $as_me. ##
14800 _ASBOX
14801 $as_echo "$ac_log"
14802 } >&5
14803
14804 _ACEOF
14805 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14806 #
14807 # INIT-COMMANDS
14808 #
14809 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
14810
14811
14812 # The HP-UX ksh and POSIX shell print the target directory to stdout
14813 # if CDPATH is set.
14814 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14815
14816 sed_quote_subst='$sed_quote_subst'
14817 double_quote_subst='$double_quote_subst'
14818 delay_variable_subst='$delay_variable_subst'
14819 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14820 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14821 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14822 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14823 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14824 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14825 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14826 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14827 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14828 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14829 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14830 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14831 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14832 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14833 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14834 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14835 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14836 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14837 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14838 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14839 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14840 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14841 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14842 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14843 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14844 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14845 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14846 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14847 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14848 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14849 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14850 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14851 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14852 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14853 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14854 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14855 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14856 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14857 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14858 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14859 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14860 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14861 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14862 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14863 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14864 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14865 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14866 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14867 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"`'
14868 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14869 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14870 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14871 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14872 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14873 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14874 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14875 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14876 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14877 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14878 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14879 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14880 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14881 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14882 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14883 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14884 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14885 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14886 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14887 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14888 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14889 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14890 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14891 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14892 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14893 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14894 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14895 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14896 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14897 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14898 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14899 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14900 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14901 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14902 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14903 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14904 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14905 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14906 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14907 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14908 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14909 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14910 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14911 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14912 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14913 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14914 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14915 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14916 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14917 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14918 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14919 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14920 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14921 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14922 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14923 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14924 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14925 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14926 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14927 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14928 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14929 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14930 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14931 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14932 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14933 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14934 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14935 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14936 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14937 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14938 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14939
14940 LTCC='$LTCC'
14941 LTCFLAGS='$LTCFLAGS'
14942 compiler='$compiler_DEFAULT'
14943
14944 # A function that is used when there is no print builtin or printf.
14945 func_fallback_echo ()
14946 {
14947 eval 'cat <<_LTECHO_EOF
14948 \$1
14949 _LTECHO_EOF'
14950 }
14951
14952 # Quote evaled strings.
14953 for var in SHELL \
14954 ECHO \
14955 SED \
14956 GREP \
14957 EGREP \
14958 FGREP \
14959 LD \
14960 NM \
14961 LN_S \
14962 lt_SP2NL \
14963 lt_NL2SP \
14964 reload_flag \
14965 OBJDUMP \
14966 deplibs_check_method \
14967 file_magic_cmd \
14968 AR \
14969 AR_FLAGS \
14970 STRIP \
14971 RANLIB \
14972 CC \
14973 CFLAGS \
14974 compiler \
14975 lt_cv_sys_global_symbol_pipe \
14976 lt_cv_sys_global_symbol_to_cdecl \
14977 lt_cv_sys_global_symbol_to_c_name_address \
14978 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14979 lt_prog_compiler_no_builtin_flag \
14980 lt_prog_compiler_wl \
14981 lt_prog_compiler_pic \
14982 lt_prog_compiler_static \
14983 lt_cv_prog_compiler_c_o \
14984 need_locks \
14985 DSYMUTIL \
14986 NMEDIT \
14987 LIPO \
14988 OTOOL \
14989 OTOOL64 \
14990 shrext_cmds \
14991 export_dynamic_flag_spec \
14992 whole_archive_flag_spec \
14993 compiler_needs_object \
14994 with_gnu_ld \
14995 allow_undefined_flag \
14996 no_undefined_flag \
14997 hardcode_libdir_flag_spec \
14998 hardcode_libdir_flag_spec_ld \
14999 hardcode_libdir_separator \
15000 fix_srcfile_path \
15001 exclude_expsyms \
15002 include_expsyms \
15003 file_list_spec \
15004 variables_saved_for_relink \
15005 libname_spec \
15006 library_names_spec \
15007 soname_spec \
15008 install_override_mode \
15009 finish_eval \
15010 old_striplib \
15011 striplib; do
15012 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15013 *[\\\\\\\`\\"\\\$]*)
15014 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15015 ;;
15016 *)
15017 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15018 ;;
15019 esac
15020 done
15021
15022 # Double-quote double-evaled strings.
15023 for var in reload_cmds \
15024 old_postinstall_cmds \
15025 old_postuninstall_cmds \
15026 old_archive_cmds \
15027 extract_expsyms_cmds \
15028 old_archive_from_new_cmds \
15029 old_archive_from_expsyms_cmds \
15030 archive_cmds \
15031 archive_expsym_cmds \
15032 module_cmds \
15033 module_expsym_cmds \
15034 export_symbols_cmds \
15035 prelink_cmds \
15036 postinstall_cmds \
15037 postuninstall_cmds \
15038 finish_cmds \
15039 sys_lib_search_path_spec \
15040 sys_lib_dlsearch_path_spec; do
15041 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15042 *[\\\\\\\`\\"\\\$]*)
15043 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15044 ;;
15045 *)
15046 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15047 ;;
15048 esac
15049 done
15050
15051 ac_aux_dir='$ac_aux_dir'
15052 xsi_shell='$xsi_shell'
15053 lt_shell_append='$lt_shell_append'
15054
15055 # See if we are running on zsh, and set the options which allow our
15056 # commands through without removal of \ escapes INIT.
15057 if test -n "\${ZSH_VERSION+set}" ; then
15058 setopt NO_GLOB_SUBST
15059 fi
15060
15061
15062 PACKAGE='$PACKAGE'
15063 VERSION='$VERSION'
15064 TIMESTAMP='$TIMESTAMP'
15065 RM='$RM'
15066 ofile='$ofile'
15067
15068
15069
15070 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15071 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15072 # from automake.
15073 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15074 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15075 LINGUAS="${LINGUAS-%UNSET%}"
15076
15077 target_cpu_type=${target_cpu_type}
15078 cgen_cpu_prefix=${cgen_cpu_prefix}
15079 obj_format=${obj_format}
15080 te_file=${te_file}
15081
15082 _ACEOF
15083
15084 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15085
15086 # Handling of arguments.
15087 for ac_config_target in $ac_config_targets
15088 do
15089 case $ac_config_target in
15090 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15091 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15092 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15093 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15094 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15095 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15096 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15097 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15098 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15099
15100 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15101 esac
15102 done
15103
15104
15105 # If the user did not use the arguments to specify the items to instantiate,
15106 # then the envvar interface is used. Set only those that are not.
15107 # We use the long form for the default assignment because of an extremely
15108 # bizarre bug on SunOS 4.1.3.
15109 if $ac_need_defaults; then
15110 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15111 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15112 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15113 fi
15114
15115 # Have a temporary directory for convenience. Make it in the build tree
15116 # simply because there is no reason against having it here, and in addition,
15117 # creating and moving files from /tmp can sometimes cause problems.
15118 # Hook for its removal unless debugging.
15119 # Note that there is a small window in which the directory will not be cleaned:
15120 # after its creation but before its name has been assigned to `$tmp'.
15121 $debug ||
15122 {
15123 tmp= ac_tmp=
15124 trap 'exit_status=$?
15125 : "${ac_tmp:=$tmp}"
15126 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15127 ' 0
15128 trap 'as_fn_exit 1' 1 2 13 15
15129 }
15130 # Create a (secure) tmp directory for tmp files.
15131
15132 {
15133 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15134 test -d "$tmp"
15135 } ||
15136 {
15137 tmp=./conf$$-$RANDOM
15138 (umask 077 && mkdir "$tmp")
15139 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15140 ac_tmp=$tmp
15141
15142 # Set up the scripts for CONFIG_FILES section.
15143 # No need to generate them if there are no CONFIG_FILES.
15144 # This happens for instance with `./config.status config.h'.
15145 if test -n "$CONFIG_FILES"; then
15146
15147
15148 ac_cr=`echo X | tr X '\015'`
15149 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15150 # But we know of no other shell where ac_cr would be empty at this
15151 # point, so we can use a bashism as a fallback.
15152 if test "x$ac_cr" = x; then
15153 eval ac_cr=\$\'\\r\'
15154 fi
15155 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15156 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15157 ac_cs_awk_cr='\\r'
15158 else
15159 ac_cs_awk_cr=$ac_cr
15160 fi
15161
15162 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15163 _ACEOF
15164
15165
15166 {
15167 echo "cat >conf$$subs.awk <<_ACEOF" &&
15168 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15169 echo "_ACEOF"
15170 } >conf$$subs.sh ||
15171 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15172 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15173 ac_delim='%!_!# '
15174 for ac_last_try in false false false false false :; do
15175 . ./conf$$subs.sh ||
15176 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15177
15178 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15179 if test $ac_delim_n = $ac_delim_num; then
15180 break
15181 elif $ac_last_try; then
15182 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15183 else
15184 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15185 fi
15186 done
15187 rm -f conf$$subs.sh
15188
15189 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15190 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15191 _ACEOF
15192 sed -n '
15193 h
15194 s/^/S["/; s/!.*/"]=/
15195 p
15196 g
15197 s/^[^!]*!//
15198 :repl
15199 t repl
15200 s/'"$ac_delim"'$//
15201 t delim
15202 :nl
15203 h
15204 s/\(.\{148\}\)..*/\1/
15205 t more1
15206 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15207 p
15208 n
15209 b repl
15210 :more1
15211 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15212 p
15213 g
15214 s/.\{148\}//
15215 t nl
15216 :delim
15217 h
15218 s/\(.\{148\}\)..*/\1/
15219 t more2
15220 s/["\\]/\\&/g; s/^/"/; s/$/"/
15221 p
15222 b
15223 :more2
15224 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15225 p
15226 g
15227 s/.\{148\}//
15228 t delim
15229 ' <conf$$subs.awk | sed '
15230 /^[^""]/{
15231 N
15232 s/\n//
15233 }
15234 ' >>$CONFIG_STATUS || ac_write_fail=1
15235 rm -f conf$$subs.awk
15236 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15237 _ACAWK
15238 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15239 for (key in S) S_is_set[key] = 1
15240 FS = "\a"
15241
15242 }
15243 {
15244 line = $ 0
15245 nfields = split(line, field, "@")
15246 substed = 0
15247 len = length(field[1])
15248 for (i = 2; i < nfields; i++) {
15249 key = field[i]
15250 keylen = length(key)
15251 if (S_is_set[key]) {
15252 value = S[key]
15253 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15254 len += length(value) + length(field[++i])
15255 substed = 1
15256 } else
15257 len += 1 + keylen
15258 }
15259
15260 print line
15261 }
15262
15263 _ACAWK
15264 _ACEOF
15265 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15266 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15267 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15268 else
15269 cat
15270 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15271 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15272 _ACEOF
15273
15274 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15275 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15276 # trailing colons and then remove the whole line if VPATH becomes empty
15277 # (actually we leave an empty line to preserve line numbers).
15278 if test "x$srcdir" = x.; then
15279 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15280 h
15281 s///
15282 s/^/:/
15283 s/[ ]*$/:/
15284 s/:\$(srcdir):/:/g
15285 s/:\${srcdir}:/:/g
15286 s/:@srcdir@:/:/g
15287 s/^:*//
15288 s/:*$//
15289 x
15290 s/\(=[ ]*\).*/\1/
15291 G
15292 s/\n//
15293 s/^[^=]*=[ ]*$//
15294 }'
15295 fi
15296
15297 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15298 fi # test -n "$CONFIG_FILES"
15299
15300 # Set up the scripts for CONFIG_HEADERS section.
15301 # No need to generate them if there are no CONFIG_HEADERS.
15302 # This happens for instance with `./config.status Makefile'.
15303 if test -n "$CONFIG_HEADERS"; then
15304 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15305 BEGIN {
15306 _ACEOF
15307
15308 # Transform confdefs.h into an awk script `defines.awk', embedded as
15309 # here-document in config.status, that substitutes the proper values into
15310 # config.h.in to produce config.h.
15311
15312 # Create a delimiter string that does not exist in confdefs.h, to ease
15313 # handling of long lines.
15314 ac_delim='%!_!# '
15315 for ac_last_try in false false :; do
15316 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15317 if test -z "$ac_tt"; then
15318 break
15319 elif $ac_last_try; then
15320 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15321 else
15322 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15323 fi
15324 done
15325
15326 # For the awk script, D is an array of macro values keyed by name,
15327 # likewise P contains macro parameters if any. Preserve backslash
15328 # newline sequences.
15329
15330 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15331 sed -n '
15332 s/.\{148\}/&'"$ac_delim"'/g
15333 t rset
15334 :rset
15335 s/^[ ]*#[ ]*define[ ][ ]*/ /
15336 t def
15337 d
15338 :def
15339 s/\\$//
15340 t bsnl
15341 s/["\\]/\\&/g
15342 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15343 D["\1"]=" \3"/p
15344 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15345 d
15346 :bsnl
15347 s/["\\]/\\&/g
15348 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15349 D["\1"]=" \3\\\\\\n"\\/p
15350 t cont
15351 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15352 t cont
15353 d
15354 :cont
15355 n
15356 s/.\{148\}/&'"$ac_delim"'/g
15357 t clear
15358 :clear
15359 s/\\$//
15360 t bsnlc
15361 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15362 d
15363 :bsnlc
15364 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15365 b cont
15366 ' <confdefs.h | sed '
15367 s/'"$ac_delim"'/"\\\
15368 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15369
15370 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15371 for (key in D) D_is_set[key] = 1
15372 FS = "\a"
15373 }
15374 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15375 line = \$ 0
15376 split(line, arg, " ")
15377 if (arg[1] == "#") {
15378 defundef = arg[2]
15379 mac1 = arg[3]
15380 } else {
15381 defundef = substr(arg[1], 2)
15382 mac1 = arg[2]
15383 }
15384 split(mac1, mac2, "(") #)
15385 macro = mac2[1]
15386 prefix = substr(line, 1, index(line, defundef) - 1)
15387 if (D_is_set[macro]) {
15388 # Preserve the white space surrounding the "#".
15389 print prefix "define", macro P[macro] D[macro]
15390 next
15391 } else {
15392 # Replace #undef with comments. This is necessary, for example,
15393 # in the case of _POSIX_SOURCE, which is predefined and required
15394 # on some systems where configure will not decide to define it.
15395 if (defundef == "undef") {
15396 print "/*", prefix defundef, macro, "*/"
15397 next
15398 }
15399 }
15400 }
15401 { print }
15402 _ACAWK
15403 _ACEOF
15404 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15405 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15406 fi # test -n "$CONFIG_HEADERS"
15407
15408
15409 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15410 shift
15411 for ac_tag
15412 do
15413 case $ac_tag in
15414 :[FHLC]) ac_mode=$ac_tag; continue;;
15415 esac
15416 case $ac_mode$ac_tag in
15417 :[FHL]*:*);;
15418 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15419 :[FH]-) ac_tag=-:-;;
15420 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15421 esac
15422 ac_save_IFS=$IFS
15423 IFS=:
15424 set x $ac_tag
15425 IFS=$ac_save_IFS
15426 shift
15427 ac_file=$1
15428 shift
15429
15430 case $ac_mode in
15431 :L) ac_source=$1;;
15432 :[FH])
15433 ac_file_inputs=
15434 for ac_f
15435 do
15436 case $ac_f in
15437 -) ac_f="$ac_tmp/stdin";;
15438 *) # Look for the file first in the build tree, then in the source tree
15439 # (if the path is not absolute). The absolute path cannot be DOS-style,
15440 # because $ac_f cannot contain `:'.
15441 test -f "$ac_f" ||
15442 case $ac_f in
15443 [\\/$]*) false;;
15444 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15445 esac ||
15446 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15447 esac
15448 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15449 as_fn_append ac_file_inputs " '$ac_f'"
15450 done
15451
15452 # Let's still pretend it is `configure' which instantiates (i.e., don't
15453 # use $as_me), people would be surprised to read:
15454 # /* config.h. Generated by config.status. */
15455 configure_input='Generated from '`
15456 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15457 `' by configure.'
15458 if test x"$ac_file" != x-; then
15459 configure_input="$ac_file. $configure_input"
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15461 $as_echo "$as_me: creating $ac_file" >&6;}
15462 fi
15463 # Neutralize special characters interpreted by sed in replacement strings.
15464 case $configure_input in #(
15465 *\&* | *\|* | *\\* )
15466 ac_sed_conf_input=`$as_echo "$configure_input" |
15467 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15468 *) ac_sed_conf_input=$configure_input;;
15469 esac
15470
15471 case $ac_tag in
15472 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15473 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15474 esac
15475 ;;
15476 esac
15477
15478 ac_dir=`$as_dirname -- "$ac_file" ||
15479 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15480 X"$ac_file" : 'X\(//\)[^/]' \| \
15481 X"$ac_file" : 'X\(//\)$' \| \
15482 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15483 $as_echo X"$ac_file" |
15484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15485 s//\1/
15486 q
15487 }
15488 /^X\(\/\/\)[^/].*/{
15489 s//\1/
15490 q
15491 }
15492 /^X\(\/\/\)$/{
15493 s//\1/
15494 q
15495 }
15496 /^X\(\/\).*/{
15497 s//\1/
15498 q
15499 }
15500 s/.*/./; q'`
15501 as_dir="$ac_dir"; as_fn_mkdir_p
15502 ac_builddir=.
15503
15504 case "$ac_dir" in
15505 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15506 *)
15507 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15508 # A ".." for each directory in $ac_dir_suffix.
15509 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15510 case $ac_top_builddir_sub in
15511 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15512 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15513 esac ;;
15514 esac
15515 ac_abs_top_builddir=$ac_pwd
15516 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15517 # for backward compatibility:
15518 ac_top_builddir=$ac_top_build_prefix
15519
15520 case $srcdir in
15521 .) # We are building in place.
15522 ac_srcdir=.
15523 ac_top_srcdir=$ac_top_builddir_sub
15524 ac_abs_top_srcdir=$ac_pwd ;;
15525 [\\/]* | ?:[\\/]* ) # Absolute name.
15526 ac_srcdir=$srcdir$ac_dir_suffix;
15527 ac_top_srcdir=$srcdir
15528 ac_abs_top_srcdir=$srcdir ;;
15529 *) # Relative name.
15530 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15531 ac_top_srcdir=$ac_top_build_prefix$srcdir
15532 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15533 esac
15534 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15535
15536
15537 case $ac_mode in
15538 :F)
15539 #
15540 # CONFIG_FILE
15541 #
15542
15543 case $INSTALL in
15544 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15545 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15546 esac
15547 ac_MKDIR_P=$MKDIR_P
15548 case $MKDIR_P in
15549 [\\/$]* | ?:[\\/]* ) ;;
15550 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15551 esac
15552 _ACEOF
15553
15554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15555 # If the template does not know about datarootdir, expand it.
15556 # FIXME: This hack should be removed a few years after 2.60.
15557 ac_datarootdir_hack=; ac_datarootdir_seen=
15558 ac_sed_dataroot='
15559 /datarootdir/ {
15560 p
15561 q
15562 }
15563 /@datadir@/p
15564 /@docdir@/p
15565 /@infodir@/p
15566 /@localedir@/p
15567 /@mandir@/p'
15568 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15569 *datarootdir*) ac_datarootdir_seen=yes;;
15570 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15571 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15572 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15573 _ACEOF
15574 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15575 ac_datarootdir_hack='
15576 s&@datadir@&$datadir&g
15577 s&@docdir@&$docdir&g
15578 s&@infodir@&$infodir&g
15579 s&@localedir@&$localedir&g
15580 s&@mandir@&$mandir&g
15581 s&\\\${datarootdir}&$datarootdir&g' ;;
15582 esac
15583 _ACEOF
15584
15585 # Neutralize VPATH when `$srcdir' = `.'.
15586 # Shell code in configure.ac might set extrasub.
15587 # FIXME: do we really want to maintain this feature?
15588 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15589 ac_sed_extra="$ac_vpsub
15590 $extrasub
15591 _ACEOF
15592 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15593 :t
15594 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15595 s|@configure_input@|$ac_sed_conf_input|;t t
15596 s&@top_builddir@&$ac_top_builddir_sub&;t t
15597 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15598 s&@srcdir@&$ac_srcdir&;t t
15599 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15600 s&@top_srcdir@&$ac_top_srcdir&;t t
15601 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15602 s&@builddir@&$ac_builddir&;t t
15603 s&@abs_builddir@&$ac_abs_builddir&;t t
15604 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15605 s&@INSTALL@&$ac_INSTALL&;t t
15606 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15607 $ac_datarootdir_hack
15608 "
15609 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15610 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15611
15612 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15613 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15614 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15615 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15617 which seems to be undefined. Please make sure it is defined" >&5
15618 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15619 which seems to be undefined. Please make sure it is defined" >&2;}
15620
15621 rm -f "$ac_tmp/stdin"
15622 case $ac_file in
15623 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15624 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15625 esac \
15626 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15627 ;;
15628 :H)
15629 #
15630 # CONFIG_HEADER
15631 #
15632 if test x"$ac_file" != x-; then
15633 {
15634 $as_echo "/* $configure_input */" \
15635 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15636 } >"$ac_tmp/config.h" \
15637 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15638 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15639 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15640 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15641 else
15642 rm -f "$ac_file"
15643 mv "$ac_tmp/config.h" "$ac_file" \
15644 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15645 fi
15646 else
15647 $as_echo "/* $configure_input */" \
15648 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15649 || as_fn_error $? "could not create -" "$LINENO" 5
15650 fi
15651 # Compute "$ac_file"'s index in $config_headers.
15652 _am_arg="$ac_file"
15653 _am_stamp_count=1
15654 for _am_header in $config_headers :; do
15655 case $_am_header in
15656 $_am_arg | $_am_arg:* )
15657 break ;;
15658 * )
15659 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15660 esac
15661 done
15662 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15663 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15664 X"$_am_arg" : 'X\(//\)[^/]' \| \
15665 X"$_am_arg" : 'X\(//\)$' \| \
15666 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15667 $as_echo X"$_am_arg" |
15668 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15669 s//\1/
15670 q
15671 }
15672 /^X\(\/\/\)[^/].*/{
15673 s//\1/
15674 q
15675 }
15676 /^X\(\/\/\)$/{
15677 s//\1/
15678 q
15679 }
15680 /^X\(\/\).*/{
15681 s//\1/
15682 q
15683 }
15684 s/.*/./; q'`/stamp-h$_am_stamp_count
15685 ;;
15686
15687 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15688 $as_echo "$as_me: executing $ac_file commands" >&6;}
15689 ;;
15690 esac
15691
15692
15693 case $ac_file$ac_mode in
15694 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15695 # Older Autoconf quotes --file arguments for eval, but not when files
15696 # are listed without --file. Let's play safe and only enable the eval
15697 # if we detect the quoting.
15698 case $CONFIG_FILES in
15699 *\'*) eval set x "$CONFIG_FILES" ;;
15700 *) set x $CONFIG_FILES ;;
15701 esac
15702 shift
15703 for mf
15704 do
15705 # Strip MF so we end up with the name of the file.
15706 mf=`echo "$mf" | sed -e 's/:.*$//'`
15707 # Check whether this is an Automake generated Makefile or not.
15708 # We used to match only the files named 'Makefile.in', but
15709 # some people rename them; so instead we look at the file content.
15710 # Grep'ing the first line is not enough: some people post-process
15711 # each Makefile.in and add a new line on top of each file to say so.
15712 # Grep'ing the whole file is not good either: AIX grep has a line
15713 # limit of 2048, but all sed's we know have understand at least 4000.
15714 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
15715 dirpart=`$as_dirname -- "$mf" ||
15716 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15717 X"$mf" : 'X\(//\)[^/]' \| \
15718 X"$mf" : 'X\(//\)$' \| \
15719 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
15720 $as_echo X"$mf" |
15721 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15722 s//\1/
15723 q
15724 }
15725 /^X\(\/\/\)[^/].*/{
15726 s//\1/
15727 q
15728 }
15729 /^X\(\/\/\)$/{
15730 s//\1/
15731 q
15732 }
15733 /^X\(\/\).*/{
15734 s//\1/
15735 q
15736 }
15737 s/.*/./; q'`
15738 else
15739 continue
15740 fi
15741 # Extract the definition of DEPDIR, am__include, and am__quote
15742 # from the Makefile without running 'make'.
15743 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
15744 test -z "$DEPDIR" && continue
15745 am__include=`sed -n 's/^am__include = //p' < "$mf"`
15746 test -z "$am__include" && continue
15747 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
15748 # Find all dependency output files, they are included files with
15749 # $(DEPDIR) in their names. We invoke sed twice because it is the
15750 # simplest approach to changing $(DEPDIR) to its actual value in the
15751 # expansion.
15752 for file in `sed -n "
15753 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
15754 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
15755 # Make sure the directory exists.
15756 test -f "$dirpart/$file" && continue
15757 fdir=`$as_dirname -- "$file" ||
15758 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15759 X"$file" : 'X\(//\)[^/]' \| \
15760 X"$file" : 'X\(//\)$' \| \
15761 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
15762 $as_echo X"$file" |
15763 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15764 s//\1/
15765 q
15766 }
15767 /^X\(\/\/\)[^/].*/{
15768 s//\1/
15769 q
15770 }
15771 /^X\(\/\/\)$/{
15772 s//\1/
15773 q
15774 }
15775 /^X\(\/\).*/{
15776 s//\1/
15777 q
15778 }
15779 s/.*/./; q'`
15780 as_dir=$dirpart/$fdir; as_fn_mkdir_p
15781 # echo "creating $dirpart/$file"
15782 echo '# dummy' > "$dirpart/$file"
15783 done
15784 done
15785 }
15786 ;;
15787 "libtool":C)
15788
15789 # See if we are running on zsh, and set the options which allow our
15790 # commands through without removal of \ escapes.
15791 if test -n "${ZSH_VERSION+set}" ; then
15792 setopt NO_GLOB_SUBST
15793 fi
15794
15795 cfgfile="${ofile}T"
15796 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15797 $RM "$cfgfile"
15798
15799 cat <<_LT_EOF >> "$cfgfile"
15800 #! $SHELL
15801
15802 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15803 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15804 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15805 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
15806 #
15807 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15808 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15809 # Written by Gordon Matzigkeit, 1996
15810 #
15811 # This file is part of GNU Libtool.
15812 #
15813 # GNU Libtool is free software; you can redistribute it and/or
15814 # modify it under the terms of the GNU General Public License as
15815 # published by the Free Software Foundation; either version 2 of
15816 # the License, or (at your option) any later version.
15817 #
15818 # As a special exception to the GNU General Public License,
15819 # if you distribute this file as part of a program or library that
15820 # is built using GNU Libtool, you may include this file under the
15821 # same distribution terms that you use for the rest of that program.
15822 #
15823 # GNU Libtool is distributed in the hope that it will be useful,
15824 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15825 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15826 # GNU General Public License for more details.
15827 #
15828 # You should have received a copy of the GNU General Public License
15829 # along with GNU Libtool; see the file COPYING. If not, a copy
15830 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15831 # obtained by writing to the Free Software Foundation, Inc.,
15832 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15833
15834
15835 # The names of the tagged configurations supported by this script.
15836 available_tags=""
15837
15838 # ### BEGIN LIBTOOL CONFIG
15839
15840 # Which release of libtool.m4 was used?
15841 macro_version=$macro_version
15842 macro_revision=$macro_revision
15843
15844 # Whether or not to build shared libraries.
15845 build_libtool_libs=$enable_shared
15846
15847 # Whether or not to build static libraries.
15848 build_old_libs=$enable_static
15849
15850 # What type of objects to build.
15851 pic_mode=$pic_mode
15852
15853 # Whether or not to optimize for fast installation.
15854 fast_install=$enable_fast_install
15855
15856 # Shell to use when invoking shell scripts.
15857 SHELL=$lt_SHELL
15858
15859 # An echo program that protects backslashes.
15860 ECHO=$lt_ECHO
15861
15862 # The host system.
15863 host_alias=$host_alias
15864 host=$host
15865 host_os=$host_os
15866
15867 # The build system.
15868 build_alias=$build_alias
15869 build=$build
15870 build_os=$build_os
15871
15872 # A sed program that does not truncate output.
15873 SED=$lt_SED
15874
15875 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
15876 Xsed="\$SED -e 1s/^X//"
15877
15878 # A grep program that handles long lines.
15879 GREP=$lt_GREP
15880
15881 # An ERE matcher.
15882 EGREP=$lt_EGREP
15883
15884 # A literal string matcher.
15885 FGREP=$lt_FGREP
15886
15887 # A BSD- or MS-compatible name lister.
15888 NM=$lt_NM
15889
15890 # Whether we need soft or hard links.
15891 LN_S=$lt_LN_S
15892
15893 # What is the maximum length of a command?
15894 max_cmd_len=$max_cmd_len
15895
15896 # Object file suffix (normally "o").
15897 objext=$ac_objext
15898
15899 # Executable file suffix (normally "").
15900 exeext=$exeext
15901
15902 # whether the shell understands "unset".
15903 lt_unset=$lt_unset
15904
15905 # turn spaces into newlines.
15906 SP2NL=$lt_lt_SP2NL
15907
15908 # turn newlines into spaces.
15909 NL2SP=$lt_lt_NL2SP
15910
15911 # An object symbol dumper.
15912 OBJDUMP=$lt_OBJDUMP
15913
15914 # Method to check whether dependent libraries are shared objects.
15915 deplibs_check_method=$lt_deplibs_check_method
15916
15917 # Command to use when deplibs_check_method == "file_magic".
15918 file_magic_cmd=$lt_file_magic_cmd
15919
15920 # The archiver.
15921 AR=$lt_AR
15922 AR_FLAGS=$lt_AR_FLAGS
15923
15924 # A symbol stripping program.
15925 STRIP=$lt_STRIP
15926
15927 # Commands used to install an old-style archive.
15928 RANLIB=$lt_RANLIB
15929 old_postinstall_cmds=$lt_old_postinstall_cmds
15930 old_postuninstall_cmds=$lt_old_postuninstall_cmds
15931
15932 # Whether to use a lock for old archive extraction.
15933 lock_old_archive_extraction=$lock_old_archive_extraction
15934
15935 # A C compiler.
15936 LTCC=$lt_CC
15937
15938 # LTCC compiler flags.
15939 LTCFLAGS=$lt_CFLAGS
15940
15941 # Take the output of nm and produce a listing of raw symbols and C names.
15942 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15943
15944 # Transform the output of nm in a proper C declaration.
15945 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15946
15947 # Transform the output of nm in a C name address pair.
15948 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15949
15950 # Transform the output of nm in a C name address pair when lib prefix is needed.
15951 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15952
15953 # The name of the directory that contains temporary libtool files.
15954 objdir=$objdir
15955
15956 # Used to examine libraries when file_magic_cmd begins with "file".
15957 MAGIC_CMD=$MAGIC_CMD
15958
15959 # Must we lock files when doing compilation?
15960 need_locks=$lt_need_locks
15961
15962 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15963 DSYMUTIL=$lt_DSYMUTIL
15964
15965 # Tool to change global to local symbols on Mac OS X.
15966 NMEDIT=$lt_NMEDIT
15967
15968 # Tool to manipulate fat objects and archives on Mac OS X.
15969 LIPO=$lt_LIPO
15970
15971 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
15972 OTOOL=$lt_OTOOL
15973
15974 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15975 OTOOL64=$lt_OTOOL64
15976
15977 # Old archive suffix (normally "a").
15978 libext=$libext
15979
15980 # Shared library suffix (normally ".so").
15981 shrext_cmds=$lt_shrext_cmds
15982
15983 # The commands to extract the exported symbol list from a shared archive.
15984 extract_expsyms_cmds=$lt_extract_expsyms_cmds
15985
15986 # Variables whose values should be saved in libtool wrapper scripts and
15987 # restored at link time.
15988 variables_saved_for_relink=$lt_variables_saved_for_relink
15989
15990 # Do we need the "lib" prefix for modules?
15991 need_lib_prefix=$need_lib_prefix
15992
15993 # Do we need a version for libraries?
15994 need_version=$need_version
15995
15996 # Library versioning type.
15997 version_type=$version_type
15998
15999 # Shared library runtime path variable.
16000 runpath_var=$runpath_var
16001
16002 # Shared library path variable.
16003 shlibpath_var=$shlibpath_var
16004
16005 # Is shlibpath searched before the hard-coded library search path?
16006 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16007
16008 # Format of library name prefix.
16009 libname_spec=$lt_libname_spec
16010
16011 # List of archive names. First name is the real one, the rest are links.
16012 # The last name is the one that the linker finds with -lNAME
16013 library_names_spec=$lt_library_names_spec
16014
16015 # The coded name of the library, if different from the real name.
16016 soname_spec=$lt_soname_spec
16017
16018 # Permission mode override for installation of shared libraries.
16019 install_override_mode=$lt_install_override_mode
16020
16021 # Command to use after installation of a shared archive.
16022 postinstall_cmds=$lt_postinstall_cmds
16023
16024 # Command to use after uninstallation of a shared archive.
16025 postuninstall_cmds=$lt_postuninstall_cmds
16026
16027 # Commands used to finish a libtool library installation in a directory.
16028 finish_cmds=$lt_finish_cmds
16029
16030 # As "finish_cmds", except a single script fragment to be evaled but
16031 # not shown.
16032 finish_eval=$lt_finish_eval
16033
16034 # Whether we should hardcode library paths into libraries.
16035 hardcode_into_libs=$hardcode_into_libs
16036
16037 # Compile-time system search path for libraries.
16038 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16039
16040 # Run-time system search path for libraries.
16041 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16042
16043 # Whether dlopen is supported.
16044 dlopen_support=$enable_dlopen
16045
16046 # Whether dlopen of programs is supported.
16047 dlopen_self=$enable_dlopen_self
16048
16049 # Whether dlopen of statically linked programs is supported.
16050 dlopen_self_static=$enable_dlopen_self_static
16051
16052 # Commands to strip libraries.
16053 old_striplib=$lt_old_striplib
16054 striplib=$lt_striplib
16055
16056
16057 # The linker used to build libraries.
16058 LD=$lt_LD
16059
16060 # How to create reloadable object files.
16061 reload_flag=$lt_reload_flag
16062 reload_cmds=$lt_reload_cmds
16063
16064 # Commands used to build an old-style archive.
16065 old_archive_cmds=$lt_old_archive_cmds
16066
16067 # A language specific compiler.
16068 CC=$lt_compiler
16069
16070 # Is the compiler the GNU compiler?
16071 with_gcc=$GCC
16072
16073 # Compiler flag to turn off builtin functions.
16074 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16075
16076 # How to pass a linker flag through the compiler.
16077 wl=$lt_lt_prog_compiler_wl
16078
16079 # Additional compiler flags for building library objects.
16080 pic_flag=$lt_lt_prog_compiler_pic
16081
16082 # Compiler flag to prevent dynamic linking.
16083 link_static_flag=$lt_lt_prog_compiler_static
16084
16085 # Does compiler simultaneously support -c and -o options?
16086 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16087
16088 # Whether or not to add -lc for building shared libraries.
16089 build_libtool_need_lc=$archive_cmds_need_lc
16090
16091 # Whether or not to disallow shared libs when runtime libs are static.
16092 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16093
16094 # Compiler flag to allow reflexive dlopens.
16095 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16096
16097 # Compiler flag to generate shared objects directly from archives.
16098 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16099
16100 # Whether the compiler copes with passing no objects directly.
16101 compiler_needs_object=$lt_compiler_needs_object
16102
16103 # Create an old-style archive from a shared archive.
16104 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16105
16106 # Create a temporary old-style archive to link instead of a shared archive.
16107 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16108
16109 # Commands used to build a shared archive.
16110 archive_cmds=$lt_archive_cmds
16111 archive_expsym_cmds=$lt_archive_expsym_cmds
16112
16113 # Commands used to build a loadable module if different from building
16114 # a shared archive.
16115 module_cmds=$lt_module_cmds
16116 module_expsym_cmds=$lt_module_expsym_cmds
16117
16118 # Whether we are building with GNU ld or not.
16119 with_gnu_ld=$lt_with_gnu_ld
16120
16121 # Flag that allows shared libraries with undefined symbols to be built.
16122 allow_undefined_flag=$lt_allow_undefined_flag
16123
16124 # Flag that enforces no undefined symbols.
16125 no_undefined_flag=$lt_no_undefined_flag
16126
16127 # Flag to hardcode \$libdir into a binary during linking.
16128 # This must work even if \$libdir does not exist
16129 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16130
16131 # If ld is used when linking, flag to hardcode \$libdir into a binary
16132 # during linking. This must work even if \$libdir does not exist.
16133 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16134
16135 # Whether we need a single "-rpath" flag with a separated argument.
16136 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16137
16138 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16139 # DIR into the resulting binary.
16140 hardcode_direct=$hardcode_direct
16141
16142 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16143 # DIR into the resulting binary and the resulting library dependency is
16144 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16145 # library is relocated.
16146 hardcode_direct_absolute=$hardcode_direct_absolute
16147
16148 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16149 # into the resulting binary.
16150 hardcode_minus_L=$hardcode_minus_L
16151
16152 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16153 # into the resulting binary.
16154 hardcode_shlibpath_var=$hardcode_shlibpath_var
16155
16156 # Set to "yes" if building a shared library automatically hardcodes DIR
16157 # into the library and all subsequent libraries and executables linked
16158 # against it.
16159 hardcode_automatic=$hardcode_automatic
16160
16161 # Set to yes if linker adds runtime paths of dependent libraries
16162 # to runtime path list.
16163 inherit_rpath=$inherit_rpath
16164
16165 # Whether libtool must link a program against all its dependency libraries.
16166 link_all_deplibs=$link_all_deplibs
16167
16168 # Fix the shell variable \$srcfile for the compiler.
16169 fix_srcfile_path=$lt_fix_srcfile_path
16170
16171 # Set to "yes" if exported symbols are required.
16172 always_export_symbols=$always_export_symbols
16173
16174 # The commands to list exported symbols.
16175 export_symbols_cmds=$lt_export_symbols_cmds
16176
16177 # Symbols that should not be listed in the preloaded symbols.
16178 exclude_expsyms=$lt_exclude_expsyms
16179
16180 # Symbols that must always be exported.
16181 include_expsyms=$lt_include_expsyms
16182
16183 # Commands necessary for linking programs (against libraries) with templates.
16184 prelink_cmds=$lt_prelink_cmds
16185
16186 # Specify filename containing input files.
16187 file_list_spec=$lt_file_list_spec
16188
16189 # How to hardcode a shared library path into an executable.
16190 hardcode_action=$hardcode_action
16191
16192 # ### END LIBTOOL CONFIG
16193
16194 _LT_EOF
16195
16196 case $host_os in
16197 aix3*)
16198 cat <<\_LT_EOF >> "$cfgfile"
16199 # AIX sometimes has problems with the GCC collect2 program. For some
16200 # reason, if we set the COLLECT_NAMES environment variable, the problems
16201 # vanish in a puff of smoke.
16202 if test "X${COLLECT_NAMES+set}" != Xset; then
16203 COLLECT_NAMES=
16204 export COLLECT_NAMES
16205 fi
16206 _LT_EOF
16207 ;;
16208 esac
16209
16210
16211 ltmain="$ac_aux_dir/ltmain.sh"
16212
16213
16214 # We use sed instead of cat because bash on DJGPP gets confused if
16215 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16216 # text mode, it properly converts lines to CR/LF. This bash problem
16217 # is reportedly fixed, but why not run on old versions too?
16218 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16219 || (rm -f "$cfgfile"; exit 1)
16220
16221 case $xsi_shell in
16222 yes)
16223 cat << \_LT_EOF >> "$cfgfile"
16224
16225 # func_dirname file append nondir_replacement
16226 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16227 # otherwise set result to NONDIR_REPLACEMENT.
16228 func_dirname ()
16229 {
16230 case ${1} in
16231 */*) func_dirname_result="${1%/*}${2}" ;;
16232 * ) func_dirname_result="${3}" ;;
16233 esac
16234 }
16235
16236 # func_basename file
16237 func_basename ()
16238 {
16239 func_basename_result="${1##*/}"
16240 }
16241
16242 # func_dirname_and_basename file append nondir_replacement
16243 # perform func_basename and func_dirname in a single function
16244 # call:
16245 # dirname: Compute the dirname of FILE. If nonempty,
16246 # add APPEND to the result, otherwise set result
16247 # to NONDIR_REPLACEMENT.
16248 # value returned in "$func_dirname_result"
16249 # basename: Compute filename of FILE.
16250 # value retuned in "$func_basename_result"
16251 # Implementation must be kept synchronized with func_dirname
16252 # and func_basename. For efficiency, we do not delegate to
16253 # those functions but instead duplicate the functionality here.
16254 func_dirname_and_basename ()
16255 {
16256 case ${1} in
16257 */*) func_dirname_result="${1%/*}${2}" ;;
16258 * ) func_dirname_result="${3}" ;;
16259 esac
16260 func_basename_result="${1##*/}"
16261 }
16262
16263 # func_stripname prefix suffix name
16264 # strip PREFIX and SUFFIX off of NAME.
16265 # PREFIX and SUFFIX must not contain globbing or regex special
16266 # characters, hashes, percent signs, but SUFFIX may contain a leading
16267 # dot (in which case that matches only a dot).
16268 func_stripname ()
16269 {
16270 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16271 # positional parameters, so assign one to ordinary parameter first.
16272 func_stripname_result=${3}
16273 func_stripname_result=${func_stripname_result#"${1}"}
16274 func_stripname_result=${func_stripname_result%"${2}"}
16275 }
16276
16277 # func_opt_split
16278 func_opt_split ()
16279 {
16280 func_opt_split_opt=${1%%=*}
16281 func_opt_split_arg=${1#*=}
16282 }
16283
16284 # func_lo2o object
16285 func_lo2o ()
16286 {
16287 case ${1} in
16288 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16289 *) func_lo2o_result=${1} ;;
16290 esac
16291 }
16292
16293 # func_xform libobj-or-source
16294 func_xform ()
16295 {
16296 func_xform_result=${1%.*}.lo
16297 }
16298
16299 # func_arith arithmetic-term...
16300 func_arith ()
16301 {
16302 func_arith_result=$(( $* ))
16303 }
16304
16305 # func_len string
16306 # STRING may not start with a hyphen.
16307 func_len ()
16308 {
16309 func_len_result=${#1}
16310 }
16311
16312 _LT_EOF
16313 ;;
16314 *) # Bourne compatible functions.
16315 cat << \_LT_EOF >> "$cfgfile"
16316
16317 # func_dirname file append nondir_replacement
16318 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16319 # otherwise set result to NONDIR_REPLACEMENT.
16320 func_dirname ()
16321 {
16322 # Extract subdirectory from the argument.
16323 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16324 if test "X$func_dirname_result" = "X${1}"; then
16325 func_dirname_result="${3}"
16326 else
16327 func_dirname_result="$func_dirname_result${2}"
16328 fi
16329 }
16330
16331 # func_basename file
16332 func_basename ()
16333 {
16334 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16335 }
16336
16337
16338 # func_stripname prefix suffix name
16339 # strip PREFIX and SUFFIX off of NAME.
16340 # PREFIX and SUFFIX must not contain globbing or regex special
16341 # characters, hashes, percent signs, but SUFFIX may contain a leading
16342 # dot (in which case that matches only a dot).
16343 # func_strip_suffix prefix name
16344 func_stripname ()
16345 {
16346 case ${2} in
16347 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16348 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16349 esac
16350 }
16351
16352 # sed scripts:
16353 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16354 my_sed_long_arg='1s/^-[^=]*=//'
16355
16356 # func_opt_split
16357 func_opt_split ()
16358 {
16359 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16360 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16361 }
16362
16363 # func_lo2o object
16364 func_lo2o ()
16365 {
16366 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16367 }
16368
16369 # func_xform libobj-or-source
16370 func_xform ()
16371 {
16372 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16373 }
16374
16375 # func_arith arithmetic-term...
16376 func_arith ()
16377 {
16378 func_arith_result=`expr "$@"`
16379 }
16380
16381 # func_len string
16382 # STRING may not start with a hyphen.
16383 func_len ()
16384 {
16385 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16386 }
16387
16388 _LT_EOF
16389 esac
16390
16391 case $lt_shell_append in
16392 yes)
16393 cat << \_LT_EOF >> "$cfgfile"
16394
16395 # func_append var value
16396 # Append VALUE to the end of shell variable VAR.
16397 func_append ()
16398 {
16399 eval "$1+=\$2"
16400 }
16401 _LT_EOF
16402 ;;
16403 *)
16404 cat << \_LT_EOF >> "$cfgfile"
16405
16406 # func_append var value
16407 # Append VALUE to the end of shell variable VAR.
16408 func_append ()
16409 {
16410 eval "$1=\$$1\$2"
16411 }
16412
16413 _LT_EOF
16414 ;;
16415 esac
16416
16417
16418 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16419 || (rm -f "$cfgfile"; exit 1)
16420
16421 mv -f "$cfgfile" "$ofile" ||
16422 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16423 chmod +x "$ofile"
16424
16425 ;;
16426 "default-1":C)
16427 for ac_file in $CONFIG_FILES; do
16428 # Support "outfile[:infile[:infile...]]"
16429 case "$ac_file" in
16430 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16431 esac
16432 # PO directories have a Makefile.in generated from Makefile.in.in.
16433 case "$ac_file" in */Makefile.in)
16434 # Adjust a relative srcdir.
16435 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16436 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16437 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16438 # In autoconf-2.13 it is called $ac_given_srcdir.
16439 # In autoconf-2.50 it is called $srcdir.
16440 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16441 case "$ac_given_srcdir" in
16442 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16443 /*) top_srcdir="$ac_given_srcdir" ;;
16444 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16445 esac
16446 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16447 rm -f "$ac_dir/POTFILES"
16448 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16449 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16450 POMAKEFILEDEPS="POTFILES.in"
16451 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16452 # on $ac_dir but don't depend on user-specified configuration
16453 # parameters.
16454 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16455 # The LINGUAS file contains the set of available languages.
16456 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16457 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16458 fi
16459 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16460 # Hide the ALL_LINGUAS assigment from automake.
16461 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16462 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16463 else
16464 # The set of available languages was given in configure.ac.
16465 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16466 fi
16467 case "$ac_given_srcdir" in
16468 .) srcdirpre= ;;
16469 *) srcdirpre='$(srcdir)/' ;;
16470 esac
16471 POFILES=
16472 GMOFILES=
16473 UPDATEPOFILES=
16474 DUMMYPOFILES=
16475 for lang in $ALL_LINGUAS; do
16476 POFILES="$POFILES $srcdirpre$lang.po"
16477 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16478 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16479 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16480 done
16481 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16482 # environment variable.
16483 INST_LINGUAS=
16484 if test -n "$ALL_LINGUAS"; then
16485 for presentlang in $ALL_LINGUAS; do
16486 useit=no
16487 if test "%UNSET%" != "$LINGUAS"; then
16488 desiredlanguages="$LINGUAS"
16489 else
16490 desiredlanguages="$ALL_LINGUAS"
16491 fi
16492 for desiredlang in $desiredlanguages; do
16493 # Use the presentlang catalog if desiredlang is
16494 # a. equal to presentlang, or
16495 # b. a variant of presentlang (because in this case,
16496 # presentlang can be used as a fallback for messages
16497 # which are not translated in the desiredlang catalog).
16498 case "$desiredlang" in
16499 "$presentlang"*) useit=yes;;
16500 esac
16501 done
16502 if test $useit = yes; then
16503 INST_LINGUAS="$INST_LINGUAS $presentlang"
16504 fi
16505 done
16506 fi
16507 CATALOGS=
16508 if test -n "$INST_LINGUAS"; then
16509 for lang in $INST_LINGUAS; do
16510 CATALOGS="$CATALOGS $lang.gmo"
16511 done
16512 fi
16513 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16514 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"
16515 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16516 if test -f "$f"; then
16517 case "$f" in
16518 *.orig | *.bak | *~) ;;
16519 *) cat "$f" >> "$ac_dir/Makefile" ;;
16520 esac
16521 fi
16522 done
16523 fi
16524 ;;
16525 esac
16526 done ;;
16527 "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
16528 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16529 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16530 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16531 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16532 if test "x$cgen_cpu_prefix" != x ; then
16533 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16534 fi ;;
16535
16536 esac
16537 done # for ac_tag
16538
16539
16540 as_fn_exit 0
16541 _ACEOF
16542 ac_clean_files=$ac_clean_files_save
16543
16544 test $ac_write_fail = 0 ||
16545 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16546
16547
16548 # configure is writing to config.log, and then calls config.status.
16549 # config.status does its own redirection, appending to config.log.
16550 # Unfortunately, on DOS this fails, as config.log is still kept open
16551 # by configure, so config.status won't be able to write to it; its
16552 # output is simply discarded. So we exec the FD to /dev/null,
16553 # effectively closing config.log, so it can be properly (re)opened and
16554 # appended to by config.status. When coming back to configure, we
16555 # need to make the FD available again.
16556 if test "$no_create" != yes; then
16557 ac_cs_success=:
16558 ac_config_status_args=
16559 test "$silent" = yes &&
16560 ac_config_status_args="$ac_config_status_args --quiet"
16561 exec 5>/dev/null
16562 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16563 exec 5>>config.log
16564 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16565 # would make configure fail if this is the last instruction.
16566 $ac_cs_success || as_fn_exit 1
16567 fi
16568 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16569 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16570 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16571 fi
16572
16573
16574
16575 touch config.status.tmp
16576 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16577 sed '/as_fn_exit 0/i \
16578 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16579 touch --reference=Makefile Makefile.tmp \
16580 mv Makefile.tmp Makefile \
16581 ' config.status > config.status.tmp
16582 touch --reference=config.status config.status.tmp
16583 mv config.status.tmp config.status
16584 chmod +x config.status
16585 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16586 touch --reference=Makefile Makefile.tmp
16587 mv Makefile.tmp Makefile
16588 else
16589 rm -f config.status.tmp
16590 fi