]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/configure
MIPS: default output r6 obj if the triple is r6
[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.40.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.40.50'
591 PACKAGE_STRING='gas 2.40.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 ZSTD_LIBS
637 ZSTD_CFLAGS
638 PKG_CONFIG_LIBDIR
639 PKG_CONFIG_PATH
640 PKG_CONFIG
641 zlibinc
642 zlibdir
643 LIBM
644 GENINSRC_NEVER_FALSE
645 GENINSRC_NEVER_TRUE
646 MAINT
647 MAINTAINER_MODE_FALSE
648 MAINTAINER_MODE_TRUE
649 MSGMERGE
650 MSGFMT
651 MKINSTALLDIRS
652 CATOBJEXT
653 GENCAT
654 INSTOBJEXT
655 DATADIRNAME
656 CATALOGS
657 POSUB
658 GMSGFMT
659 XGETTEXT
660 INCINTL
661 LIBINTL_DEP
662 LIBINTL
663 USE_NLS
664 LEXLIB
665 LEX_OUTPUT_ROOT
666 LEX
667 YFLAGS
668 YACC
669 OPCODES_LIB
670 atof
671 install_tooldir
672 te_file
673 obj_format
674 target_cpu_type
675 extra_objects
676 cgen_cpu_prefix
677 GDBINIT
678 WARN_WRITE_STRINGS
679 NO_WERROR
680 WARN_CFLAGS_FOR_BUILD
681 WARN_CFLAGS
682 do_compare
683 LARGEFILE_CPPFLAGS
684 OTOOL64
685 OTOOL
686 LIPO
687 NMEDIT
688 DSYMUTIL
689 RANLIB
690 AR
691 OBJDUMP
692 LN_S
693 NM
694 ac_ct_DUMPBIN
695 DUMPBIN
696 LD
697 FGREP
698 SED
699 LIBTOOL
700 EGREP
701 GREP
702 CPP
703 am__fastdepCC_FALSE
704 am__fastdepCC_TRUE
705 CCDEPMODE
706 am__nodep
707 AMDEPBACKSLASH
708 AMDEP_FALSE
709 AMDEP_TRUE
710 am__quote
711 am__include
712 DEPDIR
713 OBJEXT
714 EXEEXT
715 ac_ct_CC
716 CPPFLAGS
717 LDFLAGS
718 CFLAGS
719 CC
720 AM_BACKSLASH
721 AM_DEFAULT_VERBOSITY
722 AM_DEFAULT_V
723 AM_V
724 am__untar
725 am__tar
726 AMTAR
727 am__leading_dot
728 SET_MAKE
729 AWK
730 mkdir_p
731 MKDIR_P
732 INSTALL_STRIP_PROGRAM
733 STRIP
734 install_sh
735 MAKEINFO
736 AUTOHEADER
737 AUTOMAKE
738 AUTOCONF
739 ACLOCAL
740 VERSION
741 PACKAGE
742 CYGPATH_W
743 am__isrc
744 INSTALL_DATA
745 INSTALL_SCRIPT
746 INSTALL_PROGRAM
747 target_os
748 target_vendor
749 target_cpu
750 target
751 host_os
752 host_vendor
753 host_cpu
754 host
755 build_os
756 build_vendor
757 build_cpu
758 build
759 target_alias
760 host_alias
761 build_alias
762 LIBS
763 ECHO_T
764 ECHO_N
765 ECHO_C
766 DEFS
767 mandir
768 localedir
769 libdir
770 psdir
771 pdfdir
772 dvidir
773 htmldir
774 infodir
775 docdir
776 oldincludedir
777 includedir
778 localstatedir
779 sharedstatedir
780 sysconfdir
781 datadir
782 datarootdir
783 libexecdir
784 sbindir
785 bindir
786 program_transform_name
787 prefix
788 exec_prefix
789 PACKAGE_URL
790 PACKAGE_BUGREPORT
791 PACKAGE_STRING
792 PACKAGE_VERSION
793 PACKAGE_TARNAME
794 PACKAGE_NAME
795 PATH_SEPARATOR
796 SHELL'
797 ac_subst_files=''
798 ac_user_opts='
799 enable_option_checking
800 enable_silent_rules
801 enable_dependency_tracking
802 enable_shared
803 enable_static
804 with_pic
805 enable_fast_install
806 with_gnu_ld
807 enable_libtool_lock
808 enable_plugins
809 enable_largefile
810 enable_targets
811 enable_checking
812 enable_compressed_debug_sections
813 enable_default_compressed_debug_sections_algorithm
814 enable_x86_relax_relocations
815 enable_elf_stt_common
816 enable_generate_build_notes
817 enable_mips_fix_loongson3_llsc
818 enable_x86_used_note
819 enable_default_riscv_attribute
820 enable_werror
821 enable_build_warnings
822 with_cpu
823 enable_nls
824 enable_maintainer_mode
825 with_system_zlib
826 with_zstd
827 '
828 ac_precious_vars='build_alias
829 host_alias
830 target_alias
831 CC
832 CFLAGS
833 LDFLAGS
834 LIBS
835 CPPFLAGS
836 CPP
837 YACC
838 YFLAGS
839 PKG_CONFIG
840 PKG_CONFIG_PATH
841 PKG_CONFIG_LIBDIR
842 ZSTD_CFLAGS
843 ZSTD_LIBS'
844
845
846 # Initialize some variables set by options.
847 ac_init_help=
848 ac_init_version=false
849 ac_unrecognized_opts=
850 ac_unrecognized_sep=
851 # The variables have the same names as the options, with
852 # dashes changed to underlines.
853 cache_file=/dev/null
854 exec_prefix=NONE
855 no_create=
856 no_recursion=
857 prefix=NONE
858 program_prefix=NONE
859 program_suffix=NONE
860 program_transform_name=s,x,x,
861 silent=
862 site=
863 srcdir=
864 verbose=
865 x_includes=NONE
866 x_libraries=NONE
867
868 # Installation directory options.
869 # These are left unexpanded so users can "make install exec_prefix=/foo"
870 # and all the variables that are supposed to be based on exec_prefix
871 # by default will actually change.
872 # Use braces instead of parens because sh, perl, etc. also accept them.
873 # (The list follows the same order as the GNU Coding Standards.)
874 bindir='${exec_prefix}/bin'
875 sbindir='${exec_prefix}/sbin'
876 libexecdir='${exec_prefix}/libexec'
877 datarootdir='${prefix}/share'
878 datadir='${datarootdir}'
879 sysconfdir='${prefix}/etc'
880 sharedstatedir='${prefix}/com'
881 localstatedir='${prefix}/var'
882 includedir='${prefix}/include'
883 oldincludedir='/usr/include'
884 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
885 infodir='${datarootdir}/info'
886 htmldir='${docdir}'
887 dvidir='${docdir}'
888 pdfdir='${docdir}'
889 psdir='${docdir}'
890 libdir='${exec_prefix}/lib'
891 localedir='${datarootdir}/locale'
892 mandir='${datarootdir}/man'
893
894 ac_prev=
895 ac_dashdash=
896 for ac_option
897 do
898 # If the previous option needs an argument, assign it.
899 if test -n "$ac_prev"; then
900 eval $ac_prev=\$ac_option
901 ac_prev=
902 continue
903 fi
904
905 case $ac_option in
906 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
907 *=) ac_optarg= ;;
908 *) ac_optarg=yes ;;
909 esac
910
911 # Accept the important Cygnus configure options, so we can diagnose typos.
912
913 case $ac_dashdash$ac_option in
914 --)
915 ac_dashdash=yes ;;
916
917 -bindir | --bindir | --bindi | --bind | --bin | --bi)
918 ac_prev=bindir ;;
919 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
920 bindir=$ac_optarg ;;
921
922 -build | --build | --buil | --bui | --bu)
923 ac_prev=build_alias ;;
924 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
925 build_alias=$ac_optarg ;;
926
927 -cache-file | --cache-file | --cache-fil | --cache-fi \
928 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
929 ac_prev=cache_file ;;
930 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
931 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
932 cache_file=$ac_optarg ;;
933
934 --config-cache | -C)
935 cache_file=config.cache ;;
936
937 -datadir | --datadir | --datadi | --datad)
938 ac_prev=datadir ;;
939 -datadir=* | --datadir=* | --datadi=* | --datad=*)
940 datadir=$ac_optarg ;;
941
942 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
943 | --dataroo | --dataro | --datar)
944 ac_prev=datarootdir ;;
945 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
946 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
947 datarootdir=$ac_optarg ;;
948
949 -disable-* | --disable-*)
950 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
951 # Reject names that are not valid shell variable names.
952 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
953 as_fn_error $? "invalid feature name: $ac_useropt"
954 ac_useropt_orig=$ac_useropt
955 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
956 case $ac_user_opts in
957 *"
958 "enable_$ac_useropt"
959 "*) ;;
960 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
961 ac_unrecognized_sep=', ';;
962 esac
963 eval enable_$ac_useropt=no ;;
964
965 -docdir | --docdir | --docdi | --doc | --do)
966 ac_prev=docdir ;;
967 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
968 docdir=$ac_optarg ;;
969
970 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
971 ac_prev=dvidir ;;
972 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
973 dvidir=$ac_optarg ;;
974
975 -enable-* | --enable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 as_fn_error $? "invalid feature name: $ac_useropt"
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
983 *"
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=\$ac_optarg ;;
990
991 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
992 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
993 | --exec | --exe | --ex)
994 ac_prev=exec_prefix ;;
995 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
996 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
997 | --exec=* | --exe=* | --ex=*)
998 exec_prefix=$ac_optarg ;;
999
1000 -gas | --gas | --ga | --g)
1001 # Obsolete; use --with-gas.
1002 with_gas=yes ;;
1003
1004 -help | --help | --hel | --he | -h)
1005 ac_init_help=long ;;
1006 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1007 ac_init_help=recursive ;;
1008 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1009 ac_init_help=short ;;
1010
1011 -host | --host | --hos | --ho)
1012 ac_prev=host_alias ;;
1013 -host=* | --host=* | --hos=* | --ho=*)
1014 host_alias=$ac_optarg ;;
1015
1016 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1017 ac_prev=htmldir ;;
1018 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1019 | --ht=*)
1020 htmldir=$ac_optarg ;;
1021
1022 -includedir | --includedir | --includedi | --included | --include \
1023 | --includ | --inclu | --incl | --inc)
1024 ac_prev=includedir ;;
1025 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1026 | --includ=* | --inclu=* | --incl=* | --inc=*)
1027 includedir=$ac_optarg ;;
1028
1029 -infodir | --infodir | --infodi | --infod | --info | --inf)
1030 ac_prev=infodir ;;
1031 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1032 infodir=$ac_optarg ;;
1033
1034 -libdir | --libdir | --libdi | --libd)
1035 ac_prev=libdir ;;
1036 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1037 libdir=$ac_optarg ;;
1038
1039 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1040 | --libexe | --libex | --libe)
1041 ac_prev=libexecdir ;;
1042 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1043 | --libexe=* | --libex=* | --libe=*)
1044 libexecdir=$ac_optarg ;;
1045
1046 -localedir | --localedir | --localedi | --localed | --locale)
1047 ac_prev=localedir ;;
1048 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1049 localedir=$ac_optarg ;;
1050
1051 -localstatedir | --localstatedir | --localstatedi | --localstated \
1052 | --localstate | --localstat | --localsta | --localst | --locals)
1053 ac_prev=localstatedir ;;
1054 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1055 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1056 localstatedir=$ac_optarg ;;
1057
1058 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1059 ac_prev=mandir ;;
1060 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1061 mandir=$ac_optarg ;;
1062
1063 -nfp | --nfp | --nf)
1064 # Obsolete; use --without-fp.
1065 with_fp=no ;;
1066
1067 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1068 | --no-cr | --no-c | -n)
1069 no_create=yes ;;
1070
1071 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1072 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1073 no_recursion=yes ;;
1074
1075 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1076 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1077 | --oldin | --oldi | --old | --ol | --o)
1078 ac_prev=oldincludedir ;;
1079 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1080 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1081 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1082 oldincludedir=$ac_optarg ;;
1083
1084 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1085 ac_prev=prefix ;;
1086 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1087 prefix=$ac_optarg ;;
1088
1089 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1090 | --program-pre | --program-pr | --program-p)
1091 ac_prev=program_prefix ;;
1092 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1093 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1094 program_prefix=$ac_optarg ;;
1095
1096 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1097 | --program-suf | --program-su | --program-s)
1098 ac_prev=program_suffix ;;
1099 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1100 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1101 program_suffix=$ac_optarg ;;
1102
1103 -program-transform-name | --program-transform-name \
1104 | --program-transform-nam | --program-transform-na \
1105 | --program-transform-n | --program-transform- \
1106 | --program-transform | --program-transfor \
1107 | --program-transfo | --program-transf \
1108 | --program-trans | --program-tran \
1109 | --progr-tra | --program-tr | --program-t)
1110 ac_prev=program_transform_name ;;
1111 -program-transform-name=* | --program-transform-name=* \
1112 | --program-transform-nam=* | --program-transform-na=* \
1113 | --program-transform-n=* | --program-transform-=* \
1114 | --program-transform=* | --program-transfor=* \
1115 | --program-transfo=* | --program-transf=* \
1116 | --program-trans=* | --program-tran=* \
1117 | --progr-tra=* | --program-tr=* | --program-t=*)
1118 program_transform_name=$ac_optarg ;;
1119
1120 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1121 ac_prev=pdfdir ;;
1122 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1123 pdfdir=$ac_optarg ;;
1124
1125 -psdir | --psdir | --psdi | --psd | --ps)
1126 ac_prev=psdir ;;
1127 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1128 psdir=$ac_optarg ;;
1129
1130 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1131 | -silent | --silent | --silen | --sile | --sil)
1132 silent=yes ;;
1133
1134 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1135 ac_prev=sbindir ;;
1136 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1137 | --sbi=* | --sb=*)
1138 sbindir=$ac_optarg ;;
1139
1140 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1141 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1142 | --sharedst | --shareds | --shared | --share | --shar \
1143 | --sha | --sh)
1144 ac_prev=sharedstatedir ;;
1145 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1146 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1147 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1148 | --sha=* | --sh=*)
1149 sharedstatedir=$ac_optarg ;;
1150
1151 -site | --site | --sit)
1152 ac_prev=site ;;
1153 -site=* | --site=* | --sit=*)
1154 site=$ac_optarg ;;
1155
1156 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1157 ac_prev=srcdir ;;
1158 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1159 srcdir=$ac_optarg ;;
1160
1161 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1162 | --syscon | --sysco | --sysc | --sys | --sy)
1163 ac_prev=sysconfdir ;;
1164 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1165 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1166 sysconfdir=$ac_optarg ;;
1167
1168 -target | --target | --targe | --targ | --tar | --ta | --t)
1169 ac_prev=target_alias ;;
1170 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1171 target_alias=$ac_optarg ;;
1172
1173 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1174 verbose=yes ;;
1175
1176 -version | --version | --versio | --versi | --vers | -V)
1177 ac_init_version=: ;;
1178
1179 -with-* | --with-*)
1180 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1181 # Reject names that are not valid shell variable names.
1182 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1183 as_fn_error $? "invalid package name: $ac_useropt"
1184 ac_useropt_orig=$ac_useropt
1185 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1186 case $ac_user_opts in
1187 *"
1188 "with_$ac_useropt"
1189 "*) ;;
1190 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1191 ac_unrecognized_sep=', ';;
1192 esac
1193 eval with_$ac_useropt=\$ac_optarg ;;
1194
1195 -without-* | --without-*)
1196 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1197 # Reject names that are not valid shell variable names.
1198 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1199 as_fn_error $? "invalid package name: $ac_useropt"
1200 ac_useropt_orig=$ac_useropt
1201 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1202 case $ac_user_opts in
1203 *"
1204 "with_$ac_useropt"
1205 "*) ;;
1206 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1207 ac_unrecognized_sep=', ';;
1208 esac
1209 eval with_$ac_useropt=no ;;
1210
1211 --x)
1212 # Obsolete; use --with-x.
1213 with_x=yes ;;
1214
1215 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1216 | --x-incl | --x-inc | --x-in | --x-i)
1217 ac_prev=x_includes ;;
1218 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1219 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1220 x_includes=$ac_optarg ;;
1221
1222 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1223 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1224 ac_prev=x_libraries ;;
1225 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1226 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1227 x_libraries=$ac_optarg ;;
1228
1229 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1230 Try \`$0 --help' for more information"
1231 ;;
1232
1233 *=*)
1234 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1235 # Reject names that are not valid shell variable names.
1236 case $ac_envvar in #(
1237 '' | [0-9]* | *[!_$as_cr_alnum]* )
1238 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1239 esac
1240 eval $ac_envvar=\$ac_optarg
1241 export $ac_envvar ;;
1242
1243 *)
1244 # FIXME: should be removed in autoconf 3.0.
1245 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1246 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1247 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1248 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1249 ;;
1250
1251 esac
1252 done
1253
1254 if test -n "$ac_prev"; then
1255 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1256 as_fn_error $? "missing argument to $ac_option"
1257 fi
1258
1259 if test -n "$ac_unrecognized_opts"; then
1260 case $enable_option_checking in
1261 no) ;;
1262 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1263 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1264 esac
1265 fi
1266
1267 # Check all directory arguments for consistency.
1268 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1269 datadir sysconfdir sharedstatedir localstatedir includedir \
1270 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1271 libdir localedir mandir
1272 do
1273 eval ac_val=\$$ac_var
1274 # Remove trailing slashes.
1275 case $ac_val in
1276 */ )
1277 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1278 eval $ac_var=\$ac_val;;
1279 esac
1280 # Be sure to have absolute directory names.
1281 case $ac_val in
1282 [\\/$]* | ?:[\\/]* ) continue;;
1283 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1284 esac
1285 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1286 done
1287
1288 # There might be people who depend on the old broken behavior: `$host'
1289 # used to hold the argument of --host etc.
1290 # FIXME: To remove some day.
1291 build=$build_alias
1292 host=$host_alias
1293 target=$target_alias
1294
1295 # FIXME: To remove some day.
1296 if test "x$host_alias" != x; then
1297 if test "x$build_alias" = x; then
1298 cross_compiling=maybe
1299 elif test "x$build_alias" != "x$host_alias"; then
1300 cross_compiling=yes
1301 fi
1302 fi
1303
1304 ac_tool_prefix=
1305 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1306
1307 test "$silent" = yes && exec 6>/dev/null
1308
1309
1310 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1311 ac_ls_di=`ls -di .` &&
1312 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1313 as_fn_error $? "working directory cannot be determined"
1314 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1315 as_fn_error $? "pwd does not report name of working directory"
1316
1317
1318 # Find the source files, if location was not specified.
1319 if test -z "$srcdir"; then
1320 ac_srcdir_defaulted=yes
1321 # Try the directory containing this script, then the parent directory.
1322 ac_confdir=`$as_dirname -- "$as_myself" ||
1323 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1324 X"$as_myself" : 'X\(//\)[^/]' \| \
1325 X"$as_myself" : 'X\(//\)$' \| \
1326 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1327 $as_echo X"$as_myself" |
1328 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1329 s//\1/
1330 q
1331 }
1332 /^X\(\/\/\)[^/].*/{
1333 s//\1/
1334 q
1335 }
1336 /^X\(\/\/\)$/{
1337 s//\1/
1338 q
1339 }
1340 /^X\(\/\).*/{
1341 s//\1/
1342 q
1343 }
1344 s/.*/./; q'`
1345 srcdir=$ac_confdir
1346 if test ! -r "$srcdir/$ac_unique_file"; then
1347 srcdir=..
1348 fi
1349 else
1350 ac_srcdir_defaulted=no
1351 fi
1352 if test ! -r "$srcdir/$ac_unique_file"; then
1353 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1354 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1355 fi
1356 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1357 ac_abs_confdir=`(
1358 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1359 pwd)`
1360 # When building in place, set srcdir=.
1361 if test "$ac_abs_confdir" = "$ac_pwd"; then
1362 srcdir=.
1363 fi
1364 # Remove unnecessary trailing slashes from srcdir.
1365 # Double slashes in file names in object file debugging info
1366 # mess up M-x gdb in Emacs.
1367 case $srcdir in
1368 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1369 esac
1370 for ac_var in $ac_precious_vars; do
1371 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1372 eval ac_env_${ac_var}_value=\$${ac_var}
1373 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1374 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1375 done
1376
1377 #
1378 # Report the --help message.
1379 #
1380 if test "$ac_init_help" = "long"; then
1381 # Omit some internal or obsolete options to make the list less imposing.
1382 # This message is too long to be a string in the A/UX 3.1 sh.
1383 cat <<_ACEOF
1384 \`configure' configures gas 2.40.50 to adapt to many kinds of systems.
1385
1386 Usage: $0 [OPTION]... [VAR=VALUE]...
1387
1388 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1389 VAR=VALUE. See below for descriptions of some of the useful variables.
1390
1391 Defaults for the options are specified in brackets.
1392
1393 Configuration:
1394 -h, --help display this help and exit
1395 --help=short display options specific to this package
1396 --help=recursive display the short help of all the included packages
1397 -V, --version display version information and exit
1398 -q, --quiet, --silent do not print \`checking ...' messages
1399 --cache-file=FILE cache test results in FILE [disabled]
1400 -C, --config-cache alias for \`--cache-file=config.cache'
1401 -n, --no-create do not create output files
1402 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1403
1404 Installation directories:
1405 --prefix=PREFIX install architecture-independent files in PREFIX
1406 [$ac_default_prefix]
1407 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1408 [PREFIX]
1409
1410 By default, \`make install' will install all the files in
1411 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1412 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1413 for instance \`--prefix=\$HOME'.
1414
1415 For better control, use the options below.
1416
1417 Fine tuning of the installation directories:
1418 --bindir=DIR user executables [EPREFIX/bin]
1419 --sbindir=DIR system admin executables [EPREFIX/sbin]
1420 --libexecdir=DIR program executables [EPREFIX/libexec]
1421 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1422 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1423 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1424 --libdir=DIR object code libraries [EPREFIX/lib]
1425 --includedir=DIR C header files [PREFIX/include]
1426 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1427 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1428 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1429 --infodir=DIR info documentation [DATAROOTDIR/info]
1430 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1431 --mandir=DIR man documentation [DATAROOTDIR/man]
1432 --docdir=DIR documentation root [DATAROOTDIR/doc/gas]
1433 --htmldir=DIR html documentation [DOCDIR]
1434 --dvidir=DIR dvi documentation [DOCDIR]
1435 --pdfdir=DIR pdf documentation [DOCDIR]
1436 --psdir=DIR ps documentation [DOCDIR]
1437 _ACEOF
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.40.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-default-compressed-debug-sections-algorithm={zlib,zstd}
1481 Default compression algorithm for
1482 --enable-compressed-debug-sections.
1483 --enable-x86-relax-relocations
1484 generate x86 relax relocations by default
1485 --enable-elf-stt-common generate ELF common symbols with STT_COMMON type by
1486 default
1487 --enable-generate-build-notes
1488 generate GNU Build notes if none are provided by the
1489 input
1490 --enable-mips-fix-loongson3-llsc
1491 enable MIPS fix Loongson3 LLSC errata
1492 --enable-x86-used-note generate GNU x86 used ISA and feature properties
1493 --enable-default-riscv-attribute
1494 generate RISC-V arch attribute by default
1495 --enable-werror treat compile warnings as errors
1496 --enable-build-warnings enable build-time compiler warnings
1497 --disable-nls do not use Native Language Support
1498 --enable-maintainer-mode
1499 enable make rules and dependencies not useful (and
1500 sometimes confusing) to the casual installer
1501
1502 Optional Packages:
1503 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1504 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1505 --with-pic try to use only PIC/non-PIC objects [default=use
1506 both]
1507 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1508 --with-cpu=CPU default cpu variant is CPU (currently only supported
1509 on ARC)
1510 --with-system-zlib use installed libz
1511 --with-zstd support zstd compressed debug sections
1512 (default=auto)
1513
1514 Some influential environment variables:
1515 CC C compiler command
1516 CFLAGS C compiler flags
1517 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1518 nonstandard directory <lib dir>
1519 LIBS libraries to pass to the linker, e.g. -l<library>
1520 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1521 you have headers in a nonstandard directory <include dir>
1522 CPP C preprocessor
1523 YACC The `Yet Another Compiler Compiler' implementation to use.
1524 Defaults to the first program found out of: `bison -y', `byacc',
1525 `yacc'.
1526 YFLAGS The list of arguments that will be passed by default to $YACC.
1527 This script will default YFLAGS to the empty string to avoid a
1528 default value of `-d' given by some make applications.
1529 PKG_CONFIG path to pkg-config utility
1530 PKG_CONFIG_PATH
1531 directories to add to pkg-config's search path
1532 PKG_CONFIG_LIBDIR
1533 path overriding pkg-config's built-in search path
1534 ZSTD_CFLAGS C compiler flags for ZSTD, overriding pkg-config
1535 ZSTD_LIBS linker flags for ZSTD, overriding pkg-config
1536
1537 Use these variables to override the choices made by `configure' or to help
1538 it to find libraries and programs with nonstandard names/locations.
1539
1540 Report bugs to the package provider.
1541 _ACEOF
1542 ac_status=$?
1543 fi
1544
1545 if test "$ac_init_help" = "recursive"; then
1546 # If there are subdirs, report their specific --help.
1547 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1548 test -d "$ac_dir" ||
1549 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1550 continue
1551 ac_builddir=.
1552
1553 case "$ac_dir" in
1554 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555 *)
1556 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1557 # A ".." for each directory in $ac_dir_suffix.
1558 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1559 case $ac_top_builddir_sub in
1560 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1561 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1562 esac ;;
1563 esac
1564 ac_abs_top_builddir=$ac_pwd
1565 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1566 # for backward compatibility:
1567 ac_top_builddir=$ac_top_build_prefix
1568
1569 case $srcdir in
1570 .) # We are building in place.
1571 ac_srcdir=.
1572 ac_top_srcdir=$ac_top_builddir_sub
1573 ac_abs_top_srcdir=$ac_pwd ;;
1574 [\\/]* | ?:[\\/]* ) # Absolute name.
1575 ac_srcdir=$srcdir$ac_dir_suffix;
1576 ac_top_srcdir=$srcdir
1577 ac_abs_top_srcdir=$srcdir ;;
1578 *) # Relative name.
1579 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1580 ac_top_srcdir=$ac_top_build_prefix$srcdir
1581 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1582 esac
1583 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1584
1585 cd "$ac_dir" || { ac_status=$?; continue; }
1586 # Check for guested configure.
1587 if test -f "$ac_srcdir/configure.gnu"; then
1588 echo &&
1589 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1590 elif test -f "$ac_srcdir/configure"; then
1591 echo &&
1592 $SHELL "$ac_srcdir/configure" --help=recursive
1593 else
1594 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1595 fi || ac_status=$?
1596 cd "$ac_pwd" || { ac_status=$?; break; }
1597 done
1598 fi
1599
1600 test -n "$ac_init_help" && exit $ac_status
1601 if $ac_init_version; then
1602 cat <<\_ACEOF
1603 gas configure 2.40.50
1604 generated by GNU Autoconf 2.69
1605
1606 Copyright (C) 2012 Free Software Foundation, Inc.
1607 This configure script is free software; the Free Software Foundation
1608 gives unlimited permission to copy, distribute and modify it.
1609 _ACEOF
1610 exit
1611 fi
1612
1613 ## ------------------------ ##
1614 ## Autoconf initialization. ##
1615 ## ------------------------ ##
1616
1617 # ac_fn_c_try_compile LINENO
1618 # --------------------------
1619 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1620 ac_fn_c_try_compile ()
1621 {
1622 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1623 rm -f conftest.$ac_objext
1624 if { { ac_try="$ac_compile"
1625 case "(($ac_try" in
1626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1627 *) ac_try_echo=$ac_try;;
1628 esac
1629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1630 $as_echo "$ac_try_echo"; } >&5
1631 (eval "$ac_compile") 2>conftest.err
1632 ac_status=$?
1633 if test -s conftest.err; then
1634 grep -v '^ *+' conftest.err >conftest.er1
1635 cat conftest.er1 >&5
1636 mv -f conftest.er1 conftest.err
1637 fi
1638 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1639 test $ac_status = 0; } && {
1640 test -z "$ac_c_werror_flag" ||
1641 test ! -s conftest.err
1642 } && test -s conftest.$ac_objext; then :
1643 ac_retval=0
1644 else
1645 $as_echo "$as_me: failed program was:" >&5
1646 sed 's/^/| /' conftest.$ac_ext >&5
1647
1648 ac_retval=1
1649 fi
1650 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1651 as_fn_set_status $ac_retval
1652
1653 } # ac_fn_c_try_compile
1654
1655 # ac_fn_c_try_cpp LINENO
1656 # ----------------------
1657 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1658 ac_fn_c_try_cpp ()
1659 {
1660 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1661 if { { ac_try="$ac_cpp conftest.$ac_ext"
1662 case "(($ac_try" in
1663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1664 *) ac_try_echo=$ac_try;;
1665 esac
1666 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1667 $as_echo "$ac_try_echo"; } >&5
1668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1669 ac_status=$?
1670 if test -s conftest.err; then
1671 grep -v '^ *+' conftest.err >conftest.er1
1672 cat conftest.er1 >&5
1673 mv -f conftest.er1 conftest.err
1674 fi
1675 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1676 test $ac_status = 0; } > conftest.i && {
1677 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1678 test ! -s conftest.err
1679 }; then :
1680 ac_retval=0
1681 else
1682 $as_echo "$as_me: failed program was:" >&5
1683 sed 's/^/| /' conftest.$ac_ext >&5
1684
1685 ac_retval=1
1686 fi
1687 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1688 as_fn_set_status $ac_retval
1689
1690 } # ac_fn_c_try_cpp
1691
1692 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1693 # -------------------------------------------------------
1694 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1695 # the include files in INCLUDES and setting the cache variable VAR
1696 # accordingly.
1697 ac_fn_c_check_header_mongrel ()
1698 {
1699 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1700 if eval \${$3+:} false; then :
1701 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1702 $as_echo_n "checking for $2... " >&6; }
1703 if eval \${$3+:} false; then :
1704 $as_echo_n "(cached) " >&6
1705 fi
1706 eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708 $as_echo "$ac_res" >&6; }
1709 else
1710 # Is the header compilable?
1711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1712 $as_echo_n "checking $2 usability... " >&6; }
1713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714 /* end confdefs.h. */
1715 $4
1716 #include <$2>
1717 _ACEOF
1718 if ac_fn_c_try_compile "$LINENO"; then :
1719 ac_header_compiler=yes
1720 else
1721 ac_header_compiler=no
1722 fi
1723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1725 $as_echo "$ac_header_compiler" >&6; }
1726
1727 # Is the header present?
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1729 $as_echo_n "checking $2 presence... " >&6; }
1730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1731 /* end confdefs.h. */
1732 #include <$2>
1733 _ACEOF
1734 if ac_fn_c_try_cpp "$LINENO"; then :
1735 ac_header_preproc=yes
1736 else
1737 ac_header_preproc=no
1738 fi
1739 rm -f conftest.err conftest.i conftest.$ac_ext
1740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1741 $as_echo "$ac_header_preproc" >&6; }
1742
1743 # So? What about this header?
1744 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1745 yes:no: )
1746 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1747 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1748 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1749 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1750 ;;
1751 no:yes:* )
1752 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1753 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1754 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1755 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1756 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1757 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1758 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1759 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1760 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1761 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1762 ;;
1763 esac
1764 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1765 $as_echo_n "checking for $2... " >&6; }
1766 if eval \${$3+:} false; then :
1767 $as_echo_n "(cached) " >&6
1768 else
1769 eval "$3=\$ac_header_compiler"
1770 fi
1771 eval ac_res=\$$3
1772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1773 $as_echo "$ac_res" >&6; }
1774 fi
1775 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1776
1777 } # ac_fn_c_check_header_mongrel
1778
1779 # ac_fn_c_try_run LINENO
1780 # ----------------------
1781 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1782 # that executables *can* be run.
1783 ac_fn_c_try_run ()
1784 {
1785 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1786 if { { ac_try="$ac_link"
1787 case "(($ac_try" in
1788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1789 *) ac_try_echo=$ac_try;;
1790 esac
1791 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1792 $as_echo "$ac_try_echo"; } >&5
1793 (eval "$ac_link") 2>&5
1794 ac_status=$?
1795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1796 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1797 { { case "(($ac_try" in
1798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1799 *) ac_try_echo=$ac_try;;
1800 esac
1801 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1802 $as_echo "$ac_try_echo"; } >&5
1803 (eval "$ac_try") 2>&5
1804 ac_status=$?
1805 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1806 test $ac_status = 0; }; }; then :
1807 ac_retval=0
1808 else
1809 $as_echo "$as_me: program exited with status $ac_status" >&5
1810 $as_echo "$as_me: failed program was:" >&5
1811 sed 's/^/| /' conftest.$ac_ext >&5
1812
1813 ac_retval=$ac_status
1814 fi
1815 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1816 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1817 as_fn_set_status $ac_retval
1818
1819 } # ac_fn_c_try_run
1820
1821 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1822 # -------------------------------------------------------
1823 # Tests whether HEADER exists and can be compiled using the include files in
1824 # INCLUDES, setting the cache variable VAR accordingly.
1825 ac_fn_c_check_header_compile ()
1826 {
1827 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1829 $as_echo_n "checking for $2... " >&6; }
1830 if eval \${$3+:} false; then :
1831 $as_echo_n "(cached) " >&6
1832 else
1833 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1834 /* end confdefs.h. */
1835 $4
1836 #include <$2>
1837 _ACEOF
1838 if ac_fn_c_try_compile "$LINENO"; then :
1839 eval "$3=yes"
1840 else
1841 eval "$3=no"
1842 fi
1843 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1844 fi
1845 eval ac_res=\$$3
1846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1847 $as_echo "$ac_res" >&6; }
1848 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1849
1850 } # ac_fn_c_check_header_compile
1851
1852 # ac_fn_c_try_link LINENO
1853 # -----------------------
1854 # Try to link conftest.$ac_ext, and return whether this succeeded.
1855 ac_fn_c_try_link ()
1856 {
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 rm -f conftest.$ac_objext conftest$ac_exeext
1859 if { { ac_try="$ac_link"
1860 case "(($ac_try" in
1861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1862 *) ac_try_echo=$ac_try;;
1863 esac
1864 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1865 $as_echo "$ac_try_echo"; } >&5
1866 (eval "$ac_link") 2>conftest.err
1867 ac_status=$?
1868 if test -s conftest.err; then
1869 grep -v '^ *+' conftest.err >conftest.er1
1870 cat conftest.er1 >&5
1871 mv -f conftest.er1 conftest.err
1872 fi
1873 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1874 test $ac_status = 0; } && {
1875 test -z "$ac_c_werror_flag" ||
1876 test ! -s conftest.err
1877 } && test -s conftest$ac_exeext && {
1878 test "$cross_compiling" = yes ||
1879 test -x conftest$ac_exeext
1880 }; then :
1881 ac_retval=0
1882 else
1883 $as_echo "$as_me: failed program was:" >&5
1884 sed 's/^/| /' conftest.$ac_ext >&5
1885
1886 ac_retval=1
1887 fi
1888 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1889 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1890 # interfere with the next link command; also delete a directory that is
1891 # left behind by Apple's compiler. We do this before executing the actions.
1892 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1893 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1894 as_fn_set_status $ac_retval
1895
1896 } # ac_fn_c_try_link
1897
1898 # ac_fn_c_check_func LINENO FUNC VAR
1899 # ----------------------------------
1900 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1901 ac_fn_c_check_func ()
1902 {
1903 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1905 $as_echo_n "checking for $2... " >&6; }
1906 if eval \${$3+:} false; then :
1907 $as_echo_n "(cached) " >&6
1908 else
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1911 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1912 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1913 #define $2 innocuous_$2
1914
1915 /* System header to define __stub macros and hopefully few prototypes,
1916 which can conflict with char $2 (); below.
1917 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1918 <limits.h> exists even on freestanding compilers. */
1919
1920 #ifdef __STDC__
1921 # include <limits.h>
1922 #else
1923 # include <assert.h>
1924 #endif
1925
1926 #undef $2
1927
1928 /* Override any GCC internal prototype to avoid an error.
1929 Use char because int might match the return type of a GCC
1930 builtin and then its argument prototype would still apply. */
1931 #ifdef __cplusplus
1932 extern "C"
1933 #endif
1934 char $2 ();
1935 /* The GNU C library defines this for functions which it implements
1936 to always fail with ENOSYS. Some functions are actually named
1937 something starting with __ and the normal name is an alias. */
1938 #if defined __stub_$2 || defined __stub___$2
1939 choke me
1940 #endif
1941
1942 int
1943 main ()
1944 {
1945 return $2 ();
1946 ;
1947 return 0;
1948 }
1949 _ACEOF
1950 if ac_fn_c_try_link "$LINENO"; then :
1951 eval "$3=yes"
1952 else
1953 eval "$3=no"
1954 fi
1955 rm -f core conftest.err conftest.$ac_objext \
1956 conftest$ac_exeext conftest.$ac_ext
1957 fi
1958 eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960 $as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1962
1963 } # ac_fn_c_check_func
1964
1965 # ac_fn_c_check_decl LINENO SYMBOL VAR INCLUDES
1966 # ---------------------------------------------
1967 # Tests whether SYMBOL is declared in INCLUDES, setting cache variable VAR
1968 # accordingly.
1969 ac_fn_c_check_decl ()
1970 {
1971 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1972 as_decl_name=`echo $2|sed 's/ *(.*//'`
1973 as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
1974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
1975 $as_echo_n "checking whether $as_decl_name is declared... " >&6; }
1976 if eval \${$3+:} false; then :
1977 $as_echo_n "(cached) " >&6
1978 else
1979 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1980 /* end confdefs.h. */
1981 $4
1982 int
1983 main ()
1984 {
1985 #ifndef $as_decl_name
1986 #ifdef __cplusplus
1987 (void) $as_decl_use;
1988 #else
1989 (void) $as_decl_name;
1990 #endif
1991 #endif
1992
1993 ;
1994 return 0;
1995 }
1996 _ACEOF
1997 if ac_fn_c_try_compile "$LINENO"; then :
1998 eval "$3=yes"
1999 else
2000 eval "$3=no"
2001 fi
2002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2003 fi
2004 eval ac_res=\$$3
2005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2006 $as_echo "$ac_res" >&6; }
2007 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2008
2009 } # ac_fn_c_check_decl
2010 cat >config.log <<_ACEOF
2011 This file contains any messages produced by compilers while
2012 running configure, to aid debugging if configure makes a mistake.
2013
2014 It was created by gas $as_me 2.40.50, which was
2015 generated by GNU Autoconf 2.69. Invocation command line was
2016
2017 $ $0 $@
2018
2019 _ACEOF
2020 exec 5>>config.log
2021 {
2022 cat <<_ASUNAME
2023 ## --------- ##
2024 ## Platform. ##
2025 ## --------- ##
2026
2027 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2028 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2029 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2030 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2031 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2032
2033 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2034 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2035
2036 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2037 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2038 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2039 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2040 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2041 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2042 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2043
2044 _ASUNAME
2045
2046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2047 for as_dir in $PATH
2048 do
2049 IFS=$as_save_IFS
2050 test -z "$as_dir" && as_dir=.
2051 $as_echo "PATH: $as_dir"
2052 done
2053 IFS=$as_save_IFS
2054
2055 } >&5
2056
2057 cat >&5 <<_ACEOF
2058
2059
2060 ## ----------- ##
2061 ## Core tests. ##
2062 ## ----------- ##
2063
2064 _ACEOF
2065
2066
2067 # Keep a trace of the command line.
2068 # Strip out --no-create and --no-recursion so they do not pile up.
2069 # Strip out --silent because we don't want to record it for future runs.
2070 # Also quote any args containing shell meta-characters.
2071 # Make two passes to allow for proper duplicate-argument suppression.
2072 ac_configure_args=
2073 ac_configure_args0=
2074 ac_configure_args1=
2075 ac_must_keep_next=false
2076 for ac_pass in 1 2
2077 do
2078 for ac_arg
2079 do
2080 case $ac_arg in
2081 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2082 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2083 | -silent | --silent | --silen | --sile | --sil)
2084 continue ;;
2085 *\'*)
2086 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2087 esac
2088 case $ac_pass in
2089 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2090 2)
2091 as_fn_append ac_configure_args1 " '$ac_arg'"
2092 if test $ac_must_keep_next = true; then
2093 ac_must_keep_next=false # Got value, back to normal.
2094 else
2095 case $ac_arg in
2096 *=* | --config-cache | -C | -disable-* | --disable-* \
2097 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2098 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2099 | -with-* | --with-* | -without-* | --without-* | --x)
2100 case "$ac_configure_args0 " in
2101 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2102 esac
2103 ;;
2104 -* ) ac_must_keep_next=true ;;
2105 esac
2106 fi
2107 as_fn_append ac_configure_args " '$ac_arg'"
2108 ;;
2109 esac
2110 done
2111 done
2112 { ac_configure_args0=; unset ac_configure_args0;}
2113 { ac_configure_args1=; unset ac_configure_args1;}
2114
2115 # When interrupted or exit'd, cleanup temporary files, and complete
2116 # config.log. We remove comments because anyway the quotes in there
2117 # would cause problems or look ugly.
2118 # WARNING: Use '\'' to represent an apostrophe within the trap.
2119 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2120 trap 'exit_status=$?
2121 # Save into config.log some information that might help in debugging.
2122 {
2123 echo
2124
2125 $as_echo "## ---------------- ##
2126 ## Cache variables. ##
2127 ## ---------------- ##"
2128 echo
2129 # The following way of writing the cache mishandles newlines in values,
2130 (
2131 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2132 eval ac_val=\$$ac_var
2133 case $ac_val in #(
2134 *${as_nl}*)
2135 case $ac_var in #(
2136 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2137 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2138 esac
2139 case $ac_var in #(
2140 _ | IFS | as_nl) ;; #(
2141 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2142 *) { eval $ac_var=; unset $ac_var;} ;;
2143 esac ;;
2144 esac
2145 done
2146 (set) 2>&1 |
2147 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2148 *${as_nl}ac_space=\ *)
2149 sed -n \
2150 "s/'\''/'\''\\\\'\'''\''/g;
2151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2152 ;; #(
2153 *)
2154 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2155 ;;
2156 esac |
2157 sort
2158 )
2159 echo
2160
2161 $as_echo "## ----------------- ##
2162 ## Output variables. ##
2163 ## ----------------- ##"
2164 echo
2165 for ac_var in $ac_subst_vars
2166 do
2167 eval ac_val=\$$ac_var
2168 case $ac_val in
2169 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2170 esac
2171 $as_echo "$ac_var='\''$ac_val'\''"
2172 done | sort
2173 echo
2174
2175 if test -n "$ac_subst_files"; then
2176 $as_echo "## ------------------- ##
2177 ## File substitutions. ##
2178 ## ------------------- ##"
2179 echo
2180 for ac_var in $ac_subst_files
2181 do
2182 eval ac_val=\$$ac_var
2183 case $ac_val in
2184 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2185 esac
2186 $as_echo "$ac_var='\''$ac_val'\''"
2187 done | sort
2188 echo
2189 fi
2190
2191 if test -s confdefs.h; then
2192 $as_echo "## ----------- ##
2193 ## confdefs.h. ##
2194 ## ----------- ##"
2195 echo
2196 cat confdefs.h
2197 echo
2198 fi
2199 test "$ac_signal" != 0 &&
2200 $as_echo "$as_me: caught signal $ac_signal"
2201 $as_echo "$as_me: exit $exit_status"
2202 } >&5
2203 rm -f core *.core core.conftest.* &&
2204 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2205 exit $exit_status
2206 ' 0
2207 for ac_signal in 1 2 13 15; do
2208 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2209 done
2210 ac_signal=0
2211
2212 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2213 rm -f -r conftest* confdefs.h
2214
2215 $as_echo "/* confdefs.h */" > confdefs.h
2216
2217 # Predefined preprocessor variables.
2218
2219 cat >>confdefs.h <<_ACEOF
2220 #define PACKAGE_NAME "$PACKAGE_NAME"
2221 _ACEOF
2222
2223 cat >>confdefs.h <<_ACEOF
2224 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2225 _ACEOF
2226
2227 cat >>confdefs.h <<_ACEOF
2228 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2229 _ACEOF
2230
2231 cat >>confdefs.h <<_ACEOF
2232 #define PACKAGE_STRING "$PACKAGE_STRING"
2233 _ACEOF
2234
2235 cat >>confdefs.h <<_ACEOF
2236 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2237 _ACEOF
2238
2239 cat >>confdefs.h <<_ACEOF
2240 #define PACKAGE_URL "$PACKAGE_URL"
2241 _ACEOF
2242
2243
2244 # Let the site file select an alternate cache file if it wants to.
2245 # Prefer an explicitly selected file to automatically selected ones.
2246 ac_site_file1=NONE
2247 ac_site_file2=NONE
2248 if test -n "$CONFIG_SITE"; then
2249 # We do not want a PATH search for config.site.
2250 case $CONFIG_SITE in #((
2251 -*) ac_site_file1=./$CONFIG_SITE;;
2252 */*) ac_site_file1=$CONFIG_SITE;;
2253 *) ac_site_file1=./$CONFIG_SITE;;
2254 esac
2255 elif test "x$prefix" != xNONE; then
2256 ac_site_file1=$prefix/share/config.site
2257 ac_site_file2=$prefix/etc/config.site
2258 else
2259 ac_site_file1=$ac_default_prefix/share/config.site
2260 ac_site_file2=$ac_default_prefix/etc/config.site
2261 fi
2262 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2263 do
2264 test "x$ac_site_file" = xNONE && continue
2265 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2267 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2268 sed 's/^/| /' "$ac_site_file" >&5
2269 . "$ac_site_file" \
2270 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2271 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2272 as_fn_error $? "failed to load site script $ac_site_file
2273 See \`config.log' for more details" "$LINENO" 5; }
2274 fi
2275 done
2276
2277 if test -r "$cache_file"; then
2278 # Some versions of bash will fail to source /dev/null (special files
2279 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2280 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2282 $as_echo "$as_me: loading cache $cache_file" >&6;}
2283 case $cache_file in
2284 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2285 *) . "./$cache_file";;
2286 esac
2287 fi
2288 else
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2290 $as_echo "$as_me: creating cache $cache_file" >&6;}
2291 >$cache_file
2292 fi
2293
2294 # Check that the precious variables saved in the cache have kept the same
2295 # value.
2296 ac_cache_corrupted=false
2297 for ac_var in $ac_precious_vars; do
2298 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2299 eval ac_new_set=\$ac_env_${ac_var}_set
2300 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2301 eval ac_new_val=\$ac_env_${ac_var}_value
2302 case $ac_old_set,$ac_new_set in
2303 set,)
2304 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2305 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2306 ac_cache_corrupted=: ;;
2307 ,set)
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2309 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2310 ac_cache_corrupted=: ;;
2311 ,);;
2312 *)
2313 if test "x$ac_old_val" != "x$ac_new_val"; then
2314 # differences in whitespace do not lead to failure.
2315 ac_old_val_w=`echo x $ac_old_val`
2316 ac_new_val_w=`echo x $ac_new_val`
2317 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2318 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2319 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2320 ac_cache_corrupted=:
2321 else
2322 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2323 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2324 eval $ac_var=\$ac_old_val
2325 fi
2326 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2327 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2328 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2329 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2330 fi;;
2331 esac
2332 # Pass precious variables to config.status.
2333 if test "$ac_new_set" = set; then
2334 case $ac_new_val in
2335 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2336 *) ac_arg=$ac_var=$ac_new_val ;;
2337 esac
2338 case " $ac_configure_args " in
2339 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2340 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2341 esac
2342 fi
2343 done
2344 if $ac_cache_corrupted; then
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2346 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2348 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2349 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2350 fi
2351 ## -------------------- ##
2352 ## Main body of script. ##
2353 ## -------------------- ##
2354
2355 ac_ext=c
2356 ac_cpp='$CPP $CPPFLAGS'
2357 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2358 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2359 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2360
2361
2362
2363
2364
2365
2366
2367 ac_aux_dir=
2368 for ac_dir in .. "$srcdir"/..; do
2369 if test -f "$ac_dir/install-sh"; then
2370 ac_aux_dir=$ac_dir
2371 ac_install_sh="$ac_aux_dir/install-sh -c"
2372 break
2373 elif test -f "$ac_dir/install.sh"; then
2374 ac_aux_dir=$ac_dir
2375 ac_install_sh="$ac_aux_dir/install.sh -c"
2376 break
2377 elif test -f "$ac_dir/shtool"; then
2378 ac_aux_dir=$ac_dir
2379 ac_install_sh="$ac_aux_dir/shtool install -c"
2380 break
2381 fi
2382 done
2383 if test -z "$ac_aux_dir"; then
2384 as_fn_error $? "cannot find install-sh, install.sh, or shtool in .. \"$srcdir\"/.." "$LINENO" 5
2385 fi
2386
2387 # These three variables are undocumented and unsupported,
2388 # and are intended to be withdrawn in a future Autoconf release.
2389 # They can cause serious problems if a builder's source tree is in a directory
2390 # whose full name contains unusual characters.
2391 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2392 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2393 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2394
2395
2396 # Make sure we can run config.sub.
2397 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2398 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2399
2400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2401 $as_echo_n "checking build system type... " >&6; }
2402 if ${ac_cv_build+:} false; then :
2403 $as_echo_n "(cached) " >&6
2404 else
2405 ac_build_alias=$build_alias
2406 test "x$ac_build_alias" = x &&
2407 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2408 test "x$ac_build_alias" = x &&
2409 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2410 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2411 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2412
2413 fi
2414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2415 $as_echo "$ac_cv_build" >&6; }
2416 case $ac_cv_build in
2417 *-*-*) ;;
2418 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2419 esac
2420 build=$ac_cv_build
2421 ac_save_IFS=$IFS; IFS='-'
2422 set x $ac_cv_build
2423 shift
2424 build_cpu=$1
2425 build_vendor=$2
2426 shift; shift
2427 # Remember, the first character of IFS is used to create $*,
2428 # except with old shells:
2429 build_os=$*
2430 IFS=$ac_save_IFS
2431 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2432
2433
2434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2435 $as_echo_n "checking host system type... " >&6; }
2436 if ${ac_cv_host+:} false; then :
2437 $as_echo_n "(cached) " >&6
2438 else
2439 if test "x$host_alias" = x; then
2440 ac_cv_host=$ac_cv_build
2441 else
2442 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2443 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2444 fi
2445
2446 fi
2447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2448 $as_echo "$ac_cv_host" >&6; }
2449 case $ac_cv_host in
2450 *-*-*) ;;
2451 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2452 esac
2453 host=$ac_cv_host
2454 ac_save_IFS=$IFS; IFS='-'
2455 set x $ac_cv_host
2456 shift
2457 host_cpu=$1
2458 host_vendor=$2
2459 shift; shift
2460 # Remember, the first character of IFS is used to create $*,
2461 # except with old shells:
2462 host_os=$*
2463 IFS=$ac_save_IFS
2464 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2465
2466
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2468 $as_echo_n "checking target system type... " >&6; }
2469 if ${ac_cv_target+:} false; then :
2470 $as_echo_n "(cached) " >&6
2471 else
2472 if test "x$target_alias" = x; then
2473 ac_cv_target=$ac_cv_host
2474 else
2475 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2476 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2477 fi
2478
2479 fi
2480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2481 $as_echo "$ac_cv_target" >&6; }
2482 case $ac_cv_target in
2483 *-*-*) ;;
2484 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2485 esac
2486 target=$ac_cv_target
2487 ac_save_IFS=$IFS; IFS='-'
2488 set x $ac_cv_target
2489 shift
2490 target_cpu=$1
2491 target_vendor=$2
2492 shift; shift
2493 # Remember, the first character of IFS is used to create $*,
2494 # except with old shells:
2495 target_os=$*
2496 IFS=$ac_save_IFS
2497 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2498
2499
2500 # The aliases save the names the user supplied, while $host etc.
2501 # will get canonicalized.
2502 test -n "$target_alias" &&
2503 test "$program_prefix$program_suffix$program_transform_name" = \
2504 NONENONEs,x,x, &&
2505 program_prefix=${target_alias}-
2506
2507 am__api_version='1.15'
2508
2509 # Find a good install program. We prefer a C program (faster),
2510 # so one script is as good as another. But avoid the broken or
2511 # incompatible versions:
2512 # SysV /etc/install, /usr/sbin/install
2513 # SunOS /usr/etc/install
2514 # IRIX /sbin/install
2515 # AIX /bin/install
2516 # AmigaOS /C/install, which installs bootblocks on floppy discs
2517 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2518 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2519 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2520 # OS/2's system install, which has a completely different semantic
2521 # ./install, which can be erroneously created by make from ./install.sh.
2522 # Reject install programs that cannot install multiple files.
2523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2524 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2525 if test -z "$INSTALL"; then
2526 if ${ac_cv_path_install+:} false; then :
2527 $as_echo_n "(cached) " >&6
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2531 do
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 # Account for people who put trailing slashes in PATH elements.
2535 case $as_dir/ in #((
2536 ./ | .// | /[cC]/* | \
2537 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2538 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2539 /usr/ucb/* ) ;;
2540 *)
2541 # OSF1 and SCO ODT 3.0 have their own names for install.
2542 # Don't use installbsd from OSF since it installs stuff as root
2543 # by default.
2544 for ac_prog in ginstall scoinst install; do
2545 for ac_exec_ext in '' $ac_executable_extensions; do
2546 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2547 if test $ac_prog = install &&
2548 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2549 # AIX install. It has an incompatible calling convention.
2550 :
2551 elif test $ac_prog = install &&
2552 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2553 # program-specific install script used by HP pwplus--don't use.
2554 :
2555 else
2556 rm -rf conftest.one conftest.two conftest.dir
2557 echo one > conftest.one
2558 echo two > conftest.two
2559 mkdir conftest.dir
2560 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2561 test -s conftest.one && test -s conftest.two &&
2562 test -s conftest.dir/conftest.one &&
2563 test -s conftest.dir/conftest.two
2564 then
2565 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2566 break 3
2567 fi
2568 fi
2569 fi
2570 done
2571 done
2572 ;;
2573 esac
2574
2575 done
2576 IFS=$as_save_IFS
2577
2578 rm -rf conftest.one conftest.two conftest.dir
2579
2580 fi
2581 if test "${ac_cv_path_install+set}" = set; then
2582 INSTALL=$ac_cv_path_install
2583 else
2584 # As a last resort, use the slow shell script. Don't cache a
2585 # value for INSTALL within a source directory, because that will
2586 # break other packages using the cache if that directory is
2587 # removed, or if the value is a relative name.
2588 INSTALL=$ac_install_sh
2589 fi
2590 fi
2591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2592 $as_echo "$INSTALL" >&6; }
2593
2594 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2595 # It thinks the first close brace ends the variable substitution.
2596 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2597
2598 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2599
2600 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2601
2602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2603 $as_echo_n "checking whether build environment is sane... " >&6; }
2604 # Reject unsafe characters in $srcdir or the absolute working directory
2605 # name. Accept space and tab only in the latter.
2606 am_lf='
2607 '
2608 case `pwd` in
2609 *[\\\"\#\$\&\'\`$am_lf]*)
2610 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2611 esac
2612 case $srcdir in
2613 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2614 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2615 esac
2616
2617 # Do 'set' in a subshell so we don't clobber the current shell's
2618 # arguments. Must try -L first in case configure is actually a
2619 # symlink; some systems play weird games with the mod time of symlinks
2620 # (eg FreeBSD returns the mod time of the symlink's containing
2621 # directory).
2622 if (
2623 am_has_slept=no
2624 for am_try in 1 2; do
2625 echo "timestamp, slept: $am_has_slept" > conftest.file
2626 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2627 if test "$*" = "X"; then
2628 # -L didn't work.
2629 set X `ls -t "$srcdir/configure" conftest.file`
2630 fi
2631 if test "$*" != "X $srcdir/configure conftest.file" \
2632 && test "$*" != "X conftest.file $srcdir/configure"; then
2633
2634 # If neither matched, then we have a broken ls. This can happen
2635 # if, for instance, CONFIG_SHELL is bash and it inherits a
2636 # broken ls alias from the environment. This has actually
2637 # happened. Such a system could not be considered "sane".
2638 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2639 alias in your environment" "$LINENO" 5
2640 fi
2641 if test "$2" = conftest.file || test $am_try -eq 2; then
2642 break
2643 fi
2644 # Just in case.
2645 sleep 1
2646 am_has_slept=yes
2647 done
2648 test "$2" = conftest.file
2649 )
2650 then
2651 # Ok.
2652 :
2653 else
2654 as_fn_error $? "newly created file is older than distributed files!
2655 Check your system clock" "$LINENO" 5
2656 fi
2657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2658 $as_echo "yes" >&6; }
2659 # If we didn't sleep, we still need to ensure time stamps of config.status and
2660 # generated files are strictly newer.
2661 am_sleep_pid=
2662 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2663 ( sleep 1 ) &
2664 am_sleep_pid=$!
2665 fi
2666
2667 rm -f conftest.file
2668
2669 test "$program_prefix" != NONE &&
2670 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2671 # Use a double $ so make ignores it.
2672 test "$program_suffix" != NONE &&
2673 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2674 # Double any \ or $.
2675 # By default was `s,x,x', remove it if useless.
2676 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2677 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2678
2679 # Expand $ac_aux_dir to an absolute path.
2680 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2681
2682 if test x"${MISSING+set}" != xset; then
2683 case $am_aux_dir in
2684 *\ * | *\ *)
2685 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2686 *)
2687 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2688 esac
2689 fi
2690 # Use eval to expand $SHELL
2691 if eval "$MISSING --is-lightweight"; then
2692 am_missing_run="$MISSING "
2693 else
2694 am_missing_run=
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2696 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2697 fi
2698
2699 if test x"${install_sh+set}" != xset; then
2700 case $am_aux_dir in
2701 *\ * | *\ *)
2702 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2703 *)
2704 install_sh="\${SHELL} $am_aux_dir/install-sh"
2705 esac
2706 fi
2707
2708 # Installed binaries are usually stripped using 'strip' when the user
2709 # run "make install-strip". However 'strip' might not be the right
2710 # tool to use in cross-compilation environments, therefore Automake
2711 # will honor the 'STRIP' environment variable to overrule this program.
2712 if test "$cross_compiling" != no; then
2713 if test -n "$ac_tool_prefix"; then
2714 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2715 set dummy ${ac_tool_prefix}strip; ac_word=$2
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2717 $as_echo_n "checking for $ac_word... " >&6; }
2718 if ${ac_cv_prog_STRIP+:} false; then :
2719 $as_echo_n "(cached) " >&6
2720 else
2721 if test -n "$STRIP"; then
2722 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2723 else
2724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2725 for as_dir in $PATH
2726 do
2727 IFS=$as_save_IFS
2728 test -z "$as_dir" && as_dir=.
2729 for ac_exec_ext in '' $ac_executable_extensions; do
2730 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2731 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2732 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2733 break 2
2734 fi
2735 done
2736 done
2737 IFS=$as_save_IFS
2738
2739 fi
2740 fi
2741 STRIP=$ac_cv_prog_STRIP
2742 if test -n "$STRIP"; then
2743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2744 $as_echo "$STRIP" >&6; }
2745 else
2746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2747 $as_echo "no" >&6; }
2748 fi
2749
2750
2751 fi
2752 if test -z "$ac_cv_prog_STRIP"; then
2753 ac_ct_STRIP=$STRIP
2754 # Extract the first word of "strip", so it can be a program name with args.
2755 set dummy strip; ac_word=$2
2756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2757 $as_echo_n "checking for $ac_word... " >&6; }
2758 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2759 $as_echo_n "(cached) " >&6
2760 else
2761 if test -n "$ac_ct_STRIP"; then
2762 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2763 else
2764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2765 for as_dir in $PATH
2766 do
2767 IFS=$as_save_IFS
2768 test -z "$as_dir" && as_dir=.
2769 for ac_exec_ext in '' $ac_executable_extensions; do
2770 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2771 ac_cv_prog_ac_ct_STRIP="strip"
2772 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2773 break 2
2774 fi
2775 done
2776 done
2777 IFS=$as_save_IFS
2778
2779 fi
2780 fi
2781 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2782 if test -n "$ac_ct_STRIP"; then
2783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2784 $as_echo "$ac_ct_STRIP" >&6; }
2785 else
2786 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2787 $as_echo "no" >&6; }
2788 fi
2789
2790 if test "x$ac_ct_STRIP" = x; then
2791 STRIP=":"
2792 else
2793 case $cross_compiling:$ac_tool_warned in
2794 yes:)
2795 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2796 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2797 ac_tool_warned=yes ;;
2798 esac
2799 STRIP=$ac_ct_STRIP
2800 fi
2801 else
2802 STRIP="$ac_cv_prog_STRIP"
2803 fi
2804
2805 fi
2806 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2807
2808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2809 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2810 if test -z "$MKDIR_P"; then
2811 if ${ac_cv_path_mkdir+:} false; then :
2812 $as_echo_n "(cached) " >&6
2813 else
2814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2815 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2816 do
2817 IFS=$as_save_IFS
2818 test -z "$as_dir" && as_dir=.
2819 for ac_prog in mkdir gmkdir; do
2820 for ac_exec_ext in '' $ac_executable_extensions; do
2821 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2822 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2823 'mkdir (GNU coreutils) '* | \
2824 'mkdir (coreutils) '* | \
2825 'mkdir (fileutils) '4.1*)
2826 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2827 break 3;;
2828 esac
2829 done
2830 done
2831 done
2832 IFS=$as_save_IFS
2833
2834 fi
2835
2836 test -d ./--version && rmdir ./--version
2837 if test "${ac_cv_path_mkdir+set}" = set; then
2838 MKDIR_P="$ac_cv_path_mkdir -p"
2839 else
2840 # As a last resort, use the slow shell script. Don't cache a
2841 # value for MKDIR_P within a source directory, because that will
2842 # break other packages using the cache if that directory is
2843 # removed, or if the value is a relative name.
2844 MKDIR_P="$ac_install_sh -d"
2845 fi
2846 fi
2847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2848 $as_echo "$MKDIR_P" >&6; }
2849
2850 for ac_prog in gawk mawk nawk awk
2851 do
2852 # Extract the first word of "$ac_prog", so it can be a program name with args.
2853 set dummy $ac_prog; ac_word=$2
2854 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2855 $as_echo_n "checking for $ac_word... " >&6; }
2856 if ${ac_cv_prog_AWK+:} false; then :
2857 $as_echo_n "(cached) " >&6
2858 else
2859 if test -n "$AWK"; then
2860 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2861 else
2862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2863 for as_dir in $PATH
2864 do
2865 IFS=$as_save_IFS
2866 test -z "$as_dir" && as_dir=.
2867 for ac_exec_ext in '' $ac_executable_extensions; do
2868 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2869 ac_cv_prog_AWK="$ac_prog"
2870 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2871 break 2
2872 fi
2873 done
2874 done
2875 IFS=$as_save_IFS
2876
2877 fi
2878 fi
2879 AWK=$ac_cv_prog_AWK
2880 if test -n "$AWK"; then
2881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2882 $as_echo "$AWK" >&6; }
2883 else
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2885 $as_echo "no" >&6; }
2886 fi
2887
2888
2889 test -n "$AWK" && break
2890 done
2891
2892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2893 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2894 set x ${MAKE-make}
2895 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2896 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
2897 $as_echo_n "(cached) " >&6
2898 else
2899 cat >conftest.make <<\_ACEOF
2900 SHELL = /bin/sh
2901 all:
2902 @echo '@@@%%%=$(MAKE)=@@@%%%'
2903 _ACEOF
2904 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2905 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2906 *@@@%%%=?*=@@@%%%*)
2907 eval ac_cv_prog_make_${ac_make}_set=yes;;
2908 *)
2909 eval ac_cv_prog_make_${ac_make}_set=no;;
2910 esac
2911 rm -f conftest.make
2912 fi
2913 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2914 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2915 $as_echo "yes" >&6; }
2916 SET_MAKE=
2917 else
2918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2919 $as_echo "no" >&6; }
2920 SET_MAKE="MAKE=${MAKE-make}"
2921 fi
2922
2923 rm -rf .tst 2>/dev/null
2924 mkdir .tst 2>/dev/null
2925 if test -d .tst; then
2926 am__leading_dot=.
2927 else
2928 am__leading_dot=_
2929 fi
2930 rmdir .tst 2>/dev/null
2931
2932 # Check whether --enable-silent-rules was given.
2933 if test "${enable_silent_rules+set}" = set; then :
2934 enableval=$enable_silent_rules;
2935 fi
2936
2937 case $enable_silent_rules in # (((
2938 yes) AM_DEFAULT_VERBOSITY=0;;
2939 no) AM_DEFAULT_VERBOSITY=1;;
2940 *) AM_DEFAULT_VERBOSITY=1;;
2941 esac
2942 am_make=${MAKE-make}
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2944 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2945 if ${am_cv_make_support_nested_variables+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947 else
2948 if $as_echo 'TRUE=$(BAR$(V))
2949 BAR0=false
2950 BAR1=true
2951 V=1
2952 am__doit:
2953 @$(TRUE)
2954 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2955 am_cv_make_support_nested_variables=yes
2956 else
2957 am_cv_make_support_nested_variables=no
2958 fi
2959 fi
2960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2961 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2962 if test $am_cv_make_support_nested_variables = yes; then
2963 AM_V='$(V)'
2964 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2965 else
2966 AM_V=$AM_DEFAULT_VERBOSITY
2967 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2968 fi
2969 AM_BACKSLASH='\'
2970
2971 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2972 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2973 # is not polluted with repeated "-I."
2974 am__isrc=' -I$(srcdir)'
2975 # test to see if srcdir already configured
2976 if test -f $srcdir/config.status; then
2977 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2978 fi
2979 fi
2980
2981 # test whether we have cygpath
2982 if test -z "$CYGPATH_W"; then
2983 if (cygpath --version) >/dev/null 2>/dev/null; then
2984 CYGPATH_W='cygpath -w'
2985 else
2986 CYGPATH_W=echo
2987 fi
2988 fi
2989
2990
2991 # Define the identity of the package.
2992 PACKAGE='gas'
2993 VERSION='2.40.50'
2994
2995
2996 cat >>confdefs.h <<_ACEOF
2997 #define PACKAGE "$PACKAGE"
2998 _ACEOF
2999
3000
3001 cat >>confdefs.h <<_ACEOF
3002 #define VERSION "$VERSION"
3003 _ACEOF
3004
3005 # Some tools Automake needs.
3006
3007 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3008
3009
3010 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3011
3012
3013 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3014
3015
3016 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3017
3018
3019 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3020
3021 # For better backward compatibility. To be removed once Automake 1.9.x
3022 # dies out for good. For more background, see:
3023 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3024 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3025 mkdir_p='$(MKDIR_P)'
3026
3027 # We need awk for the "check" target (and possibly the TAP driver). The
3028 # system "awk" is bad on some platforms.
3029 # Always define AMTAR for backward compatibility. Yes, it's still used
3030 # in the wild :-( We should find a proper way to deprecate it ...
3031 AMTAR='$${TAR-tar}'
3032
3033
3034 # We'll loop over all known methods to create a tar archive until one works.
3035 _am_tools='gnutar pax cpio none'
3036
3037 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3038
3039
3040
3041
3042
3043
3044 # POSIX will say in a future version that running "rm -f" with no argument
3045 # is OK; and we want to be able to make that assumption in our Makefile
3046 # recipes. So use an aggressive probe to check that the usage we want is
3047 # actually supported "in the wild" to an acceptable degree.
3048 # See automake bug#10828.
3049 # To make any issue more visible, cause the running configure to be aborted
3050 # by default if the 'rm' program in use doesn't match our expectations; the
3051 # user can still override this though.
3052 if rm -f && rm -fr && rm -rf; then : OK; else
3053 cat >&2 <<'END'
3054 Oops!
3055
3056 Your 'rm' program seems unable to run without file operands specified
3057 on the command line, even when the '-f' option is present. This is contrary
3058 to the behaviour of most rm programs out there, and not conforming with
3059 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3060
3061 Please tell bug-automake@gnu.org about your system, including the value
3062 of your $PATH and any error possibly output before this message. This
3063 can help us improve future automake versions.
3064
3065 END
3066 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3067 echo 'Configuration will proceed anyway, since you have set the' >&2
3068 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3069 echo >&2
3070 else
3071 cat >&2 <<'END'
3072 Aborting the configuration process, to ensure you take notice of the issue.
3073
3074 You can download and install GNU coreutils to get an 'rm' implementation
3075 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3076
3077 If you want to complete the configuration process using your problematic
3078 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3079 to "yes", and re-run configure.
3080
3081 END
3082 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3083 fi
3084 fi
3085
3086 # Check whether --enable-silent-rules was given.
3087 if test "${enable_silent_rules+set}" = set; then :
3088 enableval=$enable_silent_rules;
3089 fi
3090
3091 case $enable_silent_rules in # (((
3092 yes) AM_DEFAULT_VERBOSITY=0;;
3093 no) AM_DEFAULT_VERBOSITY=1;;
3094 *) AM_DEFAULT_VERBOSITY=0;;
3095 esac
3096 am_make=${MAKE-make}
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3098 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3099 if ${am_cv_make_support_nested_variables+:} false; then :
3100 $as_echo_n "(cached) " >&6
3101 else
3102 if $as_echo 'TRUE=$(BAR$(V))
3103 BAR0=false
3104 BAR1=true
3105 V=1
3106 am__doit:
3107 @$(TRUE)
3108 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3109 am_cv_make_support_nested_variables=yes
3110 else
3111 am_cv_make_support_nested_variables=no
3112 fi
3113 fi
3114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3115 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3116 if test $am_cv_make_support_nested_variables = yes; then
3117 AM_V='$(V)'
3118 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3119 else
3120 AM_V=$AM_DEFAULT_VERBOSITY
3121 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3122 fi
3123 AM_BACKSLASH='\'
3124
3125
3126 ac_ext=c
3127 ac_cpp='$CPP $CPPFLAGS'
3128 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3129 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3130 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3131 if test -n "$ac_tool_prefix"; then
3132 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3133 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135 $as_echo_n "checking for $ac_word... " >&6; }
3136 if ${ac_cv_prog_CC+:} false; then :
3137 $as_echo_n "(cached) " >&6
3138 else
3139 if test -n "$CC"; then
3140 ac_cv_prog_CC="$CC" # Let the user override the test.
3141 else
3142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143 for as_dir in $PATH
3144 do
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3149 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3152 fi
3153 done
3154 done
3155 IFS=$as_save_IFS
3156
3157 fi
3158 fi
3159 CC=$ac_cv_prog_CC
3160 if test -n "$CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3162 $as_echo "$CC" >&6; }
3163 else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165 $as_echo "no" >&6; }
3166 fi
3167
3168
3169 fi
3170 if test -z "$ac_cv_prog_CC"; then
3171 ac_ct_CC=$CC
3172 # Extract the first word of "gcc", so it can be a program name with args.
3173 set dummy gcc; ac_word=$2
3174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3175 $as_echo_n "checking for $ac_word... " >&6; }
3176 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3177 $as_echo_n "(cached) " >&6
3178 else
3179 if test -n "$ac_ct_CC"; then
3180 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3181 else
3182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3183 for as_dir in $PATH
3184 do
3185 IFS=$as_save_IFS
3186 test -z "$as_dir" && as_dir=.
3187 for ac_exec_ext in '' $ac_executable_extensions; do
3188 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3189 ac_cv_prog_ac_ct_CC="gcc"
3190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3191 break 2
3192 fi
3193 done
3194 done
3195 IFS=$as_save_IFS
3196
3197 fi
3198 fi
3199 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3200 if test -n "$ac_ct_CC"; then
3201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3202 $as_echo "$ac_ct_CC" >&6; }
3203 else
3204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3205 $as_echo "no" >&6; }
3206 fi
3207
3208 if test "x$ac_ct_CC" = x; then
3209 CC=""
3210 else
3211 case $cross_compiling:$ac_tool_warned in
3212 yes:)
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3214 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3215 ac_tool_warned=yes ;;
3216 esac
3217 CC=$ac_ct_CC
3218 fi
3219 else
3220 CC="$ac_cv_prog_CC"
3221 fi
3222
3223 if test -z "$CC"; then
3224 if test -n "$ac_tool_prefix"; then
3225 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3226 set dummy ${ac_tool_prefix}cc; ac_word=$2
3227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3228 $as_echo_n "checking for $ac_word... " >&6; }
3229 if ${ac_cv_prog_CC+:} false; then :
3230 $as_echo_n "(cached) " >&6
3231 else
3232 if test -n "$CC"; then
3233 ac_cv_prog_CC="$CC" # Let the user override the test.
3234 else
3235 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3236 for as_dir in $PATH
3237 do
3238 IFS=$as_save_IFS
3239 test -z "$as_dir" && as_dir=.
3240 for ac_exec_ext in '' $ac_executable_extensions; do
3241 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3242 ac_cv_prog_CC="${ac_tool_prefix}cc"
3243 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3244 break 2
3245 fi
3246 done
3247 done
3248 IFS=$as_save_IFS
3249
3250 fi
3251 fi
3252 CC=$ac_cv_prog_CC
3253 if test -n "$CC"; then
3254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3255 $as_echo "$CC" >&6; }
3256 else
3257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3258 $as_echo "no" >&6; }
3259 fi
3260
3261
3262 fi
3263 fi
3264 if test -z "$CC"; then
3265 # Extract the first word of "cc", so it can be a program name with args.
3266 set dummy cc; ac_word=$2
3267 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3268 $as_echo_n "checking for $ac_word... " >&6; }
3269 if ${ac_cv_prog_CC+:} false; then :
3270 $as_echo_n "(cached) " >&6
3271 else
3272 if test -n "$CC"; then
3273 ac_cv_prog_CC="$CC" # Let the user override the test.
3274 else
3275 ac_prog_rejected=no
3276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3277 for as_dir in $PATH
3278 do
3279 IFS=$as_save_IFS
3280 test -z "$as_dir" && as_dir=.
3281 for ac_exec_ext in '' $ac_executable_extensions; do
3282 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3284 ac_prog_rejected=yes
3285 continue
3286 fi
3287 ac_cv_prog_CC="cc"
3288 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3289 break 2
3290 fi
3291 done
3292 done
3293 IFS=$as_save_IFS
3294
3295 if test $ac_prog_rejected = yes; then
3296 # We found a bogon in the path, so make sure we never use it.
3297 set dummy $ac_cv_prog_CC
3298 shift
3299 if test $# != 0; then
3300 # We chose a different compiler from the bogus one.
3301 # However, it has the same basename, so the bogon will be chosen
3302 # first if we set CC to just the basename; use the full file name.
3303 shift
3304 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3305 fi
3306 fi
3307 fi
3308 fi
3309 CC=$ac_cv_prog_CC
3310 if test -n "$CC"; then
3311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3312 $as_echo "$CC" >&6; }
3313 else
3314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3315 $as_echo "no" >&6; }
3316 fi
3317
3318
3319 fi
3320 if test -z "$CC"; then
3321 if test -n "$ac_tool_prefix"; then
3322 for ac_prog in cl.exe
3323 do
3324 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3325 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3326 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3327 $as_echo_n "checking for $ac_word... " >&6; }
3328 if ${ac_cv_prog_CC+:} false; then :
3329 $as_echo_n "(cached) " >&6
3330 else
3331 if test -n "$CC"; then
3332 ac_cv_prog_CC="$CC" # Let the user override the test.
3333 else
3334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3335 for as_dir in $PATH
3336 do
3337 IFS=$as_save_IFS
3338 test -z "$as_dir" && as_dir=.
3339 for ac_exec_ext in '' $ac_executable_extensions; do
3340 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3341 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3342 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3343 break 2
3344 fi
3345 done
3346 done
3347 IFS=$as_save_IFS
3348
3349 fi
3350 fi
3351 CC=$ac_cv_prog_CC
3352 if test -n "$CC"; then
3353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3354 $as_echo "$CC" >&6; }
3355 else
3356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3357 $as_echo "no" >&6; }
3358 fi
3359
3360
3361 test -n "$CC" && break
3362 done
3363 fi
3364 if test -z "$CC"; then
3365 ac_ct_CC=$CC
3366 for ac_prog in cl.exe
3367 do
3368 # Extract the first word of "$ac_prog", so it can be a program name with args.
3369 set dummy $ac_prog; ac_word=$2
3370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3371 $as_echo_n "checking for $ac_word... " >&6; }
3372 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3373 $as_echo_n "(cached) " >&6
3374 else
3375 if test -n "$ac_ct_CC"; then
3376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3377 else
3378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3379 for as_dir in $PATH
3380 do
3381 IFS=$as_save_IFS
3382 test -z "$as_dir" && as_dir=.
3383 for ac_exec_ext in '' $ac_executable_extensions; do
3384 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3385 ac_cv_prog_ac_ct_CC="$ac_prog"
3386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3387 break 2
3388 fi
3389 done
3390 done
3391 IFS=$as_save_IFS
3392
3393 fi
3394 fi
3395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3396 if test -n "$ac_ct_CC"; then
3397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3398 $as_echo "$ac_ct_CC" >&6; }
3399 else
3400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3401 $as_echo "no" >&6; }
3402 fi
3403
3404
3405 test -n "$ac_ct_CC" && break
3406 done
3407
3408 if test "x$ac_ct_CC" = x; then
3409 CC=""
3410 else
3411 case $cross_compiling:$ac_tool_warned in
3412 yes:)
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3414 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3415 ac_tool_warned=yes ;;
3416 esac
3417 CC=$ac_ct_CC
3418 fi
3419 fi
3420
3421 fi
3422
3423
3424 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3425 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3426 as_fn_error $? "no acceptable C compiler found in \$PATH
3427 See \`config.log' for more details" "$LINENO" 5; }
3428
3429 # Provide some information about the compiler.
3430 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3431 set X $ac_compile
3432 ac_compiler=$2
3433 for ac_option in --version -v -V -qversion; do
3434 { { ac_try="$ac_compiler $ac_option >&5"
3435 case "(($ac_try" in
3436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3437 *) ac_try_echo=$ac_try;;
3438 esac
3439 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3440 $as_echo "$ac_try_echo"; } >&5
3441 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3442 ac_status=$?
3443 if test -s conftest.err; then
3444 sed '10a\
3445 ... rest of stderr output deleted ...
3446 10q' conftest.err >conftest.er1
3447 cat conftest.er1 >&5
3448 fi
3449 rm -f conftest.er1 conftest.err
3450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3451 test $ac_status = 0; }
3452 done
3453
3454 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3455 /* end confdefs.h. */
3456
3457 int
3458 main ()
3459 {
3460
3461 ;
3462 return 0;
3463 }
3464 _ACEOF
3465 ac_clean_files_save=$ac_clean_files
3466 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3467 # Try to create an executable without -o first, disregard a.out.
3468 # It will help us diagnose broken compilers, and finding out an intuition
3469 # of exeext.
3470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3471 $as_echo_n "checking whether the C compiler works... " >&6; }
3472 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3473
3474 # The possible output files:
3475 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3476
3477 ac_rmfiles=
3478 for ac_file in $ac_files
3479 do
3480 case $ac_file in
3481 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3482 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3483 esac
3484 done
3485 rm -f $ac_rmfiles
3486
3487 if { { ac_try="$ac_link_default"
3488 case "(($ac_try" in
3489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3490 *) ac_try_echo=$ac_try;;
3491 esac
3492 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3493 $as_echo "$ac_try_echo"; } >&5
3494 (eval "$ac_link_default") 2>&5
3495 ac_status=$?
3496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3497 test $ac_status = 0; }; then :
3498 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3499 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3500 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3501 # so that the user can short-circuit this test for compilers unknown to
3502 # Autoconf.
3503 for ac_file in $ac_files ''
3504 do
3505 test -f "$ac_file" || continue
3506 case $ac_file in
3507 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3508 ;;
3509 [ab].out )
3510 # We found the default executable, but exeext='' is most
3511 # certainly right.
3512 break;;
3513 *.* )
3514 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3515 then :; else
3516 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3517 fi
3518 # We set ac_cv_exeext here because the later test for it is not
3519 # safe: cross compilers may not add the suffix if given an `-o'
3520 # argument, so we may need to know it at that point already.
3521 # Even if this section looks crufty: it has the advantage of
3522 # actually working.
3523 break;;
3524 * )
3525 break;;
3526 esac
3527 done
3528 test "$ac_cv_exeext" = no && ac_cv_exeext=
3529
3530 else
3531 ac_file=''
3532 fi
3533 if test -z "$ac_file"; then :
3534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3535 $as_echo "no" >&6; }
3536 $as_echo "$as_me: failed program was:" >&5
3537 sed 's/^/| /' conftest.$ac_ext >&5
3538
3539 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3540 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3541 as_fn_error 77 "C compiler cannot create executables
3542 See \`config.log' for more details" "$LINENO" 5; }
3543 else
3544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3545 $as_echo "yes" >&6; }
3546 fi
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3548 $as_echo_n "checking for C compiler default output file name... " >&6; }
3549 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3550 $as_echo "$ac_file" >&6; }
3551 ac_exeext=$ac_cv_exeext
3552
3553 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3554 ac_clean_files=$ac_clean_files_save
3555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3556 $as_echo_n "checking for suffix of executables... " >&6; }
3557 if { { ac_try="$ac_link"
3558 case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561 esac
3562 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3563 $as_echo "$ac_try_echo"; } >&5
3564 (eval "$ac_link") 2>&5
3565 ac_status=$?
3566 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3567 test $ac_status = 0; }; then :
3568 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3569 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3570 # work properly (i.e., refer to `conftest.exe'), while it won't with
3571 # `rm'.
3572 for ac_file in conftest.exe conftest conftest.*; do
3573 test -f "$ac_file" || continue
3574 case $ac_file in
3575 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3576 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3577 break;;
3578 * ) break;;
3579 esac
3580 done
3581 else
3582 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3583 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3584 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3585 See \`config.log' for more details" "$LINENO" 5; }
3586 fi
3587 rm -f conftest conftest$ac_cv_exeext
3588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3589 $as_echo "$ac_cv_exeext" >&6; }
3590
3591 rm -f conftest.$ac_ext
3592 EXEEXT=$ac_cv_exeext
3593 ac_exeext=$EXEEXT
3594 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h. */
3596 #include <stdio.h>
3597 int
3598 main ()
3599 {
3600 FILE *f = fopen ("conftest.out", "w");
3601 return ferror (f) || fclose (f) != 0;
3602
3603 ;
3604 return 0;
3605 }
3606 _ACEOF
3607 ac_clean_files="$ac_clean_files conftest.out"
3608 # Check that the compiler produces executables we can run. If not, either
3609 # the compiler is broken, or we cross compile.
3610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3611 $as_echo_n "checking whether we are cross compiling... " >&6; }
3612 if test "$cross_compiling" != yes; then
3613 { { ac_try="$ac_link"
3614 case "(($ac_try" in
3615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3616 *) ac_try_echo=$ac_try;;
3617 esac
3618 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3619 $as_echo "$ac_try_echo"; } >&5
3620 (eval "$ac_link") 2>&5
3621 ac_status=$?
3622 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3623 test $ac_status = 0; }
3624 if { ac_try='./conftest$ac_cv_exeext'
3625 { { case "(($ac_try" in
3626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3627 *) ac_try_echo=$ac_try;;
3628 esac
3629 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3630 $as_echo "$ac_try_echo"; } >&5
3631 (eval "$ac_try") 2>&5
3632 ac_status=$?
3633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3634 test $ac_status = 0; }; }; then
3635 cross_compiling=no
3636 else
3637 if test "$cross_compiling" = maybe; then
3638 cross_compiling=yes
3639 else
3640 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3641 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3642 as_fn_error $? "cannot run C compiled programs.
3643 If you meant to cross compile, use \`--host'.
3644 See \`config.log' for more details" "$LINENO" 5; }
3645 fi
3646 fi
3647 fi
3648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3649 $as_echo "$cross_compiling" >&6; }
3650
3651 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3652 ac_clean_files=$ac_clean_files_save
3653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3654 $as_echo_n "checking for suffix of object files... " >&6; }
3655 if ${ac_cv_objext+:} false; then :
3656 $as_echo_n "(cached) " >&6
3657 else
3658 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3659 /* end confdefs.h. */
3660
3661 int
3662 main ()
3663 {
3664
3665 ;
3666 return 0;
3667 }
3668 _ACEOF
3669 rm -f conftest.o conftest.obj
3670 if { { ac_try="$ac_compile"
3671 case "(($ac_try" in
3672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3673 *) ac_try_echo=$ac_try;;
3674 esac
3675 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3676 $as_echo "$ac_try_echo"; } >&5
3677 (eval "$ac_compile") 2>&5
3678 ac_status=$?
3679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3680 test $ac_status = 0; }; then :
3681 for ac_file in conftest.o conftest.obj conftest.*; do
3682 test -f "$ac_file" || continue;
3683 case $ac_file in
3684 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3685 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3686 break;;
3687 esac
3688 done
3689 else
3690 $as_echo "$as_me: failed program was:" >&5
3691 sed 's/^/| /' conftest.$ac_ext >&5
3692
3693 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3694 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3695 as_fn_error $? "cannot compute suffix of object files: cannot compile
3696 See \`config.log' for more details" "$LINENO" 5; }
3697 fi
3698 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3699 fi
3700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3701 $as_echo "$ac_cv_objext" >&6; }
3702 OBJEXT=$ac_cv_objext
3703 ac_objext=$OBJEXT
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3705 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3706 if ${ac_cv_c_compiler_gnu+:} false; then :
3707 $as_echo_n "(cached) " >&6
3708 else
3709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3710 /* end confdefs.h. */
3711
3712 int
3713 main ()
3714 {
3715 #ifndef __GNUC__
3716 choke me
3717 #endif
3718
3719 ;
3720 return 0;
3721 }
3722 _ACEOF
3723 if ac_fn_c_try_compile "$LINENO"; then :
3724 ac_compiler_gnu=yes
3725 else
3726 ac_compiler_gnu=no
3727 fi
3728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3730
3731 fi
3732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3733 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3734 if test $ac_compiler_gnu = yes; then
3735 GCC=yes
3736 else
3737 GCC=
3738 fi
3739 ac_test_CFLAGS=${CFLAGS+set}
3740 ac_save_CFLAGS=$CFLAGS
3741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3742 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3743 if ${ac_cv_prog_cc_g+:} false; then :
3744 $as_echo_n "(cached) " >&6
3745 else
3746 ac_save_c_werror_flag=$ac_c_werror_flag
3747 ac_c_werror_flag=yes
3748 ac_cv_prog_cc_g=no
3749 CFLAGS="-g"
3750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3751 /* end confdefs.h. */
3752
3753 int
3754 main ()
3755 {
3756
3757 ;
3758 return 0;
3759 }
3760 _ACEOF
3761 if ac_fn_c_try_compile "$LINENO"; then :
3762 ac_cv_prog_cc_g=yes
3763 else
3764 CFLAGS=""
3765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3766 /* end confdefs.h. */
3767
3768 int
3769 main ()
3770 {
3771
3772 ;
3773 return 0;
3774 }
3775 _ACEOF
3776 if ac_fn_c_try_compile "$LINENO"; then :
3777
3778 else
3779 ac_c_werror_flag=$ac_save_c_werror_flag
3780 CFLAGS="-g"
3781 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3782 /* end confdefs.h. */
3783
3784 int
3785 main ()
3786 {
3787
3788 ;
3789 return 0;
3790 }
3791 _ACEOF
3792 if ac_fn_c_try_compile "$LINENO"; then :
3793 ac_cv_prog_cc_g=yes
3794 fi
3795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3796 fi
3797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3798 fi
3799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3800 ac_c_werror_flag=$ac_save_c_werror_flag
3801 fi
3802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3803 $as_echo "$ac_cv_prog_cc_g" >&6; }
3804 if test "$ac_test_CFLAGS" = set; then
3805 CFLAGS=$ac_save_CFLAGS
3806 elif test $ac_cv_prog_cc_g = yes; then
3807 if test "$GCC" = yes; then
3808 CFLAGS="-g -O2"
3809 else
3810 CFLAGS="-g"
3811 fi
3812 else
3813 if test "$GCC" = yes; then
3814 CFLAGS="-O2"
3815 else
3816 CFLAGS=
3817 fi
3818 fi
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3820 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3821 if ${ac_cv_prog_cc_c89+:} false; then :
3822 $as_echo_n "(cached) " >&6
3823 else
3824 ac_cv_prog_cc_c89=no
3825 ac_save_CC=$CC
3826 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3827 /* end confdefs.h. */
3828 #include <stdarg.h>
3829 #include <stdio.h>
3830 struct stat;
3831 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3832 struct buf { int x; };
3833 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3834 static char *e (p, i)
3835 char **p;
3836 int i;
3837 {
3838 return p[i];
3839 }
3840 static char *f (char * (*g) (char **, int), char **p, ...)
3841 {
3842 char *s;
3843 va_list v;
3844 va_start (v,p);
3845 s = g (p, va_arg (v,int));
3846 va_end (v);
3847 return s;
3848 }
3849
3850 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3851 function prototypes and stuff, but not '\xHH' hex character constants.
3852 These don't provoke an error unfortunately, instead are silently treated
3853 as 'x'. The following induces an error, until -std is added to get
3854 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3855 array size at least. It's necessary to write '\x00'==0 to get something
3856 that's true only with -std. */
3857 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3858
3859 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3860 inside strings and character constants. */
3861 #define FOO(x) 'x'
3862 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3863
3864 int test (int i, double x);
3865 struct s1 {int (*f) (int a);};
3866 struct s2 {int (*f) (double a);};
3867 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3868 int argc;
3869 char **argv;
3870 int
3871 main ()
3872 {
3873 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3874 ;
3875 return 0;
3876 }
3877 _ACEOF
3878 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3879 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3880 do
3881 CC="$ac_save_CC $ac_arg"
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 ac_cv_prog_cc_c89=$ac_arg
3884 fi
3885 rm -f core conftest.err conftest.$ac_objext
3886 test "x$ac_cv_prog_cc_c89" != "xno" && break
3887 done
3888 rm -f conftest.$ac_ext
3889 CC=$ac_save_CC
3890
3891 fi
3892 # AC_CACHE_VAL
3893 case "x$ac_cv_prog_cc_c89" in
3894 x)
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3896 $as_echo "none needed" >&6; } ;;
3897 xno)
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3899 $as_echo "unsupported" >&6; } ;;
3900 *)
3901 CC="$CC $ac_cv_prog_cc_c89"
3902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3903 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3904 esac
3905 if test "x$ac_cv_prog_cc_c89" != xno; then :
3906
3907 fi
3908
3909 ac_ext=c
3910 ac_cpp='$CPP $CPPFLAGS'
3911 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3912 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3913 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3914
3915 ac_ext=c
3916 ac_cpp='$CPP $CPPFLAGS'
3917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3921 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3922 if ${am_cv_prog_cc_c_o+:} false; then :
3923 $as_echo_n "(cached) " >&6
3924 else
3925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3926 /* end confdefs.h. */
3927
3928 int
3929 main ()
3930 {
3931
3932 ;
3933 return 0;
3934 }
3935 _ACEOF
3936 # Make sure it works both with $CC and with simple cc.
3937 # Following AC_PROG_CC_C_O, we do the test twice because some
3938 # compilers refuse to overwrite an existing .o file with -o,
3939 # though they will create one.
3940 am_cv_prog_cc_c_o=yes
3941 for am_i in 1 2; do
3942 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3943 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3944 ac_status=$?
3945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3946 (exit $ac_status); } \
3947 && test -f conftest2.$ac_objext; then
3948 : OK
3949 else
3950 am_cv_prog_cc_c_o=no
3951 break
3952 fi
3953 done
3954 rm -f core conftest*
3955 unset am_i
3956 fi
3957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3958 $as_echo "$am_cv_prog_cc_c_o" >&6; }
3959 if test "$am_cv_prog_cc_c_o" != yes; then
3960 # Losing compiler, so override with the script.
3961 # FIXME: It is wrong to rewrite CC.
3962 # But if we don't then we get into trouble of one sort or another.
3963 # A longer-term fix would be to have automake use am__CC in this case,
3964 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3965 CC="$am_aux_dir/compile $CC"
3966 fi
3967 ac_ext=c
3968 ac_cpp='$CPP $CPPFLAGS'
3969 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3970 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3971 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3972
3973 DEPDIR="${am__leading_dot}deps"
3974
3975 ac_config_commands="$ac_config_commands depfiles"
3976
3977
3978 am_make=${MAKE-make}
3979 cat > confinc << 'END'
3980 am__doit:
3981 @echo this is the am__doit target
3982 .PHONY: am__doit
3983 END
3984 # If we don't find an include directive, just comment out the code.
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3986 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3987 am__include="#"
3988 am__quote=
3989 _am_result=none
3990 # First try GNU make style include.
3991 echo "include confinc" > confmf
3992 # Ignore all kinds of additional output from 'make'.
3993 case `$am_make -s -f confmf 2> /dev/null` in #(
3994 *the\ am__doit\ target*)
3995 am__include=include
3996 am__quote=
3997 _am_result=GNU
3998 ;;
3999 esac
4000 # Now try BSD make style include.
4001 if test "$am__include" = "#"; then
4002 echo '.include "confinc"' > confmf
4003 case `$am_make -s -f confmf 2> /dev/null` in #(
4004 *the\ am__doit\ target*)
4005 am__include=.include
4006 am__quote="\""
4007 _am_result=BSD
4008 ;;
4009 esac
4010 fi
4011
4012
4013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4014 $as_echo "$_am_result" >&6; }
4015 rm -f confinc confmf
4016
4017 # Check whether --enable-dependency-tracking was given.
4018 if test "${enable_dependency_tracking+set}" = set; then :
4019 enableval=$enable_dependency_tracking;
4020 fi
4021
4022 if test "x$enable_dependency_tracking" != xno; then
4023 am_depcomp="$ac_aux_dir/depcomp"
4024 AMDEPBACKSLASH='\'
4025 am__nodep='_no'
4026 fi
4027 if test "x$enable_dependency_tracking" != xno; then
4028 AMDEP_TRUE=
4029 AMDEP_FALSE='#'
4030 else
4031 AMDEP_TRUE='#'
4032 AMDEP_FALSE=
4033 fi
4034
4035
4036
4037 depcc="$CC" am_compiler_list=
4038
4039 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4040 $as_echo_n "checking dependency style of $depcc... " >&6; }
4041 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4042 $as_echo_n "(cached) " >&6
4043 else
4044 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4045 # We make a subdir and do the tests there. Otherwise we can end up
4046 # making bogus files that we don't know about and never remove. For
4047 # instance it was reported that on HP-UX the gcc test will end up
4048 # making a dummy file named 'D' -- because '-MD' means "put the output
4049 # in D".
4050 rm -rf conftest.dir
4051 mkdir conftest.dir
4052 # Copy depcomp to subdir because otherwise we won't find it if we're
4053 # using a relative directory.
4054 cp "$am_depcomp" conftest.dir
4055 cd conftest.dir
4056 # We will build objects and dependencies in a subdirectory because
4057 # it helps to detect inapplicable dependency modes. For instance
4058 # both Tru64's cc and ICC support -MD to output dependencies as a
4059 # side effect of compilation, but ICC will put the dependencies in
4060 # the current directory while Tru64 will put them in the object
4061 # directory.
4062 mkdir sub
4063
4064 am_cv_CC_dependencies_compiler_type=none
4065 if test "$am_compiler_list" = ""; then
4066 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4067 fi
4068 am__universal=false
4069 case " $depcc " in #(
4070 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4071 esac
4072
4073 for depmode in $am_compiler_list; do
4074 # Setup a source with many dependencies, because some compilers
4075 # like to wrap large dependency lists on column 80 (with \), and
4076 # we should not choose a depcomp mode which is confused by this.
4077 #
4078 # We need to recreate these files for each test, as the compiler may
4079 # overwrite some of them when testing with obscure command lines.
4080 # This happens at least with the AIX C compiler.
4081 : > sub/conftest.c
4082 for i in 1 2 3 4 5 6; do
4083 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4084 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4085 # Solaris 10 /bin/sh.
4086 echo '/* dummy */' > sub/conftst$i.h
4087 done
4088 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4089
4090 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4091 # mode. It turns out that the SunPro C++ compiler does not properly
4092 # handle '-M -o', and we need to detect this. Also, some Intel
4093 # versions had trouble with output in subdirs.
4094 am__obj=sub/conftest.${OBJEXT-o}
4095 am__minus_obj="-o $am__obj"
4096 case $depmode in
4097 gcc)
4098 # This depmode causes a compiler race in universal mode.
4099 test "$am__universal" = false || continue
4100 ;;
4101 nosideeffect)
4102 # After this tag, mechanisms are not by side-effect, so they'll
4103 # only be used when explicitly requested.
4104 if test "x$enable_dependency_tracking" = xyes; then
4105 continue
4106 else
4107 break
4108 fi
4109 ;;
4110 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4111 # This compiler won't grok '-c -o', but also, the minuso test has
4112 # not run yet. These depmodes are late enough in the game, and
4113 # so weak that their functioning should not be impacted.
4114 am__obj=conftest.${OBJEXT-o}
4115 am__minus_obj=
4116 ;;
4117 none) break ;;
4118 esac
4119 if depmode=$depmode \
4120 source=sub/conftest.c object=$am__obj \
4121 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4122 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4123 >/dev/null 2>conftest.err &&
4124 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4125 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4126 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4127 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4128 # icc doesn't choke on unknown options, it will just issue warnings
4129 # or remarks (even with -Werror). So we grep stderr for any message
4130 # that says an option was ignored or not supported.
4131 # When given -MP, icc 7.0 and 7.1 complain thusly:
4132 # icc: Command line warning: ignoring option '-M'; no argument required
4133 # The diagnosis changed in icc 8.0:
4134 # icc: Command line remark: option '-MP' not supported
4135 if (grep 'ignoring option' conftest.err ||
4136 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4137 am_cv_CC_dependencies_compiler_type=$depmode
4138 break
4139 fi
4140 fi
4141 done
4142
4143 cd ..
4144 rm -rf conftest.dir
4145 else
4146 am_cv_CC_dependencies_compiler_type=none
4147 fi
4148
4149 fi
4150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4151 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4152 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4153
4154 if
4155 test "x$enable_dependency_tracking" != xno \
4156 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4157 am__fastdepCC_TRUE=
4158 am__fastdepCC_FALSE='#'
4159 else
4160 am__fastdepCC_TRUE='#'
4161 am__fastdepCC_FALSE=
4162 fi
4163
4164
4165
4166 ac_ext=c
4167 ac_cpp='$CPP $CPPFLAGS'
4168 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4169 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4170 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4172 $as_echo_n "checking how to run the C preprocessor... " >&6; }
4173 # On Suns, sometimes $CPP names a directory.
4174 if test -n "$CPP" && test -d "$CPP"; then
4175 CPP=
4176 fi
4177 if test -z "$CPP"; then
4178 if ${ac_cv_prog_CPP+:} false; then :
4179 $as_echo_n "(cached) " >&6
4180 else
4181 # Double quotes because CPP needs to be expanded
4182 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4183 do
4184 ac_preproc_ok=false
4185 for ac_c_preproc_warn_flag in '' yes
4186 do
4187 # Use a header file that comes with gcc, so configuring glibc
4188 # with a fresh cross-compiler works.
4189 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4190 # <limits.h> exists even on freestanding compilers.
4191 # On the NeXT, cc -E runs the code through the compiler's parser,
4192 # not just through cpp. "Syntax error" is here to catch this case.
4193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4194 /* end confdefs.h. */
4195 #ifdef __STDC__
4196 # include <limits.h>
4197 #else
4198 # include <assert.h>
4199 #endif
4200 Syntax error
4201 _ACEOF
4202 if ac_fn_c_try_cpp "$LINENO"; then :
4203
4204 else
4205 # Broken: fails on valid input.
4206 continue
4207 fi
4208 rm -f conftest.err conftest.i conftest.$ac_ext
4209
4210 # OK, works on sane cases. Now check whether nonexistent headers
4211 # can be detected and how.
4212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4213 /* end confdefs.h. */
4214 #include <ac_nonexistent.h>
4215 _ACEOF
4216 if ac_fn_c_try_cpp "$LINENO"; then :
4217 # Broken: success on invalid input.
4218 continue
4219 else
4220 # Passes both tests.
4221 ac_preproc_ok=:
4222 break
4223 fi
4224 rm -f conftest.err conftest.i conftest.$ac_ext
4225
4226 done
4227 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4228 rm -f conftest.i conftest.err conftest.$ac_ext
4229 if $ac_preproc_ok; then :
4230 break
4231 fi
4232
4233 done
4234 ac_cv_prog_CPP=$CPP
4235
4236 fi
4237 CPP=$ac_cv_prog_CPP
4238 else
4239 ac_cv_prog_CPP=$CPP
4240 fi
4241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4242 $as_echo "$CPP" >&6; }
4243 ac_preproc_ok=false
4244 for ac_c_preproc_warn_flag in '' yes
4245 do
4246 # Use a header file that comes with gcc, so configuring glibc
4247 # with a fresh cross-compiler works.
4248 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4249 # <limits.h> exists even on freestanding compilers.
4250 # On the NeXT, cc -E runs the code through the compiler's parser,
4251 # not just through cpp. "Syntax error" is here to catch this case.
4252 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4253 /* end confdefs.h. */
4254 #ifdef __STDC__
4255 # include <limits.h>
4256 #else
4257 # include <assert.h>
4258 #endif
4259 Syntax error
4260 _ACEOF
4261 if ac_fn_c_try_cpp "$LINENO"; then :
4262
4263 else
4264 # Broken: fails on valid input.
4265 continue
4266 fi
4267 rm -f conftest.err conftest.i conftest.$ac_ext
4268
4269 # OK, works on sane cases. Now check whether nonexistent headers
4270 # can be detected and how.
4271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4272 /* end confdefs.h. */
4273 #include <ac_nonexistent.h>
4274 _ACEOF
4275 if ac_fn_c_try_cpp "$LINENO"; then :
4276 # Broken: success on invalid input.
4277 continue
4278 else
4279 # Passes both tests.
4280 ac_preproc_ok=:
4281 break
4282 fi
4283 rm -f conftest.err conftest.i conftest.$ac_ext
4284
4285 done
4286 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4287 rm -f conftest.i conftest.err conftest.$ac_ext
4288 if $ac_preproc_ok; then :
4289
4290 else
4291 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4292 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4293 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4294 See \`config.log' for more details" "$LINENO" 5; }
4295 fi
4296
4297 ac_ext=c
4298 ac_cpp='$CPP $CPPFLAGS'
4299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4300 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4302
4303
4304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4305 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4306 if ${ac_cv_path_GREP+:} false; then :
4307 $as_echo_n "(cached) " >&6
4308 else
4309 if test -z "$GREP"; then
4310 ac_path_GREP_found=false
4311 # Loop through the user's path and test for each of PROGNAME-LIST
4312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4313 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4314 do
4315 IFS=$as_save_IFS
4316 test -z "$as_dir" && as_dir=.
4317 for ac_prog in grep ggrep; do
4318 for ac_exec_ext in '' $ac_executable_extensions; do
4319 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4320 as_fn_executable_p "$ac_path_GREP" || continue
4321 # Check for GNU ac_path_GREP and select it if it is found.
4322 # Check for GNU $ac_path_GREP
4323 case `"$ac_path_GREP" --version 2>&1` in
4324 *GNU*)
4325 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4326 *)
4327 ac_count=0
4328 $as_echo_n 0123456789 >"conftest.in"
4329 while :
4330 do
4331 cat "conftest.in" "conftest.in" >"conftest.tmp"
4332 mv "conftest.tmp" "conftest.in"
4333 cp "conftest.in" "conftest.nl"
4334 $as_echo 'GREP' >> "conftest.nl"
4335 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4336 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4337 as_fn_arith $ac_count + 1 && ac_count=$as_val
4338 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4339 # Best one so far, save it but keep looking for a better one
4340 ac_cv_path_GREP="$ac_path_GREP"
4341 ac_path_GREP_max=$ac_count
4342 fi
4343 # 10*(2^10) chars as input seems more than enough
4344 test $ac_count -gt 10 && break
4345 done
4346 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4347 esac
4348
4349 $ac_path_GREP_found && break 3
4350 done
4351 done
4352 done
4353 IFS=$as_save_IFS
4354 if test -z "$ac_cv_path_GREP"; then
4355 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4356 fi
4357 else
4358 ac_cv_path_GREP=$GREP
4359 fi
4360
4361 fi
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4363 $as_echo "$ac_cv_path_GREP" >&6; }
4364 GREP="$ac_cv_path_GREP"
4365
4366
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4368 $as_echo_n "checking for egrep... " >&6; }
4369 if ${ac_cv_path_EGREP+:} false; then :
4370 $as_echo_n "(cached) " >&6
4371 else
4372 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4373 then ac_cv_path_EGREP="$GREP -E"
4374 else
4375 if test -z "$EGREP"; then
4376 ac_path_EGREP_found=false
4377 # Loop through the user's path and test for each of PROGNAME-LIST
4378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4379 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4380 do
4381 IFS=$as_save_IFS
4382 test -z "$as_dir" && as_dir=.
4383 for ac_prog in egrep; do
4384 for ac_exec_ext in '' $ac_executable_extensions; do
4385 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4386 as_fn_executable_p "$ac_path_EGREP" || continue
4387 # Check for GNU ac_path_EGREP and select it if it is found.
4388 # Check for GNU $ac_path_EGREP
4389 case `"$ac_path_EGREP" --version 2>&1` in
4390 *GNU*)
4391 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4392 *)
4393 ac_count=0
4394 $as_echo_n 0123456789 >"conftest.in"
4395 while :
4396 do
4397 cat "conftest.in" "conftest.in" >"conftest.tmp"
4398 mv "conftest.tmp" "conftest.in"
4399 cp "conftest.in" "conftest.nl"
4400 $as_echo 'EGREP' >> "conftest.nl"
4401 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4402 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4403 as_fn_arith $ac_count + 1 && ac_count=$as_val
4404 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4405 # Best one so far, save it but keep looking for a better one
4406 ac_cv_path_EGREP="$ac_path_EGREP"
4407 ac_path_EGREP_max=$ac_count
4408 fi
4409 # 10*(2^10) chars as input seems more than enough
4410 test $ac_count -gt 10 && break
4411 done
4412 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4413 esac
4414
4415 $ac_path_EGREP_found && break 3
4416 done
4417 done
4418 done
4419 IFS=$as_save_IFS
4420 if test -z "$ac_cv_path_EGREP"; then
4421 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4422 fi
4423 else
4424 ac_cv_path_EGREP=$EGREP
4425 fi
4426
4427 fi
4428 fi
4429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4430 $as_echo "$ac_cv_path_EGREP" >&6; }
4431 EGREP="$ac_cv_path_EGREP"
4432
4433
4434 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4435 $as_echo_n "checking for ANSI C header files... " >&6; }
4436 if ${ac_cv_header_stdc+:} false; then :
4437 $as_echo_n "(cached) " >&6
4438 else
4439 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4440 /* end confdefs.h. */
4441 #include <stdlib.h>
4442 #include <stdarg.h>
4443 #include <string.h>
4444 #include <float.h>
4445
4446 int
4447 main ()
4448 {
4449
4450 ;
4451 return 0;
4452 }
4453 _ACEOF
4454 if ac_fn_c_try_compile "$LINENO"; then :
4455 ac_cv_header_stdc=yes
4456 else
4457 ac_cv_header_stdc=no
4458 fi
4459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4460
4461 if test $ac_cv_header_stdc = yes; then
4462 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4463 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464 /* end confdefs.h. */
4465 #include <string.h>
4466
4467 _ACEOF
4468 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4469 $EGREP "memchr" >/dev/null 2>&1; then :
4470
4471 else
4472 ac_cv_header_stdc=no
4473 fi
4474 rm -f conftest*
4475
4476 fi
4477
4478 if test $ac_cv_header_stdc = yes; then
4479 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4481 /* end confdefs.h. */
4482 #include <stdlib.h>
4483
4484 _ACEOF
4485 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4486 $EGREP "free" >/dev/null 2>&1; then :
4487
4488 else
4489 ac_cv_header_stdc=no
4490 fi
4491 rm -f conftest*
4492
4493 fi
4494
4495 if test $ac_cv_header_stdc = yes; then
4496 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4497 if test "$cross_compiling" = yes; then :
4498 :
4499 else
4500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4501 /* end confdefs.h. */
4502 #include <ctype.h>
4503 #include <stdlib.h>
4504 #if ((' ' & 0x0FF) == 0x020)
4505 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4506 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4507 #else
4508 # define ISLOWER(c) \
4509 (('a' <= (c) && (c) <= 'i') \
4510 || ('j' <= (c) && (c) <= 'r') \
4511 || ('s' <= (c) && (c) <= 'z'))
4512 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4513 #endif
4514
4515 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4516 int
4517 main ()
4518 {
4519 int i;
4520 for (i = 0; i < 256; i++)
4521 if (XOR (islower (i), ISLOWER (i))
4522 || toupper (i) != TOUPPER (i))
4523 return 2;
4524 return 0;
4525 }
4526 _ACEOF
4527 if ac_fn_c_try_run "$LINENO"; then :
4528
4529 else
4530 ac_cv_header_stdc=no
4531 fi
4532 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4533 conftest.$ac_objext conftest.beam conftest.$ac_ext
4534 fi
4535
4536 fi
4537 fi
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4539 $as_echo "$ac_cv_header_stdc" >&6; }
4540 if test $ac_cv_header_stdc = yes; then
4541
4542 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4543
4544 fi
4545
4546 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4547 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4548 inttypes.h stdint.h unistd.h
4549 do :
4550 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4551 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4552 "
4553 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4554 cat >>confdefs.h <<_ACEOF
4555 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4556 _ACEOF
4557
4558 fi
4559
4560 done
4561
4562
4563
4564 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4565 if test "x$ac_cv_header_minix_config_h" = xyes; then :
4566 MINIX=yes
4567 else
4568 MINIX=
4569 fi
4570
4571
4572 if test "$MINIX" = yes; then
4573
4574 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4575
4576
4577 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4578
4579
4580 $as_echo "#define _MINIX 1" >>confdefs.h
4581
4582 fi
4583
4584
4585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4586 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4587 if ${ac_cv_safe_to_define___extensions__+:} false; then :
4588 $as_echo_n "(cached) " >&6
4589 else
4590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4591 /* end confdefs.h. */
4592
4593 # define __EXTENSIONS__ 1
4594 $ac_includes_default
4595 int
4596 main ()
4597 {
4598
4599 ;
4600 return 0;
4601 }
4602 _ACEOF
4603 if ac_fn_c_try_compile "$LINENO"; then :
4604 ac_cv_safe_to_define___extensions__=yes
4605 else
4606 ac_cv_safe_to_define___extensions__=no
4607 fi
4608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4609 fi
4610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4611 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4612 test $ac_cv_safe_to_define___extensions__ = yes &&
4613 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4614
4615 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4616
4617 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4618
4619 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4620
4621 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4622
4623
4624
4625
4626
4627 case `pwd` in
4628 *\ * | *\ *)
4629 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4630 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4631 esac
4632
4633
4634
4635 macro_version='2.2.7a'
4636 macro_revision='1.3134'
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650 ltmain="$ac_aux_dir/ltmain.sh"
4651
4652 # Backslashify metacharacters that are still active within
4653 # double-quoted strings.
4654 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4655
4656 # Same as above, but do not quote variable references.
4657 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4658
4659 # Sed substitution to delay expansion of an escaped shell variable in a
4660 # double_quote_subst'ed string.
4661 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4662
4663 # Sed substitution to delay expansion of an escaped single quote.
4664 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4665
4666 # Sed substitution to avoid accidental globbing in evaled expressions
4667 no_glob_subst='s/\*/\\\*/g'
4668
4669 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4670 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4671 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4672
4673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4674 $as_echo_n "checking how to print strings... " >&6; }
4675 # Test print first, because it will be a builtin if present.
4676 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4677 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4678 ECHO='print -r --'
4679 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4680 ECHO='printf %s\n'
4681 else
4682 # Use this function as a fallback that always works.
4683 func_fallback_echo ()
4684 {
4685 eval 'cat <<_LTECHO_EOF
4686 $1
4687 _LTECHO_EOF'
4688 }
4689 ECHO='func_fallback_echo'
4690 fi
4691
4692 # func_echo_all arg...
4693 # Invoke $ECHO with all args, space-separated.
4694 func_echo_all ()
4695 {
4696 $ECHO ""
4697 }
4698
4699 case "$ECHO" in
4700 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4701 $as_echo "printf" >&6; } ;;
4702 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4703 $as_echo "print -r" >&6; } ;;
4704 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4705 $as_echo "cat" >&6; } ;;
4706 esac
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4722 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4723 if ${ac_cv_path_SED+:} false; then :
4724 $as_echo_n "(cached) " >&6
4725 else
4726 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4727 for ac_i in 1 2 3 4 5 6 7; do
4728 ac_script="$ac_script$as_nl$ac_script"
4729 done
4730 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4731 { ac_script=; unset ac_script;}
4732 if test -z "$SED"; then
4733 ac_path_SED_found=false
4734 # Loop through the user's path and test for each of PROGNAME-LIST
4735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4736 for as_dir in $PATH
4737 do
4738 IFS=$as_save_IFS
4739 test -z "$as_dir" && as_dir=.
4740 for ac_prog in sed gsed; do
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4743 as_fn_executable_p "$ac_path_SED" || continue
4744 # Check for GNU ac_path_SED and select it if it is found.
4745 # Check for GNU $ac_path_SED
4746 case `"$ac_path_SED" --version 2>&1` in
4747 *GNU*)
4748 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4749 *)
4750 ac_count=0
4751 $as_echo_n 0123456789 >"conftest.in"
4752 while :
4753 do
4754 cat "conftest.in" "conftest.in" >"conftest.tmp"
4755 mv "conftest.tmp" "conftest.in"
4756 cp "conftest.in" "conftest.nl"
4757 $as_echo '' >> "conftest.nl"
4758 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4759 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4760 as_fn_arith $ac_count + 1 && ac_count=$as_val
4761 if test $ac_count -gt ${ac_path_SED_max-0}; then
4762 # Best one so far, save it but keep looking for a better one
4763 ac_cv_path_SED="$ac_path_SED"
4764 ac_path_SED_max=$ac_count
4765 fi
4766 # 10*(2^10) chars as input seems more than enough
4767 test $ac_count -gt 10 && break
4768 done
4769 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4770 esac
4771
4772 $ac_path_SED_found && break 3
4773 done
4774 done
4775 done
4776 IFS=$as_save_IFS
4777 if test -z "$ac_cv_path_SED"; then
4778 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4779 fi
4780 else
4781 ac_cv_path_SED=$SED
4782 fi
4783
4784 fi
4785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4786 $as_echo "$ac_cv_path_SED" >&6; }
4787 SED="$ac_cv_path_SED"
4788 rm -f conftest.sed
4789
4790 test -z "$SED" && SED=sed
4791 Xsed="$SED -e 1s/^X//"
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4804 $as_echo_n "checking for fgrep... " >&6; }
4805 if ${ac_cv_path_FGREP+:} false; then :
4806 $as_echo_n "(cached) " >&6
4807 else
4808 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4809 then ac_cv_path_FGREP="$GREP -F"
4810 else
4811 if test -z "$FGREP"; then
4812 ac_path_FGREP_found=false
4813 # Loop through the user's path and test for each of PROGNAME-LIST
4814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4815 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4816 do
4817 IFS=$as_save_IFS
4818 test -z "$as_dir" && as_dir=.
4819 for ac_prog in fgrep; do
4820 for ac_exec_ext in '' $ac_executable_extensions; do
4821 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4822 as_fn_executable_p "$ac_path_FGREP" || continue
4823 # Check for GNU ac_path_FGREP and select it if it is found.
4824 # Check for GNU $ac_path_FGREP
4825 case `"$ac_path_FGREP" --version 2>&1` in
4826 *GNU*)
4827 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4828 *)
4829 ac_count=0
4830 $as_echo_n 0123456789 >"conftest.in"
4831 while :
4832 do
4833 cat "conftest.in" "conftest.in" >"conftest.tmp"
4834 mv "conftest.tmp" "conftest.in"
4835 cp "conftest.in" "conftest.nl"
4836 $as_echo 'FGREP' >> "conftest.nl"
4837 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4838 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4839 as_fn_arith $ac_count + 1 && ac_count=$as_val
4840 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4841 # Best one so far, save it but keep looking for a better one
4842 ac_cv_path_FGREP="$ac_path_FGREP"
4843 ac_path_FGREP_max=$ac_count
4844 fi
4845 # 10*(2^10) chars as input seems more than enough
4846 test $ac_count -gt 10 && break
4847 done
4848 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4849 esac
4850
4851 $ac_path_FGREP_found && break 3
4852 done
4853 done
4854 done
4855 IFS=$as_save_IFS
4856 if test -z "$ac_cv_path_FGREP"; then
4857 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4858 fi
4859 else
4860 ac_cv_path_FGREP=$FGREP
4861 fi
4862
4863 fi
4864 fi
4865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4866 $as_echo "$ac_cv_path_FGREP" >&6; }
4867 FGREP="$ac_cv_path_FGREP"
4868
4869
4870 test -z "$GREP" && GREP=grep
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890 # Check whether --with-gnu-ld was given.
4891 if test "${with_gnu_ld+set}" = set; then :
4892 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4893 else
4894 with_gnu_ld=no
4895 fi
4896
4897 ac_prog=ld
4898 if test "$GCC" = yes; then
4899 # Check if gcc -print-prog-name=ld gives a path.
4900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4901 $as_echo_n "checking for ld used by $CC... " >&6; }
4902 case $host in
4903 *-*-mingw*)
4904 # gcc leaves a trailing carriage return which upsets mingw
4905 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4906 *)
4907 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4908 esac
4909 case $ac_prog in
4910 # Accept absolute paths.
4911 [\\/]* | ?:[\\/]*)
4912 re_direlt='/[^/][^/]*/\.\./'
4913 # Canonicalize the pathname of ld
4914 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4915 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4916 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4917 done
4918 test -z "$LD" && LD="$ac_prog"
4919 ;;
4920 "")
4921 # If it fails, then pretend we aren't using GCC.
4922 ac_prog=ld
4923 ;;
4924 *)
4925 # If it is relative, then search for the first ld in PATH.
4926 with_gnu_ld=unknown
4927 ;;
4928 esac
4929 elif test "$with_gnu_ld" = yes; then
4930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4931 $as_echo_n "checking for GNU ld... " >&6; }
4932 else
4933 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4934 $as_echo_n "checking for non-GNU ld... " >&6; }
4935 fi
4936 if ${lt_cv_path_LD+:} false; then :
4937 $as_echo_n "(cached) " >&6
4938 else
4939 if test -z "$LD"; then
4940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4941 for ac_dir in $PATH; do
4942 IFS="$lt_save_ifs"
4943 test -z "$ac_dir" && ac_dir=.
4944 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4945 lt_cv_path_LD="$ac_dir/$ac_prog"
4946 # Check to see if the program is GNU ld. I'd rather use --version,
4947 # but apparently some variants of GNU ld only accept -v.
4948 # Break only if it was the GNU/non-GNU ld that we prefer.
4949 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4950 *GNU* | *'with BFD'*)
4951 test "$with_gnu_ld" != no && break
4952 ;;
4953 *)
4954 test "$with_gnu_ld" != yes && break
4955 ;;
4956 esac
4957 fi
4958 done
4959 IFS="$lt_save_ifs"
4960 else
4961 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4962 fi
4963 fi
4964
4965 LD="$lt_cv_path_LD"
4966 if test -n "$LD"; then
4967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4968 $as_echo "$LD" >&6; }
4969 else
4970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4971 $as_echo "no" >&6; }
4972 fi
4973 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4974 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4975 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4976 if ${lt_cv_prog_gnu_ld+:} false; then :
4977 $as_echo_n "(cached) " >&6
4978 else
4979 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4980 case `$LD -v 2>&1 </dev/null` in
4981 *GNU* | *'with BFD'*)
4982 lt_cv_prog_gnu_ld=yes
4983 ;;
4984 *)
4985 lt_cv_prog_gnu_ld=no
4986 ;;
4987 esac
4988 fi
4989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4990 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4991 with_gnu_ld=$lt_cv_prog_gnu_ld
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5002 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5003 if ${lt_cv_path_NM+:} false; then :
5004 $as_echo_n "(cached) " >&6
5005 else
5006 if test -n "$NM"; then
5007 # Let the user override the nm to test.
5008 lt_nm_to_check="$NM"
5009 else
5010 lt_nm_to_check="${ac_tool_prefix}nm"
5011 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5012 lt_nm_to_check="$lt_nm_to_check nm"
5013 fi
5014 fi
5015 for lt_tmp_nm in "$lt_nm_to_check"; do
5016 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5017 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5018 IFS="$lt_save_ifs"
5019 test -z "$ac_dir" && ac_dir=.
5020 # Strip out any user-provided options from the nm to test twice,
5021 # the first time to test to see if nm (rather than its options) has
5022 # an explicit path, the second time to yield a file which can be
5023 # nm'ed itself.
5024 tmp_nm_path="`$ECHO "$lt_tmp_nm" | sed 's, -.*$,,'`"
5025 case "$tmp_nm_path" in
5026 */*|*\\*) tmp_nm="$lt_tmp_nm";;
5027 *) tmp_nm="$ac_dir/$lt_tmp_nm";;
5028 esac
5029 tmp_nm_to_nm="`$ECHO "$tmp_nm" | sed 's, -.*$,,'`"
5030 if test -f "$tmp_nm_to_nm" || test -f "$tmp_nm_to_nm$ac_exeext" ; then
5031 # Check to see if the nm accepts a BSD-compat flag.
5032 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5033 # nm: unknown option "B" ignored
5034 case `"$tmp_nm" -B "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5035 *$tmp_nm*) lt_cv_path_NM="$tmp_nm -B"
5036 break
5037 ;;
5038 *)
5039 case `"$tmp_nm" -p "$tmp_nm_to_nm" 2>&1 | grep -v '^ *$' | sed '1q'` in
5040 *$tmp_nm*)
5041 lt_cv_path_NM="$tmp_nm -p"
5042 break
5043 ;;
5044 *)
5045 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5046 continue # so that we can try to find one that supports BSD flags
5047 ;;
5048 esac
5049 ;;
5050 esac
5051 fi
5052 done
5053 IFS="$lt_save_ifs"
5054 done
5055 : ${lt_cv_path_NM=no}
5056 fi
5057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5058 $as_echo "$lt_cv_path_NM" >&6; }
5059 if test "$lt_cv_path_NM" != "no"; then
5060 NM="$lt_cv_path_NM"
5061 else
5062 # Didn't find any BSD compatible name lister, look for dumpbin.
5063 if test -n "$DUMPBIN"; then :
5064 # Let the user override the test.
5065 else
5066 if test -n "$ac_tool_prefix"; then
5067 for ac_prog in dumpbin "link -dump"
5068 do
5069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5070 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5072 $as_echo_n "checking for $ac_word... " >&6; }
5073 if ${ac_cv_prog_DUMPBIN+:} false; then :
5074 $as_echo_n "(cached) " >&6
5075 else
5076 if test -n "$DUMPBIN"; then
5077 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5078 else
5079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5080 for as_dir in $PATH
5081 do
5082 IFS=$as_save_IFS
5083 test -z "$as_dir" && as_dir=.
5084 for ac_exec_ext in '' $ac_executable_extensions; do
5085 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5086 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5088 break 2
5089 fi
5090 done
5091 done
5092 IFS=$as_save_IFS
5093
5094 fi
5095 fi
5096 DUMPBIN=$ac_cv_prog_DUMPBIN
5097 if test -n "$DUMPBIN"; then
5098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5099 $as_echo "$DUMPBIN" >&6; }
5100 else
5101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5102 $as_echo "no" >&6; }
5103 fi
5104
5105
5106 test -n "$DUMPBIN" && break
5107 done
5108 fi
5109 if test -z "$DUMPBIN"; then
5110 ac_ct_DUMPBIN=$DUMPBIN
5111 for ac_prog in dumpbin "link -dump"
5112 do
5113 # Extract the first word of "$ac_prog", so it can be a program name with args.
5114 set dummy $ac_prog; ac_word=$2
5115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5116 $as_echo_n "checking for $ac_word... " >&6; }
5117 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5118 $as_echo_n "(cached) " >&6
5119 else
5120 if test -n "$ac_ct_DUMPBIN"; then
5121 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5122 else
5123 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5124 for as_dir in $PATH
5125 do
5126 IFS=$as_save_IFS
5127 test -z "$as_dir" && as_dir=.
5128 for ac_exec_ext in '' $ac_executable_extensions; do
5129 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5130 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5131 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5132 break 2
5133 fi
5134 done
5135 done
5136 IFS=$as_save_IFS
5137
5138 fi
5139 fi
5140 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5141 if test -n "$ac_ct_DUMPBIN"; then
5142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5143 $as_echo "$ac_ct_DUMPBIN" >&6; }
5144 else
5145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5146 $as_echo "no" >&6; }
5147 fi
5148
5149
5150 test -n "$ac_ct_DUMPBIN" && break
5151 done
5152
5153 if test "x$ac_ct_DUMPBIN" = x; then
5154 DUMPBIN=":"
5155 else
5156 case $cross_compiling:$ac_tool_warned in
5157 yes:)
5158 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5159 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5160 ac_tool_warned=yes ;;
5161 esac
5162 DUMPBIN=$ac_ct_DUMPBIN
5163 fi
5164 fi
5165
5166 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5167 *COFF*)
5168 DUMPBIN="$DUMPBIN -symbols"
5169 ;;
5170 *)
5171 DUMPBIN=:
5172 ;;
5173 esac
5174 fi
5175
5176 if test "$DUMPBIN" != ":"; then
5177 NM="$DUMPBIN"
5178 fi
5179 fi
5180 test -z "$NM" && NM=nm
5181
5182
5183
5184
5185
5186
5187 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5188 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5189 if ${lt_cv_nm_interface+:} false; then :
5190 $as_echo_n "(cached) " >&6
5191 else
5192 lt_cv_nm_interface="BSD nm"
5193 echo "int some_variable = 0;" > conftest.$ac_ext
5194 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5195 (eval "$ac_compile" 2>conftest.err)
5196 cat conftest.err >&5
5197 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5198 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5199 cat conftest.err >&5
5200 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5201 cat conftest.out >&5
5202 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5203 lt_cv_nm_interface="MS dumpbin"
5204 fi
5205 rm -f conftest*
5206 fi
5207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5208 $as_echo "$lt_cv_nm_interface" >&6; }
5209
5210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5211 $as_echo_n "checking whether ln -s works... " >&6; }
5212 LN_S=$as_ln_s
5213 if test "$LN_S" = "ln -s"; then
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5215 $as_echo "yes" >&6; }
5216 else
5217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5218 $as_echo "no, using $LN_S" >&6; }
5219 fi
5220
5221 # find the maximum length of command line arguments
5222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5223 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5224 if ${lt_cv_sys_max_cmd_len+:} false; then :
5225 $as_echo_n "(cached) " >&6
5226 else
5227 i=0
5228 teststring="ABCD"
5229
5230 case $build_os in
5231 msdosdjgpp*)
5232 # On DJGPP, this test can blow up pretty badly due to problems in libc
5233 # (any single argument exceeding 2000 bytes causes a buffer overrun
5234 # during glob expansion). Even if it were fixed, the result of this
5235 # check would be larger than it should be.
5236 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5237 ;;
5238
5239 gnu*)
5240 # Under GNU Hurd, this test is not required because there is
5241 # no limit to the length of command line arguments.
5242 # Libtool will interpret -1 as no limit whatsoever
5243 lt_cv_sys_max_cmd_len=-1;
5244 ;;
5245
5246 cygwin* | mingw* | cegcc*)
5247 # On Win9x/ME, this test blows up -- it succeeds, but takes
5248 # about 5 minutes as the teststring grows exponentially.
5249 # Worse, since 9x/ME are not pre-emptively multitasking,
5250 # you end up with a "frozen" computer, even though with patience
5251 # the test eventually succeeds (with a max line length of 256k).
5252 # Instead, let's just punt: use the minimum linelength reported by
5253 # all of the supported platforms: 8192 (on NT/2K/XP).
5254 lt_cv_sys_max_cmd_len=8192;
5255 ;;
5256
5257 mint*)
5258 # On MiNT this can take a long time and run out of memory.
5259 lt_cv_sys_max_cmd_len=8192;
5260 ;;
5261
5262 amigaos*)
5263 # On AmigaOS with pdksh, this test takes hours, literally.
5264 # So we just punt and use a minimum line length of 8192.
5265 lt_cv_sys_max_cmd_len=8192;
5266 ;;
5267
5268 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5269 # This has been around since 386BSD, at least. Likely further.
5270 if test -x /sbin/sysctl; then
5271 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5272 elif test -x /usr/sbin/sysctl; then
5273 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5274 else
5275 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5276 fi
5277 # And add a safety zone
5278 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5279 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5280 ;;
5281
5282 interix*)
5283 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5284 lt_cv_sys_max_cmd_len=196608
5285 ;;
5286
5287 osf*)
5288 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5289 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5290 # nice to cause kernel panics so lets avoid the loop below.
5291 # First set a reasonable default.
5292 lt_cv_sys_max_cmd_len=16384
5293 #
5294 if test -x /sbin/sysconfig; then
5295 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5296 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5297 esac
5298 fi
5299 ;;
5300 sco3.2v5*)
5301 lt_cv_sys_max_cmd_len=102400
5302 ;;
5303 sysv5* | sco5v6* | sysv4.2uw2*)
5304 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5305 if test -n "$kargmax"; then
5306 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5307 else
5308 lt_cv_sys_max_cmd_len=32768
5309 fi
5310 ;;
5311 *)
5312 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5313 if test -n "$lt_cv_sys_max_cmd_len"; then
5314 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5316 else
5317 # Make teststring a little bigger before we do anything with it.
5318 # a 1K string should be a reasonable start.
5319 for i in 1 2 3 4 5 6 7 8 ; do
5320 teststring=$teststring$teststring
5321 done
5322 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5323 # If test is not a shell built-in, we'll probably end up computing a
5324 # maximum length that is only half of the actual maximum length, but
5325 # we can't tell.
5326 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5327 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5328 test $i != 17 # 1/2 MB should be enough
5329 do
5330 i=`expr $i + 1`
5331 teststring=$teststring$teststring
5332 done
5333 # Only check the string length outside the loop.
5334 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5335 teststring=
5336 # Add a significant safety factor because C++ compilers can tack on
5337 # massive amounts of additional arguments before passing them to the
5338 # linker. It appears as though 1/2 is a usable value.
5339 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5340 fi
5341 ;;
5342 esac
5343
5344 fi
5345
5346 if test -n $lt_cv_sys_max_cmd_len ; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5348 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5349 else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5351 $as_echo "none" >&6; }
5352 fi
5353 max_cmd_len=$lt_cv_sys_max_cmd_len
5354
5355
5356
5357
5358
5359
5360 : ${CP="cp -f"}
5361 : ${MV="mv -f"}
5362 : ${RM="rm -f"}
5363
5364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5365 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5366 # Try some XSI features
5367 xsi_shell=no
5368 ( _lt_dummy="a/b/c"
5369 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5370 = c,a/b,, \
5371 && eval 'test $(( 1 + 1 )) -eq 2 \
5372 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5373 && xsi_shell=yes
5374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5375 $as_echo "$xsi_shell" >&6; }
5376
5377
5378 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5379 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5380 lt_shell_append=no
5381 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5382 >/dev/null 2>&1 \
5383 && lt_shell_append=yes
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5385 $as_echo "$lt_shell_append" >&6; }
5386
5387
5388 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5389 lt_unset=unset
5390 else
5391 lt_unset=false
5392 fi
5393
5394
5395
5396
5397
5398 # test EBCDIC or ASCII
5399 case `echo X|tr X '\101'` in
5400 A) # ASCII based system
5401 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5402 lt_SP2NL='tr \040 \012'
5403 lt_NL2SP='tr \015\012 \040\040'
5404 ;;
5405 *) # EBCDIC based system
5406 lt_SP2NL='tr \100 \n'
5407 lt_NL2SP='tr \r\n \100\100'
5408 ;;
5409 esac
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5420 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5421 if ${lt_cv_ld_reload_flag+:} false; then :
5422 $as_echo_n "(cached) " >&6
5423 else
5424 lt_cv_ld_reload_flag='-r'
5425 fi
5426 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5427 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5428 reload_flag=$lt_cv_ld_reload_flag
5429 case $reload_flag in
5430 "" | " "*) ;;
5431 *) reload_flag=" $reload_flag" ;;
5432 esac
5433 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5434 case $host_os in
5435 darwin*)
5436 if test "$GCC" = yes; then
5437 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5438 else
5439 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5440 fi
5441 ;;
5442 esac
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452 if test -n "$ac_tool_prefix"; then
5453 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5454 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5456 $as_echo_n "checking for $ac_word... " >&6; }
5457 if ${ac_cv_prog_OBJDUMP+:} false; then :
5458 $as_echo_n "(cached) " >&6
5459 else
5460 if test -n "$OBJDUMP"; then
5461 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5465 do
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5470 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5473 fi
5474 done
5475 done
5476 IFS=$as_save_IFS
5477
5478 fi
5479 fi
5480 OBJDUMP=$ac_cv_prog_OBJDUMP
5481 if test -n "$OBJDUMP"; then
5482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5483 $as_echo "$OBJDUMP" >&6; }
5484 else
5485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5486 $as_echo "no" >&6; }
5487 fi
5488
5489
5490 fi
5491 if test -z "$ac_cv_prog_OBJDUMP"; then
5492 ac_ct_OBJDUMP=$OBJDUMP
5493 # Extract the first word of "objdump", so it can be a program name with args.
5494 set dummy objdump; ac_word=$2
5495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5496 $as_echo_n "checking for $ac_word... " >&6; }
5497 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5498 $as_echo_n "(cached) " >&6
5499 else
5500 if test -n "$ac_ct_OBJDUMP"; then
5501 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5502 else
5503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5504 for as_dir in $PATH
5505 do
5506 IFS=$as_save_IFS
5507 test -z "$as_dir" && as_dir=.
5508 for ac_exec_ext in '' $ac_executable_extensions; do
5509 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5510 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5511 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5512 break 2
5513 fi
5514 done
5515 done
5516 IFS=$as_save_IFS
5517
5518 fi
5519 fi
5520 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5521 if test -n "$ac_ct_OBJDUMP"; then
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5523 $as_echo "$ac_ct_OBJDUMP" >&6; }
5524 else
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5526 $as_echo "no" >&6; }
5527 fi
5528
5529 if test "x$ac_ct_OBJDUMP" = x; then
5530 OBJDUMP="false"
5531 else
5532 case $cross_compiling:$ac_tool_warned in
5533 yes:)
5534 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5535 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5536 ac_tool_warned=yes ;;
5537 esac
5538 OBJDUMP=$ac_ct_OBJDUMP
5539 fi
5540 else
5541 OBJDUMP="$ac_cv_prog_OBJDUMP"
5542 fi
5543
5544 test -z "$OBJDUMP" && OBJDUMP=objdump
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5555 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5556 if ${lt_cv_deplibs_check_method+:} false; then :
5557 $as_echo_n "(cached) " >&6
5558 else
5559 lt_cv_file_magic_cmd='$MAGIC_CMD'
5560 lt_cv_file_magic_test_file=
5561 lt_cv_deplibs_check_method='unknown'
5562 # Need to set the preceding variable on all platforms that support
5563 # interlibrary dependencies.
5564 # 'none' -- dependencies not supported.
5565 # `unknown' -- same as none, but documents that we really don't know.
5566 # 'pass_all' -- all dependencies passed with no checks.
5567 # 'test_compile' -- check by making test program.
5568 # 'file_magic [[regex]]' -- check by looking for files in library path
5569 # which responds to the $file_magic_cmd with a given extended regex.
5570 # If you have `file' or equivalent on your system and you're not sure
5571 # whether `pass_all' will *always* work, you probably want this one.
5572
5573 case $host_os in
5574 aix[4-9]*)
5575 lt_cv_deplibs_check_method=pass_all
5576 ;;
5577
5578 beos*)
5579 lt_cv_deplibs_check_method=pass_all
5580 ;;
5581
5582 bsdi[45]*)
5583 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5584 lt_cv_file_magic_cmd='/usr/bin/file -L'
5585 lt_cv_file_magic_test_file=/shlib/libc.so
5586 ;;
5587
5588 cygwin*)
5589 # func_win32_libid is a shell function defined in ltmain.sh
5590 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5591 lt_cv_file_magic_cmd='func_win32_libid'
5592 ;;
5593
5594 mingw* | pw32*)
5595 # Base MSYS/MinGW do not provide the 'file' command needed by
5596 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5597 # unless we find 'file', for example because we are cross-compiling.
5598 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5599 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5600 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5601 lt_cv_file_magic_cmd='func_win32_libid'
5602 else
5603 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5604 lt_cv_file_magic_cmd='$OBJDUMP -f'
5605 fi
5606 ;;
5607
5608 cegcc*)
5609 # use the weaker test based on 'objdump'. See mingw*.
5610 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5611 lt_cv_file_magic_cmd='$OBJDUMP -f'
5612 ;;
5613
5614 darwin* | rhapsody*)
5615 lt_cv_deplibs_check_method=pass_all
5616 ;;
5617
5618 freebsd* | dragonfly*)
5619 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5620 case $host_cpu in
5621 i*86 )
5622 # Not sure whether the presence of OpenBSD here was a mistake.
5623 # Let's accept both of them until this is cleared up.
5624 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5625 lt_cv_file_magic_cmd=/usr/bin/file
5626 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5627 ;;
5628 esac
5629 else
5630 lt_cv_deplibs_check_method=pass_all
5631 fi
5632 ;;
5633
5634 gnu*)
5635 lt_cv_deplibs_check_method=pass_all
5636 ;;
5637
5638 haiku*)
5639 lt_cv_deplibs_check_method=pass_all
5640 ;;
5641
5642 hpux10.20* | hpux11*)
5643 lt_cv_file_magic_cmd=/usr/bin/file
5644 case $host_cpu in
5645 ia64*)
5646 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5647 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5648 ;;
5649 hppa*64*)
5650 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
5651 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5652 ;;
5653 *)
5654 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
5655 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5656 ;;
5657 esac
5658 ;;
5659
5660 interix[3-9]*)
5661 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5662 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5663 ;;
5664
5665 irix5* | irix6* | nonstopux*)
5666 case $LD in
5667 *-32|*"-32 ") libmagic=32-bit;;
5668 *-n32|*"-n32 ") libmagic=N32;;
5669 *-64|*"-64 ") libmagic=64-bit;;
5670 *) libmagic=never-match;;
5671 esac
5672 lt_cv_deplibs_check_method=pass_all
5673 ;;
5674
5675 # This must be Linux ELF.
5676 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5677 lt_cv_deplibs_check_method=pass_all
5678 ;;
5679
5680 netbsd*)
5681 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5682 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5683 else
5684 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5685 fi
5686 ;;
5687
5688 newos6*)
5689 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5690 lt_cv_file_magic_cmd=/usr/bin/file
5691 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5692 ;;
5693
5694 *nto* | *qnx*)
5695 lt_cv_deplibs_check_method=pass_all
5696 ;;
5697
5698 openbsd*)
5699 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5700 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5701 else
5702 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5703 fi
5704 ;;
5705
5706 osf3* | osf4* | osf5*)
5707 lt_cv_deplibs_check_method=pass_all
5708 ;;
5709
5710 rdos*)
5711 lt_cv_deplibs_check_method=pass_all
5712 ;;
5713
5714 solaris*)
5715 lt_cv_deplibs_check_method=pass_all
5716 ;;
5717
5718 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5719 lt_cv_deplibs_check_method=pass_all
5720 ;;
5721
5722 sysv4 | sysv4.3*)
5723 case $host_vendor in
5724 motorola)
5725 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5726 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5727 ;;
5728 ncr)
5729 lt_cv_deplibs_check_method=pass_all
5730 ;;
5731 sequent)
5732 lt_cv_file_magic_cmd='/bin/file'
5733 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5734 ;;
5735 sni)
5736 lt_cv_file_magic_cmd='/bin/file'
5737 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5738 lt_cv_file_magic_test_file=/lib/libc.so
5739 ;;
5740 siemens)
5741 lt_cv_deplibs_check_method=pass_all
5742 ;;
5743 pc)
5744 lt_cv_deplibs_check_method=pass_all
5745 ;;
5746 esac
5747 ;;
5748
5749 tpf*)
5750 lt_cv_deplibs_check_method=pass_all
5751 ;;
5752 esac
5753
5754 fi
5755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5756 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5757 file_magic_cmd=$lt_cv_file_magic_cmd
5758 deplibs_check_method=$lt_cv_deplibs_check_method
5759 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772 plugin_option=
5773 plugin_names="liblto_plugin.so liblto_plugin-0.dll cyglto_plugin-0.dll"
5774 for plugin in $plugin_names; do
5775 plugin_so=`${CC} ${CFLAGS} --print-prog-name $plugin`
5776 if test x$plugin_so = x$plugin; then
5777 plugin_so=`${CC} ${CFLAGS} --print-file-name $plugin`
5778 fi
5779 if test x$plugin_so != x$plugin; then
5780 plugin_option="--plugin $plugin_so"
5781 break
5782 fi
5783 done
5784
5785 if test -n "$ac_tool_prefix"; then
5786 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5787 set dummy ${ac_tool_prefix}ar; ac_word=$2
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5789 $as_echo_n "checking for $ac_word... " >&6; }
5790 if ${ac_cv_prog_AR+:} false; then :
5791 $as_echo_n "(cached) " >&6
5792 else
5793 if test -n "$AR"; then
5794 ac_cv_prog_AR="$AR" # Let the user override the test.
5795 else
5796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5797 for as_dir in $PATH
5798 do
5799 IFS=$as_save_IFS
5800 test -z "$as_dir" && as_dir=.
5801 for ac_exec_ext in '' $ac_executable_extensions; do
5802 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5803 ac_cv_prog_AR="${ac_tool_prefix}ar"
5804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5805 break 2
5806 fi
5807 done
5808 done
5809 IFS=$as_save_IFS
5810
5811 fi
5812 fi
5813 AR=$ac_cv_prog_AR
5814 if test -n "$AR"; then
5815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5816 $as_echo "$AR" >&6; }
5817 else
5818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5819 $as_echo "no" >&6; }
5820 fi
5821
5822
5823 fi
5824 if test -z "$ac_cv_prog_AR"; then
5825 ac_ct_AR=$AR
5826 # Extract the first word of "ar", so it can be a program name with args.
5827 set dummy ar; ac_word=$2
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5829 $as_echo_n "checking for $ac_word... " >&6; }
5830 if ${ac_cv_prog_ac_ct_AR+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 if test -n "$ac_ct_AR"; then
5834 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5835 else
5836 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5837 for as_dir in $PATH
5838 do
5839 IFS=$as_save_IFS
5840 test -z "$as_dir" && as_dir=.
5841 for ac_exec_ext in '' $ac_executable_extensions; do
5842 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5843 ac_cv_prog_ac_ct_AR="ar"
5844 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5845 break 2
5846 fi
5847 done
5848 done
5849 IFS=$as_save_IFS
5850
5851 fi
5852 fi
5853 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5854 if test -n "$ac_ct_AR"; then
5855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5856 $as_echo "$ac_ct_AR" >&6; }
5857 else
5858 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5859 $as_echo "no" >&6; }
5860 fi
5861
5862 if test "x$ac_ct_AR" = x; then
5863 AR="false"
5864 else
5865 case $cross_compiling:$ac_tool_warned in
5866 yes:)
5867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5868 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5869 ac_tool_warned=yes ;;
5870 esac
5871 AR=$ac_ct_AR
5872 fi
5873 else
5874 AR="$ac_cv_prog_AR"
5875 fi
5876
5877 test -z "$AR" && AR=ar
5878 if test -n "$plugin_option"; then
5879 if $AR --help 2>&1 | grep -q "\--plugin"; then
5880 touch conftest.c
5881 $AR $plugin_option rc conftest.a conftest.c
5882 if test "$?" != 0; then
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Failed: $AR $plugin_option rc" >&5
5884 $as_echo "$as_me: WARNING: Failed: $AR $plugin_option rc" >&2;}
5885 else
5886 AR="$AR $plugin_option"
5887 fi
5888 rm -f conftest.*
5889 fi
5890 fi
5891 test -z "$AR_FLAGS" && AR_FLAGS=cru
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903 if test -n "$ac_tool_prefix"; then
5904 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5905 set dummy ${ac_tool_prefix}strip; ac_word=$2
5906 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if ${ac_cv_prog_STRIP+:} false; then :
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$STRIP"; then
5912 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5916 do
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5921 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5922 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5924 fi
5925 done
5926 done
5927 IFS=$as_save_IFS
5928
5929 fi
5930 fi
5931 STRIP=$ac_cv_prog_STRIP
5932 if test -n "$STRIP"; then
5933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5934 $as_echo "$STRIP" >&6; }
5935 else
5936 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5937 $as_echo "no" >&6; }
5938 fi
5939
5940
5941 fi
5942 if test -z "$ac_cv_prog_STRIP"; then
5943 ac_ct_STRIP=$STRIP
5944 # Extract the first word of "strip", so it can be a program name with args.
5945 set dummy strip; ac_word=$2
5946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5947 $as_echo_n "checking for $ac_word... " >&6; }
5948 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
5949 $as_echo_n "(cached) " >&6
5950 else
5951 if test -n "$ac_ct_STRIP"; then
5952 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5953 else
5954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5955 for as_dir in $PATH
5956 do
5957 IFS=$as_save_IFS
5958 test -z "$as_dir" && as_dir=.
5959 for ac_exec_ext in '' $ac_executable_extensions; do
5960 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5961 ac_cv_prog_ac_ct_STRIP="strip"
5962 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5963 break 2
5964 fi
5965 done
5966 done
5967 IFS=$as_save_IFS
5968
5969 fi
5970 fi
5971 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5972 if test -n "$ac_ct_STRIP"; then
5973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5974 $as_echo "$ac_ct_STRIP" >&6; }
5975 else
5976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5977 $as_echo "no" >&6; }
5978 fi
5979
5980 if test "x$ac_ct_STRIP" = x; then
5981 STRIP=":"
5982 else
5983 case $cross_compiling:$ac_tool_warned in
5984 yes:)
5985 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5986 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5987 ac_tool_warned=yes ;;
5988 esac
5989 STRIP=$ac_ct_STRIP
5990 fi
5991 else
5992 STRIP="$ac_cv_prog_STRIP"
5993 fi
5994
5995 test -z "$STRIP" && STRIP=:
5996
5997
5998
5999
6000
6001
6002 if test -n "$ac_tool_prefix"; then
6003 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6004 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6006 $as_echo_n "checking for $ac_word... " >&6; }
6007 if ${ac_cv_prog_RANLIB+:} false; then :
6008 $as_echo_n "(cached) " >&6
6009 else
6010 if test -n "$RANLIB"; then
6011 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6012 else
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 for as_dir in $PATH
6015 do
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
6019 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6020 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6021 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 break 2
6023 fi
6024 done
6025 done
6026 IFS=$as_save_IFS
6027
6028 fi
6029 fi
6030 RANLIB=$ac_cv_prog_RANLIB
6031 if test -n "$RANLIB"; then
6032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6033 $as_echo "$RANLIB" >&6; }
6034 else
6035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6036 $as_echo "no" >&6; }
6037 fi
6038
6039
6040 fi
6041 if test -z "$ac_cv_prog_RANLIB"; then
6042 ac_ct_RANLIB=$RANLIB
6043 # Extract the first word of "ranlib", so it can be a program name with args.
6044 set dummy ranlib; ac_word=$2
6045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6046 $as_echo_n "checking for $ac_word... " >&6; }
6047 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6048 $as_echo_n "(cached) " >&6
6049 else
6050 if test -n "$ac_ct_RANLIB"; then
6051 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6052 else
6053 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6054 for as_dir in $PATH
6055 do
6056 IFS=$as_save_IFS
6057 test -z "$as_dir" && as_dir=.
6058 for ac_exec_ext in '' $ac_executable_extensions; do
6059 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6060 ac_cv_prog_ac_ct_RANLIB="ranlib"
6061 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6062 break 2
6063 fi
6064 done
6065 done
6066 IFS=$as_save_IFS
6067
6068 fi
6069 fi
6070 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6071 if test -n "$ac_ct_RANLIB"; then
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6073 $as_echo "$ac_ct_RANLIB" >&6; }
6074 else
6075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6076 $as_echo "no" >&6; }
6077 fi
6078
6079 if test "x$ac_ct_RANLIB" = x; then
6080 RANLIB=":"
6081 else
6082 case $cross_compiling:$ac_tool_warned in
6083 yes:)
6084 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6085 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6086 ac_tool_warned=yes ;;
6087 esac
6088 RANLIB=$ac_ct_RANLIB
6089 fi
6090 else
6091 RANLIB="$ac_cv_prog_RANLIB"
6092 fi
6093
6094 test -z "$RANLIB" && RANLIB=:
6095 if test -n "$plugin_option" && test "$RANLIB" != ":"; then
6096 if $RANLIB --help 2>&1 | grep -q "\--plugin"; then
6097 RANLIB="$RANLIB $plugin_option"
6098 fi
6099 fi
6100
6101
6102
6103
6104
6105
6106 # Determine commands to create old-style static archives.
6107 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6108 old_postinstall_cmds='chmod 644 $oldlib'
6109 old_postuninstall_cmds=
6110
6111 if test -n "$RANLIB"; then
6112 case $host_os in
6113 openbsd*)
6114 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6115 ;;
6116 *)
6117 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6118 ;;
6119 esac
6120 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6121 fi
6122
6123 case $host_os in
6124 darwin*)
6125 lock_old_archive_extraction=yes ;;
6126 *)
6127 lock_old_archive_extraction=no ;;
6128 esac
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168 # If no C compiler was specified, use CC.
6169 LTCC=${LTCC-"$CC"}
6170
6171 # If no C compiler flags were specified, use CFLAGS.
6172 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6173
6174 # Allow CC to be a program name with arguments.
6175 compiler=$CC
6176
6177
6178 # Check for command to grab the raw symbol name followed by C symbol from nm.
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6180 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6181 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184
6185 # These are sane defaults that work on at least a few old systems.
6186 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6187
6188 # Character class describing NM global symbol codes.
6189 symcode='[BCDEGRST]'
6190
6191 # Regexp to match symbols that can be accessed directly from C.
6192 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6193
6194 # Define system-specific variables.
6195 case $host_os in
6196 aix*)
6197 symcode='[BCDT]'
6198 ;;
6199 cygwin* | mingw* | pw32* | cegcc*)
6200 symcode='[ABCDGISTW]'
6201 ;;
6202 hpux*)
6203 if test "$host_cpu" = ia64; then
6204 symcode='[ABCDEGRST]'
6205 fi
6206 ;;
6207 irix* | nonstopux*)
6208 symcode='[BCDEGRST]'
6209 ;;
6210 osf*)
6211 symcode='[BCDEGQRST]'
6212 ;;
6213 solaris*)
6214 symcode='[BCDRT]'
6215 ;;
6216 sco3.2v5*)
6217 symcode='[DT]'
6218 ;;
6219 sysv4.2uw2*)
6220 symcode='[DT]'
6221 ;;
6222 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6223 symcode='[ABDT]'
6224 ;;
6225 sysv4)
6226 symcode='[DFNSTU]'
6227 ;;
6228 esac
6229
6230 # If we're using GNU nm, then use its standard symbol codes.
6231 case `$NM -V 2>&1` in
6232 *GNU* | *'with BFD'*)
6233 symcode='[ABCDGIRSTW]' ;;
6234 esac
6235
6236 # Transform an extracted symbol line into a proper C declaration.
6237 # Some systems (esp. on ia64) link data and code symbols differently,
6238 # so use this general approach.
6239 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6240
6241 # Transform an extracted symbol line into symbol name and symbol address
6242 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6243 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6244
6245 # Handle CRLF in mingw tool chain
6246 opt_cr=
6247 case $build_os in
6248 mingw*)
6249 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6250 ;;
6251 esac
6252
6253 # Try without a prefix underscore, then with it.
6254 for ac_symprfx in "" "_"; do
6255
6256 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6257 symxfrm="\\1 $ac_symprfx\\2 \\2"
6258
6259 # Write the raw and C identifiers.
6260 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6261 # Fake it for dumpbin and say T for any non-static function
6262 # and D for any global variable.
6263 # Also find C++ and __fastcall symbols from MSVC++,
6264 # which start with @ or ?.
6265 lt_cv_sys_global_symbol_pipe="$AWK '"\
6266 " {last_section=section; section=\$ 3};"\
6267 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6268 " \$ 0!~/External *\|/{next};"\
6269 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6270 " {if(hide[section]) next};"\
6271 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6272 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6273 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6274 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6275 " ' prfx=^$ac_symprfx"
6276 else
6277 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6278 fi
6279
6280 # Check to see that the pipe works correctly.
6281 pipe_works=no
6282
6283 rm -f conftest*
6284 cat > conftest.$ac_ext <<_LT_EOF
6285 #ifdef __cplusplus
6286 extern "C" {
6287 #endif
6288 char nm_test_var;
6289 void nm_test_func(void);
6290 void nm_test_func(void){}
6291 #ifdef __cplusplus
6292 }
6293 #endif
6294 int main(){nm_test_var='a';nm_test_func();return(0);}
6295 _LT_EOF
6296
6297 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6298 (eval $ac_compile) 2>&5
6299 ac_status=$?
6300 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6301 test $ac_status = 0; }; then
6302 # Now try to grab the symbols.
6303 nlist=conftest.nm
6304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6305 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6306 ac_status=$?
6307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6308 test $ac_status = 0; } && test -s "$nlist"; then
6309 # Try sorting and uniquifying the output.
6310 if sort "$nlist" | uniq > "$nlist"T; then
6311 mv -f "$nlist"T "$nlist"
6312 else
6313 rm -f "$nlist"T
6314 fi
6315
6316 # Make sure that we snagged all the symbols we need.
6317 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6318 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6319 cat <<_LT_EOF > conftest.$ac_ext
6320 #ifdef __cplusplus
6321 extern "C" {
6322 #endif
6323
6324 _LT_EOF
6325 # Now generate the symbol file.
6326 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6327
6328 cat <<_LT_EOF >> conftest.$ac_ext
6329
6330 /* The mapping between symbol names and symbols. */
6331 const struct {
6332 const char *name;
6333 void *address;
6334 }
6335 lt__PROGRAM__LTX_preloaded_symbols[] =
6336 {
6337 { "@PROGRAM@", (void *) 0 },
6338 _LT_EOF
6339 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6340 cat <<\_LT_EOF >> conftest.$ac_ext
6341 {0, (void *) 0}
6342 };
6343
6344 /* This works around a problem in FreeBSD linker */
6345 #ifdef FREEBSD_WORKAROUND
6346 static const void *lt_preloaded_setup() {
6347 return lt__PROGRAM__LTX_preloaded_symbols;
6348 }
6349 #endif
6350
6351 #ifdef __cplusplus
6352 }
6353 #endif
6354 _LT_EOF
6355 # Now try linking the two files.
6356 mv conftest.$ac_objext conftstm.$ac_objext
6357 lt_save_LIBS="$LIBS"
6358 lt_save_CFLAGS="$CFLAGS"
6359 LIBS="conftstm.$ac_objext"
6360 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6362 (eval $ac_link) 2>&5
6363 ac_status=$?
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6365 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6366 pipe_works=yes
6367 fi
6368 LIBS="$lt_save_LIBS"
6369 CFLAGS="$lt_save_CFLAGS"
6370 else
6371 echo "cannot find nm_test_func in $nlist" >&5
6372 fi
6373 else
6374 echo "cannot find nm_test_var in $nlist" >&5
6375 fi
6376 else
6377 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6378 fi
6379 else
6380 echo "$progname: failed program was:" >&5
6381 cat conftest.$ac_ext >&5
6382 fi
6383 rm -rf conftest* conftst*
6384
6385 # Do not use the global_symbol_pipe unless it works.
6386 if test "$pipe_works" = yes; then
6387 break
6388 else
6389 lt_cv_sys_global_symbol_pipe=
6390 fi
6391 done
6392
6393 fi
6394
6395 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6396 lt_cv_sys_global_symbol_to_cdecl=
6397 fi
6398 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6399 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6400 $as_echo "failed" >&6; }
6401 else
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6403 $as_echo "ok" >&6; }
6404 fi
6405
6406
6407
6408
6409
6410
6411
6412
6413
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425
6426
6427 # Check whether --enable-libtool-lock was given.
6428 if test "${enable_libtool_lock+set}" = set; then :
6429 enableval=$enable_libtool_lock;
6430 fi
6431
6432 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6433
6434 # Some flags need to be propagated to the compiler or linker for good
6435 # libtool support.
6436 case $host in
6437 ia64-*-hpux*)
6438 # Find out which ABI we are using.
6439 echo 'int i;' > conftest.$ac_ext
6440 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6441 (eval $ac_compile) 2>&5
6442 ac_status=$?
6443 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6444 test $ac_status = 0; }; then
6445 case `/usr/bin/file conftest.$ac_objext` in
6446 *ELF-32*)
6447 HPUX_IA64_MODE="32"
6448 ;;
6449 *ELF-64*)
6450 HPUX_IA64_MODE="64"
6451 ;;
6452 esac
6453 fi
6454 rm -rf conftest*
6455 ;;
6456 *-*-irix6*)
6457 # Find out which ABI we are using.
6458 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6460 (eval $ac_compile) 2>&5
6461 ac_status=$?
6462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6463 test $ac_status = 0; }; then
6464 if test "$lt_cv_prog_gnu_ld" = yes; then
6465 case `/usr/bin/file conftest.$ac_objext` in
6466 *32-bit*)
6467 LD="${LD-ld} -melf32bsmip"
6468 ;;
6469 *N32*)
6470 LD="${LD-ld} -melf32bmipn32"
6471 ;;
6472 *64-bit*)
6473 LD="${LD-ld} -melf64bmip"
6474 ;;
6475 esac
6476 else
6477 case `/usr/bin/file conftest.$ac_objext` in
6478 *32-bit*)
6479 LD="${LD-ld} -32"
6480 ;;
6481 *N32*)
6482 LD="${LD-ld} -n32"
6483 ;;
6484 *64-bit*)
6485 LD="${LD-ld} -64"
6486 ;;
6487 esac
6488 fi
6489 fi
6490 rm -rf conftest*
6491 ;;
6492
6493 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6494 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6495 # Find out which ABI we are using.
6496 echo 'int i;' > conftest.$ac_ext
6497 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6498 (eval $ac_compile) 2>&5
6499 ac_status=$?
6500 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6501 test $ac_status = 0; }; then
6502 case `/usr/bin/file conftest.o` in
6503 *32-bit*)
6504 case $host in
6505 x86_64-*kfreebsd*-gnu)
6506 LD="${LD-ld} -m elf_i386_fbsd"
6507 ;;
6508 x86_64-*linux*)
6509 case `/usr/bin/file conftest.o` in
6510 *x86-64*)
6511 LD="${LD-ld} -m elf32_x86_64"
6512 ;;
6513 *)
6514 LD="${LD-ld} -m elf_i386"
6515 ;;
6516 esac
6517 ;;
6518 powerpc64le-*linux*)
6519 LD="${LD-ld} -m elf32lppclinux"
6520 ;;
6521 powerpc64-*linux*)
6522 LD="${LD-ld} -m elf32ppclinux"
6523 ;;
6524 s390x-*linux*)
6525 LD="${LD-ld} -m elf_s390"
6526 ;;
6527 sparc64-*linux*)
6528 LD="${LD-ld} -m elf32_sparc"
6529 ;;
6530 esac
6531 ;;
6532 *64-bit*)
6533 case $host in
6534 x86_64-*kfreebsd*-gnu)
6535 LD="${LD-ld} -m elf_x86_64_fbsd"
6536 ;;
6537 x86_64-*linux*)
6538 LD="${LD-ld} -m elf_x86_64"
6539 ;;
6540 powerpcle-*linux*)
6541 LD="${LD-ld} -m elf64lppc"
6542 ;;
6543 powerpc-*linux*)
6544 LD="${LD-ld} -m elf64ppc"
6545 ;;
6546 s390*-*linux*|s390*-*tpf*)
6547 LD="${LD-ld} -m elf64_s390"
6548 ;;
6549 sparc*-*linux*)
6550 LD="${LD-ld} -m elf64_sparc"
6551 ;;
6552 esac
6553 ;;
6554 esac
6555 fi
6556 rm -rf conftest*
6557 ;;
6558
6559 *-*-sco3.2v5*)
6560 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6561 SAVE_CFLAGS="$CFLAGS"
6562 CFLAGS="$CFLAGS -belf"
6563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6564 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6565 if ${lt_cv_cc_needs_belf+:} false; then :
6566 $as_echo_n "(cached) " >&6
6567 else
6568 ac_ext=c
6569 ac_cpp='$CPP $CPPFLAGS'
6570 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6571 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6572 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6573
6574 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6575 /* end confdefs.h. */
6576
6577 int
6578 main ()
6579 {
6580
6581 ;
6582 return 0;
6583 }
6584 _ACEOF
6585 if ac_fn_c_try_link "$LINENO"; then :
6586 lt_cv_cc_needs_belf=yes
6587 else
6588 lt_cv_cc_needs_belf=no
6589 fi
6590 rm -f core conftest.err conftest.$ac_objext \
6591 conftest$ac_exeext conftest.$ac_ext
6592 ac_ext=c
6593 ac_cpp='$CPP $CPPFLAGS'
6594 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6595 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6596 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6597
6598 fi
6599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6600 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6601 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6602 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6603 CFLAGS="$SAVE_CFLAGS"
6604 fi
6605 ;;
6606 sparc*-*solaris*)
6607 # Find out which ABI we are using.
6608 echo 'int i;' > conftest.$ac_ext
6609 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6610 (eval $ac_compile) 2>&5
6611 ac_status=$?
6612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6613 test $ac_status = 0; }; then
6614 case `/usr/bin/file conftest.o` in
6615 *64-bit*)
6616 case $lt_cv_prog_gnu_ld in
6617 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6618 *)
6619 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6620 LD="${LD-ld} -64"
6621 fi
6622 ;;
6623 esac
6624 ;;
6625 esac
6626 fi
6627 rm -rf conftest*
6628 ;;
6629 esac
6630
6631 need_locks="$enable_libtool_lock"
6632
6633
6634 case $host_os in
6635 rhapsody* | darwin*)
6636 if test -n "$ac_tool_prefix"; then
6637 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6638 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6639 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6640 $as_echo_n "checking for $ac_word... " >&6; }
6641 if ${ac_cv_prog_DSYMUTIL+:} false; then :
6642 $as_echo_n "(cached) " >&6
6643 else
6644 if test -n "$DSYMUTIL"; then
6645 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6646 else
6647 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6648 for as_dir in $PATH
6649 do
6650 IFS=$as_save_IFS
6651 test -z "$as_dir" && as_dir=.
6652 for ac_exec_ext in '' $ac_executable_extensions; do
6653 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6654 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6655 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6656 break 2
6657 fi
6658 done
6659 done
6660 IFS=$as_save_IFS
6661
6662 fi
6663 fi
6664 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6665 if test -n "$DSYMUTIL"; then
6666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6667 $as_echo "$DSYMUTIL" >&6; }
6668 else
6669 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6670 $as_echo "no" >&6; }
6671 fi
6672
6673
6674 fi
6675 if test -z "$ac_cv_prog_DSYMUTIL"; then
6676 ac_ct_DSYMUTIL=$DSYMUTIL
6677 # Extract the first word of "dsymutil", so it can be a program name with args.
6678 set dummy dsymutil; ac_word=$2
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6680 $as_echo_n "checking for $ac_word... " >&6; }
6681 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6682 $as_echo_n "(cached) " >&6
6683 else
6684 if test -n "$ac_ct_DSYMUTIL"; then
6685 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6686 else
6687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6688 for as_dir in $PATH
6689 do
6690 IFS=$as_save_IFS
6691 test -z "$as_dir" && as_dir=.
6692 for ac_exec_ext in '' $ac_executable_extensions; do
6693 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6694 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6695 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6696 break 2
6697 fi
6698 done
6699 done
6700 IFS=$as_save_IFS
6701
6702 fi
6703 fi
6704 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6705 if test -n "$ac_ct_DSYMUTIL"; then
6706 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6707 $as_echo "$ac_ct_DSYMUTIL" >&6; }
6708 else
6709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6710 $as_echo "no" >&6; }
6711 fi
6712
6713 if test "x$ac_ct_DSYMUTIL" = x; then
6714 DSYMUTIL=":"
6715 else
6716 case $cross_compiling:$ac_tool_warned in
6717 yes:)
6718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6719 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6720 ac_tool_warned=yes ;;
6721 esac
6722 DSYMUTIL=$ac_ct_DSYMUTIL
6723 fi
6724 else
6725 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6726 fi
6727
6728 if test -n "$ac_tool_prefix"; then
6729 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6730 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6732 $as_echo_n "checking for $ac_word... " >&6; }
6733 if ${ac_cv_prog_NMEDIT+:} false; then :
6734 $as_echo_n "(cached) " >&6
6735 else
6736 if test -n "$NMEDIT"; then
6737 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6738 else
6739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6740 for as_dir in $PATH
6741 do
6742 IFS=$as_save_IFS
6743 test -z "$as_dir" && as_dir=.
6744 for ac_exec_ext in '' $ac_executable_extensions; do
6745 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6746 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6747 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6748 break 2
6749 fi
6750 done
6751 done
6752 IFS=$as_save_IFS
6753
6754 fi
6755 fi
6756 NMEDIT=$ac_cv_prog_NMEDIT
6757 if test -n "$NMEDIT"; then
6758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6759 $as_echo "$NMEDIT" >&6; }
6760 else
6761 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6762 $as_echo "no" >&6; }
6763 fi
6764
6765
6766 fi
6767 if test -z "$ac_cv_prog_NMEDIT"; then
6768 ac_ct_NMEDIT=$NMEDIT
6769 # Extract the first word of "nmedit", so it can be a program name with args.
6770 set dummy nmedit; ac_word=$2
6771 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6772 $as_echo_n "checking for $ac_word... " >&6; }
6773 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6774 $as_echo_n "(cached) " >&6
6775 else
6776 if test -n "$ac_ct_NMEDIT"; then
6777 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6778 else
6779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6780 for as_dir in $PATH
6781 do
6782 IFS=$as_save_IFS
6783 test -z "$as_dir" && as_dir=.
6784 for ac_exec_ext in '' $ac_executable_extensions; do
6785 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6786 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6787 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6788 break 2
6789 fi
6790 done
6791 done
6792 IFS=$as_save_IFS
6793
6794 fi
6795 fi
6796 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6797 if test -n "$ac_ct_NMEDIT"; then
6798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6799 $as_echo "$ac_ct_NMEDIT" >&6; }
6800 else
6801 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6802 $as_echo "no" >&6; }
6803 fi
6804
6805 if test "x$ac_ct_NMEDIT" = x; then
6806 NMEDIT=":"
6807 else
6808 case $cross_compiling:$ac_tool_warned in
6809 yes:)
6810 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6811 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6812 ac_tool_warned=yes ;;
6813 esac
6814 NMEDIT=$ac_ct_NMEDIT
6815 fi
6816 else
6817 NMEDIT="$ac_cv_prog_NMEDIT"
6818 fi
6819
6820 if test -n "$ac_tool_prefix"; then
6821 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6822 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6823 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6824 $as_echo_n "checking for $ac_word... " >&6; }
6825 if ${ac_cv_prog_LIPO+:} false; then :
6826 $as_echo_n "(cached) " >&6
6827 else
6828 if test -n "$LIPO"; then
6829 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6830 else
6831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6832 for as_dir in $PATH
6833 do
6834 IFS=$as_save_IFS
6835 test -z "$as_dir" && as_dir=.
6836 for ac_exec_ext in '' $ac_executable_extensions; do
6837 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6838 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6839 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6840 break 2
6841 fi
6842 done
6843 done
6844 IFS=$as_save_IFS
6845
6846 fi
6847 fi
6848 LIPO=$ac_cv_prog_LIPO
6849 if test -n "$LIPO"; then
6850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6851 $as_echo "$LIPO" >&6; }
6852 else
6853 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6854 $as_echo "no" >&6; }
6855 fi
6856
6857
6858 fi
6859 if test -z "$ac_cv_prog_LIPO"; then
6860 ac_ct_LIPO=$LIPO
6861 # Extract the first word of "lipo", so it can be a program name with args.
6862 set dummy lipo; ac_word=$2
6863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6864 $as_echo_n "checking for $ac_word... " >&6; }
6865 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6866 $as_echo_n "(cached) " >&6
6867 else
6868 if test -n "$ac_ct_LIPO"; then
6869 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6870 else
6871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6872 for as_dir in $PATH
6873 do
6874 IFS=$as_save_IFS
6875 test -z "$as_dir" && as_dir=.
6876 for ac_exec_ext in '' $ac_executable_extensions; do
6877 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6878 ac_cv_prog_ac_ct_LIPO="lipo"
6879 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6880 break 2
6881 fi
6882 done
6883 done
6884 IFS=$as_save_IFS
6885
6886 fi
6887 fi
6888 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6889 if test -n "$ac_ct_LIPO"; then
6890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6891 $as_echo "$ac_ct_LIPO" >&6; }
6892 else
6893 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6894 $as_echo "no" >&6; }
6895 fi
6896
6897 if test "x$ac_ct_LIPO" = x; then
6898 LIPO=":"
6899 else
6900 case $cross_compiling:$ac_tool_warned in
6901 yes:)
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6903 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6904 ac_tool_warned=yes ;;
6905 esac
6906 LIPO=$ac_ct_LIPO
6907 fi
6908 else
6909 LIPO="$ac_cv_prog_LIPO"
6910 fi
6911
6912 if test -n "$ac_tool_prefix"; then
6913 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6914 set dummy ${ac_tool_prefix}otool; ac_word=$2
6915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6916 $as_echo_n "checking for $ac_word... " >&6; }
6917 if ${ac_cv_prog_OTOOL+:} false; then :
6918 $as_echo_n "(cached) " >&6
6919 else
6920 if test -n "$OTOOL"; then
6921 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6922 else
6923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6924 for as_dir in $PATH
6925 do
6926 IFS=$as_save_IFS
6927 test -z "$as_dir" && as_dir=.
6928 for ac_exec_ext in '' $ac_executable_extensions; do
6929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6930 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6932 break 2
6933 fi
6934 done
6935 done
6936 IFS=$as_save_IFS
6937
6938 fi
6939 fi
6940 OTOOL=$ac_cv_prog_OTOOL
6941 if test -n "$OTOOL"; then
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6943 $as_echo "$OTOOL" >&6; }
6944 else
6945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6946 $as_echo "no" >&6; }
6947 fi
6948
6949
6950 fi
6951 if test -z "$ac_cv_prog_OTOOL"; then
6952 ac_ct_OTOOL=$OTOOL
6953 # Extract the first word of "otool", so it can be a program name with args.
6954 set dummy otool; ac_word=$2
6955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6956 $as_echo_n "checking for $ac_word... " >&6; }
6957 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6958 $as_echo_n "(cached) " >&6
6959 else
6960 if test -n "$ac_ct_OTOOL"; then
6961 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6962 else
6963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964 for as_dir in $PATH
6965 do
6966 IFS=$as_save_IFS
6967 test -z "$as_dir" && as_dir=.
6968 for ac_exec_ext in '' $ac_executable_extensions; do
6969 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6970 ac_cv_prog_ac_ct_OTOOL="otool"
6971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6972 break 2
6973 fi
6974 done
6975 done
6976 IFS=$as_save_IFS
6977
6978 fi
6979 fi
6980 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6981 if test -n "$ac_ct_OTOOL"; then
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6983 $as_echo "$ac_ct_OTOOL" >&6; }
6984 else
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6986 $as_echo "no" >&6; }
6987 fi
6988
6989 if test "x$ac_ct_OTOOL" = x; then
6990 OTOOL=":"
6991 else
6992 case $cross_compiling:$ac_tool_warned in
6993 yes:)
6994 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6995 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6996 ac_tool_warned=yes ;;
6997 esac
6998 OTOOL=$ac_ct_OTOOL
6999 fi
7000 else
7001 OTOOL="$ac_cv_prog_OTOOL"
7002 fi
7003
7004 if test -n "$ac_tool_prefix"; then
7005 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7006 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7008 $as_echo_n "checking for $ac_word... " >&6; }
7009 if ${ac_cv_prog_OTOOL64+:} false; then :
7010 $as_echo_n "(cached) " >&6
7011 else
7012 if test -n "$OTOOL64"; then
7013 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7014 else
7015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7016 for as_dir in $PATH
7017 do
7018 IFS=$as_save_IFS
7019 test -z "$as_dir" && as_dir=.
7020 for ac_exec_ext in '' $ac_executable_extensions; do
7021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7022 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7024 break 2
7025 fi
7026 done
7027 done
7028 IFS=$as_save_IFS
7029
7030 fi
7031 fi
7032 OTOOL64=$ac_cv_prog_OTOOL64
7033 if test -n "$OTOOL64"; then
7034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7035 $as_echo "$OTOOL64" >&6; }
7036 else
7037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7038 $as_echo "no" >&6; }
7039 fi
7040
7041
7042 fi
7043 if test -z "$ac_cv_prog_OTOOL64"; then
7044 ac_ct_OTOOL64=$OTOOL64
7045 # Extract the first word of "otool64", so it can be a program name with args.
7046 set dummy otool64; ac_word=$2
7047 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7048 $as_echo_n "checking for $ac_word... " >&6; }
7049 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7050 $as_echo_n "(cached) " >&6
7051 else
7052 if test -n "$ac_ct_OTOOL64"; then
7053 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7054 else
7055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7056 for as_dir in $PATH
7057 do
7058 IFS=$as_save_IFS
7059 test -z "$as_dir" && as_dir=.
7060 for ac_exec_ext in '' $ac_executable_extensions; do
7061 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7062 ac_cv_prog_ac_ct_OTOOL64="otool64"
7063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7064 break 2
7065 fi
7066 done
7067 done
7068 IFS=$as_save_IFS
7069
7070 fi
7071 fi
7072 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7073 if test -n "$ac_ct_OTOOL64"; then
7074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7075 $as_echo "$ac_ct_OTOOL64" >&6; }
7076 else
7077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7078 $as_echo "no" >&6; }
7079 fi
7080
7081 if test "x$ac_ct_OTOOL64" = x; then
7082 OTOOL64=":"
7083 else
7084 case $cross_compiling:$ac_tool_warned in
7085 yes:)
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7087 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7088 ac_tool_warned=yes ;;
7089 esac
7090 OTOOL64=$ac_ct_OTOOL64
7091 fi
7092 else
7093 OTOOL64="$ac_cv_prog_OTOOL64"
7094 fi
7095
7096
7097
7098
7099
7100
7101
7102
7103
7104
7105
7106
7107
7108
7109
7110
7111
7112
7113
7114
7115
7116
7117
7118
7119
7120
7121
7122 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7123 $as_echo_n "checking for -single_module linker flag... " >&6; }
7124 if ${lt_cv_apple_cc_single_mod+:} false; then :
7125 $as_echo_n "(cached) " >&6
7126 else
7127 lt_cv_apple_cc_single_mod=no
7128 if test -z "${LT_MULTI_MODULE}"; then
7129 # By default we will add the -single_module flag. You can override
7130 # by either setting the environment variable LT_MULTI_MODULE
7131 # non-empty at configure time, or by adding -multi_module to the
7132 # link flags.
7133 rm -rf libconftest.dylib*
7134 echo "int foo(void){return 1;}" > conftest.c
7135 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7136 -dynamiclib -Wl,-single_module conftest.c" >&5
7137 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7138 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7139 _lt_result=$?
7140 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7141 lt_cv_apple_cc_single_mod=yes
7142 else
7143 cat conftest.err >&5
7144 fi
7145 rm -rf libconftest.dylib*
7146 rm -f conftest.*
7147 fi
7148 fi
7149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7150 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7152 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7153 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7154 $as_echo_n "(cached) " >&6
7155 else
7156 lt_cv_ld_exported_symbols_list=no
7157 save_LDFLAGS=$LDFLAGS
7158 echo "_main" > conftest.sym
7159 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7161 /* end confdefs.h. */
7162
7163 int
7164 main ()
7165 {
7166
7167 ;
7168 return 0;
7169 }
7170 _ACEOF
7171 if ac_fn_c_try_link "$LINENO"; then :
7172 lt_cv_ld_exported_symbols_list=yes
7173 else
7174 lt_cv_ld_exported_symbols_list=no
7175 fi
7176 rm -f core conftest.err conftest.$ac_objext \
7177 conftest$ac_exeext conftest.$ac_ext
7178 LDFLAGS="$save_LDFLAGS"
7179
7180 fi
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7182 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7184 $as_echo_n "checking for -force_load linker flag... " >&6; }
7185 if ${lt_cv_ld_force_load+:} false; then :
7186 $as_echo_n "(cached) " >&6
7187 else
7188 lt_cv_ld_force_load=no
7189 cat > conftest.c << _LT_EOF
7190 int forced_loaded() { return 2;}
7191 _LT_EOF
7192 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7193 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7194 echo "$AR cru libconftest.a conftest.o" >&5
7195 $AR cru libconftest.a conftest.o 2>&5
7196 cat > conftest.c << _LT_EOF
7197 int main() { return 0;}
7198 _LT_EOF
7199 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7200 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7201 _lt_result=$?
7202 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7203 lt_cv_ld_force_load=yes
7204 else
7205 cat conftest.err >&5
7206 fi
7207 rm -f conftest.err libconftest.a conftest conftest.c
7208 rm -rf conftest.dSYM
7209
7210 fi
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7212 $as_echo "$lt_cv_ld_force_load" >&6; }
7213 case $host_os in
7214 rhapsody* | darwin1.[012])
7215 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7216 darwin1.*)
7217 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7218 darwin*) # darwin 5.x on
7219 # if running on 10.5 or later, the deployment target defaults
7220 # to the OS version, if on x86, and 10.4, the deployment
7221 # target defaults to 10.4. Don't you love it?
7222 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7223 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7224 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7225 10.[012][,.]*)
7226 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7227 10.*)
7228 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7229 esac
7230 ;;
7231 esac
7232 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7233 _lt_dar_single_mod='$single_module'
7234 fi
7235 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7236 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7237 else
7238 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7239 fi
7240 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7241 _lt_dsymutil='~$DSYMUTIL $lib || :'
7242 else
7243 _lt_dsymutil=
7244 fi
7245 ;;
7246 esac
7247
7248 for ac_header in dlfcn.h
7249 do :
7250 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7251 "
7252 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7253 cat >>confdefs.h <<_ACEOF
7254 #define HAVE_DLFCN_H 1
7255 _ACEOF
7256
7257 fi
7258
7259 done
7260
7261
7262
7263
7264
7265 # Set options
7266
7267
7268
7269 enable_dlopen=no
7270
7271
7272 enable_win32_dll=no
7273
7274
7275 # Check whether --enable-shared was given.
7276 if test "${enable_shared+set}" = set; then :
7277 enableval=$enable_shared; p=${PACKAGE-default}
7278 case $enableval in
7279 yes) enable_shared=yes ;;
7280 no) enable_shared=no ;;
7281 *)
7282 enable_shared=no
7283 # Look at the argument we got. We use all the common list separators.
7284 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7285 for pkg in $enableval; do
7286 IFS="$lt_save_ifs"
7287 if test "X$pkg" = "X$p"; then
7288 enable_shared=yes
7289 fi
7290 done
7291 IFS="$lt_save_ifs"
7292 ;;
7293 esac
7294 else
7295 enable_shared=yes
7296 fi
7297
7298
7299
7300
7301
7302
7303
7304
7305
7306 # Check whether --enable-static was given.
7307 if test "${enable_static+set}" = set; then :
7308 enableval=$enable_static; p=${PACKAGE-default}
7309 case $enableval in
7310 yes) enable_static=yes ;;
7311 no) enable_static=no ;;
7312 *)
7313 enable_static=no
7314 # Look at the argument we got. We use all the common list separators.
7315 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7316 for pkg in $enableval; do
7317 IFS="$lt_save_ifs"
7318 if test "X$pkg" = "X$p"; then
7319 enable_static=yes
7320 fi
7321 done
7322 IFS="$lt_save_ifs"
7323 ;;
7324 esac
7325 else
7326 enable_static=yes
7327 fi
7328
7329
7330
7331
7332
7333
7334
7335
7336
7337
7338 # Check whether --with-pic was given.
7339 if test "${with_pic+set}" = set; then :
7340 withval=$with_pic; pic_mode="$withval"
7341 else
7342 pic_mode=default
7343 fi
7344
7345
7346 test -z "$pic_mode" && pic_mode=default
7347
7348
7349
7350
7351
7352
7353
7354 # Check whether --enable-fast-install was given.
7355 if test "${enable_fast_install+set}" = set; then :
7356 enableval=$enable_fast_install; p=${PACKAGE-default}
7357 case $enableval in
7358 yes) enable_fast_install=yes ;;
7359 no) enable_fast_install=no ;;
7360 *)
7361 enable_fast_install=no
7362 # Look at the argument we got. We use all the common list separators.
7363 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7364 for pkg in $enableval; do
7365 IFS="$lt_save_ifs"
7366 if test "X$pkg" = "X$p"; then
7367 enable_fast_install=yes
7368 fi
7369 done
7370 IFS="$lt_save_ifs"
7371 ;;
7372 esac
7373 else
7374 enable_fast_install=yes
7375 fi
7376
7377
7378
7379
7380
7381
7382
7383
7384
7385
7386
7387 # This can be used to rebuild libtool when needed
7388 LIBTOOL_DEPS="$ltmain"
7389
7390 # Always use our own libtool.
7391 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414
7415
7416
7417
7418 test -z "$LN_S" && LN_S="ln -s"
7419
7420
7421
7422
7423
7424
7425
7426
7427
7428
7429
7430
7431
7432
7433 if test -n "${ZSH_VERSION+set}" ; then
7434 setopt NO_GLOB_SUBST
7435 fi
7436
7437 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7438 $as_echo_n "checking for objdir... " >&6; }
7439 if ${lt_cv_objdir+:} false; then :
7440 $as_echo_n "(cached) " >&6
7441 else
7442 rm -f .libs 2>/dev/null
7443 mkdir .libs 2>/dev/null
7444 if test -d .libs; then
7445 lt_cv_objdir=.libs
7446 else
7447 # MS-DOS does not allow filenames that begin with a dot.
7448 lt_cv_objdir=_libs
7449 fi
7450 rmdir .libs 2>/dev/null
7451 fi
7452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7453 $as_echo "$lt_cv_objdir" >&6; }
7454 objdir=$lt_cv_objdir
7455
7456
7457
7458
7459
7460 cat >>confdefs.h <<_ACEOF
7461 #define LT_OBJDIR "$lt_cv_objdir/"
7462 _ACEOF
7463
7464
7465
7466
7467 case $host_os in
7468 aix3*)
7469 # AIX sometimes has problems with the GCC collect2 program. For some
7470 # reason, if we set the COLLECT_NAMES environment variable, the problems
7471 # vanish in a puff of smoke.
7472 if test "X${COLLECT_NAMES+set}" != Xset; then
7473 COLLECT_NAMES=
7474 export COLLECT_NAMES
7475 fi
7476 ;;
7477 esac
7478
7479 # Global variables:
7480 ofile=libtool
7481 can_build_shared=yes
7482
7483 # All known linkers require a `.a' archive for static linking (except MSVC,
7484 # which needs '.lib').
7485 libext=a
7486
7487 with_gnu_ld="$lt_cv_prog_gnu_ld"
7488
7489 old_CC="$CC"
7490 old_CFLAGS="$CFLAGS"
7491
7492 # Set sane defaults for various variables
7493 test -z "$CC" && CC=cc
7494 test -z "$LTCC" && LTCC=$CC
7495 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7496 test -z "$LD" && LD=ld
7497 test -z "$ac_objext" && ac_objext=o
7498
7499 for cc_temp in $compiler""; do
7500 case $cc_temp in
7501 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7502 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7503 \-*) ;;
7504 *) break;;
7505 esac
7506 done
7507 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
7508
7509
7510 # Only perform the check for file, if the check method requires it
7511 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7512 case $deplibs_check_method in
7513 file_magic*)
7514 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7516 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7517 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7518 $as_echo_n "(cached) " >&6
7519 else
7520 case $MAGIC_CMD in
7521 [\\/*] | ?:[\\/]*)
7522 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7523 ;;
7524 *)
7525 lt_save_MAGIC_CMD="$MAGIC_CMD"
7526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7527 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7528 for ac_dir in $ac_dummy; do
7529 IFS="$lt_save_ifs"
7530 test -z "$ac_dir" && ac_dir=.
7531 if test -f $ac_dir/${ac_tool_prefix}file; then
7532 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7533 if test -n "$file_magic_test_file"; then
7534 case $deplibs_check_method in
7535 "file_magic "*)
7536 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7537 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7538 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7539 $EGREP "$file_magic_regex" > /dev/null; then
7540 :
7541 else
7542 cat <<_LT_EOF 1>&2
7543
7544 *** Warning: the command libtool uses to detect shared libraries,
7545 *** $file_magic_cmd, produces output that libtool cannot recognize.
7546 *** The result is that libtool may fail to recognize shared libraries
7547 *** as such. This will affect the creation of libtool libraries that
7548 *** depend on shared libraries, but programs linked with such libtool
7549 *** libraries will work regardless of this problem. Nevertheless, you
7550 *** may want to report the problem to your system manager and/or to
7551 *** bug-libtool@gnu.org
7552
7553 _LT_EOF
7554 fi ;;
7555 esac
7556 fi
7557 break
7558 fi
7559 done
7560 IFS="$lt_save_ifs"
7561 MAGIC_CMD="$lt_save_MAGIC_CMD"
7562 ;;
7563 esac
7564 fi
7565
7566 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7567 if test -n "$MAGIC_CMD"; then
7568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7569 $as_echo "$MAGIC_CMD" >&6; }
7570 else
7571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7572 $as_echo "no" >&6; }
7573 fi
7574
7575
7576
7577
7578
7579 if test -z "$lt_cv_path_MAGIC_CMD"; then
7580 if test -n "$ac_tool_prefix"; then
7581 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7582 $as_echo_n "checking for file... " >&6; }
7583 if ${lt_cv_path_MAGIC_CMD+:} false; then :
7584 $as_echo_n "(cached) " >&6
7585 else
7586 case $MAGIC_CMD in
7587 [\\/*] | ?:[\\/]*)
7588 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7589 ;;
7590 *)
7591 lt_save_MAGIC_CMD="$MAGIC_CMD"
7592 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7593 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7594 for ac_dir in $ac_dummy; do
7595 IFS="$lt_save_ifs"
7596 test -z "$ac_dir" && ac_dir=.
7597 if test -f $ac_dir/file; then
7598 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7599 if test -n "$file_magic_test_file"; then
7600 case $deplibs_check_method in
7601 "file_magic "*)
7602 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7603 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7604 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7605 $EGREP "$file_magic_regex" > /dev/null; then
7606 :
7607 else
7608 cat <<_LT_EOF 1>&2
7609
7610 *** Warning: the command libtool uses to detect shared libraries,
7611 *** $file_magic_cmd, produces output that libtool cannot recognize.
7612 *** The result is that libtool may fail to recognize shared libraries
7613 *** as such. This will affect the creation of libtool libraries that
7614 *** depend on shared libraries, but programs linked with such libtool
7615 *** libraries will work regardless of this problem. Nevertheless, you
7616 *** may want to report the problem to your system manager and/or to
7617 *** bug-libtool@gnu.org
7618
7619 _LT_EOF
7620 fi ;;
7621 esac
7622 fi
7623 break
7624 fi
7625 done
7626 IFS="$lt_save_ifs"
7627 MAGIC_CMD="$lt_save_MAGIC_CMD"
7628 ;;
7629 esac
7630 fi
7631
7632 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7633 if test -n "$MAGIC_CMD"; then
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7635 $as_echo "$MAGIC_CMD" >&6; }
7636 else
7637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7638 $as_echo "no" >&6; }
7639 fi
7640
7641
7642 else
7643 MAGIC_CMD=:
7644 fi
7645 fi
7646
7647 fi
7648 ;;
7649 esac
7650
7651 # Use C for the default configuration in the libtool script
7652
7653 lt_save_CC="$CC"
7654 ac_ext=c
7655 ac_cpp='$CPP $CPPFLAGS'
7656 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7657 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7658 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7659
7660
7661 # Source file extension for C test sources.
7662 ac_ext=c
7663
7664 # Object file extension for compiled C test sources.
7665 objext=o
7666 objext=$objext
7667
7668 # Code to be used in simple compile tests
7669 lt_simple_compile_test_code="int some_variable = 0;"
7670
7671 # Code to be used in simple link tests
7672 lt_simple_link_test_code='int main(){return(0);}'
7673
7674
7675
7676
7677
7678
7679
7680 # If no C compiler was specified, use CC.
7681 LTCC=${LTCC-"$CC"}
7682
7683 # If no C compiler flags were specified, use CFLAGS.
7684 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7685
7686 # Allow CC to be a program name with arguments.
7687 compiler=$CC
7688
7689 # Save the default compiler, since it gets overwritten when the other
7690 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7691 compiler_DEFAULT=$CC
7692
7693 # save warnings/boilerplate of simple test code
7694 ac_outfile=conftest.$ac_objext
7695 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7696 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7697 _lt_compiler_boilerplate=`cat conftest.err`
7698 $RM conftest*
7699
7700 ac_outfile=conftest.$ac_objext
7701 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7702 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7703 _lt_linker_boilerplate=`cat conftest.err`
7704 $RM -r conftest*
7705
7706
7707 ## CAVEAT EMPTOR:
7708 ## There is no encapsulation within the following macros, do not change
7709 ## the running order or otherwise move them around unless you know exactly
7710 ## what you are doing...
7711 if test -n "$compiler"; then
7712
7713 lt_prog_compiler_no_builtin_flag=
7714
7715 if test "$GCC" = yes; then
7716 case $cc_basename in
7717 nvcc*)
7718 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7719 *)
7720 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7721 esac
7722
7723 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7724 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7725 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
7726 $as_echo_n "(cached) " >&6
7727 else
7728 lt_cv_prog_compiler_rtti_exceptions=no
7729 ac_outfile=conftest.$ac_objext
7730 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7731 lt_compiler_flag="-fno-rtti -fno-exceptions"
7732 # Insert the option either (1) after the last *FLAGS variable, or
7733 # (2) before a word containing "conftest.", or (3) at the end.
7734 # Note that $ac_compile itself does not contain backslashes and begins
7735 # with a dollar sign (not a hyphen), so the echo should work correctly.
7736 # The option is referenced via a variable to avoid confusing sed.
7737 lt_compile=`echo "$ac_compile" | $SED \
7738 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7739 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7740 -e 's:$: $lt_compiler_flag:'`
7741 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
7742 (eval "$lt_compile" 2>conftest.err)
7743 ac_status=$?
7744 cat conftest.err >&5
7745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7746 if (exit $ac_status) && test -s "$ac_outfile"; then
7747 # The compiler can only warn and ignore the option if not recognized
7748 # So say no if there are warnings other than the usual output.
7749 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7750 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7751 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7752 lt_cv_prog_compiler_rtti_exceptions=yes
7753 fi
7754 fi
7755 $RM conftest*
7756
7757 fi
7758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7759 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7760
7761 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7762 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7763 else
7764 :
7765 fi
7766
7767 fi
7768
7769
7770
7771
7772
7773
7774 lt_prog_compiler_wl=
7775 lt_prog_compiler_pic=
7776 lt_prog_compiler_static=
7777
7778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7779 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7780
7781 if test "$GCC" = yes; then
7782 lt_prog_compiler_wl='-Wl,'
7783 lt_prog_compiler_static='-static'
7784
7785 case $host_os in
7786 aix*)
7787 # All AIX code is PIC.
7788 if test "$host_cpu" = ia64; then
7789 # AIX 5 now supports IA64 processor
7790 lt_prog_compiler_static='-Bstatic'
7791 fi
7792 lt_prog_compiler_pic='-fPIC'
7793 ;;
7794
7795 amigaos*)
7796 case $host_cpu in
7797 powerpc)
7798 # see comment about AmigaOS4 .so support
7799 lt_prog_compiler_pic='-fPIC'
7800 ;;
7801 m68k)
7802 # FIXME: we need at least 68020 code to build shared libraries, but
7803 # adding the `-m68020' flag to GCC prevents building anything better,
7804 # like `-m68040'.
7805 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7806 ;;
7807 esac
7808 ;;
7809
7810 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7811 # PIC is the default for these OSes.
7812 ;;
7813
7814 mingw* | cygwin* | pw32* | os2* | cegcc*)
7815 # This hack is so that the source file can tell whether it is being
7816 # built for inclusion in a dll (and should export symbols for example).
7817 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7818 # (--disable-auto-import) libraries
7819 lt_prog_compiler_pic='-DDLL_EXPORT'
7820 ;;
7821
7822 darwin* | rhapsody*)
7823 # PIC is the default on this platform
7824 # Common symbols not allowed in MH_DYLIB files
7825 lt_prog_compiler_pic='-fno-common'
7826 ;;
7827
7828 haiku*)
7829 # PIC is the default for Haiku.
7830 # The "-static" flag exists, but is broken.
7831 lt_prog_compiler_static=
7832 ;;
7833
7834 hpux*)
7835 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7836 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7837 # sets the default TLS model and affects inlining.
7838 case $host_cpu in
7839 hppa*64*)
7840 # +Z the default
7841 ;;
7842 *)
7843 lt_prog_compiler_pic='-fPIC'
7844 ;;
7845 esac
7846 ;;
7847
7848 interix[3-9]*)
7849 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7850 # Instead, we relocate shared libraries at runtime.
7851 ;;
7852
7853 msdosdjgpp*)
7854 # Just because we use GCC doesn't mean we suddenly get shared libraries
7855 # on systems that don't support them.
7856 lt_prog_compiler_can_build_shared=no
7857 enable_shared=no
7858 ;;
7859
7860 *nto* | *qnx*)
7861 # QNX uses GNU C++, but need to define -shared option too, otherwise
7862 # it will coredump.
7863 lt_prog_compiler_pic='-fPIC -shared'
7864 ;;
7865
7866 sysv4*MP*)
7867 if test -d /usr/nec; then
7868 lt_prog_compiler_pic=-Kconform_pic
7869 fi
7870 ;;
7871
7872 *)
7873 lt_prog_compiler_pic='-fPIC'
7874 ;;
7875 esac
7876
7877 case $cc_basename in
7878 nvcc*) # Cuda Compiler Driver 2.2
7879 lt_prog_compiler_wl='-Xlinker '
7880 lt_prog_compiler_pic='-Xcompiler -fPIC'
7881 ;;
7882 esac
7883 else
7884 # PORTME Check for flag to pass linker flags through the system compiler.
7885 case $host_os in
7886 aix*)
7887 lt_prog_compiler_wl='-Wl,'
7888 if test "$host_cpu" = ia64; then
7889 # AIX 5 now supports IA64 processor
7890 lt_prog_compiler_static='-Bstatic'
7891 else
7892 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7893 fi
7894 ;;
7895
7896 mingw* | cygwin* | pw32* | os2* | cegcc*)
7897 # This hack is so that the source file can tell whether it is being
7898 # built for inclusion in a dll (and should export symbols for example).
7899 lt_prog_compiler_pic='-DDLL_EXPORT'
7900 ;;
7901
7902 hpux9* | hpux10* | hpux11*)
7903 lt_prog_compiler_wl='-Wl,'
7904 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7905 # not for PA HP-UX.
7906 case $host_cpu in
7907 hppa*64*|ia64*)
7908 # +Z the default
7909 ;;
7910 *)
7911 lt_prog_compiler_pic='+Z'
7912 ;;
7913 esac
7914 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7915 lt_prog_compiler_static='${wl}-a ${wl}archive'
7916 ;;
7917
7918 irix5* | irix6* | nonstopux*)
7919 lt_prog_compiler_wl='-Wl,'
7920 # PIC (with -KPIC) is the default.
7921 lt_prog_compiler_static='-non_shared'
7922 ;;
7923
7924 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7925 case $cc_basename in
7926 # old Intel for x86_64 which still supported -KPIC.
7927 ecc*)
7928 lt_prog_compiler_wl='-Wl,'
7929 lt_prog_compiler_pic='-KPIC'
7930 lt_prog_compiler_static='-static'
7931 ;;
7932 # icc used to be incompatible with GCC.
7933 # ICC 10 doesn't accept -KPIC any more.
7934 icc* | ifort*)
7935 lt_prog_compiler_wl='-Wl,'
7936 lt_prog_compiler_pic='-fPIC'
7937 lt_prog_compiler_static='-static'
7938 ;;
7939 # Lahey Fortran 8.1.
7940 lf95*)
7941 lt_prog_compiler_wl='-Wl,'
7942 lt_prog_compiler_pic='--shared'
7943 lt_prog_compiler_static='--static'
7944 ;;
7945 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
7946 # Portland Group compilers (*not* the Pentium gcc compiler,
7947 # which looks to be a dead project)
7948 lt_prog_compiler_wl='-Wl,'
7949 lt_prog_compiler_pic='-fpic'
7950 lt_prog_compiler_static='-Bstatic'
7951 ;;
7952 ccc*)
7953 lt_prog_compiler_wl='-Wl,'
7954 # All Alpha code is PIC.
7955 lt_prog_compiler_static='-non_shared'
7956 ;;
7957 xl* | bgxl* | bgf* | mpixl*)
7958 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
7959 lt_prog_compiler_wl='-Wl,'
7960 lt_prog_compiler_pic='-qpic'
7961 lt_prog_compiler_static='-qstaticlink'
7962 ;;
7963 *)
7964 case `$CC -V 2>&1 | sed 5q` in
7965 *Sun\ F* | *Sun*Fortran*)
7966 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7967 lt_prog_compiler_pic='-KPIC'
7968 lt_prog_compiler_static='-Bstatic'
7969 lt_prog_compiler_wl=''
7970 ;;
7971 *Sun\ C*)
7972 # Sun C 5.9
7973 lt_prog_compiler_pic='-KPIC'
7974 lt_prog_compiler_static='-Bstatic'
7975 lt_prog_compiler_wl='-Wl,'
7976 ;;
7977 esac
7978 ;;
7979 esac
7980 ;;
7981
7982 newsos6)
7983 lt_prog_compiler_pic='-KPIC'
7984 lt_prog_compiler_static='-Bstatic'
7985 ;;
7986
7987 *nto* | *qnx*)
7988 # QNX uses GNU C++, but need to define -shared option too, otherwise
7989 # it will coredump.
7990 lt_prog_compiler_pic='-fPIC -shared'
7991 ;;
7992
7993 osf3* | osf4* | osf5*)
7994 lt_prog_compiler_wl='-Wl,'
7995 # All OSF/1 code is PIC.
7996 lt_prog_compiler_static='-non_shared'
7997 ;;
7998
7999 rdos*)
8000 lt_prog_compiler_static='-non_shared'
8001 ;;
8002
8003 solaris*)
8004 lt_prog_compiler_pic='-KPIC'
8005 lt_prog_compiler_static='-Bstatic'
8006 case $cc_basename in
8007 f77* | f90* | f95*)
8008 lt_prog_compiler_wl='-Qoption ld ';;
8009 *)
8010 lt_prog_compiler_wl='-Wl,';;
8011 esac
8012 ;;
8013
8014 sunos4*)
8015 lt_prog_compiler_wl='-Qoption ld '
8016 lt_prog_compiler_pic='-PIC'
8017 lt_prog_compiler_static='-Bstatic'
8018 ;;
8019
8020 sysv4 | sysv4.2uw2* | sysv4.3*)
8021 lt_prog_compiler_wl='-Wl,'
8022 lt_prog_compiler_pic='-KPIC'
8023 lt_prog_compiler_static='-Bstatic'
8024 ;;
8025
8026 sysv4*MP*)
8027 if test -d /usr/nec ;then
8028 lt_prog_compiler_pic='-Kconform_pic'
8029 lt_prog_compiler_static='-Bstatic'
8030 fi
8031 ;;
8032
8033 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8034 lt_prog_compiler_wl='-Wl,'
8035 lt_prog_compiler_pic='-KPIC'
8036 lt_prog_compiler_static='-Bstatic'
8037 ;;
8038
8039 unicos*)
8040 lt_prog_compiler_wl='-Wl,'
8041 lt_prog_compiler_can_build_shared=no
8042 ;;
8043
8044 uts4*)
8045 lt_prog_compiler_pic='-pic'
8046 lt_prog_compiler_static='-Bstatic'
8047 ;;
8048
8049 *)
8050 lt_prog_compiler_can_build_shared=no
8051 ;;
8052 esac
8053 fi
8054
8055 case $host_os in
8056 # For platforms which do not support PIC, -DPIC is meaningless:
8057 *djgpp*)
8058 lt_prog_compiler_pic=
8059 ;;
8060 *)
8061 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8062 ;;
8063 esac
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8065 $as_echo "$lt_prog_compiler_pic" >&6; }
8066
8067
8068
8069
8070
8071
8072 #
8073 # Check to make sure the PIC flag actually works.
8074 #
8075 if test -n "$lt_prog_compiler_pic"; then
8076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8077 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8078 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8079 $as_echo_n "(cached) " >&6
8080 else
8081 lt_cv_prog_compiler_pic_works=no
8082 ac_outfile=conftest.$ac_objext
8083 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8084 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8085 # Insert the option either (1) after the last *FLAGS variable, or
8086 # (2) before a word containing "conftest.", or (3) at the end.
8087 # Note that $ac_compile itself does not contain backslashes and begins
8088 # with a dollar sign (not a hyphen), so the echo should work correctly.
8089 # The option is referenced via a variable to avoid confusing sed.
8090 lt_compile=`echo "$ac_compile" | $SED \
8091 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8092 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8093 -e 's:$: $lt_compiler_flag:'`
8094 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8095 (eval "$lt_compile" 2>conftest.err)
8096 ac_status=$?
8097 cat conftest.err >&5
8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 if (exit $ac_status) && test -s "$ac_outfile"; then
8100 # The compiler can only warn and ignore the option if not recognized
8101 # So say no if there are warnings other than the usual output.
8102 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8103 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8104 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8105 lt_cv_prog_compiler_pic_works=yes
8106 fi
8107 fi
8108 $RM conftest*
8109
8110 fi
8111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8112 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8113
8114 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8115 case $lt_prog_compiler_pic in
8116 "" | " "*) ;;
8117 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8118 esac
8119 else
8120 lt_prog_compiler_pic=
8121 lt_prog_compiler_can_build_shared=no
8122 fi
8123
8124 fi
8125
8126
8127
8128
8129
8130
8131 #
8132 # Check to make sure the static flag actually works.
8133 #
8134 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8136 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8137 if ${lt_cv_prog_compiler_static_works+:} false; then :
8138 $as_echo_n "(cached) " >&6
8139 else
8140 lt_cv_prog_compiler_static_works=no
8141 save_LDFLAGS="$LDFLAGS"
8142 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8143 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8144 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8145 # The linker can only warn and ignore the option if not recognized
8146 # So say no if there are warnings
8147 if test -s conftest.err; then
8148 # Append any errors to the config.log.
8149 cat conftest.err 1>&5
8150 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8151 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8152 if diff conftest.exp conftest.er2 >/dev/null; then
8153 lt_cv_prog_compiler_static_works=yes
8154 fi
8155 else
8156 lt_cv_prog_compiler_static_works=yes
8157 fi
8158 fi
8159 $RM -r conftest*
8160 LDFLAGS="$save_LDFLAGS"
8161
8162 fi
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8164 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8165
8166 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8167 :
8168 else
8169 lt_prog_compiler_static=
8170 fi
8171
8172
8173
8174
8175
8176
8177
8178 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8179 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8180 if ${lt_cv_prog_compiler_c_o+:} false; then :
8181 $as_echo_n "(cached) " >&6
8182 else
8183 lt_cv_prog_compiler_c_o=no
8184 $RM -r conftest 2>/dev/null
8185 mkdir conftest
8186 cd conftest
8187 mkdir out
8188 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8189
8190 lt_compiler_flag="-o out/conftest2.$ac_objext"
8191 # Insert the option either (1) after the last *FLAGS variable, or
8192 # (2) before a word containing "conftest.", or (3) at the end.
8193 # Note that $ac_compile itself does not contain backslashes and begins
8194 # with a dollar sign (not a hyphen), so the echo should work correctly.
8195 lt_compile=`echo "$ac_compile" | $SED \
8196 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8197 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8198 -e 's:$: $lt_compiler_flag:'`
8199 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8200 (eval "$lt_compile" 2>out/conftest.err)
8201 ac_status=$?
8202 cat out/conftest.err >&5
8203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8204 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8205 then
8206 # The compiler can only warn and ignore the option if not recognized
8207 # So say no if there are warnings
8208 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8209 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8210 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8211 lt_cv_prog_compiler_c_o=yes
8212 fi
8213 fi
8214 chmod u+w . 2>&5
8215 $RM conftest*
8216 # SGI C++ compiler will create directory out/ii_files/ for
8217 # template instantiation
8218 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8219 $RM out/* && rmdir out
8220 cd ..
8221 $RM -r conftest
8222 $RM conftest*
8223
8224 fi
8225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8226 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8227
8228
8229
8230
8231
8232
8233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8234 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8235 if ${lt_cv_prog_compiler_c_o+:} false; then :
8236 $as_echo_n "(cached) " >&6
8237 else
8238 lt_cv_prog_compiler_c_o=no
8239 $RM -r conftest 2>/dev/null
8240 mkdir conftest
8241 cd conftest
8242 mkdir out
8243 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8244
8245 lt_compiler_flag="-o out/conftest2.$ac_objext"
8246 # Insert the option either (1) after the last *FLAGS variable, or
8247 # (2) before a word containing "conftest.", or (3) at the end.
8248 # Note that $ac_compile itself does not contain backslashes and begins
8249 # with a dollar sign (not a hyphen), so the echo should work correctly.
8250 lt_compile=`echo "$ac_compile" | $SED \
8251 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8252 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8253 -e 's:$: $lt_compiler_flag:'`
8254 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8255 (eval "$lt_compile" 2>out/conftest.err)
8256 ac_status=$?
8257 cat out/conftest.err >&5
8258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8259 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8260 then
8261 # The compiler can only warn and ignore the option if not recognized
8262 # So say no if there are warnings
8263 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8264 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8265 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8266 lt_cv_prog_compiler_c_o=yes
8267 fi
8268 fi
8269 chmod u+w . 2>&5
8270 $RM conftest*
8271 # SGI C++ compiler will create directory out/ii_files/ for
8272 # template instantiation
8273 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8274 $RM out/* && rmdir out
8275 cd ..
8276 $RM -r conftest
8277 $RM conftest*
8278
8279 fi
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8281 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8282
8283
8284
8285
8286 hard_links="nottested"
8287 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8288 # do not overwrite the value of need_locks provided by the user
8289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8290 $as_echo_n "checking if we can lock with hard links... " >&6; }
8291 hard_links=yes
8292 $RM conftest*
8293 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8294 touch conftest.a
8295 ln conftest.a conftest.b 2>&5 || hard_links=no
8296 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8298 $as_echo "$hard_links" >&6; }
8299 if test "$hard_links" = no; then
8300 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8301 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8302 need_locks=warn
8303 fi
8304 else
8305 need_locks=no
8306 fi
8307
8308
8309
8310
8311
8312
8313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8314 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8315
8316 runpath_var=
8317 allow_undefined_flag=
8318 always_export_symbols=no
8319 archive_cmds=
8320 archive_expsym_cmds=
8321 compiler_needs_object=no
8322 enable_shared_with_static_runtimes=no
8323 export_dynamic_flag_spec=
8324 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8325 hardcode_automatic=no
8326 hardcode_direct=no
8327 hardcode_direct_absolute=no
8328 hardcode_libdir_flag_spec=
8329 hardcode_libdir_flag_spec_ld=
8330 hardcode_libdir_separator=
8331 hardcode_minus_L=no
8332 hardcode_shlibpath_var=unsupported
8333 inherit_rpath=no
8334 link_all_deplibs=unknown
8335 module_cmds=
8336 module_expsym_cmds=
8337 old_archive_from_new_cmds=
8338 old_archive_from_expsyms_cmds=
8339 thread_safe_flag_spec=
8340 whole_archive_flag_spec=
8341 # include_expsyms should be a list of space-separated symbols to be *always*
8342 # included in the symbol list
8343 include_expsyms=
8344 # exclude_expsyms can be an extended regexp of symbols to exclude
8345 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8346 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8347 # as well as any symbol that contains `d'.
8348 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8349 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8350 # platforms (ab)use it in PIC code, but their linkers get confused if
8351 # the symbol is explicitly referenced. Since portable code cannot
8352 # rely on this symbol name, it's probably fine to never include it in
8353 # preloaded symbol tables.
8354 # Exclude shared library initialization/finalization symbols.
8355 extract_expsyms_cmds=
8356
8357 case $host_os in
8358 cygwin* | mingw* | pw32* | cegcc*)
8359 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8360 # When not using gcc, we currently assume that we are using
8361 # Microsoft Visual C++.
8362 if test "$GCC" != yes; then
8363 with_gnu_ld=no
8364 fi
8365 ;;
8366 interix*)
8367 # we just hope/assume this is gcc and not c89 (= MSVC++)
8368 with_gnu_ld=yes
8369 ;;
8370 openbsd*)
8371 with_gnu_ld=no
8372 ;;
8373 esac
8374
8375 ld_shlibs=yes
8376
8377 # On some targets, GNU ld is compatible enough with the native linker
8378 # that we're better off using the native interface for both.
8379 lt_use_gnu_ld_interface=no
8380 if test "$with_gnu_ld" = yes; then
8381 case $host_os in
8382 aix*)
8383 # The AIX port of GNU ld has always aspired to compatibility
8384 # with the native linker. However, as the warning in the GNU ld
8385 # block says, versions before 2.19.5* couldn't really create working
8386 # shared libraries, regardless of the interface used.
8387 case `$LD -v 2>&1` in
8388 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8389 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8390 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8391 *)
8392 lt_use_gnu_ld_interface=yes
8393 ;;
8394 esac
8395 ;;
8396 *)
8397 lt_use_gnu_ld_interface=yes
8398 ;;
8399 esac
8400 fi
8401
8402 if test "$lt_use_gnu_ld_interface" = yes; then
8403 # If archive_cmds runs LD, not CC, wlarc should be empty
8404 wlarc='${wl}'
8405
8406 # Set some defaults for GNU ld with shared library support. These
8407 # are reset later if shared libraries are not supported. Putting them
8408 # here allows them to be overridden if necessary.
8409 runpath_var=LD_RUN_PATH
8410 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8411 export_dynamic_flag_spec='${wl}--export-dynamic'
8412 # ancient GNU ld didn't support --whole-archive et. al.
8413 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8414 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8415 else
8416 whole_archive_flag_spec=
8417 fi
8418 supports_anon_versioning=no
8419 case `$LD -v 2>&1` in
8420 *GNU\ gold*) supports_anon_versioning=yes ;;
8421 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8422 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8423 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8424 *\ 2.11.*) ;; # other 2.11 versions
8425 *) supports_anon_versioning=yes ;;
8426 esac
8427
8428 # See if GNU ld supports shared libraries.
8429 case $host_os in
8430 aix[3-9]*)
8431 # On AIX/PPC, the GNU linker is very broken
8432 if test "$host_cpu" != ia64; then
8433 ld_shlibs=no
8434 cat <<_LT_EOF 1>&2
8435
8436 *** Warning: the GNU linker, at least up to release 2.19, is reported
8437 *** to be unable to reliably create shared libraries on AIX.
8438 *** Therefore, libtool is disabling shared libraries support. If you
8439 *** really care for shared libraries, you may want to install binutils
8440 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8441 *** You will then need to restart the configuration process.
8442
8443 _LT_EOF
8444 fi
8445 ;;
8446
8447 amigaos*)
8448 case $host_cpu in
8449 powerpc)
8450 # see comment about AmigaOS4 .so support
8451 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8452 archive_expsym_cmds=''
8453 ;;
8454 m68k)
8455 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8456 hardcode_libdir_flag_spec='-L$libdir'
8457 hardcode_minus_L=yes
8458 ;;
8459 esac
8460 ;;
8461
8462 beos*)
8463 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8464 allow_undefined_flag=unsupported
8465 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8466 # support --undefined. This deserves some investigation. FIXME
8467 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8468 else
8469 ld_shlibs=no
8470 fi
8471 ;;
8472
8473 cygwin* | mingw* | pw32* | cegcc*)
8474 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8475 # as there is no search path for DLLs.
8476 hardcode_libdir_flag_spec='-L$libdir'
8477 export_dynamic_flag_spec='${wl}--export-all-symbols'
8478 allow_undefined_flag=unsupported
8479 always_export_symbols=no
8480 enable_shared_with_static_runtimes=yes
8481 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8482
8483 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8484 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8485 # If the export-symbols file already is a .def file (1st line
8486 # is EXPORTS), use it as is; otherwise, prepend...
8487 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8488 cp $export_symbols $output_objdir/$soname.def;
8489 else
8490 echo EXPORTS > $output_objdir/$soname.def;
8491 cat $export_symbols >> $output_objdir/$soname.def;
8492 fi~
8493 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8494 else
8495 ld_shlibs=no
8496 fi
8497 ;;
8498
8499 haiku*)
8500 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8501 link_all_deplibs=yes
8502 ;;
8503
8504 interix[3-9]*)
8505 hardcode_direct=no
8506 hardcode_shlibpath_var=no
8507 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8508 export_dynamic_flag_spec='${wl}-E'
8509 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8510 # Instead, shared libraries are loaded at an image base (0x10000000 by
8511 # default) and relocated if they conflict, which is a slow very memory
8512 # consuming and fragmenting process. To avoid this, we pick a random,
8513 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8514 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8515 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8516 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8517 ;;
8518
8519 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8520 tmp_diet=no
8521 if test "$host_os" = linux-dietlibc; then
8522 case $cc_basename in
8523 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8524 esac
8525 fi
8526 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8527 && test "$tmp_diet" = no
8528 then
8529 tmp_addflag=' $pic_flag'
8530 tmp_sharedflag='-shared'
8531 case $cc_basename,$host_cpu in
8532 pgcc*) # Portland Group C compiler
8533 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8534 tmp_addflag=' $pic_flag'
8535 ;;
8536 pgf77* | pgf90* | pgf95* | pgfortran*)
8537 # Portland Group f77 and f90 compilers
8538 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8539 tmp_addflag=' $pic_flag -Mnomain' ;;
8540 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8541 tmp_addflag=' -i_dynamic' ;;
8542 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8543 tmp_addflag=' -i_dynamic -nofor_main' ;;
8544 ifc* | ifort*) # Intel Fortran compiler
8545 tmp_addflag=' -nofor_main' ;;
8546 lf95*) # Lahey Fortran 8.1
8547 whole_archive_flag_spec=
8548 tmp_sharedflag='--shared' ;;
8549 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8550 tmp_sharedflag='-qmkshrobj'
8551 tmp_addflag= ;;
8552 nvcc*) # Cuda Compiler Driver 2.2
8553 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8554 compiler_needs_object=yes
8555 ;;
8556 esac
8557 case `$CC -V 2>&1 | sed 5q` in
8558 *Sun\ C*) # Sun C 5.9
8559 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
8560 compiler_needs_object=yes
8561 tmp_sharedflag='-G' ;;
8562 *Sun\ F*) # Sun Fortran 8.3
8563 tmp_sharedflag='-G' ;;
8564 esac
8565 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8566
8567 if test "x$supports_anon_versioning" = xyes; then
8568 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8569 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8570 echo "local: *; };" >> $output_objdir/$libname.ver~
8571 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8572 fi
8573
8574 case $cc_basename in
8575 xlf* | bgf* | bgxlf* | mpixlf*)
8576 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8577 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8578 hardcode_libdir_flag_spec=
8579 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8580 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8581 if test "x$supports_anon_versioning" = xyes; then
8582 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8583 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8584 echo "local: *; };" >> $output_objdir/$libname.ver~
8585 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8586 fi
8587 ;;
8588 esac
8589 else
8590 ld_shlibs=no
8591 fi
8592 ;;
8593
8594 netbsd*)
8595 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8596 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8597 wlarc=
8598 else
8599 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8600 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8601 fi
8602 ;;
8603
8604 solaris*)
8605 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8606 ld_shlibs=no
8607 cat <<_LT_EOF 1>&2
8608
8609 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8610 *** create shared libraries on Solaris systems. Therefore, libtool
8611 *** is disabling shared libraries support. We urge you to upgrade GNU
8612 *** binutils to release 2.9.1 or newer. Another option is to modify
8613 *** your PATH or compiler configuration so that the native linker is
8614 *** used, and then restart.
8615
8616 _LT_EOF
8617 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8618 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8619 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8620 else
8621 ld_shlibs=no
8622 fi
8623 ;;
8624
8625 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8626 case `$LD -v 2>&1` in
8627 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8628 ld_shlibs=no
8629 cat <<_LT_EOF 1>&2
8630
8631 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8632 *** reliably create shared libraries on SCO systems. Therefore, libtool
8633 *** is disabling shared libraries support. We urge you to upgrade GNU
8634 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8635 *** your PATH or compiler configuration so that the native linker is
8636 *** used, and then restart.
8637
8638 _LT_EOF
8639 ;;
8640 *)
8641 # For security reasons, it is highly recommended that you always
8642 # use absolute paths for naming shared libraries, and exclude the
8643 # DT_RUNPATH tag from executables and libraries. But doing so
8644 # requires that you compile everything twice, which is a pain.
8645 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8647 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8648 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8649 else
8650 ld_shlibs=no
8651 fi
8652 ;;
8653 esac
8654 ;;
8655
8656 sunos4*)
8657 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8658 wlarc=
8659 hardcode_direct=yes
8660 hardcode_shlibpath_var=no
8661 ;;
8662
8663 *)
8664 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8665 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8666 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8667 else
8668 ld_shlibs=no
8669 fi
8670 ;;
8671 esac
8672
8673 if test "$ld_shlibs" = no; then
8674 runpath_var=
8675 hardcode_libdir_flag_spec=
8676 export_dynamic_flag_spec=
8677 whole_archive_flag_spec=
8678 fi
8679 else
8680 # PORTME fill in a description of your system's linker (not GNU ld)
8681 case $host_os in
8682 aix3*)
8683 allow_undefined_flag=unsupported
8684 always_export_symbols=yes
8685 archive_expsym_cmds='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8686 # Note: this linker hardcodes the directories in LIBPATH if there
8687 # are no directories specified by -L.
8688 hardcode_minus_L=yes
8689 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8690 # Neither direct hardcoding nor static linking is supported with a
8691 # broken collect2.
8692 hardcode_direct=unsupported
8693 fi
8694 ;;
8695
8696 aix[4-9]*)
8697 if test "$host_cpu" = ia64; then
8698 # On IA64, the linker does run time linking by default, so we don't
8699 # have to do anything special.
8700 aix_use_runtimelinking=no
8701 exp_sym_flag='-Bexport'
8702 no_entry_flag=""
8703 else
8704 # If we're using GNU nm, then we don't want the "-C" option.
8705 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8706 # Also, AIX nm treats weak defined symbols like other global
8707 # defined symbols, whereas GNU nm marks them as "W".
8708 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8709 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8710 else
8711 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8712 fi
8713 aix_use_runtimelinking=no
8714
8715 # Test if we are trying to use run time linking or normal
8716 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8717 # need to do runtime linking.
8718 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8719 for ld_flag in $LDFLAGS; do
8720 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8721 aix_use_runtimelinking=yes
8722 break
8723 fi
8724 done
8725 ;;
8726 esac
8727
8728 exp_sym_flag='-bexport'
8729 no_entry_flag='-bnoentry'
8730 fi
8731
8732 # When large executables or shared objects are built, AIX ld can
8733 # have problems creating the table of contents. If linking a library
8734 # or program results in "error TOC overflow" add -mminimal-toc to
8735 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8736 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8737
8738 archive_cmds=''
8739 hardcode_direct=yes
8740 hardcode_direct_absolute=yes
8741 hardcode_libdir_separator=':'
8742 link_all_deplibs=yes
8743 file_list_spec='${wl}-f,'
8744
8745 if test "$GCC" = yes; then
8746 case $host_os in aix4.[012]|aix4.[012].*)
8747 # We only want to do this on AIX 4.2 and lower, the check
8748 # below for broken collect2 doesn't work under 4.3+
8749 collect2name=`${CC} -print-prog-name=collect2`
8750 if test -f "$collect2name" &&
8751 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8752 then
8753 # We have reworked collect2
8754 :
8755 else
8756 # We have old collect2
8757 hardcode_direct=unsupported
8758 # It fails to find uninstalled libraries when the uninstalled
8759 # path is not listed in the libpath. Setting hardcode_minus_L
8760 # to unsupported forces relinking
8761 hardcode_minus_L=yes
8762 hardcode_libdir_flag_spec='-L$libdir'
8763 hardcode_libdir_separator=
8764 fi
8765 ;;
8766 esac
8767 shared_flag='-shared'
8768 if test "$aix_use_runtimelinking" = yes; then
8769 shared_flag="$shared_flag "'${wl}-G'
8770 fi
8771 else
8772 # not using gcc
8773 if test "$host_cpu" = ia64; then
8774 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8775 # chokes on -Wl,-G. The following line is correct:
8776 shared_flag='-G'
8777 else
8778 if test "$aix_use_runtimelinking" = yes; then
8779 shared_flag='${wl}-G'
8780 else
8781 shared_flag='${wl}-bM:SRE'
8782 fi
8783 fi
8784 fi
8785
8786 export_dynamic_flag_spec='${wl}-bexpall'
8787 # It seems that -bexpall does not export symbols beginning with
8788 # underscore (_), so it is better to generate a list of symbols to export.
8789 always_export_symbols=yes
8790 if test "$aix_use_runtimelinking" = yes; then
8791 # Warning - without using the other runtime loading flags (-brtl),
8792 # -berok will link without error, but may produce a broken library.
8793 allow_undefined_flag='-berok'
8794 # Determine the default libpath from the value encoded in an
8795 # empty executable.
8796 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8797 /* end confdefs.h. */
8798
8799 int
8800 main ()
8801 {
8802
8803 ;
8804 return 0;
8805 }
8806 _ACEOF
8807 if ac_fn_c_try_link "$LINENO"; then :
8808
8809 lt_aix_libpath_sed='
8810 /Import File Strings/,/^$/ {
8811 /^0/ {
8812 s/^0 *\(.*\)$/\1/
8813 p
8814 }
8815 }'
8816 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8817 # Check for a 64-bit object if we didn't find anything.
8818 if test -z "$aix_libpath"; then
8819 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8820 fi
8821 fi
8822 rm -f core conftest.err conftest.$ac_objext \
8823 conftest$ac_exeext conftest.$ac_ext
8824 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8825
8826 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8827 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8828 else
8829 if test "$host_cpu" = ia64; then
8830 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8831 allow_undefined_flag="-z nodefs"
8832 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8833 else
8834 # Determine the default libpath from the value encoded in an
8835 # empty executable.
8836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8837 /* end confdefs.h. */
8838
8839 int
8840 main ()
8841 {
8842
8843 ;
8844 return 0;
8845 }
8846 _ACEOF
8847 if ac_fn_c_try_link "$LINENO"; then :
8848
8849 lt_aix_libpath_sed='
8850 /Import File Strings/,/^$/ {
8851 /^0/ {
8852 s/^0 *\(.*\)$/\1/
8853 p
8854 }
8855 }'
8856 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8857 # Check for a 64-bit object if we didn't find anything.
8858 if test -z "$aix_libpath"; then
8859 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8860 fi
8861 fi
8862 rm -f core conftest.err conftest.$ac_objext \
8863 conftest$ac_exeext conftest.$ac_ext
8864 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8865
8866 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8867 # Warning - without using the other run time loading flags,
8868 # -berok will link without error, but may produce a broken library.
8869 no_undefined_flag=' ${wl}-bernotok'
8870 allow_undefined_flag=' ${wl}-berok'
8871 if test "$with_gnu_ld" = yes; then
8872 # We only use this code for GNU lds that support --whole-archive.
8873 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8874 else
8875 # Exported symbols can be pulled into shared objects from archives
8876 whole_archive_flag_spec='$convenience'
8877 fi
8878 archive_cmds_need_lc=yes
8879 # This is similar to how AIX traditionally builds its shared libraries.
8880 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8881 fi
8882 fi
8883 ;;
8884
8885 amigaos*)
8886 case $host_cpu in
8887 powerpc)
8888 # see comment about AmigaOS4 .so support
8889 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8890 archive_expsym_cmds=''
8891 ;;
8892 m68k)
8893 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8894 hardcode_libdir_flag_spec='-L$libdir'
8895 hardcode_minus_L=yes
8896 ;;
8897 esac
8898 ;;
8899
8900 bsdi[45]*)
8901 export_dynamic_flag_spec=-rdynamic
8902 ;;
8903
8904 cygwin* | mingw* | pw32* | cegcc*)
8905 # When not using gcc, we currently assume that we are using
8906 # Microsoft Visual C++.
8907 # hardcode_libdir_flag_spec is actually meaningless, as there is
8908 # no search path for DLLs.
8909 hardcode_libdir_flag_spec=' '
8910 allow_undefined_flag=unsupported
8911 # Tell ltmain to make .lib files, not .a files.
8912 libext=lib
8913 # Tell ltmain to make .dll files, not .so files.
8914 shrext_cmds=".dll"
8915 # FIXME: Setting linknames here is a bad hack.
8916 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
8917 # The linker will automatically build a .lib file if we build a DLL.
8918 old_archive_from_new_cmds='true'
8919 # FIXME: Should let the user specify the lib program.
8920 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8921 fix_srcfile_path='`cygpath -w "$srcfile"`'
8922 enable_shared_with_static_runtimes=yes
8923 ;;
8924
8925 darwin* | rhapsody*)
8926
8927
8928 archive_cmds_need_lc=no
8929 hardcode_direct=no
8930 hardcode_automatic=yes
8931 hardcode_shlibpath_var=unsupported
8932 if test "$lt_cv_ld_force_load" = "yes"; then
8933 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
8934 else
8935 whole_archive_flag_spec=''
8936 fi
8937 link_all_deplibs=yes
8938 allow_undefined_flag="$_lt_dar_allow_undefined"
8939 case $cc_basename in
8940 ifort*) _lt_dar_can_shared=yes ;;
8941 *) _lt_dar_can_shared=$GCC ;;
8942 esac
8943 if test "$_lt_dar_can_shared" = "yes"; then
8944 output_verbose_link_cmd=func_echo_all
8945 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8946 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8947 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8948 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8949
8950 else
8951 ld_shlibs=no
8952 fi
8953
8954 ;;
8955
8956 dgux*)
8957 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8958 hardcode_libdir_flag_spec='-L$libdir'
8959 hardcode_shlibpath_var=no
8960 ;;
8961
8962 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8963 # support. Future versions do this automatically, but an explicit c++rt0.o
8964 # does not break anything, and helps significantly (at the cost of a little
8965 # extra space).
8966 freebsd2.2*)
8967 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8968 hardcode_libdir_flag_spec='-R$libdir'
8969 hardcode_direct=yes
8970 hardcode_shlibpath_var=no
8971 ;;
8972
8973 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8974 freebsd2.*)
8975 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8976 hardcode_direct=yes
8977 hardcode_minus_L=yes
8978 hardcode_shlibpath_var=no
8979 ;;
8980
8981 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8982 freebsd* | dragonfly*)
8983 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8984 hardcode_libdir_flag_spec='-R$libdir'
8985 hardcode_direct=yes
8986 hardcode_shlibpath_var=no
8987 ;;
8988
8989 hpux9*)
8990 if test "$GCC" = yes; then
8991 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8992 else
8993 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8994 fi
8995 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8996 hardcode_libdir_separator=:
8997 hardcode_direct=yes
8998
8999 # hardcode_minus_L: Not really in the search PATH,
9000 # but as the default location of the library.
9001 hardcode_minus_L=yes
9002 export_dynamic_flag_spec='${wl}-E'
9003 ;;
9004
9005 hpux10*)
9006 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9007 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9008 else
9009 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9010 fi
9011 if test "$with_gnu_ld" = no; then
9012 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9013 hardcode_libdir_flag_spec_ld='+b $libdir'
9014 hardcode_libdir_separator=:
9015 hardcode_direct=yes
9016 hardcode_direct_absolute=yes
9017 export_dynamic_flag_spec='${wl}-E'
9018 # hardcode_minus_L: Not really in the search PATH,
9019 # but as the default location of the library.
9020 hardcode_minus_L=yes
9021 fi
9022 ;;
9023
9024 hpux11*)
9025 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9026 case $host_cpu in
9027 hppa*64*)
9028 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9029 ;;
9030 ia64*)
9031 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9032 ;;
9033 *)
9034 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9035 ;;
9036 esac
9037 else
9038 case $host_cpu in
9039 hppa*64*)
9040 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9041 ;;
9042 ia64*)
9043 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9044 ;;
9045 *)
9046
9047 # Older versions of the 11.00 compiler do not understand -b yet
9048 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9050 $as_echo_n "checking if $CC understands -b... " >&6; }
9051 if ${lt_cv_prog_compiler__b+:} false; then :
9052 $as_echo_n "(cached) " >&6
9053 else
9054 lt_cv_prog_compiler__b=no
9055 save_LDFLAGS="$LDFLAGS"
9056 LDFLAGS="$LDFLAGS -b"
9057 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9058 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9059 # The linker can only warn and ignore the option if not recognized
9060 # So say no if there are warnings
9061 if test -s conftest.err; then
9062 # Append any errors to the config.log.
9063 cat conftest.err 1>&5
9064 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9065 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9066 if diff conftest.exp conftest.er2 >/dev/null; then
9067 lt_cv_prog_compiler__b=yes
9068 fi
9069 else
9070 lt_cv_prog_compiler__b=yes
9071 fi
9072 fi
9073 $RM -r conftest*
9074 LDFLAGS="$save_LDFLAGS"
9075
9076 fi
9077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9078 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9079
9080 if test x"$lt_cv_prog_compiler__b" = xyes; then
9081 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9082 else
9083 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9084 fi
9085
9086 ;;
9087 esac
9088 fi
9089 if test "$with_gnu_ld" = no; then
9090 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9091 hardcode_libdir_separator=:
9092
9093 case $host_cpu in
9094 hppa*64*|ia64*)
9095 hardcode_direct=no
9096 hardcode_shlibpath_var=no
9097 ;;
9098 *)
9099 hardcode_direct=yes
9100 hardcode_direct_absolute=yes
9101 export_dynamic_flag_spec='${wl}-E'
9102
9103 # hardcode_minus_L: Not really in the search PATH,
9104 # but as the default location of the library.
9105 hardcode_minus_L=yes
9106 ;;
9107 esac
9108 fi
9109 ;;
9110
9111 irix5* | irix6* | nonstopux*)
9112 if test "$GCC" = yes; then
9113 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9114 # Try to use the -exported_symbol ld option, if it does not
9115 # work, assume that -exports_file does not work either and
9116 # implicitly export all symbols.
9117 save_LDFLAGS="$LDFLAGS"
9118 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9120 /* end confdefs.h. */
9121 int foo(void) {}
9122 _ACEOF
9123 if ac_fn_c_try_link "$LINENO"; then :
9124 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9125
9126 fi
9127 rm -f core conftest.err conftest.$ac_objext \
9128 conftest$ac_exeext conftest.$ac_ext
9129 LDFLAGS="$save_LDFLAGS"
9130 else
9131 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9132 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9133 fi
9134 archive_cmds_need_lc='no'
9135 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9136 hardcode_libdir_separator=:
9137 inherit_rpath=yes
9138 link_all_deplibs=yes
9139 ;;
9140
9141 netbsd*)
9142 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9143 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9144 else
9145 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9146 fi
9147 hardcode_libdir_flag_spec='-R$libdir'
9148 hardcode_direct=yes
9149 hardcode_shlibpath_var=no
9150 ;;
9151
9152 newsos6)
9153 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9154 hardcode_direct=yes
9155 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9156 hardcode_libdir_separator=:
9157 hardcode_shlibpath_var=no
9158 ;;
9159
9160 *nto* | *qnx*)
9161 ;;
9162
9163 openbsd*)
9164 if test -f /usr/libexec/ld.so; then
9165 hardcode_direct=yes
9166 hardcode_shlibpath_var=no
9167 hardcode_direct_absolute=yes
9168 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9169 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9170 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9171 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9172 export_dynamic_flag_spec='${wl}-E'
9173 else
9174 case $host_os in
9175 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9176 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9177 hardcode_libdir_flag_spec='-R$libdir'
9178 ;;
9179 *)
9180 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9181 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9182 ;;
9183 esac
9184 fi
9185 else
9186 ld_shlibs=no
9187 fi
9188 ;;
9189
9190 os2*)
9191 hardcode_libdir_flag_spec='-L$libdir'
9192 hardcode_minus_L=yes
9193 allow_undefined_flag=unsupported
9194 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9195 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9196 ;;
9197
9198 osf3*)
9199 if test "$GCC" = yes; then
9200 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9201 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9202 else
9203 allow_undefined_flag=' -expect_unresolved \*'
9204 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9205 fi
9206 archive_cmds_need_lc='no'
9207 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9208 hardcode_libdir_separator=:
9209 ;;
9210
9211 osf4* | osf5*) # as osf3* with the addition of -msym flag
9212 if test "$GCC" = yes; then
9213 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9214 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9216 else
9217 allow_undefined_flag=' -expect_unresolved \*'
9218 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9219 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9220 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9221
9222 # Both c and cxx compiler support -rpath directly
9223 hardcode_libdir_flag_spec='-rpath $libdir'
9224 fi
9225 archive_cmds_need_lc='no'
9226 hardcode_libdir_separator=:
9227 ;;
9228
9229 solaris*)
9230 no_undefined_flag=' -z defs'
9231 if test "$GCC" = yes; then
9232 wlarc='${wl}'
9233 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9234 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9235 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9236 else
9237 case `$CC -V 2>&1` in
9238 *"Compilers 5.0"*)
9239 wlarc=''
9240 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9241 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9242 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9243 ;;
9244 *)
9245 wlarc='${wl}'
9246 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9247 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9248 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9249 ;;
9250 esac
9251 fi
9252 hardcode_libdir_flag_spec='-R$libdir'
9253 hardcode_shlibpath_var=no
9254 case $host_os in
9255 solaris2.[0-5] | solaris2.[0-5].*) ;;
9256 *)
9257 # The compiler driver will combine and reorder linker options,
9258 # but understands `-z linker_flag'. GCC discards it without `$wl',
9259 # but is careful enough not to reorder.
9260 # Supported since Solaris 2.6 (maybe 2.5.1?)
9261 if test "$GCC" = yes; then
9262 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9263 else
9264 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9265 fi
9266 ;;
9267 esac
9268 link_all_deplibs=yes
9269 ;;
9270
9271 sunos4*)
9272 if test "x$host_vendor" = xsequent; then
9273 # Use $CC to link under sequent, because it throws in some extra .o
9274 # files that make .init and .fini sections work.
9275 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9276 else
9277 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9278 fi
9279 hardcode_libdir_flag_spec='-L$libdir'
9280 hardcode_direct=yes
9281 hardcode_minus_L=yes
9282 hardcode_shlibpath_var=no
9283 ;;
9284
9285 sysv4)
9286 case $host_vendor in
9287 sni)
9288 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9289 hardcode_direct=yes # is this really true???
9290 ;;
9291 siemens)
9292 ## LD is ld it makes a PLAMLIB
9293 ## CC just makes a GrossModule.
9294 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9295 reload_cmds='$CC -r -o $output$reload_objs'
9296 hardcode_direct=no
9297 ;;
9298 motorola)
9299 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9300 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9301 ;;
9302 esac
9303 runpath_var='LD_RUN_PATH'
9304 hardcode_shlibpath_var=no
9305 ;;
9306
9307 sysv4.3*)
9308 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9309 hardcode_shlibpath_var=no
9310 export_dynamic_flag_spec='-Bexport'
9311 ;;
9312
9313 sysv4*MP*)
9314 if test -d /usr/nec; then
9315 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9316 hardcode_shlibpath_var=no
9317 runpath_var=LD_RUN_PATH
9318 hardcode_runpath_var=yes
9319 ld_shlibs=yes
9320 fi
9321 ;;
9322
9323 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9324 no_undefined_flag='${wl}-z,text'
9325 archive_cmds_need_lc=no
9326 hardcode_shlibpath_var=no
9327 runpath_var='LD_RUN_PATH'
9328
9329 if test "$GCC" = yes; then
9330 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9331 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9332 else
9333 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9334 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9335 fi
9336 ;;
9337
9338 sysv5* | sco3.2v5* | sco5v6*)
9339 # Note: We can NOT use -z defs as we might desire, because we do not
9340 # link with -lc, and that would cause any symbols used from libc to
9341 # always be unresolved, which means just about no library would
9342 # ever link correctly. If we're not using GNU ld we use -z text
9343 # though, which does catch some bad symbols but isn't as heavy-handed
9344 # as -z defs.
9345 no_undefined_flag='${wl}-z,text'
9346 allow_undefined_flag='${wl}-z,nodefs'
9347 archive_cmds_need_lc=no
9348 hardcode_shlibpath_var=no
9349 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9350 hardcode_libdir_separator=':'
9351 link_all_deplibs=yes
9352 export_dynamic_flag_spec='${wl}-Bexport'
9353 runpath_var='LD_RUN_PATH'
9354
9355 if test "$GCC" = yes; then
9356 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9357 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9358 else
9359 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9360 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9361 fi
9362 ;;
9363
9364 uts4*)
9365 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9366 hardcode_libdir_flag_spec='-L$libdir'
9367 hardcode_shlibpath_var=no
9368 ;;
9369
9370 *)
9371 ld_shlibs=no
9372 ;;
9373 esac
9374
9375 if test x$host_vendor = xsni; then
9376 case $host in
9377 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9378 export_dynamic_flag_spec='${wl}-Blargedynsym'
9379 ;;
9380 esac
9381 fi
9382 fi
9383
9384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9385 $as_echo "$ld_shlibs" >&6; }
9386 test "$ld_shlibs" = no && can_build_shared=no
9387
9388 with_gnu_ld=$with_gnu_ld
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404 #
9405 # Do we need to explicitly link libc?
9406 #
9407 case "x$archive_cmds_need_lc" in
9408 x|xyes)
9409 # Assume -lc should be added
9410 archive_cmds_need_lc=yes
9411
9412 if test "$enable_shared" = yes && test "$GCC" = yes; then
9413 case $archive_cmds in
9414 *'~'*)
9415 # FIXME: we may have to deal with multi-command sequences.
9416 ;;
9417 '$CC '*)
9418 # Test whether the compiler implicitly links with -lc since on some
9419 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9420 # to ld, don't add -lc before -lgcc.
9421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9422 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9423 if ${lt_cv_archive_cmds_need_lc+:} false; then :
9424 $as_echo_n "(cached) " >&6
9425 else
9426 $RM conftest*
9427 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9428
9429 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9430 (eval $ac_compile) 2>&5
9431 ac_status=$?
9432 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9433 test $ac_status = 0; } 2>conftest.err; then
9434 soname=conftest
9435 lib=conftest
9436 libobjs=conftest.$ac_objext
9437 deplibs=
9438 wl=$lt_prog_compiler_wl
9439 pic_flag=$lt_prog_compiler_pic
9440 compiler_flags=-v
9441 linker_flags=-v
9442 verstring=
9443 output_objdir=.
9444 libname=conftest
9445 lt_save_allow_undefined_flag=$allow_undefined_flag
9446 allow_undefined_flag=
9447 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9448 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9449 ac_status=$?
9450 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9451 test $ac_status = 0; }
9452 then
9453 lt_cv_archive_cmds_need_lc=no
9454 else
9455 lt_cv_archive_cmds_need_lc=yes
9456 fi
9457 allow_undefined_flag=$lt_save_allow_undefined_flag
9458 else
9459 cat conftest.err 1>&5
9460 fi
9461 $RM conftest*
9462
9463 fi
9464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9465 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9466 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9467 ;;
9468 esac
9469 fi
9470 ;;
9471 esac
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
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9630 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9631
9632 if test "$GCC" = yes; then
9633 case $host_os in
9634 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9635 *) lt_awk_arg="/^libraries:/" ;;
9636 esac
9637 case $host_os in
9638 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9639 *) lt_sed_strip_eq="s,=/,/,g" ;;
9640 esac
9641 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9642 case $lt_search_path_spec in
9643 *\;*)
9644 # if the path contains ";" then we assume it to be the separator
9645 # otherwise default to the standard path separator (i.e. ":") - it is
9646 # assumed that no part of a normal pathname contains ";" but that should
9647 # okay in the real world where ";" in dirpaths is itself problematic.
9648 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9649 ;;
9650 *)
9651 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9652 ;;
9653 esac
9654 # Ok, now we have the path, separated by spaces, we can step through it
9655 # and add multilib dir if necessary.
9656 lt_tmp_lt_search_path_spec=
9657 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9658 for lt_sys_path in $lt_search_path_spec; do
9659 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9660 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9661 else
9662 test -d "$lt_sys_path" && \
9663 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9664 fi
9665 done
9666 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
9667 BEGIN {RS=" "; FS="/|\n";} {
9668 lt_foo="";
9669 lt_count=0;
9670 for (lt_i = NF; lt_i > 0; lt_i--) {
9671 if ($lt_i != "" && $lt_i != ".") {
9672 if ($lt_i == "..") {
9673 lt_count++;
9674 } else {
9675 if (lt_count == 0) {
9676 lt_foo="/" $lt_i lt_foo;
9677 } else {
9678 lt_count--;
9679 }
9680 }
9681 }
9682 }
9683 if (lt_foo != "") { lt_freq[lt_foo]++; }
9684 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9685 }'`
9686 # AWK program above erroneously prepends '/' to C:/dos/paths
9687 # for these hosts.
9688 case $host_os in
9689 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9690 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9691 esac
9692 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
9693 else
9694 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9695 fi
9696 library_names_spec=
9697 libname_spec='lib$name'
9698 soname_spec=
9699 shrext_cmds=".so"
9700 postinstall_cmds=
9701 postuninstall_cmds=
9702 finish_cmds=
9703 finish_eval=
9704 shlibpath_var=
9705 shlibpath_overrides_runpath=unknown
9706 version_type=none
9707 dynamic_linker="$host_os ld.so"
9708 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9709 need_lib_prefix=unknown
9710 hardcode_into_libs=no
9711
9712 # when you set need_version to no, make sure it does not cause -set_version
9713 # flags to be left without arguments
9714 need_version=unknown
9715
9716 case $host_os in
9717 aix3*)
9718 version_type=linux
9719 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9720 shlibpath_var=LIBPATH
9721
9722 # AIX 3 has no versioning support, so we append a major version to the name.
9723 soname_spec='${libname}${release}${shared_ext}$major'
9724 ;;
9725
9726 aix[4-9]*)
9727 version_type=linux
9728 need_lib_prefix=no
9729 need_version=no
9730 hardcode_into_libs=yes
9731 if test "$host_cpu" = ia64; then
9732 # AIX 5 supports IA64
9733 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9734 shlibpath_var=LD_LIBRARY_PATH
9735 else
9736 # With GCC up to 2.95.x, collect2 would create an import file
9737 # for dependence libraries. The import file would start with
9738 # the line `#! .'. This would cause the generated library to
9739 # depend on `.', always an invalid library. This was fixed in
9740 # development snapshots of GCC prior to 3.0.
9741 case $host_os in
9742 aix4 | aix4.[01] | aix4.[01].*)
9743 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9744 echo ' yes '
9745 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9746 :
9747 else
9748 can_build_shared=no
9749 fi
9750 ;;
9751 esac
9752 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9753 # soname into executable. Probably we can add versioning support to
9754 # collect2, so additional links can be useful in future.
9755 if test "$aix_use_runtimelinking" = yes; then
9756 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9757 # instead of lib<name>.a to let people know that these are not
9758 # typical AIX shared libraries.
9759 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9760 else
9761 # We preserve .a as extension for shared libraries through AIX4.2
9762 # and later when we are not doing run time linking.
9763 library_names_spec='${libname}${release}.a $libname.a'
9764 soname_spec='${libname}${release}${shared_ext}$major'
9765 fi
9766 shlibpath_var=LIBPATH
9767 fi
9768 ;;
9769
9770 amigaos*)
9771 case $host_cpu in
9772 powerpc)
9773 # Since July 2007 AmigaOS4 officially supports .so libraries.
9774 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9775 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9776 ;;
9777 m68k)
9778 library_names_spec='$libname.ixlibrary $libname.a'
9779 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9780 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9781 ;;
9782 esac
9783 ;;
9784
9785 beos*)
9786 library_names_spec='${libname}${shared_ext}'
9787 dynamic_linker="$host_os ld.so"
9788 shlibpath_var=LIBRARY_PATH
9789 ;;
9790
9791 bsdi[45]*)
9792 version_type=linux
9793 need_version=no
9794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9795 soname_spec='${libname}${release}${shared_ext}$major'
9796 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9797 shlibpath_var=LD_LIBRARY_PATH
9798 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9799 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9800 # the default ld.so.conf also contains /usr/contrib/lib and
9801 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9802 # libtool to hard-code these into programs
9803 ;;
9804
9805 cygwin* | mingw* | pw32* | cegcc*)
9806 version_type=windows
9807 shrext_cmds=".dll"
9808 need_version=no
9809 need_lib_prefix=no
9810
9811 case $GCC,$host_os in
9812 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9813 library_names_spec='$libname.dll.a'
9814 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9815 postinstall_cmds='base_file=`basename \${file}`~
9816 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9817 dldir=$destdir/`dirname \$dlpath`~
9818 test -d \$dldir || mkdir -p \$dldir~
9819 $install_prog $dir/$dlname \$dldir/$dlname~
9820 chmod a+x \$dldir/$dlname~
9821 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9822 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9823 fi'
9824 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9825 dlpath=$dir/\$dldll~
9826 $RM \$dlpath'
9827 shlibpath_overrides_runpath=yes
9828
9829 case $host_os in
9830 cygwin*)
9831 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9832 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9833
9834 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
9835 ;;
9836 mingw* | cegcc*)
9837 # MinGW DLLs use traditional 'lib' prefix
9838 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9839 ;;
9840 pw32*)
9841 # pw32 DLLs use 'pw' prefix rather than 'lib'
9842 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9843 ;;
9844 esac
9845 ;;
9846
9847 *)
9848 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9849 ;;
9850 esac
9851 dynamic_linker='Win32 ld.exe'
9852 # FIXME: first we should search . and the directory the executable is in
9853 shlibpath_var=PATH
9854 ;;
9855
9856 darwin* | rhapsody*)
9857 dynamic_linker="$host_os dyld"
9858 version_type=darwin
9859 need_lib_prefix=no
9860 need_version=no
9861 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9862 soname_spec='${libname}${release}${major}$shared_ext'
9863 shlibpath_overrides_runpath=yes
9864 shlibpath_var=DYLD_LIBRARY_PATH
9865 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9866
9867 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9868 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9869 ;;
9870
9871 dgux*)
9872 version_type=linux
9873 need_lib_prefix=no
9874 need_version=no
9875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9876 soname_spec='${libname}${release}${shared_ext}$major'
9877 shlibpath_var=LD_LIBRARY_PATH
9878 ;;
9879
9880 freebsd* | dragonfly*)
9881 # DragonFly does not have aout. When/if they implement a new
9882 # versioning mechanism, adjust this.
9883 if test -x /usr/bin/objformat; then
9884 objformat=`/usr/bin/objformat`
9885 else
9886 case $host_os in
9887 freebsd[23].*) objformat=aout ;;
9888 *) objformat=elf ;;
9889 esac
9890 fi
9891 version_type=freebsd-$objformat
9892 case $version_type in
9893 freebsd-elf*)
9894 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9895 need_version=no
9896 need_lib_prefix=no
9897 ;;
9898 freebsd-*)
9899 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9900 need_version=yes
9901 ;;
9902 esac
9903 shlibpath_var=LD_LIBRARY_PATH
9904 case $host_os in
9905 freebsd2.*)
9906 shlibpath_overrides_runpath=yes
9907 ;;
9908 freebsd3.[01]* | freebsdelf3.[01]*)
9909 shlibpath_overrides_runpath=yes
9910 hardcode_into_libs=yes
9911 ;;
9912 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9913 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9914 shlibpath_overrides_runpath=no
9915 hardcode_into_libs=yes
9916 ;;
9917 *) # from 4.6 on, and DragonFly
9918 shlibpath_overrides_runpath=yes
9919 hardcode_into_libs=yes
9920 ;;
9921 esac
9922 ;;
9923
9924 haiku*)
9925 version_type=linux
9926 need_lib_prefix=no
9927 need_version=no
9928 dynamic_linker="$host_os runtime_loader"
9929 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9930 soname_spec='${libname}${release}${shared_ext}$major'
9931 shlibpath_var=LIBRARY_PATH
9932 shlibpath_overrides_runpath=yes
9933 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
9934 hardcode_into_libs=yes
9935 ;;
9936
9937 hpux9* | hpux10* | hpux11*)
9938 # Give a soname corresponding to the major version so that dld.sl refuses to
9939 # link against other versions.
9940 version_type=sunos
9941 need_lib_prefix=no
9942 need_version=no
9943 case $host_cpu in
9944 ia64*)
9945 shrext_cmds='.so'
9946 hardcode_into_libs=yes
9947 dynamic_linker="$host_os dld.so"
9948 shlibpath_var=LD_LIBRARY_PATH
9949 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9950 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9951 soname_spec='${libname}${release}${shared_ext}$major'
9952 if test "X$HPUX_IA64_MODE" = X32; then
9953 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9954 else
9955 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9956 fi
9957 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9958 ;;
9959 hppa*64*)
9960 shrext_cmds='.sl'
9961 hardcode_into_libs=yes
9962 dynamic_linker="$host_os dld.sl"
9963 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9964 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9965 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9966 soname_spec='${libname}${release}${shared_ext}$major'
9967 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9968 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9969 ;;
9970 *)
9971 shrext_cmds='.sl'
9972 dynamic_linker="$host_os dld.sl"
9973 shlibpath_var=SHLIB_PATH
9974 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9975 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9976 soname_spec='${libname}${release}${shared_ext}$major'
9977 ;;
9978 esac
9979 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
9980 postinstall_cmds='chmod 555 $lib'
9981 # or fails outright, so override atomically:
9982 install_override_mode=555
9983 ;;
9984
9985 interix[3-9]*)
9986 version_type=linux
9987 need_lib_prefix=no
9988 need_version=no
9989 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9990 soname_spec='${libname}${release}${shared_ext}$major'
9991 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9992 shlibpath_var=LD_LIBRARY_PATH
9993 shlibpath_overrides_runpath=no
9994 hardcode_into_libs=yes
9995 ;;
9996
9997 irix5* | irix6* | nonstopux*)
9998 case $host_os in
9999 nonstopux*) version_type=nonstopux ;;
10000 *)
10001 if test "$lt_cv_prog_gnu_ld" = yes; then
10002 version_type=linux
10003 else
10004 version_type=irix
10005 fi ;;
10006 esac
10007 need_lib_prefix=no
10008 need_version=no
10009 soname_spec='${libname}${release}${shared_ext}$major'
10010 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10011 case $host_os in
10012 irix5* | nonstopux*)
10013 libsuff= shlibsuff=
10014 ;;
10015 *)
10016 case $LD in # libtool.m4 will add one of these switches to LD
10017 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10018 libsuff= shlibsuff= libmagic=32-bit;;
10019 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10020 libsuff=32 shlibsuff=N32 libmagic=N32;;
10021 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10022 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10023 *) libsuff= shlibsuff= libmagic=never-match;;
10024 esac
10025 ;;
10026 esac
10027 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10028 shlibpath_overrides_runpath=no
10029 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10030 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10031 hardcode_into_libs=yes
10032 ;;
10033
10034 # No shared lib support for Linux oldld, aout, or coff.
10035 linux*oldld* | linux*aout* | linux*coff*)
10036 dynamic_linker=no
10037 ;;
10038
10039 # This must be Linux ELF.
10040 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
10041 version_type=linux
10042 need_lib_prefix=no
10043 need_version=no
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 shlibpath_overrides_runpath=no
10049
10050 # Some binutils ld are patched to set DT_RUNPATH
10051 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10052 $as_echo_n "(cached) " >&6
10053 else
10054 lt_cv_shlibpath_overrides_runpath=no
10055 save_LDFLAGS=$LDFLAGS
10056 save_libdir=$libdir
10057 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10058 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10060 /* end confdefs.h. */
10061
10062 int
10063 main ()
10064 {
10065
10066 ;
10067 return 0;
10068 }
10069 _ACEOF
10070 if ac_fn_c_try_link "$LINENO"; then :
10071 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10072 lt_cv_shlibpath_overrides_runpath=yes
10073 fi
10074 fi
10075 rm -f core conftest.err conftest.$ac_objext \
10076 conftest$ac_exeext conftest.$ac_ext
10077 LDFLAGS=$save_LDFLAGS
10078 libdir=$save_libdir
10079
10080 fi
10081
10082 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10083
10084 # This implies no fast_install, which is unacceptable.
10085 # Some rework will be needed to allow for fast_install
10086 # before this can be enabled.
10087 hardcode_into_libs=yes
10088
10089 # Append ld.so.conf contents to the search path
10090 if test -f /etc/ld.so.conf; then
10091 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
10092 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10093 fi
10094
10095 # We used to test for /lib/ld.so.1 and disable shared libraries on
10096 # powerpc, because MkLinux only supported shared libraries with the
10097 # GNU dynamic linker. Since this was broken with cross compilers,
10098 # most powerpc-linux boxes support dynamic linking these days and
10099 # people can always --disable-shared, the test was removed, and we
10100 # assume the GNU/Linux dynamic linker is in use.
10101 dynamic_linker='GNU/Linux ld.so'
10102 ;;
10103
10104 netbsd*)
10105 version_type=sunos
10106 need_lib_prefix=no
10107 need_version=no
10108 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10109 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10110 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10111 dynamic_linker='NetBSD (a.out) ld.so'
10112 else
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 dynamic_linker='NetBSD ld.elf_so'
10116 fi
10117 shlibpath_var=LD_LIBRARY_PATH
10118 shlibpath_overrides_runpath=yes
10119 hardcode_into_libs=yes
10120 ;;
10121
10122 newsos6)
10123 version_type=linux
10124 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10125 shlibpath_var=LD_LIBRARY_PATH
10126 shlibpath_overrides_runpath=yes
10127 ;;
10128
10129 *nto* | *qnx*)
10130 version_type=qnx
10131 need_lib_prefix=no
10132 need_version=no
10133 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10134 soname_spec='${libname}${release}${shared_ext}$major'
10135 shlibpath_var=LD_LIBRARY_PATH
10136 shlibpath_overrides_runpath=no
10137 hardcode_into_libs=yes
10138 dynamic_linker='ldqnx.so'
10139 ;;
10140
10141 openbsd*)
10142 version_type=sunos
10143 sys_lib_dlsearch_path_spec="/usr/lib"
10144 need_lib_prefix=no
10145 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10146 case $host_os in
10147 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10148 *) need_version=no ;;
10149 esac
10150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10151 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10152 shlibpath_var=LD_LIBRARY_PATH
10153 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10154 case $host_os in
10155 openbsd2.[89] | openbsd2.[89].*)
10156 shlibpath_overrides_runpath=no
10157 ;;
10158 *)
10159 shlibpath_overrides_runpath=yes
10160 ;;
10161 esac
10162 else
10163 shlibpath_overrides_runpath=yes
10164 fi
10165 ;;
10166
10167 os2*)
10168 libname_spec='$name'
10169 shrext_cmds=".dll"
10170 need_lib_prefix=no
10171 library_names_spec='$libname${shared_ext} $libname.a'
10172 dynamic_linker='OS/2 ld.exe'
10173 shlibpath_var=LIBPATH
10174 ;;
10175
10176 osf3* | osf4* | osf5*)
10177 version_type=osf
10178 need_lib_prefix=no
10179 need_version=no
10180 soname_spec='${libname}${release}${shared_ext}$major'
10181 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10182 shlibpath_var=LD_LIBRARY_PATH
10183 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10184 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10185 ;;
10186
10187 rdos*)
10188 dynamic_linker=no
10189 ;;
10190
10191 solaris*)
10192 version_type=linux
10193 need_lib_prefix=no
10194 need_version=no
10195 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10196 soname_spec='${libname}${release}${shared_ext}$major'
10197 shlibpath_var=LD_LIBRARY_PATH
10198 shlibpath_overrides_runpath=yes
10199 hardcode_into_libs=yes
10200 # ldd complains unless libraries are executable
10201 postinstall_cmds='chmod +x $lib'
10202 ;;
10203
10204 sunos4*)
10205 version_type=sunos
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10207 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10208 shlibpath_var=LD_LIBRARY_PATH
10209 shlibpath_overrides_runpath=yes
10210 if test "$with_gnu_ld" = yes; then
10211 need_lib_prefix=no
10212 fi
10213 need_version=yes
10214 ;;
10215
10216 sysv4 | sysv4.3*)
10217 version_type=linux
10218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10219 soname_spec='${libname}${release}${shared_ext}$major'
10220 shlibpath_var=LD_LIBRARY_PATH
10221 case $host_vendor in
10222 sni)
10223 shlibpath_overrides_runpath=no
10224 need_lib_prefix=no
10225 runpath_var=LD_RUN_PATH
10226 ;;
10227 siemens)
10228 need_lib_prefix=no
10229 ;;
10230 motorola)
10231 need_lib_prefix=no
10232 need_version=no
10233 shlibpath_overrides_runpath=no
10234 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10235 ;;
10236 esac
10237 ;;
10238
10239 sysv4*MP*)
10240 if test -d /usr/nec ;then
10241 version_type=linux
10242 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10243 soname_spec='$libname${shared_ext}.$major'
10244 shlibpath_var=LD_LIBRARY_PATH
10245 fi
10246 ;;
10247
10248 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10249 version_type=freebsd-elf
10250 need_lib_prefix=no
10251 need_version=no
10252 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10253 soname_spec='${libname}${release}${shared_ext}$major'
10254 shlibpath_var=LD_LIBRARY_PATH
10255 shlibpath_overrides_runpath=yes
10256 hardcode_into_libs=yes
10257 if test "$with_gnu_ld" = yes; then
10258 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10259 else
10260 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10261 case $host_os in
10262 sco3.2v5*)
10263 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10264 ;;
10265 esac
10266 fi
10267 sys_lib_dlsearch_path_spec='/usr/lib'
10268 ;;
10269
10270 tpf*)
10271 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10272 version_type=linux
10273 need_lib_prefix=no
10274 need_version=no
10275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10276 shlibpath_var=LD_LIBRARY_PATH
10277 shlibpath_overrides_runpath=no
10278 hardcode_into_libs=yes
10279 ;;
10280
10281 uts4*)
10282 version_type=linux
10283 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10284 soname_spec='${libname}${release}${shared_ext}$major'
10285 shlibpath_var=LD_LIBRARY_PATH
10286 ;;
10287
10288 *)
10289 dynamic_linker=no
10290 ;;
10291 esac
10292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10293 $as_echo "$dynamic_linker" >&6; }
10294 test "$dynamic_linker" = no && can_build_shared=no
10295
10296 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10297 if test "$GCC" = yes; then
10298 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10299 fi
10300
10301 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10302 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10303 fi
10304 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10305 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10306 fi
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
10382
10383
10384
10385
10386
10387
10388
10389
10390
10391
10392
10393
10394
10395
10396
10397
10398
10399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10400 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10401 hardcode_action=
10402 if test -n "$hardcode_libdir_flag_spec" ||
10403 test -n "$runpath_var" ||
10404 test "X$hardcode_automatic" = "Xyes" ; then
10405
10406 # We can hardcode non-existent directories.
10407 if test "$hardcode_direct" != no &&
10408 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10409 # have to relink, otherwise we might link with an installed library
10410 # when we should be linking with a yet-to-be-installed one
10411 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10412 test "$hardcode_minus_L" != no; then
10413 # Linking always hardcodes the temporary library directory.
10414 hardcode_action=relink
10415 else
10416 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10417 hardcode_action=immediate
10418 fi
10419 else
10420 # We cannot hardcode anything, or else we can only hardcode existing
10421 # directories.
10422 hardcode_action=unsupported
10423 fi
10424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10425 $as_echo "$hardcode_action" >&6; }
10426
10427 if test "$hardcode_action" = relink ||
10428 test "$inherit_rpath" = yes; then
10429 # Fast installation is not supported
10430 enable_fast_install=no
10431 elif test "$shlibpath_overrides_runpath" = yes ||
10432 test "$enable_shared" = no; then
10433 # Fast installation is not necessary
10434 enable_fast_install=needless
10435 fi
10436
10437
10438
10439
10440
10441
10442 if test "x$enable_dlopen" != xyes; then
10443 enable_dlopen=unknown
10444 enable_dlopen_self=unknown
10445 enable_dlopen_self_static=unknown
10446 else
10447 lt_cv_dlopen=no
10448 lt_cv_dlopen_libs=
10449
10450 case $host_os in
10451 beos*)
10452 lt_cv_dlopen="load_add_on"
10453 lt_cv_dlopen_libs=
10454 lt_cv_dlopen_self=yes
10455 ;;
10456
10457 mingw* | pw32* | cegcc*)
10458 lt_cv_dlopen="LoadLibrary"
10459 lt_cv_dlopen_libs=
10460 ;;
10461
10462 cygwin*)
10463 lt_cv_dlopen="dlopen"
10464 lt_cv_dlopen_libs=
10465 ;;
10466
10467 darwin*)
10468 # if libdl is installed we need to link against it
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10470 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10471 if ${ac_cv_lib_dl_dlopen+:} false; then :
10472 $as_echo_n "(cached) " >&6
10473 else
10474 ac_check_lib_save_LIBS=$LIBS
10475 LIBS="-ldl $LIBS"
10476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10477 /* end confdefs.h. */
10478
10479 /* Override any GCC internal prototype to avoid an error.
10480 Use char because int might match the return type of a GCC
10481 builtin and then its argument prototype would still apply. */
10482 #ifdef __cplusplus
10483 extern "C"
10484 #endif
10485 char dlopen ();
10486 int
10487 main ()
10488 {
10489 return dlopen ();
10490 ;
10491 return 0;
10492 }
10493 _ACEOF
10494 if ac_fn_c_try_link "$LINENO"; then :
10495 ac_cv_lib_dl_dlopen=yes
10496 else
10497 ac_cv_lib_dl_dlopen=no
10498 fi
10499 rm -f core conftest.err conftest.$ac_objext \
10500 conftest$ac_exeext conftest.$ac_ext
10501 LIBS=$ac_check_lib_save_LIBS
10502 fi
10503 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10504 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10505 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10506 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10507 else
10508
10509 lt_cv_dlopen="dyld"
10510 lt_cv_dlopen_libs=
10511 lt_cv_dlopen_self=yes
10512
10513 fi
10514
10515 ;;
10516
10517 *)
10518 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10519 if test "x$ac_cv_func_shl_load" = xyes; then :
10520 lt_cv_dlopen="shl_load"
10521 else
10522 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10523 $as_echo_n "checking for shl_load in -ldld... " >&6; }
10524 if ${ac_cv_lib_dld_shl_load+:} false; then :
10525 $as_echo_n "(cached) " >&6
10526 else
10527 ac_check_lib_save_LIBS=$LIBS
10528 LIBS="-ldld $LIBS"
10529 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10530 /* end confdefs.h. */
10531
10532 /* Override any GCC internal prototype to avoid an error.
10533 Use char because int might match the return type of a GCC
10534 builtin and then its argument prototype would still apply. */
10535 #ifdef __cplusplus
10536 extern "C"
10537 #endif
10538 char shl_load ();
10539 int
10540 main ()
10541 {
10542 return shl_load ();
10543 ;
10544 return 0;
10545 }
10546 _ACEOF
10547 if ac_fn_c_try_link "$LINENO"; then :
10548 ac_cv_lib_dld_shl_load=yes
10549 else
10550 ac_cv_lib_dld_shl_load=no
10551 fi
10552 rm -f core conftest.err conftest.$ac_objext \
10553 conftest$ac_exeext conftest.$ac_ext
10554 LIBS=$ac_check_lib_save_LIBS
10555 fi
10556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10557 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10558 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10559 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10560 else
10561 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10562 if test "x$ac_cv_func_dlopen" = xyes; then :
10563 lt_cv_dlopen="dlopen"
10564 else
10565 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10566 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10567 if ${ac_cv_lib_dl_dlopen+:} false; then :
10568 $as_echo_n "(cached) " >&6
10569 else
10570 ac_check_lib_save_LIBS=$LIBS
10571 LIBS="-ldl $LIBS"
10572 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10573 /* end confdefs.h. */
10574
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char dlopen ();
10582 int
10583 main ()
10584 {
10585 return dlopen ();
10586 ;
10587 return 0;
10588 }
10589 _ACEOF
10590 if ac_fn_c_try_link "$LINENO"; then :
10591 ac_cv_lib_dl_dlopen=yes
10592 else
10593 ac_cv_lib_dl_dlopen=no
10594 fi
10595 rm -f core conftest.err conftest.$ac_objext \
10596 conftest$ac_exeext conftest.$ac_ext
10597 LIBS=$ac_check_lib_save_LIBS
10598 fi
10599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10600 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10601 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10602 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10603 else
10604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10605 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10606 if ${ac_cv_lib_svld_dlopen+:} false; then :
10607 $as_echo_n "(cached) " >&6
10608 else
10609 ac_check_lib_save_LIBS=$LIBS
10610 LIBS="-lsvld $LIBS"
10611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10612 /* end confdefs.h. */
10613
10614 /* Override any GCC internal prototype to avoid an error.
10615 Use char because int might match the return type of a GCC
10616 builtin and then its argument prototype would still apply. */
10617 #ifdef __cplusplus
10618 extern "C"
10619 #endif
10620 char dlopen ();
10621 int
10622 main ()
10623 {
10624 return dlopen ();
10625 ;
10626 return 0;
10627 }
10628 _ACEOF
10629 if ac_fn_c_try_link "$LINENO"; then :
10630 ac_cv_lib_svld_dlopen=yes
10631 else
10632 ac_cv_lib_svld_dlopen=no
10633 fi
10634 rm -f core conftest.err conftest.$ac_objext \
10635 conftest$ac_exeext conftest.$ac_ext
10636 LIBS=$ac_check_lib_save_LIBS
10637 fi
10638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10639 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10640 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
10641 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10642 else
10643 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10644 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10645 if ${ac_cv_lib_dld_dld_link+:} false; then :
10646 $as_echo_n "(cached) " >&6
10647 else
10648 ac_check_lib_save_LIBS=$LIBS
10649 LIBS="-ldld $LIBS"
10650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10651 /* end confdefs.h. */
10652
10653 /* Override any GCC internal prototype to avoid an error.
10654 Use char because int might match the return type of a GCC
10655 builtin and then its argument prototype would still apply. */
10656 #ifdef __cplusplus
10657 extern "C"
10658 #endif
10659 char dld_link ();
10660 int
10661 main ()
10662 {
10663 return dld_link ();
10664 ;
10665 return 0;
10666 }
10667 _ACEOF
10668 if ac_fn_c_try_link "$LINENO"; then :
10669 ac_cv_lib_dld_dld_link=yes
10670 else
10671 ac_cv_lib_dld_dld_link=no
10672 fi
10673 rm -f core conftest.err conftest.$ac_objext \
10674 conftest$ac_exeext conftest.$ac_ext
10675 LIBS=$ac_check_lib_save_LIBS
10676 fi
10677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10678 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10679 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
10680 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10681 fi
10682
10683
10684 fi
10685
10686
10687 fi
10688
10689
10690 fi
10691
10692
10693 fi
10694
10695
10696 fi
10697
10698 ;;
10699 esac
10700
10701 if test "x$lt_cv_dlopen" != xno; then
10702 enable_dlopen=yes
10703 else
10704 enable_dlopen=no
10705 fi
10706
10707 case $lt_cv_dlopen in
10708 dlopen)
10709 save_CPPFLAGS="$CPPFLAGS"
10710 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10711
10712 save_LDFLAGS="$LDFLAGS"
10713 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10714
10715 save_LIBS="$LIBS"
10716 LIBS="$lt_cv_dlopen_libs $LIBS"
10717
10718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10719 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10720 if ${lt_cv_dlopen_self+:} false; then :
10721 $as_echo_n "(cached) " >&6
10722 else
10723 if test "$cross_compiling" = yes; then :
10724 lt_cv_dlopen_self=cross
10725 else
10726 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10727 lt_status=$lt_dlunknown
10728 cat > conftest.$ac_ext <<_LT_EOF
10729 #line 10729 "configure"
10730 #include "confdefs.h"
10731
10732 #if HAVE_DLFCN_H
10733 #include <dlfcn.h>
10734 #endif
10735
10736 #include <stdio.h>
10737
10738 #ifdef RTLD_GLOBAL
10739 # define LT_DLGLOBAL RTLD_GLOBAL
10740 #else
10741 # ifdef DL_GLOBAL
10742 # define LT_DLGLOBAL DL_GLOBAL
10743 # else
10744 # define LT_DLGLOBAL 0
10745 # endif
10746 #endif
10747
10748 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10749 find out it does not work in some platform. */
10750 #ifndef LT_DLLAZY_OR_NOW
10751 # ifdef RTLD_LAZY
10752 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10753 # else
10754 # ifdef DL_LAZY
10755 # define LT_DLLAZY_OR_NOW DL_LAZY
10756 # else
10757 # ifdef RTLD_NOW
10758 # define LT_DLLAZY_OR_NOW RTLD_NOW
10759 # else
10760 # ifdef DL_NOW
10761 # define LT_DLLAZY_OR_NOW DL_NOW
10762 # else
10763 # define LT_DLLAZY_OR_NOW 0
10764 # endif
10765 # endif
10766 # endif
10767 # endif
10768 #endif
10769
10770 /* When -fvisbility=hidden is used, assume the code has been annotated
10771 correspondingly for the symbols needed. */
10772 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10773 void fnord () __attribute__((visibility("default")));
10774 #endif
10775
10776 void fnord () { int i=42; }
10777 int main ()
10778 {
10779 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10780 int status = $lt_dlunknown;
10781
10782 if (self)
10783 {
10784 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10785 else
10786 {
10787 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10788 else puts (dlerror ());
10789 }
10790 /* dlclose (self); */
10791 }
10792 else
10793 puts (dlerror ());
10794
10795 return status;
10796 }
10797 _LT_EOF
10798 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10799 (eval $ac_link) 2>&5
10800 ac_status=$?
10801 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10802 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10803 (./conftest; exit; ) >&5 2>/dev/null
10804 lt_status=$?
10805 case x$lt_status in
10806 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10807 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10808 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10809 esac
10810 else :
10811 # compilation failed
10812 lt_cv_dlopen_self=no
10813 fi
10814 fi
10815 rm -fr conftest*
10816
10817
10818 fi
10819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10820 $as_echo "$lt_cv_dlopen_self" >&6; }
10821
10822 if test "x$lt_cv_dlopen_self" = xyes; then
10823 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10825 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10826 if ${lt_cv_dlopen_self_static+:} false; then :
10827 $as_echo_n "(cached) " >&6
10828 else
10829 if test "$cross_compiling" = yes; then :
10830 lt_cv_dlopen_self_static=cross
10831 else
10832 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10833 lt_status=$lt_dlunknown
10834 cat > conftest.$ac_ext <<_LT_EOF
10835 #line 10835 "configure"
10836 #include "confdefs.h"
10837
10838 #if HAVE_DLFCN_H
10839 #include <dlfcn.h>
10840 #endif
10841
10842 #include <stdio.h>
10843
10844 #ifdef RTLD_GLOBAL
10845 # define LT_DLGLOBAL RTLD_GLOBAL
10846 #else
10847 # ifdef DL_GLOBAL
10848 # define LT_DLGLOBAL DL_GLOBAL
10849 # else
10850 # define LT_DLGLOBAL 0
10851 # endif
10852 #endif
10853
10854 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10855 find out it does not work in some platform. */
10856 #ifndef LT_DLLAZY_OR_NOW
10857 # ifdef RTLD_LAZY
10858 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10859 # else
10860 # ifdef DL_LAZY
10861 # define LT_DLLAZY_OR_NOW DL_LAZY
10862 # else
10863 # ifdef RTLD_NOW
10864 # define LT_DLLAZY_OR_NOW RTLD_NOW
10865 # else
10866 # ifdef DL_NOW
10867 # define LT_DLLAZY_OR_NOW DL_NOW
10868 # else
10869 # define LT_DLLAZY_OR_NOW 0
10870 # endif
10871 # endif
10872 # endif
10873 # endif
10874 #endif
10875
10876 /* When -fvisbility=hidden is used, assume the code has been annotated
10877 correspondingly for the symbols needed. */
10878 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10879 void fnord () __attribute__((visibility("default")));
10880 #endif
10881
10882 void fnord () { int i=42; }
10883 int main ()
10884 {
10885 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10886 int status = $lt_dlunknown;
10887
10888 if (self)
10889 {
10890 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10891 else
10892 {
10893 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10894 else puts (dlerror ());
10895 }
10896 /* dlclose (self); */
10897 }
10898 else
10899 puts (dlerror ());
10900
10901 return status;
10902 }
10903 _LT_EOF
10904 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10905 (eval $ac_link) 2>&5
10906 ac_status=$?
10907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10908 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10909 (./conftest; exit; ) >&5 2>/dev/null
10910 lt_status=$?
10911 case x$lt_status in
10912 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10913 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10914 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10915 esac
10916 else :
10917 # compilation failed
10918 lt_cv_dlopen_self_static=no
10919 fi
10920 fi
10921 rm -fr conftest*
10922
10923
10924 fi
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10926 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10927 fi
10928
10929 CPPFLAGS="$save_CPPFLAGS"
10930 LDFLAGS="$save_LDFLAGS"
10931 LIBS="$save_LIBS"
10932 ;;
10933 esac
10934
10935 case $lt_cv_dlopen_self in
10936 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10937 *) enable_dlopen_self=unknown ;;
10938 esac
10939
10940 case $lt_cv_dlopen_self_static in
10941 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10942 *) enable_dlopen_self_static=unknown ;;
10943 esac
10944 fi
10945
10946
10947
10948
10949
10950
10951
10952
10953
10954
10955
10956
10957
10958
10959
10960
10961
10962 striplib=
10963 old_striplib=
10964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10965 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10966 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10967 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10968 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10970 $as_echo "yes" >&6; }
10971 else
10972 # FIXME - insert some real tests, host_os isn't really good enough
10973 case $host_os in
10974 darwin*)
10975 if test -n "$STRIP" ; then
10976 striplib="$STRIP -x"
10977 old_striplib="$STRIP -S"
10978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10979 $as_echo "yes" >&6; }
10980 else
10981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10982 $as_echo "no" >&6; }
10983 fi
10984 ;;
10985 *)
10986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10987 $as_echo "no" >&6; }
10988 ;;
10989 esac
10990 fi
10991
10992
10993
10994
10995
10996
10997
10998
10999
11000
11001
11002
11003 # Report which library types will actually be built
11004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11005 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11007 $as_echo "$can_build_shared" >&6; }
11008
11009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11010 $as_echo_n "checking whether to build shared libraries... " >&6; }
11011 test "$can_build_shared" = "no" && enable_shared=no
11012
11013 # On AIX, shared libraries and static libraries use the same namespace, and
11014 # are all built from PIC.
11015 case $host_os in
11016 aix3*)
11017 test "$enable_shared" = yes && enable_static=no
11018 if test -n "$RANLIB"; then
11019 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11020 postinstall_cmds='$RANLIB $lib'
11021 fi
11022 ;;
11023
11024 aix[4-9]*)
11025 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11026 test "$enable_shared" = yes && enable_static=no
11027 fi
11028 ;;
11029 esac
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11031 $as_echo "$enable_shared" >&6; }
11032
11033 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11034 $as_echo_n "checking whether to build static libraries... " >&6; }
11035 # Make sure either enable_shared or enable_static is yes.
11036 test "$enable_shared" = yes || enable_static=yes
11037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11038 $as_echo "$enable_static" >&6; }
11039
11040
11041
11042
11043 fi
11044 ac_ext=c
11045 ac_cpp='$CPP $CPPFLAGS'
11046 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11047 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11048 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11049
11050 CC="$lt_save_CC"
11051
11052
11053
11054
11055
11056
11057
11058
11059
11060
11061
11062
11063
11064 ac_config_commands="$ac_config_commands libtool"
11065
11066
11067
11068
11069 # Only expand once:
11070
11071
11072
11073 # The tests for host and target for $enable_largefile require
11074 # canonical names.
11075
11076
11077
11078 # As the $enable_largefile decision depends on --enable-plugins we must set it
11079 # even in directories otherwise not depending on the $plugins option.
11080
11081
11082 maybe_plugins=no
11083 for ac_header in dlfcn.h
11084 do :
11085 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
11086 "
11087 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
11088 cat >>confdefs.h <<_ACEOF
11089 #define HAVE_DLFCN_H 1
11090 _ACEOF
11091 maybe_plugins=yes
11092 fi
11093
11094 done
11095
11096 for ac_header in windows.h
11097 do :
11098 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
11099 "
11100 if test "x$ac_cv_header_windows_h" = xyes; then :
11101 cat >>confdefs.h <<_ACEOF
11102 #define HAVE_WINDOWS_H 1
11103 _ACEOF
11104 maybe_plugins=yes
11105 fi
11106
11107 done
11108
11109
11110 # Check whether --enable-plugins was given.
11111 if test "${enable_plugins+set}" = set; then :
11112 enableval=$enable_plugins; case "${enableval}" in
11113 no) plugins=no ;;
11114 *) plugins=yes
11115 if test "$maybe_plugins" != "yes" ; then
11116 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
11117 fi ;;
11118 esac
11119 else
11120 plugins=$maybe_plugins
11121
11122 fi
11123
11124 if test "$plugins" = "yes"; then
11125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
11126 $as_echo_n "checking for library containing dlsym... " >&6; }
11127 if ${ac_cv_search_dlsym+:} false; then :
11128 $as_echo_n "(cached) " >&6
11129 else
11130 ac_func_search_save_LIBS=$LIBS
11131 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11132 /* end confdefs.h. */
11133
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char dlsym ();
11141 int
11142 main ()
11143 {
11144 return dlsym ();
11145 ;
11146 return 0;
11147 }
11148 _ACEOF
11149 for ac_lib in '' dl; do
11150 if test -z "$ac_lib"; then
11151 ac_res="none required"
11152 else
11153 ac_res=-l$ac_lib
11154 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
11155 fi
11156 if ac_fn_c_try_link "$LINENO"; then :
11157 ac_cv_search_dlsym=$ac_res
11158 fi
11159 rm -f core conftest.err conftest.$ac_objext \
11160 conftest$ac_exeext
11161 if ${ac_cv_search_dlsym+:} false; then :
11162 break
11163 fi
11164 done
11165 if ${ac_cv_search_dlsym+:} false; then :
11166
11167 else
11168 ac_cv_search_dlsym=no
11169 fi
11170 rm conftest.$ac_ext
11171 LIBS=$ac_func_search_save_LIBS
11172 fi
11173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
11174 $as_echo "$ac_cv_search_dlsym" >&6; }
11175 ac_res=$ac_cv_search_dlsym
11176 if test "$ac_res" != no; then :
11177 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
11178
11179 fi
11180
11181 fi
11182
11183
11184 case "${host}" in
11185 sparc-*-solaris*|i?86-*-solaris*)
11186 # On native 32-bit Solaris/SPARC and x86, large-file and procfs support
11187 # were mutually exclusive until Solaris 11.3. Without procfs support,
11188 # the bfd/ elf module cannot provide certain routines such as
11189 # elfcore_write_prpsinfo or elfcore_write_prstatus. So unless the user
11190 # explicitly requested large-file support through the
11191 # --enable-largefile switch, disable large-file support in favor of
11192 # procfs support.
11193 #
11194 # Check if <sys/procfs.h> is incompatible with large-file support.
11195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11196 /* end confdefs.h. */
11197 #define _FILE_OFFSET_BITS 64
11198 #define _STRUCTURED_PROC 1
11199 #include <sys/procfs.h>
11200 int
11201 main ()
11202 {
11203
11204 ;
11205 return 0;
11206 }
11207 _ACEOF
11208 if ac_fn_c_try_compile "$LINENO"; then :
11209 acx_cv_procfs_lfs=yes
11210 else
11211 acx_cv_procfs_lfs=no
11212 fi
11213 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11214 #
11215 # Forcefully disable large-file support only if necessary, gdb is in
11216 # tree and enabled.
11217 if test "${target}" = "${host}" -a "$acx_cv_procfs_lfs" = no \
11218 -a -d $srcdir/../gdb -a "$enable_gdb" != no; then
11219 : ${enable_largefile="no"}
11220 if test "$plugins" = yes; then
11221 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING:
11222 plugin support disabled; require large-file support which is incompatible with GDB." >&5
11223 $as_echo "$as_me: WARNING:
11224 plugin support disabled; require large-file support which is incompatible with GDB." >&2;}
11225 plugins=no
11226 fi
11227 fi
11228 #
11229 # Explicitly undef _FILE_OFFSET_BITS if enable_largefile=no for the
11230 # benefit of g++ 9+ which predefines it on Solaris.
11231 if test "$enable_largefile" = no; then
11232 LARGEFILE_CPPFLAGS="-U_FILE_OFFSET_BITS"
11233
11234 fi
11235 ;;
11236 esac
11237
11238 # Check whether --enable-largefile was given.
11239 if test "${enable_largefile+set}" = set; then :
11240 enableval=$enable_largefile;
11241 fi
11242
11243 if test "$enable_largefile" != no; then
11244
11245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11246 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11247 if ${ac_cv_sys_largefile_CC+:} false; then :
11248 $as_echo_n "(cached) " >&6
11249 else
11250 ac_cv_sys_largefile_CC=no
11251 if test "$GCC" != yes; then
11252 ac_save_CC=$CC
11253 while :; do
11254 # IRIX 6.2 and later do not support large files by default,
11255 # so use the C compiler's -n32 option if that helps.
11256 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11257 /* end confdefs.h. */
11258 #include <sys/types.h>
11259 /* Check that off_t can represent 2**63 - 1 correctly.
11260 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11261 since some C++ compilers masquerading as C compilers
11262 incorrectly reject 9223372036854775807. */
11263 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11264 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11265 && LARGE_OFF_T % 2147483647 == 1)
11266 ? 1 : -1];
11267 int
11268 main ()
11269 {
11270
11271 ;
11272 return 0;
11273 }
11274 _ACEOF
11275 if ac_fn_c_try_compile "$LINENO"; then :
11276 break
11277 fi
11278 rm -f core conftest.err conftest.$ac_objext
11279 CC="$CC -n32"
11280 if ac_fn_c_try_compile "$LINENO"; then :
11281 ac_cv_sys_largefile_CC=' -n32'; break
11282 fi
11283 rm -f core conftest.err conftest.$ac_objext
11284 break
11285 done
11286 CC=$ac_save_CC
11287 rm -f conftest.$ac_ext
11288 fi
11289 fi
11290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11291 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
11292 if test "$ac_cv_sys_largefile_CC" != no; then
11293 CC=$CC$ac_cv_sys_largefile_CC
11294 fi
11295
11296 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11297 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11298 if ${ac_cv_sys_file_offset_bits+:} false; then :
11299 $as_echo_n "(cached) " >&6
11300 else
11301 while :; do
11302 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11303 /* end confdefs.h. */
11304 #include <sys/types.h>
11305 /* Check that off_t can represent 2**63 - 1 correctly.
11306 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11307 since some C++ compilers masquerading as C compilers
11308 incorrectly reject 9223372036854775807. */
11309 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11310 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11311 && LARGE_OFF_T % 2147483647 == 1)
11312 ? 1 : -1];
11313 int
11314 main ()
11315 {
11316
11317 ;
11318 return 0;
11319 }
11320 _ACEOF
11321 if ac_fn_c_try_compile "$LINENO"; then :
11322 ac_cv_sys_file_offset_bits=no; break
11323 fi
11324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11326 /* end confdefs.h. */
11327 #define _FILE_OFFSET_BITS 64
11328 #include <sys/types.h>
11329 /* Check that off_t can represent 2**63 - 1 correctly.
11330 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11331 since some C++ compilers masquerading as C compilers
11332 incorrectly reject 9223372036854775807. */
11333 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11334 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11335 && LARGE_OFF_T % 2147483647 == 1)
11336 ? 1 : -1];
11337 int
11338 main ()
11339 {
11340
11341 ;
11342 return 0;
11343 }
11344 _ACEOF
11345 if ac_fn_c_try_compile "$LINENO"; then :
11346 ac_cv_sys_file_offset_bits=64; break
11347 fi
11348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11349 ac_cv_sys_file_offset_bits=unknown
11350 break
11351 done
11352 fi
11353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11354 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11355 case $ac_cv_sys_file_offset_bits in #(
11356 no | unknown) ;;
11357 *)
11358 cat >>confdefs.h <<_ACEOF
11359 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
11360 _ACEOF
11361 ;;
11362 esac
11363 rm -rf conftest*
11364 if test $ac_cv_sys_file_offset_bits = unknown; then
11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11366 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11367 if ${ac_cv_sys_large_files+:} false; then :
11368 $as_echo_n "(cached) " >&6
11369 else
11370 while :; do
11371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11372 /* end confdefs.h. */
11373 #include <sys/types.h>
11374 /* Check that off_t can represent 2**63 - 1 correctly.
11375 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11376 since some C++ compilers masquerading as C compilers
11377 incorrectly reject 9223372036854775807. */
11378 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11379 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11380 && LARGE_OFF_T % 2147483647 == 1)
11381 ? 1 : -1];
11382 int
11383 main ()
11384 {
11385
11386 ;
11387 return 0;
11388 }
11389 _ACEOF
11390 if ac_fn_c_try_compile "$LINENO"; then :
11391 ac_cv_sys_large_files=no; break
11392 fi
11393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11394 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11395 /* end confdefs.h. */
11396 #define _LARGE_FILES 1
11397 #include <sys/types.h>
11398 /* Check that off_t can represent 2**63 - 1 correctly.
11399 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11400 since some C++ compilers masquerading as C compilers
11401 incorrectly reject 9223372036854775807. */
11402 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11403 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11404 && LARGE_OFF_T % 2147483647 == 1)
11405 ? 1 : -1];
11406 int
11407 main ()
11408 {
11409
11410 ;
11411 return 0;
11412 }
11413 _ACEOF
11414 if ac_fn_c_try_compile "$LINENO"; then :
11415 ac_cv_sys_large_files=1; break
11416 fi
11417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11418 ac_cv_sys_large_files=unknown
11419 break
11420 done
11421 fi
11422 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11423 $as_echo "$ac_cv_sys_large_files" >&6; }
11424 case $ac_cv_sys_large_files in #(
11425 no | unknown) ;;
11426 *)
11427 cat >>confdefs.h <<_ACEOF
11428 #define _LARGE_FILES $ac_cv_sys_large_files
11429 _ACEOF
11430 ;;
11431 esac
11432 rm -rf conftest*
11433 fi
11434
11435
11436 fi
11437
11438
11439 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to compare bootstrapped objects" >&5
11440 $as_echo_n "checking how to compare bootstrapped objects... " >&6; }
11441 if ${gcc_cv_prog_cmp_skip+:} false; then :
11442 $as_echo_n "(cached) " >&6
11443 else
11444 echo abfoo >t1
11445 echo cdfoo >t2
11446 gcc_cv_prog_cmp_skip='tail -c +17 $$f1 > tmp-foo1; tail -c +17 $$f2 > tmp-foo2; cmp tmp-foo1 tmp-foo2'
11447 if cmp t1 t2 2 2 > /dev/null 2>&1; then
11448 if cmp t1 t2 1 1 > /dev/null 2>&1; then
11449 :
11450 else
11451 gcc_cv_prog_cmp_skip='cmp $$f1 $$f2 16 16'
11452 fi
11453 fi
11454 if cmp --ignore-initial=2 t1 t2 > /dev/null 2>&1; then
11455 if cmp --ignore-initial=1 t1 t2 > /dev/null 2>&1; then
11456 :
11457 else
11458 gcc_cv_prog_cmp_skip='cmp --ignore-initial=16 $$f1 $$f2'
11459 fi
11460 fi
11461 rm t1 t2
11462
11463 fi
11464 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_prog_cmp_skip" >&5
11465 $as_echo "$gcc_cv_prog_cmp_skip" >&6; }
11466 do_compare="$gcc_cv_prog_cmp_skip"
11467
11468
11469
11470 # Check whether --enable-targets was given.
11471 if test "${enable_targets+set}" = set; then :
11472 enableval=$enable_targets; case "${enableval}" in
11473 yes | "") as_fn_error $? "enable-targets option must specify target names or 'all'" "$LINENO" 5
11474 ;;
11475 no) enable_targets= ;;
11476 *) enable_targets=$enableval ;;
11477 esac
11478 fi
11479
11480 ac_checking=
11481 . ${srcdir}/../bfd/development.sh
11482 test "$development" = true && ac_checking=yes
11483 # Check whether --enable-checking was given.
11484 if test "${enable_checking+set}" = set; then :
11485 enableval=$enable_checking; case "${enableval}" in
11486 no|none) ac_checking= ;;
11487 *) ac_checking=yes ;;
11488 esac
11489 fi
11490 if test x$ac_checking != x ; then
11491
11492 $as_echo "#define ENABLE_CHECKING 1" >>confdefs.h
11493
11494 fi
11495
11496 # PR gas/19109
11497 # Decide the default method for compressing debug sections.
11498 ac_default_compressed_debug_sections=unset
11499 # Provide a configure time option to override our default.
11500 # Check whether --enable-compressed_debug_sections was given.
11501 if test "${enable_compressed_debug_sections+set}" = set; then :
11502 enableval=$enable_compressed_debug_sections; case ,"${enableval}", in
11503 ,yes, | ,all, | *,gas,*) ac_default_compressed_debug_sections=yes ;;
11504 ,no, | ,none,) ac_default_compressed_debug_sections=no ;;
11505 *) ac_default_compressed_debug_sections=unset ;;
11506 esac
11507 fi
11508
11509 # Select default compression algorithm.
11510 ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_GABI_ZLIB
11511 # Check whether --enable-default_compressed_debug_sections_algorithm was given.
11512 if test "${enable_default_compressed_debug_sections_algorithm+set}" = set; then :
11513 enableval=$enable_default_compressed_debug_sections_algorithm; case "${enableval}" in
11514 zstd) ac_default_compressed_debug_sections_algorithm=COMPRESS_DEBUG_ZSTD ;;
11515 esac
11516 fi
11517
11518 # PR gas/19520
11519 # Decide if x86 assembler should generate relax relocations.
11520 ac_default_x86_relax_relocations=unset
11521 # Provide a configure time option to override our default.
11522 # Check whether --enable-x86_relax_relocations was given.
11523 if test "${enable_x86_relax_relocations+set}" = set; then :
11524 enableval=$enable_x86_relax_relocations; case "${enableval}" in
11525 no) ac_default_x86_relax_relocations=0 ;;
11526 esac
11527 fi
11528
11529 # Decide if ELF assembler should generate common symbols with the
11530 # STT_COMMON type.
11531 ac_default_elf_stt_common=unset
11532 # Provide a configure time option to override our default.
11533 # Check whether --enable-elf_stt_common was given.
11534 if test "${enable_elf_stt_common+set}" = set; then :
11535 enableval=$enable_elf_stt_common; case "${enableval}" in
11536 yes) ac_default_elf_stt_common=1 ;;
11537 esac
11538 fi
11539
11540
11541 # Decide if the ELF assembler should default to generating
11542 # GNU Build notes if none are provided by the input.
11543 ac_default_generate_build_notes=0
11544 # Provide a configuration option to override the default.
11545 # Check whether --enable-generate_build_notes was given.
11546 if test "${enable_generate_build_notes+set}" = set; then :
11547 enableval=$enable_generate_build_notes; case "${enableval}" in
11548 yes) ac_default_generate_build_notes=1 ;;
11549 no) ac_default_generate_build_notes=0 ;;
11550 esac
11551 fi
11552
11553 # Decide if the MIPS assembler should default to enable MIPS fix Loongson3
11554 # LLSC errata.
11555 ac_default_mips_fix_loongson3_llsc=unset
11556 # Provide a configuration option to override the default.
11557 # Check whether --enable-mips-fix-loongson3-llsc was given.
11558 if test "${enable_mips_fix_loongson3_llsc+set}" = set; then :
11559 enableval=$enable_mips_fix_loongson3_llsc; case "${enableval}" in
11560 yes) ac_default_mips_fix_loongson3_llsc=1 ;;
11561 no) ac_default_mips_fix_loongson3_llsc=0 ;;
11562 esac
11563 fi
11564
11565 # Decide if the x86 ELF assembler should default to generating GNU x86
11566 # used ISA and feature properties.
11567 ac_default_generate_x86_used_note=unset
11568 # Provide a configuration option to override the default.
11569 # Check whether --enable-x86-used-note was given.
11570 if test "${enable_x86_used_note+set}" = set; then :
11571 enableval=$enable_x86_used_note; case "${enableval}" in
11572 yes) ac_default_generate_x86_used_note=1 ;;
11573 no) ac_default_generate_x86_used_note=0 ;;
11574 esac
11575 fi
11576
11577 # Decide if the RISC-V ELF assembler should default to generating attribute.
11578 ac_default_generate_riscv_attr=unset
11579 # Provide a configuration option to override the default.
11580 # Check whether --enable-default-riscv-attribute was given.
11581 if test "${enable_default_riscv_attribute+set}" = set; then :
11582 enableval=$enable_default_riscv_attribute; case "${enableval}" in
11583 yes) ac_default_generate_riscv_attr=1 ;;
11584 no) ac_default_generate_riscv_attr=0 ;;
11585 esac
11586 fi
11587
11588 using_cgen=no
11589
11590
11591 # Set the 'development' global.
11592 . $srcdir/../bfd/development.sh
11593
11594 # Set acp_cpp_for_build variable
11595 ac_cpp_for_build="$CC_FOR_BUILD -E $CPPFLAGS_FOR_BUILD"
11596
11597 # Default set of GCC warnings to enable.
11598 GCC_WARN_CFLAGS="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11599 GCC_WARN_CFLAGS_FOR_BUILD="-W -Wall -Wstrict-prototypes -Wmissing-prototypes"
11600
11601 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11602 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11603 /* end confdefs.h. */
11604 __GNUC__
11605 _ACEOF
11606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11607 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11608
11609 else
11610 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wshadow"
11611 fi
11612 rm -f conftest*
11613
11614
11615 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11616 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11617 /* end confdefs.h. */
11618 __GNUC__
11619 _ACEOF
11620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11621 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11622
11623 else
11624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11625 /* end confdefs.h. */
11626 __clang__
11627 _ACEOF
11628 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11629 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11630 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wstack-usage=262144"
11631 fi
11632 rm -f conftest*
11633
11634 fi
11635 rm -f conftest*
11636
11637
11638 # Set WARN_WRITE_STRINGS if the compiler supports -Wwrite-strings.
11639 WARN_WRITE_STRINGS=""
11640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11641 /* end confdefs.h. */
11642 __GNUC__
11643 _ACEOF
11644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11645 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11646
11647 else
11648 WARN_WRITE_STRINGS="-Wwrite-strings"
11649 fi
11650 rm -f conftest*
11651
11652
11653 # Verify CC_FOR_BUILD to be compatible with warning flags
11654
11655 # Add -Wshadow if the compiler is a sufficiently recent version of GCC.
11656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11657 /* end confdefs.h. */
11658 __GNUC__
11659 _ACEOF
11660 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11661 $EGREP "(^[0-3]$|^__GNUC__$)" >/dev/null 2>&1; then :
11662
11663 else
11664 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wshadow"
11665 fi
11666 rm -f conftest*
11667
11668
11669 # Add -Wstack-usage if the compiler is a sufficiently recent version of GCC.
11670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11671 /* end confdefs.h. */
11672 __GNUC__
11673 _ACEOF
11674 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11675 $EGREP "(^[0-4]$|^__GNUC__$)" >/dev/null 2>&1; then :
11676
11677 else
11678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11679 /* end confdefs.h. */
11680 __clang__
11681 _ACEOF
11682 if (eval "$ac_cpp_for_build conftest.$ac_ext") 2>&5 |
11683 $EGREP "^__clang__$" >/dev/null 2>&1; then :
11684 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wstack-usage=262144"
11685 fi
11686 rm -f conftest*
11687
11688 fi
11689 rm -f conftest*
11690
11691
11692 # Check whether --enable-werror was given.
11693 if test "${enable_werror+set}" = set; then :
11694 enableval=$enable_werror; case "${enableval}" in
11695 yes | y) ERROR_ON_WARNING="yes" ;;
11696 no | n) ERROR_ON_WARNING="no" ;;
11697 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
11698 esac
11699 fi
11700
11701
11702 # Disable -Wformat by default when using gcc on mingw
11703 case "${host}" in
11704 *-*-mingw32*)
11705 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
11706 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Wno-format"
11707 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Wno-format"
11708 fi
11709 ;;
11710 *) ;;
11711 esac
11712
11713 # Enable -Werror by default when using gcc. Turn it off for releases.
11714 if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" -a "$development" = true ; then
11715 ERROR_ON_WARNING=yes
11716 fi
11717
11718 NO_WERROR=
11719 if test "${ERROR_ON_WARNING}" = yes ; then
11720 GCC_WARN_CFLAGS="$GCC_WARN_CFLAGS -Werror"
11721 GCC_WARN_CFLAGS_FOR_BUILD="$GCC_WARN_CFLAGS_FOR_BUILD -Werror"
11722 NO_WERROR="-Wno-error"
11723 fi
11724
11725 if test "${GCC}" = yes ; then
11726 WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11727 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}"
11728 fi
11729
11730 # Check whether --enable-build-warnings was given.
11731 if test "${enable_build_warnings+set}" = set; then :
11732 enableval=$enable_build_warnings; case "${enableval}" in
11733 yes) WARN_CFLAGS="${GCC_WARN_CFLAGS}"
11734 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD}";;
11735 no) if test "${GCC}" = yes ; then
11736 WARN_CFLAGS="-w"
11737 WARN_CFLAGS_FOR_BUILD="-w"
11738 fi;;
11739 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11740 WARN_CFLAGS="${GCC_WARN_CFLAGS} ${t}"
11741 WARN_CFLAGS_FOR_BUILD="${GCC_WARN_CFLAGS_FOR_BUILD} ${t}";;
11742 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
11743 WARN_CFLAGS="${t} ${GCC_WARN_CFLAGS}"
11744 WARN_CFLAGS_FOR_BUILD="${t} ${GCC_WARN_CFLAGS_FOR_BUILD}";;
11745 *) WARN_CFLAGS=`echo "${enableval}" | sed -e "s/,/ /g"`
11746 WARN_CFLAGS_FOR_BUILD=`echo "${enableval}" | sed -e "s/,/ /g"`;;
11747 esac
11748 fi
11749
11750
11751 if test x"$silent" != x"yes" && test x"$WARN_CFLAGS" != x""; then
11752 echo "Setting warning flags = $WARN_CFLAGS" 6>&1
11753 fi
11754
11755
11756
11757
11758
11759
11760
11761 # Generate a header file
11762 ac_config_headers="$ac_config_headers config.h:config.in"
11763
11764
11765
11766 # Check whether --with-cpu was given.
11767 if test "${with_cpu+set}" = set; then :
11768 withval=$with_cpu;
11769 cat >>confdefs.h <<_ACEOF
11770 #define TARGET_WITH_CPU "${with_cpu}"
11771 _ACEOF
11772
11773 fi
11774
11775
11776 # PR 14072
11777
11778
11779 # If we are on a DOS filesystem, we must use gdb.ini rather than
11780 # .gdbinit.
11781 case "${host}" in
11782 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-windows*)
11783 GDBINIT="gdb.ini"
11784 ac_config_files="$ac_config_files gdb.ini:gdbinit.in"
11785
11786 ;;
11787 *)
11788 GDBINIT=".gdbinit"
11789 ac_config_files="$ac_config_files .gdbinit:gdbinit.in"
11790
11791 ;;
11792 esac
11793
11794
11795 #We need this for the host.
11796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
11797 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
11798 if ${ac_cv_c_bigendian+:} false; then :
11799 $as_echo_n "(cached) " >&6
11800 else
11801 ac_cv_c_bigendian=unknown
11802 # See if we're dealing with a universal compiler.
11803 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11804 /* end confdefs.h. */
11805 #ifndef __APPLE_CC__
11806 not a universal capable compiler
11807 #endif
11808 typedef int dummy;
11809
11810 _ACEOF
11811 if ac_fn_c_try_compile "$LINENO"; then :
11812
11813 # Check for potential -arch flags. It is not universal unless
11814 # there are at least two -arch flags with different values.
11815 ac_arch=
11816 ac_prev=
11817 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
11818 if test -n "$ac_prev"; then
11819 case $ac_word in
11820 i?86 | x86_64 | ppc | ppc64)
11821 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
11822 ac_arch=$ac_word
11823 else
11824 ac_cv_c_bigendian=universal
11825 break
11826 fi
11827 ;;
11828 esac
11829 ac_prev=
11830 elif test "x$ac_word" = "x-arch"; then
11831 ac_prev=arch
11832 fi
11833 done
11834 fi
11835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11836 if test $ac_cv_c_bigendian = unknown; then
11837 # See if sys/param.h defines the BYTE_ORDER macro.
11838 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11839 /* end confdefs.h. */
11840 #include <sys/types.h>
11841 #include <sys/param.h>
11842
11843 int
11844 main ()
11845 {
11846 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
11847 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
11848 && LITTLE_ENDIAN)
11849 bogus endian macros
11850 #endif
11851
11852 ;
11853 return 0;
11854 }
11855 _ACEOF
11856 if ac_fn_c_try_compile "$LINENO"; then :
11857 # It does; now see whether it defined to BIG_ENDIAN or not.
11858 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11859 /* end confdefs.h. */
11860 #include <sys/types.h>
11861 #include <sys/param.h>
11862
11863 int
11864 main ()
11865 {
11866 #if BYTE_ORDER != BIG_ENDIAN
11867 not big endian
11868 #endif
11869
11870 ;
11871 return 0;
11872 }
11873 _ACEOF
11874 if ac_fn_c_try_compile "$LINENO"; then :
11875 ac_cv_c_bigendian=yes
11876 else
11877 ac_cv_c_bigendian=no
11878 fi
11879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11880 fi
11881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11882 fi
11883 if test $ac_cv_c_bigendian = unknown; then
11884 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
11885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11886 /* end confdefs.h. */
11887 #include <limits.h>
11888
11889 int
11890 main ()
11891 {
11892 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
11893 bogus endian macros
11894 #endif
11895
11896 ;
11897 return 0;
11898 }
11899 _ACEOF
11900 if ac_fn_c_try_compile "$LINENO"; then :
11901 # It does; now see whether it defined to _BIG_ENDIAN or not.
11902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11903 /* end confdefs.h. */
11904 #include <limits.h>
11905
11906 int
11907 main ()
11908 {
11909 #ifndef _BIG_ENDIAN
11910 not big endian
11911 #endif
11912
11913 ;
11914 return 0;
11915 }
11916 _ACEOF
11917 if ac_fn_c_try_compile "$LINENO"; then :
11918 ac_cv_c_bigendian=yes
11919 else
11920 ac_cv_c_bigendian=no
11921 fi
11922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11923 fi
11924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11925 fi
11926 if test $ac_cv_c_bigendian = unknown; then
11927 # Compile a test program.
11928 if test "$cross_compiling" = yes; then :
11929 # Try to guess by grepping values from an object file.
11930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11931 /* end confdefs.h. */
11932 short int ascii_mm[] =
11933 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
11934 short int ascii_ii[] =
11935 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
11936 int use_ascii (int i) {
11937 return ascii_mm[i] + ascii_ii[i];
11938 }
11939 short int ebcdic_ii[] =
11940 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
11941 short int ebcdic_mm[] =
11942 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
11943 int use_ebcdic (int i) {
11944 return ebcdic_mm[i] + ebcdic_ii[i];
11945 }
11946 extern int foo;
11947
11948 int
11949 main ()
11950 {
11951 return use_ascii (foo) == use_ebcdic (foo);
11952 ;
11953 return 0;
11954 }
11955 _ACEOF
11956 if ac_fn_c_try_compile "$LINENO"; then :
11957 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
11958 ac_cv_c_bigendian=yes
11959 fi
11960 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
11961 if test "$ac_cv_c_bigendian" = unknown; then
11962 ac_cv_c_bigendian=no
11963 else
11964 # finding both strings is unlikely to happen, but who knows?
11965 ac_cv_c_bigendian=unknown
11966 fi
11967 fi
11968 fi
11969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11970 else
11971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11972 /* end confdefs.h. */
11973 $ac_includes_default
11974 int
11975 main ()
11976 {
11977
11978 /* Are we little or big endian? From Harbison&Steele. */
11979 union
11980 {
11981 long int l;
11982 char c[sizeof (long int)];
11983 } u;
11984 u.l = 1;
11985 return u.c[sizeof (long int) - 1] == 1;
11986
11987 ;
11988 return 0;
11989 }
11990 _ACEOF
11991 if ac_fn_c_try_run "$LINENO"; then :
11992 ac_cv_c_bigendian=no
11993 else
11994 ac_cv_c_bigendian=yes
11995 fi
11996 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11997 conftest.$ac_objext conftest.beam conftest.$ac_ext
11998 fi
11999
12000 fi
12001 fi
12002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
12003 $as_echo "$ac_cv_c_bigendian" >&6; }
12004 case $ac_cv_c_bigendian in #(
12005 yes)
12006 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
12007 ;; #(
12008 no)
12009 ;; #(
12010 universal)
12011
12012 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
12013
12014 ;; #(
12015 *)
12016 as_fn_error $? "unknown endianness
12017 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
12018 esac
12019
12020
12021 te_file=generic
12022
12023 # Makefile target for installing gas in $(tooldir)/bin.
12024 install_tooldir=install-exec-tooldir
12025
12026 canon_targets=""
12027 all_targets=no
12028 if test -n "$enable_targets" ; then
12029 for t in `echo $enable_targets | sed 's/,/ /g'`; do
12030 if test $t = "all"; then
12031 all_targets=yes
12032 continue
12033 fi
12034 result=`$ac_config_sub $t 2>/dev/null`
12035 if test -n "$result" ; then
12036 canon_targets="$canon_targets $result"
12037 # else
12038 # # Permit "all", etc. We don't support it yet though.
12039 # canon_targets="$canon_targets $t"
12040 fi
12041 done
12042 _gas_uniq_list="$canon_targets"
12043 _gas_uniq_newlist=""
12044 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12045 case $_gas_uniq_i in
12046 _gas_uniq_dummy) ;;
12047 *) case " $_gas_uniq_newlist " in
12048 *" $_gas_uniq_i "*) ;;
12049 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12050 esac ;;
12051 esac
12052 done
12053 canon_targets=$_gas_uniq_newlist
12054
12055 fi
12056
12057 emulations=""
12058
12059 for this_target in $target $canon_targets ; do
12060
12061 targ=${this_target}
12062 . ${srcdir}/configure.tgt
12063
12064 case ${target_cpu} in
12065 crisv32)
12066
12067 cat >>confdefs.h <<_ACEOF
12068 #define DEFAULT_CRIS_ARCH $arch
12069 _ACEOF
12070
12071 ;;
12072 esac
12073
12074 if test ${this_target} = $target ; then
12075 target_cpu_type=${cpu_type}
12076 elif test ${target_cpu_type} != ${cpu_type} ; then
12077 continue
12078 fi
12079
12080 generic_target=${cpu_type}-${target_vendor}-${target_os}
12081 case ${generic_target} in
12082 i386-*-msdosdjgpp* \
12083 | i386-*-go32*)
12084
12085 $as_echo "#define STRICTCOFF 1" >>confdefs.h
12086
12087 ;;
12088
12089 i386-*-linux-* | x86_64-*-linux-*)
12090 if test ${this_target} = $target \
12091 && test ${ac_default_generate_x86_used_note} = unset; then
12092 ac_default_generate_x86_used_note=1
12093 fi
12094 ;;
12095
12096 i386-*-solaris2 \
12097 | x86_64-*-solaris2 \
12098 | i386-*-solaris2.[0-9] \
12099 | i386-*-solaris2.1[01] \
12100 | x86_64-*-solaris2.1[01])
12101 if test ${this_target} = $target \
12102 && test ${ac_default_x86_relax_relocations} = unset; then
12103 ac_default_x86_relax_relocations=0
12104 fi
12105 ;;
12106
12107 microblaze*)
12108 ;;
12109
12110 ppc-*-aix[5-9].*)
12111
12112 $as_echo "#define AIX_WEAK_SUPPORT 1" >>confdefs.h
12113
12114 ;;
12115 ppc-*-solaris*)
12116 if test ${this_target} = $target; then
12117
12118 $as_echo "#define TARGET_SOLARIS_COMMENT 1" >>confdefs.h
12119
12120 fi
12121 if test x${endian} = xbig; then
12122 as_fn_error $? "Solaris must be configured little endian" "$LINENO" 5
12123 fi
12124 ;;
12125 esac
12126
12127 if test ${this_target} = $target ; then
12128 endian_def=
12129 if test x${endian} = xbig; then
12130 endian_def=1
12131 elif test x${endian} = xlittle; then
12132 endian_def=0
12133 fi
12134 if test x${endian_def} != x; then
12135
12136 cat >>confdefs.h <<_ACEOF
12137 #define TARGET_BYTES_BIG_ENDIAN $endian_def
12138 _ACEOF
12139
12140 fi
12141 fi
12142
12143 # Other random stuff.
12144
12145 case ${cpu_type} in
12146 mips)
12147 # Set mips_cpu to the name of the default CPU.
12148 case ${target_cpu} in
12149 mips | mipsbe | mipseb | mipsle | mipsel | mips64 | mips64el)
12150 mips_cpu=from-abi
12151 ;;
12152 mipsisa32 | mipsisa32el)
12153 mips_cpu=mips32
12154 ;;
12155 mipsisa32r2 | mipsisa32r2el)
12156 mips_cpu=mips32r2
12157 ;;
12158 mipsisa32r3 | mipsisa32r3el)
12159 mips_cpu=mips32r3
12160 ;;
12161 mipsisa32r5 | mipsisa32r5el)
12162 mips_cpu=mips32r5
12163 ;;
12164 mipsisa32r6 | mipsisa32r6el)
12165 mips_cpu=mips32r6
12166 ;;
12167 mipsisa64 | mipsisa64el)
12168 mips_cpu=mips64
12169 ;;
12170 mipsisa64r2 | mipsisa64r2el)
12171 mips_cpu=mips64r2
12172 ;;
12173 mipsisa64r3 | mipsisa64r3el)
12174 mips_cpu=mips64r3
12175 ;;
12176 mipsisa64r5 | mipsisa64r5el)
12177 mips_cpu=mips64r5
12178 ;;
12179 mipsisa64r6 | mipsisa64r6el)
12180 mips_cpu=mips64r6
12181 ;;
12182 mipstx39 | mipstx39el)
12183 mips_cpu=r3900
12184 ;;
12185 mips64vr | mips64vrel)
12186 mips_cpu=vr4100
12187 ;;
12188 mipsisa32r2* | mipsisa64r2*)
12189 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r2//' -e 's/el$//'`
12190 ;;
12191 mipsisa32r6* | mipsisa64r6*)
12192 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..r6//' -e 's/el$//'`
12193 ;;
12194 mips64* | mipsisa64* | mipsisa32*)
12195 mips_cpu=`echo $target_cpu | sed -e 's/[a-z]*..//' -e 's/el$//'`
12196 ;;
12197 mips*)
12198 mips_cpu=`echo $target_cpu | sed -e 's/^mips//' -e 's/el$//'`
12199 ;;
12200 *)
12201 as_fn_error $? "$target_cpu isn't a supported MIPS CPU name" "$LINENO" 5
12202 ;;
12203 esac
12204 # See whether it's appropriate to set E_MIPS_ABI_O32 for o32
12205 # binaries. It's a GNU extension that some OSes don't understand.
12206 case ${target} in
12207 *-*-irix*)
12208 use_e_mips_abi_o32=0
12209 ;;
12210 *)
12211 use_e_mips_abi_o32=1
12212 ;;
12213 esac
12214 # If Vendor is IMG, then MIPSr6 is used
12215 case ${target} in
12216 mips*64*-img-*)
12217 mips_cpu=mips64r6
12218 ;;
12219 mips*-img-*)
12220 mips_cpu=mips32r6
12221 ;;
12222 esac
12223 # Decide whether to generate 32-bit or 64-bit code by default.
12224 # Used to resolve -march=from-abi when an embedded ABI is selected.
12225 case ${target} in
12226 mips64*-*-* | mipsisa64*-*-*)
12227 mips_default_64bit=1
12228 ;;
12229 *)
12230 mips_default_64bit=0
12231 ;;
12232 esac
12233 # Decide which ABI to target by default.
12234 case ${target} in
12235 mips*64*-linux-gnuabi64)
12236 mips_default_abi=N64_ABI
12237 ;;
12238 mips*64*-linux* | mips-sgi-irix6* | mips64*-freebsd* \
12239 | mips64*-kfreebsd*-gnu | mips64*-ps2-elf*)
12240 mips_default_abi=N32_ABI
12241 ;;
12242 mips*-linux* | mips*-freebsd* | mips*-kfreebsd*-gnu)
12243 mips_default_abi=O32_ABI
12244 ;;
12245 mips64*-openbsd*)
12246 mips_default_abi=N64_ABI
12247 ;;
12248 *)
12249 mips_default_abi=NO_ABI
12250 ;;
12251 esac
12252
12253 cat >>confdefs.h <<_ACEOF
12254 #define MIPS_CPU_STRING_DEFAULT "$mips_cpu"
12255 _ACEOF
12256
12257
12258 cat >>confdefs.h <<_ACEOF
12259 #define USE_E_MIPS_ABI_O32 $use_e_mips_abi_o32
12260 _ACEOF
12261
12262
12263 cat >>confdefs.h <<_ACEOF
12264 #define MIPS_DEFAULT_64BIT $mips_default_64bit
12265 _ACEOF
12266
12267
12268 cat >>confdefs.h <<_ACEOF
12269 #define MIPS_DEFAULT_ABI $mips_default_abi
12270 _ACEOF
12271
12272 ;;
12273 esac
12274
12275 # Do we need the opcodes library?
12276 case ${cpu_type} in
12277 vax | tic30 | i386 | arm)
12278 ;;
12279
12280 *)
12281 need_opcodes=yes
12282
12283 case "${enable_shared}" in
12284 yes) shared_opcodes=true ;;
12285 *opcodes*) shared_opcodes=true ;;
12286 *) shared_opcodes=false ;;
12287 esac
12288 ;;
12289 esac
12290
12291 # Any other special object files needed ?
12292 case ${cpu_type} in
12293
12294 bfin)
12295 for f in config/bfin-parse.o config/bfin-lex-wrapper.o; do
12296 case " $extra_objects " in
12297 *" $f "*) ;;
12298 *) extra_objects="$extra_objects $f" ;;
12299 esac
12300 done
12301 ;;
12302
12303 bpf)
12304 if test $this_target = $target ; then
12305
12306 cat >>confdefs.h <<_ACEOF
12307 #define DEFAULT_ARCH "${arch}"
12308 _ACEOF
12309
12310 fi
12311 using_cgen=yes
12312 ;;
12313 epiphany | fr30 | ip2k | iq2000 | lm32 | m32r | or1k)
12314 using_cgen=yes
12315 ;;
12316
12317 loongarch)
12318 for f in config/loongarch-parse.o config/loongarch-lex-wrapper.o; do
12319 case " $extra_objects " in
12320 *" $f "*) ;;
12321 *) extra_objects="$extra_objects $f" ;;
12322 esac
12323 done
12324 # --target=loongarch[32|64]-*-*. */
12325 if test $this_target = $target ; then
12326
12327 cat >>confdefs.h <<_ACEOF
12328 #define DEFAULT_ARCH "${arch}"
12329 _ACEOF
12330
12331 fi
12332 ;;
12333
12334 m32c)
12335 using_cgen=yes
12336 ;;
12337 frv)
12338 using_cgen=yes
12339 ;;
12340 m68k)
12341 f=config/m68k-parse.o
12342 case " $extra_objects " in
12343 *" $f "*) ;;
12344 *) extra_objects="$extra_objects $f" ;;
12345 esac
12346 ;;
12347
12348 mep)
12349 using_cgen=yes
12350 ;;
12351
12352 mips)
12353 for f in itbl-parse.o itbl-lex-wrapper.o itbl-ops.o; do
12354 case " $extra_objects " in
12355 *" $f "*) ;;
12356 *) extra_objects="$extra_objects $f" ;;
12357 esac
12358 done
12359 ;;
12360
12361 mt)
12362 using_cgen=yes
12363 ;;
12364
12365 nds32)
12366 # setup NDS32_LINUX_TOOLCHAIN definition
12367 if test "linux" = $em; then
12368
12369 $as_echo "#define NDS32_LINUX_TOOLCHAIN 1" >>confdefs.h
12370
12371 else
12372
12373 $as_echo "#define NDS32_LINUX_TOOLCHAIN 0" >>confdefs.h
12374
12375 fi
12376
12377 # Decide BASELINE, REDUCED_REGS, FPU_DP_EXT, FPU_SP_EXT features
12378 # based on arch_name.
12379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12380 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12381 if test "x${with_arch}" != x; then
12382 case ${with_arch} in
12383 v2j | v2s | v2f | v2 | v3m | v3j | v3s | v3f | v3 )
12384
12385 cat >>confdefs.h <<_ACEOF
12386 #define NDS32_DEFAULT_ARCH_NAME "$with_arch"
12387 _ACEOF
12388
12389 ;;
12390 *)
12391 as_fn_error $? "This kind of arch name does *NOT* exist!" "$LINENO" 5
12392 ;;
12393 esac
12394 fi
12395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12396 $as_echo "$with_arch" >&6; }
12397
12398 # Decide features one by one.
12399 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dx-regs" >&5
12400 $as_echo_n "checking for default configuration of --enable-dx-regs... " >&6; }
12401 if test "x${enable_dx_regs}" = xyes; then
12402
12403 $as_echo "#define NDS32_DEFAULT_DX_REGS 1" >>confdefs.h
12404
12405 else
12406
12407 $as_echo "#define NDS32_DEFAULT_DX_REGS 0" >>confdefs.h
12408
12409 fi
12410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dx_regs" >&5
12411 $as_echo "$enable_dx_regs" >&6; }
12412
12413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext" >&5
12414 $as_echo_n "checking for default configuration of --enable-perf-ext... " >&6; }
12415 if test "x${enable_perf_ext}" = xno; then
12416
12417 $as_echo "#define NDS32_DEFAULT_PERF_EXT 0" >>confdefs.h
12418
12419 else
12420
12421 $as_echo "#define NDS32_DEFAULT_PERF_EXT 1" >>confdefs.h
12422
12423 fi
12424 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext" >&5
12425 $as_echo "$enable_perf_ext" >&6; }
12426
12427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-perf-ext2" >&5
12428 $as_echo_n "checking for default configuration of --enable-perf-ext2... " >&6; }
12429 if test "x${enable_perf_ext2}" = xno; then
12430
12431 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 0" >>confdefs.h
12432
12433 else
12434
12435 $as_echo "#define NDS32_DEFAULT_PERF_EXT2 1" >>confdefs.h
12436
12437 fi
12438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_perf_ext2" >&5
12439 $as_echo "$enable_perf_ext2" >&6; }
12440
12441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-string-ext" >&5
12442 $as_echo_n "checking for default configuration of --enable-string-ext... " >&6; }
12443 if test "x${enable_string_ext}" = xno; then
12444
12445 $as_echo "#define NDS32_DEFAULT_STRING_EXT 0" >>confdefs.h
12446
12447 else
12448
12449 $as_echo "#define NDS32_DEFAULT_STRING_EXT 1" >>confdefs.h
12450
12451 fi
12452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_string_ext" >&5
12453 $as_echo "$enable_string_ext" >&6; }
12454
12455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-audio-ext" >&5
12456 $as_echo_n "checking for default configuration of --enable-audio-ext... " >&6; }
12457 if test "x${enable_audio_ext}" = xno; then
12458
12459 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 0" >>confdefs.h
12460
12461 else
12462
12463 $as_echo "#define NDS32_DEFAULT_AUDIO_EXT 1" >>confdefs.h
12464
12465 fi
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_audio_ext" >&5
12467 $as_echo "$enable_audio_ext" >&6; }
12468
12469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-dsp-ext" >&5
12470 $as_echo_n "checking for default configuration of --enable-dsp-ext... " >&6; }
12471 if test "x${enable_dsp_ext}" = xno; then
12472
12473 $as_echo "#define NDS32_DEFAULT_DSP_EXT 0" >>confdefs.h
12474
12475 else
12476
12477 $as_echo "#define NDS32_DEFAULT_DSP_EXT 1" >>confdefs.h
12478
12479 fi
12480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_dsp_ext" >&5
12481 $as_echo "$enable_dsp_ext" >&6; }
12482
12483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --enable-zol-ext" >&5
12484 $as_echo_n "checking for default configuration of --enable-zol-ext... " >&6; }
12485 if test "x${enable_zol_ext}" = xno; then
12486
12487 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 0" >>confdefs.h
12488
12489 else
12490
12491 $as_echo "#define NDS32_DEFAULT_ZOL_EXT 1" >>confdefs.h
12492
12493 fi
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_zol_ext" >&5
12495 $as_echo "$enable_zol_ext" >&6; }
12496 ;;
12497
12498 aarch64 | i386 | s390 | sparc)
12499 if test $this_target = $target ; then
12500
12501 cat >>confdefs.h <<_ACEOF
12502 #define DEFAULT_ARCH "${arch}"
12503 _ACEOF
12504
12505 fi
12506 ;;
12507
12508 riscv)
12509 # --target=riscv[32|64]-*-*. */
12510 if test $this_target = $target ; then
12511
12512 cat >>confdefs.h <<_ACEOF
12513 #define DEFAULT_ARCH "${arch}"
12514 _ACEOF
12515
12516 fi
12517
12518 # --with-arch=<value>. The syntax of <value> is same as Gas option -march.
12519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-arch" >&5
12520 $as_echo_n "checking for default configuration of --with-arch... " >&6; }
12521 if test "x${with_arch}" != x; then
12522
12523 cat >>confdefs.h <<_ACEOF
12524 #define DEFAULT_RISCV_ARCH_WITH_EXT "$with_arch"
12525 _ACEOF
12526
12527 fi
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_arch" >&5
12529 $as_echo "$with_arch" >&6; }
12530
12531 # --with-isa-spec=[2.2|20190608|20191213].
12532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-isa-spec" >&5
12533 $as_echo_n "checking for default configuration of --with-isa-spec... " >&6; }
12534 if test "x${with_isa_spec}" != x; then
12535
12536 cat >>confdefs.h <<_ACEOF
12537 #define DEFAULT_RISCV_ISA_SPEC "$with_isa_spec"
12538 _ACEOF
12539
12540 fi
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_isa_spec" >&5
12542 $as_echo "$with_isa_spec" >&6; }
12543
12544 # --with-priv-spec=[1.9.1|1.10|1.11|1.12].
12545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for default configuration of --with-priv-spec" >&5
12546 $as_echo_n "checking for default configuration of --with-priv-spec... " >&6; }
12547 if test "x${with_priv_spec}" != x; then
12548
12549 cat >>confdefs.h <<_ACEOF
12550 #define DEFAULT_RISCV_PRIV_SPEC "$with_priv_spec"
12551 _ACEOF
12552
12553 fi
12554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_priv_spec" >&5
12555 $as_echo "$with_priv_spec" >&6; }
12556 ;;
12557
12558 rl78)
12559 f=config/rl78-parse.o
12560 case " $extra_objects " in
12561 *" $f "*) ;;
12562 *) extra_objects="$extra_objects $f" ;;
12563 esac
12564 ;;
12565
12566 rx)
12567 f=config/rx-parse.o
12568 case " $extra_objects " in
12569 *" $f "*) ;;
12570 *) extra_objects="$extra_objects $f" ;;
12571 esac
12572 ;;
12573
12574 xstormy16)
12575 using_cgen=yes
12576 ;;
12577
12578 xtensa)
12579 f=config/xtensa-relax.o
12580 case " $extra_objects " in
12581 *" $f "*) ;;
12582 *) extra_objects="$extra_objects $f" ;;
12583 esac
12584 ;;
12585
12586 *)
12587 ;;
12588 esac
12589
12590 if test $using_cgen = yes ; then
12591 f=cgen.o
12592 case " $extra_objects " in
12593 *" $f "*) ;;
12594 *) extra_objects="$extra_objects $f" ;;
12595 esac
12596 fi
12597
12598 # See if we really can support this configuration with the emulation code.
12599
12600 if test $this_target = $target ; then
12601 obj_format=$fmt
12602 te_file=$em
12603 fi
12604
12605 case ${te_file} in
12606 vms)
12607 f=config/te-vms.o
12608 case " $extra_objects " in
12609 *" $f "*) ;;
12610 *) extra_objects="$extra_objects $f" ;;
12611 esac ;;
12612 esac
12613
12614 # From target name and format, produce a list of supported emulations.
12615
12616 case ${generic_target}-${fmt} in
12617 mips-*-*-*) case "$endian" in
12618 big) emulation="mipsbelf mipslelf mipself" ;;
12619 *) emulation="mipslelf mipsbelf mipself" ;;
12620 esac ;;
12621 # i386-pc-pe-coff != i386-pc-coff.
12622 i386-*-pe-coff) ;;
12623 # Uncommenting the next line will turn on support for i386 AOUT
12624 # for the default linux configuration
12625 # i386-*-linux*-elf) emulation="i386elf i386aout" ;;
12626 #
12627 i386-*-aout) emulation="i386aout" ;;
12628 i386-*-coff) emulation="i386coff" ;;
12629 i386-*-elf) emulation="i386elf" ;;
12630
12631 # Always all formats. The first stated emulation becomes the default.
12632 cris-*-*aout*) emulation="crisaout criself" ;;
12633 cris-*-*) emulation="criself crisaout" ;;
12634 esac
12635
12636 emulations="$emulations $emulation"
12637
12638 done
12639
12640 if test ${ac_default_x86_relax_relocations} = unset; then
12641 ac_default_x86_relax_relocations=1
12642 fi
12643
12644 cat >>confdefs.h <<_ACEOF
12645 #define DEFAULT_GENERATE_X86_RELAX_RELOCATIONS $ac_default_x86_relax_relocations
12646 _ACEOF
12647
12648
12649 if test ${ac_default_elf_stt_common} = unset; then
12650 ac_default_elf_stt_common=0
12651 fi
12652
12653 cat >>confdefs.h <<_ACEOF
12654 #define DEFAULT_GENERATE_ELF_STT_COMMON $ac_default_elf_stt_common
12655 _ACEOF
12656
12657
12658
12659 cat >>confdefs.h <<_ACEOF
12660 #define DEFAULT_GENERATE_BUILD_NOTES $ac_default_generate_build_notes
12661 _ACEOF
12662
12663
12664 if test ${ac_default_generate_x86_used_note} = unset; then
12665 ac_default_generate_x86_used_note=0
12666 fi
12667
12668 cat >>confdefs.h <<_ACEOF
12669 #define DEFAULT_X86_USED_NOTE $ac_default_generate_x86_used_note
12670 _ACEOF
12671
12672
12673 if test ${ac_default_generate_riscv_attr} = unset; then
12674 ac_default_generate_riscv_attr=1
12675 fi
12676
12677
12678 cat >>confdefs.h <<_ACEOF
12679 #define DEFAULT_RISCV_ATTR $ac_default_generate_riscv_attr
12680 _ACEOF
12681
12682
12683 if test ${ac_default_mips_fix_loongson3_llsc} = unset; then
12684 ac_default_mips_fix_loongson3_llsc=0
12685 fi
12686
12687 cat >>confdefs.h <<_ACEOF
12688 #define DEFAULT_MIPS_FIX_LOONGSON3_LLSC $ac_default_mips_fix_loongson3_llsc
12689 _ACEOF
12690
12691
12692 if test x$ac_default_compressed_debug_sections = xyes ; then
12693
12694 $as_echo "#define DEFAULT_FLAG_COMPRESS_DEBUG 1" >>confdefs.h
12695
12696 fi
12697
12698
12699 cat >>confdefs.h <<_ACEOF
12700 #define DEFAULT_COMPRESSED_DEBUG_ALGORITHM $ac_default_compressed_debug_sections_algorithm
12701 _ACEOF
12702
12703
12704 # Turn on all targets if possible
12705 if test ${all_targets} = "yes"; then
12706 case ${target_cpu_type} in
12707 i386)
12708 case ${obj_format} in
12709 aout)
12710 emulations="$emulations i386coff i386elf"
12711 ;;
12712 coff)
12713 emulations="$emulations i386aout i386elf"
12714 ;;
12715 elf)
12716 emulations="$emulations i386aout i386coff"
12717 ;;
12718 esac
12719 ;;
12720 x86_64)
12721 case ${obj_format} in
12722 aout)
12723 emulations="$emulations i386coff i386elf"
12724 ;;
12725 coff)
12726 emulations="$emulations i386aout i386elf"
12727 ;;
12728 elf)
12729 emulations="$emulations i386aout i386coff"
12730 ;;
12731 esac
12732 ;;
12733 esac
12734 fi
12735
12736 # PE code has way too many macros tweaking behaviour
12737 case ${te_file} in
12738 pe*) emulations="" ;;
12739 esac
12740
12741 # Assign floating point type. Most processors with FP support
12742 # IEEE FP. On those that don't support FP at all, usually IEEE
12743 # is emulated.
12744 case ${target_cpu} in
12745 vax | pdp11 ) atof=vax ;;
12746 *) atof=ieee ;;
12747 esac
12748
12749 case "${obj_format}" in
12750 "") as_fn_error $? "GAS does not know what format to use for target ${target}" "$LINENO" 5 ;;
12751 esac
12752
12753 # Unfortunately the cpu in cpu-opc.h file isn't always $(TARGET_CPU).
12754 cgen_cpu_prefix=""
12755 if test $using_cgen = yes ; then
12756 case ${target_cpu} in
12757 or1knd)
12758 cgen_cpu_prefix=or1k ;;
12759 *) cgen_cpu_prefix=${target_cpu} ;;
12760 esac
12761
12762
12763 $as_echo "#define USING_CGEN 1" >>confdefs.h
12764
12765 fi
12766
12767
12768 if test ! -r ${srcdir}/config/tc-${target_cpu_type}.c; then
12769 as_fn_error $? "GAS does not support target CPU ${target_cpu_type}" "$LINENO" 5
12770 fi
12771
12772 if test ! -r ${srcdir}/config/obj-${obj_format}.c; then
12773 as_fn_error $? "GAS does not have support for object file format ${obj_format}" "$LINENO" 5
12774 fi
12775
12776 # Some COFF configurations want these random other flags set.
12777 case ${obj_format} in
12778 coff)
12779 case ${target_cpu_type} in
12780 i386)
12781 $as_echo "#define I386COFF 1" >>confdefs.h
12782 ;;
12783 x86_64)
12784 $as_echo "#define I386COFF 1" >>confdefs.h
12785 ;;
12786 esac
12787 ;;
12788 esac
12789
12790 # Getting this done right is going to be a bitch. Each configuration specified
12791 # with --enable-targets=... should be checked for environment, format, cpu
12792 # setting.
12793 #
12794 # For each configuration, the necessary object file support code must be linked
12795 # in. This might be only one, it might be up to four. The necessary emulation
12796 # code needs to be provided, too.
12797 #
12798 # And then there's "--enable-targets=all"....
12799 #
12800 # For now, just always do it for MIPS ELF configurations. Sigh.
12801
12802 formats="${obj_format}"
12803 emfiles=""
12804 EMULATIONS=""
12805 _gas_uniq_list="$emulations"
12806 _gas_uniq_newlist=""
12807 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12808 case $_gas_uniq_i in
12809 _gas_uniq_dummy) ;;
12810 *) case " $_gas_uniq_newlist " in
12811 *" $_gas_uniq_i "*) ;;
12812 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12813 esac ;;
12814 esac
12815 done
12816 emulations=$_gas_uniq_newlist
12817
12818 for em in . $emulations ; do
12819 case $em in
12820 .) continue ;;
12821 mipsbelf | mipslelf | mipself)
12822 fmt=elf file=mipself ;;
12823 *coff)
12824 fmt=coff file=$em ;;
12825 *aout)
12826 fmt=aout file=$em ;;
12827 *elf)
12828 fmt=elf file=$em ;;
12829 esac
12830 formats="$formats $fmt"
12831 emfiles="$emfiles config/e-$file.o"
12832 EMULATIONS="$EMULATIONS &$em,"
12833 done
12834 _gas_uniq_list="$formats"
12835 _gas_uniq_newlist=""
12836 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12837 case $_gas_uniq_i in
12838 _gas_uniq_dummy) ;;
12839 *) case " $_gas_uniq_newlist " in
12840 *" $_gas_uniq_i "*) ;;
12841 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12842 esac ;;
12843 esac
12844 done
12845 formats=$_gas_uniq_newlist
12846
12847 _gas_uniq_list="$emfiles"
12848 _gas_uniq_newlist=""
12849 for _gas_uniq_i in _gas_uniq_dummy $_gas_uniq_list ; do
12850 case $_gas_uniq_i in
12851 _gas_uniq_dummy) ;;
12852 *) case " $_gas_uniq_newlist " in
12853 *" $_gas_uniq_i "*) ;;
12854 *) _gas_uniq_newlist="$_gas_uniq_newlist $_gas_uniq_i" ;;
12855 esac ;;
12856 esac
12857 done
12858 emfiles=$_gas_uniq_newlist
12859
12860 if test `set . $formats ; shift ; echo $#` -gt 1 ; then
12861 for fmt in $formats ; do
12862 case $fmt in
12863 aout)
12864 $as_echo "#define OBJ_MAYBE_AOUT 1" >>confdefs.h
12865 ;;
12866 coff)
12867 $as_echo "#define OBJ_MAYBE_COFF 1" >>confdefs.h
12868 ;;
12869 ecoff)
12870 $as_echo "#define OBJ_MAYBE_ECOFF 1" >>confdefs.h
12871 ;;
12872 elf)
12873 $as_echo "#define OBJ_MAYBE_ELF 1" >>confdefs.h
12874 ;;
12875 generic)
12876 $as_echo "#define OBJ_MAYBE_GENERIC 1" >>confdefs.h
12877 ;;
12878 som)
12879 $as_echo "#define OBJ_MAYBE_SOM 1" >>confdefs.h
12880 ;;
12881 esac
12882 extra_objects="$extra_objects config/obj-$fmt.o"
12883 done
12884 obj_format=multi
12885 fi
12886 if test `set . $emfiles ; shift ; echo $#` -gt 0 ; then
12887 DEFAULT_EMULATION=`set . $emulations ; echo $2`
12888 # e-mipself has more than one emulation per file, e-i386* has just one at the
12889 # moment. If only one emulation is specified, then don't define
12890 # USE_EMULATIONS or include any of the e-files as they will only be bloat.
12891 case "${obj_format}${emfiles}" in
12892 multi* | *mipself*)
12893 extra_objects="$extra_objects $emfiles"
12894
12895 $as_echo "#define USE_EMULATIONS 1" >>confdefs.h
12896 ;;
12897 esac
12898 fi
12899
12900
12901 cat >>confdefs.h <<_ACEOF
12902 #define EMULATIONS $EMULATIONS
12903 _ACEOF
12904
12905
12906 cat >>confdefs.h <<_ACEOF
12907 #define DEFAULT_EMULATION "$DEFAULT_EMULATION"
12908 _ACEOF
12909
12910
12911 reject_dev_configs=yes
12912
12913 case ${reject_dev_configs}-${dev} in
12914 yes-yes) # Oops.
12915 as_fn_error $? "GAS does not support the ${generic_target} configuration." "$LINENO" 5
12916 ;;
12917 esac
12918
12919
12920
12921
12922
12923
12924
12925 # do we need the opcodes library?
12926 case "${need_opcodes}" in
12927 yes)
12928 OPCODES_LIB=../opcodes/libopcodes.la
12929 ;;
12930 esac
12931
12932
12933
12934
12935 cat >>confdefs.h <<_ACEOF
12936 #define TARGET_ALIAS "${target_alias}"
12937 _ACEOF
12938
12939
12940 cat >>confdefs.h <<_ACEOF
12941 #define TARGET_CANONICAL "${target}"
12942 _ACEOF
12943
12944
12945 cat >>confdefs.h <<_ACEOF
12946 #define TARGET_CPU "${target_cpu}"
12947 _ACEOF
12948
12949
12950 cat >>confdefs.h <<_ACEOF
12951 #define TARGET_VENDOR "${target_vendor}"
12952 _ACEOF
12953
12954
12955 cat >>confdefs.h <<_ACEOF
12956 #define TARGET_OS "${target_os}"
12957 _ACEOF
12958
12959
12960 for ac_prog in 'bison -y' byacc
12961 do
12962 # Extract the first word of "$ac_prog", so it can be a program name with args.
12963 set dummy $ac_prog; ac_word=$2
12964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
12965 $as_echo_n "checking for $ac_word... " >&6; }
12966 if ${ac_cv_prog_YACC+:} false; then :
12967 $as_echo_n "(cached) " >&6
12968 else
12969 if test -n "$YACC"; then
12970 ac_cv_prog_YACC="$YACC" # Let the user override the test.
12971 else
12972 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12973 for as_dir in $PATH
12974 do
12975 IFS=$as_save_IFS
12976 test -z "$as_dir" && as_dir=.
12977 for ac_exec_ext in '' $ac_executable_extensions; do
12978 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
12979 ac_cv_prog_YACC="$ac_prog"
12980 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
12981 break 2
12982 fi
12983 done
12984 done
12985 IFS=$as_save_IFS
12986
12987 fi
12988 fi
12989 YACC=$ac_cv_prog_YACC
12990 if test -n "$YACC"; then
12991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $YACC" >&5
12992 $as_echo "$YACC" >&6; }
12993 else
12994 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
12995 $as_echo "no" >&6; }
12996 fi
12997
12998
12999 test -n "$YACC" && break
13000 done
13001 test -n "$YACC" || YACC="yacc"
13002
13003 for ac_prog in flex lex
13004 do
13005 # Extract the first word of "$ac_prog", so it can be a program name with args.
13006 set dummy $ac_prog; ac_word=$2
13007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13008 $as_echo_n "checking for $ac_word... " >&6; }
13009 if ${ac_cv_prog_LEX+:} false; then :
13010 $as_echo_n "(cached) " >&6
13011 else
13012 if test -n "$LEX"; then
13013 ac_cv_prog_LEX="$LEX" # Let the user override the test.
13014 else
13015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13016 for as_dir in $PATH
13017 do
13018 IFS=$as_save_IFS
13019 test -z "$as_dir" && as_dir=.
13020 for ac_exec_ext in '' $ac_executable_extensions; do
13021 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13022 ac_cv_prog_LEX="$ac_prog"
13023 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13024 break 2
13025 fi
13026 done
13027 done
13028 IFS=$as_save_IFS
13029
13030 fi
13031 fi
13032 LEX=$ac_cv_prog_LEX
13033 if test -n "$LEX"; then
13034 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LEX" >&5
13035 $as_echo "$LEX" >&6; }
13036 else
13037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13038 $as_echo "no" >&6; }
13039 fi
13040
13041
13042 test -n "$LEX" && break
13043 done
13044 test -n "$LEX" || LEX=":"
13045
13046 case "$LEX" in
13047 :|*"missing "*) ;;
13048 *) cat >conftest.l <<_ACEOF
13049 %%
13050 a { ECHO; }
13051 b { REJECT; }
13052 c { yymore (); }
13053 d { yyless (1); }
13054 e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
13055 yyless ((input () != 0)); }
13056 f { unput (yytext[0]); }
13057 . { BEGIN INITIAL; }
13058 %%
13059 #ifdef YYTEXT_POINTER
13060 extern char *yytext;
13061 #endif
13062 int
13063 main (void)
13064 {
13065 return ! yylex () + ! yywrap ();
13066 }
13067 _ACEOF
13068 { { ac_try="$LEX conftest.l"
13069 case "(($ac_try" in
13070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13071 *) ac_try_echo=$ac_try;;
13072 esac
13073 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
13074 $as_echo "$ac_try_echo"; } >&5
13075 (eval "$LEX conftest.l") 2>&5
13076 ac_status=$?
13077 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13078 test $ac_status = 0; }
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex output file root" >&5
13080 $as_echo_n "checking lex output file root... " >&6; }
13081 if ${ac_cv_prog_lex_root+:} false; then :
13082 $as_echo_n "(cached) " >&6
13083 else
13084
13085 if test -f lex.yy.c; then
13086 ac_cv_prog_lex_root=lex.yy
13087 elif test -f lexyy.c; then
13088 ac_cv_prog_lex_root=lexyy
13089 else
13090 as_fn_error $? "cannot find output from $LEX; giving up" "$LINENO" 5
13091 fi
13092 fi
13093 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_root" >&5
13094 $as_echo "$ac_cv_prog_lex_root" >&6; }
13095 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
13096
13097 if test -z "${LEXLIB+set}"; then
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking lex library" >&5
13099 $as_echo_n "checking lex library... " >&6; }
13100 if ${ac_cv_lib_lex+:} false; then :
13101 $as_echo_n "(cached) " >&6
13102 else
13103
13104 ac_save_LIBS=$LIBS
13105 ac_cv_lib_lex='none needed'
13106 for ac_lib in '' -lfl -ll; do
13107 LIBS="$ac_lib $ac_save_LIBS"
13108 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13109 /* end confdefs.h. */
13110 `cat $LEX_OUTPUT_ROOT.c`
13111 _ACEOF
13112 if ac_fn_c_try_link "$LINENO"; then :
13113 ac_cv_lib_lex=$ac_lib
13114 fi
13115 rm -f core conftest.err conftest.$ac_objext \
13116 conftest$ac_exeext conftest.$ac_ext
13117 test "$ac_cv_lib_lex" != 'none needed' && break
13118 done
13119 LIBS=$ac_save_LIBS
13120
13121 fi
13122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lex" >&5
13123 $as_echo "$ac_cv_lib_lex" >&6; }
13124 test "$ac_cv_lib_lex" != 'none needed' && LEXLIB=$ac_cv_lib_lex
13125 fi
13126
13127
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether yytext is a pointer" >&5
13129 $as_echo_n "checking whether yytext is a pointer... " >&6; }
13130 if ${ac_cv_prog_lex_yytext_pointer+:} false; then :
13131 $as_echo_n "(cached) " >&6
13132 else
13133 # POSIX says lex can declare yytext either as a pointer or an array; the
13134 # default is implementation-dependent. Figure out which it is, since
13135 # not all implementations provide the %pointer and %array declarations.
13136 ac_cv_prog_lex_yytext_pointer=no
13137 ac_save_LIBS=$LIBS
13138 LIBS="$LEXLIB $ac_save_LIBS"
13139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13140 /* end confdefs.h. */
13141
13142 #define YYTEXT_POINTER 1
13143 `cat $LEX_OUTPUT_ROOT.c`
13144 _ACEOF
13145 if ac_fn_c_try_link "$LINENO"; then :
13146 ac_cv_prog_lex_yytext_pointer=yes
13147 fi
13148 rm -f core conftest.err conftest.$ac_objext \
13149 conftest$ac_exeext conftest.$ac_ext
13150 LIBS=$ac_save_LIBS
13151
13152 fi
13153 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_lex_yytext_pointer" >&5
13154 $as_echo "$ac_cv_prog_lex_yytext_pointer" >&6; }
13155 if test $ac_cv_prog_lex_yytext_pointer = yes; then
13156
13157 $as_echo "#define YYTEXT_POINTER 1" >>confdefs.h
13158
13159 fi
13160 rm -f conftest.l $LEX_OUTPUT_ROOT.c
13161 ;;
13162 esac
13163 if test "$LEX" = :; then
13164 LEX=${am_missing_run}flex
13165 fi
13166
13167 ALL_LINGUAS="es fi fr id ja ru rw sv tr uk zh_CN"
13168 # If we haven't got the data from the intl directory,
13169 # assume NLS is disabled.
13170 USE_NLS=no
13171 LIBINTL=
13172 LIBINTL_DEP=
13173 INCINTL=
13174 XGETTEXT=
13175 GMSGFMT=
13176 POSUB=
13177
13178 if test -f ../intl/config.intl; then
13179 . ../intl/config.intl
13180 fi
13181 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13182 $as_echo_n "checking whether NLS is requested... " >&6; }
13183 if test x"$USE_NLS" != xyes; then
13184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13185 $as_echo "no" >&6; }
13186 else
13187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13188 $as_echo "yes" >&6; }
13189
13190 $as_echo "#define ENABLE_NLS 1" >>confdefs.h
13191
13192
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
13194 $as_echo_n "checking for catalogs to be installed... " >&6; }
13195 # Look for .po and .gmo files in the source directory.
13196 CATALOGS=
13197 XLINGUAS=
13198 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
13199 # If there aren't any .gmo files the shell will give us the
13200 # literal string "../path/to/srcdir/po/*.gmo" which has to be
13201 # weeded out.
13202 case "$cat" in *\**)
13203 continue;;
13204 esac
13205 # The quadruple backslash is collapsed to a double backslash
13206 # by the backticks, then collapsed again by the double quotes,
13207 # leaving us with one backslash in the sed expression (right
13208 # before the dot that mustn't act as a wildcard).
13209 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
13210 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
13211 # The user is allowed to set LINGUAS to a list of languages to
13212 # install catalogs for. If it's empty that means "all of them."
13213 if test "x$LINGUAS" = x; then
13214 CATALOGS="$CATALOGS $cat"
13215 XLINGUAS="$XLINGUAS $lang"
13216 else
13217 case "$LINGUAS" in *$lang*)
13218 CATALOGS="$CATALOGS $cat"
13219 XLINGUAS="$XLINGUAS $lang"
13220 ;;
13221 esac
13222 fi
13223 done
13224 LINGUAS="$XLINGUAS"
13225 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
13226 $as_echo "$LINGUAS" >&6; }
13227
13228
13229 DATADIRNAME=share
13230
13231 INSTOBJEXT=.mo
13232
13233 GENCAT=gencat
13234
13235 CATOBJEXT=.gmo
13236
13237 fi
13238
13239 MKINSTALLDIRS=
13240 if test -n "$ac_aux_dir"; then
13241 case "$ac_aux_dir" in
13242 /*) MKINSTALLDIRS="$ac_aux_dir/mkinstalldirs" ;;
13243 *) MKINSTALLDIRS="\$(top_builddir)/$ac_aux_dir/mkinstalldirs" ;;
13244 esac
13245 fi
13246 if test -z "$MKINSTALLDIRS"; then
13247 MKINSTALLDIRS="\$(top_srcdir)/mkinstalldirs"
13248 fi
13249
13250
13251
13252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
13253 $as_echo_n "checking whether NLS is requested... " >&6; }
13254 # Check whether --enable-nls was given.
13255 if test "${enable_nls+set}" = set; then :
13256 enableval=$enable_nls; USE_NLS=$enableval
13257 else
13258 USE_NLS=yes
13259 fi
13260
13261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_NLS" >&5
13262 $as_echo "$USE_NLS" >&6; }
13263
13264
13265
13266
13267
13268
13269 # Prepare PATH_SEPARATOR.
13270 # The user is always right.
13271 if test "${PATH_SEPARATOR+set}" != set; then
13272 echo "#! /bin/sh" >conf$$.sh
13273 echo "exit 0" >>conf$$.sh
13274 chmod +x conf$$.sh
13275 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13276 PATH_SEPARATOR=';'
13277 else
13278 PATH_SEPARATOR=:
13279 fi
13280 rm -f conf$$.sh
13281 fi
13282
13283 # Find out how to test for executable files. Don't use a zero-byte file,
13284 # as systems may use methods other than mode bits to determine executability.
13285 cat >conf$$.file <<_ASEOF
13286 #! /bin/sh
13287 exit 0
13288 _ASEOF
13289 chmod +x conf$$.file
13290 if test -x conf$$.file >/dev/null 2>&1; then
13291 ac_executable_p="test -x"
13292 else
13293 ac_executable_p="test -f"
13294 fi
13295 rm -f conf$$.file
13296
13297 # Extract the first word of "msgfmt", so it can be a program name with args.
13298 set dummy msgfmt; ac_word=$2
13299 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13300 $as_echo_n "checking for $ac_word... " >&6; }
13301 if ${ac_cv_path_MSGFMT+:} false; then :
13302 $as_echo_n "(cached) " >&6
13303 else
13304 case "$MSGFMT" in
13305 [\\/]* | ?:[\\/]*)
13306 ac_cv_path_MSGFMT="$MSGFMT" # Let the user override the test with a path.
13307 ;;
13308 *)
13309 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13310 for ac_dir in $PATH; do
13311 IFS="$ac_save_IFS"
13312 test -z "$ac_dir" && ac_dir=.
13313 for ac_exec_ext in '' $ac_executable_extensions; do
13314 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13315 if $ac_dir/$ac_word --statistics /dev/null >/dev/null 2>&1 &&
13316 (if $ac_dir/$ac_word --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13317 ac_cv_path_MSGFMT="$ac_dir/$ac_word$ac_exec_ext"
13318 break 2
13319 fi
13320 fi
13321 done
13322 done
13323 IFS="$ac_save_IFS"
13324 test -z "$ac_cv_path_MSGFMT" && ac_cv_path_MSGFMT=":"
13325 ;;
13326 esac
13327 fi
13328 MSGFMT="$ac_cv_path_MSGFMT"
13329 if test "$MSGFMT" != ":"; then
13330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGFMT" >&5
13331 $as_echo "$MSGFMT" >&6; }
13332 else
13333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13334 $as_echo "no" >&6; }
13335 fi
13336
13337 # Extract the first word of "gmsgfmt", so it can be a program name with args.
13338 set dummy gmsgfmt; ac_word=$2
13339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13340 $as_echo_n "checking for $ac_word... " >&6; }
13341 if ${ac_cv_path_GMSGFMT+:} false; then :
13342 $as_echo_n "(cached) " >&6
13343 else
13344 case $GMSGFMT in
13345 [\\/]* | ?:[\\/]*)
13346 ac_cv_path_GMSGFMT="$GMSGFMT" # Let the user override the test with a path.
13347 ;;
13348 *)
13349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13350 for as_dir in $PATH
13351 do
13352 IFS=$as_save_IFS
13353 test -z "$as_dir" && as_dir=.
13354 for ac_exec_ext in '' $ac_executable_extensions; do
13355 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13356 ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext"
13357 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13358 break 2
13359 fi
13360 done
13361 done
13362 IFS=$as_save_IFS
13363
13364 test -z "$ac_cv_path_GMSGFMT" && ac_cv_path_GMSGFMT="$MSGFMT"
13365 ;;
13366 esac
13367 fi
13368 GMSGFMT=$ac_cv_path_GMSGFMT
13369 if test -n "$GMSGFMT"; then
13370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $GMSGFMT" >&5
13371 $as_echo "$GMSGFMT" >&6; }
13372 else
13373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13374 $as_echo "no" >&6; }
13375 fi
13376
13377
13378
13379
13380 # Prepare PATH_SEPARATOR.
13381 # The user is always right.
13382 if test "${PATH_SEPARATOR+set}" != set; then
13383 echo "#! /bin/sh" >conf$$.sh
13384 echo "exit 0" >>conf$$.sh
13385 chmod +x conf$$.sh
13386 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13387 PATH_SEPARATOR=';'
13388 else
13389 PATH_SEPARATOR=:
13390 fi
13391 rm -f conf$$.sh
13392 fi
13393
13394 # Find out how to test for executable files. Don't use a zero-byte file,
13395 # as systems may use methods other than mode bits to determine executability.
13396 cat >conf$$.file <<_ASEOF
13397 #! /bin/sh
13398 exit 0
13399 _ASEOF
13400 chmod +x conf$$.file
13401 if test -x conf$$.file >/dev/null 2>&1; then
13402 ac_executable_p="test -x"
13403 else
13404 ac_executable_p="test -f"
13405 fi
13406 rm -f conf$$.file
13407
13408 # Extract the first word of "xgettext", so it can be a program name with args.
13409 set dummy xgettext; ac_word=$2
13410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13411 $as_echo_n "checking for $ac_word... " >&6; }
13412 if ${ac_cv_path_XGETTEXT+:} false; then :
13413 $as_echo_n "(cached) " >&6
13414 else
13415 case "$XGETTEXT" in
13416 [\\/]* | ?:[\\/]*)
13417 ac_cv_path_XGETTEXT="$XGETTEXT" # Let the user override the test with a path.
13418 ;;
13419 *)
13420 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13421 for ac_dir in $PATH; do
13422 IFS="$ac_save_IFS"
13423 test -z "$ac_dir" && ac_dir=.
13424 for ac_exec_ext in '' $ac_executable_extensions; do
13425 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13426 if $ac_dir/$ac_word --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13427 (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
13428 ac_cv_path_XGETTEXT="$ac_dir/$ac_word$ac_exec_ext"
13429 break 2
13430 fi
13431 fi
13432 done
13433 done
13434 IFS="$ac_save_IFS"
13435 test -z "$ac_cv_path_XGETTEXT" && ac_cv_path_XGETTEXT=":"
13436 ;;
13437 esac
13438 fi
13439 XGETTEXT="$ac_cv_path_XGETTEXT"
13440 if test "$XGETTEXT" != ":"; then
13441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XGETTEXT" >&5
13442 $as_echo "$XGETTEXT" >&6; }
13443 else
13444 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13445 $as_echo "no" >&6; }
13446 fi
13447
13448 rm -f messages.po
13449
13450
13451 # Prepare PATH_SEPARATOR.
13452 # The user is always right.
13453 if test "${PATH_SEPARATOR+set}" != set; then
13454 echo "#! /bin/sh" >conf$$.sh
13455 echo "exit 0" >>conf$$.sh
13456 chmod +x conf$$.sh
13457 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
13458 PATH_SEPARATOR=';'
13459 else
13460 PATH_SEPARATOR=:
13461 fi
13462 rm -f conf$$.sh
13463 fi
13464
13465 # Find out how to test for executable files. Don't use a zero-byte file,
13466 # as systems may use methods other than mode bits to determine executability.
13467 cat >conf$$.file <<_ASEOF
13468 #! /bin/sh
13469 exit 0
13470 _ASEOF
13471 chmod +x conf$$.file
13472 if test -x conf$$.file >/dev/null 2>&1; then
13473 ac_executable_p="test -x"
13474 else
13475 ac_executable_p="test -f"
13476 fi
13477 rm -f conf$$.file
13478
13479 # Extract the first word of "msgmerge", so it can be a program name with args.
13480 set dummy msgmerge; ac_word=$2
13481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
13482 $as_echo_n "checking for $ac_word... " >&6; }
13483 if ${ac_cv_path_MSGMERGE+:} false; then :
13484 $as_echo_n "(cached) " >&6
13485 else
13486 case "$MSGMERGE" in
13487 [\\/]* | ?:[\\/]*)
13488 ac_cv_path_MSGMERGE="$MSGMERGE" # Let the user override the test with a path.
13489 ;;
13490 *)
13491 ac_save_IFS="$IFS"; IFS=$PATH_SEPARATOR
13492 for ac_dir in $PATH; do
13493 IFS="$ac_save_IFS"
13494 test -z "$ac_dir" && ac_dir=.
13495 for ac_exec_ext in '' $ac_executable_extensions; do
13496 if $ac_executable_p "$ac_dir/$ac_word$ac_exec_ext"; then
13497 if $ac_dir/$ac_word --update -q /dev/null /dev/null >/dev/null 2>&1; then
13498 ac_cv_path_MSGMERGE="$ac_dir/$ac_word$ac_exec_ext"
13499 break 2
13500 fi
13501 fi
13502 done
13503 done
13504 IFS="$ac_save_IFS"
13505 test -z "$ac_cv_path_MSGMERGE" && ac_cv_path_MSGMERGE=":"
13506 ;;
13507 esac
13508 fi
13509 MSGMERGE="$ac_cv_path_MSGMERGE"
13510 if test "$MSGMERGE" != ":"; then
13511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MSGMERGE" >&5
13512 $as_echo "$MSGMERGE" >&6; }
13513 else
13514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13515 $as_echo "no" >&6; }
13516 fi
13517
13518
13519 if test "$GMSGFMT" != ":"; then
13520 if $GMSGFMT --statistics /dev/null >/dev/null 2>&1 &&
13521 (if $GMSGFMT --statistics /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then
13522 : ;
13523 else
13524 GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'`
13525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5
13526 $as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; }
13527 GMSGFMT=":"
13528 fi
13529 fi
13530
13531 if test "$XGETTEXT" != ":"; then
13532 if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null >/dev/null 2>&1 &&
13533 (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
13534 : ;
13535 else
13536 { $as_echo "$as_me:${as_lineno-$LINENO}: result: found xgettext program is not GNU xgettext; ignore it" >&5
13537 $as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; }
13538 XGETTEXT=":"
13539 fi
13540 rm -f messages.po
13541 fi
13542
13543 ac_config_commands="$ac_config_commands default-1"
13544
13545
13546
13547
13548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13549 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13550 # Check whether --enable-maintainer-mode was given.
13551 if test "${enable_maintainer_mode+set}" = set; then :
13552 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13553 else
13554 USE_MAINTAINER_MODE=no
13555 fi
13556
13557 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13558 $as_echo "$USE_MAINTAINER_MODE" >&6; }
13559 if test $USE_MAINTAINER_MODE = yes; then
13560 MAINTAINER_MODE_TRUE=
13561 MAINTAINER_MODE_FALSE='#'
13562 else
13563 MAINTAINER_MODE_TRUE='#'
13564 MAINTAINER_MODE_FALSE=
13565 fi
13566
13567 MAINT=$MAINTAINER_MODE_TRUE
13568
13569
13570 if false; then
13571 GENINSRC_NEVER_TRUE=
13572 GENINSRC_NEVER_FALSE='#'
13573 else
13574 GENINSRC_NEVER_TRUE='#'
13575 GENINSRC_NEVER_FALSE=
13576 fi
13577
13578
13579
13580 for ac_header in memory.h sys/stat.h sys/types.h unistd.h
13581 do :
13582 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13583 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
13584 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
13585 cat >>confdefs.h <<_ACEOF
13586 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13587 _ACEOF
13588
13589 fi
13590
13591 done
13592
13593
13594 # Put this here so that autoconf's "cross-compiling" message doesn't confuse
13595 # people who are not cross-compiling but are compiling cross-assemblers.
13596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiling a cross-assembler" >&5
13597 $as_echo_n "checking whether compiling a cross-assembler... " >&6; }
13598 if test "${host}" = "${target}"; then
13599 cross_gas=no
13600 else
13601 cross_gas=yes
13602
13603 $as_echo "#define CROSS_COMPILE 1" >>confdefs.h
13604
13605 fi
13606 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_gas" >&5
13607 $as_echo "$cross_gas" >&6; }
13608
13609 for ac_func in strsignal
13610 do :
13611 ac_fn_c_check_func "$LINENO" "strsignal" "ac_cv_func_strsignal"
13612 if test "x$ac_cv_func_strsignal" = xyes; then :
13613 cat >>confdefs.h <<_ACEOF
13614 #define HAVE_STRSIGNAL 1
13615 _ACEOF
13616
13617 fi
13618 done
13619
13620
13621
13622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LC_MESSAGES" >&5
13623 $as_echo_n "checking for LC_MESSAGES... " >&6; }
13624 if ${am_cv_val_LC_MESSAGES+:} false; then :
13625 $as_echo_n "(cached) " >&6
13626 else
13627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13628 /* end confdefs.h. */
13629 #include <locale.h>
13630 int
13631 main ()
13632 {
13633 return LC_MESSAGES
13634 ;
13635 return 0;
13636 }
13637 _ACEOF
13638 if ac_fn_c_try_link "$LINENO"; then :
13639 am_cv_val_LC_MESSAGES=yes
13640 else
13641 am_cv_val_LC_MESSAGES=no
13642 fi
13643 rm -f core conftest.err conftest.$ac_objext \
13644 conftest$ac_exeext conftest.$ac_ext
13645 fi
13646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_val_LC_MESSAGES" >&5
13647 $as_echo "$am_cv_val_LC_MESSAGES" >&6; }
13648 if test $am_cv_val_LC_MESSAGES = yes; then
13649
13650 $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
13651
13652 fi
13653
13654
13655 # do we need the math library?
13656 case "${need_libm}" in
13657 yes)
13658 LIBM=
13659 case $host in
13660 *-*-beos* | *-*-cegcc* | *-*-cygwin* | *-*-haiku* | *-*-pw32* | *-*-darwin*)
13661 # These system don't have libm, or don't need it
13662 ;;
13663 *-ncr-sysv4.3*)
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _mwvalidcheckl in -lmw" >&5
13665 $as_echo_n "checking for _mwvalidcheckl in -lmw... " >&6; }
13666 if ${ac_cv_lib_mw__mwvalidcheckl+:} false; then :
13667 $as_echo_n "(cached) " >&6
13668 else
13669 ac_check_lib_save_LIBS=$LIBS
13670 LIBS="-lmw $LIBS"
13671 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13672 /* end confdefs.h. */
13673
13674 /* Override any GCC internal prototype to avoid an error.
13675 Use char because int might match the return type of a GCC
13676 builtin and then its argument prototype would still apply. */
13677 #ifdef __cplusplus
13678 extern "C"
13679 #endif
13680 char _mwvalidcheckl ();
13681 int
13682 main ()
13683 {
13684 return _mwvalidcheckl ();
13685 ;
13686 return 0;
13687 }
13688 _ACEOF
13689 if ac_fn_c_try_link "$LINENO"; then :
13690 ac_cv_lib_mw__mwvalidcheckl=yes
13691 else
13692 ac_cv_lib_mw__mwvalidcheckl=no
13693 fi
13694 rm -f core conftest.err conftest.$ac_objext \
13695 conftest$ac_exeext conftest.$ac_ext
13696 LIBS=$ac_check_lib_save_LIBS
13697 fi
13698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mw__mwvalidcheckl" >&5
13699 $as_echo "$ac_cv_lib_mw__mwvalidcheckl" >&6; }
13700 if test "x$ac_cv_lib_mw__mwvalidcheckl" = xyes; then :
13701 LIBM="-lmw"
13702 fi
13703
13704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13705 $as_echo_n "checking for cos in -lm... " >&6; }
13706 if ${ac_cv_lib_m_cos+:} false; then :
13707 $as_echo_n "(cached) " >&6
13708 else
13709 ac_check_lib_save_LIBS=$LIBS
13710 LIBS="-lm $LIBS"
13711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13712 /* end confdefs.h. */
13713
13714 /* Override any GCC internal prototype to avoid an error.
13715 Use char because int might match the return type of a GCC
13716 builtin and then its argument prototype would still apply. */
13717 #ifdef __cplusplus
13718 extern "C"
13719 #endif
13720 char cos ();
13721 int
13722 main ()
13723 {
13724 return cos ();
13725 ;
13726 return 0;
13727 }
13728 _ACEOF
13729 if ac_fn_c_try_link "$LINENO"; then :
13730 ac_cv_lib_m_cos=yes
13731 else
13732 ac_cv_lib_m_cos=no
13733 fi
13734 rm -f core conftest.err conftest.$ac_objext \
13735 conftest$ac_exeext conftest.$ac_ext
13736 LIBS=$ac_check_lib_save_LIBS
13737 fi
13738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13739 $as_echo "$ac_cv_lib_m_cos" >&6; }
13740 if test "x$ac_cv_lib_m_cos" = xyes; then :
13741 LIBM="$LIBM -lm"
13742 fi
13743
13744 ;;
13745 *)
13746 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
13747 $as_echo_n "checking for cos in -lm... " >&6; }
13748 if ${ac_cv_lib_m_cos+:} false; then :
13749 $as_echo_n "(cached) " >&6
13750 else
13751 ac_check_lib_save_LIBS=$LIBS
13752 LIBS="-lm $LIBS"
13753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13754 /* end confdefs.h. */
13755
13756 /* Override any GCC internal prototype to avoid an error.
13757 Use char because int might match the return type of a GCC
13758 builtin and then its argument prototype would still apply. */
13759 #ifdef __cplusplus
13760 extern "C"
13761 #endif
13762 char cos ();
13763 int
13764 main ()
13765 {
13766 return cos ();
13767 ;
13768 return 0;
13769 }
13770 _ACEOF
13771 if ac_fn_c_try_link "$LINENO"; then :
13772 ac_cv_lib_m_cos=yes
13773 else
13774 ac_cv_lib_m_cos=no
13775 fi
13776 rm -f core conftest.err conftest.$ac_objext \
13777 conftest$ac_exeext conftest.$ac_ext
13778 LIBS=$ac_check_lib_save_LIBS
13779 fi
13780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
13781 $as_echo "$ac_cv_lib_m_cos" >&6; }
13782 if test "x$ac_cv_lib_m_cos" = xyes; then :
13783 LIBM="-lm"
13784 fi
13785
13786 ;;
13787 esac
13788
13789
13790
13791 ;;
13792 esac
13793
13794 # Some non-ANSI preprocessors botch requoting inside strings. That's bad
13795 # enough, but on some of those systems, the assert macro relies on requoting
13796 # working properly!
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working assert macro" >&5
13798 $as_echo_n "checking for working assert macro... " >&6; }
13799 if ${gas_cv_assert_ok+:} false; then :
13800 $as_echo_n "(cached) " >&6
13801 else
13802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13803 /* end confdefs.h. */
13804 #include <assert.h>
13805 #include <string.h>
13806 #include <stdio.h>
13807 int
13808 main ()
13809 {
13810
13811 /* check for requoting problems */
13812 static int a, b, c, d;
13813 static char *s;
13814 assert (!strcmp(s, "foo bar baz quux"));
13815 /* check for newline handling */
13816 assert (a == b
13817 || c == d);
13818
13819 ;
13820 return 0;
13821 }
13822 _ACEOF
13823 if ac_fn_c_try_link "$LINENO"; then :
13824 gas_cv_assert_ok=yes
13825 else
13826 gas_cv_assert_ok=no
13827 fi
13828 rm -f core conftest.err conftest.$ac_objext \
13829 conftest$ac_exeext conftest.$ac_ext
13830 fi
13831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_assert_ok" >&5
13832 $as_echo "$gas_cv_assert_ok" >&6; }
13833 test $gas_cv_assert_ok = yes ||
13834 $as_echo "#define BROKEN_ASSERT 1" >>confdefs.h
13835
13836
13837
13838 # On some systems, the system header files may not declare malloc, realloc,
13839 # and free. There are places where gas needs these functions to have been
13840 # declared -- such as when taking their addresses.
13841 gas_test_headers="
13842 #ifdef HAVE_MEMORY_H
13843 #include <memory.h>
13844 #endif
13845 #include <string.h>
13846 #include <stdlib.h>
13847 #ifdef HAVE_UNISTD_H
13848 #include <unistd.h>
13849 #endif
13850 "
13851
13852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a known getopt prototype in unistd.h" >&5
13853 $as_echo_n "checking for a known getopt prototype in unistd.h... " >&6; }
13854 if ${gas_cv_decl_getopt_unistd_h+:} false; then :
13855 $as_echo_n "(cached) " >&6
13856 else
13857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13858 /* end confdefs.h. */
13859 #include <unistd.h>
13860 int
13861 main ()
13862 {
13863 extern int getopt (int, char *const*, const char *);
13864 ;
13865 return 0;
13866 }
13867 _ACEOF
13868 if ac_fn_c_try_compile "$LINENO"; then :
13869 gas_cv_decl_getopt_unistd_h=yes
13870 else
13871 gas_cv_decl_getopt_unistd_h=no
13872 fi
13873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13874 fi
13875
13876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_getopt_unistd_h" >&5
13877 $as_echo "$gas_cv_decl_getopt_unistd_h" >&6; }
13878 if test $gas_cv_decl_getopt_unistd_h = yes; then
13879
13880 $as_echo "#define HAVE_DECL_GETOPT 1" >>confdefs.h
13881
13882 fi
13883
13884
13885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for environ" >&5
13886 $as_echo_n "checking whether declaration is required for environ... " >&6; }
13887 if ${gas_cv_decl_needed_environ+:} false; then :
13888 $as_echo_n "(cached) " >&6
13889 else
13890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13891 /* end confdefs.h. */
13892 $gas_test_headers
13893 int
13894 main ()
13895 {
13896
13897 typedef char **f;
13898 f x;
13899 x = (f) environ;
13900
13901 ;
13902 return 0;
13903 }
13904 _ACEOF
13905 if ac_fn_c_try_link "$LINENO"; then :
13906 gas_cv_decl_needed_environ=no
13907 else
13908 gas_cv_decl_needed_environ=yes
13909 fi
13910 rm -f core conftest.err conftest.$ac_objext \
13911 conftest$ac_exeext conftest.$ac_ext
13912 fi
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_environ" >&5
13914 $as_echo "$gas_cv_decl_needed_environ" >&6; }
13915 if test $gas_cv_decl_needed_environ = yes; then
13916
13917 $as_echo "#define NEED_DECLARATION_ENVIRON 1" >>confdefs.h
13918
13919 fi
13920
13921
13922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether declaration is required for ffs" >&5
13923 $as_echo_n "checking whether declaration is required for ffs... " >&6; }
13924 if ${gas_cv_decl_needed_ffs+:} false; then :
13925 $as_echo_n "(cached) " >&6
13926 else
13927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13928 /* end confdefs.h. */
13929 $gas_test_headers
13930 int
13931 main ()
13932 {
13933
13934 typedef int (*f)(int);
13935 f x;
13936 x = (f) ffs;
13937
13938 ;
13939 return 0;
13940 }
13941 _ACEOF
13942 if ac_fn_c_try_link "$LINENO"; then :
13943 gas_cv_decl_needed_ffs=no
13944 else
13945 gas_cv_decl_needed_ffs=yes
13946 fi
13947 rm -f core conftest.err conftest.$ac_objext \
13948 conftest$ac_exeext conftest.$ac_ext
13949 fi
13950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_decl_needed_ffs" >&5
13951 $as_echo "$gas_cv_decl_needed_ffs" >&6; }
13952 if test $gas_cv_decl_needed_ffs = yes; then
13953
13954 $as_echo "#define NEED_DECLARATION_FFS 1" >>confdefs.h
13955
13956 fi
13957
13958
13959 ac_fn_c_check_decl "$LINENO" "asprintf" "ac_cv_have_decl_asprintf" "$ac_includes_default"
13960 if test "x$ac_cv_have_decl_asprintf" = xyes; then :
13961 ac_have_decl=1
13962 else
13963 ac_have_decl=0
13964 fi
13965
13966 cat >>confdefs.h <<_ACEOF
13967 #define HAVE_DECL_ASPRINTF $ac_have_decl
13968 _ACEOF
13969 ac_fn_c_check_decl "$LINENO" "mempcpy" "ac_cv_have_decl_mempcpy" "$ac_includes_default"
13970 if test "x$ac_cv_have_decl_mempcpy" = xyes; then :
13971 ac_have_decl=1
13972 else
13973 ac_have_decl=0
13974 fi
13975
13976 cat >>confdefs.h <<_ACEOF
13977 #define HAVE_DECL_MEMPCPY $ac_have_decl
13978 _ACEOF
13979 ac_fn_c_check_decl "$LINENO" "stpcpy" "ac_cv_have_decl_stpcpy" "$ac_includes_default"
13980 if test "x$ac_cv_have_decl_stpcpy" = xyes; then :
13981 ac_have_decl=1
13982 else
13983 ac_have_decl=0
13984 fi
13985
13986 cat >>confdefs.h <<_ACEOF
13987 #define HAVE_DECL_STPCPY $ac_have_decl
13988 _ACEOF
13989
13990
13991
13992 case "${host}" in
13993 *-*-msdos* | *-*-go32* | *-*-mingw32* | *-*-cygwin* | *-*-windows*)
13994
13995 $as_echo "#define USE_BINARY_FOPEN 1" >>confdefs.h
13996 ;;
13997 esac
13998
13999 # Link in zlib/zstd if we can. This allows us to write compressed debug sections.
14000
14001 # Use the system's zlib library.
14002 zlibdir="-L\$(top_builddir)/../zlib"
14003 zlibinc="-I\$(top_srcdir)/../zlib"
14004
14005 # Check whether --with-system-zlib was given.
14006 if test "${with_system_zlib+set}" = set; then :
14007 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
14008 zlibdir=
14009 zlibinc=
14010 fi
14011
14012 fi
14013
14014
14015
14016
14017
14018
14019
14020
14021
14022
14023
14024 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14025 if test -n "$ac_tool_prefix"; then
14026 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14027 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14029 $as_echo_n "checking for $ac_word... " >&6; }
14030 if ${ac_cv_path_PKG_CONFIG+:} false; then :
14031 $as_echo_n "(cached) " >&6
14032 else
14033 case $PKG_CONFIG in
14034 [\\/]* | ?:[\\/]*)
14035 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14036 ;;
14037 *)
14038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14039 for as_dir in $PATH
14040 do
14041 IFS=$as_save_IFS
14042 test -z "$as_dir" && as_dir=.
14043 for ac_exec_ext in '' $ac_executable_extensions; do
14044 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14045 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14046 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14047 break 2
14048 fi
14049 done
14050 done
14051 IFS=$as_save_IFS
14052
14053 ;;
14054 esac
14055 fi
14056 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14057 if test -n "$PKG_CONFIG"; then
14058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14059 $as_echo "$PKG_CONFIG" >&6; }
14060 else
14061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14062 $as_echo "no" >&6; }
14063 fi
14064
14065
14066 fi
14067 if test -z "$ac_cv_path_PKG_CONFIG"; then
14068 ac_pt_PKG_CONFIG=$PKG_CONFIG
14069 # Extract the first word of "pkg-config", so it can be a program name with args.
14070 set dummy pkg-config; ac_word=$2
14071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14072 $as_echo_n "checking for $ac_word... " >&6; }
14073 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14074 $as_echo_n "(cached) " >&6
14075 else
14076 case $ac_pt_PKG_CONFIG in
14077 [\\/]* | ?:[\\/]*)
14078 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14079 ;;
14080 *)
14081 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14082 for as_dir in $PATH
14083 do
14084 IFS=$as_save_IFS
14085 test -z "$as_dir" && as_dir=.
14086 for ac_exec_ext in '' $ac_executable_extensions; do
14087 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14088 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14089 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14090 break 2
14091 fi
14092 done
14093 done
14094 IFS=$as_save_IFS
14095
14096 ;;
14097 esac
14098 fi
14099 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14100 if test -n "$ac_pt_PKG_CONFIG"; then
14101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14102 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
14103 else
14104 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14105 $as_echo "no" >&6; }
14106 fi
14107
14108 if test "x$ac_pt_PKG_CONFIG" = x; then
14109 PKG_CONFIG=""
14110 else
14111 case $cross_compiling:$ac_tool_warned in
14112 yes:)
14113 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14114 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14115 ac_tool_warned=yes ;;
14116 esac
14117 PKG_CONFIG=$ac_pt_PKG_CONFIG
14118 fi
14119 else
14120 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14121 fi
14122
14123 fi
14124 if test -n "$PKG_CONFIG"; then
14125 _pkg_min_version=0.9.0
14126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14127 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14128 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14130 $as_echo "yes" >&6; }
14131 else
14132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14133 $as_echo "no" >&6; }
14134 PKG_CONFIG=""
14135 fi
14136 fi
14137
14138
14139 # Check whether --with-zstd was given.
14140 if test "${with_zstd+set}" = set; then :
14141 withval=$with_zstd;
14142 else
14143 with_zstd=auto
14144 fi
14145
14146
14147 if test "$with_zstd" != no; then :
14148
14149 pkg_failed=no
14150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libzstd >= 1.4.0" >&5
14151 $as_echo_n "checking for libzstd >= 1.4.0... " >&6; }
14152
14153 if test -n "$ZSTD_CFLAGS"; then
14154 pkg_cv_ZSTD_CFLAGS="$ZSTD_CFLAGS"
14155 elif test -n "$PKG_CONFIG"; then
14156 if test -n "$PKG_CONFIG" && \
14157 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14158 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14159 ac_status=$?
14160 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14161 test $ac_status = 0; }; then
14162 pkg_cv_ZSTD_CFLAGS=`$PKG_CONFIG --cflags "libzstd >= 1.4.0" 2>/dev/null`
14163 test "x$?" != "x0" && pkg_failed=yes
14164 else
14165 pkg_failed=yes
14166 fi
14167 else
14168 pkg_failed=untried
14169 fi
14170 if test -n "$ZSTD_LIBS"; then
14171 pkg_cv_ZSTD_LIBS="$ZSTD_LIBS"
14172 elif test -n "$PKG_CONFIG"; then
14173 if test -n "$PKG_CONFIG" && \
14174 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libzstd >= 1.4.0\""; } >&5
14175 ($PKG_CONFIG --exists --print-errors "libzstd >= 1.4.0") 2>&5
14176 ac_status=$?
14177 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14178 test $ac_status = 0; }; then
14179 pkg_cv_ZSTD_LIBS=`$PKG_CONFIG --libs "libzstd >= 1.4.0" 2>/dev/null`
14180 test "x$?" != "x0" && pkg_failed=yes
14181 else
14182 pkg_failed=yes
14183 fi
14184 else
14185 pkg_failed=untried
14186 fi
14187
14188 if test $pkg_failed = no; then
14189 pkg_save_LDFLAGS="$LDFLAGS"
14190 LDFLAGS="$LDFLAGS $pkg_cv_ZSTD_LIBS"
14191 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14192 /* end confdefs.h. */
14193
14194 int
14195 main ()
14196 {
14197
14198 ;
14199 return 0;
14200 }
14201 _ACEOF
14202 if ac_fn_c_try_link "$LINENO"; then :
14203
14204 else
14205 pkg_failed=yes
14206 fi
14207 rm -f core conftest.err conftest.$ac_objext \
14208 conftest$ac_exeext conftest.$ac_ext
14209 LDFLAGS=$pkg_save_LDFLAGS
14210 fi
14211
14212
14213
14214 if test $pkg_failed = yes; then
14215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14216 $as_echo "no" >&6; }
14217
14218 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14219 _pkg_short_errors_supported=yes
14220 else
14221 _pkg_short_errors_supported=no
14222 fi
14223 if test $_pkg_short_errors_supported = yes; then
14224 ZSTD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14225 else
14226 ZSTD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libzstd >= 1.4.0" 2>&1`
14227 fi
14228 # Put the nasty error message in config.log where it belongs
14229 echo "$ZSTD_PKG_ERRORS" >&5
14230
14231
14232 if test "$with_zstd" = yes; then
14233 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14234 fi
14235
14236 elif test $pkg_failed = untried; then
14237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14238 $as_echo "no" >&6; }
14239
14240 if test "$with_zstd" = yes; then
14241 as_fn_error $? "--with-zstd was given, but pkgconfig/libzstd.pc is not found" "$LINENO" 5
14242 fi
14243
14244 else
14245 ZSTD_CFLAGS=$pkg_cv_ZSTD_CFLAGS
14246 ZSTD_LIBS=$pkg_cv_ZSTD_LIBS
14247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14248 $as_echo "yes" >&6; }
14249
14250
14251 $as_echo "#define HAVE_ZSTD 1" >>confdefs.h
14252
14253
14254 fi
14255
14256 fi
14257
14258
14259 # Support for VMS timestamps via cross compile
14260
14261 if test "$ac_cv_header_time_h" = yes; then
14262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct tm.tm_gmtoff in time.h" >&5
14263 $as_echo_n "checking for struct tm.tm_gmtoff in time.h... " >&6; }
14264 if ${gas_cv_have_time_type_member_tm_gmtoff+:} false; then :
14265 $as_echo_n "(cached) " >&6
14266 else
14267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14268 /* end confdefs.h. */
14269
14270 #define _BSD_SOURCE 1
14271 #include <time.h>
14272 int
14273 main ()
14274 {
14275 struct tm avar; void* aref = (void*) &avar.tm_gmtoff
14276 ;
14277 return 0;
14278 }
14279 _ACEOF
14280 if ac_fn_c_try_compile "$LINENO"; then :
14281 gas_cv_have_time_type_member_tm_gmtoff=yes
14282 else
14283 gas_cv_have_time_type_member_tm_gmtoff=no
14284
14285 fi
14286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14287 fi
14288
14289 if test $gas_cv_have_time_type_member_tm_gmtoff = yes; then
14290
14291 $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h
14292
14293 fi
14294 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_time_type_member_tm_gmtoff" >&5
14295 $as_echo "$gas_cv_have_time_type_member_tm_gmtoff" >&6; }
14296
14297 fi
14298
14299 if test "$ac_cv_header_sys_stat_h" = yes; then
14300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_sec in sys/stat.h" >&5
14301 $as_echo_n "checking for struct stat.st_mtim.tv_sec in sys/stat.h... " >&6; }
14302 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_sec+:} false; then :
14303 $as_echo_n "(cached) " >&6
14304 else
14305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14306 /* end confdefs.h. */
14307
14308 #define _BSD_SOURCE 1
14309 #include <sys/stat.h>
14310 int
14311 main ()
14312 {
14313 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_sec
14314 ;
14315 return 0;
14316 }
14317 _ACEOF
14318 if ac_fn_c_try_compile "$LINENO"; then :
14319 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=yes
14320 else
14321 gas_cv_have_sys_stat_type_member_st_mtim_tv_sec=no
14322
14323 fi
14324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14325 fi
14326
14327 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec = yes; then
14328
14329 $as_echo "#define HAVE_ST_MTIM_TV_SEC 1" >>confdefs.h
14330
14331 fi
14332 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&5
14333 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_sec" >&6; }
14334
14335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct stat.st_mtim.tv_nsec in sys/stat.h" >&5
14336 $as_echo_n "checking for struct stat.st_mtim.tv_nsec in sys/stat.h... " >&6; }
14337 if ${gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec+:} false; then :
14338 $as_echo_n "(cached) " >&6
14339 else
14340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14341 /* end confdefs.h. */
14342
14343 #define _BSD_SOURCE 1
14344 #include <sys/stat.h>
14345 int
14346 main ()
14347 {
14348 struct stat avar; void* aref = (void*) &avar.st_mtim.tv_nsec
14349 ;
14350 return 0;
14351 }
14352 _ACEOF
14353 if ac_fn_c_try_compile "$LINENO"; then :
14354 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=yes
14355 else
14356 gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec=no
14357
14358 fi
14359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14360 fi
14361
14362 if test $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec = yes; then
14363
14364 $as_echo "#define HAVE_ST_MTIM_TV_NSEC 1" >>confdefs.h
14365
14366 fi
14367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&5
14368 $as_echo "$gas_cv_have_sys_stat_type_member_st_mtim_tv_nsec" >&6; }
14369
14370 fi
14371
14372
14373
14374
14375
14376
14377
14378
14379
14380 ac_config_files="$ac_config_files Makefile po/Makefile.in:po/Make-in"
14381
14382 ac_config_commands="$ac_config_commands default"
14383
14384
14385 cat >confcache <<\_ACEOF
14386 # This file is a shell script that caches the results of configure
14387 # tests run on this system so they can be shared between configure
14388 # scripts and configure runs, see configure's option --config-cache.
14389 # It is not useful on other systems. If it contains results you don't
14390 # want to keep, you may remove or edit it.
14391 #
14392 # config.status only pays attention to the cache file if you give it
14393 # the --recheck option to rerun configure.
14394 #
14395 # `ac_cv_env_foo' variables (set or unset) will be overridden when
14396 # loading this file, other *unset* `ac_cv_foo' will be assigned the
14397 # following values.
14398
14399 _ACEOF
14400
14401 # The following way of writing the cache mishandles newlines in values,
14402 # but we know of no workaround that is simple, portable, and efficient.
14403 # So, we kill variables containing newlines.
14404 # Ultrix sh set writes to stderr and can't be redirected directly,
14405 # and sets the high bit in the cache file unless we assign to the vars.
14406 (
14407 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14408 eval ac_val=\$$ac_var
14409 case $ac_val in #(
14410 *${as_nl}*)
14411 case $ac_var in #(
14412 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14413 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14414 esac
14415 case $ac_var in #(
14416 _ | IFS | as_nl) ;; #(
14417 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14418 *) { eval $ac_var=; unset $ac_var;} ;;
14419 esac ;;
14420 esac
14421 done
14422
14423 (set) 2>&1 |
14424 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14425 *${as_nl}ac_space=\ *)
14426 # `set' does not quote correctly, so add quotes: double-quote
14427 # substitution turns \\\\ into \\, and sed turns \\ into \.
14428 sed -n \
14429 "s/'/'\\\\''/g;
14430 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14431 ;; #(
14432 *)
14433 # `set' quotes correctly as required by POSIX, so do not add quotes.
14434 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14435 ;;
14436 esac |
14437 sort
14438 ) |
14439 sed '
14440 /^ac_cv_env_/b end
14441 t clear
14442 :clear
14443 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14444 t end
14445 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14446 :end' >>confcache
14447 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14448 if test -w "$cache_file"; then
14449 if test "x$cache_file" != "x/dev/null"; then
14450 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14451 $as_echo "$as_me: updating cache $cache_file" >&6;}
14452 if test ! -f "$cache_file" || test -h "$cache_file"; then
14453 cat confcache >"$cache_file"
14454 else
14455 case $cache_file in #(
14456 */* | ?:*)
14457 mv -f confcache "$cache_file"$$ &&
14458 mv -f "$cache_file"$$ "$cache_file" ;; #(
14459 *)
14460 mv -f confcache "$cache_file" ;;
14461 esac
14462 fi
14463 fi
14464 else
14465 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14466 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14467 fi
14468 fi
14469 rm -f confcache
14470
14471 test "x$prefix" = xNONE && prefix=$ac_default_prefix
14472 # Let make expand exec_prefix.
14473 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14474
14475 DEFS=-DHAVE_CONFIG_H
14476
14477 ac_libobjs=
14478 ac_ltlibobjs=
14479 U=
14480 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14481 # 1. Remove the extension, and $U if already installed.
14482 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14483 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14484 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14485 # will be set to the directory where LIBOBJS objects are built.
14486 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14487 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14488 done
14489 LIBOBJS=$ac_libobjs
14490
14491 LTLIBOBJS=$ac_ltlibobjs
14492
14493
14494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14495 $as_echo_n "checking that generated files are newer than configure... " >&6; }
14496 if test -n "$am_sleep_pid"; then
14497 # Hide warnings about reused PIDs.
14498 wait $am_sleep_pid 2>/dev/null
14499 fi
14500 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14501 $as_echo "done" >&6; }
14502 if test -n "$EXEEXT"; then
14503 am__EXEEXT_TRUE=
14504 am__EXEEXT_FALSE='#'
14505 else
14506 am__EXEEXT_TRUE='#'
14507 am__EXEEXT_FALSE=
14508 fi
14509
14510 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
14511 as_fn_error $? "conditional \"AMDEP\" was never defined.
14512 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14513 fi
14514 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
14515 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
14516 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14517 fi
14518
14519 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
14520 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
14521 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14522 fi
14523 if test -z "${GENINSRC_NEVER_TRUE}" && test -z "${GENINSRC_NEVER_FALSE}"; then
14524 as_fn_error $? "conditional \"GENINSRC_NEVER\" was never defined.
14525 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14526 fi
14527
14528 : "${CONFIG_STATUS=./config.status}"
14529 ac_write_fail=0
14530 ac_clean_files_save=$ac_clean_files
14531 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14532 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14533 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14534 as_write_fail=0
14535 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14536 #! $SHELL
14537 # Generated by $as_me.
14538 # Run this file to recreate the current configuration.
14539 # Compiler output produced by configure, useful for debugging
14540 # configure, is in config.log if it exists.
14541
14542 debug=false
14543 ac_cs_recheck=false
14544 ac_cs_silent=false
14545
14546 SHELL=\${CONFIG_SHELL-$SHELL}
14547 export SHELL
14548 _ASEOF
14549 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14550 ## -------------------- ##
14551 ## M4sh Initialization. ##
14552 ## -------------------- ##
14553
14554 # Be more Bourne compatible
14555 DUALCASE=1; export DUALCASE # for MKS sh
14556 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14557 emulate sh
14558 NULLCMD=:
14559 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14560 # is contrary to our usage. Disable this feature.
14561 alias -g '${1+"$@"}'='"$@"'
14562 setopt NO_GLOB_SUBST
14563 else
14564 case `(set -o) 2>/dev/null` in #(
14565 *posix*) :
14566 set -o posix ;; #(
14567 *) :
14568 ;;
14569 esac
14570 fi
14571
14572
14573 as_nl='
14574 '
14575 export as_nl
14576 # Printing a long string crashes Solaris 7 /usr/bin/printf.
14577 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14578 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14579 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14580 # Prefer a ksh shell builtin over an external printf program on Solaris,
14581 # but without wasting forks for bash or zsh.
14582 if test -z "$BASH_VERSION$ZSH_VERSION" \
14583 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14584 as_echo='print -r --'
14585 as_echo_n='print -rn --'
14586 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14587 as_echo='printf %s\n'
14588 as_echo_n='printf %s'
14589 else
14590 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14591 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14592 as_echo_n='/usr/ucb/echo -n'
14593 else
14594 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14595 as_echo_n_body='eval
14596 arg=$1;
14597 case $arg in #(
14598 *"$as_nl"*)
14599 expr "X$arg" : "X\\(.*\\)$as_nl";
14600 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14601 esac;
14602 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14603 '
14604 export as_echo_n_body
14605 as_echo_n='sh -c $as_echo_n_body as_echo'
14606 fi
14607 export as_echo_body
14608 as_echo='sh -c $as_echo_body as_echo'
14609 fi
14610
14611 # The user is always right.
14612 if test "${PATH_SEPARATOR+set}" != set; then
14613 PATH_SEPARATOR=:
14614 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14615 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14616 PATH_SEPARATOR=';'
14617 }
14618 fi
14619
14620
14621 # IFS
14622 # We need space, tab and new line, in precisely that order. Quoting is
14623 # there to prevent editors from complaining about space-tab.
14624 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
14625 # splitting by setting IFS to empty value.)
14626 IFS=" "" $as_nl"
14627
14628 # Find who we are. Look in the path if we contain no directory separator.
14629 as_myself=
14630 case $0 in #((
14631 *[\\/]* ) as_myself=$0 ;;
14632 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14633 for as_dir in $PATH
14634 do
14635 IFS=$as_save_IFS
14636 test -z "$as_dir" && as_dir=.
14637 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14638 done
14639 IFS=$as_save_IFS
14640
14641 ;;
14642 esac
14643 # We did not find ourselves, most probably we were run as `sh COMMAND'
14644 # in which case we are not to be found in the path.
14645 if test "x$as_myself" = x; then
14646 as_myself=$0
14647 fi
14648 if test ! -f "$as_myself"; then
14649 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14650 exit 1
14651 fi
14652
14653 # Unset variables that we do not need and which cause bugs (e.g. in
14654 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14655 # suppresses any "Segmentation fault" message there. '((' could
14656 # trigger a bug in pdksh 5.2.14.
14657 for as_var in BASH_ENV ENV MAIL MAILPATH
14658 do eval test x\${$as_var+set} = xset \
14659 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14660 done
14661 PS1='$ '
14662 PS2='> '
14663 PS4='+ '
14664
14665 # NLS nuisances.
14666 LC_ALL=C
14667 export LC_ALL
14668 LANGUAGE=C
14669 export LANGUAGE
14670
14671 # CDPATH.
14672 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14673
14674
14675 # as_fn_error STATUS ERROR [LINENO LOG_FD]
14676 # ----------------------------------------
14677 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14678 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
14679 # script with STATUS, using 1 if that was 0.
14680 as_fn_error ()
14681 {
14682 as_status=$1; test $as_status -eq 0 && as_status=1
14683 if test "$4"; then
14684 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14685 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
14686 fi
14687 $as_echo "$as_me: error: $2" >&2
14688 as_fn_exit $as_status
14689 } # as_fn_error
14690
14691
14692 # as_fn_set_status STATUS
14693 # -----------------------
14694 # Set $? to STATUS, without forking.
14695 as_fn_set_status ()
14696 {
14697 return $1
14698 } # as_fn_set_status
14699
14700 # as_fn_exit STATUS
14701 # -----------------
14702 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14703 as_fn_exit ()
14704 {
14705 set +e
14706 as_fn_set_status $1
14707 exit $1
14708 } # as_fn_exit
14709
14710 # as_fn_unset VAR
14711 # ---------------
14712 # Portably unset VAR.
14713 as_fn_unset ()
14714 {
14715 { eval $1=; unset $1;}
14716 }
14717 as_unset=as_fn_unset
14718 # as_fn_append VAR VALUE
14719 # ----------------------
14720 # Append the text in VALUE to the end of the definition contained in VAR. Take
14721 # advantage of any shell optimizations that allow amortized linear growth over
14722 # repeated appends, instead of the typical quadratic growth present in naive
14723 # implementations.
14724 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14725 eval 'as_fn_append ()
14726 {
14727 eval $1+=\$2
14728 }'
14729 else
14730 as_fn_append ()
14731 {
14732 eval $1=\$$1\$2
14733 }
14734 fi # as_fn_append
14735
14736 # as_fn_arith ARG...
14737 # ------------------
14738 # Perform arithmetic evaluation on the ARGs, and store the result in the
14739 # global $as_val. Take advantage of shells that can avoid forks. The arguments
14740 # must be portable across $(()) and expr.
14741 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14742 eval 'as_fn_arith ()
14743 {
14744 as_val=$(( $* ))
14745 }'
14746 else
14747 as_fn_arith ()
14748 {
14749 as_val=`expr "$@" || test $? -eq 1`
14750 }
14751 fi # as_fn_arith
14752
14753
14754 if expr a : '\(a\)' >/dev/null 2>&1 &&
14755 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14756 as_expr=expr
14757 else
14758 as_expr=false
14759 fi
14760
14761 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14762 as_basename=basename
14763 else
14764 as_basename=false
14765 fi
14766
14767 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14768 as_dirname=dirname
14769 else
14770 as_dirname=false
14771 fi
14772
14773 as_me=`$as_basename -- "$0" ||
14774 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14775 X"$0" : 'X\(//\)$' \| \
14776 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14777 $as_echo X/"$0" |
14778 sed '/^.*\/\([^/][^/]*\)\/*$/{
14779 s//\1/
14780 q
14781 }
14782 /^X\/\(\/\/\)$/{
14783 s//\1/
14784 q
14785 }
14786 /^X\/\(\/\).*/{
14787 s//\1/
14788 q
14789 }
14790 s/.*/./; q'`
14791
14792 # Avoid depending upon Character Ranges.
14793 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14794 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14795 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14796 as_cr_digits='0123456789'
14797 as_cr_alnum=$as_cr_Letters$as_cr_digits
14798
14799 ECHO_C= ECHO_N= ECHO_T=
14800 case `echo -n x` in #(((((
14801 -n*)
14802 case `echo 'xy\c'` in
14803 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14804 xy) ECHO_C='\c';;
14805 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14806 ECHO_T=' ';;
14807 esac;;
14808 *)
14809 ECHO_N='-n';;
14810 esac
14811
14812 rm -f conf$$ conf$$.exe conf$$.file
14813 if test -d conf$$.dir; then
14814 rm -f conf$$.dir/conf$$.file
14815 else
14816 rm -f conf$$.dir
14817 mkdir conf$$.dir 2>/dev/null
14818 fi
14819 if (echo >conf$$.file) 2>/dev/null; then
14820 if ln -s conf$$.file conf$$ 2>/dev/null; then
14821 as_ln_s='ln -s'
14822 # ... but there are two gotchas:
14823 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14824 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14825 # In both cases, we have to default to `cp -pR'.
14826 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14827 as_ln_s='cp -pR'
14828 elif ln conf$$.file conf$$ 2>/dev/null; then
14829 as_ln_s=ln
14830 else
14831 as_ln_s='cp -pR'
14832 fi
14833 else
14834 as_ln_s='cp -pR'
14835 fi
14836 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14837 rmdir conf$$.dir 2>/dev/null
14838
14839
14840 # as_fn_mkdir_p
14841 # -------------
14842 # Create "$as_dir" as a directory, including parents if necessary.
14843 as_fn_mkdir_p ()
14844 {
14845
14846 case $as_dir in #(
14847 -*) as_dir=./$as_dir;;
14848 esac
14849 test -d "$as_dir" || eval $as_mkdir_p || {
14850 as_dirs=
14851 while :; do
14852 case $as_dir in #(
14853 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14854 *) as_qdir=$as_dir;;
14855 esac
14856 as_dirs="'$as_qdir' $as_dirs"
14857 as_dir=`$as_dirname -- "$as_dir" ||
14858 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14859 X"$as_dir" : 'X\(//\)[^/]' \| \
14860 X"$as_dir" : 'X\(//\)$' \| \
14861 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14862 $as_echo X"$as_dir" |
14863 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14864 s//\1/
14865 q
14866 }
14867 /^X\(\/\/\)[^/].*/{
14868 s//\1/
14869 q
14870 }
14871 /^X\(\/\/\)$/{
14872 s//\1/
14873 q
14874 }
14875 /^X\(\/\).*/{
14876 s//\1/
14877 q
14878 }
14879 s/.*/./; q'`
14880 test -d "$as_dir" && break
14881 done
14882 test -z "$as_dirs" || eval "mkdir $as_dirs"
14883 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
14884
14885
14886 } # as_fn_mkdir_p
14887 if mkdir -p . 2>/dev/null; then
14888 as_mkdir_p='mkdir -p "$as_dir"'
14889 else
14890 test -d ./-p && rmdir ./-p
14891 as_mkdir_p=false
14892 fi
14893
14894
14895 # as_fn_executable_p FILE
14896 # -----------------------
14897 # Test if FILE is an executable regular file.
14898 as_fn_executable_p ()
14899 {
14900 test -f "$1" && test -x "$1"
14901 } # as_fn_executable_p
14902 as_test_x='test -x'
14903 as_executable_p=as_fn_executable_p
14904
14905 # Sed expression to map a string onto a valid CPP name.
14906 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14907
14908 # Sed expression to map a string onto a valid variable name.
14909 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14910
14911
14912 exec 6>&1
14913 ## ----------------------------------- ##
14914 ## Main body of $CONFIG_STATUS script. ##
14915 ## ----------------------------------- ##
14916 _ASEOF
14917 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14918
14919 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14920 # Save the log message, to keep $0 and so on meaningful, and to
14921 # report actual input values of CONFIG_FILES etc. instead of their
14922 # values after options handling.
14923 ac_log="
14924 This file was extended by gas $as_me 2.40.50, which was
14925 generated by GNU Autoconf 2.69. Invocation command line was
14926
14927 CONFIG_FILES = $CONFIG_FILES
14928 CONFIG_HEADERS = $CONFIG_HEADERS
14929 CONFIG_LINKS = $CONFIG_LINKS
14930 CONFIG_COMMANDS = $CONFIG_COMMANDS
14931 $ $0 $@
14932
14933 on `(hostname || uname -n) 2>/dev/null | sed 1q`
14934 "
14935
14936 _ACEOF
14937
14938 case $ac_config_files in *"
14939 "*) set x $ac_config_files; shift; ac_config_files=$*;;
14940 esac
14941
14942 case $ac_config_headers in *"
14943 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14944 esac
14945
14946
14947 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14948 # Files that config.status was made for.
14949 config_files="$ac_config_files"
14950 config_headers="$ac_config_headers"
14951 config_commands="$ac_config_commands"
14952
14953 _ACEOF
14954
14955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14956 ac_cs_usage="\
14957 \`$as_me' instantiates files and other configuration actions
14958 from templates according to the current configuration. Unless the files
14959 and actions are specified as TAGs, all are instantiated by default.
14960
14961 Usage: $0 [OPTION]... [TAG]...
14962
14963 -h, --help print this help, then exit
14964 -V, --version print version number and configuration settings, then exit
14965 --config print configuration, then exit
14966 -q, --quiet, --silent
14967 do not print progress messages
14968 -d, --debug don't remove temporary files
14969 --recheck update $as_me by reconfiguring in the same conditions
14970 --file=FILE[:TEMPLATE]
14971 instantiate the configuration file FILE
14972 --header=FILE[:TEMPLATE]
14973 instantiate the configuration header FILE
14974
14975 Configuration files:
14976 $config_files
14977
14978 Configuration headers:
14979 $config_headers
14980
14981 Configuration commands:
14982 $config_commands
14983
14984 Report bugs to the package provider."
14985
14986 _ACEOF
14987 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14988 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
14989 ac_cs_version="\\
14990 gas config.status 2.40.50
14991 configured by $0, generated by GNU Autoconf 2.69,
14992 with options \\"\$ac_cs_config\\"
14993
14994 Copyright (C) 2012 Free Software Foundation, Inc.
14995 This config.status script is free software; the Free Software Foundation
14996 gives unlimited permission to copy, distribute and modify it."
14997
14998 ac_pwd='$ac_pwd'
14999 srcdir='$srcdir'
15000 INSTALL='$INSTALL'
15001 MKDIR_P='$MKDIR_P'
15002 AWK='$AWK'
15003 test -n "\$AWK" || AWK=awk
15004 _ACEOF
15005
15006 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15007 # The default lists apply if the user does not specify any file.
15008 ac_need_defaults=:
15009 while test $# != 0
15010 do
15011 case $1 in
15012 --*=?*)
15013 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15014 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
15015 ac_shift=:
15016 ;;
15017 --*=)
15018 ac_option=`expr "X$1" : 'X\([^=]*\)='`
15019 ac_optarg=
15020 ac_shift=:
15021 ;;
15022 *)
15023 ac_option=$1
15024 ac_optarg=$2
15025 ac_shift=shift
15026 ;;
15027 esac
15028
15029 case $ac_option in
15030 # Handling of the options.
15031 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
15032 ac_cs_recheck=: ;;
15033 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
15034 $as_echo "$ac_cs_version"; exit ;;
15035 --config | --confi | --conf | --con | --co | --c )
15036 $as_echo "$ac_cs_config"; exit ;;
15037 --debug | --debu | --deb | --de | --d | -d )
15038 debug=: ;;
15039 --file | --fil | --fi | --f )
15040 $ac_shift
15041 case $ac_optarg in
15042 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15043 '') as_fn_error $? "missing file argument" ;;
15044 esac
15045 as_fn_append CONFIG_FILES " '$ac_optarg'"
15046 ac_need_defaults=false;;
15047 --header | --heade | --head | --hea )
15048 $ac_shift
15049 case $ac_optarg in
15050 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
15051 esac
15052 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
15053 ac_need_defaults=false;;
15054 --he | --h)
15055 # Conflict between --help and --header
15056 as_fn_error $? "ambiguous option: \`$1'
15057 Try \`$0 --help' for more information.";;
15058 --help | --hel | -h )
15059 $as_echo "$ac_cs_usage"; exit ;;
15060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
15061 | -silent | --silent | --silen | --sile | --sil | --si | --s)
15062 ac_cs_silent=: ;;
15063
15064 # This is an error.
15065 -*) as_fn_error $? "unrecognized option: \`$1'
15066 Try \`$0 --help' for more information." ;;
15067
15068 *) as_fn_append ac_config_targets " $1"
15069 ac_need_defaults=false ;;
15070
15071 esac
15072 shift
15073 done
15074
15075 ac_configure_extra_args=
15076
15077 if $ac_cs_silent; then
15078 exec 6>/dev/null
15079 ac_configure_extra_args="$ac_configure_extra_args --silent"
15080 fi
15081
15082 _ACEOF
15083 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15084 if \$ac_cs_recheck; then
15085 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15086 shift
15087 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15088 CONFIG_SHELL='$SHELL'
15089 export CONFIG_SHELL
15090 exec "\$@"
15091 fi
15092
15093 _ACEOF
15094 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15095 exec 5>>config.log
15096 {
15097 echo
15098 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
15099 ## Running $as_me. ##
15100 _ASBOX
15101 $as_echo "$ac_log"
15102 } >&5
15103
15104 _ACEOF
15105 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15106 #
15107 # INIT-COMMANDS
15108 #
15109 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
15110
15111
15112 # The HP-UX ksh and POSIX shell print the target directory to stdout
15113 # if CDPATH is set.
15114 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
15115
15116 sed_quote_subst='$sed_quote_subst'
15117 double_quote_subst='$double_quote_subst'
15118 delay_variable_subst='$delay_variable_subst'
15119 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
15120 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
15121 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
15122 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
15123 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15124 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15125 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15126 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15127 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15128 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15129 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15130 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15131 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15132 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15133 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15134 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15135 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15136 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15137 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15138 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15139 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15140 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15141 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15142 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15143 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15144 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15145 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15146 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15147 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15148 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15149 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15150 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15151 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15152 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15153 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15154 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15155 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15156 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15157 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15158 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15159 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15160 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15161 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15162 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15163 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15164 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15165 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15166 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15167 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"`'
15168 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15169 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15170 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15171 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15172 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15173 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15174 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15175 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15176 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15177 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15178 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15179 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15180 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15181 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15182 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15183 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15184 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15185 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15186 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15187 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15188 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15189 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15190 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15191 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15192 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15193 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15194 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15195 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15196 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15197 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15198 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15199 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15200 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15201 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15202 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15203 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15204 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15205 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15206 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15207 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15208 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15209 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15210 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15211 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15212 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15213 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15214 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15215 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15216 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15217 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15218 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15219 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15220 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15221 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15222 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15223 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15224 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15225 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15226 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15227 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15228 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15229 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15230 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15231 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15232 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15233 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15234 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15235 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15236 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15237 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15238 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15239
15240 LTCC='$LTCC'
15241 LTCFLAGS='$LTCFLAGS'
15242 compiler='$compiler_DEFAULT'
15243
15244 # A function that is used when there is no print builtin or printf.
15245 func_fallback_echo ()
15246 {
15247 eval 'cat <<_LTECHO_EOF
15248 \$1
15249 _LTECHO_EOF'
15250 }
15251
15252 # Quote evaled strings.
15253 for var in SHELL \
15254 ECHO \
15255 SED \
15256 GREP \
15257 EGREP \
15258 FGREP \
15259 LD \
15260 NM \
15261 LN_S \
15262 lt_SP2NL \
15263 lt_NL2SP \
15264 reload_flag \
15265 OBJDUMP \
15266 deplibs_check_method \
15267 file_magic_cmd \
15268 AR \
15269 AR_FLAGS \
15270 STRIP \
15271 RANLIB \
15272 CC \
15273 CFLAGS \
15274 compiler \
15275 lt_cv_sys_global_symbol_pipe \
15276 lt_cv_sys_global_symbol_to_cdecl \
15277 lt_cv_sys_global_symbol_to_c_name_address \
15278 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15279 lt_prog_compiler_no_builtin_flag \
15280 lt_prog_compiler_wl \
15281 lt_prog_compiler_pic \
15282 lt_prog_compiler_static \
15283 lt_cv_prog_compiler_c_o \
15284 need_locks \
15285 DSYMUTIL \
15286 NMEDIT \
15287 LIPO \
15288 OTOOL \
15289 OTOOL64 \
15290 shrext_cmds \
15291 export_dynamic_flag_spec \
15292 whole_archive_flag_spec \
15293 compiler_needs_object \
15294 with_gnu_ld \
15295 allow_undefined_flag \
15296 no_undefined_flag \
15297 hardcode_libdir_flag_spec \
15298 hardcode_libdir_flag_spec_ld \
15299 hardcode_libdir_separator \
15300 fix_srcfile_path \
15301 exclude_expsyms \
15302 include_expsyms \
15303 file_list_spec \
15304 variables_saved_for_relink \
15305 libname_spec \
15306 library_names_spec \
15307 soname_spec \
15308 install_override_mode \
15309 finish_eval \
15310 old_striplib \
15311 striplib; do
15312 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15313 *[\\\\\\\`\\"\\\$]*)
15314 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15315 ;;
15316 *)
15317 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15318 ;;
15319 esac
15320 done
15321
15322 # Double-quote double-evaled strings.
15323 for var in reload_cmds \
15324 old_postinstall_cmds \
15325 old_postuninstall_cmds \
15326 old_archive_cmds \
15327 extract_expsyms_cmds \
15328 old_archive_from_new_cmds \
15329 old_archive_from_expsyms_cmds \
15330 archive_cmds \
15331 archive_expsym_cmds \
15332 module_cmds \
15333 module_expsym_cmds \
15334 export_symbols_cmds \
15335 prelink_cmds \
15336 postinstall_cmds \
15337 postuninstall_cmds \
15338 finish_cmds \
15339 sys_lib_search_path_spec \
15340 sys_lib_dlsearch_path_spec; do
15341 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15342 *[\\\\\\\`\\"\\\$]*)
15343 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15344 ;;
15345 *)
15346 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15347 ;;
15348 esac
15349 done
15350
15351 ac_aux_dir='$ac_aux_dir'
15352 xsi_shell='$xsi_shell'
15353 lt_shell_append='$lt_shell_append'
15354
15355 # See if we are running on zsh, and set the options which allow our
15356 # commands through without removal of \ escapes INIT.
15357 if test -n "\${ZSH_VERSION+set}" ; then
15358 setopt NO_GLOB_SUBST
15359 fi
15360
15361
15362 PACKAGE='$PACKAGE'
15363 VERSION='$VERSION'
15364 TIMESTAMP='$TIMESTAMP'
15365 RM='$RM'
15366 ofile='$ofile'
15367
15368
15369
15370 # Capture the value of obsolete ALL_LINGUAS because we need it to compute
15371 # POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES, CATALOGS. But hide it
15372 # from automake.
15373 eval 'OBSOLETE_ALL_LINGUAS''="$ALL_LINGUAS"'
15374 # Capture the value of LINGUAS because we need it to compute CATALOGS.
15375 LINGUAS="${LINGUAS-%UNSET%}"
15376
15377 target_cpu_type=${target_cpu_type}
15378 cgen_cpu_prefix=${cgen_cpu_prefix}
15379 obj_format=${obj_format}
15380 te_file=${te_file}
15381
15382 _ACEOF
15383
15384 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15385
15386 # Handling of arguments.
15387 for ac_config_target in $ac_config_targets
15388 do
15389 case $ac_config_target in
15390 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15391 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15392 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
15393 "gdb.ini") CONFIG_FILES="$CONFIG_FILES gdb.ini:gdbinit.in" ;;
15394 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:gdbinit.in" ;;
15395 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
15396 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15397 "po/Makefile.in") CONFIG_FILES="$CONFIG_FILES po/Makefile.in:po/Make-in" ;;
15398 "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;;
15399
15400 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
15401 esac
15402 done
15403
15404
15405 # If the user did not use the arguments to specify the items to instantiate,
15406 # then the envvar interface is used. Set only those that are not.
15407 # We use the long form for the default assignment because of an extremely
15408 # bizarre bug on SunOS 4.1.3.
15409 if $ac_need_defaults; then
15410 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15411 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
15412 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15413 fi
15414
15415 # Have a temporary directory for convenience. Make it in the build tree
15416 # simply because there is no reason against having it here, and in addition,
15417 # creating and moving files from /tmp can sometimes cause problems.
15418 # Hook for its removal unless debugging.
15419 # Note that there is a small window in which the directory will not be cleaned:
15420 # after its creation but before its name has been assigned to `$tmp'.
15421 $debug ||
15422 {
15423 tmp= ac_tmp=
15424 trap 'exit_status=$?
15425 : "${ac_tmp:=$tmp}"
15426 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
15427 ' 0
15428 trap 'as_fn_exit 1' 1 2 13 15
15429 }
15430 # Create a (secure) tmp directory for tmp files.
15431
15432 {
15433 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
15434 test -d "$tmp"
15435 } ||
15436 {
15437 tmp=./conf$$-$RANDOM
15438 (umask 077 && mkdir "$tmp")
15439 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15440 ac_tmp=$tmp
15441
15442 # Set up the scripts for CONFIG_FILES section.
15443 # No need to generate them if there are no CONFIG_FILES.
15444 # This happens for instance with `./config.status config.h'.
15445 if test -n "$CONFIG_FILES"; then
15446
15447
15448 ac_cr=`echo X | tr X '\015'`
15449 # On cygwin, bash can eat \r inside `` if the user requested igncr.
15450 # But we know of no other shell where ac_cr would be empty at this
15451 # point, so we can use a bashism as a fallback.
15452 if test "x$ac_cr" = x; then
15453 eval ac_cr=\$\'\\r\'
15454 fi
15455 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15456 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
15457 ac_cs_awk_cr='\\r'
15458 else
15459 ac_cs_awk_cr=$ac_cr
15460 fi
15461
15462 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
15463 _ACEOF
15464
15465
15466 {
15467 echo "cat >conf$$subs.awk <<_ACEOF" &&
15468 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15469 echo "_ACEOF"
15470 } >conf$$subs.sh ||
15471 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15472 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
15473 ac_delim='%!_!# '
15474 for ac_last_try in false false false false false :; do
15475 . ./conf$$subs.sh ||
15476 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15477
15478 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15479 if test $ac_delim_n = $ac_delim_num; then
15480 break
15481 elif $ac_last_try; then
15482 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15483 else
15484 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15485 fi
15486 done
15487 rm -f conf$$subs.sh
15488
15489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15490 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
15491 _ACEOF
15492 sed -n '
15493 h
15494 s/^/S["/; s/!.*/"]=/
15495 p
15496 g
15497 s/^[^!]*!//
15498 :repl
15499 t repl
15500 s/'"$ac_delim"'$//
15501 t delim
15502 :nl
15503 h
15504 s/\(.\{148\}\)..*/\1/
15505 t more1
15506 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15507 p
15508 n
15509 b repl
15510 :more1
15511 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15512 p
15513 g
15514 s/.\{148\}//
15515 t nl
15516 :delim
15517 h
15518 s/\(.\{148\}\)..*/\1/
15519 t more2
15520 s/["\\]/\\&/g; s/^/"/; s/$/"/
15521 p
15522 b
15523 :more2
15524 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15525 p
15526 g
15527 s/.\{148\}//
15528 t delim
15529 ' <conf$$subs.awk | sed '
15530 /^[^""]/{
15531 N
15532 s/\n//
15533 }
15534 ' >>$CONFIG_STATUS || ac_write_fail=1
15535 rm -f conf$$subs.awk
15536 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15537 _ACAWK
15538 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
15539 for (key in S) S_is_set[key] = 1
15540 FS = "\a"
15541
15542 }
15543 {
15544 line = $ 0
15545 nfields = split(line, field, "@")
15546 substed = 0
15547 len = length(field[1])
15548 for (i = 2; i < nfields; i++) {
15549 key = field[i]
15550 keylen = length(key)
15551 if (S_is_set[key]) {
15552 value = S[key]
15553 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15554 len += length(value) + length(field[++i])
15555 substed = 1
15556 } else
15557 len += 1 + keylen
15558 }
15559
15560 print line
15561 }
15562
15563 _ACAWK
15564 _ACEOF
15565 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15566 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15567 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15568 else
15569 cat
15570 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15571 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
15572 _ACEOF
15573
15574 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15575 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
15576 # trailing colons and then remove the whole line if VPATH becomes empty
15577 # (actually we leave an empty line to preserve line numbers).
15578 if test "x$srcdir" = x.; then
15579 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15580 h
15581 s///
15582 s/^/:/
15583 s/[ ]*$/:/
15584 s/:\$(srcdir):/:/g
15585 s/:\${srcdir}:/:/g
15586 s/:@srcdir@:/:/g
15587 s/^:*//
15588 s/:*$//
15589 x
15590 s/\(=[ ]*\).*/\1/
15591 G
15592 s/\n//
15593 s/^[^=]*=[ ]*$//
15594 }'
15595 fi
15596
15597 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15598 fi # test -n "$CONFIG_FILES"
15599
15600 # Set up the scripts for CONFIG_HEADERS section.
15601 # No need to generate them if there are no CONFIG_HEADERS.
15602 # This happens for instance with `./config.status Makefile'.
15603 if test -n "$CONFIG_HEADERS"; then
15604 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
15605 BEGIN {
15606 _ACEOF
15607
15608 # Transform confdefs.h into an awk script `defines.awk', embedded as
15609 # here-document in config.status, that substitutes the proper values into
15610 # config.h.in to produce config.h.
15611
15612 # Create a delimiter string that does not exist in confdefs.h, to ease
15613 # handling of long lines.
15614 ac_delim='%!_!# '
15615 for ac_last_try in false false :; do
15616 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15617 if test -z "$ac_tt"; then
15618 break
15619 elif $ac_last_try; then
15620 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
15621 else
15622 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15623 fi
15624 done
15625
15626 # For the awk script, D is an array of macro values keyed by name,
15627 # likewise P contains macro parameters if any. Preserve backslash
15628 # newline sequences.
15629
15630 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15631 sed -n '
15632 s/.\{148\}/&'"$ac_delim"'/g
15633 t rset
15634 :rset
15635 s/^[ ]*#[ ]*define[ ][ ]*/ /
15636 t def
15637 d
15638 :def
15639 s/\\$//
15640 t bsnl
15641 s/["\\]/\\&/g
15642 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15643 D["\1"]=" \3"/p
15644 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15645 d
15646 :bsnl
15647 s/["\\]/\\&/g
15648 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15649 D["\1"]=" \3\\\\\\n"\\/p
15650 t cont
15651 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15652 t cont
15653 d
15654 :cont
15655 n
15656 s/.\{148\}/&'"$ac_delim"'/g
15657 t clear
15658 :clear
15659 s/\\$//
15660 t bsnlc
15661 s/["\\]/\\&/g; s/^/"/; s/$/"/p
15662 d
15663 :bsnlc
15664 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15665 b cont
15666 ' <confdefs.h | sed '
15667 s/'"$ac_delim"'/"\\\
15668 "/g' >>$CONFIG_STATUS || ac_write_fail=1
15669
15670 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15671 for (key in D) D_is_set[key] = 1
15672 FS = "\a"
15673 }
15674 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15675 line = \$ 0
15676 split(line, arg, " ")
15677 if (arg[1] == "#") {
15678 defundef = arg[2]
15679 mac1 = arg[3]
15680 } else {
15681 defundef = substr(arg[1], 2)
15682 mac1 = arg[2]
15683 }
15684 split(mac1, mac2, "(") #)
15685 macro = mac2[1]
15686 prefix = substr(line, 1, index(line, defundef) - 1)
15687 if (D_is_set[macro]) {
15688 # Preserve the white space surrounding the "#".
15689 print prefix "define", macro P[macro] D[macro]
15690 next
15691 } else {
15692 # Replace #undef with comments. This is necessary, for example,
15693 # in the case of _POSIX_SOURCE, which is predefined and required
15694 # on some systems where configure will not decide to define it.
15695 if (defundef == "undef") {
15696 print "/*", prefix defundef, macro, "*/"
15697 next
15698 }
15699 }
15700 }
15701 { print }
15702 _ACAWK
15703 _ACEOF
15704 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15705 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
15706 fi # test -n "$CONFIG_HEADERS"
15707
15708
15709 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
15710 shift
15711 for ac_tag
15712 do
15713 case $ac_tag in
15714 :[FHLC]) ac_mode=$ac_tag; continue;;
15715 esac
15716 case $ac_mode$ac_tag in
15717 :[FHL]*:*);;
15718 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
15719 :[FH]-) ac_tag=-:-;;
15720 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15721 esac
15722 ac_save_IFS=$IFS
15723 IFS=:
15724 set x $ac_tag
15725 IFS=$ac_save_IFS
15726 shift
15727 ac_file=$1
15728 shift
15729
15730 case $ac_mode in
15731 :L) ac_source=$1;;
15732 :[FH])
15733 ac_file_inputs=
15734 for ac_f
15735 do
15736 case $ac_f in
15737 -) ac_f="$ac_tmp/stdin";;
15738 *) # Look for the file first in the build tree, then in the source tree
15739 # (if the path is not absolute). The absolute path cannot be DOS-style,
15740 # because $ac_f cannot contain `:'.
15741 test -f "$ac_f" ||
15742 case $ac_f in
15743 [\\/$]*) false;;
15744 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15745 esac ||
15746 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
15747 esac
15748 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15749 as_fn_append ac_file_inputs " '$ac_f'"
15750 done
15751
15752 # Let's still pretend it is `configure' which instantiates (i.e., don't
15753 # use $as_me), people would be surprised to read:
15754 # /* config.h. Generated by config.status. */
15755 configure_input='Generated from '`
15756 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15757 `' by configure.'
15758 if test x"$ac_file" != x-; then
15759 configure_input="$ac_file. $configure_input"
15760 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15761 $as_echo "$as_me: creating $ac_file" >&6;}
15762 fi
15763 # Neutralize special characters interpreted by sed in replacement strings.
15764 case $configure_input in #(
15765 *\&* | *\|* | *\\* )
15766 ac_sed_conf_input=`$as_echo "$configure_input" |
15767 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15768 *) ac_sed_conf_input=$configure_input;;
15769 esac
15770
15771 case $ac_tag in
15772 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15773 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
15774 esac
15775 ;;
15776 esac
15777
15778 ac_dir=`$as_dirname -- "$ac_file" ||
15779 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15780 X"$ac_file" : 'X\(//\)[^/]' \| \
15781 X"$ac_file" : 'X\(//\)$' \| \
15782 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15783 $as_echo X"$ac_file" |
15784 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15785 s//\1/
15786 q
15787 }
15788 /^X\(\/\/\)[^/].*/{
15789 s//\1/
15790 q
15791 }
15792 /^X\(\/\/\)$/{
15793 s//\1/
15794 q
15795 }
15796 /^X\(\/\).*/{
15797 s//\1/
15798 q
15799 }
15800 s/.*/./; q'`
15801 as_dir="$ac_dir"; as_fn_mkdir_p
15802 ac_builddir=.
15803
15804 case "$ac_dir" in
15805 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15806 *)
15807 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15808 # A ".." for each directory in $ac_dir_suffix.
15809 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15810 case $ac_top_builddir_sub in
15811 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15812 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15813 esac ;;
15814 esac
15815 ac_abs_top_builddir=$ac_pwd
15816 ac_abs_builddir=$ac_pwd$ac_dir_suffix
15817 # for backward compatibility:
15818 ac_top_builddir=$ac_top_build_prefix
15819
15820 case $srcdir in
15821 .) # We are building in place.
15822 ac_srcdir=.
15823 ac_top_srcdir=$ac_top_builddir_sub
15824 ac_abs_top_srcdir=$ac_pwd ;;
15825 [\\/]* | ?:[\\/]* ) # Absolute name.
15826 ac_srcdir=$srcdir$ac_dir_suffix;
15827 ac_top_srcdir=$srcdir
15828 ac_abs_top_srcdir=$srcdir ;;
15829 *) # Relative name.
15830 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15831 ac_top_srcdir=$ac_top_build_prefix$srcdir
15832 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15833 esac
15834 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15835
15836
15837 case $ac_mode in
15838 :F)
15839 #
15840 # CONFIG_FILE
15841 #
15842
15843 case $INSTALL in
15844 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15845 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15846 esac
15847 ac_MKDIR_P=$MKDIR_P
15848 case $MKDIR_P in
15849 [\\/$]* | ?:[\\/]* ) ;;
15850 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
15851 esac
15852 _ACEOF
15853
15854 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15855 # If the template does not know about datarootdir, expand it.
15856 # FIXME: This hack should be removed a few years after 2.60.
15857 ac_datarootdir_hack=; ac_datarootdir_seen=
15858 ac_sed_dataroot='
15859 /datarootdir/ {
15860 p
15861 q
15862 }
15863 /@datadir@/p
15864 /@docdir@/p
15865 /@infodir@/p
15866 /@localedir@/p
15867 /@mandir@/p'
15868 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15869 *datarootdir*) ac_datarootdir_seen=yes;;
15870 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15871 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15872 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15873 _ACEOF
15874 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15875 ac_datarootdir_hack='
15876 s&@datadir@&$datadir&g
15877 s&@docdir@&$docdir&g
15878 s&@infodir@&$infodir&g
15879 s&@localedir@&$localedir&g
15880 s&@mandir@&$mandir&g
15881 s&\\\${datarootdir}&$datarootdir&g' ;;
15882 esac
15883 _ACEOF
15884
15885 # Neutralize VPATH when `$srcdir' = `.'.
15886 # Shell code in configure.ac might set extrasub.
15887 # FIXME: do we really want to maintain this feature?
15888 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15889 ac_sed_extra="$ac_vpsub
15890 $extrasub
15891 _ACEOF
15892 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15893 :t
15894 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15895 s|@configure_input@|$ac_sed_conf_input|;t t
15896 s&@top_builddir@&$ac_top_builddir_sub&;t t
15897 s&@top_build_prefix@&$ac_top_build_prefix&;t t
15898 s&@srcdir@&$ac_srcdir&;t t
15899 s&@abs_srcdir@&$ac_abs_srcdir&;t t
15900 s&@top_srcdir@&$ac_top_srcdir&;t t
15901 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15902 s&@builddir@&$ac_builddir&;t t
15903 s&@abs_builddir@&$ac_abs_builddir&;t t
15904 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15905 s&@INSTALL@&$ac_INSTALL&;t t
15906 s&@MKDIR_P@&$ac_MKDIR_P&;t t
15907 $ac_datarootdir_hack
15908 "
15909 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15910 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15911
15912 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15913 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15914 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15915 "$ac_tmp/out"`; test -z "$ac_out"; } &&
15916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15917 which seems to be undefined. Please make sure it is defined" >&5
15918 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15919 which seems to be undefined. Please make sure it is defined" >&2;}
15920
15921 rm -f "$ac_tmp/stdin"
15922 case $ac_file in
15923 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15924 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
15925 esac \
15926 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15927 ;;
15928 :H)
15929 #
15930 # CONFIG_HEADER
15931 #
15932 if test x"$ac_file" != x-; then
15933 {
15934 $as_echo "/* $configure_input */" \
15935 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15936 } >"$ac_tmp/config.h" \
15937 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15938 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
15939 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15940 $as_echo "$as_me: $ac_file is unchanged" >&6;}
15941 else
15942 rm -f "$ac_file"
15943 mv "$ac_tmp/config.h" "$ac_file" \
15944 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15945 fi
15946 else
15947 $as_echo "/* $configure_input */" \
15948 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15949 || as_fn_error $? "could not create -" "$LINENO" 5
15950 fi
15951 # Compute "$ac_file"'s index in $config_headers.
15952 _am_arg="$ac_file"
15953 _am_stamp_count=1
15954 for _am_header in $config_headers :; do
15955 case $_am_header in
15956 $_am_arg | $_am_arg:* )
15957 break ;;
15958 * )
15959 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
15960 esac
15961 done
15962 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
15963 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15964 X"$_am_arg" : 'X\(//\)[^/]' \| \
15965 X"$_am_arg" : 'X\(//\)$' \| \
15966 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
15967 $as_echo X"$_am_arg" |
15968 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15969 s//\1/
15970 q
15971 }
15972 /^X\(\/\/\)[^/].*/{
15973 s//\1/
15974 q
15975 }
15976 /^X\(\/\/\)$/{
15977 s//\1/
15978 q
15979 }
15980 /^X\(\/\).*/{
15981 s//\1/
15982 q
15983 }
15984 s/.*/./; q'`/stamp-h$_am_stamp_count
15985 ;;
15986
15987 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15988 $as_echo "$as_me: executing $ac_file commands" >&6;}
15989 ;;
15990 esac
15991
15992
15993 case $ac_file$ac_mode in
15994 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
15995 # Older Autoconf quotes --file arguments for eval, but not when files
15996 # are listed without --file. Let's play safe and only enable the eval
15997 # if we detect the quoting.
15998 case $CONFIG_FILES in
15999 *\'*) eval set x "$CONFIG_FILES" ;;
16000 *) set x $CONFIG_FILES ;;
16001 esac
16002 shift
16003 for mf
16004 do
16005 # Strip MF so we end up with the name of the file.
16006 mf=`echo "$mf" | sed -e 's/:.*$//'`
16007 # Check whether this is an Automake generated Makefile or not.
16008 # We used to match only the files named 'Makefile.in', but
16009 # some people rename them; so instead we look at the file content.
16010 # Grep'ing the first line is not enough: some people post-process
16011 # each Makefile.in and add a new line on top of each file to say so.
16012 # Grep'ing the whole file is not good either: AIX grep has a line
16013 # limit of 2048, but all sed's we know have understand at least 4000.
16014 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
16015 dirpart=`$as_dirname -- "$mf" ||
16016 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16017 X"$mf" : 'X\(//\)[^/]' \| \
16018 X"$mf" : 'X\(//\)$' \| \
16019 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
16020 $as_echo X"$mf" |
16021 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16022 s//\1/
16023 q
16024 }
16025 /^X\(\/\/\)[^/].*/{
16026 s//\1/
16027 q
16028 }
16029 /^X\(\/\/\)$/{
16030 s//\1/
16031 q
16032 }
16033 /^X\(\/\).*/{
16034 s//\1/
16035 q
16036 }
16037 s/.*/./; q'`
16038 else
16039 continue
16040 fi
16041 # Extract the definition of DEPDIR, am__include, and am__quote
16042 # from the Makefile without running 'make'.
16043 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16044 test -z "$DEPDIR" && continue
16045 am__include=`sed -n 's/^am__include = //p' < "$mf"`
16046 test -z "$am__include" && continue
16047 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16048 # Find all dependency output files, they are included files with
16049 # $(DEPDIR) in their names. We invoke sed twice because it is the
16050 # simplest approach to changing $(DEPDIR) to its actual value in the
16051 # expansion.
16052 for file in `sed -n "
16053 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16054 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16055 # Make sure the directory exists.
16056 test -f "$dirpart/$file" && continue
16057 fdir=`$as_dirname -- "$file" ||
16058 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16059 X"$file" : 'X\(//\)[^/]' \| \
16060 X"$file" : 'X\(//\)$' \| \
16061 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
16062 $as_echo X"$file" |
16063 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16064 s//\1/
16065 q
16066 }
16067 /^X\(\/\/\)[^/].*/{
16068 s//\1/
16069 q
16070 }
16071 /^X\(\/\/\)$/{
16072 s//\1/
16073 q
16074 }
16075 /^X\(\/\).*/{
16076 s//\1/
16077 q
16078 }
16079 s/.*/./; q'`
16080 as_dir=$dirpart/$fdir; as_fn_mkdir_p
16081 # echo "creating $dirpart/$file"
16082 echo '# dummy' > "$dirpart/$file"
16083 done
16084 done
16085 }
16086 ;;
16087 "libtool":C)
16088
16089 # See if we are running on zsh, and set the options which allow our
16090 # commands through without removal of \ escapes.
16091 if test -n "${ZSH_VERSION+set}" ; then
16092 setopt NO_GLOB_SUBST
16093 fi
16094
16095 cfgfile="${ofile}T"
16096 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
16097 $RM "$cfgfile"
16098
16099 cat <<_LT_EOF >> "$cfgfile"
16100 #! $SHELL
16101
16102 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16103 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16104 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
16105 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16106 #
16107 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16108 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
16109 # Written by Gordon Matzigkeit, 1996
16110 #
16111 # This file is part of GNU Libtool.
16112 #
16113 # GNU Libtool is free software; you can redistribute it and/or
16114 # modify it under the terms of the GNU General Public License as
16115 # published by the Free Software Foundation; either version 2 of
16116 # the License, or (at your option) any later version.
16117 #
16118 # As a special exception to the GNU General Public License,
16119 # if you distribute this file as part of a program or library that
16120 # is built using GNU Libtool, you may include this file under the
16121 # same distribution terms that you use for the rest of that program.
16122 #
16123 # GNU Libtool is distributed in the hope that it will be useful,
16124 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16125 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16126 # GNU General Public License for more details.
16127 #
16128 # You should have received a copy of the GNU General Public License
16129 # along with GNU Libtool; see the file COPYING. If not, a copy
16130 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16131 # obtained by writing to the Free Software Foundation, Inc.,
16132 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16133
16134
16135 # The names of the tagged configurations supported by this script.
16136 available_tags=""
16137
16138 # ### BEGIN LIBTOOL CONFIG
16139
16140 # Which release of libtool.m4 was used?
16141 macro_version=$macro_version
16142 macro_revision=$macro_revision
16143
16144 # Whether or not to build shared libraries.
16145 build_libtool_libs=$enable_shared
16146
16147 # Whether or not to build static libraries.
16148 build_old_libs=$enable_static
16149
16150 # What type of objects to build.
16151 pic_mode=$pic_mode
16152
16153 # Whether or not to optimize for fast installation.
16154 fast_install=$enable_fast_install
16155
16156 # Shell to use when invoking shell scripts.
16157 SHELL=$lt_SHELL
16158
16159 # An echo program that protects backslashes.
16160 ECHO=$lt_ECHO
16161
16162 # The host system.
16163 host_alias=$host_alias
16164 host=$host
16165 host_os=$host_os
16166
16167 # The build system.
16168 build_alias=$build_alias
16169 build=$build
16170 build_os=$build_os
16171
16172 # A sed program that does not truncate output.
16173 SED=$lt_SED
16174
16175 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
16176 Xsed="\$SED -e 1s/^X//"
16177
16178 # A grep program that handles long lines.
16179 GREP=$lt_GREP
16180
16181 # An ERE matcher.
16182 EGREP=$lt_EGREP
16183
16184 # A literal string matcher.
16185 FGREP=$lt_FGREP
16186
16187 # A BSD- or MS-compatible name lister.
16188 NM=$lt_NM
16189
16190 # Whether we need soft or hard links.
16191 LN_S=$lt_LN_S
16192
16193 # What is the maximum length of a command?
16194 max_cmd_len=$max_cmd_len
16195
16196 # Object file suffix (normally "o").
16197 objext=$ac_objext
16198
16199 # Executable file suffix (normally "").
16200 exeext=$exeext
16201
16202 # whether the shell understands "unset".
16203 lt_unset=$lt_unset
16204
16205 # turn spaces into newlines.
16206 SP2NL=$lt_lt_SP2NL
16207
16208 # turn newlines into spaces.
16209 NL2SP=$lt_lt_NL2SP
16210
16211 # An object symbol dumper.
16212 OBJDUMP=$lt_OBJDUMP
16213
16214 # Method to check whether dependent libraries are shared objects.
16215 deplibs_check_method=$lt_deplibs_check_method
16216
16217 # Command to use when deplibs_check_method == "file_magic".
16218 file_magic_cmd=$lt_file_magic_cmd
16219
16220 # The archiver.
16221 AR=$lt_AR
16222 AR_FLAGS=$lt_AR_FLAGS
16223
16224 # A symbol stripping program.
16225 STRIP=$lt_STRIP
16226
16227 # Commands used to install an old-style archive.
16228 RANLIB=$lt_RANLIB
16229 old_postinstall_cmds=$lt_old_postinstall_cmds
16230 old_postuninstall_cmds=$lt_old_postuninstall_cmds
16231
16232 # Whether to use a lock for old archive extraction.
16233 lock_old_archive_extraction=$lock_old_archive_extraction
16234
16235 # A C compiler.
16236 LTCC=$lt_CC
16237
16238 # LTCC compiler flags.
16239 LTCFLAGS=$lt_CFLAGS
16240
16241 # Take the output of nm and produce a listing of raw symbols and C names.
16242 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
16243
16244 # Transform the output of nm in a proper C declaration.
16245 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
16246
16247 # Transform the output of nm in a C name address pair.
16248 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
16249
16250 # Transform the output of nm in a C name address pair when lib prefix is needed.
16251 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
16252
16253 # The name of the directory that contains temporary libtool files.
16254 objdir=$objdir
16255
16256 # Used to examine libraries when file_magic_cmd begins with "file".
16257 MAGIC_CMD=$MAGIC_CMD
16258
16259 # Must we lock files when doing compilation?
16260 need_locks=$lt_need_locks
16261
16262 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
16263 DSYMUTIL=$lt_DSYMUTIL
16264
16265 # Tool to change global to local symbols on Mac OS X.
16266 NMEDIT=$lt_NMEDIT
16267
16268 # Tool to manipulate fat objects and archives on Mac OS X.
16269 LIPO=$lt_LIPO
16270
16271 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
16272 OTOOL=$lt_OTOOL
16273
16274 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16275 OTOOL64=$lt_OTOOL64
16276
16277 # Old archive suffix (normally "a").
16278 libext=$libext
16279
16280 # Shared library suffix (normally ".so").
16281 shrext_cmds=$lt_shrext_cmds
16282
16283 # The commands to extract the exported symbol list from a shared archive.
16284 extract_expsyms_cmds=$lt_extract_expsyms_cmds
16285
16286 # Variables whose values should be saved in libtool wrapper scripts and
16287 # restored at link time.
16288 variables_saved_for_relink=$lt_variables_saved_for_relink
16289
16290 # Do we need the "lib" prefix for modules?
16291 need_lib_prefix=$need_lib_prefix
16292
16293 # Do we need a version for libraries?
16294 need_version=$need_version
16295
16296 # Library versioning type.
16297 version_type=$version_type
16298
16299 # Shared library runtime path variable.
16300 runpath_var=$runpath_var
16301
16302 # Shared library path variable.
16303 shlibpath_var=$shlibpath_var
16304
16305 # Is shlibpath searched before the hard-coded library search path?
16306 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16307
16308 # Format of library name prefix.
16309 libname_spec=$lt_libname_spec
16310
16311 # List of archive names. First name is the real one, the rest are links.
16312 # The last name is the one that the linker finds with -lNAME
16313 library_names_spec=$lt_library_names_spec
16314
16315 # The coded name of the library, if different from the real name.
16316 soname_spec=$lt_soname_spec
16317
16318 # Permission mode override for installation of shared libraries.
16319 install_override_mode=$lt_install_override_mode
16320
16321 # Command to use after installation of a shared archive.
16322 postinstall_cmds=$lt_postinstall_cmds
16323
16324 # Command to use after uninstallation of a shared archive.
16325 postuninstall_cmds=$lt_postuninstall_cmds
16326
16327 # Commands used to finish a libtool library installation in a directory.
16328 finish_cmds=$lt_finish_cmds
16329
16330 # As "finish_cmds", except a single script fragment to be evaled but
16331 # not shown.
16332 finish_eval=$lt_finish_eval
16333
16334 # Whether we should hardcode library paths into libraries.
16335 hardcode_into_libs=$hardcode_into_libs
16336
16337 # Compile-time system search path for libraries.
16338 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16339
16340 # Run-time system search path for libraries.
16341 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16342
16343 # Whether dlopen is supported.
16344 dlopen_support=$enable_dlopen
16345
16346 # Whether dlopen of programs is supported.
16347 dlopen_self=$enable_dlopen_self
16348
16349 # Whether dlopen of statically linked programs is supported.
16350 dlopen_self_static=$enable_dlopen_self_static
16351
16352 # Commands to strip libraries.
16353 old_striplib=$lt_old_striplib
16354 striplib=$lt_striplib
16355
16356
16357 # The linker used to build libraries.
16358 LD=$lt_LD
16359
16360 # How to create reloadable object files.
16361 reload_flag=$lt_reload_flag
16362 reload_cmds=$lt_reload_cmds
16363
16364 # Commands used to build an old-style archive.
16365 old_archive_cmds=$lt_old_archive_cmds
16366
16367 # A language specific compiler.
16368 CC=$lt_compiler
16369
16370 # Is the compiler the GNU compiler?
16371 with_gcc=$GCC
16372
16373 # Compiler flag to turn off builtin functions.
16374 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16375
16376 # How to pass a linker flag through the compiler.
16377 wl=$lt_lt_prog_compiler_wl
16378
16379 # Additional compiler flags for building library objects.
16380 pic_flag=$lt_lt_prog_compiler_pic
16381
16382 # Compiler flag to prevent dynamic linking.
16383 link_static_flag=$lt_lt_prog_compiler_static
16384
16385 # Does compiler simultaneously support -c and -o options?
16386 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16387
16388 # Whether or not to add -lc for building shared libraries.
16389 build_libtool_need_lc=$archive_cmds_need_lc
16390
16391 # Whether or not to disallow shared libs when runtime libs are static.
16392 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16393
16394 # Compiler flag to allow reflexive dlopens.
16395 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16396
16397 # Compiler flag to generate shared objects directly from archives.
16398 whole_archive_flag_spec=$lt_whole_archive_flag_spec
16399
16400 # Whether the compiler copes with passing no objects directly.
16401 compiler_needs_object=$lt_compiler_needs_object
16402
16403 # Create an old-style archive from a shared archive.
16404 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16405
16406 # Create a temporary old-style archive to link instead of a shared archive.
16407 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16408
16409 # Commands used to build a shared archive.
16410 archive_cmds=$lt_archive_cmds
16411 archive_expsym_cmds=$lt_archive_expsym_cmds
16412
16413 # Commands used to build a loadable module if different from building
16414 # a shared archive.
16415 module_cmds=$lt_module_cmds
16416 module_expsym_cmds=$lt_module_expsym_cmds
16417
16418 # Whether we are building with GNU ld or not.
16419 with_gnu_ld=$lt_with_gnu_ld
16420
16421 # Flag that allows shared libraries with undefined symbols to be built.
16422 allow_undefined_flag=$lt_allow_undefined_flag
16423
16424 # Flag that enforces no undefined symbols.
16425 no_undefined_flag=$lt_no_undefined_flag
16426
16427 # Flag to hardcode \$libdir into a binary during linking.
16428 # This must work even if \$libdir does not exist
16429 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16430
16431 # If ld is used when linking, flag to hardcode \$libdir into a binary
16432 # during linking. This must work even if \$libdir does not exist.
16433 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16434
16435 # Whether we need a single "-rpath" flag with a separated argument.
16436 hardcode_libdir_separator=$lt_hardcode_libdir_separator
16437
16438 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16439 # DIR into the resulting binary.
16440 hardcode_direct=$hardcode_direct
16441
16442 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16443 # DIR into the resulting binary and the resulting library dependency is
16444 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16445 # library is relocated.
16446 hardcode_direct_absolute=$hardcode_direct_absolute
16447
16448 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16449 # into the resulting binary.
16450 hardcode_minus_L=$hardcode_minus_L
16451
16452 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16453 # into the resulting binary.
16454 hardcode_shlibpath_var=$hardcode_shlibpath_var
16455
16456 # Set to "yes" if building a shared library automatically hardcodes DIR
16457 # into the library and all subsequent libraries and executables linked
16458 # against it.
16459 hardcode_automatic=$hardcode_automatic
16460
16461 # Set to yes if linker adds runtime paths of dependent libraries
16462 # to runtime path list.
16463 inherit_rpath=$inherit_rpath
16464
16465 # Whether libtool must link a program against all its dependency libraries.
16466 link_all_deplibs=$link_all_deplibs
16467
16468 # Fix the shell variable \$srcfile for the compiler.
16469 fix_srcfile_path=$lt_fix_srcfile_path
16470
16471 # Set to "yes" if exported symbols are required.
16472 always_export_symbols=$always_export_symbols
16473
16474 # The commands to list exported symbols.
16475 export_symbols_cmds=$lt_export_symbols_cmds
16476
16477 # Symbols that should not be listed in the preloaded symbols.
16478 exclude_expsyms=$lt_exclude_expsyms
16479
16480 # Symbols that must always be exported.
16481 include_expsyms=$lt_include_expsyms
16482
16483 # Commands necessary for linking programs (against libraries) with templates.
16484 prelink_cmds=$lt_prelink_cmds
16485
16486 # Specify filename containing input files.
16487 file_list_spec=$lt_file_list_spec
16488
16489 # How to hardcode a shared library path into an executable.
16490 hardcode_action=$hardcode_action
16491
16492 # ### END LIBTOOL CONFIG
16493
16494 _LT_EOF
16495
16496 case $host_os in
16497 aix3*)
16498 cat <<\_LT_EOF >> "$cfgfile"
16499 # AIX sometimes has problems with the GCC collect2 program. For some
16500 # reason, if we set the COLLECT_NAMES environment variable, the problems
16501 # vanish in a puff of smoke.
16502 if test "X${COLLECT_NAMES+set}" != Xset; then
16503 COLLECT_NAMES=
16504 export COLLECT_NAMES
16505 fi
16506 _LT_EOF
16507 ;;
16508 esac
16509
16510
16511 ltmain="$ac_aux_dir/ltmain.sh"
16512
16513
16514 # We use sed instead of cat because bash on DJGPP gets confused if
16515 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16516 # text mode, it properly converts lines to CR/LF. This bash problem
16517 # is reportedly fixed, but why not run on old versions too?
16518 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16519 || (rm -f "$cfgfile"; exit 1)
16520
16521 case $xsi_shell in
16522 yes)
16523 cat << \_LT_EOF >> "$cfgfile"
16524
16525 # func_dirname file append nondir_replacement
16526 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16527 # otherwise set result to NONDIR_REPLACEMENT.
16528 func_dirname ()
16529 {
16530 case ${1} in
16531 */*) func_dirname_result="${1%/*}${2}" ;;
16532 * ) func_dirname_result="${3}" ;;
16533 esac
16534 }
16535
16536 # func_basename file
16537 func_basename ()
16538 {
16539 func_basename_result="${1##*/}"
16540 }
16541
16542 # func_dirname_and_basename file append nondir_replacement
16543 # perform func_basename and func_dirname in a single function
16544 # call:
16545 # dirname: Compute the dirname of FILE. If nonempty,
16546 # add APPEND to the result, otherwise set result
16547 # to NONDIR_REPLACEMENT.
16548 # value returned in "$func_dirname_result"
16549 # basename: Compute filename of FILE.
16550 # value retuned in "$func_basename_result"
16551 # Implementation must be kept synchronized with func_dirname
16552 # and func_basename. For efficiency, we do not delegate to
16553 # those functions but instead duplicate the functionality here.
16554 func_dirname_and_basename ()
16555 {
16556 case ${1} in
16557 */*) func_dirname_result="${1%/*}${2}" ;;
16558 * ) func_dirname_result="${3}" ;;
16559 esac
16560 func_basename_result="${1##*/}"
16561 }
16562
16563 # func_stripname prefix suffix name
16564 # strip PREFIX and SUFFIX off of NAME.
16565 # PREFIX and SUFFIX must not contain globbing or regex special
16566 # characters, hashes, percent signs, but SUFFIX may contain a leading
16567 # dot (in which case that matches only a dot).
16568 func_stripname ()
16569 {
16570 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16571 # positional parameters, so assign one to ordinary parameter first.
16572 func_stripname_result=${3}
16573 func_stripname_result=${func_stripname_result#"${1}"}
16574 func_stripname_result=${func_stripname_result%"${2}"}
16575 }
16576
16577 # func_opt_split
16578 func_opt_split ()
16579 {
16580 func_opt_split_opt=${1%%=*}
16581 func_opt_split_arg=${1#*=}
16582 }
16583
16584 # func_lo2o object
16585 func_lo2o ()
16586 {
16587 case ${1} in
16588 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16589 *) func_lo2o_result=${1} ;;
16590 esac
16591 }
16592
16593 # func_xform libobj-or-source
16594 func_xform ()
16595 {
16596 func_xform_result=${1%.*}.lo
16597 }
16598
16599 # func_arith arithmetic-term...
16600 func_arith ()
16601 {
16602 func_arith_result=$(( $* ))
16603 }
16604
16605 # func_len string
16606 # STRING may not start with a hyphen.
16607 func_len ()
16608 {
16609 func_len_result=${#1}
16610 }
16611
16612 _LT_EOF
16613 ;;
16614 *) # Bourne compatible functions.
16615 cat << \_LT_EOF >> "$cfgfile"
16616
16617 # func_dirname file append nondir_replacement
16618 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
16619 # otherwise set result to NONDIR_REPLACEMENT.
16620 func_dirname ()
16621 {
16622 # Extract subdirectory from the argument.
16623 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16624 if test "X$func_dirname_result" = "X${1}"; then
16625 func_dirname_result="${3}"
16626 else
16627 func_dirname_result="$func_dirname_result${2}"
16628 fi
16629 }
16630
16631 # func_basename file
16632 func_basename ()
16633 {
16634 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16635 }
16636
16637
16638 # func_stripname prefix suffix name
16639 # strip PREFIX and SUFFIX off of NAME.
16640 # PREFIX and SUFFIX must not contain globbing or regex special
16641 # characters, hashes, percent signs, but SUFFIX may contain a leading
16642 # dot (in which case that matches only a dot).
16643 # func_strip_suffix prefix name
16644 func_stripname ()
16645 {
16646 case ${2} in
16647 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16648 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16649 esac
16650 }
16651
16652 # sed scripts:
16653 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16654 my_sed_long_arg='1s/^-[^=]*=//'
16655
16656 # func_opt_split
16657 func_opt_split ()
16658 {
16659 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16660 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16661 }
16662
16663 # func_lo2o object
16664 func_lo2o ()
16665 {
16666 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16667 }
16668
16669 # func_xform libobj-or-source
16670 func_xform ()
16671 {
16672 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16673 }
16674
16675 # func_arith arithmetic-term...
16676 func_arith ()
16677 {
16678 func_arith_result=`expr "$@"`
16679 }
16680
16681 # func_len string
16682 # STRING may not start with a hyphen.
16683 func_len ()
16684 {
16685 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16686 }
16687
16688 _LT_EOF
16689 esac
16690
16691 case $lt_shell_append in
16692 yes)
16693 cat << \_LT_EOF >> "$cfgfile"
16694
16695 # func_append var value
16696 # Append VALUE to the end of shell variable VAR.
16697 func_append ()
16698 {
16699 eval "$1+=\$2"
16700 }
16701 _LT_EOF
16702 ;;
16703 *)
16704 cat << \_LT_EOF >> "$cfgfile"
16705
16706 # func_append var value
16707 # Append VALUE to the end of shell variable VAR.
16708 func_append ()
16709 {
16710 eval "$1=\$$1\$2"
16711 }
16712
16713 _LT_EOF
16714 ;;
16715 esac
16716
16717
16718 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16719 || (rm -f "$cfgfile"; exit 1)
16720
16721 mv -f "$cfgfile" "$ofile" ||
16722 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16723 chmod +x "$ofile"
16724
16725 ;;
16726 "default-1":C)
16727 for ac_file in $CONFIG_FILES; do
16728 # Support "outfile[:infile[:infile...]]"
16729 case "$ac_file" in
16730 *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
16731 esac
16732 # PO directories have a Makefile.in generated from Makefile.in.in.
16733 case "$ac_file" in */Makefile.in)
16734 # Adjust a relative srcdir.
16735 ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
16736 ac_dir_suffix=/`echo "$ac_dir"|sed 's%^\./%%'`
16737 ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
16738 # In autoconf-2.13 it is called $ac_given_srcdir.
16739 # In autoconf-2.50 it is called $srcdir.
16740 test -n "$ac_given_srcdir" || ac_given_srcdir="$srcdir"
16741 case "$ac_given_srcdir" in
16742 .) top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
16743 /*) top_srcdir="$ac_given_srcdir" ;;
16744 *) top_srcdir="$ac_dots$ac_given_srcdir" ;;
16745 esac
16746 if test -f "$ac_given_srcdir/$ac_dir/POTFILES.in"; then
16747 rm -f "$ac_dir/POTFILES"
16748 test -n "$as_me" && echo "$as_me: creating $ac_dir/POTFILES" || echo "creating $ac_dir/POTFILES"
16749 cat "$ac_given_srcdir/$ac_dir/POTFILES.in" | sed -e "/^#/d" -e "/^[ ]*\$/d" -e "s,.*, $top_srcdir/& \\\\," | sed -e "\$s/\(.*\) \\\\/\1/" > "$ac_dir/POTFILES"
16750 POMAKEFILEDEPS="POTFILES.in"
16751 # ALL_LINGUAS, POFILES, GMOFILES, UPDATEPOFILES, DUMMYPOFILES depend
16752 # on $ac_dir but don't depend on user-specified configuration
16753 # parameters.
16754 if test -f "$ac_given_srcdir/$ac_dir/LINGUAS"; then
16755 # The LINGUAS file contains the set of available languages.
16756 if test -n "$OBSOLETE_ALL_LINGUAS"; then
16757 test -n "$as_me" && echo "$as_me: setting ALL_LINGUAS in configure.ac is obsolete" || echo "setting ALL_LINGUAS in configure.ac is obsolete"
16758 fi
16759 ALL_LINGUAS_=`sed -e "/^#/d" "$ac_given_srcdir/$ac_dir/LINGUAS"`
16760 # Hide the ALL_LINGUAS assigment from automake.
16761 eval 'ALL_LINGUAS''=$ALL_LINGUAS_'
16762 POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
16763 else
16764 # The set of available languages was given in configure.ac.
16765 eval 'ALL_LINGUAS''=$OBSOLETE_ALL_LINGUAS'
16766 fi
16767 case "$ac_given_srcdir" in
16768 .) srcdirpre= ;;
16769 *) srcdirpre='$(srcdir)/' ;;
16770 esac
16771 POFILES=
16772 GMOFILES=
16773 UPDATEPOFILES=
16774 DUMMYPOFILES=
16775 for lang in $ALL_LINGUAS; do
16776 POFILES="$POFILES $srcdirpre$lang.po"
16777 GMOFILES="$GMOFILES $srcdirpre$lang.gmo"
16778 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
16779 DUMMYPOFILES="$DUMMYPOFILES $lang.nop"
16780 done
16781 # CATALOGS depends on both $ac_dir and the user's LINGUAS
16782 # environment variable.
16783 INST_LINGUAS=
16784 if test -n "$ALL_LINGUAS"; then
16785 for presentlang in $ALL_LINGUAS; do
16786 useit=no
16787 if test "%UNSET%" != "$LINGUAS"; then
16788 desiredlanguages="$LINGUAS"
16789 else
16790 desiredlanguages="$ALL_LINGUAS"
16791 fi
16792 for desiredlang in $desiredlanguages; do
16793 # Use the presentlang catalog if desiredlang is
16794 # a. equal to presentlang, or
16795 # b. a variant of presentlang (because in this case,
16796 # presentlang can be used as a fallback for messages
16797 # which are not translated in the desiredlang catalog).
16798 case "$desiredlang" in
16799 "$presentlang"*) useit=yes;;
16800 esac
16801 done
16802 if test $useit = yes; then
16803 INST_LINGUAS="$INST_LINGUAS $presentlang"
16804 fi
16805 done
16806 fi
16807 CATALOGS=
16808 if test -n "$INST_LINGUAS"; then
16809 for lang in $INST_LINGUAS; do
16810 CATALOGS="$CATALOGS $lang.gmo"
16811 done
16812 fi
16813 test -n "$as_me" && echo "$as_me: creating $ac_dir/Makefile" || echo "creating $ac_dir/Makefile"
16814 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"
16815 for f in "$ac_given_srcdir/$ac_dir"/Rules-*; do
16816 if test -f "$f"; then
16817 case "$f" in
16818 *.orig | *.bak | *~) ;;
16819 *) cat "$f" >> "$ac_dir/Makefile" ;;
16820 esac
16821 fi
16822 done
16823 fi
16824 ;;
16825 esac
16826 done ;;
16827 "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
16828 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h
16829 echo '#include "obj-'"${obj_format}"'.h"' > obj-format.h
16830 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
16831 echo '#include "itbl-'"${target_cpu_type}"'.h"' > itbl-cpu.h
16832 if test "x$cgen_cpu_prefix" != x ; then
16833 echo '#include "opcodes/'"${cgen_cpu_prefix}"'-desc.h"' > cgen-desc.h
16834 fi ;;
16835
16836 esac
16837 done # for ac_tag
16838
16839
16840 as_fn_exit 0
16841 _ACEOF
16842 ac_clean_files=$ac_clean_files_save
16843
16844 test $ac_write_fail = 0 ||
16845 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
16846
16847
16848 # configure is writing to config.log, and then calls config.status.
16849 # config.status does its own redirection, appending to config.log.
16850 # Unfortunately, on DOS this fails, as config.log is still kept open
16851 # by configure, so config.status won't be able to write to it; its
16852 # output is simply discarded. So we exec the FD to /dev/null,
16853 # effectively closing config.log, so it can be properly (re)opened and
16854 # appended to by config.status. When coming back to configure, we
16855 # need to make the FD available again.
16856 if test "$no_create" != yes; then
16857 ac_cs_success=:
16858 ac_config_status_args=
16859 test "$silent" = yes &&
16860 ac_config_status_args="$ac_config_status_args --quiet"
16861 exec 5>/dev/null
16862 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16863 exec 5>>config.log
16864 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16865 # would make configure fail if this is the last instruction.
16866 $ac_cs_success || as_fn_exit 1
16867 fi
16868 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16869 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16870 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16871 fi
16872
16873
16874
16875 touch config.status.tmp
16876 if touch --reference=config.status config.status.tmp > /dev/null 2>&1; then
16877 sed '/as_fn_exit 0/i \
16878 sed -e \"s/^\t\\\(\\\$(AM_V_CCLD)\\\)/\t+ \\\1/\" Makefile > Makefile.tmp \
16879 touch --reference=Makefile Makefile.tmp \
16880 mv Makefile.tmp Makefile \
16881 ' config.status > config.status.tmp
16882 touch --reference=config.status config.status.tmp
16883 mv config.status.tmp config.status
16884 chmod +x config.status
16885 sed -e "s/^\t\(\$(AM_V_CCLD)\)/\t+ \1/" Makefile > Makefile.tmp
16886 touch --reference=Makefile Makefile.tmp
16887 mv Makefile.tmp Makefile
16888 else
16889 rm -f config.status.tmp
16890 fi